@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700|Source+Sans+Pro:600');

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }

/*	RESET CSS
================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/* body {line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;} */
a { text-decoration:none;outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0);}

/*	BASE
================================================== */
html{
	font-size:10px;
	}

body{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:1.3rem;
	color:#444;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	}

a {
	color:#50320A;
	text-decoration:underline;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
	word-break: break-all;
}
a:hover {
	opacity:0.7;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	vertical-align:top;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	}

@media screen and (min-width: 769px) {

	.sp { display:none; }
	a.tel{ color:inherit; text-decoration:none; cursor:default; }
	a.tel:hover{ opacity:1; }

}

@media screen and (max-width: 768px) {

	.pc { display:none; }
	.sp { display:block; }
	img { width:100%; height:auto; }

}

@media screen and (max-width: 320px) {

	html{
	font-size:9px;
	}

}

/*	SLIDEBARS
================================================== */

[canvas=container] {
	overflow-y: hidden !important;
	background-color: transparent !important;
	}
[off-canvas] {
	background-color: #F0B43C !important;
	color: #fff !important;
	}

@media screen and (max-width: 768px) {

	[canvas=container] {
	/* margin:60px 0 0 !important; */
	overflow:hidden !important;
	}

}

/*	COMMON
================================================== */

main{
	margin:110px 0 0;
	}

section{
	width:86%;
	max-width:1080px;
	position:relative;
	overflow:hidden;
	margin:0 auto;
	padding:100px 0 0;
	border-bottom:1px solid #ccc;
	margin:0 auto;
	padding:100px 0;
	}

main section:last-child{
	border-bottom:0;
	}

section article{
	width:93%;
	max-width:1000px;
	position:relative;
	overflow:hidden;
	margin:0 auto 80px;
	}

section article:last-child{
	margin-bottom:0 !important;
	}

section p{
	font-weight:normal;
	letter-spacing:0;
	line-height:2;
	}

figure img{
	width:100%;
	height:auto;
	}

strong{
	font-weight:bold;
	}

h2{
	margin:0 0 80px;
	text-align:center;
	}

h3{
	margin:65px 0 20px;
	font-size:1.8rem;
	font-weight:bold;
	letter-spacing:0.3em;
	color:#50320A;
	}

h3.ttl{
	margin:0 auto 80px;
	height: 50px;
	line-height: 50px;
	text-align:center;
	font-size:1.6rem;
	background:
	url(../img/h3_border.svg) repeat-x center,
	url(../img/h3_bg.svg) no-repeat center;
	background-size:auto;
	color:#fff;
	}

.ttlphoto{
	margin:0 0 80px;
	}

.btn{
	margin:0 auto !important;
	padding:0.5em 0;
	text-align:center !important;
	}

.btn a{
	display:inline-block;
	height:40px;
	line-height:40px;
	padding:0 5em;
	border-radius:20px;
	text-align:center;
	text-decoration:none;
	font-size:1.4rem;
	font-weight:bold;
	letter-spacing:0.15em;
	color:#fff;
	background:#F0B43C;
	}

a.blocklink{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	outline: medium none;
	z-index: 2;
	}

a.blocklink:hover{
	opacity:0.2;
	background:#fff;
	}

.center{ text-align:center !important; }
.left{ text-align:left !important; }
.right{ text-align:right !important; }
.flex { display:flex; }

@media screen and (max-width: 768px) {

	main{
	width:90%;
	margin:60px auto 0;
	}

	section{
	width:100%;
	padding:60px 0;
	}

	section article{
	width:90%;
	margin:0 auto 60px;
	}

	h2{
	width:75%;
	max-width: 300px;
	margin:0 auto 50px;
	}

	h3{
	margin:40px 0 20px;
	text-align:center;
	letter-spacing:0.2em;
	}

	h3.ttl{
	margin:0 auto 40px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	font-size:1.5rem;
	background:
	url(../img/h3_left.svg) no-repeat left,
	#50320A url(../img/h3_right.svg) no-repeat right;
	background-size:auto 100%;
	color:#fff;
	}

	.ttlphoto{
	margin:0 auto 50px;
	}

}

/*	HEADER
================================================== */

header{
	position:fixed;
	z-index:999 !important;
	top:0;
	width:100%;
	margin:0 auto;
	padding:10px 0 20px;
	background:#fff;
	}

@media screen and (min-width: 1280px) {

	header{
	left:50%;
	max-width:1280px;
	margin:0 0 0 -640px;
	}

}

header a{
	text-decoration:none;
	}

header #logo{
	position:absolute;
	left:7.5%;
	top:40px;
	}

