/* reset */

hrml, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

object, embed {
    vertical-align: top;
}

legend {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

img, abbr, acronym, fieldset {
    border: 0;
}

body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 14px;
}

a {
    color: #0066ff;
    text-decoration: none;
}

a:active, a:focus, input:active, input:focus {
    outline: 0;
}

section {
    width: 100%;
}

.pcClass {
    display: block;
}

.spClass {
    display: none;
}

.wrap {
    overflow: hidden;
    position: relative;
}

/* ----------------------------------------------------------------
共通パーツ
----------------------------------------------------------------- */
header nav ul li.contact:hover,
#style .low ul li.text p.btn a:hover,
#style .click-box p.btn:hover,
#style .wedding #party-time .inner a:hover,
#plan .inner a:hover,
#facility .inner a:hover,
#thanks .inner p.btn a:hover {
    background: -webkit-linear-gradient(left, rgba(222, 114, 96, 1) 0%, rgba(219, 70, 90, 1) 100%);
    background: -o-linear-gradient(left, rgba(222, 114, 96, 1) 0%, rgba(219, 70, 90, 1) 100%);
    background: linear-gradient(to right, rgba(222, 114, 96, 1) 0%, rgba(219, 70, 90, 1) 100%);
    opacity: 0.7;
    transition: all 0.5s ease;
}

.headline h3 span {
    color: #cf515b;
}

.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 0.5s;
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

h3 {
    font-family: 'Dancing Script', cursive;
}

h3::after {
    font-family: Lora, 游明朝, YuMincho Medium;
}

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

/* ----------------------------------------------------------------
ヘッダー
----------------------------------------------------------------- */
header {
    width: 100%;
    position: fixed;
    z-index: 1000;
    font-family: Lora, 游明朝, YuMincho Medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.header {
    background: rgba(66, 63, 63, 0.8);
    transition: all 0.5s ease;
}

.hidden {
    background: none;
    transition: all 0.5s ease;
}

header nav {
    max-width: 1260px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header nav ul {
    display: flex;
    width: 80%;
    justify-content: space-around;
    margin-right: 140px;
    padding-top: 20px;
}

.header nav h1 {
    left: 10px;
    width: 84px;
    margin-right: 80px;
}

header.pcClass nav ul li {
    font-size: 12px;
    text-align: center;
    height: 62px;
    line-height: 1.4;
}

header.pcClass nav ul li span {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

header nav ul li a {
    color: #FFFFFF;
    transition: 0.5s linear;
}

header nav ul li a:hover {
    opacity: 0.7;
    transition: 0.5s linear;
}

header nav ul li.contact {
    background: -webkit-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: linear-gradient(to right, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    width: 170px;
    font-size: 16px;
    text-align: center;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    height: 82px;
}

header nav ul li.contact a {
    color: #FFFFFF;
    display: block;
    margin-top: 15px;
}

/*ハンバーガーメニュー CSS ここから
------------------------*/

header .inner {
    z-index: 10;
    margin: 0 auto;
    width: 90%;
    height: 70px;
    align-items: center;
    display: flex;
}

header .inner .btn {
    font-size: 10px;
    background: -webkit-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: linear-gradient(to right, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    width: 100px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 75px;
    line-height: 1.5;
    padding: 2px 0;
}

header .inner .btn a {
    color: #FFFFFF;
}

.slide_btn {
    position: absolute;
    top: 10px;
    right: 5px;
    display: block;
    width: 65px;
    height: 65px;
    z-index: 6;
}

.topBar {
    background: #fff;
    height: 2px;
    width: 50%;
    position: absolute;
    top: 10px;
    left: 25%;
}

.middleBar {
    background: #fff;
    height: 2px;
    width: 50%;
    position: absolute;
    top: 18px;
    left: 25%;
}

.bottomBar {
    background: #fff;
    height: 2px;
    width: 50%;
    position: absolute;
    top: 26px;
    left: 25%;
}

.bar-text {
    color: #fff;
    font-size: 10px;
    height: 2px;
    width: 50%;
    position: absolute;
    top: 30px;
    left: 27%;
}

header .inner h1 img {
    width: 58px;
}

img[src$=".svg"] {
    width: 100%;
}

span.menu {
    bottom: 20px;
    font-size: 10px;
}

span.menu:after {
    content: "MENU";
    color: #fff;
    bottom: 20px;
    font-size: 10px;
}

.active span.menu:after {
    content: "CLOSE";
}

#category_list {
    display: none;
    position: absolute;
    z-index: 5;
    top: 0px;
    left: 0px;
    width: 100%;
}

#category_list .lists {
    width: 100%;
    padding: 50px 0 20px 0;
    background: rgba(66, 63, 63, 0.8);
    flex-direction: column;
    display: flex;
}

#category_list .lists li {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0;
    line-height: 1.3;
    margin-top: 20px;
}

#category_list .lists li span {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

#category_list .lists li a {
    font-size: 12px;
}

/*ハンバーガーメニュー CSS ここまで


/* ----------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------- */

#main {
    width: 100%;
    height: auto;
}

