@charset "UTF-8";

/*----------
  共通
----------*/


/*
  clearfix
*/

.clearfix {
    width: 100%;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

#all-container {
    overflow: hidden;
}

body,
h1,
h2,
h3,
p,
ul li {
    font-size: 15px;
    /*  font-family: TsukuGoPr5-R,Arial,Roboto,"Droid Sans","FOT-筑紫ゴシック Pr5 R","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック",YuGothic;*/
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
    color: #221714;
}

h2,
h3 {
    line-height: 1.5;
}

body p {
    line-height: 1.8;
}

#all-container {
    overflow: hidden;
}

.min-font {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gfont-antic-slab {
    font-family: "Mplus 1p";
}

.en-font {
    font-family: 'Bellefair', serif;
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    width: 100%;
}

a.truncate_more_link {
    background-color: #E00E0F;
    color: #FFFFFF;
    padding: 5px 10px;
    text-decoration: none;
    margin-top: 30px;
    display: block;
    width: 100px;
    border-radius: 5px;
    text-align: center;
}

a {
    text-decoration: none;
    backface-visibility: hidden;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #fff;
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

a:activ {
    color: #fff;
    opacity: 1;
}

a.tel-link {
    color: #E00E0F;
}

a.tel-link:link {
    color: #E00E0F;
}

a.tel-link:visited {
    color: #E00E0F;
}

a.tel-link:hover {
    color: #E00E0F;
    opacity: 0.6;
}

a.tel-link:activ {
    color: #E00E0F;
    opacity: 1;
}

a.tel-link {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    a.tel-link {
        pointer-events: none;
        pointer-events: auto;
    }
}


/*
a img:link{
  opacity:1;
}

a img:visited{
  opacity:1;
}

a img:hover{
  opacity:0.8;
}

a img:activ{
  opacity:1;
}*/

a.tel-link {
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    a.tel-link {
        pointer-events: none;
        pointer-events: auto;
    }
}


/*=====================================================
  margin
======================================================*/

.m10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.m40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.m50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 50px;
}


/*=====================================================
  padding
======================================================*/

.p10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.p40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}


/*
  froat
*/

.right {
    float: right;
}

.left {
    float: left;
}


/*-------------------------------------------------

ヘッダー

-------------------------------------------------*/

header {
    background: #fff;
    border-top: 5px solid #b81c25;
    padding-top: 15px;
    box-shadow: 0px 3px 3px -1px #bebebe;
    -moz-box-shadow: 0px 3px 3px -1px #bebebe;
    -webkit-box-shadow: 0px 3px 3px -1px #bebebe;
}

@media screen and (max-width: 767px) {
    header {
        padding-top: 8px;
    }
}

header .container-fluid {
    max-width: 1400px;
}

header.container {
    position: relative;
}

header nav.nav-collapse {
    float: left;
}

header p#header-logo {
    width: 160px;
}

header p#header-logo img {
    max-width: 120px;
}

@media screen and (max-width: 767px) {
    header p#header-logo img {
        max-width: 90px;
    }
}

.nav-collapse a {
    background: none;
    padding: 20px 15px 0;
    color: #b81c25;
    font-weight: bold;
    border-left: none;
    border-top: none;
}

@media screen and (max-width: 767px) {
    .nav-collapse a {
        padding: 10px 15px;
    }
    .nav-collapse li:first-child a {
        padding-top: 0;
    }
}

.nav-collapse a:active,
.nav-collapse .active a {
    background: none;
}

.nav-collapse .active a {
    color: #ff9300;
}

.nav-collapse.opened {
    margin-bottom: 20px;
}

.header-btn-area {
    float: right;
}

.header-btn-area a img {
    width: 159px;
}

.header-logo {
    color: #b81c25;
}

.nav-toggle {
    background: #b81c25;
    height: 45px;
}

.nav-toggle:before {
    font: normal 28px/35px "responsivenav";
    color: #fff;
    top: 5px;
}

