/* -HEADER
--------------------------------------------------------------------------------------------- */
#headertop {
  z-index: 55555;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  transition: .6s;
}
#headertop.fixed {
  transform: translateY(0%);
  transition: .3s;
}
#header {
  height: 60px;
  background-color: #fff;
}
#headertop #header.view {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  transition: .3s;
  /*  transform: translateY(-100%);*/
  transform: translateY(0%);
  background-color: rgba(255, 255, 255, 1);
}
#headertop.fixed #header.view {
  transform: translateY(0%);
  transition: .3s;
}
.scroll_logo {
  /*  position: relative;*/
  top: 50%;
  left: 7%;
  margin-bottom: 0;
  line-height: 1;
  display: block;
  width: 160px;
  transition: 0.6s ease-in-out;
  position: absolute;
  transform: translate(0%, -50%);
}
/*.scroll_logo::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo_black.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;
}
@media screen and (min-width: 768px) {
  .scroll_logo {
    width: 180px;
    left: 5%;
  }
  #header {
    height: 80px;
  }
}
	@media screen and (min-width: 992px) {
		  .scroll_logo {
    width: 200px;
    left: 3%;
  }
}

@media screen and (min-width: 1200px) {
  #header {
    height: 100px;
  }
  .scroll_logo {
    left: 4.5%;
  }
}
@media screen and (min-width: 1500px) {
  .scroll_logo {
    width: 240px;
  }
}
/*||トップ以外||*/
.header_page{
    border-bottom: 1px solid rgba(200, 200, 200, 0.4);

} 
/* -Toggle
--------------------------------------------------------------------------------------------- */
/*Toggle*/
.Toggle {
  display: block;
  cursor: pointer;
  z-index: 6666;
  transition: 0.5s ease-in-out;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 3%;
}
#header.view .Toggle {
  top: 0px;
}
.Toggle span {
  display: block;
  position: absolute;
  border-bottom: solid 1px #000;
  transition: .3s ease-in-out;
  width: 24px;
  left: 50%;
  transform: translateX(-50%);
}
/*#header.view .Toggle span {
  border-bottom: 1px #000 solid;
}*/
.Toggle span:nth-child(1) {
  top: 26px;
}
.Toggle span:nth-child(2) {
  top: 34px;
}
/*Toggle.tgl-active*/
.Toggle.tgl-active {
  position: absolute;
  top: 0;
}
.Toggle.tgl-active span {
  transition: 0.3s ease-in-out;
  border-bottom: solid 1px #000;
}
.Toggle.tgl-active span:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
}
.Toggle.tgl-active span:nth-child(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
}
@media screen and (min-width: 768px) {
  .Toggle {
    width: 80px;
    height: 80px;
  }
  .Toggle span {
    width: 40px;
  }
  .Toggle span:nth-child(1) {
    top: 35px;
  }
  .Toggle span:nth-child(2) {
    top: 45px;
  }
}
@media screen and (min-width: 992px) {
  .Toggle {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .Toggle {
    width: 150px;
    height: 150px;
  }
  .Toggle span {
    width: 45px;
  }
  .Toggle span:nth-child(1) {
    top: 56px;
  }
  #header.view .Toggle span:nth-child(1) {
    top: 28px;
  }
  .Toggle span:nth-child(2) {
    top: 66px;
  }
  #header.view .Toggle span:nth-child(2) {
    top: 40px;
  }
  .Toggle.tgl-active span:nth-child(1) {
    top: 40%;
  }
  .Toggle.tgl-active span:nth-child(2) {
    top: 40%;
  }
  #header.view .Toggle {
    height: 80px;
  }
}
/* -NAVI
--------------------------------------------------------------------------------------------- */
.pc_navi_right {
  display: none;
}
.pc_navi_right .navi {
  display: none;
}
.navi_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 180px;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .pc_navi_right {
    position: absolute;
    top: 50%;
    right: 125px;
    transform: translate(0%, -50%);
    transition: .6s;
    display: flex;
    justify-content: flex-end;
  }
  #header.view .pc_navi_right {
    transition: 0.6s ease-in-out;
  }
  .pc_navi_right #gNav {
    display: flex;
    align-items: center;
  }
  .pc_navi_right .navi {
    display: none;
  }
  .navi_btn_block {
    display: flex;
    align-items: center;
  }
  .navi_sns_img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 1.8rem;
    transition: all 0.5s;
  }
  .navi_sns_img:hover {
    opacity: 0.7;
    transition: all 0.5s;
  }
  .navi_sns_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .navi_btn_box > ul {
    display: flex;
  }
  .navi_btn_box > ul > li {
    margin-right: 0.7rem;
  }
  .navi_btn_box > ul > li:last-child {
    margin-right: 0;
  }
  .navi_btn {
    font-size: 0.9375rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 35px;
  }
  .navi_btn_black {
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: all 0.5s;
  }
  .navi_btn_black:hover {
    background-color: #002846;
    border: 1px solid rgba(0, 40, 70, 0.25);
    color: #fff;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 992px) {
  .pc_navi_right {
    right: 4%;
  }
  .pc_navi_right .navi {
    display: flex;
    padding-bottom: 3px;
    margin-right: 2rem;
  }
  .pc_navi_right .navi > li {
    line-height: 1;
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
  }
  .pc_navi_right .navi > li::before {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(200, 200, 200, 0.4);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .pc_navi_right .navi > li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .pc_navi_right .navi > li:last-child::before {
    content: none;
  }
  .pc_navi_right .navi > li > a {
    font-size: 0.875rem;
    color: #000;
    position: relative;
    transition: all 0.5s;
  }
  .pc_navi_right .navi > li > a:hover {
    color: #000;
    transition: all 0.5s;
  }
  .pc_navi_right .navi > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left bottom;
    transition: 0.5s transform ease-in-out 0s, 0.5s bottom ease-in-out 0s;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
  }
  .pc_navi_right .navi > li > a:hover::after {
    transform: scale(1, 1);
  }
  .pc_navi_right .navi > li > a.sub-menu_item::after {
    content: none;
  }
}
@media screen and (min-width: 1200px) {
  .pc_navi_right {
    right: 4.4%;
  }
  .pc_navi_right .navi {
    margin-right: 2.7rem;
  }
  .pc_navi_right .navi > li {
    padding-right: 1rem;
    margin-right: 1rem;
  }
  .pc_navi_right .navi > li::before {
    height: 16px;
    bottom: -1px;
  }
  .navi_sns_img {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1500px) {
  .pc_navi_right .navi > li {
    padding-right: 1.7rem;
    margin-right: 1.7rem;
  }
  .navi_btn {
    width: 180px;
    height: 42px;
  }
}
/*|||ヘッダーナビ部ホバー|||*/
@media screen and (min-width: 992px) {
  .sub-menu_box {
    position: relative;
  }
  .sub-menu_item {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .sub-menu_icon {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #f5f5f5;
    margin-left: 6px;
    position: relative;
  }
  .sub-menu_icon::before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 8px;
    left: 5px;
  }
  .sub-menu_icon::after {
    content: "";
    display: block;
    width: 1px;
    height: 7px;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 5px;
    left: 8px;
    opacity: 1;
    transition: all 0.5s;
  }
  a:hover .sub-menu_icon::after {
    opacity: 0;
    transition: all 0.5s;
  }
  .sub-menu_box .sub-menu {
    position: absolute;
    left: 43%;
    top: 16px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 230px;
    padding-top: 21px;
    transform: translateX(-50%);
  }
  .sub-menu_box:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .sub-menu_box .sub-menu > ul {
   /* background-color: #002846;*/
    background-color: #000;
    padding: 2rem 1rem 2.6rem 3rem;
  }
  #header.view .sub-menu_box .sub-menu {
    padding-top: 31px;
  }
  .sub-menu_box .sub-menu > ul > li {
    margin-bottom: 1.5rem;
  }
  .sub-menu_box .sub-menu > ul > li:last-child {
    margin-bottom: 0;
  }
  .sub-menu_box .sub-menu a {
    font-size: 0.8125rem;
    display: inline-block;
    color: #fff;
    transition: all 0.5s;
    position: relative;
  }
  .sub-menu_box .sub-menu a:hover {
    opacity: 1;
    color: #fff;
    transition: all 0.5s;
  }
  .sub-menu_box .sub-menu a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left bottom;
    transition: 0.5s transform ease-in-out 0s, 0.5s bottom ease-in-out 0s;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
  }
  .sub-menu_box .sub-menu a:hover::after {
    transform: scale(1, 1);
  }
}
/* -toggle
--------------------------------------------------------------------------------------------- */
/*body.fixed*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/***************************************
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: 100vw;
  height: 100vh;
  z-index: 1111;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.4s ease-in-out;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  padding-bottom: 9rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*togglewrap.active*/
