@charset "UTF-8";
/* ----------------------------------------------
 Reset
---------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
li {
  list-style: none;
}
html {
  font-size: 16px;
}
body {
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  line-height:1.6;
  background: #222;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
nav ul {
  list-style:none;
}
.no_scroll {
  height:100%;
  overflow:hidden;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}
/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}
input, select {
  vertical-align:middle;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ----------------------------------------------
 共通
---------------------------------------------- */
.container {
  width: 100%;
  text-align: center;
}
.contents-box {
  width: 980px;
  margin: 0 auto;
}
header {
  background: #1a0d07;
}
.slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-content,
.content-ttl {
  font-family: 'Tangerine', cursive;
}
.h2-text,
.h2-text {
  font-weight: 400;
}
.h2-text-2,
.h2-text-2 p {
  font-weight: 400;
  color: #fff;
}
.content-ttl {
  font-size: 2rem;
  font-weight: 400;
}
.content-ttl p {
  font-size: 1rem;
  font-weight: 400;
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
}
.bg-ttl {
  background: #2d160c;
  color: #fff;
}
.bg-img {
  background-image: url("../img/bg-img.jpg");
}
.bg-img-02 {
  background-image: url("../img/bg-img-02.gif");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.bg-img-03 {
  background-image: url("../img/bg-img-03.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-mask {
  background: rgba(0, 0, 0, 0.6);
}
.btn-01 {
  margin: 0 auto;
}
.btn-01 a {
  display: block;
  text-align: center;
  border: 2px solid #ccc;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  padding: 5px 15px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.btn-01 a i {
  margin-left: 10px;
}
.btn-01 a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #555;
}
a {
  color: #000;
  text-decoration: none;
}
.info-recruit,
.info-social,
.info-mailmaga {
  width: 32%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  font-size: 1.2rem;
}
.info-recruit {
  background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%,
              rgba(255,255,255,0.5) 100%),
              url("../img/bg-top-recruit.jpg");
  background-size: cover;
  background-position: center;
}
.info-social {
  background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%,
              rgba(255,255,255,0.5) 100%),
              url("../img/bg-top-social.jpg");
  background-size: cover;
  background-position: center;
}
.info-mailmaga {
  background: linear-gradient(0deg, rgba(255,255,255,0.5) 0%,
              rgba(255,255,255,0.5) 100%),
              url("../img/bg-top-mail.jpg");
  background-size: cover;
  background-position: center;
}
.info-social p {
  padding: 5px 10px;
  color: #fff;
  background: rgba(50, 205, 50, 0.8);
}
.info-social img {
  width: 80%;
}
.info-box-ttl {
  font-weight: 600;
  font-size: 1.2rem;
}
.recruit-btn {
  padding: 5px 10px;
  color: #fff;
  background: rgba(219, 112, 147, 0.8);
}
.mailmaga-btn {
  padding: 5px 10px;
  color: #fff;
  background: rgba(0, 191, 255, 0.8);
}
.foot-logo {
  font-family: 'Tangerine', cursive;
  font-weight: 400;
  color: #fff;
}
.foot-box {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  color: #fff;
}
.social-box {
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.social-box li a {
  color: #fff;
}
.foot-nav a {
  display: block;
  color: #fff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
.foot-nav a:hover {
  color: #ccc;
}
.foot-copy-right {
  text-align: center;
  background: #1a0d07;
  color: #fff;
}
.foot-copy-right a {
  margin-left: 1rem;
  font-family: 'Tangerine', cursive;
  font-size: 2rem;
  color: #fff;
}
.system-box {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.8);
}
.system-box h3 {
  padding: 1rem 0;
}
.system-box h3 + p {
  padding-bottom: 1rem;
  text-align:left;
}
.price-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
}
.price-list li {
  width: 50%;
  border: 1px dashed #ccc;
}
.notes {
  text-align: left;
}
.schedule-box {
  width: 980px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
}
.schedule-box li {
  text-align: center;
  width: 14.285%;
  padding: 0 0.5rem;
}
.schedule-box a {
  display: block;
  color: #fff;
  padding: 1rem 0;
  background: rgba(222, 184, 135, 0.5);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
.current a {
  color: #8b4513;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
.schedule-box a:hover,
.current a:hover {
  opacity: 0.5;
}
.topics {
  width: 50%;
  padding: 0.5rem 0.5rem;
}
.topics-wrap {
  width: 100%;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.topics-wrap > li ul {
  width: 100%;
  height: 100%;
  padding: 1rem 1rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.topics-image01 {
  background: url("../img/topics-image01.jpg");
}
.topics-image02 {
  background: url("../img/noimage.jpg");
}
.topics-image01,
.topics-image02 {
  width: 50%;
  padding: 33.5% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topics-info {
  width: 50%;
}
.topics-info li {
  padding: 0.5rem;
  font-size: 1rem;
}
.topics-info li:nth-child(3) {
  text-align: left;
}
.new-topics {
  text-align: center;
  margin: auto;
  border-bottom: 1px solid #333;
}
.new-topics span {
  padding: 0 0.5rem
}
.topics-info .topics-ttl {
  font-size: 1rem;
  font-weight: 600;
}
.topics-info .more-btn {
  margin: auto auto 0;
  padding: 0;
  background: #6d4c41;
}
.topics-info .more-btn a {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #fff;
}
.more-list-btn {
  width: 11rem;
  margin: 1.5rem auto 0;
  background: #6d4c41;
}
.more-list-btn a {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #fff;
}
.more-list-btn a i {
  margin-left: 0.5rem;
}
.todays-staff {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.staff-info {
  width: 25%;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
}
.staff-info a {
  display: block;
}
.staff-info li {
  width: 100%;
}
.staff-info li:nth-child(2) {
  padding: 0.5rem 0;
  border-bottom: 1px solid #fff;
}
.staff-info li:last-child {
  padding: 0.5rem 0 0;
}
.staff-info li i {
	margin-right: 0.25rem;
}
.staff-image01 {
  background: url("../img/today-01.jpg");
}
.staff-image02 {
  background: url("../img/today-02.jpg");
}
.staff-image03 {
  background: url("../img/today-03.jpg");
}
.staff-image04 {
  background: url("../img/today-04.jpg");
}
.staff-image01,.staff-image02,
.staff-image03,.staff-image04 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 67% 0;
}
.modal-inner-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem 0 0;
}
.modal-inner-image01 {
  background: url("../img/topics-image01.jpg");
}
.modal-inner-image02 {
  background: url("../img/noimage.jpg");
}
.modal-inner-image01,
.modal-inner-image02 {
  width: 90%;
  margin: 0 auto;
  padding: 60.1% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modal-inner-info {
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 0.75rem;
}
.modal-inner-info ul {
  width: 100%;
  height: 100%;
}
.modal-inner-info li {
  padding: 0.5rem 0;
}
.modal-inner-info .topics-ttl {
	font-size: 1.25rem;
	font-weight: 600;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 199;
}
.modal__bg {
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content .modal-border {
  width: 100%;
  padding-bottom: 0.5rem;
  text-align: center;
  border-bottom: 1px solid #6d4c41;
}
.modal-time {
  padding: 0 0.5rem;
}
a.js-modal-close {
  position: fixed;
  top: 0.5rem;
  right: 1rem;
  text-align: center;
  text-decoration: none;
  color: #212121;
  font-size: 1.5rem;
  font-weight: 600;
}
.tab-wrap {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}
.tab-label {
  width: 33.33333333333%;
  color: #222;
  background: #a1887f;
  order:-1;
  font-size: 0.75rem;
  height: 2rem;
  line-height: 2rem;
}
.tab-content {
  width: 100%;
  height: 100%;
  display: none;
}
.tab-switch:checked + .tab-label {
  background: #6d4c41;
  color: #fff;
}
.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}
.tab-switch {
  display: none;
}
.modal-tab-pick01 {
  background: url("../img/pickup.jpg");
}
.modal-tab-pick02 {
  background: url("../img/noimage.jpg");
}
.modal-tab-pick03 {
  background: url("../img/noimage.jpg");
}
.modal-tab-image01 {
  background: url("../img/today-01.jpg");
}
.modal-tab-image02 {
  background: url("../img/noimage.jpg");
}
.modal-tab-image03 {
  background: url("../img/noimage.jpg");
}
.modal-tab-image04 {
  background: url("../img/today-02.jpg");
}
.modal-tab-image05 {
  background: url("../img/noimage.jpg");
}
.modal-tab-image06 {
  background: url("../img/noimage.jpg");
}
.modal-tab-image07 {
  background: url("../img/today-03.jpg");
}
.modal-tab-image08 {
  background: url("../img/noimage.jpg");
}
.modal-tab-image09 {
  background: url("../img/noimage.jpg");
}
.modal-tab-image10 {
  background: url("../img/today-04.jpg");
}
.modal-tab-image11 {
  background: url("../img/noimage.jpg");
}
.modal-tab-image12 {
  background: url("../img/noimage.jpg");
}
.modal-tab-pick01,.modal-tab-pick02,
.modal-tab-pick03,.modal-tab-image01,
.modal-tab-image02,.modal-tab-image03,
.modal-tab-image04,.modal-tab-image05,
.modal-tab-image06,.modal-tab-image07,
.modal-tab-image08,.modal-tab-image09,
.modal-tab-image10,.modal-tab-image11,
.modal-tab-image12 {
  width: 100%;
  padding: 67% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.modal-todays-info {
  width: 60%;
  text-align: left;
  padding: 0 1rem;
}
.modal-todays-info li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #6d4c41;
}
.modal-todays-info li:nth-child(2),
.modal-todays-info li:nth-child(3),
.modal-todays-info li:nth-child(4),
.modal-todays-info li:nth-child(5),
.modal-todays-info li:nth-child(6),
.modal-todays-info li:nth-child(7) {
  width: 100%;
  font-size: 0.75rem;
}
.modal-todays-info li:first-child {
  padding: 0 0 0.5rem;
}
.modal-todays-info li:last-child {
  display: none;
}
.shop-comment {
  display: none;
}
.sp-shop-comment {
  width: 100%;
}
.sp-shop-comment p {
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.2;
  border-bottom: 0;
	margin: 1rem 0;
}
p.sp-comment-bg {
  width: 100%;
  margin: 0.5rem 0;
  text-align: center;
  background: #6d4c41;
  padding: 0.5rem;
  color: #fff;
}
.schedule-ttl {
  width: 100%;
  background: #6d4c41;
  border: 1px solid #6d4c41;
  padding: 0.5rem 0;
  margin-top: 1rem;
  color: #fff;
  font-size: 0.75rem;
}
.dl-tbl {
  width: 100%;
}
.dl-tbl dt.sunday {
  color: #f44336;
}
.dl-tbl dt.satday {
  color: #2196f3;
}
.top-news {
  width: 100%;
  padding: 0.5rem 0;
  text-align: left;
}
.news-text {
  background: #fffafa;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  /*text-overflow: ellipsis;*/
}
.news-text span {
  display: inline-block;
  background: #2d160c;
  color: #fff;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  position: relative;
  font-family: 'Tangerine', cursive;
  font-size: 1.5rem;
  z-index:3;
}
.text-area {
  overflow: hidden;
  float: right;
  width: calc(100% - 95px);
  padding: 1rem 0;
}
.text-area:after {
	content:"";
	display:block;
	clear:both;
}
.text-area .marquee {
  width: 100%;
  line-height: 1.4;
  white-space: nowrap;
  animation-name: marquee;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  text-align: left;
}
@keyframes marquee {
  0% { transform: translate(100%); }
  10% { transform: translate(0%); }
  30% { transform: translate(0%); }
  100% { transform: translate(-100%); }
}
/* ----------------------------------------------
 PC
---------------------------------------------- */
@media screen and (min-width: 769px) {
  .slide {
    padding: 10rem 0;
  }
  .slide img {
    width: 40%;
  }
  .slide-content {
    width: 980px;
    margin: 0 auto;
    padding: 6rem 0;
    text-align: center;
  }
  #info-slider {
    width: 980px;
    margin: 0 auto;
  }
  .info-content {
    text-align: center;
    padding: 2rem 0;
  }
  .h2-text {
    font-size: 6rem;
    font-weight: 400;
  }
  .h2-text p {
    font-size: 4rem;
    font-weight: 400;
  }
  .h2-text-2 {
    font-size: 6rem;
    font-weight: 400;
    color: #fff;
  }
  .h2-text-2 p {
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
  }
  .bg-mask {
    padding: 2rem 0 4rem;
  }
  .content-ttl {
    padding: 1rem 0;
  }
  .contents-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 2rem 0;
  }
  .contact-text a {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.2rem;
  }
  .btn-01 {
    width: 200px;
  }
  .foot-logo {
    font-size: 6rem;
    font-weight: 400;
    padding-top: 3rem;
  }
  .foot-box {
    width: 480px;
    font-size: 1.5rem;
  }
  .social-box {
    width: 200px;
    padding-bottom: 1rem;
  }
  .social-box li a {
    font-size: 2rem;
  }
  .foot-nav {
    width: 15%;
  }
  .foot-copy-right {
    padding: 2rem 0;
  }
  .system-box {
    width: 964px;
    padding: 2rem;
    margin-top: 2rem;
  }
  .system-box li {
    font-size: 1rem;
    padding: 1rem 0;
  }
  .notes li {
    padding :inherit;
  }
  .notes .system-ttl {
    font-weight: 600;
    padding: 1rem 0;
  }
  .notes .system-space {
    padding: 1rem 0;
  }
  .access-box {
    width: 964px;
    margin: 0 auto;
  }
  .access-box ul {
    padding: 1rem;
    text-align: left;
    color: #fff;
  }
  .access-box .access-ttl {
    font-weight: 600;
  }
  .recruit-box {
    width: 980px;
    margin: 2rem auto;
    text-align: left;
  }
  .recruit-ttl {
    text-align: center;
    padding: 1rem;
    background: #222;
    font-weight: 400;
    color: #fff;
  }
  .recruit-box li {
    width: 100%;
    padding: 1rem;
  }
  .recruit-list-ttl {
    background: #eee;
  }
  .obo-flex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
  }
  .recruit-box .recruit-line {
    width: 50%;
  }
  .recruit-box .recruit-tel {
    width: 50%;
  }
  .recruit-box .recruit-line a {
    background: #32cd32;
    padding: 1rem;
    border-radius: 5px;
  }
  .recruit-box .recruit-tel a {
    background: #333;
    padding: 1rem;
    border-radius: 5px;
  }
  .recruit-box .recruit-line a,
  .recruit-box .recruit-tel a {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
  }
  .recruit-box .recruit-line a i,
  .recruit-box .recruit-tel a i {
    margin-right: 0.5rem;
  }
  .foot-credit {
    width: 100%;
    padding: 2rem 0;
    background: #222;
  }
  .credit-box {
    width: 980px;
    margin: 0 auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .credit-box > div {
    padding:0.5rem 0.5rem 0;
  }
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 1rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 200;
    text-align: center;
    overflow-y: auto;
  }
  .modal__content{
    width: 50%;
    height: auto;
    max-height:100vh;
  }
  .modal__content .modal-border {
    width: 50%;
    margin: 0 auto;
  }
  .modal-inner-image01,
  .modal-inner-image02 {
    width: 50%;
    padding: 33.333% 0;
  }
  .modal-inner-info {
    width: 50%;
    font-size: 1rem;
    max-height:600px;
    overflow:auto;
  }
  .modal-inner-info ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .modal-todays-info {
    width: 65%;
    text-align: left;
    padding: 0 1rem;
  }
  .modal-todays-info li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #6d4c41;
  }
  .modal-todays-info li:last-child {
    display: block;
    border-bottom: 0;
    font-size: 0.75rem;
  }
  a.js-modal-close {
    position: static;
    background: #6d4c41;
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    width: 50px;
    margin: 1rem auto 0;
  }
  li.shop-comment {
    border-bottom: 0;
  }
  .shop-comment {
    display: block;
    width: 50%;
    text-align: center;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
    background: #6d4c41;
    color: #fff;
  }
  .sp-shop-comment {
    display: none;
  }
  .tab-wrap {
    width: 35%;
  }
  .dl-tbl dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .dl-tbl dt {
    width: 14.285%;
    border: 1px solid #6d4c41;
    border-top: 0;
    padding: 0.25rem 0;
  }
  .dl-tbl dt + dt {
    border-left: 0;
  }
  .dl-tbl dd {
    width: 14.285%;
    font-size: 0.75rem;
    border: 1px solid #6d4c41;
    border-top: 0;
    padding: 0.5rem 0;
  }
  .dl-tbl dd + dd {
    border-left: 0;
  }
  .pick-wrap {
    width: 50%;
    padding: 0 5rem 5rem;
    background: #2d160c;
  }
  .pick-image {
    width: 100%;
    position: relative;
  }
  .pick-image a {
    display: block;
    background: url("../img/pickup.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 67% 0;
  }
  .pick-name {
    width: 100%;
    padding: 1rem 0;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .twitter-wrap {
    width: 50%;
    padding: 0 5rem 5rem;
    background: #2d160c;
  }
  .twitter-content {
    width: 100%;
    max-height: 442px;
    overflow-y: scroll;
  }
  .p-top {
    padding-top: 0;
  }
  .p-bottom {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .modal__content {
    width: 60%;
  }
}
/* ----------------------------------------------
 SP
---------------------------------------------- */
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
  .slide {
    padding: 6rem 0;
    text-align: center;
  }
  .slide-content {
    padding: 4rem 0;
  }
  .h2-text {
    font-size: 4rem;
    font-weight: 400;
  }
  .h2-text p {
    font-size: 2rem;
    font-weight: 400;
  }
  .h2-text-2 {
    font-size: 4rem;
  }
  .h2-text-2 p {
    font-size: 2rem;
  }
  .content-ttl {
    padding: 1rem 0;
    font-size: 2rem;
  }
  .contents-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 2rem 0;
  }
  .contact-text a {
    display: block;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.2rem;
  }
  .btn-01 {
    width:50%;
  }
  .info-recruit {
    width: 100%;
    padding: 2rem 0;
    font-size: 1rem;
  }
  .info-social,
  .info-mailmaga {
    width: 48%;
    padding: 1rem;
    margin: 1rem 0 0;
    font-size: 1rem;
  }
  .foot-logo {
    font-size: 6rem;
    font-weight: 400;
  }
  .foot-box {
    width: 100%;
    font-size: 1.2rem;
  }
  .social-box {
    width: 200px;
    padding: 2rem 0;
  }
  .social-box li a {
    font-size: 2rem;
  }
  .foot-copy-right {
    padding: 2rem 0;
  }
  .system-box {
    width: 100%;
    padding: 1rem;
  }
  .system-box-02 {
    width: 90%;
    padding-bottom: 2rem;
  }
  .system-box li {
    font-size: 1rem;
    padding: 1rem 0;
  }
  .price-list {
    padding: 1rem;
  }
  .notes li {
    padding :inherit;
  }
  .notes .system-ttl {
    font-weight: 600;
    padding: 1rem 0;
  }
  .notes .system-space {
    padding: 1rem 0;
  }
  .access-box {
    width: 100%;
    padding: 1rem;
  }
  .access-box ul {
    padding: 1rem;
    text-align: left;
    color: #fff;
  }
  .access-box .access-ttl {
    font-weight: 600;
  }
  .recruit-box {
    width: 100%;
    padding: 1rem;
    text-align: left;
  }
  .recruit-ttl {
    text-align: center;
    padding: 1rem;
    background: #222;
    font-weight: 400;
    color: #fff;
  }
  .recruit-box li {
    padding: 1rem;
  }
  .recruit-list-ttl {
    background: #eee;
  }
  .recruit-line {
    background: #32cd32;
    margin: 10px 0;
    border-radius: 5px;
  }
  .recruit-tel {
    background: #333;
    margin: 10px 0;
    border-radius: 5px;
  }
  .recruit-line a,
  .recruit-tel a {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
  }
  .recruit-line a i,
  .recruit-tel a i {
    margin-right: 0.5rem;
  }
  .foot-credit {
    width: 100%;
    padding: 2rem 0;
  }
  .credit-box {
    width: 90%;
    margin: 0 auto;
    display:block;
    text-align: center;
  }
  .schedule-box {
    width: 100%;
    padding: 0.5rem;
  }
  .schedule-box li {
    width: 33.333%;
    padding: 0.5rem;
  }
  .schedule-box li:nth-child(1) {
    width: 100%;
  }
  .schedule-box a {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
  .topics {
    width: 100%;
    padding: 0.5rem 1rem;
  }
  .topics-wrap {
    box-shadow: 0;
  }
  .topics-info li {
    font-size: 0.75rem;
  }
  .todays-staff {
    padding: 0.5rem;
    margin: 0;
  }
  .staff-info {
    width: 50%;
  }
  .contact-p {
    padding: 2rem 1rem;
    justify-content: space-between;
  }
  .schedule-p {
    padding: 0 0 2rem;
  }
  .sys-p {
    width: 100%;
    padding: 1rem;
  }
  .modal__content {
    width: 100vw;
    height: 100vh;
    background: #fff;
    padding: 1rem;
    position: fixed;
    z-index: 200;
    text-align: center;
    overflow-y: scroll;
  }
  .dl-tbl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #6d4c41;
    font-size: 0.875rem;
  }
  .dl-tbl > dl {
    width: 20%;
  }
  .dl-tbl > dl + dl {
    width: 80%;
  }
  .dl-tbl dt,
  .dl-tbl dd {
    padding: 0.25rem 0;
    border-top: 1px solid #6d4c41;
  }
  .dl-tbl dd {
    border-left: 1px solid #6d4c41;
  }
  .pick-wrap {
    width: 100%;
    margin-bottom: 1rem;
  }
  .pick-image {
    width: 100%;
    padding: 1rem;
  }
  .pick-image a {
    display: block;
    background: url("../img/pickup.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 67% 0;
    position: relative;
  }
  .pick-name {
    width: 100%;
    padding: 0.5rem 0;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .twitter-wrap {
    width: 100%;
  }
  .twitter-content {
    width: 100%;
    max-height: 442px;
    padding: 1rem;
    overflow-y: scroll;
  }
  .top-news {
    padding: 0.5rem 1rem;
  }
  .sp-none {
    display: none;
  }
}

/* ----------------------------------------------
 SP 375px以下
---------------------------------------------- */
@media screen and (max-width: 374px) {
  .container {
    width: 100%;
  }
  .slide {
    padding: 4rem 0;
    text-align: center;
  }
  .slide-content {
    padding: 2rem 0;
  }
  .foot-box {
    font-size: 1rem;
  }
}
.loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.loading img {
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
