@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.6.3/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url(https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round|Material+Icons+Sharp|Material+Icons+Two+Tone);
/* ==========================================================================
   Foundation
========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  box-sizing: content-box;
}

select::-ms-expand {
  display: none;
}

em {
  font-style: normal;
}

main {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 980px) {
  html {
    font-size: 50%;
  }
}

body {
  min-width: 980px;
  background: #fff;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}

.is-hidden {
  display: none;
}

.pc-hidden {
  display: none;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

@media only screen and (max-width: 980px) {
  .sp-hidden {
    display: none;
  }
  .pc-hidden {
    display: block;
  }
  body {
    min-width: 0;
  }
  .sp-scroll {
    width: 100%;
    overflow-x: auto;
  }
}
/* ==========================================================================
   Common
========================================================================== */
/* Title関連
---------------------------------------------------------- */
.title_cont {
  text-align: center;
  color: #2B6C70;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.3em;
  margin: 0 auto 56px;
  white-space: nowrap;
}
.title_cont span {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  color: #333;
  display: block;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 980px) {
  .title_cont {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 32px;
  }
  .title_cont span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.title_middle {
  text-align: left;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  padding-bottom: 16px;
  margin: 0 auto 40px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}
@media only screen and (max-width: 980px) {
  .title_middle {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 8px;
    margin-bottom: 24px;
  }
}

.title_sub {
  text-align: left;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  margin-bottom: 24px;
}
@media only screen and (max-width: 980px) {
  .title_sub {
    font-size: 20px;
    font-size: 2rem;
  }
}

.lead {
  font-size: 2rem;
  line-height: 2;
  padding: 0 0 50px;
  text-align: center;
  font-weight: bold;
  color: #bf9c46;
}
@media only screen and (max-width: 980px) {
  .lead {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0;
  }
}

.text {
  font-size: 1.8rem;
  line-height: 1.8;
  color: #333;
}
@media only screen and (max-width: 980px) {
  .text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.cap {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #333;
}
@media only screen and (max-width: 980px) {
  .cap {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

a[href*="tel:"] {
  color: #3DC0C8;
}
@media only screen and (min-width: 980px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a[href*="mailto:"] {
  color: #3DC0C8;
}

/* text関連
---------------------------------------------------------- */
.txtXxlarge {
  font-size: 3rem;
}
@media only screen and (max-width: 980px) {
  .txtXxlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.txtXlarge {
  font-size: 2.4rem;
}
@media only screen and (max-width: 980px) {
  .txtXlarge {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.txtLarge {
  font-size: 2rem;
}
@media only screen and (max-width: 980px) {
  .txtLarge {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.txtNormal {
  font-size: 1.6rem;
}
@media only screen and (max-width: 980px) {
  .txtNormal {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.txtSmall {
  font-size: 1.4rem;
}
@media only screen and (max-width: 980px) {
  .txtSmall {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.txtXsmall {
  font-size: 1.2rem;
}
@media only screen and (max-width: 980px) {
  .txtXsmall {
    font-size: 10px;
    font-size: 1rem;
  }
}

.txtXxsmall {
  font-size: 1rem;
}
@media only screen and (max-width: 980px) {
  .txtXxsmall {
    font-size: 10px;
    font-size: 1rem;
  }
}

.txtBold {
  font-weight: bold;
}

/* margin,padding関連
---------------------------------------------------------- */
.mT_base {
  margin-top: 80px !important;
}
@media only screen and (max-width: 980px) {
  .mT_base {
    margin-top: 40px !important;
  }
}

.mB_base {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 980px) {
  .mB_base {
    padding-bottom: 40px !important;
  }
}

.mT_half {
  margin-top: 40px !important;
}
@media only screen and (max-width: 980px) {
  .mT_half {
    margin-top: 24px !important;
  }
}

.mB_half {
  margin-bottom: 40px;
}
@media only screen and (max-width: 980px) {
  .mB_half {
    margin-bottom: 24px;
  }
}

.pT_base {
  padding-top: 80px !important;
}
@media only screen and (max-width: 980px) {
  .pT_base {
    padding-top: 40px !important;
  }
}

.pB_base {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 980px) {
  .pB_base {
    padding-bottom: 40px !important;
  }
}

.pT_half {
  padding-top: 40px !important;
}
@media only screen and (max-width: 980px) {
  .pT_half {
    padding-top: 24px !important;
  }
}

.pB_half {
  padding-bottom: 40px;
}
@media only screen and (max-width: 980px) {
  .pB_half {
    padding-bottom: 24px;
  }
}

/* layout関連
---------------------------------------------------------- */
.main {
  position: relative;
}
.wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  .wrapper {
    max-width: 90%;
  }
}

.clm2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.clm2 > div {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 980px) {
  .clm2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- flex-start;
    justify-content: -webkit- flex-start;
    justify-content: flex-start;
    align-items: -ms- flex-start;
    align-items: -webkit- flex-start;
    align-items: flex-start;
  }
  .clm2 > div {
    width: 100%;
  }
}

.table_01 {
  border-left: #fff 1px solid;
  border-top: #fff 1px solid;
  width: 100%;
}
.table_01 + .table_01 {
  margin-top: 40px;
}
@media only screen and (max-width: 980px) {
  .table_01 + .table_01 {
    margin-top: 24px;
  }
}
.table_01 tbody th, .table_01 tbody td {
  padding: 16px;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: middle;
  border-right: #fff 1px solid;
  border-bottom: #fff 1px solid;
}
.table_01 tbody th span, .table_01 tbody td span {
  font-size: 1.4rem;
}
@media only screen and (max-width: 980px) {
  .table_01 tbody th, .table_01 tbody td {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 4px;
  }
  .table_01 tbody th span, .table_01 tbody td span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.table_01 tbody th {
  background: #2B6C70;
  color: #fff;
  text-align: left;
  width: 40%;
}
.table_01 tbody td {
  background: #f5f5f5;
  text-align: left;
  width: 60%;
}

/* btn関連
---------------------------------------------------------- */
.pagetop {
  position: fixed;
  bottom: 80px;
  right: -100px;
  z-index: 999;
}

.btn_contact, .btn_reserv {
  width: 360px;
  font-size: 2rem;
  font-weight: 700;
  background: #3DC0C8;
  position: relative;
  color: #fff;
  text-decoration: none;
  display: block;
  border-radius: 8px;
  padding: 24px;
  font-size: 1.8rem;
  transition: all 0.2s ease-in;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
@media only screen and (max-width: 980px) {
  .btn_contact, .btn_reserv {
    padding: 16px;
    width: 80%;
  }
}
.btn_contact:hover, .btn_reserv:hover {
  opacity: 0.7;
}

.btn_reserv {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.btn_reserv::before {
  content: "\ef42";
  font-family: "Material Icons";
  font-size: 2.4rem;
  margin-right: 8px;
}

/* inview
---------------------------------------------------------------------------*/
.fade-mv {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}

.fade-mv.mv {
  opacity: 1;
  transform: translateY(0);
}

.fade-mv_x {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: opacity, transform;
}
@media only screen and (max-width: 980px) {
  .fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}

.fade-mv_x.mv_x {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 980px) {
  .fade-mv_x.mv_x {
    transform: translateX(0);
    transform: translateY(0);
  }
}

li:nth-child(2n).fade-mv_x {
  transform: translateX(100px);
}
@media only screen and (max-width: 980px) {
  li:nth-child(2n).fade-mv_x {
    transform: translateX(0);
    transform: translateY(60px);
  }
}
li:nth-child(2n).mv_x {
  opacity: 1;
  transform: translateX(0px);
}

/* floatingバナー
---------------------------------------------------------- */
#floating {
  position: fixed;
  top: auto;
  right: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  bottom: 50px;
  padding: 16px 24px;
  border-radius: 16px 0 0 16px;
  z-index: 999;
  opacity: 0;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.5);
  background: #fff;
}
#floating .tel {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
#floating .tel::before {
  content: "\e0b0";
  font-family: "Material Icons";
  font-size: 3.4rem;
  color: #3DC0C8;
}
#floating .tel_num {
  text-align: center;
  margin: 0 auto 16px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #2B6C70;
}
#floating.fade_off {
  opacity: 0;
  transition: all 1s;
}
#floating.fade_off .btn_close {
  display: none;
}
#floating.fade_on {
  opacity: 1;
  display: block;
}
#floating.fade_on .btn_close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  z-index: 99;
  display: block;
}
#floating a {
  transition: all 0.2s;
}
#floating a.hover {
  opacity: 0.7;
}
#floating a img {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  #floating {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    margin: 0 5%;
    border-radius: 8px 8px 0 0;
    z-index: 9;
    padding: 8px 24px 16px;
    box-shadow: 5px 0 8px rgba(0, 0, 0, 0.5);
    width: 90%;
    display: flex;
  }
  #floating.fade_on {
    display: flex;
    flex-wrap: nowrap;
    justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    width: 90%;
  }
  #floating.fade_on .btn_close {
    top: -10px;
    right: -20px;
  }
  #floating > div {
    margin: 0 16px 0 0;
    width: 40%;
    text-align: center;
  }
  #floating .tel, #floating .tel_num {
    text-align: center;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #floating .tel {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #floating .tel::before {
    font-size: 22px;
    font-size: 2.2rem;
  }
  #floating a {
    width: 60%;
  }
}

