@charset "utf-8";
/*
Theme Name: リラックス
Theme URI: https://relax.com/
Author: 整骨院サイト制作チーム
Description: リラックスのサイトのCSS
Version: 1.2
Tags: two-columns
*/
/*リセット*/
html {
    scroll-behavior: smooth;
}
body{
	font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #333;
  letter-spacing: 0.06em;
}
#header{
	transition:all 1s ease;
	z-index: 2;
}
#header .inner{display: flex;}
#header.active{
	height: 170px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
h3{
	text-align: center;
}
.lih2{
	line-height: 2!important;
}
.hd_pc_ac{
	position: relative;
	right: 0;
}
.bn_ac{
	border: 1px solid #333;
  padding: 5px 10px;
  position: relative;
  margin-top: 5px;
}
.bn_ac a{color: #333;}
.bn_ac i {margin-right: 5px;}

.arrow_r2::after{
	content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -4px;
    transform: rotate(45deg);
}

.hello_tel i{color: #333;}

.hd_pc_r_wrap{
	position: absolute;
	top:0;
	right: 0;
	width: auto;
	height: auto;
	padding: 10px 50px 0 0;
	display: flex;
}
.bn_ef a{
	padding: 23px 40px;
  position: relative;
  z-index: 1;
  transition: .3s;
  display: flex;
	justify-content: center;
	align-items: center;
}
.bn_ef a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #515151;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease .3s;
}
.bn_ef a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.bn_ef p{
	margin-right: 10px;
	letter-spacing: 0.08em;
	line-height: 2.5rem;
}

.bn_h_rese a {
  color: #fff;
  font-size: 16px;
  background: #333;
  margin: 8px 0 0 20px;
}
.bn_h_rese a:hover {
  color: #fff;
  opacity: 0.6;
}
.bn_h_rese p{
	font-size: 1.2em;
}
.arrow-svg:hover {
 fill: #fb8c00;
}
#sideNav{display: none;}

@media screen and (max-width: 767px) {
	.hd_pc_r_wrap{display: none;}
	.bn_ef a{padding: 15px 40px;}
}


@media screen and (min-width: 768px) {
	.hd_pc_l_2{
	display: flex;
	position: relative;
	max-width: 40%;
	width: 400px;
	align-items: center;
}

.hd_pc_l_2 h1, .head_logo{
	position: relative;
	width: 130px;
	margin-right: 30px;
}
.hd_pc_l_2 h1 img{width: 100%;}
.head_logo img{width: 100%;}

#gnav{
	position: relative;
	margin-top: 13px;
}

#gnav .gr_navi{
	width: auto!important;
	position: absolute!important;
	top: -60px;
	right: 0px;
}
#gnav .gr_navi li{width: 130px!important;}
#gnav .gr_navi li a{
	color: #333!important;
}
#gnav .gr_navi li:first-child::before{background: none!important;}
#gnav .gr_navi li a::after{background: none!important;}
}

