@charset "utf-8";

/*Googleフォント
font-family: 'Kaisei Decol', serif;
font-family: 'Kaisei Opti', serif;
font-family: 'Kaisei Tokumin', serif;
font-family: 'Kiwi Maru', serif;
font-family: 'Sawarabi Gothic', sans-serif;
*/
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&family=Kaisei+Opti&family=Kaisei+Tokumin&family=Kiwi+Maru&family=Sawarabi+Gothic&display=swap');

/*************************************
* TOPページ
*************************************/
.mainvisual{
	position: relative;
	width: 100%;
	height: 570px;
}
.mainvisual .mainvisual_box{
	position: absolute;
	top: -130px; 
	left: 0;
	width: 100%;
	height: 100%;
}
.mainvisual .mainvisual_box img{
	width: 100%;
    max-height: 700px;
	object-fit: cover;
}
.mainvisual .mainvisual_box .metaslider .slides img{
	    height: 700px;
	max-height: 700px;
    object-fit: cover;
}
.mainvisual .mainvisual_box .h1_box {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 46px 10% 46px 17%;
    background: linear-gradient(-90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 45%, rgba(255,255,255,0.5) 90%, rgba(255,255,255,0.1) 100%);
}

.mainvisual .mainvisual_box .h1_box h1 {
font-size: 30px;
    font-weight: normal;
    line-height: 1.8em;
    left: 15%;
    top: 35%;
    text-shadow: #fff 1px 1px 3px, #fff -1px 1px 3px,#fff 1px 1px 3px, #fff -1px 1px 3px;
    color: #4c4c4c;
    max-width: 1100px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mainvisual .mainvisual_box .h1_txt {
    position: absolute;
	    top: 88%;
    left: 3%;
	width: 50%;
	max-width: 730px;

}


#home {
	/* margin-top: 35vw;*/
}
#home .home_contents01{
background: #fff;
}
#home .home_contents02{
    background: url(../img/home/contents02_bg.png) no-repeat;
    background-size: cover;
    padding: 5% 0;
}
#home .home_contents03{
background: #fbfaf1;
    padding: 0;
}
#home .home_contents01 .box,#home .home_contents02 .box,#home .home_contents03 .box{
	max-width: 1000px;
	margin: auto;
	padding: 5% 0;
}
#home .h2_title{
	text-align: center;
	    margin-bottom: 4em;
}
#home .h2_title h2{
	font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 36px;
	font-weight: 600;
	color: #262626;
	margin-bottom: 10px;
}
#home .h2_title h2 span.red{
	color: #d1675f;
}
#home .h2_title p{
	color: #80c269;
	font-size: 16px;
	position: relative;
}
#home .h2_title p::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -20px;
	display: inline-block;
	width: 75px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background: #80c269;
}
.top_text-big{
	font-size: 24px;
}
#home #top_dr .round_bgWhite{
	position: relative;
	background-color: rgba(255,255,255,0.9);
	padding: 5%;
}
#home #top_dr .img_top{
	position: absolute;
	right: -9%;
	bottom: 8%;
	max-width: 350px;
	opacity: .8;
	
}
#home #top_dr .img_bottom{
		position: absolute;
	left: -13%;
	bottom: 8%;
	max-width: 350px;
	opacity: .8;
}
#home #top_dr .txt{
	position: relative;
	z-index: 1;
}
#home #top_dr .txt p{
	margin-bottom: 2em;
	font-size: 18px;
}
#home #top_dr .dr_speech{
    background: url(../img/home/dr_speech.svg)no-repeat;
    width: 300px;
    height: 250px;
    background-size: contain;
margin: auto;
	    display: flex;
    justify-content: center;
}
#home #top_dr .dr_speech p{
	    width: 60%;
       margin-top: 19%;
    margin-left: -5%;
	    color: #8B795E;
    font-weight: bold;
}
#home .medical_top a{
	color: #b09a77;
	text-decoration: underline;
}
#home .medical_top a:hover{
	opacity: 0.7;
	text-decoration: none;
}
#home h3{
	color: #b09a77;
	font-size: 24px;
	    font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-bottom: 15px;
	font-weight: 600;
	text-align: center;
}

#home .home_contents01 h3:first-child {
    color: #80C269;
    margin-bottom: 1.5em;
}

#home .home_contents01 h3:first-child span {
    background: linear-gradient(transparent 60%, #FCE781 60%);
}

a:hover .more_button{
	opacity: 0.7;
	transition: .2s;
}


#strongpoints{
	    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

#strongpoints .inner-box{
    background: #fff;
    margin: 0 3% 20px 3%;
    box-sizing: border-box;
    width: 26%;
    position: relative;
    border: 1px solid #cce198;
	border-radius: 26px;
    padding-bottom: 50px;	
}
#strongpoints .inner-box .top_img{
	
}
#strongpoints .inner-box .top_img img{
	    border-radius: 26px 26px 0 0;
	width: 100%;
}
#strongpoints .inner-box .bottom_txt{
	padding: 13px 6px;
}
#strongpoints .inner-box h3{
	color: #6da75c;
	font-size: 19px;
	letter-spacing: -0.04em;
	line-height: 1.4;
	position: relative;
}
#strongpoints .inner-box h3::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    display: inline-block;
    width: 69px;
    height: 4px;
    border-radius: 13px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background: #cce198;
}


#strongpoints .inner-box p{
	font-size: 15px;
	padding: 5px 11px;
		letter-spacing: -0.03em;
}
#strongpoints .inner-box p small{
	font-size: 14px;

}
#strongpoints .inner-box a{
	text-decoration: none;
}
#strongpoints .inner-box .al-bottom{
	position: absolute;
	bottom: 20px;
	    left: 50%;
	    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
}
#strongpoints .inner-box .more{
border-radius: 35px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: url(../img/home/mini_more.png) no-repeat;
    position: relative;
    width: 150px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-indent: -1em;
}

#strongpoints .inner-box .more::after {
    content: url(../img/home/aroow_mini.png);
    position: absolute;
       right: 11px;
    top: 7px;
}
#strongpoints .inner-box a:hover .more{
	opacity: 0.7;
	    transition: .2s;
}



.first_visit{
	position: relative;
	width: 100%;
}

.first_visit .bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 0;
	
}
.first_visit .bg img{
	
}
.more_button{
	    font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	margin-top: 10px;
border-radius: 35px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 29px;
    background: url(../img/home/more_big.png) no-repeat;
    position: relative;
    width: 417px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: 600;
	    text-indent: -1em;

}
.more_button::after{
	content: url(../img/home/aroow_big.png) ;
	position: absolute;
    right: 53px;
        top: 28px;

}
#home .movie_box{
	position: relative;
	display: block;
	margin: auto;
	margin-top: 5%;
	margin-bottom: 5%;
	max-width: 670px;
}
#home .movie_box iframe {
	position: absolute;
	left: 5%;
	top: 14%;
	width: 90%;
	height: 79%;
}
#home .sec-about{
	background: url(../img/home/about_bg.jpg) no-repeat right;
	margin-bottom: 60px;
	position: relative;
}
#home .sec-about .container{
	height: 410px;
}
#home .sec-about p{
	position: absolute;
	font-size: 18px;
	top: 140px;
	left: calc(50% - 510px);
	padding: 0 10px;
}
.block_center{
	display: flex;
    align-items: center;
    flex-direction: column;
}
#home p.top_text01{
	font-size: 16px;
	    line-height: 1.8em;
	color: #4e4c4c;
}
#home p.top_text01 a{
	font-weight: bold;
	color: #247c05;
}
#home p.top_text02{
	text-align: center;
	font-size: 18px;
	padding: 2%;
	background: rgba(128,194,105,0.7);
	background: rgba(209,103,95,0.6);
	background: rgba(255,255,255,0.5);
/*	color: #fff;
*/	/*box-shadow: 4px 4px 7px #ced1cb;*/
}
#home .sec-about p em{
	color: #0687d0;
}
#home .sec-about .button{
	width: 400px;
	height: 66px;
	line-height: 66px;
	border-radius: 33px;
	font-size: 18px;
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -270px;
}
#home .sec-about .button span{
	padding: 0;
}
#home .sec-about span::after {
	right: -12%;
}
#home .sec-about .button:after{
	border-radius: 33px;
}
#home .health-pr{
	margin-bottom: 60px;
}
#home .health-pr h2{
	text-align: center;
	font-size: 24px;
	color: #80c269;
	margin-bottom: 2em;
}
#home .health-pr p.mb{
	margin-bottom: 1em;
}
#home .health-pr small{
	font-size:14px;
	color: #999;
}
#home .health-pr .img_box01,#home .health-pr .img_box02{
	text-align: center;
	margin: 3% 0;
}
#home .health-pr .img_box01 img{
	max-width: 250px;
}




/*診療内容について・各症状について*/
#menu .catch-copy{
	position: relative;
	
}
#menu .catch-copy h2{
	display: flex;
    align-items: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 28px;
    margin-bottom: 2em;
    margin-top: 30px;
   color: #80c269;
    letter-spacing: 0.1em;
    justify-content: center;
}
#menu .catch-copy h2::before {
    content: "";
    width: 50px;
    height: 70px;
    background: url(../img/menu/reef.svg) no-repeat;
    background-size: contain;
    margin-right: 0.3em;
}
#menu .catch-copy h2::after {
    content: "";
    width: 50px;
    height: 70px;
    background: url(../img/menu/reef.svg) no-repeat;
    background-size: contain;
    margin-left: 0.3em;
	transform: scale(-1, 1)
}
#menu .catch-copy p{
	margin-bottom: 2em;
	position: relative;
    z-index: 1;
	line-height:1.75em;
	font-size:16px
}