.logo {
    line-height: 45px;
}

header p.header-tel-btn {
    width: 45px;
    margin-right: 10px;
    position: absolute;
    right: 75px;
}

#slider {
    width: 100%;
    height: auto;
    margin-top: 79px;
    /*上部メニュー対策*/
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
    #slider {
        margin-bottom: 10px;
    }
}

#top-h1 {
    font-size: 30px;
    color: #b81c25;
    text-align: center;
    font-weight: bold;
    margin-bottom: 85px;
    line-height: 3.0rem;
}

@media screen and (max-width: 767px) {
    #top-h1 {
        font-size: 16px;
        line-height: 150%;
        padding: 0 15px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    nav.nav-collapse ul {
        margin-top: 15px;
    }
    nav.nav-collapse ul li {
        text-align: center;
        border-bottom: 1px dotted #b81c25;
        padding: 10px 0;
    }
    nav.nav-collapse ul li:last-child {
        border-bottom: none;
    }
}

.js .nav-collapse-0.opened {
    max-height: 100% !important;
}

.nav-collapse {
    display: none;
}


/*=====================================================
  ページ共通
======================================================*/

h1.contents-title {
    color: #b81c25;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    h1.contents-title {
        font-size: 18px;
    }
}

.contents-sub-title {
    font-family: 'Bellefair', serif;
    font-size: 50px;
    color: #b81c25;
    display: block;
    font-weight: normal;
    margin-bottom: 85px;
    position: relative;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .contents-sub-title {
        font-size: 35px;
        margin-bottom: 30px;
    }
}

.contents-sub-title:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.contents-sub-title span.side-line {
    background-color: white;
    display: inline-block;
    padding: 0 20px;
    /*ラインとテキストの間を調整*/
    position: relative;
    /*水平ラインが突き抜けないように*/
}

h1.contents-title-bg-red {
    color: #fff;
}

.contents-sub-title-bg-red {
    color: #fff
}

.contents-sub-title-bg-red span.side-line {
    background-color: #b81c25;
}

.contents-sub-title2 {
    font-family: 'Bellefair', serif;
    font-size: 30px;
    display: block;
    font-weight: normal;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .contents-sub-title2 {
        font-size: 25px;
        margin-bottom: 30px;
        line-height: 1.2;
    }
}

.contents-sub-title2:before {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.contents-sub-title2 span.side-line {
    background-color: white;
    display: inline-block;
    padding: 0 20px;
    /*ラインとテキストの間を調整*/
    position: relative;
    /*水平ラインが突き抜けないように*/
}


/*=====================================================
  TOPスライダー
======================================================*/

.metaslider {
    margin-top: 85px !important;
}


/*=====================================================
  consept コンセプト
======================================================*/

#consept {
    border-bottom: 5px solid #9a161e;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #consept {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    #consept-img-box {
        padding-bottom: 20px;
    }
}

#consept-txt-box {
    /*background-color: #b81c25;*/
    background: url(../img/bg-wahu_01.gif);
    padding: 40px;
}

@media screen and (max-width: 767px) {
    #consept-txt-box {
        background-color: #b81c25;
        padding: 40px 20px;
    }
}

#consept-txt-box h2 {
    color: #cca771;
    font-size: 22px;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    #consept-txt-box h2 {
        letter-spacing: 2px;
    }
}

#consept-txt-box p {
    color: #fff;
}


/*=====================================================
  plan パーティプラン
======================================================*/

#plan {
    background-color: #b81c25;
    padding-top: 60px;
}

#plan .contents-sub-title-bg-red span.side-line {
    background: #b81c25;
}

#plan-top-box {
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
    #plan-top-box {
        padding-bottom: 40px;
    }
}

p.sub-read-text {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
    p.sub-read-text {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: left;
    }
}

#plan-top-box div {
    width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    #plan-top-box div {
        width: 100%;
        margin: 0 auto;
    }
}

#plan-top-box div p {
    float: left;
}

