@charset "UTF-8";
/*
Theme Name:株式会社bodymakeONIX
Description:株式会社bodymakeONIX | 佐賀県唐津市 トレーニングジム パーソナル フィットネス
Version: 1.0
License:株式会社bodymakeONIX
License URI:https://www.bodymake-onix.co.jp
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Serif+JP:wght@200..900&display=swap");
/****************************************

リセットCSSここから

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff"), url("./font/NotoSansJP-Regular.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 600;
  src: url("./font/NotoSansJP-Bold.woff") format("woff"), url("./font/NotoSansJP-Bold.eot") format("eot");
  font-display: swap;
}
/****************************************

body設定(主に書式)

*****************************************/
body {
  color: #333;
  background: #fff;
  font-weight: normal;
  min-width: 1240px;
  font-size: 1.6rem;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #wrapper {
    width: 100%;
    min-height: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
  }
}
/****************************************

フォント指定

*****************************************/
body li,
body tt,
body tr,
body dt,
body dd,
body p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
body h1 {
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h2 {
  font-size: 2.4rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}
body h3 {
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  body li,
  body tt,
  body tr,
  body dt,
  body dd,
  body p {
    font-size: 1.4rem;
  }
  body h1 {
    font-size: 2.4rem;
  }
  body h2 {
    font-size: 2rem;
  }
  body h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover,
a:active {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a img.img_opacity {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover img.img_up {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a img.img_up {
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

a.deconone:link,
a.deconone:visited,
a.deconone:hover,
a.deconone:active {
  text-decoration: none;
}

/****************************************

P

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.tr {
  text-align: right;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.tc {
  text-align: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .tc2 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 50px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .w1200 {
    width: 100%;
    padding: 0 3%;
  }
}
/****************************************

clearfix

*****************************************/
.clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

ヘッダー　共通

*****************************************/
#header {
  width: 100%;
  z-index: 100;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}

.header_wrap {
  width: 100%;
  padding: 30px 140px 0 0;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .header_wrap {
    padding: 30px 130px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .header_wrap {
    padding: 70px 3% 0;
  }
}

.h_logo {
  position: absolute;
  top: 30px;
  left: 4.166%;
  line-height: 1;
  z-index: 9;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .h_logo {
    top: 10px;
    left: 2%;
    width: 180px;
  }
  .h_logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .h_logo {
    width: 70px;
  }
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  left: 3.64%;
  bottom: 90px;
  writing-mode: vertical-rl;
  color: #999;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .scroll {
    display: none;
  }
}
.scroll a {
  color: #999;
  text-decoration: none;
}
.scroll a:hover {
  opacity: 0.8;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #999;
  bottom: -90px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .scroll::before {
    bottom: -60px;
    height: 50px;
  }
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
}
/****************************************

pcヘッダー

*****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
}
.header_right_above {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 30px;
}

.header_tel {
  padding: 0 30px 0 10px;
}

.h_btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.h_contact {
  width: 140px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1440px) {
  .h_contact {
    width: 130px;
  }
}
.h_contact a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(60deg, #cc9933, #dcb871);
  transition: 3s;
  transition: 0.3s;
}
.h_contact a:hover {
  filter: brightness(1.1);
}
.h_contact a span {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 600;
  padding-top: 45px;
  background: url(images/h_mail.svg) top center no-repeat;
}

.h_line {
  width: 140px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1440px) {
  .h_line {
    width: 130px;
  }
}
.h_line a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: linear-gradient(60deg, #0b3b34, #1d7c6e);
  transition: 0.3s;
}
.h_line a:hover {
  filter: brightness(1.2);
}
.h_line a span {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0em;
  color: #fff;
  padding-top: 45px;
  background: url(images/h_line.svg) top center no-repeat;
}

/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  .header_right,
  .header_mail, .h_btn {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
}
/****************************************

メインビジュアル

*****************************************/
#mv_top {
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: right;
  padding-right: 60px;
}
@media screen and (max-width: 767px) {
  #mv_top {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img {
    width: 140%;
    position: relative;
    left: -30%;
  }
}
@media screen and (max-width: 767px) {
  #mv_top .mv_img .slide-187, #mv_top .mv_img .slide-188 {
    left: 10%;
  }
}
#mv_top::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 55%;
  bottom: 0;
  left: 0;
  background-color: #edf4f0;
  z-index: -3;
}

.slider_container {
  max-width: 1470px;
  width: 76.5625%;
  position: relative;
}
.slider_container::after {
  display: block;
  content: "";
  position: absolute;
  background: url(images/leaf.png) bottom left no-repeat;
  height: 468px;
  aspect-ratio: 360/468;
  bottom: -40px;
  left: -235px;
  z-index: -2;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  .slider_container::after {
    height: 350px;
    left: -180px;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .slider_container::after {
    height: clamp(140px, 36vw, 270px);
    left: -25%;
    bottom: -20px;
    opacity: 0.7;
  }
}

.slider {
  overflow: hidden;
  position: relative;
}
.slider img {
  width: 100%;
  height: auto;
}

.top_catch {
  position: absolute;
  left: -21%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_catch {
    left: -28%;
  }
}

.catch1 {
  font-size: clamp(5rem, 3.3vw, 6rem);
  letter-spacing: 0.1em;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  .catch1 {
    font-size: clamp(1.8rem, 5.8vw, 3.5rem);
  }
}
.catch1 span {
  font-size: clamp(4rem, 2.7vw, 5rem);
}
@media screen and (max-width: 767px) {
  .catch1 span {
    font-size: clamp(1.6rem, 4.1vw, 2.5rem);
  }
}

.catch2 {
  font-size: clamp(2.5rem, 1.6vw, 3rem);
  letter-spacing: 0.05em;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  color: #fff;
  padding-left: 40px;
  margin-top: 20px;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  .catch2 {
    font-size: clamp(1.2rem, 3.3vw, 2rem);
    margin-top: 5px;
    padding-left: 10px;
    padding-left: 25px;
  }
}

.top_catch2 {
  position: absolute;
  left: -21%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_catch2 {
    left: -28%;
  }
}
.top_catch2 .catch1 {
  color: #13685b;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1568627451);
}
.top_catch2 .catch2 {
  background: linear-gradient(0deg, #dcb871, #cc9933);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.1568627451);
}

#mv_page {
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  padding-right: 60px;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  #mv_page {
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  #mv_page .mv_img {
    width: 180%;
    position: relative;
    left: -40%;
  }
}
#mv_page::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0px;
  left: 0;
  background-color: #edf4f0;
  z-index: -3;
}