header #global{
	width:86%;
	max-width:1080px;
	margin:0 auto;
	text-align:right;
	font-weight:bold;
	}

header #global ul li{
	display:inline-block;
	}

header #global ul li+li{
	margin:0 0 0 1.5em;
	}

header #global ul:nth-of-type(1) li a{
	display:block;
	margin:0 0 8px;
	letter-spacing:0.1em;
	line-height:36px;
	}

header #global ul:nth-of-type(1) li img{
	width:18px;
	padding:0 0.5em 0 0;
	vertical-align:middle;
	}

header #global ul:nth-of-type(2) li a{
	display:block;
	letter-spacing:0.15em;
	width:160px;
	height:36px;
	line-height:36px;
	border-radius:18px;
	text-align:center;
	font-size:12px;
	background:#50320A;
	color:#fff;
	}

header #global ul:nth-of-type(2) li:last-child a{
	background:#8fb02e;
	}

header #sidenav{
	position:absolute;
	right:0.6%;
	top:200px;
	text-align:right;
	}

header #sidenav ul li a{
	display:block;
	}

header #sidenav ul:nth-of-type(1) li a{
	height:40px;
	line-height:40px;
	border-radius:20px;
	padding:0 1.5em;

	font-family: 'Libre Baskerville', serif;
	font-weight:700;
	font-size:1.2rem;
	letter-spacing:0.15em;
	}

header #sidenav ul:nth-of-type(1) li:first-child a{
	display:inline-block;
	padding:0 1em;
	font-size:1.1rem;
	}

header #sidenav ul:nth-of-type(1) li a:hover,
header #sidenav ul:nth-of-type(1) li a.now{
	background:#F0B43C;
	color:#fff;
	opacity:1;
	}

header #sidenav ul:nth-of-type(1) li a span{
	display:none;
	color:#fff;
	}

header #sidenav ul:nth-of-type(1) li a:hover span,
header #sidenav ul:nth-of-type(1) li a.now span{
	display:inline;
	padding:0 1em;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}

header #sidenav ul:nth-of-type(2){
	margin:60px 0 0;
	}

header #sidenav ul:nth-of-type(2) li{
	margin:0 0 5px;
	}

header #sidenav ul:nth-of-type(2) li a{
	padding:0 0.7em;
	}

header #sidenav ul:nth-of-type(2) li a img{
	width:40px;
	height:auto;
	}

#btn-open{
	display:none;
	}

@media screen and (max-width: 768px) {

	header{
	height:60px;
	padding:11px 0;
	}

	header #sidenav{
	display:none;
	}

	header #global{
	width:100%;
	margin:0 0 0 0;
	padding:0 56px 0 0;
	}

	header #logo{
	position:absolute;
	left:5%;
	top:20px;
	width:20%;
	}

	header #global ul{
	display:inline-block;
	}

	header #global ul li{
	display:none;
	}

	header #global ul li.sp{
	display:inline-block;
	margin:0;
	}

	header #global ul li.sp a{
	width:40px;
	height:40px;
	text-align:center;
	text-indent:-99999px;
	}

	header #global ul li.icon_mail a{
	background:url(../img/icon_mail.svg) center center no-repeat;
	background-size:22px auto;
	}

	header #global ul li.icon_shopping a{
	background: url(../img/icon_shopping.svg) center center no-repeat !important;
	background-size:22px auto !important;
	border-radius:0;
	}

