@charset "UTF-8";


/* Basic Layout */
html,
body {
	height: 100%;
}


body {
	background-color: #fff;
}

#wrapper {
	width: 100vw;
	height: auto;
	min-height: 100%;
	position: relative;
}

/* 共通 */
.full {
	width: 100%;
}

/* ヘッダー部 */
header {
	padding: 0;
	text-align: left;
	background-color: #F0F6DA;
	background-image: url(../img/home/ph_present_bg.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	left: 0;
	top: 0;
	z-index: 99;
	border-bottom: 1px solid #dcdcdc;
}

header .inner {
	width: 100%;
	height: auto;
	position: relative;
	border: 0px solid;
}

header .h_msg {
	width: 100%;
	color: #fff;
	font-size: 2.8vw;
	font-weight: bold;
	text-align: center;
	background-color: #b56f45;
	line-height: 2;
	display: grid;
    align-items: center;
    justify-content: center;
}

header .h_msg a {
	display: block;
}

header .h_msg a img {
	width: 35vw;
	margin-right: 0em;
}


#logo {
	width: 100%;
	/*position: absolute;*/
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: block;
}

#logo a {
	display: block;
	width: 66.667%;
	position: absolute;
	left: 16.800%;
	top: 86.923%;
}


/* コンテナー */
article {
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px solid #000;
}


#bg {
	/*background-color:#fff;*/
	padding-bottom: 21em;
	/* フッタの高さと合わせる */
}

/* フッタ部 */
footer {
	height: 21em;
	/* .bgの高さと合わせる */
	clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #f5f5f5;
}

footer .inner {
	padding-top: 25px;
}

footer #fmsg {
	text-align: left;
}

footer #flogo {
	width: 177px;
	margin-left: auto;
	margin-right: auto;
}

footer #flink {
	margin-top: 1em;
}

footer #flink a {
	color: #000;
}

footer small {
	display: inline-block;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	color: #9a9a9a;
	margin-top: .4em;
	line-height: 1.3;
}

/* トップに戻る */
#btn_top {
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	right: 5px;
	bottom: 10px;
	border-radius: 100%;
	vertical-align: middle;
}

#btn_top:after {
	content: '';
	width: 12px;
	height: 12px;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	border-radius: 2px;
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#btn_top span {
	visibility: hidden;
}


/* 固定ボタン_ */
#btn_reserve {
	width: 120px;
	position: fixed;
	right: 5px;
	bottom: 90px;
	transition: opacity 0.5s ease, z-index 0.5s ease;
}


.title-decoration {
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-decoration::before,.title-decoration::after {
    content: "";
    background-color: #c1153e;
    height: 3px;
    width: 40px;
}
.title-decoration::before {
    margin-right: 5px;
    transform: rotate(60deg); 
}
.title-decoration::after {
    margin-left: 5px;
    transform: rotate(-60deg); 
}
.title-decoration br {
	display: contents !important;
}








@media handheld,
print,
screen and (min-width: 480px) {


	/* ヘッダー部 */
	header .h_msg {
		display: grid;
		font-size: 2.8vw;
	}

	header .h_msg a img {
	width: 35vw;
	margin-right: 0em;
}


	#bg {
		padding-bottom: 19em;
		/* フッタの高さと合わせる */
	}

	/* フッタ部 */
	footer {
		height: 19em;
		/* .bgの高さと合わせる */
	}

	footer .inner {
		padding-top: 35px;
	}

	footer #fmsg {
		text-align: left;
	}

	footer #flogo {
		width: 221px;
	}

	footer small {
		font-size: 12px;
	}

	/* トップに戻る */
	#btn_top {
		width: 60px;
		height: 60px;
		right: 10px;
		bottom: 20px;
	}

	#btn_top:after {
		width: 16px;
		height: 16px;
		border-top: 5px solid #fff;
		border-right: 5px solid #fff;
		top: 42%;
	}

	/* 固定ボタン_ */
	#btn_reserve {
		width: 110px;
		right: 10px;
		bottom: 100px;
		z-index: 100;
	}



	/* end of media query */
}




@media handheld,
print,
screen and (min-width: 620px) {
	/* iPad */


	/* ヘッダー部 */
	header .inner {
		width: 1090px;
		padding: 0 20px;
		margin: 0 auto;
		*zoom: 1;
	}

	header .h_msg {
		display: inline-flex;
    	align-items: center;
    	justify-content: center;
		font-size: 22px;
	}
	header .h_msg a {
	display: contents;
}

	header .h_msg a img {
	width: 15vw;
	margin-right: 2em;
}



	#logo a {
		/*width: 37.143%;
	left: 14.286%;
	top: 73.830%;*/
		width: 30%;
		left: 68%;
		top: 78%;
	}

	#bg {
		padding-top: 0;
		padding-bottom: 17em;
		/* フッタの高さと合わせる */
	}

	/* フッタ部 */
	footer {
		height: 17em;
		/* .bgの高さと合わせる */
	}

	footer .inner {
		padding-top: 45px;
	}

	footer #fmsg {
		text-align: center;
	}

	footer #flogo {
		width: 221px;
	}

	footer small {
		font-size: 12px;
	}

	/* トップに戻る */
	#btn_top {
		width: 70px;
		height: 70px;
		right: 10px;
		bottom: 20px;
	}

	#btn_top:after {
		width: 18px;
		height: 18px;
		border-top: 5px solid #fff;
		border-right: 5px solid #fff;
		top: 42%;
	}


	/* 固定ボタン_ */
	#btn_reserve {
		width: 200px;
		right: 10px;
		bottom: 100px;
	}

	.title-decoration br {
		display: block;
}







	/* end of media query(iPad) */
}
