@charset "UTF-8";
/* /////////////////////////////////

  _reset.scss

///////////////////////////////// */
html, body, div, span, object, iframe,
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  line-height: 1.5;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* /////////////////////////////////

  _base.scss

///////////////////////////////// */
/*---------------------------------

  #Base Modules

---------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.7;
  min-height: 100vh;
  scroll-behavior: smooth;
}

main {
  display: block;
}

p {
  text-align: left;
  text-justify: inter-ideograph;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

hr {
  border-top-width: 1px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

/* for IE7 */
* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

.content > * + * {
  margin-top: 1.5em;
}

.content a:not[class] {
  color: #333;
  text-decoration: underline;
}
.content a:not[class]:hover {
  text-decoration: none;
}

a {
  color: #333;
}

a[href*="tel:"] {
  display: inline-block;
  text-decoration: none !important;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
  }

  a[href*="tel:"]:not([class]) {
    text-decoration: underline !important;
  }
}
/* ------ form --------------------------------- */
button, fieldset, form, input,
label, legend, select, textarea {
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

input, textarea {
  vertical-align: middle;
  padding: 1px;
}

textarea {
  max-width: 98%;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
  margin-right: 3px;
}

figcaption {
  margin: 5px 0 0;
  text-align: center;
}

/* ------ clearfix scheme ---------------------- */
.clearfix::after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0;
  font-size: 0;
  clear: both;
}

* html div {
  zoom: 1;
}

/* IE6 */
*:first-child + html div {
  zoom: 1;
}

/* IE7 */
/* /////////////////////////////////

  _common.scss

///////////////////////////////// */
/*---------------------------------
  Base
---------------------------------*/
body {
  min-width: 1160px;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.container {
  padding: 0 0 100px 70px;
  position: relative;
  z-index: 1;
}

._inner {
  width: 1160px;
  margin: 0 auto;
}

._innerMini {
  width: 900px;
  margin: 0 auto;
}

.content._bgWave {
  margin: 40px 0 0;
  padding: 80px 0 0;
}

._bgWave {
  background: url(/themes/main/images/common/bg_content.png) no-repeat center top;
  background-size: 100%;
}

._bgWave02 {
  background: url(/themes/main/images/common/bg_content_reverse.png) no-repeat center top;
  background-size: 100%;
  min-height: 360px;
}

#jsChangeContents {
  width: 1160px;
  margin: 0 auto;
}

._column2 {
  display: flex;
  justify-content: space-between;
  width: 1160px;
  margin: 0 auto;
}
._column2 .content {
  width: 840px;
}
._column2 .sidebar {
  width: 200px;
  margin-left: 60px;
}

@media screen and (min-width: 769px) {
  #adminBox {
    margin: 0 !important;
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }

  .container {
    padding: 0 0 40px 0;
  }

  ._inner,
._innerMini {
    width: 100%;
    padding: 0 15px;
  }

  #jsChangeContents {
    width: 100%;
  }

  ._column2 {
    display: block;
    width: 100%;
  }
  ._column2 .content {
    width: 100%;
  }
  ._column2 .sidebar {
    width: 100%;
    margin-left: 0;
  }
}
/*---------------------------------
  header
---------------------------------*/
.header {
  position: relative;
}

.sideMenu {
  width: 70px;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.sideMenu--list {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  height: 100vh;
}
.sideMenu--item {
  width: 100%;
  height: calc(100vh / 3);
  position: relative;
}
.sideMenu--item:nth-of-type(1)::after, .sideMenu--item:nth-of-type(2)::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #999;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sideMenu--item:nth-of-type(3) {
  background: #FFE3C0;
}
.sideMenu--item:nth-of-type(3) img {
  margin-top: 10px;
}
.sideMenu--item a,
.sideMenu--item span {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}
.sideMenu--item a:hover {
  color: #ff0402;
}
.sideMenu--item a i {
  margin-top: 4px;
}

