@charset "utf-8";

/*=======*/
/* shop */
/* - [全体]レイアウト
/* - [エリアタブ]レイアウト
/* - [エリアコンテンツ]レイアウト
/* - [スマホ]レイアウト
 */
/*=======*/

/* [全体]レイアウト */
.contents .cts-inner {
                margin-top: 5rem;
                padding-bottom: 5rem;
                }
.contents h1 {
                font-size: 1.5rem;
                margin-bottom: 31px;
                text-align: center;
                }
.shop-attention {
                margin-top: 3rem;
                font-size: .9rem;
                line-height: 1.6em;
                text-align: center;
                }
.shop .disp-none {
                display: none;
                }
.l-shop {
                max-width: 800px;
                margin: 0 auto;
                width: 100%;
                }
a:hover {
                opacity: 0.8;
                }

/* [エリアタブ]レイアウト */
.shopSelectWrapper {
                position: relative;
                margin: 3rem auto 0;
                width: 420px;
                min-height: 48px;
                }
.shopSelectTab {
                position: absolute;
                top: 0;
                width: 420px;
                font-size: 1.1rem;
                color: #212121;
                line-height: 48px;
                background: #fff;
                z-index: 2;
                background-color: #f2f2f2;
                }
.shopSelectTab li {
                display: none;
                padding: 0 0 0 1rem;
                text-align-last: left;
                }
.shopSelectTab li.active {
                display: block !important;
                }
#shopSelectBtn {
                position: absolute;
                top: 0;
                right: 0;
                width: 48px;
                height: 48px;
                background: url(../images/btn-shop.svg) no-repeat right top;
                background-size: 100% auto;
                -moz-background-size: 100% auto;
                -webkit-background-size: 100% auto;
                -o-background-size: 100% auto;
                -ms-background-size: 100% auto;
                z-index: 3;
                }

/* [エリアコンテンツ]レイアウト */
.wrap-pref {
                margin: 3rem 0 5rem;
                }
.b-prefList {
                align-items: center;
                justify-content: flex-start;
                flex-wrap: wrap;
                row-gap: .5rem;
                column-gap: 1%;
                }
.b-prefList li {
                font-size: .9rem;
                text-align: center;
                width: 24%;
                padding: .3rem;
                padding-bottom: 5px;
                border-bottom: 1px solid #555;
                }
.b-prefList li a {
                display: block;
                text-decoration: none;
                }
.b-prefList.active {
                display: flex;
                }
.wrap-areaContents.active {
                display: block !important;
                }
.wrap-areaContents h3 {
                border-bottom: 1px solid #212121;
                font-size: 1.3rem;
                padding-bottom: 1.5rem;
                margin-bottom: 1.5rem;
                }
.wrap-areaContents ul {
                margin-bottom: 2rem;
                position: relative;
                }
.wrap-areaContents ul li {
                overflow: hidden;
                border-bottom: 1px solid #dedede;
                padding: 1.5rem 0 1.5rem;
                clear: both;
                }
.wrap-areaContents ul li:first-child {
                padding-top: 0;
                }
.wrap-areaContents ul li:last-child {
                border: none;
                }
.wrap-areaContents ul li h4 {
                font-size: 1rem;
                margin-bottom: 1rem;
                font-weight: 700;
                }
.wrap-areaContents ul li div p {
                display: inline-block;
                font-size: .9rem;
                margin: 0;
                }
.wrap-areaContents ul li div p:first-child {
                float: left;
                }
.wrap-areaContents ul li div p:last-child {
                float: right;
                display: flex;
                align-items: center;
                }
.wrap-areaContents ul li div a {
                text-decoration: none;
                }
.wrap-areaContents ul li div p:last-child::before{
	content: "";
	display: inline-block;
	width: .9rem;
	height: .9rem;
	background: url(../images/icon-tel.svg) no-repeat;
	background-size: contain;
	background-position: left center;
                margin-right: .3rem;
	}


/* [スマホ]レイアウト */
@media screen and (max-width: 768px) {
/* [全体]レイアウト */
.contents .cts-inner {
                width: 90%;
                margin: auto;
                margin-top: 3rem;
                }
.contents h1 {
                font-size: 1.3rem;
                }
.shop-attention {
                font-size: .9rem;
                }

/* [エリアタブ]レイアウト */
.shopSelectWrapper,
.shopSelectTab {
                width: 100%;
                }

/* [エリアコンテンツ]レイアウト */
.wrap-pref {
                margin-bottom: 4rem;
                }
.b-prefList.active {
                width: 100%;
                margin: auto;
                flex-wrap: wrap;
                justify-content: flex-start;
                column-gap: 4%;
                row-gap: .5rem;
                }
.b-prefList li {
                font-size: 1rem;
                text-align: center;
                width: 22%;
                padding: .3rem;
                padding-bottom: 5px;
                border-bottom: 1px solid #555;
                }
.b-prefList li:last-child {
                }
.b-prefList li a {
                font-size: 1rem;
                }

.wrap-areaContents h3 {
                font-size: 1.4rem;
                padding-bottom: 1rem;
                margin-bottom: 2rem;
                }
.wrap-areaContents ul li {
                padding: 1rem 0;
                }
.wrap-areaContents ul li h4 {
                font-size: 1.1rem;
                line-height: 1.5em;
                margin-bottom: 0;
                }
.wrap-areaContents ul li div p {
                display: block;
                font-size: 1rem;
                }
.wrap-areaContents ul li div p:first-child {
                float: none;
                margin-bottom: 1rem;
                line-height: 1.5em;
                }
.wrap-areaContents ul li div p:last-child {
                float: none;
                }

                }

h3.shopListPlaceTtl01:before {
	content: " ";
	margin-top: -120px;
	height: 120px;
	display: block;
	visibility: hidden;
                }