@charset "UTF-8";

/* 目次 
 * 1. リセット
 * 2. 共通（見出し・テーブル・ヘッダー・フッター・サイド・ボタン）
 * 3. トップページ
 * 4. 診療案内
 * 5. 院長挨拶
 * 6. 待ち時間案内
 * 7. 404
 * 8. news（ブログ一覧＆詳細）
 * 9. 
*/

@media screen and (max-width:768px) {
/**************************************************
/* 1. リセット
***************************************************/

/**************************************************
/* 2. 共通
***************************************************/
.display_pc { display: none; }
.display_sp { display: block; }

.hamburger {
	display: block !important;
}

main{
	margin-top: 75px;
	
}
.container{
	width: 100%;
	margin: 0;
}

.contents{
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.block{
	margin-bottom: 75px;
}

.outer{
	width: 100%;
}

.mar-b75{
	margin-bottom: 65px;
}
.mar-b50{
	margin-bottom: 40px;
}
.mar-b25{
	margin-bottom: 15px;
}
.mar-b10{
	margin-bottom: 10px;
}
.pad{
	padding: 0 15px;
}

/*------------------------------
h1
------------------------------*/
.h1{
	width: 100%;
	margin-bottom: 40px;
	padding: 8px;
	background: #442f0b;
	border-top: 2px solid #d99f24;
	border-bottom: 2px solid #d99f24;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

/*------------------------------
h2
------------------------------*/
.h2{
	margin-bottom: 30px;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	color: #442f0b;
}

/*------------------------------
h3
------------------------------*/
.h3{
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #442f0b;
}

/*---------------------------------------
ヘッダー
----------------------------------------*/
#header{
	display: block;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#header .headarea{
	width: 100%;
	height: auto;
	padding: 15px 15px 10px;
	box-sizing: border-box;
	background-color: #442f0b;
}

/*ロゴ*/
#header .headarea .logo{
	width: 160px;
	height: 50px;
	padding: 0;
}
#header .headarea .logo img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

/*電話*/
#header .headarea .tel {
	display: block;
	width: 182px;
	margin-right: 50px;
	padding: 8px 0;
	box-sizing:border-box;
}
#header .headarea .tel a {
	display: block;
	width: 180px;
	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 .footarea {
	width: 100%;
	padding: 30px 15px;
}
#footer .logo{
	float: none;
	width: 160px;
	height: 50px;
	margin: 0 auto;
}
#footer nav{
	display: flex;
	justify-content: center;

}
#footer nav ul li{
	float: left;
	padding: 30px 15px;
}
#footer nav ul li a {
	display:block;
	font-size: 14px;
	font-weight: bold;
	color: #442f0b;
}
#footer nav ul li a:hover {
	border-bottom: 1px solid #d99f24;
}
#footer .tel a {
	display: block;
	width: 180px;
	height: 35px;
	margin:0 auto;
	line-height: 35px;
	/*background-color:#d99f24;*/
 background-color: #fff;
	border: 1px solid #d99f24;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #442f0b;
}

/*------------------------------
パンクズ
------------------------------*/
.breadcrumbs {
	margin-bottom: 40px;
}
.breadcrumbs ul{
	padding: 10px 15px;
}

/**************************************************
/* 3. トップページ
***************************************************/
/*キービジュアル*/
#top .mainimg {
	position: relative;
}
#top .mainimg .bnr{
	position: absolute;
	top: 60%;
	left: 30%;
	width: 40%;
}
/*News*/
#top .info{
	padding: 50px 20px;
}
#top .news-list dt{
	width:100%;
	padding: 15px 15px 0;
	box-sizing: border-box;
}
#top .news-list dd{
	width:100%;
	padding: 0 15px 15px;
	box-sizing: border-box;
}
/*基本情報*/
#top .basis .table-1 th{
	width: 25%;
	padding: 15px;
	text-align: center;
    color: #333;
    background: #fff7f2;
	border: 1px solid #442f0b;
}
#top .basis .table-1 td{
	width: 75%;
    padding: 15px;
	background: #fff;
	border: 1px solid #442f0b;
}
/*診療時間*/
#top .basis .table-2 th{
	width: 25%;
	padding: 15px;
	text-align: center;
    color: #333;
	border: 1px solid #442f0b;
}
#top .basis .table-2 thead tr th{
	font-size: 20px;
	color: #442f0b;
}
#top .basis .table-2 td{
	width: 37.5%;
    padding: 15px;
	text-align: center;
	border: 1px solid #442f0b;
}
/*アクセス*/
#top .access h3 {
	margin: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#top .access iframe{
	width: 100%;
	height: 500px;
}
#top .access p{
	text-align: center;
	margin: 15px;
	line-height: 1em;
}

