/*
Theme Name:totalbody
 */
@charset "utf-8";

html, body {
  font-family: "Noto Sans JP";
}

body, text {
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 2px;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16;
  margin: 0;
  color: #000;
}
@media (max-width: 800px) {
  body, text {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: #131a3c;
  transition: 0.2s ease-in-out;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

label, button {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
  color: #131a3c;
}

::-moz-focus-inner {
  border: 0;
}

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

img {
  vertical-align: bottom;
  width: 100%;
}

h1, h2, h3, h4, p {
  margin: 0;
  font-size: 100%;
  font-weight: 500;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

input, input [type="text"], textarea {
  font-size: 16px;
}

button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

address {
  font-style: normal;
}

th {font-weight: 500;}


/* common
-----------------------------------------------------*/
.contents_wrap {
  padding: 140px 0;
  overflow: hidden;
}
@media (max-width: 800px) {
  .contents_wrap {
    padding: 60px 0;
  }
}

.contents_wrap2 {
  padding: 0 0 140px;
  overflow: hidden;
}
@media (max-width: 800px) {
  .contents_wrap2 {
    padding: 0 0 60px;
  }
}

.contents_wrap3 {
  padding: 140px 0 0;
  overflow: hidden;
}
@media (max-width: 800px) {
  .contents_wrap3 {
    padding: 60px 0 0;
  }
}

.contents_inner {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}


/* header area
-----------------------------------------------------*/
.header_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, .1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9000;
  transition: background-color 0.5s ease;
  padding: 0 106px 0 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 800px) {
  .header_wrap {
    padding: 0 60px 0 0;
  }
}

.header_wrap.is-scroll {
  background-color: rgba(176, 176, 176, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header_inner {
  border-right: 1px solid #fff;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .header_inner {
    padding: 18px 0;
  }
}

.header_logo {
  width: 260px;
  margin: 0 0 0 70px;
}
@media (max-width: 1200px) {
  .header_logo {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 800px) {
  .header_logo {
    width: 220px;
    margin: 0 0 0 20px;
  }
}

.main_navi_wrap {
  overflow: hidden;
}

.main_navi li {
  border-left: 1px solid #fff;
  float: left;
  letter-spacing: 5px;
}

.main_navi li a {
  text-align: center;
  color: #fff;
  width: 180px;
  padding: 25px 0;
  display: block;
  font-family: "Jost", sans-serif;
}
@media (max-width: 1200px) {
  .main_navi li a {
    width: 120px;
  }
}

.main_navi li a:hover {
  color: #77714f;
}


/* sp navi
-----------------------------------------------------*/
.gloval_menu {
  position: fixed;
  z-index: 9300;
  cursor: pointer;
  width: 90px;
  height: 57px;
  right: 0;
  top: 9px;
}
@media (max-width: 800px) {
  .gloval_menu {
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
  }
}

.menu_line {
  background-color: #fff;
  display: block;
  height: 2px;
  left: 15px;
  position: absolute;
  transition: transform .5s;
  width: 50%;
  z-index: 9200;
}

.menu_line_top {
  top: 18px;
}

.menu_line_center {
  top: 28px;
}

.menu_line_bottom {
  top: 38px;
}

.menu_line_top.active {
  top: 28px;
  transform: rotate(45deg);
}

.menu_line_center.active {
  top: 28px;
  transform: scaleX(0);
}

.menu_line_bottom.active {
  top: 28px;
  transform: rotate(135deg);
}

.gloval_nav {
  background-color: rgba(176, 176, 176, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #fff;
  display: none;
  position: fixed;
  top: 100px;
  right: 20px;
  width: 300px;
  z-index: 9100;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 800px) {
  .gloval_nav {
    top: 80px;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
}

.gloval_nav_wrap {
  height: 100%;
  width: 80%;
  margin: 20px auto;
}

.gloval_nav_menu li {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 800px) {
  .gloval_nav_menu li {
    padding: 14px 0;
  }
}

.gloval_nav_menu li:last-child {
  border-bottom: none;
}

.gloval_nav_menu a {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
}

@keyframes fade {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.gloval_nav_menu li a:hover {
  color: #77714f;
}

.menu_en {
  letter-spacing: 4px;
  font-family: "Jost", sans-serif;
}

.menu_ja {
  font-size: 12px;
  letter-spacing: 1px;
}


/* mv area
-----------------------------------------------------*/
.mv {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 800px) {
  .mv {
    height: 80vh;
  }
}

.mv_wrap {
  position: relative;
  height: 100vh;
}
@media (max-width: 800px) {
  .mv_wrap {
    height: 80vh;
  }
}

.video {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 800px) {
  .video {
    height: 80vh;
  }
}

.mv_bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 28, 109, 0);
  z-index: 2;
}
@media (max-width: 800px) {
  .mv_bg {
    height: 80vh;
  }
}

.mv_txt_wrap {
  position: absolute;
  bottom: 10%;
  left: 6%;
  z-index: 3;
  margin: auto;
  color: #fff;
}
@media (max-width: 800px) {
  .mv_txt_wrap {
    bottom: 10%;
  }
}

.catch_ja {
  font-size: 18px;
  margin: 0 0 20px;
}
@media (max-width: 800px) {
  .catch_ja {
    font-size: 14px;
  }
}

.catch_en {
  font-family: "Jost", sans-serif;
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 3px;
}
@media (max-width: 800px) {
  .catch_en {
    font-size: 40px;
    line-height: 50px;
  }
}


/* top page
-----------------------------------------------------*/
.trial_bg {
  background-color: #efefef;
  padding: 50px;
  margin: 50px 0 0;
  text-align: center;
}
@media (max-width: 800px) {
.trial_bg {
  padding: 20px;
}
}

.trial_nomal {
  font-size: 120%;
  font-weight: 700;
  margin: 10px 0 0;
}
@media (max-width: 800px) {
.trial_nomal {
  margin: 10px 0 0;
}
}

.trial_strong {
  font-size: 220%;
  font-weight: 900;
  color: #c21717;
}

.arrow_down {
  font-size: 30px;
  margin: 15px 0;
  color: #b0b0b0;
}

.staff_name {
  margin: 20px 0 0;
  font-size: 20px;
}

.staff_card a {
  display: block;
  overflow: hidden;
}

.staff_card img {
  display: block;
  width: 100%;
  transition: transform 0.6s ease;
}

.staff_card:hover img {
  transform: scale(1.1);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
}

.card {
  display: flex;
  border: 1px solid #b0b0b0;
  background-color: #fff;
}
@media (max-width: 800px) {
  .card {
    flex-direction: column;
  }
}

.card-number {
  width: 150px;
  flex-shrink: 0;
  background: #b0b0b0;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Jost", sans-serif;
}
@media (max-width: 800px) {
  .card-number {
    width: 100%;
    font-size: 28px;
    padding: 15px 0;
  }
}

.card-body {
  padding: 20px;
}
@media (max-width: 800px) {
  .card-body {
    padding: 10px;
  }
}

.card-body h3 {
  margin: 0 0 18px;
  font-size: 20px;
}
@media (max-width: 800px) {
  .card-body h3 {
    margin: 0 0 10px;
    font-size: 16px;
  }
}

.card_box_wrap {
  display: flex;
}
@media (max-width: 800px) {
  .card_box_wrap {
  display: block;
}
}

.card_box_left {
  flex: 1;
  margin: 0 50px 0 0;
}
@media (max-width: 800px) {
.card_box_left {
  margin: 0 0 20px 0;
}
}

.card_box_right {
  width: 300px;
}
@media (max-width: 800px) {
.card_box_right {
  width: 100%;
}
}





.sub_box {
  margin: 80px 0 0;
}
@media (max-width: 800px) {
  .sub_box {
    margin: 50px 0 0;
  }
}

.tuyomi {
  text-align: center;
  margin: 0 0 30px;
}

.tuyomi_en {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  letter-spacing: 5px;
  font-weight: 600;
}
@media (max-width: 800px) {
  .tuyomi_en {
    font-size: 25px;
    line-height: 30px;
  }
}

.tuyomi_en::before,
.tuyomi_en::after {
  content: "";
  width: 150px;
  height: 1px;
  background: #000;
}
@media (max-width: 800px) {
  .tuyomi_en::before,
  .tuyomi_en::after {
    width: auto;
    flex: 1;
  }
}

.tuyomi_en::before {
  margin-right: 80px;
}
.tuyomi_en::after {
  margin-left: 80px;
}
@media (max-width: 800px) {
  .tuyomi_en::before {
    margin-right: 20px;
  }
  .tuyomi_en::after {
    margin-left: 20px;
  }
}

.mgn {
  margin: 0 0 30px;
}

.mgn2 {
  margin: 80px 0 0;
}
@media (max-width: 800px) {
.mgn2 {
  margin: 50px 0 0;
}
}

.accordion-content {
  display: none;
}

.accordion-header {
  background-color: #efefef;
  position: relative;
  padding: 15px 40px 15px 25px;
  margin: 10px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .accordion-header {
    padding: 15px 40px 15px 15px;
  }
}

.question-icon {
  color: #686350;
  display: flex;
  align-items: center;
  font-weight: bold;
  margin: 0 15px 0 0;
  font-family: "Jost", sans-serif;
}
@media (max-width: 800px) {
  .question-icon {
    margin: 0 8px 0 0;
  }
}

.accordion-header::before,
.accordion-header::after{
  position: absolute;
  content:'';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #686350;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #fff;
  padding: 12px 20px;
}
@media (max-width: 800px) {
  .accordion-content {
  padding: 12px 0;
}
}

.accordion-header:hover {
  background-color: #ddddd7;
}

.box-card {
  position: relative;
  padding: 30px;
  border: 1px solid #b0b0b0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .box-card {
    padding: 20px;
  }
}

.corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: #b0b0b0;
}
@media (max-width: 800px) {
  .corner {
    width: 60px;
    height: 60px;
  }
}

.corner span {
  position: absolute;
  top: 13px;
  left: 16px;
  color: #fff;
  font-size: 32px;
  font-family: "Jost", sans-serif;
}
@media (max-width: 800px) {
  .corner span {
    top: 8px;
    left: 12px;
    font-size: 28px;
  }
}

.content h4 {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 700;
  margin-left: 70px;
}
@media (max-width: 800px) {
  .content h4 {
    margin: 0 0 20px;
    font-size: 16px;
    margin-left: 60px;
  }
}

.content p {
  margin: 0;
}


/* voice page
-----------------------------------------------------*/
.voice_box {
  border: 1px solid #ccc;
  padding: 30px;
}
@media (max-width: 800px) {
  .voice_box {
    padding: 15px;
  }
}

.voice_name_wrap {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
@media (max-width: 800px) {
  .voice_name_wrap {
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
}

.voice_name {
  font-size: 120%;
  font-weight: 700;
  color: #858585;
}


/* staff page
-----------------------------------------------------*/
.profilewrap {
  margin: 0 0 100px;
}
@media (max-width: 800px) {
  .profilewrap {
    margin: 0 0 70px;
  }
}
.profilewrap:last-child {
  margin: 0;
}

.profile-card {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
}

.profile-card.reverse {
  flex-direction: row-reverse;
}

.profile-img {
  width: 44%;
  flex-shrink: 0;
}

.profile-img img {
  width: 100%;
  aspect-ratio: 4 / 4;
  object-fit: cover;
  display: block;
}

.profile-text {
  flex: 1;
}

.profile-text h2 {
  font-size: 28px;
  margin: 0 0 12px;
  font-weight: bold;
  font-family: "Jost", sans-serif;
}

.profile-text h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  margin-top: 10px;
}

.profile-text p {
  margin: 0 0 18px;
}

.profile-info {
  border-top: 1px solid #333;
  padding-top: 16px;
}

.profile-info p {
  margin-bottom: 6px;
}

@media (max-width: 800px) {
  .profile-card,
  .profile-card.reverse {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .profile-img {
    width: 100%;
    margin: 0 auto;
  }

  .profile-text {
    width: 100%;
  }

  .profile-text h3 {
    font-size: 24px;
  }

  .profile-text p {
    font-size: 14px;
  }
}

.staff_number {
  font-size: 50px;
  line-height: 40px;
  font-family: "Jost", sans-serif;
  display: inline-block;
  margin: 0 20px 0 0;
}
@media (max-width: 800px) {
  .staff_number {
    font-size: 36px;
    line-height: 20px;
    display: inline-block;
    margin: 0 20px 0 0;
  }
}

.profile-box_wrap {
  border: 1px solid #000;
}


/* training page
-----------------------------------------------------*/
.price-card {
  background: #f4f4f4;
  border-radius: 16px;
  padding: 28px;
  margin-bottom: 28px;
}

.price-card h3 {
  font-size: 24px;
  margin-bottom: 16px;
  border-left: 5px solid #222;
  padding-left: 12px;
}

.price-card p {
  margin-bottom: 20px;
}
@media (max-width: 800px) {
.price-card p {
  margin-bottom: 0;
}
}

.small {
  font-size: 14px;
  color: #666;
  margin: 5px 0 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 14px 12px;
  border-bottom: 1px solid #c8c8c8;
  text-align: left;
  vertical-align: top;
}

th {
  background: #e2e2e2;
  font-weight: 700;
}

td:last-child,
th:last-child {
  text-align: right;
  white-space: nowrap;
}

.orange_price {
  font-size: 22px;
  line-height: 15px;
  font-family: "Jost", sans-serif;
  color: #e17a00;
  font-weight: bold;
}

.small_price {
  color: #000;
  font-size: 16px;
  margin: 10px 0 0;
  font-weight: 700;
  display: block;
}
@media (max-width: 800px) {
.small_price {
  font-size: 14px;
}

.small_price2 {
  display: inline-block;
  color: #000;
  font-size: 14px;
}
}

.large_price_text {
  font-size: 30px;
  margin: 0 0 30px;
  text-align: center;
}

@media (max-width: 800px) {
.price-card {
    padding: 20px;
  }

  .price-card h3 {
    font-size: 20px;
  }

  table,
  tbody,
  tr,
  th,
  td {
    display: block;
    width: 100%;
  }

  tr {
    border-bottom: 1px solid #c8c8c8;
    padding: 12px 0;
  }

  th {
    display: none;
  }

  td {
    border: none;
    padding: 6px 0;
  }

  td:last-child {
    text-align: left;
    font-size: 22px;
    font-weight: 700;
  }
}

.gallery-loop {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
@media (max-width: 800px) {
.gallery-loop {
  padding: 60px 0;
}
}

.gallery-track {
  display: flex;
  width: max-content;
  gap: 40px;
  animation: scrollLoop 50s linear infinite;
}
@media (max-width: 800px) {
.gallery-track {
  gap: 20px;
}
}

.gallery-item {
  flex-shrink: 0;
  width: 320px;
}
@media (max-width: 800px) {
.gallery-item {
  width: 220px;
}
}

/* 画像 */
.gallery-item img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* 交互に上下へずらす */
.gallery-item:nth-child(odd) {
  transform: translateY(-20px);
}
.gallery-item:nth-child(even) {
  transform: translateY(20px);
}
@media (max-width: 800px) {
.gallery-item:nth-child(odd) {
  transform: translateY(-15px);
}
.gallery-item:nth-child(even) {
  transform: translateY(15px);
}
}

/* 無限スクロール */
@keyframes scrollLoop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}


/* treatment page
-----------------------------------------------------*/
.fv_wrap {
  margin: 80px 0;
}
@media (max-width: 800px) {
.fv_wrap {
  margin: 50px 0;
}
}

.fv {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 15%;
}
@media (max-width: 800px) {
  .fv {
    flex-direction: column;
    gap: 20px;
  }
}

.fv__photos {
  display: flex;
  gap: 12%;
  align-items: flex-start;
}
@media (max-width: 800px) {
  .fv__photos {
    width: 100%;
    gap: 40px;
    justify-content: center;
    padding: 0 20px;
    margin: 0 0 30px;
  }
}

.fv__photo {
  width: min(28vw, 420px);
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}
@media (max-width: 800px) {
  .fv__photo {
    width: calc((100% - 24px) / 2);
  }
}

.fv__photo--down {
  margin-top: 100px;
}
@media (max-width: 800px) {
  .fv__photo--down {
    margin-top: 50px;
  }
}

.fv__text {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  line-height: 33px;
}
@media (max-width: 800px) {
.fv__text {
    writing-mode: horizontal-tb;
    text-orientation: initial;
    line-height: 23px;
  }
}

.fv__title {
  letter-spacing: 8px;
  margin: 0 0 0 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 700;
}
@media (max-width: 800px) {
.fv__title {
  letter-spacing: 4px;
  margin: 0 0 20px 0;
  font-size: 20px;
}
}

.price_block_title {
  font-size: 32px;
  padding: 10px 30px;
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
  background-color: #f0e9d7;
  color: #998853;
}
@media (max-width: 800px) {
  .price_block_title {
    font-size: 25px;
    padding: 10px 20px;
  }
}

.menu_title {
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

.menu-card {
  border: 1px solid #ccc;
  }

.menu-img {
  width: 100%;
  height: 585px;
  object-fit: cover;
  display: block;
}

.menu-content {
  padding: 20px;
}

.badge {
  display: inline-block;
  background: #6f8a5f;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.price-list {
  margin: 20px 0 0;
  font-size: 22px;
  line-height: 15px;
  font-family: "Jost", sans-serif;
  color: #e17a00;
  font-weight: bold;
}

.price_orange {
  margin: 5px 0 0;
  font-size: 22px;
  line-height: 15px;
  font-family: "Jost", sans-serif;
  color: #e17a00;
  font-weight: bold;
}

.price-row {
  display: flex;
  align-items: center;
}

.price_mgn {
  margin: 0 0 20px;
}

.time {
  width: 100px;
  flex-shrink: 0;
}

.price {
  flex: 1;
}

.nature_logo {
  max-width: 400px;
  width: 70%;
  margin: 0 auto 30px;
}
@media (max-width: 800px) {
.nature_logo {
  margin: 60px auto 0;
}
}

.reaf_bg {
  background-image: url(./image/reaf.jpg);
  background-position: right top;
  background-size: 300px;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
.reaf_bg {
  background-size: 150px;
}
}

/* Modal Window----------------- */
.modalarea {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalbg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modal_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  max-width: 1000px;
  height: auto;
  max-height: 70%;
  background-color: #fff;
  border-radius: 10px;
  overflow-y: scroll;
}

.modal_contents {
  width: 100%;
  padding: 60px 30px 40px;
  text-align: left;
}
@media screen and (max-width : 800px) {
  .modal_contents{
    padding: 60px 15px 30px;
  }
}

.poli_text {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

.open_modal {
  text-align: center;
  max-width: 200px;
  width: 90%;
  text-decoration: underline;
  border: none;
  cursor: pointer;
  letter-spacing: 2px;
  margin: 20px auto 0;
  font-weight: 500;
  font-family: "Noto Sans JP";
  background-color: #fff;
}

.open_modal:hover {
  background-color: #fff;
  color: #000;
}

.closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #000;
  background-color: #ededed;
  width: 35px;
  height: 35px;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  text-indent: 2px;
}
@media screen and (max-width : 800px) {
  .closeModal {
    font-size: 20px;
  }
}

.closeModal2 {
  margin-top: 30px;
  padding: 15px 0 13px;
  background-color: #ededed;
  border: 1px solid #ededed;
  color: #000;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 2px;
}

.caution_text {
  text-align: center;
  color: #fff;
  background-color: #d1bd6d;
  border: 1px solid #d1bd6d;
  letter-spacing: 2px;
  font-weight: 700;
  font-family: "Noto Sans JP";
  padding: 20px 60px;
  transition: 0.3s;
  margin: 30px auto 0;
  font-size: 110%;
  border-radius: 100px;
  font-size: 16px;

}

.caution_text:hover {
  color: #d1bd6d;
  background-color: #fff;
}

.caution #openModal-1 {
  margin: 20px auto 0;
}
@media (max-width: 800px) {
.caution #openModal-1 {
  margin: 0 auto;
}
}


/* archive and single page
-----------------------------------------------------*/
.head_area {
  overflow: hidden;
  margin: 30px 0 80px;
  font-size: 80%;
}
@media (max-width: 800px) {
.head_area {
  margin: 15px 0 40px;
}
}

.breadcrumb a {
  text-decoration: underline;
  color: #b0b0b0;
}

.news_contents_wrap {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
  margin: 0 0 30px;
}

.date {
  font-family: "Jost", sans-serif;
  margin: 0 0 5px;
  color: #a6a6a6;
}

.news_title a {
  color: #000;
}

.news_title a:hover {
  color: #8c8678;
}

.news_contents p {
  margin: 0 0 10px;
}

.single_title {
  background-color: #;
  border-bottom: 1px solid #ccc;
  margin: 5px 0 30px;
  padding: 0 0 10px;
}

.single_pegenavi {
  margin: 50px 0 0;
  overflow: hidden;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  background-color: #fff;
  border: solid 1px #0174bd;
  padding: 20px 18px;
  margin: 0 8px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
  display: inline-block;
}

.wp-pagenavi a:hover{
  color:#fff; 
  background-color:#0174bd; 
  border-color:#0174bd;
}

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

.wp-pagenavi a, .wp-pagenavi span {
  padding: 9px 15px 10px 16px;
  margin: 10px 4px 0!important;
}

.pagenavi_prev {
  width: 50%;
  float: left;
}

.pagenavi_next {
  width: 50%;
  float: right;
}

.pagenavi_inner {
  overflow: hidden;
  width: 100%;
}


.navi_title_next {
  text-align: right;
}

.pagenavi_prev a:hover, .pagenavi_next a:hover {
  color: #b0b0b0;
}


/* footer area
-----------------------------------------------------*/
footer {
  background-color: #b0b0b0;
  color: #fff;
  text-align: center;
}
@media (max-width: 800px) {
  footer {
    padding: 0 0 40px;
  }
}

.foot_contact a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 30px 0;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 35px;
  letter-spacing: 5px;
  font-weight: bold;
  margin: 0 0 50px;
}
@media (max-width: 800px) {
  .foot_contact a {
    padding: 20px 0;
    font-size: 26px;
    margin: 0 0 40px;
  }
}

.footer_logo {
  width: 300px;
  margin: 0 auto 30px;
}
@media (max-width: 800px) {
  .footer_logo {
    width: 280px;
    margin: 0 auto 30px;
  }
}

.copy {
  font-size: 12px;
  text-align: center;
  padding: 50px 0 0;
}
@media (max-width: 800px) {
  .copy {
    font-size: 10px;
    padding: 30px 0 0;
  }
}

.cta {
  bottom: -150px;
  opacity: 0;
  position: fixed;
  z-index: 100;
  width: 500px;
  right: 20px;
  padding: 0 0 20px;
}
@media (max-width: 800px) {
  .cta {
    width: 95%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 0 10px;
  }
}

.cta_left {
  float: left;
  width: 49%;
}

.cta_right {
  float: right;
  width: 49%;
}


/* contact area
-----------------------------------------------------*/
#formWrap {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 800px) {
  #formWrap {
    width: 100%;
  }
}

#formbutton {
  cursor: pointer;
  -webkit-appearance: none;
  width: 180px;
  padding: 15px 0;
  margin: 0 5px;
  background-color: #b0b0b0;
  border: 1px solid #b0b0b0;
  border-radius: 100px;
  letter-spacing: 2px;
  text-indent: 2px;
  text-align: center;
  transition: .2s;
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 100%;
  font-weight: 500;
}
@media (max-width: 800px) {
  #formbutton {
    width: 140px;
    padding: 12px 0;
  }
}

