@charset "utf-8";
/* CSS Document */

header{
	overflow: hidden;
}

/*アニメーション*/
.name01.Up,.name02.Up{
	animation-delay: 1.1s; /* アニメーション開始時間 */
}
.yuge01.s_Fade,.yuge02.s_Fade{
	animation-duration: 2s; /* アニメーションの時間 */
	animation-delay: 2.5s; /* アニメーション開始時間 */
}

/* 各店舗メインビジュアル */
.shop_main_area {
	width: 100vw;
	height: 100vh;
}

	.shop_main_area .item_wrap {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		width: 100vw;
		height: 90vh;
	}

		.shop_main_area .item_wrap>div {
			width: 100%;
			max-width: 1400px;
			height: 100%;
			position: relative;
			margin: 0 auto;
		}

	.shop_main_area.ikki .item_wrap {
		background-image: url(../../../img/main02_pc.jpg);
		background-position: center top;
	}

	.shop_main_area.anjo .item_wrap {
		background-image: url(../../../img/main03_02_pc.jpg);
		background-position: right top;
		/* background-size: auto 100%; */
	}

	.shop_main_area.hanjukudo .item_wrap {
		background-image: url(../../../img/main01_pc.jpg);
	}

	.shop_main_area.ny .item_wrap {
		background-image: url(../../../img/main05_pc.jpg);
		height: 100vh;
	}

	.shop_main_area.hanjukudo.taiwan .item_wrap {
		background-image: url(../../../img/main04_pc.jpg);
	}

.line_area {

}

	.line_area p {
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: bold;
	}

	.line_area .line_btn {
		background: #00b900;
		color: #fff;
		display: block;
		width: calc(100% - 20px);
		max-width: 360px;
		margin: 20px auto 50px;
		padding: 20px;
		color: #fff;
		font-size: 24px;
		font-size: 2.4rem;
	}

.menu_area {

}

	.menu_area .caption {
		font-size: 18px;
		font-size: 1.8rem;
		margin: 10px 0 60px;
	}

		.menu_area .caption span {
			font-style: italic;
			display: inline-block;
			font-weight: bold;
			margin: 0 10px 8px 0;
			padding: 0 15px;
			background: #e6cf00;
			color: #b40000;
		}

		.menu_area .caption strong {
			font-size: 1.15em;
		}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:480px) {
	.shop_main_area.ikki .item_wrap {
		background-image: url(../../../img/main02_sp.jpg) !important;
	}

	.shop_main_area.anjo .item_wrap {
		background-image: url(../../../img/main03_02_sp.jpg) !important;
		background-position: center top !important;
		background-size: 100% auto !important;
	}

	.shop_main_area.hanjukudo .item_wrap {
		background-image: url(../../../img/main01_sp.jpg) !important;
	}

	/* .shop_main_area.ny .item_wrap {
		background-image: url(../../../img/main05_sp.jpg);
	} */

	.shop_main_area.taiwan .item_wrap {
		background-image: url(../../../img/main04_sp.jpg) !important;
	}

	.menu_area .caption {
		font-size: 4.6vw;
		padding: 0 10px;
	}

}

/* ********************************** */
/*ikki本店*/
.shop_main_area.ikki .item01 {
	/* 麺・トッピング */
	position: absolute;
	display: block;
	width: 95%;
	right: 2%;
	bottom: -8vh;
}

	.shop_main_area.ikki .item01 .ikki_name01 {
		/* 文字　99.99 */
		position: absolute;
		display: block;
		width: 30%;
		right: 10%;
		top: 0;
		z-index: 100;
	}

	.shop_main_area.ikki .item01 .ikki_ramen01 {
		/* 麺 */
		width: 100%;
	}

