@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * 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;
}
ul,
p {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * 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 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * 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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * 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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.hovercolor {
  color: #dca1a5;
}
.sp .hovercolor,
.tablet .hovercolor {
  color: #aa182c;
}
.font,
body {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
}
.cf {
  content: " ";
  clear: both;
  display: block;
}
.hidden {
  visibility: hidden;
}
* {
  box-sizing: border-box;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
br.m {
  display: none;
}
@media all and (max-width: 769px) {
  br.m {
    display: block;
  }
}
body {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.3px;
  line-height: 1.9;
  color: #1c1c1c;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #f9f6f2;
}
body #content .content_inner .top {
  padding: 0;
  position: relative;
  margin-top: 2%;
}
body #content .content_inner .top .logo .logo_inner .logo_jp {
  width: 14.8%;
  position: absolute;
  top: calc((100% - 70px) / 2);
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 105;
  margin-left: 3%;
}
@media all and (max-width: 729px) {
  body #content .content_inner .top .logo .logo_inner .logo_jp {
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    width: 30%;
    padding-top: 5.5%;
    margin-left: 8%;
  }
}
@media all and (min-width: 1440px) {
  body #content .content_inner .top .logo .logo_inner .logo_jp {
    width: 213.109px;
    padding-top: 28px;
    margin-left: 43.188px;
  }
}
body #content .content_inner .top .logo .logo_inner .logo_jp img {
  display: block;
  width: 100%;
  height: auto;
  display: none;
}
body #content .content_inner .top .logo .logo_inner .logo_jp img.appear {
  display: block;
}
body #content .content_inner .top .logo .logo_inner .logo_en {
  width: 14.8%;
  position: absolute;
  top: calc((100% - 70px) / 2);
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 105;
  margin-left: 24.1%;
}
@media all and (max-width: 729px) {
  body #content .content_inner .top .logo .logo_inner .logo_en {
    top: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    width: 30%;
    padding-top: 5.5%;
    margin-left: 68%;
  }
}
@media all and (min-width: 1440px) {
  body #content .content_inner .top .logo .logo_inner .logo_en {
    width: 213.109px;
    padding-top: 28px;
    margin-left: 347.031px;
  }
}
body #content .content_inner .top .logo .logo_inner .logo_en img {
  display: none;
  width: 100%;
  height: auto;
}
body #content .content_inner .top .logo .logo_inner .logo_en img.appear {
  display: block;
}
body #content .content_inner .top .photoslide {
  background: #f9f6f2;
  padding: 0 2.6% 0 12.5%;
}
@media all and (max-width: 729px) {
  body #content .content_inner .top .photoslide {
    padding: 22% 3% 1% 3%;
  }
}
body #content .content_inner .top .photoslide ul .flickity-viewport,
body #content .content_inner .top .photoslide ul .flickity-slider {
  height: 100% !important;
}
body #content .content_inner .top .photoslide ul li {
  width: 100%;
  height: 100%;
}
body #content .content_inner .top .photoslide ul li .bg_img {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body #content .content_inner .top .photoslide ul li .bg_img.sp {
  display: none;
}
@media all and (max-width: 729px) {
  body #content .content_inner .top .photoslide ul li .bg_img.sp {
    display: block;
  }
}
body #content .content_inner .top .photoslide ul li .bg_img.pc {
  display: block;
}
@media all and (max-width: 729px) {
  body #content .content_inner .top .photoslide ul li .bg_img.pc {
    display: none;
  }
}
body #content .content_inner .top .photoslide ul li:not(.is-selected) {
  animation: fadeOut 0s ease;
}
body #content .content_inner .top .photoslide ul li:not(.is-selected) .caption {
  display: none;
}
body #content .content_inner .top .photoslide ul li.is-selected {
  z-index: 99;
  opacity: 1 !important;
  animation: fadeIn 0s ease;
}
body #content .content_inner .top .photoslide ul li.is-selected .caption {
  display: block;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body #content .content_inner .top .photoslide ul ol.flickity-page-dots {
  height: 70px;
  bottom: -70px;
  text-align: left;
  padding-top: 29px;
  width: auto;
  left: -7px;
  z-index: 101;
}
@media all and (max-width: 729px) {
  body #content .content_inner .top .photoslide ul ol.flickity-page-dots {
    padding-top: 14px;
    text-align: center;
    width: 100%;
    left: 0;
    height: 50px;
    bottom: -50px;
  }
}
body #content .content_inner .top .photoslide ul ol.flickity-page-dots li.dot {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  opacity: 1 !important;
  background: transparent;
  border: 1px solid #aa182c;
  border-radius: 50%;
}
body #content .content_inner .top .photoslide ul ol.flickity-page-dots li.dot.is-selected {
  background: #aa182c;
}
body #content .content_inner .top .photoslide ul ol.flickity-page-dots li.dot:hover {
  background: #aa182c;
}
body #content .content_inner .top .menu {
  position: relative;
  height: 70px;
  font-size: 14px;
}
@media all and (max-width: 930px) {
  body #content .content_inner .top .menu {
    font-size: 12px;
  }
}
body #content .content_inner .top .menu .logo_menu {
  display: none;
}
body #content .content_inner .top .menu .logo_menu.active {
  display: block;
  position: fixed;
  width: 9.5%;
  left: 0;
  top: 0;
  z-index: 102;
  padding-top: 28px;
  margin-left: 3%;
}
@media all and (max-width: 729px) {
  body #content .content_inner .top .menu .logo_menu.active {
    display: block;
    position: fixed;
    width: 20%;
    padding-top: 10px;
    margin-left: 8%;
  }
}
body #content .content_inner .top .menu .logo_menu img {
  display: block;
  width: 100%;
  height: auto;
  display: none;
}
body #content .content_inner .top .menu .logo_menu img.appear {
  display: block;
}
body #content .content_inner .top .menu ul {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 70px;
  background: #f9f6f2;
  padding: 25px 2.6% 0 12.5%;
  text-align: right;
}
body #content .content_inner .top .menu ul.active {
  position: fixed;
}
body #content .content_inner .top .menu ul li .menubutton {
  color: #aa182c;
}
body #content .content_inner .top .menu ul.c1 li a:not(.story_menu) {
  color: #dca1a5;
}
.sp body #content .content_inner .top .menu ul.c1 li a:not(.story_menu),
.tablet body #content .content_inner .top .menu ul.c1 li a:not(.story_menu) {
  color: #aa182c;
}
body #content .content_inner .top .menu ul.c2 li a:not(.outline_menu) {
  color: #dca1a5;
}
.sp body #content .content_inner .top .menu ul.c2 li a:not(.outline_menu),
.tablet body #content .content_inner .top .menu ul.c2 li a:not(.outline_menu) {
  color: #aa182c;
}
body #content .content_inner .top .menu ul.c3 li a:not(.shopping_menu) {
  color: #dca1a5;
}
.sp body #content .content_inner .top .menu ul.c3 li a:not(.shopping_menu),
.tablet body #content .content_inner .top .menu ul.c3 li a:not(.shopping_menu) {
  color: #aa182c;
}
body #content .content_inner .top .menu ul.c4 li a:not(.news_menu) {
  color: #dca1a5;
}
.sp body #content .content_inner .top .menu ul.c4 li a:not(.news_menu),
.tablet body #content .content_inner .top .menu ul.c4 li a:not(.news_menu) {
  color: #aa182c;
}
body #content .content_inner .top .menu ul li {
  display: inline-block;
  padding-left: 3.1%;
}
@media all and (max-width: 930px) {
  body #content .content_inner .top .menu ul li {
    letter-spacing: 0.6px;
    padding-top: 0.4%;
    padding-left: 1.2%;
  }
}
body #content .content_inner .top .menu ul li a {
  color: #aa182c;
  padding-top: 1px;
  padding-bottom: 1px;
}
body #content .content_inner .top .menu ul li a.disactive {
  color: #dca1a5;
}
.sp body #content .content_inner .top .menu ul li a.disactive,
.tablet body #content .content_inner .top .menu ul li a.disactive {
  color: #aa182c;
}
body #content .content_inner .top .menu ul li a.active {
  color: #aa182c !important;
}
@media all and (max-width: 729px) {
  body #content .content_inner .top .menu {
    font-size: 18px;
    height: 0px;
  }
  body #content .content_inner .top .menu ul {
    text-align: right;
    padding: 7px 5.3% 0 5.3%;
    height: 50px;
    display: none;
  }
  body #content .content_inner .top .menu ul.active {
    position: fixed;
  }
  body #content .content_inner .top .menu ul.c1 {
    display: block;
  }
  body #content .content_inner .top .menu ul.c1 li a:not(.story_menu) {
    display: none;
  }
  body #content .content_inner .top .menu ul.c2 {
    display: block;
  }
  body #content .content_inner .top .menu ul.c2 li a:not(.outline_menu) {
    display: none;
  }
  body #content .content_inner .top .menu ul.c3 {
    display: block;
  }
  body #content .content_inner .top .menu ul.c3 li a:not(.shopping_menu) {
    display: none;
  }
  body #content .content_inner .top .menu ul.c4 {
    display: block;
  }
  body #content .content_inner .top .menu ul.c4 li a:not(.news_menu) {
    display: none;
  }
  body #content .content_inner .top .menu ul li {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  body #content .content_inner .top .menu ul li a {
    display: block;
    color: #aa182c;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
