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

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

.qa-list dd::before {
	border: solid 1px #F17D21!important;
	background-color: #ffffff!important;
	color: #F17D21!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:#513f1d!important;
font-weight:bold;
font-size:40px;
}

.keni-gnav_inner li a:hover{
    border-bottom: 3px solid #FFF1AD!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;	
}	
}


	.sub-section_title {
background:#F17D21!important;
color:#ffffff!important;
}

h2 {
background:#F17D21!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 #F17D21!important;
	color:#F17D21!important;
	margin-top:20px!important;
	margin-bottom:10px!important;
}

.top-h1{
background:#F17D21!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:75px
}

.reason__image img{
width:100%;
	}

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

/*症状ページ*/
.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 #F17D21;
	border-top:1px solid #F17D21!important;
	margin-top:20px!important;	
}

h4 {
	color:#F17D21!important;
	border-bottom:1px solid #F17D21!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:35%;
}

.greeting__image img{
	width:100%;
}

.greeting__text {
	width:60%;
}

/*ここからスマホ表示*/
@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 #F17D21;
	color:#F17D21!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;
}

.osusume img {
	width:100%;
}

@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;
}
}

@media (max-width: 768px){
#secondary {
		display:none;
	}
}

.keni-footer-panel_outer {
	display:none!important;
}
