@charset "UTF-8";

/*---------------------------------------
店舗案内
---------------------------------------*/
/*=============================
背景画像
=============================*/
main {
    background: url(../images/common/bg_footer_cloud.png) bottom -94px left no-repeat,
				url(../images/common/main_bg.jpg) top 57px center / cover no-repeat;
}
/*=============================
各店舗
=============================*/
#shop ul {
	margin: 20px 29px 0 30px;
	padding: 0 0 100px;
}
#shop ul li {
	width: 691px;
	height: 823px;
	background: url(../images/shop/bg_kyoto.png) top center no-repeat;
	margin: 0 0 37px;
	position: relative;
}
/*タイトル*/
#shop ul li h2 {
	background: url(../images/shop/title_bg.png) top center no-repeat;
	width: 227px;
	height: 253px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 59px;
	left: 61px;
	color: #fff;
	line-height: 1.5;
	letter-spacing: 0.04em;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding-bottom: 24px;
}
/* 明朝体 */
.hp_mincho {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/*画像*/
#shop ul li .img {
	position: absolute;
	top: 53px;
	right: 36px;
}
#shop ul li .img img {
	width: 352px;
}
/**白枠**/
#shop ul li > span {
	display: block;
	position: absolute;
	top: 270px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/shop/illust_cloud.svg) bottom 2px right -56px / 182px no-repeat,#fff;
	width: 592px;
	height: 400px;
	padding: 47px 20px 0 34px;
	font-size: 24px;
	line-height: 1.4;
}
/*営業時間*/
#shop ul li > span p {
	margin: 0 0 15px;
}
#shop ul li > span .open {
	margin: 0 0 15px -12px;
}
/*電話番号*/
#shop ul li > span .tel {
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#shop ul li > span .tel::before {
	content: "";
	display: block;
	width: 26px;
	height: 24px;
	background: url(../images/shop/icon_tel.svg) top center / contain no-repeat;
	margin: 3px 10px 0 0;
}
#shop ul li > span .tel span {
	font-size: 24px;
	margin: 0 0 0 10px;
}
/*アクセス*/
#shop ul li > span .acc {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 30px 0 20px!important;
}
#shop ul li > span .acc::before {
	content: "";
	display: block;
	width: 25px;
	height: 29px;
	background: url(../images/shop/icon_acc.svg) top center / contain no-repeat;
	margin: 2px 13px 0 1px;
}
/*注意書き*/
#shop ul li > span .att {
	font-size: 20px;
	text-indent: -1em;
	padding-left: 1em;
}
#shop ul li > span .att a {
	color: #de4a1d;
	font-weight: bold;
	text-decoration: underline;
}
/*詳しいアクセス方法*/
#shop ul li > span .movie {
	margin: 20px 0 0;
}
#shop ul li > span .movie a {
	color: #0a79eb;
	font-weight: bold;
	font-size: 22px;
	text-decoration: underline;
}
/*店舗・アクセスボタン*/
#shop ul li > span + p a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 39px;
	left: 0;
	right: 0;
	margin: auto;
	background: #664021;
	border: 2px solid #a89667;
	width: 486px;
	height: 74px;
	font-size: 28px;
	color: #fff;
}
#shop ul li > span + p a::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #a89667;
	top: 26px;
	right: 12px;
}
/* spanからdivに変更 */
/**白枠**/
#shop ul li > div {
	display: block;
	position: absolute;
	top: 270px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(../images/shop/illust_cloud.svg) bottom 2px right -56px / 182px no-repeat,#fff;
	width: 592px;
	height: 400px;
	padding: 47px 20px 0 34px;
	font-size: 24px;
	line-height: 1.4;
}
/*営業時間*/
#shop ul li > div p {
	margin: 0 0 15px;
}
#shop ul li > div .open {
	margin: 0 0 15px -12px;
}
/*電話番号*/
#shop ul li > div .tel {
	font-size: 32px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#shop ul li > div .tel::before {
	content: "";
	display: block;
	width: 26px;
	height: 24px;
	background: url(../images/shop/icon_tel.svg) top center / contain no-repeat;
	margin: 3px 10px 0 0;
}
#shop ul li > div .tel span {
	font-size: 24px;
	margin: 0 0 0 10px;
}
/*アクセス*/
#shop ul li > div .acc {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 30px 0 20px!important;
}
#shop ul li > div .acc::before {
	content: "";
	display: block;
	width: 25px;
	height: 29px;
	background: url(../images/shop/icon_acc.svg) top center / contain no-repeat;
	margin: 2px 13px 0 1px;
}
/*注意書き*/
#shop ul li > div .att {
	font-size: 20px;
	text-indent: -1em;
	padding-left: 1em;
}
#shop ul li > div .att a {
	color: #de4a1d;
	font-weight: bold;
	text-decoration: underline;
}
/*詳しいアクセス方法*/
#shop ul li > div .movie {
	margin: 20px 0 0;
}
#shop ul li > div .movie a {
	color: #0a79eb;
	font-weight: bold;
	font-size: 22px;
	text-decoration: underline;
}
/*店舗・アクセスボタン*/
#shop ul li > div + p a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 39px;
	left: 0;
	right: 0;
	margin: auto;
	background: #664021;
	border: 2px solid #a89667;
	width: 486px;
	height: 74px;
	font-size: 28px;
	color: #fff;
}
#shop ul li > div + p a::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 10px;
	border-color: transparent transparent transparent #a89667;
	top: 26px;
	right: 12px;
}
/**大阪**/
#shop ul li:nth-of-type(2) {
	background: url(../images/shop/bg_osaka.png) top center no-repeat;
	height: 795px
}
#shop ul li:nth-of-type(2) span {
	height: 373px;
}
/*ボタン*/
#shop ul li:nth-of-type(2) > span + p a {
	background: #184274;
}
#shop ul li:nth-of-type(2) div {
	height: 373px;
}
/*ボタン*/
#shop ul li:nth-of-type(2) > div + p a {
	background: #184274;
}
/**堂島**/
#shop ul li:nth-of-type(3) {
	background: url(../images/shop/bg_doujima.png) top center no-repeat;
	height: 800px
}
#shop ul li:nth-of-type(3) span {
	height: 380px;
}
#shop ul li:nth-of-type(3) div {
	height: 380px;
}
/*ボタン*/
#shop ul li:nth-of-type(3) > span + p a {
	background: #a54e0e;
}
#shop ul li:nth-of-type(3) > div + p a {
	background: #a54e0e;
}
/**原宿**/
#shop ul li:nth-of-type(4) {
	background: url(../images/shop/bg_harajuku.png) top center no-repeat;
	height: 832px;
}
/*ボタン*/
#shop ul li:nth-of-type(4) > span + p a {
	background: #1b5761;
}
#shop ul li:nth-of-type(4) > div + p a {
	background: #1b5761;
}
/**銀座**/
#shop ul li:nth-of-type(5) {
	background: url(../images/shop/bg_ginza.png) top center no-repeat;
	height: 812px;
}
/*ボタン*/
#shop ul li:nth-of-type(5) > span + p a {
	background: #474267;
}
#shop ul li:nth-of-type(5) > div + p a {
	background: #474267;
}
/**銀座店 別館**/
#shop ul li:nth-of-type(6) {
	background: url(../images/shop/bg_ginza-annex.png) top center no-repeat;
	height: 860px;
}
/*ボタン*/
#shop ul li:nth-of-type(6) > span + p a {
	background: #574267;
}
#shop ul li:nth-of-type(6) > div {
	height: 430px;
}
#shop ul li:nth-of-type(6) > div + p a {
	background: #574267;
}
/**Goku SPA 渋谷店**/
#shop ul li:nth-of-type(7) {
	background: url(../images/shop/bg_spa.png) top center / cover no-repeat;
	height: 720px;
}
#shop ul li:nth-of-type(7) > span {
	height: 288px;
}
#shop ul li:nth-of-type(7) > span p {
    margin: 0 0 15px;
}
/*ボタン*/
#shop ul li:nth-of-type(7) > span + p a {
	background: #781366;
}
#shop ul li:nth-of-type(7) > div {
	height: 288px;
}
#shop ul li:nth-of-type(7) > div p {
    margin: 0 0 15px;
}
/*ボタン*/
#shop ul li:nth-of-type(7) > div + p a {
	background: #781366;
}

