/**=================
title css
==================**/
.title_zone {
    height: fit-content;
    border-left: 10px solid #B6AD89;
}
.title_zone h2.title {
    text-align: left;
    margin-left: 2rem;
}
.title_zone p {
    margin-left: 2rem;
    text-align: left;
}

@media screen and (max-width:540px) {
    .title_zone {
        height: fit-content;
        border-left: 5px solid #B6AD89;
    }
}


/**=================
header
==================**/
p.header_logo {
    position: fixed;
    top: 2.5rem;
    left: 2.5rem;
    width:5.3rem;
    height: auto;
    z-index: 999;
}
a.header_logo {
    position: fixed;
    top: 2.5rem;
    left: 2.5rem;
    width:5.3rem;
    height: auto;
    z-index: 999;
}

header .outlink {
    margin: auto;
    margin-top: 40px;
}
header .outlink a {
    display: inline-block;
    margin-bottom: 20px;
}

/**=================
main img
==================**/
.main_image_zone {
    position: relative;
}
.main_image_zone .main_title {
    display: inline-block;
    position: absolute;
    width: 33rem;
    height: fit-content;
    right: 18rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width:991px) {
    .main_image_zone .main_title {
        display: inline-block;
        position: absolute;
        width: 50rem;
        height: fit-content;
        right: 2rem;
        top: 0;
        bottom: 0;
        margin: auto;
    }
}
@media screen and (max-width:540px) {
    .main_image_zone .main_title {
        display: inline-block;
        position: initial;
        width: 80%;
        height: fit-content;
        top: 0;
        bottom: 0;
        margin: auto;
        margin-top: 5rem;
    }
}

/**=================
intro
==================**/
#intro {
    margin-top: 3.5rem;
}
#intro .bg_img_zone {
    padding-top: 7rem;
    background-image: url("../img/concept_bg_img.png");
    background-position: top right 6rem;
    background-size: 50%;
    background-repeat: no-repeat;
}
#intro .text_zone {
    text-align: center;
}
#intro .text_zone p {
    font-size: 1.6rem;
}
span.font70 {
    font-size: 3.5rem;
  }
@media screen and (max-width:1280px) {
    #intro .text_zone p {
        font-size: 1.6rem;
    }
    span.font70 {
        font-size: 2rem;
      }
}

@media screen and (max-width:991px) {
    #intro .text_zone p {
        font-size: 1.8rem;
    }
    span.font70 {
        font-size: 3.5rem;
      }
}

@media screen and (max-width:540px) {
    #intro .bg_img_zone {
        padding-top: 4rem;
        background-image: url("../img/concept_bg_img.png");
        background-position: top right 6rem;
        background-size: 50%;
        background-repeat: no-repeat;
    }
    #intro .text_zone p {
        font-size: 1.6rem;
    }
}

/**=================
concept
==================**/
#concept .text_zone p {
    width: 85%;
}

@media screen and (max-width:991px) {
    #concept .text_zone p {
        width: 100%;
        text-align: justify;
    }
    #concept .img_zone {
        margin-top: 2.3rem;
    }
}

/**==================
swiper slide_zone
====================**/
@media screen and (max-width:991px) {
    #gallery .inner_margin p {
        text-align: justify;
    }
}





/**==================
swiper slide_zone
====================**/
.swiper-wrapper {
    height: fit-content;
    cursor: default;
    transition-timing-function: linear;
}
.swiper-slide {
    margin-right: 2rem !important;
}
.slide_zone .slide {
    width: 100% !important;
}
.swiper-wrapper .slide01{
    width: 21rem !important;
    height: auto !important;
    margin-top: 60px;
}
.swiper-wrapper .slide02{
    width: 22rem !important;
    height: auto !important;
}
.swiper-wrapper .slide03{
    width: 24rem !important;
    height: auto !important;
    margin-top: 60px;
}
.swiper-wrapper .slide04 {
    width: 20rem !important;
    height: auto !important;
    margin-top: 30px;
}
.swiper-wrapper img {
    width: 100% !important;
    height: auto !important;
}

/**==================
link_zone
====================**/
.link_zone div {
    margin: auto;
    margin-right: 0;
    text-align: center;
}
.link_zone a:hover img.arrow_img {
    transform: translateX(20px);
    transition: 0.5s ease-in-out;
}
.link_zone a img.sns_img {
    width: 1.1rem;
    height: auto;
    vertical-align: baseline;
    margin-right: 1rem;
}
.link_zone a img.arrow_img {
    width: 3.5rem;
    height: auto;
    vertical-align: baseline;
    margin-left: 1rem;
    margin-bottom: 7px;
}


