@charset "UTF-8";

/* ======================================== fonts == */
@font-face {
    font-family: 'ostrich';
    font-style: normal;
    font-weight: bold;
    src: url('../font/ostrich-Black.otf') format('OpenType');
}

@font-face {
    font-family: 'komorebi';
    font-style: normal;
    font-weight: normal;
    src: url('../font/komorebi-gothic.ttf') format('TrueType');
}

@font-face {
    font-family: 'butler';
    font-style: normal;
    font-weight: bold;
    src: url('../font/Butler_Black.otf') format('OpenType');
}


/* ======================================== ALL == */
html {
    font-size: 62.5%;
}

body {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 1.4rem;
    color: #394867;
}

h1 {
    font-family: butler;
    font-size: 2.6rem;
}

h2 {
    font-size: 2.4rem;
    text-align: center;
    font-family: "ostrich";
}

h3 {
    font-family: "komorebi";
    font-weight: normal;
    font-size: 1.6rem;
}

a {
    text-decoration: none;
    color: #394867;
}

.price {
    font-weight: bold;
    font-size: 1.4rem;
    background-color: #fcf4e9;
    display: inline-block;
    padding: .5em 1em;
    margin-top: 20px;
    border-radius: 100px;

}

.yomi {
    font-family: "komorebi";
}

.site_wrapper {
    position: relative;
}

.opacity0 {
    opacity: 0;
}

.bald {
    font-weight: bold;
}

.sp-500 {
    display: block;
}


/* 500px- */
@media screen and (min-width:500px) {
    body {
        font-size: 1.6rem;
    }

    h1 {
        font-size: 3.6rem;
    }

    h2 {
        font-size: 3rem;
        text-align: center;
        font-family: "ostrich";
    }

    h3 {
        font-family: "komorebi";
        font-weight: normal;
        font-size: 2rem;
    }

    .price {
        font-weight: bold;
        font-size: 1.6rem;
        display: inline-block;
        padding: 1em;
        margin-top: 30px;
    }

    .sp-500 {
        display: none;
    }
}


/* PC 1025px- */
@media screen and (min-width:1025px) {

    .back {
        background-image: url(../img/back.jpg);
        background-position: 20% 50%;
        background-size: cover;
        width: 100%;
        height: 100vh;
        position: fixed;
        z-index: -100;
    }

    .site_wrapper {
        z-index: -1;
        height: 100%;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row-reverse;
        justify-content: center;
        position: static;
    }
}

/* ==================================== header  == */
header {
    display: block;
    padding-top: 1em;
    background-color: #fcf4e9;
}

header img {
    height: 60px;
    width: auto;
    margin-right: auto;
    margin-left: auto;

}

/* PC 1025px- */
@media screen and (min-width:1025px) {
    header {
        display: none;
    }
}


/* ======================================== .nav == */
/* .nav_btnSp */
.nav .nav_btnSp {
    display: block;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 0;
    width: 70px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    background-color: #394867;
    transition: .4s;
}

.nav .nav_btnSp span {
    display: block;
    position: absolute;
    width: 50px;
    height: 2px;
    left: 10px;
    background-color: #fcf4e9;
    transition: .4s;
}

.nav .nav_btnSp span:nth-child(1) {
    top: 20px;
}

.nav .nav_btnSp span:nth-child(2) {
    top: 30px;
}

/* .nav .nav_text  */
.nav .nav_text {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
}

.nav .nav_text ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
}

.nav .nav_text ul li a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2;
}

.nav .nav_text ul li a span {
    font-size: 1rem;
}

/* .nav .nav_textSp  */
.nav .nav_textSp {
    width: 0;
    height: 0;
    background: #394867;
    transition: .4s;
    opacity: 0;
}

.nav .nav_textSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.nav .nav_textSp ul li a {
    color: #fcf4e9;
    padding: 1em 0;
}

.nav .nav_textSp ul li:last-child {
    padding-bottom: 0;
}

/* .nav .nav_textSp.open */
.nav .nav_btnSp.open {
    background-color: #fcf4e9;
}

