@charset "UTF-8";
/*
Theme Name: 予約システムテーマ
Theme URI: https://demo-booking.mirai-yutaka.jp
Version: 1.0
*/
/* =====================================
  FOUNDATIONS
===================================== */
@font-face {
  font-family: palace script mt;
  font-weight: 400;
  src: local("Palace Script MT"), url("//fonts.cdnfonts.com/s/18758/Palace script.woff") format("woff");
}
.img_r .elementor-image-box-wrapper {
  display: block !important;
}
.img_r .elementor-image-box-wrapper img {
  vertical-align: bottom;
}
.img_r .elementor-image-box-wrapper .elementor-image-box-img {
  float: right;
}
@media (min-width: 768px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
}
@media (max-width: 767px) {
  .img_r .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 30px !important;
    display: block;
    float: none;
    width: 90% !important;
    text-align: center;
  }
}

.img_l .elementor-image-box-wrapper {
  display: block !important;
}
.img_l .elementor-image-box-wrapper img {
  vertical-align: bottom;
}
.img_l .elementor-image-box-wrapper .elementor-image-box-img {
  float: left;
}
@media (min-width: 768px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin-right: 30px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .img_l .elementor-image-box-wrapper .elementor-image-box-img {
    margin: 0 auto 30px !important;
    display: block;
    float: none;
    width: 90% !important;
    text-align: center;
  }
}

/*--------------------------------------
  Elements
--------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "Noto Serif JP", Sans-serif, "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.6rem;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 2;
}
body.fixed {
  position: fixed;
  width: 100%;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
}

a img {
  transition-duration: 0.7s;
}
a:hover img {
  opacity: 0.7;
}

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

@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
/* =====================================
  ブレイクポイント切替
===================================== */
.tb,
.sp,
.mb,
.tb-only,
.sp-only {
  display: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tb-only {
    display: initial;
  }
}
@media (max-width: 1024px) {
  .tb {
    display: initial;
  }
  .pc-tb {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp {
    display: initial;
  }
  .pc,
  .pc-sp {
    display: none;
  }
  .sp-only {
    display: initial;
  }
}
@media (max-width: 480px) {
  .mb {
    display: initial;
  }
  .pc-mb {
    display: none;
  }
  .sp-only {
    display: none;
  }
}
/* elementor fix */
.elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  body:not(.home) .elementor-column.elementor-col-25, body:not(.home) .elementor-column[data-col="25"],
  body:not(.home) .elementor-column.elementor-col-33, body:not(.home) .elementor-column[data-col="33"],
  body:not(.home) .elementor-column.elementor-col-50, body:not(.home) .elementor-column[data-col="50"] {
    width: 100%;
  }
}

/* =====================================
  LAYOUTS
===================================== */
/*--------------------------------------
	Container
--------------------------------------*/
.container {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}

.container:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------
	Header
--------------------------------------*/
.fixedBg {
  background: rgba(255, 255, 255, 0.7);
}

/*--------------------------------------
	Main
--------------------------------------*/
/*--------------------------------------
  Side
--------------------------------------*/
.l-side {
  position: fixed;
  z-index: 10;
  top: 66vh;
  right: 0;
  width: 100%;
  max-width: 65px;
}
.l-side ul {
  display: flex;
  flex-direction: column;
}
.l-side ul img {
  width: 100%;
}

