@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
/* reset
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  line-height: 1.6;
  font-size: 62.5%;
  background: #fafafa;
  color: #595757;
  min-width: 100%;
}

@media screen and (max-width: 768px) {
  html {
    min-width: 100%;
  }
}
body {
  font-size: 1.3rem;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

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

/* Reset input */
input[type=text], button, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
}

select::-ms-expand {
  display: none;
}

/* hvr
---------------------------------------- */
.hvr {
  opacity: 1;
  transition: opacity 0.5s ease-out;
}

@media screen and (min-width: 768px) {
  .hvr:hover {
    opacity: 0.4;
    transition: opacity 0.5s ease-out;
  }
}
@media screen and (max-width: 769px) {
  .hvr:active {
    opacity: 0.4;
    transition: opacity 0.5s ease-out;
  }
}
/* pc/sp
---------------------------------------- */
.sp-hide {
  display: block !important;
}

.pc-hide {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none !important;
  }
  .pc-hide {
    display: block !important;
  }
}
/* content-area
---------------------------------------- */
.content-area {
  margin-top: 104px;
}

@media screen and (max-width: 768px) {
  .content-area {
    width: 100%;
    margin-top: 55px;
  }
}
/* header
---------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 104px;
  background: url(../img/cmn/bg_header.png) repeat-x top center #fafafa;
  z-index: 50;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header {
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid #595758;
  }
}
.header-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 1114px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .header-area {
    width: 100%;
    padding: 0 10px;
  }
}
.header-area .logo {
  order: 1;
  text-align: right;
  font-size: 1.15rem;
}

.header-area .logo span {
  display: block;
  margin-bottom: -6px;
}

.header-area .logo span:last-child {
  margin-top: -6px;
}

@media screen and (max-width: 768px) {
  .header-area .logo {
    margin-top: -2px;
    order: 1;
    text-align: right;
    font-size: 0.9rem;
  }
  .header-area .logo img {
    margin-bottom: 2px;
    height: 24px;
  }
}
.header-area .gnv {
  display: flex;
  justify-content: flex-end;
  gap: 0 22px;
  margin-top: 18px;
  order: 2;
}

@media screen and (max-width: 768px) {
  .header-area .gnv {
    display: none;
    width: 100%;
    order: 4;
  }
}
html[lang=en] .header-area .gnv {
  margin-top: 3px;
}

.header-area .gnv li {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header-area .gnv li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    padding: 15px;
    border-top: 1px solid #595758;
  }
  .header-area .gnv li:first-child {
    margin-top: 15px;
  }
  .header-area .gnv li:last-child {
    border-bottom: 1px solid #595758;
  }
}
.header-area .gnv li .img {
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .header-area .gnv li .img {
    align-self: center;
  }
  .header-area .gnv li .img img {
    height: 18px;
  }
}
.header-area .gnv li .txt {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 768px) {
  .header-area .gnv li .txt {
    align-self: center;
    font-size: 1.2rem;
  }
}
html[lang=en] .header-area .gnv li .txt {
  display: none;
}

.header-area .gnv li.active .txt {
  color: #627e4f;
}

.header-area .gnv li a {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .header-area .gnv li a {
    display: flex;
    justify-content: space-between;
  }
}
.header-area .hnv {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  gap: 5px 0;
  width: auto;
  text-align: right;
  order: 3;
}

@media screen and (max-width: 768px) {
  .header-area .hnv {
    flex-direction: row;
    gap: 0 10px;
    order: 2;
    padding: 0 15px;
    width: 35%;
  }
}
.header-area .hnv li {
  width: 130px;
  height: 30px;
  text-align: center;
  font-size: 1.4rem;
  z-index: 1000;
}

@media screen and (max-width: 768px) {
  .header-area .hnv li {
    width: 100%;
    height: 35px;
    font-size: 1.3rem;
  }
  .header-area .hnv li img {
    width: 100%;
  }
}
.header-area .hnv li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.header-area .hnv li.reservation {
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .header-area .hnv li.reservation {
    width: 50%;
    margin-left: 0;
  }
}
.header-area .hnv li.reservation a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #627e4f;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .header-area .hnv li.reservation a {
    flex-wrap: wrap;
  }
}
.header-area .hnv li.reservation a img {
  width: 50%;
  margin-right: 2px;
}

@media screen and (max-width: 768px) {
  .header-area .hnv li.reservation a img {
    width: 70%;
  }
}
.header-area .hnv li .btn-language {
  border: 1px solid #595757;
}

.header-area .hnv li .btn-language > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  height: 30px;
  background-color: var(--color-primary);
  color: #595757;
  line-height: 1;
  cursor: pointer;
}

.header-area .hnv li .btn-language > a::before {
  width: 13px;
  height: 13px;
  background: url(../img/cmn/icn_language_black.svg) no-repeat center center/contain;
  content: "";
}

.header-area .hnv li .btn-language > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 5px;
  height: 5px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

@media screen and (max-width: 768px) {
  .header-area .hnv li .btn-language > a::after {
    display: none;
  }
}
.header-area .hnv li .btn-language > a.active::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 5px;
  height: 5px;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .header-area .hnv li .btn-language > a.active::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-area .hnv li .btn-language > a {
    height: 33px;
  }
}
.header-area .hnv li .btn-language .list-language {
  display: none;
  width: 100%;
}

.header-area .hnv li .btn-language .list-language li {
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.header-area .hnv li .btn-language .list-language li input {
  display: none;
}

.header-area .hnv li .btn-language .list-language li label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 400;
  text-align: center;
  background: #FFF;
  cursor: pointer;
}

.header-area .hnv li .btn-language .list-language li label:hover {
  background: #DDD;
}

html[lang=en] .header-area .hnv li .btn-language .list-language li.lang-en label {
  background: #DDD;
}

html[lang=ja] .header-area .hnv li .btn-language .list-language li.lang-ja label {
  background: #DDD;
}

html[lang=auto] .header-area .hnv li .btn-language .list-language li.lang-ja label {
  background: #DDD;
}

html[lang=zh-CN] .header-area .hnv li .btn-language .list-language li.lang-zh-cn label {
  background: #DDD;
}

html[lang=ko] .header-area .hnv li .btn-language .list-language li.lang-ko label {
  background: #DDD;
}

.header-area .menu-btn {
  cursor: pointer;
  order: 3;
}

.header-area .menu-btn > .icon,
.header-area .menu-btn > .icon::before,
.header-area .menu-btn > .icon::after {
  display: block;
  background: #000;
  height: 2px;
  width: 34px;
  transition: all 0.4s;
}

.header-area .menu-btn > .icon {
  position: relative;
  margin: 7px 0;
}

.header-area .menu-btn > .icon::before {
  position: absolute;
  top: -6px;
  left: 0;
  content: "";
}

.header-area .menu-btn > .icon::after {
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
}

.header-area.is-open .menu-btn > .icon {
  background-color: transparent;
  transition: all 0.4s;
}

.header-area.is-open .menu-btn > .icon::before,
.header-area.is-open .menu-btn > .icon::after {
  width: 25px;
  transition: all 0.4s;
}

.header-area.is-open .menu-btn > .icon::before {
  top: -20px;
  left: 4px;
  transform: translateY(20px) rotate(-45deg);
}

.header-area.is-open .menu-btn > .icon::after {
  top: 20px;
  left: 4px;
  transform: translateY(-20px) rotate(45deg);
}

.header-area.is-open .hnv {
  display: flex;
  justify-content: space-between;
}

/* btn_foot
---------------------------------------- */
.btn_foot {
  width: 400px;
  margin: 60px auto 0 auto;
  font-size: 1.4rem;
  text-align: center;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .btn_foot {
    width: 92%;
    margin: 30px auto 0 auto;
  }
}
.btn_foot img {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .btn_foot img {
    margin-right: 0;
  }
}
.btn_foot span {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.2rem;
  vertical-align: top;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .btn_foot span {
    display: block;
    margin-top: 5px;
  }
}
.btn_foot a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 60px;
  background: url(../img/index/icn_triangle_left_w@2x.png) no-repeat left 20px center #627e4f;
  background-size: auto 16px;
}

