@charset "utf-8";

/*
Theme Name: Hotel JUN
Description: Hotel JUNの2024年リニューアルHPです。
*/

/* overall */
html {
  font-size: 15px;
}
body {
  color: #521717;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-weight: bold;
  font-style: normal;
  line-height: 1.6;
}
#wrapper {
  margin: 0 auto;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.margin, p.margin{
  margin-bottom: 3%;
}
.width{
  width: 70%;
  margin: 0 auto;
}
.margin{
  margin-bottom: 3%;
}
.break{
  display: inline-block;
}
.sp, .tablet, .tablet02{
  display: none;
}
p{
  font-size: 16px;
}
.red{
  color: #ff0000;
}
.width{
  margin: 10% auto;
}
.padding{
  padding: 10% 0;
}

/*================= ふわっと(ここのみfade.jsで管理) =================*/
.fade {
	opacity: 0;
	transform: translateY(100px);
	transition: opacity 1.5s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/*================= header =================*/
header{
  padding: 1% 2%;
  display: flex;
  gap: 2%;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #861A1A;
  z-index: 999;
}
#header.active {
  box-shadow: 0 0 10px rgba(0,0,0,0.4);   
}
header h1{
  width: 15%;
}
.sp_switch{
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 3%;
  width: 85%;
}
header .contact{
  display: flex;
  align-items: baseline;
  width: 10%;
  gap: 10%;
}
header .contact a{
  width: 35%;
}

/* global nav */
nav{
  display: flex;
  justify-content: flex-end;
  gap: 0 3%;
  width: 90%;
  z-index: 2;
  align-items:center;
  font-size: 16px;
  text-align: center;
  line-height: 1.1;
}
nav a{
  color: #fff;
  transition:0.5s;
}
nav a:hover{
  color: #4d0a0a;
}
nav span.small_jp{
  font-size: 11px;
}
/* nav(pc時)　※sp時は @media screen and (max-width: 800px) */
#btn {
  display: none;
}

/*================= hero =================*/
.hero.top{
  background-image: url(imgs/hero_back.png);
  background-size: cover;
  background-position: center;
  padding: 15%;
  position: relative;
}
/* .background_fixed{
  background-image: url("../imgs/hero_back.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 15% 0;
  position: relative;
} */
.hero{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hero.top p{
  /* margin-bottom: 3%; */
  color: #fff;
  text-shadow: 0px 0px 10px #434343;
  font-weight: bold;
  font-size: clamp(.5rem, calc(1.25vw + 1.5rem), 1.5rem);
  text-align: center;
}
.hero img.logo{
  /* width: 20%; */
  width: 50%;
}
.webReservation{
  position: absolute;
  right: 0;
}
.webReservation.pc-tablet{
  position: fixed;
}

/* hero - index以外 */
.hero.notIndex{
  padding: 15%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hero.notIndex h2{
  font-size: clamp(.5rem, calc(1.25vw + 1.8rem), 2.5rem);
  line-height: .8;
  text-align: center;
  color: #fff;
}
.hero.notIndex h2 span{
  font-size: clamp(.5rem, calc(1.25vw + 1.5rem), 1.8rem);
  font-weight: normal;
}
.hero.notIndex.service{
  background-image: url(imgs/hero_service.png);
}
.hero.notIndex.rooms{
  background-image: url(imgs/hero_rooms.png);
}
.hero.notIndex.price{
  background-image: url(imgs/hero_price.png);
}
.hero.notIndex.blog{
  background-image: url(imgs/hero_blog.png);
}
.hero.notIndex.menu{
  background-image: url(imgs/hero_menu.png);
}
.hero.notIndex.access{
  background-image: url(imgs/hero_access.png);
}
.hero.notIndex.q-and-a{
  background-image: url(imgs/hero_q-and-a.png);
}
.hero.notIndex.recruit{
  background-image: url(imgs/hero_recruit.png);
}
.hero.notIndex.contact{
  background-image: url(imgs/hero_contact.png);
}

/*================= concept =================*/
.concept{
  background-image: url(imgs/concept_back.png);
  background-size: cover;
  padding: 10% 0;
  margin-bottom: 10%;
  /* background-color: rgba(255, 255, 255, 0.6);
  padding: 8% 5%; */
}
.concept_inner{
  background-color: rgba(255, 255, 255, 0.6);
  padding: 8% 5%;
}
.leftBorder_brown{
  padding: 0.25em 0.5em;
  color: #521717;
  background: transparent;
  border-left: solid 5px #521717;
  font-size: clamp(.5rem, calc(1.25vw + 1.8rem), 1.4rem);
  line-height: 1.2;
  font-weight: bold;
}
h2 span.title_en{
  font-size: clamp(.5rem, calc(1.25vw + 1.2rem), 1rem);
  font-weight: normal;
}
.concept p.desc01{
  text-align: center;
  color: #521717;
  font-weight: bold;
  margin: 7% 0;
  font-size: clamp(.5rem, calc(1.25vw + 1.2rem), 1.1rem);
}
.concept_ex{
  display: flex;
  gap: 3%;
  color: #521717;
  justify-content: center;
  margin-bottom: 7%;
}
.concept_ex img{
  margin-bottom: 3%;
}
.concept_ex p{
  text-align: center;
}
.concept .desc02{
  text-align: center;
  color: #521717;
  font-size: 14px;
}

/*================= blog =================*/
.blog{
  margin-bottom: 10%;
}

.newBlogs{
  display: flex;
  justify-content: center;
  gap: 3%;
  margin: 5% 0;
}
.newBlogs li{
  background-color: #F5F5F5;
  padding: 2%;
  border-radius: 2%;
  box-shadow: 3px 3px 6px #c2c2c2;
  width: calc((100% - 6%) / 3);
}
.newBlogs li:hover{
  opacity: .7;
}
.blogImg, .title_date, .tag{
  margin-bottom: 5%;
}
.title_date{
  font-weight: bold;
  color: #521717;
}
.tag{
  display: flex;
  gap: 2%;
}
.tag p{
  background: #521717;
  padding: .5%  2%;
  border-radius: 10%;
  color: #fff;
  font-size: 12px;
}
.article{
  color: #521717;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 5%;
}
.arrow p{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.arrow i.fa-angle-right{
  color: #fff;
  background-color: #521717;
  padding: 3%;
  border-radius: 50%;
}
.more_brown{
  text-align: center;
  margin-top: 5%;
}
.more_brown a{
  background: #521717;
  border: #521717 1px solid;
  color: #fff;
  padding: .5% 3%;
  border-radius: 50px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.311);
  transition:0.5s;
}
.more_brown a:hover{
  background: #fff;
  color: #521717;
  border: #521717 1px solid;
  box-shadow:none;
}

/*================= rooms =================*/
article.rooms{
  background-color: #9B4A3F;
  padding: 10% 0;
}
.rooms_intro{
  text-align: center;
  margin-bottom: 7%;
}
h2.leftBorder_white{
  padding: 0.25em 0.5em;
  color: #fff;
  background: transparent;
  border-left: solid 5px #fff;
  font-size: clamp(.5rem, calc(1.25vw + 1.8rem), 1.4rem);
  line-height: 1.2;
  font-weight: bold;
}
.rooms_detail{
  display: flex;
}
article.rooms h2.leftBorder_white{
  width: 40%;
  height: 50%;
}
.roomsImg{
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 3%;
}
.roomsImg li{
  width: calc(50% - 6%);
}
.roomsImg li img{
  margin-bottom: 6%;
}
.more_white{
  text-align: left;
  margin-top: 5%;
}
.more_white a{
  background: #fff;
  color: #521717;
  padding: .5% 3%;
  border-radius: 50px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.311);
  transition:0.5s;
}
.more_white a:hover{
  background: #521717;
  color: #fff;
  box-shadow: none;
}

/*================= menu_spm =================*/
.menu_spm{
  display: flex;
  width: 100%;
}
.menu_spm a{
  border: 1px solid #521717;
  padding: 10%;
  width: calc(100% / 3);
  text-align: center;
  color: #521717;
  transition:0.5s;
  white-space: nowrap
}
.menu_spm a:hover{
  background: #521717;
  color: #fff;
}

/*================= footer =================*/
footer{
  background-color: #521717;
  padding-top: 10%;
  color: #fff;
}
footer a{
  color: #fff;
}
.footer_inner{
  margin-bottom: 10%;
  display: flex;
}
.inner01, .inner02{
  display: flex;
  flex-direction: column;
  gap: 5%;
  justify-content: space-between;
  width: 50%;
}
.inner01{
  border-right: #fff solid 1px;
  padding-right: 5%;
}
.inner02{
  margin-left: 10%;
}
.inner01 img{
  width: 50%;
  margin-bottom: 10%;
}
div.footer_infos{
  margin-bottom: 10%;
}
ul.footer_info{
  display: flex;
  align-items: center;
  margin-bottom: 5%;
}
.footer_info .name{
  width: 20%;
}
.footer_info .details{
  width: 80%;
}
.map_app{
  display: flex;
  gap: 5%;
}
.map_app img{
  width: 100%;
}
.footer_menu{
  display: flex;
  gap: 20%;
}
.footer_menu li{
  margin-bottom: 10%;
  text-decoration: underline 1px #fff;
}

.footer_more{
  background: #fff;
  color: #521717;
  padding: 3% 5%;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.311);
  width: 100%;
  text-align: center;
}
.footer_more a{
  color: #521717;
  display: block;
}
.footer_more.tel a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5%;
}
.footer_more img{
  width: 15%;
}
.reservation{
  display: flex;
  align-items: center;
  gap: 5%;
}
.footer_toSimulatuion{
  margin-bottom: 5%;
}

