@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

html {
  font-size: 62.5%; }

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

body {
  width: 100%;
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
  color: #292B41;
  background: #F7F7F5;
  /* 游ゴシック体 */
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  /* 游明朝体 */ }

#wrapper {
  width: 100%;
  -webkit-filter: brightness(1) blur(0px);
  filter: brightness(1) blur(0px);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
  letter-spacing: 1px; }

::-moz-selection {
  background: #292B41;
  color: #ffffff; }

::selection {
  background: #292B41;
  color: #ffffff; }

::-moz-selection {
  background: #292B41;
  color: #ffffff; }

html.open {
  overflow: hidden; }

body.open {
  overflow: hidden; }

body.open #wrapper {
  -webkit-filter: brightness(1.2) blur(5px);
  filter: brightness(1.2) blur(5px);
  overflow: hidden; }

img, a img {
  border: none;
  vertical-align: bottom; }

a {
  text-decoration: none; }

a:link {
  color: #292B41;
  text-decoration: none; }

a:visited {
  color: #292B41;
  text-decoration: none; }

a:hover img {
  opacity: 0.7; }

article, section {
  text-align: left; }

.pc_visible {
  display: inline-block; }

.sp_visible {
  display: none; }

img {
  max-width: 100%; }

.vissble {
  opacity: 1 !important; }

article {
  clear: both;
  position: relative;
  width: 100%;
  z-index: 200; }

.wrap {
  position: relative;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem; }

.blockSttl {
  position: relative;
  font-size: 28px;
  margin: 0 auto 50px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  padding: 0 0 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  .blockSttl:after {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    display: inline-block;
    height: 4px;
    width: 20px;
    background: #292B41; }

@media screen and (max-width: 767px) {
  img {
    -webkit-backface-visibility: hidden; }
  a:hover {
    text-decoration: none; }
  .wrap {
    padding: 0 1.5rem; }
  .blockSttl {
    font-size: 24px;
    letter-spacing: 2px;
    margin: 0 auto 40px; }
  .pc_visible {
    display: none; }
  .sp_visible {
    display: inline-block; } }

@media screen and (max-width: 375px) {
  .blockSttl {
    font-size: 22px;
    margin: 0 auto 40px; } }

/* HEADER */
.headerBox {
  position: relative;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  .headerBox .naviBox {
    display: none; }
  .headerBox #logo {
    float: left;
    text-align: left;
    width: 30%;
    padding: 35px 0 0;
    margin: 0;
    vertical-align: middle; }
    .headerBox #logo a {
      display: inline-block; }
      .headerBox #logo a img {
        vertical-align: middle; }
  .headerBox__logo {
    height: auto;
    width: 100%;
    max-width: 240px; }

.naviHr {
  float: right;
  display: inline-block;
  position: relative;
  font-weight: bold;
  z-index: 2000;
  width: 68%;
  max-width: 740px;
  padding: 35px 0;
  margin: 0; }
  .naviHr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto 0; }
  .naviHr__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .naviHr__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 10px 30px;
    text-decoration: none;
    font-size: 1.5rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .naviHr__link:after {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      content: "";
      display: inline-block;
      height: 4px;
      width: 0px;
      background: #292B41;
      -webkit-transition: all 0.1s;
      -o-transition: all 0.1s;
      transition: all 0.1s; }
    .naviHr__link.current:after, .naviHr__link:hover:after {
      width: 20px; }

@media screen and (max-width: 920px) {
  .headerBox #logo {
    width: 26%; }
  .naviHr {
    width: 70%; }
    .naviHr__link {
      padding: 25px 6px 25px;
      font-size: 1.4rem;
      letter-spacing: 0; } }

