@charset "utf-8";
/*
	Theme Name: teshimaespo
    Version: 1
*/
/*==================================================
cmn
==================================================*/
html {
  font-size: 62.5%;
}
body {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", serif;
  color: #433f3f;
  font-size: 2rem;
  line-height: 2em;
  letter-spacing: 0.1em;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.8em;
  font-weight: normal;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin: 0;
}
a, input[type="submit"] {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
@media screen and (min-width: 801px) {
  a:hover, input[type="submit"]:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wrap {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 1400px;
  width: 100%;
}
.wrap-s {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 1000px;
  width: 100%;
}
.sp {
  display: none;
}
span.pin {
  position: relative;
  top: -100px;
  display: block;
}
.ggmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
}
.ggmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*==================================================
head
==================================================*/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 0 3vw;
  background: rgba(0, 0, 0, 0.4);
}
h1.site-title, .site-header nav, .site-header .sns-list, .site-header .navi-list {
  height: 100px;
}
h1.site-title {
  float: left;
}
h1.site-title {
  display: table;
  margin-right: 3vw;
}
h1.site-title a {
  display: table-cell;
  vertical-align: middle;
  line-height: 0;
}
h1.site-title img {
  width: 140px;
  line-height: 0;
}
.site-header nav {
  float: right;
  display: table;
}
.site-header nav .navi {
  display: table-cell;
  vertical-align: middle;
}
.site-header .navi-list {
  float: right;
  color: #fff;
  display: table;
  margin: 0 3vw 0 0;
}
.site-header .navi-list li {
  display: table-cell;
  vertical-align: middle;
  font-size: 80%;
  letter-spacing: 0.05em;
}
.site-header .navi-list li:first-child .border {
  border-left: 1px solid #fff;
}
.site-header .navi-list li .border {
  border-right: 1px solid #fff;
  padding: 0.5em 1.5em;
}
.site-header .navi-list li a {
  display: block;
}
.site-header .sns-list {
  float: left;
  display: table;
  margin-right: 1em;
}
.site-header .sns-list li {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
  padding-right: 0.5em;
}
.site-header .sns-list li .c02 {
  display: none;
}
.sb-slidebar {
  background: #44403f;
  text-align: center;
  padding: 4% 5%;
  width: 70%;
}
.sb-slidebar li a {
  color: #fff;
  font-size: 3rem;
  padding: 0.7em 1em;
  display: block;
}
.sb-slidebar li.border {
  margin-top: 1.5em;
}
.sb-slidebar li.border a {
  border: 1px solid #fff;
  font-size: 2rem;
  padding: 1em;
  display: block;
}
.menu {
  position: relative;
  z-index: 999;
  float: left;
}
.button-toggle {
  display: block;
  z-index: 999;
  margin-top: -10px;
}
.menu .txt {
  display: block;
  font-size: 87.5%;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  text-align: center;
  margin-top: 0.3em;
}
.css-bar {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
}
.css-bar, .css-bar:before, .css-bar:after {
  width: 40px;
  height: 4px;
}
.css-bar:before, .css-bar:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
}
.css-bar:before {
  margin-top: -14px;
}
.css-bar:after {
  margin-top: 10px;
}
.clone-nav {
  z-index: 2;
  width: 100%;
  transform: translateY(-100%);
  position: fixed;
  top: -100%;
  left: 0;
}
.is-show {
  position: fixed;
  top: 0;
  left: 0;
  transform: translateY(0);
}
.site-header .lang{
  font-size: 80%;
  padding-left: 1em;
}
.site-header .lang a{
  color: #fff;
  font-weight: bold;
}
/*==================================================
foot
==================================================*/
footer {
  text-align: center;
  padding: 10% 0;
  background: #44403f;
  color: #fff;
}
footer h2 {
  margin-bottom: 5%;
}
footer .sns-list {
  margin: 4% 0;
}
footer .sns-list li {
  display: inline-block;
  margin: 0 0.3em;
}
.fnavi li {
  display: inline-block;
  font-size: 75%;
  margin: 0 1em;
}
footer address {
  text-align: center;
  font-style: normal;
  font-size: 80%;
  margin-top: 5%;
}
footer .border-txt {
  max-width: 500px;
  width: 100%;
  margin: 1em auto;
}
footer .border-txt a {
  display: block;
  border: 1px solid #fff;
  padding: 1em;
}
.foot-navi-list {
  background: #44403f;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  border-top: 1px solid #fff;
}
.foot-navi-list li {
  width: 50%;
  border-right: 1px solid #fff;
}
.foot-navi-list li:last-child {
  border: none;
}
.foot-navi-list li a {
  display: block;
  padding: 1em 0;
}
/*==================================================
content
==================================================*/
.txt-en {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.txt-en2 {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.txt-small {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: 50%;
  font-style: normal;
}
.txt-g {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
}
section {
  padding: 15% 0;
}
.pad-b00 {
  padding-bottom: 0 !important;
}
.pad-t00 {
  padding-top: 0 !important;
}
.mar-t00 {
  margin-top: 0 !important;
}
.bg-gray {
  background: #e9e9ea;
}
.bg-blue {
  background: #d4ecf9;
}
.txt-center {
  text-align: center;
}
/*タイトル*/
.head-tit {
  text-align: center;
  margin: 0 0 6%;
}
.tit01 {
  text-align: center;
  font-size: 5rem;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  margin-bottom: 0.3em;
}
.tit02 {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.15em;
  line-height: 1.8em;
}
.tit03 {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.15em;
  line-height: 1.8em;
}
.tit04 {
  text-align: center;
  font-size: 4.6rem;
  letter-spacing: 0.15em;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}
.tit05 {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.15em;
  line-height: 0.2em;
  margin-bottom: 0.2em;
}
/*カラム*/
.col-2, .col-3, .col-4 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-re {
  flex-direction: row-reverse;
}
.col-mid {
  align-items: center;
}
.col-2 .col-box {
  width: 47.5%;
}
.col-3 .col-box {
  width: 31%;
}
.col-3:after {
  content: "";
  display: block;
  width: 31%;
}
.col-4 .col-box {
  width: 22%;
}
.col-4:before {
  content: "";
  display: block;
  width: 22%;
  order: 1;
}
.col-4:after {
  content: "";
  display: block;
  width: 22%;
}
/*ボタン*/
.detail-link {
  max-width: 240px;
  width: 100%;
  text-align: center;
  margin: 6% auto 0;
  font-size: 75%;
}
.detail-link a {
  border: 1px solid #4d4d4d;
  display: block;
  padding: 10px 0;
}
.detail-link02 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.detail-link02 .txt-b {
  font-size: 130%;
}
.detail-link02 a {
  text-align: center;
  background: #d4ecf9;
  display: block;
  padding: 1.5em 1em;
  font-size: 2.4rem;
}
.bg-blue .detail-link02 a {
  background: #fff;
}
.detail-link02 .txt-s {
  display: block;
  line-height: 1.4em;
  font-size: 65%;
  margin-top: 0.5em;
}
.slider01 .slick-next {
  width: 150px;
  height: 150px;
  right: 10%;
  top: 35%;
  background: url(/jp/wp-content/themes/teshimaespo/img/cmn/arrow01.png) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  margin-right: -75px;
}
.slider02 .slick-next {
  width: 150px;
  height: 150px;
  right: 21%;
  top: 40%;
  background: url(/jp/wp-content/themes/teshimaespo/img/cmn/arrow01.png) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  margin-right: -75px;
}
/*==================================================
index
==================================================*/
.main-img {
  padding: 0;
}
.main-slider .slide {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.main-slider video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.main-slider .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.post-list a {
  display: block;
}
.post-list .data {
  line-height: 1em;
  font-size: 65%;
  margin-top: 2em;
  margin-left: 0.2em;
}
.post-list .post-tit {
  font-size: 100%;
  line-height: 1.5em;
}
.post-list .cat-list {
  line-height: 1.3em;
  letter-spacing: -.4em;
  margin-bottom: 0.5em;
  margin-left: 0.2em;
}
.post-list .cat-list a{
  display: inline-block;
}
.post-list .cat-list li {
  display: inline-block;
  font-size: 65%;
  letter-spacing: 0.1em;
}
.post-list .cat-list li:after {
  content: "/";
  padding: 0 0.3em;
}
.post-list .cat-list li:last-child:after {
  display: none;
}
.post-list .cat-list.tag {
  margin-top: 1em;
  margin-bottom:0;
}
.post-list .cat-list.tag li{
  margin-right: 0.5em;
}
.post-list .cat-list.tag li:after {
  display: none;
}
.post-list .col-box{
  background: #fafbfb;
}
.post-list .txt-box {
  margin: -2em 0 0 1em;
  padding: 0.8em 1em 2em 1em;
  position: relative;
  z-index: 1;
}
.style-list .b .post-tit {
  font-size: 4rem;
  line-height: 1.5em;
}
.post-list .b .txt-box {
  padding: 0.8em 2em 3em 2em;
}
.style-list .s .col-box {
  width: 45%;
}
.style-list .s .col-box .box {
  margin-bottom: 27%;
}
.style-list .s .col-box .box:last-child {
  margin-bottom: 0;
}
.event-list .txt-box {
  margin: 0;
  padding: 1em 1em 2em;
}
.event-list .post-tit {
  font-size: 90%;
  margin-bottom: 0.6em;
  line-height: 1.8em;
}
.event-list h3 {
  font-size: 70%;
  line-height: 1.7em;
}
.event-list .col-box {
  margin-bottom: 3.5%;
}
.concept-sec {
  text-align: center;
}
.concept-sec h2 {
  margin-bottom: 8%;
}
.concept-sec h3 {
  margin-bottom: 6%;
}
.concept-sec p {
  line-height: 3em;
  margin-bottom: 2em;
}
.concept-sec p.border:after {
  content: "";
  width: 180px;
  height: 1px;
  display: block;
  background: #433f3f;
  margin: 2em auto 0;
}
.message-sec .bg-box {
  background: url("/jp/wp-content/themes/teshimaespo/img/top/message_bg01.jpg") no-repeat center;
  background-size: cover;
  padding: 15% 0;
}
.message-sec .txt-box {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  line-height: 2.6em;
}
.message-sec .txt-box .name {
  text-align: right;
  font-size: 3.6rem;
  line-height: 1.8em;
  margin-top: 8%;
}
.message-sec .txt-box .name .txt-s {
  font-size: 45%;
  display: block;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.message-list .slide {
  padding: 0 0.6%;
}
.message-list a {
  display: block;
}
.message-list .img-box {
  overflow: hidden;
  border-radius: 100%;
  margin-bottom: 1em;
}
.message-list .img-box img {
  width: 100%;
}
.message-list .txt-box {
  padding: 0 1em;
  text-align: center;
  text-align: left;
}
.message-list .txt-box h2 {
  font-size: 3rem;
  text-align: center;
  margin: 1em 0 1em;
}
.message-list .txt-box h2 .txt-s {
  font-size: 45%;
  display: block;
  line-height: 1em;
  margin: 0.5em 0;
}
.message-list .txt-box h2 .txt-en {
  font-size: 55%;
}
.message-list .txt-box h3 {
  font-size: 2.2rem;
  margin-bottom: 1em;
  line-height: 1.6em;
}
.message-list .txt-box p {
  font-size: 80%;
  line-height: 2em;
}
.facility-sec .main-img {
  margin-bottom: 5%;
}
.facility-list .col-box {
  margin-bottom: 6%;
}
.facility-list a {
  display: block;
}
.facility-list h3 {
  background: #9b9b9c;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  font-size: 3rem;
  margin-bottom: 0.5em;
  line-height: 1.6em;
}
.facility-list h4 {
  font-size: 2.4rem;
  line-height: 1.6em;
  text-align: center;
  margin: 1em;
}
.facility-list figure {
  position: relative;
}
.facility-list figure .txt-g {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1em;
  font-size: 80%;
  background: #d5aacd;
  color: #fff;
}
.facility-list figure .txt-g.c02 {
  background: #83c5e8;
}
.about-sec .txt-box {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  line-height: 2.6em;
}
.about-sec .main-img {
  text-align: center;
  margin: 15% 0 10%;
}
.gallery-list {
  margin-bottom: 8%;
}
.gallery-list .slide {
  text-align: center;
  padding: 0 1.5em;
}
.gallery-list .slide img {
  width: 100%;
}
.gallery-list .slide p {
  margin: 1em;
}
.r-facilities-sec h3 {
  text-align: center;
  margin: 1em 0;
  font-size: 2.2rem;
  display: block;
  width: 100%;
}
.r-facilities-sec p {
  font-size: 80%;
  line-height: 1.8em;
}
.r-facilities-sec .link {
  font-size: 80%;
  text-align: center;
}
.r-facilities-sec .link a {
  display: block;
  border: 1px solid #44403f;
  padding: 0.2em 1em;
}
.r-facilities-sec .txt-box {
  margin-bottom: 1em;
  flex-grow: 1;
}
.r-facilities-sec .col-box {
  display: flex;
  flex-direction: column;
}
/*==================================================
宿
==================================================*/
.inn-note{
  display: inline-block;
  text-align: left;
  font-size:87.5%;
  line-height: 2em;
  margin-top: 5%;
}
.inn-note a{
  text-decoration: underline;
}
.select-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.select-list .col-box {
  width: 30%;
  background: #eff2f2;
  margin: 0 1.5%;
  margin-bottom: 3%;
  padding: 1.5em;
}
.select-list .col-box p {
  margin: 0;
}
.select-list .col-box .txt-en, .select-list .col-box .note {
  font-size: 65%;
  line-height: 1.5em;
}
.select-list .col-box h3 {
  font-size: 2.4rem;
  line-height: 1.5em;
  margin: 0.2em 0 0.3em;
}
.select-list .col-box .price {
  font-size: 2.4rem;
  line-height: 1.5em;
  margin: 0.6em 0 0;
}
.select-list .col-box a {
  display: block;
}
.select-sec .txt-box {
  margin-top: 4%;
}
.detail .detail-box {
  background: #fff;
  margin: 0 auto 10%;
}
.detail .detail-box:last-child {
  margin-bottom: 0;
}
.detail-sec .detail-box .txt-box {
  padding: 8%;
}
.detail-sec .detail-box .tit p {
  margin-bottom: 0.3em;
}
.detail-sec .detail-box .tit h2 {
  font-size: 4.6rem;
  line-height: 1.6em;
}
.detail-sec .detail-box .tit-box{
  margin-bottom: 8%;
}
.detail-sec .detail-box .img-list li{
  margin-bottom: 5%;
  text-align: center;
}
.detail-sec .detail-box .img-list .caption{
  font-size:80%;
  line-height: 1.6em;
  margin: 0.5em 0 0;
}
.detail-sec .detail-box .cat-list{
  overflow: hidden;
  font-size:80%;
}
.detail-sec .detail-box .cat-list li{
  float:left;
}
.detail-sec .detail-box .cat-list li:after {
  content: "/";
  padding: 0 0.3em;
}
.detail-sec .detail-box .cat-list li:last-child:after {
  display: none;
}
.detail-sec .detail-box dl {
  margin: 10% 0 ;
  padding: 10% 0 0;
  border-top: 1px solid #433f3f;
  font-size:87.5%;
  line-height: 2em;
}
.detail-sec .detail-box dt {
  float: left;
  width: 8em;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.detail-sec .detail-box dd {
  display: block;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.detail-sec .detail-box .btn{
  margin-top:5%;
}
.detail-sec .detail-box .btn a {
  display: block;
  border: 1px solid #433f3f;
  padding: 1em;
  text-align: center;
}
.detail-sec .detail-link02 {
  margin-top: 10%;
  max-width: 100%;
}
.detail-sec .detail-link02 a {
  background: #433f3f;
  color: #fff;
}
.slider03 .slick-next {
  width: 120px;
  height: 120px;
  right: 0%;
  top: 50%;
  background: url(/jp/wp-content/themes/teshimaespo/img/cmn/arrow02.png) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  margin-right: -60px;
}
.slider03 .slick-prev{
  display: none !important;
}
.faq-navi {

}
.faq-box:last-child{
  border-bottom:1px solid #433f3f;
}
.faq-box h3{
  font-size: 2.4rem;
  border-top:1px solid #433f3f;
  padding:  1em 0;
  padding-right: 2em;
  position: relative;
  cursor: pointer;
}
.faq-box h3:after{
  content: "＋";
  position: absolute;
  right:0;
  top:50%;
  transform: translateY(-50%);
}
.faq-box h3.active:after{
  content: "-";
  padding: 0 0.25em;
}
.faq-list {
  padding-bottom: 8%;
  display: none;
}
.faq-list dt {
  font-size: 2.2rem;
  overflow: hidden;
  margin-bottom: 1em;
  cursor: pointer;
}
.faq-list dd {
  margin-bottom: 10%;
  display: none;
}
.faq-list .icon {
  font-size: 2.4rem;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  background: #433f3f;
  color: #fff;
  float: left;
  margin-right: 1em;
}
.faq-list dd .icon {
  background: #979797;
}
.faq-list .txt {
  display: block;
  overflow: hidden;
  margin-top: 0.15em;
}
.faq-list dd .txt {
  margin-top: 0;
}
/*==================================================
ACCESS
==================================================*/
.sec {
  margin-bottom: 10%;
}
.sec:last-child {
  margin-bottom: 0 !important;
}
.page-access .access-list .col-box {
  margin-bottom: 5%;
}
.page-access .detail-link02 {
  margin-top: 5%;
  max-width: 100%;
}
.page-access dl {
  text-align: center;
}
.page-access dt {
  font-size: 3rem;
  margin-bottom: 1em;
  line-height: 1.6em;
}
.page-access dd {
  margin-bottom: 6%;
}
.page-access dd a {
  color: #0000ff;
}
/*==================================================
NEWS
==================================================*/
.entry-title {
  font-size: 4rem;
  margin-bottom: 1em;
  margin-top: 0.5em;
  line-height: 1.8em;
}
.single-box .cat {
  font-size: 80%;
}
.single-box .data {
  margin-top: 2em;
  text-align: right;
  font-size: 80%;
}
.archive-list .col-box {
  margin-bottom: 8%;
}
.wp-pagenavi {
  clear: both;
  margin: 0 0;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80%;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #44403f !important;
  padding: 0.9em 1em !important;
  margin: 2px !important;
}
.wp-pagenavi a {
  background: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #44403f !important;
  color: #fff !important;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
.menu-single .post-en {
  font-size: 80%;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.menu-single .slide .post-tit, .menu-single .slide .post-price {
  font-size: 3rem;
}
.menu-single .slide {
  margin-bottom: 8%;
}
.product-single .slide {
  text-align: center;
  margin-bottom: 8%;
}
.product-single .slide .post-en {
  font-size: 3rem;
  margin-top: 2em;
  margin-bottom: 1.5em;
}
.product-single .post-ex {
  font-size: 100%;
}
.product-single .slide .post-tit, .product-single .slide .post-price {
  font-size: 3rem;
}
.entry-content h2 {
  font-size: 3rem;
  margin: 2em 0 1em;
  line-height: 1.6em;
}
.entry-content h3 {
  font-size: 2.8rem;
  margin: 2em 0 1em;
  line-height: 1.6em;
}
.entry-content h4 {
  font-size: 2.6rem;
  margin: 2em 0 1em;
  line-height: 1.6em;
}
.entry-content ul, .entry-content ol {
  margin: 1em 0;
}
.entry-content ul li {
  list-style: disc;
  margin-left: 1.8em;
}
.entry-content ol li {
  list-style: decimal;
  margin-left: 1.8em;
}
.entry-content a {
  text-decoration: underline;
}
/*==================================================
お問い合わせ
==================================================*/
.table-style01 {
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
.table-style01 th {
  width: 35%;
  padding: 30px 2.5%;
  background: #e9e9ea;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  line-height: 1.6em;
}
.table-style01 .txt-s {
  font-size: 13px;
  font-size: 1.3rem;
}
.mw_wp_form .error {
  color: #ba0202 !important;
  font-size: 100%;
  font-weight: bold;
}
.table-style01 td {
  padding: 30px 2.5%;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  text-align: left;
}
.mw_wp_form_preview td span, .mw_wp_form_preview td p.no {
  display: none;
}
.table-style01 td p {
  margin: 10px 0 0;
  text-align: left;
  line-height: 1.8em;
}
.form-box input[type=text].mini {
  width: 20%;
}
.form-box input[type=text].short {
  width: 25%;
}
.form-box textarea, .form-box input[type=text], .form-box input[type=email] {
  width: 60%;
  height: 50px;
  border-radius: 0;
  border: #ccc 1px solid;
  padding: 10px;
  font-size: 100%;
}
.form-box textarea {
  width: 100%;
  vertical-align: bottom;
  height: 150px;
}
.form-box select {
  width: 60%;
  padding: 10px;
  height: 50px;
  overflow: hidden;
  border: #ccc 1px solid;
  background: url() 97% center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 100%;
}
.form-box table .checkbox {
  display: none;
  padding: 10px;
}
.form-box table .check-list label {
  padding-left: 40px;
}
.form-box table label {
  position: relative;
  padding: 12px 10px 10px 0px;
}
.form-box table .mwform-checkbox-field label:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -10px;
  border: 1px solid #ccc;
}
.form-box table .mwform-checkbox-field.checked label:before {
  content: "";
  position: absolute;
  display: block;
  top: 55%;
  left: 5px;
  width: 16px;
  height: 8px;
  margin-top: -5px;
  border: none;
  border-left: 3px solid #aaa;
  border-bottom: 3px solid #aaa;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.must {
  background: #ba0202;
  color: #fff;
  padding: 0px 10px;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  margin: -5px 0 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.form-box h3:first-child {
  margin-top: 0;
}
.form-box h3 {
  margin-top: 80px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
.form-box table {
  margin: 50px 0;
  width: 100%;
}
.form-box .btn-submit {
  text-align: center;
}
.form-box .btn-submit li {
  display: inline-block;
  margin: 0 5px;
}
.form-box input[type="submit"], .form-box button {
  display: block;
  background: #44403f;
  color: #fff;
  padding: 30px 150px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  font-size: 100%;
  -webkit-appearance: none;
  cursor: pointer;
  letter-spacing: 0.01em;
}
.btn-submit li:last-child input[type="submit"] {
  background: #ccc;
}
@media screen and (max-width: 1500px) {
  .wrap {
    padding: 0 5%;
  }
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 1100px) {
  .wrap-s {
    padding: 0 5%;
  }
}
@media screen and (min-width: 1001px) {
  .sb-slidebar .navi-list {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .slider01 .slick-next, .slider02 .slick-next {
    width: 80px;
    height: 80px;
    margin-right: -40px;
  }
  .site-header .navi-list {
    display: none;
  }
  .sb-slidebar .navi-list {
    border: 1px solid #fff;
    border-bottom: none;
    margin-bottom: 5%;
  }
  .sb-slidebar .navi-list li {
    border-bottom: 1px solid #fff;
  }
  .sb-slidebar .navi-list li a {
    display: block;
    padding: 1em;
    font-size: 2.4rem;
  }
  .sb-slidebar li a{
    font-size: 2.4rem;
    padding: 0.5em 1em;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 45%;
  }
  body {
    font-size: 14px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sb-slidebar {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  body {
    letter-spacing: 0;
  }
  .mar-t{
    margin-top: 5%;
  }
  span.pin {
    position: relative;
    top: -80px;
    display: block;
  }
  .wrap, .wrap-s {
    padding: 0 9%;
  }
  .site-header {
    padding: 0 5%;
  }
  h1.site-title, .site-header nav, .site-header .sns-list {
    height: 80px;
  }
  .clone-nav h1.site-title, .clone-nav nav, .clone-nav .sns-list {
    height: 80px;
  }
  h1.site-title img {
    width: 90px;
  }
  .button-toggle {
    margin-top: -5px;
  }
  .css-bar, .css-bar:before, .css-bar:after {
    width: 30px;
  }
  .site-header .lang {
    font-size: 90%;
    padding-left: 0.5em;
  }
  footer {
    padding: 10% 0;
  }
  section {
    padding: 25% 0;
  }
  .concept-sec h2 {
    margin-bottom: 2em;
  }
  .concept-sec h2 img {
    width: 200px;
  }
  .concept-sec h3 {
    font-size: 3rem;
    margin-bottom: 2em;
  }
  .concept-sec p {
    line-height: 2.4em;
  }
  .tit01 {
    font-size: 4rem;
    line-height: 1.4em;
  }
  .tit04 {
    font-size: 3rem;
  }
  .head-tit {
    margin-bottom: 8%;
  }
  .style-list .b {
    width: 100%;
    margin-bottom: 15%;
  }
  .style-list .s {
    width: 100%
  }
  .style-list .s .col-box {
    width: 47.5%;
  }
  .style-list .b .post-tit {
    font-size: 3.4rem;
  }
  .col-3.archive-list .col-box {
    width: 47.5%;
  }
  .event-list .col-box {
    width: 47.5%;
  }
  .head-img .img-box {
    margin-bottom: 1em;
  }
  .slider {
    margin-bottom: 10%;
  }
  .detail-link {
    font-size: 100%;
  }
  .tit02 {
    font-size: 3rem;
  }
  .message-list .slide {
    padding: 0 1.5em;
  }
  .message-list .slide .txt-box h3 {
    height: inherit !important;
  }
  .facility-list .col-box {
    width: 100%;
    margin-bottom: 10%;
  }
  .facility-list h4 {
    font-size: 3rem;
  }
  .link-list .col-box {
    width: 100%;
    margin-top: 1em;
  }
  .style-list .s {
    margin-bottom: 5%;
  }
  .gallery-list .slide {
    padding: 0 1em;
  }
  .slider02 .slick-next {
    right: 15%;
    top: 38%;
  }
  .r-facilities-sec .col-box {
    width: 100%;
    margin-bottom: 10%;
  }
  .r-facilities-sec .col-box:last-child {
    margin-bottom: 0;
  }
  .r-facilities-sec h3 {
    font-size: 2.6rem;
  }
  .entry-title {
    font-size: 3.6rem;
  }
  footer h2 img {
    width: 160px;
  }
  footer .sns-list {
    margin: 8% 0;
  }
  .fnavi li {
    margin: 0 0.5em;
  }
  .message-list.archive-list .col-box {
    width: 100%;
    margin-bottom: 10%;
  }
  .page-access .access-list .col-box {
    width: 100%;
  }
  .page-access dt {
    margin-bottom: 0.5em;
  }
  .page-access dd {
    text-align: left;
    margin-bottom: 10%;
  }
  .txt-center {
    text-align: left;
  }
  /*==================================================
宿
==================================================*/
  .select-list .col-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .select-list .col-box h3 {
    font-size: 3rem;
  }
  .detail-box .col-2 .col-box {
    width: 100%;
  }
  .detail-sec .detail-box .tit h2 {
    font-size: 3.8rem;
    margin-bottom: 0.5em;
  }
  .detail-sec .detail-box .tit p {
    margin-bottom: 0;
  }
  .slider03 .slick-next {
    width: 50px;
    height: 50px;
    margin-right: -25px;
  }
  .faq-list .icon {
    width: 30px;
    height:30px;
    line-height: 30px;
    margin-right: 0.6em;
  }
  /*==================================================
お問い合わせ
==================================================*/
  .form-box h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 18px;
  }
  .must {
    padding: 0px 5px;
    font-size: 10px;
    font-size: 1.0rem;
    margin: -2px 0 0 5px;
  }
  .table-style01 th {
    display: block;
    width: 100%;
    padding: 10px 10px 10px;
    font-weight: bold;
  }
  .table-style01 .txt-s {
    font-size: 10px;
  }
  .table-style01 td {
    display: block;
    width: 100%;
    padding: 10px 10px 15px;
  }
  .form-box textarea, .form-box input[type=text], .form-box input[type=email] {
    width: 100%;
    height: 45px;
    border-radius: 0;
    border: #ccc 1px solid;
    padding: 10px;
    font-size: 16px;
  }
  .form-box textarea {
    height: 100px;
  }
  .form-box table label {
    position: relative;
    padding: 5px 10px 5px 0px;
  }
  .form-box table .mwform-checkbox-field label:after {
    margin-top: -12px;
  }
  .form-box table .mwform-checkbox-field.checked label:before {
    margin-top: -7px;
  }
  .form-box select {
    width: 100%;
    height: 45px;
    font-size: 16px;
  }
  .form-box table {
    margin: 20px 0;
  }
  .form-box .btn-submit li {
    display: block;
    margin: 0 0 10px;
  }
  .form-box input[type="submit"], .form-box button {
    display: block;
    padding: 20px 10px;
    width: 100%;
  }
  .mwform-checkbox-field label, .mwform-radio-field label {
    display: block;
    padding: 0 0 5px;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !Important;
  }
  .form-box input[type="submit"] {
    padding: 20px 20px;
    font-size: 16px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 40%;
  }
  body {
    font-size: 13px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 35%;
  }
  body {
    font-size: 12px;
  }
  h1.site-title img {
    width: 60px;
  }
}
