@charset "UTF-8";

:root {
  --main: #2C2F33;
  --tranwhite: rgba(255, 255, 255, 0.8);
}

html {
  font-size: 62.5%;
  overflow: unset !important;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 500;
  color: #000;
}

.spr {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
}

.gothic {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;

}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1164px;
  width: 100%;
  margin: 0 auto;
  padding-left: 32px;
  padding-right: 32px;
}

.max-container {
  max-width: 1366px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

section {
  padding: 100px 0;
}

.flex {
  display: flex;
}

.flex .col2 {
  width: calc(50% - 30px);
}

a img {
  transition: opacity 0.3s;
}

a:hover img {
  opacity: 0.6;
}

header {
  position: relative;
  z-index: 99999;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(rgba(0, 23, 67, 0.42) 0%, rgba(0, 24, 67, 0) 100%);

}

header .header_nav ul {
  display: flex;
}

header .header_nav ul li {
  padding: 0 10px;
  position: relative;
}
header .header_nav ul li.nav-last{
  padding-right: 0;
}

header .header_nav ul li a {
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  display: block;
  line-height: 7rem;
}

header .header_nav ul li a:hover {
  text-decoration: underline;
}

header .header_nav ul li.tel {
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
  background-color: white;
}

header .header_nav ul li.tel a {
  color: var(--main);
}

header .header_nav ul li.web {
  background-color: var(--main);
}

header .header_nav ul li .dropdown {
  position: absolute;
  top: 48px;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  padding: 20px 30px;
  border: 1px solid #B2B9C6;
  background-color: white;
  z-index: 10;
  overflow-y: auto;
  max-height: 50vh;
  width: 205px;

}

header .header_nav ul li .dropdown a {
  line-height: 38px;
  font-weight: normal;
  color: var(--main);
}

header .header_nav ul li .dropdown.open {
  opacity: 1;
  visibility: visible;
}

header .header_nav ul li .dropdown ul {
  flex-direction: column;
}

header .header_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: transparent;
  align-items: center;
  transition: all 0.3s;
  position: relative;
}

header .header_wrap .logo {
  padding-left: 30px;
  display: flex;
  align-items: center;
}

header .header_wrap .logo .blue {
  display: none;
}

header .header_wrap.active {
  background-color: white;
}

header .header_wrap.active ul li {
  padding: 0 10px;
}

header .header_wrap.active ul li a {
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--main);
}

header.white .header_wrap,
header.whited .header_wrap {
  background-color: white;
}

header.white .header_wrap .logo .white,
header.whited .header_wrap .logo .white {
  display: none;
}

header.white .header_wrap .logo .blue,
header.whited .header_wrap .logo .blue {
  display: block;
}

header.white .header_wrap li a,
header.whited .header_wrap li a {
  color: var(--main);
}

header.white .header_wrap .header_nav ul li.tel,
header.whited .header_wrap .header_nav ul li.tel {
  background-color: #F9F5EE;
}

header.white .header_wrap .header_nav ul li.tel a,
header.whited .header_wrap .header_nav ul li.tel a {
  color: var(--main);
}

header.white .header_wrap .header_nav ul li.web a,
header.whited .header_wrap .header_nav ul li.web a {
  color: white;
}

section.kv {
  padding: 0;
}

section.kv img {
  width: 100%;
}

section.reserv {
  background-image: url(../images/common/reserv_bg.png);
  background-size: cover;
}

section.reserv h2 span {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-align: center;
  color: #2C2F33;
}

section.reserv .reserv_head span {
  position: relative;
}

section.reserv .reserv_head span::before {
  content: "";
  background-image: url(../images/common/reserve_title.png);
  background-size: cover;
  width: 160px;
  height: 90px;
  top: -42px;
  left: -153px;
  position: absolute;
}

section.reserv div.ebica {
  text-align: center;
  width: 875px;
  margin: 0 auto;
}

section.reserv div.ebica iframe {
  width: 100%;
}

section.reserv .reserv_tells {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.reserv .reserv_tells .reserv_tel {
  width: calc(33.333% - 15px);
  background-color: var(--tranwhite);
  padding: 20px;
  text-align: center;
  margin-top: 15px;
  display: none;
}

section.reserv .reserv_tells .reserv_tel p {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: var(--main);
}

section.reserv .reserv_tells .reserv_tel a {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 3rem;
  color: var(--main);
}

section.reserv .reserv_tells .reserv_tel a:hover {
  text-decoration: underline;
}

section.reserv.all .reserv_tells {
  justify-content: center;
  margin-top: 15px;
}

section.reserv.all .reserv_tells .reserv_tel {
  display: block;
  margin: 0 7.5px;
}

section.reserv .reserv_tells {
  justify-content: center;
}

section.reserv .reserv_tells .reserv_tel.display {
  display: block;
}

section.all .reserv_tells {
  justify-content: space-between;
}

.head-border {
  display: flex;
  align-items: center;
}

.head-border:before,
.head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #D0C3B2;
}

