@charset "UTF-8";
/* =========================================

break point

========================================= */
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, tr, dt, dd, p, a, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  font-size: 16px;
  letter-spacing: 0.05rem;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, tr, dt, dd, p, a, header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
    font-size: 14px;
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

img {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

table {
  border-spacing: 0;
  empty-cells: show;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  list-style: none;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 14px;
}

p {
  line-height: 1.5;
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* =========================================

break point

========================================= */
.flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex {
    flex-direction: column;
  }
}

.text-sp {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .text-sp {
    text-align: left;
  }
}

.section-padding {
  padding: 80px 20px;
}
@media screen and (max-width: 767px) {
  .section-padding {
    padding: 40px 20px;
  }
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.container-800 {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.text-center {
  text-align: center;
}

.mod-center {
  text-align: center;
}

.mod-hd__h2 {
  text-align: center;
  font-weight: 700;
}
.mod-hd__h2 h2 {
  font-size: 2rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  letter-spacing: 6px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2 h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    letter-spacing: 2px;
  }
}
.mod-hd__h2 h2 span {
  color: #F24478;
}
.mod-hd__h2 .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #25B7AA;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2 .balloon1 {
    font-size: 14px;
    padding: 4px 8px;
  }
}
.mod-hd__h2 .balloon1 p {
  color: #fff;
}
.mod-hd__h2 .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  margin: 0 auto;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #25B7AA;
}
.mod-hd__h2 .balloon1 p {
  margin: 0;
  padding: 0;
}
.mod-hd__h2 .hd-top {
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2 .hd-top {
    margin-bottom: 12px;
  }
}

.mod-hd__h2.white h2 {
  color: #fff;
}
.mod-hd__h2.white h2::after {
  background: #a2a2a2;
}
.mod-hd__h2.white p {
  color: #fff;
}

.mod-hd__h2__under {
  margin-top: 28px;
  padding: 0 20px;
}
.mod-hd__h2__under p {
  line-height: 2;
  font-size: 0.9rem;
}
.mod-hd__h2__under p span {
  display: block;
  font-size: 1rem;
  margin-bottom: 8px;
  font-family: "Shippori Mincho", "Work Sans", serif;
}
.mod-hd__h2__under .mod-hd__h2__under-btn {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .mod-hd__h2__under .mod-hd__h2__under-btn {
    text-align: center;
  }
}
.mod-hd__h2__under .mod-hd__h2__under-btn a {
  position: relative;
  font-size: 0.7rem;
}
.mod-hd__h2__under .mod-hd__h2__under-btn a:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  top: 6px;
  right: -14px;
}

.mod-hd__h2__under.white p {
  color: #fff;
}

.btn a {
  display: inline-block;
  color: #f7f8f8;
  font-size: 0.8rem;
  padding: 15px 48px;
  position: relative;
  background: #1C2023;
  font-family: "Nunito Sans", sans-serif;
}
.btn a:after {
  content: "";
  position: absolute;
  right: 13px;
  top: 17px;
  background-image: url(../images/arrow.svg);
  width: 10px;
  height: 8px;
  background-size: contain;
}

.btn2 {
  text-align: center;
}
.btn2 a {
  display: inline-block;
  color: #f7f8f8;
  max-width: 320px;
  width: 100%;
  padding: 18px 30px;
  position: relative;
  background: #F24478;
  border-radius: 50px;
  box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 767px) {
  .btn2 a {
    max-width: 280px;
  }
}
.btn2 a:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 14px;
  background-image: url(../images/btn_next.png);
  width: 24px;
  height: 24px;
  background-size: contain;
}

.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 30px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mt-30 {
  margin-top: 30px;
}

.page-header {
  position: relative;
  height: 650px;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-header {
    height: 290px;
  }
}

.page-header.onsen {
  background-image: url(../images/onsen/onsen_img_01.jpg);
}

.page-header.rooms {
  background-image: url(../images/rooms/rooms_img_01.jpg);
}

.page-header.cuisine {
  background-image: url(../images/cuisine/cuisine_img_01.jpg);
}

.header-under {
  margin-top: 100px;
  padding: 70px 20px 80px;
}
@media screen and (max-width: 767px) {
  .header-under {
    padding: 26px 20px 20px;
    margin-top: 30px;
  }
}
.header-under .mod-hd__h2 {
  text-align: center;
}

.header-under.page {
  margin-top: 10px;
}

.header-under-img .header-under-img-md {
  margin: 80px 0 30px;
  text-align: center;
}
.header-under-img .header-under-img-md p {
  font-size: 0.8rem;
  letter-spacing: 2px;
}
.header-under-img .header-under-img-md h3 {
  font-size: 1.4rem;
  letter-spacing: 8px;
  margin: 12px 0 8px;
}

/* =========================================

break point

========================================= */
* {
  box-sizing: border-box;
  color: #2e2e2e;
}

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

.container-700 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.items-col {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .items-col {
    flex-direction: column;
  }
}
.items-col .items-col-item {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 767px) {
  .items-col .items-col-item {
    width: 100%;
  }
}

.spnavArea {
  display: none;
}
@media screen and (max-width: 976px) {
  .spnavArea {
    display: block;
  }
}

.spnav {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 550px;
  background: #F5F6F8;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 1001;
  opacity: 0;
  right: -500px;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .spnav {
    max-width: 300px;
  }
}
.spnav .logo {
  position: absolute;
  top: 14px;
  left: 16px;
}
@media screen and (max-width: 767px) {
  .spnav .logo {
    max-width: 190px;
  }
}

.open .spnav {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.spnav-inner {
  padding: 90px 30px 20px 30px;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .spnav-inner {
    flex-direction: column;
    padding: 120px 20px 20px;
  }
}
.spnav-inner ul li {
  padding-left: 24px;
  position: relative;
}
.spnav-inner ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 1px;
  background: #1C2023;
  left: 0;
  top: 10px;
}
.spnav-inner ul li:not(:last-child) {
  margin-bottom: 35px;
}
.spnav-inner ul li a {
  font-size: 1.4rem;
  font-weight: 800;
  font-family: "Nunito Sans", sans-serif;
}
.spnav-inner ul.spnav-inner__under {
  margin-top: 35px;
}
.spnav-inner ul.spnav-inner__under li a {
  font-size: 0.94rem;
}
.spnav-inner .spnav-inner_btn {
  margin-top: 55px;
}
.spnav-inner .spnav-inner_btn a {
  display: block;
}
.spnav-inner .spnav-inner_btn a:not(:last-child) {
  margin-bottom: 15px;
}

.spnav-inner__menu {
  display: flex;
  flex-wrap: wrap;
}
.spnav-inner__menu .spnav-inner__menu__item {
  margin-top: 12px;
  width: 100%;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col {
  margin-top: 8px;
  text-align: center;
  padding: 20px 20px;
  width: 100%;
  background: #f2a039;
}
.spnav-inner__menu .spnav-inner__menu__item .spnav-inner__menu__item__col a {
  color: #1C2023;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle_btn {
  display: block;
  position: relative;
  top: 2px;
  right: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1002;
}
@media screen and (max-width: 767px) {
  .toggle_btn {
    right: 13px;
  }
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #55616A;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn span:nth-child(1) {
  top: 5px;
}

.toggle_btn span:nth-child(2) {
  top: 13px;
}

.toggle_btn span:nth-child(3) {
  bottom: 7px;
}

.open .toggle_btn {
  position: fixed;
  top: 20px;
  right: 20px;
}

.open .toggle_btn span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
  top: 2px;
  background: #55616A;
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn span:nth-child(3) {
  transform: translateY(-10px) rotate(315deg);
  background: #fff;
  background: #55616A;
  bottom: 6px;
}

.toggle_btn__txt {
  position: relative;
  top: 27px;
  color: blue;
  font-size: 0.66rem;
  font-weight: 800;
}

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 1000;
  cursor: pointer;
}

.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
}

.toggle_btn_serch {
  position: relative;
  top: -12px;
  right: 10px;
  width: 94px;
  height: 30px;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .toggle_btn_serch {
    right: -12px;
    top: -8px;
  }
}
.toggle_btn_serch .header-inner-right__contact {
  max-width: 100px;
}

.spnavArea.open .toggle_btn_serch {
  z-index: 1030;
}

.toggle_btn_serch span {
  display: block;
  position: absolute;
  opacity: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #F5F6F8;
  border-radius: 4px;
  transition: all 0.5s;
}

.toggle_btn_serch span:nth-child(1) {
  top: 5px;
}

.toggle_btn_serch span:nth-child(2) {
  top: 13px;
}

.toggle_btn_serch span:nth-child(3) {
  bottom: 7px;
}

.open .toggle_btn_serch {
  display: block;
  position: fixed;
  top: 26px;
  right: 30px;
  width: 36px;
  height: 30px;
}
.open .toggle_btn_serch .header-inner-right__contact {
  display: none;
}
.open .toggle_btn_serch span {
  opacity: 1;
  background-color: #fff;
  transform: translateY(10px) rotate(-315deg);
}

