@charset "UTF-8";

/*サムネイルの設定
---------------------------------------------------------*/
.thumbnail{
	display:none;
}

/*メインイメージ
---------------------------------------------------------*/
#m_img .img_area::before {
	padding-top: 750px;	/* 高さ */
}
#m_img .slide_box {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
}
#m_img .slide {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	width: 100%;
}
#m_img .slide::before {
	content: "";	/* 高さ */
	display: block;
	padding-top: 750px;
}
#m_img .slide::after {
	content: "";	/* グラデ */
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 35%;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}
#m_img .slide1 {background-image: url(../images/top/m_img_1@2x.jpg);}
#m_img .slide2 {background-image: url(../images/top/m_img_2@2x.jpg);}
#m_img .slide3 {background-image: url(../images/top/m_img_3@2x.jpg);}
#m_img .slide4 {background-image: url(../images/top/m_img_4@2x.jpg);}
#m_img .slide5{
	background-color: #FBF8F6;
}
#m_img .slide5 ul{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
	display: flex;
	justify-content: center;
}
#m_img .slide5 ul.sp_img{
	display: none;
}
#m_img .slide5 ul::before{
	position: absolute;
	content: "";
	background: url("../images/top/m_img_5_r_bg@2x.png") no-repeat right top; 
	background-size: 100% auto;
	width: 46.7vw;
	max-width: 700px;
	height: 100%;
	right: 0;
	top:0;
	z-index: -1;
}
#m_img .slide5 ul::after{
	position: absolute;
	content: "";
	background: url("../images/top/m_img_5_l_bg@2x.png") no-repeat right top; 
	background-size: 100% auto;
	width: 46.7vw;
	max-width: 700px;
	height: 100%;
	right: 50%;
	top:0;
	z-index: -1;
}
#m_img .slide5 ul li{
	position: relative;
	z-index: 1;
	width: 50%;
	height: 100%;
	display: block;
}
#m_img .slide5 ul li img{
	margin: 0 auto;
}
#m_img .slide5 ul li:last-child::before{
	position: absolute;
	content: "";
	background: linear-gradient(to bottom,  rgba(255,223,48,0) 0%,rgba(255,223,48,0) 47%,rgba(255,223,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffdf30', endColorstr='#ffdf30',GradientType=0 );
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.5;
}
#m_img .slide5 ul li:first-child::before{
	position: absolute;
	content: "";
	background: linear-gradient(to bottom,  rgba(93,194,238,0) 0%,rgba(93,194,238,0) 47%,rgba(93,194,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005dc2ee', endColorstr='#5dc2ee',GradientType=0 );
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0.5;
}
#m_img .slide5 ul li::after{
	position: absolute;
	content: "";
	background: url("../images/top/m_img_5_corner@2x.png") no-repeat left top;
	background-size: 100% auto;
	width: 30.2vw;
	height: 32.3334vw;
	left: 0;
	top:0;
	z-index: -1;
}
#m_img .slide .m_copy {
	position: absolute;
	z-index: 2;
	width: 80%;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 5%;
	text-align: center;
}
#m_img .slide .m_copy img {
	margin: auto;
}

#m_img .slide .m_point {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 10%;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
#m_img .slide .m_point > p {
	width: 33%;
}
#m_img .slide2 .m_point {
	width: 50%;
	max-width: 565px;
}
#m_img .slide2 .m_point p {
	max-width: 176px;
}
#m_img .slide4 .m_point {
	width: 55%;
	max-width: 700px;
}
#m_img .slide4 .m_point p {
	max-width: 220px;
}

/* ドット */
#m_img .slick-dots {
	position: absolute;
	z-index: 10;
	bottom: -20px;
	left: 0;
	right: 0;
    margin: 0 auto;
    padding: 0;
    width: 130px;
	line-height: 8px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
#m_img .slick-dots li {
    position: relative;
    width: 8px;
    height: 8px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#m_img .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
	border-radius: 10px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
	padding: 0;
	margin: 0;
    background: rgba(213,192,91,0.3);
	-webkit-transition: background-color 1.0s;
	-moz-transition: background-color 1.0s;
	transition: background-color 1.0s;
}
#m_img .slick-dots li button:hover,
#m_img .slick-dots li button:focus,
#m_img .slick-dots li.slick-active button {
    outline: none;
    background: rgba(213,192,91,0.7);
}

/* 微調整 (1500px以下)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1500px) {
#m_img .img_area::before,
#m_img .slide::before {
	padding-top: 53.5%;	/* 高さ */
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#m_img .img_area::before,
#m_img .slide::before {
	padding-top: 60%;	/* 高さ */
}
#m_img .slide5 ul li img{
	margin: 4vw auto 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#m_img .img_area::before,
#m_img .slide::before {
	padding-top: 78%;	/* 高さ */
}

#m_img .slide1 {background-image: url(../images/top/m_img_1_sp.jpg);}
#m_img .slide2 {background-image: url(../images/top/m_img_2_sp.jpg);}
#m_img .slide3 {background-image: url(../images/top/m_img_3_sp.jpg);}
#m_img .slide4 {background-image: url(../images/top/m_img_4_sp.jpg);}	
#m_img .slide::after {
	display: none;	/* グラデ */
}
#m_img .slide.slide5::after {
	display: inherit;/* グラデ */
	height: 25%;
	opacity: 0.6;
}
#m_img .slide5 ul.sp_img::before,
#m_img .slide5 ul.sp_img::after{
	background: none; 
}
#m_img .slide5 ul.sp_img{
	display: flex;
	justify-content: space-between;
}
#m_img .slide5 ul.tb_pc_img{
	display: none;
}
#m_img .slide5 ul li img{
	margin: 0 0 0 auto;
}
#m_img .slide .m_copy {
	width: 100%;
	bottom: 0;
}

