@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
img{vertical-align:middle;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */




/* リンク設定
------------------------------------------------------------*/
a{color:#4696fa;text-decoration:none;}
a:hover{opacity:0.5; }
a:active, a:focus {outline:0;}


/* 全体
------------------------------------------------------------*/

body{
	background-color: #ffffff;
	color:#444;
	font-size:16px;
	font-family: "Helvetica Neue",
		Arial,
		"Hiragino Kaku Gothic ProN",
		"Hiragino Sans",
		Meiryo,
		sans-serif;

	-webkit-text-size-adjust:100%;
}

p {
	line-height: 1.5;
}

.inner{
	margin:0 auto;
	width:100%;
	height:100%;	
}

.inner::after{
   content: "";
   display: block;
   clear: both;
   }

.flex-container {
	width:1000px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}
   
section .inner{
	padding: 50px 0;
}

.left {float: left;}

.right{float: right;}

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




/*************
/* ヘッダー
*************/
header{
	padding: 10px 0 20px 0;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .15);
	position: relative;
	z-index: 100;
	background-color: #fff;
	color: #352012;
}



.clearfix::after {
   content: "";
   display: block;
   clear: both;
}


/* ロゴ
*************/

#mainLogo{
	width: 324px; 
	position: absolute;
	top:10px;
	left:0;
}


#headerInfo {
	position:absolute;
	top:10px;
	right:0;
	text-align: right;
}

.header_message {
	font-size:14px;
	color:#675441;
}

.header_reserve{
	color: #ec7660;
	border: 1px solid #ec7660;
	padding: 0.5em 1em;
	font-size: 13px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 0.3em;
	vertical-align: baseline;

}



.tel_num{
	font-size: 30px;
	font-weight: bold;
	display:inline-block;
	letter-spacing: 0.05em;
	vertical-align: top;
	color: #ec7660;
}


.tel_num a{
	color:#ec7660;
	padding-bottom: 0.2em;
}



.tel_num a:hover {
	opacity: 1;
	color: #dc3826;
}





/*************
/* アイコン
*************/
.material-icons{
	display:inline-flex;
	vertical-align:text-top;
	color: #ec7660;
	margin-right: 0.25em;
}

.btn_01 .material-icons {
	vertical-align: top;
	color: #fff;
}


.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-30 { font-size: 30px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }


.material-icons.white {color:#fff;}


.flowbtn10{
display:inline-block;	
font-size:35px;
text-decoration:none;
color:#444;	
}

.flowbtn10:hover {
	opacity: 50%;
}

/* インスタ・pocket・ラインだけ少し大きく */
.flowbtn10 .fa-instagram,.flowbtn10 .fa-get-pocket,.flowbtn10 .fa-get-pocket,.flowbtn10 .fa-line{
font-size:38px;
}




/**************************
/* メイン画像（トップページ+サブページ）
**************************/

.swiper-container{
	height:600px;
}


.swiper-slide{
	background-image: url("../images/main_slide_01.jpg");
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
	background-position: center center;
}

#mainVisual{
	position:relative;
}

#mainVisualCopy{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	z-index: 10;
	padding: 7px;
	background-color: rgba(103,84,65,0.75);
	border-radius: 10px;
}

#mainVisualCopy p{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;

	color:#fff;
	font-size:30px;
	filter:drop-shadow(0px 0px 5px #000);
	border: 1px solid #fff;
	padding: 1.5em 2em;
	border-radius: 10px;

}

#leadSentence {
	background-color: #fff;
}

#secondSentence {
	background-color: #e6eef9;
}

.img_nav {
	background-color: #fff;
}


#leadSentence h3,
#secondSentence h3{
	color: #4696fa;

	font-size:32px;
	font-weight:normal;
	margin-bottom:0.5em;
	text-align: center;
}

#leadSentence h3 span {
	font-size:13px;
	font-weight:200;
	color:#999;
	display:block;
	letter-spacing: 0.25em;
}



#leadSentence .sentence_wrapper{
	width: 58%;
	float: left;
}