.nav .nav_btnSp.open span {
    background-color: #394867;
    top: 22px;
}

.nav .nav_btnSp.open span:nth-child(1) {
    transform: rotate(45deg);
}

.nav .nav_btnSp.open span:nth-child(2) {
    transform: rotate(-45deg);
}

.nav .nav_textSp.open {
    opacity: 1;
    transition: .4s;
    width: 100%;
    height: 100dvh;
    height: 100vh;
    display: block;
}

/* .nav .nav_textPc  */
.nav .nav_textPc {
    display: none;
}

/* 1025px- */
@media screen and (min-width:1025px) {

    .nav .nav_btnSp,
    .nav_textSp {
        display: none;
    }

    .nav .nav_textPc {
        position: static;
        display: block;
        width: 140px;
    }

    .nav .nav_textPc ul {
        position: fixed;
        top: 15%;
    }

    .nav .nav_textPc ul li {
        position: relative;
        z-index: 100;
        margin-bottom: .5em;
    }

    .nav .nav_textPc ul li a {
        display: inline-block;
        padding: 0.5em 1em;
        padding-bottom: .3em;
        color: #394867;
    }

    .nav .nav_textPc ul li::before {
        background: #394867;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        margin: auto;
        transform: scale(0, 1);
        transform-origin: right top;
        transition: transform .3s;
        z-index: -1;
    }

    .nav .nav_textPc ul li.logo {
        margin-bottom: 1em;
    }

    .nav .nav_textPc ul li.logo a {
        display: block;
        margin-left: .5em;
        padding: 0;
        width: 50px;
        height: auto;
    }

    /* .nav .nav_textPc.current  */
    .nav .nav_textPc ul li.current a {
        color: #fcf4e9;
    }

    .nav .nav_textPc ul li.current::before {
        transform-origin: left top;
        transform: scale(1, 1);
    }

}


/* ========================================== main_body == */
.main_body {
    max-width: 1025px;
    width: 100%;
    height: auto;
    background-color: #fcf4e9;
    z-index: 2;
}

/* PC 1025px- */
@media screen and (min-width:1025px) {
    .main_body {
        width: 500px;
        position: relative;
        box-shadow: 0px 0px 60px rgb(0 97 105 / 30%);
        margin-top: 8%;
        margin-right: 5%;
        margin-left: 5%;
    }
}

/*======================== #top ==*/
#top {
    position: relative;
    background-color: #fcf4e9;
    padding: 1em;
    height: 100vh;
    max-width: 900px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#top .top_img {
    background-image: url(../img/top.jpg);
    background-position: 50% 50%;
    background-size: cover;
    height: 80vh;
    position: relative;
    max-width: 900px;
    width: 100%;
}

#top .top_img::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#top .top_img .top_text {
    position: absolute;
    top: 60%;
    right: 5%;
    color: #fcf4e9;
    text-align: center;
}

#top .top_img .top_text p {
    font-size: 1.2rem;
    font-family: "komorebi";
}

/* 500px- */
@media screen and (min-width:500px) {
    #top {
        height: 700px;
    }

    #top .top_img {
        height: 600px;
    }

    #top .top_img .top_text p {
        font-size: 1.4rem;
    }
}

/*======================== #plan ==*/
#plan {
    background-color: #e2d7c4;
    position: relative;
    padding-bottom: 60px;
    z-index: 0;
}


/* .area */
#plan .area {
    width: 100%;
    height: auto;
    background-color: #e2d7c4;
    padding: 60px 1em;
    border-top: 4px double #fcf4e9;
    margin-top: 75px;
}

#plan .area_1 {
    border-top: none;
    margin-top: 0;
}

#plan .area section {
    margin-bottom: 80px;
    text-align: center;
}

#plan .area section h2 {
    margin-bottom: 5px;
}

#plan .area section img {
    max-width: 500px;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
}

/* .plan_icon_area */
#plan .area .plan_icon_area {
    margin-bottom: 5em;
    max-width: 500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#plan .area .plan_icon_area .areaBox .plan_icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: auto;
    margin-left: auto;
}

