@charset "UTF-8";
/*
Theme Name: lampe
Theme URI: 
Version: 1.0
Author: M.S

*/
/* CSS Document */
::selection {
	background:#efefef;
}
::-moz-selection {
	background:#efefef;
}

@font-face {
    font-family: 'Point';
    src: url('css/font/Point-Light.woff2') format('woff2'),
        url('css/font/Point-Light.woff') format('woff'),
        url('css/font/Point-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Point';
    src: url('css/font/Point-Book.woff2') format('woff2'),
        url('css/font/Point-Book.woff') format('woff'),
        url('css/font/Point-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.point{
    font-family: 'Point';
    font-weight: normal;
}
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
html, html body {
    color: #604c3f;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    background: #fff6e9;
}
body.is_menu_open {
    overflow: hidden;
}
b, strong, .bold{
 font-family: "Zen Kaku Gothic New", sans-serif;
}
p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #604c3f;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
.t-size-20 {
    font-size: 20px;
}
ul{
    list-style: none;
}
img{
    width: 100%;
    height: auto;
}
table {
    width: 100%;
}
body a,body a:hover{
  color: #604e3f;
  text-decoration: none;
  -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
body a:hover{
    color: #291b13;
    text-decoration: none;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    text-decoration: none;
}
a.underline {
    border-bottom: 1px solid #604c3f;
    font-size: 15px;
    font-weight: normal;
}
a.box_link {
    color: #fff6e9;
    background: #604c3f;
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px 25px;
    margin: 1em 0;
    display: inline-block;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
a.box_link:hover {
    color: #3b2d23;
    background:#927f71;
}
button{
    outline: 0;
    text-decoration: none;
}
button:focus {
    outline:0;
}
.v_center{
    display: table;
    height: 100%;
    width: 100%;
    z-index: 100;
    position: relative;
}
.v_center .v_center_wrap{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
figcaption {
    font-size: 12px;
    color: #aaa;
}
.break_out {
    width: 100VW !important;
    position: relative;
    left: calc(-1 *(100vw - 101%)/2) !important;
}
/*-----------Loading Box-------*/
#loading {
    width: 100vw;
    height: 100vh;
}
#loading .sec {
    width: 100%;
}
.loading_box {
    width: 100vw;
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
svg#logosvg {
    width: 50%;
}
body.loaded #loading {
    opacity: 0;
    transition: .5s ease;
    display: none !important;
}
/*------------NAV--------------*/
.general_nav {
    height: 120px;
    width: 100%;
    opacity: 1;
    position: fixed;
    z-index: 200;
    background: rgba(0,0,0,0);
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.main_nav {
    display: flex;
    padding: 15px 30px;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
h1 img {
    height: 80px;
    -webkit-transition: all 700ms ease-out;
    -moz-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
}
.is-scrollEnd .main_nav h1 img{
    opacity: 0;
}
nav ul {
    list-style: none;
    margin: 0 auto;
}
.pc_menu {
    display: flex;
    max-width: none;
}
.home .tohome {
    display: none;
}
.main_nav li {
    padding: 0 5px;
    line-height:2.2em;
}
.main_nav li a {
    color: #604c3f;
    font-size: 13px;
    font-weight: normal;
}
.main_nav li a:hover {
    color: #AAA;
}
.main_nav li.circle_link a {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2em;
    padding: 7px 15px;
    margin-right: 10px;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.main_nav li.circle_link a:hover {
    background: #FCC600;
    color: #000;
    border: 1px solid #FCC600;
}
.main_nav #menu-menu_right {
    text-align: right;
}
.navicon {
    position: absolute;
    width: 30px;
    height: 25px;
    cursor: pointer;
    margin: 15px 0;
    left: 20px;
    top: 12px;
}
.navicon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff6e9;
    border-radius: 4px;
}
.navicon, .navicon span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.navicon span:nth-of-type(1) {
  top: 0;
}
.navicon span:nth-of-type(2) {
    top: 12px;
}
.navicon span:nth-of-type(3) {
  bottom: 0;
}
.is_menu_open .navicon span:nth-of-type(1),
.is_menu_open .navicon span:nth-of-type(3) {
  width: 40px;
}
.is_menu_open  .navicon span:nth-of-type(1) {
  -webkit-transform: translate(-1px,12px) rotate(-45deg);
  transform: translate(-4px,12px) rotate(-45deg);
}
.is_menu_open  .navicon span:nth-of-type(3) {
  -webkit-transform: translate(-1px,-12px) rotate(45deg);
  transform: translate(-4px,-12px) rotate(45deg);
}
.is_menu_open .navicon span:nth-of-type(2) {
  width: 0px;
}
body.is_main_menu_open {
    overflow: hidden; 
}
body.is_capehorn_menu_open {
    overflow: hidden; 
}
.nav_pc {
    display: flex;
    align-self: center;
}
.main_menu{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    transform: translateX(-100%);
}
.menu_mobile__holder {
    height: 100vh;
    width: 30vw;
    min-width: 500px;
    position: relative;
    z-index: 1;
    transform: translateX(-100%);
    transition: .5s ease;
    background: rgba(0, 0, 0, 1);
}
body.is_main_menu_open .general_sp_menu .menu_mobile__holder {
    transform: translateX(100%);
}
.menu_mobile_list ul li a {
    color: #fff6e9;
}
button {
    color: #fff6e9;
    outline: none;
    display: block;
    position: relative;
    cursor: pointer;
}
#close {
    overflow: hidden;
    position: absolute;
    border: none;
    padding: 0;
    width: 5em;
    height: 5em;
    border-radius: 50%;
    background: transparent;
    color: #000;
    font: inherit;
    text-indent: 100%;
    cursor: pointer;
    bottom: 60px;
    left: 50%;
    right: auto;
    margin-left: -2.5em;
}
button#close:after, button#close:before {
    position: absolute;
    top: 15%;
    left: calc(50% - .0625em);
    width: .125em;
    height: 70%;
    border-radius: .125em;
    transform: rotate(45deg);
    background: currentcolor;
    content: '';
}
button#close:after{
    transform: rotate(-45deg);
}
.menu_mobile_list {
   text-align: center;
    padding: 100px 20px 0;
}
.menu_mobile_list ul li a {
    display: block;
    font-size: 16px;
    line-height: 70px;
    font-family: 'TT Commons';
    letter-spacing: 1px;
    position: relative;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.sp_menu li.circle_link a {
    border-bottom: none;
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    line-height: 45px;
}
.menu_mobile_list ul li.twitter_link a {
    color: #38A3F7;
}
.menu_mobile_list ul li a:hover {
    color: #aaa;
}
.menu_mobile_list ul li.twitter_link a:hover {
    color: #4267b2;
}
.menu_mobile_list ul li a:after {
    background-color: #fff6e9;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
}
.menu_mobile_list ul li a:hover:after {
    width: 100%;
}
.menu_mobile_list ul#menu-general {
    position: relative;
}
.wrap {
    display: flex;
    justify-content: space-between;
}
.menu_mobile__back {
    top: 30px;
    right: 30px;
    font-size: 15px;
    padding: 0;
    background: none;
    border: none;
}
nav hr {
    border-color: #fff6e9;
    max-width: 300px;
    margin: 1rem auto;
}
.twitter_link {
    display: inline-block;
    margin: 1rem 15px;
}
.has-text-align-center {
    text-align: center;
}
/*----------CONTACT----------*/
.page main.contact {
    padding: 60px 20px 0;
}
.contactforms {
    padding: 30px 0 0;
}
.contact .contact_form {
    background: #2F2725;
    padding: 45px 30px;
    border-radius: 1em;
    color: #2F2725;
}
.contact .contact_form .wp-block-group__inner-container {
    width: 100%;
    max-width: 800px;
}
h3+.formbloc {
    padding: 30px 0 0;
}
.formbloc {
    margin-bottom: 11px;
}
.wpcf7-form h3 {
    font-weight: normal;
    margin: 0;
}
.wpcf7-form h3 {
    font-family: 'TT Commons',sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.wpcf7-form .formbloc h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 2em;
}
.wpcf7-form span.required {
    color: #a31827;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.wpcf7-form .wpcf7-not-valid {
    border: 1px solid #a31827;
}
span.req {
    color: #a31827;
    font-size: 12px;
    border: 1px solid #a31827;
    padding: 3px 5px;
    margin-left: 1em;
}
.wpcf7-form p.form-row {
    position: relative;
}
.wpcf7-form label {
    color: #604c3f;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.22857em;
    margin-left: 1px;
    padding: 0 0.91667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    opacity: 1;
}
.wpcf7-form input {
    border: none;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #fff6e9;
    color: #604c3f;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form textarea {
    border: none;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #fff6e9;
    color: #604c3f;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
    height: 15em;
}
.wpcf7-form select{
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    background-color: #fff6e9;
    color: #604c3f;
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}
.wpcf7-form input[type="submit"] {
    margin: 0;
    line-height: 1.7;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 10px 20px;
    font-size: 13px;
    left: auto;
    color: #604c3f;
    background-color: #F4F4F4;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: auto;
    border-radius: 2em;
}
div.wpcf7-response-output {
    border: none;
    padding: 0;
    font-size: 15px;
    margin: 0;
}
.colored_box {
    width: 90%;
    margin: 0 auto;
    background: #dee;
    padding: 45px;
}
.colored_box .wpcf7-form input[type="submit"] {
    background: #aaa;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
        border-color: #a31827;
}
.wp-block-contact-form-7-contact-form-selector{
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 30px;
    border-radius: 15px;
}
/*------------TOP--------------*/
section#hero {
    padding-top: 60px;
    align-items: center;
}
.main_image {
    margin-right: -15px;
    padding: 0;
}
.main_image .swiper {
    border-radius: 20px 0 0 20px;
}
.cover_menu li.menu-item {
    margin-bottom: 13px;
}
.cover_menu li.menu-item a {
    font-size: 18px;
    color: #604e3f;
}
.cover_menu li.menu-item a span {
    display: block;
    font-size: 13px;
    font-family: 'Point';
    color: #a31827;
}
section.top_contents {
    padding: 120px 0;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
}
section.top_contents>div {
    background: transparent !important;
}
section h2 {
    font-size: 20px;
}
section h2 span {
    display: block;
    font-size: 14px !important;
    color: #a31827 !important;
    font-family: 'Point';
    margin-top: 10px;
}
section#menu {
    background: #ffedb6;
    margin: 0 -15px 60px;
    padding: 60px 60px;
}
.menu_list .swiper-wrapper {
    padding: 30px 0;
}
.menu_list .swiper-slide {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.menu_list .menu_item a {
    display: block;
    width: 100%;
}
.menu_item figure.thumb {
    border-radius: 15px;
    display: block;
    overflow: hidden;
}
.menu_meta {
    text-align: center;
}
.menu_meta h3 {
    font-size: 27px;
    margin: 0;
}
.menu_meta p {
    font-family: 'Point';
    font-size: 14px;
    color: #a31827;
    margin: 0;
}
.menu_list .menu_item .menu_meta a {
    border: 1px solid #604c3f;
    color: #604c3f;
    margin-top: 10px;
    padding: 7px 20px;
    border-radius: 10em;
}
section#schedule {
    padding: 60px;
}
p.today-date {
    font-size: 20px;
    margin: 0 0 10px;
}
p.is-closed {
    color: #a31827;
    font-size: 25px;
}
p.is-normal,
p.is-changed {
    font-size: 20px;
}
p.is-normal span,
p.is-changed span {
    font-size: 30px;
    margin-right: 15px;
    font-family: 'Point';
}
.reserve_btn a {
    display: inline-block;
    background: #604c3f;
    padding-top: var(--stk--preset--spacing--20, 0.44rem) !important;
    padding-right: var(--stk--preset--spacing--60, 2.25rem) !important;
    padding-bottom: var(--stk--preset--spacing--20, 0.44rem) !important;
    padding-left: var(--stk--preset--spacing--60, 2.25rem) !important;
    color: #fff6e9;
    margin: 0 0 15px;
    border-radius: 100em;
    font-size: 18px;
}
.reserve_btn a span {
    font-size: 14px;
    line-height: 30px;
    margin-left: 1em;
}
p.holiday_info {
    color: #a31827;
    font-size: 15px;
}
section#access {
    background: #604c3f;
    color: #fff6e9;
    margin: 0 -15px;
    padding: 60px;
}
article.access_meta p {
    color: #fff6e9;
}
article.access_meta .meta_title p {
    background: #fff6e9;
    display: inline-block;
    padding: 1px 10px;
    color: #604c3f;
}
/*------------Page--------------*/