.open .toggle_btn_serch span:nth-child(1) {
  transform: translateY(10px) rotate(-315deg);
  top: 2px;
  background: #55616A;
}

.open .toggle_btn_serch span:nth-child(2) {
  opacity: 0;
}

.open .toggle_btn_serch span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  background: #55616A;
  bottom: 6px;
}

@media screen and (max-width: 767px) {
  #searcherea .spnav {
    max-width: inherit;
  }
}
#searcherea .spnav .spnav-inner {
  display: block;
}
#searcherea .spnav .spnav-inner .spnav-inner-hd h3 {
  color: #1C2023;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 14px;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #searcherea .spnav .spnav-inner .spnav-inner-hd h3 {
    font-size: 1.3rem;
  }
}
#searcherea .spnav .spnav-inner .spnav-inner-hd h3:after {
  content: "";
  position: absolute;
  width: 340px;
  height: 1px;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #searcherea .spnav .spnav-inner .spnav-inner-hd h3:after {
    width: 140px;
  }
}
#searcherea .spnav .spnav-inner .spnav-inner-hd p {
  padding-top: 14px;
  letter-spacing: 10px;
  color: #1C2023;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #searcherea .spnav .spnav-inner .spnav-inner-hd p {
    padding-top: 10px;
    font-size: 10px;
    letter-spacing: 6px;
  }
}

.search_panel form {
  background: none;
  box-shadow: none;
  padding-top: 130px;
  max-width: 630px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .search_panel form {
    padding-top: 40px;
  }
}
.search_panel form section {
  display: flex !important;
  flex-direction: column;
}
.search_panel form section div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .search_panel form section div {
    flex-direction: column;
  }
}
.search_panel form section div label {
  color: #fff !important;
  font-family: "Shippori Mincho", serif !important;
}
@media screen and (min-width: 768px) {
  .search_panel form section div label {
    max-width: 340px;
    width: 340px;
  }
}
.search_panel form section div label.count-picker-label-b478f8 {
  color: #000 !important;
}
.search_panel form section .input-container-width-sm-88e98c {
  width: 450px;
}
@media screen and (min-width: 768px) {
  .search_panel form section .input-container-input-container-da40af {
    margin: 0 10px 60px 0 !important;
  }
}
.search_panel form section .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af .input-container-title-db81ec {
  position: relative;
  top: -5px;
}
.search_panel form section .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af .input-container-title-db81ec:after {
  content: "CHECK IN - CHECK OUT";
  font-family: "Work Sans" !important;
  position: absolute;
  bottom: -24px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .search_panel form section .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af .input-container-title-db81ec:after {
    right: 0;
    margin: auto;
    text-align: center;
  }
}
.search_panel form section .input-container-input-container-da40af .input-container-title-db81ec {
  position: relative;
  top: -5px;
}
.search_panel form section .input-container-input-container-da40af .input-container-title-db81ec:after {
  content: "ROOMS";
  font-family: "Work Sans" !important;
  position: absolute;
  bottom: -24px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .search_panel form section .input-container-input-container-da40af .input-container-title-db81ec:after {
    right: 0;
    margin: auto;
    text-align: center;
  }
}
.search_panel form .search-widget-button-wrapper-d2b715 {
  display: block;
}
.search_panel form .search-widget-button-wrapper-d2b715 button {
  max-width: 300px;
  display: block;
  width: 100%;
  margin: 30px auto 0;
  background: #fff !important;
  color: #1C2023 !important;
  font-family: "Shippori Mincho", serif !important;
}
@media screen and (max-width: 767px) {
  .search_panel form .search-widget-button-wrapper-d2b715 button {
    width: 173px;
  }
}

.search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af.input-container-width-sm-88e98c .input-container-title-db81ec {
  position: relative;
  top: -5px;
}
.search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af.input-container-width-sm-88e98c .input-container-title-db81ec:after {
  content: "GUESTS" !important;
  font-family: "Work Sans" !important;
  position: absolute;
  bottom: -24px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af.input-container-width-sm-88e98c .input-container-title-db81ec:after {
    right: 0;
    margin: auto;
    text-align: center;
  }
}

.search_btn_plan {
  text-align: center;
  margin: 24px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search_btn_plan {
    margin: 4px auto 0;
  }
}
.search_btn_plan a {
  max-width: 300px;
  display: block;
  margin: auto;
  width: 100%;
  border: 1px solid #fff;
  color: #fff;
  padding: 14px 20px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .search_btn_plan a {
    max-width: 173px;
  }
}
.search_btn_plan:hover a {
  background: #5e6c75;
}

.dropdown-dropdown-f4f232 {
  width: 520px !important;
}

.count-picker-count-wrapper-2377dc {
  flex-direction: column;
}

.dropdown-dropdown-f4f232 {
  display: block !important;
}

.dropdown-dropdown-f4f232 {
  left: -150px;
}

@media screen and (max-width: 767px) {
  .input-container-input-container-da40af .input-container-slot-239963 {
    margin-top: 20px;
  }
  .input-container-slot-239963 {
    width: 240px;
  }
  .dropdown-selector-container-ef1ce2 {
    width: 240px;
  }
  .search-widget-two-picker-wrapper-4ca735 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 350px) {
  .mobile-bottom-modal-header-0e2120 {
    font-size: 14px;
  }
}
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 570px !important;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper {
    height: 220px !important;
  }
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  height: 570px !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    height: 220px !important;
  }
}
.swiper-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1010px) {
  .swiper-slide img {
    height: 100%;
  }
}
.swiper-pagination-bullets {
  width: 100px;
}

.swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #fff;
  width: 24px;
  height: 28px;
  font-size: 30px;
}

/* 直線長方形のプログレスバー */
.mySwiper .swiper-pagination-bullet {
  position: relative;
  width: 100px !important;
  height: 2px !important;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
  margin: 0 0 0 0px !important;
}
.mySwiper .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #c3512f;
}
.mySwiper .swiper-pagination-bullet-active::before {
  animation: paginationActive 5s linear forwards;
}
@keyframes paginationActive {
  100% {
    width: 100%;
    opacity: 1;
  }
}
.mySwiper .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  top: -3px;
  left: 0;
  border-radius: 50px;
}

header {
  width: 100%;
  z-index: 999;
}

#fixed-header {
  position: fixed;
  top: -80px;
  width: 100%;
  color: #fff;
  background: #fff;
  box-sizing: border-box;
  transition: 0.5s; /* アニメーションタイミング */
}
@media screen and (max-width: 767px) {
  #fixed-header {
    top: 0;
  }
}
#fixed-header .header-inner {
  max-width: 1415px;
  width: 100%;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 976px) {
  #fixed-header .header-inner {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 767px) {
  #fixed-header .header-inner {
    padding: 10px 10px;
  }
}
#fixed-header .header-inner .header-logo {
  max-width: 320px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #fixed-header .header-inner .header-logo {
    max-width: 200px;
  }
}
#fixed-header .header-inner .header-inner-right {
  display: flex;
  align-items: center;
}
#fixed-header .header-inner .header-inner-right .header-inner-right-pc {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 976px) {
  #fixed-header .header-inner .header-inner-right .header-inner-right-pc {
    display: none;
  }
}
#fixed-header .header-inner .header-inner-right .header-inner-right-pc .menu-globalnavi-container {
  margin-right: 90px;
}
@media screen and (max-width: 1085px) {
  #fixed-header .header-inner .header-inner-right .header-inner-right-pc .menu-globalnavi-container {
    margin-right: 30px;
  }
}
#fixed-header .header-inner .header-inner-right .header-inner-right-pc .menu-globalnavi-container ul {
  display: flex;
}
#fixed-header .header-inner .header-inner-right .header-inner-right-pc .menu-globalnavi-container ul li a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
}
#fixed-header .header-inner .header-inner-right .header-inner-right-pc .menu-globalnavi-container ul li:not(:last-child) {
  margin-right: 50px;
}
@media screen and (max-width: 1085px) {
  #fixed-header .header-inner .header-inner-right .header-inner-right-pc .menu-globalnavi-container ul li:not(:last-child) {
    margin-right: 30px;
  }
}
#fixed-header .header-inner .header-inner-right .header-inner-right-pc .header-inner-btn ul {
  display: flex;
}
#fixed-header .header-inner .header-inner-right .header-inner-right-pc .header-inner-btn ul li:not(:last-child) {
  margin-right: 20px;
}
#fixed-header .header-inner .header-inner-right .header-inner-right-pc .header-inner-btn ul li a {
  display: block;
  font-size: 0.8rem;
  max-width: 220px;
}
#fixed-header .header-inner .header-inner-right .header-inner-right-pc .header-inner-btn ul .tel a {
  position: relative;
  padding: 15px 40px 15px 56px;
}
#fixed-header .header-inner .header-inner-right .header-inner-right-pc .header-inner-btn ul .tel a:before {
  content: "";
  position: absolute;
  left: 36px;
  top: 15px;
  background-image: url(../images/tel.svg);
  width: 12px;
  height: 12px;
  background-size: contain;
}
#fixed-header .header-inner .header-inner-right .header-inner-right-pc .header-inner-btn ul .reservation {
  background: #1C2023;
}
#fixed-header .header-inner .header-inner-right .header-inner-right-pc .header-inner-btn ul .reservation a {
  color: #fff;
}
#fixed-header .header-inner .header-inner-right .header-inner-right__contact {
  max-width: 100px;
  transition: 0.4s;
}
#fixed-header .header-inner .header-inner-right .header-inner-right__contact:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #fixed-header .header-inner .header-inner-right .header-inner-right__contact {
    max-width: 80px;
  }
}
#fixed-header .header-inner .header-inner-right .header-inner-right__contact a img {
  width: 100%;
}