#plan-top-box div .plan-drink-food {
    width: 405px;
}

@media screen and (max-width: 991px) {
    #plan-top-box div .plan-drink-food {
        width: 45%;
    }
}

#plan-top-box div .plan-plus {
    width: 10%;
    padding: 3%;
    margin: 10% auto;
}

#course-01 {
    background-image: url(../img/bg-keiji.jpg);
    background-size: cover;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #course-01 {
        padding-top: 30px;
        padding-bottom: 30px;
        background-position: top left （100% 100%）;
    }
}

.course-contents-wrap {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .course-contents-wrap {
        padding: 20px;
        margin-bottom: 15px;
    }
}

.course-contents-wrap h2 {
    color: #b81c25;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .course-contents-wrap h2 {
        font-size: 28px;
        line-height: 1.0;
        padding-bottom: 15px;
    }
}

.course-contents-wrap h2 span {
    color: #b81c25;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}

@media screen and (max-width: 767px) {
    .course-contents-wrap h2 span {
        font-size: 18px;
        padding-left: 0;
    }
}

.course-description-txt {
    font-size: 15px;
}

@media screen and (max-width: 767px) {
    .course-description-txt {
        font-weight: normal;
        text-align: justify;
        font-size: 14px;
    }
}

.course-menu-txt h3 {
    font-size: 17px;
    color: #b81c25;
    text-align: center;
    border: 1px solid;
    margin: 10px 0;
}

@media screen and (max-width: 767px) {
    .course-menu-txt ul {
        margin-bottom: 20px;
    }
}

.course-menu-txt ul li {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.3;
    border-bottom: 1px dotted #999;
}

.course-menu-txt ul li:last-child {
    border-bottom: none;
}

.course-menu-txt ul li span {
    display: block;
    line-height: 150%;
    padding-top: 5px;
    padding-bottom: 5px;
}

#course-02 {
    background-image: url(../img/bg-course-5000.jpg);
    background-size: cover;
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
    #course-02 {
        padding-top: 30px;
        padding-bottom: 30px;
        background-position: top left （100% 100%）;
    }
}

.course-middle-wrap {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted;
}

.course-contents-wrap .course-middle-wrap:last-child {
    border-bottom: none;
}

.course-middle-wrap>div {
    padding-right: 0;
}

@media screen and (max-width: 991px) {
    .course-middle-wrap>div {
        padding-right: .9375rem;
    }
}

.course-middle-wrap h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
    .course-middle-wrap h3 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.sub-course-contents {
    border-top: 1px dotted #333;
    margin-top: 20px;
    padding-top: 20px;
}

.sub-course-contents h3 {
    font-size: 18px;
    margin-top: 15px;
}

.price {
    font-size: 20px;
    margin: 10px 0;
}

.plan-read {
    padding-bottom: 50px;
}

.plan-read h2 {
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .plan-read h2 {
        text-align: left;
        font-size: 1.2rem;
    }
}

.plan-read p {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .plan-read p {
        text-align: left;
    }
}


/*==========================
  plan パーティプラン
  フリードリンクメニュー
==========================*/

#free-drink-menu {
    padding-top: 70px;
}

@media screen and (max-width: 767px) {
    #free-drink-menu {
        padding-top: 30px;
    }
}

#free-drink-menu h1 {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #free-drink-menu h1 {
        font-size: 22px;
    }
}

#free-drink-menu hr {
    width: 120px;
    height: 2px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 30px;
}

#free-drink-menu h2 {
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
    #free-drink-menu h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
}

#free-drink-menu-box {
    background-color: #fff;
    padding: 30px 30px 15px 30px;
    margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
    #free-drink-menu-box {
        margin-bottom: 30px;
    }
}

#free-drink-menu-box h3 {
    color: #b81c25;
    font-size: 22px;
    font-weight: bold;
}

.wine-buffet-txt {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #free-drink-menu-box h3 {
        margin-bottom: 10px;
    }
}