/*------------Calendar--------------*/
.schedule_wrap #biz_calendar {
  width: 100%;
  max-width: none;
}

#biz_calendar .calendar-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#biz_calendar .desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#biz_calendar .desc .calmonth {
  margin: 0;
}

#biz_calendar .desc .calendar-guide {
  margin: 0 auto;
  font-family: "p22-mackinac-pro", sans-serif;
}

#biz_calendar .desc .calendar-guide .guide {
  margin-right: 1em;
  font-size: 0.8125rem;
  line-height: 0.8;
  vertical-align: middle;
}

#biz_calendar .desc .calendar-guide .guide::before {
  content: "";
  width: 1em;
  height: 1em;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

#biz_calendar .desc .calendar-guide .event::before {
  background: #000;
  border-radius: 50%;
}

#biz_calendar .desc .calendar-guide .close::before {
  background: #D5D5D5;
}

#biz_calendar .desc .calendar-guide .open::before {
  background: #fff6e9;
}

#biz_calendar .control {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  #biz_calendar .control {
    padding-bottom: 1.5rem;
  }
}
#biz_calendar .control .currentmonth {
    text-align: center;
    font-size: 40px;
    font-family: 'Point';
    line-height: 0.8em;
}
#biz_calendar .control .currentmonth span {
    display: block;
    font-size: 17px;
}
#biz_calendar .control .edge {
  color: transparent;
}
#biz_calendar .control .calbtn {
  cursor: pointer;
  font-size: 0.7em;
}
#biz_calendar .control .calbtn.up {
  text-align: right;
}
#biz_calendar .control .calbtn.up::after {
  content: "";
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#biz_calendar .control .calbtn.down::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.5em;
  border-top: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#biz_calendar .calbtn.up {
  margin-left: 1em;
  background: url(../img/c_arr_right.svg) no-repeat center center/contain;
}