@media screen and (max-width: 767px) {
  .headerBox {
    padding: 0 30px; }
    .headerBox .naviBox {
      display: none; }
    .headerBox #logo {
      float: none;
      margin: auto;
      padding: 25px 0;
      width: 30vw; }
    .headerBox__logo {
      height: auto;
      width: 100%;
      max-width: 202px; }
    .headerBox .naviBox {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      width: 20rem;
      z-index: 2000;
      padding: 0; }
      .headerBox .naviBox a {
        display: block;
        margin: 0.5rem 0;
        padding: 1rem 0.9rem;
        overflow: hidden;
        float: right; }
      .headerBox .naviBox .menu {
        padding: 3rem 3rem 1rem; }
        .headerBox .naviBox .menu img {
          height: 3.5rem; }
  .naviHr {
    display: none; } }

@media screen and (max-width: 375px) {
  .headerBox {
    padding: 0 30px; }
    .headerBox #logo {
      float: none;
      margin: auto;
      padding: 25px 0;
      width: 40vw; }
    .headerBox__logo {
      height: auto;
      width: 100%;
      max-width: 202px; }
    .headerBox__access {
      font-size: 1em;
      margin: 5px auto 15px;
      padding: 5px; }
    .headerBox .naviBox .menu {
      padding: 2rem 2rem 1rem; }
      .headerBox .naviBox .menu img {
        height: 3rem; } }

/* NAVI */
#navi {
  display: none; }

@media screen and (max-width: 767px) {
  #navi {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: opacity 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: rgba(41, 43, 65, 0.9);
    z-index: 1000;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
    #navi .navIn {
      display: table-cell;
      padding: 10px;
      overflow: hidden;
      z-index: 200;
      vertical-align: middle; }
    #navi a {
      color: #fff; }
      #navi a#close {
        position: absolute;
        top: 1.2rem;
        right: 1.2rem;
        width: 3rem;
        height: 3rem;
        overflow: hidden;
        z-index: 500; }
        #navi a#close::before, #navi a#close::after {
          content: '';
          display: block;
          position: absolute;
          top: 1.5rem;
          left: 0;
          width: 3rem;
          height: 0.1rem;
          background: #fff;
          -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }
        #navi a#close::before {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        #navi a#close::after {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    #navi.open {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    #navi .navi {
      margin: 4rem 0 0; }
      #navi .navi__item {
        font-size: 1.6rem; }
      #navi .navi__list {
        text-align: center; }
      #navi .navi__link {
        text-decoration: none;
        line-height: 4.6rem;
        color: #fff; }
    #navi .navIn__logo {
      padding: 20px 10px 30px 0;
      margin: 30px auto 0; }
      #navi .navIn__logo img {
        width: 180px; } }

/* FOOTER */
.pagetop a {
  background: #212338;
  padding: 4px 0 16px;
  text-align: center;
  vertical-align: middle;
  display: block; }

.footerBlock {
  position: relative;
  width: 100%;
  padding: 70px 0 70px;
  background: #292B41;
  color: #fff;
  overflow: hidden;
  z-index: 2000; }
  .footerBlock .wrap {
    padding: 0 30px 0;
    clear: both;
    overflow: hidden; }
  .footerBlock .infoBlock {
    width: 38%;
    float: left;
    text-align: left;
    line-height: 2; }
    .footerBlock .infoBlock__logo {
      display: inline-block;
      margin: 0 0 30px; }
      .footerBlock .infoBlock__logo img {
        width: 100%;
        max-width: 240px; }
    .footerBlock .infoBlock__txt a {
      display: inline-block;
      color: #fff !important;
      text-decoration: underline; }
      .footerBlock .infoBlock__txt a:hover {
        opacity: 0.7; }
    .footerBlock .infoBlock .copy {
      font-size: 1.1rem;
      padding: 60px 0 0;
      color: #BBBEDD;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  .footerBlock .naviHr_footer {
    width: 60%;
    max-width: 680px;
    float: right; }
    .footerBlock .naviHr_footer__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      text-align: left; }
    .footerBlock .naviHr_footer__link {
      display: block;
      color: #fff !important;
      font-size: 1.3rem;
      font-weight: bold;
      line-height: 3; }
      .footerBlock .naviHr_footer__link:hover {
        opacity: 0.7; }
  .footerBlock .naviHr_footersub__list a {
    display: block;
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 2.8; }
    .footerBlock .naviHr_footersub__list a:hover {
      opacity: 0.7; }