#main .videoWrapper {
    width: 100%;
}

#main .videoWrapper__inner {
    position: relative;
    background: url('../img/top.jpg') no-repeat center/cover;
}

#main .videoWrapper__inner::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 100vh;
}

/* #main .videoWrapper__inner iframe {
    position: absolute;
    top: 0;
    left: 0;
} */

#main .bg-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}

#main video {
    width: 100%;
    min-height: 100vh;
    z-index: 1;
    display: block;
    background-color: #050505;
    object-fit: cover;
}

#main div.bg-video img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    width: 40%;
}

/* ----------------------------------------------------------------
新着情報
----------------------------------------------------------------- */

#news {
    padding: 60px 0 60px 0;
    background-image: url(../img/news-bg.jpg);
    height: auto;
    background-position: top center;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#news .inner {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
}

#news .inner .headline {
    text-align: center;
}

#news .inner .headline h3 {
    display: inline-block;
    color: #fff;
    padding: 0 0 40px 0;
    font-size: 55px;
    letter-spacing: 0.05em;
}

#news .inner .headline h3::after {
    content: '新着情報';
    display: block;
    font-size: 12px;
}

#news .inner table {
    width: 100%;
    padding: 20px 0;
    color: #FFFFFF;
    font-size: 16px;
}

#news .inner table th {
    width: 16%;
    padding: 20px 0 20px 20px;
    font-weight: normal;
}

#news .inner table th span {
    background: -webkit-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: linear-gradient(to right, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    padding: 5px 15px 5px 15px;
}

#news .inner table td {
    padding: 20px 0 20px 50px;
}

/* ----------------------------------------------------------------
ベルズで叶うウエディングスタイル
----------------------------------------------------------------- */

#style {
    padding: 60px 0 0 0;
}

#style .headline {
    text-align: center;
}

#style .headline h3 {
    display: inline-block;
    color: #000;
    padding: 0 0 40px 0;
    font-size: 55px;
    letter-spacing: 0.05em;
}

#style .headline h3::after {
    content: 'コットンクラブで叶うウェディングスタイル';
    display: block;
    font-size: 12px;
}

#style .low {
    width: 100%;
    padding: 50px 0;
}

#style .low:nth-child(odd) {
    background-color: #fdefee;
}

#style .low ul {
    max-width: 910px;
    width: 90%;
    margin: 0 auto;
    display: flex;
}

#style .low ul.style_2,
#style .low ul.style_4 {
    flex-direction: row-reverse;
}

#style .low ul li.text {
    width: 370px;
    min-height: 280px;
    border: solid 2px #cfbe9c;
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: column;
}

#style .low ul.style_1 li.text::before,
#style .low ul.style_3 li.text::before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    right: -14px;
    width: 222px;
    height: 65px;
}

#style .low ul.style_1 li.text::before {
    background: url(../img/style1-icon.svg) 0 0 no-repeat;
}

#style .low ul.style_3 li.text::before {
    background: url(../img/style3-icon.svg) 0 0 no-repeat;
}

#style .low ul.style_2 li.text::before,
#style .low ul.style_4 li.text::before {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: -14px;
    width: 228px;
    height: 65px;
}

#style .low ul.style_2 li.text::before {
    background: url(../img/style2-icon.svg) 0 0 no-repeat;
}

