/*
Theme Name: Asakura-Theme
Theme URI:
Auther: Matsuoka Kouhei
Auther URI: http://grecre.net
Version: 1.0
License:
License URI:
*/


@charset "UTF-8";

html{
	font-size:62.5%;
}
*{
	font-size:16px;
	font-size:1.6rem;
}

@media screen and (min-width:961px){
	.pc{
		display: none;
	}
}
@media screen and (max-width:960px){
	.sp{
		display: none;
	}
}

body{
	width:100%;
	margin:0;
	padding:0;
	font-size:16px;
	font-size:1.6rem;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ ,'ＭＳ Ｐゴシック',sans-serif;
	color:#806134;
	line-height:1.5em;
	background: url(images/common/bg1.jpg);
}
div,p,span,object,iframe,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,
b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
article,aside,canvas,details,figcaption,figure, 
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video,
table,tr,td,th,tbody,tfoot,thead{
	font-size:inherit;
	line-height:1.5em;
}
h1{font-size:45px;font-size:4.5rem;}
h2{font-size:31px;font-size:3.1rem;}
h3{font-size:27px;font-size:2.7rem;}
h4{font-size:25px;font-size:2.5rem;}
h5{font-size:23px;font-size:2.3rem;}
h6{font-size:16px;font-size:1.6rem;}
h1,h2,h3,h4,h5,h6{margin:1.5em 0;line-height:1.5em;}
b,strong{font-weight:bold;}
p,ul,dl{margin:0;}
ul{padding:0 0 0 40px;}
img{
	max-width:100%;
	/*width:auto;*/
	height:auto;
	vertical-align:bottom;
}
a img{
	border:none;
}
a:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(0.06);
	opacity:0.6;
	-moz-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
}
a:link{/* 未訪問のリンク */
	color:#d88000;
}
a:visited{/* 訪問済みのリンク */
	color:#d88000;
}
a:hover{/* ポイント時のリンク */
	color:#d88000;
}
a:active{/* 選択中のリンク */
	color:#d88000;
}
hr{
	border:none;
	height:1px;
	background-color:#000;
	color:#806134;
	margin:20px 0;
}

li,ul,h1,h2,h3,h4,h5,p{
	list-style: none;
	padding: 0;
	margin: 0;
}

.wrapper{
	overflow:hidden;
}

/* clearfix
---------------------------------------------------- */
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

