@charset "UTF-8";

/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* Firefox 40+ */
}

audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */
}

b,
strong {
  font-weight: bolder;
  /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  /* Firefox 4+ */
  padding: 0;
  /* Firefox 4+ */
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
  /* Firefox 4+ */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+, Windows Phone 8.1+ */
}

hr {
  overflow: visible;
  /* Internet Explorer 11-, Edge 12+ */
}

input {
  -webkit-border-radius: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */
}

input[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */
}

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto;
  /* Internet Explorer 11- */
}

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */
}

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none;
  /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0;
}

/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0;
}

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/* specify the standard appearance of selects */
select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */
}

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor;
}

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat;
}

/* specify the root styles of the document */
:root {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 62.5%/1.5 sans-serif;
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the font size of small elements */
small {
  font-size: 75%;
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

.center {
  text-align: center;
}

.mb20 {
  margin-bottom: 20px;
}

.mb37 {
  margin-bottom: 37px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb42 {
  margin-bottom: 42px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb110 {
  margin-bottom: 110px;
}

.mb114 {
  margin-bottom: 114px;
}

.ml20 {
  margin-left: 20px;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fz12 {
  font-size: 1.2rem;
}

.fz14 {
  font-size: 1.4rem;
}

.fz16 {
  font-size: 1.6rem;
}

html {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

td .app {
  font-size: 13px;
}

th.center,
td.center,
th.center td {
  text-align: center;
}

tr.top,
td.top,
tr.top td,
th.top,
th.top td {
  vertical-align: top;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

:root {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}

@media screen and (max-width: 768px) {
  :root {
    font-size: 62.5%;
  }

  :root .pc-only {
    display: none;
  }

  :root .sp-only {
    display: block;
  }

  :root body.is-sp .pc-only {
    display: none;
  }

  :root body.is-sp .sp-only {
    display: block;
  }
}

:root body .pc-only {
  display: block;
}

:root body .sp-only {
  display: none;
}

:root html {
  font-size: 62.5%;
}

:root body {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #101010;
  margin: 0;
}

@font-face {
  :root {
    font-family: "MyYuGothicM";
    font-weight: normal;
    src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  }
}

@font-face {
  :root {
    font-family: "MyYuGothicM";
    font-weight: bold;
    src: local("YuGothic-Bold"), local("Yu Gothic");
  }
}

:root *,
:root *:before,
:root *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root a {
  color: #2398ea;
  text-decoration: none;
}

:root a:hover img {
  opacity: 0.8;
}

:root a:hover {
  text-decoration: underline;
}

:root .link-contents a:hover img,
:root .gheader__logo a:hover img,
:root .gheader__logo_fixed a:hover img,
:root page-top a:hover img {
  opacity: 1;
}

:root .clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.infoscript {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 10px;
  min-height: 50px;
  max-height: 220px;
  overflow: hidden;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

.hidden {
  display: none;
}

.loaded {
  display: block;
}

.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

footer {
  background: #333;
  background-size: cover;
  padding: 40px;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 10px 20px 40px;
  }
}

.footer-flex {
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .footer-flex {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer-flex p {
  color: #fff;
}

.footer-flex a {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .footer-flex a {
    font-size: 12px;
  }
}

.footer-flex a.tel {
  font-size: 40px;
}

.title {
  color: #444;
  font-size: 30px;
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}

.title:before,
.title:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #444;
  display: block;
}

.title:before {
  margin-right: 1.6em;
}

@media screen and (max-width: 768px) {
  .title:before {
    margin-right: 0.8em;
  }
}

.title:after {
  margin-left: 1.6em;
}

@media screen and (max-width: 768px) {
  .title:after {
    margin-left: 0.8em;
  }
}

.subtitle {
  color: #444;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 1.4px;
  text-align: center;
}

.subtitle .is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .subtitle {
    font-size: 20px;
  }

  .subtitle .is-sp {
  display: inline;
  }
}

.menu .hotpepper {
  color: #444;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1.4px;
  text-align: center;
  padding: 40px 40px;
}

a.btn {
  padding: 16px 20px;
  background: #000;
  max-width: 200px;
  margin: auto;
  margin-top: 40px;
  color: #fff;
  display: block;
}

@media screen and (max-width: 768px) {
  .contents-wrapper {
    padding-top: 50px;
  }
}

section {
  padding: 40px 40px;
}

@media screen and (max-width: 768px) {
  section {
    padding: 40px 20px;
  }
}

.main-nav {
  max-width: 1024px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  box-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-nav li {
  list-style: none;
  margin-right: 20px;
  margin-top: 30px;
  position: relative;
}

.main-nav li.gheader__logo {
  margin: auto;
  margin-top: 30px;
}

.main-nav img {
  width: 100%;
  height: auto;
}

.main-nav .right-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: auto;
}

.main-nav .right-navi li:last-child {
  margin-right: 0;
}

.under-nav {
  margin: auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: normal;
  -webkit-align-items: normal;
  -ms-flex-align: normal;
  align-items: normal;
  max-width: 800px;
}

.under-nav li a {
  display: block;
  position: relative;
}

.under-nav li a img {
  padding-bottom: 3px;
}

.under-nav li a:before {
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #000;
  position: absolute;
  display: block;
}

.under-nav li a:hover img {
  padding-bottom: 3px;
}

.under-nav li a:hover:before {
  width: 50%;
  border-bottom: 1px solid #000;
}

.under-nav li a:after {
  content: '';
  width: 0;
  right: 50%;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #000;
  position: absolute;
  display: block;
}

.under-nav li a:hover:after {
  width: 50%;
  border-bottom: 1px solid #000;
}

.under-nav li a.current {
  text-decoration: underline;
}

.under-nav li a.current img {
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}

.under-nav li p {
  color: #fff;
  font-size: 11px;
  text-align: center;
}

.under-nav li span img {
  opacity: 0.5;
}

.under-nav li img {
  width: 100%;
  height: auto;
}

.gnav .under-nav li a .new {
  background: url(../img/pc/new.png) 0 0 no-repeat;
  width: 35px;
  height: 16px;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
}

.sp-menu-inner li {
  position: relative;
}

.sp-menu-inner li a .sp-new {
  background: url(../img/sp/new.png) 0 0 no-repeat;
  width: 32px;
  height: 15px;
  position: absolute;
  top: 14px;
  left: 150px;
  margin: auto;
}

.infoscript {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .infoscript {
    font-size: 12px;
    min-height: 160px;
  }
}

.gnav-sns-tiles {
  width: 1024px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gnav-sns-tiles li {
  list-style: none;
}

.gnav-sns-tiles li:first-child {
  margin-top: -11px;
  margin-right: 148px;
}

.outline-contents {
  max-width: 1024px;
  margin: auto;
}

.gheader {
  width: 100%;
  position: relative;
  z-index: 100;
  height: 150px;
  background: #fff;
}

.gheader-inner {
  max-width: 1030px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .gheader-inner {
    display: none;
  }
}

.gheader__logo {
  display: inline;
}

.mv img {
  width: 100%;
}

.main-contents__inner {
  max-width: 1030px;
  margin: auto;
}

.action-theme img {
  margin: auto;
}

.bg100 img {
  width: 100%;
  min-width: 1280px;
}

.top-location-link {
  position: relative;
  top: -200px;
}

.top-access-link {
  position: relative;
  top: -480px;
}

.top-plan-link {
  position: relative;
  top: -740px;
}

.gnav-tiles {
  width: 1030px;
  margin: auto;
}

.title {
  margin-bottom: 40px;
}

.title img {
  margin: auto;
}

.page-top {
  text-align: center;
}

.page-top a {
  display: inline-block;
}

.page-top img {
  margin: 60px auto -20px;
}

.index .gheader.is-animation {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fuwatAnimet;
  animation-name: fuwatAnimet;
  height: 170px;
  background-color: #021839;
}

@-webkit-keyframes fuwatAnimet {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
  }
}

@keyframes fuwatAnimet {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.title a img {
  margin: 80px auto;
}

@media screen and (max-width: 768px) {
  :root body.is-sp .sp-only .logo-and-navi .logo img {
    margin: 8px 0 0 10px;
    display: inline-block;
    height: 50px;
    position: relative;
    z-index: 100;
  }
}

@media screen and (max-width: 420px) {
  :root body.is-sp .sp-only .logo-and-navi .logo img {
    margin: 8px 0 0 10px;
    display: inline-block;
    height: 40px;
    position: relative;
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    padding-top: 52px;
  }

  .sp-menu-inner span img {
    opacity: 0.5;
  }

  .title a img {
    margin: 20px auto 40px;
  }

  .main-contents__inner {
    width: 100%;
  }

  .is-animation {
    display: none;
  }

  header.sp-only {
    position: fixed;
    left: 0;
    top: 0;
    height: 62px;
    z-index: 1000;
    min-width: 320px;
    width: 100%;
    background: #fff;
  }

  header .menu-button {
    display: block;
    float: right;
  }

  :root body.is-sp header .menu-button .open .sp-only {
    display: block;
  }

  :root body.is-sp header .menu-button .close .sp-only {
    display: none;
  }

  :root body.is-sp.sp-open header .menu-button .open .sp-only {
    display: none;
  }

  :root body.is-sp.sp-open header .menu-button .close .sp-only {
    display: block;
  }

  header>.logo-and-navi>a.tel-button {
    display: block;
    float: right;
  }

  .logo img.sp-only {
    max-width: 60%;
  }

  .menu-button,
  .tel-button {
    margin-right: 2.5%;
    margin-top: 2.5%;
  }

  .sp-menu {
    display: none;
    height: 0px;
    overflow: hidden;
    margin-top: 4px;
    background: #fff;
    position: relative;
    z-index: 100;
  }

  .sp-open .sp-menu {
    display: block;
    background: #fff;
    height: 241px;
    margin-top: 4px;
    overflow: hidden;
    position: relative;
    z-index: 100;
    border-top: 1px solid #333;
  }

  .sp-menu-inner {
    margin-left: 1px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sp_line {
    margin: 30px 30px;
    padding-top: 30px;
    border-top: 1px solid #333;
  }

  .sp-menu-inner li {
    display: table;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #333;
  }

  .sp-menu-inner li a,
  .sp-menu-inner li span {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    text-align: left;
  }

  .sp-menu-inner li a {
    color: #333;
    padding-left: 10px;
    font-size: 16px;
  }

  .sp-menu-inner li a img,
  .sp-menu-inner li span img {
    margin-left: 20px;
  }
}

@media screen and (max-width: 420px) {
  header.sp-only {
    height: 52px;
  }

  .sp-open .sp-menu {
    margin-top: 4px;
  }
}

.bottomNavi {
  display: none;
}

@media screen and (max-width: 768px) {
  .bottomNavi.is-fixed {
    display: block;
    position: fixed;
    bottom: 0;
  }

  .bottomNaviFlex {
    display: -webkit-flex;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bottomNaviFlex li {
    width: 25%;
    border-right: 1px solid #fff;
  }

  .bottomNaviFlex li img {
    width: 100%;
  }

  .bottomNaviFlex li:last-child {
    border-right: 1px solid #01153b;
  }

  .bottomNaviFlex li:last-child img {
    width: 100%;
  }
}

.iframeBlock,
.iframeBody {
  height: 100%;
}

.new-frame iframe {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .new-frame iframe {
    min-height: 200px;
  }
}

#page-home .insta {
  max-width: 900px;
  margin: auto;
}

#page-home .main-mv img {
  width: 100%;
}

#page-home .info {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

#page-home .info a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #page-home .info {
    text-align: left;
    font-size: 13px;
  }
}

#page-home .collection-bg {
  text-align: center;
  padding: 40px;
}

#page-home .collection-bg img {
  max-width: 100%;
}

#page-home .top-flex2 {
  text-align: center;
}

#page-home .top-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#page-home .shop-list {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 4%;
  padding: 0 2.5%;
}

#page-home .shop-item {
  aspect-ratio: 367/212;
  width: 22%;
  height: auto;
}

#page-home .shop-item .shop-name {
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: min(calc(21 * (100vw / 1280)), 21px);
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: rgb(68, 68, 68);
  position: relative;

}