/*--------------------------------------
  Content bottom
--------------------------------------*/
/*--------------------------------------
  Footer
--------------------------------------*/
/* =====================================
	OBJECTS
===================================== */
/*--------------------------------------
  Global navigation
--------------------------------------*/
.c-gnav {
  width: 100%;
}
@media (max-width: 767px) {
  .c-gnav {
    position: fixed !important;
    top: 74.55px !important;
    left: 0;
    z-index: 100;
    padding: 20px 40px 0;
    display: none;
    width: 100%;
    height: calc(100% - 74.55px);
    background: #fff;
    overflow-y: scroll;
  }
}
@media (max-width: 480px) {
  .c-gnav {
    top: 51.62px !important;
    height: calc(100% - 51.62px);
  }
}
.c-gnav .menu {
  display: flex;
}
@media (max-width: 767px) {
  .c-gnav .menu {
    margin-bottom: 40px;
    flex-wrap: wrap;
  }
}
.c-gnav .menu > li {
  position: relative;
  width: 15.66%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li {
    width: 100%;
  }
  .c-gnav .menu > li:after {
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #071d5b 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
.c-gnav .menu > li:first-child {
  width: 16.66%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:first-child {
    width: 100%;
  }
  .c-gnav .menu > li:first-child:before {
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #071d5b 6px, transparent 6px);
    background-size: 12px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
}
.c-gnav .menu > li:nth-child(4) {
  width: 20.66%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:nth-child(4) {
    width: 100%;
  }
}
.c-gnav .menu > li:last-child {
  width: 16.66%;
}
@media (max-width: 767px) {
  .c-gnav .menu > li:last-child {
    width: 100%;
  }
}
.c-gnav .menu > li > a {
  display: block;
  padding: 10px 0 0;
  font-size: min(1.46vw, 3rem);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  text-decoration: none;
  color: #000;
  transition-duration: 0.4s;
}
@media (max-width: 767px) {
  .c-gnav .menu > li > a {
    padding: 20px 0 10px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.c-gnav .menu > li > a:hover {
  background: #f6f2ed;
  color: #da4c57;
}
@media (min-width: 768px) {
  .c-gnav .menu > li > a:hover + .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.c-gnav .menu > li > a:hover .menu-item-description {
  color: #071d5b;
}
.c-gnav .menu .menu-item-description {
  display: block;
  font-family: "Shippori Mincho";
  font-size: min(1.15vw, 2.4rem);
  font-weight: 700;
  color: #da4c57;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-description {
    font-size: 1.2rem;
  }
}
.c-gnav .menu .menu-item-has-children > a {
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .c-gnav .menu .menu-item-has-children > a:after {
    content: "＋";
    margin-left: 1.38em;
    font-size: 1.1em;
    transition-duration: 0.7s;
  }
}
.c-gnav .menu .menu-item-has-children.hover > a:after {
  content: "−";
}
.c-gnav .menu .menu-item-has-children.hover .parent + .sub-menu {
  opacity: 1;
  height: auto;
}
.c-gnav .sub-menu {
  position: absolute;
  padding: 10px 0;
  width: 100%;
  background: rgba(229, 161, 29, 0.8);
  transition-duration: 0.7s;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .c-gnav .sub-menu {
    position: relative;
    padding: 0;
    transition-duration: 1.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
    background: rgba(185, 218, 225, 0.8);
  }
}
.c-gnav .sub-menu:hover {
  opacity: 1;
  pointer-events: auto;
}
.c-gnav .sub-menu li a {
  display: block;
  padding: 4px;
  text-align: center;
  color: #fff;
}
.c-gnav .sub-menu li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
.c-gnav .bnrs li {
  text-align: center;
}
.c-gnav .bnrs li:not(:last-child) {
  margin-bottom: 20px;
}
.c-gnav .bnrs li img {
  max-width: 260px;
}

/* ハンバーガーメニュー */
.toggleMenu {
  display: none;
  z-index: 11;
  cursor: pointer;
}
@media (max-width: 767px) {
  .toggleMenu {
    margin: 22px 18px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .toggleMenu {
    margin: 15px 12px 0 0;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 45px;
  height: 30px;
  text-align: center;
}
@media (max-width: 480px) {
  .menu-trigger {
    width: 30px;
    height: 20px;
  }
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #071d5b;
}
@media (max-width: 480px) {
  .menu-trigger span {
    height: 1px;
  }
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.toggleMenu.active .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  bottom: 8px;
}
@media (max-width: 480px) {
  .toggleMenu.active .menu-trigger span:nth-of-type(3) {
    bottom: -1px;
  }
}

/* -------------------------------------
	Bread
------------------------------------- */
.bread {
  max-width: 1060px;
  margin: 14px auto 30px;
  padding: 0 30px;
  width: 100%;
  text-align: left;
  line-height: 1.3;
}

.bread li {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  display: inline;
}

.bread li + li:before {
  padding-right: 0.3em;
  content: "−";
}

.bread li a {
  color: #000;
  text-decoration: underline;
  vertical-align: baseline;
}

.bread li a:hover {
  text-decoration: none;
}

/*--------------------------------------
  Pagetop
--------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 10;
  right: 10px;
  bottom: 10px;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .pagetop {
    display: none;
    bottom: 15vw;
  }
}
.pagetop a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #e6dcac;
}
.pagetop a:after {
  content: "";
  display: block;
  width: 34px;
  height: 8px;
  background: url("/wp-content/themes/basic_tpl/img/ico-arrow01.svg") no-repeat;
  background-size: 100%;
  transform: rotate(-90deg);
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop span {
  display: none;
}
.pagetop.scrollOn {
  opacity: 0;
}

/*--------------------------------------
  Buttons
--------------------------------------*/
/*--------------------------------------
  Tables
--------------------------------------*/
/*--------------------------------------
  Lists
--------------------------------------*/
/*--------------------------------------
  Link indexes
--------------------------------------*/
.link_indexes li a {
  position: relative;
}
.link_indexes li a:before {
  content: "";
  margin-right: 10px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #da4c57;
  transition-duration: 0.7s;
}
.link_indexes li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 1px;
  background-image: linear-gradient(to right, #da4c57 6px, transparent 6px);
  background-size: 12px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.link_indexes li a:hover:before {
  transform: rotate(90deg);
}
.link_indexes li a:hover:after {
  animation: hover-anchorLinks 0.4s forwards;
}

/* ホバー時二重線 */
@keyframes hover-anchorLinks {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*--------------------------------------
  Step box
--------------------------------------*/
.stepBox .next:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #ebe4d9;
}
@media (max-width: 767px) {
  .stepBox .next:after {
    bottom: -20px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #ebe4d9;
  }
}
.stepBox sup {
  margin-right: 0.5em;
  padding: 0.1em 0.5em 0.2em;
  background: #cbaf84;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  vertical-align: baseline;
}
.stepBox.v2 {
  margin: 0 auto;
  max-width: 700px;
}
.stepBox.v2.next:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: calc(50% - 60px);
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #da4c57;
}
@media (max-width: 767px) {
  .stepBox.v2.next:after {
    bottom: -22px;
    left: calc(50% - 40px);
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #da4c57;
  }
}
.stepBox.v2 .label-no {
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  background: #da4c57;
  font-size: 2.2rem;
  text-align: center;
  color: #fff;
}
.stepBox.v2 .elementor-widget-container p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
  Q&A
--------------------------------------*/
.block-qa .elementor-image-box-title,
.block-qa .elementor-image-box-description {
  position: relative;
  padding: 1.8vw 0 0 8.4vw;
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title,
  .block-qa .elementor-image-box-description {
    padding: 5px 0 0 58px;
  }
}
@media (max-width: 480px) {
  .block-qa .elementor-image-box-title,
  .block-qa .elementor-image-box-description {
    margin-bottom: 0.6em;
    padding: 5px 0 0 54px;
  }
}
.block-qa .elementor-image-box-title:before,
.block-qa .elementor-image-box-description:before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.1em 0.1em 0 0;
  width: min(6.51vw, 125px);
  height: min(6.51vw, 125px);
  line-height: min(6.51vw, 125px);
  border-radius: 50%;
  background: #da4c57;
  font-family: "Palace Script MT";
  font-size: min(5.2vw, 100px);
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title:before,
  .block-qa .elementor-image-box-description:before {
    padding: 2px 7px 0 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 3.6rem;
  }
}
@media (max-width: 480px) {
  .block-qa .elementor-image-box-title:before,
  .block-qa .elementor-image-box-description:before {
    padding: 1px 6px 0 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 3.4rem;
  }
}
.block-qa .elementor-image-box-title {
  margin-bottom: 1.2em;
  font-size: min(2vw, 48px);
}
@media (max-width: 767px) {
  .block-qa .elementor-image-box-title {
    font-size: max(2vw, 2rem);
  }
}
.block-qa .elementor-image-box-description:before {
  content: "A";
  background: #191144;
}

/*--------------------------------------
  Top Slider Elementor Carousel
--------------------------------------*/
.top-slider.elementor-pagination-position-outside .swiper-container {
  padding-bottom: 0;
}
.top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
  bottom: 45px;
}
@media (max-width: 1920px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
    bottom: 2.34vw;
  }
}
@media (max-width: 1024px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets, .top-slider .swiper-pagination-custom, .top-slider .swiper-pagination-fraction {
    bottom: 2.66vw;
  }
}
.top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 30px;
}
@media (max-width: 1920px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.6vw;
  }
}
@media (max-width: 1024px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .top-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2.66vw;
  }
}
.top-slider .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  opacity: 1;
}
@media (max-width: 1920px) {
  .top-slider .swiper-pagination-bullet {
    width: 0.74vw;
    height: 0.74vw;
  }
}
@media (max-width: 767px) {
  .top-slider .swiper-pagination-bullet {
    width: 1.8vw;
    height: 1.8vw;
  }
}
.top-slider .swiper-pagination-bullet-active {
  background: #606060;
}