#plan .area .plan_icon_area .areaBox .plan_icon li {
    width: 50%;
    align-items: center;
    padding: 1em;
    text-align: center;
    background-color: #fcf4e9;
    border: 2px solid #e2d7c4;
}

#plan .area .plan_icon_area .areaBox .plan_icon_op li {
    background-color: #e2d7c4;
}

#plan .area .plan_icon_area .areaBox .plan_icon li img {
    width: 50px;
    height: 50px;
    margin: .5em auto;
    border: 1px solid #fcf4e9;
    border-radius: 100px;
}

#plan .area .plan_icon_area .areaBox .plan_icon li p {
    font-size: 1.2rem;
}

/* .plan_sliderIn */
#plan .area .plan_slider {
    max-width: 800px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#plan .area .plan_sliderIn {
    width: 300px;
    height: auto;
    background-color: #fcf4e9;
    padding: 3em 10px;
}

/* .areaBox */
#plan .area .areaBox:not(:first-child) {
    margin-top: 5em;
}

#plan .area .areaBox h3 {
    line-height: 35px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2.5em;
    color: #fcf4e9;
    background-color: #394867;
    text-align: center;
    border-radius: 100px;
}

/* .areaBox  .plan_text */
#plan .area .areaBox .plan_text {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

#plan .area .areaBox .plan_text li:not(:last-child) {
    margin-bottom: 2.5em;
}

#plan .area .areaBox .plan_text li p {
    padding: 0 5px;
}

#plan .area .areaBox .plan_text li p a:hover {
    background-color: #e2d7c4;
}

#plan .area .areaBox .plan_text li img {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

/* .areaBox  .plan_text　.text_detail */
#plan .area .areaBox .plan_text.text_detail li p:first-child {
    border-bottom: 1px solid #394867;
    padding: 3px 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

#plan .area .areaBox .plan_text.text_detail img {
    margin-top: 1.5em;
}

/* .address_area */
#plan .area .address_area {
    margin-top: calc(4rem + 85px);
    max-width: 500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#plan .area .areaBox .plan_text li p.map {
    text-align: center;
    margin-top: 1em;
}

#plan .area .areaBox .plan_text li p.map a {
    border-radius: 100px;
    background-color: #fcf4e9;
    border: 2px solid #fcf4e9;
    display: block;
    transition: .3s;
    line-height: 80px;
    width: 80px;
    margin-left: auto;

}


/* ▼ slickプラグイン ▼ */
.plan_slider .slick-slide {
    margin: 0 100px;
    position: relative;
}

.plan_slider .slick-arrow {
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    bottom: -85px;
    z-index: 1;
    background-color: #fcf4e9;
    border-radius: 100px;
}

.plan_slider .slick-arrow::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #394867;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 11px;
}

.plan_slider .slick-next {
    right: 90px;
}

.plan_slider .slick-prev {
    left: 90px;
}

.plan_slider .slick-next::before {
    left: 8px;
}

.plan_slider .slick-prev::before {
    border-width: 0 0 2px 2px;
    right: 5px;
}

.dots .slick-dots {
    text-align: center;
    margin-top: 15px;
}

.dots .slick-dots li {
    display: inline-block;
}

.dots .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
}

.dots .slick-dots .slick-active button {
    background: #394867;
}

/* ▲ slickプラグイン ▲ */

@media screen and (min-width:374px) {
    #plan .area .plan_sliderIn {
        width: 355px;
    }

    .plan_slider .slick-next {
        right: 100px;
    }

    .plan_slider .slick-prev {
        left: 100px;
    }
}

/* 500px- */
@media screen and (min-width:500px) {

    #plan .area .plan_sliderIn {
        width: 480px;
    }

    #plan .iconList .modal_window .iconList_in figure img {
        width: 60px;
        height: 60px;
    }

    #plan .area {
        padding: 80px 1em;
    }

    #plan .area .areaBox .plan_icon img {
        width: 70px;
        height: 70px;
    }

    #plan .area .areaBox .plan_icon::after {
        width: 70px;
    }

    #plan .area .areaBox h3 {
        line-height: 45px;
    }

    #plan .area .areaBox .plan_text li {
        font-size: 1.6rem;

    }

    #plan .area .areaBox .plan_text li p {
        font-size: 1.6rem;
    }

    .plan_slider .slick-next {
        right: 150px;
    }

    .plan_slider .slick-prev {
        left: 150px;
    }


}




