@charset "UTF-8";
/*====================================================*/
/*@Page Common*/
/*====================================================*/
.page_main_block {
    padding: 0 0 100px;
}

.page_main_block section:first-of-type {
    padding-top: 0;
}

/********************************************/
/* header */
/********************************************/
.shop_header .logo {
    position: absolute;
    top: 80px;
    left: 15px;
    color: #fff;
    font-size: 7.2rem;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    z-index: 10;
}

.shop_header .logo a {
    display: block;
    line-height: 1;
    color: inherit;
    font-size: 1em;
}

.shop_page_header .logo {
    position: absolute;
    top: 25px;
    left: 15px;
    font-size: 1em;
}

/********************************************/
/* footer */
/********************************************/
.shop_footer .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
}

.shop_footer .inner .left {
    width: 48%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop_footer .inner .left .logo {
    width: 150px;
}

.shop_footer .inner .left .txt_box {
    width: calc(100% - 190px);
}

.shop_footer .inner .left .txt_box .shop_name {
    margin-bottom: 0.9em;
    font-size: 1.7rem;
    font-weight: bold;
}

.shop_footer .inner .left .txt_box p {
    color: #fff;
    font-size: 1.3rem;
}

.shop_footer .inner .left .txt_box p a {
    color: inherit;
    text-decoration: underline;
}

.shop_footer .inner .right {
    width: 47%;
}

/*====================================================*/
/*@Page main ttl*/
/*====================================================*/
.page_main_ttl {
    padding: 0.5em;
    background: #e5e5e5;
    text-align: center;
    font-size: 3.4rem;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
}

/********************************************/
/* bread_crumb */
/********************************************/
.bread_crumb_block {
    padding: 15px 30px;
    margin-bottom: 50px;
}

.bread_crumb li {
    display: inline-block;
    color: #000;
    font-size: 1.2rem;
}

.bread_crumb li:after {
    content: '>';
    margin: 0 0.3em;
}

.bread_crumb li:last-child:after {
    content: none;
}

.bread_crumb li a {
    color: inherit;
    font-size: 1em;
}

.bread_crumb li a span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bread_crumb li span {
    color: inherit;
    font-size: 1em;
}

.bread_crumb li a:hover span {
    text-decoration: underline;
    color: #ff0000;
}

/*====================================================*/
/*@shop_toppage_block*/
/*====================================================*/
.logoarea {
    padding: 30px;
    background: #000;
    text-align: center;
}

#js_store_slider .store_thumbs {
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#js_store_slider .store_thumbs .slick-slide {
    margin: 0 7px;
    border: solid 3px #fff;
}

#js_store_slider .store_thumbs .slick-slide.slick-current {
    border-color: #e52310;
}

.btn_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 80px;
}

.btn_list li {
    width: 30%;
    max-width: 260px;
}

.btn_list li a {
    display: block;
    width: 100%;
    min-width: auto;
}

.btn_list li:not(:last-child) {
    margin-right: 35px;
}

.calendar_block {
    padding-bottom: 70px;
}

.calendar_block .main_width {
    max-width: 600px;
}

.calendar_block .g_calendar {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 70%;
}

.calendar_block .g_calendar iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*====================================================*/
/*@about_page_block*/
/*====================================================*/
.about_top_block #js_main_slider {
    position: relative;
}

.about_top_block #js_main_slider:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.about_top_block .slick-slide {
    position: relative;
}