@media screen and (max-width: 900px) {
	.tel{display: none;}
}


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

	.pc-only {display: none!important;}
	#header{
		position: fixed;
		z-index: 2;
		padding: 0!important;
	}
	#header.active{height: auto;}

	.hd_pc_l_2{width: 100px;}

	.hd_pc_l_2 h1,.head_logo{margin: 10px;}

	.hd_pc_l_2 h1 a, .head_logo a{
		width: 110px;
		display: flex;
		align-items:center;
	}

	.hd_pc_l_2 h1 a img:nth-child(2){margin-right: 10px!important;}
	.hd_pc_l_2 h1 a img:last-child{width: 75%!important;}

	.head_logo a img:nth-child(2){margin-right: 10px!important;}
	.head_logo a img:last-child{width: 60%!important;}
	
	.hd_sp_tel{
		position: absolute;
		top:15px;
		right: 70px;
	}
	#gnav{display: none;}
	.spMenu {
		position: fixed;
		top: 0;
		right: 0;
		width: 56px;
		height: 56px;
		z-index: 999;
		transition: all .4s ease-out;
		align-items: center;
		justify-content: center;
		display: flex;
	}

	.spMenu_line {
		position: relative;
		width: 22px;
		height: 18px;
	}

	.spMenu_line span {
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		background-color: #272A2A;
		transition: all .2s;
	}
	.bar1 {top: 0;}
	.bar2 {top: calc(50% - 1px);}
	.bar3 {bottom: 0;}
	#sideNav{
		background-color: #fff;
		height: 70%;
		top:49px;
		width: 100%;
		overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    font-size: 1.7rem;
		margin: 0;
		padding: 30px 0 0 0;
		z-index: 20;
	}
	#sideNav a{
		color: #333!important;
		font-size: 1rem;
		transition: all 0.3s;
    display: block;
	}
	#sideNav ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
    padding: 15px 20px 0 20px;
  }
	ul.sp_navi li {
    font-family: 'FOT-筑紫明朝 Pr6 R', 'TsukuMinPr6-R', '游明朝', 'YuMincho', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    width: 45%;
  }
  ul.sp_navi li::after {
    content: '';
    width: 100%;
    height: 1px;
    display: inline-block;
    background-color: #d2cec5!important;
    position: absolute;
    bottom: 0px;
    left: calc(38% - 55px);
  }
  .spMenu_tel {
    font-size: 1.7em;
    text-align: center;
  }
  #sideNav p {
    font-size: 14px;
    color: #515151;
  }
	.spMenu_line{
        width: 100%;
        display: block;
        width: 30px;
        height: 39px;
        position: absolute;
        right: 15px;
        z-index: 999;/*追記：いつも一番上*/
    }
    .bar{
        width: 20px;
        height: 2px;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #000;
    }

    .bar1{ top: 10px;}
    .bar2{
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .bar3{ bottom: 10px;}

    .spMenu_line.close .bar1{
        transform: translate(-50%,10px) rotate(45deg);
        transition: transform .3s;
    }

    .spMenu_line.close .bar2{
        opacity: 0;
        transition: opacity .3s;
    }

    .spMenu_line.close .bar3{
        transform: translate(-50%,-8px) rotate(-45deg);
        transition: transform .3s;
    }
    .spMenu_bn_con , .spMenu_bn_rese{
    	width: 80%;
    	margin: 15px auto 0 auto;
    	position: relative;
    }
    .spMenu_bn_con a {
    	border: 1px solid #aaa;
    	padding: 10px 0;
    	text-align: center;

    }
    .spMenu_bn_con a span{
    	font-size: 1.3rem;
    	color: #333;
    }
    .spMenu_bn_con a img {
    	width: 10%!important;
    	position: absolute;
    	right: 20%;
    	top: 50%;
    	-webkit-transform: translate(0, -50%);
    	transform: translate(0, -50%);
    }
    .spMenu_bn_rese a{
    	background: #333;
    	padding: 10px 0;
    	text-align: center;
    }
    .spMenu_bn_rese a span{
    	font-size: 1.2rem;
    	color: #fff;
    }
    .spMenu_bn_rese a img{
    	width: 7%!important;
    	display: inline-block!important;
    }
    .spMenu_tel{margin-top: 25px;}
    .spMenu_tel a{
    	color: #bfa300!important;
    	font-size: 2.2rem!important;
    }
    .spMenu_tel i{color: #333;}
    ul.sp_navi li::after{
    	background-color: #d2cec5!important;
    }
    #main{padding-top: 56px}
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px; 
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-top a{
	font-size: 1.5rem;
}
.disnone{
	display: none;
}

@media screen and (max-width: 767px) {
	.scroll-top{display: none;}
}

/*--トップスライダー------------------------------------*/
.topimg{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.topimg_l{
	width: 45%;
	position: relative;
	text-align: center;
	padding-top: 10px;
	order: 1;
}
.topimg_l img{width: 83%;}
.topimg_r{
	width: 55%;
	max-width: 1046px;
	order: 2;
}
.slider_top li img{width: 100%;}
.come02{padding-left: 30px;}

.slick-dots li {
  margin: 0;
  width: 40px;
  height: 5px;
}
.slick-dots li button:before {
  content:'';
  width: 40px;
  height: 5px!important;
	background: #ded8c6!important;
　opacity: 1!important;
}
.topimg_r .slick-dots li.slick-active button:before{
  background: #bfa300;
}
ul.topimg_po{
	display: flex;
	gap:15px;
	margin: 30px auto 0 auto;
	width: 75%;
}
ul.topimg_po li{
	width: 48%;
	border: 1px solid #a5891c;
	padding: 5px 0;
	text-align: center;
	font-size: 1.6em;
	color: #a5891c;
	letter-spacing: 0.05em;
}


/*--- 画面サイズが767px以下に適用 ---*/
@media screen and (max-width: 767px) {
	.topimg{
		position: relative;
	}
	.topimg_r{
		width: 100%;
		order: 1;
	}
	.topimg_r .slick-dots {
		bottom:-200px;
	}
	.topimg_l{
		width: 100%;
		order: 2;
		position: relative;
		top:-40px;
		z-index: 1;
		padding: 0 15px 20px;
	}
	.topimg_l img{
		width: 600px;
	}
	.slick-dotted.slick-slider{
		margin-top: 0;
		margin-bottom: 0;
	}
	.slick-dots {
		bottom:-25px;
	}
	.topimg_r .slick-dots li button:before{
		top:auto;
		bottom: -200px;
	}
	ul.topimg_po{
		width: 100%;
		margin: 20px auto 0 auto;
		justify-content: center;
	}
	ul.topimg_po li{
		width: 45%;
		font-size: 1.2em;
	}
	}

/*--- 画面サイズが640px以下に適用 ---*/
@media screen and (max-width: 640px) {
	.topimg_l{
		top:-14px;
	}
	.topimg_l img{
		width: 350px;
	}
	.topimg_r .slick-dots {
		bottom:-80px;
	}
}
/*--- 画面サイズが480px以下に適用 ---*/
@media screen and (max-width: 480px) {
	.topimg_l img{
		width: 320px;
	}
	.topimg_r .slick-dots {
		bottom:-62px;
	}
}

/*--トップスライダー_end ------------------------------------*/


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}


/*--バナースライダー ------------------------------------*/
.slick01{margin-top: 80px!important;}
.slick02{margin-top: 50px;}
/*ul.slick01 ul.slick-dots{display: none!important;}/* バナーをスライダーにする時削除 */
.slick02 img {
  width: 90%;
  margin: 0 auto;
}
.slick02 .slick-dots {bottom:-50px;}


@media screen and (max-width: 767px) {
.slick02{
	width: 90%;
	margin: 20px auto 0 auto!important;
}
.slick02 img {width: 90%!important;}
}

/*--矢印表示--*/
.slick-next{ right:18.8%!important; }
/*.slick-prev{ left:0!important; }*/
.slick-arrow{ z-index:1!important;}

.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
}
.slick-next:before{
    background: url(images/arrow_r.webp) no-repeat;!important;
    background-size: contain!important;
    right: -10px;
}
.slick-prev:before{
    background: url(images/arrow_l.webp) no-repeat;!important;
    background-size: contain!important;
    left: 0;
}
.slick-prev, .slick-next{
  width: 40px!important;
  height: 40px!important;
}
@media screen and (max-width: 767px) {
	.slick-next{ right:1%!important; }
	.slick-prev, .slick-next{
		width: 20px!important;
		height: 20px!important;
	}
	}
/*--バナースライダー_end ------------------------------------*/

.con_wrap03{
	width: 750px;
	margin: 0 auto;
	height: auto;
}
.bn_info{
	width: 80%;
	margin: 60px auto 0 auto;
}
@media screen and (max-width: 767px) {
	.con_wrap03{width: auto;}
	.bn_info{
		width: 100%;
		margin: 0;
	}
	}

/*--プレオープンバナー ------------------------------------*/
.top_wrap{
	position: relative;
	margin-top: 50px;
}
.top_wrap:after{
	content: "";
	position: absolute;
	top: -200px;
	left: 0;
	background-color: #f6f4f1;
	/*background-color: #fffbf2;*/
	width: 100%;
	height: calc(100% + 280px);
	z-index: -1;
}
.bn_pre{
	width: 950px;
	margin: 0 auto 90px auto;
}

@media screen and (max-width: 767px) {
	.top_wrap{
		margin-top: 30px;
	}
	.top_wrap:after{
		top:-40px;
		height: calc(100% + 100px);
	}
	.bn_pre{
		width: auto;
		margin: 0 10px 30px 10px;
	}
}
/*--プレオープンバナー_end ------------------------------------*/

/*-- 感染対策 ------------------------------------*/
.infection_wrap_in{
	max-width: 1120px;
	display: flex;
	align-items:center;
	margin: 0 auto;
}
.infe_l{
	width: 47%;
}
.infe_r{
	width: 47%;
	padding-left: 60px;
	text-align: center;
}
.infe_r h3{
	font-size: 1.7em;
	margin-bottom: 15px;
}
.infe_illu{
	display: flex;
	margin-top: 30px;
}
.infe_illu li{
	width: 33%;
	gap:10px 0;
}
.infe_illu li img{
	width: 70%;
}

@media screen and (max-width: 767px) {
	.infection_wrap_in{display: block;}
	.infe_l{
		width: 80%;
		margin: 0 auto;
	}
	.infe_r{
		width: 90%;
		padding-left: 0;
		margin: 30px auto 0 auto;
	}
	}
/*-- 感染対策_end ------------------------------------*/

/*-- こんなお悩み ------------------------------------*/
.onayami_wrap2{
	width: 1000px;
	margin: 60px auto 0 auto;
}
.onayami_wrap2 h3{
	background: url(/00_relax_kyoutsu/images/top/icon_onayami.webp) no-repeat top;
	background-size: 6%;
	font-size: 2.5em;
	padding-top: 80px;
	margin-bottom: 50px;
}
.onayami_wrap2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.onayami_wrap2 li{
	width: 45%;
	margin: 0 25px 58px;
}
.onayami_wrap2 li img{width: 100%;}

@media screen and (max-width: 767px) {
	.onayami_wrap2{
		width: 100%;
		margin: 0 auto;
	}
	.onayami_wrap2 h3{
		background-size: 8%;
		font-size: 1.85em;
		padding-top: 50px;
		margin-bottom: 30px;
	}
	.onayami_wrap2 li{
		width: 70%;
		margin: 0 25px 30px;
	}
	}

/*-- こんなお悩み_end ------------------------------------*/

/*-- 7つのポイント ------------------------------------*/
.point_wrap2_out{
	position: relative;
}
.point_wrap2_out:before{
	content: " ";
	display: block;
	background-color: #f1f1f1;
	position: absolute;
	top: 25px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.point_wrap2{
	max-width: 1200px;
	margin: 50px auto 0 auto;
}
.midashi_e{
	font-family: Sorts Mill Goudy,serif;
  font-size: 55px;
  line-height: 3.2rem;
  letter-spacing: .15em;
}
.midashi_e:after {
    content: " ";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #333;
    margin: 25px auto 0;
}
.midashi_j{
	font-size: 18px;
}

ul.point_wrap2_in{
	display: flex;
	flex-wrap: wrap;
  margin-top: 30px;
}

ul.point_wrap2_in li{
	display: flex;
	flex-direction:row-reverse;
  padding: 40px;
  position: relative;
	border: 1px solid #ebe8dc;
	background: #fff;
	overflow: hidden;
	z-index: -1;
}
.point_li{
	margin: 0 20% 20px 0;
}
.point_li2{
	margin: 0 0 20px 20%;
}
.point_num{
	position: absolute;
	top: 22px;
  right: 32px;
  font-size: 7rem;
  line-height: 1;
  letter-spacing: 0;
  color: #ebe8dc;
  z-index: -1;
}
.cinzel{
	font-family: 'Cinzel', serif;
   font-weight: 500;
}
.point_ti , .point_ti2 , .point_ti3{
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.point_ti3{padding: 20px 0;}

.point_de{
	text-align: justify;
	margin: 15px 0 0 0;
}
.point_r{width: 60%;}
.point_img{
	width: 40%;
	margin-right: 30px;
}

@media screen and (max-width: 767px) {
	.point_wrap2{
		width: 100%;
		padding: 0;
		margin-top: 50px;
	}
	.midashi_e{
		font-size: 43px;
		line-height: 2.5rem;
	}
	.midashi_e:after {
		margin: 20px auto 0;
	}
	.midashi_j{font-size: 16px;}

	ul.point_wrap2_in{
		margin: 20px 10px 0 10px;
	}
	ul.point_wrap2_in li{
		display: block;
		width: 100%;
		height: auto;
		margin: 0 0 20px;
		padding: 25px 24px 25px 24px;
	}
	.point_num{
		font-size: 4.5rem;
		top:20px;
		right: 20px;
	}
	.point_ti , .point_ti3{
		font-size: 1.5rem;
	}
	.point_ti2{
		font-size: 1.4rem;
	}
	.point_ti3{padding: 0;}
	.point_de{
		margin: 15px 0 15px 0;
	}
	.point_r{width: 100%;}
	.point_img{
		width: 80%;
		margin: 0 auto;
	}
}
/*-- 7つのポイント_end ------------------------------------*/

.section_wrap{
	max-width: 900px;
	margin: 180px auto 0 auto;
}
@media screen and (max-width: 767px) {
	.section_wrap{margin: 100px auto 0 auto;}
}

/*-- 施術の流れ -----------------------------------------*/
ul.flow_wrap2{margin-top: 70px;}
ul.flow_wrap2 li{
	display: flex;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
ul.flow_wrap2 li:nth-child(n+2){padding-top: 30px;}

.flow_l_wrap{
	display: flex;
	width: 60%;
	margin-right: 30px;
}
.flow_l{
	display: flex;
}
.flow_num{
  font-size: 3.5rem;
  letter-spacing: 0;
  color: #ebe8dc;
  margin-right: 30px;
}
.flow_ti{
	font-size: 1.8rem;
	margin-bottom: 10px;
	padding: 20px 0;
}
.flow_img{width: 40%;}

@media screen and (max-width: 767px) {
	ul.flow_wrap2{margin: 40px 10px 0 10px;}
	ul.flow_wrap2 li{
		display: block;
		position: relative;
	}
	ul.flow_wrap2 li:nth-child(n+2){
		padding-top: 15px;
	}
	.flow_l_wrap{
		width: 100%;
		margin-right: 0;
	}
	.flow_num{
		font-size: 3rem;
		position: absolute;
		top:15px;
		left: 0;
	}
	.flow_ti{
		font-size: 1.5rem;
		padding: 18px 0 10px 70px;
	}
	.flow_img{width: 80%;}
	}
/*-- 施術の流れ_end -----------------------------------------*/


/*-- よくある質問 -----------------------------------------*/
.qa_wrap2_out{
	position: relative;
	max-width: 900px;
	margin: 180px auto 0 auto;
}
.qa_wrap2_out:before{
	content: " ";
	display: block;
	background-color: #f1f1f1;
	position: absolute;
	top: 25px;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.qa_wrap2{
	max-width: 900px;
	margin: 50px auto 0 auto;
}
.qa_wrap{
	width: 580px;
	margin-top: 40px;
}
.p_q , .q_midashi{
	color: #a5891c;
}
.p_q , .p_a{
	font-size: 1.8rem;
}
.q_midashi{
	font-size: 1.4rem;
	padding-top: 8px;
}
.p_just{padding-top: 10px;}
.qa_wrap_in01{margin-bottom: 10px;}
.qa_wrap li:last-child{border-bottom: none;}

@media screen and (max-width: 767px) {
	.qa_wrap2_out{
		margin: 50px 10px 0 10px;
	}
	.qa_wrap2{
		padding: 0 10px;
	}
	.qa_wrap{
		width: 100%;
		margin-top: 20px;
	}
	.p_q , .p_a{
		font-size: 1.5rem;
	}
	.q_midashi{
		font-size: 1.2rem;
		padding-top: 6px;
	}
	.qa_wrap_in01{margin-bottom: 5px;}
	.qa_wrap li{
		padding-bottom: 20px;
		margin-bottom: 15px;
	}
}
/*-- よくある質問_end -----------------------------------------*/

/*-- ご予約・お問い合わせ -----------------------------------------*/
.contact_wrap2{
	background-color: #f6f4f1;
	padding: 80px 0;
	margin-top: 180px;
}
.tel2{
	margin-top: 50px;
	text-align: center;
}
.tel2 .hello_tel a{font-size: 3.5rem;}
.tel2 .tel_info{
	font-size: 1rem;
	margin-top: 20px;
}
.bn_contact2{
	width: 500px;
	margin: 30px auto 15px auto;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.bn_contact2 a {
  color: #333;
  font-size: 1.0rem;
  background: #fff;
  border: 1px solid #aaa;
}
.bn_contact2 a:hover,.bn_contact3 a:hover {
  color: #fff;
  opacity: 0.6;
}
.bn_contact2:hover img:nth-of-type(2),.bn_contact3:hover img:nth-of-type(2) {
	opacity: 0;
}
.bn_contact2 img,.bn_contact3 img {
	position: absolute;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.bn_con_f img{
	top: 50%;
	right: 30%;
	width: 7%;
}
.rese_wrap2{
	background: url(/00_relax_kyoutsu/images/bg_yoyaku.webp) no-repeat;
	padding: 80px 0;
	background-size: cover;
}
.midashi_j2 , .midashi_j3{
	font-size: 28px;
	text-align: center;
}
.midashi_j2{color: #fff;}
.midashi_j3{color: #333;}

.rese_p{font-size: 1.8rem;}
.rese_p span{
	font-size: 0.5em;
	display: inline-block;
}
.bn_rese a{padding: 18px 40px 23px 40px!important;} 
.bn_rese img {
	top: 66%;
	right: 30%;
	width: 4%;
}

@media screen and (max-width: 767px) {
	.contact_wrap2{
		padding: 50px 0;
		margin-top: 80px;
	}
	.bn_contact2{width: 300px;}
	.tel2{margin-top: 30px;}
	.tel2 .hello_tel a{font-size: 2.8rem;}
	.tel2 .tel_info{font-size: 0.8rem;}
	.midashi_j2 , .midashi_j3{
		font-size: 18px;
	}
	.rese_wrap2{
		background: url(/00_relax_kyoutsu/images/bg_yoyaku.webp) no-repeat -250px;
		padding: 40px 0;
	}
	.bn_contact2 a span{
		font-size: 0.4em;
	}
	.bn_con_f img{
		right: 25%;
		width: 8%!important;
	}
	.rese_p{font-size: 1.7rem!important;}
	.bn_rese img{
		top: 68%!important;
		right: 20%;
		width: 5%;
	}
}
/*-- ご予約・お問い合わせ_end -----------------------------------------*/

/*-- 下層ページ -----------------------------------------------------*/
.sub_title{
	position:relative;
	height: 370px;
}
.sub_img{
	background: url(/00_relax_kyoutsu/images/bg_yoyaku.webp) no-repeat;
/* 	background: url(./images/top_sub.webp) no-repeat; 内装画像がないので非表示*/
	background-position: 50%;
  background-size: cover;
  width: calc(100vw - 100px);
  height: 100%;
  overflow: hidden;
  float:right;
  margin-bottom: 20px;
  min-width: 1200px;
}
.sub_title h1{
	color:#a5891c;
	font-size: 2rem;
	text-align: left;
	padding: 0 100px;
}
.post{margin-top: 90px;}
.post2{margin-top: 40px;}
.sub_wrap{
	padding: 150px 0 0 0;
	width: 1120px;
	margin: 0 auto;
}
.onayami_mgtNone .onayami_wrap2{margin-top: 0;}/*-- 「初めての方へ」店長紹介入れる時にはずす ---*/

@media screen and (max-width: 767px) {
	.sub_title{
		height: 235px;
	}
	.sub_img{
		background-position: 34%;
		width: calc(100vw - 25px);
    right: 25px;
    min-width: auto;
	}
	.sub_title h1{
		font-size: 1.7rem;
		padding: 0 25px;
		margin-top: 20px;
	}
	.sub_wrap{
		position: relative;
		padding: 0;
		width: 100%;
	}
}

 /*-- スタッフ紹介 ---*/
.incho_img{
	position: relative;
    top: -80px;
    left: 70px;
    width: 350px;
}
.post_de{
	text-align: justify;
}
.impression {
    margin: 1.2rem 0 0.5em 0;
    padding: 0.3rem 0;
    font-size: 1.2em;
}
.impression i{
	color: #a5891c;
	font-size: 1.3rem;
	margin-right: 10px;
}
.bg_w{background: #fff;}
.bg_b{background: #f1f1f1;}

.impression_ul2 {
	padding: 0.5em 1.5em 0.5em 2.1em;
}
.impression_ul2 li {
	line-height: 1.5;
	padding: 0.5em 0;
	padding-left: 0.6em;
  text-indent: -0.6em;
}
.impression_ul2 li i{
	color: #a5891c;
	font-size: 0.8em;
	margin-right: 5px;
}
.staff_wrap_out_in{
	position: relative;
  display: flex;
  margin-bottom: 150px;
}
.sta_img{
	position: relative;
  top: -40px;
  left: 70px;
  width: 300px;
}
.post_name_wrap{
	font-size: 2rem;
	position: relative;
  top: -110px;
  line-height: 1.8rem;
  text-align: center;
}
.font_e{
	font-family: Sorts Mill Goudy,serif;
	letter-spacing: .15em;
}
.post_name_in{font-size: 1rem;}

.sta_wrap2{
	width: 70%;
	padding: 45px 65px 50px 120px;
  border:1px solid #d2cec5;
}
.incho_wrap2{
	width: 70%;
	padding: 80px 65px 70px 140px;
  background: #f6f4f1;
}

@media screen and (max-width: 767px) {
	.incho_img{
		width: 200px;
		left: 50%;
		transform: translate(-50%,0);
		top:30px;
	}
	.staff_wrap_out_in{
		padding: 0 10px 20px 10px;
		display: block;
		margin-bottom: 0;
	}
	.sta_img{
		width: 220px;
		left: 50%;
		transform: translate(-50%,0);
	}
	.post_name_wrap{
		font-size: 1.7rem;
		top: 10px;
		left: 0;
		padding-left: 10px;
	}
	.impression_ul2{
		padding: 0.5em 1em 0.5em 1.6em;
	}
	.sta_img{
		position: absolute;
		top:-80px;
	}
	.post_name_tra{
		top: 0;
		left: 0;
		text-align: center;
	}
	.sta_wrap2 , .incho_wrap2{
		width: auto;
		padding: 200px 10px 20px 10px;
		margin-top: 120px;
	}
	.incho_wrap2{
		position: relative;
    top: -50px;
    z-index: -1;
	}
}

 /*-- 料金・施術 ---*/
.acList_price_usually{
	font-family: Sorts Mill Goudy,serif;
	font-weight: normal;
	line-height: 2.3rem;
	width: 20%;
  font-size: 24px;
}
.acList_price_usually,.acList_name,.acList_time{
		border-bottom: 1px dotted #ccc;
	}
.acList_name{
	width: 70%;
}
.acList_price_first{
	color: #a5891c;
}
.acList_price_usually{
	color: #6b9aaa;
}
.acList:first-of-type {
    margin-top: 5px;
}
.acContents li,.acContents2 li,.acContents3 li,.acContents4 li,.acContents5 li{border-bottom: none;}
.acContents li div{
	height: 255px;
	overflow: hidden;
}
.acContents li div:first-child{line-height: 245px;}
.acContents2 li div{
	height: 35px;
	overflow: hidden;
}
.acContents3 li:first-child div{
	height: 58px;
	overflow: hidden;
}
.acContents3 li:nth-child(n+2) div{
	height: 58px;
	overflow: hidden;
}
.acContents3 li:nth-child(n+2) .acList_time{
	line-height: 58px;
}
.acContents3 li:nth-child(n+2) div:nth-child(n+2){line-height: 40px;}
.acContents4 li div{
	height: 100px;
}
.acContents5 li:first-child div{
	height: 120px;
	overflow: hidden;
}
.acContents5 li:first-child div p{padding-top: 40px;}
.acContents5 li:nth-child(2) div{
	height: 40px;
}
.acContents5 li:nth-child(n+3) div{
	height: 50px;
	padding-top: 8px;
}
.acContents5 li:nth-child(2) div p.acList_description{
	padding-top: 5px;
}
.acContents5 li:nth-child(n+3) div.acList_description{
	padding-top: 0;
}
.p_kome{
	margin-top: 50px;
}
.midashi_use , .midashi_subs{
	color: #fff;
	font-size: 0.8rem;
	letter-spacing: -0.05em;
	text-align: center;
	display: inline-block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 10px;
}
.midashi_use {background: #6b9aaa;}
.midashi_subs{background: #a9964e;}
.p_square{
	font-size: 0.8em;
	margin-right: 5px;
}
.acList_time{
	font-size: 1rem;
	line-height: 2.6rem;
}
.acList_title{
	margin-bottom: 5px;
}
.acMgt{margin-top: 45px;}
.overflowX{overflow-x: scroll;}

.acBtn01{
	font-size: 2rem;
	border-bottom: 1px solid #ccc;
}
.acBtn{
	display: flex;
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #ccc;
}
.acBtn:before{display: none;}
.acList{
	border-bottom: 1px dotted #ccc;
}

.price_dlMgt{margin-top: 100px;}
.img_new{
	width: 70px;
	display: inline-block;
	margin-right: 10px;
}
.f_en{
	font-size: 0.8rem;
	margin-left: 1px;
}
.f_80{
	font-size: 0.8rem;
}
.maru {
	height:43px;
	width:48px;
	border-radius:50%;
	text-align:center;
	background: #333;
	display: flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	padding-top: 5px;
	margin-left: 10px;
}
.maru p{
	font-size: 1.1rem;
	color: #fff;
	line-height: 1rem;
}
.f_off{font-size: 0.7rem!important;}
.price_wrap li{
	border: 1px solid #d2cec5;
}
.name_price{
	line-height: 1.5rem;
}
.bn_price p{display: none;}
.bn_price_con{
	font-size: 2rem!important;
  margin-right: 10px;
}
.acCommon{font-size: 0.9rem;}
.otherPrice_wrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 80px 0 50px 0;
}
.subs_wrap{width: 42%;}
.card_wrap2{width: auto;}
.subs_wrap{
	padding: 20px 30px;
  background-color: #f6f4f1;
}
.subs_title , .card_title2{
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.subs_title_in{
	color: #a5891c;
}
.subs_l{
	font-size: 1.1rem;
  text-align: center;
  margin-top: 20px;
}
.subs_de{
	color: #a9964e;
	border: 1px solid #a9964e;
	padding: 3px 15px;
	margin-bottom: 5px;
}
.p_gold{
	color: #a5891c;
}
.subs_bene{
		display: inline-block;
		text-align: left;
		margin-top: 15px;
	}
.subs_bene p{
	font-size: 1.1rem;
	margin-bottom: 5px;
	padding-left: 1em;
  text-indent: -1em;
}
.subs_price{
	display: inline-block;
	margin-left: 10px;
}
.f_170{font-size: 1.7rem;}

.card_table{
	font-size: 1rem;
	text-align: center;
	border-collapse: collapse;
  margin-top: 15px;
  width: 100%;
}
.card_table th, .card_table td{
	border: 1px solid #fff;
}
.card_table th{
	color: #fff;
	text-align: center;
	padding: 3px 10px;
}
.card_table td{
	font-family: Sorts Mill Goudy,serif;
	background: #f1f1f1;
	text-align: right;
	padding: 7px 10px;
}
.de_th{background-color: #666;}
.use_th,.subs_th{
	width: 125px;
	font-size: 0.65em;
	line-height: 1rem;
}
.use_th{background-color:#6b9aaa;}
.subs_th{background-color:#a9964e;}
.option_wrap{
	width: 500px;
	margin-top: 100px;
}
.option_wrap dt{
	font-size: 1.3rem;
	padding: 0 0 5px;
	border-bottom: 1px solid #ccc;
	line-height: 1.5rem;
}
.option_de{font-size: 0.9rem;}
.option_price{
	font-family: Sorts Mill Goudy,serif;
	font-size: 19px;
}
.option_li_in{
	width: 80%;
}
.name_ti{
	margin-top: 5px;
  line-height: 1.2rem;
  display: inline-block;
}

@media screen and (max-width: 767px) {
	.price_wrap2{margin-top: 60px;}
	.otherPrice_wrap{margin: 0 0 30px 0;}
	.acList_price_usually{
		width: 38%;
		min-width: 100px;
		font-size: 20px;
		line-height: 1.95rem;
	}
	.acList_price_usually{
		padding: 0 10px 0 0;
	}
	.acContents li div{height: 208px;}
	.acContents li div:first-child .acList_description{
		line-height: 1.2rem;
		padding-top: 80px;
	}
	.acContents2 li div:first-child .acList_description{
		line-height: 1.2rem;
		padding-top: 6px;
	}
	.acContents2 li:nth-child(2) div{padding-bottom: 8px;}
	.acContents2 li:nth-child(2) div:first-child .acList_description{
		line-height: 1.2rem;
		padding-top: 0;
		height: 45px;
	}
	.acContents3 li:first-child div{height: 50px;}
	.acContents3 li:nth-child(n+2) div{height: 50px;}
	.acContents3 li:nth-child(n+2) .acList_time{line-height: 40px!important;}
	.acContents4 li div{height: 73px;}
	.acContents5 li:first-child div{
		height: 100px;
	}
	.midashi_use , .midashi_subs{
		font-size: 0.7rem;
		width: 130px;
		height: 20px;
		line-height: 20px;
		margin-bottom: 0;
	}
	.acList{
		padding: 5px 0;
	}
	.acList:first-of-type {margin-top: 0;}
	.acList_name{
		min-width: 85px;
		padding: 0;
	}
	.acName2{min-width: 220px;}
	.acName_ptno{padding: 0;}
	.acList_time{
		font-size: 0.9rem;
		width: 20%;
		line-height: 2.1rem;
		min-width: 40px;
		padding: 0;
	}
	.acBtn01{
		font-size: 1.3rem;
		padding: 0 0 10px;
	}
	.acBtn{
		height: 45px;
		line-height: 45px;
		padding: 0 0 10px;
	}
	.img_new{
		width: 45px;
	}
	.acContents_attention{
		padding: 5px 0;
	}
	.attention_tax{margin-bottom: 10px;}
	.otherPrice_wrap{display: block;}
	.subs_wrap{
		width: auto;
		text-align: center;
		padding: 20px 15px;
	}
	.card_wrap2{
		width: 100%;
		margin-top: 30px;
	}
	.subs_title , .card_title2{
		font-size: 1.3rem;
	}
	.card_title{
		text-align: center;
	}
	.subs_bene p{
		font-size: 1rem;
	}
	.card_table{
		font-size: 0.9rem;
	}
	.de_th{width: 100px;}
	.option_wrap{
		width: 100%;
		margin-top: 60px;
	}
	.option_li_in{
		width: 60%;
    padding: 10px 0;
	}
	.card_ta th{text-align: center;}
	.p_kome{margin-top: 20px;}
	}


/*-- ブログ---*/
.blog-article {
    margin-bottom: 110px;
}
.blog-date {
    font-weight: 400;
    display: inline-block;
    margin-right: 15px;
    padding-right: 20px;
    border-right: 1px solid #000;
    line-height: 1.0;
    font-size: 15px;
}
.blog-category {
    font-weight: 500;
    display: inline-block;
    line-height: 1.0;
    font-size: 14px;
}
.blog-ttl {
    margin: 15px 0 35px;
    padding: 18px 0 18px;
    border-top: 1px solid #d2cec5;
    border-bottom: 1px solid #d2cec5;
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
}
.blog-body{
	margin-bottom:20px;
}
@media screen and (max-width: 767px) {
.blog-ttl {
    margin: 15px 0 25px;
    padding: 15px 0 15px;
    font-size: 18px;
    line-height: 1.6;
}
}

/*-- 症状別ページ ---*/
.check_title{
	background-color: #f6f4f1;
	padding: 40px 40px 10px 40px;
}
.check_wrap{
	background-color: #f6f4f1;
}
.check_title img{margin-bottom: 10px;}
.check_title span , .blog_header{
	color: #333;
}
.check_q , .result_title{
	color: #a5891c;
}
.check_title span,  .check_q , ul.check_contents li a , .next , .blog_header , .sejyu_title , .result_title , .shindan_recommend{
	font-weight: normal;
}
.next{
	background: #333;
	border-radius: 0px;
	font-size: 1.2rem;
	padding: 1.3em;
}
.blog_header{
	border-top: solid 1px #d2cec5;
  border-bottom: solid 1px #d2cec5;
  font-size: 1.5em;
  color: #a5891c;
}
.way_num02{
	background: #a9964e;
}
.reco_midashi{
	background: #333;
}
.bn_check_rese p{display: none;}


.bn_contact3{
	width: 500px;
	margin: 10px auto 15px auto;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.bn_contact3 a {
  color: #333;
  font-size: 16px;
  background: #fff;
  border: 1px solid #aaa;
}
.bn_contact3 a span{
	font-size: 0.5em;
	display: inline-block;
	line-height: 1.6em;
}


@media screen and (max-width: 767px) {
	.check_title img{margin-bottom: 5px!important;}
	.check_title{
		padding: 25px 40px 10px 20px;
	}
	.next{
		font-size: 1rem;
	}
	.sejyu_wrap01 img{text-align: center;}
	.illu_zutsukata {right: 0;}
	.illu_zutsukata img{
		width: 20%!important;
		margin-right: 10px !important;
	}
	.page_wrap{position: relative;}
	.bn_contact3{width: 300px;}
	.sejyu_wrap01 , .sejyu_wrap02_r{text-align: center;}
	.blog_content{
		text-align: justify;
	}
}

/*-- アクセス ---*/
.ac_logo {
	text-align: center;
	width: 20%;
	text-align: center;
	margin: 0 auto 40px auto;
}
.logo_a{
	width: 15%!important;
	margin-bottom: 20px;
}
.sub_con_wrap{
	margin-top: 100px;
}
@media screen and (max-width: 767px) {
	.ac_logo{
		width: 30%;
		margin: 60px auto 20px auto;
	}
	.logo_a{
		width: 25%!important;
	}
	}

/*-- お問い合わせ ---*/
.contact_required::after{
	background-color: #55362c;
	font-size: 11px;
  font-weight: 500;
}
.wpcf7-submit{
	background-color: #333!important;
	margin-top: 20px;
}
.wpcf7-form p{margin: 0!important;}
.thanks{
	padding: 20px 0;
	text-align: center;
	line-height: 1.7rem;
}
@media screen and (max-width: 767px) {
	.thanks{
		padding: 20px 30px;
		text-align: justify;
	}
}
/*-- 下層ページ_end -----------------------------------------------------*/


/*-- フッター -----------------------------------------*/
.f_contact_wrap{
	background-color: #f6f4f1;
	padding: 80px 0;
	margin-top: 50px;
}
.footer_3 {
    text-align: center;
    width: 100%;
    padding: 1.5em 0;
    text-align: center;
  }
#footer a:hover{
	opacity: 0.7;
}
.footer_logo2 {
	width: 20%;
	text-align: center;
	margin: 0 auto 40px auto;
}
.f_logo{
	display: inline-block;
	margin-bottom: 25px;
}
.f_logo img{width: 100%!important;}

.footer_access_box{
	line-height: 1.5rem;
}
table.footer_info th{font-weight: normal;}
.f_midashi{text-align: center;}
.f_tel{
	margin-top: 30px!important;
}
#f_gnav{
	margin-top: 30px;
	text-align: center;
}
#f_gnav .gr_navi {
	display: inline-block;
	text-align: left;
  }
.gr_navi_footer{display: flex;}

#footer .fixed_box_right2{
	width: 51px;
}
.f_logo_2 p a:hover{
	color:#333!important;
}
#f_gnav li a:hover{
	color: #3e3e3e;
	opacity: 0.7;
}


@media screen and (max-width: 767px) {
	.f_contact_wrap{
		padding: 50px 0;
		margin-top: 0;
	}
	.footer_3{margin-bottom: 70px;}
	.footer_logo2{
		width: 30%;
		margin: 60px auto 20px auto;
	}
	.f_logo{
		margin-bottom: 15px;
	}
	.footerfix2 .formInduction ul li.btn_web{
		background: #333 !important;
	}
	.footerfix2 .formInduction ul li.btn_tel{
		background: #a58f3a !important;
	}
}

/*-- フッター_end -----------------------------------------*/
/* 料金・施術ABCパターン 2025年4月 start */
.new-course {
	width: fit-content;
    margin-inline: auto;
    font-size: 1.22rem;
	margin-top: 50px;
}
.card_title-sub {
    font-size: 1.22rem;
}
.price-width {
	width: 36%;
}
@media print, screen and (max-width: 680px) {
    .acList_price {
        width: 32%;
    }
	.list-rewrite {
        padding-bottom: 0 !important;
	}
}
/* 料金・施術ABCパターン 2025年4月 end */
/* 配下ページヘッダー画像を中央寄せ */
.sub_title.clearfix .sub_img {
	float: none;
	display: block;
	width: 100%;
	background-size: 100%;
}
@media screen and (max-width: 430px) {
    .sub_title {
        height: 180px;
    }
}
/* お問い合わせの枠 */
.wpcf7-select {
    border: solid 1px #b9b8b2;
	border-radius: 5px;
}
/* スタッフ紹介　スタッフ画像サイズ */
@media screen and (max-width: 767px) {
    .sta_img {
        width: 200px;
    }
}