/* boxsizing
---------------------------------------------------- */
.boxSizing{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* img
------------------------------------------------- */
img.size-full{
	max-width:100%;
	height:auto; 
}
img.aligncenter[class*="wp-image-"]{
	display:block;
	margin:10px auto;
}
img.alignleft[class*="wp-image-"]{
	display:block;
	margin:10px auto 10px 0;
	float: none;
}
img.alignright[class*="wp-image-"]{
	display:block;
	margin:10px 0 10px auto;
	float: none;
}
img.alignnone{
	margin:10px 0;
}

div.symptom_nayami {
    overflow: hidden;
    width: 770px;
    margin: auto;
}

div.symptom_nayami p.right {
    float: right;
    width: 290px;
    text-align: center;
}

div.symptom_nayami ul {
    float: left;
    width: 450px;
}

div.symptom_nayami ul li {
    background-image: url(https://nexus-hari.com/wp-content/themes/asakura-theme/images/dysp/catch_ico01.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 20px 0px 20px 50px;
    border-bottom: dotted 2px #c5bbbb;
    color: #562b0c;
    font-size: 20px;
}

div.symptom_nayami p.right img {
    display: inline-block;
}

p.right {
    float: right;
    margin: 0px 0px 30px 0px;
    width: 45%;
}

.f_box-media {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.f_box-media li {
    width: 33%;
    margin-bottom: 25px;
    text-align: center;
}

.underlayer_contact {
	margin-top: 1em;
}

.underlayer_contact a img {
	margin-bottom: 1em;
}

.approach_content h2 {
	margin: 25px 0;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

img.cause {
    width: 28%;
    float: right;
}

img.right {
    width: 33%;
    float: right;
}

@media all and (max-width: 782px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.f_box-media li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
}

div.symptom_nayami ul {
    width: 100%;
}

div.symptom_nayami ul li {
    padding: 15px 0px 10px 35px;
    font-size: 15px;
    background-size: 25px;
}

div.symptom_nayami p.right {
    width: 100%;
}

div.symptom_nayami {
    width: 100%;
}

p.right {
	width: 100% !important;
}

.approach_content h1 {
	font-size: 24px;
}

.approach_content h2 {
	font-size: 21px;
}
	
img.right {
    float: none;
    margin: 0 29%;
}

img.cause {
    width: 38%;
}

}

/*---------------------------------2020/5/20追加---------------------------------*/

.nayami_zakotu p {
    text-align: center;
    font-size: 20px;
}

.approach_content > p span.zakotu {
    float: none;
    font-size: 15px;
    color: #ff5a5a;
}

.manga {
	margin: 0px auto 30px;
}

.nayami_box {
    display: flex;
    justify-content: center;
    margin: 40px auto 10px;
}

.nayami_box p {
    margin: 0 10px;
}

img.gosoudan_img {
    margin: auto;
    margin-top: 30px;
}

img.intyou1 {
    float: left;
}

.about_right {
    text-align: right;
    position: relative;
}

p.zubari {
    padding: 8px;
    background: #1cb2d7;
    border-radius: 7px;
    margin: 30px 60px 30px 0;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

.zubari-ue p {
    text-align: left;
}

.answer {
    display: flex;
}

img.intyou2 {
    width: 90px;
    height: 116px;
    margin: 10px;
}

.answer p {
    text-align: left;
}

span.zakotu {
    font-weight: bold;
    color: #ff5a5a;
}

.zubari_box {
    position: relative;
}

p.zubari:before {
    content: "▶";
    color: #1cb2d7;
    position: absolute;
    top: 39px;
    right: 49px;
}

p.zubari:after {
    content: "";
    background: url(https://nexus-hari.com/wp-content/uploads/2020/05/46872.png);
    position: absolute;
    width: 50px;
    height: 50px;
    top: 19px;
    right: 0px;
}

.shouko {
    text-align: center;
    margin: 30px;
}

.shouko img {
    margin: auto;
}

#media {
    background: url(../images/common/bg_orange2.jpg) repeat 0 0;
    padding: 25px 0px 30px;
    margin-bottom: 70px;
	text-align: center;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

.zakotu_tiryou-hou {
    background: #fff;
    border-radius: 15px;
    padding: 1px 30px 30px 30px;
}

.zakotu_tiryou-hou h2 {
    background: #ce9898;
    padding: 8px;
    color: #fff;
    border-radius: 15px;
    width: 100%;
}

.zakotu_left {
    width: 71%;
    float: left;
    font-size: 19px;
}

.zakotu_tiryou-hou img {
    padding: 10px;
}

/*----------------------------------------頭痛ページ----------------------------------------*/

p.zutuu_title {
    text-align: center;
    margin-bottom: 10px;
}

.nayami_zutuu {
    text-align: center;
}

.zutuu_box {
    position: relative;
}

.zutuu_box ul {
    width: 70%;
    margin: auto;
    background: rgba(230,216,190,0.5);
    border-radius: 15px;
    padding: 40px 50px;
}

.zutuu_box li {
    text-align: left;
    margin: 5px 0;
    padding: 14px 0 5px 60px;
    font-size: 20px;
    font-weight: bold;
    background: url(https://nexus-hari.com/wp-content/uploads/2020/06/zutuu_check.png) no-repeat;
    background-position: left center;
    border-bottom: 3px dotted;
}

.zutuu_box img {
    position: absolute;
    right: 120px;
    bottom: 0;
    z-index: -10;
}

.zutuu_waku {
    background: rgba(255,255,255,0.5);
    padding: 30px;
    position: relative;
}

.zutuu_manseika img {
    float: right;
    width: 60%;
    padding: 10px;
}

.saitann_zutuu {
    background: #fff1f1;
    background-size: auto;
    padding: 13px;
    display: grid;
}

.zutuu_waku img.pc {
    position: absolute;
    top: -23px;
    left: 0;
}

.owari {
    display: flex;
    justify-content: center;
}

.owari_box {
    width: 33%;
    padding: 10px;
}

p.innai_zutuu {
    width: 100%;
    text-align: center;
}

p.innai_zutuu img {
    width: 75%;
}

.intyou_prof img.pc {
    float: left;
}

.intyou_prof {
    background: rgba(255,255,255,0.5);
    display: inline-block;
    padding: 20px;
}

.intyou_prof img {
    width: 25%;
}

p.teian {
    color: #ff595c;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width:960px){
	.nayami_box {
		width: 90%;
		display: block;
		justify-content: center;
		margin: 40px auto 10px;
	}
	
	.nayami_box img {
		margin: 10px auto;
	}
	
	figure {
		width: 100%;
		margin: auto;
	}
	
	figure img.sp {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	.shouko {
		text-align: center;
		margin: auto;
		width: 100%;
	}
	
	img.main_zakotu {
		max-width: 100vw;
		width: 100vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.shouko img {
		max-width: 100vw;
		width: 100vw;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	
	.zakotu_left {
		width: 100%;
		float: left;
		font-size: 16px;
	}
	
	.zakotu_tiryou-hou {
		background: #fff;
		border-radius: 15px;
		padding: 1px 30px 30px 30px;
		text-align: center;
	}
	
	.zakotu_left {
		width: 100%;
		float: left;
		font-size: 16px;
		text-align: left;
	}
	
	.zutuu_box ul {
		width: 100%;
		margin: auto;
		background: rgba(230,216,190,0.5);
		border-radius: 15px;
		padding: 20px 5%;
		box-sizing: border-box;
	}
	
	.zutuu_box li {
		text-align: left;
		margin: 5px 0;
		padding: 4% 4% 3% 15%;
		font-weight: bold;
		background: url(https://nexus-hari.com/wp-content/uploads/2020/06/zutuu_check.png) no-repeat;
		background-position: left 5% center;
		background-size: 25px;
		border-bottom: 3px dotted #c1ac81;
		font-size: 16px;
		box-sizing: border-box;
	}
	
	.zutuu_box img {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -10;
		opacity: 0.5;
		width: 50%;
	}
	
	.approach_content .dousite_zutuu h2 {
		margin: 0;
		padding: 3%;
	}
	
	.zutuu_manseika img {
		float: none;
		width: 100%;
		padding: 10px;
	}
	
	.owari {
		display: block;
		justify-content: center;
		text-align: center;
	}
	
	.owari_box {
		width: 96%;
		padding: 10px;
		margin: auto;
	}
	
	.owari_box img {
		margin-bottom: 3%;
		width: 65%;
	}
	
	p.innai_zutuu img {
		width: 100%;
	}
	
	.intyou_prof img {
		width: 70%;
		margin: 0px auto 20px;
	}
	
	
	
	
	
	
	
}


/*------------------------------------------------五十肩2020/6/30------------------------------------------------*/


img.fifty_title {
    margin: 2% auto;
}

#fifty p.yoyaku-kotira {
    background: #ff9139;
    border-radius: 999px;
    text-align: center;
    margin-bottom: 10%;
}

#fifty p.yoyaku-kotira a {
    text-decoration: none;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    display: block;
    padding: 20px;
}

span.red {
    color: #fb3c3c;
    font-weight: bold;
}

#fifty .direct_sisin {
    margin: 50px 0 50px 0;
}

#fifty .direct_sisin {
    width: 93%;
    margin: 5% auto;
    overflow: hidden;
    padding: 3%;
    background: rgba(255,255,255,0.5);
}

#fifty .direct_sisin img {
    max-width: 500px;
    width: 100%;
    margin-bottom: 3%;
}

#fifty .futosa {
    max-width: 960px;
    width: 100%;
    margin: 20px auto 50px;
    border: 4px solid #cdc0a3;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    background: #fff;
    box-sizing: border-box;
    position: relative;
}

#fifty .futosa h2 {
    background: url("https://nexus-hari.com/wp-content/uploads/2020/06/brownline.png") repeat-x left bottom;
    padding: 0 0 29px;
    line-height: 0;
}

#fifty .futosa .content_left {
    float: left;
    max-width: 540px;
    text-align: left;
}

#fifty .futosa .content_right {
    float: right;
    text-align: left;
}

#fifty .futosa ul li {
    font-size: 18px;
    margin-bottom: 10px;
}