.about_top_block .slick-slide p {
    position: absolute;
    top: 50%;
    left: 4%;
    width: 92%;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about_top_block .about_slide_box {
    position: relative;
}

.about_top_block .about_slide_box .txt {
    position: absolute;
    top: 50%;
    left: 4%;
    width: 92%;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.about_contents_block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px;
    padding: 0;
}

.about_contents_block .img {
    width: 50%;
}

.about_contents_block .txt_box {
    width: 45%;
}

.about_contents_block .txt_box .din_ttl {
    margin-bottom: 0.4em;
    font-size: 3.0rem;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.about_contents_block:nth-of-type(odd) {
    flex-flow: row-reverse;
}

.about_top_block #js_main_slider .slide_dots {
    display: none;
}

/*====================================================*/
/*shop_page_block*/
/*====================================================*/
.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.shop_main_visual {
    position: relative;
    margin-bottom: 80px;
    text-align: center;
}

.shop_main_visual:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.shop_main_visual .shopname {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: left;
    font-size: 5.0rem;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shop_info_block {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.shop_info_block .left {
    width: 47%;
}

.shop_info_block .right {
    width: 47%;
}

.shop_info_block .ttl {
    margin-bottom: 0.7em;
    font-size: 2.0rem;
    font-weight: bold;
}

.shop_info_block table {
    width: 100%;
}

.shop_info_block table tr {
    border-bottom: solid 1px #b3b3b3;
}

.shop_info_block table tr th {
    width: 5em;
    padding: 0.7em 0;
    line-height: 1.4;
    text-align: left;
    vertical-align: top;
}

.shop_info_block table tr td {
    padding: 0.7em 0 0.7em 1em;
    vertical-align: top;
}

.shop_policy_block {
    padding: 40px 0;
}

.shop_policy_block .shop_policy_box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
}

.shop_policy_block .shop_policy_box:nth-of-type(odd) {
    flex-flow: row-reverse;
}

.shop_policy_block .shop_policy_box:not(:last-child) {
    margin-bottom: 70px;
}

.shop_policy_block .shop_policy_box .img,
.shop_policy_block .shop_policy_box .txt_box {
    width: 46%;
}

.shop_policy_block .shop_policy_box .ttl {
    margin-bottom: 0.6em;
    font-size: 2.0rem;
    font-weight: bold;
}

.shop_policy_block .txt_box.ver_column_1 {
    width: 100%;
}

.shop_access_block {
    padding: 40px 0;
}

.access_box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.access_box .img {
    width: 46%;
}

.access_box .map_box {
    position: relative;
    width: 46%;
}

.access_box .map_box:before {
    display: block;
    content: "";
    padding-top: 100%;
}

.access_box .map_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.shop_staff_block {
    padding: 40px 0;
}

.shop_staff_block .staff_list .position {
    display: block;
    margin-bottom: 0.2em;
    text-align: center;
    font-size: 1.5rem;
}

.shop_staff_block .staff_list .ttl {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.shop_staff_block .staff_list .txt_base p {
    line-height: 1.8;
    font-size: 1.3rem;
}

.shop_staff_block .staff_new_list li {
    margin-bottom: 60px;
}

.shop_staff_block .staff_new_list li:last-child {
    margin-bottom: 0;
}

.shop_staff_block .staff_new_list li .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.shop_staff_block .staff_new_list li .inner .left {
    width: 35%;
    margin-right: 5%;
}

.shop_staff_block .staff_new_list li .inner .right {
    width: 60%;
}

.shop_staff_block .staff_new_list .left {
    text-align: center;
}

.shop_staff_block .staff_new_list .left .img {
    margin-bottom: 15px;
}

.shop_staff_block .staff_new_list .left .position {
    margin-bottom: 0.5em;
    font-size: 1.5rem;
}

.shop_staff_block .staff_new_list .left .name {
    font-weight: bold;
    font-size: 1.8rem;
}

.shop_staff_block .staff_new_list .right .txt_base {
    font-size: 1.3rem;
}

.shop_staff_block .staff_new_list .right .txt_base p {
    font-size: 1em;
}

/*====================================================*/
/*archive_page_block*/
/*====================================================*/
.post_list {
    margin-bottom: 40px;
}

.archive_ttl {
    position: relative;
    margin-bottom: 3.5em;
    padding-bottom: 0.8em;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}

.archive_ttl:after {
    position: absolute;
    bottom: 0;
    left: calc(50% - 10px);
    content: "";
    width: 30px;
    height: 4px;
    background: #000;
}

/*====================================================*/
/*single_page_block*/
/*====================================================*/
.single_ttl {
    margin-bottom: 0.8em;
    padding-bottom: 1.2em;
    border-bottom: solid 1px #7f7f7f;
    line-height: 1.6;
    font-size: 2.4rem;
    font-weight: bold;
}

.single_flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}

.single_flex .left li {
    float: left;
    font-size: 1.2rem;
}

.single_flex .left .cat:after {
    content: "|";
    padding: 0 0.5em;
}

.single_flex .share_btn {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.single_flex .share_btn li {
    width: 24px;
}

.single_flex .share_btn li:not(:last-child) {
    margin-right: 15px;
}

.the_content {
    margin-bottom: 100px;
}

.eyecatch {
    margin-bottom: 60px;
}

.share_btn li .copy_url {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.share_btn li .copy_url.copied {
    opacity: 1;
}

/********************************************/
/* pager_navi */
/********************************************/
.next_prev_box {
    margin-bottom: 60px;
    padding-top: 60px;
    border-top: solid 1px #7f7f7f;
}

.next_prev_box .prev,
.next_prev_box .next {
    width: 48%;
    max-width: 190px;
}

.next_prev_box .prev a,
.next_prev_box .next a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.next_prev_box .prev a:hover,
.next_prev_box .next a:hover {
    opacity: .7;
}

.next_prev_box .prev .link_txt,
.next_prev_box .next .link_txt {
    display: block;
    margin-bottom: 1em;
    font-weight: bold;
}

.next_prev_box .prev .link_contents .img_box,
.next_prev_box .next .link_contents .img_box {
    margin-bottom: 10px;
}

.next_prev_box .prev .link_contents .blog_info,
.next_prev_box .next .link_contents .blog_info {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.next_prev_box .prev .link_contents .ttl,
.next_prev_box .next .link_contents .ttl {
    line-height: 1.2;
}

.next_prev_box .prev {
    float: left;
}

.next_prev_box .next {
    float: right;
}

.next_prev_box .next .link_txt {
    text-align: right;
}

.refined_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
    background: #f2f2f2;
}

.refined_list > li:not(:last-child) {
    margin-right: 40px;
}

.refined_list .cat_select_box,
.refined_list .year_select_box {
    position: relative;
}

.refined_list .cat_select_box:after,
.refined_list .year_select_box:after {
    position: absolute;
    content: "";
    top: 1px;
    right: 0;
    pointer-events: none;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

.refined_list .cat_select_box select,
.refined_list .year_select_box select {
    padding-right: 20px;
}

/********************************************/
/*page_numbers */
/********************************************/
.page_numbers_box {
    margin-left: auto;
}

.page_numbers {
    text-align: right;
}

.page_numbers li {
    display: inline-block;
    margin: 0 8px 0;
}

.page_numbers li span,
.page_numbers li a {
    display: block;
    padding: 0 0.2em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page_numbers li a:hover {
    color: #e52310;
}

.page_numbers li .current {
    border-bottom: solid 1px #000;
    font-weight: bold;
}

/********************************************/
/*author_area */
/********************************************/
.author_area {
    margin-bottom: 80px;
    padding: 40px;
    background: #f2f2f2;
}

.author_area .ttl {
    margin-bottom: 0.8em;
    font-size: 1.5rem;
    font-weight: bold;
}

.author_area .user_box {
    margin-bottom: 20px;
}

.author_area .user_box .user_img {
    display: inline-block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    vertical-align: middle;
    overflow: hidden;
}

.author_area .user_box .user_name {
    display: inline-block;
    vertical-align: middle;
    font-style: 1.5rem;
    font-weight: bold;
}

.author_area .txt_box {
    margin-bottom: 20px;
}

/*====================================================*/
/*product_page_block*/
/*====================================================*/
.product_flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.product_flex .product_main {
    width: 72%;
}

.product_flex .product_side {
    width: 23%;
}

.product_top.new:before {
    content: "NEW";
    display: inline-block;
    margin-bottom: 0.3em;
    padding: 0 0.6em;
    background: #e52310;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.1em;
    border: 1px solid #e52310;
}

.product_top .product_ttl {
    margin-bottom: 0.3em;
    font-size: 2.8rem;
    font-weight: 400;
}

.product_top .price {
    font-size: 2.0rem;
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.product_top .price span {
    font-size: 1em;
}

.product_top .price small {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.product_top {
    position: relative;
}

.product_top .sale {
    display: inline-block;
    padding: 0 0.6em;
    background-color: #fff;
    border: 1px solid #e52310;
    line-height: 1;
    color: #e52310;
    font-size: 1.2rem;
    font-weight: bold;
    z-index: 10;
    line-height: 2.1em;
}

.product_top.new .sale {
    left: 4.2em;
}

.product_top .price.ver_sale span {
    position: relative;
    display: inline-block;
}

.product_top .price.ver_sale span:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e52310;
    margin: auto;
}

.product_top .price.txt_sale {
    color: #e52310;
    margin-top: 0.25em;
}

.product_photo {
    margin-bottom: 60px;
}

.product_photo #slider {
    margin-bottom: 30px;
}

.product_photo #slider p {
    margin-top: 1.5em;
    text-align: center;
}

.product_photo #thumbs .slick-current {
    border: solid 1px #000;
}

.product_photo #thumbs .slick-track {
    transform: unset !important;
    width: 100% !important;
    display: flex;
    flex-flow: row wrap;
}

.product_photo #thumbs .slick-slide {
    display: block !important;
    float: none !important;
    width: 15%;
    flex: 0 0 15%;
    margin: 0 2% 10px 0;
}

.product_photo #thumbs .slick-slide:nth-child(6n) {
    margin-right: 0;
}

.product_photo .slick-prev:before,
.product_photo .slick-next:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    border-bottom: solid 1px #000;
    opacity: 1;
}

