@charset "UTF-8";

/* main-common
-------------------------------*/
#access {
    padding-top: 60px;
    margin-top: -60px;
    display: block;
}

body {
    font-size: 16px;
    line-height: 1.6em;
}

.pc {
    display: none !important;
}

a {
    transition: 0.3s;
}

main {
    padding-top: 62px;
}

.Btn_box ul {
    margin: 0 auto;
    padding: 30px 15px;
    max-width: 300px;
}

.Btn_box li {
    margin-bottom: 15px;
    font-size: 0;
    line-height: 0;
}

.Btn_box li img {
    width: 100%;
}

.Btn_box a img {
    transition: 0.3s;
}

.Btn_box a:hover img {
    filter: brightness(80%);
}

main h2 {
    font-size: 24px;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 40px;
}

main .lead {
    text-align: center;
    line-height: 28px;
    margin-bottom: 40px;
}

.Btn a,
form#mail_form input#form_submit_button {
    background: url(../../images/common/btn_bg.png) no-repeat center top;
    background-size: cover;
    display: block;
    width: 270px;
    margin: 30px auto 60px;
    padding: 15px 0;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.Btn a:hover,
form#mail_form input#form_submit_button:hover {
    width: 300px;
}

.arrow_r a,
.arrow_l a,
form#mail_form input#form_submit_button {
    position: relative;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.arrow_r a::before,
.arrow_l a::before,
form#mail_form #form_submit::before {
    content: '';
    width: 8px;
    height: 7px;
    border: 0;
    border-top: solid 1px #fff;
    position: absolute;
    top: 47%;
    right: 31px;
    margin-top: -2px;
    transform: rotate(45deg);
    transition: 0.3s;
}

.arrow_r a::after,
.arrow_l a::after,
form#mail_form #form_submit::after {
    content: '';
    width: 20px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 29px;
    height: 1px;
    transition: 0.3s;
}

.arrow_r a:hover::before,
form#mail_form #form_submit:hover::before {
    right: 20px;
}

.arrow_r a:hover::after,
form#mail_form #form_submit a:hover::after {
    right: 18px;
}

.arrow_l a::before {
    right: auto;
    left: 31px;
    transform: rotate(-45deg);
}

.arrow_l a::after {
    right: auto;
    left: 29px;
}

.arrow_l a:hover::before {
    left: 20px;
}

.arrow_l a:hover::after {
    left: 18px;
}

.Tit_box {
    background-size: cover;
    width: 100%;
    height: 107px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.Tit_box h1 {
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}


/* header
-------------------------------*/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    height: 62px;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #f6f2e6;
}

header .logo {
    width: 127px;
    padding-top: 4px;
}

header .logo img {
    width: 100%;
}

header nav ul {
    margin: 0 auto;
    padding-top: 31px;
    text-align: center;
}

header nav li a {
    position: relative;
    display: block;
    font-size: 20px;
    margin: 0 0;
    letter-spacing: -0.06em;
    font-weight: bold;
}

header nav li a span {
    letter-spacing: -0.16em;
}

.contact_box .tel a {
    font-family: 'Crimson Text', serif;
}

.contact_box {
    padding-top: 5px;
    text-align: center;
}

.contact_box .tel {
    margin: 1em 2em;
}

.contact_box .tel a {
    font-size: 40px;
    padding-left: 24px;
    display: block;
    padding-bottom: 3px;
    position: relative;
}

.contact_box .tel a .t {
    position: relative;
}

.contact_box .tel a .t::after {
    content: "";
    display: block;
    background: url(/images/common/tel.svg) no-repeat left bottom;
    background-size: 22px;
    position: absolute;
    bottom: 9px;
    left: -27px;
    width: 22px;
    height: 30px;
}

.contact_box .tel a span.mincho {
    font-size: 18px;
    display: block;
    padding-bottom: 5px;
}

.contact_box .mail a {
    display: flex;
    justify-content: center;
    position: relative;
    background: url(/images/common/mail_bg02.png) no-repeat center 50%;
    background-size: cover;
    padding: 12px 0;
    border-radius: 40px;
    color: #fff;
    font-size: 24px;
    margin: 0 auto;
    width: 300px;
}

.contact_box .mail a img {
    width: 33px;
    padding-right: 10px;
}


header .sp_contactbtn_top a {
    display: block;
    width: 50px;
    height: 50px;
    position: relative;
}

header .sp_contactbtn_top .m {
    position: absolute;
    top: 6px;
    right: 98px;
}

header .sp_contactbtn_top .t {
    position: absolute;
    top: 6px;
    right: 57px;
}

header .sp_contactbtn_top .m img {
    width: 21px;
}

header .sp_contactbtn_top .t img {
    width: 15px;
}

header .sp_contactbtn_top li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    text-align: center;
    /*一応BOX内の文字も中央寄せ*/
}

.nav-button {
    display: block;
    cursor: pointer;
}

.nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    background: #f6f2e6;
}

.nav-wrap .nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-wrap li {
    display: block;
    margin: 2em 0;
}

.nav-wrap a {
    font-size: 20px;
}

