@charset "utf-8";

/* .sub-topimg
================================================== */
.sub-topimg {
  position: relative;
  width: 100%;
  height: 85vh;
  overflow:hidden;
}

@media screen and (max-width: 810px) {
.sub-topimg {
  min-height: initial;
  height: 650px;
}
}

@media screen and (max-width: 568px) {
.sub-topimg {
  height: 350px;
}
}

.sub-topimg img {
  width:100%;
  height:auto;
}

#bg-space {
  background-image: url("../images/topimg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.sub-topimg .block {
  padding:0;
  width:100%;
  height: 100%;
  z-index:1;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}

.sub-topimg .overly {
  width: 100%;
  height:auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub-topimg h1{
  color:#FFF;
  font-size:2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
  letter-spacing: 0.05em;
  line-height:1.8;
  text-shadow:1px 1px 1px #000;
  padding-top:2%;
}

@media screen and (max-width: 810px) {
.sub-topimg h1{
  font-size:1.7em;
}
}

@media screen and (max-width: 568px) {
.sub-topimg h1{
  font-size:1.3em;
  font-weight:500;
  letter-spacing: 0.02em;
}
}

/* #space
================================================== */
#space {
  width: 100%;
  margin:0 auto;
  padding:4% 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.shop-top {
  width: 100%;
  padding:1% 0 1%;
}

.shop-title {
  width: 100%;
  text-align: center;
  margin:0 auto 1%;
}

.shop-title .eng{
  font-family: 'Arial Black','Arial-BoldMT', sans-serif;
  letter-spacing:.01em;
  font-weight:500;
  text-transform: uppercase;
  font-size:2em;
  line-height:1;
  color:#FFD900;
  margin-bottom:5px;
  padding:0.5% 0;
}

@media screen and (max-width: 810px) {
.shop-title .eng{
  font-size:1.7em;
}
}

@media screen and (max-width: 568px) {
.shop-title .eng{
  font-size:1.5em;
  margin-bottom:3px;
  line-height:1.4;
}
}

.shop-title .jpn{
  color:#6A6A36;
  font-size:1.1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  letter-spacing: 0.05em;
  margin-bottom:12px;
  padding:0.5% 0;
}

@media screen and (max-width: 568px) {
.shop-title .jpn{
  font-size:1.25em;
  margin-bottom:5px;
  letter-spacing: 0em;
}
}

.udln{
  border-bottom:1px solid #B5B5B5;
  height:1px;
  width:70px;
  margin: 0 auto;
}

@media screen and (max-width: 568px) {
.udln{
  margin: 0 auto 15px;
}
}

.space-list{
  text-align: center;
  width:100%;
  box-sizing: border-box;
  margin:3% auto 2%;
}

@media only screen and  (max-width: 810px) {
.space-list{
  padding:0;
  max-width:500px;
}
}

.space-list li{
  display:inline-block;
  width:25%;
  vertical-align: top;
  box-sizing: border-box;
  padding:1.5%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  color:#6A6A36;
}

@media only screen and  (max-width: 810px) {
.space-list li{
  width:50%;
  padding:2%;
}
}

@media only screen and  (max-width: 568px) {
.space-list li{
  font-size:0.9em;
}
}

.space-list li .thumbnail {
  background: transparent;
  border: 0;
}
.space-list li img.img-circle{border-radius:50%}

.space-list li img.img-circle.cir-img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 4px solid #B0A546;
  transition: all 1s;
  margin:0 auto 10px;
}

.space-list li .thumbnail:hover>img.img-circle.cir-img{
  border: 4px solid #FFD900;
}

.space-list li img {
  width: 100%;
  height: auto;
}


.shop-center .cns-tx{
  color:#535323;
  line-height:2;
  padding:1% 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1.1em;
}

@media screen and (max-width: 810px) {
.shop-center .cns-tx{
  padding:1%;
  font-size:1.05em;
}
}

@media screen and (max-width: 568px) {
.shop-center .cns-tx{
  text-align: left;
  line-height:1.7;
  padding:1% 5%;
  font-size:1em;
}
}

.shop-center .cns-tx span {
  background: linear-gradient(transparent 70%, #FFEA72 70%);
  padding-right:2px;
  padding-left:2px;
  margin-right:2px;
  margin-left:2px;
  font-size:1.1em;
}

/* 事業内容
--------------------------------------------------*/
#facility {
  padding:4.5% 0 5%;
  width:100%;
  text-align: center;
  background:#F8F8F0;
  margin:0;
}

