/*=================================================
				ACCESS
=================================================*/
.map-access{
    text-align: center;
    margin: 15px;
}
.map-access img{
    width: 100%;
}
.dtl-access{
    background-color: #f0f0f0;
    padding: 5% 3%;
}
.dtl-access a{
	border-bottom: 1px solid #222;
	padding-bottom: 3px;
}
@media(min-width:769px) {
.page-access{
    margin-top: 300px;
}
.map-access{
    width: 50%;
    max-height: 642px;
	margin: 0;
    text-align: right;
}
.map-access img{
    max-width: 705px;
	padding-left: 5%;
}
.dtl-access{
    /*width: 48%;*/
    width: calc( 50% - 30px );
    position: relative;
    float: right;
}
}
/*=================================================
				Form
=================================================*/
.wrap-tel{
	background: #fff9f1;
    display: block;
    position: relative;
    width: auto;
    margin: 0 5% 30px;
    padding: 10px;
}
.wrap-tel .tel-no{
	font-size: 1.8rem;
	letter-spacing: 1px;
}
.wrap-tel .fa{
	font-size: 2.5rem;
    margin-right: 8px;
   	line-height: 2rem;
}
.wrap-tel span{
	margin: 5px;
	vertical-align: middle;
	line-height: 1.8rem;
}
.select-tab{
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
    width: 95%;
}
.select-tab li{
/*	border: solid 1px #EFEFEF;*/
	width: 100%;
	text-align: center;
}
.select-tab li a{
	display: block;
	padding: 8px;
	line-height: 2rem;
}
.select-tab li a:hover{
	opacity: 0.8;
}

