
@charset "UTF-8";
html {
    font-size: 100%;
    overflow-x: hidden;
}
body {
    color: #000;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
li {
    list-style: none;
}
a {
    color: #009453;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
 /* 横幅 */
.wapper {
    max-width: 940px;
    padding: 0 20px;
    margin: 0 auto;
}
/* 上の矢印かっこ,画像にした */
.zaitaku {
    text-align: center; /* 中央揃え（必要に応じて） */
    margin-top: 100px; /* ←ここを調整して下に動かす */
}

.zaitaku img {
    width: 25%;
    padding-top: 0; /* 既にある場合は消すか、0にしてOK */
}


/* 文章 */
.twentynine {
    font-size: 24px;
    font-weight: bold;
    color: #ED6C00;
    line-height: 1.7;
    text-align: left;
    width: 370px;
    margin: 3% auto;
    display: block;           /* ← ブロック要素で中央寄せが効くように */


}
/* 吹き出し、オレンジも画像に */
.thirty {
    text-align: center;
    position: relative; /* ←追加：画像の z-index を効かせるために必要 */
}

.thirty img {
    width: 15%;
    position: relative; /* ←追加：これがないと z-index が効かない */
    z-index: 99; /* ←大きい値にして、吹き出し画像より前面に */
}


.photo img {
    width: 100%;
    max-width: 700px;
    height: auto;
    margin: -100px auto 50px auto;
    display: block;
}
.thiryone {
    font-size: 24px;
    font-weight: bold;
    color: #ED6C00;
    line-height: 1.5;
    margin: -5% auto;
    width: 375px;
}
.thirtytwo {
    font-size: 20px;
    color: #231815;
    line-height: 1.5;
    margin: 7% auto 0 auto;
    width: 375px;
}
.thirtythree {
    font-size: 20px;
    color: #009453;
    line-height: 1.5;
    margin: 1% auto;
    width: 375px;
}
.thirtyfour {
    font-size: 17px;
    font-weight: bold;
    color: #ED6C00;
    line-height: 1.5;
    letter-spacing: 0.15em;
    margin: 1% auto;
    width: 375px;
}
/* 問い合わせメール */
.mails {
    display: block;
    width: 360px;
    box-sizing: border-box;
    background: #45B035;
    padding: 15px  25px 15px 5px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
    margin: 1% auto;
}
.mail2 {
    color: #fff;
}
.mails img {
    width: 30px;
    height: auto;
    margin-right: 10px;
    vertical-align: -10px;
    margin-left: 1%;
    
}
/* 問い合わせ、電話 */ 
.tels {
    display: block;
    width: 360px;
    box-sizing: border-box;
    background: #45B035;
    padding: 15px  25px 15px 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    line-height: 1.3;
    margin: 1% auto;
}
.tel2 {
    color: #fff;
}
.tels span {
    font-size: 27px;
    letter-spacing: 0.05em
}
.thirtyfive {
    font-size: 19px;
    font-weight: 600;
    color: #ed6c00;
    letter-spacing: 0.12em;
    width: 375px;
    margin: 2% auto;
}
.map {
    width: 100%;
    max-width: 700px;/* PCでも小さめにする */
    margin: 30px auto;
    padding: 0 16px;/* スマホでも余白が出るように */
}
.map-inner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;/* アスペクト比（16:9）で高さ確保 */
    overflow: hidden;
}
.map-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.topgazou img {
    margin-top: 3%;
    margin-left: 71%;
}



/* スマホ用 */
@media screen and (max-width: 767px) {
    .zaitaku {
        margin: -20px auto 0 auto;
    }
    
    /* 上下の矢印かっこを画像に */
    .zaitaku img {
        width: 80%;
        position: relative;
        margin: 0 auto;
    }

    


    /* 文章 */
    .twentynine {
        font-size: 19px;
        font-weight: bold;
        color: #ED6C00;
        line-height: 1.7;
        text-align: left;
        width: 300px;
        margin: 10px auto;
        display: block;           /* ← ブロック要素で中央寄せが効くように */
        box-sizing: border-box;
    }
    .thirty {
        margin: 20px auto;
    }
    .thirty img {
        width: 50%;
    }

    
    .photo img {
        margin-top: -22%;  
    }
    .thiryone {
        font-size: 20px;
        font-weight: bold;
        color: #ED6C00;
        line-height: 1.7;
        text-align: left;
        width: 307px;
        margin: -60px auto 30px auto;
        display: block;           /* ← ブロック要素で中央寄せが効くように */
        box-sizing: border-box;
    }
    
    .thirtytwo {
        font-size: 16px;
        color: #231815;
        line-height: 1.5;
        text-align: left;
        width: 300px;
        margin: 0 auto 30px auto;
        display: block;           /* ← ブロック要素で中央寄せが効くように */
        box-sizing: border-box;
    }
    .thirtythree {
        font-size: 16px;
        color: #009453;
        line-height: 1.5;
        text-align: left;
        width: 300px;
        margin: 0 auto 30px auto;
        display: block;           /* ← ブロック要素で中央寄せが効くように */
        box-sizing: border-box;
    }
    .thirtyfour {
        font-size: 14px;
        color: #ED6C00;
        font-weight: bold;
        line-height: 1.3;
        letter-spacing: 0.15em;
        text-align: left;
        width: 300px;
        margin: 0 auto 30px auto;
        display: block;           /* ← ブロック要素で中央寄せが効くように */
        box-sizing: border-box;
    }
    /* 問い合わせメール */
    .mails {
        display: block;
        width: 320px;
        box-sizing: border-box;
        background: #45B035;
        padding: 10px  25px 10px 5px;
        text-align: center;
        font-size: 17px;
        font-weight: bold;
        border-radius: 10px;
        margin: 5% auto;
    }
    .mail2 {
        color: #fff;
    }
    .mails img {
        width: 30px;
        height: auto;
        margin-right: 3px;
        vertical-align: -10px
    }
   /* 問い合わせ、電話 */
    .tels {
        display: block;
        width: 320px;
        box-sizing: border-box;
        background: #45B035;
        padding: 10px  25px 10px 5px;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        border-radius: 10px;
        margin: 5% auto;
        line-height: 1.2;
    }
    .tel2 {
        color: #fff;
    }
    .tels span {
        font-size: 26px;
    }
   /* マップ */
    .map {
        width: 100%;
       max-width: 355px;/* PCでも小さめにする */
        margin: 30px auto;
       padding: 0 10px;/* スマホでも余白が出るように */
    }

   /* トップへの画像 */
    .thirtyfive {
        font-size: 15px;
        font-weight: 600;
        color: #ed6c00;
        letter-spacing: 0.1em;
        text-align: center;
        margin: 5% auto;
        width: 340px;
    }
    .topgazou img {
        position: relative;
        z-index: 10;
        display: inline-block;
        margin-top: 15px; /* 適宜調整 */
        margin-left: 320px;
        width: 40px;
        height: 40px;
    }


}
@media screen and (max-width: 350px) {
  /* iPhone SE（第1世代）など、幅350px以下のスマホ用スタイル */
  .twentynine {
        font-size: 18px;
       
    }
    .thiryone {
        font-size: 18px;
    }
}