@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;
    font-family: ほのか新アンティーク角Medium;
    font-weight: bold;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

.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;
}

.modelhouse {
    padding-top: 75px;
    padding-bottom: 20px;
    overflow: hidden;
}

.modelhouse 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;
}

.explain h3 {
    margin: 16px;
    padding: 10px;
    color: #ff4500;
  
}

.explain h4 {
    margin: 16px;
}

.explain p {
    margin: 16px;
}

.explain {
    padding-top: 64px;
    width: 60%;
}

.image {
    padding-top: 50px;
    width: 40%;
}

.image img {
    width: 400px;
}

.box {
    width: 100%;
    max-width: 1000px;
    display: flex;
    margin: auto;
}


.access h2 {
    font-size: 20px;
    padding: 10px;
    background-color: #c4942e;
    font-family: ほのか新アンティーク角Medium;
    font-weight: bold;
    color: #fff;
}


.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;
    padding: 20px;
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

.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;
}