.map {
  position: relative;
  padding-bottom: 15%; 
  height: 0;
  overflow: hidden;
  }
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

/* ===========================================================
  service.html
============================================================= */
.point_title{
  background-color: #581515;
  margin-bottom: 5%;
  padding: 1% 2%;
  color: #fff;
  text-align: center;
}
/*================= point01 =================*/
.withCar, .woCar{
  margin-bottom: 10%;
}
.car_point_desc, .woCar_desc{
  margin: 5% 0;
}
ul.car_point{
  display: flex;
  gap: 3%;
}
ul.car_point li{
  width: calc(100% / 4);
}
.woCar_desc p.noCar_tel img{
  width: 20%;
}

/*================= point02 =================*/
.amenities_desc{
  margin-top: 5%;
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.2rem);
}
ul.service_details{
  display: flex;
  gap: 3%;
  margin: 5% 0;
  align-items: stretch;
}
ul.service_details li{
  width: calc(100% / 3);
  border: #521717 solid 1.5px;
  border-radius: 10px;
}
ul.service_details li h4{
  background-color: #581515;
  border-radius: 8px 8px 0 0;
  padding: 2% 3%;
  color: #fff;
  text-align: center;
  font-size: clamp(.5rem, calc(1.2vw + 1.1rem), 1.1rem);
  white-space: nowrap
}
.serviceD_inner{
  padding: 5% 7%;
}
ul.service_details li img{
  margin-bottom: 5%;
}

.amenities_desc{
  text-align: center;
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.2rem);
  margin-bottom: 5%;
}
ul.amenities_details{
  flex-wrap: wrap;
}
ul.amenities_details li{
  width: calc((100% - 9%) / 4);
  margin-bottom: 3%;
}

/*================= point03 =================*/
.point03{
  margin-bottom: 10%;
}
ul.discount{
  justify-content: center;
  align-items: center;
}
ul.discount li img{
  margin-bottom: 0;
}
ul.discount .noBorder{
  border: none;
}
.serviceD_inner.red{
  color: #FF0D0D;
  text-align: center;
}
.howTo h4{
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.2rem);
  margin-bottom: 3%;
}
.hotTo_desc{
  margin-bottom: 3%;
}
ul.service_details.sp{
  display: none;
}
/*================= reservation =================*/
article.reservation{
  background-color: #9B4A3F;
  padding-top: 5%;
  padding-bottom: 5%;
}
.reservation_desc{
  margin: 5% 0;
  color: #fff;
}
.reservation_list{
  display: flex;
  justify-content: center;
  margin: 5% 0;
  gap: 5%;
}
.hoverBg_white{
  background: #fff;
  border-radius: 10px;
}
.reservation_list a:hover{
  opacity: .7;
}

/* ===========================================================
  rooms.html
============================================================= */
/*================= menu_rooms =================*/
.menu_rooms{
  display: flex;
  width: 100%;
  margin-bottom: 5%;
}
.menu_rooms a{
  border: 1px solid #521717;
  padding: 2.5%;
  width: calc(100% / 3);
  text-align: center;
  color: #521717;
  transition:0.5s;
}
.menu_rooms a:hover{
  background: #521717;
  color: #fff;
}
.rooms_title{
  background-color: #9B4A3F;
}
.wgarage, .secondFloor, .thirdFloor{
  margin-bottom: 10%;
}
/*================= modaal =================*/
ul.rooms_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.rooms_list::after{
  content:"";
  display: block;
  width: calc((100% - 6%) / 3);
}
ul.rooms_list li{
  width: calc((100% - 6%) / 3);
  margin-bottom: 3%;
}
.modaal-content-container{
  color: #521717;
  padding: 0;
}
.modaal-btn{
  transition: 0.5s;
}
.modaal-btn:hover{
  opacity: .7;
}
.room_name{
  margin-bottom: 3%;
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.5rem);
}
.room_detals{
  display: flex;
  gap: 3%;
}
.rank{
  background-color: #581515;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.2rem);
  padding: 1% 3%;
  margin-bottom: 5%;
  width: fit-content;
}
.equipment_title{
  margin-bottom: 3%;
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.2rem);
}
/* modaal click-open */
.modaal-outer-wrapper .modaal-container{
  background: transparent;
  box-shadow: none;
}
.modaal-outer-wrapper .modaal-close{
  top: 10%;
  right: 8%;
}
.modaal-outer-wrapper .modaal-close::before, .modaal-outer-wrapper .modaal-close::after{
  background: #521717;
  border-radius: 0;
  width: 2px;
  height: 40px;
}
.popUp_desc, .room_detals img{
  width: 50%;
}

/* ===========================================================
  price.html
============================================================= */
/* table - overall */

