@charset "UTF-8";

/* 目次 
 * 1. リセット
 * 2. 共通（見出し・テーブル・ヘッダー・フッター・サイド・ボタン）
 * 3. トップページ
 * 4. 診療案内
 * 5. 院長挨拶
 * 6. 待ち時間案内
 * 7. 404
 * 8. news（ブログ一覧＆詳細）
 * 9. 
*/


/**************************************************
/* 1. リセット
***************************************************/

* {margin: 0; padding: 0;}
article,aside,details,figcaption,figure,footer,#header,hgroup,main,menu,nav,section,summary {display: block;}
html {font-size: 62.5%;}
body {font: normal 1.4rem/1.6 "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;color: #333;}
table {border-collapse:collapse; border-spacing: 0;}
td,th {padding: 0;}
ul, ol{list-style: none;}
a {text-decoration: none; color: #444;}
a:hover, a:active, a:focus {color: #999;}
img {vertical-align: bottom; border: 0;}
i, cite, em, var, address, dfn {font-style:normal;}
*, *:before, *:after {box-sizing: border-box;}
small { font-size: 80%;}
button,select {text-transform: none;}
.cf:after {
    content: "";
    height: 0;
    display: block;
    clear: both;
}
/*IE用*/
a {background-color: transparent;}
a:active,a:hover {outline: 0;}
button {overflow: visible;}
textarea {overflow: auto;}


/**************************************************
/* 2. 共通
***************************************************/
.display_pc { display: block; }
.display_sp { display: none; }

.hamburger{
	display: none !important;
}

/*--------------------------------------------------
指定日時になったらバナーなどを表示／非表示にする(js) 
----------------------------------------------------*/
.timerHidden{ display: none;}
.timerVisible{ display: block;}

body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	color: #333;
}

article, aside, dialog, figure, footer, #header, menu, nav, section, main{
    display: block;
}

ul, ol{
    list-style: none;
}

img{
	width: 100%;
	height: auto;
}

.container{
	max-width: 1920px;
	margin: 0 auto;
}

.contents{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

.block{
	margin-bottom: 100px;
}

.outer{
	max-width: 800px;
	margin: 0 auto;
}

.mar-b75{
	margin-bottom: 75px;
}
.mar-b50{
	margin-bottom: 50px;
}
.mar-b25{
	margin-bottom: 25px;
}
.mar-b10{
	margin-bottom: 15px;
}

/*------------------------------
float
------------------------------*/
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.clearfix:after{
    content: "";
    height: 0;
    display: block;
    clear: both;
}

/*------------------------------
h1
------------------------------*/
.h1{
	width: 100%;
	margin-bottom: 50px;
	padding: 10px;
	background: #442f0b;
	border-top: 2px solid #d99f24;
	border-bottom: 2px solid #d99f24;
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}

/*------------------------------
h2
------------------------------*/
.h2{
	margin-bottom: 50px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #442f0b;
}

/*------------------------------
h3
------------------------------*/
.h3{
	margin-bottom: 25px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color: #442f0b;
}

/*------------------------------
リンク画像
------------------------------*/
a img:hover,
a img:active{
	opacity: 0.8;
}

/*------------------------------
リンクテキスト（link-text）
------------------------------*/
a.link-text{
	text-decoration: none;
	color: #d99f24;
	font-weight: bold;
}
a.link-text:hover,
a.link-text:active{
    text-decoration: underline;
	opacity: 0.8;
}
	
/*------------------------------
リンクボタン（link-btn）
------------------------------*/
.link-btn a{
	display:block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #442f0b;
	border: 1px solid #9a762f;
	margin: 0 auto;
}
.link-btn a:hover,
.link-btn a:active{
	background: #d99f24;
}

/*------------------------------
パンクズ
------------------------------*/
.breadcrumbs {
	width: 100%;
	margin-bottom: 50px;
	background-color: #fff7f2;
}
.breadcrumbs ul{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px;
	box-sizing: border-box;
}

.breadcrumbs ul li{
    display: inline-block;
    font-size: 12px;
}
.breadcrumbs ul li a{
    font-size: 12px;
	color: #d99f24;
}
.breadcrumbs ul li a:hover{
	text-decoration: underline;
}
.breadcrumbs ul li:nth-of-type(2):before,
.breadcrumbs ul li:nth-of-type(3):before{
    content: ">";
    margin-right: 0.5em;
    margin-left: 0.5em;
    font-size: 14px;
    color: #333;
}

/*---------------------------------------
ヘッダー
----------------------------------------*/
#header{
	display:block;
	z-index: 100;
	width: 100%;
	height: 80px;
	background-color: #442f0b;
}
#header .headarea{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

/*ロゴ*/
#header .headarea .logo{
	width: 25%;
	padding: 15px 0;
	box-sizing: border-box;
}

