@charset "UTF-8";
/*============================
	全ページ共通 CSS
============================*/
#top_contents .top_btn a {
  font-weight: 700;
  font-size: 18px;
  opacity: 1;
  transition: all 0.3s;
}

#top_contents .top_btn a:hover {
  color: #00c3cd;
}

#top_contents .top_btn a span {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 80px;
  height: 1em;
}

#top_contents .top_btn a span::before,
#top_contents .top_btn a span:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #4d4640;
  content: "";
  transform: translateY(-50%);
}

#top_contents .top_btn a span:after {
  width: 0;
  background-color: #00c3cd;
  transition: all 0.5s;
}

#top_contents .top_btn a:hover span:after {
  width: 100%;
}

/* ------------------------------
	header
------------------------------ */
.header .inner {
  position: relative;
}

.header h1 {
  position: absolute;
  top: 80px;
  z-index: 10;
}

@media (max-width: 1040px) {
  .header h1 {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .header h1 {
    top: 20px;
    max-width: 140px;
  }
}
.drawer-hamburger {
  z-index: 35 !important;
  width: 30px !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background: #4d4640;
}

.drawer-nav {
  z-index: 30 !important;
  padding: 50px 15px;
  background: #f9f6f5 !important;
  line-height: 1.5 !important;
}

.drawer-menu {
  padding: 0 !important;
  text-align: center;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.drawer-menu li:nth-of-type(n + 2) {
  margin-top: 20px;
}

.drawer-menu-item {
  padding: 0 !important;
  color: #00c3cd !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.drawer-menu-item span {
  display: block;
  margin-top: 5px;
  color: #4d4640 !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
}

.drawer-btn {
  margin-top: 30px;
  letter-spacing: 0;
  font-size: 12px;
}

.drawer-btn li:nth-of-type(n + 2) {
  margin-top: 10px;
}

.drawer-btn li a {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  height: 30px;
  color: #fff;
}

.drawer-btn01 {
  background-color: #00c3cd;
}

.drawer-btn02 {
  background-color: #d4ab37;
}

.drawer-btn03 {
  background-color: #4cc764;
}

.drawer-btn04 {
  background-color: #585351;
}

.drawer-btn li a img {
  margin-right: 6px;
  width: 1em;
}

.drawer-sns {
  margin-top: 20px;
  max-width: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ------------------------------
	footer
------------------------------ */
.footer {
  padding: 150px 0 40px;
  background: url(../img/bg_wood.jpg);
}

@media (max-width: 1040px) {
  .footer {
    padding: 100px 0 20px;
  }
}
.footer .footer_info {
  margin-bottom: 135px;
}

@media (max-width: 1040px) {
  .footer .footer_info {
    margin-bottom: 150px;
  }
}
.footer .flex__footer_info .flex__item {
  width: 48%;
}

@media (max-width: 1040px) {
  .footer .flex__footer_info .flex__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .flex__footer_info .flex__item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
.footer .flex__footer_info .footer_map {
  position: relative;
}

.footer .flex__footer_info .footer_map .twomin {
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 180px;
  height: 180px;
  border-radius: 100px;
  background-color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .footer .flex__footer_info .footer_map .twomin {
    top: -60px;
    left: -30px;
    width: 150px;
    height: 150px;
  }
}
.footer .flex__footer_info .footer_map .twomin span {
  color: #00c3cd;
  font-size: 25px;
}

.footer .flex__footer_info .footer_map .gmap {
  position: relative;
  overflow: hidden;
  padding-top: 430px;
  width: 100%;
}

.footer .flex__footer_info .footer_map .gmap iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
}

.footer .flex__footer_info .footer_time {
  padding: 40px 60px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .footer .flex__footer_info .footer_time {
    padding: 20px;
  }
}
.footer .flex__footer_info02 {
  margin-top: 70px;
  font-size: 15px;
}

@media (max-width: 767px) {
  .footer .flex__footer_info02 {
    display: block;
  }
}
.footer .flex__footer_info02 .footer_info02-logo {
  margin-right: 50px;
}

@media (max-width: 767px) {
  .footer .flex__footer_info02 .footer_info02-logo {
    margin: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer .flex__footer_info02 .footer_info02-txt {
    margin-top: 40px;
  }
}
.footer .flex__footer_info02 .footer_info02-txt p:nth-of-type(n + 2) {
  margin-top: 0.5em;
}

.footer .flex__footer_info02 .footer_info02-txt p.font-en {
  font-size: 1.2em;
}

.footer .footer__sns {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 50px;
  justify-content: center;
}

.footer .footer__sns a {
  max-width: 60px;
}

@media (max-width: 767px) {
  .footer .footer__sns {
    gap: 30px;
    margin-top: 20px;
  }
  .footer .footer__sns a {
    max-width: 40px;
  }
}
.footer .footer__copy {
  margin-top: 80px;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .footer .footer__copy {
    margin-top: 40px;
    font-size: 10px;
  }
}
/* ------------------------------
	footer_sticky
------------------------------ */
.footer .footer_sticky.fixed {
  position: fixed;
  bottom: 0;
  z-index: 50;
  padding: 20px 0;
  width: 100%;
  background-color: #f9f6f5;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .footer .footer_sticky.fixed {
    padding: 0;
  }
}
.footer .js-pagetop {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 100;
  transform: translateY(-50%);
  display: none;
}

@media (max-width: 1040px) {
  .footer .js-pagetop {
    top: 0;
  }
}
@media (max-width: 767px) {
  .footer .js-pagetop {
    top: -40px;
    width: 50px;
  }
}
.footer .footer_sticky.fixed .js-pagetop {
  display: block;
}

@media (max-width: 767px) {
  .footer .footer_sticky .inner {
    padding: 0;
  }
}
.footer .footer_sticky p.footer_lead {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .footer .footer_sticky p.footer_lead {
    display: none;
  }
}
.footer .footer_sticky .flex__footer_sticky {
  margin-top: 10px;
  color: #fff;
}

@media (max-width: 767px) {
  .footer .footer_sticky .flex__footer_sticky {
    margin: 0;
  }
}
.footer .footer_sticky .flex__footer_sticky .flex__item {
  position: relative;
  width: calc(33.3% - 20px);
  height: 60px;
}

@media (max-width: 1040px) {
  .footer .footer_sticky .flex__footer_sticky .flex__item {
    width: calc(33.3% - 6.6666666667px);
  }
}
@media (max-width: 767px) {
  .footer .footer_sticky .flex__footer_sticky .flex__item {
    width: 33.3%;
    height: 50px;
  }
}
.footer .footer_sticky .flex__footer_sticky .sticky-tel {
  background-color: #00c3cd;
  font-size: 22px;
}

@media (max-width: 767px) {
  .footer .footer_sticky .flex__footer_sticky .sticky-tel p {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer .footer_sticky .flex__footer_sticky .sticky-tel span {
    font-size: 16px;
  }
}
.footer .footer_sticky .flex__footer_sticky .sticky-net {
  background-color: #d4ab37;
}

@media (max-width: 767px) {
  .footer .footer_sticky .flex__footer_sticky .sticky-net {
    font-size: 14px;
  }
}
.footer .footer_sticky .flex__footer_sticky .sticky-line {
  background-color: #4cc764;
}

@media (max-width: 767px) {
  .footer .footer_sticky .flex__footer_sticky .sticky-line {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .footer_sticky .flex__footer_sticky .sticky-net p span,
  .footer .footer_sticky .flex__footer_sticky .sticky-line p span {
    display: none;
  }
}
.footer .footer_sticky .flex__footer_sticky .flex__item a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s;
}

.footer .footer_sticky .flex__footer_sticky .flex__item a:hover {
  background-color: #95806e;
}

.footer .footer_sticky .flex__footer_sticky .flex__item img {
  margin-right: 10px;
  width: 1.2em;
  height: auto;
}

@media (max-width: 767px) {
  .footer .footer_sticky .flex__footer_sticky .flex__item img {
    margin-right: 5px;
    width: 1em;
  }
}
/* ------------------------------
	time_table
------------------------------ */
.time_table {
  padding: 40px 80px;
  width: 600px;
  background-color: #f9f6f5;
}

@media (max-width: 1040px) {
  .time_table {
    padding: 30px 70px;
  }
}
@media (max-width: 1040px) {
  .time_table {
    padding: 20px 20px;
  }
}
.time_table h2 {
  text-align: center;
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 767px) {
  .time_table h2 {
    font-size: 14px;
  }
}
.time_table h2 span {
  display: block;
  margin-top: 10px;
  color: #d4ab37;
  text-transform: uppercase;
  font-size: 22px;
}

@media (max-width: 767px) {
  .time_table h2 span {
    font-size: 18px;
  }
}
.time_table .table__hours {
  margin-top: 17px;
  width: 100%;
  text-align: center;
}

.time_table tr {
  border-top: 1px solid #d1cbc6;
}

.time_table tr:last-of-type {
  border-bottom: 1px solid #d1cbc6;
}

.time_table th {
  padding: 25px 0;
  width: 16.6666666667%;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 767px) {
  .time_table th {
    padding: 10px 0;
  }
}
.time_table td {
  padding: 25px 0;
}

@media (max-width: 767px) {
  .time_table td {
    padding: 10px 0;
  }
}
.time_table td.gold {
  color: #d4ab37;
}

.time_table td.green {
  color: #00c3cd;
}

.time_table .time_table-txt {
  margin: 20px auto 0;
  max-width: 500px;
}

@media (max-width: 767px) {
  .time_table .time_table-txt {
    margin: 10px auto 0;
  }
}
.time_table .time_table-txt01,
.time_table .time_table-txt02,
.time_table .time_table-txt03 {
  padding: 10px;
}

.time_table .time_table-txt p {
  line-height: 1.2;
}

.time_table .time_table-txt01 {
  text-align: right;
}

.time_table .time_table-txt01 .gold {
  margin-right: 10px;
  color: #d4ab37;
}

.time_table .time_table-txt02 .green {
  margin-right: 10px;
  color: #00c3cd;
}

.time_table .time_table-txt03 span {
  font-size: 0.9em;
}

/*============================
	TOPページ CSS
============================*/
/* ------------------------------
	共通パーツ
------------------------------ */
#top_contents .ttl-01 span {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 300;
  font-size: 100px;
  font-family: "Cinzel", serif;
  line-height: 1;
}

@media (max-width: 1040px) {
  #top_contents .ttl-01 span {
    margin-top: 0;
    font-size: 50px;
  }
}
/* ------------------------------
	mv
------------------------------ */
#top_contents .mv {
  position: relative;
  height: 1100px;
}

@media (max-width: 1040px) {
  #top_contents .mv {
    height: 900px;
  }
}
@media (max-width: 767px) {
  #top_contents .mv {
    height: 100vh;
  }
}
#top_contents .mv:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -5;
  width: 60%;
  height: 100%;
  background: url(../img/bg_wood.jpg) repeat right 60% center/cover;
  content: "";
}

