.en{
    font-family:"Arial Black";
}
.ja{
    font-family: "Noto Sans Japanese";
}
.pb{
    padding-bottom: 200px;
}
#mainvisual {
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 35px);
    margin-top: -110px;
}

#mainvisual02 {
    background-image: url(../images/main02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: calc(100vh);
}
.overlay::before{
    content:'';
    background-color: rgb(0,0,0,.5);
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.first-view-text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 15px;
}
.first-view-text p{
    color:#fff;
    font-size: 1.3rem;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 10px;
}
#first-view .first-view-text h2{
    max-width: 270px;
    margin: auto;
}
.first-view-text h2 img.fvlogo{
    width:100%;
}
.first-view-text h2 span{
    color: #fff;
    font-size: 1.5rem;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    font-weight: bold;
}
.first-view-text h2.fvlogo span{
    margin-top: 20px;
}
.first-view-text h2 img.aboutlogo{
    width:80%;
}
.first-view-text h2.aboutlogo{
    display: flex;
    max-width: 320px;
    margin: auto;
}
.first-view-text h2.aboutlogo span{
    margin-top: 0;
    align-self: end;
    margin-left: 10px;
    line-height: 1;
}
.first-view-text h3{
    color:#fff;
    font-size: 2.5rem;
    letter-spacing: 2px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.scrolldown2 {
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    z-index: 2;
}
.scrolldown2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
    animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@-webkit-keyframes circlemove {
  0% {
    bottom:100px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom:100px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scrolldown2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2px;
    height: 100px;
    background: #fff;
}
.scrolldown2 span {
    position: absolute;
    left: -28px;
    top: -130px;
    color: #fff;
    font-size: .99rem;
    letter-spacing: 0.1em;
}
#about .first-view-text p{
    font-size: 1rem;
}
#about .first-view-text p span{
    font-size: 1.4rem;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    margin: 10px 0;
    display: inline-block;
}
#about .margin{
    margin-top: 80px;
}
#about .bg{
    background-repeat: no-repeat;
    background-size:60%;
    padding: 17.5vw 0;
}
#about .bg.left{
    background-position: left;
}
#about .bg.right{
    background-position:right;
}
#about .bg.bg01{
    background-image: url(../images/about01.jpg);
}
#about .bg.bg02{
    background-image: url(../images/about02.jpg);
}
#about .bg.bg03{
    background-image: url(../images/about03.jpg);
}
#about .box{
    background-color: #1e2c2d;
    padding: 0% 0% 0% 7%;
    width: 45%;
    margin-top: -28%;
    height: 63vh;
    display: flex;
    align-items: center;
}
#about .box.right{
    margin-left: auto;
}
#about .box.left{
    margin-right: auto;
}
#about .box h4{
    color: #fff;
    margin-bottom: 5px;
    font-size: 1.9rem;
    font-weight: 900;
    letter-spacing: 2px;
}
#about .box span{
    color:#85917d;
    font-size: 1rem;
}
#about .box p{
    color: #fff;
    margin-top: 40px;
    line-height:2.8;
    font-size: 1rem;
    font-weight: 700;
}
#about .about-cont{
    margin-bottom: 80px;
}
#about .logsauna h4 img{
    width: 53%;
}
#about .logsauna .img{
    max-width: 700px;
    margin: 0 auto;
    margin-top: 100px;
}
#about .logsauna .img img{
    width: 100%;
}
#gallery .bg,
#flow .bg,
#contact .bg{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 200px 0;
}
#gallery .bg::before,
#flow .bg::before,
#contact .bg::before{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    content:'';
    background-color: rgb(0,0,0,.5);
}
#gallery .bg{
    background-image: url(../images/galleryBg.jpg);
}
.head{
    text-align: center;
}
.head h2{
    text-align: center;
    font-size: 2.5rem;
    letter-spacing: 2px;
}
#gallery .head h2{
    color: #fff;
}
#gallery .head p{
    color: #fff;
}
.head p{
    font-size:1.3rem;
    letter-spacing: 2px;
}
#gallery .box{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#gallery .box article{
    position: relative;
    display: block;
    margin-right: 40px;
    width: 28%;
    margin-bottom: 40px;
}
#gallery .box article::after{
    content:'';
    position: absolute;
    top:10px;
    left:10px;
    width: 100%;
    height: 100%;
    background-color:#918f8fb8;
}
#gallery .box article:nth-of-type(3n){
    margin-right: 0;
}
#gallery .box article:nth-of-type(4),
#gallery .box article:nth-of-type(5),
#gallery .box article:nth-of-type(6){
    margin-bottom:0;
}
#gallery .box article a{
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
}
#gallery .box article img{
    width:100%;
    height: auto;
    transition: .5s all;
}
#gallery .box article img:hover{
    transform:scale(1.2,1.2);
    transition: .5s all;
}
#gallery .test{
    pointer-events: none;
}
.margin-top{
    margin-top: 200px;
}
#spec .box{
    display:flex;
    position: relative;
    margin-top: 50px;
    padding: 0 20px;
    flex-wrap: wrap;
}
#spec .box.top::before{
    content:'';
    border-right: 1px solid #949494;
    position: absolute;
    top:0;
    left: 0;
    width: 50%;
    height: 100%;
}
#spec .box .left,
#spec .box .right{
    width: 50%;
}
#spec .box img{
    width: 100%;
    max-width: 750px;
    margin: auto;
    display: block;
    height: auto;
}
#spec table{
    width: 90%;
    margin: auto;
}
#spec table th h3{
    text-align: left;
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1;
}
#spec table th{
    text-align: center;
    width: 30%;
    padding: 18px 0;
    border-bottom: 3px solid #1e2c2d;
    vertical-align: top;
    font-size: 1rem;
    font-family: "Noto Sans Japanese";
}
#spec table td{
    width: 70%;
    padding: 18px 0 18px 30px;
    border-bottom: 1px solid #cecece;
    color: #8c8c8c;
    font-size: 1rem;
    font-family: "Noto Sans Japanese";
    text-align: justify;
}
.summary p{
    width: 90%;
    margin: 30px auto 0;
    text-align: justify;
}
.summary p span{
    font-size: .9rem;
    display: block;
    margin-bottom: 10px;
    font-family: "Noto Sans Japanese";
}
.summary p span.big{
    font-size: .94rem;
    font-weight: 700;
}
#option .head div,
#custom .head div{
    color: #000;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: 500;
    margin-top: 50px;
    font-family: "Noto Sans Japanese";
}
#option .head p {
    margin-top: 20px;
}
#option .head p span {
    font-size: .9rem;
    display: block;
    font-family: "Noto Sans Japanese";
}
#option .box{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px;
}
#option .box h3{
    font-size: 1.6rem;
    color:#1e2c2d;
    font-weight: 800;
    border-bottom: 2px solid #cecece;
    padding-bottom: 10px;
    position: relative;
}
#option .box h3::after {
    content: '';
    border-bottom: 2px solid #1e2c2d;
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    width: 100px;
}
#option .box p{
    margin-bottom: 20px !important;
    font-size: 1.3rem;
    color:#000;
    position: relative;
    padding-left:25px;
}
#option .box p::before{
    content:'●';
    color:#000;
    position: absolute;
    left: 0;
    top:0;
}
.w-100{
    width: 100%;
}
#option .box .half{
    width: 49%;
}
#option .box .flexBox{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#option .box figure{
    position: relative;
    display: block;
    width: 48%;
    padding: 0;
    margin-bottom: 30px;
}
#option .box figure img{
    width:100%;
    height: auto;
}
#option .box figure .tag{
    position: absolute;
    left: 10px;
    top:10px;
    padding: 5px 0;
    width: 130px;
    text-align: center;
    font-size: 1rem;
    color:#fff;
    border-radius:15px;
    border: 1px solid #fff;
}
#option .box figure .tag.method{
    background-color: #1e2c2d;
}
#option .box figure .tag.option{
    background-color: #4c0000;
}
.option figcaption{
    padding: 0 5px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.option figcaption.method{
    background-color: #1e2c2d;
}
.option figcaption.option{
    background-color: #4c0000;
}
.option figcaption h4{
    margin-bottom: 0;
    text-align: center;
    color:#fff;
    font-family: "Noto Sans Japanese";
    font-size: .9rem;
}
.option figcaption span{
    text-align: center;
    color:#fcffb0;
    font-family: "Noto Sans Japanese";
    font-size: .9rem;
    font-weight: 700;
}
#custom .box{
    margin-top: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 50px;
}
#custom .box .left,
#custom .box .right{
    width: 50%;
}
#custom .box .left img{
    width: 100%;
    vertical-align: bottom;
}
#custom .box .left .bottom{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
#custom .box .left .bottom .img{
    width: 31%;
}
.simulator{
    width: 90%;
    margin: auto;
}
.simulator h3{
    font-size: 1.2rem;
    margin-bottom: 15px;
    line-height: 1;
    font-weight: 800;
    padding: 15px 0 15px 15px;
    border-left: 7px solid #1e2c2d;
    border-bottom: 1px solid #1e2c2d;
}
.simulator h4{
    font-weight: 800;
    border-bottom: 1px solid #cecece;
    position: relative;
    padding-bottom: 10px;
}
.simulator h4::after{
    content: '';
    border-bottom: 2px solid #1e2c2d;
    position: absolute;
    bottom:-0.1rem;
    left: 0;
    width: 100px;
}
.section-radio,
.section-check,
.section-select {
    margin-bottom: 30px;
}
.radio,
.check,
.transport {
    cursor: pointer;
    position: relative;
}
.radio {
    padding-left: 30px;
    font-size: .9rem;
    color: #000;
}
.attention{
    text-align: justify;
    font-size: .9rem;
    margin-top: 15px;
    color: #000;
    line-height: 2;
}
.radio::before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #8c8c8c;
}
.radio.checked::before {
    background: #333;
}
.stove .radio .text,
.bench .radio .text {
    display: flex;
    margin-bottom: 10px;
}
.stove .radio .text p,
.bench .radio .text p{
    font-size: .9rem;
    color:#000;
    margin-bottom: 0;
    margin-right: 15px;
    align-self: center;
}
.stove h5{
    color:#fff;
    font-size: .7rem;
    padding: 5px;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 0;
    width: 100px;
}
.stove h5{
    background-color: #1e2c2d;
}
select.transport {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #fff;
    height: 50px;
    border: 1px solid #333;
    color: #757575;
    font-size: 1rem;
}
.price-color{
    color:#970f0f !important;
}
.price-color.left{
    margin-left: 15px;
}
.price-color0{
    color:#053d1b !important;
}
.item{
    margin-bottom: 80px;
}
input.result {
    background: #fff;
    border: none;
    padding: 0;
    text-align: end;
    font-size: 2rem;
    color: #333;
    letter-spacing: 3px;
    font-weight: 800;
    font-family: "Noto Sans Japanese";
    border-bottom: 2px solid #333;
    height: 60px;
    padding-bottom: 10px;
}
a.orderBtn{
    max-width: 400px;
    width: 95%;
    margin: 100px auto 0;
    padding: 30px 0;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    background-color: #1e2c2d;
    display: block;
    border-radius: 5px;
}
a.orderBtn:hover{
    font-family: "Noto Sans Japanese";
    opacity: .8;
    transition: all .3s;
}
#flow .head h2{
    color: #fff;
}
#flow .head p{
    color: #fff;
}
#flow .bg{
    background-image: url(../images/flowBg.jpg);
}
#flow .wrap{
    max-width: 600px;
    margin: 100px auto 0;
}
#flow .box{
    border-left: 1px solid #fff;
    padding-left: 50px;
    padding-bottom: 80px;
    position: relative;
}
#flow .box:last-child{
    padding-bottom:0;
}
#flow .box h3{
    color:#fff;
    font-weight: 800;
}
#flow .box p{
    color:#fff;
    font-weight: 500;
    font-size: 1.1rem;
    letter-spacing: 1px;
    margin-bottom: 0;
}
#flow .box span{
    background: #fff;
    display: block;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: -10px;
    left: -25px;
    line-height: 50px;
    font-size: 1.3rem;
    font-family: "Noto Sans Japanese";
    font-weight: 800;
}
#howto .box{
    margin-top: 100px;
    text-align: center;
}
#howto .bg{
    background-image: url(../images/howto.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1200px;
    margin: auto;
    height: 40vh;
    position: relative;
}
#howto .position{
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 100%;
}
#howto .position h2{
    color: #fff;
    position: relative;
    font-size: 2rem;
    line-height: 2.3;
    font-weight: 800;
}
#howto .position a{
    color: #fff;
    padding: 20px 0;
    width: 100%;
    max-width: 300px;
    border: 1px solid #fff;
    display: block;
    margin: auto;
    position: relative;
    font-weight: 600;
}
#howto .position a::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -3px;
}
#howto .position a:hover{
    font-family: "Noto Sans Japanese";
    background-color: #fff;
    color:#333;
}
#howto .position a:hover::before{
    border-top: solid 1px #333;
    border-right: solid 1px #333;
}
#faq .box{
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
}
.qa-list dl {
    position: relative;
    margin: 0;
    padding:0;
    cursor: pointer;
    border-bottom: 1px solid #bcc1b8;
    border-right: 1px solid #bcc1b8;
}
.qa-list dl:first-child {
    border-top: 1px solid #bcc1b8;
}
.qa-list dl::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 30px;
    right: 35px;
    margin-top: -3px;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt{
    display: flex;
}
.qa-list dl dt,
.qa-list dl dd {
    position: relative;
    display: flex;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
}
.qa-list dl dt span,
.qa-list dl dd span{
    display: block;
    width: 100%;
    max-width: 70px;
    text-align: center;
    padding: 20px 0;
    color:#fff;
    font-weight: 800;
    font-size: 2rem;
    align-self: center;
}
.qa-list dl dt span{
    background:#85917d;
}
.qa-list dl dd span{
    background:#cbd4c5;
}
.qa-list dl dt p,
.qa-list dl dd p{
    align-self: center;
    margin-left: 50px;
    font-size: 1.1rem;
    font-weight:500;
    font-family: "Noto Sans Japanese";
    padding: 20px 30px 20px 0 !important;
}
.qa-list dl dd {
    border-top: 1px solid #bcc1b8;
}
#contact .bg{
    background-image: url(../images/contact.jpg);
}
#contact .head h2{
    color:#fff;
}
#contact .head p{
    color:#fff;
}
#contact .tel{
    margin-top: 80px;
    text-align: center;
}
#contact .tel p{
    margin-bottom:20px;
    font-size: 1rem;
    font-weight: 600;
    color:#fff;
}
#contact .tel p.name{
    font-size: 1.2rem;
    margin-top: 10px;
}
#contact .tel h3{
    font-size: 3rem;
    font-weight: 800;
    padding-left: 30px;
    position: relative;
    color:#fff;
    padding: 0;
    margin: 0;
    line-height: 1;
    display: inline-block;
}
#contact .tel h3::before{
    content:'';
    background-image: url(../images/tel-icon.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    left: -45px;
    top: 8px;
}
#contact .tel span{
    font-size: .9rem;
    font-weight: 500;
    color:#fff;
    display: block;
}
#contact a{
    color: #fff;
    padding: 20px 0;
    width: 100%;
    max-width: 300px;
    border: 1px solid #fff;
    display: block;
    margin: 80px auto 0;
    position: relative;
    font-weight: 600;
    text-align: center;
    font-size: .9rem;
}
#contact a::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -3px;
}
#contact  a:hover{
    font-family: "Noto Sans Japanese";
    background-color: #fff;
    color:#333;
}
#contact a:hover::before{
    border-top: solid 1px #333;
    border-right: solid 1px #333;
}
@media (max-width: 1570px){
    #about .logsauna {
        margin-top: -7.1%;
    }
}
@media (max-width: 1199px){
    #first-view .first-view-text h2 {
        max-width: 200px;
    }
    #about .logsauna {
        margin-top: -5.9%;
    }
    #about .logsauna h4 img{
        width: 44%;
    }
    #about .box{
        padding: 0% 6%;
        width: 55%;
        height: 55vh;
    }
    #about .box h4{
        font-size: 1.7rem;
    }
    #about .box span{
        font-size: .8rem;
    }
    #about .box p{
        line-height:2.7;
        font-size: .9rem;
        text-align: justify;
    }
    #gallery .bg,
    #flow .bg,
    #contact .bg{
        background-attachment:scroll;
    }
    #custom .box .left,
    #custom .box .right {
        width: 100%;
    }
    #faq .box {
        padding: 0 20px;
    }
    .option figcaption h4 {
        font-size: .7rem;
    }
    .item {
        margin-top: 80px;
    }
    .simulator {
        width: 100%;
    }
}
@media (max-width: 1024px){
    #mainvisual {
        height: calc(100vh - 71px);
        margin-top: 0px;
    }
    .about-cont .box .wrap h4 br,
    .first-view-text p br{
        display:block;
    }
    #spec table th h3 {
        font-size: 1.4rem;
    }
    #spec table td{
        font-size: .9rem;
    }
    .en{
        font-family: "Arial";
    }
}
@media (max-width: 991px){
    #about .bg {
        background-size: 95%;
    }
    #about .box {
        margin-top: -15%;
        padding:10%;
        width: 95%;
        height: auto;
        background-color: #1e2c2dd1;
    }
    #about .logsauna {
        margin-top: 0;
    }
    #about .logsauna h4 {
        margin-top: 50px;
        width: 95%;
        margin-left: auto;
    }
    #about .logsauna h4 img {
        width: 100%;
        max-width: 500px;
    }
    #about .logsauna .img img {
        width: 95%;
        margin-left: auto;
        display: block;
    }
    #gallery .box article{
        margin-right: 30px;
        width: 44%;
        margin-bottom: 30px;
    }
    #gallery .box article::after{
        top:10px;
        left:10px;
    }
    #gallery .box article:nth-of-type(2n){
        margin-right: 0;
    }
    #gallery .box article:nth-of-type(3){
        margin-right:30px;
    }
    #gallery .box article:nth-of-type(4){
        margin-bottom:30px;
    }
    #option .box .half {
        width: 100%;
    }
    .spMt{
        margin-top: 100px;
    }
    #option .head div, 
    #custom .head div {
        font-size: 1rem;
        padding: 0 20px;
    }
}
@media (max-width: 767px){
    .first-view-text h3 {
        font-size: 2rem;
    }
    #about .first-view-text p {
        font-size: .85rem;
        line-height: 2;
    }
    #spec .box .left,
    #spec .box .right{
        width: 100%;
    }
    #spec .box.top::before{
        content:none;
    }
    #flow .wrap {
        width: 100%;
        padding: 0 20px 0 40px;
    }
    #flow .box {
        padding-left: 40px;
        padding-bottom: 60px;
    }
    #flow .box p {
        font-size: 1rem;
    }
    .qa-list dl dt span, .qa-list dl dd span {
        max-width: 60px;
        padding: 30px 0;
    }
}
br.sp{
    display: none;
}
@media (max-width: 575px){
    br.sp{
        display:block;
    }
    #first-view .first-view-text {
        top: 45%;
    }
    .first-view-text h2 {
        max-width: 150px;
        padding-top: 5px;
    }
    .first-view-text h2.aboutlogo {
        display: block;
    }
    .first-view-text h2.aboutlogo span {
        margin-top: 15px;
        margin-left: 0;
    }
    .first-view-text h3 {
        font-size: 1.5rem;
    }
    .first-view-text p {
        font-size: 1rem;
    }
    .scrolldown2:after {
        height: 90px;
    }
    @keyframes circlemove {
      0% {
        bottom:90px;
      }
      100% {
        bottom: -5px;
      }
    }
    #about .box h4 {
        font-size: 1.2rem;
    }
    #about .box p {
        line-height: 2.5;
        font-size: .85rem;
        margin-top: 20px;
    }
    #about .logsauna h4 {
        font-size: 2.9rem;
    }
    #gallery .box,
    #option .box {
        padding: 0 20px;
    }
    #gallery .box article {
        margin-right: 0;
        width: 100%;
    }
    #gallery .box article:nth-of-type(3) {
        margin-right: 0;
    }
    #gallery .box article:nth-of-type(5){
        margin-bottom: 30px;
    }
    #spec table td {
        font-size: .7rem;
    }
    #custom .box {
        padding: 0 20px;
    }
    .price-color.left {
        margin-left: 0;
        display: block;
    }
    .radio {
        font-size: .8rem;
    }
    .radio::before {
        top: 5px;
        transform: none;
        -webkit-transform: none;
        -ms-transform: unset;
    }
    .stove .radio .text, 
    .bench .radio .text {
        display: block;
    }
    .stove .radio .text p, 
    .bench .radio .text p {
        font-size: .8rem;
    }
    #flow .box p {
        font-size: .9rem;
    }
    .qa-list dl dt p,
    .qa-list dl dd p {
        margin-left: 20px;
        font-size: .8rem;
        padding: 15px 30px 15px 0 !important;
    }
    .qa-list dl::before {
        right: 15px;
    }
    .qa-list dl dt span,
    .qa-list dl dd span {
        font-size: 1.3rem;
    }
    #contact .tel {
        margin-top: 40px;
        padding: 0 20px;
    }
    #contact .tel p {
        font-size: .8rem;
    }
    #contact .tel h3 {
        font-size: 1.8rem;
    }
    #contact .tel h3::before {
        width: 25px;
        height: 25px;
        left: -35px;
        top: 5px;
    }
    .margin-top {
        margin-top: 100px;
    }
    .pb {
        padding-bottom: 100px;
    }
}
@media (max-width: 480px){
    .stove .radio,
    .bench .radio {
        width: 100%;
    }
    #howto .position h2 {
        font-size: 1.7rem;
        line-height: 2;
    }
    .qa-list dl dt p,
    .qa-list dl dd p {
        font-size: .8rem;
    }
    #about .logsauna h4 {
        font-size: 2rem;
    }
    #option .box figure {
        width: 100%;
    }
    .option figcaption {
        padding: 20px 5px;
        height: auto;
    }
    .option figcaption h4 {
        font-size: 1rem;
    }
}
#gallery{
    display: none !important;
}