.h1-line{
    display: flex;
    justify-content:space-between;
    /* align-items: center; */
    /* background-color: rgb(148, 190, 197); */
    /* padding: 5px 5px 5px 5px; */
    margin-top: 31px;
    height: 50%;
}
/* a:link{color:#0921f1;}
a:hover{color:#bb2929;}
a:active{color:#00ccff;}
a:valid{color:#650cf3;} */






  /* トップメイン部分*/
  .top-kakaku{
    font-size:xxx-large;
    color: rgb(245, 122, 8);
    font-weight: 900;
  }
  .top-kasaihoken-check{
    color: #f32bd9;
    font-weight: 600;
    font-size: 115%;
}



  .grid-block-1 {

    display: grid;
    grid-template-columns:1fr;
    /* grid-template-rows:; */
    gap: 10px;
    word-break: break-all;
    margin: 0 auto;
}
.grid-block-1 div:nth-child(1){
    background-color:unset;

}
.grid-block-1 div:nth-child(2){
    /* background-color: #d1d5d56e; */
    width: 100%;
    /* font-size: clamp(14px,1.4vw,16px); */

}
.grid-block-1-padding{
    padding-left: 10px;
}
@media (min-width: 768px){
    .grid-block-1 {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
        width: 100%;
        max-width: 1200px;
    }  
    .grid-block-1 div:nth-child(2){
        /* background-color: aquamarine; */
        width: 100%;
        font-size: clamp(14px,1.4vw,16px);
    } 
    /* .grid-block-1-padding{
        padding-left: 60px;
    } */
     
}

.top-otoiawase-button-area{
    display: flex;
    justify-content:space-around;
    background-color: #ffd870;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    margin-top: 10px;
    line-height: 2.5;

}
@media (min-width: 768px){
    .top-otoiawase-button-area{
        display: flex;
        justify-content:space-around;
        background-color: #ffd870;
        width: 100%;
        max-width: 1200px;
        margin: auto;
        margin-top: 10px;
        /* padding: 7px; */
    }
}

  /* トップメイン部分 ここまで*/

  .imasugu_button{
    /* position: relative; */
    background-color: #1976e9; /* 背景色 */
    /* color: white; 文字色 */
    padding: 14px 8px; /* パディング */
    text-align: center; /* 文字のアライメント */
    display: inline-block; /* ボタンの表示方法 */
    font-size: 16px; /* フォントサイズ */
    /* font-family: Arial, sans-serif; フォント */
    margin: 4px 3px 4px 2px; /* 外側の余白 */
    /* cursor: pointer; カーソル */
    /* border: none; ボーダーなし */
    border-radius: 5px; /* ボタンの角丸 */
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3); /* 影 */
    /* transition: transform 0.1s ease-in-out; トランジション */
    text-decoration: none;
}

.tokusetu_button_1{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-template-rows: 1fr 1fr;
    justify-content: center;
    gap: 10px;
    width: 100%;
    /* max-width: 1200px; */
    margin-top: auto;
    margin-bottom: 10px;


}
.tokusetu_button_1 div:nth-child(1){
    border-style: groove;
    border-color: #dddde8;
    background-image:linear-gradient(rgb(254 254 254 / 69%),rgba(0,0,0,0.2)),url(../top/image/orei_mail_collage.png);
    /* text-shadow: 3px 3px #f9f9f9; */
    font-weight: 600;

    /* border-radius: 10px; */
    }
    .tokusetu_button_1 div:nth-child(2){
    border-style: groove;
    border-color: #dddde8;
    background-image:  linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../top/image/kyounokabeana_button_background.jpg);
    /* text-shadow: 3px 3px #000000; */
    font-weight: 600;
    /* border-radius: 10px; */
    }




    .tokusetu_button_1 div:nth-child(3){
    border-style: groove;
    border-color: #dddde8;
    background-image:linear-gradient(rgb(254 254 254 / 69%),rgba(0,0,0,0.2)),url(../top/image/dokomade_tokusetu_gazou.jpg);
    /* text-shadow: 3px 3px #f9f9f9; */
    font-weight: 600;

    /* border-radius: 10px; */
    }
    .tokusetu_button_1 div:nth-child(4){
    border-style: groove;
    border-color: #dddde8;
    background-image:  linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../top/image/jibunnde_tokusetu_gazou.jpg);
    /* text-shadow: 3px 3px #000000; */
    font-weight: 600;

    /* border-radius: 10px; */
    }