@media screen and (max-width: 920px) {
  .footerBlock {
    padding: 50px 0 50px; }
    .footerBlock .wrap {
      padding: 0 30px 0; }
    .footerBlock .infoBlock {
      width: 100%;
      float: none;
      text-align: center;
      margin: 60px auto 0; }
      .footerBlock .infoBlock__logo {
        margin: 0 0 30px; }
        .footerBlock .infoBlock__logo img {
          width: 100%;
          max-width: 200px; }
      .footerBlock .infoBlock .copy {
        font-size: 1.1rem;
        padding: 30px 0 0; }
    .footerBlock .naviHr_footer {
      width: 100%;
      max-width: 640px;
      float: none;
      margin: auto; }
      .footerBlock .naviHr_footer__link {
        font-size: 1.3rem;
        line-height: 3; }
    .footerBlock .naviHr_footersub__link {
      font-size: 1.2rem;
      line-height: 2.8; } }

@media screen and (max-width: 520px) {
  .footerBlock {
    padding: 30px 0 30px; }
    .footerBlock .wrap {
      padding: 0 20px 0; }
    .footerBlock .infoBlock {
      margin: 20px auto 0;
      padding: 30px 0 0;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footerBlock .infoBlock__logo {
        margin: 0 0 30px; }
        .footerBlock .infoBlock__logo img {
          width: 100%;
          max-width: 180px; }
    .footerBlock .naviHr_footer {
      width: 100%;
      float: none;
      margin: auto; }
      .footerBlock .naviHr_footer__list {
        display: table;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: auto;
        text-align: center; }
      .footerBlock .naviHr_footer__item {
        display: inline-block;
        width: 53%;
        vertical-align: top;
        margin: 0 10px;
        text-align: left; }
        .footerBlock .naviHr_footer__item:nth-child(2n) {
          width: 26%; }
        .footerBlock .naviHr_footer__item:nth-child(2n-1) {
          margin-bottom: 20px; }
      .footerBlock .naviHr_footer__link {
        font-size: 1.2rem;
        line-height: 3; } }

/* animation
----------------------------------------------------------------*/
/* fade in */
.fadein {
  opacity: 1;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.fadein.animation {
  opacity: 1; }

/* fade in up */
.fadeinup {
  opacity: 1;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.fadeinup.animation {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

/* fade in left */
.fadeinleft {
  opacity: 1;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.fadeinleft.animation {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

/* fade in right */
.fadeinright {
  opacity: 1;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

.fadeinright.animation {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px); }

#toppage {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px; }
  #toppage .indexMv {
    position: relative;
    clear: both;
    overflow: hidden; }
    #toppage .indexMv .main {
      margin: 0 auto 60px;
      float: right;
      width: 83%; }
    #toppage .indexMv .read {
      position: absolute;
      margin: auto;
      top: 30%;
      bottom: 0;
      left: 20px;
      font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
      font-size: 45px;
      font-weight: bold;
      line-height: 2; }
      #toppage .indexMv .read span {
        line-height: 1.6;
        display: inline-block;
        background: #F7F7F5; }
  #toppage .intro {
    width: 66.666%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin: 0px auto 80px; }
    #toppage .intro h3 {
      font-size: 24px;
      line-height: 1.8;
      margin: 0 auto 20px; }
    #toppage .intro p {
      font-size: 15px; }
  #toppage .staff {
    margin: 0px auto 80px; }
    #toppage .staff__img {
      clear: both;
      overflow: hidden;
      width: 100%;
      margin: 0 auto 10px; }
      #toppage .staff__img img {
        display: inline-block;
        width: 50%;
        float: left; }
    #toppage .staff .note {
      text-align: right;
      font-size: 11px; }
  #toppage .sttl {
    font-size: 24px;
    line-height: 1.8;
    margin: 0 auto 20px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  #toppage .txt {
    font-size: 16px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
  #toppage .txtred {
    font-size: 12px;
    color: #ff0000;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }
    
  #toppage .aboutudon {
    clear: both;
    overflow: hidden;
    margin: 0px auto 80px; }
    #toppage .aboutudon__img {
      float: right;
      width: 75%; }
      #toppage .aboutudon__img img {
        width: 100%; }
    #toppage .aboutudon__txt {
      float: left;
      width: 22%;
      margin: 0px auto 0px; }

  #toppage .aboutyudame {
    clear: both;
    overflow: hidden;
    margin: 0px auto 80px; }
  #toppage .aboutyudame__img {
      float: left;
      width: 75%; }
      #toppage .aboutyudame__img img {
        width: 100%; }
    #toppage .aboutyudame__txt {
      float: right;
      width: 22%;
      margin: 0px auto 0px; }

  #toppage .aboutsoba__main {
    clear: both;
    overflow: hidden;
    margin: 0px auto 80px; }
    #toppage .aboutsoba__main__img {
      float: left;
      width: 75%; }
      #toppage .aboutsoba__main__img img {
        width: 100%; }
    #toppage .aboutsoba__main__txt {
      float: right;
      width: 22%;
      margin: 0px auto 0px; }
  #toppage .aboutsoba__sub {
    clear: both;
    overflow: hidden;
    margin: -130px 0 80px;
    padding: 0 40px;
    width: 79%; }
    #toppage .aboutsoba__sub__img {
      float: left;
      width: 33%;
      max-width: 260px; }
      #toppage .aboutsoba__sub__img img {
        width: 100%; }
    #toppage .aboutsoba__sub__txt {
      float: right;
      width: 67%;
      margin: 160px auto 0px; }
      #toppage .aboutsoba__sub__txt .sttl {
        font-size: 15px;
        margin: 0 auto 5px; }
      #toppage .aboutsoba__sub__txt .txt {
        font-size: 14px; }

  #toppage .aboutkare {
    clear: both;
    overflow: hidden;
    margin: 0px auto 80px; }
    #toppage .aboutkare__img {
      float: right;
      width: 75%; }
      #toppage .aboutukare__img img {
        width: 100%; }
    #toppage .aboutkare__txt {
      float: left;
      width: 22%;
      margin: 0px auto 0px; }

  #toppage .abouthowto {
    clear: both;
    overflow: hidden;
    margin: 0px auto 80px; }
    #toppage .abouthowto__img {
      float: right;
      width: 50%; }
      #toppage .abouthowto__img img {
        width: 100%; }
    #toppage .abouthowto__txt {
      float: left;
      width: 47%;
      margin: 0px auto 0; }
  @media screen and (max-width: 1200px) {
    #toppage .sttl {
      font-size: 2vw;
      line-height: 1.6; }
    #toppage .txt {
      font-size: 1.3vw; }
    #toppage .aboutudon, #toppage .aboutyudame {
      margin: 0px auto 8vw; }
    #toppage .abouthowto {
      margin: 0px auto 8vw; } }
  @media screen and (max-width: 1000px) {
    #toppage .indexMv .read {
      font-size: 42px; }
    #toppage .sttl {
      font-size: 2vw;
      line-height: 1.6; }
    #toppage .txt {
      font-size: 1.3vw; }
    #toppage .aboutudon, #toppage .aboutyudame {
      margin: 0px auto 8vw; }
    #toppage .aboutsoba__main {
      margin: 0px auto 80px; }
    #toppage .aboutsoba__sub {
      margin: -13.8vw 0 80px;
      padding: 0 0 0 40px;
      width: 100%; }
      #toppage .aboutsoba__sub__img {
        width: 28%;
        max-width: 260px; }
        #toppage .aboutsoba__sub__img img {
          width: 100%; }
      #toppage .aboutsoba__sub__txt {
        width: 70%;
        margin: 16vw auto 0px; }
        #toppage .aboutsoba__sub__txt .txt {
          font-size: 1.3vw; }
    #toppage .abouthowto {
      margin: 0px auto 8vw; } }
  @media screen and (max-width: 767px) {
    #toppage .indexMv .read {
      font-size: 6vw; }
    #toppage .intro {
      margin: 0px auto 40px; }
    #toppage .staff {
      margin: 0px auto 12vw; }
      #toppage .staff__img {
        width: 80%;
        margin: 0 auto 10px; }
        #toppage .staff__img img {
          display: inline-block;
          width: 100%;
          float: none; }
      #toppage .staff .note {
        width: 80%;
        margin: 0 auto;
        text-align: left;
        font-size: 12px; }
    #toppage .sttl {
      font-size: 18px;
      margin: 0 auto 10px; }
      #toppage .sttl br {
        display: none; }
    #toppage .txt {
      font-size: 14px; }
    #toppage .aboutudon, #toppage .aboutyudame {
      margin: 0px auto 12vw;
      width: 90%; }
      #toppage .aboutudon__img, #toppage .aboutyudame__img {
        float: none;
        width: 100%; }
      #toppage .aboutudon__txt, #toppage .aboutyudame__txt {
        float: none;
        width: 100%;
        margin: 0px auto 6vw; }
    #toppage .aboutsoba {
      margin: 0px auto 12vw; }
      #toppage .aboutsoba__main {
        width: 90%; }
        #toppage .aboutsoba__main__img {
          float: none;
          width: 100%; }
        #toppage .aboutsoba__main__txt {
          float: none;
          width: 100%;
          margin: 0px auto 6vw; }
      #toppage .aboutsoba__sub {
        margin: -30px auto 12vw;
        padding: 0 40px;
        width: 100%; }
        #toppage .aboutsoba__sub__img {
          width: 30%;
          max-width: 260px; }
          #toppage .aboutsoba__sub__img img {
            width: 100%; }
        #toppage .aboutsoba__sub__txt {
          width: 66%;
          margin: 7.5vw auto 0px; }
          #toppage .aboutsoba__sub__txt .sttl {
            font-size: 14px; }
          #toppage .aboutsoba__sub__txt .txt {
            font-size: 13px; }
    #toppage .abouthowto {
      margin: 0px auto 80px;
      width: 90%; }
      #toppage .abouthowto__img {
        float: none;
        width: 100%; }
      #toppage .abouthowto__txt {
        float: none;
        width: 100%;
        margin: 0px auto 30px; } }
  @media screen and (max-width: 540px) {
    #toppage .indexMv {
      position: relative;
      clear: both;
      overflow: hidden; }
      #toppage .indexMv .main {
        margin: 0 auto 40px;
        float: right;
        width: 85%; }
    #toppage .staff__img {
      width: 90%; }
    #toppage .staff .note {
      width: 90%; }
    #toppage .intro {
      width: 80%; }
      #toppage .intro h3 {
        font-size: 22px; }
      #toppage .intro p {
        font-size: 15px; }
    #toppage .aboutudon, #toppage .aboutyudame {
      width: 100%; }
    #toppage .aboutsoba__main {
      width: 100%; }
    #toppage .aboutsoba__sub {
      margin: -20px auto 12vw;
      padding: 0 0px;
      width: 100%; }
      #toppage .aboutsoba__sub__img {
        width: 35%;
        max-width: 260px; }
        #toppage .aboutsoba__sub__img img {
          width: 100%; }
      #toppage .aboutsoba__sub__txt {
        width: 62%;
        margin: 10vw auto 0px; }
        #toppage .aboutsoba__sub__txt .sttl {
          font-size: 13px; }
        #toppage .aboutsoba__sub__txt .txt {
          font-size: 12px;
          line-height: 1.8; }
    #toppage .abouthowto {
      width: 100%; } }
  @media screen and (max-width: 375px) {
    #toppage .intro {
      width: 90%;
      margin: 0px auto 12vw; }
      #toppage .intro h3 {
        font-size: 18px; }
      #toppage .intro p {
        font-size: 14px; } }