/* ==========================================================================
   Header
========================================================================== */
.kv {
  width: 100%;
  aspect-ratio: 15/7;
  position: relative;
  background: url(../images/img_kv.png) no-repeat center top/cover;
  padding: 40px 18%;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .kv {
    aspect-ratio: auto;
    height: auto;
    background: url(../images/img_kv_sp.png) no-repeat center top/cover;
    padding: 40px 0;
    width: 100%;
  }
}
.kv .logo {
  width: clamp(164px, 30%, 330px);
  margin-bottom: 40px;
}
.kv .copy {
  font-size: 2.8571428571vw;
  font-weight: bold;
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 40px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: left;
}
.kv .copy span {
  font-size: 3.5714285714vw;
  display: block;
}
@media only screen and (max-width: 980px) {
  .kv .copy {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 5% 24px;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  }
  .kv .copy span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.kv .kv_text {
  width: 72%;
  text-align: left;
}
.kv .kv_text li {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 40px;
  padding: 12px 32px 12px 67px;
  text-align: left;
  font-size: 1.6666666667vw;
  font-family: "Noto Serif JP", sans-serif;
  position: relative;
  display: block;
}
.kv .kv_text li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  background: url(../images/icon_golf.png) no-repeat center top/cover;
  display: block;
  width: 35px;
  height: 35px;
}
.kv .kv_text li + li {
  margin-top: 16px;
}
.kv .kv_text li:nth-child(2n) {
  margin: 16px 0 0 40px;
}
.kv .kv_text li:nth-child(1n) {
  width: calc(100% - 40px);
}
.kv .kv_text li span {
  font-size: 2.0833333333vw;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 0.5em; /* 線の太さ */
  text-decoration-color: rgba(61, 192, 200, 0.4); /* 線の色 */
  text-underline-offset: -0.2em; /* 線の位置。テキストに重なるようにやや上部にする */
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media only screen and (max-width: 980px) {
  .kv .kv_text {
    width: 90%;
    margin: 0 auto;
  }
  .kv .kv_text li {
    border-radius: 50px;
    padding: 8px 16px 8px 60px;
    font-size: 20px;
    font-size: 2rem;
    min-height: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- flex-start;
    justify-content: -webkit- flex-start;
    justify-content: flex-start;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    line-height: 0.6;
    background: rgba(255, 255, 255, 0.85);
  }
  .kv .kv_text li span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .kv .kv_text li:nth-child(2n) {
    margin: 16px 0 0;
  }
  .kv .kv_text li:nth-child(1n) {
    width: 100%;
  }
}

.nav {
  position: sticky;
  top: 0px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  z-index: 999;
}
.nav .mainnav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  height: 80px;
}
@media only screen and (max-width: 980px) {
  .nav .mainnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- center;
    justify-content: -webkit- center;
    justify-content: center;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    height: auto;
    z-index: 99;
  }
}
.nav .mainnav li:last-child {
  margin-right: 0;
}
.nav .mainnav li a {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  height: 80px;
  padding: 0 16px;
}
.nav .mainnav li a:hover {
  opacity: 0.7;
  background: #efefef;
}
.nav .mainnav li a::after {
  content: "\e313";
  font-size: 1.8rem;
  font-family: "Material Icons";
  margin-left: 8px;
}
@media only screen and (max-width: 980px) {
  .nav .mainnav li a {
    font-size: 12px;
    font-size: 1.2rem;
    height: 40px;
    padding: 0 8px;
  }
  .nav .mainnav li a::after {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 0;
  }
}