.product_photo .slick-prev:before {
    border-left: solid 1px #000;
    transform: rotate(45deg);
}

.product_photo .slick-next:before {
    border-right: solid 1px #000;
    transform: rotate(-45deg);
}

.product_bottom_box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-bottom: 0;
}

.product_bottom_box .left {
    width: 45%;
}

.product_bottom_box .left .spec_list li {
    padding: 20px 0;
    border-top: solid 1px #bebebe;
}

.product_bottom_box .left .spec_list p {
    line-height: 1.8;
}

.product_bottom_box .left .spec_list .ttl {
    font-weight: bold;
}

.product_bottom_box .right {
    width: 48%;
}

.product_bottom_box .right .arr_btn a {
    display: block;
    min-width: auto;
}

.product_bottom_box .right .contact_box .ttl {
    margin-bottom: 1em;
    text-align: center;
    font-weight: bold;
}

.product_bottom_box #check_action .btn_contact a {
    pointer-events: none;
}

.product_bottom_box #check_action .btn_contact.action a {
    pointer-events: auto;
    background-color: #000;
    border-color: #000;
}

.product_bottom_box #check_action .btn_contact.action a:hover {
    background-color: #fff;
    color: #000;
}

.product_bottom_box #check_action .btn_contact.action a:hover:after {
    border-color: #000;
}

