#header_outer {
    height: 300px;
}
#header {
  background-size: cover;
  position: fixed;
  height: 300px;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
#header .header_inner {
  position: absolute;
  left: 0;
  top: 0;
}

.page_logo {
    display: block;
    position: absolute;
    top: 25px;
    left: 30px;
    z-index: 5;
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-shadow: 0 0 6px rgba(0,0,0, .3);
    color: #fff;
    font-weight: bold;
}
.page_logo a {
    color: #fff;
}

.shop_name {
    font-size: 42px;
    letter-spacing: 0em;
    line-height: 1.2;
    text-shadow: 0 0 6px rgba(0,0,0, .3);
    color: #fff;
    font-weight: bold;

    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

.slideshow_outer {
  position: relative;
  height: 300px;
  width: 100vw;
  overflow: hidden;
  background: #fff;
}
.slideshow_outer:after {
  z-index: 10;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100vh;
  background-image: -ms-linear-gradient(120deg, rgba(242, 177, 242, .7) 0%, rgba(174, 177, 248, .7) 100%, rgba(255, 255, 255, 0) 100%);
  background-image: -moz-linear-gradient(120deg, rgba(242, 177, 242, .7) 0%, rgba(174, 177, 248, .7) 100%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(120deg, rgba(242, 177, 242, .7) 0%, rgba(174, 177, 248, .7) 100%, rgba(255, 255, 255, 0) 100%);
}

.slideshow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
}
.slideshow_hero .slides {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  animation: 11s slideshow-hero-mobile -3s infinite;
}
.slides,
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 960px) {
    #header_outer {
        height: 200px;
    }
    #header {
      height: 200px;
    }
    .page_logo {
        top: 10px;
        left: 10px;
        font-size: 18px;
    }
    .shop_name {
        font-size: 26px;
        top: 100px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 100%;
        text-align: center;
    }

    .slideshow_outer {
      height: 200px;
    }
    .slideshow_hero .slides {
      height: 200px;
    }
    .slides,
    .slide {
      height: 200px;
    }
}

#shop_guide_info {
    margin: 0 auto;
    padding: 80px 0;
    background: #fff;
    position: relative;
    z-index: 2;
}
.shop_guide_info_inner {
    margin: 40px 0;
    text-align: center;
    position: relative;
    z-index: 2;
    vertical-align: top;
}
.shop_guide_info_text {
    margin: 0 auto 60px;
    font-size: 18px;
    color: #777;
    text-align: left;
}
@media screen and (max-width: 960px) {
    #shop_guide_info {
        padding: 40px 0 0;
    }
    .shop_guide_info_inner {
        margin: 20px 0;
    }
    .shop_guide_info_text {
        margin: 0 auto 40px;
    }
}




