@media only screen and (min-width: 768px), print {

.post.main,
.post-index.main {
  width: 950px;
  margin: 0 auto;
  background-color: #fff;
  padding: 60px;
  box-sizing: border-box;
  box-shadow: 0px 11px 9px 0px rgba(0,0,0,0.5);
}
.page-title {
  text-align: center;
  font-size: 50px;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 80px;
}
.page-title span {
  display: block;
  font-size: 12px;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 15px;
}
.post-head {
  margin-bottom: 40px;
}
.post-head .post-title {
  font-size: 25px;
  padding-bottom: 15px;
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
  line-height: 1.2em;
}
 .post-head .post-date {
  color: #888;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
}
.post-text p {
  line-height: 2em;
  font-size: 15px;
}

.post-btn {
  background: rgba(255, 0, 144, 1);
color: #fff;
width: 300px;
line-height: 50px;
display: block;
border-radius: 3px;
text-align: center;
margin: 70px auto 0;
font-size: 14px;
font-weight: bold;
}
.post p.post-cate {
  font-size: 12px;
line-height: 1.1em;
width: 110px;
text-align: center;
padding: 3px 0;
background-color: #333;
color: #fff;
display: inline-block;
margin-right: 20px;
}
.post p.post-cate.camp {
  background-color: #00A0AF;
}

.post-index table {
  /* height: 100px; */
  overflow-y: scroll;
  display: inline-block;
  width: 100%;
  vertical-align: middle;

}
.post-index table tr {
  border-bottom: 1px solid #ccc;
}
.post-index table th {
  vertical-align: top;
  font-size: 15px;
  padding-right: 15px;
  color: #6E4E44;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: normal;
  width: 120px;
  padding-top: 12px;
}
.post-index table td {
  font-size: 14px;
  padding-bottom: 12px;
  width: 700px;
  padding-top: 12px;
}
.post-index table td a {
  text-decoration: underline;
}
.post-index table td p {
  font-size: 12px;
line-height: 1.1em;
width: 110px;
text-align: center;
padding: 3px 0;
background-color: #333;
color: #fff;
display: inline-block;
margin-right: 20px;
}
.post-index table td p.camp {
  background-color: #00A0AF;
}
.post-index table td p.info {
  background-color: #888;
}


.inner.assist {
  margin-top: 90px;
}
.inner > h3 {
 text-align: center;
 font-size: 16px;
 color:#fff;
 background-color: rgba(110, 78, 68, 1);
 line-height: 40px;
 margin-bottom: 40px;
}
.inner dl {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
.inner dl dt {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  text-align: left;
  line-height: 2.2em;
  color: rgba(110, 78, 68, 1);
  font-weight: bold;
  padding-top: 15px;
}
.inner dl dd {
  display: inline-block;
  width: 425px;
  vertical-align: top;
  text-align: left;
  line-height: 2.2em;
  padding-top: 15px;
}

.inner a.btn01 {
  background: rgba(255, 0, 144, 1);
  color: #fff;
  width: 320px;
  line-height: 50px;
  display: block;
  border-radius: 3px;
  text-align: center;
  margin: 50px auto 0;
  font-size: 16px;
  font-weight: normal;
}

.menu-list h3 {
  background-color: rgba(110, 78, 68, 1);
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}
.menu-list table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.menu-list table th {
  padding: 15px 0;
  font-size: 16px;
  color: rgba(110, 78, 68, 1);
  border-top: 1px solid #ccc;
}
.menu-list table .head th {
  padding: 5px 0;
}
.menu-list table td {
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-family: 'Jost','Hiragino Kaku Gothic ProN','游ゴシック', 'YuGothic', 'Yu Gothic', 'Meiryo', 'Meiryo', sans-serif;

}
.inner .text {
  width: 43%;
  float: left;
}
.inner figure {
  width: 52%;
  float: right;
}
.inner figure img {
  width: 100%;
  height: auto;
}
.inner .text h2 {
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.inner .text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.inner .text p {
  margin-bottom: 1.4em;
}
.inner .text p strong {
  display: block;
}
.inner .text iframe {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}

}
@media only screen and (max-width: 767px), print {

.post.main,
.post-index.main {
  width: 88%;
  margin: 0 auto;
  background-color: #fff;
  padding: 10vw 6vw 6vw;
  box-sizing: border-box;
  box-shadow: 0px 11px 9px 0px rgba(0,0,0,0.5);
  min-height: calc(70vh);
}
.page-title {
  text-align: center;
  font-size: 8vw;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 20vw;
}
.page-title span {
  display: block;
  font-size: 3vw;
  line-height: 1.2em;
  font-family: '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Meiryo', 'Meiryo', sans-serif;
  font-weight: bold;
  margin-top: 3vw;
}
.page-title img {
  height: 12vw;
  width: auto;
}
.post-head {
  margin-bottom: 40px;
}
.post-head .post-title {
  font-size: 4vw;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  border-bottom: 1px solid #ccc;
  line-height: 1.2em;
}
 .post-head .post-date {
  color: #888;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: 500;
  display: inline-block;
  font-size: 3vw;
}
.post-text p {
  line-height: 2em;
  font-size: 3.2vw;
}

.post-btn {
  background: #aaa;
  color: #fff;
  width: 70%;
  line-height: 10vw;
  display: block;
  border-radius: 3px;
  text-align: center;
  margin: 10vw auto 6vw;
  font-size: 3.2vw;
  font-weight: normal;
}
.post p.post-cate {
  font-size: 2.6vw;
  line-height: 1.1em;
  width: 20vw;
  text-align: center;
  padding: 0.5vw 0;
  background-color: #333;
  color: #fff;
  display: inline-block;
  margin-right: 3vw;
}
.post p.post-cate.camp {
  background-color: #00A0AF;
}

.post-index table {
  /* height: 100px; */
  overflow-y: scroll;
  display: inline-block;
  width: 100%;
  vertical-align: middle;

}
.post-index table tr {
  border-bottom: 1px solid #ccc;
}
.post-index table th {
  font-size: 3vw;
  padding-right: 4vw;
  color: #6E4E44;
  font-family: 'Jost', '游ゴシック', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN','Meiryo', 'Meiryo', sans-serif;
  font-weight: normal;
  width: 100%;
  padding-top: 0;
  display: block;
  text-align: left;
}
.post-index table td {
  font-size: 3vw;
  padding-bottom: 3vw;
  width: 100%;
  padding-top: 2vw;
  display: block;
}
.post-index table td a {
  text-decoration: underline;
}
.post-index table td p {
  font-size: 2.5vw;
  line-height: 1.1em;
  width: 20vw;
  text-align: center;
  padding: 0.6vw 0;
  background-color: #333;
  color: #fff;
  display: inline-block;
  margin-right: 5vw;
}
.post-index table td p.camp {
  background-color: #00A0AF;
}
.post-index table td p.info {
  background-color: #888;
}


.inner.assist {
  margin-top: 90px;
}
.inner > h3 {
 text-align: center;
 font-size: 16px;
 color:#fff;
 background-color: rgba(110, 78, 68, 1);
 line-height: 40px;
 margin-bottom: 40px;
}
.inner dl {
  text-align: center;
  width: 600px;
  margin: 0 auto;
}
.inner dl dt {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  text-align: left;
  line-height: 2.2em;
  color: rgba(110, 78, 68, 1);
  font-weight: bold;
  padding-top: 15px;
}
.inner dl dd {
  display: inline-block;
  width: 425px;
  vertical-align: top;
  text-align: left;
  line-height: 2.2em;
  padding-top: 15px;
}

.inner a.btn01 {
  background: rgba(255, 0, 144, 1);
  color: #fff;
  width: 90%;
  line-height: 12vw;
  display: block;
  border-radius: 3px;
  text-align: center;
  margin: 5vw auto 6vw;
  font-size: 3.4vw;
  font-weight: normal;
}

.menu-list h3 {
  background-color: rgba(110, 78, 68, 1);
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 30px;
}
.menu-list table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.menu-list table th {
  padding: 15px 0;
  font-size: 16px;
  color: rgba(110, 78, 68, 1);
  border-top: 1px solid #ccc;
}
.menu-list table .head th {
  padding: 5px 0;
}
.menu-list table td {
  padding: 15px 0;
  font-size: 16px;
  text-align: center;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-family: 'Jost','Hiragino Kaku Gothic ProN','游ゴシック', 'YuGothic', 'Yu Gothic', 'Meiryo', 'Meiryo', sans-serif;

}
.inner .text {
  width: 43%;
  float: left;
}
.inner figure {
  width: 52%;
  float: right;
}
.inner figure img {
  width: 100%;
  height: auto;
}
.inner .text h2 {
  font-size: 30px;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.inner .text h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.inner .text p {
  margin-bottom: 1.4em;
}
.inner .text p strong {
  display: block;
}
.inner .text iframe {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}

.post-inner.index {
  height: 53vh;
overflow-y: scroll;
}

}