/*========= #option#notes#cancel - 共有 ==*/
.others .others_textArea {
    margin-bottom: 60px;
}

.others .others_textArea .border_title {
    width: 100%;
    height: 1px;
    background:
        linear-gradient(#394867 100%, #394867 calc(50% + 1px)) 100%;
    transform-origin: right;
    position: relative;
    top: 60px;

}

.others .others_textArea .circle_title {
    text-align: center;
    background-color: #fcf4e9;
    border: 1px solid #394867;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    padding-top: 25px;
    margin-left: auto;
    margin-right: 10%;
    position: relative;
}

.others .others_textArea .circle_title h2 {
    margin-bottom: 0;

}

.others .others_textArea .circle_title p {
    font-size: 1.2rem;
    font-family: "komorebi";
}

.others {
    background-color: #fcf4e9;
    padding-top: 60px;
}

.others .othersBox {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2.5em;
    padding-right: 2.5em;
    max-width: 820px;
    width: 100%;
}

.others .othersBox>p:not(.price) {
    border-bottom: 1px solid #e2d7c4;
    padding: 1.5em 0;
}


.others .cancelBox p:first-child {
    text-align: center;
    padding: 4em 0;
}

.others .cancelBox p span {
    padding: .5em 1em;
    margin-top: 10px;
    color: #fcf4e9;
    background-color: #394867;
    display: inline-block;
    border-radius: 100px;
    font-weight: bold;
}

/*======================== option ====*/
#option .optionArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 900px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

#option .optionBox {
    max-width: 300px;
    width: 100%;
    border: 5px double #e2d7c4;
    padding: 2em 1em;
    text-align: center;
    margin-bottom: 30px;
}

#option .optionBox section {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
}

#option .optionBox section img {
    width: 50px;
    height: 50px;
    margin-right: .5em;
}

#option .optionBox section div p {
    margin-top: 5px;
    font-size: 1.2rem;
}

#option .optionBox .price {
    margin-top: 2em;
    margin-right: auto;
    margin-left: auto;
    background-color: #394867;
    color: #fcf4e9;
}

#option .optionBox .contents {
    text-align: left;
    margin-top: 2em;
}

#option .optionBox .contents div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 2em;
}

#option .optionBox .contents div img {
    width: 120px;
    height: auto;
    object-fit: cover;
}

#option .optionBox .contents .otherLink {
    margin-top: .5em;
    margin-bottom: 2em;
    display: block;
}

#option .optionBox .contents .otherLink a {
    border-bottom: 1px solid #394867;
    padding: 0 1em;
    display: inline-block;
    color: #394867;
    text-decoration: none;
}


/* 500px */
@media screen and (min-width:500px) {
    .others .others_textArea .circle_title {
        padding-top: 30px;
        width: 140px;
        height: 140px;
    }

    #option .optionBox {
        max-width: 400px;
        margin-right: 20px;
        margin-left: 20px;
    }

    #option .optionBox section div p {
        font-size: 1.4rem;
    }

    .others .others_textArea .border_title {
        top: 70px;
    }

}


/*=========================== #flow ==*/
#flow {
    background-color: #e2d7c4;
    margin-top: 60px;
}

#flow .flow_titleArea {
    background-color: #394867;
    height: 100px;
}

#flow .flow_titleArea section {
    position: relative;
    top: 10px;
    height: 80px;
    border-top: 1px solid #e2d7c4;
    border-bottom: 1px solid #e2d7c4;
    color: #e2d7c4;
    text-align: center;
    padding-top: 10px;
}

#flow .flow_titleArea section .yomi {
    font-size: 1.2rem;
}

#flow .flow_Area {
    padding: 60px 0 120px 0;
}

