@charset "utf-8";
/* CSS Document */
.header-sp-only {
  display: none;
}
.header-inner {
  background-color: #FFF;
}
.header-inner .logo {
  width: 70px;
  margin: 10px;
}
.header-inner__block {
  display: flex;
  float: left;
}
.header-inner h1 {
  font-family: "Noto Sans JP", sans-serif;
  margin: 25px 0 0 15px;
  -webkit-transition: all .4s ease 0s, background .6s ease .2s;
  transition: all .4s ease 0s, background .6s ease .2s;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width:1400px) {
  .header-inner h1 {
    margin: 25px 0 0 15px;
    font-size: 1.4rem;
    -webkit-transition: all .4s ease 0s, background .6s ease .2s;
    transition: all .4s ease 0s, background .6s ease .2s;
  }
}
.header-inner_sec ul {}
.header-inner_sec {
  background-color: #33247D;
}
.main-navigation {
  float: right;
  margin-top: 30px;
}
.menu-list:hover > a {
  background: #33247D;
}

.menu-item {
  font-size: 0.95rem;
  color: #2c2c2c;
  flex-grow: 1;
  padding: 6px;
  float: right;
}
.menu-item a {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 600;
}
.menu-item a[target="_blank"] {
  background: url(../images/icon-link4.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.menu-item a:hover {
  color: #8871A8;
  text-decoration: none;
  font-weight: 600;
}
.menu .lang a {
  font-weight: 600;
  text-transform: uppercase;
  color: #33257C;
}
.menu-item .icon-lang::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-lang.svg) no-repeat;
  background-size: contain;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
}
.global_menu { /* メニュー全体のスタイル */
  width: 100%;
  position: relative;
  color: #FFF; /* 文字色 */
  background: #33247D; /* 背景色 */
  text-align: center;
  padding: 0px 0px 0px 0px;
}
.global_menu li {
  display: inline-block;
}
.global_menu a { /* 各項目のスタイル */
  display: block;
  padding: 10px 30px 10px 30px;
	font-size: 0.9rem;font-weight: 600;
}
/*@media screen and (max-width:1400px) {
  .global_menu a {
    display: block;
    padding: 10px 10px;
	  margin-bottom: 10px;
  }
}*/
.menu-list:hover > a {
  background: #33247D;
}

.child_menu_02__inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap; /*justify-content: space-between;*/
	padding: 20px 0;
}
.child_menu_03__inner {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap; /*justify-content: space-between;*/
	padding: 20px 0;
}
.child_menu_04__inner {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap; /*justify-content: space-between;*/
	padding: 20px 0;
}
.child_menu_05__inner {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap; /*justify-content: space-between;*/
	padding: 20px 0;
}
.child_menu__block_02 {
  /*width: 49%;*/
  margin: 0 10px;
  padding: 0 0 10px 0;
}
.f-child_menu__block_02 {
  float: left;
  margin-left: 0px;
	margin-top: 10px;
}
.f-child_menu__block_02 .contents {
  margin-bottom: 5px;
}
.child_menu__block_02 .title {
  margin-left: 0px;
  line-height: 18px;
  font-size: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_list_001.png);
  background-size: 10px auto;
  background-position: left top 15px;
  padding-left: 0px;
}
/*@media screen and (max-width:1400px) {
  .child_menu__block_02 .title {
    padding-left: 8px;
    line-height: 18px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url(../images/icon_list_001.png);
    background-size: 10px auto;
    background-position: left top 18px;
  }
}*/
.child_menu__block_02 .title a {
  color: #FFF;
  /*text-decoration: underline;*/
	text-decoration: none;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4rem;
}
.child_menu__block_02 .contents a {
  color: #FFF;
  text-align: left;
  margin: 0 0 0 11px;
  font-size: 15px;
  line-height: 1rem;
  /*text-decoration: underline;*/
	text-decoration: none;
  padding: 0 0 10px 20px;
}
.child_menu__block_02 .title a:hover, .child_menu__block_02 .contents a:hover {
  text-decoration: underline;
}
.child_menu__block_02 .title a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-link5.png);
  background-size: contain;
  vertical-align: middle;
  font-weight: 900;
  margin-left: 10px;
  background-repeat: no-repeat;
}

.f-child_menu__block_02 a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-link5.png);
  background-size: contain;
  vertical-align: middle;
  font-weight: 900;
  margin-left: 10px;
  background-repeat: no-repeat;
}
/*追加*/
.l-header {
  /*padding-inline: 3%;*/
  /*background-color: #f5f5f5;*/
  border-bottom: 3px solid #FFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header + * {
  margin-top: 60px;
}
.p-navigation-global__list {
  gap: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.p-navigation-global__list-item a {
  font-weight: 700;
  /*padding: 20px 5px;*/
}
.p-megaMenu.is-open .p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}
.p-megaMenu.is-open .p-megaMenu__open::after {
  rotate: 180deg;
}
.p-megaMenu__open {
  gap: 0.5em;
  font-size: 0.9rem;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 5px 5px 10px 5px;
}
@media screen and (max-width:1400px) {
  .p-navigation-global__list {
    gap: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-megaMenu__open {
    gap: 0.5em;
    font-size: 0.9rem;
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    padding: 0px 5px;
  }
	.child_menu__block_02 .title {
  margin-left: 0px;
  line-height: 18px;
  font-size: 12px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_list_001.png);
  background-size: 10px auto;
  background-position: left top 10px;
  padding-left: 15px;
}
}
.p-megaMenu__open::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-navi.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw 100%);
  background-color: #33247D;
  clip-path: inset(0 -50vw 100%);
  left: 0;
  position: absolute;
  top: 100%;
  transition: all 0.4s;
  visibility: hidden;
  width: 100%;
}
.p-megaMenu__list {
  gap: 0;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-megaMenu__list-item a {
  gap: 0.5em;
  align-items: center;
  display: inline-flex;
  padding: 5px 10px;
}
.p-megaMenu__list-item a::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  width: 0.5em;
}
@media (max-width: 1400px) {
  .p-navigation-global__list {
    gap: 10px;
  }
  .p-navigation-global__list-item a {
    padding: 5px 10px;
  }
  .p-megaMenu__open {
    padding: 0px 0 10px 0;
  }
  /*.p-navigation-global__list {
    gap: 40px;
  }*/
  /* .p-navigation-global__list-item a {
    padding: 20px 10px;
  }*/
  /*.p-megaMenu__open {
    padding: 20px 10px;
  }

  .p-megaMenu__navigation {
    padding: 40px;
  }

  .p-megaMenu__list {
    gap: 10px 30px;
    flex-direction: row;
  }*/
  /*.p-megaMenu__list-item a {
    padding: 20px 20px;
  }*/
}
@media (hover: hover) {
  .p-navigation-global__list-item a:hover {
    text-decoration: underline;
  }
}
.l-visit_navi_wrap {
	width: 100%;
	/*background-color: #9488CD;*/
  background-color: #F1EFFF;margin-bottom: 20px;
}
.menu-list_b a {
	color: #33247D;
	font-size: 0.8rem;
}
.menu-list_b a:hover {
	color: #6C5EB0;  /*background-color: #33247D;
  border-radius: 30px;*/
}
.main-navigation:before, .main-navigation:after, .main-navigation .menu:after, .header-inner:after {
  content: "";
  display: block;
  clear: both;
}