@charset "UTF-8";

/*main_head*/
main header figure {
	margin-bottom: 60px;
}
main header figure img.main_img {
	width: 100%;
}
main header figcaption {
	margin: 0 auto;
	margin-top: -40px;
}
main header figcaption img {
	width: 150px;
}

.main_copy {
	margin-bottom: 60px;
}
.main_copy  img {
	width: 100%;
}

.sub_copy {
	position: relative;
}
@media screen and (min-width: 545px) {
	.sub_copy {
		width: 50%;
		margin: 0 auto;
	}
}
.sub_copy p {
	font-size: 2.1rem;
	font-weight: bold;
	color: #333;
	padding: 20px 15px;
	margin-bottom: 30px;
}
@media screen and (max-width: 320px) {
	.sub_copy p {font-size: 1.7rem;}
}
.sub_copy .bg_l {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/brackets_l.svg) no-repeat top left;
	background-size: contain;
}
.sub_copy .bg_r {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 18px;
	height: 18px;
	background: url(images/brackets_r.svg) no-repeat top left;
	background-size: contain;
}

.arrow {
	display: block;
	width: 24px;
	height: 15px;
	background: url(images/arrow.svg) no-repeat top left;
	background-size: contain;
	margin: 3px auto;
}
h2 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

section.intro figure {
	margin-bottom: 30px;
}
section.intro ul li {
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}
section.intro ul li a {
	display: block;
	border: solid 2px #B94100;
	border-radius: 5px;
	padding: 10px;
	color: #B94100;
}
section.intro ul li a span {
	background-color: #B94100;
	padding: 5px;
	border-radius: 5px;
	color: #FFF;
	margin-left: 10px;
}

section.case h3 {
	text-align: left;
	font-size: 1.8rem;
	font-weight: bold;
	color: #B94100;
	margin-bottom: 10px;
}
section.case p {
	text-align: left;
}
section.case p.plus {
	font-size: 1.4rem;
	color: #B94100;
	margin-bottom: 10px;
}
section.case p.plus span {
	background-color: #FBE4DE;
	border-radius: 5px;
	padding: 10px;

}
section.case figure img {
	width: 100%;
	margin-bottom: 10px;
}

.alacarte {
	background-color: #F2EDE8;
	padding: 50px 0;
}
.alacarte .title {
	position: relative;
	background-color: #FFF;
	width: 330px;
	min-height: 90px;
	margin: 0 auto 40px auto;
}
.alacarte .title h3 {
	position: absolute;
	top: -5px;
	left: 5px;
	width: 330px;
	min-height: 90px;
	border: solid 1px #6F402E;
	padding: 15px 5px;
	font-size: 1.6rem;
}
.alacarte h3 span {
	display: block;
	font-size: 1.7rem;
	font-weight: bold;
}
@media screen and (max-width: 360px) {
	.alacarte .title, .alacarte .title h3 {
		width: 280px;
	}
	.alacarte h3 span {
		font-size: 1.4rem;
	}
}
.alacarte h4 {
	text-align: left;
	margin-bottom: 15px;
}
.alacarte h4 span {
	background-color: #B94100;
	padding: 5px 30px;
	color: #FFF;
}
.alacarte p {
	text-align: left;
}
.alacarte figure img {
	width: 100%;
	margin-bottom: 10px;
}
.alacarte p.refer {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
.alacarte p.refer a {
	color: #333;
	text-decoration: underline;
}
