.header.change-color  {
    background-color: rgba(255, 255, 255, 0.9); 
    box-shadow:0 0 10px 10px rgba(255, 255, 255, 0.9);
  }
  
.bannerInfoBox {
    width: 90%;
    height: 80%;
    margin: auto;
    background-color: #fff;
    border-radius: 50px;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 5vh;
    margin: auto;
}
.bannerInfoBoxSide {
    width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerInfoBlock {
    width: 60%;
    height:90%;
    display: block;
}
.bannerInfoName {
    font-size: 2vw;
    font-weight: bold;
    color: #936B26;
    text-align: center;
    padding: 1.5vh 0;
}





.InfoTable {
	width: 100%;
    height:100%;
    padding: 0;
}

.InfoTableFlexTop {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.InfoTableFlex {
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}


.InfoTable h3 {
    width: 15%;
    height: auto;
    font-size: 1.5vw;
    font-weight: bold;
	color: #936B26;
    text-align: center;
    padding: 0.2em 1em;
    margin: 0.5em 0;
    margin-left: -10px; /* <h3> 要素を左に移動 */
    border: solid 3px #936B26;/*線*/
    border-radius: 10px;/*角の丸み*/
}

.InfoTable p {
    font-size: 1.1vw;
    font-weight: bold;
    width: 70%;
	color: #936B26;
    padding-left: 2vw;
}
.InfoTable span {
    font-size: 1vw;
} 

.infoPurpose {
    width: 30%;
    height: 70%;
}

.infoTopImg {
    width: 100%;
    height: 100%;
    position: relative; /* 要素の位置を相対位置に設定 */
    background-image: url("../images/info/infoTop.jpg"); /* 背景画像を設定 */
    background-size: cover; /* 背景画像を要素全体にフィットさせる */
    background-position: center; /* 背景画像の位置を中央に設定 */
    object-fit: cover; /* 画像を要素全体にフィットさせる */
}


.infoUnderBox {
    width: 100%;
    height: 100%;
}
.infoUnderImg {
    width: 100%;
    height: 100%;
    position: relative; /* 要素の位置を相対位置に設定 */
    background-image: url("../images/info/infoUnderImg.jpg"); /* 背景画像を設定 */
    background-size: cover; /* 背景画像を要素全体にフィットさせる */
    background-position: center; /* 背景画像の位置を中央に設定 */
    object-fit: cover; /* 画像を要素全体にフィットさせる */
}
.infoUnderImg::before {
    content: "";
    position: absolute;
    top: 0;  bottom: 0;
    left: 0;  right: 0;
    background: black;
    opacity:0.3;
  }

.infoUnderFlex {
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.infoUnderText {
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
}
.infoUnderText h3 {
    font-size: 2.5vw;
    font-weight: bold;
    color: #fff;
}
.infoUnderText a {
    font-size: 2.5vw;
    font-weight: bold;
    color: #fff;
}
.infoUnderText h2{
    padding: 5vh 0;
}
.infoMap {
    width: 50%;
    height: 90%;
    display: block;
    text-align: center;
}
.infoMap h3 {
    font-size: 20px;
    color: #fff;
}




/*----------------------------------------------------------------------------------


 タブレット画面　レスポンシブデザイン


----------------------------------------------------------------------------------*/
@media screen and (min-width:521px)and (max-width:960px) {
    .SpTabPadding {
        padding-bottom: 10%;
    }
    .bannerInfoBox {
        width: 90%;
        height: 90%;
        margin: auto;
        background-color: #fff;
        border-radius: 20px;
        position: initial;
    }
    .bannerInfoBoxSide {
        width: 100;
        height: 100%;
        display: block;
        justify-content: center;
        align-items: center;
    }
    .bannerInfoBlock {
        width: 80vw;
        height:auto;
        margin: auto;
        display: block;
        padding-top: 3vh;
    }
    .bannerInfoName {
        font-size: 3vw;
        font-weight: bold;
        color: #936B26;
        text-align: center;
        padding: 2vh 0;
    }
    
    
    
    
    
    .InfoTable {
        width: 100%;
        height:100%;
        padding: 0;
    }
    
    .InfoTableFlexTop {
        width: 80vw;
        display: flex;
        padding-bottom: 1vh;
    }
    .InfoTableFlexTop p {
        width: 80vw;
    }
    .InfoTableFlex {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 1vh;
    }
    
    .InfoTable h3 {
        width: 15%;
        height: auto;
        font-size: 2vw;
        font-weight: bold;
        color: #936B26;
        text-align: center;
        padding: 0.2em 1em;
        margin: 0.5em 0;
        border: solid 1.5px #936B26;/*線*/
        border-radius: 5px;/*角の丸み*/
    }
    
    .InfoTable p {
        font-size: 2vw;
        font-weight: bold;
        width: 70%;
        color: #936B26;
        padding-left: 2vw;
    }
    .InfoTable span {
        font-size: 2vw;
    } 
    
    .infoPurpose {
        padding: 3vh 0;
        width: 80%;
        height: 35%;
        margin: auto;
    }
    
    .infoTopImg {
        width: 100%;
        height: 100%;
        position: relative; /* 要素の位置を相対位置に設定 */
        background-image: url("../images/info/infoTop.jpg"); /* 背景画像を設定 */
        background-size: cover; /* 背景画像を要素全体にフィットさせる */
        background-position: center; /* 背景画像の位置を中央に設定 */
        object-fit: cover; /* 画像を要素全体にフィットさせる */
    }

    .infoUnderFlex {
        width: 80%;
        height: 100z;
        display: block;
        padding-top: 10vh;
    } 
    .infoUnderText {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
    }
    .infoUnderText h3 {
        font-size: 3vw;
        font-weight: bold;
        color: #fff;
    }
    .infoUnderText a {
        font-size: 5vw;
        font-weight: bold;
        color: #fff;
    }
    .infoUnderText h2{
        font-size: 3vh;
        padding: 2vh 0;
    }
    .infoMap {
        width: 90%;
        height: 30vh;
        display: block;
        margin: auto;
        text-align: center;
        padding-top: 3vh;
    }
    .infoMap h3 {
        font-size: 20px;
        color: #fff;
    }
    .height75vh {
        height: 75vh;
    }
    .infoUnderImg {
        width: 100%;
        height: 100%;
        position: relative; /* 要素の位置を相対位置に設定 */
        background-image: url("../images/info/infoUnderImg.jpg"); /* 背景画像を設定 */
        background-size: cover; /* 背景画像を要素全体にフィットさせる */
        background-position: left 30% bottom 50%; /* 背景画像の位置を中央に設定 */
        object-fit: cover; /* 画像を要素全体にフィットさせる */
    }
}



/*----------------------------------------------------------------------------------


 スマホ画面　レスポンシブデザイン


----------------------------------------------------------------------------------*/
@media screen and (max-width:520px) {
    .SpTabPadding {
        padding-bottom: 15%;
    }
    .bannerInfoBox {
        width: 90%;
        height: 90%;
        margin: auto;
        background-color: #fff;
        border-radius: 20px;
        position: initial;
    }
    .bannerInfoBoxSide {
        width: 100;
        height: 100%;
        display: block;
        justify-content: center;
        align-items: center;
    }
    .bannerInfoBlock {
        width: 80vw;
        height:auto;
        margin: auto;
        display: block;
        padding-top: 3vh;
    }
    .bannerInfoName {
        font-size: 14px;
        font-weight: bold;
        color: #936B26;
        text-align: center;
        padding: 3vh 0;
    }
    
    
    
    
    
    .InfoTable {
        width: 100%;
        height:100%;
        padding: 0;
    }
    
    .InfoTableFlexTop {
        width: 80vw;
        display: flex;
        padding-bottom: 1vh;
    }
    .InfoTableFlexTop p {
        width: 80vw;
    }
    .InfoTableFlex {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 1vh;
    }
    
    .InfoTable h3 {
        width: 15%;
        height: auto;
        font-size: 3vw;
        font-weight: bold;
        color: #936B26;
        text-align: center;
        padding: 0.2em 1em;
        margin: 0.5em 0;
        border: solid 1.5px #936B26;/*線*/
        border-radius: 5px;/*角の丸み*/
    }
    
    .InfoTable p {
        font-size: 3vw;
        font-weight: bold;
        width: 70%;
        color: #936B26;
        padding-left: 2vw;
    }
    .InfoTable span {
        font-size: 3vw;
    } 
    
    .infoPurpose {
        padding: 3vh 0;
        width: 80%;
        height: 30%;
        margin: auto;
    }
    
    .infoTopImg {
        width: 100%;
        height: 100%;
        position: relative; /* 要素の位置を相対位置に設定 */
        background-image: url("../images/info/infoTop.jpg"); /* 背景画像を設定 */
        background-size: cover; /* 背景画像を要素全体にフィットさせる */
        background-position: center; /* 背景画像の位置を中央に設定 */
        object-fit: cover; /* 画像を要素全体にフィットさせる */
    }

    .infoUnderFlex {
        width: 80%;
        height: 80%;
        display: block;
    } 
    .infoUnderText {
        width: 100%;
        height: auto;
        display: block;
        text-align: center;
    }
    .infoUnderText h3 {
        font-size: 5vw;
        font-weight: bold;
        color: #fff;
    }
    .infoUnderText a {
        font-size: 5vw;
        font-weight: bold;
        color: #fff;
    }
    .infoUnderText h2{
        padding: 3vh 0;
    }

    .infoMap {
        width: 100%;
        height: 50%;
        display: block;
        text-align: center;
        padding-top: 5vh;
    }
    .infoMap h3 {
        font-size: 3vw;
        color: #fff;
    }
    .infoUnderImg {
        width: 100%;
        height: 100%;
        position: relative; /* 要素の位置を相対位置に設定 */
        background-image: url("../images/info/infoUnderImg.jpg"); /* 背景画像を設定 */
        background-size: cover; /* 背景画像を要素全体にフィットさせる */
        background-position: left 30% bottom 50%; /* 背景画像の位置を中央に設定 */
        object-fit: cover; /* 画像を要素全体にフィットさせる */
    }



    
   
    
  }