@charset "utf-8";
/*common*/
main{
  margin-top: 65px;
}
.main_con{
  margin-top:clamp(45px, 39.718px + 1.408vw, 60px) ;
}
section{
  margin: 0 auto 120px auto;
  width: 100%;
}
article.art_con,.art_post{
  width: 95%;
  padding: 0 2.5%;
  max-width:var(--max-width-1200);
  margin: 0 auto 60px auto;
}
footer .footer_info{
  width: 100%;
  padding:3% 2.5%;
  max-width:var(--max-width-1200);
  margin: 0 auto 60px auto;
}
.div_h1{
  background: url(../img/common/back_orange.jpg);
  background-size: cover;
  min-height: 280px;

  display: flex;
justify-content: center;
align-items: center;
}
.div_h1 h1{
  background: rgba(255,255,255,.5);
  padding: 3%;
  font-family: var(--min-font-family);
  font-weight: 600;
width: calc(100% - 20px);
margin: auto;
min-height:260px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-weight: 400;
}
h2:not(.h2_nost){
  font-family: var(--min-font-family);
  font-weight: 600;
  position: relative;
  min-height: 60px;
  padding: 0px 15px 0 30px;
  margin: 0 auto 45px;
  font-size: var(--h2-font-size);
  letter-spacing: 0.1em;
  font-weight: 500;
  display: flex;
 align-items: center;
  max-width:var(--max-width-1200);
  width: 95%;
  z-index: 1;
  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff;    
}

h2:not(.h2_nost)::after {
  content:'';
  position: absolute;
  left:0px;
  top: 50%;
  transform:var(--transform-50-Y);
  background: url(../img/common/beco_h2.png) no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  z-index: -1;
}

h3:not(.h3_nost) {
  font-size: var(--h3-font-size);
   font-family: var(--min-font-family); 
  border-bottom: solid 1px #A6947F;
  margin-bottom: 30px;
  padding: 0 1% 10px;
}
.div_h4{
  margin-bottom: 45px;
}
.div_h4 h4{
  font-size: var(--h4-font-size);
  font-family: var(--min-font-family); 
  font-weight: 600;
  margin-bottom: 15px;
}
.text_st01 {
  font-size: 1.2rem;
  text-decoration: underline;
  font-weight: 600;
}
.text_st02 {
  color: #BB8D64;
  font-weight: 600;
}
.text_st03 {
  color: 	#BD585A;
  padding: 0 0.1em;
  font-weight: 600;
}
.text_st04{
  display: inline-block;
  padding: 5px 5%;
  border: solid 1px #F9F0E2;
  background: #FDFBF8;
  font-size:var(--body-font-size-18);
  font-weight: 600;
}
.text_notice01 {
  color:var(--light-grey);
  font-size: 0.8em;
}
.main-text,.text_st04 {
  font-family: var(--min-font-family);font-weight: bold;
}
.div_memo,.p_memo{
    width: 100%;
  padding:3% 2.5%;
  max-width:var(--max-width-1200);
  margin: 0 auto 60px auto;
      display: block;
    margin: 2rem auto;
    background-color: #9c3b3b;
    color: #fff;
    padding: 1.75rem 2rem;
    box-shadow: 0 3px 6px rgb(51 51 51 / 25%);
    font-size: 14px;
}
.div_box01 {
  width: 100%;
  border: 1px solid #E7D3C1;
  margin: 1rem auto;
  padding: 1rem;
}
.div_box01 .headline {
  padding-bottom: 5px;
  font-weight: 600;
  border-bottom: 1px solid #E7D3C1;
}
.div_box02 {
width: 100%;
    display: block;
    margin: 2rem auto;
    background-color: #fff;
    padding: 1.75rem 2rem;
    box-shadow: 0 3px 6px rgb(51 51 51 / 25%);
}
.div_box02.news {
  padding: 20px 40px 40px;
  margin-bottom: 0;
  max-width: 1000px;
}
.div_box02.news .headline {
  border-bottom: 1px solid #E7D3C1;
  padding-bottom: 0.9rem;
  margin-bottom: 20px;
}
.div_box02.news p.text_st02 {
  margin: 0 4px;
}
.div_box03 {
  width: 100%;
  margin: 1rem auto;
  padding: 1rem;
  background-color: #F8F2ED;
}
.link01,.link02,.link03,.link05,.link_tel{
  position: relative;
  font-family: var(--min-font-family);font-weight: 600;
font-weight: normal;
}
.link01{
  border-bottom: solid 1px #5F4D3A;
  padding:0 120px 10px 5px;
  font-size: var(--body-font-size-20);
  transition: all 0.3s;
  display: inline-block;
}
.link03 {
  background: #fff;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,.3);
  border-radius: 50px;
  padding:20px 65px 20px 20px;
  font-size: var(--body-font-size-20);
  display:block;
}
.link01::after,.link03::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 10px;
  top: 50%;
  transform:var(--transform-50-Y);
  right: 0;
  background:url(../img/common/ic_link01.svg) no-repeat;
  background-size: contain;
}
.link03::after {
  right: 10px;
}
.link01:hover,.link03:hover{
  opacity: .5;
}
.link01.map:after,.link03.map:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 34px;
  top: 10px;
  transform:var(--transform-50-Y);
  right: 0;
  background:url(../img/common/ic_googlemap.svg) no-repeat;
  background-size: contain;
}
.link03.map:after {
  right:30px;
  top: 30px;
}
.link02,.link05 {
  background: var(--con-back-color);
  border: 1px solid #F8F2ED;
  padding: 10px 15px;
  display:inline-block;
  min-width: 200px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.link02::after {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 10%;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg) translateX(-70%);
}
.link02:hover,.link05:hover{
   color:var(--text-color);
  background: #fff;
  border: 1px solid #5F4D3A;
}
.link02.st {
  background: #e2c2bf;
  width: 300px;
  margin: auto;
  text-align: center;
  display: block;
}
.link02.st:hover {
  color: #e2c2bf;
  background: #fff;
  border: 1px solid #e2c2bf;
}

