@charset "UTF-8";

/***********************************************
* Contents
************************************************/
/* Heading */
h2.heading_sp {
	display: none;
}
@media screen and (max-width:768px) {
h2.heading_sp {
	display: inherit;
	font-size: 22.5px;
	font-size: 2.25rem;
	color: #8c8c8c;
	text-align: center;
	margin: 20px 0 40px;
}
}
@media screen and (max-width:600px) {
h2.heading_sp {
	margin: 20px 0 30px;
}	
}

/* Float */
h2.heading span {
	font-size: 15px;
	font-size: 1.5rem;
	display: inline-block;
}
@media screen and (max-width:768px) {
h2.heading span {
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	margin-top: 0.5em;
}
}

#contents {
	padding-top: 50px;
}
#contents .inner {
	margin-top: 40px;
}
@media screen and (max-width:768px) {
#contents {
	padding-top: 100px;
}
#contents .inner {
	width: 100%;
	margin-top: 0;
}
}

/************************************************/

/* Store Search Common */
.store-search {
	width: 1096px;
	margin: 0 auto;
	padding-bottom: 70px;
}
@media screen and (max-width:1199px) {
.store-search {
	width: 91.33333333%;
}
}
@media screen and (max-width:768px) {
.store-search {
	width: 100%;
	margin-top: -25px;
}	
}

.store-search h2.heading {
	margin-bottom: 50px;
}
@media screen and (max-width:768px) {
.store-search h2.heading {
	margin-bottom: 30px;
}
}

/* 地域から探す */
ul.area li {
	position: relative;
	width: 100%;
	font-size: 17px;
	font-size: 1.7rem;
	color: #ffffff;
	margin-bottom: 2px;
	text-indent: 1em;
	background: rgba(0,0,0,0.5);
}
ul.area li:hover,
ul.area li.current {
	background: rgba(218,0,47,0.5);
}
ul.area li.kanto {
	text-indent: 2em;
}
ul.area li:after {
	content: "";
	right: 15px;
	position: absolute;
	background: url(../img/icon_arrow_map.png) no-repeat;
	width: 10px;
	height: 16px;
}
ul.area li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

/* 条件から探す */
form label {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 45px;
}
form input[type="radio"] {
	margin-right: 5px;
}
span.icon {
	position: relative;
	display: inline-block;
	padding-left: 2.5em;
}
span.icon:before {
	content: "";
	position: absolute;
	top: 17.5%;
	left: 0;
	width: 33px;
	height: 33px;
	display: inline-block;
}
span.morning:before {
	background: url(../img/icon_morning.png) no-repeat 0 0;
}
span.kidsset:before {
	background: url(../img/icon_kidsset.png) no-repeat 0 0;
}
span.non-smoke:before {
	background: url(../img/icon_nosmoking.png) no-repeat 0 0;
}
span.smoke:before {
	background: url(../img/icon_smoking.png) no-repeat 0 0;
}
span.guidedog:before {
	background: url(../img/icon_guidedog.png) no-repeat 0 0;
}
span.concent:before {
	background: url(../img/icon_concent.png) no-repeat 0 0;
}
span.wifi:before {
	background: url(../img/icon_wifi.png) no-repeat 0 0;
}
span.ticket-gift:before {
	background: url(../img/icon_ticketgift.png) no-repeat 0 0;
}
span.town:before {
	background: url(../img/icon_town.png) no-repeat 0 0;
}

span.touch:before {
        background: url(../img/icon_touch.png) no-repeat 0 0;
}
span.epay1:before {
        background: url(../img/icon_epay1.png) no-repeat 0 0;
}
span.epay2:before {
        background: url(../img/icon_epay2.png) no-repeat 0 0;
}
span.mycard:before {
        background: url(../img/icon_mycard.png) no-repeat 0 0;
}
span.epay3:before {
        background: url(../img/icon_epay3.png) no-repeat 0 0;
}
span.icos:before {
        background: url(../img/icon_icos.png) no-repeat 0 0;
}


