/*--------------------
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;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,main {
  display:block;
}
nav ul {
  list-style:none;
}
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;
}
img,video {
  vertical-align: bottom;
}
/* 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, button, select, textarea {
  vertical-align:middle;
  font-family: inherit;
  font-size: inherit;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*--------------------
Common
--------------------*/

html {
  font-size: 16px;
}
body {
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-feature-settings: "palt";
  color: #3a3a3a;
}
a {
  color: #3a3a3a;
  text-decoration: none;
}
img {
  width: 100%;
  vertical-align: bottom;
}
main {
  padding-top: 4rem;
}
footer {
  padding-bottom: 4rem;
}
.no_scroll {
  height: 100%;
  overflow: hidden;
  touch-action: none;
}
.fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
}
.container {
  width: 100%
}
.content-ttl {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
  font-family: 'Tangerine', cursive;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.125rem;
}
.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;
  letter-spacing: normal;
}
.bg-ttl {
  background: #fffafa;
}
.content-box {
  width: 100%;
  padding: 1rem;
}
.column-box,
.column-list ul,
.column-list dl {
  display: flex;
  flex-wrap: wrap;
}
.foot-link-wrap {
  width: 100%;
  justify-content: space-between;
}
.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");
}
.info-recruit,
.info-social,
.info-mailmaga {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.info-recruit {
  width: 100%;
  margin-bottom: 1rem;
}
.info-social,
.info-mailmaga {
  width: 48%;
}
.info-ttl {
  font-size: 1.5rem;
  font-weight: 600;
}
.info-social img {
  width: 70%;
  padding: 0.5rem;
}
.foot-rec-btn,
.foot-soc-btn,
.foot-mail-btn {
  margin-top: auto;
}
.foot-rec-btn a,
.foot-soc-btn a,
.foot-mail-btn a {
  display: inline-block;
  padding: 0.5rem;
  color: #fff;
  font-size: 0.75rem;
}
.foot-rec-btn a {
  background: rgba(219, 112, 147, 0.8);
}
.foot-soc-btn a {
  background: rgba(50, 205, 50, 0.8);
}
.foot-mail-btn a {
  background: rgba(0, 191, 255, 0.8);
}
.bg-img {
  background-image: url("../img/bg-img.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-img-02 {
  background-image: url("../img/bg-img-02.jpg");
  background-size: cover;
  background-position: center;
  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.8);
}
.foot-logo {
  width: 50%;
  padding: 2rem 0;
  margin: auto;
  text-align: center;
}
.foot-logo a {
  display: inline-block;
}
.foot-box {
  display: flex;
  justify-content: center;
  color: #fff;
}
.foot-box div {
  margin: 0 1rem;
}
.social-box {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.social-box li a {
  color: #fff;
  font-size: 2rem;
  padding:0 1rem;
}
.foot-nav a {
  display: block;
  color: #fff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
}
.foot-nav a:hover {
  color: #ccc;
}
.foot-credit {
  width: 100%;
  padding: 2rem 0;
  background: #faf0e6;
}
.credit-box {
  width: 100%;
  padding: 0 1rem;
  text-align: center;
  justify-content: center;
}
.credit-box > div {
  width: 50%;
  padding: 0.5rem;
}
.foot-copy-right {
  width: 100%;
  padding: 1rem 0;
  text-align: center;
}
.foot-copy-right a {
  margin-left: 1rem;
}
.sp-none {
  display: none;
}
.sp-foot {
  width: 100%;
  height: 4rem;
  padding: 0.5rem;
  background: rgba(222,184,135,0.9);
  transform: translateY(100%);
  transition: ease 0.5s;
  position: fixed;
  bottom: 0;
  opacity: 0;
}
.sp-foot ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.sp-foot li {
  flex: 1;
}
.sp-foot li + li {
  border-left: 1px solid #fff;
}
.sp-foot a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.sp-foot a i {
  padding: 0 0.5rem;
  font-size: 1.5rem;
}
.fixed-foot.sp-foot {
  transform: translateY(0);
  opacity: 1;
}
.foot-padding-top {
  padding-top: 0;
}

/*--------------------
Navimenu
--------------------*/

header {
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
#navi-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.logo-area {
  width: 7rem;
  height: 3rem;
  z-index: 1;
}
.logo-area a {
  width: 100%;
  height: 100%;
  display: inline-block;
  background: url("../img/h-logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent:-999999px;
}
#nav-toggle {
  width: 2rem;
  height: 1.5rem;
  position: relative;
  z-index: 4;
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  background: #3a3a3a;
  transition: 0.2s linear;
  position: absolute;
  left: 0;
}
#nav-toggle span:nth-of-type(1) {
  top: 0;
}
#nav-toggle span:nth-of-type(2) {
  top: 0.75rem;
}
#nav-toggle span:nth-of-type(3) {
  top: 1.5rem;
}
#navi-menu nav {
  width: 70%;
  height: 100%;
  padding: 4rem 1rem 1rem;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  transition: 0.3s linear;
  z-index: 3;
}
#navi-menu ul li a {
  display: block;
  padding: 0.5rem 0;
}
.navimask {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s linear;
  transition-delay: 0.2s;
  z-index: 2;
}
.open #nav-toggle span:nth-of-type(1) {
  top: 0.75rem;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-of-type(2) {
  opacity: 0;
  visibility: hidden;
}
.open #nav-toggle span:nth-of-type(3) {
  top: 0.75rem;
  transform: rotate(-45deg);
}
#navi-menu.open nav {
  right: 0;
}
#navi-menu.open + .navimask {
  opacity: 1;
  visibility: visible;
}

