@charset "utf-8";

/* 店舗案内専用設定 guide.html */

main {
	margin: 0;
	padding: 115px 0 0 0;
}
main h1 {
	text-align: center;
	font-size: 20px;
	font-family: "museo_slab500";
	letter-spacing: 0.12em;
	margin-bottom: 25px;
}
main h1 span {
	border-bottom: 2px solid #000;
}
@media screen and (max-width: 736px) {
	main {
		width: 100%;
		margin: 0 0 45px 0;
		padding: 120px 0 0 0;
	}
	main h1 {
		font-size: 12px;
		margin-bottom: 37px;
	}
}

/* メインイメージ部　設定 */

#main-image {
	width: 900px;
	padding: 0;
	margin: 0 auto;
}
#main-image ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

@media screen and (max-width: 736px) {
	#main-image {
		width: 100%;
	}
}

/* 本文設定 */
/* 本文共通 */

main section {
	width: 800px;
	margin: 0 auto;
	border-bottom: 1px solid #b7b7b7;
}
#shop-name {
	padding: 100px 0;
	text-align: center;
}
.column {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 60px 0;
}
section h2 {
	font-size: 17px;
	padding: 7px 0;
	background-size: 30px !important;
}
section .inner {
	width: 445px;
}

@media screen and (max-width: 736px) {
	main section {
		width: 87%;
	}
	section h2 {
		font-size: 17px;
		padding: 7px 0 7px 40px;
		margin-bottom: 1em;
		background-size: 30px !important;
	}
	section .inner {
		width: 100%;
		padding-left: 40px;
	}
	section .inner p {
		padding-left: 0;
		margin-bottom: 25px;
	}
	#shop-name {
		padding: 100px 0;
		text-align: center;
	}
	#shop-name h2 {
		font-size: 20px;
		text-align: center;
		padding: 7px 0;
	}
	#shop-name p {
		padding: 0 10px;
		font-size: 16px;
	}
	.column {
		display: block;
		padding: 20px 0 20px 0;
	}
}

/* 各セクション設定*/
/* ご予約・お問い合わせ reserve */

#reserve h2 {
	padding-left: 60px;
	background: url("../images/guide/icon-mobile.png") left top no-repeat;
}
#reserve .phone {
	margin-top: 0;
	font-size: 25px;
	font-family: "museo_slab900";
}
#reserve .phone a {
	color: #000;
}
#reserve .text {
	font-size: 14px;
}
@media screen and (max-width: 736px) {
	#reserve h2 {
		padding-left: 40px;
	}
}

/* 営業時間 time */

#time h2 {
	padding-left: 60px;
	background: url("../images/guide/icon-clock.png") left top no-repeat;
}
#time .covid19 {
	color: #ff643c;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 1em;
}
#time dl {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
#time dt {
	width: 35%;
	margin-bottom: 25px;
	font-weight: bold;
}
#time dd {
	width: 55%;
	font-family: "museo_slab500";
	text-align: right;
}
#time dl.eigyo {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
#time dl.eigyo dt {
	width: 45%;
	margin-bottom: 1em;
	font-size: 1.17em;
	font-weight: bold;
}
#time dl.eigyo dd {
	width: 45%;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: right;
}

#time .attention {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 40px;
}

@media screen and (max-width: 736px) {
	#time h2 {
		padding-left: 40px;
	}
	#time dl {
		display: block;
		font-size: 16px;
	}
	#time dt {
		width: 100%;
		margin-bottom: 0;
	}
	#time dd {
		width: 100%;
		margin: 0 0 1em 0;
		text-align: left;
	}
	#time dl.eigyo {
		display: block;
		font-size: 16px;
	}
	#time dl.eigyo dt {
		width: 100%;
		margin-bottom: 0;
	}
	#time dl.eigyo dd {
		width: 100%;
		margin: 0 0 1em 0;
		text-align: left;
	}	
	
	#time .attention {
		width: 90%;
	}
}

/* Take Out */