#m_img .slide .m_point {
	top: 15%;
}
#m_img .slide .m_point > p {
	width: 31.5%;
}
#m_img .slide2 .m_point {
	width: 80%;
}
#m_img .slide4 .m_point {
	width: 90%;
}
}



/*お知らせ
---------------------------------------------------------*/
.news_box {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
	position: relative;
}
.news_box .news_area {
	text-align: center;
	/*padding-left: 3%;
	padding-right: 3%;*/
	padding-left: 15%;	/* 採用バナー表示時 */
	padding-right: 15%;	/* 採用バナー表示時 */
}
.news_box h2,
.news_box dl {
	display: inline-block;
	vertical-align: middle;
}
.news_box h2 {
	font-size: 200%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin: 0 .8em;
}
.news_box dl {
	padding-top: .8em;
}
.news_box dt,
.news_box dd {
	display: inline-block;
	vertical-align: top;
}
.news_box dt {
	color: #a9957c;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-right: 1.0em;
}
.news_box dd {
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.6em;
}
.news_box dd i {
	color: #a9957c;
	font-size: 120%;
	margin-left: 1.0em;
}

.news_box .txt_inf {
	padding: 0 3%;
	padding-top: 40px;
	font-size: 140%;
	letter-spacing: .15em;
	line-height: 1.6em;
}

.news_box .rec_btn {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-20%);
	transform: translateY(-20%);
	width: 18%;
	max-width: 190px;
}

.h_blog {
	position: relative;
	z-index: 1;
	max-width: 180px;
	width: 60%;
}
.h_blog .btn_link{
	text-align: center;
}
.h_blog li:first-child{
	margin-bottom: .3em;
}
.h_blog .btn_link a,
.h_blog .btn_link a {
	display: block;
	/*background: #ccc;*/
	border: 1px solid #a9957c;
	padding: .3em 0 .2em;
	color: #a9957c;
	letter-spacing: .15em;
	line-height: 1.2em;
	position: relative;
}
.h_blog .btn_link a::before,
.h_blog .btn_link a::before {
	font-family: 'fontello';
	content: '\e800';
	position: absolute;
	right: .5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1100px) {

.h_blog .btn_link a,
.h_blog .btn_link a {
font-size: 1.5vw;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.news_box {
	padding-top: 5%;
	padding-bottom: 5%;
}
.news_box h2 {
	font-size: 160%;
}

.news_box .txt_inf {
	padding-top: 3%;
	font-size: 120%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
/* スマホメニューボタン */
.sp_btn_menu ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: calc(25px + 2%) 2% 0;
}
.sp_btn_menu li {
	width: 49.5%;
	margin-bottom: 1%;
}
.sp_btn_menu li a {
	display: block;
	background: #f7f2df;
	padding: 1.2em 0;
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.2em;
	text-align: center;
}
.sp_btn_menu li.ft_cond a {
    letter-spacing: .15em;
	font-size: 120%;
	padding: .9em 0;
}
.news_box {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 5%;
}
.news_box .news_area {
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 4%;
	padding-bottom: 3%;
	border-bottom: solid 1px rgba(169,149,124,0.3);
}
.news_box h2,
.news_box dl {
	display: block;
}
.news_box h2 {
	font-size: 150%;
	text-align: center;
	margin: 0;
}
.news_box dl {
	padding-top: 0;
	padding-bottom: .6em;
	position: relative;
}
.news_box dt,
.news_box dd {
	text-align: left;
}
.news_box dt {
	width: 6em;
	margin-bottom: .2em;
}
.news_box dd {
	width: calc(90% - 6em);
}
.news_box dd i {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}

.news_box .txt_inf {
	padding-top: 4%;
	padding-bottom: 4%;
	font-size: 100%;
	text-align: left;
}

.news_box .rec_btn {
	position: static;
	-webkit-transform: none;
	transform: none;
	width: 100%;
	max-width: 100%;
	padding-top: 5px;
}
}





/*診療時間変更のお知らせ
---------------------------------------------------------*/
.news_time{
	position:relative;
	margin-bottom: 60px;
	text-align: center;
	letter-spacing: 0.2em;
	border:2px solid rgba(211,192,92,0.70);
}
/*.news_time::after{
	display:block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	background: -moz-linear-gradient(left, rgba(179,153,36,0) 0%, rgba(179,153,36,1) 50%, rgba(179,153,36,0) 100%);
	background: -webkit-linear-gradient(left, rgba(179,153,36,0) 0%,rgba(179,153,36,1) 50%,rgba(179,153,36,0) 100%);
	background: linear-gradient(to right, rgba(179,153,36,0) 0%,rgba(179,153,36,1) 50%,rgba(179,153,36,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b39924', endColorstr='#00b39924',GradientType=1 );
}*/
.news_time .news_time_title{
	position:relative;
}
/*.news_time .news_time_title::before{
	display:block;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom:50%;
	margin: 0 auto;
	width: 100%;
	height: 1px;
	background: -moz-linear-gradient(left, rgba(179,153,36,0) 0%, rgba(179,153,36,1) 50%, rgba(179,153,36,0) 100%);
	background: -webkit-linear-gradient(left, rgba(179,153,36,0) 0%,rgba(179,153,36,1) 50%,rgba(179,153,36,0) 100%);
	background: linear-gradient(to right, rgba(179,153,36,0) 0%,rgba(179,153,36,1) 50%,rgba(179,153,36,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b39924', endColorstr='#00b39924',GradientType=1 );
}*/
.news_time .news_time_title p{
	position:relative;
	max-width: 520px;
	margin: 0 auto;
	z-index: 2;
	font-size:200%;
	letter-spacing: 0.2em;
	text-align: center;
	background: #ffffff;
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}
.news_time .news_time_title p::before{
	display: block;
	content: "";
	position: absolute;
	width: 2.2em;
	height: 2.2em;
	background: url(../images/top/news_time_icon2@2x.png) no-repeat left center;
	background-size: 100% auto;
	left: .6em;
	top: -.8em;
}
.news_time:last-of-type .news_time_title p::before{
	background-image: url(../images/top/news_time_icon@2x.png);
	top: -.8em;
}
.news_time .news_time_title p span{
	position:relative;
	z-index: 3;
	padding-left: 1.5em;
}
.news_time .inbox{
	padding:35px 3% 40px 3%;
}
.news_time .txt1{
	font-size:140%;
	margin-bottom:30px;
}
.news_time .txt1 span{
	color:#c65300;
}
.news_time .txt1 strong{
	color:#c65300;
	position: relative;
	font-size:150%;
	font-weight: normal;
}
.news_time .txt1 strong::after{
	position:absolute;
	display: block;
	content: "";
	left: 0;
	width: 100%;
	height: 3px;
	top: 100%;
	background:#D3C05C;
}

.news_time .img_box{
	max-width:550px;
	width: 65%;
	margin: 0 auto;
}
.news_time .txt2{
	font-size:120%;
	letter-spacing: 0.1em;
	margin-top: 20px;
}

/*med_btn01*/
.news_time_btn{
	max-width:300px;
	margin:30px auto 0 auto;
	text-align: center;
	position: relative;
	padding: 8px 0;
	background:rgba(211,192,92,0.60);
	border-radius: 30px;
}
.news_time_btn i{
	position:absolute;
	right: 5%;
	top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
	color:#a7957c;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.news_time{
	margin-top: 10px;
	margin-bottom: 50px;
}
.news_time .news_time_title p{
	max-width:450px;
	font-size:180%;
}
.news_time .news_time_title p::before{
	/*width: 60px;
	left: 15px;
	top: -20px;*/
	width: 2.3em;
	height: 2.3em;
}
.news_time .news_time_title p span{
	padding-left: 1.8em;
}
.news_time .inbox{
	padding:10px 3% 20px 3%;
}
.news_time .txt1{
	font-size:130%;
	letter-spacing: 0.02em;
	margin-bottom: 20px;
}
.news_time .txt1 strong{
	font-size:120%;
}
.news_time .txt2{
	font-size:100%;}	
	
/*news_time_btn*/
.news_time_btn{
	max-width:250px;
	margin:20px auto 0 auto;
	padding: 5px 0;
}	
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.news_time{
	/*margin-top: -3%;*/
	margin-bottom: 12%;
}
.news_time .news_time_title p{
	max-width:70%;
	font-size:6.5vw;
	letter-spacing: 0.1em;
	-webkit-transform: translateY(-4vw);
	transform: translateY(-4vw);
}
.news_time .news_time_title p::before{
	/*width: 13vw;
	left: 3%;
	top: -3vw;*/
	width: 2.5em;
	height: 2.5em;
	left: .4em;
}
.news_time .news_time_title p span{
	padding-left: 1.8em;
}
.news_time .inbox{
	padding:0 3% 5% 3%;
}
.news_time .txt1{
	font-size:4.8vw;
	letter-spacing: 0.05em;
	line-height: 2.1em;
	margin-bottom: 3%;
}
.news_time .txt1 strong{
	font-size:5.5vw;
}
.news_time .txt1 strong::after{
	top: 95%;
}
.news_time .img_box{
	width: 100%;
}
.news_time .txt2{
	font-size:4.3vw;
	line-height: 1.4em;
	margin-top: 5%;
}
	
/*news_time_btn*/
.news_time_btn{
	width:90%;
	font-size:4.2vw;
	padding: 1% 0;
	margin:5% auto 0 auto;
}	
}




