@charset "UTF-8";

/*　メインカラー */
:root {
    --main-color: #cb344f;
}

/*　赤文字 */
.text-red{
    color: #ff0000;
}

#maincontents .note {
    text-indent: -1em;
    padding-left: 1em;
}

/*　メインビジュアル */
#mv {
    width: 100%;
}

#mv img {
    width: 100%;
    height: auto;
}

/*　SPのみ改行 */
.spbr {
    display: none;
}

/*　見出しh3 */
h3.main_ttl {
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Shippori Mincho', serif;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 30px;
}


h4.sub_ttl {
    font-family: 'Cormorant Garamond', serif;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 左右に線 */
h4.sub_ttl:before,
h4.sub_ttl:after {
    border-top: 2px solid var(--main-color);
    content: "";
    width: 30px;
}

h4.sub_ttl:before {
    margin-right: 20px;
}

h4.sub_ttl:after {
    margin-left: 20px;
}

.geigi_wrap p {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
}

/*　リード */
.read {
    padding-top: 143px;
    padding-bottom: 58px;
    background: url(../images/geigi/head_bg.jpg?v3)no-repeat;
    background-size: contain;
    background-position: center top;
}

.read h3 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 75px;
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Shippori Mincho', serif;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 700;
}

.read h3 span.red {
    color: var(--main-color);
}

.read h3 span.txtlg {
    font-size: 48px;
}

.read p {
    font-size: 17px;
    line-height: 2.1;
    max-width: 700px;
    margin: 0 auto 56px auto;
}

/*　ウインドウサイズによって背景が見出しにかぶるのを防ぐ */
@media (max-width: 1400px) {
    .read h3 {
        margin-top: 70px;
    }
}


/*　東山芸妓とは */
.about {
    background: url(../images/geigi/about_geigi_bg.jpg)no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.about_contbox {
    border: 8px solid #cd6e7f;
    border-radius: 0 60px 0 60px;
    padding: 17px;
    background: #fff;
}

.about_innerbox {
    border: 4px solid #f4b3c1;
    border-radius: 0 45px 0 45px;
    padding: 54px 60px;
}

.content_wrap {
    display: flex;
    gap: 50px;
    margin-top: 80px;
}

.content_wrap .media {
    max-width: 430px;
    width: 100%;
}

.content_wrap .contbox {
    max-width: 423px;
    width: 100%;
    background-color: #fff;
    padding-top: 2px;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%),
        /* 点線1の色 */
        linear-gradient(180deg, #f4b3c1 1px, transparent 1px);
    /* 点線2の色と太さ */
    background-size: 4px 100%,
        /* 点線1のサイズ */
        100% 2em;
    /* 点線2のサイズ */
    line-height: 2.4;
    /* 文字の高さ */
    padding-bottom: 1px;
    /* 最終行の下にも罫線を引く */
}

.content_wrap .contbox p {
    color: #323030;
    font-size: 16px;
}



/*　プラン内容 */
.planlist {
    padding: 80px 0;
    background: #fff;
}


.planlist .period {
    background: #cd6e7f;
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    max-width: 440px;
    margin: 40px auto;
    padding: 18px 20px;
    text-align: center;
    vertical-align: middle;
}

.planlist .period span {
    font-weight: bold;
    font-size: 22px;
}

.planinfo {
    max-width: 740px;
    display: block;
    margin: 0 auto 80px auto;
}


.planinfo p {
    text-align: center;
    display: inline-block;
    padding: 20px 0;
    border-top: 2px solid #cd6e7f;
    border-bottom: 2px solid #cd6e7f;
    font-size: 18px;
    color: #323030;
}

.planlist_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 1024px;
    margin: 0 auto;
}

.planlist_wrap .plan {
    width: 46%;
    margin-bottom: 62px;
}

.planlist_wrap .plan h4 {
    border-top: 2px solid #cd6e7f;
    border-bottom: 2px solid #cd6e7f;
    font-size: 18px;
    padding: 22px 4px;
    color: #323030;
    text-align: center;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
}

