@charset "utf-8";
/* CSS Document */

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6, p, div, li, input, textarea, img, a, span {
	color: #000000;
	font-family: sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1;
}

.wrapper {
	width: 100%;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

/* header */
header .container {
	position: relative;
	width: 100%;
}

#header_view {
	position: relative;
	width: 100%;
	z-index: 1;
}

header .header_message {
	position: absolute;
	bottom: 0;
	top: 0;
	left: auto;
	right: 2%;
	width: 35%;
}

header .header_message img {
	margin: auto;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 3;
}

header .header_message .shadow {
	opacity: 0.3;
	padding-top: 1.5%;
	padding-left: 0.75%;
	z-index: 2;
}

/* title */
#title_wrapper {
	background: linear-gradient(rgba(243, 243, 243, 1) 0%, rgba(243, 243, 243, 1) 50%, rgba(246, 246, 246, 1) 50%, rgba(246, 246, 246, 1) 100%);
}

#title_wrapper .container {
	padding-bottom: 35px;
	padding-top: 35px;
	width: 520px;
}

#title_wrapper .container img {
	width: 100%;
}

#title_wrapper .container * {
	padding-bottom: 8px;
}

#title_wrapper .container h2 {
	padding-bottom: 25px;
}

#title_wrapper .container p:last-child {
	padding-bottom: 0;
}

/* article */
.flex {
	display: flex;
}

.reverse {
	flex-direction: row-reverse;
}

.flex_container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	width: 100%;
}

.flex .left, .flex .right {
	display: flex;
	align-items: center;
	padding-bottom: 150px;
	padding-top: 120px;
	max-width: 512px;
	width: 50%;
}

.flex_container .desc, .flex_container .image {
	padding-left: 25px;
	padding-right: 25px;
}

.flex_container .desc img {
	padding-bottom: 15px;
	width: 100%;
}

.flex_container .desc p {
	font-size: 100%;
	line-height: 1.5;
}

.flex_container .image img {
	width: 100%;
}

.flex_container .right .image img {
	margin-left: auto;
	margin-right: 0;
}

.flex_container .left .desc, .flex_container .left .image {
	margin-left: auto;
	margin-right: 0;
	padding-left: 15px;
}

.flex_container .right .desc, .flex_container .right .image {
	margin-left: 0;
	margin-right: auto;
	padding-right: 15px;
}

.desc_flex {
	justify-content: space-between;
}

.desc_flex img:nth-child(1) {
	width: 15%;
}

.desc_flex img:nth-child(2) {
	width: 81%;
}

/* desc */
#desc_wrapper {
	background: #fdeeed;
}

#desc_wrapper .flex .left, #desc_wrapper .flex .right {
	padding-bottom: 80px;
	padding-top: 80px;
}

#desc_wrapper .image img {
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

/* border */
.border {
	height: 18px;
	width: 100%;
}

.border_color_01 {
	background: linear-gradient(90deg, #ffeeee 0%, #ffeeee 50%, #ddeeff 50%, #ddeeff 100%);
	background-size: 90px 100%;
}

.border_color_02 {
	background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #ddffee 50%, #ddffee 100%);
	background-size: 90px 100%;
}

.border_color_03 {
	background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #ffeedd 50%, #ffeedd 100%);
	background-size: 90px 100%;
}

.border_color_04 {
	background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #eaeff9 50%, #eaeff9 100%);
	background-size: 90px 100%;
}

/* article, price header */
.article_head {
	border-bottom-style: solid;
	border-bottom-width: 3px;
	width: 100%;
}

.article_head img {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 200px;
	padding-top: 200px;
	width: 470px;
}

.article_head_01 {
	background: linear-gradient(180deg, #ddeeff 0%, #ddeeff 99.25%, #ffffff 99.25%);
	border-bottom-color: #ddeeff;
}

.article_head_02 {
	background: linear-gradient(180deg, #ddffee 0%, #ddffee 99.25%, #ffffff 99.25%);
	border-bottom-color: #ddffee;
}

.article_head_03 {
	background: #ffeedd;
	background: linear-gradient(180deg, #ffeedd 0%, #ffeedd 99.25%, #ffffff 99.25%);
	border-bottom-color: #ffeedd;
}

.price_head {
	background: #eaeff9;
	background: linear-gradient(180deg, #eaeff9 0%, #eaeff9 99.25%, #ffffff 99.25%);
	border-bottom-color: #eaeff9;
}

/* price */
#price_wrapper article {
	padding-bottom: 100px;
	padding-top: 100px;
}

#price_wrapper article.price {
	padding-bottom: 50px;
}

.price {
	margin-left: auto;
	margin-right: auto;
	max-width: 1024px;
	width: 100%;
}

.price_name {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	width: 500px;
}

.price_address {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.combo_head .button {
	background: #db9b40;
	border-radius: 4px;
	color: #ffffff;
	display: block;
	font-weight: bold;
	line-height: 3;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	transition-duration: 1s;
	transition-property: opacity;
	width: 200px;
}

.combo_head .button:hover {
	cursor: pointer;
	opacity: 0.5;
}

.combo_head img {
	width: 100%;
}

.combo_head .mobile {
	display: none;
}

#map {
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	transition-property: margin-bottom, height;
	transition-duration: 250ms;
	height: 0;
	width: 850px;
}

#map > iframe {
	border: none;
	height: 100%;
	width: 100%;
}

.flex_price {
	background: #efefef;
	justify-content: space-around;
	margin-left: auto;
	margin-right: auto;
	padding: 40px 25px;
	width: 700px;
}

.price_child {
	width: 190px;
}

.price_child > p {
	padding-bottom: 8px;
	padding-top: 8px;
}

.price_child > p:nth-child(2) {
	padding-bottom: 16px;
}

.price_child img {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

#info_link {
	padding-bottom: 100px;
	text-align: center;
	width: 100%;
}

#info_link a {
	color: rgba(128, 96, 0, 1);
	font-weight: 700;
}

/* footer */
footer {
	background: #3f3f3f;
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center;
	width: 100%;
}

footer p {
	color: #ffffff;
	line-height: 1.8;
}

footer p a {
	color: #fbe6ef;
	font-weight: bold;
}