/*バナー
---------------------------------------------------------*/
.top_bnr {
	margin-bottom: 30px;
}
.bnr_insta {
	width: 70%;
	max-width: 820px;
	margin: 0 auto;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
	
.top_bnr {
	margin-bottom: 5%;
}
.bnr_insta {
	width: 95%;
}	
	
}


/*コンセプト
---------------------------------------------------------*/
.concept {
	overflow: hidden;
}
.concept .img_top,
.concept .img_bottom {
	position: relative;
	width: calc(50% + 590px);
}
.concept .img_top {
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 100px;
}
.concept .img_bottom {
	margin-left: 0;
	margin-right: auto;
}
.concept .img_top::before,
.concept .img_bottom::before {
	content: "";	/* 高さ */
	display: block;
	padding-top: 260px;
}
.concept .img_top .slide_wrapp,
.concept .img_bottom .slide_wrapp {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}
.concept .img_top p,
.concept .img_bottom p {
	position: absolute;
	z-index: 1;
}
.concept .img_top p {
	left: 0;
	-webkit-transform: translateX(-3%);
	transform: translateX(-3%);
	width: 100%;
	max-width: 1264px;
	bottom: 0;
	text-align: left;
	line-height: 1.0em;
}
.concept .img_top p img {
	display: block;
}
.concept .img_bottom p {
	width: 20%;
	max-width: 160px;
	right: 0;
	top: 0;
	-webkit-transform: translate(70%, -70%);
	transform: translate(70%, -70%);
}

