@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}
html {
    font-size: 5px;
}
body {
    color: #000000;
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
    -webkit-text-size-adjust: 100%;
}
p {
    text-align: justify;
}
dt {
}
dd {
}
strong, th {
    font-weight: bold;
}
ul, ol {
}
li {
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Staatliches', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    padding: 9px;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #aaa;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a:link {
    color: #0066a8;
    text-decoration:none;
}
a:visited {
    color: #204862;
    text-decoration:none;
}
a:active {
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
    height: auto;
}
.none {
    display: none !important;
}
.pc {
    display: none !important;
}
.justifyleft {
    text-align: left !important;
}
.justifyright {
    text-align: right !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}
/* クリスマス系リンク */
.christmas_link {
    display: none !important;
}
.christmas_reserve_end {
    padding: 30px 0 50px;
    /* text-align: center; */
    text-align: left;
    line-height: 1.7;
}

/******************************************************/
/* base  */
/******************************************************/
#top {
    overflow: hidden;
}
#wrapper {
    position: relative;
}
#main {
    display: block;
    position: relative;
}
#main .inbox {
    position: relative;
}
.contents {
}
.contents a:link {
    color: #117434;
    text-decoration: underline;
}
.contents a:visited {
    color: #284d35;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    background: rgba(0,0,0,0.85);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2001;
    height: 60px;
}
header #gn {
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header #logo {
    flex-grow: 1;
    text-align: left;
    padding-left: 25px;
}
header #logo img {
    width: 135px;
    height: 60px;
    height: auto;
}
/* ハンバーガーメニュー */
header .smp_head {
    position: relative;
}
header #smp_open_menu {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 10000;
    width: 50px;
    height: 50px;
}
.open header #smp_open_menu {
    background: url(../images/base/sp_header_menu_close.png) no-repeat;
    background-size: 50px 50px;
    position: fixed;
}
.open header #smp_open_menu .menu-trigger {
    display: block;
    width: 50px;
    height: 50px;
}
.open header #smp_open_menu img {
    visibility: hidden;
}
#overlay {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.5);
}
header #gn .inbox {
}
header #gn.fixed {
    background: #ffffff;
    position: fixed;
    width: 640px;
    height: 90px;
    top: 0;
    left: 0;
    z-index: 15000;
}
header #gn_main {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: calc(100% - 60px);
    padding: 35px 0 25px;
    background: rgba(0,0,0,0.85);
    color: #fff;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
header #gn_main.open {
    right: 0;
}
header #gn_main nav {
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
}
header #gn_main ul.gn_menu {
    background: url(../images/base/sp_gn_logo.png) no-repeat;
    background-size: 78px 131px;
    padding-left: 100px;
    min-width: 200px;
}
header #gn_main ul.gn_menu li {
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: normal;
    position: relative;
    padding-left: 20px;
    margin-bottom: 6px;
}
header #gn_main ul.gn_menu li a {
    display: block;
    color: #fff;
    padding: 7px 0;
}
header #gn_main ul.gn_menu li span {
    position: relative;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 3px;
    font-family: 'Staatliches', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}
header #gn_main ul.gn_menu li span::before {
    content: "";
    display: block;
    background: #fff;
    width: 10px;
    height: 2px;
    position: absolute;
    top: calc(50% - 1px);
    left: -20px;
}
header #gn_main ul.gn_menu li strong {
}
header #gn_main ul.sub {
    min-width: 250px;
    margin: auto;
}
header #gn_main ul.sub li {
    font-size: 2.8rem;
    font-weight: 600;
    margin-top: 15px;
}
header #gn_main ul.sub .tel {
}
header #gn_main ul.sub .tel a {
    background: #fff;
    color: #000;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
header #gn_main ul.sub .tel a img {
    margin-right: 10px;
    width: 13px;
    height: 16px;
}
header #gn_main ul.sub .time {
    border: 2px solid #fff;
    padding: 13px 23px;
    font-size: 2.4rem;
    line-height: 1.5;
}
header #gn_main ul.sub .time .open {
    display: flex;
}
header #gn_main ul.sub .time .open dt {
    flex-shrink: 0;
}
header #gn_main ul.sub .time .open dd span {
    display: inline-block;
    width: 3em;
}
header #gn_main ul.sub .time .close {
    display: block;
    border-top: 1px solid #fff;
    margin-top: 8px;
    padding-top: 8px;
}
header #gn_main .form_btn_area {
    margin-top: 30px;
}
header #gn_main .form_btn_area .btn a {
    display: flex;
    width: 100%;
    text-decoration: none;
    background: #FFFFFF;
    color: #000000;
    padding: 15px 10px;
    box-sizing: border-box;
    font-weight: bold;
    align-items: center;
    position: relative;
}
header #gn_main .form_btn_area .btn a::after {
    content: "";
    display: inline;
    border: 5px solid transparent;
    border-bottom-color: #000;
    border-right-color: #000;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