@media (min-width: 768px){
    .tokusetu_button_1{
        display: grid;
        grid-template-columns: repeat(4, minmax(100px, 1fr));
        grid-template-rows: 200px;
        justify-content: center;
        column-gap: 10px;
        width: 100%;
        max-width: 1200px;
        margin-top: auto;
        margin-bottom: 10px;
    
    }
    
        .tokusetu_button_1 div:nth-child(1){
        border-style: groove;
        border-color: #dddde8;
        background-image:linear-gradient(rgb(254 254 254 / 69%),rgba(0,0,0,0.2)),url(../top/image/orei_mail_collage.png);
        /* text-shadow: 3px 3px #f9f9f9; */
        font-weight: 600;

        /* border-radius: 10px; */
        }
        .tokusetu_button_1 div:nth-child(2){
        border-style: groove;
        border-color: #dddde8;
        background-image:  linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../top/image/kyounokabeana_button_background.jpg);
        /* text-shadow: 3px 3px #000000; */
        font-weight: 600;

        /* border-radius: 10px; */
        }
    
    
    
    
        .tokusetu_button_1 div:nth-child(3){
        border-style: groove;
        border-color: #dddde8;
        background-image:linear-gradient(rgb(254 254 254 / 69%),rgba(0,0,0,0.2)),url(../top/image/dokomade_tokusetu_gazou.jpg);
        /* text-shadow: 3px 3px #f9f9f9; */
        font-weight: 600;

        /* border-radius: 10px; */
        }
        .tokusetu_button_1 div:nth-child(4){
        border-style: groove;
        border-color: #dddde8;
        background-image:  linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../top/image/jibunnde_tokusetu_gazou.jpg);
        /* text-shadow: 3px 3px #000000; */
        font-weight: 600;

        /* border-radius: 10px; */
        }
    

}

  /* 訪問可能日時エリア */
  .blink-saisoku{animation:BLINK 0.8s ease-in-out infinite alternate;
    color: red;
    font-weight: 600;
    font-size: 150%;
    position: relative;
    margin: auto;
 }

.saisoku-nitiji{
    display: grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    grid-template-rows:auto;
    background-color: #edc1a9;
    justify-items: center;
    max-width: 100%;
    margin: 5px;
    padding: 5px;
}
span.saisoku-nitiji-font{
    font-weight: 600;
    /* color: red; */
}

.mitumori-button-area{
    display: grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    grid-template-rows:auto;
    justify-items: center;
    max-width: 100%;
    margin: auto;

}

.btn-square-so-pop{
  /* position: relative; */
  display: inline-block;
  padding: 5px 29px 34px 29px;
  text-decoration: none;
  color: #FFF;
  background: #060;
  /* width: 350px; */
  max-width: 600px;
  height:65px;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 3px  #F90;/*線色*/
  text-align: center;
  margin: 10px;

}
.line-button{
    margin: 10px 3px 10px 3px;
    /* border-style: outset; */
    /* width: 85%; */
}
@media (min-width: 768px){
  .line-button{
      margin: 10px 3px 10px 3px;
      border-style: solid;
      border-width: thin;
      width: 90%;
  }    
}
.tel-ilast{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    color: blue;
    line-height: 2.5;
}
.h2-itadakimasen{
    text-align: center;
    width: 100%;
    font-size: xx-large;
    font-weight: 600;
}
.h3-new-plan{
    text-align: center;
    width: 100%;
}
.h3-kanzentokka{
    text-align: center;
    width: 100%;
}
.new-plan{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(190px, 1fr));
    align-items: center;
    justify-items: center;
}