@media screen and (max-width: 768px) {
  .sideMenu {
    width: 100%;
    height: auto;
    /* padding: 22px 0; */
    background: url(/themes/sp@main/images/common/bg_sidemenu.png) no-repeat center right;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 9999;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s ease;
  }
  .sideMenu.on {
    opacity: 1;
    transform: translateY(0);
  }
  .sideMenu--list {
    flex-direction: row;
    height: auto;
  }
  .sideMenu--item {
    height: auto;
	padding: 22px 0;
  }
  .sideMenu--item a,
  .sideMenu--item span {
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
  }
  .sideMenu--item a i {
    margin: 0 0 0 3px;
  }
  .sideMenu--item:nth-of-type(1)::after, .sideMenu--item:nth-of-type(2)::after, .sideMenu--item:nth-of-type(3)::after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #999;
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
  .sideMenu--item:nth-of-type(3) img{
  	margin-top: 0;
	padding-left: 9px;
  }
  .sideMenu--item:nth-of-type(4) {
    background: none!important;
  }
  .sideMenu--item:nth-of-type(5) {
    display: none;
  }
  .sideMenu--item .search_menu .fas {
    margin-right: 5px;
  }
}
@media screen and (max-width: 374px) {
  .sideMenu--item a,
  .sideMenu--item span {
    font-size: 1.2rem;
  }
}
.mainVisual {
  width: calc(100% - 70px);
  height: 576px;
  overflow: hidden;
  position: relative;
  left: 70px;
}
/*
@media screen and (min-width: 769px) {
  .mainVisual img {
    width: auto;
    max-width: fit-content;
    height: 100%;
    margin: 0 auto;
  }
}*/
@media screen and (max-width: 768px) {
  .mainVisual {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
  }
}
.hamburgerBtn {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  position: fixed;
  top: 50px;
  right: 40px;
  z-index: 10019;
  cursor: pointer;
}
.hamburgerBtn--icon {
  width: 50px;
  height: 30px;
  position: relative;
}
.hamburgerBtn--icon span {
  display: block;
  width: 52px;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 0;
  transform: rotate(0.01deg);
}
.hamburgerBtn--icon span:nth-of-type(2) {
  width: 35px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.hamburgerBtn--icon span:nth-of-type(3) {
  width: 29px;
  top: 100%;
  right: 0;
  transform: translateY(-50%);
}
.hamburgerBtn.on .hamburgerBtn--icon {
  width: 22px;
  height: 22px;
}
@-moz-document url-prefix() {
  .hamburgerBtn.on .hamburgerBtn--icon {
    min-width: 22px;
  }
}
.hamburgerBtn.on .hamburgerBtn--icon span {
  width: 100%;
}
.hamburgerBtn.on .hamburgerBtn--icon span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hamburgerBtn.on .hamburgerBtn--icon span:nth-of-type(2) {
  display: none;
}
.hamburgerBtn.on .hamburgerBtn--icon span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hamburgerBtn.on .hamburgerBtn--text::after {
  content: "close";
}
.hamburgerBtn--text {
  margin: 0 0 0 8px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
}
.hamburgerBtn--text::after {
  content: "menu";
}

@media screen and (max-width: 768px) {
  .hamburgerBtn {
    top: 25px;
    right: 10px;
  }
  .hamburgerBtn--icon {
    width: 40px;
    height: 24px;
  }
  .hamburgerBtn--icon span:nth-of-type(2) {
    width: 28px;
  }
  .hamburgerBtn--icon span:nth-of-type(3) {
    width: 23px;
  }
  .hamburgerBtn--text {
    font-size: 1.2rem;
  }
}
.hamburgerMenu {
  display: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url(../images/common/bg_hamburgerMenu.png) no-repeat 0 0/cover;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.hamburgerMenu.on {
  display: flex;
}
.hamburgerMenu--wrap {
  width: 900px;
  position: relative;
}

.langMenu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.langMenu--item {
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.langMenu--item:not(:last-of-type) {
  margin-right: 40px;
}
.langMenu--item:not(:last-of-type)::after {
  content: "/";
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translate(50%, -50%);
}
.langMenu--item a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
}
.langMenu--item a.on {
  color: #ff0000;
}

.globalMenu {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.globalMenu--item {
  margin-bottom: 15px;
  padding-left: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  position: relative;
}
.globalMenu--item a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none;
  transition: all 0.3s ease;
}
.globalMenu--item a:hover {
  opacity: 0.5;
}
.globalMenu--item::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #999;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.globalMenu--btn {
  margin-bottom: 20px;
}
.globalMenu--btn a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  border: 2px solid #fff;
  text-align: center;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  transition: all 0.3s ease;
}
.globalMenu--btn a:hover {
  background: #ffffff;
}
.globalMenu--btn a i {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .hamburgerMenu {
    padding: 25px 15px;
    align-content: flex-start;
    align-items: flex-start;
    overflow-y: auto;
  }
  .hamburgerMenu--wrap {
    width: 100%;
  }

  .globalMenu {
    margin: 40px 0 0;
  }
  .globalMenu--col {
    width: 48%;
  }
  .globalMenu--item {
    font-size: 1.4rem;
  }
  .globalMenu--item a {
    font-size: 1.4rem;
  }
  .globalMenu--btn {
    width: 100%;
  }
  .globalMenu--btn a {
    width: 100%;
  }

  .otherLink--item {
    text-align: center;
  }
  .otherLink--item a {
    text-decoration: none !important;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    text-align: center;
  }
}
.langToggle {
  display: flex;
  justify-content: flex-start;
  position: fixed;
  top: 50%;
  right: 40px;
  z-index: 9999;
}
.langToggle--icon {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 15px;
  height: 25px;
  line-height: 1;
}
.langToggle--icon img {
  max-width: 15px;
  min-height: 15px;
}
.langToggle--list {
  height: 25px;
  margin-left: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.langToggle--list:hover {
  height: 50px;
}
.langToggle--item a {
  display: block;
  height: 25px;
  line-height: 25px;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.langToggle--item a:hover {
  color: #ff0402;
}

@media screen and (max-width: 768px) {
  .langToggle {
    display: none;
  }
}
.infoArea {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.infoArea--tel {
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
}
.infoArea--hours {
  margin-left: 25px;
  font-size: 1.4rem;
}

.instagramLink {
  position: absolute;
  bottom: 5px;
  right: 0;
}
.instagramLink a {
  transition: all 0.3s ease;
}
.instagramLink a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .infoArea {
    display: block;
    margin: 20px 0 0;
  }
  .infoArea--tel {
    text-align: center;
  }
  .infoArea--hours {
    margin: 8px 0 0;
    text-align: center;
    margin-left: 0;
  }

  .instagramLink {
    margin: 30px 0 0;
    text-align: center;
    position: relative;
    bottom: auto;
    right: auto;
  }
}
/*---------------------------------
  Page Title
---------------------------------*/
.pageTitle {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 190px;
  padding: 0 0 20px 70px;
  background: url(../images/common/bg_pagetitle.png) no-repeat center bottom/cover;
  position: relative;
}
.pageTitle--link {
  display: none;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: transparent;
}
.pageTitle--link a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-decoration: none !important;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  position: relative;
}
.pageTitle--link a img {
  margin-top: 10px;
}
.pageTitle--main {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 70px);
  padding: 0 0 0 75px;
}
.pageTitle--logo {
  display: block;
  width: 100%;
}
.pageTitle--logo img {
  max-width: 129px;
}
.pageTitle--catchcopy {
  margin-right: 25px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
}
.pageTitle--heading {
  letter-spacing: 2px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .pageTitle {
    height: auto;
    padding: 25px 0 35px;
  }
  .pageTitle--link {
    display: none;
  }
  .pageTitle--main {
    width: 100%;
    padding: 0 15px;
  }
  .pageTitle--catchcopy {
    margin: 5px 0 0;
    line-height: 1.4;
    font-size: 1.8rem;
  }
  .pageTitle--heading {
    font-size: 2.6rem;
  }
}
/*---------------------------------
  Breadcrumb List
---------------------------------*/
.breadCrumb {
  margin: 15px 20px 0 0;
  background: #ffffff;
  text-align: right;
}
.breadCrumb--item {
  display: inline-block;
  list-style: none;
  font-size: 1.4rem;
  position: relative;
}
.breadCrumb--item a {
  font-size: 1.4rem;
  text-decoration: underline;
}
.breadCrumb--item::before {
  content: none;
}
.breadCrumb--item::after {
  content: "　/　";
}
.breadCrumb--item:last-child::after {
  content: none;
}