@media screen and (max-width: 810px) {
#facility {
  padding:5% 2%;
  box-sizing: border-box;
}
}

@media screen and (max-width: 568px) {
#facility {
  padding:5% 0;
}
}

.facility-top {
  width: 100%;
  padding:0;
  margin-bottom:2%;
}

@media screen and (max-width: 568px) {
.facility-top {
  width: 100%;
}
}

.facility-title {
  width: 100%;
  text-align: center;
  margin:0 auto 1%;
}

.facility-title .eng{
  font-family: 'Arial Black','Arial-BoldMT', sans-serif;
  letter-spacing:.01em;
  font-weight:500;
  text-transform: uppercase;
  font-size:2em;
  line-height:1;
  color:#86C3BC;
  color:#FFD900;
  margin-bottom:5px;
  padding:0.5% 0;
}

@media screen and (max-width: 810px) {
.facility-title .eng{
  font-size:1.7em;
}
}

@media screen and (max-width: 568px) {
.facility-title .eng{
  font-size:1.5em;
  margin-bottom:3px;
}
}

.facility-title .jpn{
  color:#6A6A36;
  font-size:1.1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  letter-spacing: 0.05em;
  margin-bottom:12px;
  padding:0.5% 0;
}

@media screen and (max-width: 568px) {
.facility-title .jpn{
  font-size:1.25em;
  margin-bottom:5px;
  letter-spacing: 0em;
}
}

.facility-tx{
  color:#535323;
  line-height:2;
  padding:1% 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1.1em;
}

@media screen and (max-width: 810px) {
.facility-tx{
  padding:1%;
  font-size:1.05em;
}
}

@media screen and (max-width: 568px) {
.facility-tx{
  text-align: left;
  line-height:1.7;
  padding:1% 5%;
  font-size:1em;
}
}

.facility-tx2{
  color:#535323;
  line-height:2;
  padding:1% 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1.05em;
  text-align: center;
}

@media screen and (max-width: 810px) {
.facility-tx2{
  padding:1%;
  font-size:1.05em;
}
}

@media screen and (max-width: 568px) {
.facility-tx2{
  text-align: left;
  line-height:1.7;
  padding:1% 5%;
  font-size:1em;
}
}

.facility-tx2 span{
  color:#B91018;
}

.room-syousai{
  width:100%;
  height:auto;
  margin:4% auto 0;
  text-align: left;
}

.room_photo{
  width:100%;
  max-width:850px;
  margin:0 auto 3%;
  height:auto;
}

@media only screen and  (max-width: 568px) {
.room_photo {
  width:100%;
  margin:1% 0 2%;
}
}

.room_info {
  box-sizing: border-box;
  padding:2.5% 0;
  width:100%;
  margin:0 auto;
  display:block;
}

@media only screen and  (max-width: 568px) {
.room_info {
  padding:0 5%;
}
}

.room_info li {
  padding:0;
  margin:2.5%;
  display:inline-block;
  width:45%;
  vertical-align: top;
}

@media only screen and  (max-width: 810px) {
.room_info li {
  margin:2% 0;
}
}

@media only screen and  (max-width: 568px) {
.room_info li {
  margin:4% 0;
}
}

.room_use{
  width:100%;
  font-size:13px;
  text-align: center;
}

.room_use ul {
  padding:2%;
  box-sizing: border-box;
  width:100%;
}

.room_use li {
  display:inline-block;
  vertical-align: top;
  margin:1% 1.5%;
  text-align: center;
  color:#535323;
}

@media only screen and  (max-width: 568px) {
.room_use li {
   margin:1% 2%;
}
}

.room_use li img{
  width:80px;
  height:auto;
}


.room_infom{
  width:96%;
  margin:3% auto 5%;
}


@media only screen and  (max-width: 810px) {
.room_infom{
  width:100%;
  margin:5% 0 0;
}
}

.room_infom .rim-tl{
  font-size:1.1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  width:100%;
  box-sizing: border-box;
  padding:7px 0;
  font-weight:normal;
  background:#A19F73;
  color:#FFF;
  letter-spacing:0.2em;
  text-align: center;
}

.room_infom .infom_text{
  width:100%;
  padding:10px 1.5%;
  font-size:1em;
  background:#FFF;
  box-sizing: border-box;
  text-align: left;
  line-height:1.8
}