@media (max-width: 767px) {
  #top_contents .mv:before {
    top: -60px;
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  #top_contents .mv .inner__large {
    padding: 0 0 0 5%;
  }
}
#top_contents .mv .mv__link_area {
  position: relative;
  z-index: 2;
  align-items: center;
  padding: 20px 0;
  height: 100px;
}

@media (max-width: 767px) {
  #top_contents .mv .mv__link_area {
    display: none;
  }
}
#top_contents .mv .mv__link_area .mv__link-tel {
  margin-right: 35px;
  font-size: 32px;
}

@media (max-width: 1040px) {
  #top_contents .mv .mv__link_area .mv__link-tel {
    font-size: 24px;
  }
}
#top_contents .mv .mv__link_area .mv__link-net {
  background-color: #d4ab37;
}

#top_contents .mv .mv__link_area .mv__link-line {
  background-color: #4cc764;
}

#top_contents .mv .mv__link_area .hd_btn01 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 200px;
  height: 60px;
  color: #fff;
}

#top_contents .mv .mv__link_area .hd_btn01 a {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.3s;
}

#top_contents .mv .mv__link_area .hd_btn01 a:hover {
  background-color: #95806e;
}

#top_contents .mv .mv__link_area .hd_btn01 img {
  margin-right: 15px;
  width: 20px;
  height: auto;
}

#top_contents .mv .mv__img_area {
  position: relative;
  z-index: 1;
  margin-left: auto;
  max-width: 70%;
  width: 1280px;
  height: 770px;
  background: url(../img/mv.jpg) no-repeat center center/cover;
}

@media (max-width: 1040px) {
  #top_contents .mv .mv__img_area {
    height: 570px;
    background: url(../img/mv.jpg) no-repeat left 20% center/cover;
  }
}
@media (max-width: 767px) {
  #top_contents .mv .mv__img_area {
    margin-top: 60px;
    max-width: 80%;
    height: 55vh;
    background: url(../img/mv.jpg) no-repeat center center/cover;
  }
}
#top_contents .mv .mv__img_area .mv__catch {
  position: absolute;
  top: 50%;
  left: -300px;
  line-height: 1.5;
  transform: translateY(-50%);
}

@media (max-width: 1040px) {
  #top_contents .mv .mv__img_area .mv__catch {
    left: -40%;
  }
}
@media (max-width: 767px) {
  #top_contents .mv .mv__img_area .mv__catch {
    top: auto;
    bottom: -50%;
    left: -25%;
    max-width: 100vw;
    transform: initial;
  }
}
#top_contents .mv .mv__img_area .mv__catch_eng {
  position: relative;
  display: inline-block;
  color: #00c3cd;
  text-transform: uppercase;
  font-size: 20px;
}

@media (max-width: 767px) {
  #top_contents .mv .mv__img_area .mv__catch_eng {
    font-size: 14px;
  }
}
#top_contents .mv .mv__img_area .mv__catch_eng:after {
  position: absolute;
  top: -1em;
  right: -1.5em;
  content: url(../img/mv_dot.png);
}

#top_contents .mv .mv__img_area .mv__catch h2 {
  margin-top: 30px;
  font-size: 40px;
}

@media (max-width: 1040px) {
  #top_contents .mv .mv__img_area .mv__catch h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #top_contents .mv .mv__img_area .mv__catch h2 {
    margin-top: 10px;
    font-size: 18px;
  }
}
#top_contents .mv .mv__img_area .mv__catch h2 span {
  font-size: 50px;
}

@media (max-width: 1040px) {
  #top_contents .mv .mv__img_area .mv__catch h2 span {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #top_contents .mv .mv__img_area .mv__catch h2 span {
    font-size: 26px;
  }
}
#top_contents .mv .mv__img_area .mv__catch_txt {
  margin-top: 40px;
}

@media (max-width: 767px) {
  #top_contents .mv .mv__img_area .mv__catch_txt {
    margin-top: 20px;
  }
}
/* ------------------------------
	bnr
------------------------------ */
#top_contents .bnr {
  position: relative;
  z-index: 10;
  margin-top: -140px;
}