/*================= menu_price =================*/
.menu_price{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 5%;
}
.menu_price01, .menu_price02{
  display: flex;
  width: 100%;
}
.menu_price01 a{
  width: calc(100% / 3);
}
.menu_price02 a{
  width: calc(100% / 2);
}
.menu_price01 a, .menu_price02 a{
  border: 1px solid #521717;
  padding: 2.5%;
  text-align: center;
  color: #521717;
  transition:0.5s;
}
.menu_price a:hover{
  background: #521717;
  color: #fff;
}

/*================= rankA,B,C_price =================*/
.ranks{
  margin-bottom: 10%;
  margin-top: 10%;
}
.rankDetails{
  display: flex;
  gap: 3%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.rankImgs, .rankPrices{
  width: calc(100% / 2);
}
.rankPrices table{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
}
.rankPrices table th:first-child{
  border-radius: 5px 0 0 0;
}
.rankPrices table th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}
.rankPrices table th{
  text-align: center;
  color:white;
  background: #9B4A3F;
  border-left: 1px solid #DBDBDB;
  border-top: 1px solid #9B4A3F;
  border-bottom: 1px solid #9B4A3F;
  width: 25%;
  padding: 10px 0;
  text-decoration: underline .5px #fff;
}
.rankPrices table td{
  text-align: center;
  background-color: #F5F5F5;
  border-left: 1px solid #DBDBDB;
  border-bottom: 1px solid #F5F5F5;
  border-top:none;
  width: 25%;
  padding: 10px 0;
}
.rankPrices table td:last-child{
  border-right: 1px solid #F5F5F5;
}
.rankPrices table td:first-child{
  border-left: 1px solid #F5F5F5;
}
.rankPrices table th:last-child{
  border-right: 1px solid #9B4A3F;
}
.rankPrices table th:first-child{
  border-left: 1px solid #9B4A3F;
}
.rankPrices table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}
.rankPrices table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}
.rankPrices table, .price_caution{
  margin-bottom: 5%;
}
.price_more{
  display: flex;
}
.price_more div, .price_more button{
  width: 50%;
}
.price_more a{
  transition: .5s;
}
.price_more button{
  transition: .5s;
}
.price_more div a:hover, .price_more button:hover{
  opacity: .7;
}
/* modaal */
a.modaal-btn02{
  color: #fff;
}

.rank.rank_yt{
  background-color: #fff;
  color: #521717;
  margin-bottom: 3%;
}
.popUp_desc.desc_gbBlk{
  width: 100%;
  color: #fff;
}
.modaal-btn02 .modaal-close::before, 
.modaal-btn02 .modaal-close::after{
  color: #fff;
}
.modaal-wrapper .modaal-close:hover{
  background: transparent;
}
.custom-modal-1 .modaal-close::before,
.custom-modal-1 .modaal-close::after{
  background: #fff;
}

/* accordion */
.accordion{
  margin-bottom: 5%;
}
.accordion-content{
  display: none;
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 5px;
}
.accordion-content.active {
  display: block;
  background-color: #00000065;
}

/* タブメニューのスタイル */
.tabs {
  display: flex;
  margin-top: 10px;
}
.tabs.width, .tabContent_inner.width{
  margin: 2% auto;
}
.tab {
  padding: 1% 3%;
  margin-right: 2%;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid #521717;
  border-radius: 5px;
  box-shadow: 3px 3px 6px rgba(35, 35, 35, 0.302);;
}
.tab.active {
  background-color: #ddd;
  font-weight: bold;
}
.tab-content {
  position: relative;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease, max-height 0.5s ease;
}
.tab-content.active {
  max-height: 500px;
  opacity: 1;
  margin: 3% 0;
}
.tabContent_inner{
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5%;
}
.tabContent_inner-img, .tabContent_inner-desc{
  width: calc((100% - 10% ) / 2);
}
.tabContent_inner h4.tabContent_inner-desc01{
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.5rem);
  margin-bottom: 10%;
}
.tabContent_inner div.tabContent_inner-desc02 .title{
  margin-bottom: 3%;
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.2rem);
}

/*================= simulation =================*/
article.simulation{
  padding: 10% 0;
  background: #F5F5F5;
}
.simulator {
  margin-top: 5%;
  margin-bottom: 5%;
}
.simulator form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.simulator form div {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #DBDBDB;
  width: 100%;
}
.simulator form div.noBorder{
  border: 0 solid transparent;
}
.simulator form label {
  background: #521717;
  color: #fff;
  padding: 3% 1%;
  box-sizing: border-box;
  flex: 0 0 25%; 
  text-align: center;
}
.simulator form input,
.simulator form select {
  background: #fff;
  color: #521717;
  padding: 3% 1%;
  box-sizing: border-box;
  flex: 1;
}
.simulator form button {
  background: #521717;
  color: #fff;
  border: 1px solid #DBDBDB; 
  padding: 1% 2%;
  cursor: pointer;
  margin: 5% 0;
}
.simulator form div.noBorder.button{
  display: flex;
  justify-content: center;
}
.simulator form button:hover {
  background: #6b3a35;
}


/*================= system =================*/
article.system{
  background: url(imgs/system_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10%;
  padding-bottom: 10%;
}
/* table */
table.price-table{
  width: 100%;
  padding: 1% 2%;
  margin-top: 5%;
  border-collapse: collapse;
  background-color: #fff;
  border-radius: 10px;
}
.price-table td {
  border: 2px solid #DBDBDB;
  text-align: left;
}
.price-table td div {
  padding: 8px;
}
.price-table td.red {
  background-color: #9B4A3F;
  color: #fff;
  font-weight: bold;
}
.price-table td:not(.red) {
  background-color: #fff;
  color: #521717;
}
/* caution */
.system_caution{
  margin-top: 5%;
  color: #fff;
}


/*================= member =================*/
article.member{
  background: #9B4A3F;
  padding-top: 10%;
  padding-bottom: 10%;
}
.member_txt{
  color: #fff;
  margin-top: 5%;
  margin-bottom: 5%;
}
/* table */
.table_leftTitle table{
  border-collapse:collapse;
  width: 100%;
}
.table_leftTitle table th,table td{
  text-align: center;
  padding: 1.5% 1%;
}
.table_leftTitle table th{
  background-color: #A2A2A2;
  color: white;
  border: solid 1px #DBDBDB;
  width: 30%;
  font-weight: bold;
}
.table_leftTitle table td{
  background-color: #fff;
  border:solid 1px #DBDBDB;
  width: 70%;
  font-weight: bold;
  text-align: left;
  padding-left: 3%;
}
.table_leftTitle.brown table th{
  background: #521717;
}

/*================= reservation =================*/
/* table */
article.price_reservation{
  padding-top: 10%;
  padding-bottom: 10%;
}
.titleRed{
  margin-top: 5%;
  margin-bottom: 8%;
}
.titleRed table th{
  background-color: #9B4A3F;
}
/* discount */
.reservationDiscount_desc{
  display: flex;
  gap:3%;
  align-items: center;
  margin-top: 5%;
}
.reDi_img, .reDi_txt{
  width: 50%;
}
.reDi_txt01, .more_reservation{
  margin-bottom: 8%;
}
.more_reservation a{
  padding: 1% 10%;
}

/* ===========================================================
  blog.html
============================================================= */
.blog_category{
  margin-top: 5%;
  margin-bottom: 5%;
}
ul.menu_blog{
  display: flex;
  gap: 5%;
  margin-top: 5%;
}
ul.menu_blog li{
  background-color: #581515;
  margin-bottom: 3%;
  width: calc((100% - 9%) / 4);
  box-shadow: 3px 3px 6px rgba(159, 79, 116, 0.302);
  padding: 1%;
  text-align: center;
}
ul.menu_blog li a{
  color: #fff;
}
/* lists */
ul.blogLists{
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 5%;
}
ul.blogLists li{
  width: calc((100% - 9%) / 3);
  margin-bottom: 3%;
  background-color: #F5F5F5;;
  padding: 2%;
  border-radius: 2%;
  box-shadow: 3px 3px 6px #c2c2c2;
}
ul.blogLists li a{
  transition: .5s;
}
ul.blogLists li a:hover{
  opacity: .7;
}

.blog_contents{
  width: 70%;
  margin: 0 auto;
  margin-top: 7%;
  margin-bottom: 7%;
  border-bottom: solid .5px #521717;
}
.blog_img{
  text-align: center;
}
.blog_contents .contents{
  padding-bottom: 7%;
}
.blog_contents h4{
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.5rem);
  margin-bottom: 5%;
}
.blog_img, .date{
  margin-bottom: 2%;
}