#reserve {
    margin: 20px 0 0;
}
.reserve_content {
    padding: 20px 20px 50px;
    background: #f7f7f7;
    margin: 0 auto;
    max-width: 1400px;
}
.reserve_content_inner {}
form#mail_form {
    margin: 0 auto 20px;
    padding: 0;
}
form#mail_form dl {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
    overflow: hidden;
}
form#mail_form dl dt {
    clear: both;
    width: 24%;
    float: left;
    /*border-top : 1px solid #620f00;*/
    padding: 26px 0;
    text-align: right;
    overflow: hidden;
    letter-spacing: 0em;
    color: #555;
    font-weight: normal;
}
form#mail_form dl dd {
    width: 76%;
    float: right;
    /*border-top : 1px solid #620f00;*/
    padding: 15px 0 15px 5%;
}
form#mail_form dl dd label {
    color: #000;
}
form#mail_form dl dt:first-child, form#mail_form dl dt:first-child+dd {
    border: none;
}
form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 3px 5px;
    font-size: 11px;
    margin: 0 5px 0 0;
    border-radius: 3px;
    position: relative;
    top: -2px;
}
form#mail_form dl dt span.required {
    background: #ed635f;
    border: 1px solid #e15853;
}
form#mail_form dl dt span.optional {
    background: #54c9ff;
    border: 1px solid #38b6f0;
}
form#mail_form dl dd span.error_blank, form#mail_form dl dd span.error_format, form#mail_form dl dd span.error_match {
    display: block;
    color: #ff0000;
    margin-top: 3px;
}
span.loading {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border-top: 5px solid rgba( 255, 255, 255, 0.2);
    border-right: 5px solid rgba( 255, 255, 255, 0.2);
    border-bottom: 5px solid rgba( 255, 255, 255, 0.2);
    border-left: 5px solid #ffffff;
    -webkit-transform: translateZ( 0);
    -ms-transform: translateZ( 0);
    transform: translateZ( 0);
    -webkit-animation: load-circle 1.0s linear infinite;
    animation: load-circle 1.0s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
}
@-webkit-keyframes load-circle {
    0% {
        -webkit-transform: rotate( 0deg);
        transform: rotate( 0deg);
    }
    100% {
        -webkit-transform: rotate( 360deg);
        transform: rotate( 360deg);
    }
}
@keyframes load-circle {
    0% {
        -webkit-transform: rotate( 0deg);
        transform: rotate( 0deg);
    }
    100% {
        -webkit-transform: rotate( 360deg);
        transform: rotate( 360deg);
    }
}
form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"] {
    width: 100%;
    height: 50px;
    padding: 2px 8px;
    border: 1px solid #cbcbcb;
    -webkit-appearance: none;
    font-size: 18px;
    font-family: inherit;
    background: #fff;
    text-align: left;
    transition: all .3s;
    box-shadow: none;
}
form#mail_form input[type="text"]:focus, form#mail_form input[type="email"]:focus, form#mail_form input[type="tel"]:focus, form#mail_form textarea:focus {
    border: 1px solid #f6cff6 !important;
    background: #ffffff;
    outline: 0 !important;
    box-shadow: none;
}
form#mail_form ul li input[type="radio"], form#mail_form ul li input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 20px;
    box-shadow: none;
}
form#mail_form select {
    font-size: 16px;
    font-family: inherit;
    padding: 12px 20px 12px 5px;
    height: 50px;
    border: 1px solid #cbcbcb;
    width: 100%;
    background: #fff;
    box-shadow: none;
}
form#mail_form textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 260px;
    padding: 12px 8px;
    resize: vertical;
    border: 1px solid #cbcbcb;
    -webkit-appearance: none;
    font-size: 18px;
    font-family: inherit;
    background: #fff;
    transition: all .3s;
    box-shadow: none;
}
form#mail_form ul {
    list-style-type: none;
}
form#mail_form ul li label:hover {
    cursor: pointer;
}
form#mail_form input#name_1, form#mail_form input#name_2, form#mail_form input#read_1, form#mail_form input#read_2, form#mail_form input#postal, form#mail_form input#phone, form#mail_form input#schedule {
    width: 100%;
}
form#mail_form input#mail_address, form#mail_form input#mail_address_confirm {
    width: 100%;
}
form#mail_form input#postal+a {
    display: inline-block;
    padding: 9px 15px;
    vertical-align: middle;
    line-height: 1;
    background: #5bc0de;
    border: 1px solid #46b8da;
    color: #ffffff;
    font-family: inherit;
    text-decoration: none;
    position: relative;
    top: -1px;
}
form#mail_form input#postal+a:hover {
    cursor: pointer;
    background: #31b0d5;
    border: 1px solid #269abc;
}
form#mail_form p#form_submit {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
}
form#mail_form input[type="button"] {
    font-weight: bold;
    display: block;
    width: 100%;
    max-width: 480px;
    font-size: 22px;
    color: #fff;
    border-radius: 100px;
    padding: 20px 10px;
    margin: 15px auto 0;
    background: -ms-linear-gradient(left, #f6cff6, #c8caf8);
    background: -moz-linear-gradient(left, #f6cff6, #c8caf8);
    background: -webkit-linear-gradient(left, #f6cff6, #c8caf8);
    background: linear-gradient(to right, #f6cff6, #c8caf8);
    letter-spacing: 0em;
    text-shadow: 0 0 2px rgba(0,0,0, .3);
    box-shadow: 0 2px 8px rgba(0,0,0, .2);
    border: none;
    transition: opacity .3s;
}
form#mail_form input[type="button"]:hover {
    opacity: .75;
    color: #fff !important;
    background: -ms-linear-gradient(left, #f6cff6, #c8caf8);
    background: -moz-linear-gradient(left, #f6cff6, #c8caf8);
    background: -webkit-linear-gradient(left, #f6cff6, #c8caf8);
    background: linear-gradient(to right, #f6cff6, #c8caf8);
    letter-spacing: 0em;
    text-shadow: 0 0 2px rgba(0,0,0, .3);
    box-shadow: 0 2px 8px rgba(0,0,0, .2);
    border: none;
}
form#mail_form input[type="button"]:active, form#mail_form input[type="button"]:visited, form#mail_form input[type="button"]:foucs {
    color: #fff !important;
    box-shadow: 0 0 36px rgba(0, 0, 0, .6);
    background: -ms-linear-gradient(left, #f6cff6, #c8caf8);
    background: -moz-linear-gradient(left, #f6cff6, #c8caf8);
    background: -webkit-linear-gradient(left, #f6cff6, #c8caf8);
    background: linear-gradient(to right, #f6cff6, #c8caf8);
    letter-spacing: 0em;
    text-shadow: 0 0 2px rgba(0,0,0, .3);
    box-shadow: 0 2px 8px rgba(0,0,0, .2);
    border: none;
}
.reserve_form_list li {
    float: left;
    width: 30%;
    margin: 0 10px 0 0;
}
.reserve_form_list_check li {
    float: left;
    margin: 0 30px 0 0;
}
.reserve_member {
    display: inline-block;
    margin: 0 0 0 10px;
}
.reserve_form_attention {
    font-size: 13px;
    padding: 3px 0;
}
.reserve_customer1, .reserve_customer2 {
    letter-spacing: 0em;
}
@media screen and (max-width:960px) {
    #reserve {
        margin: 20px 0 40px;
    }

    .reserve_content {
        padding: 0 5px 10px;
    }
    .reserve_content_inner {
        padding: 10px;
    }
    .reserve_form_text {
        font-size: 11px;
        margin: 0 0 10px 0;
        letter-spacing: 0em;
        line-height: 1.5;
    }
    .thanks_content .reserve_form_text {
        font-size: 11px;
        margin: 0;
        letter-spacing: 0em;
        line-height: 1.5;
        padding: 0;
    }
    .reserve_info {
        margin: 5px 0;
    }
    .reserve_info_list {
        display: block;
        margin: 3px 0;
    }
    .reserve_info_list span.reserve_info_label {
        font-size: 10px;
        padding: 2px 6px;
    }
    .reserve_info_list span {
        font-size: 14px;
    }
    .reserve_content h3 {
        font-size: 20px;
        padding: 20px 0 10px 0;
    }
    form#mail_form {
        padding: 15px 10px;
    }
    form#mail_form dl {
        width: 100%;
    }
    form#mail_form dl dt {
        clear: both;
        width: 32%;
        float: left;
        text-align: left;
        overflow: hidden;
        font-size: 13px;
        letter-spacing: -0.04em;
        padding: 15px 0;
    }
    form#mail_form dl dd {
        width: 68%;
        float: right;
        padding: 15px 0 15px 3%;
    }
    form#mail_form dl dt span.required, form#mail_form dl dt span.optional {
        display: inline-block;
        float: none;
        color: #ffffff;
        line-height: 100%;
        padding: 3px 0;
            font-size: 9px;
        margin: 0 100% 3px 0;
        width: 30px;
        text-align: center;
    }
    form#mail_form ul li input[type="radio"], form#mail_form ul li input[type="checkbox"] {
        margin-right: 10px;
        margin-top: 10px;
    }
    form#mail_form input[type="button"] {
        text-align: center;
        display: block;
        width: 90%;
        padding: 16px 0;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        margin: 10px auto;
        border: none;
    }
    form#mail_form p#form_submit {
        padding: 10px 0 0;
    }
    .reserve_form_list li {
        float: left;
        width: 100%;
        margin: 0 10px 0 0;
    }
    .reserve_form_attention {
        font-size: 11px;
        padding: 3px 0;
        letter-spacing: 0em;
    }
}

.thanks_text {
    margin: 40px 0;
    text-align: center;
}
.thanks_text_title {
  font-weight: bold;
  font-size: 24px;
  padding: 20px 0 40px;
}
@media screen and (max-width:960px) {
    .thanks_text {
        text-align: left;
        margin: 20px 0 40px 0;
        padding: 0 15px;
        font-size: 15px;
        letter-spacing: 0em;
    }
}




