@charset "UTF-8";

body{
  font-family: "Noto Serif JP", sans-serif;
  color: #3e4d55;
  background-color: #e6dfd3;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: #3e4d55;
    transition: 0.5s;
}

img {
  width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

/* コンテンツ幅共通設定 */
.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 15px;
}

/* section-title */
.section-title {
  font-size: 35px;
  font-weight: bold;
  color: #3e4d55;
  text-align: center;
  margin: 150px 0 50px 0;
  line-height: 1.25;
  border-bottom: 1px solid #3e4d55;
  position: relative;
  padding-bottom: 20px;
}
/* 装飾 */
.line {
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -12.5px;
  width: 25px;
  height: 20px;
  background: #e6dfd3;
}
.line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  transform: rotate(45deg);
  background: #3e4d55;
}

/* sub-title */
.sub-title {
  font-size: 28px;
  font-weight: normal;
  display: flex;
  align-items: center;
}
.sub-title::before, .sub-title::after {
  content: "";
  width: 28px;
  height: 1px;
  background: rgb(252, 252, 237);
}
.sub-title::before {
  margin-right: 0.5em;
}
.sub-title::after {
  margin-left: 0.5em;
}

/*
フェード表示させる要素に使用するためのクラス
*/
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}




/*-------------------------------------------
ヘッダー
-------------------------------------------*/
header {
  background-color: black;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  z-index: 20;
}

h1 {
  line-height: 0;
}

h1 a {
  display: inline-block;
}

.logo {
  width: 80px;
  height: 80px;
}

nav ul li {
    display: inline-block;
    padding-right: 30px;
}

nav ul li a {
  color: white;
}

nav ul li a:hover {
  opacity: 0.7;
}

.btn_contact {
  width: 200px;
  border: 1px solid white;
  padding: 12px 28px;
}

.btn_contact:hover {
  background-color: rgb(252, 252, 237);
  color: black;
  font-weight: bold;
  opacity: 0.5;
}

#navi_sp {
  display: none;
}

.hamburger {
  display: none;
}

/*-------------------------------------------
mainvisual
-------------------------------------------*/
.mainvisual {
  width: 100%;
  height: 100vh;
  position: relative;
}

.mainvisual img {
  margin-top: 80px;
  width: 80%;
  height: 80%;
  object-fit: cover;
  position: absolute;
  top: 0px;
  z-index: -2;
}

.main-backgraund {
  width: 85%;
  height: 80%;
  background-color: #3e4d55;
  position: absolute;
  bottom: 0px;
  left: 150px;
  z-index: -3;
}

.top-message {
  position: absolute;
  top: 60%;
  right: 5%;
  color: #eeeeee;
  font-size: 32px;
  text-shadow: #fff 1px 0 10px;
  z-index: -1;
}


/*-------------------------------------------
Koafitの理念
-------------------------------------------*/
#philosophy {
  padding-bottom: 100px;
}

.philosophy-txt_top {
  text-align: center;
}

.philosophy-txt_bottom {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.philosophy-txt_right {
  padding-top: 140px;
}

/*-------------------------------------------
トレーニングについて
-------------------------------------------*/

#training {
  padding: 50px 0 150px 0;
}

/* ネイビー背景 */
.navy {
  background-color: #3e4d55;
  color: rgb(252, 252, 237);
  clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0 94%);
}

.navy p {
  color: rgb(252, 252, 237);
}

/* ネイビー背景 section-title */
.navy .section-title {
  color: rgb(252, 252, 237);
  border-bottom: 1px solid rgb(252, 252, 237);
}

.navy .section-title .line {
  background: #3e4d55;
}
.navy .section-title .line::before {
  background: rgb(252, 252, 237);
}


.training-txt {
  text-align: center;
  line-height: 2em;
}

.focus {
  margin: 50px 0 100px 0;
  display: flex;
  justify-content: space-between;
}

.focus-detail {
  width: 40%;
  padding-top: 50px;
}

.focus-detail ul li {
  display: flex;
  border-bottom: 1px solid rgb(252, 252, 237);
  padding: 20px 0 20px 20px;
}

.focus-detail ul li:first-child {
  border-top: 1px solid rgb(252, 252, 237);
}

.focus-detail ul li i {
  font-style: normal;
  display: block;
}

.focus-detail ul li span {
  width: 28%;
  padding-left: 8%;
}

