@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.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 iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Asap:400,400i");
@import url("https://fonts.googleapis.com/css?family=Asap:400,400i");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin: 0;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  /* Adhere to container width. */
}

figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue;
}

a:hover, a:focus, a:active {
  color: midnightblue;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}
.site-main .comment-navigation, .site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* ===============================\
color
=============================== */
/* ===============================\
mixin
=============================== */
.img-responsive {
  width: 100%;
  height: auto;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 480px) {
  .container {
    min-width: 1200px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.cf:after,
.cf:before {
  content: " ";
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
  float: left;
}

.col-12 {
  width: 100%;
}

.col-11 {
  width: 91.66666667%;
}

.col-10 {
  width: 83.33333333%;
}

.col-9 {
  width: 75%;
}

.col-8 {
  width: 66.66666667%;
}

.col-7 {
  width: 58.33333333%;
}

.col-6 {
  width: 50%;
}

.col-5 {
  width: 41.66666667%;
}

.col-4 {
  width: 33.33333333%;
}

.col-3 {
  width: 25%;
}

.col-2 {
  width: 16.66666667%;
}

.col-1 {
  width: 8.33333333%;
}

html {
  font-size: 58%;
}
@media (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-family: "Shuei Mincho L", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.3em;
  word-break: break-all;
  color: #3e3a39;
}

a,
a:visited {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #3e3a39;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  opacity: 0.7;
}

p {
  font-size: 1.4rem;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 480px) {
  .site {
    padding-bottom: 0;
  }
}

.site-footer {
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative;
}
.site-footer::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  width: 127px;
  height: 0;
  padding-top: 35px;
  overflow: hidden;
  background-size: 127px 35px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/bg_footer_seagull.svg);
  top: -3vw;
  right: 5vw;
}
@media (min-width: 480px) {
  .site-footer::before {
    right: 100px;
    top: -100px;
    z-index: -1;
  }
}

.site-footer__top {
  position: relative;
}
.site-footer__top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_trans_wave.png);
  display: block;
  z-index: 10;
  left: 0;
  top: 0;
}

@media (max-width: 480px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.85);
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 555;
  }
}
@media (min-width: 480px) {
  .site-header {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 1rem 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 1200px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 999;
  }
  .site-header.is-fixed {
    position: fixed;
    top: 0;
  }
}

.header__brand,
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__brand ul,
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 480px) {
  .header__brand,
  .header__menu {
    width: 100%;
  }
  .header__brand ul,
  .header__menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__brand ul li,
  .header__menu ul li {
    padding-bottom: 2em;
  }
  .header__brand ul li a,
  .header__menu ul li a {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .header__brand ul li a em,
  .header__menu ul li a em {
    font-style: normal;
    font-size: 85%;
    color: #d7b442;
  }
}

@media (max-width: 480px) {
  .header__logo {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.header__logo h1 a {
  display: block;
  width: 220px;
  height: 0;
  padding-top: 52px;
  overflow: hidden;
  background-size: 220px 52px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/logo.png);
  margin: 0 auto;
}
@media (min-width: 480px) {
  .header__logo h1 a {
    display: block;
    width: 300px;
    height: 0;
    padding-top: 71px;
    overflow: hidden;
    background-size: 300px 71px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/common/logo.png);
  }
}
@media (min-width: 480px) and (max-width: 1350px) {
  .header__logo h1 a {
    display: block;
    width: 240px;
    height: 0;
    padding-top: 56px;
    overflow: hidden;
    background-size: 240px 56px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
  }
}

@media (min-width: 480px) {
  .header__menu ul {
    height: 100%;
  }
  .header__menu ul li {
    display: inline-block;
    margin-left: 2.5vw;
    height: 100%;
  }
  .header__menu ul li a {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .header__menu ul li a span {
    font-size: 1.65rem;
  }
  .header__menu ul li a em {
    color: #d7b442;
    font-style: normal;
    font-size: 1.3rem;
  }
  .header__menu ul li.current a span {
    color: #AE8938;
  }
}
@media (min-width: 480px) and (max-width: 1350px) {
  .header__menu ul li {
    margin-left: 1.5em;
  }
  .header__menu ul li a span {
    font-size: 1.4rem;
  }
  .header__menu ul li a em {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .header__menu,
  .header__brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-english a {
  background-color: #AE8938;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5em 1em;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media (max-width: 480px) {
  .btn-english {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 1em;
  }
  .btn-english a {
    padding: 1em;
  }
}

.footer__menu.pc {
  display: none;
}

.footer__sub-menu {
  background-color: #c9caca;
  padding-bottom: 1rem;
}
.footer__sub-menu ul {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__sub-menu ul li a {
  padding: 0.85em 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}
.footer__sub-menu ul li a::before {
  content: "";
  display: block;
  width: 20px;
  height: 0;
  padding-top: 20px;
  overflow: hidden;
  background-size: 20px 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/list_arrow.svg);
  -webkit-transform: translate(-5px);
          transform: translate(-5px);
}
@media (min-width: 480px) {
  .footer__sub-menu ul {
    display: block;
    text-align: right;
    width: 100%;
  }
  .footer__sub-menu ul li {
    border-bottom: none;
    display: inline-block;
  }
  .footer__sub-menu ul li a {
    font-size: 1.6rem;
  }
}

.footer__brand {
  background: #c9caca;
}
@media (min-width: 480px) {
  .footer__brand {
    padding-top: 3rem;
  }
}

.footer__brand__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;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 480px) {
  .footer__brand__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 1200px;
  }
}

.footer__brand__logo {
  position: relative;
  z-index: 11;
}
.footer__brand__logo h1 a {
  display: block;
  width: 70vw;
  min-width: 150px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .footer__brand__logo h1 a {
    width: 396px;
  }
}

.footer__brand__address {
  position: relative;
  z-index: 11;
  padding-left: 15px;
  padding-right: 15px;
}
.footer__brand__address address {
  font-style: normal;
  margin: 0 0 1rem;
}
.footer__brand__address address p {
  margin: 0;
  font-size: 1.8rem;
}
.footer__brand__address address ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__brand__address address ul li {
  font-size: 2.4rem;
}
@media (min-width: 480px) {
  .footer__brand__address address ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer__brand__address address li {
    font-size: 2.8rem;
  }
  .footer__brand__address address li:first-child {
    margin-right: 1.5em;
  }
}

.footer__brand__address__mail {
  font-size: 2.8rem;
}
@media (max-width: 480px) {
  .footer__brand__address__mail {
    font-size: 2.6rem;
  }
}

.footer__map {
  height: 400px;
}
.footer__row.link {
  padding-top: 2rem;
}

.footer__link {
  padding-bottom: 2rem;
  text-align: center;
}
.footer__link ul li {
  display: inline-block;
}
.footer__link figure {
  margin-bottom: 0.25rem;
}
.footer__link a {
  font-size: 1.8rem;
  display: block;
  text-align: center;
  text-decoration: underline;
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}
@media (min-width: 480px) {
  .footer__link {
    margin-left: auto;
    margin-right: auto;
  }
}

.footer__copy {
  background: #2f2f2f;
  color: #fff;
  padding: 1em;
  text-align: center;
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}
@media (min-width: 480px) {
  .footer__copy {
    font-size: 1.5rem;
  }
}

.section-sns {
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.section-sns .parts-sec-sub-title {
  margin-bottom: 1.5rem;
}
@media (min-width: 480px) {
  .section-sns {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}
.section-sns h2 {
  margin-bottom: 0;
  font-weight: normal;
}
.section-sns h2 span {
  font-size: 1.6rem !important;
}
.section-sns h2 span::before, .section-sns h2 span::after {
  content: "";
  width: 1px;
  height: 2em;
  background: #c9caca;
  display: inline-block;
  margin: 0 0.5em -1em;
}
.section-sns h2 span::before {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.section-sns h2 span::after {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
@media (min-width: 480px) {
  .section-sns h2 span {
    font-size: 2.4rem !important;
  }
}
.section-sns ul {
  text-align: center;
}
.section-sns ul li {
  display: inline-block;
  padding: 0 0.25em;
}
@media (min-width: 480px) {
  .section-sns ul li {
    padding: 0 1rem;
  }
}
.section-sns ul li a {
  border-radius: 50%;
  background: url(../img/common/bg_gold_wave.gif);
  display: block;
}
.section-sns ul li a i {
  width: 40px;
  padding-top: 40px;
  background-size: 40px 40px;
}
@media (min-width: 480px) {
  .section-sns ul li a {
    width: 80px;
    height: 80px;
  }
  .section-sns ul li a i {
    width: 80px;
    padding-top: 80px;
    background-size: 80px 80px;
  }
}

#footer-google-map {
  height: 400px;
  width: 100%;
  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;
  text-align: center;
  background-color: #f4f4f4;
}

/* ===============================\
color
=============================== */
/* ===============================\
mixin
=============================== */
.img-responsive {
  width: 100%;
  height: auto;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-30 > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}
.row-40 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.pc {
  display: none;
}
@media (min-width: 480px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media (min-width: 480px) {
  .sp {
    display: none;
  }
}

.parts-sec-title {
  text-align: center;
  margin-bottom: 1rem;
}
.parts-sec-title span {
  display: block;
  font-size: 2.4rem;
}
.parts-sec-title small {
  color: #d7b442;
  font-size: 1.2rem;
}
@media (min-width: 480px) {
  .parts-sec-title span {
    font-size: 3.6rem;
    font-weight: normal;
  }
  .parts-sec-title small {
    font-size: 2rem;
    font-weight: normal;
  }
}

.parts-sec-sub-title {
  text-align: center;
  margin-bottom: 3rem;
}
.parts-sec-sub-title span {
  display: block;
  font-size: 2.4rem;
}
.parts-sec-sub-title small {
  color: #d7b442;
  font-size: 1/4rem;
}
@media (min-width: 480px) {
  .parts-sec-sub-title span {
    font-size: 3rem;
  }
  .parts-sec-sub-title small {
    font-size: 1.8rem;
  }
}

.sp-bottom-fix-nav {
  position: fixed;
  height: 60px;
  left: 0;
  bottom: 0;
  background: #d7b442;
  width: 100%;
  z-index: 554;
}
@media (min-width: 480px) {
  .sp-bottom-fix-nav {
    display: none;
  }
}
.sp-bottom-fix-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}
.sp-bottom-fix-nav ul li {
  width: 25%;
}
.sp-bottom-fix-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sp-bottom-fix-nav span {
  font-size: 2rem;
}
.datepicker-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.datepicker-wrap input {
  width: 79%;
}
.datepicker-wrap .ui-datepicker-trigger {
  width: 20%;
  background: url(../img/common/bg_gold_texture.png);
  border: none !important;
  cursor: pointer;
  border-radius: 4px;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 2rem;
}

@media (min-width: 480px) {
  .search-button {
    opacity: 0;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
    margin-top: -148px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .search-button a {
    display: block;
    width: 80px;
    height: 0;
    padding-top: 296px;
    overflow: hidden;
    background-size: 80px 296px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/common/btn_side_fixed.png);
  }
}
.search-button.show-side-nav {
  opacity: 1;
}
@media (max-width: 1330px) {
  .search-button.show-side-nav {
    opacity: 0;
    display: none;
  }
}

@media (min-width: 480px) {
  .section-info {
    border-bottom: 1px solid #2f2f2f;
  }
}

.section-info__inner {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .section-info__inner {
    max-width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
  }
}

.section-info__col {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #2f2f2f;
  padding-top: 2rem;
  padding-bottom: 3rem;
}
@media (min-width: 480px) {
  .section-info__col {
    padding: 6rem 0;
    border: none;
  }
}
@media (min-width: 480px) {
  .section-info__col + .section-info__col {
    border-left: 1px solid #2f2f2f;
  }
}
.section-info__col h2 {
  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-weight: normal;
  font-size: 2.4rem;
  margin: 0;
  letter-spacing: 0.1em;
}
@media (min-width: 480px) {
  .section-info__col h2 {
    font-size: 3.2rem;
    margin-bottom: 2rem;
  }
}
.section-info__col small {
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}
@media (min-width: 480px) {
  .section-info__col {
    width: 50%;
  }
}

.section-info__contact__number,
.section-info__access__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: normal;
  font-size: 1.8rem;
}
.section-info__contact__number .car-navigation,
.section-info__access__address .car-navigation {
  color: #c82222;
  text-align: center;
  margin-top: 0.5em;
}
.section-info__contact__number .car-navigation small,
.section-info__access__address .car-navigation small {
  border: 1px solid #c82222;
  display: inline-block;
  font-weight: bold;
  padding: 0.5em;
  width: 94%;
}
@media (min-width: 480px) {
  .section-info__contact__number .car-navigation small,
  .section-info__access__address .car-navigation small {
    width: 404px;
  }
}
@media (min-width: 480px) {
  .section-info__contact__number,
  .section-info__access__address {
    font-size: 2rem;
  }
}

.section-info__access__address__map a {
  color: #2f2f2f;
  background: url(../img/common/bg_gold_texture.png);
  display: inline-block;
  margin-top: 2rem;
  position: relative;
  -moz-text-align-last: auto;
       text-align-last: auto;
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
  padding: 1em 1.5em;
  font-size: 1.6rem;
}
@media (min-width: 480px) {
  .section-info__access__address__map a {
    text-align: center;
    padding: 1em 2.2em;
    font-size: 1.6rem;
  }
}
.section-info__access__address__map a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: inline-block;
  right: 10px;
  top: 50%;
  margin-top: -6px;
}

.section-info__contact__number p.notice {
  font-size: 1.6rem;
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}
.section-info__contact__number__numeric a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 14%;
  overflow: hidden;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/tel_num.png);
  margin-left: auto;
  margin-right: auto;
  pointer-events: auto;
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}
@media (min-width: 480px) {
  .section-info__contact__number__numeric a {
    display: block;
    width: 466px;
    height: 0;
    padding-top: 60px;
    overflow: hidden;
    background-size: 466px 60px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    margin-bottom: 2.5rem;
    font-size: 4rem;
    pointer-events: none;
  }
}
.section-info__contact__number .notice {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.section-info__contact__number ul {
  margin-top: 0.5rem;
}
.section-info__contact__number ul li {
  font-size: 1.8rem;
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
  line-height: 2;
}
.section-info__contact__number ul li a {
  text-decoration: underline;
}

.icon-calender {
  display: block;
  width: 30px;
  height: 0;
  padding-top: 32px;
  overflow: hidden;
  background-size: 30px 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/icon_calender.svg);
  display: inline-block;
}

.icon-phone {
  display: block;
  width: 65px;
  height: 0;
  padding-top: 65px;
  overflow: hidden;
  background-size: 65px 65px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  margin-left: -1rem;
  background-image: url(../img/common/icon_phone.svg);
  display: inline-block;
}

.icon-car {
  display: block;
  width: 65px;
  height: 0;
  padding-top: 65px;
  overflow: hidden;
  background-size: 65px 65px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  margin-left: -1rem;
  background-image: url(../img/common/icon_car.svg);
  display: inline-block;
  margin-right: 10px;
}

.icon-fb {
  display: block;
  width: 80px;
  height: 0;
  padding-top: 80px;
  overflow: hidden;
  background-size: 80px 80px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/icon_facebook.svg);
}

