﻿@charset "UTF-8";
/*---------------------------------------*/
#fantasia {
    margin-top: 100px;
    border-bottom: 8px solid #c9ad76;
    background: #324c6b;
    color: #fff;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-style: normal;
}

#fantasia img {
    width: 100%;
}

@media screen and (max-width: 750px) {
    #fantasia {
        margin-top: 40px;
    }
}

/*---------------------------------------*/
#fantasia .model-box {
    max-width: 1250px;
    margin: 0 auto 40px;
}
#fantasia .model-box .txt {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 10px;
    line-height: 1.8;
}

@media screen and (max-width: 750px) {
    #fantasia .model-box {
        padding: 0;
        margin: 0 auto 20px;
    }
    
    #fantasia .model-box .txt {
        font-size: 16px;
        margin-top: 40px;
    }
}

/*---------------------------------------*/
#fantasia .point-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1250px;
    margin: 80px auto 0;
}
#fantasia .point-box .left {
    width: 32%;
    margin-right: 3%;
    z-index: 20;
}
#fantasia .point-box .center {
    width: 26%;
    margin-right: 3%;
    position: relative;
    z-index: 10;
}
#fantasia .point-box .right {
    width: 32%;
    z-index: 20;
}

#fantasia .point-box .point.point03 {
    margin-top: 170px;
}


/* 追加CSS: サークル背景系 */
#fantasia .point-box .center .item-bg {
    width: 190%;
    position: absolute;
    left: 44%;
    transform: translate(-50%, -50%);
    z-index: -10;
    top: 51.5%;
}

@media screen and (max-width: 750px) {
    #fantasia .point-box {
        display: block;
        margin: 30px auto 0;
        padding: 0 30px;
    }
    #fantasia .point-box .left,
    #fantasia .point-box .right {
        width: 100%;
        margin-right: 0;
    }
    #fantasia .point-box .center {
        width: 50%;
        margin: 0 auto 40px;
        position: relative;
    }
    #fantasia .point-box .point.point02,
    #fantasia .point-box .point.point03 {
        margin-top: 60px;
    }
    #fantasia .point-box .point h4 {
        font-size: 22px;
    }
    #fantasia .point-box .point .body-copy {
        font-size: 16px; /* 誤記修正: fontサイズ → font-size */
        margin-top: 20px;
        padding: 10px 0;
    }
    #fantasia .point-box .point .txt {
        font-size: 12px;
    }
    /* 追加CSSで上書き */
	#fantasia .point-box .center .item-bg {
        width: 190% !important;
        top: 52.4%;
    }
}
/*---------------------------------------*/
#fantasia .accordion__item {
   padding-bottom: 150px;
}

#fantasia .accordion__item.active {
    padding-bottom: 0;
}

#fantasia .accordion__body {
    background: #273754;
}

#fantasia .accordion__item.active .accordion__body {
    margin-top: 80px;
}

#fantasia .accordion__head {
    border: 1.5px solid #c9ad76;
    color: #c9ad76;
    background: #273754;
}
 
#fantasia .accordion__head::after {
    border-top: 1.5px solid #c9ad76;
    border-left: 1.5px solid #c9ad76;
}
/*---------------------------------------*/
#fantasia .more-box {
    margin-top: 100px;
}
#fantasia .more-box .item-here {
    width: 378px;
    margin: 30px auto 0;
    position: relative;
}
#fantasia .more-box .item-here a {
    display: block;
    border: 1.5px solid #c9ad76;
    padding: 20px 20px;
    color: #fff;
    background: #c9ad76;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
}
#fantasia .more-box .item-here::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 40%;
    right: 14px;
}

@media screen and (max-width: 750px) {
    #fantasia .more-box { margin-top: 60px; }
    #fantasia .more-box .item-here {
        width: 85%;
        margin: 20px auto 0;
    }
    #fantasia .more-box .item-here a { padding: 15px 15px; }
}

/*---------------------------------------*/
#fantasia .design {
    display: flex;
    justify-content: center;
    max-width: 1250px;
    margin: 180px auto 0;
}
#fantasia .design .left {
    width: 40%;
    margin-right: 3%;
    padding-right: unset;
}
#fantasia .design .right {
    width: 40%;
    padding-right: unset;
    margin-left: 20px;
}
#fantasia .design h4 {
    font-size: 23px;
    position: relative;
    text-align: center;
    color: #000;
}
#fantasia .design h4::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0; right: 0;
    margin: auto;
    width: 50px;
    height: 3px;
    background: #AE8F5B;
}
#fantasia .design .body-copy {
    font-size: 26px;
    text-align: center;
    margin-top: 30px;
}
#fantasia .design .pict { margin-top: 40px; }
#fantasia .design .txt {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    margin-top: 40px;
}