@media screen and (max-width: 768px) {
  .btn_foot a {
    padding: 10px 0 10px 0;
    background: url(../img/index/icn_triangle_left_w@2x.png) no-repeat left 10% center #627e4f;
    background-size: auto 16px;
  }
}
/* footer
---------------------------------------- */
.footer {
  width: 1000px;
  margin: 50px auto 10px auto;
}

@media screen and (max-width: 768px) {
  .footer {
    width: 100%;
    margin: 30px auto 70px auto;
  }
}
.footer-area {
  width: 100%;
  text-align: center;
}

.footer-area .fnv {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #595758;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer-area .fnv {
    margin-bottom: 0;
    border-top: 1px solid #595758;
    border-bottom: 0;
  }
}
.footer-area .fnv li::before {
  content: "｜";
  margin: 0 5px;
}

.footer-area .fnv li:last-child::after {
  content: "｜";
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  .footer-area .fnv li {
    width: 50%;
    padding: 5px 0;
    border-bottom: 1px solid #595758;
  }
  .footer-area .fnv li::before {
    content: "";
    margin: 0;
  }
  .footer-area .fnv li:last-child::after {
    content: "";
    margin: 0;
  }
  .footer-area .fnv li:nth-child(2n) {
    border-left: 1px solid #595758;
  }
}
.footer-area .fnv a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .footer-area .fnv a:hover {
    text-decoration: none;
  }
}
.footer-area .copyright {
  font-size: 1.2rem;
}

