@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");

.scroll_down {
  position: fixed;
  top: 60%;
  right: 50px;
  z-index: 1;
}

.scroll_down a {
  width: 12px;
  color: #a9b8c0;
  position: absolute;
  right: -7px;
  top: 14px;
  writing-mode: vertical-lr;
}

.scroll_down:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #a9b8c0;
  position: absolute;
  bottom: 0;
  left: -4px;
  animation:
    circlemove 1.6s ease-in-out infinite,
    cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 160px;
  }

  100% {
    bottom: 0px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.scroll_down:after {
  content: "";
  width: 2px;
  height: 300px;
  background: #a9b8c0;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*===================================
header
===================================*/
header {
  width: 100%;
  background: #fff;
  padding: 0px 0 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

/* ボタンエリア */
#head_Wrap {
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

#site_Ttl_Area {
  flex: 1;
  align-items: center;
}

#site_Ttl_Area h1 {
  padding: 12px 0;
}

#site_Ttl_Area h1 a {
  display: flex;
  align-items: flex-end;
}

#site_Ttl_Area h1 a img {
  width: auto;
  max-width: initial;
  height: 56px;
}

#head_Btn_Area {
  align-items: center;
  justify-items: flex-end;
}

#head_Btn_Area .head-cv-btn {
  display: flex;
}

#head_Btn_Area .head-cv-btn a {
  display: block;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  padding: 10px 60px 10px 60px;
  margin-right: 10px;
  transition: all 0.5s;
}

#head_Btn_Area .head-cv-btn a:hover {
  opacity: 0.7;
}

#head_Btn_Area ul {
  padding: 0 0 0 0;
}

#head_Btn_Area ul li {
  /* margin-right: 100px; */
  margin-right: 3.5vw;
}

#head_Btn_Area ul li:last-of-type {
  margin-right: 0;
}

#head_Btn_Area li a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 12px;
  color: #23343e;
  letter-spacing: 0.1em;
  border-bottom: 4px solid #23343e;
  padding: 0 10px 5px 10px;
  position: relative;
  transform: rotate(0.028deg);
  transition: 0.3s;
}

#head_Btn_Area li a::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -8px;
}

#head_Btn_Area li a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

/* ナビゲーション */
#Gnav_wrap {
  width: 100%;
}

#nav_Area {
  margin-top: 20px;
}

#nav_Area .flex {
  justify-content: center;
  align-items: center;
  width: 100%;
}

#nav_Area .flex li {
  text-align: center;
  border-right: 1px solid #23343e;
  position: relative;
}

#nav_Area a {
  display: block;
  color: #23343e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.07em;
  white-space: nowrap;
  padding: 0 1.8em;
  transition: 0.3s;
}

#nav_Area a span {
  position: relative;
}

#nav_Area .flex li a:hover {
  opacity: 0.7;
}

#nav_Area .flex li a::before,
#nav_Area .flex li a::after {
  display: inline-block;
  content: "";
  width: 0;
  height: 1px;
  text-align: center;
  position: absolute;
  bottom: -4px;
  transition: 0.3s;
}

#nav_Area .flex li a::before {
  background: #23343e;
  left: 50%;
  transform: translateX(-50%);
}

#nav_Area .flex li a::after {
  background: #23343e;
  left: 50%;
  transform: translateX(-50%);
}

#nav_Area .flex li a:hover::before,
#nav_Area .flex li a:hover::after {
  width: 70%;
}

/* カレント */
#index_P #nav_Area .flex li:nth-of-type(1) a::before,
#plan_P #nav_Area .flex li:nth-of-type(4) a::before {
  width: 70%;
}

/* NEW */
#nav_Area .flex li:nth-of-type(4):before {
  content: "NEW";
  font-size: 9px;
  color: #fff;
  letter-spacing: 1px;
  background: #800428;
  padding: 2px 3px 2px 4px;
  position: absolute;
  top: -18px;
  left: 2px;
}

/* NEW非表示 */
#nav_Area .flex li:nth-of-type(4):before {
  content: none;
}

.sp_menu {
  display: none;
}

/* footer */
.c-requset {
  background: #b49161;
}

.c-reserve {
  background: #2f4858;
}

.c-outline {
  background: #504538;
}

.c-tel {
  background: #504538;
}

.c-map {
  background: #8b3f27;
}

.c-plan {
  background: #674e33;
}

/* 来場予約非表示 */
#head_Btn_Area ul li.head_request {
  margin-right: 0;
}

#head_Btn_Area ul li.head_reserve {
  display: none;
}

#nav_Area .flex li.res {
  display: none;
}

/* 下層共通 */
#plan_P .company_box,
#map_P .company_box {
  margin: 100px auto 50px;
}
main {
  margin-top: 128px;
  position: relative;
  z-index: 2;
}

.cross_calling {
  width: 120px;
  max-width: 90%;
  margin: 40px auto 0;
}

.cross_calling02 {
  width: 90px;
  max-width: 90%;
  margin: 80px auto 0;
}