/* ==========================================================================
  features
========================================================================== */
.features {
  padding: 80px 0 40px;
  text-align: center;
  background: url(../images/bg_feature.png) no-repeat center top/cover;
}
@media only screen and (max-width: 980px) {
  .features {
    padding: 40px 0 24px;
    background: url(../images/bg_feature_sp.png) no-repeat 80% top/cover;
  }
}
.features .feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- stretch;
  align-items: -webkit- stretch;
  align-items: stretch;
}
.features .feature_list li {
  width: calc(33.3333333333% - 40px);
  margin: 0 40px 40px 0;
  background: #fff;
  border-radius: 8px;
}
.features .feature_list li:nth-child(3n), .features .feature_list li:last-child {
  margin: 0 0 40px 0;
}
.features .feature_list li .title_feature {
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
  color: #fff;
  background: #2B6C70;
  position: relative;
  padding: 8px 0;
  overflow: hidden;
  line-height: 1.2;
  min-height: 55px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  z-index: 1;
}
.features .feature_list li .title_feature::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 112px;
  height: 50px;
  display: block;
  background: url(../images/icon_features.png) no-repeat center top;
  z-index: -1;
}
.features .feature_list li .text {
  padding: 24px;
  text-align: left;
}
@media only screen and (max-width: 980px) {
  .features .feature_list li {
    width: 100%;
    margin: 0 auto 24px;
  }
  .features .feature_list li:nth-child(3n), .features .feature_list li:last-child {
    margin: 0 0 24px 0;
  }
  .features .feature_list li .text {
    padding: 16px;
  }
}