@media screen and (max-width: 750px) {
    #fantasia .design {
        margin: 80px 0 0;
        padding: 0 30px;
        width: 100%;
        display: block;
    }
    #fantasia .design .left,
    #fantasia .design .right {
        width: 100%;
        padding-right: 0;
    }
    #fantasia .design .right { margin-left: 0; margin-top: 40px; }
    #fantasia .design h4 { font-size: 23px; }
    #fantasia .design .body-copy { font-size: 21px; margin-top: 30px; }
    #fantasia .design .pict { margin: 30px auto 0; max-width: 230px; }
    #fantasia .design .right .pict { max-width: 270px; }
    #fantasia .design .txt { font-size: 14px; margin-top: 30px; }
}

/*---------------------------------------*/
#fantasia .itme-detail {
    position: relative;
    padding: 80px 0 150px;
    margin-top: 100px;
    background: unset; /* ベースの #F2ECE3 を無効化 */
}
#fantasia .itme-detail .bg {
    position: absolute;
    width: 484px;
    right: 0;
    top: -100px;
}
#fantasia .itme-detail .inner {
    max-width: 650px;
    margin: 80px auto 0;
    display: flex;
    align-items: center;
}
#fantasia .itme-detail .pict {
    width: 30%;
    margin-right: 8%;
}
#fantasia .itme-detail .txt-box { width: 58%; }
#fantasia .itme-detail .body-copy { font-size: 24px; }
#fantasia .itme-detail .no { font-size: 36px; margin-top: 10px; }
#fantasia .itme-detail .price { font-size: 24px; margin-top: 10px; }
#fantasia .itme-detail .price span {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500; /* ベースは400 */
}
#fantasia .itme-detail .day {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500; /* ベースは400 */
}
#fantasia .itme-detail .item-here2 {
    width: 378px;
    margin-top: 50px;
    position: relative;
}
#fantasia .itme-detail .item-here2 a {
    display: block;
    border: 2px solid #c9ad76;
    padding: 20px 20px;
    color: #fff;
    background: #c9ad76;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
}
#fantasia .itme-detail .item-here2::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    top: 40%;
    right: 14px;
}
#fantasia .itme-detail .copyright2 {
    font-size: 18px;
    max-width: 1150px;
    margin: 30px auto 0;
    text-align: center;
    font-weight: 500;
}

@media screen and (max-width: 750px) {
    #fantasia .itme-detail {
        padding: 40px 0 100px;
        margin-top: 60px;
    }
    #fantasia .itme-detail .bg { display: none; }
    #fantasia .itme-detail .inner {
        margin: 30px auto 0;
        display: block;
    }
    #fantasia .itme-detail .pict { width: 40%; margin: 0 auto; }
    #fantasia .itme-detail .txt-box {
        width: 85%;
        margin: 30px auto 0;
        text-align: center;
    }
    #fantasia .itme-detail .body-copy { font-size: 18px; }
    #fantasia .itme-detail .no { font-size: 28px; margin-top: 5px; }
    #fantasia .itme-detail .price { font-size: 20px; margin-top: 5px; }
    #fantasia .itme-detail .price span { font-size: 16px; margin-top: 5px; }
    #fantasia .itme-detail .day { font-size: 14px; margin-top: 5px; }
    #fantasia .itme-detail .item-here2 {
        width: 100%;
        margin: 20px auto 0;
    }
    #fantasia .itme-detail .item-here2 a { padding: 15px 15px; }
    #fantasia .itme-detail .copyright2 {
        font-size: 14px;
        width: 85%;
        margin: 20px auto 0;
        line-height: 1.2;
    }
}


/*---------------------------------------*/
/* 追加CSS: フレックス系 */
#fantasia .point-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
#fantasia .point-flex div { width: 40px; }

#fantasia .pict-flex {
    display: flex;
    justify-content: center;
}
#fantasia .pict1,
#fantasia .pict2 {
    position: relative;
    width: 40%;
}
#fantasia .pict1:before,
#fantasia .pict2:before {
    position: absolute;
    content: "";
    width: 86%;
    height: 86%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f8db6d;
    z-index: -1;
    border-radius: 100%;
}

/*---------------------------------------*/
/* 追加CSS: 細部 */
#fantasia .copyright,
#fantasia .copyright2 {
    padding-bottom: 100px;
}
#fantasia .br-sp { display: none; }

@media screen and (max-width: 750px) {
    #fantasia .point-flex div { width: 28px; }
    #fantasia .pict1,
    #fantasia .pict2 { width: 100px; }
    #fantasia .pict1:before,
    #fantasia .pict2:before {
        position: absolute;
        content: "";
        width: 86%;
        height: 86%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #f8db6d;
        z-index: -1;
        border-radius: 100%;
    }
    #fantasia .br-sp { display: block; }
}