body {
    margin: 0;
    padding: 0;
 }
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 500px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.sp_br {
  display: none; 
}
@media screen and (max-width: 530px) {
  .sp_br {
    display: block; 
  }
}
.btn{
    text-align: center;
    background-color: #f7f7f0;
    padding-top: 15px;
    padding-bottom: 1px;
}
.btn img{
    width: 600px;
    text-align: center;
    padding: 10px;
    position: relative;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    max-width: 100%;
    box-sizing: border-box;
}

.top{
    background: linear-gradient(to left, #fefced, #feeedf);
    text-align: center;
    padding: 20px;
    padding-top: 50px;
    position: relative;
        height: auto;
        text-align: center;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-top: -30px;
}
.top h1 img{
    position: relative;
    width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
    text-align: center;
    margin:  0 auto;
    padding: 0 auto;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    object-fit: cover;
    margin-top: -22px;
}
.top h2 img{
    width: 550px;
    padding-top: 10px;
    margin-bottom: -20px;
}

.one{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        
}
.onebox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.onebox h1{
    font-size: 40px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
}
.onebox h1 span{
    font-size: 50px;
    color: #d9751d;
}
.onebox h2 img{
    width: 700px;
}
.onebox h3{
    font-size: 25px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    color: #4a421d;
    line-height: 45px;
}
@media (max-width: 600px){
    .one{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        
}
.onebox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        margin-top: 10px;
}
.onebox h1{
    font-size: 25px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
}
.onebox h1 span{
    font-size: 30px;
    color: #d9751d;
}
.onebox h2 img{
    width: 700px;
}
.onebox h3{
    font-size: 18px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    color: #4a421d;
    line-height: 35px;
}
}


.two{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #fffef3;
}

.twobox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
        
}
.twobox h1{
    font-size: 40px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
}
.twobox h2{
    font-size: 25px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    color: #4a421d;
    line-height: 45px;
}
.twobox h2 span{
    font-size: 25px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    color: #f39b2b;
    line-height: 45px;
}

@media (max-width: 600px){
    .two{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #fffef3;
}

.twobox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
        
}
.twobox h1{
    font-size: 25px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  margin-top: -1px;
}
.twobox h2{
    font-size: 18px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    color: #4a421d;
    line-height: 30px;
    text-align: justify;
}
.twobox h2 span{
    font-size: 18px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    color: #f39b2b;
    line-height: 30px;
}
}


.three{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #fffef3;
}

.threebox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.three h1{
    font-size: 40px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  padding-top: 20px;
}
.yellow1{
    background-color: #fdfbe3;
    border-radius: 30px;
    padding: 20px;
}
.yellow1 h1{
    color: #8a1e56;
}
.yellow1 img{
    width: 700px;
    padding-top: 20px;
    padding-bottom: -20px;
    margin-bottom: -20px;
}
.yellow1 h3 img{
    width: 700px;
    padding-bottom: 50px;
}
.yellow1 p img{
    margin-top: -20px;
}
.yellow2{
    background-color: #fdfbe3;
    border-radius: 30px;
    padding: 20px;
    margin-top: 30px;
}
.yellow2 h1{
    color: #5b7032;
}
.yellow2 h2{
    font-size: 30px;
    color: #839060;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  margin-top: -20px;
}
.yellow2 h3 img{
    width: 700px;
    padding-bottom: 30px;
    padding-top: 40px;
}
.three p{
    font-size: 30px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    line-height: 50px;
    padding-top: 20px;
    padding-bottom: 40px;
}
@media (max-width: 600px){
    .three{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #fffef3;
}

.threebox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 0px;
}
.three h1{
    font-size: 25px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  padding-top: 20px;
}
.yellow1{
    background-color: #fdfbe3;
    border-radius: 20px;
    padding: 20px;
}
.yellow1 h1{
    color: #8a1e56;
    margin-top: -1px;
}
.yellow1 img{
    width: 700px;
    padding-top: 20px;
    padding-bottom: -20px;
    margin-bottom: -20px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 0px;
}
.yellow1 h3 img{
    width: 700px;
    padding-bottom: 20px;
}
.yellow1 p img{
    margin-top: -20px;
}
.yellow2{
    background-color: #fdfbe3;
    border-radius: 20px;
    padding: 20px;
    margin-top: 10px;
}
.yellow2 h1{
    color: #5b7032;
    margin-top: -1px;
}
.yellow2 h2{
    font-size: 20px;
    color: #839060;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  margin-top: -10px;
}
.yellow2 h3 img{
    width: 700px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.three p{
    font-size: 16px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
}


.four{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #1981b8;
        padding-top: 50px;
}
.four img{
    width: 550px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.fourbox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 50px;
        padding-right: 50px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 0px 10px #ffffff;
    border: dashed 2px #1e6a8b;
}
.fourbox h1{
    font-size: 40px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
}
.fourbox h2{
    text-align: justify;
    padding: 10px;
    width: 700px;
    position: relative;
        height: auto;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
}
@media (max-width: 600px){
  .four{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #1981b8;
        padding-top: 30px;
}
.four img{
    width: 550px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.fourbox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left:20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 0px 10px #ffffff;
    border: dashed 2px #1e6a8b;
}
.fourbox h1{
    font-size: 25px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
}
.fourbox h2{
    text-align: justify;
    padding: 10px;
    width: 700px;
    position: relative;
        height: auto;
        padding-top: 10px;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
}  
}

.five{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #fffef3;
        padding-top: 70px;
        padding-bottom: 50px;
}
.fivebox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 20px;
        box-sizing: border-box;
        /* --- 1. 枠線の設定（実線） --- */
  border-radius: 40px;          /* 角を丸く */
  background-color: #ffffff;    /* 背景は白 */

  /* --- 2. 下に影の設定 --- */
  /* 影を下に落とすために 2番目の値を大きめに（6px）設定しています */
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
}
.fivebox h1{
    font-size: 40px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  padding-top: 30px;
}
.fivebox h2{
    font-size: 25px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    color: #4a421d;
    line-height: 45px;
    text-align: justify;
    padding: 10px;
    width: 920px;
    position: relative;
        height: auto;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 20px;
        box-sizing: border-box;
}
.fivebox h3 img{
width: 700px;
}
.fivebox h5 img{
width: 800px;
padding-bottom: 30px;
padding-top: 30px;
}
@media (max-width: 600px){
    .five{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #fffef3;
        padding-top: 10px;
        padding-bottom: 0px;
}
.fivebox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 20px;
        box-sizing: border-box;
        /* --- 1. 枠線の設定（実線） --- */
  border-radius: 30px;          /* 角を丸く */
  background-color: #ffffff;    /* 背景は白 */

  /* --- 2. 下に影の設定 --- */
  /* 影を下に落とすために 2番目の値を大きめに（6px）設定しています */
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
}
.fivebox h1{
    font-size: 25px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  padding-top: 20px;
}
.fivebox h2{
    font-size: 18px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    color: #4a421d;
    line-height: 30px;
    text-align: justify;
    padding: 10px;
    width: 920px;
    position: relative;
        height: auto;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 30px;
        margin-top: 20px;
        box-sizing: border-box;
}
.fivebox h3 img{
width: 700px;
}
.fivebox h5 img{
width: 800px;
padding-bottom: -10px;
margin-bottom: -50px;
padding-top: 10px;
}
}

.six{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #fffef3;
}
.sixbox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px;
        margin-top: 20px;
    background-color: #fdfbe3;
    border-radius: 30px;
    padding: 20px;

}
.sixbox img{
    width: 900px;
    padding-top: 30px;
}
.sixbox h1{
    font-size: 40px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  padding-top: 40px;
}
.six h3 img{
    width: 550px;
}
@media (max-width: 600px){
    .six{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #fffef3;
}
    .sixbox{
    text-align: center;
    padding: 10px;
    width: 1100px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 50px;
        margin-top: 20px;
    background-color: #fdfbe3;
    border-radius: 20px;
    padding: 20px;

}
    .sixbox h1{
    font-size: 25px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  padding-top:10px;
}
.sixbox img{
    width: 900px;
    padding-top: 0px;
}
}



.seven{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 50px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        background-color: #fffef3;
}
.sevenbox{
    text-align: center;
    padding: 10px;
    width: 1200px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.sevenbox h1{
    font-size: 40px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  padding-top: 20px;
}
@media (max-width: 600px){
    .seven{
    text-align: center;
    padding: 0px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 50px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        background-color: #fffef3;
}
.sevenbox{
    text-align: center;
    padding: 0px;
    width: 1200px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.sevenbox h1{
    font-size: 25px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  padding-top: 0px;
  padding-bottom: 20px;
}
}
.nine{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #1981b8;
}
.ninebox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.ninebox h1{
    font-size: 40px;
    color: #ffffff;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  padding-top: 40px;
}
.ninebox h2 img{
    width: 600px;
    padding-top: 20px;
}
.ninebox h3{
    font-size: 25px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 45px;
}
.ninebox h4 img{
    width: 900px;
    padding-top: 40px;
    padding-bottom: 50px;
}
@media (max-width: 600px){
    .nine{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #1981b8;
}
.ninebox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
    .ninebox h1{
    font-size: 25px;
    color: #ffffff;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  padding-top: 0px;
}
.ninebox h3{
    font-size: 18px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
}
.ninebox h4 img{
    width: 900px;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-left: 30px;
    padding-right: 30px;
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        padding-bottom: 30px;
}
}

.ten{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -20px;
        background-color: #fffef3;
        box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
}
.tenbox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -10px;
        margin-top: 20px;
}
.tenbox h1 img{
    width: 550px;
}
@media (max-width: 600px){
    .ten{
        padding-left: 10px;
        padding-right: 10px;
        
    }
    .tenbox{
    text-align: center;
    padding: 10px;
    width: 1000px;
    position: relative;
        height: auto;
        text-align: center;
        padding-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: -30px;
        margin-top: -15px;
}
}
















/* お問合せ */
.ot{
    text-align: center;
    padding: 10px;
    position: relative;
        height: auto;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
        margin-top: -10px;
        margin-bottom: -80px;
}
.otoiawaseboxbox{
    position: relative;
    height: auto;
    background-color: #ffffff;
    align-items: center;
    padding: 10px;
    text-align: center;
}
.otoiawasebox h1{
    text-align: center;
    display: inline-block;        /* 線の幅を文字に合わせる */
  line-height: 1.2;             /* 文字と線の隙間を調整 */
  padding-bottom: 2px;
  font-size: 38px;
  font-size: 40px;
    color: #19478b;
    font-family: 'Yusei Magic', sans-serif;
  font-weight: 400; /* Regular（通常サイズ） */
  padding-top: 30px;
  padding-top: 50px;
}
.otobox{
    width: 700px;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    max-width: 100%;
    justify-content: center;
    position: relative;
        height: auto;
        box-sizing: border-box;
        margin-bottom: 30px; 
        border: #081f5c 2px;
        border: 1.5px solid #4a421d;  /* 指定色の実線 */
}
.otobox .p1{
    text-align: center;
    font-size: 25px;
    margin-top: 15px;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 45px;
    font-size: 25px;
    font-family: 'Kiwi Maru', serif;
    font-weight: 400;
    color: #4a421d;
    line-height: 45px;
}
.otobox .p2{
    display: none;
}
.otoiawasebox h2{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 28px;
    color: #a13e29;
    font-weight: bold;
    letter-spacing: 1px;
}
.otoiawasebox h3{
    text-align: center;
    font-size: 80px;
    color: #ca601a;
    font-weight: bolder;
    margin-top: -20px;
    font-family: "Hiragino Sans", sans-serif;
}


  .otoiawasebox img{
    width: 80px;
    text-align: center;
    padding-right: 5px;
  }

  @media screen and (max-width: 768px) {
    .sp_br {
      display: block; 
    }
  }


  @media (max-width: 600px){
    .ot{
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 40px;
    }
    .otoiawasebox h1{
        font-size: 25px;
        margin-top: 10px;
        margin-bottom: 50px;

    }
    .otobox .p1{
        font-size: 18px;
    }
    .otobox{
        margin-top: -20px;
    }
    .otoiawasebox h2{
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .otoiawasebox h3{
        padding-top: 10px;
        font-size: 30px;
    }
    .otoiawasebox h4{
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    margin-top: -20px;
    margin-bottom: 10px;
}
.otoiawasebox h5{
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    margin-top: -10px;
    padding-top: -20px;
    margin-bottom: -10px;
    padding-left: 20px;
    padding-right: 20px;
    width: 300px;
    position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
}
    .otoiawasebox img{
        width: 30px;
    }
    .otoiawasebox .p1{
        text-align: justify;
        font-size: 15px;
        margin-top: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 25px;
        position: relative;
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        box-sizing: border-box;
    }
    .otobox .p1 span{
        display: inline-block;
    }
}
/*---スマホ時改行--*/
@media screen and (max-width: 500px) {
    .pc-br{display:none;}
    .sp-br{display:block;}
    }
/*---PC時改行--*/
@media screen and (min-width:500px){
    .pc-br{display:block;}
    .sp-br{display:none;}
    }

/* フッター */
.footerbox{
        position: relative;
            height: auto;
            text-align: center;
            padding-left: 20px;
            padding-right: 20px;
            margin: 0 auto;
            max-width: 100%;
            box-sizing: border-box;
            margin-bottom: 10px;
            margin-top: -20px;
}
.footerbox .p-1{
    margin-top: 12px;
    text-align: center;
    font-size: 12px;
}
.footerbox .p-2{
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
}
@media (min-width: 768px){
    .setumei{
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 20px;
    }
}
@media (max-width: 800px){
    .footerbox .p-1{
        margin-top: 10px;
        text-align: center;
        font-size: 10px;
        margin-bottom: -5px;
    }
    .footerbox .p-2{
        text-align: center;
        font-size: 10px;
        margin-bottom: 8px;
    }
}
/* パソコンで見たときは"pc"のclassがついた画像 */
.pc {
    margin: 0 auto;
    display: block !important;
    width: 1000px;
 }
.sp { display: none !important; }
img { max-width: 100%;}
 
/* スマートフォンで見たときは"sp"のclassがついた画像 */
@media only screen and (max-width: 430px) {
    img { max-width: 100%; }
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/* パソコンで見たときは"pc"のclassがついた画像 */
.pcc{
    margin: 0 auto;
    display: block !important;
    width: 1000px;
 }
.spp{ display: none !important; }
img { max-width: 100%;}
 
/* スマートフォンで見たときは"sp"のclassがついた画像 */
@media only screen and (max-width: 500px) {
    img { max-width: 100%; }
    .pcc{ display: none !important; }
    .spp{ display: block !important; }
}