@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');
@charset 'utf-8';

/* Scene: ver.202309250000 */
/* reset */
* {
    box-sizing: border-box;
    border-collapse: collapse;
    word-wrap: normal;
    word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

a img {
    border: none;
}

.hotspot {
    cursor: pointer;
}

#tt {
    position: absolute;
    display: block;
    background: url(/img/tooltip/tt_left.gif) top left no-repeat;
}

#tttop {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(/img/tooltip/tt_top.gif) top right no-repeat;
    overflow: hidden;
}

#ttcont {
    display: block;
    padding: 2px 12px 3px 7px;
    margin-left: 5px;
    background: #ccc;
    color: #333;
    font-size: 10px;
    line-height: 16px;
}

#ttcont div.schedule_title {
    font-size: 13px;
}

#ttcont div.schedule_body {
    font-size: 11px;
}

#ttbot {
    display: block;
    height: 5px;
    margin-left: 5px;
    background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
    overflow: hidden;
}

/* パーツ表示切替用style */
.site_description {
    display: block;
}

.shop_name {
    display: block;
}

.shop_tel {
    display: none;
}

.shop_rss {
    display: none;
}

.today_area {
    display: none;
}

.qr_area {
    display: none;
}

.counter_area {
    display: none;
}

.copyright {
    display: block;
}

.powered {
    display: none;
}

/* link(default) */
a:link,
a:visited {
    text-decoration: none;
    color: #333;
}

a:hover,
a:active {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #919191;
}

/* html / body / container */
html {
    font-size: 62.5%;
    line-height: 1.8;
    font-family: 'Sawarabi Mincho';
}

@media only screen and (max-width: 600px) {
    html {
        font-size: 46.875%;
        line-height: 1.6;
    }
}

table {
    width: 100%;
    max-width: 650px;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 1.6em;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: scroll;
}

@media only screen and (max-width: 600px) {
    body {
        overflow-x: hidden;
    }
}

#wrap_slider {
    height: 100px;
}

/* header */
#header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-bottom: 1px solid #333;
    transition: top .5s;
    height: 100px;
}

@media only screen and (max-width: 800px) {
    #header {
        height: 50px;
        padding: 20px;
        background: none;
        border-bottom: none;
    }
}

#header>.inner {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    top: 34%;
}

@media only screen and (max-width: 1000px) {
    #header>.inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#header .element {
    text-align: center;
    line-height: 1.2;
}

#header .shop_tel {
    position: relative;
    right: 0;
    top: 0;
    margin: 0;
    text-align: right;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
}

#header .shop_tel i {
    font-size: 18px;
    font-size: 1.8rem;
}

@media only screen and (max-width: 800px) {
    #header .shop_tel {
        text-align: center;
    }
}

#header .navi.pc {
    font-size: 15px;
    font-size: 1.5rem;
}

#header .navi.pc li {
    display: inline-block;
    margin: 0;
    border-right: 1px solid #333;
    line-height: 0.5;
    font-size: 17px;
}

#header .navi.pc li a {
    display: block;
    padding: .3em .8em;
}

#header .navi.pc li:first-child {
    margin-bottom: 5px;
}

#header .navi.pc li:last-child {
    border-right: none;
    margin-top: 3px;
}

@media only screen and (max-width: 800px) {
    #header .navi.pc {
        display: none;
    }
}

#header.hide {
    top: -200px;
}

#header .navi.mobile {
    top: 0;
    display: none;
    width: 100%;
    padding: 3em;
    background-color: #cf3d3d;
    margin-left: 180px;
}

@media only screen and (max-width: 600px) {
    #header .navi.mobile {
        margin-left: 50px;
    }
}

#header .navi.mobile ul {
    position: relative;
    width: 100%;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

#header .navi.mobile ul li {
    display: block;
    max-width: 800px;
    margin: 5px auto 0;
    text-align: left;
}

#header .navi.mobile ul li a {
    display: block;
    padding: .5em;
    text-decoration: none;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.1;
    color: #fff;
}

#header .navi.mobile ul li.active>a {
    background: transparent;
    cursor: default;
}

#header .navi.mobile ul li .sub_navi {
    width: 100%;
    margin: 0;
    padding: 5px;
}

#header .navi.mobile ul li .sub_navi li:first-child {
    margin: 0;
}

#header .navi.mobile ul li .sub_navi li a:hover {
    background: #9a2626;
}

#header #button_navi {
    position: absolute;
    right: 20px;
    top: 0;
    display: none;
    width: 24px;
    height: 100%;
}

@media only screen and (max-width: 800px) {
    #header #button_navi {
        display: block;
    }

    #header #button_navi div {
        position: absolute;
        left: 0;
        top: 50%;
        margin: -15px -25px 0;
        font-size: 28px;
        font-size: 2.8rem;
        width: 55px;
        height: 55px;
        text-align: center;
        background: #fff;
    }

    #header #button_navi div>.navi_btn {
        line-height: 40px;
        width: 30px;
        height: 30px;
        margin-top: 16px;
        display: inline-block;
        background: transparent url(/img/theme_scene/navi_button.svg) 0 0 no-repeat;
    }

    #header #button_navi div>.navi_close {
        margin-top: 10px;
        width: 20px;
        height: 20px;
        display: inline-block;
        background: transparent url(/img/theme_scene/navi_close.svg) 0 0 no-repeat;
    }
}

@media only screen and (max-width: 600px) {
    #header #button_navi div {
        margin: -15px -10px 0;
        width: 40px;
        height: 40px;
    }

    #header #button_navi div>.navi_btn {
        width: 20px;
        height: 20px;
        margin-top: 12px;
    }
}

.logo_area {
    display: none;
}

body#top .logo_area {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.logo_area.slide_logo {
    display: block;
}

/* content, section */
#content {
    position: relative;
    min-height: 80vh;
}

#content>.inner {
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width: 1000px) {
    #content>.inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#content h2 {
    font-weight: normal;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1;
}

@media only screen and (max-width: 600px) {
    #content h2 {
        font-size: 23px;
    }
}

#content h2.page_title {
    padding: 80px 0;
    background: #cf3d3d;
    text-align: center;
    margin-top: 100px;
}

@media only screen and (max-width: 800px) {
    #content h2.page_title {
        margin-left: -20px;
        margin-right: -20px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 600px) {
    #content h2.page_title {
        padding: 40px 0;
    }

    #content h2.page_title a {
        font-size: 23px;
    }
}

#content h2.page_title a {
    left: 0;
}

#content h2 a,
#content h2 span {
    color: #fff;
    font-size: 30px;
}

@media only screen and (max-width: 600px) {

    #content h2 a,
    #content h2 span {
        font-size: 23px;
    }
}

/* pager */
.pager {
    position: relative;
    margin: 0;
    font-family: 'Sawarabi Mincho';
}

.pager>.inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 0;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 800px) {
    .pager>.inner {
        padding: 20px 0 30px;
    }
}

@media only screen and (max-width: 600px) {
    .pager>.inner {
        padding: 10px;
        margin-bottom: 50px;
    }
}

.pager>.inner div {
    position: relative;
    text-align: center;
}

.pager>.inner div a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 3px .15em;
    text-decoration: none;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 38px;
    color: #333;
}

.pager>.inner div a.chk {
    background: #c1c1c1;
    cursor: pointer;
}

.pager>.inner div a:hover {
    background: #9c9c9c;
}

@media only screen and (max-width: 800px) {
    .pager .inner {
        position: relative;
        left: 0;
    }

    .pager .inner div {
        position: relative;
        left: 0;
    }

    .pager .inner div a {
        display: none;
        line-height: 42px;
    }

    .pager .inner div a.next,
    .pager .inner div a.prev {
        float: left;
        display: block;
        margin: 0;
        font-size: 30px;
        font-size: 3rem;
    }

    .pager .inner div a.next {
        float: right;
    }

    .pager .inner div a.chk {
        display: block;
        position: absolute;
        left: 50%;
        float: none;
        background: transparent;
        margin: 0 0 0 -20px;
        font-size: 30px;
        font-size: 3rem;
    }
}

