@charset "UTF-8";
/* CSS Document */

/*----------------------------------------
下層ページ共通
------------------------------------------*/

/*wrap*/

.sub_content{
	margin-bottom: 10%;
}

/*パンくずリスト*/
.breadcrumb{
	font-size: .8em;
	padding: 5% 0;
}
.breadcrumb ul{
	margin: 0;
	padding: 0;
	display: flex;
}
.breadcrumb ul li{
	margin-right: 25px;
	position: relative;
	display: inline-block;
}
.breadcrumb ul li::after{
	display: block;
	content: ">";
	position: absolute;
	top: 0px;
	right: -20px;
	width: 10px;
	height: 10px;
}
.breadcrumb ul li:last-child::after{
	content: "";
}
.breadcrumb ul li a{
	text-decoration: none;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

/*幅666px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:666px) {}

/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	.breadcrumb{
		padding: 2% 0;
	}
}

/*幅1120px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:1120px) {}

/*FV*/
.sub_fv{
	background-size: cover;
	background-position: center;
}
.sub_fv h2{
	padding: 15% 0;
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: bold;
	color: #282828;
}

/*各ページのFV*/
#aboutus .sub_fv{
	background-image:url(../images/medical_fv.jpg);
}
#medical .sub_fv{
	background-image:url(../images/medical02_fv.jpg);
}
#sleep .sub_fv{
	background-image:url(../images/sleep_fv.jpg);
}
#faq .sub_fv{
	background-image:url(../images/faq_fv.jpg);
}
#access .sub_fv{
	background-image:url(../images/acc_fv.jpg);
}
#info .sub_fv, #post .sub_fv{
	background-image:url(../images/info_fv.jpg);
}
#staff .sub_fv, #post .sub_fv{
	background-image:url(../images/staff_fv.jpg);
}
#history .sub_fv{
	background-image:url(../images/history_fv.jpg);
}


/*幅666px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:666px) {
	
	.sub_fv h2{padding: 10% 0;}
}

/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	
	.sub_fv h2{padding: 8% 0;}
}

/*幅1120px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:1120px) {}


/*----------------------------------------
サブページ共通
------------------------------------------*/

.sub_content p{
	text-align: justify;
}
.sub_content section .wrap{
	padding: 0 5%;
}
.sub_content section .wrap h2{
	margin-bottom: 10%;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}
.sub_content .sub_readtxt{
	text-align: justify;
}
.sub_content .click_txt{
	font-size: .7em;
	text-align: center;
}


/*幅666px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:666px) {
	
	.sub_content p{}
	.sub_content section .wrap{
		padding: 0 5%;
	}
	.sub_content section .wrap h2{
		margin-bottom: 5%;
		font-size: 1.5em;
	}
	.sub_content .sub_readtxt{text-align: center;}
	.sub_content .click_txt{font-size: .7em;}
}

/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	
	.sub_content p{}
	.sub_content section .wrap{
		padding: 0 0;
	}
	.sub_content section .wrap h2{
		margin-bottom: 4%;
		font-size: 1.8em;
	}
	.sub_content .sub_readtxt{}
	.sub_content .click_txt{font-size: .7em;}
}

/*幅1120px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:1120px) {
	.sub_content p{}
	.sub_content section .wrap{}
	
	.sub_content section .wrap h2{font-size: 2.5em;}
	.sub_content .sub_readtxt{}
	
	.sub_content .click_txt{font-size: .9em;}
}


/*----------------------------------------
当院について
------------------------------------------*/
#aboutus{}
#aboutus section.aboutus, #aboutus section.policy{
	background: #ffffff;
}
#aboutus section.aboutus .sub_readtxt span{
	display: block;
	font-size: .8em;
	margin: 5% 0;
}
#aboutus section.aboutus .medi_main{
	margin: 10% auto;
	border-radius: 10px;
}
#aboutus section.aboutus .room_list01{}
#aboutus section.aboutus .room_list01 li{
	margin-bottom: 10%;
}
.sub_content li img{
	border-radius: 10px;
}
#aboutus section.aboutus .room_list01 li .txt_area{}
.sub_content li .txt_area h3{
	margin: 3% 0;
	font-weight: bold;
	text-align: center;
}
.sub_content .txt_area p{
	font-size: .8em;
}
#aboutus section.aboutus .room_list02{
	display: flex;
	flex-wrap: wrap;
}
#aboutus section.aboutus .room_list02 li{
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#aboutus section.aboutus .room_list02 li:nth-of-type(2n){
	margin-right: 0;
}
#aboutus section.aboutus .room_list02 li img{
	border-radius: 10px;
}
#aboutus section.policy{}
#aboutus section.policy .policy_list{
	margin-top: 10%;
}
#aboutus section.policy .policy_list li{
	padding: 10%;
	margin-bottom: 5%;
	border: 2px solid #8BCB76;
	border-radius: 10px;
}
#aboutus section.policy .policy_list li img{}
#aboutus section.policy .policy_list li a{
	font-weight: bold;
	text-decoration: underline;
}
#aboutus section.policy .click_txt{
	text-align: justify;
}

/*インターシップ*/
#aboutus .internship{
	padding: 5% 0;
}
#aboutus .internship h3{
	margin: 0 0 2% 0;
	font-size: .9em;
	font-weight: bold;
}
#aboutus .internship p{
	font-size: .8em;
	text-align: justify;
}