#fixed-header.is-show {
  top: 0;
}

@media screen and (max-width: 767px) {
  .hedaer-menubar {
    display: none;
  }
}
.hedaer-menubar ul {
  background: #C4EBE8;
  display: flex;
  justify-content: center;
}
.hedaer-menubar ul li {
  padding: 12px 0px;
}
.hedaer-menubar ul li:first-child {
  border-left: 1px solid #fff;
}
.hedaer-menubar ul li a {
  padding: 8px 16px;
  border-right: 1px solid #fff;
}

.topics-pickup {
  background: #F5DEDE;
  margin-top: 118px;
  margin-bottom: -160px;
}
@media screen and (max-width: 976px) {
  .topics-pickup {
    margin-top: 86px;
  }
}
@media screen and (max-width: 767px) {
  .topics-pickup {
    margin-top: 50px;
    margin-bottom: -80px;
  }
}
.topics-pickup article {
  padding: 41px 0;
  text-align: center;
}
@media screen and (max-width: 976px) {
  .topics-pickup article {
    padding: 24px 0;
  }
}
@media screen and (max-width: 767px) {
  .topics-pickup article {
    padding: 12px 0;
  }
}
.topics-pickup article a {
  color: #1C2023;
  font-family: "Nunito Sans", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .topics-pickup article a p {
    font-size: 0.9rem;
  }
}
.topics-pickup article a .date {
  font-family: "Nunito Sans", sans-serif;
  margin-right: 30px;
  position: relative;
  top: 2px;
}

.top-hinmoku .top-hinmoku-col {
  margin-top: 40px;
}
.top-hinmoku .top-hinmoku-col .top-hinmoku-item {
  margin-bottom: 20px;
  position: relative;
}
.top-hinmoku .top-hinmoku-col .top-hinmoku-item a {
  display: block;
}
.top-hinmoku .top-hinmoku-col .top-hinmoku-item a img {
  width: 100%;
}
.top-hinmoku .top-hinmoku-col .top-hinmoku-item p {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.1rem;
}
.top-hinmoku .top-hinmoku-col .top-hinmoku-item p:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 18px;
  background-image: url(../images/btn_next.png);
  width: 24px;
  height: 24px;
  background-size: contain;
}

.top-results .top-results-col {
  margin-top: 40px;
}
.top-results .top-results-col .top-results-item {
  border: 2px solid #25B7AA;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-results .top-results-col .top-results-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.top-results .top-results-col .top-results-item a .status {
  background: #25B7AA;
  text-align: center;
  color: #fff;
  padding: 2px;
}
.top-results .top-results-col .top-results-item a .thum {
  height: 214px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top-results .top-results-col .top-results-item a .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-results .top-results-col .top-results-item a .desc {
  padding: 9px 16px 16px 16px;
}
.top-results .top-results-col .top-results-item a .desc .date {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.top-results .top-results-col .top-results-item a .desc .price-col {
  position: relative;
}
.top-results .top-results-col .top-results-item a .desc .disc {
  display: flex;
}
.top-results .top-results-col .top-results-item a .desc .disc:not(:last-child) {
  margin-bottom: 12px;
}
.top-results .top-results-col .top-results-item a .desc .disc .label {
  background: #C4EBE8;
  font-size: 0.9rem;
  padding: 2px 8px;
  margin-right: 12px;
  min-width: 75px;
  text-align: center;
}
.top-results .top-results-col .top-results-item a .desc .disc .price {
  font-weight: bold;
  font-size: 1.5rem;
  color: #F24478;
  position: absolute;
  left: 88px;
  top: -7px;
}

.cta-01 {
  background: linear-gradient(180deg, #fff 0%, #fff 10%, #FFF1A6 10%, #FFF1A6 100%);
}
@media screen and (max-width: 767px) {
  .cta-01 {
    background: #FFF1A6;
    padding: 12px 0;
  }
}
.cta-01 .container {
  max-width: 900px;
}

.cta-02 {
  background: #FFD600;
  padding: 30px 0px;
}
.cta-02 .hd {
  font-size: 1.6rem;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #fff 0%);
  display: inline;
}
@media screen and (max-width: 767px) {
  .cta-02 .hd {
    font-size: 1.4rem;
  }
}
.cta-02 .container {
  max-width: 980px;
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .cta-02 .container {
    margin-top: 16px;
    flex-direction: column;
  }
}
.cta-02 .container .cta-02-item {
  width: calc(50% - 20px);
  border: 2px solid #25B7AA;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cta-02 .container .cta-02-item {
    width: 100%;
  }
  .cta-02 .container .cta-02-item:not(:last-child) {
    margin-bottom: 14px;
  }
}
.cta-02 .container .cta-02-item .label {
  background: #25B7AA;
  text-align: center;
  color: #fff;
  padding: 6px 2px;
  font-weight: bold;
}
.cta-02 .container .cta-02-item .label span {
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
}
.cta-02 .container .cta-02-item .cta-02-btn {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px;
}
.cta-02 .container .cta-02-item .cta-02-btn a {
  max-width: 320px;
  display: block;
}
.cta-02 .container .cta-02-item .cta-02-btn a:not(:last-child) {
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .cta-02 .container .cta-02-item .cta-02-btn a {
    max-width: 260px;
  }
}
.cta-02 .container .cta-02-item .cta-02-btn .cta-02-img {
  max-width: 240px;
  margin-bottom: 20px;
}

.top-colum {
  background: #C4EBE8;
}
.top-colum .container {
  max-width: 1000px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-colum .container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.top-colum .top-colum-item {
  background: #fff;
  border: 2px solid #25B7AA;
  padding: 30px 26px;
  display: flex;
}
.top-colum .top-colum-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-colum .top-colum-item:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .top-colum .top-colum-item {
    flex-direction: column;
    padding: 20px 16px;
  }
}
.top-colum .top-colum-item .top-colum-item-left {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .top-colum .top-colum-item .top-colum-item-left {
    margin-right: 0px;
  }
}
.top-colum .top-colum-item .top-colum-item-right {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-colum .top-colum-item .top-colum-item-right {
    max-width: 320px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.top-colum .top-colum-item .top-colum-item-right .thum {
  height: 200px;
}
.top-colum .top-colum-item .top-colum-item-right .thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-colum .top-colum-item .date {
  font-size: 0.9rem;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .top-colum .top-colum-item .date {
    margin-bottom: 8px;
  }
}
.top-colum .top-colum-item .title {
  color: #25B7AA;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 5px;
}
.top-colum .top-colum-item .content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-colum .top-colum-item .content p {
  font-size: 0.9rem;
}
.top-colum .top-colum-item .tag {
  margin-top: 12px;
}
.top-colum .top-colum-item .tag a {
  font-size: 0.7rem;
  background: #D9D9D9;
  border-radius: 50px;
  padding: 2px 8px 4px 20px;
  position: relative;
}
.top-colum .top-colum-item .tag a:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  background-image: url(../images/icon_tag.png);
  width: 10px;
  height: 10px;
  background-size: contain;
}

.top-point .container {
  margin-top: 30px;
  padding-right: 0px;
  padding-left: 0px;
}
.top-point .top-point-item {
  background: #C4EBE8;
  max-width: 1000px;
  padding: 32px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top-point .top-point-item {
    padding: 22px 10px;
  }
}
.top-point .top-point-item .title {
  background: #1D8E84;
  text-align: center;
  padding: 10px;
}
.top-point .top-point-item .title h3 {
  position: relative;
  display: inline;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .top-point .top-point-item .title h3 {
    display: block;
    font-size: 1.1rem;
    line-height: 1.3;
  }
}
.top-point .top-point-item .title h3 span {
  color: #FFD600;
}
.top-point .top-point-item .title h3:before {
  content: "";
  position: absolute;
  left: -56px;
  top: -4px;
  background-image: url(../images/point_num_01.png);
  width: 40px;
  height: 40px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .top-point .top-point-item .title h3:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    width: 32px;
    height: 32px;
  }
}
.top-point .top-point-item .top-point-item-inner {
  display: flex;
  align-items: center;
  max-width: 660px;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-point .top-point-item .top-point-item-inner {
    flex-direction: column;
    margin-top: 12px;
  }
}
.top-point .top-point-item .top-point-item-inner .top-point-item-left {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .top-point .top-point-item .top-point-item-inner .top-point-item-left {
    margin-right: 0px;
    margin-bottom: 10px;
    padding: 0 12px;
  }
  .top-point .top-point-item .top-point-item-inner .top-point-item-left p {
    font-size: 0.9rem;
  }
}
.top-point .top-point-item .top-point-item-inner .top-point-item-right {
  max-width: 220px;
  width: 100%;
}
.top-point .top-point-item:nth-child(2) {
  background: #EAF0F0;
}
.top-point .top-point-item:nth-child(2) .title h3:before {
  background-image: url(../images/point_num_02.png);
}
@media screen and (min-width: 768px) {
  .top-point .top-point-item:nth-child(2) .top-point-item-left {
    order: 1;
    margin-right: 0px;
  }
  .top-point .top-point-item:nth-child(2) .top-point-item-right {
    order: 0;
    margin-right: 30px;
  }
}
.top-point .top-point-item:nth-child(3) .title h3:before {
  background-image: url(../images/point_num_03.png);
}

.news-top {
  background: #FFD600;
  padding: 30px 0;
}
.news-top .container {
  max-width: 980px;
}

.top-news .container {
  max-width: 1000px;
  border: 2px solid #C4EBE8;
  padding: 20px 32px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .top-news .container {
    padding: 5px 12px;
  }
}
.top-news .container .top-news-item {
  padding: 26px 16px;
  position: relative;
}
.top-news .container .top-news-item:not(:last-child) {
  border-bottom: 1px solid #C4EBE8;
}
.top-news .container .top-news-item:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../images/btn_next_green.png);
  width: 24px;
  height: 24px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .top-news .container .top-news-item:before {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
.top-news .container .top-news-item a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top-news .container .top-news-item a {
    align-items: start;
    flex-direction: column;
  }
}
.top-news .container .top-news-item a .status {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .top-news .container .top-news-item a .status {
    margin-bottom: 8px;
  }
}
.top-news .container .top-news-item a .status .date {
  margin-right: 15px;
}
.top-news .container .top-news-item a .status .cate {
  color: #fff;
  font-size: 0.9rem;
  background: #25B7AA;
  border-radius: 50px;
  padding: 4px 10px;
  min-width: 90px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .top-news .container .top-news-item a .status .cate {
    padding: 2px 6px;
  }
}
.top-news .container .top-news-item a .title {
  padding-right: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .top-news .container .top-news-item a .title {
    line-height: 1.5;
    padding-right: 40px;
    white-space: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.top-voice .container {
  margin-top: 30px;
  max-width: 1000px;
}
.top-voice .container .top-voice-item {
  width: calc(50% - 20px);
  background: #C4EBE8;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .top-voice .container .top-voice-item {
    width: 100%;
  }
}
.top-voice .container .top-voice-item .desc {
  padding: 12px 20px;
}
@media screen and (max-width: 767px) {
  .top-voice .container .top-voice-item .desc {
    padding: 10px 14px;
  }
}
.top-voice .container .top-voice-item .desc span {
  background: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
  padding: 4px;
  display: block;
  font-size: 1.14rem;
}
@media screen and (max-width: 767px) {
  .top-voice .container .top-voice-item .desc span {
    font-size: 0.96rem;
  }
}
.top-voice .container .top-voice-item .desc p {
  line-height: 1.5;
}
.top-voice .container .top-voice-item .desc .name {
  text-align: right;
  margin-top: 4px;
}

.top-topics {
  padding-top: 60px;
}
.top-topics .swiper {
  padding-top: 67px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top-topics .swiper {
    padding-top: 47px;
    padding-bottom: 40px;
  }
}
.top-topics .swiper .swiper-wrapper {
  height: auto !important;
}
.top-topics .swiper .swiper-wrapper .swiper-slide {
  height: auto !important;
}
.top-topics .swiper .swiper-wrapper .swiper-slide img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-topics .swiper .swiper-wrapper .swiper-slide img {
    height: 180px;
  }
}
.top-topics .swiper .swiper-wrapper .swiper-slide p {
  padding: 0 10px;
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: left;
  margin-top: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .top-topics .swiper .swiper-wrapper .swiper-slide p {
    margin-top: 16px;
  }
}
.top-topics .swiper .swiper-pagination-bullet {
  background: #1C2023;
}
.top-topics .swiper-horizontal > .swiper-pagination-bullets, .top-topics .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: 10px;
  right: 0;
  left: inherit;
  width: 100%;
  max-width: 270px;
  height: 20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top-topics .swiper-horizontal > .swiper-pagination-bullets, .top-topics .swiper-pagination-bullets.swiper-pagination-horizontal {
    max-width: 110px;
  }
}

