body {
	height: 100%;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	font-size: 17px;
	background-color: #f6f2ee;
	color: #292321;
}

@media (min-width: 768px) { 
	body {
		line-height: 2.5em;
		letter-spacing: 0.075em;
		font-size: 17px;
	}
}

/* 「ようこそRoseRoomへ」 */
h1 {
	font-size: 35px;
	font-weight: normal;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #777;
}

/* 背景色付き見出し */
h2 {
	font-size: 25px;/*下線*/
	font-weight: normal;
	color: #724a30; /*文字色*/
	background-color: #ecdbcd; /*背景色*/
	padding: 0.5em 0; /*上下の余白*/
	border-top: solid 2px #E3D0C3; /*上線*/
	border-bottom: solid 2px #E3D0C3; /*下線*/
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	margin-top: 0px;
	padding-top: 15px;
	text-align: center;
	margin-left: -15px;  /*containerのpadding打ち消し*/
	margin-right: -15px; /*containerのpadding打ち消し*/
	}

/* お問い合わせ方法見出し */
h3 {
	font-size: 1.5rem;
	margin-top: -30px; /*ジャンプ位置調整*/
	padding-top: 80px; /*ジャンプ位置調整*/
	color: #724a30;
}

/* 灰色リード文 */
h4 {
	font-size: 26px;
	font-weight: normal;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #777;
	text-align: center;
	margin: 18px 0;
}

/* こだわり・よくあるご質問 */
h5 {
	font-weight: normal;
	margin-top: 20px;
	color: #724a30;
	line-height: 1.9em;
}

strong {
	border-bottom: solid 3px #ecdbcd;
}

b {
	color: #ae9481;
}

/* LINEご登録特典 */
.border {
	background-color: #fff;
	text-align: center;
	border: double 9px #efd1bc!important;
	padding: 1em 0;
}

.border h4 {
	color: #b99325;
}

@media (min-width: 992px) { 
	p, td {
		padding: 0 3.5em;
	}
	
	.border {
		margin: 0 5em;
	}
}

/* チェックリストの色変更 */
.fa-check {
	color: #ae9481;
}

/* ヘッダー */
header {
	height: 70px;
}

/* フッター */
.footer {
	color: #FFFFFF;
	background-color: #008080;
}


/* ナビゲーションバー
----------------------------------------------- */
/* 背景色変更 */
.navbar {
	background-color: #f6f2ee;
	border-bottom: solid 2px #ae9481; /*下線*/
	opacity: 0.85;
}

/* 文字色変更 */
.navbar-light .navbar-nav .nav-link {
	color: #724a30;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #ef8f4d;
}

/* ハンバーガーメニュー枠線色変更 */
.navbar-light .navbar-toggler {
	border-color: rgba(0,0,0,0);
}

/* ハンバーガーメニュー色変更 */
.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(227, 208, 195, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* カルーセル
----------------------------------------------- */
.carousel-item .img-fluid {
	width:100%;
	height:auto;
	min-height: 60vh;
	object-fit: cover;
}

.carousel-item{
	height: 60vh;
}

.carousel-item .show-image {
	display: block;
	width:100%;
}

/* Concept
----------------------------------------------- */
.concept {
	text-align: center;
}

.concept img {
	width: 90%;
	margin: 15px 0;
}

/* Contact
----------------------------------------------- */
/* テキストエリア枠線色変更 */
.form-control {
	border: 2px solid #E3D0C3;
}

/* メール送信ボタン */
.btn-outline-dark {
	color: #fff;
	background-color: #ae9481;
	background-image: none;
	border-color: #ae9481;
	margin: 0 0 8px;
}

.btn-outline-dark:hover {
	background-color: #eab692;
	border-color: #ae9481;
}

/* Menu
----------------------------------------------- */
/* メニュー表 */
.menu_row {
	border-bottom: solid 2px #E3D0C3;
	padding-top: 10px;
}

/* フローティングメニュー
----------------------------------------------- */
.floating-banner {
	position: fixed;
	display: inline-block;
	top: unset;
	right: 0;
	bottom: 0;
}

.banner {
	width: 100vw; /* バナーの横幅 */
	height: 50px; /* バナーの高さ */
	padding: 0;
	background: #ae9481; /* バナーの背景色 */
	color: #fff; /* バナー内の文字色 */
	text-align: center;
}

a {
	text-decoration: none; /* リンクに下線が入らないように */
}

/* 文字設定 */
.copy {
	font-size: 18px;
	margin: auto;
	line-height: 1;
}

.three{
	border: solid 2px #724a30; /* 枠線色 */
	display: flex;
	justify-content: center;
	align-items: center;
}

.three:hover {
	background-color: #dcc2b1;
}

/* ページTOPに戻るボタン
----------------------------------------------- */
.pagetop{
	display: none;
	position: fixed;
	right: 15px;
	bottom: 60px;
}
.pagetop a{
	display: block;
	font-size: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #eab692;
	border-radius: 50%;
	line-height: 50px;
}

.pagetop a i{
	font-size: 20px;
	color:#fff;
	line-height: 50px;
}

/* 画像hover時拡大
----------------------------------------------- */
.zoom img {
	width: 90%;
	height: auto;
	overflow: hidden;
}

.zoom {
	overflow: hidden;
	-webkit-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	transition: 0.35s;
}

.zoom img {
	-webkit-transform: scale(1);
	-webkit-transition-property: opacity, scale, -webkit-transform;
	-webkit-transition: 0.35s;
	-moz-transform: scale(1);
	-moz-transition-property: opacity, scale, -moz-transform;
	-moz-transition: 0.35s;
	-ms-transform: scale(1);
	-ms-transition-property: opacity, scale, -ms-transform;
	-ms-transition: 0.35s;
	-o-transform: scale(1);
	-o-transition-property: opacity, scale, -o-transform;
	-o-transition: 0.35s;
	transform: scale(1);
	transition-property: opacity, scale, -webkit-transform;
	transition: 0.35s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.zoom:hover img, a:hover .zoom img {
	 -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2);
}