.product_bottom_box #check_action input[type=submit] {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

.product_bottom_box #check_action input[type=submit].gray {
    background-color: #b2b2b2;
    border-color: #b2b2b2;
}

.product_bottom_box #check_action input[type=submit].gray:hover {
    color: #fff;
}

.product_bottom_box .radio_button {
    margin-bottom: 15px;
    text-align: center;
}

.product_bottom_box .radio_button input[type=radio] {
    display: none;
}

.product_bottom_box .radio_button > span:last-child span {
    margin-right: 0;
}

.product_bottom_box .radio_button label span {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 20px 8px 0;
    padding: 0 0 0 22px;
    cursor: pointer;
}

.product_bottom_box .radio_button label span:after, .product_bottom_box .radio_button label span:before {
    position: absolute;
    top: 50%;
    content: '';
    display: block;
    border-radius: 50%;
}

.product_bottom_box .radio_button label span:after {
    left: 0;
    width: 13px;
    height: 13px;
    margin-top: -8px;
    border: 1px solid #bebebe;
}

.product_bottom_box .radio_button label span:before {
    left: 4px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    background-color: #e52310;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.radio_button input[type=radio]:checked + span:before {
    opacity: 1;
}

.item_description .the_content figure {
    margin-bottom: 50px;
}

.relation_box {
    padding: 0;
}

.product_bottom_box .contact_box .list li {
    margin-bottom: 15px;
}

.product_bottom_box .contact_box .list li a {
    pointer-events: unset !important;
}

/********************************************/
/*product_side */
/********************************************/
.accordionCat li {
    margin-bottom: 1px;
}

.accordionCat li .accordion,
.accordionCat li.catparent a {
    padding: 1em;
    font-weight: 700;
}

.accordionCat li a {
    display: block;
    padding: 1em;
}

.accordionCat li .children {
    display: none;
    border-top: solid 1px #bebebe;
}

.accordionCat li .children a {
    position: relative;
    padding-right: 1.5em;
    background: #e6e6e6;
    font-size: 0.87em;
}