#voice .pagetitle {
  margin: 0 auto 60px;
  background: url(/assets/images/voice/voice_titlebg.jpg) center 0 no-repeat;
  background-size: auto 300px;
  text-align: center;
  line-height: 300px;
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  letter-spacing: 10px; }

#voice .read {
  margin: 0 auto 60px;
  padding: 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 15px; }

#voice .voice__list {
  padding: 0 20px; }

#voice .voice__item {
  background: #fff;
  border-top: 4px solid #292B41;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  padding: 50px;
  font-size: 15px; }
  #voice .voice__item .name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 auto 10px; }
    #voice .voice__item .name .date {
      display: inline-block;
      margin: 0 10px;
      font-weight: normal;
      font-size: 12px;
      color: #999; }
  #voice .voice__item .sttl {
    font-size: 20px;
    margin: 0 auto 15px;
    line-height: 1.6; }

@media screen and (max-width: 767px) {
  #voice .pagetitle {
    margin: 0 auto 40px;
    background: url(/assets/images/voice/voice_titlebg.jpg) center 0 no-repeat;
    background-size: auto 170px;
    line-height: 170px;
    font-size: 30px;
    letter-spacing: 5px; }
  #voice .read {
    margin: 0 auto 40px;
    font-size: 14px; }
  #voice .voice__item {
    margin: 0 auto 30px;
    padding: 30px;
    font-size: 14px; }
    #voice .voice__item .name {
      font-size: 13px; }
      #voice .voice__item .name .date {
        font-size: 12px; }
    #voice .voice__item .sttl {
      font-size: 18px;
      margin: 0 auto 15px; } }

