@charset "UTF-8";
/*==========================================
 全体のスタイル
===========================================*/
@font-face {
  font-family: 'Elsie Swash Caps';
  src: url('../fonts/ElsieSwashCaps-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Hina Mincho';
  src: url('../fonts/HinaMincho-Regular.ttf') format('truetype');
  font-weight: 400;
}
@font-face {
  font-family: 'Libre Baskerville';
  src: url('../fonts/LibreBaskerville-Bold') format('truetype');
  font-weight: 700;
}
* {
  box-sizing: border-box;
}
body {
  color: #333;
  margin: 0;
  width: auto;
  font-size: 16px;
  font-family: "HinaMincho-Regular", serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative;
  line-height: 1.8;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url("../img/bg-body-sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* -----pageTop----- */
#pageTop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 1000;
}
#pageTop a {
  color: #FFFFFF;
    background: #fd305f;
  padding: 0;
  margin: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border: thin solid #FFFFFF;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pageTop a .fa.fa-chevron-up {
  font-size: 1.2em;
}
.font95 {
  font-size: 95%;
}
.font90 {
  font-size: 90%;
}
.font80 {
  font-size: 80%;
}
.font70 {
  font-size: 70%;
}
.marker.yellow {
  background: -moz-linear-gradient(top, rgba(255, 255, 0, 0) 60%, rgba(255, 255, 0, 0.4) 60%, rgba(255, 255, 0, 0.4) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 0, 0) 60%, rgba(255, 255, 0, 0.4) 60%, rgba(255, 255, 0, 0.4) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 0, 0) 60%, rgba(255, 255, 0, 0.4) 60%, rgba(255, 255, 0, 0.4) 100%);
}
/* 光るボーダーの設定 */
.glowing-border-pink {
    border: 2px solid #f48fb1; /* ピンクの枠線 */
    padding: 20px;
    border-radius: 8px;
    box-shadow:
      0 0 4px #f8bbd0,
      0 0 8px #f06292,
      0 0 12px #ec407a,
      0 0 25px #d81b60;
    animation: glowPink 2s ease-in-out infinite alternate;
  }
@keyframes glowPink {
    0% {
      box-shadow:
        0 0 4px #f8bbd0,
        0 0 8px #f06292,
        0 0 12px #ec407a,
        0 0 25px #d81b60;
    }
    100% {
      box-shadow:
        0 0 6px #f8bbd0,
        0 0 12px #f06292,
        0 0 18px #ec407a,
        0 0 35px #d81b60;
    }
  }

/*文字色*/
.red {
    color: #E81326;
}
/*==========================================
 headerのスタイル
===========================================*/
/* -----ヘッダーふわっと固定（SPメニュー）----- */
.cb-header {
    position: fixed;
    z-index: 200;
    top: -70px;
    left: 0;
    width: 100%;
    background-position: right;
    background-color: hsla(0,0%,100%,0.85);
}
.cb-header ul li {
  width: 25%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-top: 0px;
  position: relative;
}
.cb-header ul li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);
}
.cb-header ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  /*background: linear-gradient(90deg, #b39855 0%, #fff9e6 50%, #b39855 100%);*/
}
.cb-header ul li:last-child::after {
  display: none;
}
.cb-header ul li a .hide {
  display: none;
}
.cb-header ul li:last-child {
  border-right-style: none;
}
.cb-header ul li a {
  display: block;
  color: #333;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
}
.cb-header ul .language {
background: #fd305f;
  color: #FFFFFF;
}
.cb-header ul .language a {
  font-size: 1.3em;
  font-size: 98%;
  color: #FFFFFF;
}
.cb-header ul .language a .phone-number {
  display: none;
}
.cb-header h1 {
  display: none;
}
/*==========================================
 footerのスタイル
===========================================*/
footer {
  text-align: center;
  background-color: #0A0600;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.copy p small {
  color: #FFFFFF;
}
.copy p small a {
  color: #FFFFFF;
  margin-left: 5px;
}
/* -----下固定メニュー----- */
.menu {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.menu.normal {
  position: relative;
  display: block;
  z-index: 0;
}
.menu.fixed p {
  margin-top: 5px;
  margin-bottom: 5px;
}
.menu.fixed p a.yoyaku {
  display: inline-block;
    background: #fd305f;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-radius: 3px;
  margin-right: 5px;
  padding-right: 2em;
  padding-left: 2em;
  border-left: medium solid #FFFFFF;
  border-right: medium solid #FFFFFF;
  border-bottom: thick solid #FFFFFF;
  border-top: medium solid #FFFFFF;
}
.menu.fixed p a.line {
  display: inline-block;
  background-color: #03C755;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 2em;
  padding-left: 2em;
  border-radius: 3px;
  margin-right: 5px;
  border-left: medium solid #FFFFFF;
  border-right: medium solid #FFFFFF;
  border-bottom: thick solid #FFFFFF;
  border-top: medium solid #FFFFFF;
}
.menu.fixed p a i {
  margin-right: 5px;
}
.menu.fixed p a span {
  display: none;
}
.menu.fixed p .line img {
  height: 32px;
}
.menu.fixed p .yoyaku img {
  height: 32px;
}
@media screen and (min-width:768px) {
/*==========================================
 全体のスタイル
===========================================*/
body:before {
  background-image: url("../img/bg-body-pc.webp");
}
}
@media screen and (min-width:1025px) {
  /*==========================================
 headerのスタイル
===========================================*/
  /* -----ヘッダーふわっと固定----- */
  .cb-header h1 {
    display: block;
    float: left;
    margin-left: 0.5em;
    margin-top: 0.2em;
    color: #333;
  }
  .cb-header.cf .site-logo span {
    font-size: 60%;
    margin-left: 0.5em;
  }
  .cb-header.cf ul {
    float: right;
    width: auto;
  }
  .cb-header ul li {
    width: auto;
    float: left;
    text-align: center;
    border-right-style: none;
    padding: 10px;
  }
  .cb-header ul li a {
    display: inline-block;
    color: #333;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
  }
  .cb-header ul li a .hide {
    display: inline-block;
  }
  .cb-header ul .tel a .phone-number {
    display: inline-block;
    padding-left: 0.5em;
  }
  .cb-header.cf ul .language a {
    border-bottom-style: none;
  }
  .cb-header ul li::after {
    display: none;
  }
  .cb-header ul li::before {
    display: none;
  }
}