/************************************************/

/* Store Search Side  */
.store-search_side {
	width: 210px;
	box-sizing: border-box;
}
@media screen and (max-width:1199px) {
.store-search_side {
	width: 17.5%;
}
}
@media screen and (max-width:768px) {
.store-search_side {
	float: none;
	width: 100%;
	padding: 30px 0;
	background-color: #ffffff;
}
}
@media screen and (max-width:600px) {
.store-search_side {
	display: none;
}
}

/* Store Search Side - Index */
#side_index {
	float: right;
}
@media screen and (max-width:768px) {
#side_index {
	float: none;
}
}
#side_index .store-search-nav {
	padding-top: 20px;
	border-top: solid 1px #EE6F0B;
}
#side_index .store-search-nav h3 {
	font-size: 18px!important;
	font-size: 1.8rem!important;
	color: #EE6F0B!important;
	font-weight: normal!important;
	letter-spacing: 0.5em;
	margin-bottom: 35px; 
}
#side_index .store-search-nav dl {
	width: 100%;
	margin-bottom: 45px;
}
#side_index .store-search-nav dl dt {
	margin-bottom: 20px;
}
#side_index .store-search-nav dl dt h4 {
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
}
#side_index .store-search-nav dl dt span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
}
#side_index .store-search-nav dl dd {
	font-size: 14px;
	font-size: 1.4rem;
}
#side_index .store-search-nav dl dd:last-child {
	position: relative;
	margin-top: 10px;
	color: #EE6F0B;
}
#side_index .store-search-nav dl dd:last-child:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 115px;
	width: 12px;
	height: 11px;
	background: url(../img/icon_listmark_side.png) no-repeat;

}
#side_index .store-search-nav dl dd:last-child a {
	color: #EE6F0B;
	text-decoration: none;
}
#side_index .store-search-nav dl dd ul {
	line-height: 1.5;
}
@media screen and (max-width:768px) {
#side_index .store-search-nav {
	width: 91.33333333%;
	margin-left: auto;
	margin-right: auto;
}
#side_index .store-search-nav dl {
	width: 50%;
	float: left;
}
}

/* Store Search Side - Result */
#side_result {
	float: none;
	display: none;
}
@media screen and (max-width:768px) {
#side_result {
	float: none;
}
}

/* Heading */
#side_result h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 25px;
}

/* 検索条件を変更 */
#side_result ul.area {
	margin-bottom: 55px;
}
#side_result ul.area li {
	height: 49px;
}
#side_result ul.area li:after {
	top: 16.5px;
	right: 15px;
}
#side_result ul.area li.current:after,
#side_result ul.area li:hover:after {
	right: 8px;
}
#side_result ul.area li a {
	line-height: 49px;
}

/* メニュー・店舗タイプ */
#side_result .store-search-nav dl {
	width: 100%;
	margin-bottom: 50px;
}
#side_result .store-search-nav dl dt {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 20px;
}
#side_result .store-search-nav dl dd {
	font-size: 17px;
	font-size: 1.7rem;
}
#side_result .store-search-nav dl:last-child dd:last-child {
	font-size: 16px;
	font-size: 1.6rem;
}
#side_result .store-search-nav dl:last-child dd:last-child label {
	line-height: 1.4;
}
#side_result .store-search-nav dl:last-child dd:last-child label input[type="radio"] {
	margin-bottom: 12.5%;
}

/************************************************/

/* Store Search Main */
.store-search_main {
	width: 830px;
	box-sizing: border-box;
}

@media screen and (max-width:1199px) {
.store-search_main {
	width: 78.16666667%;
}	
}
@media screen and (max-width:768px) {
.store-search_main {
	float: none;
	width: 91.33333333%;
	margin: 0 auto;
}	
}