#fifty .hari-itai {
    text-align: center;
}

#fifty .sita {
    margin: 2% auto;
}

#fifty .movie{
	position: relative;
	width: 100%;
    margin: 3% auto;
	padding-top: 56.25%;
}
#fifty .movie video{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

#fifty .tigai {
    margin: 3% auto;
}

#fifty .intyo_box {
    background: rgba(255,255,255,0.5);
    overflow: hidden;
    display: table;
    margin: 3% auto;
    width: 70%;
}

#fifty .intyo_box img {
    width: 90%;
    border-radius: 999px;
    margin: 5% 9%;
    float: left;
}

#fifty .intyo_box div {
    width: 72%;
    display: table-cell;
    vertical-align: middle;
    padding: 3%;
}

p.img_box {
    text-align: center;
}

img.shoko {
    margin-top: 10%;
}

span.yellow {
    background: #fff585;
}

#fifty .itakunai {
    margin-bottom: 6%;
}

@media screen and (max-width:960px) {
	
	#fifty .futosa .content_left {
		float: none;
		max-width: 540px;
		text-align: left;
	}
	
	#fifty .futosa .content_right {
		float: none;
		text-align: left;
	}
	
	#fifty .intyo_box {
		background: rgba(255,255,255,0.5);
		overflow: hidden;
		display: block;
		margin: 3% auto;
		text-align: center;
		width: 100%;
	}
	
	#fifty .intyo_box img {
		width: 50%;
		border-radius: 999px;
		margin: 5% auto;
		float: none;
	}
	
	#fifty .hari-itai p {
		text-align: left;
	}
	
	#fifty .intyo_box p {
		text-align: left;
	}
	
	#fifty .direct_sisin img {
		max-width: 500px;
		width: 75%;
		margin: 5%;
	}
}