header .header_inner .open {
    display: block !important;
}


/*メニューボタン*/

.nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}

.nav-button {
    z-index: 20;
    position: absolute;
    width: 32px;
    height: 27px;
    top: 18px;
    right: 20px;
}

.nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #f08e9a;
    border-radius: 4px;
}

.nav-button span:nth-of-type(1) {
    top: 2px;
}

.nav-button span:nth-of-type(2) {
    top: 12px;
}

.nav-button span:nth-of-type(3) {
    bottom: 2px;
}

.nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
    top: -6px;
}

.nav-button.active span:nth-of-type(2) {
    opacity: 0;
}

.nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    top: 26px;

}


/* footer
-------------------------------*/

footer .Contact_area {
    background: url(/images/common/contact_bg.jpg) no-repeat center 50%;
    background-size: cover;
    width: 100%;
    height: 320px;
    position: relative;
}

footer .Contact_area .c_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    /*一応BOX内の文字も中央寄せ*/
}

footer .c_inner .txt {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

footer .Contact_area h2 {
    color: #fff;
    font-size: 28px;
}

footer .contact_box .tel {
    margin: 1em 0;
}

footer .contact_box .tel a {
    color: #fff;
}

footer .contact_box .tel a span {}

footer .contact_box .tel a .t::after {
    content: "";
    display: block;
    background: url(/images/common/tel02.svg) no-repeat left bottom;
}

footer .timebox {
    background: #ecead9;
    padding: 40px 15px;
}

footer .timetxt {
    text-align: center;
    font-size: 14px;
    margin: 5px 0;
}

footer .timebox img {
    width: 100%;
}

footer .timebox table {
    background: #f6f2e6;
    border: solid 1px #cfc8bf;
    width: 100%;
    margin: 0 auto;


}

footer .timebox h2 {
    font-size: 24px;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 10px;
}

footer .timebox .lead {
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}


footer .timebox table th,
footer .timebox table td {
    text-align: center;
    padding: 5px 3px;
    border: solid 1px #cfc8bf;
    font-size: 12px;
}

footer .timebox table th {
    background: #e6e2c2;
    font-size: 14px;
}

footer .timebox table th.t {
    text-align: right;
    background: none;
    padding: 7px 6px;
    width: 100px;
    font-size: 4vw;
    white-space: nowrap;
}

@media screen and (min-width: 400px) {
    footer .timebox table th.t {
        width: 130px;
        font-size: 16px;
        white-space: nowrap;
        padding: 10px 10px;
    }
}

footer .timebox table td {
    color: #8ab864;
    font-size: 14px;
    vertical-align: middle;

}

footer .timebox table td.g {
    color: #628942;

}

footer .Accessmap {
    padding: 40px 15px;
}

footer .Accessmap h2 {
    font-size: 24px;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 10px;
}

footer .Accessmap address {
    text-align: center;
    line-height: 28px;
    margin-bottom: 20px;
}

footer .Accessmap address .mincho {
    font-size: 18px;
}

footer .Accessmap .Map02 {
    width: 100%;
}

footer .Accessmap .Map02 img {
    width: 100%;
    height: auto;
}

footer .Shop_box {
    margin: 0 15px 0;
    padding: 0;
    position: relative;
    text-align: center;
}

footer .Shop_box address {
    line-height: 1.6em;
}

footer .Shop_box address strong {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
}

footer .Shop_box .p {
    margin-bottom: 10px;
}

footer .Shop_box .p img {
    width: 100%;
}

footer .Shop_box .d address {
    background: url(/images/common/map.svg) no-repeat 110% bottom;
    background-size: 180px;
    padding-bottom: 80px;
    text-align: left;
    margin-bottom: 20px;
}

footer .Shop_box .d address strong {
    text-align: center;
}

footer .Shop_box .d {
    padding: 0 0;
}

footer .Shop_box p strong {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}

footer .Shop_box p {
    margin-bottom: 20px;
}

footer .Shop_box .time {
    margin-bottom: 30px;
}

footer .Shop_box .time figure img {
    width: 100%;
}

footer .Map {
    margin: 0 0;
    height: 250px;
}

footer .Map iframe {
    width: 100%;
    height: 250px;
}

footer .Map iframe,
footer .Map object,
footer .Map embed {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

footer .copy {
    text-align: center;
    padding: 10px 0;
    letter-spacing: 0.03em;
}

footer .Btn_box {
    padding: 0 0;
    background: #f0e9d6;
    margin: 0;
    width: 100%;
    max-width: auto;
}

footer .Btn_box li:last-of-type {
    margin-bottom: 0;
}

footer .sp_contactbtn {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

footer .sp_contactbtn li {
    width: 50%;
    position: relative;

}

footer .sp_contactbtn a {
    display: block;
    width: 100%;
    height: 42px;
}

footer .sp_contactbtn .m {
    border-right: solid 1px #fff;
}

footer .sp_contactbtn .m img {
    width: 27px;
}

footer .sp_contactbtn .t img {
    width: 20px;
}

footer .sp_contactbtn li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    text-align: center;
    /*一応BOX内の文字も中央寄せ*/
}