#style .low ul.style_4 li.text::before {
    background: url(../img/style4-icon.svg) 0 0 no-repeat;
}

#style .low ul.style_1 li.text,
#style .low ul.style_3 li.text {
    padding: 70px 30px 30px 70px;
}

#style .low ul.style_2 li.text,
#style .low ul.style_4 li.text {
    padding: 70px 70px 30px 30px;
}

#style .low ul li.text h4::before {
    display: block;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 1.1;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
}

#style .low ul.style_1 li.text h4::before {
    content: 'なつかしい友人たちとカジュアルに♪';
}

#style .low ul.style_2 li.text h4::before {
    content: '家族や職場の方も呼んで';
}

#style .low ul.style_3 li.text h4::before {
    content: 'バンド演奏などとことん自由に!';
}

#style .low ul.style_4 li.text h4::before {
    content: '時間を気にせず、まるでお家にいるような';
}

#style .low ul li.text h4 {
    font-size: 30px;
    color: #cf515c;
    margin-bottom: 10px;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

#style .low ul li.text p {
    line-height: 2;
}

#style .low ul li.text p.btn {
    margin-top: auto;
    width: 200px;
    font-family: Lora, 游明朝, YuMincho Medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#style .low ul li.text p.btn a::before,
#thanks .inner p.btn a::before {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 12px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: translateX(-50%) rotate(45deg);
}

#style .low ul li.text p.btn a {
    display: block;
    background: -webkit-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: linear-gradient(to right, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    transition: all 0.5s ease;
}

#style .low ul li.img {
    width: 435px;
    position: relative;
    padding-bottom: 15px;
    z-index: 5;
}

#style .low ul li.img img {
    width: 100%;
}

#style .low ul.style_1 li.img::after,
#style .low ul.style_3 li.img::after {
    content: '';
    display: block;
    position: absolute;
    top: 35px;
    left: 0px;
    width: 480px;
    height: 320px;
    z-index: 5;
}

#style .low ul.style_1 li.img::after {
    background: url(../img/style1-img.jpg) 0 0 no-repeat;
}

#style .low ul.style_3 li.img::after {
    background: url(../img/style3-img.jpg) 0 0 no-repeat;
}

#style .low ul.style_2 li.img::after,
#style .low ul.style_4 li.img::after {
    content: '';
    display: block;
    position: absolute;
    top: 35px;
    right: 0px;
    width: 480px;
    height: 320px;
}

#style .low ul.style_2 li.img::after {
    background: url(../img/style2-img.jpg) 0 0 no-repeat;
}

#style .low ul.style_4 li.img::after {
    background: url(../img/style4-img.jpg) 0 0 no-repeat;
}

#style .click-box {
    padding-bottom: 50px;
}

#style .click-box p.btn {
    background: -webkit-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: linear-gradient(to right, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    max-width: 530px;
    width: 90%;
    line-height: 70px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
    font-family: Lora, 游明朝, YuMincho Medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#style .click-box p.btn::before {
    content: "+";
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
}

#style .click-box.open p.btn::before {
    content: "−";
    display: block;
    position: absolute;
    top: 0px;
    right: 20px;
}

#style .box-wrap {
    background-color: #fdefee;
}

#style .wedding {
    display: none;
}

#style .wedding .long-time {
    padding: 180px 0 60px 0;
    background-image: url(../img/style-bg.jpg);
    height: auto;
    background-position: top center;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#style .wedding .long-time .inner {
    max-width: 700px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
}

#style .wedding .long-time .inner p.read {
    font-size: 25px;
    font-weight: bold;
    position: relative;
}

#style .wedding .long-time .inner p.read img {
    width: 100%;
}

#style .wedding .long-time .inner p.read::before {
    background: url(../img/wedding-icon.svg) 0 0 no-repeat;
    text-align: center;
    position: absolute;
    content: '';
    width: 525px;
    height: 85px;
    top: -90px;
    left: -60px;
    display: block;
}

#style .wedding .long-time .inner p.read::after {
    background: url(../img/wedding-arrow.png) 0 0 no-repeat;
    text-align: center;
    content: '';
    width: 130px;
    height: 80px;
    display: block;
    margin: 0 auto;
}

#style .wedding .long-time .inner p {
    font-size: 23px;
    font-weight: bold;
    line-height: 2;
}