/*
	header #global ul:nth-of-type(1){
	margin:0 50px 0 0;
	}

	header #global ul:nth-of-type(1) li{
	margin:0;
	}

	header #global ul:nth-of-type(1) li a{
	width:40px;
	height:40px;
	text-align:center;
	}

	header #global ul:nth-of-type(1) li a img{
	padding:0;
	width:20px;
	height:auto;
	}

	header #global ul:nth-of-type(1) li a span{
	display:none;
	}

	header #global ul:nth-of-type(2){
	display:none;
	}
*/
	#btn-open{
	position:absolute;
	top:0;
	right:0;
	margin:0;

	display:block;
	width:60px;
	height:60px;
	text-indent:-99999px;
	background:url(../img/open.svg) no-repeat center center;
	background-size:38% auto;
	}

	#btn-close {
	position:absolute;
	top:0;
	right:0;
	width:60px;
	max-width:60px;
	height:60px;
	margin:0;
	background:url(../img/close.svg) no-repeat center center;
	background-size:38% auto;
	font-size:0;
	}

	#sidemenu{
	width:60%;
	max-width: 300px;
	}
	#sidemenu ul{
	margin:4em 0 0;
	}
	#sidemenu li{
	border-bottom:1px dashed #fff;
	}
	#sidemenu li a{
	display:block;
	padding:1.5em;
	text-decoration:none;
	color:#fff;
	}

	#sidemenu ul li ul{
	margin:0 0 0;
	background:#f2bd54;
	}
	#sidemenu ul li ul li{
	border-top:1px solid #f9e1b1;
	border-bottom:0;
	}
	#sidemenu ul li ul li a{
	text-indent:1.2em;
	}
	#sidemenu ul li ul li a:before{
	content:"-";
	padding-right:0.7em;
	}

	#sidemenu ul:nth-of-type(1) li a[target="_blank"]{
	background:#50320A;
	clear:both;
	}
	#sidemenu ul:nth-of-type(1) li a[target="_blank"]:before{
	content:"";
	display:block;
	background:url(../img/icon_blank.svg) center center no-repeat;
	background-size:12px auto;
	width:1.1em;
	height:1.1em;
	float:left;
	margin:0 1.2em 0 0;
	}

	#sidemenu ul:nth-of-type(2){
	margin:1.5em 0 0;
	padding:0 1.5em;
	}

	#sidemenu ul:nth-of-type(2) li{
	float:left;
	width:33%;
	border:0;
	}

	#sidemenu ul:nth-of-type(2) li a{
	padding:10px;
	}

}

/*	FOOTER
================================================== */

footer{
	clear: both;
	padding:40px 0;
	background:#50320A;
	color:#fff;
	}

footer p{
	text-align:center;
	font-size:1.1rem;
	letter-spacing:0.3em;
	line-height:1.7;
	}

/*	TOP
================================================== */

#top{
	margin:0;
	padding:0;
	border:0;
	}

#mainphoto{
	position:relative;
	z-index:1;
	padding:0;
	border-bottom:0;
	}

#mainphoto h1{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width:38%;
	}

#mainphoto h1 img{
	width:100%;
	max-width:390px;
	height:auto;
	}

@media screen and (max-width: 768px) {

	#mainphoto figure{
	width:100%;
	height:0;
	padding-bottom:135%;
	background:url(../../img/mainphoto_s.jpg) no-repeat center center;
	background-size:cover;
	}

	#mainphoto figure img{
	display:none;
	}

	#mainphoto h1{
	width:90%;
	}

}

/*	TOP - ABOUT US
================================================== */

#aboutus{
	margin-top:-90px;
	padding-top:180px;
	background:url(../img/bg_left.png) no-repeat left top;
	}

#aboutus h2{
	margin-bottom:35px;
	}

#aboutus h2+p{
	margin:0 0 80px;
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	line-height:2.2;
	letter-spacing:0.3em;
	}

#aboutus article{
	margin-bottom:0;
	overflow:hidden;
	}

#aboutus article figure{
	width:50%;
	}

#aboutus article:nth-of-type(odd) figure{
	float:left;
	margin-right:5%;
	}

#aboutus article:nth-of-type(even) figure{
	float:right;
	margin-left:5%;
	}

#aboutus article h4{
	margin:0 0 10px;
	font-weight:bold;
	font-size:14px;
	letter-spacing:0.15em;
	}