.togglewrap.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  overflow-y: scroll;
}
/*ttogglewrap_inner*/
.togglewrap_inner {
  width: 100%;
  height: auto;
  margin: 0;
  /*  min-height: 100%;*/
  position: relative;
  z-index: 0;
}
/*トグルメニュー*/
.toggle_logo_wrap {
  background-color: #fff;
  height: 60px;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 10;
}
.toggle_logo {
  position: absolute;
  top: 50%;
  left: 7%;
  display: flex;
  width: 160px;
  transform: translate(0%, -50%);
}
.toggle_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.toggle_block_inner {
  width: 77%;
  margin: 7.1rem auto 0;
  max-width: 600px;
}
.toggle_list_wrap {
  margin-bottom: 3.2rem;
}
.toggle_list_wrap > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.toggle_list_wrap > ul > li:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.toggle_list_title {
  font-size: 1.14rem;
  color: #fff;
  display: block;
  padding: 23px 10px 23px 10px;
}
.toggle_list_arrow {
  position: relative;
}
.toggle_list_arrow span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
}
.toggle_list_arrow span::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
/*+++++++++++++++++
accordion
******************/
.accordion {
  position: relative;
}
.accordion-title {
  position: relative;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}
.accordion-title span {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0%, -50%);
}
.accordion-title span::before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.accordion-title.open span::before {
  opacity: 0;
}
.accordion-title span::after {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.accordion-content {
  display: none;
  padding: 0.15rem 10px 1.5rem 10px;
}
.accordion-content > ul {
  position: relative;
  margin-top: -9px;
  display: flex;
  flex-wrap: wrap;
}
.accordion-content > ul > li {
  width: auto;
  padding-right: 22px;
  margin-right: 6px;
  position: relative;
}
.accordion-content > ul > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.accordion-content > ul > li::before {
  content: " ／ ";
  font-size: 1rem;
  color: #969696;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.accordion-content > ul > li:last-child::before {
  content: none;
}
.toggle_list_inner_title {
  font-size: 1.07rem;
  color: #969696;
  letter-spacing: 0.08em;
}
/*+++++++++++++++++
accordion-end
******************/
.toggle_address {
  font-size: 0.93rem;
  letter-spacing: 0.08rem;
  text-align: center;
  margin-bottom: 0.7rem;
}
.toggle_map_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.toggle_map_img {
  width: 12px;
  height: 26px;
  margin-right: 6px;
}
.toggle_map_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.toggle_map {
  font-size: 0.86rem;
  letter-spacing: 0.02rem;
  color: #fff;
  text-decoration: underline;
  padding-top: 2px;
  transition: all 0.5s;
}
.toggle_sns_block {
  margin-bottom: 2.7rem;
}
.toggle_sns_block > ul {
  display: flex;
  justify-content: center;
}
.toggle_sns_block > ul > li {
  margin-right: 0.8rem;
}
.toggle_sns_block > ul > li:last-child {
  margin-right: 0;
}
.toggle_sns_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
}
.toggle_sns_item01::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../images/instagram_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
}
.toggle_sns_item02::before {
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background-image: url("../images/youtube_black.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.6s ease-in-out;
}
.toggle_sns_item img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}
.toggle_btn_wrap {
  margin-bottom: 2.4rem;
}
.toggle_btn {
  font-size: 1.07rem;
  letter-spacing: 0.06em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 180px;
  margin: 0 auto;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  transition: all 0.5s;
}
.toggle_btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%);
}
.toggle_btn_wrap .toggle_btn:first-child {
  margin-bottom: 10px;
}
.toggle_copy {
  font-size: 0.86rem;
  letter-spacing: 0.02rem;
  color: #969696;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .toggle_logo_wrap {
    height: 80px;
  }
  .toggle_logo {
    width: 180px;
    left: 5%;
  }
}
/**************************
ページヘッダー
**************************/

.page-head {
  width: 87%;
  margin: 0 auto;
  padding: 8rem 0 4rem;
}
/*.head-bfont {
  font-size: 2.8rem;
font-family: "DM Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  letter-spacing: 0;
  margin-bottom: 0.7rem;
}*/
.h-page-tit {
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
    text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {

  .page-head {
    padding: 9rem 0 6rem;
  }
}
@media screen and (min-width: 992px) {

  .page-head {
    padding: 9rem 0 6.5rem;
  }
}
@media screen and (min-width: 1200px) {

  .page-head {
   width: 89%;
    padding: 8.2rem 0 9.4rem;
  }

  .h-page-tit {
 font-size: 2.6875rem;

  }
}



/*||||*/
/*||||*/
/**************************

**************************/