.focus-img {
  width: 50%;
}

.training .sub-title {
  margin-bottom: 20px;
}

.strength-txt {
  line-height: 2em;
  margin-bottom: 30px;
}

.strength-items {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));


}

.strength_1, .strength_2, .strength_3 {
  /* width: 31%; */
  height: 330px;
  /* margin: 30px 0 120px 0; */
  display: block;
  position: relative;
  background: #e6dfd3;
  text-align: center;
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
}

.strength-items p {
  color: #3e4d55;
}

.strength-title {
  margin: 85px 20px 20px 20px;
  font-size: 18px;
  font-weight: bold;
}

.strength_detail {
  margin: 0 20px;
  line-height: 1.7em;
} 

.suitable .sub-title {
  margin-top: 70px;
}

.suitable-detail p {
  padding-bottom: 15px;
}

.btn-detail {
  width: 345px;
  padding: 15px 0;
  text-align: center;
  display: block;
  font-size: 20px;
  letter-spacing: 0.5em;
  border: 1px solid rgb(252, 252, 237);
  color: rgb(252, 252, 237);
  margin: 0 0 0 auto;
}

.btn-detail:hover {
  opacity: 0.7;
  background-color: rgb(252, 252, 237);
  color: #3e4d55;
  font-weight: bold;
}

/*-------------------------------------------
セッションの流れ
-------------------------------------------*/
.session .section-title {
  margin-top: 100px;
}

.session-icon {
  width: 85px;
}

.session-flow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.session_item {
  /* width: 20%; */
  border-right: 1px solid #3e4d55;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

.session_item:first-child {
  border-left: 1px solid #3e4d55;
}

.session_item .no {
  width: 50px;
  height: 50px;
  margin: 15px auto;
  background-color: #3e4d55;
  color: rgb(252, 252, 237);
  border-radius: 50%;
  font-size: 20px;
  line-height: 50px;
}

.session_item .step {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.session-icon_1 {
  padding-top: 50px;
}

.session-icon_2, .session-icon_4 {
  padding-top: 70px;
}

.session-icon_3 {
  padding-top: 25px;
}

.session-icon_5 {
  padding-top: 80px;
  width: 120px;
}

.flow-group {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  position: relative;
}

.flow-group_left {
  width: 42%;
  background-color: rgb(35, 55, 88, 10%);
  clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%);
}

.flow-group_right {
  width: 61%;
  background-color: rgb(35, 55, 88, 25%);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
  position: absolute;
  left: 39%;
}

/*-------------------------------------------
クライアントストーリー
-------------------------------------------*/

.clients {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.clients li {
  background: #fff;
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
  height: 450px;
  margin-bottom: 60px;
}

.clients li img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top;
}

.client-kind {
  padding: 15px 15px 10px 15px;
}

.client-text {
  padding: 0 15px;
  font-size: 18px;
  font-weight: bold;
}

.client .btn-detail {
  margin: 0 auto;
  color: #3e4d55;
  border: 1px solid #3e4d55;
}

.client .btn-detail:hover {
  background-color: #3e4d55;
  color: rgb(252, 252, 237);
  opacity: 1;
}

/*-------------------------------------------
料金
-------------------------------------------*/
#price {
  margin-bottom: 50px;
}

.price-area {
  display: flex;
  justify-content: space-between;
}

table {
  width: 60%;
  border-collapse: collapse;
  font-size: 20px;
}

table tr {
  border: 1px solid #3e4d55;
}

table tr td {
  border: 1px solid #3e4d55;
  text-align: center;
  height: 60px;
}

table tr td:first-child {
  width: 15%;
  background-color: #eeeeee8a;
}

table tr:first-child {
  background-color: #eeeeee8a;
}

table tr td:not(:first-child) {
  width: calc((100%-15%)/2);
}

.price-area_right {
  width: 35%;
}

.price-area .sub-title {
  font-size: 20px;
  padding-bottom: 15px;
}

.price-area .sub-title::before, .price-area .sub-title::after {
  background-color: #3e4d55;
}

.price-area_right p {
  padding-bottom: 10px;
}

.price-txt_2 {
  padding-left: 20px;
}

/*-------------------------------------------
ブログ
-------------------------------------------*/
#blog {
  padding: 10px 0 150px 0;
}

