@charset "UTF-8";

*
{
    margin:0;
    padding:0;
    font-style:normal;
    box-sizing: border-box;
}
html,body
{
overflow-x: hidden;

}

ul,ol
{
    list-style:none;
}
a
{
    text-decoration:none;
}

img
{
    max-width:100%;
    height:auto;
    vertical-align:bottom;
}

h1
{
    font-size:1.6em;
    font-weight: 700;
}
h2
{
    font-size:1.3em;
    font-weight: 700;
    letter-spacing: 0.1em;
}


.stripe{
    color: #333333;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
width: 250px;
margin:  0 auto;
text-align: center;
margin-bottom: 20px;

}


h3
{
    font-size:1.1em;
}

.container
{
    line-height:1.5;
    font-size:16px;
    box-sizing: border-box;
    font-family:'Helvetica Neue','Arial','ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN','Hiragino Sans','Yu Gothic','Meiryo',sans-serif;
    /* 'Zen Kaku Gothic Antique', */
    font-weight: 400;
    font-style: normal;
    color: #333333;
}

span{
    font-size:0.8em;
    letter-spacing:normal;
}

ul{
    display:flex ;
}

a{
    color: #333333;
}

a:hover{
    color: #54afd3;
}


section{
margin-top:50px;
}



.pc_non{
    display: none;
}


