@charset "UTF-8";
/* CSS Document */

/* *{
  outline: solid 2px #0000ff;
} */

html{
	font-size: 62.5%;
}
body{
	color: #4D4D4D;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans","Helvetica Neue",Arial,sans-serif;
  font-size: 1.4rem;
	line-height: 1.8;
	-weblit-font-smoothing:antiliased;
  -moz-osx-font-smoothing:grayscale;
}
.sp_img{
  display: none;
}
.sp_logo{
  display: none;
}
.sp_br{
	display:none;
}
img {
  width: 100%;
  height: auto;
}
table {
	
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #707070;
  width: 100%;
}

header {
  z-index: 100;
  position: fixed;
  width: 100%;
  transition: all .5s;
}
.logo a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: .1rem;
  font-family: Georgia;
  font-size: 1.8rem;
  text-shadow: 1px 2px 1px rgba(31,37,48, .5);
}
section {
  margin-bottom: 128px;
}
h3{
  font-size: 3.2rem;
  color: #02ABAF;
  line-height: 1.3;
}

h4{
  font-size: 1.5rem;
  color: #02ABAF;
  margin-bottom: 10px;
}

.et{
  font-size: 1.6rem;
  color: #00CCAC;
}

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

.bg_white {
  background-color: #fff;
}

.bg_white ul li a {
  color: #4D4D4D !important;
}

.bg_white .logo a {
  color: #4D4D4D;
  text-shadow: unset;
}

.w1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
}

.info p a {
	color: #4D4D4D;
	text-decoration: none;
}

hr{
  margin: 30px 0;
  width: 30px;
  border-top: 2px solid #00CCAC;
  }
  
 .no-found {
	 font-size: 2rem;
 }

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0px auto;
  padding: 2rem;
  box-sizing: border-box;
}
.header-nav {
  display: flex;
  list-style: none;
  text-align: center;
}
.main-nav {
  display: flex;
  align-items: center;
}

.main-nav li{
  list-style: none;
  margin-right: 1.5rem;
}


nav ul li a {
  text-decoration: none;
  color: #fff;
}

nav ul li.current a{
  color: #01AEAF;
  }
  nav ul li a:hover{
  color: #00CCAC;
  }

.dropdown-btn{
    position:relative;
    display:inline-block;
    cursor:pointer;
  	color: #fff;
    }

.dropdown-btn&:hover {
	  color: #00CCAC;
      background:#666;
    }

.dropdown-btn:hover{
	 color: #01AEAF;
  }
	

  .dropdown {
    z-index:1000;
	background-color:rgba(0, 204, 172,0.8);
    position:absolute;
    left:0;
    top:28px;
    width:210px;
    padding:10px 20px;
    display:none;
	}


.dropdown>li {
      display:inline-block;
      margin:10px 0;
}
.dropdown>a {
        color:#fff;
      }

.disabled{
	pointer-events: none;
}

.header-nav,
  .open {
    display:block;
  }
  .close {
    display:block;
  }

