@charset "utf-8";


* {
    list-style: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
    font-size: 100%;
    
}
body {
    color: #ffffff;
    background-color: #d5eaeb;
    font-family:'BIZ UDPMincho', serif;
    letter-spacing: 2px;
}


a:link, a:visited, a:hover, a:active {
    text-decoration: none;   
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;        
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;    
    vertical-align: bottom;
}

li {
    list-style: none;
}

.wrapper {
    max-width: 1100px;
    margin: 0 auto 30px auto;
    font-size: 0.9rem;
    padding: 0 4%;
}


@media screen and (max-width: 640px) {
 .wrapper {
     margin-bottom: 40px;
     padding: 0 8%;
    }
}


#header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1a4669;
    height: 74px;
    margin: 0 auto;
    padding: 3% 15%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;      
}    

.site-title {
    line-height: 1px;
}
.site-title a {
    display: block;
}

.contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.contact img {
    margin-left: 10px;
}
.headmenu ul {
    display: flex;
    padding: 5px 0;
}
.headmenu li {
    font-size: 0.8rem;
    margin-left: 30px;
}
#header li a {
    color: #ffffff;
    font-family: 'BIZ UDPMincho', serif;
    font-size: 19px;
    font-weight: 400;
}
.headmenu li a:hover {
    opacity: 0.5;
} 

.spmenu, .gnav {
    display: none;
}

@media screen and (max-width: 640px) {    
    
    #header {
        max-width: 100%;
        height: 80px;        
        padding: 4% 5%;
        display: flex;
        justify-content: space-between;
    }
    

    .rightmenu {
        display: none;
    }

    
    .spmenu {
        display: block;        
    }

    .spmenu ul {
        display: flex;
        
    }
    .spmenu li {
        margin-right: 20px;
    }
    

    .toggle {
        position: fixed;
        top: 2.5%;
        right: 3%;
        width: 42px;
        height: 42px;
        z-index: 3;
      }
      .toggle span {
        display: block;
        position: absolute;
        width: 30px;
        border-bottom: 3px solid #ffffff;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        left: 6px;
      }
      .toggle span:nth-child(1) {
        top: 9px;
      }
      .toggle span:nth-child(2) {
        top: 18px;
      }
      .toggle span:nth-child(3) {
        top: 27px;
      }
      .toggle.active span:nth-child(1) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
      }
      .toggle.active span:nth-child(2),
      .toggle.active span:nth-child(3) {
        top: 18px;
        left: 6px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
      }
      .gnav {
        display: block;
        background-color: #1a4669;
        background-color: rgba(26,70,105,0.9);
        width: 80%;
        position: fixed;
        left: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        height: auto;
        top: 0;
        padding: 30px 0 40px 0;
      }
      nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    
                
      }
      nav ul li {
        margin-top: 40px;
        margin-left: 20px;
      }
      nav ul li a {
        color: #ffffff;
      }
      
      .gnav.active {
        left: 50%;
      }
}



#mainvisual {
    width: 100%;
    max-width: 1920px;
    padding-top: 90px;
}
#mainvisual img {
    object-fit: cover;
}

@media screen and (max-width: 640px) {
    #mainvisual {
         padding-top: 80px;
    }
}    

#annai {
    width: 100%;
    max-width: 1920px;
      
}
#annai img {
    object-fit: cover;
}

#schedule {
    width: 100%;
    max-width: 1920px;
    height: 200px;    
}
#schedule img  {
    object-fit: cover;
}
#schedule a:hover {
    opacity: 0.8;
}

.news-title {
    margin-top: 40px;
    margin-bottom: 90px;
    padding-left: 18%;
}
.bar {
    display: none;
}
@media screen and (max-width: 640px) {
    .news-title {
        display: block;
        margin: auto;
        left: 0;
        right: 0;
    }
    .news-title img {
        width: 80%;
        margin: 0 auto 30px auto;
    }
    
}  


.news-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 10px;
    opacity: 0;
    transform : translate(0, 100px);
    transition : all 1s;
}
.news-area.up {
    opacity : 1;
    transform : translate(0, 0);
}


@media screen and (max-width: 640px) {
    .news-area {
        display: none;
}
}


.news-img, .news-text {
    display: flex;
    width: 31%;
    margin-left: 10px;
    margin-bottom: 10px;
}
.news-img, .news-text img {
    display: block;
    justify-content: space-between;
}
.news-text {
    position: relative;
}

.newsmore {
    display: flex;
    position: absolute;
    top: 80%;
    right: 14%;
}
.newsmore :hover {
    transform: translateX(10px);
    transition: all 0.2s;
}