/*---------------------------------
  navgation area
---------------------------------*/
.navigationArea {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.navigationArea::after {
  content: none;
}

/*---------------------------------
  Introduction
---------------------------------*/
.introduction {
  width: 1160px;
  margin: 40px auto 0;
  text-align: center;
}

/*---------------------------------
  Banner Area
---------------------------------*/
/*---------------------------------
  Pagetop Button
---------------------------------*/
.pageTop {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.pageTop a {
  display: block;
  width: 50px;
  height: 50px;
  background: #000000;
  position: absolute;
  bottom: -25px;
  right: 0;
}
.pageTop a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-50%, -50%);
}

/*---------------------------------
  footer
---------------------------------*/
.footer {
  width: 100%;
  padding: 120px 0 80px;
  background: url(/themes/main/images/common/bg_footer.png) no-repeat center top/cover;
}
.footer div, .footer a {
  color: #000;
  text-decoration: none;
}
.footer--wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footerInfo {
  width: 420px;
}
.footerInfo--address {
  margin: 15px 0 0;
  font-style: normal;
  font-size: 1.4rem;
}
.footerInfo--tel {
  margin: 5px 0 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
}
.footerInfo--hours {
  font-size: 1.4rem;
}
.footerInfo--snsItem {
  transition: all 0.3s ease;
}
.footerInfo--snsItem:not(:last-of-type) {
  margin-right: 15px;
}
.footerInfo--snsItem:hover {
  opacity: 0.5;
}
.footerInfo--copyright {
  margin: 20px 0 0;
  font-family: "Barlow", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0 80px;
    background: url(/themes/sp@main/images/common/bg_footer.png) no-repeat center top/contain;
  }

  .footerInfo {
    width: 100%;
  }
  .footerInfo--logo, .footerInfo--address, .footerInfo--tel, .footerInfo--hours, .footerInfo--copyright {
    text-align: center;
  }
  .footerInfo--logo img {
    width: 40%;
  }
}
.megaMenu {
  display: flex;
  justify-content: flex-start;
  width: 680px;
}
.megaMenu--col:nth-child(1) {
  width: 21%;
}
.megaMenu--col:nth-child(2) {
  width: 17%;
}
.megaMenu--col:nth-child(3) {
  width: 32%;
}
.megaMenu--col:nth-child(4) {
  width: 30%;
}
.megaMenu--item {
  margin-bottom: 12px;
}
.megaMenu--item a:hover {
  text-decoration: underline;
}
.megaMenu--item a {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.megaMenu--item a i {
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .megaMenu {
    display: none;
  }
}
.bannerArea {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0;
  right: 0;
}
.bannerArea--item {
  display: block;
  width: 220px;
  height: 70px;
  background: #fff;
  border: 1px solid #cccccc;
  transition: all 0.3s ease;
}
.bannerArea--item a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.bannerArea--item:hover {
  opacity: 0.5;
}
.search_area {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #f4f4f4;
  padding: 20px 0;
  z-index: 999;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.search_area h2 {
  display: none;
}
.search_area .link_item {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin: 0 25px;
}
.search_area form {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  margin: 0 25px;
}
.search_area dl {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin: 0 10px;
}
.search_area dl.room_489ban,
.search_area dl.person_489ban {
  display: none;
}
.search_area label {
  margin: 0 5px;
  line-height: 40px;
}
.search_area form input { 
  padding: 5px 10px; 
  border: 1px solid #949494; 
  box-sizing: border-box;
}
.search_area form select { 
  height: 40px; 
  margin: 0 0 0 1px; 
  padding: 0 10px; 
  border-radius: 0; 
  box-sizing: border-box; 
  border: 1px solid #949494; 
}
.search_area form select::-ms-expand { 
  display: none;
} /* IE用 */

.search_area form button {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 0;
  width: 150px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #ee8d24;
  border: 1px solid #ee8d24;
  vertical-align: text-bottom;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.search_area form button::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
}
#ui-datepicker-div.ui-widget-content { 
  top: auto !important; 
  bottom: 53px; 
  border: 1px solid #7f7f7f; 
  border-radius: 0; 
}
#ui-datepicker-div .ui-widget-header { 
  background: #383838; 
  border: none; 
  border-radius: 0;}
#ui-datepicker-div .ui-state-default, #ui-datepicker-div .ui-widget-content .ui-state-default { 
  border: none; 
  background: none; 
  color: #000; 
  font-family: serif; 
  font-weight: normal;}