/* ===========================================================
  menu.html
============================================================= */
/* top - txt */
div.menu_mainTxt{
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.3rem);
}
.menu h3.leftBorder_brown{
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.3rem);
}
.leftBorder_brown span.sub{
  font-size: clamp(.5rem, calc(1.25vw + 1.2rem), 1rem);
}

/* menu - recommend */
article.menu{
  background: #F5F5F5;
  padding: 7% 5%;
  margin-bottom: 10%;
}
.recommend ul{
  display: flex;
  gap: 3%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.recommend_top3, .recommend_top2{
  display: flex;
  flex-direction: column;
  width: calc((100% - 6%) / 3);
}
.recommend_img, .recommend_txt{
  margin-bottom: 5%;
}
.recommend_img{
  text-align: center;
}
.recommend_name-price{
  display: flex;
  justify-content: space-between;
}

/* accordion - trigger */
.accordion_trigger{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion_trigger .menuPrice_caution{
  width: 30%;
  color: #A2A2A2;
}
.accordion_trigger .menuPrice_caution p{
  font-size: 14px;
}
.buttons{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 3%;
  width: 70%;
  white-space: nowrap
}
.buttons div{
  background-color: #521717;
  border: 1px solid #521717;
  border-radius: 50px;
  padding: 1% 5%;
  transition: .5s;
}
.buttons div a, .buttons div button{
  color: #fff;
}
.buttons div:hover{
  opacity: .7;
}
.accordion-content_menu {
  display: none;
  padding: 10px;
  margin-top: 5px;
}
.accordion-content_menu.active {
  display: block;
}
.accordion-container_menu {
  margin: 0 auto;
}

/* accordion - inside */
.menu_detailsTxt{
  display: flex;
  gap: 5%;
  flex-wrap: wrap;
  margin-top: 5%;
}
.menu_detailsTxt dl{
  width: calc((100% - 10%) / 3);
  display: flex;
  justify-content: space-between;
  border-right: #521717 solid .5px;
  padding-bottom: 3%;
  padding-right: 3%;
  font-size: 14px;
}
.menu_detailsTxt dl:nth-of-type(3n){
  border-right: none;
}
.menu_detailsTxt dl dt{
  width: 80%;
}
.menu_detailsTxt dl dd{
  width: 20%;
  display: flex;
  justify-content: flex-end;
}
.menu_detailsTxt dl::after{
  content: '';
}

/* ===========================================================
  access.html
============================================================= */
/* map */
article.access_map{
  margin-top: 5%;
  margin-bottom: 10%;
}
.access_map_google{
  margin-top: 5%;
}
.access_map_google iframe{
  width: 100%;
  height: 50vh;
}
.access_map_opnMap{
  display: flex;
  gap: 5%;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin: 10% auto;
}
.access_map_opnMap a{
  transition: .5s;
}
.access_map_opnMap a:hover{
  opacity: .7;
}
.access_car-train{
  display: flex;
  gap: 5%;
}
.access_car-train_inner{
  background-color: #EFEFEF;
  padding: 2% 3%;
  width: calc((100% - 5%) / 2);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.access_car-train_img{
  padding-bottom: 2%;
  border-bottom: solid 1.5px #521717;
  display: flex;
  align-items: center;
}
.access_car-train_img h4{
  width: 80%;
  margin-left: 5%;
  font-size: 20px;
}
.access_car-train_img div{
  width: 20%;
  padding-right: 5%;
}
.access_car-train_img img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.access_car-train_txt{
  padding-top: 5%;
}

/* around */
article.access_around{
  margin-bottom: 10%;
}
.access_around_inner{
  display: flex;
  align-items: center;
  gap: 5%;
  background-color: #EFEFEF;
  padding: 2% 3%;
  margin-top: 5%;
  margin-bottom: 5%;
}
.access_around_inner_title{
  width: calc(30% - 5%);
}
.access_around_inner_title h4{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
}
.access_around_inner_title div{
  width: 10%;
}
.access_around_inner_title h4{
  width: 90%;
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.3rem);
}
.access_around_inner_txt{
  width: calc(40% - 5%);
}
.access_around_inner_imgs{
  width: calc(30% - 5%);
}
.main_spots{
  display: flex;
  gap: 5%;
}
.main_spot{
  width: calc(100% / 2);
  flex-direction: column;
  gap: 0;
}
.main_spot .access_around_inner_title,
.main_spot .access_around_inner_txt01,
.main_spot .access_around_inner_txt02,
.main_spot .access_around_inner_img{
  width: 100%;
}
.main_spot .access_around_inner_title,
.main_spot .access_around_inner_txt01,
.main_spot .access_around_inner_img{
  margin-bottom: 5%;
}
.mainSpot_pic02-03_flex{
  display: flex;
  gap: 3%;
  margin-top: 3%;
}
.mainSpot_pic02-03_flex img{
  width: calc((100% - 3%) / 2);
}

/* about */
article.access_about{
  margin-bottom: 10%;
}
.access_about h3{
  margin-top: 5%;
  margin-bottom: 5%;
}
.table_leftTitle.titleBrown table th{
  background: #521717;
}
.table_leftTitle.titleBrown table td{
  text-align: left;
}

/* ===========================================================
  QandA.html
============================================================= */
.menu_QandA{
  margin-top: 5%;
  margin-bottom: 5%;
}
.menu_QandA ul{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3%;
  margin-top: 5%;
}
.menu_QandA ul li {
  margin-bottom: 3%;
  width: calc((100% - 9%) / 4);
  background: #521717;
  box-shadow: 3px 3px 6px rgba(159, 79, 116, 0.302);
  padding: 1%;
  text-align: center;
}
.menu_QandA ul li a{
  color: #fff;
}
article.QandA{
  margin-top: 10%;
  margin-bottom: 5%;
}
.QandA_inner{
  margin: 5% 0;
}
article.checkout{
  margin-bottom: 15%;
}
/* accordion */
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  border: 1.5px solid #521717;
  border-radius: 10px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: .2s;
}
.accordion_one{
  margin-bottom: 3%;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header {
  background-color: #fff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box:before, 
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #521717;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #521717;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  box-sizing: border-box;
  background: #EFEFEF;
  border: transparent solid 1.5px;
  border-radius: 10px;
  margin-top: 1.5%;
}
/* faq */
.p-faq__headinner{
  display: block;
  position: relative;
  line-height: 1.5;

  display: flex;
  align-items: center;
}
.p-faq_Q{
  background: #521717;
  border-radius: 8px 0 0 8px;
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #fff;
}
.p-faq__headinner p.p-faq__q-txt {
  margin-left: 3%;
  padding-right: 15%;
}
.p-faq__bodyinner {
  display: block;
  position: relative;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.p-faq__bodyinner p.p-faq__a-txt {
  padding-left: 3%;
}
.p-faq_A{
  /* background: #9B4A3F;
  color: #fff; */
  border-radius: 8px 0 0 8px;
  padding: 1.5rem 2rem 1.5rem 2rem;
  color: #9B4A3F;
}
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}
a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}
a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}
/* modaal */
.custom-modal-3 .modaal-outer-wrapper .modaal-close::before,
.custom-modal-3 .modaal-outer-wrapper .modaal-close::after{
  background: #fff;
}