.slider_container2 {
  max-width: 1300px;
  width: 76.5625%;
  position: relative;
}
.slider_container2::after {
  display: block;
  content: "";
  position: absolute;
  background: url(images/leaf3.png) bottom left no-repeat;
  height: 356px;
  aspect-ratio: 332/356;
  bottom: -30px;
  left: -220px;
  z-index: -2;
  transition: 0.3s;
}
@media screen and (max-width: 1800px) {
  .slider_container2::after {
    height: 200px;
    left: -125px;
    bottom: -35px;
    background-size: contain;
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .slider_container2::after {
    height: clamp(100px, 30vw, 220px);
    left: -25%;
    bottom: -20px;
    opacity: 0.7;
  }
}

.slider2 {
  overflow: hidden;
  position: relative;
}
.slider2 img {
  width: 100%;
  height: auto;
}

.page_title {
  position: absolute;
  bottom: 20px;
  left: 50px;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: clamp(3rem, 3.2vw, 4.5rem);
  color: #fff;
  text-shadow: 0 0 20px #000;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .page_title {
    left: 20px;
    font-size: clamp(2.2rem, 5.5vw, 3rem);
  }
}
.page_title span {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  display: block;
  font-size: clamp(1.2rem, 1.2vw, 1.8rem);
  font-weight: 500;
}

.metaslider .flex-control-nav {
  bottom: 40px !important;
}

.metaslider .flexslider {
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  #mv_top {
    width: 100%;
  }
  #mv_page {
    width: 100%;
  }
  .metaslider .flex-control-nav {
    bottom: -30px !important;
  }
  .metaslider .flex-control-nav {
    bottom: 15px !important;
  }
}
/****************************************

content 共通設定

*****************************************/
@media print, screen and (min-width: 768px) {
  main#top_main {
    width: 100%;
    margin: 0 auto;
  }
  main#page_main {
    width: 100%;
    margin: 0px auto 0;
  }
  .pc_none {
    display: none !important;
  }
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  main#page_main {
    width: 100%;
    margin: 25px auto 0;
  }
}
/****************************************

single.php

*****************************************/
#single_box {
  margin-top: 40px;
}

.single_text {
  width: 100%;
}

.single_text img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
}

.pager {
  clear: both;
  text-align: center;
  margin: auto;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  color: #13685b;
  text-decoration: none;
}

a.page-numbers:hover {
  background: #edf4f0;
}

.pager .current {
  background: rgba(0, 0, 0, 0.02);
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #13685b;
  border: solid 1px #13685b;
  color: white;
}

.nav-below {
  margin: 50px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 30px 0 20px;
  }
}

.nav-below a {
  margin: 0 5px;
  text-decoration: none;
  color: #13685b;
  position: relative;
}

/* 前へ、次へのホバー時 */
.nav-below a:hover {
  color: #13685b;
}

/* 前へ、次へのホバー時 */
.nav-below a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #13685b;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.nav-below a:hover::after {
  opacity: 0.8;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  #single_box {
    width: 100%;
    margin-top: 40px;
  }
  #single_box h1 {
    font-size: 1.8rem;
  }
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
  .single_text img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
/****************************************

Contact Form7

*****************************************/
.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}
.form_row .form_input a {
  color: #13685b;
}
.form_row .form_input a :hover {
  text-decoration: none;
  opacity: 0.8;
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

select.wpcf7-form-control {
  width: auto;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
  margin-right: 10px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #13685b;
  border-radius: 8px;
  background-color: #13685b;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0 16px;
  font-family: "NotoSansJP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #13685b;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-list-item label {
  display: flex;
  align-items: start;
}

input[type=radio i], input[type=checkbox i] {
  margin: 7px 3px 3px 5px;
}
@media screen and (max-width: 767px) {
  input[type=radio i], input[type=checkbox i] {
    margin: 5px 3px 3px 5px;
  }
}

.c_day input {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
  }
  .tc input[type=submit] {
    font-size: 1.4rem;
    padding: 10px;
    margin: 10px auto 0 0px;
  }
  .wpcf7 .ajax-loader {
    display: block;
    margin: 10px auto;
  }
}
.contact_box {
  margin: 0 auto;
  padding: 100px 0;
  background: url(images/c_bg.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .contact_box {
    padding: 50px 0;
  }
}
.contact_box p {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact_box {
    margin: 0 auto;
  }
}

.link_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .link_container {
    flex-direction: column;
    margin-top: 30px;
    gap: 30px;
  }
}

.c_tel {
  text-align: center;
  transition: 0.3s;
}
.c_tel :hover {
  filter: brightness(1.2);
}
.c_tel p {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c_tel p {
    margin-bottom: 10px;
  }
}

.c_line a {
  background-color: #34d174;
}
.c_line a span {
  background: url(images/c_line.svg) left top 5px no-repeat;
}
.c_line :hover {
  filter: brightness(1.1);
}

.c_mail a {
  background-color: #cc9933;
}
.c_mail a span {
  background: url(images/c_mail.svg) left center no-repeat;
}
.c_mail :hover {
  filter: brightness(1.2);
}

.c_line, .c_mail {
  width: 270px;
}
.c_line a, .c_mail a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  padding: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c_line a, .c_mail a {
    font-size: 1.6rem;
    padding: 25px;
  }
}
.c_line a span, .c_mail a span {
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  font-weight: 600;
  padding-left: 30px;
}
.c_line a::after, .c_mail a::after {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid rgba(255, 255, 255, 0.5058823529);
  top: 4px;
  left: 4px;
}

/****************************************

footer

*****************************************/
#footer {
  bottom: 0;
  left: 0;
  width: 100%;
}

.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 70px;
  z-index: 999;
}

.footer_sp {
  display: none;
}

.footer_container {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .footer_container {
    padding-top: 50px;
  }
}

.footer_logo {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    max-width: 477px;
    width: 80%;
    margin: 0 auto 30px;
  }
}

.footer_link {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer_link {
    margin-bottom: 40px;
  }
}