#ui-datepicker-div .ui-state-default.ui-state-highlight.ui-state-active { 
  background-color: #c9b077;
}
#ui-datepicker-div .ui-widget-content { 
  border: none; 
  border-bottom: 1px solid #bfbfbf;
}
#ui-datepicker-div .ui-datepicker-current.ui-state-default.ui-priority-secondary.ui-corner-all { 
  display: none;
}
#ui-datepicker-div .ui-datepicker-close.ui-state-default.ui-priority-primary.ui-corner-all::after { 
  content: "×"; padding: 0 0 0 10px;
}
.search_area .link_item a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  border: 1px solid #ee8d24;
  height: 40px;
  width: 200px;
  color: #ee8d24;
  text-decoration: none;
  position: relative;
  margin: 0 10px;
}
.search_area .link_item a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #ee8d24;
  border-right: solid 1px #ee8d24;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease;
}
.search_area .infoArea {
  display: none;
}
@media screen and (min-width: 769px) { 
  .search_area {
    min-width: 1280px;
  } 
  .stay_489ban label {
    display: none;
  }
  .search_area form button:hover {
    color: #ee8d24;
    background: #f4f4f4;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .search_area form button:hover:after {
    border-top: solid 1px #ee8d24;
    border-right: solid 1px #ee8d24;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .search_area .link_item a:hover {
    background-color: #ee8d24;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .search_area .link_item a:hover::before {
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
}
@media screen and (max-width: 768px) {
  .search_area {
    display: none;
  }
  .search_area.on {
    display: block;
    pointer-events: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 50px 20px;
    overflow: scroll;
  }
  .search_area h2 {
    text-align: center;
    display: block;
    font-size: 3rem;
  }
  .search_area form {
    display: block;
    margin: 20px 0;
  }
  .search_area form label { 
    display: block; 
    padding: 5px 0;
    min-width: 14vw;
  }
  .search_area form select { 
    margin: 0; 
    padding: 0 10px;  
    height: 50px;
    width: 33vw;
  }
  .search_area form button { 
    width: 100%; 
    margin: 20px 0; 
    height: 50px;
  }
  .search_area dl {
    margin: 0;
  }
  .search_area dd > input { 
    width: 100%; 
    padding: 10px; 
    margin: 0; 
    border-radius: 0; 
    height: 50px;
  }
  .search_area .link_item {
    display: block;
    margin: 20px 0 40px;
  }
  .search_area .link_item a {
    width: 100%;
    margin: 0 0 10px;
  }
  .search_area .infoArea {
    display: block;
  }
}
/* /////////////////////////////////

  _parts.scss

///////////////////////////////// */
/*---------------------------------

  #Layout Modules

---------------------------------*/
.container p,
.container ul,
.container dl,
.container ol,
.container table,
.container blockquote {
  margin: 20px 0 0;
  line-height: 1.7;
}
.container ul ul,
.container ul ol,
.container ol ul,
.container dl ul,
.container dl ol,
.container table p,
.container table ul,
.container table dl,
.container table ol {
  margin: 0;
}
.container .column-image-left,
.container .column-image-center,
.container .column-image-right {
  margin-top: 20px !important;
}
.container a:not([class]) {
  color: #333;
  text-decoration: underline;
}
.container a:not([class]):hover {
  text-decoration: none;
}

a i {
  font-size: 1.2rem;
  color: #999;
}

/*---------------------------------

  #Helper Modules

---------------------------------*/
._small {
  font-size: 87%;
}

._x-small {
  font-size: 78%;
}

._large {
  font-size: 107%;
}

._x-large {
  font-size: 120%;
}

._attention {
  color: #FF3366;
}

._bold {
  font-weight: bold;
}

._center {
  text-align: center !important;
}

._right {
  text-align: right !important;
}

._left {
  text-align: left !important;
}

._pos-center {
  margin-left: auto;
  margin-right: auto;
}

._pos-right {
  margin-left: auto;
  margin-right: 0;
}

._pos-left {
  margin-left: 0;
  margin-right: auto;
}

._float-l {
  float: left;
}

._float-r {
  float: right;
}

._clear {
  clear: both;
}

._img-l {
  float: left;
  margin: 0 25px 10px 0;
}

._img-r {
  float: right;
  margin: 0 0 10px 25px;
}

._nocss {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

._flex {
  display: flex;
  justify-content: space-between;
}
._flex::after {
  content: none;
}
._flex._center {
  justify-content: center;
}

._flexStart {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  ._flex {
    display: block;
  }
}
._extend-anchor::before {
  content: "";
  pointer-events: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

._mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

._pc {
  display: block !important;
}

._sp {
  display: none !important;
}

br._pc {
  display: block;
}

br._sp {
  display: none;
}

table._pc {
  display: table !important;
}

table._sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  ._pc {
    display: none !important;
  }

  ._sp {
    display: block !important;
  }

  span._sp {
    display: inline-block !important;
  }

  br._pc {
    display: none;
  }

  br._sp {
    display: block;
  }

  table._pc {
    display: none !important;
  }

  table._sp {
    display: table !important;
  }
}
._m0 {
  margin: 0 !important;
}

._mt0 {
  margin-top: 0 !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._mr0 {
  margin-right: 0 !important;
}

._ml0 {
  margin-left: 0 !important;
}

._mx0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

._my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

._mt10 {
  margin-top: 10px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._mr10 {
  margin-right: 10px !important;
}

._ml10 {
  margin-left: 10px !important;
}

._mx10 {
  margin-left: 10px;
  margin-right: 10px;
}

._my10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

._mt20 {
  margin-top: 20px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._mr20 {
  margin-right: 20px !important;
}

._ml20 {
  margin-left: 20px !important;
}

._mx20 {
  margin-left: 20px;
  margin-right: 20px;
}

._my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

._mt30 {
  margin-top: 30px !important;
}

._mb30 {
  margin-bottom: 30px !important;
}

._mr30 {
  margin-right: 30px !important;
}

._ml30 {
  margin-left: 30px !important;
}

._mx30 {
  margin-left: 30px;
  margin-right: 30px;
}

._my30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

._mt40 {
  margin-top: 40px !important;
}

._mb40 {
  margin-bottom: 40px !important;
}

._mr40 {
  margin-right: 40px !important;
}

._ml40 {
  margin-left: 40px !important;
}

._mx40 {
  margin-left: 40px;
  margin-right: 40px;
}

._my40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

._mt50 {
  margin-top: 50px !important;
}

._mb50 {
  margin-bottom: 50px !important;
}

._mr50 {
  margin-right: 50px !important;
}

._ml50 {
  margin-left: 50px !important;
}

._mx50 {
  margin-left: 50px;
  margin-right: 50px;
}

._my50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

._mt60 {
  margin-top: 60px !important;
}

._mb60 {
  margin-bottom: 60px !important;
}

._mr60 {
  margin-right: 60px !important;
}

._ml60 {
  margin-left: 60px !important;
}

._mx60 {
  margin-left: 60px;
  margin-right: 60px;
}

._my60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

._mt70 {
  margin-top: 70px !important;
}

._mb70 {
  margin-bottom: 70px !important;
}

._mr70 {
  margin-right: 70px !important;
}

._ml70 {
  margin-left: 70px !important;
}

._mx70 {
  margin-left: 70px;
  margin-right: 70px;
}

._my70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

._mt80 {
  margin-top: 80px !important;
}

._mb80 {
  margin-bottom: 80px !important;
}

._mr80 {
  margin-right: 80px !important;
}

._ml80 {
  margin-left: 80px !important;
}

._mx80 {
  margin-left: 80px;
  margin-right: 80px;
}

._my80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

._mt90 {
  margin-top: 90px !important;
}

._mb90 {
  margin-bottom: 90px !important;
}

._mr90 {
  margin-right: 90px !important;
}

._ml90 {
  margin-left: 90px !important;
}

._mx90 {
  margin-left: 90px;
  margin-right: 90px;
}

._my90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

._mt100 {
  margin-top: 100px !important;
}

._mb100 {
  margin-bottom: 100px !important;
}

._mr100 {
  margin-right: 100px !important;
}

._ml100 {
  margin-left: 100px !important;
}

._mx100 {
  margin-left: 100px;
  margin-right: 100px;
}

._my100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

._p0 {
  padding: 0 !important;
}

._pt0 {
  padding-top: 0 !important;
}

._pb0 {
  padding-bottom: 0 !important;
}

._pr0 {
  padding-right: 0 !important;
}

._pl0 {
  padding-left: 0 !important;
}

._px0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

._py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

._pt10 {
  padding-top: 10px;
}

._pb10 {
  padding-bottom: 10px;
}

._pr10 {
  padding-right: 10px;
}

._pl10 {
  padding-left: 10px;
}

._px10 {
  padding-left: 10px;
  padding-right: 10px;
}

._py10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

._pt20 {
  padding-top: 20px;
}

._pb20 {
  padding-bottom: 20px;
}

._pr20 {
  padding-right: 20px;
}

._pl20 {
  padding-left: 20px;
}

._px20 {
  padding-left: 20px;
  padding-right: 20px;
}

._py20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

._pt30 {
  padding-top: 30px;
}

._pb30 {
  padding-bottom: 30px;
}

._pr30 {
  padding-right: 30px;
}

._pl30 {
  padding-left: 30px;
}

._px30 {
  padding-left: 30px;
  padding-right: 30px;
}

._py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

._pt40 {
  padding-top: 40px;
}

._pb40 {
  padding-bottom: 40px;
}

._pr40 {
  padding-right: 40px;
}

._pl40 {
  padding-left: 40px;
}

._px40 {
  padding-left: 40px;
  padding-right: 40px;
}

._py40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

._pt50 {
  padding-top: 50px;
}

._pb50 {
  padding-bottom: 50px;
}

._pr50 {
  padding-right: 50px;
}

._pl50 {
  padding-left: 50px;
}

._px50 {
  padding-left: 50px;
  padding-right: 50px;
}

._py50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

._pt60 {
  padding-top: 60px;
}

._pb60 {
  padding-bottom: 60px;
}

._pr60 {
  padding-right: 60px;
}

._pl60 {
  padding-left: 60px;
}

._px60 {
  padding-left: 60px;
  padding-right: 60px;
}

._py60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

._pt70 {
  padding-top: 70px;
}

._pb70 {
  padding-bottom: 70px;
}

._pr70 {
  padding-right: 70px;
}

._pl70 {
  padding-left: 70px;
}

._px70 {
  padding-left: 70px;
  padding-right: 70px;
}

._py70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

._pt80 {
  padding-top: 80px;
}

._pb80 {
  padding-bottom: 80px;
}

._pr80 {
  padding-right: 80px;
}

._pl80 {
  padding-left: 80px;
}

._px80 {
  padding-left: 80px;
  padding-right: 80px;
}

._py80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

._pt90 {
  padding-top: 90px;
}

._pb90 {
  padding-bottom: 90px;
}

._pr90 {
  padding-right: 90px;
}

._pl90 {
  padding-left: 90px;
}

._px90 {
  padding-left: 90px;
  padding-right: 90px;
}

._py90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

._pt100 {
  padding-top: 100px;
}

._pb100 {
  padding-bottom: 100px;
}

._pr100 {
  padding-right: 100px;
}

._pl100 {
  padding-left: 100px;
}

._px100 {
  padding-left: 100px;
  padding-right: 100px;
}

._py100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

._w1p {
  width: 1%;
}

._w2p {
  width: 2%;
}

._w3p {
  width: 3%;
}

._w4p {
  width: 4%;
}

._w5p {
  width: 5%;
}

._w6p {
  width: 6%;
}

._w7p {
  width: 7%;
}

._w8p {
  width: 8%;
}

._w9p {
  width: 9%;
}

._w10p {
  width: 10%;
}

._w11p {
  width: 11%;
}

._w12p {
  width: 12%;
}

._w13p {
  width: 13%;
}

._w14p {
  width: 14%;
}

._w15p {
  width: 15%;
}

._w16p {
  width: 16%;
}

._w17p {
  width: 17%;
}

._w18p {
  width: 18%;
}

._w19p {
  width: 19%;
}

._w20p {
  width: 20%;
}

._w21p {
  width: 21%;
}

._w22p {
  width: 22%;
}

._w23p {
  width: 23%;
}

._w24p {
  width: 24%;
}

._w25p {
  width: 25%;
}

._w26p {
  width: 26%;
}

._w27p {
  width: 27%;
}

._w28p {
  width: 28%;
}

._w29p {
  width: 29%;
}

._w30p {
  width: 30%;
}

._w31p {
  width: 31%;
}

._w32p {
  width: 32%;
}

._w33p {
  width: 33%;
}

._w34p {
  width: 34%;
}

._w35p {
  width: 35%;
}

._w36p {
  width: 36%;
}

._w37p {
  width: 37%;
}

._w38p {
  width: 38%;
}

._w39p {
  width: 39%;
}

._w40p {
  width: 40%;
}

._w41p {
  width: 41%;
}

._w42p {
  width: 42%;
}

._w43p {
  width: 43%;
}

._w44p {
  width: 44%;
}

._w45p {
  width: 45%;
}

._w46p {
  width: 46%;
}

._w47p {
  width: 47%;
}

._w48p {
  width: 48%;
}

._w49p {
  width: 49%;
}

._w50p {
  width: 50%;
}

._w51p {
  width: 51%;
}

._w52p {
  width: 52%;
}

._w53p {
  width: 53%;
}

._w54p {
  width: 54%;
}

._w55p {
  width: 55%;
}

._w56p {
  width: 56%;
}

._w57p {
  width: 57%;
}

._w58p {
  width: 58%;
}

._w59p {
  width: 59%;
}

._w60p {
  width: 60%;
}

._w61p {
  width: 61%;
}

._w62p {
  width: 62%;
}

._w63p {
  width: 63%;
}

._w64p {
  width: 64%;
}

._w65p {
  width: 65%;
}

._w66p {
  width: 66%;
}

._w67p {
  width: 67%;
}

._w68p {
  width: 68%;
}

._w69p {
  width: 69%;
}

._w70p {
  width: 70%;
}

._w71p {
  width: 71%;
}

._w72p {
  width: 72%;
}

._w73p {
  width: 73%;
}

._w74p {
  width: 74%;
}

._w75p {
  width: 75%;
}

._w76p {
  width: 76%;
}

._w77p {
  width: 77%;
}

._w78p {
  width: 78%;
}

._w79p {
  width: 79%;
}

._w80p {
  width: 80%;
}

._w81p {
  width: 81%;
}

._w82p {
  width: 82%;
}

._w83p {
  width: 83%;
}

._w84p {
  width: 84%;
}

._w85p {
  width: 85%;
}

._w86p {
  width: 86%;
}

._w87p {
  width: 87%;
}

._w88p {
  width: 88%;
}

._w89p {
  width: 89%;
}

._w90p {
  width: 90%;
}

._w91p {
  width: 91%;
}

._w92p {
  width: 92%;
}

._w93p {
  width: 93%;
}

._w94p {
  width: 94%;
}

._w95p {
  width: 95%;
}

._w96p {
  width: 96%;
}

._w97p {
  width: 97%;
}

._w98p {
  width: 98%;
}

._w99p {
  width: 99%;
}

._w100p {
  width: 100%;
}

@media screen and (max-width: 768px) {
  ._w1p {
    width: 100%;
  }

  ._w2p {
    width: 100%;
  }

  ._w3p {
    width: 100%;
  }

  ._w4p {
    width: 100%;
  }

  ._w5p {
    width: 100%;
  }

  ._w6p {
    width: 100%;
  }

  ._w7p {
    width: 100%;
  }

  ._w8p {
    width: 100%;
  }

  ._w9p {
    width: 100%;
  }

  ._w10p {
    width: 100%;
  }

  ._w11p {
    width: 100%;
  }

  ._w12p {
    width: 100%;
  }

  ._w13p {
    width: 100%;
  }

  ._w14p {
    width: 100%;
  }

  ._w15p {
    width: 100%;
  }

  ._w16p {
    width: 100%;
  }

  ._w17p {
    width: 100%;
  }

  ._w18p {
    width: 100%;
  }

  ._w19p {
    width: 100%;
  }

  ._w20p {
    width: 100%;
  }

  ._w21p {
    width: 100%;
  }

  ._w22p {
    width: 100%;
  }

  ._w23p {
    width: 100%;
  }

  ._w24p {
    width: 100%;
  }

  ._w25p {
    width: 100%;
  }

  ._w26p {
    width: 100%;
  }

  ._w27p {
    width: 100%;
  }

  ._w28p {
    width: 100%;
  }

  ._w29p {
    width: 100%;
  }

  ._w30p {
    width: 100%;
  }

  ._w31p {
    width: 100%;
  }

  ._w32p {
    width: 100%;
  }

  ._w33p {
    width: 100%;
  }

  ._w34p {
    width: 100%;
  }

  ._w35p {
    width: 100%;
  }

  ._w36p {
    width: 100%;
  }

  ._w37p {
    width: 100%;
  }

  ._w38p {
    width: 100%;
  }

  ._w39p {
    width: 100%;
  }

  ._w40p {
    width: 100%;
  }

  ._w41p {
    width: 100%;
  }

  ._w42p {
    width: 100%;
  }

  ._w43p {
    width: 100%;
  }

  ._w44p {
    width: 100%;
  }

  ._w45p {
    width: 100%;
  }

  ._w46p {
    width: 100%;
  }

  ._w47p {
    width: 100%;
  }

  ._w48p {
    width: 100%;
  }

  ._w49p {
    width: 100%;
  }

  ._w50p {
    width: 100%;
  }

  ._w51p {
    width: 100%;
  }

  ._w52p {
    width: 100%;
  }

  ._w53p {
    width: 100%;
  }

  ._w54p {
    width: 100%;
  }

  ._w55p {
    width: 100%;
  }

  ._w56p {
    width: 100%;
  }

  ._w57p {
    width: 100%;
  }

  ._w58p {
    width: 100%;
  }

  ._w59p {
    width: 100%;
  }

  ._w60p {
    width: 100%;
  }

  ._w61p {
    width: 100%;
  }

  ._w62p {
    width: 100%;
  }

  ._w63p {
    width: 100%;
  }

  ._w64p {
    width: 100%;
  }

  ._w65p {
    width: 100%;
  }

  ._w66p {
    width: 100%;
  }

  ._w67p {
    width: 100%;
  }

  ._w68p {
    width: 100%;
  }

  ._w69p {
    width: 100%;
  }

  ._w70p {
    width: 100%;
  }

  ._w71p {
    width: 100%;
  }

  ._w72p {
    width: 100%;
  }

  ._w73p {
    width: 100%;
  }

  ._w74p {
    width: 100%;
  }

  ._w75p {
    width: 100%;
  }

  ._w76p {
    width: 100%;
  }

  ._w77p {
    width: 100%;
  }

  ._w78p {
    width: 100%;
  }

  ._w79p {
    width: 100%;
  }

  ._w80p {
    width: 100%;
  }

  ._w81p {
    width: 100%;
  }

  ._w82p {
    width: 100%;
  }

  ._w83p {
    width: 100%;
  }

  ._w84p {
    width: 100%;
  }

  ._w85p {
    width: 100%;
  }

  ._w86p {
    width: 100%;
  }

  ._w87p {
    width: 100%;
  }

  ._w88p {
    width: 100%;
  }

  ._w89p {
    width: 100%;
  }

  ._w90p {
    width: 100%;
  }

  ._w91p {
    width: 100%;
  }

  ._w92p {
    width: 100%;
  }

  ._w93p {
    width: 100%;
  }

  ._w94p {
    width: 100%;
  }

  ._w95p {
    width: 100%;
  }

  ._w96p {
    width: 100%;
  }

  ._w97p {
    width: 100%;
  }

  ._w98p {
    width: 100%;
  }

  ._w99p {
    width: 100%;
  }

  ._w100p {
    width: 100%;
  }
}
/* --- ext icon --- */
a[href$=".xls"], a[href$=".xlsx"] {
  background: url(../images/icon/xls.png) no-repeat 100% 50%;
  padding-right: 25px;
}

a[href$=".doc"], a[href$=".docx"] {
  background: url(../images/icon/doc.png) no-repeat 100% 50%;
  padding-right: 25px;
}

a[href$=pdf] {
  background: url(../images/icon/pdf.png) no-repeat 100% 50%;
  padding-right: 25px;
}

a[href$=ppt] {
  background: url(../images/icon/ppt.png) no-repeat 100% 50%;
  padding-right: 25px;
}

/* --- blockquote --- */
blockquote,
.acms-entry blockquote {
  border: 0;
  margin-top: 40px;
  padding: 30px 20px 30px 120px;
  position: relative;
}

blockquote p,
.acms-entry blockquote p {
  margin: 0;
}

blockquote::before,
.acms-entry blockquote::before {
  content: "";
  display: block;
  width: 82px;
  height: 70px;
  background: url("/images/common/icon_blockquote.png") no-repeat center center/cover;
  position: absolute;
  top: 30%;
  left: 20px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  blockquote,
.acms-entry blockquote {
    padding: 30px 20px 30px 20px;
  }
}
/*---------------------------------

  #Heading

---------------------------------*/
._ttl-h2,
._ttl-h3,
._ttl-h4,
._ttl-h5,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
  font-weight: bold;
}

._ttl-h2,
.wysiwyg h1 {
  text-align: center;
  margin: 60px 0 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
}
._ttl-h2 span,
.wysiwyg h1 span {
  display: block;
  font-size: 1.6rem;
}

._ttl-h3,
.acms-entry h3,
.wysiwyg h2 {
  margin: 50px 0 0;
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  position: relative;
}
._ttl-h3 span,
.acms-entry h3 span,
.wysiwyg h2 span {
  display: block;
  font-size: 1.6rem;
}

._ttl-h3 a:link {
  text-decoration: underline;
}
._ttl-h3 a:visited {
  text-decoration: underline;
}
._ttl-h3 a:hover,
._ttl-h3 a:active {
  text-decoration: none;
}

._ttl-h4,
.acms-entry h4,
.wysiwyg h3 {
  margin: 40px 0 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  position: relative;
}

._ttl-h5,
.acms-entry h5,
.wysiwyg h4 {
  margin: 40px 0 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
}

._ttl-h6,
.wysiwyg h5 {
  margin: 40px 0 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  ._ttl-h2,
.wysiwyg h1 {
    line-height: 1.2;
  }
}
/*---------------------------------

  #Catchcopy

---------------------------------*/
._catchCopy {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.2rem;
}

/*---------------------------------

  #List

---------------------------------*/
.list li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}

.list li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #80cde9;
  /*border-radius: 4px;*/
  position: absolute;
  top: 1.1rem;
  left: 0;
  transform: translateY(-50%);
}

.link li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}

.link li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #80cde9;
  border-right: solid 2px #80cde9;
  position: absolute;
  top: 1.2rem;
  left: -2px;
  transform: rotate(45deg) translateY(-50%);
}