.head-border:before {
  margin-right: 1rem;
}

.head-border:after {
  margin-left: 1rem;
}

.btn {
  width: 100%;
  max-width: 298px;
  display: block;
  text-align: center;
  line-height: 60px;
  color: var(--main);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  border: 1px solid var(--main);
  position: relative;
  transition: all 0.3s;
  margin: 0 auto;
  margin-top: 40px;
  z-index: 1;
}

.btn::after {
  content: "";
  background-image: url(../images/common/arrow.svg);
  width: 38px;
  height: 10px;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
  z-index: 10;
}

.btn:hover {
  opacity: 0.6;
}

.btn:hover::after {
  right: 10px;
}

section.color {
  background-image: url(../images/menu/24127065_l.png);
  background-repeat: repeat;
}

.course_cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}

.course_cards .course_card {
  width: calc(50% - 30px);
  margin-top: 50px;
}

.btns {
  display: flex;
  justify-content: center;
  width: 100%;
}

.btns .btn_wrap {
  width: 298px;
  margin: 0 30px;
  flex-shrink: 0;
}

section h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  color: #000;
}

section h2 span {
  display: block;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  text-align: center;
  color: #B19C7F;
}

footer {
  background-image: url(../images/common/footer_bg.jpg);
  background-size: cover;
  padding: 50px 0 60px;
  color: white;
  font-family: "Shippori Mincho", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", serif;
}

footer a:hover {
  text-decoration: underline;
}

footer .footer_content {
  display: flex;
  justify-content: space-between;
}

footer .footer_content .footer_right {
  width: 144px;
  flex-shrink: 0;
  margin-top: 75px;
}

footer .footer_content .footer_right ul.mihaku_list {
  font-weight: 600;
  font-size: 18px;
  line-height: 36px;
  text-align: left;
  color: #fff;
  margin-top: 10px;
}

footer .footer_content .footer_left_contents {
  flex-basis: calc(100% - 144px);
  display: flex;
  flex-wrap: wrap;
}

footer .footer_content .footer_left_contents .footer_logo {
  width: 63px;
  margin-right: 80px;
}

footer .footer_content .footer_left_contents .footer_navies {
  display: flex;
  margin-top: 75px;
  flex-basis: calc(100% - 143px);
  font-size: 16px;
  line-height: 36px;
}

footer .footer_content .footer_left_contents .footer_navies ul {
  /* flex-basis: 210px; */
  /* padding-right: 20px; */
  display: flex;
  flex-wrap: wrap;
}

footer .footer_content .footer_left_contents .footer_navies ul li {
  /* margin-top: 10px; */
  margin: 0 20px;
  margin-bottom: 20px;
}

footer .footer_content .footer_left_contents .footer_links {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}

footer .footer_content .footer_left_contents .footer_links ul {
  display: flex;
}

footer .footer_content .footer_left_contents .footer_links ul.sns_links li {
  margin-right: 20px;
}

footer .footer_content .footer_left_contents .footer_links ul.footer_link {
  margin-top: 20px;
}

footer .footer_content .footer_left_contents .footer_links ul.footer_link li {
  padding: 0 20px;
  border-left: 1px solid white;
}

footer .footer_content .footer_left_contents .footer_links ul.footer_link li:first-child {
  border-left: none;
  padding-left: 0;
}

section.breadcrumb {
  padding: 2px 0;
  background-color: #ECE7E0;
}

section.breadcrumb ul {
  display: flex;
}

section.breadcrumb ul li {
  margin-right: 1em;
  font-size: 14px;
  line-height: 36px;
}

section.breadcrumb ul li a {
  font-weight: 500;
  text-decoration: underline;
  color: #000;
}

.img_btn_arrow {
  display: block;
  margin-top: 30px;
  position: relative;
}

.img_btn_arrow img {
  vertical-align: top;
}

.img_btn_arrow i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background-image: url(../images/common/arrow_white.svg);
  width: 38px;
  height: 9px;
  background-size: cover;
  transition: all 0.3s;
}

.img_btn_arrow:hover i {
  right: 15px;
}

section.sis_store {
  background-image: url(../images/common/sis_bg.png);
}

section.sis_store h2 {
  color: white;
}

