#menu {
	padding-top: -30px;
    margin-top: 30px;
}

/*全体の設定
========================================================================================*/
h1 {
	display: none;
}

@media (max-width: 500px) {
	.main_img_bg img {
		margin-top: 5px;
	}
}


body {
    background: none 0% 0% / auto auto repeat scroll padding-box border-box white;
    margin: 0px;
    padding: 0px;
    font-family: Noto Sans JP,Noto Sans Japanese,Noto Sans,sans-serif;
    color:;
    font-weight: 300;
    background-color: #ffd24d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: justify;
    counter-reset: number 0;
	line-height: 1.625;
    letter-spacing: 0.05em;
    font-size: 18px;
}

ul {
    list-style-type: none;
    width: 100%;
    line-height: 1.7;
    padding: 0;
    margin: 0 auto;
}

img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

section {
    margin-left: auto;
    margin-right: auto;
}

#wrap {
    overflow: hidden;
}
	
.acf-list p{
	margin-bottom:0;
}	
	
.inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    position: relative;
}

.inner p{
	text-align:center;
}


/*右下アイコン
==============================================*/
.swing{
	animation-name:swing;
	animation-duration:3s;
	animation-delay:1s;
	animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
	transform-origin: bottom center !important;
	}

@-webkit-keyframes swing{0%,
100%{-webkit-transform-origin:bottom center;}
10%{-webkit-transform:rotate(-15deg);}
20%{-webkit-transform:rotate(10deg);}
30%{-webkit-transform:rotate(-5deg);}
40%{-webkit-transform:rotate(5deg);}
50%{-webkit-transform:rotate(-3deg);}
60%{-webkit-transform:rotate(2deg);}
70%{-webkit-transform:rotate(-2deg);}
80%{-webkit-transform:rotate(1deg);}
90%{-webkit-transform:rotate(-1deg);}
100%{-webkit-transform:rotate(0deg);}
}


.right-k {
    width: 20%;
    float: right;
    text-align: right;
    margin-right: 8px;
    margin-bottom: 8px;
}


#banner {
    height: auto;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 999;
}


/*slickスライダー
==============================================*/


/*-----------矢印表示----------*/
.slick-next {
	right:30px!important;
	top: 20%!important;
}

.slick-prev {
	left:10px!important;
	top: 20%!important;
}

.slick-next:before, .slick-prev:before {
    font-size: 40px!important;
}

.slick-arrow {
	z-index:2!important;
}
.slick-dots {
	color: #aa0000;
}

.slick-next:before, .slick-prev:before{
	line-height: 4!important;
	color: #ff602c!important;
	font-size: 50px!important;
}

/*------来院ステップ--------------------*/
.step_box {
	background-color: #fff;
}