/* ネイビー背景 */
.navy_2 {
  background-color: #3e4d55;
  color: rgb(252, 252, 237);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0% 100%);
}

.navy_2 p {
  color: rgb(252, 252, 237);
}

/* ネイビー背景 section-title */
.navy_2 .section-title {
  color: rgb(252, 252, 237);
  border-bottom: 1px solid rgb(252, 252, 237);
}

.navy_2 .section-title .line {
  background: #3e4d55;
}
.navy_2 .section-title .line::before {
  background: rgb(252, 252, 237);
}



.blog-area {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.blog-area li {
  margin-bottom: 60px;
}

.blog-area li img {
  max-width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 10%;
}

.blog-txt {
  padding-top: 20px;
}

.blog-txt a {
  font-size: 20px;
  font-weight: bold;
  color: rgb(252, 252, 237);
}

.blog-date {
  padding-left: 10px;
}

.blog .btn-detail {
  margin: 0 auto;
}


/*-------------------------------------------
footer
-------------------------------------------*/
footer {
  background-color: black;
  color: rgb(252, 252, 237);
}

footer a {
  font-size: 20px;
  font-weight: bold;
  color: rgb(252, 252, 237);
}

footer a:hover {
  opacity: 0.6;
}

.footer-area {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.footer_left {
  width: 40%;
}

.footer_left img {
  max-width: 200px;
  margin: 10px 0;
}

.footer_left p {
  padding-bottom: 20px;
}

.footer_right {
  padding-top: 60px;
}

.footer_right li:not(:last-child) {
  padding-bottom: 35px;
}


.copy {
  font-size: 10px;
  text-align: center;
  padding-bottom: 15px;
}


/* ============================================
training.html
===============================================*/

.training-page {
  padding-top: 100px;
}

.lower-sub-title {
  margin: 100px 0 70px 0;
  font-size: 22px;
  display: flex;
  align-items: center;
}

.lower-sub-title::before {
  content: "";
  width: 35px;
  height: 0.8px;
  background: #3e4d55;
  margin-right: 0.5em;
}

.training-main-img {
  width: 100%;
  margin: 70px 0 50px 0;
}

.movements {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-bottom: 60px;
}

.movement-item {
  /* height: 375px; */
  text-align: center;
  background-color: rgb(255, 255, 255, 50%);
}

.movements .movement-icon_1 {
  width: 45px;
  height: 60px;
  margin-top: 20px;
}

.movements .movement-icon_2 {
  width: 60px;
  height: 60px;
  margin-top: 20px;
}
.movements .movement-icon_3 {
  width: 90px;
  height: 60px;
  margin-top: 20px;
}

.movement-item-title {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 5px;
}

.movement-item-txt {
  text-align: left;
  padding: 0 15px 20px 15px;
  line-height: 30px;
}

.training-menu-title {
  margin-bottom: 15px;
}

.training-menu p {
  background-color: #3e4d55;
  color: rgb(252, 252, 237);
  width: fit-content;
  line-height: 30px;
  padding: 0 8px;
  margin-bottom: 15px;
}

#approach {
  background-color: #3e4d55;
  color: rgb(252, 252, 237);
  padding-bottom: 100px;
}

.approach .lower-sub-title {
  padding-top: 80px;
}

.approach .lower-sub-title::before {
  background: rgb(252, 252, 237);
}

.approach_sp {
  display: none;
}

.approach-items {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  height: 195px;
}

.approach-items_center {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(345px, 1fr));
  padding: 15px 0;
  height: 195px;
}

.approach-item_beige {
  background-color: #E8E6DA;
  color: #3e4d55;
}

.approach-item_white {
  background-color: #fff;
  color: #3e4d55;
}

.approach-title {
  display: flex;
  align-items: center;
}

.approach-no {
  font-size: 60px;
  font-weight: bold;
  padding: 0 15px;
}

.approach-point {
  font-size: 25px;
  font-weight: bold;
  padding-left: 10px;
}

.approach-detail {
  padding: 0 15px 15px;
  line-height: 30px;
}


/* ============================================
trainer.html
===============================================*/

.trainer-page {
  padding-top: 100px;
  padding-bottom: 200px;
}

.trainer-page p {
  line-height: 30px;
}

.trainer_top {
  display: flex;
}

.trainer_top img {
  width: 48%;
  object-fit: cover;
}

.introduction {
  padding-left: 30px;
}