.shop_main_area.ikki .item02 {
	/* スープ */
	position: absolute;
	display: block;
	width: 42%;
	left: 5%;
	bottom: -10vh;
}

	.shop_main_area.ikki .item02 .ikki_name02 {
		/* 文字　濃厚スープ */
		position: absolute;
		width: 85%;
		left: 0;
		bottom: 12%;
		z-index: 100;
	}

	.shop_main_area.ikki .item02 .ikki_soup02 {
		/* うつわ */
		position: relative;
		display: block;
		bottom: -3vh;
	}

	.shop_main_area.ikki .item02 .ikki_yuge02 {
		/* 湯気 */
		position: absolute;
		display: block;
		left: 45%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 50%;
		width: 70%;
		z-index: 10;
	}

.shop_main_area.ikki .item03 {
	/* ロゴ */
	position: absolute;
	display: block;
	width: auto;
	left: 50px;
	top: 50px;
}

/* ********************************** */

/*ikki安城*/
.shop_main_area.anjo .item01 {
	/* 麺 */
	position: absolute;
	display: block;
	width: 55%;
	right: 2%;
	bottom: 0;
}

	.shop_main_area.anjo .item01 .an_name01 {
		/* 文字　99.99 */
		position: absolute;
		display: block;
		width: 50%;
		right: 5%;
		top: 17%;
		z-index: 100;
	}

	.shop_main_area.anjo .item01 .an_ramen01 {
		/* 麺 */
		width: 100%;
	}

.shop_main_area.anjo .item02 {
	/* スープ */
	position: absolute;
	display: block;
	width: 42%;
	left: 5%;
	bottom: -10vh;
}

	.shop_main_area.anjo .item02 .an_name02 {
		/* 文字　濃厚スープ */
		position: absolute;
		width: 85%;
		left: 0;
		bottom: 15%;
		z-index: 100;
	}

	.shop_main_area.anjo .item02 .an_soup02 {
		/* うつわ */
		position: relative;
		display: block;
	}

	.shop_main_area.anjo .item02 .an_yuge02 {
		/* 湯気 */
		position: absolute;
		display: block;
		left: 45%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 60%;
		width: 70%;
		z-index: 10;
	}

.shop_main_area.anjo .item03 {
	/* ロゴ */
	position: absolute;
	display: block;
	width: auto;
	left: 50px;
	top: 50px;
}

/* ********************************** */

/* 半熟堂 */

.shop_main_area.hanjukudo .item01 {
	/* 麺・トッピング */
	position: absolute;
	display: block;
	width: 62%;
	right: 1%;
	top: 0;
}

	.shop_main_area.hanjukudo .item01 .name01 {
		/* 文字　99.99 */
		position: absolute;
		display: block;
		width: 70%;
		right: 16%;
		top: 5vh;
		z-index: 100;
	}

	.shop_main_area.hanjukudo .item01 .yuge01 {
		/* 湯気 */
		position: absolute;
		display: block;
		width: 80%;
		top: -15vh;
	}

	.shop_main_area.hanjukudo .item01 .ramen01 {
		/* 麺 */
		position: absolute;
		display: block;
		width: 100%;
	}

.shop_main_area.hanjukudo .item02 {
	/* 北京飯 */
	position: absolute;
	display: block;
	width: 56%;
	left: 1%;
	bottom: -2vh;
}

	.shop_main_area.hanjukudo .item02 .name02 {
		/* 文字　北京飯 */
		position: absolute;
		width: 50%;
		left: 0;
		top: 20%;
		z-index: 100;
	}

	.shop_main_area.hanjukudo .item02 .rice02 {
		/* うつわ */
		position: relative;
		display: block;
		bottom: -3vh;
	}

	.shop_main_area.hanjukudo .item02 .yuge02 {
		/* 湯気 */
		position: absolute;
		display: block;
		left: 45%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 60%;
		width: 70%;
		z-index: 10;
	}

.shop_main_area.hanjukudo .item03 {
	/* ロゴ */
	position: absolute;
	display: block;
	width: auto;
	right: 50px;
	bottom: 0;
}

/* ********************************** */

/* 半熟堂Taiwan */

