@charset "utf-8";
/* ===================================================================
CSS information

 file name  :index.css
 style info :ゴールデンウィーク期間中の休業のお知らせ
=================================================================== */

/** -------------------------------------------------------
 ** テキスト
 ** ------------------------------------------------------- */
.info_text_block{
	display: block;
	width: 79%;
	margin: 32px auto 0;
	text-align: left;
}
.info_text_block:first-child {
	margin-top: 0;
}

/* --- SP --- */
body.responsive-sp .info_text_block {
	width: auto;
	padding-top: 0;
	margin-top: 0;
}

/** -------------------------------------------------------
 ** 住所エリア
 ** ------------------------------------------------------- */

.contact_address{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.contact_address ul{
	list-style-type: disc;
	border: none;
	margin-left: 20px !important;
}
.contact_address .li_space_top {
	margin-top: 10px !important;
}

/* --- SP --- */
body.responsive-sp .contact_address {
	width: auto;
}

/** -------------------------------------------------------
 ** 住所テーブル
 ** ------------------------------------------------------- */
.contact_table {
	width: 100%;
	margin:10px 0 0;
	border-collapse:collapse;
	border-top:solid 1px #B9BEC2;
	border-left:solid 1px #B9BEC2;
}
.contact_table td {
	border-bottom: solid 1px #B9BEC2;
	border-right: solid 1px #B9BEC2;
	padding: 7px;
	vertical-align: middle;
	text-align: left;
	background: #FFF;
	line-height: 1.8;
}
.contact_table td{
	padding-top: 4px !important;
	padding-bottom: 4px !important;
}

.contact_table table {
	width: 100%;
}
.contact_table table td {
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 0;
}
.contact_table table td:first-child{
	width: 32%;
	text-align:left !important;
}
.contact_table table tr:first-child td {
	padding-top: 0px !important;
}
.contact_table table tr:last-child td{
	padding-bottom: 0px !important;
	border-bottom: none !important;
}

.contact_list04 {
	margin: 10px 0 0;
}

/* --- SP --- */
body.responsive-sp .contact_table {
	display: block;
	border-top: 0;
	border-left: 0;
}
body.responsive-sp .contact_table tr {
	display: block;
	border-top:solid 1px #B9BEC2;
	border-left:solid 1px #B9BEC2;
	margin-top: 1em;
}
body.responsive-sp .contact_table td {
	display: block;
}
body.responsive-sp .contact_table td:first-child {
	background-color: #EFECE5;
}

body.responsive-sp .contact_table table tr {
	display: table-row;
	border-top: 0;
	border-left: 0;
}
body.responsive-sp .contact_table table td {
	display: table-cell;
	font-size: 92%;
	padding: 4px;
}
body.responsive-sp .contact_table table td:first-child {
	width: 40%;
	background-color: transparent;
}