@charset "UTF-8";
/* 下層ページ共通 */

h2 {
    font-size: 2.5em;
}

.logoImg {
    width: 62px;
    height: 62px;
    margin-left: 10px;
}

.logoText {
    margin-left: 28px;
}

.pageTitle {
    margin-top: 20px;
}

.pageTitleJPbox {
    width: fit-content;
    padding-top: 10px;
    margin: 0 auto 20px;
    border-top: 1px solid;
}

.section--plan-studio .pageTitleJPbox {
    margin: 0 auto;
}

.pageTitleJP {
    text-align: center;
}

/* 下層ページ共通　PC */
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    .logoG {
        margin-top: 15px;
        align-items: flex-start;
        padding-top: 0;
    }

    .logoImg {
        width: 75px;
        height: 75px;
        margin-left: 45px;
        margin-top: 7.5px;
    }

    .logoText {
        margin-left: 30px;
        margin-top: 7.5px;
        line-height: 150%;
        font-weight: 300;
        font-size: 1.25em;

    }

    .brSP {
        display: none;
    }

    .nav__item {
        font-size: 1.25em;
        line-height: 150%;
    }

    .section--plan-studio .pageTitleJP {
        margin-bottom: 0px;
    }

    .pageTitleJP {
        text-align: center;
        margin-bottom: 45px;
    }

}

/* plan共通 */
/* プランタイトル〜場所記載まで */
.place {
    margin-top: 20px;
    justify-content: flex-end;
}

.placeIcon {
    width: 24px;
    height: 24px;
}

.planComent {
    line-height: 180%;
    text-align: left;
    margin: 0 auto;
}

.planFlame {
    display: flex;
    padding: 30px 0px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    border-radius: 15px;
    background: var(--planSP, linear-gradient(133deg, #FFF5EF 1.93%, #F1E5DE 29.78%, #EADCD5 58.55%, #EBDDD5 97.67%));
}

.planTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.planImg {
    width: 160px;
    height: 160px;
    border-radius: 15px;
}


.plan {
    display: flex;
    padding: 15px 20px;
    flex-direction: column;
    align-items: center;
    background: #FEFCFA;
    margin-top: 3px;
}

.lastPlan {
    border-radius: 0px 0px 15px 15px;
}


.circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #7C6B59;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.circle span {
    font-size: 0.875em;
}

.circle p {
    line-height: 130%;
}

.circle .lineThick {
    line-height: 150%;
}

.circle .lineThin {
    line-height: 115%;
}

.circleG {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
    padding: 0 40px;
}

/* プランタイトル〜場所記載　PC */
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    .main {
        width: 72.2%;
        margin: 0 auto;
    }

    .pageTitle {
        font-size: 4em;
        margin-bottom: 0;
        margin-top: 45px;
    }

    .pageTitleJPbox {
        width: 200px;
        margin: 0 auto;
        border-top: 1px solid;
    }

    .place p {
        font-size: 1.25em;
        line-height: 150%;
    }

    .planFlame {
        position: relative;
        padding: 40px 0px;
        gap: 25px;
    }

    .planTop {
        width: 86.5%;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
    }

    .planImg {
        width: 160px;
        height: 160px;
        position: absolute;
        left: 40px;
        top: -140px;
        transform: rotate(-5deg);
    }

    .planComent {
        line-height: 180%;
        text-align: left;
        margin: 0 auto;
    }

    .planComent {
        line-height: 180%;
        text-align: left;
        width: 100%;
    }

    .planComent2 {
        line-height: 180%;
        text-align: left;
        margin-top: 7px;
    }

    .circleG {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
        row-gap: 10px;
        column-gap: 20px;
        padding: 0 0;
    }
}


/* 料金表 */
.priceTables {
    width: 100%;
}

.priceTable {

    margin: 15px 5% 0;
    border-radius: 15px 15px 0px 0px;

}

.priceTable:first-of-type {
    margin-top: 0;
}

h3 {
    padding: 10px 0px;
    text-align: center;
    font-size: 1.25em;
    /* font-weight: 200; */
    background: #FEFCFA;
    border-radius: 15px 15px 0px 0px;
    background: #FEFCFA;
}

h4 {
    font-size: 1.25em;
}

.price {
    font-size: 3em;
    font-weight: 200;
    line-height: 150%;
    text-align: center;
}