/* ==========================================================================
  staff
========================================================================== */
.staff {
  padding: 80px 0;
  text-align: center;
  background: #fff;
}
@media only screen and (max-width: 980px) {
  .staff {
    padding: 40px 0 0;
  }
}
.staff .staff_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.staff .staff_list li {
  width: calc(50% - 40px);
  margin: 0 40px 80px 0;
}
.staff .staff_list li:nth-child(2n) {
  margin: 0 0 80px 0;
}
.staff .staff_list .text {
  color: #333;
  text-align: left;
}
.staff .staff_list .staff_prof {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  margin-bottom: 24px;
}
.staff .staff_list .staff_prof dt {
  width: 200px;
  margin: 0 24px 0 0;
}
.staff .staff_list .staff_prof dt img {
  width: 100%;
}
.staff .staff_list .staff_prof dd {
  text-align: left;
}
.staff .staff_list .staff_prof dd .name {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: bold;
  margin-bottom: 16px;
}
.staff .staff_list .staff_prof dd .name span {
  display: block;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
.staff .staff_list .staff_prof dd .week {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.staff .staff_list .staff_prof dd .week span {
  background: #2B6C70;
  display: inline-block;
  padding: 4px;
  font-size: 1.4rem;
  color: #fff;
  margin-right: 8px;
}
@media only screen and (max-width: 980px) {
  .staff .staff_list li {
    width: calc(50% - 8px);
    margin: 0 16px 40px 0;
  }
  .staff .staff_list li:nth-child(2n) {
    margin: 0 0 40px 0;
  }
  .staff .staff_list .staff_prof {
    display: block;
    margin-bottom: 16px;
  }
  .staff .staff_list .staff_prof dt {
    width: 100%;
    margin: 0;
  }
  .staff .staff_list .staff_prof dd .name {
    font-size: 20px;
    font-size: 2rem;
    margin: 8px 0;
  }
  .staff .staff_list .staff_prof dd .name span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .staff .staff_list .staff_prof dd .week {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .staff .staff_list .staff_prof dd .week span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/* ==========================================================================
  lesson
========================================================================== */
.lesson {
  padding: 0 0 120px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-end;
  align-items: -webkit- flex-end;
  align-items: flex-end;
}
.lesson .lesson_box {
  background: #fff;
  border-radius: 8px;
  padding: 40px 56px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  margin: 0 0 -40px -80px;
}
.lesson .lesson_box .text {
  text-align: left;
  margin: 0 auto 40px;
}
.lesson .lesson_box a {
  display: block;
  transition: all 0.2s ease-in;
}
.lesson .lesson_box a img {
  width: 100%;
}
.lesson .lesson_box a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 980px) {
  .lesson {
    padding: 0 0 40px;
    display: block;
  }
  .lesson img {
    width: 100%;
  }
  .lesson .lesson_box {
    width: 90%;
    padding: 24px;
    margin: -20px auto 0;
  }
  .lesson .lesson_box .text {
    margin: 0 auto 24px;
  }
}

/* ==========================================================================
  Howto
========================================================================== */
.howto {
  padding: 80px 0;
  background: #f5f5f5;
}
@media only screen and (max-width: 980px) {
  .howto {
    padding: 40px 0;
    background-size: cover;
  }
}
.howto .price {
  font-size: 3.2rem;
  font-weight: bold;
  color: #2B6C70;
  margin: 24px 0;
  background: #fff;
  text-align: center;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
}
@media only screen and (max-width: 980px) {
  .howto .price {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 16px 0;
  }
}
.howto dt .cap {
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  .howto dt {
    text-align: center;
  }
  .howto dt .cap {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.howto .flow_list li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  background: #fff;
  padding: 24px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 980px) {
  .howto .flow_list li {
    padding: 16px;
    margin-bottom: 16px;
  }
}
.howto .flow_list li span {
  background: #2B6C70;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-right: 16px;
  padding: 5px 10px;
}
@media only screen and (max-width: 980px) {
  .howto .flow_list li span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 8px;
    padding: 3px 6px;
  }
}
.howto .flow_list li .flow_title {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 980px) {
  .howto .flow_list li .flow_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.howto .flow_list li .text {
  margin-top: 24px;
}
@media only screen and (max-width: 980px) {
  .howto .flow_list li .text {
    margin-top: 16px;
  }
}

.content_wrap {
  margin: 0 auto 80px;
}
@media only screen and (max-width: 980px) {
  .content_wrap {
    margin: 0 auto 40px;
  }
}

.content_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
}
.content_box dt, .content_box dd {
  width: calc(50% - 40px);
}
@media only screen and (max-width: 980px) {
  .content_box {
    display: block;
  }
  .content_box dt, .content_box dd {
    width: 100%;
  }
  .content_box dt {
    margin: 0 0 40px;
  }
}

.reserv_area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  padding: 24px 0;
  margin-top: 40px;
  gap: 80px;
}
@media only screen and (max-width: 980px) {
  .reserv_area {
    display: block;
    padding: 16px 0;
    margin-top: 24px;
    gap: 0;
  }
}
.reserv_area .tel {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- center;
  justify-content: -webkit- center;
  justify-content: center;
  align-items: -ms- center;
  align-items: -webkit- center;
  align-items: center;
}
.reserv_area .tel span {
  font-size: 3.4rem;
  font-weight: bold;
  color: #2B6C70;
}
.reserv_area .tel::before {
  content: "\e0b0";
  font-family: "Material Icons";
  font-size: 4rem;
  color: #3DC0C8;
}
@media only screen and (max-width: 980px) {
  .reserv_area .tel {
    font-size: 18px;
    font-size: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: -ms- center;
    justify-content: -webkit- center;
    justify-content: center;
    align-items: -ms- center;
    align-items: -webkit- center;
    align-items: center;
    margin: 0 auto;
  }
  .reserv_area .tel span {
    font-size: 28px;
    font-size: 2.8rem;
    width: 100%;
    text-align: center;
  }
  .reserv_area .tel::before {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.reserv_area .btn_line {
  width: 280px;
  transition: all 0.2s ease-in;
  display: block;
}
.reserv_area .btn_line img {
  width: 100%;
}
.reserv_area .btn_line:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 980px) {
  .reserv_area .btn_line {
    width: 80%;
    margin: 16px auto 0;
  }
}

/* ==========================================================================
  price
========================================================================== */
.price {
  padding: 80px 0;
  background: #fff;
}
@media only screen and (max-width: 980px) {
  .price {
    padding: 40px 0;
  }
  .price .text_box {
    margin: 0 auto 24px;
  }
}
.price .price_box .cap {
  text-align: right;
  margin-top: 8px;
}

/* ==========================================================================
  access
========================================================================== */
.access {
  padding: 80px 0;
  background: #f5f5f5;
}
.access .map_area {
  margin: 0 auto 40px;
}
.access .table_01 {
  border-left: #f5f5f5 1px solid;
  border-top: #f5f5f5 1px solid;
}
.access .table_01 th, .access .table_01 td {
  border-right: #f5f5f5 1px solid;
  border-bottom: #f5f5f5 1px solid;
}
.access .table_01 td {
  background: #fff;
}
@media only screen and (max-width: 980px) {
  .access {
    padding: 40px 0;
  }
  .access .map_area {
    margin: 0 auto 24px;
  }
}

/* ==========================================================================
  news
========================================================================== */
.news {
  padding: 80px 0;
  background: #fff;
}
@media only screen and (max-width: 980px) {
  .news {
    padding: 20px 0 50px;
  }
}
.news .title_cont {
  width: 30%;
  text-align: left;
  margin-bottom: 0;
}
.news .news_list {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 980px) {
  .news .news_list {
    width: 80%;
    margin-top: 24px;
  }
}
.news .news_list li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: -ms- flex-start;
  justify-content: -webkit- flex-start;
  justify-content: flex-start;
  align-items: -ms- flex-start;
  align-items: -webkit- flex-start;
  align-items: flex-start;
  text-align: left;
}
.news .news_list li + li {
  margin: 24px 0 0;
}
.news .news_list li span {
  display: block;
  margin-right: 24px;
}
@media only screen and (max-width: 980px) {
  .news .news_list li {
    display: block;
  }
  .news .news_list li span {
    margin: 0 0 8px 0;
  }
}

/* ==========================================================================
   privacy
========================================================================== */
.privacy .kv {
  aspect-ratio: 16/1;
  position: relative;
  background: url(../images/img_kv.png) no-repeat center top/cover;
  margin-bottom: 40px;
}

#privacy {
  padding-bottom: 40px;
}
#privacy h3 {
  font-size: 2rem;
  padding-bottom: 20px;
}
#privacy .text {
  font-size: 1.6rem;
  padding-bottom: 20px;
}
#privacy a {
  color: #000;
  text-align: center;
  font-size: 1.6rem;
  padding-bottom: 20px;
}

