﻿@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: 16px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-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 {
top: -100px;/*左の数値を変えると、上下に調整します*/
}

/* ヘッダー
----------------------------------------------------------*/
#header{
	text-align: center;
	background-color:#fff;
}

#header h1{
	padding-top: 5px;
	font-size:14px;
　　
}

#mainnav a{
	color:#808080;
}

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

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

#header table{
	width:100%;
}
#header table td.area-left{
	width:40%;
	vertical-align:top;
	text-align:left;
	padding:10px 10px 0 10px;
}
#header table td.area-middle{
	width:30%;
	vertical-align:top;
	text-align:left;
	padding:10px 10px 0 10px;
}
#header table td.area-right{
	width:30%;
	vertical-align:top;
	padding:10px 10px 0 10px;
}

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

.backimg{
	background-image:url(../images/back.jpg);
	background-repeat: repeat-x;
    height:40px;
}

.innerFT{
 width:1024px;
 margin:0 auto;
 padding:20px 100px 20px 100px;
}

.flex{
    display: flex;
}
.left{
    width: 450px;
    padding-right:20px;

}

.right{
    width: calc(100% - 450px);
    padding-left:20px;
    /*コレ追加*/
    box-sizing: border-box;
}

/*クリニック情報
-------------------------------*/
table.info{
}

table.info  tr.infofirst {
    border-top: 2px solid #808080;
    border-bottom: 2px solid #808080;
}

table.info  tr.info {
    border-bottom: 2px solid #808080;
}

table.info th.info,td.info {
    padding:27px 10px;
    line-height:24px;

}

table.info th{
  font-weight:normal;
  vertical-align:top;
  width:80px;
}

/*診療時間
-------------------------------*/
table.biz-hour {
  width:100%;
  border-collapse: collapse;
}
table.biz-hour th {
  padding: 5px 20px;
  text-align: center;
  font-size:16px;
}
table.biz-hour td {
  padding: 10px 10px;
  text-align: center;
  border-bottom: 2px solid #808080;
  font-size:16px;
}

/* 上段の背景色 */
table.biz-hour th {
  font-weight: normal;
  color:#fff;
  background-color:#808080;

}

/* 土曜日の文字色 */
table.biz-hour th.sat {
  color: #fff;
}

/* 日曜日の文字色 */
table.biz-hour th.san {
  color: #fff;
}


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

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

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

