@charset "UTF-8";
/*---------------------------------------
基本設定
---------------------------------------*/
html,
body {
  box-sizing: border-box;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 16px);
  letter-spacing: 0.08em;
  margin: 0;
  background-color: #EAEDEF;
  line-height: 170%;
  scroll-padding-top: 70px;
  overflow-x: hidden;
}

body * {
  box-sizing: border-box;
}

::-moz-selection {
  background: #EAEDEF;
}

::selection {
  background: #EAEDEF;
}

img {
  max-width: 100%;
  height: auto;
}

.header {
  background: #fff;
  width: 100%;
  background-color: #EAEDEF;
  padding-left: 16px;
}
@media screen and (min-width:640px) {
  .header {
    padding-left: 32px;
  }
}
@media screen and (min-width:1025px) {
  .header {
    padding-left: 32px;
  }
}
.header h1 {
  margin-bottom: 0;
}
@media screen and (max-width:1024px) {
  .header h1 img {
    width: auto;
    height: 44px;
  }
}
.headerLink {
  margin-left: auto;
  display: flex;
  transition: 0.3s;
  position: fixed;
  right: 120px;
  top: 0;
  z-index: 1001;
}
@media screen and (max-width:1024px) {
  .headerLink {
    right: 64px;
  }
}
@media screen and (max-width:639px) {
  .headerLink {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: calc(64px + 15em);
  }
}
@media screen and (max-width:639px) {
  .headerLink.hidden {
    visibility: hidden;
    opacity: 0;
  }
}
.headerLink a {
  display: block;
  height: 96px;
  align-items: center;
  display: flex;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .headerLink a {
    height: 64px;
  }
}
.headerLink .insta {
  background-color: #fff;
  width: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:639px) {
  .headerLink .insta {
    width: 64px;
    height: 64px;
  }
}
.headerLink .reserve {
  color: #fff;
  background-color: #729AAD;
  padding-left: 30px;
  padding-right: 30px;
}
.headerLink .reserve:after {
  content: url(/assets/img/cmn/ico_arrow_w.svg);
  margin-left: 8px;
}
@media screen and (max-width:639px) {
  .headerLink .reserve {
    width: 15em;
    height: 64px;
    display: flex;
    justify-content: center;
  }
}
.headerInner {
  display: flex;
  align-items: center;
  height: 64px;
  justify-content: space-between;
}
@media screen and (min-width:1025px) {
  .headerInner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 96px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width:1024px) {
  .headerInner {
    height: 64px;
  }
}
.header .drawer {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

section > div[class$=Inner] {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20vh;
}

section > div.narrow {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.headerInformation {
  background-color: #ffffff;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.headerInformation__body {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 0;
  font-weight: normal;
  padding: 4px 8px;
  line-height: 1;
  font-size: 0.85em;
}
@media screen and (min-width:640px) {
  .headerInformation__body {
    justify-content: flex-end;
    gap: 24px;
  }
}
.headerInformation__wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 50%;
  text-align: center;
}
@media screen and (min-width:640px) {
  .headerInformation__wrap {
    flex-direction: row;
    gap: 8px;
    width: auto;
    text-align: left;
  }
}
.headerInformation dt {
  background-color: #729AAD;
  color: #ffffff;
  font-weight: normal;
  padding: 4px 6px;
  border-radius: 2px;
}
.headerInformation dd {
  margin: 0;
  padding: 4px 0;
}
.headerInformation dd strong {
  font-size: 1.1em;
}

.footer {
  background-color: #194154;
}
.footerInner {
  margin-left: auto;
  margin-right: auto;
  padding-top: 39.2px;
  padding-bottom: 39.2px;
}
@media screen and (min-width:640px) {
  .footerInner {
    padding-top: 47.6px;
    padding-bottom: 47.6px;
  }
}
@media screen and (min-width:1025px) {
  .footerInner {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media screen and (max-width:639px) {
  .footerInner {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }
}
.footerInfo {
  text-align: center;
  color: #fff;
}
.footerInfo h3 {
  margin-bottom: clamp(32px, 4vw, 40px);
}
.footerInfo address {
  font-size: clamp(12px, 1.3vw, 13px);
  margin-bottom: clamp(32px, 4vw, 40px);
}
.footerInfo strong {
  background-color: #969696;
  color: #fff;
  border-radius: 4px;
  padding: 2px 8px;
  margin-right: 8px;
  display: inline-block;
}
.footerInfo a {
  color: #fff;
}
.footer .footerLink {
  text-align: center;
  display: flex;
  justify-content: center;
  height: 48px;
}
.footer .footerLink .insta {
  background-color: #fff;
  width: 96px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:639px) {
  .footer .footerLink .insta {
    width: 64px;
  }
}
.footer .footerLink .reserve {
  color: #fff;
  background-color: #729AAD;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footerLink .reserve:after {
  content: url(/assets/img/cmn/ico_arrow_w.svg);
  margin-left: 8px;
}
@media screen and (max-width:639px) {
  .footer .footerLink .reserve {
    width: 15em;
  }
}
.footer .copyright {
  background-color: #000000;
  text-align: center;
  color: #729AAD;
  font-weight: normal;
  font-size: 11px;
  height: clamp(40px, 4.8vw, 48px);
  line-height: clamp(40px, 4.8vw, 48px);
}
.footer .copyright a {
  color: #729AAD;
}

/*---------------------------------------
グロナビ
---------------------------------------*/
.gnav {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 99;
  transition: 0.5s ease-out;
  width: 100%;
  height: 100%;
  transition: 0.5s ease-out;
  overflow: auto;
}
.nav-toggle:checked ~ .gnav {
  left: 0;
  pointer-events: auto;
  overflow: hidden;
}

.gnav {
  background: transparent;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
.gnav ul.nav-list {
  background-color: #fff;
  padding-top: 64px;
}
@media screen and (min-width:1025px) {
  .gnav ul.nav-list {
    padding-top: 96px;
  }
}
.gnav ul.nav-list li {
  border-top: 1px solid #000000;
  padding-left: 32px;
  padding-right: 32px;
}
.gnav ul.nav-list li:last-child {
  border-bottom: 1px solid #000000;
}
.gnav ul.nav-list li a {
  display: flex;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.gnav ul.nav-list li a:after {
  content: url(/assets/img/cmn/ico_arrow.svg);
  margin-left: auto;
}

/*---------------------------------------
ハンバーガーメニュー
---------------------------------------*/
.btn-burger {
  background-color: #000000;
  cursor: pointer;
  display: block;
  width: 120px;
  height: 96px;
  position: relative;
  z-index: 999999999;
  transition: 0.2s ease-out;
  margin-bottom: 0;
}
@media screen and (max-width:1024px) {
  .btn-burger {
    width: 64px;
    height: 64px;
  }
}
.btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 40px;
  background-color: #fff;
  cursor: pointer;
  margin: auto;
  transition: 0.2s ease-out;
}
@media screen and (max-width:1024px) {
  .btn-burger .icon, .btn-burger .icon:after, .btn-burger .icon:before {
    width: 28px;
  }
}
.btn-burger .icon:before {
  top: 8px;
  margin: 0;
}
@media screen and (max-width:1024px) {
  .btn-burger .icon:before {
    top: 9px;
  }
}
.btn-burger .icon:after {
  top: -8px;
  margin: 0;
}
@media screen and (max-width:1024px) {
  .btn-burger .icon:after {
    top: -9px;
  }
}

.nav-toggle {
  display: none;
}
.nav-toggle:checked ~ .btn-burger {
  background-color: #194154;
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon, .nav-toggle:checked ~ .btn-burger .icon:before, .nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  background-color: #194154;
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  background-color: #194154;
  transform: rotate(45deg);
  top: 0;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:639px) {
  .flex-between {
    flex-direction: column;
  }
}
.flex-between > div {
  width: 100%;
}
@media screen and (max-width:639px) {
  .flex-between > div {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:639px) {
  .flex-between {
    margin-bottom: 32px;
  }
  .flex-between img {
    width: 100%;
  }
}

@media screen and (min-width:640px) {
  .flex-start {
    display: flex;
    justify-content: flex-start;
  }
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.flex-column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width:1025px) {
  .flex-reverse > div:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width:639px) {
  .flex-reverse > div:nth-child(even) {
    flex-direction: column;
  }
}

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.flex-grid .flex-item {
  width: calc((100% - 60px) / 3);
  background-color: #ccc;
}

@media not all and (min-width: 768px) {
  .item {
    width: 100%;
  }
}
h2, h3, h4 {
  line-height: 140%;
}

.h2-style {
  font-size: clamp(40px, 6.4vw, 64px);
  margin-bottom: -25px;
  font-family: "Open Sans", sans-serif;
  color: #729AAD;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  top: -85px;
}
.h2-style small {
  line-height: 1.3;
  font-size: 24px;
  display: block;
}
@media screen and (max-width:639px) {
  .h2-style small {
    font-size: 19.2px;
  }
}
.h2-style small {
  margin-bottom: 8px;
}
@media screen and (max-width:639px) {
  .h2-style {
    margin-bottom: -10px;
  }
  .h2-style small {
    margin-bottom: 5.6px;
  }
}
.h2-style small {
  color: #000000;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .h2-style {
    top: -65px;
  }
}
@media screen and (max-width:639px) {
  .h2-style {
    top: -47px;
  }
}
.h2-style:before {
  display: block;
  content: "";
  background: #729AAD;
  height: 64px;
  width: 1px;
  margin: auto;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .h2-style:before {
    top: -70px;
  }
}
@media screen and (max-width:639px) {
  .h2-style:before {
    height: 56px;
    top: -60px;
  }
}
@media screen and (min-width:640px) {
  .h2-style.left {
    text-align: left;
  }
  .h2-style.left:before {
    margin-left: 0;
  }
}
@media screen and (min-width:640px) and (min-width:1025px) {
  .h2-style.left:before {
    height: 96px;
    top: -100px;
  }
}
.h2-style.alignTop {
  top: 22px;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .h2-style.alignTop {
    top: 32px;
  }
}
@media screen and (max-width:639px) {
  .h2-style.alignTop {
    top: 37px;
  }
}
.h2-style.white {
  color: #fff;
}
.h2-style.white:before {
  background-color: #fff;
}

h3 {
  font-size: clamp(22px, 3vw, 30px);
  color: #729AAD;
}

.h3-style {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and (max-width:639px) {
  .h3-style {
    font-size: 19.2px;
    margin-bottom: 16px;
  }
}

.h3-style {
  font-size: clamp(21px, 2.4vw, 24px);
  text-align: center;
}

.h4-style {
  margin-bottom: 16px;
  font-size: clamp(16px, 1.8vw, 18px);
  text-align: center;
  margin-bottom: 24px;
}

/*---------------------------------------
links
---------------------------------------*/
a {
  color: #000000;
  text-decoration: none;
  transition: 0.2s ease-out;
}
a img {
  transition: 0.2s ease-out;
}

a:hover {
  color: #729AAD;
  opacity: 0.8;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}

a.link-text {
  color: #194154;
  position: relative;
}
a.link-text::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #194154;
  border-right: 2px solid #194154;
  transform: rotate(45deg);
}

a[class^=btn] {
  box-sizing: content-box;
  background-color: #729AAD;
  color: #fff;
  height: 48px;
  line-height: 48px;
  font-size: clamp(13px, 1.5vw, 15px);
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
a[class^=btn]:hover {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width:639px) {
  a[class^=btn] {
    font-size: 13px;
  }
}
a[class^=btn].accent {
  background-color: #194154;
  color: #fff;
}
a[class^=btn].large {
  font-weight: bold;
  padding: 12px 56px;
  height: auto;
  line-height: auto;
}
a[class^=btn].large:before {
  background-position: right 24px center;
}

.btnn {
  text-align: left;
  padding: 0 32px 0 24px;
}
.btnn:before {
  background-image: url(/assets/img/cmn/ico_arrow.svg);
  background-color: rgba(255, 255, 255, 0);
  background-position: right 12px center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-out;
  width: 100%;
  z-index: 1;
  opacity: 1;
}
.btnn.back {
  padding: 0 24px 0 32px;
}
.btnn.back:before {
  transform: scale(-1, 1);
}
.btnn.large.back {
  padding: 12px 56px;
}

.btn {
  padding: 0 24px;
}
.btn:after {
  display: inline-block;
  content: url(/assets/img/cmn/ico_arrow_w.svg);
  position: relative;
  top: 2px;
  margin-left: 8px;
}
.btn.back:after {
  content: none;
}
.btn.back:before {
  background-image: none;
  display: inline-block;
  content: url(/assets/img/cmn/ico_arrow_w.svg);
  position: relative;
  transform: scale(-1, 1);
  top: 2px;
  margin-right: 8px;
}

/*---------------------------------------
table
---------------------------------------*/
.table-style {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  margin: 0.5em 0;
}
.table-style th {
  background-color: #194154;
  color: #ffffff;
  text-align: center;
  padding: 12px 8px;
}
.table-style td {
  background-color: #ffffff;
  text-align: left;
  padding: 12px 8px;
}
.table-style .nowrap {
  white-space: nowrap;
}
@media screen and (min-width:640px) {
  .table-style th {
    padding-left: 24px;
    padding-right: 24px;
  }
  .table-style td {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/*---------------------------------------
list
---------------------------------------*/
ul {
  padding-left: 0;
  list-style: none;
}

.listNormal li {
  padding: 4px 8px 4px 15px;
  line-height: 2;
  position: relative;
}
.listNormal li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #729AAD;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

.note {
  background: #eee;
  padding: 0 40px;
  border-radius: 20px;
  font-size: 13px;
  color: #888;
  max-height: 300px;
  overflow-y: scroll;
}

.attention {
  color: #b54444;
  font-size: 13px;
  border: 2px dotted #b54444;
  padding: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bg-p {
  background-color: #194154;
}
.bg-p .h2-style {
  color: #fff;
}

.bg-s {
  background-color: #729AAD;
}

.bg-w {
  background-color: #fff;
}

/*---------------------------------------
text/fonts
---------------------------------------*/
.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.strong {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #f8f472 60%);
  font-weight: bold;
}

.big {
  font-size: 112%;
}

.small {
  font-size: 85%;
}

.weak {
  color: #000000;
}

span.nowrap {
  white-space: nowrap;
}

/*---------------------------------------
layout
---------------------------------------*/
.img1 img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width:640px) {
  .img1 img {
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img1 img {
    width: 1024px;
    height: 400px;
  }
}
@media screen and (min-width:1025px) {
  .img1 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img2,
.img3 {
  display: flex;
}
.img2 img,
.img3 img {
  width: calc(50% - 1px);
  height: 144px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 1px;
}
.img2 img:last-child,
.img3 img:last-child {
  width: 50%;
  margin-right: 0;
}
@media screen and (min-width:640px) {
  .img2 img,
  .img3 img {
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img2 img,
  .img3 img {
    width: 512px;
    height: 320px;
  }
}
@media screen and (min-width:1025px) {
  .img2,
  .img3 {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

.img3 img {
  width: calc(33.3% - 1px);
}
.img3 img:last-child {
  width: 33.3%;
}
@media screen and (min-width:640px) {
  .img3 img {
    height: 240px;
  }
}
@media screen and (min-width:1025px) {
  .img3 img {
    width: 33.3%;
    height: 280px;
  }
}
@media screen and (min-width:1025px) {
  .img3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}

.opT {
  -o-object-position: 50% 0;
  object-position: 50% 0;
}

.opB {
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.full-width {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
}

.bg-gray {
  background-color: #ffffff;
  padding: 24px;
}
@media screen and (min-width:640px) {
  .bg-gray {
    padding: 24px 64px;
  }
}

.waku-box {
  border: 2px solid #E5DDD3;
  padding: 24px;
  border-radius: 16px;
}

hr {
  border: none;
  background-color: #ffffff;
  border-width: 2px 0 0 0;
  border-top: 1px solid;
  border-color: #000000;
}

/*---------------------------------------
misc
---------------------------------------*/
.pc {
  display: none;
}
@media screen and (min-width:640px) {
  .pc {
    display: inherit;
  }
}

.sp {
  display: inherit;
}
@media screen and (min-width:640px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width:640px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */