@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 17px/1.9 'Zen Maru Gothic', sans-serif,'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 500;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

span.link-t-a {
position: relative;
top: -80px;/*左の数値を変えると、上下に調整します*/
display: block;
}

/*強調色*/
.cn{color:#1e90ff;font-weight:bold;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	padding-top: 0px;
	text-align: center;
}
#header h1{}

/*クリニック名の表示*/
.clinic-title{display:flex;margin-left:10px;}
.clinic-title-logo{width:100px;}
.clinic-title-logo img{width:100%;}
.clinic-title1{font-family: 'Kosugi Maru', sans-serif;text-align:left;color:#0000ff;line-height:1;font-size:15px;margin:0 0 5px 5px;}
.clinic-title2{font-family: 'Kosugi Maru', sans-serif;text-align:left;color:#0000ff;line-height:1;font-size:56px;}
.clinic-title3{font-family: 'Kosugi Maru', sans-serif;text-align:left;color:#0000ff;line-height:1;font-size:15px;margin:10px 0 0 240px;}
@media only screen and (max-width: 1300px){
	.clinic-title-logo{width:90px;}
	.clinic-title1{font-size:15px;margin-bottom:5px;}
	.clinic-title2{font-size:42px;}
	.clinic-title3{font-size:15px;margin:10px 0 0 160px;}
}
@media only screen and (max-width: 1200px){
	.clinic-title-logo{width:70px;}
	.clinic-title1{font-size:14px;margin-bottom:5px;}
	.clinic-title2{font-size:40px;}
	.clinic-title3{font-size:14px;margin:5px 0 0 150px;}
}
@media only screen and (max-width: 1100px){
	.clinic-title-logo{width:60px;}
	.clinic-title1{font-size:14px;margin-bottom:5px;}
	.clinic-title2{font-size:36px;}
	.clinic-title3{font-size:14px;margin:5px 0 0 130px;}
}
@media only screen and (max-width: 1000px){
	.clinic-title-logo{width:60px;}
	.clinic-title1{font-size:14px;margin-bottom:5px;}
	.clinic-title2{font-size:30px;}
	.clinic-title3{font-size:14px;margin:5px 0 0 90px;}
}
@media only screen and (max-width: 900px){
	.clinic-title-logo{width:60px;}
	.clinic-title1{font-size:14px;margin-bottom:5px;}
	.clinic-title2{font-size:26px;}
	.clinic-title3{font-size:14px;margin:5px 0 0 65px;}
}
@media only screen and (max-width: 799px){
	.clinic-title-logo{width:60px;}
	.clinic-title1{font-size:13px;margin-bottom:0;}
	.clinic-title2{font-size:28px;}
	.clinic-title3{font-size:13px;margin:5px 0 0 85px;}
}


#mainnav a{
	color: #5f4b36;
}

#mainImg{
	position: relative;
  overflow: hidden;
  width: 100%;
  height: 800px;
}

#mainImg img{
	position: absolute;
	width:100%;
  	left: 50%;
	max-width: 1280px;
  	width: 1280px;
  	height: auto;
  	margin-left: -640px;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 40px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 40px;
}

.innerM{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 40px;
}


/*----------------------------------------------------------
お知らせ欄
----------------------------------------------------------*/
.topics_area{
	margin: 0;
	border-radius: 5px;
	border: solid #a5917c 1px; 
}
.topics_area_title{
	padding: 2px 0 2px 15px;
    border-bottom: solid 1px #1e90ff;
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
    background-color:#1e90ff;
    text-align: center;
}
.topics_area_inner{
	padding: 5px;
	max-height: 300px;
	padding-top:10px;
	overflow: auto; 
}
.topics_area dt{
	display: table-cell;
	float: left ;
	clear: left ;
	margin-right: 0.5em ;
	width: 90px ;
	vertical-align: top;
	font-size: 17px;
	line-height:25px;
	padding-bottom:7px;
}
.topics_area dd{
	display: table-cell;
	vertical-align: top;
	font-size: 17px;
	line-height:25px;
	text-indent: -1em;
    padding-left: 1em;
	padding-bottom:7px;
}

.topics_area dd:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f00;
    vertical-align: middle;
}

/* メイン画面の画像
------------------------------------------------------------*/
div.example p {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0; 
}

.example img {
	width: auto;
  }


.example {
  position: relative;

  }


/* メイン画面の画像
------------------------------------------------------------*/
div.resizeimage {
	max-width: 1024px; /* 最大幅 */
	margin: 0 auto;
}
div.resizeimage img {
 	width: 100%; 
}	


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
/*	width: 100%;
	margin-bottom: 30px;
*/
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 20px 10px;
	margin-bottom: 30px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: contain;
	-webkit-background-size: contain;
	text-align: center;
	padding: 100px 120px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}


.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/*----------------------------------------------------
 回り込みを終了する定型表現。
------------------------------------------------------ */
/*clearfix*/	
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;	
}
/*画像と文書を並べて表示時する*/
.inner_l{     
	float: left ; /*左側に配置する*/
}
 .inner_p{
	float:right;  /*右側に配置する*/
}


/*-------------------------------------------------------------
見出し
-------------------------------------------------------------*/
.headline_sinryo {
	display:inlineblock;
	padding: 0.3em 1em;
	color: #fff;
	font-size:24px;
	font-weight:500;
    margin-bottom: 2em;
	background: #1e90ff  ;
	-webkit-box-shadow: 5px 5px 0 #0000ff ;
	box-shadow: 5px 5px 0 #0000ff ;
  }