#flow .flow_Area>div {
    background-color: #fcf4e9;
    padding: 1.5em 0;
    margin: 1.5em auto;
    text-align: center;
    width: 80%;
    max-width: 500px;
    border-radius: 50px;
}

#flow .flow_Area .numBox {
    margin-bottom: 2em;
}

#flow .flow_Area .numBox .num {
    font-family: butler;
    font-size: 3rem;
    font-style: italic;
    line-height: 1;
}

#flow .flow_Area .numBox .num_border {
    border-top: 2px solid #394867;
    width: 15px;
    margin: 0 auto;
}

/* 500px- */
@media screen and (min-width:500px) {
    #flow .flow_titleArea section {
        padding-top: 5px;
    }
}

/* PC 1025px- */
@media screen and (min-width:1025px) {
    #flow {
        margin-bottom: 0;
    }

    #flow .flow_Area {
        padding: 60px 0 60px 0;
    }
}

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

footer {
    width: auto;
    background-color: #fcf4e9;
}

footer .copy {
    color: #fcf4e9;
    font-size: 1.2rem;
    line-height: 50px;
    text-align: center;
    background-color: #394867;
}

/*========================== #request ==*/
#request {
    padding: 120px 1em;
}

/* step */
#request .step {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 60px;
}

#request .step li {
    display: inline-block;
    color: #e2d7c4;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border: 1px solid #e2d7c4;
    border-radius: 100px;
    margin-left: 2%;
    margin-right: 2%;
    font-weight: bold;
}

#request .step li.now {
    background-color: #e2d7c4;
    color: #fcf4e9;
}


/* requestIn */
#request .requestIn {
    max-width: 600px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    font-weight: normal;
}

#request .requestIn .main_in>p {
    font-size: 1.4rem;
}

#request .requestIn p.text_1 {
    text-align: right;
    color: red;
    font-size: 1.2rem;
}

#request .requestIn p.text_2 span {
    display: inline-block;
}

#request .requestIn p.text_3 {
    text-align: left;
}

#request .requestIn ul {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1000px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#request .requestIn ul li {
    margin-top: 30px;
}

::placeholder {
    color: #CECECE;
}

#request .requestIn ul li .item {
    margin-bottom: 5px;
    font-size: 1.6rem;
}

#request .requestIn ul li span {
    color: red;
}

#request .requestIn ul li .error {
    font-size: 1.2rem;
    color: red;
    margin-left: 1em;
}

#request .requestIn ul li div.answer {
    line-height: 45px;
    border: 2px solid #e2d7c4;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 100%;
    padding: .5em;
}

#request .requestIn ul li div input {
    line-height: 35px;
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 100%;
    border: none;
    padding: .5em;
    outline: none;
}

#request .requestIn ul li select.select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    height: 50px;
    background-color: #fff;
    color: #333;
    margin-top: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 100%;
    border: none;
    padding: .5em;
    outline: none;
}

#request .requestIn ul li div.date {
    padding: .5em;
}

#request .requestIn ul li div.wedding {
    padding: 0;
}

#request .requestIn ul li div.date:not(:nth-child(4)) {
    margin-bottom: 10px;
}

#request .requestIn ul li div.date p {
    display: inline-block;
    margin-right: 30px;
    font-size: 1.4rem;
}

#request .requestIn ul li div.date input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    width: 60%;
    padding-right: 20px;
    height: 50px;
    color: #333;
}

#request .requestIn ul li div textarea {
    max-width: 1000px;
    width: 100%;
    height: 150px;
    background-color: #fff;
    border: none;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: .5em;
    border-radius: 5px;
    outline: none;
}

#request .agree input {
    width: 14px;
    height: 14px;
}

#request .agree a {
    text-decoration: underline;
}



/* btn_check */
#request div .btn_check[disabled] {
    background-color: #fcf4e9;
    border: 1px solid #394867;
    color: #394867;
    border-radius: 80px;
    z-index: 1;
}

/* btn_all */
#request div .btn_all {
    width: 200px;
    line-height: 80px;
    border-radius: 80px;
    margin-bottom: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #394867;
    border: 1px solid #394867;
    color: #fcf4e9;
    font-family: "komorebi";
}