.btn_contact {
  font-size: 1.5rem;
  display: inline-block;
  padding: 1rem 0;
  width: 180px;
  text-align: center;
  margin-right: 2rem;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(#02AAB0 0%, #00CDAC 100%);
  transition: .4s;
}

.btn_contact:hover {
  background-image: linear-gradient(#02AAB0 0%, #00CDAC 50%);
}

.btn_line {
  font-size: 1.5rem;
  display: inline-block;
  padding: 1rem 0;
  width: 180px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(#11998e 0%, #38ef7d 100%);
  transition: .4s;
}
.btn_line:hover{
  background-image: linear-gradient(#11998e 0%, #38ef7d 50%);
}

/* -----KVの画像----- */
.pc_img.kv{ 
  width: 100%;
  height: 0 auto;    
}

.main-visual {
  background-image: url("../img/top_kv.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 10rem;
}

.main-visual h1 {
  color: #fff;
  font-size: 9rem;
  line-height: 1.4;
  font-family: Georgia;
  font-weight: normal;
  letter-spacing: 0.7rem;
  text-shadow: 2px 5px 1px rgba(31,37,48, .5);
}

.main-visual h1 span{
  display: block;
  font-size: 4rem;
}

.main-visual h2 {
  font-family: "ヒラギノ明朝 ProN";
  color: #fff;
  font-size: 3.5rem;
  letter-spacing: 0.3rem;
  text-shadow: 2px 5px 1px rgba(31,37,48, .5);
}

.main-visual ul {
  list-style:none;
  width: 550px;
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
  font-size: 1.8rem;
}

.list-second{
  margin-top: 10px;
  list-style:none;
  width: 550px;
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
  font-size: 1.8rem;
}

.main-visual ul li{
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(1,174,175, .5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}


.banner_left{
	width: 375px;

}

.bg_orange {
  padding: 2.5rem;
  color: #fff;
  background-image: linear-gradient( 135deg, #fe522e 10%, #f09719 100%);
  display: flex;
  justify-content: space-between;
}
.banner_left {
	width: 60%;
}
.banner_left h2 {
	font-size: 4.7rem;
	text-align: center;
	line-height: 1.5;
}
.banner_left h3 {
		line-height: 1.5;
		text-align: center;
	   font-weight: bold;
		color: #fff;
}
.banner_left p {
		line-height: 1;
}
.banner_left ul {
  color: #FE532E;
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  margin: .5rem 2.4rem .5rem .7rem;
  line-height: 1.8;
  padding: 2rem 2rem 2rem 4.5rem;
}
.banner_left p {
  font-size: 2.4rem;
  text-align: center;
}
.bg_orange img{
	width: 38%;
}

/* -----モニターの画像----- */
.pc_img.monitor{
  margin: 0 auto;
}

/* -----container----- */
.container{ 
  margin-bottom: 72px;
}
  
.container_text{
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #02ABAF;
}
/* -----テキストbox----- */
.flex-container{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-container:after{
  content:"";
  display:block;
  width: 32%;
  height:0;
}

.flex-item{
  width: 32%;
  margin:  0 auto;
  height: 216px;
  text-align: center;
  display: table;
  background-color: #fff; /* 背景色 */
  border: 1px solid #01AEAF; /* 枠線 */
  margin-bottom: 24px;
}
.flex-text{
  display: table-cell;
  vertical-align: middle;
}
.main-text{
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.sub-text{
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.header02 .breadcrumb {
  position: relative;
}
.header02 .breadcrumb ul {
  position: absolute;
  bottom: 5rem;
}

.main02 .breadcrumb {
  position: relative;
}

.main02 .breadcrumb ul {
  position: absolute;
  top: 12rem;
}

.main02 .title_wrapper {
  padding-top: 16rem;
}


/* -----------------------------
トレーナーKV
-----------------------------*/

.trainer-visual{
  background-image: url("../img/trainer/kv.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 10rem;
  margin-bottom: 10px;
}

.trainer_img{
	height: 100%;
}

.trainer-second{
	margin-bottom: 0 !important;
}

/* -----------------------------
about
-----------------------------*/
.top_about{
  position: relative;
}

.top_about_inner{
  width: 46%;
  padding-top: 5rem;
  position: relative;
  z-index: 2;
}
.top_about_text{
  float: right;
  margin-bottom: 48px;
}
.top_about_img{
  position: absolute;
  width: 50%;
  z-index: 1;
  overflow: hidden;
  height: 400px;
  right: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}

.about_btn{
  letter-spacing: 0.1em;
  margin-top: 40px;
  font-size: 1.6rem;
  border-radius: 12px;
  display: block;
  color: #01AEAF;
  text-align: center;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-width: 1px;
  border-style: solid;
  border-color: #01AEAF;
  border-image: initial;
  padding: 20px;
  overflow: hidden;
  text-decoration: none;
}

/* -----------------------------
docter
-----------------------------*/
.docter{
  clear: both;
}

.docter_title{
  text-align: center;
  font-size: 31px;
  display: block;
  color: #fff;
  position: relative;
  background-image: linear-gradient(#02AAB0 0%, #00CDAC 100%);
  padding: 3rem 0;
  margin-bottom: 72px;
  line-height: 1.3;
}

.about_wrapper{
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; 
}

.top_docter_img{
  width: 40%;
}
.about_inner{
  width:540px;
}

.docter_subtitle{
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}

.about_text{
  margin-top: 24px;
}

.radio-list{
	font-size: 2.4rem;
    margin-bottom: 2rem;
	color: #02ABAF;
	font-weight: bold;
}


/* -----------------------------
before after
-----------------------------*/
.ba-visual{
  background-image: url("../img/before/kv.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 10rem;
  margin-bottom: 10px;
}


.section.ba{
  padding-bottom: 40px;
  background: #DEF7F7;
  margin: 0;
}
.title_wrapper{
  padding-top: 72px;
  text-align: center;
  position: relative;
}
.section_hr{
  margin: 0 auto;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.bf_data{
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; 
}
  
.expanded {
  width: 540px;
  margin: 48px 0;
  padding: 32px 45px 24px;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
}

.expanded > h4{
margin-bottom: 16px;
padding: 3px 10px;
border-radius: 5px;
display: inline-block;
/* vertical-align: top; */
color: #fff;
letter-spacing: 0.24em;
box-sizing: border-box;
background-image: linear-gradient(#02AAB0 0%, #00CDAC 100%);
}
.ba_wrapper{
  display: flex;
}

.wrapper_title:first-child{
  margin-right: 10px;
}

.wrapper_title > p{
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #00C2AD;
  text-align: center;
}

.data{
  width: 198px;
  margin: 24px auto;
  padding: 3px 10px;
  border-radius: 5px;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.24em;
  box-sizing: border-box;
  background-image: linear-gradient(#02AAB0 0%, #00CDAC 100%);
}

.more_btn{
  font-size: 1.6rem;
  display: block;
  margin: 0 auto;
  padding: 13px;
  width: 384px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background: #01AEAF;
  transition: all .4s;
}

.more_btn:hover {
  background-image: linear-gradient(#02AAB0 0%, #00CDAC 50%);
}

.title_wrapper.course{
  margin-top: 56px;
}

.before .box_wrapper{
  flex-direction: column;
}

.before .box_wrapper h2{
  color: #fff;
  font-size: 2rem;
  width: 320px;
  padding: 2rem 0;
  margin: 0px auto;
  border-radius: 5px;
  background: linear-gradient( 
90deg
 , rgba(26,171,176,1) 32%, rgba(32,204,172,1) 100%);
  text-align: center;
  margin-bottom: 3rem;
}
.before_after {
  border: 2px solid #01AEAF;
  border-radius: 10px;
  padding: 5rem 0;
}
.before_after h3 {
  text-align: center;
  margin-bottom: 2rem;
}
.before-content {
  width: 750px;
  margin: 0px auto;
}
.before-content ul {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.before-content ul li {
  width: 47%;
}
#before-img div{
  text-align: left;
  padding: 5rem 1rem;
}
.before-content table {
  margin-bottom: 4rem;
}
.before-content table th {
  width: 25%;
  color: #fff;
  border: 1px solid #fff;
  background-color: #01AEAF;
  padding: 1rem;
}
.before-content table td {
  border: 1px solid #707070;
  padding: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #E6245E;
}
.before-content h4 {
  color: #fff;
  text-align: center;
  padding: .2rem 0;
  background: linear-gradient( 
  90deg
  , rgba(26,171,176,1) 32%, rgba(32,204,172,1) 100%);
}
.before-content h5 {
  font-size: 2rem;
  text-align: center;
  margin: 2rem 0 1rem 0;
}
.red-color{
  color: #E6245E !important;
}
/* -----------------------------
course
-----------------------------*/
.section.course{
  width: 1100px;
  margin:0 auto;
}
.courses{
  margin:0 auto;
  display: flex;
  justify-content: space-between; 
}
.box_wrapper{
  width: 1100px;
  margin: 72px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; 
}

.course_box{
  width: 540px;
  margin-bottom: 40px;
  background: #fff;
  border: solid 2px #01AEAF;
}
.box-title {
  background: #01AEAF;
  padding: 4px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.course_detail{
  display: flex;
  padding: 15px 20px;
  margin: 25px auto;
}

.course_detail > img{
  margin-right:35px;
}
.course_comment{
  color: #00CCAC;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.7;
}

.price{
  margin-top: 10px;
  color: #01AEAF;
  font-size: 3.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

.tax{
  margin-top: 10px;
  color: #01AEAF;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.time{
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}

.green-btns {
  color: #00CCAC;
  border: 1px solid #00CCAC;
  max-width: 300px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1rem 0;
  margin: 0px auto;
  transition:all 0.5s;
}
.green-btns:hover {
  color: #fff;
  background-color: #00CCAC;
}

.bg-green-btns {
  color: #fff;
  background-color: #00CCAC;
  border: 1px solid #00CCAC;
  width: 300px;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 1rem 0;
  margin: 0px auto;
  transition:all 0.5s;
}

.bg-green-btns:hover {
  color: #00CCAC;
  background-color: transparent;
  border: 1px solid #00CCAC;
}

.blog {
  padding-bottom: 6rem;
  background: #DEF7F7;
  margin-bottom: 0;
}
.campaign {
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-size:3rem;
  color:#fe522e;
}
.blog .w1100 {
  margin-bottom: 6rem;
}

.blog ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blog ul li{
  width: 31%;
  background-color: #fff;
  box-shadow: rgba(0,0,0, .1) 0px 4px 12px;
}

.blog ul li .date{
  display: block;
}
.blog ul li .tags{
  display: inline-block;
  color: #01AEAF;
  border: 1px solid #01AEAF;
  padding: 0 .7rem;
  margin: .5rem 0;
}

.blog .title_wrapper {
  margin-bottom: 4rem;
}

.info {
  padding: 1rem 1.5rem;
}
/* -----------------------------
contact
-----------------------------*/
.contact{
  background: url(../img/footer_conatct.jpg) center;
    background-size: cover;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    padding: 110px 0 80px;
}

.contact_text{
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.text_1{
  font-size:2.8em;
}

.text_2{
  font-size:2em;
}
.tel{
  text-align: center;
}
.tel>a{
  text-decoration: none;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  line-height: 2;
}
.tel>a:hover{
  opacity: 0.7;
}
small{
  font-size: 1.4rem;
  text-align: center;
}
.contact-btn{
  width:1100px;
  margin: 48px auto 0;
  list-style-type: none;
  display: flex; 
}
.contact-btn>li{
  margin: 0 auto;
}
.contact-btn>li>a{
  text-decoration: none;
  color: #fff;
}
.contact li a {
  display: block;
  width: 350px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  border-radius: 5px;
  transition: .4s;
}
.counseling{
  background-image: linear-gradient(#02AAB0 0%, #00CDAC 100%);
    color: #fff;
}

.counseling:hover {
  background-image: linear-gradient(#02AAB0 0%, #00CDAC 50%);
}
.line{
  background-image: linear-gradient(#11998e 0%, #38ef7d 100%);
  color: #fff;
}
.line:hover {
  background-image: linear-gradient(#11998e 0%, #38ef7d 50%);
}

/* #member-img {
  background-image: url("../img/member/kv.jpg");
}
#trainer-img {
  background-image: url("../img/trainer/kv.jpg");
} */

#before-img {
  background-image: url("../img/before/kv.jpg");
}

.ck-main-visual {
  margin-bottom: 1rem;
}
.ck-main-visual div{
  font-size: 3.3rem;
  font-weight: bold;
  font-family: "Hiragino Kaku Gothic ProN";
  color: #fff;
  background-image: linear-gradient(rgba(2, 170, 176, .4) 0%, rgba(0, 205, 171, .4) 100%);
  padding: 7rem 1rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  letter-spacing: 0rem;
}

.member-visual{
  background-image: url("../img/member/kv.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 10rem;
  margin-bottom: 10px;
}

.flexCenter {
  padding: 0;
  margin: 0;
}

.flexCenter li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}
.flexCenter li:last-child {
  margin-bottom: 0;
}

.flexCenter li img{
  width: 40%;
}

.flexCenter li .text{
  width: 55%;
}

.flexCenter li .text h3{
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.hikaku h4 {
  background: rgb(26,171,176);
    background: linear-gradient(
90deg
, rgba(26,171,176,1) 32%, rgba(32,204,172,1) 100%);
    text-align: center;
    padding: 3rem 0;
    color: #fff;
    font-size: 2.8rem;
}

.hikaku .flexCenter li {
  flex-direction: row-reverse;
}

.section .title_wrapper h1.section_title {
  font-size: 3.3rem;
  color: #01AEAF;
}

.breadcrumb ul {
  list-style: none;
}

.breadcrumb ul li {
  display: inline-block;
}

.breadcrumb ul li a {
  color: #01AEAF;
}

.breadcrumb ul li::after {
  content: ">";
  padding: 0 1rem;
}
.breadcrumb ul li:last-child:after {
  content: none;
}
.member {
  margin-bottom: 0;
}
.bg_blue_box {
  background-color: #DEF7F7;
  padding: 5rem 0;
}
.bg_blue_box h4{
  color: #02ABAF;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.access-content/* :first-child  */{
  margin-bottom: 5rem;
}

.access-content ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
}
.access-content ul li{
  width: 23%;
  margin-bottom: 3rem;
}
.access-content ul li img{
  margin-bottom: 2rem;
}

/* -----------------------------
footer
-----------------------------*/

footer{
  width: 1100px;
  margin: 0 auto;
}
.footer_row{
  display: flex;
}

.footere_right{
  margin-right: 40px;
}

footer h5{
  font-family: Georgia;
  color: #02ABAF;
  font-size: 3rem;
  margin: 0 0 2rem 0;
}
.footer_nav h5 {
  text-align: center;
}

.footer_tel>a{
  text-decoration: none;
  color: #4D4D4D;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
}
.footer_tel>a:hover{
  opacity: 0.7;
}

.address{
line-height: 2;
width: 630px;
}
.footer_nav{
  margin-top: 64px;
}
.footer_nav_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_nav_list>li{
  line-height: 0.5;
  list-style: none;
  margin-right: 1.5rem;
}

.footer_nav_list li:last-child {
  margin-right: 0;
}
.footer_nav ul li a {
  text-decoration: none;
  color: #4d4d4d;
}

.insta_btn{
	width: 24px;
   height: auto;
   margin: 0 auto 24px;
}

.insta_btn:hover{
  opacity: 0.7;
}

.pp{
  margin-top: 2rem;
  text-align: center;
}
.pp a {
  color: #4d4d4d;
}
.pp>a{
  text-decoration: none;
}
.copy{
  line-height: 10;
  text-align: center;
}

/*よくあるご質問*/
.qa-item_first{
    font-weight: bold;
    font-size: 1.8rem;
    color: #01AEAF;
	border-bottom: 1.5px solid #01AEAF;
  	padding-bottom: 2px;
	margin:16px;
}

.qa-item{
    font-weight: bold;
    font-size: 1.8rem;
    color: #01AEAF;
	border-bottom: 1.5px solid #01AEAF;
  	padding-bottom: 2px;
	margin:40px 0 16px;
}
.radio-list_text{
	font-weight:normal;
	color:black;
}
.qa-list {
  width: 100%;
}
.qa-list dl {
  position: relative;
  margin: 0;
  padding: 3rem 8rem 3rem 3rem;
  cursor: pointer;
  border: 1px solid #01AEAF;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.qa-list dl::before {
  position: absolute;
  top: 45px;
  right: 35px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #01AEAF;
  border-right: 2px solid #01AEAF;
}
.qa-list .open::before {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 0 0 0 50px;
  font-weight: bold;
  font-size: 1.8rem;
  color: #01AEAF;
}
.qa-list dl dt::before {
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 5px;
  left: 2rem;
  display: block;
  content: 'Q.';
  color: #01AEAF;
}

.qa-list dl dd {
  position: relative;
  display: none;
  height: auto;
  margin: 2rem 4rem 2rem 5rem;
  padding: 3rem;
  background-color: rgba(0, 204, 172, .07);
  border-radius: 10px;
  font-size: 1.8rem;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}

.header02 nav ul li a {
  color: #4D4D4D;
}

.header02 .logo a {
  color: #01AEAF;
  text-shadow: none;
}

.access-content h2 {
  background: rgb(26,171,176);
  background: linear-gradient(
90deg
, rgba(26,171,176,1) 32%, rgba(32,204,172,1) 100%);
  text-align: center;
  padding: 2rem 0;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.access-content {
  width: 100%;
}

/* -----------------------------
ここからaboutページ
-----------------------------*/

  .about-visual{
    background-image: url("../img/about/about_kv.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 10rem;
    margin-bottom: 10px;
  }


.page-title{
  width:176px;
  height: 176px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #ffffff;
  background: linear-gradient(rgba(2,170,176,0.6),rgba(0,205,172,0.6));
}

.about_wrapper.abuot{
  width: 1100px;
  margin: 72px auto;
  display: flex;
  justify-content: space-between; 
}

.about_img{
  width: 445px;
  height: 297px;
}

.about_inner.about{
  width: 600px;
	order: -1;
}

.about_text.about{
  line-height: 2;
}

.section.bg{
  padding-bottom: 40px;
  background: #DEF7F7;
  margin: 0;
}

.section_title.docter{
padding-bottom: 10px;
}

#index .top_about_inner .about_btn{
  font-size: 1.4rem;
}

#index .box_wrapper .course_box .box-title {
  font-size: 2rem;
}

#index .box_wrapper .course_detail {
  flex-wrap: wrap;
}

#index .course_detail > img {
  object-fit: cover;
  width: 100%;
  height: 200px;
	margin: auto;
}
#index .course_right {
  width: 100%;
}

#index .course_comment {
  margin-top: 1rem;
  font-size: 1.8rem;
}

#index .bf_data {
  margin-top: 4rem;
}

#index .expanded {
  margin: 0;
  margin-bottom: 3rem;
}
/* -----------------------------
ここからcourseページ
-----------------------------*/
.course-visual{
  background-image: url("../img/course/course_kv.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 10rem;
  margin-bottom: 10px;
}

.course_box.course{
  width: 100%;
  margin-bottom: 40px;
  background: #fff;
  border: solid 2px #01AEAF;
}

.box-title {
  background: #01AEAF;
  padding: 20px;
  font-size: 2.8rem;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.course_comment.course{
  padding-top: 24px;
  font-size :2.4rem;
}
.course_detail.course{
  width: 1100px;
  padding: 20px 64px;
  display: flex;
  justify-content: space-between; 
}
.course_left{
  width: 540px;
}

.price_course{
  margin-top: 10px;
  color: #01AEAF;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
}

.tax_course{
  margin-top: 10px;
  color: #01AEAF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.time_course{
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
}

.description_course{
  margin-top: 10px;
  font-size: 1.6rem;
}
.description_course_sub{
	font-weight:bold;
	font-size: 1.8rem;
}

.description_course_notes{
	  font-size: 1.2rem;
}
.course-img{
  width: 350px;
	height: 334px;
  margin:0;
}

.index_price {
  margin-bottom: 20px;
}

/* courseグラフ */
.index_price{
  width: 1100px;
  margin: 0 auto;
}
table {
  margin: 0 auto 128px;
  border-collapse: collapse;
  text-align: center;
  font-weight: bold;
}
table th, table td {
  border: solid 1px #707070;
  /*実線 1px 黒*/
}

table th {/*table内のthに対して*/
  width: 244px;
  padding: 15px;/*上下左右10pxずつ*/
  color: #FFF;
}

table td {/*table内のtdに対して*/
  padding: 15px 10px;/*上下3pxで左右10px*/

}

.bg-red{
  background-color: #E6245E;
}
.bg-blu{
  background-color:#01AEAF
}
.bg-grn{
  color: #FFF;
  font-weight: bold;
  background-color: #00CCAC;
}
.text_red{
  color: #E6245E;
}


/* -----------------------------
ここからcontact
-----------------------------*/
.contact-text{
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contact-text>p{
  display: inline-block;
  text-align: left;
}

/* フォーム */
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
.Form-Item:nth-child(4) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

.Form-Item-Label-Required {
  border-radius: 5px;
  margin-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #01AEAF;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.Form-Item-Input {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 56px;
  flex: 1;
  width: 100%;
  max-width: 1100px;
  font-size: 1.4rem;
}

.Form-Item-Textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 1100px;
  font-size: 1.4rem;
}

.Form-Btn {
  border: none;
  border-radius: 5px;
  margin: 72px auto 128px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 384px;
  display: block;
  letter-spacing: 0.05em;
  background-image: linear-gradient(#02AAB0 0%, #00CDAC 100%);
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}

.Form-Btn:hover {
  background-image: linear-gradient(#02AAB0 0%, #00CDAC 50%);
}


/* -----------------------------
ここからblog
-----------------------------*/

.blog-visual{
  background-image: url("../img/blog/blog_kv_sp.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 10rem;
  margin-bottom: 10px;
}

.page_inner{
  width: 1100px;
  margin: 0px auto; 
}

#blog-left{
  float: left;
 }

#sidebar {
  float: left;
  width: 25%;
}
.blog-detail #sidebar {
  margin-top: 200px;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}

.w1100_blog{
  width: 855px; 
  display: flex;
  flex-wrap: wrap; 
}


.blog-list{
  margin: 0 1% 50px;
  width: 45%;
  background-color: #fff;
  box-shadow: rgba(0,0,0, .1) 0px 4px 12px;
}

.info>a{
  text-decoration: none;
}

.blog-list:hover{
  opacity: .8;
}

.wp-pagenavi {
  clear: both;
}

#sidebar>h3 {
  text-align: center;
  color: #52acc1;
  font-size: 18px;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 0 15px;
  font-weight: normal;
}


.tags{
  display: inline-block;
  color: #01AEAF;
  border: 1px solid #01AEAF;
  padding: 0 .7rem;
  margin: .5rem 0;
}


.page_search{
  max-width: 1100px;
  margin: 0 auto 72px;
}

.serchunit {
  padding: 20px;
  margin:0 80px 80px;
}
.serchbox{
  display: block;
}

.serchunit .serchbox p:first-of-type>input {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 10px;
}
.serchbox>p:first-of-type {
  float: left;
  width: 72%;
}
.serchunit .serchbox>p:last-of-type {
  float: right;
  width: 25%;
}

#searchsubmit {
  max-width: 160px;
  width: 100%;
  border: none;
  background: #01AEAF;
  color: #fff;
  text-align: center;
  padding: 8px 0;
  font-size: 18px;
  border-radius: 5px;
}

.w1100.blog{
  display: flex;
}

/* カテゴリー */
#sidebar {
  width: 22%;
  overflow: hidden;
  float: right;
}

#sidebar>h3 {
  text-align: center;
  color: #01AEAF;
  font-size: 18px;
  border-top: 1px solid #01AEAF;
  border-bottom: 1px solid #01AEAF;
  padding: 15px 0;
  font-weight: normal;
}

#sidebar.ul {
  margin-bottom: 30px;
}

#sidebar>ul>li{
  list-style: none;
  list-style-position: outside;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid#E2E2E2;
  padding: 10px;
}

#sidebar>ul>li>a{
  text-decoration: none;
  color: #707070;
}
.category{
  margin-bottom: 40px;
}

.category>li>a:hover{
  opacity: .8;

}

/* 新着情報 */

#new-blog{
  width: 22%;
  overflow: hidden;
  float: right;
}

#new-blog>h3 {
  text-align: center;
  color: #01AEAF;
  font-size: 18px;
  border-top: 1px solid #01AEAF;
  border-bottom: 1px solid #01AEAF;
  padding: 15px 0;
  font-weight: normal;
}

#new-blog.ul {
  margin-bottom: 30px;
}

#new-blog>ul>li{
  list-style: none;
  list-style-position: outside;
  text-decoration: nonr;
  border-bottom: 1px solid#E2E2E2;
  padding: 10px;
}

#new-blog>ul>li>a{
  text-decoration: none;
  color: #707070;
}

#new-blog>ul>li>a:hover{
  opacity: .8;
}

#page_nav{
  max-width: 500px;
  margin: 0 auto 128px;


}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  color: #01AEAF;
  border: 1px solid #01AEAF;
  padding: 3px 5px;
  margin: 2px;
}

.wp-pagenavi .current, .wp-pagenavi a:hover {
  background: #01AEAF;
  border: 1px solid #01AEAF !important;
  color: #fff;
}


/* -----------------------------
ここからBLOG記事
-----------------------------*/
.page_inner>blogleft{
  margin: 0 auto;
}

.info ul{
	width: 100%;
    margin: 24px 0;
    padding: 24px;
    color: #01AEAF;
    background-color: #DEF7F7;
	}

.info h1{
  font-size: 2.4rem;
  color:  #01AEAF;
  font-weight: normal;
}

.info h2{
	margin: 24px 0;
    font-size: 2rem;
    text-align: center;
    color: #01AEAF;
    border-bottom: 1px solid #01AEAF;
}

.info_contact_text{
	margin-top: 72px;
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
	}
.blog_contact{
	margin: 0 auto 24px;
    display: block;
    width: 350px;
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    border-radius: 5px;
    text-decoration: none;
    transition: .4s;
}


/* -----------------------------
ここから元BLOG記事
-----------------------------*/

.blog-list_article{
  margin: 200px 0 64px;
  width: 95%;
  padding: 64px;
  box-shadow: rgba(0,0,0, .1) 0px 4px 12px;
}

.date_article{
  font-size: 2.4rem;
  color:  #01AEAF;
  font-weight: normal;
}
.blog-img_article{
  margin-top: 24px;
}

.list_article{
  width: 100%;
  margin: 24px 0;
  padding: 24px;
  color: #01AEAF;
  background-color: #DEF7F7;
}

.article_sub-title{
  margin: 24px 0;
  font-size: 2rem;
  text-align: center;
  color:  #01AEAF;
  border-bottom: 1px solid #01AEAF;
}
.article>p{
  margin-top: 24px 0;
}

.category_rticle{
  margin-top: 200px;
}

.blog-contact>p{
  margin-top: 72px;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.blog-contact>a {
  margin: 0 auto 24px;
  display: block;
  width: 350px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  padding: 15px;
  border-radius: 5px;
  text-decoration: none;
  transition: .4s;
  
}

/* -----------------------------
VRC
-----------------------------*/

.vrc-visual{
  background-image: url("../img/vrc/vrc_kv.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 10rem;
  margin-bottom: 10px;
}

.first_text{
	margin: 0 auto;
	padding-bottom: 40px;
}

/* -----------------------------
therapy
-----------------------------*/

.radio-list{
    font-size: 2.4rem;
    margin-bottom: 1rem;
}

.radio-text{
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 2rem;
}

.therapy-visual{
  background-image: url("../img/therapy/kv.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 10rem;
  margin-bottom: 10px;
}

.capsule{
	padding-bottom: 0;
}

.therapy_texit{
	text-align: center;
	margin-top: 24px;
}
.about_pbm.therapy{
	padding-bottom: 0;
}

.about_inner.box{
	text-align: center;
	padding: 15px;
	margin: 0 70px 10px;
	border: 2px solid #01AEAF;
}

.about_text.box{
	text-align: left;
	display: inline-block;
	margin: 24px;
	font-weight: bold;
    font-size: 1.5rem;
    line-height: 2.3;
}

.radio_img{
	width: 445px;
    height: 297px;
}

/* -----------------------------
ここからSP版
-----------------------------*/


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

  .w1100 {
    width: 100%;
  }

  .header {
    max-width: 100%;
  }
  .pc_img{
    display: none;
  }
  .sp_img{
    display:initial;
  }
	.sp_br{
	display:block;
}
  .sp_img.kv{
    display: block;
    margin: 0 auto;
  }
  .pc_logo{
    display: none;
  }
  .main-nav{
    display: none;
  }
  .head-reserve{
    display: none;
  }
  .top_course_title{
	font-size: 1.3rem;
}

  section {
    margin-bottom: 4rem;
  }

  .container {
    margin-bottom: 3rem;
  }

  .logo a {
    font-size: 2rem;
  }

  .about_wrapper {
    flex-wrap: wrap;
  }
  .about_inner {
    width: 100%;
    padding: 0 2rem;
  }
  .blog .w1100 {
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .bf_data {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 2rem;
  }
  .box_wrapper, .about_wrapper, .course_box, .course, footer, .list first ul {
    width: 100% !important;
  }

  .bg_white {
    background-color: transparent;
  }

  .course_detail > img {
    margin-right: 0;
    width: 50%;
  }
  .course_detail {
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
    align-items:flex-start;
  }
  .contact-btn {
    width: 100% !important;
  }

  #course .box-title {
    font-size: 2rem;
  }
  #course .course_comment.course {
    font-size: 1.8rem;
    padding: 2rem 2rem 0;
  }

  #course .price_course {
    text-align: center;
  }

  #course .tax_course {
    text-align: center;
  }

  #course .price_course span {
    display: block;
  }

  #course .description_course {
    margin-bottom: 1rem;
  }

  #course .course_detail.course {
    padding: 2rem;
  }

  #course .course_detail > img {
    width: 100%;
  }
  #course .course_left {
    width: 100%;
  }
  #course .box_wrapper .course_detail {
    flex-wrap: wrap;
  }
  #course table {
    width: 400px;
  }
  #course .scroll {
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    padding: 0 2rem;
    box-sizing: border-box;
  }
  #course .scroll::-webkit-scrollbar{
    height: 5px;
   }
   #course .scroll::-webkit-scrollbar-track{
    background: #F1F1F1;
   }
   #course .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
   }

   #course table th, #course table td {
     font-size: 1.1rem;
   }
   #course table td:first-child {
     width: 30%;
   }

  .main-visual {
    padding: 20rem 2rem 0 2rem;
    margin-bottom: 5rem;
  }
  .main-visual h1 {
    font-size: 3rem;
  }
  .main-visual h1 span {
    font-size: 2rem;
  }
  .main-visual h2 {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
  .main-visual ul {
	 width: 375px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   /*  margin-top: 3rem; */
  }
	
  .list-second{
	 width: 375px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   margin-top: 10px !important ; 
  }
	
  .main-visual ul li {
    width: 118px;
    height: 118px;
    font-size: 1.4rem;
    margin-right: .5rem;
  }
  .blog-detail #sidebar {
	  margin-top: 16px;
  }

  .main-visual ul li:last-child {
    margin-right: 0;
  }

  .bg_orange {
    align-items: center;
  }

.monitor{
	position: relative;
    bottom: -7px;
   }
	
.campaign{
	 font-size: 1.5rem;
	 line-height: 1.5;
	}
  .banner_left h2 {
    font-size: 1.4rem;
  }
	.banner_left h3 {
    font-size: 1.2rem;
		line-height:1.5;
  }
	
  .banner_left p {
    font-size: 1rem;
	margin-bottom: 5px;
	line-height:1.5;
  }
  .banner_left ul {
    font-size: 1.1rem;
    margin: 0;
    padding: 1rem 1rem 1rem 2rem;
  }
  
  .container_text{
    font-size: 2.2rem;
  }

  .flex-container {
    padding:0 2rem;
    max-width: 100%;
  }
  .flex-item {
    width: 46%;
    padding: 2rem 1rem;
  }

  .flex-text .main-text {
    font-size: 1.6rem;
  }

  .flex-text .sub-text {
    font-size: 1.1rem;
  }

  .top_about_img {
    position: unset;
    width: 100%;
    height: auto;
  }
  .bg_orange {
    padding: 1.5rem;
  }

  .top_about {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .top_about_inner {
    width: 100%;
    padding: 4rem 2rem 0;
  }

  .top_about h3{
    font-size: 2.2rem;
    text-align: center;
  }
  .top_about .et {
    display: block;
    text-align: center;
  }
  .top_about hr {
    display: flex;
    justify-content: center;
    margin: 20px auto;
  }
  .about_btn {
    width: 80%;
    margin: auto;
  }
  .docter_title {
    font-size: 2rem;
    margin-bottom: 0;
  }
  .top_docter_img {
    object-fit: cover;
    height: 200px;
    width: 100%;
    margin-right: 0;
  }
  .docter_subtitle {
    font-size: 2rem;
    margin-top: 2rem;
  }
  .section_title {
    font-size: 2.2rem;
  }
  .more_btn {
    width: 80%;
    height: auto;
  }
  .title_wrapper.course {
    margin-top: 0;
  }
  .box_wrapper {
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .course_detail {
    padding: 1.5rem;
    margin: 0;
  }
  .course_right {
    width: 48%;
  }
  .course_comment {
    font-size: 1.2rem;
  }
  .price {
    font-size: 2rem;
  }
  .time {
    font-size: 1.4rem;
  }

  .box_wrapper .course_detail {
    align-items: center;
  }
  .box_wrapper {
    margin: 4rem 0;
  }
  .section.course {
    padding-bottom: 4rem;
  }
  .blog ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .blog ul li:last-child {
    margin-bottom: 0;
  }
  .contact_text {
    max-width: 100% !important;
  }
  .contact-btn {
    margin: 0;
    padding: 0 2rem;
  }
  .ck-main-visual {
    height: 60vh;
    margin-bottom: 0;
    padding: 0;
  }
  .ck-main-visual div {
    font-size: 2rem;
    padding: 5rem 1rem;
  }
  .section .title_wrapper h1.section_title {
    font-size: 2rem;
  }
  .et {
    font-size: 1.4rem;
  }

  .flexCenter li img {
    width: 100%;
    margin-bottom: 2rem;
  }
  .flexCenter li .text {
    width: 100%;
  }
  .flexCenter li .text h3{
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }

  .info {
    width: 100%;
    box-sizing: border-box;
  }

  .breadcrumb {
    padding-top: 2rem;
    padding-left: 2rem;
  }
  .hikaku h4 {
    font-size: 1.8rem;
  }

  .bg_blue_box .w1100 {
    padding: 0 2rem;
  }
  .bg_blue_box .w1100 h4{
    font-size: 1.6rem;
  }

  .main02 .title_wrapper {
    padding-top: 18rem;
  }
  .main02 .breadcrumb ul {
    top: 16rem;
  }
  .qa-list dl {

    padding: 2rem;
  }
  .qa-list dl dt {
    font-size: 1.6rem;
    padding: 0 0 0 2rem;
  }
  .qa-list dl::before {
    right: 1.3rem;
  }
  .qa-list dl dt::before {
    font-size: 1.8rem;
    left: -0.8rem;
  }
  .qa-list dl dd {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
  .access-content ul li {
    width: 100%;
  }
  .access-content h2 {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
  .before-content {
    width: 100%;
  }
  .before_after {
    padding: 4rem 1rem 2rem 1rem;
  }
  .before_after h3{
    font-size: 2rem;
  }
  .before_after table{
    font-size: 1.2rem;
  }
  .before .box_wrapper h2 {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
  .before-content h5 {
    font-size: 1.5rem;
  }
  #before-img div {
    padding: 3rem 1rem;
  }

  .date_article {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  #blog-left {
    float: none;
  }
  .before .box_wrapper h2 {
    width: 100%;
  }
		
	
	
  /* -----------------------------
ここからSP_bout
-----------------------------*/


.about_img{
  max-width: 90%;
  height: auto;
  margin: 0 auto 24px;
}
.about_text>about{
  padding: 0 16px;
}
.about_pbm{
  flex-direction: column;
}
.order1 {
  order: 2;
}
.order2 {
  order: 1;
}

.about_wrapper.abuot{
  margin: 40px auto;
}
.about_text.about{
  margin-top: 2px;
}

.copy {
  width: 100% !important;
}

/* -----------------------------
ここからSP_course
-----------------------------*/
.course_box.course{
  width: 100% !important;
}
.box_wrapper{
display: block;
width: 100%;
}
	
.box-title.course{
		text-align: center;
}
	
.course-img{
  display: block;
  max-width: 100%;
  height: 100%;
}
	
.time_course{
	font-size:1.5rem;
}
.time_course > p{
		text-align: left;
}
.description_course_sub{
	margin-bottom: 10px;
	font-size:1.5rem;
}

/* -----------------------------
ここからSP_contact
-----------------------------*/
.contact-text>p {
  margin: 0 16px;
}

  .Form {
    margin-top: 40px;
  }

    .Form-Item {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 16px;
      padding-bottom: 16px;
      flex-wrap: wrap;
    }
    
    .Form-Item-Label {
      max-width: inherit;
      display: flex;
      align-items: center;
      font-size: 15px;
    }

    .Form-Item-Label.isMsg {
      margin-top: 0;
    }
    
    .Form-Item-Label-Required {
      border-radius: 4px;
      padding-top: 4px;
      padding-bottom: 4px;
      width: 32px;
      font-size: 10px;
    }

    .Form-Item-Input {
      margin-left: 0;
      margin-top: 18px;
      height: 40px;
      flex: inherit;
      font-size: 15px;
    }
    .Form-Item-Textarea {
      margin-top: 18px;
      margin-left: 0;
      height: 200px;
      flex: inherit;
      font-size: 15px;
    }

    .Form-Btn {
      margin-top: 24px;
      padding-top: 8px;
      padding-bottom: 8px;
      width: 160px;
      font-size: 16px;
    }

/* -----------------------------
ここからSP_blog
-----------------------------*/

.page_inner {
  width: 100%;
}
.serchunit {
  margin: 32px 8px;
}
.blogleft {
  box-sizing: border-box;
}

.w1100_blog{
  width: 100% !important;
  display: block;
}


.blog-list{
  width: 90%;
  margin: 0 auto 24px;
}

#sidebar {
  width: 100%;
  float: none;
}
#sidebar>h3{
  margin-top: 16px;
}

#new-blog{
  width: 100%;
  float: none;
}

#page_nav{
  max-width: 100%;
  margin: 0 128px;
}

