/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html {
  font-family: -apple-system, "Original Yu Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans";
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
body {
    font-family: -apple-system, "Original Yu Gothic", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans";
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
ul {
  list-style-type: none;
}
html {
  font-size: 62.5%;
}
body {
  -webkit-font-smoothing: antialiased;
}
header {
  width: 100%;
  z-index: 10;
}
header a:hover {
  text-decoration: none;
}
header .header {
  background: #f9f6e6;
  position: relative;
  z-index: 50;
}
header .headerTop {
  background: #d4451d;
}
header .headerTop a:link,
header .headerTop a:visited {
  color: #f8f6e7;
}
header .headerTop img {
  vertical-align: middle;
}
header .headerTopInner {
  position: relative;
}
header .headerTopInner .searchSpBtn {
  background: #6b3d28 url("/wp-content/themes/hakone/common/img/header/globalnavi_search_icon_sp.svg") no-repeat 50% 50%;
  background-size: 44%;
  width: 14.000000000000002%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
header .headerTopInner .navBtn {
  background-size: 24px;
  width: 17.599999999999998%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  top: 0;
  z-index: 1000;
  background-color: #d4451d;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
header .headerTopInner .navBtnInner {
  height: 100%;
}
header .headerTopInner .navBtnAlert {
  position: relative;
}
header .headerTopInner .navBtnAlert:before {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/header/header_navi_alert.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 19.696969696969695%;
  top: 19.696969696969695%;
  width: 25.757575757575758%;
  height: 25.757575757575758%;
  z-index: 15000;
}
header .headerTopInner .navBtnBarTop,
header .headerTopInner .navBtnBarMid,
header .headerTopInner .navBtnBarBot {
  display: block;
  margin: 0 auto;
  width: 36.36363636363637%;
  padding-bottom: 3.03030303030303%;
  background-color: #5e292a;
  position: absolute;
  top: 45.45454545454545%;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
header .headerTopInner .navBtnBarTop {
  -webkit-transform: translateY(-0.8rem);
          transform: translateY(-0.8rem);
}
header .headerTopInner .navBtnBarBot {
  -webkit-transform: translateY(0.8rem);
          transform: translateY(0.8rem);
}
header .headerTopInner .logoArea .catch img {
  width: 100%;
}
header .headerTopList {
  padding-top: 7px;
  color: #fff;
}
header .headerTopList:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
header .headerTopListItem {
  font-size: 1.2rem;
  float: left;
  margin-right: 13px;
  position: relative;
}
header .headerTopListItem01 {
  padding-left: 30px;
}
header .headerTopListItem01:before {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/header/header_navi_icon01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 12px;
  top: -1px;
  width: 13px;
  height: 17px;
}
header .headerTopListItem01Alert:after {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/header/header_navi_alert.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -9px;
  width: 17px;
  height: 17px;
}
header .headerTopListItem02 {
  padding-left: 20px;
}
header .headerTopListItem02:before {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/header/header_navi_icon02.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 11px;
}
header .headerTopListItem03 {
  padding-left: 16px;
}
header .headerTopListItem03:before {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/header/header_navi_icon03.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 2px;
  width: 11px;
  height: 9px;
}
header .headerTopListItem04:before {
  content: "";
  display: block;
  border-left: 1px solid #f8f6e7;
  position: absolute;
  left: 0;
  top: 2px;
  height: 9px;
}
header .headerTopListItem04:after {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/header/header_navi_arrow.svg") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 6px;
  width: 8px;
  height: 5px;
}
header .headerTopNavi {
  padding-right: 120px;
  position: absolute;
  right: 10px;
}
header .headerTopNaviInner:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
header .headerTopImg {
  position: absolute;
  top: -20px;
  right: 10px;
  width: 104px;
}
header .headerTopImg img {
  width: 100%;
}
header .headerAlert {
  box-shadow: 0 2px 2px rgba(94,41,42,0.19);
}
header .headerAlertInner {
  max-width: 1390px;
  width: 100%;
  margin: 0 auto;
}
header .headerAlertTitle {
  color: #d4451d;
  font-size: 1.2rem;
  font-weight: bold;
}
header .headerAlertTitle:before {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/hakone/common/img/header/header_alert_icon.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
header .headerAlertTitle:after {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/hakone/common/img/header/header_alert_icon.svg") no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: contain;
  vertical-align: middle;
}
header .headerAlertList {
  display: none;
}
header .headerAlertListItem {
  width: 100%;
  border-top: 1px solid #d8d8d8;
}
header .headerAlertListItem a {
  font-weight: bold;
}
header .headerAlertBtn {
  font-size: 1.2rem;
  color: #d4451d;
  font-weight: bold;
}
header .headerAlertBtn:after {
  content: "";
  display: inline-block;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_underArrow_red.svg") no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-size: contain;
}
header .headerAlertBtn.active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
header .navSp,
header .searchSpArea {
  position: fixed;
  top: 0;
  background: #f9f6e6;
  z-index: 10000;
  overflow: auto;
}
header .searchSpArea {
  display: none;
}
header .navSp {
  width: 77.60000000000001%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
header .navSpList {
  padding: 2.5rem 1.8rem;
}
header .navSpLink {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 3.6rem;
  padding-left: 3.4rem;
  position: relative;
}

header .navSpLink-noIcon {
	padding-left: 0;	
}
header .navSpLink:visited,
header .navSpLink:link {
  color: #534640 !important;
}
header .navSpLinkAlert:after {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/header/header_navi_alert_sp.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -0.1rem;
  top: -0.7rem;
  width: 1.5rem;
  height: 1.5rem;
}
header .navSpLink01:before,
header .navSpLink02:before {
  content: "";
  display: block;
}
header .navSpLink01:before {
  background: url("/wp-content/themes/hakone/common/img/header/header_navi_icon01_sp.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.6rem;
  top: 0;
  width: 1.3rem;
  height: 1.7rem;
}
header .navSpLink02 {
  margin-bottom: 3rem;
}
header .navSpLink02:before {
  background: url("/wp-content/themes/hakone/common/img/header/header_navi_icon02_sp.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.6rem;
  top: 0.3rem;
  width: 1.5rem;
  height: 1.1rem;
}
header .navSpArticle {
  background: #caa976;
  padding: 1.5rem;
}
header .navSpArticle .listArticle-pic {
  width: 6.8rem;
  position: relative;
  padding-top: 10.6rem;
}
header .navSpArticle .listArticle-txt {
  width: 19.3rem;
}
header .navSpArticle .articleLinkCategory {
  font-size: 1.4rem;
  background: none;
  margin-top: 1rem;
  padding: 0 0.5rem 0 0;
}
header .navSpArticle .articleLinkCategory.feature {
  color: #408781;
}
header .navSpArticle .listArticle-date {
  border-left: 1px solid #6d5e56;
}
header .navSpArticle .header-like {
  position: absolute;
  top: 1.1rem;
  right: 1rem;
  width: 1.4rem;
  height: 1.3rem;
}
header .navSpArticleBtn {
  border: 0.2rem solid #fff;
  padding: 0.6rem 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  width: 100%;
  margin-top: 1rem;
  display: block;
  box-sizing: border-box;
}
header .navSpArticleBtn:visited,
header .navSpArticleBtn:link {
  color: #fff;
}
header .globalNaviSp-list {
  border-top: 0.1rem solid #dfcca1;
  font-size: 1.4rem;
  font-weight: bold;
}
header .globalNaviSp-list a:visited,
header .globalNaviSp-list a:link {
  color: #534640 !important;
}
header .globalNaviSp-listItem {
  position: relative;
}
header .globalNaviSp-listLink {
  padding: 2.2rem 0 2.2rem 3.4rem;
  display: block;
  position: relative;
  border-bottom: 0.1rem solid #dfcca1;
}
header .globalNaviSp-listLink01:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi01.png") no-repeat;
  background-size: contain;
  width: 2.3rem;
  height: 2.3rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviSp-listLink02:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi02.png") no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2.5rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviSp-listLink03:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi03.png") no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 1.4rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviSp-listLink04:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi05.png") no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 1.6rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviSp-listLink05:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi04.png") no-repeat;
  background-size: contain;
  width: 2.1rem;
  height: 1.9rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviSp-listLink07:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icn_nav_feature.png") no-repeat;
  background-size: contain;
  width: 2.3rem;
  height: 2.3rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviSp-listLink08:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icn_nav_spot.png") no-repeat;
  background-size: contain;
  width: 2.5rem;
  height: 2.5rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviSp-insidelist {
  display: none;
  border-bottom: 0.1rem solid #dfcca1;
  padding: 2rem 0;
}
header .globalNaviSp-insidelistText {
  font-weight: normal;
}
header .globalNaviSp-insidelistItem {
  position: relative;
  padding-left: 3.4rem;
  margin-bottom: 2rem;
}
header .globalNaviSp-insidelistItem:last-of-type {
  margin-bottom: 0;
}
header .globalNaviSp-insidelistItem01:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi01.svg") no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.3rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.681992337164751%;
}
header .globalNaviSp-insidelistItem02:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi02.svg") no-repeat;
  background-size: contain;
  width: 1.667rem;
  height: 1.667rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.298850574712644%;
}
header .globalNaviSp-insidelistItem03:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi03.svg") no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.667rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.681992337164751%;
}
header .globalNaviSp-insidelistItem04:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi04.svg") no-repeat;
  background-size: contain;
  width: 1.806rem;
  height: 1.36rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.298850574712644%;
}
header .globalNaviSp-insidelistItem05:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi05.svg") no-repeat;
  background-size: contain;
  width: 1.667rem;
  height: 1.667rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.681992337164751%;
}
header .globalNaviSp-insidelistItem06:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi06.svg") no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 1.7rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.298850574712644%;
}
header .globalNaviSp-insidelistItem07:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi07.svg") no-repeat;
  background-size: contain;
  width: 1.9rem;
  height: 1.8rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 1.915708812260536%;
}
header .globalNaviSp-insidelistItem08:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi08.svg") no-repeat;
  background-size: contain;
  width: 1.556rem;
  height: 1.556rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.681992337164751%;
}
header .globalNaviSp-insidelistItem09:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi09.svg") no-repeat;
  background-size: contain;
  width: 1.667rem;
  height: 1.667rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.681992337164751%;
}
header .globalNaviSp-insidelistItem10:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi16.svg") no-repeat;
  background-size: contain;
  width: 1.833rem;
  height: 1.621rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.298850574712644%;
}
header .globalNaviSp-insidelistItem11:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi17.svg") no-repeat;
  background-size: contain;
  width: 1.833rem;
  height: 1.621rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.298850574712644%;
}
header .globalNaviSp-insidelistItem12:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi11.svg") no-repeat;
  background-size: contain;
  width: 1.778rem;
  height: 1.111rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.298850574712644%;
}
header .globalNaviSp-insidelistItem13:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi12.svg") no-repeat;
  background-size: contain;
  width: 1.667rem;
  height: 1.667rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.298850574712644%;
}
header .globalNaviSp-insidelistItem14:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi13.svg") no-repeat;
  background-size: contain;
  width: 1.7rem;
  height: 1.7rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.298850574712644%;
}
header .globalNaviSp-insidelistItem15:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi18.svg") no-repeat;
  background-size: contain;
  width: 2.4rem;
  height: 2rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0.766283524904214%;
}
header .globalNaviSp-insidelistItem16:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi19.svg") no-repeat;
  background-size: contain;
  width: 2rem;
  height: 1.6rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.298850574712644%;
}
header .globalNaviSp-insidelistItem17:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi15.svg") no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 1.1rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.298850574712644%;
}
header .globalNaviSp-insidelistItem18:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi15.svg") no-repeat;
  background-size: contain;
  width: 1.8rem;
  height: 1.1rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2.298850574712644%;
}
header .globalNaviSpArrowOff,
header .globalNaviSpArrowOn {
  position: absolute;
  right: 0;
  top: 1.9rem;
  margin: auto;
  width: 4.4rem;
  height: 2rem;
  border-left: 1px solid #caa976;
}
header .globalNaviSpArrowOff:after,
header .globalNaviSpArrowOn:after {
  content: "";
  position: absolute;
  right: 1.1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.8rem;
  height: 2rem;
  display: block;
}
header .search-contents {
  display: none;
}
header .search-tag {
  display: block;
}
header .searchSpArea {
  width: 100%;
}
header .searchSpArea .btnSpot-txt {
  border-bottom: none;
}
header .searchSpArea .btnSpot-wrap {
  border-top: none;
}
header .searchSpArea .btnSpot-txt {
  padding: 2.666666666666667% 0 0;
}
header .searchSpArea .search-pulldown {
  margin: 0 0 2rem;
}
header .searchSpArea .search-pulldown:last-of-type {
  margin: 0 0 2.8rem;
}
header .searchSpArea .areaMap img {
  width: 100%;
}
header .searchSpArea .areaMap area {
  border: none;
  outline: none;
}
header .searchSpArea .keyArea {
  padding: 0 0 2rem;
}
header .searchSpArea .submitArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}
header .searchSpArea .submitArea .number {
  background: #5e292a;
  color: #fff;
  width: 26.666666666666668%;
  min-height: 6.8rem;
  text-align: center;
  line-height: 6.8rem;
  font-weight: bold;
}
header .searchSpArea .submitArea .submitBtn {
  border: none;
  width: 73.33333333333333%;
  color: #fff;
  cursor: pointer;
  min-height: 6.8rem;
  font-weight: bold;
  text-align: left;
  padding-left: 33.6%;
  background: #d4451d url("/wp-content/themes/hakone/common/img/header/globalnavi_searchmodal_icon.svg") no-repeat 34.54545454545455% 50%;
  background-size: 2rem;
  border-radius: 0;
}
header .searchSp-areawrap {
  padding: 2rem 1.5rem;
}
header .searchSp-btnArea {
  padding: 2rem;
}
header .searchSp-btnArea-2colum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 1.5rem;
  background: #fff;
}
header .searchSp-btnArea-2colum .searchSp-changeBtn {
  width: 50%;
  min-height: 13.9rem;
  box-sizing: border-box;
  border-right: 1px dashed #5e292a;
  border-bottom: 1px dashed #5e292a;
}
header .searchSp-btnArea-2colum .searchSp-changeBtn:nth-of-type(2n) {
  border-right: none;
}
header .searchSp-btnArea-2colum .searchSp-changeBtn:nth-of-type(n+3) {
  border-bottom: none;
}
header .searchSp-btnArea-1colum {
  margin-top: 0.5rem;
}
header .searchSp-btnArea-1colum .searchSp-changeBtnTxt {
  line-height: 6rem;
}
header .searchSp-changeBtn {
  background: #fff;
  min-height: 6rem;
  cursor: pointer;
  color: #534640;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
}
header .searchSp-changeBtnInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  margin: 0 auto;
}
header .searchSp-changeBtnInner img {
  width: 100%;
}
header .searchSp-changeBtnImg01 {
  margin: 0 auto 2rem;
  width: 6.3rem;
}
header .searchSp-changeBtnImg02 {
  margin: 0 auto 1.5rem;
  width: 5.9rem;
}
header .searchSp-changeBtnImg03 {
  margin: 0 auto 1.2rem;
  width: 5.9rem;
}
header .searchSp-changeBtnImg04 {
  margin: 0 auto 1.8rem;
  width: 5.8rem;
}
header .searchSp-changeBtnTxt {
  position: relative;
}
header .searchSp-contents {
  display: none;
}
header .searchSp-title {
  background: #dfcca1;
  position: relative;
}
header .searchSp-title .title {
  color: #534640;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  padding: 2.4rem 0;
  min-height: 6.5rem;
  box-sizing: border-box;
}
header .searchSp-back,
header .searchSp-close {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
header .searchSp-back {
  width: 3.2rem;
  left: 0;
}
header .searchSp-backIcon {
  position: relative;
  min-height: 6.5rem;
  cursor: pointer;
}
header .searchSp-backIcon:before {
  display: block;
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  left: 2.2rem;
  margin-top: -0.2rem;
  border-bottom: 0.3rem solid #6d5e56;
  border-left: 0.3rem solid #6d5e56;
}
header .searchSp-backIcon:before {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .searchSp-close {
  width: 3.6rem;
  right: 0;
}
header .searchSp-closeIcon {
  position: relative;
  min-height: 6.5rem;
  cursor: pointer;
}
header .searchSp-closeIcon:after,
header .searchSp-closeIcon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  width: 1.8rem;
  height: 0.2rem;
  margin-top: -2px;
  background: #5e292a;
}
header .searchSp-closeIcon:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .searchSp-closeIcon:before {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
header .navSpLanguage {
  background: #dfcca1;
  padding: 2.5rem 1.5rem;
}
header .navSpLanguage .languageList {
  color: #caa976;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.2rem;
}
header .navSpLanguage .languageListItem {
  width: 33%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
header .navSpLanguage .languageListItem:nth-last-of-type(n+4) {
  margin-bottom: 2.5rem;
}
header .navSpLanguage .languageListItem a:visited,
header .navSpLanguage .languageListItem a:link {
  color: #6d5e56 !important;
}
#spNavi-bg {
  background: #000;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header .globalNaviDropdown {
  z-index: 999999;
}
header .globalNaviDropdownMenu:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -15px;
  top: -15px;
  left: 50%;
  border-top: 15px solid #5e292a;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 2;
}
header .globalNaviDropdownMenuItem01-01,
header .globalNaviDropdownMenuItem01-02,
header .globalNaviDropdownMenuItem01-03,
header .globalNaviDropdownMenuItem01-04,
header .globalNaviDropdownMenuItem01-05,
header .globalNaviDropdownMenuItem01-06,
header .globalNaviDropdownMenuItem01-07,
header .globalNaviDropdownMenuItem01-08,
header .globalNaviDropdownMenuItem01-09,
header .globalNaviDropdownMenuItem01-10,
header .globalNaviDropdownMenuItem02-01,
header .globalNaviDropdownMenuItem02-02,
header .globalNaviDropdownMenuItem02-03,
header .globalNaviDropdownMenuItem02-04,
header .globalNaviDropdownMenuItem02-05,
header .globalNaviDropdownMenuItem02-06,
header .globalNaviDropdownMenuItem03-01,
header .globalNaviDropdownMenuItem03-02,
header .globalNaviDropdownMenuItem03-03,
header .globalNaviDropdownMenuItem03-04 {
  position: relative;
}
header .globalNaviDropdownMenuItem01-01:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi01.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 19px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviDropdownMenuItem01-02:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi02.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviDropdownMenuItem01-03:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi03.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 24px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviDropdownMenuItem01-04:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi04.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 19px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviDropdownMenuItem01-05:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi05.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 23px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviDropdownMenuItem01-06:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi06.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 23px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviDropdownMenuItem01-07:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi07.svg") no-repeat;
  background-size: contain;
  width: 23px;
  height: 22px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviDropdownMenuItem01-08:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi08.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviDropdownMenuItem01-09:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi09.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 21px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}