.flow li {
  display: inline-block;
  margin-right: 2em;
}

ul.flexList {
  display: flex;
  flex-wrap: wrap;
}
ul.flexList li {
  margin-right: 1rem;
  width: 20%;
}
@media screen and (max-width: 768px) {
  ul.flexList li {
    margin-right: 0;
    width: 50%;
  }
}


ol {
  counter-reset: number;
  padding: 0;
  /* paddingキャンセル */
  list-style: none;
  /* olがはき出す数字を消す */
}

ol li {
  text-indent: -30px;
  padding-left: 30px;
  margin-bottom: 5px;
}

ol li:before {
  counter-increment: number;
  content: counter(number) ". ";
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 25px;
  margin-right: 5px;
}

ol ol {
  margin: 5px 0 0 !important;
}

.rice li {
  margin: 0 0 5px 1em;
  text-indent: -1em;
}
.rice li * {
  text-indent: 0;
}

dl.list dt {
  margin: 5px 0 0;
  padding-left: 1em;
  font-weight: bold;
  position: relative;
}
dl.list dt::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #80cde9;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
dl.list dd {
  padding-left: 1em;
}
/* --- horizonal --- */
table dl.horizonal dt {
  clear: left;
  float: left;
  width: 7em;
  padding: 0;
}

table dl.horizonal dd {
  padding:0 15px 0 8em;
}
/*---------------------------------

  #Img List

---------------------------------*/
.imgList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0;
}
.imgList.col3 .imgList--item {
  width: 32%;
  margin-left: 0;
  margin-right: 2%;
}
.imgList.col3 .imgList--item:nth-child(3n) {
  margin-right: 0;
}
.imgList--item {
  width: 48%;
}
.imgList--item:nth-child(2n) {
  margin-left: 4%;
}