#menu .catch-copy .bg_hand{
    text-align: center;
    width: 90%;
    margin: auto;
	margin-top: -13em;
}
#menu .catch-copy .bg_hand img{
	    width: 100%;
    max-width: 800px;
}
#each_symptom{
	margin-top: -70px;
	padding-top: 70px;
}
#medical_box{
 margin-top: 90px;
}

#medical_box .top_box,
#medical_box .bottom_box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 5%);
}

#medical_box .top_box .child,
#medical_box .bottom_box .child{
    border: 8px solid #f0eae6;
    background: #fff;
    margin: 0 5% 26px 0;
    box-sizing: border-box;
    padding: 89px 16px 16px;
    width: calc(50% - 5%);
    position: relative;
    border-radius: 33px;
}
#medical_box .top_box .child:first-of-type ul{
	margin-bottom: 40px;
}

#home #medical_box .top_box .child{
	  margin: 0 5% 0 0;
}
#medical_box .bottom_box .child{
		    display: flex;
        align-items: center;
    flex-wrap: wrap;
	padding: 26px 16px 10px 16px;
}


#medical_box .top_box .child .thumbnail,
#medical_box .bottom_box .child .thumbnail{
    width: 150px;
    height: 150px;
    border: 8px solid #f0eae6;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -25%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;

}
#medical_box .bottom_box .child .thumbnail{
	position: inherit;
       margin-left: -5px;
}
#medical_box .top_box .child .thumbnail img,
#medical_box .bottom_box .child .thumbnail img{
       width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}


#medical_box ul.check_list li{
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
}
#medical_box ul.check_list li:last-child{
	margin-bottom: 0;
}
#medical_box ul.check_list li::before{
	content: url(../img/home/check.png);
	position: absolute;
	top: 3px;
	left: 0px;
}




#medical_box .link_list{
    display: flex;
    justify-content: end;
}
#medical_box .link_list a{
    background: url(../img/home/link_list.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0 0 0;
    background-position: center;
    background-size: cover;
    border-radius: 35px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    position: relative;
    width: 233px;
    height: 50px;
    text-decoration: none;
	    text-indent: -1em;
}


#medical_box .link_list a:hover{
	opacity: 0.7;
	transition: .2s;
}

#medical_box .link_list a::after {
content: url(../img/home/aroow_mini.png);
    position: absolute;
    right: 20px;
    top: 13px;
}





#medical_box .bottom_box .child .flex_left{
width: 40%;
	    align-items: center;
    display: flex;
}
#medical_box .bottom_box .child .flex_right{
width: 60%;
}



.medical_top{
	    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px 6px 10px 12px;
    margin-top: 20px;
}
.medical_top .text_box{
    border-top: 2px dotted #cabeb0;
    width: 80%;
    margin: auto;
    padding: 2em 0;
}






#home .sec-news{
	margin: 60px 0;
	    background: #fff;
    padding: 60px 10px;
}
#home .sec-news .inner{
	position: relative;
	border: 1px #d2d2d2 solid;
	padding: 30px 230px 50px 150px;
}
#home .sec-news.top_column{
	background: transparent;
	margin: 0;
	padding: 0;
}
#home .sec-news.top_column .inner{
	background: #fff;
    border-radius: 26px;
	border: none;
}
#home .sec-news .inner h2{
	margin-bottom: 20px;
	font-size: 24px;
	font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#home .sec-news .inner h2 span{
	color: #a6937c;
	font-weight: normal;
	margin-left: 1em;
	position: relative;
}
#home .sec-news .inner h2 span:before{
	content: '／';
	color: #292929;
	margin-right: 1em;
}
#home .sec-news .inner dl dt{
	width: 150px;
	float: left;
}
#home .sec-news .inner dl dd{
	padding: 0 0 5px 150px;
	position: relative;
}
#home .sec-news .inner dl dd:not(:last-of-type){
	margin-bottom: 15px;
}
#home .sec-news .inner dl dd:not(:last-of-type):after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(90deg, #aaa, #aaa 50%, transparent 50%, transparent 100%);
	background-size: 8px 1px;
	border: none;
}
#home .sec-news .inner dl dd a{
	display: inline-block;
}
#home .sec-news .inner dl dd a:hover{
	color: #a6937c;
}
#home .sec-news .inner > a{
	position: absolute;
	right: 65px;
	bottom: 19px;
	background: url(../img/home/news_icon.png) no-repeat right;
	padding-right: 20px;
}
#home .sec-news .inner > a:hover{
	color: #a6937c;
}
#home .sec-link1{
	margin-bottom: 70px;
}
#home .sec-link1 .container{
	padding: 0;
}
#home .sec-link1 ul li{
	float: left;
	width: 48%;
	padding: 35px 20px 100px;
	box-shadow: 3px 3px 8px #ccc;
	position: relative;
}
#home .sec-link1 ul li + li{
	margin-left: 4%;
}
#home .sec-link1 ul li h2{
	color: #2a7eaf;
	font-size: 24px;
	font-weight: bold;
	border-left: 5px #2a7eaf solid;
	line-height: 1;
	padding-left: 15px;
	margin-bottom: 20px;
}
#home .sec-link1 ul li img{
	width: 100%;
	margin-bottom: 10px;
}
#home .sec-link1 ul li a{
	position: absolute;
	bottom: 30px;
	right: 40px;
}
#home .sec-link2{
	margin-bottom: 40px;
}
#home .sec-link2 a{
	width: 800px;
	margin: 0 auto;
	display: block;
	border: 1px #00479d solid;
	border-left-width:  10px;
	position: relative;
	transition: opacity .2s ease-in-out;
}
#home .sec-link2 a:hover{
	opacity: 0.7;
}
#home .sec-link2 a .inner{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	padding-left: 40px;
}
#home .sec-link2 a h2{
	font-size: 24px;
	color: #2a7eaf;
	font-weight: bold;
	background: url(../img/home/link2_arrow.png) no-repeat right;
	padding-right: 30px;
	margin-bottom: 15px;
	display: inline-block;
}
#home .sec-link2 a p{
	font-size: 18px;
}
#home .sec-link2 a img{
	width: 100%;
}
#home .sec-link2 a:hover img{
	opacity: 1;
}
#home .sec-company{
	text-align: center;
	margin-bottom: 80px;
}
#home .sec-company a{
	display: inline-block;
	position: relative;
	border: 1px #c9c9c9 solid;
	max-width: 800px;
}
#home .sec-company a span{
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 28px;
	z-index: 1;
	padding-right: 35px;
}
#home .sec-company a span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 13px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -6px;
}
#home #access{
	padding-top: 40px;
    margin-top: -40px;
}
#home .sec-appeal{
	text-align: center;
	margin-bottom: 40px;
	background: url(../img/home/appeal_bg.jpg) no-repeat center/cover;
}
#home .sec-appeal p{
	display: inline-block;
	text-align: left;
	font-weight: bold;
	padding: 40px 0 40px 200px;
	background: url(../img/home/appeal_icon.png) no-repeat left;
}
#home .sec-appeal p em{
	color: #2cb4db;
	font-size: 30px;
}
#home .sec-access{
	background: #fbfaf1;
	padding: 5% 0;
}
#home .sec-access p.sub_text{
	text-align: center;
}
#home .sec-access .map_box{
	display: flex;
	width: 100%;
    justify-content: center;
}
#home .sec-access .map_box div {
	width: 48%;
}
#home .sec-access .map_box div:first-child{
	  position: relative;
  padding-top: 0%; /* = height ÷ width × 100 */
	margin-bottom: 40px;
	margin-right: 0%;
}
#home .sec-access .map_box div:first-child iframe{
	 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home .sec-access .g_map{
		margin: auto;
	  position: relative;
  width: 100%;
  padding-top: 46%; /* = height ÷ width × 100 */
	margin-bottom: 40px;
}
#home .sec-access .g_map iframe{
	 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#home .sec-access .map_info{
	display: flex;
	width: 100%;
	align-items: center;
	margin-bottom: 15px;
}
#home .sec-access .map_info .icon{
	color: #96cc86;
	font-size: 36px;
	margin-right: 15px;
}
#home .sec-access .map_info p{
	font-size: 16px;
}
#home .sec-access .map_info p span{
	font-size: 20px;
}
#home .sec-access .map_info p small{
	font-size: 14px;
}
@media screen and (max-width:1100px) {
	#home .sec-link1 .container{
		padding: 0 10px;
	}
	.mainvisual{
		height: 400px;
	}
	.mainvisual .mainvisual_box .metaslider .slides img{
		height: 500px;
	}
}
@media screen and (max-width:768px) {
	.mainvisual{
		height: 530px;
	}
	.mainvisual .mainvisual_box{
		    position: relative;
		top: 0;
	}
	.mainvisual .mainvisual_box img{
height: 280px;
    object-position: 89% 4px;
	}
	.mainvisual .mainvisual_box .metaslider .slides img{
		height: 530px;
	}
	.mainvisual .mainvisual_box .h1_box{
	padding: 20px;
    top: 30%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	}
	.mainvisual .mainvisual_box .h1_box h1{
	font-size: 20px;
	}
	.mainvisual .mainvisual_box .h1_txt {
       left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
		top: auto;
  bottom: 3%;
		width: 73%;
    max-width: 330px;
}
	.mainvisual .mainvisual_box .h1_txt img{
		    object-position: top;
		    height: auto;
	}
	#sp_menu-top{
		    display: flex!important;
  flex-wrap: wrap;
    width: calc(100% + 1%);
		background: #fbfaf1;
    padding: 10px;
    border-bottom: 1px solid #96cc86;
		list-style: none;
	}
	#sp_menu-top a{
		display: contents;
	}
	#sp_menu-top li{
   border-radius: 6px;
    padding: 2px;
    text-align: center;
    color: #fff;
    font-size: 12px;
		    line-height: 1.3;
    background: #96cc86;
    height: 40px;
    width: calc(20% - 1%);
    margin-right: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
	}
	
	div#home{
		margin-top: 0;
	}
	#home .home_contents01 .box, #home .home_contents02 .box,#home .home_contents03 .box{
		padding: 30px 4%;
	}
	#home .home_contents01{
		background-position: 30%;
	}
	#home .home_contents02{
		background-position: 80%;
	}
	#home .h2_title {
    margin-bottom: 3em;
	}
	#home .h2_title h2{
		font-size: 20px;
		margin-bottom: 0;
	}
	#home .h2_title p::before{
		bottom: -11px;
		width: 52px;
	}
	#home h3{
		font-size: 18px;
	}
	#home p.top_text01{
		font-size: 14px;
	}
	#home p.top_text02{
		font-size: 14px;
		text-align: left;
		padding: 4%;
	}
	#home #top_dr .round_bgWhite{
		padding-top: 10%;
	}
	#home #top_dr .txt h3{
		margin-bottom: 2em;
	}
	#home #top_dr .img_top{
		width: 50%;
		right: -13%;
		top: -6%;
		bottom: auto;
			opacity: .4;

	}
	#home #top_dr .img_bottom{
		width: 50%;
		bottom: 6%;
		left: -13%;
		opacity: .4;
	
	}
	#home #top_dr .txt p{
		font-size: 15px;
	}
	#home #top_dr .dr_speech{
	 width: 63%;
    max-width: 200px;
    margin: 0 0 0 auto;
    height: 150px;
	
	}
	#home #top_dr .dr_speech p{
		    width: 66%;
			font-size: 12px;
		margin-top: 19%;
	}
	
	#home .sec-about{
		padding: 60px 0 30px;
		background-size: cover;
		background-position: top;
		margin-bottom: 30px;
	}
	#home .sec-about p{
		position: static;
		padding: 0;
		margin-bottom: 40px;
	}
	#home .sec-about .button{
		position: relative;
		margin: 0 auto;
		width: 280px;
		height: 54px;
		line-height: 54px;
		left: auto;
		bottom: auto;
	}
	#home .sec-about .container{
		height: auto;
	}
	#strongpoints{
		width: 100%;
	}
	#strongpoints .inner-box{
		width: 100%;
		border-radius: 16px;
	}
	#strongpoints .inner-box .top_img {
    text-align: center;
    margin-top: 20px;
}
	
