/*フォーム*/
.form-wrap {
	margin-top:50px;
}

.form-text {
margin-top:30px;	
}

@media (max-width: 768px){
.form-wrap {
	margin-top:30px;
}
	
.form-text {
margin-top:20px;	
}	
}


/* お問い合わせフォーム */
table.CF7_table{
	width:90%!important;
	margin:0 auto!important;
	border: 3px solid #B7FFB7!important;
	margin-top:60px!important;
}

table.CF7_table tr{
	border-top: 2px solid #B7FFB7!important;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table!important;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8!important;
}

.CF7_table ::placeholder {
	color:#797979!important;
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em!important;
	padding: 5px!important;
	background: #FFAE2F!important;
	color: #fff!important;
	border-radius: 3px!important;
	margin-right:1em!important;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em!important;
	padding: 5px!important;
	background:#F3A362!important;/*グレー*/
	color: #fff!important;
	border-radius: 3px!important;
	margin-right:1em!important;
}

/* タイトル列 */
.CF7_table th{
background-color:#EAF5E0!important
}

@media screen and (min-width: 768px){
.CF7_table th{
width:30%!important;/*横幅*/
background-color:#EAF5E0!important;
text-align:left!important;
vertical-align:top!important;
padding-top:20px!important;
	}
	
.CF7_table td{
	padding-top:20px!important;
	text-align:left!important;
}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%!important;
	margin-top:40px!important;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block!important;
	width: auto!important;
	line-height:2.5em!important;
		text-align:left!important;
	}
	.CF7_table th{
	background-color:#EAF5E0!important;
	}
	
.CF7_table p {
	margin-bottom:0!important;
}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#3BDB3A!important;
	border:0!important;
	color:#fff!important;
	font-size:1.2em!important;
	font-weight:bold!important;
	margin:20px auto!important;
	padding:10px!important;
}

.CF7_btn{
	text-align:center!important;
	margin-top:20px !important;
}

.wpcf7-spinner{
	width:0!important;
	margin:0!important;
}

.wpcf7{
	border:none !important;
	background:none !important;
}

.post_content p {
	margin-bottom:0px!important;
}

.wpcf7 form {
	margin:0 !important; 
}

/* CF7ラジオボタンの調整 */
.wpcf7-radio .wpcf7-list-item {
margin-top:10px!important;
display: block!important;
font-size:16px!important;
}

@media (max-width: 768px){
.wpcf7-radio .wpcf7-list-item {
margin-top:5px!important;
display: block!important;
font-size:14px!important;
}
}

/*よくある質問ページ*/
/*Q&A*/
.faq {margin-top: 40px;}

.qa-list dt::before {
	background:#5cad38!important;
	border-radius: 5px;
}

.qa-list dd::before {
	border: solid 1px #5cad38!important;
	background-color: #ffffff!important;
	color: #5cad38!important;
	border-radius: 5px;
}

.qa-list dt {
margin-bottom: 10px!important;
padding: 0 0 10px 50px!important;
}

.qa-list dd {
	padding: 0 0 30px 50px!important;
}

.site-title a {
	color:#5E3317!important;
font-family: 'TsukuARdGothic-Regular', 
sans-serif;
font-weight:bold;
font-size:40px;
}

.keni-gnav_inner li a:hover{
    border-bottom: 3px solid #B7FFB7!important;
}


@media (max-width: 768px) {
	img{
		width:100%;
	height:auto;
	}
}


#campain, #reason, #flow, #access, #greeting, #access, #tokucho, #recommend, #osusume, #tap, #movie {
	margin-top:80px;
}

#shojo {
margin-top:15px;	
}

@media (max-width: 768px){
#campain, #reason, #flow, #access, #tokucho, #recommend, #osusume, #tap, #movie{
	margin-top:40px;
}
	
#shojo {
margin-top:10px;	
}	
}

@media (max-width: 768px){
#secondary {
		display:none;
	}
}
	
.sub-section_title {
background:#B49580!important;
color:#ffffff!important;
}

h2 {
background:#B49580!important;
color:#ffffff!important;
padding:10px!important;
margin-top:0!important;
margin-bottom:0!important;
text-align:center!important;
}

h3 {
	border-top:none!important;
	border-bottom:1px solid #B49580!important;
	color:#B49580!important;
	margin-top:20px!important;
	margin-bottom:10px!important;
}

.top-h1{
background:#B49580!important; 
}



.keni-main td {
    line-height: 1.5;
    text-align: center;
}

.hospital-profile table th {
	text-align:center!important;
	width:30%!important;
}