#aboutus article p{
	margin:0 0 2em;
	}

#aboutus article ul li{
	margin:0 0 0.5em;
	line-height:1.6;
	}

#aboutus article ul li a{
	font-size:1.1rem;
	letter-spacing:0.1em;
	color:#999;
	text-decoration:none;
	}

@media screen and (max-width: 768px) {

	#aboutus{
	margin-top:-50px;
	padding-top:100px;
	background:url(../img/bg_left.png) no-repeat left top;
	background-size:90% auto;
	}

	#aboutus h2+p{
	margin:0 2.5% 50px;
	font-size:1.3rem;
	line-height:2;
	letter-spacing:0.2em;
	}

	#aboutus article figure{
	width:100%;
	}

	#aboutus article:nth-of-type(odd) figure,
	#aboutus article:nth-of-type(even) figure{
	float:none;
	margin-right:0;
	margin-left:0;
	}

}

/*	TOP - PRODUCT
================================================== */

#product{
	background:url(../img/bg_right.png) no-repeat right 300px;
	}

#product article{
	overflow:hidden;
	}

#product article:nth-of-type(1) figure{
	width:50%;
	float:left;
	margin-right:5%;
	}

#product .point{
	overflow:hidden;
	margin-bottom:0;
	padding-bottom:80px;
	background:url(../../img/product_point_bg.png) no-repeat 85.5% bottom;
	}

#product .point div{
	width:30%;
	float:left;
	}

#product .point div+div{
	margin-left:5%;
	}

#product .point div:nth-of-type(3){
	}

#product .point div figure{
	width:100%;
	max-width:250px;
	margin:0 auto 10px;
	}

#product .point div h4{
	position:relative;
	padding:40px 0 30px 50px;
	margin:0 0 10px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.3em;
	color:#50320A;
	}

#product .point div h4 img{
	position:absolute;
	left:0;
	top:0;
	width:68px;
	height:auto;
	vertical-align:middle;
	}

#product .inspection{
	margin-bottom:80px;
	padding:50px 25px;
	border:1px solid #F0B43C;
	background:#FEFBF5;
	}

#product .inspection div{
	float:left;
	width:50%;
	padding:0 30px;
	}

#product .inspection h4{
	padding:0 0 10px;
	margin:0 0 20px;
	border-bottom:1px solid #F0B43C;
	text-align:center;
	line-height:1.5;
	font-size:1.5rem;
	font-weight:bold;
	letter-spacing:0.2em;
	color:#333;
	}

#product .inspection p:before{
	content:"●";
	margin:0 0.2em 0 0;
	color:#F0B43C;
	}

#product .inspection p.btn:before{
	display:none;
	}

#product .inspection div:nth-of-type(2) p{
	margin-bottom:25px;
	}

#product .inspection .btn.pdf a{
	background:#F0B43C url(../img/btn_pdf.svg) no-repeat 3em center;
	background-size:16px auto;
	padding-right:4em;
	}

/*
#product .inspection ul{
	color:#333;
	}

#product .inspection ul li{
	padding:0 0 0 1.2em;
	font-weight:bold;
	line-height:2;
	}

#product .inspection ul li:before{
	content:"●";
	margin:0 0.2em 0 -1.2em;
	color:#F0B43C;
	}

#product .inspection ul li p{
	font-size:1.2rem;
	font-weight:normal;
	}

#product .inspection div:nth-of-type(2) ul li p{
	padding-top:5px;
	}

#product .inspection ul + p{
	padding-top:25px;
	}
*/

#product .faq h3{
	margin:25px 0 55px;
	letter-spacing:0.1em;
	}

@media screen and (min-width: 769px) {

	#product .faq figure{
	position:absolute;
	top:0;
	width:10%;
	}

	#product .faq figure:nth-of-type(1){ left:0; }
	#product .faq figure:nth-of-type(2){ left:14%; }
	#product .faq figure:nth-of-type(3){ right:14%; }
	#product .faq figure:nth-of-type(4){ right:0; }

}

#product .faq p:nth-of-type(1){
	clear:both;
	margin:0 0 50px;
	text-align:center;
	font-size:1.4rem;
	font-weight:bold;
	letter-spacing:0.3em;
	}

