@charset "UTF-8";

/* メニューバーなど */
.bg-nav-bar {
    background: linear-gradient(to bottom right, rgb(230, 194, 189), 40%, rgb(234, 216, 218), 95%, rgb(230, 194, 189));
}

.contact-btn, #informationMain button, #tagsBody button {
    background: -moz-linear-gradient(top left, rgb(106, 70, 22), #d3a15f) !important; 
    background: -webkit-linear-gradient(top left, rgb(106, 70, 22), #c29049) !important; 
    background: linear-gradient(to bottom right, rgb(106, 70, 22), #c29049) !important;
}
.guide_inner_btn.btn-blue {
    background: -moz-linear-gradient(top left, #bda76d, #C7B994) !important; 
    background: -webkit-linear-gradient(top left, #bda76d, #C7B994) !important; 
    background: linear-gradient(top left, #bda76d, #C7B994) !important;
}
.guide_inner_btn.btn-green {
    background: -moz-linear-gradient(top left, #a9a9a8, #CACAC8) !important; 
    background: -webkit-linear-gradient(top left, #a9a9a8, #CACAC8) !important; 
    background: linear-gradient(top left, #a9a9a8, #CACAC8) !important;
}
.guide_inner_btn.btn-red {
    background: -moz-linear-gradient(top left, #9d8455, #c1a470) !important; 
    background: -webkit-linear-gradient(top left, #9d8455, #c1a470) !important; 
    background: linear-gradient(top left, #9d8455, #c1a470) !important;
}
#infomationText {
    color: #585858;
}

.btn_volume {
    background: rgba(0,0,0,0) !important;
}

#tagsTitle {
    color: #585858 !important;
}

#tagsPopupMain {
    padding-top:1em;
    padding-bottom: 1em;
}

#infomationMessage {
    background: linear-gradient(to bottom right, rgb(230, 194, 189), 35%, rgb(234, 216, 218), 75%, rgb(230, 194, 189));
}
#infomationMessage:after {
    border-left: 20px solid rgb(230, 194, 189);
}

.tags-popup-inner, .pdf-popup-inner, .custom-popup-inner, .show-pdf-popup-inner {
    background: linear-gradient(to bottom right, rgb(230, 194, 189), 35%, rgb(234, 216, 218), 75%, rgb(230, 194, 189)) !important;
    color: #585858 !important;
    padding-left: 0.6em;
}

.request-talk {
    display: none;
}
.contact-btn {
    display: block !important;
}
#headMenuArea .request-talk:before, #headMenuArea .contact-btn:before {
    font-size: 1rem;
    content: '問い合わせる';
}

.menu-btn {
    height: 4rem !important;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .youtube iframe {
    width: 100%;
    height: 100%;
  }


  .accordion_one {
    width: 100%;
    margin: 0 auto;
    
  }
  .accordion_one .accordion_header {
    background-color: #fff;
    color: #565656;
    padding: 1em;
    position: relative;
    font-weight: bold;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.2s;
    border-top: solid 1px rgb(230, 194, 189); 
    border-bottom: solid 1px rgb(230, 194, 189); 
  }

  .accordion_one .accordion_header:hover {
    opacity: .8;
  }
  .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 61%;
    right: 3%;
    width: 30px;
    height: 30px;
    border: 1px solid rgb(230, 194, 189);
    margin-top: -20px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
  }
  .accordion_one .accordion_header .i_box .one_i {
    display: block;
    width: 18px;
    height: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
    position: relative;
  }
  .accordion_one .accordion_header.open .i_box {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  .accordion_one .accordion_header .i_box .one_i:before, .accordion_one .accordion_header .i_box .one_i:after {
    display: flex;
    content: '';
    background-color: rgb(230, 194, 189);
    border-radius: 10px;
    width: 18px;
    height: 4px;
    position: absolute;
    top: 7px;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: center center;
  }
  .accordion_one .accordion_header .i_box .one_i:before {
    width: 4px;
    height: 18px;
    top: 0;
    left: 7px;
  }
  .accordion_one .accordion_header.open .i_box .one_i:before {
    content: none;
  }
  .accordion_one .accordion_header.open .i_box .one_i:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .accordion_one .accordion_inner {
    display: none;
    padding: 0 2em;
    /* border-left: 2px solid #db0f2f;
    border-right: 2px solid #db0f2f;
    border-bottom: 2px solid #db0f2f; */
    box-sizing: border-box;
  }
  .accordion_one .accordion_inner .box_one {
    height: auto;
  }
  .accordion_one .accordion_inner p.txt_a_ac {
    margin: 1em 0;
    color: #565656;
  }
  @media screen and (max-width: 1024px) {
    /* .accordion_one .accordion_header {
      font-size: 18px;
    } */
    .accordion_one .accordion_header .i_box {
      width: 25px;
      height: 25px;
      margin-top: -18px;
    }
    .menu-btn {
        height: 3.1rem !important;
    }
  }
  @media screen and (max-width: 767px) {
    /* .accordion_one .accordion_header {
      font-size: 16px;
      text-align: left;
      padding: 15px 60px 15px 15px;
    } */
    .menu-btn {
        height: 3.1rem !important;
    }
  }