#page-home .shop-item .shop-name::before,
#page-home .shop-item .shop-name::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid rgb(68, 68, 68);
  position: absolute;
  transition: top 150ms ease,
  bottom 150ms ease,
  left 150ms ease,
  right 150ms ease;
}

#page-home .shop-item .shop-name::before {
  top: calc(-5 * (100vw / 1280));
  left: calc(-5 * (100vw / 1280));
}

#page-home .shop-item .shop-name::after {
  bottom: calc(-5 * (100vw / 1280));
  right: calc(-5 * (100vw / 1280));
}

#page-home .shop-item .shop-name:hover::before,
#page-home .shop-item .shop-name:hover::after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #page-home .top-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #page-home .shop-list {
    flex-direction: column;
    gap: 30px;
    padding: 0 30px;
  }

  #page-home .shop-item {
    width: min(100%, 367px);
    margin: auto;
  }

  #page-home .shop-item .shop-name {
    font-size: min(calc(20 * (100vw / 376)), 24px);
  }

  #page-home .shop-item .shop-name::before {
    top: -5px;
    left: -5px;
  }
  
  #page-home .shop-item .shop-name::after {
    bottom: -5px;
    right: -5px;
  }
}

#page-home .top-flex li {
  text-align: center;
}

@media screen and (max-width: 768px) {
  #page-home .top-flex li {
    margin-bottom: 40px;
  }
}