#product .faq dl{
	width:74%;
	margin:0 auto;
	}

#product .faq dl dt{
	padding:0 0 1em 20px;
	line-height:1.5;
	font-size:1.5rem;
	font-weight:bold;
	letter-spacing:0.2em;
	color:#50320A;
	}

#product .faq dd{
	margin:0 0 2.5em;
	padding:0 0 1.8em 32px;
	border-bottom:1px dashed #ccc;
	line-height:2;
	}

#product .faq dd:last-child{
	margin-bottom:0;
	}

#product .faq dl dt:before{
	content:"Q";
	margin:0 10px 0 -20px;
	font-family: 'Libre Baskerville', serif;
	font-weight:700;
	font-size:1.9rem;
	line-height:1;
	color:#50320A;
	}

#product .faq dl dd:before{
	content:"A";
	margin:0 16px 0 -31px;
	font-family: 'Libre Baskerville', serif;
	font-weight:700;
	font-size:1.9rem;
	line-height:1;
	color:#50320A;
	}

#product .shopping{
	padding-bottom:0;
	}

#product .shopping h3.ttl{
	margin-bottom:60px;
	}

#product .shopping .btn.shop a{
	height:50px;
	line-height:50px;
	border-radius:25px;
	font-size:1.4rem;
	background:#8fb02e url(../img/btn_shopping.svg) no-repeat 3em center;
	background-size:25px auto;
	padding-left:6em;
	padding-right:4em;
	}

@media screen and (max-width: 768px) {

	#product{
	background-position:right 80px;
	background-size:90% auto;
	}

	#product article:nth-of-type(1) figure{
	width:100%;
	float:none;
	margin-right:0;
	}

	#product .point{
	padding-bottom:0px;
	background:none;
	}

	#product .point div{
	width:100%;
	float:none;
	margin:0 auto 50px;
	}

	#product .point div+div{
	margin-left:0;
	}

	#product .point div figure{
	width:70%;
	margin:0 auto 0;
	}

	#product .point div h4{
	margin:0 0 5px;
	padding:35px 0 25px 30px;
	}

	#product .point div h4 img{
	width:60px;
	}

	#product .point div:nth-of-type(3){
	margin:0 auto;
	}

	#product .point div:nth-of-type(3):after{
	content:"";
	display:block;
	width:100%;
	height:50px;
	margin-top:25px;
	background:url(../../img/product_point_bg.png) no-repeat 50% top;
	}

	#product .inspection{
	margin-bottom:50px;
	padding:40px 20px;
	}

	#product .inspection div{
	float:none;
	width:100%;
	padding:0;
	}

	#product .inspection div+div{
	margin:40px 0 0;
	}

	#product .inspection h4{
	padding:0 0 10px;
	margin:0 0 20px;
	border-bottom:1px solid #F0B43C;
	text-align:left;
	font-size:1.4rem;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#333;
	}

	#product .inspection ul li{
	padding:0 0 0.5em;
	}

	#product .inspection ul li:before{
	margin:0 0.2em 0 0;
	}

	#product .inspection .btn.pdf a{
	background-size:16px auto;
	background-position:2em center;
	padding:0 3em 0 4.5em;
	font-size:1.3rem;
	}

	#product .faq h3{
	margin:30px 0;
	height: auto;
	line-height: 20px;
	padding: 10px 0;
	letter-spacing:0.3em;
	}

	#product .faq figure{
	float:left;
	width:20%;
	margin:0 2.5% 30px;
	}

	#product .faq dl{
	width:100%;
	clear:both;
	}

	#product .faq dl dt{
	padding:0 0 0.5em 32px;
	font-size:1.4rem;
	letter-spacing:0.2em;
	}

	#product .faq dd{
	margin:0 0 2.5em;
	padding:0 0 1.8em 32px;
	border-bottom:1px dashed #ccc;
	line-height:2;
	font-size:1.2rem;
	}

	#product .faq dl dt:before{
	margin:0 10px 0 -31px;
	}

	#product .faq dl dd:before{
	margin:0 14px 0 -29px;
	}

	#product .shopping h3.ttl{
	margin-bottom:40px;
	}

	#product .shopping .btn.shop a{
	height:40px;
	line-height:40px;
	border-radius:20px;
	background-size:16px auto;
	background-position:2em center;
	padding:0 3em 0 4.5em;
	font-size:1.3rem;
	}

}