/*幅666px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:666px) {
	#aboutus{}
	#aboutus section.aboutus, #aboutus section.policy{}
	
	#aboutus section.aboutus .sub_readtxt span{margin: 2% 0 0;}
	#aboutus section.aboutus .medi_main{margin: 5% auto;}
	
	
	/*2column*/
	#aboutus section.aboutus .room_list01{
		display: flex;
		flex-wrap: wrap;
	}
	#aboutus section.aboutus .room_list01 li{
		width: 48%;
		margin: 0 4% 5% 0;	
	}
	#aboutus section.aboutus .room_list01 li:nth-of-type(2n){margin-right: 0;}
	
	.sub_content li .gallery{}
	.sub_content li .gallery .gallery_box{
		margin-bottom: 5%;
	}
	.sub_content li .txt_area h3{margin: 3% 0;}
	
	#aboutus section.aboutus .room_list01 li .txt_area h3{
		margin: 0 0 3%;
		text-align: left;
	}
	.sub_content .txt_area p{}
	
	/*3column*/
	#aboutus section.aboutus .room_list02{
		display: flex;
		flex-wrap: wrap;
	}
	#aboutus section.aboutus .room_list02 li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	#aboutus section.aboutus .room_list02 li .gallery{
		width: 100%;
	}
	
	#aboutus section.aboutus .room_list02 li:nth-of-type(2n){margin-right: 2%;}
	#aboutus section.aboutus .room_list02 li:last-child{margin-right: 0;}
	
	#aboutus section.aboutus .room_list02 li img{width: 100%;}
	#aboutus section.policy{}
	
	#aboutus section.policy .policy_list{
		margin-top: 5%;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}
	#aboutus section.policy .policy_list li{
		width: 49%;
		min-height: 370px;
		padding: 5%;
		margin-bottom: 2%;
		margin-right: 2%;
	}
	#aboutus section.policy .policy_list li:nth-of-type(2n){margin-right: 0;}
	#aboutus section.policy .policy_list li img{width: 100%;}
	#aboutus section.policy .policy_list li h3{margin: 6% 0 5%;}
	#aboutus section.policy .click_txt{}
}

/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	#aboutus{}
	#aboutus section.aboutus, #aboutus section.policy{}
	#aboutus section.aboutus .sub_readtxt span{margin: 1% 0 0;}
	
	#aboutus section.aboutus .medi_main{}
	
	/*2column*/
	#aboutus section.aboutus .room_list01{
		/*display: flex;*/
		/*flex-wrap: wrap;*/
	}
	#aboutus section.aboutus .room_list01 li{
		/*width: 48%;*/
		margin: 0 4% 5% 0;	
	}
	#aboutus section.aboutus .room_list01 li:nth-of-type(2n){margin-right: 0;}
	
	.sub_content li .gallery{}
	.sub_content li .gallery .gallery_box{
		margin-bottom: 3%;
	}
	.sub_content li .txt_area h3{margin: 3% 0;}
	
	#aboutus section.aboutus .room_list01 li .txt_area h3{
		margin: 0 0 2%;
		text-align: left;
	}
	.sub_content .txt_area p{
		font-size: 1em;
	}
	
	/*3column*/
	#aboutus section.aboutus .room_list02{}
	#aboutus section.aboutus .room_list02 li{}
	#aboutus section.aboutus .room_list02 li:nth-of-type(2n){}
	#aboutus section.aboutus .room_list02 li:last-child{}
	#aboutus section.aboutus .room_list02 li img{}
	
	#aboutus section.policy{}
	#aboutus section.policy .sub_readtxt{
		width: 90%;
		margin: 0 auto;
		text-align: justify;
	}
	#aboutus section.policy .policy_list{margin-top: 5%;}
	#aboutus section.policy .policy_list li{}
	
	#aboutus section.policy .policy_list li:nth-of-type(2n){}
	#aboutus section.policy .policy_list li img{}
	
	#aboutus section.policy .policy_list li h3{
		margin: 4% 0;
		font-size: 1.3em;
	}
	#aboutus section.policy .click_txt{text-align: center;}
	
	/*インターシップ*/
	#aboutus .internship{
		padding: 20px 0;
	}
	#aboutus .internship h3{
		margin: 0 0 10px 0;
	}
	#aboutus .internship p{}
}

/*幅1120px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:1120px) {}



/*----------------------------------------
初診・再診の方
------------------------------------------*/
#medical{}
#medical section.top_medical{
	background: #ffffff;
	padding: 0;
}
#medical section.top_medical .wrap{
	padding: 10% 0;
}
#medical .medi_icon{
	display: block;
	width: 40%;
	margin: 0 auto 10%;
}
.sub_fv .top_medical .sub_readtxt{}

#medical .mediLR{
	background: #e5f7e6;
	padding: 10% 0;
}
#medical section.top_medical .mediLR .wrap{
	padding: 10% 0;
}

#medical .first_repeat{
	background: #FFFAF2;
}
#medical .first{
	margin-top: 10%;
}
#medical .first_repeat .wrap{
	padding: 10% 0;
}
#medical .first_repeat h3{
	width:140px;
	padding: 2% 0;
	font-weight: bold;
	text-align: center;
	border: 1px solid #8bca76;
	border-radius: 50px;
	background: #ffffff;
	color: #8bca76;
}
#medical .first_repeat dl{
	margin-top: 10%;
}

#medical .first_repeat dt{
	padding: 0 0 2% 0;
	margin-bottom: 3%;
	font-size: 1.2em;
	font-weight: bold;
	color: #8BCB76;
	border-bottom: 1px dotted #8BCB76;
}
#medical .first_repeat dd{}

#medical .first_repeat dd span.note_03{
	font-weight: bold;
	text-decoration: underline;
}
#medical .first_repeat dd .note_04{
	font-size: .8em;
	line-height: 1.4;
}
#medical .first_repeat dd li{
	font-weight: bold;
	padding: 0 0 0 1em;
	position: relative;
}
#medical .first_repeat dd li::before{
	content: "・";
	position: absolute;
	top:0;
	left: 0;
}
#medical .first_repeat dd li span{
	font-weight: normal;
}

