body{
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #7FC7DD;
    text-align:center;
    font-family: Noto Serif JP;
    font-style: normal;
}

footer{
    background-color: #FFFFFF;
    width: 100%;
    height: 85px;
    bottom: 0;
}


.background1{
    position: relative;
}
.background1 h1{
    position: absolute;
    color: #ffffff;
    font-family: Noto Serif JP;
    font-style: normal;
    font-size: min(4vw,48px);
   
    margin-left: 20px;
    
}

.background1 p{
   text-align: right;
    color: #ffffff;
    font-family: Noto Serif JP;
    font-style: normal;
    font-size: 18px;
    margin-right: 20px;
}

.background1 img{
    max-width: 100%;
}

.mapda{
    width: 100%;
}


nav{
    width: 100%;
  height: 70px;
  padding-top: 10%;
  position: relative;
  box-sizing: border-box;
  font-family: Noto Serif JP;
    font-style: normal;
    font-size: min(1.5vw,30px);
}

.lile{
    list-style: none;
    text-align: left;
    color: #ffffff;
    width: 15%;
}

.ale::after,
.ale::before {
  content: '';
  display: block;
  /* 初期状態でのwidthは0 */
  width: 0;
  height: 3px;
  background-color: #D65556;
  position: absolute;
  bottom: 0;
  transition: .5s;
}
/* 中心から線がスタートするので始点を50%の位置に移動する */
.ale::after {
  left: 50%;
}
.ale::before {
  right: 50%;
}

/* マウスカーソルが乗っかると中心からwidthが50%ずつ伸びて100%の線になる */
.ale:hover::before,
.ale:hover::after {
  width: 50%;
}

.ale:hover{
	color: #C75C5A;
}

.ale{
  letter-spacing: 3px;
  position: relative;
  background-color: #7FC7DD;
    display: block;
  text-decoration: none;
  color: #ffffff;
  margin-right: 35px;
  text-decoration: none;
    -webkit-transition:0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    -ms-transition: 0.8s;
    transition: 0.8s;

}


.mainscroll{
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
}

.a01{
    background-color: #ffffff;
    padding-left: 10%;
    padding-right: 10%;
    text-align:center;
    padding-top: 80px;
    padding-bottom: 80px;
}

@media screen and (min-width:450px){
    .a01{
        font-size: 14px;
        padding-top: 30px;
    padding-bottom: 30px;
    }
    .mapda{
        margin-top: -40px;
    }
    
}
    
@media screen and (max-width:300px){
    .a01{
        font-size: 14px;
        padding-top: 30px;
    padding-bottom: 30px;
    }
    .mapda{
        margin-top: -40px;
    }
    .background1 p{
        font-size: 12px;
    }
}

@media screen and (min-width:600px){
    .a01{
        font-size: 18px;
        padding-top: 50px;
    padding-bottom: 50px;
    }
    .mapda{
        margin-top: -50px;
    }
}

@media screen and (min-width:800px){
    .mapda{
        margin-top: -70px;
    }
    
}

@media screen and (min-width:1100px){
    .a01{
        font-size:24px;
    }
    .mapda{
        margin-top: -80px;
    }
}

.a02{
    background-color: #7FC7DD;
    width: 100%;
    height: 100%;
}

.syusyoku{
    font-size: 40px;
    color: #ffffff;
}

.OB{
    display:flex;
    height: 100%;
    margin-right: 10%;
    margin-left: 10%;
   
}
.OB p{
    white-space: pre-wrap;
    word-wrap: break-word;
    text-align: left;
    font-size: min(2vw,24px);
}

.maruimg{
    width: 40vw;
    height: 100%;
}

script {
    display: none;
}





.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}


.ryuSY{
    width: 180px;
    height: auto;
}

.toiawase{
    color: #5336d5;;
}