/* ===========================================================
  Form - contact.html & questionnaire.html 
============================================================= */
/* tab */
.tabs02{
  display: flex;
  width: 60%;
}
.tab-button02{
  flex: 1;
  cursor: pointer;
  background-color: #f9f9f9;
  padding: 1% 0;
  border: none;
  border-bottom: 2px solid transparent;
  transition: background-color 0.3s;
}
.tab-button02.active02{
  color: #fff;
  background-color: #521717;
}
.tab-button02:hover{
  color: #521717;
  background-color: #f9f9f9;
}
.tab-content02{
  display: none;
}
.tab-content02.active02{
  display: block;
}

/* form - inside */
.form_contact-question h2{
  text-align: center;
  margin: 7% 0;
}
.contact_caution{
  margin: 5%;
}
article.contact_txt{
  margin-bottom: 15%;
}
.contact_caution_tel{
  margin-top: 3%;
}
.contact_caution li.desc{
  margin-bottom: 5%;
}

/* form - form */
div.form_contact-question{
  background: #EFEFEF;
  padding: 5% 3%;
  margin: 0 auto;
}
.Form-Item {
  padding-top: 3%;
  padding-bottom: 2%;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content:space-evenly;
}
.Form-Item-Label{
  width: 30%;
}
.wpcf7-form-control-wrap{
  width: 70%;
}
.Form-Item-Label {
  letter-spacing: 0.05em;
  font-weight: bold;
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
  color: #FF0000;
  font-size: 12px;
}
.Form-Item-Input {
  border: 1px solid #521717;
  border-radius: 6px;
  padding: 1.5% 3%;
  flex: 1;
  width: 100%;
  background: #fff;
}
.Form-Item-Textarea {
  border: 1px solid #521717;
  border-radius: 6px;
  padding: 1% 3%;
  flex: 1;
  width: 100%;
  background: #fff;
  height: 150px;
}
.consent{
  justify-content: space-between;
}
.consent .Form-Item-Label{
  width: 50%;
}
.Form-Btn{
  display: flex;
  justify-content: center;
}
input[type=submit] {
  background: #ddd;
  border: #aaa solid 1px;
  border-radius: 10px;
  color: #aaa;
  padding: 10px 80px;
  pointer-events: none;
  transition: background-color .3s, color .5s;
  &:focus {
    visibility: hidden;
  }
}
&:has(input:checked) input[type=submit] {
  background: #521717;
  border: #521717 solid 1px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  &:focus {
    visibility: visible;
  }
}
@media (hover: hover) {
  &:has(input:checked) input[type=submit]:hover {
    background: #fff;
    color: #521717;
  }
}
/* contactfotm7用 */
span.wpcf7-spinner{
  display: none;
}

/* modaal */
a.modaal-btn03{
  color: #521717;
  width: 50%;
  text-decoration: underline 1px #521717;
}
a.modaal-btn03:hover{
  color: #6a3f3a;
}
.Form-Item-Label.isMsg.privacy{
  width: 100%;
}
.custom-modal-2 .modaal-content-container{
  color: #fff;
}
.custom-modal-2 .modaal-content-container div{
  margin-bottom: 3%;
}
.custom-modal-2 .modaal-content-container h4{
  font-size: 18px;
  margin-bottom: 1%;
}
.custom-modal-2 .modaal-content-container ul li,
.custom-modal-2 .modaal-content-container p{
  font-size: 14px;
}
.custom-modal-2 .modaal-outer-wrapper .modaal-close::before,
.custom-modal-2 .modaal-outer-wrapper .modaal-close::after{
  background: #fff;
}


/* ===========================================================
  recruit.html
============================================================= */
article.recruit{
  /* margin-top: 10%; */
  margin-bottom: 15%;
}
.recruit_box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin: 5% auto;
}
.recruit_box p{
  text-align: center;
  background-color: #581515;
  padding: 2% 3%;
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.5rem);
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.recruit_boxImg{
  display: flex;
  background-color: #A2A2A2;
  border-radius: 0 0 10px 10px;
}
.recruit_abt{
  display: flex;
  align-items: center;
  gap: 5%;
  width: 90%;
  margin: 10% auto;
}
.recruit_abtImg, .recruit_abtTxt{
  width: 50%;
}
.recruit_abtImg img{
  box-shadow: 6px 6px 0px #521717;
  border-radius: 10px;
}
.recruit_abtImg{
  text-align: center;
}
.recruit_abtTxt p{
  margin-bottom: 5%;
}

/* accordion - button */
.accordion-content_recruit {
  display: none;
  padding: 10px;
  margin-top: 5px;
}
.accordion-content_recruit.active {
  display: block;
}
.accordion-container_recruit {
  margin: 0 auto;
}
#toggleButton_recruit{
  background-color: #521717;
  border: #521717 1px solid;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: .3s;
}
#toggleButton_recruit:hover {
  background-color: #fff;
  color: #521717;
  border: #521717 1px solid;
}

/* accordion - inside */
.accordion-content_recruit_inner{
  display: flex;
  align-items: stretch;
  gap: 5%;
}
.recruit_details{
  background-color: #EFEFEF;
  padding: 5% 3%;
  width: calc((100% - 5%) / 2);
}
.recruit_details h3{
  font-size: clamp(.5rem, calc(1.25vw + 1.3rem), 1.3rem);
  text-align: center;
  margin-bottom: 5%;
}
.recruit_detailsImg{
  width: 90%;
  margin: 0 auto;
}
.recruit_detailsTxt{
  margin-bottom: 5%;
}
.recruit_detailsImg, 
.recruit_detailsTxt ul.recruit_detailsTxt-inside li.recruit_detailsTxt-inside-li{
  margin-bottom: 10%;
}
li.recruit_detailsTxt-inside-li div p{
  font-size: 14px;
}
li.recruit_detailsTxt-inside-li div ul{
  margin-bottom: 3%;
}
.recruit_detailsTxt h4{
  margin-bottom: 1%;
  font-weight: bold;
}