/* btn_submit */
#request div .btn_submit {
    margin-top: 90px;
}

/* btn_back */
#request div a.btn_back {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    width: 120px;
    line-height: 60px;
    background-color: #fcf4e9;
    color: #394867;
}

#request div a.btn_back:hover {
    opacity: 1;
}



/* 500px- */
@media screen and (min-width:500px) {}

/*========================== back_img ==*/

/* .backSp */
.backSp_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1em;
}

.backSp_img img {
    object-fit: cover;
    height: 80px;
    width: auto;
    bottom: 0;
    display: inline-block;
}

.backSp_img img.back03 {
    display: none;
}


/*========================== goContact ==*/
#goContact_SP {
    position: fixed;
    z-index: 90;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    line-height: 60px;
}

#goContact_SP>div {
    width: 100%;
}

#goContact_SP a {
    display: block;
    color: #fcf4e9;
    font-family: "komorebi";
    margin-right: auto;
    margin-left: auto;
    border-top: 1px solid #f9f0ef;
    border-bottom: 1px solid #f9f0ef;
    background-color: #394867;
}

#goContact_SP a:hover {
    border-top: 1px dashed #f9f0ef;
    border-bottom: 1px dashed #f9f0ef;
    background-color: #f9f0ef;
    color: #394867;
}

#goContact_PC {
    display: none;
}


/* PC 1025px- */
@media screen and (min-width:1025px) {

    #goContact_SP,
    #goContact_SP a {
        display: none;
    }


    #goContact_PC {
        display: block;
        width: 200px;
        height: auto;
    }

    #goContact_PC div {
        position: fixed;
        text-align: center;
        top: 5%;
    }

    #goContact_PC div a {
        display: block;
        width: 200px;
        color: #fcf4e9;
        background-color: #394867;
        border-radius: 40% 65% 60% 50% / 40% 50% 60% 65%;
        padding-top: 73px;
        padding-bottom: 73px;
        font-family: "komorebi";
        transition: .5s;
    }


    #goContact_PC a:hover {
        color: #394867;
        background-color: #fcf4e9;
    }
}

/*========================== pageUp ==*/

/* goTop */
.goTop {
    text-align: center;
    width: 100%;
    line-height: 60px;
    background-color: #394867;
}

.goTop a {
    display: block;
    color: #fcf4e9;
    font-family: "komorebi";
    margin-right: auto;
    margin-left: auto;
    background-color: #394867;
}

.goTop a:hover {
    background-color: #f9f0ef;
    color: #394867;
}



/*==================== ローディング画像 ==*/
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #fcf4e9;
    text-align: center;
    color: #fff;
}

#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#splash_logo img {
    width: 60px;
    height: auto;
}

/* PC 500px- */
@media screen and (min-width:500px) {
    #splash_logo img {
        width: 100px;
        height: auto;
    }
}



/*======================== エフェクト ==*/

.fadeRightTrigger,
.fadeLeftTrigger,
.zoomInTrigger {
    opacity: 0;
}

/* fadeLeft */
.fadeLeft {
    animation-name: fadeLeftAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-300px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* fadeRight */
.fadeRight {
    animation-name: fadeRightAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(300px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* zoomIn */
.zoomInTrigger.zoomIn {
    animation-name: zoomInAnime;
    animation-duration: .7s;
    animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes zoomInAnime {
    from {
        transform: scale(0.4);
    }

    to {
        transform: scale(1);
    }
}

/* はねる */
.text__bound {
    animation: key .3s ease infinite alternate;
}

@keyframes key {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

/* ふわふわ */
.fuwafuwa {
    animation: fuwafuwa 3s infinite ease-in-out .8s alternate;
    transition: 1.5s ease-in-out;
}


@keyframes fuwafuwa {
    0% {
        transform: translate(0, 0) rotate(-7deg);
    }

    50% {
        transform: translate(0, -7px) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(7deg);
    }
}

/* 上に上がる */
.UpMove {
    animation: UpAnime 0.5s forwards;
}