@charset "utf-8";

 /*-------------------------
           index
 -------------------------*/

/*----- メイン画像 -----*/
.mainImg h2 {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 360px;
    height: 360px;
}

.sp-buttons { display: none; }
.sp-slide {
	left: 0;
	right: 0;
}
.sp-slide img {
    width: auto;
    height: 100%;
    max-width: initial;
}

/*----- コンテンツ -----*/
.about { position: relative; }
.about:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/about_bg01.png) 0 0 no-repeat;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    width: 35%;
    height: 480px;
    left: 0;
    top: 0;
    *top: -6px\9;
}
.about:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/about_bg02.png) 0 0 no-repeat;
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    -ms-background-size: 100% auto;
    width: 35%;
    height: 480px;
    right: 0;
    top: 0;
    *top: -6px\9;
}

@supports (-ms-accelerator:true) {
    .about:before,
    .about:after {
        top: -6px; /* Edge */
    }
}
@media all and (-ms-high-contrast: none) {
    .about:before,
    .about:after {
        top: -6px; /* IE10以上 */
    }
}
.about:before,
.about:after {
  top: -6px\9; /* IE10以下 */
}

.about .inner {    width: 1040px;}

.box01 {
	margin-bottom: 30px; 
}

.staff { position: relative; }
.staff:before {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../img/bgImg.png) 0 0 no-repeat;
    width: 175px;
    height: 140px;
    right: -5px;
    bottom: -40px;
}

.gallery h3 {
    background: url(../img/bgImg02.png) center center no-repeat,url(../img/bgImg01.png) center 0 repeat;
}

.photo li {
    float: left;
    font-size: 14px;
    line-height: 1.5;
    color: #111;
}
.photo li img { margin-bottom: 10px; }
.list01 li {
    width: 23%;
    margin-left: 15px;
}
.list02 li {
    width: 46%;
    margin-left: 15px;
}

.bold { font-weight: bold; }
.green { color: #46742b; }
.font14 { font-size: 14px; }
.w400 { width: 400px; }
.w520 { width: 520px; }
.w550 { width: 550px; }

.wedding p { margin-bottom: 2.0em; }

.shopBtn {
    background: url(../img/bgcenter.png) center bottom no-repeat;
    padding-bottom: 70px;
}
.shopBtn dt {
    font-size: 20px;
    margin: 0 auto 50px;
    background: url(../img/bgleft.png) 0 0 no-repeat,url(../img/bgright.png) right 0 no-repeat;
    padding: 30px 0;
    display: block;
    width: 740px;
}


.info {
    padding-bottom: 120px;
}
.info h3 {
    background: url(../img/bgImg03.png) center center no-repeat,url(../img/bgImg01.png) center 0 repeat;
}
.info .inner {
    background: url(../img/bgLine.png) 0 0 repeat-x;
    padding: 44px;
    margin-bottom: 45px;
    width: 100%;
}
.info .inner ul {
	margin: 0 auto;
	width: 1000px
}
.info .inner ul li {
	float: left;
}
.info .inner ul li:first-child {
    text-align: right;
    border-right: 1px solid #470004;
    padding-right: 30px;
    margin-right: 30px;
    width: 51%;
}
.info .inner ul li:last-child { line-height: 2.0; }

.info .box01 dl dt {
    background: url(../img/mapIcon.png) 0 center no-repeat;
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 0 20px;
    margin-bottom: 10px;
}
.info .box01 dl dd {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.8;
}
.info .box01 dl dd.last {
    margin-bottom: 0px;
}

.section {
    width: 1000px;
    margin: 0 auto;
    display: block;
}
.gMap iframe {
    margin-bottom: 5px;
    border: 8px solid #f7f7f7!important;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.contact h3 { position: relative; }
.contact h3:before {
content: "";
    position: absolute;
    display: inline-block;
    background: url(../img/bgImg04-1.png) 0 0 no-repeat;
    width: 290px;
    height: 220px;
    left: 16%;
    top: 50%;
}
.contact h3:after {
    content: "";
    position: absolute;
    display: inline-block;
    background: url(../img/bgImg04-2.png) 0 0 no-repeat;
    width: 180px;
    height: 170px;
    right: 22%;
    top: -25px;
}

.contact dl dt {
    float: left;
    width: 15%;
    font-size: 18px;
    font-weight: bold;
    padding-top: 15px;
    margin-bottom: 35px;
}
.contact dl dd {
    float: right;
    width: 79%;
    margin-bottom: 25px;
}
.contact dl dd input {
    height: 55px;
    width: 100%!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(86,55,67,0.2);
    -webkit-box-shadow: 0 0 2px 2px rgba(200,200,200,0.2) inset;
    -moz-box-shadow: 0 0 2px 2px rgba(200,200,200,0.2) inset;
    box-shadow: 2px 2px 2px 0px rgba(200,200,200,0.2) inset;
}
.contact dl dd textarea {
    height: 130px;
    width: 100%!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(86,55,67,0.2);
    -webkit-box-shadow: 0 0 2px 2px rgba(200,200,200,0.2) inset;
    -moz-box-shadow: 0 0 2px 2px rgba(200,200,200,0.2) inset;
    box-shadow: 2px 2px 2px 0px rgba(200,200,200,0.2) inset;
}

input[type="submit"] {
    background: #46742b;
    color: #fff;
    font-size: 18px;
    padding: 18px 10%;
    border: none;
    border-bottom: 2px solid rgba(0,0,0,0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 0 0 5px 1px rgba(0,0,0,0.2) inset;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.2) inset;
    letter-spacing: 7px;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
}
input[type="submit"]:hover {
    background: #5f9c3b;
}
textarea, input[type="text"] ,input[type="email"] { padding: 10px 15px; }

footer {
    background: url(../img/main_bg.jpg) 0 0 repeat;
    border-top: 1px solid #470004;
    padding-top: 15px;
}
footer ul {
	width: 1000px;
	margin: 0 auto;
}
footer ul li {
	float: left;
}
footer ul li:first-child {
    border-right: 1px solid #470004;
    padding-right: 30px;
    margin-right: 30px;
    width: 49.5%;
}

.flogo {
    font-size: 25px;
    font-weight: bold;
    padding: 5px 0 0;
    display: block;
}

p.copy {
    text-align: center;
    background: url(../img/bg_copy.jpg) 0 0 repeat-x;
    margin: 0;
    padding: 6px 0 0;
    font-size: 15px;
}
p.totop {
	position: fixed;
	right: 40px;
	bottom: 90px;
}
.fs20{
    font-size: 20px;
}