/*	TOP - NEWS
================================================== */

#news {
	background:url(../img/bg_left.png) no-repeat left 280px;
	}

#news dl{
	width:74%;
	margin:-1.3em auto 40px;
	overflow:hidden;
	}

#news dl dt{
	clear:both;
	float:left;
	width:20%;
	padding:1.3em 0 1em;
	font-weight:bold;
	letter-spacing:0.15em;
	line-height:2;
	color:#50320A;
	}

#news dl dd{
	padding:1.3em 0 1em 20%;
	border-bottom:1px dashed #ccc;
	line-height:2;
	position:relative;
	}

#news dl dd a.blocklink:hover{
	background:#F9E1B1;
	transition:0s;
	}

@media screen and (max-width: 768px) {

	#news{
	background-position:left 60px;
	background-size:90% auto;
	}

	#news dl{
	width:90%;
	}

	#news dl dt{
	clear:both;
	float:none;
	width:auto;
	padding:1.3em 0 0.5em;
	}

	#news dl dd{
	padding:0 0 1em;
	font-size:1.2rem;
	}

}

/*	TOP - PROFILE
================================================== */

#profile{
	border-bottom:0;
	background:url(../img/bg_right.png) no-repeat right -60px;
	}

#profile dl{
	width:64%;
	margin:-1.3em auto 80px;
	font-weight:bold;
	overflow:hidden;
	}

#profile dl dt{
	clear:both;
	float:left;
	width:20%;
	padding:1.3em 0 1em;
	font-weight:bold;
	letter-spacing:0.15em;
	line-height:2;
	color:#50320A;
	}

#profile dl dd{
	padding:1.3em 0 1em 20%;
	border-bottom:1px dashed #ccc;
	letter-spacing:0.15em;
	line-height:2;
	position:relative;
	}

#profile .service h3{
	margin-bottom:60px;
	}

#profile .service div{
	width:64%;
	margin:0 auto;
	text-align:center;
	}

#profile .service div+div{
	border-top:1px dashed #ccc;
	padding-top:40px;
	margin-top:40px;
	}

#profile .service div h4{
	display:inline-block;
	padding:0 2em 0 2.3em;
	margin:0 auto 30px;
	font-size:1.8rem;
	font-weight:bold;
	letter-spacing:0.3em;
	background:
	url(../img/dquote.svg) no-repeat left top,
	url(../img/dquote_end.svg) no-repeat right top;
	background-size:16px auto;
	color:#50320A;
	line-height:1.5;
	}

#profile .service div figure{
	margin:0 auto 30px;
	}

#profile .service div h5{
	text-align:left;
	letter-spacing:0.3em;
	line-height:2;
	font-weight:bold;
	color:#50320A;
	}

#profile .service div p{
	margin:0 0 1em;
	text-align:left;
	}

#profile .service div p strong{
	line-height:3;
	}

@media screen and (max-width: 768px) {

	#profile{
	background-position:right -60px;
	background-size:90% auto;
	}

	#profile dl{
	width:90%;
	margin-bottom:50px;
	}

	#profile dl dt{
	width:25%;
	padding:1em 0 0.8em;
	}

	#profile dl dd{
	padding:1em 0 0.8em 25%;
	word-break: break-all;
	}

	#profile .service h3{
	margin-bottom:30px;
	}

	#profile .service div{
	width:90%;
	}

	#profile .service div h4{
	font-size:1.5rem;
	background-size:13px auto;
	}

}

/*	SECOND PAGE COMMON
================================================== */

#pagetitle{
	padding-top:110px;
	padding-bottom:0;
	border-bottom:0;
	background:url(../img/bg_left.png) no-repeat left 230px;
	}

#pagetitle+section{
	padding-top:0;
	}

#pagetitle h2+p{
	width:90%;
	margin:0 auto 80px;
	text-align:center;
	font-size:1.4rem;
	line-height:2;
	letter-spacing:0.15em;
	}