.trainer-name {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

.trainer-page h5 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  border-top: 1px solid #3e4d55;
  border-bottom: 1px solid #3e4d55;
  padding-left: 15px;
  line-height: 40px;
  margin: 50px 0 15px 0;
}

.introduction-txt {
  padding-left: 15px;
}

.trainer_flex-area {
  display: flex;
  justify-content: space-between;
}

.career, .hobby {
  width: 49%;
}

.career dl {
  display: flex;
  flex-wrap: wrap;
}

.career dl dt {
  width: 30%;
  line-height: 30px;
}

.career dl dd {
  width: 70%;
  line-height: 30px;
}

/* ============================================
facility.html
===============================================*/

.facility-page {
  padding-top: 100px;
  padding-bottom: 200px;
  line-height: 30px;
}

.facility-caption {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 15px;
}

.facility_flex-area_1, .facility_flex-area_2 {
  display: flex;
  margin-bottom: 80px;
}

.facility-top img {
  width: 55%;
}
.facility_flex-area_1 .facility-text-area {
  margin-left: 30px;
}

.facility_flex-area_2 img {
  margin-left: 30px;
}

.equipment {
  display: flex;
  align-items: center;
}
.equipment::before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #3e4d55;
  margin-right: 0.5em;
}

.equipment-detail {
  margin: 0 0 15px 20px;
}

.facility-list-txt {
  margin-bottom: 50px;
}

.facility-list-img {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.facility-txt_bottom {
  margin-top: 50px;
}

/* ============================================
client.html
===============================================*/
.client_left, .client_right {
  display: flex;
  justify-content: space-between;
}

.client_left img, .client_right img {
  width: 35%;
  object-fit: cover;
}

.client-txt {
  width: 60%;
}

.client-no p {
  font-size: 22px;
  position: relative;
  margin-bottom: 20px;
}

.client-no p::before {
  position: absolute;
  content: "";
  width: 25px;
  height: 1px;
  background: #3e4d55;
  bottom: -5px;
}

.client-kind {
  font-size: 18px;
}

.client-item {
  border-bottom: 1px solid #3e4d55;
  padding: 50px 0;
  position: relative;
}

.ac-child p {
  padding-bottom: 20px;
}

.client-item_1 .ac-child p, .client-item_3 .ac-child p {
  padding-left: 40%;
}

.client-item_2 .ac-child p {
  padding-right: 40%;
}

.client-item:first-of-type {
  border-top: 1px solid #3e4d55;
}

.ac-btn {
  position: relative;
  transition: .3s;
  cursor: pointer;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #3e4d55;
  margin: 10px 0 0 auto;
  top: 0%;
  right: 0;
}
.ac-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 21%;
  transform: translateY(-50%);
  /*横線*/
  width: 30px;
  height: 1px;
  background: #3e4d55;
  cursor: pointer;
}
.ac-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  /*縦線*/
  width: 1px;
  height: 30px;
  background: #3e4d55;
  cursor: pointer;
}

/* open時ボタン非表示 */
.ac-btn.ac-open {
  display: none;
}

/* 横線（before）回転 */
.ac-btn.ac-open:before {
  /* top: 50%;
  transform: rotate(180deg);
  opacity: 0; */
  display: none;
}
/* 縦線（after）回転 */
.ac-btn.ac-open:after {
  /* top: 23%;
  transform: rotate(90deg);
  opacity: 0; */
  display: none;
}

.ac-parent.ac-open {
  border-bottom: none;
}


/* ============================================
blog-list.html
===============================================*/
aside {
  width: 25%;
}

.blog-list-page {
  padding-top: 100px;
  padding-bottom: 200px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}

.blog-page-main {
  width: 70%;
}

.post {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #3e4d55;
  padding: 30px 0;
  position: relative;
  box-sizing: border-box;
}

.post img {
  width: 40%;
  height: 200px;
  object-fit: cover;
}

.post-txt {
  margin-left: 30px;
  width: 60%;
}

.post-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}

.post-date {
  margin-bottom: 10px;
  font-size: 12px;
}

/* .post-Content {
  padding-bottom: 20px;
} */

.content-page-link {
  position: absolute;
  bottom: 15px;
  right: 0;
}

.content-page-link:hover {
  opacity: 0.7;
}

aside {
  width: 25%;
}