.step_title {
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

/*お客様の声
==============================================*/
.p_voice{
	text-align: left;
}

.p_small{
	font-size: 0.5em;
	color: red;
	text-align: right;
}



/*---------------- アコーディオン 実績をもっと見る----------------*/

.cp_box1 *,
.cp_box1 *:before,
.cp_box1 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_box1 {
    position: relative;
	margin-bottom:32px;
}

.cp_box1 label {
    position: absolute;
    z-index: 1;
    bottom: -50px;
    width: 100%;
    height: 200px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
	animation: fluffy1 2s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-1px) }
  25% { transform:translateY(0) }
	30% { transform:translateY(-1px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.cp_box1 input:checked+label {
    background: inherit;
}

.cp_box1 label:after {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 50%;
    width: 50%;
	padding: 10px;
    font-family: FontAwesome;
	content: '\f13a''続きを見る';
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 5px;
	background: linear-gradient(to bottom, #f48b68 0%,#f36233 75%,#ff602c 100%);
    border: 5px solid #ff602c;
	font-weight: bold;
	font-size: 1.5em;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

@media (max-width: 763px) {
	.cp_box1 label:after {
		width: 70%;
		line-height: 1rem;
		font-size: 1em;
	}
}


.cp_box1 input {
    display: none;
}

.cp_box1 input:checked+label {
}

.cp_box1 input:checked+label:after {
    font-family: FontAwesome;
    content: '\f139''閉じる';
}

.cp_box1 input:checked~.cp_container {
    height: auto;
    padding-bottom: 50px;
    transition: all 0.5s;
}


.cp_box1 .cp_container {
    overflow: hidden;
	height: 800px;
    transition: all 0.5s;
}


@media (max-width: 480px) {
    .cp_box1 .cp_container {
        overflow: hidden;
		height: 600px;
        transition: all 0.5s;
    }
    .cp_box1 {
    position: relative;
        margin-bottom:32px;
}
}
/*----------アコーディオン追記------------------*/
.cp_box1 input:checked~.cp_container2 {
    height: auto;
    padding-bottom: 50px;
    transition: all 0.5s;
}


.cp_box1 .cp_container2 {
    overflow: hidden;
    transition: all 0.5s;
}


@media (max-width: 480px) {
    .cp_box1 .cp_container2 {
        overflow: hidden;
		height: 330px;
        transition: all 0.5s;
    }
    .cp_box1 {
    position: relative;
        margin-bottom:32px;
}
}



/*肩こりtable
==============================================*/
table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table tr {
  border-bottom: solid 1px #eee;
}


tr  .zutsu{
	cursor: pointer;
}

.seotext_01 {
border-bottom:dotted;/*下線を点線にする*/
border-color:#FF0000;
border-width:1px;
}


tr .zutsu:hover{
  background-color: #2693ff;
}


table td{
  text-align: left;
  width: 25%;
  padding: 15px 0;
}

table td.icon{
  background-size: 30px;
  background-position: left 5px center;
  background-repeat: no-repeat;
  padding-left: 50px;
}

table td.icon.zutsu{
  background-image: url(https://kiyama.waiwai-karada-lob.com/wp-content/uploads/checkmark.png)
}

table td.icon.kubi{
  background-image: url(https://kiyama.waiwai-karada-lob.com/wp-content/uploads/checkmark.png)
}

table td.icon.senaka{
  background-image: url(https://kiyama.waiwai-karada-lob.com/wp-content/uploads/checkmark.png)
}


/*LINE風吹き出しテスト
==============================================*/
.line_l,
.line_r{
	margin: 30px 0;
	padding: 0 20px;
	display:flex;
	justify-content: flex-start;
	align-items: flex-start; /*縦位置を上揃え*/
}

.line_r{
	justify-content:flex-end;
}

.faceicon img{
	width: 80px; /*任意のサイズ*/
	min-width: 60px;
	height: auto;
}

.line_r .faceicon{
	margin-left:25px;
}

.line_l .faceicon{
	margin-right:25px;
}

.line_r .faceicon{
	order:3 !important;
}
.says {
	max-width:550px; /*最大幅は任意*/
	min-height: 100px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 17px 13px 15px 18px;
	border-radius: 12px;
	background: #fff;/*色は任意*/
	box-sizing:border-box;
	margin:0 !important;
	line-height:1.5;
	border: solid 1px;
	border-color: 08b701;
	text-align: left;
}

@media (max-width: 763px) {
	.says {
	max-width: 55vw;
}
}


.says_q {
	font-weight: bold;
	color: #08b701;
}

.says_a {
	font-weight: bold;
	color: #ff602c;
}

@media (max-width: 768px) {
	.says {
		font-size: 14px;
	}
}

.says p{
	margin:8px 0 0; 
}

.says p:first-child{
	margin-top:0 !important;
}

.says:after {
	content: "";
	position: absolute;
	border: 10px solid transparent;
}

/*.line_l .says:after {
	left: -26px;
	border-right: 22px solid #fff;
}

.line_r .says:after {
	right: -26px;
	border-left: 22px solid #fff;
}*/

.hr_01 {
	width: 90%;
}

.inner_qa {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
	position: relative;
}

.wrpSub1 {
	background-color: #c4e9be;
	padding: 8px 0 24px;
	border: solid 1px #c4e9be;

	border-radius: 10px;
}


/*Q&Aもっと見る
==============================================*/

.cp_box2 *,
.cp_box2 *:before,
.cp_box2 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_box2 {
    position: relative;
            margin-bottom:32px;
}

.cp_box2 label {
    position: absolute;
    z-index: 1;
	bottom: -20px;
    width: 100%;
    height: 100px;
    cursor: pointer;
    text-align: center;
    background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
	animation: fluffy1 2s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-1px) }
  25% { transform:translateY(0) }
	30% { transform:translateY(-1px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}

.cp_box2 input:checked+label {
    background: inherit;
}

.cp_box2 label:after {
    line-height: 2.5rem;
    position: absolute;
    z-index: 2;
    bottom: 10px;
    left: 50%;
    width: 50%;
	padding: 10px;
    font-family: FontAwesome;
	content: '▼ もっと見る';
    transform: translate(-50%, 0);
    letter-spacing: 0.05em;
    color: #ffffff;
    border-radius: 5px;
	background: linear-gradient(to bottom, #f48b68 0%,#f36233 75%,#ff602c 100%);
    border: 5px solid #ff602c;
	font-weight: bold;
	font-size: 1.5em;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
}

@media (max-width: 763px) {
	.cp_box2 label:after {
		width: 70%;
		line-height: 1rem;
		font-size: 1em;
	}
}


.cp_box2 input {
    display: none;
}

.cp_box2 input:checked+label {
}

.cp_box2 input:checked+label:after {
    font-family: FontAwesome;
	content: '▲ 閉じる';
}

.cp_box2 input:checked~.cp_container {
    height: auto;
    padding-bottom: 50px;
    transition: all 0.5s;
}


.cp_box2 .cp_container {
    overflow: hidden;
	height: 600px;
    transition: all 0.5s;
}


@media (max-width: 480px) {
    .cp_box2 .cp_container {
        overflow: hidden;
		height: 500px;
        transition: all 0.5s;
		padding: 0 4vw;
    }
    .cp_box2 {
    position: relative;
        margin-bottom:32px;
}
}

.slider_one {
	max-width: 550px;
}

.qa_hr {
	width: 90%;
	border-top: dotted 2px #7fcc30;
}


/* ----「比較表」---------------------------- */

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

.hikaku table tr{
  border: solid 2px #777;
}

.hikaku table tr:last-child{
  border-bottom: none;
}

.hikaku table th{
  position: relative;
  text-align: left;
  width: 3%;
  background-color: #7fb244;
  color: white;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #777;
	line-height: 1.2;
}

.hikaku table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #7fb244;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.hikaku table td{
  text-align: left;
	width: 13%;
  text-align: center;
  background-color:#F5F5F5;
  padding: 10px 10px;
	line-height:1.6;
}

.hikaku table td:nth-child(2){
  border: 2px solid #777;
}

.hikaku table td:nth-child(3){
  border: 2px solid #777;
}

.hikaku table td:nth-child(4){
  font-weight:bold;
  background-color: #ffedf3;
	  border: 2px solid #777;
}

.hikaku .non{
  background:#fff
}

.hikaku .col1{
    background-color: #eeeeee;
    color: #000;
}

.hikaku .col2{
    background-color: #f48fb1;
  color:#fff;
}

.hikaku .col2_m{
    background-color: #2693ff;
  color:#fff;
}


.hikaku table thead tr th:after{
  border-left:none;
  border-top:none;
  border-bottom:;
}
@media (max-width:736px) {
.hikaku {
    width: 100%;
    margin: 16px auto 16px;
	}
}


/*自律神経一覧表
==============================================*/

.jiritsu_reactions {
    margin: 0 auto 3%;
    width: 98%;
    max-width: 763px;
    display: flex;
    justify-content: center;
	align-items: center;
}

.jiritsu_reactions ul li{
padding: 0.5em 0.3em;
    min-height: 72px;
    font-size: 16px;
}

.ziritsu_l , .ziritsu_r{
	width: 48%;
    margin: 0 1%;
    text-align: center;font-size: 16px;
}

.ziritsu_l p, .ziritsu_r p:first-child{
	margin: -1px;
    padding: 0.5em 0.3em;
    font-weight: bold;
    font-size: 109%;
    letter-spacing: 4px;
    text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
}

.ziritsu_l p:first-child{
	background: #fec9b9;
}

.ziritsu_r p:first-child{
	background: #68d4bb;
}


.ziritsu_l{
	border: solid 1px #fec9b9;
    background: #fff0ec;
}

.ziritsu_r{
	border: solid 1px #68d4bb;
    background: #e5f5f1;
}

.ziritsu_l ul li:not(:last-child) {
    border-bottom: solid 1px #fec9b9;
}

.ziritsu_r ul li:not(:last-child) {
    border-bottom: solid 1px #68d4bb;
}
/*-------「料金表」-----------------------------*/
.price_list {
	border: solid 1px #ccc;
	background-color: #fff;
	max-width: 800px;
	margin: 0 auto;
}

.price_list tr{
	border: solid 1px #ccc;
}

.price_list th{
	width: 50%;
	padding: 0 0 0 1em;
	border: solid 1px #ccc!important;
	background-color: #ffe8a2;
	padding: 15px;
}

.price_list td{
	width: 50%;
	padding: 10px 5px;
	min-width: 100px;
	border: solid 1px #ccc;
}

.price_list td span{
	font-size: 20px;
}

.price_list td img{
	min-width: 30px;
	  display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	.price_list tr{
		
	}
	
	.price_list th{
		width: 50%;
		padding: 10px 10px 10px 1em;
	}
	
	.price_list td{
		width: 50%;
		padding: 10px 5px;
		min-width: 18vw;
	}
}

.price_p1 {
	text-align: center;
	font-size:1.3em;
	font-weight: bold;
}

@media (max-width: 768px) {
	.price_p1 {
		text-align: left;
		font-size:0.8em;
	}
}

/*-----「各メニュー料金部分」---*/
.price_box2 {
	display: flex;
	width: 100%;
	background-color: #fff;
}

.price_box2_in {
	width: 50%;
	text-align: center;
	padding:20px;
}

@media (max-width: 768px) {
	.price_box2 {
		flex-direction: column;
	}
	
	.price_box2_in {
		width: 100%;
		padding:10px 5px;
	}
}
/*-----------------------*/
.price_map {
	width: 100%;
	height: 450px;
	margin: 0 auto 30px auto;
}

/*-------「コンタクトページ」-----------------------------*/
.p_contact {
	text-align: left!important;
	max-width: 800px;
	margin: 1rem auto;
}

.w800 {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
/*-------「STEP」-----------------------------*/
.step_title_a {
	font-size: 1.5em;
	font-weight: bold;
	color: var(--color2);
}

.center {
	text-align: center!important;
	margin: 0 auto 30px auto!important;
}
@media (max-width: 767px) {
	.li_center {
		margin: 0 0 0 10px;
	}
}
/*-------「Q&A」-----------------------------*/
.qa_kyoutyou1 {
	display: inline-block;
	padding: .1em .5em;
	margin: 0.2em .2em;
	min-width: 2.5em;
	text-align: center;
	font-size: 90%;
	background:var(--color2);
	color: #fff;
	font-weight: normal;
	border-radius: 16px;
}

/*-----「発毛」-----*/
.hatsumou_p1 {
	max-width: 800px;
	margin: 0 auto;
}

.usuge_pat_box {
	display: flex;
	width: 100%;
}

.usuge_pat_box_L {
	width: 30%;
	text-align: center;
	padding: 20px;
}

.usuge_pat_box_R {
	width: 70%;
	padding: 30px 30px 10px 0;
}

.usuge_pat_box_R p {
	text-align: left;
}

.usuge_pat_box_R h3 {
	color: #ff602c;
}

@media (max-width: 763px){
	.usuge_pat_box_R h3{
		
	}
	
	.usuge_pat_box {
		flex-direction: column;
	}
	.usuge_pat_box_L {
		width: 100%;
		text-align: center;
		padding: 20px 20px 0 20px;
	}
	
	.usuge_pat_box_R {
		width: 100%;
		padding: 0 20px;
	}
}

.marker{
	background:linear-gradient(transparent 50%, #ffdfef 50%);
    font-weight: bold;
    color: #EC407A;
	display:inline-block;
	vertical-align: center;
}

.marker_02{
	background:linear-gradient(transparent 50%, #1c7af51a 50%);
    font-weight: bold;
    color: #1c7af5;
	display:inline-block;
	vertical-align: center;
}

.area_list {
    list-style-type: none;
    padding: 36px 24px;
    margin: 0 auto 56px;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    background: #FFFDE7;
}

.area_item {
    margin: 5px 5px 10px;
    width: calc(50% - 10px);
    font-size: 18px;
    border: solid 1px #ccc;
    border-radius: 5px;
    padding: 16px;
    text-align: center;
	background:#fff;
}

@media (max-width:736px) {
    .area_item {
		width: calc(100% - 10px);
		font-size:16px;
    }
	
.area_list {
    width: 100%;
}

}

.area_list a:hover{
    background: #ff602c;
    color: #fff;
}


#menu-list .fa-position-right {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 1rem;
}

#contact table td {
    text-align: center;
    width: 10%;
    padding: 4px 0;
}

#contact .time th {
    border-right: solid 1px var(--color1);
    font-weight: 300;
    line-height: 1.2;
    font-size: 11px;
	padding: 4px 3px;
}

.fadeInUp {
  animation: fadeInUp 1.5s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