#style .wedding .long-time .inner p span.color {
    background: -webkit-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: linear-gradient(to right, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    padding: 15px 10px 5px 10px;
}

#style .wedding .long-time .inner p span.bold {
    font-size: 35px;
}

#style .wedding #party-time {
    padding: 50px 0 50px 0;
    background-color: #FFF;
}

#style .wedding #party-time .inner {
    max-width: 910px;
    width: 90%;
    margin: 0 auto;
}

#style .wedding #party-time .inner ul {
    display: flex;
    padding: 200px 0;
}

#style .wedding #party-time .inner ul:nth-child(even) {
    flex-direction: row-reverse;
}

#style .wedding #party-time .inner ul li.text {
    width: 385px;
    border: solid 15px #faeaea;
    position: relative;
    transition: 0.5s linear;
}

#style .wedding #party-time .inner ul li.text:hover {
    transition: 0.5s linear;
    border: solid 15px #fda6a6;
}

#style .wedding #party-time .inner ul.plan1 li.text {
    padding: 50px 10px 30px 50px;
}

#style .wedding #party-time .inner ul.plan2 li.text {
    padding: 50px 10px 30px 50px;
}

#style .wedding #party-time .inner ul.plan1 li.text::after {
    background: url(../img/plan1-icon.svg) 0 0 no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: -32px;
    right: -56px;
    width: 344px;
    height: 96px;
}

#style .wedding #party-time .inner ul.plan2 li.text::after {
    background: url(../img/plan2-icon.svg) 0 0 no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: -38px;
    left: -84px;
    width: 372px;
    height: 93px;
}

#style .wedding #party-time .inner ul.plan1 li.img::after {
    background: url(../img/party-time-img1.png) 0 0 no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: -120px;
    left: 0;
    width: 472px;
    height: 480px;
}

#style .wedding #party-time .inner ul li.text p {
    font-size: 20px;
    margin-top: 20px;
}

#style .wedding #party-time .inner ul li.img {
    width: 425px;
    position: relative;
    margin-bottom: 40px;
}

#style .wedding #party-time .inner ul li.img img {
    width: 100%;
}

#style .wedding #party-time .inner ul.plan1 li.img::after {
    background: url(../img/party-time-img1.png) 0 0 no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: -120px;
    left: 0;
    width: 472px;
    height: 480px;
    z-index: 5;
}

#style .wedding #party-time .inner ul.plan2 li.img::after {
    background: url(../img/party-time-img2.png) 0 0 no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: -120px;
    right: 0;
    width: 472px;
    height: 478px;
    z-index: 5;
}

#style .wedding #party-time .inner a,
#plan .inner a,
#facility .inner a {
    display: block;
    background: -webkit-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: linear-gradient(to right, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    max-width: 500px;
    line-height: 95px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    position: relative;
    transition: all 0.5s ease;
    font-family: Lora, 游明朝, YuMincho Medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#style .wedding #party-time .inner a::before,
#plan .inner a::before,
#facility .inner a::before {
    content: "";
    display: block;
    position: absolute;
    top: 42px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    transform: translateX(-50%) rotate(45deg);
}


/* ----------------------------------------------------------------
料金プラン
----------------------------------------------------------------- */

#plan {
    padding: 60px 0 60px 0;
    background-image: url(../img/plan-bg.jpg);
    height: auto;
    background-position: top center;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#plan .inner {
    max-width: 910px;
    width: 90%;
    margin: 0 auto;
}

#plan .inner .headline {
    text-align: center;
}

#plan .inner .headline h3 {
    display: inline-block;
    color: #fff;
    padding: 0 0 40px 0;
    font-size: 55px;
    letter-spacing: 0.05em;
}

#plan .inner .headline h3::after {
    content: '料金プラン';
    display: block;
    font-size: 12px;
}

#plan .inner ul {
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    padding: 30px;
    margin-bottom: 30px;
}



#plan .inner ul li.img {
    width: 240px;
}

#plan .inner ul li.img img {
    width: 100%;
    height: auto !important;
}

#plan .inner ul li.text {
    width: 560px;
    margin-right: 40px;
}

#plan .inner ul li.text p span {
    color: #c74d5c;
    font-weight: bold;
}