#formbutton:hover {
  background-color: #fff;
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
}

.input_wrap {
  margin: 5px 0 40px;
}
@media (max-width: 800px) {
  .input_wrap {
    margin: 5px 0 20px;
  }
}

.formkoumoku {
  margin: 0 0 5px 0;
}

.input_area {
  width: 100%;
  background-color: #fff;
  border: none;
  height: 60px;
  margin: 4px 0 0;
  padding: 10px 20px;
  -webkit-appearance: none;
  border-radius: 15px;
  border: 1px solid #ccc;
  font-family: "Noto Sans JP";
}
@media (max-width: 800px) {
  .input_area {
    height: 40px;
    padding: 5px 10px;
    border-radius: 15px;
  }
}

.input_sub_text {
  font-size: 70%;
  margin: 5px 0 0;
}

.input_area2 {
  width:100%;
  background-color: #fff;
  border: none;
  padding: 20px 20px;
  -webkit-appearance: none;
  border-radius: 20px;
  border: 1px solid #ccc;
  font-family: "Noto Sans JP";
  margin: 5px 0 0;
}
@media (max-width: 800px) {
  .input_area2 {
    padding: 5px 10px;
  }
}

input[type="text"]:focus {
  outline: none;
  border: 1px solid #d1bd6d;
}