/* -----------------------------
ここからSP_blog記事
-----------------------------*/
.blog-list_article{
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.info{
  margin-bottom: 24px;
}
	
.info h1{
	margin-top:150px;
}

	.info h2{
		text-align: left;
	}

	
/* -----------------------------
ここからSP_therapy
-----------------------------*/

.section_title.therapy_1{
	text-align: center;
}
	
.about_inner.box {
    padding: 10px;
    margin: 15px auto;
	}
	
.radio_img{
  max-width: 92%;
  height: auto;
  margin: 0 auto 24px;
}
	
.radio-list{
  font-size:1.8rem;
}
	
.therapy_texit {
	width: 100%;
    padding: 0 2rem;
}
	
.therapy_texit > p{
	text-align: left;
}

  /* -----------------------------
  footer
  -----------------------------*/
  .contact{
    width: 100%;
    padding: 72px 18px;
    background: url(../img/footer_conatct_sp.png) center;
    background-size: cover;
  }
  .contact_text{
    max-width: 342px;
  }
  .text_1{
    font-size: 1.4rem;
    
  }
  .text_1>span{
    display: none;
  }
  .text_2{
    font-size: 1.4rem;
    line-height: 1;
  }
  .contact_text.text_2{
    text-align: left;
    line-height: 1.5;
  }
  .contact-btn{
    width:100%;
    display: block;
    list-style-type: none;
  }
  .contact li a {
    width: 80%;
    margin: 20px auto;
  }
  .contact {
    margin-bottom: 0 !important;
  }
  .address {
    max-width: 100%;
    width: 100%;
  }
  .footere_right img {
    width: 70%;
  }
  .footer_tel {
    margin: 1rem 0;
  }
  .footer_tel>a {
    font-size: 2rem;
  }
  .footer_row{
    max-width: 100%;
    display: block;
  }
  .footere_right{
    padding: 40px 2rem;
    margin-right: 0;
  }
  footer h5 {
    font-size: 2.2rem;
    margin: 0;
    color: #01AEAF;
    font-family: Georgia;
  }
  .footer_nav h5 {
    text-align: center;
  }
  .expanded {
    width: 100%;
  }
  .footer_nav_list{
  max-width: 100%;
  flex-direction: column;
  padding: 10px;
  height: 200px;
  flex-flow: column wrap;
}
.footer_nav_list>li {
  line-height: 2.5;
}
.footer_row iframe {
  width: 100%;
  height: 250px;
  padding: 0 2rem;
}
	
.insta_btn{
	width: 24px;
   height: auto;
   margin: 24px auto 16px;
}
	
.pp{
  max-width: 375px;
  line-height: 0.5;
}
.copy{
  width: 375px;
}

.copy>small{
  text-align: center;
  font-size: 1rem;
}
}

@media screen and (max-width:1250px) {

.header-nav {
  display: none;
}
  /*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #00CCAC;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #01AEAF;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.under_menu{
   background: #00CCAC;
	}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#027777;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff !important;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}



#sp_contact_btns {
	display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
}

#sp_contact_btns a{
	width: 50%;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding: 1rem;
}

#free-btn {
	background: #02aab0;
}
#line-btn {
	background: #11998e;
}
}

@media screen and (min-width:768px) {
  .sp {
    display: none;
  }
}

@media screen and (min-width:1251px) {
  .globalMenuSp {
    display: none !important;
  }
  #sp_contact_btns {
	display: none !important;
	}
}

@media screen and (min-width:1251px) and (max-width:1450px) {
  .header {
    justify-content: center;
  }
  .header-nav {
    margin: 0px auto;
  }
}

#cat-blog-visual {
	height: 20vh;
	padding-top: 0;
}
#cat-blog-visual .page-title {
	background: none;
}