/*!
Theme Name: 賢威8.0
Theme URI: https://rider-store.jp/keni/
Author: 株式会社ウェブライダー
Author URI: https://web-rider.jp/
Description: 賢威8.0 スタンダード版テンプレートです。
Version: 8.0.1.9
Text Domain: keni
*/

/*カラー
#FDB35E　オレンジ
#FFE1C2　薄いオレンジ
#ACDD92　緑
#35311C　焦茶（文字色
*/

/*TOP-H1*/
.top-h1 {
	background:#35311C;
	color:#fff;
}

.top-h1-write{
	max-width:1200px;
	margin:0 auto;
	padding:3px 10px 1px;
}

.top-h1-write h1 {
	font-weight:400;
	font-size:90%;
}

.keni-header_wrap {
	background-image:none!important;
	padding-top: 0!important;
}

@media (max-width: 768px) {
	.top-h1-write h1 {
		font-size:70%;
	}
}

/*SP幅調整*/
@media (max-width: 768px) {
	.keni-section_wrap {
		margin-left:5%;
		margin-right:5%;
		padding-left:0;
		padding-right:0;
	}
}

/*PC・SP表示分け*/
.sp {
	display: none;
}

@media screen and (max-width:560px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

/*背景色*/
.keni-main {
	background: #ffffff;
}

.keni-container, .keni-mv_wrap {
	background-color: #ffffff;
}

/*文字色*/
.orange-text {
	color:#FDB35E;
	font-weight:bold;
	text-shadow:1px 1px 1px #e5e4e6;
}

.green-text {
	color:#ACDD92;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

/*折り返し調整*/
.ib {
	display:inline-block;
}

/*imgサイズ記述によるSP時表示調整*/
img {
	width:100%;
	height:auto;
}

/*サイトタイトル*/
.site-title {
	max-height:220px;
	margin-top:10px
}

/*H1の上のラインを非表示*/
.keni-section h1:not(.title_no-style) {
	background: none!important;
}

.deco h2:not(.title_no-style) {
  position: relative;
  padding: 1.5rem 2rem!important;
  color: #fff!important;
  border-radius: 10px;
  background: -moz-linear-gradient(left, #FDB35E, #FFE1C2)!important;
  background: -webkit-linear-gradient(left, #FDB35E, #FFE1C2)!important;
  background: linear-gradient(to right, #FDB35E, #FFE1C2)!important;
	margin-top:80px!important;
}

.deco h2:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px!important;
  border-style: solid!important;
  border-color: #FDB35E transparent transparent transparent!important;
}

h3:not(.title_no-style) {
	border:none;
	color:#35311C!important;
}

/*ボタン*/
.green-btn button{
	background:#ACDD92;
	padding:10px 15px;
	border-radius:5px;
}

.green-btn button:hover{
	opacity:0.7;
	box-shadow:2px 2px 2px #dcdddd;
}

.green-btn a {color:white;}

/*右側に画像*/
.illust-right {
	float: right;
	margin-left: 45px;
	width: 25%;}

@media (max-width: 768px) {
	.illust-right {
		margin-left: 10px;
		width: 45%;
	}
}

/*ヘッダーエリア*/
.site-title {
	padding:0px 0;
}

.header-position {
	display:flex;
	flex-wrap:wrap;
	padding-top: 30px;
}

.header-position-content-l {
	width:50%;
	padding:5px 25px 0;
}

.header-position-content-r {
	width:50%;
	padding:8px 0 0;
}

.header-position-content-r img:hover {
	opacity:0.7;
}

.header-right {
	display:flex;
	padding:0 5px;
}

.header-btn {
	width:50%;
	padding:5px;
}

@media (max-width:768px){
	.keni-header_cont{
		display:none!important;
	}
}

/*ナビメニュー*/

/*ドロップダウン２列*/
.keni-gnav_inner li ul {
	width: 250px;
}

.keni-gnav_inner li ul li {
	width: 250px;
}

.keni-gnav_inner li ul li a {
	border-right: 0.5px solid gray;
	background: #FDB35E;
}

@media (max-width: 768px) {
	.keni-gnav_inner li ul {
		width: 250px;
	}
}
/*２列ここまで*/

.keni-gnav_inner ul {
	margin-left: auto;
	margin-right: auto;
}

.keni-gnav_wrap {
	background-color: #FFE1C2!important;
}

.keni-section .sub-section_title {
	color:#fff!important;
}

.keni-gnav_inner li a {
	display: block;
	padding: 20px 30px 17px!important;
	background-color: #FFE1C2!important;
	border-bottom: 3px solid #FFE1C2!important;
}

.keni-gnav_inner li ul {
	border-top:none!important;
}

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

.keni-gnav_inner li {
	border-bottom: solid #FFE1C2!important;
}

.keni-gnav_inner li ul li a {
	border-right: none!important;
}

.keni-gnav_inner li a:hover {
	color:gray!important;
}

.search-box {
	display:none;
}

.keni-gnav_btn {
	background-color:transparent;
}

.sub-menu li a {color:#35311C!important;}

/*バーガーメニュー*/
.keni-gnav_btn {
	background-color: #F7DD4F!important;
	border-radius:6px;
	margin-right:5px;
	color:#ffffff!important;
}

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

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

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

/*サイドバー*/
/*mainコンテンツとの高さ調整*/
.col2r .keni-sub {
	margin-top: 30px!important;
}

.keni-sub {
	padding: 48px 0;
}

.side-access {
	padding:0;
}

.side-access-name {
	font-weight:bold;
	font-size:18px;
}

.side-access img {
	padding:20px 0;
}

.side-access iframe {
	padding:20px 0;
}

.side-access p {
	margin-bottom:0
}

.side-time {
	margin-top:-1rem;
}

.contact-banner {
	padding:2rem;
	border:solid 1px #e9e9e9;
}

.contact-banner img {
	margin:1rem 0;
	transition:0.6s;
}

.contact-banner img:hover {
	opacity:0.7;
	transition:0.6s;
	box-shadow:2px 2px 2px gray;
}

.keni-sub .keni-section_wrap, .keni-footer .keni-section_wrap {
	border:solid 1px #e9e9e9;
}

/*TOP-症状別バナー*/
.top-symptoms {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.top-symptoms-content {
	width:47%;
	padding:10px;
	transition:0.6S;
}

.top-symptoms-content:hover {
	opacity:0.7;
	transition:0.6S;
	padding:0 5px 5px 0;
}

@media (max-width: 768px) {
	.top-symptoms-content {
		width:100%;
	}
}

/*TOP-お悩み*/
.problem-list {
	background-color: #fbfaf5;
	max-width:780px;
	margin:40px 0 60px;
	padding:40px 30px 40px 30px;
}

.problem-list li {
	position:relative;
	padding-left:34px;
	font-size: 20px;
	line-height: 32px;
	list-style: none;
}

.problem-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(http://kotujiko.hikoneseitai.com/wp-content/uploads/2022/12/reel-dheck.webp);
	background-size: cover;
	width: 25px;
	height: 25px;
}

@media (max-width: 768px) {
	.problem-list {
		padding:20px 10px 20px 0;
	}
	.problem-list li {
		font-size: 17px;
		line-height: 26px;
		list-style: none;
	}
	.problem-list li:before {
		top:5px;
		width: 20px;
		height: 20px;
	}
}

/*TOP-患者様の声*/
.voice {
	display:flex;
	margin-bottom:20px;
}

.voice-img {
	width:30%;
	text-align:center;
	transition:0.6s;
}

.voice-img:hover {
	opacity:0.7;
	transition:0.6s;
}

.voice-content {
	width:70%;
	padding-left: 25px;
}

.voice-content p {
	margin-bottom:20px;
}

.voice-name {
	color:#ACDD92;
	font-weight:bold;
	margin-bottom:0;
}

.guaranteed {
	color:gray;
	font-size:90%;
	line-height:24px;
}

p.guaranteed {
	margin:0;
}

@media (max-width: 768px) {
	.voice {
		flex-wrap:wrap;
	}
	.voice-img {
		width:100%;
	}
	.voice-content {
		width:100%;
		padding-left: 0;
	}
	.voice-name {
		margin-top:20px;
		margin-bottom:0;
	}
}

/*TOP-YouTube*/
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

/*TOP-院長挨拶*/
.top-greeting {
	float: left;
	margin: 0 30px 15px 0;
	width: 40%!important;
}

.clearfix {
  clear: both;
}

.greeting-sign {
	text-align:right;
	padding-bottom:40px;
}

@media (max-width: 768px) {
	.top-greeting {
		width: 100%;
	}
	.top-greeting img {
		margin-bottom:20px;
	}
}

/*症状P*/
.fv-under {
	background:rgba(172,221,146,0.2);
	font-size:30px;
	padding:40px 50px;
}

.fv-under p {
	margin-bottom:0!important;
	line-height:40px;
}

.symptoms-list li {
	list-style-type: none;
	position: relative;
	padding-left: 20px;
	line-height:20px;
}

.symptoms-list li:before {
	border-radius: 50%;
	width: 8px;
	height: 8px; 
	display: block;
	position: absolute;
	left: 0; 
	top: 6px;
	content: "";
	background: #ACDD92;
}

@media (max-width: 768px) {
	.fv-under {
		padding:20px;
		font-size:18px;
	}
	.fv-under p {
		line-height:30px;
	}
}

/*７つの手順P*/
.jiko-message {
	color:#FDB35E;
	font-weight:bold;
	font-size:20px;
	border:solid 1px;
	padding:10px 20px;
	border-radius:8px;
}

.jiko-contact {
	display:flex;
	justify-content:space-between;
}

.jiko-contact-content {
	width:48%;
}

@media (max-width: 768px) {
	.jiko-message {
		font-size:17px;
		border-radius:4px;
		line-height:26px;
	}
	.jiko-contact {
		flex-wrap:wrap;
	}
	.jiko-contact-content {
		width:100%;
		margin:5px 0;
	}
}

/*スタッフ紹介P*/
.staff-profile-container {
	background:#FFF5EB;
	padding:30px 40px;
}

.staff-profile-container h3 {
	font-size:24px;
	letter-spacing:5px;
	margin-top:0!important;
	padding-top:0!important;
}

.staff-profile-container span {
	font-size:14px;
	padding-left:16px;
	color:#FDB35E;
}

.staff-profile {
	display:flex;
}

.staff-profile-img {
	width:35%;
}

.staff-profile-content {
	padding-left:30px;
	width:65%;
}

.staff-profile-content p {
	line-height:24px;
	margin-bottom:10px!important;
}

.staff-profile-content span {
	color:#FDB35E;
	margin-right:8px;
	font-weight:bold;
	font-size:16px;
	padding-left:0;
}

.staff-introduction {
	border:solid 6px #FFF5EB;
	padding:30px 40px 20px;
	font-size:90%;
	line-height:22px;
}

.staff-introduction h4 {
	border:none;
	color:#ACDD92;
}

.staff-introduction p {
	margin-bottom:10px!important;
}

.staff-introduction span {
	font-weight:bold;
	padding-right:10px;
}

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

.reception span {
	color:#FDB35E;
	font-weight:bold;
	padding-right:15px;
}

.reception-img {
	float: left;
	margin-right: 25px;
	width: 35%;
}

@media (max-width: 768px) {
	.staff-profile-container {
		padding:20px 25px;
	}
	.staff-profile-container h3 {
		line-height:22px;
	}
	.staff-profile-container span {
		font-size:12px;
		padding-left:0px;
		display:inline-block;
	}
	.staff-profile {
		flex-wrap:wrap;
	}
	.staff-profile-img {
		width:100%;
		padding-bottom:20px;
	}
	.staff-profile-content {
		padding-left:0px;
		width:100%;
	}
	.staff-profile-content span {
		font-size:16px;
		display:block;
	}
	.staff-introduction {
		padding:30px 22px 20px;
		font-size:90%;
		line-height:22px;
	}
}

/*Q&A*/
.qa-list dt::before {
	background: #FDB35E!important;
	border-radius:5px;
}

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

.qa-list dt {
	margin-bottom:1rem!important;
}

.qa-label p {
	color:#ACDD92!important;
	font-weight:bold;
	border:solid 2px;
	padding:0 7px;
	display:inline-block;
	margin-bottom:0!important;
	border-radius:5px;
	font-size:14px;
}

.qa-img {
	float: right;
	margin-left: 25px;
	width: 40%;
}

/*アクセスP*/
.howto-access {
	display:flex;
	flex-wrap:wrap;
}

.howto-access-content {
	width:30%;
	margin:10px;
}

.howto-access-content p {
	margin-bottom:10px;
	line-height:22px
}

.howto-access-content p::first-letter {
	background:#ACDD92;
	color:white;
	padding:2px 5px;
	border-radius:10px;
	font-size:90%;
	margin-right:3px;
}

.access-h2 h2 {
	color:#35311C!important;
	background:none!important;
	border-bottom:solid 1px #FDB35E;
	border-radius:0;
	padding:0 0 10px;
}

.access-h2 h2:after {
	display:none;
}

@media (max-width: 768px) {
	.howto-access-content {
		width:100%;
		margin:0px;
	}
	.howto-access-content img {
		padding-top:30px
	}
}

/*問合せP*/
.contact {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:60px;
}

.contact-content-banner {
	width:30%;
	transition:0.6s;
}

.contact-content-banner:hover {
	opacity:0.7;
	box-shadow:2px 2px 2px gray;
	transition:0.6s;
}

.contact-content {
	padding-left:40px;
	width:70%;
}

.contact-h2 h2 {
	background:none!important;
	color:#35311C!important;
	position: relative;
	padding-left: 25px;
}
 
.contact-h2 h2::after {
	content: '';
	position: absolute;
	top: 52%;
	left: 0;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border: 4px solid #ACDD92;
	border-radius: 100%;
}

/*cf7*/
.contact-form {
	background:rgba(255,225,194,0.3);
	padding:30px 60px;
	width:100%;
}

.contact-item {
	margin-bottom:20px;
}

.contact-label {
	font-size:75%;
	background:#554738;
	color:white;
	padding:3px 6px 2px;
	border-radius:10px;
	margin-right:5px;
}

.consent {
	margin:50px 0 30px;
}

.consent ul {
	font-size:90%;
	line-height:22px;
}

.personal-info {
	margin: 0px;
	padding: 0px;
	border: solid 2px #e9e9e9;
	padding: 10px;
	line-height: 1.3;
	overflow: auto;
	text-align: left;
	height: 100px;
}

.wpcf7-submit {
	background:#FDB35E;
	padding:10px 20px;
	transition:0.6s;
	margin-top:30px;
}

.wpcf7-submit:hover {
	opacity:0.7;
	transition:0.6s;
	box-shadow:2px 2px 2px gray;
}


@media (max-width: 768px) {
	.contact-content-banner {
		width:100%;
		text-align:center;
		margin-bottom:30px;
	}
  .contact-content-banner img {
		width:90%;
	}
	.contact-content {
		padding-left:0;
		width:100%;
	}
	.contact-form {
		padding:30px 20px;
	}
}

/*サンクスページ*/
.thanks {
	background:#FFE1C2;
	padding:5%;
	border-radius:10px;
	margin-top:80px;
}

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

@media (max-width: 768px) {
	.thanks {
		padding-top:20px;
		font-size:95%;
	}
}

/*共通Cー初回オファー*/
.first-offer {
	text-align:center;
}

/*共通Cーおすすめ施術*/
.recommend-plan img {
	margin-top:40px;
	border-radius:13px;
	transition:0.7s;
}

.recommend-plan img:hover {
	opacity:0.6;
	transition:0.7s;
	box-shadow:2px 2px 6px gray;
}

@media (max-width: 768px) {
	.recommend-plan img {
		margin-top: 20px!important;
		border-radius: 5px!important;
	}
}

/*共通Cー特徴*/

.features {
	counter-reset:flow;
}

.features h3:before {
	content:counter(flow);
	counter-increment:flow;
	margin-right:10px;
	background:#ACDD92;
	padding:10px 14px;
	border-radius:30px;
	color:#fff;
	font-size:22px;
}

@media (max-width: 768px) {
	.features h3:before{
		padding:5px 9px;
		margin-right:8px;
		font-size:20px;
 }
}

/*共通Cー流れ*/
.flow {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin-bottom:50px;
}

.flow-content {
	width:46%;
	padding-bottom:30px;
	margin:0 2%;
}

.flow-content p {
	font-size:22px;
	margin-bottom:5px!important;
	font-weight:bold;
	color:#35311C;
}

.flow-content span {
	color:#ACDD92;
	padding-right:8px;
}

@media (max-width: 768px) {
	.flow-content {
		width:100%;
		padding-bottom:30px;
	}
	.flow-content p {
		font-size:18px;
	}
}

/*共通Cー院情報・アクセス*/
.hospital-profile {
	margin-bottom:40px;
}

.hospital-profile table {}
.hospital-pro th {
	width:20%;
	background-color:#ffffff; 
}

.hospital-profile th {
	text-align:left;
}

.access-btn {
	text-align:center;
}

.access-btn a {
	color:#35311C;
}

.access-btn button {
	background:#ACDD92;
	padding:15px 25px;
	border-radius:5px;
	transition:0.6s;
}

.access-btn button:hover {
	opacity:0.7;
	transition:0.6s;
	box-shadow:2px 2px 2px gray;
}

@media (max-width: 600px){
	.hospital-profile th {
		background-color:#eee;
		width:100%;
		display: block;
	}
	.hospital-profile td {
		display: block;
		width:100%;
	}
}

/*共通Cー問い合わせ*/
.top-contact {
	display:flex;
	justify-content:center;
	margin-top:80px;
}

.top-contact-content {
	width:33%;
	padding:0 10px;
	transition:0.6s;
}

.top-contact-content img {
	transition:0.6s;
}
.top-contact-content img:hover {
	box-shadow:2px 2px 2px gray;
	opacity:0.7;
	transition:0.6s;
}

@media (max-width:768px) {
	.top-contact {
		flex-wrap:wrap;
	}
	.top-contact-content {
		width:50%;
		margin-bottom:20px;
	}
}

/*投稿一覧ページ*/
.entry-list {
	margin-top: 50px;
}

/*投稿ページ*/
.comment-respond {
	display:none;
}

.blog-after {
	display:flex;
	justify-content:center;
}
.blog-after-content {
	background:#ACDD92;
	margin:10px;
	padding:10px 20px;
	border-radius:5px;
	transition:0.6s;
	width:260px;
	text-align:center;
}
.blog-after-content a {
	color:white;
}
.blog-after-content:hover {
	opacity:0.7;
	transition:0.6s;
	box-shadow:2px 2px 2px #c0c6c9;
}
.blog-after-content a:hover {
	color:gray;
}

.blog-name {
	color:#ACDD92;
	font-weight:bold;
}

.blog-thoughts {
	font-size:small;
	color:gray;
}

@media (max-width: 768px) {
	.blog-after {
		flex-wrap:wrap;
	}
}

/*フッター*/
.keni-footer_wrap {
	background: #35311C!important;
}

.keni-copyright_wrap {
	border-top: none!important;
	text-align:center!important;
}

.keni-copyright {
	color:#fff!important;
}

.keni-footer_outer .footer-menu li a {
border-bottom: 0.5px solid #fff!important;
	color: #fff!important;
	padding: 5px 10px 1px!important;
	margin: 0 15px!important;
}

.keni-footer_outer .footer-menu li a:hover {
	color: #ACDD92!important;
}

.keni-footer_outer .footer-menu .menu {
	align-items: flex-start!important;
}

.footer-menu ul li {
	list-style: none!important;
}

.sub-menu li a {
	border-bottom:none!important;
}

.keni-footer_outer .footer-menu li a {
	border-bottom: none!important;
}


@media (max-width: 768px) {
	.keni-footer_outer .footer-menu li {
		width: 100%!important;
	}
}

/*SPフッターボタン*/
/*フッターボタン*/
.foot-btn {
	display:flex;
	padding:3px 20px;
	justify-content:center;
	background:#F7DD4F;
}
.foot-btn-content {
	padding:5px;
	text-align:center;
}

/*サイトマップ*/
.aioseo-html-page-sitemap h4 {
	display:none;
}