/* gadgets */
.gadgets {
    margin: 50px 0 0;
}

.gadgets>.inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.navi_parts_detail {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 10px;
}

.navi_parts_detail img,
.navi_parts_detail iframe,
.navi_parts_detail object,
.navi_parts_detail embed {
    max-width: 100%;
}

#google_translate_element .goog-te-gadget a {
    pointer-events: none;
}

/* sidebar */
.sidebar {
    margin: 50px 0 0;
}

.sidebar>.inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .sidebar>.inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 600px) {
    .sidebar>.inner {
        margin-bottom: -50px;
        border-top: 1px dotted none;
    }
}

.sidebar .block {
    width: 33%;
    vertical-align: top;
    margin: 0;
    padding: 0 3%;
    border-left: 1px dotted none;
    text-align: center;
}

.sidebar .block:first-child {
    margin: 0;
    border: none;
}

.sidebar .block h3 {
    margin: 0 0 10px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1;
}

@media only screen and (max-width: 800px) {
    .sidebar .block {
        width: 25%;
    }
}

@media only screen and (max-width: 600px) {
    .sidebar .block {
        width: 100%;
        margin: 0;
        padding: 20px 0;
        border-left: none;
        border-top: 1px dotted none;
        text-align: center;
    }

    .sidebar .block.qr_area {
        display: none !important;
    }
}

/* social */
.social {
    padding: 40px 0 40px;
}

@media only screen and (max-width: 600px) {
    .social {
        padding-top: 30px;
    }
}

.social>.inner {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .social>.inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.social #social_widgets .social_widget {
    display: inline-block;
    height: 20px;
    margin: 10px 0 0 10px;
    vertical-align: middle;
}

.social #social_widgets .social_widget:first-child {
    margin-left: 0;
}

.social #social_widgets .social_widget#widget_facebook_like {
    width: 180px;
}

.social #social_widgets .social_widget#widget_facebook_like iframe {
    width: 180px;
}

.social #social_widgets .social_widget#widget_facebook_follow {
    width: 148px;
}

.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_follow iframe {
    width: 148px;
}

.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
    width: 340px;
    height: 72px;
    overflow: hidden;
}

.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox>div {
    display: inline-block;
    width: 340px;
}

@media only screen and (max-width: 600px) {
    .social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
        width: 100%;
        margin-left: 0;
    }
}

/* footer */
#footer {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    background-color: #cf3d3d;
}

#footer>.inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 30px 0 40px;
}

#footer>.inner a {
    color: #fff;
}

#footer>.inner a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
    #footer>.inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

#footer .social_icons {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1;
}

#footer .social_icons a {
    display: inline-block;
    margin: 0;
    padding: .3em;
    vertical-align: bottom;
}

#footer .social_icons a:hover,
#footer .social_icons a:active {
    background: #cf3d3d;
    text-decoration: none;
}

#footer .social_icons a span {
    display: block;
}

#footer .copyright {
    font-size: 15px;
}

#footer .copyright>a {
    color: #fff;
}

#footer .shop_name {
    font-size: 30px;
    font-size: 3rem;
}

/* totopボタン */
.totop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 10000;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .totop {
        right: 10px;
        bottom: 10px;
    }
}

.totop .button {
    visibility: hidden;
    display: block;
    width: 55px;
    height: 55px;
    padding: 10px;
    margin: 0 0 0 auto;
    background: #fff;
    text-align: center;
    color: #333;
}

@media only screen and (max-width: 600px) {
    .totop .button {
        width: 40px;
        height: 40px;
    }
}

.totop .button.is-visible {
    visibility: visible;
    background: #fff;
}

.totop .button:hover {
    cursor: pointer;
}

body.modal-open .totop,
body.navi-open .totop {
    display: none;
}

@font-face {
    font-family: 'icomoon';
    src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
    src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'), url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'), url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'), url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^='icon-'],
[class*='icon-'] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before {
    content: '\e900';
}

.icon-facebook:before {
    content: '\e901';
}

.icon-twitter:before {
    content: '\e902';
}

#custom_staff .staff_wrap clearfix {
    max-width: 650px;
}

/* WYSIWYGフィールド表示制御 */
.textfield {
    width: 650px;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    .textfield {
        width: auto;
    }
}

.textfield .free_body_wrapper {
    margin-top: 50px;
    font-size: 17px;
    min-height: 50vh;
    width: 100%;
    display: inline-block;
}

@media only screen and (max-width: 600px) {
    .textfield .free_body_wrapper {
        font-size: 14px;
        padding: 0 10px;
    }
}

.textfield .staff_wrap {
    margin-bottom: 70px;
}

@media only screen and (max-width: 600px) {
    .textfield .staff_wrap {
        margin-bottom: 55px;
    }
}

@media only screen and (max-width: 600px) {
    .textfield .staff_wrap .staff__text {
        margin-left: 5px;
    }
}

.textfield .staff_wrap .staff__text--name {
    font-size: 25px;
}

@media only screen and (max-width: 600px) {
    .textfield .staff_wrap .staff__text--name {
        margin-top: -10px;
        font-size: 20px;
    }
}

.textfield .staff_wrap .staff__text--job {
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    .textfield .staff_wrap .staff__text--job {
        font-size: 14px;
    }
}

.textfield .staff_wrap .staff__text--description {
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
    .textfield .staff_wrap .staff__text--description {
        font-size: 12px;
    }
}

.textfield img {
    max-width: 100% !important;
    height: auto !important;
}

.textfield p {
    margin: .5em 0 0 !important;
    word-break: normal;
    word-wrap: break-word;
}

.textfield p:first-child {
    margin: 0 !important;
}

@media only screen and (max-width: 800px) {
    .textfield table {
        width: 100% !important;
        height: auto !important;
    }
}

.textfield iframe {
    max-width: 100% !important;
}

.textfield ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.textfield ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

body#top #content>.inner {
    max-width: 960px;
    margin: 0 auto;
}

body#top .section {
    margin: 3.1em auto;
    max-width: 650px;
}

body#top .section>.inner {
    max-width: 960px;
    margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
    body#top .section>.inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

body#top .section_title {
    position: relative;
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 3em auto 1.5em;
    text-align: center;
}

body#top .section_title a,
body#top .section_title span {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    font-size: 25px;
    font-size: 2.5rem;
    z-index: 5;
    color: #333;
}

body#top .section_title .info_title_color {
    color: #fff;
    margin-top: 20px;
}

body#top .section_title:after {
    content: "";
    display: block;
    border-top: solid 1px #333;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
}

@media only screen and (max-width: 800px) {
    body#top .section_title:after {
        width: 80%;
        margin-left: 10%;
    }
}

body#top .btn_details {
    margin: 10px 0 35px;
    text-align: left;
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
    body#top .btn_details {
        font-size: 13px;
    }
}

body#top .btn_details a {
    display: inline-block;
    line-height: 1;
    color: #fff;
}

body#top .btn_details a:hover {
    opacity: .7;
}

body#top #wrap_slider {
    position: relative;
    width: 100%;
    height: 100vh;
}

@media only screen and (max-width: 800px) {
    body#top #wrap_slider {
        height: 600px;
        top: 0px;
    }
}

@media only screen and (max-width: 600px) {
    body#top #wrap_slider {
        height: 350px;
    }
}

body#top #wrap_slider .logo {
    text-align: center;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
    font-family: 'Sawarabi Mincho';
    margin-bottom: 15px;
    word-break: break-all;
    font-size: 160px;
    letter-spacing: 8px;
    line-height: 1;
}

@media only screen and (max-width: 800px) {
    body#top #wrap_slider .logo {
        font-size: 135px;
    }
}

@media only screen and (max-width: 600px) {
    body#top #wrap_slider .logo {
        font-size: 70px;
    }
}

body#top #wrap_slider .logo>a {
    color: #fff;
}

@media only screen and (max-width: 800px) {
    body#top #wrap_slider .logo>a>img {
        width: 350px;
    }
}

@media only screen and (max-width: 600px) {
    body#top #wrap_slider .logo>a>img {
        width: 150px;
    }
}

body#top #wrap_slider .site_description {
    text-align: center;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.4);
    padding: 0 40px 20px;
}