/*--------------------
Top
--------------------*/

.mainvisual {
  width: 100%;
  padding-top: calc(4/3*100%);
  background: url("../img/mainvisual.jpg") center no-repeat;
  /* background: linear-gradient(0deg,rgba(255,255,255,0.6) 0%,rgba(255,255,255,0.6) 100%),
  url("../img/mainvisual.jpg") center no-repeat; */
  background-size: cover;
  position: relative;
}
.flipText {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 1.25rem;
  letter-spacing: 0.25rem;
  transition: 0.5s ease;
}
.flipText.flip {
  opacity: 1;
}
.flipText.flip span {
  font-weight:bold;
  text-shadow: 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff, 1px 1px 3px #fff;
  display: inline-block;
  animation: flipAnim 2s linear;
}
@keyframes flipAnim {
  0% {
    opacity: 0;
    transform: rotateY(180deg)rotateX(45deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(360deg)rotateX(0deg);
  }
}

#slider {
  width: 100%;
}
#slider .swiper-slide {
  width: 100%;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#slider .swiper-slide .slide-inner {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-20%,-50%);
  filter: drop-shadow(2px 2px 1px #fff);
  font-family: 'Tangerine', cursive;
  font-size: 4rem;
  font-weight: 400;
}
#slider .swiper-slide .slide-inner p {
  font-size: 2rem;
}
#slider .swiper-slide.swiper-slide-active .leftInAnim {
  animation: leftInAnim 1s ease-in-out;
  /* animation-delay: 0.5s; */
}
#slider .swiper-slide.swiper-slide-active .upInAnim {
  animation: upInAnim 1s ease-in-out;
  /* animation-delay: 0.5s; */
}
#slider .swiper-slide.swiper-slide-active .downInAnim {
  animation: downInAnim 1s ease-in-out;
  /* animation-delay: 0.5s; */
}
@keyframes leftInAnim {
  0% {
    left: 10%;
    opacity: 0;
  }
  100% {
    left: 20%;
    opacity: 1;
  }
}
@keyframes upInAnim {
  0% {
    top: 60%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@keyframes downInAnim {
  0% {
    top: 40%;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
.top-news {
  width: 100%;
  padding: 1rem 0;
}
.news-text {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fffafa;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.news-text span {
  display: inline-block;
  background: #deb887;
  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;
  width: calc(100% - 95px);
}
.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%); }
}
.pick-twi-box {
  width: 100%;
  padding: 1rem 0;
}
.pick-wrap {
  width: 100%;
}
.pick-image {
  width: 100%;
  padding: 2rem;
}
.pick-image a {
  width: 100%;
  padding-top: calc(4/3*100%);
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.pick-name {
  width: 100%;
  padding: 1rem;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
}
.twitter-wrap {
  width: 100%;
}
.twitter-content {
  width: 100%;
  padding: 2rem;
}
.twitter-inner {
  width: 100%;
  height: 460px;
  overflow: auto;
  border: 1px solid #fafafa;
}
.topics-box {
  justify-content: space-between;
}
.topics {
  width: 100%;
  padding: 1rem;
  margin: 0.5rem 0;
  justify-content: space-between;
  background: #fffafa;
}
.topics-info li {
  font-size: 0.75rem;
}
.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-image {
  width: 48%;
}
.topics-image a {
  width: 100%;
  display: block;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topics-info {
  width: 50%;
  justify-content: center;
}
.topics-info li {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
}
.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: 0.875rem;
  text-align: left;
}
.topics-info .more-btn {
  margin-top: auto;
  padding: 0;
  background: #deb887;
}
.topics-info .more-btn a {
  display: block;
  padding: 0.5rem 1.25rem;
  color: #fff;
}
.more-list-btn {
  width: 11rem;
  margin: 1rem auto;
  text-align: center;
  background: #deb887;
}
.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%;
  padding: 1rem 0;
  justify-content: space-between;
}
.staff-info {
  width: 48%;
  text-align: center;
}
.staff-image {
  width: 100%;
}
.staff-image a {
  width: 100%;
  display: block;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.staff-info ul {
  padding: 0.5rem 0;
}
.staff-info ul li {
  padding: 0.5rem 0;
  color: #fff;
}
.staff-info ul li i {
  margin-right: 0.25rem;
}
.staff-info ul li + li {
  border-top: 1px solid #fff;
}

/*--------------------
Schedule
--------------------*/

.schedule-box {
  width: 100%;
}
.schedule-box ul {
  justify-content: space-between;
}
.schedule-box li {
  width: 31%;
  padding: 0.5rem 0;
  text-align: center;
}
.schedule-box li:nth-child(1) {
  width: 100%;
}
.schedule-box a {
  display: block;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: #fff;
  background: rgba(222, 184, 135, 0.5);
}
.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;
}

/*--------------------
Profile
--------------------*/

.prof-image-wrap {
  width: 100%;
  padding: 1rem;
}
#profSlider {
  width: 100%;
}
#profSlider .swiper-slide {
  width: 100%;
  padding-top: calc(4/3*100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#thumbSlider {
  width: 100%;
  margin-top: 0.5rem;
}
#thumbSlider .swiper-slide {
  width: 33.333%;
  padding-top: calc(4/3*33.333%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#thumbSlider .swiper-slide.swiper-slide-prev:before,
#thumbSlider .swiper-slide.swiper-slide-next:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
.prof-detail-wrap {
  width: 100%;
  padding: 1rem;
}
.staff-name {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #deb887;
}
.prof-detail-wrap li {
  width: 100%;
  padding: 0.5rem 0;
  border-bottom: 1px solid #deb887;
}
.prof-detail-wrap li span {
  padding-left: 1rem;
}
.shop-cmt {
  padding: 0.5rem 0;
}
.shop-cmt + div {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #deb887;
}
.weekly-ttl {
  padding: 0.5rem 0;
}
.sch-date {
  width: 40%;
}
.sch-date dt {
  width: 100%;
  padding: 0.25rem 0.5rem;
  text-align: center;
  background: #deb887;
  border: 1px solid #deb887;
  color: #fff;
}
.sch-date dt + dt {
  border-top: none;
}
.sch-date dt.sun {
  color: #f44336;
}
.sch-date dt.sat {
  color: #2196f3;
}
.sch-work {
  width: 60%;
}
.sch-work dd {
  width: 100%;
  padding: 0.25rem 0.5rem;
  text-align: center;
  border: 1px solid #deb887;
  border-left: none;
}
.sch-work dd + dd {
  border-top: none;
}
.hback-btn {
  width: 100%;
  text-align: center;
}
.hback-btn a {
  display: inline-block;
  padding: 0.5rem 2rem;
  margin-top: 1rem;
  background: #deb887;
  color: #fff;
}
.hback-btn a i {
  padding-right: 0.5rem;
}

/*--------------------
System
--------------------*/

.system-box {
  width: 100%;
  padding: 1rem;
  background: rgba(255,255,255,0.8);
}
.system-box h3 {
  padding: 1rem 0;
}
.system-box h3 + p {
  padding-bottom: 1rem;
}
.price-list {
  width: 100%;
  padding: 1rem;
  background: rgba(255,255,255,0.8);
}
.price-list li {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border: 1px dashed #ccc;
}
.notes .system-ttl {
  font-weight: 600;
  padding: 1rem 0;
}

/*--------------------
Topics
--------------------*/

.topics-container {
  width: 100%;
  padding: 1rem;
}
.topcs-update {
  width: 100%;
  padding: 0.5rem 0;
}
.topics-container h3 {
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #deb887;
}
.topics-detail-iamge {
  width: 100%;
  padding-top: calc(4/3*100%);
  margin-top: 1rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.topics-detail-text {
  width: 100%;
  padding: 1rem 0;
}

/*--------------------
Access
--------------------*/

.access-box {
   padding: 1rem;
   background: #fff;
}
.access-box .access-ttl {
  font-weight: 600;
}
.access-box iframe {
  padding-top: 1rem;
}

/*--------------------
Recruit
--------------------*/

.rec-visual {
  width: 100%;
  padding-top: calc(1/2*100%);
  background: url("../img/rec-visual.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.rec-visual h3 {
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #666;
  mix-blend-mode: difference;
  font-size: 2rem;
}
.rec-intro {
  padding: 1rem 1rem 0;
}
.recruit-box {
  width: 100%;
  padding: 1rem 0;
}
.rec-wrap {
  width: 100%;
}
.rec-img {
  width: 100%;
  overflow: hidden;
	position: relative;
}
.rec-inner-img {
	display: block;
	opacity: 0;
	position: relative;
	transition: all 0.5s 0.5s ease;
	z-index: 0;
}
.rec-img img {
  width: 100%;
}
.rec-img:before {
	background: #deb887;
	content: "";
	display: block;
  width: 100%;
  height: 100%;
	position: absolute;
	transform: translateX(-101%);
	transition:all 0.8s 0.3s ease;
	z-index: 1;
}
.rec-img.active img {
	opacity: 1;
}
.rec-img.active:before {
	transform: translateX(110%);
}
.rec-ttl {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: 600;
  mix-blend-mode: difference;
  text-align: center;
}
.rec-info {
  width: 100%;
  padding: 1rem;
}
.rec-info-ttl {
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.rec-info-ttl:before {
  width: 100%;
	height: 100%;
  display: block;
  content: "";
  background: #deb887;
	position: absolute;
  top: 0;
	transform: translateX(-100%);
	transition: all 0.8s 0s ease;
	z-index: 1;
}
.rec-info-ttl-inner {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
  opacity: 0;
  transition: all 0.8s 0.3s ease;
}
.rec-info-text {
  position: relative;
  left: -50px;
	opacity: 0;
	transition: all 0.5s 0.5s ease;
}
.rec-info.active .rec-info-ttl:before {
	transform: translateX(110%);
}
.rec-info.active .rec-info-ttl-inner {
	opacity: 1;
}
.rec-info.active .rec-info-text {
	left: 0;
	opacity: 1;
}
.obo-wrap {
  width: 100%;
  justify-content: center;
}
.obo-ttl {
  width: 100%;
  padding-top: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.obo-line,
.obo-tel {
  margin: 1rem 0.5rem;
  border-radius: 0.25rem;
  flex: 1;
}
.obo-line {
  background: #a3d357;
}
.obo-tel {
  background: #333;
}
.obo-line a,
.obo-tel a {
  display: block;
  padding: 0.5rem;
  text-align: center;
  color: #fff;
}
.obo-line a i,
.obo-tel a i {
  margin-right: 0.5rem;
}

/*--------------------
Reserve
--------------------*/

.reserve-box {
  width: 100%;
}
.reserve-intro {
  width: 100%;
  padding: 1rem;
}
.reserve-tel {
  width: 100%;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
.form-wrap {
  width: 100%;
  padding: 1rem;
  background: #fffafa;
}
.form-wrap input,
.form-wrap textarea,
.form-wrap label {
  display: block;
}
.form-wrap input,
.form-wrap select {
  height: 2.75rem;
}
.form-wrap input,
.form-wrap select,
.form-wrap textarea {
  width: 100%;
  padding: 0.5rem 0.5rem;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #deb887;
}
.form-wrap input:focus,
.form-wrap select:focus,
.form-wrap textarea:focus {
  outline: none;
}
.form-wrap form > div {
  padding: 1rem 0;
}
.form-wrap form > div > label {
  margin-bottom: 0.5rem;
}
#sch-picker {
  position: relative;
}
img.ui-datepicker-trigger {
  width: 2.5rem;
  position: absolute;
  bottom: 1.125rem;
  right: 0.25rem;
}
.form-wrap select {
  background: url("../img/select-arrow.svg");
  background-size: 2.5rem;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.radio-box {
  justify-content: space-between;
}
.form-wrap input[type="radio"] {
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  border: 0;
}
.form-wrap input[type="radio"] + label {
  padding-left: 1.25rem;
  position: relative;
}
.form-wrap input[type="radio"] + label:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #deb887;
  border-radius: 50%;
}
.form-wrap input[type="radio"]:checked + label:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0.25rem;
  transform: translateY(-50%);
  background: #deb887;
  border: 1px solid #deb887;
  border-radius: 50%;
}
.check-box {
  width: 100%;
  justify-content: center;
  position: relative;
}
.form-wrap input[type="checkbox"] {
  width: 0;
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}
.form-wrap form > div > input[type="checkbox"] + label {
  margin: 0;
}
.form-wrap input[type="checkbox"] + label {
  padding-left: 1.25rem;
  position: relative;
}
.form-wrap input[type="checkbox"] + label:before {
  width: 1rem;
  height: 1rem;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #deb887;
  border-radius: 2px;
}
.form-wrap input[type="checkbox"]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.125rem;
  left: 0.25rem;
  width: 0.65rem;
  height: 1rem;
  transform: rotate(40deg);
  border-bottom: 3px solid #deb887;
  border-right: 3px solid #deb887;
}
.form-wrap form > .conf-list {
  justify-content: flex-start;
  border-bottom: 1px dotted #deb887;
}
.form-wrap button {
  display: block;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  background: #deb887;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  transition: ease 0.3s;
}
.form-wrap button[disabled] {
  background: #ccc;
  color: #e0e0e0;
}
.comp-btn {
  text-align: center;
}
.comp-btn a {
  display: inline-block;
  padding: 0.5rem 2rem;
  margin: 1rem auto;
  background: #deb887;
  color: #fff;
}
.submit-btn {
  text-align: center;
}
.submit-btn input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #deb887;
  color: #fff;
  border: none;
}
.comp-box p {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 801px) {

  /*--------------------
  PC Common
  --------------------*/

  footer {
    padding: 0;
  }
  .content-ttl {
    padding: 2rem 0;
  }
  .content-box {
    width: 980px;
    max-width: 100%;
    padding: 2rem 1rem;
    margin: auto;
  }
  .info-recruit,
  .info-social,
  .info-mailmaga {
    width: 32%;
  }
  .info-recruit {
    margin-bottom: 0;
  }
  .foot-rec-btn a,
  .foot-soc-btn a,
  .foot-mail-btn a {
    font-size: 1rem;
  }
  .foot-nav ul {
    justify-content: center;
  }
  .foot-nav li {
    padding: 0 1rem;
  }
  .foot-credit {
    width: 100%;
    padding: 2rem 0;
    background: #faf0e6;
  }
  .credit-box {
    width: 980px;
    max-width: 100%;
    margin: auto;
  }
  .credit-box > div {
    width: auto;
    padding: 0.5rem;
  }
  .sp-none {
    display: block;
  }
  .sp-foot {
    display: none;
  }

  /*--------------------
  PC Navimenu
  --------------------*/

  #navi-menu {
    width: 980px;
    max-width: 100%;
    margin: auto;
  }
  #nav-toggle,
  .navimask {
    display: none;
  }
  #navi-menu nav {
    width: auto;
    height: auto;
    position: static;
    padding: 0;
    background: transparent;
  }
  #navi-menu nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #navi-menu nav ul li a {
    padding: 0 0.5rem;
  }

  /*--------------------
  PC Top
  --------------------*/
  .mainvisual {
    padding-top: calc(9/16*100%);
  }
  .flipText {
    font-size: 2rem;
  }

  #slider .swiper-slide {
    padding-top: calc(9/16*100%);
  }
  #slider .swiper-slide .slide-inner {
    width: 45%;
    font-size: 5rem;
  }
  #slider .swiper-slide .slide-inner p {
    font-size: 3rem;
  }
  .pick-twi-box {
    width: 980px;
    max-width: 100%;
    margin: auto;
    padding: 2rem 1rem;
  }
  .pick-wrap,
  .twitter-wrap {
    width: 50%;
    padding: 3rem;
    background: #fffafa;
  }
  .pick-image {
    padding: 1rem;
  }
  .twitter-content {
    padding: 1rem;
  }
  .topics {
    width: 48%;
    padding: 0;
  }
  .topics-image {
    width: 50%;
  }
  .topics-info {
    padding: 1rem;
  }
  .staff-info {
    width: 23%;
  }

  /*--------------------
  PC Schedule
  --------------------*/

  .schedule-box li {
    width: 13%;
  }
  .schedule-box li:nth-child(1) {
    width: 13%;
  }

  /*--------------------
  PC Profile
  --------------------*/

  .prof-container {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
  }
  .prof-image-wrap {
    width: 45%;
  }
  .prof-detail-wrap {
    width: 55%;
  }

  /*--------------------
  PC System
  --------------------*/

  .price-list li {
    padding: 1rem;
  }

  /*--------------------
  PC Topics
  --------------------*/

  .topics-detail-iamge {
    width: 30%;
    padding-top: calc(4/3*30%);
  }
  .topics-detail-text {
    width: 70%;
    padding: 1rem;
  }

  /*--------------------
  PC Recruit
  --------------------*/

  .rec-wrap {
    padding: 4rem 0;
  }
  .rec-wrap:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .rec-info {
    width: 60%;
    padding: 2rem;
    display: flex;
    text-align: left;
  }
  .rec-info-ttl:before {
    transition: all 0.8s 0.5s ease;
  }
  .rec-info-ttl-inner {
    transition: all 0.8s 0.5s ease;
  }
  .obo-line,
  .obo-tel {
    margin: 1rem;
  }
  .obo-line a,
  .obo-tel a {
    padding: 1rem;
  }
  .rec-img {
    width: 40%;
  }

  /*--------------------
  PC Reserve
  --------------------*/

  .reserve-intro {
    padding: 0 1rem 1rem;
    display: flex;
    justify-content: center;
  }
  .form-wrap {
    padding: 1rem 2rem;
  }
  .form-wrap form > div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .form-wrap form > div > label {
    width: 45%;
    margin-bottom: 0;
  }
  .form-wrap form > div > input,
  .form-wrap form > div > textarea,
  .course-select {
    width: 55%;
  }
  .radio-box {
    width: 55%;
  }
  .form-wrap form > .check-box {
    width: auto;
    justify-content: center;
  }
  .form-wrap form > div > input[type="checkbox"] + label {
    width: auto;
  }
  .form-wrap form > .submit-btn {
    justify-content: center;
  }
}

@media screen and (min-width: 1366px) {
  #slider .swiper-slide {
    padding-top: calc(9/16*100% - 12rem);
  }
}

/*--------------------
Loader
--------------------*/

.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;
}