.fv-video {
  margin-top: 63px;
  height: 790px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv-video {
    margin-top: 53px;
    height: 280px;
  }
}
.fv-video video {
  height: 790px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .fv-video video {
    height: 530px;
  }
}

.kv {
  position: relative;
  background-position: center;
  background-size: cover;
  margin-top: 286px;
}
@media screen and (max-width: 767px) {
  .kv {
    margin-top: 80px;
  }
}
.kv .kv-inner {
  background: #25B7AA;
  padding: 40px;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .kv .kv-inner {
    padding: 60px 0px 30px;
  }
}
.kv .kv-inner .kv-inner-img {
  max-width: 1080px;
  margin: 0 auto;
}
.kv .kv-catch-img {
  max-width: 690px;
  width: 100%;
}
.kv .kv-catch-img img {
  width: 100%;
}
.kv .kv-inner-under {
  display: flex;
  justify-content: center;
  padding: 20px;
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 30px;
  right: 10%;
}
@media screen and (max-width: 767px) {
  .scrolldown2 {
    display: none;
  }
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #1C2023;
  font-family: "Nunito Sans", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 2px;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -2px;
  /*丸の形状*/
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #1C2023;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 2.6s ease-in-out infinite, cirlemovehide 2.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 60px;
  }
  100% {
    bottom: -125px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: -70px;
  left: 0;
  /*線の形状*/
  width: 1px;
  height: 230px;
  background: #1C2023;
}

@media screen and (max-width: 767px) {
  .slider-sec.page {
    margin-top: 80px;
  }
}
.slider-sec.page .mod-hd__h2 h2 {
  font-size: 1.4rem;
  letter-spacing: 10px;
}
@media screen and (max-width: 767px) {
  .slider-sec.page .mod-hd__h2 h2 {
    letter-spacing: 5px;
  }
}
.slider-sec.page p.h2-under {
  color: #857B65;
  font-size: 1.04rem;
  letter-spacing: 3px;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .slider-sec.page p.h2-under {
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
.slider-sec.page p.desc {
  font-size: 0.94rem;
  line-height: 2;
}
.slider-sec.page .slider-sec-right {
  padding: 47px 50px 47px 50px;
  max-width: 950px;
}
@media screen and (max-width: 767px) {
  .slider-sec.page .slider-sec-right {
    margin-top: 0px;
    padding: 30px 16px;
  }
}

@media screen and (max-width: 767px) {
  .slider-sec.left {
    margin-top: 30px;
  }
}
.slider-sec.left .autoplay {
  margin-left: auto;
}
.slider-sec.left .autoplay .slick-dots {
  left: initial;
  max-width: 170px;
  right: 40px;
}
.slider-sec.left .slider-sec-right {
  margin-left: initial;
  margin-right: auto;
}

.mt-120 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .mt-120 {
    margin-top: 30px !important;
  }
}

.news {
  padding: 20px 10px;
}
.news p {
  font-size: 0.9rem;
  letter-spacing: 3px;
  color: #f7f8f8;
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}

.googlemaps {
  position: absolute;
  bottom: -220px;
  width: 100%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 844px) {
  .googlemaps {
    margin-top: 52px;
  }
}
@media screen and (max-width: 767px) {
  .googlemaps {
    bottom: -130px;
  }
}
.googlemaps iframe {
  height: 450px;
}
@media screen and (max-width: 767px) {
  .googlemaps iframe {
    height: 280px;
  }
}

footer .footer {
  background: #25B7AA;
  margin: 0 auto;
  padding: 20px 20px 20px;
}
@media screen and (max-width: 767px) {
  footer .footer {
    flex-direction: column;
    padding: 20px 20px 10px;
  }
}
footer .footer .footer-inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer .footer-inner {
    padding-bottom: 12px;
    flex-direction: column;
  }
}
footer .footer .footer-inner .footer-left .logo {
  max-width: 260px;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .footer .footer-inner .footer-left .logo {
    max-width: 170px;
    margin: 0 auto;
  }
}
footer .footer .footer-inner .footer-left .logo a {
  display: block;
}
footer .footer .footer-inner ul.footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 30px;
}
footer .footer .footer-inner ul.footer_nav li:not(:last-child) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer .footer-inner ul.footer_nav li {
    margin-bottom: 20px;
  }
  footer .footer .footer-inner ul.footer_nav li:not(:last-child) {
    margin-right: 18px;
  }
}
footer .footer .footer-inner ul.footer_nav li a {
  color: #fff;
  font-weight: 500;
}
footer .footer-under {
  padding: 20px;
}
footer .footer-under ul {
  display: flex;
  justify-content: end;
}
footer .footer-under ul li {
  color: #fff;
  font-size: 0.9rem;
}
footer .footer-under ul li:not(:last-child) {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  footer .footer-under ul li:not(:last-child) {
    margin-right: 18px;
  }
}
footer .footer-under ul li a {
  font-size: 0.9rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .footer-under ul li a {
    font-size: 0.7rem;
  }
}