#medical .top_consul .consul_maincopy{
	margin-bottom: 5%;
	font-size: 1.1em;
	text-align: center;
}
#medical .top_consul .consul_maintxt{
	font-weight: normal;
}

/*幅666px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:666px) {
	
	#medical{}
	#medical section.top_medical{padding: 0;}
	
	#medical section.top_medical .wrap{padding: 5% 0;}
	#medical .medi_icon{
		width: 25%;
		margin: 0 auto 5%;
	}
	
	.sub_fv .top_medical .sub_readtxt{}
	#medical section.top_medical .telNumber{padding: 3% 0;}
	
	#medical .mediLR{padding: 5% 0;}
	#medical section.top_medical .mediLR .wrap{padding: 10% 0;}
	
	#medical section.top_medical .mediLR .yoyaku img{
		width: 60%;
		margin: 0 auto;
		display: block;
	}
	#medical section.top_medical .mediLR .pay{margin-top: 5%;}
	
	#medical .first_repeat{}
	#medical .first{margin-top: 5%;}
	
	#medical .first:first-child{margin-top: 0;}
	#medical .first_repeat .wrap{padding: 5% 0;}
	
	#medical .first_repeat h3{padding: 1% 0;}
	#medical .first_repeat dl{margin-top: 5%;}

	#medical .first_repeat dt{
		padding: 0 0 1% 0;
		margin-bottom: 2%;
	}
	#medical .first_repeat dd{}
	#medical .first_repeat dd span.note_03{}
	#medical .first_repeat dd .note_04{}
	#medical .first_repeat dd li{}
	#medical .first_repeat dd li::before{}
	#medical .first_repeat dd li span{}
	
	#medical .top_consul .consul_maincopy{font-size: 1.5em;}
	#medical .top_consul .consul_maintxt{}
}

/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	
	#medical{}
	#medical section.top_medical{}
	
	#medical section.top_medical .wrap{padding: 3% 0;}
	#medical .medi_icon{
		width: 20%;
		margin: 0 auto 3%;
	}
	
	.sub_content .top_medical .sub_readtxt p{text-align: center;}
	.sub_content .top_medical .sub_readtxt p.notes{
		padding: 1% 0;
		font-size: .8em;
	}
	
	.sub_content .top_medical .sub_readtxt p.notes_02{
		text-align: justify;
		width: 80%;
		margin: 0 auto;
	}
	#medical section.top_medical .telNumber{
		padding: 3% 0;
		font-size: 3em;
	}
	
	#medical .mediLR{}
	#medical section.top_medical .mediLR .wrap{
		padding: 5% 5%;
		overflow: hidden;
	}
	#medical section.top_medical .mediLR .yoyaku img{width: 100%;}
	#medical section.top_medical .mediLR .yoyaku,
	#medical section.top_medical .mediLR .personal{
		min-height: 700px;
		padding: 40px 20px;
		margin: 0;
	}
	#medical section.top_medical .mediLR .pay{}
	
	#medical .first_repeat{}
	#medical .first{}
	#medical .first:first-child{}
	#medical .first_repeat .wrap{}
	#medical .first_repeat h3{}
	#medical .first_repeat dl{}

	#medical .first_repeat dt{}
	#medical .first_repeat dd{}
	#medical .first_repeat dd span.note_03{}
	#medical .first_repeat dd .note_04{}
	#medical .first_repeat dd li{}
	#medical .first_repeat dd li::before{}
	#medical .first_repeat dd li span{}
	
	#medical .top_consul .consul_maincopy{margin-bottom: 2%;}
	#medical .top_consul .consul_maintxt{
		width: 85%;
		margin: 0 auto;
	}
}

/*幅1120px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:1120px) {
	
	#medical{}
	#medical section.top_medical{}
	
	#medical section.top_medical .wrap{}
	#medical .medi_icon{
		width: 15%;
		margin: 0 auto 2%;
	}
	
	.sub_content .top_medical .sub_readtxt p{}
	.sub_content .top_medical .sub_readtxt p.notes{}
	
	.sub_content .top_medical .sub_readtxt p.notes_02{
		width: 60%;
		padding: 1% 3%;
	}
	#medical section.top_medical .telNumber{padding: 2% 0;}
	
	#medical .mediLR{}
	#medical section.top_medical .mediLR .wrap{padding: 5% 5%;}
	
	#medical section.top_medical .mediLR .yoyaku img{width: 100%;}
	#medical section.top_medical .mediLR .yoyaku,
	#medical section.top_medical .mediLR .personal{min-height: 750px;}
	
	#medical section.top_medical .mediLR .pay{}
	
	#medical .first_repeat{}
	#medical .first{}
	#medical .first:first-child{}
	#medical .first_repeat .wrap{
		padding-right: 60px;
		padding-left: 60px;
	}
	#medical .first_repeat h3{}
	#medical .first_repeat dl{margin-top: 3%;}

	#medical .first_repeat dt{}
	#medical .first_repeat dd{}
	#medical .first_repeat dd span.note_03{}
	#medical .first_repeat dd .note_04{}
	#medical .first_repeat dd li{}
	#medical .first_repeat dd li::before{}
	#medical .first_repeat dd li span{}
	
	#medical .top_consul .consul_maincopy{}
	#medical .top_consul .consul_maintxt{width: 80%;}
}


/*----------------------------------------
睡眠障害外来ページ
------------------------------------------*/
#sleep{}
#sleep section.sleep_01{
	background: #ffffff;
	padding: 0;
}

#sleep section.sleep_01 h2{
	margin-bottom: 10%;
	font-weight: bold;
	color: #BEA6CC;
	text-align: left;
}
#sleep section.sleep_01 img{
	margin: 5% 0;
	border-radius: 10px;
}