textarea:focus {
  outline: none;
  border: 1px solid #d1bd6d;
}

.hissu {
  color: #cf4e0e;
  font-size: 80%;
}

.policy {
  margin-top: 50px;
}

.policy1 {
  margin-bottom: 10px;
  text-align: center;
}

.policy2 {
  font-size: 90%;
  text-align: center;
}

.error_messe {
  margin: 5px 0;
  color: #d79555;
  font-weight: 600;
}

@media (max-width: 800px) {
  .hissu {
    font-size: 13px;
  }
  .policy {
    margin-top: 30px;
  }

  .policy2 {
    text-align: left;
  }
}

table.formTable {
  width: 100%;
  border-collapse:collapse;}

  .formTable{margin-bottom: 50px;}

  table.formTable td {
    padding: 10px;
    background: #fff;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    text-align: left;
    font-size: 100%;
    font-weight: 500;}

    table.formTable th {
      font-weight: 500!important;
      padding: 10px;
      border-top: 1px solid #e1e1e1;
      border-bottom: 1px solid #e1e1e1;
      border-left: 1px solid #e1e1e1;
      border-right: 1px solid #e1e1e1;}

      table.formTable th {
        width: 35%;
        font-weight: normal;
        background: #efefef;
        text-align: left;}

        p.error_messe {
          margin: 5px 0;
          color: #d79555;}

/* ------------------------- */
@media screen and (max-width : 800px) {
  .formTable {margin-bottom: 30px;}

  table.formTable th {width:100%; display: block;}

  table.formTable td, table.formTable th {
    padding: 10px;
    width: 100%;
    display: block;}

    table.formTable td {
      padding: 10px;
      border-top: none;
      border-bottom: 1px solid #e1e1e1;
      border-left: 1px solid #e1e1e1;
      border-right: 1px solid #e1e1e1;}

      table.formTable th {
        padding: 10px;
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;}

        table.formTable {
          border-top: 1px solid #e1e1e1;}
        }

/* grid area
-----------------------------------------------------*/
.grid_wrap4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 800px) {
  .grid_wrap4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.grid_wrap2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 30px;
}
@media (max-width: 800px) {
  .grid_wrap2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 20px;
  }
}

.grid_wrap3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
}
@media (max-width: 800px) {
  .grid_wrap3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 20px;
  }
}