#strongpoints .inner-box .top_img img {
    border-radius: 16px;
	max-width: 160px;
}
	
	#strongpoints .inner-box h3{
		font-size: 16px;
		letter-spacing:0;
		margin-bottom: 20px;
	}
	#strongpoints .inner-box p {
    font-size: 14px;
	}
	#strongpoints .inner-box p small {
    font-size: 12px;
}
	#strongpoints .inner-box .more{
font-size: 14px;
    width: 223px;
    height: 40px;
		    text-indent: 0;
    background: url(../img/home/link_list.png) no-repeat;
		background-position: center;
	}
	#strongpoints .inner-box .more::after {
    content: url(../img/home/aroow_mini.png);
    position: absolute;
    right: 20px;
    top: 11px;
}
	
	.top_text-big {
    font-size: 16px;
}
	.more_button{
		width: 330px;
    font-size: 19px;
    border-radius: 60px;
    height: 60px;
    background-position: center;
		    text-indent: 0;
	}
	.more_button::after {
    content: url(../img/home/aroow_white.png);
    position: absolute;
    right: 2em;
    top: 16px;
}
	
	#menu .catch-copy{
		width: 96%;
		margin: auto;
	}
	#menu .catch-copy h2{
		font-size: 18px;
	}
	#menu .catch-copy h2::before,
	#menu .catch-copy h2::after{
		width: 30px;
    height: 43px;
	}
	#menu .catch-copy .bg_hand{
		      margin-top: -16em;
		    width: 109%;
	}
	
	#medical_box {
    margin-top: 69px;
}
	#medical_box .top_box, #medical_box .bottom_box,
	#medical_box .top_box .child, #medical_box .bottom_box .child{
		width: 100%;
	}
	#home #medical_box .top_box .child,
	#medical_box .top_box .child{
	   margin: 0 0 73px 0;
		border: 4px solid #f0eae6;
		padding: 64px 16px 16px;
	}
	#home #medical_box .top_box .child:last-child{
		margin-bottom: 0;
	}
	#menu #medical_box .top_box .child:last-child{
		margin-bottom: 20px;
	}
	#medical_box .top_box .child:first-of-type ul{
		margin-bottom: 0;
	}
	#medical_box .bottom_box .child{
		margin: 0 0 20px 0;
		border: 4px solid #f0eae6;
	}
	#medical_box .top_box .child .thumbnail, #medical_box .bottom_box .child .thumbnail{
		    width: 113px;
    height: 113px;
		border: 4px solid #f0eae6;
	}
	#medical_box .link_list{
		    justify-content: center;
	}
	#medical_box .link_list a{
		font-size: 14px;
		    width: 223px;
    height: 40px;
		background-position: center;
		    background-size: inherit;
		text-indent: 0;
	}
	#medical_box .link_list a::after{
		    top: 11px;
	}
	
	
	
	
	
	#home .health-pr h2{
		font-size: 21px;
		margin-bottom: 1em;
	}
	#home .health-pr small{
		font-size: 13px;
	}
	#home .sec-news {
    margin: 30px 0;
    padding: 0 10px;
}
	#home .sec-news .inner{
		padding: 30px 15px 60px;
	}
	#home .sec-news .inner h2 {
		font-size: 20px;
		text-align: center;
	}
	#home .sec-news .inner dl dt{
		float: none;
		width: 100%;
	}
	#home .sec-news .inner dl dd{
		padding: 0 0 10px;
	}
	#home .sec-news .inner dl dd:not(:last-of-type) {
		margin-bottom: 10px;
	}
	#home .sec-news .inner > a {
		right: auto;
		transform: translateX(-50%);
		left: 50%;
		white-space: nowrap;
	}
	#home .sec-link1{
		margin-bottom: 40px;
	}
	#home .sec-link1 ul li{
		float: none;
		width: 100%;
		padding: 30px 10px 40px;
	}
	#home .sec-link1 ul li + li{
		margin: 20px 0 0;
	}
	#home .sec-link1 ul li a {
		bottom: auto;
		right: auto;
		position: relative;
		margin: 30px auto 0;
	}
	#home .sec-link1 ul li h2 {
		font-size: 18px;
	}
	#home .sec-link2{
		margin-bottom: 40px;
	}
	#home .sec-link2 a{
		width: 100%;
	}
	#home .sec-link2 a:after {
		content: '';
		padding-top: 35%;
		display: block;
	}
	#home .sec-link2 a .inner{
		text-align: left;
		padding-left: 20px;
	}
	#home .sec-link2 a h2{
		font-size: 18px;
		margin-bottom: 5px;
	}
	#home .sec-link2 a p {
		font-size: 16px;
	}
	#home .sec-link2 a img{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		object-fit: cover;
		object-position: right;
		font-family: 'object-fit: cover; object-position: right;';
		z-index: -1;
	}
	#home .sec-appeal p {
		padding: 15px 0 15px 90px;
		background: url(../img/home/appeal_icon.png) no-repeat left;
		background-size: 80px;
	}
	#home .sec-appeal p em {
		font-size: 20px;
	}
	#home .sec-access p.sub_text{
		text-align:left;
	}
	#home .sec-access .map_box{
		display: block;
	}
	#home .sec-access .map_box div{
		width: 100%;
		    text-align: center;
		    max-width: 466px;
		margin: auto;
	}
	#home .sec-access .map_box div:first-child{
		margin: auto;
		margin-bottom: 3%;
		    padding-top: 56%;
	}
	#home .sec-access .g_map{
		    max-width: 466px;
		    padding-top: 53%;
	}
	#home .sec-access .map_info{
		align-items: flex-start;
	}
	#home .sec-company a {
		display: block;
		max-width: 500px;
		margin: 0 auto;
	}
	#home .sec-company a:after{
		content: '';
		padding-top: 25%;
		display: block;
	}
	#home .sec-company a img{
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		object-fit: cover;
		object-position: left;
		font-family: 'object-fit: cover; object-position: left;';
		filter: brightness(0.5);
	}
	#home .sec-company a span {
		right: 35px;
		font-size: 20px;
		padding-right: 25px;
	}
	#home .sec-access .map_info p span{
		font-size: 16px;
	}
}
/*************************************
* 下層ページ共通
*************************************/
.anchor_link{
	padding-top: 40px;
margin-top: -40px;
}
section{
	padding: 5% 0;
}
.bg_cream{
	background: #fbfaf1;
}
.bg_orange{
	background: #FDF3E0;
}
.brown{
	color: #a6937c;
}
p.preparation{
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	color: #80c269;
	margin: 5% 0;
}
h2.page_title{
	display: flex;
	align-items: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:28px;
	margin-bottom: 3em;
	margin-top: 30px;
	color: #6da75c;
	letter-spacing: 0.1em;
	justify-content: center;
}
h2.page_title:before{
content: "";
    width: 75px;
    height: 70px;
    background: url(../img/common/icon_subtitle02.png) no-repeat;
    background-size: contain;
}
p a.back{
  color: #80c269 !important;
  text-decoration-line: underline !important;
	background: url(../img/news/icon_prev.png) no-repeat left;
    padding-left: 20px;
}
p a.back:hover{
  text-decoration: none !important;
}


