@charset "utf-8";

/*---------- Reset ----------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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, sup, 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;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*---------- Stracture ----------*/
@font-face {
	font-family: "Hiragino";
	src: url("../fonts/HiraginoProN3.woff") format("woff"),
			 url("../fonts/HiraginoProN3.otf") format("opentype");
}
html, body {
	font-size: 10px;
	line-height: 1.7em;
}
body {
	background-color: #f8f6ed;
}
.contents-wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
	color: #3d2000;
	font-size: 1.5rem;
	font-family: "Hiragino", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 2.3rem;
}

/*---------- Common ----------*/
.flex-container {
	display: flex;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}
.txt-left {
	text-align: left;
}
img {
	width: 100%;
}
@media screen and (max-width: 480px) {
	.pc_only {
		display: none;
	}
}

/*---------- Header ----------*/

/*---------- Footer ----------*/
footer {
	margin-top: 30px;
	padding: 1rem;
	color: #3d2000;
	font-size: 1.2rem;
	text-align: center;
}

/*---------- Content ----------*/
.project-wrap:before {
	content: "";
	padding-top: 8.26%;
	width: 100%;
	height: 0px;
	background-image: url(../img/project_bgu.png);
	background-position: top center;
	background-size: contain;
	display: block;

}
.project-wrap:after {
	content: "";
	padding-top: 9.33%;
	width: 100%;
	height: 0px;
	background-image: url(../img/project_bgb.png);
	background-position: bottom center;
	background-size: contain;
	display: block;
}
.project {
	padding: 0 30px;
	background-image: url(../img/project_bgc.png);
	background-repeat: repeat-y;
	background-size: contain;
	background-size: 100%;
}

.project h1 {
	margin: 0 auto;
	width: 100%;
	max-width: 690px;
	height: auto;
}
.project .message {
	padding: 20px 0;
}
.project h2.outline img {
	max-width: 414px;
}
.project .message2 {
	margin: 0 auto;
	padding: 15px 0 20px;
	max-width: 560px;
	border-top: 1px #786b49 solid;
	border-bottom: 1px #786b49 solid;
}
.project h2.outline {
	margin: 0 auto;
	width: 100%;
	max-width: 690px;
	height: auto;
	text-align: center;
}
.project img.img1 {
	max-width: 345px;
}
.project img.point2_img {
	max-width: 414px;
}
.project h3 {
	margin-bottom: 45px;
  padding: 5px 0;
  color: #fff;
  font-size: 18px;
  text-align: center;
	background-color: #b89f7c;
  border-left: 5px #765431 solid;
  border-right: 5px #765431 solid;
}
.project .point1,
.project .point2,
.project .point3 {
	margin-bottom: 60px;
}

.project .point1 .comment,
.project .point2 .comment,
.project .point3 .comment,
.project .point4 .comment {
	margin-bottom: 30px;
}

.btn-area {
	margin-top: 30px;
}
.btn-area a {
	padding: 1.6rem 3.2rem;
	color: #000;
	background-color: #ededed;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}