footer.results-footer {
  background: #C4EBE8;
}

#tutorial_top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 42px 0px 32px;
  padding: 0 100px;
}
@media screen and (max-width: 767px) {
  #tutorial_top {
    padding: 0 30px;
  }
}

#tutorial_indicator {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
#tutorial_indicator:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #d6ae48;
  top: -3px;
  left: 0;
  border-radius: 50px;
}
#tutorial_indicator:after {
  content: "15:00";
  position: absolute;
  left: -10px;
  bottom: -26px;
  color: #fff;
  font-size: 0.6rem;
}
@media screen and (max-width: 767px) {
  #tutorial_indicator:after {
    writing-mode: vertical-rl;
    left: -1px;
    bottom: -40px;
  }
}

#tutorial_indicator > .indicator {
  position: relative;
  width: 100px;
  height: 1px;
  border-radius: 10px;
  background: #fff;
}
#tutorial_indicator > .indicator:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #fff;
  top: -4px;
  right: 0;
  border-radius: 50px;
  z-index: 2;
}
#tutorial_indicator > .indicator p {
  position: absolute;
  right: -10px;
  bottom: -26px;
  color: #fff;
  font-size: 0.6rem;
}
@media screen and (max-width: 767px) {
  #tutorial_indicator > .indicator p {
    writing-mode: vertical-rl;
    right: -4px;
    bottom: -40px;
  }
}

#tutorial_indicator > .indicator:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-radius: 10px;
  background: #d6ae48;
}

#tutorial_indicator > .indicator.active:after {
  animation: expandIndicatorAnim 2s forwards linear;
}

#tutorial_indicator > .indicator.active.completed:after {
  animation: none;
  width: 100%;
}

#tutorial_indicator > .indicator.active:before {
  background: #d6ae48;
}

#tutorial_content {
  max-height: 343px;
}

#tutorial_content .rect {
  width: 320px;
  height: 343px;
  background: #d6ae48;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

@keyframes expandIndicatorAnim {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.archive-col .archive-cate {
  margin-top: 100px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .archive-col .archive-cate {
    margin-top: 40px;
  }
}
.archive-col .archive-cate ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.archive-col .archive-cate ul li {
  margin: 0 20px 12px 0px;
}
.archive-col .archive-cate ul li a {
  display: block;
  background: #a5a5a5;
  padding: 10px 30px;
  color: #fff;
}
.archive-col .archive-cate ul .current {
  color: #fff;
  background: #1C2023;
}
.archive-col .archive-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .archive-col .archive-list {
    margin-top: 30px;
  }
}
.archive-col .archive-list .archive-list-item {
  width: calc(33% - 24px);
  margin: 0 12px 24px;
}
@media screen and (max-width: 767px) {
  .archive-col .archive-list .archive-list-item {
    width: calc(50% - 24px);
  }
}
.archive-col .archive-list .archive-list-item figure {
  border: 2px solid #ebebeb;
}
.archive-col .archive-list .archive-list-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive-col .archive-list .archive-list-item h3 {
  margin-top: 10px;
  font-size: 1.1rem;
  line-height: 1.3;
}

.news-arcive {
  padding: 100px 20px 100px;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .news-arcive {
    padding: 40px 20px 40px;
  }
}
.news-arcive .news-items .news-items__item {
  margin-bottom: 50px;
}
.news-arcive .news-items .news-items__item .news-items__item__title {
  line-height: 1.8;
}
.news-arcive .news-items .news-items__item .news-items__item--mod {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-arcive .news-items .news-items__item .news-items__item--mod .news-items__item--mod__day {
  font-size: 0.9rem;
  margin-right: 14px;
  position: relative;
  padding-right: 14px;
  font-family: "Nunito Sans", sans-serif;
}
.news-arcive .news-items .news-items__item .news-items__item--mod .news-items__item--mod__day:after {
  content: "|";
  right: -3px;
  top: -1px;
  position: absolute;
  color: #b4b4b4;
}
.news-arcive .news-items .news-items__item .news-items__item--mod .news-items__item--mod__cate {
  font-size: 0.9rem;
}

.single-contents .container {
  max-width: 800px;
}
.single-contents .single-col .single-col__title {
  line-height: 1.5;
  margin-bottom: 20px;
}
.single-contents .single-col .single-col__title--mod .single-col__title__day {
  font-size: 0.8rem;
  margin-bottom: 20px;
}
.single-contents .single-link {
  margin-top: 100px;
  text-align: right;
}

.faq .accordion .accordion_one .accordion_header {
  position: relative;
  padding-left: 50px;
}
.faq .accordion .accordion_one .accordion_header:before {
  content: "Q";
  position: absolute;
  left: 20px;
}
.faq .accordion .accordion_one .accordion_inner {
  padding: 40px 20px;
}
.faq .accordion .accordion_one .accordion_inner .box_one {
  position: relative;
  padding-left: 30px;
}
.faq .accordion .accordion_one .accordion_inner .box_one:before {
  content: "A";
  position: absolute;
  left: 1px;
  top: 5px;
}
.faq .accordion .accordion_one .accordion_inner .box_one .txt_a_ac {
  color: #1C2023;
}

.items {
  max-width: 1000px;
  margin: 0px auto;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .items {
    padding-top: 60px;
  }
}
.items .items-col {
  display: flex;
}
@media screen and (max-width: 767px) {
  .items .items-col {
    flex-direction: column;
    padding: 0 0px;
  }
}
.items .items-col:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .items .items-col:not(:last-child) {
    margin-bottom: 54px;
  }
}
.items .items-col .items-col__img {
  width: 50%;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .items .items-col .items-col__img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .items .items-col .items-col__img .swiper {
    height: 330px;
  }
  .items .items-col .items-col__img .swiper .swiper-slide {
    height: 330px;
  }
  .items .items-col .items-col__img .swiper .swiper-slide img {
    height: 330px;
  }
}
.items .items-col .items-col-desc {
  width: calc(50% - 24px);
}
@media screen and (max-width: 767px) {
  .items .items-col .items-col-desc {
    width: 100%;
    margin-top: 20px;
  }
}
.items .items-col .items-col-desc .items-col-desc__h3-top {
  font-size: 0.9rem;
  margin-bottom: 8px;
  letter-spacing: 2px;
}
.items .items-col .items-col-desc h3 {
  font-size: 1.1rem;
  margin-bottom: 24px;
  letter-spacing: 2px;
}
.items .items-col .items-col-desc .items-col-desc__text {
  margin-bottom: 24px;
  line-height: 1.8;
}
.items .items-col .items-col-desc .items-col-desc-mod p {
  font-size: 0.84rem;
}
.items .items-col .items-col-desc .items-col-desc-mod .items-col-desc-mod__top {
  margin-bottom: 14px;
}
.items .items-col .items-col-desc figure {
  max-width: 340px;
  margin: 0 auto;
  padding: 0 20px 30px;
  text-align: center;
}

.page-under {
  background: #dcdddd;
  padding: 30px 30px;
}
@media screen and (max-width: 767px) {
  .page-under {
    padding: 18px 18px;
  }
}
.page-under table tbody tr {
  display: block;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .page-under table tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
  }
  .page-under table tbody tr:not(:last-child) {
    padding-bottom: 4px;
    border-bottom: 1px solid;
  }
}
.page-under table tbody tr td {
  font-family: "Shippori Mincho", "Work Sans", serif;
  vertical-align: top;
  line-height: 1.5;
  letter-spacing: 2px;
}
.page-under table tbody .tr-md {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .page-under table tbody .tr-md {
    width: 100%;
  }
}
.page-under table tbody .tr-md-2 {
  width: 18%;
}
@media screen and (max-width: 767px) {
  .page-under table tbody .tr-md-2 {
    width: 100%;
  }
}