/*------------------------------------------------お問い合わせ2020/07/08------------------------------------------------*/
form{
	background: #fff;
	padding: 15px;
	padding-top: 30px;
	background-image: url("images/contact_img_woman.png");
	background-position: right bottom 555px;
	background-repeat: no-repeat;
	background-size: 520px;
}
#form-section h2{
    text-align: center;
    background: #f76a6a;
    color: #fff;
    line-height: 1.5;
    font-size: 33px;
    padding: 13px 7px 7px;
    margin-bottom: 17px;
}
.p-top-contact_form_dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.p-top-contact_form_dl dt {
    width: 35%;
    box-sizing: border-box;
    font-size: 18px;
    margin-right: 3%;
}
.p-top-contact_form_dl dd {
    width: 62%;
    box-sizing: border-box;
    font-size: 15px;
}
.p-top-contact_form_dl dd, .p-top-contact_form_dl dt {
    color: #825f28;
    font-weight: 700;
    line-height: 1;
    margin: 0px;
}
.p-top-contact_form_item-state {
    font-size: 15px;
    border-radius: 5.5px;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
}
.p-top-contact_form_hissu {
    background-color: #ff665e;
}
.p-top-contact_form_none{
    background-color: #825f28;
}

[type="text"], [type="tel"], [type="email"], [type="number"], select, textarea {
    width: 100%;
    border: 1px solid #c0af93;
    border-radius: 7.5px;
    color: #825f28;
    padding: 10px;
    font-size: 15px;
    box-sizing: border-box;
}

input.name{
	width: auto;
	max-width: 250px;
}

input.age{
	max-width: 110px;
}

input.tel{
	width: 110px;
	margin: 0px 7px;
}

input.tel:first-child{
	margin-left: 0px;
}

dd.form-in2 span{
	font-size: 13px;
	font-weight: normal;
	color: #e38f51;
	margin-top: 5px;
	display: block;
}

dd.form-in2 select{
	width: auto;
	min-width: 245px;
	margin-right: 5px;
}
dd.form-in2 select:first-child{
	margin-bottom: 13px;
}

div.p-top-contact_form_privacy{
	font-size: 13px;
}

div.p-top-contact_form_privacy dl{
	margin-bottom: 14px;
}