/* slick
-----------------------------------------------------*/
.slider-2 .thumb {
  width: 400px;
  height: 300px;
  overflow: hidden;
  margin: 0 20px;
}

.slider-2 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #b0b0b0;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 110px;
  z-index: 1;
}

.slider-2 .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}

.slider-2 .slick-next {
  right: 0;
  margin-right: 20px;
}

.slider-2 .slick-prev {
  left: 0;
  margin-left: 20px;
}

.slider-2 .slick-next::before {
  left: 20px;
}

.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 20px;
}

.dots-2 .slick-dots {
  text-align: center;
}

.dots-2 .slick-dots li {
  display: inline-block;
}

.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px 6px 0;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #e5e5e5;
  border-radius: 50%;
}

.dots-2 .slick-dots .slick-active button {
  background: #b0b0b0;
}

/* under 800
-----------------------------------------------------*/
@media (max-width: 800px) {
  .slider-2 .slick-slide {
    width: 300px;
  height: 220px;
    margin: 0 10px;
  }

  .slider-2 .slick-arrow {
    width: 40px;
    height: 40px;
    top: 80px;
  }

  .slider-2 .slick-next {
    margin-right: 10px;
  }

  .slider-2 .slick-prev {
    margin-left: 10px;
  }

  .slider-2 .slick-arrow::before {
    width: 10px;
    height: 10px;
    top: 14px;
  }

  .slider-2 .slick-next::before {
    left: 12px;
  }

  .slider-2 .slick-prev::before {
    right: 12px;
  }
}