#biz_calendar .calbtn.down {
  background: url(../img/c_arr_left.svg) no-repeat center center/contain;
}
.schedule_wrap #biz_calendar table.bizcal {
    margin: 10px 0;
    width: 100%;
    background-color: transparent;
    table-layout: fixed;
    border: rgba(187, 173, 141, 0.1) 1px solid;
    line-height: 1.6;
    cursor: default;
    vertical-align: middle;
}
#biz_calendar .bizcal .tbl-week {
  border-top: 1px solid #797979;
  border-bottom: 1px solid #797979;
}

#biz_calendar .bizcal th {
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  text-transform: capitalize;
  height: 3vw;
  font-size: clamp(0.75rem, 0.57vw + 0.56875rem, 1.125rem);
}
.schedule_wrap #biz_calendar table.bizcal th {
    color: #604c3f;
    background-color: transparent;
    border-top: 1px solid #604c3f;
}
.schedule_wrap #biz_calendar .bizcal td {
    position: relative;
    text-align: center;
    vertical-align: middle;
    height: 8vw;
    position: relative;
    font-size: clamp(0.8125rem, 0.56vw + 0.7rem, 1.25rem);
    border: 1px solid #fff6e9;
}

.schedule_wrap #biz_calendar .bizcal td {
    background: transparent;
}
.schedule_wrap #biz_calendar .bizcal td.openday {
    background: rgba(187, 173, 141, 0.5);
}
.schedule_wrap #biz_calendar .bizcal td.pastday {
    background: rgba(0, 0, 0, 0.3);
    color: #fff6e9;
}
.schedule_wrap #biz_calendar p span.boxholiday {
    background-color: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.2);
}
.schedule_wrap #biz_calendar table.bizcal .holiday {
    background-color: rgba(0, 0, 0, 0.1);
    color:rgba(0, 0, 0, 0.2);
}
.schedule_wrap #biz_calendar table.bizcal .holiday.today {
    background-color: rgba(187, 181, 174, 0.8);
    border: 2px solid rgba(187, 181, 174, 0.8);
}
.schedule_wrap #biz_calendar table.bizcal .today:after{
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    background: #000;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    top: 70%;
    left: 50%;
    right: auto;
    margin-left: -2.5px;
}
.schedule_wrap #biz_calendar .bizcal td.calmonth,
.schedule_wrap #biz_calendar .bizcal td.calbtn
 {
    background: transparent;
}
.schedule_wrap #biz_calendar table.bizcal .today {
    font-weight: bold;
    color: #000;
    background: rgba(187, 173, 141, 1);
    text-decoration: none;
    border: 2px solid rgba(187, 173, 141, 1);
}
@media screen and (min-width: 768px) {
  #biz_calendar .bizcal td {
    height: 7vw;
  }
}
@media screen and (min-width: 1201px) {
  #biz_calendar .bizcal td {
    height: 6.5vw;
  }
}
#biz_calendar .bizcal td .date {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
#biz_calendar .bizcal td .date span {
  margin: auto;
}