.hospital-profile table td {
	text-align:left!important;
	width:70%!important;
}

/*画像の余白*/
.banner-m {
	margin-top:30px;
}

/*キャンペーン*/
.campain__banner {
margin-top:30px;	
}

.campain__banner img {
	width:100%;
	border:3px solid #fb998f;
}

@media (max-width: 768px){
	.campain__banner {
		margin-top:15px;
	}
}


/*選ばれる理由*/
.reason__item {
	display:flex;
	justify-content:space-between;
	gap:30px;
	margin-top:30px;
}

.reason__texts {
	width:65%;
}

.reason__text {
	
}

.reason__image {
	width:35%;
	margin-top:60px
}

.reason__image img{
width:100%;
	}

.reason__image-m img {
		border:3px solid #fb998f;
}

/*症状ページ*/
.shojo__title {
	display:inline-block!important;
	padding:5px 10px!important;
	border:1px solid #ed6103;
	border-top:1px solid #ed6103!important;
	margin-top:10px!important;
}

.shojo__flex {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	margin-top:20px
}

.shojo__item {
	width:50%;
}

/*料金ページ*/
.price__title {
	display:inline-block!important;
	padding:5px 10px!important;
	border:1px solid #ed6103;
	border-top:1px solid #ed6103!important;
	margin-top:20px!important;	
}

h4 {
	color:#ed6103!important;
	border-bottom:1px solid #ed6103!important;
}

.price__flex {
	display:flex;
}

.price__flex ul {
	padding:10px 30px;
}

/*お問い合わせページ*/
.contact {
	width:50%;
	margin-right:auto;
	margin-left:auto;
	margin-top:-20px;
}

/*院長挨拶*/
.greeting__flex {
	display:flex;
	justify-content:center;
	gap:15px;
	margin-top:15px;
}

.greeting__image {
	width:50%;
}

.greeting__image img{
	width:100%;
}

.greeting__text {
	width:50%;
}

/*ここからスマホ表示*/
@media (max-width: 768px){
/*選ばれる理由*/
.reason__item {
display:flex;
 flex-flow: column;
flex-direction:column-reverse;
gap:10px;
margin-top:10px;
}

.reason__texts {
	width:100%;
}

.reason__text {
	width:100%;
}

.reason__image {
	width:100%;
	margin-top:10px
}

.reason__image img{
width:100%;
	}

/*症状ページ*/
.shojo__title {
	display:inline-block!important;
	padding:5px 8px!important;
	margin-top:10px!important;
	font-size:12px!important
}

.shojo__flex {
	display:flex;
	gap:10px;
	margin-top:15px
}

.shojo__item {
	width:48%;
}
	
.contact {
	width:95%;
	margin-right:auto;
	margin-left:auto;
	margin-top:-20px;
}
	
.greeting__flex {
	display:flex;
	flex-direction:column;
	gap:15px;
}

.greeting__image {
	width:100%;
}

.greeting__text {
	width:100%;
}
	
}

.img_float {
    float: left;
    width: 18%!important;
    margin: 0 3% 10px 0;
    max-width: 170px;
}

@media (max-width: 768px){
.img_float {
    width: 50%!important;
}
}


.writer {
    width: 90%;
    margin: 0 auto;
    padding: 2% 5%;
    background-color: #fff0da;
    border: 2px solid #f39800;
}

.writer_title h5{
	color:#ed6103!important;
}

.keni-sub .widget, .keni-footer .widget {
 padding-top:0!important;
}

.price-table tbody th {
	width:15%!important;
}

.price-table tbody td {
	width:19%!important;
}

a:hover {
	opacity:0.8;
}

a:img:hover {
	opacity:0.8;
}

.menu-search {
	display:none!important;
}

a:hover {
	color:#f4a462!important;
}

.page-top {
display:none!important;
}

@media (max-width: 768px) {
	img{
		width:100%;
	height:auto;
	}
}

.pc-br {
	display:block;
}	

.sp-br {
	display:none;
}

@media (max-width: 768px){
.sp-br {
	display:block;
}
	
.pc-br {
	display:none;
}	
}

.entry_title {
	background:#fff!important;
	margin-bottom:30px!important;
	border:2px solid #f4a462;
	color:#f4a462!important;
}

@media (max-width: 768px){
.entry_title {
	margin-bottom:15px!important;
}
}


/*ヘッダー調整*/
.header__tap {
display:flex;
gap:10px;
margin-top:5px;
justify-content:center;
}

.header__line a img{
	width:100%;
}

.header__tel a img{
	width:100%;
}

