@charset "UTF-8";
/*----------------------------------------------------
  lib
----------------------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*----------------------------------------------------
  core
----------------------------------------------------*/
/* ----------------------------------------------------------------
    core/base
/  --------------------------------------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

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

body {
  color: #aa4451;
  font-family: "Yu Mincho", YuMincho,'Montserrat',sans-serif;
  line-height: 1.6;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  body {
    font-weight: normal;
    font-family: 'Noto Sans Japanese', Sans-Serif;
  }
}

a {
  color: #aa4451;
  text-decoration: none;
}

a:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

img {
  max-width: 100%;
}

p {
  margin: 0 0 1em;
}

@media screen and (min-width: 768px) {
  [data-show="sp"] {
    display: none;
  }
}

dl,
ul,
ol {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  [break="sp"] {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  [break="pc"] {
    display: none;
  }
}

/*----------------------------------------------------
  layout
----------------------------------------------------*/
/* ----------------------------------------------------------------
   layout/content
/  --------------------------------------------------------------*/
.content {
  position: relative;
}

@media screen and (max-width: 767px) {
  .content {
    padding-bottom: 0;
  }
}

.contents-inner {
  position: relative;
  width: 88%;
  margin: 0 auto;
}

@media screen and (min-width: 1250px) {
  .contents-inner {
    width: 900px;
  }
}

.flex-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
/*
	for pc
----------------------------------------------------------- */
.header {
  background: #fff7f3;
}

.header__inner {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 10px 0;
}

@media screen and (max-width: 1024px) {
  .header__inner {
    width: 100%;
  }
}

.header__logo {
  position: relative;
  margin: 0;
  margin-right: 20px;
  line-height: 0;
}

.header__logo-text {
  position: absolute;
  top: 10px;
}

.header__shop-info {
  margin: 0 5% 0 45px;
  width: 30%;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #5c514d;
  font-family: 'Noto Sans Japanese', Sans-Serif;
  font-weight: normal;
}

@media screen and (max-width: 1024px) {
  .header__shop-info {
    width: 25%;
  }
}

.header__shop-info dt {
  float: left;
  clear: left;
  width: 3.3em;
}

.header__shop-info dt:first-child {
  width: auto;
  margin-right: 1em;
}

.header__shop-info dd {
  margin-left: 0;
}

.header__shop-info dd:before {
  margin-right: 0.2em;
  content: "/";
}

.header__shop-info .open {
  margin-bottom: 5px;
  padding-bottom: 5px;
  background: url(../img/share/line.png) left bottom repeat-x;
}

.header__sns {
  margin-right: -10%;
}