@media screen and (max-width: 768px) {

	#pagetitle{
	padding-top:60px;
	background-position:0 60px;
	background-size:85% auto;
	}

	#pagetitle h2+p{
	font-size:inherit;
	}

}

/*	BLOG
================================================== */

#blog{
	
	}

#blog #blog_container{
	width: 74%;
	max-width: 1080px;
	margin: 0px auto;
	}

#blog main{
	float:left;
	width: 65%;
	margin: 0 0 100px;
	overflow:hidden;
	}

#blog aside{
	float:right;
	width: 30%;
	margin: 0 0 100px;
	}

#blog aside section{
	width:100%;
	padding:0;
	border:0;
	}

/* ARTICLE */

#blog main article{
	margin:0 0 75px;
	}

#blog main article+article:before{
	content:"";
	display:block;
	width:45px;
	height:45px;
	margin:0 auto 75px;
	background:url(../../832news/img/icon_bee.png) no-repeat center center;
	background-size:100% auto;
	opacity:0.6;
	}

#blog main article:last-child{
	margin:0 0 100px;
	}

#blog main h2{
	margin:0 0 2em;
	padding:0 0 1.5em;
	border-bottom:1px solid #50320A;
	text-align:center;
	line-height:1.5;
	font-size:1.6rem;
	font-weight:bold;
	letter-spacing:0.3em;
	color:#50320A;
	}

#blog main article .entry-header{
	margin:0 0 2.5em;
	}

#blog main article .entry-header .date{
	text-align:center;
	font-weight:bold;
	letter-spacing:0.3em;
	color:#50320A;
	}

#blog main article .entry-content .eyecatch{
	margin:0 0 3em;
	}

#blog main article .entry-content p{
	margin:0 0 1.5em;
	line-height:2;
	letter-spacing:0.15em;
	}

#blog main article .entry-content p img{
	max-width: 98%;
	height: auto;
	margin:0 1%;
	}

#blog main article .entry-content p img.size-thumbnail{
	width: 48%;
	height: auto;
	margin:0 1%;
	}

/* LIST */

#blog main article.list{
	position:relative;
	float:left;
	width:46%;
	margin:0 0 30px;
	}

#blog main article.list:nth-of-type(odd){
	clear:both;
	margin-right:8%;
	}

#blog main article.list .eyecatch{
	width:100%;
	height:0;
	padding-bottom:60%;
	margin:0 0 1.2em;
	overflow:hidden;
	}

#blog main article.list .eyecatch img{
	width:100%;
	height:auto;
	}

#blog main article.list .date{
	margin:0 0 0.7em;
	color:#bbb;
	letter-spacing:0.2em;
	font-size:1.1rem;
	}

#blog main article.list h3{
	margin:0;
	text-align:left;
	line-height:1.5;
	font-size: 1.3rem;
	font-weight: normal;
	letter-spacing: 0.15em;
	color: #50320A;
	}

#blog main article.list+article:before{
	display:none;
	}

/* NAVIGATION */

#blog .navigation{
	position:relative;
	clear:both;
	border-top:3px double #50320A;
	padding-top:1em;
	font-size:1.4rem;
	overflow:hidden;
	}

#blog .navigation .screen-reader-text{
	display:none;
	}

#blog .navigation .nav-links{
	text-align:center;
	color:#bbb;
	}

#blog .navigation .nav-links a{
	text-decoration:none;
	}

#blog .navigation .nav-links .page-numbers{
	display:inline-block;
	padding:1em;
	}

#blog .navigation .nav-links .prev.page-numbers{
	position:absolute;
	top:1em;
	left:0;
	padding:1em 0;
	}
	#blog .navigation .nav-links .prev.page-numbers:before{
	content:"< ";
	}

#blog .navigation .nav-links .next.page-numbers{
	position:absolute;
	top:1em;
	right:0;
	padding:1em 0;
	}
	#blog .navigation .nav-links .next.page-numbers:after{
	content:" >";
	}