.shop_main_area.hanjukudo.taiwan .item01 {
	/* 麺・トッピング */
	position: absolute;
	display: block;
	width: 62%;
	right: 1%;
	top: 0;
}

	.shop_main_area.hanjukudo.taiwan .item01 .name01 {
		/* 文字　まぜそばDX */
		position: absolute;
		display: block;
		width: 82%;
		right: 16%;
		top: 5vh;
		z-index: 100;
	}

	.shop_main_area.hanjukudo.taiwan .item01 .yuge01 {
		/* 湯気 */
		position: absolute;
		display: block;
		width: 80%;
		top: -15vh;
	}

	.shop_main_area.hanjukudo.taiwan .item01 .ramen01 {
		/* 麺 */
		position: absolute;
		display: block;
		width: 100%;
	}

.shop_main_area.hanjukudo.taiwan .item02 {
	/* 半熟飯 */
	position: absolute;
	display: block;
	width: 56%;
	left: 1%;
	bottom: -6vh;
}

	.shop_main_area.hanjukudo.taiwan .item02 .name02 {
		/* 文字　半熟飯 */
		position: absolute;
		width: 65%;
		left: 0;
		top: 2%;
		z-index: 100;
	}

	.shop_main_area.hanjukudo.taiwan .item02 .rice02 {
		/* うつわ */
		position: relative;
		display: block;
		bottom: -3vh;
	}

	.shop_main_area.hanjukudo.taiwan .item02 .yuge02 {
		/* 湯気 */
		position: absolute;
		display: block;
		left: 45%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: 60%;
		width: 70%;
		z-index: 10;
	}

.shop_main_area.hanjukudo.taiwan .item03 {
	/* ロゴ */
	position: absolute;
	display: block;
	width: 300px;
	right: 50px;
	bottom: 20px;
}

/* ********************************** */
/* レアハウスニューヨーク */
.shop_main_area.ny .name01 {
	position: absolute;
	left: 20px;
	top: 50px;
	width: 45%;
}

.shop_main_area.ny .name02 {
	position: absolute;
	right: 20px;
	bottom: 26vh;
	width: 38%;
}

.shop_main_area.ny .name03 {
	position: absolute;
	left: 40px;
	bottom: 50px;
	width: 38%;
}