@media screen and (max-width: 375px) {
  #voice .pagetitle {
    margin: 0 auto 30px;
    background: url(/assets/images/voice/voice_titlebg.jpg) center 0 no-repeat;
    background-size: auto 130px;
    line-height: 130px;
    font-size: 26px; }
  #voice .read {
    margin: 0 auto 30px;
    font-size: 12px; }
  #voice .voice__item {
    margin: 0 auto 20px;
    padding: 20px;
    font-size: 13px; }
    #voice .voice__item .name {
      font-size: 12px;
      margin: 0 auto 8px; }
      #voice .voice__item .name .date {
        font-size: 11px; }
    #voice .voice__item .sttl {
      font-size: 18px;
      margin: 0 auto 15px; } }

#menu .pagetitle {
  margin: 0 auto 60px;
  background: url(/assets/images/menu/menu_titlebg.jpg) center 0 no-repeat;
  background-size: auto 300px;
  text-align: center;
  line-height: 300px;
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  letter-spacing: 10px; }

#menu .none {
  width: 100%;
  max-width: 1000px;
  margin: -40px auto 60px;
  padding: 0 10px;
  text-align: right;
  font-size: 13px; }

#menu .menu__box {
  padding: 0 20px;
  margin: 0 auto 80px; }
  #menu .menu__box .note {
    width: 100%;
    max-width: 1000px;
    text-align: right;
    font-size: 13px;
    margin: auto;
    padding: 0 0px; }

