@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (min-width: 768px){
  .sponly{
    display: none!important;
  }
}

@media screen and (max-width: 767px){
  .pconly{
    display: none!important;
  }
}



html{  
  scroll-behavior: smooth;
}



/*  header - Start  */

@media screen and (min-width: 768px){
  .lpheader_20250916{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    position: fixed;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .5);
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, .5);
  }
  .lpheader_20250916 img{
    height: 50px;
  }
}


@media screen and (max-width: 767px) {
  .lpheader_20250916{
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 18.66667vw;
    position: fixed;
    z-index: 100;
    background-color: #fff;
    -webkit-box-shadow: 0 2.66667vw 2.66667vw -1.33333vw rgba(0, 0, 0, .5);
    box-shadow: 0 2.66667vw 2.66667vw -1.33333vw rgba(0, 0, 0, .5);
  }
  .lpheader_20250916 img{
    height: 50px;
  }
}

/*  header -  End   */



/*   body  - Start  */

.lpbody_20250916{
  background-color: #ffffff;
  line-height: 1.6;
}
.lpbody_20250916 section{
  display: inline-block;
}
.lpbody_20250916 section:nth-of-type(odd){
  background-color: rgb(233 218 163 / 45%);
}
.lpbody_20250916 section:nth-of-type(even){
  background-color: #ffffff;
}
.lpbody_20250916 section:nth-of-type(1){
  background-color: transparent;
}
.lpbody_20250916 section:has(.contact-flexbox){
  background-color: transparent;
}
.lpbody_20250916 a{
  color: #333333;
  transition: all 0.3s ease;
}
.lpbody_20250916 a:hover{
  opacity: 0.7;
}


@media screen and (min-width: 768px){
  .lpbody_20250916{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 120px;
  }
  .lpbody_20250916 section{
    width: 100%;
    text-align: center;
    padding: 50px 0;
  }
  .lpbody_20250916 section .section-box{
    width: 80%;
    max-width: 1080px;
    padding-top: 80px;
    margin: -80px auto 0;
  }
  .lpbody_20250916 section .section-box:has(.contact-flexbox){
    margin-bottom: 0!important;
  }
  .lpbody_20250916 section h2{
    font-size: 32px;
  }
  .lpbody_20250916 section h3{
    font-size: 24px;
  }
}


