/* fv
///////////////////////////////////////////////////////////////////*/

.top_fv {
    position: relative;
}

.top_fv_img {
    width: 100%;
    min-height: 100vh;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: -1;
}

.top_fv_logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.top_fv_logo_img {
    width: 180px;
    max-width: 50%;
}

.top_fv_text {
    color: #fff;
    font-size: 45px;
    letter-spacing: 0.25em;
    line-height: 1.4em;
    text-shadow: 0 0 8px rgb(0 0 0 / 40%);
    position: absolute;
    margin: auto;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    height: 100px;
    padding-left: 25px;
    /* writing-mode: horizontal-tb; */
    z-index: 2;
}

.slick-prev,
.slick-next {
    z-index: 100;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    width: 38px;
    height: 38px;
    padding: 2px;
}

.slick-prev,
.slick-next,
.slick-prev:focus,
.slick-next:focus {
    background-color: #595757;
}

.slick-prev:hover,
.slick-next:hover {
    background-color: #bb956e;
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover {
    transition: 0.3s;
}

.slick-prev {
    left: 18px;
}

.slick-next {
    right: 18px;
}

.slick-prev::before {
    content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23fff%22 d=%22M11.28 15.7l-1.34 1.37L5 12l4.94-5.07 1.34 1.38-2.68 2.72H19v1.94H8.6z%22%3E%3C/path%3E%3C/svg%3E");
}

.slick-next::before {
    content: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22%3E%3Cpath fill=%22%23fff%22 d=%22M15.4 12.97l-2.68 2.72 1.34 1.38L19 12l-4.94-5.07-1.34 1.38 2.68 2.72H5v1.94z%22%3E%3C/path%3E%3C/svg%3E");
}

@media screen and (max-width:991px) {
    .top_fv_img {
        min-height: 80vh;
    }
    .top_fv_text {
        font-size: 40px;
    }
}

@media screen and (max-width:767px) {
    .slick-prev,
    .slick-next {
        width: 35px;
        height: 35px;
        margin-top: 30px;
    }
}


/* slick slider*/

.top_fv .slick-slider {
    margin-bottom: 0!important;
}

.top_fv .slick-dots {
    bottom: 20px;
}

.top_fv .slick-slide {
    margin-inline: auto;
}

.top_fv .slick-dots li {
    width: 10px;
    height: 10px;
    margin-inline: 10px;
}

.top_fv .slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: #595757;
}

@media screen and (max-width: 767px) {
    .top_fv .slick-slider {}
    .top_fv .slick-slide {}
}


/* 旧FV */

.fv {
    width: 100%;
    min-height: 100vh;
    background-image: url("../img/top/top_fv.jpg");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.fv_deco_left,
.fv_deco_right {
    position: absolute;
    top: 0%;
}

.fv_deco_left {
    left: 0%;
}

.fv_deco_right {
    right: 0%;
}

.fv_logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    margin: auto;
    width: 100%;
    text-align: center;
}

.fv_logo_img {
    width: 180px;
    max-width: 50%;
}

.fv_text {
    color: #fff;
    font-size: 50px;
    letter-spacing: 0.25em;
    line-height: 1.4em;
    text-shadow: 0 0 8px rgb(0 0 0 / 40%);
    position: absolute;
    margin: auto;
    top: 45%;
    left: 0;
    right: 0;
    text-align: center;
    height: 100px;
    padding-left: 25px;
    /* writing-mode: horizontal-tb; */
}

@media screen and (max-width:991px) {
    .fv {
        min-height: 80vh;
    }
    .fv_text {
        font-size: 40px;
    }
    .fv_deco_left,
    .fv_deco_right {
        width: 80px;
        top: 0px;
    }
}


/* Gallery ギャラリー
///////////////////////////////////////////////////////////////////*/

.gallery_wrapper a:hover {
    opacity: 1;
}

.gallery_unit {
    display: grid;
    margin-bottom: 15px;
}