section.sis_store .sis_cards {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

section.sis_store .sis_cards .sis_card {
  width: calc(50% - 30px);
}

section.title {
  background-image: url(../images/shop/bg.png);
  background-size: cover;
  margin-top: 70px;
  height: 150px;
  position: relative;
}

section.title h1, section.title h2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 500;
  font-size: 40px;
  line-height: 45px;
  text-align: center;
  color: #fff;
}

div.main_sidebar {
  display: flex;
  justify-content: space-between;
}

div.main_sidebar .sidebar {
  flex-basis: 294px;
  padding-right: 50px;
  flex-shrink: 1;
}

div.main_sidebar .main_content {
  width: calc(100% - 294px);
}

.b_border_head {
  text-align: left;
  font-size: 30px;
  line-height: 45px;
  padding-bottom: 10px;
  position: relative;
}

.b_border_head::after {
  content: "";
  height: 2px;
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: #E5E5E5;
  left: 0;
}

.b_border_head::before {
  content: "";
  height: 2px;
  width: 168px;
  bottom: 0;
  position: absolute;
  background-color: #7F8BA0;
  z-index: 10;
}

.b_border_head span {
  font-weight: 600;
  font-size: 30px;
  line-height: 45px;
  color: #000;
  text-align: left;
  display: inline-block;
  padding-bottom: 5px;
}

/*Checkboxes styles*/
input[type=checkbox] {
  display: none;
}

input[type=checkbox]+label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type=checkbox]+label:last-child {
  margin-bottom: 0;
}

input[type=checkbox]+label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #B2B9C6;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}

input[type=checkbox]:checked+label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: transparent;
}

.openbtn1 {
  display: none;
}


section.map .shops_wrap .shop{
  display: flex;
  margin-top: 50px;
  align-items: center;
}
section.map .shops_wrap .shop .shop_img{
  width: 50%;
}
section.map .shops_wrap .shop .shop_info{
  margin-left: 50px;
}
section.map .shops_wrap .shop img{
  width: 100%;
}
section.map .shops_wrap .shop h3{
margin-top: 0;
font-weight: 500;
font-size: 32px;
line-height: 55px;
color: #333;

}
section.map .shops_wrap .shop p{
  font-size: 16px;
  line-height: 30px;
  color: #000;
  margin-top: 40px;
  
}
@media screen and (max-width:1211px) {

  header .header_nav ul {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  header .header_wrap {
    padding-top: 10px;
    display: inherit;
  }

  header .header_nav ul li.tel,
  header .header_nav ul li.web {
    width: 150px;
  }

  section.reserv div.ebica iframe {
    position: absolute;
    top: -0;
    left: calc(80vw / 2 - 80px);  
    width: calc(100% + 20px);
    height: calc(100% + 34%);
    overflow: hidden;
  }

  section.reserv div.ebica {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 215px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  section.reserv div.ebica.tablecheck {
    width: auto;
    height: auto;
    padding-top: 0;
    overflow: auto;
    margin-bottom: 0;
    /* position: relative;
    width: 100%;
    height: 0;
    padding-top: 512px;
    overflow: hidden;
    margin-bottom: 20px; */
  }
  


  iframe.sp {
    display: block !important;
  }

  iframe.pc {
    display: none !important;
  }
}

@media screen and (max-width:1104px) {
  li.nav-last {
    position: absolute !important;
    top: 0;
    right: -10px;
  }
}

@media screen and (max-width: 767px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  html {
    height: -webkit-fill-available;
  }

  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    font-size: 1.6rem;
    line-height: 2.8rem;
  }

  .header_nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: white;
    transition: all 0.3s;
    transform: translate(100%, 0);
    opacity: 0;
    visibility: hidden;
  }

  header .header_nav ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  header.white .header_wrap .header_nav ul li.tel {
    width: 100%;
    background-color: #F9F5EE;
  }

  header .header_nav ul li.tel {
    width: 100%;
    background-color: #F9F5EE;
  }

  header.white .header_wrap li a, header.whited .header_wrap li a {
    color: var(--main);
  }

  header .header_nav ul li a {
    color: var(--main);
  }

  header .header_nav ul li.web,
  header .header_nav ul li.tel {
    width: 100%;
    text-align: center;
  }

  header .header_nav ul li.web a {
    color: white;
  }

  .header_nav {
    padding-bottom: 60px;
    overflow: scroll;
  }

  .header_nav.open {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
  }

  .swiper-fade .swiper-slide img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }

  .btns {
    flex-wrap: wrap;
  }

  header .header_wrap {
    padding-top: 0;
  }

  header .header_wrap .logo {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header .header_wrap .logo img {
    max-height: 40px;
  }

  ul.cate_lists {
    width: 100% !important;
}

  .openbtn1 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    background: transparent;
    cursor: pointer;
    width: 41px;
    height: 40px;
    display: block;
    margin-right: 10px;
    z-index: 1000;
	  background-color: #fff;
  }

  .logo {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  /*ボタン内側*/
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 12px;
    height: 3px;
    border-radius: 2px;
    background: #001843;
    width: 45%;
  }