@media (max-width: 1040px) {
  #top_contents .bnr {
    margin-top: -160px;
  }
}
@media (max-width: 767px) {
  #top_contents .bnr {
    margin-top: 0;
  }
}
@media (max-width: 1040px) {
  #top_contents .bnr .flex__bnr {
    display: block;
  }
}
#top_contents .bnr .flex__bnr .flex__item {
  max-width: 50%;
}

@media (max-width: 1040px) {
  #top_contents .bnr .flex__bnr .flex__item {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
}
#top_contents .bnr .flex__bnr .campaign_bnr {
  width: 560px;
}

@media (max-width: 1040px) {
  #top_contents .bnr .flex__bnr .campaign_bnr {
    margin-top: 40px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #top_contents .bnr .flex__bnr .campaign_bnr {
    margin-top: 20px;
  }
}
/* ------------------------------
	onayami01
------------------------------ */
#top_contents .onayami01 {
  padding-top: 150px;
}

@media (max-width: 767px) {
  #top_contents .onayami01 {
    padding-top: 100px;
  }
}
#top_contents .onayami01 .onayami_list__box {
  position: relative;
}

#top_contents .onayami01 h2 {
  position: absolute;
  top: -1em;
  left: 50%;
  padding: 0 30px;
  width: 20em;
  background-color: #fff;
  color: #d4ab37;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  transform: translateX(-50%);
}

@media (max-width: 1040px) {
  #top_contents .onayami01 h2 {
    top: -2em;
    padding: 0;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #top_contents .onayami01 h2 {
    width: 17em;
    font-size: 18px;
  }
}
#top_contents .onayami01 h2 span {
  position: relative;
  font-size: 40px;
}

@media (max-width: 767px) {
  #top_contents .onayami01 h2 span {
    font-size: 30px;
  }
}
#top_contents .onayami01 h2 span::after {
  position: absolute;
  top: -50px;
  left: 50%;
  content: url(../img/onayami_mark.png);
  transform: translateX(-50%);
}

#top_contents .onayami01 .onayami_list {
  padding: 80px 200px;
  border: 1px solid #d1cbc6;
  background-color: #fff;
}

@media (max-width: 1040px) {
  #top_contents .onayami01 .onayami_list {
    padding: 60px 60px;
  }
}
@media (max-width: 767px) {
  #top_contents .onayami01 .onayami_list {
    padding: 30px 20px;
    font-size: 16px;
  }
}
#top_contents .onayami01 .onayami_list li {
  position: relative;
  padding-left: 2.5em;
}

@media (max-width: 767px) {
  #top_contents .onayami01 .onayami_list li {
    line-height: 1.5;
  }
}
#top_contents .onayami01 .onayami_list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5em;
  height: 1.5em;
  background: url(../img/onayami_check.png) no-repeat center center/contain;
  content: "";
  transform: translateY(-50%);
}

#top_contents .onayami01 .onayami_list li:nth-of-type(n + 2) {
  margin-top: 30px;
}

/* ------------------------------
	onayami02
------------------------------ */
#top_contents .onayami02 {
  margin-top: -200px;
  padding: 310px 0 150px;
  background-color: #f9f6f5;
}

@media (max-width: 1040px) {
  #top_contents .onayami02 {
    padding: 270px 0 100px;
  }
}
#top_contents .onayami02 .onayami02__ttl {
  text-align: center;
}

#top_contents .onayami02 .onayami02__ttl img {
  max-width: 80%;
}

#top_contents .onayami02 .onayami02__list {
  margin-top: 30px;
}

#top_contents .onayami02 .onayami02__list li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
  width: calc(33.3333333333% - 1px);
  background-color: #fff;
  font-size: 20px;
}

@media (max-width: 1040px) {
  #top_contents .onayami02 .onayami02__list li {
    width: calc(50% - 1px);
  }
}
@media (max-width: 767px) {
  #top_contents .onayami02 .onayami02__list li {
    padding: 20px 20px;
    width: 100%;
    font-size: 16px;
  }
}
#top_contents .onayami02 .onayami02__list li:nth-of-type(n + 4) {
  margin-top: 2px;
}

@media (max-width: 1040px) {
  #top_contents .onayami02 .onayami02__list li:nth-of-type(3) {
    margin-top: 2px;
  }
}
@media (max-width: 767px) {
  #top_contents .onayami02 .onayami02__list li:nth-of-type(2) {
    margin-top: 2px;
  }
}
#top_contents .onayami02 .onayami02__list .iconarea {
  margin-right: 20px;
  width: 60px;
  height: 60px;
}

@media (max-width: 767px) {
  #top_contents .onayami02 .onayami02__list .iconarea {
    width: 50px;
    height: 50px;
  }
}
#top_contents .onayami02 .onayami02__list li.sinkyu .iconarea {
  background: url(../img/ico01.png) no-repeat center center/contain;
}

#top_contents .onayami02 .onayami02__list li.latest .iconarea {
  background: url(../img/ico02.png) no-repeat center center/contain;
}

#top_contents .onayami02 .onayami02__list li.sport .iconarea {
  background: url(../img/ico03.png) no-repeat center center/contain;
}

#top_contents .onayami02 .onayami02__list li.kuse .iconarea {
  background: url(../img/ico04.png) no-repeat center center/contain;
}

#top_contents .onayami02 .onayami02__list li.train .iconarea {
  background: url(../img/ico05.png) no-repeat center center/contain;
}

#top_contents .onayami02 .onayami02__list li.close .iconarea {
  background: url(../img/ico06.png) no-repeat center center/contain;
}

#top_contents .onayami02 .onayami02__list li p {
  max-width: calc(100% - 60px);
  line-height: 1.8;
}

@media (max-width: 1040px) {
  #top_contents .onayami02 .onayami02__list li p {
    max-width: calc(100% - 60px);
  }
}
@media (max-width: 767px) {
  #top_contents .onayami02 .onayami02__list li p {
    line-height: 1.5;
  }
}
#top_contents .onayami02 .onayami02__txt {
  margin-top: 50px;
  font-size: 17px;
}

@media (max-width: 767px) {
  #top_contents .onayami02 .onayami02__txt {
    font-size: 16px;
  }
}
/* ------------------------------
	price
------------------------------ */
#top_contents .price {
  padding: 150px 0 100px;
}

@media (max-width: 1040px) {
  #top_contents .price {
    padding: 100px 0 50px;
  }
}
#top_contents .price .inner__left {
  position: relative;
  z-index: 20;
}

#top_contents .price .price__flex {
  margin-top: 80px;
}

@media (max-width: 1040px) {
  #top_contents .price .price__flex {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #top_contents .price .price__flex {
    margin-top: 40px;
  }
}
@media (max-width: 1040px) {
  #top_contents .price .flex__item {
    width: 100%;
  }
}
#top_contents .price .price__table {
  max-width: 50%;
  width: 480px;
}

@media (max-width: 1040px) {
  #top_contents .price .price__table {
    z-index: 2;
    max-width: 100%;
    width: 100%;
  }
}
#top_contents .price .price__table__wrap:not(:first-of-type) {
  margin-top: 20px;
}

#top_contents .price .price__table__ttl {
  color: #d4ab37;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.2em;
}

#top_contents .price .table__price {
  line-height: 1.8;
  width: 100%;
}

@media (max-width: 1040px) {
  #top_contents .price .table__price {
    max-width: 767px;
  }
}
@media (max-width: 767px) {
  #top_contents .price .table__price {
    font-size: 18px;
  }
}
#top_contents .price .table__price tr {
  border-top: 1px solid #d1cbc6;
}

#top_contents .price .table__price tr:last-of-type {
  border-bottom: 1px solid #d1cbc6;
}