/* voice */
article.voice{
  margin-bottom: 5%;
}
.voice_details{
  display: flex;
  gap: 5%;
  align-items: center;
  width: 90%;
  margin: 5% auto;
  margin-bottom: 10%;
  justify-content: center;
}
.voice_details ul li{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.voice_details ul li div p{
  text-align: center;
}
.voiceImg{
  width: 60%;
  margin: 5% auto;
}
.voice_age-gender p{
  text-align: center;
}
.voice_balloon, .voiceImg, .voice_age-gender{
  margin-bottom: 5%;
}
/* voice - balloon */
.voice_balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7% 5%;
  min-width: 120px;
  max-width: 100%;
  color: #521717;
  font-size: 16px;
  background: #FFF;
  border: solid 2px #521717;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.voice_balloon:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #FFF;
  z-index: 2;
}
.voice_balloon:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 12px solid #521717;
  z-index: 1;
}
.voice_balloon p {
  margin: 0;
  padding: 0;
}

/* application */
article.application{
  margin-bottom: 10%;
}
.application_txt{
  margin: 5% 3%;
}
.application_imgs{
  display: flex;
  gap: 5%;
}
.application_imgs li a{
  transition: .5s;
}
.application_imgs li a:hover{
opacity: .7;
}

/* ===========================================================
  404.php
============================================================= */
.notFound{
  text-align: center;
  margin: 5% 0;
}

/* ==========================================================================
  media query
========================================================================== */

/*================= hamburger menu =================*/
@media screen and (max-width: 1270px) {
  #btn {
    width: 60px;
    height: 60px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    }
  /*ボタン内側*/
  .openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top:15px; 
  }

  .openbtn1 span:nth-of-type(2) {
    top:23px;
  }

  .openbtn1 span:nth-of-type(3) {
    top:31px;
  }
  /*activeクラスが付与されると線が回転して×に*/
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;/*真ん中の線は透過*/
  }
  .openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  nav{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    transition: all 0.5s ease;
    top: -1000px;
    left: 0;
    box-shadow: 0 0 10px rgba(159, 79, 116, 0.302);
    position: fixed;
    background: #861A1A;
  }
  nav.on {
    top: 0;
  }
  nav a {
    margin: 15px auto;
  }
  header{
    justify-content: space-between;
  }
  .sp_switch{
    display: flex;
    flex-direction: row-reverse;
    gap: 0;
  }
  nav{
    width: 100%;
  }
  header .contact a{
    width: 50%;
  }
  header h1{
    width: 20%;
  }
/*================= price =================*/
  .rankImgs{
    width: 40%;
  }
  .rankPrices{
    width: 60%;
  }
/*================= q&a =================*/
  .menu_QandA ul li{
    width: calc((100% - 6%) / 3);
  }
}

@media screen and (max-width: 1100px) {
  .footer_info .name{
    width: 35%;
  }
  .footer_info .details{
    width: 65%;
  }
  div.footer_infos, .footer_menu{
    font-size: 14px;
  }
/*================= price =================*/
  .rankImgs{
    width: 30%;
  }
  .rankPrices{
    width: 70%;
  }
}