/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:768px) {
	/*ikki本店*/
	.shop_main_area.ikki .item01 {
		/* 麺・トッピング */
		position: absolute;
		display: block;
		width: 117%;
		right: -7%;
		bottom: 8vh;
	}

	.shop_main_area.ikki .item02 {
		/* スープ */
		position: absolute;
		display: block;
		width: 60%;
		left: 1%;
		bottom: -5vh;
	}

		.shop_main_area.ikki .item02 .ikki_name02 {
			/* 文字　濃厚スープ */
			top: auto;
			bottom: 15%;
		}

	.shop_main_area.ikki .item03 {
		/* ロゴ */
		position: absolute;
		display: block;
		width: auto;
		left: 50px;
		top: 10vh;
	}

	/* ********************************** */

	/*ikki安城*/
	.shop_main_area.anjo .item01 {
		/* 麺 */
		position: absolute;
		display: block;
		width: 70%;
		right: -5%;
		bottom: 15vh;
	}

		.shop_main_area.anjo .item01 .an_name01 {
			/* 文字99.99 */
			right: 10%;
		}

	.shop_main_area.anjo .item02 {
		/* スープ */
		position: absolute;
		display: block;
		width: 60%;
		left: 2%;
		bottom: -5vh;
	}

		.shop_main_area.anjo .item02 .an_name02 {
			/* 文字　濃厚スープ */
			top: auto;
			bottom: 17%;
		}

	.shop_main_area.anjo .item03 {
		/* ロゴ */
		position: absolute;
		display: block;
		width: auto;
		left: 50px;
		top: 10vh;
	}

	/* ************************************* */

	/* 半熟堂 */

	.shop_main_area.hanjukudo .item01 {
		/* 麺・トッピング */
		position: absolute;
		display: block;
		width: 80%;
		right: -12%;
		top: 12vh;
	}

		.shop_main_area.hanjukudo .item01 .name01 {
			/* 文字99.99 */
			width: 75%;
			right: 16%;
		}

	.shop_main_area.hanjukudo .item02 {
		/* 北京飯 */
		position: absolute;
		display: block;
		width: 73%;
		left: -3%;
		bottom: 8vh;
	}

		.shop_main_area.hanjukudo .item02 .name02 {
			/* 文字　北京飯 */
			left: 5%;
			top: auto;
			bottom: 0;
		}

	.shop_main_area.hanjukudo .item03 {
		/* ロゴ */
		position: absolute;
		display: block;
		width: 33%;
		right: 1vw;
		bottom: 10vh;
	}

	/* ************************************* */

	/* 半熟堂Taiwan */

	.shop_main_area.hanjukudo.taiwan .item01 {
		/* 麺・トッピング */
		position: absolute;
		display: block;
		width: 80%;
		right: -12%;
		top: 12vh;
	}

		.shop_main_area.hanjukudo.taiwan .item01 .name01 {
			/* 文字99.99 */
			width: 75%;
			right: 16%;
		}

	.shop_main_area.hanjukudo.taiwan .item02 {
		/* 北京飯 */
		position: absolute;
		display: block;
		width: 73%;
		left: -3%;
		bottom: 8vh;
	}

		.shop_main_area.hanjukudo.taiwan .item02 .name02 {
			/* 文字　北京飯 */
			left: 5%;
			top: auto;
			bottom: 0;
		}

	.shop_main_area.hanjukudo.taiwan .item03 {
		/* ロゴ */
		position: absolute;
		display: block;
		width: 33%;
		right: 1vw;
		bottom: 10vh;
	}



	/* ********************************** */
	/* レアハウスニューヨーク */
	.shop_main_area.ny .name01 {
		left: 20px;
		top: 50px;
		width: 75%;
	}

	.shop_main_area.ny .name02 {
		right: 20px;
		bottom: 26vh;
		width: 60%;
	}

	.shop_main_area.ny .name03 {
		width: 50%;
		bottom: 100px;
	}
}


