﻿@charset "UTF-8";

/* 
  purged: 2025-06-05
 */

body{
	background: #f2f2f2;
}
/*------- Construction, Wrap
------------------------------------------------------*/
.container_wrap {
	width: 100%;
	overflow: hidden;
	background: #f2f2f2;
}
.container {
	background: #fff;
	margin-bottom: 20px;
}
.contents {
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.alpha {
	float: left;
}

/*------- Box, List, Button
------------------------------------------------------*/
[class*="btn"] a {
	color: #000 !important;
	display: block;
}

/*------- Text, Link
------------------------------------------------------*/

/*------- Module parts
------------------------------------------------------*/
/*------ HeadContainer ------*/
#headContainer {
	background: #fff;
	overflow: hidden;
	position: relative;
}
#headContainer a {
	color: #000;
	text-decoration: none;
}
#headLine {
	position: absolute;
	top: 10px;
	left: 18px;
}
#headLine h1 {
	color: #999;
	font-size: 11px;
	line-height: 1;
	width: 620px;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
#header {
	padding: 10px 20px 0px 18px;
	overflow: hidden;
}

/*------ HeadContainer for shop ------*/

	/* 20170310 added  ↓ */

/*------ Fixed Header Wrap ++ for shopsearch page ++ ------*/
#shop .contents {
	padding-top: 150px;
}
	/* 20170310 added  ↑ */

/*------ Groval Nav ------*/

/*------ searchBtn ------*/
/*.searchBtn01 {
	line-height: 34px;
	height: 34px;
	padding-top: 1px;
}*/

	/* line_list module */
#lineWrap{
	margin: 0 20px 20px;
}
#lineWrap #line_head {
	margin-bottom: 5px;
	position: relative;
}
#lineWrap #line_head h2 {
	font-size: 1.42em;
	font-weight: bold;
	margin-bottom: 5px;
}
#lineWrap #line_head ul {
	margin-top: 3px;
}
#lineWrap #line_head li {
	font-size: 0.86em;
	margin-right: 20px;
	display: inline-block;
}
#lineWrap #line_head .point {
	font-size: 0.8em;
	position: absolute;
	bottom: 0;
	right: 0;
}
#line_block {
	margin-bottom: 10px;
	padding: 10px;
	background: #ebebeb;
}
#line_block .line_list {
	margin-bottom: 10px;
	padding: 20px 20px 10px 20px;
	border-radius: 10px;
	background: #fff;
	overflow: hidden;
}
#line_block .line_list:last-child {
	margin-bottom: 0;
}
#line_block .line_list h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
	padding: 6px 0 6px 8px;
	border-left: 3px solid #dd2723;
}
#line_block .line_list .sub {
	float: left;
	margin-right: 50px;
}
#line_block .line_list .sub h3 {
	border-left: 3px solid #ccc;
	font-size: 1em;
	height: 1.5em;
	line-height: 1.5;
}
#line_block .line_list .sub h3.two_line {
	line-height: 1;
}
#line_block .line_list .sub h3 span {
	font-size: .85em;
	font-weight: normal;
	line-height: 1.7;
}
#line_block .line_list ul {
	overflow: hidden;
}
#line_block .line_list li {
	color: #999;
	text-align: center;
	width: 121px;
	margin-bottom: 15px;
	float: left;
	box-sizing: border-box;
}
#line_block .line_list li div {
	width: 121px;
	height: 60px;
	padding: 0;
	border-top: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}
#line_block .line_list li:nth-child(7n+1),
#souzokusoudan #line_block .line_list li:nth-child(8n+1) {
	clear: left;
}
#souzokusoudan #line_block .line_list li:nth-child(7n+1) {
	clear: none;
}

#line_block .line_list li:nth-child(7n+1) div {
	border-left: 1px solid #ebebeb;
}
#souzokusoudan #line_block .line_list li:nth-child(7n+1) div {
	border-left: none;
}
#souzokusoudan #line_block .line_list li:nth-child(8n+1) div {
	border-left: 1px solid #ebebeb;
}



#line_block .line_list li.hL div {
	padding: 0;
}
#line_block .line_list li.wS div {
	padding: 0;
}
#line_block .line_list li img {
	width: 100%;
    height: 100%;
    object-fit: contain;
	vertical-align: middle;
}
#line_block .line_list li.hL img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#line_block .line_list li.wS img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#line_block .line_list li p {
	font-size: 11px;
	line-height: 1.3;
	margin: 5px 5px 0;
}
#line_block .line_list li img {  
    width: 95px\9;
}  
#line_block .line_list li.hL img {
	width: auto\9;
	height: 44px\9;
}
#line_block .line_list li img:not(:target) {  
    width: auto\9;
}  
#line_block .line_list li.hL img:not(:target){
	width: auto\9;
	height: auto\9;
}
#line_block .line_list a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	color: -webkit-link;
}
#line_block .line_list .sub h3 a {
	text-decoration: underline;
	display: inline;
}
#lineWrap p.note {
	font-size: 0.86em;
	text-indent: -2em;
	margin: 0 0 5px 2em;
}
.dot li:before {
    color: #bbb;
    content: "●";
}

.detailBox {
	display: none;
}

/* lineWrap_visit */



/*------ fixedHeader ------*/

/*------ fixedFooter ------*/

/*------ Contents Footer ------*/

	/*--- Q&A/foot_qa ---*/

	/*--- Contact Banner/foot_bnr---*/

/*------ FootContainer ------*/

/*--- Foot Navigation/foot_nav---*/
/* リニューアル202206 */

/*--- Foot Copyright/foot_copy---*/
/* リニューアル202206 */

/*------ Search Map ------*/

/*------- ColorBox Content
------------------------------------------------------*/

/*------ Q&A answer ------*/
.block_discuss_001 {
	font-size: 1.07em;
	clear: both;
}
.block_discuss_001 .item_q {
	font-size: 1.42em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 5px 25px;
	background: url(../images/icon_018.gif) no-repeat 0 7px;
	border-bottom: 1px solid #ddd;
}
.block_discuss_001 .item_a {
	line-height: 1.7;
	padding-left: 25px;
	background: url(../images/icon_019.gif) no-repeat 0 5px;
}
.block_discuss_001 .btn_close {
	text-align: center;
	line-height: 36px;
	width: 200px;
	height: 36px;
	margin: 30px auto 0;
	background: url(../images/btn_018.jpg) no-repeat 0 0;
}
.block_discuss_001 .btn_close a {
	color: #000;
	font-size: 20px;
	text-decoration: none;
	display: block;
}
.block_discuss_001 .btn_close:hover {
	opacity: 0.7;
}

/*------ Search Map ------*/

/*-------  others
------------------------------------------------------*/
    /* 店舗キャンペーン終了後掲載 */

/*-------  for Old Browser
------------------------------------------------------*/
    /* header */
*:first-child+html #headLine #intro {
	display: inline;
	zoom: 1;
}
*:first-child+html #headLine #intro {
	float: left;
}
*:first-child+html #headLine #intro {
	width: 600px;
}
    /* footer */
    /* fixedHeader */


/* added20171006 */
