/*

  全体レイアウト

================================================================
*/
#wrapper {
  position: relative;
  max-width: 2000px;
  min-width: 1100px;
  margin: 0 auto;}
.inner {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;}
#container {
  overflow: hidden;
  position: relative;
  margin-top: 64px;}
.pcn {
  display: none;}
.spn {
  display: inline-block;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#wrapper {
  max-width: 100%;
  min-width: 100%;}
.inner {
  width: 100%;}
#container {
  margin-top: 15vw;}
.pcn {
  display: inline-block;}
.spn {
  display: none;}}

/*

  ヘッダー構成

================================================================
*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #F4F4F4;
  z-index: 10;}
#header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 30px;}
#header .flex .logo img {
  width: 150px;
  height: auto;}
#header .flex .right {
  display: flex;
  height: 100%;}
#header .flex .right ul {
  display: flex;
  font-family: "wsv";
  height: 100%;}
#header .flex .right ul li + li {
  margin-left: 30px;}
#header .flex .right ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #38302E;}
#header .flex .right .search {
  position: relative;
  height: 100%;
  margin-left: 50px;}
#header .flex .right .search figure {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;}
#header .flex .right .search figure img {
  width: 20px;
  height: auto;}
#header .flex .right .burger {
  position: relative;
  height: 100%;
  margin-left: 30px;
  z-index: 100;}
#header .flex .right .burger figure {
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;}
#header .flex .right .burger figure img {
  width: 30px;
  height: auto;
  transition: .3s;}
#header .flex .right .burger.active figure {
  background: url(../img/common/close.png) no-repeat center / 80% auto; }
#header .flex .right .burger.active img {
  opacity: 0;
  visibility: hidden;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#header {
  min-width: 100%;
  height: 15vw;}
#header .flex {
  padding: 0 5vw;}
#header .flex .logo img {
  width: 30vw;}
#header .flex .right ul {
  display: none;}
#header .flex .right .search {
  margin-left: 0;}
#header .flex .right .search figure img {
  width: 5vw;}
#header .flex .right .burger {
  margin-left: 5vw;}
#header .flex .right .burger figure img {
  width: 7vw;}}

/*

  バーガーメニュー

================================================================
*/
#open {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
  background-color: #fff;
  z-index: 5;}
#open .box {
  display: flex;
  flex-direction: column;
  width: 600px;
  padding: 100px 60px;}
#open .box .box01 {
  margin-bottom: 40px;}
#open .box .box01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}
#open .box .box01 ul li {
  width: 50%;
  margin-top: 30px;}
#open .box .box01 ul li:nth-child(-n+2) {
  margin-top: 0;}
#open .box .box01 ul li a {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-family: "zkm";
  color: #BFBFBF;}
#open .box .box01 ul li a span {
  margin-bottom: 15px;
  font-family: "smm";
  font-size: 32px;
  color: #38302E;}
#open .box .box02 ul li + li {
  border-top: 1px solid #ccc;}
#open .box .box02 ul li a {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-family: "zkm";
  color: #38302E;}
#close {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .55);
  z-index: 4;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#open {
  width: 90vw;}
#open .box {
  display: flex;
  flex-direction: column;
  width: 90vw;
  padding: 20vw 10vw 0;}
#open .box .box01 {
  margin-bottom: 10vw;}
#open .box .box01 ul li {
  margin-top: 5vw;}
#open .box .box01 ul li:nth-child(odd) {
  width: 60%;}
#open .box .box01 ul li:nth-child(even) {
  width: 40%;}
#open .box .box01 ul li a {
  font-size: 3.2vw;}
#open .box .box01 ul li a span {
  margin-bottom: 2.5vw;
  font-size: 6.5vw;}
#open .box .box02 ul li a {
  padding: 3.5vw 0;
  font-size: 3.3vw;}}

/*

  フッター構成

================================================================
*/
#footer {
  position: relative;
  padding: 80px 0;
  background-color: #38302E;}
#footer .flex {
  display: flex;
  justify-content: space-between;
  color: #fff;}
#footer .flex .left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;}
#footer .flex .left .top .logo img {
  width: 190px;
  height: auto;}
#footer .flex .left .top > div {
  margin-top: 40px;}
