@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  vertical-align: middle;
}

input, select {
  vertical-align: middle;
  outline: none;
}

textarea,
iframe {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

html {
  overflow-y: scroll;
  background: #000;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  background: #FFF url(../img/bg_vegas.png) repeat center center;
}
@media screen and (max-width: 768px) {
  body {
    background-size: 58px 92px;
  }
}

input[type=radio] {
  margin-right: 5px;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
textarea {
  -webkit-appearance: none;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  font-size: 16px;
  line-height: 1.7;
  background: #FFF;
  border: 1px solid #999;
  padding: 10px;
  outline: none;
  border-radius: 4px;
  box-sizing: border-box;
}

a:link,
a:visited {
  color: #A95B62;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #A95B62;
  text-decoration: none;
}

input::-moz-placeholder {
  color: #BBB;
}

input::placeholder {
  color: #BBB;
}

input:-ms-input-placeholder {
  color: #BBB;
}

input::-ms-input-placeholder {
  color: #BBB;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7 .ajax-loader,
.wpcf7 .wpcf7-spinner {
  display: none !important;
}

.l-header {
  position: relative;
  z-index: 200;
}

.l-header-inner {
  position: absolute;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .l-header-inner {
    height: auto;
    background: none;
  }
}

@media screen and (min-width: 769px) {
  .l-global-nav {
    display: block !important;
    overflow: auto;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  .l-global-nav {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
    transition-property: transform;
    transition-duration: 0.4s;
    -webkit-overflow-scrolling: touch;
  }
  .l-global-nav.active {
    transform: scale(1);
  }
}
.l-global-nav-inner {
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-global-nav-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}

.l-rslides {
  position: relative;
  overflow: hidden;
  background: #000 url(../img/top/loading.gif) no-repeat center center;
  background-size: 100px;
}

.l-pagename {
  position: relative;
  height: 420px;
  background: url(../img/bg_pagename.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .l-pagename {
    display: table;
    width: 100%;
    height: 200px;
  }
}
.l-pagename.is-schedule {
  background: url(../img/bg_schedule.jpg) no-repeat center center/cover;
}
.l-pagename.is-calender {
  background: url(../img/bg_calender.jpg) no-repeat center center/cover;
}
.l-pagename.is-news {
  background: url(../img/bg_news.jpg) no-repeat center center/cover;
}
.l-pagename.is-vip {
  background: url(../img/bg_vip.jpg) no-repeat center center/cover;
}
.l-pagename.is-rental {
  background: url(../img/bg_rental.jpg) no-repeat center center/cover;
}
.l-pagename.is-about {
  background: url(../img/bg_about.jpg) no-repeat center center/cover;
}
.l-pagename.is-recruit {
  background: url(../img/bg_recruit.jpg) no-repeat center center/cover;
}
.l-pagename.is-contact {
  background: url(../img/bg_contact.jpg) no-repeat center center/cover;
}

.l-container-fluid {
  padding: 60px 30px;
}
@media screen and (max-width: 768px) {
  .l-container-fluid {
    padding: 30px 15px;
  }
}

.l-container {
  max-width: 1100px;
  margin: 0 auto;
}
.l-container::after {
  content: "";
  display: block;
  clear: both;
}

.l-container-narrow {
  max-width: 850px;
  margin: 0 auto;
}

.l-main {
  width: 70%;
  float: right;
}
@media screen and (max-width: 768px) {
  .l-main {
    width: auto;
    float: none;
  }
}

.l-side {
  width: 26%;
  float: left;
}
@media screen and (max-width: 768px) {
  .l-side {
    width: auto;
    float: none;
    margin-top: 40px;
  }
}

.l-side-group {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-side-group {
    margin-bottom: 40px;
  }
}
.l-side-group:last-child {
  margin-bottom: 0;
}

.l-news {
  padding: 60px 0;
  background: #CF442C;
}
@media screen and (max-width: 768px) {
  .l-news {
    padding: 30px 0;
  }
}

.l-gmap {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .l-gmap {
    height: 300px;
  }
}

.l-footer {
  position: relative;
  padding-top: 60px;
  height: 530px;
  box-sizing: border-box;
  background: #111;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 45px;
    height: 360px;
  }
}

.c-btn-send {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-btn-send {
    margin-top: 0;
  }
}
.c-btn-send input[type=submit] {
  width: 280px;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #000;
  padding: 20px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 0;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .c-btn-send input[type=submit] {
    width: 100%;
  }
}
.c-btn-send input[type=submit]:hover {
  background: #CF442C;
}

a.c-btn-common {
  position: relative;
  display: inline-block;
  width: 280px;
  padding: 20px;
  font-size: 17px;
  line-height: 1.3;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
  background: #000;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  a.c-btn-common {
    width: 100%;
    font-size: 16px;
  }
}
a.c-btn-common::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 9%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}
a.c-btn-common::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
}
a.c-btn-common:hover::after {
  left: 0;
  background-color: rgb(206, 68, 44);
}

a.c-btn-more {
  position: relative;
  display: inline-block;
  width: 280px;
  padding: 16px;
  font-family: "Sawarabi Mincho";
  font-size: 17px;
  line-height: 1.3;
  color: #FFF;
  border: 1px solid #FFF;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  a.c-btn-more {
    width: 250px;
    padding: 15px;
    font-size: 16px;
  }
}
a.c-btn-more::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  width: 8px;
  height: 8px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(45deg);
}
a.c-btn-more::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
}
a.c-btn-more:hover::after {
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.c-grid {
  margin-bottom: 60px;
}
.c-grid:after {
  content: "";
  display: block;
  clear: both;
}
.c-grid:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .c-grid {
    margin-bottom: 30px;
  }
}