h3.page_title{
font-size: 20px;
    margin-bottom: 2em;
    padding: 0.5em 0 0 1.5em;
    position: relative;
    background: url(../img/common/icon_subtitle03.png) no-repeat;
    color: #a6937c;
}
.full{
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: calc(50vw - 50%);
	padding-left: calc(50vw - 50%);
}
.full.bg_green{
	background:url("../img/common/bg_subback01_pc.png") repeat;
	background-position:center;
}
.full.bg_gray{
	background:url("../img/common/bg_subback02_pc.png") repeat;
	background-position:center;
}
.full.bg_red{
	background:url("../img/common/bg_subback03_pc.png") repeat;
	background-position:center;
}
.round_bgWhite{
	background-color: #ffffff;
	padding: 8% 5% 5% 5%;
	border-radius: 20px;
}
@media screen and (max-width:1100px) {
	.full {
		margin: 0 -60px;
	}
}
@media screen and (max-width:1000px) {
	.full {
		margin: 0 -20px;
	}
}
@media screen and (max-width: 768px){
	.full{
		margin-right: calc(50% - 50vw);
		margin-left: calc(50% - 50vw);
		padding-right: calc(50vw - 50%);
		padding-left: calc(50vw - 50%);
	}
	section {
		padding:5% 2%;
	}
	section:first-of-type {
		padding-top:0;
	}
	h2.page_title{
		font-size: 18px;
		margin-bottom: 2em;
	}

	h2.page_title::before {
		width: 45px;
		height: 40px;
	}

	h3.page_title{
		font-size: 16px;
		background: url(../img/common/icon_subtitle03_sp.png)no-repeat;
		background-size: contain;
		min-height: 42px;
	}
}

/*************************************
* 当院のご案内
*************************************/
#about h3{
	text-align: center;
	color: #4c4c4c;
	font-size: 24px;
		margin-bottom: 2em;
	
}
#about p{
	margin-bottom: 1em;
}

#about .treatment{
	
}

#about .treatment .c_box{
	margin-bottom: 4em;
}
#about .treatment .c_box:last-of-type{
	margin-bottom: 2em;
}

#about .treatment .ttl{
	text-align: left;
	margin-bottom: 2em;
    display: flex;	
		font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
#about .treatment .ttl span{
	color: #8B795E;
	font-style: italic;
	    font-size: 30px;
	margin-right: 1.3em;
	position: relative;
	display: flex;
	margin-top: -6px;
	white-space: nowrap;
}
#about .treatment .ttl span::after{
    content: "";
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: rgba(176,154,119,0.3);
	    position: absolute;
    left: 0.3em;
	    top: 3px;
}
#about .treatment .ttl h3{
	text-align: left;
	color: #B09A77;
    font-size: 28px;
	margin-bottom: 0;
	    line-height: 1.3;

}
#about #schedule{
	width: 80%;
	margin: auto;
}
#about #schedule .time{
	margin-bottom: 20px;
	
}
#about #schedule .detail{
	display: flex;
	
}
#about #schedule .staff_img{
		display: flex;
}
#about #schedule .staff_img img{
	max-width: 82px;
	width: 100%;
}
#about #schedule .staff_img p{
	margin-top: 6px;
	line-height: 1.3;
}
#about #schedule .staff_img div{
	width: 80px;
	margin-right: 36px;
	text-align: center;
}
#about #schedule .txt ul{
	    font-size: 15px;
	line-height: 1.5;
}

#about #schedule .txt ul li{
	text-indent: -1.3em;
    padding-left: 1.3em;
}
#about #schedule .txt ul li::before {
    content: "※";
    margin-right: 0.3em;
}





#about .box_Rimg,#about .box_Limg{
	display: flex;
	width: 100%;
	align-items: center;
}
#about .box_Rimg div:first-child {
	order: 2;
	margin-left: 3%;
	width: 46%;
}
#about .box_Rimg div:last-child {
	order: 1;
	width: 52%;
}
#about .box_Rimg table.time_table{
    table-layout: fixed;
}
#about .box_Rimg table.time_table th,
#about .box_Rimg table.time_table td{
	text-align: center;	
	padding: 2px;
	position: relative;
}
#about .box_Rimg table.time_table th{
	color: #fff;
	background: #a6937c;
		border-bottom: 1px solid #d1c1ae;
	line-height: 1.2em;
}
#about .box_Rimg table.time_table th.title{
	padding: 10px;
}
#about .box_Rimg table.time_table td{
	background: #fff;
	border-right: 1px solid #a6937c;
	border-bottom: 1px solid #a6937c;
}


#about .box_Rimg table.time_table td .asterisk{
    position: absolute;
    top: -3px;
    right: 4px;
	color: #292929;
	font-size: 12px;
}
#about .box_Rimg table.time_table td:empty {
    	background-image: url(../img/about/line02.svg);
}


#about .box_Rimg table.time_table th.menu{
	    height: 49px;
	background-image: url(../img/about/line01.svg);}

#about .box_Rimg table.time_table th.menu .menu1{
	    position: absolute;
    top: 2px;
    right: 2px;
	font-size: 13px;
	margin-bottom: 0;
}
#about .box_Rimg table.time_table th.menu .menu2{
	    position: absolute;
    bottom:2px;
    left: 2px;
	font-size: 13px;
		margin-bottom: 0;

}
#about .hospital_img{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 2%);
	margin-bottom: 30px;
}
#about .hospital_img .box{
    margin: 0 2% 2% 0;
    box-sizing: border-box;
    width: calc(33% - 2%);
}
#about .hospital_img .box img{
	margin-bottom: 10px;
}
#about .box_Limg div.img {
	width: 51%;
}
#about .box_Limg div.text {
	margin-left: 3%;
	width: 52%;
}
#about .box_Rimg2 div:first-child{
	float: right;
	margin-left: 3%;
	width: 45%;
}
#about .box_Limg div.text h3{
	font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	line-height: 1.5em;
	font-size: 22px;
	font-weight: 600;
}
#about .box_Limg div.text .bg_box{
	background: #E7F7FA;
	padding: 3%;
	margin: 3% 0
}
#about .profile p.name{
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 3px;
}
#about .profile_memo{
	background: #E7F7FA;
	padding: 2%;
	margin-bottom: 10%;
	margin-top: 3%;
}
#about .profile_memo h4{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 0.5em;
}
#about .profile_memo ul {
	overflow: hidden;
}
#about .profile_memo ul li{
	margin-right: 2em;
	float: left;
}
#about .profile_memo ul li:before {
	content: "■";
	margin-right: 7px;
	color: #80c269;
}
#about p.sp_mb{
	margin-bottom: 0;
}

@media screen and (max-width: 768px){
	#about section:first-of-type,
	#menu section:first-of-type{
		padding-top: 5%;
	}
	#about h3{
		font-size: 16px;
		margin-bottom: 1.5em;
	}
	#about p.sp_mb{
		margin-bottom: 1.5em;
	}
	#about .treatment {
    width: 96%;
    margin: auto;
	}
	#about .treatment .ttl {
    margin-bottom: 1.3em;
	}
	#about .treatment .c_box {
    margin-bottom: 3em;
}
	#about .treatment .ttl span{
		font-size: 20px;
	}
	#about .treatment .ttl span::after {
    content: "";
    width: 30px;
    height: 30px;
	}
	#about .treatment .ttl h3{
		font-size: 18px;
	}
	#about #message,#outpatient #nosmoking{
		padding-top: 40px;
		margin-top: -40px;
	}
	#about #features,#outpatient #general{
		padding-top: 65px;
		margin-top: -65px;
	}
	p.sp_mb{
		margin-bottom: 1.5em;
	}
	#about #schedule{
		width: 96%;
	}
	#about #schedule .detail{
		display: block;
	}
	#about #schedule .staff_img {
    justify-content: center;
	}
	#about #schedule .staff_img div {
       width: 100px;
    padding: 0 13px;
    margin: 0;
	}
