/* -HEADER
--------------------------------------------------------------------------------------------- */
#headertop {
  z-index: 55555;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  /* height: 70px;*/
  transition: .3s;
}
#headertop.fixed {
  transition: .3s;
}
#header {
  height: 70px;
}
#headertop #header.view {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  transition: .3s;
}
#headertop.fixed #header.view {
  transition: .3s;
}
.scroll_logo {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 0;
  line-height: 1;
  display: block;
  width: 130px;
  transition: 0.6s ease-in-out;
}
/*#header.view .scroll_logo {
  top: 0;
}*/
/*.scroll_logo::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo_blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
#header.view .scroll_logo::before {
  opacity: 1;
}*/
.scroll_logo a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.scroll_logo a:hover {
  text-decoration: none;
}
.scroll_logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*#header.view .scroll_logo a img {
  opacity: 0;
  transition: .6s;
}*/
/*トップページ-ロゴ*/
.scroll_logo_sp {
  opacity: 0;
  top: 29px;
  left: 8%;
}
.scroll_logo_sp a {
  display: none;
}
#header.view-late .scroll_logo_sp {
  opacity: 1;
  top: 29px;
  left: 8%;
  filter: invert(100%);
}
#header.view-late .scroll_logo_sp a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll_logo_pc {
  display: none;
}
@media screen and (min-width: 600px) {
  #headertop {
    /*    top: 10px;*/
    left: auto;
    width: 390px;
    right: 10px;
  }
  #header {
    width: 390px;
    position: fixed;
    top: 10px;
    transition: .3s;
  }
  #headertop #header.view {
    width: 390px;
    left: auto;
  }
  .scroll_logo_sp {
    display: none;
  }
  .scroll_logo_pc {
    display: block;
    top: 29px;
    left: 8%;
  }
  #header.view .scroll_logo_pc {
    filter: invert(100%);
  }
}
@media screen and (min-width: 768px) {
/*  #headertop {
    right: 50px;
  }
  #headertop #header.view {
    right: 50px;
  }
  #header {
    top: 50px;
  }*/
}
/*||トップページ以外-ロゴ||*/
.scroll_logo_page {
  top: 29px;
  left: 8%;
}
/* -Toggle
--------------------------------------------------------------------------------------------- */
/*Toggle*/
.Toggle {
  display: block;
  cursor: pointer;
  z-index: 6666;
  /*  transition: 0.6s ease-in-out;*/
  width: 46px;
  height: 46px;
  position: absolute;
  top: 12px;
  right: 5.5%;
}
.Toggle span {
  display: block;
  position: absolute;
  border-bottom: solid 1px #fff;
  transition: .3s ease-in-out;
  width: 25px;
  left: 50%;
  transform: translateX(-50%);
}
#header.view .Toggle span {
  border-bottom: solid 1px #000;
}
.header_page .Toggle span {
  border-bottom: solid 1px #000;
}
.Toggle span:nth-child(1) {
  top: 18px;
}
.Toggle span:nth-child(2) {
  top: 28px;
}
/*Toggle.tgl-active*/
.Toggle.tgl-active {
  position: absolute;
}
.Toggle.tgl-active span {
  border-bottom: solid 1px #000;
  transition: 0.3s ease-in-out;
}
.Toggle.tgl-active span:nth-child(1) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
}
.Toggle.tgl-active span:nth-child(2) {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (min-width: 600px) {
  .Toggle {
    top: 13px;
  }
/*  .view50 .Toggle.tgl-active {
    top: 2px;
  }*/
}
@media screen and (min-width: 768px) {
/*  .view50 .Toggle.tgl-active {
    top: -27px;
  }*/
}
/* -toggle
--------------------------------------------------------------------------------------------- */
/*body.fixed*/
body.fixed {
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 0;
}
body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transition: 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
body.fixed::before {
  opacity: 1;
  visibility: visible;
  transition: 0.4s ease-in-out;
  z-index: 1;
}
/***************************************
toggle
***************************************/
.scroll_tgl_wrap {
  display: block;
  /*
  position: fixed;
  right: 0;
  top: 0;
*/
  width: 100%;
  z-index: 999999;
}
.togglewrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 360px;
  height: 100vh;
  z-index: 1111;
  /*  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);*/
  transition: 0.4s ease-in-out;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
/*togglewrap.active*/
.togglewrap.active {
  /*  -webkit-transform: translateY(0%);
  transform: translateY(0%);*/
  overflow-y: scroll;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 600px) {
/*  .togglewrap {
    top: 10px;
    right: 10px;
  }*/
/*  .view50 .togglewrap {
    top: 0;
  }*/
}
@media screen and (min-width: 768px) {
  .togglewrap {
  /*  top: 40px;
    right: 40px;*/
    width: 380px;
  }
}
/*||トグルメニュー||*/
.toggle_container {
  width: 100%;
  padding: 19px 30px 10rem;
  background-color: #e5e2de;
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 10rem;
}
.toggle_btn_block {
  display: flex;
  margin-bottom: 4.2rem;
}
.toggle_btn {
  font-size: 0.75rem;
  letter-spacing: 0;
  color: #000;
  display: flex;
  width: 120px;
  height: 32px;
  align-items: center;
  padding-left: 1rem;
  border: 1px solid rgba(155, 155, 155, 0.5);
  border-radius: 16px;
  position: relative;
  transition: all 0.5s;
}
.toggle_btn:hover {
  color: #ededea;
  background-color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.5s;
}
.toggle_btn::before {
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  background-image: url("../images/arrow_dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
  transition: all 0.5s;
}
.toggle_btn:hover::before {
  background-image: url("../images/arrow_ivory.svg");
  transition: all 0.5s;
}
.toggle_btn_block .toggle_btn:first-child {
  margin-right: 0.5rem;
}
.toggle_2col_wrap {
  display: flex;
  margin-bottom: 2.6rem;
}
.toggle_list_block {
  width: 87%;
  display: flex;
}
.toggle_list {
/*  width: 50%;*/
    width: 38%;
}
.toggle_list_block .toggle_list:first-child {
 /* width: 40%;*/
  width: 52%;
  margin-right: 10%;
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}
.toggle_list > ul > li {
  margin-bottom: 1.6rem;
}
.toggle_list > ul > li:last-child {
  margin-bottom: 2.8rem;
}
.toggle_list_item {
  font-size: 0.625rem;
  color: #000;
  transition: all 0.5s;
}
.toggle_list_item:hover {
  color: #000;
  opacity: 0.6;
  transition: all 0.5s;
}
.toggle_list_item span {
  font-size: 1.1875rem;
  line-height: 1;
  display: block;
}
.toggle_row_txt_block {
  width: 13%;
  display: flex;
  justify-content: flex-end;
}
.toggle_row_txt {
  font-size: 0.5625rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  margin: 0;
  white-space: nowrap;
}
.toggle_address {
  font-size: 0.75rem;
  line-height: 2;
  margin-bottom: 1.6rem;
}
.toggle_map_txt {
  color: #000;
  text-decoration: underline;
  position: relative;
  transition: all 0.5s;
}
.toggle_map_txt:hover {
  color: #000;
  opacity: 0.6;
  transition: all 0.5s;
}
/*.toggle_map_txt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 1px;
  left: 0;
}*/
.tgl_contact{
	margin-bottom: 1.275rem;
}
.toggle_tel {
  font-size: 1.375rem;
  margin-bottom: 2rem;
}
.toggle_tel a {
  color: #000;
  transition: all 0.5s;
}
.toggle_tel a:hover {
  color: #000;
  opacity: 0.6;
  transition: all 0.5s;
}
.toggle_sns_block {
  margin-bottom: 4.7rem;
}
.toggle_link_block {
  display: flex;
  margin-bottom: 2.4rem;
}
.toggle_link {
  font-size: 0.625rem;
  color: #6e6e6e;
  transition: all 0.5s;
}
.toggle_link:hover {
  color: #6e6e6e;
  opacity: 0.6;
  transition: all 0.5s;
}
.toggle_link_block .toggle_link:first-child {
  margin-right: 1.5rem;
}
.toggle_copy {
  font-size: 0.6875rem;
  color: #6e6e6e;
}
@media screen and (min-width: 768px) {
  .toggle_container {
    padding: 30px 40px 10rem;
  }
}
/**************************
ページヘッダー
**************************/
.page-head_outer {
  padding-top: 3.9rem;
  margin-bottom: 4.8rem;
  position: relative;
  z-index: 0;
}
.page-head {
  width: 84%;
  margin: 0 auto;
}
.head-bfont {
  font-size: 2.1875rem;
  font-family: "Arimo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
  /*  text-transform: uppercase;*/
  margin-bottom: 0.6rem;
}
.h-page-tit {
  font-size: 0.6875rem;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}