@charset "UTF-8";
/*
共通
------------------------------*/
body {
  color: #393838;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  text-align: left;
  width: 100%;
}
main{
  overflow-x: hidden;
}
.heebo {
  font-family: "Heebo", sans-serif;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
p,
a {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
  color: #393838;
}
.exbold {
  font-weight: 800;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.-aic {
  align-items: center;
}
.-jcsb {
  justify-content: space-between;
}
.-jcsa {
  justify-content: space-around;
}
.-jcc {
  justify-content: center;
}
.-fdrr {
  flex-direction: row-reverse;
}
.contents {
  max-width: 1080px;
  margin: 0 auto;
}
.big-contents {
  max-width: 94%;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
a:hover,
.top-news__ttl:hover {
  opacity: 0.8;
}
a img:hover {
  opacity: 0.8;
}
img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.w50 {
  width: 50%;
}
.big-text {
  font-size: 150%;
  padding-right: 2px;
  font-weight: bold;
  padding-left: 2px;
}
.po-ab {
  position: absolute;
}
.po-re {
  position: relative;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.f-bold {
  font-weight: bold;
}
.f-white {
  color: #fff;
}
.f-blue {
  color: #608eb4;
}
.f-11 {
  font-size: 13px;
}
/*
ヘッダー
------------------------------*/
.header-wrap {
  margin: 34px 0;
}
.header-logo {
  width: 60px;
}
.big-contents {
  width: 95%;
  margin: 0 auto;
  position: relative;
}
.language-wrap {
  position: absolute;
  top: -20px;
  right: 20px;
}
.header-nav_inner {
  margin: 0 24px;
}
.language-inner {
  margin: 0 7px;
}
.language-inner_text {
  font-size: 13px;
  position: relative;
}
.language-inner_text::after {
  content: "";
  position: absolute;
  top: 0.1em;
  left: -7px;
  width: 1px;
  background: #ccc;
  height: 1.1em;
}
.language-inner:first-child .language-inner_text::after {
  display: none;
}
.header-nav_link {
  font-family: "Heebo", sans-serif;
}
.header-nav_link.active {
  font-weight: 500;
}
/* span.language-inner_text{
    color:#608EB4;
    font-weight:bold;
} */
.header-nav_link.active {
  color: #608eb4;
}
a.language-inner_text {
  color: #ccc;
}
/*
mv
------------------------------*/
.mv {
  padding: 70px 0 0;
}
.mv-ttl {
  color: #1d1d1d;
  font-size: 72px;
  font-weight: bold;
  position: relative;
  top: 20px;
}
.mv-text {
  color: #1d1d1d;
  position: relative;
  top: 1.5em;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}
.mv-text_white {
  color: #fff;
}
.mv-img {
  position: relative;
}
.mv-img::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
/*
section共通
------------------------------*/
.ttl-before {
  position: relative;
}
.ttl-before::before {
  content: "";
  font-size: 200px;
  font-weight: 500;
  color: rgba(244, 248, 252, 0.8);
  font-family: "Heebo", sans-serif;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: -1;
}
.sec-ttlbox {
  margin-bottom: 48px;
  flex-wrap: nowrap;
}
.sec-ttl {
  font-family: "Heebo", sans-serif;
  padding-left: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  margin-right: 113px;
}
.sec-ttl::before {
  content: "";
  width: 12px;
  height: 2px;
  background: url("../img/ttl-before.png");
  background-size: 100% 100%;
  position: absolute;
  top: 11px;
  left: 0;
}
.sec-ttl.f-white::before {
  background: #fff;
}
.sec-text {
  font-size: 18px;
}
/*
recommended
------------------------------*/
.recommended {
  padding: 150px 0;
}
.recommended.ttl-before::before {
  content: "RECOMMENDED";
}
.recommended-textbox,
.recommended-imgbox {
  width: 50%;
}

.recommended-textbox .recommended-text {
  width: 90%;
}
.recommended-img {
  margin-bottom: 80px;
  position: relative;
  box-shadow: 2px 4px 30px rgba(96, 142, 180, 0.08);
}
.recommended-imgtext {
  position: absolute;
  background: #fff;
  left: 0;
  bottom: 0;
  padding: 25px 0 25px 30px;
  width: 75%;
  color: #608eb4;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
}
.recommended-img::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -5px;
  width: 136px;
  height: 179px;
  background: url("../img/reco01.png");
  background-size: 100% 100%;
}
.recommended-img:nth-child(2)::before {
  background: url("../img/reco02.png");
  background-size: 100% 100%;
}
.recommended-img:nth-child(3)::before {
  background: url("../img/reco03.png");
  background-size: 100% 100%;
}
.recommended-img:nth-child(4)::before {
  background: url("../img/reco04.png");
  background-size: 100% 100%;
}
.recommended-img:nth-child(5)::before {
  background: url("../img/reco05.png");
  background-size: 100% 100%;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/*
reason
------------------------------*/
.reason {
  background: url("../img/bg-reason.png");
  background-size: cover;
  padding: 96px 0 56px;
}
.reason-inner {
  background: #fff;
  box-shadow: 2px 4px 30px rgba(96, 142, 180, 0.08);
  width: 31%;
  margin-right: 3.5%;
  padding: 48px 30px;
  text-align: center;
  margin-bottom: 40px;
}
.reason-inner:nth-of-type(3n) {
  margin-right: 0;
}
.reason-inner_num {
  font-size: 40px;
  color: #608eb4;
}
.reason-inner_num::after {
  content: "";
  background: url("../img/num-after.png");
  width: 24px;
  height: 4px;
  display: block;
  margin: 0 auto 32px;
}
.reason-inner_img img {
  width: auto;
  height: 86px;
  margin: 0 auto 30px;
}
.reason-inner_ttl {
  color: #608eb4;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.reason-inner_text {
  font-size: 18px;
  text-align: justify;
  text-justify: inter-ideograph;
}
/*
flow
------------------------------*/
.flow {
  padding: 150px 0;
}
.flow.ttl-before::before {
  content: "FLOW";
}
.flow-wrap {
  margin-bottom: 50px;
}
.flow-inner {
  box-shadow: 2px 4px 30px rgba(96, 142, 180, 0.08);
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 60px;
  position: relative;
}
.flow-inner:nth-of-type(3n) {
  margin-right: 0;
}
.flow-inner_textbox {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
}
.flow-inner_num {
  width: 31%;
  height: 48px;
  background: url("../img/bg-flownum.jpg");
  background-size: cover;
  text-align: center;
  padding: 11px 0;
  font-size: 18px;
  color: #fff;
}
.flow-inner_ttl {
  width: 69%;
  color: #608eb4;
  font-size: 20px;
  padding-top: 9px;
  font-weight: bold;
  padding-left: 24px;
}
.price-box {
  background: #f6f9fd;
  padding: 48px 140px;
}
.price-box_ttl {
  color: #608eb4;
  text-align: center;
  margin-bottom: 35px;
}
.price-box_list {
  margin-bottom: 2px;
}
.price-box_listwrap {
  width: 100%;
}
.price-box_listttl {
  margin-right: 2px;
  width: 72%;
  background: #fff;
  padding: 24px 0 0 32px;
  font-size: 18px;
  font-weight: bold;
}
.price-boxt_listtext {
  background: #fff;
  padding: 24px 0;
  text-align: center;
  width: calc(28% - 2px);
  font-size: 20px;
  font-weight: bold;
  color: #608eb4;
}
.price-box_listttl02 {
  display: block;
  color: #666666;
  font-size: 13px;
  font-weight: 400;
}
/*
staff
------------------------------*/
.staff {
  padding: 150px 0;
}
.staff.ttl-before::before {
  content: "STAFF";
}
.staff-inner {
  width: 35%;
  margin: 0 40px;
  position: relative;
}
.staff-inner_img {
  margin-bottom: 24px;
}
.staff-inner_name {
  margin-bottom: 10px;
  left: 16px;
  color: #666;
  font-size: 22px;
  font-weight: bold;
}
.staff-inner_text {
  color: #666666;
  text-align: justify;
  text-justify: inter-ideograph;
}
/*
instagram
------------------------------*/
.instagram {
  padding: 150px 0;
}
.instagram.ttl-before::before {
  content: "INSTAGRAM";
}
.sec-more_link {
  text-decoration: underline;
  color: #608eb4;
  padding-right: 20px;
}
.sec-more_link::after {
  content: "";
  background: url("../img/arrow.png");
  width: 24px;
  height: 22px;
  background-size: 100% 100%;
  position: absolute;
}
.sec-more_link:hover {
  color: #608eb4;
  opacity: 0.7;
}
/*
access
------------------------------*/
.access {
  background: #608eb4;
}
.map,
.access-wrap {
  width: 50%;
}
.access-wrap {
  padding: 127px 80px;
}
.access-subttl {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.access-text {
  color: #fff;
}
.access-tel {
  display: block;
  margin: 25px 0 40px;
  color: #fff;
}
.access-numttl {
  font-size: 18px;
}
.access-num {
  font-size: 36px;
}
.access-timetable {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.access-time_ttl {
  color: #fff;
  background: #43adc9;
  text-align: center;
  width: 9%;
  padding: 17px 0;
}
.access-time_ttl:first-child {
  width: calc(26%);
}
.access-time_subttl {
  color: #666666;
  padding: 13px 0;
  text-align: center;
  background: #fff;
}
.access-time_text {
  padding: 13px 0;
  text-align: center;
  background: #fff;
}
.access-time_bikou {
  color: #fff;
}
.access-timetable th,
.access-timetable td {
  word-break: break-word;
  text-align: center;
  padding: 4px 2px;
  font-size: 14px;
}

@media (max-width: 480px) {
  .access-timetable th,
  .access-timetable td {
    padding: 2px 1px;
    font-size: 11px;
  }
}
/*
reserve
------------------------------*/
.reserve {
  background: #1d1d1d;
  padding: 160px;
}
.form-wrap {
  max-width: 934px;
  margin: 0 auto;
}
.form-flexbox {
  width: 100%;
}
.form-ttl {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 23px 0;
  margin-bottom: 40px;
}
.form-ttl p{
  color: #fff;
}
.form-item {
  width: 80%;
  margin-bottom: 40px;
}
.form-item input,
.form-item select,
.form-item textarea {
  padding: 23px;
  width: 100%;
  border: 1px solid #cccccc;
}
.kome {
  font-size: 14px;
  color: rgb(238, 82, 82);
}
.form-btn input {
  background: -moz-linear-gradient(left, #608eb4, #43adc9);
  background: -webkit-linear-gradient(left, #608eb4, #43adc9);
  background: linear-gradient(to right, #608eb4, #43adc9);
  width: 100%;
  padding: 25px 0;
  color: #fff;
  font-weight: bold;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 18px;
}
.form-btn input:hover {
  opacity: 0.8;
}
/*
footer
------------------------------*/
footer {
  background: #1d1d1d;
  padding: 20px 0;
}
.copyright {
  text-align: center;
  color: #999999;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrapper {
    overflow-x: hidden;
  }
  .contents {
    max-width: 94%;
  }
  .header-wrap {
    margin-bottom: 0;
  }
  .language-wrap {
    right: 0;
  }
  .mv {
    padding-top: 0;
  }
  .mv-ttl {
    font-size: 36px;
    top: 30px;
  }
  .mv-text {
    font-size: 16px;
    top: 3em;
  }
  .recommended,
  .reason,
  .flow,
  .staff,
  .instagram,
  .reserve {
    padding: 70px 0;
  }
  .reserve {
    padding-bottom: 0;
  }
  .recommended-textbox,
  .recommended-img {
    margin-bottom: 30px;
  }
  .ttl-before::before {
    font-size: 50px;
    top: 10px;
  }
  .recommended-textbox,
  .recommended-imgbox,
  .recommended-textbox .recommended-text {
    width: 100%;
  }
  .sec-ttl {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }
  .sec-text {
    width: 100%;
    font-size: 16px;
  }
  .recommended-imgtext {
    font-size: 15px;
    width: 80%;
    padding: 15px 0 15px 15px;
  }
  .sec-ttlbox {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .reason-inner {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }
  .flow-inner {
    width: 100%;
    margin-right: 0;
  }
  .price-box {
    padding: 20px;
  }
  .price-box_ttl {
    margin-bottom: 20px;
  }
  .price-box_listttl {
    width: 80%;
    font-size: 16px;
    padding: 15px 0 0 10px;
  }
  .price-boxt_listtext {
    width: calc(20% - 2px);
    font-size: 18px;
    padding: 15px 0;
  }
  .staff-inner {
    width: 100%;
    margin: 0 auto;
  }
  .staff-inner:first-child {
    margin-bottom: 30px;
  }
  .sec-more_link {
    text-align: right;
    display: block;
    margin: 0 0 0 auto;
  }
  .map,
  .access-wrap,
  .form-wrap {
    width: 100%;
    max-width: 100%;
  }
  .access-wrap {
    padding: 30px 15px;
  }
  .access-tel {
    margin: 15px 0 20px;
  }
  .access-time_ttl,
  .access-time_subttl,
  .access-time_text {
    padding: 5px 0;
  }
  .access-time_subttl,
  .access-time_bikou {
    font-size: 14px;
  }
  .form-ttl {
    width: 100%;
    margin-bottom: 0px;
    padding: 10px 0;
  }
  .form-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .form-item input,
  .form-item select,
  .form-item textarea {
    padding: 10px;
  }
  .form-btn input {
    padding: 20px 0;
  }
  /* burger */
  #nav-toggle {
    position: absolute;
    top: 23px;
    right: 10px;
    height: 20px;
    cursor: pointer;
  }
  #nav-toggle div {
    position: relative;
    width: 25px;
  }
  #nav-toggle div span {
    width: 100%;
    height: 2px;
    left: 0;
    display: block;
    background: #608eb4;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle div span:nth-child(1) {
    top: 0;
  }
  #nav-toggle div span:nth-child(2) {
    top: 7px;
  }
  #nav-toggle div span:nth-child(3) {
    top: 14px;
  }
  #nav-toggle div:hover {
    opacity: 0.8;
  }
  .open #nav-toggle span {
    background: #fff;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 7px;
    transform: rotate(30deg);
  }
  .open #nav-toggle span:nth-child(3) {
    top: 7px;
    transform: rotate(-30deg);
  }
  .open #nav-toggle span:nth-child(2) {
    display: none;
  }
  #nav-toggle {
    z-index: 1000;
  }
  .header-nav {
    background: #608eb4;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    font-size: 29px;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    width: 100%;
    padding-bottom: 80px;
  }
  .header-nav a {
    display: flex;
    text-decoration: none;
    padding: 20px 0 20px 40px;
    transition: color 0.6s ease;
  }
  .header-nav a:hover {
    color: #666;
  }
  .header-nav ul li:hover {
    background: rgba(0, 102, 221, 0.05);
  }
  .header-nav ul {
    list-style: none;
    width: 92%;
    margin: 0 auto;
    padding-top: 80px;
  }
  .header-nav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
    width: 100%;
  }
  .header-nav_link {
    color: #fff;
  }
  .header-nav_link.active {
    color: #fff;
  }
  /* open */
  .open {
    overflow: hidden;
  }
  .open .header-nav {
    visibility: visible;
    opacity: 1;
  }
  .open .header-nav li {
    opacity: 1;
    transform: translateX(0);
    text-align: left;
  }
  .open .header-logo {
    z-index: 1;
  }
  span.hum-en {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    display: inline-block;
    width: 60%;
    color: #0066dd;
  }
  span.hum-ja {
    font-size: 16px;
    line-height: 32px;
    display: inline-block;
    width: 40%;
    color: #fff;
  }
}
#scrollToTopBtn {
    display: none; /* 初期状態では非表示 */
    position: relative;
    bottom: 80px;
    right: 0;
    z-index: 99;
    width: 40px;
    height: 40px;
    border: solid 1px #fff;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 40px 0 auto;
}

#scrollToTopBtn::before,
#scrollToTopBtn::after {
    content: '';
    display: block;
    width: 10px; /* 矢印の幅 */
    height: 2px; /* 矢印の高さ */
    background-color: #fff; /* 矢印の色を白に */
    position: absolute;
    transition: background-color 0.2s ease;
}
#scrollToTopBtn::before {
    transform: rotate(45deg); /* 45度回転 */
    top: 18px; /* 矢印の位置調整 */
    left: 17px; /* 矢印の位置調整 */
}

#scrollToTopBtn::after {
    transform: rotate(-45deg); /* -45度回転 */
    top: 18px; /* 矢印の位置調整 */
    left: 11px; /* 矢印の位置調整 */
}


#scrollToTopBtn:hover{
    opacity:0.7;
}
    @media screen and (max-width: 768px){
      #scrollToTopBtn {
          display: none; /* 初期状態では非表示 */
          position: relative;
          bottom: 0px;
          right: 0;
          z-index: 99;
          width: 40px;
          height: 40px;
          border: solid 1px #fff;
          outline: none;
          background-color: transparent;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          margin:0 3% 0 auto;
      }
    }

.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-response-output{
  color:#fff!important;
  margin:0;
}