.page-under.rooms table tbody tr:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
.page-under.rooms table tbody .tr-md {
  width: 34%;
}
.page-under.rooms table tbody .tr-md.mid {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .page-under.rooms table tbody .tr-md.mid {
    width: 100%;
  }
}

.text-min {
  font-size: 0.7rem !important;
  display: inline-block !important;
}

.page-slider {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 90px !important;
}
@media screen and (max-width: 767px) {
  .page-slider {
    margin-top: 20px;
  }
}
.page-slider .slick-slide {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .page-slider .slick-slide {
    height: 220px;
  }
}
.page-slider .slick-slide div {
  height: 500px;
}
@media screen and (max-width: 767px) {
  .page-slider .slick-slide div {
    height: 220px;
  }
}
.page-slider .slick-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.page-slider .slick-dots {
  left: 0;
  bottom: -35px;
}

.page-hd {
  background: linear-gradient(90deg, #25B7AA, #8ACFC9);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 158px 20px 36px;
}
@media screen and (max-width: 767px) {
  .page-hd {
    padding: 70px 20px 16px;
  }
}
.page-hd h2 {
  color: #fff;
  font-size: 1.4rem;
  padding-left: 20px;
  position: relative;
  letter-spacing: 3px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .page-hd h2 {
    font-size: 1.1rem;
    letter-spacing: 2px;
  }
}
.page-hd h2:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2px;
  height: 106%;
  background: #fff;
}
.page-hd .mod-hd__h2 {
  text-align: center;
}
.page-hd .page-hd-desc {
  margin-top: 60px;
  margin-bottom: 70px;
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  .page-hd .page-hd-desc {
    line-height: 2;
    margin-top: 22px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 0.9rem;
  }
}

.page-img {
  background: #55616A;
  padding: 100px 0 200px;
  margin-top: 300px;
}
@media screen and (max-width: 767px) {
  .page-img {
    padding: 100px 0 90px;
    margin-top: 120px;
  }
}
.page-img .container {
  max-width: 1260px;
  padding-left: 0px;
  padding-right: 0px;
}
.page-img .page-img-col {
  margin-top: -270px;
  display: flex;
  justify-content: space-between;
  max-width: 1190px;
  width: 100%;
}
.page-img .page-img-col figure {
  width: calc(25% - 24px);
}
@media screen and (max-width: 1200px) {
  .page-img .page-img-col {
    max-width: 800px;
    width: 95%;
  }
  .page-img .page-img-col figure {
    width: calc(33.33% - 24px);
  }
  .page-img .page-img-col figure:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-img .page-img-col {
    margin-top: -170px;
    max-width: initial;
    width: 80%;
  }
  .page-img .page-img-col figure {
    width: calc(50% - 24px);
  }
  .page-img .page-img-col figure:nth-child(3) {
    display: none;
  }
}
.page-img .page-img-col.top {
  margin-left: auto;
}
.page-img .page-img-col.under {
  margin-top: 100px;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page-img .page-img-col.under {
    margin-top: 40px;
  }
}

.page-main {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .page-main {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.page-main p {
  line-height: 1.8;
  font-family: "Nunito Sans", sans-serif;
}

.contact .contact__txt {
  text-align: center;
  margin-bottom: 80px;
}
.contact .contact__txt span {
  color: #E83E8C;
}

.contact-col {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.contact-col table {
  width: 100%;
}
.contact-col tr {
  width: 100%;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-col tr {
    flex-direction: column;
  }
}
.contact-col tr th {
  width: 46%;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact-col tr th {
    width: 100%;
    margin-bottom: 6px;
  }
}
.contact-col tr td {
  width: 100%;
}
.contact-col input[type=text],
.contact-col input[type=email],
.contact-col input[type=number],
.contact-col input[type=url],
.contact-col input[type=password],
.contact-col input[type=date],
.contact-col textarea,
.contact-col select {
  width: 100%;
  display: block;
  padding: 12px;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #DEE2E6;
  width: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  transition: all 0.4s;
}
.contact-col .emphasis {
  color: #fc5f60;
}
.contact-col .checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  position: relative;
}
.contact-col .checkbox label {
  margin: 0 14px 0 0;
}
.contact-col .checkbox input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 165px;
  position: relative;
  top: 2px;
}
.contact-col .checkbox a {
  position: absolute;
  bottom: 2px;
  margin-left: -54px;
  color: #1C2023;
  text-decoration: underline;
}
.contact-col .checkbox .error {
  position: absolute;
  top: 29px;
}

.error {
  font-size: 82% !important;
  color: #fc5f60 !important;
}

input[type=submit] {
  text-align: center;
  display: inline-block;
  color: #f7f8f8;
  border: none;
  max-width: 320px;
  width: 100%;
  padding: 18px 30px;
  position: relative;
  background: #F24478;
  border-radius: 50px;
  box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 767px) {
  input[type=submit] {
    max-width: 280px;
  }
}
input[type=submit]:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 14px;
  background-image: url(../images/btn_next.png);
  width: 24px;
  height: 24px;
  background-size: contain;
}

.mw_wp_form_complete {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_complete {
    text-align: left;
  }
}

.single-thum {
  max-width: 440px;
  margin: 0 auto 30px;
}
.single-thum img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-cta {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, #FFD600 5%, #FFD600 100%);
}
.footer-cta .container {
  padding: 50px 0 10px;
  position: relative;
}
.footer-cta .container:after {
  content: "";
  position: absolute;
  background-image: url(../images/cta_woman_pic.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .footer-cta .container:after {
    display: none;
  }
}
.footer-cta .container .footer-cta-erea {
  max-width: 810px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.footer-cta .container .hd p {
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-cta .container .hd p {
    max-width: 160px;
  }
}
.footer-cta .container .hd h3 {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.3;
}
.footer-cta .container .footer-cta-col ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 680px;
  justify-content: space-evenly;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .footer-cta .container .footer-cta-col ul {
    margin-top: 16px;
  }
}
.footer-cta .container .footer-cta-col ul li {
  max-width: 320px;
  width: calc(50% - 20px);
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .footer-cta .container .footer-cta-col ul li {
    max-width: 260px;
    width: 100%;
    margin-bottom: 10px;
  }
}
.footer-cta .container .footer-cta-col ul li a {
  display: block;
}

.footer-cta.not-footer {
  background: linear-gradient(180deg, #E4F4F2 0%, #E4F4F2 5%, #FFD600 5%, #FFD600 100%);
}

/*#####       Archives Pagenation      #####*/
#pagenation {
  position: relative;
  overflow: hidden;
}
#pagenation .wp-pagenavi {
  display: flex;
  justify-content: center;
}
#pagenation .pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  left: 50%;
  float: left;
  font-size: 13px;
  line-height: 16px;
}
#pagenation span, #pagenation a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #25B7AA;
}
#pagenation a:hover {
  background: #fff;
  color: #25B7AA;
  border: 1px solid #25B7AA;
}
#pagenation .current {
  padding: 6px 9px 5px 9px;
  background: #fff;
  color: #25B7AA;
  border: 1px solid #25B7AA;
}

.news-page {
  background: #E4F4F2;
}
.news-page .news-comment {
  font-weight: bold;
  text-align: center;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .news-page .news-comment {
    margin: 12px 0;
    font-size: 0.9rem;
  }
}

.archive-col {
  margin-top: 30px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .archive-col {
    flex-direction: column;
  }
}
.archive-col .archive-col-left {
  max-width: 728px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .archive-col .archive-col-left {
    width: 100%;
  }
}
.archive-col .archive-col-left .top-colum {
  background: none;
}
.archive-col .archive-col-right {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .archive-col .archive-col-right {
    margin-left: 0px;
    margin-top: 40px;
  }
}
.archive-col .archive-col-right .archive-box {
  background: #fff;
  border: 2px solid #25B7AA;
  margin-bottom: 30px;
  padding: 20px 10px 20px 20px;
}
@media screen and (max-width: 767px) {
  .archive-col .archive-col-right .archive-box {
    padding: 14px 4px 14px 14px;
  }
}
.archive-col .archive-col-right .archive-box:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .archive-col .archive-col-right .archive-box:not(:last-child) {
    margin-bottom: 12px;
  }
}
.archive-col .archive-col-right .archive-box p {
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 14px;
}
.archive-col .archive-col-right .archive-box ul {
  display: flex;
  flex-wrap: wrap;
}
.archive-col .archive-col-right .archive-box ul li {
  background: #25B7AA;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 50px;
}
.archive-col .archive-col-right .archive-box ul li a {
  padding: 5px 14px;
  color: #fff;
  display: block;
  font-size: 0.9rem;
}
.archive-col .archive-col-right .archive-box ul.tag a {
  font-size: 0.9rem;
  background: #D9D9D9;
  border-radius: 50px;
  padding: 2px 8px 4px 20px;
  position: relative;
  color: #222222;
}
.archive-col .archive-col-right .archive-box ul.tag a:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  background-image: url(../images/icon_tag.png);
  width: 10px;
  height: 10px;
  background-size: contain;
}

