@charset "utf-8";

/*----- 全体 -----*/

*{
	box-sizing: border-box;
	}

	.pc{
		display: block;
	}

	.sp{
		display: none;
	}

/*----- ショッピングガイド -----*/

.clearfix a{
	color: #2e73ba;
}

.pane-main .clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.pane-main .pagetop {
	text-align: right;
	margin-top: 20px;
}

/* .pane-main .fleft {
	float: left;
} */

.guide-mt15 {
	margin-top: 50px;
}

.guide-mt20 {
	margin-top: 20px;
}

.guide-mt30 {
	margin-top: 30px;
}

.guide-mr20 {
	margin-right: 20px;
}

.guide-bold {
	font-weight: bold;
}

.guide-ctr {
	text-align:center;
}

.pane-main .txt-red {
	color:#FF0000;
}

.guide-border-btm {
	border-bottom: 1px solid #cccccc;
}

.guide-top li {
	margin-bottom:10px;
}

@media screen and ( max-width:520px ){
	.guide-mt15 {
		margin-top: 0;
	}

.pc iframe{
	vertical-align: bottom;
}

}

/* テーブル */
.guide-tbl {
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #CCCCCC;
}

.guide-tbl th,
.guide-tbl td {
	border-width: 1px;
	border-style: solid none none solid;
	border-color: #CCCCCC;
	padding: 10px;
}

.guide-tbl th {
	background-color: #e9e9e9;
}

/* 下部メニュー */
.guide-menu {
	margin-top: 50px;
}

.guide-menu .heading {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 5px;
}

.guide-menu .block-order-fleft {
	margin-right:20px;
	margin-bottom:10px;
}

/*----- 実店舗のご案内 -----*/
.mv{
	margin: 0 auto;
	text-align: center;
	width: 1000px;
}

.area{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0!important;
	padding-top: 8px;
}

.flex_container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.shop{
	width: 49%;
	display: block;
}

