@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Tangerine&display=swap");
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -webkit-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  overflow-x: hidden;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: url("../img/bg_sp.jpg");
  background-size: 100% auto;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  body {
    background-size: 25% auto;
  }
}

@-webkit-keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

img {
  width: 100%;
}

/*===============================

共通

================================*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

h1 {
  display: none;
}

@media screen and (min-width: 768px) {
  h1 {
    display: block;
    padding: 10px 0;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
  }
}

.ttl {
  margin: 10px;
}

.ttl h2 {
  position: relative;
  overflow: hidden;
  height: 55px;
  padding: 15px 15px 0px 75px;
  border: 2px solid #b392fb;
  background: #fff;
  color: #9d71c6;
}

@media screen and (min-width: 768px) {
  .ttl h2 {
    font-size: 2.5rem;
  }
}

.ttl h2:before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 170px;
  height: 300%;
  content: "";
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #9d71c6;
  background: linear-gradient(45deg, #9d71c6 0%, #b392fb 100%);
}

.ttl h2 span {
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 5px;
  padding-left: 10px;
  color: #fff;
}

.ttl h2 strong {
  display: block;
  margin-top: -8px;
}

.ttl h2 small {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-family: "Tangerine", cursive;
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .ttl h2 small {
    font-size: 3rem;
  }
}

.ttl h2 em {
  display: block;
  padding-top: 2px;
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
}

/*===============================

ヘッダー

================================*/
header {
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0px;
  left: 0px;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.5);
  background: linear-gradient(45deg, #8350b5, #b4a7f7, #ff8fc6);
  background-size: 800% 800%;
  -webkit-animation: GradientBackground 10s ease infinite;
  animation: GradientBackground 10s ease infinite;
  -webkit-box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.2);
  z-index: 100;
}

@media screen and (min-width: 768px) {
  header {
    display: none;
  }
}

header button {
  position: absolute;
  top: 15px;
  right: 15px;
}

header button img {
  width: 40px;
}

header .logo {
  width: 55px;
  margin: auto;
  padding-top: 7px;
}

/*===============================

フッター

================================*/
footer {
  padding: 10px 0 53px;
  color: #666;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  footer {
    margin-top: 100px;
    padding: 0;
    line-height: 2;
    font-size: 1.5rem;
  }
}

footer a {
  display: block;
  margin-top: 5px;
  padding: 10px 0;
  background: #aaa;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  footer a {
    font-size: 1.8rem;
  }
}

/*===============================

ナビ

================================*/
@media screen and (min-width: 768px) {
  nav {
    display: block;
  }
}

nav ul {
  padding: 25px 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  nav ul {
    width: 1300px;
    margin: auto;
    padding: 0;
  }
}

nav li {
  width: calc(100% / 2);
  padding-top: 5px;
}

@media screen and (min-width: 768px) {
  nav li {
    width: calc(100% / 9);
    height: 70px;
    padding: 0;
    border-right: 1px solid #fff;
  }
  nav li:last-child {
    border-right: none;
  }
}

@media screen and (min-width: 768px) {
  nav a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    font-size: 1.2rem;
  }
  nav a span {
    display: block;
    padding: 8px 0 2px;
    font-family: "Tangerine", cursive;
    font-weight: normal;
    font-size: 3.5rem;
  }
}

nav .btn {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 0 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 2.5rem;
  font-weight: bold;
  border-radius: 0.5rem;
}

/*
ナビ-営業時間
================================*/
.business_hours {
  padding: 15px 0 10px;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .business_hours {
    font-size: 2rem;
  }
}

/*
ナビ-電話番号
================================*/
.nav_btn {
  width: 320px;
  margin: auto;
  padding: 20px 0 5px;
}

a.btn_tel {
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 2.2rem;
  background: #9f6dec;
  -webkit-box-shadow: 0 5px 0 #9f6dec;
  box-shadow: 0 5px 0 #7139c6;
}

a.btn_tel span {
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 125px);
  display: block;
  width: 250px;
  padding: 0.2rem 0;
  color: #9f6dec;
  font-size: 1.5rem;
  border: 2px solid #9f6dec;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn_tel i {
  margin-right: 1rem;
}

a.btn_tel span:before,
a.btn_tel span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn_tel span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #9f6dec transparent transparent transparent;
}

a.btn_tel span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn_rec {
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 2.2rem;
  background: #ff8ac1;
  -webkit-box-shadow: 0 5px 0 #ff8ac1;
  box-shadow: 0 5px 0 #f54698;
}

a.btn_rec span {
  position: absolute;
  top: -1.25rem;
  left: calc(50% - 125px);
  display: block;
  width: 250px;
  padding: 0.2rem 0;
  color: #ff8ac1;
  font-size: 1.5rem;
  border: 2px solid #ff8ac1;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn_rec i {
  margin-right: 1rem;
}