.icon-tw {
  display: block;
  width: 80px;
  height: 0;
  padding-top: 80px;
  overflow: hidden;
  background-size: 80px 80px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/icon_twitter.svg);
}

.icon-gplus {
  display: block;
  width: 80px;
  height: 0;
  padding-top: 80px;
  overflow: hidden;
  background-size: 80px 80px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/icon_gplus.svg);
}

.icon-line {
  display: block;
  width: 80px;
  height: 0;
  padding-top: 80px;
  overflow: hidden;
  background-size: 80px 80px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/icon_line.svg);
}

.parallax {
  position: relative;
  overflow: hidden;
}
.parallax > img {
  position: absolute;
}

#ui-datepicker-div {
  width: 84vw;
}
@media (min-width: 480px) {
  #ui-datepicker-div {
    width: 480px;
  }
}
#ui-datepicker-div .ui-state-default {
  font-size: 1.5rem;
  text-align: center;
  padding: 0.5em 0.25em;
}

#sineCanvas {
  width: 100%;
}

@media (max-width: 480px) {
  .hide {
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: -1;
  }
}

.no-scroll {
  overflow: hidden;
}
.no-scroll .site-content,
.no-scroll .site-footer {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.menu-trigger {
  position: fixed;
  right: 20px;
  top: 30px;
  width: 28px;
  height: 28px;
  z-index: 1;
  cursor: pointer;
  display: none;
}
@media (max-width: 480px) {
  .menu-trigger {
    display: block;
  }
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #3e3a39;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-trigger span::after {
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #3e3a39;
}

@-webkit-keyframes anime-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anime-opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anime-01,
.anime-02,
.anime-03,
.anime-04,
.anime-05,
.anime-06,
.anime-07,
.anime-08 {
  opacity: 0;
  -webkit-animation-name: anime-opacity;
          animation-name: anime-opacity;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.anime-02 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.anime-03 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.anime-04 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

.anime-05 {
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}

.anime-06 {
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

.anime-07 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.secound {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #000;
  overflow-x: hidden;
}
.secound .caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  position: absolute;
  padding: 0.5em 2em;
  font-size: 1.6rem;
  left: 0;
  bottom: 2px;
  z-index: 666;
  display: inline-block;
}

.bg-fill {
  position: relative;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh !important;
}

.bg-star {
  background: url(../img/dummy/img_star.jpg) 0 0;
}

.home-jumbotron__message__load {
  height: 5em;
}
.home-jumbotron__message__load .loading {
  margin: 8em auto 0;
  position: relative;
}
.home-jumbotron__message__load .bar-01,
.home-jumbotron__message__load .bar-02,
.home-jumbotron__message__load .bar-03 {
  position: absolute;
  top: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  background: url(../img/dummy/icon_yuge.svg) no-repeat center center;
  -webkit-animation: load1 1.5s infinite ease-in-out;
          animation: load1 1.5s infinite ease-in-out;
  width: 1em;
  height: 2.2em;
  font-size: 10px;
}
.home-jumbotron__message__load .bar-01 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
  left: -2.5em;
}
.home-jumbotron__message__load .bar-02 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
  left: -0.5em;
}
.home-jumbotron__message__load .bar-03 {
  right: -2.5em;
}
@-webkit-keyframes load1 {
  0%, 80%, 100% {
    top: 0;
    opacity: 0;
  }
  40% {
    top: -1rem;
    opacity: 1;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    top: 0;
    opacity: 0;
  }
  40% {
    top: -1rem;
    opacity: 1;
  }
}

.campaign_lp {
  display: none;
}

.campaign_lp a {
  display: block;
}

.home-jumbotron {
  position: relative;
  height: 100vh;
  overflow: hidden;
  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;
  z-index: 555;
  background-color: #000;
}
@media (max-width: 480px) {
  .home-jumbotron {
    height: 50vh;
  }
}
.home-jumbotron::before {
  opacity: 0;
  content: "";
  position: absolute;
  background: #323232;
  background-size: cover;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  -webkit-animation-name: anime-opacity;
          animation-name: anime-opacity;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}
@media (max-width: 480px) {
  .home-jumbotron::before {
    height: 50vh;
  }
}

.home-jumbotron__logo {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 5rem;
  width: 100%;
  z-index: 5;
}
.home-jumbotron__logo h1 {
  display: block;
  width: 214px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  background-size: 214px 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/common/logo_wh.png);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .home-jumbotron__logo {
    margin-top: 5rem;
  }
  .home-jumbotron__logo h1 {
    display: block;
    width: 214px;
    height: 0;
    padding-top: 50px;
    overflow: hidden;
    background-size: 214px 50px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
  }
}

.home-jumbotron__message {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 480px) {
  .home-jumbotron__message {
    height: 50vh;
    padding-top: 24vw;
  }
}
.home-jumbotron__message .font-large {
  font-size: 3rem;
}
@media (max-width: 480px) {
  .home-jumbotron__message .font-large {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
}
.home-jumbotron__message p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.2em;
  text-align: center;
}
@media (max-width: 480px) {
  .home-jumbotron__message p {
    font-size: 1.8rem;
  }
}

.home-jumbotron__message__img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vw;
  height: auto;
}
@media (min-width: 480px) {
  .home-jumbotron__message__img {
    margin-top: auto;
    width: 515px;
  }
}

.home-jumbotron__read {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}
@media (max-width: 480px) {
  .home-jumbotron__read {
    height: 50vh;
  }
}
.home-jumbotron__read p {
  opacity: 0;
}

.home-jumbotron__read__logo {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 87%;
  overflow: hidden;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/dummy/top_main_title.png);
  margin-left: auto;
  margin-right: auto;
  width: 26vw;
}
@media (min-width: 480px) {
  .home-jumbotron__read__logo {
    width: 27vh;
    height: 0;
    padding-top: 90vh;
    overflow: hidden;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    margin-left: 70%;
  }
}

.home-jumbotron__read__title {
  text-align: center;
  font-size: 3rem;
  line-height: 1.8em;
  margin: 0;
  font-family: "Tsukiji-L", serif !important;
  background: red;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.home-jumbotron__read__text p {
  text-align: center;
  font-size: 3rem;
  margin: 0;
}

.home-jumbotron__scroll-down {
  position: absolute;
  bottom: 3vw;
  left: 50%;
  z-index: 10;
}
@media (min-width: 480px) {
  .home-jumbotron__scroll-down {
    bottom: 6rem;
  }
}
.home-jumbotron__scroll-down a {
  margin-left: -25px;
  display: block;
  width: 50px;
  height: 0;
  padding-top: 50px;
  overflow: hidden;
  background-size: 50px 50px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/jb_scroll_down.svg);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.home-jumbotron__scroll-down a:hover {
  background-image: url(../img/home/jb_scroll_down_gold.svg);
}
@media (min-width: 480px) {
  .home-jumbotron__scroll-down {
    margin-left: -6.5px;
  }
  .home-jumbotron__scroll-down a {
    display: block;
    width: 65px;
    height: 0;
    padding-top: 65px;
    overflow: hidden;
    background-size: 65px 65px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
  }
}

@media (min-width: 480px) {
  .home-message {
    margin-top: -8rem;
    padding-top: 8rem;
  }
}

.home-message__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 480px) {
  .home-message__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.home-message__figure {
  margin-left: -15px;
  overflow-x: hidden;
  width: calc(100% + 30px);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (min-width: 480px) {
  .home-message__figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 60%;
  }
}
@media (min-width: 480px) and (max-width: 1440px) {
  .home-message__figure {
    width: 50%;
  }
}

.home-message__figure__youtube {
  position: relative;
  width: 100vw;
  padding-top: 58.4%;
}
.home-message__figure__youtube::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 480px) {
  .home-message__figure__youtube::before {
    display: none;
  }
}
@media (min-width: 480px) {
  .home-message__figure__youtube {
    padding-top: 56.3%;
    width: 100%;
  }
}
.home-message__figure__youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.home-message__text {
  width: 100%;
  margin: 20vw auto;
  position: relative;
  background: #fff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.home-message__text::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -7px;
  display: block;
  height: 0;
  padding-top: 7px;
  overflow: hidden;
  background-size: 136px 7px;
  background-position: 0 0;
  background-repeat: repeat-x;
  font-size: 0;
  background-image: url(../img/common/bg_wave.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.home-message__text p {
  font-size: 1.6rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 480px) {
  .home-message__text {
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
  }
  .home-message__text p {
    font-size: 1.8rem;
    line-height: 2em;
  }
}
@media (min-width: 480px) and (max-width: 1600px) {
  .home-message__text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .home-message__text::after {
    display: none;
  }
  .home-message__text p {
    font-size: 1.4rem !important;
  }
}

.home-message__text__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 22%;
  z-index: 1;
}
.home-message__text__title h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin: 0;
}

.home-message__text {
  width: 100%;
  margin: 20vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: #fff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.home-message__text::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  display: block;
  height: 0;
  padding-top: 7px;
  overflow: hidden;
  background-size: 136px 7px;
  background-position: 0 0;
  background-repeat: repeat-x;
  font-size: 0;
  background-image: url(../img/common/bg_wave.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 480px) {
  .home-message__text::after {
    display: none;
  }
}
.home-message__text p {
  font-size: 1.4rem;
  position: relative;
  z-index: 10;
  line-height: 2.2;
}
@media (min-width: 480px) {
  .home-message__text {
    width: 630px;
    margin: 0 auto;
    margin-left: -11%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .home-message__text p {
    font-size: 1.8rem;
  }
}
@media (min-width: 480px) and (max-width: 1600px) {
  .home-message__text {
    width: 50%;
    margin-left: 0;
    padding-right: 12rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .home-message__text::after {
    display: none;
  }
}

.home-message__text__inner p {
  margin-bottom: 1em;
}
.home-message__text__inner::before, .home-message__text__inner::after {
  content: "";
  position: absolute;
  display: block;
}
.home-message__text__inner::before {
  right: 4rem;
  top: -4rem;
  display: block;
  width: 103px;
  height: 0;
  padding-top: 29px;
  overflow: hidden;
  background-size: 103px 29px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/bg_seagull.svg);
}
.home-message__text__inner::after {
  right: 2rem;
  bottom: -4rem;
  width: 173px;
  height: 225px;
  display: block;
  width: 177.5px;
  height: 0;
  padding-top: 226px;
  overflow: hidden;
  background-size: 177.5px 226px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/bg_jb_message.png);
}
@media (min-width: 480px) {
  .home-message__text__inner {
    width: 100%;
    position: relative;
    padding: 5rem 0rem 5rem 7rem;
  }
  .home-message__text__inner::before {
    right: 8rem;
    top: 0;
  }
  .home-message__text__inner::after {
    right: 4rem;
    bottom: 0;
  }
}

.home-news {
  background: url(../img/common/bg_gold_wave.gif);
  padding-top: 10vw;
  padding-bottom: 10vw;
  margin-bottom: 10vw;
}
@media (min-width: 480px) {
  .home-news {
    padding-top: 8em;
    padding-bottom: 8em;
    margin-bottom: 13em;
  }
}

.home-news__inner {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .home-news__inner {
    max-width: 1200px;
    min-width: 1200px;
    padding: 0;
  }
}
@media (max-width: 1330px) {
  .home-news__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.home-news__title {
  padding-top: 2rem;
}
.home-news__title h2 {
  display: block;
  width: 51px;
  height: 0;
  padding-top: 209.5px;
  overflow: hidden;
  background-size: 51px 209.5px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/ttl_home_news.png);
}

.home-news__list {
  width: 80%;
}
.home-news__list a {
  font-size: 1.5rem;
  display: table;
  padding: 1.3em 0;
}
.home-news__list li + li {
  display: block;
  border-top: 1px solid #2f2f2f;
}
@media (min-width: 480px) {
  .home-news__list {
    width: 85%;
  }
  .home-news__list a {
    font-size: 1.6rem;
    margin-left: auto;
    margin-right: auto;
    display: table;
    width: 100%;
  }
}

.home-news__list__meta {
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 480px) {
  .home-news__list__meta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: table-cell;
    width: 20em;
  }
}

.home-news__list__meta__date {
  display: table-cell;
  width: 10em;
  margin-right: 2em;
  padding-right: 2em;
}

.home-news__list__meta__cat {
  display: table-cell;
  text-align: center;
}
.home-news__list__meta__cat span {
  min-width: 10em;
  padding: 0.1em 0.5em;
  border: 1px solid #2f2f2f;
  font-size: 1.4rem;
  display: inline-block;
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}

.home-news__list__meta__title {
  display: block;
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}
@media (min-width: 480px) {
  .home-news__list__meta__title {
    display: table-cell;
    font-size: 1.5rem;
  }
}

.home-contents {
  overflow-x: hidden;
}
@media (min-width: 480px) {
  .home-contents {
    margin-bottom: 2rem;
  }
}

.home-contents .container {
  padding-left: 0;
  padding-right: 0;
}

.home-contents__special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10rem;
  width: 100%;
  max-width: 1120px;
  padding-left: 10px;
  padding-right: 10px;
}
.home-contents__special + .home-contents__special {
  margin-top: -5rem;
}
@media (max-width: 480px) {
  .home-contents__special + .home-contents__special {
    margin-top: -2.5rem;
  }
}
@media (max-width: 480px) {
  .home-contents__special {
    margin-bottom: 5rem;
  }
}
.home-contents__special a {
  display: block;
}
.home-contents__special a img {
  width: 100%;
}

.home-contents__each {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 480px) {
  .home-contents__each {
    margin-bottom: 10rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.home-contents__each::before {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: -12vw;
  z-index: 10;
}
@media (min-width: 480px) {
  .home-contents__each::before {
    z-index: -1;
    right: -100px;
    top: -80px;
  }
}
.home-contents__each a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.home-contents__each a figure {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home-contents__each a figure::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 7px;
  overflow: hidden;
  background-size: 136px 7px;
  background-position: 0 0;
  background-repeat: repeat-x;
  font-size: 0;
  background-image: url(../img/common/bg_wave.png);
}
@media (min-width: 480px) {
  .home-contents__each a figure {
    width: 72%;
    height: 364px !important;
  }
}
.home-contents__each:nth-child(2n):before {
  left: 0;
}
@media (min-width: 480px) {
  .home-contents__each:nth-child(2n):before {
    left: -100px;
  }
}
.home-contents__each:nth-child(2n) a figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.home-contents__each:nth-child(2n) a .home-contents__each__read {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-contents__each:nth-child(2n) .home-contents__each__read__btn {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .home-contents__each:nth-child(2n) .home-contents__each__read__btn {
    margin-right: auto;
    margin-left: 0;
  }
}

.home-contents__each__read {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4em;
  padding-bottom: 3rem;
}
.home-contents__each__read h3 {
  margin-bottom: 1rem;
}
.home-contents__each__read p {
  position: relative;
  font-size: 1.8rem;
}
@media (min-width: 480px) {
  .home-contents__each__read {
    width: 28%;
    position: inherit;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }
  .home-contents__each__read p {
    font-size: 2.2rem;
    padding-right: 5rem;
    line-height: 2.4em;
  }
}

.home-contents__each__read__title {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.home-contents__each__read__title p {
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  .home-contents__each__read__title {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    color: #2f2f2f;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: inherit;
    margin-left: inherit;
  }
}

.home-contents__each__read__btn {
  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;
  font-size: 1.6rem;
  background: url(../img/common/bg_gold_wave.gif);
  text-align: center;
  padding: 0.5em 0.2em;
  font-weight: bold;
  width: 10em;
  margin-left: inherit;
}
@media (min-width: 480px) {
  .home-contents__each__read__btn {
    position: absolute;
    bottom: 0;
    margin-left: auto;
  }
}
.home-contents__each__read__btn::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  border-right: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.home-contents__about::before {
  display: block;
  width: 129px;
  height: 0;
  padding-top: 128px;
  overflow: hidden;
  background-size: 129px 128px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/bg_flower_01.svg);
}
.home-contents__about h3 {
  display: block;
  width: 61px;
  height: 0;
  padding-top: 215px;
  overflow: hidden;
  background-size: 61px 215px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/ttl_home_about_wh.png);
}
@media (min-width: 480px) {
  .home-contents__about h3 {
    background-image: url(../img/home/ttl_home_about.png);
  }
}

.home-contents__rooms::before {
  display: block;
  width: 141px;
  height: 0;
  padding-top: 97px;
  overflow: hidden;
  background-size: 141px 97px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/bg_flower_02.svg);
}
.home-contents__rooms h3 {
  display: block;
  width: 66px;
  height: 0;
  padding-top: 128px;
  overflow: hidden;
  background-size: 66px 128px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/ttl_home_rooms_wh.png);
}
@media (min-width: 480px) {
  .home-contents__rooms h3 {
    background-image: url(../img/home/ttl_home_rooms.png);
  }
}

