@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Spectral:wght@400;700&display=swap');
/*reset
────────────────────────────────────*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}
html {
    font-size: 62.5%; /* 10px */
}
body {
    overflow-x: hidden;
    width: auto;
    color: #333333;
    font-size: 1.5rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "游ゴシック体", "游ゴシック Medium", "游ゴシック", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
    padding-top: 0 !important;
    line-height: 2;
    position: relative;
}
b, strong, .bold {
    font-family: YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
    font-family: "Segoe UI", Meiryo, sans-serif;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}
h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
ul li {
    list-style: none;
}
img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    height: auto;
    flex-shrink: 0;
    align-self: flex-start;
}
figure img {
    width: 100%;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
/*common
────────────────────────────────────*/
a {
    color: #333333;
    text-decoration: none;
    display: inline-block;
}
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a.anchor {
    display: block;
    padding-top: 160px;
    margin-top: -160px;
    position: absolute;
}
br.br1041, br.br1040, br.br768, br.br540, br.br415 {
    display: none;
}
body {
    position: relative;
}
.inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nowrap {
    white-space: nowrap;
}
ul.dot li {
    position: relative;
    padding-left: 1.5rem;
}
ul.dot li::before {
    content: '・';
    position: absolute;
    top: 0;
    left: 0;
}
ul.list_kome li {
    position: relative;
    padding-left: 1.8rem;
}
ul.list_kome li::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 0;
}
.font_serif {
    font-family: 'Spectral', serif;
}
.fade {
    transition: all 1s;
    opacity: 0;
    visibility: hidden;
}
.fade01 {
    transform: translate(0, 0);
}
.fade02 {
    transform: translate(0px, -180px);
}
.fadein {
    visibility: visible;
    animation: fadein 1s ease forwards;
}
@keyframes fadein {
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}
.delay01 {
    animation-delay: 0.2s;
}
.delay02 {
    animation-delay: 0.4s;
}
.delay03 {
    animation-delay: 0.6s;
}
.delay04 {
    animation-delay: 0.8s;
}
.delay05 {
    animation-delay: 1s;
}
.delay06 {
    animation-delay: 0.8s;
}
.delay07 {
    animation-delay: 1s;
}
.delay08 {
    animation-delay: 1.2s;
}
.delay09 {
    animation-delay: 1.4s;
}
.delay10 {
    animation-delay: 1.6s;
}
.delay11 {
    animation-delay: 1.8s;
}

/*レスポンシブ
────────────────────────────────────*/
@media(min-width: 1041px) {
    br.br1041 {
        display: inline-block;
    }
}
@media screen and (max-width:1040px) {
    .inner {
        width: calc(100% - 40px);
    }
    br.br1041 {
        display: none;
    }
    br.br1040 {
        display: inline-block;
    }
}
@media(min-width: 769px) {
    /*769px以上の時は電話発信を無効*/
    a[href^="tel:"] {
        pointer-events: none;
    }
}
@media screen and (max-width:768px) {
    a.anchor {
        padding-top: 130px;
        margin-top: -130px;
    }
    br.br1040 {
        display: none;
    }
    br.br768 {
        display: inline-block;
    }
}
@media screen and (max-width:540px) {
    a.anchor {
        padding-top: 30px;
        margin-top: -30px;
    }
    /*
    br.br768 {
        display: none;
    }*/
    br.br540 {
        display: inline-block;
    }
    .inner {
        width: calc(100% - 30px);
    }
}
@media screen and (max-width:415px) {
    br.br540 {
        display: none;
    }
    br.br415 {
        display: inline-block;
    }
}
/*header
────────────────────────────────────*/
header {
    background: #6e4621;
    top: -150px;
    z-index: 10;
    position: absolute;
    width: 100%;
}
header .inner {
    padding: 10px 0;
    align-items: center;
}
header .header_logo {
    width: 110px;
}
header .global_nav {}
header .global_nav .gnav_li a {
    padding: 0 20px;
    color: #fff;
}
.drawerBtn {
    display: none;
}
/*---header 固定化されたときのCSS-----*/
header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
    -o-transition: top 0.65s ease-in;
    width: 100%;
}
/*footer
──────────────────────────v──────────*/
footer {
    background: #a47e5b;
    text-align: center;
    padding: 30px 0 40px;
    line-height: 1.6;
    color: #fff;
}
footer img {
    width: 150px;
}
footer .copylight {
    font-size: 1.2rem;
    margin-top: 50px;
}
@media screen and (max-width:1000px) {}
@media screen and (max-width:768px) {
    header .header_logo {
        width: 80px;
    }
    header .global_nav .gnav_li a {
        padding: 0 17px;
    }
}
@media screen and (min-width:541px) {
    header .header_sp_logo, .drawerMenu {
        display: none;
    }
}
@media screen and (max-width:540px) {
    header {
        position: fixed;
        top: 0;
        left: 0;
        background: transparent;
    }
    header .inner {
        justify-content: flex-end;
    }
    header .header_logo, header .global_nav {
        display: none;
    }
    header .drawerBtn {
        width: 50px;
        height: 50px;
        cursor: pointer;
        background: #ffffff;
        border-radius: 29px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header .drawerBtn > div {
        width: 27px;
        height: auto;
    }
    header .drawerBtn span {
        display: block;
        width: 100%;
        height: 2px;
        background: #333333;
        transition: .3s;
    }
    header .drawerBtn span + span {
        margin-top: 7px;
    }
    header .drawerBtn.on span:nth-of-type(1) {
        transform: rotate(135deg) translate(6px, -6px);
    }
    header .drawerBtn.on span:nth-of-type(2) {
        opacity: 0;
    }
    header .drawerBtn.on span:nth-of-type(3) {
        transform: rotate(-135deg) translate(6.5px, 6px);
    }
    .drawerMenu {
        display: block;
        padding: 70px 0 100px;
        visibility: hidden;
        z-index: 9;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #ffffff;
        transition: all .3s;
        transform: translateX(540px);
    }
    .drawerMenu.on {
        visibility: visible;
        transition: all .3s;
        transform: translateX(0);
    }
    .drawerMenu_content {
        padding: 0 20px;
    }
    .drawerMenu_title {
        display: flex;
        position: relative;
        align-items: center;
        border-bottom: 1px solid #7394b7;
    }
    .drawerMenu_title a {
        width: 100%;
        padding: 10px 10px 10px 15px;
        font-size: 1.6rem;
        display: flex;
        align-items: center;
    }
    .drawerMenu_title a:after {
        display: block;
        position: absolute;
        top: 43%;
        right: 15px;
        content: '';
        width: 8px;
        height: 8px;
        border-top: solid 1px #333333;
        border-right: solid 1px #333333;
        transform: rotate(45deg) translateY(0);
        pointer-events: none;
    }
    .overlay {
        display: none;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        height: 100%;
        position: absolute;
        z-index: 8;
    }
    .drawerMenu.on + .overlay {
        display: block;
        animation: show 0.2s linear 0s;
    }
    footer {
        padding: 20px 0 10px;
    }
    footer img {
        width: 80px;
    }
    footer .copylight {
        margin-top: 25px;
        font-size: 1.1rem;
    }
}
@media screen and (max-width:415px) {
    header .inner {
        width: calc(100% - 20px);
    }
}