.f_gym {
  background-color: #edf4f0;
  padding: 40px 40px 30px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.f_gym_ttl {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #13685b;
  border-bottom: 1px solid #13685b;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .f_gym_ttl {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}

.f_gym_content {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .f_gym_content {
    width: 100%;
    padding: 20px 10px;
    background-color: #edf4f0;
    margin-bottom: 20px;
  }
}

.f_tbl dl {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
.f_tbl dl dt {
  width: 70px;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .f_tbl dl dt {
    width: 60px;
    font-size: 1.2rem;
  }
}
.f_tbl dl dd {
  text-align: left;
  width: calc(100% - 70px);
  font-size: 1.5rem;
}
.f_tbl dl dd span {
  font-size: 1.3rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .f_tbl dl dd {
    padding-left: 10px;
    width: calc(100% - 60px);
    font-size: 1.3rem;
  }
}

.sitemap {
  border-top: 1px solid #ccc;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.sitemap a {
  position: relative;
  text-decoration: none;
}

.sitemap div a, .sitemap dt {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.5rem;
  color: #13685b;
  font-weight: 600;
  margin-bottom: 10px;
}

.sitemap dd a {
  color: #333;
  font-size: 1.3rem;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.sitemap dd a::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background-color: #cc9933;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* サイトマップホバー時のアンダーライン */
.sitemap a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #13685b;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.sitemap a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.copyright_block {
  text-align: center;
  background-color: #13685b;
  padding: 18px 0;
}

.copyright {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer_pc {
    display: none;
  }
  .footer_sp {
    display: revert;
  }
  .pagetop {
    right: 10px;
    bottom: 10px;
  }
  .copyright_block {
    padding: 8px 3%;
  }
  .copyright {
    font-size: 1.2rem;
  }
  /* フローティングバナー */
  .sp_footer__btn {
    display: revert;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 5;
  }
  .sp_footer__btn ul {
    display: flex;
    height: 70px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_footer__btn ul li {
    position: relative;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    border-top: 1px solid #fff;
  }
  .sp_footer__btn ul li:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .sp_footer__btn ul li a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
    color: #fff;
    text-decoration: none;
  }
  /* フローティングバナーの色 */
  .sp_footer__btn ul li a {
    background: #0b3b34;
    padding-top: 10px;
  }
  .sp_footer__btn ul li a span {
    position: relative;
    display: block;
    height: auto;
    padding-top: 25px;
    line-height: 1.2;
    text-align: center;
  }
  .sp_footer__btn ul li a span::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: calc(50% - 15px);
    top: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top;
  }
  .icon_tel::after {
    background-image: url(images/icon_tel.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_line::after {
    background-image: url(images/icon_line.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_mail::after {
    background-image: url(images/icon_mail.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .icon_arrow::after {
    background-image: url(images/icon_arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  #footer {
    margin-bottom: 70px;
  }
}
/****************************************

spヘッダー

*****************************************/
@media screen and (max-width: 767px) {
  #toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
    padding: 13px 10px;
    background: #13685b;
    border: 1px solid rgba(255, 255, 255, 0.2862745098);
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 10px;
  }
  #toggle span:nth-child(3) {
    top: 20px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    -ms-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    -ms-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: url(images/sp_nav.png) no-repeat right bottom, #13685b;
    background-size: contain;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding: 70px 20px 30px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
    border-bottom: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item-home {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビのホバー時 */
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 11px 0 10px;
    background: rgba(255, 255, 255, 0.3);
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  /* ナビ下層のホバー時 */
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
    background: #13685b;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/* spナビ下の情報 */
.sp_navi_info {
  margin: 0 20px 20px;
  padding: 25px;
  text-align: center;
  background-color: rgba(19, 104, 91, 0.4117647059);
}

.sp_navi_info dt {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4745098039);
  color: #fff;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  letter-spacing: 0.03em;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
}

.sp_navi_info p {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.3rem;
}
.sp_navi_info dd {
  margin-bottom: 25px;
}
.sp_navi_info dd:last-child {
  margin-bottom: 0;
}
.sp_navi_info dd a {
  color: #fff;
}

.n_link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.g_info div {
  width: 70%;
  max-width: 260px;
  margin: 0 auto;
}

.n_link div {
  width: 30px;
}

/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #g_navi {
    display: none;
  }
}
#g_navi {
  padding: 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: right;
}

#g_navi .menu {
  width: auto;
  zoom: 1;
  list-style-type: none;
  display: flex;
}

#g_navi .menu:before {
  content: "";
  display: table;
}

#g_navi .menu:after {
  content: "";
  display: table;
  clear: both;
}

#g_navi .menu > li {
  position: relative;
  margin: 0 20px;
  transition: 0.3s;
}
@media screen and (max-width: 1440px) {
  #g_navi .menu > li {
    margin: 0 10px;
  }
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 20px 0;
  color: #333;
  cursor: pointer;
}

/* ナビの副項目の幅の変更 */
#g_navi .menu li ul {
  width: 200px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #13685b;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}

#g_navi .menu li ul li a:hover {
  background: #fff;
  color: #13685b;
  opacity: 0.6;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
  }
  /* メニューホバー時のアンダーライン */
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #13685b;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: 0;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

content 共通設定

*****************************************/
.breadcrumb_area {
  padding: 20px 0 10px;
  background-color: #edf4f0;
  margin-bottom: 50px;
}

.breadcrumb p {
  text-align: right;
  font-size: 1.5rem;
}

.breadcrumb a {
  color: #333;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #13685b;
}

/* パンくずリストホバー時アンダーライン */
.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #13685b;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.breadcrumb a:hover::after {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  .breadcrumb_area {
    width: 100%;
    padding: 10px 3%;
    margin-bottom: 40px;
  }
  .breadcrumb {
    width: 100%;
  }
  .breadcrumb p {
    font-size: 1rem;
  }
  .sp_none {
    display: none !important;
  }
  main#top_main {
    width: 100%;
  }
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

タイトル

*****************************************/
.block {
  display: block;
}

.top_ttl1 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #13685b;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_ttl1 {
    font-size: 1.6rem;
  }
}

.top_ttl1_1 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #9e5a96;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_ttl1_1 {
    font-size: 1.6rem;
  }
}

.top_ttl2 {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-weight: 500;
  font-size: 6rem;
  letter-spacing: 0.02em;
  color: #13685b;
  padding: 60px 0 30px;
  background: url(images/deco1.png) top center no-repeat;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl2 {
    font-size: 3.5rem;
    background-size: 250px;
    padding: 40px 0 20px;
    margin-bottom: 30px;
  }
}
.top_ttl2::after {
  display: block;
  content: "";
  position: absolute;
  width: 400px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cc9933, transparent);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_ttl2::after {
    width: 250px;
  }
}

.top_ttl3 {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 5.5rem;
  color: #13685b;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .top_ttl3 {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
}
.top_ttl3 span {
  display: block;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #666;
  padding-left: 30px;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top_ttl3 span {
    font-size: 1.6rem;
    padding-left: 20px;
    margin-top: 10px;
  }
}
.top_ttl3 span::before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #cc9933;
  border-radius: 100vmax;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .top_ttl3 span::before {
    width: 10px;
    height: 10px;
  }
}

.top_ttl4 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 2rem;
  color: #666;
  margin-bottom: 50px;
  padding: 0 0 10px 95px;
  background: url(images/deco2.png) left center no-repeat;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl4 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    padding: 0 0 5px 50px;
    background-size: 40px;
  }
}
.top_ttl4::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cc9933, transparent);
  bottom: 0;
  left: 0;
}
.top_ttl4 span {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 5.5rem;
  letter-spacing: 0.02em;
  padding-right: 10px;
  color: #13685b;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl4 span {
    font-size: 3rem;
  }
}