#header .headarea .logo img{
	display: block;
	width: 160px;
	height: 50px;
	margin: 0 auto;
}

/*Gナビ*/
#header .g-nav {
	display:block;
	width: 35%;
}
#header .g-nav2 {
	display:block;
	width: 15%;
}
#header .g-nav ul li {
	float: left;
	width: 33.333333%;
	padding: 25px 10px;
	box-sizing: border-box;
}
#header .g-nav ul li:first-child {
	float: left;
	width: 33.333333%;
	padding: 25px 10px 25px 20px;
	box-sizing: border-box;
}
#header .g-nav2 ul li {
	float: left;
	width: 100%;
	padding: 25px 10px;
	box-sizing: border-box;
}
#header .g-nav ul li a {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #9a762f;
	border-bottom: 1px solid #9a762f;
}
#header .g-nav2 ul li a {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-top: 1px solid #9a762f;
	border-bottom: 1px solid #9a762f;
}
#header .g-nav ul li a:hover,
#header .g-nav2 ul li a:hover {
	border-top: 1px solid #d99f24;
	border-bottom: 1px solid #d99f24;
}

/*電話*/
#header .tel {
	display: block;
	width: 25%;
	padding: 25px 20px;
	box-sizing:border-box;
}
#header .tel address {
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	/*background-color:#d99f24;*/
	background-color:#fff;
	border: 1px solid #d99f24;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #442f0b;
}

/*----------------------------------------
フッター
-----------------------------------------*/
#totop{
	width: 40px;
    height: 40px;
    margin: 0 auto 40px auto;
}

#footer{
	display: block;
	width: 100%;
	background-color: #fff7f2;
}
#footer .footarea {
	max-width: 1000px;
	margin: 0 auto;
}

#footer .logo{
	float:left;
	width: 160px;
	height: 50px;
	margin: 50px 20px;
}

#footer .inner {
	padding: 50px 20px;
	box-sizing: border-box;
}

#footer .inner nav ul li{
	float: left;
	padding-right: 30px;

}

#footer .inner nav ul li a {
	display:block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	font-weight: bold;
	color: #442f0b;
}
#footer .inner nav ul li a:hover {
	border-bottom: 1px solid #d99f24;
}

/*電話*/
#footer .tel address {
	display: block;
	width: 170px;
	height: 35px;
	line-height: 35px;
	/*background-color:#d99f24;*/
  background-color:#fff;
	border: 1px solid #d99f24;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #442f0b;
}

/*コピーライト*/
#footer .copyright{
	width: 100%;
	background: #442f0b;
	text-align: center;
}
#footer .copyright small{
	max-width: 1000px;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	text-align: center;
}


/**************************************************
/* 3. トップページ
***************************************************/
/*キービジュアル*/
#top .mainimg {
	position: relative;
}
#top .mainimg .bnr{
	position: absolute;
	top: 58%;
	left: 11%;
	width: 25%;
}
#top .mainimg .bnr a img{
	max-width: 350px;
	width: 100%;
	height:auto;
}
/*News*/
#top .info{
	width: 100%;
	padding: 70px 40px;
	background: #fff7f2;
}
#top .news-list{
	width:100%;
	margin: 0 auto;
	border-bottom: 1px solid #9a762f;
	font-size: 16px;
	color: #333;
}

