﻿html:not(.responsive) {
    min-width: 1000px; /* viewport */
}
/*=============================================
 * body
 *=============================================*/
body {
    color: #292725;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0;
    background: #f5f1e5;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
    font-family: 'Noto Serif JP', serif;
}
.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen and (max-width: 999px) {
    .fnt-mincho {
        font-family: 'Noto Serif JP', serif;
    }
}
/*=============================================
 * .fnt - customs
 *=============================================*/
.fnt-mincho {}
.fnt-meiryo {}
.fnt-gothic {}
.fnt-garamond {}
/*=============================================
 * <main>
 *=============================================*/
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap {
    width: 1000px;
}
.btn a {
    display: block;
}
/*=============================================
 * <header>
 *=============================================*/
header {}
header h1 {
    position: absolute;
    top: 20px;
    right: 100px;
    color: #ded6bf;
    font-size: 14px;
    font-family: noto-sans-cjk-jp, sans-serif;
    letter-spacing: 3px;
}
header .logo {
    margin-left: 40px;
    margin-bottom: 24px;
    width: 182px;
    padding-top: 44px;
}
header .tel {}
header nav {
    clear: both;
    padding-left: 19px;
}
/*=============================================
 * key
 *=============================================*/
#key {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 500px;
    position: relative;
}
#key ul {
    min-height: inherit;
}
#key li {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*=============================================
 * <section>
 *=============================================*/
section {}
/*=============================================
 * <footer>
 *=============================================*/
footer {
    text-align: center;
    background: #292725;
    color: #fff;
    padding: 88px 0 60px;
}
footer p.btn {
    position: relative;
    width: 504px;
    margin: 0 auto 40px;
    max-width: 100%;
}
footer p.btn:hover a {
    border: 1px solid #2ba0c3;
    color: #2ba0c3;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
footer p.btn:hover:before {
    content: url(../img/shared/f_btn_arrow_on.png);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
footer p.btn:before {
    position: absolute;
    content: url(../img/shared/f_btn_arrow.png);
    width: 17px;
    height: 23px;
    top: 24px;
    right: 52px;
}
footer p.btn a {
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 18px 0 18px 52px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: left;
}
footer .logo {
    width: 30%;
    margin: 0 auto 32px;
}
footer .tel {}
footer nav {
    margin-bottom: 14px;
}
.cookies_link {
    font-size: 12px;
    color: #595653;
}
.cookies_link a {
    text-decoration: underline;
}
/*=============================================
 * .socialbuttons
 *=============================================*/
#socialbuttons {
    margin-bottom: 32px;
}
footer .socialbuttons {
    margin-bottom: 16px;
}
/*=============================================
 * copyright
 *=============================================*/
address {
       font-size: 12px;
    line-height: 25px;
    color: #595653;
    letter-spacing: 1px;
    font-weight: 500;
}
@media screen and (max-width: 999px) {
    footer p.btn:before {
        top: 26px;
        right: 13px;
        transform: scale(0.7);
    }
}
@media screen and (max-width: 375px) {}