.c-grid-1 {
  width: 3.75%;
}

.c-grid-2 {
  width: 12.5%;
}

.c-grid-3 {
  width: 21.2%;
}

.c-grid-4 {
  width: 30%;
}

.c-grid-5 {
  width: 40%;
}

.c-grid-6 {
  width: 47%;
}

.c-grid-7 {
  width: 55%;
}

.c-grid-8 {
  width: 65%;
}

.c-grid-9 {
  width: 73.8%;
}

.c-grid-10 {
  width: 82.5%;
}

.c-grid-11 {
  width: 91.2%;
}

.c-grid-12 {
  width: 100%;
}

.c-grid-1,
.c-grid-2,
.c-grid-3,
.c-grid-4,
.c-grid-5,
.c-grid-6,
.c-grid-7,
.c-grid-8,
.c-grid-9,
.c-grid-10,
.c-grid-11 {
  float: left;
  margin: 0 5% 0 0;
}
@media screen and (max-width: 768px) {
  .c-grid-1,
  .c-grid-2,
  .c-grid-3,
  .c-grid-4,
  .c-grid-5,
  .c-grid-6,
  .c-grid-7,
  .c-grid-8,
  .c-grid-9,
  .c-grid-10,
  .c-grid-11 {
    float: none;
    margin: 30px 0;
    width: auto;
  }
}

.c-grid-1:last-child,
.c-grid-2:last-child,
.c-grid-3:last-child,
.c-grid-4:last-child,
.c-grid-5:last-child,
.c-grid-6:last-child,
.c-grid-7:last-child,
.c-grid-8:last-child,
.c-grid-9:last-child,
.c-grid-10:last-child,
.c-grid-11:last-child {
  float: right;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .c-grid-1:last-child,
  .c-grid-2:last-child,
  .c-grid-3:last-child,
  .c-grid-4:last-child,
  .c-grid-5:last-child,
  .c-grid-6:last-child,
  .c-grid-7:last-child,
  .c-grid-8:last-child,
  .c-grid-9:last-child,
  .c-grid-10:last-child,
  .c-grid-11:last-child {
    float: none;
  }
}

.p-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.p-logo a {
  display: block;
  position: relative;
  width: 160px;
  height: 200px;
  background: #CF442C;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-logo a {
    width: 68px;
    height: 80px;
  }
}
.p-logo a img {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition-duration: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-logo a img {
    width: 50px;
    height: 50px;
  }
}

.p-logo-bottom {
  margin-top: 65px;
  text-align: center;
}
.p-logo-bottom img {
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .p-logo-bottom {
    margin-top: 0;
  }
  .p-logo-bottom img {
    width: 100px;
    height: 100px;
  }
}

