@charset "UTF-8";

/* 共通ページ
====================================== */


/*  uikit  */

.uk-link-toggle:focus .uk-link,
.uk-link-toggle:hover .uk-link,
.uk-link:hover,
a:hover {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4 {
    font-family: "NotoSerifJP", serif !important;
}


/*  デザイン  */

.small {
    font-size: 12px;
}

@media screen and (min-width: 750px) {
    .small {
        font-size: 14px;
    }
}

.center {
    text-align: center;
    font-size: 16px;
}

@media screen and (min-width: 750px) {
    .center {
        font-size: 18px;
    }
}

.inline-sp {
    display: inline;
}

@media screen and (min-width: 750px) {
    .inline-sp {
        display: none;
    }
}

/* ページトップ */

#page_top {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 25px;
    bottom: 80px;
    background: rgba(154, 132, 91, 0.7);
    border-radius: 50%;
    z-index: 100;
}

#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;
    text-align: center;
    margin: auto;
}

#page_top a::before {
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 60px;
    height: 25px;
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


/* 余白 */

.mb10 {
    margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
    .mt60 {
        margin-top: 60px;
    }
}


/*  タイトル  */

.com-tit-01 {
    font-size: 25px;
    text-align: center;
    color: #00072d;
    font-family: 'Bodoni Moda', serif;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 750px) {
    .com-tit-01 {
        font-size: 42px;
        margin-bottom: 60px;
    }
}

.com-tit-01 span {
    font-size: 16px;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 10px;
    font-weight: 600;
}

@media screen and (min-width: 750px) {
    .com-tit-01 span {
        font-size: 20px;
    }
}

.com-tit-01 span:before,
.com-tit-01 span:after {
    content: '-';
    color: #00072d;
    font-weight: 600;
}

.com-tit-02 {
    color: #817056;
    font-family: 'Bodoni Moda', serif;
    font-size: 22px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 750px) {
    .com-tit-02 {
        font-size: 42px;
        margin-bottom: 60px;
    }
}

.com-tit-02 span {
    display: block;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
}

@media screen and (min-width: 750px) {
    .com-tit-02 span {
        font-size: 20px;
    }
}

.com-tit-02 span:before,
.com-tit-02 span:after {
    content: '-';
}

.com-tit-03 {
    color: #817056;
    font-family: 'Bodoni Moda', serif;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    margin: 10px 0;
}

@media screen and (min-width: 750px) {
    .com-tit-03 {
        font-size: 42px;
        margin: 20px 0 20px 0;
    }
}

.com-tit-03 span {
    font-size: 16px;
    margin-top: 5px;
    display: block;
    letter-spacing: 0.15em;
    font-weight: normal;
}

@media screen and (min-width: 750px) {
    .com-tit-03 span {
        font-size: 18px;
        margin-top: 10px;
    }
}

.com-tit-04 {
    font-size: 20px;
    color: #817056;
    padding-left: 20px;
    margin-top: 50px;
    border-left: 5px solid #817056;
}

.com-tit-05 {
    color: #fff;
    background: #9a845b;
    /* 茶色 */
    font-size: 16px;
}

@media screen and (min-width: 750px) {
    .com-tit-05 {
        font-size: 18px;
    }
}

.com-tit-06 {
    font-size: 26px;
    color: #9a845b;
}

@media screen and (min-width: 750px) {
    .com-tit-06 {
        font-size: 50px;
    }
}


/*  ボタン  */

.com-btn-01 {
    width: 80%;
    margin: 0 auto;
}

@media screen and (min-width: 750px) {
    .com-btn-01 {
        width: 30%;
    }
}

.com-btn-02 {
    background: #01072d;
    border-radius: 50px;
    text-align: center;
    font-size: 18px;
    max-width: 380px;
    margin: 40px auto;
    -webkit-box-shadow: 8px 8px #eee;
    box-shadow: 8px 8px #eee;
    border: 1px solid #01072d;
}

.com-btn-02 a {
    color: #fff;
    padding: 1em;
    display: block;
    text-align: center;
}

.com-btn-02 a:hover {
    background: #fff;
    color: #01072d;
    border-radius: 50px;
}

@media screen and (min-width: 750px) {
    .com-btn-02 {
        font-size: 22px;
    }
}


/*  余白  */

.com-sec-01 {
    padding-bottom: 40px;
}

@media screen and (min-width: 750px) {
    .com-sec-01 {
        padding-bottom: 80px;
    }
}

.com-sec-02 {
    padding-top: 40px;
}

@media screen and (min-width: 750px) {
    .com-sec-02 {
        padding-top: 80px;
    }
}

.com-sec-03 {
    padding: 40px 0;
}

@media screen and (min-width: 750px) {
    .com-sec-03 {
        padding: 80px 0;
    }
}

.com-sec-04 {
    margin: 40px 0;
    padding: 40px 0;
}

@media screen and (min-width: 750px) {
    .com-sec-04 {
        margin: 80px 0;
        padding: 80px 0;
    }
}

.com-sec-05 {
    margin: 30px 0;
}

@media screen and (min-width: 750px) {
    .com-sec-05 {
        margin: 60px 0;
    }
}


/* アコーディオン
====================================== */

.nav-sp .header-navigation .small {
    display: block;
    font-size: 10px;
}

.nav-sp .header-navigation a {
    line-height: 1.5;
    padding: 5px 0 5px 15px;
}

.nav-sp .header--nav a {
    color: #817056;
}

.nav-sp .header--sub--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.nav-sp .header--sub--nav .header--nav {
    background: #817056;
    width: 49.8%;
    text-align: center;
}

.nav-sp .header--sub--nav .header--nav a {
    color: #fff;
    padding: 5px 0;
    font-size: 14px;
}

.nav-sp .header--nav:nth-child(2) a:before,
.nav-sp .header--nav:nth-child(5) a:before {
    content: none;
}

.nav-sp .uk-accordion-title::before {
    background-position: 50% 100%;
    margin-top: 4px;
    margin-right: 10px;
}

.nav-sp .uk-accordion-content {
    margin-top: 0;
    background: #e3dbce;
}

.nav-sp .fab {
    color: #817056;
}

.nav-sp .nav-banner {
    padding: 0 20px;
}

.nav-sp .nav-banner li {
    margin-bottom: 20px;
    list-style: none;
}

.nav-sp .nav-banner li:last-child {
    margin-bottom: 0;
}