#about #schedule .txt {
	margin-top: 20px;
	
}
	#about #schedule .txt ul {
    font-size: 13px;
	}
	#about .box_Rimg,#about .box_Limg {
		display: block;
		width: 100%;
	}
	#about .box_Limg div.text {
		margin-left: 0;
		margin-bottom: 5%;
		width: 100%;
	}
	#about .box_Limg div.img{
		width: 80%;
		margin: auto;
		margin-bottom: 5%;
		text-align: center;
	}
	#about .box_Rimg div:first-child{
	        width: 96%;
    margin: auto;
	}
	#about .box_Rimg div:last-child{
		    display: flex;
    align-items: center;
    flex-direction: column;
	    width: 90%;
    margin: auto;
    margin-top: 10px;
		    font-size: 12px;
	}
	#about .box_Rimg table.time_table{
		font-size: 12px;
	}
	#about .box_Rimg table.time_table th{
		font-size: 10px;
		
	}
	#about .box_Rimg table.time_table th.menu .menu1{
		top: 5px;
    right: 5px;
				font-size: 10px;

	}
		#about .box_Rimg table.time_table th.menu .menu2{
bottom: 5px;
    left: 5px;
				font-size: 10px;

	}
	#about .hospital_img{
		display: block;
		    width: 100%;
	}
	#about .hospital_img .box {
    width: 90%;
   text-align: center;
		margin: auto;
		margin-bottom: 20px;
}
	#about .hospital_img .box{
		    max-width: 300px;
	}
	#about .box_Limg div.text h3,#about .profile p.name{
		font-size: 16px;
		line-height: 1.5;
	}
	#about .profile_memo h4{
		font-size: 16px;
	}
	#about .box_Rimg2 div:first-child {
		float: none;
		margin-left: 0;
		width: 80%;
		margin: auto;
		margin-bottom: 5%;
	}
	#about .box_Limg div.text .bg_box{
		margin: 5% 0;
	}
	#about .profile_memo ul li{
		float: none;
	}
}

/*************************************
* 医師のご紹介
*************************************/
#doctor{
overflow: hidden;
padding-top: 50px;
}
.dr_title{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 2.6em;
}
.dr_title h3{
	text-indent: -1.3em;
	color: #B09A77;
	font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.dr_title::before{
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
	background: rgba(176,154,119,0.3);
}
.dr_title::after{
    content: "";
    flex-grow: 1;
    border-top: 2px solid #B09A77;
    margin-left: 0.6em;
}
.dr_box{
	position: relative;
	padding: 0;
}

.dr_box .leaf_top {
    position: absolute;
    right: -30px;
    bottom: -30px;
    z-index: 2;
    transform: rotate(90deg);
}
.dr_box .leaf_bottom {
	position: absolute;
    z-index: 2;
    transform: rotate(-80deg);
    top: -100px;
    left: -30px;
}
.dr_box .bg_dr{
	background: url(../img/doctor/bg.png) no-repeat;
	background-size: cover;
	padding: 5% 0;
}
.dr_box .bg_cream{
	padding: 5% 0;
}
.dr_box .clearfix{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.dr_box .clearfix .img-box{
	width: 45%;
	margin-right: 3%;
	text-align: center;
}
.dr_box .clearfix .txt-box{
		width: 52%;
    position: relative;
    z-index: 3;
}

.dr_box .clearfix .f_02{
	width: 47%;
	margin-right: 6%;
}
.dr_box .clearfix .f_02:last-child{
	margin-right: 0;
}

.dr_box .clearfix .img-box figure{
	    position: relative;
	margin-bottom: 30px;
}
.dr_box .clearfix .img-box figure:last-of-type{
	margin-bottom: 0;
}
.dr_box .clearfix .img-box figure img{
	width: 85%;
	max-width: 360px;
			   object-fit: cover;
	object-position: right top;
}
.dr_box .clearfix .img-box figure:first-of-type img{
  max-height: 460px;
}
.dr_box .clearfix .img-box figure:nth-of-type(2) img{
		max-height: 360px;		
}
.dr_box .clearfix .img-box figure.noimg_01{
	margin-bottom:6%;
}
.dr_box .profile_caption {
    font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    margin:30px 0 0 auto;
    background: #96cc86;
/*	background: rgba(128,194,105,0.8);*/
    padding: 20px 26px;
    color: #FFFFFF;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 30px;
    text-align: left;
    width: 260px;
}
.dr_box .profile_caption h3{
padding-bottom: 6px;	
}
.dr_box .profile_caption h3 em{
	margin-right: 1em;
}
.dr_box .profile_caption h3 strong{
	display: block;
	    font-size: 24px;
	font-weight: 600;
	letter-spacing: 0.36em;
}
.dr_box .profile_caption ul{
	    border-top: 1px solid #fff;
    padding-top: 10px;
	line-height: 1.3;
}
.dr_box .profile_caption ul li{
	text-indent: -1em;
    padding-left: 2em;
}
.dr_box .profile_caption ul li:before {
content: "−";
    color: #fff;
    margin-right: 0;
    font-size: 12px;
    background: none;
    width: 1em;
}

.dr_box .clearfix .catch h4{
	color: #B09A77;
    font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 28px;
    font-weight: bold;
	    margin-bottom: 1.3em;
    line-height: 1.5;
}
.dr_box .clearfix .catch p{
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.dr_box .txt-inner{
	padding-left: 1em;
}
.dr_box .dl-career{
	display: flex;
	 flex-wrap: wrap;
	width: 100%;
}
.dr_box .dl-career dt{
width: 9em;
}
.dr_box .dl-career dd {
width: calc(100% - 9em);
margin-bottom: 9px;
}

.dr_box ul{
	
}
.dr_box ul li{
	text-indent: -1em;
	padding-left: 1em;
}
.dr_box ul li:before {
    display: inline-block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #B09A77;
    margin-right: 9px;
}

#doctor .bg_orange{
	position: relative;
}
#doctor .bg_orange .sns_width{
	max-width: 780px;
	margin: auto;
}
#doctor .youtube_wrap{
	padding-top: 56.25%;
    width: 100%;
    position: relative;
	margin-bottom: 5%;
}
#doctor .youtube_wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
#doctor .banner_flex{
	    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 4%);
}
#doctor .banner_flex div {
    width: calc(50% - 4%);
    margin-right: 4%;
	margin-bottom: 4%;
}


@media screen and (max-width: 768px){
	#doctor{
		padding-top: 50px;
	}
	#doctor section{
		padding: 0;
		z-index: 0;
	}
	.dr_box .bg_dr,.dr_box .bg_cream{
		padding: 5%;
	}
	#doctor .container{
		padding: 0;
	}
	.dr_title{
		margin-bottom: 1.6em;
	}
	.dr_title::before {
width: 43px;
    height: 43px;
	}
	.dr_title h3{
		font-size: 18px;
	}
	.dr_box{
		background: none;
	}
	.dr_box .leaf_top{
		    top: -90px;
    bottom: auto;
    right: -143px;
		transform: rotate(0);
	}
	.dr_box .leaf_bottom{
		top: 263px;
		    transform: rotate( 180deg );
		left: -143px;
	}
	.dr_box .clearfix .img-box{
		width: 100%;
		margin-right: 0;
		text-align: center;
		padding-top: 30px;
	}
	.dr_box .clearfix .f_02{
		width: 100%;
		margin-right: 0;
		margin-bottom: 3em;
	}

	.dr_box .clearfix .img-box figure{
		    width: 90%;
    margin: auto;
		margin-bottom: 30px;
	}
	.dr_box .clearfix .img-box figure:first-of-type img {
   max-height: 390px;
}
	.dr_box .clearfix .img-box figure:nth-of-type(2) img {
    max-height: 300px;
}
	.dr_box .clearfix .img-box figure.noimg_01 {
    margin-bottom: 60px;
}
	.dr_box .profile_caption{
				position: absolute;
		bottom: -50px;
		    right: -10%;
		width: auto;

	}
		.dr_box .profile_caption h3 i {
    font-size: 12px;
	}
	.dr_box .profile_caption h3 strong {
    font-size: 18px;
	}
	.dr_box .clearfix .txt-box{
		    width: 100%;
		    margin-top: 30px;
	}
	.dr_box .clearfix .catch h4{
		font-size: 18px;
	}
	.dr_box .clearfix .catch p{
	font-size: 14px;
}
	#doctor .bg_orange{
		width: 100%;
		margin: auto;
		padding: 5%;
	}
	#doctor .banner_flex{
		width: 100%;
	}
	#doctor .banner_flex div{
		width: 100%;
		margin: auto;
		margin-top: 3%;
		text-align: center;
		max-width: 450px;
	}
	
	
}

/*************************************
* 診療内容
*************************************/
#menu h4{
	text-align: center;
	font-size: 24px;
	margin-bottom: 2em;
	letter-spacing: 0.1em;
	color: #6da75c;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#menu .medical_detail h4,
#menu .medical_detail .medical_check h4{
color: #6da75c;
    text-align: left;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
	    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif,"pedi_icon";
	margin-bottom: 3px;
}
#menu .medical_detail h4::before,
#menu .medical_detail .medical_check h4::before {
    content: "■";
}
#menu .medical_detail h5,
#menu .medical_detail .medical_check h5{
	color: #6da75c;
    text-align: left;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
	    font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif,"pedi_icon";
}
#menu .medical_detail h4,
#menu .medical_detail h5{
	padding-left:0;
}
#menu .medical_detail h5::before,
#menu .medical_detail .medical_check h5::before {
    content: "- ";
}
p.menu_lead{
		text-align: center;
    font-size: 20px;
    color: #6da75c;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#menu .bg_menu {
   background: url(../img/menu/bg.png) no-repeat;
    background-size: cover;
}