/* other
-----------------------------------------------------*/
.center, .center2 {
  text-align: center;
}
@media (max-width: 800px) {
  .center2 {
    text-align: left;
  }
}

.text_bold {
  color: #838383;
}

.block_title_wrap {
  margin: 0 0 50px;
  padding: 0 0 15px;
  border-bottom: 1px solid #000;
}
@media (max-width: 800px) {
  .block_title_wrap {
    margin: 0 0 40px;
  }
}

.block_title_en {
  font-family: "Jost", sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 38px;
  margin: 0 0 10px;
  color: #b0b0b0;
}
@media (max-width: 800px) {
  .block_title_en {
    font-size: 32px;
    line-height: 26px;
    margin: 0 0 5px;
  }
}

.box_wrap {
  overflow: hidden;
}

.box_left {
  float: left;
  width: 48%;
}
@media (max-width: 800px) {
  .box_left {
    float: none;
    width: 100%;
  }
}

.box_right {
  float: right;
  width: 45%;
}
@media (max-width: 800px) {
  .box_right {
    float: none;
    width: 100%;
    margin: 30px 0 0;
  }
}

.photo_wrap {
  margin: 30px 0 0;
}
@media (max-width: 800px) {
  .photo_wrap {
    margin: 23px 0 0;
  }
}