/* Store Search Main - Index */
#main_index {
	float: left;
}
@media screen and (max-width:768px) {
#main_index {
	float: none;
}
}

/* Heading */
.store-search h3.h3 {
	display: none;
}
#main_index h3 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width:600px) {
#main_index h3 {
	font-size: 23px;
	font-size: 2.3rem;
	margin-bottom: 20px;
}	
}

/* Heading */
h3.h3 {
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 30px;
}
@media screen and (max-width:600px) {
h3.h3 {
	font-size: 23px;
	font-size: 2.3rem;
	margin-bottom: 20px;
}	
}

.search-unit {
	width: 100%;
	margin-bottom: 80px;
}
@media screen and (max-width:600px) {
.search-unit {
	margin-bottom: 50px;
}
.search-unit:nth-child(2n) {
	display: none;
}
}

/* 近くの店舗を探す */
button.ss-btn {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 30px;
	width: 100%;
	height: 60px;
	font-size: 26px;
	font-size: 2.6rem;
	color: #ffffff;
	line-height: 60px;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}
@media screen and (max-width:600px) {
button.ss-btn {
	height: 40px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 40px;
}
}

/* 日本地図 */
.map-search {
	width: 100%;
	height: 650px;
}

.map-search .map {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 15px;
	background: rgba(255,255,255,0.4);
}
.map-search .map ul.area {
	position: absolute;
	z-index: 2;
	top: 15px;
	left: 20px;
	width: 175px;
}
#imagemap {
	margin: 0px auto;
	padding: 0px;
	background: url(../img/map.png) top left no-repeat;
	width: 100%;
	height: 650px;
	position: relative;
}
#imagemap li {
	margin: 0px;
	padding: 0px;
	position: absolute;
	list-style: none;
	font-size: 14px;
}
#maptips li{
	display: none;
	position: absolute;
	width: 62px;
	height: 42px;
	top: 0;
	left: 0;
	background-image: url(../img/map_flag.png);
	background-repeat: no-repeat;
	text-indent: 5000px;
	white-space: nowrap;
	overflow: hidden;
}
#maptips .tip_tokyo{ background-position: 0 0; top: 190px; left: 680px; }
#maptips .tip_kanagawa{ background-position: 0 -43px; top: 210px; left: 670px; }
#maptips .tip_saitama{ background-position: 0 -86px; top: 150px; left: 670px; }
#maptips .tip_chiba{ background-position: 0 -129px; top: 190px; left: 730px; }
#maptips .tip_gunma{ background-position: 0 -214px; top: 120px; left: 640px; }
#maptips .tip_ibaragi{ background-position: 0 -171px; top: 140px; left: 720px; }
#maptips .tip_kansai{ background-position: 0 -256px; top: 260px; left: 420px; }
#maptips .tip_shinetsu{ background-position: 0 -299px; top: 120px; left: 580px; }
#maptips .tip_cyubu{ background-position: 0 -342px; top: 240px; left: 530px; }
#maptips .tip_kyusyu{ background-position: 0 -385px; top: 460px; left: 130px; }

/* 地域から探す */
#main_index ul.area li {
	height: 35px;
}
#main_index ul.area li:after {
	top: 9.5px;
	right: 15px;
}
#main_index ul.area li:hover:after {
	right: 8px;
}
#main_index ul.area li a {
	line-height: 35px;
}

/* 条件から探す */
.condition-search {
	position: relative;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 30px 40px;
	background: rgba(255,255,255,0.4);
}
@media screen and (max-width:600px) {
.condition-search {
	background: none;
	padding: 0;
}
}
.condition-search label {
	margin-right: 15px;
}
.condition-search select#pref {
	width: 50%;
	height: 30px;
}
.condition-search input[type="button"].submit-btn {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	border-radius: 20px;
	width: 100%;
	height: 40px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #ffffff;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
}
.condition-search table {
	width: 100%;
	height: auto;
}
.condition-search table th {
	width: 15%;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: left;
	padding: 10px 0;
}
.condition-search table td {
	width: 85%;
	padding: 10px 0;
}
@media screen and (max-width:600px) {
.condition-search label {
	width: 100%;
}
.condition-search select#pref {
	width: 100%;
}
.condition-search table th {
	width: 100%;
	display: block;
	padding: 5px 0;
}
.condition-search table td {
	width: 100%;
	display: block;
	padding: 0 0 20px;
}
}