.category-list li {
  border-bottom: 1px solid #3e4d55;
  padding: 10px 0;
}

.category-list li a:hover {
  opacity: 0.7;
}

aside .lower-sub-title {
  margin: 230px 0 15px 0;
}
aside .lower-sub-title:before {
  width: 20px;
}

/* ---------- */
.category-list ul {
  list-style: none;
  padding: 0;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list li a {
  text-decoration: none;
  color: #333;
}



/* ============================================
blog-contents.html
===============================================*/

.blog-contents-page {
  padding-top: 100px;
  padding-bottom: 200px;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
}

.post-txt-all {
  width: 90%;
  margin: 0 auto;
}

.post-Content {
  position: relative;
}

.post-Content img {
  width: 90%;
  height: 400px;
  margin: 0 0 20px 30px;
  object-fit: cover;
}


.list-page-link {
  position: absolute;
  bottom: -20px;
  right: 0;
}

.list-page-link:hover {
  opacity: 0.7;
}

/* ============================================
contact.html
===============================================*/
.use-flow .lower-sub-title {
  margin-top: 0;
}

.contact-page {
  padding-top: 100px;
  /* padding-bottom: 200px; */
  line-height: 30px;
}

.use-flow-caption {
  display: flex;
}

.use-flow-no {
  display: block;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #3e4d55;
  color: rgb(252, 252, 237);
  margin-right: 20px;
}

.use-flow-caption {
  margin-bottom: 15px;
}

.contact-link {
  display: flex;
  margin: 0px 0 15px 50px;
}

.contact-link a {
  border: 1px solid #3e4d55;
  width: 30%;
  padding: 10px 0;
  text-align: center;
}

.contact-link a:hover {
  background-color: #3e4d55;
  color: rgb(252, 252, 237);
  transition: 0.5s;
}

.use-flow-item {
  margin-bottom: 30px;
}

.contact-form {
  max-width: 600px;
}

.form-body dd input, textarea {
  width: 100%;
  border: 1px solid rgb(193, 193, 193);
  border-radius: 5px;
  background-color: rgb(193, 193, 193, 30%);
  margin-bottom: 15px;
  padding: 0.3rem;
}

textarea {
  height: 150px;
}

.contact-form .send-btn {
  width: 100px;
  display: block;
  border: 1px solid #3e4d55;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  color: #3e4d55;
}

.contact-form .send-btn:hover {
  background-color: #3e4d55;
  color: rgb(252, 252, 237);
  transition: 0.5s;
}

/* ラジオボタン */
.wpcf7-list-item {
  margin: 0;
}

/* 横並び */
.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-right: 16px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label {
  display: flex;
  margin-right: 20px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item label span {
  padding-bottom: 20px;
}

input[type="radio"] {
  appearance: button;
}

input[type="checkbox"] {
  appearance: checkbox;
}

.contact-form .lower-sub-title {
  margin-bottom: 30px;
}

/* 予約フォーム */
.reservation .lower-sub-title {
  margin: 50px 0 30px 0;
}


.reservation-form {
    max-width: 600px;
    /* padding: 1rem; */
}

.reservation-form .form-group {
    margin-bottom: 1rem;
}

.reservation-form label {
    display: block;
    margin-bottom: 0.3rem;
}

.reservation-form input,
.reservation-form select {
    width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    box-sizing: border-box;
    border: 1px solid rgb(193, 193, 193);
    border-radius: 5px;
    background-color: rgb(193, 193, 193, 30%);
}

.reservation-form button {
    width: 100%;
    padding: 0.75rem;
    font-size: 1.1rem;
    background-color: #3e4d55;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    margin: 30px 0 60px 0;
}

.reservation-form button:hover {
    background-color: #597d90;
    transition: 0.5s;
}

.reservation-health-check {
  margin-top: 1.5em;
  border-radius: 8px;
}

.reservation-health-check-text {
  margin-bottom: 15px;
}

input[type="checkbox"] {
  position: absolute;
  bottom: -20px;
  left: -45%;
}

.reservation-health-check label {
  display: block;
  margin-bottom: 0.5em;
  position: relative;
}
.reservation-health-check textarea {
  width: 100%;
  margin-top: 0.5em;
  padding: 0.5em;
  font-size: 1em;
  border-radius: 4px;
  border: 1px solid #ccc;
}




/* ============================================
レスポンシブ1
===============================================*/

@media (max-width: 1050px) {

#navi_pc {
  display: none;
}

/*
ハンバーガ―メニュー
*/
.hamburger {
  display: block;
  width: 100px;
  height: 100px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  cursor: pointer;
  transition: 0.3s;
}

.hamburger:hover {
  opacity: 0.7;
}

/* ハンバーガーメニューの線の設定（メニューが閉じている時） */
.hamburger span {
  width: 50%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 25%;
  transition: 0.3s;
}

/* 1本目の線の位置を設定 */
.hamburger span:nth-child(1) {
  top: 36%;
}

/* 2本目の線の位置を設定 */
.hamburger span:nth-child(2) {
  top: 50%;
}

/* 3本目の線の位置を設定 */
.hamburger span:nth-child(3) {
  top: 64%;
}

/*
ハンバーガーメニューの線の設定（メニューが開いている時）
1本目の線を-45度回転
*/
.open .hamburger span:nth-child(1) {
  top: 47%;
  background: #fff;
  transform: rotate(-45deg);
}

/* 2本目と3本目は重ねて45度回転 */
.open .hamburger span:nth-child(2),
.open .hamburger span:nth-child(3) {
  top: 47%;
  background: #fff;
  transform: rotate(45deg);
}

/*
メニューの設定
*/
#navi_sp {
  display: inline-block;
  width: 100%;
  height: 100vh;
  background-color: #3e4d55;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  text-align: center;
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
}

.open #navi_sp {
  opacity: 1;
  visibility: visible;
}