/*=======================================================
  tablet
=======================================================*/
@media screen and (max-width: 900px) {
  .tablet02{
    display: block;
    width: 100%;
  }
  .pc-tablet02{
    display: none;
  }
  .margin{
    margin-bottom: 5%;
  }
  p, ul{
    font-size: 16px;
  }
  h2, .leftBorder_brown, h4, .room_name,
  .recruit_box p{
    font-size: 20px;
  }
  .access_car-train_img h4{
    font-size: 18px;
  }
  h3{
    font-size: 18px;
  }
  .width{
    width: 80%;
  }
  header h1{
    width: 25%;
  }
  /* header */
  header .contact{
    width: 12%;
  }
  /* footer */
  .map {
    padding-bottom: 30%;
  }
/*================= index =================*/
  /* hero */
  .hero img.logo{
    /* width: 30%; */
    width: 60%;
  }
  .hero.notIndex h2{
    font-size: 30px;
  }
  .hero.notIndex h2 span{
    font-size: 20px;
  }
  /* concept */
  .concept p.desc01{
    font-size: clamp(.5rem, calc(1.25vw + 1.2rem), 1rem);
  }
  /* blogs */
  .concept_ex{
    flex-wrap: wrap;
  }
  .concept_ex li{
    width: calc((100% - 6%) / 2);
    margin-bottom: 5%;
  }
  /* blogs */
  .newBlogs li{
    width: calc((100% - 6%) / 2);
  }
  .newBlogs li:nth-child(n+3){
    display: none;
  }
  .roomsImg{
    width: 80%;
  }
  /* menu-spm */
  .menu_spm a{
    padding: 8%;
  }
/*================= service =================*/
  /* point01 */
  ul.car_point{
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
    margin-bottom: 5%;
  }
  ul.car_point li{
    width: calc((100% - 6%) / 2);
    margin-bottom: 5%;
  }
  /* point02 */
  ul.facilities_details{
    flex-direction: column;
    margin-bottom: 10%;
  }
  ul.service_details li .serviceD_inner div{
    text-align: center;
  }
  ul.service_details li .serviceD_inner div img{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  ul.facilities_details li{
    width: 100%;
    margin-bottom: 5%;
  }
  ul.amenities_details li{
    width: calc((100% - 3%) / 2);
  }
  ul.service_details li h4{
    font-size: 15px;
  }
/*================= rooms =================*/
  ul.rooms_list li{
    width: calc((100% - 3%) / 2);
  }
/*================= price =================*/
  .rankDetails{
    flex-direction: column;
  }
  .rankImgs, .rankPrices{
    width: 100%;
  }
  .rankImgs{
    text-align: center;
    margin-bottom: 5%;
  }
  /* tab - inner */
  .tabContent_inner{
    flex-direction: column;
  }
  .tabContent_inner-img, .tabContent_inner-desc{
    width: 100%;
  }
  .tab-content.active{
    max-height:100%;
  }
  .tabContent_inner-img{
    text-align: center;
    margin-bottom: 5%;
  }
  .tabContent_inner h4.tabContent_inner-desc01{
    margin-bottom: 3%;
  }
  .tabContent_inner div.tabContent_inner-desc02 .title{
    margin-bottom: 1%;
  }
  /* discount */
  .reservationDiscount_desc{
    flex-direction: column;
  }
  .reDi_txt{
    width: 100%;
  }
  .reDi_img{
    width: 90%;
    text-align: center;
    margin-bottom: 5%;
  }
  .reDi_txt01{
    margin-bottom: 1%;
  }
  .more_reservation{
    margin-top: 3%;
  }
/*================= blog =================*/
  ul.blogLists li{
    width: calc((100% - 6%) / 2);
  }
/*================= menu =================*/
  .recommend ul{
    flex-direction: column;
    margin-bottom: 0;
  }
  .recommend ul li{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10%;
  }
  .recommend_img{
    text-align: center;
  }
  .accordion_trigger{
    flex-direction: column;
  }
  .buttons div{
    margin-bottom: 5%;
  }
  .recommend_img img{
    width: 100%;
  }
  .buttons{
    width: 90%;
    justify-content: center;
  }
  .accordion_trigger .menuPrice_caution{
    width: 90%;
    margin-bottom: 2%;
  }
  .menuPrice_caution p{
    font-size: 12px;
  }
  .menu_detailsTxt dl{
    width:calc((100% - 6%) / 2);
  }
  .menu_detailsTxt dl:nth-of-type(3n){
    border-right: #521717 solid .5px;
  }
  .menu_detailsTxt dl:nth-child(even){
    border-right: none;
  }
/*================= access =================*/
  .access_car-train{
    flex-direction: column;
  }
  .access_map_opnMap{
    width: 70%;
  }
  .access_car-train_inner{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .access_around_inner{
    padding: 5%;
    flex-direction: column;
    align-items: flex-start;
  }
  .access_around_inner_img.tablet02{
    display: flex;
    gap: 5%;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }
  .access_around_inner_img.tablet02 img{
    width: calc((100% - 5%) / 2);
  }
  .access_around_inner_title,
  .access_around_inner_img.tablet02{
    margin-bottom: 5%;
  }
  .access_around_inner_txt, .access_around_inner_title{
    width: 100%;
  }
  .access_around_inner_title h4{
    justify-content: flex-start;
  }
  .access_around_inner_title div{
    width: 6%;
  }
  .access_car-train_img img{
    width: 40px;
    height: 40px;
  }
/*================= contact =================*/
  .consent{
    margin-bottom: 5%;
  }
  .Form-Item{
    flex-direction: column;
  }
  .Form-Item-Label, .Form-Item-Input, 
  .Form-Item-Textarea, .Form-Item-Label.isMsg{
    width: 100%;
    max-width: 100%;
  }
  .Form-Item-Input, .Form-Item-Textarea{
    padding: 3%;
  }
  .Form-Item-Label, .Form-Item-Label.isMsg{
    text-align: center;
    margin-bottom: 1.5%;
  }
  a.modaal-btn03{
    width: 100%;
  }
  .wpcf7-form-control-wrap{
    width: 100%;
  }
/*================= recruit =================*/
  .recruit_abt{
    flex-direction: column;
  }
  .recruit_abtTxt{
    width: 100%;
    margin: 0 auto;
  }
  .recruit_abtImg{
    margin-bottom: 5%;
    width: 100%;
  }
  #toggleButton_recruit{
    width: 100%;
    margin: 0 auto;
  }
  .accordion-content_recruit_inner{
    flex-direction: column;
  }
  .recruit_details{
    width: 100%;
  }
  .recruit_detailsImg{
    text-align: center;
  }
  .recruit_detailsTxt{
    width: 90%;
    margin: 0 auto;
  }
}


@media screen and (max-width: 800px) {
  .tablet{
    display: block;
  }
  .pc-tablet{
    display: none;
  }
  .margin{
    margin-bottom: 5%;
  }
/* header */
  header h1{
    width: 30%;
  }
  header h1{
    width: 35%;
  }
  header .contact{
    width: 17%;
  }
  /* footer */
  .map_app{
    flex-direction: column;
    width: 60%;
    margin-right: auto;
  }
/*================= index =================*/
/* hero */
  .webReservation_tab{
    text-align: center;
    transition: .5s;
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  /* .background_fixed{
    background-image: url(../imgs/hero_back_sp.png);
    background-attachment: fixed;
    background-position: top;
  } */
  footer{
    margin-bottom: 10%;
  }
  .webReservation_tab a{
    color: #fff;
    background-color: #861A1A;
    padding: 5% 0;
    width: 50%;
  }
  .webReservation_tab a:first-child{
    border-right: 1px solid #fff;
  }
  
  /* concept */
  .concept .desc02{
    width: 80%;
    margin: 0 auto;
  }
  /* rooms */
  .rooms_detail{
    display: flex;
    flex-direction: column;
    margin-bottom: 5%;
  }
  article.rooms h2.leftBorder_white{
    margin-bottom: 10%;
    width: 100%;
  }
  .roomsImg{
    width: 100%;
  }
  .more_white{
    text-align: center;
  }
  /* menu-spm */
  .menu_spm a{
    font-size: 15px;
  }
/*================= Q&A =================*/
  .menu_QandA ul li{
    width: calc((100% - 3%) / 2);
  }
  .modaal-outer-wrapper .modaal-close{
    top: 1%;
  }
/*================= access =================*/
  .main_spots{
    flex-direction: column;
  }
  .main_spot{
    width: 100%;
  }
}

/*=======================================================
  sp
=======================================================*/
@media screen and (max-width: 600px) {
/* overall */
  p, ul, .rank, table th, table td{
    font-size: 14px;
  }
  h2, .leftBorder_brown, h4, .room_name,
  .menu h3.leftBorder_brown{
    font-size: 18px;
  }
  .access_car-train_img h4{
    font-size: 16px;
  }
  .leftBorder_brown span.sub{
    font-size: 15px;
  }
  h3{
    font-size: 16px;
  }
  article.width{
    width: 85%;
  } 
  article.margin{
    margin-bottom: 10%;
  }
  .leftBorder_brown{
    text-align: center;
    border-left: none;
    border-bottom: #4d0a0a solid 1.5px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 3%;
    margin-bottom: 10%;
  }
  h2.leftBorder_white{
    text-align: center;
    border-left: none;
    border-bottom: #fff solid 1.5px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 3%;
  }
/* header */
  header h1{
    width: 40%;
  }
  header .contact{
    width: 20%;
  }
/* footer */
  footer{
    padding-top: 15%;
  }
  .footer_inner{
    flex-direction: column;
  }
  .inner01, .inner02{
    width: 100%;
  }
  .inner01{
    border: none;
    padding: 0;
    margin-bottom: 5%;
  }
  .inner02{
    margin: 0;
    flex-direction: column-reverse;
  }
  ul.footer_info{
    flex-direction: column;
  }
  .footer_info .name, .footer_info .details{
    width: 100%;
  }
  .footer_info .name{
    margin-bottom: 1%;
  }
  .map_app{
    margin: 0 auto;
  }
  .footer_menu{
    margin-top: 10%;
    flex-direction: column;
    text-align: center;
  }
  .footer_menu li{
    margin-bottom: 3%;
  }
  .footer_toLinks{
    width: 80%;
    margin: 0 auto;
  }
  .map_app .sp{
    text-align: center;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
  .map {
    padding-bottom: 50%;
  }
  .inner01 img{
    width: 70%;
  }

/*================= index =================*/
/* overall */
  .more_brown a, .more_white a{
    padding: 1% 6%;
  }
  .width{
    margin: 15% auto;
  }
  .padding{
    padding: 15% 0;
  }
  .more_brown, .more_white{
    margin-top: 13%;
  }
/* hero */
  /* .hero.top{
    padding: 20% 15%;
  } */
  .hero.top p{
    font-size: 17px;
  }
  .hero.notIndex h2{
    font-size: 26px;
  }
  .hero.notIndex h2 span{
    font-size: 18px;
  }
/* concept */
  .concept_ex p, .concept p.desc01{
    font-size: 15px;
  }
  article.concept.width{
    width: 100%;
    padding: 8%;
  }
/* hero */
  .hero img.logo{
    /* width: 40%; */
    width: 70%;
  }
/* blogs */
  .newBlogs li:nth-child(n+2){
    display: none;
  }
  .newBlogs li{
    padding: 10% 0;
	width:100%;
  }
  .newBlogs li a{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .arrow p{
    align-items: flex-end;
  }
  .title_date h3{
    font-size: 17px;
  }
  .article p{
    font-size: 14px;
  }
  .title_date p{
    font-size: 13px;
  }
  /* rooms */
  .roomsImg{
    flex-direction: column;
  }
  .roomsImg li{
    width: 80%;
    margin: 0 auto;
  }
  .roomsImg li:nth-child(-n+3){
    display: none;
  }
  /* menu - spm */
  .menu_spm{
    flex-direction: column;
  }
  .menu_spm a{
    width: 100%;
  }
/*================= index =================*/
  /* point02 */
  .howTo h4, .amenities_desc{
    font-size: 16px;
  }
  .reservation_desc, .amenities_desc{
    margin: 10% 0;
  }
  .reservation_list .hoverBg_white{
    width: 100%;
  }
  .reservation_list{
    flex-direction: column;
  }
  .reservation_list .hoverBg_white{
    margin-bottom: 5%;
  }
/*================= service =================*/
  /* point01 */
  /* point03 */
  ul.discount{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10%;
    flex-direction: column;
  }
  ul.amenities_details li, ul.car_point li, ul.discount li, ul.car_point, ul.car_point div img{
    width: 100%;
  }
  .noBorder{
    margin-bottom: 5%;
  }
  ul.discount li{
    text-align: center;
  }
  ul.car_point div img{
    margin-bottom: 3%;
  }
  ul.service_details li.pc{
    display: none;
  }
  ul.service_details.sp{
    display: block;
    margin-top: 10%;
  }

/*================= rooms =================*/
  .menu_rooms{
    flex-direction: column;
  }
  .menu_rooms h3{
    font-size: 16px;
  }
  .menu_rooms a{
    width: 100%;
    text-align: center;
  }
  .room_detals{
    flex-direction: column;
  }
  .popUp_desc, .room_detals img{
    width: 100%;
    margin-bottom: 5%;
  }
  .modaal-close{
    top: 10%;
  }
  .modaal-close::before, .modaal-close::after{
    height: 30px;
  }

/*================= price =================*/
  /* menu */
  .menu_price01, .menu_price02{
    flex-direction: column;
  }
  .menu_price01 a, .menu_price02 a{
    width: 100%;
  }
  .price_more{
    flex-direction: column;
  }
  .price_more div, .price_more button{
    width: 70%;
    margin: 0 auto;
  }
  /* table(x-scroll) */
  .system_inner.width
  /* .member_inner.width, */
  /* .price_reservation.width */
  {
    width: 100%;
  }
  .system_caution
  /* , .reservationDiscount_desc */
  {
    width: 90%;
    margin: 0 auto;
  }
  .price_table-scroll
  /* , .table_leftTitle */
  {
    overflow-x: scroll;
    margin-left: 10%;
    margin-bottom: 5%;
    margin-right: 0;
  }
  .price-table
  /* , .table_leftTitle table */
  {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
  .access_about .table_leftTitle table th,
  .access_about .table_leftTitle table td{
    display: block;
  }
  .system_inner.width .leftBorder_white
  /* ,
  .member_inner.width .leftBorder_white,
  .price_reservation.width .leftBorder_brown */
  {
    width: 56%;
  }
  /* simulator */
  .simulator form div{
    flex-direction: column;
  }
  .simulator form label,
  .simulator form input, 
  .simulator form select{
    width: 100%;
  }
  .simulator form input, 
  .simulator form select{
    padding: 3%;
  }

  /* table - price.html || access.html */
  .table_leftTitle{
    overflow-x:hidden;
    margin-left: 0;
    white-space: normal;
  }
  .table_leftTitle table th,
  .table_leftTitle table td{
    width: 100%;
    display:block;
    padding: 2% 1%;
  }
  .table_leftTitle table td{
  padding-right: 5%;
  padding-left: 5%;
  }
  .table_leftTitle table td div p{
    margin-bottom: 1%;
  }


/*================= blog =================*/
  ul.blogLists{
    flex-direction: column;
  }
  ul.blogLists li{
    width: 90%;
    margin-bottom: 15%;
  }
  ul.blogLists li img{
    text-align: center;
  }
  .blogs_overview{
    width: 100%;
    margin: 5% auto;
  }
  .blogs_thumbnail{
    text-align: center;
  }
  /* inside */
  ul.menu_blog{
    flex-wrap: wrap;
  }
  ul.menu_blog li{
    width: calc((100% - 6%) / 2);
  }

/*================= menu =================*/
  .buttons{
    flex-direction: column;
    justify-content: center;
  }
  .buttons div{
    width: 90%;
    margin: 3% auto;
    text-align: center;
  }
  .menu_detailsTxt{
    flex-direction: column;
  }
  .menu_detailsTxt dl,
  .menu_detailsTxt dl:nth-of-type(3n){
    width: 100%;
    border-right:none;
  }

/*================= access =================*/
  .access_car-train_inner{
    width: 100%;
  }
  .access_map_opnMap{
    flex-direction: column;
  }
  .access_map_opnMap a{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5%;
  }
  .access_car-train_img img{
    width: 30px;
    height: 30px;
  }
  .access_car-train_txt{
    padding-top: 2%;
  }
  .access_car-train_img{
    padding-bottom: 1%;
  }
  .access_car-train_inner{
    padding: 4%;
  }

/*================= q&a =================*/
  .p-faq_Q, .p-faq_A{
    padding: 1.5rem;
  }
  .accordion_area .accordion_one .ac_header .i_box:before{
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after{
    height: 15px;
    right: 7px;
  }
/*================= contact =================*/
  .tabs02{
    width: 100%;
  }

/*================= recruit =================*/
  .voice_details, .application_imgs{
    flex-direction: column;
  }
  .recruit_box, .application_imgs li, .recruit_abtImg{
    margin-bottom: 8%;
  }
}

@media screen and (max-width: 500px) {
  /* overall */
  .more_brown a, .more_white a{
    padding: 1.5% 7%;
  }
  /* header */
  header .contact{
    width: 25%;
  }
}

@media screen and (max-width: 400px) {
  /* overall */
  .more_brown a, .more_white a{
    padding: 1.5% 8%;
  }
  .concept .desc02{
    width: 90%;
  }
  /* header */
  header .contact{
    width: 27%;
  }
  .inner01 img{
    width: 100%;
  }
  .access_map_opnMap{
    width: 80%;
  }
  /* .hero img.logo{
    width: 90%;
  } */
  /* q&a */
  .menu_QandA ul li{
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  /* overall */
  .more_brown a, .more_white a{
    padding: 1.5% 10%;
  }
  /* header */
  header .contact{
    width: 30%;
  }
}

/* 一旦表示なし */
/* .snacks{
  display: none;
} */
.logo_before{
  display: none;
}