#top .news-list dt{
	width:20%;
	padding: 20px;
	box-sizing: border-box;
}
#top .news-list dd{
	width:80%;
	padding:  20px 20px 20px 0;
	box-sizing: border-box;
}

#top .info a.text:hover{
	color: #d99f24;
	text-decoration:underline;
}
/*基本情報*/
#top .basis .table-1{
	width: 100%;
	margin-bottom: 10px;
}
#top .basis .table-1 th{
	width: 25%;
	padding: 20px;
	text-align: center;
    color: #333;
    background: #fff7f2;
	border: 1px solid #442f0b;
}
#top .basis .table-1 td{
	width: 75%;
    padding: 20px;
	background: #fff;
	border: 1px solid #442f0b;
}
/*診療時間*/
#top .basis .table-2{
	width: 100%;
	margin-bottom: 10px;
}
#top .basis .table-2 tr.bg{
    background: #fff7f2;
}
#top .basis .table-2 th{
	width: 30%;
	padding: 15px 20px;
	text-align: center;
    color: #333;
	border: 1px solid #442f0b;
}
#top .basis .table-2 thead tr th{
	font-size: 22px;
	color: #442f0b;
}
#top .basis .table-2 td{
	width: 35%;
    padding: 15px 20px;
	text-align: center;
	border: 1px solid #442f0b;
}
#top .basis .orange{
	display: inline-block;
    padding: 5px 15px;
	/*background: #f5d99e;*/
  border: 1px solid #d99f24;
	color: #333;
}
/*アクセス*/
#top .access {
	width: 100%;
	border: 1px solid #442f0b;
}
#top .access h3 {
	margin: 15px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}
#top .access iframe{
	width: 100%;
	height: 500px;
}
#top .access p{
	text-align: center;
	margin: 15px;
	line-height: 1em;
}

/**************************************************
/* 4. 診療案内
***************************************************/
/*診療内容*/
#shinryo .table{
	width: 100%;
	margin-bottom: 10px;
}
#shinryo .table tr.pink{
    background: #fff7f2;
}
#shinryo .table th{
	width: 20%;
	padding: 20px;
	text-align: center;
    color: #333;
	border: 1px solid #442f0b;
}
#shinryo .table thead tr th{
	font-size: 22px;
	color: #442f0b;
}
#shinryo .table td{
	width: 80%;
    padding: 20px;
	border: 1px solid #442f0b;
}
#shinryo .orange{
  display: inline-block;
  padding: 5px 15px;
  /*background: #f5d99e;*/
  border: 1px solid #d99f24;
}
/*医療機器*/
#shinryo .con2 .inner:nth-of-type(odd){
	width: 50%;
	padding: 0 20px 40px 0;
}
#shinryo .con2 .inner:nth-of-type(even){
	width: 50%;
	padding: 0 0 40px 20px;
}
#shinryo .con2 .inner p{
	padding: 5px 15px;
	background: #fff7f2;
	font-size: 18px;
	font-weight: bold;
}

/**************************************************
/* 5. 院長挨拶
***************************************************/
#incho .bg{
	padding: 50px 50px 350px;
	background: url(/images/incho/aisatu-bg.jpg) no-repeat;
	background-position: left bottom;
	background-size: cover;
}

#incho .text-r{
	text-align: right;
}
#incho .table{
	width: 100%;
	margin-bottom: 10px;
}
#incho .table thead th{
	width: 100%;
	padding: 20px;
	text-align: center;
    font-size: 22px;
	color: #442f0b;
    background: #fff7f2;
	border: 1px solid #442f0b;
}
#incho .table th{
	width: 25%;
	padding: 20px;
	text-align: center;
    color: #333;
    background: #fff;
	border: 1px solid #442f0b;
}
#incho .table td{
	width: 75%;
    padding: 20px;
	background: #fff;
	border: 1px solid #442f0b;
}