@media only screen and (max-width: 600px) {
    body#top #wrap_slider .site_description {
        padding: 0 20px 10px;
    }
}

body#top #wrap_slider .site_description>span {
    color: #fff;
    font-size: 35px;
    line-height: 1.5;
}

@media only screen and (max-width: 800px) {
    body#top #wrap_slider .site_description>span {
        font-size: 25px;
    }
}

@media only screen and (max-width: 600px) {
    body#top #wrap_slider .site_description>span {
        font-size: 15px;
    }
}

body#top #wrap_slider .gradation {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.3));
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 100px;
    right: 0;
}

@media only screen and (max-width: 800px) {
    body#top #wrap_slider .gradation {
        top: 0;
    }
}

@-webkit-keyframes scaleImage {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes scaleImage {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes scaleImageMove {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@keyframes scaleImageMove {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    100% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@-webkit-keyframes textFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes textFadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

body#top #slider {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    overflow: hidden;
}

body#top #slider .article {
    width: 100%;
    height: 100vh;
}

body#top #slider .article .slide_image_wrap {
    width: 100%;
    height: 100vh;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

body#top #slider .article img {
    display: block;
    width: 100%;
    height: auto;
}

body#top #slider .article.move .slide_image_wrap {
    -webkit-animation-name: scaleImageMove;
    animation-name: scaleImageMove;
}

body#top #slider .article.move .caption_txt {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation-name: textFadeIn;
    animation-name: textFadeIn;
}

body#top #slider .article .caption {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%;
    margin: 0;
    padding: 0 30px;
    text-align: center;
    font-size: 17px;
    color: #fff;
}

@media only screen and (max-width: 800px) {
    body#top #slider .article .caption {
        top: 10%;
    }
}

@media only screen and (max-width: 600px) {
    body#top #slider .article .caption {
        font-size: 13px;
    }
}

body#top #slider .article .caption>div {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: .5em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

body#top #slider .article .caption .caption_txt a {
    color: #fff;
}

body#top #slider .article.move .caption div {
    opacity: 1;
}

@media only screen and (max-width: 800px) {
    body#top #slider {
        height: 600px;
    }

    body#top #slider .article {
        height: 600px;
    }
}

@media only screen and (max-width: 600px) {
    body#top #slider {
        height: 350px;
    }

    body#top #slider .article {
        height: 350px;
    }
}

body#top .ie #slider .article img,
body#top .ie #slider .article .caption div {
    transition: none 0s;
    transform: none;
}

body#top .ie #slider .article.move img,
body#top .ie #slider .article.move .caption div {
    transform: none;
}

body#top .slick-track {
    z-index: 1 !important;
}

body#top .welcomemessage {
    border: none;
    text-align: center;
    font-size: 17px;
    line-height: 2;
    margin: 70px auto;
}

@media only screen and (max-width: 800px) {
    body#top .welcomemessage {
        margin: 60px auto 50px;
    }
}

@media only screen and (max-width: 600px) {
    body#top .welcomemessage {
        margin: 30px auto 25px;
        font-size: 14px;
    }
}

body#top .message {
    width: 100%;
}

body#top .information {
    display: flex;
    max-width: 100%;
    background-color: #cf3d3d;
    height: auto;
    margin: 0 0 60px;
    padding: 0;
    min-height: 400px;
}

@media only screen and (max-width: 800px) {
    body#top .information {
        display: block;
        width: 100%;
        max-height: 1300px;
        overflow: hidden;
        min-height: 0;
    }
}

body#top .information .information_left {
    width: 50%;
    padding: 0 120px;
}

@media only screen and (max-width: 800px) {
    body#top .information .information_left {
        padding: 0 40px;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
    body#top .information .information_left {
        padding: 0 15px;
    }
}

body#top .information .information_left.position_center {
    width: 910px;
    padding: 0;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    body#top .information .information_left.position_center {
        width: 100%;
    }
}

body#top .information .information_left.position_center .section_title {
    margin: 0 auto;
    text-align: center;
}

body#top .information .information_left.position_center .section_title+.inner {
    width: 60%;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    body#top .information .information_left.position_center .section_title+.inner {
        width: 75%;
    }
}

body#top .information .information_left>.section_title {
    color: #fff;
    top: 0;
    text-align: left;
    margin: 0;
    font-size: 25px;
}

body#top .information .information_left>.section_title>span {
    background: none;
    padding: 25px 0 30px;
}

@media only screen and (max-width: 600px) {
    body#top .information .information_left>.section_title>span {
        padding: 20px 0 20px;
    }
}

body#top .information .information_left .list {
    text-align: left;
    color: #fff;
}

body#top .information .information_left .list .summary {
    display: block;
    margin-bottom: 15px;
    font-size: 12px;
    word-break: break-all;
}

body#top .information .information_left .article {
    color: #fff;
    text-align: left;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    body#top .information .information_left .article {
        font-size: 14px;
    }
}

body#top .information .information_left .article:hover {
    opacity: .7;
}

body#top .information .information_left .article .summary {
    display: block;
    width: 100%;
    padding: 0 10px 0 0;
}

body#top .information .information_left .article .summary>.inner {
    display: block;
    margin-left: 130px;
}

body#top .information .information_left .article .summary .date {
    display: block;
    font-size: 12px;
    line-height: 1;
    font-family: 'Sawarabi Mincho';
}

body#top .information .information_left .article .summary .date span {
    vertical-align: .15em;
    font-size: 12px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 800px) {
    body#top .information .information_left .article {
        width: 100%;
        min-width: 260px;
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    body#top .information .information_left .article {
        min-width: 0;
    }

    body#top .information .information_left .article .summary {
        padding: 0;
    }
}

body#top .information .information_right {
    width: 50%;
}

@media only screen and (max-width: 800px) {
    body#top .information .information_right {
        width: 100%;
    }
}

body#top .information .information_right .sub_image_wrap {
    width: auto;
    height: 100%;
}

@media only screen and (max-width: 800px) {
    body#top .information .information_right .sub_image_wrap {
        height: 400px;
    }
}

@media only screen and (max-width: 600px) {
    body#top .information .information_right .sub_image_wrap {
        width: 100%;
        height: 200px;
    }
}

body#top .information .information_right .sub_image_wrap>img {
    width: 100%;
    height: 100%;
}

body#top .about {
    position: relative;
    padding-top: 0;
}

body#top .about .section_title {
    max-width: none;
}

body#top .about>.inner {
    width: 100%;
}

body#top .about .block {
    float: none;
    width: 100%;
}

body#top .about .block.map iframe {
    height: 470px;
}

body#top .about .block.summary {
    width: 100%;
    max-width: 960px;
    margin: 50px auto 0;
    text-align: left;
}

body#top .about .block.summary table {
    width: 100%;
    margin: 0 auto;
    border-style: none;
}

body#top .about .block.summary tr {
    display: table-row;
    margin: 0;
}

body#top .about .block.summary tr:nth-child(odd) {
    background: #EAE9E9;
}

body#top .about .block.summary th,
body#top .about .block.summary td {
    display: table-cell;
    padding: 1em;
    border-bottom: none;
    border-left: none;
    font-size: 17px;
    line-height: 1.6;
}

@media only screen and (max-width: 600px) {

    body#top .about .block.summary th,
    body#top .about .block.summary td {
        font-size: 14px;
    }
}

body#top .about .block.summary th {
    width: 35%;
}

body#top .about .block.summary td {
    width: 65%;
    border-right: none;
}

@media only screen and (max-width: 800px) {
    body#top .about .block.map iframe {
        height: 300px;
    }

    body#top .about .block.summary table {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    body#top .about .block.summary table {
        width: 100%;
    }
}

body#top .contact {
    margin-bottom: 110px;
}

body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email],
body#top .contact textarea {
    width: 100%;
    border: 1px solid #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email] {
    padding: 8px;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {

    body#top .contact input[type=text],
    body#top .contact input[type=tel],
    body#top .contact input[type=email] {
        font-size: 14px;
    }
}

body#top .contact input[type=text] {
    width: 100%;
}