/*------------Footer--------------*/
.float_area {
    position: fixed;
    bottom: 10px;
    left: 5%;
    height: 70px;
    background: #604c3f;
    width: 90%;
    z-index: 100;
    margin: 0 auto;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.31), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.3);
    border-radius: 100px;
}
.float_area .reserve a {
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    line-height: 70px;
}
footer {
    background: #fff;
    color: #fff6e9;
    padding: 80px 60px 0;
}
.footer_logo h1 img {
    width: 170px;
    height: auto;
}
.footer_wrap {
    padding: 0;
    display: flex;
    color: #604c3f;
}
.payment {
    padding: 30px 0;
}
.payment ul li {
    display: inline-block;
}
.payment ul li img {
    height: auto;
    width: 40px;
}
.footer_right {
    display: flex;
}
section.footer_block {
    margin-bottom: 30px;
}
section.footer_block h4 {
    font-family: 'Point';
    font-size: 14px;
    color: #a31827;
}
section.footer_block p {
    font-size: 14px;
    line-height: 1.5em;
    margin: 0 0 5px;
}
section.footer_block a {
    line-height: 1.5em;
    margin-bottom: 5px;
    display: block;
    text-decoration: underline;
}
section.footer_block a.border {
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    border-radius: 10em;
    font-size: 13px;
}