#free-drink-menu-box p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #free-drink-menu-box p {
        font-size: 15px;
        font-weight: normal;
    }
}

#free-drink-menu-box ul li {
    color: #b81c25;
    line-height: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

#free-drink-menu-box ul li span {
    font-size: 16px;
}


/*drink-sp*/

@media screen and (max-width: 767px) {
    #free-drink-menu-box ul li {
        font-size: 16px;
        font-weight: bold;
        line-height: 1.3;
        margin-bottom: 15px;
        border-bottom: 1px dotted #ccc;
        padding-bottom: 10px;
    }
    #free-drink-menu-box ul li span {
        color: #221714;
        font-size: 15px;
        font-weight: normal;
    }
}

#free-drink-guide {
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 150%;
}

@media screen and (max-width: 767px) {
    #free-drink-guide {
        font-size: 16px;
        text-align: left;
    }
}

.coupon-txt {
    color: #f00;
    font-weight: bold;
    font-size: 0.9rem;
    line-height: 1.3rem;
    margin: 10px 0;
}


/*=====================================================
  coupon クーポン
======================================================*/

#coupon {
    padding: 60px 0 80px 0;
    /*border-bottom: 5px solid #EF7F01;*/
}

@media screen and (max-width: 767px) {
    #coupon {
        padding: 30px 0 0 0;
    }
}

#coupon-container h2 {
    font-size: 22px;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
    #coupon-container h2 {
        font-size: 18px;
        margin-bottom: 30px;
        text-align: left;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 767px) {
    .coupon-contents {
        margin-bottom: 50px;
    }
}

.coupon-contents h3.en-font {
    color: #b81c25;
    font-size: 25px;
    line-height: 220%;
    text-align: center;
    border-bottom: 3px dotted #b81c25;
}

@media screen and (max-width: 767px) {
    .coupon-contents h3.en-font {
        border-top: 3px dashed #b81c25;
        padding-bottom: 5px;
    }
}

.coupon-contents h3.en-font span {
    font-size: 35px;
}

.coupon-contents .coupon-img-box {
    margin: 20px 0 10px;
}

.coupon-contents h4 {
    font-size: 18px;
    /* width: 21rem; */
    color: #fff;
    text-align: center;
    /* font-weight: bold; */
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #b81c25;
    margin: 0 auto 15px auto;
}

@media screen and (max-width: 767px) {
    .coupon-contents h4 {
        margin-bottom: 15px;
    }
}

.coupon-contents p {
    font-size: 16px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .coupon-contents p {
        font-size: 14px;
    }
}

.coupon-contents li {
    color: #221714;
    font-size: 14px;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .coupon-contents li {
        font-size: 12px;
        font-weight: bold;
    }
}


/*=====================================================
  contact-btn-box 電話番号&お問い合わせフォームボタン
======================================================*/

.contact-btn-box {
    margin: 60px auto;
}

@media screen and (max-width: 544px) {
    .contact-btn-box {
        padding: 0 20px;
        margin: 20px 0;
    }
}


/*=====================================================
  選ばれる理由
======================================================*/

.reason-container section {
    margin-bottom: 40px;
}

.reason-container h3 {
    color: #ad9454;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .reason-container h3 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}

.reason-container p {
    color: #e2e2e2;
    font-size: 17px;
}

@media screen and (max-width: 767px) {
    .reason-container p {
        font-size: 15px;
    }
}


/*=====================================================
  店舗のご案内
======================================================*/

#store-info-container-fluid {
    background-color: #f9f9f9;
    padding-top: 70px;
    padding-bottom: 80px;
    background: url(../img/bg-wahu_01.gif);
}

#store-info-container-fluid h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

#store-info-container-fluid h1+hr {
    width: 120px;
    margin: 0 auto;
    margin-bottom: 60px;
    border-top: 2px solid #ffffff;
}

.store-info-read-container h2 {
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
}

.store-info-read-container p {
    color: #e2e2e2;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 18px;
}

