body  {
  background: #e7e6e2;
}

body * {
  box-sizing:border-box;
  color: #333;
  font-family: "futura-pt","ryo-gothic-plusn";
  font-weight: bold;
  font-style: normal;
}

a {
  display: block;
transition: .3s;
  position: relative;
}

a:hover {
  opacity: .5;
}

.wrap {
  overflow: hidden;
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 30px;
  background: none;
  z-index: 1000;
  transition: .5s;
  height: 85px;
}

.header-color {
  background: #;
  opacity: .9;
}

.subheader.header-color {
  background: #1a1a1a;
}

.header-top {
  width: 90%;
  margin: auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  padding-top: 30px;
}

.noneb {
  border-bottom: none!important;
}

.logo {
  width: 70px;
}
.logo img {
  width: 100%;
}

.header-menu {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin-left: auto;
}

.menu-list p {
    font-size: 1.2rem;
    letter-spacing: 3px;
    padding: 20px 20px;
    transition: .3s;
    color: #fff;
}



.hero {
  width: 100%;
  background: #;
  position: relative;
  top: 0;
  left: 0;
}

.top-img {
  width: 100%;
}

.top-img img {
  width: 100%;
}

.hero-title {
  position: absolute;
  top: 45%;
  right: 10%;

}

.hero-title p {
    font-size: 6rem;
    letter-spacing: 10px;
    text-align: right;
    line-height: 7rem;
    font-weight: 400;
    color: #fff;
}



/*============
nav
=============*/
.hb-menu {
  display: block;
}

nav.hbnav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #a28964;
  transition: all .5s;
  z-index: 3;
  opacity: 0;

}


.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #fff;
}
nav .inner ul li a {
  display: block;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
  transition-duration: 0.2s;
  text-align: center;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}

p.hb-title {
    font-size: 1.2rem;
    font-weight: bold;
    padding-top: 50px;
    letter-spacing: 3px;
    line-height: 3rem;
    color: #333;
    text-align: center;
}


@media screen and (max-width: 767px) {
  nav.hbnav {

    width: 220px;
  }

}
/*============
.toggle_btn
=============*/
.toggle_btn {
    display: block;
    position: relative;
    top: -6px;
    width: 40px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 9999;
}

.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;

}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 21px;
}
.toggle_btn span:nth-child(3) {
  bottom: -9px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(17px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-16px) rotate(315deg);
}

/* top */
.hero {
  position: relative;
}

.hero-img {
  width: 100%;
}

.hero-img img {
  width: 100%;
}

/*========= スクロールダウンのためのCSS ===============*/

/*====== 9-1-1 縦線が動いてスクロールを促す =======*/

/*スクロールダウン全体の場所*/
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
  position:absolute;
  left:50%;
  bottom:10px;
    /*全体の高さ*/
  height:50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
    position: absolute;
    left: -23px;
    top: -23px;
    color: #eee;
    font-size: 16px;
    letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after{
  content: "";
    /*描画位置*/
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}


/* recaptcha */
.recaptcha p {
  margin-top: 20px;
  font-size: 8px;
}
.recaptcha a {
  margin-top: 10px;
  font-size: 10px;
}

.grecaptcha-badge { visibility: hidden; }

/* パンくずリスト全体のスタイル */
.breadcrumb {
  font-size: 11px;
  color: #333; /* テキストを白色に設定 */
  padding: 10px 0;
}

/* ol要素（リスト）のスタイル */
.breadcrumb ol {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}

/* li要素（リスト項目）のスタイル */
.breadcrumb li {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

/* リンクのスタイル */
.breadcrumb a {
  color: #333; /* リンクも白色に設定 */
  text-decoration: none;
  line-height: 20px;
}
}

.breadcrumb a:hover {
  text-decoration: underline; /* ホバー時に下線を表示 */
}

/* 現在のページや最後の項目のスタイル */
.breadcrumb li:last-child span {
  color: #333; /* 現在のページも白色 */
  font-weight: normal;
  text-decoration: none;
  pointer-events: none; /* リンクを無効化 */
}