.room_infom .infom_text p{
  padding:1.5% 2%;
  color:#535323;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media only screen and  (max-width: 568px) {
.room_infom .infom_text{
  padding:1px 1.5%;
}

.room_infom .infom_text p{
  padding:1% 3% 10px;
  font-size:0.95em;
  line-height:1.7
}
}

.unbd{
  border-bottom:0.05em dotted #535323;
  margin-bottom:10px;
}

@media only screen and  (max-width: 568px) {
.unbd{
  margin-top:7px;
  margin-bottom:7px;
}
}

.room_cation{
  font-size:14px;
  color:#535323;
  text-align: center;
  width:96%;
  margin:0 auto;
}

.room_cation p{
  margin:1.5%;
}

@media only screen and  (max-width: 568px) {
.room_cation p{
  margin:2% 1.5%;
}
}


.access{
  color:#535323;
  width:96%;
  margin:0 auto 5%;
}

@media only screen and  (max-width: 810px) {
.access{
  width:100%;
}
}

.shop-info{
  display:inline-block;
  vertical-align: middle;
  width:50%;
  padding:0 5% 0 0;
  box-sizing: border-box;
}

@media only screen and  (max-width: 810px) {
.shop-info{
  display:block;
  width:100%;
  padding: 3%;
}
}

.shop-info dl{
  width:100%;
  padding:10px 2%;
  box-sizing: border-box;
  border-bottom:1px dotted #B5B5B5;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media only screen and  (max-width: 568px) {
.shop-info dl{
  font-size:0.95em;
}
}

.shop-info dt{
  display:inline-block;
  vertical-align: middle;
  width:20%;
  padding:0;
}

@media only screen and  (max-width: 568px) {
.shop-info dt{
  width:25%;
  font-size:0.95em;
}
}

.shop-info dd{
  display:inline-block;
  vertical-align: middle;
  width:80%;
  padding:0 0 0 3%;
  box-sizing: border-box;
}

@media only screen and  (max-width: 568px) {
.shop-info dd{
  width:75%;
}
}

.shop-map{
  display:inline-block;
  vertical-align: middle;
  width:50%;
  padding:0;
}

.shop-map iframe {
  width: 100%;
  height: 100%;
  min-height:350px;
}

@media only screen and  (max-width: 810px) {
.shop-map{
  width:100%;
  display:block;
}
}

/* 料金表
================================================== */
#price {
  width: 100%;
  margin:0 auto;
  padding:4% 0 5%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.price-top {
  width: 100%;
  padding:0 0 1%;
}

@media screen and (max-width: 568px) {
.price-top {
  width: 100%;
}
}

.price-title {
  width: 100%;
  text-align: center;
  margin:0 auto 1%;
}

.price-title .eng{
  font-family: 'Arial Black','Arial-BoldMT', sans-serif;
  letter-spacing:.01em;
  font-weight:500;
  text-transform: uppercase;
  font-size:2em;
  line-height:1;
  color:#FFD900;
  margin-bottom:5px;
  padding:0.5% 0;
}

@media screen and (max-width: 810px) {
.price-title .eng{
  font-size:1.7em;
}
}

@media screen and (max-width: 568px) {
.price-title .eng{
  font-size:1.5em;
  margin-bottom:3px;
}
}

.price-title .jpn{
  color:#6A6A36;
  font-size:1.1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  letter-spacing: 0.05em;
  margin-bottom:12px;
  padding:0.5% 0;
}

@media screen and (max-width: 568px) {
.price-title .jpn{
  font-size:1.25em;
  margin-bottom:5px;
  letter-spacing: 0em;
}
}

.price-tx{
  color:#535323;
  line-height:2;
  padding:1% 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1.1em;
}

@media screen and (max-width: 810px) {
.price-tx{
  padding:1%;
  font-size:1.05em;
}
}

@media screen and (max-width: 568px) {
.price-tx{
  text-align: left;
  line-height:1.7;
  padding:1% 5%;
  font-size:1em;
}
}