.top_ttl5 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  font-size: 4rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_ttl5 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
.top_ttl5 span {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.02rem;
  color: #cc9933;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .top_ttl5 span {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.top_ttl6 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #666;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 90px;
  line-height: 1;
  text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_ttl6 {
    font-size: 1.6rem;
    margin-bottom: 40px;
    padding-bottom: 0px;
  }
}
.top_ttl6::after {
  display: block;
  content: "";
  position: absolute;
  width: 274px;
  height: 203px;
  background: url(images/leaf2.png) no-repeat;
  top: 10px;
  left: -60px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top_ttl6::after {
    height: 110px;
    background-size: contain;
    top: -10px;
    left: -20px;
  }
}
.top_ttl6 span {
  font-weight: 500;
  font-size: 5.5rem;
  letter-spacing: 0.02rem;
  color: #13685b;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_ttl6 span {
    font-size: 3.5rem;
    margin-bottom: 20px;
  }
}

.top_ttl7 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: 4.5rem;
  letter-spacing: 0.05em;
  color: #13685b;
  padding: 60px 0 20px;
  background: url(images/deco3.png) top center no-repeat;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .top_ttl7 {
    font-size: 2.5rem;
    background-size: 50px;
    padding: 30px 0 10px;
    margin-bottom: 30px;
  }
}
.top_ttl7::after {
  display: block;
  content: "";
  position: absolute;
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cc9933, transparent);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .top_ttl7::after {
    width: 150px;
  }
}

.top_ttl8 {
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  padding: 12px;
  background-color: #13685b;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .top_ttl8 {
    font-size: 2rem;
    padding: 10px;
  }
}

.top_ttl9 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_ttl9 {
    font-size: 1.8rem;
  }
}
.top_ttl9 span {
  color: #fff;
  background-color: #13685b;
  width: 100px;
  font-size: 1.4rem;
  text-align: center;
  padding: 5px;
  letter-spacing: 0.05em;
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .top_ttl9 span {
    width: 90px;
    font-size: 1.3rem;
    margin-right: 10px;
    padding: 2px;
  }
}

.top_ttl10 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 2rem;
  color: #bbb;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .top_ttl10 {
    font-size: 1.4rem;
    margin-bottom: 40px;
    text-align: center;
  }
}
.top_ttl10 > span {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  color: #fff;
  font-size: 5.5rem;
  letter-spacing: 0.02em;
  margin-top: 20px;
  display: block;
}
@media screen and (max-width: 767px) {
  .top_ttl10 > span {
    margin-top: 0;
    font-size: 3rem;
  }
}
.top_ttl10 > span span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .top_ttl10 > span span {
    font-size: 2rem;
  }
}

.headline {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-align: center;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  color: #13685b;
  padding: 50px 0 20px;
  background: url(images/deco3_1.png) top center no-repeat;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .headline {
    font-size: 2.3rem;
    background-size: 50px;
    padding: 30px 0 10px;
    margin-bottom: 30px;
  }
}
.headline::after {
  display: block;
  content: "";
  position: absolute;
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cc9933, transparent);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .headline::after {
    width: 150px;
  }
}

.ttl01 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 3.2rem;
  color: #13685b;
  margin-bottom: 20px;
  padding: 0 0 10px 70px;
  background: url(images/deco2.png) left top 5px no-repeat;
  background-size: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl01 {
    font-size: 2rem;
    padding: 0 0 10px 50px;
    background-size: 40px;
  }
}
.ttl01::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cc9933, transparent);
  bottom: 0;
  left: 0;
}

.ttl01_1 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 2.5rem;
  color: #13685b;
  margin-bottom: 20px;
  padding: 0 0 10px 50px;
  background: url(images/deco2.png) left top 8px no-repeat;
  background-size: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl01_1 {
    font-size: 1.6rem;
    padding: 0 0 10px 30px;
    background: url(images/deco2.png) left top 5px no-repeat;
    background-size: 25px;
  }
}
.ttl01_1::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #cc9933, transparent);
  bottom: 0;
  left: 0;
}

.ttl02 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 2rem;
  padding: 10px 10px 10px 40px;
  background-color: #edf4f0;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl02 {
    font-size: 1.7rem;
  }
}
.ttl02::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #cc9933;
  border-radius: 100vmax;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .ttl02::before {
    width: 10px;
    height: 10px;
  }
}

.ttl03 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 2rem;
  color: #13685b;
  padding: 0 0 10px 10px;
  border-bottom: 1px solid #13685b;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl03 {
    font-size: 1.7rem;
  }
}

.ttl04 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #faf5ea;
  text-align: center;
  padding: 5px 10px;
  background-color: #cc9933;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl04 {
    font-size: 1.7rem;
  }
}

.ttl05 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 2rem;
  color: #13685b;
  padding-bottom: 10px;
  border-bottom: 1px solid #13685b;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .ttl05 {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}
.ttl05 span {
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  margin-right: 15px;
  background-color: #13685b;
  color: #fff;
  padding: 5px;
  width: 100px;
  text-align: center;
  border-radius: 100vmax;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .ttl05 span {
    font-size: 1.5rem;
    margin-right: 10px;
    width: 80px;
  }
}

.ttl06 {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: #13685b;
}
@media screen and (max-width: 767px) {
  .ttl06 {
    font-size: 1.3rem;
    padding: 5px 3px;
  }
}

