@charset "utf-8";
/* --------------
共通
---------------- */
.title {
    position: relative;
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05rem;
    z-index: 1;
}
.title::after {
    position: absolute;
    top: -45px;
    height: 133px;
    content: '';
    border-right: solid 1px #979797;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
}
.txtSub {
    font-size: 16px;
}
/* --------------
mv
---------------- */
.mv img {
    height: auto;
    width: 100%;
}
/* --------------
concept
---------------- */
.concept {
    padding: 85px 0 80px;
    margin: auto;
}
.concept_cont {
    max-width: 1100px;
    margin: auto;
}
.concept_cont p {
    font-size: 16px;
    text-align: center;
    line-height: 2.75;
    margin: 80px auto 0;
    position: relative;
}
.concept_cont p::before {
    content: '';
    display: inline-block;
    background: url(../common/img/lec01.png) no-repeat top center / 100% auto;
    width: 177px;
    height: 143px;
    position: absolute;
    left: 25px;
    top: -70px;
    z-index: -1;
}
.concept_cont p::after {
    content: '';
    display: inline-block;
    background: url(../common/img/lec02.png) no-repeat top center / 100% auto;
    width: 126px;
    height: 118px;
    position: absolute;
    right: 25px;
    bottom: -40px;
}
/* --------------
campaign
---------------- */
.campaign {
    background-color: #eee9e4;
    padding: 105px 0 60px;
    margin-bottom: 95px;
}
.campaign_contBg {
    position: relative;
}
.campaign_contBg::after {
    content: '';
    display: block;
    background: url(../img/top/campaign_bg.jpg) no-repeat center /cover;
    width: 100%;
    height: 334px;
    position: absolute;
   left: 0;
    top: 80px;
}
.campaign_contInner {
    padding-top: 290px;
    z-index: 1;
    position: relative;
}
.campaign_contTxt {
    background-color: #fff;
    max-width: 1100px;
    margin: auto;
    padding: 50px 0;
    text-align: center;
}
.campaign_contTxt h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
    padding: 0 75px;
    letter-spacing: 0.05rem;
}
.campaign_contTxt h2:before,
.campaign_contTxt h2:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 48px;
    height: 1px;
    background-color: #000;
}
.campaign_contTxt h2:before {
    left: 0;
}
.campaign_contTxt h2:after {
    right: 0;
}
.campaign_contTxt ul {
    margin: 60px auto 30px;
    max-width: 985px;
    font-weight: 500;
}
.campaign_contTxt ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #000;
}
.campaign_contTxt ul li:last-child {
    margin-bottom: 0;
}
.campaign_contTxt_menu {
    font-size: 22px;
    padding-left: 60px;
}
.campaign_contTxt_price {
    padding-right: 85px;
    font-size: 30px;
    color: #ff0000;
    letter-spacing: 0.05rem;
}
.campaign_contTxt_price span {
    font-size: 20px;
    color: #333;
    display: inline-block;
    position: relative;
    padding-right: 57px;
}
.campaign_contTxt_price span::after {
    content: "▶︎";
    display: inline-block;
    text-align: center;
    padding: 0;
    color: #5b534a;
    font-size: 13px;
    position: absolute;
    top: 4px;
    right: 17px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.campaign_contBtn a {
    color: #fff;
    background-color: #5b534a;
    width: 314px;
    padding: 13px 0;
    position: relative;
    font-weight: 500;
    font-size: 16px;
}
.campaign_contBtn a::after {
    content: "▶︎";
    display: inline-block;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 50%;
    right: 75px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/* --------------
reservation
---------------- */
.reservation {
    background: url(../img/top/reservation_bg.jpg) no-repeat center /cover;
    padding: 105px 0 70px;
    max-width: 1120px;
    margin: auto;
}
.rv_title {
    color: #fff;
}
.rv_title::after {
    border-right: solid 1px #d3d3d3;
}
.rv_txtSub {
    color: #fff;
    text-align: center;
    margin-top: 50px;
}
.reservation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 785px;
    margin: 65px auto 0;
}
/* ボタン共通設定 */
.re_btn {
    width: 360px;
    text-align: center;
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
    display: inline-block;
    text-align: center;
    background: transparent;
    outline: none;
    /*アニメーションの指定*/
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
/*hoverをした後のボタンの形状*/
.re_btn:hover {
    border-color: transparent;
}
/*ボタンの中のテキスト*/
.re_btn span {
    font-size: 19px;
    letter-spacing: 0.05rem;
    font-weight: 600;
    padding: 30px 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
    /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
    display: block;
    /*アニメーションの指定*/
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*== 右下に押し込まれる（立体が平面に） */
/*影の設定*/
.pushright:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    position: absolute;
    top: 6px;
    left: 6px;
    /*影の形状*/
    width: 100%;
    height: 100%;
    background-color: #b4c0c6;
}
/*hoverの際にX・Y軸に4pxずらす*/
.pushright:hover span {
    -webkit-transform: translate(6px, 6px);
        -ms-transform: translate(6px, 6px);
            transform: translate(6px, 6px);
}
/* --------------
buttonarea
---------------- */
.buttonarea {
    padding: 120px 0 40px;
    margin: auto;
}
.buttonarea ul {
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.buttonarea ul li {
    margin-bottom: 70px;
}
.buttonarea ul li a {
    width: 520px;
    height: 260px;
    position: relative;
}
.buttonarea ul li:first-child a {
    background: url(../img/top/btn01.jpg) no-repeat center /cover;
}
.buttonarea ul li:nth-child(2) a {
    background: url(../img/top/btn02.jpg) no-repeat center /cover;
}
.buttonarea ul li:nth-child(3) a {
    background: url(../img/top/btn03.jpg) no-repeat center /cover;
}
.buttonarea ul li:last-child a {
    background: url(../img/top/btn04.jpg) no-repeat center /cover;
}
.buttonarea_txt {
    text-align: center;
    width: 375px;
    /* margin: 38px auto 0; */
    background-color: rgba(255, 255, 255, 0.7);
    padding: 55px 0 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.bg_brown {
    background-color: rgba(238, 230, 221, 0.8);
}
.buttonarea_txt h2 {
    font-size: 36px;
    letter-spacing: 0.05rem;
}
.buttonarea_txt p {
    font-size: 15px;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    padding-bottom: 25px;
}
.buttonarea_txt p::after {
    content: "▶︎";
    display: inline-block;
    text-align: center;
    padding: 0;
    color: #333333;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
/* --------------
recruit
---------------- */
.recruit {
    background: url(../img/top/recruit_bg.jpg) no-repeat center /cover;
    margin: 0 auto 100px;
    padding: 65px 0 50px;
}
.recruit_cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    max-width: 1100px;
    margin: auto;
    
}
.recruit_cont figure {
    max-width: 551px;
}
.recruit_contTxt {
    padding-top: 40px;
    text-align: center;
}
.re_txtSub {
    margin-top: 50px;
}
.recruit_cont_txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    margin-top: 45px;
}
.recruit_contBtn {
    margin-top: 60px;
}
.recruit_contBtn a {
    color: #fff;
    background-color: #5b534a;
    width: 181px;
    padding: 13px 0;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.02rem;
}
.recruit_contBtn a::after {
    content: "▶︎";
    display: inline-block;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
/* --------------
access
---------------- */
.access {
    background-color: #eff1f2;
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.access_cont {
   width: 40%;
    float: left;
    padding-top: 100px ;
}
.access_cont_inner {
    width: 450px;
    text-align: left;
    float: right;
}
.acc_title {
    text-align: left;
    display: inline-block;
}
.access_cont h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 75px;
}
.access_cont_shop {
    font-size: 16px;
    margin-top: 10px;
}
.access_cont_info {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 40px;
}
.access_contBtn {
    margin-top: 60px;
}
.access_contBtn a {
    color: #fff;
    background-color: #5b534a;
    width: 181px;
    padding: 13px 0;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.02rem;
    text-align: center;
}
.access_contBtn a::after {
    content: "▶︎";
    display: inline-block;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.map {
    float: right;
    width:60%;
    height: 578px;
}
.map iframe {
    width: 100%;
    height: 100%;
}
/* 印刷してお持ちください */
.print_img {
    max-width: 1100px;
    margin: auto;
}
.print_btn {
    text-align: center;
}
.print_btn button {
    background-color: #5b534a;
    padding: 10px 0;
    width: 200px;
    color: #fff;
    cursor: pointer;
    border: none;
    position: relative;
}
.print_btn button::after {
    content: "▶︎";
    display: inline-block;
    text-align: center;
    padding: 0;
    color: #fff;
    font-size: 11px;
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
    .buttonarea ul {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin: auto;
    }
}
@media only screen and (max-width: 768px) {
/* --------------
共通
---------------- */
.title {
    font-size: 34px;
}
.title::after {
    top: -42px;
    height: 115px;
}
.txtSub {
    font-size: 13px;
}
/* --------------
concept
---------------- */
.concept {
    padding: 80px 0;
}
.concept_cont {
   width: 100%;
   padding: 0 5%;
}
.concept_cont p {
    font-size: 14px;
    line-height: 2.4;
    margin: 60px auto 0;
}
.concept_cont p::before {
    width: 100px;
    height: 82px;
    left: 0;
    top: -80px;
}
.concept_cont p::after {
    width: 76px;
    height: 68px;
    right: 0;
    z-index: -1;
    bottom: -15px;
}
/* --------------
campaign
---------------- */
.campaign {
    padding: 80px 0;
    margin-bottom: 70px;
}
.campaign_contBg::after {
    height: 300px;
    top: 60px;
}
.campaign_contInner {
    padding: 150px 5% 0;
}
.campaign_contTxt {
    width: 100%;
    padding: 40px 5%;
}
.campaign_contTxt h2 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 ;
}
.campaign_contTxt h2:before,
.campaign_contTxt h2:after {
    display: none;
}
.campaign_contTxt ul {
    margin: 40px auto 30px;
    width: 100%;
}
.campaign_contTxt ul li {
    padding-bottom: 10px;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.campaign_contTxt_menu {
    font-size: 16px;
    padding-left: 0;
    text-align: left;
    line-height: 1.2;
    padding-left: 1em;
    text-indent: -1em;
    width: 50%;
}
.campaign_contTxt_price {
    padding-right: 0;
    font-size: 20px;
    width: 43%;
    text-align: right;
}
.campaign_contTxt_price span {
    font-size: 14px;
    padding-right: 25px;
    text-align: left;
}
.campaign_contTxt_price span::after {
    font-size: 10px;
    top: 2px;
    right: 3px;
}
.campaign_contBtn a {
    max-width: 300px;
    width: 100%;
    font-size: 14px;
}
.campaign_contBtn a::after {
    font-size: 10px;
    right: 20%;
}
/* --------------
reservation
---------------- */
.reservation {
    padding: 80px 0;
    width: 100%;
    margin: auto;
}
.reservation ul {
    display: block;
    width: 100%;
    padding: 0 5%;
    margin: 40px auto 0;
}
.reservation ul li {
    margin-bottom: 30px;
}
.reservation ul li:last-child {
    margin-bottom: 0;
}
/* ボタン共通設定 */
.re_btn {
    width: 100%;
}
/*ボタンの中のテキスト*/
.re_btn span {
    font-size: 17px;
    padding: 25px 0;
}
/* --------------
buttonarea
---------------- */
.buttonarea {
    padding: 80px 5% 30px;
}
.buttonarea ul {
    width: 100%;
    display: block;
}
.buttonarea ul li {
    margin-bottom: 50px;
}
.buttonarea ul li a {
    width: 100%;
    height: 200px;
}
.buttonarea_txt {
    width: 80%;
    padding: 30px 0;
}
.buttonarea_txt h2 {
    font-size: 26px;
}
.buttonarea_txt p {
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 20px;
}
.buttonarea_txt p::after {
    font-size: 10px;
}
/* --------------
recruit
---------------- */
.recruit {
    padding: 80px 0;
    margin: 0 auto 70px;
}
.recruit_cont {
    display: block;
    width: 100%;
    padding: 0 5%;
}
.recruit_cont figure {
    width: 100%;
    margin: auto;
}
.recruit_contTxt {
    padding-top: 0;
}
.recruit_cont_txt {
    font-size: 14px;
    line-height: 2;
    margin: 30px 0;
}
.recruit_contBtn {
    margin: 50px auto 0;
    text-align: center;
}
.recruit_contBtn a {
    text-align: center;
}
.recruit_contBtn a::after {
    font-size: 10px;
}
/* --------------
access
---------------- */
.access_cont {
   width: 100%;
   clear:both;
    padding-top: 80px ;
}
.access_cont_inner {
    width: 100%;
    padding: 0 5%;
    text-align: center;
    clear:both;
}
.access_cont h2 {
    font-size: 18px;
    margin-top: 50px;
}
.access_cont_shop {
    font-size: 14px;
    margin-top: 5px;
}
.access_cont_info {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
}
.access_contBtn {
    margin-top: 40px;
}
.access_contBtn a::after {
    font-size: 10px;
}
.map {
    clear:both;
    width:100%;
    height: 400px;
    margin-top: 30px;
}
}