.planlist_wrap .plan .planimg {
    position: relative;
    margin-bottom: 24px;
}

.planlist_wrap .plan .planimg .number {
    position: absolute;
    left: 15px;
    top: 15px;
    background: url(../images/geigi/flower.png);
    width: 64px;
    height: 63px;
}

.planlist_wrap .plan .planimg .number p {
    position: absolute;
    left: 22px;
    top: 20px;
    font-size: 34px;
    color: #cd6e7f;
    z-index: 2;
    text-align: center;
}

/*　当日の流れ */
.agenda {
    background: url(../images/geigi/flow_bg.jpg)no-repeat;
    background-size: cover;
    padding: 80px 0 5px 0;
}

.flowlist {
    max-width: 1100px;
    margin: 70px auto 0 auto;
}

.flowlist .flow {
    background: #fff;
    display: flex;
    gap: 40px;
    padding: 50px 40px;
    border-radius: 0 60px 0 60px;
    position: relative;
    margin: 0 0 75px 0;
}

.flowlist .flow:after {
    border-top: 34px solid #f4b3c1;
    border-left: 48px solid transparent;
    border-right: 48px solid transparent;
    content: "";
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translate(-50%);
}


.flowlist .flow:last-child:after {
    border: none;
    padding: 0;
}

.flowlist .flow .contbox {
    background: #fff;
    display: flex;
    border-radius: 0 60px 0 60px;
    display: flex;
    flex-direction: column;
    max-width: 520px;
    width: 100%;
}

.flowlist .flow .contbox h4 {
    color: var(--main-color);
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Shippori Mincho', serif;
    font-family: 'Shippori Mincho B1', serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 60px;
}

.flowlist .flow .contbox p.desc {
    font-size: 16px;
    margin-bottom: 36px;
}

.flowlist .flow .contbox p.note {
    font-size: 14px;
}

.flowlist .flow .media {
    max-width: 460px;
    width: 100%;
}

.flowlist .flow .media img {
    box-shadow: 10px 10px 0 #f4b3c1;
}

/*　補足説明　*/
.supplementlist {
    margin-top: 100px;
}

.supplement {
    border-radius: 40px;
    border: 6px solid #f4b3c1;
    position: relative;
    padding-top: 70px;
    margin-bottom: 80px;
}

.supplement h4 {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%);
    background: #f4b3c1;
    width: 585px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
}

.space {
    float: right;
    height: 12em;
    /* 仮の高さ */
}

.space02 {
    float: right;
    height: 11em;
    /* 仮の高さ */
}


.supplement_content02 {
    display: flex;
    align-items: stretch;
    position: relative;
}

.imagecut02 {
    margin-top: auto;
}

.supplement_content .contbox,
.supplement_content02 .contbox {
    padding-right: 20px;
    padding-left: 30px;
    padding-bottom: 40px;
    height: auto;
}

.supplement_content02 .contbox {
    width: calc(1100px - 250px);
}


.supplement_content ul li,
.supplement_content02 ul li {
    font-size: 14px;
    line-height: 1.5;
}

.supplement_content02 ul li.mb30 {
    margin-bottom: 30px;
}


.imagecut {
    float: right;
    clear: both;
}

.imagecut img {
    width: 100%;
    height: auto;
}

.image01 {
    padding-right: 20px;
    margin-bottom: -5px;
    max-width: 192px;
}

.image03 {
    max-width: 230px;
    padding-right: 20px;
    margin-bottom: -5px;
}


.image04 {
    padding-right: 10px;
}

/* 回り込みの高さ指定*/
@media (max-width:1250px) {
    .space {
        float: right;
        height: 13em;
    }

    .space02 {
        float: right;
        height: 13em;
    }

    .image04 {
        padding-top: 5%;
    }

}


/* 宿泊施設について*/
.plan_hotels {
    background: #fff;
    padding: 80px 0;
}

.plan_hotels .hotels_read {
    max-width: 680px;
    margin: 55px auto 70px auto;
}

