@charset "UTF-8";
/****** header ******/
header {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #ffffff;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
}
header .header-inner .header-comp-area {
  width: 90px;
  border-right: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
header .header-inner .header-comp-area img {
  width: 40px;
  height: auto;
}
header .header-inner .header-comp-area .comp-logo-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
header .header-inner .header-comp-area .comp-logo-btn:focus-visible {
  outline: 2px solid #fd89c0;
  outline-offset: 2px;
}
header .header-inner .header-main {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  margin-right: auto;
  padding-left: 20px;
}
header .header-inner .header-main h1 {
  height: 40px;
  box-sizing: border-box;
}
header .header-inner .header-main h1 img {
  height: 40px;
  width: auto;
}
header .header-inner .navi-area {
    display: flex !important;
    flex-direction: column !important;
    list-style: none;
    margin-left: auto;
    padding: 15px 0;
    box-sizing: border-box;
}
header .header-inner .navi-area > li {
    list-style: none;
    margin: 0;
    padding: 0;
    order: 0;
    float: none !important;
    position: static;
}
header .header-inner .navi-area > li + li {
    order: -1;
}
header .header-inner .navi-other-list {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-bottom: 15px;
}
header .header-inner .navi-other-list li {
  padding-right: 15px;
  font-size: 1.4rem;
  line-height: 2.0rem;
}
header .header-inner .navi-other-list li:last-child {
  padding-right: 20px;
  font-size: 1.4rem;
  line-height: 2.0rem;
}
header .header-inner .navi-other-list .other-list-btn-pos {
  background-image: url("../img/bg_btn.png");
  background-position: left top;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
header .header-inner .navi-other-list .other-list-btn-pos a {
  display: block;
  color: #404040;
  text-decoration: none;
}
header .header-inner .navi-other-list .other-list-btn-pos a:hover {
  display: block;
  color: #404040;
  text-decoration: none;
}
header .header-inner .navi-other-list .other-list-btn-pos a {
  display: block;
}
header .header-inner .navi-other-list .other-list-btn-pos .oth-inner-btn {
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 4px;
  box-sizing: border-box;
}
header .header-inner .navi-other-list .other-list-btn-pos .oth-inner-btn .oth-list-txt {
  box-sizing: border-box;
  position: relative;
  padding-left: 20px;
}
header .header-inner .navi-other-list .other-list-btn-pos .oth-inner-btn .oth-list-txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../img/icon_btn.png") no-repeat center center;
  background-size: contain;
  box-sizing: border-box;
}
header .header-inner .navi-list {
  display: flex;
  list-style: none;
  align-items: center;
  box-sizing: border-box;
}
header .header-inner .navi-list li {
  padding-right: 20px;
  font-size: 1.4rem;
  line-height: 2.0rem;
  box-sizing: border-box;
}
header .header-inner .navi-list li a {
  color: #000000;
  text-decoration: none;
}
header .header-inner .navi-list li a:hover {
  color: #666666;
  text-decoration: none;
}
header .header-inner .navi-list li.navi-sep {
  box-sizing: border-box;
  color: #e4e4e4;
}
header .header-inner .navi-list .navi-active {
  color: #000000;
  text-decoration: none;
}
header .header-inner .navi-list .navi-active a {
  color: #666666;
  text-decoration: none;
}
header .header-inner .navi-list .navi-active a:hover {
  color: #666666;
  text-decoration: none;
}
header .header-inner .navi-list li .btn-t-contact {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 20px;
  background: #fd89c0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
}
header .header-inner .navi-list li .btn-t-contact:hover {
  opacity: 0.8;
  color: #ffffff;
}
header .header-inner .navi-list li .btn-t-login {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  color: #404040;
  border: 1px solid #fd89c0;
  text-decoration: none;
  border-radius: 4px;
}
header .header-inner .navi-list li .btn-t-login:hover {
  opacity: 0.8;
  color: #404040;
}
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  position: relative;
}
.hamburger .bar {
  width: 2rem;
  height: 0.25rem;
  background-color: #ffa5a5;
  transition: all 0.3s ease-in-out;
  position: absolute;
}
.hamburger .bar:nth-child(1) {
  top: 0.375rem;
}
.hamburger .bar:nth-child(2) {
  top: 0.875rem;
}
.hamburger .bar:nth-child(3) {
  top: 1.375rem;
}
.header-white-background {
  background-color: #ffffff;
}
/* 総合トップ用ナビゲーション */
.navi-comp-area {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--menu-top, 102px);
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1001;
  padding: 16px 20px;
  background: #fff;
  box-sizing: border-box;
  border-top: 1px solid #e4e4e4;
  display: none;
}
.navi-comp-area.open {
  display: block;         /* JSでfade/slideしてもOK */
  pointer-events: auto;   /* 開いているときだけクリック可 */
}
.navi-comp-area:not(.open) {
  pointer-events: none;   /* 透明でも当たり判定ナシにする */
}
.navi-comp-area .navi-comp-ttl {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  padding-bottom: 30px;
}
.navi-comp-area .navi-user-area {
  box-sizing: border-box;
  padding: 30px 0 25px 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 auto 30px auto;
  max-width: 1080px;
}
.navi-comp-area .navi-user-area .navi-user-list {
  list-style: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.navi-comp-area .navi-user-area .navi-user-list li {
  box-sizing: border-box;
  width: calc((100% - 40px) / 3);
}
.navi-comp-area .navi-user-area .navi-user-list li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.navi-comp-area .navi-user-area .navi-user-list li .navi-user-pic {
  width: 80px;
  flex-shrink: 0;
}
.navi-comp-area .navi-user-area .navi-user-list li .navi-user-pic img {
  width: 80px;
  height: auto;
}
.navi-comp-area .navi-user-area .navi-user-list li .navi-user-txt {
  flex: 1;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.navi-comp-area .navi-user-area .navi-user-list li .navi-user-sub-ttl {
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 3.0rem;
}
.navi-comp-area .navi-user-area .navi-user-list li .navi-user-txt .logo-l-pos {
  width: 250px;
  height: auto;
}
.navi-comp-area .navi-user-area .navi-user-list li .navi-user-txt .logo-h-pos {
  width: auto;
  height: 50px;
}
.navi-comp-area .navi-facility-area {
  box-sizing: border-box;
  padding: 30px 0 25px 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 auto 30px auto;
  max-width: 1080px;
}
.navi-comp-area .navi-facility-area .navi-facility-list {
  list-style: none;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.navi-comp-area .navi-facility-area .navi-facility-list li {
  box-sizing: border-box;
  width: calc((100% - 40px) / 3);
}
.navi-comp-area .navi-facility-area .navi-facility-list li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.navi-comp-area .navi-facility-area .navi-facility-list li .navi-facility-pic {
  width: 80px;
  flex-shrink: 0;
}
.navi-comp-area .navi-facility-area .navi-facility-list li .navi-facility-pic img {
  width: 80px;
  height: auto;
}
.navi-comp-area .navi-facility-area .navi-facility-list li .navi-facility-txt {
  flex: 1;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.navi-comp-area .navi-facility-area .navi-facility-list li .navi-facility-sub-ttl {
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 3.0rem;
}
.navi-comp-area .navi-facility-area .navi-facility-list li .navi-facility-txt .logo-l-pos {
  width: 250px;
  height: auto;
}
.navi-comp-area .navi-facility-area .navi-facility-list li .navi-facility-txt .logo-h-pos {
  width: auto;
  height: 50px;
}
header .header-inner .header-comp-area img {
  width: 40px;
  height: auto;
}
.btn-compre-area {
  display: flex;
  justify-content: center;
  text-align: center;
}
.btn-compre-area a {
  position: relative;
  width: 250px;
  height: 60px;
  border-radius: 30px;
  background-color: #fd89c0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #ffffff;
  text-decoration: none;
}
.btn-compre-area a:hover {
  opacity: 0.8;
  color: #ffffff;
}
.circle-arrow {
  position: absolute;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
}
.circle-arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fd89c0;
  border-right: 2px solid #fd89c0;
  transform: rotate(45deg);
}


/******************************************************
smartphone
******************************************************/
@media screen and (max-width: 768px) {
/****** header ******/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
}
header .header-inner .header-main {
  display: block;
  box-sizing: border-box;
  margin-right: auto;
  padding: 15px 0 15px 15px;
}
header .header-inner .header-main h1 {
  height: 30px;
  box-sizing: border-box;
}
header .header-inner .header-main h1 img {
  height: 25px;
  width: auto;
}
.hamburger {
  display: flex;
  align-self: center;
  width: 32px;
  height: 24px;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}
.hamburger.open .bar:nth-child(1) {
  transform: translateY(0.5rem) rotate(45deg);
}
.hamburger.open .bar:nth-child(2) {
  opacity: 0;
}
.hamburger.open .bar:nth-child(3) {
  transform: translateY(-0.5rem) rotate(-45deg);
}
header .header-inner .header-comp-area {
  width: 60px;
  border-right: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-inner .header-comp-area img {
  width: 30px;
  height: auto;
}
header .header-inner .header-comp-area .comp-logo-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  padding: 0;
  cursor: pointer;
}
header .header-inner .header-comp-area .comp-logo-btn:focus-visible {
  outline: 2px solid #fd89c0;
  outline-offset: 2px;
}

header .header-inner .navi-area {
  display: none;
  flex-direction: column !important;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  height: calc(100% - 60px);
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}
/* 初期は非表示＆当たり判定なし */
.navi-area{
  display:none;
  pointer-events:none;
}

/* 開いているときだけ当たり判定ON */
.navi-area.is-open{
  display:block;
  pointer-events:auto;
}
header .header-inner .navi-area.show {
  display: block;
  opacity: 1;
}
header .header-inner .navi-area > li {
  order: 0 !important;
  float: none !important;
  position: static !important;
  margin: 0; padding: 0;
  text-align: left;
}
header .header-inner .navi-area > li:first-child{
  order: 0 !important;
}
header .header-inner .navi-area > li:last-child{
  order: 1 !important;
}
header .header-inner .navi-other-list {
  flex-direction: column;
  list-style: none;
  padding: 0;
}
header .header-inner .navi-other-list li {
  padding: 20px 20px 20px 20px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border-top: none;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
header .header-inner .navi-other-list li:last-child {
  padding: 20px 20px 20px 20px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border-bottom: none;
  border-bottom: 1px solid #e4e4e4;
}
header .header-inner .navi-other-list .other-list-btn-pos {
  background-image: url("../img/bg_btn.png");
  background-position: left top;
  padding: 3px;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
header .header-inner .navi-other-list .other-list-btn-pos a {
  display: block;
  color: #404040;
  text-decoration: none;
}
header .header-inner .navi-other-list .other-list-btn-pos a:hover {
  display: block;
  color: #404040;
  text-decoration: none;
}
header .header-inner .navi-other-list .other-list-btn-pos a {
  display: block;
}
header .header-inner .navi-other-list .other-list-btn-pos .oth-inner-btn {
  background:#fff;
  padding:10px 10px;
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  box-sizing: border-box;
}
header .header-inner .navi-other-list .other-list-btn-pos .oth-inner-btn .oth-list-txt {
  display:inline-flex;
  align-items:center;
  gap:6px;
  box-sizing: border-box;
}
header .header-inner .navi-other-list .other-list-btn-pos .oth-inner-btn .oth-list-txt:before {
  content:"";
  display:inline-block;
  width:15px;height:15px;
  background:url("../img/icon_btn.png") no-repeat 50% 50%;
  background-size:contain;
  box-sizing: border-box;
}
header .header-inner .navi-list {
  flex-direction: column;
  list-style: none;
}
header .header-inner .navi-list li {
  padding: 20px 20px 20px 20px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  width: 100%;
}
header .header-inner .navi-list li:last-child {
  padding: 20px 20px 20px 20px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  border-bottom: 1px solid #e4e4e4;
}
header .header-inner .navi-list li.navi-sep {
  box-sizing: border-box;
  display: none;
}
.hamburger.open + .navi-list {
  display: flex;
}
header .header-inner .navi-list li .btn-t-contact {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 20px;
  background: #fd89c0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  text-align: center;
}
header .header-inner .navi-list li .btn-t-login {
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  color: #404040;
  border: 1px solid #fd89c0;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  text-align: center;
}

/* 総合トップ用ナビゲーション */
.navi-comp-area {
  position:fixed;
  top:60px;
  left:0;
  width:100%;
  height:calc(100% - 60px);
  overflow:auto;
  z-index:1001;
  box-sizing: border-box;
  border-top: 1px solid #e4e4e4;
}
.navi-comp-area .navi-comp-ttl {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: bold;
  padding-bottom: 30px;
}
.navi-comp-area .navi-user-area {
  box-sizing: border-box;
  padding: 30px 0 25px 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 auto 30px auto;
  max-width: 100%;
}
.navi-comp-area .navi-user-area .navi-user-list {
  list-style: none;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
}
.navi-comp-area .navi-user-area .navi-user-list li {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 30px;
}
.navi-comp-area .navi-user-area .navi-user-list li:last-child {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0;
}
.navi-comp-area .navi-user-area .navi-user-list li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.navi-comp-area .navi-user-area .navi-user-list li .navi-user-pic {
  width: 80px;
  flex-shrink: 0;
}
.navi-comp-area .navi-user-area .navi-user-list li .navi-user-pic img {
  width: 80px;
  height: auto;
}
.navi-comp-area .navi-user-area .navi-user-list li .navi-user-txt {
  flex: 1;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.navi-comp-area .navi-user-area .navi-user-list li .navi-user-sub-ttl {
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 3.0rem;
}
.navi-comp-area .navi-user-area .navi-user-list li .navi-user-txt .logo-l-pos {
  width: 80%;
  height: auto;
}
.navi-comp-area .navi-user-area .navi-user-list li .navi-user-txt .logo-h-pos {
  width: auto;
  height: 50px;
}
.navi-comp-area .navi-facility-area {
  box-sizing: border-box;
  padding: 30px 0 25px 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 auto 30px auto;
  max-width: 100%;
}
.navi-comp-area .navi-facility-area .navi-facility-list {
  list-style: none;
  box-sizing: border-box;
  display: block;
  margin: 0;
  padding: 0;
}
.navi-comp-area .navi-facility-area .navi-facility-list li {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 30px;
}
.navi-comp-area .navi-facility-area .navi-facility-list li:last-child {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 0;
}
.navi-comp-area .navi-facility-area .navi-facility-list li a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.navi-comp-area .navi-facility-area .navi-facility-list li .navi-facility-pic {
  width: 80px;
  flex-shrink: 0;
}
.navi-comp-area .navi-facility-area .navi-facility-list li .navi-facility-pic img {
  width: 80px;
  height: auto;
}
.navi-comp-area .navi-facility-area .navi-facility-list li .navi-facility-txt {
  flex: 1;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.navi-comp-area .navi-facility-area .navi-facility-list li .navi-facility-sub-ttl {
  font-weight: bold;
  font-size: 2.0rem;
  line-height: 3.0rem;
}
.navi-comp-area .navi-facility-area .navi-facility-list li .navi-facility-txt .logo-l-pos {
  width: 80%;
  height: auto;
}
.navi-comp-area .navi-facility-area .navi-facility-list li .navi-facility-txt .logo-h-pos {
  width: auto;
  height: 50px;
}
header .header-inner .header-comp-area img {
  width: 40px;
  height: auto;
}
.btn-compre-area {
  display: flex;
  justify-content: center;
  text-align: center;
}
.btn-compre-area a {
  position: relative;
  width: 250px;
  height: 60px;
  border-radius: 30px;
  background-color: #fd89c0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #ffffff;
  text-decoration: none;
}
.btn-compre-area a:hover {
  opacity: 0.8;
}
.circle-arrow {
  position: absolute;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
}
.circle-arrow::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fd89c0;
  border-right: 2px solid #fd89c0;
  transform: rotate(45deg);
}




body.menu-open{
  overflow: hidden;
}
}