.p-address {
  margin: 25px 0;
  text-align: center;
  color: #CCC;
}
.p-address a {
  color: #CCC;
}
@media screen and (max-width: 768px) {
  .p-address {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-footer-icon {
  text-align: center;
  display: table;
  margin: 0 auto;
  opacity: 0.8;
}
.p-footer-icon li {
  display: table-cell;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .p-footer-icon li {
    padding: 0 8px;
  }
}
.p-footer-icon li a {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #FFF;
}
.p-footer-icon li a span {
  margin-left: 8px;
}
.p-footer-icon li a img {
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .p-footer-icon li a img {
    width: 25px;
    height: 25px;
  }
}

.p-copyright {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 72px;
  height: 72px;
  text-align: center;
  background: #000;
  color: #CCC;
}
@media screen and (max-width: 768px) {
  .p-copyright {
    font-size: 14px;
    line-height: 55px;
    height: 55px;
  }
}

.p-pagetop {
  display: none;
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
}
.p-pagetop a {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  overflow: hidden;
  background: #CF442C;
}
@media screen and (max-width: 768px) {
  .p-pagetop a {
    width: 35px;
    height: 35px;
  }
}
.p-pagetop a:hover {
  opacity: 0.8;
}
.p-pagetop a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .p-pagetop a::before {
    top: 6px;
    width: 8px;
    height: 8px;
  }
}

@media screen and (min-width: 769px) {
  .p-global-nav {
    float: left;
    overflow: hidden;
  }
  .p-global-nav li {
    float: left;
    margin-right: 20px;
  }
  .p-global-nav li .gnav1 {
    display: none;
  }
  .p-global-nav li a {
    position: relative;
    display: block;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    line-height: 70px;
    padding: 5px 0;
    color: #FFF;
    font-weight: 300;
    text-decoration: none;
  }
  .p-global-nav li a::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 4px;
    background: #CF442C;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .p-global-nav li a:hover::after {
    transform: scale(1, 1);
  }
  .p-global-nav li a.is-gnav-active {
    cursor: default;
  }
  .p-global-nav li a.is-gnav-active::after {
    transform: scale(1, 1);
  }
  .home .p-global-nav .gnav1 a,
  .page-id-18 .p-global-nav .gnav2 a,
  .single-event .p-global-nav .gnav2 a,
  .page-id-20 .p-global-nav .gnav3 a,
  .blog .p-global-nav .gnav4 a,
  .single-post .p-global-nav .gnav4 a,
  .archive .p-global-nav .gnav4 a,
  .category .p-global-nav .gnav4 a,
  .page-id-22 .p-global-nav .gnav5 a,
  .page-id-24 .p-global-nav .gnav6 a,
  .page-id-26 .p-global-nav .gnav7 a,
  .page-id-28 .p-global-nav .gnav8 a,
  .page-id-30 .p-global-nav .gnav9 a {
    cursor: default;
  }
  .home .p-global-nav .gnav1 a::after,
  .page-id-18 .p-global-nav .gnav2 a::after,
  .single-event .p-global-nav .gnav2 a::after,
  .page-id-20 .p-global-nav .gnav3 a::after,
  .blog .p-global-nav .gnav4 a::after,
  .single-post .p-global-nav .gnav4 a::after,
  .archive .p-global-nav .gnav4 a::after,
  .category .p-global-nav .gnav4 a::after,
  .page-id-22 .p-global-nav .gnav5 a::after,
  .page-id-24 .p-global-nav .gnav6 a::after,
  .page-id-26 .p-global-nav .gnav7 a::after,
  .page-id-28 .p-global-nav .gnav8 a::after,
  .page-id-30 .p-global-nav .gnav9 a::after {
    transform: scale(1, 1);
  }
  .p-social-nav {
    display: flex;
    padding: 29px 24px 0 0;
  }
  .p-social-nav li {
    margin-right: 10px;
  }
  .p-social-nav li:last-child {
    margin-right: 0;
  }
  .p-social-nav li img {
    display: block;
    width: 22px;
    height: 22px;
  }
  .p-social-nav li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-global-nav li {
    text-align: center;
  }
  .p-global-nav li a {
    display: block;
    padding: 2px 0;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 300;
    color: #FFF;
    font-family: "Oswald", sans-serif;
    text-decoration: none;
  }
  .p-social-nav {
    margin-top: 40px;
    text-align: center;
  }
  .p-social-nav li {
    display: inline-block;
    margin: 0 15px;
  }
  .p-social-nav li img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 1001;
    top: 20px;
    right: 20px;
    padding: 0 2px;
    touch-action: manipulation;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .hamburger {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger_icon {
    position: relative;
    margin-top: 18px;
  }
  .hamburger_icon,
  .hamburger_icon::after,
  .hamburger_icon::before {
    display: block;
    width: 100%;
    height: 4px;
    background: #FFF;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.4);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .hamburger_icon,
  .hamburger_icon::after,
  .hamburger_icon::before {
    height: 3px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger_icon::after,
  .hamburger_icon::before {
    position: absolute;
    content: "";
  }
  .hamburger_icon::before {
    top: -14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .hamburger_icon::before {
    top: -12px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger_icon::after {
    top: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .hamburger_icon::after {
    top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger.active {
    position: fixed;
  }
  .hamburger.active .hamburger_icon {
    background: transparent;
  }
  .hamburger.active .hamburger_icon::after,
  .hamburger.active .hamburger_icon::before {
    background: #FFF;
    box-shadow: none;
  }
  .hamburger.active .hamburger_icon::before {
    transform: translateY(12px) rotate(45deg);
  }
  .hamburger.active .hamburger_icon::after {
    transform: translateY(-12px) rotate(-45deg);
  }
}
.p-footer-nav {
  text-align: center;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-footer-nav {
    display: none;
  }
}
.p-footer-nav li {
  display: table-cell;
  padding: 0 12px;
}
.p-footer-nav li a {
  position: relative;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.1;
  color: #CCC;
  font-weight: 300;
  text-decoration: none;
}
.p-footer-nav li a::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #CCC;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
  cursor: default;
}
.p-footer-nav li a:hover::after {
  transform: scale(1, 1);
}

.wp-pagenavi {
  overflow: hidden;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    font-size: 12px;
    line-height: 1;
  }
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  border: 1px solid #000;
  padding: 14px 17px;
  margin: 0 7px 7px 0;
  color: #333;
  background: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 10px 12px;
    margin: 0 4px 4px 0;
  }
}
.wp-pagenavi a:hover {
  background: #EEE;
}
.wp-pagenavi span.current {
  background: #000;
  color: #FFF;
}

.p-pagelink {
  border-top: 1px solid #DDD;
  margin-top: 40px;
  padding-top: 40px;
  overflow: hidden;
}
.p-pagelink .prev {
  float: left;
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pagelink .prev {
    width: 130px;
  }
}
.p-pagelink .prev a {
  position: relative;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
  border: 2px solid #000;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .p-pagelink .prev a {
    width: 100%;
  }
}
.p-pagelink .prev a::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  left: 10%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(225deg);
}
.p-pagelink .prev a::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
}
.p-pagelink .prev a:hover {
  color: #FFF;
  transition: all 0.3s;
}
.p-pagelink .prev a:hover::before {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transition: all 0.3s;
}
.p-pagelink .prev a:hover::after {
  right: 0;
  background-color: rgb(0, 0, 0);
}
.p-pagelink .next {
  float: right;
  width: 150px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-pagelink .next {
    width: 130px;
  }
}
.p-pagelink .next a {
  position: relative;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
  border: 2px solid #000;
  padding: 12px 15px;
}
@media screen and (max-width: 768px) {
  .p-pagelink .next a {
    width: 100%;
  }
}
.p-pagelink .next a::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: rotate(45deg);
}
.p-pagelink .next a::after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
}
.p-pagelink .next a:hover {
  color: #FFF;
  transition: all 0.3s;
}
.p-pagelink .next a:hover::before {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
  transition: all 0.3s;
}
.p-pagelink .next a:hover::after {
  left: 0;
  background-color: rgb(0, 0, 0);
}