.price-tx .ulie {
  background: linear-gradient(transparent 70%, #FFEA72 70%);
  padding-right:2px;
  padding-left:2px;
  margin-right:2px;
  margin-left:2px;
  font-size:1.1em;
}

.price-tx .red{
  color:#B91018;
  padding-left:10px;
  font-size:1.4em;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
}

.price-tx2{
  color:#535323;
  line-height:2;
  padding:5% 0 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1em;
}

@media screen and (max-width: 810px) {
.price-tx2{
  padding:1%;
}
}

@media screen and (max-width: 568px) {
.price-tx2{
  text-align: left;
  line-height:1.7;
  padding:5% 5% 0;
  font-size:0.95em;
}
}

.price-tx2 strong{
  font-weight:400;
  font-size:1.1em;
}

.price-lst {
  width: 100%;
}

.price-lst {
  width: 96%;
  max-width:960px;
  margin:1% auto 0;
}

@media screen and (max-width: 568px) {
.price-lst {
  width: 92%;
}
}

.price-lst dl {
  width: 25%;
  box-sizing: border-box;
  vertical-align: top;
  display:inline-block;
  border-left: solid 1px #B5B5B5;
  font-size:1.1em;
}

@media screen and (max-width: 1000px) {
.price-lst dl {
  font-size:0.9em;
}
}

.price-lst dl a{color:#6A6A36;text-decoration:underline;}
.price-lst dl a:hover{color:#6A6A36;text-decoration:none;}

.price-lst dt {
  background: #6C6C36;
  text-align: center;
  color: #FFF;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  padding: 10px 5px;
  font-size:1em;
  letter-spacing:.05em;
  box-sizing: border-box;
  display:block;
  border-top: solid 1px #B5B5B5;
  border-bottom: solid 1px #B5B5B5;
}

@media screen and (max-width: 810px) {
.price-lst dt {
  padding: 10px 2px;
}
}

.price-lst dd {
  padding: 10px;
  display:block;
  border-bottom: solid 1px #B5B5B5;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  color:#6A6A36;
  font-size:1.05em;
}

.price-lst .bkgr {
  background: #F8F8F5;
}

.price-lst dd span{
  display:none;
}

@media screen and (max-width: 750px) {
.price-lst dl {
  width: 100%;
  display:block;
  border-left: solid 1px #999;
  border-right: solid 1px #999;
  border-bottom: initial;
  font-size:1.1em;
}

.spHides{
  display:none!important;
}

.price-lst dl:first-child {
  border-top: solid 1px #999;
}

.price-lst dt {
  display:inline-block;
  border-top: initial;
  vertical-align: top;
  width:100%;
  border-bottom:: solid 1px #999;
}

.price-lst dd {
  display:inline-block;
  vertical-align: top;
  width:100%;
  border-bottom: solid 1px #999;
  box-sizing: border-box;
}
.price-lst dd span{
  display:inline-block;
  margin-right:25px;
}
}

.price-lst .br1 {
  border-right: solid 1px #B5B5B5!important;
}

@media screen and (max-width: 750px) {
.price-lst .br1 {
  border-right: none!important;
}
}

.price-lst .tax{
  font-size:14px;
  color:#535323;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 568px) {
.price-lst .tax{
  text-align: left;
  padding:5px;
}
}

.option_infom{
  width:96%;
  margin:3% auto 0;
  max-width:960px;
}

@media screen and (max-width: 568px) {
.option_infom{
  width: 92%;
}
}

.option_infom .rim-tl{
  font-size:1.1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  width:100%;
  box-sizing: border-box;
  padding:7px 0;
  font-weight:normal;
  background:#A19F73;
  color:#FFF;
  letter-spacing:0.2em;
  text-align: center;
}

.option_infom .infom_text{
  width:100%;
  padding:10px 1.5%;
  font-size:1em;
  background: #F8F8F5;
  box-sizing: border-box;
  text-align: left;
  line-height:1.8
}

.option_infom .infom_text li{
  padding:1.5% 2%;
}

.option_infom .infom_text li p{
  display:inline-block;
  vertical-align: top;
  width:50%;
  color:#535323;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media screen and (max-width: 568px) {
.option_infom .infom_text{
  font-size:0.95em;
}
}


.unbds{
  border-bottom:0.05em dotted #535323;
  margin-bottom:10px;
}



@media screen and (max-width: 750px) {
.option_infom .infom_text li{
  padding:0 2%;
}
.unbds{
  border-bottom:none;
  margin-bottom:0px;
}

.option_infom .infom_text li p{
  display:block;
  width:100%;
}
}

/* 予約状況
--------------------------------------------------*/
#reserve {
  padding:4% 0 5%;
  width:100%;
  text-align: center;
  background:#F8F8F0;
  margin:0;
}

@media screen and (max-width: 810px) {
#reserve {
  padding:5% 2%;
  box-sizing: border-box;
}
}

@media screen and (max-width: 568px) {
#reserve {
  padding:5% 0;
}
}