.accordionCat li .children a:after {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 10px;
    content: "\f054";
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}

.accordionCat > li {
    border-top: solid 1px #bebebe;
}

.accordionCat > li:last-child {
    border-bottom: solid 1px #bebebe;
}

.accordion,
.catparent a {
    display: block;
    border: none;
    cursor: pointer;
    transition: 0.1s ease-in;
    position: relative;
    margin: 0;
    background: #FFF;
}

.accordion:after,
.catparent a:after {
    position: absolute;
    top: calc(50% - 0.5em);
    right: 10px;
    line-height: 1;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}

.accordion:after {
    content: "\f107";
    font-size: 1.4em;
}

.accordion.active:after {
    transform: scale(1, -1);
}

.catparent a:after {
    content: "\f054";
    font-size: 1em;
}

.accordion:hover,
.accordionCat li a:hover {
    background-color: #efefef;
}

.accordionCat .grands a {
    padding-left: 2em;
}

/*====================================================*/
/* Page Reservation*/
/*====================================================*/
.reservation_link_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reservation_link_list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
}

.reservation_link_list li:nth-child(2n) {
    margin-right: 0;
}

.reservation_link_list li a {
    position: relative;
    display: block;
    padding-top: 40px;
    border: 1px solid #000;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.reservation_link_list li a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    width: 40px;
    height: 40px;
    background: url(../img/reservation/icn-link.svg) no-repeat center/100%;
}

.reservation_link_list li a:hover {
    opacity: 0.5;
}

.reservation_link_list li a i {
    display: block;
    width: 20%;
    max-width: 50px;
    margin: auto;
    margin-bottom: 25px;
}

.reservation_link_list li a .name {
    display: block;
    font-size: 2.8rem;
    padding-bottom: 2em;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.reservation_link_list li a .name small {
    display: block;
    margin-top: 0.5em;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.5rem;
}

.reservation_box .txt_base {
    text-align: center;
    margin-bottom: 3em;
}

.reservation_box .txt_base .indent {
    margin-bottom: 0;
}

/********************************************/
/* Contact Page */
/********************************************/
.form_table {
    width: 100%;
}

.form_table th, .form_table td {
    text-align: left;
    vertical-align: top;
    font-size: 1.5rem;
}

.form_table th {
    width: 30%;
    padding: 2.3em 1em 1em 0;
    letter-spacing: 0.05em;
}

.form_table td {
    padding: 1.3em 0;
    padding-left: 1em;
}

.form_table .mini {
    width: 30%;
}

.error {
    padding-top: 0.5em;
}

.form_box input[type="text"],
.form_box input[type="tel"],
.form_box input[type="email"],
.form_box select,
.form_box textarea {
    width: 100%;
    padding: 20px 15px;
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form_box textarea {
    height: 14em;
}

.form_box .form_btn {
    margin-top: 30px;
    text-align: center;
}

.form_box .form_btn input {
    display: inline-block;
    width: 80%;
    max-width: 350px;
    padding: 1em 0.8em;
    border: solid 2px #000;
    background: #000;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 50px;
}

.form_box .form_btn input:hover {
    background: #fff;
    color: #000;
}

.form_table input[type=radio] {
    display: none;
}

.form_table .radio_button {
    padding-top: 2.5em;
}

.form_table .radio_button > span {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

.form_table label span {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 0 20px 8px 0;
    padding: 0 0 0 30px;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
    font-weight: normal;
}

.form_table label span:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    border-radius: 20px;
    content: '';
}

.form_table label span:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    margin-top: -5px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #000;
    content: '';
    opacity: 0;
}

.form_table input[type=radio]:checked + span:before {
    opacity: 1;
}

.form_table th .red {
    background-color: #e52310;
    color: #fff;
    padding: 0.3em 0.5em;
    border-radius: 5px;
    float: right;
    font-size: 1.2rem;
}

.mw_wp_form .form_table .horizontal-item + .horizontal-item {
    margin-left: 0;
}

.ver_contact_thanks .txt_base,
.ver_contact_check .txt_base {
    font-size: 1.5rem;
}

.ver_contact_thanks .red,
.ver_contact_check .red {
    display: none;
}

.ver_contact_thanks .arr_btn {
    width: 80%;
    max-width: 300px;
    margin-top: 40px;
}

.mw_wp_form .form_box .error {
    display: block;
    font-weight: bold;
    font-size: 1.4rem;
}

.form_box .policy_check_box {
    margin-top: 10px;
    text-align: center;
}

.form_box .policy_check_box a {
    display: inline-block;
    margin-top: 1em;
    text-decoration: underline;
}

.mwform-checkbox-field {
    display: inline-block;
    margin-bottom: 5px;
}

.form_box .mwform-checkbox-field label span {
    display: inline-block;
    position: relative;
    padding: 0 0 0.1em 1.8em;
    font-size: 1.8rem;
}

.form_box .mwform-checkbox-field label span::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    margin: auto;
    border: solid 1px #ccc;
    border-radius: 5px;
    background: #fff;
}