#sleep section.sleep_01 h3{
	margin: 10% 0 5%;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#sleep section.sleep_01 p{text-align: justify;}

#sleep section.sleep_01 span{font-weight: bold;}
#sleep .sleep_list01{}

#sleep .sleep_list01 li,
#sleep .sleep_list02 li{
	padding: 8%;
	margin-bottom: 4%;
	border: 1px solid #836296;
	border-radius: 10px;
	background: #FCF8F2;
}
#sleep .sleep_list01 li h4{
	margin-bottom: 2%;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
	color: #836296;
}

#sleep .sleep_list01 li p{font-size: .8em;}
#sleep .sleep_list02{
	display: flex;
	flex-wrap: wrap;
}

#sleep .sleep_list02 li{
	width: 49%;
	padding:6% 0;
	margin-right: 2%;
	margin-bottom: 2%;
	font-size: .8em;
	text-align: center;
	font-weight: bold;
	color: #836296;
}
#sleep .sleep_list02 li:nth-of-type(2n){margin-right: 0;}

/*幅666px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:666px) {
	#sleep{}
	#sleep section.sleep_01{}
	
	#sleep section.sleep_01 .wrap{padding: 5%;}
	#sleep section.sleep_01 h2{margin-bottom: 5%;}
	
	#sleep section.sleep_01 img{margin: 5% 0 0;}
	#sleep section.sleep_01 h3{
		margin: 10% 0 5%;
		font-size: 1.2em;
	}
	#sleep section.sleep_01 p{}
	#sleep section.sleep_01 span{}

	#sleep .sleep_list01{
		display: flex;
		flex-wrap: wrap;
	}
	#sleep .sleep_list01 li,
	#sleep .sleep_list02 li{
		padding: 4%;
		margin-bottom: 2%;
	}
	
	#sleep .sleep_list01 li{
		width: 49%;
		margin-right: 2%;
	}
	#sleep .sleep_list01 li:nth-of-type(2n){margin-right: 0;}
	
	#sleep .sleep_list01 li h4{
		margin-bottom: 2%;
		font-size: 1.1em;
	}
	#sleep .sleep_list01 li p{font-size: .8em;}

	#sleep .sleep_list02{}
	#sleep .sleep_list02 li{
		width: 32%;
		padding:2% 0;
	}
	
	#sleep .sleep_list02 li:nth-of-type(2n){margin-right: 2%;}
	#sleep .sleep_list02 li:nth-of-type(3n){margin-right: 0;}
}

/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	
	#sleep{}
	#sleep section.sleep_01{}
	
	#sleep section.sleep_01 .wrap{}
	#sleep section.sleep_01 h2{}
	
	#sleep section.sleep_01 img{
		display: block;
		width: 80%;
		margin: 5% auto 0 auto;
	}
	#sleep section.sleep_01 h3{margin: 3% 0 3%;}
	
	#sleep section.sleep_01 p{}
	#sleep section.sleep_01 span{}

	#sleep .sleep_list01{}
	#sleep .sleep_list01 li,
	#sleep .sleep_list02 li{
		padding: 2%;
		margin-bottom:0;
	}
	
	#sleep .sleep_list01 li{
		width: 24.25%;
		margin-right: 1%;
	}
	#sleep .sleep_list01 li:nth-of-type(2n){margin-right: 1%;}
	#sleep .sleep_list01 li:last-child{margin-right: 0;}
	
	#sleep .sleep_list01 li h4{}
	#sleep .sleep_list01 li p{font-size: .7em;}

	#sleep .sleep_list02{}
	#sleep .sleep_list02 li{
		width: 24.25%;
		padding:2% 0;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	
	#sleep .sleep_list02 li:nth-of-type(2n){margin-right: 1%;}
	#sleep .sleep_list02 li:nth-of-type(3n){margin-right: 1%;}
	#sleep .sleep_list02 li:nth-of-type(4n){margin-right: 0;}
}

/*幅1120px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:1120px) {
	
	#sleep section.sleep_01 h2{margin-bottom: 3%;}
}


/*----------------------------------------
よくあるご質問
------------------------------------------*/
#faq{}

#faq .sub_content section{
	background: #ffffff;
	padding: 5% 0;
}
#faq .sub_content section .wrap{
	padding: 0;
}
#faq .sub_content section .wrap h3{
	font-weight: bold;
	font-size: 1.2em;
	color: #4cb754;
}

#faq .accordion{
	max-width: 100vw;
	margin: 5% 0; 
}
#faq .accordion label{
	font-size: .7em;
	background: #FDF0DD;
	border: 0;
}
#faq .accordion label span{
	margin-right: 3%;
	font-size: 1.2em;
}
#faq .option{
	margin-bottom: 4%;
}
#faq .option .content{
	display: flex;
	flex-wrap: wrap;
}
#faq .option .content .answer{
	width: 10%;
	padding: 2% 0 0 3.5%;
	font-size: .9em;
	font-weight: bold;
}
#faq .option .content .answer_txt{
	width: 90%;
	padding: 2% 0 0 0;
	font-size: .8em;
}
#faq .option .content .answer_txt a{
	display: inline-block;
	text-decoration: underline;
}
#faq .option .content div.markerbox p {
	padding: 0.5em 1em 1em 0;
}
#faq .option .content .answer_txt .marker{
	background-color: #ff9;
	font-size: 1.2em;
}

#faq .faq_listlink{
	margin: 3% 0;
}
#faq .faq_listlink ul{
	display: flex;
	flex-wrap: wrap;
}
#faq .faq_listlink ul li{
	width: 49%;
	margin-bottom: 2%;
	margin-right: 2%;
}
#faq .faq_listlink ul li:nth-of-type(2n){
	margin-right: 0;
}
#faq .faq_listlink ul li a{
	padding: 4% 10%;
	font-size: .8em;
	background: #ffffff;
	border: 1px solid #282828;
	border-radius: 50px;
}
#faq .faq_listlink ul li a:hover{
	background: #eeeeee;
}