.link04 {
  padding: 0 0.1em;
  color: #BB8D64;
  text-decoration: underline;
  transition: var(--transition-all-typeA);
}
.link04:hover{
  opacity: .5;
}
.link05:after {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 10%;
  border: none;
background: url(../img/common/ic_link02-jump_off.svg)no-repeat center left;
background-size: contain;
display: block;
  transform:var(--transform-50-Y);
transition:var(--transition-all-typeB);
}
.link05:hover:after {
background: url(../img/common/ic_link02-jump_on.svg)no-repeat center left;
background-size: contain;
}
.link_tel span{
  font-size: 25px;
}
.link-pdf{
margin-left: 40px;
font-weight: var(--font-weight-bold);
transition:var(--transition-all-typeB);
position: relative;
}
.link-pdf:hover{

  opacity: .5;
}
.link-pdf:after {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: -40px;
  border: none;
background: url(../img/common/ic_link-pdf_off.svg)no-repeat center left;
background-size: contain;
display: block;
transform:var(--transform-50-Y);
transition:var(--transition-all-typeB);
}
.link-pdf:hover:after {
background: url(../img/common/ic_link-pdf_on.svg)no-repeat center left;
background-size: contain;
}
ul.ul01 {
  padding-left: 1rem;
}
ul.ul01 > li {
  position: relative;
  margin-bottom: 0.5em;
}
ul.ul01 > li:last-of-type,ul.ul02 > li:last-of-type,ul.ul03 > li:last-of-type,.ul_notice > li:last-of-type{
  margin-bottom: 0;
}
.ul01 > li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: -1rem;
  top: 10px;
  /*		border-radius: 50px;*/
  background-color: #A6947F;
}
.ul02{
  min-height: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;

}
.ul02 > li {
  display: inline-block;
  margin-right: 5px;

}
.ul02 > li:not(:last-of-type):before {
  content: "/";
  display: block;
  float: right;
  padding: 0 5px;
}
ul.ul03{
  margin-bottom: 30px;
}
.ul03 > li {
  position: relative;
  margin-left: 2em;
  font-weight: 600;

}
.ul03 > li:not(:last-of-type){
  margin-bottom: 15px;
}
.ul03 > li::before {
  content: "";
  position: absolute;
  width: .8em;
  height: .8em;
  left: -1.6em;
  top: 8px;
  border-radius: 50px;
  border: .5px solid #898686;
  /* background-color: #595757; */
}
.ul04 > li{
  position: relative;
  margin:0 0px 15px 35px;
 font-weight: 500;
}
.ul04 > li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left:-35px;
  top: 0px;
  display: block;
  background: url(../img/common/ic_check.svg)no-repeat;

}
.ul_notice,.text_notice{
  margin-left: 20px;
}
.ul_notice > li,.text_notice{
  margin-bottom: .5em;
  position: relative;
}
.ul_notice > li::before,.text_notice::before{
  content: "※";
  position: absolute;
  width: 25px;
  height: 23px;
  left: -17px;
}
table .ul_notice > li {
  margin-bottom: 0;
}
.ul_infolist > li{
  position: relative;
  margin:0 0px 15px 35px;
  color: #A6947F; 
}
.ul_infolist > li::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left:-35px;
  top: 0px;
  display: block;
  background: url(../img/common/ic_information.svg)no-repeat;

}
.ol01 {
  padding-left: 1rem;
}
.ol01 > li{
  list-style-type: decimal;
  margin-bottom: .5em;
}
.dl01 > dt {
  font-family: var(--min-font-family);font-weight: 600;
  position: relative;
  margin: 0 0 15px 1.5rem;
  font-size:var(--body-font-size-18);
}
.dl01 > dt:before {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 13px;
  width: 10px;
  height: 1px;
  background-color: #A6947F;
  transform:var(--transform-50-Y);
}
.dl01 > dd {
  margin-bottom: 30px;
}
.dl02 {
  margin-bottom: 1rem;
}
.dl02 > dt {
  margin-bottom: 5px;
}
.dl02 > dt,
.dl03 > dt {
  font-family: var(--min-font-family);font-weight: 600;
  background-color: #F9F5F0;
  padding: 10px 10px;
  font-size: 16px;
}
.dl02 > dd{
  padding: 5px 10px 0;
}
.dl02 > dd:not(:last-of-type) {
  margin-bottom:.5rem;
}
.dl03 {
  border: 1px solid #F9F5F0;
  display: flex;
  flex-wrap: wrap;
  margin: 0.5rem 0;
}
.dl03 > dt,
.dl03 > dd {
  padding: 5px 10px 3px;
}
.dl03 > dt:not(:last-of-type){
border-bottom: solid 1px #fff;
}
.dl03 > dd:not(:last-of-type){
border-bottom: solid 1px #F9F5F0;
}
.dl03 > dt {
  display: block;
  width: 35%;
  max-width: 180px;
  min-width: 5em;
  text-align: center;
}
.dl03 > dd {
  width: 65%;
  min-width: calc(100% - 180px);
}

