@charset "utf-8";

/* CSS information ///////////////////////////////////////////////////

	タイトル

////////////////////////////////////////////////////////////////////*/
#contents h2 {
	margin: 0;
	padding: 0;
	
	}
	
.section h3{
	color:#301c01;
	margin:0 auto;
	height:35px;
	background-image:url(/img/h3_bg.png);
	background-repeat:no-repeat;
	padding-top:5px;
	padding-left:15px;
	}
	

.section h4{
	background-image:url(../img/h4_icon.png);
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:105%;
	margin-top:10px;
	margin-bottom:10px;
	color:#2a0c00;
}

.section h4.kiyaku-head{
	background-image:none;
	padding-left:0;
	font-size:115%;
	margin-top:10px;
	margin-bottom:10px;
	color:#2a0c00;
	font-weight: bold;
	border-bottom: 1px solid #2a0c00;
}

.sitemap_sp .box h4{
	background-image:url(../img/h4_icon.png);
	background-repeat:no-repeat;
	padding-left:20px;
	font-size:105%;
	margin-top:10px;
	margin-bottom:10px;
	color:#2a0c00;
}
.section h4.firstChild {
	margin-top: 0;
	}

#contents h5 {
	color: #2a0c00;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 5px;
	}
	.sitemap_sp .box h5 {
		color: #2a0c00;
		font-weight: bold;
		font-size: 100%;
		margin-bottom: 5px;
		}
	
/*---------------------------------------------------------------------------------------------------
	plan
---------------------------------------------------------------------------------------------------*/
.section h3.tab_branch{
	clear:both;
	color:#301c01;
	margin:0 auto;
	height:26px;
	background-image:url(/img/tab_h3.png);
	background-repeat:no-repeat;
	padding-top:9px;
	padding-left:15px;
	}

#plan_content h3,
#stay_plan_content h3{
	background:url(../stay/img/detail/h3bg.png) 0 bottom no-repeat;
	padding:30px 0 5px;
	margin-bottom:10px;
	color:#301c01;
}
/*---------------------------------------------------------------------------------------------------
	receptionページリンク
--------------------------------------------------------------------------------*/

p.anchor{
    display: block;
    padding-top: 170px;
    margin-top: -170px;
}

/*---------------------------------------------------------------------------------------------------
	sdgsページ
--------------------------------------------------------------------------------*/

.sec_sdgs .sdgs_tit_L h3{
	background-image: none;
	padding-top: 0;
	padding-left: 0;
	font-size: 1.5rem;
	background:linear-gradient(transparent 60%, #eee0ac 60%);
	font-family: 'ヒラギノ明朝 W3', 'Hiragino Mincho ProN', 'ヒラギノ明朝 W3 JIS2004', 'Hiragino Mincho W3 JIS2004', '游明朝', YuMincho, serif;
}
.sec_sdgs .sdgs_tit_L{
	display: flex;
    align-items: center;
	margin-bottom: 1.0rem;
}
.sec_sdgs .sdgs_tit_L span{
	padding-right: 10px;
}

.sec_sdgs .sdgs_tit_L .sdgs_tit_border{
	display: flex;
    align-items: center;
}

.sec_sdgs .sdgs_tit_L::after {
    content: '';
    height: 1px;
    background-color: #ccbb7b;
    flex-grow: 1;
    margin-left: 2rem;
}