/* ボタン */
.btn_container1 {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .btn_container1 {
    margin-top: 50px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.btn1 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .btn1 {
    width: 250px;
  }
}
.btn1 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/btn_arrow.svg) right 20px center no-repeat, linear-gradient(60deg, #0b3b34, #1d7c6e);
  text-decoration: none;
  padding: 23px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn1 a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.btn1 a:hover {
  background: url(images/btn_arrow.svg) right 10px center no-repeat, linear-gradient(60deg, #0b3b34, #1d7c6e);
  filter: brightness(1.2);
}

.btn1_v {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .btn1_v {
    width: 250px;
  }
}
.btn1_v a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/btn_arrow.svg) right 20px center no-repeat, linear-gradient(60deg, #0b3b34, #1d7c6e);
  text-decoration: none;
  padding: 23px;
  transition: 0.3s;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .btn1_v a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.btn1_v a:hover {
  background: url(images/btn_arrow.svg) right 10px center no-repeat, linear-gradient(60deg, #0b3b34, #1d7c6e);
  filter: brightness(1.2);
}

.btn_container2 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .btn_container2 {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
}

.btn_container3 {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .btn_container3 {
    margin-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.btn2 {
  width: 300px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .btn2 {
    width: 250px;
  }
}
.btn2 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/btn_arrow.svg) right 20px center no-repeat, linear-gradient(60deg, #cc9933, #dcb871);
  text-decoration: none;
  padding: 23px;
  transition: 0.3s;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .btn2 a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.btn2 a:hover {
  background: url(images/btn_arrow.svg) right 10px center no-repeat, linear-gradient(60deg, #cc9933, #dcb871);
  filter: brightness(1.1);
}

.btn_container4 {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.btn2_1 {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .btn2_1 {
    width: 230px;
    margin: 30px auto 0;
  }
}
.btn2_1 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/btn_arrow.svg) right 20px center no-repeat, linear-gradient(60deg, #cc9933, #dcb871);
  text-decoration: none;
  padding: 17px;
  transition: 0.3s;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .btn2_1 a {
    font-size: 1.6rem;
    padding: 15x;
  }
}
.btn2_1 a:hover {
  background: url(images/btn_arrow.svg) right 10px center no-repeat, linear-gradient(60deg, #cc9933, #dcb871);
  filter: brightness(1.2);
}

.btn3 {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .btn3 {
    width: 250px;
    margin: 0 auto;
  }
}
.btn3 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background: linear-gradient(60deg, #0b3b34, #1d7c6e);
  text-decoration: none;
  padding: 23px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn3 a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.btn3 a:hover {
  background: linear-gradient(60deg, #0b3b34, #1d7c6e);
  filter: brightness(1.2);
}
.btn3 a span {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  padding-left: 40px;
  background: url(images/b_insta.svg) no-repeat left center;
}
@media screen and (max-width: 767px) {
  .btn3 a span {
    font-size: 1.6rem;
    padding-left: 30px;
    background-size: 25px;
  }
}

.voice_btn {
  width: 250px;
  margin: 30px auto 0;
}
.voice_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/btn_arrow.svg) right 20px center no-repeat, linear-gradient(60deg, #0b3b34, #1d7c6e);
  text-decoration: none;
  padding: 15px;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .voice_btn a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.voice_btn a:hover {
  background: url(images/btn_arrow.svg) right 10px center no-repeat, linear-gradient(60deg, #0b3b34, #1d7c6e);
  filter: brightness(1.2);
}

.btn4 {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .btn4 {
    width: 300px;
  }
}
.btn4 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background: url(images/btn_arrow.svg) right 20px center no-repeat, linear-gradient(60deg, #cc9933, #dcb871);
  text-decoration: none;
  padding: 23px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn4 a {
    font-size: 1.6rem;
    padding: 20px;
  }
}
.btn4 a:hover {
  background: url(images/btn_arrow.svg) right 10px center no-repeat, linear-gradient(60deg, #cc9933, #dcb871);
  filter: brightness(1.1);
}

/****************************************

news トップ用

*****************************************/
.news_post a:link,
.news_post a:visited,
.news_post a:hover,
.news_post a:active {
  text-decoration: none;
}

.news_post {
  width: 860px;
  height: 100%;
  max-height: 350px;
  overflow-y: scroll;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .news_post {
    width: 100%;
    padding-right: 0px;
  }
}

.news_post article {
  margin-bottom: 20px;
}
.news_post article a {
  width: 100%;
  padding: 23px 20px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news_post article a {
    padding: 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: start;
  }
}

.news_post article a:hover {
  background-color: #d6ece3;
}

.news_post article a h3 {
  color: #333;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .news_post article a h3 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}

.news_post article .date {
  font-size: 1.6rem;
  color: #999;
  font-weight: 600;
  letter-spacing: 0.02em;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .news_post article .date {
    font-size: 1.4rem;
    margin-right: 0;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .dc_box {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
  }
}

.news_post span {
  font-size: 1.5rem;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  text-align: center;
  padding: 2px;
  width: 80px;
  margin: 0 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .news_post span {
    font-size: 1.3rem;
    padding: 1px;
    width: 70px;
    margin: 0 10px;
  }
}

.cate_blog {
  background-color: #cc9933;
}

.cate_news {
  background-color: #13685b;
}

.object-fit-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/****************************************

contentトップ用

*****************************************/
/* top_box01 */
.top_box01 {
  background-color: #edf4f0;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .top_box01 {
    padding: 40px 0;
  }
}

.point_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .point_container {
    flex-direction: column;
    gap: 20px;
  }
}

.point_content {
  text-align: center;
  background-color: #fff;
  width: 280px;
  padding: 30px 30px 20px 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0941176471);
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .point_content {
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    justify-content: left;
    gap: 20px;
    padding: 20px;
  }
}
.point_content::before {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  border: 1px solid rgba(19, 104, 91, 0.3647058824);
}
.point_content:hover {
  background-color: #d6ece3;
}
.point_content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pink {
  background-color: #fcf8fb;
}
.pink::before {
  border: 1px solid rgba(158, 90, 150, 0.3098039216);
}
.pink:hover {
  background-color: #faeff7;
}

.txt1 {
  width: 230px;
}
@media screen and (max-width: 767px) {
  .txt1 {
    width: 100%;
  }
}
.txt1 p {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
}
.txt1 .vm {
  text-align: center;
  display: inline;
  color: #999;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  padding-right: 40px;
  margin-top: 10px;
  background: url(images/arrow.svg) no-repeat right center;
}
@media screen and (max-width: 767px) {
  .txt1 .vm {
    display: block;
    text-align: right;
  }
}

.fig1 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .fig1 {
    width: 30%;
    max-width: 80px;
  }
}

/* top_box02 */
.top_box02 {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .top_box02 {
    padding: 60px 3%;
  }
}

.leaf_deco {
  position: relative;
}
.leaf_deco::before {
  display: block;
  content: "";
  position: absolute;
  width: 269px;
  height: 281px;
  background: url(images/leaf1_r.png) no-repeat;
  top: -60px;
  right: 5.2%;
}
@media screen and (max-width: 767px) {
  .leaf_deco::before {
    display: none;
  }
}
.leaf_deco::after {
  display: block;
  content: "";
  position: absolute;
  width: 269px;
  height: 281px;
  background: url(images/leaf1_l.png) no-repeat;
  bottom: -60px;
  left: 5.2%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .leaf_deco::after {
    display: none;
  }
}

/* top_box03-5 */
.top_mb {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .top_mb {
    margin-bottom: 90px;
  }
}

.txt2 {
  width: 600px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .txt2 {
    width: 100%;
    padding: 0 3%;
  }
}
.txt2 p {
  letter-spacing: 0.02em;
}

.txt2_1 {
  width: 600px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .txt2_1 {
    width: 100%;
    padding: 0 3%;
  }
}
.txt2_1 p {
  letter-spacing: 0.02em;
}

.fig2 {
  position: relative;
  width: 52%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .fig2 {
    width: 100%;
  }
}
.fig2 img {
  width: 100%;
  height: auto;
}
.fig2::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  background-color: #cc9933;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fig2::after {
    display: none;
  }
}

.fig2_1 {
  position: relative;
  width: 52%;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .fig2_1 {
    width: 100%;
  }
}
.fig2_1 img {
  width: 100%;
  height: auto;
}
.fig2_1::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  right: 20px;
  background-color: #cc9933;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fig2_1::after {
    display: none;
  }
}

.top_flex_container1 {
  display: flex;
  gap: 100px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_flex_container1 {
    flex-direction: column;
    gap: 20px;
  }
}
.top_flex_container1::after {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 350px;
  bottom: -90px;
  right: 0;
  background: url(images/logomark.png) no-repeat right bottom, #edf4f0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .top_flex_container1::after {
    width: 100%;
    height: 200px;
    bottom: -40px;
    background-size: contain;
  }
}

.top_flex_container2 {
  display: flex;
  flex-direction: row-reverse;
  gap: 100px;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_flex_container2 {
    flex-direction: column;
    gap: 20px;
  }
}
.top_flex_container2::after {
  display: block;
  content: "";
  position: absolute;
  width: calc(100% - 100px);
  height: 350px;
  bottom: -90px;
  left: 0;
  background: url(images/logomark_1.png) no-repeat left bottom, #edf4f0;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .top_flex_container2::after {
    width: 100%;
    height: 200px;
    bottom: -40px;
    background-size: contain;
  }
}

.top_box05 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .top_box05 {
    margin-bottom: 40px;
  }
}

.leaf_deco2 {
  position: relative;
}
.leaf_deco2::before {
  display: block;
  content: "";
  position: absolute;
  width: 269px;
  height: 281px;
  background: url(images/leaf1_r.png) no-repeat;
  top: -140px;
  right: 5.2%;
  transition: 0.3s;
}
@media screen and (max-width: 1800px) {
  .leaf_deco2::before {
    right: -80px;
  }
}
@media screen and (max-width: 767px) {
  .leaf_deco2::before {
    display: none;
  }
}

/* top_box06 */
.top_box06 {
  padding: 170px 0;
}
@media screen and (max-width: 767px) {
  .top_box06 {
    padding: 100px 3%;
  }
}
.top_box06 .flex_r {
  align-items: center;
}

.txt3 {
  width: 660px;
}
@media screen and (max-width: 767px) {
  .txt3 {
    width: 100%;
  }
}

.fig3 {
  position: relative;
}
@media screen and (max-width: 767px) {
  .fig3 {
    max-width: 400px;
    width: 70%;
    margin: 0 auto 30px;
  }
}
.fig3::before {
  display: block;
  content: "";
  position: absolute;
  width: 214px;
  height: 272px;
  top: -120px;
  left: -100px;
  background: url(images/top_img4deco1.png) no-repeat;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fig3::before {
    height: 150px;
    background-size: contain;
    top: -60px;
    left: -55px;
  }
}
.fig3::after {
  display: block;
  content: "";
  position: absolute;
  width: 406px;
  height: 295px;
  background: url(images/top_img4deco2.png) no-repeat right;
  bottom: -120px;
  right: -140px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .fig3::after {
    height: 160px;
    background-size: contain;
    bottom: -60px;
    right: -80px;
  }
}

/* top_box07 */
.top_box07 {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top_box07 {
    padding: 60px 0 30px;
  }
}

.top_box07_containter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box07_containter {
    flex-direction: column;
  }
}

.faq_container {
  width: 920px;
}
@media screen and (max-width: 767px) {
  .faq_container {
    width: 100%;
    padding: 0 3%;
  }
}

.accordion {
  margin-bottom: 30px;
  border-bottom: 1px solid #bbb;
}

.accordion_summary {
  display: block;
  position: relative;
  padding: 10px 80px 10px 70px;
  background: url(images/q.png) no-repeat left top 0px;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  list-style: none;
  cursor: pointer;
  color: #333;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .accordion_summary {
    padding: 5px 30px 5px 40px;
    background-size: 30px;
    font-size: 1.6rem;
  }
}