body#top .contact input[type=text].contact_small {
    width: 60%;
}

body#top .contact input[type=text].contact_medium {
    width: 100%;
}

body#top .contact textarea {
    width: 100%;
    height: 180px;
    padding: 5px;
    font-size: 17px;
    line-height: 1.6;
}

@media only screen and (max-width: 600px) {
    body#top .contact textarea {
        font-size: 14px;
    }
}

body#top .contact label {
    font-size: 20px;
    font-size: 2rem;
}

body#top .contact label .requier {
    color: #993737;
}

body#top .contact .checkbox,
body#top .contact .radio {
    display: block;
}

body#top .contact .checkbox label,
body#top .contact .radio label {
    margin-right: 10px;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {

    body#top .contact .checkbox label,
    body#top .contact .radio label {
        font-size: 14px;
    }
}

body#top .contact select {
    width: 100% !important;
    padding: 7px;
    background: #ffffff;
    border: 1px solid #333;
    border-radius: 0;
    font-size: 17px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    body#top .contact select {
        font-size: 14px;
    }
}

body#top .contact select:focus {
    outline: none;
}

body#top .contact input[type=submit] {
    font-size: 15px;
}

body#top .contact input[type=submit]:focus {
    outline: none;
}

body#top .contact .wrap_select {
    position: relative;
    display: inline;
}

body#top .contact .select_arrow {
    position: absolute;
    right: 10px;
    bottom: 12px;
    line-height: 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
}

body#top .contact .button {
    position: relative;
    display: block;
    width: 17%;
    padding: 14px 10px;
    background-color: #cf3d3d;
    border: none;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (max-width: 800px) {
    body#top .contact .button {
        width: 100%;
    }
}

body#top .contact .button:hover,
body#top .contact .button:active {
    cursor: pointer;
    background: #cf3d3d;
    opacity: 0.8;
    color: #fff;
}

body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email],
body#top .contact select,
body#top .contact textarea {
    background: #f5f5f5;
    border-color: none;
}

@media only screen and (max-width: 600px) {
    body#top .contact {
        margin-bottom: 90px;
    }
}

body#top .contact .contact_form {
    position: relative;
}

body#top .contact .contact_area {
    display: block;
    margin-top: 2.5em;
}

body#top .contact .contact_area:first-child {
    margin-top: 0;
}

body#top .contact>.inner {
    position: relative;
}

body#top .contact .button {
    margin: 1em 0 0;
}

body#top .contact .checkbox,
body#top .contact .radio {
    display: inline-block;
}

body#top .contact label {
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    body#top .contact label {
        font-size: 14px;
    }
}

body#top .contact input[type=submit] {
    position: absolute;
    right: 0;
    border-radius: 0;
}

body#top .contact input[type=text],
body#top .contact textarea {
    background: #F5F5F5;
}

body#top .contact form {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    body#top .contact form {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    body#top .contact form {
        width: 100%;
    }
}

body#info .article {
    margin: 50px auto;
    max-width: 650px;
}

body#info .article .date {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1;
    font-family: 'Sawarabi Mincho';
}

body#info .article .date span {
    vertical-align: 2px;
    font-weight: bold;
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
    body#info .article .date {
        font-size: 12px;
        float: none;
        width: 100%;
        margin: 0 0 5px;
    }

    body#info .article .date span {
        font-size: 10px;
    }
}

body#info .article .body .article_title {
    margin: 10px 0 0;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.2;
    word-break: break-all;
}

body#info .article .body .article_title a {
    position: relative;
    padding: 0;
}

@media only screen and (max-width: 600px) {
    body#info .article .body .article_title {
        font-size: 20px;
    }

    body#info .article .body .article_title a:hover {
        text-decoration: none;
    }
}

body#info .article .body .photo {
    width: 100%;
    margin: 30px 0 10px;
}

body#info .article .body .photo img {
    width: 100%;
    height: auto;
}

body#info .article .body .textfield {
    margin: 20px 0 0;
    font-size: 17px;
}

body#info .article .body .textfield p:first-child {
    margin: 0 !important;
}

@media only screen and (max-width: 600px) {
    body#info .article .body .textfield {
        width: auto;
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {
    body#info .article .date div {
        display: inline;
    }

    body#info .article .date div.month {
        margin-right: 5px;
        font-size: 22px;
        font-size: 2.2rem;
    }

    body#info .article .body {
        float: none;
    }

    body#info .article .body .inner {
        margin: 0;
    }

    body#info .article .body h3 {
        margin: 0 0 20px;
    }

    body#info .article .body .photo {
        float: none;
        max-width: 100%;
        margin: 10px 0 0;
    }

    body#info .article .body .textfield {
        margin: 10px 0 0;
    }
}

body#info .border {
    border-bottom: 1px solid #333;
    max-width: 650px;
    margin: 0 auto;
}

body#info .border:last-child {
    border-bottom: none;
}

body#photo #index {
    margin: 0;
}

@media only screen and (max-width: 600px) {
    body#photo #index {
        margin-bottom: -15px;
    }
}

body#photo #index .album {
    max-width: 910px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {
    body#photo #index .album {
        padding: 0 10px;
    }
}

body#photo #index .album .album_title {
    margin: 30px 0 30px;
    font-size: 25px;
}

@media only screen and (max-width: 600px) {
    body#photo #index .album .album_title {
        font-size: 20px;
        margin: 20px 0 20px;
    }
}

body#photo #index .album .album_title a {
    padding: 0;
}

body#photo #index .album .thumb_wrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: -35px;
}

@media only screen and (max-width: 800px) {
    body#photo #index .album .thumb_wrapper {
        justify-content: space-between;
        margin-right: 0;
    }
}

body#photo #index .album .thumb_wrapper .thumb {
    width: 280px;
    height: 180px;
    overflow: hidden;
    margin-bottom: 35px;
    margin-right: 35px;
}

@media only screen and (max-width: 800px) {
    body#photo #index .album .thumb_wrapper .thumb {
        width: 335px;
        height: 230px;
        margin-right: 0;
    }
}

@media only screen and (max-width: 600px) {
    body#photo #index .album .thumb_wrapper .thumb {
        width: 45%;
        height: 120px;
    }
}

body#photo #index .album .thumb_wrapper .thumb a {
    position: relative;
    display: block;
    width: 280px;
    height: 180px;
    overflow: hidden;
    -webkit-transition: opacity .15s;
    transition: opacity .15s;
    opacity: 1;
}

@media only screen and (max-width: 800px) {
    body#photo #index .album .thumb_wrapper .thumb a {
        width: 335px;
        height: 230px;
    }
}

@media only screen and (max-width: 600px) {
    body#photo #index .album .thumb_wrapper .thumb a {
        width: 100%;
        height: 100%;
    }
}

body#photo #index .album .thumb_wrapper .thumb a:hover {
    opacity: .7;
}

body#photo #index .album .thumb_wrapper .thumb a:focus {
    outline: none;
}

body#photo #index .album .thumb_wrapper .thumb a img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

body#photo #index .album .thumb_wrapper .thumb a img.show {
    opacity: 1;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body#photo #index .album .thumb_wrapper .thumb a img {
        height: 100%;
        object-fit: cover;
    }
}

@-moz-document url-prefix() {
    .thumb img {
        height: 100% !important;
        object-fit: cover !important;
    }
}

@supports (-ms-ime-align:auto) {
    img {
        height: auto !important;
    }
}

@media only screen and (max-width: 800px) {
    body#photo #index .album .thumb {
        margin-right: 5px;
        margin-bottom: 5px;
    }
}

body#photo #entries {
    position: relative;
    max-width: 650px;
    margin: 30px auto;
}

body#photo #entries h3 {
    margin: 0 0 15px;
    font-weight: normal;
    font-size: 25px;
    line-height: 1.2;
}

body#photo #entries .article {
    position: relative;
    margin: 4em 0 0;
}

body#photo #entries .article>.date {
    font-size: 12px;
    margin-top: 20px;
}

body#photo #entries .article:first-child {
    margin: 0;
}

body#photo #entries .article h4 {
    margin: 1em 0 0;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.2;
}