#top_contents .price .table__price th {
  /* padding: 30px 20px; */
  padding: 10px 30px;
  /* color: #d4ab37; */
  /* text-align: center; */
  width: 45%;
  line-height: 1.5;
}

@media (max-width: 1040px) {
  #top_contents .price .table__price th {
    /* padding: 20px 10px; */
  }
}
@media (max-width: 767px) {
  #top_contents .price .table__price th {
    padding: 10px 10px;
    width: 42%;
  }
}
#top_contents .price .table__price th span {
  /* background-color: #d4ab37; */
  /* color: #fff; */
  /* padding: 0 0.5em; */
  /* display: inline-block; */
  font-size: 0.8em;
}

#top_contents .price .table__price td {
  vertical-align: middle;
  /* padding: 30px 20px; */
  padding: 10px 30px;
  line-height: 1.5;
}

@media (max-width: 1040px) {
  #top_contents .price .table__price td {
    /* padding: 20px 10px; */
  }
}
@media (max-width: 767px) {
  #top_contents .price .table__price td {
    padding: 10px 10px;
  }
}
#top_contents .price .table__price td .sml {
  font-size: 0.8em;
  display: block;
  line-height: 1.5;
}

#top_contents .price .price__table__caution {
  text-align: right;
}

#top_contents .price .price__img {
  position: relative;
  z-index: 3;
  /* width: calc(50% + 250px); */
  width: calc((100% - 1200px) / 2 + 50%);
}

@media (max-width: 1040px) {
  #top_contents .price .price__img {
    z-index: 1;
    margin-top: 200px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #top_contents .price .price__img {
    margin-top: 100px;
  }
}
#top_contents .price .price__img .price__img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 240px;
  background: url(../img/price01.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  #top_contents .price .price__img .price__img01 {
    width: 120px;
    height: 120px;
  }
}
#top_contents .price .price__img .price__img02 {
  position: absolute;
  top: -160px;
  left: 320px;
  width: 300px;
  height: 400px;
  background: url(../img/price02.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  #top_contents .price .price__img .price__img02 {
    top: -60px;
    left: 160px;
    width: 150px;
    height: 200px;
  }
}
#top_contents .price .price__img .price__img03 {
  position: absolute;
  top: 300px;
  left: 60px;
  width: 860px;
  height: 400px;
  background: url(../img/price03.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  #top_contents .price .price__img .price__img03 {
    top: 180px;
    left: 40px;
    /* max-width: 100%; */
    max-width: 90%;
    width: 430px;
    height: 200px;
  }
}
#top_contents .price .price__bnr {
  position: relative;
  margin-top: 40px;
  padding: 150px 0 100px;
  z-index: -1;
}

@media (max-width: 1040px) {
  #top_contents .price .price__bnr {
    position: relative;
    margin-top: 120px;
    padding-top: 650px;
  }
}
@media (max-width: 767px) {
  #top_contents .price .price__bnr {
    margin-top: 50px;
    padding-top: 400px;
  }
}
#top_contents .price .price__bnr:after {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 360px);
  height: 100%;
  background: url(../img/bg_wood.jpg);
  content: "";
}

@media (max-width: 1040px) {
  #top_contents .price .price__bnr:after {
    width: 90%;
  }
}
@media (max-width: 767px) {
  #top_contents .price .price__bnr:after {
    width: 100%;
  }
}
#top_contents .price .price__bnr .inner {
  position: relative;
  z-index: 30;
}

#top_contents .price .price__bnr img {
  max-width: 100%;
  width: 560px;
}

/* ------------------------------
	yoga
------------------------------ */
#top_contents .yoga {
  padding: 50px 0 150px;
}

@media (max-width: 1040px) {
  #top_contents .yoga {
    padding: 0 0 100px;
  }
}
#top_contents .yoga_box {
  text-align: center;
}

#top_contents .yoga_box a {
  display: inline-block;
}

#top_contents .yoga_box a img {
  max-width: 900px;
  width: 100%;
}

/* ------------------------------
	onsite
------------------------------ */
#top_contents .onsite {
  padding-bottom: 150px;
}

@media (max-width: 1040px) {
  #top_contents .onsite {
    padding-bottom: 100px;
  }
}
#top_contents .onsite .ttl-01 {
  text-align: right;
}

#top_contents .onsite .onsite__contents {
  position: relative;
  margin-top: 80px;
}

@media (max-width: 767px) {
  #top_contents .onsite .onsite__contents {
    margin-top: 40px;
  }
}
#top_contents .onsite .onsite__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

@media (max-width: 1040px) {
  #top_contents .onsite .onsite__img {
    position: relative;
    width: 80%;
  }
}
@media (max-width: 767px) {
  #top_contents .onsite .onsite__img {
    width: 100%;
  }
}
#top_contents .onsite .onsite__img01 {
  position: absolute;
  top: 0;
  right: 680px;
  width: 300px;
  height: 400px;
  background: url(../img/onsite01.png) no-repeat center center/cover;
  content: "";
}

@media (max-width: 1040px) {
  #top_contents .onsite .onsite__img01 {
    position: relative;
    right: auto;
    left: 0;
    width: 200px;
    height: 266.6666666667px;
  }
}
@media (max-width: 767px) {
  #top_contents .onsite .onsite__img01 {
    width: calc(33.3333333333% - 20px);
    height: 140px;
  }
}
#top_contents .onsite .onsite__img02 {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 360px;
  background: url(../img/onsite02.png) no-repeat center center/cover;
  content: "";
}

@media (max-width: 1040px) {
  #top_contents .onsite .onsite__img02 {
    width: 400px;
    height: 240px;
  }
}
@media (max-width: 767px) {
  #top_contents .onsite .onsite__img02 {
    width: calc(66.6666666667% - 20px);
    height: 200px;
  }
}
#top_contents .onsite .onsite__flex {
  position: relative;
}

@media (max-width: 1040px) {
  #top_contents .onsite .onsite__flex {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #top_contents .onsite .onsite__flex {
    margin-top: 100px;
  }
}
#top_contents .onsite .onsite__txt {
  margin-left: auto;
  width: 45%;
}

@media (max-width: 1040px) {
  #top_contents .onsite .onsite__txt {
    width: 100%;
  }
}
#top_contents .onsite .onsite__txt h3 {
  color: #d4ab37;
  text-align: right;
  font-weight: 700;
  font-size: 30px;
}

@media (max-width: 1040px) {
  #top_contents .onsite .onsite__txt h3 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #top_contents .onsite .onsite__txt h3 {
    font-size: 22px;
  }
}
#top_contents .onsite .onsite__txt p {
  margin-top: 50px;
  line-height: 1.8;
}

@media (max-width: 1040px) {
  #top_contents .onsite .onsite__txt p {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #top_contents .onsite .onsite__txt p {
    margin-top: 10px;
  }
}
#top_contents .onsite .onsite__txt .top_btn {
  margin-top: 60px;
  text-align: right;
}

@media (max-width: 767px) {
  #top_contents .onsite .onsite__txt .top_btn {
    margin-top: 40px;
  }
}
#top_contents .onsite .onsite__txt .onsite__bnr {
  margin-top: 100px;
  text-align: right;
}

@media (max-width: 1040px) {
  #top_contents .onsite .onsite__txt .onsite__bnr {
    margin-top: 60px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #top_contents .onsite .onsite__txt .onsite__bnr {
    margin-top: 40px;
  }
}
#top_contents .onsite .onsite__txt .onsite__bnr img {
  max-width: 100%;
  width: 440px;
}

#top_contents .onsite .support {
  position: relative;
  margin-top: 150px;
  padding: 80px;
  border: 1px solid;
  border-color: #d1cbc6;
}