#time .takeout {
	box-sizing: border-box;
	width: 430px;
	background: #fff;
	padding: 22px 36px 30px 36px;
	margin-bottom: 40px; 
}
#time .takeout h3 {
	width: 174px;
	margin: 0 auto;
}
#time .takeout h3 img {
	width: 100%;
}

@media screen and (max-width: 736px) {
	#time .takeout {
		width: 100%;
		margin: 30px 0;
		padding: 15px 25px;
	}
	#time .takeout h3 {
		margin-bottom: 1em;
	}
	#time .takeout p {
		margin: 0;
		padding: 0;
	}
	#time .attention {
		margin-bottom: 1em;
	}
}

/* 定休日 calender */

#time .calender h3 {
	margin-bottom: 1em;
}
#time .calender iframe {
	background: #fff;
	width: 430px;
	height: 330px; 
}

@media screen and (max-width: 736px) {
	#time .calender iframe {
		width: 100%;
		height: 280px;
	}
}

/* アクセス Access */

#access.sp {
	display: none;
}
#access .column {
	margin-bottom: 0;
}
#access h2 {
	padding-left: 60px;
	background: url("../images/guide/icon-map.png") left top no-repeat;
}
#access .inner div p {
	margin-bottom: 2em;
}
#access .google-map {
	width: 750px;
	height: 530px;
	margin-left: auto;
	margin-bottom: 130px;
	border: 0;
}
#access .google-map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}
#access .car span {
	font-weight: bold;
}
#access .google-map p {
	margin: 0;
}
#access .google-map p a {
	display: block;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	padding: 10px 45px 10px 0;
	background: url("../images/common/arrow-link.png") right center no-repeat;
	background-size: 30px;
}
#access .google-map p a:hover {
	background: url("../images/common/arrow-hover.png") right center no-repeat;
	background-size: 30px;
}
@media screen and (max-width: 736px) {
	#access {
		width: 87%;
	}
	#access.sp {
		display: block;
	}
	#access.pc {
		display: none;
	}
	#access h2 {
		display: flex;
		padding-left: 40px;
		justify-content: space-between;
	}
	#access h2 .header-title {
		display: block;
	}
	#access h2 .link-btn {
		display: block;
	}
	#access h2 .link-btn a {
		font-size: 12px;
		text-decoration: none;
		padding: 7px 75px 7px 0;
		padding-right: 43px;
		background: url("../images/common/btn-arrow.png") right top no-repeat;
		background-size: 27px;
	}
	#access h2 .link-btn a:hover {
		background: url("../images/common/btn-arrow.png") right -27px no-repeat;
		background-size: 27px;
	}
	#access .google-map {
		width: 100%;
		height: 240px;
		margin-bottom: 30px;
	}
	#access .inner {
		padding-left: 40px;
	}
}

/* 詳細情報 detail */

#details {
	border-bottom: none;
}
#details h2 {
	padding-left: 60px;
	background: url("../images/guide/icon-shop.png") left top no-repeat;
}
#details .inner {
	width: 410px;
	padding-top: 0.5em;
}
#details h3 {
	font-size: 16px;
	line-height: 1.5em;
}
#details .detail-box {
	display: flex;
	justify-content: space-between;
}
#details .detail-box .text {
	width: 290px;
	margin-bottom: 2em;
	line-height: 1.4em;
}
#details .detail-box .text p {
	margin-top: 0;
}
#details .detail-box .text .f14 {
	font-size: 14px;
}

@media screen and (max-width: 736px) {
	#details h2 {
		padding-left: 40px;
	}
	#details .inner {
		padding-left: 40px;
		width: 100%;
	}
	#details .detail-box .text {
		width: 180px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	#details .detail-box .f14 {
		font-size: 14px;
	}
}

/* 店舗イラスト */

.shopimage {
	width: 347px;
	margin: 10px auto;
}
.shopimage img {
	width: 100%;
}
@media screen and (max-width: 736px) {
	.shopimage {
		width: 250px;
	}
}