#secondSentence .sentence_wrapper{
	width: 48%;
	float: right;
}

#leadSentence .img_wrapper{
	width: 38%;
	padding:0;
	margin:0;
	float: right;
	text-align: right;
}

#secondSentence .img_wrapper{
	width: 48%;
	padding:0;
	float: left;
	text-align: left;
}

#leadSentence p,
#secondSentence p{
	line-height: 2em;
}






/**************************
/* 写真付きナビ
**************************/

.img_nav a:hover{
	opacity: 0.6;
}

.img_nav ul{
	display: table;
	border-collapse: separate;
	border-spacing: 20px 0; 
	margin:0 -40px;
	line-height: 0;
	
}
	
.img_nav li{
	
	display: table-cell;
	
	width:220px;
	height:220px;

	text-align:center;
	vertical-align: middle;
	line-height: 1em;
	letter-spacing: 0.1em;
	font-size:30px;
	color:#fff;
	text-shadow: 1px 1px 10px #000;
	background-size: contain;
	background-repeat: no-repeat;
}



.img_nav li span{
	font-size: 20px;
}

.img_nav li.img_nav_li_01{background-image: url("../images/grid_menu_01.jpg")}
.img_nav li.img_nav_li_02{background-image: url("../images/grid_menu_02.jpg");}
.img_nav li.img_nav_li_03{background-image: url("../images/grid_menu_03.jpg");}
.img_nav li.img_nav_li_04{background-image: url("../images/grid_menu_04.jpg");}



	


/*************
/* フッター
*************/

#footer{
	margin-top: 0;
}

#footer a:hover{
	text-decoration: underline;
}

#footer .inner{
	padding: 20px 0;
}

.footer_logo {

}

.footer_logo img{
	
}


.footer_info{

	text-align:center;
}

.footer_info h4{
	font-weight: bold;
	font-size: 20px;
	margin: 1em 0;
}



.footer_info p{
	font-size:13px;
	margin-bottom: 0.5em;
}

p.footer_tel {
	font-size:16px;
}


.footnav{
	margin: 20px auto 40px auto;
}


.footnav li{
	display:inline;
	padding:0 10px;
	border-right:1px solid #000;
	white-space: nowrap;
}

.footer_logo {
	margin:10px 0;
	line-height: 0;
	vertical-align: bottom;
	text-align: center;
}

.sns_icons {
	width:20%;
	float:right;
	text-align:right;
}

.sns_icons li {
	display: inline-block;
	margin: 0 10px;
}


#copyright{
	clear:both;
	padding:20px 0 10px 0;
	text-align:center;
	font-style:normal;
	font-size:12px;
}





	
/*************
/*  2ndディレクトリ
*************/	


#pageTitle{
	height: 200px;
}

#pageTitle .inner{
	position:relative;
	height: 200px;
	padding:0;
}

#pageTitle h2 {
	font-size:30px;
	vertical-align: middle;
	display: table-cell;
	height: 200px;
	width:inherit;
	color:#fff;
	text-shadow: 1px 1px 10px #fff;
	letter-spacing:0.2em;
	text-align: center;
}

#pageTitle h2 span {
	display: block;
}

#pageTitle h2 .english_title{
	font-size:16px;
}

#pageTitle{
	background-color:#ccc;
	background-repeat:none;
	background-position:center center;
	background-size:cover;
}

#doctor #pageTitle{
	background-image:url("../images/bg_doctor.jpg");
}

#clinic #pageTitle{
	background-image:url("../images/bg_clinic.jpg");
}

#medical #pageTitle{
	background-image:url("../images/bg_medical.jpg");
}

#access #pageTitle{
	background-image:url("../images/bg_access.jpg");
}


#doctorProfile .background {
	background: #ffefdd;
	width: 37.5%;
	padding: 30px 5%;
}

#doctorProfile .background h3 {
	color:#ec7660;
	font-size: 1.25em;
	border-bottom: 1px solid #ec7660;
	padding-bottom: 0.5em;
}

#doctorProfile .background li {
	margin-top: 1em;
}