.medical_detail{

	
}

.medical_detail .flex_img{
width: 100%;
	    display: flow-root;
}
.medical_detail .flex_img .Box_txt{

}
.medical_detail .flex_img .Box_img{
    width: 25%;
    margin-top: -56px;
    float: right;
    margin-left: 3%;

}
.medical_detail .medical_check{
	background: #fbfaf1;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px 10px 20px 10px;
}
.medical_detail .medical_check ul {
    display: flex;
    flex-wrap: wrap;
}

.medical_detail .medical_check ul li {
    margin: 10px 10px 10px 23px;
    position: relative;
    padding-left: 26px;
}

.medical_detail .medical_check ul li::before {
    content: url(../img/menu/check.png);
    position: absolute;
    top: 3px;
    left: -3px;
}
.medical_detail .medical_check p{
	margin: 0 20px;
}


@media screen and (max-width: 768px){

	#menu h4{
		font-size: 15px;
		    margin-bottom: 1em;
	}
	p.menu_lead,
	#menu .medical_detail h4,#menu .medical_detail h5,
	#menu .medical_detail .medical_check h4,#menu .medical_detail .medical_check h5{
		font-size: 15px;
	}


	.medical_detail .medical_check ul li{
		    margin: 3px 9px 3px 19px;
	}
	
	.medical_detail .flex_img .Box_img {
      width: 37%;
    margin: auto;
		margin-left: 7px;
	}
	
}

/*************************************
*　カウンセリング
*************************************/
/*カウンセリング用メインビジュアル*/
#page_eyecatch.counseling .box{
	position: absolute;
    bottom: 60px;
    right: 6%;
}
#page_eyecatch.counseling .box .Button_link{
	
}
#page_eyecatch.counseling .box .Button_link a{
	    width: 300px;
}


#counseling .round_bgWhite{
	background-color:rgba(255,255,255,0.7);
}
#counseling .copy{
	text-align: center;
    font-size: 28px;
    letter-spacing: 0.1em;
	line-height: 1.5;
    color: #6da75c;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	
}
#counseling .full{
	 position: relative;
}
#counseling .bg_green {
    background: rgba(236,247,225,0.6);
    background-position: center;
}
#counseling .bg_yellow {
    background: rgba(250,248,226,0.8);
    background-position: center;
}


#counseling .bg_img01{
    position: absolute;
    bottom: 0;
    right: 0;
	z-index: -1;
	opacity: 0.9;
}
#counseling .bg_img01_sp,
#counseling .bg_img02_sp{
	display: none;
}
#counseling .bg_img02{
    position: absolute;
    bottom: 0;
   left: 0;
	z-index: -1;
	opacity: 0.9;
}
#counseling .bg_img03{
    position: absolute;
    bottom: 0;
    left: 0;
	z-index: -1;
	    width: 100%;
}

#counseling .bg_img01 img,
#counseling .bg_img02 img{
    max-width: 830px;
    width: 100%;
}
#counseling .bg_img03 img{
	width: 100%;
	    max-height: 800px;
}

#counseling h2{
	text-align: center;
	    font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 1em;
	line-height: 1.3;	
}

#counseling .about_box{
	border: #FBE5CB 7px solid;
	background: #fff;
	border-radius: 30px;
	box-sizing: border-box;
	padding:  3%;
}
#counseling .about_box h3{
	color: #B09A77;
		text-align: center;
	    font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 24px;
    font-weight: bold;
	margin-bottom: 1.3em;
}
#counseling .about_box p{
	margin-top: 1em;
}
#counseling .about_box p.caption{
	font-size: 14px;
	text-indent: -1em;
    padding-left: 1.5em;
	
}
#counseling .about_box a{
	color: #6da75c;
	text-decoration: underline;
}
#counseling .about_box a:hover{
	text-decoration: none;
}

#symptoms{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% + 3%);
	margin-top: 140px;
}

#symptoms .box{
	    border: #FBE5CB 7px solid;
    background: #fff;
    margin-right: 3%;
    box-sizing: border-box;
    padding: 100px 1% 1%;
    width: calc(33.33% - 3%);
    position: relative;
    border-radius: 30px;
}
#symptoms .box .icon{
	    width: 162px;
    height: 162px;
       border: #FBE5CB 7px solid;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}
#symptoms .box .icon img{
	width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

#symptoms h3{
		color: #B09A77;
		text-align: center;
	    font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 19px;
    font-weight: bold;
}
#symptoms p{
	margin-top: 1em;
	font-size: 15px;
}


#counseling .sp_bgimg{
margin: 3em 0;
	position: relative;
}

#counseling .arrow_wrap{
	width: 50px;
    height: 29px;
    border-top: 29px solid #6DA75C;
    border-right: 25px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 25px solid transparent;
    margin: auto;

}



#counseling .arrow_title{
	    color: #B09A77;
    text-align: center;
    font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 40px;
    font-weight: bold;
	margin: 13px 0 16px 0;
	line-height: 1.3;
}

#counseling .round_bgWhite.bg01{
	    border-radius: 20px 20px 0 0;
}
#counseling .round_bgWhite.bg02{
	    border-radius: 0 0 20px 20px;
	padding: 5% 5% 5% 5%;
}
#counseling .box_plan{
	    background: rgba(167,209,122,0.2);
    padding: 5%;
    width: calc(100% + 11.2%);
    margin: 0 -5.6%;
}

#counseling .box_plan h3{
	text-align: center;
    font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1em;
}
#counseling .box_plan p.price{
	color: #D46262;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	
	
	
	
}

#counseling .box_plan p.caption{
	    text-indent: -1em;
    padding-left: 1.5em;
}


#counseling .box_plan p.price small{
	font-size: 20px;
	font-weight: normal;
}

#counseling .Button_link,
#page_eyecatch.counseling .Button_link{
	    display: flex;
    justify-content: center;
	margin: 2em 0;
}
#counseling .Button_link a,
#page_eyecatch.counseling .Button_link a{
    font-size:20px;
    letter-spacing: 0.1rem;
    width: 90%;
	max-width: 309px;
	    height: 69px;
	background: #6DA75C;
    color: #fff;
	border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


#counseling .Button_link a::after ,
#page_eyecatch.counseling .Button_link a::after{
content: '';
    position: absolute;
    right: 13%;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #6DA75C;
    border-right: 2px solid #6DA75C;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#counseling .Button_link a::before,
#page_eyecatch.counseling .Button_link a::before{
    content: '';
    background: rgba(255,255,255,0.8);
    width: 29px;
    height: 29px;
    border-radius: 50%;
    right: 10%;
    position: absolute;
}



#counseling .Button_link a:hover,
#page_eyecatch.counseling .Button_link a:hover{
	opacity: 0.7;
}



#counseling #voice{
	    display: flex;
    justify-content: center;
    width: 103%;
	flex-wrap: wrap;
}

#counseling #voice .box{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 3% 2%;
	border: #FBE5CB 7px solid;
    background: #fff;
    margin: 0 3% 26px 0;
    box-sizing: border-box;
    width: calc(50% - 3%);
    position: relative;
    border-radius: 30px;
}
#counseling #voice .left{
    display: block;
	width: 35%;
	margin-right: 5%;
}


#counseling #voice .thumbnail{
border: #FBE5CB 7px solid;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
#counseling #voice .thumbnail img{
	    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
#counseling #voice .right{
	width: 60%;
	    font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-weight: bold;
	font-size: 15px;
	    line-height: 1.6;
	
}




@media screen and (max-width: 768px){

	#counseling .bg_yellow{
		    padding-bottom: 0;
	}
	#counseling .round_bgWhite{
		padding: 8% 5%;
	}
	#counseling .sp_bgimg{
margin: 2em 0;
}
	
	#counseling .bg_img01,#counseling .bg_img02{
		display: none;
	}
#counseling .bg_img01_sp{
	display: block;
	    position: absolute;
    bottom: -2em;
        right: -3%;
	z-index: -1;
	opacity: 0.9;
	width: 43%;
}

#counseling .bg_img02_sp{
	display: block;
	    position: absolute;
    bottom: -8em;
        left: -2%;
	z-index: -1;
	opacity: 0.9;
	width: 50%;
}
	
	#page_eyecatch.counseling .box {
    position: absolute;
    bottom: 0px;
    right: 3%;
}
	#page_eyecatch.counseling .Button_link{
		    margin: 1em 0;
	}
	#page_eyecatch.counseling .box .Button_link a{
		width: 200px;
	}
	#counseling .Button_link a, #page_eyecatch.counseling .Button_link a{
		font-size: 16px;
		height: 49px;
	}
	#counseling .Button_link a::before, #page_eyecatch.counseling .Button_link a::before {
    width: 16px;
    height: 16px;
		    right: 6%;
	}
	#page_eyecatch.counseling .Button_link a::after{
				    width: 6px;
    height: 6px;
		right: 9%;
	}
	#counseling .Button_link a::after{
		    width: 6px;
    height: 6px;
		right: 8%;
	}
	
	
	#counseling .copy{
		    font-size: 15px;
		font-weight: bold;
	}
	#counseling h2{
		    font-size: 18px;
	}
	#counseling .about_box{
		padding: 5%;
	}
	#counseling .about_box h3{
		    font-size: 16px
	}
	#symptoms{
		width: 100%;
		margin-top: 6%;
	}
	#symptoms .box{
		width: 100%;
		    padding: 63px 5% 5%;
		margin-right: 0;
		margin-top: 69px;
	}
	#symptoms .box .icon{
	width: 103px;
    height: 103px;