@media (max-width: 1040px) {
  #top_contents .onsite .support {
    margin-top: 100px;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  #top_contents .onsite .support {
    padding: 50px 20px 20px;
  }
}
#top_contents .onsite .support h3 {
  position: absolute;
  top: -2.5em;
  left: 50%;
  background-color: #fff;
  text-align: center;
  line-height: 1;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  #top_contents .onsite .support h3 {
    top: -3em;
  }
}
#top_contents .onsite .support h3 span {
  display: block;
  margin-top: 15px;
  padding: 0 40px;
  color: #d4ab37;
  text-transform: uppercase;
  font-size: 34px;
}

@media (max-width: 767px) {
  #top_contents .onsite .support h3 span {
    margin-top: 10px;
    font-size: 30px;
  }
}
#top_contents .onsite .support .flex__support {
  align-items: center;
}

#top_contents .onsite .support .flex__item {
  width: 50%;
}

@media (max-width: 767px) {
  #top_contents .onsite .support .flex__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #top_contents .onsite .support .flex__item:nth-of-type(2) {
    margin-top: 10px;
  }
}
#top_contents .onsite .support .support__map {
  text-align: center;
}

#top_contents .onsite .support .support__txt {
  padding: 20px;
  font-size: 20px;
}

@media (max-width: 767px) {
  #top_contents .onsite .support .support__txt {
    font-size: 18px;
  }
}
/* ------------------------------
	news
------------------------------ */
#top_contents .news {
  position: relative;
  padding: 150px 0;
}

@media (max-width: 1040px) {
  #top_contents .news {
    padding: 100px 0;
  }
}
#top_contents .news::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 470px;
  background: url(../img/news_bg.jpg) no-repeat center center/cover;
  content: "";
}

#top_contents .news .inner {
  position: relative;
  z-index: 2;
}

#top_contents .news .flex__news__ttl {
  align-items: flex-end;
}

@media (max-width: 767px) {
  #top_contents .news .flex__news__ttl {
    display: block;
  }
}
@media (max-width: 767px) {
  #top_contents .news .flex__news__ttl .news__btn {
    margin-top: 20px;
    text-align: right;
  }
}
#top_contents .news .flex__news__list {
  margin-top: 80px;
}

@media (max-width: 767px) {
  #top_contents .news .flex__news__list {
    justify-content: center;
    margin-top: 60px;
  }
}
#top_contents .news .flex__news__list li {
  width: calc(25% - 48.75px);
}

@media (max-width: 1040px) {
  #top_contents .news .flex__news__list li {
    width: calc(25% - 22.5px);
  }
}
@media (max-width: 767px) {
  #top_contents .news .flex__news__list li {
    width: 80%;
  }
}
#top_contents .news .flex__news__list li:not(:nth-of-type(4n + 1)) {
  margin-left: 65px;
}

@media (max-width: 1040px) {
  #top_contents .news .flex__news__list li:not(:nth-of-type(4n + 1)) {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  #top_contents .news .flex__news__list li:not(:nth-of-type(4n + 1)) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #top_contents .news .flex__news__list li:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
#top_contents .news .flex__news__list .news__img {
  position: relative;
  width: 100%;
  height: auto;
}

#top_contents .news .flex__news__list .news__img::after {
  display: block;
  padding-top: 100%;
  width: 100%;
  height: 0;
  content: "";
}

#top_contents .news .flex__news__list .news__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#top_contents .news .flex__news__list .news__date {
  margin-top: 20px;
  font-family: "Cinzel", serif;
}

@media (max-width: 767px) {
  #top_contents .news .flex__news__list .news__date {
    margin-top: 10px;
  }
}
#top_contents .news .flex__news__list h3 {
  margin-top: 10px;
  line-height: 1.6875;
}

@media (max-width: 767px) {
  #top_contents .news .flex__news__list h3 {
    margin-top: 5px;
  }
}
/* ------------------------------
	gallery
------------------------------ */
#top_contents .flex__gallery {
  height: 30vh;
}

@media (max-width: 1040px) {
  #top_contents .flex__gallery {
    height: 15vh;
  }
}
@media (max-width: 767px) {
  #top_contents .flex__gallery {
    height: 40vh;
  }
}
#top_contents .flex__gallery .flex__item {
  width: calc(33.3% - 40px);
}

@media (max-width: 1040px) {
  #top_contents .flex__gallery .flex__item {
    width: calc(33.3% - 20px);
  }
}
#top_contents .flex__gallery .flex__item:nth-of-type(1) {
  background: url(../img/gallery01.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  #top_contents .flex__gallery .flex__item:nth-of-type(1) {
    width: 100%;
  }
}
#top_contents .flex__gallery .flex__item:nth-of-type(2) {
  background: url(../img/gallery02.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  #top_contents .flex__gallery .flex__item:nth-of-type(2) {
    margin-top: 20px;
    width: 60%;
  }
}
#top_contents .flex__gallery .flex__item:nth-of-type(3) {
  background: url(../img/gallery03.jpg) no-repeat center center/cover;
}

@media (max-width: 767px) {
  #top_contents .flex__gallery .flex__item:nth-of-type(3) {
    margin-top: 20px;
    width: calc(40% - 20px);
  }
}
/* ------------------------------
	profile
------------------------------ */
#top_contents .profile {
  margin-top: -150px;
  padding: 250px 0;
  background-color: #f9f6f5;
}

@media (max-width: 1040px) {
  #top_contents .profile {
    margin-top: -80px;
    padding: 150px 0;
  }
}
#top_contents .profile .ttl-01 {
  text-align: center;
}

#top_contents .profile .flex__profile {
  margin-top: 80px;
  gap: 4%;
}

@media (max-width: 1040px) {
  #top_contents .profile .flex__profile {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #top_contents .profile .flex__profile {
    margin-top: 40px;
  }
}
#top_contents .profile .flex__profile .flex__item {
  padding: 50px;
  width: 48%;
  background-color: #fff;
}

@media (max-width: 1040px) {
  #top_contents .profile .flex__profile .flex__item {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #top_contents .profile .flex__profile .flex__item {
    width: 100%;
  }
}
#top_contents .profile .flex__profile .flex__item:nth-of-type(n + 3) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  #top_contents .profile .flex__profile .flex__item:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
/* @media (max-width: 767px) {
  #top_contents .profile .flex__profile .profile-02 {
    margin-top: 40px;
  }
} */
#top_contents .profile .flex__profile .flex__item .profile__img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 280px;
  height: auto;
}

#top_contents .profile .flex__profile .flex__item .profile__img::after {
  position: absolute;
  top: 10px;
  right: -10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/bg_wood.jpg);
  content: "";
}

#top_contents .profile .flex__profile .flex__item .profile__table {
  margin-top: 40px;
  width: 100%;
}

#top_contents .profile .flex__profile .flex__item .profile__table tr {
  border-bottom: 1px solid #d1cbc6;
}

#top_contents .profile .flex__profile .flex__item .profile__table tr:last-of-type {
  border-bottom: none;
}

#top_contents .profile .flex__profile .flex__item .profile__table th {
  display: block;
  padding: 15px 0 0 0;
  width: 100%;
  color: #d4ab37;
  font-size: 15px;
}

#top_contents .profile .flex__profile .flex__item .profile__table td {
  display: block;
  padding: 0 0 15px 0;
  width: 100%;
  font-size: 15px;
  line-height: 1.5;
}

#top_contents .profile .recruit__bnr {
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 767px) {
  #top_contents .profile .recruit__bnr {
    margin-top: 60px;
  }
}
/*============================
	下層ページ CSS
============================*/
/* ------------------------------
	COMMON CLASS
------------------------------ */
#sub_contents {
  text-align: left;
  line-height: 2;
}