/*---------------------------
tab
---------------------------*/
@media only screen and (max-width: 1024px) {
  #site_Ttl_Area h1 a img {
    height: 45px;
  }

  #head_Btn_Area ul li {
    margin-right: 30px;
  }

  #nav_Area a {
    font-size: 13px;
    padding: 10px 2em;
  }
}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 768px) {
  .scroll_down {
    display: none;
  }

  /*===================================
header
===================================*/
  header {
    padding: 0 0 0 0;
  }

  #head_Wrap {
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    height: 60px;
    z-index: 2;
  }

  #site_Ttl_Area {
    width: unset;
    height: 100%;
  }

  #site_Ttl_Area h1 {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
  }

  #site_Ttl_Area h1:nth-of-type(2) {
    padding: 0;
  }

  #site_Ttl_Area h1 a {
    height: auto;
    line-height: 0;
  }

  #site_Ttl_Area h1 a img {
    /* height: 8px; */
    height: 40px;
  }

  /* tab */
  #head_Btn_Area {
    display: none;
  }

  /* ナビゲーション */
  #head_sp_Menu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }

  #head_sp_Menu li {
    box-sizing: border-box;
    /* width: 60px; */
    width: 50px;
    text-align: center;
    top: 0px;
    right: 0px;
    position: relative;
  }

  #head_sp_Menu li a {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 60px;
  }

  .menu_trigger,
  .menu_trigger span {
    box-sizing: border-box;
    display: inline-block;
    transition: all 0.4s;
    text-align: center;
  }

  .menu_trigger span {
    width: 24px;
    height: 1px;
    background-color: #23343e;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .menu_trigger span:nth-of-type(1) {
    top: 14px;
  }

  .menu_trigger span:nth-of-type(2) {
    top: 23px;
  }

  .menu_trigger span:nth-of-type(3) {
    top: 32px;
  }

  #sp_menuBtn::after {
    display: block;
    width: 100%;
    content: "MENU";
    font-size: 7px;
    color: #23343e;
    position: absolute;
    bottom: 11px;
    left: 51%;
    transform: translateX(-50%);
  }

  #sp_menuBtn.active::after {
    display: block;
    width: 100%;
    content: "CLOSE";
    font-size: 8px;
    color: #23343e;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
  }

  #sp_menuBtn.active .menu_trigger span:nth-of-type(1) {
    top: 25px;
    left: 13px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #sp_menuBtn.active .menu_trigger span:nth-of-type(2) {
    top: 25px;
    left: 13px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #sp_menuBtn.active span:nth-of-type(3) {
    opacity: 0;
  }

  /* ナビゲーション */
  #Gnav_wrap {
    display: block;
    background: #fff;
    padding: 0;
  }

  #nav_Area {
    display: none;
  }

  #nav_Area .flex {
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    border-top: 1px solid #23343e;
  }

  #nav_Area .flex li {
    width: 50%;
    border-bottom: 1px solid #23343e;
    box-sizing: border-box;
  }

  #nav_Area .flex li.nav_outline {
    width: 100%;
    border-right: none;
    border-bottom: none;
  }

  #nav_Area .flex li:first-child::before,
  #nav_Area .flex li::after {
    content: none;
  }

  #nav_Area .flex li .new {
    top: 0;
  }

  #nav_Area li.req a,
  #nav_Area li.res a {
    color: #fff;
  }

  #nav_Area li:nth-child(odd) {
    border-right: 1px solid #23343e;
  }

  #nav_Area .flex li.out {
    width: 100%;
    border-right: none;
    position: relative;
  }

  #nav_Area .flex li.out::after {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
  }

  #nav_Area .flex li.out a {
    font-size: 16px;
  }

  #nav_Area li a {
    font-size: 13px;
    color: #23343e;
    padding: 20px 0;
    z-index: 1;
  }

  #nav_Area li:nth-child(11) a {
    font-size: 12px;
    letter-spacing: 0;
  }

  #nav_Area .flex li:first-child::before,
  #nav_Area .flex li::after {
    content: none;
  }

  #nav_Area li:nth-last-child(-n + 2) {
    border-right: none;
  }

  #nav_Area .flex .sp {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #nav_Area .flex li a::before,
  #nav_Area .flex li a::after {
    content: none;
  }

  /* NEWアイコン */
  #nav_Area .flex li:nth-of-type(4):before {
    top: 5px;
    left: 5px;
  }

  /* sp_bottom_nav */
  .sp_bottom_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
  }

  .sp_bottom_nav ul li {
    width: calc(100% / 4);
    position: relative;
  }

  .sp_bottom_nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 11px;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    padding: 10px 0;
  }

  .sp_bottom_nav ul li a span {
    width: 100%;
    font-feature-settings: "palt" 1;
    letter-spacing: 1px;
  }

  .sp_bottom_nav ul li a span::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 5px;
  }

  .sp_bottom_nav ul li.map a span::before {
    background: url(../img/icon-map.svg) no-repeat;
    background-size: contain;
  }

  .sp_bottom_nav ul li.outline a span::before {
    background: url(../img/icon-outline.svg) no-repeat center top;
    background-size: contain;
  }

  .sp_bottom_nav ul li.tel a span::before {
    background: url(../img/icon-tel.svg) no-repeat center top;
    background-size: contain;
  }

  .sp_bottom_nav ul li.request a span::before {
    background: url(../img/icon-request.svg) no-repeat center center;
    background-size: contain;
  }

  .sp_bottom_nav ul li.reserve a span::before {
    background: url(../img/icon-reserve.svg) no-repeat;
    background-size: contain;
  }

  .sp_bottom_nav ul li {
    width: calc(100% / 3);
  }

  .sp_bottom_nav ul li.reserve {
    display: none;
  }

  .sp_bottom_nav ul li.tel {
    display: none;
  }

  /* 下層共通 */
  #plan_P .company_box,
  #map_P .company_box {
    margin: 50px auto 50px;
  }
  main {
    margin-top: 60px;
  }

  .cross_calling {
    width: 80px;
    margin: 30px auto 0;
  }

  .cross_calling02 {
    width: 60px;
    margin: 20px auto 0;
  }
}