/*幅666px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:666px) {
	
	#faq{}
	#faq .sub_content section{padding: 3% 0;}
	
	#faq .sub_content section .wrap{}
	#faq .sub_content section .wrap h3{font-size: 1.2em;}

	#faq .accordion{
		max-width: 100vw;
		margin: 3% 0; 
	}
	#faq .accordion label{font-size: .9em;}
	
	#faq .accordion label span{}
	#faq .option{margin-bottom: 2%;}
	
	#faq .option .content{}
	#faq .option .content .answer{
		width: 8%;
		padding: 2% 0 0 2.8%;
		font-size: 1em;
	}
	
	#faq .option .content .answer_txt{font-size: .9em;}
	#faq .option .content .answer_txt a{}
	
	#faq .option .content div.markerbox p {padding: 0.5em 1em 1em 0;}
	#faq .option .content .answer_txt .marker{font-size: 1.1em;}
	
	#faq .faq_listlink{margin: 2% 0;}
	#faq .faq_listlink ul{width: 85%;}
	
	#faq .faq_listlink ul li{
		width: 32%;
		margin-bottom: 0;
	}
	
	#faq .faq_listlink ul li:nth-of-type(2n){margin-right: 2%;}
	#faq .faq_listlink ul li:last-child{margin-right: 0;}
	
	#faq .faq_listlink ul li a{}
	#faq .faq_listlink ul li a:hover{}
}

/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	
	#faq{}
	#faq .sub_content section{}
	
	#faq .sub_content section .wrap{}
	#faq .sub_content section .wrap h3{}

	#faq .accordion{}
	#faq .accordion label{}
	
	#faq .accordion label span{}
	#faq .option{}
	
	#faq .option .content{}
	#faq .option .content .answer{
		width: 6%;
		padding: 2% 0 0 1.8%;
		font-size: 1.1em;
	}
	
	#faq .option .content .answer_txt{}
	#faq .option .content .answer_txt a{}
	
	#faq .option .content div.markerbox p {padding: 0 1em 1em 0;}
	#faq .option .content .answer_txt .marker{}
	
	#faq .faq_listlink{}
	#faq .faq_listlink ul{width: 60%;}
	#faq .faq_listlink ul li{}
	
	#faq .faq_listlink ul li:nth-of-type(2n){}
	#faq .faq_listlink ul li:last-child{}
	
	#faq .faq_listlink ul li a{}
	#faq .faq_listlink ul li a:hover{}
}

/*幅1120px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:1120px) {
	
	#faq{}
	#faq .sub_content section{padding-bottom: 0;}
	
	#faq .sub_content section .wrap{}
	#faq .sub_content section .wrap h3{}

	#faq .accordion{}
	#faq .accordion label{}
	
	#faq .accordion label span{margin-right: 2%;}
	#faq .option{}
	
	#faq .option .content{}
	#faq .option .content .answer{
		width: 4.5%;
		padding: 2% 0 0 1.3%;
	}
	
	#faq .option .content .answer_txt{}
	#faq .option .content .answer_txt a{}
	
	#faq .option .content div.markerbox p {}
	#faq .option .content .answer_txt .marker{}
	
	#faq .faq_listlink{}
	#faq .faq_listlink ul{}
	#faq .faq_listlink ul li{}
	
	#faq .faq_listlink ul li:nth-of-type(2n){}
	#faq .faq_listlink ul li:last-child{}
	
	#faq .faq_listlink ul li a{}
	#faq .faq_listlink ul li a:hover{}
}


/*----------------------------------------
アクセス
------------------------------------------*/

#access{}

#access section.building,
#access section.directions,
#access section.car_line{
	background: #ffffff;
}
#access section.building h2,
#access section.directions h2,
#access section.car_line h2{
	margin-bottom: 10%;
}

/*観・入口*/
#access section.building h2{
	font-size:1.2em;
}
#access section.building img{
	margin-bottom: 5%;
}
#access section.building p{
	margin-bottom: 5%;
	text-align: center;
}

/*駅からの道順*/
#access section.directions{}
#access section.directions h2{
	font-size: 1.8em;
}
#access section.directions ul.acc_list{
	width: 90%;
	margin: 0 auto;
}
#access section.directions ul.acc_list li{
	position: relative;
	margin-bottom: 10%;
}
#access section.directions ul.acc_list li:last-child{
	margin-bottom: 0;
}
#access section.directions ul.acc_list span{
	position: absolute;
	display: inline-block;
	width: 30px;
	height: 30px;
	top:10px;
	left: 10px;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	background: #333333;
	color: #ffffff;
	border-radius: 50%;
}
#access section.directions ul.acc_list img{
	margin-bottom: 5%;
}
#access section.directions ul.acc_list p{
	font-size: .9em;
	text-align: justify;
}

/*お車でお越しの方*/
#access section.car_line{}
#access section.car_line h2{
	font-size: 1.8em;
}
#access section.car_line p{
	text-align: justify;
}