.p-catch {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 5;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 50px;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .p-catch {
    left: 20px;
    right: 20px;
  }
}
.p-catch img {
  width: 850px;
}
@media screen and (max-width: 768px) {
  .p-catch img {
    width: 300px;
  }
}

.p-pagename {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 100px;
  line-height: 1;
  font-weight: 300;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.2) 4px 4px 4px;
}
@media screen and (max-width: 768px) {
  .p-pagename {
    position: static;
    font-size: 40px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
}

.p-ttl-underline {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ttl-underline {
    margin-bottom: 25px;
    padding-bottom: 17px;
    font-size: 32px;
    line-height: 1.1;
    background-size: 50px 4px;
  }
}
.p-ttl-underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 4px;
  background: #CF442C;
}
@media screen and (max-width: 768px) {
  .p-ttl-underline::before {
    width: 55px;
    height: 3px;
  }
}

.p-ttl-underline-white {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-ttl-underline-white {
    margin-bottom: 25px;
    padding-bottom: 17px;
    font-size: 32px;
    line-height: 1.1;
    background-size: 50px 4px;
  }
}
.p-ttl-underline-white::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 4px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .p-ttl-underline-white::before {
    width: 55px;
    height: 3px;
  }
}

.p-ttl-underline-jpn {
  position: relative;
  margin-bottom: 55px;
  padding-bottom: 20px;
  font-family: "Sawarabi Mincho";
  font-size: 42px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-ttl-underline-jpn {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 28px;
    background-size: 50px 4px;
  }
}
.p-ttl-underline-jpn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 4px;
  background: #CF442C;
}
@media screen and (max-width: 768px) {
  .p-ttl-underline-jpn::before {
    width: 55px;
    height: 3px;
  }
}