/**==================
contents
====================**/
#contents .content_list {
    justify-content: space-between;
}
#contents .col-xxl-4 {
    width: 32.8%;
}
#contents .col-xxl-6 {
    width: 49.5%;
}
#contents .content01,
#contents .content02,
#contents .content03 {
    padding: 0;
    display: flex;
    flex-direction: column;
}
#contents .content04,
#contents .content05 {
    padding: 0;
    display: flex;
    flex-direction: row;
    margin-top: 2.3rem;
}
#contents p.subtitle {
    display: inline-block;
    border: 1px solid #fff;
    padding: 0.5rem 3.5rem;
    margin-bottom: 1.5rem;
}
#contents .text_zone {
    padding: 1.5rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#contents .text_zone a {
    margin-top: 1rem;
    font-size: 1rem;
    align-items: center;
    display: flex;
    justify-content: right;
}
#contents .text_zone a:hover::before {
    transform: translateX(20px);
    transition: 0.5s ease-in-out;
}
#contents .text_zone a::before {
    background-color: #fff; 
    content: "";
    height: 1px; 
    width: 60px; 
    margin-right: 30px;
}
#contents .content01 {
    background-color: #83AAB5;
}
#contents .content02 {
    background-color: #B7B7BA;
}
#contents .content03 {
    background-color: #A2A7CB;
}
#contents .content04 {
    background-color: #B5A69F;
}
#contents .content05 {
    background-color: #B6AD89;
}
#contents .content04 .text_zone, 
#contents .content05 .text_zone {
    width: 42rem;
}

@media screen and (max-width:1280px) {
    #contents p.subtitle {
        display: inline-block;
        border: 1px solid #fff;
        padding: 0.5rem 2.5rem;
        margin-bottom: 1.5rem;
    }

    #contents .content04 .text_zone, 
    #contents .content05 .text_zone {
        width: 52rem;
    }
}


@media screen and (max-width:991px) {
    #contents .content_list {
        justify-content: space-between;
        margin-top: 0;
    }
    #contents .col-xxl-4 {
        width: 100%;
    }
    #contents .col-xxl-6 {
        width: 100%;
    }
    #contents .text_zone {
        text-align: left;
    }
    #contents .content01,
    #contents .content02,
    #contents .content03 {
        padding: 0;
        display: flex;
        flex-direction: column;
        margin-top: 2.3rem;
    }
    #contents .content04,
    #contents .content05 {
        padding: 0;
        display: flex;
        flex-direction: column;
        margin-top: 2.3rem;
    }
    #contents .content04 {
        flex-direction: column-reverse;
    }
    #contents .content04 .text_zone, 
    #contents .content05 .text_zone {
        width: 100%;
    }
}

@media screen and (max-width:540px) {

}


/**==================
bnr_zone
====================**/
#bnr_zone {
    position: relative;
}
#bnr_zone .text_zone {
    display: inline-block;
    height: fit-content;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#bnr_zone .text_zone p.big_font {
    color: #fff;
    font-size: 4.7rem;
    line-height: 1.5;
}
#bnr_zone .text_zone p.jost {
    font-size: 1rem;
}

@media screen and (max-width:991px) {
    #bnr_zone .text_zone p.big_font {
        color: #fff;
        font-size: 4.7rem;
        line-height: 1.5;
    }
    #bnr_zone .text_zone p.jost {
        font-size: 1.6rem;
    }
}



/**==================
flow
====================**/
#flow .flowchart {
    display: flex;
    justify-content: space-between;
}
#flow .chart {
    width: 22%;
    padding: 2rem;
    border: 1px solid #fff;
}
#flow .chart img.sns_img {
    width: 1.7rem;
    height: auto;
    vertical-align: sub;
}
#flow .chart p.number {
    color: #B6AD89;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: center;
}
#flow .chart p.number span {
    font-size: 2.8rem;
}
#flow .no01 {
    text-align: center;
}
#flow .chart p:nth-child(2) {
    font-size: 1.2rem;
}

@media screen and (max-width:991px) {
    #flow .flowchart {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
    }
    #flow .chart {
        width: 48%;
        padding: 2rem;
        border: 1px solid #fff;
        margin-top: 2.3rem;
    }
    #flow .chart p.number {
        color: #B6AD89;
        font-size: 2rem;
        line-height: 1.5;
        text-align: center;
    }
    #flow .chart p:nth-child(2) {
        font-size: 1.8rem;
    }
}