.headline_item {
	padding: 0.5em 0.5em;/*文字周りの余白*/
	color: #494949;/*文字色*/
	font-size:22px;
	line-height:28px;
	font-weight:bold;
	background: #fff;/*背景色*/
	border-left: solid 5px #0000ff;/*左線（実線 太さ 色）*/
	border-bottom:solid 1px #0000ff;
    margin-bottom: 1.5em;
  }
 
/*両サイドに横棒 スマホアクセスで使用*/
.headline_yokobo {
  display: flex;
	text-align:center;
	font-size:24px;
	margin:1em 0;
  align-items: center;/* 縦位置の調整 */
  justify-content: center;/* 横位置の調整 */
}

.headline_yokobo::before,
.headline_yokobo::after {
  content: '';
  flex-grow: 0.3;/* 少数にする */
  height: 0.5px;
  background: #000;
}

/* 見出しの文字と横棒の間隔を開ける */
.headline_yokobo::before {
  margin-right: 20px;
}

.headline_yokobo::after {
  margin-left: 20px;
}


/*ボックス横並び
------------------------------------*/
#media li{
	float: left;
	text-align:center;
	width: calc(96%/2);
	margin:0.5%;
	line-height: 1.5;
	border: solid 1px;

}

#media img{
	width: 100%;
	height: auto;
}

/*トップページの漫画で使用
------------------------------------*/
.box-flex{
	display:flex;
}
.box-left{
	width:350px;
	margin-right:30px;
}
.box-left img{
	width:100%;
}
.box-right{
	width:calc(100% - 380px);
}

/*トップへ戻る
----------------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #1e90ff;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 20;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/* フォントサイズ
------------------------------------------------------------*/
.ft26{font-size:26px;}
.ft24{font-size:24px;}
.ft22{font-size:22px;}
.ft20{font-size:20px;}
.ft18{font-size:18px;}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}

}

@media only screen and (min-width: 800px){
	body{font-size:17px;}
	
  a#menu{display:none;}	

	.panel{
		display:block !important;
		background-color:#1e90ff ;

	}

	#mainnav li{
		display: inline-block;
		padding: 10px 20px;
		font-size: 17px;
		color:#fff;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}
@media only screen and (max-width: 1200px){

	.innerS{width:70%;}
}

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

	/*トップページの漫画で使用
	------------------------------------*/
	.box-flex{
		display:inline-block;
	}
	.box-left{
		width:100%;
		margin:0;
		margin:0 auto;
		text-align:center;
	}
	.box-left img{
		width:100%;
		max-width:400px;
	
	}
	.box-right{
		width:100%;
		margin-top:20px;
	}

}

@media only screen and (min-width: 641px){

	.col2 li{
		width: 50%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 45%;
		padding-right: 3%;
	}

   .pc { display: block !important; }
   .sp { display: none !important; }

}
@media only screen and (max-width: 799px){
	.pc { display: none !important; }
	.sp { display: block !important; }
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
		padding-top: 0;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 5px;
		/*text-align:left;*/
	}
	
	#header h1 img{
		/*margin-top: 3px;
		max-height: 45px;*/
		padding:0 70px 0 0px;
		max-height:60px;
		width: auto !important;
	}

	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}

	div.resizeimage img{
		margin-top:70px;
	}

	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}

	section{
		padding-top: 50px;
	}

	.innerS{
		width: 94%;
		padding-bottom: 40px;
	}

	/*-------------------------------------------------------------
	見出し
	-------------------------------------------------------------*/
	.headline_sinryo {font-size:22px; }
	.headline_item {font-size:20px;}


	.headline_yokobo {font-size:20px;}
	/* 見出しの文字と横棒の間隔を開ける */
	.headline_yokobo::before {margin-right: 10px;}
	.headline_yokobo::after {margin-left: 10px;}

	/* 固定ボタン
	------------------------------------------------------------*/
	.footer_area {
		display: block !important;
	    position: fixed;
	    bottom: -10px;
	    left: 0;
	    width: 100%;
		background-color: rgba(0, 0, 0, 0.26);
		z-index: 10000;
	}

	.footer_area .footer_area_inner {
	    position: relative;
	    width: 100%;
		max-width:500px;
		max-height:100px;
	    margin: 0 auto;
		padding:0;
	}



}
@media only screen and (max-width: 640px){	
	.pc { display: none !important; }
	.sp { display: block !important; }

	#header h1{
		/*line-height:20px;*/
	}


	section{
		clear:both;
		padding-top: 30px;
	}

	#mainImg{
		position: relative;
	  	overflow: hidden;
	  	width: 100%;
		height: 200px;
	}

	#mainImg img{
		position: absolute;
	  	left: 0%;
		max-width: 100%;
		width:100%;
	  	height: auto;
	  	margin-left: 0px;
	}


	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}

	.topics_area_inner{
		max-height: 400px; 
	}

	.topics_area dt{
		display: block;
		width: 95%;
		padding:0 0 0 10;
		padding-bottom:0;
		margin:0;

	}
	.topics_area dd{
		display: block;
		width: 95%;
		text-indent: 0;
		margin:0;
		line-height:22px;
    	padding-left:5px;
	}

	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}


	#media li{
		float: none;
		width: 100%;
	}


	/* フォントサイズ
------------------------------------------------------------*/
.ft26{font-size:24px;line-height:1.7;}
.ft24{font-size:20px;line-height:1.7;}
.ft22{font-size:20px;line-height:1.7;}
.ft20{font-size:18px;line-height:1.7;}
.ft18{font-size:18px;line-height:1.7;}



}