@media screen and (max-width: 767px) {
    .store-info-read-container p {
        font-size: 15px;
        text-align: left;
    }
}

.store-info-contents {
    padding: 30px;
    min-height: 850px;
}

@media screen and (max-width: 767px) {
    .store-info-contents {
        padding: 15px;
        padding-bottom: 50px;
        padding-top: 40px;
    }
}

@media screen and (max-width: 543px) {
    .store-info-contents {
        min-height: 800px;
    }
}

@media screen and (max-width: 767px) {
    .store-text {
        font-size: 14px;
    }
}

.store-info-contents h2 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .store-info-contents h2 {
        margin-bottom: 20px;
    }
}

.store-info-contents .store-image {
    margin-bottom: 10px;
}

.store-info-contents .metaslider {
    margin-top: 0 !important;
}

#store-info-container-fluid .store-info-contents:nth-child(even) {
    background: #e0d5a9;
    background: url(../img/bg-store_01.gif);
    background-size: cover;
}

#store-info-container-fluid .store-info-contents:nth-child(odd) {
    background: #e0d5a9;
    background: url(../img/bg-store_02.gif);
    background-size: cover;
}

.store-info-contents ul {
    margin-top: 20px;
    padding: 10px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    .store-info-contents ul {
        margin-top: 10px;
    }
}

.store-info-contents ul li {
    margin-bottom: 15px;
    font-size: 17px;
    letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
    .store-info-contents ul li {
        margin-bottom: 15px;
        font-size: 15px;
        letter-spacing: 1px;
    }
}

.store-info-contents ul li:last-child {
    margin-bottom: 0;
    font-size: 15px;
}

.store-info-contents ul li span {
    background: #333;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
    min-width: 100px;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .store-info-contents ul li span {
        padding: 5px 10px;
        margin-right: 0;
        margin-bottom: 10px;
        min-width: 100%;
    }
}

.store-info-contents ul li a {
    color: #b81c25;
}

@media screen and (max-width: 767px) {
    .store-info-contents a.tel-link {
        background: #b81c25;
        width: 100%;
        display: inline-block;
        padding: 15px 10px;
        text-align: center;
        color: #fff;
        border-radius: 10px;
    }
}

#store-box {
    padding-top: 20px;
}

#store-box h1 {
    background: #b81c25;
    padding: 30px;
    margin-bottom: 0;
}

.access h2 {
    color: #b81c25;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.access p {
    font-size: 16px;
    color: #221714;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.access iframe {
    width: 100%;
    height: 320px;
}

.access h2 {
    color: #b81c25;
    font-size: 25px;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.access p {
    font-size: 16px;
    color: #221714;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .access p {
        font-size: 15px;
        letter-spacing: 0px;
    }
}

.access iframe {
    width: 100%;
    height: 320px;
}


/*=====================================================
  flow 開催日までの流れ
======================================================*/

#flow-container .flow-step div.match {
    padding-bottom: 8px;
}

#flow-container .flow-step {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    #flow-container .flow-step {
        margin-bottom: 10px;
    }
}

#flow-container .flow-step .step-txt {
    height: 100%;
    background-color: #f7f7eb;
    padding: 23px;
}

@media screen and (max-width: 767px) {
    #flow-container .flow-step .step-txt {
        padding: 0 0 23px 0;
    }
}

#flow-container .flow-step .step-txt h3 {
    color: #b81c25;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    #flow-container .flow-step .step-txt h3 {
        font-size: 17px;
        padding: 0 23px;
    }
}

#flow-container .flow-step .step-txt h3 a {
    color: #b81c25;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    #flow-container .flow-step .step-txt h3 a {
        font-size: 17px;
    }
}

#flow-container .flow-step .step-txt p {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    #flow-container .flow-step .step-txt p {
        font-size: 15px;
        padding: 0 23px;
    }
}

#flow-container .flow-step .step-txt p.step-num {
    padding: 0;
    margin-bottom: 15px;
}