/*---お知らせ-----------------------*/

/* #top #sec_news #art_topics {
	max-height: 400px;
} */
dl.news_con {
  font-family: var(--min-font-family);  
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  justify-items: stretch;
  border-bottom:solid 1px #A6947F;
}
dl.news_con > dt,dl.news_con > dd{
  border-top:solid 1px #A6947F;

  padding: 20px 10px;
}
dl.news_con > dt.time {
  width: 95px;
}
dl.news_con > dd {
width: calc(100% - 95px);
}
/* dl.news_con > dd > a {
  text-decoration: underline;
} */
#news dl.news_con {
margin-bottom: 20px;
    margin-top: -30px;
    padding-top: 30px;
    padding-bottom: 20px;
}
/*---お知らせ-end-------------------*/

.table01 {
  width: 100%;
  line-height: 1.8;
  border-top: 1px solid #5F4D3A;
  border-bottom: 1px solid #5F4D3A;
} 

.table01 tr{
  border-bottom: 1px solid #5F4D3A;
}
.table01 th,.table02 th {
  font-weight: 600;
  font-family: var(--min-font-family);color: #6B4F4F;
}
.table01 th, .table01 td {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
  border-right: 1px solid #5F4D3A;
}
.table01 .no-bor{
  border-right: none;
}
  .table02 {
    width: 100%;
    line-height: 1.8;
    border: 1px solid #cabcba;
  } 
  .table02 tr {
    border-bottom: 1px solid #cabcba;
    background-color: #fff;
  }
  .table02 th {
	background: #F9F5F0;
  }
  .table02 th, .table02 td {
    border-right: 1px solid #cabcba;
  }