#menu .menu__list {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #menu .menu__list:after {
    content: "";
    display: block;
    width: 30.5%;
    height: 0; }
  #menu .menu__list > div {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
    width: 30.5%;
    margin: 0 0 10px; }
  #menu .menu__list dt {
    padding-right: 1em;
    position: relative; }
    #menu .menu__list dt:before {
      background-image: -webkit-radial-gradient(1px 1px, CurrentColor, rgba(0, 0, 0, 0));
      background-image: -o-radial-gradient(1px 1px, CurrentColor, rgba(0, 0, 0, 0));
      background-image: radial-gradient(1px 1px, CurrentColor, rgba(0, 0, 0, 0));
      background-position: center;
      background-size: 0.5em 100%;
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 100%;
      width: 100vw;
      height: 2em;
      z-index: -1; }
    #menu .menu__list dt span {
      margin: -0.5em 0 0.5em;
      font-size: 12px;
      letter-spacing: -1px;
      line-height: 1.4; }
  #menu .menu__list dd {
    background: #F7F7F5;
    padding-left: .5em; }
  #menu .menu__list .sub span {
    display: block;
    font-size: 11px;
    letter-spacing: -1px;
    line-height: 1.4;
    font-weight: normal; }

@media screen and (max-width: 920px) {
  #menu .menu__list > div {
    font-size: 14px;
    width: 30%; }
  #menu .menu__list dt {
    padding-right: 0.25em; } }