/*---------------------------------

  #SNS Share Button

---------------------------------*/
.social-icon ul {
  margin: 20px auto;
  text-align: center;
}

.social-icon ul li {
  display: inline-block;
}

.social-icon ul li a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -99999px;
  font-size: 50%;
  border-radius: 50%;
}

@media screen and (min-width: 750px) {
  .facebook:hover {
    background: url(../images/svg/facebook.svg) center center no-repeat;
    background-size: 100%;
    background-color: #3b5998 !important;
  }
}
.facebook {
  background: url(../images/svg/facebookClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #3b5998;
}

@media screen and (min-width: 750px) {
  .twitter:hover {
    background: url(../images/svg/twitter.svg) center center no-repeat;
    background-size: 100%;
    background-color: #00aced !important;
  }
}
.twitter {
  background: url(../images/svg/twitterClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #00aced;
}

@media screen and (min-width: 750px) {
  .line:hover {
    background: url(../images/svg/line.svg) center center no-repeat;
    background-size: 100%;
    background-color: #2cbf13 !important;
  }
}
.line {
  background: url(../images/svg/lineClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #2cbf13;
}

/*---------------------------------

  #Table

---------------------------------*/
table {
  border-collapse: collapse;
  border: 1px solid transparent;
  width: 100%;
  box-sizing: border-box;
}

table thead,
table tbody {
  width: 100%;
}

table th,
table td {
  padding: 10px 20px;
  vertical-align: top;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: transparent;
}

table th {
  font-weight: bold;
  text-align: left;
}

table thead {
  background: url(/themes/main/images/common/bg_thead.png) no-repeat 0 0/cover;
}
@media all and (-ms-high-contrast: none) {
  table thead {
    background: url(/themes/main/images/common/bg_theadL.png) no-repeat 0 0/cover;
  }
}
table thead th,
th.head {
  background: transparent;
}

table th._middle,
table td._middle {
  vertical-align: middle;
}

table.noBorder,
table.noBorder * {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}

table.noBorder th,
table.noBorder td {
  text-align: left;
}

@media screen and (max-width: 768px) {
  table.non-vertival colgroup {
    display: none;
  }
  table:not(.non-vertival) th,
table:not(.non-vertival) td {
    display: block;
    width: 100%;
  }

  table:not(.non-vertival,.js-table-unit-scroll-hint) th {
    border: none;
  }

  table:not(.non-vertival) tr:first-of-type th {
    border-top: 1px solid #ccc;
  }
  table colgroup {
    display: none;
  }
  .scrollTable {
    margin: 20px 0 0;
    overflow: scroll;
    position: relative;
  }
  .scrollTable::before {
    content: "横にスクロールしてご覧ください";
    display: block;
    width: calc(100vw - 30px);
    padding: 7px 10px;
    background: #80cde9;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
  }
  .scrollTable table th,
.scrollTable table td {
    display: table-cell;
    width: auto;
    white-space: nowrap;
  }
  .scrollTable table th {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .scrollTable table tr:first-of-type th {
    border-top: 1px solid #ccc;
  }
  scrollTable table colgroup {
    display: table-column-group;
  }
}
/*---------------------------------
  Question
---------------------------------*/
.faq--item {
  padding: 20px;
  border: 1px solid #eee;
  border-bottom: none;
}
.faq--item:last-of-type {
  border-bottom: 1px solid #eee;
}
.faq--question {
  padding-left: 50px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 1.8rem;
  color: #000000;
  position: relative;
}
.faq--question::before {
  content: "Q";
  line-height: 1;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 3.6rem;
  color: #80cde9;
  position: absolute;
  top: -5px;
  left: 2px;
}
.faq--answer {
  margin: 10px 0 0;
  padding-left: 50px;
  color: #666;
}

/*---------------------------------
  button
---------------------------------*/
._btn a {
  display: inline-block;
  min-width: 160px;
  line-height: 1.4;
  padding: 10px 25px;
  border: 1px solid #80cde9;
  text-decoration: none;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  color: #80cde9;
  position: relative;
  transition: all 0.3s ease;
}
._btn a:link, ._btn a:visited {
  color: #80cde9;
  text-decoration: none;
}
._btn a::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 1px #80cde9;
  border-right: solid 1px #80cde9;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s ease;
}
._btn a:hover {
  border-color: #ff0402;
  color: #ff0402 !important;
}
._btn a:hover::before {
  border-color: #ff0402;
}

/*
._btn a[href$=".xls"], a[href$=".xlsx"],
._btn a[href$=".doc"], a[href$=".docx"],
._btn a[href$=pdf],
._btn a[href$=ppt] {
  background: none;
}
*/

._btn a[href$=".xls"]::after, ._btn a[href$=".xlsx"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/xls.png) no-repeat center center/cover;
  position: relative;
  top: 2px;
}

._btn a[href$=".doc"]::after, ._btn a[href$=".docx"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/doc.png) no-repeat center center/cover;
  position: relative;
  top: 2px;
}

._btn a[href$=pdf]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/pdf.png) no-repeat center center/cover;
  position: relative;
  top: 2px;
}