/* セパレーター（区切り）のスタイル */
.breadcrumb li::after {
  content: ">";
  margin-left: 10px;
  color: #333; /* セパレーターも白色 */
}

.breadcrumb li:last-child::after {
  content: ""; /* 最後の項目の後にはセパレーターを表示しない */
}


/* ページネーション全体のスタイル */
.pagination {
  display: flex;
  justify-content: center; /* 中央寄せ */
  align-items: center;
  list-style: none;
  padding: 10px 0;
  margin: 20px 0;
  color: #a28964; /* テキストの白色 */
}

/* ページリンクのスタイル */
.pagination a {
  color: #a28964; /* リンクの白色 */
  background-color: transparent;
  padding: 8px 12px;
  margin: 0 5px;
  border: 1px solid #a28964; /* 白色の枠線 */
  text-decoration: none;
  border-radius: 3px; /* 少し丸みを付ける */
  font-size: 14px;
  transition: background-color 0.3s, color 0.3s;
}

/* ホバー時の効果 */
.pagination a:hover {
  background-color: #fff; /* 背景を白に */
  color: #a28964; /* テキストを黒に */
  text-decoration: none;
}

/* 現在のページのスタイル */
.pagination .current {
  color: #fff; /* 現在のページの黒色文字 */
  background-color: #a28964; /* 背景を白に */
  padding: 8px 12px;
  margin: 0 5px;
  border-radius: 3px;
  font-weight: bold;
  border: none; /* 枠線をなくす */
}

/* 矢印（前へ・次へ）のスタイル */
.pagination .prev,
.pagination .next {
  font-weight: bold;
}

/* スマホやタブレット対応 */
@media screen and (max-width: 768px) {
  .pagination a {
    font-size: 12px; /* フォントサイズを少し小さく */
    padding: 6px 10px;
  }

  .pagination {
    flex-wrap: wrap; /* 小さい画面で折り返す */
  }
}

.blog_content p {
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1px;
}

.blog_content p strong {
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
}

.blog_content {
  padding-bottom: 50px;
}

.blog_title_kiji {
  margin-bottom: 10px;
}


.blog_content {
  color: inherit; /* 記事本文の色を継承 */
}

.blog_content * {
  color: inherit !important; /* エディタで指定された色を優先 */
}

.pc_back {
  display: none;
}

img.gmdoc {
  width: 90%;
  margin: auto;
}

a.otlk {
  width: 90%;
  margin:auto;
  margin-top: 10px;
  margin-bottom: 40px;
}

a.otlk img {
  width: 100%;


}

.top_head_box {
  position: absolute;
  top: 6.5px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 20px;
}
.top_header_right {
  display: flex;
  align-items: center;
  gap: 10px; /* トグルと予約ボタンの間隔 */
}

.top_header_reserved  {
  width: 180px;
  margin-left: 40px;
}

.top_header_reserved img {
  width: 100%;
}

.concept {
  position: relative;
  padding-bottom: 50px;
  width: 90%;
  margin-left: auto;
}

.concept_img {
  width: 100%;
}

.concept_img img {
  width: 100%;
}

.concept_text_box {
  position: relative;
  padding-right: 10%;
}

.concept h2 {
  position: relative;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: bold;
  margin: 20px 0;
  font-family: "futura-pt";
}

.concept_text_box h3 {
  position: relative;
  font-size: 45px;
  letter-spacing: 5px;
  line-height: 70px;
  font-weight: bold;
  margin-top: 60px;
}

.concept_text_box p {
  position: relative;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 35px;
  font-weight: bold;
  margin-top: 30px;
}


/* 丸い装飾 */
.concept_decoration {
  position: absolute;
  top: -50px;
  right: 2px;
  z-index: -1;
  width: 180px;
  height: auto;
}

.concept_decoration img {
  width: 100%;
  height: auto;
  display: block;
}

.services {
  padding: 50px 0;
}

.contents_title_box {
  padding: 15px 0;
  background: #a28964;
}

.contents_title_box h3 {
  font-size: 35px;
  letter-spacing: 5px;
  color: #fff;
  text-align: center;
}

