@charset "utf-8";

/* index 設定 -----------------------------*/
#mainLead {
	height: auto;
	width: 100%;
	margin-top: 50px;

	/* フレックスコンテナであることを指定 */
	display: flex;

	/* テキストを縦書きに指定 */
	writing-mode: vertical-rl;

	/* 左右中央揃え */
	align-items: center;
}

#mainLead div {
	font-size: 3.2rem;
}


/* forBeginner 設定 -----------------------------*/

section.gotoResevation,
section.gotoTelephone,
section.gotoEmail,
section.gotoMoise
{
	margin-top: 50px;
	text-align: center;
}

.gotoTelephone span {
	font-size: 3.0rem;
}


/* Google Maps 設定 */
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