header .globalNaviDropdownMenuItem02-01:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi16.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
}
header .globalNaviDropdownMenuItem02-02:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi17.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 25px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 4px;
}
header .globalNaviDropdownMenuItem02-03:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi11.svg") no-repeat;
  background-size: contain;
  width: 26px;
  height: 17px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 2px;
}
header .globalNaviDropdownMenuItem02-04:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi12.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 3px;
}
header .globalNaviDropdownMenuItem02-05:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi13.svg") no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  top: 14px;
  left: 4px;
}
header .globalNaviDropdownMenuItem03-01:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi18.svg") no-repeat;
  background-size: contain;
  width: 33px;
  height: 25px;
  top: 12px;
  left: 0;
}
header .globalNaviDropdownMenuItem03-02:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi19.svg") no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  top: 14px;
  left: 6px;
}
header .globalNaviDropdownMenuItem03-03:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi15.svg") no-repeat;
  background-size: contain;
  width: 26px;
  height: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
}
header .globalNaviDropdownMenuItem03-04:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_globalNavi15.svg") no-repeat;
  background-size: contain;
  width: 26px;
  height: 15px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
}
header .globalNaviDropdownMenuItem .DropdownText {
  padding: 17px 2px 17px 40px;
  display: block;
}
header .globalNaviDropdownMenuList {
  padding: 7px 2px 19px 40px;
}
header .globalNaviDropdownMenuList li a {
  display: block;
  padding: 11px 0;
  font-size: 1.4rem;
}
header .globalNaviList:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
header .globalNaviListItem {
  font-size: 1.4rem;
  position: relative;
}
header .globalNaviListItem.active:before,
header .globalNaviListItem.hover:before {
  content: "";
  background: #caa976;
  display: block;
  opacity: 0.2;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -10;
}
header .globalNaviListItemLink:hover {
  text-decoration: none;
  opacity: 1;
}
header .globalNaviListItem a:link,
header .globalNaviListItem a:visited {
  color: #534640;
}
header .globalNaviListItem01 .globalNaviListItemLink:before {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi01.png") no-repeat;
  background-size: contain;
}
header .globalNaviListItem02 .globalNaviListItemLink:before {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi02.png") no-repeat;
  background-size: contain;
}
header .globalNaviListItem03 .globalNaviListItemLink:before {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi03.png") no-repeat;
  background-size: contain;
}
header .globalNaviListItem04 .globalNaviListItemLink:before {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi05.png") no-repeat;
  background-size: contain;
}
header .globalNaviListItem05 .globalNaviListItemLink:before {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi04.png") no-repeat;
  background-size: contain;
}