/* ==========================================================================
  contact
========================================================================== */
.contact {
  padding: 80px 0;
  background: #2B6C70;
  text-align: center;
}
.contact .title_cont, .contact .title_cont span, .contact .text, .contact a {
  color: #fff;
}
.contact a {
  display: inline-block;
  margin-top: 40px;
}
@media only screen and (max-width: 980px) {
  .contact {
    padding: 40px 0;
  }
  .contact a {
    margin-top: 24px;
  }
}

/* ==========================================================================
   footer
========================================================================== */
footer {
  width: 100%;
  padding: 40px 0;
  background: #333;
  color: #fff;
  text-align: center;
}
footer .footer__logo {
  max-width: 200px;
  margin: 0 auto 24px;
}
footer .footer__logo img {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  footer {
    padding: 24px 0 100px;
  }
  footer .footer__logo {
    max-width: 120px;
  }
}

/* modal */
.modalImg {
  background: #fff;
  pointer-events: none;
}
@media only screen and (max-width: 980px) {
  .modalImg {
    pointer-events: auto;
  }
}
.modalImg img {
  transition: opacity 0.3s linear;
}
.modalImg:hover img {
  opacity: 0.8;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

#modalClone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#modalClone.is-active {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
}
#modalClone.is-active img {
  width: auto;
  height: 100vh;
  max-width: none;
}

.modalMenu {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 500;
}

#modalSearch,
#modalClose {
  padding: 10px;
  color: #fff;
  font-size: 16px;
}

#modalSearch .fa-search-plus,
#modalSearch .fa-search-minus {
  display: none;
}
#modalSearch .fa-search-plus.is-active,
#modalSearch .fa-search-minus.is-active {
  display: block;
}

.pc-hidden {
  display: none;
}
@media only screen and (max-width: 980px) {
  .pc-hidden {
    display: block !important;
  }
}

.sp-hidden {
  display: block;
}
@media only screen and (max-width: 980px) {
  .sp-hidden {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */