@charset "utf-8";
/* CSS Document */
/* フォント */
.zen-old-mincho-regular {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
  }
#main{
    font-family: "Zen Old Mincho", serif;
    color: #2D2F38;
}
/* 汎用 */
.is-sp{
    display: none;
}
.is-sp600{
    display: none;
}
#main h3{
    font-size: 24px;
    text-align: center;
    position: relative;
    border-bottom: none;
    padding-bottom: 40px;
}
#main h3::after{
    position: absolute;
    content: '';
    background: url(../img/title_img.png) center no-repeat;
    background-size: contain;
    width: 26px;
    height: 6px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#main div.contact{
    border-bottom: none;
    border-top: none;
}
@media screen and (max-width: 768px) {
    .is-sp{
        display: block;
    }
    .is-sp600{
        display: none;
    }
}/**/

/* キービジュアル */
.top-img img{
    width: 100%;
}
/* レンタル */
.rental{
    margin-top: 60px; 
}
.rental_img{
    display: block;
    width: 100%;
    margin-bottom: 60px;
}
.rental_img img{
    width: 100%;
}
/* 製品紹介ページ */
.about_btn{
    display: block;
    border: solid 1px #C2A476;
    width: 435px;
    padding: 20px 0;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    color: #2D2F38!important;
    text-decoration: none!important;
    background: #fff;
}
.about_btn img{
    margin-right: 5px;
}
.arrow-icn{
    position: relative;
}
.arrow-icn::before{
    position: absolute;
    content: '';
    background: url(../img/arrow_icn.svg) center no-repeat;
    background-size: contain;
    width: 53px;
    height: 6px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.8s;
}
.arrow-icn:hover:before{
    right: 20px;
}
@media screen and (max-width: 768px) {
    .arrow-icn::before{
        display: none;
    }
}/**/
@media screen and (max-width: 470px) {
    .about_btn{
        width: 90%;
    }
}/**/
/* youtube */
.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 50px;
    margin-bottom: 50px;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
/* contact */
.contact{
    margin-top: 60px; 
}
.contact_text{
    font-size: 32px;
    text-align: center;
}
.contact_box{
    display: flex;
    background: rgba(194,164,118,0.2);
    width: 100%;
    padding: 20px 0;
}
.tel_box, .mail_box{
    text-align: center;
    width: 50%;
}
.mail_box{
    border-left: solid 1px #fff;
}
.tel_title, .mail_title{
    font-size: 18px;
    display: block;
}
.polygon_icn{
    position: relative;
    padding-bottom: 20px;
}
.polygon_icn::before{
    position: absolute;
    content: '';
    background: url(../img/Polygon_icn.svg) center no-repeat;
    background-size: contain;
    width: 11px;
    height: 11px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.tel_link{
    font-size: 32px;
    color: #2D2F38!important;
    text-decoration: none!important;
    display: inline-block;
}
.tel_time{
    display: block;
}
.tel_icn{
    position: relative;
    padding-left: 25px;
}
.tel_icn::before{ 
    position: absolute;
    content: '';
    background: url(../img/tel_icn.svg) center no-repeat;
    background-size: contain;
    width: 22px;
    height: 22px;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.mail_link{
    display: block;
    background: #fff;
    border: solid 1px #C2A476;
    padding: 17px;
    width: 320px;
    margin: 0 auto;
    font-size: 18px;
    color: #2D2F38!important;
    text-decoration: none!important;
}
.arrow-icn02{
    position: relative;
}
.arrow-icn02::before{
    position: absolute;
    content: '';
    background: url(../img/arrow_icn.svg) center no-repeat;
    background-size: contain;
    width: 53px;
    height: 6px;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.8s;
}
.arrow-icn02:hover:before{
    right: 20px;
}
@media screen and (max-width: 768px) {
    .contact_box{
        display: block;
    }
    .tel_box, .mail_box{
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    .tel_box{
        padding-bottom: 20px;
    }
    .mail_box{
        border-left: none;
        border-top: solid 1px #fff;
        padding-top: 20px;
        margin: 0 20px;
    }
    .mail_link{
        width:calc(100% - 40px);
    }
}/**/
/* WiCanvas SCENARIO */
.bg-gray{
    background: #F6F6F6;
}
.wicanvas{
    padding: 60px 0;
}
.wicanvas_text{
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
}

/* FLOW */
.flow{
    margin-top: 60px;
}
.flow_img{
    margin: 0 auto;
    width: 872px;
}
.flow_img img{
    width: 100%;
}
@media screen and (max-width: 959.9px) {
    .flow_img{
        width: 100%;
    }
}/**/

/* よくあるご質問 */
.faq-box{
    margin-top: 100px;
}
.c-text-note{
    font-size: 16px;
    font-weight: 700;
}
.accordion {
    margin: 3em auto;
}
.toggle {
    display: none;
}
.option {
    position: relative;
    width: 700px;
    margin: 0 auto 1em;
}
.title, .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.title {
    background-color: rgba(194,164,118,0.2);
    display: block;
    font-weight: bold;
    display: flex;
    align-items: center;
    min-height: 88px;
    padding: 0 50px;
    cursor: pointer;
    font-size: 16px;
    font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’;
}
.title::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #2D2F38;
    border-right: solid 2px #2D2F38;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}

.content {
    max-height: 0;
    overflow: hidden;
    background-color: rgba(194,164,118,0.2);
    padding: 0 50px;
}
.content p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    font-family: ‘Hiragino Kaku Gothic ProN’, ‘ヒラギノ角ゴ ProN W3’;
    padding: 20px 14px 20px 50px;
}
/*
.toggle:checked + .title{
    background-color: #be001e;
}
*/
.toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1.5s;
}
.toggle:checked + .title::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #2D2F38;
    border-right: solid 2px #2D2F38;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
.q_icn, .a_icn{
    position: relative;
}

.q_icn::before{
    position: absolute;
    content: 'Q.';
    font-family: "Zen Old Mincho", serif;
    top: -7px;
    left: -30px;
    font-size: 20px;
}
.a_icn::before{
    position: absolute;
    content: 'A.';
    font-family: "Zen Old Mincho", serif;
    top: 13px;
    left: 15px;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .option {
        width: 100%;
    }
}/**/


/* telリンク　スマホのみ有効 */
@media (min-width: 751px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
    }