/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:480px) {
	/*ikki本店*/
	.shop_main_area.ikki .item01 {
		/* 麺・トッピング */
		position: absolute;
		display: block;
		width: 120%;
		right: -8%;
		bottom: 20vh;
	}

	.shop_main_area.ikki .item02 {
		/* スープ */
		position: absolute;
		display: block;
		width: 70%;
		left: -5%;
		bottom: 5vh;
	}

		.shop_main_area.ikki .item02 .ikki_name02 {
			/* 文字　濃厚スープ */
			width: 65%;
			left: 10%;
		}

	.shop_main_area.ikki .item03 {
		/* ロゴ */
		position: absolute;
		display: block;
		width: 40%;
		left: auto;
		right: 5%;
		top: auto;
		bottom: 7vh;
	}

	/* ********************************** */

	/*ikki安城*/
	.shop_main_area.anjo .item01 {
		/* 麺 */
		position: absolute;
		display: block;
		width: 75%;
		right: -3%;
		bottom: 20vh;
	}

		.shop_main_area.anjo .item01 .an_name01 {
			/* 文字99.99 */
			right: 7%;
		}

	.shop_main_area.anjo .item02 {
		/* スープ */
		position: absolute;
		display: block;
		width: 65%;
		left: -5%;
		bottom: 0;
	}

		.shop_main_area.anjo .item02 .an_name02 {
			/* 文字　スープ */
			width: 70%;
			left: 10%;
			top: auto;
			bottom: 10vh;
		}

		.shop_main_area.anjo .item02 .an_yuge02 {
			/* 湯気 */
			bottom: 50%;
		}

	.shop_main_area.anjo .item03 {
		/* ロゴ */
		position: absolute;
		display: block;
		width: 40%;
		top: auto;
		bottom: 5vh;
		left: auto;
		right: 20px;
	}

	/* ************************************* */

	/* 半熟堂 */

	.shop_main_area.hanjukudo .item01 {
		/* 麺・トッピング */
		position: absolute;
		display: block;
		width: 85%;
		right: -12%;
		top: auto;
		bottom: 68vh;
	}

		.shop_main_area.hanjukudo .item01 .yuge01 {
			/* 湯気 */
			top: -20vw;
			width: 85%;
		}

		.shop_main_area.hanjukudo .item01 .name01 {
			/* 文字99.99 */
			right: 20%;
			top: 0;
		}

	.shop_main_area.hanjukudo .item02 {
		/* 北京飯 */
		position: absolute;
		display: block;
		width: 80%;
		left: -7%;
		bottom: 8vh;
	}

		.shop_main_area.hanjukudo .item02 .name02 {
			left: 10%;
			top: 10%;
			width: 46%;
		}

	.shop_main_area.hanjukudo .item03 {
		/* ロゴ */
		position: absolute;
		display: block;
		width: 33%;
		right: 20px;
		bottom: 10vh;
	}

	/* ************************************* */

	/* 半熟堂Taiwan */

	.shop_main_area.hanjukudo.taiwan .item01 {
		/* 麺・トッピング */
		position: absolute;
		display: block;
		width: 85%;
		right: -12%;
		top: auto;
		bottom: 68vh;
	}

		.shop_main_area.hanjukudo.taiwan .item01 .yuge01 {
			/* 湯気 */
			top: -20vw;
			width: 85%;
		}

		.shop_main_area.hanjukudo.taiwan .item01 .name01 {
			/* 文字99.99 */
			right: 20%;
			top: 0;
		}

	.shop_main_area.hanjukudo.taiwan .item02 {
		/* 半熟飯 */
		position: absolute;
		display: block;
		width: 80%;
		left: -7%;
		bottom: 13vh;
	}

		.shop_main_area.hanjukudo.taiwan .item02 .name02 {
			left: 10%;
			top: 10%;
			width: 55%;
		}

	.shop_main_area.hanjukudo.taiwan .item03 {
		/* ロゴ */
		position: absolute;
		display: block;
		width: 45%;
		right: auto;
		left: 10px;
		bottom: auto;
		top: 50px;
	}

	/* ********************************** */
	/* レアハウスニューヨーク */

	.shop_main_area.ny .name01 {
		width: 80%;
	}

	.shop_main_area.ny .name02 {
		bottom: 37vh;
	}

	.shop_main_area.ny .name03 {
		width: 60%;
		left: 20px;
		bottom: 50px;
	}
}



/*メニュー*/
.menu_area{
	max-width:1200px;
	width: 100%;
	margin: 0 auto;
}

.menu_area a{
	font-family:'Noto Serif JP',serif;
	font-size: 2rem;
	font-weight: bold;
	padding: 1.5%;
	display: block;
	margin: 5% auto 0;
	border: 1px solid #FFF;
	transition: 0.3s;
	position: relative;
	max-width: 380px;
}
	.menu_area a:hover{
		background: #FFF;
		color:#000;
	}
	.menu_area a:after{
		content:url(../../common/img/icon_arrow.png);
		width: 15px;
		height: 15px;
		position: absolute;
		bottom: 10px;
		right: -1px;
	}

.menu_photo{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: flex-start;
}

	.menu_photo li {
		width: 33.3%;
		max-width: 320px;
		padding: 0 10px;
	}

	.menu_photo li img {
		cursor: pointer;
	}

	.menu_photo p {
		font-size: 1.8rem;
		margin: 20px 0;
		text-align: center;
		font-family:'Noto Serif JP',serif;
		letter-spacing: 0.1rem;
	}
	.menu_photo p span{
		font-size: 80%;
		display:block;
	}

	.menu_photo .detail {
		display: none;
	}

		.menu_photo .detail p {
			text-align: justify;
			font-size: 1.5rem;
			color: #ccc;
			margin: 0 0 0 0;
		}