.hamburger-menu {
  margin: 100px 0;
  display: flex;
  flex-direction: column;
}

.hamburger-menu li {
  font-size: 18px;
  padding-bottom: 15px;
}

.hamburger-menu li:last-child {
  margin-top: 20px;
}

#navi_sp p {
  padding-bottom: 15px;
}

.mainvisual img {
  width: 95%;
  object-position: left;
}

.top-message {
  right: 0;
  font-size: 28px;
}

.flow-group {
  display: none;
}

.navy {
  clip-path: polygon(0 2%, 100% 0%, 100% 100%, 0 98%);
}

.navy_2 {
  clip-path: polygon(0 0, 100% 2%, 100% 100%, 0% 100%);
}

.trainer_top img {
  object-position: right;
}











}

/* ============================================
レスポンシブ2
===============================================*/
@media (max-width: 768px) {

.mainvisual img {
  width: 98%;
}

.top-message {
  font-size: 20px;
}

.section-title {
  font-size: 20px;
}


/*-------------------------------------------
トレーニングについて
-------------------------------------------*/

#training {
  padding: 5px 0 150px 0;
}


.focus {
  flex-direction: column;
}

.focus-img {
  width: 90%;
  margin: 0 auto;
}

.focus-detail {
  width: 100%;
}

.strength-items {
  width: 80%;
  margin: 0 auto;
}

.btn-detail {
  margin: 70px auto 0;
}

/*-------------------------------------------
セッションの流れ
-------------------------------------------*/
.session .section-title {
  margin-top: 50px;
}

.session-flow {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}


/*-------------------------------------------
料金
-------------------------------------------*/
.price-area {
  flex-direction: column;
}

table {
  width: 100%;
}

.price-area_right {
  width: 100%;
  margin-top: 30px;
}

/*-------------------------------------------
footer
-------------------------------------------*/
.footer-area {
  flex-direction: column;
}

.footer_left p {
  display: none;
}

.footer_right {
  padding-top: 0px;
}

/*-------------------------------------------
trainer.html
-------------------------------------------*/
.trainer-page {
  padding-bottom: 100px;
}

.trainer_top {
  flex-direction: column;
}

.trainer_top img {
  width: 100%;
}

.trainer-name {
  margin-top: 30px;
}

.introduction, .introduction-txt {
  padding-left: 0px;
}

.trainer_flex-area {
  flex-direction: column;
}

.career, .hobby {
  width: 100%;
}

/*-------------------------------------------
facility.html
-------------------------------------------*/
.facility-page {
  padding-bottom: 100px;
}

.facility_flex-area_1 {
  flex-direction: column;
}

.facility_flex-area_2 {
  flex-direction: column-reverse;
}

.facility-top img {
  width: 100%;
}

.facility_flex-area_1 img {
  margin-bottom: 30px;
}