.single-colum-item {
  background: #fff;
  border: 2px solid #25B7AA;
  padding: 30px 26px;
}
@media screen and (max-width: 767px) {
  .single-colum-item {
    padding: 20px 16px;
  }
}
.single-colum-item h1 {
  background: #25B7AA;
  color: #fff;
  font-size: 1.14rem;
  padding: 12px 4px;
  margin-bottom: 8px;
}
.single-colum-item h2 {
  font-weight: bold;
  color: #25B7AA;
  padding-bottom: 4px;
  border-bottom: 2px solid #25B7AA;
  font-size: 1.06rem;
  padding: 12px 8px;
  margin-bottom: 8px;
}
.single-colum-item h3 {
  color: #25B7AA;
  font-size: 1rem;
  padding: 4px 4px 4px 8px;
  border-left: 2px dashed #25B7AA;
  margin-bottom: 8px;
}
.single-colum-item .price-col {
  background: #C4EBE8;
  padding: 20px;
  margin-top: 20px;
}
.single-colum-item .price-col .label {
  color: #25B7AA;
  font-weight: bold;
  font-size: 1.1rem;
  padding-bottom: 12px;
  border-bottom: 1px solid #25B7AA;
  margin-bottom: 14px;
}
.single-colum-item .price-col .price {
  display: flex;
  align-items: center;
}
.single-colum-item .price-col .price span {
  margin-right: 12px;
}
.single-colum-item .price-col .price p {
  font-weight: bold;
  font-size: 1.5rem;
  color: #F24478;
}
.single-colum-item .single-cat {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .single-colum-item .single-cat {
    margin-bottom: 6px;
  }
}
.single-colum-item .single-cat .cate {
  color: #fff;
  font-size: 0.9rem;
  background: #25B7AA;
  border-radius: 50px;
  padding: 4px 10px;
  min-width: 90px;
  text-align: center;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .single-colum-item .single-cat .cate {
    padding: 2px 6px;
  }
}
.single-colum-item .single-col__title {
  line-height: 1.3;
  font-weight: bold;
  font-size: 1.3rem;
  border-left: none;
  padding-left: 0px;
}
@media screen and (max-width: 767px) {
  .single-colum-item .single-col__title {
    font-size: 1.12rem;
  }
}
.single-colum-item .thum {
  width: 100%;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .single-colum-item .thum {
    margin: 0 auto;
    margin-top: 16px;
    max-width: 320px;
  }
}
.single-colum-item .thum img {
  width: 100%;
}
.single-colum-item .tag {
  margin-top: 12px;
}
.single-colum-item .tag a {
  font-size: 0.7rem;
  background: #D9D9D9;
  border-radius: 50px;
  padding: 2px 8px 4px 20px;
  position: relative;
}
.single-colum-item .tag a:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  background-image: url(../images/icon_tag.png);
  width: 10px;
  height: 10px;
  background-size: contain;
}
.single-colum-item .single-col__content {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .single-colum-item .single-col__content {
    margin-top: 20px;
  }
}

.results-sec {
  background: #EAF0F0;
}
.results-sec .container {
  max-width: 1000px;
  padding-left: 0px;
  padding-right: 0px;
}
.results-sec .results-col-erea {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.results-sec .results-col-erea .results-col-erea-item {
  background: #fff;
  border: 4px solid #fff;
  width: calc(25% - 14px);
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .results-sec .results-col-erea .results-col-erea-item {
    width: calc(50% - 8px);
    margin-bottom: 8px;
  }
}
.results-sec .results-col-erea .results-col-erea-item p {
  text-align: center;
  padding: 10px 0px;
  line-height: 1.3;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .results-sec .results-col-erea .results-col-erea-item p {
    padding: 6px 4px;
    font-size: 0.8rem;
  }
}

.results-sec.green {
  background: #C4EBE8;
}

.howto-menkyo {
  background: #C4EBE8;
}
.howto-menkyo .menkyo-desc {
  font-weight: normal;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .howto-menkyo .menkyo-desc {
    margin-top: 18px;
  }
}
.howto-menkyo .menkyo-col {
  background: #fff;
  padding: 30px;
  max-width: 620px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .howto-menkyo .menkyo-col {
    padding: 12px;
    margin-top: 10px;
  }
}

.accordion {
  margin: 3em auto 0;
  max-width: 1000px;
}
.accordion .toggle {
  display: none;
}
.accordion .option {
  position: relative;
}
.accordion .option:not(:last-child) {
  margin-bottom: 20px;
}
.accordion .title,
.accordion .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.accordion .title {
  padding: 16px;
  background: #C4EBE8;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .accordion .title {
    padding: 16px 20px 16px 16px;
    line-height: 1.2;
  }
}
.accordion .title::after,
.accordion .title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.5em;
  width: 2px;
  height: 0.75em;
  background-color: #25B7AA;
  transition: all 0.3s;
}
.accordion .title::after {
  transform: rotate(90deg);
}
.accordion .icon {
  display: block;
  width: 28px !important;
  height: 28px !important;
  margin-right: 16px;
}
.accordion .content {
  max-height: 0;
  overflow: hidden;
}
.accordion .content p {
  border: 1px solid #C4EBE8;
  display: flex;
  margin: 0;
  padding: 20px 15px;
  line-height: 1.5;
}
.accordion .toggle:checked + .title + .content {
  max-height: 500px;
  transition: all 1.5s;
}
.accordion .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

.page-step {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .page-step {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .page-step .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.step-col {
  margin-top: 30px;
}
.step-col .step-col-item {
  display: flex;
  align-items: center;
  background: #E4F4F2;
  padding: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step-col .step-col-item {
    flex-direction: column;
  }
}
.step-col .step-col-item:first-child {
  display: block;
}
.step-col .step-col-item:before {
  content: "";
  position: absolute;
  left: 46px;
  top: calc(50% - 30px);
  background-image: url(../images/step_num_01.png);
  width: 60px;
  height: 60px;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .step-col .step-col-item:before {
    width: 40px;
    height: 40px;
    left: -12px;
    top: -18px;
  }
}
.step-col .step-col-item:nth-child(2):before {
  background-image: url(../images/step_num_02.png);
}
.step-col .step-col-item:nth-child(3):before {
  background-image: url(../images/step_num_03.png);
}
.step-col .step-col-item:nth-child(4):before {
  background-image: url(../images/step_num_04.png);
}
.step-col .step-col-item:not(:last-child) {
  margin-bottom: 40px;
}
.step-col .step-col-item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
  background-image: url(../images/step_arrow.png);
  width: 20px;
  height: 20px;
  background-size: contain;
}
.step-col .step-col-item .first-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .step-col .step-col-item .first-inner {
    flex-direction: column;
  }
}
.step-col .step-col-item ul {
  display: flex;
  margin-left: 146px;
  margin-top: 20px;
  flex-wrap: wrap;
  border-bottom: 1px dotted #25B7AA;
  padding-bottom: 14px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .step-col .step-col-item ul {
    justify-content: center;
    margin-top: 18px;
    margin-left: 0px;
    margin-bottom: 14px;
  }
}
.step-col .step-col-item ul li {
  max-width: 260px;
  margin-bottom: 12px;
}
.step-col .step-col-item ul li:not(:last-child) {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .step-col .step-col-item ul li:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 8px;
  }
}
.step-col .step-col-item ul li a {
  display: block;
}
.step-col .step-col-item .step-col-item-left {
  width: 100%;
  padding-left: 146px;
}
@media screen and (max-width: 767px) {
  .step-col .step-col-item .step-col-item-left {
    padding-left: 0px;
    margin-bottom: 12px;
  }
}
.step-col .step-col-item .step-col-item-left h3 {
  color: #25B7AA;
  font-size: 1.3rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .step-col .step-col-item .step-col-item-left h3 {
    margin-top: 4px;
    margin-bottom: 8px;
  }
}
.step-col .step-col-item .step-col-item-left a {
  margin-top: 20px;
  display: block;
  max-width: 260px;
}
@media screen and (max-width: 767px) {
  .step-col .step-col-item .step-col-item-left a {
    margin: 20px auto 0px;
  }
}
.step-col .step-col-item .step-col-item-right {
  max-width: 400px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .step-col .step-col-item .step-col-item-right {
    margin-left: 0px;
  }
}

table tbody tr th {
  background: #f7f7f7;
  border: 1px solid #ddd;
  padding: 22px 30px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  table tbody tr th {
    padding: 14px 10px;
  }
}
table tbody tr td {
  border: 1px solid #ddd;
  padding: 22px 30px;
  line-height: 1.3;
  background: #fff;
}
@media screen and (max-width: 767px) {
  table tbody tr td {
    padding: 14px 10px;
  }
}