body#photo #entries .article .textfield {
    font-size: 15px;
    margin: .5em 0 0;
}

body#photo #entries .article .photo {
    width: 100%;
}

body#photo #entries .article .photo img {
    display: block;
    max-width: 100%;
}

body#photo #navi li .sub_navi li a {
    display: block;
}

body#menu .list {
    margin: 3.5em 0 0;
}

@media only screen and (max-width: 600px) {
    body#menu .list {
        margin-bottom: -20px;
    }
}

body#menu .page_title+.list {
    margin: 0;
}

body#menu .article {
    margin: 60px auto;
    display: flex;
    max-width: 910px;
}

@media only screen and (max-width: 600px) {
    body#menu .article {
        display: block;
    }
}

body#menu .category_title {
    position: relative;
    border-top: none;
    font-size: 25px;
    line-height: 1.2;
    max-width: 910px;
    margin: 40px auto 0;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    body#menu .category_title {
        font-size: 20px;
    }
}

body#menu .category_title span {
    position: relative;
}

body#menu .category_title+.article {
    margin-top: 30px;
}

body#menu .article_title {
    font-size: 25px;
    line-height: 2;
    margin-top: -10px;
    border-bottom: 1px solid #333;
}

@media only screen and (max-width: 600px) {
    body#menu .article_title {
        font-size: 20px;
    }
}

body#menu .article_title .recommend {
    color: #f5f201;
}

body#menu .article_left {
    width: 45%;
    margin-right: 5%;
}

@media only screen and (max-width: 600px) {
    body#menu .article_left {
        width: 100%;
    }
}

body#menu .article_right {
    width: 45%;
}

@media only screen and (max-width: 600px) {
    body#menu .article_right {
        width: 100%;
    }
}

body#menu .photo {
    max-width: 100%;
}

body#menu .photo img {
    display: block;
    max-width: 100%;
}

@media only screen and (max-width: 600px) {
    body#menu .photo {
        float: none;
        max-width: 100%;
        margin: 0 auto 1.5em;
    }
}

body#menu .price {
    margin: 1em 0 0;
    font-size: 25px;
    line-height: 1;
}

@media only screen and (max-width: 600px) {
    body#menu .price {
        font-size: 20px;
    }
}

body#menu .text {
    margin: 1em 0 0;
    width: 100%;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    body#menu .text {
        font-size: 14px;
    }
}

body#calendar .wrap_calendar .navi {
    margin: 0;
    text-align: center;
    font-size: 25px;
    margin: 30px;
}

body#calendar .wrap_calendar .navi>a {
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
    body#calendar .wrap_calendar .navi {
        margin: 30px 0;
        font-size: 20px;
    }

    body#calendar .wrap_calendar .navi>a {
        font-size: 12px;
        padding: 0 10px;
    }
}

body#calendar .table_calendar {
    margin: 2em auto 0;
    max-width: 910px;
}

body#calendar .table_calendar th {
    padding: 3px 0;
    font-size: 17px;
    color: #333;
}

@media only screen and (max-width: 600px) {
    body#calendar .table_calendar th {
        font-size: 10px;
    }
}

body#calendar .table_calendar th.sun {
    color: #ff5454;
}

body#calendar .table_calendar td {
    position: relative;
    height: 112px;
    padding: 5px;
    border: 1px solid #333;
}

body#calendar .table_calendar td p.day {
    height: 110px;
    margin: 0;
    padding: 10px;
    text-align: right;
    font-family: 'Sawarabi Mincho';
    font-size: 25px;
    line-height: 155px;
}

body#calendar .table_calendar td.sat p.day {
    color: #2f7cff;
}

body#calendar .table_calendar td.sun p.day,
body#calendar .table_calendar td.holiday p.day {
    color: #ff5454;
}

body#calendar .table_calendar td a {
    position: absolute;
    left: 10px;
    top: 10px;
}

@media only screen and (max-width: 800px) {
    body#calendar .table_calendar th {
        padding: 3px 0;
    }

    body#calendar .table_calendar td {
        height: 70px;
        padding: 2px;
    }

    body#calendar .table_calendar td p.day {
        height: 70px;
        padding: .25em;
        font-size: 20px;
        font-size: 2rem;
        line-height: 102px;
    }

    body#calendar .table_calendar td a {
        left: 5px;
        top: 8px;
    }
}

@media only screen and (max-width: 600px) {
    body#calendar .table_calendar td p.day {
        padding: .4em;
        font-size: 10px;
        font-weight: bold;
    }
}

body#calendar .schedule {
    max-width: 910px;
    margin: 30px auto;
}

body#calendar .schedule dl.article {
    margin: 1.5em 0 0;
    padding: 1em 0 30px;
    border-bottom: 1px solid #333;
}

body#calendar .schedule dl.article dt.date {
    margin: 0 0 1em;
    padding: 0 0 0.2em;
    border: none;
    font-size: 15px;
    line-height: 1;
}

body#calendar .schedule dl.article dd {
    margin: 1em 0 0;
    font-size: 17px;
}

body#calendar .schedule dl.article dd .category {
    float: left;
    margin-right: 1em;
    font-size: 17px;
    font-weight: bold;
}

body#calendar .schedule dl.article dd a:link,
body#calendar .schedule dl.article dd a:visited {
    text-decoration: none;
}

body#calendar .schedule dl.article dd a:hover,
body#calendar .schedule dl.article dd a:active {
    text-decoration: underline;
}

@media only screen and (max-width: 600px) {
    body#calendar .schedule dl.article {
        padding-bottom: 0;
    }

    body#calendar .schedule dl.article dt.date {
        font-size: 12px;
        margin-bottom: -10px;
    }

    body#calendar .schedule dl.article dd {
        font-size: 14px;
        margin-bottom: 20px;
    }

    body#calendar .schedule dl.article dd .category {
        font-size: 14px;
    }
}

body#calendar .schedule .article:last-child {
    border-bottom: none;
}

body#calendar .details .category {
    float: left;
    margin-right: 1em;
    padding: .22em .43em;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
}

body#calendar .details .date {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    vertical-align: bottom;
}

body#calendar .details h3 {
    margin: .5em 0;
    font-size: 22px;
    font-size: 2.2rem;
}

body#calendar .details img {
    max-width: 100%;
}

body#calendar .details {
    max-width: 650px;
    min-height: 50vh;
    margin: 30px auto;
}

body#calendar .details>.textfield {
    width: 100%;
}

body#about .map,
body#about .summary {
    max-width: 910px;
}

body#about .map {
    margin: 40px auto 10px;
}

body#about .map iframe {
    height: 470px;
}

@media only screen and (max-width: 600px) {
    body#about .map iframe {
        height: 300px;
    }
}

body#about .summary {
    max-width: 910px;
    margin: 50px auto 70px;
}

body#about .summary table {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    body#about .summary {
        margin-bottom: 40px;
    }

    body#about .summary table {
        margin-bottom: 40px;
    }
}

body#about .summary tr {
    display: table-row;
    margin: 0;
}

body#about .summary tr:nth-child(odd) {
    background: #EAE9E9;
}

body#about .summary tr:first-child th,
body#about .summary tr:first-child td {
    border-top: none;
}

body#about .summary th,
body#about .summary td {
    display: table-cell;
    padding: 1em;
    line-height: 1.2;
    border: none;
    border-bottom: none;
    border-left: none;
    text-align: left;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {

    body#about .summary th,
    body#about .summary td {
        font-size: 14px;
    }
}

body#about .summary th {
    width: 35%;
}

body#about .summary td {
    width: 65%;
    border-right: none;
}

body#contact .message_alert {
    padding: 1em;
    background: #ffecec;
    border-radius: 0;
    font-size: 15px;
    font-size: 1.5rem;
    color: #5e0808;
    max-width: 650px;
    margin: 30px auto;
}

body#contact form {
    max-width: 650px;
    position: relative;
    width: 65%;
    margin: 0 auto 70px;
}

@media only screen and (max-width: 600px) {
    body#contact form {
        margin-bottom: 30px;
    }
}

body#contact form .contact_area,
body#contact form .button_area {
    margin: 2.5em 0 0;
}