.p-ttl-post {
  margin-bottom: 40px;
  padding: 14px 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .p-ttl-post {
    margin-bottom: 25px;
    padding: 12px 0;
    font-size: 18px;
    line-height: 1.3;
  }
}

.p-ttl-side {
  margin-bottom: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  line-height: 1.1;
  font-weight: normal;
}
.p-ttl-side:first-letter {
  font-size: 42px;
  color: #CF442C;
}

.p-rslides {
  position: relative;
  overflow: hidden;
}
.p-rslides li {
  display: none;
  width: 100%;
}
.p-rslides li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 850px;
}
@media screen and (max-width: 1024px) {
  .p-rslides li img {
    height: 700px;
  }
}
@media screen and (max-width: 768px) {
  .p-rslides li img {
    height: 300px;
  }
}

.rslides_tabs {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .rslides_tabs {
    bottom: 10px;
  }
}
.rslides_tabs li {
  display: inline-block;
}
.rslides_tabs li a {
  text-indent: 9999px;
  overflow: hidden;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .rslides_tabs li a {
    margin: 0 7px;
    width: 10px;
    height: 10px;
  }
}
.rslides_tabs .rslides_here a {
  background: #CF442C;
}

.p-upcoming {
  display: flex;
  flex-wrap: wrap;
  margin: -4% 0 0 -4%;
}
.p-upcoming li {
  width: 29.33%;
  margin: 4% 0 0 4%;
}
@media screen and (max-width: 768px) {
  .p-upcoming li {
    width: 46%;
  }
}
.p-upcoming li a {
  display: block;
  text-decoration: none;
  border: 1px solid #DDD;
  background: #FFF;
}
.p-upcoming li a figure {
  padding: 9px;
}
@media screen and (max-width: 768px) {
  .p-upcoming li a figure {
    padding: 6px;
  }
}
.p-upcoming li a figure img:hover {
  opacity: 0.8;
}
.p-upcoming li a figure figcaption {
  padding: 20px 15px 11px 15px;
}
@media screen and (max-width: 768px) {
  .p-upcoming li a figure figcaption {
    padding: 15px 10px 9px 10px;
  }
}
.p-upcoming li a figure figcaption .date-time {
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  color: #CF442C;
}
@media screen and (max-width: 768px) {
  .p-upcoming li a figure figcaption .date-time {
    font-size: 18px;
  }
}
.p-upcoming li a figure figcaption .date-time span {
  font-size: 14px;
  color: #999;
  margin-left: 12px;
}
@media screen and (max-width: 1024px) {
  .p-upcoming li a figure figcaption .date-time span {
    display: block;
    margin: 2px 0 0 0;
    font-size: 11px;
  }
}
.p-upcoming li a figure figcaption .event-name {
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.4;
  color: #333;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .p-upcoming li a figure figcaption .event-name {
    font-size: 14px;
  }
}

.p-info {
  border-top: 1px solid #D96956;
}
.p-info li a {
  position: relative;
  display: block;
  padding: 18px 40px 18px 18px;
  border-bottom: 1px solid #D96956;
  text-decoration: none;
  color: #FFF;
}
.p-info li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .p-info li a {
    padding: 15px 35px 15px 15px;
  }
}
.p-info li a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #D96956;
  border-right: 2px solid #D96956;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-info li a::before {
    right: 15px;
  }
}

.p-info__data {
  display: block;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .p-info__data {
    display: inline-block;
    float: none;
    margin-right: 10px;
    font-size: 13px;
  }
}

.p-info__category {
  display: block;
  float: left;
  width: 100px;
  margin-right: 20px;
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  padding: 6px;
  border: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  .p-info__category {
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 0;
    padding: 4px 6px;
  }
}