.table02 th, .table02 td {
  padding: 10px;
  text-align: center;
}
.table03 th {
  font-family: var(--min-font-family);font-weight: 600;
  background-color: #F3ECE6;
}
/*header*/
header {
  position: relative;
  width: 100%;
  padding: 1.5rem 1rem 0.8rem;
  z-index: 1000;
  background: #fff;
}
header .header_wrap {
  position: relative;
  font-family: var(--min-font-family);font-style: normal;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
header .header_wrap .link_reserve{
  background: #A6947F;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_wrap .header_logo {
  width: 186px;
  margin-right: 30px;
  display: block;
}
header .header_wrap .header_adress{
  margin-bottom: 5px;
}
header .header_wrap .header_con{
  margin-left: auto;
  margin-right: 30px;
  /*width: calc(100% - (186px + 30px));*/
}
header .header_wrap .header_menu{
  margin-bottom: 0px;
}
header .header_wrap .header_menu li{
  position: relative;
  display: inline-block;
  padding-top: 5px;
  font-weight: 600;
  font-size: 15px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  /*	overflow: hidden;*/
}
header .header_wrap .header_menu li:not(:last-of-type){
  margin-right: 1.5rem;
}
header .header_wrap .header_menu li a:hover{
  opacity: 1;
}
header .header_menu .header_menu_sub {
  background-color: #F3ECE6;
}
header .header_menu .header_menu_sub  li {
  font-size: 0.8rem;
}
header .header_wrap .header_menu_sub li a:hover{
  opacity: 0.5;
}
header .header_menu .header_menu_sub li::before {
  display: none;
}
header .pick_menu {
  position: absolute;
  display: grid;
}
header .pick_menu li,
header .link_club {
  font-family: var(--min-font-family);font-weight: 600;
}
header .pick_menu li a {
  position: relative;
  display: block;
  background-color: #E7D3C1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #6B4F4F;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding-left: 20px;
}
header .pick_menu li:not(:first-of-type){
  border-left: 1px solid #fff;
}
header .pick_menu li a:hover {
  background-color: #BB8D64;
  color: #fff;
}
header .pick_menu li a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  transform:var(--transform-50-Y);
  background-size: contain;
  transition: var(--transition-all-typeA);
}
header .pick_menu li a.reserve::before {
  background:
    url(../img/common/ic_reserve.svg) no-repeat;
  left: 25px;
}
header .pick_menu li a.reserve:hover::before {
  background:
    url(../img/common/ic_reserve_w.svg) no-repeat;
  left: 25px;
}
header .pick_menu li a.tel::before {
  background:
    url(../img/common/ic_tel.svg) no-repeat;
  left: 20px;
}
header .pick_menu li a.tel:hover::before {
  background:
    url(../img/common/ic_tel_w.svg) no-repeat;
  left: 20px;
}
header a.instagram::before {
  background:
    url(../img/common/ic_instagram.svg) no-repeat;
}
header .pick_menu li a.instagram:hover::before {
  background:
    url(../img/common/ic_instagram_w.svg) no-repeat;
}
header .link_club {
  position: absolute;
  display: block;
  top: 50%;
  transform:var(--transform-50-Y);
  right: 70px;
  border-radius: 40px;
  border: 1px solid #fff;
  background: #BB8D64;
  color: #fff;
  height: 35px;
  width: 150px;
  line-height: 35px;
  text-align: center;
  transition: var(--transition-all-typeA);
}
header .link_club:hover {
  opacity: 0.5;
}
/*header-end*/
/*footer*/
footer {
  position: relative;
  background: #F9F5F0;
}

footer .footer_wrap,footer .footer_nav{
  padding-top: 60px;
  margin: 0;
}
footer .footer_nav {
background: url(../img/common/back_mokume.webp)repeat-x;
background-size: contain;
background-position: left;
padding: 30px 0;
font-family: var(--min-font-family); 
color: #fff;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
}