.reserve-top {
  width: 100%;
  padding:0;
  margin-bottom:5%;
}

@media screen and (max-width: 568px) {
.reserve-top {
  width: 100%;
}
}

.reserve-title {
  width: 100%;
  text-align: center;
  margin:0 auto 1%;
}

.reserve-title .eng{
  font-family: 'Arial Black','Arial-BoldMT', sans-serif;
  letter-spacing:.01em;
  font-weight:500;
  text-transform: uppercase;
  font-size:2em;
  line-height:1;
  color:#86C3BC;
  color:#FFD900;
  margin-bottom:5px;
  padding:0.5% 0;
}

@media screen and (max-width: 810px) {
.reserve-title .eng{
  font-size:1.7em;
}
}

@media screen and (max-width: 568px) {
.reserve-title .eng{
  font-size:1.5em;
  margin-bottom:3px;
}
}

.reserve-title .jpn{
  color:#6A6A36;
  font-size:1.1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  letter-spacing: 0.05em;
  margin-bottom:12px;
  padding:0.5% 0;
}

@media screen and (max-width: 568px) {
.reserve-title .jpn{
  font-size:1.25em;
  margin-bottom:5px;
  letter-spacing: 0em;
}
}

.reserve-tx{
  color:#535323;
  line-height:2;
  padding:1% 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1.1em;
}


@media screen and (max-width: 810px) {
.reserve-tx{
  padding:1%;
  font-size:1.05em;
}
}

@media screen and (max-width: 568px) {
.reserve-tx{
  text-align: left;
  line-height:1.7;
  padding:1% 5%;
  font-size:1em;
}
}

.calender{
  display:inline-block;
  vertical-align: top;
  width:60%;
}

@media screen and (max-width: 810px) {
.calender{
  display:block;
  width:100%;
}
}

.calender iframe{
  width:100%;
}

.res-info{
  display:inline-block;
  vertical-align: top;
  width:40%;
  box-sizing: border-box;
  padding:1% 0 1% 5%;
  text-align: left;
}

@media screen and (max-width: 810px) {
.res-info{
  padding:3% 2%;
  width:100%;
  display:block;
}
}

@media screen and (max-width: 568px) {
.res-info{
  padding:3% 5%;
}
}

.res-info .rev-top{
  color:#535323;
  line-height:2;
  padding:0 0 3%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.6em;
}

.res-info .rev-txt{
  color:#535323;
  line-height:2;
  padding:1% 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1em;
}

@media screen and (max-width: 810px) {
.res-info .rev-top{
  padding:0;
  font-size:1.35em;
  text-align: center;
}
}

@media screen and (max-width: 568px) {
.res-info .rev-txt{
  color:#535323;
  line-height:1.7;
  padding:1% 2%;
}
}

.res-info .rev-txt span{
  color:#B91018;
  line-height:2;
  padding:1% 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1em;
}

.res-info ul{
  width:100%;
  max-width:400px;
  margin: 2% 0;
}

@media only screen and  (max-width: 810px) {
.res-info ul{
  margin: 2% auto;
}
}

.res-info li{
  margin:3% 0;
  text-align: center;
}

.res-info .line a {
  display:block;
  padding:10px 0 8px;
  border:1px solid #00B900;
  background:#00B900;
  color:#FFF;
  text-decoration: none;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

.res-info .line img {
  width:auto;
  height:24px;
  display:inline-block;
  vertical-align: middle;
  padding-right:10px;
}

.res-info .line p {
  line-height:2.2;
  display:inline-block;
  vertical-align: middle;
}

.res-info .line a:hover {
  color:#FFF;
  background:#2B972B;
  border:1px solid #2B972B;
  text-decoration: none;
}

.res-info .tel a {
  display:block;
  padding:12px 0 10px;
  background:#6C6C36;
  font-family: 'Roboto', sans-serif;
  font-weight:500;
  color:#FFF;
  text-decoration: none;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
  font-size:1.2em;
}

.res-info .tel a:hover {
  color:#FFF;
  background:#A19F73;
  text-decoration: none;
}

.res-info .tel .fa {
  font-size:1.2em;
  padding-right:10px;
}

















.category_list {
  width: 100%;
  margin:4% auto 0;
}

.category_list li{
  box-sizing: border-box;
  -webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
  overflow:hidden;
  display:inline-block;
  background:#FFF;
  position: relative;
  vertical-align:top;
  position: relative;
}

@media screen and (max-width: 568px) {
.category_list li{
  padding:10px;
}
}

.category_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
  z-index: 1;
}