.gallery_img_wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.gallery_img {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.gallery_img,
a:hover .gallery_img {
    transition-duration: 0.3s;
}

a:hover .gallery_img {
    transform: scale(1.1);
    opacity: 1;
}

.gallery_category {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #595757;
    color: #fff;
    letter-spacing: 1px;
    z-index: 2;
}

.gallery_title {
    text-align: left;
    margin-top: 12px;
    line-height: 1.4em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media screen and (min-width: 1025px) {
    .gallery_card {
        margin-bottom: 40px;
    }
    .top_gallery .btn {
        margin-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .gallery_card {
        margin-bottom: 30px;
    }
    .top_gallery .btn {
        margin-top: 5px;
    }
}

@media screen and (min-width: 992px) {
    .gallery_unit {
        grid-template-columns: repeat(4, 1fr);
        column-gap: 30px;
        margin-top: 50px;
    }
    .gallery_category {
        padding: 5px 15px;
        font-size: 0.85em;
    }
}

@media screen and (max-width: 991px) {
    .gallery_unit {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        margin-top: 40px;
    }
    .gallery_category {
        padding: 5px 5px;
        letter-spacing: 0;
        font-size: 14px;
    }
    .top_gallery .btn {
        width: 60%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {}


/* single */

.post-gallery h1 {
    line-height: 1.4em;
}

.post-gallery-img {
    display: block;
    margin-bottom: 30px;
}

.scf_unit ul {
    display: grid;
    margin-bottom: -40px;
}

.scf_unit li {
    list-style-type: none;
    margin-bottom: 20px;
}

.scf_img_wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.scf_img {
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.scf_img,
a:hover .scf_img {
    transition-duration: 0.3s;
}

a:hover .scf_img {
    transform: scale(1.1);
}

.scf_title {
    text-align: left;
    margin-top: 15px;
    line-height: 1.5em;
}

@media screen and (min-width: 768px) {
    .scf_unit {
        margin-top: 40px;
    }
    .scf_unit ul {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .scf_unit {
        margin-top: 40px;
    }
    .scf_unit ul {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }
}


/* taxonomy list */

.taxonomy_list {
    margin-block: 40px;
}

.taxonomy_list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.taxonomy_list li {
    list-style-type: none;
    margin: 5px;
}

.taxonomy_list li a {
    color: #fff;
    background-color: #595757;
    padding: 10px 12px 12px;
    display: block;
    font-size: 14px;
    line-height: 1.0em;
}

.taxonomy_list li a:hover {
    background-color: #bb956e;
}

.post-type-archive li a.taxonomy_all,
.taxonomy_list li a.active,
.taxonomy_list li a:hover.active {
    background-color: #dedede;
    color: #595757;
    cursor: not-allowed;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .taxonomy_list ul {
        justify-content: flex-start;
    }
}


/* pagenation */

.pagenation {
    margin-top: 25px;
}

.pagenation ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagenation li {
    list-style-type: none;
    margin: 0 0.5%;
}

.pagenation li a,
.pagenation li.active {
    display: block;
    font-size: 14px;
    padding: 6px 15px 7px;
}

.pagenation li a {
    border: 2px solid #595757;
    background-color: #595757;
    color: #fff;
}

.pagenation li.active {
    border: 2px solid #dedede;
    background-color: #dedede;
    color: #595757;
    cursor: not-allowed;
}

@media screen and (max-width: 767px) {
    .pagenation {
        margin-top: -10px;
    }
}


/* Photo Menu フォトメニュー
///////////////////////////////////////////////////////////////////*/

.menu_wrapper {}

.menu_unit {
    display: grid;
}

.menu_img_wrapper {
    overflow: hidden;
    position: relative;
}

.menu_img {
    display: block;
    background-color: #f0f0f0;
    background-repeat: no-repeat;
}

a .menu_img,
a:hover .menu_img {
    transition: 0.3s;
}

a:hover .menu_img {
    transform: scale(1.1);
}

.menu_unit a:hover {
    opacity: 1;
}

.menu_text {
    background: #fff;
    line-height: 1.8em;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.menu_title {
    line-height: 1.3em;
    letter-spacing: 2px;
}

.menu_button {
    margin-top: 10px;
    font-size: .9em;
    line-height: 1.0em;
    background-color: #fbe8d9;
    display: block;
    padding-block: 10px;
}

.menu_unit a .menu_button,
.menu_unit a:hover .menu_button {
    transition: .3s;
}

.menu_unit a:hover .menu_button {
    color: #fff;
    background-color: #bb956e;
}

@media screen and (min-width: 768px) {
    .menu_unit {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px 0;
    }
    .menu_img {
        background-position: center;
        background-size: cover;
        padding-bottom: 120%;
    }
    .menu_title {
        font-size: 1.4em;
    }
    .menu_text {
        width: auto;
        padding: 15px 30px;
        right: 0;
        min-width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .menu_unit {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px 20px;
    }
    .menu_unit .col {
        padding-inline: 0;
    }
    .menu_img {
        background-position: top center;
        background-size: 100% auto;
        padding-bottom: 165%;
    }
    .menu_title {
        font-size: 1.0em;
        margin-bottom: 14px;
    }
    .menu_text {
        width: 100%;
        padding-top: 12px;
        left: 0;
        right: 0;
        display: block;
    }
}


/* Feature アトリエループのこだわり
///////////////////////////////////////////////////////////////////*/

.feature_wrapper {
    background: rgba(251, 232, 217, 0.5)!important;
}

.feature_img {
    width: 100%;
    padding-bottom: 60%;
    margin-bottom: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    display: block;
}

.home .feature_img {
    padding-bottom: 70%;
}

.feature_title {
    font-size: 1.1em;
    line-height: 1.4em;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
}

.home .feature_title {
    font-size: 1.2em;
    margin-bottom: 8px;
}

.feature_text {
    font-size: .9em;
    line-height: 1.7em;
}

@media screen and (min-width: 992px) {
    .feature_unit {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-block: -15px -30px;
    }
    .feature_box {
        width: calc(100% / 3 - 50px);
    }
    .feature_box {
        margin-block: 20px;
    }
    .home .feature_unit {
        display: grid;
        gap: 35px 30px;
        grid-template-columns: repeat(4, 1fr);
    }
    .home .feature_box {
        width: 100%;
        margin: 0;
    }
}

@media screen and (min-width: 1025px) {
    .feature_unit {
        margin-inline: -50px;
    }
    .feature_box {
        margin-block: 25px;
        padding-inline: 25px;
    }
    .home .feature_unit {
        margin-block: 0;
        margin-inline: 0;
    }
    .home .feature_box {
        margin-block: 0;
        padding-inline: 0;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .feature_unit {
        margin-inline: -30px;
    }
    .feature_box {
        padding-inline: 15px;
    }
    .feature_title {
        font-size: 1.0em;
    }
    .home .feature_unit {
        margin: 0
    }
    .home .feature_box {
        padding: 0;
    }
}

@media screen and (max-width: 991px) {
    .feature_unit {
        display: grid;
        gap: 35px 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .feature_unit {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .feature_unit {
        grid-template-columns: repeat(1, 1fr);
    }
}


/* About us アトリエループについて
///////////////////////////////////////////////////////////////////*/

.about_wrapper {
    position: relative;
}

.about_studio_wrapper {
    background-color: #efefef;
    background: url("../img/common/bg_gray_img.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
}

.about_text {
    line-height: 2.0em;
    text-align: center;
    word-break: auto-phrase;
}

.about_text p:not(:last-of-type) {
    margin-bottom: 15px;
}

.top_about_img {
    position: absolute;
    right: 2%;
    top: -80px;
    width: 30%;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.about_main_img {
    position: relative;
    padding-bottom: 68%;
    display: block;
    background-position: center;
    background-size: cover;
    margin-bottom: -10px;
}

.about_main_img_text {
    position: absolute;
    transform: translateY(-50%);
    color: #fff;
    text-shadow: 0 0 8px rgb(0 0 0 / 40%);
    position: absolute;
    line-height: 1.6em;
}

.about_studio_cover_img {
    padding-bottom: 50%;
    display: block;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-right: 5%;
    margin-bottom: -5px;
}

.about_studio_cover_img_s {
    width: 60%;
    padding-bottom: 35%;
    display: block;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translateY(-50%) !important;
}

.about_studio_img_unit {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.about_studio_address {
    text-align: center;
    font-size: 1.2em;
    line-height: 1.6em;
}

.about_studio_address_tel {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 15px;
    display: block;
}

@media screen and (min-width: 768px) {
    .about_text {
        font-size: 1.0em;
    }
    .about_main_img_text {
        font-size: 2.2em;
        top: 50%;
        right: 5%;
    }
}

@media screen and (max-width: 767px) {
    .about_text {
        font-size: .9em;
    }
    .about_studio_img_unit {
        flex-direction: column;
    }
    .about_main_img_text {
        font-size: 1.2em;
        top: 65%;
        right: 0;
        left: 0;
        text-align: center;
    }
    .about_studio_cover_img_s {
        top: 17%;
    }
    .about_studio_wrapper .section_title {
        margin-bottom: 25px;
    }
    .top_about_img {
        right: -2%;
        top: -25px;
        width: 35%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .top_about_img {
        top: -35px;
    }
}


/* slick slider*/

.slick-slider {
    margin-bottom: 60px!important;
}

.slick-dots {
    bottom: -40px;
}

.slick-slide {
    margin-inline: 15px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin-inline: 10px;
}

.slick-dots li button:before {
    width: 10px;
    height: 10px;
    background-color: #595757;
}

@media screen and (max-width: 767px) {
    .slick-slider {
        margin-inline: -20px;
        margin-bottom: 50px!important;
    }
    .slick-slide {
        margin-inline: 10px;
    }
}


/* Flow 撮影の流れ
///////////////////////////////////////////////////////////////////*/

.flow_wrap a {
    text-decoration: underline;
}

.flow_wrap a:hover {
    text-decoration: none;
}

.flow {
    background: #efefef;
    padding: 40px 40px 30px;
    margin-top: 25px;
}

.flow dt {
    font-weight: bold;
    padding: 0 0 0 50px;
    position: relative;
    font-size: 1.6em;
    margin-bottom: 30px;
    margin-top: -5px;
}

.flow dt span {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    background-color: #595757;
    color: #fff;
    text-align: center;
    position: absolute;
    left: -20px;
    top: -15px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    padding-top: 3px;
    line-height: .8em;
}

.flow dt span small {
    display: block;
    font-size: 0.5em;
    line-height: 1.0em;
    margin-top: -2px;
    margin-bottom: 2px;
}

.flow p {
    margin-top: 10px;
    line-height: 1.6em;
}

.flow p.attention {
    font-size: 0.8em;
}

@media screen and (max-width: 767px) {
    dl.flow {
        padding: 25px;
    }
    dl.flow dt {
        font-size: 1.2em;
        margin-bottom: 28px;
        padding-top: 2px;
    }
    .flow dt span {
        left: -25px;
        top: -20px;
    }
}


/* News 新着情報
///////////////////////////////////////////////////////////////////*/

.top_news_wrapper a:hover {
    opacity: 1;
}

.top_news_unit_section_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_news_unit {
    display: grid;
    flex-wrap: wrap;
    gap: 45px 40px;
    margin-bottom: 45px;
}

.top_news_img {
    overflow: hidden;
}

.top_news_img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.top_news_img img,
a:hover .top_news_img img {
    transition: 0.3s;
}

a:hover .top_news_img img {
    transform: scale(1.1);
}

.top_news_tag {
    margin-block: 20px 10px;
}

.top_news_title {
    font-size: 1.3em;
    line-height: 1.4em;
    margin-bottom: 8px;
    font-weight: bold;
    word-break: break-all;
}

.top_news_description {
    line-height: 1.6em;
}

@media screen and (min-width: 768px) {
    .top_news_unit_section_title {
        border: 1px solid #dedede;
    }
}

@media screen and (min-width: 992px) {
    .top_news_unit {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

@media screen and (max-width: 991px) {
    .top_news_unit_section_title .section_title {
        margin-bottom: 0;
    }
    .top_news_unit_section_title {
        margin-bottom: -5px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .top_news_unit {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Staff スタッフ
///////////////////////////////////////////////////////////////////*/

.staff_wrapper {
    background-color: #efefef;
    background: url("../img/common/bg_gray_img.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
}

.staff_unit {
    display: flex;
}

.staff {
    position: relative;
    background: #fff;
}

.staff img {
    width: 90%;
    margin-left: -5%;
    margin-top: -5%;
}

.staff_detail {
    padding: 5.5% 7.5%;
}

.staff_name {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    font-size: 1.8em;
    letter-spacing: 1px;
    margin-block: 5px 15px;
}

.staff_work {
    font-size: 14px;
    margin-top: 1em;
    display: block;
}

.staff_text {
    font-size: .9em;
}

.staff_more_btn {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    margin-top: 10px;
    font-size: .9em;
    line-height: 1.0em;
    background-color: #fbe8d9;
    display: inline-block;
    padding: 10px;
    min-width: 100px;
    text-align: center;
    text-transform: uppercase;
}

a:hover.staff_more_btn {
    background-color: #bb956e;
    color: #fff;
    opacity: 1;
}

@media screen and (min-width: 992px) {
    .staff_unit {
        margin-top: 80px;
    }
    .staff {
        margin-inline: 25px;
    }
}

@media screen and (max-width: 991px) {
    .staff_unit {
        margin-top: 50px;
        flex-direction: column;
        gap: 55px;
    }
    .staff {
        margin-left: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .staff {
        width: 500px;
        max-width: 100%;
        margin-inline: auto;
    }
    .staff_unit {
        margin-top: 70px;
        gap: 70px;
    }
    .staff_detail {
        padding: 30px 40px;
    }
}


/* contents */

.contents_staff_img {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    display: block;
    position: relative;
    padding-bottom: 40%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 70% auto;
}

.contents_staff .staff_name {
    font-size: 2em;
    position: absolute;
    bottom: 22%;
    left: 7%;
}

.contents_staff_detail {
    background: #fff;
    line-height: 1.6em;
    margin: -6% 5% 0;
    padding: 10% 50px 6%;
    display: flex;
    gap: 20px;
}

.contents_staff_detail_text p:not(:last-of-type) {
    margin-bottom: 15px;
}

.staff_hobby {
    margin-top: 30px;
}

.staff_hobby_title {
    font-size: 1.1em;
    margin-bottom: 10px;
}

.staff_hobby li {
    margin-top: 5px;
    list-style: none;
}

.staff_img_sample {
    position: relative;
}

.staff_img_sample img {
    position: absolute;
}

.staff_sample_img01 {
    z-index: 1;
}

.staff_sample_img02 {
    z-index: 3;
}

.staff_sample_img03 {
    z-index: 2;
}

.staff_detail_02 .staff_cover_img {
    width: 100%;
    padding-bottom: 30%;
    background-position: center;
    background-size: cover;
}

@media screen and (min-width: 768px) {
    .staff_detail_02 .contents_staff_detail {
        flex-direction: row-reverse;
        min-height: 500px;
    }
    .staff_detail_02 .contents_staff_detail.staff_detail_noimage {
        min-height: auto;
    }
    .staff_sample_img01 {
        width: 60%;
    }
    .staff_sample_img02 {
        width: 65%;
    }
    .staff_sample_img03 {
        width: 40%;
    }
    .staff_detail_01 .staff_sample_img01 {
        top: 0;
        left: 0;
    }
    .staff_detail_01 .staff_sample_img02 {
        top: 30%;
        right: 0;
    }
    .staff_detail_01 .staff_sample_img03 {
        bottom: 0;
        left: 0;
    }
    .staff_detail_02 .staff_sample_img01 {
        top: 0;
        right: 0;
    }
    .staff_detail_02 .staff_sample_img02 {
        top: 40%;
        left: 0;
    }
    .staff_detail_02 .staff_sample_img03 {
        bottom: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .contents_staff.padding {
        padding-block: 0;
    }
    .contents_staff .staff_name {
        bottom: 5%;
        left: 5%;
    }
    .contents_staff_img {
        background-size: 100% auto;
        padding-bottom: 65%;
        width: 100vw;
        margin-inline: -20px;
    }
    .contents_staff_detail {
        flex-direction: column;
        margin: 0 -20px;
        padding: 30px 15px 30px 25px;
        background-color: #efefef;
    }
    .staff_img_sample {
        min-height: 250px;
    }
    .staff_sample_img01 {
        width: 65%;
        top: 0;
        left: 0;
        right: 0;
        margin-inline: auto;
    }
    .staff_sample_img02 {
        width: 40%;
        bottom: 10%;
    }
    .staff_sample_img03 {
        width: 30%;
        bottom: 0;
    }
    .staff_sample_img01 {
        top: 10px;
        left: 0;
        right: 0;
        margin-inline: auto;
    }
    .staff_detail_01 .staff_sample_img02 {
        right: 0;
    }
    .staff_detail_01 .staff_sample_img03 {
        left: 0;
    }
    .staff_detail_02 .staff_sample_img02 {
        left: 0;
    }
    .staff_detail_02 .staff_sample_img03 {
        right: 0;
    }
    .staff_hobby {
        margin-top: 25px;
    }
    .staff_detail_02 .staff_name {
        color: #fff;
        text-shadow: 0 0 8px rgb(0 0 0 / 40%);
    }
    .staff_cover_img {
        width: 100%;
        background-position: right;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .contents_staff_detail {
        flex-direction: column!important;
        gap: 30px;
        margin-left: 10px;
        padding: 70px 40px 40px 40px;
    }
    .contents_staff_detail .col {
        padding-inline: 0;
    }
    .staff_img_sample {
        min-height: 350px;
    }
    .staff_sample_img01 {
        width: 55%;
    }
    .staff_sample_img02 {
        width: 50%;
    }
    .staff_sample_img03 {
        width: 30%;
    }
    .staff_detail_01 .staff_sample_img01 {
        left: 15%;
    }
    .staff_detail_02 .staff_sample_img01 {
        right: 15%;
    }
    .staff_detail_02 .staff_sample_img02 {
        top: 30%;
        right: 4%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .contents_staff_detail {
        margin-left: 5px;
        padding: 90px 40px 40px 40px;
    }
    .staff_img_sample {
        min-height: 600px;
    }
    .staff_sample_img01 {
        width: 70%;
    }
    .staff_sample_img02 {
        width: 80%;
    }
    .staff_sample_img03 {
        width: 45%;
    }
    .staff_detail_02 .staff_sample_img02 {
        top: 25%;
    }
}


/* Q&A よくあるご質問
///////////////////////////////////////////////////////////////////*/

.faq_box {
    padding: 1.5em;
    position: relative;
    padding-left: 50px;
}

.faq_box:before {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 25px;
    color: #595757;
    font-size: 35px;
}

dt.faq_box:before {
    content: "Q.";
}

dt.faq_box {
    cursor: pointer;
}

dt .faq_inner {
    font-size: 18px;
}

dt.faq_box:hover .faq_inner {
    color: #595757;
}

dd.faq_box:before {
    content: "A.";
}

dd.faq_box {
    border-top: 1px solid #dedede;
    display: none;
}

.faq_inner {
    line-height: 1.7;
    transition: 0.3s;
}

.faq_card {
    margin-bottom: 2%;
}

.faq_dl {
    padding: 1% 3%;
    background-color: #fff;
}

.faq_dl,
.faq_dl:hover {
    transition: .3s;
}

@media screen and (max-width: 767px) {
    .faq_box {
        padding: 1em;
        padding-left: 40px;
    }
    .faq_box:before {
        top: 16px;
        font-size: 26px;
    }
    .faq_dl {
        padding: 1% 5%;
    }
    dd .faq_inner {
        font-size: 14px;
    }
    dt .faq_inner {
        font-size: 16px;
    }
}


/* Instagram Feed
///////////////////////////////////////////////////////////////////*/

#sb_instagram #sbi_load .sbi_follow_btn a {
    background-color: #595757 !important;
}

@media screen and (max-width: 767px) {
    .instagram-feed .cnt {
        padding: 0;
    }
}


/* カバー画像
///////////////////////////////////////////////////////////////////*/

.cover {
    padding: 200px;
    background: url("../img/common/bg_instagram.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1024px) {
    .cover {
        width: 100%;
        height: 200px;
        padding: 0px;
    }
}


/* バナー
///////////////////////////////////////////////////////////////////*/

.top_contact_unit {
    display: flex;
    gap: 20px;
}

.top_banner {
    margin-bottom: 7.5%;
    background-color: #222426;
}

.top_banner a:hover {
    opacity: .7;
}

.top_banner img {
    vertical-align: bottom;
}

.button_contact,
.button_reserve {
    display: block;
    padding: 3.5%;
    color: #fff;
    text-align: center;
}

.button_contact:hover,
.button_reserve:hover {
    color: #fff;
    background-color: #bb956e;
    opacity: 1;
}

.button_contact {
    background: #222426;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.button_reserve {
    background: #595757;
}

.button_contact .button_en,
.button_reserve .button_en {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    font-size: 1.8em;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
    .top_contact_unit {
        flex-direction: column;
        margin-top: 35px;
    }
}


/* Contact お問い合わせ
///////////////////////////////////////////////////////////////////*/

.contact_text {
    line-height: 1.6em;
}

.contact_text a {
    text-decoration: underline;
}

.contact_text a:hover {
    text-decoration: none;
}

.contact table {
    border-collapse: collapse;
    border-top: 1px solid #dedede;
    width: 100%;
    margin-block: 30px;
}

.contact table tr {
    border-bottom: 1px solid #dedede;
    display: flex;
    align-items: center;
}

.contact table tr th,
.contact table tr td {
    line-height: 1.3em;
    word-break: auto-phrase;
}

.contact table tr th {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.contact table tr td {
    text-align: left;
}

.contact .mark {
    font-size: 14px;
    line-height: 1.0em;
    padding: 5px 10px 7px;
    display: inline-block;
    background: #dc3232;
    color: #fff;
    min-width: 00px;
    text-align: center;
}

.contact table tr td.mark img {
    width: auto;
    vertical-align: bottom;
}

.contact table tr td.form_area input,
.contact table tr td select,
.contact table tr td textarea {
    background-color: #efefef;
    padding-block: 10px;
    border: none;
}

.contact table tr td input,
.contact table tr td textarea {
    width: 100%;
}

.contact .privacy_check_text {
    line-height: 1.6em;
    margin-bottom: 30px;
    word-break: auto-phrase;
}

.contact .privacy_check {
    margin-bottom: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_send {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .contact_text {
        text-align: center;
    }
    .contact table tr {
        gap: 20px;
    }
    .contact table tr th,
    .contact table tr td {
        padding: 20px 0;
    }
    .contact table tr th {
        min-width: 280px;
    }
    .contact table tr td {
        flex: 1;
    }
    .contact table tr td.form_area {
        width: 70%;
        padding: 25px 0px;
    }
}

@media screen and (max-width: 767px) {
    .contact table tr {
        flex-direction: column;
        gap: 10px;
        padding: 20px 0;
    }
    .contact table tr th,
    .contact table tr td {
        width: 100%;
    }
    .button_send input {
        width: 300px;
        max-width: 100%;
        margin-inline: auto;
    }
}


/* Privacy プライバシー
///////////////////////////////////////////////////////////////////*/

.privacy:not(:last-of-type) {
    margin-bottom: 25px;
}

.privacy_title {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.privacy p {
    line-height: 1.6em;
}

.privacy p:not(:last-of-type) {
    margin-bottom: 5px;
}

.privacy ul,
.privacy ol {
    margin-left: 22px;
}

.privacy ul li:not(last-of-type),
.privacy ol li:not(last-of-type) {
    margin-bottom: 15px;
}

.privacy li ul,
.privacy li ol {
    margin-top: 5px;
}

.privacy li ul li,
.privacy li ol li {
    margin-bottom: 0;
}

.privacy li ul li {
    list-style-type: square;
}


/* Reserve 予約
///////////////////////////////////////////////////////////////////*/

.reserve a {
    text-decoration: underline;
}

.reserve a:hover {
    text-decoration: none;
}

.reserve_text {
    line-height: 1.6em;
    text-align: center;
    margin-block: 20px;
}

.reserve_text small {
    font-size: 14px;
}

.line_text {
    color: #06c755;
}

.reserve_list {
    font-size: 0.95em;
}

.reserve_list li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 1.5em;
}

.reserve_list li:last-of-type {
    margin-bottom: 0;
}

.reserve_list li::before {
    content: "";
    background-color: #595757;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 10px;
}

.banner_line a,
.banner_line a img {
    display: block;
    width: 500px;
    max-width: 100%;
    margin-inline: auto;
}

.banner_line a {
    border: 5px solid #06c755;
}

.banner_line a:hover {
    border-color: #595757;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .reserve_text {
        font-size: 1.1em;
    }
    .banner_line {
        margin-top: 50px;
    }
    .reserve_list {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .banner_line {
        margin-top: 40px;
    }
    .reserve_list {
        margin-top: 30px;
    }
}


/*	News ニュース
///////////////////////////////////////////////////////////////////*/

.news_wrapper {
    margin-top: 50px;
}

.news_wrapper .news_sec {
    float: left;
    width: 30%;
    margin: 1.666%;
    margin-bottom: 2%;
}

.news_wrapper .news_sec img {
    width: 100%;
}

.news_wrapper .news_sec p.tag {
    margin: 10px 0px 10px;
}

.news_wrapper .news_sec p.title {
    font-size: 30px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: bold;
    height: 84px;
    overflow: hidden;
}

.news_wrapper .news_sec p.description {
    line-height: 1.6;
}

p.date {
    text-align: center;
    font-size: 18px;
    color: #595757;
    margin-bottom: 15px;
}

p.news_title {
    text-align: center;
    font-size: 22px;
    color: #595757;
    margin-bottom: 15px;
}

img.thumbnail.wp-post-image {
    height: auto;
}

aside.meta {
    border-bottom: 7px solid #595757;
    padding-bottom: 20px;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
}

span.category {
    margin-left: 10px;
}

span.comments {
    display: none;
}

.top_news_img {
    width: auto;
    height: 300px;
    overflow: hidden;
    position: relative;
}

article.post h1 {
    line-height: 1.3em;
    margin-top: 30px;
    margin-bottom: 10px;
}

article.post .entry img {
    width: 100%;
    height: auto;
    margin: 30px auto;
    display: block;
}

article.post .entry p {
    line-height: 2.0em;
}

.top_news_img img {
    overflow: hidden;
}

.news_latest {}

@media screen and (min-width: 768px) {
    article.post h1 {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 767px) {
    article.post h1 {
        font-size: 1.4em;
    }
}


/*	Company 運営会社情報
///////////////////////////////////////////////////////////////////*/

.company table {
    width: 100%;
}

.company table tr th,
.company table tr td {
    line-height: 1.5em;
    word-break: auto-phrase;
}

@media screen and (min-width: 768px) {
    .company table {
        border-top: 1px solid #dedede;
    }
    .company table tr {
        border-bottom: 1px solid #dedede;
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .company table tr th,
    .company table tr td {
        padding: 20px 0;
        text-align: left;
    }
    .company table tr th {
        min-width: 100px;
    }
    .company table tr td {
        flex: 1;
    }
}

@media screen and (max-width: 767px) {
    .company table {
        margin-bottom: -25px;
    }
    .company table tr {
        flex-direction: column;
        gap: 10px;
        padding: 20px 0;
    }
    .company table tr th,
    .company table tr td {
        display: block;
        width: 100%;
    }
    .company table tr th {
        background-color: #efefef;
        padding-block: 8px;
    }
    .company table tr td {
        padding-block: 15px 20px;
    }
}


/*	404 Not Found
///////////////////////////////////////////////////////////////////*/

.not-found {
    text-align: center;
    line-height: 2.0em;
}

.not-found .section_title .en {
    text-transform: capitalize;
}

@media screen and (min-width: 768px) {
    .not-found {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .not-found {
        margin-bottom: 40px;
    }
}


/*
Maternity Photo マタニティフォト
New Born Baby ニューボーンフォト
Family Photo ファミリーフォト（七五三・お宮参り）
Wedding Photo ウェディングフォト
Location Photo & Movie ウェディングムービー
///////////////////////////////////////////////////////////////////*/


/* concept */

.concept_wrapper .section_title {
    position: relative;
    z-index: 2;
    text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff, -4px 4px 4px #fff, 4px -4px 4px #fff, 4px 0 4px #fff, -4px 0 4px #fff, 0 4px 4px #fff, 0 -4px 4px #fff;
}

.concept_wrapper.bg_gray .section_title {
    text-shadow: 4px 4px 4px #efefef, -4px -4px 4px #efefef, -4px 4px 4px #efefef, 4px -4px 4px #efefef, 4px 0 4px #efefef, -4px 0 4px #efefef, 0 4px 4px #efefef, 0 -4px 4px #efefef;
}

.concept_wrapper {
    width: 100%;
    text-align: center;
    line-height: 2em;
    overflow: hidden;
}

.concept_wrapper.padding {
    padding-bottom: 0!important;
}

.concept_wrapper .section_title {
    line-height: 1.4em;
}

.concept_wrapper .section_title .en {
    text-transform: capitalize;
    line-height: 1.2em;
}

.concept {
    margin-inline: auto;
    position: relative;
}

.concept_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.concept img {
    position: absolute;
    border: 5px solid #fff;
}

@media screen and (min-width: 600px) {
    .concept {
        width: 540px;
        padding-block: 3% 5%;
    }
    .concept_text {
        min-height: 400px;
    }
    .concept p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .concept_img01 {
        /* 左下 */
        bottom: 8%;
        left: -55%;
        transform: rotate(-5deg);
        width: 250px;
        height: auto;
    }
    .concept_img02 {
        /* 左上 */
        top: -20%;
        left: -50%;
        transform: rotate(5deg);
        width: auto;
        height: 250px;
    }
    .concept_img03 {
        /* 左中央 */
        top: -25%;
        bottom: 0;
        left: -70%;
        transform: rotate(-10deg);
        margin: auto;
        width: 185px;
        height: auto;
    }
    .concept_img04 {
        /* 右上 */
        top: -20%;
        right: -68%;
        transform: rotate(10deg);
        width: 220px;
        height: auto;
    }
    .concept_img05 {
        /* 右中央 */
        top: -15%;
        bottom: 0;
        right: -42%;
        transform: rotate(-10deg);
        margin: auto;
        width: auto;
        height: 250px;
    }
    .concept_img06 {
        /* 右下  */
        bottom: 8%;
        right: -60%;
        transform: rotate(5deg);
        width: 200px;
        height: auto;
    }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
    .concept {
        width: 450px;
    }
    .concept_img01 {
        bottom: 10%;
        left: -35%;
        width: 145px;
        transform: rotate(10deg);
    }
    .concept_img02 {
        left: -35%;
        height: 180px;
    }
    .concept_img03 {
        top: -15%;
        left: -30%;
        width: 120px;
        transform: rotate(-10deg);
    }
    .concept_img04 {
        top: -18%;
        width: 160px;
        right: -35%;
    }
    .concept_img05 {
        top: -20%;
        height: 180px;
        right: -35%;
    }
    .concept_img06 {
        bottom: 9%;
        width: 120px;
        right: -30%;
        transform: rotate(-5deg);
    }
}

@media screen and (max-width: 599px) {
    .concept_wrapper {
        padding-block: 50px 0;
    }
    .concept {
        margin-block: -10px 250px;
    }
    .concept h3 {
        z-index: 1;
        position: relative;
    }
    .concept p {
        font-size: 0.85em;
        margin-bottom: 10px;
    }
    .concept_img01 {
        /* 左上 */
        bottom: -170px;
        left: 80px;
        transform: rotate(5deg);
        width: 180px;
        height: auto;
    }
    .concept_img03 {
        /* 右上 */
        bottom: -125px;
        right: 0px;
        transform: rotate(-15deg);
        width: 100px;
        height: auto;
    }
    .concept_img04 {
        /* 左下 */
        bottom: -220px;
        left: 0;
        transform: rotate(-15deg);
        width: 120px;
        height: auto;
    }
    .concept_img06 {
        /* 右下 */
        bottom: -250px;
        right: 30px;
        transform: rotate(10deg);
        width: 120px;
        height: auto;
    }
    .concept_img02 {
        /* 左上 */
        top: -145px;
        left: 0px;
        transform: rotate(-10deg);
        width: auto;
        height: 110px;
    }
    .concept_img05 {
        /* 右上 */
        top: -115px;
        right: -2px;
        transform: rotate(18deg);
        width: auto;
        height: 110px;
    }
}


/* Plan & Price 撮影プラン・料金 */

.plan_wrapper {
    background: url("../img/common/bg_gray_img.jpg") no-repeat;
    background-size: cover;
}

.plan_unit {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.plan_box {
    background-color: #fff;
}

.plan_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.plan_area {
    text-align: center;
}

.plan_info {
    font-size: .9em;
    background-color: #efefef;
    padding: 10px 15px;
    text-align: left;
}

.plan_title {
    display: flex;
    font-size: 1.4em;
}

.plan_title .en {
    font-family: "Averia Serif Libre", serif;
    font-weight: 400;
    font-size: 1.8em;
    display: block;
    font-size: .9em;
    line-height: 1.0em;
    background-color: #fbe8d9;
    display: inline-block;
    padding: 10px 15px;
}

.plan_label {
    font-size: 1.8em;
    font-size: .9em;
    line-height: 1.0em;
    background-color: #fbe8d9;
    display: inline-block;
    padding: 10px 15px;
}

.plan_title .jp {
    padding: 10px;
    display: block;
}

.plan_price {
    font-size: 1.4em;
}

.plan_price small {
    font-size: 14px;
    margin-left: 5px;
}

.plan_banner {
    background-color: #e0e0e2;
}

.banner_img_wrap {
    overflow: hidden;
    position: relative;
}

.banner_img {
    width: 100%;
    padding-block: 120px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

.banner_text {
    background: #fff;
    line-height: 1.8em;
    text-align: center;
    position: absolute;
    padding: 20px 35px;
    right: 0;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
}

.banner_title {
    font-size: 1.4em;
    line-height: 1.3em;
    letter-spacing: 2px;
}

.banner_button {
    margin-top: 10px;
    font-size: .9em;
    line-height: 1.0em;
    background-color: #fbe8d9;
    display: block;
    padding-block: 10px;
}

a .banner_img,
a:hover .banner_img,
a .banner_title,
a:hover .banner_title,
a .banner_button,
a:hover .banner_button {
    transition: 0.3s;
}

a:hover .banner_title {
    color: #bb956e;
}

a:hover .banner_button {
    color: #fff;
    background-color: #bb956e;
}

.plan_attention {
    font-size: .9em;
    margin-top: 15px;
}

.plan_attention li {
    list-style-type: none;
    position: relative;
    padding-left: 15px;
    word-break: break-all;
}

.plan_attention li::before {
    content: "※";
    position: absolute;
    left: 0;
}

.plan_attention li:not(:last-of-type) {
    margin-bottom: 5px;
}

.plan_detail {
    margin-top: 18px;
    margin-left: 5px;
}

.plan_detail ul {
    margin-left: 15px;
}

.plan_detail ul li {
    text-align: left;
    list-style-type: square;
    word-break: auto-phrase;
}

.plan_detail ul li:not(:last-of-type) {
    margin-bottom: 5px;
}

.plan_detail strong {
    color: #bb956e;
}

.plan_detail small {
    font-size: 14px;
}

@media screen and (min-width: 992px) {
    .plan_img_wrapper {
        width: 400px;
    }
}

@media screen and (min-width: 768px) {
    .plan_unit {
        margin-top: 50px;
    }
    .plan_box {
        display: flex;
    }
    .plan_img {
        height: 100%;
    }
    .plan_inner {
        flex: 1;
        padding: 28px 30px 30px;
        min-height: 200px;
    }
    .plan_title_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
    }
    .plan_title {
        justify-content: flex-start;
        align-items: center;
    }
    .plan_title .jp.ml0 {
        padding: 10px 10px 10px 0;
    }
    .plan_price {
        font-size: 1.3em;
        padding-left: 10px;
        text-align: right;
    }
    .plan_title_wrapper .plan_title:not(:first-of-type)::before {
        content: "/";
    }
    .plan_label_wrapper {
        text-align: left;
    }
    /* 横並びver */
    .plan_unit_flex {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 50px 30px;
    }
    .plan_unit_flex .plan {
        background-color: #fff;
    }
    .plan_unit_flex .plan_box,
    .plan_unit_flex .plan_title_wrapper,
    .plan_unit_flex .plan_title {
        flex-direction: column;
    }
    .plan_unit_flex .plan_img_wrapper {
        width: auto;
    }
    .plan_unit_flex .plan_img {
        padding-bottom: 65%;
    }
    .plan_unit_flex .col {
        padding-inline: 0;
    }
    a:hover .banner_img {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {
    .plan_box {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .plan_unit {
        margin-top: 40px;
    }
    .plan_unit .col {
        padding-inline: 0;
    }
    .plan_title {
        display: flex;
        flex-direction: column;
    }
    .plan_label_wrapper {
        text-align: center;
    }
    .plan_inner {
        padding: 20px;
    }
    .plan_price {
        margin-bottom: 15px;
    }
    .plan_img {
        padding-bottom: 65%;
    }
    .banner_img {
        padding-block: 80px;
    }
    .banner_text {
        padding: 15px 20px;
    }
    .banner_title {
        font-size: 1.1em;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .plan_img {
        padding-bottom: 50%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .plan_img_wrapper {
        width: 350px;
    }
}


/* option */

.option_title {
    text-align: center;
    background-color: #dedede;
}

.option_list {
    border-top: 1px solid #dedede;
}

.option_list dl {
    display: flex;
    flex-wrap: wrap;
    padding-block: 1em;
    align-items: center;
    border-bottom: 1px solid #dedede;
}

.option_list dt {
    flex: 1;
    line-height: 1.4em;
    word-break: auto-phrase;
}

.option_list dd {
    text-align: right;
    white-space: nowrap;
}

.option_list dl p {
    font-size: 14px;
    margin-top: 8px;
    opacity: .7;
    word-break: normal;
}

.option_info {
    display: flex;
    justify-content: center;
}

.option_info li {
    list-style-type: none;
    position: relative;
    padding-left: 20px;
}

.option_info li::before {
    content: "※";
    position: absolute;
    left: 0;
}

.option_info li:not(:last-of-type) {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .option_title {
        font-size: 1.1em;
        padding: 10px;
    }
    .option_list dd {
        width: 150px;
    }
    .option_info {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .option_title {
        padding: 5px;
    }
    .option_list dt,
    .option_list dd {
        font-size: 14px;
    }
    .option_list dd {
        width: 120px;
    }
    .option_info {
        margin-top: 40px;
    }
}


/* Attention 当日の撮影・注意事項について */

.attention ul {
    margin-left: 15px;
}

.attention li {
    list-style-type: square;
}

.attention li:not(:last-of-type) {
    margin-bottom: 15px;
}

.cominggsoon {
    font-size: 1.4em;
    text-align: center;
}


/*
Location Photo & Movie ウェディングムービー
///////////////////////////////////////////////////////////////////*/

.collaboration_wrapper {
    text-align: center;
    background-color: #fff;
    border: 4px double #595757;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 97;
}

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

.collaboration_title:before,
.collaboration_title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #595757;
}

.collaboration_title_logo {
    border: none !important;
}

.collaboration_flex {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    position: relative;
    justify-content: center;
}

.collaboration_flex::before {
    content: "×";
    position: absolute;
    left: 0;
    z-index: 999;
    right: 0;
    color: #ccc;
}

.collaboration_text {
    line-height: 1.3em;
}

.collaboration_text small {
    font-size: 0.7em;
    line-height: 1.2em;
    margin-bottom: 3px;
    display: block;
}

.text_lacosta {
    color: #222;
}

.collaboration_wrapper img {
    position: relative;
}

.collaboration_box img {
    border: none !important;
}

@media screen and (min-width: 1200px) {
    .collaboration_wrapper {
        width: 50vw;
        max-width: 500px;
        margin-bottom: 70px;
    }
    .location_concept .concept_img053 {
        top: -15%;
        left: -68%;
        width: 250px;
    }
    .location_concept .concept_img04 {
        top: -15%;
        right: -50%;
    }
    .location_concept .concept_img05 {
        right: -55%;
    }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
    .collaboration_wrapper {
        width: 80vw;
        max-width: 500px;
        margin-top: 20px;
        margin-bottom: 45px;
    }
    .location_concept .concept_img01 {
        bottom: 0%;
    }
    .location_concept .concept_img02 {
        top: -24%;
    }
    .location_concept .concept_img03 {
        top: 38%;
    }
    .location_concept .concept_img04 {
        top: -20%;
    }
    .location_concept .concept_img05 {
        top: 38%;
    }
    .location_concept .concept_img06 {
        bottom: 0%;
    }
}

@media screen and (min-width: 600px) {
    .collaboration_wrapper {
        padding: 25px;
        border-radius: 0px;
    }
    .collaboration_title {
        font-size: 1.5em;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }
    .collaboration_title:before {
        margin-right: 1rem;
    }
    .collaboration_title:after {
        margin-left: 1rem;
    }
    .collaboration_title_logo {
        max-width: 150px;
        margin-bottom: 15px;
    }
    .collaboration_flex {
        gap: 40px;
    }
    .collaboration_flex::before {
        font-size: 50px;
        top: 18%;
    }
    .collaboration_box img {
        max-width: 200px;
    }
}

@media screen and (max-width: 599px) {
    .collaboration_wrapper {
        padding: 15px 0px;
        width: 90%;
        border-radius: 0px;
        margin-bottom: 28px;
    }
    .collaboration_title:before {
        margin-right: 0.5rem;
        margin-left: 0.8rem;
    }
    .collaboration_title:after {
        margin-left: 0.5rem;
        margin-right: 0.8rem;
    }
    .collaboration_title_logo {
        max-width: 120px;
        margin-bottom: 10px;
    }
    .collaboration_title {
        font-size: 1.2em;
        margin-bottom: 15px;
    }
    .collaboration_flex {
        gap: 15px;
    }
    .collaboration_flex::before {
        font-size: 30px;
        top: 10%;
    }
    .collaboration_box img {
        max-width: 135px;
    }
    .collaboration_text {
        font-size: 0.9em;
    }
}

@media screen and (min-width: 600px) {
    .collaboration_wrapper {
        margin-top: -20px;
    }
}


/* movie */

.movie.bg_gray {
    background-color: #e0e0e2;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .youtube {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .youtube {
        margin-top: 20px;
    }
}