.header__sns-title {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #5c514d;
  font-family: 'Noto Sans Japanese', Sans-Serif;
  font-weight: normal;
  border-bottom: 1px solid #5c514d;
  line-height: 1;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.header__sns-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__sns-list img {
  width: 32px;
}

/* nav */
.header-nav {
  width: 100%;
  padding: 7px 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Noto Sans Japanese', Sans-Serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.header-nav__title {
  margin: 0;
  color: #ec6d81;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.header-nav__title:after {
  content: "|";
  margin: 0 6px;
  color: #313131;
}

.header-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-nav__list a {
  color: #313131;
}

.header-nav__list li:after {
  content: "|";
  margin: 0 6px;
  color: #313131;
}

.header-nav__list li:last-child:after {
  display: none;
}

.header-nav__list li.-menu a {
  color: #ec6d81;
}

/*
	for sp
----------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .header__inner {
    display: block;
    padding-bottom: 0;
    overflow: hidden;
  }
  .header__logo {
    margin: 0 10px 10px;
  }
  .header__logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__logo .-logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100px;
  }
  .header__logo .-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 40px;
  }
  .header__logo-text {
    display: none;
  }
  .header__shop-info {
    margin: 0;
    width: auto;
  }
  .header__shop-info dt {
    width: auto;
    padding: 5px 5px 5px 10%;
  }
  .header__shop-info dd {
    padding: 5px 0;
    color: #ec6d82;
    background: url(../img/share/line_headline.png) left bottom repeat-x;
    background-size: 100% 2px;
  }
  .header__shop-info dt.open {
    float: none;
    background: #ec6d82;
    color: #fff;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    text-align: center;
  }
  .header__shop-info dd.open {
    display: none;
  }
  .header__sns {
    display: none;
  }
  .menu-trigger {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 19px;
    box-sizing: border-box;
  }
  .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #636363;
    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) {
    top: 16px;
  }
  .menu-trigger span.menu {
    background: none;
    height: auto;
    top: 20px;
    font-family: "Yu Mincho", YuMincho,'Montserrat',sans-serif;
    color: #636363;
    font-size: 10px;
  }
  .menu-trigger.open span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
        -ms-transform: translateY(8px) rotate(-45deg);
            transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger.open span:nth-of-type(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .menu-trigger.open span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
        -ms-transform: translateY(-8px) rotate(45deg);
            transform: translateY(-8px) rotate(45deg);
  }
  .menu-trigger.open .menu {
    display: none;
  }
  .header-utility-nav {
    display: none;
  }
  .header-nav {
    display: block;
    position: fixed;
    top: 0;
    padding: 0;
    width: 80%;
    height: 100%;
    right: -80%;
    text-align: left;
    background: #aa4451;
    z-index: 100;
  }
  .header-nav__title {
    padding: 15px;
    color: #fff;
  }
  .header-nav__title:after {
    display: none;
  }
  .header-nav__list {
    list-style: none;
    margin: 0;
    padding: 3px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff url(../img/share/line_headline.png) left top repeat-x;
  }
  .header-nav__list li {
    background: #fff url(../img/share/line_headline.png) left bottom repeat-x;
  }
  .header-nav__list li:after {
    display: none;
  }
  .header-nav__list a {
    position: relative;
    display: block;
    padding: 15px;
  }
  .header-nav__list a:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -12px;
    display: inline-block;
    font-family: FontAwesome;
    content: "\f0da";
    color: #fff;
  }
  body.open {
    position: relative;
  }
}

/* ----------------------------------------------------------------
   layout/main
/  --------------------------------------------------------------*/
main {
  background: #fff7f3;
  overflow: hidden;
}

main dl {
  overflow: hidden;
}

main dl dt {
  float: left;
  clear: left;
}

main dl dd {
  margin: 0;
  padding: 0;
}

.-top main {
  background: none;
  overflow: visible;
}

/* ----------------------------------------------------------------
   layout/back2top
/  --------------------------------------------------------------*/
.back2top {
  position: relative;
  width: 900px;
  right: -50px;
  top: -70px;
  margin: 0 auto;
  text-align: right;
}

.back2top a {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 89px;
  height: 74px;
  background: url(../img/share/bg_pagetop.png) no-repeat;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  line-height: 4em;
}

@media screen and (max-width: 1024px) {
  .back2top {
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .back2top {
    display: none;
  }
}

/* ----------------------------------------------------------------
   layout/footer
/  --------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 30px 0;
  background: #f7dacf;
}

.footer__inner {
  position: relative;
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 1024px) {
  .footer__inner {
    width: auto;
  }
}

.footer__info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 110px;
  width: 60%;
  box-sizing: border-box;
}

.footer__img {
  position: absolute;
  left: 0;
  width: 94px;
  height: 94px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__img img {
  width: 70px;
}

.footer__logo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0;
}

.footer__description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 0 0 5px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

.footer__shop-info {
  width: 40%;
  margin: 0;
  padding-left: 17px;
  border-left: 1px dotted #b75e67;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer__shop-info dt {
  float: left;
  clear: left;
}

.footer__shop-info .open {
  float: none;
}

.footer__shop-info dd:before {
  content: "：";
}

.footer__sns-list {
  list-style: none;
  margin: 45px 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}

.footer__sns-list li {
  margin-right: 18px;
}

.footer__sns-list li:last-child {
  margin: 0;
}

.footer__sns-list li img {
  width: 32px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 0;
    padding-bottom: 70px;
    background: #fff7f3;
  }
  .footer__inner {
    position: static;
    width: auto;
  }
  .footer__info {
    position: static;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0;
    border: 1px solid #d4d4d4;
    border-left: 0;
    box-sizing: border-box;
  }
  .footer__img {
    bottom: 0;
    left: 15px;
    width: 43px;
    height: 43px;
  }
  .footer__img img {
    width: 30px;
  }
  .footer__logo {
    position: absolute;
    bottom: 0;
    left: 70px;
    width: 100px;
  }
  .footer__description {
    width: auto;
    border: 0;
    padding: 5px;
    font-size: 0.625rem;
    font-weight: normal;
  }
  .footer__shop-info {
    width: auto;
    padding: 5px;
    border: 1px solid #d4d4d4;
    border-left: 0;
    border-right: 0;
    color: #000;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    box-sizing: border-box;
    font-size: 0.625rem;
  }
  .footer__shop-info dt {
    width: auto;
  }
  .footer__shop-info dd {
    margin: 0;
  }
  .footer__contents {
    position: relative;
  }
  .footer__sns-list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 20px 0;
    margin-right: 15px;
  }
  .footer__sns-list li {
    margin-right: 5px;
  }
}

.copyright {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  font-family: 'Noto Sans Japanese', Sans-Serif;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .copyright {
    background: #f7dacf;
    padding: 5px;
  }
}

.reserve {
  padding: 30px 0 80px;
  background: #fff7f3;
  /* tel */
  /* mail */
  /* sns */
  /* text */
}

.reserve .flex-contents {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reserve__description {
  margin-bottom: 35px;
  text-align: center;
}

.reserve__section {
  position: relative;
  width: 49.6%;
  margin-bottom: 7px;
  padding: 25px 35px 20px;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  box-sizing: border-box;
}

.reserve__section p {
  margin: 0;
  color: #313131;
}

.reserve__section a {
  color: #313131;
  text-decoration: underline;
}

.reserve__section a:hover {
  text-decoration: none;
}

.reserve__title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

.reserve .-tel .reserve__text {
  padding-left: 50px;
}

.reserve .-tel .reserve__text:before {
  position: absolute;
  display: inline-block;
  content: " ";
  width: 56px;
  height: 86px;
  background: url(../img/share/img_phone.png) no-repeat;
  left: 20px;
  top: 35px;
}

.reserve .-mail {
  display: block;
}

.reserve .-mail .reserve__text {
  text-align: left;
  padding-left: 80px;
}

.reserve .-mail .reserve__text:before {
  position: absolute;
  display: inline-block;
  content: " ";
  width: 89px;
  height: 89px;
  background: url(../img/share/img_mail.png) no-repeat;
  left: 10px;
  top: 35px;
}

.reserve .-sns {
  padding-left: 70px;
  padding-right: 70px;
}

.reserve .-sns .reserve__section-inner {
  width: 100%;
}

.reserve__sns-list {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #313131;
}

.reserve__sns-list a {
  text-decoration: none;
}

.reserve__sns-list img {
  width: 50px;
}

.reserve .-text {
  background: #f7dacf;
  font-size: 18px;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.reserve .-text p {
  color: #aa4451;
}

@media screen and (max-width: 767px) {
  .reserve {
    padding-bottom: 30px;
  }
  .reserve .contents-inner {
    width: 100%;
  }
  .reserve .flex-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reserve__description {
    padding: 0 20px;
  }
  .reserve__section {
    width: 100%;
    margin: 0;
    padding: 20px;
    background: #fff url(../img/share/line_headline.png) left top no-repeat;
  }
  .reserve__section a {
    color: #aa4451;
    text-decoration: underline;
  }
  .reserve__title {
    background: #fff7f3;
    padding: 10px 20px;
    border-radius: 20px;
    font-family: "Yu Mincho", YuMincho,'Montserrat',sans-serif;
    font-size: 1rem;
  }
  .reserve .-tel .reserve__text {
    position: relative;
    padding-left: 40px;
  }
  .reserve .-tel .reserve__text:before {
    top: 50%;
    left: 0;
    width: 28px;
    height: 43px;
    margin-top: -21px;
    background-size: contain;
  }
  .reserve .-mail .reserve__text {
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
  }
  .reserve .-mail .reserve__text:before {
    width: 44px;
    height: 44px;
    background-size: contain;
    top: 50%;
    left: 0;
    margin-top: -22px;
  }
  .reserve .-sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px;
  }
  .reserve .-text {
    display: block;
    background: none;
    margin-top: 30px;
    padding: 0;
  }
  .reserve .-text p {
    display: inline-block;
    padding: 10px 20px;
    background: #9d9896;
    color: #fff;
    font-size: 1rem;
    border-radius: 20px;
  }
}

/*----------------------------------------------------
	side-menu
----------------------------------------------------*/
.side-menu {
  /* スマホサブメニュー */
}

@media screen and (min-width: 768px) {
  .side-menu {
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 100;
  }
  .side-menu__section {
    position: relative;
    width: 242px;
    right: -230px;
    padding: 0 0px 0 50px;
    box-sizing: border-box;
    color: #4b423e;
    font-size: 0.75rem;
  }
  .side-menu__title {
    margin: 0;
    font-size: 0.75rem;
    text-align: center;
  }
  .side-menu p {
    margin: 0 0 5px;
  }
  .side-menu a[href^="tel"] {
    color: #4b423e;
  }
  .side-menu a[href^="mailto"] {
    text-decoration: underline;
  }
  .side-menu a[href^="mailto"]:hover {
    text-decoration: none;
  }
  .side-menu__facebook {
    padding-left: 22px;
    background: url(../img/share/icon_facebook.png) no-repeat;
    background-size: 16px auto;
  }
  .side-menu__facebook a {
    color: #4b423e;
    text-decoration: underline;
  }
  .side-menu__facebook a:hover {
    text-decoration: none;
  }
  .side-menu__headline {
    display: inline-block;
    margin: 0 0 5px;
    padding: 5px;
    background: url(../img/share/bg_sub_title.png);
    font-size: 0.75rem;
    line-height: 1;
  }
  .side-menu .-sub01 {
    padding-top: 84px;
    padding-bottom: 90px;
    background: url(../img/share/bg_sub01.png) no-repeat;
    background-size: 100%;
  }
  .side-menu .-sub01 .side-menu__title {
    margin: 0 0 5px;
  }
  .side-menu .-sub01:before {
    position: absolute;
    display: block;
    content: "";
    width: 116px;
    height: 131px;
    left: -100px;
    background: url(../img/share/img_sub01.png) no-repeat;
  }
  .side-menu .-sub02 {
    padding-top: 60px;
    padding-bottom: 70px;
    background: url(../img/share/bg_sub02.png) right top no-repeat;
  }
  .side-menu .-sub02 .side-menu__title {
    margin: 0 0 5px;
  }
  .side-menu .-sub02:before {
    position: absolute;
    display: block;
    content: "";
    width: 109px;
    height: 175px;
    top: 0;
    left: -90px;
    background: url(../img/share/img_sub02.png) no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .side-menu {
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top: 1px solid #d4d4d4;
  }
  .side-menu__title {
    margin: 0;
    font-size: 0.6875rem;
    font-weight: normal;
    box-sizing: border-box;
  }
  .side-menu__title img, .side-menu__title br {
    display: none;
  }
  .side-menu__title br[break="sp"] {
    display: block;
  }
  .side-menu__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .side-menu a {
    color: #fff;
  }
  .side-menu p {
    margin: 0;
  }
  .side-menu__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-sizing: border-box;
    font-weight: bold;
  }
  .side-menu__tel a:after {
    display: inline-block;
    font-family: fontAwesome;
    content: "\f098";
    font-size: 30px;
    line-height: 1;
  }
  .side-menu__tel span {
    display: none;
  }
  .side-menu__mail {
    display: none;
  }
  .side-menu .-sub01 {
    width: 33%;
    padding: 5px 10px;
    border-right: 1px solid #fff;
    background: #eb5b64;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-sizing: border-box;
  }
  .side-menu .-sub01 .side-menu__title {
    margin-right: 10px;
    text-align: center;
    font-size: 0.625rem;
  }
  .side-menu .-sub01 .side-menu__headline {
    display: none;
  }
  .side-menu .-sub02 {
    width: 67%;
    background: #fff;
  }
  .side-menu .-sub02 .side-menu__title {
    display: none;
  }
  .side-menu .-sub02 .side-menu__detail-kids {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    background: #b0555f;
    color: #fff;
    padding: 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
  }
  .side-menu .-sub02 .side-menu__text-kids {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 0.625rem;
    padding: 5px 5px;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .side-menu .-sub02 .side-menu__headline {
    margin: 0 0 5px;
    font-size: 0.625rem;
    font-weight: normal;
  }
  .side-menu .-sub02 .side-menu__price {
    margin: 0;
    font-size: 0.875rem;
  }
}

/*----------------------------------------------------
  component
----------------------------------------------------*/
/* ----------------------------------------------------------------
   component/contents-title
/  --------------------------------------------------------------*/
.contents-title {
  margin: 0;
  padding: 35px;
  text-align: center;
  background: url(../img/share/bg_title.png) no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 40px;
  font-size: 2.5rem;
}

.contents-title:before, .contents-title:after {
  display: block;
  content: " ";
  width: 273px;
  height: 39px;
  margin: 0 auto 60px;
  background: url(../img/share/title_frame.png) no-repeat;
}

.contents-title:after {
  margin: 60px auto 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 767px) {
  .contents-title {
    padding: 30px 20px;
    font-family: "Yu Mincho", YuMincho,'Montserrat',sans-serif;
    font-size: 1.25rem;
  }
  .contents-title:before, .contents-title:after {
    display: none;
  }
}

.section-title {
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1;
}

.section-title__ruby {
  font-size: 16px;
  font-size: 1rem;
}

.section-title.-type-r:before {
  display: block;
  content: " ";
  width: 341px;
  height: 106px;
  margin: 0 auto 15px;
  background: url(../img/share/ribbon.png) no-repeat;
}

@media screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 1.375rem;
    font-family: "Yu Mincho", YuMincho,'Montserrat',sans-serif;
  }
  .section-title span {
    display: inline-block;
    min-width: 60%;
    padding: 7px 10px;
    background: #aa4451;
  }
  .section-title span.section-title__ruby {
    display: none;
  }
  .section-title.-type-r:before {
    width: 170px;
    height: 54px;
    background-size: contain;
  }
}

/* ----------------------------------------------------------------
   component/ttl
/  --------------------------------------------------------------*/
.headline {
  margin-bottom: 20px;
  padding-left: 35px;
  padding-bottom: 30px;
  background: url(../img/share/line_headline.png) left bottom repeat-x;
  font-size: 30px;
  font-size: 1.875rem;
}

.headline.-type-r {
  padding-top: 50px;
  padding-left: 74px;
  background: url(../img/share/ribbon02.png) no-repeat;
}

.headline.-type-photo {
  padding-left: 20px;
}

.headline.-type-photo:before {
  display: inline-block;
  content: " ";
  width: 42px;
  height: 30px;
  background: url(../img/share/icon_camera.png) no-repeat;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .headline {
    padding-left: 0;
    padding-bottom: 10px;
    font-size: 1.25rem;
    font-family: "Yu Mincho", YuMincho,'Montserrat',sans-serif;
  }
  .headline.-type-r {
    padding: 20px 20px 0;
    background: url(../img/share/ribbon02.png) no-repeat;
    background-size: 48px 46px;
  }
}

/* ----------------------------------------------------------------
   component/menu
/  --------------------------------------------------------------*/
.menu {
  margin-bottom: 80px;
}

.menu__section {
  margin-top: 70px;
  margin-bottom: 80px;
}

.menu .headline {
  margin-top: 60px;
}

.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 49%;
          flex: 0 0 49%;
  margin-bottom: 10px;
  padding: 10px 20px 10px 30px;
  background: #fff;
  border-left: 8px solid #f7d6c9;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__list li.long {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.menu__target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  background: url(../img/share/line_headline.png) left bottom repeat-x;
}