.header__mail a img{
	width:100%;
}

.col2r .keni-header_outer {
    padding: 15px 0 10px 0!important;
}

.keni-gnav_btn {
	background:#f4a462!important;
}

.keni-gnav_btn_icon-open {
	background:#ffffff!important;
}

.keni-gnav_btn_icon-open:before {
	background:#ffffff!important;
}

.keni-gnav_btn_icon-open:after {
	background:#ffffff!important;
}

.keni-header_cont, .keni-header_col1 .keni-header_cont {
    max-width: 60%!important;
}

@media (max-width: 768px){
.header__tap {
display:block;
gap:8px;
align-items:start;
}
	
.keni-header_cont, .keni-header_col1 .keni-header_cont {
    max-width: 100%!important;
}

}

.keni-gnav_inner li ul a {
    background: #B49580!important;
}

/*当院のおすすめ施術*/
.recommend-p {
	margin-top:30px;
	text-align:center;
}

.recommend__items {
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:15px;
}

.recommend__item {
width:45%;
border:4px solid #f4a462;
padding:10px;
}

.recommend__image {
}

.recommend__image img {
width:100%;
}

.recommend__title {
	text-align:center;
	font-weight:bold;
	margin-top:10px;
}

.recommend__attention {
	margin-left:30px;
	margin-top:20px;
}

.recommend__btn {
	text-align:center;
}

.recommend__btn a{
padding:15px 20px;	
background:#fb998f;
text-decoration:none;
color:#ffffff;
border-radius:5px;!
}

@media (max-width: 768px){
.recommend-p {
	margin-top:15px;
}

.recommend__items {
display:block;
}

.recommend__item {
width:100%;
margin-top:10px;
}

.recommend__title {
	margin-top:5px;
}

.recommend__attention {
	margin-left:5px;
	margin-top:15px;
}

.recommend__btn {
margin-top:15px;
}
}


/*施術の流れ*/
.flow__items {
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:13px;
}

.flow__item {
width:32%;
}

.flow__title {
	
}

.flow__image {
width:100%;
}

.flow__image img {
width:100%;
}

.flow__text {
line-height:1.4;
margin-top:10px;
}

@media (max-width: 768px){
.flow__items {
display:block;
}

.flow__item {
width:100%;
}

}

/*地図*/
.map__iframe {
margin-top: 20px;
 position: relative;
 width: 100%;
padding: calc(350 / 650* 100%) 0 0;
}

.map__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*執筆者*/
.writer {
    width: 90%;
    margin: 0 auto;
    padding: 2% 5%;
    background-color: #EFEAE6;
    border: 2px solid #B49580;
}

.writer_title h5{
	color:#5E3317!important;
}

/*対応症状ページ*/
.osusume {
margin-top:30px;
border: 3px solid #B49580;
}

@media (max-width: 768px){
.osusume {
margin-top:15px;
}
}


/*お問い合わせページ*/
.tap {
	display:flex;
	margin-top:20px;
	justify-content:center;
	gap:10px;
	margin-bottom:60px;
}

.tap__contact {
	width:45%;
}

@media (max-width: 768px){
.tap {
	display:block;
	margin-bottom:40px;
}

.tap__contact {
	width:100%;
	margin-top:8px;
}
}

/*骨盤矯正ページ*/
.sejutsu__item {
	display:flex;
	justify-content:center;
	gap:15px;
	margin-top:20px;
}

.sejutsu__text {
	width:60%;
}

.sejutsu__image {
		width:40%;
}

.sejutsu__image img {
	width:100%;
}

.sejutsu__text2 {
	margin-top:15px;
}

@media (max-width: 768px){
	.sejutsu__item {
	display:flex;
	flex-flow: column;
	gap:15px;
	margin-top:5px;
}

.sejutsu__text {
	width:100%;
}

.sejutsu__image {
		width:100%;
}


.sejutsu__text2 {
	margin-top:15px;
}
}

/*料金ページ*/
.conts {
    margin: 0 24px 24px;
}

.ryoukin_list01, .ryoukin_list02 {
    margin: 0 auto 32px;
    max-width: 640px;
    text-align: center;
}

/*動画埋め込み*/
.movie__iframe {
margin-top: 20px;
 position: relative;
 width: 100%;
padding: calc(350 / 650* 100%) 0 0;
}

.movie__iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie__p {
	margin-top:20px;
	margin-bottom:0!important;
}

@media (max-width: 768px){
.movie__iframe {
margin-top:15px;
}	
	
.movie__p {
	margin-top:15px;
}
}