section h2{
	font-family: 'Pacifico', cursive;
	width: 65%;
	margin: 0 auto 20px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

section h3{
	font-family: 'Pacifico', cursive;
	width: 100%;
	margin: 0 auto 20px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h3 span {
	background: #fff;
	padding: 0 80px;
}

section h6 {
	font-size:18px;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
 	margin-top:20px;
}

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

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

.innerS2{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}

/*-----------------------------------------
 お知らせエリア
------------------------------------------*/
.topics_area{
	margin: 0 auto;
	width:60%;
    padding:10px 0 20px 0;
	/*border-radius: 5px;
	border: solid #a9a9a9 1px; */
}
.topics_area_title{
	padding-left:15px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    text-align: left;
}
.topics_area_inner{
	background-color:#fff;
	padding: 10px;
	max-height: 300px;
	overflow: auto;
	border-radius: 5px;
}
.topics_area dt{
	float: left ;
	clear: left ;
	margin-right: 0.5em ;
	width: 100px ;
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	line-height:20px;
	padding-top:3px;
	padding-bottom:3px;
}
.topics_area dd{
	display: table-cell;
	vertical-align: middle;
	font-size: 15px;
	line-height:20px;
	text-indent: -18px;
    margin-left: 10px;
	padding-top:3px;
	padding-bottom:3px;


}
.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: 2px;
}
.topics_area dl {
	border-bottom:dotted 1px #a9a9a9;
}


/*-----------------------------------------
 WEB問診エリア（スマホ用）
------------------------------------------*/
.web_area{
	margin: 0 auto;
	width:60%;
    padding:10px 0 20px 0;
}
.web_area_inner{
	background-color:#fff;
	padding: 10px;
	border-radius: 5px;
}



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

/*-------------------------------------------------------------
見出し
-------------------------------------------------*/
.headline_99 {
  display:inlineblock;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size:22px;
  font-weight:500;
　margin:2em 0;
  background: #094;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #007032;
}


/*-------------------------------------------------------------
医師紹介
-------------------------------------------------*/


.title {
  position: relative;
  padding: 10px 0 0 60px;
  font-size:26px;
  margin-top:20px;
  margin-bottom:10px;
  color:#8b4513;
  font-weight:bold;
  background: linear-gradient(transparent 60%, #add6ff 100%);

}

.title::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url(../images/favicon1.png);
}

.title1 {
  position: relative;
  padding: 10px 0 0 60px;
  font-size:26px;
  margin-top:20px;
  margin-bottom:10px;
  color:#8b4513;
  font-weight:bold;
  background: linear-gradient(transparent 60%, #ffcc99 100%);

}

.title1::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url(../images/favicon1.png);
}

.title2 {
  position: relative;
  padding: 10px 0 0 60px;
  font-size:26px;
  margin-top:20px;
  margin-bottom:10px;
  color:#008000
  font-weight:bold;
  background: linear-gradient(transparent 60%,#90ee90  100%);

}

.title2::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url(../images/favicon1.png);
}

.title3 {
  position: relative;
  padding: 10px 0 0 60px;
  font-size:26px;
  margin-top:20px;
  margin-bottom:10px;
  color:#ff9933;
  font-weight:bold;
  background: linear-gradient(transparent 60%, #ffea80 100%);

}

.title3::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url(../images/favicon1.png);
}

.title4{
  position: relative;
  padding: 10px 0 0 60px;
  font-size:20px;
  margin-top:20px;
  margin-bottom:10px;
  color:#ff9933;
  font-weight:bold;
  background: linear-gradient(transparent 60%, #ffea80 100%);

}

.title4::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: url(../images/favicon1.png);
}


/*---------------------------------------------------------
 受診の方へで使用
-------------------------------------------------*/
.headline_marker{
	 background: linear-gradient(transparent 60%, #add6ff 100%);
	 font-weight:bold;
	 font-size:20px;
	 line-height:30px;
  	 color:#8b4513;
	 padding-left:10px;

}

.nagare{
	border-bottom: solid 3px #008000;
	padding-top:5px;
	margin-bottom:10px;
	width:90%;
	max-width:400px;
	color:#008000;
}

.headline02 {
  border-bottom: solid 3px #c0c0c0;
  position: relative;
  font-size:22px;
  font-weight:bold;
　margin-bottom:20px;
}

.headline02:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #008000;
  bottom: -3px;
  width: 20%;
}

.headline01 {
  position: relative;
  color: #333;
  display: inline-block;
  margin: 20px 0;
  text-shadow: 0 0 2px white;
  font-size:30px;
}
.headline01:before {
  content: "";
  position: absolute;
  background: #a9e1ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  border: dashed 1px white;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
  box-shadow: 0px 0px 0px 5px #a9e1ff;
}



/*緑見出し*/
.headline_green{
    margin:  0;
	font-size: 20px;
	font-weight:  bold ;  
  	color:#008000;
   	position:  relative; 
    font-weight:  normal;
    margin-bottom: 15px;
    border-bottom: solid 4px rgba(76, 175, 80, 0.6);
    border-radius: 0px 0px 160px 180px/0px 0px 20px 4px;    /* 角丸指定 */
}


.headline_item {
	padding: 0.2em 0.5em;/*文字周りの余白*/
	color: #3cb371;/*文字色*/
	font-size:17px;
	line-height:28px;
	font-weight:bold;
	background: #fff;/*背景色*/
	border-left: solid 5px #3cb371;/*左線（実線 太さ 色）*/
	border-bottom:solid 1px #3cb371;
	margin-bottom:20px;
  }




/* 診療と検査で使用
-------------------------------------------------*/
.headline_sinryo {
  display:inlineblock;
  padding: 0.5rem 1rem;
  margin-bottom:20px;
  color: #fff;
  font-size:22px;
  font-weight:400;
  background: #094;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #007032;
}

/* 院内紹介で使用
-------------------------------------------------*/

.head-innai {
	background-color: #ef858c; /* 背景色 */
	color: #fff; /* 文字色 */
	overflow: hidden;
	padding: 10px;  /* 余白 */
	position: relative;
	margin:10px 0;
	border-radius: 5px;

}
.head-innai:before{
	background-color: #fff; /* 切り替わる色1 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-50deg);
	position: absolute;
	bottom: -10px;
	right: -330px;
	width: 500px;
	height: 500px;
}
.head-innai:after{
	background-color: #fff; /* 切り替わる色2 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-70deg);
	position: absolute;
	bottom: -100px;
	right: -500px;
	width: 500px;
	height: 500px;
}

.head-innai1 {
	background-color: #3cb371; /* 背景色 */
	color: #fff; /* 文字色 */
	overflow: hidden;
	padding: 10px;  /* 余白 */
	position: relative;
	margin:10px 0;
	border-radius: 5px;

}
.head-innai1:before{
	background-color: #fff; /* 切り替わる色1 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-50deg);
	position: absolute;
	bottom: -10px;
	right: -330px;
	width: 500px;
	height: 500px;
}
.head-innai1:after{
	background-color: #fff; /* 切り替わる色2 */
	content: '';
	display: block;
	opacity: 0.3; /* 不透明度 */
	transform: rotate(-70deg);
	position: absolute;
	bottom: -100px;
	right: -500px;
	width: 500px;
	height: 500px;
}












/*
.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: 4px;
}
*/

/*ボックス横並び
------------------------------------*/
.parent{
    width: 98%;
    margin: 0 auto;
}
.child-1{
    width: 35%;
    float: left;
	margin-right:20px;
}
.child-2{
    width: 58%;
    float: left;
}

/*ボックス横並び2
------------------------------------*/
.parent2{
    width: 100%;
    margin: 0 auto;
}
.child-3{
    width: 50%;
    float: left;
}
.child-4{
    width: 50%;
    float: left;
}
.child-5{
    width: 45%;
    float: left;
	margin-right:20px;
}


/* アクセスページ、院内紹介で使用
-------------------------------------------------*/
.headline_acc {
  display:inlineblock;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size:18px;
  font-weight:500;
　margin:0 50px;
  background: #094;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #007032;
}


/*-------------------------------------------------------------
　囲み枠
-------------------------------------------------------------*/
.box_dr_words {
    padding: 0.5em 0.5em;
    margin: 1em 0;
    color: #2c2c2f;
/*
    background: #fff8e8;背景色
 	border: 2px solid #ccc; 
 	border-radius: 8px; */

}
.box_dr_words p {
    margin: 0; 
    padding: 0;
}

div.box_nayami_man {
   background-repeat: no-repeat;                /* 1回だけ表示 */
   background-position: bottom right;           /* 右下に表示 */
   background-color: #fff;                   /* 背景色 */
 	padding: 0.5em 0.5em 0.5em 1em;
 	border: 2px solid #ccc; /*線の太さ・色*/
 	border-radius: 8px; /*角の丸み*/ 
}

div.box_nayami_woman {
   background-image: url(../images/img-dr-woman02.png); /* ロゴURL */
   background-size: 20%;
   background-repeat: no-repeat;                /* 1回だけ表示 */
   background-position: bottom right;           /* 右下に表示 */
   background-color: #fff;                   /* 背景色 */
 	padding: 0.5em 0.5em 0.5em 1em;
 	border: 2px solid #ccc; /*線の太さ・色*/
 	border-radius: 8px; /*角の丸み*/ 
}

div.box_nayami_man_small {
   background-image: url(../images/img-dr-man01.png); /* ロゴURL */
   background-size: 15%;
   background-repeat: no-repeat;                /* 1回だけ表示 */
   background-position: bottom right;           /* 右下に表示 */
   background-color: #fff;                   /* 背景色 */
 	padding: 0.5em 0.5em 0.5em 1em;
 	border: 2px solid #ccc; /*線の太さ・色*/
 	border-radius: 8px; /*角の丸み*/ 
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #808080;/*文字色*/
    background: #f0f8ff;
    border: solid 3px#99cfff ;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #808080;/*文字色*/
    background: #fff3cc;
    border: solid 3px#ffe0b3 ;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}


.kakko01 {
	padding: 25px;
	position: relative;
        text-align: center;
}
.kakko01::before, .kakko01::after {
	content: '';
	width: 25px;
	height: 25px;
	position: absolute;
}
.kakko01::before {
	border-left: solid 2px #000000;
	border-top: solid 2px #000000;
	top: 0;
	left: 0;
}
.kakko01::after {
	border-right: solid 2px #000000;
	border-bottom: solid 2px #000000;
	bottom: 0;
	right: 0;
}

.box_keton{
    padding: 0.3em 0.3em;
    margin: 1em 0;
    color: #2c2c2f;
	background-color:#ffe4b5;
 	border: 5px solid #ffa500; 
 	border-radius: 8px;
	font-size:30px;
	font-weight:bold;

}

/*-------------------------------------------------------------
テーブル
-------------------------------------------------------------*/
/*医師紹介*/

table.dr{
}

table.dr th{
  font-weight:normal;
  vertical-align:top;
  width:80px;
}
table.dr td.drfirst{
  width:80px;
  vertical-align:top;
}

table.dr tr.drfirst{
  border-bottom:solid 1px #d3d3d3;
 
}

table.dr tr.drlast{
  border-bottom:solid 1px #d3d3d3;
  padding:20px;
 
}

table.dr td.dr,th.dr{
	padding:20px 10px;
}


/*医療関係者へ*/
table.iryo{
}
table.iryo th.iryo{
  width:150px;
}
table.iryo td.iryo{
  font-weight:bold;
  width:400px;
  text-align:left;
}

/*フッターのクリニック情報は#footerに記載*/

/*-------------------------------------------------------------
画像に説明
-------------------------------------------------------------*/
figure {
    float: left;             /* 左に寄せて後続を右に回り込ませる */
    margin: 0px 0px 20px 0px; /* 外側に余白を加える(右に7px・下に7px) */
}
figure img {
    display: block;          /* 余計な余白が出ないようにする */
    margin: 0px 0px 5px 0px; /* 下側にだけ3pxの余白を追加 */
}
figcaption {
    font-size: 15px;        /* 文字サイズを90%に */
    text-align: center;      /* 中身をセンタリング */
}
div.imagearea:after {
    content: "";      /* ※Clearfix */
    clear: both;
    display: block;
}

/*-------------------------------------------------------------
アクセス画面　グーグルmap用
-------------------------------------------------------------*/
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/*住所と地図
--------------------------*/
.left_box{
    width: 43%;
    padding-right:10px;

}

.right_box{
    width: calc(100% - 43%);
    padding-left:3%;
    /*コレ追加*/
    box-sizing: border-box;
}



/*-------------------------------------------------------------
TOPへ戻る
-------------------------------------------------------------*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 10px;
  background: #ef3f98;
  opacity: 0.6;
  border-radius: 50%;
}
#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: -10px;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*-------------------------------------------------------------
フォントサイズ
-------------------------------------------------------------*/
.ft18{
	font-size:18px;
}
.ft26{
	font-size:26px;
}
.ft22{
	font-size:22px;
}

/*-------------------------------------------------------------
リスト
-------------------------------------------------------------*/
ul.maru  {
  list-style-type: disc;
  padding:0 0 0 30px;
  margin:0;
}
ul.maru li  {
	margin-bottom:20px;
  /* padding-left: 1.3em;
 text-indent: -1.3em;*/
}

.list_maru-wrap {
    list-style:  none;  /* デフォルトのアイコンを消す */
    margin:  0;         /* デフォルト指定上書き */
    padding: 0;         /* デフォルト指定上書き */
	text-indent:-1em;
	padding-left:1em;
}
 
 
.list_maru::before {
    content:  "";     			/* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #008000;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position:  relative;        /* 位置調整 */
    top: 20px;                  /* 位置調整 */
    margin-right: 10px;          /* 余白指定 */
    margin-bottom:20px;

}

ol.maru_num  {
  margin: 0;
  padding: 0;
  padding-top:10px;
}
ol.maru_num li  {
  padding-bottom:10px;
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}


/*-------------------------------------------------------------
丸を書く
-------------------------------------------------------------*/
.circle{
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align:center;
  line-height: 40px;
}

/*-------------------------------------------------------------
 フォントサイズ
-------------------------------------------------------------*/
.ft26{
	font-size:26px;
}

.ft24{
	font-size:24px;
}

.ft22{
	font-size:22px;
}

.ft20{
	font-size:20px;
}
.ft18{
	font-size:18px;
}


.nav-tabs {
  border-bottom:none;
}


/*-------------------------------------------------------------
 タブ切替え（受診の方へで使用）
-------------------------------------------------------------*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: DeepSkyBlue;
  display: block;
  order: -1;
}
.tab-label {
  color: white;
  background: #a9a9a9;
  font-weight: bold;
  /*text-shadow: 0 -1px 0 rgba(0,0,0,.2);*/
  font-size:16px;
  white-space: nowrap;
  text-align: center;
  padding: 10px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #000080;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  transition: .5s opacity;
  box-shadow: 0 0 3px rgba(0,0,0,.2);
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/*-------------------------------------------------------------
 ボックス横並び（アクセス画面、感染対策、スタッフ紹介で使用）
-------------------------------------------------------------*/
.flex{
    display: flex;
}
.flex div{
}
.box-right{
    width: 320px;
}
.box-left{
    width: calc(100% - 320px);
    padding: 10px 30px 0 0;

    /*コレ追加*/
    box-sizing: border-box;
}

/*感染対策
---------------------------*/
.kansenbox{
	width:650px;
}
.kansenbox-img{
	width:150px;
	padding:30px 0 0 50px;
}



/*固定ボタン
------------------------------------*/
.fixed_btn{
  position: fixed;
  bottom: 10px; 
  right: 45px;
  padding: 6px 10px;
 z-index:1;
}
.fixed_btn2{
  position: fixed;
  bottom: 70px; 
  right: 45px;
  padding: 6px 10px;
 z-index:1;
}
.fixed_btn3{
  position: fixed;
  bottom: 130px; 
  right: 45px;
  padding: 6px 10px;
 z-index:1;
}

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


.container {
  padding-right: 5px;
  padding-left: 5px;
}





/*開く、隠すボタン
------------------------------------*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 15px;
    font-weight: bold;
    border: solid 2px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}





/*スタッフ紹介
---------------------------*/
.staff-img{
	width:150px;
	margin-right:20px;
}
.staffbox{
    width: calc(100% - 170px);
}
.staffbox p{
	background-color:#ffe4e1;
	padding:10px;
}


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

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}
@media only screen and (max-width: 1024px){
	#header h1{
		padding-top: 0px;
		font-size:11px;
	　　
	}
}