top: -59px;
		border: #FBE5CB 6px solid;
	}
	#symptoms h3{
		  font-size: 16px
	}
	#counseling .arrow_title{
				font-size: 18px;
		    margin: 10px;
	}
	#counseling .arrow_wrap {
  width: 30px;
    height: 15px;
    border-top: 15px solid #6DA75C;
    border-right: 15px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 15px solid transparent;
	}
	#counseling .box_plan h3{
		  font-size: 16px
	}
	#counseling .box_plan p.price{
		  font-size: 22px
	}
	#counseling .box_plan p.price small{
		font-size: 14px;
	}

	#counseling .round_bgWhite.bg01{
		border-radius: 20px;
		position: relative;
		margin-bottom: 8em;
	}
	#counseling .round_bgWhite.bg02{
		background: none;
		padding: 0;
	}
	
	
	
	
	





	
	#counseling #voice{
    overflow-x: auto;
    flex-wrap: nowrap;
    width: 100%;
		justify-content: flex-start;
		padding-bottom: 30px;
	}
	
	
	#counseling #voice .box{
width: 90%;
    flex-shrink: 0;
		display: block;
		margin: 0 5% 0 0;
		padding: 5%;
	}
	#counseling #voice .left{
   margin: auto;
		width: 40%;
	}

		#counseling #voice .right{
					width: 100%;
		font-size: 13px;
			    margin-top: 3%;
	}
	#counseling #voice .thumbnail{
		    border: #FBE5CB 5px solid;
	}
	
	#counseling .next_txt{
		margin-top: 10px;
		margin-bottom: 20px;
		position: relative;
		text-align: right;
		padding-right: 43px;
		
	}
	
	#counseling .next_txt::before {
content: '';
    position: absolute;
    right: 0;
		    top: 6px;
    width: 29px;
    height: 6px;
    border-bottom: solid 1px;
    border-right: solid 1px;
    transform: skew(45deg);
}
	
	
	
	
}
/*************************************
* 初めての方へ
*************************************/
#guide .bg_cream .flow{
	padding: 30px 0; 
}
#guide .flow{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 30px;
}
#guide .flow .title{
      margin-right: 1%;
    width: 30%;
}
#guide .flow .detail{
    width: 69%;
    border: 1px solid #a6937c;
    box-sizing: border-box;
    padding: 20px;
}
#guide .flow h3{
	color: #a6937c;
	font-size: 24px;
	margin: 20px;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
#guide .flow h3 span{
	position: relative;
	margin-right: 1em;
}
#guide .flow h3 span::before{
    content: "";
    background: url(../img/common/main_title.png)no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
    position: absolute;
    top: -12px;
    left: -20px;
}
#guide .flow .detail ol li{
	  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
#guide .flow .detail ol li::before{
	  display: marker;
  content: "(" counter(cnt) ") ";
}
#guide .flow .down_arrow{
	    text-align: center;
    margin-top: 70px;
}
#guide .flow  a:hover .boton_link{
opacity: 0.7;
    transition: .2s;
}
#guide .flow .boton_link{
	border-radius: 35px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    background: url(../img/guide/more.png) no-repeat;
    position: relative;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    background-position: center;
    background-size: cover;
}
#guide .flow .boton_link small{
	font-size: 15px;
}
#guide .flow .boton_link::after {
    content: url(../img/home/aroow_white.png);
    position: absolute;
    right: 19px;
    top: 20px;
}
#guide .flow .boton_link.word::after,
#guide .flow .boton_link.pdf::after{
    content: url(../img/menu/aroow.png);
    position: absolute;
    right: 19px;
    top: 20px;
}
#guide .flow .boton_link.word::before {
    content: url(../img/guide/word.png);
    position: absolute;
 left: 19px;
    top: 17px;
}
#guide .flow .boton_link.pdf::before {
    content: url(../img/guide/pdf.png);
    position: absolute;
 left: 19px;
    top: 17px;
}
#guide .flow .flex_link{
	display: flex;
    flex-wrap: wrap;
    width: calc(100% + 2%);
}
#guide .flow .flex_link .box{
	margin-right: 2%;
    width: 48%;
}

/*よくある質問*/
#faq_contents{
	line-height: 1.6;
}
#faq_contents details{
	position: relative;
	    margin-bottom: 1.25em;
}
#faq_contents summary {
cursor: pointer;
    display: flex;
       padding: 30px 70px 26px 9%;
    transition: .3s;
    outline: none;
    position: relative;
    min-height: 80px;
    box-sizing: border-box;
    background: #fbfaf1;
	    color: #a6937c;
    border-radius: 1em;
	font-size: 18px;
}
#faq_contents summary::-webkit-details-marker {
	display: none;
}
#faq_contents summary::before {
	content: "Q";
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;
	font-size: 26px;
	position: absolute;
	top: 25px;
	left: 3%;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #a6937c;
	transition: .3s;
}
#faq_contents summary::after {
	content: "\e90b";
	font-size: 18px;
	color: #a6937c;
	position: absolute;
	top: 30px;
	right: 3%;
	transition: .3s;
}
#faq_contents details[open] summary::after {
	content: "\e90a";

}
#faq_contents details div {
	    padding: 30px 30px 26px 9%;
	position: relative;
	min-height: 80px;
	box-sizing: border-box;
}
#faq_contents details div ol,
#faq_contents details div ul{
	    padding-left: 1.5em;
}
#faq_contents details div::before {
	content: "A";
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background: #80c269;
	color: #fff;
	font-size: 26px;
	position: absolute;
	top: 25px;
	left: 3%;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
#faq_contents summary:hover{
    background: #96cc86;
    color: #fff;
}
#faq_contents summary:hover::before{
	background: #fff;
	color: #96cc86;
}
#faq_contents summary:hover::after{
		color: #fff;
}


@media screen and (max-width: 1100px){
	#guide .bg_cream.full{
	    padding: 0 60px;
    margin: 0 -60px;
	}	
	
}

@media screen and (max-width: 768px){
		#guide .bg_cream.full{
		    margin: 0 -20px;
    padding: 30px;
	}	
	#guide .bg_cream .flow{
		padding: 20px 0;
	}
	#guide .flow {
    padding: 20px 0;
		position: relative;
}
#guide .flow::after {
    content: "";
    background: url(../img/guide/down_arrow.png)no-repeat;
    background-size: contain;
  height: 70px;
    width: 40px;
    position: absolute;
        bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
	#guide .flow .title,
	#guide .flow .detail{
		width: 100%;
		margin-right: 0;
	}
	#guide .flow .detail{
		margin-bottom: 40px;
	}
	#guide .flow.last .detail{
		margin-bottom: 0;
	}
	#guide .flow.last::after{
		content: none;
	}
	#guide .flow h3{
		font-size: 16px;
		text-align: center;
	}
	#guide .flow h3 span::before{
		height: 42px;
    width: 43px;
	}
	#guide .flow .down_arrow{
		display: none;
	}
	#guide .flow .flex_link{
		width:100%;
		display: block;
	}
	#guide .flow .flex_link .box {
    width: 100%;
    max-width: 300px;
    margin: auto;
}
	#guide .flow .boton_link{
		font-size: 14px;
	}
	#guide .flow .boton_link small{
		font-size: 12px;
	}
	
	#faq_contents summary{
		font-size: 14px;
		    padding: 20px 43px 20px 59px;
	}
	#faq_contents summary::before,
	#faq_contents details div::before{
		width: 29px;
    height: 29px;
    font-size: 20px;
	}
	#faq_contents summary::after {
    font-size: 14px;
	}
	#faq_contents details div {
    padding: 20px 10px 20px 59px;
		    font-size: 13px;
	}
	
	
	
	
}
/*************************************
* 個人情報保護方針
*************************************/
#privacy{
	counter-reset: number;
}
#privacy .author{
	text-align: right;
	margin-bottom: 2em;
}
#privacy h3{
	font-size: 18px;
	color: #80c269;
	padding-left: 1em;
	margin-bottom: 1em;
	position: relative;
}
#privacy h3:before{
	counter-increment: number;
	content: counter(number, upper-roman);
	width: 1em;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
#privacy h3:not(:first-of-type){
	margin-top: 2em;
}
#privacy ol{
	list-style: outside decimal;
	margin-left: 1em;
}
#privacy ul li{
	text-indent: -1em;
	padding-left: 1em;
}
#privacy ul li:before{
	content: '＊';
}
@media screen and (max-width:768px) {
	#privacy h3{
		font-size: 16px;
		    margin-bottom: 6px;
	}
	
}

