@charset "UTF-8";

* {
  box-sizing: border-box;
}
html {
  font-size: 10px;
}
body {
  margin: 0 0 50px;
  font-size: 1.6rem;
  /* font-family: '-apple-system','BlinkMacSystemFont','Hiragino Sans','Hiragino Kaku Gothic ProN',"segoe ui",'游ゴシック  Medium','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif; */
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

.container {
  width: 92%;/*vwは縦スクロールバー込の幅が基準なので、抜きの%にする */
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.container-md {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.container-sm {
  width: 92%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.container-xs {
  width: 92%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 12px;
  }
  .pc-col-2 {
    display: flex;
    justify-content: space-between;
  }
  .pc-col-2 .pc-col-2-item {
    flex: 0 0 46%;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width:768px) {
  margin-bottom: 0;
}
@media screen and (min-width:960px) {
  html {
    font-size: 14px;
  }
}
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

a {
  color: inherit;
}
a:any-link {
  color: inherit;
}
img {
  max-width: 100%;
}

.catch {
  background: url(../img/main-bg.jpg) top center;
  background-size: cover;
  height: 162vw;
}
.main-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
/* header {
  background-color: #fff;
  padding: 7vw 0;
  position: absolute;
  top: 0;
  left: 4vw;
  z-index: 20;
  width: 51.2vw;
  box-shadow: 0px 0px 6px rgba(0,0,0,.15);
  text-align: center;
  font-size: 3.73vw;
} */
header {
  background-color: #fff;
  padding: 7vw 0;
  position: absolute;
  top: 0;
  left: 4vw;
  z-index: 20;
  width: 51.2vw;
  box-shadow: 0px 0px 6px rgba(0,0,0,.15);
  text-align: center;
  font-size: 3.73vw;
}
header .logo img {
  width: 50%;
  margin-bottom: 4vw;
}
header .tel {
  font-family: adobe-jenson-pro, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .2em;
  margin-bottom: 3vw;
}
header .tel a {
  text-decoration: none;
}

header .tel a img {
  vertical-align: middle;
  width: 20%;
}

header .opentime {
  display: inline-block;
  width: 64%;
  font-size: .8em;
}
header .opentime dl {
  display: flex;
  justify-content: start;
  margin: .3em 0;
  align-items: center;
}
header .opentime dt {
  background:#F2EFE7;
  flex: 0 0 5em;
  font-size: .8em;
}
header .opentime dd {
  flex: 1 0 auto;
  margin-left: .5em;
  text-align: left;
}
.main-visual .bgparts {
  position: absolute;
  z-index: 1;
}
.main-visual .bgparts img {
  display: block;
}
.main-visual .bgparts.parts01 {
  top: 0;
  left: -10vw;
  width: 103.7vw;
}
.main-visual .bgparts.parts02 {
  bottom: 0;
  left: -10vw;
  width: 75.7vw;
}
.main-visual .main-photo {
  position: absolute;
  background: url(../img/frame.png) center center no-repeat;
  background-size: contain;
  box-shadow: 0px 3px 6px rgba(0,0,0,.3);
  height: 64vw;
  width: 64vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-visual .main-photo img {
  width: 64%;
  display: block;
}
.main-visual .main-photo.photo1 {
  top: 40vw;
  right: 4vw;
  z-index: 3;
}
.main-visual .main-photo.photo2 {
  top: 90vw;
  left: 4vw;
  z-index: 2;
  width: 54vw;
  height: 54vw;
}
.main-visual .copy {
  position: absolute;
  text-align: right;
  bottom: 6vw;
  right: 4vw;
  z-index: 3;
  width: 64vw;
  background: rgba(0,0,0,0.4);
  padding: 6vw 3vw 4vw 3vw;

}
@media screen and (min-width: 768px) {
  .catch {
    height: 100vw;
  }
  .main-wrap {
    width: 90%;
    max-width: 1280px;
  }
  header {
    padding: 5vw 0;
    width: 32vw;
    font-size: 1.6rem;
    left: 0;
  }
  header .logo img {
    width: 50%;
    margin-bottom: 5vw;
  }
  header .tel{
    margin-bottom: .8em;
  }
  header .opentime dl {
    margin: .3em 0;
  }
  /*
  header .opentime {
    width: 64%;
    font-size: .8em;
  }

  header .opentime dt {
    flex: 0 0 4.4em;
    font-size: .8em;
  }
  header .opentime dd {
    flex: 1 0 auto;
    margin-left: .5em;
    text-align: left;
  }
  */
  .main-visual .bgparts.parts01 {
    left: -6vw;
    width: 80vw;
  }
  .main-visual .bgparts.parts02 {
    left: -8vw;
    width: 54vw;
  }
  .main-visual .main-photo.photo1 {
    height: 54vw;
    width: 54vw;
    top: 4vw;
    right: 0;
  }
  .main-visual .main-photo.photo2 {
    top: 44vw;
    right: 40vw ;
    left: auto;
    width: 45vw;
    height: 45vw;
  }
  .main-visual .copy {
    position: absolute;
    text-align: right;
    bottom: 6vw;
    right: 0;
    width: 50vw;
    padding: 6vw 3vw 6vw 3vw;
  }
}
@media screen and (min-width: 960px) {
  .catch {
    height: 890px;
  }
  header {
    padding: 64px 0;
    left: 0;
    width: 300px;
    box-shadow: 0px 0px 6px rgba(0,0,0,.15);
    text-align: center;
    font-size: 1.6rem;
  }
  header .logo img {
    width: 50%;
    margin-bottom: 40px;
  }
  header .tel {
    font-family: adobe-jenson-pro, serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .2em;
  }
  header .opentime {
    width: 64%;
    font-size: .8em;
  }
  header .opentime dl {
    margin-bottom: .3em;
  }
  header .opentime dt {
    flex: 0 0 4.4em;
    font-size: .8em;
  }
  header .opentime dd {
    flex: 1 0 auto;
    margin-left: .5em;
    text-align: left;
  }
  .main-visual .bgparts.parts01 {
    top: 0;
    width: 680px;
  }
  .main-visual .bgparts.parts02 {
    bottom: 0;
    width: 510px;
  }
  .main-visual .main-photo {
    height: 400px;
    width: 400px;
  }
  .main-visual .main-photo.photo1 {
    height: 480px;
    width: 480px;
    top: 40px;
    right: 0;
  }
  .main-visual .main-photo.photo2 {
    top: 370px;
    right: 450px;
    left: auto;
    width: 480px;
    height: 480px;
  }
  .main-visual .copy {
    position: absolute;
    text-align: right;
    bottom: 24px;
    right: 0;
    width: 500px;
    padding: 40px 30px 30px 30px;
  }
}


.secbox {
  padding: 5.6rem 0;
}
.ttl {
  background: url(../img/icon-salon.svg) top center no-repeat;
  background-size: 3.2rem auto;
  padding: 5.6rem 0;
  font-size: 2rem;
  font-family: adobe-jenson-pro, 'Yu Gothic', '游ゴシック';
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  text-align: center;
  margin: 0;
}
.ttl.white {
  background-image: url(../img/icon-salon-w.svg) ;
  color: #fff;
}
.ttl small {
  font-size: 1.3rem;
  display: block;
}
.subttl {
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
}
.menuttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: normal;
}
.ttlround {
  font-size: inherit;
  margin: 0;
}
.ttlround::before {
  content: '●';
}
.li-hyphen {
  list-style-type: none;
  padding-left: 1em;
  margin: 0;
}
.li-hyphen li {
  text-indent: -0.8em;
}
.li-hyphen li:before {
  content: '- ';
}
.li-kome {
  list-style-type: none;
  padding-left: 1em;
  margin: 0;
}
.li-kome li {
  text-indent: -1em;
} 
.li-kome li:before {
  content: '※';
}
/* ニュース */
.news-container {
  overflow: visible scroll;
  height: 420px;
}
.secbox.news {
  background-color: #FAF9F6;
}
.secbox.news dl {
  position: relative;
}
.secbox.news dl {
  margin-top: 1.6em;
}
.secbox.news dl dt {
  position: absolute;
  top: -.8em;
  left: -.4em;
  border: 1px solid;
  padding: 0 1em;
  font-size: .8em;
  font-family: adobe-jenson-pro, 'Yu Gothic', '游ゴシック';
  font-weight: 400;
  font-style: normal;
}
.secbox.news dl dd {
  background-color: #fff;
  margin: 0;
  padding: 1em;
}

.secbox.news dl dd .toggle {
  display: none;
}
.secbox.news dl dd .title,
.secbox.news dl dd .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.secbox.news dl dd .title {
  display: block;
  font-weight: bold;
  /* text-decoration: underline; */
  padding-right: 1em;
}
.secbox.news dl dd label.title::after,
.secbox.news dl dd label.title::before {
  content: "";
  position: absolute;
  right: .5em;
  top: .5em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
}
.secbox.news dl dd label.title::after {
  transform: rotate(90deg);
}
.secbox.news dl dd .content {
  max-height: 0;
  overflow: hidden;
  font-size: 1em;
}
.secbox.news dl dd .toggle:checked + .title + .content {
  max-height: 5000px;
  transition: all 1.5s;
}
.secbox.news dl dd .toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

@media screen and (min-width: 768px) {
  .secbox.news dl dd {
    padding: 1em 3em;
  }
}

.contact {
  background-color: #F8F7FA;
  padding: 4% 8%;
  text-align: center;
  margin-bottom: 4rem;
}
a.contact-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color:#330057;
  font-family: adobe-jenson-pro;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: .2em;
  text-decoration: none;
  width: 72%;
  max-width: 360px;
  /* margin: 0 auto; */
  height: 3.6em;
  margin-bottom: .8em;
}
a.contact-btn img {
  vertical-align: top;
  width: 1.8em;
  margin-right: 0.8em;
}
.calendar-wrap {
  margin-bottom: 56px;
}
.calendar-note {
  background: #f5f5f5;
  padding: 1.6em;
  font-size: .8em;
}
.calendar-note_flex {
  margin: 0 0 1.6em;
  display: flex;
  column-gap: 1em;
}
.calendar-note .img {
  flex: 0 0 90px;
}
.calendar-note .desc {
  flex: 0 1 auto;
}
.open-color {
  color: #ff9090;
  opacity: .5;
}
/* 予約状況・定休日カレンダー 共通 */
.fc-toolbar .fc-left h2 {
  font-size: 1.6rem;
  margin-top: .4em;
}
/* 予約状況 */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 1.4em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 0;
}
.fc-event {
  border-color: #fff;
  font-size: 1.15rem;
}
.fc-content {
  word-break: break-all;
}
th.fc-day-header, .fc-time {
  font-size: 0.8em;
}
/* 定休日カレンダー */
.fc-basic-view .fc-body .fc-row {
  min-height: 1em;
}
.fc-time-grid-event .fc-content {
  letter-spacing: 0;
}
.fc-time-grid-event .fc-time span {
  font-size: .9em;
  opacity: .8;
}
/* メニュー */
.secbox.menu {
  background: url(../img/bg-menu.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.menu-taxnote {
  text-align:center;
  font-size: .9em;
  letter-spacing: .1em;
  margin-bottom: 2em;
}
.table-menu {
  width: 100%;
  line-height: 1;
  table-layout: fixed;
}
.table-menu tr.pricepattern td {
  padding-top: 0;
}
.table-menu tr.pricepattern td.name {
  font-size: .8em;
}
.table-menu tr.pricepattern td.name small{
  font-size: .72em;
}
.table-menu tr.pricenote td{
  padding-top: 0;
}
.table-menu tr.pricenote ul{
  font-size: 0.7em;
  line-height: 1.2;
}
.table-menu tr.pricenote ul li{
  margin-bottom: .8em;
}
.table-menu tr .cancel{
  position: relative;
  color: #aaa;
}
.table-menu tr .cancel{
  /* position: relative; */
    color: #aaa;
    font-size: .6em;
}
/* .table-menu tr .cancel::before,
.table-menu tr .cancel::after {
  position: absolute;
  content: "";
  display: block;
  transform: rotate(0);
  background-color: #aaa;
  width: 100%;
  height: 1px;
  left: 0;
}
.table-menu tr .cancel::before {
  top: 55%;
}
.table-menu tr .cancel::after {
  top: 42%;
} */
.table-menu td {
  padding: .6em 0;
}
.table-menu td.desc-btn {
  width: 1.6em;
}
.table-menu td.name {
  display: flex;
  align-items: center;
}
.table-menu td.name:after {
  border-top: 1px dashed;
  content: "";
  display: inline; /* for IE */
  flex-grow: 1;
  margin-left: .5em;
}
.table-menu td.name.nodash {
  display: table-cell;
}
.table-menu td.name.nodash:after {
  content: none;
}
.table-menu td.name small {
  font-size: .64em;
}
.table-menu td.price {
  text-align: right;
  width: 9.3em;
}
.table-menu td.price.more {
  padding-right: 0;
}
.familydiscount {
  text-align: center;
  margin-top: 3em;
}
.table-menu-notice {
  text-align: right;
  padding-right: 1em;
  margin: 0 0 2em;
}
.secbox.access .googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  margin-bottom: 2.4em;
}
@media screen and (min-width: 768px) {
  .secbox.access .googlemap {
    padding-bottom: 60%;
  }
}
/* スタッフ */
.secbox.staff .staff-lead {
  margin-bottom: 36px;
}
.secbox.staff .ls-staff {
  padding-left: 0;
  margin-bottom: 2.4em;
}
.secbox.staff .ls-staff li {
  display: flex;
  align-items: center;
}
.secbox.staff .ls-staff .staff-photo {
  flex: 0 0 50%;
  margin-right: 5%;
}
.secbox.staff .ls-staff .staff-info .position {
  font-size: .64em;
}
.secbox.staff .ls-staff .staff-info .name {
  font-size: 1.6em;
  line-height: 1;
}
.secbox.staff .ls-staff .staff-info .name-en {
  font-size: .8em;
  font-family: adobe-jenson-pro, serif;
}
.secbox.staff .ls-staff .staff-info .profile-btn {
  background-color: #330057;
  color: #fff;
  padding: 0 1em;
  text-decoration: none;
  font-size: .8em;
}
/* お客様の声 */
.voice {
  overflow: hidden;
  width: 100%;
}
.voice .swiper-container {
  margin: 0 -.5em;
  position: relative;
}
.voice .swiper-wrapper {
  top: 22px;
}
.voice .swiper-container-horizontal>.swiper-pagination-bullets {
  top: 0;
  bottom: auto;
}
.voice .swiper-slide {
  padding: .5em;
  max-width: 520px;
  width: 82%;
}
.voice .qanda{
  padding: 3em 10%;
  box-shadow: 0px 3px 10px rgba(0,0,0,.1);
  margin: 0 0 2em;
  counter-reset: cntqanda;/* 'section' という名前のカウンターを設定し、 0 で初期化する。 */
}
.voice .qanda dt {
  font-size: 0.86em;
  position: relative;
}
.voice .qanda dd {
  margin: 0.4em 0 1.6em;
}
.voice .qanda dt::before {
  counter-increment: cntqanda;
  content: counter(cntqanda) ' ';
  display: inline-block;
  border: 1px solid #666;
  border-radius: 50%;
  position: absolute;
  left: -1.8em;
  top: 0.1em;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3;
  text-align: center;
  font-size: .9em;
}
.voice .qanda .history {
  margin: 2em 0 0;
  font-size: .8em;
  color: #999;
  text-align: right;
}
.voice .swiper-button-next::after, .swiper-button-prev::after {
  font-size: 24px;
  color: #330057;
}
.voice .swiper-button-prev,
.voice .swiper-button-next {
  background-color: #fff;
}
.voice .swiper-pagination-bullet-active {
  background-color: #330057;
}


.secbox.access .googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.secbox.access .text {
  margin-bottom: 1.6em;
}




.snslist {
  display: flex;
  justify-content: center;
  margin-bottom: 4rem;
}
.snslist a {
  font-size: 0;
  width: 4.4rem;
  margin: 0px 1.3rem;
  display: block;
  text-decoration: none;
}
.snslist img {
  width: 100%;
}
.instaphoto {
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
.instagram {
  padding-left: 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.instagram li {
  list-style: none;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-right: 2%;
}
.instagram li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.instagram li img {
  max-width: 100%;
  max-height: 100px;
}



#twitter {
  border: 1px solid #327cd8;
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  cursor: default;
}
.bottomcontact {
  background: #f1f1f1;
  padding: 1em 0;
}

.copyright {
  text-align: center;
  padding-bottom: 1em;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.footerbar {
  background-color: #fff;
  box-shadow: 0 -3px 6px rgba(0,0,0,.08);
  transition: all .2s ease-in-out;
  transform: translateY(100%);
}
.footerbar.disp {
  transform: translateY(0);
}
.footerbar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
.footerbar-wrap .btn-reserve,
.footerbar-wrap .btn-footernav {
  width: 50px;
  height: 100%;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}
.footerbar-wrap .logo img {
  width: 64px;
  display: block;
}
.footerbar-wrap .btn-reserve {
  background-color: #330057;
  color: #fff;
}
.footerbar-wrap .btn-reserve img {
  width: 22px;
  margin: 8px auto 4px;
  display: block;
}
.footerbar-wrap .btn-footernav {
  background-color: #FAF9F6;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
nav {
  position: fixed;
  bottom: 50px;
  width: 100%;
  z-index: 99;
  transform: translateY(200%);
  transition: all 0.3s ease-out;
}
nav.disp {
  transform: translateY(100%);
}

nav.spnav-open {
  transform: translateY(0);
}
nav .logo {
  display: none;
}
.globalnav {
  /* background: #FAF9F6; */
  background: url(../img/nav-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  border-top: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}
.globalnav li {
  flex: 1 0 50%;
  border-bottom: 1px solid #000;
}
.globalnav li:nth-child(2n+1) {
  border-right: 1px solid #000;
}
.globalnav li a {
  display: block;
  padding: 1em;
  text-decoration: none;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 26px;
  height: 20px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
/*  START .menu-trigger animation */
.menu-trigger span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(8.5px) rotate(45deg);
  }
  50% {
    transform: translateY(8.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-8.5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-8.5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8.5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(8.5px) rotate(0);
  }
  100% {
    transform: translateY(8.5px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8.5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8.5px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8.5px) rotate(0);
  }
  100% {
    transform: translateY(-8.5px) rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  nav {
    bottom: auto;
    top: 0;
    transform: translateY(-100%);
  }
  nav.disp {
    transform: translateY(0);
  }
  nav .logo {
    display: block;
    margin-right: auto;
  }
  .globalnav {
    background: #fff;
    color: #000;
    align-items: center;
    border: none;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
  }
  .globalnav li {
    flex: 0 1 auto;
    border: none;
  }
  .globalnav li:nth-child(2n+1) {
    border-right: none;
  }
  .globalnav li a {
    padding: 1em 0.8em;
    font-size: 1.3rem;
  }
  .globalnav .logo a {
    padding: 0.8em 1.6em;
  }
  .globalnav .logo img {
    width: 6.4rem;
  }
  .footerbar {
    display: none;
  }
}
/*  END .menu-trigger animation */

input.form-control {
  font-size: 16px;
}

.xdsoft_datetimepicker {
  left: auto!important;
  right: auto!important;
}

/* modal */

.mfp-bg {
  /* background: #fff;
  opacity: 0.95; */
}
.mfp-content {
  background: #fff;
  padding: 30px;
  max-width: 720px;
}


@media screen and (min-width: 768px) {
}

/*
* 管理画面
*/
.ctrl-header {
  background-color: #9ab;
}
.ctrl-header h1 {
  margin: .4em 1em;
}
.ctrl-header h1 img {
  width: 7.2rem;
  display: block;
}
.ctrl-header .flex {
  display: flex;
  justify-content: space-between;
}
.ctrl-header-wrap {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.ctrl-header-gnav {
  display: block;
  width: 60px;
  text-align: center;
  text-decoration: none;
  padding-top: 1rem;
  background-color: rgba(255,255,255,.1);
  margin: 1px;
}
.ctrl-header-gnav i {
  font-size: 2.4rem;
}
.ctrl-header-gnav span {
  font-size: 1rem;
}
.ctrl-header-gnav.homelink {
  margin-left: auto;
}
.ctrl-header-title {
  background: #5e7688;
  color: #fff;
  margin-bottom: 1em;
}
.ctrl-main .eventbtnarea button {
  padding: 1em .5em;
  margin: .5em 0;
}
.ctrl-main .eventbtnarea {
  padding: 1em;
  background: #f5f5f5;
  margin: 1em 0;
}
.ctrl-main .eventbtnarea h2 {
  font-size: .9em;
  margin: 0;
}