.header{
    height: 500px;
  background-image: url(images/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;


  position: relative;
}

.header_h1wrap{
    display: flex;
align-items: center;
margin: 5px 0;
}

.headeer_flex{
    display: flex;
    justify-content: space-around;
align-items: center;
}

/* .header_txt{
font-size: 0.8em;
} */


/* ナビのメニュー */

.nav_a{
    color: #267696;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
  position: relative; /*アンダーラインの位置を決めるための基準 */
}


/* 下線のスタイル */
    
    .nav_a::after  {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 2px;
        background: #54afd3;
        bottom: 17px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        }
        
        .nav_a:hover::after {
        visibility: visible;
        bottom: -7px; /*アニメーションが止まる位置*/
        opacity: 1;
        }

        .nav_a:hover{
          color: #54afd3;
        }



/* ナビ右端の予約ボタン */
.nav_a_reserv{
    background-color: #54afd3;
    border: 1px solid #54afd3;
    color: #fff;
    display: inline-block;
    padding: 2px 10px 1px 10px;
    position: relative;
    text-decoration: none;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 700;
    text-shadow: 1px 3px 5px rgba(49, 190, 150, 0.5)
  }

  .nav_a_reserv:hover{
      color: #54afd3;
      background-color: #bce7fe;
      border: 1px solid #bce7fe;
  }












li{
    margin-right: 20px;
}


.h1_span{
    font-weight: 700;
    letter-spacing: -0.1em;
    color: #333333;
    margin-left: 7px;
}

.top_h2{
    font-size: 1.2em;
    display: inline-block;
    color: #FFFFFF;
    background-color: #54afd3;
    /* border-radius: 8px; */
    font-weight: 700;
    font-size: 1.6em;
    padding: 10px 25px;
    margin-bottom: 15px;
}

.top_h2wrap{
    text-align: center;
   
}

.top_p{
    font-weight: 700;
    text-align: center;
    font-size: 1.5em;
}

.top_h3_a_img,.sauna_flex1_img{
   border-radius: 20px;
}


/* ヘッダー下の画像３つ横並び */

.top_h3wrap
{
    display: flex;
    justify-content: space-between;
align-items: center;   
margin-top: 40px;
}

.top_h3{
    display: inline-block;
    /* background-color:#bce7fe ; */
    padding: 5px 30px;
    /* border-radius: 8px; */
    position:absolute;
    /* top: 50%; */
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-shadow: 0 0 5px white;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  font-size: clamp(19px, 3vw, 23px);
}


    

    .top_h3over
    {
        position: relative;
        width: 32%;
        transition: opacity 0.3s ease;
    }
    .top_h3over:hover
    {
        opacity: 0.5;
    }


.top_box{
    text-align: center;
    margin:  0 auto;
    width: 90%;
}
    









.saunafood_flex1,.logcabin_flex1,.sauna_flex1
{
    display: flex;
align-items: center;   
justify-content:space-between;
}

.saunafood_h2,.logcabin_h2,.sauna_h2{
    display: inline-block;
    border-bottom: 5px solid #54afd3;
    margin-bottom: 15px;

    font-size: clamp(20px, 3vw, 25px);
}


.saunafood_h2 span,.logcabin_h2 span,.sauna_h2 span
{
font-size:0.6em;
}

.saunafood_h2_pwrap
{
    margin-bottom: 50px;
}




/* サウナのセクション */
.sauna{
    width: 90%;
    margin: 0 auto;
}
.sauna_img_pwrap{
    width: 50%;
}
.sauna_img_pwrap img{
    width: 100%;
}
.sauna_h2_pwrap{
    width: 50%;
}
.font { 
    white-space:nowrap;
    width:100%;
}
.font_span
{
    display: inline-block;
    font-size: 1em;
    line-height: 1.7;
    font-weight: 500;
}



/* サウナの画像3つ並び */
.sauna_imgwrap{
    display: flex;
    gap: 20px;
    justify-content: center;
    
    }
    .sauna_box{
        margin: 0 auto;
        text-align: center;
    }
    .sauna_imgwrap img{
        width: 32%;
        margin-top: 30px;
    }



    /* ログハウスのセクション */
.logcabin{
    width: 90%;
    margin: 0 auto;
}


.logcabin_img_pwrap{
    width: 50%;
}
.logcabin_img_pwrap img{
    width: 100%;
}
.logcabin_h2_pwrap{
    width: 50%;
}

/* ログハウスの画像3つ並び */
.logcabin_imgwrap{
    display: flex;
    gap: 20px;
    justify-content: center;
    }
    .logcabin_imgwrap img{
        width: 32%;
        margin-top: 30px;
    }
        .logcabin_box{
            margin: 0 auto;
            text-align: center;
        }
       










    /* サウナ飯のセクション */
.saunafood{
    width: 90%;
    margin: 0 auto;
}
/* サウナ飯の画像3つ並び */
.saunafood_imgwrap{
display: flex;
gap: 20px;
    justify-content: center;
}
.saunafood_imgwrap img{
    width: 32%;
    margin-top: 30px;
}
.saunafood_box{
    margin: 0 auto;
    text-align: center;
}
.saunafood_img_pwrap{
    width: 50%;
}
.saunafood_img_pwrap img{
    width: 100%;
}
.saunafood_h2_pwrap{
    width: 50%;
}













/* メニューはこちらボタン */

.btn_menu{
    margin-top: 30px;
    text-align: center;
  }
  .menu_a {
    background-color: #54afd3;
    border: 1px solid #54afd3;
    color: #fff;
    display: inline-block;
    padding: 10px 8px 10px 0;
    position: relative;
    text-decoration: none;
    width: 150px;
    font-size: 0.8em;
    font-weight: 700;
  }

  /* 通常の矢印 */
  .menu_a::before {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    bottom: 0;
    content: "";
    height: 10px;
    margin: auto;
    position: absolute;
    right: 13px;
    top: 0;
    transform: rotate(45deg);
    width: 10px;
  }

  .menu_a:hover{
      color: #54afd3;
      background-color: #bce7fe;
      border: 1px solid #bce7fe;
  }



/* ご注意のボックス */

  .about_box1_p{
line-height: 2;
display: inline-block;
text-align: left;
font-weight: 600;
}
  

  .about_box1_h2{
    display: inline-block;
  }

.about_box1{
padding: 50px;
border: 5px solid #54afd3;
border-radius: 10px;
display: flex;
    flex-direction:column;
    align-items: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0;
    width: 80%;
    
}




.about_box1_section{
    /* max-width: 600px; */
}

strong{
    color:#e11409;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}
.about_box,.menu_box
{
    text-align: center;
    margin:  0 auto;
}
    








/* 料金表のボックス */
.about_box2{
    display: flex;
    flex-direction:column;
    /* align-items: center; */
    border: 5px solid #54afd3;
    border-radius: 10px;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0;
    width: 80%;
    gap: 20px;
}

.about_box2_img2{
    margin-top: 20px;
}




.about_box1,.about_box2,.about_box3{
    background-color: #FFF;
    border-radius: 30px;
    }
    
    .about_box3{
    padding: 50px 0;
    }
    
    #about {
        background-color: #54afd3;
    }


/* サウナ用品の案内 */
    
    .about_box3{
    
    /* max-width: 248px; */
    margin: 0 auto;
    }

.goods_dl{
display: flex;
  flex-direction: column;
  text-align: left;
  
/* max-width: 248px; */
}

.goods_dt,.goods_dd{
    line-height: 2;
    display: inline-block;
    font-weight: 600;
}


.goods_dt{
    font-weight: 700;
    font-size:1.2em ;
    display: inline-block;
    border-bottom: 5px solid #54afd3;
    margin-bottom: 10px;
}

.goods_dt2{
    margin-top: 20px;
}

.goods_dd{
    text-align: left;
}
.goods_dt,.goods_dtwrap,.goods_ddwrap{
    margin: 0 auto;
    text-align: center;
}
.goods_dtwrap2{
    margin-top: 40px;
}

.goods_dt {
    margin-bottom: 10px;
}





.about_box3_h2,.about_box3_p{
    display: inline-block;
}
.about_box3_p{
    margin-top: 30px;
}
.about_box3_section{
    border: 5px solid #54afd3;
    border-radius: 10px;
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 0;
    margin-top: 150px;
    width: 80%;
}


/* メニュー */

.menu{
   text-align: center;
} 

.menu_box_imgwrap{
    display: flex;
    gap:20px;

    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.menu_p{
    margin-top: 20px;
}
.h2_menu{
    margin:  0 auto;
    text-align: center;
    
}






/* アクセス */

iframe {
    width: 90%;
    aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
    max-width: 700px;
  }

  .access_dt1:before {
    content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 5px;
    background:url("images/icon1.png")center center no-repeat;  
    background-size: contain;
    vertical-align: -7px;
}
.access_dt2:before  {
    content: "";
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    margin-right: 5px;
      background:url("images/icon2.png")center center no-repeat;  
      background-size: contain;
      vertical-align: -4px;
}
  .access_dt3:before {
    content: "";
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: 5px;
    background:url("images/icon3.png")center center no-repeat;  
    background-size: contain;
    vertical-align: -5px;
}
.access_dt4:before {
    content: "";
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    margin-right: 5px;
      background:url("images/icon4.png")center center no-repeat;  
      background-size: contain;
      vertical-align: -7px;
}

.access_dtddwrap{
    display: flex;
    align-items: start;
    margin-bottom: 5px;
}

.access_box{
    margin: 0 auto;
    text-align: center;
}

.access_dl_imgwrap{
    max-width: 624px;
    margin: 0 auto;
    text-align: center;
    width: 70%;
}
.access_dd{
    text-align: left;
    margin-left: 20px;
}
.access_dl{
    margin: 20px 0;
    font-weight: 600;
}




.box{
    max-width: 1000px;
}



/* フッター */

footer{
    /* height: 120px; */
    margin-top: 40px;
    background-color: #54afd3;
    color: #FFFFFF;
    text-align: center;

}
.footer_h1{
    color: #FFFFFF;
    width: 100%;
    font-size: 1.1em;
   
}
small{
    font-size: 0.7em;
    text-align: center;
 
}

footer .box{
    max-width: 4000px;
    padding-top: 15px;
}




/* ヘッダーの固定ナビ部分 */
.fixed-header {
    position: fixed; /* ヘッダーを固定する */
    top: 0; /* 画面の上部に固定 */
    width: 100%; /* 画面の幅いっぱいに広げる */
    z-index: 1000; /* ヘッダーを他の要素の上に表示 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    background-color: rgba(255, 255, 255, 0.8);
  }
  
  body {
    margin-top: 55px; /* ヘッダーの高さ分だけ下げる */
  }
  


/* #からジャンプした時の位置調整 */
#sauna,#about,#price,#menu,#access,#contact,#logcabin,#saunafood{
    padding-top: 100px;
}

.pc_sp_non{
    display: none;
}

.pc_non_top{
    display: none;
        }


.sauna_icon{
    
    width: 35%;
    display: flex;
  justify-content: center; /* 水平方向の中央揃え */
  align-items: center; /* 垂直方向の中央揃え */
  margin:  0 auto;
  padding-top: 50px;
  max-width: 380px;
}

.access_a_reserv{
    font-size: clamp(14px, 3vw, 20px);
    border-radius:0;
    padding: 10px 20px;
}.access_a_reservwrap{
    text-align: center;
    margin-top: 40px;
}
.about_box{
    text-align: center;
    margin: 0 auto;
   
}
.menu_box_img{
width: 50%;
max-width: 1000px;
}

.about_box2_flex{
    width: 90%;
    margin: 0 auto;
}




/* タブレットのデザイン */

@media(max-width:1000px){
    

    .menu_box_img{
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 30px;
        }
        .menu_box_imgwrap {
            display: block;
        }
        .menu_p {
            margin-top: 0;
        }

        
    .header{
        height: 50vw;
    }


}






@media(max-width:850px){
    

.sauna_img_pwrap,.logcabin_img_pwrap,.saunafood_img_pwrap {
    width: 48%;
}
/* 
.sauna_h2_pwrap {
    width: 60%;
} */

.sauna_h2_pwrap p,.logcabin_h2_pwrap p,.saunafood_h2_pwrap p{
font-size: 2vw;
}
.img_b_p{

    font-size:max(1.7vw,13px);
    font-weight: 700;
    }
}





@media(max-width:700px){

.pc_sp_non{
    display: block;
}

.pc_sp_non span{
    color: #FFF;
    font-size: clamp(14px, 2.2vw, 17px);
 }

.tb_non{
    display: none;
}

.tab700_non{
    display: none;
}

.header_h1wrap {
        margin: 0 15px;
        padding-top: 10px;
    }


    .header{
        height: 65vw;
    }
    .sauna_icon {
        width: 46%;
        padding-top: 0;
    }










    /***追従するトップへ戻るボタン***/

    .pc_non_top{
        display: block;
    }
    
    html{
    scroll-behavior: smooth;
}

.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}

.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}