.contents_title_box h2 {
  font-size: 15px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
  margin-top: 8px;
}

.services_content {
  width: 90%;
  margin: auto;
}

.services_content_title {
  padding: 25px 0;
}

.services_content_title h5 {
  font-size: 30px;
  letter-spacing: 3px;
  color: #a28964;
  text-align: center;
}

.services_content_title h4 {
  padding-top: 8px ;
  font-size: 20px;
  letter-spacing: 2px;
  color: #a28964;
  text-align: center;
  margin-top: 8px;
}

.services_content_img img {
  width: 100%;
}

.services_content_text {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  width: 90%;
  margin: auto;
}

.services_content_text h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #333;
  letter-spacing: 2px;
  border-bottom: 2px solid #a28964;
  padding-bottom: 8px;
}

.services_content_text p {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}

.services_content_text h4 {
  background: #a28964;
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 14px;
  display:block;
  margin: 10px 0;
  font-weight: bold;
}

.services_content_text h5 {
  font-size: 13px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.8;
  line-height: 24px;
  letter-spacing: 1px;
}

.recomend_box {
  border: 2px solid #a28964;
  padding: 15px 20px;
  border-radius: 10px;
}

.recomend_box img {
  margin-bottom: 10px;
  width: 200px;
}

.recomend_box p {
  font-size: 12px;
  margin: 5px 0;
  line-height: 1.6;
  padding-left: 13px;
  padding-bottom: 5px;
  border-bottom: dashed 1px #333;;
  position: relative;
}

.recomend_box p::before {
  content: "・";
  position: absolute;
  left: -0;
  color: #a28964;
  font-weight: bold;
  margin-right: 8px;
}

.mt20 {
  margin-top: 50px;
}

/* ===== 料金プランセクション ===== */
.plan {
  background: url('../images/plan_back.png') no-repeat center center;
  background-size: cover;
  padding: 50px  5%;
  color: #333;
  text-align: center;
}

.contents_title_box2 h3 {
  font-size: 50px;
  letter-spacing: 5px;
  color: #a28964;
  text-align: center;
}

.contents_title_box2 h2 {
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 8px;
  color: #a28964;
}

.plan img {
  width: 100%;
  border-radius: 10px;
  margin: 20px 0;
}

.plan_contents {
}

.plan_content {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin-top: 15px;
}

.plan_content h3 {
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}

.plan_content .ptraining {
  background-color: #a7885f; /* トレーニング */
}

.plan_content .pbody {
  background-color: #c69c65; /* ストレッチ/ヘッド/フットケア */
}

.plan_content .pbike {
  background-color: #c7b299; /* バイクトレーニング */
}

.plan_content_other .ptaiken {
  background-color: #4d4d4d; /* 体験 */
}

.plan_content_other .pnyuukai {
  background-color: #4d4d4d; /* 入会金 */
}

.plan_content_price {
  padding: 5px 0;
}

.plan_content_price p {
    font-size: 30px;
    color: #333;
    line-height: 1.5;
}

.plan_content_price p span.subsc {
    font-size: 12px;
    color: #333;
    line-height: 1.8;
}

.plan_content_price p span.tax {
    font-size: 9px;
    color: #333;
    line-height: 1.8;
}

.plan_content_price .subsc {
  font-size: 12px;
  font-weight: bold;
}

.plan_content_price .tax {
  font-size: 12px;
  margin-left: 5px;
  color: #666;
}

.plan_content h4 {
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #fff;
  background: #c69c65;
  display: inline-block;
  width: 60%;
  text-align: center;
  padding: 5px;
}

.plan_content_price_2 {
    display: flex;
    justify-content: space-around;
}

.plan_content_price_2 p {
    font-size: 23px;
    color: #333;
    line-height: 1.8;
}

.plan_content_other {
  display: flex;
  justify-content: space-between;
  background: none!important;
}

.plan_content_other_box {
  width: 48%;
  background: #fff;
}

.trainer {
  padding: 50px 5%;
}