/* Store Search Main - Result */
#main_result {
	float: none;
	width: 100%;
}
@media screen and (max-width:768px) {
#main_result {
	float: none;
	box-sizing: border-box;
}
}

/* Heading */
#main_result h3 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 25px;
}
@media screen and (max-width:768px) {
#main_result h3 {
	margin-left: 4.33333335%;
}	
}
@media screen and (max-width:600px) {
#main_result h3 {
	font-size: 23px;
	font-size: 2.3rem;
	margin-bottom: 20px;
}	
}

/* Result */
.result-sp {
	display: none;
}
table.result-pc {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	border-collapse: separate;
	border-spacing: 2px;
	line-height: 1.3;
}
table.result-pc th {
	width: 20%;
	padding: 15px;
	background-color: #ffffff;
	vertical-align: top;
	font-weight: normal;
}
table.result-pc td {
	background-color: #ffffff;
	padding: 15px;
	vertical-align: top;
}
table.result-pc td:nth-child(2n),
table.result-pc td:nth-child(3n) {
	width: 16%;
	
}
table.result-pc td:nth-child(4n),
table.result-pc td:last-child {
	width: 24%;
}
table.result-pc thead th,
table.result-pc thead td {
	font-size: 16px;
	font-size: 1.6rem;
	color: #ffffff;
	background: rgba(0,0,0,0.2);
	text-align: center;
}
img.shop-img {
	border-radius: 10px;
}
h4.shop-name {
	text-align: left;
	margin-top: 5px;
}
.re-icon {
	margin: 0 5px;
}
ul.biz-hours li:first-child {
	margin-bottom: 1em;
}
ul.shop-info li:first-child {
	margin-bottom: 0.5em;
}
ul.shop-info li:last-child {
	margin-top: 1.5em;
}
.tomap {
	font-size: 14px;
	font-size: 1.4rem;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.125em;
	text-align: center;
	background-color: #E76000;
	padding: 2.5px 12.5px;
	border-radius: 5px;
	display: inline-block;
}

/* Google Map */
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 50px;
}
.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 検索ページに戻る */
p.return-btn {
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #000000;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 60px;
	letter-spacing: 0.25em;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	margin-top: 65px;
}
p.return-btn a {
	color: #ffffff;
	text-decoration: none;
}
 p.return-btn:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 30px;
	width: 15px;
	height: 27px;
	background: url(../img/icon_arrow_search_btn.png) no-repeat 0 0;
	display: inline-block;
}

@media screen and (max-width:768px) {
table.result-pc {
	display: none;
}
.store-search h3.h3 {
	display: inherit;
	margin-left: 4.33333335%;
}
.result-sp {
	display: inherit;
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.result-sp .inner {
	background-color: #ffffff;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}
.result-sp div span {
	display: inline-block;
}
.result-sp div span:first-child {
	margin-right: 10px;
}
h4.shop-name {
	font-weight: bold;
	margin-top: 20px;
}
ul.biz-hours, ul.shop-info {
	line-height: 1.3;
	margin-top: 30px;
}
p.return-btn, .gmap {
	width: 91.33333333%;
	margin-left: auto;
	margin-right: auto;
}
}
/************************************************/

@media screen and (max-width:768px) {
br.br {
	display: none;
}
}

a{
        text-decoration: none;
        color: #000000;
}
a:hover {
        text-decoration: underline!important;;
}