#sub_contents .sub--bgcolor {
  background: #f9f6f5;
}

/* ------------------------------
	sub_visual
------------------------------ */
#sub_visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
}

#sub_visual .bg_wood {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: url(../img/bg_wood.jpg);
  content: "";
}

#sub_visual .bg_img {
  position: absolute;
  top: 10%;
  right: 0;
  width: 60%;
  height: 80%;
  background: url(../img/sub_visual.jpg) no-repeat center center/cover;
  content: "";
}

#sub_visual h2 {
  color: #00c3cd;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 6rem;
  line-height: 1.3;
  position: relative;
  margin-right: 20%;
  font-family: "Cinzel", serif;
  max-width: 70%;
  overflow: initial;
}

@media (max-width: 767px) {
  #sub_visual h2 {
    font-size: 3rem;
  }
}
#sub_visual h2 span {
  display: block;
  color: #4d4640;
  font-size: 2rem;
}

@media (max-width: 767px) {
  #sub_visual h2 span {
    font-size: 2rem;
  }
}
/* ------------------------------
	bread_crumb_list
------------------------------ */
#sub_contents .bread_crumb_list {
  margin: 0;
  padding: 10px 0;
  text-align: left;
}

#sub_contents .bread_crumb_list ul.bread_crumb {
  margin: 0 auto;
  max-width: 1040px;
  width: 90%;
}

#sub_contents .bread_crumb li {
  display: inline;
}

#sub_contents .bread_crumb li:after {
  padding-left: 5px;
  content: ">";
}

#sub_contents .bread_crumb li:last-child:after {
  content: "";
}

#sub_contents .bread_crumb li.current {
  font-weight: bold;
}

/* ------------------------------
	layout
------------------------------ */
#sub_contents .mt-80 {
  margin-top: 80px;
}

@media (max-width: 767px) {
  #sub_contents .mt-80 {
    margin-top: 40px;
  }
}
#sub_contents .mt-100 {
  margin-top: 100px;
}

@media (max-width: 767px) {
  #sub_contents .mt-100 {
    margin-top: 70px;
  }
}
#sub_contents section:first-of-type {
  padding-top: 20px;
}

@media (max-width: 767px) {
  #sub_contents section:first-of-type {
    padding-top: 10px;
  }
}
#sub_contents section:last-of-type {
  padding-bottom: 80px;
}

@media (max-width: 767px) {
  #sub_contents section:last-of-type {
    padding-bottom: 40px;
  }
}
#sub_contents .subcontents__inner {
  margin: 0 auto;
  padding: 100px 0 100px;
  max-width: 1040px;
  width: 90%;
}

@media (max-width: 767px) {
  #sub_contents .subcontents__inner {
    padding: 40px 0 40px;
  }
}
#sub_contents .subcontents__inner__sml:not(:first-of-type) {
  margin-top: 80px;
}

@media (max-width: 767px) {
  #sub_contents .subcontents__inner__sml:not(:first-of-type) {
    margin-top: 60px;
  }
}
/* ------------------------------
	flex box
------------------------------ */
#sub_contents .sub__flex p:not(:first-of-type) {
  margin-top: 1em;
}

#sub_contents .sub__flex--01 .flex__img {
  width: 40%;
}

@media (max-width: 767px) {
  #sub_contents .sub__flex--01 .flex__img {
    width: 100%;
  }
}
#sub_contents .sub__flex--01 .flex__txt {
  width: 54%;
}

@media (max-width: 767px) {
  #sub_contents .sub__flex--01 .flex__txt {
    margin-top: 1.5em;
    width: 100%;
  }
}
/* ------------------------------
	title
------------------------------ */
#sub_contents .ttl-01 {
  margin-bottom: 60px;
}

@media (max-width: 1040px) {
  #sub_contents .ttl-01 {
    margin-bottom: 40px;
  }
}
#sub_contents .ttl-01 span {
  display: block;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 300;
  font-size: 60px;
  font-family: "Cinzel", serif;
  line-height: 1;
  overflow-wrap: break-word;
}

@media (max-width: 767px) {
  #sub_contents .ttl-01 span {
    margin-top: 0;
    font-size: 40px;
  }
}
#sub_contents .ttl-02 {
  margin-bottom: 30px;
  font-size: 30px;
  border-bottom: 1px solid #d4ab37;
  line-height: 1.2;
  padding-bottom: 10px;
}

@media (max-width: 1040px) {
  #sub_contents .ttl-02 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
/* ------------------------------
	text
------------------------------ */
#sub_contents .text_area p:not(:first-child) {
  margin-top: 1em;
}

#sub_contents .sub_txt01 {
  font-size: 2.5rem;
}

@media (max-width: 767px) {
  #sub_contents .sub_txt01 {
    font-size: 2rem;
  }
}
/* ------------------------------
	table
------------------------------ */
#sub_contents .subtable-01 {
  width: 100%;
}

#sub_contents .subtable-01 th,
#sub_contents .subtable-01 td {
  padding: 2em;
}

#sub_contents .subtable-01 th {
  box-sizing: border-box;
  height: 100%;
  border-top: solid 1px #d1cbc6;
  font-weight: bold;
}

@media (max-width: 767px) {
  #sub_contents .subtable-01 th {
    padding: 1em;
  }
}
#sub_contents .subtable-01 th:first-of-type {
  width: 30%;
}

#sub_contents .subtable-01 tr:last-of-type th {
  border-bottom: solid 1px #d1cbc6;
}

#sub_contents .subtable-01 td {
  box-sizing: border-box;
  border-top: solid 1px #d1cbc6;
  text-align: left;
}

@media (max-width: 767px) {
  #sub_contents .subtable-01 td {
    padding: 1em;
  }
}
#sub_contents .subtable-01 tr:last-of-type td {
  border-bottom: solid 1px #d1cbc6;
}

@media (max-width: 767px) {
  #sub_contents .subtable-01 tr:last-of-type td {
    border-bottom: solid 1px #d1cbc6;
  }
}
#sub_contents .subtable-01 td a {
  width: 2em;
  display: inline-block;
  margin-left: 10px;
}

/* ------------------------------
	pagination
------------------------------ */
.wp-pagenavi {
  clear: both;
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 60px;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 2px;
  padding: 8px 10px;
  border: solid 1px #00c3cd;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
}

.wp-pagenavi a:hover {
  border-color: #00c3cd;
  background-color: #00c3cd;
  color: #fff;
  opacity: 1;
}

.wp-pagenavi span.current {
  border-color: #00c3cd;
  background-color: #00c3cd;
  color: #fff;
  font-weight: bold;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi a.nav_back {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.wp-pagenavi a[rel=prev],
.wp-pagenavi a.before {
  position: absolute;
  left: 50%;
  transform: translateX(-231px);
}

@media (max-width: 767px) {
  .wp-pagenavi a[rel=prev],
  .wp-pagenavi a.before {
    transform: translateX(-181px);
  }
}
.wp-pagenavi a[rel=next],
.wp-pagenavi a.after {
  position: absolute;
  right: 50%;
  transform: translateX(231px);
}

@media (max-width: 767px) {
  .wp-pagenavi a[rel=next],
  .wp-pagenavi a.after {
    transform: translateX(181px);
  }
}
/* ------------------------------
  pagination
------------------------------ */
.wp-pagenavi {
  clear: both;
  margin-top: 80px;
  text-align: center; /* 全体を中央揃えにする */
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 60px;
  }
}
/* ページ番号、前後ボタンの共通スタイル */
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 2px 5px; /* ボタン間の余白を調整 */
  padding: 8px 12px;
  border: solid 1px #00c3cd;
  color: #4d4640;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s ease-in-out;
}