.category_list li a:hover {
  background-color: #fff;
  opacity: 0.4;
  z-index: 1;
}


.category_list li{
  width: 49%;
  margin:0.5%;
  padding:10px 10px 15px;
}


@media screen and (max-width: 568px) {
.category_list li{
  width: 100%;
  margin:1% 0;
  padding:10px;
}
}

.ct-wrapper {
  width:100%;
  height:auto;
  position: relative;
  display:block;
}

.ct-wrapper .h_photo{
  width: 100%;
  margin:0;
  position: relative;
  overflow: hidden;
}

.ct-wrapper .h300{
  height:320px;
}

@media screen and (max-width: 568px) {
.ct-wrapper .h300{
  height:225px;
}
}

.ct-wrapper .h200{
  height:200px;
}


.ct-wrapper .h_photo img{
  width: 100%;
  height:auto;
  position: relative;
}

.ct-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat_txt {
  width:100%;
  position: relative;
  overflow: hidden;
  display:block;
  box-sizing: border-box;
  padding:10px 2% 0;
  text-align: left;
  min-height:90px;
}

@media screen and (max-width: 568px) {
.cat_txt {
  height:auto;
  margin:0;
  padding:5px 5px 0;
}
}

.cat_txt h2{
  font-size:1.15em;
  margin:2px 0 8px;
  line-height:1.5;
  color:#6A6A36;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
}

.cat_txt h3{
  font-size:1.15em;
  margin:2px 0 8px;
  line-height:1.5;
  color:#6A6A36;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
}

.cat_txt p{
  font-size:13px;
  line-height:1.6;
}

.category_list a .ct_text{
  position: absolute;
  top: 0;
  bottom:0;
  right:0;
  left: 0;
  margin: 0 !important;
  color: #FFF;
  background: rgba(0, 0, 0, 0.1);
  display:inline-block;
  text-shadow:1px 1px 1px #000;
}

.ct_text p{
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color:#FFF;
  line-height:1.2;
  letter-spacing	: 0.05em;
  font-size:1.2em;
  text-align: center;
  width:100%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
}

.category_list a { color:#000; }
.category_list a:hover { opacity: 0.7;text-decoration: underline; }

.c_label {
  color:#000;
  padding:0 10px;
  margin-top:2px;
  margin-bottom:5px;
  line-height:1;
  font-size:12px;
  border:0.15em solid #000;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  display:inline-block;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

.c_label .fa {
  margin-right:3px;
}


/* .category_list2
================================================== */
.category_list2 {
  width: 100%;
  padding:4% 3% 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 810px) {
.category_list2 {
  padding:4% 1% 0;
  text-align: left;
}
}

.category_list2 h3{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:2.4em;
  margin-bottom:30px;
  color:#000;
}

@media screen and (max-width: 810px) {
.category_list2 h3{
  font-size:1.8em;
  margin-bottom:15px;
  line-height:1.5;
  text-align: center;
}
}

@media screen and (max-width: 568px) {
.category_list2 h3{
  font-size:1.4em;
}
}

.category_list2 .w30{
  width:30.333%;
  margin:1%;
  position: relative;
  display:inline-block;
  vertical-align:top;
}

@media screen and (max-width: 810px) {
.category_list2 .w30{
  width:47%;
  margin:2% 1%;
}
}

@media screen and (max-width: 568px) {
.category_list2 .w30{
  width:96%;
  display:block;
  margin:0 2% 10px;
}
}

.category_list2 .w30 .item{
  width: 100%;
  box-sizing: border-box;
}

.category_list2 .w30 .item a{
  border-radius: 3px 3px 3px 3px;
  display:block;
}

.category_list2 .w30 .item a:hover{
  opacity: 0.8;
}

.category_list2 .w30 .item .tl_photo{
  width: 100%;
  height:auto;
  margin:0;
  position: relative;
  overflow: hidden;
  border-radius: 3px 3px 3px 3px;
}

.category_list2 .w30 .item .tl_photo img{
  width: 100%;
  height:auto;
}

.category_list2 .w30 .overlays{
  background: rgba(0, 0, 0, 0.15);
  width:100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
}

.category_list2 .w30 .tl_title{
  position: absolute;
  bottom: 15px;
  left: 5%;
  color: #FFF;
  display:inline-block;
  line-height:1;
}

.category_list2 .w30 .tl_title .ja{
  color: #FFF;
  font-size: 1.15em;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
  margin-bottom:10px;
  text-shadow:1px 1px 1px #000;
}

.category_list2 .w30 .tl_title .en{
  color: #FFF;
  font-size: 0.9em;
  font-weight:400;
  font-family: 'Roboto', sans-serif;
  padding-left:10px;
  text-shadow:1px 1px 1px #000;
}

.category_list2 .w30 .ot_tx{
  padding:10px 5px;
  font-size:14px;
}


/* insta_blox
-----------------------------------*/
.insta_blox{
  width:100%;
  padding: 4% 0;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 810px) {
.insta_blox{
  padding: 4% 0 8%;
}
}

#insta_container{
  width:100%;
  max-width:1200px;
  margin:0 auto;
}

@media screen and (max-width: 1280px) {
#insta_container{
  box-sizing: border-box;
  padding:0 2%;
}
}

