@charset "UTF-8";

/*===============================================
画面の横幅が769px以上（パソコン用）
===============================================*/

	
body {
	width: 100%;
	min-width: 1280px;
	background-color: #FFF;
	color: #28211f;
}

/* iPad */
@media screen and (max-device-width: 1024px) {
body { 
	background-color: #FFF;
	width: 100%;
	min-width: 1280px;
}
}

#wrap {
	text-align: center;
}


/*=============
COMMON
==============*/
.br_sp {
	display: none;
}
.br_pc {
	display: block;
}
img {
	width: 100%;
	height: auto;
}

/* コンテンツフェイド */
.list_fade{
	transition: .8s;
}
.list_fade{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
}
.fade{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/*=============
MV
==============*/
.box_mv {
	width: 100%;
	height: 750px;
	position: relative;
	overflow: hidden;
}
.box_mv h1 {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 120px;
	height: 500px;
	z-index: 100;
}
.box_mv h1 a {
	width: 120px;
	height: 500px;
	text-indent: -9999px;
	background-image: url(../../images/h1.png);
	background-repeat: no-repeat;
	background-size: 120px 500px;
	display: block;
}
.box_mv img {
	width: 100% !important;
	height: auto !important;
	margin: auto;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
}

/*=============
ABOUT
==============*/
.box_about {
	padding: 124px 0 220px 0;
}
.box_about .arrow {
	width: 110px;
	margin: 0 auto 90px auto;
}
.box_about .in {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}
.box_about .left {
	width: 350px;
	float: left;
	padding: 20px 0 0 0;
}
.box_about .right {
	width: 500px;
	float: right;
}
.box_about .left ul.navi {
	font-size: 0;
	margin: 0 auto 48px auto;
}
.box_about .left ul.navi li {
	display: inline-block;
	width: 25%;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
	vertical-align: top;
	text-align: center;
	min-height: 200px;
}
.box_about .left ul.navi li:last-child {
	border-right: 1px solid #ccc;
}
.box_about .left ul.navi li img {
	width: 22px;
	height: auto;
}
.box_about .left .box_facebook {
	margin: 0 auto;
}
.box_about .left .box_facebook iframe {
	width: 100%;
}
.box_about .right .lead {
	font-weight: bold;
    font-size: 24px;
    margin: 0 0 16px 0;
    text-align: justify;
    line-height: 2.27;
	letter-spacing: .12em
}
.box_about .right .txt {
	font-size: 19px;
    line-height: 2.47;
    text-align: justify;
    margin: 0 0 44px 0;
}
.box_about .right .img {
	background-color: #edebe7;
	text-align: center;
	padding: 12px;
	box-sizing: border-box;
}

/*=============
INA SENBEI
==============*/
.box_1 {
	padding: 32px 0 200px 0;
	position: relative;
}
.box_1 h2 {
	display: block;
    background-image: url(../../images/box1_h2.png);
    background-repeat: no-repeat;
    background-size: 317px auto;
    width: 317px;
    height: 317px;
    margin: 0 auto;
    text-indent: -9999px;
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
}
.box_1 .in {
	background-color: #f3efe3;
    padding: 200px 0 40px 0;
    margin: 0 0 44px 0;
    position: inherit;
}
.box_1 .detail {
	position: inherit;
	width: 1000px;
	margin: 0 auto 40px auto;
	overflow: hidden;
}
.box_1 .detail .box_img {
	margin: 0 0 0 0;
	position: relative;
	float: left;
	width: 624px;
}
.box_1 .detail .box_img .title {
	background-color: #fff;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 318px;
	height: 76px;
	line-height: 76px;
	text-align: center;
	font-size: 30px;
}
.box_1 .detail .box_txt {
	width: 300px;
	margin: 0 auto 0 auto;
	float: right;
	background-image: url(../../images/about_line.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 300px auto;
	padding: 0 0 28px 0;
}
.box_1 .detail .box_txt h3 {
	font-size: 35px;
    font-weight: bold;
    display: block;
    margin: 0 0 16px 0;
    line-height: 1.42;
    letter-spacing: .2em;
    text-align: left;
}
.box_1 .detail#detail_02 .box_txt h3 {
	letter-spacing: .09em;
}
.box_1 .detail .box_txt .txt {
	text-align: justify;
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 2.14;
}
.box_1 .detail#detail_02 .box_txt {
	padding-top: 60px;
}
.box_1 .detail#detail_03 .box_txt {
	padding-top: 34px;
}