/**************************************************
/* 4. 診療案内
***************************************************/
/*診療内容*/
#shinryo .table th{
	width: 20%;
	padding: 15px;
	text-align: center;
    color: #333;
	border: 1px solid #442f0b;
}
#shinryo .table thead tr th{
	font-size: 20px;
	color: #442f0b;
}
#shinryo .table td{
	width: 80%;
    padding: 15px;
	border: 1px solid #442f0b;
}
/*医療機器*/
#shinryo .con2 .inner:nth-of-type(odd){
	width: 50%;
	padding: 0 15px 30px 0;
}
#shinryo .con2 .inner:nth-of-type(even){
	width: 50%;
	padding: 0 0 30px 15px;
}
#shinryo .con2 .inner p{
	padding: 5px 15px;
	background: #fff7f2;
	font-size: 18px;
	font-weight: bold;
}

/**************************************************
/* 5. 院長挨拶
***************************************************/
#incho .bg{
	padding: 0 15px 350px;
	background: url(/images/incho/aisatu-bg.jpg) no-repeat;
	background-position: left bottom;
	background-size: cover;
}
#incho .table{
	width: 100%;
	margin-bottom: 10px;
}
#incho .table thead th{
	width: 100%;
	padding: 15px;
	text-align: center;
    font-size: 20px;
	color: #442f0b;
    background: #fff7f2;
	border: 1px solid #442f0b;
}
#incho .table th{
	width: 25%;
	padding: 15px;
	text-align: center;
    color: #333;
    background: #fff;
	border: 1px solid #442f0b;
}
#incho .table td{
	width: 75%;
    padding: 15px;
	background: #fff;
	border: 1px solid #442f0b;
}

/**************************************************
/* 6. 待ち時間案内
***************************************************/
#machi .bg{
	display:block;
	width:100%;
	height: auto;
	padding: 80px 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:370px;
	margin: 0 auto;
	padding: 20px;
	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;
	text-align: center;
    color: #d99f24;
	border: 1px solid #442f0b;
}
#machi .flow .table thead tr th{
	font-size: 20px;
	color: #442f0b;
}
#machi .flow .table td{
	width: 85%;
    padding: 15px;
	border: 1px solid #442f0b;
}


/**************************************************
/* 7. 404
***************************************************/


/**************************************************
/* 8. news（ブログ一覧＆詳細）
***************************************************/


}


@media screen and (max-width:600px) {
/**************************************************
/* 5. 院長挨拶
***************************************************/
#incho .bg{
	padding: 0 15px 55%;
	background: url(/images/incho/aisatu-bg-sp.jpg) no-repeat;
	background-position: bottom;
	background-size: contain;
}

/**************************************************
/* 6. 待ち時間案内
***************************************************/
/*受付から会計までの流れ*/
#machi .flow p .text{
	float:none;
	margin-left: 10px;
	height: 30px;
	line-height: 30px;
}
machi .flow p .circle{
	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;
	margin: 0 auto;
}
#machi .flow .machi2{
	width: 100%;
	padding:3% 0;
	box-sizing:border-box;
}
#machi .flow .machi3,
#machi .flow .machi4{
	float:none;
	max-width: 400px;
	width: 100%;
	padding:3%;
	box-sizing:border-box;
	margin: 0 auto;
}

}