.accordion_summary::-webkit-details-marker {
  display: none;
}

.accordion_summary::after {
  content: "+";
  font-size: 3.5rem; /* 記号のサイズ */
  position: absolute;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 600;
  line-height: 1;
  right: 10px;
  top: 50%;
  color: #bbb;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .accordion_summary::after {
    right: 0px;
    font-size: 2.5rem;
  }
}

.accordion[open] .accordion_summary::after {
  content: "−";
  transition: 0.3s;
}

.accordion_answer {
  padding: 10px 70px 20px;
  background: url(images/a.png) no-repeat left top;
}
@media screen and (max-width: 767px) {
  .accordion_answer {
    padding: 5px 30px 20px 40px;
    background-size: 30px;
  }
}
.accordion_answer p {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.66;
}
@media screen and (max-width: 767px) {
  .accordion_answer p {
    font-size: 1.4rem;
  }
}

/* top_box08 */
.top_box08 {
  background-color: #edf4f0;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box08 {
    padding: 60px 0;
  }
}
.top_box08::before {
  display: block;
  content: "Gym Information";
  position: absolute;
  font-size: 13rem;
  letter-spacing: 0.01em;
  color: #d8e8e3;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  line-height: 1;
  top: 0px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .top_box08::before {
    font-size: 4rem;
    right: 3%;
  }
}

.top_box08_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box08_container {
    flex-direction: column;
    gap: 30px;
  }
}

.top_box08_content {
  width: 380px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  text-align: center;
  border: 2px solid #13685b;
  box-sizing: content-box;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top_box08_content {
    width: calc(100% - 2px);
  }
}
.top_box08_content figure {
  margin-bottom: 20px;
}
.top_box08_content p {
  display: inline-block;
  padding: 5px 0 5px 20px;
  background: url(images/pin.svg) left no-repeat;
  margin-bottom: 20px;
  flex-grow: 1;
}