#clinicGuide {
	
}



#clinicGuide .clinic_guide {
	width: 37.5%;
	padding: 30px 5%;
	margin-bottom: 50px;
	border:1px solid #ccc;
	border-radius: 10px;
}

#clinicGuide .clinic_guide h4 {
	color:#ec7660;
	font-size: 1.25em;
	border-bottom: 1px solid #ec7660;
	padding-bottom: 0.5em;
}

#clinicGuide .clinic_guide p {
	margin:1em 0;
}




.pagebottom_link {
	text-align: center;
	font-size: 24px;

}

.pagebottom_link a{
	text-decoration: underline;
}



.access_table{
	width:45%;
	float: left;
	font-size: 14px;
	border-top:#99936f solid 1px;
}

.access_table th{
	background:#efe9dc;
	width:8em;
	padding: 1em;
	vertical-align:middle;
	border-bottom:#99936f solid 1px;
}

.access_table td{
	padding: 1em;
	vertical-align:middle;
	border-bottom:#99936f solid 1px;
}


.addition{
	font-size:85%;
}

#access .map{
	width:480px;
	height:360px;
	float:right;
}

#access .map iframe{
	width:100%;
	height:100%;
}


h3.form_title
{
	font-family: Georgia, "Times New Roman", Times, "serif";
	font-size: 30px;
	margin-bottom:2.5em;
	padding-bottom:0.5em;
	line-height: 1em;

	text-align: center;
	position: relative;
}


h3.form_title:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 75px; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #000; /*下線の色*/
}

h3.form_title {
	margin-bottom:1.5em;
}

.right{
	float:right;
}


/*--------------------
診療案内
--------------------*/

#medical h3,
#clinic h3{
	color:#4696fa;
		color: #666;
	font-size: 30px;
	margin-bottom:1em;
	padding-bottom:0.5em;
	line-height: 1em;
	text-align: center;
	position: relative;
}

#medical h3:before,
#clinic h3:before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px; /*下線の上下位置調整*/
  display: inline-block;
  width: 75px; /*下線の幅*/
  height: 1px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #ccc; /*下線の色*/

}

#clinic h3{
	margin-top: 50px;
}





.frame-box {
	padding: 20px;
	margin-top:2em;
	position: relative;
}

.frame-box::before, .frame-box::after {
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
}

.frame-box::before {
	border-left: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	top: 0;
	left: 0;
}

.frame-box::after {
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	top: 0;
	right: 0;
}

.frame-box .price{
	color: #c00;
	margin-left: 1em;
}






.tel_time{
	font-size:14px;
}


/* PCのみ
------------------------------------------------------------*/
@media only screen and (min-width:1000px){
	
	#gNavWrapper {
		width: 1000px;
		margin: 90px auto 0 auto;
	}
	

	
	#gNav .g_nav {
		border-left: 1px solid #ccc;
	}


	#gNav .g_nav > li {
			display: inline-block;
			width: 19.5%;
			border-right: 1px solid #ccc;
		}



	#gNav .g_nav > li{
		height: 20px;
		text-align: center;
	}	
	
	
	#gNav .g_nav > li a{
		position: relative;
		color:#333;
	}
	
	#gNav .g_nav > li a:hover{
		color: #488fdd;
		opacity:1;
	}
	
	#gNav .g_nav > li a::after{
		position: absolute;
		bottom: -8px;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: #488fdd;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: transform .2s;
		
	}
	
	#gNav .g_nav > li a:hover::after {
	 	 transform: scale(1, 1);
	}
	
	nav#gNav .reserve_smart {
		display: none;
	}
	

	.inner{
		position: relative;
		width:1000px;
		margin:0 auto;
		}

	}

	#page_top{
		width: 50px;
		height: 50px;
		position: fixed;
		right: 15px;
		bottom: 40px;
		background: #58baff;
		border-radius: 50%;
		text-align: center;

	}

	#page_top span.material-icons a{
		color:#fff;
	}

	#page_top:hover{
		opacity: 0.6;
	}


}





