body #content .content_inner .top .menu_sp {
  display: none;
}
@media all and (max-width: 729px) {
  body #content .content_inner .top .menu_sp {
    display: block;
    position: relative;
    font-size: 12px;
    margin-top: 9%;
    margin-bottom: 2%;
  }
  body #content .content_inner .top .menu_sp ul {
    text-align: center;
    padding: 4% 2% 6.5% 2%;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #f9f6f2;
  }
  body #content .content_inner .top .menu_sp ul li .menubutton {
    color: #aa182c;
  }
  body #content .content_inner .top .menu_sp ul.active {
    position: absolute;
  }
  body #content .content_inner .top .menu_sp ul.c1 li a:not(.story_menu) {
    color: #dca1a5;
  }
  .sp body #content .content_inner .top .menu_sp ul.c1 li a:not(.story_menu),
  .tablet body #content .content_inner .top .menu_sp ul.c1 li a:not(.story_menu) {
    color: #aa182c;
  }
  body #content .content_inner .top .menu_sp ul.c2 li a:not(.outline_menu) {
    color: #dca1a5;
  }
  .sp body #content .content_inner .top .menu_sp ul.c2 li a:not(.outline_menu),
  .tablet body #content .content_inner .top .menu_sp ul.c2 li a:not(.outline_menu) {
    color: #aa182c;
  }
  body #content .content_inner .top .menu_sp ul.c3 li a:not(.shopping_menu) {
    color: #dca1a5;
  }
  .sp body #content .content_inner .top .menu_sp ul.c3 li a:not(.shopping_menu),
  .tablet body #content .content_inner .top .menu_sp ul.c3 li a:not(.shopping_menu) {
    color: #aa182c;
  }
  body #content .content_inner .top .menu_sp ul.c4 li a:not(.news_menu) {
    color: #dca1a5;
  }
  .sp body #content .content_inner .top .menu_sp ul.c4 li a:not(.news_menu),
  .tablet body #content .content_inner .top .menu_sp ul.c4 li a:not(.news_menu) {
    color: #aa182c;
  }
  body #content .content_inner .top .menu_sp ul li {
    display: inline-block;
    padding-left: 3.1%;
  }
  body #content .content_inner .top .menu_sp ul li:first-child {
    padding-left: 0;
  }
  body #content .content_inner .top .menu_sp ul li a {
    color: #aa182c;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  body #content .content_inner .top .menu_sp ul li a.disactive {
    color: #dca1a5;
  }
  .sp body #content .content_inner .top .menu_sp ul li a.disactive,
  .tablet body #content .content_inner .top .menu_sp ul li a.disactive {
    color: #aa182c;
  }
  body #content .content_inner .top .menu_sp ul li a.active {
    color: #aa182c !important;
  }
}
@media all and (max-width: 370px) {
  body #content .content_inner .top .menu_sp ul li {
    padding-left: 0.6%;
    padding-right: 0.6%;
  }
  body #content .content_inner .top .menu_sp ul li a {
    letter-spacing: 1px;
  }
}
body #content .content_inner .bottom {
  position: relative;
  width: auto;
  display: -webkit-flex;
  display: flex;
  background: #f9f6f2;
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 1.6px;
  line-height: 1.9;
}
body #content .content_inner .bottom .main a {
  color: #aa182c;
}
body #content .content_inner .bottom .main a:not(.border_link, .item) {
  border-bottom: 2px solid #aa182c;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main a:not(.border_link, .item) {
    border-bottom: 1px solid #aa182c;
  }
}
body #content .content_inner .bottom .main a:not(.border_link, .item):hover {
  border-bottom: 2px solid transparent;
}
.sp body #content .content_inner .bottom .main a:not(.border_link, .item):hover,
.tablet body #content .content_inner .bottom .main a:not(.border_link, .item):hover {
  border-bottom: 1px solid #aa182c;
}
body #content .content_inner .bottom h1 {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 1.9;
  font-weight: 700;
}
body #content .content_inner .bottom h1 span {
  font-size: 16px;
}
body #content .content_inner .bottom h2 {
  font-size: 14px;
  color: #1a1a1a;
  line-height: 1.9;
  letter-spacing: 1px;
  font-weight: 400;
}
body #content .content_inner .bottom h3 {
  font-size: 14px;
  letter-spacing: 1px;
  color: #aa182c;
  line-height: 2;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom h3 {
    font-size: 13px;
  }
}
body #content .content_inner .bottom h3 span {
  border-bottom: 1px solid #aa182c;
}
body #content .content_inner .bottom h4 {
  font-size: 12px;
  letter-spacing: 1px;
  color: #aa182c;
}
body #content .content_inner .bottom .main {
  display: block;
  padding: 0 11.8% 0 21.9%;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main {
    padding: 0 5.3% 0 5.3%;
  }
}
body #content .content_inner .bottom .main .story {
  letter-spacing: 3.2px;
  padding-top: 14.3%;
}
@media all and (max-width: 769px) {
  body #content .content_inner .bottom .main .story {
    margin-bottom: 6%;
    padding-top: 15.3%;
  }
}
body #content .content_inner .bottom .main .story .story_img_a {
  padding-bottom: 4.8%;
}
body #content .content_inner .bottom .main .story .story_text_a,
body #content .content_inner .bottom .main .story .story_text_b {
  background: #ffffff;
  padding: 4.8% 5.5% 4.7% 5.5%;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main .story .story_text_a,
  body #content .content_inner .bottom .main .story .story_text_b {
    background: none;
    padding: 3.5% 0 1.9% 0;
  }
}
body #content .content_inner .bottom .main .story .story_img_b {
  padding: 5.5% 0 5% 0;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main .story .story_img_b {
    background: none;
    padding: 5.5% 0 5.9% 0;
  }
}
body #content .content_inner .bottom .main .story .story_img_c {
  padding: 5.2% 0 5.3% 0;
}
body #content .content_inner .bottom .main .story .story_img_a img,
body #content .content_inner .bottom .main .story .story_img_b img,
body #content .content_inner .bottom .main .story .story_img_c img {
  display: block;
  width: 100%;
  margin-bottom: 0;
}
body #content .content_inner .bottom .main .links .link {
  float: left;
  width: calc((100% - 40px) / 4);
}
body #content .content_inner .bottom .main .links .link.link_twitter,
body #content .content_inner .bottom .main .links .link.link_instagram,
body #content .content_inner .bottom .main .links .link.link_youtube {
  margin-right: 13px;
}
body #content .content_inner .bottom .main .links .link a {
  padding-top: 15px;
  padding-bottom: 7px;
}
@media all and (max-width: 1000px) {
  body #content .content_inner .bottom .main .links .link {
    width: 100%;
    height: calc((100% - 40px) / 4);
  }
  body #content .content_inner .bottom .main .links .link a {
    padding-top: 14px;
    line-height: 0;
  }
  body #content .content_inner .bottom .main .links .link.link_twitter,
  body #content .content_inner .bottom .main .links .link.link_instagram,
  body #content .content_inner .bottom .main .links .link.link_youtube {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