a.btn_rec span:before,
a.btn_rec span:after {
  position: absolute;
  left: calc(50% - 10px);
  content: "";
}

a.btn_rec span:before {
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ff8ac1 transparent transparent transparent;
}

a.btn_rec span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

section.adjustment {
  padding-top: 80px;
}

@media screen and (min-width: 1024px) {
  section.adjustment {
    padding-top: 100px;
  }
}

.modal_window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 93%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 35px 0 rgba(113, 40, 156, 0.9);
          box-shadow: 0 10px 35px 0 rgba(113, 40, 156, 0.9);
  z-index: 11;
}

.button_close {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #9f6dec;
  color: #fff;
  font-size: 2rem;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}

/*===============================
クリック
================================*/
.btn_text {
  width: auto;
  display: block;
  color: #9f6dec;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.btn_nav {
  display: block;
  width: 95%;
  margin: auto;
  margin-top: 5px;
  background: #fff;
}

.btn_nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 12px 10px;
  width: 100%;
  color: #9f6dec;
  font-weight: 700;
  border: 3px solid #9f6dec;
  border-radius: 5px;
}

.btn_nav a::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 4px solid #9f6dec;
  border-right: 4px solid #9f6dec;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/*
フッターナビ
================================*/
.footer_nav {
  background: linear-gradient(45deg, #8350b5, #b4a7f7, #ff8fc6);
  background-size: 800% 800%;
  -webkit-animation: GradientBackground 10s ease infinite;
          animation: GradientBackground 10s ease infinite;
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  -webkit-box-shadow: 0px 2px -10px -1px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 2px -10px -1px rgba(0, 0, 0, 0.9);
}

@media screen and (min-width: 768px) {
  .footer_nav {
    display: none;
  }
}

.footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer_nav li {
  width: calc(100% / 2);
}

.footer_nav li a {
  display: block;
  padding: 7px 0;
}

.footer_nav li img {
  width: auto;
  height: 40px;
}

.footer_nav .pagetop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  margin: auto;
  z-index: 3;
}

.footer_nav .pagetop a {
  padding: 0;
}

.pc_menu {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc_menu {
    display: block;
    width: 100%;
    height: 70px;
    -webkit-box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.5);
    background: linear-gradient(45deg, #8350b5, #b4a7f7, #ff8fc6);
    background-size: 800% 800%;
    -webkit-animation: GradientBackground 10s ease infinite;
    animation: GradientBackground 10s ease infinite;
    -webkit-box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 10px -12px rgba(0, 0, 0, 0.2);
    z-index: 100;
  }
}

/*===============================

メイン

================================*/
main {
  margin-top: 70px;
}

@media screen and (min-width: 768px) {
  main {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}

main .header {
  margin: 20px 0;
}

/*===============================

パンくずリスト

================================*/
.breadcrumb {
  padding: 12px 0;
  background: #eee;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    background: #ddd;
  }
}

.breadcrumb ol {
  width: auto;
  margin: auto;
  margin-left: -25px;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .breadcrumb ol {
    width: 1380px;
    margin: auto;
  }
}

.breadcrumb li {
  display: inline;
  list-style-type: none;
}

.breadcrumb li::after {
  content: " > ";
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb a {
  color: #333;
  text-decoration: none;
}

.breadcrumb span {
  color: #333;
}

/*===============================

時間限定イベント

================================*/
@media screen and (min-width: 768px) {
  .limited {
    width: 50%;
  }
}

.limited ul {
  padding: 0 10px;
}

@media screen and (max-width: 599px) {
  .limited ul {
    height: 535px;
    overflow-y: auto;
  }
}

.limited li {
  margin-top: 10px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
}

.limited figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: auto;
  padding: 10px;
}

.limited mark {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff100));
  background: linear-gradient(transparent 60%, #fff100 0%);
  padding: 4px 0;
}

.limited .photo {
  width: 100px;
  margin-right: 10px;
}

.limited .photo img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.limited .time {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 10px;
  font-weight: bold;
  font-size: 1.8rem;
}

.limited .time span {
  display: block;
  margin-top: 15px;
  color: #ff0072;
  font-size: 2.7rem;
}

.limited .comment {
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 5px 10px;
  background: #fffff0;
  border: 1px dotted #b392fb;
  line-height: 1.2;
}

/*===============================

新人紹介

================================*/
.newface {
  margin-top: 20px;
}

.newface ul {
  padding: 0 10px;
}

.newface h3 {
  display: block;
  padding: 5px 0;
  color: #915cc4;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .newface h3 {
    font-size: 2.2rem;
  }
}

.newface p {
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .newface p {
    font-size: 1.5rem;
  }
}

.newface span {
  display: none;
}