.gotop:hover{
    opacity: 1;
}

    .gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: #bce7fe;
        bottom: 10px;
        right: 10px;
        /* border-radius: 5px; */
    }

    .gotop::before{
        bottom: 0;
    }

/***トップへ戻るボタンここまで***/


    h2
    {
        font-size:1.2em;
        letter-spacing: 0.02em;
    }



/***ハンバーガーメニューの中身***/
    .sp-nav a {
        
        font-size: 1.3em;
        /* display: inline-block; */
        text-align: center;
    }
    .sp-nav li {
        
        margin: 40px 0;
        width: 250px;
        text-align: center;
    }
    .sp-nav ul {
width: 70%;
margin: 0 30px 0 0;
margin-top: 40px;
    }











/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
    position: absolute;
        right: 15px;
        top: 15px;
        width: 50px;
        height: 50px;
        cursor: pointer;
        z-index: 300;
        background-color: #FFFFFF;
        position: fixed;
  }
  
  .hamburger__line {
    position: absolute;
    width: 30px;
    height: 3px;
    right: 10px;
    background-color: #54afd3;
    transition: all 0.5s;
  }
  
  .hamburger__line--1 {
    top: 12px;
  }
  
  .hamburger__line--2 {
    top: 23px;
  }
  
  .hamburger__line--3 {
    top: 34px;
  }
  
  /*ハンバーガーがクリックされたら*/
  .open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 19px;
  }
  
  .open .hamburger__line--2 {
    opacity: 0;
  }
  
  .open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 19px;
  }
  
  /* 
  sp-nav(ナビ)
  =================================== */
  .sp-nav {
    position: fixed;
    right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
    top: 0;
    width: 70%; /* 出てくるスライドメニューの幅 */
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  
  /*ハンバーガーがクリックされたら右からスライド*/
  .open .sp-nav {
    right: 0;
  }
  
  
  /* 
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 5;
    background-color: #333333;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    cursor: pointer;
    z-index: 100;
  }
  
  /*ハンバーガーメニューが開いたら表示*/
  .open .black-bg {
    opacity: 0.3;
    visibility: visible;
  }











  body {
    margin-top: 0;
}

.pc_non_ham{
    display: block;
}

.sp-nav ul{
    display:block ;
}
.about_box1,.about_box2  {
     /* padding: 50px 0; */
    width: 90%; 
}
.about_box1_p {
    width: 90%;
}
.about_box2_img{
    width: 90%;
}
.about_box3_section {
    width: 90%;
}

        .access_dl_imgwrap {
        
            width: 90%;
        }

        .top_h3 {
            
            padding: 5px 15px;
            font-size: 1.1em;
        }


        .saunafood_flex1,.logcabin_flex1, .sauna_flex1 {
            flex-direction:column;
            Flex-direction: column-reverse
        }
    
        .sauna_img_pwrap, .logcabin_img_pwrap, .saunafood_img_pwrap {
            width: 85%;
        }
        .sauna_h2_pwrap, .logcabin_h2_pwrap, .saunafood_h2_pwrap {
            width: 100%;
            margin-bottom: 10px;
        }
        .btn_menu {
            margin-top: 10px;
    
        }
        #sauna, #about, #price, #menu, #access, #contact, #logcabin, #saunafood 
        {
            padding-top: 20px;
        }
        .saunafood_h2, .logcabin_h2, .sauna_h2 {
            display: inline-block;
            border-bottom: 5px solid #54afd3;
            margin-bottom: 10px;
        }

        .font_span {
            font-size:clamp(14px,4vw,16px);
        }

        .saunafood_h2,.logcabin_h2,.sauna_h2{
            margin-bottom: 15px;
            font-size: clamp(20px, 3vw, 22px);
        }
        .sauna_imgwrap,.logcabin_imgwrap,.saunafood_imgwrap {
            display: flex;
            gap: 5px;
            justify-content: center;
        }
        .about_box3_section {
        
            margin-top: 50px;
        
        }
       #price{
            padding-top:0 ;
        }

        #sauna, #menu, #access, #contact, #logcabin, #saunafood, #about {
            padding-top: 50px;
        }
        .top{
            margin-top: 15px;
        }
        .h1_span {

            font-size: 0.7em;
        }
        .top_h3_a_img {
            border-radius: 10px;
        }
        .top_h3 {
         
            top: -10%;
        }
        .non_700{
            display: none;
        }





}