body#contact form .contact_area:first-child,
body#contact form .button_area:first-child {
    margin: 0;
}

body#contact form .contact_area br {
    display: none;
}

body#contact form .contact_area>label {
    display: block;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    body#contact form .contact_area>label {
        font-size: 14px;
    }
}

body#contact form .contact_area .checkbox label,
body#contact form .contact_area .radio label {
    position: static;
    display: inline;
    width: auto;
    padding: 0;
    background: none;
    border: none;
    font-weight: normal;
}

body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form textarea {
    width: 100%;
    border: 1px solid #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email] {
    padding: 8px;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {

    body#contact form input[type=text],
    body#contact form input[type=tel],
    body#contact form input[type=email] {
        font-size: 14px;
    }
}

body#contact form input[type=text] {
    width: 100%;
}

body#contact form input[type=text].contact_small {
    width: 60%;
}

body#contact form input[type=text].contact_medium {
    width: 100%;
}

body#contact form textarea {
    width: 100%;
    height: 180px;
    padding: 5px;
    font-size: 17px;
    line-height: 1.6;
}

@media only screen and (max-width: 600px) {
    body#contact form textarea {
        font-size: 14px;
    }
}

body#contact form label {
    font-size: 20px;
    font-size: 2rem;
}

body#contact form label .requier {
    color: #993737;
}

body#contact form .checkbox,
body#contact form .radio {
    display: block;
}

body#contact form .checkbox label,
body#contact form .radio label {
    margin-right: 10px;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {

    body#contact form .checkbox label,
    body#contact form .radio label {
        font-size: 14px;
    }
}

body#contact form select {
    width: 100% !important;
    padding: 7px;
    background: #ffffff;
    border: 1px solid #333;
    border-radius: 0;
    font-size: 17px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    body#contact form select {
        font-size: 14px;
    }
}

body#contact form select:focus {
    outline: none;
}

body#contact form input[type=submit] {
    font-size: 15px;
}

body#contact form input[type=submit]:focus {
    outline: none;
}

body#contact form .wrap_select {
    position: relative;
    display: inline;
}

body#contact form .select_arrow {
    position: absolute;
    right: 10px;
    bottom: 12px;
    line-height: 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
}

body#contact form .button {
    position: relative;
    display: block;
    width: 17%;
    padding: 14px 10px;
    background-color: #cf3d3d;
    border: none;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (max-width: 800px) {
    body#contact form .button {
        width: 100%;
    }
}

body#contact form .button:hover,
body#contact form .button:active {
    cursor: pointer;
    background: #cf3d3d;
    opacity: 0.8;
    color: #fff;
}

body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form select,
body#contact form textarea {
    background: #f5f5f5;
    border-color: none;
}

body#contact form .checkbox,
body#contact form .radio {
    display: inline-block;
    white-space: normal;
}

body#contact form select {
    width: 100% !important;
}

body#contact form input[type=submit] {
    margin: 2em 0 0;
    background: #cf3d3d;
    margin-left: auto;
}

@media only screen and (max-width: 800px) {
    body#contact form input[type=submit] {
        margin: 2em auto 0;
        width: 100%;
        border-radius: 0;
    }
}

@media only screen and (max-width: 800px) {
    body#contact form {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    body#contact form {
        width: 100%;
    }
}

body#contact .personal_info {
    margin: 2.5em 0 0;
    font-size: 17px;
}

body#contact .personal_info p {
    margin-bottom: 0;
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
    body#contact .personal_info {
        font-size: 14px;
    }

    body#contact .personal_info p {
        font-size: 13px;
    }
}

body#coupon .autopagerize_page_element {
    display: flex;
    flex-wrap: wrap;
    max-width: 910px;
    margin: 40px auto 0;
}

body#coupon .article {
    flex: 0 1 calc((100% - 60px) / 2);
    margin: 30px 15px 0;
    padding: 8px;
    background: #fdf5f5;
}

@media only screen and (max-width: 600px) {
    body#coupon .article {
        flex-basis: 100%;
    }
}

body#coupon .article .image a {
    position: relative;
    display: block;
    margin: 0 0 1.5em;
    padding: 75% 0 0;
}

@media only screen and (max-width: 600px) {
    body#coupon .article .image a {
        padding-top: 0;
    }
}

body#coupon .article .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 600px) {
    body#coupon .article .image img {
        position: static;
        transform: none;
    }
}

body#coupon .article .summary {
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-template-rows: auto 1fr;
    gap: 0 12px;
    grid-template-areas: 'article_title qrcode' 'text qrcode';
    overflow-wrap: anywhere;
}

body#coupon .article .article_title {
    grid-area: article_title;
    margin: 0;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.3;
}

@media only screen and (max-width: 600px) {
    body#coupon .article .article_title {
        font-size: 20px;
    }
}

body#coupon .article .text {
    grid-area: text;
    padding: 0;
    list-style: none;
    margin: 0.5em 0 0;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    body#coupon .article .text {
        font-size: 14px;
    }
}

body#coupon .article .text li {
    padding-left: 5em;
    text-indent: -5em;
    font-weight: bold;
}

body#coupon .article .text li span {
    font-weight: normal;
}

body#coupon .article .qrcode {
    grid-area: qrcode;
}

body#coupon .article .qrcode img {
    display: block;
}

body#coupon .print {
    max-width: 910px;
    margin: 30px auto 0;
    text-align: right;
}

body#coupon .print a {
    display: inline-block;
    padding: .5em;
    line-height: 1;
    font-size: 15px;
}

@media only screen and (max-width: 600px) {
    body#coupon .print a {
        margin: 0 0 20px;
    }
}

body#reservation .message_alert {
    padding: 1em;
    background: #ffecec;
    border-radius: 0;
    font-size: 15px;
    font-size: 1.5rem;
    color: #5e0808;
    margin: 30px auto;
}

body#reservation form {
    position: relative;
    width: 650px;
    margin: 0 auto;
}

body#reservation form .reservation_area {
    margin: 40px 0 0;
}

body#reservation form .reservation_area:first-child {
    margin: 0;
}

body#reservation form .reservation_area>label {
    font-size: 17px;
}

body#reservation form .reservation_area .radio {
    display: block;
}

body#reservation form .reservation_area .reservation_course_body img {
    display: block;
    max-width: 100%;
}

body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form textarea {
    width: 100%;
    border: 1px solid #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email] {
    padding: 8px;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {

    body#reservation form input[type=text],
    body#reservation form input[type=tel],
    body#reservation form input[type=email] {
        font-size: 14px;
    }
}

body#reservation form input[type=text] {
    width: 100%;
}

body#reservation form input[type=text].contact_small {
    width: 60%;
}

body#reservation form input[type=text].contact_medium {
    width: 100%;
}

body#reservation form textarea {
    width: 100%;
    height: 180px;
    padding: 5px;
    font-size: 17px;
    line-height: 1.6;
}

@media only screen and (max-width: 600px) {
    body#reservation form textarea {
        font-size: 14px;
    }
}

body#reservation form label {
    font-size: 20px;
    font-size: 2rem;
}

body#reservation form label .requier {
    color: #993737;
}

body#reservation form .checkbox,
body#reservation form .radio {
    display: block;
}

body#reservation form .checkbox label,
body#reservation form .radio label {
    margin-right: 10px;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {

    body#reservation form .checkbox label,
    body#reservation form .radio label {
        font-size: 14px;
    }
}

body#reservation form select {
    width: 100% !important;
    padding: 7px;
    background: #ffffff;
    border: 1px solid #333;
    border-radius: 0;
    font-size: 17px;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    body#reservation form select {
        font-size: 14px;
    }
}

body#reservation form select:focus {
    outline: none;
}

body#reservation form input[type=submit] {
    font-size: 15px;
}

body#reservation form input[type=submit]:focus {
    outline: none;
}

body#reservation form .wrap_select {
    position: relative;
    display: inline;
}

body#reservation form .select_arrow {
    position: absolute;
    right: 10px;
    bottom: 12px;
    line-height: 0;
    font-size: 12px;
    font-size: 1.2rem;
    color: #333;
}

