@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  /*---- 言語ごとにfont-familyを指定する ----*/
}
[lang=zh-cmn-Hans] * {
  font-family: "Noto Sans SC", sans-serif;
}
[lang=zh-cmn-Hant] * {
  font-family: "Noto Sans HK", sans-serif;
}
[lang=ko] * {
  font-family: "Noto Sans KR", sans-serif;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 16px;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  body.wrap {
    overflow: hidden;
  }
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
  }
}
@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  /* ロールオーバー対応 */
}
@media screen and (max-width: 768px) {
  img {
    /* Windows Chrome 画像ぼやけ防止 */
    image-rendering: -webkit-optimize-contrast;
  }
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

.container {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.outfit {
  font-family: "Outfit", sans-serif;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
  width: 100%;
}
header .container {
  padding: 20px;
}
header .header_inner {
  position: relative;
  padding: 15px 0;
  background: #fff;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: visible;
  }
  header .header_inner {
    width: 100%;
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #ccc;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
  }
}
header #site_title {
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header #site_title {
    text-align: left;
    padding: 13px;
  }
  header #site_title img {
    max-width: 77px;
  }
}

/* 言語切り替え */
.language {
  position: absolute;
  top: 15px;
  right: 100px;
  z-index: 99999;
}
@media screen and (max-width: 768px) {
  .language {
    top: 0;
    right: 65px;
    z-index: 99999;
  }
}
.language:hover ul {
  display: block;
}
.language > div {
  text-align: center;
  cursor: pointer;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .language > div {
    padding: 5px 0;
  }
}
.language > div img {
  width: 28px;
}
.language > div p {
  text-align: center;
  font-size: 11px;
  margin: 5px 0 0;
}
.language > div:hover {
  opacity: 0.7;
}
.language ul {
  position: absolute;
  top: auto;
  left: -20px;
  display: none;
}
.language ul li {
  background: #f9f7f7;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.language ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 5px 15px;
}
.language ul li:last-child {
  border-bottom: 0 none;
}
.language ul li:hover {
  background: #4D474A;
}
.language ul li:hover a {
  color: #fff;
}

#screen {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.menu_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.menu {
  display: block;
  width: 55px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 24px;
  z-index: 2000;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu {
    right: 0;
  }
}
.menu .icon {
  display: block;
  position: absolute;
  top: 21px;
  right: 17px;
  width: 30px;
  height: 15px;
  background: #000;
  border-top: 6px solid #fff;
  border-bottom: 7px solid #fff;
  box-sizing: border-box;
  transition: all 0.3s;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .menu .icon {
    top: 15px;
  }
}
.menu .icon:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  top: -9px;
  right: 0;
  transition: all 0.3s;
}
.menu .icon:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  bottom: -9px;
  right: 0;
  transition: all 0.3s;
}
.menu .icon.active {
  background: #fff;
}
.menu .icon.active:before {
  transform: rotate(-135deg);
  top: 0;
  right: 0;
}
.menu .icon.active:after {
  transform: rotate(135deg);
  bottom: 0;
  right: 0;
}
.menu .m_neme {
  color: #000;
  text-align: center;
  position: absolute;
  bottom: 8px;
  right: 5px;
  width: 100%;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .menu .m_neme {
    bottom: 2px;
  }
}

/* グローバルナビゲーション */
#gnav {
  display: block !important;
  transition: 0.5s ease-in-out;
  float: none;
  width: 100%;
  height: 100vh;
  max-width: 412px;
  padding: 74px 0 30px;
  margin: 0;
  background: #fff;
  position: absolute;
  top: -2000px;
  right: 0;
  z-index: 1000;
  overflow: auto;
  border-top: 0px none;
  border-bottom: 0px none;
}
@media screen and (max-width: 768px) {
  #gnav {
    padding: 60px 0 100px;
    max-width: 100%;
  }
}
#gnav.open {
  transform: translateY(2000px);
}
#gnav .gnav_main {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  padding: 18px 0;
  font-size: 12px;
  line-height: 1.2;
}
#gnav .gnav_main li {
  width: 50%;
}
#gnav .gnav_main li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0 10px;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top 6px;
}
#gnav .gnav_main li a:hover {
  text-decoration: none;
}
#gnav .gnav_main li:nth-child(2) a, #gnav .gnav_main li:nth-child(4) a {
  border-right: 1px dotted #999;
}
#gnav .gnav_main li.gnav_item_about {
  width: 90%;
  margin: auto;
}
#gnav .gnav_main li.gnav_item_about a {
  padding: 20px 80px;
}
#gnav .gnav_main li.gnav_item_hours a {
  background-image: url(../img/icon_hours.svg);
}
#gnav .gnav_main li.gnav_item_floor a {
  background-image: url(../img/icon_floormap.svg);
}
#gnav .gnav_main li.gnav_item_access a {
  background-image: url(../img/icon_access.svg);
}
#gnav .gnav_main li.gnav_item_service a {
  background-image: url(../img/icon_service.svg);
}