.min {
    width: 50px;
    height: 50px;
}

.min.ninety {
    width: 81px;
    height: 50px;
}

.cut {
    width: 50px;
    height: 50px;

}

.figures {
    justify-content: center;
    align-items: flex-end;

}

.minG {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cutG {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.figures p {
    white-space: nowrap;
    font-size: 1.25em;
}

.figures span {
    font-size: 0.8em;
}

.cutG .AllCut {
    font-size: 1.125em;
}

.ALLCutImg {
    width: 50px;
    height: 53px;
}

.cutG .AllCut span {
    font-size: 0.89em;
}

.planInfo {
    margin-top: 15px;
}

.check {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

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

.option {
    width: 49.5%;
    border-radius: 0px 0px 0px 15px;
    background: #FFFBF7;
    display: flex;
    padding: 10px 0px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-top: 3px;
}

.option.opRight {
    border-radius: 0px 0px 15px 0px;
}

.optionPrice {
    font-size: 2em;
    font-weight: 200;
    line-height: 150%;
}

.btnFlame {
    display: flex;
    width: 80%;
    height: 43px;
    padding: 5px 75px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #7C6B59;
}

.btn__contact {
    color: #F5F5F5;
    font-size: 1.25em;
    font-weight: 300;
    position: relative;

}

.btn__contact .btnArrow {
    position: absolute;
    width: 27px;
    height: 8px;
    right: -95px;
    top: 5px;
}

/* スタジオプラン料金表PC */
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    .priceTables {
        width: 86.5%;
        margin: 0 auto;
    }

    .priceTable {
        margin-left: 0;
        margin-right: 0;
    }

    .plans {
        flex-direction: row;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .planStudio .plan {
        width: 33.1%;
    }

    .planHome .plan {
        width: 49.8%;
    }

    .plan753 {
        width: 49.8%;
        background: #FEFCFA;
    }

    .plans753 {
        margin-top: 3px;
    }

    .messageMama {
        text-align: center;
        position: relative;
        z-index: 3;
    }

    .messageMama::after {
        content: "";
        display: block;
        width: 178px;
        height: 10px;
        position: absolute;
        left: 7px;
        bottom: 22px;
        background-image: url(../images/Vector\ 9.svg);
        background-size: cover;
        z-index: 2;
    }

    .planStudio .eventPlan {
        width: 100%;
        border-radius: 0px 0px 15px 15px;
    }

    .plan-light {
        border-radius: 0px 0px 0px 15px;
    }

    .planStudio .lastPlan {
        border-radius: 0px 0px 15px 0px;
    }

    .planHome .lastPlan {
        border-radius: 0px 0px 15px 0px;
    }

    .option {
        width: 49.8%;
    }

    .btnFlame {
        width: 33.3%;
    }

    .plans {
        width: 100%;
        margin: 0 auto;
    }

    .eventPlan {
        width: 100%;
    }
}

/* 出張料金 プラン共通 */
.onSiteFee .price {
    font-size: 2em;
    margin-top: 5px;
}

.onSiteFee span {
    font-size: 0.75em;
    margin-top: 5px;
}

.onSiteFee .plan {
    justify-content: space-around;
}

/* 出張料金　プラン共通　PC */
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    .onSiteFee .plan {
        width: 33.1%;
    }
}

/* 駐車料金 プラン共通*/
.priceTable.parkingFee {
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background: #FEFCFA;
}

.parkingFee .price {
    font-size: 1.5em;
    font-weight: 300;
}

/* 駐車料金PC プラン共通*/
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    .onSiteFee .lastPlan {
        border-radius: 0px 0px 15px 0px;
    }
}

/* お花イベント撮影会 */
.priceTable.eventG {
    padding-top: 30px;
    position: relative;
}

.priceTable.eventG::before {
    content: '';
    background-image: url(../images/originalMenu.svg);
    width: 150px;
    height: 70px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: -20px;
}

.instaLink {
    text-decoration: underline;
    /* border-bottom: 1px solid #7C6B59; */
}

.planNote {
    padding: 10px;
    justify-content: center;
    border-radius: 15px;
    background: #F1EBE6;
    margin-bottom: -14px;
}

.notes img {
    width: 32px;
    height: 53px;
    margin: 0 auto;
    display: block;
}

.notes {
    margin-bottom: -20px;
}

.minS {
    width: 25px;
    height: 40px;
}

.cutS {
    width: 40px;
    height: 40px;
}

.eventG .price {
    color: rgba(124, 107, 89, 0.70);
    font-size: 2.25em;
    font-weight: 200;
}

.eventRirht {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.eventImg {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn__flameLine-Insta {
    width: 270px;
    margin: 10px auto 5%;
    position: relative;
}


.btnArrow {
    position: absolute;
    width: 27.5px;
    right: 10px;
    top: 13px;
}

.eventPlan {
    padding: 15px 0px;
    border-radius: 0px 0px 15px 15px;
}

.eventPlan .cutG {
    margin-left: 10px;
}

.taxIncluded {
    font-weight: 200;
}

/* お花イベント撮影料金表PC */
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    .priceTable.eventG::before {
        width: 168px;
        height: 100px;
    }

    .priceTable.eventG::after {
        content: '';
        background-image: url(../images/eventImg.png);
        width: 120px;
        height: 120px;
        transform: rotate(5deg);
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 0px;
        top: -50px;
    }

    .eventImg {
        display: none;
    }

    .price {
        text-align: center;
    }

    .eventPlan {
        flex-direction: row;

    }

    .eventLeft,
    .eventCenter,
    .eventRirht {
        width: 33.1%;
    }

    .eventLeft {
        position: relative;


    }

    .planNote {
        display: block;
        margin-bottom: 0px;
    }

    .notes img {
        transform: rotate(270deg);
        margin-left: -5px;

    }

    .notes {
        display: flex;
        position: absolute;
        top: -60px;
        right: -30px;


    }

    .btnArrow {
        position: absolute;
        width: 27.5px;
        right: 15px;
        top: 13px;
    }

    .btn__flameLine-Insta {
        width: 90%;
    }
}

/* jinja */
.pageTitle span {
    font-family: "IBM Plex Sans JP", sans-serif;
    font-size: 36px;
    font-weight: 300;
}

.planComent2 {
    line-height: 180%;
    margin-top: 7px;
}

.backnone {
    background: none;
    padding: 0;
}

.plans753 {
    width: 100%;
}

.plan753 {
    padding: 15px;
    background: #FEFCFA;
    margin-top: 3px;
}

.plan753 h4 {
    text-align: center;
    margin-bottom: 10px;
}

.common753 {
    background: #FEFCFA;
    width: 100%;
    padding: 10px;
}
.common753right {
    border-radius: 0px 0px 15px 15px;
}

.planJinja .minG {
    padding-left: 30px;
}

.notice{
    margin-top: 5px;
}


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

    /* --px以上に適用されるCSS（PC用） */
    /* jinja */
    .pageTitle span {
        font-size: 52px;
    }

    .detail {
        position: relative;
    }

    .plan753 {
        width: 49.8%;
        border-radius: 0px 0px 0px 15px;
    }
    .common753right {
    border-radius: 0px 0px 15px 0px;
}

}

/* 公園プラン */
.mt10 {
    margin-top: 10px;
} 

/* ご自宅出張プラン */
.planMama {
    position: relative;
}

.flag {
    position: absolute;
    left: 1.3%;
    top: 0;
    width: 48px;
    height: 107px;
}

.limited {
    /* font-size: 1.125em; */
    vertical-align: middle;
    position: relative;
}

.limited::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 24px;
    background-image: url(../images/lineDeco.svg);
    margin-left: 5px;
    position: absolute;

}