/* footer
---------------------------------------- */
.footer-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.7);
  border-top: 1px solid #696768;
  z-index: 10000;
}

@media screen and (max-width: 768px) {
  .footer-fixed {
    display: block;
  }
}
.footer-fixed-area {
  width: 100%;
  text-align: center;
}

.footer-fixed-area ul {
  display: flex;
  justify-content: space-around;
}

.footer-fixed-area ul li {
  width: 45%;
  height: 40px;
  text-align: center;
}

.footer-fixed-area ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.footer-fixed-area ul li:first-child a {
  background: #627e4f;
  border: 1px solid #627e4f;
  color: #fff;
}

.footer-fixed-area ul li:last-child a {
  background: #fff;
  border: 1px solid #627e4f;
}

/* add css 20230221 breadcrumb */
#breadcrumb {
  margin-top: -1em;
  padding-bottom: 2em;
}

#breadcrumb.reservation-retouch {
  margin-top: 0;
  padding-top: 1rem;
}

#breadcrumb .inner-area {
  width: 1114px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #breadcrumb .inner-area {
    width: 92%;
    padding: auto;
  }
}
#breadcrumb .inner-area ol li {
  display: inline-block;
}

#breadcrumb .inner-area ol li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}

#breadcrumb .inner-area ol li:last-child::after {
  display: none;
}

#gt_float_wrapper {
  top: 10px !important;
}

.gt_float_switcher {
  font-size: 14px;
  line-height: 14px;
}

.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 10px 10px;
}

.gt_float_switcher .gt_options a {
  padding: 10px 10px;
}

@media screen and (max-width: 768px) {
  #gt_float_wrapper {
    top: 10px !important;
    right: 60px !important;
  }
  .gt_float_switcher {
    font-size: 12px;
    line-height: 12px;
  }
  .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px 5px;
  }
  .gt_float_switcher .gt_options a {
    padding: 5px 5px;
  }
}
/*# sourceMappingURL=common.css.map */