.home-contents__spa::before {
  display: block;
  width: 131px;
  height: 0;
  padding-top: 89px;
  overflow: hidden;
  background-size: 131px 89px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/bg_flower_03.svg);
}
.home-contents__spa h3 {
  display: block;
  width: 39px;
  height: 0;
  padding-top: 132px;
  overflow: hidden;
  background-size: 39px 132px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/ttl_home_spa_wh.png);
}
@media (min-width: 480px) {
  .home-contents__spa h3 {
    background-image: url(../img/home/ttl_home_spa.png);
  }
}

.home-contents__dish::before {
  display: block;
  width: 134px;
  height: 0;
  padding-top: 107px;
  overflow: hidden;
  background-size: 134px 107px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/bg_flower_04.svg);
}
.home-contents__dish h3 {
  display: block;
  width: 45px;
  height: 0;
  padding-top: 165px;
  overflow: hidden;
  background-size: 45px 165px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/ttl_home_dish_wh.png);
}
@media (min-width: 480px) {
  .home-contents__dish h3 {
    background-image: url(../img/home/ttl_home_dish.png);
  }
}

.home-idea {
  position: relative;
  margin-bottom: 4rem;
}
@media (min-width: 480px) {
  .home-idea {
    margin-bottom: 16rem;
  }
}
.home-idea figure {
  overflow: hidden;
  position: relative;
  background: url(../img/home/bg_idea_sp.jpg) no-repeat center center;
  background-size: cover;
  height: 50vw !important;
}
.home-idea figure::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 7px;
  overflow: hidden;
  background-size: 136px 7px;
  background-position: 0 0;
  background-repeat: repeat-x;
  font-size: 0;
  background-image: url(../img/common/bg_wave.png);
}
.home-idea figure img {
  display: none;
}
@media (min-width: 480px) {
  .home-idea figure {
    background: none;
    height: 350px !important;
  }
  .home-idea figure img {
    display: block;
    min-width: 100% !important;
  }
}

.home-idea__inner {
  position: absolute;
  top: 0;
  right: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.home-idea__inner h2 {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 30.31%;
  overflow: hidden;
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
  background-image: url(../img/home/home_idea_title_sp.png);
}
@media (min-width: 480px) {
  .home-idea__inner {
    margin-left: auto;
    margin-right: auto;
  }
  .home-idea__inner h2 {
    display: block;
    width: 548px;
    height: 0;
    padding-top: 27.5px;
    overflow: hidden;
    background-size: 548px 27.5px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/home/home_idea_title.png);
  }
}

.home-special-gift {
  position: relative;
  margin-left: 5%;
  margin-right: 5%;
}
.home-special-gift::before, .home-special-gift::after {
  position: absolute;
  background: url(../img/common/bg_gold_texture.png);
  content: "";
  height: calc(100% + 26px);
  width: 6px;
  top: -10px;
  display: block;
  z-index: 10;
}
.home-special-gift::before {
  left: 0;
}
.home-special-gift::after {
  right: 0;
}
@media (min-width: 480px) {
  .home-special-gift {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    min-width: 1180px;
  }
}

.home-special-gift__inner {
  position: relative;
  width: 100%;
}
.home-special-gift__inner::before, .home-special-gift__inner::after {
  position: absolute;
  background: url(../img/common/bg_gold_texture.png);
  content: "";
  height: 6px;
  width: calc(100% + 20px);
  left: -10px;
}
@media (min-width: 480px) {
  .home-special-gift__inner {
    width: 100%;
    margin: 0;
  }
}

.home-special-gift__header {
  background: url(../img/common/bg_gold_wave.gif);
  text-align: center;
  position: relative;
  padding: 2rem 3rem 1rem;
}
@media (min-width: 480px) {
  .home-special-gift__header {
    padding: 3rem;
  }
}
@media (min-width: 480px) {
  .home-special-gift__header::after {
    content: "";
    position: absolute;
    display: block;
    width: 116px;
    height: 0;
    padding-top: 78px;
    overflow: hidden;
    background-size: 116px 78px;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 0;
    background-image: url(../img/home/bg_special_gift.svg);
    right: 2rem;
    top: 2rem;
  }
}
.home-special-gift__header h2 {
  font-size: 3.4rem;
  font-weight: normal;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 480px) {
  .home-special-gift__header h2 {
    font-size: 4.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.home-special-gift__header h2 span {
  color: #d7b442;
  background-color: #2f2f2f;
  padding: 0.5em 1em;
  font-size: 1.6rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 480px) {
  .home-special-gift__header h2 span {
    font-size: 2.6rem;
    margin-right: 1em;
  }
}

.home-special-gift__row {
  background-color: #fff;
  margin: 0 3.25%;
  padding: 3rem 0;
}
@media (min-width: 480px) {
  .home-special-gift__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.home-special-gift__each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 480px) {
  .home-special-gift__each {
    width: 33.3%;
    padding: 0 3em;
  }
}
.home-special-gift__each + .home-special-gift__each {
  margin-top: 1em;
}
@media (min-width: 480px) {
  .home-special-gift__each + .home-special-gift__each {
    border-left: 1px solid #ae8938;
  }
}
.home-special-gift__each figure {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 480px) {
  .home-special-gift__each figure {
    margin-right: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.home-special-gift__each figure span {
  width: 80px;
  height: 80px;
  font-size: 4.8rem;
  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;
  letter-spacing: 0px;
  background: url(../img/common/bg_gold_wave.gif);
  margin: 0 auto 1rem;
  border-radius: 50%;
}
.home-special-gift__each h3 {
  font-size: 1.8rem;
  margin: 0;
  color: #ae8938;
  width: calc(100% - 110px);
}
@media (min-width: 480px) {
  .home-special-gift__each {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-special-gift__each figure {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
  .home-special-gift__each figure span {
    width: 100px;
    height: 100px;
    margin-bottom: 3rem;
  }
  .home-special-gift__each h3 {
    font-size: 2.38rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1rem;
    width: 100%;
  }
}

.ie .home-special-gift__each figure span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 7% 0;
}

.home-special-gift__each__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-bottom: 10px;
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}
.home-special-gift__each__text p {
  font-size: 1.2rem;
  margin: 0;
  text-align: left;
}
.home-special-gift__each__text p br {
  display: none;
}
@media (min-width: 480px) {
  .home-special-gift__each__text {
    width: 100%;
  }
  .home-special-gift__each__text p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8em;
  }
  .home-special-gift__each__text p br {
    display: block;
  }
}

.btn-plan-list {
  overflow: hidden;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.btn-plan-list a {
  color: #fff;
  width: 80vw;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5em;
  background: url(../img/common/bg_green_wave.gif);
  font-size: 2rem;
}
@media (min-width: 480px) {
  .btn-plan-list {
    margin-top: 12rem;
    margin-bottom: 17rem;
  }
  .btn-plan-list a {
    width: 53%;
    font-size: 2.4rem;
    padding: 1em;
    font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
  }
}
.btn-plan-list + .section-info {
  border-top: 1px solid #2f2f2f;
}

.home-reservation {
  overflow: hidden;
  position: relative;
  padding: 4vw;
  margin-bottom: 0;
}
.home-reservation::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/common/bg_trans_wave_lite.png);
}
.home-reservation::after {
  content: "";
  -webkit-filter: blur(5px);
          filter: blur(5px);
  background: url(../img/main-slider/slide-01.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
@media (min-width: 480px) {
  .home-reservation {
    padding: 9rem 0;
    position: relative;
  }
}

.home-reservation__inner {
  background: #fff;
  padding-top: 1rem;
  padding-bottom: 4rem;
  position: relative;
  z-index: 10;
}
@media (min-width: 480px) {
  .home-reservation__inner {
    max-width: 800px;
    min-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem 13rem 7rem;
  }
  .home-reservation__inner .container {
    min-width: 100%;
  }
}

.home-reservation__form h3 {
  font-size: 2rem;
  margin: 0 0 0.5em;
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
}
.home-reservation__form input {
  font-size: 16px;
  padding: 0.75em;
}

.home-reservation__form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-reservation__form__row + .home-reservation__form__row {
  margin-top: 1.5rem;
}

.home-reservation__form__row.row-01 .home-reservation__form__row__col {
  width: 100%;
  margin-bottom: 1rem;
}

.home-reservation__form__row.row-02 {
  margin-bottom: 3rem;
}
@media (min-width: 480px) {
  .home-reservation__form__row.row-02 {
    margin-bottom: 5rem;
  }
}
.home-reservation__form__row.row-02 .home-reservation__form__row__col {
  width: 33.3%;
}

.home-reservation__form__row__col__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-reservation__form__row__col__select select {
  font-size: 16px;
  width: 70%;
  height: 2em;
}
.home-reservation__form__row__col__select span {
  font-size: 1.4em;
  width: 30%;
  text-align: center;
}

.home-reservation__button input {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  background: url(../img/common/bg_green_wave.gif);
  color: #fff;
  width: 100%;
  border-radius: inherit;
  border: none;
}
@media (min-width: 480px) {
  .home-reservation__button input {
    padding: 1.5em;
  }
}

#bg-slide {
  height: 100vh !important;
}
@media (max-width: 480px) {
  #bg-slide {
    height: 50vh !important;
  }
}

#custom-popup-overlay {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* ポップアップを中央に配置するためにflexboxを使用 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#custom-popup-content {
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 45px;
  max-width: 90%; /* 必要に応じて調整 */
  max-height: 90%; /* 必要に応じて調整 */
  overflow: auto; /* コンテンツがはみ出た場合にスクロール */
}
@media (max-width: 480px) {
  #custom-popup-content {
    padding: 28px;
  }
}
#custom-popup-content a {
  display: block;
  width: 219px;
  height: 0;
  overflow: hidden;
  padding-top: 46px;
}
#custom-popup-content a:hover {
  opacity: 1;
}
@media (max-width: 480px) {
  #custom-popup-content img {
    width: 100%;
  }
}
#custom-popup-content ul {
  position: absolute;
  left: 50%;
  bottom: 122px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 506px;
}
@media (max-width: 480px) {
  #custom-popup-content ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    bottom: 16vw;
  }
}
@media (max-width: 480px) {
  #custom-popup-content ul li + li {
    margin-top: 2vw;
  }
}
@media (max-width: 480px) {
  #custom-popup-content ul li a {
    width: 35vw;
    padding-top: 8vw;
  }
}
/* 閉じるボタンのスタイル */
#popup-close-button {
  position: absolute; /* ポップアップコンテンツの右上へ配置 */
  width: 32px;
  height: 32px;
  top: 9px;
  right: 9px;
  background: transparent;
  color: #fff; /* 白色文字 */
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 0;
}
@media (max-width: 480px) {
  #popup-close-button {
    width: 16px;
    height: 16px;
    top: 8px;
    right: 2px;
  }
}
#popup-close-button::before, #popup-close-button::after {
  content: "";
  width: 40px;
  border-bottom: 2px solid #fff;
  position: absolute;
}
@media (max-width: 480px) {
  #popup-close-button::before, #popup-close-button::after {
    width: 22px;
    border-bottom: 1px solid #fff;
  }
}
#popup-close-button::before {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
#popup-close-button::after {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

#popup-close-button:hover {
  opacity: 0.8;
}

.about-section-fv {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 24.2%;
  background-size: cover;
  min-width: 100%;
  background: url(../img/about/bg_fv_01.jpg) no-repeat;
  min-height: 460px;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .about-section-fv {
    background-position: 22% 0;
  }
}
@media (min-width: 480px) {
  .about-section-fv {
    min-width: 1200px;
    margin-bottom: 120px;
    background-size: cover;
  }
}
.about-section-fv .ti {
  position: absolute;
  width: 61px;
  height: 215px;
  top: 0;
  right: 0;
  left: 37%;
  bottom: 0;
  margin: auto;
}
@media (min-width: 480px) {
  .about-section-fv .ti {
    left: 0;
  }
}

.about-silide-cover {
  width: 100%;
  margin-top: -50px;
  padding-top: 50px;
  overflow: hidden;
  min-width: 100%;
}
@media (min-width: 480px) {
  .about-silide-cover {
    min-width: 1200px;
  }
}

