/* 共通部分
------------------------------- */
a {
    text-decoration: none;
}

img {
    max-width: 100%;
} 


.wrapper {
    max-width: 100%;
    /* margin: 0 auto; */
    padding: 0 4%;
}
.big-box {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
    object-fit: cover;
}

.text5 {
    width: 502px;
    height: 35px;
    font-size: 18px;
    color: #fff;
    background-color: #E33102;
    font-weight: bold;
    margin: 0px 30px 30px 0px;
    text-align: center;
    padding: 10px 0 0px 0;
}

.text3 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-top: 100px;
  }

.text3-1 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin: 80px 0 15px 0;
}

.text6 {
    font-size: 14px;
    text-align: center;
}
  
.title1-1 {
    color: #E33102;
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    margin-top: 80px;
}

.item1 {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}

.item2-3 {
    font-size: 18px;
    margin: 15px 0px 0px 65px;
    padding: 0 8px 0 5px;

}

.item2-2 {
    font-size: 18px;
    margin: 0px 80px 30px 80px;
}

.item2-1 {
    font-size: 20px;
    margin: 15px 0px 0px 58px;
    padding: 0 5px 0 5px;
}

.sitaline {
  position: relative;
  padding-bottom: 5px; /* 下線の位置調整 */
  background-image: -webkit-repeating-linear-gradient(-45deg, #E33102, #E33102 2px, #fff 2px, #fff 4px);
  background-image: repeating-linear-gradient(-45deg, #E33102, #E33102 2px, #fff 2px, #fff 4px);
  background-position: 0 100%; /* 下線を文字下部に配置 */
  background-repeat: repeat-x;
  background-size: 100% 8px; /* 文字サイズに合わせた背景サイズ */
}
.sitaline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* 下線を文字のすぐ下に配置 */
  width: 110%; /* 文字幅に合わせる */
  height: 8px; /* 線の太さを調整 */
  background: -webkit-repeating-linear-gradient(-45deg, #E33102, #E33102 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #E33102, #E33102 2px, #fff 2px, #fff 4px);
}

.syaritaitoru{
    text-align: center;
 }

     /* マーカー１ */
.markermaru1{
    background: linear-gradient(transparent 0%, #fcf69f 0%);
    border-radius:6px;
  }
  /* マーカーred */
  .marker-red {
    background: linear-gradient(transparent 65%, #ffa8a8 65%);
    font-weight: bold; 
  }

    /* マーカー？ */
    .marker-redd {
        color: #E33102;
          }


/*================
 PC用のスタイル
=================*/
.mozihuto {
    font-weight: bold;
}






@media only screen and (min-width: 1001px), print{


  
    /* 舎利シャーリー */
   
    .syariflexbox {
        width: 70%;
        margin: 0 auto 0 auto;
        display: flex;

    }
 
    
    .syarif1 {
        padding: 20px 20px 20px 20px;
        width: 50%;
        border: solid 3px #555555;
    }
    .syarif-img {
        display: flex;
        justify-content: center;
    }
   

    .syarif2 {
        padding: 20px 20px 20px 20px;
        width: 50%;
        border: solid 3px #555555;
    }



    .syari{
        font-size: 40px;
        font-weight: bold;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .tanbo1 {
        margin-top: 50px;
        display: flex;
        justify-content: center;
      }
      
      
      .sitaline {
        font-size: 32px;
        font-weight: bold;
        display: inline-block;
        position: relative;
       
       
        padding-bottom: 5px; /* 下線の位置調整 */
        background-image: -webkit-repeating-linear-gradient(-45deg, #E33102, #E33102 2px, #fff 2px, #fff 4px);
        background-image: repeating-linear-gradient(-45deg, #E33102, #E33102 2px, #fff 2px, #fff 4px);
        background-position: 0 100%; /* 下線を文字下部に配置 */
        background-repeat: repeat-x;
        background-size: 100% 8px; /* 文字サイズに合わせた背景サイズ */
      }

    .main2 {
    width: 60%;
    margin: 0 auto 0 auto;
}
.item5 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}
.kurumanoe {
    width: 92%;
   margin: 0 auto 0 auto;
    
}

.kurumanoe img{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.rogo{
    text-align: center;
}
.rogo img{
    margin-left: 10px;
    width: 20%;   
  
   
}


.border{
    border: solid 3px #454545;
    margin: 0 auto 0 auto;
    width: 70%;
    align-items: center;
    text-align: left;
    padding: 0 20px 0 20px;
}

.border p{
    font-size: 15px;
    padding-bottom: 20px;
}
/* これ入れたら治った！！！ */
img {
    max-width: initial;
} 
/* これ入れたら治った！！！ */

.grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    margin-top: 6%;
    margin-bottom: 40px;
}
      
    
.big-box img {
    height: 98%;
    width: 100%;
    object-fit: cover;
}
.rainnappu1 {
    margin-bottom: -20px;
}

}
/*====================
 スマートフォン用のスタイル
=====================*/
@media only screen and (max-width: 1000px) {
    .rainnappu1 {
        margin-bottom: -20px;
    }
    .syarif2 {
        padding: 20px 20px 20px 20px;
        border: solid 3px #555555;
        margin: 20px 20px 20px 20px;
    }

    .syarif1 {
        padding: 20px 20px 20px 20px;
        border: solid 3px #555555;
        margin: 20px 20px 20px 20px;
    }

    .syarif-img {
        display: flex;
        justify-content: center;
    }
    .syari{
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .main2 {
        width: 90%;
        margin: 0 auto 0 auto;
    }
    .item5 {
        margin-top: 30px;
        margin-bottom: 30px;
        
    }
    .tanbo1 {
        margin-bottom: 30px;
        margin-top: 50px;
        text-align: center;
      }
      
      
      .sitaline {
        font-size: 16px;
        font-weight: bold;
        display: inline-block;
        position: relative;
       
       
        padding-bottom: 5px; /* 下線の位置調整 */
        background-image: -webkit-repeating-linear-gradient(-45deg, #E33102, #E33102 2px, #fff 2px, #fff 4px);
        background-image: repeating-linear-gradient(-45deg, #E33102, #E33102 2px, #fff 2px, #fff 4px);
        background-position: 0 100%; /* 下線を文字下部に配置 */
        background-repeat: repeat-x;
        background-size: 100% 8px; /* 文字サイズに合わせた背景サイズ */
      }
.kurumanoe {
    width: 90%;
    margin: 0 auto 0 auto;
}
.kurumanoe img{
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.rogo{
    text-align: center;
}
.rogo img{
    margin-left: 10px;
    width: 20%;   
}

.border{
    border: solid 3px #454545;
    margin: 0 auto 50px auto;
    width: 80%;
    align-items: center;
    text-align: left;
    padding: 0 20px 0 20px;
    
}
.border p{
    
    font-size: 13px;
    padding-bottom: 20px;

}
h2 {
    padding: 0px 20px 0px 20px;
} 
    /* p {
    padding: 0px 20px 0px 20px;
width: 80%;
margin: 0 auto 0 auto;
} */

body {
    margin: 0;
    overflow-x: hidden;
}
    
.wrapper {
    max-width: 90%;
    padding: 0 4%;
}
img {
    max-width: 100%;
    height: auto;
}
.text5 {
    padding: 0 20px 0 15px;
    display: flex;
    flex-wrap: wrap;  ;
    color: #ffffff;
    background-color: #E33102;
    border-radius: 8px;

}

.grid {
    width: 90%;
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
 }
      
    
.big-box img {
    height: auto;
    width: 92%;
    object-fit: cover;
    margin: 0px 10px;
}
.text3-1{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 90%;
    font-size: 15px;
    margin: 30px auto 10px auto;
}

.text3{
    font-size: 15px;
    width: 90%;
    margin: 70px auto 10px auto;
    line-height: 30px;
}
.item1 {
    font-size: 14px;
    width: 85%;
    margin: 30px auto 30px auto;
    text-align: center;
}

.item2 {
    width: 85%;
    margin: 10px;
   }

.title1-1{
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}

.item2-1{
    margin: 5px 0px 0px 14px;
    font-size: 14px;
}

.item2-2 {
    width: 85%;
    margin: 0 auto 30PX auto;
    font-size: 14px;
}

.item2-3{
    margin: 5px 0px 0px 22px;
    font-size: 14px;
}

main {
    margin-bottom: 80px;
}
}