/**************************************************
/* 6. 待ち時間案内
***************************************************/
#machi .bg{
	display:block;
	width:100%;
	height: auto;
	padding: 100px 20px;
	background: url(/images/machi/machi-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
#machi .bg p{
	text-align:center;
}
#machi .bg .inner{
	display:block;
	max-width:400px;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
}
#machi .bg .inner:hover{
	opacity: 0.8;
}
#machi .bg .inner p{
	text-align:center;
	color: #442f0b;
	font-weight: bold;
}
#machi .bg .inner span{
	color: #d99f24;
	font-size: 20px;
	font-weight: bold;
}

/*受付から会計までの流れ*/
#machi .flow p .text{
	float:left;
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
}
#machi .flow p .circle{
	float:left;
	display:block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	background: #442f0b;
}
#machi .flow .machi1{
	width: 50%;
	padding:3%;
	box-sizing:border-box;
}
#machi .flow .machi2{
	width: 100%;
	padding:3%;
	box-sizing:border-box;
}
#machi .flow .machi3,
#machi .flow .machi4{
	float:left;
	width: 50%;
	padding:3%;
	box-sizing:border-box;
}

/*注意事項*/
#machi .flow .table{
	width: 100%;
	margin-bottom: 10px;
}
#machi .flow .table tr.pink{
    background: #fff7f2;
}
#machi .flow .table th{
	width: 15%;
	padding: 15px 20px;
	text-align: center;
    color: #d99f24;
	border: 1px solid #442f0b;
}
#machi .flow .table thead tr th{
	font-size: 22px;
	color: #442f0b;
}
#machi .flow .table td{
	width: 85%;
    padding: 15px 20px;
	border: 1px solid #442f0b;
}

/**************************************************
/* 7. 404
***************************************************/


/**************************************************
/* 8. news（ブログ一覧＆詳細）
***************************************************/
/*------------------------------
ブログ一覧
------------------------------*/
#news .news-list{
	width:100%;
	margin: 0 auto;
	border-bottom: 1px solid #9a762f;
	font-size: 16px;
	color: #333;
}

#news .news-list dt{
	width:20%;
	padding: 20px;
	box-sizing: border-box;
}
#news .news-list dd{
	width:80%;
	padding:  20px 20px 20px 0;
	box-sizing: border-box;
}

/*ブログ一覧ページャー*/
.tablenav{
	margin: 0 auto 100px auto;
    text-align: center;
	line-height: 2em;
}
.tablenav .current{
	padding: 8px 10px;
    font-size: 16px;
    font-size: 1.5rem;
	font-weight: bold;
	color: #d99f24;
}
a.page-numbers{
	padding: 8px 10px;
    font-size: 16px;
    font-size: 1.5rem;
	font-weight: bold;
	color: #442f0b;
}
.tablenav .next,
.tablenav .prev{
    padding: 8px 10px;
    background-color: #442f0b;
	color: #fff;
    font-size: 16px;
    font-size: 1.5rem;
    font-weight: bold;
}
a.page-numbers:hover{
	color: #d99f24;
}
.tablenav .next:hover,
.tablenav .prev:hover{
    background-color: #d99f24;
	color: #fff;
}

/*------------------------------
ブログ詳細
------------------------------*/
#news .dating{
	text-align: right;
	margin-bottom: 25px;
}
#news .blog{
	padding-bottom: 50px;
	border-bottom: 1px solid #9a762f;
}
#news .blog img{
	display:block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}

/*ブログ詳細ページャー*/
#pager .cnt{
	display: flex;
	justify-content: center;
}
#pager .page-btn{
	display:block;
	width: 60px;
	margin: 10px;
	font-weight: bold;
	text-align: center;
	float: left;
}
#pager .page-btn a{
	text-decoration: none;
	color: #442f0b;
	font-weight: bold;
}
#pager .page-btn a:hover{
	color: #d99f24;
}