#page-home .top-flex li img {
  max-width: 100%;
}

#page-home .top-flex li {
  margin: 0 15px 15px;
}

#page-menu {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}

#page-menu .main-mv {
  background: url(../img/pc/hairmenu_bg.png) center center no-repeat;
  background-size: cover;
  padding: 100px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #page-menu .main-mv {
    padding: 50px;
  }
}

#page-menu .main-mv h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}

#page-menu table {
  margin-top: 30px;
  width: 100%;
}

#page-menu tbody {
  border-top: 1px solid #666;
}

#page-menu tr {
  font-size: 20px;
  color: #333;
  border-bottom: 1px solid #666;
}

@media screen and (max-width: 768px) {
  #page-menu tr {
    font-size: 14px;
  }
}

#page-menu tr td {
  padding: 10px 0;
}

#page-menu tr td.right {
  text-align: right;
}

#page-menu .note {
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #page-menu .note {
    font-size: 12px;
  }
}

#page-collection .main-mv {
  background: url(../img/pc/collection_bg.png) center center no-repeat;
  background-size: cover;
  padding: 100px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #page-collection .main-mv {
    padding: 50px;
  }
}

#page-collection .main-mv h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}

#page-collection .main-mv.c-1 {
  background: url(../img/pc/c_bg_1.png) center center no-repeat;
  background-size: cover;
}