#plan .inner ul li.text h4 {
    font-size: 22px;
    margin-bottom: 25px;
}

#plan .inner ul li.text h4 span {
    color: #c74d5c;
}

#plan .inner a,
#facility .inner a {
    margin-top: 30px;
}

#plan .inner ul li.text dl {
    display: flex;
    margin-bottom: 20px;
}

#plan .inner ul li.text dl.content_1 dt span,
#plan .inner ul li.text dl.content_2 dt span {
    white-space: nowrap;
    border: solid 1px;
    color: #c74d5c;
    padding: 3px 10px;
    margin-right: 10px;
}

/* ----------------------------------------------------------------
設備
----------------------------------------------------------------- */
#facility {
    padding: 60px 0 60px 0;
}

#facility .inner {
    max-width: 910px;
    width: 90%;
    margin: 0 auto;
}

#facility .inner .headline {
    text-align: center;
}

#facility .inner .headline h3 {
    display: inline-block;
    color: #000;
    padding: 0 0 40px 0;
    font-size: 55px;
    letter-spacing: 0.05em;
}

#facility .inner .headline h3::after {
    content: '設備';
    display: block;
    font-size: 12px;
}

#facility .inner h4 {
    width: 100%;
    text-align: center;
    font-size: 19px;
    color: #FFF;
    background: #ab893f;
    line-height: 2;
    letter-spacing: 0.05em;
    margin-bottom: 40px;
}

#facility .inner p.option {
    font-size: 19px;
}

#facility .inner ul {
    display: flex;
    flex-wrap: wrap;
}

#facility .inner ul li {
    display: flex;
    width: calc(100% / 2);
    box-sizing: border-box;
    margin-bottom: 18px;
    margin-bottom: 40px;
}

#facility .inner ul li .text {
    width: 53%;
    padding: 5px 10px 10px 20px;
}

#facility .inner ul li .text h5 {
    font-size: 18px;
    color: #ab893f;
    margin-bottom: 10px;
    letter-spacing: -0.1em;
    line-height: 1.3;
}

#facility .inner ul li .img {
    width: 47%;
}

#facility .inner ul li .img img {
    width: 100%;
    box-shadow: 8px 8px #ecdec4;
    transition: 0.5s linear;
}

#facility .inner ul li .img img:hover {
    box-shadow: 8px 8px #ab893f;
    transition: 0.5s linear;
    opacity: 0.7;
}

/* ----------------------------------------------------------------
挿絵
----------------------------------------------------------------- */
#illustration {
    height: 425px;
    background-image: url(../img/illustration-bg.jpg);
    background-position: top center;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#illustration img {
    width: 100%;
}

/* ----------------------------------------------------------------
ギャラリー
----------------------------------------------------------------- */

#gallery {
    padding: 60px 0 60px 0;
}

#gallery .inner {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}

#gallery .inner .headline {
    text-align: center;
}

#gallery .inner .headline h3 {
    display: inline-block;
    color: #000;
    padding: 0 0 40px 0;
    font-size: 55px;
    letter-spacing: 0.05em;
}

#gallery .inner .headline h3::after {
    content: 'ギャラリー';
    display: block;
    font-size: 12px;
}

#gallery .inner p {
    font-size: 16px;
    line-height: 1.8;
}

/* ----------------------------------------------------------------
アクセス&店舗情報
----------------------------------------------------------------- */

#access {
    padding: 60px 0 60px 0;
}

#access .inner {
    max-width: 950px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

#access .inner p {
    font-size: 16px;
    line-height: 1.8;
}

#access .inner .headline {
    text-align: center;
}

#access .inner .headline h3 {
    display: inline-block;
    color: #000;
    padding: 0 0 40px 0;
    font-size: 55px;
    letter-spacing: 0.05em;
}

#access .inner .headline h3::after {
    content: 'アクセス&店舗情報';
    display: block;
    font-size: 12px;
}

#access .map {
    margin-top: 20px;
}

#access .map iframe {
    display: block;
}

#access .inner .access-train {
    padding: 60px 0 0 0;
}

#access .inner .access-wrap {
    display: flex;
    gap: 30px;

    >* {
        flex: 1 1 500px;
    }

    @media screen and (max-width:767px) {
        display: block;
    }
}