/* ▼▼▼ メイン
===================================== */
#main {
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #main {
    margin-top: 60px;
  }
}

.ttl_container .page_ttl {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  line-height: 1;
  padding: 42px 0;
}
@media screen and (max-width: 768px) {
  .ttl_container .page_ttl {
    font-size: 30px;
    padding: 26px 0;
  }
}

.flx {
  display: flex;
}

.more_btn a {
  background: #000;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin: auto;
  font-size: 14px;
  position: relative;
}
.more_btn a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

/* ▼ パンくず
--------------------------------------- */
#path {
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}
#path li {
  float: left;
}
#path li:not(:last-child):after {
  content: "〉";
  margin-left: 10px;
  color: #333;
}

/* ▼ Instagram CTA
--------------------------------------- */
#instagram_cta {
  background-color: #F8F5EA;
  padding: 30px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #instagram_cta {
    padding: 35px 0 45px;
  }
}
#instagram_cta p {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.28;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #instagram_cta p {
    font-size: 17px;
  }
}
#instagram_cta p::after {
  content: "";
  display: inline-block;
  background: url(../img/icon_instagram.png) center/contain no-repeat;
  width: 52px;
  height: 52px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #instagram_cta p::after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
#instagram_cta .follow_btn {
  background-color: #000;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 390px;
  height: 60px;
  line-height: 58px;
  border-radius: 2em;
}
@media screen and (max-width: 768px) {
  #instagram_cta .follow_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 255px;
    height: 70px;
    margin: auto;
    line-height: 1.2;
    border-radius: 3em;
  }
}
#instagram_cta .follow_btn span {
  font-size: 23px;
  font-weight: 600;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  #instagram_cta .follow_btn span {
    margin-left: 0;
  }
}

/* ▼▼▼ フッター
===================================== */
footer {
  background: #4D4747;
  padding: 25px 0;
  color: #fff;
  /* ▼ ページ上部へ戻る */
}
@media screen and (max-width: 768px) {
  footer {
    padding: 35px 0 100px;
  }
}
footer .text {
  font-size: 14px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .text {
    font-size: 12px;
  }
}
footer .f_logo {
  margin-bottom: 62px;
}
@media screen and (max-width: 768px) {
  footer .f_logo {
    margin-bottom: 45px;
  }
}
footer .pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2000;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: rgba(111, 105, 105, 0.8);
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .pagetop {
    bottom: 90px;
    right: 12px;
  }
}
footer .pagetop img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer .copyright {
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    padding: 0 15px;
  }
}

/* ▼ フッター固定リンク */
.f_fixed_link {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-color: #fff;
}
.f_fixed_link .contents_list {
  display: flex;
  justify-content: center;
  padding: 8px 0;
  height: 70px;
}
.f_fixed_link .contents_list li {
  width: 25%;
}
.f_fixed_link .contents_list li:not(:last-child) a {
  border-right: 1px dotted #999;
}
.f_fixed_link .contents_list a {
  font-size: 15px;
  width: 100%;
  height: 100%;
  font-size: 11px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  text-align: center;
}
.f_fixed_link .contents_list a span {
  max-width: 25px;
  margin-top: 6px;
  margin-bottom: 6px;
}

/* ▼▼▼ 404
====================================================== */
#not_found {
  padding: 8vw 20px;
}
@media screen and (max-width: 768px) {
  #not_found {
    padding: 100px 20px 60px;
  }
}
#not_found p {
  font-size: 14px;
  text-align: center;
}
#not_found p.arial {
  margin-bottom: 10px;
  font-size: 42px;
  font-family: "Arial", "メイリオ";
}
@media screen and (max-width: 768px) {
  #not_found p.arial {
    margin-bottom: 10px;
    font-size: 39px;
  }
}
#not_found p.arial + p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #not_found p.arial + p {
    ont-size: 17px;
  }
}
#not_found p.txt {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #not_found p.txt {
    line-height: 1.6;
  }
}
#not_found .top_btn a {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #ccc;
}