._btn a[href$=ppt]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/ppt.png) no-repeat center center/cover;
  position: relative;
  top: 2px;
}

@media screen and (max-width: 768px) {
  .btn a {
    min-width: 290px;
    max-width: 100%;
  }
}
/*---------------------------------
  Box
---------------------------------*/
._box {
  margin: 40px auto 0;
  padding: 50px;
  border: 1px solid #ccc;
  border-radius: 20px;
}
._box > *:first-of-type {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  ._box {
    width: calc(100% - 30px);
    padding: 30px;
  }
}
/*---------------------------------
  Tag
---------------------------------*/
.tagStyle {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tagStyle--item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  margin: 10px 10px 0 0;
  padding: 0 15px;
  background: #80cde9;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}

.sp360,.sp419,.sp525,.sp389 {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp360 {
    display: block !important;
  }
}
@media screen and (max-width: 419px) {
  .sp419 {
    display: block !important;
  }
}
@media screen and (max-width: 359px) {
  .sp360 {
    display: none !important;
  }
}
@media screen and (max-width: 525px) {
  .sp525 {
    display: block !important;
  }
}
@media screen and (max-width: 389px) {
  .sp389 {
    display: block !important;
  }
  .sp525 {
    display: none !important;
  }
}


@media screen and (min-width: 750px) {
  .hotspring .swiper-container {
    height: 420px !important;
  }
  .hotspring .slider007 {
    width: 45% !important;
  }
}


.planBox {
  display: flex;
  flex-direction: column;
  margin: 2rem 0;
}
.planBox .planBox--img {
  order: 1;
}
.planBox h3 {
  order: 2;
  margin: 10px 0 0 0;
  line-height: 1;
}
.planBox p {
  order: 3;
}
.planBox p._small {
  margin: 1rem 0 3rem 0;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 55% !important;
  background-image: none !important;
  display: inline-block;
  width: 20px !important;
  height: 20px !important;
  margin: 0 10px;
  transform: rotate(45deg);
}
.swiper-button-next {
  border-top: 2px solid #80cde9;
  border-right: 2px solid #80cde9;
}
.swiper-button-prev {
  border-left: 2px solid #80cde9;
  border-bottom: 2px solid #80cde9;
}
@media screen and (min-width: 750px) {
  .swiper-button-next,
  .swiper-button-prev {
    top: 40% !important;
    width: 30px !important;
    height: 30px !important;  
  }
  .restaurant .swiper-button-next,
  .restaurant .swiper-button-prev {
    top: 50% !important;
  }
  .swiper-button-next {
    left: auto;
    right: 3% !important;
  }
  .swiper-button-prev {
    left: 3% !important;
    right: auto;
  }
}








/*---------------------------------
  メニュー一覧CMS用
---------------------------------*/
.menuModal--url.btn_n.edit a {
  display: inline-block;
  width: 50px;
  height: 30px;
  line-height: 2;
  border: 1px solid #80cde9;
  text-decoration: none !important;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  color: #80cde9 !important;
  position: relative;
  transition: all 0.3s ease;
  left: 6px;
  margin: 3px 0 0 0;
}
.menuModal--url.btn_n.edit a:hover {
  border-color: #ff0402;
  color: #ff0402 !important;
}
.menuModal--url.btn_n.edit span {
  position: relative;
  left: 10px;
}