/*=============
PRODUCT
==============*/
.box_2 {
	padding: 0 0 160px 0;
	position: relative;
}
.box_2 h2 {
	display: block;
    background-image: url(../../images/box2_h2.png);
    background-repeat: no-repeat;
    background-size: 317px auto;
    width: 317px;
    height: 363px;
    margin: 0 auto;
    text-indent: -9999px;
    position: absolute;
    top: -180px;
    left: 0;
    right: 0;
}
.box_2 .in {
	background-color: #f3efe3;
    padding: 200px 0 10px 0;
    margin: 0 0 0 0;
    position: inherit;
}
.box_2 .in h3.ajiro {
	background-color: #e83c1b;
	color: #fff;
	line-height: 50px;
	font-size: 25px;
	font-weight: bold;
	box-sizing: border-box;
	margin: 0 auto 30px auto;
	width: 1000px;
	height: 50px;
	letter-spacing: .2em;
}
.box_2 .in .lead {
	text-align: justify;
	font-size: 17px;
	/*font-weight: bold;*/
    line-height: 2.1;
	margin: 0 auto 32px auto;
	width: 800px;
}
.box_2 .in ul.img {
	width: 1000px;
	margin: 0 auto 68px auto;
	font-size: 0;
}
.box_2 .in ul.img li {
	display: inline-block;
}
.box_2 .in ul.img li.img2,
.box_2 .in ul.img li.img3,
.box_2 .in ul.img li.img4 {
	width: 326px;
}
.box_2 .in ul.img li.img1 {
	margin: 0 0 11px 0;
}
.box_2 .in ul.img li.img2,
.box_2 .in ul.img li.img3 {
	margin: 0 11px 0 0;
}
.box_2 .box_instagram {
	padding: 72px 0 0 0;
    margin: 0 auto;
    width: 800px;
}
.box_2 .box_instagram h3 {
	background-color: #28211f;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
	box-sizing: border-box;
	margin: 0 auto 28px auto;
	width: 800px;
	height: 50px;
	letter-spacing: .2em;
}
.box_2 .box_instagram iframe {
    height: 420px;
}

.box_2 .box_gift {
	padding: 44px 0 44px 0;
	margin: 0 auto;
	width: 1000px;
	font-size: 0;
}
.box_2 .box_gift h3 {
	background-image: url(../../images/box2_gift_line.png);
	background-repeat: repeat-x;
	background-position: center;
	background-size: auto 1px;
	width: 1000px;
	height: 28px;
	margin: 0 auto 20px auto;
}
.box_2 .box_gift h3 span {
	display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    background-color: #fff;
    width: 290px;
	height: 28px;
    margin: 0 auto;
}
.box_2 .box_gift .gift {
	margin: 0 32px 0 0;
	width: 226px;
	display: inline-block;
	vertical-align: top;
}
.box_2 .box_gift .gift:last-child {
	margin: 0 0 0 0;
}
.box_2 .box_gift .gift .img {
	margin: 0 0 20px 0;
}
.box_2 .box_gift .gift h4 {
	margin: 0 auto 8px auto;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}
.box_2 .box_gift .gift h4 span {
	font-size: 16px;
}
.box_2 .box_gift .gift .txt {
	text-align: justify;
    font-size: 12px;
	/*font-weight: bold;*/
    line-height: 1.66;
	margin: 0 auto;
}

/*=============
SHOP
==============*/
.box_3 {
	padding: 0 0 88px 0;
	position: relative;
}
.box_3 h2 {
	display: block;
    background-image: url(../../images/box3_h2.png);
    background-repeat: no-repeat;
    background-size: 420px auto;
    width: 420px;
    height: 317px;
    margin: 0 auto;
    text-indent: -9999px;
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
}
.box_3 .in {
	background-color: #f3efe3;
    padding: 180px 0 0 0;
    margin: 0 0 0 0;
    position: inherit;
}
.box_3 .in .img {
	background-image: url(../../images/box3_img.png);
	background-repeat: repeat-x;
	background-size: auto 250px;
	background-position: center;
	height: 250px;
	margin: 0 0 24px 0;
}
.box_3 .detail1 {
	font-size: 16px;
	font-weight: bold;
    line-height: 1.56;
	border-bottom: 1px solid #9e9b9a;
	padding: 0 0 14px 0;
	margin: 0 auto 20px auto;
	width: 500px;
}
.box_3 .detail2 {
	font-size: 14px;
	/*font-weight: bold;*/
    line-height: 1.56;
	margin: 0 auto 36px auto;
	width: 600px;
}
.box_3 .gmap {}
.box_3 .gmap iframe {}

/*=============
footer
==============*/
footer {
	background-color: #cc2500;
	color: #fff;
	position: relative;
}
footer .contact {
	background-color: #e83c1b;
	padding: 36px 0;
}
footer .contact h2 {
	font-size: 20px;
	margin: 0 0 20px 0;
	letter-spacing: .2em;
}
footer .contact .phone {
	font-size: 24px;
    line-height: 40px;
}
footer .contact .phone span {
	font-size: 18px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 0 16px;
    margin: 0 16px 0 0;
    box-sizing: border-box;
    line-height: 32px;
}
footer .contact .phone span:last-child {
	margin: 0 16px 0 24px;
}
footer .copy {
	font-size: 12px;
	letter-spacing: .1em;
	padding: 24px 0 36px 0;
}
.back_top {
    position: absolute;
    right: 28px;
    bottom: 200px;
    width: 56px;
    height: 56px;
}
.back_top a {
    display: block;
    background-image: url(../../images/btn_top.png);
    width: 56px;
    height: 56px;
    text-indent: -9999px;
}