/*幅666px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:666px) {
	#access{}

	#access section.building,
	#access section.directions,
	#access section.car_line{}

	#access section.building h2,
	#access section.directions h2,
	#access section.car_line h2{
		margin-bottom: 5%;
	}

	/*観・入口*/
	#access section.building h2{
		font-size:1.8em;
	}
	#access section.building .build_img01,
	#access section.building .build_img02{
		display: flex;
		flex-wrap: wrap;
	}
	#access section.building .build_img02{
		width: 80%;
		margin: 0 auto;
	}
	#access section.building img{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	#access section.building img:last-child{
		margin-right: 0;
	}
	#access section.building p{
		margin-bottom: 5%;
		margin-top: 5%;
	}
	#access section.building p .br{
		display: none;
	}

	/*駅からの道順*/
	#access section.directions{}

	#access section.directions ul.acc_list{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	#access section.directions ul.acc_list li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	#access section.directions ul.acc_list li:last-child{}
	#access section.directions ul.acc_list li:nth-of-type(2n){
		margin-right: 0;
	}
	#access section.directions ul.acc_list span{}
	#access section.directions ul.acc_list img{
		width: 100%;
	}
	#access section.directions ul.acc_list p{
		font-size: .85em;
	}

	/*お車でお越しの方*/
	#access section.car_line{}
	#access section.car_line p{
		font-size: .9em;
		text-align: center;
	}
}

/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	
	#access{}

	#access section.building,
	#access section.directions,
	#access section.car_line{
		padding: 70px 0 0 0;
	}

	#access section.building h2,
	#access section.directions h2,
	#access section.car_line h2{
		margin-bottom: 4%;
	}

	/*観・入口*/
	#access section.building h2{}
	#access section.building .build_img01,
	#access section.building .build_img02{}
	#access section.building .build_img02{
		width: 70%;
	}
	#access section.building img{}
	#access section.building img:last-child{}
	#access section.building p{
		margin-bottom: 3%;
		margin-top: 3%;
	}
	#access section.building p .br{}

	/*駅からの道順*/
	#access section.directions{}

	#access section.directions ul.acc_list{}
	#access section.directions ul.acc_list li{
		width: 32%;
		margin-right: 2%;
		margin-bottom: 3%;
	}
	#access section.directions ul.acc_list li:last-child{}
	#access section.directions ul.acc_list li:nth-of-type(2n){
		margin-right: 2%;
	}
	#access section.directions ul.acc_list li:nth-of-type(3n){
		margin-right: 0;
	}
	#access section.directions ul.acc_list span{}
	#access section.directions ul.acc_list img{}
	#access section.directions ul.acc_list p{
		font-size: .9em;
	}

	/*お車でお越しの方*/
	#access section.car_line{}
	#access section.car_line p{font-size: 1em;}
}

/*幅1120px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:1120px) {}

/*----------------------------------------
スタッフ
------------------------------------------*/
#staff{}

#staff section.top_message{
	background: #ffffff;
}
#staff section.top_message h2{}

/*写真・メッセージ・名前*/
#staff .messagetxt_box{
	margin-bottom: 10%;
}
#staff .messagetxt_box img.doctor{
	width: 100%;
	margin: 0 0 5% 0;
}
#staff .messagetxt_box .pro_txt{}


#staff section.top_message .top_message_txt{
	width: 100%;
}
#staff section.top_message .message_name{
	margin: 5% 0;
}

#staff section.top_message .profile{background: #f7f7f7;}
#staff section.top_message .profile .cont_01,
#staff section.top_message .profile .cont_02{
	padding: 8% 5%;
	background: none;
}
#staff section.top_message .profile .cont_title{
	text-align: center;
}
#staff section.top_message .profile dl,
#staff section.top_message .profile .sikaku_txt{
	font-size: .8em;
}
#staff section.top_message .profile dl{
	padding: 2% 0;
    text-align: left;
    border-bottom: 1px dotted #ccc;
}
#staff section.top_message .profile dt{}
#staff section.top_message .profile dd{}

/*資格等*/
#staff section.top_message .cont_02 .license_box{}

#staff section.top_message .cont_02 .license_box .pro_license{
	background: #ffffff;
	padding: 10%;
	margin-bottom: 5%;
	border-radius: 10px;
	text-align: justify;
}
#staff section.top_message .cont_02 .license_box .pro_license p{
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 2%;
}
#staff section.top_message .cont_02 .license_box .pro_license ul{
	font-size: .8em;
}
#staff section.top_message .cont_02 .license_box .pro_license ul li{
	text-indent: -.8em;
}


/*幅666px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:666px) {
	
	#staff{}
	#staff section.top_message{}
	
	#staff section.top_message h2{}
	
	/*写真・メッセージ・名前*/
	#staff .messagetxt_box{
		margin-bottom: 10%;
	}
	#staff .messagetxt_box img.doctor{
		display: block;
		width: 50%;
		margin: 0 auto 5% auto;
	}
	#staff .messagetxt_box .pro_txt{}
	
	#staff section.top_message .top_message_txt{}
	
	#staff section.top_message .message_name{}
	#staff section.top_message .profile{
		padding: 5% 0 8% 0;
	}
	#staff section.top_message .profile .cont_01,
	#staff section.top_message .profile .cont_02{
		padding: 3% 8%;
	}
	#staff section.top_message .profile .cont_title{}
	
	#staff section.top_message .profile dl,
	#staff section.top_message .profile .sikaku_txt{font-size: .85em;}
	#staff section.top_message .profile dl{}
	
	#staff section.top_message .profile dt{}
	#staff section.top_message .profile dd{}
	
	/*資格等*/
	#staff section.top_message .cont_02 .license_box{}

	#staff section.top_message .cont_02 .license_box .pro_license{
		padding: 5%;
		margin-bottom: 3%;
	}
	#staff section.top_message .cont_02 .license_box .pro_license p{}
	#staff section.top_message .cont_02 .license_box .pro_license ul{
		font-size: .85em;
	}
	#staff section.top_message .cont_02 .license_box .pro_license ul li{
		text-indent: -.85em;
	}
}

