@charset "UTF-8";
html { scroll-behavior: smooth; }
html, body { color:#4e393e; font-family: 'Noto Sans JP', sans-serif; }
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	outline: none;
	transition: .3scubic-bezier(.4,.4,0,1);
}
.sd {
	flex-wrap: nowrap;
	max-width: 100%;
	pointer-events: all;
	z-index: 0;
	-webkit-overflow-scrolling: touch;
	align-content: center;
	align-items: center;
	display: flex;
	flex: none;
	flex-direction: column;
	position: relative;
}
/*edge画像検索非表示*/
_:lang(x)::-internal-media-controls-overlay-cast-button, img {
	pointer-events: none;
}

ul, ol {
	list-style-type: none;
}

a {
	text-decoration: none;
	outline: none;
	color:#1C1C1C;
	cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
	a:hover {
		opacity: 0.7;
	}
}

strong {
	font-weight: bold;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

* {
	position: relative;
	-webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
	font-family: 'Noto Sans JP', sans-serif !important;
}
h2 {
	font-size: min(6.67vw, 50px);
	color: #914923;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0.6em;
	margin-bottom: 1em;
	position: relative;
}
h2::after {
	content: "";
	width: 13.33vw;
	height: 0.53vw;
	max-width: 70px;
	max-height: 3px;
	background-color: #914923;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
article > h2, article > .container > h2, #impressions h2 {
	font-family: 'Noto Sans JP', sans-serif;
}
p {
	font-size: min(3.73vw, 28px);
	line-height: 1.78;
	color: #4e393e;
}
.pc-only {
	display: none;
}
.sp-only {
	display: block;
}
.container {
	width: 92%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 16.67vw 0;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
/************************************************************/
/* SP */
/************************************************************/
@media (max-width: 749px) {
	
}



/************************************************************/
/* 基本レイアウト */
/************************************************************/
.wrapper {
	display: flex;
	justify-content: space-around;
	background-image: url('../images/bg_full.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}
/* SP */
@media (max-width: 749px) {
	
}
/************************************************************/
/* 左右レイアウト */
/************************************************************/
.aside-left, .aside-right {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding:0 0px;
}
.aside-left { left:0; }
.aside-right {
	padding-top:3%;
	right:0;
}
/* 左右表示ブレイクポイント */
@media (max-width: 1450px) {
	.aside-left, .aside-right { display:none; }
}


/************************************************************/
/* ボタン */
/************************************************************/
.anc_btn {
	padding: 0;
	margin: 0;
	border: none;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 89.35%;
}
/************************************************************/
/* フロートボタン */
/************************************************************/
.float {
	position: fixed;
	width: 89.35%;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	max-width: 400px;
	z-index: 10;
}
.float_btn {
	padding: 0;
	margin: 0;
	border: none;
}