.message_large {
  font-size: 30px;
  font-weight: 700;
  margin: -10px 0 50px;
}
@media (max-width: 800px) {
  .message_large {
    font-size: 20px;
    margin: 0 0 30px;
  }
}

.message_large2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 50px;
}
@media (max-width: 800px) {
  .message_large2 {
    font-size: 16px;
    margin: 0 0 30px;
  }
}

.message_large3 {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 800px) {
  .message_large3 {
    font-size: 16px;
  }
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 80px;
  line-height: 70px;
  padding: 0 0 15px;
  margin: 0 0 30px;
  font-family: "Jost", sans-serif;
  color: #efefef;
}
@media (max-width: 800px) {
  .marquee {
    font-size: 50px;
    line-height: 40px;
    margin: 0 0 15px;
  }
}

.marquee__track {
  display: flex;
  width: max-content;
  animation: marquee 70s linear infinite;
}

.marquee__track span {
  flex-shrink: 0;
  padding-right: 4rem; /* 文と文の間隔 */
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.link_btn {
  width: 300px;
  margin: 50px auto 0;
}
@media (max-width: 800px) {
  .link_btn {
    width: 250px;
    margin: 30px auto 0;
  }
}

.link_btn a {
  display: block;
  padding: 20px 0;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #b0b0b0;
  color: #fff;
  background-color: #b0b0b0;
}

.link_btn a:hover {
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
  background-color: #fff;
}

.link_btn2 {
  width: 170px;
  margin: 30px 0 0;
}
@media (max-width: 800px) {
  .link_btn2 {
    margin: 20px 0 0;
  }
}

.link_btn2 a {
  display: block;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #b0b0b0;
  color: #b0b0b0;
  background-color: #fff;
}

.link_btn2 a:hover {
  border: 1px solid #b0b0b0;
  color: #fff;
  background-color: #b0b0b0;
}

.bg_gray {
  background-color: #efefef;
  padding: 50px;
}
@media (max-width: 800px) {
  .bg_gray {
    padding: 15px;
  }
}

.bg_lightpink {
  background-color: #fbf3ec;
  padding: 50px;
}
@media (max-width: 800px) {
  .bg_lightpink {
    padding: 15px;
  }
}

.anc {
  padding-top: 100px;
  margin-top: -100px;
}

.sns_area {
  width: 200px;
  margin: 30px 0 0;
}

.sns_area img {
  width: 50px;
}

.text_red {
  color: #c41616;
}

.large_bold {
  font-size: 120%;
  font-weight: 700;
  margin: 0 0 10px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.blur {
  animation-name:blurAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
    filter: blur(1px);
    transform: scale(1.02);
    opacity: 0;
  }

  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

.blurTrigger {
  opacity: 0;
}


/* under 800
-----------------------------------------------------*/
@media (max-width: 800px) {
  .pc {
    display: none;
  }
}

/* over 801
-----------------------------------------------------*/
@media (min-width: 801px) {
  .sp {
    display: none;
  }
}







/* ベージュ系配色CSS
-----------------------------------------------------*/
.color_beige .header_wrap.is-scroll {
  background-color: rgba(176, 176, 176, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.color_beige .gloval_nav {
  background-color: rgba(194, 183, 177, .9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid #fff;
  display: none;
  position: fixed;
  top: 100px;
  right: 20px;
  width: 300px;
  z-index: 9100;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.color_beige .block_title_en {
  font-family: "Jost", sans-serif;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 38px;
  margin: 0 0 10px;
  color: #c2b7b1;
}
@media (max-width: 800px) {
  .color_beige .block_title_en {
    font-size: 32px;
    line-height: 26px;
    margin: 0 0 5px;
  }
}

.color_beige .box-card {
  position: relative;
  padding: 30px;
  border: 1px solid #c2b7b1;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

.color_beige .corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  background: #c2b7b1;
}
@media (max-width: 800px) {
  .color_beige .corner {
    width: 60px;
    height: 60px;
  }
}

.color_beige .text_bold {
  color: #8d7f77;
}

.color_beige .link_btn a {
  display: block;
  padding: 20px 0;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #c2b7b1;
  color: #fff;
  background-color: #c2b7b1;
}

.color_beige .link_btn a:hover {
  border: 1px solid #c2b7b1;
  color: #c2b7b1;
  background-color: #fff;
}

.color_beige .link_btn2 a {
  display: block;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #c2b7b1;
  color: #c2b7b1;
  background-color: #fff;
}

.color_beige .link_btn2 a:hover {
  border: 1px solid #c2b7b1;
  color: #fff;
  background-color: #c2b7b1;
}

.color_beige .card {
  display: flex;
  border: 1px solid #c2b7b1;
  background-color: #fff;
}

.color_beige .card-number {
  width: 150px;
  flex-shrink: 0;
  background: #c2b7b1;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Jost", sans-serif;
}
@media (max-width: 800px) {
  .color_beige .card-number {
    width: 100%;
    font-size: 28px;
    padding: 15px 0;
  }
}

.color_beige footer {
  background-color: #c2b7b1;
  color: #fff;
  text-align: center;
}

.color_beige .bg_gray {
  background-color: #f4ede9;
  padding: 50px;
}
@media (max-width: 800px) {
  .color_beige .bg_gray {
    padding: 15px;
  }
}

.color_beige .content h4 {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 700;
  margin-left: 70px;
  color: #84756d;
}
@media (max-width: 800px) {
  .color_beige .content h4 {
    margin: 0 0 20px;
    font-size: 16px;
    margin-left: 60px;
  }
}

.color_beige .arrow_down {
  font-size: 30px;
  margin: 15px 0;
  color: #c2b7b1;
}

.color_beige .slider-2 .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #a49288;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 110px;
  z-index: 1;
}

.color_beige .dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px 6px 0;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #ddd3ce;
  border-radius: 50%;
}

.color_beige .dots-2 .slick-dots .slick-active button {
  background: #a49288;
}


@media (max-width: 800px) {


  .color_beige .slider-2 .slick-arrow {
    width: 40px;
    height: 40px;
    top: 80px;
  }
}

@media (max-width: 800px) {
  .color_beige .gloval_nav {
    top: 80px;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
}

.color_beige .trial_bg {
  background-color: #f4ede9;
  padding: 50px;
  margin: 50px 0 0;
  text-align: center;
}
@media (max-width: 800px) {
.color_beige .trial_bg {
  padding: 20px;
}
}




/* グレー系配色CSS
-----------------------------------------------------*/