footer .footer_nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 650px;
  padding-bottom: 15px;
  width: 95%;
  margin: auto;
}
p.copy {
  color: #fff;;
  text-align:center;
  padding: .3rem;
  margin: 0;
}
footer .footer_info .footer_logo{
  margin-bottom: clamp(20px, 15.455px + 1.212vw, 30px);
}
footer .footer_info .link01{
  margin-top: clamp(20px, 15.455px + 1.212vw, 30px);
}
footer .footer_info .table01{
  margin: 20px 0;
}
.bt_top {
  position: absolute;
  top: -45px;
  right: 5%;
  background-color: #fff;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 95px;
  box-shadow: 0 3px 6px rgb(51 51 51 / 25%);
  transition: var(--transition-all-typeA);
  z-index: 100;
}
.bt_top_fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: #fff;
  height: 45px;
  width: 90px;
  text-align: center;
  box-shadow: 0 3px 6px rgb(51 51 51 / 25%);
  transition: var(--transition-all-typeA);
  z-index: 100;
  opacity: 1;
}
.bt_top:hover,.bt_top_fixed:hover{
  box-shadow: none;
}
.bt_top span {
  position: relative;
}
.bt_top span::after {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: -15px;
  left: 15px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(315deg);
}
.bt_top_fixed a {
  display: block;
  height: 45px;
  width: 90px;
}
.bt_top_fixed::after {
  content: '';
  width: 11px;
  height: 11px;
  position: absolute;
  top: 55%;
  left: 50%;
  color: #6B4F4F;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: translate(-50%, -50%)rotate(315deg);
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  h2.h2_title {
    margin-top: 110px;
  }
  section.sec_con:not(:last-of-type){
    margin-bottom: 105px;
  }
  article.art_con {
    margin:0px auto 45px auto;
  }
  .dl03 dt{
    text-align: left;
  }
	.div_box02 {
width: 95%;
    padding: 1.5rem;
}
  .div_box02.news {
    padding: 1.5rem;
  }
  .div_box02.news h3 {
	font-size:var(--body-font-size-18);
	margin-bottom: 15px;
  }
  .div_box02.news p .text_st02 {
	margin: 0 2px;
  }
  .text_st01 {
    font-size: 16px;
  }
  .main-text {
    font-family: var(--min-font-family);  font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .update-time {
    font-weight: 200;
    padding-top: 8px;
  }
  .link02 {
    font-size: 15px;
    padding: 15px 10px;
  }
  
  /*---お知らせ-----------------------*/
  dl.news_con > dt.time {
    width: 85px;
  }
  dl.news_con > dd {
  width: calc(100% - 85px);
  }
  /*---お知らせ---end-----------------*/
  .table01 th,
  .table01 td {
    line-height: 1.5;
  }
  .table02 {
font-size: 10px;
    width: 100%;
  }
.table02 th, .table02 td {
  padding:5px;
  }
  .table03 {
    border-bottom: 1px solid rgb(202 188 186 / 50%);
    width: 100%;
  }
  .table03 tr {
    display: block;
  }

  .table03 th,.table03 td {
    display: block;
    padding: 0.8em;
  }
  .table03 th {
    border-top: 1px solid rgb(202 188 186 / 50%);
  }
  .sec_wrap_bg,.sec_wrap_bg-sub {
    padding-bottom: 90px;
  }
  .sec_wrap_bg::before {
    top: -145px;
  }
  header {
    height: 80px;
  }
  header #g_nav{
    top: 90px;
  }
  header .header_wrap .link_reserve{
  width: 115px;
  }
/*
  footer .footer_nav ul {
    justify-content: space-around;
  }
*/
footer .footer_info{
  padding: 60px 2.5% 0;
}
footer .footer_info .footer_adress {
  width:100% ;
  max-width: 300px;
  margin:0 0 60px;
}
footer .footer_info .footer_time_table{
  width: 100%;
}
footer .footer_info .footer_time_table .table01{
  font-size: 12px;
}
footer .footer_info .footer_time_table .table01 th,footer .footer_info .footer_time_table .table01 td{
  padding: 5px;
}
footer .footer_info .link01{
  width:100%;
}
footer .footer_info .footer_time_table .link_sanfujinka-tv{
display: block;
margin: 30px auto 0;
width: 192px;
}
  footer .footer_nav {
    margin: auto;
    width: 100%;
    padding: 30px 2.5%;
  }
  footer .footer_nav li {
    flex: 0 0 150px;
    margin-bottom: 15px;
    text-align: center;
  }
p.copy {
  font-size: .6em;
}
}
@media screen and (min-width: 768px) {
  .sec_con{
  /* padding-top: 100px;*/
    margin-top: 20px;
  }
  .main-text {
    font-size: 2rem;
    line-height: 3rem;
  }
  .div_sign p {
    text-align: left;
    width: fit-content;
    margin: 0 0 0 auto;
  }
  .table02 th {
    min-width: 5.8em;
	background: #F9F5F0;
  }
  .table03 {
    width: 100%;
    line-height: 1.8;
    border-top: 1px solid rgb(202 188 186 / 30%);
  }
  .table03 tr {
    border-bottom: 1px solid rgb(202 188 186 / 30%);
  }
  .table03 th {
    width: 9em;
  }
  .table03 th, .table03 td {
    vertical-align: top;
    padding: 1em;
  }

  header.header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 5px 15px 10px;
    box-shadow: 0 1px 3px rgb(51 51 51 / 25%);
    animation: opacity .5s forwards;
  }
  @keyframes opacity {
    0% {
      opacity: 0;
      transform: translateY(-100%);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  header .header_wrap .link_reserve{
    width: 214px;
  }
  header .header_wrap .header_menu li::before {
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #595757;
    transition: .3s;
  }
  header .header_wrap .header_menu li:hover::before {
    width: 100%;
  }
  header .header_menu .header_menu_sub {
    position: absolute;
    top: 2em;
    left: 50%;
    transform:var(--transform-50-X);
    width: 150px;
    padding: 5px;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
    overflow: visible;
    box-shadow: 0 1px 3px rgb(51 51 51 / 25%);
  }
  header .header_menu .header_menu_sub:not(.sub_l) {
    margin-left: 2rem;
  }
  header .header_menu li:hover .header_menu_sub {
    z-index: 500;
    opacity: 1;
    visibility: visible;
  }
  header .pick_menu {
    top: 50%;
    transform:var(--transform-50-Y);
    right: 240px;
    grid-template-columns: 1fr 1fr;
    width: 320px;
  }

  header .toggle_btn {
    display: none;
  }
  .bt_top_fixed {
    bottom: 5%;
    right: 5%;
    height: 45px;
    width: 90px;
    opacity: 0.8;
  }
  footer .footer_nav {
    background-size: 20%;
  }
  footer .footer_info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
  }
  footer .footer_info .footer_adress{
  width: calc(100% - 60%);
  }
  footer .footer_info .footer_time_table{
  width: calc(100% - 30%);
  max-width: 575px;
  }  
}
@media (max-width: 1280px) {
  header {
    padding: 1rem 10px 10px;
    position: fixed;
    top: 0;
    left: 0;
    height: 90px;
  }
  header .header_menu {
    display: none;
  }
  header .menu_link {
    position: absolute;
    top:10px;
    margin: 5px;
    right: 10px;
    width: 55px;
    height: 65px;
    z-index: 10000;
  }
  header .menu_link span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    /*transform:var(--transform-50-X);*/
    height: 1px;
    border-radius: 2px;
    background: var(--con-back-color);
    width: 80%;
  }
  header .menu_link span:nth-of-type(1) {
    top: 5px;
  }
  header .menu_link span:nth-of-type(2) {
    top: 20px;
    width: 100%;
  }
  header .menu_link span:nth-of-type(3) {
    top: 35px;
  }
  header .menu_link::after {
    content:"Memu";
    position: absolute;
    bottom: 0;
    left: 0px;
    /*transform:var(--transform-50-X);*/
     color:var(--text-color);
    font-size: 0.8rem;
    text-transform: uppercase;
    transition: all .3s;
    font-family: var(--min-font-family); 

  }
  header.active .menu_link span{
    width: 100%;
    right: 0;
    top: 30%;
  }
  header.active .menu_link span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-40deg);
  }
  header.active .menu_link span:nth-of-type(2){
  opacity: 0;  
  }
  header.active .menu_link span:nth-of-type(3){
    transform: translateY(-50%) rotate(40deg);
  }
  header.active .menu_link::after {
    content:"CLOSE";
  }
  header .header_wrap .header_menu li {
    display: block;
  }
  header .header_menu .header_menu_sub {
    display: none;
  }
  header #g_nav {
    display: block;
    position: fixed;
    top: 90px;
    left: 0;
    margin-top: 0;
    width: 100%;
    height: 100vh;
    background-color: #F9F5F0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    visibility: hidden;
  }
  header.active #g_nav {
    z-index: 500;
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
  }
  header #g_nav li {
    position: relative;
    border-bottom: 1px solid #F3ECE6;
    margin-right: 0;
  }
  header #g_nav li.header_adress_sp{
    padding: 15px 2em; 
    font-size: 12px;
  }
  header #g_nav a {
    padding: 15px 2em;
    display: block;
    margin: 0 auto;
    font-size: 20px;
  }
  header .header_wrap .link_reserve{
    margin-right: 80px;
  }

}
@media (max-width: 1280px) and (min-width: 768px){
  footer .footer_info .footer_adress{
    width:35%;
    margin-right: 15px;
    }
    footer .footer_info .footer_time_table{
    width: calc(100% - (35% + 15px));
    }  
}
@media (min-width: 1281px){ 
header .menu_link{
  display: none;
}
}