body #content .content_inner .bottom .main .links:after {
  content: " ";
  clear: both;
  display: block;
}
body #content .content_inner .bottom .main .outline {
  margin-top: 9%;
  padding-top: 14.3%;
}
body #content .content_inner .bottom .main .outline .out_title {
  padding-bottom: 3.8%;
}
body #content .content_inner .bottom .main .outline .day {
  padding-bottom: 5%;
}
body #content .content_inner .bottom .main .outline .day p {
  padding-top: 0.8%;
}
body #content .content_inner .bottom .main .outline .calender {
  padding-left: 1.2%;
}
body #content .content_inner .bottom .main .outline .notice {
  padding: 5.3% 0 1% 0;
}
body #content .content_inner .bottom .main .outline .feeding {
  padding: 10% 0 8% 0;
  position: relative;
}
body #content .content_inner .bottom .main .outline .feeding .feeding_sp {
  display: none;
}
body #content .content_inner .bottom .main .outline .feeding p {
  padding-bottom: 4%;
}
body #content .content_inner .bottom .main .outline .feeding .f_option_txt {
  padding-top: 4%;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main .outline .feeding .f_option_txt {
    display: none;
  }
}
body #content .content_inner .bottom .main .outline .feeding .small {
  font-size: 14px;
}
body #content .content_inner .bottom .main .outline .feeding .feeding_img {
  display: flex;
  padding: 2.2% 0 2.2% 0;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main .outline .feeding .feeding_img {
    background: none;
    padding-top: 0;
  }
}
body #content .content_inner .bottom .main .outline .feeding .feeding_img .left {
  display: block;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 0;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main .outline .feeding .feeding_img .left {
    width: 100%;
    margin-right: 0%;
  }
}
body #content .content_inner .bottom .main .outline .feeding .feeding_img .right {
  display: block;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 0;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main .outline .feeding .feeding_img .right {
    width: 100%;
    margin-left: 0%;
  }
}
body #content .content_inner .bottom .main .outline .resv {
  padding: 0 0 8.5% 0;
}
body #content .content_inner .bottom .main .outline .resv p {
  padding-bottom: 4%;
}
body #content .content_inner .bottom .main .outline .resv .resv_txt {
  padding-bottom: 4%;
}
body #content .content_inner .bottom .main .outline .resv .resv_img {
  display: flex;
  padding: 2.2% 0 4% 0;
  flex-direction: row;
  flex-wrap: wrap;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main .outline .resv .resv_img {
    background: none;
    padding-top: 0;
  }
}
body #content .content_inner .bottom .main .outline .resv .resv_img .left {
  display: block;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 0;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main .outline .resv .resv_img .left {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 4%;
  }
}
body #content .content_inner .bottom .main .outline .resv .resv_img .right {
  display: block;
  width: 48%;
  margin-left: 2%;
  margin-bottom: 0;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main .outline .resv .resv_img .right {
    width: 100%;
    margin-left: 0%;
  }
}
body #content .content_inner .bottom .main .outline .resv .resv_button {
  padding-bottom: 1%;
}
body #content .content_inner .bottom .main .outline .access {
  display: flex;
  width: 100%;
  margin-bottom: 7.2%;
}
body #content .content_inner .bottom .main .outline .access .left {
  display: inline-block;
  width: 40%;
  padding-right: 1%;
  height: auto;
}
body #content .content_inner .bottom .main .outline .access .left .route {
  padding: 11% 0 7% 0;
}
body #content .content_inner .bottom .main .outline .access .left .map_button {
  padding-bottom: 16%;
}
body #content .content_inner .bottom .main .outline .access .left .map_button a {
  width: 100%;
}
body #content .content_inner .bottom .main .outline .access .right {
  display: inline-block;
  width: 60%;
  padding-left: 3%;
  height: auto;
}
body #content .content_inner .bottom .main .outline .access .right .googlemap {
  position: relative;
}
body #content .content_inner .bottom .main .outline .access .right .googlemap:before {
  content: "";
  display: block;
  padding-top: 68%;
}
body #content .content_inner .bottom .main .outline .access .right .googlemap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body #content .content_inner .bottom .main .outline .address .tel {
  font-size: 20px;
  letter-spacing: 2px;
  color: #aa182c;
  padding: 3.7% 0% 0.8% 0%;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main .outline {
    margin-top: 25.2%;
  }
  body #content .content_inner .bottom .main .outline .out_title {
    margin-top: 9%;
    padding-bottom: 8%;
  }
  body #content .content_inner .bottom .main .outline .day {
    padding-bottom: 12%;
  }
  body #content .content_inner .bottom .main .outline .day p {
    padding-top: 0.8%;
  }
  body #content .content_inner .bottom .main .outline .calender {
    padding-left: 1.2%;
  }
  body #content .content_inner .bottom .main .outline .notice {
    padding: 9% 0 13% 0;
  }
  body #content .content_inner .bottom .main .outline .feeding {
    padding: 10% 0 5% 0;
  }
  body #content .content_inner .bottom .main .outline .feeding p {
    padding-bottom: 2%;
  }
  body #content .content_inner .bottom .main .outline .feeding h1 {
    display: none;
  }
  body #content .content_inner .bottom .main .outline .feeding .feeding_sp {
    display: block;
  }
  body #content .content_inner .bottom .main .outline .feeding .feeding_sp .f_head_sp {
    font-size: 20px;
    line-height: 2;
  }
  body #content .content_inner .bottom .main .outline .feeding .feeding_sp .f_head_sp span {
    font-size: 16px;
  }
  body #content .content_inner .bottom .main .outline .feeding .feeding_sp .f_option_txt_sp {
    padding-top: 0%;
    padding-bottom: 7%;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
  }
  body #content .content_inner .bottom .main .outline .resv {
    padding: 0 0 18% 0;
  }
  body #content .content_inner .bottom .main .outline .resv p {
    padding-bottom: 7.5%;
  }
  body #content .content_inner .bottom .main .outline .access {
    display: block;
    margin-bottom: 11.5%;
  }
  body #content .content_inner .bottom .main .outline .access .left {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    height: auto;
  }
  body #content .content_inner .bottom .main .outline .access .left .route {
    padding: 8% 0 5% 0;
  }
  body #content .content_inner .bottom .main .outline .access .left .map_button {
    padding-bottom: 6%;
  }
  body #content .content_inner .bottom .main .outline .access .left .map_button a {
    width: 100%;
  }
  body #content .content_inner .bottom .main .outline .access .left .parking {
    padding-bottom: 5%;
  }
  body #content .content_inner .bottom .main .outline .access .right {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    height: auto;
  }
  body #content .content_inner .bottom .main .outline .access .right .googlemap {
    position: relative;
  }
  body #content .content_inner .bottom .main .outline .access .right .googlemap:before {
    content: "";
    display: block;
    padding-top: 68%;
  }
  body #content .content_inner .bottom .main .outline .access .right .googlemap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  body #content .content_inner .bottom .main .outline .address .tel {
    font-size: 20px;
    letter-spacing: 2px;
    color: #aa182c;
    padding: 8.2% 0% 1.3% 0%;
  }
}
body #content .content_inner .bottom .main .shopping {
  padding-top: 14.3%;
  margin-top: 9%;
  margin-bottom: 1%;
}
body #content .content_inner .bottom .main .shopping .item {
  padding-top: 7.3%;
}
body #content .content_inner .bottom .main .shopping .item:after {
  content: " ";
  clear: both;
  display: block;
}
body #content .content_inner .bottom .main .shopping .item_1,
body #content .content_inner .bottom .main .shopping .item_2,
body #content .content_inner .bottom .main .shopping .item_3,
body #content .content_inner .bottom .main .shopping .item_4 {
  float: left;
  width: 50%;
  height: 100%;
  line-height: 1;
}
body #content .content_inner .bottom .main .shopping .item_1:nth-child(2n+1),
body #content .content_inner .bottom .main .shopping .item_2:nth-child(2n+1),
body #content .content_inner .bottom .main .shopping .item_3:nth-child(2n+1),
body #content .content_inner .bottom .main .shopping .item_4:nth-child(2n+1) {
  clear: both;
}
body #content .content_inner .bottom .main .shopping .item_1:nth-child(odd),
body #content .content_inner .bottom .main .shopping .item_2:nth-child(odd),
body #content .content_inner .bottom .main .shopping .item_3:nth-child(odd),
body #content .content_inner .bottom .main .shopping .item_4:nth-child(odd) {
  padding-right: 7%;
}
body #content .content_inner .bottom .main .shopping .item_1:nth-child(even),
body #content .content_inner .bottom .main .shopping .item_2:nth-child(even),
body #content .content_inner .bottom .main .shopping .item_3:nth-child(even),
body #content .content_inner .bottom .main .shopping .item_4:nth-child(even) {
  padding-left: 7%;
}
body #content .content_inner .bottom .main .shopping .item_1 a,
body #content .content_inner .bottom .main .shopping .item_2 a,
body #content .content_inner .bottom .main .shopping .item_3 a,
body #content .content_inner .bottom .main .shopping .item_4 a {
  display: block;
}
body #content .content_inner .bottom .main .shopping .item_1 a:hover img,
body #content .content_inner .bottom .main .shopping .item_2 a:hover img,
body #content .content_inner .bottom .main .shopping .item_3 a:hover img,
body #content .content_inner .bottom .main .shopping .item_4 a:hover img {
  opacity: 0.5;
}
body #content .content_inner .bottom .main .shopping .item_1 a:hover .item_caption .item_name h3 span,
body #content .content_inner .bottom .main .shopping .item_2 a:hover .item_caption .item_name h3 span,
body #content .content_inner .bottom .main .shopping .item_3 a:hover .item_caption .item_name h3 span,
body #content .content_inner .bottom .main .shopping .item_4 a:hover .item_caption .item_name h3 span {
  border-bottom: 1px solid transparent;
}
.sp body #content .content_inner .bottom .main .shopping .item_1 a:hover img,
.sp body #content .content_inner .bottom .main .shopping .item_2 a:hover img,
.sp body #content .content_inner .bottom .main .shopping .item_3 a:hover img,
.sp body #content .content_inner .bottom .main .shopping .item_4 a:hover img,
.tablet body #content .content_inner .bottom .main .shopping .item_1 a:hover img,
.tablet body #content .content_inner .bottom .main .shopping .item_2 a:hover img,
.tablet body #content .content_inner .bottom .main .shopping .item_3 a:hover img,
.tablet body #content .content_inner .bottom .main .shopping .item_4 a:hover img {
  opacity: 1;
}
body #content .content_inner .bottom .main .shopping .item_1 img,
body #content .content_inner .bottom .main .shopping .item_2 img,
body #content .content_inner .bottom .main .shopping .item_3 img,
body #content .content_inner .bottom .main .shopping .item_4 img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
body #content .content_inner .bottom .main .shopping .item_caption {
  text-align: center;
  margin-bottom: 1%;
}
body #content .content_inner .bottom .main .shopping .item_caption .item_name {
  padding-top: 8%;
  padding-bottom: 5%;
}
body #content .content_inner .bottom .main .shopping .link_button {
  margin-top: 5.7%;
  padding-right: 3.6%;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main .shopping {
    padding-top: 18.3%;
    margin-top: 21.3%;
  }
  body #content .content_inner .bottom .main .shopping p {
    margin-top: 5.6%;
  }
  body #content .content_inner .bottom .main .shopping .item_1,
  body #content .content_inner .bottom .main .shopping .item_2,
  body #content .content_inner .bottom .main .shopping .item_3,
  body #content .content_inner .bottom .main .shopping .item_4 {
    float: left;
    width: 50%;
    height: 100%;
    line-height: 1;
  }
  body #content .content_inner .bottom .main .shopping .item_1:nth-child(2n+1),
  body #content .content_inner .bottom .main .shopping .item_2:nth-child(2n+1),
  body #content .content_inner .bottom .main .shopping .item_3:nth-child(2n+1),
  body #content .content_inner .bottom .main .shopping .item_4:nth-child(2n+1) {
    clear: both;
  }
  body #content .content_inner .bottom .main .shopping .item_1:nth-child(odd),
  body #content .content_inner .bottom .main .shopping .item_2:nth-child(odd),
  body #content .content_inner .bottom .main .shopping .item_3:nth-child(odd),
  body #content .content_inner .bottom .main .shopping .item_4:nth-child(odd) {
    padding-right: 2%;
  }
  body #content .content_inner .bottom .main .shopping .item_1:nth-child(even),
  body #content .content_inner .bottom .main .shopping .item_2:nth-child(even),
  body #content .content_inner .bottom .main .shopping .item_3:nth-child(even),
  body #content .content_inner .bottom .main .shopping .item_4:nth-child(even) {
    padding-left: 2%;
  }
  body #content .content_inner .bottom .main .shopping .item_1 a,
  body #content .content_inner .bottom .main .shopping .item_2 a,
  body #content .content_inner .bottom .main .shopping .item_3 a,
  body #content .content_inner .bottom .main .shopping .item_4 a {
    display: block;
  }
  body #content .content_inner .bottom .main .shopping .item_1 img,
  body #content .content_inner .bottom .main .shopping .item_2 img,
  body #content .content_inner .bottom .main .shopping .item_3 img,
  body #content .content_inner .bottom .main .shopping .item_4 img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  body #content .content_inner .bottom .main .shopping .item_caption {
    text-align: center;
    margin-bottom: 1%;
  }
  body #content .content_inner .bottom .main .shopping .item_caption .item_name {
    padding-top: 7%;
    padding-bottom: 19.5%;
  }
  body #content .content_inner .bottom .main .shopping .item_caption .item_name span {
    line-height: 2;
  }
  body #content .content_inner .bottom .main .shopping .link_button {
    margin-top: 1%;
    padding-right: 0;
  }
}
body #content .content_inner .bottom .main .news {
  padding-top: 22%;
  margin-bottom: 8%;
}
body #content .content_inner .bottom .main .news .tl_box {
  display: block;
  height: 100%;
  width: 87%;
  padding-left: 13%;
}
body #content .content_inner .bottom .main .news .tl_box iframe {
  height: 680px !important;
}
@media all and (max-width: 729px) {
  body #content .content_inner .bottom .main .news {
    padding-top: 38%;
    margin-bottom: 19%;
  }
  body #content .content_inner .bottom .main .news .tl_box {
    margin-top: 8%;
    display: block;
    width: 100%;
    height: 460px;
    padding-left: 10%;
    padding-right: 10%;
  }
  body #content .content_inner .bottom .main .news .tl_box iframe {
    height: 460px !important;
  }
}
body #content footer {
  position: relative;
  display: block;
  padding: 3.7% 2.5% 3.7% 2%;
  font-size: 14px;
  letter-spacing: 1.2px;
  line-height: 1.9;
  background-color: #ffffff;
}
@media all and (max-width: 729px) {
  body #content footer {
    font-size: 13px;
    padding: 5% 1.8% 3.7% 1.8%;
    letter-spacing: 1.1px;
  }
}
@media all and (max-width: 370px) {
  body #content footer {
    padding: 4% 1.5% 2.7% 1.5%;
    font-size: 10px;
    letter-spacing: 0.2px;
  }
}
body #content footer .text {
  padding-left: 1.2%;
  float: left;
}
@media all and (max-width: 729px) {
  body #content footer .text {
    text-align: center;
    float: none;
    padding-left: 0%;
    padding-bottom: 2%;
  }
}
body #content footer .footer_menu {
  padding: 0;
  float: right;
}
body #content footer .footer_menu ul li {
  display: inline-block;
  padding-left: 23px;
}
body #content footer .footer_menu ul li a {
  color: #aa182c;
  padding-top: 1px;
  padding-bottom: 1px;
  border: none !important;
}
body #content footer .footer_menu ul:after {
  content: " ";
  clear: both;
  display: block;
}
@media all and (max-width: 729px) {
  body #content footer .footer_menu {
    padding: 0 2% 7.1% 2%;
    float: none;
  }
  body #content footer .footer_menu ul {
    text-align: center;
  }
  body #content footer .footer_menu ul li {
    display: inline-block;
    padding-left: 0;
    padding-right: 4%;
  }
  body #content footer .footer_menu ul li:last-child {
    padding-right: 0;
  }
  body #content footer .footer_menu ul li a {
    color: #aa182c;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media all and (max-width: 370px) {
  body #content footer .footer_menu {
    padding: 1% 1% 4.1% 1%;
    float: none;
  }
  body #content footer .footer_menu ul {
    text-align: center;
  }
  body #content footer .footer_menu ul li {
    display: inline-block;
    padding-left: 0;
    padding-right: 2%;
  }
  body #content footer .footer_menu ul li:last-child {
    padding-right: 0;
  }
  body #content footer .footer_menu ul li a {
    color: #aa182c;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