#access .inner .access-train ul {
    display: flex;
}

#access .inner .access-train ul li.map {
    width: 590px;
}

#access .inner .access-train ul li.map img {
    width: 100%;
}

#access .inner .access-train ul li.text {
    text-align: left;
}

#access .inner .access-train ul li.text h4 {
    font-size: 22px;
    color: #c74d5c;
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
}

#access .inner .access-train ul li.text h4::before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 35px;
    height: 40px;
    background: url(../img/train-icon.png) 0 0 no-repeat;
    z-index: 1;
}

#access .inner .access-train ul li.text p {
    font-size: 19px;
}

/* ----------------------------------------------------------------
お問い合わせ
----------------------------------------------------------------- */

#contact {
    padding: 60px 0 60px 0;
    background: #fff5f4;
}

#contact .inner {
    max-width: 900px;
    width: 90%;
    margin: 0 auto;

}

#contact .inner p {
    font-size: 16px;
    text-align: center;
}

#contact .inner .headline {
    text-align: center;
}

#contact .inner .headline h3 {
    display: inline-block;
    color: #000;
    padding: 0 0 40px 0;
    font-size: 55px;
    letter-spacing: 0.05em;
}

#contact .inner .headline h3::after {
    content: 'お問い合わせ';
    display: block;
    font-size: 12px;
}

#contact .inner .fon-wrap {
    max-width: 600px;
    margin: 0 auto;
    border: solid 1px #ce505d;
    padding: 25px;
    text-align: center;
    margin-top: 15px;
    font-family: Lora, 游明朝, YuMincho Medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#contact .inner .fon-wrap dl {
    font-weight: bold;
}

#contact .inner .fon-wrap dl dt {
    font-size: 20px;
    color: #ce505d;
}

#contact .inner .fon-wrap dl dd {
    font-size: 40px;
    display: inline-block;
    position: relative;
    padding-left: 100px;
}

#contact .inner .fon-wrap dl dd::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0px;
    width: 88px;
    height: 38px;
    background: url(../img/fon-icon.png) 0 0 no-repeat;
    z-index: 1;
}

#contact .inner .fon-wrap dl dd a {
    color: #464241;
}

/* ----------------------------------------------------------------
サンクスページ
----------------------------------------------------------------- */

#thanks {
    padding: 200px 0 0 0;
    background-image: url(../img/thanks-bg.jpg);
    height: auto;
    background-position: top center;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#thanks .inner {
    max-width: 950px;
    width: 90%;
    height: 550px;
    margin: 0 auto;
    text-align: center;
}

#thanks .inner .headline {
    text-align: center;
}

#thanks .inner .headline h3 {
    display: inline-block;
    color: #fff;
    padding: 0 0 40px 0;
    font-size: 55px;
    letter-spacing: 0.05em;
}

#thanks .inner .headline h3::after {
    content: 'お問い合わせありがとうございます';
    display: block;
    font-size: 12px;
}

#thanks .inner .text-area {
    height: 150px;
    color: #fff;
}

#thanks .inner .text-area p {
    font-size: 20px;
}

#thanks .inner p.btn a {
    display: block;
    background: -webkit-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: -o-linear-gradient(left, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    background: linear-gradient(to right, rgba(219, 70, 90, 1) 0%, rgba(222, 114, 96, 1) 100%);
    width: 200px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

#thanks .adrress {
    background: rgba(255, 255, 255, 0.7);
    margin-top: 30px;
}

#thanks ul {
    padding: 50px 0 30px 0;
    display: flex;
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    justify-content: space-around;
}

#thanks ul li.text {
    text-align: left;
    color: #4e4e4e;
    font-weight: bold;
    width: 65%;
    font-size: 16px;
    line-height: 1.4;
}

#thanks ul li.text a {
    color: #4e4e4e;
}

#thanks ul li.img {
    width: 35%;
    text-align: center;
}

/* ----------------------------------------------------------------
フッター
----------------------------------------------------------------- */

footer {
    width: 100%;
}

footer p#copy {
    background-color: #44403f;
    font-size: 16px;
    color: #FFF;
    text-align: center;
    padding: 20px 0 20px 0;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {}