.top_box08_tbl dl {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.top_box08_tbl dl dt {
  width: 90px;
  border-right: 1px solid #bbb;
  color: #13685b;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top_box08_tbl dl dt {
    font-size: 1.4rem;
    width: 80px;
  }
}
.top_box08_tbl dl dd {
  padding-left: 20px;
  line-height: 1.3;
  text-align: left;
  width: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
  .top_box08_tbl dl dd {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
}

.top_box08_txt {
  flex-grow: 1;
  padding: 0 20px;
}

/* top_box09 */
.top_box09 {
  padding: 100px 0 130px;
}
@media screen and (max-width: 767px) {
  .top_box09 {
    padding: 60px 0;
  }
}

.top_voice {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.top_voice article {
  width: 580px;
  min-width: 260px;
  padding: 30px;
  background-color: #edf4f0;
}
@media screen and (max-width: 767px) {
  .top_voice article {
    width: 100%;
  }
}

/* top_box10 */
.top_box10 {
  padding: 100px 0;
  background: url(images/news_bg.jpg) center no-repeat;
  background-size: cover;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .top_box10 {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

.top_box10_contariner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box10_contariner {
    flex-direction: column;
  }
}

.top_box10_content {
  width: 290px;
}
@media screen and (max-width: 767px) {
  .top_box10_content {
    width: 100%;
  }
}

/* top_box11 */
.top_box11 {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_box11 {
    flex-direction: column;
    margin-bottom: 60px;
    gap: 40px;
  }
}

.top_bnr {
  width: 560px;
  position: relative;
  transition: 0.3s;
}
.top_bnr:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .top_bnr {
    width: 90%;
    max-width: 560px;
    margin: 0 auto;
  }
}
.top_bnr a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.top_bnr::after {
  display: block;
  content: "";
  position: absolute;
  width: 220px;
  height: 178px;
  bottom: -30px;
  right: -30px;
  background: url(images/top_bnr_deco.png) no-repeat bottom right;
}
@media screen and (max-width: 767px) {
  .top_bnr::after {
    width: 50%;
    background-size: contain;
    right: -25px;
    bottom: -20px;
  }
}

/* top_box12 */
.top_box12 {
  background-color: #edf4f0;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_box12 {
    padding: 60px 0;
  }
}
.top_box12::before {
  display: block;
  content: "Partner Stores";
  position: absolute;
  font-size: 13rem;
  letter-spacing: 0.01em;
  color: #d8e8e3;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  line-height: 1;
  top: 0px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .top_box12::before {
    font-size: 4rem;
    left: 3%;
  }
}

.top_box12_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .top_box12_container {
    gap: 20px 4%;
  }
}
.top_box12_container > div {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1098039216);
}
@media screen and (max-width: 767px) {
  .top_box12_container > div {
    width: 48%;
  }
}
.top_box12_container a {
  width: 100%;
  height: 100%;
}

/* コンセプトページ */
.txt4 {
  width: 710px;
}
@media screen and (max-width: 767px) {
  .txt4 {
    width: 100%;
    margin-top: 20px;
  }
}

.sec_mb {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec_mb {
    margin-bottom: 60px;
  }
}

/* ONIXの活動紹介ページ */
.sec_mb2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .sec_mb2 {
    margin-bottom: 40px;
  }
}

.charm_box02_img {
  width: 620px;
}
@media screen and (max-width: 767px) {
  .charm_box02_img {
    width: 100%;
  }
}
.charm_box02_img p {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .charm_box02_img p {
    font-size: 1.3rem;
  }
}

.charm_box02_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .charm_box02_flex figure {
    width: 49%;
  }
}

.charm_box02_content {
  width: 530px;
}
@media screen and (max-width: 767px) {
  .charm_box02_content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.charm_box02_content a {
  color: #333;
}
.charm_box02_content a:hover {
  color: #13685b;
  text-decoration: none;
}

.txt5 {
  width: 750px;
}
@media screen and (max-width: 767px) {
  .txt5 {
    width: 100%;
    margin-top: 20px;
  }
}

.charm_tbl {
  margin-bottom: 30px;
}
.charm_tbl dl {
  display: flex;
  margin-bottom: 10px;
}
.charm_tbl dt {
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #13685b;
  width: 110px;
  border-right: 1px solid #bbb;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .charm_tbl dt {
    font-size: 1.4rem;
    width: 100px;
  }
}
.charm_tbl dd {
  padding-left: 20px;
  line-height: 1.3;
  text-align: left;
  width: calc(100% - 110px);
}
@media screen and (max-width: 767px) {
  .charm_tbl dd {
    font-size: 1.4rem;
    width: calc(100% - 100px);
  }
}

/* オーナー紹介ページ */
.greeting_box01 figcaption {
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  font-size: 1.8rem;
  margin-top: 10px;
  font-weight: 600;
  color: #13685b;
}

.profile_box {
  width: 575px;
  background-color: #edf4f0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .profile_box {
    width: 100%;
    padding: 20px;
  }
}
.profile_box li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.profile_box li::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background-color: #13685b;
  top: 8px;
  left: 0;
}

.profile_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .profile_container {
    flex-direction: column;
    gap: 30px;
  }
}

/* パーソナルトレーニングページ */
.store_list {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  border: 2px solid #13685b;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .store_list {
    flex-direction: column;
  }
}
.store_list dt {
  width: 120px;
  border-right: 1px solid #bbb;
  line-height: 1.3;
  padding: 0px 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .store_list dt {
    width: 100%;
    font-size: 1.6rem;
    border-right: none;
    border-bottom: 1px solid #bbb;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.store_list dd {
  color: #13685b;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .store_list dd {
    font-size: 1.6rem;
    text-align: center;
  }
}

.presonal_box01_content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .presonal_box01_content {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
}

.personal_box {
  padding: 30px;
  background-color: #edf4f0;
  width: 580px;
}
@media screen and (max-width: 767px) {
  .personal_box {
    width: 100%;
    padding: 20px;
  }
}
.personal_box p {
  font-size: 1.8rem;
  color: #13685b;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .personal_box p {
    font-size: 1.6rem;
  }
}
.personal_box li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.personal_box li::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background-color: #13685b;
  top: 8px;
  left: 0;
}

.personal_box2 {
  padding: 30px;
  background-color: #faf5ea;
  width: 560px;
}
@media screen and (max-width: 767px) {
  .personal_box2 {
    width: 100%;
    padding: 20px;
  }
}
.personal_box2 p {
  font-size: 1.8rem;
  color: #cc9933;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .personal_box2 p {
    font-size: 1.6rem;
  }
}
.personal_box2 li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.personal_box2 li::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background-color: #cc9933;
  top: 8px;
  left: 0;
}
.personal_box2 .caution {
  font-size: 1.5rem;
  margin: 20px 0 0;
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .personal_box2 .caution {
    font-size: 1.3rem;
  }
}

.list1 {
  column-count: 2;
  column-gap: 40px;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .list1 {
    column-count: 1;
    margin: 0 0 20px;
  }
}
.list1 li {
  margin-bottom: 20px;
  font-size: 1.8rem;
  padding: 0 0 10px 35px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list1 li {
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-left: 25px;
  }
}
.list1 li::before {
  display: block;
  content: "";
  position: absolute;
  width: 45px;
  height: 50px;
  background: url(images/check.svg) no-repeat;
  background-size: 20px;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list1 li::before {
    background-size: 15px;
    top: 4px;
  }
}

/* 会員制ジムページ */
.member_box02_container {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .member_box02_container {
    flex-direction: column;
    gap: 30px;
  }
}

.member_box02_machine {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .member_box02_machine {
    width: 100%;
  }
}
.member_box02_machine figure {
  margin-bottom: 10px;
}

.member_box02_tbl tr {
  margin-bottom: 10px;
  border-collapse: separate;
  display: block;
}
.member_box02_tbl th {
  background-color: #edf4f0;
  width: 90px;
  padding: 5px 10px;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .member_box02_tbl th {
    font-size: 1.3rem;
  }
}
.member_box02_tbl td {
  padding: 5px 20px;
}

.star {
  font-size: 1.8rem;
  color: #13685b;
}