address {
    font-size: 13px;
    font-family: 'Point';
    color: #604c3f;
    margin-top: 80px;
    margin-bottom: 0;
    padding-bottom: 5px;
}
@media (max-width: 1279px){
}
@media (max-width: 1200px){
}
@media (max-width: 768px){
    .main_nav h1{
        width: 100%;
    }
    .main_nav h1 img{
        height: 60px;
    }
    section#hero {
        padding-top: 90px;
        align-items: center;
    }
    .main_image {
        padding-left: 30px;
    }
    .main_image .swiper-wrapper {
        height: calc(80vh - 80px);
    }
    .main_image .swiper-wrapper .swiper-slide img {
        object-fit: cover;
        height: 100%;
    }
    section.top_contents {
        padding: 80px 0;
    }
    section#menu,
    section#access,
    section#schedule{
        padding-left:20px;
        padding-right: 20px;
    }
    .menu_list .swiper-slide {
        width: 80%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .schedule_wrap>.calendar {
        padding: 30px 0;
    }
    #biz_calendar .control .currentmonth {
        font-size: 27px;
        margin-top: 10px;
    }
    .schedule_wrap #biz_calendar .bizcal td {
        height: 14vw;
    }
    p.today-date {
        font-size: 15px;
        margin: 0 0 10px;
    }
    p.is-normal, p.is-changed {
        font-size: 15px;
    }
    p.is-normal span, p.is-changed span {
        font-size: 25px;
        margin-right: 15px;
        font-family: 'Point';
    }
    .captions p {
        line-height: 1.4em;
    }
    footer {
        padding: 80px 20px 100px;
    }
    .footer_logo h1 img {
        width: 100px;
    }
    .payment {
        padding: 10px 0 40px;
    }
    .payment ul li img {
        height: auto;
        width: 25px;
    }
    .footer_wrap {
        flex-flow: column;
    }
    .footer_right {
        flex-flow: column;
    }


}
@media (max-width: 375px){
}