@charset "UTF-8";
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;
}
body {
  overflow-x: hidden;
  font-size: 1.6em;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
img {
  width: 100%;
}
h2 img {
  width: auto;
  height: 40px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  h2 img {
    height: 35px;
    margin-bottom: 20px;
  }
}
h5 img {
  width: auto;
  height: 80px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  h5 img {
    height: 70px;
    margin-bottom: 20px;
  }
}
h3 {
  color: #ff5273;
  font-size: 2rem;
}
.bg_top video {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .bg_top video {
    top: 62%;
    height: 120%;
    width: 120%;
    z-index: -1;
  }
}
.profile-video video {
  overflow: visible;
  position: static;
  width: 600px;
  height: auto;
  top: 0;
  left: 0;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  margin-top: 15px;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .profile-video video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 650px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}
.wrap {
  overflow-x: hidden;
}
.wrap_sub {
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.5);
}
/*===============================
ヘッダー
================================*/
header {
  position: relative;
  height: 95vh;
}
@media screen and (max-width: 599px) {
  header {
    height: 100%;
  }
}
header .logo {
  display: none;
}
@media screen and (max-width: 599px) {
  header .logo {
    display: block;
    width: 250px;
    margin: auto;
    padding-top: 5%;
  }
}
header .time {
  display: none;
}
@media screen and (max-width: 599px) {
  header .time {
    display: block;
    width: 235px;
    margin: auto;
  }
}
header .tel {
  display: none;
}
@media screen and (max-width: 599px) {
  header .tel {
    display: block;
    width: 90%;
    margin: auto;
    padding-top: 0px;
  }
}
header .certificate {
  display: none;
}
@media screen and (max-width: 599px) {
  header .certificate {
    display: block;
    width: 80%;
    margin: auto;
    padding-top: 10px;
  }
}
.testujin {
  position: absolute;
  bottom: 200px;
  right: 5.8%;
  width: 600px;
  margin: auto;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 599px) {
  .testujin {
    position: absolute;
    width: 100%;
    top: 55%;
    right: 0;
  }
}
.youtube {
  position: absolute;
  bottom: 200px;
  right: 8.2%;
  width: 540px;
  margin: auto;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 599px) {
  .youtube {
    position: inherit;
    width: 100%;
    top: 20px;
    right: 0;
  }
}
.youtube img {
  width: 35%;
}
@media screen and (max-width: 599px) {
  .youtube img {
    width: 50%;
  }
}
.youtube iframe {
  width: 100%;
  height: 100%;
  border: 5px solid #ff5273;
}
.youtube video {
  width: 100%;
  height: 100%;
  background: #ff5273;
  border: 5px solid #ff5273;
}
.grandopen {
  width: 90%;
  margin: auto;
  aspect-ratio: 16 / 9;
}
.year {
  position: absolute;
  bottom: 200px;
  right: 8.2%;
  width: 540px;
  margin: auto;
  aspect-ratio: 16 / 9;
}
@media screen and (max-width: 599px) {
  .year {
    position: inherit;
    width: 100%;
    top: 20px;
    right: 0;
  }
}
.year img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .year img {
    width: 100%;
  }
}
.widget-pc {
  width: 100%;
  max-width: 700px;
	height: 600px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
}
.widget-pc h2 img {
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.9));
}
@media screen and (max-width: 599px) {
  .widget-pc {
    display: none;
  }
}
.shame {
  background-color: rgba(255, 255, 255, 0.9);
  margin-top: -20px;
	padding: 10px;
}
.taiki {
  background-color: rgba(255, 255, 255, 0.9);
  height: 300px;
  overflow: hidden;
  margin-top: -20px;
}
/*===============================
フッター
================================*/
footer {
  padding: 10px 0px;
  background: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  footer {
    margin-bottom: 50px;
    padding: 10px;
    text-align: left;
  }
}
footer address {
  font-style: normal;
}
@media screen and (max-width: 599px) {
  footer {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
/*===============================
ナビ
================================*/
nav {
  position: absolute;
  width: 100%;
  bottom: 10px;
  right: 0;
	left: 0;
}
@media screen and (max-width: 599px) {
  nav {
    display: none;
  }
}
nav ul {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
nav li {
  width: calc(100% / 10);
  padding-top: 5px;
}
nav a {
  display: block;
  color: #453d30;
  font-size: 1.6rem;
  text-decoration: none;
}
/*
PCメニュー
================================*/
.nav_pc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  padding: 25px 0;
}
.nav_pc li {
  width: calc(100% / 10);
}
/*
スマホメニュー
================================*/
.nav_sp {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #ff5273;
  border-top: solid 5px #000;
  z-index: 100;
}
.nav_sp a {
  z-index: 1;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.nav_sp a:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.nav_sp a:hover::before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 1;
}
.nav_sp .menu {
  width: 80px;
  margin: auto;
  margin-top: -27px;
}
.nav_sp .menu_tel {
  position: fixed;
  bottom: 10px;
  right: 5px;
  width: 35%;
}
.nav_sp .menu_schedule {
  position: fixed;
  bottom: 10px;
  left: 5px;
  width: 35%;
}
.nav_sp .menu_box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.nav_sp .menu_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  position: relative;
  margin: auto;
  margin-top: 20px;
  padding: 30px 15px;
  border-radius: 10px;
  background: #ccc;
}
.nav_sp .menu_box li {
  width: calc(100% / 2);
  padding-bottom: 5px;
}
.nav_sp .menu_box .logo {
  display: block;
  width: 35%;
  margin: auto;
  padding-top: 5px;
}
.nav_sp .menu_box .time {
  width: 70%;
  margin: auto;
}
.nav_sp .menu_box .tel {
  width: 90%;
  margin: auto;
  padding-top: 5px;
}
.nav_sp .menu_box:target {
  opacity: 1;
  pointer-events: auto;
}
.nav_sp .close {
  position: absolute;
  right: -12px;
  top: -10px;
  width: 30px;
  background: #ff5273;
  color: #fff;
  line-height: 30px;
  font-size: 2rem;
  text-decoration: none;
  text-align: center;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.nav_sp .close:hover {
  background: #000;
}
.nav_sp .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  margin: auto;
  padding-top: 10px;
}
.nav_sp .icon li {
  width: calc(100% / 3);
}
.nav_sp .icon a {
  display: block;
  color: #000;
  text-decoration: none;
}
.nav_sp .icon p {
  width: 90%;
  background: #fff;
  margin: auto;
  margin-top: 5px;
  padding: 5px 0;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
}
.nav_sp .icon img {
  width: 90%;
  margin: auto;
}
/*===============================
メイン
================================*/
main {
  width: 100%;
  padding-left: 250px;
}
@media screen and (max-width: 599px) {
  main {
    padding-left: 0;
  }
}
main h1 {
  display: block;
  width: auto;
  height: 25px;
  line-height: 25px;
  background: #333;
  padding-left: 20px;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 599px) {
  main h1 {
    padding-left: 0;
    text-align: center;
  }
}
main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  padding-left: 20px;
}
main .inner .left_column {
  width: 20%;
}
main .inner .right_column {
  width: 80%;
}
.adjustment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 599px) {
  .company {
    display: none;
  }
}
.company ul{
	width: 50%;
	height: 100%;
	
	/* 子要素（画像）を真ん中中央に配置するための設定 */
	display: flex;
	justify-content: center; /* 左右の中央揃え */
	align-items: center;     /* 上下の中央揃え */
}

