@charset "UTF-8";
@font-face {
  font-family: "ShinM";
  src: url(../fonts/A-OTF-UDShinMGoPr6N-Light.otf);
  font-weight: 100;
}
@font-face {
  font-family: "ShinM";
  src: url(../fonts/A-OTF-UDShinMGoPr6N-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: "ShinM";
  src: url(../fonts/A-OTF-UDShinMGoPr6N-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: "ShinM";
  src: url(../fonts/A-OTF-UDShinMGoPr6N-DeBold.otf);
  font-weight: 700;
}
@font-face {
  font-family: "ShinM";
  src: url(../fonts/A-OTF-UDShinMGoPr6N-Bold.otf);
  font-weight: 900;
}
.pc_none {
  display: none;
}
@media only screen and (max-width: 840px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media only screen and (max-width: 840px) {
  .sp_none {
    display: none;
  }
}

.no_link {
  display: none;
}

:root {
  font-size: 62.5%;
}
@media only screen and (max-width: 1400px) {
  :root {
    font-size: 45%;
  }
}
@media only screen and (max-width: 840px) {
  :root {
    font-size: 31.25%;
    font-size: var(--root_fz);
  }
}

* {
  box-sizing: border-box;
}

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

a {
  color: inherit;
  text-decoration: none;
}

.inner {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
@media only screen and (max-width: 1400px) {
  .inner {
    max-width: 1024px;
    width: 92%;
  }
}

body {
  position: relative;
  font-feature-settings: normal;
  font-feature-settings: "palt" 1;
  font-kerning: none;
  font-family: ShinM, "Helvetica Neue", Arial, "Lato", "Noto Sans JP", "游ゴシック体", "Yu Gothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: 500;
  color: #231815;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  letter-spacing: 0.01em;
  margin-left: auto;
  margin-right: auto;
}

header {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 2% 0 4%;
  position: relative;
}
@media only screen and (max-width: 840px) {
  header {
    max-width: 1024px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #ffffff;
    z-index: 100;
  }
}
@media only screen and (max-width: 840px) {
  header {
    padding: 4%;
    width: 100%;
  }
}
header h2 {
  width: 45.5%;
}
@media only screen and (max-width: 840px) {
  header h2 {
    width: 38%;
  }
}
header .head_btn {
  width: 24%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 840px) {
  header .head_btn {
    width: 32%;
    margin-right: calc(40px + 4%);
  }
}
header .head_btn li {
  width: 45%;
}
@media only screen and (max-width: 840px) {
  header .head_btn li {
    width: 42%;
  }
}
header .gnav {
  width: 100%;
  margin-top: 20px;
}
@media only screen and (max-width: 840px) {
  header .gnav {
    position: absolute;
    margin-top: 0;
    top: 100%;
    background-color: #ffffff;
    text-align: center;
    padding: 4%;
    width: auto;
    right: 0;
    display: none;
  }
}
header .gnav_list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 840px) {
  header .gnav_list {
    display: inline-block;
    font-size: 2.4rem;
  }
}
header .gnav_list > li {
  position: relative;
  padding-right: 1em;
  margin-right: 1em;
}
@media only screen and (max-width: 840px) {
  header .gnav_list > li {
    margin-right: 0;
    padding-right: 0;
    text-align: left;
    border-bottom: 1px solid #6fc2c3;
  }
  header .gnav_list > li:last-of-type {
    border-bottom: none;
  }
}
header .gnav_list > li a {
  display: block;
  padding: 0.5em 0;
}
@media only screen and (max-width: 840px) {
  header .gnav_list > li a {
    padding: 1em 0;
  }
}
header .gnav_list > li::after {
  content: " ";
  display: block;
  width: 3px;
  height: 2em;
  background-color: #6fc2c3;
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: rotate(30deg) translateY(50%);
  transform-origin: bottom center;
}
@media only screen and (max-width: 840px) {
  header .gnav_list > li::after {
    content: none;
  }
}
header .gnav_list > li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
header .gnav_list > li:last-of-type::after {
  content: none;
}
header .gnav_list .child_menu {
  position: absolute;
  top: 100%;
  background-color: #6fc2c3;
  color: #ffffff;
  padding: 1em;
  padding-right: 2em;
  white-space: nowrap;
  border-radius: 1em;
  z-index: 5;
  display: none;
}
header .sp_nav {
  display: none;
}
@media only screen and (max-width: 840px) {
  header .sp_nav {
    display: block;
    position: absolute;
    right: 4%;
    bottom: 50%;
    transform: translateY(50%);
    height: 22px;
    width: 32px;
  }
  header .sp_nav span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #6fc2c3;
    transition: all cubic-bezier(0, 0.61, 1, 0.13) 0.6s;
  }
  header .sp_nav span:nth-of-type(1) {
    top: 0;
  }
  header .sp_nav span:nth-of-type(2) {
    bottom: 50%;
    transform: translateY(50%);
  }
  header .sp_nav span:nth-of-type(3) {
    bottom: 0;
  }
  header .sp_nav.active span:nth-of-type(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  header .sp_nav.active span:nth-of-type(2) {
    right: -4vw;
    opacity: 0;
  }
  header .sp_nav.active span:nth-of-type(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
}

footer {
  margin-top: 6%;
}
footer h6 {
  text-align: center;
  padding-bottom: 2%;
}
@media only screen and (max-width: 840px) {
  footer h6 {
    width: 38%;
    margin-left: auto;
    margin-right: auto;
  }
}

.top_btn {
  position: fixed;
  right: 2%;
  bottom: 8%;
  cursor: pointer;
  z-index: 500;
  width: 80px;
}
@media only screen and (max-width: 840px) {
  .top_btn {
    width: 56px;
  }
}

.foot_btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 510;
  width: 100%;
  background-color: #ffffff;
  padding: 1% 0;
  opacity: 0;
  transition: all ease 0.5s;
}
.foot_btn.active {
  opacity: 1;
}
@media only screen and (max-width: 840px) {
  .foot_btn {
    padding: 4% 0;
  }
}
.foot_btn ul {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.foot_btn ul li {
  width: 32%;
}

main {
  margin-top: 0;
}

.mv {
  position: relative;
  overflow: hidden;
}
.mv img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}
.mv h2 {
  text-align: center;
  background-color: rgba(111, 194, 195, 0.7);
  color: #ffffff;
  position: absolute;
  bottom: 5em;
  left: 0;
  right: 0;
  font-size: 4.7rem;
  z-index: 50;
  padding: 0.5em 0;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 840px) {
  .mv h2 {
    font-size: 2.6rem;
    bottom: 4em;
  }
}

.contents {
  margin-top: 125px;
}
@media only screen and (max-width: 840px) {
  .contents {
    margin-top: 8%;
  }
}
.contents h2 {
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 7.7rem;
  text-align: center;
  color: #6fc2c3;
  margin-bottom: 1em;
}
@media only screen and (max-width: 840px) {
  .contents h2 {
    font-size: 3.6rem;
  }
}
.contents h2::after {
  content: " ";
  display: block;
  width: 4em;
  height: 6px;
  background-color: #6fc2c3;
  margin: 0.5em auto 0;
  border-radius: 8em;
}
@media only screen and (max-width: 840px) {
  .contents h2::after {
    height: 2px;
  }
}

.catch {
  margin-top: 76px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  .catch {
    margin-top: 6%;
  }
}
.catch h2 {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1.9;
}
@media only screen and (max-width: 840px) {
  .catch h2 {
    font-size: 1.8rem;
  }
}
.catch .catch_list {
  display: block;
  background-color: #6fc2c3;
  margin-top: 2em;
  padding: 2em 0;
  font-size: 3.8rem;
}
@media only screen and (max-width: 840px) {
  .catch .catch_list {
    font-size: 1.8rem;
  }
}
.catch .catch_list ul {
  display: inline-block;
  text-align: left;
  color: #ffffff;
}
.catch .catch_list ul li {
  padding-left: 1.4em;
  position: relative;
}
.catch .catch_list ul li::before {
  content: " ";
  display: block;
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0.1em;
  left: 0;
  background-color: #ffffff;
  border-radius: 100%;
}
.catch .catch_list ul li:nth-of-type(n + 2) {
  margin-top: 0.8em;
}
@media only screen and (max-width: 840px) {
  .catch .catch_list ul li:nth-of-type(n + 2) {
    margin-top: 1.2em;
  }
}

.menu section {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  border-top: 2px solid #6fc2c3;
  padding: 105px 0;
}
@media only screen and (max-width: 840px) {
  .menu section {
    padding: 2% 0;
    border-top: 1px solid #6fc2c3;
  }
}
.menu section.menu_btm_border {
  border-bottom: 2px solid #6fc2c3;
}
@media only screen and (max-width: 840px) {
  .menu section.menu_btm_border {
    border-bottom: 1px solid #6fc2c3;
  }
}
@media only screen and (max-width: 1400px) {
  .menu section {
    max-width: 1024px;
  }
}
.menu_bg_wrap {
  background-image: url(../img/menu_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
@media only screen and (max-width: 840px) {
  .menu_bg_wrap {
    background-image: none;
  }
}
.menu .menu_column {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 840px) {
  .menu .menu_column {
    flex-direction: column;
    display: none;
  }
}
.menu .menu_column.center_align {
  align-items: center;
}
.menu .menu_column_left {
  width: 44%;
}
@media only screen and (max-width: 840px) {
  .menu .menu_column_left {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
  }
}
.menu .menu_column_right {
  width: 50%;
}
@media only screen and (max-width: 840px) {
  .menu .menu_column_right {
    width: 100%;
    margin-top: 2%;
  }
}
.menu h3 {
  font-size: 5.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 840px) {
  .menu h3 {
    margin-bottom: 0;
    font-size: 2.4rem;
    padding: 4vw 0;
    position: relative;
  }
  .menu h3::after {
    content: " ";
    display: block;
    position: absolute;
    height: 1.5em;
    width: 1.5em;
    background-image: url(../img/menu_open.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    bottom: 50%;
    right: 0;
    transform: translateY(50%);
  }
  .menu h3.active::after {
    height: 1.5em;
    width: 1.5em;
    background-image: url(../img/menu_close.svg);
    background-size: cover;
    background-position: center;
  }
}
.menu h3 small {
  font-weight: 600;
  color: #6fc2c3;
  font-size: 82%;
  letter-spacing: 0;
}
@media only screen and (max-width: 840px) {
  .menu h3 small {
    text-align: center;
    line-height: 1.5;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
  }
}
@media only screen and (max-width: 840px) {
  .menu .pc_ttl {
    display: none;
  }
}
.menu .sp_ttl {
  display: none;
}
@media only screen and (max-width: 840px) {
  .menu .sp_ttl {
    display: block;
  }
}
.menu h4 {
  margin-top: 1px;
  font-size: 4rem;
  font-weight: 600;
  color: #6fc2c3;
  line-height: 1.8;
}
.menu p,
.menu dl,
.menu h6,
.menu ol,
.menu dt {
  font-size: 2.4rem;
  line-height: 1.85;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 840px) {
  .menu p,
.menu dl,
.menu h6,
.menu ol,
.menu dt {
    font-size: 1.8rem;
  }
}
.menu p {
  text-align: justify;
}
.menu ol li:nth-of-type(n + 2) {
  margin-top: 2em;
}

.table_wrap {
  background-color: #6fc2c3;
  border-radius: 1em;
  font-weight: 600;
  font-size: 4rem;
  color: #ffffff;
  padding: 0em 1em;
}
@media only screen and (max-width: 840px) {
  .table_wrap {
    font-size: 2rem;
  }
}
.table_wrap table {
  width: 100%;
}
.table_wrap tr {
  border-bottom: 2px solid #ffffff;
}
@media only screen and (max-width: 840px) {
  .table_wrap tr {
    border-bottom: 1px solid #ffffff;
  }
}
.table_wrap tr:last-of-type {
  border-bottom: none;
}
.table_wrap td,
.table_wrap th {
  padding: 0em 1em;
  text-align: center;
  width: 33%;
  height: 3em;
}
@media only screen and (max-width: 840px) {
  .table_wrap td,
.table_wrap th {
    height: 3.5em;
  }
}
.table_wrap td span {
  display: block;
}
@media only screen and (max-width: 840px) {
  .table_wrap td img {
    width: 1em;
  }
}

.price h6 {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 0.8em;
}
@media only screen and (max-width: 840px) {
  .price h6 {
    font-size: 2.4rem;
  }
}

.director_box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (max-width: 840px) {
  .director_box {
    display: block;
  }
}
.director_box figure {
  width: 45%;
}
@media only screen and (max-width: 840px) {
  .director_box figure {
    width: 100%;
  }
  .director_box figure div {
    padding: 0 4vw;
  }
}
.director_box figure figcaption p {
  font-size: 2.8rem;
  line-height: 1.8;
  margin-top: 0.8em;
  padding-right: 0.8em;
  text-align: justify;
}
@media only screen and (max-width: 840px) {
  .director_box figure figcaption p {
    font-size: 1.8rem;
    padding: 0;
    margin-top: 1em;
  }
}
.director_box figure figcaption h5 {
  display: none;
}
@media only screen and (max-width: 840px) {
  .director_box figure figcaption h5 {
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 2.4rem;
    margin-top: 1em;
    letter-spacing: 0.1em;
  }
  .director_box figure figcaption h5 small {
    background-color: #6fc2c3;
    color: #ffffff;
    padding: 0.5em 1em;
    border-radius: 3em;
    font-weight: 100;
    font-size: 1.8rem;
  }
}
.director_box_right {
  width: 55%;
  color: #ffffff;
  background-color: #6fc2c3;
  padding: 3%;
}
@media only screen and (max-width: 840px) {
  .director_box_right {
    width: 100%;
    margin-top: 4%;
    padding: 4%;
    display: none;
  }
}
.director_box_right h3 {
  font-weight: 700;
  font-size: 5.1rem;
}
@media only screen and (max-width: 840px) {
  .director_box_right h3 {
    display: none;
  }
}
.director_box_right h3 rt {
  font-size: 42%;
}
.director_box_right p,
.director_box_right ul {
  font-size: 2.6rem;
  font-weight: 400;
  padding-left: 1em;
  margin-top: 1em;
  line-height: 1.6;
}
@media only screen and (max-width: 840px) {
  .director_box_right p,
.director_box_right ul {
    font-size: 2.4rem;
    padding-left: 0;
  }
}
@media only screen and (max-width: 840px) {
  .director_box_right p {
    margin-top: 0;
  }
}
.director_box_right ul li {
  position: relative;
  padding-left: 1.3em;
}
.director_box_right ul li:nth-of-type(n + 2) {
  margin-top: 0.2em;
}
.director_box_right ul li::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  height: 1.1em;
  width: 1.1em;
  background-color: #ffffff;
  border-radius: 100%;
}
.director_box_right h6 {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 2em;
}
@media only screen and (max-width: 840px) {
  .director_box_right h6 {
    font-size: 3.6rem;
    margin-top: 1.5em;
  }
}
.director_box_right h6::before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  transform: translateY(50%);
  background-color: #ffffff;
  height: 2px;
}
.director_box_right h6 span {
  position: relative;
  padding-right: 1em;
  background-color: #6fc2c3;
}

.map_wrap {
  position: relative;
  padding-bottom: 66%;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 840px) {
  .map_wrap {
    width: 100%;
  }
}
.map_wrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.map h5 {
  text-align: center;
  margin-top: 0.8em;
  font-size: 3.8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 840px) {
  .map h5 {
    font-size: 2.2rem;
  }
}
.map figure {
  margin-top: 6%;
}
.map figure figcaption {
  text-align: center;
  color: #6fc2c3;
  font-weight: 700;
  font-size: 5.5rem;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 840px) {
  .map figure figcaption {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=style.css.map */