/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	
	#staff{}
	#staff section.top_message{}
	
	#staff section.top_message h2{}
	
	/*写真・メッセージ・名前*/
	#staff .messagetxt_box{

		margin-bottom: 10%;
	}
	#staff .messagetxt_box img.doctor{
		display: block;
		width: 35%;
		margin: 0 auto 5% auto;

	}
	#staff .messagetxt_box .pro_txt{
		width: 60%;
		margin: 0 auto;
	}
	
	#staff section.top_message .top_message_txt{}
	
	#staff section.top_message .message_name{}
	
	#staff section.top_message .profile{}
	
	#staff section.top_message .profile .cont_01,
	#staff section.top_message .profile .cont_02{}
	#staff section.top_message .profile .cont_title{width: 100%;}
	
	#staff section.top_message .profile dl,
	#staff section.top_message .profile .sikaku_txt{
		font-size: 1em;
	}
	#staff section.top_message .profile dl{
		display: flex;
		flex-wrap: wrap;
	}
	#staff section.top_message .profile dt{width: 20%;}
	#staff section.top_message .profile dd{width: 80%;}
	
	/*資格等*/
	#staff section.top_message .cont_02 .license_box{
		display: flex;
		flex-wrap: wrap;
	}
	#staff section.top_message .cont_02 .license_box .pro_license{
		padding: 3%;
		margin-bottom: 0;
		width: 32%;
		margin-right: 2%;
	}
	#staff section.top_message .cont_02 .license_box .pro_license:last-child{
		margin-right: 0;
	}
	#staff section.top_message .cont_02 .license_box .pro_license p{
		font-size: 1em;
	}
	#staff section.top_message .cont_02 .license_box .pro_license ul{
		font-size: .8em;
	}
	.pro_license ul li{
		text-indent: -.8em;
	}
}

/*幅1120px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:1120px) {
	
	#staff{}
	#staff section.top_message{}
	
	#staff section.top_message h2{}
	
	/*写真・メッセージ・名前*/
	#staff .messagetxt_box{
		margin-bottom: 40px;
	}
	#staff .messagetxt_box img.doctor{
		width: 30%;
	}
	#staff .messagetxt_box .pro_txt{
		width: 70%;
	}
	
	#staff section.top_message .top_message_txt{
		width: 90%;
	}
	#staff section.top_message .message_name{}
	#staff section.top_message .profile{
		width: 80%;
		margin: 0 auto;
	}
	#staff section.top_message .profile .cont_01,
	#staff section.top_message .profile .cont_02{}
	
	#staff section.top_message .profile .cont_title{width: 100%;}
	#staff section.top_message .profile dl,
	#staff section.top_message .profile .sikaku_txt{
		font-size: 1em;
	}
	#staff section.top_message .profile dl{
		display: flex;
		flex-wrap: wrap;
	}
	#staff section.top_message .profile dt{width: 20%;}
	#staff section.top_message .profile dd{width: 80%;}
	
	/*資格等*/
	#staff section.top_message .cont_02 .license_box{
		/*display: flex;*/
		/*flex-wrap: wrap;*/
	}

	#staff section.top_message .cont_02 .license_box .pro_license{
		/*background: #ffffff;*/
		padding: 3%;
		/*margin-bottom: 0;*/
		/*border-radius: 10px;*/
		/*width: 32%;*/
		/*margin-right: 2%;*/
	}
	#staff section.top_message .cont_02 .license_box .pro_license:last-child{
		/*margin-right: 0;*/
	}
	#staff section.top_message .cont_02 .license_box .pro_license p{
		/*font-size: 1em;*/
		/*font-weight: bold;*/
		/*margin-bottom: 2%;*/
	}
	#staff section.top_message .cont_02 .license_box .pro_license ul{
		font-size: .8em;
	}
	.pro_license ul li{
		text-indent: -.8em;
	}
	
}


/*----------------------------------------
お知らせ一覧
------------------------------------------*/

#info{}
#info .info_list{
	width: 90%;
	margin: 0 auto;
}
#info .info_list dl{
	padding: 10px 0;
	border-bottom:1px dotted #ccc;
	font-size: .8em;
}
#info .info_list dl dt{
	margin-bottom: 2%;
}
#info .info_list dl dd{}
#info .info_list dl dd a{
	color: #4bb754;
}
#info .info_list dl dd a:hover{
	text-decoration: underline;
}
#info .archive_btn{
	width: 90%;
	margin: 10% auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}
#info .archive_btn p{
	width: 48%;
	margin-right: 4%;
}
#info .archive_btn p:last-child{
	margin-right: 0;
}
#info .archive_btn p a{
	padding: 4% 2%;
	font-size: .9em;
	text-align: center;
	background: #B7D5AD;
	color: #ffffff;
}
#info .archive_btn p a:hover{
	background: #4bb754;
}

/*幅666px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:666px) {
	
	#info{}
	#info .info_list{}
	
	#info .info_list dl{}
	#info .info_list dl dt{}
	
	#info .info_list dl dd{}
	#info .info_list dl dd a{}
	#info .info_list dl dd a:hover{}

	#info .archive_btn{
		width: 60%;
		margin: 10% 0 0 5%;
	}
	#info .archive_btn p{}
	#info .archive_btn p:last-child{}
	#info .archive_btn p a{}
	#info .archive_btn p a:hover{}
}

/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	
	#info{}
	#info .info_list{
		margin: 5% auto 0 auto;
	}
	#info .info_list dl{
		padding: 20px 0;
		font-size: 1em;
		display: flex;
		flex-wrap: wrap;
	}
	#info .info_list dl dt{
		width: 20%;
		margin-bottom: 0;
	}
	#info .info_list dl dd{
		width: 80%;
	}
	#info .info_list dl dd a{}
	#info .info_list dl dd a:hover{}

	#info .archive_btn{
		width: 50%;
		margin: 5% 0 0 5%;
	}
	#info .archive_btn p{}
	#info .archive_btn p:last-child{}
	#info .archive_btn p a{font-size: 1em;}
	#info .archive_btn p a:hover{}
}

/*幅1120px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:1120px) {}


/*----------------------------------------
お知らせ　単体ページ
------------------------------------------*/
#post{}
#post .sub_content{
	min-height: 50vh;
	margin: 5% 0;
}
#post article h2{
	padding: 1% 1% 1% 3%;
	margin-bottom: 3%;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #454545;
	background: #FDF0DD;
	border-radius: 10px;
}
#post article time{
	font-size: .9em;
	padding: 0 0 0 3%;
	color: #A7A6A8;
}
#post article .info_content{
	padding: 0 0 0 3%;
}
#post article .article_txt_area{
	margin: 10% 0;
}
#post article .article_txt_area p{}
#post article .article_txt_area a{
	text-decoration: underline;
	color: #B7D5AD;
}
#post article p.sign{
	font-weight: bold;
}