.company ul img {
	height: 70%;             /* 高さを親要素の80%に指定 */
	width: auto;             /* 横幅はアスペクト比を維持して自動調整 */
	object-fit: contain;     /* 画像が歪むのを防ぐお守り */
}
.vanilla {
  width: 220px;
  margin: auto;
  padding: 10px 0;
}
@media screen and (max-width: 599px) {
  .vanilla {
    display: none;
  }
}
.qzin {
  width: 320px;
  margin: auto;
  padding-top: 80px;
}
@media screen and (max-width: 599px) {
  .qzin {
    display: none;
  }
}
.twitter_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .twitter_sp {
    display: block;
    padding: 50px 20px;
    background: #f5f5f5;
  }
}
.qzin_sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .qzin_sp {
    display: block;
    padding: 50px 20px;
    background: #ffe3e8;
  }
  .qzin_sp .box {
    width: 320px;
    margin: auto;
  }
}
/*===============================
サイド
================================*/
.sidebar {
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  width: 250px;
  height: 100vh;
  background: rgba(221, 221, 221, 0.9);
}
.sidebar .logo {
  padding: 40px 10px 0 10px;
}
.sidebar .time {
  padding: 25px 10px;
}
.sidebar .tel {
  padding: 0 10px;
}
.sidebar .recruit {
  padding: 40px 15px 0 15px;
}
.sidebar .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  margin: auto;
  padding-top: 20px;
}
.sidebar .icon li {
  width: calc(100% / 3);
}
.sidebar .icon a {
  display: block;
  color: #000;
  text-decoration: none;
}
.sidebar .icon p {
  width: 90%;
  background: #fff;
  margin: auto;
  margin-top: 5px;
  padding: 5px 0;
  font-size: 1.1rem;
  font-weight: bold;
  border-radius: 20px;
  text-align: center;
}
.sidebar .icon img {
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .sidebar {
    display: none;
  }
}
.twitter {
  margin-bottom: -30px;
  padding: 10px 15px 0 15px;
}
/*===============================
最新情報
================================*/
.info {
  width: 50%;
  height: 680px;
  background: #ffe3e8;
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .info {
    width: 100%;
    height: auto;
    padding: 50px 25px;
  }
}
.info ul {
  width: 100%;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
}
.info li {
  width: 100%;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #ff5273;
}
.info figure {
  display: flex;
}
@media screen and (max-width: 768px) {
  .info figure {
    flex-wrap: wrap;
  }
}
.info figure .image {
  width: 300px;
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  .info figure .image {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }
}
.info figure .data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 599px) {
  .info figure .data {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}
.info figure .data .day {
  padding: 10px 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}
.info figure .data .comment {
  word-break: break-all;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .info figure .data .comment {
    font-size: 1.4rem;
  }
}
/*===============================
写メ日記
================================*/
.diary {
  width: 50%;
  height: 680px;
  background: #fef6d1;
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .diary {
    width: 100%;
    height: auto;
    background: #fef6d1;
    padding: 50px 0;
  }
}
/*===============================
新人紹介
================================*/
.newface {
  padding: 50px 0 100px;
  background: #fff;
}
.newface ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
}
.newface li {
  width: calc(100% / 5);
}
.newface figure {
  background: #ff5273;
  margin: 15px 0 30px;
  padding: 5.5%;
  border-radius: 20px;
  font-weight: bold;
}
.newface a {
  text-decoration: none;
}
.newface .image {
  position: relative;
}
.newface .image .clip {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
}
.newface .image .day {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 7px;
  background: #00ac9c;
  color: #f9ed01;
  border-radius: 3px;
}
.newface .data {
  position: relative;
}
.newface .data .tabako {
  position: absolute;
  width: 50px;
  top: 15%;
  right: 0;
}
.newface .name {
  padding-top: 10px;
  color: #fff;
  font-size: 2rem;
}
.newface .size {
  padding-top: 5px;
  color: #000;
  font-size: 1.7rem;
}
@media screen and (max-width: 599px) {
  .newface {
    padding: 50px 0 50px;
  }
  .newface li {
    width: calc(100% / 2);
  }
  .newface figure {
    background: #ff5273;
    margin: 5px 0 25px;
    padding: 5%;
    border-radius: 10px;
  }
  .newface .image .day {
    bottom: 5px;
    right: 5px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .newface .data .tabako {
    position: absolute;
    width: 30px;
    top: 5%;
  }
  .newface .name {
    padding-top: 10px;
    color: #fff;
    font-size: 1.8rem;
  }
  .newface .size {
    padding-top: 5px;
    font-size: 1.3rem;
  }
}
/*===============================
出勤情報
================================*/
.schedule {
  padding: 50px 0 100px;
}
.schedule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
.schedule li {
  width: calc(100% / 5);
  margin-bottom: 30px;
}
.schedule figure {
  background: #fff;
  height: 100%;
  margin: 0 15px;
  padding: 5.5%;
  border-radius: 20px;
  font-weight: bold;
}
.schedule a {
  text-decoration: none;
}
.schedule .image {
  position: relative;
}
.schedule .image .clip {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
}
.schedule .image .new {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20%;
}
.schedule .image .soku {
  position: absolute;
  top: -9%;
  right: -2%;
  width: 30%;
}
.schedule .image .day {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 7px;
  background: #00ac9c;
  color: #f9ed01;
  border-radius: 3px;
}
.schedule .image .day_1 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 7px;
  background: #aaa;
  color: #ddd;
  border-radius: 3px;
}
.schedule .image .day_2 {
  position: absolute;
  bottom: 45px;
  right: 10px;
  padding: 7px;
  background: #e20000;
  color: #f9ed01;
  border-radius: 3px;
}
.schedule .image .day_3 {
  position: absolute;
  bottom: 45px;
  right: 10px;
  padding: 7px;
  background: #e20000;
  color: #f9ed01;
  border-radius: 3px;
}
.schedule .data {
  position: relative;
}
.schedule .data .tabako {
  position: absolute;
  width: 50px;
  top: 5%;
  right: 0;
}
.schedule .name {
  padding-top: 10px;
  color: #ff5273;
  font-size: 2rem;
}
.schedule .size {
  padding-top: 5px;
  color: #000;
  font-size: 1.7rem;
}
.schedule .time {
  width: 100%;
  margin-top: 7px;
  padding: 10px 0;
  background: url("../img/time_bg.png");
  background-size: 100% auto;
  color: #000;
  font-size: 1.8rem;
  text-align: center;
}
.schedule .nominate {
  margin-top: 8px;
}
@media screen and (max-width: 599px) {
  .schedule {
    padding: 50px 0 40px;
  }
  .schedule ul {
    width: auto;
    margin: 5px;
  }
  .schedule li {
    width: calc(100% / 2);
    margin-bottom: 15px;
  }
  .schedule figure {
    background: #fff;
    margin: 5px;
    padding: 5%;
    border-radius: 10px;
    font-weight: bold;
  }
  .schedule .image {
    position: relative;
  }
  .schedule .image .clip {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
  }
  .schedule .image .new {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20%;
  }
  .schedule .image .soku {
    position: absolute;
    top: -9%;
    right: -2%;
    width: 30%;
  }
  .schedule .image .day {
    bottom: 5px;
    right: 5px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .schedule .image .day_1 {
    bottom: 5px;
    right: 5px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .schedule .image .day_2 {
    bottom: 30px;
    right: 5px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .schedule .image .day_3 {
    bottom: 30px;
    right: 5px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .schedule .data {
    position: relative;
  }
  .schedule .data .tabako {
    position: absolute;
    width: 30px;
    top: 3%;
    right: 0;
  }
  .schedule .name {
    padding-top: 10px;
    font-size: 1.8rem;
  }
  .schedule .size {
    padding-top: 5px;
    font-size: 1.2rem;
  }
  .schedule .time {
    margin-top: 7px;
    padding: 7px 0;
    font-size: 1.4rem;
  }
  .schedule .nominate {
    margin-top: 5px;
  }
}
/*===============================
本日の出勤
================================*/
.today {
  padding: 85px 0 75px;
  background: rgba(0, 0, 0, 0.5);
}
.today ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 90%;
  margin: auto;
}
.today li {
  width: calc(100% / 5);
  margin-bottom: 30px;
}
.today figure {
  height: 100%;
  background: #fff;
  margin: 0 15px;
  padding: 5.5%;
  border-radius: 20px;
  font-weight: bold;
}
.today a {
  text-decoration: none;
}
.today .image {
  position: relative;
}
.today .image .clip {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  width: 50%;
  margin: auto;
}
.today .image .new {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20%;
}
.today .image .soku {
  position: absolute;
  top: -9%;
  right: -2%;
  width: 30%;
}
.today .image .day {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 7px;
  background: #00ac9c;
  color: #f9ed01;
  border-radius: 3px;
}
.today .image .day_1 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  padding: 7px;
  background: #aaa;
  color: #ddd;
  border-radius: 3px;
}
.today .image .day_2 {
  position: absolute;
  bottom: 45px;
  right: 10px;
  padding: 7px;
  background: #e20000;
  color: #f9ed01;
  border-radius: 3px;
}
.today .image .day_3 {
  position: absolute;
  bottom: 45px;
  right: 10px;
  padding: 7px;
  background: #e20000;
  color: #f9ed01;
  border-radius: 3px;
}
.today .data {
  position: relative;
}
.today .data .tabako {
  position: absolute;
  width: 50px;
  top: 5%;
  right: 0;
}
.today .name {
  padding-top: 10px;
  color: #ff5273;
  font-size: 2rem;
}
.today .size {
  padding-top: 5px;
  color: #000;
  font-size: 1.7rem;
}
.today .time {
  width: 100%;
  margin-top: 7px;
  padding: 10px 0;
  background: url("../img/time_bg.png");
  background-size: 100% auto;
  color: #000;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .today {
    padding: 50px 0 40px;
  }
  .today ul {
    width: auto;
    margin: 5px;
  }
  .today li {
    width: calc(100% / 2);
    margin-bottom: 15px;
  }
  .today figure {
    background: #fff;
    margin: 0 5px;
    padding: 5%;
    border-radius: 10px;
    font-weight: bold;
  }
  .today .image {
    position: relative;
  }
  .today .image .clip {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
  }
  .today .image .new {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 20%;
  }
  .today .image .soku {
    position: absolute;
    top: -9%;
    right: -2%;
    width: 30%;
  }
  .today .image .day {
    bottom: 5px;
    right: 5px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .today .image .day_1 {
    bottom: 5px;
    right: 5px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .today .image .day_2 {
    bottom: 30px;
    right: 5px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .today .image .day_3 {
    bottom: 30px;
    right: 5px;
    padding: 5px;
    font-size: 1.2rem;
  }
  .today .data {
    position: relative;
  }
  .today .data .tabako {
    position: absolute;
    width: 30px;
    top: 3%;
    right: 0;
  }
  .today .name {
    padding-top: 10px;
    font-size: 1.6rem;
  }
  .today .size {
    padding-top: 5px;
    font-size: 1.2rem;
  }
  .today .time {
    margin-top: 7px;
    padding: 7px 0;
    font-size: 1.4rem;
  }
}
/*
日付
================================*/
.days {
  width: 1400px;
  margin: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .days {
    overflow-x: auto;
    width: 98%;
    height: 60px;
    margin-bottom: 0px;
  }
}
.days a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.days dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.days dl .on {
  width: 175px;
  height: 46px;
  line-height: 40px;
  margin: auto;
  background: url("../img/day_bg.png");
  background-size: 100% auto;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .days dl .on {
    width: 160px;
    height: 42px;
    line-height: 38px;
    font-size: 1.5rem;
  }
}
.days dl .off {
  width: 175px;
  height: 46px;
  line-height: 40px;
  margin: auto;
  background: url("../img/day_bg_no.png");
  background-size: 100% auto;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .days dl .off {
    width: 160px;
    height: 42px;
    line-height: 38px;
    font-size: 1.5rem;
  }
}
.days dt {
  margin-bottom: 5px;
}
/*===============================
プロフィール
================================*/
@media screen and (max-width: 599px) {
  .profile {
    padding-top: 20px;
  }
}
.profile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 599px) {
  .profile ul {
    display: block;
    width: 95%;
    padding-bottom: 30px;
  }
}
.profile table {
  width: 100%;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .profile table {
    margin-top: -20px;
  }
}
.profile tr {
  display: block;
  border-bottom: 1px dashed #000;
}
.profile tr:last-child {
  margin-bottom: -10px;
  border-bottom: 0px;
}
.profile th {
  width: 260px;
  padding: 15px 0;
  color: #00b70a;
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .profile th {
    display: block;
    width: 100%;
    margin-bottom: -10px;
    padding-top: 10px;
  }
}
.profile td {
  padding: 15px 0;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .profile td {
    padding: 0 0 10px;
  }
}
.profile .photo {
  position: relative;
  width: 600px;
  height: 975px;
  background: url("../img/profile_image.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin-right: 30px;
}
@media screen and (max-width: 599px) {
  .profile .photo {
    width: 100%;
    height: 100%;
    margin-right: 0px;
  }
}
.profile .photo .large {
  padding: 80px 50px;
}
@media screen and (max-width: 599px) {
  .profile .photo .large {
    width: 100%;
    margin: auto;
    padding: 15% 10%;
  }
}
.profile .photo .tabako {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100px;
}
@media screen and (max-width: 599px) {
  .profile .photo .tabako {
    top: 10px;
    left: 10px;
    width: 60px;
  }
}
.profile .data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 50px;
  background: #ddd;
  border-radius: 10px;
  -webkit-box-shadow: 1px 5px 5px #666;
  box-shadow: 1px 5px 5px #666;
}
@media screen and (max-width: 599px) {
  .profile .data {
    margin-top: 10px;
    padding: 20px 10px;
  }
}
.profile .name {
  color: #ff5273;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .profile .name {
    text-align: center;
  }
}
.profile .name span {
  padding-left: 20px;
  color: #000;
  font-size: 2.4rem;
}
@media screen and (max-width: 599px) {
  .profile .name span {
    display: block;
    margin-top: 5px;
    font-size: 2rem;
  }
}
.profile .rank {
  width: 400px;
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .profile .rank {
    width: 100%;
    margin-top: -15px;
    padding-bottom: 30px;
  }
}
.profile .point {
  width: 600px;
  height: 67px;
  background: url("../img/point_bg.png") 0 0 no-repeat;
  background-size: 100% auto;
  margin-top: 10px;
  padding-top: 20px;
  color: #6c4108;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .profile .point {
    width: 100%;
    padding: 8px 0 0;
    color: #6c4108;
    font-size: 1.8rem;
  }
}
.profile .ttl img {
  width: auto;
  height: 45px;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .profile .ttl img {
    height: 35px;
    margin-bottom: 20px;
  }
}
.profile .ttl_sub img {
  width: auto;
  height: 60px;
  margin: auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .profile .ttl_sub img {
    height: 45px;
    margin-bottom: 20px;
  }
}
.profile .option dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.profile .option dt {
  width: calc(100% / 3);
}
@media screen and (max-width: 599px) {
  .profile .option dt {
    width: calc(100% / 2);
  }
}
.profile .option .list {
  margin: 5px;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .profile .option .list {
    margin: 2px;
    font-size: 1.2rem;
  }
}
.profile .option .list .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  color: #000;
}
.profile .option .list .left p {
  padding: 10px 5px;
}
.profile .option .list .right p {
  width: 40px;
  padding: 10px 0;
  text-align: center;
  background: #ff5273;
  color: #fff;
}
.profile .profile_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profile .massage {
  width: 50%;
  background: #ffe3e8;
  padding: 100px 50px;
  line-height: 1.5;
}
.twitter_pc {
  padding-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .profile .massage {
    width: 100%;
    padding: 30px 20px;
  }
  .twitter_pc {
    display: none;
  }
  .profile .twitter_sp {
    width: 100%;
    padding: 30px 20px;
    background: #d7f5ff;
  }
}
.profile .shame {
  width: 100%;
  background: #fff;
  padding: 100px 50px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .profile .shame {
    padding: 30px 0px;
  }
}
.profile .shame iframe {
  width: 1100px;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .profile .shame iframe {
    width: 100%;
  }
}
.profile .weekly {
  width: 50%;
  background: #fef6d1;
  padding: 100px 50px;
}
@media screen and (max-width: 599px) {
  .profile .weekly {
    width: 100%;
    padding: 30px 20px;
  }
}
.profile .weekly dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}
@media screen and (max-width: 599px) {
  .profile .weekly dl {
    border-bottom: 0px;
  }
}
.profile .weekly dt {
  width: calc(100% / 3);
  height: 100px;
  background: #ff5273;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .profile .weekly dt {
    height: 60px;
  }
}
.profile .weekly dt p {
  width: 100%;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .profile .weekly dt p {
    font-size: 1.5rem;
  }
}
.profile .weekly dt span {
  display: block;
  margin-bottom: 5px;
  font-size: 2rem;
}
@media screen and (max-width: 599px) {
  .profile .weekly dt span {
    font-size: 1.7rem;
  }
}
.profile .weekly .no {
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.profile .weekly .big {
  width: 100%;
  height: 120px;
  border-bottom: 3px solid #000;
}
@media screen and (max-width: 599px) {
  .profile .weekly .big {
    height: 80px;
  }
}
.profile .weekly .big strong {
  font-size: 4rem;
}
@media screen and (max-width: 599px) {
  .profile .weekly .big strong {
    font-size: 3rem;
  }
}
/*===============================
スライドバナー
================================*/
.banner {
  padding: 100px 50px;
  background: url("../img/banner_bg.jpg");
  background-size: 50% auto;
}
.banner img {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .banner {
    padding: 50px 10px 30px;
    background-size: 300%;
  }
}
/*===============================
料金表
================================*/
.system {
  padding: 85px 0 100px;
}
@media screen and (max-width: 599px) {
  .system {
    padding: 50px 0 40px;
  }
}
.system .price {
  width: 90%;
  margin: auto;
  margin-bottom: 100px;
  max-width: 1600px;
}
@media screen and (max-width: 599px) {
  .system .price {
    width: 95%;
    margin-bottom: 50px;
  }
}
.system .area {
  width: 90%;
  margin: auto;
  margin-bottom: 100px;
  max-width: 1600px;
}
@media screen and (max-width: 599px) {
  .system .area {
    width: 95%;
    margin-bottom: 50px;
  }
}
.system .area .text {
  width: 600px;
  margin: auto;
  padding-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .system .area .text {
    width: 100%;
    font-size: 2rem;
  }
}
.system .option {
  width: 90%;
  margin: auto;
  margin-bottom: 100px;
  max-width: 800px;
}
@media screen and (max-width: 599px) {
  .system .option {
    width: 95%;
    margin-bottom: 50px;
  }
}
.system .kinshi {
  width: 90%;
  max-width: 1580px;
  margin: auto;
  margin-bottom: 100px;
  padding: 40px;
  background: #fff;
  font-weight: bold;
  box-shadow: 1px 1px 3px #000;
  line-height: 1.8;
}
@media screen and (max-width: 599px) {
  .system .kinshi {
    width: 95%;
    margin-bottom: 50px;
    padding: 20px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.system .kinshi span {
  color: #f00;
}
/*===============================
作業場一覧
================================*/
.hotel {
  width: 80%;
  margin: auto;
  padding: 85px 0 100px;
}
@media screen and (max-width: 599px) {
  .hotel {
    width: 95%;
    margin: auto;
    padding: 50px 0 40px;
  }
}
.hotel a {
  display: block;
  color: #000;
  text-decoration: none;
}
.hotel h4 {
  position: relative;
  display: inline-block;
  padding: 2rem 6rem 2rem 4rem;
  color: #ff0;
  font-size: 3rem;
  border-radius: 100vh 0 0 100vh;
  background: #fa4141;
}
.hotel iframe {
  margin-top: 25px;
}
@media screen and (max-width: 599px) {
  .hotel h4 {
    padding: 1rem 6rem 1rem 4rem;
    font-size: 2rem;
  }
}
.hotel h4:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 10px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 50%;
  background: #fff;
}
.hotel ul {
  display: flex;
  flex-wrap: wrap;
}
.hotel li {
  width: calc(100% / 3);
  padding-top: 15px;
}
@media screen and (max-width: 599px) {
  .hotel li {
    width: calc(100% / 1);
    padding-top: 10px;
  }
}
.hotel .box {
  margin-top: 25px;
  padding: 15px 25px 35px 25px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  .hotel .box {
    margin-top: 15px;
    padding: 5px 10px 15px 10px;
    background: #eee;
  }
}
.hotel .list {
  display: flex;
  width: 97%;
  margin: auto;
  padding: 15px;
  border: 1px solid #ddd;
  background: #fff;
}
.hotel .data {
  width: 100%;
}
.hotel .name {
  padding-bottom: 10px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .hotel .name {
    padding-bottom: 5px;
    font-size: 2rem;
  }
}
.hotel .text {
  font-size: 1.5rem;
  line-height: 1.5;
}
.hotel .image {
  width: 115px;
  margin-left: auto;
}
/*===============================
作業予定表
================================*/
.mailmagazine {
  padding: 50px 0 100px;
}
.mailmagazine strong {
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff0));
  background: linear-gradient(transparent 60%, #ff0 60%);
}
.mailmagazine .box {
  width: 80%;
  margin: auto;
  padding: 60px 0;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 5px -1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  .mailmagazine .box {
    width: 90%;
  }
}
.mailmagazine .box .text {
  float: right;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .mailmagazine .box .text {
    width: 100%;
  }
}
.mailmagazine .box .text p {
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .mailmagazine .box .text p {
    padding: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.mailmagazine .box .text i {
  padding-left: 3px;
}
.mailmagazine .box .text .text-01 {
  font-size: 1.8rem;
  font-weight: bold;
}
.mailmagazine .box .text .text-02 {
  color: #25b72d;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .mailmagazine .box .text .text-02 {
    display: block;
    padding-top: 15px;
    font-size: 1.6rem;
  }
}
.mailmagazine .box .text .text-03 {
  display: block;
  padding: 20px 0;
  color: #f00;
  font-weight: bold;
}
.mailmagazine .box .photo {
  float: left;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .mailmagazine .box .photo {
    width: 100%;
  }
}
.mailmagazine .box .photo img {
  width: 80%;
}
@media screen and (max-width: 599px) {
  .mailmagazine .box .photo img {
    width: 95%;
  }
}
@media screen and (max-width: 599px) {
  .mailmagazine .box .form {
    padding: 0 20px;
  }
}
/*===============================
リンク集
================================*/
.textlink {
  background: #000;
  padding: 25px 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.textlink a {
  color: #fff;
  text-decoration: none;
}
.textlink_btn {
  width: 85%;
  margin: auto;
  margin-top: 10px;
  padding: 7px 0;
  background: #333;
  border-radius: 3px;
  text-align: center;
}
.textlink_btn a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
}
.link {
  width: 80%;
  margin: auto;
  padding: 85px 0 100px;
}
.link .link_inner {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .link {
    width: 95%;
    margin: auto;
    padding: 40px 0 50px;
  }
}
.link img {
  width: auto;
}
@media screen and (max-width: 599px) {
  .link img {
    width: auto;
    max-width: 320px;
    margin: auto;
  }
}
.link a {
  color: #000;
  text-decoration: none;
  font-size: 12px;
}
.link ul {
  display: flex;
  flex-wrap: wrap;
}
.link li {
  padding: 5px;
  font-size: 12px;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .link li {
    width: calc(100% / 1);
    margin: auto;
    padding: 5px;
  }
}
.link .ttl {
  padding: 20px 0;
  background: #ff5273;
  border-radius: 100vh;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.beltconveyor {
  background: #fff;
}
.beltconveyor img {
  width: 500px;
  margin-top: -60px;
}
@media screen and (max-width: 599px) {
  .beltconveyor img {
    width: 100%;
  }
}
.beltconveyor2 img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .beltconveyor2 img {
    width: 2000px;
  }
}
.forklift img {
  width: 100px;
}
.forklift2 {
  margin-bottom: -100px;
}
.forklift2 img {
  width: 100px;
}
@media screen and (max-width: 599px) {
  .forklift2 {
    margin-bottom: -50px;
  }
  .forklift2 img {
    width: 80px;
  }
}
.s1 {
  -webkit-animation: anim1 20s infinite;
  animation: anim1 20s infinite;
}
@-webkit-keyframes anim1 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(2350px);
    transform: translateX(2350px);
  }
}
@keyframes anim1 {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(2350px);
    transform: translateX(2350px);
  }
}
.s2 {
  -webkit-animation: anim2 10s infinite;
  animation: anim2 10s infinite;
}
@-webkit-keyframes anim2 {
  0% {
    -webkit-transform: translateX(2350px);
    transform: translateX(2350px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes anim2 {
  0% {
    -webkit-transform: translateX(2350px);
    transform: translateX(2350px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.shadow {
  -webkit-filter: drop-shadow(1px 3px 3px #000);
  filter: drop-shadow(1px 3px 3px #000);
}
.purupuru {
  -webkit-animation: purupuru 0.8s linear 0s 1;
  animation: purupuru 0.8s linear 2s 1;
}
@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/*# sourceMappingURL=common.css.map */
/*===============================

プロフィールお客様の声

================================*/
.prof-review {
  background: #ddd;
}
.prof-review .list {
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .prof-review .list {
    padding: 20px;
  }
}
.prof-review .text {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.review-btn, a.review-btn, button.review-btn {
  display: block;
  width: 300px;
  margin: auto;
  margin-top: 15px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 20px 0rem;
  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: #212529;
  border-radius: 0.5rem;
}
a.btn-shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
a.btn-pink {
  color: #fff;
  background: #ff5273;
  border-bottom: 5px solid #b91837;
}
/*===============================

投稿フォーム

================================*/
@media screen and (min-width: 1025px) {
  .post {
    padding: 30px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .post h3 {
    color: #ac8000;
    font-size: 2rem;
  }
  .post span {
    color: #f00;
    font-weight: bold;
  }
  .post .text {
    font-weight: bold;
  }
}
@media screen and (max-width: 1024px) {
  .post {
    padding: 15px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .post h3 {
    color: #ac8000;
    font-size: 1.6rem;
  }
  .post span {
    color: #f00;
    font-weight: bold;
  }
  .post .text {
    font-weight: bold;
  }
}
.fomr-sent {
  width: 320px;
  margin: auto;
}
input.sysNextSubmit {
  width: 150px;
  border-radius: 0;
  background: -moz-linear-gradient(top, #fff 0%, #eee);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  border: 1px solid #ddd;
  color: #111;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input.sysNextSubmit:hover {
  background: -moz-linear-gradient(top, #efefef 0%, #eee);
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#eee));
}
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 125px;
  height: 25px;
  overflow: hidden;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  z-index: 1;
  background: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=");
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i, .star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 100%;
}
/*===============================
アコーディオン
================================*/
.accordionbox {
  width: 80%;
  margin: auto;
  margin-top: 60px;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 599px) {
  .accordionbox {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
  }
}
.accordionlist dt {
  display: block;
  background: #ffaebd;
  padding: 20px 0 5px 5px;
  border-top: 1px solid #e8dfc6;
}
.accordionlist dt:first-child {
  border-top: none !important;
}
.accordionlist dt .title {
  padding-left: 10px;
  float: left;
  font-weight: 600;
}
.accordionlist dd {
  display: none;
  background: #fff0f3;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.accordion_icon, .accordion_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.accordion_icon {
  position: relative;
  width: 30px;
  height: 30px;
  float: right;
  margin-right: 5px;
}
.accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #ff5273;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
/*＋、×切り替え*/
.accordion_icon.active span:nth-of-type(1) {
  top: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.review-all {
  padding: 50px 0 100px;
}
.review-all a {
  text-decoration: none;
}
.review-all dl {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  padding: 50px 0;
  margin: auto;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .review-all dl {
    width: 95%;
    padding: 15px;
    border-radius: 10px;
  }
}
.review-all dt {
  float: left;
  width: 16.6%;
}
@media screen and (max-width: 599px) {
  .review-all dt {
    width: calc(100% / 3);
    text-align: center;
  }
}
.review-all dt img {
  width: 100%;
}
.review-all dt .detail {
  width: 97%;
  margin-bottom: 7px;
}
.review-all dt .detail .image {
  width: 150px;
  height: 150px;
  margin: auto;
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 599px) {
  .review-all dt .detail .image {
    width: 100px;
    height: 100px;
    margin: auto;
    padding: 5px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }
}
.review-all dt .detail .image img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.review-all dt .detail .name {
  padding: 5px 0;
  color: #ff5273;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .review-all dt .detail .name {
    font-size: 1.5rem;
  }
}
.review-all dt .detail .size {
  padding-bottom: 5px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .review-all dt .detail .size {
    font-size: 1.2rem;
  }
}
.review-all dt .detail .title {
  padding-bottom: 5px;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .review-all dt .detail .title {
    font-size: 1.2rem;
  }
}
.review-detail {
  margin-top: 25px;
}
.review-detail .box {
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: bold;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .review-detail .box {
    width: 95%;
    margin: auto;
    margin-bottom: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    font-size: 1.3rem;
    font-weight: bold;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
  }
}
.review-detail .photo {
  width: 150px;
  height: 150px;
  margin: auto;
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.review-detail .photo img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.review-detail .text img {
  width: 85px;
  margin: 0 10px;
}
.review-detail .title {
  color: #ff5273;
  font-size: 1.7rem;
}
.review-detail .name {
  padding: 5px 0 25px;
  color: #ff0;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 2px #000;
}
グループ店舗一覧(PCフッター)================================*/ .shoplist_pc {
  width: 100%;
}
.shoplist_pc ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
  padding: 80px 0px;
}
.shoplist_pc li {
  width: calc(100% / 2);
}
.shoplist_pc.icon {
  padding-top: 10px;
}
.shoplist_pc .icon ul {
  display: flex;
  flex-wrap: wrap;
  width: 60px;
  margin: auto;
  padding-bottom: 25px;
}
.shoplist_pc .icon li {
  width: calc(100% / 1);
}
.shoplist_pc .icon li p {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .shoplist_pc {
    display: none;
  }
}
.saitama {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 90%;
  height: 160px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.saitama .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #ff2da2, #e4007f);
  background: -webkit-linear-gradient(top left, #ff2da2, #e4007f);
  background: linear-gradient(to bottom right, #ff2da2, #e4007f);
}
.saitama .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #a7005d;
}
.saitama a {
  color: #fff;
  text-decoration: none;
}
.saitama p {
  padding: 7px 12px;
  font-size: 1.3rem;
  font-weight: 600;
}
.saitama p i {
  color: #e4007f;
}
.chiba {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 90%;
  height: 160px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.chiba .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #d08f0e, #b67900);
  background: -webkit-linear-gradient(top left, #d08f0e, #b67900);
  background: linear-gradient(to bottom right, #d08f0e, #b67900);
}
.chiba .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #8f5f00;
}
.chiba a {
  color: #fff;
  text-decoration: none;
}
.chiba p {
  padding: 7px 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.chiba p i {
  color: #b67900;
}
.tokyo {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
  height: 415px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.tokyo .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #57d8ff, #00c4ff);
  background: -webkit-linear-gradient(top left, #57d8ff, #00c4ff);
  background: linear-gradient(to bottom right, #57d8ff, #00c4ff);
}
.tokyo .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #006b89;
}
.tokyo a {
  color: #fff;
  text-decoration: none;
}
.tokyo p {
  padding: 7px 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.tokyo p i {
  color: #00a3d1;
}
.kanagawa {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.kanagawa .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #a3d637, #8fc31f);
  background: -webkit-linear-gradient(top left, #a3d637, #8fc31f);
  background: linear-gradient(to bottom right, #a3d637, #8fc31f);
}
.kanagawa .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #486a00;
}
.kanagawa a {
  color: #fff;
  text-decoration: none;
}
.kanagawa p {
  padding: 7px 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.kanagawa p i {
  color: #8fc31f;
}
.ibaraki {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.ibaraki .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #7751a6, #4e287d);
  background: -webkit-linear-gradient(top left, #7751a6, #4e287d);
  background: linear-gradient(to bottom right, #7751a6, #4e287d);
}
.ibaraki .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #3b136d;
}
.ibaraki a {
  color: #fff;
  text-decoration: none;
}
.ibaraki p {
  padding: 7px 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.ibaraki p i {
  color: #4e287d;
}
.tochigi {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 12px;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.tochigi .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #505fd1, #2536b7);
  background: -webkit-linear-gradient(top left, #505fd1, #2536b7);
  background: linear-gradient(to bottom right, #505fd1, #2536b7);
}
.tochigi .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #111e88;
}
.tochigi a {
  color: #fff;
  text-decoration: none;
}
.tochigi p {
  padding: 7px 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.tochigi p i {
  color: #2536b7;
}
.other {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 12px;
  padding: 20px 0px 10px 0px;
  width: 270px;
  background: -moz-linear-gradient(top left, #111, #000);
  background: -webkit-linear-gradient(top left, #111, #000);
  background: linear-gradient(to bottom right, #111, #000);
  border: 1px dotted #444;
}
.other .area {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 0 0 -20px;
  margin-bottom: 10px;
  width: calc(100% + 20px);
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  background: -moz-linear-gradient(top left, #ff2da2, #e4007f);
  background: -webkit-linear-gradient(top left, #ff2da2, #e4007f);
  background: linear-gradient(to bottom right, #ff2da2, #e4007f);
}
.other .area:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #a7005d;
}
.other a {
  color: #fff;
  text-decoration: none;
}
.other p {
  padding: 7px 12px;
  font-size: 1.2rem;
  font-weight: 600;
}
.other p i {
  color: #e4007f;
}
@media screen and (min-width: 1080px) {
  .shoplist_sp {
    display: none;
  }
}
.shoplist_sp .nav {
  order: 1;
  background: #eee;
  padding: 10px;
}
.shoplist_sp .nav ul li {}
.shoplist_sp .nav ul li:first-child {}
.shoplist_sp .nav ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0.65em 1em 0.65em 0.8rem;
  line-height: 2;
  transition: background-color 0.2s;
}
.shoplist_sp .nav ul li a:hover {
  background-color: #000;
  text-decoration: none;
}
.shoplist_sp .nav .accordion {
  width: auto;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.shoplist_sp .nav .accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #444;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shoplist_sp .nav .accordion li:last-child .link {
  border-bottom: 0;
}
.shoplist_sp .nav .accordion li i {
  position: absolute;
  top: 14px;
  left: 12px;
  font-size: 1.5rem;
  color: #444;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shoplist_sp .nav .accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.shoplist_sp .nav .accordion li.open .link {
  color: #e46296;
}
.shoplist_sp .nav .accordion li.open i {
  color: #e46296;
}
.shoplist_sp .nav .accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shoplist_sp .nav .accordion li.default .submenu {
  display: block;
}
.shoplist_sp .nav .submenu {
  display: none;
  background: -moz-linear-gradient(top left, #666, #555);
  background: -webkit-linear-gradient(top left, #666, #555);
  background: linear-gradient(to bottom right, #666, #555);
  font-size: 0.8rem;
  font-weight: bold;
}
.shoplist_sp .nav .submenu li {
  border-bottom: 1px dotted #888;
}
.shoplist_sp .nav .submenu li i {
  display: block;
}
.shoplist_sp .nav .submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 8px 0px 8px 22px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.diary-widget {
  width: 640px;
  margin: auto;
}
.diary-widget dl {
  display: flex;
  margin-top: -25px;
}
.diary-widget dt {
  width: 50%;
  padding-top: 10px;
}
.diary-widget iframe {
  display: block;
  width: 240px;
  margin: auto;
  margin-top: -25px;
}
.movie {
  background-color: white;
  padding: 50px;
}
.movie ul {
  display: flex;
  flex-wrap: wrap;
}
.movie li {
  width: 50%;
}
.movie .inner {
  overflow: hidden;
  height: 470px;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .movie {
    background-color: white;
    padding: 20px 0;
  }
  .movie ul {
    display: flex;
    flex-wrap: wrap;
  }
  .movie li {
    width: 100%;
  }
  .movie .inner {
    overflow: hidden;
    height: auto;
    padding: 0;
  }
}