.facility_flex-area_1 .facility-text-area {
  margin-left: 0px;
}

.facility_flex-area_2 img {
  margin-left: 0;
  margin-bottom: 30px;
}

/*-------------------------------------------
client.html
-------------------------------------------*/
.client-page {
  padding-bottom: 100px;
}

.client_left {
  flex-direction: column;
}
.client_right {
  flex-direction: column-reverse;
}

.client_left img, .client_right img {
  width: 100%;
  height: 400px;
  object-position: top;
  margin: 0 auto 30px;
}
.client_left img:last-of-type {
  object-position: center;
}

.client-txt {
  width: 100%;
}

.client-item_1 .ac-child p, .client-item_3 .ac-child p {
  padding-left: 0;
}

.client-item_2 .ac-child p {
  padding-right: 0;
}

/*-------------------------------------------
blog-list.html
-------------------------------------------*/
.blog-list-page {
  padding-bottom: 100px;
}

.post {
  flex-direction: column;
}

.post img {
  width: 100%;
  margin-bottom: 20px;
}

.post-title {
  font-size: 18px;
  padding-bottom: 15px;
}

.blog-list-page {
  flex-direction: column;
}

.blog-page-main {
  width: 100%;
}

.post img {
  height: 345px;
}

.post-txt {
  margin-left: 0;
  width: 100%;
}

aside {
  width: 100%;
}

aside .lower-sub-title {
  margin: 100px 0 15px 0;
}

/*-------------------------------------------
blog-contents.html
-------------------------------------------*/
.blog-contents-page {
  padding-bottom: 100px;
}

.blog-contents-page {
  flex-direction: column;
}

.post-Content img {
  width: 100%;
  height: 345px;
  margin: 0 auto;
}

.post-txt-all {
  width: 100%;
  padding-top: 15px;
}

/*-------------------------------------------
contact.html
-------------------------------------------*/
.contact-page {
  padding-bottom: 70px;
}

.contact-link a {
  width: 50%;
}

.contact-form {
  width: 100%;
}

.reservation .lower-sub-title {
  margin-top: 0;
}

}


/*-------------------------------------------
セッションの流れ
-------------------------------------------*/
@media (max-width: 1030px) {
  .session_item_5 {
    border-left: 1px solid #3e4d55;
  }
}
@media (max-width: 830px) {
  .session_item_4 {
    border-left: 1px solid #3e4d55;
  }
  .session_item_5 {
    border-left: none;
  }
} 
@media (max-width: 768px) {
  .session_item_4 {
    /* border-left: 1px solid #3e4d55; */
    border-left: none;
  }
  .session_item_5 {
    border-left: 1px solid #3e4d55;
  }
} 
@media (max-width: 630px) {
  .session_item_3 {
    /* border-left: 1px solid #3e4d55; */
    border-left: none;
  }
  .session_item_4 {
    border-left: 1px solid #3e4d55;
  }
  .session_item_5 {
    /* border-left: 1px solid #3e4d55; */
    border-left: none;
  }
} 
@media (max-width: 480px) {
  .session_item_3 {
    border-left: 1px solid #3e4d55;
    /* border-left: none; */
  }
  .session_item_4 {
    /* border-left: 1px solid #3e4d55; */
    border-left: none;
  }
  .session_item_5 {
    border-left: 1px solid #3e4d55;
    /* border-left: none; */
  }
}
@media (max-width: 330px) {
  .session_item_2 {
    border-left: 1px solid #3e4d55;
  }
  .session_item_4 {
    border-left: 1px solid #3e4d55;
  }
} 


/*-------------------------------------------
training approach
-------------------------------------------*/
@media (max-width: 960px) {
  
  .approach_pc {
    display: none;
  }
  
  .approach_sp {
    display: block;
    margin-bottom: 550px;
  }
  
  /* Koafitの理念 */
  .philosophy-txt_bottom {
    flex-direction: column;
  }

  .philosophy-txt_right {
    padding-top: 40px;
  }

  #philosophy {
    padding-bottom: 50px;
  }
  /* -------------------- */

}
@media (max-width: 713px) {  
  .approach_sp {
    margin-bottom: 650px;
  }
}
@media (max-width: 645px) {  
  .approach_sp {
    margin-bottom: 1150px;
  }
}
@media (max-width: 364px) {  
  .approach_sp {
    margin-bottom: 1350px;
  }
}