body#reservation form .button {
    position: relative;
    display: block;
    width: 17%;
    padding: 14px 10px;
    background-color: #cf3d3d;
    border: none;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media only screen and (max-width: 800px) {
    body#reservation form .button {
        width: 100%;
    }
}

body#reservation form .button:hover,
body#reservation form .button:active {
    cursor: pointer;
    background: #cf3d3d;
    opacity: 0.8;
    color: #fff;
}

body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form select,
body#reservation form textarea {
    background: #f5f5f5;
    border-color: none;
}

body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form textarea {
    background: #F5F5F5;
}

body#reservation form .checkbox,
body#reservation form .radio {
    display: inline;
    white-space: nowrap;
    font-size: 17px;
}

body#reservation form input[type=submit] {
    margin: 2em 0 4.5em;
    background: #cf3d3d;
    border-radius: 0;
    margin-left: auto;
}

@media only screen and (max-width: 600px) {
    body#reservation form input[type=submit] {
        width: 100%;
    }
}

@media only screen and (max-width: 800px) {
    body#reservation form {
        width: 80%;
    }
}

@media only screen and (max-width: 600px) {
    body#reservation form {
        width: 100%;
    }
}

body#reservation .list {
    max-width: 910px;
    overflow: hidden;
    margin: 30px auto;
}

body#reservation .list .info {
    margin-top: 0;
}

body#reservation .list .info .note {
    margin: 0 0 1em;
    text-align: center;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    body#reservation .list .info .note {
        font-size: 14px;
    }
}

body#reservation .list .info .summary {
    margin: 0 0 1em;
    padding: 1em;
    border: 1px solid #333;
    text-align: center;
    font-size: 25px;
}

@media only screen and (max-width: 600px) {
    body#reservation .list .info .summary {
        font-size: 17px;
        margin-bottom: 3em;
    }
}

body#reservation .articles {
    margin-top: -30px;
}

body#reservation .articles .article {
    float: left;
    width: 45%;
    margin: 30px 0 0 20px;
    padding: 0;
    background: #fdf5f5;
}

@media only screen and (max-width: 600px) {
    body#reservation .articles .article {
        float: none;
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width: 600px) {
    body#reservation .articles .article {
        margin-left: 0;
    }
}

body#reservation .articles .article .summary {
    padding: 10px;
}

body#reservation .articles .article h4 {
    margin: 10px 0;
    font-weight: normal;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
}

body#reservation .articles .article .image {
    display: none;
    height: 200px;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
}

body#reservation .articles .article .image img {
    display: block;
    max-width: 100%;
}

body#reservation .articles .article .text {
    margin: 12px 0 0;
}

body#reservation .articles .article:nth-child(odd) {
    margin-left: 0;
}

body#reservation .articles .article .article_title {
    margin: .2em 0 0;
    font-size: 25px;
    line-height: 1.2;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    body#reservation .articles .article .article_title {
        font-size: 20px;
    }
}

body#reservation .articles .article .text {
    margin: .5em 0 0;
    font-size: 17px;
}

@media only screen and (max-width: 600px) {
    body#reservation .articles .article .text {
        font-size: 14px;
    }
}

.p-minne-gallery {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 650px;
    margin: 40px auto 0;
}

@media only screen and (min-width: 481px) {
    .p-minne-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.p-minne-item {
    margin: 0 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 481px) {
    .p-minne-item {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 30%;
        margin-right: 5%;
    }

    .p-minne-item:nth-child(3n) {
        margin-right: 0;
    }
}

.p-minne-item__image-wrap {
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 0.5em;
}

@media only screen and (min-width: 481px) {
    .p-minne-item__image-wrap {
        margin-right: 0;
    }
}

.p-minne-item__image {
    display: block;
    height: 0;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: 0.15s;
    transition: 0.15s;
}

.p-minne-item__image:hover {
    opacity: 0.7;
}

.p-minne-item__image img {
    display: none;
}

.p-minne-item__caption {
    line-height: 1.4;
    min-width: 0;
}

.p-minne-item__title {
    text-decoration: none;
    display: block;
    line-height: 1.3;
}

@media only screen and (min-width: 481px) {
    .p-minne-item__title {
        margin-top: 0.5em;
    }
}

.p-minne-item__price {
    display: block;
    font-size: 0.8em;
    margin-top: 0.2em;
    text-align: right;
}

@media only screen and (min-width: 481px) {
    .p-minne-item__price {
        text-align: left;
    }
}

.p-minne-message {
    padding: 1em;
    background: #ffecec;
    border-radius: 0;
    font-size: 15px;
    font-size: 1.5rem;
    color: #5e0808;
    max-width: 650px;
    margin: 30px auto;
}

body#calendar .table_calendar th.sun {
    color: #ff5454;
}

body#calendar .table_calendar th.sat {
    color: #2f7cff;
}

body#calendar .table_calendar td.sun p.day {
    background: none;
}

.web-font {
    font-family: 'Sawarabi Mincho';
}

.shop_sitename {
    font-size: 100%;
}

/* ===== スライドショーのテキスト（コメント）を非表示に ===== */
body#top .slick-caption,
body#top .slide-caption,
body#top .caption,
body#top .carousel-caption {
    display: none !important;
}

@media screen and (max-width: 768px) {
    br:not(.keep-br) {
        display: none;
    }
}

/* スマホ表示時、不要な改行を消す */
@media screen and (max-width: 768px) {
    br:not(.keep-br) {
        display: none;
    }
}

/* ========================= ▼ このブロックで、末尾の重複CSSを統合・整理しています。 既存CSSの「Photoページ用カスタムCSS」以降を、このブロックで丸ごと置換してください。 目的： - 同一内容の @media を乱立させず1本化 - !important の多用を最小限に（必要箇所のみ残す） - Photoページの正方形グリッド＆MenuページのPC/スマホ体裁を明確化 ========================= */
/* --- 端末幅768px以下：不要な改行を非表示（重複定義を統合） --- */
@media screen and (max-width: 768px) {
    br:not(.keep-br) {
        display: none;
    }
}

/* ========================= Photoページ：正方形サムネ + 重なり防止（必要最小限に集約） ========================= */
body#photo #index .album .thumb_wrapper {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)) !important;
    gap: 16px !important;
    margin: 0 !important;
    /* 余計な負のマージンを打ち消し */
}

body#photo #index .album .thumb_wrapper .thumb {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    /* 正方形 */
    overflow: hidden !important;
    margin: 0 !important;
}

body#photo #index .album .thumb_wrapper .thumb a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    position: static !important;
    overflow: hidden !important;
}

body#photo #index .album .thumb_wrapper .thumb a img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

@media (max-width: 800px) {
    body#photo #index .album .thumb_wrapper {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important;
        gap: 12px !important;
    }
}

@media (max-width: 500px) {
    body#photo #index .album .thumb_wrapper {
        grid-template-columns: 1fr !important;
        /* 1列表示 */
        gap: 10px !important;
    }
}

/* ========================= Menuページ：画像サイズ・レイアウトの最終整理 ポイント： - PC(>=900px)：画像 180px 固定、テキストは残り幅。gapで間隔管理。 - モバイル(<900px)：ブロック縦積み、画像は幅90%で中央寄せ。 ========================= */
/* 基本：画像要素のデフォルトを素直に */
body#menu .article_left img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