/*幅666px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:666px) {
	
	#post{}
	#post .sub_content{}

	#post article h2{
		padding: 1% 1% 1% 3%;
		margin-bottom: 1%;
	}
	#post article time{
		font-size: .9em;
		padding: 0 0 0 3%;
		/*color: #A7A6A8;*/
	}
	#post article .info_content{
		padding: 0 0 0 3%;
	}
	#post article .article_txt_area{
		margin: 5% 0;
	}
	#post article .article_txt_area p{}
	#post article p.sign{}
}

/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	
	#post{}
	#post .sub_content{min-height: 80vh;}

	#post article h2{}
	#post article time{}
	#post article .info_content{}
	#post article .article_txt_area{}
	#post article .article_txt_area p{}
	#post article p.sign{}
}

/*幅1120px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:1120px) {
	
	#post{}
	#post .sub_content{
		min-height: 60vh;
		margin: 1% 0;
	}

	#post article h2{}
	#post article time{}
	#post article .info_content{}
	#post article .article_txt_area{
		margin: 3% 0;
	}
	#post article .article_txt_area p{}
	#post article p.sign{}
}


/*----------------------------------------
歴史
------------------------------------------*/

#history{}
#history .sub_content{}

#history h2{}

/*ロゴについて*/
#history .sub_content .logo_exp{
	background: none;
}
#history .sub_content .logo_exp img{
	display: block;
	width: 70%;
	margin: 0 auto 10%;
}
#history .sub_content .logo_exp .exp_box{}
#history .sub_content .logo_exp p{
	margin: 0 0 5% 0;
}

/*沿革*/
#history .sub_content .history_box{
	background: none;
}
#history .sub_content .history_list{}
#history .sub_content .history_list dl{
	border-bottom: 1px dotted #cccccc;
	padding: 5% 0;
}
#history .sub_content .history_list dt{
	margin-bottom: 1.5%;
}
#history .sub_content .history_list dd{}


/*幅666px以上に適用されるCSS（タブレットサイズ以上）
------------------------------------------*/
@media print, screen and (min-width:666px) {
	
	#history{}
	#history .sub_content{}

	#history h2{}

	/*ロゴについて*/
	#history .sub_content .logo_exp{
		margin-bottom: 5%;
	}
	#history .sub_content .logo_exp .f_lr_box{}
	#history .sub_content .logo_exp img{
		display: block;
		width: 50%;
		margin: 0 auto 10% auto;
	}
	#history .sub_content .logo_exp p{
		width: 100%;
		margin: 5% 0 0 0;
	}

	/*沿革*/
	#history .sub_content .history_box{}
	#history .sub_content .history_list{}
	#history .sub_content .history_list dl{
		display: flex;
		flex-wrap: wrap;
		padding: 2.5% 0;
	}
	#history .sub_content .history_list dt{
		width: 30%;
		margin-bottom: 0;
	}
	#history .sub_content .history_list dd{
		width: 70%;
	}
}


/*幅990px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:990px) {
	
	#history{}
	#history .sub_content{}

	#history h2{}

	/*ロゴについて*/
	#history .sub_content .logo_exp{}
	#history .sub_content .logo_exp .wrap{
		width: 80%;
		margin: 0 auto 0;
	}
	#history .sub_content .logo_exp .f_lr_box{}
	#history .sub_content .logo_exp img{
		width: 300px;
		margin: 0 auto 50px auto;
	}
	#history .sub_content .logo_exp p{
		width: 100%;
		margin: 20px 0 0 0;
	}

	/*沿革*/
	#history .sub_content .history_box{}
	#history .sub_content .history_box .wrap{
		width: 80%;
		margin: 0 auto;
	}
	#history .sub_content .history_list{}
	#history .sub_content .history_list dl{}
	#history .sub_content .history_list dt{
		width: 20%;
	}
	#history .sub_content .history_list dd{
		width: 80%;
	}
}


/*幅1120px以上に適用されるCSS（PCサイズ以上)
------------------------------------------*/
@media screen and (min-width:1120px) {
	#history{}
	#history .sub_content{}

	#history h2{}

	/*ロゴについて*/
	#history .sub_content .logo_exp{
		margin-bottom: 0;
	}
	#history .sub_content .logo_exp .wrap{
		width: 60%;
	}
	#history .sub_content .logo_exp .f_lr_box{}
	#history .sub_content .logo_exp img{}
	#history .sub_content .logo_exp p{}

	/*沿革*/
	#history .sub_content .history_box{}
	#history .sub_content .history_box .wrap{
		width: 60%;
		margin: 0 auto;
	}
	#history .sub_content .history_list{}
	#history .sub_content .history_list dl{}
	#history .sub_content .history_list dt{
		width: 20%;
	}
	#history .sub_content .history_list dd{
		width: 80%;
	}
}