@media all and (max-width: 1000px) {
  body #content footer .footer_menu ul li {
    display: inline-block;
    padding-left: 12px;
  }
}
body #content footer:after {
  content: " ";
  clear: both;
  display: block;
}
a.border_link {
  text-align: center;
  border: 2px solid #aa182c;
  border-radius: 35px;
  display: block;
  background-color: #ffffff;
  height: 70px;
  padding: 12px 0 0 0;
  letter-spacing: 1px;
}
a.border_link:hover {
  background-color: #aa182c;
}
a.border_link:hover .jp,
a.border_link:hover .en,
a.border_link:hover .caption {
  color: #ffffff;
}
a.border_link .jp {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
a.border_link .en {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
@media all and (max-width: 729px) {
  a.border_link {
    border-radius: 25px;
    height: 50px;
    padding: 12px 0 0 0;
  }
  a.border_link .jp {
    padding: 0 5px;
    display: inline-block;
  }
  a.border_link .en {
    padding: 0 5px;
    display: inline-block;
    position: relative;
    top: -1px;
  }
}
a.border_link.side {
  width: 320px;
  height: 50px;
  margin: 0 auto;
  padding: 14px 0 0 0;
  line-height: 1;
}
a.border_link.side .jp {
  padding: 0 5px;
  display: inline-block;
}
a.border_link.side .en {
  padding: 0 5px;
  display: inline-block;
  position: relative;
  top: -1px;
}
@media all and (max-width: 729px) {
  a.border_link.side {
    width: auto;
  }
  a.border_link.side .jp,
  a.border_link.side .en {
    font-size: 14px;
    padding: 0;
  }
  a.border_link.side .caption {
    font-size: 14px;
    letter-spacing: 1.8px;
    padding-top: 2px;
  }
}
a.border_link.footer {
  width: 72px;
  height: 34px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  line-height: 1;
}
a.border_link.footer .jp {
  padding: 0 5px;
  display: inline-block;
}
a.border_link.footer .en {
  padding: 0 5px;
  display: inline-block;
  position: relative;
  top: -1px;
}
@media all and (max-width: 729px) {
  a.border_link.footer {
    width: auto;
  }
  a.border_link.footer .jp,
  a.border_link.footer .en {
    font-size: 14px;
    padding: 0;
  }
  a.border_link.footer .caption {
    font-size: 14px;
    letter-spacing: 1.8px;
    padding-top: 2px;
  }
}
.sp  a.border_link:hover,
.tablet  a.border_link:hover {
  background-color: #ffffff;
}
.sp  a.border_link:hover .jp,
.tablet  a.border_link:hover .jp,
.sp  a.border_link:hover .en,
.tablet  a.border_link:hover .en,
.sp  a.border_link:hover .caption,
.tablet  a.border_link:hover .caption {
  color: #aa182c;
}