.form_box .mwform-checkbox-field > span {
    display: block;
    margin-bottom: 1em;
}

.form_box .mwform-checkbox-field > span:last-child {
    margin-bottom: 0;
}

.form_box .mwform-checkbox-field label input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    right: auto;
    bottom: auto;
    left: 5px;
    width: 9px;
    height: 20px;
    transform: rotate(40deg);
    border-bottom: 4px solid #000;
    border-right: 4px solid #000;
}

.mw_wp_form_confirm .policy_check_box {
    display: none;
}

/********************************************/
/*Contact Product Box */
/********************************************/
.contact_product_box {
    padding-top: 0;
    padding-bottom: 50px;
}

.contact_product_box .main_width {
    background-color: #e5e5e5;
    padding: 30px 50px;
}

.contact_product_box .ttl {
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 2.0rem;
    font-weight: bold;
}

.contact_product_box .flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.contact_product_box .flex .img_box {
    width: 20%;
    margin-right: 5%;
}

.contact_product_box .flex .info {
    width: 75%;
}

.contact_product_box .flex .info .name {
    margin-bottom: 1em;
    font-size: 1.7rem;
    font-weight: bold;
}

.contact_product_box .flex .info .cat {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1em;
}

.contact_product_box .flex .info .price {
    font-family: din-2014, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.5rem;
}