.menu_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	display: none;
}

	.menu_modal .modal_bg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.9);
		cursor: pointer;
	}

	.menu_modal .menu_modal_inner {
		position: absolute;
		z-index: 100;
		width: 95%;
		max-width: 1200px;
		height: 80vh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
  		overflow-scrolling: touch;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		margin: 0 auto;
		background: #000;
		padding: 50px;
		text-shadow: 0px 0px 3px rgba(0,0,0,0.5),0px 0px 5px rgba(0,0,0,0.5);
	}

	.menu_modal.hanjukudo .menu_modal_inner {
		height: 50vh;
	}

	.menu_modal .menu_modal_inner::after {
		content: '';
		background-size: cover;
		opacity: 0.25;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 0;
	}

	.menu_modal.okazaki .menu_modal_inner::after {
		background: transparent url(../../../../img/main02_pc.jpg) no-repeat center center;
	}

	.menu_modal.anjo .menu_modal_inner::after {
		background: transparent url(../../../../img/main03_pc.jpg) no-repeat left 30% top;
	}

	.menu_modal.hanjukudo .menu_modal_inner::after {
		background: transparent url(../../../../img/main01_pc.jpg) no-repeat right bottom;
	}

		.menu_modal .menu_modal_inner .menu_modal_inner_wrap {
			position: relative;
			z-index: 1;
		}

		.menu_modal .menu_modal_inner .close_btn {
			position: absolute;
			z-index: 200;
			right: 20px;
			top: 20px;
			color: #fff;
			font-size: 3.0rem;
			line-height: 1;
			border: 1px solid #fff;
			border-radius: 50%;
			width: 42px;
			height: 42px;
			line-height: 40px;
			opacity: 0.7;
			cursor: pointer;
			display: inline-block;
		}

		.menu_modal .menu_modal_inner h2 {
			background: none;
			font-size: 3.0rem;
			border-bottom: 2px solid #b40000;
			margin: 0 0 30px;
		}

		.menu_modal .menu_modal_inner h3 {
			font-size: 2.4rem;
			margin: 50px 0 20px;
			background: #2a2a2a;
			border-bottom: 1px solid #fff;
		}

		.menu_modal .menu_modal_inner ul.menu_list {
			display: flex;
			flex-wrap: wrap;
			padding: 0 20px;
			font-size: 1.6rem;
		}

			.menu_modal .menu_modal_inner ul.menu_list li {
				width: 25%;
				text-align: left;
				margin: 0 0 5px;
				padding: 0 10px 0 0;
			}

			.menu_modal .menu_modal_inner ul.menu_list li::before {
				content: '\f0da';
				font-family: 'FontAwesome';
				font-size: 0.7em;
				color: #777;
				display: inline-block;
				margin: 0 5px 0 0;
			}

/*---------------------- responsive styles -----------------------*/
@media screen and (max-width:1024px) {
	.menu_modal .menu_modal_inner ul.menu_list li {
		width: calc(100% / 3);
	}
}

@media screen and (max-width:768px) {
	.menu_photo img{
	    width: 85%;
	}

	.menu_modal .menu_modal_inner {
		padding: 50px 20px;
	}
}
@media screen and (max-width:550px) {
	.menu_area {
		padding: 0;
	    width: 100%;
		margin: 2% auto 10%;
	}
		.menu_photo li{
			width: 100%;
			margin: 0 auto 30px;
		}

	.menu_area p {
	    margin: 3% 0 0;
	}
	.menu_area a {
	   margin: 50px 10px 0;
	   padding: 10px;
	}
	.menu_area a::before {
	    right: 18%;
	}

	.menu_photo{
		display: block;
	}
		.menu_photo img {
			width: 100%;
		}

	.menu_modal {
		padding: 0 10px;
	}

	.menu_modal .menu_modal_inner {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 30px;
		left: auto;
		height: 75vh !important;
	}

	.menu_modal.okazaki .menu_modal_inner::after {
		background: transparent url(../../../../img/main02_sp.jpg) no-repeat center center;
	}

	.menu_modal.anjo .menu_modal_inner::after {
		background: transparent url(../../../../img/main03_sp.jpg) no-repeat center top;
	}

	.menu_modal.hanjukudo .menu_modal_inner::after {
		background: transparent url(../../../../img/main01_sp.jpg) no-repeat right bottom;
	}

	.menu_modal .menu_modal_inner .close_btn {
		font-size: 2.4rem;
		width: 32px;
		height: 32px;
		line-height: 30px;
		right: 10px;
		top: 10px;
	}

	.menu_modal .menu_modal_inner h2 {
		font-size: 2.4rem;
	}

	.menu_modal .menu_modal_inner h3 {
		font-size: 1.8rem;
	}

	.menu_modal .menu_modal_inner ul.menu_list {
		padding: 0 10px;
		display: block;
	}

		.menu_modal .menu_modal_inner ul.menu_list li {
			width: 100%;
		}

}
@media screen and (max-width:375px) {
.menu_area a::before {
    right: 15%;
	padding-bottom: 2px;
}
}
@media screen and (max-width:325px) {
.menu_area a::before {
    right: 9%;
}
}
/*アクセス*/