.about-slide-section {
  position: relative;
  width: 100%;
  margin: -10rem auto 80px;
  padding-top: 10rem;
}
@media (min-width: 480px) {
  .about-slide-section {
    width: 1200px;
    margin: -10rem auto 165px;
  }
}
.about-slide-section.slide-section-left > .ti {
  left: 0;
  width: 16%;
}
@media (max-width: 480px) {
  .about-slide-section.slide-section-left > .ti {
    left: 4vw;
  }
}
.about-slide-section.slide-section-left > .ti img {
  max-width: 105px;
}
.about-slide-section.slide-section-left > .txt {
  float: right;
}
.about-slide-section.slide-section-left .slide-list {
  margin-left: 20%;
}
@media (min-width: 480px) {
  .about-slide-section.slide-section-left .slide-list {
    margin-left: 16%;
  }
}
.about-slide-section.slide-section-left .slide-list li .txt-caption {
  text-align: right;
}
@media (max-width: 480px) {
  .about-slide-section.slide-section-left .slide-list li .txt-caption {
    text-align: left;
    margin-left: 25%;
  }
}
.about-slide-section.slide-section-left .container {
  margin-left: 16.677777777%;
}
.about-slide-section.slide-section-left .container .txt {
  float: right;
  width: 93%;
}
@media (min-width: 480px) {
  .about-slide-section.slide-section-left .container .txt {
    width: 83.33333333%;
  }
}
.about-slide-section.slide-section-left .container .box-point {
  float: left;
  padding: 20px 15px;
  margin-left: auto;
}
@media (max-width: 480px) {
  .about-slide-section.slide-section-left .container .box-point {
    margin-left: -18%;
    width: calc(100vw - 15px);
  }
}
@media (min-width: 480px) {
  .about-slide-section.slide-section-left .container .txt, .about-slide-section.slide-section-left .container .box-point {
    float: right;
  }
}
.about-slide-section.slide-section-right > .ti {
  right: 0;
  width: 16%;
}
@media (max-width: 480px) {
  .about-slide-section.slide-section-right > .ti {
    right: 3vw;
  }
}
.about-slide-section.slide-section-right > .ti img {
  max-width: 105px;
}
@media (max-width: 480px) {
  .about-slide-section.slide-section-right .slide-list li .txt-caption {
    text-align: left;
    margin-right: 25%;
  }
}
.about-slide-section.slide-section-right .container {
  margin-left: 0;
}
.about-slide-section > .ti {
  position: absolute;
  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;
  margin: 0;
  padding: 50px 0;
  top: calc(-20px + 10rem);
  background: url(../img/common/bg_gray_wave.png);
  z-index: 100;
}
@media (max-width: 480px) {
  .about-slide-section > .ti {
    width: 20%;
    padding: 20px 0;
    top: 70vw;
  }
}
.about-slide-section .slide-list {
  margin-bottom: 80px;
  width: 84%;
}
@media (max-width: 480px) {
  .about-slide-section .slide-list {
    margin-bottom: 40px;
    width: 100%;
    margin-left: 0 !important;
  }
}
.about-slide-section .slide-list .slick-list {
  margin-right: -100px;
  overflow: visible;
}
.about-slide-section .slide-list .slick-list li {
  margin-right: 100px;
}
.about-slide-section .slide-list .slick-list li .txt-caption {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #3E3A39;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 480px) {
  .about-slide-section .slide-list .slick-list li .txt-caption {
    padding: 0;
    text-align: center;
  }
}
.about-slide-section .slide-list .slick-dots {
  text-align: center;
  font-size: 0;
  margin-top: 10px;
}
@media (min-width: 480px) {
  .about-slide-section .slide-list .slick-dots {
    margin-top: 45px;
  }
}
.about-slide-section .slide-list .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 15px;
}
.about-slide-section .slide-list .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #C9CACA;
  border: none;
  border-radius: 100%;
  font-size: 0;
}
.about-slide-section .slide-list .slick-dots li.slick-active button {
  background: url(../img/common/bg_gold_texture.png);
}
.about-slide-section .container {
  width: 83.333333333%;
  min-width: inherit;
}
@media (max-width: 480px) {
  .about-slide-section .container {
    width: 82%;
  }
}
.about-slide-section .txt {
  line-height: 2.25;
  font-size: 1.6rem;
  color: #3E3A39;
  width: 100%;
}
@media (min-width: 480px) {
  .about-slide-section .txt {
    width: 83.33333333%;
  }
}
.about-slide-section .box-point {
  padding: 60px 0;
  border-top: 1px solid #C9CACA;
  border-bottom: 1px solid #C9CACA;
  margin-top: 35px;
}
@media (min-width: 480px) {
  .about-slide-section .box-point {
    margin-top: 70px;
  }
}
.about-slide-section .box-point .txt-box {
  float: left;
  max-width: 510px;
  margin-bottom: 25px;
}
.about-slide-section .box-point .txt-box .ti {
  line-height: 1.8;
  font-size: 2.25rem;
  color: #3E3A39;
  margin-bottom: 15px;
}
.about-slide-section .box-point .txt-box .ti br {
  display: none;
}
@media (min-width: 480px) {
  .about-slide-section .box-point .txt-box .ti {
    margin-bottom: 35px;
  }
  .about-slide-section .box-point .txt-box .ti br {
    display: block;
  }
}
.about-slide-section .box-point .txt-box .txt {
  float: none;
  width: 320px;
  line-height: 2.125;
  font-size: 1.6rem;
  color: #3E3A39;
}
.about-slide-section .box-point .img {
  width: 100%;
}
@media (min-width: 480px) {
  .about-slide-section .box-point .img {
    float: right;
    width: 300px;
  }
}

.about-map-section {
  position: relative;
  margin: -10rem auto 0;
  padding-top: 10rem;
  width: 100%;
}
@media (min-width: 480px) {
  .about-map-section {
    margin: -10rem auto 0;
    padding-top: 10rem;
    width: 1200px;
  }
}
.about-map-section > .ti {
  position: absolute;
  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;
  padding: 50px 0;
  top: calc(-20px + 10rem);
  right: 0;
  background: url(../img/common/bg_gray_wave.png);
  background-size: cover;
  width: 20%;
}
@media (min-width: 480px) {
  .about-map-section > .ti {
    width: 16.9%;
  }
  .about-map-section > .ti img {
    max-width: 107px;
  }
}
.about-map-section .map-box {
  position: relative;
  height: 0;
  margin-bottom: 60px;
  padding-top: 70vw;
}
@media (min-width: 480px) {
  .about-map-section .map-box {
    padding-top: 63%;
  }
}
.about-map-section .map-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.about-map-section .box-access .ti {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 27px;
  font-size: 2rem;
  color: #AE8938;
}
@media (min-width: 480px) {
  .about-map-section .box-access .ti {
    font-size: 2.4rem;
  }
}
.about-map-section .box-access .ti:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: 0;
  background: url(../img/common/bg_gold_texture.png);
}
.about-map-section .box-access .lead {
  margin-bottom: 35px;
  line-height: 1.85;
  color: #3E3A39;
  font-size: 1.8rem;
}
.about-map-section .box-access .lead br {
  display: none;
}
@media (min-width: 480px) {
  .about-map-section .box-access .lead {
    font-size: 2rem;
  }
  .about-map-section .box-access .lead br {
    display: block;
  }
}
.about-map-section .box-access .txt {
  line-height: 2.25;
  margin-bottom: 55px;
  font-size: 1.6rem;
  color: #3E3A39;
}
.about-map-section .box-access .small {
  margin: 20px 0 25px;
  line-height: 1.85;
  font-size: 1.4rem;
  color: #3E3A39;
}
.about-map-section .box-access .btn-detail {
  position: relative;
  display: block;
  width: 97.5%;
  height: 58px;
  margin: 0 auto 110px;
  line-height: 58px;
  text-align: center;
  font-size: 1.6rem;
  color: #3E3A39;
  background: url(../img/common/bg_gold_texture.png);
}
@media (max-width: 480px) {
  .about-map-section .box-access .btn-detail {
    margin-bottom: 50px;
  }
}
.about-map-section .box-access .btn-detail:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 0;
  left: 0;
  right: 25px;
  margin-top: -2px;
  vertical-align: middle;
  border-right: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 480px) {
  .about-map-section .box-access--train {
    width: calc(100vw - 45px);
  }
}
.about-map-section .about-map-section__route {
  min-width: 100%;
}
@media (max-width: 480px) {
  .about-map-section .about-map-section__route {
    width: calc(100vw - 45px);
    padding: 0;
  }
  .about-map-section .about-map-section__route .row {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-map-section .about-map-section__route .row::before, .about-map-section .about-map-section__route .row::after {
    display: none;
  }
  .about-map-section .about-map-section__route .row .col-6 {
    padding: 0;
    width: 100%;
  }
}

.bnr__ｍessage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  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;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index: 1;
  padding: 3rem;
}
.bnr__ｍessage p {
  line-height: 2.2em;
  font-size: 1.7rem;
  color: #fff;
}