/*--------------------------------------
  Newsbox
--------------------------------------*/
.newsWrap {
  margin-top: 6%;
}
.newsWrap dl {
  padding-bottom: 0.4em;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #071d5b;
  font-size: min(1.25vw, 2.4rem);
}
@media (max-width: 1024px) {
  .newsWrap dl {
    border-bottom: 2px solid #071d5b;
  }
}
.newsWrap dt {
  padding: 4px 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(2.92vw, 56px);
  background: #da4c57;
  border-radius: 50px;
  text-align: center;
  color: #fff;
}
@media (max-width: 1024px) {
  .newsWrap dt {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .newsWrap dt {
    padding: 4px 2vw;
    letter-spacing: 0.02em;
  }
}
@media (max-width: 480px) {
  .newsWrap dt {
    height: 20px;
    padding: 8px 10px;
    font-size: 1.3rem;
  }
}
.newsWrap .newsLabel {
  margin: 0 0 0 0.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 4.5em;
  height: min(2vw, 40px);
  background: #cbaf84;
  border-radius: min(0.52vw, 10px);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: min(1vw, 2rem);
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .newsWrap .newsLabel {
    max-width: 40px;
    height: 16px;
    border-radius: 10px;
    font-size: 1.1rem;
  }
}
.newsWrap dd {
  margin-left: min(1.58vw, 38px);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 480px) {
  .newsWrap dd {
    font-size: 1.4rem;
  }
}
.newsWrap > a:not(:last-child) dl {
  margin-bottom: min(8%, 60px);
}
.newsWrap a:hover {
  opacity: 0.7;
}

/*--------------------------------------
  Loop slider
--------------------------------------*/
.loopslider, .loopslider2 {
  margin: 0 auto;
  width: 100%;
  padding-top: 14%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .loopslider, .loopslider2 {
    padding-top: 270px;
  }
}
.loopslider ul, .loopslider2 ul {
  overflow: hidden;
  display: inline-block;
  overflow: hidden;
}
.loopslider ul li, .loopslider2 ul li {
  width: 100%;
  height: 14%;
  float: left;
  display: inline;
  overflow: hidden;
}
@media (min-width: 1920px) {
  .loopslider ul li, .loopslider2 ul li {
    height: 270px;
  }
}
.loopslider ul:after, .loopslider2 ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.loopslider2 ul {
  float: right;
}
.loopslider2 ul li {
  float: right;
}

/*--------------------------------------
  Sp cv
--------------------------------------*/
.sp-cv {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition-duration: 0.7s;
}
@media (max-width: 767px) {
  .sp-cv {
    display: initial;
  }
}
.sp-cv ul {
  display: flex;
}
.sp-cv ul li {
  width: 42%;
  height: 16vw;
}
.sp-cv ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  font-size: max(4.3vw, 16px);
}
.sp-cv ul li:first-child a {
  border: 2px solid #fff;
  border-right: 1px solid #fff;
  background: #f6f2ed;
}
.sp-cv ul li:first-child a:before {
  content: "";
  margin-right: 1em;
  display: inline-block;
  background: url(/wp-content/uploads/ico_footer-cv_tel.svg) no-repeat center center/100%;
  width: 20px;
  height: 30px;
}
.sp-cv ul li:nth-child(2) a {
  border: 2px solid #fff;
  border-left: 1px solid #fff;
  background: #eee8df;
}
.sp-cv ul li:nth-child(2) a:before {
  content: "";
  margin-right: 0.8em;
  display: inline-block;
  background: url(/wp-content/uploads/ico_footer-cv_reserve.svg) no-repeat center center/100%;
  width: 25px;
  height: 25px;
}
.sp-cv ul li:last-child {
  width: 16%;
}
.sp-cv ul li:last-child a {
  padding-left: 4px;
  background: #e6dcac;
  flex-wrap: wrap;
  font-size: max(4.8vw, 18px);
  color: #fff;
}
.sp-cv ul li:last-child a:before {
  content: "";
  position: relative;
  top: max(3.46vw, 13px);
  left: -2px;
  display: block;
  width: max(5.33vw, 20px);
  height: max(5.33vw, 20px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}
.sp-cv ul li img {
  width: 100%;
}

/*--------------------------------------
  Top
--------------------------------------*/
/*--------------------------------------
  Under
--------------------------------------*/
/* float */
.fr {
  float: right !important;
}

.fl {
  float: left !important;
}

/* clears */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.cl {
  clear: both !important;
}

.u-text--hide {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/* align */
.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

/* elementor fix */
.elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0 30px;
}
@media (max-width: 480px) {
  .elementor-container.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  body:not(.home) .elementor-column.elementor-col-25, body:not(.home) .elementor-column[data-col="25"],
  body:not(.home) .elementor-column.elementor-col-33, body:not(.home) .elementor-column[data-col="33"],
  body:not(.home) .elementor-column.elementor-col-50, body:not(.home) .elementor-column[data-col="50"] {
    width: 100%;
  }
}

body {
  margin: 0 auto;
  padding: 30px;
  max-width: 660px;
}
.l-header__logo {
  margin: 0 auto 30px;
  width: 55px;
  height: 55px;
  background: url("/wp-content/uploads/logo.png") no-repeat center center/100%;
}
.l-header__logo span {
  display: none;
}
.monthly-calendar {
  margin: 0 auto;
  max-width: 600px;
}
.l-footer {
  margin-top: 20px;
  text-align: center;
}
.monthly-prev,
.monthly-next {
  font-size: 14px;
  color: #333;
}
.monthly-prev span,
.monthly-next span {
  color: #ccc;
}
.monthly-prev a:before {
  position: relative;
  top: -1px;
  content: "< ";
}
.monthly-next a:after {
  position: relative;
  top: -1px;
  content: " >";
}