header #gn_main .form_btn_area .btn a .icon {
    margin-right: 7px;
    background: #000;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 11px;
    padding: 4px 8px 3px;
}
header #gn_main .form_btn_area .btn a .icon img {
    width: 12px;
    height: auto;
    margin-right: 3px;
}
header #gn_main .form_btn_area .btn:nth-of-type(2),
header #gn_main .form_btn_area .btn:nth-of-type(3){
    margin-top: 15px;
}
header #gn_main .form_btn_area .btn a .txt {
    font-size: 14px;
}
header #gn_main .form_btn_area .btn a .txt span {
    font-size: 78%;
    margin-left: 5px;
}
header #gn_sub {
    padding-right: 60px;
}
header #gn_sub ul {
    display: flex;
    align-items: center;
}
header #gn_sub ul li {
    margin-right: 8px;
}
header #gn_sub .tel img {
    width: 40px;
    height: auto;
}
header #gn_sub .tel .num {
    display: none;
}
header #gn_sub .insta {
    order: 3;
}
header #gn_sub .insta img {
    width: 55px;
    height: auto;
}
header #gn_sub .map img {
    width: 40px;
    height: auto;
}
header #gn_main_close {
    text-align: center;
    margin-top: 30px;
    font-size: 3.6rem;
    font-weight: 500;
    font-family: 'Staatliches', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}
header #gn_main_close span {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}
header #gn_main_close span::before {
    content: "";
    display: block;
    background: #fff;
    width: 2px;
    height: 12px;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    transform: rotate(45deg);
}
header #gn_main_close span::after {
    content: "";
    display: block;
    background: #fff;
    width: 2px;
    height: 12px;
    position: absolute;
    left: 0;
    top: calc(50% - 6px);
    transform: rotate(-45deg);
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    background: #f2f2f2;
    position: relative;
    z-index: 1;
    padding: 35px 0 0;
}
footer::after {
    content: "";
    display: block;
    background: url(../images/base/sp_footer_photo.jpg) no-repeat center center;
    background-size: cover;
    height: 200px;
    width: 100%;
}
footer .shopinfo {
    position: relative;
}
footer .shopinfo h3 {
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: normal;
    width: 100%;
    text-align: center;
    margin-bottom: 18px;
}
footer .shopinfo h3 img {
    width: 143px;
    height: 38px;
}
footer .shopinfo h3 span {
    display: block;
    margin-top: 8px;
}
footer .instabtn {
    margin-bottom: 21px;
    display: flex;
    justify-content: center;
    text-align: center;
}
footer .instabtn a {
    background: #262626;
    border: none;
    min-width: 210px;
    padding: 16px 20px 12px;
    position: relative;
}
footer .instabtn a::after {
    content: "";
    display: inline;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
footer .instabtn a img {
    width: 122px;
    height: auto;
}
footer .shopinfo dl {
    /* width: 310px; */
    width: 320px;
    display: flex;
    margin: 0 auto 25px;
}
footer .shopinfo dt {
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    /*width: 4.2em;*/
    /* width: 4.7em; */
    width: 5.2em;
    flex-shrink: 0;
    text-align: right;
    align-self: center;
}
footer .shopinfo dd {
    border-left: 2px solid #000;
    padding-left: 16px;
    margin-left: 12px;
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    flex-grow: 1;
}
footer .shopinfo dd .time span {
    display: inline-block;
    width: 3em;
}
footer .shopinfo dd.tel a {
    border: 2px solid #000;
    text-decoration: none;
    color: #000000;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    padding: 10px 0;
    display: block;
    text-align: center;
}
footer .shopinfo dd.tel img {
    width: 13px;
    height: 16px;
}
footer .shopinfo dd.tel .num {
    margin-left: 4px;
}
footer .shopinfo dd.tel span.note {
    display: inline-block;
    padding: 6px 3px 0;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    margin-top: 6px;
    border-top: 1px solid #000;
}
footer .shopinfo dd.tel .attention {
    margin-top: 6px;
    display: block;
    font-size: 2.2rem;
    line-height: 1.35;
}
footer .shopinfo dd.address a {
    border: 2px solid #000;
    text-decoration: none;
    color: #000000;
    font-size: 2.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 0;
    margin-top: 10px;
}
footer .shopinfo dd.address a img {
    width: 12px;
    height: 16px;
    margin-right: 6px;
    flex-shrink: 0;
}
footer dl.shopinfo_ec .btn,
footer dl.shopinfo_webform .btn {
    padding: 0;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
footer dl.shopinfo_webform .btn:nth-of-type(2),
footer dl.shopinfo_webform .btn:nth-of-type(3) {
    margin-top: 10px;
}
footer dl.shopinfo_ec .btn a,
footer dl.shopinfo_webform .btn a {
    border: 2px solid #000;
    color: #000;
    text-decoration: none;
    padding: 14px 10px;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}
footer dl.shopinfo_ec .btn a::after,
footer dl.shopinfo_webform .btn a::after {
    content: "";
    display: inline;
    border: 5px solid transparent;
    border-bottom-color: #000;
    border-right-color: #000;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
footer dl.shopinfo_webform .btn a span.memo {
    font-size: 78%;
}
footer .copyright {
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    padding: 10px 0 16px;
}
footer .copyright small {
    color: #000000;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: right;
}
footer .footer_link {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
footer .footer_link li {
    padding: 0 7px;
    border-right: 1px solid #000;
    line-height: 1;
}
footer .footer_link li:nth-of-type(1) {
    border-left: 1px solid #000;
}
footer .footer_link a {
    font-size: 1.8rem;
    color: #000000;
    line-height: 1;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


}