@media screen and (max-width: 767px) {
  .lpbody_20250916{
    width: 100%;
    padding-top: 18.66667vw;
    padding-bottom: 80px;
  }
  .lpbody_20250916 section{
    width: 100%;
    text-align: center;
    padding: 50px 0;
  }
  .lpbody_20250916 section .section-box{
    padding-top: 22.66667vw;
    margin: -22.66667vw auto 0;
  }
  .lpbody_20250916 section .section-box:has(.contact-flexbox){
    margin-bottom: 0!important;
  }
  .lpbody_20250916 section h2{
    font-size: 28px;
    margin-bottom: 30px;
  }
  .lpbody_20250916 section h3{
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/*   body  -  End   */



/*  MV - Start  */

.lpmv_20250916{
  max-width: 100%!important;
  padding: 0!important;
}
.lpmv_20250916 h1{
  line-height: 1;
}
.lpmv_20250916 h1 img.pconly{
  width: 1440px;
}


@media screen and (max-width: 767px) {
  .lpmv_20250916{
    width: 100vw;
    margin-top: 0!important;
    padding-top: 0!important;
  }
}

/*  MV -  End   */



/*  Contents - Start  */

@media screen and (min-width: 768px) {
  .lpbody_20250916 section h2{
    margin-bottom: 30px;
  }
  .lpbody_20250916 .contact-box .contact-flexbox{
    display: flex;
    justify-content: space-between;
  }
  .lpbody_20250916 .contact-box .contact-flexbox .contact-block{
    width: 31%;
  }
  .lpbody_20250916 .contact-box .contact-flexbox .contact-block img{
    border-radius: 8px;
    transition: all 0.3s ease;
  }
  .lpbody_20250916 .contact-box .contact-flexbox .contact-block img:hover{
    filter: brightness(80%);
    transform: scale(1.05);
  }

  .lpbody_20250916 section .lp-question-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lpbody_20250916 section .lp-question-box .method-block{
    width: 31%;
    margin-bottom: 20px;
  }
  .lpbody_20250916 section .lp-question-box .method-block img{
    transition: all 0.3s ease;
  }
  .lpbody_20250916 section .lp-question-box .method-block img:hover{
    filter: brightness(80%);
    transform: scale(1.05);
  }

  .lpbody_20250916 section .list-box{
    border: 3px solid #6d6d6d;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 20px;
    /* background-color: #ffffff; */
  }
  .lpbody_20250916 section .list-box h3{
    margin-bottom: 15px;
  }
  .lpbody_20250916 section .list-box .list-content{
    display: flex;
    align-items: flex-start;
  }
  .lpbody_20250916 section .list-box .list-content img{
    width: 50%;
    margin-right: 2%;
  }
  .lpbody_20250916 section .list-box .list-content div{
    width: 48%;
    text-align: left;
  }
  .lpbody_20250916 section .list-box:nth-child(odd) .list-content{
    flex-direction: row-reverse;
  }
  .lpbody_20250916 section .list-box:nth-child(odd) .list-content img{
    margin-left: 2%;
    margin-right: 0;
  }

  .lpbody_20250916 section .list-box .list-content .list-content-merit3{
    display: block;
    width: 50%;
    text-align: center;
    background: #917748;
    color: #ffffff;
    border-radius: 15px;
    margin: auto;
    padding: 20px 50px;
    text-decoration: none;
    font-weight: bold;
  }
  .lpbody_20250916 section .list-box .list-content .list-content-merit3:hover{
    background: #ffffff;
    color: #917748;
    border-radius: 15px;
    border: 1px solid #917748;
    font-weight: bold;
  }

  .lpbody_20250916 section .section-box .brand-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .lpbody_20250916 section .section-box .brand-box .brand-block{
    display: flex;
    width: 251px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    padding: 10px;
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #ffffff;
  }
  .lpbody_20250916 section .section-box .brand-box .brand-block p{
    width: 58%;
    font-weight: bold;
    line-height: 1.2;
  }
  .lpbody_20250916 section .section-box .brand-box .brand-block img{
    width: 40%;
  }
  .lpbody_20250916 section .section-box .brand_caution{
    font-size: 14px;
    text-align: right;
  }

  .lpbody_20250916 section .section-box .category-box{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 22px;
  }
  .lpbody_20250916 section .section-box .category-box .category-block{
    display: flex;
    width: 345px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #333;
    border-radius: 5px;
  }
  .lpbody_20250916 section .section-box .category-box .category-block p{
    width: 58%;
    font-weight: bold;
    line-height: 1.2;
  }
  .lpbody_20250916 section .section-box .category-box .category-block p span{
    font-size: 14px;
    color: #919191;
  }
  .lpbody_20250916 section .section-box .category-box .category-block img{
    width: 40%;
  }

  .lpbody_20250916 section .review-box{
    width: 70%;
    margin: auto;
  }
  .lpbody_20250916 section .review-box .review-block{
    display: flex;
    margin-bottom: 30px;
  }
  .lpbody_20250916 section .review-box .review-block:nth-child(odd){
    flex-direction: row-reverse;
  }
  .lpbody_20250916 section .review-box .review-block:nth-child(odd) .review-detail::before{
    left: auto;
    right: -28px;
    border-color: transparent transparent transparent #c0a64e;
  }
  .lpbody_20250916 section .review-box .review-block .reviewer{
    width: 20%;
  }
  .lpbody_20250916 section .review-box .review-block .reviewer img{
    display: block;
    width: 29%;
    margin: auto;
  }
  .lpbody_20250916 section .review-box .review-block .review-detail{
    width: 80%;
    position: relative;
    align-self: start;
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
    background-color: #c0a64e;
    padding: 16px;
    border-radius: 8px;
  }
  .lpbody_20250916 section .review-box .review-block .review-detail::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 5px;
    border-width: 15px;
    border-style: solid;
    border-color: transparent #c0a64e transparent transparent;
  }

  .lpbody_20250916 section .kaitorimethod-box{
    display: flex;
    justify-content: space-between;
  }
  .lpbody_20250916 section .kaitorimethod-box .method-block{
    width: 31%;
  }
  .lpbody_20250916 section .kaitorimethod-box .method-block img{
    transition: all 0.3s ease;
  }
  .lpbody_20250916 section .kaitorimethod-box .method-block img:hover{
    filter: brightness(80%);
    transform: scale(1.05);
  }
  .lpbody_20250916 section .list-box .method-detail .method-contact{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
  }
  .lpbody_20250916 section .list-box .method-detail .method-contact .method-contact-block{
    width: 31%;
  }
  .lpbody_20250916 section .list-box .method-detail .method-contact .method-contact-block img{
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 8px;
  }
  .lpbody_20250916 section .list-box .method-detail .method-contact .method-contact-block img:hover{
    filter: brightness(80%);
    transform: scale(1.05);
  }

  .lpbody_20250916 section .store-infomation{
    display: flex;
    margin-bottom: 25px;
  } 
  .lpbody_20250916 section .store-infomation img{
    width: 50%;
    margin-right: 2%;
  }
  .lpbody_20250916 section .store-infomation div{
    width: 48%;
    text-align: left;
  }
}


@media screen and (max-width: 767px) {
  .lpbody_20250916 section .list-box{
    margin-bottom: 25px;
    /* background-color: #ffffff; */
  }
  .lpbody_20250916 section .list-box .list-content{
    text-align: left;
  }
  .lpbody_20250916 section .list-box .list-content div p{
    width: 95%;
    margin: auto;
  }
  .lpbody_20250916 section .list-box .list-content img{
    margin-bottom: 10px;
  }
  .lpbody_20250916 .contact-box .contact-flexbox{
    width: 95%;
    margin: auto;
  }

  .lpbody_20250916 section .lp-question-box{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .lpbody_20250916 section .lp-question-box .method-block{
    width: 49%;
    margin-bottom: 10px;
  }

  .lpbody_20250916 section .kaitorimethod-box{
    width: 95%;
    margin: auto;
  }

  .lpbody_20250916 section .section-box .brand-box{
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
  }
  .lpbody_20250916 section .section-box .brand-box .brand-block{
    display: flex;
    width: 49%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #333;
    border-radius: 5px;
    background-color: #ffffff;
  }
  .lpbody_20250916 section .section-box .brand-box .brand-block p{
    width: 58%;
    font-weight: bold;
    line-height: 1.4;
  }
  .lpbody_20250916 section .section-box .brand-box .brand-block img{
    width: 40%;
  }
  .lpbody_20250916 section .section-box .brand_caution{
    font-size: 14px;
    text-align: right;
  }
  
  .lpbody_20250916 section .section-box .category-box{
    width: 96%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
  }
  .lpbody_20250916 section .section-box .category-box .category-block{
    display: flex;
    width: 49%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #ffffff;
    border: 1px solid #333;
    border-radius: 5px;
  }
  .lpbody_20250916 section .section-box .category-box .category-block p{
    width: 58%;
    font-weight: bold;
    line-height: 1.2;
  }
  .lpbody_20250916 section .section-box .category-box .category-block p span{
    font-size: 12px;
    color: #919191;
  }
  .lpbody_20250916 section .section-box .category-box .category-block img{
    width: 40%;
  }
  
  .lpbody_20250916 section .review-box{
    width: 98%;
    margin: auto;
  }
  .lpbody_20250916 section .review-box .review-block{
    margin-bottom: 30px;
  }
  .lpbody_20250916 section .review-box .review-block .reviewer{
    margin-bottom: 15px;
  }
  .lpbody_20250916 section .review-box .review-block .reviewer img{
    display: block;
    width: 29%;
    margin: auto;
  }
  .lpbody_20250916 section .review-box .review-block .review-detail{
    text-align: left;
    font-weight: bold;
    line-height: 1.4;
    background-color: #c0a64e;
    padding: 10px;
    border-radius: 8px;
  }

  .lpbody_20250916 section .list-box .method-detail .method-contact{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 50px;
  }
  .lpbody_20250916 section .list-box .method-detail .method-contact .method-contact-block{
    width: 31%;
  }
  .lpbody_20250916 section .list-box .method-detail .method-contact .method-contact-block img{
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 5px;
  }
  .lpbody_20250916 section .list-box .method-detail .method-contact .method-contact-block img:hover{
    filter: brightness(80%);
    transform: scale(1.05);
  }
  
  .lpbody_20250916 section .store-infomation{
    margin-bottom: 25px;
  }
  .lpbody_20250916 section .store-infomation img{
    margin-bottom: 20px;
  }
  .lpbody_20250916 section .store-infomation div{
    text-align: left;
    margin-left: 5px;
  }

  .lpbody_20250916 section .list-box .list-content .list-content-merit3{
    display: block;
    width: 80%;
    text-align: center;
    background: #917748;
    color: #ffffff;
    border-radius: 15px;
    margin: auto;
    padding: 20px 50px;
    text-decoration: none;
    font-weight: bold;
  }
  .lpbody_20250916 section .list-box .list-content .list-content-merit3:hover{
    background: #ffffff;
    color: #917748;
    border-radius: 15px;
    border: 1px solid #917748;
    font-weight: bold;
  }
}


.lpbody_20250916 section p{
  font-weight: 600;
}
.lpbody_20250916 section p .lp_emptxt_0916{
  font-size: 22px!important;
  color: #ff0000;
}
.lpbody_20250916 section .accordion{
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.lpbody_20250916 section .ac-item + .ac-item{
  border-top: 1px solid #eee;
}
.lpbody_20250916 section .ac-trigger{
  width: 100%;
  text-align: left;
  background: #fff;
  border: 0;
  padding: 16px 48px 16px 16px;
  font-size: 16px;
  font-weight:600;
  color: #000000;
  cursor: pointer;
  position: relative;
}
.lpbody_20250916 section .ac-trigger:focus-visible{
  outline: 2px solid #917748; outline-offset:2px;
}
.lpbody_20250916 section .ac-trigger::after{
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  color: #917748;
}
.lpbody_20250916 section .ac-panel{
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.28s ease;
  background: #fef8e8;
}
.lpbody_20250916 section .ac-panel-inner{
  text-align: left;
  color: #333;
  font-weight: 600;
  line-height: 1.6;
  padding: 12px 16px 16px;
  border-top: 1px solid #eadfcc;
}
.lpbody_20250916 section .ac-item.is-open .ac-trigger::after {
  content: "−";
}

/*  Contents -  End   */



/*  Footer - Start  */
.lpfooter_20250916{
  background-color: #f5f5f5;
  text-align: center;
  padding: 50px;
}
.lpfooter_20250916 .ft_info img{
  width: 10%;
}
.lpfooter_20250916 .ft_info div{
  display: flex;
  justify-content: center;
}
.lpfooter_20250916 .ft_info div span{
  width: 10%;
  display: inline-block;
}
.lpfooter_20250916 .ft_info div span a{
  color: #333333;
  text-decoration: none;
  transition: all 0.3s ease;
}
.lpfooter_20250916 .ft_info div span a:hover{
  opacity: 0.6;
}


@media screen and (max-width: 767px) {
  .lpfooter_20250916 .ft_info img{
    width: 60%;
  }
  .lpfooter_20250916 .ft_info div{
    display: block;
  }
  .lpfooter_20250916 .ft_info div span{
    width: 100%;
    display: block;
  }

  .lpfooter_20250916 .ft_nav{
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: rgb(138 138 139 / 90%);
    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 5px rgba(0,0,0,0.1);
    z-index: 9999;
  }
  .lpfooter_20250916 .ft_nav .ft_nav_box{
    display: flex;
    justify-content: space-around;
  }
  .lpfooter_20250916 .ft_nav .ft_nav_box div{
    width: 31%;
  }
  .lpfooter_20250916 .ft_nav .ft_nav_box div a{
    display: inline-block;
    line-height: 0;
  }
  .lpfooter_20250916 .ft_nav .ft_nav_box div a img{
    display: block;
  }
}

/*  Footer -  End   */