.plan_hotels .hotels_read p {
    font-size: 18px;
    line-height: 1.5;
}

.hotel {
    display: flex;
    gap: 50px;
    max-width: 1100px;
    margin: 0 auto 60px auto;
    border-top: 2px solid #c46a7a;
    border-bottom: 2px solid #c46a7a;
    padding: 50px 40px;
}



.hotel .contbox{
    width: 480px;
    
}

.hotel .contbox h3 {
    background: #c46a7a;
    color: #fff;
    padding: 14px 0;
    display: block;
    border-radius: 20px;
    text-align: center;
    font-size: 24px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
    font-weight: bold;
    margin-bottom: 35px;
}

.hotel .contbox p.desc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.hotel .contbox p.contact {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.hotel .contbox p.contact a {
    color: #c46a7a !important;
    text-decoration: none;
}


.hotel .contbox a.linkbtn {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    background: #fce7eb;
    color: #c46a7a !important;
    font-size: 18px;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "verdana", sans-serif;
    text-decoration: none;
    text-align: center;
    padding: 12px 0;
    width: 100%;
}

.hotel .contbox a.linkbtn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #c46a7a;
}


/*スライド*/
.hotel .slider {
    width: 480px;
    overflow: hidden;
}

.hotel .slider img {
    width: 100%;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
        /* 拡大率 */
    }
}

.add-animation {
    animation: zoomUp 10s linear 0s normal both;
}

@media (max-width: 750px) {

    /*　SPのみ改行 */
    .spbr {
        display: block;
    }

    .read h3 {
        line-height: 1.5;
    }

    .content_wrap,
    .planlist_wrap,
    .flow,
    .supplement_content02,
    .hotel {
        flex-direction: column;
    }

    .content_wrap .media,
    .content_wrap .contbox {
        max-width: 430px;
        margin: 0 auto;
    }

    .planinfo {
        max-width: 380px;
    }

    .planlist_wrap .plan {
        max-width: 480px;
        width: 100%;
        margin: 0 auto 40px auto;
    }

    .planlist_wrap .plan .planimg {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .planlist_wrap .plan .planimg .number {
    position: absolute;
    left: 5px;
    top: 5px;
    width: 52px;
    height: 51px;
    background-size: 52px;    
}

.planlist_wrap .plan .planimg .number p {
    position: absolute;
    left: 18px;
    top: 15px;
    font-size: 28px;
    color: #cd6e7f;
    z-index: 2;
    text-align: center;
}


    .content_wrap .contbox p {
        line-height: 2;
    }

    .about_innerbox {
        padding: 30px;
    }


    .flowlist .flow {
        padding: 40px;
    }

    .flowlist .flow .contbox p.desc {
        margin-bottom: 20px;
    }

    .supplement h4 {
        max-width: 80%;
        font-size: 18px;
    }



    .supplement_content02 .contbox {
        width: 100%;
    }

    .supplement_content {
        display: flex;
        flex-direction: column-reverse;
    }

    .space,
    .space02 {
        display: none;
        float: none;
        height: 0;
    }

    .imagecut,
    .imagecut02 {
        max-width: 240px;
        margin: 0 auto;
    }

    .imagecut img,
    imagecut02 img {
        width: 100%;
    }

    .hotel {
        padding: 40px 20px;
    }

    .hotel .slider,
    .hotel .contbox {
        width: 100%;
    }
    
    .hotel .contbox h3{
        font-size: 17px;
    }

    #maincontents .geigi_wrap .read .inner.mainWidth {
        margin-top: 6vw;
    }

    .read {
        padding-top: 0;
        padding-bottom: 58px;
        background: url(../images/geigi/head_bg_sp.jpg?v3) no-repeat;
        background-size: contain;
        background-position: center top;
    }
    .read h3 {
        padding-top: 26vw;
        font-size: 5vw;
        margin-top: 0;
        margin-bottom: 8vw;
    }
    .read h3 span.txtlg {
        font-size: 7vw;
        line-height: 1.2;
    }

}