/* 初めての方へ */
.beginners_box01 span {
  font-weight: 600;
  color: #13685b;
}

.beginners_box02_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .beginners_box02_container {
    flex-direction: column;
    gap: 30px;
  }
}

.beginners_box02_content {
  width: 370px;
  background-color: #faf5ea;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .beginners_box02_content {
    width: 100%;
  }
}
.beginners_box02_content figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .beginners_box02_content figure {
    height: 130px;
  }
  .beginners_box02_content figure img {
    width: 100px;
  }
}

.beginners_box03_box {
  background-color: #edf4f0;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .beginners_box03_box {
    padding: 25px 20px;
  }
}

.beginners_box03_box:not(:last-child) {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .beginners_box03_box:not(:last-child) {
    margin-bottom: 50px;
  }
}
.beginners_box03_box:not(:last-child)::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 100px 0 100px;
  border-color: #1d7c6e transparent transparent transparent;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .beginners_box03_box:not(:last-child)::after {
    border-width: 20px 50px 0 50px;
    bottom: -35px;
  }
}

/* 料金案内 */
.strong {
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #13685b;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .strong {
    font-size: 1.6rem;
  }
}

.tbl_scroll {
  display: none;
}

.fee_tbl1 {
  width: 100%;
}
.fee_tbl1 th {
  width: 24%;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background-color: #13685b;
  padding: 10px 20px;
  border: 1px solid #ccc;
  color: #fff;
  font-size: 1.8rem;
}
.fee_tbl1 th:first-child {
  width: 28%;
}
.fee_tbl1 td {
  width: 24%;
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.fee_tbl1 td:first-child {
  background-color: #edf4f0;
  width: 28%;
}
.fee_tbl1 td:first-child p {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .fee_tbl1 td:first-child p {
    font-size: 1.4rem;
  }
}
.fee_tbl1 td span {
  display: block;
  color: #13685b;
}

@media screen and (max-width: 767px) {
  .sp_menu {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .tbl_scroll {
    display: revert;
    font-size: 1.3rem;
    color: #13685b;
    margin-bottom: 10px;
  }
}
.fee_tbl2 {
  width: 100%;
}
.fee_tbl2 th {
  width: 50%;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  background-color: #edf4f0;
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.fee_tbl2 td {
  width: 50%;
  padding: 10px 20px;
  border: 1px solid #ccc;
  text-align: center;
}

/* 入会・有料体験予約 */
.reserve_box02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .reserve_box02 {
    flex-direction: column;
    gap: 40px;
  }
}

.r_tel p {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .r_tel p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .r_tel img {
    max-width: 240px;
  }
}

.pp {
  padding: 30px;
  background-color: #edf4f0;
}
@media screen and (max-width: 767px) {
  .pp {
    padding: 30px 20px;
  }
}

/* 和多田本店・虹松店・平原店*/
.overview_tbl {
  border-bottom: 1px solid #ccc;
}
.overview_tbl dl {
  width: 100%;
  display: flex;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .overview_tbl dl {
    flex-direction: column;
  }
}
.overview_tbl dt {
  width: 25%;
  background-color: #13685b;
  color: #fff;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .overview_tbl dt {
    width: 100%;
    border-right: none;
  }
}
.overview_tbl dd {
  width: 75%;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .overview_tbl dd {
    width: 100%;
  }
}

.aic {
  align-items: center;
}

.map {
  width: 100%;
  position: relative;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .map {
    height: 300px;
  }
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .gallery_container {
    gap: 20px 2%;
  }
}

.gallery_content {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .gallery_content {
    width: 49%;
  }
}
.gallery_content figure {
  width: 100%;
  aspect-ratio: 38/30;
}

@media screen and (max-width: 767px) {
  .sp_w100 {
    width: 100%;
  }
  .sp_w100 a {
    width: 100%;
  }
}

/* お客様の声 */
.voice_post {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}
.voice_post article {
  width: 380px;
  padding: 30px;
  background-color: #edf4f0;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .voice_post article {
    width: 100%;
    padding: 20px;
  }
}

.voice_txt {
  flex-grow: 1;
}

/* 鍛錬について */
@media screen and (max-width: 767px) {
  .tanren_box01 .btn1, .tanren_box02 .btn1 {
    margin: auto;
  }
}

.list2 li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .list2 li {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.list2 li::before {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100vmax;
  background-color: #13685b;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .list2 li::before {
    top: 8px;
  }
}

.support_container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .support_container {
    gap: 20px 2%;
  }
}

.support_content {
  width: 380px;
  background-color: #edf4f0;
  padding: 20px 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .support_content {
    padding: 0;
    width: 49%;
    background-color: revert;
  }
}
.support_content figure {
  width: 100%;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .support_content .ttl05 {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}

.green_box {
  width: 50%;
  padding: 30px;
  background-color: #edf4f0;
}
@media screen and (max-width: 767px) {
  .green_box {
    margin-top: 30px;
    width: 100%;
    padding: 30px 20px;
  }
}
.green_box .btn1 {
  margin: 0 auto;
}

.tanren_tbl {
  margin-bottom: 30px;
}
.tanren_tbl dl {
  display: flex;
  margin-bottom: 10px;
}
.tanren_tbl dt {
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #13685b;
  width: 80px;
  border-right: 1px solid #bbb;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .tanren_tbl dt {
    font-size: 1.4rem;
    width: 70px;
  }
}
.tanren_tbl dd {
  padding-left: 20px;
  line-height: 1.3;
  text-align: left;
  width: calc(100% - 110px);
}
@media screen and (max-width: 767px) {
  .tanren_tbl dd {
    font-size: 1.4rem;
    width: calc(100% - 100px);
  }
}

.jcl {
  justify-content: left;
}

/* お知らせ */
.news_box01 article a {
  width: 100%;
  height: 100%;
  position: relative;
}

.fig6 {
  width: 400px;
  aspect-ratio: 4/3;
}
@media screen and (max-width: 767px) {
  .fig6 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.txt6 {
  width: 750px;
}
@media screen and (max-width: 767px) {
  .txt6 {
    width: 100%;
  }
}

.news_btn {
  margin-top: 40px;
  display: flex;
  justify-content: right;
}
@media screen and (max-width: 767px) {
  .news_btn {
    margin-top: 20px;
    justify-content: center;
  }
}

.dc_box2 {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 10px;
}
.dc_box2 span {
  font-size: 1.8rem;
  font-family: "EB Garamond", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #fff;
  text-align: center;
  padding: 2px 0x;
  width: 90px;
  margin: 0 20px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .dc_box2 span {
    font-size: 1.3rem;
    width: 70px;
    margin: 0 10px;
  }
}
.dc_box2 .date {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .dc_box2 .date {
    font-size: 1.4rem;
  }
}

.news_box02 {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .news_box02 {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}

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