.restaurant-form,.wedding-form{
	border-bottom: 1px solid #f0f0f0;
	border-top: 3px solid #FFF;
}
.restaurant-form.active{
	background-color: #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	border-top: 3px solid #761e71;
}
.wedding-form.active{
	background-color: #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	border-top: 3px solid #668f5a;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="tel"],
select, textarea {
    outline: none;
    background-color: #f0f0f0;
    border: 1px solid #aaa;
    height: 4.5rem;
    line-height: 1.2;
    padding: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
    margin-top: 5px;
    font-size: 1.4rem;
    resize: none;
}
textarea {
    height: 10rem;
    font-family: sans-serif;
}
input[type="radio"]{
    margin-right: 8px;
}
.c-form,.mw_wp_form {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.5;
}
.c-form dl,.mw_wp_form dl{
    margin: 0 10px;
    padding: 20px 3%;
    border-top: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
}
.c-form dt,.mw_wp_form dt{
    width: 100%;
    font-size: 1.6rem;
    font-weight: 500;
}
.c-form label.label-con,.mw_wp_form label.label-con{
    display: inline-block;
    width: 100%;
}
.required,.error{
    color: #aa3333;
    display: inline-block;
}
.box-error{
    color: #aa3333;
    display: block;
    width: 95%;
    background: #f0f0f0;
    padding: 20px;
    margin: 10px auto;
}
.btn-submit,.mw_wp_form input.btn-submit{
    background-color: #761e71;
    border:7px solid #761e71;
	border-radius: 0;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    box-shadow:0px 0px 0px 2px #fff inset;
    -moz-box-shadow:0px 0px 0px 2px #fff inset;
    -webkit-box-shadow:0px 0px 0px 2px #fff inset;
    width: 200px;
    height: 60px;
    margin: 30px auto;
    transition: all 0.3s;
    letter-spacing: 2px;
}
.btn-submit:hover,.mw_wp_form .btn-submit:hover{
    background-color: #fff;
    border:7px double #761e71;
    color: #761e71;
    cursor: pointer;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
@media(min-width:769px) {
    .c-form dt,.mw_wp_form dt{ width: 20%;}
    .c-form dd,.mw_wp_form dd{ width: 80%;}
    .c-form label.label-con,.mw_wp_form label.label-con{ width: 30%;}
    .required,.error,.any{ display: block;}
    .btn-submit{
        width: 300px;
        height: 80px;
        font-size: 2rem;
		position: relative;
    }
	.btn-submit:after{
		content: url(../img/arrow_v.svg);
		opacity: 0;
		position: absolute;
		right: 30px;
		top: 50%;
		margin-top: -6.5px;
		transition: all 0.3s;
		line-height: 13px;
	}
	.btn-submit:hover:after{
		opacity: 1;
		right: 10px;
	}
	.select-tab{
		width: 95%;
	}
	.wrap-tel{
		margin: 0 50px 50px;
		width: 45%;
	}

}
/*=================================================
				News
=================================================*/
.wrap-con11{
    margin: 30px 20px 80px;
}
.wrap-con11 time {
    line-height: 1.8;
    padding: 5px 0;
}
.head11{
	border-bottom: 4px solid #761e71;
	padding-bottom: 10px;
    margin-bottom: 20px;
}
.thumb11{
    margin: 30px auto;
    display: block;
    width: 100%;
}
.title11{
    color: #761e71;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
    line-height: 1.4;
    margin: 20px auto;
}
.txt11{
    font-size: 1.5rem;
    line-height: 1.4;
}
/* aside */
.wrap-aside{
    margin: 40px auto;
    padding: 30px 20px;
    background-color: #F7F7F7;
}
.widget{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 2px solid #761e71;
}
.widget:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.widgettitle{
    color: #761e71;
    border-left: 4px solid #761e71;
    font-size: 2rem;
    letter-spacing: 2.5;
    padding: 10px;
}

a.cf:hover .widget_div,.widget a:hover{
	opacity: 0.5;
}
.widget li{
    margin: 15px;
    line-height: 1.4;
}
.widget_div span.date {
    line-height: 2;
    font-weight: bold;
}
.pagination{
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.6rem;
}
.pagination .page-numbers{
	padding: 0 3px;
	margin: 0 3px;
	border-bottom: 0 solid #fff;
	transition: all 0.3s;
}
.pagination .current{
	border-bottom: 1px solid #761e71;
	color: #761e71;
}

.section-news .content-title{
	width: 90%;
}

@media(min-width:769px) {
    .title11{ font-size: 2.2rem;}
    .wrap-con11{
        margin: 40px 0 100px;
        padding: 0;
    }
}
/*=================================================
			Restaurant & Wedding TOP
=================================================*/
.first-content{
    margin:50px auto;
    width: 90%;
    font-size: 1.6rem;
	overflow: hidden;
}
.first-content01{
    margin:50px auto;
    width: 90%;
	overflow: hidden;
    font-size: 1.3rem;
}
.title-first01{
    font-size: 2.2rem;
    margin-bottom: 30px;
    line-height: 1.2;
}
.title-first03{
    font-size: 2.2rem;
    margin-bottom: 30px;
	line-height: 1.5;
    margin: 40px auto 30px;
}
.first-content01 .float-r-pc{
    margin-top: 80px;
    text-align: center;
}
.line-gray02{
    background-color: #ecebec;
    width: 70%;
    left: 30%;
    height: 150px;
    margin-top: -150px;
    top: 250px;
    position: relative;
    z-index: -2;
}
.content-title02{
    display: block;
    letter-spacing: 0.5rem;
    padding-bottom: 10px;
}
.content-title03{
    font-size: 4rem;
}
.content-title04{
    letter-spacing: 0.5rem;
    font-size: 2.2rem;
}
.menu01{
    margin: 30px auto 60px;
}
.menu01 a{
    display: block;
    height: 100%;
    padding: 10%;
}
ul.menu01 li{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    position: relative;
    max-width: 334px;
    max-height: 334px;
    width: calc(100vw / 3);
    height: calc(100vw / 3);
    margin: auto 0;
}

ul.menu01 li .fa{
    font-size: 2rem;
}
ul.menu01 li .ib{
    font-size: 1.4rem;
}
ul.menu01 li .fa,ul.menu01 li .ib{
    display: inline-block;
    width: 100%;
}
.content-menu01{
    background-image: linear-gradient(rgba(255,255,255, 0.6),rgba(255,255,255, 0.6));
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.content-menu01 p{
    color: #761e71;
    display: block;
    position:absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.content01{
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    display: flex;
	align-items: center;
	justify-content: center;
    padding: 20px 10%;
}
.frame-content01{
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    color: #fff;
    font-size: 1.2rem;
    max-width: 100%;
    padding: 20% 0;
    text-align: center;
    width: 100%;
}
.title-info{
    font-size: 2.2rem;
}
.title-content01{
    font-size: 2.2rem;
    margin: 60px auto;
    letter-spacing: 0.5rem;
}
.dtl-content01{
    text-align: left;
    margin: 15px auto 1.4rem;
    width: 90%;
}
p.dtl-content01.first{
    font-size: 2.5rem;
}
.content01 .btn05{
    margin: 60px auto 30px auto;
    border-color: #fff;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    position: relative;
    padding: 8px 30px;
}
.content01 .btn05:hover{
    border-color: #668f5a;
    color: #668f5a;
    background-color: #fff;
}
.frame-content01 dt{
    font-size: 1.5rem;
    line-height: 1.5;
}
.frame-content01 dd{
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.line-info{
    height: 1px;
    width: 35%;
    background-color: #fff;
    margin: 10px auto 15px auto;
}
.curtain{
    background-image: linear-gradient(rgba(102,142,90, 0.5),rgba(102,142,90, 0.5));
    max-width: auto;
}
.content03{
    padding: 83px 5% 74px 5%;
    text-align: center;
    background-color: #fff8f0;
}
.content03 p{
    text-align: left;
}
.wrap-content03-1 {
    font-size: 1.6rem;
}
.wrap-content03-3{
    margin-top: 55px;
}
.wrap-content03-3 .btn01{
    margin: 56px auto 0;
}
.content04{
    padding: 83px 0 0 0;
    text-align: center;
}
.content04 .title-first01{
    font-size: 1.5rem;
    margin: 40px auto;
    display: inline-block;
}
.main-content04{
    margin: 50px auto;
}
.content04 .btn05 {
    display: inline-block;
    font-size: 1.5rem;
    position: relative;
    right: -22%;
    left: auto;
    bottom: 20px;
    padding: 8px 30px;
}
.dtl01-sliderB .fa{
    margin: 0 8px 4px 0;
}
.sliderB .btn05{
    display: inline-block;
    font-size: 1rem;
    position: relative;
    padding: 5px 10px;
    color: #fff;
    background-color: #668f5a;
    border-color: #668f5a;
    bottom: 40px;
    right: -20px;
}
.sliderB .btn05:hover{
    color: #668f5a;
    background-color: #fff;
}
.section-news{
    margin: 60px auto;
}
@media(min-width:769px) {
    .section-news{
        margin: 0 auto;
    }
    .first-content{
        margin:130px auto 50px auto;
        letter-spacing: 0.2rem;
    }
    .first-content01{
        margin:100px auto 150px auto;
        font-size: 1.6rem;
        letter-spacing: 0.2rem;
    }
    .first-content01 .float-r-pc{
        margin-top: auto;
    }
    .title-first01{
        font-size: 2.5rem;
        margin-bottom: 80px;
    }
    .title-first03{
        font-size: 2.5rem;
        margin-bottom: 80px;
    }
    .first-content p,.first-content01 p{
        line-height: 1.8;
    }
    .line-gray{
        background-color: #ecebec;
        width: 100%;
        height: 260px;
        bottom: 130px;
        position: relative;
        z-index: -2;
    }
    .line-gray02{
        width: 65%;
        left: 0;
        height: 270px;
        margin-top: -270px;
        top: 420px;
    }
/*
	.content-menu01{
		outline: 1px solid;
		outline-color: #fff;
		outline-offset: 0;
		transition: all 0.3s;
	}
	.content-menu01:hover{
		outline-offset: 20px;
	}
	*/
	.menu01 a:hover span.ib{
		-webkit-transform: rotateX(360deg);
		transform: rotateX(360deg);
		transition: 0.5s;

	}


    ul.menu01{
        width: 75%;
        margin-bottom: 130px;
    }
    ul.menu01 li{
        max-width: 334px;
        max-height: 334px;
        width: calc(100vw / 4 - 21px);
        height: calc(100vw / 4 - 21px);
        margin: auto 8px;
    }
    ul.menu01 li .fa{
        font-size: 3.5rem;
    }
    ul.menu01 li .ib{
        font-size: 2.3rem;
    }
    .frame-content01{
        padding: 125px 0 136px;
    }
    .title-info{
        font-size: 4.6rem;
        margin-bottom: 40px;
    }
    .title-content01{
        font-size: 4rem;
        letter-spacing: 0.5rem;
        margin-top: 80px;
    }

    .content-title04{
        font-size: 3.5rem;
        letter-spacing: 0.5rem;
    }
    .line-info{
        width: 240px;
        margin: 0 auto 30px auto;
    }
    .frame-content01 dt{
        font-size: 2.3rem;
    }
    .frame-content01 dd{
        font-size: 1.9rem;
        margin-bottom: 30px;
    }
    .frame-content01 p{
        display: inline-block;
        text-align: left;
        margin: 0 auto;
    }
    .content01 p.dtl-content01{
        width: 40%;
        line-height: 2;
        display: block;
        position: relative;
    }
    p.dtl-content01{
        font-size: 1.8rem;
        margin: 30px auto 80px;
    }
    p.dtl-content01.first{
        font-size: 2.5rem;
    }
    .content01 .btn05{
        margin: 100px auto 72px;
        font-size: 2.6rem;
    }
    .content03{
        margin: 170px auto 100px;
        padding: 0;
        display: block;
        position: relative;
        background-color: transparent;
    }
    .content-title03{
        margin-bottom: 150px;
    }
    .wrap-content03-1{
        font-size: 2.5rem;
        text-align: center;
        background-color: #fff8f0;
        padding: 90px 10px 300px;
        width: 50%;
    }
    .wrap-content03-2{
        padding: 5% 5% 5% 0;
        width: 50%;
        background-color: #fff;
    }
    .wrap-content03-3{
        align-items: center;
        bottom: -30px;
        font-size: 1.6rem;
        justify-content: center;
        left: 50%;
        position: absolute;
        padding: 15% 20px 0;
    }
    .wrap-content03-3 p {
        line-height: 1.8;
    }
    .content03 p{
        text-align: inherit;
    }
    .content04{
        margin: 0 auto 100px;
    }
    .content04 .bg-gray{
        position: relative;
        top: 2.5vw;
        min-height: 453px;
        height: 27vw;
    }
    .content04 .title-first01{
        font-size: 2.5rem;
        margin: 4vw auto;
        display: block;
    }
	.content04 .title-first03{
        font-size: 2.5rem;
        margin: 4vw auto;
        display: block;
	}
    .main-content04{
        margin: 150px auto;
    }
    .content04 .dtl-content01{
        width: 80%;
        line-height: 1.8;
        margin: auto auto 30px;;
    }
    .content04 .btn05{
        margin-top: 3vw;
        bottom: 40px;
		right: -27%;
    }
    .wrap-content03-3 .btn01 {
        margin: 20px auto 80px;
    }
    .dtl01-sliderB .fa {
        margin: 0 12px 4px 0;
    }
    .sliderB .btn05{
        font-size: 1.3rem;
        padding: 8px 30px;
        right: 10px;
        bottom: 20px;
        position: absolute;
    }
    .sliderB .btn01{
        margin-bottom: 100px;
    }
    .news-top{
        width: 100%;
    }
}
@media(min-width:1200px) {
    .section-news h2.content-title{
        width: 100%;
    }

}
.tour{background-color: #5d5465;}
.tasting{background-color: #a66480;}
.privilege{background-color: #af777a;}
.consultation{background-color: #576944;}

/*=================================================
				Philosophy
=================================================*/
.bg-left{
    background-position: left;
}
.comfortable.flex-display div{
    align-self: center;
    text-align: left;
    margin-top: 30px;
    width: 100%;
}
.comfortable.flex-display:nth-child(odd){
    flex-direction: row-reverse;
}
.comfortable .b-txt{
	font-size: 1.8rem;
	margin-bottom: 20px;
	display: inline-block;
}

.fade-slide{
	display: block;
	position: absolute;
	top: 30%;
}

.fade-up,.fade-left,.fade-right{

	transition: all 1.5s;

	display: block;
	overflow: hidden;
	position: relative;
}
.fadeIn{
	top: 0;
}
.fadeLeft{
	left: 0;
}
.fadeRight{
	right: 0;
}
@media(min-width:769px) {
    .comfortable.flex-display{
        margin-top: 100px;
    }
    .comfortable.flex-display p{
        font-size: 1.6rem;
        margin-left: 15%;
        line-height: 2;
        letter-spacing: 0.5rem;
    }
	.comfortable .b-txt{
		font-size: 1.8rem;
	}




}
/*=================================================
				Party & Plan
=================================================*/
.overview{
    display: block;
    position: relative;
    overflow: hidden;
}
.img-overview{
    width: 100%;
/*    height: 60vw; */
    overflow: hidden;
    margin: 0 auto;
}
.inner-overview header,.inner-overview .bg-white{
    width: 95%;
    margin: auto;
}

.txt-overview{
    width: 100%;
    margin: 0 auto;
    padding: 20px 2.5%;
    background-color: #fff8f0;
}
.ex-overview{
    width: 99%;
    margin: 0 auto;
}

.ex-overview li{
    width: 100%;
    padding: 0 1%;
	line-height: 2rem;
}

.ex-txt li:before{
    content: "●";
    font-size: 0.5rem;
    line-height: 1.8rem;
    vertical-align: text-bottom;
    margin-right: 3px;
}
.ex-txt li ul li{
    text-indent: 1rem;
    width: 100%;
}
.ex-txt li ul li::before{
    content: "-";
}
.cat-overview{
    display: inline-block;
    position: relative;
    border: 1px #000000 solid;
    text-align: center;
    margin-right: 3px;
    font-weight: 500;
/*    width: 120px; */
    padding: 7px 4px;
    font-size: 1.2rem;
}
.overviewR{
    background-color: #aa3333;
    color: #FFF;
}
.overviewW{
    background-color: #fff;
    color: #000;
}
.overviewG{
    background-color: #e7e5e7;
    color: #000;
}
.overview .btn01{
    width: 70%;
    padding: 15px;
    font-size: 1.8rem;
}
#party p.txt-dtl{
    display: block;
    position: relative;
}

#party span.violet-txt{
    position: absolute;
    left: -25px;
}

@media(min-width:769px) {
    .overview{
        margin-top: 100px;
    }
    .img-overview{
		height: auto;
        width: 40%;
        position: absolute;
        left: 10%;
        top: 65px;
    }
    .txt-overview{
        width: 70%;
        margin-left: 30%;
    }
    .inner-overview{
        width: 60%;
        position: relative;
        margin: auto auto auto 35%;
    }
    .inner-overview h3{
        font-size: 2.2rem;
        margin: 30px auto;
    }
    .inner-overview header,.inner-overview .bg-white,.inner-overview .dtl-content01{
        width: 100%;
    }
	.inner-overview .dtl-content01{
    margin: 30px auto;
	}

    .cat-overview{
        width: 150px;
        padding: 15px 5px;
        font-size: 1.4rem;
        margin-right: 5px;

    }
    .overview:nth-child(even) > .img-overview{
        left: auto;
        right: 10%;
    }
    .overview:nth-child(even) > .txt-overview{
        margin: auto 30% auto 0;
    }
    .overview:nth-child(even) > .txt-overview > .inner-overview{
        margin: auto 35% auto auto;
    }

	.ex-overview li{
    width: 50%;
	}
	.ex-overview.three li{
	width: 33%;
	}

}

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

    .overview .btn01{
        width: 500px;
        font-size: 2.3rem;
    }


}
/*=================================================
				chapel & banquet
=================================================*/

.px-wrapper01,.px-wrapper01-pc{
    background-image: url('http://luseine.com/wp-content/themes/luseine/img/bg_banquet.png');
}
.px-wrapper01-pc{
    padding: 50px 0;
}

.title-first02{
    font-size: 1.8rem;
    margin: 20px auto;
}

.img-flex {
    width: 80%;
    margin: 10px auto;
}
.right-box,.left-box{
    width: 90%;
    margin: 10px auto;
    display: block;
}
.box-img{
    width: 100%;
}
.div-flex{
    margin-bottom: 30px;
}
.content-title05{
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 5px;
}

.menu02{
    background-image: url('http://luseine.com/wp-content/themes/luseine/img/bg_banquet.png');
}


@media(min-width:769px) {
    .px-bg01{
        background-repeat: no-repeat;
        background-size: cover;
        height: 150vh;
        width: 100%;
        margin: 0 auto;
        position: static;
        overflow: hidden;
        z-index: -1;
    }
    .px-wrapper01{
        background: none;
        display: block;
        position: relative;
    }
    .px-wrapper01-pc{
        z-index: 5;
    }
    .title-first02{
        font-size: 2.8rem;
        margin: 20px auto;
    }

    .left-box{
        float: left;
        width: 50%;
        margin-top: 40px;
    }
    .right-box{
        float: right;
        width: 50%;
        margin-top: 40px;
        padding-left: 20px;
    }
    .img-flex {
        margin: auto;
        padding: 10px 10px 0 0;
    }
    .div-flex{
        padding: 20px;
    }
    .content-title05{

    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

    .title-first02 {
        font-size: 3rem;
    }

}

/*=================================================
				food Menu
=================================================*/
.box-main-menu{
    /*padding: 5%;*/
    background-color: #fff;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}
.box-menu{
    margin: 50px 5% 20px;
    padding: 0 2%;
    text-align: left;
    display: block;
    position: relative;
}
.head-box-menu{
    display: block;
    position: relative;
    border-bottom: 1px solid #761e71;
}
.head-box-menu h4 {
    font-size: 2rem;
    letter-spacing: 0;
}
.box-menu-price{
    margin-bottom: 0;
    font-size: 1.6rem;
}
.box-menu-tax{
    font-size: 1.4rem;
	vertical-align: unset;
}
.box-menu h5{
    margin: 15px auto 5px;
    font-size: 1.8rem;
	line-height: 1.8;
}
.box-menu-txt{
	font-size: 1.6rem;
}

.menu-list{
    display: block;
    position: relative;
	margin-top: 20px;
}

.menu-list dt{
    font-size: 1.6rem;
    margin-bottom: 6px;
}
.menu-list dd{
    font-size: 1.6rem;
    margin-bottom: 20px;
	line-height: 1.8;
}
.box-menu-center{
    width: 60%;
    display: block;
    position: relative;
    margin: 20px auto 35px;
}
.pager-menu{
/*    justify-content: center; */
    background-color: #fff;
}
.pager-menu li{
    font-size: 1.8rem;
    padding: 5px 0;
    margin: 20px auto;
    text-align: center;
}
.pager-menu li:last-child{
    border-right: none;
}
.pager-menu li .fa{
    margin-right: 10px;
}
.pager-menu li a{
    padding-bottom: 10px;
    color: #bbb;
}

.pager-menu li a.active{
    border-bottom: 2px solid #761e71;
    color: #761e71;
    padding-bottom: 8px;
}

.bottom-slider{
    width: 100%;
}

@media(min-width:769px) {

	.menu-bg{
		background-repeat: no-repeat;
		background-size: cover;
	}

    .box-main-menu{
        width: 80%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .box-main-menu h3{
        font-size: 3rem;
    }
    .box-main-menu h3 span{
        font-size: 2rem;
    }
	.box-menu {
		margin: 50px auto 80px;
	}
    .box-menu h4{
        font-size: 2.4rem;
        margin: 0 0 0 15px;
        line-height: 2;
        letter-spacing: 2;
    }
    .box-menu p{
        margin: 15px auto 15px 15px;
		line-height: 1.8;
    }
    p.box-menu-price{
        font-size: 2.4rem;
        margin: 0 auto;
        line-height: 2;
    }
    .box-menu-com{
        margin-left: 15px;
    }
    .box-menu dl{
        margin: 20px 40px 20px 15px;
    }
    .box-menu dt{
        font-size: 1.8rem;
    }
    .box-menu h5{
        margin: 15px auto 5px 15px;
    }

    .bg-bottom{
        background-position: top;
        background-size: 100% auto;
        background-repeat: no-repeat;
		transition: opacity 0.3s;
    }
    .pager-menu{
        width: 100%;
        max-width: 1200px;
        margin: 50px auto 0;
    }
    .pager-menu li{
        font-size: 2.8rem;
        padding: 5px 10px;
        margin: 20px auto;
        text-align: center;
    }

    .bottom-slider{
    }

}