/*************************************
* お問合せ
*************************************/
#contact .text{
	text-align: center;
	margin-bottom: 3em;
}
#contact .wpcf7 table th{
	width: 320px;
	font-weight: bold;
	border-top: 1px #ccc solid;
	padding: 25px 100px 25px 0;
}
#contact .wpcf7 table th span{
	float: right;
	color: #fff;
	background: #80c269;
	border-radius: 3px;
	font-weight: normal;
	font-size: 14px;
	padding: 0 10px;
}
#contact .wpcf7 table td{
	border-top: 1px #ccc solid;
	padding: 25px 0;
}
#contact .wpcf7 .wpcf7-form-control-wrap {
	display: block;
}
#contact .wpcf7 .wpcf7-form-control-wrap + .wpcf7-form-control-wrap{
	margin-top: 10px;
}
#contact .wpcf7 .wpcf7-text {
	color: inherit;
	font-family: inherit;
	border-radius: 5px;
	border: 1px #ccc solid;
	outline: none;
	padding: 0 15px;
	-webkit-appearance: none;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	background: #fff;
	max-width: 100%;
	width: 500px;
}
#contact .wpcf7 .wpcf7-text::placeholder,
#contact .wpcf7 .wpcf7-text:-ms-input-placeholder,
#contact .wpcf7 .wpcf7-text::-ms-input-placeholder {
	color: #eee;
}
#contact .wpcf7 .wpcf7-text:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
#contact .wpcf7 .wpcf7-textarea {
	color: inherit;
	font-family: inherit;
	-webkit-appearance: none;
	border-radius: 5px;
	border: 1px #ccc solid;
	outline: none;
	padding: 10px;
	resize: none;
	height: 220px;
	font-size: inherit;
	display: block;
	background: #fff;
	max-width: 100%;
	width: 500px;
}
#contact .wpcf7 .wpcf7-textarea::placeholder,
#contact .wpcf7 .wpcf7-textarea:-ms-input-placeholder,
#contact .wpcf7 .wpcf7-textarea::-ms-input-placeholder {
	color: #eee;
}
#contact .wpcf7 .wpcf7-text.wpcf7c-conf{
	border: none;
}
#contact .wpcf7 .wpcf7-textarea.wpcf7c-conf{
	border: none;
	height: auto;
}
#contact .wpcf7 .control{
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	margin-top: 60px;
}
#contact .wpcf7 .control input {
	border: none;
	font-family: inherit;
	-webkit-appearance: none;
	border-radius: 3px;
	width: 400px;
	color: #80c269;
	outline: none;
	display: block;
	cursor: pointer;
	text-align: center;
	height: 74px;
	line-height: 74px;
	position: relative;
	text-decoration: none;
	font-size: 18px;
	background: transparent;
	border: 1px #80c269 solid;
	background: url(../img/contact/button_icon1.png) no-repeat;
	background-color: #fff;
	transition: all .2s ease-in-out;
}
#contact .wpcf7 .control input:hover{
	background: url(../img/contact/button_icon2.png) no-repeat;
	background-color: #80c269;
	color: #fff;
}
#contact .wpcf7 .control input.confirm{
	background-position: right 130px center;
	padding-right: 35px;
	margin-right: 40px;
}
#contact .wpcf7 .control input.back{
	background-position: right 150px center;
	padding-right: 20px;
	margin-right: 40px;
}
#contact .wpcf7 .control input.send{
	background-position: right 135px center;
	padding-right: 25px;
}
#contact .wpcf7 .control input:focus{
	outline: none;
}
#contact .wpcf7 .control .ajax-loader{
	display: none;
}
#contact .home{
	margin: 0 auto;
}
@media screen and (max-width:768px) {
	#contact .text{
		text-align: left;
	}
	#contact .wpcf7 .wpcf7-text,
	#contact .wpcf7 .wpcf7-textarea{
		width: 100%;
	}
	#contact .wpcf7 table th{
		width: 100%;
		display: block;
		padding: 10px;
	}
	#contact .wpcf7 table td{
		display: block;
		padding: 10px;
	}
	#contact .wpcf7 .control{
		display: block;
		margin-top: 30px;
	}
	#contact .wpcf7 .control input {
		width: 100%;
		height: 50px;
		line-height: 50px;
		position: relative;
	}
	#contact .wpcf7 .control input.confirm,
	#contact .wpcf7 .control input.back,
	#contact .wpcf7 .control input.send{
		background-position: right 30px center;
		padding-right: 0;
	}
}
/*************************************
* お知らせ
*************************************/
#news .post .title{
	font-size: 20px;
	color: #a6937c;
	margin-bottom: 20px;
}
#news .post .date{
		color: #a6937c;
	font-weight: bold;
	margin-bottom: 2em;
}
#news .post .content h1,
#news .post .content h2,
#news .post .content h3,
#news .post .content h4,
#news .post .content h5,
#news .post .content h6{
	margin: 1em 0;
	font-size: 20px;
	color: #80c269;
}
#news .post .content p{
	margin: 0 0 1em;
}
#news .post .content a{
	color: #80c269;
	text-decoration: underline;
}
#news .post .content a:hover{
	text-decoration: none;
}
#news .post .content ul{
	list-style: disc outside;
	margin: 0 0 1em 1.5em;
	padding: 0;
}
#news .post .content ol{
	list-style: decimal outside;
	margin: 0 0 1em 1.5em;
	padding: 0;
}
#news .post .content .aligncenter {
	display: block;
	margin: 0 auto;
}
#news .post .content .alignright {
	float: right;
	margin: 0 0 10px 20px;
}
#news .post .content .alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
#news .post .pager{
	margin-top: 150px;
	padding-top: 35px;
	border-top: 1px solid #dcdcdc;
}
#news .post .pager a{
	transition: opacity .2s ease-in-out;
}
#news .post .pager a:hover{
	opacity: 0.7;
}
#news .post .pager a[rel="prev"]{
	float: left;
	background: url(../img/news/icon_prev.png) no-repeat left;
	padding-left: 20px;
}
#news .post .pager a[rel="next"]{
	float: right;
	background: url(../img/news/icon_next.png) no-repeat right;
	padding-right: 20px;
}
#news .archive ul{
	border-top: 1px #c9c9c9 solid;
}
#news .archive ul li{
	border-bottom: 1px #c9c9c9 solid;
	padding: 40px 0;
}
#news .archive ul li .date{
	float: left;
	width: 300px;
}
#news .archive ul li .title{
	padding-left: 300px;
	color: #a6937c;
	font-size: 20px;
	display: block;
	transition: opacity .2s ease-in-out;
}
#news .archive ul li .title:hover{
	opacity: 0.7;
}
#news .archive ul li .content{
	padding-left: 300px;
}
#news .archive .pager{
	margin-top: 100px;
}
#news .archive .pager .screen-reader-text{
	display: none;
}
#news .archive .pager .nav-links{
	display: flex;
	align-items: center;
	justify-content: center;
}
#news .archive .pager a{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #80c269;
	margin: 0 10px;
	border-radius: 10px;
	border: 1px #80c269 solid;
	transition: all .2s ease-in-out;
}
#news .archive .pager a:hover{
	background: #80c269;
	color: #fff;
}
#news .archive .pager span.dots{
	margin: 0 5px;
}
#news .archive .pager span.current{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #80c269;
	color: #fff;
	margin: 0 10px;
	border-radius: 10px;
}
@media screen and (max-width:768px) {
	#news .post .content h1,
	#news .post .content h2,
	#news .post .content h3,
	#news .post .content h4,
	#news .post .content h5,
	#news .post .content h6{
		font-size: 16px;
	}
	#news .post .content .aligncenter,
	#news .post .content .alignright,
	#news .post .content .alignleft {
		float: none;
		display: block;
		margin: 0 auto 20px auto;
	}
	#news .post .pager{
		margin-top: 100px;
	}
	#news .archive ul li{
		padding: 20px 0;
	}
	#news .archive ul li .date{
		float: none;
		width: 100%;
	}
	#news .archive ul li .title{
		padding-left: 0;
		font-size: 16px;
	}
	#news .archive ul li .content{
		padding-left: 0;
	}
	#news .archive .pager{
		margin-top: 50px;
	}
	#news .archive .pager a{
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 0 5px;
		border-radius: 5px;
	}
	#news .archive .pager span.current{
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin: 0 5px;
		border-radius: 5px;
	}
}

/*************************************
* コラム
*************************************/
/*#news.single_column .title{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 28px;
    margin-bottom: 3em;
    color: #6da75c;
    text-align: center;
    line-height: 1.3em;
}*/
#news.single_column .content h3{
       font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	    background-color: rgba(167,209,122,0.2);
    color: #292929;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-bottom: 30px;
    padding: 16px;
}

#news.single_column .content h4{
       font-family: "筑紫A丸ゴシック","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	border-bottom: 3px solid #B09A77;
    border-top: 3px solid #B09A77;
	color: #B09A77;
    font-size: 18px;
    font-weight: bold;
	    letter-spacing: 0.1em;

    line-height: 1.4;
    margin: 30px 0 20px;
    padding: 10px;
}
#news.single_column .content h5{
	color: #B09A77;
	padding-left: 1em;
	    position: relative;
	    font-size: 16px;
}

#news.single_column .content h5:before {
background: #B09A77;
    border-radius: 2px;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 4px;
}


#news.single_column .content ul,
#news.single_column .content ol{
	background: #fbfaf1;
	padding: 3% 3% 3% 6%;
    margin: 1em 0;
}

@media screen and (max-width:768px) {
	#news.single_column .content h3{
		font-size: 18px;
	padding: 10px;
	}
	#news.single_column .content h4{
		font-size: 16px;
		    padding: 6px;
	}
	
}
/*************************************
* 404ページ
*************************************/

#notfound p{
  margin: 3em 0;
  text-align: center;
}
@media screen and (max-width:768px) {
  #notfound{
    height: 400px;
  }
  #notfound p{
    text-align: left;
  }
}