.p-info__title {
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-info__title {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.p-list-service {
  display: flex;
  flex-wrap: wrap;
  margin: -1% 0 0 -1%;
  padding: 0 1%;
}
@media screen and (max-width: 768px) {
  .p-list-service {
    display: block;
    margin: 0;
    padding: 0;
  }
}
.p-list-service > li {
  width: 49%;
  margin: 1% 0 0 1%;
  position: relative;
  background: #000;
}
@media screen and (max-width: 768px) {
  .p-list-service > li {
    width: auto;
    margin: 0 0 5px 0;
  }
  .p-list-service > li:last-child {
    margin-bottom: 0;
  }
}

.p-rslides-shisha {
  position: relative;
  overflow: hidden;
}
.p-rslides-shisha li {
  display: none;
  width: 100%;
}
.p-rslides-shisha li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 768px) {
  .p-rslides-shisha li img {
    height: auto;
  }
}

.p-service-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 768px) {
  .p-service-image img {
    height: auto;
  }
}

.p-service {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.p-service__text {
  text-align: center;
  width: 83%;
}
.p-service__text dt {
  margin-bottom: 25px;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  line-height: 1.1;
  font-weight: 300;
  color: #FFF;
  text-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px;
}
@media screen and (max-width: 768px) {
  .p-service__text dt {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.p-service__text dd {
  font-family: "Sawarabi Mincho";
  font-size: 16px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-service__text dd {
    font-size: 14px;
  }
}
.p-service__text dd:last-child {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-service__text dd:last-child {
    margin-top: 20px;
  }
}

.p-social {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: -4% 0 0 -4%;
}
@media screen and (max-width: 768px) {
  .p-social {
    display: block;
    margin: 0;
  }
}
.p-social li {
  width: 29.33%;
  margin: 4% 0 0 4%;
}
.p-social li iframe {
  display: block;
}
@media screen and (max-width: 768px) {
  .p-social li {
    width: auto;
    margin: 0 0 30px 0;
  }
  .p-social li:last-child {
    margin-bottom: 0;
  }
}
.p-social__title {
  margin-bottom: 30px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  line-height: 1.3;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 768px) {
  .p-social__title {
    margin-bottom: 25px;
  }
}
.p-social__title a {
  color: #333;
}
.p-social__title img {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.p-post-list {
  margin-bottom: 40px;
}
.p-post-list li:first-child a {
  padding-top: 0;
}
.p-post-list li a {
  display: block;
  padding: 40px 0;
  border-bottom: 1px dotted #CCC;
  overflow: hidden;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-post-list li a {
    padding: 25px 0;
  }
}
.p-post-list li a figure {
  float: right;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .p-post-list li a figure {
    margin: 0 0 15px 15px;
  }
}
.p-post-list li a figure img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .p-post-list li a figure img {
    width: 120px;
  }
}
.p-post-list li a ul {
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-post-list li a ul {
    margin-bottom: 8px;
  }
}
.p-post-list li a ul li {
  float: left;
  line-height: 1;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #CCC;
}
.p-post-list li a ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
@media screen and (max-width: 768px) {
  .p-post-list li a ul li {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.p-post-list li a ul li .date {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #CF442C;
}
@media screen and (max-width: 768px) {
  .p-post-list li a ul li .date {
    font-size: 14px;
  }
}
.p-post-list li a ul li .category {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-post-list li a ul li .category {
    font-size: 12px;
  }
}
.p-post-list li a h2 {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-post-list li a h2 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.p-post-list li a h2:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-post-list li a p {
    font-size: 12px;
  }
}

.p-event-title {
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-event-title {
    margin-bottom: 40px;
  }
}
.p-event-title .date-time {
  margin-bottom: 12px;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  line-height: 1.3;
  color: #CF442C;
}
@media screen and (max-width: 768px) {
  .p-event-title .date-time {
    font-size: 22px;
  }
}
.p-event-title .date-time span {
  font-size: 16px;
  color: #999;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-event-title .date-time span {
    font-size: 14px;
  }
}
.p-event-title .event-name {
  font-size: 42px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-event-title .event-name {
    font-size: 28px;
  }
}

.news-title {
  margin-bottom: 30px;
}
.news-title ul {
  overflow: hidden;
  margin-bottom: 12px;
}
.news-title ul li {
  float: left;
  line-height: 1;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #CCC;
}
.news-title ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.news-title ul li .date {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: #CF442C;
}
.news-title ul li .category {
  font-size: 14px;
  line-height: 1.5;
}
.news-title h1 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 35px;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 768px) {
  .news-title h1 {
    font-size: 26px;
    line-height: 1.3;
  }
}

.event-thumb {
  margin-bottom: 35px;
}

.entry-detail p {
  line-height: 2;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .entry-detail p {
    font-size: 16px;
    line-height: 1.9;
  }
}
.entry-detail h2 {
  font-size: 22px;
  line-height: 1.3;
  color: #FFF;
  margin: 33px 0;
  padding: 15px;
  background: #000;
}
.entry-detail h3 {
  font-size: 22px;
  line-height: 1.3;
  margin: 33px 0;
  padding: 14px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.entry-detail h4 {
  font-size: 20px;
  line-height: 1.5;
  margin: 33px 0 15px;
  padding-left: 12px;
  border-left: 5px solid #000;
}
.entry-detail h5 {
  font-size: 20px;
  line-height: 1.5;
  margin: 33px 0 10px;
}
.entry-detail h6 {
  font-size: 16px;
  line-height: 1.5;
  margin: 33px 0 10px;
}
.entry-detail .aligncenter {
  display: block;
  margin: 0 auto;
}
.entry-detail .alignright {
  float: right;
}
.entry-detail .alignleft {
  float: left;
}

.p-lead {
  text-align: center;
  margin-bottom: 30px;
}

.p-table {
  width: 100%;
}
.p-table th {
  border: 1px solid #000;
  padding: 17px;
  background: #EEE;
  text-align: center;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-table th {
    padding: 12px;
  }
}
.p-table td {
  border: 1px solid #000;
  padding: 17px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .p-table td {
    padding: 12px;
  }
}

.p-table-rental {
  width: 100%;
  font-size: 15px;
}
.p-table-rental strong {
  font-size: 20px;
  color: #D96956;
}
.p-table-rental th {
  border: 1px solid #000;
  padding: 12px;
  background: #333;
  text-align: center;
  color: #FFF;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-table-rental th {
    padding: 12px;
  }
}
.p-table-rental td {
  border: 1px solid #000;
  padding: 12px;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-table-rental td {
    padding: 12px;
  }
}

.p-table-form {
  margin: -15px auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-table-form {
    margin: 0;
  }
}
.p-table-form th {
  padding-top: 28px;
  width: 250px;
  text-align: left;
  vertical-align: top;
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-table-form th {
    display: block;
    border: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 7px;
  }
}
.p-table-form td {
  padding: 15px 0 15px 30px;
}
@media screen and (max-width: 768px) {
  .p-table-form td {
    display: block;
    border: 0;
    padding: 0;
    margin-bottom: 30px;
  }
}

.p-table-ticket {
  width: 100%;
  margin-bottom: 40px;
}
.p-table-ticket th {
  width: 230px;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.5;
  border: 1px solid #999;
  background: #EEE;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-table-ticket th {
    display: block;
    padding: 12px 15px;
    width: 100%;
    border-bottom: none;
    margin-top: -1px;
  }
}
.p-table-ticket td {
  padding: 20px;
  vertical-align: middle;
  border: 1px solid #999;
  background: #FFF;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-table-ticket td {
    display: block;
    padding: 15px;
  }
}

.p-table-form input[type=text],
.p-table-form input[type=tel],
.p-table-form input[type=email],
.p-table-form textarea {
  width: 100%;
}

.p-table-ticket input[type=text],
.p-table-ticket input[type=tel],
.p-table-ticket input[type=email] {
  width: 25%;
}

.p-table-ticket textarea {
  width: 100%;
  height: 200px !important;
}

.fullcalendar {
  position: relative;
  width: 100%;
}
.fullcalendar thead td {
  text-align: center;
  padding-bottom: 20px;
}
.fullcalendar thead td.month_name {
  font-size: 35px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  .fullcalendar thead td.month_name {
    font-size: 26px;
  }
}
.fullcalendar thead td a.em-calnav {
  position: absolute;
  display: inline-block;
  width: 46px;
  height: 46px;
  border: 2px solid #000;
  vertical-align: bottom;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.2s;
}
.fullcalendar thead td a.em-calnav::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.fullcalendar thead td a.em-calnav:hover {
  background: #000;
}
.fullcalendar thead td a.em-calnav:hover::before {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
.fullcalendar thead td .em-calnav-prev {
  top: 0;
  left: 0;
}
.fullcalendar thead td .em-calnav-prev::before {
  left: 0;
  right: -5px;
  transform: rotate(225deg);
}
.fullcalendar thead td .em-calnav-next {
  top: 0;
  right: 0;
}
.fullcalendar thead td .em-calnav-next::before {
  left: -5px;
  right: 0;
  transform: rotate(45deg);
}
.fullcalendar tbody td {
  border: 1px solid #000;
  padding: 10px;
  width: 14.2%;
  height: 130px;
  font-size: 22px;
  line-height: 1.2;
  word-break: break-all;
  font-family: "Oswald", sans-serif;
  vertical-align: top;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .fullcalendar tbody td {
    font-size: 16px;
    height: auto;
    padding: 5px;
  }
}
.fullcalendar tbody td.eventless-pre, .fullcalendar tbody td.eventless-post {
  background: #F3F3F3;
  color: #AAA;
}
.fullcalendar tbody td.eventful, .fullcalendar tbody td.eventful-today, .fullcalendar tbody td.eventful-post, .fullcalendar tbody td.eventful-pre {
  background: #FFF1EC;
}
.fullcalendar tbody td.eventful > a, .fullcalendar tbody td.eventful-today > a, .fullcalendar tbody td.eventful-post > a, .fullcalendar tbody td.eventful-pre > a {
  color: #CF442C;
  text-decoration: none;
}
.fullcalendar tbody td.eventless-today, .fullcalendar tbody td.eventful-today {
  background: #FFFCDF;
}
.fullcalendar tbody td ul {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .fullcalendar tbody td ul {
    margin-top: 5px;
  }
}
.fullcalendar tbody td ul li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .fullcalendar tbody td ul li {
    margin-bottom: 5px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: normal;
  }
}
.fullcalendar tbody td ul li:last-child {
  margin-bottom: 0;
}
.fullcalendar tbody td ul li a {
  color: #CF442C;
}
.fullcalendar tbody .days-names td {
  border-top: 0;
  border-right: 1px solid #666;
  padding: 14px;
  height: auto;
  background: #000;
  font-size: 16px;
  line-height: 1.3;
  color: #FFF;
  text-align: center;
}
.fullcalendar tbody .days-names td:last-child {
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .fullcalendar tbody .days-names td {
    padding: 8px;
  }
}

.p-list-side {
  border-top: 1px dotted #CCC;
}
.p-list-side li {
  padding: 15px 10px;
  border-bottom: 1px dotted #CCC;
  line-height: 1.6;
}

.p-dropdown {
  margin-top: 20px;
}
.p-dropdown select {
  font-size: 16px;
  line-height: 1.3;
  padding: 10px;
  width: 100%;
  outline: none;
  border: 1px solid #999;
  border-radius: 4px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-dropdown select {
    -webkit-appearance: none;
  }
}

.p-list-disc {
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-list-disc {
    font-size: 16px;
    padding-left: 10px;
  }
}
.p-list-disc li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-list-disc li {
    margin-bottom: 5px;
  }
}
.p-list-disc li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CF442C;
}

