@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');
      }    
body {
    margin: 0;
}    
h2 {
    font-size: 24px;
}
h3 {
    font-size: 18px;
}
.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;

    
}
.mlheader {
    display: none;
}
.concept {
    padding-top: 75px;
    margin: 0 auto;
}
.concept h2 {
    font-family: ほのか新アンティーク角Medium ;
    font-weight: bold;
    background-image: url(../images/concept.png);
    height: 250px;
    line-height: 250px;
    background-size: cover;
    background-position: 50%;
    margin: 0;
    vertical-align: -90px;
    padding-left: 100px;
    margin-bottom: 50px;
}
.explain {
    text-align: center;
    font-size: 20px;
}
.explain p {
    margin: 10px;
}
.flex1 {
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    justify-content: center;
    max-width: 1000px;
    width: 100%;
    margin-bottom: 25px;
}
.text {
    position: relative;
    width: 445px;
    height: 250px;
    letter-spacing: 1px;
}
.textsub {
    margin-left: 25px;
    margin-bottom: 25px;
}
.textsub2 {
    margin-right: 25px;
    margin-bottom: 25px;
}
.text h3 {
    border-left: solid 5px#c4942e ; 
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ebdfc8;
}
.image img {
    width: 460px;
    height: 250px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.spconcept {
    display: none;
}
.access h2 {
    font-size: 20px;
    padding: 10px;
    background-color: #c4942e;
    color: #fff;
    font-family: ほのか新アンティーク角Medium ;
    font-weight: bold;
}
.flex2 {
    padding: 20px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}
.map {
    padding-top: 20px;
    padding-right: 40px;
    margin-bottom: 50px;
    width: 500px;
}
.text1 {
    padding: 20px;
    padding-top: 30px;
}
.text1 p {
    margin-bottom: 25px;
}

.flex2{
    display: flex;
    justify-content: flex-start;
}
.footer {
    height: 200px;
    background-color: #ebdfc8;
}
.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;
}