.limited::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 24px;
    background-image: url(../images/lineDeco.svg);
    transform: rotate(-60deg);
    position: absolute;
    translate: -100% 0;
    left: -7px;

}

.messageMama {
    text-align: center;
    position: relative;
    z-index: 3;
}

.messageMama::after {
    content: "";
    display: block;
    width: 178px;
    height: 10px;
    position: absolute;
    left: 7px;
    bottom: 22px;
    background-image: url(../images/Vector\ 9.svg);
    background-size: cover;
    z-index: 2;
}

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

    /* --px以上に適用されるCSS（PC用） */
    .flag {
        left: 2.2%;
        top: 0;
        width: 88px;
        height: 102px;
    }
}

/* プロフィール写真プラン */
.addedPrice {
    font-size: 1.5em;
    font-weight: 200;
    text-align: center;
}

.planProfile .lastPlan {
    border-radius: 0px 0px 15px 15px;
}

.fontCuts {
    font-size: 1.625em;
    padding-bottom: 3px;
}
.price span {
    font-size: 0.5em;
    vertical-align: middle; 
}
.fontCuts span {
    font-size: 0.75em;
    vertical-align: middle; 
}

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

    /* --px以上に適用されるCSS（PC用） */
    .priceInfo {
        display: flex;
        align-items: baseline;
        gap: 5px;
    }

    .planProfile .lastPlan {
        border-radius: 0px 0px 15px 0px;
    }

    .planProfile .plan {
        width: 33.1%;
    }

}

