@charset "UTF-8";


/*お店一覧
---------------------------------------------------------- */

.shop_list{
}

.shop_list li {
	clear: both;
	margin-top:30px;
	padding-top:30px;
	border-top:1px dashed #D4D7E5;
	list-style: none;
	overflow: hidden;
}

.shop_list li:first-child {
	padding-top:0;
	border-top:0;
}

.shop_list .ph {
	float:left;
	width:290px;
	margin-right:20px;
}

.shop_list .ph img {
	outline: 1px solid #FFF;
	outline-offset: -3px;
}

.shop_list .txt {
	overflow: hidden;
	zoom:1;
}

.shop_list .txt h3 {
	margin-bottom:15px;
	padding: 10px 15px;
	font-size: 116%;
	border-bottom: 1px solid #000;
}

.shop_list .txt h3 a {
	text-decoration: none;
}

.shop_list .txt .more_btn {
	text-align: right;
}

.shop_list .txt .more_btn a {
	display: inline-block;
	padding: 5px 20px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}


/*最近紹介されたお店一覧
---------------------------------------------------------- */

.new_shop_block {
	margin-bottom: 30px;
}

.new_shop_block a {
	text-decoration: none;
}

.new_shop_block ul {
	padding: 10px 15px 20px 15px;
	border: 1px solid #D4D7E5;
	border-top: none;
}

.new_shop_block li {
	clear: both;
	margin-top:10px;
	padding-top:15px;
	list-style: none;
	background: url(https://www.tnc.co.jp/tokuholive/img/common/line_dot.png) 0 0 repeat-x;
	overflow: hidden;
	zoom:1;
}

.new_shop_block li:first-child {
	margin-top:0;
	padding-top: 0;
	background: none;
}


.new_shop_block li .ph {
	float: left;
	width:90px;
	margin-right:10px;
}

.new_shop_block li .txt {
	overflow: hidden;
	zoom:1;
	font-size: 107%;
	line-height:1.3;
}


.new_shop_block li .txt .date {
	font-weight: bold;
	font-size:85%;
	line-height:1.6;
}

@media screen and (max-width: 680px) {
	.new_shop_block {
		margin-bottom:20px;
	}
}


/*月別アーカイブ
---------------------------------------------------------- */
.month_archive_block {
	margin-bottom:30px;
}

.month_archive_block .month_archive_box {
	padding: 10px 15px 20px 15px;
	border: 1px solid #D4D7E5;
	border-top: none;
}

.month_archive_block ul {
	margin:0 0 10px;
	text-align: center;
}

.month_archive_block ul a {
	text-decoration: none;
}

.month_archive_block li {
	list-style: none;
	display:inline-block;
}

.month_archive_block li.now {
	margin: 0 15px;
	font-weight: bold;
	font-size: 108%;
}

.month_archive_block table{
	border-collapse:collapse;
	border:1px solid #c8c8c8;
}

.month_archive_block th{
	width:14.2%;
	padding: 5px;
	border:1px solid #c8c8c8;
	background-color: #f3f3f3;
}

.month_archive_block th.mon{
	width:14.8%;
}

.month_archive_block th.sat{
	background-color: #d6ecff;
	color: #2aade3;
}

.month_archive_block th.sun{
	background-color: #fedede;
	color:#ef463c;
}

.month_archive_block td{
	padding: 5px;
	border:1px solid #c8c8c8;
	text-align: center;
	background-color: #fff;
}

.month_archive_block td a{
	display:block;
	margin: -5px;
	padding: 5px;
	text-decoration: underline;
	background-color: #E9EEF5;
}

.month_archive_block td a:hover {
	background-color: #fdeded;
	text-decoration: underline;
}

.month_archive_block td.sat,
.month_archive_block td.sat a{
	color: #2aade3;
}

.month_archive_block td.sun,
.month_archive_block td.sun a{
	color:#ef463c;
}


@media screen and (max-width: 680px) {
	.month_archive_block {
		margin-bottom:20px;
	}
}


/*search
---------------------------------------------------------- */

.search_block {
	margin-bottom:30px;
	padding: 20px;
	background-color:#fff7f7;
	border-bottom: 3px solid #fa8d87;
	border-left: 3px solid #fa8d87;
	border-right: 3px solid #fa8d87;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

.search_block .gsc-control-cse {
	padding: 0 !important;
	border:2px solid #000 !important;
	border-radius: 5px;
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}

.search_block table,
.search_block tbody,
.search_block tr,
.search_block th,
.search_block td {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
}

.search_block form.gsc-search-box{
	margin: 0 !important;
}

.search_block form.gsc-search-box {
}

.search_block .gsc-input-box {
	height: auto !important;
	border: none !important;
}

.search_block td.gsc-input {
	float: left;
	width:212px !important;
	height: 30px;
}

.search_block .gsc-clear-button,
.search_block .gsc-branding{
	display: none;
}

.search_block td.gsc-search-button {
	float: right;
	width: 58px;
	height: 37px;
	overflow: hidden;
	background: url(https://www.tnc.co.jp/tokuholive/img/common/search_btn.png) no-repeat;
}

.search_block input.gsc-search-button {
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.search_block .gsc-search-box-tools .gsc-search-box input.gsc-input{
	padding:3px 5px !important;
	margin: 0 !important;
	height: 28px !important;
	border:none !important;
	box-shadow:rgb(219, 215, 215) 2px 2px 0px 0px inset;
	-webkit-box-shadow:rgb(219, 215, 215) 2px 2px 0px 0px inset;
	-moz-box-shadow:rgb(219, 215, 215) 2px 2px 0px 0px inset;
}

.search_block .gsst_b {
	border: none;
}

@media screen and (max-width: 680px) {
	.search_block {
		margin-bottom:20px;
	}
	
	.search_block td.gsc-input {
		width:522px !important;
	}
}


/*お店詳細
---------------------------------------------------------- */

.shop_date {
	margin-bottom:10px;
	text-align: right;
}


.shop_block {
	margin: 0 20px 20px;
	overflow: hidden;
	zoom:1;
}

.shop_block .ph {
	float:left;
	width:290px;
	margin: 0 20px 0 0;
}

.shop_block .ph div {
	margin-top:10px;
}

.shop_block .ph p {
	margin-top:5px;
	text-align: center;
	font-size: 88%;
}

.shop_block .ph div:first-child {
	margin-top:0;
}

.shop_block .txt {
	overflow: hidden;
	zoom:1;
}

.shop_block .txt p {
	margin-bottom: 15px;
}

.shop_block .txt h3 {
	margin-bottom:15px;
	padding: 10px 15px;
	font-size: 116%;
	line-height:1.4;
	border-bottom: 1px solid #000;
}

.shop_block .txt li {
	padding-left:17px;
	list-style: none;
}


.gmap {
	width:600px;
	height: 350px;
	margin: 0 auto 30px;
}


.shop_howto {
	clear: both;
	width:600px;
	margin: 0 auto;
}

.shop_howto ul {
	clear: both;
	width:620px;
	margin-left:-20px;
}

.shop_howto li {
	float: left;
	width:290px;
	margin:0 0 20px 20px;
	list-style: none;
}

.shop_howto li p {
	margin-top:5px;
}

.google-maps-link {
	width: 70%;
	margin:40px auto 20px;
	text-align: center;
	color: #fff;
	background:url(https://www.tnc.co.jp/tokuholive/img/common/bg_gray.gif) repeat;
	border-radius: 5px;
}

.google-maps-link a {
	display:inline-block;
	padding: 8px 20px;
	color: #fff;
	text-decoration: none;
	font-size: 116%;
}