.trainer_img {
  width: 100%;
  margin-top: 20px;
}

.trainer_img img {
  width: 100%;
}

.voice {
  padding: 50px 5%;
  background-color: #f2f2f2;
  border-top-left-radius: 50% 10vw;
  border-top-right-radius: 50% 10vw;
  overflow: hidden;
}


.voice_img {
  margin-top: 30px;
}

.voice_img img {
  width: 100%;
}

.footer_banner {
  padding: 0px 5%;
  margin-bottom: 20px;
  margin-top: -30px;
background-color: #f2f2f2;
}

.footer_banner img {
  width: 100%;
}

.footer {
  padding: 50px 10%;
  background: #d9cfba;

}

.footer_title h2 {
  font-size: 55px;
  color: #fff;
  letter-spacing: 5px;
  text-align: center;
  font-weight: normal;
}

.footer_title h3 {
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 15px;
  text-align: center;
}

.footer_title p {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 28px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
  width: 90%;
}

.footer_logo {
  width: 70px;
}

.footer_logo img {
  width: 100%;
}

.contact_contents {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.contact_content {
  width:46%;
}

.contact_content img {
  width:100%;
}

.footer .menu-list p {
  float: left;
  font-size: 12px;
  letter-spacing: 0;
  padding: 10px 5px;
  color: #333!important;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.footer_container {
  padding-top: 30px;
}

.map {
  width: 100%;
  margin-top: 20px;
}


.map iframe{
  width: 100%;
    height: 200px;
}

.footer_name {
  font-size: 30px;
letter-spacing: 0;
padding: 10px 0;
}

p.copy {
  font-size: 11px;
  text-align: center;
  font-weight: normal;
  margin-top: 20px;
}

.sub {
  padding:150px 5% 50px 5%;
}

.subpage_title h2 {
  font-size: 45px;
  letter-spacing: 3px;
}

.subpage_title h1 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 8px;
}

.blog_page_container {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.blog_page_container::after {
  content: "";
  position: absolute;
  top:0;
  left: -5%;
  width: 100vw;
  height: 2px;
  background: #333;
}

.blog-list-box {
  margin-top: 20px;
  padding-bottom: 15px;
  border-bottom: solid #333 1px;
}

.blog_list_flex {
  display: flex;
  align-items: center;
}

h3.blog_h2 {
  font-size: 12px;
  letter-spacing: 1px;
  color: #a28964;
}

.blog_list_flex p {
  font-size: 9px;
  letter-spacing: 1px;
  padding: 3px 5px;
  margin-left: 10px;
  background: #a28964;
  color: #fff;
}

h2.blog_title {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-right: 30px;
}

.arrow {
  width: 50px;
}

.arrow img {
  width: 100%;
}

.blog_list_flex_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog_content {
  margin-top: 30px;
}

.sub_box .footer_banner {
    background: none;
}

.contact_title {
  padding-top: 50px;
}

.contact_title h2 {
  color: #a28964;
  font-size: 55px;
  letter-spacing: 3px;
  text-align: center;
}

.contact_title h1 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
  text-align: center;
}


.contact_title p {
  font-size: 9px;
  letter-spacing: 1px;
  margin-top: 30px;
  line-height: 25px;
  text-align: center;
}

.contact_line {
  padding: 30px 0;
}

.contact_line img {
  width: 100%;
}

.contact_page_box h2 {
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 20px;
}

.contact_page_box {
  margin-top: 20px;
}

.contact-form {
  padding: 20px 0;
  margin: 0 auto;
  font-family: sans-serif;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  color: #333;
}

.form-group .required {
  display: inline-block;
  background-color: #a28964;
  color: #fff;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 10px;
  margin-left: 8px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-size: 16px;
  box-sizing: border-box;
}

.contact-form textarea {
  height: 160px;
  resize: vertical;
}

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

.contact-form input[type="submit"] {
  margin: auto;
  background-color: #a28964;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 8px 0px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 40%;
  transition: background-color 0.3s;
  display: block;
}

.contact-form input[type="submit"]:hover {
  background-color: #a28964;
}


/*  */