/**==================
faq & accordion
====================**/
#faq .title_zone {
    margin-top: 4%;
}
#faq .accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}
#faq .accordion-area li{
    margin: 0;
}
#faq .accordion-area section {
	/*border-top: 1px solid #ccc;*/
    border-bottom: 1px solid #ccc;
}
#faq .question {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    padding: 5%;
    transition: all .5s ease;
}
#faq .question span {
    font-size: 2.5rem;
    vertical-align: sub;
    margin-right: 2rem;
}
#faq .answer {
    color: #B6AD89;
}
#faq .answer span {
    font-size: 2rem;
    margin-right: 2.1rem;
}
#faq .question::before,
#faq .question::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
#faq .question::before{
    top:48%;
    right: 15px;
    transform: rotate(0deg);
    
}
#faq .question::after{    
    top:48%;
    right: 15px;
    transform: rotate(90deg);

}
#faq .question.close::before{
	transform: rotate(0deg);
}

#faq .question.close::after{
	transform: rotate(-0deg);
}
#faq .box {
    display: none;
	margin:0 3% 3% 3%;
    padding: 3%;
    padding-top: 0;
}

@media screen and (max-width:991px) {
    #faq .accordion-area{
        padding-left: 0;
        list-style: none;
        width: 100%;
        max-width: 900px;
        margin:0 auto;
    }
    #faq .accordion-area p {
        text-align: left;
        display: flex;
    }
    #faq .question {
        position: relative;
        cursor: pointer;
        font-weight: bold;
        padding: 5%;
        padding-right: 40px;
        transition: all .5s ease;
    }
}


/**==================
shopinfo
====================**/
#shopinfo {
    justify-content: space-between;
}
#shopinfo .map_zone {
    padding: 0;
}
#shopinfo .map_zone iframe {
    width: 100%;
    height: 20rem;
    filter: grayscale(1);
}

@media screen and (max-width:991px) {
    #shopinfo .text_zone {
        text-align: left;
        margin-top: 2.3rem;
    }
}

/**==================
contact
====================**/
#contact .btn_zone {
    display: flex;
    justify-content: space-between;
}
#contact .btn_img {
    filter: grayscale(0.8);
    width: 49%;
    transition: 0.3s ;
}
#contact .btn_img:hover {
    filter: grayscale(0);
    width: 49%;
    transition: 0.3s;
}

@media screen and (max-width:991px) {
    #contact .btn_zone {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 0;
    }
    #contact .btn_img {
        filter: grayscale(0.8);
        width: 100%;
        transition: 0.3s ;
        margin-top: 2.3rem;
    }
    #contact .btn_img:hover {
        filter: grayscale(0);
        width: 100%;
        transition: 0.3s;
    }
}


/**==================
footer
====================**/
footer {
    position: relative;
}
footer .footer_text {
    overflow: hidden;
    position: absolute;
    top: 0;
}
footer .footer_text .logo_zone {
    margin: auto;
    margin-right: 0;
}
footer .footer_text .outlink_zone {
    justify-content: space-between;
}
footer .footer_text .outlink_zone .uchipen a {
    font-size: 1rem;
    border: 1px solid #fff;
    padding: 0.5rem 2rem;
    float: right;
    margin-top: 1.5rem;
    transition: 0.5s;
}
footer .footer_text .outlink_zone .uchipen a:hover {
    font-size: 1rem;
    border: 1px solid #B6AD89;
    background-color: #B6AD89;
    padding: 0.5rem 2rem;
    float: right;
    margin-top: 1.5rem;
    transition: 0.5s;
}
footer .footer_text .outlink_zone .uchipen a img {
    width: 1rem;
    height: auto;
    vertical-align: text-bottom;
    margin-left: 20px;
}
footer .footer_text .outlink_zone .crane {
    margin-top: 7rem;
}
footer .footer_text .outlink_zone .crane a {
    font-size: 1rem;
    background-color: #BDA100;
    border: 1px solid #BDA100;
    padding: 0.5rem 2rem;
    float: right;
    margin-top: 1.5rem;
    margin-right: 3rem;
}
footer .footer_text .outlink_zone .crane a:hover {
    font-size: 1rem;
    border: 1px solid #fff;
    background-color: #fff;
    color: #BDA100;
    padding: 0.5rem 2rem;
    float: right;
    margin-top: 1.5rem;
    margin-right: 3rem;
}