.p-recruit-apply {
  border: 3px solid #000;
  border-top: 0;
}
.p-recruit-apply dt {
  padding: 15px;
  background: #000;
  font-size: 18px;
  line-height: 1.3;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.p-recruit-apply dd {
  padding: 30px;
  background: #FFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-apply dd {
    padding: 20px;
  }
}

.p-number {
  margin-bottom: 3px;
}
.p-number a {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 1.1;
  color: #CF442C;
  text-decoration: none;
}
.p-number a span {
  font-size: 26px;
}

.p-vip {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.p-vip__block {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  padding: 15px;
  border: 2px solid #BF9C33;
  background: #FFF;
}
.p-vip__note {
  font-size: 16px;
}
.p-vip__plus {
  font-size: 40px;
  color: #BF9C33;
}

.p-or {
  margin: 10px 0 20px 0;
  font-family: "Oswald", sans-serif;
  font-size: 35px;
  line-height: 1;
  text-align: center;
}

.p-note {
  padding-left: 1em;
  text-indent: -1em;
}

.u-icon-hissu {
  float: right;
  background: #CF442C;
  font-size: 12px;
  line-height: 1;
  color: #FFF;
  padding: 6px;
}

.u-bgcolor-white {
  background: #FFF;
}

.u-spacer {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .u-spacer {
    margin-top: 30px;
  }
}

.u-txt-l {
  text-align: left !important;
}

.u-txt-c {
  text-align: center !important;
}

.u-txt-r {
  text-align: right !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}