@charset "utf-8";
/* ****************************************************************************
- MEMO -
--------Setting/共通設定--------
________Font Setting/フォント設定________

--------Layout/レイアウト--------
________wrapper________
________article_bgVisual________
________area_header________
________box__row________
________area_main________
________area_ttl________
________area_contents________
________section_main________
________area_footer________


--------page_movie/動画共通--------

@media screen and (min-width: 769px) { } 【タブレット縦以上】※breakpoint
*****************************************************************************/

/*--------Layout/レイアウト--------*/
/*________wrapper________*/

/*________article_bgVisual________*/
#article_bgVisual {
    z-index: 0;
    position: fixed;
    top: 0;
}

#article_bgVisual,
#article_bgVisual #article_bgVisual--in,
#article_bgVisual #article_bgVisual--in .box_img,
#article_bgVisual #article_bgVisual--in .box_img img {
    height: 100vh;
    min-height: 80vh;
    z-index: 0;
}

#article_bgVisual #article_bgVisual--in .box_img img {
    object-fit: cover;
    object-position: left top;
}

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

    #article_bgVisual,
    #article_bgVisual #article_bgVisual--in,
    #article_bgVisual #article_bgVisual--in .box_img,
    #article_bgVisual #article_bgVisual--in .box_img img {
        height: 100vh;
        min-height: 600px;
        width: 100%;
    }
}

/*________area_header________*/
@media only screen and (min-width : 769px) {
    #area_header {
        position: relative;
        opacity: 1;
        background: none;
        border: none;
        height: auto;
        padding-top: 48px;
        padding-bottom: 48px
    }

    #area_header #area_header--in {
        position: relative;
    }

    #area_header #logo_home #logo_home--link {
        width: 340px;
    }
}

/*________box__row________*/
.box_row {
    /* margin-top: 60px; */
    z-index: 2;
}

@media only screen and (min-width : 769px) {
    .box_row {
        margin-top: 0;
    }
}

.box_row .box_row--in {
    width: 100%;
    margin: 0 auto 0 auto;
    margin-top: 60px;
}

@media only screen and (min-width : 769px) {
    .box_row .box_row--in {
        padding-top: 0.5em;
        margin-top: 0;
    }
}

/*________area_main________*/
#area_main {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width : 769px) {
    #area_main {
        width: 100%;
        margin-bottom: 2em;
    }
}

.page_movie #area_main--in {
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    width: 100%;
}

@media only screen and (min-width : 769px) {
    #area_main--in {
        background: rgba(255, 255, 255, 1);
        border-radius: 10px 10px 10px 10px;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}

/*________area_ttl________*/
.area_ttl {
    position: relative;
    z-index: 1;
    width: 100%;
    /* background: rgba(255, 109, 231, 0.5) */
}

@media only screen and (min-width : 769px) {
    .area_ttl {
        background: none;
    }
}

.area_ttl--in {
    position: relative;
    padding-bottom: 0.25em;
}

@media only screen and (min-width : 769px) {
    .area_ttl--in {
        padding-top: 1em;
    }
}

/*________area_contents________*/
.area_contents .box_page_template {
    width: 98%;
    margin: 0 auto;
}



/*料金システム*/
#system-box-main {
    padding: 10px;
}

#system-box-main .system-box .system-box-title {
    border-left: 4px solid #ff329a;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 8px;
    padding: 2px 8px 0;
    margin-top: 8px;
}

#system-box-main .system-box {
    
}

/*料金システム -料金テーブルがある場合-*/
#system-box-main .system-box .system-box-textarea {
    text-align: left;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
}

#system-box-main .system-box .system-box-textarea .tbl_price {
    border-collapse: separate;
    border-spacing: 1px;
    line-height: 1.6;
    width: 100%;
    word-break: break-all;
}

#system-box-main .system-box .system-box-textarea tr:first-child th {
    border-radius: 4px 0 0 0;
}
#system-box-main .system-box .system-box-textarea .tbl_price .title {
    background-color: #eaf4f9;
    font-weight: bold;
    vertical-align: middle;
}
#system-box-main .system-box .system-box-textarea .tbl_price .title,
#system-box-main .system-box .system-box-textarea .tbl_price .content {
    width: 50%;
    padding: 6px 12px;
}

#system-box-main .system-box .system-box-textarea tr:first-child td {
    border-radius: 0 4px 0 0;
}

#system-box-main .system-box .system-box-textarea .tbl_price .content {
    background-color: #fff;
    min-width: 120px;
    vertical-align: middle;
}

#system-box-main .system-box .system-box-textarea .tbl_price .content {
    width: 50%;
    padding: 6px 12px;
}
#system-box-main .system-box .system-box-textarea .tbl_price td,
#system-box-main .system-box .system-box-textarea .tbl_price th,
#system-box-main .system-box .system-box-textarea .tbl_price tr {
    border: 1px solid #bababa;
}
/*料金 -pc-*/
@media only screen and (min-width : 769px) {
    #system-box-main {
        padding: 15px;
    }
    #system-box-main .system-box .system-box-textarea {
        padding: 20px;
    }
}


/*________area_contents________*/

/*________section_main________*/
/*配置順設定*/
.section_main {
    position: relative;
    width: 100%;
}

.section_main .section_inner {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
}