@media screen and (max-width:991px) {
    footer .footer_text .outlink_zone .uchipen a {
        font-size: 1.8rem;
        border: 1px solid #fff;
        padding: 0.5rem 2rem;
        float: right;
        margin-top: 1.5rem;
        transition: 0.5s;
    }
    footer .footer_text .outlink_zone .uchipen a:hover {
        font-size: 1.8rem;
        border: 1px solid #B6AD89;
        background-color: #B6AD89;
        padding: 0.5rem 2rem;
        float: right;
        margin-top: 1.5rem;
        transition: 0.5s;
    }
    footer .footer_text .outlink_zone .uchipen a img {
        width: 1.8rem;
        height: auto;
        vertical-align: text-bottom;
        margin-left: 20px;
    }
    footer .footer_text .outlink_zone .crane a {
        font-size: 1.8rem;
        background-color: #BDA100;
        border: 1px solid #BDA100;
        padding: 0.5rem 2rem;
        float: right;
        margin-top: 1.5rem;
        margin-right: 0rem;
    }
    footer .footer_text .outlink_zone .crane a:hover {
        font-size: 1.8rem;
        border: 1px solid #fff;
        background-color: #fff;
        color: #BDA100;
        padding: 0.5rem 2rem;
        float: right;
        margin-top: 1.5rem;
        margin-right: 0rem;
    }
}


/**==================
copyright
====================**/
#copyright {
    font-size: 1rem;
    letter-spacing: 5px;
    text-align: center;
}

@media screen and (max-width:991px) {
    #copyright {
        font-size: 1.6rem;
        letter-spacing: 5px;
        text-align: center;
        margin-top: 3.5rem;
        margin-bottom: 3.5rem;
    }
}


/**==================
category_zone
====================**/
#gallery .category_zone {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: 1.2rem;
    display: flex;
    justify-content: center;
}

#gallery .category_zone a {
    line-height: 1.4;
    font-size: 0.8rem;
    padding: 0.2rem ;
    width: 10rem;
    text-align: center;
    border: 0.5px solid #fff; 
    margin: 0 0.5rem;
    transition: 0.5s;
}
#gallery .category_zone a:hover {
    color: #000;
    background-color: #fff;
    transition: 0.5s;
}
#gallery .grid .text_zone {
    margin-top: 1rem;
}
#gallery .grid .text_zone p {
    font-size: 0.8rem;
    text-align: justify;
}
#gallery .grid {
    margin: 0 auto;
    width:100% !important;
}

#gallery .grid-sizer,
#gallery .grid-item {
    width: calc(33.333% - 13.333px); 
    margin-bottom:3rem;
}
#gallery .grid-item img {
    width: 100%;
    height: auto;
}
#gallery .gutter-sizer {
    width: 2%;
}

@media screen and (max-width:991px) {
    #gallery .grid-sizer,
    #gallery .grid-item {
        width: calc(50% - 10px); 
        margin-bottom:1rem;
    }
    #gallery .grid p {
        font-size: 1rem;
    }
    #gallery .category_zone a {
        line-height: 1.4;
        font-size: 1.2rem;
        padding: 0.2rem ;
        width: 13rem;
        text-align: center;
        border: 0.5px solid #fff; 
        margin: 0 0.5rem;
        transition: 0.5s;
    }
    
}

@media screen and (max-width:540px) {
    #gallery .category_zone {
        border-top: 1px solid #707070;
        border-bottom: 1px solid #707070;
        padding: 1.2rem;
        display: flex;
        flex-direction: column;
        justify-content:left;
    }
    #gallery .category_zone a {
        line-height: 1.4;
        font-size: 1.4rem;
        padding: 0.2rem ;
        width: 100%;
        text-align: center;
        border: 0.5px solid #fff; 
        margin: 0 0.5rem;
        margin-bottom: 1rem;
        transition: 0.5s;
    }
}




.lightbox-overlay {
    /* 初期状態では非表示 */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s; /* フェードイン・アウトのアニメーション */
  
    /* オーバーレイの基本スタイル */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* 半透明の背景 */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  /* :target擬似クラスで表示状態を切り替える */
  .lightbox-overlay:target {
    visibility: visible;
    opacity: 1;

  }
  
  .lightbox-content {
    max-width: 90%;
    max-height: 90%;
    overflow: auto; /* 画像がはみ出す場合にスクロール */
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    transform: scale(0.8); /* ポップアップ時の初期サイズ */
    transition: transform 0.3s ease-out;
  }
  
  .lightbox-overlay:target .lightbox-content {
    transform: scale(1); /* ポップアップ時に元のサイズに */
  }
  
  .lightbox-content img {
    display: block; /* 余白をなくす */
    max-width: 100%;
    height: auto;
  }
  
  .lightbox-close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    line-height: 1;
    z-index: 1001; /* 画像より手前に表示 */
  }
  
  .lightbox-close:hover {
    color: #ccc;
  }
  
  /* オーバーレイクリックで閉じるための設定 (HTMLのa href="#_") */
  .lightbox-overlay .lightbox-close-area { /* オーバーレイ全体をクリックで閉じるための要素を別途用意する場合 */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
  }
  



/**==================
cms_zone
====================**/
.error {
    text-align: center;
}