/* プランギャラリー */
.planPhotos {

    margin: 0 auto;
    padding: 30px 0px;
}

.photos {
    margin-top: 15px;
    margin-bottom: 45px;
}

.btn__flameLine-gallery {
    width: 80%;
    margin: 0 auto;
}

/* プランギャラリーPC */
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */

    .btn__flameLine-gallery {
        width: 33.3%;
        margin: 0 auto;
    }

    .planPhotos {

        padding-top: 45px;
        padding-bottom: 10px;
    }

    .photos {
        margin-bottom: 30px;
    }
}

/* プランリスト */
#planList {
    padding: 35px 0px;
}

.planList__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.planListTitle {
    font-size: 1.25em;
    font-family: "lato";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.planListTitle::before,
.planListTitle::after {
    border-top: 1px solid;
    content: "";
    width: 30px;
    margin: 0 5px;
}

.planList__item {
    display: flex;
    justify-content: flex-start;
    font-size: 1.25em;
    border-bottom: 1px dashed rgba(124, 107, 89, 0.50);
    width: 80%;
    height: 86px;
    padding: 30px 12% 10px;

}

.itemBtn {
    display: flex;
    align-items: center;
}


.studioIcon {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.jinjaIcon {
    width: 40px;
    height: 37px;
    margin-right: 10px;
}

.parkIcon {
    width: 43px;
    height: 42px;
    margin-right: 6px;
}

.babyIcon {
    width: 43px;
    height: 43px;
    margin-right: 10px;
}

.profileIcon {
    width: 34px;
    height: 34px;
    margin-right: 10px;
}

/* プランリスト下線＆背景色SP */
/*===============================
　左から右に背景色が伸びる
===================================*/
/*背景の設定*/
.gnaviPlan li a {
    /*背景色の基点とするためrelativeを指定*/
    position: relative;
}

.gnaviPlan li a::after {
    content: '';
    /*絶対配置で線の位置を決める*/
    position: absolute;
    z-index: -1;
    bottom: -10%;
    left: -5%;
    /*背景の形状*/
    width: 0;
    height: 130%;
    background: #EBDDD5;
    border-radius: 15px;
    /*アニメーションの指定*/
    transition: all .5s;
    opacity: 0;
    /*はじめは透過0*/
}

/*現在地とhoverの設定*/
.gnaviPlan li.currentPlan a::after,
.gnaviPlan li a:hover::after {
    /*背景の形状*/
    width: 120%;
    /*横幅を伸ばす*/
    opacity: 1;
    /*不透明に*/
}

/* プランリストPC */
@media screen and (min-width: 1025px) {

    /* --px以上に適用されるCSS（PC用） */
    #planList {
        padding-bottom: 0px;
    }

    #planList h2 {
        display: none;
    }

    .planList__items {
        flex-direction: row;
        align-items: flex-end;
    }

    .planList__item {
        width: 20%;
        border-left: 1px dashed #7C6B59;
        border-bottom: 0;
        padding: 0px;
        height: 95px;
    }

    .planList__item:first-of-type {
        border-left: 0;
    }

    .itemBtn {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 95px;
        justify-content: space-between;
        padding: 10px 0;
    }

    .itemBtn span {
        display: block;
        margin-top: 5px;
    }

    .itemBtn p {
        margin-top: 5px;
    }

    /* プランリスト背景色PC */
    .gnaviPlan li a::after {
        bottom: 0%;
        left: 5%;
        height: 95px;
    }

    /*現在地とhoverの設定*/
    .gnaviPlan li.currentPlan a::after,
    .gnaviPlan li a:hover::after {
        width: 90%;
    }
}

/* スライダー */
.slider {
    width: 100%;
    height: auto;
}

.slider .slick-slide {
    margin: 0 10px;
    ;
}