.page-company {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-company {
    margin-top: 0px;
  }
}
.page-company .container {
  max-width: 1000px;
  padding-left: 0px;
  padding-right: 0px;
}

.page-info .container {
  max-width: 880px;
  margin-top: 30px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 767px) {
  .page-info .container .items-col {
    flex-direction: unset;
  }
}
.page-info .container .items-col .items-col-item {
  width: calc(50% - 20px);
  margin-bottom: 20px;
}

.googlemap {
  max-width: 800px;
  margin: 60px auto 0px;
  height: 500px;
}
@media screen and (max-width: 767px) {
  .googlemap {
    height: 350px;
    margin-top: 30px;
  }
}

.about-col {
  max-width: 1000px;
  background: #E4F4F2;
  padding: 40px 20px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about-col {
    padding: 20px 12px;
  }
}
.about-col .about-col-inner {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .about-col .about-col-inner {
    padding: 0 14px;
  }
}
.about-col .about-col-inner .about-col-top {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-col .about-col-inner .about-col-top .about-col-top-left span {
  color: #25B7AA;
  font-size: 2.16rem;
  margin-bottom: 8px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .about-col .about-col-inner .about-col-top .about-col-top-left span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 340px) {
  .about-col .about-col-inner .about-col-top .about-col-top-left span {
    font-size: 1.2rem;
  }
}
.about-col .about-col-inner .about-col-top .about-col-top-left p {
  color: #25B7AA;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about-col .about-col-inner .about-col-top .about-col-top-left p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 340px) {
  .about-col .about-col-inner .about-col-top .about-col-top-left p {
    font-size: 0.8rem;
  }
}
.about-col .about-col-inner .about-col-top .about-col-top-right {
  margin-left: 10px;
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .about-col .about-col-inner .about-col-top .about-col-top-right {
    max-width: 70px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 340px) {
  .about-col .about-col-inner .about-col-top .about-col-top-right {
    max-width: 54px;
  }
}
.about-col .about-col-inner .about-col-com {
  margin-top: 10px;
  background: #fff;
  padding: 34px;
}
@media screen and (max-width: 767px) {
  .about-col .about-col-inner .about-col-com {
    padding: 16px 6px;
  }
}
.about-col .about-col-inner .about-col-arrow {
  max-width: 350px;
  margin: 20px auto 0px;
}
@media screen and (max-width: 767px) {
  .about-col .about-col-inner .about-col-arrow {
    max-width: 260px;
    margin: 10px auto 0px;
  }
}
.about-col .about-col-inner ul {
  text-align: center;
  margin-top: 10px;
}
.about-col .about-col-inner ul li {
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-col .about-col-inner ul li {
    max-width: 260px;
  }
}
.about-col .about-col-inner ul li:not(:last-child) {
  margin-bottom: 4px;
}
.about-col .about-col-inner ul li a {
  display: block;
}

.bout-col-under-container.container {
  max-width: 1000px;
  padding: 0px;
}

.about-col-under {
  max-width: 500px;
  margin-left: auto;
  margin-top: 20px;
}

.table_form {
  padding-top: 30px;
  max-width: 920px;
  margin: 0 auto;
}
.table_form table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.table_form th {
  border: none;
  border-bottom: 1px solid #e5eaeb;
  padding: 15px 20px;
  background: #fff;
  text-align: left;
  width: 30%;
  font-size: 0.9rem;
  line-height: 1.4;
}
.table_form td {
  border: none;
  border-bottom: 1px solid #e5eaeb;
  padding: 15px 20px;
}

.zipcode input {
  width: 40% !important;
  margin-bottom: 10px;
}

.address1 input {
  width: 20% !important;
  float: left;
  margin-right: 2%;
}

.address2 input {
  width: 78% !important;
}

.w_10 input {
  width: 15% !important;
  margin-right: 10px;
}

.required {
  display: inline-block;
  background: #C4EBE8;
  font-size: 0.8rem;
  padding: 2px 10px 2px 10px;
  margin-left: 10px;
  border-radius: 10px;
  font-weight: normal;
}

.table_form input, .table_form select, .table_form textarea {
  box-sizing: border-box;
  background: #f7f7f7;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 14px 14px;
  width: 100%;
  font-size: 0.9rem;
  line-height: 1.5;
}

input[type=checkbox] {
  width: auto;
}

.wpcf7-date, .wpcf7-select {
  box-sizing: border-box;
  background: #f5f5f5;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 20px 20px;
  width: 40%;
}

.mw_wp_form .submit {
  max-width: 320px;
  margin: 0 auto;
}
.mw_wp_form .submit input {
  text-align: center;
}
.mw_wp_form .submit input a {
  display: inline-block;
  color: #f7f8f8;
  max-width: 320px;
  width: 100%;
  padding: 18px 30px;
  position: relative;
  background: #F24478;
  border-radius: 50px;
  box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 767px) {
  .mw_wp_form .submit input a {
    max-width: 280px;
  }
}
.mw_wp_form .submit input a:after {
  content: "";
  position: absolute;
  right: 18px;
  top: 14px;
  background-image: url(../images/btn_next.png);
  width: 24px;
  height: 24px;
  background-size: contain;
}

.wpcf7c-elm-step1 {
  background: #D81919;
  color: #FFF;
  border: none;
  height: 50px;
  width: 250px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 1.3rem;
}

.wpcf7c-btn-back {
  background: #354342;
  color: #FFF;
  border: none;
  height: 50px;
  width: 250px;
  cursor: pointer;
  font-size: 1.3rem;
  border-radius: 4px;
  margin-right: 10px;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7-list-item-label {
  padding-right: 10px;
}

.submit {
  text-align: center;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .table_form table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
  }
  .table_form th {
    display: block;
    border-bottom: none;
    padding: 0;
    padding-bottom: 8px;
    background: #fff;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }
  .table_form td {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5eaeb;
    padding: 0;
    box-sizing: border-box;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .zipcode {
    display: block;
  }
  .zipcode input {
    width: 75% !important;
    margin-bottom: 10px;
  }
  .address1 input {
    width: 30% !important;
    float: none;
    margin-right: 0px;
  }
  .address2 input {
    width: 100% !important;
    margin-top: 10px;
  }
  .w_10 input {
    width: 15% !important;
    margin-right: 10px;
  }
  .required {
    display: inline-block;
    padding: 2px 10px 2px 10px;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: normal;
  }
  .table_form input, .table_form select, .table_form textarea {
    box-sizing: border-box;
    background: #f7f7f7;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 10px 10px;
    width: 100%;
    height: 13vw;
    font-size: 0.9rem;
    line-height: 1.5;
  }
  input[type=checkbox] {
    width: auto;
  }
  .wpcf7-textarea {
    height: 50vw !important;
  }
  .wpcf7-date {
    box-sizing: border-box;
    background: #f5f5f5;
    border: 1px solid #CCC;
    border-radius: 3px;
    padding: 20px 20px;
    width: 40%;
  }
  .wpcf7-submit {
    background: #D81919;
    color: #FFF;
    border: none;
    height: 50px;
    width: 70%;
    cursor: pointer;
    font-size: 5vw;
    border-radius: 4px;
    margin-left: 0px;
  }
  .wpcf7c-elm-step1 {
    background: #D81919;
    color: #FFF;
    border: none;
    height: 50px;
    width: 70%;
    cursor: pointer;
    border-radius: 4px;
    font-size: 5vw;
  }
  .wpcf7c-btn-back {
    background: #354342;
    color: #FFF;
    border: none;
    height: 50px;
    width: 70%;
    cursor: pointer;
    font-size: 5vw;
    border-radius: 4px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .wpcf7-not-valid-tip {
    margin-top: 10px;
  }
  .wpcf7-list-item-label {
    padding-right: 10px;
  }
  .submit p {
    text-align: center !important;
  }
  div.wpcf7 .ajax-loader {
    display: none !important;
  }
  input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
  }
  span.wpcf7-list-item input[type=checkbox] {
    margin-right: 8px;
  }
}
.page-contact .contact-read {
  margin: 30px;
}
@media screen and (max-width: 767px) {
  .page-contact .contact-read {
    margin: 20px 0;
    font-weight: normal;
    font-size: 0.84rem;
  }
}

.not-td input {
  background: none;
  border: none;
  padding-left: 0px;
  padding-bottom: 0px;
}

.company-policy {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .company-policy {
    margin-top: 40px;
  }
}
.company-policy h3 {
  color: #25B7AA;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .company-policy h3 {
    margin-bottom: 20px;
  }
}
.company-policy p {
  max-width: 800px;
  margin: 0 auto;
}

.submit p input:first-child {
  margin-bottom: 20px;
}/*# sourceMappingURL=style.css.map */