.sub-nav-bt {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sub-nav-bt li {
    list-style: none;
}

.sub-nav-bt li a {
    color: #817056;
    font-size: 10px;
    border: 1px solid #817056;
    padding: 5px;
    line-height: 1.4;
    text-align: center;
}


/* TOPページ
====================================== */

.uk-slideshow-items {
    min-height: 500px !important;
}

@media screen and (min-width: 750px) {
    .uk-slideshow-items {
        min-height: 800px !important;
    }
}

.catch-top {
    padding: 30px 0;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.1em;
    background: #fff;
    width: 90%;
    position: relative;
    margin: 0px auto 0px auto;
}

@media screen and (min-width: 750px) {
    .catch-top {
        padding: 60px 0;
        margin: 10px auto 0px auto;
    }
}

.catch-top p {
    font-size: 14px;
    line-height: 1.8;
    color: #afacac;
}

@media screen and (min-width: 750px) {
    .catch-top p {
        font-size: 16px;
    }
}

.catch-top span {
    font-size: 24px;
    line-height: 1.4;
    margin-top: 5px;
    display: inline-block;
}

@media screen and (min-width: 750px) {
    .catch-top span {
        font-size: 30px;
        margin-top: 0px;
    }
}

.catch {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 750px) {
    .catch {
        font-size: 22px;
    }
}

.catch span {
    color: #635905;
    font-size: 22px;
}

@media screen and (min-width: 750px) {
    .catch span {
        font-size: 38px;
    }
}


/*  キャンペーン  */

@media screen and (max-width: 749px) {
    .front-blanz-campaign .inner {
        width: 100% !important;
    }
}

@media screen and (min-width: 750px) {
    .front-blanz-campaign .title {
        min-height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.front-blanz-campaign .pickup-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f1eb;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
    margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
    .front-blanz-campaign .pickup-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 89.34%;
        margin: 0 auto 30px auto;
    }
}

.front-blanz-campaign .pickup-explain {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

@media screen and (min-width: 750px) {
    .front-blanz-campaign .pickup-explain {
        width: 40%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 749px) {
    .front-blanz-campaign.front-post .date {
        margin-top: 20px;
        font-size: 14px;
    }
}

.front-blanz-campaign .sub-tit {
    font-size: 16px;
    margin-bottom: 0;
}

@media screen and (min-width: 750px) {
    .front-blanz-campaign .sub-tit {
        font-size: 28px;
    }
}

.front-blanz-campaign.front-post .title {
    color: #ba333e;
    font-size: 16px;
}

@media screen and (min-width: 750px) {
    .front-blanz-campaign.front-post .title {
        font-size: 18px;
    }
}

.front-blanz-campaign .content {
    color: #555;
}

.front-blanz-campaign .term {
    color: #817056;
    background: none;
    border-bottom: 1px solid #817056;
    padding-bottom: 5px;
    color: #9a845b;
    padding: 0 0 10px 0;
    display: inline-block;
    text-align: left;
    font-size: 14px;
}
@media screen and (max-width: 749px) {
    .front-blanz-campaign .term {
        margin-top: 0;
    }
}
@media screen and (min-width: 750px) {
    .front-blanz-campaign .term {
        font-size: 16px;
    }
}

.front-blanz-campaign .pickup-img {
    width: 100%;
}

@media screen and (min-width: 750px) {
    .front-blanz-campaign .pickup-img {
        width: 60%;
    }
}

.front-blanz-campaign .pickup-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 220px;
}

@media screen and (min-width: 750px) {
    .front-blanz-campaign .pickup-img img {
        height: 340px;
    }
}

.front-blanz-campaign .post-content .post-box img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 330px;
}

@media screen and (min-width: 750px) {
    .front-blanz-campaign .post-content .post-box img {
        object-fit: contain;
        height: 306px;
    }
}

.front-blanz-campaign .post-content .post-explain {
    width: 89.34%;
    margin: 0 auto;
}

@media screen and (min-width: 750px) {
    .front-blanz-campaign .post-content .post-explain {
        width: 100%;
    }
}

.front-blanz-campaign .other-post {
    margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
    .front-blanz-campaign .other-post {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 749px) {
    .front-blanz-campaign .pickup-box-sp {
        margin: 0 auto 30px auto;
        width: 89.34%;
    }
    .front-blanz-campaign .post-content .post-box img {
        max-width:calc(100% - 40px);
        width: 100%;
        height: auto;
        margin:0 auto;
    }
}

.front-blanz-campaign .uk-slider-container {
    position: relative;
}

.front-blanz-campaign [class*=uk-position-center-left],
.front-blanz-campaign [class*=uk-position-center-right] {
    top: 35%;
    color: #fff;
}


/* フェア */

.front-blanz-fair .term {
    background: none;
    border-bottom: 1px solid #817056;
    padding-bottom: 5px;
    color: #9a845b;
    padding: 0 0 10px 0;
    display: inline-block;
}

@media screen and (min-width: 750px) {
    .front-blanz-fair .term {
        text-align: left;
    }
}

.front-blanz-fair .date {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.front-blanz-fair .sub-tit {
    margin-bottom: 10px;
    font-size: 20px;
}

@media screen and (min-width: 750px) {
    .front-blanz-fair .sub-tit {
        font-size: 28px;
        text-align: left;
    }
}

.front-blanz-fair .title {
    font-size: 18px;
}

@media screen and (min-width: 750px) {
    .front-blanz-fair .title {
        text-align: left;
    }
}

.front-blanz-fair .pickup-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    background: #f5f1eb;
    border: 1px solid #eee;
}

@media screen and (min-width: 750px) {
    .front-blanz-fair .pickup-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 750px) {
    .front-blanz-fair .pickup-img {
        width: 60%;
    }
}

.front-blanz-fair .pickup-img img {
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media screen and (min-width: 750px) {
    .front-blanz-fair .pickup-img img {
        height: 340px;
    }
}

.front-blanz-fair .pickup-explain {
    padding: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
}

@media screen and (min-width: 750px) {
    .front-blanz-fair .pickup-explain {
        padding: 0 20px;
        width: 40%;
    }
}

@media screen and (max-width: 749px) {
    .front-blanz-fair .post-img {
        width: 50%;
    }
}

.front-blanz-fair .post-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 120px;
}

@media screen and (min-width: 750px) {
    .front-blanz-fair .post-img img {
        object-fit: contain;
        height: 490px;
    }
}

@media screen and (max-width: 749px) {
    .front-blanz-fair .post-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .front-blanz-fair .post-img img {
        height: 200px;
        object-fit: contain;
    }
}

.front-blanz-fair .other-post {
    margin-bottom: 40px;
}

.front-blanz-fair .other-post .post-explain {
    text-align: center;
}

@media screen and (max-width: 749px) {
    .front-blanz-fair .other-post .post-explain {
        width: 46%;
        text-align: left;
    }
}

@media screen and (max-width: 749px) {
    .front-blanz-fair .other-post .title {
        font-size: 14px;
    }
}


/* フォトウェディング・前撮り共通 */

.photograph-studio--price span,
.maedori .photograph-studio--price span {
    font-size: 60% !important;
}


/* 投稿共通 */

.front-post .title {
    color: #000;
    margin: 0;
}

.front-post .date {
    color: #9a845b;
    font-size: 10px;
    display: inline-block;
    border-bottom: 1px solid #9a845b;
    padding-bottom: 5px;
    margin: 0 0 8px 0;
}

@media screen and (min-width: 750px) {
    .front-post .date {
        font-size: 14px;
        margin: 20px 0 10px 0;
        min-height: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
}


/*  シーン  */

.scene-photo {
    margin-bottom: 40px;
}

.scene-photo img:hover {
    opacity: 0.8;
}

@media screen and (max-width: 639px) {
    .uk-lightbox-button {
        width: 30px !important;
        height: 30px !important;
    }

    .uk-position-medium {
        margin: 30px 8px !important;
    }
}


/*  コンセプト  */

.movie {
    background: #e7e1d7;
}

.movie .com-tit-02 {
    margin-bottom: 30px;
}

.movie .movie-photo {
    margin: 0 0 40px 0;
}

.movie .movie-photo a {
    border: none;
}

@media screen and (max-width: 639px) {
    .movie .movie-photo a {
        padding: 0;
    }
}

.movie .movie-photo a:hover {
    opacity: 0.7;
}

/*  2024.12.23追加 SNS  */
.sns_list,
.sns_list li{
    list-style: none;
    margin:0;
    padding:0;
}

.sns_list{
    max-width:1000px;
    width: 100%;
    margin:30px auto;

    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: center;
}

.sns_list > li{
    width:50%;
}

.sns_list > li a{
    display: block;
    max-width: calc(100% - 20px);
    margin:0 auto;
}

.sns_list > li a:hover img{
    opacity: 0.8;
    transition: 0.5s;
}

@media (max-width:768px){
    .sns_list > li{
        width:100%;
        margin-bottom:15px;
    }
    .sns_list > li:last-child{
        margin-bottom:0;
    }
}


/*  about  */

.about {
    padding: 0 20px;
}

@media screen and (min-width: 750px) {
    .about {
        padding: 0 40px;
    }
}

.about a {
    display: block;
}

.about a :hover {
    opacity: 0.7;
}


/*  review  */

.review {
    background: #e7e1d7;
}

.review .com-tit-02 {
    margin-bottom: 30px;
}

.review ul {
    margin-bottom: 40px;
}

@media screen and (max-width: 639px) {
    .review li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 639px) {
    .review li .report-photo img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 170px;
        height: 100px;
    }
}

@media screen and (max-width: 639px) {
    .review li .explain {
        width: 50%;
        margin-left: 10px;
    }
}

.review .title {
    color: #817056;
    font-size: 14px;
    margin: 10px 0 10px 0;
}

@media screen and (min-width: 750px) {
    .review .title {
        font-size: 18px;
    }
}

.review .date {
    font-size: 12px;
    color: #555;
    margin: 0;
}

@media screen and (min-width: 750px) {
    .review .date {
        font-size: 14px;
    }
}


/*  columns  */

.columns .columns-sec {
    margin-bottom: 20px;
}

@media screen and (max-width: 639px) {
    .columns .columns-sec {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 639px) {
    .columns .columns-sec a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.columns .report-photo img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 170px;
    height: 100px;
}

@media screen and (min-width: 640px) {
    .columns .report-photo img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: auto;
    }
}

.columns .title {
    font-size: 14px;
    margin-left: 10px;
    width: 50%;
    color: #817056;
    line-height: 1.6;
}

@media screen and (min-width: 640px) {
    .columns .title {
        font-size: 18px;
        width: 100%;
        margin-left: 0;
    }
}


/*  info  */

.top-info {
    background: #e7e1d7;
}

@media screen and (max-width: 750px) {
    .top-info .title {
        margin-top: 10px;
    }
}

.top-info .title a {
    color: #817056;
    font-size: 14px;
}

@media screen and (min-width: 750px) {
    .top-info .title a {
        font-size: 16px;
    }
}

.top-info .date {
    font-size: 12px;
    width: auto;
}

@media screen and (max-width: 750px) {
    .top-info .date {
        font-size: 14px;
        width: 100%;
    }
}

.top-info ul {
    margin-bottom: 40px;
}

@media screen and (max-width: 639px) {
    .top-info ul {
        padding-left: 0px;
    }
}

.top-info li {
    margin-top: 20px !important;
    padding-bottom: 4px;
}


/* ブライダルフェア
====================================== */


/* ブライダルフェア詳細 */

.blanz-fair {
    letter-spacing: 0.1em;
}

.fair-01 .catch {
    margin: -130px 0 30px 0;
    background: rgba(243, 240, 240, 0.8);
    font-size: 16px;
    padding: 20px;
    position: relative;
    line-height: 1.6;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 750px) {
    .fair-01 .catch {
        margin: -130px 0 60px 0;
        font-size: 20px;
        min-height: 70px;
    }
}

.fair-01 .subtitle {
    font-size: 18px;
    color: #817056;
    margin-top: 10px;
}

.fair-01 .context {
    color: #555555;
    font-size: 16px;
    background: #f6f3ef;
    padding: 20px;
}

@media screen and (min-width: 750px) {
    .fair-01 .context {
        padding: 20px 30px;
        line-height: 1.8;
    }
}

.event-section {
    background: #e7e1d7;
}

.event-section .event-area {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    color: #555;
    font-size: 16px;
    margin-left: 0;
}

.event-section .event-area figure {
    width: 100%;
    padding-left: 0;
}

@media screen and (min-width: 960px) {
    .event-section .event-area figure {
        width: 45%;
    }
}

.event-section .event-area figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 250px;
}

@media screen and (min-width: 750px) {
    .event-section .event-area figure img {
        height: 350px;
    }
}

.event-section .event-area .text {
    margin: 30px 20px;
    padding-left: 0;
}

@media screen and (min-width: 960px) {
    .event-section .event-area .text {
        margin: 30px;
    }
}

.event-section .event-area .event-title {
    color: #817056;
    font-size: 16px;
    margin-bottom: 30px;
}

@media screen and (min-width: 750px) {
    .event-section .event-area .event-title {
        font-size: 18px;
    }
}

.event-section .event-area .pickup {
    display: block;
    color: #c03f26;
    font-size: 14px;
    margin-bottom: 15px;
}

.term {
    background: #817056;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    font-size: 14px;
    position: relative;
    max-width: 350px;
}

@media screen and (min-width: 750px) {
    .term {
        max-width: 550px;
        padding: 15px 20px;
        font-size: 16px;
    }
}

.sub-tit {
    color: #9a845b;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}

@media screen and (min-width: 750px) {
    .sub-tit {
        margin-bottom: 30px;
    }
}

.context2 {
    background: #f8f7f6;
    padding: 30px;
}

.gallery-fair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

.gallery-fair li {
    width: 49%;
}

@media screen and (min-width: 750px) {
    .gallery-fair li {
        width: 33%;
        margin: 0 3px 3px 0;
    }
}

@media screen and (min-width: 750px) {
    .gallery-fair li:nth-child(3n) {
        margin-right: 0;
    }
}

.gallery-fair img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 180px;
}

@media screen and (min-width: 750px) {
    .gallery-fair img {
        height: 210px;
    }
}


/*　アクセス */

.access-01 {
    background: #f7f3f0;
    margin-bottom: 0;
}

.access-01 .map {
    margin-bottom: 40px;
}

.access-01 address {
    color: #817056;
    margin-top: 40px;
}

@media screen and (min-width: 750px) {
    .access-01 address p {
        line-height: 0.5em;
    }
}

.access-01 address a {
    color: #817056;
}


/* バナー */

.banner-01 li {
    list-style: none;
}


/*　フェア一覧 */

.blanz-fair-archive .pickup-content {
    background: #f8f4f1;
    padding: 30px 15px;
}

@media screen and (min-width: 750px) {
    .blanz-fair-archive .pickup-content {
        padding: 30px;
    }
}

.blanz-fair-archive .post-explain {
    text-align: left !important;
}

.blanz-fair-archive .term {
    margin-top: -30px;
    position: relative;
    text-align: left;
}

@media screen and (max-width: 749px) {
    .blanz-fair-archive .other-post img {
        height: auto;
    }
}

.blanz-fair-archive .post-img {
    position: relative;
}

.blanz-fair-archive .post-img .pick-icon {
    position: absolute;
    top: -40px;
    right: 13px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ca534b), to(#ef6b79));
    background: -webkit-linear-gradient(#ca534b, #ef6b79);
    background: -o-linear-gradient(#ca534b, #ef6b79);
    background: linear-gradient(#ca534b, #ef6b79);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    display: inline-block;
    font-size: 14px;
}

@media screen and (min-width: 750px) {
    .blanz-fair-archive .post-img .pick-icon {
        top: -20px;
        right: 20px;
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 16px;
    }
}

.blanz-fair-archive .sub-tit {
    margin-bottom: 10px;
}

.blanz-fair-archive .title {
    margin-top: 20px;
    color: #555;
}

@media screen and (max-width: 749px) {
    .blanz-fair-archive .title {
        margin-bottom: 10px;
    }
}

.blanz-fair-archive .date {
    border: none;
    font-size: 12px;
}

@media screen and (min-width: 750px) {
    .blanz-fair-archive .date {
        font-size: 14px;
    }
}


/* シーン
====================================== */

.scene .scene-tit-wrap {
    background: url(../img/scene/bg2.jpg) no-repeat;
    background-size: 100% auto;
    padding: 0 0 30px 0;
}

@media screen and (min-width: 750px) {
    .scene .scene-tit-wrap {
        background-position: 100px;
        padding-top: 30px;
    }
}

.scene .scene-btn {
    padding: 30px 0;
}

.scene .scene-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.scene .scene-btn ul li {
    width: calc(100% / 2.5);
    list-style: none;
    text-align: center;
}

.scene .scene-btn ul li:first-child {
    margin-right: 20px;
}

.scene .scene-btn ul li a {
    display: block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #9a845b;
    background: #9a845b;
    color: #fff;
}

@media screen and (min-width: 750px) {
    .scene .scene-btn ul li a {
        padding: 15px;
    }
    .scene .scene-btn ul li a:hover {
        color: #9a845b;
        background: #fff;
        border: 1px solid #9a845b;
    }
}

a.anchor {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
}

.scene-com .scene-tit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 749px) {
    .scene-com .scene-tit {
        margin-bottom: 20px;
    }
}

.scene-com .com-tit-05 {
    margin: 10px 0 0 0;
}

@media screen and (min-width: 750px) {
    .scene-com .com-tit-05 {
        margin: 10px 0 20px 0;
    }
}

.scene-com .sub-scene-tit {
    color: #9a845b;
}

@media screen and (max-width: 749px) {
    .scene-com .sub-scene-tit {
        font-size: 16px;
    }
}

.scene-com .scene-tit-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid #817056;
    text-align: center;
    margin: 40px 0 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.scene-com .scene-tit-01 {
    font-size: 18px;
    margin-right: 20px;
}

@media screen and (min-width: 750px) {
    .scene-com .scene-tit-01 {
        font-size: 25px;
        margin-right: 40px;
    }
}

.scene-com .scene-tit-03 {
    display: block;
    font-size: 12px;
}

@media screen and (min-width: 750px) {
    .scene-com .scene-tit-03 {
        font-size: 14px;
    }
}

.scene-com .scene-tit-04 {
    line-height: 1.2;
    margin-top: -14px;
    font-size: 22px;
}
.scene-com .scene-tit-sub {
    display: inline-block;
    font-size: 16px;
    margin-right: 4px;
}

@media screen and (min-width: 750px) {
    .scene-com .scene-tit-04 {
        font-size: 42px;
    }
    .scene-com .scene-tit-04.small {
        font-size: 32px;
    }
    .scene-com .scene-tit-sub {
        font-size: 28px;
        margin-right: 16px;
    }
}

.scene-com .scene-tit-img-im {
    width: 90px;
    margin-right: 8px;
    margin-bottom: 5px;
}

@media screen and (min-width: 750px) {
    .scene-com .scene-tit-img-im {
        width: 150px;
        margin-right: 16px;
        margin-bottom: 10px;
    }
}

.scene-com .scene-tit-beige .scene-tit-01 {
    color: #817056;
}

.scene-com .scene-tit-beige .scene-tit-04 {
    color: #817056;
}

.scene-com .scene-tit-pink .scene-tit-01 {
    color: #d73567;
}

.scene-com .scene-tit-pink .scene-tit-04 {
    color: #d73567;
}

.scene-com .scene-tit-blue .scene-tit-01 {
    color: #00072d;
}

.scene-com .scene-tit-blue .scene-tit-04 {
    color: #00072d;
}

.scene-com .scene-tit-brown .scene-tit-01 {
    color: #635905;
}

.scene-com .scene-tit-brown .scene-tit-04 {
    color: #635905;
}

.scene-com .slick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 750px) {
    .scene-com .slick .slick-inner {
        width: 50%;
    }
}

.scene-com .slick .scene-img {
    position: relative;
}

.scene-com .slick .scene-img::after {
    font-family: "Font Awesome 5 Free";
    content: '\f065';
    font-weight: 900;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: rgba(142, 92, 74, 0.8);
    padding: 10px;
}

@media screen and (min-width: 750px) {
    .scene-com .slick-inner {
        padding-top: 40px;
    }
}

.scene-com .slick-inner.slick-inner-beige {
    background: #fffbf4;
}

.scene-com .slick-inner.slick-inner-pink {
    background: #fff9fb;
}

.scene-com .slick-inner.slick-inner-blue {
    background: #f7f8fd;
}

.scene-com .slick-inner.slick-inner-brown {
    background: #fffdf0;
}

.scene-com .uk-container-sub-right-large {
    padding: 0px 20px 0 20px;
    font-size: 0;
}

@media screen and (min-width: 750px) {
    .scene-com .uk-container-sub-right-large {
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) {
    .scene-com .uk-container-sub-right-large {
        max-width: 650px;
        padding: 0 0 40px;
        margin: 0 auto 0 40px;
    }
}

.scene-com .uk-container-sub-right-large a {
    color: #555;
}

.scene-com .uk-container-sub-left-large {
    padding: 0px 20px 0 20px;
    font-size: 0;
}

@media screen and (min-width: 750px) {
    .scene-com .uk-container-sub-left-large {
        margin: 0 auto;
    }
}

@media screen and (min-width: 769px) {
    .scene-com .uk-container-sub-left-large {
        max-width: 650px;
        padding: 0 0 40px;
        margin: 0 40px 0 auto;
    }
}

.scene-com .uk-container-sub-left-large a {
    color: #555;
}


/* ポップアップ内 */

.uk-transition-slide-bottom {
    -webkit-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important;
}

@media screen and (min-width: 750px) {
    .uk-transition-slide-bottom {
        margin: -30px 0 30px 0;
    }
}

.uk-transition-slide-top {
    -webkit-transform: inherit !important;
    -ms-transform: inherit !important;
    transform: inherit !important;
}

.uk-lightbox {
    background: rgba(0, 0, 0, 0.8) !important;
}

.uk-transition-fade {
    opacity: 1 !important;
}

.slick-dots {
    display: none !important;
}


/* .slick-dots li button{
  background: #e9e1d4!important;
  width: 10px!important;
  height: 10px!important;
}
.slick-dots li button:before{
  font-size: 32px!important;
  color: #817056!important;
  @media screen and (min-width: 750px){
    font-size: 40px!important;
  }
} */

.slick-dots {
    bottom: 10px !important;
}

@media screen and (min-width: 750px) {
    .slick-dots {
        bottom: -50px !important;
        font-size: 22px !important;
    }
}

.slick-prev,
.slick-next {
    top: 38% !important;
}

.slick-prev {
    left: 5px !important;
}

.slick-next {
    right: 5px !important;
}

.slick-dots .slick-active button {
    background: #817056 !important;
}

.cap-title {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 1.4;
}

.cap-title .small {
    font-size: 10px;
    margin-right: 8px;
}

@media screen and (min-width: 750px) {
    .cap-title .small {
        font-size: 14px;
        margin-right: 20px;
    }
}

.cap-title-01 {
    font-size: 13px;
    margin-right: 8px;
}

@media screen and (min-width: 750px) {
    .cap-title-01 {
        font-size: 25px;
        margin-right: 40px;
    }
}

.cap-title-02 {
    font-size: 18px;
}

@media screen and (min-width: 750px) {
    .cap-title-02 {
        font-size: 42px;
    }
}


/* モダン */

.scene-modern .com-tit-05 {
    background: #e4d2b2;
}


/* 陽気 */

.scene-cheerful .com-tit-05 {
    background: #eec9c9;
}


/* 伝統的 */

.scene-traditional .com-tit-05 {
    background: #c8e8ee;
}

.other_bnr {
    padding: 30px 0;
}
@media screen and (min-width: 750px) {
    .other_bnr {
        padding: 50px 0;
    }
}

.other_bnr a {
    display: block;
    margin-bottom: 30px;
}

.other_bnr a:hover {
    opacity: 0.8;
}


/* ブライダルキャンペーン
====================================== */


/* ブライダルフキャンペーン詳細 */

.blanz-campaign .set-plan-detail {
    border: 1px solid #eee;
    margin-bottom: 30px;
}

@media screen and (min-width: 750px) {
    .blanz-campaign .set-plan-detail {
        margin-bottom: 60px;
    }
}

.blanz-campaign .set-plan-detail:last-child {
    margin-bottom: 0px;
}

@media screen and (min-width: 750px) {
    .blanz-campaign .set-plan-detail .note {
        line-height: 1.8;
    }
}

.blanz-campaign .set-plan-detail .text-area {
    padding: 0 15px;
}

@media screen and (min-width: 750px) {
    .blanz-campaign .set-plan-detail .text-area {
        padding: 0 30px;
    }
}

.blanz-campaign .set-plan-detail .term {
    padding: 8px 10px;
    font-size: 14px;
    margin-bottom: 0;
    max-width: inherit;
}

@media screen and (min-width: 750px) {
    .blanz-campaign .set-plan-detail .term {
        padding: 8px 20px;
    }
}

.blanz-campaign .set-plan-detail .com-tit-02 {
    font-size: 18px;
    background: #f6f3ef;
    padding: 15px 10px;
    line-height: 1.6;
    margin-bottom: 0px;
}

@media screen and (min-width: 769px) {
    .blanz-campaign .set-plan-detail .com-tit-02 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}

.blanz-campaign .set-plan-detail .cost-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
}

@media screen and (max-width: 934px) {
    .blanz-campaign .set-plan-detail .cost-area {
        align-items: center;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 10px 0 -10px 0;
    }
}

@media screen and (max-width: 934px) {
    .blanz-campaign .set-plan-detail .cost-area .left-plan {
        margin-top: 0;
        padding: 0;
    }
}

@media screen and (max-width: 934px) {
    .blanz-campaign .set-plan-detail .cost-area .right-plan {
        padding: 0;
    }
}

.blanz-campaign .set-plan-detail .cost-area .cost {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.blanz-campaign .set-plan-detail .cost-area .cost .small {
    font-size: 14px;
    margin-right: 10px;
    letter-spacing: inherit;
}

@media screen and (min-width: 750px) {
    .blanz-campaign .set-plan-detail .cost-area .cost .small {
        font-size: 22px;
    }
}

.blanz-campaign .set-plan-detail .triangle {
    margin-left: 20px;
    display: inline-block;
}

@media screen and (max-width: 749px) {
    .blanz-campaign .set-plan-detail .triangle img {
        width: 15px;
        position: absolute;
        top: 0;
        right: -40%;
    }
}

.blanz-campaign .set-plan-detail .list-price {
    position: relative;
    letter-spacing: -0.04em;
    margin-right: 10px;
    color: #555;
    font-size: 15px;
    font-weight: normal;
}

@media screen and (min-width: 750px) {
    .blanz-campaign .set-plan-detail .list-price {
        font-size: 30px;
        margin-right: 40px;
    }

    .blanz-campaign .set-plan-detail .triangle {
        position: absolute;
        right: -24%;
        top: 4%;
    }
}

.blanz-campaign .set-plan-detail .cam-price {
    color: #c03f26;
    font-size: 19px;
    letter-spacing: -0.04em;
    font-weight: normal;
}

span.ontax {
    font-size: 0.4rem;
    text-align: right;
    display: block;
    margin-top: 0.6rem;
}

@media screen and (min-width: 750px) {
    .blanz-campaign .set-plan-detail .cam-price {
        position: relative;
        top: 4px;
        font-size: 48px;
    }

    span.ontax {
        font-size: 1rem;
    }
}

.blanz-campaign .set-plan-detail .discount {
    font-size: 45px;
    color: #c03f26;
    font-weight: normal;
    letter-spacing: -0.04em;
}

@media screen and (min-width: 750px) {
    .blanz-campaign .set-plan-detail .discount {
        font-size: 80px;
        position: relative;
        bottom: 4px;
    }
}

.blanz-campaign .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8eacf), to(#f8e2e4));
    background: -webkit-linear-gradient(#f8eacf, #f8e2e4);
    background: -o-linear-gradient(#f8eacf, #f8e2e4);
    background: linear-gradient(#f8eacf, #f8e2e4);
}

.blanz-campaign .set .gray {
    background: #eee;
    color: #d1d1d1;
}

.blanz-campaign .set li {
    width: 22.5%;
    padding: 10px 5px;
    background: #fff;
    list-style: none;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .blanz-campaign .set li {
        width: 45%;
        font-size: 14px;
    }
}


/* おすすめ */

.campaign-section {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6f3ef), color-stop(50%, #f6f3ef), color-stop(50%, #fff), to(#fff));
    background: -webkit-linear-gradient(top, #f6f3ef 0%, #f6f3ef 50%, #fff 50%, #fff 100%);
    background: -o-linear-gradient(top, #f6f3ef 0%, #f6f3ef 50%, #fff 50%, #fff 100%);
    background: linear-gradient(180deg, #f6f3ef 0%, #f6f3ef 50%, #fff 50%, #fff 100%);
    padding-bottom: 0;
    margin-bottom: 0;
}

.campaign-section ul p {
    line-height: 1.8;
}


/* youtube */

@media screen and (max-width: 414px) {
    .movie_wrap iframe {
        height: 180px;
    }
}


/* ブライダルフキャンペーン一覧 */

.blanz-campaign-archive .pickup-content {
    padding: 0;
}

.blanz-campaign-archive .pickup-content .post-img {
    width: 100%;
}

@media screen and (min-width: 750px) {
    .blanz-campaign-archive .pickup-content .post-img {
        width: 60%;
    }
}

@media screen and (min-width: 750px) {
    .blanz-campaign-archive .pickup-content .post-img img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 500px;
    }
}

.blanz-campaign-archive .pickup-content .post-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 749px) {
    .blanz-campaign-archive .pickup-content .post-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.blanz-campaign-archive .pickup-content .text {
    padding: 0 20px;
    width: 100%;
}

@media screen and (min-width: 750px) {
    .blanz-campaign-archive .pickup-content .text {
        width: 40%;
    }
}

.blanz-campaign-archive .pickup-content .sub-tit {
    margin-bottom: 10px;
}

@media screen and (min-width: 750px) {
    .blanz-campaign-archive .pickup-content .sub-tit {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 750px) {
    .blanz-campaign-archive .pickup-content .title {
        font-size: 20px;
    }
}

.blanz-campaign-archive .pickup-content .term {
    margin-top: 20px;
}

@media screen and (max-width: 749px) {
    .blanz-campaign-archive .pickup-content .term {
        font-size: 13px;
    }
}


/* フェア・キャンペーン詳細共通 */

.blanz-campaign .breadcrumb,
.blanz-fair .breadcrumb,
.scene .breadcrumb {
    text-align: right;
}


/* ページネーション
====================================== */

.pagination {
    margin-top: 30px;
    text-align: center;
}

@media screen and (min-width: 750px) {
    .pagination {
        margin-top: 50px;
    }
}

.pagination .page-numbers {
    padding: 10px 20px;
    text-align: center;
    border: 1px solid #635905;
    color: #635905;
}

.pagination .page-numbers:hover {
    background: #98946f;
    color: #fff;
    border: 1px solid #98946f;
}

.pagination .prev,
.pagination .next {
    border: none;
}

.pagination .current {
    background: #635905;
    color: #fff;
}

.slick-prev:before,
.slick-next:before {
    color: #343434 !important;
}


/*スライダー矢印の調整*/

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    z-index: 10;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev::before {
    position: relative;
    content: "\f104";
    font-family: FontAwesome;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 12px;
    opacity: 1;
    border: 1px solid #111;
}

.swiper-button-next::before {
    position: relative;
    content: "\f105";
    font-family: FontAwesome;
    background: rgba(255, 255, 255, 0.5);
    padding: 8px 12px;
    opacity: 1;
    border: 1px solid #111;
}

.swiper-button-prev:hover:before {
    animation: arrow_prev .5s ease-out forwards;
}

@keyframes arrow_prev {
    0% {
        right: 0px;
    }

    50% {
        right: 5px;
    }

    100% {
        right: 0;
    }
}

.swiper-button-next:hover:before {
    animation: arrow_next .5s ease-out forwards;
}

@keyframes arrow_next {
    0% {
        left: 0px;
    }

    50% {
        left: 5px;
    }

    100% {
        left: 0;
    }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 20px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 20px;
    left: auto
}

/*SPヘッダーにTEL追加*/
.tel_link {
    width: 50%;

    top: 0;
    right: 12%;
}

/*フォトウェディング-スタジオ*/
.plan-campaign {
    text-align: center;
    color: #d73567;
    margin: -14px auto 20px auto;
    border: 1px solid;
    border-radius: 100px;
    display: table;
    padding: 2px 12px;
}

p.plan--price span.sub-price {
    font-size: 60%;
}

p.plan--price span.sub-price-mini {
    font-size: 40%;
}

p.plan--price span.sub-price-arrow {
    font-size: 34px;
    margin: 0 12px;
}

p.plan--price span.sub-price-arrow-sp {
    font-size: 34px;
    margin: 0 12px;
}

.plan-special-box {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.plan-special-box img {
    width: 28px;
    margin-right: 10px;
}

.plan-special-box p {
    width: 176px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #9a845a;
    border-top: 1px solid #9a845a;
    margin: 1px auto;
    padding: 6px 0;
    color: #9a845a;
}

.plan-special-box ul {
    display: flex;
    list-style: none;
    justify-content: space-evenly;
    padding: 0;
    margin: 0 0 40px;
}

.plan-special-box ul li {
    width: 33.3%;
}

.plan-special-box ul li:nth-child(2) {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

@media screen and (max-width: 749px) {
    .plan-special-box ul {
        flex-wrap: wrap;
        margin: 0 0 16px;
    }

    .plan-special-box ul li {
        width: 100%;
        font-size: 13px;
    }

    .plan-special-box ul li:nth-child(2) {
        border-left: none;
        border-right: none;
    }

    .plan-special-box p {
        margin: 18px auto -12px;
        font-size: 13px;
        padding: 4px 0;
        width: 154px;
    }

    .plan-special-box img {
        width: 22px;

    }

    p.plan--price span.sub-price-arrow-sp {
        font-size: 17px;
        display: block;
        margin: -3px 0;
    }

    .plan-campaign {
        text-align: center;
        color: #d73567;
        margin: -4px auto 20px auto;
        border: 1px solid;
        border-radius: 100px;
        display: table;
        padding: 1px 8px;
        font-size: 13px;
    }

    p.plan--price span.sub-price {
        font-size: 80%;
    }

    p.plan--price span.sub-price-mini {
        font-size: 58%;
    }
}

/*SPフローティング調整 追加CSS*/
@media screen and (max-width: 751px) {
    .header-btns {
        justify-content: space-around;
    }
    .header--btn {
        width: 48%;
    }
    .header--btn-fair {
        border: 1px solid #817056;
        border-radius: 5px;
    }
    .header--btn-fair a {
        background: #fff;
        color: #817056;
    }
    .header--btn-reserve a {
        padding: 6px 0;
    }
    .column-in .post-content1 .post--img{
        width: 100%;
    }

}

#related_posts{
    max-width: 1000px;
    margin: 50px auto;
}
#related_posts h3{
    color: #3d0505;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 1.5% 0 2%;
}


#related_posts ul{
    display: flex;
    /* justify-content: space-between; */
    margin: 0;
    padding: 0;
}

#related_posts ul li{
    width: 31%;
    list-style: none;
    text-align: left;
    margin: 0 1%;
}
#related_posts ul li p.day{
    margin-bottom: 10px;
}
#related_posts ul li h3{
    font-size: 20px;
    text-align: left;
}

#related_posts ul li h3 a{
    color: #555;
}


@media screen and (max-width: 750px) {
    #related_posts ul{
        flex-direction: column;
        padding: 0 20px;
    }
    #related_posts ul li{
        width: 100%;
        margin-bottom: 20px;
    }
}

/* 20241029 footerアクセス情報追加 */
.footer-access {
    background: #000;
    display: flex;
    padding: 1rem;
}
.footer-access .ac_item {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
.footer-access .ac_item img {
    width: 220px;
}
.footer-access .ac_item .ac_text {
    color: #FFF;
}
.footer-access .ac_item iframe {
    height: 300px;
    margin: 0 0 26px 25px;
    width: 340px;
}
.footer-bottom .footer--copyright a {
    color: #fff;
    line-height: 1.2;
}
@media screen and (max-width: 751px) {
    .footer-access {
        display: contents;
    }
    .bg-w {
        background: #FFF;
    }
    .footer-access .ac_item .ac_text {
        color: #111;
        text-align: center;
    }
    .footer-access .ac_item iframe {
        height: revert-layer;
        margin:auto;
        width: 100%;
    }
    .footer-access .bt_b {
        border-top: 2px solid #00072d;
        padding-top: 1rem;
    }
}

/* 20241219 「よくある質問」追加 */
.top-question.question .inner {
    padding: 80px 0;
}

.top-question.question .faq-content {
    background: #fff;
    margin: 0 auto 2%;
    padding: 3.6% 5% 0.1px;
}

.top-question.question .faq-box {
    margin: 0 0 4.45% 0;
}

.top-question.question .faq--q {
    color: #9a845b;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    border-bottom: 1px dotted #000;
    margin: 0 0 1.78% 0;
    padding: 0 0 2% 3.12%;
    position: relative;
}

.top-question.question .faq--q:before {
    content: "Q.";
    display: block;
    font-size: 20px;
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 751px) {
    .top-question.question .inner {
        margin: 0 auto;
    }

    .top-question.question .faq-box {
        margin: 0 0 4.45% 0;
    }

    .top-question.question .faq--q {
        font-size: 4.27vw;
        padding: 0 0 .5em 1.25em;
    }

    .top-question.question .faq--q:before {
        font-size: 4.27vw;
    }
}

.columns-bg{
    margin: 40px 0;
    padding: 40px 0;
    background: #e7e1d7;
}
@media screen and (min-width: 750px) {
    .columns-bg {
        margin: 80px 0;
        padding: 80px 0;
    }
}

.notice-list li a{
    color: #817056;
}

.access-bg {
    margin: 40px 0;
    padding: 40px 0 !important;
    background: #e7e1d7;
}
@media screen and (min-width: 750px) {
    .access-bg {
        margin: 80px 0;
        padding: 80px 0 !important;
    }
}
/* //20241219 「よくある質問」追加 */


/* 20241219 「プラン詳細」追加 */
.photograph-studio .price-under {
    margin: auto;
}

.photograph-studio .photograph-studio--priceunder,
.photo-wedding .photograph-studio--priceunder {
    margin-top: 20px;
    text-align: center;
    color: #9a845b;
}
/* //20241219 「プラン詳細」追加 */

/* 20250414 footer 予約改善 */
.footer-middle-contact-box {
 display: flex;
 justify-content: space-between;
}
.footer-middle-contact-box .footer-middle-contact {
 width: calc(100% / 3);
 padding: 20px 5px;
}
.footer-middle-contact-box .footer-middle--head {
 font-size: 20px;
}
.footer-middle-contact-box .footer-middle--tel {
 font-size: 36px;
}
.footer-middle-contact-box .footer-middle--btn {
 width: 66.2%;
}
.footer-middle-contact-box .footer-middle--icon {
 width: 25.4%;
}
@media screen and (max-width: 1024px) {
 .footer-middle-contact-box .footer-middle--head {
     font-size: 2vw;
 }
 .footer-middle-contact-box .footer-middle--tel {
     font-size: 3.71vw;
 }
}
@media screen and (max-width: 751px) {
 .footer-middle-contact-box {
     flex-wrap: wrap;
     justify-content: center;
 }
 .footer-middle-contact-box .footer-middle-contact:last-child {
     width: 100%;
     padding-bottom: 5%;
     border-left: none;
     border-bottom: 1px solid #00072d;
     order: -1;
 }
 .footer-middle-contact-box .footer-middle-contact {
     width: 50%;
     padding: 0;
 }
 .footer-middle-contact-box .footer-middle--sp-flex-box {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 0 5vw;
 }
 .footer-middle-contact-box .footer-middle--sp-flex-box .footer-middle--icon {
     width: 19.4%;
     margin: 0;
 }
 .footer-middle-contact-box .footer-middle--sp-flex-box .footer-middle--btn {
     margin-bottom: 20px;
 }
 .footer-middle-contact-box .footer-middle--head {
     font-size: 4.27vw;
 }
 .footer-middle-contact-box .footer-middle--tel {
     font-size: 5.07vw;
 }
 .footer-middle-contact-box .footer-middle--btn {
     width: 83.43%;
 }
 .footer-middle-contact-box .footer-middle--icon {
     width: 29.42%;
 }
}

/* 20250616 top スタジオの特徴強化 */
.catch-top-sp-ptset {
    padding: 40px 0px 20px 0px;
}
@media screen and (min-width: 750px) {
    .catch-top-sp-ptset {
        padding: 60px 0px 20px 0px;
    }
}
@media screen and (min-width: 750px) {
    .catch-top p.catch-top-graytxt {
        font-size: 23px;
        margin: 0px 0px 50px 0px;
    }
}
.com-sec-features {
    margin-bottom: 80px;
}
.features-grp {
    display: flex;
    flex-wrap: wrap;
}
.features-imgbox {
    width: 54%;
}
.features-img {
    width: 100%;
}
.features-txtbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 46%;
}
p.features-txtbox-ttl,
.features-txtbox-txt {
    text-align: center;
    color: #00072d;
}
.features-txtbox-ttl {
    font-size: 24px;
}
.features-txtbox-txt {
    line-height: 42px;
    margin-top: unset;
    margin-bottom: 30px;
}
.features-linkbtn {
    width: 67%;
    margin: 0 auto;
}
@media screen and (max-width: 934px) {
    .features-imgbox {
        width: 47%;
    }
    .features-txtbox {
        width: 53%;
    }
    .features-txtbox-ttl {
        font-size: 20px;
    }
    .features-txtbox-txt {
        font-size: 14px;
    }
}
@media screen and (max-width: 751px) {
    .features-imgbox,
    .features-txtbox {
        width: 100%;
    }
}

/* 20250709 maedori・photowedding 撮影シーン */
.maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
    min-height: 970px !important;
}
@media screen and (max-width: 751px) {
    .maedori-location .spot--ttl.location-spot--ttl {
        font-size: 6.67vw;
        margin: 0 0 5% 0;
    }
    .maedori-location .spot--txt.location-spot--txt {
        margin: 0 5% 5%;
    }
    .maedori-location .uk-position-center-left.photograph-studio-plangrp-slide-prev.plangrp-prev-posset,
    .maedori-location .uk-position-center-right.photograph-studio-plangrp-slide-next.plangrp-next-posset {
        top: 4%;
    }
    .maedori-location .uk-position-center-left.photograph-studio-plangrp-slide-prev {
        left: unset;
    }
    .maedori-location .uk-position-center-right.photograph-studio-plangrp-slide-next {
        right: 0;
    }
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh .spot-box {
        width: 75%;
        margin: 0 auto 30px;
        padding: 20px;
        background-color: #fff;
        text-align: left;
    }
    .maedori-location .photograph-studio-plangrp-slide {
        position: relative;
    }
    .maedori-location .photograph-studio-planitem {
        justify-content: flex-start;
    }
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh .spot-box .spot--img {
        width: 100%;
    }
}
@media screen and (max-width: 720px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 910px !important;
    }
}
@media screen and (max-width: 690px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 870px !important;
    }
}
@media screen and (max-width: 630px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 800px !important;
    }
}
@media screen and (max-width: 600px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 750px !important;
    }
}
@media screen and (max-width: 550px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 700px !important;
    }
}
@media screen and (max-width: 520px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 650px !important;
    }
}
@media screen and (max-width: 480px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 620px !important;
    }
}
@media screen and (max-width: 450px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 600px !important;
    }
}
@media screen and (max-width: 430px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 550px !important;
    }
}
@media screen and (max-width: 400px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 530px !important;
    }
}
@media screen and (max-width: 400px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 530px !important;
    }
}
@media screen and (max-width: 370px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 480px !important;
    }
}
@media screen and (max-width: 350px) {
    .maedori-location ul.uk-slideshow-items.photograph-studio-plangrp-slide.plangrp-slide-mh {
        min-height: 445px !important;
    }
}