@media only screen and (max-width: 1200px) and (min-width: 800px){

	.innerFT{
	 width:96%;
	 padding:0;
	}

	.left{
	    width: 40%;
		max-width:450px;
	    padding-right:20px;

	}

	.right{
	    width: 60%;
		max-width:550px;
	    padding-left:20px;
	}
}

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

	.panel{
		display:block !important;
	}

	#mainnav ul{
		width:100%;
		background-color:whitesmoke;

	}

	#mainnav li{
		display: inline-block;
		padding: 10px 15px;
		font-size: 15px;
		background-color:whitesmoke;
	}
	

	/*パソコンではWEB問診エリアは表示しない
	-----------------------------------------*/
	.web_area{
		display:none;
	}

	/* 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 (min-width: 641px){

	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}

	 .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;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 0px;
		font-size:12px;
	　　
	}
	
	#header h1 img{
		margin-top: 0px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;

	}

	#menuBtn{
  	display: block;
  	position: fixed;
  	top: 30px;
  	right: 10px;
  	width: 25px;
  	height: 3px;
	border-radius: 3px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 25px;
  	height: 3px;
	border-radius: 3px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -8px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;

	}

	#mainnav{
		position: fixed;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #008000;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #fff;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	#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: 20px;
	}

	section h2{
		font-size:18px;
		margin: 0 auto 0px;
		width: 90%;

	}
	section h2 span {
		padding: 0 0px;
	}

	section h3 span {
		background: #fff;
		padding: 0 ;
	}

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

.headline_99 {
  display:inlineblock;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size:22px;
  font-weight:500;
　margin:2em 0;
  background: #094;
  -webkit-box-shadow: 5px 5px 0 #007032;
  box-shadow: 5px 5px 0 #007032;
}

	/* フッター
	------------------------------------------------------------*/
	.innerFT{
	 width:96%;
	 padding:0;
	 padding-top:20px;
	 margin:0 auto;
	}

	.flex{
		/*margin-top:50px;*/
	    display: block;
	}
	.left{
	    width: 100%;
	}

	.right{
	    width: 100%;
	    padding: 10px 10px;
	}

	/*-------------------------------------------------------------
	お知らせ欄
	-------------------------------------------------------------*/
	.topics_area{
		width:96%;
	    padding:10px 0 10px 0;
	}
	.topics_area_inner{
	    padding:5px;
		max-height: 300px;
		height:auto;
	}

	.topics_area dt,
	.topics_area dd{
		display: block;
		width: 98%;
	}
	.topics_area dt{
    	padding: 0 0 0 0.5em;
	}
	.topics_area dd{
		text-indent: 0;
		margin:0;
    	padding: 0 0 0.5em 5px;
	}

	/*-------------------------------------------------------------
	WEB問診
	-------------------------------------------------------------*/
	.web_area{
		width:96%;
    	padding:10px 0 20px 0;
	}
	.footer_area {
	display: block !important;
   	 position: fixed;
    	bottom: 0;
    	left: 0;
    	width: 100%;
    	background-color: rgba( 255, 192, 203, 0.6 );
	z-index: 10000;
	}
	.footer_area .footer_area_inner {
    	position: relative;
    	width: 100%;
    	margin: 0px auto;
    	padding: 5px 0;
	margin-right: 0px;
	}
	.footer_area .footer_area_inner .footer_area_inner_btn {
    	width: 98%;
    	padding: 5px 0;
    	font-size: 20px;
    	font-weight: bold;
	line-height: 1.3;
    
	}
	.footer_area_inner span{
	color: #fff;
	}
	#siteBottom{
	margin-bottom: 85px;
	}
	.col-lg-6{
 	 padding-right: 0px;
  	padding-left: 0px;
	}


	/*診療時間
	-------------------------------*/
	table.biz-hour {
	/*  width:100%;
	  border-collapse: collapse;*/
	}
	table.biz-hour th {
	  padding: 5px 5px;
	  font-size:14px;
	}
	table.biz-hour td {
	  padding: 5px 5px;
	  font-size:14px;
	}


	/*クリニック情報*/
	table.info{
	 width:95%;
	}

	table.info  td.infofirst,th.infofirst {
	    border-top: 2px solid #808080;
	}

	table.info  td.infolast,th.infolast {
	    border-bottom: 2px solid #808080;
		padding:10px 5px;
	}
	table.info th{
	  font-weight:normal;
	  vertical-align:top;
	  width:70px;
	}


	/*-------------------------------------------------------------
	 囲み枠
	-------------------------------------------------------------*/
	.box_keton{
		font-size:18px;
	}

	/*-------------------------------------------------------------
	 ボックス横並び（アクセス画面で使用）
	-------------------------------------------------------------*/
	.flex{
	    display: inline;
	}
	.flex div{
	}
	.box-right{
	    width: 100%;
		padding:5px;
	}
	.box-left{
	    width: 100%;
		padding:5px;
	}

	.left_box{
	    width: 100%;
		padding:5px;

	}

	.right_box{
	    width: 100%;
		padding:5px;
	}

	/*感染対策
	---------------------------*/
	.kansenbox{
	    width: 100%;
	}
	.kansenbox-img{
	    width: 100%;
		max-width:150px;
		padding:10px 0 0 50px;
	}

	/*スタッフ紹介
	---------------------------*/
	.staff-img{
		width:150px;
		margin:0;
	}
	.staffbox{
	    width: 100%;
	}
	.staffbox p{
	    font-size:15px;
	}

	/*-------------------------------------------------------------
	 スタッフ紹介
	-------------------------------------------------------------*/
	.staff{
		padding:10px;
	}
	.staff-img{
		width:100px;
	}


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

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

	#headerWrap{
		position: relative;
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}


	#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: 20px;
	}

	.innerS2{
		width: 96%;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.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;
	}

	section h2{
		width: 90%;
	}

	section h2 span {
		background: #fff;
		padding: 0;
	}


	section h3 span {
		background: #fff;
		padding: 0 ;
	}


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