/*=====================================================
  things 良いパーティーの5つの条件
======================================================*/

#things {
    background-color: #b81c25;
    padding-top: 60px;
    border-bottom: 5px solid #EF7F01;
}

#things-container {
    padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
    #things-container {
        padding-bottom: 30px;
    }
}

#things-main-img {
    width: 725px;
    margin: 0 auto;
    line-height: 0;
}

#things-main-img-sp {
    line-height: 0;
}

#things-contents {
    background-color: #fff;
    padding: 45px;
}

@media screen and (max-width: 767px) {
    #things-contents {
        padding: 20px;
    }
}

#things-contents h2 {
    font-size: 20px;
    width: 21rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 50px;
    padding: 5px;
    background-color: #b81c25;
    margin: 0 auto 45px auto;
}

@media screen and (max-width: 767px) {
    #things-contents h2 {
        width: auto;
        margin: 0 auto 10px auto;
    }
}

#things-contents .things-box {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #b81c25;
}

@media screen and (max-width: 767px) {
    #things-contents .things-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

#things-contents section.things-box:nth-child(6) {
    padding-bottom: 15px;
    border-bottom: none;
}

#things-contents .things-box h3 {
    color: #b81c25;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    #things-contents .things-box h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    #things-contents .things-box h3 {
        text-align: left;
    }
}

#things-contents .things-box p {
    text-align: center;
}

@media screen and (max-width: 767px) {
    #things-contents .things-box p {
        text-align: left;
    }
}

#things-container .container p.en-font {
    color: #b81c25;
    font-size: 50px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    #things-container .container p.en-font {
        font-size: 34px;
    }
}


/*=====================================================
  form フォーム
======================================================*/

#form-container h2 {
    font-size: 22px;
    text-align: center;
    letter-spacing: 3px;
    margin-bottom: 55px;
}


/*------------------------------------------------------

	プライバシーポリシー

-------------------------------------------------------*/

.privacy-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.privacy-content h1 {
    font-size: 1.6rem;
    line-height: 2;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 992px) {
    .privacy-content h1 {
        font-size: 2rem;
    }
}

.privacy-content h2 {
    font-size: 1.2rem;
    line-height: 2;
    text-align: left;
}

@media (min-width: 992px) {
    .privacy-content h2 {
        font-size: 1.6rem;
    }
}

.privacy-content h2::before {
    display: none;
}

.privacy-content h3 {
    line-height: 2;
    margin-top: 1rem;
}

.privacy-content ul,
.privacy-content li {
    list-style: decimal;
    margin: revert;
    padding: revert;
}

.privacy-content dl {
    padding-left: 15px;
}


/*=====================================================
404ページ
======================================================*/

.error-404-container {
    margin-top: 120px;
}

.error-404 {
    padding: 0 20px;
}

.error-404 h2 {
    font-size: 2em;
    margin-bottom: 10px;
}

.error-contents {
    margin: 20px 0;
}

.error-contents h3 {
    font-size: 1.2em;
    color: #bda659;
    font-weight: bold;
    margin-bottom: 10px;
}

.error-reason ul li,
.error-after ul li {
    margin-bottom: 15px;
}

.error-after ul li:last-child a {
    text-decoration: underline;
}


/*=====================================================
  footer
======================================================*/

footer #copyright {
    color: #fff;
    text-align: center;
    background-color: #b81c25;
    padding: 20px 0;
}


/* 20180907 追記 */

.oiwai-container-fluid {
    background-color: #f9f9f9;
    padding-top: 40px;
    padding-bottom: 15px;
    background: url(../img/bg-wahu_01.gif);
}

.oiwai-container-fluid h2 {
    color: #ffffff;
    font-size: 32px;
    text-align: center;
    letter-spacing: 3px;
}

.oiwai-container-fluid h2 span {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
    padding-left: 10px;
}

.oiwai-container-fluid h3,
.oiwai-container-fluid .course-menu-txt ul li {
    color: #fff;
}