/* ホバー時のスタイル */
.wp-pagenavi a:hover {
  background-color: #00c3cd;
  color: #fff;
  opacity: 1;
}

/* 現在ページのスタイル */
.wp-pagenavi span.current {
  border-color: #00c3cd;
  background-color: #00c3cd;
  color: #fff;
  font-weight: bold;
}

/* 'Pages' の表示を削除 */
.wp-pagenavi span.pages {
  display: none;
}

/* ★★★ 複雑な絶対配置をすべて削除し、デフォルトの配置に戻す ★★★ */
.wp-pagenavi a.nav_back,
.wp-pagenavi a[rel=prev],
.wp-pagenavi a.before,
.wp-pagenavi a[rel=next],
.wp-pagenavi a.after {
  position: static; /* 絶対配置を解除 */
  left: auto;
  right: auto;
  transform: none; /* トランスフォームを解除 */
}

/*============================
	news
============================*/
@media (max-width: 767px) {
  #sub_contents .sub__flex__news__list {
    justify-content: center;
  }
}
#sub_contents .sub__flex__news__list li {
  width: calc(25% - 48.75px);
}

@media (max-width: 1040px) {
  #sub_contents .sub__flex__news__list li {
    width: calc(25% - 22.5px);
  }
}
@media (max-width: 767px) {
  #sub_contents .sub__flex__news__list li {
    width: 80%;
  }
}
#sub_contents .sub__flex__news__list li:nth-of-type(n + 5) {
  margin-top: 60px;
}

#sub_contents .sub__flex__news__list li:not(:nth-of-type(4n + 1)) {
  margin-left: 65px;
}

@media (max-width: 1040px) {
  #sub_contents .sub__flex__news__list li:not(:nth-of-type(4n + 1)) {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  #sub_contents .sub__flex__news__list li:not(:nth-of-type(4n + 1)) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #sub_contents .sub__flex__news__list li:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}
#sub_contents .sub__flex__news__list .news__img {
  position: relative;
  width: 100%;
  height: auto;
}

#sub_contents .sub__flex__news__list .news__img::after {
  display: block;
  padding-top: 100%;
  width: 100%;
  height: 0;
  content: "";
}

#sub_contents .sub__flex__news__list .news__img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#sub_contents .sub__flex__news__list .news__date {
  margin-top: 20px;
  font-family: "Cinzel", serif;
}

@media (max-width: 767px) {
  #sub_contents .sub__flex__news__list .news__date {
    margin-top: 10px;
  }
}
#sub_contents .sub__flex__news__list h3 {
  margin-top: 5px;
  line-height: 1.6875;
}

/*============================
	news_detail
============================*/
.sub--detail #sub_contents .news_ttl {
  text-align: left;
  font-size: 40px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .sub--detail #sub_contents .news_ttl {
    font-size: 26px;
  }
}
#sub_contents .news_date {
  margin-bottom: 3em;
  text-align: right;
  font-family: "Cinzel", serif;
}

@media (max-width: 767px) {
  #sub_contents .news_date {
    margin-bottom: 1em;
  }
}
#sub_contents .news_txt {
  text-align: center;
}

#sub_contents .news_txt img {
  margin-bottom: 1em;
}

#sub_contents .news_txt .news_txt-txt {
  text-align-last: left;
  margin-top: 20px;
}

@media (max-width: 767px) {
  #sub_contents .news_txt .news_txt-txt {
    margin-top: 10px;
  }
}
#sub_contents .news_txt p {
  margin-bottom: 1em;
  text-align: left;
}

#sub_contents .news_txt h1,
#sub_contents .news_txt h2,
#sub_contents .news_txt h3,
#sub_contents .news_txt h4,
#sub_contents .news_txt h5 {
  display: block;
  margin: 5rem auto 2rem;
  text-align: left;
  line-height: 1.3;
}

#sub_contents .news_txt h1 {
  padding: 0.3em 0.5em;
  background: #00c3cd;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 2em;
}

#sub_contents .news_txt h2 {
  padding: 0.3em 0.5em;
  background: #00c3cd;
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-size: 1.6em;
}

#sub_contents .news_txt h3 {
  padding-left: 0.5em;
  border-left: #00c3cd solid 5px;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-size: 1.4em;
}

#sub_contents .news_txt h4 {
  padding-left: 0.5em;
  border-left: #00c3cd solid 5px;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-size: 1.2em;
}

#sub_contents .news_txt h5 {
  color: #00c3cd;
  font-weight: bold;
  font-size: 1em;
}

/*============================
	privacy
============================*/
.sub--privacy #sub_contents .ttl-01:not(:first-of-type) {
  margin-top: 10rem;
}

@media (max-width: 767px) {
  .sub--privacy #sub_contents .ttl-01:not(:first-of-type) {
    margin-top: 6rem;
  }
}
/*============================
	contact
============================*/
.contact_box01 {
  text-align: center;
}

.contact_box01 .tel_link {
  background-position: left center;
  background-size: 1em;
  background-repeat: no-repeat;
  font-weight: bold;
  font-size: 2em;
}

.contact_box01 .tel_link .tel_small_txt {
  font-size: 0.7em;
}

.contact_box01 .tel_link a {
  margin-left: 0.2em;
  color: #00c3cd;
}

.cont_table {
  margin-top: 1em;
}

.cont_table th,
.cont_table td {
  padding: 24px 40px 24px 32px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .cont_table th,
  .cont_table td {
    padding: 16px 4px;
  }
}
.cont_table th {
  width: 30%;
}

