/* CSS Document */
.humb,.pc_none{
  display: none;
}
/* @media screen and (max-width: 768px){
* {
  outline: 1px solid red;
} */
/*

-------------------------------
共通
-------------------------------
*/
/* すべての要素のスクロールバーを非表示 */
@media screen and (max-width: 767px) {*::-webkit-scrollbar {
  width: 0;
  display: none;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.body{
  padding:0;
}
.wrapper{
  margin:0 auto 0;
  padding:40px 20px;
  box-sizing: border-box;
}
ul.nav{
  display: block;
}
ul.nav li{
  display: block;
  text-align: left;
}
.over_width,.inner_width,#wrap{
  width:100%!important;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.pc_none{
  display: block;
}
.sp_none{
  display: none !important;;
}
.title{
  padding:50px 10px 30px;
  background-position: right;
  background-size: cover;
}
.title h2{
  font-size: 50px;
}
.title p{
  font-size: 20px;
  color:#000;
}
/*
-------------------------------
header
-------------------------------
*/
header{
  background-color: transparent;
}
body{
  font-size:1.5rem;
}
.sp_header{
  padding:15px 0 0 15px;
  height:51px;
  box-sizing: border-box;
}
a.header_logo{
  width:200px;
  height:26px;
  background: url(../images/common/header_logo.png) center center no-repeat;
  background-size: cover;
}
.fix_btn{
  width:65%;
  margin:0 auto;
  position:fixed;
  top:0;
  left:10px;
  
  border-radius: 5px;
  display: none;
  z-index:900;
}
.fix_btn.active{
  display: block;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
body:not(.home) header.sp_header a.header_logo{
  background: url(../images/common/logo_black.png) center center no-repeat;
  background-size: cover;
}

/*
-------------------------------
footer
-------------------------------
*/
.footer_info{
  display: block;
}
.footer_info_detail{
  padding:30px 20px;
}
.footer_info_detail table{
  margin:0 auto;
}
.footer_info_detail table tr{
  border-bottom:none;
}
.footer_info_detail table tr th,
.footer_info_detail table tr td{
  display: block;
  text-align: center;
}
.footer_info_detail table tr th{
  font-size:1.6rem;
  padding:0 0 4px;
  width:100%;
  border-bottom: 1px solid rgba(201, 167, 104, 0.2);
  position:relative;
}
.footer_info_detail table tr th::after{
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  transform: translateX(-50%);
  width:80px;
  height:1px;
  background-color: var(--gold);
}
.footer_info_detail table tr td{
  font-size:1.3rem;
  width:100%;
  padding-top:11px;
}
.footer_info img{
  width:100%;
}
footer .wrapper{
  display: block;
}
.footer_nav.wrapper{
  padding:40px 20px 100px;
}
.footer_nav ul{
  font-size:1.4rem;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
a.footer_tel_btn{
  margin:25px auto 0;
  width:200px;
  height:50px;
  font-size:1.5rem;
  line-height: 50px;
  text-align: center;
  color:var(--navy);
  position:relative;
  background-color: #fff;
  display: block;
}
a.footer_tel_btn::before,
.sp_fixed_tel span.fix_text::before{
  position:absolute;
  content:"";
  width:30px;
  height:30px;
  top:10px;
  left:10px;
  background: url(../images/index/tel_icon_navy.png) center center no-repeat;
  background-size: cover;
}
.sp_fixed_tel span.fix_text::before{
  top:20px;
  background: url(../images/index/tel_message_icon.png) center center no-repeat;  
  background-size: cover;
}
a.footer_tel_btn::after,
.sp_fixed_tel span.fix_text::after{
  position:absolute;
  content:"";
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left: 5.9px solid var(--navy);
  top:19px;
  right:19px;
}
.sp_fixed_tel span.fix_text::after{
  border-top:9px solid transparent;
  border-bottom:9px solid transparent;
  border-left: 10px solid #fff;
  top:24px;
}
.sp_fixed_tel {
  position: fixed;
  left: 0;
  display: flex;
  padding:0 3rem;
  align-items: center;
  justify-content: space-between;
  bottom: calc(-80px - env(safe-area-inset-bottom)); /* 初期は隠す */
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-bottom: env(safe-area-inset-bottom);
  background-color:var(--navy);
  border-top:1px solid #fff;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  transition: bottom .4s ease;
  z-index: 9999;
}
.sp_fixed_tel span.fix_text{
  display: block;
  text-align: center;
  position:relative;
  width:100%;
  height:100%;
}

/* 表示状態 */
.sp_fixed_tel.is-show {
  bottom: 0;
}
/* ----------------------------------
kv
---------------------------------- */
.kv h1{
  font-size:2.5rem;
  width:100%;
  color:#fff;
  position:absolute;
  top:120px;
  left:50%;
  transform: translateX(-50%);
  text-align: center;
}
.kv_info{
  position:absolute;
  bottom:20px;
  left:0;
  transform: translateX(0);
  display: block;
  width:100%;
  padding:0 5%;
}
.kv_price{
  width:100%;
}
.kv_price p{
  display: block;
  text-align: center;
  font-size:1.7rem;
}
.kv_price p::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.kv_price p::after{
  width:100%;
  background-color: rgba(255,255,255,0.5);
}
.kv_price table tr th{
  font-size:1.4rem;
}
.kv_price table tr th:first-child{
  border-right:1px solid #fff;
}
.kv_price table tr td:first-child{
  border-right:1px solid #D9D9D9;
}
.kv_price table tr th
.kv_price table tr td{
  font-size:3rem;
}
.kv_price table.pc_none{
  width:100%;
  table-layout: fixed;
  display: table !important;
}
.kv_price table tr th,
.kv_price table tr td{
  width:50%;
  box-sizing: border-box;
  text-align: center;
  padding:6px 0;
  line-height: 1.2;
}
.kv_price table tr td{
  font-size:3rem;
}
.kv_price table tr td span{
  font-size:2rem;
}
.kv_info ul {
  gap: 5px;
  margin-top:20px;
}
.kv_info ul li{
  width:calc((100% - 10px) / 3);
}
.kv_info ul li img{
  width:100%;
}
/* ----------------------------------
infomation
---------------------------------- */
.infomation{
  background: url(../images/index/info_bg.png) top center no-repeat;
  background-size: cover;
  padding:30px 20px;
}
.wrapper.infomation_content{
  margin:0;
  position:static;
  max-width: 100%;
  display: flex;
  flex-direction: column-reverse;
}
.infomation_content article{
  padding-left:0;
  position:relative;
}
.infomation_content article img{
  width:100%;
  box-shadow: -5px 5px 0px 0px rgba(76, 97, 128, 0.3);
}
.infomation_list h3{
  border-top:3px solid #4C6180;
  border-left:none;
  padding:10px 0;
  margin:0;
  text-align: center;
  font-size:1.5rem;
}
.infomation_list h3 span{
  font-size:3rem;
  display: block;
}
.infomation_list{
  width:100%;
  position:static;
  bottom:86px;
  right:0;
}
.infomation_list h3.sub_title{
  margin-bottom:0;
}
.infomation_list ul{
  padding:1.6rem;
  background: linear-gradient(
    to left,
    rgba(79, 99, 126, 0.8) 0%,
    rgba(79, 99, 126, 0.6) 50%,
    rgba(79, 99, 126, 1) 100%
  );
}
.infomation_list ul li{
  padding-left:1.6em;
  font-size:1.5rem;
  color:#fff;
  position:relative;
  line-height: 2;
}
.infomation_list ul li::before{
  content:"";
  position:absolute;
  width:17px;
  height:16px;
  background: url(../images/index/info_checkbox.png);
  background-size: cover;
  top:8px;
  left:0;
}
/* ----------------------------------
reserve
---------------------------------- */
.reserve .wrapper{
  display: block;
}
.reserve_calendar{
  width:100%;
}
.reserve_calendar h3{
  width:260px;
  margin:0 auto;
  text-align: center;
}
.reserve_calendar h3 img{
  width:100%;
}
.calendar{
  padding:2rem 1em;
}
p.comment{
  display: grid;
  gap:2px;
}
p.comment span{
  width:100%;
}
.map{
  width:100%;
}
.map iframe{
  height:266px;
}
.map p{
  font-size:1.2rem;
  margin-top:8px;
}
.reserve .checkbox.wrapper{
  display: block;
  width:calc(100% - 40px);
  margin:0 auto;
  padding:25px 15px;
}
.checkbox h3{
  padding-top:0;
  font-size:1.8rem;
  margin-bottom:2rem;
  text-align: center;
}
.checkbox h3::after {
  width: 100%;;
  height: 1px;
  background-color: #D9D9D9;
  top: auto;
  left: 0;
  bottom:-1rem;
  right: auto;
}
.reserve .checkbox.wrapper::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    bottom: -45px;
    width: 200px;
    height: 45px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: linear-gradient(to bottom, #ffffff 0%, rgba(79, 99, 126, 0.8) 100%);
}
.index_message{
  padding:80px 20px;
}
.index_message p{
  font-size:2rem;
}
.index_message h3{
  font-size:3.2rem;
  position:static;
  line-height: 1.7;
}
.index_message h3::before,
.index_message h3::after{
  display: none;
}
.index_message h3 span{
  position:relative;
}
.index_message h3 span::before,
.index_message h3 span::after{
  content:"";
  position:absolute;
  width:100%;
  max-width: 890px;
  height:1px;
  left:50%;
  transform: translateX(-50%);
  background-color: var(--gold);
  bottom:-1px;
}
.index_message h3 span::after{
  bottom:-4px;
}
.index_message a{
  width:100%;
  height:64px;
  line-height: 64px;
  font-size:1.6rem;
}
.index_message a::before {
  width: 40px;
  height: 40px;
  background-size: cover;
}
.index_message a::after {
border-top: 5.6px solid transparent;
border-bottom: 5.6px solid transparent;
border-left: 5.6px solid #fff;
right: 15px;
top: 26px;
}
/* ----------------------------------
reason
---------------------------------- */
.reason{
  background-color:#EBF8FF;
  position: relative;
  padding:80px 20px;
  box-sizing: border-box;
}
.section_title{
  text-align: center;
  font-size:2.8rem;
}
.section_title span{
  font-size:6rem;
}
.reason_content{
  display: block;
  margin-top:40px;
}
.reason_content h3,
.reason_content.re h3{
  text-align: center;
  font-size:2.5rem;
}
.reason_content h3 span{
  font-size:2.2rem;
}
.reason_content h4{
  font-size:2.2rem;
  text-align: center;
}
.reason_content h4::before{
  width:100%;
  height:1px;
  opacity: 0.2;
  bottom:-5px;
  left:0;
  z-index: 0;
  transform: translateX(0);
}
.reason_content.re h4::before{
  right:0;
}
.reason_content h4::after{
  width:50%;
  height:1px;
  bottom:-5px;
  left:50%;
  transform: translateX(-50%);
}
.reason_content p {
  margin-top: 45px;
  font-size:1.4rem;
}
.reason_content img{
  width:100%;
  margin-top:30px;
}
/* ----------------------------------
greeting
---------------------------------- */
.greeting{
  padding:40px 20px;
  display: block;
  gap: 80px;
  position:relative;
}
.gree_left{
  padding-top:0;
}
.gree_left h4{
  font-size:2rem;
}
.greeting img.pc_none{
  width:100%;
  margin-bottom:20px;
}
.gree_left p{
  margin-bottom:30px;
}
.gree_movie{
  height:189px;
}
a.greeting_btn{
  width:100%;
  max-width: 100%;
  margin:30px auto 0;
  height:72px;
  line-height: 72px;
  font-size:2rem;
  position:relative;
}
a.greeting_btn::after{
  content:"";
  position:absolute;
  border-top:6px solid transparent;
  border-bottom:6px solid transparent;
  border-left:6px solid #fff;
  right:21px;
  top:28px;
}
/* ----------------------------------
MENU
---------------------------------- */
.menu{
  padding:60px 0 70px 20px;
}
.menu h2.section_title{
  text-align: left;
  line-height: 0.8;
}
.menu .section_title span{
  display: block;
}
.menu_list{
  margin-top:30px;
  padding:20px ;
  box-shadow: -10px 10px 0 rgba(201, 167, 104, 0.2);
}
.menu ul li{
  width:50%;
  height:130px;
  padding:10px 0;
  border-bottom:1px solid rgba(107,84,44,0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.menu ul li a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.menu ul li a p{
  font-size:1.4rem;
}
.menu ul li .menu_icon{
  width: 35%;
  aspect-ratio: 1 / 1;   /* 正方形を強制 */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.menu ul li p{
  font-size:1.4rem;
  line-height: 1.4;
  min-height: 3.6em; /* ← 2行分確保（日本語+英語想定） */
  display: flex;
  flex-direction: column;
  justify-content: center; /* ← 1行でも2行でも中央 */
  text-align: center;
}
.menu ul li p span{
  font-size:1rem;
  margin-top:0.5rem;
  display: block;
  line-height: 1.2;
}
.menu ul li img{
  transform: scale(0.6);
}

.menu ul:not(:last-child),
.menu ul:last-child li{
  border-bottom: none;
}
.menu ul li:not(:last-child){
  border-right: none;
  /* border-right: 1px solid rgba(107,84,44,0.1); */
}
.menu ul li:nth-child(odd){
  border-right: 1px solid rgba(107,84,44,0.1);
}

/* ----------------------------------
voice
---------------------------------- */
.price{
  padding:20px 20px 224px;
  background: url(../images/index/price_sp.png) top center no-repeat;
  background-size: cover;
}
.price_box{
  text-align: center;
  width:100%;
  height:auto;
  padding:40px 36px;
  margin:auto;
  background-color: rgba(255,255,255,0.8);
}
.price_box h2.section_title::before{
  left:-36px;
  width:calc(100% + 72px);
}
/* ----------------------------------
pickup
---------------------------------- */
.pickup{
  background: url(../images/index/pickup_bg.png) top center no-repeat;
  background-size: cover;
  padding:60px 20px;
}
.pickup_content{
  position:relative;
  display: block;
  align-items: center;
  justify-content: space-between;
  margin-top:50px;
}
.pickup_content img{
  width:100%;
}
.pickup_detail{
  background-color: #fff;
  padding:20px;
  margin-left:0;
  position:relative;
  z-index: 1;
  box-shadow: 10px 10px 0 rgba(201, 167, 104, 0.2);
}
.pickup_content.content2 .pickup_detail{
  margin-left:0;
  margin-right:0;
}

.pickup_content.content2 .pickup_detail{
  box-shadow: 10px 10px 0 rgba(201, 167, 104, 0.2);
}
/* ----------------------------------
news
---------------------------------- */
.news .wrapper{
  display: block;
}
.news_title{
  padding-bottom:1.4rem;
}
.news_title h3{
  font-size:1.4rem;
}
.news_title h3 span{
  font-size:2.2rem;
  font-family: var(--english-font-title);
}
.news_content{
  margin-bottom:40px;
  width:100%;
}
.news_content ul{
  margin-top:20px;
}
/* ----------------------------------
midnight
---------------------------------- */
.md_mv{
  margin-top:50px;
  background: url(../images/menu/menu_mv_bg_sp.png) center center no-repeat;
  background-size: cover;
}
.md_mv h2{
  padding:86px 0;
  text-align: center;
}
.md_wrapper{
  padding:0 20px;
  box-sizing: border-box;
}
.md_content{
  padding:60px 0;
}
.md_content h3{
  font-size:2.5rem;
}
.md_content img{
  width:71.4%;
}
.md_content dl dt,
.price_content h4{
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
}
.md_content p, .md_content dl dd{
  font-size:1.4rem;
}
.md_content dl.number dt span{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 1;
  font-size: 1.4rem;
  margin-right: .8rem;
  color: #fff;
  flex-shrink: 0; /* 折り返しても幅固定 */
}
.md_content a.greeting_btn{
  max-width:250px;
  margin:25px auto 0;
  height:56px;
  line-height:56px;
}
.md_content a.greeting_btn::after{
  top:20px
}
.midnight_contact h4{
  font-size:1.8rem;
}
.price_content table{
  width:100%;
  margin:20px auto;
  font-size:1.2rem;
}
.md_content dl dd span.btn_wrap{
  display: block;
}
/* ----------------------------------
ぱんくず
---------------------------------- */
.breadcrumbs{
  display: flex;
  align-items: center;
  padding:8px 20px;
  font-size:1rem;
}
.arrow{
  display: block;
  width:4px;
  height:4px;
  border-right:1px solid #3e3e3e;
  border-bottom:1px solid #3e3e3e;
  margin:1px 10px 0 7px;
  transform: rotate(-45deg);
}

/* ----------------------------------
recruit-page
---------------------------------- */
.recruit_mv{
  margin-top:60px;
}
.recruit_mv h2{
  font-family: var(--f-f-mincho);
  font-size:4rem;
  margin-bottom:1.6rem;
  padding-left:8px;
}
.recruit_mv figure{
  margin:0;
}
.recruit_mv figure img{
  width:100%;
}
.message{
  position:relative;
}
.message_head{
  display: block;
  justify-content: space-between;
}
.message_head img{
  width:100%;
}
p.message_text{
  writing-mode: inherit;
  font-family: var(--f-f-mincho);
  color:var(--main-color);
  font-size:3.6rem;
  text-align: center;
  line-height: 1.5;
  margin-top:1em;
}
.message_detail{
  font-size:1.6rem;
  margin-top:3rem;
  padding:2rem;
}
.message::after{
  content:"";
  position:absolute;
  top:-50%;
  transform: translateY(50%);
  left:-100%;
  width:200%;
  height:100%;
  background: url(../images/recruit/recruit_bg.jpg) bottom center no-repeat;
  background-size: contain;
  z-index: -1;
}
.condition table{
  width:100%;
  margin:60px auto;
  font-size:2rem;
}
.condition table tr th,
.condition table tr td{
  padding:16px;
  box-sizing: border-box;
}
.condition table tr th{
  font-weight:bold;
  width:30%;
}
.condition table tr:nth-child(odd){
  background-color: #e8e8e8;
}
.condition table tr:nth-child(even){
  background-color: #f7f7f7;
}

/* ARCHIVE */
.archive_news{
  margin-top:100px;
  width:100%;
  max-width: 1280px;
  padding:0 5%;
}
.news_head ul{
  display: flex;
  justify-content: flex-end;
}
.news_head ul li{
  padding-left:2em;
  font-size:1.2rem;
  font-family: var(--english-font);
}
.cp_list{
  margin-top:40px;
}

.cp_link p{
  display: block;

}
.cp_link p img{
  width:50%;
}
.taxonomy_date,.taxonomy_title{
  display: block;
}
.taxonomy_date{
  text-align: left;
  width:50%;
}

.cp_link p::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right:20px;
  top:63px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  color: inherit;
}
.post_content{
  width: 100%;
  padding:0 5%;
  box-sizing: border-box;
}
.post_content figure,
.post_content figure img{
  width:100%;
}
/* ----------------------------------
post_content
---------------------------------- */
.post_info{
  padding-right:1rem;
  font-size:1.2rem;
}
}