/* 20250828 maedori・photowedding 追加リンク */
.photo-wedding .photograph-studio--head a,
.photo-wedding .photograph-location--head a,
.maedori .photograph-studio--head a,
.maedori .photograph-location--head a,
.photo-wedding .other--head a,
.maedori .other--head a {
    color: unset;
}

/* 20250828 maedori・photowedding よくあるご質問 */
.photo-wedding .question,
.maedori .question {
    padding-bottom: 80px;
}

/* 20250828 見出し修正 */
@media screen and (max-width: 749px) {
    .catch span {
        font-size: 6.67vw;
    }
}

/* 20250918 大阪城公園のアクセス 横幅調整 */
.osaka-castle-park__access-body.access-body-wset {
  width: 100%;
  max-width: 404px;
}
.osaka-castle-park__access-team.access-team-pset {
    padding: 5px 10px 5px 15px;
} 
.osaka-castle-park__access-desc.access-desc-plset {
    padding-left: 15px;
}
@media screen and (max-width: 751px) {
    .osaka-castle-park__access.access-mbset {
        margin-bottom: 50px;
    }
    .osaka-castle-park__access-box.access-box-wset {
        display: block;
    }
    .osaka-castle-park__access-body.access-body-wset {
        max-width: unset;
        width: unset;
        margin-top: 20px;
        font-size: 3.74vw;
    }
}