.shop_access_area{
	max-width:1200px;
	width: 100%;
	margin: 0 auto;
}

.shop_access_area>img{
	margin: 30px auto;
	max-width: 740px;
}

.access_detail{
	width: 100%;
	max-width: 740px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	color: #333333;
	text-align: left;
	box-sizing: border-box;
}
.access_detail dt{
	background: #d9d9d9;
	width: 20%;
	padding: 10px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #333333;
}
.access_detail dd{
	background: #FFF;
	width: 80%;
	padding: 10px 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #333333;
}

.access_detail a{
	color: #333333;
}


/*アクセス*/
.access_area {
    width: 100%;
    margin: 0 auto;
}

.map_embed{
	margin:5% 0
}

.map_embed #map_access{
	width: 100%;
	height: 600px;
}


.map_embed button.gm-fullscreen-control,
.map_embed button.gm-control-active{
	height: 40px !important;
}

.map_embed button.gm-ui-hover-effect{
	height: 33px !important;
}

.gm-style img{
	opacity: 1;
}

.gm-style h3 {
	color: #000;
	font-size: 1.6rem;
}

.gm-style .btn,
.gm-style .rev_btn {
	display: inline-block;
	border: 1px solid #000000;
	width: 100%;
	line-height: 24px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	font-family	: 'Noto Sans JP', "メイリオ", Meiryo, MS PGothic,"Hiragino Kaku Gothic Pro", arial, sans-serif;
	font-weight: 500;
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	position: relative;
	color: #000 !important;
	border-radius: 15px;
}

	.gm-style .btn:hover,
	.gm-style .rev_btn:hover {
		text-decoration: none;
		background: #000000;
		color: #ffffff !important;
	}

@media screen and (max-width:768px) {
	.shop_access_area > img {
		width: 100%;
	}

	.map_embed #map_access {
		height: 400px;
	}
}

@media screen and (max-width:550px) {
.shop_access_area > img {
    margin: 10% 0;
}
.access_detail{
	padding: 0 10px;
}
	.access_detail dt {
		width: 30%;
		padding: 15px 10px;
	}
	.access_detail dd {
		width: 70%;
		padding: 15px 10px;
	}

	.access_detail a.tel {
		color: #FFF;
		background:#b40001;
		font-family	: 'Noto Serif JP',serif;
		padding: 5%;
		display:block;
		text-align: center;
		position: relative;
	}
		.access_detail dd a.tel:after{
			content:"";
			border-bottom: 2px solid #FFF;
			width: 20px;
			height: 20px;
			position: absolute;
			bottom: 4px;
			right: 4px;
			transform: rotate(-45deg);
		}

	.map_embed #map_access {
		height: 280px;
	}

}

@media screen and (max-width:375px) {
	.access_detail dt {
		width: 35%;
	}
	.access_detail dd {
		width: 65%;
	}

}

@media screen and (max-width:375px) {
	.access_detail dt {
		width: 30%;
	}
	.access_detail dd {
		width: 70%;
	}

		.access_detail dd a:after{
			bottom: 3px;
			right: 4px;
		}
}
