

@font-face {
    font-family: りいクッキーお試し;
    src: url('font/RiiCookieRt.otf') format('opentype');
    }
    @font-face {
        font-family: ほのか新アンティーク角Medium;
        src: url('font/Honoka-Shin-Antique-Kaku_M.otf') format('opentype');
      }    
.header {
    height: 75px;
    width: 100%;
    background-color: #ebdfc8;
    position: fixed;
    top: 0;
    z-index: 99;
    display: flex;
}
.headercnt {
    max-width: 1020px;
    min-width: 768px;
}        

.header-left {
    position: absolute;
    left: 50px;
}
.header-left img {
    width: 180px;
    height: 75px;
}
.header-right {
    position: absolute;
    right: 20px;
    display: flex;
}

.header-right ul {
    position: relative;
    top:15px;
    display: flex;
    list-style: none;
    text-decoration: none;
}
.header-right ul li {
    margin: 15px;
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.header-right ul li a {
    text-decoration: none;
    color: #000;
}
.btn a {
    color: #fff;
   line-height: 45px;
    text-decoration: none;
    
}
.btn {
    background-color: #eb9800;
    border-radius: 45px;
    padding: 0 10px;
    height: 45px;
    position: relative;
    top: 15px;
    font-family: ほのか新アンティーク角Medium;
    font-weight: bold;
}
.btn a {
    display: block;
}
.navi {
    font-family: ほのか新アンティーク角Medium;
}
.navi li a:hover{
    border-bottom: solid#000 2px;
}
.btn:hover {
    background-color: #ebb95e;

    
}

.toha {
    text-align: center;
    padding: 20px;
    background-color: #c4942e;
    color: #fff;
    font-family: ほのか新アンティーク角Medium ;
}
.toha h3 {
    font-size: 20px;
    padding: 10px;
}
.toha p {
    padding: 10px;
    font-size: 16px;
}
.syoukai {
    padding-top: 24px;
    padding-bottom: 24px;
    max-width: 1000px;
    min-width: 769px;
    margin: auto;
    overflow: hidden;
    height: 350px;
    position: relative;
}
.text {
    position: absolute;
    padding: 20px;
    float: left;
    width: 40%;
    height: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mlheader {
    display: none;
}


.douga-box{
    position: relative; 
    width: 40%; 
    margin: 0 10%;
    padding-top: 30%;
    padding-bottom: 0; 
    margin-right: 5px;
    box-shadow: 0 2px 8px 0 rgba(63,69,81,0.16); 
    overflow: hidden;
    border-radius: 8px; 
    will-change: transform;
    float:right ;
}

.douga-cnt {
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    border: none; 
    padding: 0;
    margin: 0;
}

.mainvisual {
    padding-top: 100px;
    text-align: center;
    background-image:url(../images/mainvisual.jpg) ;
    height: 500px;
    width: 100%;
    background-size: cover;
    font-family: BIZ UDP明朝;
    overflow: hidden;
}

.mainvisual h2 {
    position: relative;
    top: 100px;
    font-size: 70px;
    color: #fff;
    background: rgba(196,148,46,0.5);
    padding: 8px;
}

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 5s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

.spmainvisual {
    display: none;
}
.flex1 {
    padding: 20px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.access h2 {
    font-size: 20px;
    padding: 10px;
    background-color: #c4942e;
    font-family: ほのか新アンティーク角Medium ;
    color: #fff;
    font-weight: bold;
}
.text1 {
    padding: 20px;
    padding-top: 30px;
}
.text1 p {
    margin-bottom: 25px;
}
.map {
    padding-top: 20px;
    padding-right: 40px;
    margin-bottom: 50px;
    width: 500px;
}

.flex1 {
    display: flex;
    justify-content: flex-start;
}

.footer {
    height: 200px;
    background-color: #ebdfc8;
    overflow: hidden;

}
.footer img {
    width: 180px;
    height: 75px;
    margin-top: 50px;
}
.flex {
    display: flex;
    justify-content: center;
}
.icon ul {
    display: flex;
    margin-top: 60px;
}
.icon ul li {
    margin: 20px;
    list-style: none;
}
.icon ul li a {
    text-decoration: none;
    list-style: none;
    color: #000;
    font-family: ほのか新アンティーク角Medium ;
    font-weight: bold;
}
.icon ul li a:hover {
    border-bottom: solid#000 2px;
}
.footer p {
    text-align: center;
    font-size: 8px;
    margin-top: 50px;
}
.spfooter {
    display: none;
}