.about-bnr-section {
  width: 1200px;
  margin: 120px auto 155px;
}
@media (max-width: 480px) {
  .about-bnr-section {
    width: 100%;
  }
}
.about-bnr-section .bnr {
  position: relative;
  float: left;
  border: 1px solid #fff;
  overflow: hidden;
}
.about-bnr-section .bnr.bnr01, .about-bnr-section .bnr.bnr02, .about-bnr-section .bnr.bnr03, .about-bnr-section .bnr.bnr06, .about-bnr-section .bnr.bnr07 {
  width: 33.3%;
}
@media (max-width: 480px) {
  .about-bnr-section .bnr.bnr01, .about-bnr-section .bnr.bnr02, .about-bnr-section .bnr.bnr03, .about-bnr-section .bnr.bnr06, .about-bnr-section .bnr.bnr07 {
    width: 100%;
  }
}
.about-bnr-section .bnr.bnr04 {
  width: 66.6%;
}
@media (max-width: 480px) {
  .about-bnr-section .bnr.bnr04 {
    width: 100%;
  }
}
.about-bnr-section .bnr.bnr05 {
  float: right;
  width: 33.3%;
}
@media (max-width: 480px) {
  .about-bnr-section .bnr.bnr05 {
    width: 100%;
  }
}
.about-bnr-section .bnr .ti {
  position: absolute;
  display: block;
  width: 90px;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 20px 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  line-height: 90px;
  font-size: 3.2rem;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.about-bnr-section .bnr .ti span {
  white-space: nowrap;
}
.about-bnr-section .bnr .ti:before {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  top: 4px;
  left: 4px;
  border: 1px solid #fff;
}
.about-bnr-section .bnr .en {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  z-index: 2;
}
.about-bnr-section .bnr img {
  vertical-align: bottom;
}
.about-bnr-section .bnr .bnr__inner {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.about-bnr-section .bnr:hover {
  cursor: pointer;
}
.about-bnr-section .bnr:hover .bnr__inner {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.about-bnr-section .bnr:hover .bnr__ｍessage {
  opacity: 1;
}

.ie .about-bnr-section .bnr .ti {
  line-height: 100px;
}

.rooms-section-fv {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 0;
  min-height: 460px;
  margin-bottom: 120px;
  padding-top: 24.2%;
  background: url(../img/rooms/bg_fv_01.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .rooms-section-fv {
    width: 100%;
    min-width: 100%;
    margin-bottom: 40px;
    background-position: 40% 0;
  }
}
.rooms-section-fv .ti {
  position: absolute;
  width: 65px;
  height: 128px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 480px) {
  .rooms-section-fv .ti {
    left: 37%;
  }
}

.rooms-lead-txt:after {
  content: "";
  position: absolute;
  display: block;
  width: 73px;
  height: 49px;
  top: 27px;
  right: 26%;
  background: url(../img/rooms/ico_room_01.png) no-repeat;
}
@media (max-width: 480px) {
  .rooms-lead-txt:after {
    display: none;
  }
}

.rooms-category {
  margin-top: -8rem;
  padding-top: 8rem;
}
.rooms-category .rooms-category-hd {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 0;
  min-height: 407px;
  margin-bottom: 120px;
  padding-top: 21.4%;
  background-size: cover;
}
@media (max-width: 480px) {
  .rooms-category .rooms-category-hd {
    min-width: 100%;
    margin-bottom: 50px;
  }
}
.rooms-category .rooms-category-hd.rooms-category-hd-new {
  background-image: url(../img/rooms/bg_room_new.jpg);
}
.rooms-category .rooms-category-hd.rooms-category-hd-01 {
  background-image: url(../img/rooms/bg_room01_01.jpg);
}
.rooms-category .rooms-category-hd.rooms-category-hd-02 {
  background-image: url(../img/rooms/bg_room02_01.jpg);
}
.rooms-category .rooms-category-hd .ti {
  position: absolute;
  width: 320px;
  height: 294px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 480px) {
  .rooms-category .rooms-category-hd .ti {
    width: 289px;
    height: 286px;
  }
}
.rooms-category .rooms-container {
  width: 1200px;
  margin: auto;
}
@media (max-width: 480px) {
  .rooms-category .rooms-container {
    width: 100%;
  }
}
.rooms-category .rooms-container .row {
  margin-bottom: 65px;
  padding-bottom: 60px;
  border-bottom: 1px solid #C9CACA;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 480px) {
  .rooms-category .rooms-container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .rooms-category .rooms-container .row::before, .rooms-category .rooms-container .row::after {
    display: none;
  }
}
.rooms-category .rooms-container .row:last-child {
  margin-bottom: 150px;
  padding-bottom: 0;
  border: 0;
}
@media (max-width: 480px) {
  .rooms-category .rooms-container .row:last-child {
    margin-bottom: 0;
  }
}
.rooms-category .rooms-container .row .rooms-section {
  text-align: center;
}
@media (max-width: 480px) {
  .rooms-category .rooms-container .row .rooms-section {
    width: 96%;
    margin: 0 auto 15vw;
  }
}
.rooms-category .rooms-container .row .rooms-section .ph {
  position: relative;
  margin-bottom: 2rem;
}
.rooms-category .rooms-container .row .rooms-section .ph .ti {
  position: absolute;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 79.4%;
  height: 126px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  line-height: 1.4;
  font-size: 3.6rem;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.rooms-category .rooms-container .row .rooms-section .ph .ti .small {
  display: block;
  font-size: 2.1rem;
}
.rooms-category .rooms-container .row .rooms-section .txt {
  display: block;
  width: 87.2%;
  text-align: center;
  margin: 0 auto 1em;
  font-size: 1.8rem;
}
.rooms-category .rooms-container .row .rooms-section .btn-detail {
  display: inline-block;
  height: 43px;
  padding: 0 10px;
  line-height: 43px;
  font-family: YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  color: #3E3A39;
  background: url(../img/common/bg_gold_texture.png);
}
.rooms-category .rooms-container .row .rooms-section .btn-detail:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -2px 0 0 5px;
  vertical-align: middle;
  border-right: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.rooms-article {
  position: relative;
  width: 1200px;
  margin: 0 auto 145px;
  padding-top: 50px;
  background: url(../img/rooms/bg_detail_room_01.png) 0 20px no-repeat;
}
@media (max-width: 480px) {
  .rooms-article {
    width: 100%;
    margin-bottom: 70px;
  }
}
.rooms-article > .ti {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 0 0 6%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 3.1rem;
  color: #3E3A39;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
@media (max-width: 480px) {
  .rooms-article > .ti {
    position: static;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 2.2rem;
    margin: -16% 3% 4%;
  }
}
.rooms-article .rooms-container {
  float: right;
  margin-bottom: 130px;
}
.rooms-article .rooms-container li .txt-caption {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
  color: #3E3A39;
}
@media (max-width: 480px) {
  .rooms-article .rooms-container {
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .rooms-article .rooms-container .slick-slide {
    width: 100%;
  }
  .rooms-article .rooms-container .slick-slide img {
    width: 100%;
  }
}
.rooms-article .slick-slide img {
  width: 100%;
}
.rooms-article .slick-dots {
  margin-top: 35px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 480px) {
  .rooms-article .slick-dots {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.rooms-article .slick-dots li {
  display: inline-block;
  width: 100px;
  margin: 0 10px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .rooms-article .slick-dots li {
    width: 25%;
    margin: 0;
    padding: 1%;
  }
}
.rooms-article .slick-dots li:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.7;
}
.rooms-article .slick-dots li.slick-active {
  position: relative;
}
.rooms-article .slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 4px solid;
  -o-border-image: url(../img/common/bg_gold_texture.png) 4;
     border-image: url(../img/common/bg_gold_texture.png) 4;
}
.rooms-article .txt-box {
  float: left;
  width: 41.3%;
}
.rooms-article .txt-box .ti {
  margin-bottom: 30px;
  line-height: 1.85;
  font-size: 2rem;
  color: #3E3A39;
}
.rooms-article .txt-box .txt {
  line-height: 2.26;
  font-size: 1.6rem;
  color: #3E3A39;
}
.rooms-article ul.txt-box__list {
  margin-top: 2rem;
}
.rooms-article ul.txt-box__list li {
  font-size: 1.2rem;
  line-height: 1.8;
}
.rooms-article ul.txt-box__list li::before {
  content: "※";
}
.rooms-article .table-box {
  float: right;
  width: 51.5%;
}
.rooms-article .table-box .rooms-table {
  font-size: 0;
}
@media (max-width: 480px) {
  .rooms-article .table-box .rooms-table {
    display: table;
    width: 100%;
  }
}
.rooms-article .table-box .rooms-table:last-child dt, .rooms-article .table-box .rooms-table:last-child dd {
  border-bottom: none;
}
.rooms-article .table-box .rooms-table dt {
  position: relative;
  display: inline-block;
  width: 15%;
  padding: 15px 5px;
  font-weight: normal;
  font-size: 1.6rem;
  border-bottom: 1px solid #3E3A39;
}
.rooms-article .table-box .rooms-table dt:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 102%;
  top: 0;
  right: 0;
  margin-right: -28%;
  border-right: 1px solid #3E3A39;
}
@media (max-width: 480px) {
  .rooms-article .table-box .rooms-table dt:after {
    display: none;
  }
}
@media (max-width: 480px) {
  .rooms-article .table-box .rooms-table dt {
    width: 5em;
    font-size: 1.4rem;
    border-right: 1px solid #3E3A39;
  }
}
.rooms-article .table-box .rooms-table dd {
  display: inline-block;
  width: 76%;
  margin-left: 8%;
  padding: 15px;
  font-size: 1.6rem;
  border-bottom: 1px solid #3E3A39;
}
@media (max-width: 480px) {
  .rooms-article .table-box .rooms-table dd {
    width: auto;
  }
}
@media (max-width: 480px) {
  .rooms-article .table-box .rooms-table dt,
  .rooms-article .table-box .rooms-table dd {
    display: table-cell;
  }
}
.rooms-article .detail-box {
  margin-top: 55px;
  padding-top: 55px;
  border-top: 1px solid #3E3A39;
}
@media (max-width: 480px) {
  .rooms-article .detail-box {
    border-top: none;
    margin-top: 0;
  }
}
.rooms-article .detail-box .rooms-detail {
  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;
  margin-bottom: 35px;
}
.rooms-article .detail-box .rooms-detail::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media (max-width: 480px) {
  .rooms-article .detail-box .rooms-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rooms-article .detail-box .rooms-detail dt {
  width: 182px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  font-size: 2rem;
  background: url(../img/common/bg_trans_wave.png) #DCDDDD;
}
@media (max-width: 480px) {
  .rooms-article .detail-box .rooms-detail dt {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.rooms-article .detail-box .rooms-detail dd {
  width: calc(100% - 220px);
}
.rooms-article .detail-box .rooms-detail dd .list li {
  display: inline-block;
  margin-right: 2em;
  line-height: 2.25;
  font-size: 1.4rem;
}
@media (max-width: 480px) {
  .rooms-article .detail-box .rooms-detail dd .list li {
    margin-right: 1em;
  }
}
.rooms-article .detail-box .rooms-detail dd .list li:before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 10px;
  height: 10px;
  background: url(../img/common/bg_gold_texture.png);
}
@media (max-width: 480px) {
  .rooms-article .detail-box .rooms-detail dd {
    width: 100%;
  }
}

.rooms-article__description {
  margin-top: 5rem;
}
@media (max-width: 480px) {
  .rooms-article__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3rem;
  }
  .rooms-article__description .txt-box,
  .rooms-article__description .table-box {
    width: 100%;
  }
  .rooms-article__description .txt-box {
    margin-bottom: 3rem;
  }
}

.spa-section-fv {
  position: relative;
  width: 100%;
  height: 0;
  min-height: 460px;
  margin-bottom: 80px;
  padding-top: 24.2%;
  min-width: 1200px;
  background-size: cover !important;
  background: url(../img/spa/bg_fv_01.jpg) no-repeat;
}
@media (max-width: 480px) {
  .spa-section-fv {
    margin-bottom: 40px;
    background-position: 25% 0;
    min-width: 100%;
  }
}
.spa-section-fv .ti {
  position: absolute;
  width: 39px;
  height: 132px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 480px) {
  .spa-section-fv .ti {
    left: 37%;
  }
}
.spa-section-fv.dish-section-fv {
  background: url(../img/dish/bg_fv_01.jpg) no-repeat;
}
.spa-section-fv.dish-section-fv .ti {
  width: 45px;
  height: 168px;
}
@media (max-width: 480px) {
  .spa-section-fv.dish-section-fv {
    background-position: 37% 0;
  }
  .spa-section-fv.dish-section-fv .ti {
    left: 37%;
    position: absolute;
  }
}
.spa-section-fv.faci-section-fv {
  background: url(../img/facility/bg_fv_01.jpg) no-repeat;
}
.spa-section-fv.faci-section-fv .ti {
  width: 78px;
  height: 225px;
}
@media (max-width: 480px) {
  .spa-section-fv.faci-section-fv {
    background-position: 32% 0;
  }
}

.spa-lead-txt {
  width: 100%;
  position: relative;
  margin: 0 auto 40px;
}
@media (min-width: 480px) {
  .spa-lead-txt {
    width: 1200px;
    margin: 0 auto 110px;
  }
}
.spa-lead-txt .ti {
  position: absolute;
  width: 100px;
  top: -420px;
  left: 10%;
}
@media (min-width: 480px) {
  .spa-lead-txt .ti {
    left: auto;
    right: 10%;
    bottom: 0;
    width: 164px;
  }
}
.spa-lead-txt .txt {
  line-height: 2;
  color: #3E3A39;
  font-size: 1.5rem;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .spa-lead-txt .txt {
    padding: 0;
    font-size: 1.7rem;
    padding-left: 30px;
  }
}

.anker-list-block {
  margin: auto;
  width: 100%;
}
@media (min-width: 480px) {
  .anker-list-block {
    width: 1200px;
  }
}
.anker-list-block .anker-list-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
@media (min-width: 480px) {
  .anker-list-block .anker-list-nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.anker-list-block .anker-list-nav::before, .anker-list-block .anker-list-nav::after {
  display: none;
}
@media (max-width: 480px) {
  .anker-list-block .anker-list-nav {
    margin-bottom: 50px;
  }
}
.anker-list-block .anker-list-nav li {
  margin-bottom: 15px;
  width: 48%;
  height: 100px;
  padding: 0;
}
@media (min-width: 480px) {
  .anker-list-block .anker-list-nav li {
    padding: 0 10px;
    height: 122px;
    width: 100%;
  }
}
.anker-list-block .anker-list-nav li a {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_gold_texture.png);
}
@media (max-width: 480px) {
  .anker-list-block .anker-list-nav li a {
    padding: 0 1em;
  }
}
.anker-list-block .anker-list-nav li a .txt {
  text-align: center;
  font-size: 2.1rem;
  color: #000;
}
@media (max-width: 480px) {
  .anker-list-block .anker-list-nav li a .txt {
    font-size: 1.7rem;
  }
}
.anker-list-block .anker-list-nav li a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  bottom: 17px;
  margin: auto;
  border-right: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.large-anker {
  margin-bottom: 130px;
}
.large-anker li a .txt {
  font-size: 2.8rem;
}
.large-anker li a .txt .small {
  display: block;
  line-height: 1.6;
  text-align: center;
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  .large-anker li a .txt .small {
    font-size: 1.25rem;
  }
}

.slide-section {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media (max-width: 480px) {
  .slide-section {
    margin-top: -5rem;
    padding-top: 5rem;
  }
}
.slide-section .inner {
  position: relative;
  width: 1200px;
  margin: auto;
}
@media (max-width: 480px) {
  .slide-section .inner {
    width: 100%;
  }
}
.slide-section .inner > .ti {
  position: absolute;
  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;
  width: 137px;
  top: -28px;
  margin: 0;
  padding: 80px 0;
  background: url(../img/common/bg_gray_wave.png);
  background-size: cover;
  z-index: 100;
}
@media (max-width: 480px) {
  .slide-section .inner > .ti {
    width: 16%;
    padding: 20px 0;
  }
  .slide-section .inner > .ti img {
    width: 100%;
  }
}
.slide-section .inner .slide_list {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .slide-section .inner .slide_list {
    margin-bottom: 40px;
  }
}
.slide-section .inner .slide_list li .txt-caption {
  display: block;
  width: 75%;
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
  color: #3E3A39;
}
.slide-section .inner .slick-dots {
  width: 75%;
  margin-top: 55px;
  text-align: center;
  font-size: 0;
}
@media (max-width: 480px) {
  .slide-section .inner .slick-dots {
    width: 98%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}
.slide-section .inner .slick-dots li {
  display: inline-block;
  width: 100px;
  margin: 0 10px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .slide-section .inner .slick-dots li {
    width: 33.33%;
    margin: 0;
    padding: 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.slide-section .inner .slick-dots li:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0.7;
}
.slide-section .inner .slick-dots li.slick-active {
  position: relative;
}
.slide-section .inner .slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 4px solid;
  -o-border-image: url(../img/common/bg_gold_texture.png) 4;
     border-image: url(../img/common/bg_gold_texture.png) 4;
}
.slide-section .inner .spa-txt-box {
  width: 75%;
}
@media (max-width: 480px) {
  .slide-section .inner .spa-txt-box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slide-section .inner .spa-txt-box .txt-box {
  float: left;
  width: 42.5%;
  margin-left: 0 !important;
}
@media (max-width: 480px) {
  .slide-section .inner .spa-txt-box .txt-box {
    width: 78%;
    float: none;
  }
}
.slide-section .inner .spa-txt-box .spa-box {
  float: right;
  width: 51.7%;
}
@media (max-width: 480px) {
  .slide-section .inner .spa-txt-box .spa-box {
    width: 100%;
    margin-top: 4vw;
  }
}
.slide-section .inner .spa-txt-box .spa-box dl {
  border-top: 1px solid #3E3A39;
  margin: 0;
}
.slide-section .inner .spa-txt-box .spa-box dl dt,
.slide-section .inner .spa-txt-box .spa-box dl dd {
  width: 100%;
  padding: 15px 15px 10px 15px;
  font-size: 1.6rem;
  color: #3E3A39;
}
.slide-section .inner .spa-txt-box .spa-box dl dt {
  border-bottom: 1px solid #b5b5b6;
}
.slide-section .inner .spa-txt-box .spa-box dl dd {
  border-bottom: 1px solid #3E3A39;
}
.slide-section .inner .spa-txt-box .spa-box .spa-time {
  padding: 15px 15px 10px 15px;
  font-size: 1.6rem;
  color: #3E3A39;
  border-bottom: 1px solid #3E3A39;
}
.slide-section .inner .spa-txt-box .spa-box .spa-reserved {
  margin-top: 40px;
  font-size: 0;
}
.slide-section .inner .spa-txt-box .spa-box .spa-reserved dt {
  display: inline-block;
  width: 35%;
  padding-right: 10px;
  line-height: 1.6;
  font-weight: normal;
  font-size: 1.6rem;
  color: #3E3A39;
  border-right: 1px solid #3E3A39;
}
.slide-section .inner .spa-txt-box .spa-box .spa-reserved dd {
  display: inline-block;
  width: 64%;
  margin: 0;
  padding-left: 20px;
  vertical-align: top;
  font-size: 1.5rem;
}
.slide-section .inner .spa-txt-box .spa-box .spa-reserved dd .small {
  line-height: 2;
  font-size: 1.25rem;
}
.slide-section .inner .txt-box {
  width: 75%;
  margin-bottom: 200px;
}
@media (max-width: 480px) {
  .slide-section .inner .txt-box {
    margin-bottom: 50px;
  }
}
.slide-section .inner .txt-box > .ti {
  margin: 0 auto 25px;
  line-height: 1.6;
  font-size: 2rem;
  color: #3E3A39;
}
.slide-section .inner .txt-box .txt {
  margin: auto;
  line-height: 2.25;
  font-size: 1.6rem;
}
.slide-section .inner .txt-box .txt + .txt {
  margin-top: 2em;
}
.slide-section .inner .txt-box .txt small {
  font-family: YuGothic, "Custom Yu Gothic", "Yu Gothic", sans-serif;
  display: inline-block;
  line-height: 1.8;
}
.slide-section .inner > .txt-box p {
  width: 81.3%;
}
.slide-section.slide-section-left .inner > .ti {
  left: 20px;
}
@media (max-width: 480px) {
  .slide-section.slide-section-left .inner > .ti {
    left: 4vw;
    top: 43vw;
  }
}
.slide-section.slide-section-left .inner .slide_list li .txt-caption {
  margin-left: 20%;
}
@media (max-width: 480px) {
  .slide-section.slide-section-left .inner .slide_list li .txt-caption {
    margin-left: auto;
    margin-right: auto;
  }
}
.slide-section.slide-section-left .inner .slide_list li img {
  margin-left: auto;
}
.slide-section.slide-section-left .inner .slick-dots, .slide-section.slide-section-left .inner .spa-txt-box {
  margin-left: 20%;
}
@media (max-width: 480px) {
  .slide-section.slide-section-left .inner .slick-dots, .slide-section.slide-section-left .inner .spa-txt-box {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-section.slide-section-left .inner .slick-dots .txt-box, .slide-section.slide-section-left .inner .spa-txt-box .txt-box {
    margin-left: auto !important;
  }
}
.slide-section.slide-section-left .inner > .txt-box {
  margin-left: 20%;
}
@media (max-width: 480px) {
  .slide-section.slide-section-left .inner > .txt-box {
    margin-left: auto !important;
  }
}
.slide-section.slide-section-right .inner .ti {
  right: 20px;
}
.slide-section.slide-section-right .inner .slide_list li .txt-caption {
  margin-left: auto;
  margin-right: 20%;
}
.slide-section.slide-section-right .inner .slick-dots, .slide-section.slide-section-right .inner .spa-txt-box {
  margin-left: auto;
  margin-right: 20%;
}
.slide-section.slide-section-right .inner > .txt-box {
  margin-left: auto;
  margin-right: 20%;
}
.slide-section.spa-slide-section + .home-contents__row {
  clear: both;
  margin-top: -45px;
}

.dish-lead-section {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 0;
  min-height: 568px;
  margin-bottom: 188px;
  padding-top: 29.8%;
  background: url(../img/dish/bg_lead_01.jpg);
  background-size: cover;
}
@media (max-width: 480px) {
  .dish-lead-section {
    min-width: 100%;
    min-height: auto;
    height: auto;
    margin-bottom: 50px;
    background-size: 100%;
  }
}
.dish-lead-section .inner {
  position: absolute;
  width: 1200px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 480px) {
  .dish-lead-section .inner {
    width: 100%;
    position: relative;
  }
}
.dish-lead-section .inner .txt-box-cover {
  position: absolute;
  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;
  width: 514px;
  height: 100%;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.75);
}
@media (max-width: 480px) {
  .dish-lead-section .inner .txt-box-cover {
    width: 100%;
    height: auto;
    position: relative;
  }
}
.dish-lead-section .inner .txt-box-cover .txt-box {
  width: 390px;
}
@media (max-width: 480px) {
  .dish-lead-section .inner .txt-box-cover .txt-box {
    width: 100%;
    padding: 20px 15px;
  }
}
.dish-lead-section .inner .txt-box-cover .txt-box .ti {
  margin-bottom: 50px;
  line-height: 2.25;
  font-size: 3rem;
  color: #fff;
}
@media (max-width: 480px) {
  .dish-lead-section .inner .txt-box-cover .txt-box .ti {
    font-size: 2.4rem;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1.8em;
  }
}
.dish-lead-section .inner .txt-box-cover .txt-box .txt {
  line-height: 2.25;
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 480px) {
  .dish-lead-section .inner .txt-box-cover .txt-box .txt {
    font-size: 1.4rem;
  }
}

@media (max-width: 480px) {
  .slick-slide img {
    width: 100%;
  }
}

.page-spa .txt-caption,
.page-dish .txt-caption,
.page-facility .txt-caption {
  width: 81% !important;
}
@media (max-width: 480px) {
  .page-spa .txt-caption,
  .page-dish .txt-caption,
  .page-facility .txt-caption {
    text-align: left !important;
    width: 72% !important;
  }
}
.page-spa .slide-section .inner .slick-dots,
.page-dish .slide-section .inner .slick-dots,
.page-facility .slide-section .inner .slick-dots {
  width: 81%;
}
@media (max-width: 480px) {
  .page-spa .slide-section .inner .slick-dots,
  .page-dish .slide-section .inner .slick-dots,
  .page-facility .slide-section .inner .slick-dots {
    width: 72% !important;
  }
}
.page-spa .slide-section-left .inner .slick-dots,
.page-spa .slide-section-left .txt-caption,
.page-dish .slide-section-left .inner .slick-dots,
.page-dish .slide-section-left .txt-caption,
.page-facility .slide-section-left .inner .slick-dots,
.page-facility .slide-section-left .txt-caption {
  margin-left: auto !important;
  margin-right: 15px !important;
}
.page-spa .slide-section-right .inner .slick-dots,
.page-spa .slide-section-right .txt-caption,
.page-dish .slide-section-right .inner .slick-dots,
.page-dish .slide-section-right .txt-caption,
.page-facility .slide-section-right .inner .slick-dots,
.page-facility .slide-section-right .txt-caption {
  margin-right: auto !important;
  margin-left: 15px !important;
}

#spa01 {
  padding-top: 17rem;
}

@media (max-width: 480px) {
  #spa01 {
    padding-top: 5rem;
  }
  #spa01 h2.ti img {
    width: 77%;
  }
  #spa02 h2.ti img {
    width: 68%;
  }
  #spa03 h2.ti img {
    width: 65%;
  }
}
.news-section-fv {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 0;
  min-height: 460px;
  margin-bottom: 120px;
  padding-top: 24.2%;
  background: url(../img/news/bg_fv_01.jpg);
  background-size: cover;
}
@media (max-width: 480px) {
  .news-section-fv {
    min-width: 100%;
    background-position: 10%;
    margin-bottom: 50px;
  }
}
.news-section-fv .ti {
  position: absolute;
  width: 51px;
  height: 216px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.news-container {
  width: 1200px;
  margin: 0 auto 170px;
}
@media (max-width: 480px) {
  .news-container {
    width: 100%;
    margin-bottom: 30px;
  }
}
.news-container .news-main .news-archive {
  position: relative;
  margin-bottom: 60px;
  padding: 40px 0 0 0;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive {
    margin-bottom: 30px;
    padding: 20px 0;
  }
}
.news-container .news-main .news-archive:before, .news-container .news-main .news-archive:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #3E3A39;
}
.news-container .news-main .news-archive:before {
  top: 4px;
}
.news-container .news-main .news-archive:after {
  bottom: 4px;
}
.news-container .news-main .news-archive .news-article .container {
  min-width: 100%;
  padding: 0;
}
.news-container .news-main .news-archive .news-article .news-head {
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .news-article .news-head {
    margin-bottom: 20px;
  }
}
.news-container .news-main .news-archive .news-article .news-head .txt-date {
  display: inline-block;
  margin: 0 45px 0 0;
  line-height: 1;
  font-family: "Shuei Mincho M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #3E3A39;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .news-article .news-head .txt-date {
    margin-right: 1em;
  }
}
.news-container .news-main .news-archive .news-article .news-head .txt-cate {
  display: inline-block;
}
.news-container .news-main .news-archive .news-article .news-head .txt-cate a,
.news-container .news-main .news-archive .news-article .news-head .txt-cate span {
  display: inline-block;
  margin: 0 1em 0 0;
  padding: 0 15px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #3E3A39;
  color: #3e3a39;
  text-decoration: none;
}
.news-container .news-main .news-archive .news-article .news-head .title {
  margin: 30px 0 20px;
  line-height: 1.8;
  font-family: "Shuei Mincho M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 3rem;
  color: #3E3A39;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .news-article .news-head .title {
    margin: 15px 0;
    font-size: 1.8rem;
  }
}
.news-container .news-main .news-archive .news-article h2 {
  margin: 70px 0 40px;
  padding: 22px 0 20px 30px;
  font-weight: bold;
  font-size: 2.6rem;
  background: url(../img/common/bg_gold_wave.gif);
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .news-article h2 {
    margin: 35px 0 20px;
    padding: 0.5em;
    font-size: 2.2rem;
  }
}
.news-container .news-main .news-archive .news-article h3 {
  margin: 25px 0 40px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 2.4rem;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .news-article h3 {
    font-size: 2rem;
    padding: 0 5px;
  }
}
.news-container .news-main .news-archive .news-article h3:before {
  content: "";
  display: block;
  height: 2px;
  margin: 0 0 15px -10px;
  background: url(../img/common/bg_gold_wave.gif);
}
.news-container .news-main .news-archive .news-article h3:after {
  content: "";
  display: block;
  height: 2px;
  margin: 15px 0 0 -10px;
  background: url(../img/common/bg_gold_wave.gif);
}
.news-container .news-main .news-archive .news-article p {
  margin-bottom: 30px;
  font-family: YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  line-height: 2;
  font-size: 1.7rem;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .news-article p {
    font-size: 1.5rem119;
  }
}
.news-container .news-main .news-archive .news-article p.small {
  margin-top: 10px;
  font-size: 1.4rem;
}
.news-container .news-main .news-archive .news-article [class*=col-] {
  margin-top: 50px;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .news-article [class*=col-] {
    margin-top: 25px;
  }
}
.news-container .news-main .news-archive .news-article .parts-line {
  background: none;
  border-top: 4px double #3E3A39;
}
.news-container .news-main .news-archive .news-article .box-pdf {
  margin-bottom: 80px;
}
.news-container .news-main .news-archive .news-article .box-pdf .ti {
  margin-bottom: 35px;
  padding-top: 75px;
  font-size: 2rem;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .news-article .box-pdf .ti {
    font-weight: bold;
  }
}
.news-container .news-main .news-archive .news-article .box-pdf .txt-caption {
  margin: 0 0 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .news-article .box-pdf .txt-caption {
    margin-bottom: 10px;
  }
}
.news-container .news-main .news-archive .news-article .box-pdf .link-pdf {
  display: block;
  width: 75%;
  height: 90px;
  margin: 0 auto;
  line-height: 90px;
  text-align: center;
  font-family: YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  color: #fff;
  background: url(../img/common/bg_green_wave.gif);
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .news-article .box-pdf .link-pdf {
    width: 100%;
    height: auto;
    line-height: 1.8;
    padding: 1em;
    font-size: 2rem;
  }
}
.news-container .news-main .news-archive .news-article .box-list {
  margin-bottom: 80px;
  padding-bottom: 25px;
  border-bottom: 1px solid #231815;
}
.news-container .news-main .news-archive .news-article .box-list .ti {
  margin-bottom: 30px;
  padding: 15px 10px;
  line-height: 1;
  font-family: "Shuei Mincho M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2rem;
  color: #3E3A39;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
.news-container .news-main .news-archive .news-article .box-list .list {
  padding-left: 15px;
}
.news-container .news-main .news-archive .news-article .box-list .list li {
  padding-left: 1em;
  line-height: 2;
  text-indent: -1em;
  font-family: YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.7rem;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .news-article .box-list .list li {
    padding-left: 0.5em;
  }
}
.news-container .news-main .news-archive .news-article .box-list .list li:before {
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  width: 13px;
  height: 13px;
  background: url(../img/common/bg_gold_texture.png);
}
.news-container .news-main .news-archive .news-article .box-youtube {
  position: relative;
  height: 0;
  margin-bottom: 80px;
  padding-top: 56.5%;
}
.news-container .news-main .news-archive .news-article .box-youtube iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-container .news-main .news-archive .news-article .box-map {
  position: relative;
  height: 0;
  margin-bottom: 120px;
  padding-top: 56.5%;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .news-article .box-map {
    padding-top: 100%;
  }
}
.news-container .news-main .news-archive .news-article .box-map .map-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
}
.news-container .news-main .news-archive .news-article .box-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news-container .news-main .news-archive .news-article .box-map .link-map {
  position: absolute;
  height: 40px;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  line-height: 40px;
  font-family: YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.6rem;
  background: url(../img/common/bg_gold_texture.png);
}
.news-container .news-main .news-archive .news-article .box-map .link-map:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 21px;
  margin-right: 20px;
  vertical-align: middle;
  background: url(../img/news/ico_link_map.png) no-repeat;
}
.news-container .news-main .news-archive .new-category .ti {
  height: 80px;
  margin-bottom: 35px;
  padding-left: 15px;
  line-height: 80px;
  font-weight: bold;
  font-size: 2.4rem;
  background: url(../img/common/bg_gold_wave.gif);
}
.news-container .news-main .news-archive .section-news {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #3E3A39;
}
.news-container .news-main .news-archive .section-news::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .section-news {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.news-container .news-main .news-archive .section-news a {
  -webkit-transition: 0.4 ease-in-out;
  transition: 0.4 ease-in-out;
  display: block;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .section-news a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 1rem;
  }
}
.news-container .news-main .news-archive .section-news a:hover {
  opacity: 0.7;
}
.news-container .news-main .news-archive .section-news:last-child {
  margin-bottom: 0;
  border: none;
}
.news-container .news-main .news-archive .section-news .ph {
  float: left;
  width: 160px;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .section-news .ph {
    float: none;
    width: 120px;
  }
  .news-container .news-main .news-archive .section-news .ph img {
    width: 100%;
    height: auto;
  }
}
.news-container .news-main .news-archive .section-news .box-txt {
  padding: 8px 0 0 205px;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .section-news .box-txt {
    padding: 0;
    width: calc(100% - 150px);
  }
}
.news-container .news-main .news-archive .section-news .box-txt .txt-date {
  display: inline-block;
  margin-right: 40px;
  font-size: 1.4rem;
  color: #3E3A39;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .section-news .box-txt .txt-date {
    margin-bottom: 0.5em;
  }
}
.news-container .news-main .news-archive .section-news .box-txt .txt-cate {
  display: inline-block;
}
.news-container .news-main .news-archive .section-news .box-txt .txt-cate a,
.news-container .news-main .news-archive .section-news .box-txt .txt-cate span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  text-align: center;
  font-size: 1.4rem;
  color: #3E3A39;
  border: 1px solid #3E3A39;
}
.news-container .news-main .news-archive .section-news .box-txt .title {
  margin: 25px 0 15px;
  line-height: 2;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .news-container .news-main .news-archive .section-news .box-txt .title {
    margin: 10px 0;
  }
}
.news-container .news-main .news-archive .section-news .box-txt .btn-detail {
  float: right;
  display: inline-block;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-family: YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.2rem;
  color: #3E3A39;
  background: url(../img/common/bg_gold_texture.png);
}
.news-container .news-main .news-archive .section-news .box-txt .btn-detail:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -2px 0 0 5px;
  vertical-align: middle;
  border-right: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.news-container .news-main .center {
  text-align: center;
}
.news-container .news-main .btn-list {
  display: inline-block;
  height: 43px;
  margin: 0 auto;
  padding: 0 15px;
  line-height: 43px;
  font-size: 1.6rem;
  font-family: YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  color: #3E3A39;
  background: url(../img/common/bg_gold_texture.png);
}
.news-container .news-main .btn-list:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 20px;
  border-right: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.news-container .news-main .news-nav .nav-list {
  text-align: center;
  font-size: 0;
}
@media (max-width: 480px) {
  .news-container .news-main .news-nav .nav-list {
    text-align: left;
  }
}
.news-container .news-main .news-nav .nav-list li {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  vertical-align: middle;
}
.news-container .news-main .news-nav .nav-list li.page a, .news-container .news-main .news-nav .nav-list li.page span {
  display: inline-block;
  width: 20px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 1.8rem;
  color: #3E3A39;
}
.news-container .news-main .news-nav .nav-list li.page.current span {
  color: #AE8938;
  border-bottom: 1px solid #AE8938;
}
.news-container .news-main .news-nav .nav-list li.prev a {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #3E3A39;
}
.news-container .news-main .news-nav .nav-list li.prev a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: 0 0 0 8%;
  border-right: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.news-container .news-main .news-nav .nav-list li.next a {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/common/bg_gold_texture.png);
}
.news-container .news-main .news-nav .nav-list li.next a:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -5%;
  border-right: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.news-container .news-side {
  float: right;
}
.news-container .news-side .ti {
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.news-container .news-side .cate-list li {
  margin-bottom: 10px;
}
.news-container .news-side .cate-list li a {
  display: block;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
  font-size: 1.8rem;
  color: #3E3A39;
  border: 1px solid #3E3A39;
}
.news-container .news-side .cate-list li a.link-all {
  background: url(../img/common/bg_gold_wave.gif);
  border: none;
}

.image-read--position-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-read--position-right .image-read__image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.image-read--position-right .image-read__read {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.parts-title03 {
  margin-bottom: 35px;
  padding-top: 75px;
  font-size: 2rem;
}

.news-article {
  margin-bottom: 10rem;
}
.news-article p a {
  color: #ae8938;
  text-decoration: underline;
}

@media (max-width: 480px) {
  .news-container__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-container__row .news-main,
  .news-container__row .news-side {
    width: 100%;
  }
  .news-container__row .news-side {
    margin-top: 3rem;
  }
  .news-article .image-read {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news-article .image-read .col-6 {
    width: 100%;
  }
  .news-article .image-read .image-read__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .news-article .image-read .image-read__read {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.link-box {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 480px) {
  .link-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .link-box + .link-box {
    margin-top: -4rem;
  }
}

.link-box__each {
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.link-box__each__title {
  font-size: 1.4rem;
  padding: 0 0.5em 0.5em;
}

.link-box__each__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.link-box__each__link a {
  width: 100%;
  border: 2px solid #ae8938;
  color: #ae8938;
  padding: 0.5em 1em;
  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;
  border-radius: 10px;
  font-size: 1.8rem;
  text-decoration: underline;
  -webkit-transition: 0.4 ease-in-out;
  transition: 0.4 ease-in-out;
}
.link-box__each__link a:hover {
  opacity: 0.5;
}
.link-box__each__link a::after {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #ae8938;
  border-right: 2px solid #ae8938;
}
.link-box__each__link a span {
  width: calc(100% - 40px);
}

.link-box__each__count__1 + .link-box__each__count__2 {
  padding-left: 20px;
}
@media (max-width: 480px) {
  .link-box__each__count__1 + .link-box__each__count__2 {
    padding-left: 0;
  }
}

.contact-section-fv {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 0;
  min-height: 460px;
  margin-bottom: 125px;
  padding-top: 24.2%;
  background: url(../img/contact/bg_contact_01.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .contact-section-fv {
    min-width: 100%;
    background-position: center center;
    margin-bottom: 50px;
  }
}
.contact-section-fv .ti {
  position: absolute;
  width: 128px;
  height: 325px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.contact-nav-switch-cover {
  margin-bottom: 95px;
  border-top: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
}
@media (max-width: 480px) {
  .contact-nav-switch-cover {
    margin-bottom: 30px;
  }
}
.contact-nav-switch-cover .nav-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-nav-switch-cover .nav-switch li {
  width: 50%;
  height: 142px;
}
@media (max-width: 480px) {
  .contact-nav-switch-cover .nav-switch li {
    height: 70px;
  }
}
.contact-nav-switch-cover .nav-switch li a {
  display: block;
}
.contact-nav-switch-cover .nav-switch li a span {
  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;
  width: 600px;
  height: 142px;
}
@media (max-width: 480px) {
  .contact-nav-switch-cover .nav-switch li a span {
    height: 70px;
    width: 100%;
  }
  .contact-nav-switch-cover .nav-switch li a span img {
    height: 15px;
  }
}
.contact-nav-switch-cover .nav-switch li:first-child {
  border-right: 1px solid #3E3A39;
}
.contact-nav-switch-cover .nav-switch li.active a {
  background: url(../img/contact/bg_contact_02.jpg);
  background-size: cover;
}
.contact-nav-switch-cover .nav-switch li.contact span {
  margin-left: auto;
}
.contact-nav-switch-cover .nav-switch li.faq span {
  margin-right: auto;
}

.block-contact .section-tel .inner {
  width: 1000px;
  margin: 0 auto 85px;
}
@media (max-width: 480px) {
  .block-contact .section-tel .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
}
.block-contact .section-tel .inner .box-tel {
  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;
  height: 291px;
  margin-bottom: 30px;
  background: url(../img/contact/bg_tel.jpg) 50% 50% no-repeat;
}
@media (max-width: 480px) {
  .block-contact .section-tel .inner .box-tel {
    background: none;
    height: auto;
  }
}
.block-contact .section-tel .inner .box-tel .box-tel-inner .txt {
  margin: 0 0 35px;
  line-height: 1.85;
  text-align: center;
  font-size: 2rem;
  color: #3E3A39;
}
@media (max-width: 480px) {
  .block-contact .section-tel .inner .box-tel .box-tel-inner .txt {
    font-size: 1.6rem;
  }
}
.block-contact .section-tel .inner .box-tel .box-tel-inner .txt-tel {
  margin: 0;
  text-align: center;
  font-size: 5rem;
  color: #3E3A39;
}
@media (max-width: 480px) {
  .block-contact .section-tel .inner .box-tel .box-tel-inner .txt-tel {
    font-size: 9vw;
  }
}
.block-contact .section-tel .inner .list-att {
  line-height: 2.14;
  font-size: 1.4rem;
  color: #3E3A39;
}
.block-contact .section-form {
  margin-bottom: 130px;
  background: url(../img/common/bg_trans_wave.png) #DCDDDD;
}
@media (max-width: 480px) {
  .block-contact .section-form {
    margin-bottom: 50px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.block-contact .section-form .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0 145px;
}
@media (max-width: 480px) {
  .block-contact .section-form .inner {
    width: 100%;
    padding: 20px 15px 50px;
  }
}
.block-contact .section-form .inner .form-box {
  font-size: 0;
}
@media (max-width: 480px) {
  .block-contact .section-form .inner .form-box {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-contact .section-form .inner .form-box:first-child dt, .block-contact .section-form .inner .form-box:first-child dd {
  border-top: none;
}
@media (max-width: 480px) {
  .block-contact .section-form .inner .form-box:first-child dt, .block-contact .section-form .inner .form-box:first-child dd {
    border-top: 1px solid #3E3A39;
  }
}
.block-contact .section-form .inner .form-box dt {
  display: inline-block;
  width: 21.5%;
  padding: 35px 0 45px;
  vertical-align: top;
  letter-spacing: -0.01em;
  font-size: 2rem;
  color: #000;
  border-top: 1px solid #3E3A39;
}
.block-contact .section-form .inner .form-box dt .att {
  display: inline-block;
  height: 22px;
  margin: -6px 0 0 10px;
  padding: 2px 5px;
  vertical-align: middle;
  font-size: 1.4rem;
  color: #fff;
  background-color: #AE8938;
}
.block-contact .section-form .inner .form-box dd {
  position: relative;
  display: inline-block;
  width: 68%;
  margin-left: 10.1%;
  padding: 35px 0 45px;
  vertical-align: top;
  border-top: 1px solid #3E3A39;
}
.block-contact .section-form .inner .form-box dd:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 101%;
  top: 0;
  left: 0;
  margin-left: -7%;
  border-left: 1px solid #3E3A39;
}
.block-contact .section-form .inner .form-box dd label {
  display: block;
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #000;
}
.block-contact .section-form .inner .form-box dd input[type=text],
.block-contact .section-form .inner .form-box dd input[type=tel],
.block-contact .section-form .inner .form-box dd input[type=mail],
.block-contact .section-form .inner .form-box dd input[type=email] {
  width: 100%;
  height: 60px;
  padding: 0 10px;
  line-height: 60px;
  font-size: 1.8rem;
  border: 1px solid #3E3A39;
}
.block-contact .section-form .inner .form-box dd #form02_01 {
  width: 310px;
}
.block-contact .section-form .inner .form-box dd .txt {
  clear: both;
  margin-top: 10px;
  font-size: 1.4rem;
  color: #3E3A39;
}
.block-contact .section-form .inner .form-box dd .form-name {
  float: left;
  width: 48.3%;
  margin-bottom: 20px;
}
.block-contact .section-form .inner .form-box dd .form-name:nth-child(even) {
  float: right;
}
@media (max-width: 480px) {
  .block-contact .section-form .inner .form-box dd .form-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-contact .section-form .inner .form-box dd .form-address {
  margin-bottom: 35px;
}
.block-contact .section-form .inner .form-box dd .form-address br {
  display: none;
}
@media (max-width: 480px) {
  .block-contact .section-form .inner .form-box dd .form-address {
    margin-bottom: 20px;
    width: 100%;
  }
  .block-contact .section-form .inner .form-box dd .form-address br {
    display: block;
  }
}
.block-contact .section-form .inner .form-box dd .form-address .btn-address {
  display: inline-block;
  height: 60px;
  margin: 0 20px 0 15px;
  padding: 0 30px;
  line-height: 60px;
  vertical-align: top;
  font-family: "Shuei Mincho M", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  color: #000;
  background: url(../img/common/bg_gold_texture.png);
  border: none;
  border-radius: 0;
  cursor: pointer;
}
@media (max-width: 480px) {
  .block-contact .section-form .inner .form-box dd .form-address .btn-address {
    margin: 10px 0 0;
    width: 60%;
  }
}
.block-contact .section-form .inner .form-box dd .form-address .link-number {
  display: inline-block;
  line-height: 60px;
  vertical-align: top;
  letter-spacing: -0.01em;
  text-decoration: underline;
  font-size: 1.8rem;
}
.block-contact .section-form .inner .form-box dd textarea {
  resize: vertical;
  width: 100%;
  height: 216px;
  padding: 10px;
  font-size: 1.8rem;
  border: 1px solid #3E3A39;
}
@media (max-width: 480px) {
  .block-contact .section-form .inner .form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-contact .section-form .inner .form-box dt,
  .block-contact .section-form .inner .form-box dd {
    width: 100%;
  }
  .block-contact .section-form .inner .form-box dt {
    padding: 1em 0;
  }
  .block-contact .section-form .inner .form-box dd {
    padding: 20px 0 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;
    margin: 0 0 1em;
  }
}
.block-contact .section-form .inner input[type=text],
.block-contact .section-form .inner input[type=tel],
.block-contact .section-form .inner input[type=mail],
.block-contact .section-form .inner input[type=button],
.block-contact .section-form .inner input[type=submit],
.block-contact .section-form .inner textarea {
  padding: 0;
  font-family: YuGothic, "Yu Gothic", "メイリオ", sans-serif;
  border: none;
  border-radius: 0;
}
.block-contact .section-form .inner input[type=button],
.block-contact .section-form .inner input[type=submit] {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.block-contact .section-form .inner input[type=button]:hover,
.block-contact .section-form .inner input[type=submit]:hover {
  opacity: 0.7;
}
.block-contact .section-form .inner .btn-submit {
  display: block;
  width: 593px;
  margin: 80px auto 0;
  line-height: 95px;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  color: #3E3A39;
  background: url(../img/common/bg_gold_texture.png);
  padding: 0;
  cursor: pointer;
}
@media (max-width: 480px) {
  .block-contact .section-form .inner .btn-submit {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
}

.form-address-postcode {
  display: block;
}

.form-address-postcode__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 480px) {
  .form-address-postcode__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.block-faq {
  display: none;
  width: 1200px;
  margin: auto;
}
@media (max-width: 480px) {
  .block-faq {
    width: 100%;
  }
}
.block-faq [id^=faq0] {
  display: block;
  margin-top: -8rem;
  padding-top: 8rem;
}
.block-faq .section-faq {
  float: none;
  margin: 0 auto 75px;
  padding: 0;
  border-bottom: 1px solid #000;
}
@media (max-width: 480px) {
  .block-faq .section-faq {
    width: 92%;
  }
}
.block-faq .section-faq.section-faq-last {
  margin-bottom: 154px;
}
@media (max-width: 480px) {
  .block-faq .section-faq {
    margin-bottom: 50px;
  }
}
.block-faq .section-faq .ti {
  margin: 0 0 50px;
  font-size: 2.4rem;
  color: #3E3A39;
}
@media (max-width: 480px) {
  .block-faq .section-faq .ti {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.block-faq .section-faq .ti:before {
  content: "";
  display: inline-block;
  width: 45px;
  height: 38px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../img/contact/ico_faq_01.png) no-repeat;
}
.block-faq .section-faq .box-faq {
  margin: 0;
}
.block-faq .section-faq .box-faq .q-box {
  position: relative;
  height: 85px;
  padding: 0 20px;
  line-height: 85px;
  border: 1px solid #000;
  border-bottom: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  .block-faq .section-faq .box-faq .q-box {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
}
.block-faq .section-faq .box-faq .q-box img {
  display: inline-block;
  margin: -5px 15px 0 0;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .block-faq .section-faq .box-faq .q-box img {
    width: 52px;
    height: 52px;
  }
}
.block-faq .section-faq .box-faq .q-box span {
  font-size: 2rem;
}
@media (max-width: 480px) {
  .block-faq .section-faq .box-faq .q-box span {
    width: calc(100% - 80px);
    font-size: 1.6rem;
    line-height: 1.8em;
  }
}
.block-faq .section-faq .box-faq .q-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: -10px;
  bottom: 0;
  right: 40px;
  margin: auto;
  border-right: 1px solid #3E3A39;
  border-bottom: 1px solid #3E3A39;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 480px) {
  .block-faq .section-faq .box-faq .q-box:after {
    width: 10px;
    height: 10px;
    right: 10px;
    top: -5px;
  }
}
.block-faq .section-faq .box-faq .a-box {
  display: none;
  margin: 0;
  border: 1px solid #000;
  border-bottom: none;
}
.block-faq .section-faq .box-faq .a-box div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 30px 20px 20px;
}
@media (max-width: 480px) {
  .block-faq .section-faq .box-faq .a-box div {
    padding: 10px;
  }
}
.block-faq .section-faq .box-faq .a-box div img {
  display: inline-block;
  margin-right: 15px;
}
.block-faq .section-faq .box-faq .a-box div span {
  display: inline-block;
  line-height: 2;
  font-size: 1.7rem;
}
@media (max-width: 480px) {
  .block-faq .section-faq .box-faq .a-box div span {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .page-contact .anker-list-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contact .anker-list-block .anker-list-nav {
    margin-bottom: 25px;
  }
  .page-contact .anker-list-block li {
    width: 48%;
  }
}

.contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-button button {
  cursor: pointer;
  display: block;
  margin: 80px 10px 0;
  padding: 3rem 2rem;
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  color: #3E3A39;
  background: url(../img/common/bg_gold_texture.png);
  cursor: pointer;
  border: none;
}

.contact-button__back button {
  background: #888;
  color: #fff;
}

.mw_wp_form {
  margin-top: -100px;
  padding-top: 100px;
}

.mw_wp_form_preview #conZipBtn,
.mw_wp_form_preview .link-number {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  font-size: 1.5rem !important;
  margin-top: 0.5em !important;
}

div.wpcf7-response-output {
  font-size: 1.7rem !important;
}

.special-section-fv {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 0;
  min-height: 800px;
  padding-top: 50.9%;
  background: url(../img/special/bg_fv.jpg);
  background-size: cover;
}
@media (max-width: 480px) {
  .special-section-fv {
    min-width: 100%;
    height: 100vh;
    background-position: 16% bottom;
  }
}
.special-section-fv .inner {
  position: absolute;
  width: 1200px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 480px) {
  .special-section-fv .inner {
    width: 100%;
  }
}
.special-section-fv .inner p.txt01 {
  padding-top: 2.8%;
}
@media (max-width: 480px) {
  .special-section-fv .inner p.txt01 {
    text-align: center;
  }
}
.special-section-fv .inner p.txt02 {
  margin-bottom: 6%;
  text-align: center;
}
@media (max-width: 1330px) {
  .special-section-fv .inner p.txt02 {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .special-section-fv .inner p.txt02 img {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}
.special-section-fv .inner p.txt03 {
  line-height: 3.3;
  text-align: center;
  font-size: 2rem;
  color: #290D12;
}
.special-section-fv .inner p.txt03 span {
  display: block;
}
@media (max-width: 480px) {
  .special-section-fv .inner p.txt03 {
    font-size: 4.8vw;
    line-height: 2;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .special-section-fv .inner p.txt03 span {
    margin-bottom: 0.6em;
    display: inline-block;
  }
}

.special-section-cover {
  margin-bottom: 170px;
  background: url(../img/special/bg_wave_special.png);
}

.slide-cover .slide-list .slick-dots {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.slide-cover .slide-list .slick-dots li {
  display: inline-block;
  width: 45px;
  height: 3px;
  margin: 0 15px;
}
.slide-cover .slide-list .slick-dots li button {
  display: block;
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  width: 45px;
  height: 3px;
  padding: 0;
  background: #3E3A39;
  border: none;
}
.slide-cover .slide-list .slick-dots li.slick-active button {
  background: url(../img/common/bg_gold_texture.png);
}

.special-section-01 {
  padding-top: 315px;
}
@media (max-width: 480px) {
  .special-section-01 {
    padding-top: 60px;
  }
}
.special-section-01 .inner {
  position: relative;
  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;
  width: 1200px;
  margin: auto;
}
@media (max-width: 480px) {
  .special-section-01 .inner {
    width: 100%;
  }
}
.special-section-01 .inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 152px;
  height: 38px;
  bottom: 15px;
  right: 480px;
  background: url(../img/special/img_sec01_02.png);
}
.special-section-01 .inner h2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 200px;
  text-align: center;
}
.special-section-01 .inner h2:after {
  content: "";
  display: inline-block;
  width: 185px;
  height: 89px;
  background: url(../img/special/img_sec01_01.png);
}
@media (max-width: 480px) {
  .special-section-01 .inner h2:after {
    position: absolute;
    left: 130px;
    bottom: 60px;
  }
}
@media (max-width: 480px) {
  .special-section-01 .inner h2 {
    position: relative;
    top: 35vw;
    z-index: 1;
    width: 100px;
    margin-left: 15px;
    background-color: #fff;
    padding: 10px;
  }
  .special-section-01 .inner h2 img {
    width: 100%;
  }
}
.special-section-01 .inner .slide-cover {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 960px;
}
@media (max-width: 480px) {
  .special-section-01 .inner .slide-cover {
    width: 100%;
    position: absolute;
    top: 0;
  }
}
.special-section-01 .inner .txt-box {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 357px;
  height: 800px;
  margin-top: 60px;
}
.special-section-01 .inner .txt-box .txt-box-inner {
  width: 100%;
  height: 510px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.special-section-01 .inner .txt-box .txt-box-inner .ti {
  display: block;
  margin-left: 1em;
  line-height: 2.25;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.4rem;
  color: #3E3A39;
}
.special-section-01 .inner .txt-box .txt-box-inner .txt {
  display: block;
  height: 480px;
  line-height: 2.25;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  color: #3E3A39;
}
.special-section-01 .inner .txt-box .ph-box02 {
  margin-top: 60px;
}
.special-section-01 .inner .ph-list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  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;
  margin-top: 100px;
}
.special-section-01 .inner .ph-list div {
  width: 390px;
  margin-right: 15px;
}
.special-section-01 .inner .ph-list div .ph {
  margin-bottom: 30px;
}
.special-section-01 .inner .ph-list div .ti {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 1.8em;
  color: #3E3A39;
}
.special-section-01 .inner .ph-list div .txt {
  line-height: 2;
  font-size: 1.6rem;
  color: #3E3A39;
}
@media (max-width: 480px) {
  .special-section-01 .inner .ph-list div {
    width: 100%;
  }
  .special-section-01 .inner .ph-list div img {
    width: 100%;
  }
}
.special-section-01 .ph-box03 {
  width: 100%;
  min-width: 1200px;
  padding-top: 132px;
}
@media (max-width: 480px) {
  .special-section-01 .ph-box03 {
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.special-section-01 .ph-box03 p {
  float: left;
}
.special-section-01 .ph-box03 p.ph01 {
  width: 44.3%;
}
.special-section-01 .ph-box03 p.ph02 {
  width: 27.7%;
  padding-top: 3.6%;
}
.special-section-01 .ph-box03 p.ph03 {
  width: 28%;
  padding-top: 8%;
}
@media (max-width: 480px) {
  .special-section-01 .ph-box03 p {
    width: 100% !important;
  }
}

.special-section-02 {
  padding-top: 210px;
}
.special-section-02 .inner {
  position: relative;
  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;
  width: 1200px;
  margin: auto;
}
@media (max-width: 480px) {
  .special-section-02 .inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.special-section-02 .inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 134px;
  height: 38px;
  bottom: 15px;
  left: 97px;
  background: url(../img/special/img_sec02_02.png);
}
.special-section-02 .inner h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 200px;
  text-align: center;
}
.special-section-02 .inner h2:after {
  content: "";
  display: inline-block;
  width: 163px;
  height: 92px;
  background: url(../img/special/img_sec02_01.png);
}
.special-section-02 .inner .slide-cover {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 960px;
}
@media (max-width: 480px) {
  .special-section-02 .inner .slide-cover {
    width: 100%;
  }
}
.special-section-02 .inner .txt-box {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  height: 600px;
  margin-top: 60px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.special-section-02 .inner .txt-box .ti {
  display: block;
  margin-left: 1em;
  line-height: 2.25;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  color: #3E3A39;
}
.special-section-02 .inner .txt-box .txt {
  display: block;
  height: 480px;
  line-height: 2.25;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  color: #3E3A39;
}
.special-section-02 .inner .txt-box .ph-box02 {
  margin-top: 60px;
}
.special-section-02 .inner .ph-list {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  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;
  margin-top: 100px;
}
.special-section-02 .inner .ph-list div {
  width: 390px;
  margin-left: 15px;
}
@media (max-width: 480px) {
  .special-section-02 .inner .ph-list div {
    width: 100%;
  }
}
.special-section-02 .inner .ph-list div .ph {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .special-section-02 .inner .ph-list div .ph {
    width: 100%;
  }
  .special-section-02 .inner .ph-list div .ph img {
    width: 100%;
  }
}
.special-section-02 .inner .ph-list div .ti {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 1.8em;
  color: #3E3A39;
}
.special-section-02 .inner .ph-list div .txt {
  line-height: 2;
  font-size: 1.6rem;
  color: #3E3A39;
}
.special-section-02 .ph-box02 {
  width: 100%;
  min-width: 1200px;
  padding-top: 132px;
}
@media (max-width: 480px) {
  .special-section-02 .ph-box02 {
    min-width: 100%;
  }
}
.special-section-02 .ph-box02 img {
  width: 100%;
  height: auto;
}

.special-section-03 {
  padding-top: 190px;
}
.special-section-03 .inner {
  position: relative;
  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;
  width: 1200px;
  margin: auto;
}
@media (max-width: 480px) {
  .special-section-03 .inner {
    width: 100%;
  }
}
.special-section-03 .inner:after {
  content: "";
  position: absolute;
  display: block;
  width: 127px;
  height: 8px;
  bottom: 15px;
  right: 0;
  background: url(../img/special/img_sec03_02.png);
}
.special-section-03 .inner h2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 200px;
  text-align: center;
}
.special-section-03 .inner h2:after {
  content: "";
  display: inline-block;
  width: 146px;
  height: 97px;
  background: url(../img/special/img_sec03_01.png);
}
.special-section-03 .inner .slide-cover {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 960px;
}
@media (max-width: 480px) {
  .special-section-03 .inner .slide-cover {
    width: 100%;
  }
}
.special-section-03 .inner .txt-box {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  margin-top: 60px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.special-section-03 .inner .txt-box .ti {
  display: block;
  margin-left: 1em;
  line-height: 2.25;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  color: #3E3A39;
}
.special-section-03 .inner .txt-box .txt {
  display: block;
  height: 480px;
  line-height: 2.25;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  color: #3E3A39;
}
.special-section-03 .inner .ph-list {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  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;
  margin-top: 100px;
}
.special-section-03 .inner .ph-list div {
  width: 410px;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .special-section-03 .inner .ph-list div {
    width: 100%;
  }
}
.special-section-03 .inner .ph-list div .ph {
  margin-bottom: 30px;
  width: 100%;
}
.special-section-03 .inner .ph-list div .ph img {
  width: 100%;
}
.special-section-03 .inner .ph-list div .ti {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 1.8em;
  color: #3E3A39;
}
.special-section-03 .inner .ph-list div .txt {
  line-height: 2;
  font-size: 1.6rem;
  color: #3E3A39;
}

.special-section-04 {
  padding-top: 150px;
}
.special-section-04 .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;
  width: 1200px;
  margin: auto;
}
@media (max-width: 480px) {
  .special-section-04 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.special-section-04 .inner h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 200px;
  text-align: center;
}
.special-section-04 .inner .slide-cover {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 960px;
}
@media (max-width: 480px) {
  .special-section-04 .inner .slide-cover {
    width: 100%;
  }
}
.special-section-04 .inner .txt-box {
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  height: 600px;
  margin-top: 60px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
}
.special-section-04 .inner .txt-box .ti {
  display: block;
  margin-left: 1em;
  line-height: 2.25;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 2.4rem;
  color: #3E3A39;
}
.special-section-04 .inner .txt-box .txt {
  display: block;
  line-height: 2.25;
  height: 480px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.8rem;
  color: #3E3A39;
}
.special-section-04 .inner .txt-box:after {
  content: "";
  position: absolute;
  display: block;
  width: 138px;
  height: 35px;
  bottom: 0;
  left: 90px;
  background: url(../img/special/img_sec04_01.png);
}
.special-section-04 .inner .ph-list {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  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;
  margin-top: 100px;
}
.special-section-04 .inner .ph-list div {
  width: 390px;
  margin-left: 15px;
}
.special-section-04 .inner .ph-list div .ph {
  margin-bottom: 30px;
}
.special-section-04 .inner .ph-list div .ti {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 1.8em;
  color: #3E3A39;
}
.special-section-04 .inner .ph-list div .txt {
  line-height: 2;
  font-size: 1.6rem;
  color: #3E3A39;
}
.special-section-04 .ph-art-cover {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  position: relative;
  width: 100%;
  min-width: 1200px;
  margin: 150px 0 0;
}
@media (max-width: 480px) {
  .special-section-04 .ph-art-cover {
    min-width: 100%;
  }
}
.special-section-04 .ph-art-cover .ph-box02 {
  width: 1200px;
  margin: auto;
}
@media (max-width: 480px) {
  .special-section-04 .ph-art-cover .ph-box02 {
    width: 100%;
  }
}
.special-section-04 .ph-art-cover .ph-box02 p {
  margin-bottom: 30px;
}
.special-section-04 .ph-art-cover .ph-box02 p.ph02 {
  margin-left: 120px;
}
.special-section-04 .ph-art-cover .ph-box03 {
  position: absolute;
  width: 55%;
  top: 0;
  right: 0;
}
.special-section-04 .ph-art-cover .ph-box03 img {
  width: 100%;
  height: auto;
}

.special-section-voice {
  background: url(../img/special/bg_voice01.jpg);
  background-size: cover;
}
.special-section-voice .inner {
  width: 1080px;
  margin: auto;
  padding: 70px 0 90px;
}
.special-section-voice .inner .ti {
  margin-bottom: 25px;
  text-align: center;
}
.special-section-voice .inner .txt {
  margin-bottom: 50px;
  line-height: 2;
  text-align: center;
  font-size: 2rem;
  color: #3E3A39;
}
.special-section-voice .inner .voice_box {
  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;
}
.special-section-voice .inner .voice_box div {
  width: 480px;
}
.special-section-voice .inner .voice_box div .ti {
  margin-bottom: 20px;
  line-height: 2;
  text-align: left;
  font-size: 1.8em;
  color: #3E3A39;
}
.special-section-voice .inner .voice_box div .txt {
  margin-bottom: 25px;
  line-height: 2;
  text-align: left;
  font-size: 1.6rem;
  color: #3E3A39;
}
.special-section-voice .inner .voice_box div .parson {
  line-height: 2;
  font-weight: bold;
  font-size: 1.6rem;
  color: #34573D;
}

.special-section-spot .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;
  width: 1200px;
  margin: auto;
  padding-top: 195px;
}
@media (max-width: 480px) {
  .special-section-spot .inner {
    width: 100%;
  }
}
.special-section-spot .inner .tit_box {
  position: relative;
  width: 605px;
}
@media (max-width: 480px) {
  .special-section-spot .inner .tit_box {
    width: 100%;
  }
}
.special-section-spot .inner .tit_box h2 {
  margin: 0;
}
.special-section-spot .inner .tit_box .img {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 480px) {
  .special-section-spot .inner .tit_box .img img {
    width: 100%;
  }
}
.special-section-spot .inner div {
  position: relative;
}
.special-section-spot .inner div .txt_ti {
  position: absolute;
  top: 0;
  right: 35px;
  margin-top: -25px;
  line-height: 2.4;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  font-size: 2rem;
  color: #34573D;
}
.special-section-spot .inner div .txt_ti .txt_ti-line {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(255, 255, 255, 0.85)));
  background: linear-gradient(transparent 0%, rgba(255, 255, 255, 0.85) 0%);
  padding: 7px;
}
.special-section-spot .inner div .img_ti {
  margin: -25px 0 12px;
}
.special-section-spot .inner div .txt {
  line-height: 2;
  font-size: 1.6rem;
  color: #3E3A39;
}
.special-section-spot .inner div.spot_box01 {
  width: 492px;
}
@media (max-width: 480px) {
  .special-section-spot .inner div.spot_box01 {
    width: 100%;
  }
  .special-section-spot .inner div.spot_box01 .img img {
    width: 100%;
  }
}
.special-section-spot .inner div.spot_box02 {
  width: 453px;
  margin-top: -250px;
}
@media (max-width: 480px) {
  .special-section-spot .inner div.spot_box02 {
    width: 100%;
    margin: 0;
  }
  .special-section-spot .inner div.spot_box02 .img img {
    width: 100%;
  }
}
.special-section-spot .inner div.spot_box03 {
  width: 493px;
  margin: 58px 156px 0 0;
}
.special-section-spot .inner div.spot_box03 .txt_ti {
  margin-top: -110px;
  left: 27px;
  right: auto;
}
@media (max-width: 480px) {
  .special-section-spot .inner div.spot_box03 {
    width: 100%;
    margin: 0;
  }
  .special-section-spot .inner div.spot_box03 .img img {
    width: 100%;
  }
}

.slide-section + .special-section-column {
  margin: -120px 0 200px;
  padding: 0;
}
@media (max-width: 480px) {
  .slide-section + .special-section-column {
    margin: 0 0 50px;
  }
}

.special-section-column {
  padding: 150px 0 200px;
}
.special-section-column .inner {
  position: relative;
  width: 1000px;
  margin: auto;
  padding: 10px 0 50px 45px;
  background: url(../img/special/bg_column_01.jpg);
  background-size: 100% 100%;
}
@media (max-width: 480px) {
  .special-section-column .inner {
    width: 100%;
    padding: 15px 15px 30px;
  }
}
.special-section-column .inner .img_ti {
  margin-bottom: 30px;
}
.special-section-column .inner .txt-box {
  float: left;
  width: 583px;
  margin-right: 40px;
}
@media (max-width: 480px) {
  .special-section-column .inner .txt-box {
    width: 100%;
  }
}
.special-section-column .inner .txt-box .txt_ti {
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 2.6rem;
  color: #3E3A39;
  background: url(../img/special/line_column_01.png) 0 100% no-repeat;
}
.special-section-column .inner .txt-box .txt {
  line-height: 2;
  font-size: 1.6rem;
  color: #3E3A39;
}
@media (max-width: 480px) {
  .special-section-column .inner .txt-box .txt {
    margin-bottom: 1rem;
  }
}
.special-section-column .inner .img {
  float: left;
  display: block;
  width: 299px;
}
@media (max-width: 480px) {
  .special-section-column .inner .img {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .page-special .slide-cover .slide-list .slick-dots li {
    width: 16px;
    margin: 0 5px;
  }
  .page-special .slide-cover .slide-list .slick-dots li button {
    width: 16px;
  }
}
.single .rooms-section-fv .ti {
  left: 0;
}/*# sourceMappingURL=style.css.map */