.openbtn1 span.white {
	background:red; /* スクロール後の色 */}
  .openbtn1 span:nth-of-type(1) {
    top: 11px;
  }

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

  .openbtn1 span:nth-of-type(3) {
    top: 27px;
  }

  /*activeクラスが付与されると線が回転して×に*/
  .openbtn1.active span:nth-of-type(1) {
    top: 13px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }

  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
  }

  .openbtn1.active span:nth-of-type(3) {
    top: 25px;
    left: 10px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }

  section {
    padding: 50px 0;
  }

  section.reserv h2 span {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  section.reserv .reserv_head span::before {
    width: 80px;
    height: 45px;
    top: -18px;
    left: -80px;
  }

  section.reserv .reserv_tells .reserv_tel a {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }

  section.reserv.all .reserv_tells {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  section.reserv .reserv_tells .reserv_tel {
    width: calc(50% - 20px);
    padding: 15px;
    margin-top: 10px;
  }

  .btn {
    max-width: 298px;
    line-height: 50px;
    font-size: 14px;
    margin-top: 20px;
  }

  section h2 {
    font-size: 20px;
    line-height: 32px;
  }

  section h2 span {
    font-size: 10px;
    line-height: 16px;
  }

  section.sis_store .sis_cards {
    margin-top: 20px;
    flex-wrap: wrap;
  }

  section.sis_store .sis_cards .sis_card {
    width: 100%;
    margin-bottom: 20px;
  }

  footer {
    font-size: 14px;
  }

  footer .footer_content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .footer_left {
    width: 100%;
  }

  footer .footer_content .footer_left_contents .footer_logo {
    width: 63px;
    margin-right: 20px;
    margin-top: 18px;
  }

  footer .footer_content .footer_left_contents .footer_navies {
    display: flex;
    margin-top: 0;
    flex-basis: calc(100% - 83px);
    flex-wrap: wrap;
  }

  footer .footer_content .footer_left_contents .footer_navies ul {
    flex-basis: 100%;
    padding-right: 20px;
    width: 100%;
  }

  footer .footer_content .footer_right ul.mihaku_list {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 30px;
  }

  footer .footer_content .footer_right ul.mihaku_list li {
    width: 50%;
  }

  footer .footer_content .footer_right {
    width: 100%;
    flex-shrink: 0;
    margin-top: 40px;
  }

  section.title h1, section.title h2 {
    font-size: 24px;
    line-height: 38px;
  }

  section.breadcrumb {
    padding: 5px 0;
    background-color: #ECE7E0;
  }

  section.breadcrumb ul li {
    margin-right: 1em;
    font-size: 12px;
    line-height: 28px;
  }

  section.title {
    margin-top: 60px;
    height: 100px;
  }

  div.main_sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  div.main_sidebar .sidebar {
    flex-basis: 100%;
    padding-right: 0;
    flex-shrink: 1;
  }

  div.main_sidebar .main_content {
    width: 100%;
  }

  section.title h1, section.title h2 {
    width: 100%;
  }

  header .header_nav ul li .dropdown {
    position: relative;
    top: auto;
    opacity: 1;
    visibility: visible;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
    padding: 20px 30px;
    border: none;
    background-color: white;
    z-index: 10;
    overflow-y: auto;
    max-height: none;
  }

  header .header_nav ul li {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
  }

  header .header_nav ul li .dropdown ul li {
    border-bottom: none;
  }

  section.reserv h2 {
    margin-bottom: 20px;
  }
  section.map .shops_wrap{
    flex-wrap: wrap;
    margin-top: 20px;
  }
  section.map .shops_wrap .shop {
    width: 100%;
    margin-top: 20px;
}
section.map .shops_wrap .shop h3 {

  font-size: 18px;
  line-height: 26px;
}
section.map .shops_wrap .shop p {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-top: 10px;
}
header .header_nav ul li.nav-last {
  position: relative !important;
  top: auto;
  right: auto;
}
section.map .shops_wrap .shop {
  flex-wrap: wrap;
  margin-top: 40px;
}
section.map .shops_wrap .shop .shop_img {
  width: 100%;
}
section.map .shops_wrap .shop .shop_info {
  margin-left: 0;
}
section.map .btn_wrap {
  margin-top: 40px;
}
}

/*# sourceMappingURL=common.css.map */