/* --- PC: 900px以上 --- */
@media screen and (min-width: 900px) {

    /* 行の作り直し（画像 + テキスト） */
    body#menu .list .article {
        display: flex !important;
        align-items: flex-start !important;
        gap: 16px !important;
        /* 画像とテキストの間隔 */
        margin: 28px auto !important;
        /* 項目間の上下 */
        max-width: 910px;
        /* テンプレ幅に揃える */
    }

    /* 左＝画像側は実幅180px固定 */
    body#menu .list .article .article_left {
        flex: 0 0 180px !important;
        width: 180px !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    body#menu .list .article .article_left .photo,
    body#menu .list .article .article_left img {
        display: block !important;
        width: 180px !important;
        max-width: 180px !important;
        height: auto !important;
        margin: 0 !important;
    }

    /* 右＝テキストは残り幅を使用 */
    body#menu .list .article .article_right {
        flex: 1 1 auto !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* タイトル／本文／価格：サイズと余白を統一 */
    body#menu .list .article .article_right h3.article_title {
        margin: 0 0 6px !important;
        line-height: 1.3 !important;
    }

    body#menu .list .article .article_right h3.article_title a {
        font-size: 18px !important;
    }

    body#menu .list .article .article_right .text,
    body#menu .list .article .article_right p {
        font-size: 14px !important;
        /* 本文 */
        line-height: 1.5 !important;
        margin-top: 6px !important;
    }

    body#menu .list .article .article_right .price {
        font-size: 14px !important;
        /* 本文と揃える */
        line-height: 1.2 !important;
        margin-top: 6px !important;
    }

    /* カテゴリー見出し（例：前菜） */
    body#menu h2.category_title {
        font-size: 20px !important;
        font-weight: bold;
        margin-bottom: 12px;
    }
}

/* --- モバイル：899px以下 --- */
@media screen and (max-width: 899px) {

    /* 横並びを解除して縦積み */
    body#menu .article,
    body#menu .list .article {
        display: block !important;
    }

    /* 左右カラムの幅・余白リセット */
    body#menu .article_left,
    body#menu .list .article .article_left,
    body#menu .article_right,
    body#menu .list .article .article_right {
        flex: none !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left;
    }

    /* 画像は中央寄せで9割幅 */
    body#menu .article_left img,
    body#menu .list .article .article_left img {
        display: block !important;
        width: 90% !important;
        max-width: 90% !important;
        height: auto !important;
        margin: 0 auto !important;
    }

    /* テキストは画像の下に配置 */
    body#menu .article_right,
    body#menu .list .article .article_right {
        margin-top: 10px !important;
        font-size: 15px !important;
        /* 少し見やすく */
        line-height: 1.5 !important;
    }

    body#menu h2.category_title {
        font-size: 18px !important;
        font-weight: bold;
    }
}

/* ========================= 補助ユーティリティ ========================= */
/* スライドショーのキャプションを明示的に非表示（既存の!important 1本に集約） */
body#top .slick-caption,
body#top .slide-caption,
body#top .caption,
body#top .carousel-caption {
    display: none !important;
}

/* ===== インフォメーションページの画像調整 ===== */
body#info .article .photo img {
    max-width: 300px;
    /* ここで画像の最大幅を指定 */
    height: auto;
    /* アスペクト比を維持 */
    display: block;
    margin: 10px 0;
    /* 中央寄せ */
}

/* 1) スライダー全体を位置の基準に */
#wrap_slider {
    position: relative !important;
}

/* 2) ロゴエリアを“下中央”に固定（ここで上下を調整） */
#wrap_slider .logo_area {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 20px !important;
    /* ←好みで 10〜30px に微調整可 */
    width: 100% !important;
    text-align: center !important;
    z-index: 100 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 3) スライダー系の下余白をカット（最下端に寄せるため） */
#wrap_slider,
#wrap_slider #slider,
#wrap_slider .rslides,
#wrap_slider .slick-list,
#wrap_slider .slick-track {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

/* 4) ロゴ（子要素）を中央寄せ＆ベースライン隙間対策 */
#wrap_slider .logo_area .element.logo {
    position: relative !important;
    display: block !important;
    margin: 0 auto !important;
    line-height: 0 !important;
    float: none !important;
}

/* 5) 画像を中央に（保険） */
#wrap_slider .logo_area .shop_sitename,
#wrap_slider .logo_area .shop_sitename img {
    display: block !important;
    margin: 0 auto !important;
}

/* メニューページ内の料理タイトルリンクを無効化 */
body#menu .article_title a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
    /* リンク色も通常の文字色に合わせる */
}

#google_translate_container {
    display: block !important;
    position: relative;
    z-index: 9999;
    background: #fff;
}

#google_translate_container {
    position: fixed;
    top: 10px;
    /* 上から10px */
    right: 10px;
    /* 右から10px */
    z-index: 9999;
    background: #fff;
    padding: 4px 6px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {

    /* 右上に固定されがちな「ハンバーガーらしきボタン」を片っ端から下げる */
    button[aria-label*="menu" i],
    button[aria-controls*="nav" i],
    .hamburger,
    .hamburger-button,
    .sp-menu-btn,
    .drawer__button,
    .menu-trigger,
    .gnav-toggle,
    .nav-toggle,
    .js-drawer-open {
        position: fixed !important;
        top: 72px !important;
        /* ← 64〜96pxの範囲で調整してOK */
        right: 12px !important;
        z-index: 2147483647 !important;
        transform: none !important;
    }

    /* ヘッダーが sticky/fixed で被るテンプレ用の保険 */
    header,
    .header,
    .site-header,
    .sp-header {
        z-index: 10;
        /* 過剰な最前面指定を避ける */
    }

    /* Googleの翻訳メニューのドロップが右上に出てくる場合の保険（左上へ逃がす） */
    iframe.goog-te-menu-frame {
        position: fixed !important;
        left: 10px !important;
        top: 72px !important;
        right: auto !important;
        bottom: auto !important;
        z-index: 9999 !important;
    }
}

/* 既にある場合でも下の数値で上書きされます */
iframe.goog-te-menu-frame {
  position: fixed !important;
  top: 60px !important;    /* ヘッダーの下に出したい高さへ調整 */
  right: 10px !important;
  left: auto !important;
  z-index: 100000 !important; /* .totop(10000)や他UIより上 */
  background: transparent !important;
}

/* container の定義が2回あるので、最終的にこれが効くように最後へ置く */
#google_translate_container {
  position: fixed !important;
  top: 10px !important;
  right: 10px !important;
  z-index: 100001 !important;  /* ヘッダー(1000)より前、iframeよりは下 */
  background: transparent !important;
  padding: 0 !important;
  box-shadow: none !important;
}
.skiptranslate,
.goog-te-gadget,
.goog-te-menu2 {
  background: transparent !important;
  box-shadow: none !important;
}

/* トップへ戻るボタンが 10000 なので翻訳より下げる */
.totop { z-index: 5000 !important; }

/* 固定ヘッダーの汎用クラス群を必要以上に上げない（モバイル時の競合対策） */
header, .header, .site-header, .sp-header { z-index: 900 !important; }

@media (max-width: 768px) {
  button[aria-label*="menu" i],
  button[aria-controls*="nav" i],
  .hamburger,
  .hamburger-button,
  .sp-menu-btn,
  .drawer__button,
  .menu-trigger,
  .gnav-toggle,
  .nav-toggle,
  .js-drawer-open {
    z-index: 120000 !important; /* 2147483647 → 120000 程度に */
    top: 72px !important;
    right: 12px !important;
    position: fixed !important;
    transform: none !important;
  }
}

/* Google Translate：配置と重なり */
#google_translate_container{
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100001;     /* ヘッダーより前、メニューiframeよりは下 */
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.skiptranslate,
.goog-te-gadget,
.goog-te-menu2{
  background: transparent;
  box-shadow: none;
}
/* ドロップダウン本体（iframe） */
iframe.goog-te-menu-frame{
  position: fixed !important;
  top: 60px !important;   /* 必要なら微調整 */
  right: 10px !important;
  left: auto !important;
  z-index: 100000 !important;
  background: transparent !important;
}
/* 他UIとの優先度整理（被り防止） */
.totop{ z-index: 5000; }
header, .header, .site-header, .sp-header{ z-index: 900; }
/* モバイルの“ハンバーガー系”は過剰な最前面を回避 */
@media (max-width: 768px){
  button[aria-label*="menu" i], button[aria-controls*="nav" i],
  .hamburger, .hamburger-button, .sp-menu-btn, .drawer__button,
  .menu-trigger, .gnav-toggle, .nav-toggle, .js-drawer-open{
    z-index: 120000 !important;  /* 2147483647 → 下げる */
    top: 72px !important;
    right: 12px !important;
    position: fixed !important;
  }
}

@media (max-width: 800px) {
  #header #button_navi {
    top: 30px !important; /* デフォルトの0pxから下げる */
  }
}