#page-collection .main-mv.c-2 {
  background: url(../img/pc/c_bg_2.png) center center no-repeat;
  background-size: cover;
}

#page-collection .main-mv.c-3 {
  background: url(../img/pc/c_bg_3.png) center center no-repeat;
  background-size: cover;
}

#page-collection .main-mv.c-4 {
  background: url(../img/pc/c_bg_4.png) center center no-repeat;
  background-size: cover;
}

#page-collection .main-mv.c-5 {
  background: url(../img/pc/c_bg_5.png) center center no-repeat;
  background-size: cover;
}

#page-collection .fotorama {
  margin-top: 60px;
}

#page-collection .collecetion-flex {
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 8%;
}

#page-collection .collecetion-flex li {
  aspect-ratio: 320/400;
  width: min(28%, 320px);
  height: 100%;
  margin-bottom: 8%;
  text-align: center;
  position: relative;
}

#page-collection .collecetion-flex .name-tag {
  width: 100%;
  height: min(21.75%, 87px);
  font-size: min(calc(16 * (100vw / 1280)), 16px);
  letter-spacing: 0.06em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

#page-collection .collecetion-flex li img {
  aspect-ratio: 32/40;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #page-collection .collecetion-flex li {
    width: 100%;
  }

  #page-collection .collecetion-flex .name-tag {
    font-size: min(calc(16 * (100vw / 375)), 16px);
  }
}

