/* ------------------------------------------------------------------------------------------------------------------------------


--------------------------------------------------------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
店舗のご案内
-------------------------------------------------------------------------- */
.shop-title-text {
	position: absolute;
	top:46px;
	right:35px;
	color:#fff;
}

.shop-title-text > h2{
	margin:0;
	padding:0;
	font-size:2em;
	font-weight:600;
}

.shop-title-text ul{
	margin:0;
	padding:0;
	font-size:1.3em;
}

.shop-caption {
	width:33.4%;
	text-align: center;
	font-size:90%;
}

.tourism-caption {
	width:33.4%;
	font-size:90%;
}
.shop-caption-text {
	text-align: left;
	display: inline-block;
	/*border:1px solid blue;*/
}

/*2020.10.23　英語サイト用*/
.shop-caption-text-right {
	padding-left:1em;
}
.shop-caption-text-left {
	padding-right:1em;
}

.tourism-caption-text {
	padding-left:1em;
}

.item-revers.tourism-caption-text {
	padding-left:0;
	padding-right:1em;
}


/*
.shop-text {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl !important;
	writing-mode: vertical-rl;
	width:33.4%;
}
*/

.GoogleMap{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;/*比率をお好みで*/
	margin-bottom:15px;
	/*border:1px solid blue;*/
}
.GoogleMap iframe{
	/*display:none;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.GoogleMapLink {
	text-align:right;
	margin-bottom:50px;
}

.shop_address {
	font-size:1.1em;
	text-align:center;
}

.topic-item-img{
	/*width:57.1%;*/
}

.shop-bannars {
	/*border:1px solid blue;*/
	margin-bottom:60px;
}

.shop-bannars ul{
	display:flex;
	justify-content: space-between;
	/*border:1px solid blue;*/
}

@media screen and (max-width: 768px) {
	.shop-caption {
		width:100%;
		padding-top:2em;
		font-size:100%;
	}
	.tourism-caption {
		width:100%;
		padding:2em 0 0 0;
	}
}