.newface .comment {
  display: none;
}

@media screen and (min-width: 768px) {
  .newface figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .newface span {
    display: inline;
  }
  .newface .image {
    width: 30%;
  }
  .newface .data {
    width: 70%;
    padding: 0 0 0 20px;
  }
  .newface .comment {
    display: block;
    overflow-x: auto;
    height: 175px;
    margin-top: 10px;
    color: #666;
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

/*===============================

写メ日記

================================*/
.diary {
  padding: 15px 0px 0;
}

.diary .inner {
  margin-top: -10px;
  margin-bottom: -20px;
  padding-right: 10px;
}

/*===============================

出勤情報

================================*/
.schedule {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .schedule {
    margin-top: 30px;
  }
}

.schedule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .schedule ul {
    margin-top: 25px;
  }
}

.schedule li {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .schedule li {
    width: 20%;
    margin-bottom: 10px;
  }
}

.schedule figure {
  margin: 5px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.schedule .image {
  position: relative;
}

.schedule .image .frame {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.schedule .image .waiting_time {
  position: absolute;
  width: 100%;
  bottom: 5px;
  left: 0;
  padding: 8px 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.schedule .image .waiting_time span {
  color: #ff0;
}

.schedule .image .rank {
  position: absolute;
  bottom: 33px;
  right: -3px;
  width: 40px;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .schedule .image .rank {
    right: -8px;
    width: 60px;
  }
}

.schedule .image .soku {
  position: absolute;
  bottom: 40px;
  left: 5px;
  width: 50px;
}

@media screen and (min-width: 768px) {
  .schedule .image .soku {
    width: 50px;
  }
}

.schedule .name {
  padding: 5px 0;
  color: #915cc4;
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .schedule .name {
    padding: 8px 0 5px;
    font-size: 1.7rem;
  }
}

.schedule .size {
  padding: 0 0 3px;
  font-weight: bold;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .schedule .size {
    font-size: 1.5rem;
  }
}

.schedule .time {
  padding: 0 0 8px;
  color: #ff639e;
  font-weight: bold;
  font-size: 2rem;
}

.today_btn_bg {
  overflow: hidden;
  width: auto;
  padding: 0 10px;
  margin: auto;
  margin-bottom: 5px;
}

.today_btn_on {
  display: inline-block;
  background-color: #ff639e;
  color: #fff;
  width: 32.3%;
  margin: 3px 0px;
  padding: 12px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .today_btn_on {
    width: 16.3%;
    padding: 15px 0;
    font-size: 1.7rem;
  }
}

.today_btn_on:hover {
  cursor: pointer;
  text-decoration: none;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
}

.today_btn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  width: 32.3%;
  margin: 3px 0px;
  padding: 12px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (min-width: 768px) {
  .today_btn {
    width: 16.3%;
    padding: 15px 0;
    font-size: 1.7rem;
  }
}

.today_btn:hover {
  cursor: pointer;
  text-decoration: none;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.2);
}

/*===============================

バナー

================================*/
.banner {
  margin-top: 15px;
  padding: 0 10px;
}

.banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .banner {
    overflow: hidden;
    width: 1210px;
  }
  .banner li {
    width: 50%;
    margin-right: 10px;
  }
}

/*===============================

ピックアップ

================================*/
.pickup {
  display: none;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .pickup {
    display: block;
  }
}

.pickup .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pickup .image {
  width: 300px;
  padding: 10px;
}

.pickup .image img {
  border-radius: 30px 0 10px 0;
}

.pickup .data {
  width: 290px;
  height: 380px;
  overflow-y: auto;
  padding: 10px 0;
  line-height: 1.8;
}

.top_banner {
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .top_banner {
    display: none;
  }
}

.pc_tel {
  position: fixed;
  width: auto;
  bottom: 56px;
  right: 25px;
  padding: 10px 15px;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.8rem;
	z-index: 11111111111111111111111111
}
@media screen and (max-width: 1980px) {
.pc_tel {
	  bottom: 0;
  right: 0;
	}
}
@media screen and (max-width: 599px) {
  .pc_tel {
    display: none;
  }
}

.pc_tel small {
  font-weight: normal;
}

.pc_tel .tel {
  font-size: 2rem;
}

.pc_tel .time {
  font-size: 1.5rem;
}

.pc_tel span {
  color: #ff0072;
  font-size: 3rem;
}

.pc_tel .discount {
  color: #ff0;
}

@media screen and (min-width: 768px) {
  .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .pc_adjustment {
    width: 1300px;
    margin: auto;
    margin-top: 50px;
    padding: 50px;
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px -1px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 15px -1px rgba(0, 0, 0, 0.2);
  }
}

#global_nav.nav_fixed {
  position: fixed;
  left: 0;
  top: 0;
}

/*===============================

プロフィール

================================*/
.profile h3 {
  display: block;
  padding: 15px;
  background: #ffafd6;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffafd6), color-stop(37%, #e6ace1), to(#b4a7f7));
  background: linear-gradient(180deg, #ffafd6 0%, #e6ace1 37%, #b4a7f7 100%);
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 2.2rem;
  text-shadow: 0px 1px 2px #000;
}

@media screen and (min-width: 768px) {
  .profile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.profile .inner {
  width: auto;
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
}

.profile .image {
  position: relative;
}

@media screen and (min-width: 768px) {
  .profile .image {
    width: 600px;
  }
}

.profile .image .photo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 75%;
  margin: auto;
  padding-top: 12.5%;
}

.profile .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.profile .contents {
  padding-top: 5px;
  border-bottom: solid 3px #e4d8ff;
  color: #b392fb;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.profile .contents:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #b392fb;
  bottom: -3px;
  width: 20%;
}

.profile .text {
  padding: 5px;
  font-size: 1.6rem;
}

.profile .comment {
  padding: 10px;
  background: #fffff0;
  border: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .profile .comment {
    padding: 20px;
    font-weight: bold;
    line-height: 2;
  }
  .profile .comment .scroll {
    overflow-y: auto;
    height: 283px;
  }
}

.profile .profile_diary {
  margin-bottom: 15px;
}

.profile .weekly {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .profile .weekly {
    width: 570px;
    margin-right: 30px;
  }
}

.profile .weekly table {
  width: 100%;
  max-width: 1025px;
  margin: auto;
  margin: 0 0 10px;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

@media screen and (max-width: 768px) {
  .profile .weekly table {
    width: auto;
    font-weight: 500;
  }
}

.profile .weekly th {
  width: 14.2%;
  background: #ccc;
  border-left: 1px solid #ccc;
  padding: 12px 0;
  font-size: 1.4rem;
  color: #fff;
}

.profile .weekly td {
  width: 14.2%;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border-left: 1px solid #ccc;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .profile .weekly td {
    padding: 15px 0;
    font-weight: bold;
  }
}

.profile .big {
  font-size: 2.2rem;
  font-weight: bold;
}

/*===============================

イベント

================================*/
@media screen and (min-width: 768px) {
  .event ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .event li {
    width: 50%;
  }
}

.event .image {
  padding: 0 10px;
}

.event .comment {
  margin: 10px 10px 20px;
  padding: 10px;
  background: #fffff0;
  border: 1px solid #ddd;
  border-radius: 5px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .event .comment {
    padding: 20px;
    font-weight: bold;
    line-height: 2;
  }
  .event .comment .scroll {
    overflow-y: auto;
    height: 200px;
  }
}

/*===============================

料金システム

================================*/
.system h4 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #9d71c6;
  border-left: 3px solid #9d71c6;
  border-radius: 0 0 0 20px;
  color: #9d71c6;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .system h4 {
    padding: 0.2rem 0.5rem 1rem 0.5rem;
    font-size: 1.75rem;
  }
}

