@charset "UTF-8";

/****************************************

目次 
1.ベース
2.ヘッダー
3.フッター
4.トップページ
5.CONCEPT
6.MOVIE
7.PARTY IMAGE
8.FACILITY
9.GALLERY
10.ACCESS

*****************************************/


/* Noto Serif JP */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/* Century Old Style Std */

@import url("https://use.typekit.net/oim6erz.css");

/****************************************


1.ベース


*****************************************/

body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,figure {
    border: 0 none;
    font-size: 16px;
    font-style: normal;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: top;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: auto;
    color: #fff;
    -webkit-text-size-adjust: none;
}

body {
    background-color: #212424;
    overflow: hidden;
    width: 100%;
}

@media all and (max-width: 768px) {
    body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,figure {
        font-size: 14px;
    }
    }

body {
    background-color: #212424;
    overflow: hidden;
    width: 100%;
}

html {
    width: 100%;
    height: 100%;
}

.inner {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 1280px) {
    .inner {
        width: 90%;
    }
}

@media all and (max-width: 768px) {
    .spBr {
        display: none;
    }
}

.pc {
    display: block;
}

@media all and (max-width: 768px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media all and (max-width: 768px) {
    .sp {
        display: block;
    }
}

.tit h2 {
    font-family: 'century-old-style-std', 'Century Old Style Std', serif;
    font-size: 60px;
    color: #bd2222;
    letter-spacing: 3px;
    line-height: 60px;
    display: inline-block;
}

@media all and (max-width: 768px) {
    .tit h2 {
        font-size: 24px;
        line-height: 1.1;
        letter-spacing: 2.5px;
    }
}

.inview {
    opacity: 0;
    -webkit-transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 2000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.inview.left {
    transform: translate(-600px, 0);
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
}

.inview.right {
    transform: translate(600px, 0);
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: translateX(30px);
    -moz-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}

.inview.bottom {
    transform: translate(-600px, 0);
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    -ms-transition-property: transform, opacity;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.inview.action {
    opacity: 1;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
}


/****************************************


2.ヘッダー


*****************************************/

/* 
header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4% 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
} */

#header{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
    z-index: 20;
    padding: 4% 0;
    position: absolute;
}

#header.HeightMin{
	position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, .6);
    padding: 1% 0;
	animation: DownAnime 0.5s forwards;
}

@media all and (max-width: 768px) {
#header.HeightMin{
    background-color: inherit;
}
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


header .logo {
    margin-left: 40px;
}

@media all and (max-width: 768px) {
    header .logo {
        margin-left: 27px;
    }
}

header .logo a {
    width: 70%;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

@media all and (max-width: 768px) {
    header .logo a {
        width: 65%;
    }
}

header nav {
    position: relative;
    width: 100%;
}

header .nav.open {
    margin-left: 0;
    height: 100vh;
    z-index: 99;
    opacity: 1;
}

header .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-left: 5%;
}