/*------------------------------------------------------------*/
@media screen and (min-width: 630px) and (max-width: 1024px) {

    .pcClass {
        display: none;
    }

    .spClass {
        display: block;
    }

    /* ----------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------- */

    #main img {
        width: 70%;
    }

    /* ----------------------------------------------------------------
ベルズで叶うウエディングスタイル
----------------------------------------------------------------- */

    #style .low ul {
        display: flex;
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    #style .low ul li.img {
        width: 100%;
    }

    #style .low ul li.text {
        width: 100%;
        min-height: 250px
    }

    #style .low ul.style_1 li.img::after,
    #style .low ul.style_2 li.img::after,
    #style .low ul.style_3 li.img::after,
    #style .low ul.style_4 li.img::after {
        background: url(none);
    }

    #style .low ul.style_1 li.text,
    #style .low ul.style_2 li.text,
    #style .low ul.style_3 li.text,
    #style .low ul.style_4 li.text {
        padding: 70px 20px 20px 20px;
    }

    #style .wedding #party-time .inner ul.plan1 li.img::after {
        background: url(none);
    }

    #style .wedding #party-time .inner ul.plan2 li.img::after {
        background: url(none);
    }

    #style .wedding #party-time .inner ul {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 0;
    }

    #style .wedding #party-time .inner ul li.text,
    #style .wedding #party-time .inner ul li.img {
        width: 100%;
    }

    #style .wedding #party-time .inner ul.plan1 li.text,
    #style .wedding #party-time .inner ul.plan2 li.text {
        padding: 50px 10px 10px 10px;
    }

    #style .wedding .long-time .inner p.read::before {
        top: -90px;
        left: 0;
    }

    /* ----------------------------------------------------------------
料金プラン
----------------------------------------------------------------- */

    #plan .inner ul li.text dl {
        display: flex;
        flex-wrap: wrap;
    }

    /* ----------------------------------------------------------------
挿絵
----------------------------------------------------------------- */
    #illustration {
        height: auto;
        background-image: url(none);
    }


}

