@charset "UTF-8";
body {
	background-image: none;
}

.w625 {
	max-width: 625px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.w700 {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

.visual {
	height: 220px;
	width: 100%;
	background-image: url("../img/sub/sub_visual.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#main p {
	color: #000;
	font-family: "ipaexm","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	letter-spacing: 0.1em;
}

@media screen and (max-width:767px){
	.w625 {
		padding:0 3%; 
	}
	.w700 {
		padding:0 3%; 
	}
	
	.visual {
		height:110px;
	}
}


/* 美味しさの秘密 */
#main.about .sec01 {
	padding: 123px 0 0;
}

#main.about h2 {
	color: #D80002;
	text-align: center;
	margin-bottom: 60px;
}

#main.about .l-txt {
	text-align: center;
	font-size: 1.8em;
	margin-bottom: 50px;
}

#main.about figure {
	position: relative;
	height: 450px;
	margin:0;
}

#main.about figure img {
	position: absolute;
	width:52%;
	z-index: 0;
}

#main.about figure figcaption {
	position: absolute;
	width: 52%;
	margin-bottom: 50px;
	z-index: 1;
	font-size: 14px;
}

#main.about figure figcaption:before {
	content:"";
	display: block;
	padding-top: 100%;
}

#main.about figure figcaption .bg {
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(239,239,239,0.9);
	color: #fff;
	padding: 8%;
}

#main.about figcaption p {
	line-height: 2em;
	font-family: "NotoSans", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main.about figcaption p.mb {
	margin-bottom: 1.5em;
}

#main.about .fig1 img {
	left: 0;
	top: 0;
}

#main.about .fig1 figcaption {
	right:0;
	top:45px;
}

#main.about .fig2 {
	height: 500px;
}

#main.about .fig2 img {
	right: 0;
	top: 45px;
}

#main.about .fig2 figcaption {
	left:0;
	top:0;
}

#main.about .fig_title {
	font-size: 2.8rem;
	text-align: center;
}

#main.about .sec04 {
	padding-bottom: 50px;
}

#main.about dl {
	border-top:1px solid #C9CACA;
	border-bottom: 1px solid #C9CACA;
	margin-bottom: 25px;
}

#main.about dt {
	padding:35px 40px;
	position: relative;
	cursor: pointer;
	font-size: 14px;
}

#main.about dt span {
	color: #9A7D57;
	font-size: 19px;
	vertical-align: sub;
	position: absolute;
	left:0;
	top:30px;
}

#main.about dd {
	padding:0 40px 35px;
	position: relative;
	display: none;
	font-size: 14px;
	
}

#main.about dd span {
	color: #7B2521;
	font-size: 19px;
	position: absolute;
	left:0;
	top:0;
}

#main.about dd p {
	margin-bottom: 1.5em;
	font-family: "NotoSans", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*#main.about #sec01,
#main.about #sec02,
#main.about #sec03,
#main.about #sec04 {
	margin-top:-60px;
	padding-top:60px;
}*/

/* ＋－アイコン↓ */
.open .toggleIcon::before {
opacity: 0;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
text-shadow: 0 0 3px #333;
}
.open .toggleIcon::after {
-webkit-transform: none;
transform: none;
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.toggleIcon {
position: absolute;
width: 1.2em;
height: 1.2em;
right: 2px;
top: 35px;
bottom: 0;
}
.toggleIcon::before, .toggleIcon::after {
content: "";
position: absolute;
background: #aaa;
-webkit-transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
transition: 0.3s cubic-bezier(0.45, 0.01, 0.27, 1.4);
}
.toggleIcon::before {
width: 2px;
height: 100%;
left: calc(50% - 2px);
margin-left: 1px;
}
.toggleIcon::after {
width: 100%;
height: 2px;
top: calc(50% - 1px);
}
/* ＋－アイコン↑ */


@media screen and (max-width:767px){
	#main.about .sec01 {
		padding: 60px 0 0;
	}
	
	#main.about figure {
		position: static;
		height: auto;
		margin-bottom: 80px;
	}

	#main.about figure img {
		position: static;
		width:100%;
		vertical-align: bottom;
	}
	
	#main.about figure figcaption {
		position: static;
		width: 100%;
		margin-bottom: 0;
		z-index: 1;
	}
	
	#main.about .fig2 {
		height: auto;
		margin-bottom: 30px;
	}

	#main.about figure figcaption:before {
		content:"";
		display: block;
		padding-top: inherit;
	}

	#main.about figure figcaption .bg {
		position: static;
		padding: 15% 10%;
	}

}

/* 会社概要 */

#main.company .sec01 {
	padding: 123px 0 0;
}


#main.company h2 {
	color: #D80002;
	text-align: center;
	margin-bottom: 60px;
	font-size: calc(2em + 2px);
}

#main.company .sec01 p {
	text-align: center;
	line-height: 2.1;
	margin-bottom: 90px;
	font-size: 1.8em;
}

#main.company .sec01 table {
	width: 100%;
	border-collapse: collapse;
}

#main.company .sec01 th {
	width:33%;
	font-weight: bold;
	text-align: center;
	padding:3em 0;
	border-top:1px solid #C9CACA;
}

#main.company .sec01 td {
	width: 67%;
	text-align: left;
	padding:3em 0;
	border-top:1px solid #C9CACA;
}

#main.company tr:last-child th,
#main.company tr:last-child td
{
	border-bottom:1px solid #C9CACA;
}

#main.company h2#access {
	color: #7B2521;
}

@media screen and (max-width:767px){
	#main.company .sec01 {
		padding: 60px 0 0;
	}

}


#main.contact .sec01 {
	padding: 123px 0 0;
}

/* お問い合わせ */
#main.contact h2 {
	color: #D80002;
	text-align: center;
	margin-bottom: 35px;
	font-size: calc(2em + 2px);
}

#main.contact .telno {
	text-align: center;
	font-size: 28px;
	margin-bottom: 20px;
}

#main.contact .faxno {
	text-align: center;
	font-size: 18px;
	margin-bottom: 70px;
}

#main.contact .infotxt {
	text-align: center;
	font-family: "NotoSans", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main.contact .loading {
	clear: both;
	text-align: center;
	display:none;
}

#main.contact .loading img {
	margin-top:10px;
}

#main.contact .sent {
	clear:both;
	margin-top: 10px;
	padding-top:40px;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
	display: none;
}

#main.contact .red {
	color: #E60012;
	display: inline-block;
	margin:0 0.5em;
	font-size: 1.1em;
}
/*#main.contact form#mail_form p#form_submit  {
	width: 292px;
}*/

@media screen and (max-width:767px){
	#main.contact .sec01 {
		padding: 60px 0 0;
	}
}