@media all and (max-width: 1024px) {
    header .nav {
        background: rgba(38, 57, 143, 0.9);
        display: block;
        width: 100%;
        height: 0;
        padding-top: 95px;
        padding-bottom: 0;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

header .nav li {
    line-height: 14px;
    margin-right: 3%;
}

header .nav li:nth-of-type(6) {
    margin-right: 10%;
}

@media all and (max-width: 1024px) {
    header .nav li {
        width: 60%;
        line-height: 1;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
    header .nav li:nth-of-type(6) {
        margin-right: auto;
    }
}

@media all and (max-width: 768px) {
    header .nav li {
        width: 70%;
    }
}

header .nav li a {
    color: #FFFFFF;
    font-family: 'century-old-style-std', 'Century Old Style Std', serif;
    letter-spacing: 0.9px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    font-size: 22px;
    position: relative;
}

header .nav > li:nth-child(-n+6) a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -4px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
    }
    
    header .nav li a:hover::after {
    transform: scale(1, 1); 
    }


@media all and (max-width: 768px) {
    header .nav li a {
        font-size: 19px;
    }
}

header .nav li a span {
    color: #FFFFFF;
    font-family: 'century-old-style-std', 'Century Old Style Std', serif;
    letter-spacing: 0.4px;
    font-size: 16px;
}

@media all and (max-width: 768px) {
    header .nav li a span {
        font-size: 24px;
    }
}

header .nav .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media all and (max-width: 1024px) {
    header .nav .flex {
        display: none;
    }
}

header .nav .flex li:nth-child(1) {
    margin-right: 20px;
}

header .nav .flex li:nth-child(2) {
    margin-right: 35px;
}

@media all and (max-width: 1024px) {
    header .nav .flex li:nth-child(1) {
        margin-right: auto;
    }
    header .nav .flex li:nth-child(2) {
        margin-right: auto;
    }
}

header .nav .flex .instagram {
    margin-right: 5px;
}

header .nav .flex .mail {
    background-color: inherit;
}

header .nav .spTelInsta {
    display: none;
}

@media all and (max-width: 1024px) {
    header .nav .spTelInsta {
        display: block;
    }
}

header .nav .spTelInsta li:nth-child(1) {
    border-top: 1px solid #FFFFFF;
    padding-top: 40px;
    margin-bottom: 10px;
}

@media all and (max-width: 1024px) {
    header .nav .spTel {
        background-image: url("img/icon/iconTellWhite.svg");
        background-repeat: no-repeat;
        background-position: top 0px left 5px;
        background-size: 14%;
        padding-left: 40px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
}

@media all and (max-width: 1024px) {
    header .nav .spInstagram {
        background-image: url("img/icon/iconInstaWhite.svg");
        background-repeat: no-repeat;
        background-position: top 0px left 5px;
        background-size: 10%;
        padding-left: 40px;
        padding-top: 1px;
        padding-bottom: 1px;
    }
}

@media all and (max-width: 1024px) {
    header .nav .spTel span,
    header .nav .spInstagram span {
        font-size: 19px;
    }
}

header .nav .headerContact {
    padding: 3px 16px;
    background: #8a1b1b;
    border-radius: 20px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

@media all and (max-width: 1024px) {
    header .nav .headerContact {
        padding: 0 30px;
        background: #972D15;
        border-radius: 50px;
    }
}

header .nav .headerContact span {
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 26px;
}

@media all and (max-width: 1024px) {
    header .nav .headerContact span {
        font-size: 19px;
        line-height: 50px;
        letter-spacing: 4.2px;
    }
}

header .navBtnBg {
    display: none;
}

@media all and (max-width: 1024px) {
    header .navBtnBg {
        background-color: #972D15;
        width: 78px;
        height: 78px;
        border-radius: 80px;
    }
}

header .navBtn {
    display: none;
}

@media all and (max-width: 1024px) {
    header .navBtn {
        display: block;
        width: 25px;
        position: fixed;
        top: 25px;
        right: 25px;
        cursor: pointer;
        z-index: 999;
    }
}

@media all and (max-width: 1024px) {
    header .navBtn span {
        display: block;
        height: 3px;
        width: 100%;
        background: #FFF;
        border-radius: 2px;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
}

@media all and (max-width: 1024px) {
    header .navBtn span:nth-child(1) {
        margin-bottom: 5px;
    }
}

@media all and (max-width: 1024px) {
    header .navBtn span:nth-child(2) {
        margin-bottom: 5px;
    }
}

@media all and (max-width: 1024px) {
    header .navBtn.active span:nth-child(1) {
        -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
        transform: translateY(8px) translateX(0) rotate(45deg);
        background: #FFFFFF;
    }
}

@media all and (max-width: 1024px) {
    header .navBtn.active span:nth-child(2) {
        margin-top: 5px;
        opacity: 0;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@media all and (max-width: 1024px) {
    header .navBtn.active span:nth-child(3) {
        -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
        transform: translateY(-8px) translateX(0) rotate(-45deg);
        background: #FFFFFF;
    }
}

header .img {
    position: absolute;
    top: 10px;
    left: 35px;
}

@media all and (max-width: 768px) {
    header .img {
        width: 55px;
        top: 20px;
        left: 25px;
    }
}

@media all and (max-width: 768px) {
    header .img img {
        width: 100%;
    }
}


/****************************************


3.フッター


*****************************************/

footer {
    background: linear-gradient(to top, #bd2222, #6f2323 20%, #212424);
}

footer .contact {
    text-align: center;
    padding-top: 108px;
    padding-bottom: 35px;
}

@media all and (max-width: 768px) {
    footer .contact {
        padding-top: 120px;
        padding-bottom: 80px;
    }
}

footer img {
    display: inline-block;
    margin-bottom: 41px;
}

@media all and (max-width: 768px) {
    footer img {
        width: 40%;
    }
}

footer .contactIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
}

@media all and (max-width: 768px) {
    footer .contactIcon {
        align-items: center;
        margin-bottom: 50px;
    }
}

footer .tel a {
    background-image: url("img/icon/iconTellWhite.svg?2");
    background-repeat: no-repeat;
    background-position: top -4px right 90%;
    background-size: 30px;
    padding-left: 45px;
    margin-right: 37px;
    color: #FFFFFF;
    font-family: 'century-old-style-std', 'Century Old Style Std', serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.9px;
}

@media all and (max-width: 768px) {
    footer .tel a {
        margin-right: 0;
        background-position: top -6px right 95%;
        background-size: 30px;
        padding-left: 35px;
        font-size: 14px;
        letter-spacing: 1.3px;
    }
}

footer .insta a {
    background-image: url("img/icon/iconInstaWhite.svg?2");
    background-repeat: no-repeat;
    background-position: top -4px right 94%;
    background-size: 30px;
    padding-left: 45px;
    color: #FFFFFF;
    font-family: 'century-old-style-std', 'Century Old Style Std', serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0.9px;
}

@media all and (max-width: 768px) {
    footer .insta a {
        background-position: top -6px right 95%;
        background-size: 30px;
        padding-left: 35px;
        font-size: 14px;
        letter-spacing: 1.3px;
    }
    }

footer .weddingcircus img {
    width: 280px;
}

@media all and (max-width: 768px) {
    footer .weddingcircus img {
        width: 215px;
    }
}

footer .copy {
    color: #FFFFFF;
    font-family: 'century-old-style-std', 'Century Old Style Std', serif;
    font-size: 12px;
    letter-spacing: 0.6px;
}


/****************************************


4.トップページ


*****************************************/

.topImg {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.topImg.topSlider {
    background-image: url("img/topImg03.jpg");
    animation: topSlider 30s ease 0s infinite normal;
    -webkit-animation: topSlider 30s ease 0s infinite normal;
}

@-webkit-keyframes topSlider {
    0% {
        background-image: url("img/topImg03.jpg");
    }
    10% {
        background-image: url("img/topImg01.jpg");
    }
    33% {
        background-image: url("img/topImg01.jpg");
    }
    40% {
        background-image: url("img/topImg02.jpg");
    }
    66% {
        background-image: url("img/topImg02.jpg");
    }
    70% {
        background-image: url("img/topImg03.jpg");
    }
    100% {
        background-image: url("img/topImg03.jpg");
    }
}

@keyframes topSlider {
    0% {
        background-image: url("img/topImg03.jpg");
    }
    10% {
        background-image: url("img/topImg01.jpg");
    }
    33% {
        background-image: url("img/topImg01.jpg");
    }
    40% {
        background-image: url("img/topImg02.jpg");
    }
    66% {
        background-image: url("img/topImg02.jpg");
    }
    70% {
        background-image: url("img/topImg03.jpg");
    }
    100% {
        background-image: url("img/topImg03.jpg");
    }
}

@media all and (max-width: 768px) {
    .topImg.topSlider {
        background-image: url("img/topImg03_sp.jpg");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    @-webkit-keyframes topSlider {
        0% {
            background-image: url("img/topImg03_sp.jpg");
        }
        10% {
            background-image: url("img/topImg01_sp.jpg");
        }
        33% {
            background-image: url("img/topImg01_sp.jpg");
        }
        40% {
            background-image: url("img/topImg02_sp.jpg");
        }
        66% {
            background-image: url("img/topImg02_sp.jpg");
        }
        70% {
            background-image: url("img/topImg03_sp.jpg");
        }
        100% {
            background-image: url("img/topImg03_sp.jpg");
        }
    }
    @keyframes topSlider {
        0% {
            background-image: url("img/topImg03_sp.jpg");
        }
        10% {
            background-image: url("img/topImg01_sp.jpg");
        }
        33% {
            background-image: url("img/topImg01_sp.jpg");
        }
        40% {
            background-image: url("img/topImg02_sp.jpg");
        }
        66% {
            background-image: url("img/topImg02_sp.jpg");
        }
        70% {
            background-image: url("img/topImg03_sp.jpg");
        }
        100% {
            background-image: url("img/topImg03_sp.jpg");
        }
    }
}

.topImg .tit {
    position: absolute;
    top: 53%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


/****************************************


5.CONCEPT


*****************************************/

.concept {
    position: relative;
    padding-top: 160px;
}

@media all and (max-width: 768px) {
    .concept {
        padding-top: 75px;
    }
}

.concept .conceptTit {
    display: flex;
    margin-bottom: 110px;
}

@media all and (max-width: 1280px) {
    .concept .conceptTit {
        margin-bottom: 165px;
    }
}

@media all and (max-width: 1024px) {
    .concept .conceptTit {
        margin-bottom: 340px;
    }
}

@media all and (max-width: 768px) {
    .concept .conceptTit {
        margin-bottom: 0;
        display: block;
    }
}

.concept .img {
    width: 65%;
}

@media all and (max-width: 768px) {
    .concept .img {
        width: 85%;
    }
}

.concept .img img {
    width: 100%;
    z-index: 2;
    position: relative;
}

.concept .img .imgBgRed,
.concept .img .imgBgBlue {
    position: relative;
}

.concept .img .imgBgRed::before {
    content: "";
    background-image: url("img/concept/concept01_bg.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    width: 480px;
    height: 480px;
    position: absolute;
    top: -25px;
    right: -25px;
    display: block;
    z-index: 1;
}

@media all and (max-width: 768px) {
    .concept .img .imgBgRed::before {
        width: 240px;
        height: 240px;
        top: -20px;
        right: -20px;
    }
}

.concept .img .imgBgBlue::before {
    content: "";
    background-image: url("img/concept/concept02_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 480px;
    height: 480px;
    position: absolute;
    bottom: -30px;
    left: -30px;
    display: block;
    z-index: 1;
}

@media all and (max-width: 1024px) {
    .concept .img .imgBgBlue::before {
        width: 240px;
        height: 240px;
    }
}

.concept .img h2 {
    font-family: "century-old-style-std", serif;
    font-size: 60px;
    line-height: 1;
    letter-spacing: 3px;
    color: #bd2222;
    margin-left: 14%;
    margin-bottom: 40px;
}

@media all and (max-width: 768px) {
    .concept .img h2 {
        font-size: 30px;
    }
}

.concept .conceptTit .txtWrap {
    text-align: left;
    position: relative;
    margin-top: 100px;
    margin-left: 4%;
}

@media all and (max-width: 768px) {
    .concept .conceptTit .txtWrap {
        margin-top: 50px;
        margin-left: auto;
    }
}

.concept .conceptTit .txtWrap img {
    max-width: 310px;
}

@media all and (max-width: 768px) {
    .concept .conceptTit .txtWrap img {
        max-width: 150px;
    }
}

.concept .conceptBox .txtWrap {
    text-align: left;
    margin-right: 7%;
    position: relative;
}

@media all and (max-width: 768px) {
    .concept .conceptBox .txtWrap {
        margin-right: auto;
    }
}

.concept .conceptBox .txtWrap .img {
    width: 100%;
}

.concept .conceptBox .txtWrap .inner {
    width: auto;
}

@media all and (max-width: 768px) {
    .concept .conceptBox .txtWrap .inner {
        width: 90%;
    }
}

.concept .txtWrap h3 {
    font-family: 'century-old-style-std', 'Century Old Style Std', serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.75px;
    line-height: 42px;
    margin-top: 60px;
    margin-bottom: 30px;
}


@media all and (max-width: 768px) {
    .concept .txtWrap h3 {
        font-size: 25px;
        letter-spacing: 1.25px;
        line-height: 1.2;
        margin-bottom: 30px;
        margin-top: 60px;
        padding: 0 30px;
    }
}

.concept .txtWrap p {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 24px;
    margin-bottom: 80px;
}

@media all and (max-width: 768px) {
    .concept .txtWrap p {
        font-size: 14px;
        margin-bottom: 40px;
        padding: 0 30px;
        line-height: 1.56;
        letter-spacing: 1.6px;
    }
}

.concept .txtWrap span {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.4px;
    line-height: 3;
}

@media all and (max-width: 768px) {
    .concept .txtWrap span {
        font-size: 18px;
    }
}

@media all and (max-width: 768px) {
    .concept .conceptBox .txtWrap .img {
        position: absolute;
        right: 30px;
        top: -100px;
        max-width: 160px;
    }
}

.concept .conceptBox .flex {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
}

@media all and (max-width: 768px) {
    .concept .conceptBox .flex {
        display: block;
        margin-bottom: 55px;
    }
}

.concept .conceptBox .flex p {
    margin-right: auto;
    margin-left: auto;
}

@media all and (max-width: 768px) {
    .concept .conceptBox .flex p {
        font-size: 14px;
        margin-bottom: 60px;
    }
}

.concept .conceptBox .flex .inner {
    width: auto;
}

@media all and (max-width: 768px) {
    .concept .conceptBox .flex .inner {
        width: 90%;
    }
}

@media all and (max-width: 768px) {
    .concept .conceptBox .img {
        margin-left: auto;
    }
}


/****************************************


6.MOVIE


*****************************************/

.movie {
    padding-top: 230px;
}

@media all and (max-width: 768px) {
    .movie {
        padding-top: 100px;
    }
}

.movie .inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media all and (max-width: 1280px) {
    .movie .inner {
        width: 90%;
    }
}

.movie .iframe {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

.movie .iframe iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}


/****************************************


7.PARTY IMAGE


*****************************************/

.party {
    padding-top: 320px;
    position: relative;
}

@media all and (max-width: 768px) {
    .party {
        padding-top: 260px;
    }
}

.party .slider {
    padding-left: 40%;
    position: relative;
}

@media all and (max-width: 768px) {
    .party .slider {
        padding: 0 0 0 30px;
    }
}

.party .img {
    position: absolute;
    top: -100px;
    left: 85px;
    width: fit-content;
}

@media all and (max-width: 768px) {
    .party .img {
        position: absolute;
        top: -150px;
        left: 0;
        max-width: 190px;
    }
}

.party .img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

@media all and (max-width: 768px) {
.party .img::before {
    background: rgba(0, 0, 0, .5);
}
}

.party .tit {
    position: relative;
    margin-left: -220px;
}

@media all and (max-width: 768px) {
    .party .tit {
        margin-left: 0;
    }
}

.party .sliderTxt {
    line-height: 1.75;
    margin-top: 50px;
}

@media all and (max-width: 768px) {
    .party .sliderTxt {
        padding-left: 20px;
        padding-right: 30px;
        margin-top: 25px;
    }
}

.party .sliderTxt::before {
    content: "";
    position: relative;
    width: 120px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin-bottom: 50px;
}

@media all and (max-width: 768px) {
    .party .sliderTxt::before {
        margin-bottom: 25px;
        width: 60px;
    }
}

.party .partySlider {
    padding-top: 140px;
}

@media all and (max-width: 768px) {
    .party .partySlider {
        width: 100%;
        padding-top: 75px;
        padding-left: 0;
    }
}

.party .partyPrev,
.party .partyNext {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    top: 100px;
}

@media all and (max-width: 768px) {
    .party .partyPrev,
    .party .partyNext {
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
        top:55px;
    }
}

.party .partyNext {
    background-image: url("img/icon/btnSlideRight.svg");
    background-repeat: no-repeat;
    left: 60px;
}

@media all and (max-width: 1024px) {
    .party .partyNext {
        left: 40px;
    }
}

/* @media all and (max-width: 768px) {
    .party .partyNext {
        right: 5px;
    }
} */

.party .partyPrev {
    background-image: url("img/icon/btnSlideRight.svg");
    background-repeat: no-repeat;
    transform: scale(-1, 1);
    left: 0;
}

.party .swiper-button-prev:after,
.party .swiper-button-next:after {
    display: none;
}

.party .swiper-wrapper {
    padding-bottom: 150px;
}

@media all and (max-width: 768px) {
    .party .swiper-wrapper {
        padding-bottom: 0;
    }
}

.party .swiper-slide img {
    /* width: 200px; */
    height: 200px;
    object-fit: cover;
}

@media all and (max-width: 768px) {
    .party .swiper-slide img {
        height: 100px;
    }
}


/* .Blue */

.party .Blue {
    margin-top: 240px;
    padding-left: 0;
    padding-right: 40%;
}

@media all and (max-width: 768px) {
    .party .Blue {
        margin-top: 240px;
        padding-right: 30px;
    }
}

.party .Blue .img {
    top: -50px;
    left: auto;
    right: 80px;
    width: fit-content;
}

@media all and (max-width: 768px) {
    .party .Blue .img {
        top: -160px;
        left: auto;
        right: 0;
        max-width: 180px;
    }
}

.party .Blue .tit {
    margin-left: 400px;
}

@media all and (max-width: 768px) {
    .party .Blue .tit {
        margin-left: 0;
        padding-left: 30px;
    }
}

.party .Blue .tit h2 {
    color: #2441c5;
    white-space: nowrap;
}

.party .Blue .sliderTxt {
    margin-left: 400px;
}

@media all and (max-width: 768px) {
    .party .Blue .sliderTxt {
        margin-left: 0;
        padding-left: 30px;
    }
}

.party .Blue .partyNext {
    left: auto;
    right: 0;
}

.party .Blue .partyPrev {
    left: auto;
    right: 60px;
}

@media all and (max-width: 768px) {
    .party .Blue .partyPrev {
        right: 40px;
    }
}


/****************************************


8.FACILITY


*****************************************/

.facility {
    padding-top: 250px;
    position: relative;
}

@media all and (max-width: 768px) {
    .facility {
        padding-top: 130px;
    }
}


/* .facility .tit {
    position: absolute;
    top: 230px;
    left: 150px;
} */

.facility .tit {
    position: relative;
    padding: 22.5px 50.7px 38.5px 35.7px;
    background-color: #212424;
}

@media all and (max-width: 1024px) {
    .facility .tit {
        width: 500px;
        position: absolute;
        top: 230px;
        left: 65px;
    }
}

@media all and (max-width: 768px) {
    .facility .tit {
        width: auto;
        top: 130px;
        left: 0;
        padding: 30px 0 0 30px;
    }
}

.facility .tit h2 {
    margin-bottom: 30px;
}

@media all and (max-width: 768px) {
    .facility .tit h2 {
        margin-bottom: 10px;
    }
}

.facility .tit p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 1.8px;
}

@media all and (max-width: 768px) {
    .facility .tit p {
        font-size: 14px;
    }
}

.facility .img {
    position: absolute;
    top: 300px;
    left: 0;
    width: fit-content;
}

@media all and (max-width: 768px) {
    .facility .img {
        top: 160px;
        left: auto;
        right: 0;
        max-width: 120px;
    }
}

.facility .img02 {
    padding-left: 33%;
    margin-top: 70px;
}

@media all and (max-width: 768px) {
    .facility .img02 {
        padding: 0 30px;
        margin-top: 250px;
    }
}

.facility .img03 {
    margin: 300px 0 0 auto;
    width: fit-content;
}

@media all and (max-width: 768px) {
    .facility .img03 {
        margin: 10px 0 0 auto;
        width: 80%;
    }
}

.facility .facilitySlider {
    padding-top: 170px;
    margin-left: 20%;
}

@media all and (max-width: 768px) {
    .facility .facilitySlider {
        width: 80%;
        padding-top: 90px;
        padding-left: 0;
        margin-left: auto;
        margin-right: 0;
    }
}


/* .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
} */

.facility .facilityPrev,
.facility .facilityNext {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    top: 100px;
}

@media all and (max-width: 768px) {
    .facility .facilityPrev,
    .facility .facilityNext {
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
        top:70px;
    }
}

.facility .facilityNext {
    background-image: url("img/icon/btnSlideRight.svg");
    background-repeat: no-repeat;
    left: 60px;
}

@media all and (max-width: 768px) {
    .facility .facilityNext {
        left: 40px;
    }
}

.facility .facilityPrev {
    background-image: url("img/icon/btnSlideRight.svg");
    background-repeat: no-repeat;
    transform: scale(-1, 1);
    left: 0;
}

@media all and (max-width: 768px) {
    .facility .facilityPrev {
        left: 0;
        right: auto;
    }
}

.facility .swiper-button-prev:after,
.facility .swiper-button-next:after {
    display: none;
}

.facility .swiper-wrapper {
    padding-bottom: 150px;
}

@media all and (max-width: 768px) {
    .facility .swiper-wrapper {
        padding-bottom: 0;
    }
}


/* .facility .swiper-slide {
    text-align: -webkit-center !important;
} */

.facility .swiper-slide img {
    /* width: 300px; */
    height: 300px;
    object-fit: cover;
}

@media all and (max-width: 768px) {
    .facility .swiper-slide img {
        height: 150px;
    }
}

.facility .swiper-slide p {
    margin: 25px auto;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 1.4px;
    text-align: center;
}

@media all and (max-width: 768px) {
    .facility .swiper-slide p {
        text-align: left;
        font-size: 12px;    
        margin-top: 10px;
    }
}


/****************************************


9.GALLERY


*****************************************/

.gallery {
    padding-top: 230px;
    position: relative;
}

@media all and (max-width: 768px) {
    .gallery {
        padding-top: 90px;
    }
}


/* .gallery .tit {
    position: absolute;
    top: 230px;
    left: 150px;
} */

.gallery .tit {
    position: relative;
}

@media all and (max-width: 768px) {
    .gallery .tit {
        margin-left: 30px;
    }
}

.gallery .gallerySlider {
    padding-top: 140px;
    padding-left: 20%;
}

@media all and (max-width: 768px) {
    .gallery .gallerySlider {
        width: 80%;
        padding-top: 75px;
        padding-left: 0;
        margin-left: auto;
        margin-right: 0;
    }
}


/* .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
} */

.gallery .galleryPrev,
.gallery .galleryNext {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    top: 100px;
}

@media all and (max-width: 768px) {
    .gallery .galleryPrev,
    .gallery .galleryNext {
        width: 25px;
        height: 25px;
        background-size: 25px 25px;
        top:55px;
    }
}

.gallery .galleryNext {
    background-image: url("img/icon/btnSlideRight.svg");
    background-repeat: no-repeat;
    right: 130px;
}

@media all and (max-width: 768px) {
    .gallery .galleryNext {
        right: 25px;
    }
}

.gallery .galleryPrev {
    background-image: url("img/icon/btnSlideRight.svg");
    background-repeat: no-repeat;
    transform: scale(-1, 1);
    left: auto;
    right: 190px;
}

@media all and (max-width: 768px) {
    .gallery .galleryPrev {
        right: 65px;
    }
}

.gallery .swiper-button-prev:after,
.gallery .swiper-button-next:after {
    display: none;
}

.gallery .swiper-wrapper {
    padding-bottom: 150px;
}

@media all and (max-width: 768px) {
.gallery .swiper-wrapper {
    padding-bottom: 0;
}
}

.gallery .swiper-slide img {
    /* width: 300px; */
    height: 300px;
    object-fit: cover;
}

@media all and (max-width: 768px) {
    .gallery .swiper-slide img {
        height: 150px;
    }
}


/****************************************


10.ACCESS


*****************************************/

.access {
    padding-top: 300px;
    margin-bottom: 240px;
}

@media all and (max-width: 768px) {
    .access {
        padding-top: 90px;
        margin-bottom: 0;
    }
}

.access .accessWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-bottom: 60px;
}

@media all and (max-width: 768px) {
    .access .accessWrap {
        display: block;
        margin-bottom: 10px;
    }
}

.access .tit {
    margin-right: 150px;
}

@media all and (max-width: 768px) {
    .access .tit {
        margin-bottom: 40px;
    }
}


.access .tit h2::after {
    content: "";
    width: 120px;
    height: 3px;
    background-color: #fff;
    position: relative;
    margin-top: 30px;
    display: block;
}


@media all and (max-width: 768px) {
    .access .tit h2::after {
        width: 60px;
    }
}

.access .logoBlack {
    margin-bottom: 76px;
    text-align: center;
}

.access .logoBlack img {
    width: 198px;
    display: inline-block;
}



.access .txt p {
    text-align: left;
    padding-bottom: 30px;
    line-height: 1.75;
}

@media all and (max-width: 768px) {
.access .txt p {
    font-size: 14px;
}
}


@media all and (max-width: 768px) {
.access .map iframe {
    max-height: 322px;
}
}



/****************************************
トップへもどるボタン
*****************************************/

.totop {
    position: fixed;
    bottom: 95px;
    right: 35px;
    z-index: 99;
}

@media all and (max-width: 768px) {
    .totop {
        bottom: 85px;
        right: 10px;
    }
}

.totop a {
    width: 65px;
    height: 65px;
}

@media all and (max-width: 768px) {
    .totop a {
        width: 50px;
        height: 50px;
    }
}

.totop a img {
    width: 100%;
}

.weddingFair {
    position: fixed;
    bottom: 15px;
    right: 35px;
    transition: all 0.8s;
    z-index: 4;
}

@media all and (max-width: 768px) {
    .weddingFair {
        width: 100%;
        height: auto;
        position: fixed;
        bottom: 10px;
        right: 50%;
        transform: translateX(50%);
    }
}

.weddingFair img {
    max-width: 230px;
    height: auto;
    margin: 0 auto;
}


@media all and (max-width: 768px) {
.weddingFair img {
    max-width: 100%;
}
}

.weddingFair:hover {
    opacity: 0.8;
}