@media screen and (max-width: 767px) {
  #menu .pagetitle {
    margin: 0 auto 40px;
    background: url(/assets/images/menu/menu_titlebg.jpg) center 0 no-repeat;
    background-size: auto 170px;
    line-height: 170px;
    font-size: 30px;
    letter-spacing: 5px; }
  #menu .none {
    margin: -30px auto 60px;
    padding: 0 10px;
    text-align: left;
    font-size: 12px;
    line-height: 1.6; }
  #menu .menu__list:after {
    width: 47%; }
  #menu .menu__list > div {
    font-size: 14px;
    width: 47%; } }

@media screen and (max-width: 540px) {
  #menu .menu__list:after {
    width: 80%; }
  #menu .menu__list > div {
    font-size: 13px;
    width: 80%;
    margin: auto; }
  #menu .note {
    width: 80%; } }

@media screen and (max-width: 375px) {
  #menu .pagetitle {
    margin: 0 auto 30px;
    background: url(/assets/images/menu/menu_titlebg.jpg) center 0 no-repeat;
    background-size: auto 130px;
    line-height: 130px;
    font-size: 26px; }
  #menu .none {
    margin: -20px auto 40px; } }

#shop .pagetitle {
  margin: 0 auto 60px;
  background: url(/assets/images/shop/shop_titlebg.jpg) center 0 no-repeat;
  background-size: auto 300px;
  text-align: center;
  line-height: 300px;
  font-size: 36px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  letter-spacing: 10px; }

#shop .calendar {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
  padding: 0 20px; }
  #shop .calendar iframe {
    width: 100%;
    height: 600px;
    margin: auto; }

#shop .access {
  background: url(/assets/images/shop/access_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 80px 20px; }
  #shop .access__block {
    background: #fff;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  #shop .access__txt {
    width: 50%;
    padding: 60px;
    font-size: 15px; }
  #shop .access__map {
    width: 50%; }
    #shop .access__map iframe {
      width: 100%;
      height: 100%; }
  #shop .access .access_sttl {
    font-size: 16px;
    font-weight: bold; }
  #shop .access .btn_map {
    margin: 10px auto 40px;
    display: inline-block;
    padding: 10px 40px;
    background: #292B41;
    color: #fff;
    font-size: 13px; }
    #shop .access .btn_map:hover {
      opacity: 0.7; }

@media screen and (max-width: 850px) {
  #shop .access__txt {
    padding: 40px;
    font-size: 14px; }
  #shop .access .access_sttl {
    font-size: 15px; }
  #shop .access .btn_map {
    margin: 10px auto 30px;
    padding: 8px 30px;
    font-size: 12px; } }

@media screen and (max-width: 767px) {
  #shop .pagetitle {
    margin: 0 auto 40px;
    background: url(/assets/images/shop/shop_titlebg.jpg) center 0 no-repeat;
    background-size: auto 170px;
    line-height: 170px;
    font-size: 30px;
    letter-spacing: 5px; }
  #shop .calendar iframe {
    height: 550px; }
  #shop .calendar .view-month.chrome-all > h1 {
    display: none !important; }
  #shop .access {
    padding: 60px 20px 40px; }
    #shop .access__block {
      max-width: 500px; }
    #shop .access__txt {
      width: 100%;
      padding: 40px;
      font-size: 15px; }
    #shop .access__map {
      width: 100%;
      height: 300px; }
    #shop .access .access_sttl {
      font-size: 16px; } }

@media screen and (max-width: 375px) {
  #shop .pagetitle {
    margin: 0 auto 30px;
    background: url(/assets/images/shop/shop_titlebg.jpg) center 0 no-repeat;
    background-size: auto 130px;
    line-height: 130px;
    font-size: 26px; } }