.menu__target-item {
  width: 248px;
}

.menu__target-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 268px;
  margin: 0 0 15px;
  padding-left: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  background-repeat: no-repeat;
  box-sizing: border-box;
  line-height: 1;
}

.menu__target .-target01 {
  background-image: url(../img/menu/img_target01.jpg);
}

.menu__target .-target02 {
  background-image: url(../img/menu/img_target02.jpg);
}

.menu__target .-target03 {
  background-image: url(../img/menu/img_target03.jpg);
}

.menu__target .-target04 {
  background-image: url(../img/menu/img_target04.jpg);
}

.menu__set {
  padding: 40px 0;
  background: #fff;
}

.menu__set .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__set-title {
  width: 275px;
  margin: 0;
  margin-right: 25px;
  padding: 60px 55px;
  font-size: 18px;
  font-size: 1.125rem;
  background: url(../img/top/bg_profile_photo.png) no-repeat;
  background-size: 100%;
  text-align: center;
  box-sizing: border-box;
}

.menu__set-list {
  list-style: none;
  width: 575px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu__set-list li {
  position: relative;
  width: 151px;
  height: 151px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-repeat: no-repeat;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}

.menu__set-list li:after {
  position: absolute;
  right: -62px;
  top: 35%;
  content: "×";
  font-size: 62px;
  color: #d5d5d5;
  line-height: 1;
}

.menu__set-list li:last-child:after {
  display: none;
}

.menu__set-list .-set01 {
  background-image: url(../img/menu/img_set01.png);
}

.menu__set-list .-set02 {
  background-image: url(../img/menu/img_set02.png);
}

.menu__set-list .-set03 {
  background-image: url(../img/menu/img_set03.png);
}

@media screen and (max-width: 768px) {
  .menu__set-title {
    width: auto;
  }
  .menu__set-list li {
    width: 100px;
    height: 100px;
    background-size: contain;
  }
  .menu__set-list li:after {
    right: -38px;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .menu {
    margin-bottom: 30px;
  }
  .menu__section {
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .menu .headline {
    margin-top: 30px;
  }
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__target {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__target-item {
    width: auto;
  }
  .menu__target-title {
    font-size: 0.875rem;
    height: 100px;
    padding-left: 50%;
    background-position: left center;
    background-size: contain;
  }
  .menu__set .contents-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__set-title {
    margin: 0 0 20px;
    background: none;
    padding: 0;
  }
  .menu__set-list {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu__set-list li {
    width: 81px;
    height: 81px;
    margin-right: 20px;
    font-size: 0.75rem;
    background-size: cover;
  }
  .menu__set-list li:last-child {
    margin: 0;
  }
  .menu__set-list li:after {
    right: -20px;
    top: 30px;
    font-size: 1.25rem;
  }
}

.menu-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-detail .section-title {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.4;
}

.menu-detail__text {
  width: 60%;
  margin: -15px;
  background: url(../img/top/bg_shop_info.png) left top no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
}

.menu-detail__text p {
  width: 50%;
  margin: 0 auto;
}

.menu-detail__img {
  margin: 0;
}

.menu-detail__link {
  margin-top: 30px !important;
}

.menu-detail__link a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  background: #cd3f5a;
  font-size: 20px;
  font-size: 1.25rem;
}

.menu-detail__link a:after {
  content: "→";
}

@media screen and (max-width: 768px) {
  .menu-detail {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-detail .section-title {
    font-size: 1.875rem;
  }
  .menu-detail__text {
    padding-bottom: 80px;
  }
  .menu-detail__img {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .menu-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-detail .section-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .menu-detail__text {
    width: auto;
    margin: 0;
    padding-bottom: 0;
    background: none;
    color: #000;
  }
  .menu-detail__text p {
    width: auto;
  }
  .menu-detail__img {
    width: auto;
    margin: 20px auto 0;
  }
  .menu-detail__link {
    margin-top: 30px !important;
  }
  .menu-detail__link a {
    padding: 15px;
    color: #aa4451;
    background: url(../img/share/line_headline.png) repeat-x, url(../img/share/line_headline.png) left bottom repeat-x;
    font-size: 1rem;
  }
  .menu-detail__link a:after {
    content: "→";
  }
}

.price-table {
  width: 100%;
  border-collapse: collapse;
}

.price-table th {
  padding: 10px 30px;
  background: #f7d6c9;
  text-align: left;
  border-bottom: 14px solid #fff7f3;
  width: 60%;
  box-sizing: border-box;
}

.price-table td {
  background: #fff;
  padding: 10px 30px;
  border-bottom: 14px solid #fff7f3;
  color: #000;
}

@media screen and (max-width: 767px) {
  .price-table th {
    display: block;
    width: 100%;
    padding: 10px;
    border: 0;
  }
  .price-table td {
    display: block;
    padding: 10px;
    border: 0;
    text-align: center;
  }
}

/*----------------------------------------------------
  theme
----------------------------------------------------*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=54)";
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* ----------------------------------------------------------------
   theme/top-mv
/  --------------------------------------------------------------*/
.main-visual {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: url(../img/top/bg_main.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* for sp  */
}

.main-visual__logo {
  margin: 0 0 40px;
}

.main-visual__description {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'Noto Sans Japanese', Sans-Serif;
}

.main-visual__text {
  display: inline-block;
  padding: 30px 0;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #000;
  font-weight: bold;
  background-image: url(../img/top/main_line.png), url(../img/top/main_line.png);
  background-repeat: repeat-x;
  background-position: left top,left bottom;
  line-height: 2.5;
  text-align: center;
  text-shadow: 0px 0px 6px #fff;
}

@media screen and (max-width: 767px) {
  .main-visual {
    height: 180px;
    background-position: center -20px;
  }
  .main-visual__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-visual__logo {
    width: 190px;
    margin: 0 0 10px;
  }
  .main-visual__description {
    padding: 0 20px;
    font-size: 0.875rem;
    text-align: center;
  }
  .main-visual__text {
    display: none;
  }
}

/* ----------------------------------------------------------------
   theme/top-intro
/  --------------------------------------------------------------*/
.top-introduction {
  position: relative;
  background: #fff7f3;
  text-align: center;
  padding-bottom: 55px;
  /* for sp  */
}

.top-introduction:before {
  position: absolute;
  top: -40px;
  display: block;
  content: " ";
  width: 100%;
  height: 40px;
  background: url(../img/top/bg_info.png) no-repeat;
  background-size: 100% 100%;
}

.top-introduction p {
  line-height: 3;
}

.top-introduction__inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.top-introduction__text {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.top-introduction__text:before {
  position: absolute;
  bottom: 0;
  left: -140px;
  display: block;
  content: " ";
  width: 153px;
  height: 244px;
  background: url(../img/top/img_introduction.png) no-repeat;
}

.top-introduction__img {
  position: absolute;
  right: -300px;
  bottom: 0;
  width: 277px;
  height: 282px;
  overflow: hidden;
}

.top-introduction__img img {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  max-width: inherit;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .top-introduction__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 20px;
  }
  .top-introduction__text:before {
    display: none;
  }
  .top-introduction__text .section-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .top-introduction__img {
    position: relative;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .top-introduction {
    padding: 20px 40px;
  }
  .top-introduction:before {
    display: none;
  }
  .top-introduction__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .top-introduction .section-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 0 20px;
    margin-top: -1em;
  }
  .top-introduction p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    line-height: 1.6;
  }
  .top-introduction__img {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
    position: static;
    width: auto;
    height: auto;
    margin: 0;
  }
  .top-introduction__img img {
    height: auto;
    max-width: 100%;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/* ----------------------------------------------------------------
   theme/top-profile
/  --------------------------------------------------------------*/
.top-profile {
  padding-top: 20px;
  padding-bottom: 80px;
  text-align: center;
}

.top-profile__img {
  background: url(../img/top/bg_profile_photo.png) center top no-repeat;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 25px 0;
  background-size: contain;
}

.top-profile__text {
  width: 712px;
  margin: 0 auto;
  line-height: 3;
}

@media screen and (max-width: 767px) {
  .top-profile {
    padding-top: 90px;
    padding-bottom: 40px;
    background: url(../img/share/ribbon.png) center 20px no-repeat;
    background-size: 170px 54px;
  }
  .top-profile .contents-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-profile .section-title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0;
  }
  .top-profile .section-title:before {
    display: none;
  }
  .top-profile__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
  }
  .top-profile__img img {
    width: 120px;
  }
  .top-profile__text {
    width: auto;
    line-height: 1.6;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

/* ----------------------------------------------------------------
   theme/top-news
/  --------------------------------------------------------------*/
.top-news {
  padding: 10px 0 60px;
  background: #f7dacf;
  overflow: hidden;
  /* for sp  */
}

.top-news .contents-inner {
  width: 790px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-news .facebook {
  background: #fff;
  width: 440px;
  height: 414px;
  overflow: hidden;
}

.top-news .facebook .fb-page.fb_iframe_widget {
  overflow: hidden;
}

.top-news__bnr {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.top-news__bnr li {
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .top-news {
    padding-bottom: 0;
  }
  .top-news .contents-inner {
    width: auto;
    display: block;
  }
  .top-news .facebook {
    width: 95%;
    height: 250px;
    margin: 0 auto 2.5%;
  }
  .top-news__bnr {
    margin: 0 auto 30px;
  }
  .top-news__bnr li {
    text-align: center;
  }
}

/* ----------------------------------------------------------------
   theme/top-flow
/  --------------------------------------------------------------*/
.top-flow {
  padding: 80px 0 90px;
  background: #fff7f3;
  /* for sp  */
}

.top-flow__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-flow-section {
  width: 350px;
  margin-bottom: 60px;
  text-align: center;
}

.top-flow-section__img {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
}

.top-flow-section__img-number {
  position: absolute;
  left: 0;
  width: 88px;
  height: 88px;
  background: #f7dacf;
  border-radius: 50%;
}

.top-flow-section__img-number img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.top-flow-section__img-text {
  position: absolute;
  top: 90px;
  right: -73px;
}

.top-flow-section__img-text img {
  max-width: inherit;
}

.top-flow-section__img-text:after {
  position: absolute;
  right: -18px;
  bottom: 0;
  display: block;
  content: " ";
  width: 91px;
  height: 16px;
  background: url(../img/top/arrow.png) no-repeat;
  background-size: contain;
}

.top-flow-section:nth-child(even) .top-flow-section__img-text:after {
  right: 20px;
  top: 60px;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}

.top-flow-section:last-child .top-flow-section__img-text:after {
  display: none;
}

.top-flow-section__title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  background: url(../img/top/line_flow.png) left bottom no-repeat;
}

.top-flow-section__text p {
  color: #000;
  text-align: left;
}

.top-flow__detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.top-flow__detail-list li {
  position: relative;
  width: 32%;
}

.top-flow__detail-list li a {
  color: #fff;
  width: 100%;
  height: 147px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-flow__detail-list li a:after {
  position: absolute;
  right: 5px;
  bottom: 5px;
  content: "〉";
  background: #fff;
  color: #aa4451;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  text-align: center;
  font-size: 19px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8px;
  box-sizing: border-box;
}

.top-flow__detail-list li.-service01 a {
  background-image: url(../img/top/bnr_detail01.jpg);
}

.top-flow__detail-list li.-service02 a {
  background-image: url(../img/top/bnr_detail02.jpg);
}

.top-flow__detail-list li.-service03 a {
  background-image: url(../img/top/bnr_detail03.jpg);
}

@media screen and (max-width: 767px) {
  .top-flow {
    padding: 20px 0;
  }
  .top-flow__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-flow-section {
    width: auto;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top-flow-section__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin: 0;
  }
  .top-flow-section__img-number {
    width: 44px;
    height: 44px;
  }
  .top-flow-section__img-text {
    top: auto;
    bottom: 10px;
    right: -10px;
  }
  .top-flow-section__img-text img {
    width: 76px;
  }
  .top-flow-section__img-text:after {
    right: 0;
    bottom: -15px;
    width: 46px;
    height: 8px;
    -webkit-transform: rotate(-310deg);
        -ms-transform: rotate(-310deg);
            transform: rotate(-310deg);
  }
  .top-flow-section__title {
    font-family: "Yu Mincho", YuMincho,'Montserrat',sans-serif;
    font-size: 1rem;
  }
  .top-flow-section__text {
    margin-left: 20px;
  }
  .top-flow-section__text p {
    font-size: 0.8125rem;
  }
  .top-flow-section:nth-child(even) .top-flow-section__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top-flow-section:nth-child(even) .top-flow-section__img-text:after {
    top: auto;
    bottom: -10px;
  }
  .top-flow-section:nth-child(even) .top-flow-section__text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    margin-right: 20px;
  }
  .top-flow .-flow01 .top-flow-section__img-text img {
    width: 76px;
  }
  .top-flow .-flow02 .top-flow-section__img-text {
    right: 10px;
  }
  .top-flow .-flow02 .top-flow-section__img-text img {
    width: 40px;
  }
  .top-flow .headline {
    margin: 0 -20px;
    padding: 10px;
    background: #aa4451;
    color: #fff;
    font-size: 0.875rem;
    text-align: center;
    font-family: "Yu Mincho", YuMincho,'Montserrat',sans-serif;
  }
  .top-flow__detail-list {
    display: block;
    width: auto;
    margin: 0 -20px;
  }
  .top-flow__detail-list li {
    width: auto;
  }
  .top-flow__detail-list li a {
    height: 100px;
    background-position: left center;
  }
  .top-flow__detail-list li a:after {
    bottom: auto;
    top: 50%;
    margin-top: -10px;
    width: 25px;
    height: 25px;
    font-size: 10px;
    padding-right: 4px;
  }
}

/* ----------------------------------------------------------------
   theme/top-service
/  --------------------------------------------------------------*/
.top-service {
  padding: 120px 0 200px;
  background: #fff7f3;
}

.top-service__section {
  margin-bottom: 70px;
}

.top-service__headline {
  padding-left: 20px;
}

.top-service__headline:before {
  display: inline-block;
  content: " ";
  width: 42px;
  height: 30px;
  background: url(../img/share/icon_camera.png) no-repeat;
  margin-right: 25px;
}

.top-service__lesson-text {
  margin-bottom: 30px;
  padding-left: 90px;
}

.top-service__img-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top-service {
    padding: 40px 0 1px;
  }
  .top-service__section {
    margin-bottom: 30px;
  }
  .top-service .menu-detail__img {
    display: none;
  }
  .top-service__headline {
    padding-left: 0;
  }
  .top-service__headline:before {
    display: none;
  }
  .top-service__lesson-text {
    padding-left: 0;
    color: #000;
  }
}

/* ----------------------------------------------------------------
   theme/top-access
/  --------------------------------------------------------------*/
.top-access {
  padding-top: 30px;
  margin-bottom: 200px;
  background: url(../img/top/bg_shop.jpg) no-repeat;
  background-size: cover;
}

.top-access .contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-access__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.top-access__map p {
  text-align: right;
}

.top-access__map p a {
  color: #000;
}

.top-access .googlemap {
  position: relative;
  padding-bottom: 92%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.top-access .googlemap iframe,
.top-access .googlemap object,
.top-access .googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.top-access__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  height: 443px;
  margin-top: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
  background: url(../img/top/bg_shop_info.png) no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.top-access__info-detail dt {
  color: #000;
}

.top-access__info-detail dd {
  margin: 0 0 15px;
}

.top-access__info-detail dd span {
  display: block;
  text-indent: -1em;
  padding-left: 4.5em;
}

.top-access__info-detail dd span:before {
  content: ":";
  margin-right: .5em;
}

.top-access__info-detail dd + dd {
  margin-top: -15px;
}

.top-access__title {
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

.top-access__title-ruby {
  font-size: 12px;
  font-size: 0.75rem;
}

.top-access__route {
  width: 100%;
  list-style: none;
  margin: 0 0 -15%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.top-access__route li {
  position: relative;
  width: 228px;
  color: #000;
}

.top-access__route li:after {
  position: absolute;
  right: -100px;
  top: 30%;
  display: inline-block;
  content: " ";
  width: 91px;
  height: 16px;
  background: url(../img/share/arrow_fff.png) no-repeat;
}

.top-access__route li:last-child:after {
  display: none;
}

.top-access__route li img {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .top-access {
    margin-bottom: 0;
    padding: 1px 0 0;
    background: #fff7f3;
  }
  .top-access .contents-inner {
    display: block;
  }
  .top-access .googlemap {
    padding-bottom: 56.25%;
  }
  .top-access__info {
    margin: 0 -20px;
    height: auto;
    background: #fff;
    border-top: 1px solid #d4d4d4;
  }
  .top-access__info-detail {
    border-top: 1px solid #d4d4d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0.8125rem;
    margin: 0;
  }
  .top-access__info dt {
    width: 20%;
    padding: 5px;
    float: none;
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    box-sizing: border-box;
  }
  .top-access__info dd {
    width: 80%;
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid #d4d4d4;
    box-sizing: border-box;
  }
  .top-access__info dd span {
    padding: 0;
    text-indent: 0;
  }
  .top-access__info dd span:before {
    display: none;
  }
  .top-access__route {
    margin: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .top-access__route li {
    width: 46%;
    margin-bottom: 10px;
    font-size: 0.75rem;
  }
  .top-access__route li:after {
    display: none;
  }
  .top-access__route li img {
    margin-bottom: 5px;
  }
}

/* ----------------------------------------------------------------
   theme/photo
/  --------------------------------------------------------------*/
.photo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.photo__list li {
  width: 48%;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .photo__list {
    margin: 0 auto;
  }
  .photo__list li {
    width: 47%;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .photo__list li:nth-child(2n) {
    margin-right: 0;
  }
}

/*----------------------------------------------------
  utilities
----------------------------------------------------*/
/* ----------------------------------------------------------------
   utility/text
/  --------------------------------------------------------------*/
.u-text__strong {
  font-weight: bold;
}

.u-text__transform.--upper {
  text-transform: uppercase;
}

.u-text__post-positional-particle {
  font-size: 72.72727273%;
}

.u-text__left {
  text-align: left;
}

.u-text__right {
  text-align: right;
}

.u-mb__0 {
  margin-bottom: 0 !important;
}

.no-style {
  list-style: none;
  padding: 0;
  margin: 0;
}

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