.spnews-area {
    display: none;
}

@media screen and (max-width: 640px) {
    .bar {
        display: block;
        text-align: center;
        left: 0;
        right: 0;
        margin-bottom: 30px;
    }
    .bar img {
        width: 100%;
        height: auto;
    }
    
    .spnews-area {
        display: block;
        opacity: 0;
        transform : translate(0, 100px);
        transition : all 1s;
    }
    .spnews-area.up {
        opacity : 1;
        transform : translate(0, 0);
    }

    .spnews {
        display: flex;
        justify-content: space-between;
        text-align: center;
        align-items: center;
        margin: 0 auto 30px auto;
        left: 0;
        right: 0;
    }
    
    .newsphoto {
        width: 38%;
        height: auto;
    }
    .newstext {
        width: 90%;
        height: auto;
    }

}
.list {
   display: flex;
   justify-content: flex-end;
   padding-right: 21%;
   margin-top: 20px;
   margin-bottom: 40px;
}   
.list :hover {
    opacity: 0.9;
}

@media screen and (max-width: 640px) {
    .list {        
        padding-right: 2%;        
    }
    .list img {
        width: 70%;
        height: auto;
    }
}

.tsuyomi {
    position: relative;
}
img .tsuyomiimg {
    width: 1920px; 
    height: 410px;
}

.pointall {    
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 48%;
    position: absolute;
    top: 11%;
    right: 10%;
    opacity: 0;
    transform : translateX(50px);
    transition : 1s ease;
}

   
.text {
    margin-left: 50px;
    position: relative;
}
.text:hover {
    transform: scale(1.1, 1.1);
    transition: all 0.2s;
}
.more {
    display: flex;
    position: absolute;
    top: 85%;
    right: 14%;
}
.more:hover {
    transform: translateX(10px);
    transition: all 0.2s;
}

.sp-tsuyomi {
    display: none;
}


@media screen and (max-width: 640px) {
    .tsuyomi {
        display: none;
    }
    .sp-tsuyomi {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        display: block;
        position: relative;
    }
    .sptsuyomiback {
        display: block;    
        top: 0;
        left: 0;
        right: 0;
    }
    .sp-pointall {
        position: absolute;
        top: 120px;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;
        transform : translate(0, 100px);
        transition : all 1s;
    }
    .sp-pointall.up {
        opacity : 1;
        transform : translate(0, 0);
    }

    .sp-point {
        width: 80%;
        height: auto;
        margin: 0 auto 20px auto;
    }
}


#target {
    width: 100%;
    max-width: 1920px;
    object-fit: cover;
}

#target img:hover {
    opacity: 0.8;  
}

#yoyaku {
    width: 100%;
    max-width: 1920px;
    object-fit: cover;
}

#access {
    position: relative;

}    
.access img {
    width: 100%;
    max-width: 1920px;
    height: auto;
    object-fit: cover;  
}
.map {
    position: absolute;
    top: 12%;
    right: 8%;
}   

.map img {
    width: 70%;
    max-width: 100%;
    height: auto;
}     

.map img:hover {
    opacity: 0.8;
}

@media screen and (max-width: 640px) {
    .map {       
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .map img {
        display: block;
        margin: 0 auto;
        left: 0;
        right: 0;
    }   
}

#footer {
    background-color: #1a4669;
    color: #fff;
    font-size:0.6rem;
    padding: 30px;
    display: flex;
    
}


@media screen and (max-width: 640px) {
    #footer {
        display: block;
        padding: 5px;
    }
}

.flex-all {
    display: flex;
    justify-content: space-between;
    position: relative;
}


.footmenu {
    display: block;
    margin: 0 10px 30px auto;
}
.footmenu ul {
    display: flex;
    justify-content: flex-end;
}
.footmenu li {
    margin-left: 30px;
}

.footmenu li a {
    color: #ffffff;
    font-family: 'BIZ UDPMincho', serif;
    font-size: 15px;
}
.footmenu li a:hover {
    opacity: 0.5;
} 
.instatel {
    display: block;
    text-align: right;
}
.instatel p {
    margin-top: 30px;
}

@media screen and (max-width: 640px) {
    
    .footmenu, .instatel {
        display: none;
    }
    
    .left {
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
    }
    .footerlogo {
        display: block;
        width: 60%;
        margin: 0 auto 50px auto;
        left: 0;
        right: 0;
        
    }
    
}


.number {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}
.copy {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 640px) {
    .number, .copy {
        display: block;
        margin: 0 auto;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        line-height: 1rem;
        font-size: 10px;
    }
}