@media screen and (max-width: 810px) {
#insta_container {
  padding: 0 0;
}
}

.insta_blox .insta_top{
  padding:0 0 2%;
  text-align: center;
  font-size:1.5em;
}

.insta_blox .insta_top img{
  width:100%;
  max-width:150px;
  height:auto;
  margin:0 0 0 10px;
  display:inline-block;
  vertical-align:middle;
}


@media only screen and  (max-width: 568px) {
.insta_blox .insta_top img{
  max-width:120px;
}
}

.insta_ph{
  width:100%;
  margin:0 auto;
}

.insta_bt{font-size:13px!important;padding:0;list-style:none;text-align:center;margin-top:25px;}
.insta_bt a{color:#333;display:inline-block;padding:8px 20px 6px;background-color:#fff;border:1px solid #ccc;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-decoration:none!important;}
.insta_bt a:hover{text-decoration:none;background-color:#EAEAEA;color:#333;}

@media screen and (max-width: 810px) {
.insta_bt{margin-top:10px;}
}

.insta_bt .fa{
  margin-right:3px;
}

/* insta
--------------------------------------------------*/
.insta {
  width:100%;
  padding:5% 1.5% 0;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 810px) {
.insta {
 padding:5% 4% 0;
}
}

@media screen and (max-width: 568px) {
.insta {
 padding:5% 2% 0;
}
}

.insta .insta_top{
  padding:0;
  display:inline-block;
  margin-bottom:15px;
}

.insta .insta_top img{
  width:100%;
  max-width:164px;
  height:auto;
  margin:0 auto 5px;
}

@media screen and (max-width: 810px) {
.insta .insta_top img{
 margin:0 auto 5px;
 max-width:120px;
}
}

.cbg-bt{
  display: inline;
  font-size:14px;
  margin: 20px 2px 0;
  padding: 0;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

.cbg-bt a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 15px 8px;
  color: #FFF;
  background: #6A6A36;
  text-decoration: none;
  vertical-align: middle;
 -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

.cbg-bt a:hover {
  background: #AAAAAA;
  color:#FFF;
  webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
}

/* movie-box
-----------------------------------*/
.movie-box{
  width:100%;
  max-width:850px;
  margin:5% auto 3%;
  height:auto;
}

@media only screen and  (max-width: 568px) {
.movie-box {
  width:100%;
}
}

.vr {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.vr iframe {
  width: 100%;
  height: 100%;
}

.sp-import{
  margin:0 auto;
  text-align: center;
}

.sp-import p{
  font-size: 1.4em;
  background:#B91018;
  color:#FFF;
  padding:10px 30px;
  display:inline-block;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  margin-bottom:2%;
  margin-top:3%;
  position: relative;
}

@media screen and (max-width: 810px) {
.sp-import p{
  font-size:1.2em;
}
}

@media screen and (max-width: 568px) {
.sp-import p{
  font-size:1.05em;
  padding:10px 15px;
  margin-top:5%;
  margin-bottom:5%;
}
}

.sp-import p::after {
 position: absolute;
 top: 100%;
 left: 50%;
 margin-left: -5px;
 content: ' ';
 border: 10px solid transparent;
 border-top-color: #B91018;
}