.contact_product_box .flex .info .price small {
    font-size: 0.7em;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/********************************************/
/* @Page company */
/********************************************/
.company_content_block .center_ttl {
    margin-bottom: 1.3em;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 0.1em;
}

.company_content_block .company_table {
    width: 100%;
    border-top: 1px solid #b3b3b3;
}

.company_content_block .company_table th, .company_content_block .company_table td {
    padding-top: 1.8em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #b3b3b3;
    font-size: 1.5rem;
    line-height: 1.8;
    vertical-align: top;
}

.company_content_block .company_table th {
    width: 10em;
    text-align: left;
}

.company_content_block .company_table .list li {
    padding-top: 1em;
    padding-bottom: 0.8em;
    border-bottom: 1px solid #b3b3b3;
    line-height: 1.8;
    font-size: 1.5rem;
}

.company_content_block .company_table .list li:first-child {
    padding-top: 0;
}

.company_content_block .company_table .list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
    /********************************************/
    /* footer */
    /********************************************/
    .shop_footer .inner {
        flex-flow: column;
        margin-bottom: 50px;
    }
    .shop_footer .inner .left {
        width: 100%;
        flex-flow: column;
        text-align: center;
    }
    .shop_footer .inner .left .logo {
        width: 150px;
        margin: 0 auto 25px;
    }
    .shop_footer .inner .left .txt_box {
        width: 100%;
        margin-bottom: 30px;
    }
    .shop_footer .inner .left .sns_list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .shop_footer .inner .right {
        width: 90%;
        margin: auto;
    }
    /*====================================================*/
    /*@shop_toppage_block*/
    /*====================================================*/
    .calendar_block {
        padding-bottom: 50px;
    }
    .calendar_block .g_calendar {
        padding-bottom: 90%;
    }
    /*====================================================*/
    /*@about_page_block*/
    /*====================================================*/
    .about_top_block .slick-slide p {
        font-size: 1.8rem;
    }
    .about_top_block .about_slide_box .txt {
        font-size: 1.8rem;
    }
    .about_contents_block {
        flex-flow: column;
        margin-bottom: 60px;
    }
    .about_contents_block .img {
        width: 100%;
        margin-bottom: 20px;
    }
    .about_contents_block .txt_box {
        width: 100%;
    }
    .about_contents_block .txt_box .din_ttl {
        font-size: 2.0rem;
    }
    .about_contents_block:nth-of-type(odd) {
        flex-flow: column;
    }
    /********************************************/
    /*author_area */
    /********************************************/
    .author_area {
        margin-bottom: 60px;
        padding: 30px 20px;
    }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
    /********************************************/
    /* header */
    /********************************************/
    .shop_header .logo {
        top: 115px;
        left: 0;
        width: 100%;
        padding: 10px;
        font-size: 14vw;
    }
    /*====================================================*/
    /*@Page main ttl*/
    /*====================================================*/
    /*====================================================*/
    /*shop_page_block*/
    /*====================================================*/
    .shop_main_visual {
        margin-bottom: 50px;
    }
    .shop_main_visual .shopname {
        font-size: 3.0rem;
    }
    .shop_info_block {
        flex-flow: column;
    }
    .shop_info_block .left {
        width: 100%;
    }
    .shop_info_block .right {
        width: 80%;
        margin: 20px auto 0;
    }
    .shop_info_block .ttl {
        font-size: 1.8rem;
    }
    .shop_policy_block {
        padding: 30px 0;
    }
    .shop_policy_block .shop_policy_box {
        flex-flow: column;
    }
    .shop_policy_block .shop_policy_box:nth-of-type(odd) {
        flex-flow: column;
    }
    .shop_policy_block .shop_policy_box:not(:last-child) {
        margin-bottom: 40px;
    }
    .shop_policy_block .shop_policy_box .img {
        width: 75%;
        margin: 0 auto 20px;
    }
    .shop_policy_block .shop_policy_box .txt_box {
        width: 100%;
    }
    .shop_policy_block .shop_policy_box .ttl {
        font-size: 1.7rem;
    }
    .shop_access_block {
        padding: 30px 0;
    }
    .access_box {
        flex-flow: column;
    }
    .access_box .img {
        width: 80%;
        margin: 0 auto 30px;
    }
    .access_box .map_box {
        width: 100%;
    }
    .access_box .map_box:before {
        padding-top: 80%;
    }
    .shop_staff_block {
        padding: 30px 0;
    }
    .shop_staff_block .staff_list .position {
        font-size: 1.3rem;
    }
    .shop_staff_block .staff_list .ttl {
        font-size: 1.6rem;
    }
    .btn_list {
        flex-wrap: wrap;
    }
    .btn_list li {
        width: 48%;
        max-width: auto;
    }
    .btn_list li:not(:last-child) {
        margin: 0 4% 30px 0;
    }
    .btn_list li:nth-child(2) {
        margin-right: 0;
    }
    .shop_staff_block .staff_new_list li {
        margin-bottom: 40px;
    }
    .shop_staff_block .staff_new_list li .inner {
        display: block;
    }
    .shop_staff_block .staff_new_list li .inner .left {
        width: 75%;
        margin: auto;
        margin-bottom: 20px;
    }
    .shop_staff_block .staff_new_list li .inner .right {
        width: 100%;
    }
    .shop_staff_block .staff_new_list .left {
        text-align: center;
    }
    .shop_staff_block .staff_new_list .left .position {
        font-size: 1.3rem;
    }
    .shop_staff_block .staff_new_list .left .name {
        font-weight: bold;
        font-size: 1.6rem;
    }
    .shop_staff_block .staff_new_list .right .txt_base {
        font-size: 1.2rem;
    }
    .refined_list .cat_select_box:after,
    .refined_list .year_select_box:after {
        top: 15px;
    }
    .refined_list .cat_select_box select,
    .refined_list .year_select_box select {
        color: #000;
    }
    /********************************************/
    /*page_numbers */
    /********************************************/
    .page_numbers_box {
        width: 100%;
        margin-top: 10px;
    }
    .page_numbers li span,
    .page_numbers li a {
        font-size: 1.3rem;
    }
    /*====================================================*/
    /*product_page_block*/
    /*====================================================*/
    .product_flex {
        display: block;
    }
    .product_flex .product_main {
        width: 100%;
    }
    .product_flex .product_side {
        width: 90%;
        margin: auto;
    }
    .product_photo .slick-prev:before,
    .product_photo .slick-next:before {
        width: 20px;
        height: 20px;
    }
    .product_photo .slick-prev {
        left: -5px;
        z-index: 1;
    }
    .product_photo .slick-next {
        right: -5px;
        z-index: 1;
    }
    .product_photo #thumbs .slick-slide {
        width: 22%;
        flex: 0 0 22%;
        margin-right: 4%;
    }
    .product_photo #thumbs .slick-slide:nth-child(6n) {
        margin-right: 4%;
    }
    .product_photo #thumbs .slick-slide:nth-child(4n) {
        margin-right: 0;
    }
    .product_bottom_box {
        display: block;
    }
    .product_bottom_box .left {
        width: 100%;
    }
    .product_bottom_box .right {
        width: 100%;
    }
    .item_description .the_content {
        margin-bottom: 50px;
    }
    /********************************************/
    /*product_side */
    /********************************************/
    /*====================================================*/
    /* Page Reservation*/
    /*====================================================*/
    .reservation_link_list {
        display: block;
        width: 90%;
        margin: auto;
    }
    .reservation_link_list li {
        width: 100%;
        margin-right: 0;
    }
    .reservation_link_list li a {
        padding-top: 30px;
    }
    .reservation_link_list li a:after {
        width: 35px;
        height: 35px;
    }
    .reservation_link_list li a i {
        max-width: 40px;
    }
    .reservation_link_list li a .name {
        font-size: 2.4rem;
    }
    .reservation_link_list li a .name small {
        font-size: 1.3rem;
    }
    .reservation_box .txt_base {
        text-align: left;
    }
    .reservation_box .txt_base .indent {
        text-indent: -4.5em;
        padding-left: 4.5em;
    }
    /********************************************/
    /* Contact Page */
    /********************************************/
    .form_table {
        display: block;
    }
    .form_table tr {
        margin-bottom: 30px;
    }
    .form_table th, .form_table td {
        display: block;
        float: left;
        clear: both;
        width: 100%;
    }
    .form_table th {
        width: 100%;
        margin-bottom: 1em;
        padding: 0;
        font-size: 1.4rem;
    }
    .form_table td {
        padding: 0;
        padding-bottom: 20px;
    }
    .form_table .mini {
        width: 30%;
    }
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    select,
    textarea {
        padding: 15px 10px;
    }
    .form_btn input {
        min-width: 80%;
        font-size: 1.4rem;
    }
    .form_table .radio_button {
        padding-top: 0;
    }
    .ver_contact_thanks .form_table,
    .ver_contact_check .form_table {
        display: table;
        margin-top: 30px;
    }
    .ver_contact_thanks .form_table td,
    .ver_contact_check .form_table td {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
    }
    .ver_contact_thanks .form_table th,
    .ver_contact_check .form_table th {
        padding-top: 20px;
    }
    /********************************************/
    /*Contact Product Box */
    /********************************************/
    .contact_product_box {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .contact_product_box .main_width {
        background-color: #e5e5e5;
        padding: 25px 20px;
    }
    .contact_product_box .ttl {
        font-size: 1.6rem;
    }
    .contact_product_box .flex {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .contact_product_box .flex .img_box {
        width: 25%;
        margin-right: 5%;
    }
    .contact_product_box .flex .info {
        width: 70%;
    }
    .contact_product_box .flex .info .name {
        margin-bottom: 0.5em;
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .contact_product_box .flex .info .cat {
        margin-bottom: 0.5em;
        font-size: 1.2rem;
    }
    .contact_product_box .flex .info .price {
        font-family: din-2014, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 1.8rem;
    }
    /********************************************/
    /* @Page company */
    /********************************************/
    .company_content_block .center_ttl {
        font-size: 2.0rem;
    }
    .company_content_block .company_table th, .company_content_block .company_table td {
        font-size: 1.3rem;
    }
    .company_content_block .company_table th {
        width: 8.5em;
    }
    .company_content_block .company_table .list li {
        font-size: 1.3rem;
    }
}

/********************************************/
/* btn_online_script */
/********************************************/
.btn_online_script {
    margin-bottom: 30px;
}

.btn_online_script a {
    position: relative;
    display: block;
    border: 3px solid #e52310;
    padding: 0.8em 3em;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}

.btn_online_script a:after {
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #e52310;
    border-right: 2px solid #e52310;
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn_online_script a:hover {
    opacity: 0.6;
}