#page-collection .collecetion-flex li img {
  text-align: center;
  max-width: 100%;
}

#page-staff p.space {
  margin-left: 38px;
}

#page-staff .main-mv {
  background: url(../img/pc/staff_bg.png) center center no-repeat;
  background-size: cover;
  padding: 100px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #page-staff .main-mv {
    background: url(../img/sp/staff_bg.png) center center no-repeat;
    background-size: cover;
    padding: 50px;
  }
}

#page-staff .main-mv h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}

#page-staff .staff-flex {
  margin: auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (max-width: 768px) {
  #page-staff .staff-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

#page-staff .staff-flex li {
  width: 50%;
  text-align: center;
  padding: 10px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  #page-staff .staff-flex li {
    width: 100%;
  }
}

#page-staff .staff-flex li .on,
#page-staff .staff-flex li span {
  margin: auto;
  display: block;
  max-width: 394px;
  max-height: 491px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  overflow: hidden;
}

#page-staff .staff-flex li img {
  max-width: 100%;
}

#page-staff .staff-flex li:nth-child(odd) {
  border-right: 1px solid #000;
}

@media screen and (max-width: 768px) {
  #page-staff .staff-flex li:nth-child(odd) {
    border-right: none;
  }
}

#page-staff .staff-flex .staff-info {
  background: rgba(57, 48, 44, 0.8);
  display: block;
  max-width: 394px;
  max-height: 491px;
  margin: auto;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: left;
  padding: 10px;
}

#page-staff .staff-flex .staff-info .insta {
  position: absolute;
  right: 1em;
  top: 5em;
  width: 2.2em;
  height: auto;
}

@media screen and (max-width: 768px) {
  #page-staff .staff-flex .staff-info .insta {
    top: 4.5em;
  }
}

@media screen and (max-width: 320px) {
  #page-staff .staff-flex .staff-info .insta {
    top: 4.5em;
  }
}

#page-staff .staff-flex .staff-info .name-en {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #page-staff .staff-flex .staff-info .name-en {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  #page-staff .staff-flex .staff-info .name-en {
    font-size: 14px;
  }
}

#page-staff .staff-flex .staff-info .name-ja {
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #page-staff .staff-flex .staff-info .name-ja {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 320px) {
  #page-staff .staff-flex .staff-info .name-ja {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  #page-staff .staff-flex .staff-info p {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  #page-staff .staff-flex .staff-info p {
    font-size: 10px;
  }
}

#page-staff .staff-flex .staff-info a {
  color: #fff;
}

#page-staff .staff-flex .collcetion-btn {
  margin: 10px;
  padding: 10px;
  display: inline-block;
  border: 1px solid #fff;
}

#page-staff .staff-flex .none {
  display: none;
}

#page-staff .staff-flex .on:hover .staff-info {
  height: 100%;
  -webkit-animation-name: hight;
  animation-name: hight;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes hight {
  0% {
    -webkit-transform: translateY(360px);
  }

  100% {
    -webkit-transform: translateY(0px);
  }
}

@media screen and (max-width: 768px) {
  @-webkit-keyframes hight {
    0% {
      -webkit-transform: translateY(270px);
    }

    100% {
      -webkit-transform: translateY(0px);
    }
  }
}

@-webkit-keyframes hight2 {
  0% {
    -webkit-transform: translateY(0px);
  }

  100% {
    -webkit-transform: translateY(360px);
  }
}

#page-staff .staff-flex .on:hover .staff-info .none {
  display: block;
}

#page-recruit .main-mv {
  background: url(../img/pc/recruit_bg.png) center center no-repeat;
  background-size: cover;
  padding: 100px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #page-recruit .main-mv {
    padding: 50px;
  }
}

#page-recruit .main-mv h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}

#page-recruit table {
  margin-top: 30px;
  width: 100%;
}

#page-recruit tbody {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#page-recruit tr {
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #666;
}

@media screen and (max-width: 768px) {
  #page-recruit tr {
    font-size: 14px;
  }
}

#page-recruit tr td {
  padding: 30px 30px;
  border-right: 1px solid #666;
}