/*-------------------------------------------------------------
テーブル
-------------------------------------------------------------*/
table.dr th{
  width:50px;
}
table.dr td.first{
  width:70px;
}


/*医療関係者へ*/
table.iryo th.iryo,td.iryo{
    display: block;
    width: 100%;
    max-width:300px;
  }

table.iryo td.iryo{
    padding-left:20px;
  }

/*-------------------------------------------------------------
囲み枠
-------------------------------------------------------------*/
/* 診療と検査で使用
-------------------------------------------------*/
.headline_sinryo {
  padding: 0.5rem 1rem;
  margin-bottom:20px;
  font-size:18px;
}

/* アクセスページで使用
-------------------------------------------------*/
.headline_acc {
  padding: 0.5rem 1rem;
  font-size:18px;
}

/*-------------------------------------------------------------
見出し
-------------------------------------------------------------*/
.title {
  background: linear-gradient(transparent 80%, #add6ff 100%);
}

.title::before {
  top: 0px;
}


/*---------------------------------------------------------
 受診の方へで使用
-------------------------------------------------*/
.headline_marker{
	 background: linear-gradient(transparent 80%, #add6ff 100%);
}

.headline_marker{
	 background: linear-gradient(transparent 80%, #add6ff 100%);
}


/* フォントサイズ
-------------------------------------------------------------*/
.ft26{
	font-size:18px;
	line-height:26px;
}

.ft24{
	font-size:18px;
	line-height:26px;
}
.ft22{
	font-size:18px;
	line-height:26px;
}

.ft20{
	font-size:18px;
	line-height:26px;
}

.ft18{
	font-size:16px;
	line-height:22px;
}



}