.concept .open {
	width: 100%;
	max-width: 1000px;
	box-sizing: border-box;
	padding: 0 10%;
background: -moz-linear-gradient(left, rgba(205,186,91,0) 0%, rgba(205,186,91,1) 50%, rgba(205,186,91,0) 100%);
background: -webkit-linear-gradient(left, rgba(205,186,91,0) 0%,rgba(205,186,91,1) 50%,rgba(205,186,91,0) 100%);
background: linear-gradient(to right, rgba(205,186,91,0) 0%,rgba(205,186,91,1) 50%,rgba(205,186,91,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cdba5b', endColorstr='#00cdba5b',GradientType=1 );
	margin: 50px auto 40px;
	line-height: 1.0em;
}

.concept dl {
	/*margin-top: 70px; オープン日表示 */
	margin-bottom: 70px;
	text-align: center;
	position: relative;
	z-index: 2;
}
.concept dt {
	font-size: 190%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .8em;
}
.concept dd {
	line-height: 2.4em;
}

/* 微調整 (1340px)
------------------------------------------*/
@media only screen and (max-width: 1340px) {
.concept .img_top,
.concept .img_bottom {
	width: 90%;
}
}

/* 微調整 (900px)
------------------------------------------*/
@media only screen and (max-width: 900px) {
.concept .img_top::before,
.concept .img_bottom::before {
	padding-top: 32.5%;	/* 高さ */
}	
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.concept .img_top {
	margin-bottom:60px;
}	
.concept .open {
	margin: 5% auto 4%;
}
	
.concept dl {
	/*margin-top: 8%; オープン日表示 */
	margin-bottom: 8%;
}
.concept dt {
	font-size: 160%;
	margin-bottom: .8em;
}
.concept dd {
	line-height: 2.4em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.concept .img_top,
.concept .img_bottom {
	width: 80%;
}
.concept .img_top {
	margin-bottom: 10%;
}	
.concept .img_bottom p {
	width: 40%;
	-webkit-transform: translate(70%, -40%);
	transform: translate(70%, -40%);
}

.concept .open {
	margin: 8% auto 6%;
}
	
.concept dl {
	/*margin-top: 8%; オープン日表示 */
	margin-bottom: 10%;
}
.concept dt {
	font-size: 140%;
	letter-spacing: .15em;
	margin-bottom: .5em;
}
.concept dd {
	text-align: left;
	line-height: 2.2em;
}
}



/*ななつのひかり
---------------------------------------------------------*/
.point {
	margin: 20px 0;
	position: relative;
}
.point::before,
.point::after {
	content: "";	/* 左右の罫線 */
	position: absolute;
	z-index: 10;
	width: 1px;
	height: 100%;
	top: 0;
	background: rgba(213,192,91,0.7);
}
.point::before {
	left: 20px;
}
.point::after {
	right: 20px;
}
.point .border_tb {
	position: relative;
}
.point .border_tb::before,
.point .border_tb::after {
	content: "";	/* 上下の罫線 */
	position: absolute;
	z-index: 10;
	width: calc(100% - 40px);
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(213,192,91,0.7);
}
.point .border_tb::before {
	top: 0;
}
.point .border_tb::after {
	bottom: 0;
}

.point .frame_box {
	position: relative;
}

.point h2 {
	width: 45%;
	max-width: 412px;
	margin: 0 auto;
	padding: 70px 0;
	text-align: center;
}

/* 共通 */
.point .pin_index {
	position: relative;
	padding-left: 3.4em;
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .8em;
}
.point .pin_index p {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.8em;
}
.point .point1 .pin_index,
.point .point2 .pin_index {
	font-size: 210%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.point .point1 .box_r .img_lead,
.point .point2 .box_l .img_lead {
	position: absolute;
	z-index: 0;
	left: 7%;
	top: 0;
	-webkit-transform: translateY(-.2em);
	transform: translateY(-.2em);
	font-size: 700%;
	letter-spacing: .15em;
	line-height: 1.0em;
}
.point .point1 .in_box,
.point .point2 .in_box {
	position: relative;
	z-index: 1;
	padding-top: 80px;
	width: 100%;
	max-width: 740px;
	box-sizing: border-box;
	padding-left: 6%;
	padding-right: 6%;
}
.point .point1 .btn_link,
.point .point2 .btn_link {
	width: 90%;
	max-width: 300px;
	margin: 1.5em auto 0;
	text-align: center;
}
.point .point1 .btn_link a,
.point .point2 .btn_link a {
	display: block;
	background: #ccc;
	padding: .6em 0 .4em;
	color: #fff;
	letter-spacing: .2em;
	line-height: 1.2em;
	position: relative;
}
.point .point1 .btn_link a::before,
.point .point2 .btn_link a::before {
	font-family: 'fontello';
	content: '\e800';
	position: absolute;
	right: .5em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* point1 */
.point .point1 {
	padding-bottom: 80px;
	background: #f9f6e7;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
	text-align: left;
	overflow: hidden;
}
.point .point1 .box_r {
	width: 49%;
	box-sizing: border-box;
	padding-right: 20px;
}
.point .point1 .img_l {
	width: 51%;
	text-align: right;
}

.point .point1 .box_r .in_box {
	margin-left: 0;
	margin-right: auto;
}
.point .point1 .box_r .img_lead {
	color: #fff;
}
.point .point1 .box_r ul {
	width: 100%;
	max-width: 570px;
	margin: 20px auto 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	text-align: center;
}
.point .point1 .box_r li {
	width: 33%;
}
.point .point1 .btn_link a {
	background: #736357;
}

/* point2 */
.point .point2 {
	background: #736357;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	text-align: left;
	position: relative;
}
.point .point2 .box_l {
	width: 50%;
	box-sizing: border-box;
	padding-left: 20px;
	color: #fff;
	position: relative;
}
.point .point2 .box_r {
	width: 50%;
	background: url(../images/top/pin2_img1@2x.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}

.point .point2 .box_l .in_box {
	margin-left: auto;
	margin-right: 0;
}
.point .point2 .box_l .img_lead {
	opacity: 0.15;
}
.point .point2 .btn_link a {
	background: rgba(255,255,255,0.9);
	color: #000;
}

.point .point2 .box_r li {
	position: relative;
	z-index: 0;
}
.point .point2 .box_r li:first-child {
	width: 80%;
}
.point .point2 .box_r li:last-child {
	position: absolute;
	z-index: 1;
	width: 40%;
	max-width: 190px;
	margin: 0 auto;
	right: 5%;
	bottom: 5%;
}

/* other_box */
.point .other_box {
	padding: 0 20px 100px;
}
.point .other_box ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.point .other_box li {
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 1%;
	margin-top: 100px;
	text-align: left;
}
.point .other_box li > div {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.point .other_box .txt {
	margin-top: 1.4em;
	line-height: 1.8em;
}

/* 微調整 (1400px)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
.point .pin_index {
	font-size: 1.7vw;
	letter-spacing: .1em;
}
	
.point .point1 .btn_link,
.point .point2 .btn_link {
	margin-top: 1.0em;
}
}

/* 微調整 (1320px)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1320px) {
.point .point1 .pin_index,
.point .point2 .pin_index {
	font-size: 2.2vw;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .8em;
}
.point .point1 .box_r .in_box,
.point .point2 .box_l .in_box {
	padding-top: 10%;
}
.point .point1 .box_r .img_lead,
.point .point2 .box_l .img_lead {
	font-size: 8.0vw;
}
	
.point .pin_index {
	font-size: 120%;
}
	
/* point2 */
.point .point2 .box_l {
	width: 48%;
}
.point .point2 .box_r {
	width: 52%;
}
	
.point .point2 .box_r li:last-child {
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(30%);
	transform: translateY(30%);
}
	
/* other_box */
.point .other_box {
	padding: 0 0 6%;
}
.point .other_box li {
	width: 50%;
	margin-top: 6%;
}
.point .other_box .txt {
	margin-top: .8em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.point {
	margin: 10px 0;
}
.point::before {
	left: 10px;	/* 左右の罫線 */
}
.point::after {
	right: 10px;	/* 左右の罫線 */
}
.point .border_tb::before,
.point .border_tb::after {
	width: calc(100% - 20px);
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(213,192,91,0.7);
}

.point h2 {
	padding: 6% 0;
}

/* 共通 */
.point .point1 .pin_index,
.point .point2 .pin_index {
	font-size: 160%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .8em;
}

/* point1 */
.point .point1 {
	padding-bottom: 6%;
	display: block;
}
.point .point1 .box_r {
	width: 100%;
	padding: 0 10px;
	margin-bottom: 4%;
}
.point .point1 .img_l {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.point .point1 .box_r .in_box {
	max-width: 100%;
	padding: 8% 3% 0;
}
.point .point1 .box_r ul {
	width: 80%;
	margin: 2% auto 0;
}

/* point2 */
.point .point2 .box_l {
	padding-left: 10px;
}	
.point .point2 .box_l .in_box {
	padding-top: 8%;
	padding-bottom: 10%;
}	
.point .point2 .box_r li:last-child {
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.point {
	margin: 5px 0;
	overflow: hidden;
}
.point::before {
	left: 5px;	/* 左右の罫線 */
}
.point::after {
	right: 5px;	/* 左右の罫線 */
}
.point .border_tb::before,
.point .border_tb::after {
	width: calc(100% - 10px);	/* 上下の罫線 */
}

.point h2 {
	width: 60%;
	padding: 10% 0;
}

/* 共通 */
.point .pin_index {
	font-size: 120%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .8em;
}
.point .pin_index p {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 2.8em;
}
.point .point1 .pin_index,
.point .point2 .pin_index {
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: .5em;
}
	
.point .point1 .box_r .img_lead,
.point .point2 .box_l .img_lead {
	position: static;
	font-size: 400%;
	letter-spacing: .15em;
}
.point .point1 .box_r .in_box,
.point .point2 .box_l .in_box {
	margin: auto;
	padding-top: 0;
	padding-left: 6%;
	padding-right: 6%;
}
	
.point .point1 .btn_link,
.point .point2 .btn_link {
	margin-top: 1.0em;
}

/* point1 */
.point .point1 {
	padding-bottom: 8%;
	display: block;
}
.point .point1 .box_r {
	width: 100%;
	padding: 0;
	margin-bottom: 6%;
}
.point .point1 .img_l {
	width: 100%;
	text-align: center;
}
	
.point .point1 .box_r ul {
	width: 110%;
	margin: 3% auto 0;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}	

/* point2 */
.point .point2 {
	display: block;
}
.point .point2 .box_l {
	width: 100%;
	padding: 0;
}
.point .point2 .box_r {
	width: 100%;
}

.point .point2 .box_l .in_box {
	padding-bottom: 6%;
}

.point .point2 .box_r li:first-child {
	width: 60%;
}
.point .point2 .box_r li:last-child {
	right: -3%;
	bottom: -5%;
}

/* other_box */
.point .other_box {
	padding: 0 0 8%;
}
.point .other_box ul {
	display: block;
}
.point .other_box li {
	width: 100%;
	padding: 0 3%;
	margin: 8% auto 0;
}
.point .other_box li > div {
	max-width: 100%;
}
.point .other_box .img_item {
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.point .other_box .txt {
	margin-top: 1.0em;
	line-height: 1.6em;
}
}



/*院長挨拶
---------------------------------------------------------*/
.dr {
	background: #edeae6 url(../images/top/dr_img@2x.jpg) no-repeat right center;
	background-size: auto 100%;
	padding: 65px 0;
}
.dr dl {
	width: 80%;
}
.dr .message {
	margin-bottom: 40px;
}
.dr .message dt {
	font-size: 170%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .8em;
}
.dr .dr_name dt,
.dr .dr_name dd {
	display: inline-block;
	vertical-align: middle;
}
.dr .dr_name dt {
	margin-right: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.dr {
	padding: 5% 0;
}
.dr .message {
	margin-bottom: 1.0em;
}
.dr .message dt {
	font-size: 150%;
	margin-bottom: .4em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.dr {
	background-position: right bottom;
	background-size: 100% auto;
	padding: 10% 0;
}
.dr dl {
	width: 100%;
}
.dr .message {
	margin-bottom: 4%;
}
.dr .message dt {
	font-size: 140%;
	letter-spacing: .15em;
	line-height: 1.6em;
	margin-bottom: .8em;
}
.dr .dr_name dt,
.dr .dr_name dd {
	display: block;
}
.dr .dr_name dd {
	margin-top: .2em;
	width: 10em;
}
}



/*診療のご案内
---------------------------------------------------------*/
.medical {
	width: 100%;
	background: url(../images/top/med_bg@2x.jpg) no-repeat left top;
	background-size: 1020px auto;
	padding: 100px 0 130px;
	border-bottom: solid 1px rgba(169,149,124,0.3);
	position: relative;
	margin-bottom: 80px;
}
.medical::before {
	content: "";	/* 二重線 */
	position: absolute;
	width: 100%;
	height: 1px;
	background: rgba(169,149,124,0.3);
	left: 0;
	bottom: 3px;
}
.medical .w1320 {
	text-align: center;
}
.medical h2 {
	font-size: 200%;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: 80px;
}
.medical h2 span {
	padding-top: .2em;
	display: block;
	font-size: 65%;
	letter-spacing: .15em;
	line-height: 1.2em;
}

.medical .flex_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.medical .flex_box .nayami {
	width: 70%;
}
.medical .flex_box .med_list {
	width: 27%;
	max-width: 330px;
	background: #f9f8ec;
}

/* お悩み */
.medical .flex_box .nayami .lead_box {
	position: relative;
	padding-bottom: 20px;
}
.medical .flex_box .nayami .lead_box h3,
.medical .flex_box .nayami .lead_box p {
	position: relative;
	z-index: 1;
}
.medical .flex_box .nayami .lead_box h3 {
	font-size: 180%;
	letter-spacing: .15em;
	line-height: 1.4em;
	margin-bottom: .2em;
}
.medical .flex_box .nayami .lead_box h3 span {
	color: #8d7368;
	font-size: 120%;
	letter-spacing: .15em;
	line-height: 1.6em;
}
.medical .flex_box .nayami .lead_box p {
	width: 70%;
	margin: 0 auto;
}
.medical .flex_box .nayami .lead_box li {
	position: absolute;
	z-index: 0;
	width: 16%;
	max-width: 130px;
	bottom: 0;
}
.medical .flex_box .nayami .lead_box li:first-child {
	left: 0;
}
.medical .flex_box .nayami .lead_box li:last-child {
	right: 0;
}

.medical .flex_box .nayami .nym_list {
	margin-left: -3%;
}
.medical .flex_box .nayami .nym_list li {
	margin-left: 3%;
	margin-bottom: 3%;
	width: 30.3333%;
	float: left;
	background: rgb(141,115,104);
	background: -moz-linear-gradient(top, rgba(141,115,104,1) 0%, rgba(168,147,139,1) 100%);
	background: -webkit-linear-gradient(top, rgba(141,115,104,1) 0%,rgba(168,147,139,1) 100%);
	background: linear-gradient(to bottom, rgba(141,115,104,1) 0%,rgba(168,147,139,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d7368', endColorstr='#a8938b',GradientType=0 );
	position: relative;
}
.medical .flex_box .nayami .nym_list li:nth-child(10),
.medical .flex_box .nayami .nym_list li:nth-child(11),
.medical .flex_box .nayami .nym_list li:nth-child(12) {
	margin-bottom: 0;
}
.medical .flex_box .nayami .nym_list li::before {
	content: "";	/* 背景イラスト */
	position: absolute;
	z-index: 0;
	width: 50%;
	max-width: 100px;
	height: 100%;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
}
.medical .flex_box .nayami .nym_list li:nth-child(1)::before {background-image: url(../images/top/nym_icon1@2x.png);}
.medical .flex_box .nayami .nym_list li:nth-child(2)::before {background-image: url(../images/top/nym_icon2@2x.png);}
.medical .flex_box .nayami .nym_list li:nth-child(3)::before {background-image: url(../images/top/nym_icon3@2x.png);}
.medical .flex_box .nayami .nym_list li:nth-child(4)::before {background-image: url(../images/top/nym_icon4@2x.png);}
.medical .flex_box .nayami .nym_list li:nth-child(5)::before {background-image: url(../images/top/nym_icon5@2x.png);}
.medical .flex_box .nayami .nym_list li:nth-child(6)::before {background-image: url(../images/top/nym_icon6@2x.png);}
.medical .flex_box .nayami .nym_list li:nth-child(7)::before {background-image: url(../images/top/nym_icon7@2x.png);}
.medical .flex_box .nayami .nym_list li:nth-child(8)::before {background-image: url(../images/top/nym_icon8@2x.png);}
.medical .flex_box .nayami .nym_list li:nth-child(9)::before {background-image: url(../images/top/nym_icon9@2x.png);}
.medical .flex_box .nayami .nym_list li:nth-child(10)::before {background-image: url(../images/top/nym_icon10@2x.png);}
.medical .flex_box .nayami .nym_list li:nth-child(11)::before {background-image: url(../images/top/nym_icon11@2x.png);}
.medical .flex_box .nayami .nym_list li:nth-child(12)::before {background-image: url(../images/top/nym_icon12@2x.png);}
.medical .flex_box .nayami .nym_list li::after {
	font-family: 'fontello';	/* 矢印 */
	content: '\e800';
	color: #fff;
	font-size: 120%;
	position: absolute;
	right: 0;
	left: 0;
	bottom: .6em;
	margin: auto;
}
.medical .flex_box .nayami .nym_list li > div {
	position: relative;
	z-index: 1;
}
.medical .flex_box .nayami .nym_list li > div::before {
	content: "";	/* 高さ */
	display: block;
	padding-top: 185px;
}
.medical .flex_box .nayami .nym_list li a {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1.4em;
}
.medical .flex_box .nayami .nym_list li span {
	color: #ffffb3;
	font-size: 130%;
	letter-spacing: .1em;
	line-height: 1.4em;
}

/* 診療一覧 */
.medical .med_list .index_box {
background: rgb(213,192,91);
background: -moz-linear-gradient(top, rgba(213,192,91,1) 0%, rgba(249,242,221,1) 100%);
background: -webkit-linear-gradient(top, rgba(213,192,91,1) 0%,rgba(249,242,221,1) 100%);
background: linear-gradient(to bottom, rgba(213,192,91,1) 0%,rgba(249,242,221,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5c05b', endColorstr='#f7f2df',GradientType=0 );
	padding: 10px;
	text-align: center;
	position: relative;
}
.medical .med_list .index_box::before,
.medical .med_list .index_box::after {
	content: "";	/* 枠線 */
	position: absolute;
	width: 1px;
	height: calc(100% - 20px);
	top: 0;
	bottom: 0;
	margin: auto;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
	opacity: 0.5;
}
.medical .med_list .index_box::before {
	left: 10px;
}
.medical .med_list .index_box::after {
	right: 10px;
}
.medical .med_list h3 {
	border-top: solid 1px rgba(255,255,255,0.5);
	padding: 2.5em 0;
	font-size: 130%;
	letter-spacing: .35em;
	line-height: 1.2em;
}
.medical .med_list li {
	border-bottom: solid 1px #eae1d6;
}
.medical .med_list li:last-child {
	border-bottom: none;
}
.medical .med_list li a {
	display: block;
	padding: 1.7em 0;
	padding-left: 3.8em;
	text-align: left;
	font-size: 106%;
	letter-spacing: .15em;
	line-height: 1.4em;
	background-repeat: no-repeat;
	background-position: .5em center;
	background-size: 3.0em 3.0em;
}
.medical .med_list li:nth-child(1) a {background-image: url(../images/top/men_icon1.svg);}
.medical .med_list li:nth-child(2) a {background-image: url(../images/top/men_icon2.svg);}
.medical .med_list li:nth-child(3) a {background-image: url(../images/top/men_icon3.svg);}
.medical .med_list li:nth-child(4) a {background-image: url(../images/top/men_icon4.svg);}
.medical .med_list li:nth-child(5) a {background-image: url(../images/top/men_icon5.svg);}
.medical .med_list li:nth-child(6) a {background-image: url(../images/top/men_icon6.svg);}
.medical .med_list li:nth-child(8) a {background-image: url(../images/top/men_icon7.svg);}
.medical .med_list li:nth-child(9) a {background-image: url(../images/top/men_icon8.svg);}
.medical .med_list li:nth-child(10) a {background-image: url(../images/top/men_icon9.svg);}
.medical .med_list li:nth-child(11) a {background-image: url(../images/top/men_icon10.svg);}
.medical .med_list li:nth-child(7) a {background-image: url(../images/top/men_icon11.svg);}
.medical .med_list li a:hover {
	background-color: #f5ebcd;
}
.medical .med_list li a.no_change {
	background-color: transparent;
}
.medical .inv_bnr_box{
	border-bottom: solid 1px rgba(167,149,124,0.30);
	padding-bottom: 50px;
	margin: 0 auto 60px auto;
	max-width: 1300px;
}
.medical .inv_bnr_flt{
	max-width: 1222px;
	margin: 0 auto;
}
.medical .inv_bnr_flt li{
	float: left;
	width: 49%;
	margin: 0 2% 0 0;
	text-align: left;
}
.medical .inv_bnr_flt li:last-child{
	margin: 0 0 0 0;
}
.medical .inv_bnr_flt li img{
	margin: 0 0 30px 0;
}
.medical .inv_bnr_flt li dt{
	font-size: 140%;
	color: #58a8cc;
	text-align: center;
	margin: 0 0 15px 0;
}
.medical .inv_bnr_flt li:last-child dt{
	color: #db9258;
}

/* 微調整 (1320px)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1320px) {
.medical .flex_box .nayami .nym_list li a {
	font-size: 1.8vw;
	letter-spacing: .05em;
	line-height: 1.4em;
}

/* 診療一覧 */
.medical .med_list h3 {
	letter-spacing: .15em;
}	
.medical .med_list li a {
	font-size: 1.5vw;
	letter-spacing: .05em;
}
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.medical {
	background-size: contain;
	padding: 10% 0;
	margin-bottom: 8%;
}
.medical h2 {
	font-size: 160%;
	margin-bottom: 8%;
}
	
/* お悩み */
.medical .flex_box .nayami .lead_box h3 {
	font-size: 160%;
}

.medical .flex_box .nayami .nym_list {
	margin-left: -1%;
}
.medical .flex_box .nayami .nym_list li {
	margin-left: 1%;
	margin-bottom: 1%;
	width: 32.3333%;
}
.medical .flex_box .nayami .nym_list li::after {
	bottom: .4em;	/* 矢印 */
}
.medical .flex_box .nayami .nym_list li > div::before {
	padding-top: 100%;	/* 高さ */
}
.medical .flex_box .nayami .nym_list li a {
	font-size: 2.2vw;
	letter-spacing: normal;
}
.medical .flex_box .nayami .nym_list li span {
	letter-spacing: normal;
}

/* 診療一覧 */
.medical .med_list .index_box {
	padding: 5px;
}
.medical .med_list .index_box::before,
.medical .med_list .index_box::after {
	height: calc(100% - 10px);	/* 枠線 */
}
.medical .med_list .index_box::before {
	left: 5px;
}
.medical .med_list .index_box::after {
	right: 5px;
}
.medical .med_list h3 {
	padding: 2.5em 0;
	font-size: 100%;
	letter-spacing: .15em;
}
.medical .med_list li a {
	padding: 1.5em 0;
	padding-left: 3.8em;
	font-size: 100%;
	letter-spacing: .05em;
}
.medical .inv_bnr_flt li dt{
	font-size: 113%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.medical {
	background-size: contain;
	padding: 14% 0 14%;
	margin-bottom: 10%;
}	
.medical h2 {
	font-size: 150%;
	margin-bottom: 6%;
}

.medical .flex_box {
	display: block;
}
.medical .flex_box .nayami {
	width: 100%;
	margin-bottom: 8%;
}
.medical .flex_box .med_list {
	width: 100%;
	max-width: 100%;
}

/* お悩み */
.medical .flex_box .nayami .lead_box {
	padding-bottom: 6%;
}
.medical .flex_box .nayami .lead_box h3 {
	font-size: 140%;
}
.medical .flex_box .nayami .lead_box p {
	width: 100%;
}
.medical .flex_box .nayami .lead_box li {
	width: 22%;
}

.medical .flex_box .nayami .nym_list {
	margin-left: 0;
}
.medical .flex_box .nayami .nym_list li {
	margin-left: 0;
	margin-bottom: 2% !important;
	width: 49%;
	overflow: hidden;
}
.medical .flex_box .nayami .nym_list li:nth-child(even) {
	float: right;
}
.medical .flex_box .nayami .nym_list li::before {
	right: -6%;	/* 背景イラスト */
	top: -6%;
}
.medical .flex_box .nayami .nym_list li::after {
	bottom: .15em;	/* 矢印 */
}
.medical .flex_box .nayami .nym_list li > div::before {
	padding-top: 70%;	/* 高さ */
}
.medical .flex_box .nayami .nym_list li a {
	font-size: 100%;
	letter-spacing: .05em;
}

/* 診療一覧 */
.medical .med_list .index_box {
	padding: 5px;
}
.medical .med_list .index_box::before,
.medical .med_list .index_box::after {
	height: calc(100% - 10px);	/* 枠線 */
}
.medical .med_list .index_box::before {
	left: 5px;
}
.medical .med_list .index_box::after {
	right: 5px;
}
.medical .med_list h3 {
	padding: 1.0em 0;
	font-size: 120%;
}	
.medical .med_list ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.medical .med_list li {
	width: 50%;
	border-bottom: solid 1px #eae1d6 !important;
	height: 4.0em;	/* 高さ */
	position: relative;
}
.medical .med_list li a {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	padding-left: 2.8em;
	font-size: 100%;
	letter-spacing: .05em;
	line-height: 1.4em;
	background-position: .3em center;
	background-size: 2.0em 2.0em;
}
.medical .med_list li a:hover {
	background-color: transparent;
}
.medical .inv_bnr_flt li{
	float: none;
	width: 90%;
	margin: 0 auto 4% auto;
	text-align: left;
}
.medical .inv_bnr_box {
  padding-bottom: 4%;
  margin: 0 auto 4% auto;
}
.medical .inv_bnr_flt li:last-child{
	margin: 0 auto 0 auto;
}
.medical .inv_bnr_flt img{
	margin-bottom: 0;
}
.medical .inv_bnr_flt li dt{
	font-size: 4.5vw;
	margin-bottom: 1.5%;
	line-height: 1.3em;
}
.medical .inv_bnr_flt li dd{
	font-size: 90%;
}
}



/*information
---------------------------------------------------------*/
.information .news_blog {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.information .news_blog > div {
	width: 48%;
	max-width: 550px;
}

.information .news_blog h2 {
	font-size: 180%;
	letter-spacing: .15em;
	line-height: 1.2em;
	text-align: center;
	margin-bottom: 1.5em;
}
.information .news_blog ul {
	height: 126px;
}
.information .news_blog li {
	margin-bottom: 1.8em;
}
.information .news_blog dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.information .news_blog dt {
	width: 110px;
	font-family: minion-pro-condensed-display, serif;
	font-weight: 400;
	font-style: normal;
	color: #a9957c;
	letter-spacing: .15em;
	line-height: 1.2em;
}
.information .news_blog dd {
	width: calc(100% - 110px);
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.4em;
}
.information .news_blog .more_link {
	margin-top: 1.0em;
	text-align: right;
}
.information .news_blog .more_link a {
	color: #a9957c;
	font-size: 90%;
	letter-spacing: .15em;
	line-height: 1.2em;
	padding-right: 2.0em;
	position: relative;
}
.information .news_blog .more_link a::before {
	font-family: 'fontello';
	content: '\e800';
	position: absolute;
	font-size: 120%;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.information .news_blog {
	margin-bottom: 4%;
}
.information .news_blog h2 {
	font-size: 150%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.information .news_blog {
	display: block;
	margin-bottom: 0;
}
.information .news_blog > div {
	width: 100%;
	max-width: 100%;
	margin-bottom: 8%;
}

.information .news_blog h2 {
	font-size: 140%;
	margin-bottom: .5em;
}
.information .news_blog li {
	margin-bottom: 1.5em;
}
.information .news_blog dt {
	width: 7em;
}
.information .news_blog dd {
	width: calc(100% - 7em);
	letter-spacing: .05em;
}
}