@media screen and (max-width: 768px) {
  #page-recruit tr td {
    padding: 20px 10px;
  }
}

#page-recruit .note {
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #page-recruit .note {
    font-size: 12px;
  }
}

#page-recruit .tell-bg {
  background: #676464;
  color: #fff;
  padding: 40px 20px;
  text-align: center;
}

#page-recruit .tell-bg .tell-title {
  font-size: 14px;
}

#page-recruit .tell-bg a {
  color: #fff;
  font-size: 48px;
}

#page-information .main-mv {
  background: url(../img/pc/info_bg.png) 0 0 no-repeat;
  background-size: cover;
  padding: 100px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #page-information .main-mv {
    padding: 50px;
  }
}

#page-information .main-mv h2 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
}

#page-information .subtitle {
  text-align: left;
}

#page-information .info-flex {
  margin: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

@media screen and (max-width: 768px) {
  #page-information .info-flex {
    padding: 15px 0;
  }
}

#page-information .info-flex li .info-title {
  font-size: 30px;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 768px) {
  #page-information .info-flex li .info-title {
    font-size: 24px;
  }
}

#page-information .info-flex li .info-title-2 {
  font-size: 18px;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 768px) {
  #page-information .info-flex li .info-title-2 {
    font-size: 12px;
  }
}

#page-information .info-flex li .info-subtitle {
  margin-top: 20px;
  font-size: 30px;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 768px) {
  #page-information .info-flex li .info-subtitle {
    font-size: 24px;
  }
}

#page-information .info-flex li .info-text {
  font-size: 18px;
  color: #333;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 768px) {
  #page-information .info-flex li .info-text {
    font-size: 14px;
  }
}

#page-information .info-flex li .info-tell {
  font-size: 12px;
  color: #f00;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 768px) {
  #page-information .info-flex li .info-tell {
    font-size: 8px;
  }
}

#page-information .info-flex li img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #page-information .info-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  #page-information .info-flex li {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  #page-information .info-flex.reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
}

#page-information .info-message {
  width: 330px;
  font-size: 18px;
  color: #333;
  letter-spacing: 0.1px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #page-information .info-message {
    font-size: 14px;
    padding: 0;
    width: 100%;
  }
}

#page-other .subhead {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#page-other .info {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
}

#page-other .info a {
  color: #000;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  #page-other .info {
    text-align: left;
    font-size: 13px;
  }
}

#page-other .main-contents {
  padding-top: 30px;
}

#page-other section.company-info table {
  margin-top: 30px;
  width: 100%;
}

#page-other section.company-info tbody {
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}

#page-other section.company-info tr {
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #666;
}

@media screen and (max-width: 768px) {
  #page-other section.company-info tr {
    font-size: 14px;
  }
}

#page-other section.company-info tr td {
  padding: 30px 30px;
  border-right: 1px solid #666;
}

@media screen and (max-width: 768px) {
  #page-other section.company-info tr td {
    padding: 20px 10px;
  }
}

#page-other .tell-bg {
  background: #dbd7d5;
  color: #333;
  padding: 80px 20px;
  text-align: center;
}

#page-other .tell-bg .tell-title {
  font-size: 14px;
}

#page-other .tell-bg a {
  color: #333;
  font-size: 48px;
}

#page-other .note {
  text-align: right;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  #page-other .note {
    font-size: 12px;
  }
}

#page-other .company-info-table table {
  margin: auto;
  margin-top: 30px;
  width: 100%;
  max-width: 600px;
}

#page-other .company-info-table tr {
  font-size: 14px;
  color: #333;
}

@media screen and (max-width: 768px) {
  #page-other .company-info-table tr {
    font-size: 12px;
  }
}

#page-other .company-info-table tr td.chronology {
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid #333;
}

#page-other .company-info-table tr td.event {
  padding-left: 10px;
}

#page-other .box {
  margin-top: 40px;
  border: 1px solid #333;
  padding: 40px;
}

#page-other .box p {
  font-size: 12px;
}

#page-other .box a {
  display: block;
  color: #000;
  line-height: 40px;
}

#page-other .box p > a {
  line-height: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/*# sourceMappingURL=style.css.map */