@media (max-width: 767px) {
  .cont_table th {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.cont_table td {
  width: 70%;
}

@media (max-width: 767px) {
  .cont_table td {
    display: block;
    width: 100%;
  }
}
.cont_table th .red,
.cont_table th .white {
  display: block;
  float: right;
  padding: 1px 5px;
  width: 50px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-size: 12px;
}

@media (max-width: 767px) {
  .cont_table th .red,
  .cont_table th .white {
    display: inline-block;
    float: none;
    margin-left: 1em;
  }
}
.cont_table th .red {
  background: #d30000;
}

.cont_table th .white {
  background: #666;
}

.cont_table input[type=radio] {
  width: auto;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.cont_table td.name_area input {
  width: 34%;
}

.cont_table td.telArea input {
  width: 28%;
}

.cont_table textarea {
  box-sizing: border-box;
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #000;
  font-size: 13px;
}

.cont_table input,
select {
  box-sizing: border-box;
  padding: 8px 10px;
  width: 100%;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #000;
  font-size: 13px;
}

.postal,
.pref_name {
  display: block;
  width: 30%;
}

.add_row div:not(:first-child) {
  padding-top: 1em;
}

input[type=checkbox] {
  margin: 3px 3px 3px 4px;
  width: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.cont_table td .agr_box a {
  margin-right: 0.5em;
  color: #00c3cd;
}

.sub--contact .btn_area {
  margin-top: 45px;
  text-align: center;
}

@media (max-width: 767px) {
  .sub--contact .btn_area {
    margin-top: 24px;
  }
}
.sub--contact .btn_area input[type=submit],
.sub--contact .btn_area input[type=reset],
.sub--contact .btn_area button {
  margin: 0.5em 1em;
  width: 250px;
  height: 60px;
  border: 2px solid #00c3cd;
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
  transition: 0.3s;
}

.sub--contact .btn_area input[type=reset],
.sub--contact .btn_area button {
  background: #fff;
  color: #00c3cd;
}

.sub--contact .btn_area input[type=submit] {
  background: #00c3cd;
  color: #fff;
}

.sub--contact .btn_area input:hover[type=reset],
.sub--contact .btn_area button:hover {
  background: #00c3cd;
  color: #fff;
}

.sub--contact .btn_area input:hover[type=submit] {
  background: #fff;
  color: #00c3cd;
}

.recaptcha_box a {
  color: inherit;
}

.grecaptcha-badge {
  display: none;
}

.privacy_box {
  overflow-y: scroll;
  margin-bottom: 20px;
  padding: 8px 10px;
  height: 220px;
  border: 1px solid #e0e0e0;
  background: #fff;
  font-size: 90%;
}

.privacy_box h4 {
  margin-bottom: initial;
  padding-top: 1em;
  color: inherit;
  text-align: left;
  font-weight: bold;
  font-size: inherit;
  line-height: inherit;
}

.privacy_box .mt-1em {
  margin-top: 1em;
}

/*
Wordpress single-page
__________________________*/
.single p {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.single strong {
  font-weight: bold;
}

.single cite,
.single em,
.single i {
  font-style: italic;
}

.single big {
  font-size: 131.25%;
}

.single ins {
  background: #ffc;
  text-decoration: none;
}

.single blockquote {
  padding: 3em;
  font-style: italic;
}

.single blockquotecite,
.single blockquoteem,
.single blockquotei {
  font-style: normal;
}

.single pre {
  overflow: auto;
  margin-bottom: 18px;
  padding: 1.5em;
  background: #f7f7f7;
  color: #222;
  line-height: 18px;
}

.single abbr,
.single acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

.single sup,
.single sub {
  position: relative;
  height: 0;
  vertical-align: baseline;
  line-height: 1;
}

.single sup {
  bottom: 1ex;
}

.single sub {
  top: 0.5ex;
}

.single img,
.single img.alignnone {
  display: inline-block;
  margin-bottom: 10px;
  font-size: inherit;
}

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  height: auto;
}

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-top: 4px;
  margin-right: 24px;
}

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-top: 4px;
  margin-left: 24px;
}

.aligncenter,
img.aligncenter {
  display: block;
  clear: both;
  margin-right: auto;
  margin-left: auto;
}

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px;
}

.single table,
.single th,
.single td {
  border: 1px solid #000;
}

.single table {
  margin: 0 0 28px;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border-width: 1px 0 0 1px;
}

.single table th,
.single table caption {
  padding: 7px;
  border-width: 0 1px 1px 0;
  vertical-align: baseline;
  text-align: left;
}

.single table td {
  padding: 7px;
  border-width: 0 1px 1px 0;
  vertical-align: baseline;
}

#sub_contents .single img {
  width: auto;
}

/*
Contact Form 7
__________________________*/
.wpcf7-mail-sent-0k {
  display: none !important;
}

.wpcf7-list-item {
  display: inline !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.wpcf7-form input[type=checkbox] {
  margin: 0 0.3em !important;
  width: 1em !important;
}

.wpcf7-form input[type=radio] {
  margin: 0 0.3em !important;
  width: 1em !important;
}

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

.cen .wpcf7-form-control {
  margin-bottom: 10px !important;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.custom-wpcf7c-confirmed input[type=reset] {
  display: none !important;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  color: #dc3232;
  font-weight: normal;
}

.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  display: block;
  width: 150px;
  text-align: left;
  font-size: 0.8em;
  line-height: 1;
}

.wpcf7-form.invalid .wpcf7-text + .wpcf7-not-valid-tip {
  top: 170%;
}

.wpcf7-form.invalid .wpcf7-textarea + .wpcf7-not-valid-tip {
  top: 100%;
}

.wpcf7-form.invalid .wpcf7-checkbox + .wpcf7-not-valid-tip {
  top: 100%;
  width: 350px;
}

/*============================
	onsite
============================*/
.onsite__area__map {
  text-align: center;
}

.onsite__area__txt {
  text-align: center;
  margin-top: 20px;
}

.onsite__area__table {
  margin-top: 60px;
}

.onsite__area__bnr {
  text-align: center;
}

.onsite__area__bnr img {
  width: 600px;
}

.onsite__menu__list {
  margin-top: 60px;
}

.onsite__menu__list__item {
  flex-wrap: nowrap;
}

.onsite__menu__list__item:not(:first-of-type) {
  margin-top: 60px;
}

.onsite__menu__list__item .flex__item.flex__item-img {
  flex: 0 0 40%;
}

.onsite__menu__list__item .flex__item.flex__item-txt {
  flex: 0 1 60%;
  margin-left: 60px;
}

.onsite__menu__list__price {
  font-size: 1.2em;
}

.onsite__menu__list__price p:nth-of-type(n + 2) {
  margin-top: 10px;
}

.onsite__menu__list__price span {
  display: inline-block;
  background-color: #d4ab37;
  color: #fff;
  padding: 0 20px;
  margin-right: 10px;
}

.onsite__menu__list__txt {
  margin-top: 20px;
}

.onsite__reserve__txt01 {
  font-size: 2.5rem;
  text-align: center;
}

.onsite__reserve__txt02 {
  text-align: center;
}

.onsite__reserve__btn {
  text-align: center;
  margin-top: 40px;
}

.onsite__reserve__btn a {
  display: inline-block;
  height: 60px;
  padding: 0 60px;
  background: #4cc764;
  color: #fff;
  line-height: 60px;
  transition: background-color 0.4s;
  opacity: 1;
}

.onsite__reserve__btn a:hover {
  background: #95806e;
}

@media (max-width: 767px) {
  .onsite__area__txt {
    margin-top: 10px;
    text-align: left;
  }
  .onsite__area__table {
    margin-top: 40px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #sub_contents .onsite__area__table .subtable-01 tr:last-of-type th {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .onsite__menu__list {
    margin-top: 40px;
  }
  .onsite__menu__list__item {
    flex-wrap: wrap;
  }
  .onsite__menu__list__item:not(:first-of-type) {
    margin-top: 40px;
  }
  .onsite__menu__list__item .flex__item {
    display: block;
  }
  .onsite__menu__list__item .flex__item.flex__item-img {
    flex: 0 0 100%;
  }
  .onsite__menu__list__item .flex__item.flex__item-txt {
    margin-left: 0;
    margin-top: 20px;
    flex: 0 1 100%;
  }
  .onsite__reserve__txt01 {
    text-align: left;
  }
  .onsite__reserve__txt02 {
    text-align: left;
  }
  .onsite__reserve__btn {
    margin-top: 20px;
  }
}
/*============================
	recruit
============================*/
.recruit__table {
  margin-top: 60px;
}

.recruit__appli__btn {
  text-align: center;
  margin-top: 40px;
}

.recruit__appli__btn.-line {
  margin-top: 40px;
}

.recruit__appli__btn.-tel {
  margin-top: 20px;
}

.recruit__appli__btn.-mail {
  margin-top: 20px;
}

.recruit__appli__btn a {
  display: inline-block;
  height: 60px;
  padding: 0 60px;
  color: #fff;
  line-height: 60px;
  transition: background-color 0.4s;
  opacity: 1;
  width: 340px;
  max-width: 100%;
}

.recruit__appli__btn.-line a {
  background: #4cc764;
}

.recruit__appli__btn.-tel a {
  background: #00c3cd;
}

.recruit__appli__btn.-mail a {
  background: #d4ab37;
}

.recruit__appli__btn a:hover {
  background: #95806e;
}

@media (max-width: 767px) {
  .recruit__table {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