/**Goku SPA 銀座店**/
#shop ul li:nth-of-type(8) {
	background: url(../images/shop/bg_spa_ginza.png) top center / cover no-repeat;
	height: 711px;
}
#shop ul li:nth-of-type(8) > span {
	height: 288px;
}
#shop ul li:nth-of-type(8) > span p {
    margin: 0 0 15px;
}
/*ボタン*/
#shop ul li:nth-of-type(8) > span + p a {
	background: #455F2A;
}
#shop ul li:nth-of-type(8) > div {
	height: 288px;
}
#shop ul li:nth-of-type(8) > div p {
    margin: 0 0 15px;
}
/*ボタン*/
#shop ul li:nth-of-type(8) > div + p a {
	background: #455F2A;
}

/**香港**/
#shop ul li:nth-of-type(9){
	background:url(../images/shop/bg_hongkong.png) top center / cover no-repeat;
	height: 711px;
}
#shop ul li:nth-of-type(9) > div {
	height: 288px;
}
#shop ul li:nth-of-type(9) > div p:first-of-type{
	margin-bottom: 0;
}
#shop ul li:nth-of-type(9) > div .close {
	margin: 0 0 18px -12px;
}
/*ボタン*/
#shop ul li:nth-of-type(9) > div + p a {
	background: #7D3838;
}

/**ブランド**/
#shop ul li:nth-of-type(10){
	background:url(../images/shop/bg_brand.png) top center / cover no-repeat;
	height: 711px;
}
#shop ul li:nth-of-type(10) > div {
	height: 288px;
	padding: 36px 20px 0 34px;
}
/*ボタン*/
#shop ul li:nth-of-type(10) > div + p a {
	background: #754c18;
}

/*LINE*/
#shop ul li:last-of-type span .line {
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
#shop ul li:last-of-type span .line a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 28px;
	width: 375px;
	height: 70px;
	background: #31d431;
	margin: auto;
	position: relative;
	padding: 3px 0 0;
}
#shop ul li:last-of-type span .line a::after {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8.5px 0 8.5px 15px;
	border-color: transparent transparent transparent #fff;
	top: 27px;
	right: 25px;
}