@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 160%;
	color: #000000;
	background-image: url(images/bg.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #2a0000;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
}
a img {
	border-style: none;
}
#header {
	width: 1081px;
	height: 339px;
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 180px;
}
h1 {
	font-size: 10px;
	position: absolute;
	z-index: 10;
	margin-top: -95px;
	margin-left: 180px;
	color: #4d0e09;
}
#menu {
	width: 1067px;
	height: 73px;
	background-image: url(images/menu_bg.png);
	background-repeat: no-repeat;
	z-index: 1000;
	position: absolute;
	top: 116px;
	margin-left: 12px;
}
#wrapper {
	width: 817px;
	background-image: url(images/wrapper_bg.png);
	background-repeat: repeat-y;
	padding: 0 132px;
	text-align: left;
}
#contents {
	text-align: left;
}
#map {
	width: 824px;
	height: 500px;
}
.photo_flame {
	width: 423px;
	height: 323px;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.photo_tape {
	width: 423px;
	height: 323px;
	position: absolute;
	z-index: 100;
}
.photo {
	width: 400px;
	margin: 14px 11px 14px 12px;
}
h2 {
	font-size: 12px;
	color: #b51443;
	font-weight: 100;
	margin-top: 14px;
	margin-bottom: 0px;
	font-weight: bold;
}
.title {
	/* 謎なので一旦消去 2023/01/31
	margin-top:-30px;
	padding-top:100px;
	 */
	margin-top: 30px;
}
.contents_txt {
	width: 384px;
	text-align: justify;
	float: left;
	margin-bottom: 8px;
}
.caution {
	font-size: 11px;
	color: #666666;
}
#trimming_price {
	width: 515px;
	height: 60px;
	background-image: url(images/trimming_price.png);
	background-repeat: no-repeat;
	padding: 475px 155px 0 155px;
	font-size: 12px;
	color: #666666;
	line-height: 140%;
	margin-top: 10px;
}
#trimming_soda {
	width: 652px;
	height: 112px;
	padding-left: 160px;
	padding-top: 10px;
	margin: 15px 0;
	background-image: url(images/trimming_soda.png);
	background-repeat: no-repeat;
	background-position: left;
}
.pageup {
	margin-left: 652px;
	margin-top: 15px;
}
#hotel_price {
	width: 535px;
	height: 300px;
	background-image: url("images/hotel_price.webp");
	background-repeat: no-repeat;
	margin-top: 10px;
	padding: 365px 135px 0px 155px;
	color: #666666;
	font-size: 12px;
}
#hotel_price strong, #trimming_price strong {
	color: #633c24;
}
#hotel_price div {
	margin-top: 10px;
}
#map_txt {
	width: 824px;
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
	color: #663333;
}
#delivery {
	width: 300px;
	text-align: left;
	line-height: 120%;
	margin-top: 5px;
}
#delivery_border {
	width: 320px;
	padding: 10px;
	border: solid 1px #ebbcd4;
	background-image: url(images/delivery_bg.png);
	margin-top: 15px;
}
#license_wrapper {
	width: 100%;
	max-width: 330px;
	padding: 15px 10px;
	margin: 20px auto;
	background-color: rgba(255, 255, 255, .5);
	border-radius: 6px;
}
#license_wrapper h2 {
	margin-top: 0px;
}
a.adjust {
	margin-top: -100px;
	padding-top: 100px;
}
.mb15 {
	margin-bottom: 15px;
}
.photo_txt {
	margin-bottom: 15px;
}
.photo_txt img {
	width: 200px;
	float: left;
	margin: 0 5px 5px 0;
}
.photo_txt p {
	margin-block-start: 0;
}
.photo_txt:after {
	content: "";
	clear: both;
	display: block;
}
.wrapper2column {
	margin-bottom: 15px;
}
.wrapper2column:after {
	content: "";
	clear: both;
	display: block;
}
.wrapper2column .inner {
	width: calc(50% - 22px - 15px / 2);
	float: left;
	padding: 10px;
	border: 1px solid #deb4bc;
	border-radius: 8px;
	background-color: rgba(255,255,255,.2);
}
.wrapper2column img {
	width: calc(50% - 15px / 2);
	float: left;
}
.wrapper2column .inner:first-of-type {
	margin-right: 15px;
}
.wrapper2column img:first-of-type {
	margin-right: 15px;
}
.wrapper2column .inner img {
	width: 80px;
	display: block;
	margin: 0 auto;
}
.wrapper2column .inner h3 {
	color: #79112b;
	margin-block-end: .2em;
	text-align: center;
}