/* スマホのデザイン */
@media(max-width:400px){

    .pc_sp_non{
        display: block;
    }


.pc_non{
    display: block;
}

    .sp_non{
        display: none;
    }

    


    .saunafood_flex1, .logcabin_flex1, .sauna_flex1 {
        align-items: center;
    }


    .sauna_icon {
        width: 34%;
        padding-top: 0;

            /* padding-bottom: 51%; */
            /* margin-bottom: 100px; */
            min-width: 140px;
          
            /* margin: 0 auto 20px auto; */
            position: absolute;
            top: 20%;
            left: 35%;
        }


    .top_h3wrap {
        flex-direction:column;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
        gap: 40px;
    }
    .top_h3over {
        width:100%;
    }

    .top_p {
       width: 95%;
        font-size: 1em;
        white-space:nowrap;
    }


    .font_sp { 
        white-space:nowrap;
        width:100%;
    }
    .font_span_sp
    {
        display: inline-block;
        font-size: 1.1em;
        width:92%;
    }
    .top_h2 {
        font-size: 1em;
        margin-top: 0;
        padding: 5px 3%;
    }
    .top_h2 {
        margin-bottom: 0;
    }


    .sauna_img_pwrap,.logcabin_img_pwrap,.saunafood_img_pwrap {
        width: 100%;
    }
    .sauna_h2_pwrap,.logcabin_h2_pwrap,.saunafood_h2_pwrap {
        width: 90%;
        margin-bottom: 20px;
    }
    .font {
        white-space: nowrap;
        width: 90%;
        margin: 0 auto;
    }

    .font_span_sp
    {
        font-size: 1em;
    }
    .container
    {
        font-size:14px;
    }
    .sauna_imgwrap,.logcabin_imgwrap,.saunafood_imgwrap {
    gap: 5px;
        justify-content: center;
    }

    .font_span
    {
        font-size: 0.8em;
    }
    #sauna, #about, #price, #menu, #access, #contact, #logcabin, #saunafood {
        padding-top: 40px;
    }
    .btn_menu {
        margin-top: 10px;
        text-align: center;
    }

    .saunafood_imgwrap img,.logcabin_imgwrap img,.sauna_imgwrap img {
        width: 32%;
        margin-top: 15px;
    }

    .menu_a {
        padding: 5px 5px 5px 0;
        width: 150px;
        font-size: 0.9em;

    }

  /* 通常の矢印 */
  .menu_a::before {
    height: 7px;
    width: 7px;
  }
  .about_box1,.about_box2,.about_box3,.about_box3_section  {
    max-width: 700px;
    margin: 0 auto;
    padding: 15px 0;
    width: 90%;
}
.about_box1_p {
    padding: 20px;
}
h2 {
    margin-bottom: 10px;
}
strong {
   
    margin-bottom: 0;
}
section {
    margin-top: 0;
}
.about_box3_section  {
    margin-top: 40px;
}
.about_box1_img,.about_box2_img{
    width: 90%;
}
.goods_dl{
    text-align: center;
}
.access_dl_imgwrap {
    width: 90%;
}
.access_dd {
    margin-left: 10px;
}
.access_dtddwrap {
    justify-content: space-between;
}
.access_dd3{
    padding-right: 140px;
}
.access_dd{
    font-size: 15px;
}
footer {
    margin-top: 40px;
}
iframe {
    height: 250px;
}


.header {
    height: 200px;
}

    body {
        margin-top: 0;
        
    }


    h2{
        font-size: 1.4em;
    }
    .sauna_h2_pwrap p,.logcabin_h2_pwrap p,.saunafood_h2_pwrap p{
        font-size: 1.2em;
        }
        .img_b_p{
            /* font-size: 1em; */
            font-size:max(4vw,12px);
            }
        h1{
            font-size: 0.9em;
        }

        .access_dl_imgwrap {
        
            width: 90%;
        }

        .top_h3 {
            padding: 5px 30px;
            font-size: 1.4em;
        }









}

