 @charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, nav, section, time, mark, audio, video {
	font-size: 1em;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	-webkit-text-size-adjust: 100%;
}
body, table, input, textarea, select, option, h1, h2, h3, h4, h5, h6 {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
table, input, textarea, select, option {
	line-height: 1.1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
a, a img {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a{
	color:#069A00;
}
.bold{
	font-weight: bold;
}
/*=====================================================*/
/* マージン指定 */
.mt30 {
	margin-top: 30px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
/*=====================================================*/
/* 共通 */
.w90m0a{
	width:90%;
	margin: 0 auto;
}
.border01{
	border: 3px solid #ffa115;
}
/*=====================================================*/
/* ナビゲーションとドロワーメニュー */

.nav {
	border-bottom: 6px solid #ff7215;
	position: fixed;
	top: 0;
	margin: 0 auto;
	padding: 0 10px 0 0;
	z-index: 100 !important;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	height: 50px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	background : -moz-linear-gradient(50% 100% 90deg,rgba(255, 201, 60, 1) 0%,rgba(255, 216, 87, 1) 44.43%,rgba(255, 237, 126, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(255, 201, 60, 1) 0%, rgba(255, 216, 87, 1) 44.43%, rgba(255, 237, 126, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(255, 201, 60, 1) ),color-stop(0.4443,rgba(255, 216, 87, 1) ),color-stop(1,rgba(255, 237, 126, 1) ));
  background : -o-linear-gradient(90deg, rgba(255, 201, 60, 1) 0%, rgba(255, 216, 87, 1) 44.43%, rgba(255, 237, 126, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(255, 201, 60, 1) 0%, rgba(255, 216, 87, 1) 44.43%, rgba(255, 237, 126, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC93C', endColorstr='#FFED7E' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(255, 201, 60, 1) 0%, rgba(255, 216, 87, 1) 44.43%, rgba(255, 237, 126, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFED7E',endColorstr='#FFC93C' , GradientType=0);
}

.nav_mark_img {
	width:37px;
	margin:4px 0 0 8px;
	display: inline-block;
	position: absolute;
	
}

.nav_clname_img {
	width:196px;
	margin: 12px 0 0 50px;
	display: inline-block;
}

.nav_humb {
	width:18px;
	margin: 2px 4px 0 0;
}

.nav_clname-icon {
	margin-right: 7px;
}
.nav_clname-icon img {
	vertical-align: unset;
}
.nav_clname-txt {
	white-space: nowrap;
	margin-top: 2px;
}

.nav_clname a {
	text-decoration: none;
	color: #fff;
}
.nav_spacer {
  -webkit-box-flex: 3;
 -ms-flex-positive: 3;
         flex-grow: 3;
}
.nav_btn_wrap {
	z-index: 100;
	color: #ff7215;
	cursor: pointer;
	text-decoration: none;
	line-height: 1;
	width: 100px;
	height:28px;
	background-color: #fff;
	padding:2px 4px;
	border-radius: 4px;
	margin: 6px 0 0 14px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.20);
}
.nav_btn_line {
	margin-right: 5px;
}
.nav_btn_line img {
	vertical-align: unset;
	margin-top: 0px;
	padding-top: 0px;
}
.nav_btn_txt {
	margin-top: 2px;
	letter-spacing: -0.1rem;
}

.sidenav {
	height: auto;
	width: 400px;
	position: fixed;
	z-index: 1000;
	top: 50px;
	left: 0;
	overflow-x: hidden;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow-y: hidden;
}
.sidenav__list {
	min-width: 280px;
	max-width: 300px;
	width: 100%;
	background: #fff2ba;
	overflow-y: auto;
}
.sidenav__list li:nth-child(2n+1) {
	background: #ffe679;
}
.sidenav__list li a {
	text-decoration: none;
	font-size: 1.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.sidenav__icon {
	width: 32px;
}
.sidenav__icon img {
	cursor: pointer;
}
.sidenav-item a {
	color: #4d2517;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 10px 10px;
}
.sidenav-item a:before {
	content:'';
	display: inline-block;
	width: 20px;
	height:20px;
	background-image:url(../img/nav_icon.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 6px;
	border: 1px soloid #000;
}
.sidenav-item .tel {
	display: inline-block;
	margin-left: 6px;
	font-size: 1.2rem;
}
.sidenav-item1 a {
	color: #6e0028;
	font-weight: bold;
	padding: 20px 0 20px 11px;
	font-size: 1.0rem;
	line-height: 1;
}
.sidenav-item1 a .all2 {
	font-size: 0.7em;
	display: inline-block;
	margin: 3px 0 0 -2px;
}
.sidenav-item1 a:after {
	content: "";
	margin-left: 6px;
	margin-right: 5px;
	background: url("/assets/image/common/icon_item-1.png")no-repeat;
	background-size: contain;
	vertical-align: middle;
	display: inline-block;
	width: 24px;
	height: 14px;
}
.sidenav-item2 a {
	color: #ff7f64;
	font-weight: bold;
	padding: 11px 0 11px 12px;
}

/*=====================================================*/
img {
	max-width: 100%;
	height: auto;
}
body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	color: #4e1800;
	font-size: 1.8rem;
}
.section_header {
	background : -moz-linear-gradient(50% 100% 90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
	background : -webkit-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
	background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(243, 128, 0, 1) ), color-stop(1, rgba(255, 182, 45, 1) ));
	background : -o-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
	background : -ms-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F38000', endColorstr='#FFB62D' ,GradientType=0)";
	background : linear-gradient(0deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB62D', endColorstr='#F38000', GradientType=0);
	box-shadow: 0 2px 3px 0px rgba(11,10,8,0.30);
	-webkit-box-shadow: 0 2px 3px 0px rgba(11,10,8,0.30);
}
#news, #rsv, #time, #med, #staff, #photo, #map, #mark{
	padding-top:70px;
	margin-top:-70px;
}

.cgidtl {
	padding-top:50px;
	margin-top: -50px;
}
.newscgi_all{
	margin-top:50px;
}
.header_txt {
	color: #fff;
	font-weight: bold;
	padding: 4px 8px;
}
.mainimg {
	box-shadow: 0 2px 4px 2px rgba(64,46,0,0.33);
	-webkit-box-shadow: 0 2px 4px 2px rgba(64,46,0,0.33);
}
.header_mark {
	width: 128px;
	margin: 40px auto 0;
}
.logotype1 {
	width: 354px;
	margin: 10px auto;
}
.firstview {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 9px solid #FF7215;
	text-align: center;
	box-shadow: 0 2px 2px 2px rgba(5,64,0,0.33);
	-webkit-box-shadow: 0 2px 2px 2px rgba(5,64,0,0.33);
	background : -moz-linear-gradient(50% 100% 90deg, rgba(255, 201, 60, 1) 0%, rgba(255, 216, 87, 1) 22.51%, rgba(255, 237, 126, 1) 50.66%);
	background : -webkit-linear-gradient(90deg, rgba(255, 201, 60, 1) 0%, rgba(255, 216, 87, 1) 22.51%, rgba(255, 237, 126, 1) 50.66%);
	background : -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(255, 201, 60, 1) ), color-stop(0.2251, rgba(255, 216, 87, 1) ), color-stop(0.5066, rgba(255, 237, 126, 1) ));
	background : -o-linear-gradient(90deg, rgba(255, 201, 60, 1) 0%, rgba(255, 216, 87, 1) 22.51%, rgba(255, 237, 126, 1) 50.66%);
	background : -ms-linear-gradient(90deg, rgba(255, 201, 60, 1) 0%, rgba(255, 216, 87, 1) 22.51%, rgba(255, 237, 126, 1) 50.66%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFC93C', endColorstr='#FFED7E' ,GradientType=0)";
	background : linear-gradient(0deg, rgba(255, 201, 60, 1) 0%, rgba(255, 216, 87, 1) 22.51%, rgba(255, 237, 126, 1) 50.66%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFED7E', endColorstr='#FFC93C', GradientType=0);
}
.logotype2 {
	width: 268px;
	margin: 10px auto;
}
.header_specialist {
	font-weight: bold;
}
.header_place {
	background-color: #fff;
	border-radius: 12px;
	padding: 2px;
	width: 90%;
	margin: 10px auto;
	color: #FF7215;
	font-weight: bold;
}



.header {
	background-color:#D4ECA9;
	padding: 0 0 20px 0;
}

.header_clinicinfo_reserve {
	background-color: #fff;
	padding: 10px;
	margin: 0 auto;
	width:90%;
	border-radius: 6px;
	text-align: center;
}

.header_clinicinfo_address {
	width:90%;
	margin: 16px auto 0;
	word-break: break-all;
}

.header_clinicinfo_mapbtn {
		width:80%;
	height:50px;
	margin: 16px auto 0;
	text-align: center;
	font-weight: bold;
	padding:10px 0 0 0;
	border-radius: 10px;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(243, 128, 0, 1) 0%,rgba(255, 182, 45, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(243, 128, 0, 1) ),color-stop(1,rgba(255, 182, 45, 1) ));
  background : -o-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F38000', endColorstr='#FFB62D' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  border-style : Solid;
  border-color : #FFD567;
  border-color : rgba(255, 213, 103, 1);
  border-width : 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB62D',endColorstr='#F38000' , GradientType=0);
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.30);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.30);
}

.header_clinicinfo_mapbtn_link {
	color:#fff;
	text-decoration: none;
}

.header_clinicinfo_telttl {
	width:90%;
	margin: 20px auto 0;
	font-weight: bold;
}
.header_clinicinfo_telttl:before{
	content:'';
	display: inline-block;
	width: 20px;
	height:20px;
	background-image:  url(../img/icon_yellowsq2.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 4px;
}

.header_clinicinfo_telno {
	width: 87%;
	margin: 10px auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 4px 0 10px 0;
}

.header_clinicinfo_telno_ruby {
	font-size: 1.2rem;
	color: #ff7215;
	margin: 2px auto;
	letter-spacing: 0.2rem;
}

.header_clinicinfo_telno_number {
	color: #ff7215;
	font-size: 2.8rem;
	width:300px;
	border-bottom: 2px solid #ff7215;
	text-align: center;
	margin: 0 auto;
	line-height:1;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
html.android .header_clinicinfo_telno_number {
letter-spacing: 5;	
}

.header_clinicinfo_note {
	letter-spacing: 0.5rem;
	font-size: 1.6rem;
	color: #ff7215;
	font-weight: bold;
}

.header_clinicinfo_reservebtn {
	border-radius: 10px;
	font-weight: bold;
	padding:6px;
	margin: 6px auto 0;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(243, 128, 0, 1) 0%,rgba(255, 182, 45, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(243, 128, 0, 1) ),color-stop(1,rgba(255, 182, 45, 1) ));
  background : -o-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F38000', endColorstr='#FFB62D' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB62D',endColorstr='#F38000' , GradientType=0);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.30);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.30);
}

.header_clinicinfo_reservebtn_link {
	color:#fff;
	text-decoration: none;
}

.header_clinicinfo_reservebtn_inner {
  border-style : Solid;
  border-color : #FFD567;
  border-width : 2px;
	border-radius: 6px;
	padding:4px 0;
	font-size: 2.2rem;
}

.header_clinicinfo_reservebtelttl {
	color:#069a00;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0 0;
	font-size: 1.6rem;
	line-height: 1;
}
.header_clinicinfo_reservebtelttl:before{
	content:'';
	display: inline-block;
	width: 18px;
	height:18px;
	background-image:  url(../img/icon_yellowsq.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 8px;
}
.header_clinicinfo_reservebtelttl:after{
	content:'';
	display: inline-block;
	width: 18px;
	height:18px;
	background-image:  url(../img/icon_yellowsq.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}

.header_clinicinfo_reservebtelno_number {
		color:#069A00;
	font-size: 2.8rem;
	border-bottom: 2px solid #069a00;
	text-align: center;
	margin: 0 auto;
	line-height:1;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	width: 300px;
}

.header_clinicinfo_reservebtelno_ruby {
		font-size: 1.2rem;
	letter-spacing: 0.3rem;
	color: #069A00;
	margin: 4px auto 2px;
}

.header_clinicinfo_reservebtelno {
	margin: 2px auto 10px;
}

.news_list {
	padding: 10px 0 0 0;
}
.news_list li{
	border-top: 1px dashed #F3D47E;
	width:90%;
	margin: 0 auto;
	padding: 10px 0 10px 20px;
	text-indent: -20px;
	font-weight: bold;
}
.news_list_cgiall li{
	padding: 20px 10px !important;
	border-top: 1px dashed #8B4A1E;
}
.news_list li:before {
	content:'';
	display: inline-block;
	width: 16px;
	height:16px;
	background-image:url(../img/news_listicon.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 4px;

}
.news_list li:last-child{
	border-bottom: 1px dashed #F3D47E;

}
.news_list_cgiall li:last-child{
	border-bottom: 1px dashed #8B4A1E !important;

}

.news_list_wrap { /*背景色用に設定*/
	  background : #FFF5B4;
	padding: 0 0 10px 0;
}
.news_list_wrap_cgiall{
	background-color: #fff !important;
	margin-top: 20px;
}

.news_ttl {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	margin: 10px 6px;
}
.news_ttl_txt {
	display: inline-block;
	width:75%;
	vertical-align:middle;
	flex:auto;
	margin: 14px 10px 0 4px;
	line-height: 1.4;
	font-weight: bold;
	color:#FF7215;
}

.news_ttl_icon {
	width:60px;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 0 10px;
	flex:none;
}

.news_txt {
	width: 90%;
	margin: 16px auto;
	padding: 0 4px;
}

.news_allbtn {
			width:80%;
	height:50px;
	margin: 16px auto 0;
	text-align: center;
	font-weight: bold;
	padding:10px 0 0 0;
	border-radius: 10px;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(243, 128, 0, 1) 0%,rgba(255, 182, 45, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(243, 128, 0, 1) ),color-stop(1,rgba(255, 182, 45, 1) ));
  background : -o-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F38000', endColorstr='#FFB62D' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  border-style : Solid;
  border-color : #FFD567;
  border-color : rgba(255, 213, 103, 1);
  border-width : 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB62D',endColorstr='#F38000' , GradientType=0);
		-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.30);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.30);
}

.news_allbtn_link {
	color:#fff;
	text-decoration: none;
	position: absolute;
	width:100%;
	height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}

.news_allbtn_wrap {
	margin: 0 auto 80px;
	position: relative;
}

.time_icon {
	width:28px;
	padding:14px 0;
	margin: 0 auto;
}

.timetable_close {
	width:43px;
	padding:14px 0;
	margin: 0 auto;
}

.time_table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 30px auto 10px;
	width: 95%;
}
.time_table th {
	border: 1px solid #d3b86d;
	padding: 4px;
}

.time_table td {
	border: 1px solid #d3b86d;
	padding: 4px;
	text-align: center;
}

.timetable_time {
	text-align: left;
	background-color: #fffab4;
	color:#FF7215;
	line-height: 1.2;
}

.timetable_wday {
	background-color: #d4eca9;
	color:#069A00;
}

.time_reserve_wrap {
	background-color: #d4eca9;
	padding:10px;
	margin-top: 30px;
}

.time_reserve_ttl {
	background-color: #fff;
	padding:4px 8px;
	width:300px;
	margin: 12px auto 18px;
	border-radius: 6px;
}
.time_reserve_ttl_txt {
	color:#FF7215;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.2rem;
	padding-top:4px;
	font-size: 2.0rem;
}
.time_reserve_ttl_txt:before{
	content:'';
	display: inline-block;
	width: 26px;
	height:24px;
	background-image:url(../img/leaficon_left.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 12px;
	margin-top:-4px;
}
.time_reserve_ttl_txt:after{
	content:'';
	display: inline-block;
	width: 26px;
	height:24px;
	background-image:url(../img/leaficon_right.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
	margin-top:-4px;
}
.time_reserve_btn{
	width:80%;
	border-radius: 10px;
	font-weight: bold;
	padding:6px;
	margin: 10px auto 0;
	text-align: center;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(243, 128, 0, 1) 0%,rgba(255, 182, 45, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(243, 128, 0, 1) ),color-stop(1,rgba(255, 182, 45, 1) ));
  background : -o-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F38000', endColorstr='#FFB62D' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB62D',endColorstr='#F38000' , GradientType=0);
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.30);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.30);
}

.time_reserve_btn_link {
	color:#fff;
	text-decoration: none;
}

.time_reserve_btn_inner {
  border-style : Solid;
  border-color : #FFD567;
  border-width : 2px;
	border-radius: 6px;
	padding:4px 0;
	font-size: 2.2rem;
	
}
.time_reserve_telttl {
	color:#069a00;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 0 0;
	line-height: 1;
}
.time_reserve_telttl:before{
	content:'';
	display: inline-block;
	width: 18px;
	height:18px;
	background-image:  url(../img/icon_yellowsq.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 8px;
}
.time_reserve_telttl:after{
	content:'';
	display: inline-block;
	width: 18px;
	height:18px;
	background-image:  url(../img/icon_yellowsq.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: 8px;
}

.time_reserve_telno_number {
		color:#069A00;
	font-size: 2.8rem;
	width:300px;
	border-bottom: 2px solid #069a00;
	text-align: center;
	margin: 0 auto;
	line-height:1;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.time_reserve_telno_ruby {
		font-size: 1.2rem;
	letter-spacing: 0.3rem;
	color: #069A00;
	margin: 4px auto 2px;
}

.time_reserve_telno {
	margin: 2px auto 16px;
}
.time_reserve_note {
	background-color: #d4eca9;
	padding:14px 4px;
	text-align: center;
	margin: 20px 0;
	font-size: 1.6rem;
}



.time_reserve_txt {
	padding-bottom: 14px;
}

.time_reserve_tri {
width: 0;
height: 0;
border-style: solid;
border-width: 24px 22px 0 22px;
border-color: #d5eca9 transparent transparent transparent;
margin: 0 auto;
}

.med_top_main {
	width:242px;
}
.med_top_main img{	
	border-radius: 2px;
}

.med_top_wrap {
	background-color: #fff0b4;
	padding: 20px 0;
	;
	-webkit-box-shadow: inset 0px 2px 3px rgba(54,41,11,0.30);
	box-shadow: inset 0px 2px 3px rgba(54,41,11,0.30);
}

.med_top_txt_wrap {
	background-color: #fff;
	margin-top:20px;
	padding: 10px 20px;
	border-radius: 18px;
}

.med_top_txt_leaf {
	width:100px;
	margin: 6px auto 10px;
}

.med_top_txt {
	padding-bottom: 10px;
}

.med_ent_leaf {
	width:100px;
		margin: 6px auto 10px;
}

.med_ent {
	margin-top:20px;
	padding: 10px 20px;
	border-radius: 18px;
}

.med_ent_ttl {
	color:#FF7215;
	font-weight: bold;
	font-size: 2.4rem;
	margin: 20px 0 10px 0;
}
.med_ent_ttl:before{
	content:'';
	display: inline-block;
	width: 28px;
	height:28px;
	background-image:url(../img/med_icon.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 4px;
}
.med_ent_txt p {
	margin:16px 0;
}
.med_ent_txt_emph {
	font-weight: bold;
	color:#FF7215;
}
.med_ent_list {
	list-style-position: inside;
	padding:16px 0;
}
.med_ent_list li{
	border-top: 1px dashed #CCA640;
	margin: 0 auto;
	padding: 10px 12px 10px 1.2em;
	text-indent: -1em;
	font-weight: bold;
}
.med_ent_list li:before {
	content:'';
	display: inline-block;
	width: 16px;
	height:16px;
	background-image:url(../img/med_ent_list_icon.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 4px;

}
.med_ent_list li:last-child{
	border-bottom: 1px dashed #CCA640;

}
.med_spc_ttl:before{
	content:'';
	display: inline-block;
	width: 28px;
	height:28px;
	background-image:url(../img/med_icon.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 4px;
}
.med_spc_txt p {
	margin:16px 0;
}
.med_spc_leaf {
	width:100px;
		margin: 6px auto 10px;
}

.med_spc {
	margin:20px auto;
	padding: 10px 20px;
	border-radius: 18px;
}
.med_spc_emph {
	font-weight: bold;
	color:#FF7215;
}
.med_msg {
	color:#FF7215;
	font-weight: bold;
}

.med_mark {
	width:110px;
	margin:10px auto 20px;
}
.med_spc_ttl {
	color:#FF7215;
	font-weight: bold;
	font-size: 2.4rem;
	margin: 20px 0 10px 0;
}
.med_spc_txt {
	padding: 0;
}
.med_spc_txt p {
	margin:16px 0 0 0;
}
.med_mch_wrap {
	background-color: #fff0b4;
	padding:20px 0;
	margin-bottom: 20px;
}

.med_mch_ttl {
	background-color: #ff8d13;
	padding:6px;
	border-radius: 2px;
	color:#fff;
	width:150px;
	font-weight: bold;
	text-align: center;
	margin-top:10px;
}

.med_mch_neb {
	width:90%;
	max-width: 400px;
	margin: 20px auto 0;
}

.med_mch_txt {
	margin-top: 20px;
}
.med_mch_list {
	padding: 20px 0 0 0;
}
.med_mch_list li{
	border-top: 1px dashed #F3D47E;
		width:90%;
	margin: 0 auto;
	padding:10px;
	font-weight: bold;
	font-size: 2.0rem;
}
.med_mch_list li:before {
	content:'';
	display: inline-block;
	width: 16px;
	height:16px;
	background-image:url(../img/news_listicon.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 4px;

}
.med_mch_list li:last-child{
	border-bottom: 1px dashed #F3D47E;

}
.med_mch_txt2 {
	color: #F56100;
	font-weight: bold;
	margin-top: 20px;
}

.staff_out {
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.6rem;
}

.staff_img {
	width:166px;
	margin: 0 auto;
	padding:20px;
}

.staff_wrap {
	background : #FFF5B4;
	padding: 0 0 10px 0;
	margin:20px auto 0;
	width:80%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.staff_name {
	text-align: center;
	color: #FF7215;
	font-weight: bold;
}

.staff_specialist {
		width:80%;
	background-color: #ffd567;
	padding:10px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.staff_career {
	width: 85%;
	border-radius: 24px;
	margin: 20px auto;
	padding:6px 14px 24px;
}

.staff_career_ttl {
	color: #069400;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: 10px;
	padding:10px;
	border-bottom: 3px solid #ffd800;
	margin: 10px 0 0;
}
.staff_career_ttl:before{
	content:'';
	display: inline-block;
	width: 26px;
	height:24px;
	background-image:url(../img/leaficon_left.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 18px;
	margin-top:-4px;
}
.staff_career_ttl:after{
	content:'';
	display: inline-block;
	width: 26px;
	height:24px;
	background-image:url(../img/leaficon_right.png);
	background-size: contain;
	vertical-align: middle;
	margin: -4px 8px 0;
}

.staff_carrer_list {
	margin: 20px 0 0 0;
}

.staff_carrer_list li {
	margin:16px 0 0 10px;
}

.staff_dfile {
	color:#069A00;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	line-height: 1.4;
}


.staff_dfile_btn {
	width: 80%;
	height: 50px;
	margin: 16px auto 0;
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 8px 0 12px 0;
	border-radius: 10px;
	background : -moz-linear-gradient(50% 100% 90deg,rgba(243, 128, 0, 1) 0%,rgba(255, 182, 45, 1) 100%);
	background : -webkit-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
	background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(243, 128, 0, 1) ),color-stop(1,rgba(255, 182, 45, 1) ));
	background : -o-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
	background : -ms-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F38000', endColorstr='#FFB62D' ,GradientType=0)";
	background : linear-gradient(0deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
	border-style : Solid;
	border-color : #FFD567;
	border-color : rgba(255, 213, 103, 1);
	border-width : 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB62D',endColorstr='#F38000' , GradientType=0);
	-webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.30);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.30);
}

.staff_dfile_btn_link {
		color:#fff;
	text-decoration: none;
}

.staff_dfile_btn_wrap {
	margin: 10px 0 10px;
}

.photo01, .photo02, .photo03 {
	width:95%;
	margin: 20px auto 0;
}
.photo01 img, .photo02 img, .photo03 img {
		border-radius: 2px;
}

.photo_ttl_wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 90%;
	margin: 12px auto;
}

.photo_ttl_icon {
	width:46px;
	display: inline-block;
	vertical-align: middle;
	margin: 6px 0 0 6px;
	flex:none;
}

.photo_ttl_txt {
	display: inline-block;
	width:75%;
	vertical-align:text-bottom;
	flex:auto;
	margin: 10px 10px 4px 4px;
	line-height: 1.4;
	font-weight: bold;
	color:#FF7215;
	border-bottom: 2px solid #FF7215;
	font-size: 2.2rem;
	letter-spacing: 10px;
	padding-left: 8px;
}
.photo_ttl_txt2 {
	display: inline-block;
	width:75%;
	vertical-align:text-bottom;
	flex:auto;
	margin: 10px 10px 4px 4px;
	line-height: 1.4;
	font-weight: bold;
	color:#FF7215;
	border-bottom: 2px solid #FF7215;
	font-size: 2.2rem;
	letter-spacing: 4px;
	padding-left: 8px;
}

.photo_txt {
	background-color:  #fff5b4;
	width: 90%;
	margin: 10px auto 40px;
	padding:16px 20px;
	border-radius: 4px;
	font-size: 1.6rem;
	line-height: 1.4;
}

.map_wrap {
	background-color: #d4eca9;
	padding-bottom: 20px;
	box-shadow: 0 2px 2px 2px rgba(5,64,0,0.33) inset;
	-webkit-box-shadow: 0 2px 2px 2px rgba(5,64,0,0.33) inset;
}

.map_subway {
	color:#069400;
	font-weight: bold;
	width: 90%;
	margin: 10px auto 0;
}

.map_img {
	width:95%;
	margin: 20px auto;
}

.map_address {
	width: 90%;
	margin: 0 auto;
	padding:20px 0 0;
	word-break: break-all;
}

.map_btn {
	width:80%;
	height:50px;
	margin: 16px auto 0;
	text-align: center;
	font-weight: bold;
	padding:10px 0 0 0;
	border-radius: 10px;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(243, 128, 0, 1) 0%,rgba(255, 182, 45, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(243, 128, 0, 1) ),color-stop(1,rgba(255, 182, 45, 1) ));
  background : -o-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F38000', endColorstr='#FFB62D' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  border-style : Solid;
  border-color : #FFD567;
  border-color : rgba(255, 213, 103, 1);
  border-width : 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB62D',endColorstr='#F38000' , GradientType=0);
		-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.30);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.30);
}

.map_btn_link {
		color:#fff;
	text-decoration: none;
}

.map_parking {
	margin: 20px auto 0;
	width: 95%;
}

.map_parking_suncrea_wrap {
	width:95%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.map_parking_suncrea_icon {
	display: inline-block;
	vertical-align: middle;
	margin: 6px 2px 0 6px;
	flex:none;
	width: 32px;
}

.map_parking_suncrea_name {
	display: inline-block;
	width:75%;
	vertical-align:text-bottom;
	flex:auto;
	margin: 10px 10px 4px 4px;
	line-height: 1.4;
	font-size: 2.0rem;
	font-weight: bold;
	color:#0090d1;
}

.map_parking_underg_icon {
	display: inline-block;
	vertical-align: middle;
	margin: 6px 2px 0 6px;
	flex:none;
	width: 32px;
}

.map_parking_underg_wrap {
		width:95%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.map_parking_underg_name {
	display: inline-block;
	width:75%;
	vertical-align:text-bottom;
	flex:auto;
	margin: 10px 10px 4px 4px;
	line-height: 1.4;
	font-size: 2.0rem;
	font-weight: bold;
	color:#17408f;
}

.map_parking_fee {
	margin:10px auto 0;
}

.map_parking_underg_enter_ttl {
	background-color: #0090d1;
	width:90%;
	text-align: center;
	color:#fff;
	font-weight: bold;
	margin: 20px auto 0;
}

.map_parking_underg_enter {
	width:90%;
	margin: 0 auto;
}

.map_transport_wrap {
	background-color: #fff5b4;
		padding-top:20px;
	margin: 20px 0 0 0;
}

.map_train_ttl {
	width:90%;
	margin:0 auto;
	color: #069400;
	font-weight: bold;

}
.map_train_list {
	padding:0 0 20px;
}
.map_train_list li{
	width:90%;
	margin: 0 auto;
	padding: 10px 2px 0 20px;
	text-indent: -20px;
}
.map_train_list li:before {
	content:'';
	display: inline-block;
	width: 16px;
	height:16px;
	background-image:url(../img/news_listicon.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 4px;

}

.map_floor_ttl {
	text-align: center;
	font-weight: bold;
	color:#FF7215;
	margin: 20px 0;
	font-size: 2.0rem;
	line-height: 1.2;
}

.map_floor {
	width:90%;
	margin: 10px auto 40px;
}

.mark_txt_wrap {
	background-color: #fff5b4;

}

.mark_txt {
	width:90%;
	margin: 0 auto;
	padding:20px 0;
}

.mark_main {
	width: 90%;
	margin: 30px auto;
}

.footer {
	background-color: #d4eca9;
	box-shadow: 0 2px 2px 2px rgba(5,64,0,0.33) inset; /* for the bottom of mark_txt_wrap */
	-webkit-box-shadow: 0 2px 2px 2px rgba(5,64,0,0.33) inset;
}
.footer_clinicinfo_telttl {
	width:90%;
	margin: 0 auto 0;
	font-weight: bold;
	padding:20px 0 0 0;
	color: #069900;
	font-size: 1.6rem;
}
.footer_clinicinfo_telttl:before{
	content:'';
	display: inline-block;
	width: 18px;
	height:18px;
	background-image:  url(../img/icon_yellowsq2.png);
	background-size: contain;
	vertical-align: middle;
	margin-right: 4px;
}

.footer_clinicinfo_telno {
	width: 90%;
	margin: 10px auto;
	background-color: #fff;
	border-radius: 10px;
	padding: 6px 0 12px 0;
}

.footer_clinicinfo_telno_ruby {
	color: #069900;
	font-size: 1.2rem;
	margin: 2px auto;
	letter-spacing: 0.2rem;
}

.footer_clinicinfo_telno_number {
	color: #069900;
	font-size: 2.8rem;
	width:300px;
	border-bottom: 2px solid #069900;
	text-align: center;
	margin: 0 auto;
	line-height:1;
	font-weight: bold;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.footer_clinicname {
	width:85%;
	margin: 20px auto 0;
	font-weight: bold;
	color:#069900;
}

.footer_address {
	width:85%;
	margin: 0 auto;
	font-weight: bold;
	word-break: break-all;
	font-size: 1.6rem;
}
.footer_pcsite_btn {
	width:80%;
	height:50px;
	margin: 16px auto 0;
	text-align: center;
	font-weight: bold;
	padding:10px 0 0 0;
	border-radius: 10px;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(243, 128, 0, 1) 0%,rgba(255, 182, 45, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(243, 128, 0, 1) ),color-stop(1,rgba(255, 182, 45, 1) ));
  background : -o-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F38000', endColorstr='#FFB62D' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(243, 128, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  border-style : Solid;
  border-color : #FFD567;
  border-color : rgba(255, 213, 103, 1);
  border-width : 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB62D',endColorstr='#F38000' , GradientType=0);
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.30);
	box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.30);
}

.footer_pcsite_btn_link {
		color:#fff;
	text-decoration: none;
}

.footer_gototop_btn {
	width:85%;
	height:48px;
	margin: 16px auto 0;
	text-align: center;
	font-weight: bold;
	padding:12px 0 0 0;
	border-radius: 10px 10px 0 0;
  background : -moz-linear-gradient(50% 100% 90deg,rgba(243, 180, 0, 1) 0%,rgba(255, 182, 45, 1) 100%);
  background : -webkit-linear-gradient(90deg, rgba(243, 180, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -webkit-gradient(linear,50% 100% ,50% 0% ,color-stop(0,rgba(243, 180, 0, 1) ),color-stop(1,rgba(255, 182, 45, 1) ));
  background : -o-linear-gradient(90deg, rgba(243, 180, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  background : -ms-linear-gradient(90deg, rgba(243, 180, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F3B400', endColorstr='#FFB62D' ,GradientType=0)";
  background : linear-gradient(0deg, rgba(243, 180, 0, 1) 0%, rgba(255, 182, 45, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#000000') progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFB62D',endColorstr='#F3B400' , GradientType=0);
}

.footer_gototop_btn_link {
		color:#fff;
	text-decoration: none;
}
.footer_gototop_bitn_txt{
	  text-shadow : 2px 2px 2px rgba(56, 31, 0, 0.4);
}
.footer_gototop_bitn_txt:before {
	content:'';
	display: inline-block;
	width: 24px;
	height:26px;
	background-image:url(../img/footer_gototop.png);
	background-size: contain;
	vertical-align:top;
	margin:2px 0 0 0;
}


.nav_clname_wrap {
	display: flex;
	padding: 0;
	white-space: nowrap;
}

.nav_clname {
		display: inline-block;
}

.sidenav_pcsite a {
	font-weight: bold;
	color:#ff5a0e;
}

.med_insur {
	font-size: 1.6rem;
	font-weight: normal;
}

.med_co2 {
	font-size: 1.4rem;
	padding:0 1px 2px;
}

.staff_name2 {
	font-size: 2.4rem;
	letter-spacing: 0.1rem;
}

.header_clinicinfo_reservebtel_link {
	text-decoration: none;
}

.header_clinicinfo_telno_link {
	text-decoration: none;
}

.time_table_close {
	text-align: center;
	width:36px;
}

.time_close_ttl {
	margin-left: 10px;
}

.timetable_time_txt {
	margin-left: 6px;
}

.time_reserve_telno_link {
	text-decoration: none;
}

.footer_clinicinfo_telno_link {
	text-decoration: none;
}

.staff_img2 {
	border-radius: 4px;
}

.med_mch_neb_img {
	border-radius: 4px;
}

.med_ent_txt {
	margin-top: -6px;
}

.header_clinicinfo_telno_box {
	display: flex;
}


.header_clinicinfo_telno_box2 {
	display: inline-block;
}
.header_clinicinfo_reservebtelno_box {
		display: inline-block;
}

.header_clinicinfo_reservebtelno_box {
	
}

.time_reserve_telno_box {
	display: inline-block;
	
}

.header_clinicinfo_reservebtelno_number {
}

.footer_clinicinfo_telno_box {
	display: inline-block;
}

.time_sat {
	width:92%;
	margin: 0 auto;
	font-size: 1.4rem;
	letter-spacing: -0.05rem;
}
.time_sat_alignright {
	width:98%;
	margin: 0 auto;
	font-size: 1.4rem;
	text-align: right;
}

.time_close {
	width:98%;
	margin: 20px auto 0;
}

.opentime {
	color: #4e1800;
	font-weight: normal;
}
