@charset "utf-8";
/* CSS Document */

/******************************************************************************************

	<css/common.css>

*******************************************************************************************/

/*==========================================================================================

	// 共通設定

==========================================================================================*/
/* リンク */
a:link { color: #3792bc;  word-break: break-all; display: inline-block;}
a:visited { color: #389ebc; }
a:hover { color: #de612e; }
a:active { color: #de612e; }
a:focus {  color: #de612e; text-decoration: none; }

html { 
	font-size: 62.5%;
}
body, input, button {
	font-family: Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	outline: none;
	margin: 0; padding: 0;
	font-size: 14px; font-size: 1.4rem; /* =14px */
	line-height: 1.5;
	color: #595757;
}
body {
	overflow-y: scroll;
	font-size: 1.4em; /* chrome対策 */
	background-color: #000;
}

#TOP {
	margin: auto;
	max-width: 768px;
	background-color: #EAE3D6;
}

#header {
	position: relative;

}

.header__link {
	position: absolute;
	bottom: 80px;
	width: 100%;
	max-width: 768px;
	padding: 0 72px;
	text-align: center;
}



.cont {
	background-image: url(../img/bg.png);
	background-repeat: repeat-y;
	background-position: 100% 0;
	background-size: 332px auto;
}

.menuLink {
	margin-top: 32px;
	display: flex;
	justify-content: space-between;
	padding: 0 5px;
}
.menuLink div {
	padding: 0 5px;
	text-align: center;
}

.book {
	margin-top: 40px;
	padding: 0 86px;
	text-align: center;
}

.book img {
	max-width: 432px;
}

#footer {
	padding: 48px 0 32px;
	background-image: url(../img/foot_bg.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100% auto;

}

#map {
	padding: 24px;
}

#map iframe {
	width: 100%;
	aspect-ratio: 1 / 1;
	height: 100%;
	display: block;
	margin: auto;
}
