
/* タブレットmax-width 1000px */


@media (max-width: 1000px) {
   
    .message {
          box-sizing: border-box;
          margin: 130px 150px 0 0;
    }
    
.options {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}
    
.section-options {
    width: 90%;
    height: auto;
    display: block;
    margin: 10px 0px;
    border: dashed 1px #7fac27;/*点線*/
    border-radius: 20px;
    padding-bottom: 30px
}

.optionprice {
    text-align: center;
    color: cornflowerblue;
    font-size: 18px;
    font-weight: border;
}

.introduce-wrapper ol li{
/* リスト部分は好きに装飾！ */
    font-size: 1.4em;
    line-height: 2em;
    color: #666666;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.introduce-wrapper ol li:before{
        counter-increment: number; /* 任意の名前を付けて！ */
        content: counter(number); /* 名前を付けたカウンターを呼び出し */
        font-size: 28px;
        color: #ff625e;
        padding-right: 5px;
        font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.words {
    font-size: 0.9em;
}

.section-options-menu {
    width: 90%;
    height: auto;
    display: block;
    margin: 10px 0px;
    border: dashed 1px #7fac27;/*点線*/
    border-radius: 20px;
    padding-bottom: 30px
}

    .optionprice-menu {
        margin-top: 3px;
    }
  
.add {
   font-size: 0.8em;
}
    .thankyou {
        display: block;
    }
     .thankyou_mobile {
        display: none;    
    }

}

/* opentime max-width 990px */
    


@media (max-width: 990px) {  
    
 .message {
          margin: 130px 150px 0 0;
     box-sizing: border-box;
    }
    
  .opentime {
    display: none;
  }
  
  .opentime990 {
  display: block;
  margin-left: 40px;
}

  .nav a {
    padding:9px 25px;
  }
    
  .photo-title {
    line-height: 1.4em;
    }

    .words {
        line-height: 1.4em;
    }
    
    .box {
    padding: 11px 10px 15px 10px;
}
    
.common-table th {
      font-size: 1.1em;
      line-height: 1.2em;
      padding: 14px 5px;
}
    
.common-table td {
      padding: 14px 5px;
      font-size: 1.1em;
     line-height: 1.4em;
      border-bottom: 1px dotted #424242;
}

.uninoculated th {
      font-size: 1.1em;
      line-height: 1.2em;
      padding: 14px 5px;
}
    
.uninoculated td {
      padding: 14px 5px;
      font-size: 1.1em;
     line-height: 1.4em;
      border-bottom: 1px dotted #424242;
}
    

.message {
    margin: 130px 30px 0 0;
}
    

    .thankyou {
        display: block;
    }
     .thankyou_mobile {
        display: none;    
    }

    
}
    



/* スマホmax-width 670px */

@media (max-width: 670px) {

  .nav {
    display: none;
      
  }
 
    
 /* スマホ用ハンバーガーnemuを表示 */
  #input{
	display: none;
}
  
.line1,.line2,.line3{
	width: 35px;
	height: 6px;
	background-color: #3cb371;
	margin: 6px;
    margin-left: 18px;
}

    
    
    /* 三本線 */
 
  .three-line {
    margin-top: 22px;
    display: block;
  }

.three-line:active{
    margin-top: 22px;
    display: block;
    opacity: 0.5;
    transform: 15s;
  }

    
  #hanburg {
    display: block;
  }
  
  #nav-smtp {
	background-color: #BDBDBD;
    opacity: 0.9;
	width: 100%;
	height: 100%;
    transform: translateX(-100%); /*左側の奥の奥に埋めておく*/
      transition: 0.5s ;
  }
  
  #nav-smtp a {
    display: block;
    text-align: center;
    color: black;
    padding: 10px 0 10px 0px;
  }
  
  #nav-smtp a:hover{
  font-weight: bolder;
   color: black;
   border-bottom: solid 1px white;
   transition: 0.8s ;
}
  
#nav-smtp a:visited{
  font-weight: bolder;
  color: black;
  border-bottom: solid 1px white;
  transition: 5s ;
}
  
  #nav-smtp a:active{
  font-size: 20px;
  font-weight: bolder;
   color: #3cb371;
   border-bottom: solid 1px white;
  transition: 5s ;
}
  
  #input:checked ~ #nav-smtp {
	transform: translatex(0px);　/*通常値に戻す*/
}


        
    
    
  /* スマホ用nemuを表示ここまで */
    
/*news*/
.box_srcollbar {
        height:300px;
    }
.box_srcollbar:hover{
        height:300px;
    }
/*newsここまで*/
    
    
.opentime990 {
    font-size: 0.8em;
    display: block;
    float: right;
    margin-top: 5px;
    margin-right: 10px;
  }
  
  
.message strong {
    font-size: 1.8em;
    line-height: 1.3em;
  }
    
.message {
    margin-right: 90px;
  }

  
  .case-wrapper img {
    width: 90%;
  }
  
.top-left {
  width: 180px;
}
  
.main-img {
  width: 200px;
  margin-left: 25px;
  margin-top: 120px;
  }
 
.address-position{
    width: 240px;
    font-style: normal;
    margin: 30px 0px 0px 20px;
    text-align: center;
}
  
.place {
    font-size: 14px;
    border-bottom: dotted 2px #3cb371;
}
 

.tel-msg {
    font-size: 14px;
    color: #3cb371;
    margin-top: 10px;
    margin-left: 5px;
}

.tel {
    font-size: 18px;
    color: #3cb371;
    padding-left: 15px;
    font-weight: bold;
    padding-right: 11px;
}

.fas fa-mobile-alt {
    font-size: 24px;
    color: #3cb371;
}
  
.case-wrapper p {
  width: 90%;
}
  
.ditaile {
    width: 90%;
}


.red {
    font-size: 0.8em;
    width: 90%;
    line-height: 1.2em
}
  
.course-wrapper img {
  width: 95%;  
}
/*
.orvalback {
    border-radius: 15px;
    padding: 4px 15px 2px 15px;
    font-size: 13px;
    text-align: center;
}
    */
    
.orvalback {
    display: inline-block;
    background-color: #3cb371;
    color: white;
    border-radius: 30px;
    padding: 3px 25px;
    font-size: 16px;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    text-align: center;
}


.case-wrapper img {
  width: 90%;
}

.title-h4 {
  font-size: 1.4em;
  line-height: 1.3em;
  padding-bottom: 8px;
}

.introduce-wrapper {
  margin: 0px 15px
}

  .title-h4 {
  font-size: 1.4em;
  padding-bottom: 8px;
  line-height: 1.3em;

}
  
    
.greet-01 img {
  width:100%;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  padding-right: 40px;
}

.name {
 text-align: center;
 margin-top: 30px;
}

.name-shop {
        margin-left: 10px;
  }
 
.ono {
 float:none;
 font-size: 1.6em;
}
  
  .facility-wrapper {
   margin: 0 10px;
}
    
    .facility-photo {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
 
/* footer */  
  
  .footer-inner {
    display: block;
    margin: 0 auto;
    width: 320px;
}
  
  .copyright {
    font-size: 0.8em;
line-height: 0.9em
}
  footer address {
    padding-left: 20px;
    
  }
  
  
/* nemu */
 .common-table table {
   border-spacing: 5px 0px;
   font-size: 0.9em;
}
    
    
    
    /* ------------------------------------

リボンのcssスマホの大きさ

------------------------------------ */
.ribbon {
  display: inline-block;
  position: relative;
  padding: 15px 10px;
  font-size: 20px;/*フォントサイズ*/
  color: #FFF;/*フォントカラー*/
  background: #ff625e;/*リボンの色*/
  margin-bottom: 30px;    
    
}

.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);/*折り返し部分*/
}
 
    
    /* ------------------------------------

スマホ用画像差し替え

------------------------------------ */   
    .thankyou {
        display: none;
    }
     .thankyou_mobile {
        display: block; /* ブロック要素にする */
        width: 350px; /* 幅を450pxに指定 */
        margin: 0 auto; /* 左右のマージンを自動調整し、中央揃え */
        text-align: center; /* 子要素（画像）がインライン要素の場合、中央揃え */

    }
    
    
  
}