.shop-top dl{
	width: 100%;
	border-bottom: none;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
    align-items: flex-start;
    padding: 15px;
    height: 210px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.shop-top dt,
.shop-top dd {
	width: 49%;
}

.shop-top dd a{
	text-decoration: none;
	color: #000;
}

.shop-top dt {
	margin-right: 12px;
}

.shop:hover{
    opacity: 0.5;
	transition: 0.5s;
}

.shop_desc{
    margin-bottom: 10px;
}

.shop_desc p{
	font-size: 12px;
    line-height: 1.2;
    margin-bottom: 1px;
}

.shop_desc p:first-child{
	font-weight: bold;
}

.shop-top .name {
	color: #e5328b;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
    line-height: 1;
}

.shop-top .btn-shop {
	background-color: #fa60ad;
	display: block;
	margin: 15px 0 0;
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	text-decoration: none;
}

.shop-top .btn-shop:hover {
	background-color: #e5328b;
}

.closed{
	font-size: 12px;
	line-height: 1.9;
    text-align: justify;
    letter-spacing: 0.1em;
}

.news02{
	margin: 30px 0;
}

.annotation{
	color: #FF0000;
	font-weight: bold;
}

@media screen and ( max-width:520px ){

	.pc{
		display: none;
	}

	.sp{
		display: block;
	}

	.mv{
		width: 100%;
	}

	.shop{
		width: 100%;
	}

	.sp_shop{
		width: 100%;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
		border-radius: 10px;
		padding: 15px;
		margin-bottom: 15px;
	}

	.flex_container{
		display: block;
	}

	h1 b{
		line-height: 1.3;
	}

	.shop-top h2{
		padding-top: 60px;
		margin-top:-60px;
		background: transparent;
	}

	.shop-top dl{
		padding-bottom: 20px;
		margin-bottom: 20px;
		display: contents;
		padding: 15px;
		height: stretch;
	}

	.shop-top dt{
		margin-bottom: 15px;
	}

	.shop-top dt,
	.shop-top dd {
		width: 100%;
		float: none;
	}

	.shop-top dd img{
		margin-bottom: 15px;
	}

	.shop_desc:last-child{
		margin-bottom: 0;
	}

	.closed{
		margin-bottom: 0!important;
		line-height: 1.5;
	}
}

/*----- 店舗 -----*/
.guide-shop-menu {
	border-top: 2px solid #DFDFDF;
	border-bottom: 2px solid #DFDFDF;
	padding-top:10px;
	margin-bottom: 20px;
}

.guide-shop-menu li {
	margin-right:20px;
	margin-bottom:10px;
}

.guide-shop-menu .icon-link:before {
	color: #2973BA;
	font-size: 20px;
	vertical-align: middle;
	margin-right: 1em;
}

.shop_container{
	width: 100%;
	display: flex;
}

.shop-info, .shop-img{
	width: 50%;
}

.shop-info{
	border-top: 2px solid #DFDFDF;
    border-bottom: 2px solid #DFDFDF;
	margin-right: 3%;
}

.shop-info h2{
	font-size: 16px;
	font-weight: bold;
}

.shop-info p, .shop_contents ul li a{
	font-size: 14px;
}

.shop-info p{
	line-height: 1.6;
}

.shop_contents ul li a{
    color: #2e73ba;
}

.shop-info div:last-of-type{
	border-bottom: none;
}

.shop-info_item{
	border-bottom: 1px solid #DFDFDF;
	padding: 0.8em 0;
}

.shop-info_item:last-of-type{
	margin-bottom: -10px;
}

.shop_contents01{
	float: left;
    margin-right: 80px;
}

.shop_news p{
	margin-bottom: 0;
}

.shop_news h2,h3,h4{
    font-weight: bold;
}

.shop_news h3{
	font-size: 17px;
	margin-bottom: 10px;
}

.shop_news h4{
	color: red;
}


@media screen and ( max-width:800px ){/* tablet&SP */
/* .shop_contents .guide-shop-menu,
.shop_contents .shop-map-pc {
	display: none;
} */
}

@media screen and (min-width: 801px){/* PC */
/* .shop_contents .shop-info {
	width: 570px;
} */

.shop_contents .shop-map-sp {
	display: none;
}
}

@media screen and ( max-width:520px ){

	.shop_container{
		display: block;
	}

	.shop-info, .shop-img{
		width: 100%;
	}

	.shop-info{
		border: none;
		margin-right: 0;
	}

	.shop-info_item{
		border: none;
		margin: 0;
	}

	.shop_news{
		margin-bottom: -75px;
	}

	.shop_news h3 {
		font-size: 15px;
		line-height: 1.5;
		letter-spacing: 0.03em;
		text-align: center;
		margin: 0.5em 0;
	}

	.shop-map-sp{
		margin-bottom: 1em;
	}

	.shop_contents01 {
		float: none;
		margin-right: 0;
	}

	.shop_contents ul li{
		margin-bottom: 1em;
	}

}


.shop_contents .print {
	background: url(../../img/usr/guide/icon_print.gif) no-repeat 0 0;
	padding-left: 24px;
	/* IE */
	_background-position: 0 0;
}

/* .shop .shop-photo {
	float: right;
}

.shop .shop-info {
	float: left;
} */

.shop_contents .shop-photo-more li {
	margin-right:20px;
	margin-bottom: 20px;
	/* float: left; */
}

/*----- デジタルカタログを見る -----*/
.webcatalog .guide-tbl td {
	width:30%;
}

.webcatalog p img {
	border:1px solid #cccccc;
}

.webcatalog .btn-webcatalog {
	background-color: #fa60ad;
	display: block;
	margin: 20px 0;
	width: 250px;
	padding: 10px 0;
	font-size: 16px;
	text-decoration: none;
}

/* .sp{
	display: block;
} */

.webcatalog .btn-webcatalog:hover {
	background-color: #e5328b;
}

@media screen and ( max-width:520px ){/* SP */
.webcatalog .img-pc {
	display: none;
}
.webcatalog .sp_center {
	text-align: center;
}
.webcatalog .sp_center .gototop {
	display: inline-block;
}
}

@media screen and (min-width: 521px){/* tablet&PC */
.webcatalog .img-sp {
	display: none;
}
}

/*----- サイトマップ -----*/
.guide-sitemap-menu {
	margin-top: 20px;
}

.guide-sitemap-menu .heading {
	font-size: 150%;
	margin-bottom: 5px;
}

.guide-sitemap-menu .block-order-fleft {
	margin-right:20px;
	margin-bottom:10px;
}

/*----- カテゴリーから探す -----*/
.category {
	margin-left: 10px;
}

.category .cate-s {
	margin-left: 30px;
	padding:10px;
}

.category li {
	margin-bottom: 10px;
}

.category label {
	font-size:1.2em;
	color: #2e73ba;
	text-decoration:underline;
}

.category input {
    display: none;
}

.category .cate-s {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.category input:checked ~ .cate-s {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}