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

body {
	line-height: 1.6;
}
/* webfont */
@font-face {
	font-family: "LogoTypeGothic";
	src: url('../font/07LogoTypeGothic7.ttf') format('truetype');
}
.orangebold{
	font-weight: bold;
	color:#eb8828;
}
img{
	max-width: 100%;
	height: auto;
}

.fontoff{
	font-family: "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
}


/* GoToTop
-------------------------------*/
#pageTop {
	display: block;
	position: fixed;
	bottom: -10rem;
	right: 2rem;
	transition: .5s;
}
#pageTop a:before {
	content: "\f0d8\00a0";
	font-family: "FontAwesome";
}
#pageTop a {
	display: block;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	background-color: #F7821C;
	border-radius: 10rem;
	font-size: 1rem;
	line-height: 1rem;
	padding: 1rem;
	opacity: 0.8;
}
#pageTop a:hover {
	opacity: 0.8;
	background-color: #E85D00;
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	display: block;
}



.inner{
	width: 1170px;
	margin: 0 auto;	
}
.innerM{
	width: 900px;
	margin: 0 auto;	
}
/* Link Button
-------------------------------*/
.linkbox a:link {
	display: inline-block;
	padding: 0.2rem 1.6rem;
	background-color: #F79D1C;
	color: #ffffff;
	text-decoration: none;
}
.linkbox a:visited {
	color: #ffffff;
	background-color: #F79D1C;
}
.linkbox a:hover {
	color: #ffffff;
	background-color: #eb8828;
}

/* TOPページ */
header .inner h1{/* header .inner 内の h1 */
	font-size: 0.5rem;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
}
header .inner{
	margin: 5px auto 0;
	text-align: right;
	position: relative;
}
#Lower header .inner{
	margin: 5px auto 0;
	text-align: left;
	position: static;
}
.topflex{
	display:flex;
	justify-content: space-between;
}
.topflex li{
	list-style-type: none;
}

.list_none li{
	list-style-type: none;
}
.list_dot{
	margin-left: 1em;
}

.list_inline {
	font-size: 0;
}
.list_inline li{
	display: inline-block;
	list-style-type: none;
	margin-right: 1rem;
	margin-bottom: 1rem;
}