button, input, select, textarea{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.submit_btn input {
    background: #ff665e;
    border-radius: 8px;
    width: 90%;
    margin: 0 auto;
    max-width: 345px;
    display: block;
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
    padding: 8px 0;
    border:0px;
}

form input[type="radio"]{
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
	position: relative;
	top: 2px;
}
dd.form-in_radio span{
	display: inline-block;
	margin: 3px 0px 3px;
	color: #825f28;
}

@media screen and (max-width:960px) {
/**/

.page-inner{
	margin-bottom: 10%!important;
}
form{
	padding: 0px;
	background-position: right bottom 38%;
	background-size: 80%;
}
#form-section{
	margin-top: 7%;
	margin-bottom: 7%;
}
#form-section h2{
	font-size: 17px;
	padding: 10px;
}
#form-section p{
	font-size: 12px;
}
.p-top-contact_form_dl dt{
	width: 100%;
	font-size: 15px;
}
.p-top-contact_form_dl dd{
	width: 100%;
	margin-top: 3%;
}
.p-top-contact_form_item-state{
	font-size: 15px;
}
dd.form-in2 select,{
	min-width: 44%;
}
input.name {
    max-width: 40%;
}
input.tel{
	width: 27%;
}
.submit_btn input{
	font-size: 18px;
}
dd.form-in2 select{
	min-width: 37%;
}
div.p-top-contact_form_privacy{
	font-size: 11px;
}
div.p-top-contact_form_privacy dd{
	margin: 0px 0px 0px 5%;
}

/**/
}
/**/

/* アコーディオンの視認性向上スタイル */
#hiza_section02 .title.spacc-ttl {
    position: relative; /* アイコン配置の基準点にする */
    cursor: pointer;    /* クリック可能であることを示すカーソルに変更 */
    transition: background-color 0.2s; /* ホバー時の色の変化を滑らかに */
}

/* マウスが乗った時に少し色を変える */
#hiza_section02 .title.spacc-ttl:hover {
    background-color: #f5f2e9; /* 少し濃い色に */
}

#faq .faqbox dt span {
    color: #ffffff !important;
}

/* practitioner_intro の二重囲い・余白・背景を解除し、幅100%で表示 */
.practitioner_intro {
  width: 100% !important;
  margin: 30px auto !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  max-width: none !important;
}

/* スマホ時に左右パディングを補完 */
@media screen and (max-width: 768px) {
  .practitioner_intro {
    padding: 0 10px !important;
  }
}

/* コンテナ無効 */
.container {
  all: unset !important;
}

/* style.cssに追記 */
.symptom-main-title {
  font-size: 1.8em;
  padding: 15px;
  margin-top: 40px;
  margin-bottom: 20px;
  background: linear-gradient(to right, #79b7a7, #a8d5c9);
  color: white;
  text-align: center;
  border-radius: 8px;
}

/* --- 全体設定 --- */
body, .page-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f9f9f9; /* 全体の背景色 */
    color: #333;
}
h1, h2, h3, h4 {
    font-weight: bold;
    line-height: 1.6;
}
p {
    line-height: 1.8;
    font-size: 16px;
    margin-bottom: 1em;
}
a {
    color: #007bff;
    text-decoration: none;
    transition: opacity 0.2s;
}
a:hover {
    opacity: 0.8;
}
img {
    max-width: 100%;
    height: auto;
/*     border-radius: 8px; */
}
.sp-only { display: none; }
@media screen and (max-width: 768px) {
    .pc-only { display: none; }
    .sp-only { display: block; }
    p { font-size: 15px; }
}

/* --- 汎用クラス --- */
.section-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 3em 1em;
}
.section-title {
    font-size: 1.9em;
    text-align: center;
    border-bottom: 3px solid #a6e1ec;
    padding-bottom: 0.5em;
    margin-bottom: 1.5em;
    color: #333;
}
.section-subtitle {
    display: block;
    font-size: 0.7em;
    font-weight: bold;
    color: #ff6600;
    margin-bottom: 0.5em;
    text-align: center;
}
@keyframes cta_float_animation {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-7px); }
  100% { transform: translateY(0px); }
}

/* --- ボタン --- */
.modern-button-line {
    display: block;
    background: linear-gradient(to bottom, #00C300, #00B900);
    color: white !important;
    padding: 18px 25px;
    border-radius: 10px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 1.2em;
    text-align: center;
    box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    transition: all 0.2s;
    border-bottom: 4px solid #008a00;
    max-width: 90%;
    margin: 0 auto 10px;
}
.modern-button-line:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(0,0,0,0.25);
}
.modern-button-line .sub-text {
    font-size: 0.7em;
    font-weight: normal;
    display: block;
    margin-top: 5px;
    opacity: 0.9;
}