@charset "UTF-8";
/* pageNav */
@media screen and (min-width: 769px){
  #pageNav{
    margin-top: 30px;
  }
  #pageNav>.txt01{
    max-width: 1040px;
    margin: 0 auto 30px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.8;
  }
  #pageNav>ul{
    width: 680px;
    margin: 0 auto 50px;
    letter-spacing: -.4em;
  }
  #pageNav>ul>li{
    display: inline-block;
    width: 320px;
    margin: 0 10px 10px;
    letter-spacing: normal;
  }
  #pageNav>ul>li>a{
    position: relative;
    display: block;
    width: 320px;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    background-color: #ff8a00;
  }
  #pageNav>ul>li>a:hover{
    text-decoration: none;
  }
  #pageNav>ul>li>a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -8px;
    font-size: 0;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 1040px){
  #pageNav>ul{
    width: 1020px;
  }
}
@media screen and (max-width: 768px){
  #pageNav{
    margin-top: 30px;
  }
  #pageNav>.txt01{
    margin: 0 20px 15px;
    font-size: 16px;
    line-height: 1.8;
  }
  #pageNav>ul{
    margin: 0 5px 40px;
    letter-spacing: -.4em;
  }
  #pageNav>ul>li{
    display: inline-block;
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
    letter-spacing: normal;
  }
  #pageNav>ul>li>a{
    position: relative;
    display: block;
    width: 100%;
    padding: 0 10px;
    color: #000;
    font-size: 15px;
    font-weight: bold;
    line-height: 45px;
    background-color: #ff8a00;
  }
  #pageNav>ul>li>a:hover{
    text-decoration: none;
  }
  #pageNav>ul>li>a::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    font-size: 0;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 470px){
  #pageNav>ul>li>a{
    font-size: 10px;
    white-space: nowrap;
  }
}

/* main */
@media screen and (min-width: 769px){
  #main .noteBox{
    max-width: 730px;
    margin: 40px auto 30px;
    padding: 0 20px;
  }
  #main .noteBox>.box{
    padding: 30px 20px;
    background-color: #000;
  }
  #main .noteBox>.box>.txt01{
    margin-bottom: 20px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
  }
  #main .noteBox>.box>.txt02{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
  }
  #main .noteBox>.box>.txt03{
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  #main .mapBox{
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px){
  #main .noteBox{
    margin: 40px 10px 30px;
  }
  #main .noteBox>.box{
    padding: 20px 10px;
    background-color: #000;
  }
  #main .noteBox>.box>.txt01{
    margin-bottom: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #main .noteBox>.box>.txt02{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
  }
  #main .noteBox>.box>.txt03{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
  #main .mapBox{
    margin-bottom: 50px;
  }
}
/* list01 */
@media screen and (min-width: 769px){
  #main .list01{
    max-width: 880px;
    margin: 0 auto 30px;
    padding: 0 10px;
  }
  #main .list01>li{
    margin-bottom: 0.5em;
    padding-left: 1em;
    line-height: 1.6;
    text-indent: -1em;
  }
}
@media screen and (max-width: 768px){
  #main .list01{
    margin: 0 auto 30px;
    padding: 0 15px;
  }
  #main .list01>li{
    margin-bottom: 0.5em;
    padding-left: 1em;
    line-height: 1.6;
    text-indent: -1em;
  }
}
/* list02 */
#main .list02>dt{
  margin-bottom: 10px;
  padding-left: 1.5em;
  font-weight: bold;
  text-indent: -1.5em;
  line-height: 1.4;
}
#main .list02>dd{
  margin-bottom: 30px;
  padding-left: 1.5em;
  line-height: 1.6;
}
@media screen and (min-width: 769px){
  #main .list02{
    max-width: 880px;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px){
  #main .list02{
    margin: 0 10px 30px;
  }
}

/* sec01 */
@media screen and (min-width: 769px){
  #sec01>.img01{
    max-width: 635px;
    margin: 0 auto 30px;
  }
  #sec01>.txt01{
    max-width: 880px;
    margin: 0 auto 30px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px){
  #sec01>.img01{
    margin: 0 20px 30px;
    text-align: center;
  }
  #sec01>.img01>img{
    width: 100%;
    max-width: 635px;
    height: auto;
  }
  #sec01>.txt01{
    margin: 0 20px 15px;
    font-size: 16px;
    line-height: 1.8;
  }
}
/* sec02 */
@media screen and (min-width: 769px){
  #sec02>.txt01{
    max-width: 1040px;
    margin: 0 auto 30px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 1.6;
  }
  #sec02>.map01{
    max-width: 1040px;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
  #sec02>.map01>.dragscroll{
    width: 100%;
    margin-bottom: 10px;
    cursor: auto !important;
  }
  #sec02>.map01>.dragscroll>img{
    width: 100%;
    height: auto;
    border: 1px solid #c9c9c9;
  }
  #sec02>.map01>.note{
    display: none;
  }
  #sec02>.map01>.note>span{
    font-size: 18px;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px){
  #sec02>.pageSubTitle01{
    margin-bottom: 0;
  }
  #sec02>.map01{
    margin-bottom: 20px;
  }
  #sec02>.map01>.dragscroll{
    width: 100%;
    max-width: 702px;
    height: 250px;
    margin: 0 auto 10px;
  }
  #sec02>.map01>.dragscroll>img{
    width: auto;
    height: 250px;
    border: 1px solid #c9c9c9;
  }
  #sec02>.map01>.note{
    max-width: 702px;
    margin: 0 10px;
    font-size: 12px;
  }
  #sec02>.map01>.note>span{
    font-size: 12px;
    font-weight: bold;
  }
}
/* sec04 */
#sec04 .list01 a{
  color: #000;
  text-decoration: underline;
}
#sec04 .txt03{
  line-height: 1.4;
}
#sec04 .txt04{
  line-height: 1.4;
}
#sec04 .txt04 em{
  font-weight: bold;
  font-style: normal;
}
@media screen and (min-width: 769px){
  #sec04 .list01>li{
    margin-bottom: 0;
  }
  #sec04 .txt01{
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #sec04 .box01{
    max-width: 880px;
    margin: 0 auto 30px;
    padding: 0 20px;
  }
  #sec04 .box01>.box{
    padding: 20px;
    border: 1px solid #e2e2e2;
  }
  #sec04 .box01 .list01{
    padding: 0;
  }
  #sec04 .txt02{
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  #sec04 .pageSubTitle02{
    margin-top: 30px;
  }
  #sec04 .content{
    padding: 0 20px;
  }
  #sec04 .txt05{
    font-size: 13px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px){
  #sec04 .list01>li{
    margin-bottom: 0;
  }
  #sec04 .txt01{
    margin: 0 10px 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  #sec04 .box01{
    margin: 0 10px 30px;
  }
  #sec04 .box01>.box{
    padding: 20px 10px;
    border: 1px solid #e2e2e2;
  }
  #sec04 .box01 .list01{
    padding: 0;
  }
  #sec04 .txt02{
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  #sec04 .pageSubTitle02{
    margin-top: 40px;
  }
  #sec04 .content{
    padding: 0 20px;
  }
  #sec04 .txt05{
    font-size: 13px;
    line-height: 1.4;
  }
}
/* sec05 */
@media screen and (min-width: 769px){
  #sec05 .txt01{
    max-width: 880px;
    margin: 0 auto 30px;
    padding: 0 20px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px){
  #sec05 .txt01{
    margin: 0 10px 30px;
    line-height: 1.6;
  }
}
/* sec06 */
@media screen and (min-width: 769px){
}
@media screen and (max-width: 768px){
}