header .globalNaviListItem07 .globalNaviListItemLink:before {
	 background-image: url("/wp-content/themes/hakone/common/img/common/icon/icn_nav_feature.png");	
	 transform: scale(1.1);
}
header .globalNaviListItem08 .globalNaviListItemLink:before {
	 background-image: url("/wp-content/themes/hakone/common/img/common/icon/icn_nav_spot.png");	
	 transform: scale(1.2);
}
header .globalNavi .searchBtn {
  border: 1px solid #5e292a;
  background: #f3e7cb;
  padding: 10px 13px 10px 30px;
  font-weight: bold;
  border-radius: 100px;
  position: relative;
  display: block;
  font-size: 1.4rem;
}
header .globalNavi .searchBtn:before {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/header/globalnavi_search_icon.svg") no-repeat;
  background-size: contain;
  width: 13px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto 0;
}
header .globalNavi .searchBtn:link,
header .globalNavi .searchBtn:visited {
  color: #d4451d;
}
header .globalNavi .searchBtn:hover {
  background-size: contain;
  background-color: #d4451d;
  color: #f9f6e6;
  opacity: 1;
  text-decoration: none;
}
header .globalNavi .searchBtn:hover:before {
  background: url("/wp-content/themes/hakone/common/img/header/globalnavi_search_icon_hover.svg") no-repeat;
}
header .searchArea {
  background: #f9f6e6;
  border: 2px solid #5e292a;
  box-sizing: border-box;
  width: 760px;
  color: #534640;
  padding: 20px;
}
header .searchAreaInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .searchArea .submitArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}
header .searchArea .submitArea .number {
  background: #5e292a;
  color: #fff;
  width: 100px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
}
header .searchArea .submitArea .submitBtn {
  border: none;
  width: 194px;
  color: #fff;
  cursor: pointer;
  min-height: 60px;
  font-weight: bold;
  text-align: left;
  padding-left: 84px;
  background: #d4451d url("/wp-content/themes/hakone/common/img/header/globalnavi_searchmodal_icon.svg") no-repeat 50px 50%;
}
header .searchArea .submitArea .submitBtn:hover {
  opacity: 0.85;
}
header .searchArea .checkOrange-wrap {
  margin-bottom: 38px;
}
header .search-changeBtn {
  width: 100%;
  background: #fff;
  min-height: 60px;
  cursor: pointer;
  color: #534640;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
}
header .search-changeBtn-on,
header .search-changeBtn:hover {
  background: rgba(212,69,29,0.2);
  color: #d4451d;
}
header .search-changeBtn-on .search-changeBtnTxt:after,
header .search-changeBtn:hover .search-changeBtnTxt:after {
  background: url("/wp-content/themes/hakone/common/img/header/globalnavi_arrow_red.svg") no-repeat;
  background-size: contain;
}
header .search-changeBtnInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  margin: 0 auto;
}
header .search-changeBtnInner img {
  width: 100%;
}
header .search-changeBtnImg01 {
  margin: 0 auto 20px;
  width: 63px;
}
header .search-changeBtnImg02 {
  margin: 0 auto 15px;
  width: 59px;
}
header .search-changeBtnImg03 {
  margin: 0 auto 15px;
  width: 59px;
}
header .search-changeBtnImg04 {
  margin: 0 auto 17px;
  width: 58px;
}
header .search-changeBtnTxt {
  position: relative;
}
header .search-contentsArea .areaMap img {
  width: 100%;
}
header .search-contentsArea .areaMap area {
  border: none;
  outline: none;
}
header .search-btnArea-freeword {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .search-btnArea-freeword::before {
  content: "";
  display: block;
  background: url("/wp-content/themes/hakone/common/img/header/globalnavi_search_icon.svg") no-repeat;
  background-size: 1.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
header .search-btnArea-freeword .freewordInput {
  border: none;
  vertical-align: bottom;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  box-sizing: border-box;
  color: #534640;
  background: #f3e7cb;
}
_::-webkit-full-page-media,
_:future,
:root .freewordInput::-webkit-input-placeholder {
  position: relative;
  top: 0.15em;
}
footer .footerCopy {
  color: #fff;
  background: #d4451d;
}
footer .footerCopy a:hover {
  text-decoration: none;
  opacity: 0.6;
}
footer .footerInfoInner {
  position: relative;
  padding: 0;
}
footer .footerInfoInner:after {
  content: "";
  display: block;
  clear: both;
  position: relative;
}
footer .footerInfoList {
  float: left;
  position: relative;
	margin-bottom: 10px;
}
footer .footerInfoList:after {
  content: "";
  border-right: 1px solid #fff;
  height: 12px;
  display: block;
  position: absolute;
  right: 9px;
}
footer .footerInfoList:last-child:after {
  content: "";
  border-right: none;
}
footer .footerInfoLink {
  padding-right: 18px;
}
footer .footerInfoLink:link,
footer .footerInfoLink:visited {
  color: #fff !important;
}
footer .copyRight {
  margin-bottom: 18.1px;
}
footer .footerLogo img {
  max-width: 100%;
  vertical-align: bottom;
}
footer .footerTopBtn {
  position: fixed;
  z-index: 10;
}
footer .footerTopBtn img {
  vertical-align: bottom;
  width: 100%;
}
#web_plugin_open_button {
  display: none !important;
}
#web_plugin_button #chat-open-button img {
  width: 100%;
}
#web_plugin_button button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
#web_plugin_button button:hover {
  cursor: pointer;
}
footer {
  font-size: 1.2rem;
}
footer ul {
  padding: 0;
  margin: 0;
}
footer p,
footer dl,
footer dd {
  margin: 0;
}
footer .footerNavi a:link,
footer .footerNavi a:visited {
  color: #534640 !important;
}
footer .footerNavi a:hover {
  text-decoration: none;
  opacity: 0.6;
}
footer .footerNaviInner .breadcrumbs:after {
  content: "";
  display: block;
  clear: both;
}
footer .footerNaviInner .breadcrumbsLinkImg {
  width: 16px;
  display: block;
}
footer .footerNaviInner .breadcrumbsLinkImg img {
  width: 100%;
}
footer .footerNaviInner .breadcrumbsItem {
  float: left;
  padding-right: 32px;
  position: relative;
  min-height: 15px;
  line-height: 1.65;
  vertical-align: middle;
}
footer .footerNaviInner .breadcrumbsItem a,
footer .footerNaviInner .breadcrumbsItem img {
  vertical-align: middle;
}
footer .footerNaviInner .breadcrumbsItem:after {
  content: "";
  background: url("/wp-content/themes/hakone/common/img/footer/footer_arrow.png") no-repeat;
  background-size: contain;
  height: 8px;
  width: 4px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto 0;
}
footer .footerNaviInner .breadcrumbsItem:last-child {
  padding-right: 0;
}
footer .footerNaviInner .breadcrumbsItem:last-child:after {
  content: "";
  background: none;
}
footer .footerNaviInner .sitemap:after {
  content: "";
  display: block;
  clear: both;
}
footer .footerNaviInner .sitemapArrowOff,
footer .footerNaviInner .sitemapArrowOn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 52px;
  height: 20px;
  border-left: 1px solid #caa976;
}
footer .footerNaviInner .sitemapTableTit {
  font-size: 1.2rem;
  color: #534640;
  font-weight: bold;
  position: relative;
}
footer .footerNaviInner .sitemapTableTit01:before,
footer .footerNaviInner .sitemapTableTit02:before,
footer .footerNaviInner .sitemapTableTit03:before,
footer .footerNaviInner .sitemapTableTit04:before,
footer .footerNaviInner .sitemapTableTit05:before {
  display: block;
  position: absolute;
  left: 0;
}
footer .footerNaviInner .sitemapTableTit01:before {
  content: "";
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi01.png") no-repeat;
  background-size: contain;
  width: 22px;
  height: 21px;
  top: 1px;
}
footer .footerNaviInner .sitemapTableTit02 {
  padding-left: 32px;
}
footer .footerNaviInner .sitemapTableTit02:before {
  content: "";
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi02.png") no-repeat;
  background-size: contain;
  width: 24px;
  height: 25px;
  top: 0;
}
footer .footerNaviInner .sitemapTableTit03 {
  padding-left: 39px;
  padding-top: 3px !important;
}
footer .footerNaviInner .sitemapTableTit03:before {
  content: "";
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi03.png") no-repeat;
  background-size: contain;
  width: 27px;
  height: 16px;
  top: 3px;
}
footer .footerNaviInner .sitemapTableTit04 {
  padding-left: 32px;
  padding-top: 3px !important;
}
footer .footerNaviInner .sitemapTableTit04:before {
  content: "";
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi05.png") no-repeat;
  background-size: contain;
  width: 24px;
  height: 17px;
  top: 3px;
}
footer .footerNaviInner .sitemapTableTit05 {
  padding-left: 30px;
  padding-top: 4px !important;
}
footer .footerNaviInner .sitemapTableTit05:before {
  content: "";
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_navi04.png") no-repeat;
  background-size: contain;
  width: 22px;
  height: 19px;
  top: 2px;
}
footer .footerNaviInner .sitemapListItem {
  line-height: 1.4;
  margin-bottom: 7.200000000000003px;
}
footer .footerNaviInner .sitemapListItem:last-child {
  margin-bottom: 0;
}
footer .footerNaviInner .sitemapListLink {
  display: inline-block;
}
.snsArea {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.snsArea .snsArea-btn {
  text-decoration: none;
  border-right: 1px solid #fff;
}
.snsArea .snsArea-btn:last-of-type {
  border-right: none;
}
.snsArea .snsArea-btn a {
  font-size: 1.2rem;
  color: #fff;
  padding: 9px 0 8px;
  display: block;
  font-weight: bold;
}
.snsArea .snsArea-btn a:hover {
  text-decoration: none;
}
.snsArea .twitter {
  background: #55acee;
  background: #000;
}
.snsArea .twitter::before {
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_tw.png") no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  vertical-align: top;
}
.snsArea .facebook {
  background: #305097;
}
.snsArea .facebook::before {
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_fb.png") no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  padding-right: 8%;
  vertical-align: top;
}
.snsArea .line {
  background: #09b701;
}
.sameArea-wrap {
  margin: 0 auto;
}
.sameArea-wrap .sameArea-inner {
  border-top: 1px solid #d8d8d8;
}
.sameArea-wrap .sameArea-inner h1 {
  text-align: center;
}
.newArticle-wrap {
  background: #f9f6e6;
}
.newArticle-wrap .newArticle-inner {
  margin: 0 auto;
}
.newArticle-wrap .newArticle-inner h1 {
  text-align: center;
}
.relatedArticle-wrap .relatedArticle-inner {
  margin: 0 auto;
  border-top: 1px solid #d8d8d8;
}
.relatedArticle-wrap .relatedArticle-inner h1 {
  text-align: center;
}

.relatedArticle_title{text-align: center;}

.allArticle-wrap .allArticle-inner {
  margin: 0 auto;
}
.linkArea {
  background: #f9f6e6;
}
.linkArea-inner {
  margin: 0 auto;
}
.linkArea-banner {
  display: block;
}
.linkArea-banner img {
  width: 100%;
}
.contentWrap {
  width: 100%;
  margin: 0 auto;
}
.js-imgCover.objectfitCover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
@charset 'UTF-8';
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
[dir='rtl'] .slick-prev:before {
   content: '→';
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
[dir='rtl'] .slick-next:before {
   content: '←';
}
.slick-next {
  right: -25px;
}
.slick-next:before {
   content: '→';
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.sliderInner {
  margin-bottom: 30px;
}
.sliderList .slick-single {
  position: static;
}
.sliderListItem {
  position: relative;
}
.sliderListItem img {
  width: 100%;
}
.sliderListItem:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.sliderList .slick-active:before {
  content: "";
  opacity: 0;
}
.sliderList .slick-dots li button:before {
  font-size: 1rem;
}
.sliderList .slick-prev {
  left: 0;
  display: block;
  height: 100%;
  width: 23%;
  z-index: 100;
}
.sliderList [dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
  display: block;
  height: 100%;
  width: 23%;
  z-index: 100;
}
.sliderList .slick-prev:before {
  content: '';
}
.sliderList [dir='rtl'] .slick-prev:before {
  content: '';
}
.sliderList .slick-next {
  right: 0;
  display: block;
  height: 100%;
  width: 23%;
}
.sliderList [dir='rtl'] .slick-next {
  right: auto;
  left: 0;
  display: block;
  height: 100%;
  width: 23%;
}
.sliderList .slick-next:before {
  content: '';
}
.sliderList [dir='rtl'] .slick-next:before {
  content: '';
}
.sliderList .slick-dots li button:before {
  font-family: 'slick';
  line-height: 20px;
  content: '●';
  text-align: center;
  opacity: 0.3;
  color: #6d5e56;
}
.sliderList .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #6d5e56;
}
.top .sliderSmallListItem:before {
  display: none;
}
.sliderSmall {
  background: #f9f6e6;
}
.sliderSmallListItem {
  position: relative;
}
.sliderSmallListItem img {
  width: 100%;
}
.sliderSmallListItem a {
  display: block;
}
.sliderSmallListItem:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sliderSmallList .slick-active:before {
  content: "";
  display: none;
}
.sliderSmallList .slick-prev,
.sliderSmallList .slick-next {
  display: block;
  height: 47px;
  width: 47px;
  border-radius: 0;
  z-index: 100;
  background: #21120e;
}
.sliderSmallList .slick-prev:before,
.sliderSmallList .slick-next:before {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
}
.sliderSmallList .slick-prev {
  left: 1px;
}
.sliderSmallList .slick-prev:before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 7px;
  right: 0;
}
.sliderSmallList .slick-next {
  right: 1px;
}
.sliderSmallList .slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  right: 7px;
}
.sliderSmallList .slick-dots li button {
  width: 1.866666666666667%;
  height: 1.866666666666667%;
}
.sliderSmallList .slick-dots li button:before {
  font-family: 'slick';
  line-height: 20px;
  content: '●';
  text-align: center;
  opacity: 0.4;
  color: #534640;
}
.sliderSmallList .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #534640;
}
.topslider .slick-dots {
  bottom: -49px;
  border-bottom: 1px solid #dfcca1;
  padding-bottom: 11px;
}
.topslider .slick-dots li {
  width: 0.694444444444444%;
}
.topslider .slick-dots li.slick-active button:before {
  opacity: 1 !important;
}
.topslider .slick-dots li button {
  width: 0.694444444444444%;
  padding: 20px 2% 5px;
}
.topslider .slick-dots li button:before {
  content: '●';
  font-size: 7px;
  color: #534640;
  width: 1.388888888888889%;
}
.topslider .slick-prev,
.topslider .slick-next {
  width: 11px;
  height: 18px;
  top: auto;
  bottom: -43px;
}
.topslider .slick-prev {
  left: 42.01388888888889%;
  z-index: 300000;
}
.topslider .slick-prev:before {
  content: '';
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_slide_arrow.svg") no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 11px;
  height: 18px;
  background-size: cover;
  display: block;
}
.topslider .slick-next {
  right: 0;
  left: 57.291666666666664%;
  z-index: 300000;
}
.topslider .slick-next:before {
  content: '';
  background: url("/wp-content/themes/hakone/common/img/common/icon/icon_slide_arrow.svg") no-repeat;
  width: 11px;
  height: 18px;
  background-size: cover;
  display: block;
}
.pager {
  overflow: hidden;
}
.pager-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pager-list .prev,
.pager-list .next {
  font-size: 1.4rem;
  display: block;
  font-weight: bold;
}
.pager-list .prev:hover,
.pager-list .next:hover {
  text-decoration: none;
}
.pager-list .number {
  font-family: PoppinsFf, sans-serif;
}
@font-face {
  font-family: "PoppinsFf";
  src: url("/wp-content/themes/hakone/common/fonts/Poppins/Poppins-SemiBold.ttf");
}
.pager-list .buttonOff {
  pointer-events: none;
  opacity: 0.2;
}
.pager-list-link {
  text-decoration: none;
}
.pager.orange .prev,
.pager.orange .next {
  border: 2px solid #d4451d;
}
.pager.orange .pager-link {
  color: #d4451d;
}
.areaLink {
  position: relative;
}
.areaLink-list,
.areaLink-transition {
  display: block;
  border-bottom: 1px solid #d4cecd;
  border-right: 1px solid #d4cecd;
  border-left: 1px solid #d4cecd;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.areaLink-list:hover,
.areaLink-transition:hover {
  text-decoration: none;
  cursor: pointer;
}
.areaLink-list-pic img,
.areaLink-transition-pic img {
  vertical-align: middle;
}
.areaLink-list-txt,
.areaLink-transition-txt {
  font-weight: bold;
  color: #534640;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.areaLink-list-tit,
.areaLink-transition-tit {
  position: relative;
}
.areaLink-list-tit::before,
.areaLink-transition-tit::before,
.areaLink-list-tit::after,
.areaLink-transition-tit::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -24px;
  margin: auto 0;
  content: "";
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.areaLink-list-tit::before,
.areaLink-transition-tit::before {
  right: -24px;
  background: #d4451d;
}
.areaLink-list-tit::after,
.areaLink-transition-tit::after {
  border-top: 2px solid #d4451d;
  border-right: 2px solid #d4451d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.areaLink-list-tit.arrowHover::before,
.areaLink-transition-tit.arrowHover::before,
.areaLink-list-tit.arrowHover::after,
.areaLink-transition-tit.arrowHover::after {
  right: -29px;
}
.areaLink-list-icon img,
.areaLink-transition-icon img {
  vertical-align: top;
}
/* jQuery UI - v1.12.1 - 2018-01-17
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(0);
/* support: IE8 */
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
/* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-widget {
  font-size: 1.4rem;
}
.ui-widget .ui-widget {
  font-size: 1.4rem;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1.4rem;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}
.ui-widget-header a {
  color: #333;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(70);
/* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(35);
/* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: Alpha(35);
/* support: IE8 - See #6059 */
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(30); /* support: IE8 */
}
.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666;
}
.txL {
  text-align: left !important;
}
.txC {
  text-align: center !important;
}
.txR {
  text-align: right !important;
}
.vaT {
  vertical-align: top;
}
.vaM {
  vertical-align: middle;
}
.vaB {
  vertical-align: bottom;
}
.fwB {
  font-weight: bold;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.fNone {
  float: none;
}
.img_100 {
  width: 100%;
}
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.bg_brown {
  background: #21120e;
}
.js-dropdown {
  display: none;
}
.mt100,
.pc .mt100--pc,
.sp .mt100--sp {
  margin-top: 100px !important;
}
.mb100,
.pc .mb100--pc,
.sp .mb100--sp {
  margin-bottom: 100px !important;
}
.ml100,
.pc .ml100--pc,
.sp .ml100--sp {
  margin-left: 100px !important;
}
.mr100,
.pc .mr100--pc,
.sp .mr100--sp {
  margin-right: 100px !important;
}
.pt100,
.pc .pt100--pc,
.sp .pt100--sp {
  padding-top: 100px !important;
}
.pb100,
.pc .pb100--pc,
.sp .pb100--sp {
  padding-bottom: 100px !important;
}
.pl100,
.pc .pl100--pc,
.sp .pl100--sp {
  padding-left: 100px !important;
}
.pr100,
.pc .pr100--pc,
.sp .pr100--sp {
  padding-right: 100px !important;
}
.mt95,
.pc .mt95--pc,
.sp .mt95--sp {
  margin-top: 95px !important;
}
.mb95,
.pc .mb95--pc,
.sp .mb95--sp {
  margin-bottom: 95px !important;
}
.ml95,
.pc .ml95--pc,
.sp .ml95--sp {
  margin-left: 95px !important;
}
.mr95,
.pc .mr95--pc,
.sp .mr95--sp {
  margin-right: 95px !important;
}
.pt95,
.pc .pt95--pc,
.sp .pt95--sp {
  padding-top: 95px !important;
}
.pb95,
.pc .pb95--pc,
.sp .pb95--sp {
  padding-bottom: 95px !important;
}
.pl95,
.pc .pl95--pc,
.sp .pl95--sp {
  padding-left: 95px !important;
}
.pr95,
.pc .pr95--pc,
.sp .pr95--sp {
  padding-right: 95px !important;
}
.mt90,
.pc .mt90--pc,
.sp .mt90--sp {
  margin-top: 90px !important;
}
.mb90,
.pc .mb90--pc,
.sp .mb90--sp {
  margin-bottom: 90px !important;
}
.ml90,
.pc .ml90--pc,
.sp .ml90--sp {
  margin-left: 90px !important;
}
.mr90,
.pc .mr90--pc,
.sp .mr90--sp {
  margin-right: 90px !important;
}
.pt90,
.pc .pt90--pc,
.sp .pt90--sp {
  padding-top: 90px !important;
}
.pb90,
.pc .pb90--pc,
.sp .pb90--sp {
  padding-bottom: 90px !important;
}
.pl90,
.pc .pl90--pc,
.sp .pl90--sp {
  padding-left: 90px !important;
}
.pr90,
.pc .pr90--pc,
.sp .pr90--sp {
  padding-right: 90px !important;
}
.mt85,
.pc .mt85--pc,
.sp .mt85--sp {
  margin-top: 85px !important;
}
.mb85,
.pc .mb85--pc,
.sp .mb85--sp {
  margin-bottom: 85px !important;
}
.ml85,
.pc .ml85--pc,
.sp .ml85--sp {
  margin-left: 85px !important;
}
.mr85,
.pc .mr85--pc,
.sp .mr85--sp {
  margin-right: 85px !important;
}
.pt85,
.pc .pt85--pc,
.sp .pt85--sp {
  padding-top: 85px !important;
}
.pb85,
.pc .pb85--pc,
.sp .pb85--sp {
  padding-bottom: 85px !important;
}
.pl85,
.pc .pl85--pc,
.sp .pl85--sp {
  padding-left: 85px !important;
}
.pr85,
.pc .pr85--pc,
.sp .pr85--sp {
  padding-right: 85px !important;
}
.mt80,
.pc .mt80--pc,
.sp .mt80--sp {
  margin-top: 80px !important;
}
.mb80,
.pc .mb80--pc,
.sp .mb80--sp {
  margin-bottom: 80px !important;
}
.ml80,
.pc .ml80--pc,
.sp .ml80--sp {
  margin-left: 80px !important;
}
.mr80,
.pc .mr80--pc,
.sp .mr80--sp {
  margin-right: 80px !important;
}
.pt80,
.pc .pt80--pc,
.sp .pt80--sp {
  padding-top: 80px !important;
}
.pb80,
.pc .pb80--pc,
.sp .pb80--sp {
  padding-bottom: 80px !important;
}
.pl80,
.pc .pl80--pc,
.sp .pl80--sp {
  padding-left: 80px !important;
}
.pr80,
.pc .pr80--pc,
.sp .pr80--sp {
  padding-right: 80px !important;
}
.mt75,
.pc .mt75--pc,
.sp .mt75--sp {
  margin-top: 75px !important;
}
.mb75,
.pc .mb75--pc,
.sp .mb75--sp {
  margin-bottom: 75px !important;
}
.ml75,
.pc .ml75--pc,
.sp .ml75--sp {
  margin-left: 75px !important;
}
.mr75,
.pc .mr75--pc,
.sp .mr75--sp {
  margin-right: 75px !important;
}
.pt75,
.pc .pt75--pc,
.sp .pt75--sp {
  padding-top: 75px !important;
}
.pb75,
.pc .pb75--pc,
.sp .pb75--sp {
  padding-bottom: 75px !important;
}
.pl75,
.pc .pl75--pc,
.sp .pl75--sp {
  padding-left: 75px !important;
}
.pr75,
.pc .pr75--pc,
.sp .pr75--sp {
  padding-right: 75px !important;
}
.mt70,
.pc .mt70--pc,
.sp .mt70--sp {
  margin-top: 70px !important;
}
.mb70,
.pc .mb70--pc,
.sp .mb70--sp {
  margin-bottom: 70px !important;
}
.ml70,
.pc .ml70--pc,
.sp .ml70--sp {
  margin-left: 70px !important;
}
.mr70,
.pc .mr70--pc,
.sp .mr70--sp {
  margin-right: 70px !important;
}
.pt70,
.pc .pt70--pc,
.sp .pt70--sp {
  padding-top: 70px !important;
}
.pb70,
.pc .pb70--pc,
.sp .pb70--sp {
  padding-bottom: 70px !important;
}
.pl70,
.pc .pl70--pc,
.sp .pl70--sp {
  padding-left: 70px !important;
}
.pr70,
.pc .pr70--pc,
.sp .pr70--sp {
  padding-right: 70px !important;
}
.mt65,
.pc .mt65--pc,
.sp .mt65--sp {
  margin-top: 65px !important;
}
.mb65,
.pc .mb65--pc,
.sp .mb65--sp {
  margin-bottom: 65px !important;
}
.ml65,
.pc .ml65--pc,
.sp .ml65--sp {
  margin-left: 65px !important;
}
.mr65,
.pc .mr65--pc,
.sp .mr65--sp {
  margin-right: 65px !important;
}
.pt65,
.pc .pt65--pc,
.sp .pt65--sp {
  padding-top: 65px !important;
}
.pb65,
.pc .pb65--pc,
.sp .pb65--sp {
  padding-bottom: 65px !important;
}
.pl65,
.pc .pl65--pc,
.sp .pl65--sp {
  padding-left: 65px !important;
}
.pr65,
.pc .pr65--pc,
.sp .pr65--sp {
  padding-right: 65px !important;
}
.mt60,
.pc .mt60--pc,
.sp .mt60--sp {
  margin-top: 60px !important;
}
.mb60,
.pc .mb60--pc,
.sp .mb60--sp {
  margin-bottom: 60px !important;
}
.ml60,
.pc .ml60--pc,
.sp .ml60--sp {
  margin-left: 60px !important;
}
.mr60,
.pc .mr60--pc,
.sp .mr60--sp {
  margin-right: 60px !important;
}
.pt60,
.pc .pt60--pc,
.sp .pt60--sp {
  padding-top: 60px !important;
}
.pb60,
.pc .pb60--pc,
.sp .pb60--sp {
  padding-bottom: 60px !important;
}
.pl60,
.pc .pl60--pc,
.sp .pl60--sp {
  padding-left: 60px !important;
}
.pr60,
.pc .pr60--pc,
.sp .pr60--sp {
  padding-right: 60px !important;
}
.mt55,
.pc .mt55--pc,
.sp .mt55--sp {
  margin-top: 55px !important;
}
.mb55,
.pc .mb55--pc,
.sp .mb55--sp {
  margin-bottom: 55px !important;
}
.ml55,
.pc .ml55--pc,
.sp .ml55--sp {
  margin-left: 55px !important;
}
.mr55,
.pc .mr55--pc,
.sp .mr55--sp {
  margin-right: 55px !important;
}
.pt55,
.pc .pt55--pc,
.sp .pt55--sp {
  padding-top: 55px !important;
}
.pb55,
.pc .pb55--pc,
.sp .pb55--sp {
  padding-bottom: 55px !important;
}
.pl55,
.pc .pl55--pc,
.sp .pl55--sp {
  padding-left: 55px !important;
}
.pr55,
.pc .pr55--pc,
.sp .pr55--sp {
  padding-right: 55px !important;
}
.mt50,
.pc .mt50--pc,
.sp .mt50--sp {
  margin-top: 50px !important;
}
.mb50,
.pc .mb50--pc,
.sp .mb50--sp {
  margin-bottom: 50px !important;
}
.ml50,
.pc .ml50--pc,
.sp .ml50--sp {
  margin-left: 50px !important;
}
.mr50,
.pc .mr50--pc,
.sp .mr50--sp {
  margin-right: 50px !important;
}
.pt50,
.pc .pt50--pc,
.sp .pt50--sp {
  padding-top: 50px !important;
}
.pb50,
.pc .pb50--pc,
.sp .pb50--sp {
  padding-bottom: 50px !important;
}
.pl50,
.pc .pl50--pc,
.sp .pl50--sp {
  padding-left: 50px !important;
}
.pr50,
.pc .pr50--pc,
.sp .pr50--sp {
  padding-right: 50px !important;
}
.mt45,
.pc .mt45--pc,
.sp .mt45--sp {
  margin-top: 45px !important;
}
.mb45,
.pc .mb45--pc,
.sp .mb45--sp {
  margin-bottom: 45px !important;
}
.ml45,
.pc .ml45--pc,
.sp .ml45--sp {
  margin-left: 45px !important;
}
.mr45,
.pc .mr45--pc,
.sp .mr45--sp {
  margin-right: 45px !important;
}
.pt45,
.pc .pt45--pc,
.sp .pt45--sp {
  padding-top: 45px !important;
}
.pb45,
.pc .pb45--pc,
.sp .pb45--sp {
  padding-bottom: 45px !important;
}
.pl45,
.pc .pl45--pc,
.sp .pl45--sp {
  padding-left: 45px !important;
}
.pr45,
.pc .pr45--pc,
.sp .pr45--sp {
  padding-right: 45px !important;
}
.mt40,
.pc .mt40--pc,
.sp .mt40--sp {
  margin-top: 40px !important;
}
.mb40,
.pc .mb40--pc,
.sp .mb40--sp {
  margin-bottom: 40px !important;
}
.ml40,
.pc .ml40--pc,
.sp .ml40--sp {
  margin-left: 40px !important;
}
.mr40,
.pc .mr40--pc,
.sp .mr40--sp {
  margin-right: 40px !important;
}
.pt40,
.pc .pt40--pc,
.sp .pt40--sp {
  padding-top: 40px !important;
}
.pb40,
.pc .pb40--pc,
.sp .pb40--sp {
  padding-bottom: 40px !important;
}
.pl40,
.pc .pl40--pc,
.sp .pl40--sp {
  padding-left: 40px !important;
}
.pr40,
.pc .pr40--pc,
.sp .pr40--sp {
  padding-right: 40px !important;
}
.mt35,
.pc .mt35--pc,
.sp .mt35--sp {
  margin-top: 35px !important;
}
.mb35,
.pc .mb35--pc,
.sp .mb35--sp {
  margin-bottom: 35px !important;
}
.ml35,
.pc .ml35--pc,
.sp .ml35--sp {
  margin-left: 35px !important;
}
.mr35,
.pc .mr35--pc,
.sp .mr35--sp {
  margin-right: 35px !important;
}
.pt35,
.pc .pt35--pc,
.sp .pt35--sp {
  padding-top: 35px !important;
}
.pb35,
.pc .pb35--pc,
.sp .pb35--sp {
  padding-bottom: 35px !important;
}
.pl35,
.pc .pl35--pc,
.sp .pl35--sp {
  padding-left: 35px !important;
}
.pr35,
.pc .pr35--pc,
.sp .pr35--sp {
  padding-right: 35px !important;
}
.mt30,
.pc .mt30--pc,
.sp .mt30--sp {
  margin-top: 30px !important;
}
.mb30,
.pc .mb30--pc,
.sp .mb30--sp {
  margin-bottom: 30px !important;
}
.ml30,
.pc .ml30--pc,
.sp .ml30--sp {
  margin-left: 30px !important;
}
.mr30,
.pc .mr30--pc,
.sp .mr30--sp {
  margin-right: 30px !important;
}
.pt30,
.pc .pt30--pc,
.sp .pt30--sp {
  padding-top: 30px !important;
}
.pb30,
.pc .pb30--pc,
.sp .pb30--sp {
  padding-bottom: 30px !important;
}
.pl30,
.pc .pl30--pc,
.sp .pl30--sp {
  padding-left: 30px !important;
}
.pr30,
.pc .pr30--pc,
.sp .pr30--sp {
  padding-right: 30px !important;
}
.mt25,
.pc .mt25--pc,
.sp .mt25--sp {
  margin-top: 25px !important;
}
.mb25,
.pc .mb25--pc,
.sp .mb25--sp {
  margin-bottom: 25px !important;
}
.ml25,
.pc .ml25--pc,
.sp .ml25--sp {
  margin-left: 25px !important;
}
.mr25,
.pc .mr25--pc,
.sp .mr25--sp {
  margin-right: 25px !important;
}
.pt25,
.pc .pt25--pc,
.sp .pt25--sp {
  padding-top: 25px !important;
}
.pb25,
.pc .pb25--pc,
.sp .pb25--sp {
  padding-bottom: 25px !important;
}
.pl25,
.pc .pl25--pc,
.sp .pl25--sp {
  padding-left: 25px !important;
}
.pr25,
.pc .pr25--pc,
.sp .pr25--sp {
  padding-right: 25px !important;
}
.mt20,
.pc .mt20--pc,
.sp .mt20--sp {
  margin-top: 20px !important;
}
.mb20,
.pc .mb20--pc,
.sp .mb20--sp {
  margin-bottom: 20px !important;
}
.ml20,
.pc .ml20--pc,
.sp .ml20--sp {
  margin-left: 20px !important;
}
.mr20,
.pc .mr20--pc,
.sp .mr20--sp {
  margin-right: 20px !important;
}
.pt20,
.pc .pt20--pc,
.sp .pt20--sp {
  padding-top: 20px !important;
}
.pb20,
.pc .pb20--pc,
.sp .pb20--sp {
  padding-bottom: 20px !important;
}
.pl20,
.pc .pl20--pc,
.sp .pl20--sp {
  padding-left: 20px !important;
}
.pr20,
.pc .pr20--pc,
.sp .pr20--sp {
  padding-right: 20px !important;
}
.mt15,
.pc .mt15--pc,
.sp .mt15--sp {
  margin-top: 15px !important;
}
.mb15,
.pc .mb15--pc,
.sp .mb15--sp {
  margin-bottom: 15px !important;
}
.ml15,
.pc .ml15--pc,
.sp .ml15--sp {
  margin-left: 15px !important;
}
.mr15,
.pc .mr15--pc,
.sp .mr15--sp {
  margin-right: 15px !important;
}
.pt15,
.pc .pt15--pc,
.sp .pt15--sp {
  padding-top: 15px !important;
}
.pb15,
.pc .pb15--pc,
.sp .pb15--sp {
  padding-bottom: 15px !important;
}
.pl15,
.pc .pl15--pc,
.sp .pl15--sp {
  padding-left: 15px !important;
}
.pr15,
.pc .pr15--pc,
.sp .pr15--sp {
  padding-right: 15px !important;
}
.mt10,
.pc .mt10--pc,
.sp .mt10--sp {
  margin-top: 10px !important;
}
.mb10,
.pc .mb10--pc,
.sp .mb10--sp {
  margin-bottom: 10px !important;
}
.ml10,
.pc .ml10--pc,
.sp .ml10--sp {
  margin-left: 10px !important;
}
.mr10,
.pc .mr10--pc,
.sp .mr10--sp {
  margin-right: 10px !important;
}
.pt10,
.pc .pt10--pc,
.sp .pt10--sp {
  padding-top: 10px !important;
}
.pb10,
.pc .pb10--pc,
.sp .pb10--sp {
  padding-bottom: 10px !important;
}
.pl10,
.pc .pl10--pc,
.sp .pl10--sp {
  padding-left: 10px !important;
}
.pr10,
.pc .pr10--pc,
.sp .pr10--sp {
  padding-right: 10px !important;
}
.mt5,
.pc .mt5--pc,
.sp .mt5--sp {
  margin-top: 5px !important;
}
.mb5,
.pc .mb5--pc,
.sp .mb5--sp {
  margin-bottom: 5px !important;
}
.ml5,
.pc .ml5--pc,
.sp .ml5--sp {
  margin-left: 5px !important;
}
.mr5,
.pc .mr5--pc,
.sp .mr5--sp {
  margin-right: 5px !important;
}
.pt5,
.pc .pt5--pc,
.sp .pt5--sp {
  padding-top: 5px !important;
}
.pb5,
.pc .pb5--pc,
.sp .pb5--sp {
  padding-bottom: 5px !important;
}
.pl5,
.pc .pl5--pc,
.sp .pl5--sp {
  padding-left: 5px !important;
}
.pr5,
.pc .pr5--pc,
.sp .pr5--sp {
  padding-right: 5px !important;
}
.mt0,
.pc .mt0--pc,
.sp .mt0--sp {
  margin-top: 0px !important;
}
.mb0,
.pc .mb0--pc,
.sp .mb0--sp {
  margin-bottom: 0px !important;
}
.ml0,
.pc .ml0--pc,
.sp .ml0--sp {
  margin-left: 0px !important;
}
.mr0,
.pc .mr0--pc,
.sp .mr0--sp {
  margin-right: 0px !important;
}
.pt0,
.pc .pt0--pc,
.sp .pt0--sp {
  padding-top: 0px !important;
}
.pb0,
.pc .pb0--pc,
.sp .pb0--sp {
  padding-bottom: 0px !important;
}
.pl0,
.pc .pl0--pc,
.sp .pl0--sp {
  padding-left: 0px !important;
}
.pr0,
.pc .pr0--pc,
.sp .pr0--sp {
  padding-right: 0px !important;
}
.width_per1 {
  width: 1%;
}
.width_per2 {
  width: 2%;
}
.width_per3 {
  width: 3%;
}
.width_per4 {
  width: 4%;
}
.width_per5 {
  width: 5%;
}
.width_per6 {
  width: 6%;
}
.width_per7 {
  width: 7%;
}
.width_per8 {
  width: 8%;
}
.width_per9 {
  width: 9%;
}
.width_per10 {
  width: 10%;
}
.width_per11 {
  width: 11%;
}
.width_per12 {
  width: 12%;
}
.width_per13 {
  width: 13%;
}
.width_per14 {
  width: 14%;
}
.width_per15 {
  width: 15%;
}
.width_per16 {
  width: 16%;
}
.width_per17 {
  width: 17%;
}
.width_per18 {
  width: 18%;
}
.width_per19 {
  width: 19%;
}
.width_per20 {
  width: 20%;
}
.width_per21 {
  width: 21%;
}
.width_per22 {
  width: 22%;
}
.width_per23 {
  width: 23%;
}
.width_per24 {
  width: 24%;
}
.width_per25 {
  width: 25%;
}
.width_per26 {
  width: 26%;
}
.width_per27 {
  width: 27%;
}
.width_per28 {
  width: 28%;
}
.width_per29 {
  width: 29%;
}
.width_per30 {
  width: 30%;
}
.width_per31 {
  width: 31%;
}
.width_per32 {
  width: 32%;
}
.width_per33 {
  width: 33%;
}
.width_per34 {
  width: 34%;
}
.width_per35 {
  width: 35%;
}
.width_per36 {
  width: 36%;
}
.width_per37 {
  width: 37%;
}
.width_per38 {
  width: 38%;
}
.width_per39 {
  width: 39%;
}
.width_per40 {
  width: 40%;
}
.width_per41 {
  width: 41%;
}
.width_per42 {
  width: 42%;
}
.width_per43 {
  width: 43%;
}
.width_per44 {
  width: 44%;
}
.width_per45 {
  width: 45%;
}
.width_per46 {
  width: 46%;
}
.width_per47 {
  width: 47%;
}
.width_per48 {
  width: 48%;
}
.width_per49 {
  width: 49%;
}
.width_per50 {
  width: 50%;
}
.width_per51 {
  width: 51%;
}
.width_per52 {
  width: 52%;
}
.width_per53 {
  width: 53%;
}
.width_per54 {
  width: 54%;
}
.width_per55 {
  width: 55%;
}
.width_per56 {
  width: 56%;
}
.width_per57 {
  width: 57%;
}
.width_per58 {
  width: 58%;
}
.width_per59 {
  width: 59%;
}
.width_per60 {
  width: 60%;
}
.width_per61 {
  width: 61%;
}
.width_per62 {
  width: 62%;
}
.width_per63 {
  width: 63%;
}
.width_per64 {
  width: 64%;
}
.width_per65 {
  width: 65%;
}
.width_per66 {
  width: 66%;
}
.width_per67 {
  width: 67%;
}
.width_per68 {
  width: 68%;
}
.width_per69 {
  width: 69%;
}
.width_per70 {
  width: 70%;
}
.width_per71 {
  width: 71%;
}
.width_per72 {
  width: 72%;
}
.width_per73 {
  width: 73%;
}
.width_per74 {
  width: 74%;
}
.width_per75 {
  width: 75%;
}
.width_per76 {
  width: 76%;
}
.width_per77 {
  width: 77%;
}
.width_per78 {
  width: 78%;
}
.width_per79 {
  width: 79%;
}
.width_per80 {
  width: 80%;
}
.width_per81 {
  width: 81%;
}
.width_per82 {
  width: 82%;
}
.width_per83 {
  width: 83%;
}
.width_per84 {
  width: 84%;
}
.width_per85 {
  width: 85%;
}
.width_per86 {
  width: 86%;
}
.width_per87 {
  width: 87%;
}
.width_per88 {
  width: 88%;
}
.width_per89 {
  width: 89%;
}
.width_per90 {
  width: 90%;
}
.width_per91 {
  width: 91%;
}
.width_per92 {
  width: 92%;
}
.width_per93 {
  width: 93%;
}
.width_per94 {
  width: 94%;
}
.width_per95 {
  width: 95%;
}
.width_per96 {
  width: 96%;
}
.width_per97 {
  width: 97%;
}
.width_per98 {
  width: 98%;
}
.width_per99 {
  width: 99%;
}
.width_per100 {
  width: 100%;
}
@media screen and (max-width: 768px) {

  body {
    font-family: -apple-sysytem, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Original Yu Gothic", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
  }

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

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

  body {
    -webkit-text-size-adjust: 100%;
  }

  header .header {
    box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  }

  header .headerTop {
    min-height: 6.5rem;
  }

  header .headerTopInner {
    padding: 3.4% 0;
    box-sizing: border-box;
    min-height: 6.5rem;
  }

  header .headerTopInner .navBtn {
    background-size: 2.4rem;
  }

  header .headerTopInner .logoArea .logo {
    text-align: center;
    width: 24%;
    margin: 0 auto;
  }

  header .headerTopInner .logoArea .logo img {
    width: 100%;
  }

  header .headerTopInner .logoArea .catch {
    text-align: center;
    width: 44%;
    margin: 9px auto 0;
  }

  header .headerTopList {
    padding-top: 0.7rem;
    display: none;
  }

  header .headerTopListItem {
    margin-right: 1.3rem;
  }

  header .headerTopListItem01 {
    padding-left: 3rem;
  }

  header .headerTopListItem01:before {
    left: 1.2rem;
    width: 1.3rem;
    height: 1.7rem;
  }

  header .headerTopListItem01Alert:after {
    width: 1.7rem;
    height: 1.7rem;
  }

  header .headerTopListItem02 {
    padding-left: 2rem;
  }

  header .headerTopListItem02:before {
    top: 0.1rem;
    width: 1.6rem;
    height: 1.6rem;
  }

  header .headerTopListItem03 {
    padding-left: 1.6rem;
  }

  header .headerTopListItem03:before {
    top: 0.2rem;
    width: 1.1rem;
    height: 0.9rem;
  }

  header .headerTopListItem04 {
    padding-left: 1.6rem;
    padding-right: 1.1rem;
  }

  header .headerTopListItem04:before {
    top: 0.2rem;
    height: 0.9rem;
  }

  header .headerTopListItem04:after {
    top: 0.6rem;
    width: 0.8rem;
    height: 0.5rem;
  }

  header .headerTopNavi {
    padding-right: 12rem;
    right: 1rem;
  }

  header .headerTopImg {
    right: 1rem;
    width: 10.4rem;
  }

  header .headerAlert {
    box-shadow: 0 0.2rem 0.2rem rgba(94,41,42,0.19);
  }

  header .headerAlertInner {
    padding-bottom: 0.4rem;
  }

  header .headerAlertTitle {
    text-align: center;
  }

  header .headerAlertTitle:before {
    width: 1.1rem;
    height: 1.7rem;
    margin-right: 0.4rem;
  }

  header .headerAlertTitle:after {
    width: 1.1rem;
    height: 1.7rem;
    margin-left: 0.4rem;
  }

  header .headerAlertTitleArea {
    padding: 4% 0;
  }

  header .headerAlertListItem {
    padding: 2.898550724637681% 0;
    font-size: 1.4rem;
  }

  header .headerAlertListItem:first-child {
    border-top: 1px solid #d8d8d8;
  }

  header .headerAlertListItem:last-child {
    border-bottom: 1px solid #d8d8d8;
  }

  header .headerAlertListArea {
    padding: 0 4%;
    display: none;
  }

  header .headerAlertList-first {
    display: none;
  }

  header .headerAlertList-first .headerAlertListItem {
    border-bottom: none;
  }

  header .headerAlertBtn {
    text-align: center;
  }

  header .headerAlertBtn:after {
    width: 0.9rem;
    height: 0.6rem;
    margin-left: 0.3rem;
    margin-bottom: 0.2rem;
  }

  header .headerAlertBtnArea {
    padding: 3.466666666666666% 0 2.4%;
    display: none;
  }

  header .globalNaviSpArrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem;
    height: 5.7rem;
    margin: auto;
    cursor: pointer;
  }

  header .globalNaviSpArrowinner {
    position: relative;
  }

  header .globalNaviSpArrowOff:after {
    background: 50% 50% url("/wp-content/themes/hakone/common/img/footer/footer_arrow_sp.png") no-repeat;
    background-size: 0.8rem;
  }

  header .globalNaviSpArrowOn:after {
    background: 50% 50% url("/wp-content/themes/hakone/common/img/footer/footer_arrow_sp.png") no-repeat;
    background-size: 0.8rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  header .searchSpArea .tagtext,
  header .searchSpArea .areatext {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
    color: #534640;
  }

  header .searchSpArea .tagtext {
    text-align: center;
  }

  header .searchSpArea .areatext {
    text-align: left;
    line-height: 1.6;
    margin-bottom: 7rem;
  }

  header .searchSpArea .searchSp-formArea {
    padding: 3rem 1.5rem;
  }

  header .searchSp-changeBtnTxt:after {
    content: "";
    background: url("/wp-content/themes/hakone/common/img/header/globalnavi_arrow.svg") no-repeat;
    background-size: contain;
    width: 0.8rem;
    height: 0.6rem;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 0.5rem;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

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

  header .globalNaviListItem {
    font-size: 1rem;
    text-align: center;
    width: 25%;
  }

  header .globalNaviListItemLink {
    display: block;
    padding-top: 60%;
    padding-bottom: 10%;
  }

  header .globalNaviList span.spNone {
    display: none;
  }

  header .globalNaviListItem01 .globalNaviListItemLink:before {
    width: 30.666666666666664%;
    height: 34.285714285714285%;
    position: absolute;
    margin: 0 auto;
    top: 18.571428571428573%;
    left: 0;
    right: 0;
  }

  header .globalNaviListItem02 .globalNaviListItemLink:before {
    width: 30.666666666666664%;
    height: 35.714285714285715%;
    position: absolute;
    margin: 0 auto;
    top: 18.571428571428573%;
    left: 0;
    right: 0;
  }

  header .globalNaviListItem03 .globalNaviListItemLink {
    padding-top: 51.42857142857142%;
  }

  header .globalNaviListItem03 .globalNaviListItemLink:before {
    width: 40%;
    height: 25.71428571428571%;
    position: absolute;
    margin: 0 auto;
    top: 17.142857142857142%;
    left: 0;
    right: 0;
  }

  header .globalNaviListItem04 .globalNaviListItemLink {
    padding-top: 51.42857142857142%;
  }

  header .globalNaviListItem04 .globalNaviListItemLink:before {
    width: 40%;
    height: 30%;
    position: absolute;
    margin: 0 auto;
    top: 17.142857142857142%;
    left: 0;
    right: 0;
  }

  header .globalNaviListItem05 .globalNaviListItemLink:before {
    width: 32%;
    height: 30%;
    position: absolute;
    margin: 0 auto;
    top: 18.571428571428573%;
    left: 0;
    right: 0;
  }

  header .search-btnArea-freeword {
    margin-top: 2rem;
  }

  header .search-btnArea-freeword::before {
    width: 1.6rem;
    height: 1.7rem;
    left: 1.3rem;
  }

  header .search-btnArea-freeword .freewordInput {
    padding: 1.9rem 1.5rem 1.8rem 3.5rem;
    width: 74.20289855072464%;
    border-radius: 0 !important;
  }

  footer .footerCopy {
    padding: 25.25px 20px 20px;
  }

  footer .footerInfoInner {
    margin-bottom: 16.200000000000003px;
  }

  footer .footerInfoList:after {
    border-right: 0.1rem solid #fff;
    top: 0.6rem;
    height: 1.2rem;
  }

  footer .footerInfoLink {
    line-height: 2;
    padding-right: 1.8rem;
  }

  footer .copyRight {
    width: 66.66666666666666%;
  }

  footer .footerLogo {
    width: 66.66666666666666%;
  }

  footer .footerTopBtn {
    width: 4.4rem;
    bottom: -5rem;
    right: 2rem;
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
  }

  footer .footerTopBtn.btnSlide {
    bottom: 2rem !important;
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
  }

  #web_plugin_button {
    bottom: 2rem !important;
    width: 4.4rem !important;
    height: 4.4rem !important;
    right: 2rem !important;
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
    position: fixed;
    z-index: 10;
  }

  #web_plugin_button.btnSlide {
    bottom: 7.3rem !important;
  }

  #web_plugin_button #chat-open-button {
    position: absolute !important;
    bottom: 0 !important;
    width: 4.4rem !important;
    height: 4.4rem !important;
    right: 0 !important;
    -webkit-transition: ease-in 0.5s;
    transition: ease-in 0.5s;
  }

  footer .footerNavi {
    background: #dfcca1;
  }

  footer .footerNavi img {
    width: 100%;
  }

  footer .footerNaviInner {
    padding: 2rem 2rem;
  }

  footer .footerNaviInner .breadcrumbs {
    margin-bottom: 2rem;
  }

  footer .footerNaviInner .breadcrumbsLinkImg {
    width: 1.6rem;
  }

  footer .footerNaviInner .breadcrumbsItem {
    padding-right: 3.2rem;
    min-height: 1.5rem;
  }

  footer .footerNaviInner .breadcrumbsItem:after {
    height: 0.8rem;
    width: 0.4rem;
    right: 1.5rem;
  }

  footer .footerNaviInner .sitemap {
    border-top: 0.1rem solid #caa976;
  }

  footer .footerNaviInner .sitemapArrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 5.2rem;
    height: 4.6rem;
    margin: auto;
    cursor: pointer;
  }

  footer .footerNaviInner .sitemapArrowinner {
    position: relative;
  }

  footer .footerNaviInner .sitemapArrowOff,
  footer .footerNaviInner .sitemapArrowOn {
    width: 5.2rem;
    height: 2rem;
  }

  footer .footerNaviInner .sitemapArrowOff:after,
  footer .footerNaviInner .sitemapArrowOn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5.2rem;
    height: 2rem;
    display: block;
  }

  footer .footerNaviInner .sitemapArrowOff:after {
    background: 50% 50% url("/wp-content/themes/hakone/common/img/footer/footer_arrow_sp.png") no-repeat;
    background-size: 0.8rem;
  }

  footer .footerNaviInner .sitemapArrowOn:after {
    background: 50% 50% url("/wp-content/themes/hakone/common/img/footer/footer_arrow_sp.png") no-repeat;
    background-size: 0.8rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  footer .footerNaviInner .sitemapTable {
    border-bottom: 0.1rem solid #caa976;
  }

  footer .footerNaviInner .sitemapTableLower {
    padding-bottom: 14px;
    display: none;
  }

  footer .footerNaviInner .sitemapTableTit {
    pointer-events: all;
  }

  footer .footerNaviInner .sitemapTableTit a {
    display: block;
    padding: 1.4rem 0;
  }

  footer .footerNaviInner .sitemapTableTit01:before,
  footer .footerNaviInner .sitemapTableTit02:before,
  footer .footerNaviInner .sitemapTableTit03:before,
  footer .footerNaviInner .sitemapTableTit04:before,
  footer .footerNaviInner .sitemapTableTit05:before {
    top: 0;
    bottom: 0;
    margin: auto;
  }

  footer .footerNaviInner .sitemapTableTit01,
  footer .footerNaviInner .sitemapTableTit02,
  footer .footerNaviInner .sitemapTableTit03,
  footer .footerNaviInner .sitemapTableTit04,
  footer .footerNaviInner .sitemapTableTit05 {
    padding-left: 3.9rem;
  }

  footer .footerNaviInner .sitemapTableTit01:before {
    left: 0.4rem;
    width: 2.2rem;
    height: 2.1rem;
    top: 0.1rem;
  }

  footer .footerNaviInner .sitemapTableTit02:before {
    left: 0;
    width: 2.4rem;
    height: 2.5rem;
    top: 0;
  }

  footer .footerNaviInner .sitemapTableTit03:before {
    left: 0;
    width: 2.7rem;
    height: 1.6rem;
    top: 0.3rem;
  }

  footer .footerNaviInner .sitemapTableTit04:before {
    left: 0;
    width: 2.6rem;
    height: 1.8rem;
    top: 0.3rem;
  }

  footer .footerNaviInner .sitemapTableTit05:before {
    left: 0.3rem;
    width: 2.2rem;
    height: 1.9rem;
    top: 0.2rem;
  }

  footer .footerNaviInner .sitemapListItem {
    padding-left: 39px;
  }

  .snsArea {
    margin: 13.333333333333334% 0;
    width: 100%;
  }

  .snsArea .snsArea-btn {
    width: 29.333333333333332%;
  }

  .snsArea .snsArea-btn a {
    font-size: 1.3rem;
  }

  .snsArea .twitter::before {
    padding-right: 4%;
    width: 1.4rem;
    height: 1.2rem;
  }

  .snsArea .twitter .twitterCount {
    padding-left: 0.5rem;
  }

  .snsArea .facebook::before {
    width: 0.7rem;
    height: 1.2rem;
  }

  .snsArea .facebook .facebookCount {
    padding-left: 0.5rem;
  }

  .sameArea-wrap {
    width: 100%;
  }

  .sameArea-wrap .sameArea-inner h1 {
    padding: 8% 0 4%;
  }

  .sameArea-wrap .sameArea-inner .sameArea {
    display: block;
  }

  .newArticle-wrap {
    width: 100%;
    padding: 8% 0 0;
    border-bottom: 1px solid #caa976;
  }

  .newArticle-wrap .newArticle-inner {
    width: 100%;
  }

  .newArticle-wrap .newArticle-inner h1 {
    padding: 0 0 5.333333333333334%;
  }

  .newArticle-wrap .newArticle-inner .newArticle {
    display: block;
    border-top: 1px solid #dfcca1;
  }

  .relatedArticle-wrap {
    width: 100%;
  }

  .relatedArticle-wrap .relatedArticle-inner {
    width: 100%;
    padding: 8% 0 0;
  }

  .relatedArticle-wrap .relatedArticle-inner h1 {
    padding: 0 0 5.333333333333334%;
  }

  .relatedArticle_title{ padding: 0 0 5.333333333333334%;}
  .relatedArticle_title-spot{ padding:8% 0 4%;}

  .relatedArticle-wrap .relatedArticle-inner .relatedArticle {
    display: block;
    border-top: 1px solid #dfcca1;
  }

  .allArticle-wrap {
    width: 100%;
  }

  .allArticle-wrap .allArticle-inner {
    width: 100%;
  }

  .allArticle-wrap .allArticle-inner .allArticle {
    display: block;
    border-top: 1px solid #dfcca1;
  }

  .linkArea {
    width: 100%;
    padding: 9.333333333333334% 0;
  }

  .linkArea-inner {
    padding: 0 5.333333333333334%;
  }

  .linkArea-banner {
    width: 100%;
    margin-bottom: 2.857142857142857%;
  }

  .linkArea-banner img {
    vertical-align: middle;
  }

  .linkArea-banner:last-child {
    margin-bottom: 0;
  }

  a:link,
  a:visited,
  a:hover,
  a:active {
    text-decoration: none;
  }

  footer .footerInfoList{
    margin-bottom:0;
  }

  .sliderList .slick-dots {
    bottom: -29px;
  }

  .sliderList .slick-track {
    left: -3rem;
  }

  .sliderSmall {
    padding: 8% 0 5.866666666666666%;
  }

  .sliderSmallListItem {
    margin: 0 0.3rem;
  }

  .sliderSmallList .slick-prev,
  .sliderSmallList .slick-next {
    display: none !important;
  }

  .sliderSmallList .slick-dots {
    bottom: -15.2%;
  }

  .sliderSmallList .slick-dots li {
    width: 1.866666666666667%;
    height: 1.866666666666667%;
    margin: 0 0.533333333333333%;
  }

  .sliderSmallList .slick-dots li button:before {
    font-size: 0.7rem;
  }

  .sliderSmallList .sliderSmallListItem:before {
    background: none;
  }

  .sliderSmall .slick-dotted.slick-slider {
    margin-bottom: 6.666666666666667%;
  }

  .pager-list {
    padding: 0 4%;
  }

  .pager-list .prev,
  .pager-list .next {
    box-sizing: border-box;
    padding: 1.6rem 1.9rem;
    white-space: nowrap;
  }

  .pager-list .prev {
    margin-right: 2rem;
  }

  .pager-list .next {
    margin-left: 2rem;
  }

  .pager-list .number {
    padding: 1.6rem 2.666666666666667%;
  }

  .areaLink {
    margin-top: 6.666666666666667%;
    padding: 0 5.333333333333334%;
  }

  .areaLink-list:nth-child(-n+1),
  .areaLink-transition:nth-child(-n+1) {
    border-top: 1px solid #d4cecd;
  }

  .areaLink-list-pic,
  .areaLink-transition-pic {
    width: 21.6%;
  }

  .areaLink-list-txt,
  .areaLink-transition-txt {
    font-size: 1.4rem;
    margin-left: 4.776119402985075%;
    width: 70.44776119402985%;
  }

  .areaLink-list-tit,
  .areaLink-transition-tit {
    margin-left: 3.174603174603174%;
  }

  .areaLink-list-tit::before,
  .areaLink-transition-tit::before,
  .areaLink-list-tit::after,
  .areaLink-transition-tit::after {
    display: none;
  }

  .areaLink-list-tit::before,
  .areaLink-transition-tit::before {
    width: 1.5rem;
    height: 0.2rem;
  }

  .areaLink-list-tit::after,
  .areaLink-transition-tit::after {
    left: 0.5rem;
    width: 0.8rem;
    height: 0.8rem;
  }

  .areaLink-list-icon,
  .areaLink-transition-icon {
    width: 2rem;
    height: 2rem;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {

  html {
    min-width: 980px;
  }

  header .header {
    width: 100%;
    min-width: 980px;
    box-shadow: 1px 2px 4px rgba(94,41,42,0.2);
  }

  header .headerTop {
    width: 100%;
    min-width: 980px;
  }

  header .headerTopInner {
    width: 100%;
    max-width: 1390px;
    min-width: 980px;
    margin: 0 auto;
    padding: 20px 0 19px;
  }

  header .headerTopInner:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }

  header .headerTopInner .logoArea {
    padding-left: 10px;
    float: left;
  }

  header .headerTopInner .logoArea:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }

  header .headerTopInner .logoArea .logo {
    float: left;
    margin-right: 27px;
  }

  header .headerTopInner .logoArea .catch {
    float: left;
    padding-top: 7px;
    width: 211px;
  }

  header .headerTopDropdown {
    background: #dfcca1;
    border: 2px solid #5e292a;
    padding: 22px;
    min-width: 124px;
    box-sizing: border-box;
    white-space: nowrap;
    position: relative;
    font-weight: bold;
    z-index: 1000;
  }

  header .headerTopDropdown .DropdownTxtLink {
    color: #534640 !important;
  }

  header .headerTopDropdown .DropdownTxt {
    color: #caa976 !important;
  }

  header .headerTopDropdown:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -15px;
    top: -15px;
    left: 50%;
    border-top: 15px solid #5e292a;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 2;
  }

  header .headerTopDropdownWrap {
    position: absolute;
    left: -20px;
    padding-top: 42px;
  }

  header .headerTopDropdownMenuItem {
    padding: 12px 0;
  }

  header .headerTopDropdownMenuItem:first-of-type {
    padding: 0 0 12px 0;
  }

  header .headerTopDropdownMenuItem:last-of-type {
    padding: 12px 0 0 0;
  }

  header .headerTopListLink:hover {
    font-weight: bold;
    opacity: 1;
    text-decoration: none;
  }

  header .headerTopListItem04 {
    padding-left: 16px;
    padding-right: 11px;
    width: 58px;
    position: relative;
  }

  header .headerTopListItem04 .headerTopListLink {
    cursor: pointer;
  }

  header .headerTopListItem04 .headerTopListLink:hover {
    letter-spacing: -0.0375em;
  }

  header .headerAlertInner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 4px;
  }

  header .headerAlertTitle {
    padding-left: 10px;
    margin-top: 13px;
  }

  header .headerAlertTitle:before {
    width: 11px;
    height: 17px;
    margin-right: 8px;
  }

  header .headerAlertTitle:after {
    width: 11px;
    height: 17px;
    margin-left: 8px;
  }

  header .headerAlertTitleArea {
    width: 11.510791366906476%;
    min-width: 150px;
  }

  header .headerAlertListItem {
    padding: 13px 0 13px;
    font-size: 1.4rem;
  }

  header .headerAlertListArea {
    width: 71.94244604316546%;
  }

  header .headerAlertList-first .headerAlertListItem {
    border-top: none;
  }

  header .headerAlertBtn {
    cursor: pointer;
  }

  header .headerAlertBtn:after {
    width: 9px;
    height: 6px;
    margin-left: 3px;
    margin-bottom: 2px;
  }

  header .headerAlertBtnArea {
    position: absolute;
    top: 15px;
    right: 145px;
  }

  header .headerAlertBtn.active:after {
    margin-bottom: 1px;
  }

  header .globalNaviInner {
    max-width: 1390px;
    min-width: 980px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  header .globalNaviDropdown {
    position: absolute;
    padding-top: 20px;
    top: 68px;
  }

  header .globalNaviDropdown01 {
    width: 225px;
    right: 0;
  }

  header .globalNaviDropdown01 .globalNaviDropdownMenuItem:first-of-type a {
    padding: 17px 2px !important;
  }

  header .globalNaviDropdownMenu {
    background: #f9f6e6;
    border: 2px solid #5e292a;
    box-sizing: border-box;
    padding: 7px 20px 10px;
    z-index: 10;
    position: relative;
  }

  header .globalNaviDropdownMenuItem {
    border-bottom: 1px solid #dfcca1;
    color: #534640;
    font-size: 1.6rem;
  }

  header .globalNaviDropdownMenuItem .DropdownText.title {
    font-weight: normal;
    opacity: 0.6;
  }

  header .globalNaviDropdownMenuItem:last-of-type {
    border: none;
  }

  header .globalNaviDropdownMenuList li:last-of-type a {
    padding: 11px 0 0;
  }

  header .globalNaviDropdownMenuList li:first-of-type a {
    padding: 0 0 11px;
  }

  header .globalNaviList {
    padding-left: 10px;
  }

  header .globalNaviListItem {
    float: left;
    font-weight: bold;
  }

  header .globalNaviListItemLink {
    display: block;
    padding: 24px 0;
  }

  header .globalNaviListItem01 .globalNaviListItemLink {
    padding-left: 3.9rem;
    padding-right: 1rem;
  }

  header .globalNaviListItem01 .globalNaviListItemLink:before {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 9px;
    margin: auto;
  }

  header .globalNaviListItem02 .globalNaviListItemLink {
    padding-left: 3.7rem;
    padding-right: 3.3rem;
  }

  header .globalNaviListItem02 .globalNaviListItemLink:before {
    width: 24px;
    height: 25px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6px;
    margin: auto;
  }

  header .globalNaviListItem02 .globalNaviListItemLink:after {
    content: "";
    display: block;
    background: url("/wp-content/themes/hakone/common/img/header/globalnavi_arrow.svg") no-repeat;
    background-size: contain;
    width: 8px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
  }

  header .globalNaviListItem03 .globalNaviListItemLink {
    padding-left: 5rem;
    padding-right: 3.6rem;
  }

  header .globalNaviListItem03 .globalNaviListItemLink:before {
    width: 28px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto;
  }

  header .globalNaviListItem03:after {
    content: "";
    display: block;
    background: url("/wp-content/themes/hakone/common/img/header/globalnavi_arrow.svg") no-repeat;
    background-size: contain;
    width: 8px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
  }

  header .globalNaviListItem03 .globalNaviDropdown {
    min-width: 330px;
    left: -80px;
  }

  header .globalNaviListItem04 .globalNaviListItemLink {
    padding-left: 5rem;
    padding-right: 3.6rem;
  }

  header .globalNaviListItem04 .globalNaviListItemLink:before {
    width: 30px;
    height: 21px;
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 13px;
    margin: auto;
  }

  header .globalNaviListItem04:after {
    content: "";
    display: block;
    background: url("/wp-content/themes/hakone/common/img/header/globalnavi_arrow.svg") no-repeat;
    background-size: contain;
    width: 8px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
  }

  header .globalNaviListItem04 .globalNaviDropdown {
    min-width: 330px;
    left: -70px;
  }

  header .globalNaviListItem05 .globalNaviListItemLink {
    padding-left: 4.2rem;
    padding-right: 1.2rem;
  }

  header .globalNaviListItem05 .globalNaviListItemLink:before {
    width: 24px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13px;
    margin: auto;
  }

  header .search-changeBtnTxt:after {
    content: "";
    background: url("/wp-content/themes/hakone/common/img/header/globalnavi_arrow.svg") no-repeat;
    background-size: contain;
    width: 8px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 5px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  header .search-contentsArea {
    width: 294px;
    padding: 10px 10px 10px 30px;
  }

  header .search-contentsArea .tagtext,
  header .search-contentsArea .areatext {
    width: 294px;
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-weight: bold;
  }

  header .search-contentsArea .areatext {
    margin-top: 22px;
    line-height: 1.6;
  }

  header .search-contentsArea .tagCategory-red-list a {
    background-color: transparent;
  }

  header .search-contentsArea .tagCategory-red-list a:hover {
    background-color: #fed6cc;
  }

  header .search-contentsArea .areaMap {
    position: relative;
    width: 294px;
    margin-top: 30px;
  }

  header .search-btnArea {
    width: 345px;
    border-right: 1px solid #dfcca1;
    padding: 10px 30px 10px 10px;
  }

  header .search-btnArea-2colum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  header .search-btnArea-2colum .search-changeBtn {
    width: 50%;
    min-height: 139px;
    box-sizing: border-box;
    border-right: 1px dashed #5e292a;
    border-bottom: 1px dashed #5e292a;
  }

  header .search-btnArea-2colum .search-changeBtn:nth-of-type(2n) {
    border-right: none;
  }

  header .search-btnArea-2colum .search-changeBtn:nth-of-type(n+3) {
    border-bottom: none;
  }

  header .search-btnArea-1colum {
    margin-top: 4px;
  }

  header .search-btnArea-1colum .search-changeBtnTxt {
    line-height: 60px;
  }

  header .search-btnArea-freeword {
    margin-top: 10px;
  }

  header .search-btnArea-freeword::before {
    width: 16px;
    height: 17px;
    left: 13px;
  }

  header .search-btnArea-freeword .freewordInput {
    padding: 19px 15px 18px 33px;
    width: 250px;
  }

  footer .footerCopy {
    padding: 25.25px 0 20px;
    max-width: 1440px;
    min-width: 980px;
    width: 100%;
    margin: 0 auto;
  }

  footer .footerInfo {
    position: relative;
    overflow: hidden;
  }

  footer .footerInfoInner {
    left: 50%;
    float: left;
    margin-bottom: 17.200000000000003px;
  }

  footer .footerInfoList {
    left: -50%;
  }

  footer .footerInfoList:after {
    top: 3px;
  }

  footer .copyRight,
  footer .footerLogo {
    text-align: center;
  }

  footer .footerLogo {
    width: 259px;
    margin: 0 auto;
  }

  footer .footerTopBtn {
    width: 44px;
    bottom: 18px;
    right: 20px;
    -webkit-transition: ease-in 0.25s;
    transition: ease-in 0.25s;
  }

  footer .footerTopBtn:hover {
    bottom: 23px;
  }

  #web_plugin_button {
    display: none !important;
  }

  footer .footer {
    background: #d57e00;
  }

  footer .footerNavi {
    max-width: 1440px;
    min-width: 980px;
    width: 100%;
    padding: 20px 0 27px;
    min-height: 368px;
    margin: 0 auto;
    background: #dfcca1 url("/wp-content/themes/hakone/common/img/footer/footer_back.png") no-repeat 50% 0;
  }

  footer .footerNaviInner {
    width: 980px;
    margin: 0 auto;
  }

  footer .footerNaviInner .breadcrumbs {
    padding: 0 10px;
    margin-bottom: 23.1px;
  }

  footer .footerNaviInner .sitemap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 10px;
  }

  footer .footerNaviInner .sitemapArrowOff,
  footer .footerNaviInner .sitemapArrowOn {
    display: none;
  }

  footer .footerNaviInner .sitemapArrowOff:after,
  footer .footerNaviInner .sitemapArrowOn:after {
    display: none;
  }

  footer .footerNaviInner .sitemapTable {
    padding-top: 4.950000000000001px;
    margin-right: 20px;
    padding-right: 12px;
    width: 180px;
    border-right: 1px solid #caa976;
  }

  footer .footerNaviInner .sitemapTable:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
    width: 148px;
  }

  footer .footerNaviInner .sitemapTableTit {
    pointer-events: auto;
    padding-top: 5px;
    margin-bottom: 11.225000000000001px;
  }

  footer .footerNaviInner .sitemapTableTit a {
    display: inline-block;
  }

  footer .footerNaviInner .sitemapTableTit01 {
    padding-left: 29px;
  }

  footer .footerNaviInner .sitemapTableTit01 + .sitemapTableLower {
    padding-left: 8px;
  }

  footer .footerNaviInner .sitemapTableTit02 + .sitemapTableLower {
    padding-left: 8px;
  }

  footer .footerNaviInner .sitemapTableTit03 + .sitemapTableLower {
    padding-left: 8px;
  }

  footer .footerNaviInner .sitemapTableTit04 + .sitemapTableLower {
    padding-left: 8px;
  }

  footer .footerNaviInner .sitemapTableTit05 + .sitemapTableLower {
    padding-left: 8px;
  }

  footer .footerNaviInner .sitemapTableTit05 + .sitemapTableLower .sitemapList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  footer .footerNaviInner .sitemapTableTit05 + .sitemapTableLower .sitemapList .sitemapListItem {
    margin-right: 27px;
  }

  .snsArea {
    margin: 0 auto;
    padding: 70px 0;
    background: #fff;
    max-width: 1440px;
    min-width: 980px;
  }

  .snsArea .snsArea-btn {
    width: 106px;
  }

  .snsArea .snsArea-btn:hover {
    opacity: 0.85;
    -moz-opacity: 0.85;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .snsArea .twitter::before {
    padding-right: 6%;
    width: 14px;
    height: 12px;
  }

  .snsArea .twitter .twitterCount {
    padding-left: 5px;
  }

  .snsArea .facebook::before {
    width: 7px;
    height: 12px;
  }

  .snsArea .facebook .facebookCount {
    padding-left: 5px;
  }

  .sameArea-wrap {
    max-width: 1440px;
    min-width: 980px;
    margin: 0 auto;
    background: #fff;
    padding: 0 10px 50px;
    box-sizing: border-box;
  }

  .sameArea-wrap .sameArea-inner {
    width: 960px;
    padding: 0 0 20px;
    margin: 0 auto;
  }

  .sameArea-wrap .sameArea-inner h1 {
    padding: 50px 0 30px;
  }

  .sameArea-wrap .sameArea-inner .sameArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .newArticle-wrap {
    max-width: 1440px;
    min-width: 980px;
    margin: 0 auto;
  }

  .newArticle-wrap .newArticle-inner {
    width: 980px;
    padding: 70px 10px;
    box-sizing: border-box;
  }

  .newArticle-wrap .newArticle-inner h1 {
    padding: 0 0 30px;
  }

  .newArticle-wrap .newArticle-inner .newArticle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #dfcca1;
    width: 100%;
    box-sizing: border-box;
  }

  .relatedArticle-wrap {
    max-width: 1440px;
    min-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .relatedArticle-wrap .relatedArticle-inner {
    width: 960px;
    padding: 50px 0 70px;
    box-sizing: border-box;
  }

  .relatedArticle-wrap .relatedArticle-inner h1 {
    padding: 0 0 30px;
  }

  .relatedArticle_title{ padding: 0 0 30px;}
  .relatedArticle_title-spot{
    padding-top:50px;
  }

  .relatedArticle-wrap .relatedArticle-inner .relatedArticle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid #dfcca1;
    width: 100%;
    box-sizing: border-box;
  }

  .allArticle-wrap .allArticle-inner {
    width: 980px;
    padding: 0 10px 50px;
    box-sizing: border-box;
  }

  .allArticle-wrap .allArticle-inner .allArticle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 960px;
    box-sizing: border-box;
    border-left: 1px solid #dfcca1;
  }

  .allArticle-wrap .allArticle-inner .allArticle .listArticle {
    width: 319px;
  }

  .allArticle-wrap .allArticle-inner .allArticle .listArticle:nth-of-type(3n) {
    width: 318px;
  }

  .linkArea {
    max-width: 1440px;
    min-width: 980px;
    padding: 40px 0 50px;
    margin: 0 auto;
  }

  .linkArea-inner {
    width: 980px;
    padding: 0 10px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .linkArea-banner {
    width: 48.4375%;
    margin-right: 3.125%;
  }

  .linkArea-banner:last-child {
    margin-right: 0;
  }

  .hnWrapper {
    background: #caa976;
  }

  .bgWhiteArea {
    background: #fff;
    max-width: 1440px;
    min-width: 980px;
    margin: 0 auto;
  }

  .contentWrap {
    max-width: 1440px;
    min-width: 980px;
  }

  .js-imgCover.objectfitNone {
    object-fit: none;
    font-family: 'object-fit: none;';
  }

  a:hover {
    opacity: 0.85;
    -moz-opacity: 0.85;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }

  .slider {
    max-width: 1440px;
    min-width: 980px;
    width: 100%;
    margin: 0 auto;
  }

  .sliderList .slick-dots {
    bottom: -32px;
  }

  .sliderSmall {
    padding: 28px 0 60px;
  }

  .sliderSmallInner {
    width: 960px;
    margin: 0 auto;
  }

  .sliderSmallListItem {
    margin: 0 2px;
  }

  .sliderSmallListItem a:hover {
    opacity: 0.85;
  }

  .sliderSmallList .slick-dots {
    bottom: -28px;
  }

  .sliderSmallList .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0;
  }

  .sliderSmallList .slick-dots li button:before {
    font-size: 1rem;
  }

  .pager-list .prev,
  .pager-list .next {
    padding: 18px 21px;
  }

  .pager-list .prev:hover,
  .pager-list .next:hover {
    opacity: 0.7;
  }

  .pager-list .prev {
    margin-right: 20px;
  }

  .pager-list .next {
    margin-left: 20px;
  }

  .pager-list .number {
    padding: 18px 10px;
  }

  .pager-list .number .pager-list-link:hover {
    opacity: 0.85;
  }

  .pager.orange .prev:hover,
  .pager.orange .next:hover {
    background: #d4451d;
    opacity: 1;
    color: #fff;
  }

  .areaLink {
    width: 880px;
    margin: 45px auto 0;
  }

  .areaLink-list,
  .areaLink-transition {
    width: 50%;
  }

  .areaLink-list:hover,
  .areaLink-transition:hover {
    opacity: 1;
  }

  .areaLink-list:nth-child(-n+2),
  .areaLink-transition:nth-child(-n+2) {
    border-top: 1px solid #d4cecd;
  }

  .areaLink-list:nth-child(2n),
  .areaLink-transition:nth-child(2n) {
    border-left: none;
  }

  .areaLink-list-pic,
  .areaLink-transition-pic {
    width: 21.363636363636363%;
  }

  .areaLink-list-txt,
  .areaLink-transition-txt {
    font-size: 1.6rem;
    margin-left: 16px;
  }

  .areaLink-list-tit,
  .areaLink-transition-tit {
    margin-left: 16px;
  }

  .areaLink-list-tit::before,
  .areaLink-transition-tit::before {
    width: 14px;
    height: 2px;
  }

  .areaLink-list-tit::after,
  .areaLink-transition-tit::after {
    right: -24px;
    width: 8px;
    height: 8px;
  }

  .areaLink-list-icon,
  .areaLink-transition-icon {
    width: 20px;
    height: 20px;
  }

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

  .pc-only {
    display: block;
  }

  .sp-only {
    display: none;
  }

  .positionArea {
    position: relative;
  }

  .positionL {
    position: absolute;
    left: 0;
  }

  .positionR {
    position: absolute;
    right: 0;
  }

  .w960 {
    width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .w1440 {
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1300px) {

  header .headerAlertListArea {
    width: 61.15107913669065%;
  }
}
@media all and (-ms-high-contrast: none) {

  .headerAlertListItem {
    padding: 16px 0 10px !important;
  }

  .globalNaviDropdownMenuItem01-01:before {
    background-size: 100% auto;
  }

  .areaLink-list-tit {
    padding-top: 6px;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 769px) {

  header .globalNaviListItem05 .globalNaviListItemLink,
  header .globalNaviListItem04 .globalNaviListItemLink,
  header .globalNaviListItem03 .globalNaviListItemLink,
  header .globalNaviListItem02 .globalNaviListItemLink,
  header .globalNaviListItem01 .globalNaviListItemLink {
    padding-top: 28px;
  }

  header .search-changeBtnTxt:after {
    top: -4px;
  }

  header .globalNavi .searchBtn {
    padding: 14px 13px 10px 30px;
  }

  header .globalNaviDropdownMenuItem01-01:before,
  header .globalNaviDropdownMenuItem01-02:before,
  header .globalNaviDropdownMenuItem01-03:before,
  header .globalNaviDropdownMenuItem01-04:before,
  header .globalNaviDropdownMenuItem01-05:before,
  header .globalNaviDropdownMenuItem01-06:before,
  header .globalNaviDropdownMenuItem01-07:before,
  header .globalNaviDropdownMenuItem01-08:before,
  header .globalNaviDropdownMenuItem01-09:before,
  header .globalNaviDropdownMenuItem02-01:before,
  header .globalNaviDropdownMenuItem02-02:before,
  header .globalNaviDropdownMenuItem02-03:before,
  header .globalNaviDropdownMenuItem02-04:before,
  header .globalNaviDropdownMenuItem02-05:before,
  header .globalNaviDropdownMenuItem02-06:before,
  header .globalNaviDropdownMenuItem03-01:before,
  header .globalNaviDropdownMenuItem03-02:before,
  header .globalNaviDropdownMenuItem03-03:before,
  header .globalNaviDropdownMenuItem03-04:before {
    background-size: 100% auto;
  }
}


/* 追加 190718 */
header .headerTopDropdownWrap{
	display: none;	
}
header .isShow + .headerTopDropdownWrap{
	display: block;	
}

header .headerAlert[data-count="0"]{
	display: none;	
}