@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playball&display=swap');

* {
    box-sizing: border-box !important;
}

body {
    color: #666666;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
    line-height: 1.80857;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p {
    margin: 0px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}

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

:focus {
    outline: 0;
}

.flex-container {
    display: flex;
}

.flex-wrap {
    flex-flow: wrap;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-space-around {
    justify-content: space-around;
}

.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.flex-center {
    justify-content: center;
}

.flex-middle {
    align-items: center;
}

.flex-100 {
    width: 100%;
}

.flex-69 {
    width: 69%;
}

.flex-60 {
    width: 60%;
}

.flex-49 {
    width: 49%;
}

.flex-40 {
    width: 40%;
}

.flex-32 {
    width: 32%;
}

.flex-30 {
    width: 29%;
}

.flex-29 {
    width: 29%;
}

.flex-24 {
    width: 24%;
}

.flex-10 {
    width: 10%;
}

@media (max-width: 600px) {
    .flex-69 {
        width: 100%;
    }

    .flex-60 {
        width: 100%;
    }

    .flex-49 {
        width: 100%;
    }

    .flex-40 {
        width: 100%;
    }

    .flex-32 {
        width: 100%;
    }

    .flex-30 {
        width: 100%;
    }

    .flex-29 {
        width: 100%;
    }

    .flex-24 {
        width: 100%;
    }

    .flex-10 {
        width: 100%;
    }

    .flex-100-sp {
        width: 100%;
    }
}

.pc {
    display: block;
}

.sp {
    display: none;
}

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

    .sp {
        display: block;
    }
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

/*---------------------------- preloader area ----------------------------*/

.loader_bg {
    position: fixed;
    z-index: 9999999;
    background: #fff;
    width: 100%;
    height: 100%;
}

#global-stars {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.loader {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader img {
    width: 280px;
}

/*---------------------------- title ----------------------------*/

.section-title {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin-bottom: 50px;
    padding: 0 20px;
}

.section-title h2 {
    width: 100%;
    text-align: center;
    font-size: 42px;
    color: #673AB7;
    line-height: 38px;
    margin-bottom: 20px;
    font-family: 'Playball', cursive;
}

.section-title h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #767878;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 400;
}

.section-container {
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 0 auto;
}

.button-accessibilities {
    background-color: #ffe2e5;
    padding: 50px 20px;
    display: flex;
    justify-content: center;
}

.btn {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #673AB7;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 0 0 2px transparent inset, 0 0 0 2px transparent;
    text-transform: uppercase;
    padding: 15px 20px!important;
    width: 220px !important;
    line-height: 15px;
    color: #fff;
    margin: 0;
    width: 220px !important;

    box-shadow: 0 0 0 2px transparent inset, 0 0 0 2px transparent;
    -webkit-box-shadow: 0 0 0 2px transparent inset, 0 0 0 2px transparent;
    transition: .8s;
    -webkit-transition: .8s;
}

.btn:hover {
    box-shadow: 0 0 0 2px #fff inset, 0 0 0 2px #673AB7;
    -webkit-box-shadow: 0 0 0 2px #fff inset, 0 0 0 2px #673AB7;
}

.banner {
    min-height: 100vh;
    background-image: url("/images/banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

@media (max-width: 600px) {
    .banner {
        background-image: url("/images/banner-sp.png");
    }
}

.header-inner-text {
    width: 100%;
    text-align: center;
    margin-right: 400px;
    margin-bottom: 600px;
}

@media (max-width: 1000px) {
    .header-inner-text {
        margin-right: 0;
        margin-bottom: -450px;
    }
}

.header-inner-text h3 {
    color: #673AB7;
    font-family: 'Playball', cursive;
    font-size: 26px;

}

.header-inner-text h1 {
    color: #673AB7;
    font-family: 'Playball', cursive;
    font-size: 42px;
    line-height: 42px;
}

.header-inner-text p {
    color: #673AB7;
    font-family: 'Playball', cursive;
    font-size: 25px;
}

@media (max-width: 600px) {
    .header-inner-text h1 {
        font-size: 30px;
        line-height: 30px;
    }
}


.header-clock {
    margin-top: 30px;
}

.event-count-box {
	margin-bottom: 10px;
    display: inline-block;
}

.dash {
    background-color: #fff;
    text-align: center;
    padding: 29px 0;
    margin: 0 10px;
    height: 100px;
    width: 100px;
    color: #673AB7;
    border: 3px solid #673AB7;
    border-radius: 55px;
    font-size: 40px;
    line-height: 35px;
}

@media (max-width: 1440px) {
  .dash {
  	padding: 22px 0;
  	font-size: 30px;
    line-height: 24px;
    height: 74px;
    width: 74px;
  }
}

.dash, .digit {
    display: flex;
    justify-content: center;
    text-align: center;
}

.dash-title {
    margin-top: 11px;
    font-size: 18px;
    color: #673AB7;
    font-weight: bold;
}

/*---------------------------- bride-groom area ----------------------------*/

.bride-groom {
    background: #fff;
    padding: 80px 0;
}

.bride-groom-text h3 {
    font-family: 'Playball', cursive;
    font-size: 28px;
    margin-top: 30px;
    text-align: center;
}

.bride-groom-text p {
    margin: 15px 0 25px;
    text-align: center;
    line-height: 2;
    line-height: 1.75;
    color: #767878;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
}

.bride-groom p {
    margin: 15px 0 25px;
    text-align: center;
    line-height: 2;
}

.bride-groom-divider {
    margin: 25px 0 50px;
}

.bride-photo-box {
    border: 5px solid #673AB7;
    display: flex;
}

.bride-photo-box img {
    padding: 8px;

}

/*---------------------------- travel area ----------------------------*/

.travel {
    background: #f9f9f9;
    padding: 80px 0 50px;
}

/*---------------------------- gallery area ----------------------------*/

.gallery {
    background: #f8f5fe;
    padding: 80px 0 50px;
}

/* ================================================================================================ */

.map {
    background: #fff;
    padding: 80px 0 50px;
}

.map-item {
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.map-title {
    font-size: 20px;
    color: #673AB7;;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
    margin: 15px 0 10px;
}

.map-time {
    font-size: 16px;
    color: #767878;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
}

.map-location {
    font-size: 16px;
    color: #767878;
    padding: 0 20px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    margin-bottom: 20px;
}

.map-btn {
    padding: 0 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.payment {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding: 30px 0 0;
}

.payment-item {
    margin-bottom: 30px;
}

.payment-item img {
    width: 180px;
    height: auto;
    border: 1px solid #ccc;
}

.payment-number {
    font-weight: bold;
    margin: 15px 0 0;
}

.payment-name {
    font-weight: bold;
}