#blog .navigation .nav-links .nav-previous a{
	width: 45%;
	text-align: left;
	line-height:2;
	display: block;
	padding: 0 0 0 1em;
	float:left;
	font-size:1.2rem;
	}
	#blog .navigation .nav-links .nav-previous a:before{
	content:"<";
	display:block;
	float:left;
	margin: 0 0 0 -1em;
	}
	#blog .navigation .nav-links .nav-previous .meta-nav{
	display:none;
	}

#blog .navigation .nav-links .nav-next a{
	width: 45%;
	text-align:right;
	line-height:2;
	display: block;
	padding: 0 1em 0 0;
	float:right;
	font-size:1.2rem;
	}
	#blog .navigation .nav-links .nav-next a:before{
	content:">";
	display:block;
	float:right;
	margin: 0 -1em 0 0;
	}
	#blog .navigation .nav-links .nav-next .meta-nav{
	display:none;
	}

/* SIDEBAR */

#blog aside h2{
	text-align:left;
	margin:0 0 1.5em;
	padding:0 0 1.5em;
	border-bottom:1px solid #50320A;
	font-size:1.2rem;
	font-weight:bold;
	letter-spacing:0.3em;
	color:#50320A;
	}

#blog aside ul{
	margin:0 0 4em;
	}

#blog aside li a{
	display:block;
	padding:0.3em 0 0.3em 1em;
	text-decoration:none;
	line-height:1.8;
	color:#50320A;
	}

#blog aside li a:before{
	content:"-";
	display:inline-block;
	width:1em;
	margin:0 0 0 -1em;
	}

#blog aside p:last-child{
	text-align:left;
	margin:0 0 1.7em;
	padding:0 0 1.5em;
	font-size:1.1rem;
	font-weight:bold;
	letter-spacing:0.3em;
	color:#50320A;
	}

#blog aside p:last-child a{
	text-decoration:none;
	color:#50320A;
	}

@media screen and (max-width: 768px) {

	#blog #blog_container{
	width: 82%;
	}

	#blog main{
	float:none;
	width:100%;
	}

	#blog aside{
	float:none;
	width:100%;
	}

	#blog main article{
	margin-bottom:50px;
	}

	#blog main article+article:before{
	margin-bottom:50px;
	}

	#blog main h2,
	#blog aside h2{
	width:100%;
	max-width:100%;
	}

	#blog .navigation{
	font-size:1.3rem;
	}

	/* LIST */

	#blog main article.list{
	float:none;
	width:100%;
	margin:0 0 50px;
	}

	#blog main article.list:nth-of-type(odd){
	margin-right:0;
	}


}

/*	CONTACT
================================================== */

#contact{
	
	}

#contact #pagetitle{
	background:url(../img/bg_left.png) no-repeat left -118px;
	}

#contact #pagetitle .thanks_notice{
	display:block;
	margin:2em 0 0;
	font-size:0.9em;
	opacity:0.7;
	text-align:left;
	}

#contact #sidenav ul:nth-of-type(2){
	display:none;
	}

@media screen and (max-width: 768px) {

	#contact #pagetitle{
	padding-top:60px;
	background-position:0 -60px;
	background-size:85% auto;
	}

}

#contact #mailform{
	width:86%;
	max-width:740px;
	overflow:hidden;
	}

#contact #mailform .notice{
	margin:0 auto 1em;
	line-height:1.8;
	text-align:right;
	}

@media screen and (max-width: 768px) {

	#contact #mailform{
	width:90%;
	max-width:100%;
	}

}

/*	form.css	*/

.mfp_buttons button[type="submit"],
.mfp_buttons button#mfp_button_send{
	background:#50320A !important;
	color:#fff !important;
	}

.mfp_buttons button[type="reset"],
.mfp_buttons button#mfp_button_cancel{
	background:#aaa !important;
	color:#fff !important;
	}

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
input[type="file"],
/* select, */
textarea,
form .guideline dl{
	border:1px solid #bbb !important;
	}

.must{
	font-size:inherit;
	color: #a00 !important;
	background-color: transparent !important;
	margin: 0 !important;
	padding: 0 4px 0 0 !important;
	display: inline !important;
	float: none !important;
	}





.dummy{
	color:#ccc;
	}