/*------------------------------------------------------------*/
@media screen and (min-width: 320px) and (max-width: 568px)
/**スマホ用のCSS**/
    {

    .pcClass {
        display: none;
    }

    .spClass {
        display: block;
    }

    /* ----------------------------------------------------------------
メインビジュアル
----------------------------------------------------------------- */
    #main .bg-video {
        height: 100vh;
    }

    #main video {
        object-fit: cover;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }

    #main img {
        width: 70%;
    }

    /* ----------------------------------------------------------------
新着情報
----------------------------------------------------------------- */
    #news .inner table th {
        padding: 0px 0px 10px 0px;
    }

    #news .inner table td {
        padding: 0 10px 20px 10px;
    }

    #news .inner table th, td, tr {
        display: block;
        width: 95%;
        margin: 0 auto;
    }

    /* ----------------------------------------------------------------
挿絵
----------------------------------------------------------------- */
    #illustration {
        height: auto;
        background-image: url(none);
    }

    /* ----------------------------------------------------------------
ベルズで叶うウエディングスタイル
----------------------------------------------------------------- */

    #style .low ul {
        display: flex;
        width: 90%;
        margin: 0 auto;
        flex-wrap: wrap;
    }

    #style .low ul li.img {
        width: 100%;
    }

    #style .low ul li.text {
        width: 100%;
    }

    #style .low ul li.text p {
        line-height: 1.5;
        font-size: 14px;
    }

    #style .low ul.style_1 li.img::after,
    #style .low ul.style_2 li.img::after,
    #style .low ul.style_3 li.img::after,
    #style .low ul.style_4 li.img::after {
        background: url(none);
    }

    #style .low ul.style_1 li.text,
    #style .low ul.style_2 li.text,
    #style .low ul.style_3 li.text,
    #style .low ul.style_4 li.text {
        padding: 70px 20px 20px 20px;
    }

    #style .wedding #party-time .inner ul.plan1 li.img::after {
        background: url(none);
    }

    #style .wedding #party-time .inner ul.plan2 li.img::after {
        background: url(none);
    }

    #style .wedding #party-time .inner ul {
        display: flex;
        flex-wrap: wrap;
        padding: 30px 0;
    }

    #style .wedding #party-time .inner ul li.text,
    #style .wedding #party-time .inner ul li.img {
        width: 100%;
    }

    #style .wedding #party-time .inner ul.plan1 li.text,
    #style .wedding #party-time .inner ul.plan2 li.text {
        padding: 50px 10px 10px 10px;
    }

    #style .wedding #party-time .inner ul.plan1 li.text::after {
        top: -32px;
        right: -25px;
    }

    #style .wedding #party-time .inner ul.plan2 li.text::after {
        top: -55px;
        left: -31px;
    }

    #style .wedding .long-time .inner p {
        letter-spacing: -0.05em;
    }

    #style .click-box p.btn {
        font-size: 17px;
    }

    #style .wedding #party-time .inner a,
    #plan .inner a,
    #facility .inner a {
        max-width: 500px;
        line-height: 95px;
        font-size: 14px;
        transition: all 0.5s ease;
        font-family: Lora, 游明朝, YuMincho Medium, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    #style .wedding #party-time .inner a::before,
    #plan .inner a::before,
    #facility .inner a::before {
        content: "";
        display: block;
        position: absolute;
        top: 42px;
        right: 10px;
        width: 10px;
        height: 10px;
        border-top: 1px solid #FFFFFF;
        border-right: 1px solid #FFFFFF;
        transform: translateX(-50%) rotate(45deg);
    }

    #style .low ul li.text h4 {
        letter-spacing: -0.01em;
    }

    #style .low ul li.text h4::before {
        letter-spacing: -0.01em;
    }

    #style .wedding .long-time .inner p.read::before {
        width: 330px;
        height: 85px;
        top: -90px;
        left: 0;
    }


    /* ----------------------------------------------------------------
料金プラン
----------------------------------------------------------------- */

    #plan .inner ul {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding: 15px;
    }

    #plan .inner ul li.img {
        width: 100%;
    }

    #plan .inner ul li.text {
        width: 100%;
    }

    #plan .inner ul li.text dl {
        display: flex;
        flex-wrap: wrap;
    }

    /* ----------------------------------------------------------------
設備
----------------------------------------------------------------- */

    #facility .inner ul li {
        display: flex;
        width: calc(100% / 1);
        box-sizing: border-box;
        margin-bottom: 18px;
        margin-bottom: 40px;
    }

    #facility .inner p.option {
        font-size: 15px;
    }

    /* ----------------------------------------------------------------
挿絵
----------------------------------------------------------------- */
    #illustration {
        height: auto;
        background-image: url(none);
    }

    /* ----------------------------------------------------------------
アクセス&店舗情報
----------------------------------------------------------------- */

    #access .inner .access-train ul {
        display: flex;
        flex-wrap: wrap;
    }

    /* ----------------------------------------------------------------
お問い合わせ
----------------------------------------------------------------- */

    #contact .inner .fon-wrap {
        padding: 15px;
    }

    #contact .inner .fon-wrap dl dt {
        font-size: 15px;
    }

    #contact .inner .fon-wrap dl dd {
        font-size: 28px;
    }

    #contact .inner .fon-wrap dl dd::before {
        top: 0;
        left: 0px;
    }

    /* ----------------------------------------------------------------
サンクスページ
----------------------------------------------------------------- */

    #thanks ul {
        display: flex;
        flex-direction: column;
    }

    #thanks ul li.text {
        text-align: center;
        width: 100%;
    }

    #thanks ul li.img {
        width: 100%;
        text-align: center;
    }
}

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

div.wpcf7 .ajax-loader {
    display: none;
}

section#gallery {
    width: 102% !important;
    overflow: hidden !important;
}

/*
    plan背景
*/
@media screen and (max-width: 480px) {
    #plan {
        background: none;
        overflow: visible;
    }

    #plan::before {
        content: "";
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        /* -webkit-transform: translate3d(0, 0, -1px);
        transform: translate3d(0, 0, -1px); */
        width: 100%;
        height: 100vh;
        background: url(../img/plan-bg.jpg) center/cover no-repeat;
        -webkit-background-size: cover;
        z-index: -1;
    }

    #style,
    #facility,
    #gallery,
    #access {
        background: #FFF;
    }
}