@media screen and (max-width:480px) {
/**************************************************
/* 2. 共通
***************************************************/
.display_pc { display: none; }
.display_sp { display: block; }

.hamburger {
	display: block !important;
}

*{
	font-size: 14px;
}

main{
	margin-top: 65px;
	
}
.block{
	margin-bottom: 60px;
}
.mar-b75{
	margin-bottom: 50px;
}
.mar-b50{
	margin-bottom: 30px;
}
.mar-b25{
	margin-bottom: 10px;
}
.mar-b10{
	margin-bottom: 10px;
}
.pad{
	padding: 0 10px;
}

/*------------------------------
h1
------------------------------*/
.h1{
	width: 100%;
	margin-bottom: 30px;
	padding: 5px;
	background: #442f0b;
	border-top: 2px solid #d99f24;
	border-bottom: 2px solid #d99f24;
	color: #fff;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}

/*------------------------------
h2
------------------------------*/
.h2{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #442f0b;
}

/*------------------------------
h3
------------------------------*/
.h3{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #442f0b;
}

/*---------------------------------------
ヘッダー
----------------------------------------*/
#header{
	display: block;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}

#header .headarea{
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	background-color: #442f0b;
}

/*ロゴ*/
#header .headarea .logo{
	width: 120px;
	height: 38px;
	padding: 5px 0;
}
#header .headarea .logo img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

/*電話*/
#header .headarea .tel {
	width: 120px;
	margin-right: 15%;
}
#header .headarea .tel a {
	width: 120px;
	height: 30px;
	line-height: 30px;
	font-size: 10px;
}

/*----------------------------------------
フッター
-----------------------------------------*/
#totop{
	width: 40px;
    height: 40px;
    margin: 0 auto 20px auto;
}

#footer{
	width: 100%;
	background: #fff7f2;
}
#footer .footarea {
	width: 100%;
	padding: 30px 15px;
}
#footer .logo{
	float: none;
	width: 120px;
	height: 38px;
	margin: 0 auto;
}
#footer nav{
	display: flex;
	justify-content: center;
}
#footer nav ul li{
	float: left;
	padding: 20px 10px;
}
#footer nav ul li:first-child{
	float: left;
	padding: 20px 10px 20px 0;
}
#footer nav ul li:last-child{
	float: left;
	padding: 20px 0 20px 10px;
}
#footer nav ul li a {
	display:block;
	font-size: 13px;
	font-weight: bold;
	color: #442f0b;
}
#footer nav ul li a:hover {
	border-bottom: 1px solid #d99f24;
}
#footer .tel a {
	width: 160px;
	height: 30px;
	line-height: 30px;
}

/*コピーライト*/
#footer .copyright small{
	max-width: 1000px;
	box-sizing: border-box;
	color: #fff;
	font-size: 10px;
	text-align: center;
}

/*------------------------------
パンクズ
------------------------------*/
.breadcrumbs {
	margin-bottom: 30px;
}
.breadcrumbs ul{
	padding: 5px 10px;
}

.breadcrumbs ul li{
    font-size: 10px;
}
.breadcrumbs ul li a{
    font-size: 10px;
}
.breadcrumbs ul li:nth-of-type(2):before,
.breadcrumbs ul li:nth-of-type(3):before{
    font-size: 12px;
}

/**************************************************
/* 3. トップページ
***************************************************/
/*キービジュアル*/
#top .mainimg {
	position: relative;
}
#top .mainimg .bnr{
	position: absolute;
	top: 55%;
	left: 25%;
	width: 50%;
}
#top .mainimg .bnr a img{
	max-width: 350px;
	width: 100%;
	height:auto;
}
/*News*/
#top .info{
	width: 100%;
	padding: 30px 10px;
	background: #fff7f2;

}
#top .news-list{
	width:100%;
	border-bottom: 1px solid #9a762f;
	color: #333;
}

#top .news-list dt{
	width:100%;
	padding: 15px 0 0;
	box-sizing: border-box;
}
#top .news-list dd{
	width:100%;
	padding: 0 0 15px;
	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 tr{
	width: 100%;
}
#top .basis .table-1 th{
	display:block;
	width: 100%;
	padding: 10px;
	text-align: center;
    color: #333;
    background: #fff7f2;
	border: 1px solid #442f0b;
	border-bottom:0;
}
#top .basis .table-1 td{
	display:block;
	width: 100%;
    padding: 10px;
	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: 20%;
	padding: 10px 0;
	text-align: center;
    color: #333;
	border: 1px solid #442f0b;
}
#top .basis .table-2 thead tr th{
	font-size: 18px;
	color: #442f0b;
}
#top .basis .table-2 td{
	width: 40%;
    padding: 10px 0;
	text-align: center;
	border: 1px solid #442f0b;
}
#top .basis .orange{
	display: inline-block;
    padding: 5px 10px;
	font-size: 13px;
}
/*アクセス*/
#top .access {
	width: 100%;
	border: 1px solid #442f0b;
}
#top .access h3 {
	margin: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