.system h4:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #9d71c6 transparent transparent transparent;
}

.system h4:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.system .comment {
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #9d71c6;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .system .comment {
    padding: 15px;
    font-size: 1.4rem;
  }
}

.system .comment span {
  color: #f00;
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  .system .comment span {
    font-size: 1.6rem;
  }
}

.system .space {
  padding: 0 10px;
}

.system .inner {
  width: auto;
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.4);
}

.system .text01,
.system .text02 {
  padding-top: 10px;
  color: #f00;
  font-size: 1.3rem;
  line-height: 1.5;
}

.system .text02 {
  color: #f80;
}

.system .price {
  padding: 10px 0;
}

.system .hotellist {
  overflow-x: scroll;
}

.system .card {
  padding: 30px 0;
  text-align: center;
  line-height: 1.6;
}

.system .card p {
  width: 500px;
  margin: auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 599px) {
  .system .card p {
    width: 95%;
    margin: auto;
  }
}

.system .table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  font-size: 12px;
}

.system table {
  width: 100%;
  text-shadow: 1px 1px 0px #fff;
  background: #eaebec;
  border: #ccc 1px solid;
}

.system table th {
  padding: 20px 0;
  background: #d2b0f1;
  font-size: 1.8rem;
  color: #6c2ba8;
}

@media screen and (max-width: 599px) {
  .system table th {
    padding: 15px;
    text-align: left;
  }
}

.system table td {
  padding: 15px 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  background: #fff;
  background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 599px) {
  .system table td {
    padding: 15px 5px;
  }
}

.system table tr.even td {
  background: #f6f6f6;
  background: -moz-linear-gradient(top, #f8f8f8, #f6f6f6);
}
/*# sourceMappingURL=common.css.map */