.h2area{
	text-align: center;
	padding: 2rem;
	background-image: url(../images/h2back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
h2 {
	font-family: "LogoTypeGothic";
	color: #2C6026;
	font-size: 180%;
	font-weight: normal;
	letter-spacing: 0.1rem;
}
h3{
	background-image: url(../images/h3_back.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding: 10rem 0 2rem 0;
	color: #f67a2f;
	font-weight: normal;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.2;
}
h4 {
	font-family: "LogoTypeGothic";
	border-bottom: 0.1rem solid #eb8828;
	color: #eb8828;
	font-size: 120%;
	font-weight: normal;
	margin-bottom: 1rem;

}
h5 {
	font-family: "LogoTypeGothic";
	border-bottom: 1px dashed #167F6A;
	color: #167F6A;
	font-size: 110%;
	font-weight: normal;
	margin-bottom: 0.5rem;
}
h6 {
	font-family: "LogoTypeGothic";
	font-weight: normal;
	border-bottom: 1px dashed #60351B;
	color: #60351B;
	font-size: 100%;
	margin-bottom: 0.5rem;
}



.logo{
	position: absolute;/* ロゴを header .inner 基準で固定 */
	top: 0;
	left: 17%;
}
.kv{
	width: 100%;/* キービジュアル包括 */
}
.kv img{
	display: block;/* キービジュアル画像 */
	margin: 0 auto;	
}

/* グローバルメニュー */
nav{
	width: 100%;
}
nav ul{
	width: 1170px;
	margin: 0 auto;
	display: flex;
	background-image:url(../images/gradation_line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
nav ul li{
	width: 20%;
	position: relative;
	line-height: 1;
	letter-spacing: 0.1rem;
	/* font-family: "LogoTypeGothic"; */
}
nav ul li:after{
	position: absolute;
  	top: 50%;
  	right: -10px;
	margin-top: -0.5rem;
	content: url(../images/navi_back.png);
}
nav ul li:last-child:after{
	position: absolute;
	content: "";
}
nav ul li a:link{
	display: block;
	padding: 1.6rem 1rem 1.4rem;
	text-align: center;
	text-decoration: none;
	color: #333;
}
nav ul li a span{
	display: block;
	padding-top: 0.2rem;
	font-size: 0.6rem;
	color: #999;
}
nav ul li a:visited{
	color: #333;
}
nav ul li:hover{
	opacity: 0.7;
}

/* 中央寄せしたい単独画像用 */
.center-block{
	display: block;
	margin: 0 auto;
}

/* クリニックの特徴 */
section{
	width: 100%;
	padding-bottom: 25px;
}
section .inner h2{
	background-image: url(../images/h3_back.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	padding-top: 165px;
	color: #F79D1C;
	font-weight: normal;
	font-size: 1.6rem;
	letter-spacing: 0.1rem;
	line-height: 1.2;
}
section .inner h2 span{
	font-size: 1rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #999;
}
.flex-box-c{
	display: flex;
	justify-content: space-between;
	list-style: none;
}

.dot-bg{/* お知らせのドット背景 */
	background: url(../images/info_back.png);
	background-repeat: repeat;
}
.info-box{
	background: url(../images/../images/info_frame.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 1170px;
	height: 440px;
	position: relative;
}
.info-box dl{
	position: absolute;
	top: 10%;
	right: 0;
	bottom: 0;
	left: 0;
	width: 760px;
	height: 300px;
	margin: auto;
	font-size: 1rem;
	overflow: scroll;
	overflow-x: hidden;
}
.info-box dl dt{
	color: #F79D1C;
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 0.2rem;
}
.info-box dl dd{
	margin-left: 15px;
	margin-bottom: 1.5rem;
}


.infobox2{
	padding:3rem 1%;
	position: relative;
}
.weed_L{
	position: absolute;
	top:0;
	left:0;
}
.weed_R{
	position: absolute;
	top:0;
	right:0;
}
 .infobox2 dl{
	 border: 1px solid #c3c3c3;
	background-color: #FFFFFF;
	padding:3rem;
	width: 80%;
	margin: 0 auto;
}
 .infobox2 dl dt{
	color: #F79D1C;
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 0.2rem;
}
 .infobox2 dl dd{
	margin-bottom: 1.5rem;
	 padding-bottom: 0.5rem;
	border-bottom: 1px dashed #c3c3c3;
}

ul.featurelist {
	font-size:0;
}
ul.featurelist li{
	list-style-type: none;
	display: inline-block;
	width: 25%;
	text-align: center;
}


.nuno-bg{/* 布目背景 */
	background: url(../images/back_cloth.jpg);
	background-repeat: repeat;
}
ul.flex-box1{
	display: flex;
	justify-content: space-between;
	list-style: none;
}
ul.flex-box2{
	display: flex;
	justify-content: space-between;
	list-style: none;
}
ul.flex-box2.-space-around{
    justify-content: space-around;
}
ul.flex-box2 li{
	height: auto;		
}
ul.flex-box-sp{
	display: none;
}
/* クリニックの理念 */
.div-box1 img{
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.div-box1 p{
	text-align: center;
	/* font-family: "LogoTypeGothic"; */ 
	color: #454545;
	margin-bottom: 1rem;
}
.marker_yellow_hoso {
	background: -webkit-linear-gradient(transparent 60%, #fff59c 60%);
	background: -o-linear-gradient(transparent 60%, #fff59c 60%);
	background: linear-gradient(transparent 60%, #fff59c 60%);
}

/* 医院概要 */
.gaiyo-bg{
	border-top: dashed 2px #ccc;
	padding: 2rem 0;
}
.gaiyo-box2{
	display: flex;
	justify-content: space-between;
}
.gaiyo-left{
	width: 40%;
	text-align: center;
}
.gaiyo-left img{
	margin-bottom: 0.5rem;
}
.gaiyo-left p{
	margin-bottom: 1rem;
	font-size: 0.8rem;	
}
dl.gaiyo-dl{
	width: 60%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5rem;
}
dl.gaiyo-dl div{
	display: flex;
	line-height: 2;
	margin-bottom: 0.5rem;
}
dl.gaiyo-dl div dt{	
	background: #F7B01D;
	color: #fff;
	width: 40%;
	margin-right: 1rem;
	font-size: 1rem;
}
dl.gaiyo-dl div dd{
	font-size: 1rem;
}
div.access-title{
	width: 664px;
	height: 62px;
	background: url(../images/access_title.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 1.2rem;
	font-family: "LogoTypeGothic";
	padding-top: 1.6rem;
	color: #7FBE25;
}
.gaiyo-right{
	width: 57%;
}
.gaiyo-right img{
	margin-bottom: 0.5rem;
}
.gaiyo-right p{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	margin-bottom: 1rem;
	font-size: 0.8rem;	
}

/* footer */
footer{
	background: url(../images/footer_back.png);
	background-repeat: repeat;
	padding: 2rem 0;
}
.footer-box2{
	display: flex;
	justify-content: space-between;	
}
.footer-left{
	width: 40%;
	text-align: center;
}
.footer-left img{
	margin-bottom: 0.5rem;
}
.footer-right{
	width: 70%;
	color: #fff;
}
.footer-right .ftitle{
	border-bottom: 1px solid #fff;
	font-family: "Candara";
	padding-left: 0.5rem;
	font-size: 120%;
	color: #ffffff;
}
.footer-right ul{
	padding-top:0.5rem;
	margin-bottom: 1rem;
}
.footer-right ul li{
	display: inline-block;
	letter-spacing: 0.05rem;
}
.footer-right ul li:before{
	content:"・";
}
.footer-right ul li a:link{
	color: #fff;
	text-decoration: none;
}
.footer-right ul li a:visited{
	color: #fff;
	text-decoration: none;
}
.footer-right ul li a:hover{
	opacity: 0.7;
}
address{
	border-top: 1px solid #ffffff;
	padding: 0.3rem;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
	font-style: normal;
}

/* PCの時非表示 */
.sp-view{
		display: none;
	}
/* PCの時表示 */
.pc-view{
	display: block;
}


.area_white{
	padding:2em 0;
	background-color: #ffffff;
}
.area_orange{
	padding:2em 0;
	background: url(../images/info_back.png);
}
.area_cloth{
	padding:2em 0;
	background: url(../images/back_cloth.jpg);
}



.flex1, .flex2, .flex3, .flex4, .flex6, .flex7, .flex8 {
	padding: 0 1rem;
}

/* 両端余白を解除する場合
-------------------------------------------*/
.nopad {
	padding: 0 !important;
}
.nopadR {
	padding: 0 0 0 1rem !important;
}
.nopadL {
	padding: 0 1rem 0 0 !important;
}

.pc_n {
	display: none !important;
}
.sp_n {
	display: block !important;
}
.sp_n_il {
	display: inline !important;
}

/* PCで左→右に配置／SPで上→下に配置 */
.flex_LRTB {
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
}
/* PCで右→左に配置／SPで上→下に配置 */
.flex_RLTB {
	display: flex;
	display: -webkit-flex;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}


.biotitle{
	text-align: center;
	background-color: #EBA727;
	color: #FFFFFF;
	padding:5px 0 3px 0;
}



/*	院長紹介
-------------------------------*/
.bio dt {
	float: left;
	width: 5rem;
	clear: both;
}
.bio dd {
	margin-left: 5rem;
}

/*
.toggle_wrap:last-of-type {
  border-bottom: 1px solid gray;
}
*/
.toggle_switch {
  text-align: center;
  position: relative;
  cursor: pointer;
  padding: 5px 10px;
	margin-bottom:1em;
	background-color: #EFD4A2;
	color:#703202;
	border-radius: 5px;
}
.toggle_switch.open {
  border-bottom: 1px solid gray;
}
.toggle_switch:hover {
  background-color: #E0944A;
  color: #FFFFFF;
}
.toggle_switch::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: transform .2s;
}
.toggle_switch.open::after {
  transform: rotateZ(180deg);
  top: 46%;
}
.toggle_contents {
  display: none;
  padding: 5px 10px;
}

.thesis01 li{
	list-style-type: none;
	padding: 1em 0;
	border-bottom: 1px dashed #606060;
}
.thesis01 li b, .thesis02 li b{
	color: #eb8828;
}
.thesis01 li:last-child{
	border-bottom: none;
}

.thesis02 {
	margin-left: 1em;
}
.thesis02 li{
	list-style-type: decimal;
	padding: 1em 0;
	border-bottom: 1px dashed #606060;
}

.thesis02 li:last-child{
	border-bottom: none;
}


.underL{
	padding-bottom: 1.6rem;
	border-bottom: 1px dashed #eb8828;
}




.table001{
	border-collapse: collapse;
	margin-bottom: 1rem;
	width: 100%;
}
.table001 th, .table001 td {
	padding: 0.7rem 1rem;
	border-bottom: 1px solid #F7901C;
	font-weight:normal;
	background-color: #FFFFFF;
}

.table001 th:first-child, .table001 td:nth-child(2) {
	border-top: 1px solid #F7901C;
}

.table001 th {
	width: 33%;
	background-color:#FFE7B6;
	text-align: left;
}

.table002{
	border-collapse: collapse;
	margin-bottom: 1rem;
	width: 100%;
}
.table002 th, .table002 td {
	padding: 0.7rem 1rem;
	border-bottom: 1px solid #F7901C;
	font-weight:normal;
	background-color: #FFFFFF;
}

.table002 th:first-child, .table002 td:nth-child(2) {
	border-top: 1px solid #F7901C;
}

.table002 th {
	width: 60%;
	background-color:#FFE7B6;
	text-align: center;
}

.table002 td {
	text-align: right;
}

.footlink{
	border-top: 2px solid #F7B21D;
	background-color:#FFF1D6;
	padding:1rem 0;
}

.photos ul, .photos2 ul{
	/* flex化 */
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top:1em;
}
.photos li, .photos2 li{
	width: 30%;
	margin:0 0.8em;
	font-size:14px;
	line-height:1.4em;
	text-align:center;
	list-style-type:none;
}
.photos2 li{
	width: 22%;
}
 .photos img, .photos2 img{
	margin-bottom:0.3em;
}
.map2{
	max-width: 29rem;
}
.gmap{
	width: 100%;
	height: 28rem;
}











@media only screen and (max-width: 1250px) {
	.logo{
		width: 30%;
		height: auto;
		left: 10%;
	}
}

/* ipad・ipad pro */
@media only screen and (max-width: 1024px) {
	.logo{
		width: 30%;
		height: auto;
		left: 3%;
	}
	

	
	
	.inner, .innerM{
		width: 94%;
	}
	nav ul{
		width: 96%;
	}
	nav ul li{
		font-size: 0.8rem;
	}
	.info-box{
		width: 100%;
		height: 340px;
	}
	.info-box dl{
		top: 3%;
		width: 62%;
		height: 50%;		
	}
	div.access-title{
		width: 100%;
	}
	.footer-right{
		width: 58%;	
	}
}


/* ColoredBox
-------------------------------*/
.colorbox {
	background-color: #FFF3DB;
	padding: 2rem;
	margin-bottom: 2rem;
}
.colorbox .title {
	font-size: 1.2em;
	color: #68472C;
}

.h2-eyepasms-block{
	margin-left: 10px;
}


/* ipad */
@media only screen and (max-width: 990px) {
	.info-box dl{
		width: 72%;
	}
	img.nav-line{
		height: 1px;	
		}
}












/* SP */
@media only screen and (max-width: 767px) {

.h2-eyepasms-block{
	display: block;
	margin-left: 0;
}

.photos li, .photos2 li{
	width: 40%;
}
	
ul.featurelist li{
	padding: 1%;
	width: 46%;
}
	
	.list_inline li{
	display: block;
	margin-right: 0;
}
/* PC-Smartphone Swithcer
-------------------------------------------*/
.sp_n, .sp_n_il {
	display: none !important;
}

.flex1, .flex2, .flex3, .flex4, .flex6, .flex7, .flex8 {
	padding: 0;
}
	
	
.table001{
	font-size: 90%;
}
.table001 th, .table001 td {
	padding: 0.2rem 0.6rem;
}
	
	
/*	flex setting
-------------------------------*/
.flex_LRTB, .flex_RLTB {
	flex-direction: column;
	-webkit-flex-direction: column;
}
	
.infobox2 dl{
	width: 70%;
}
.infobox2 dl dd{
	font-size: 80%;
}
.infobox2{
	padding:1rem 1%;
}
.weed_L{
	width:30%;
}	
.weed_R{
	width:30%;
}		
	
	
	
	
	
	
	
	
	
.topflex{
	display:flex;
	flex-direction: column;
	justify-content: center;
}
.topflex img{
	margin: 0 auto ;
}
.topflex li{
		text-align: center;
	}
	.sp-view{
		display: block;
	}
	.pc-view{
		display: none;
	}
	.logo{
		width: 42%;
		top: 3%;
		left: 1%;
	}
	.header-tel{
		width: 55%;
	}
	nav ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	nav ul li{
		width: 50%;
		font-size: 0.8rem;
	}
	nav ul li a:link{
		padding: 0.8rem;
	}	
	nav ul li:after{
  		right: -8px;
	}	
	nav ul li:first-child{
		/* display: none; */
		border-bottom: 1px solid #7FBE25;
		width: 100%;
	}
	nav ul li:first-child:after{
		display: none;
	}
	
	nav ul li:nth-child(2),nav ul li:nth-child(3){
		border-bottom: 1px solid #7FBE25;
	}
	nav ul li:nth-child(3):after{
		content:none;
	}
	nav ul li:last-child:after{
		position: absolute;
	}
	ul.flex-box-c{
		display: block;
	}
	ul.flex-box-c li img{
		display: block;
		margin: 0 auto;
	}
	/* 幅広い疾患に対応します */
	ul.flex-box1{
		display: none;
	}
	ul.flex-box2{
		display: none;
	}
	ul.flex-box-sp{
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		justify-content: space-around;
		margin-top: 1.5rem;
	}
	ul.flex-box-sp li{
		width: 30%;
	}
	/* クリニックの理念 */
	.div-box1 p{
		font-size: 1rem;
		text-align: left;
	}
	
	
	
	
.info-box{
	background: url(../images/info_frame_sp.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	}
	.info-box{
		
	}
	.info-box dl{
	background: url(../images/shadow.png);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: center bottom;
	max-width: 400px;
	height: 200px;
	}
	.gaiyo-box2{
		display: block;	
	}
	.gaiyo-left{
		width: 98%;
	}
	.gaiyo-right{
		width: 98%;
	}
	div.access-title{
		width: 98%;
	}
	.footer-box2{
		display: block;
	}
	.footer-left img{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer-left{
		width: 98%;
	}
	.footer-right{
		width: 98%;
	}	
}