#top .access iframe{
	width: 100%;
	height: 350px;
}
#top .access p{
	text-align: center;
	margin: 10px;
	line-height: 1em;
	font-size: 14px;
}

/**************************************************
/* 4. 診療案内
***************************************************/
/*診療内容*/
shinryo .table tr{
	width: 100%;
}
#shinryo .table th{
	display:block;
	width: 100%;
	padding: 10px;
	text-align: center;
    color: #333;
	border: 1px solid #442f0b;
	border-bottom:0;
}
#shinryo .table thead tr th{
	font-size: 18px;
	color: #442f0b;
}
#shinryo .table td{
	display:block;
	width: 100%;
    padding: 10px;
	border: 1px solid #442f0b;
}
/*医療機器*/
#shinryo .con2 .inner:nth-of-type(odd){
	width: 100%;
	padding: 0 0 20px 0;
}
#shinryo .con2 .inner:nth-of-type(even){
	width: 100%;
	padding: 0 0 20px 0;
}
#shinryo .con2 .inner p{
	padding: 5px 10px;
	background: #fff7f2;
	font-size: 16px;
	font-weight: bold;
}

/**************************************************
/* 5. 院長挨拶
***************************************************/
#incho .bg{
	padding: 0 10px 55%;
	background: url(/images/incho/aisatu-bg-sp.jpg) no-repeat;
	background-position: bottom;
	background-size: contain;
}

#incho .table{
	width: 100%;
	margin-bottom: 10px;
}
#incho .table thead th{
	width: 100%;
	padding: 10px 0;
	text-align: center;
    font-size: 18px;
	color: #442f0b;
    background: #fff7f2;
	border: 1px solid #442f0b;
}
#incho .table th{
	width: 25%;
	padding: 10px 0;
	text-align: center;
    color: #333;
    background: #fff;
	border: 1px solid #442f0b;
}
#incho .table td{
	width: 75%;
    padding: 10px;
	background: #fff;
	border: 1px solid #442f0b;
}

/**************************************************
/* 6. 待ち時間案内
***************************************************/
#machi .bg{
	display:block;
	width:100%;
	height: auto;
	padding: 40px 20px;
	background: url(/images/machi/machi-bg.jpg) no-repeat;
	background-position: center;
	background-size: cover;
}
#machi .bg>p{
	font-size: 13px;
}

#machi .bg .inner{
	display:block;
	max-width:310px;
	margin: 0 auto;
	padding: 10px;
	background: #fff;
}

#machi .bg .inner p{
	text-align:center;
	color: #442f0b;
	font-weight: bold;
}
#machi .bg .inner span{
	color: #d99f24;
	font-size: 16px;
	font-weight: bold;
}
/*受付から会計までの流れ*/
#machi .flow .machi3,
#machi .flow .machi4{
	float:none;
	max-width: 400px;
	width: 100%;
	padding:3% 0;
	box-sizing:border-box;
	margin: 0 auto;
}

/*注意事項*/
#machi .flow .table th{
	width: 15%;
	padding: 10px 0;
	text-align: center;
    color: #d99f24;
	border: 1px solid #442f0b;
}
#machi .flow .table thead tr th{
	font-size: 18px;
	color: #442f0b;
}
#machi .flow .table td{
	width: 85%;
    padding: 10px;
	border: 1px solid #442f0b;
}


/**************************************************
/* 7. 404
***************************************************/


/**************************************************
/* 8. news（ブログ一覧＆詳細）
***************************************************/
/*------------------------------
ブログ一覧
------------------------------*/
#news .news-list dt{
	width:100%;
	padding: 10px 0 0;
	box-sizing: border-box;
}
#news .news-list dd{
	width:100%;
	padding: 0 0 10px;
	box-sizing: border-box;
}

/*------------------------------
ブログ詳細
------------------------------*/
#news .dating{
	text-align: right;
	margin-bottom: 15px;
}
#news .blog{
	padding-bottom: 25px;
	border-bottom: 1px solid #9a762f;
}
#news .blog img{
	display:block;
	width: 100%;
	height: auto;
}


}