#footer .flex .left .top > div .tel {
  font-family: "wsv";
  font-size: 20px;}
#footer .flex .left .top > div .tel a {
  pointer-events: none;
  color: #fff;}
#footer .flex .left .top > div .time {
  display: flex;
  align-items: center;
  font-family: "wsv";
  margin-top: 10px;
  font-size: 14px;}
#footer .flex .left .top > div .time span {
  margin-left: 5px;
  font-family: "zkr";
  font-size: 120%;
  letter-spacing: .1em;}
#footer .flex .left .bottom small {
  font-family: "wsv";}
#footer .flex .right {
  display: flex;}
#footer .flex .right > div {
  width: 200px;}
#footer .flex .right > div .title {
  margin-bottom: 10px;
  padding-bottom: 15px;
  font-family: "zkm";
  border-bottom: 1px solid #707070;}
#footer .flex .right > div .title.fw {
  font-family: "wsv";
  font-size: 17px;}
#footer .flex .right > div + div {
  margin-left: 40px;}
#footer .flex .right > div ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  font-family: "zkr";
  font-size: 14px;
  color: #fff;}
#footer .flex .right > div ul + .title {
  margin-top: 30px;}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#footer {
  padding: 15vw 5vw 25vw;}
#footer .flex {
  position: relative;
  flex-direction: column;
  padding-bottom: 10vw;}
#footer .flex .left {
  align-items: center;
  text-align: center;}
#footer .flex .left .top .logo img {
  width: 40vw;}
#footer .flex .left .top > div {
  margin-top: 8vw;}
#footer .flex .left .top > div .tel {
  font-size: 5.2vw;}
#footer .flex .left .top > div .tel a {
  pointer-events: auto;}
#footer .flex .left .top > div .time {
  justify-content: center;
  margin-top: 2vw;
  font-size: 3.4vw;}
#footer .flex .left .top > div .time span {
  margin-left: 2vw;
  font-size: 120%;}
#footer .flex .left .bottom small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;}
#footer .flex .right {
  flex-direction: column;
  margin-top: 10vw;}
#footer .flex .right > div {
  width: 100%;}
#footer .flex .right > div .title {
  margin-bottom: 3vw;
  padding-bottom: 4vw;
  font-size: 4.2vw;}
#footer .flex .right > div + div {
  margin-top: 10vw;
  margin-left: 0;}
#footer .flex .right > div ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
#footer .flex .right > div ul li {
  width: 49%;}
#footer .flex .right > div ul li a {
  height: 8vw;
  font-size: 3.3vw;}
#footer .flex .right > div ul + .title {
  margin-top: 10vw;}}



 .is-disabled {
  opacity: 0.23;
  pointer-events: none; 
}


/*

  共通CTA

================================================================
*/
#lcta {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 10;}
#lcta ul {
  display: flex;}
#lcta ul li + li {
  margin-left: 5px;}
#lcta ul li {
  width: 180px;
  height: 50px;
  border-radius: 10px 10px 0 0;}
#lcta ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #fff;}
#lcta ul li.line {
  background-color: #06c755;}
#lcta ul li.web {
  background-color: #069cc7;}
#lcta ul li a span {
  display: inline-block;
  padding: 3px 35px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;}
#lcta ul li.line a span {
  background-image: url(../img/common/icon_cta_line.png);}
#lcta ul li.web a span {
  padding-left: 25px;
  background-image: url(../img/common/icon_cta_reserve.png);}
/* ------------------------------------------------------- sp */
@media (max-width: 767px) {
#lcta {
  right: 0;
  width: 100%;
  padding: 2vw 3vw 0;
  background-color: rgba(255, 255, 255, .2);
  backdrop-filter: blur(1vw);}
#lcta ul {
  justify-content: space-between;}
#lcta ul li + li {
  margin-left: 0;}
#lcta ul li {
  width: 49%;
  height: 13vw;
  border-radius: 2vw 2vw 0 0;}
#lcta ul li a {
  font-size: 3.7vw;}
#lcta ul li a span {
  padding: 1vw 9vw;
  padding-right: 5vw;}
#lcta ul li.web a span {
  padding-left: 7vw;}}