.elementor-4477 .elementor-element.elementor-element-12fefe87 > .elementor-widget-container{margin:0px 0px 0px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-12fefe87 */.header-Fixed {
  position: fixed;
  width: 100%;
  height: 100px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  color: #333333;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
}

#nav-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
}

#nav-container .bg {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100% - 50px);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  background: #000;
}

#nav-container:focus-within .bg {
  visibility: visible;
  opacity: 0.6;
}

#nav-container * {
  visibility: visible;
}

.button:hover {
  background: #ffffff;
}

.button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: #ffffff;
  border-radius: 0;
  height: 50px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 10px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #aaa;
  transition: 0.3s;
}

.icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav-container:focus-within .button {
  pointer-events: none;
}

#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}

#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

#nav-content {
  margin-top: 50px;
  padding: 20px;
  width: 90%;
  max-width: 350px;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 50px);
  background: #ffffff;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateX(-100%);
  transition: transform 0.3s;
  will-change: transform;
  contain: paint;
  overflow-y: scroll;
}

#nav-container:focus-within #nav-content {
  transform: none;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
  color: currentColor;
  transition: 0.2s ease-in-out;
}

.main-nav,
.nav-container ul {
  padding: 0;
  list-style: none;
}

/* ▽▽メニュー内のリストスタイル▽▽ */
.h-inner {
  color: #8e1728;
  font-size: 0.8em;
  font-weight: bold;
  display: block;
  text-align: left;
  margin-bottom: -40px;
}

.hm_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.hm_list li a {
  color: #333333;
  display: block;
  overflow: hidden;
  padding: 4px 22px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.hm_list {
  margin-bottom: 100px;
}

.hm_list .hm_h {
  font-weight: bold;
  font-size: 1.3em;
  margin-left: 20px;
  color: #202d6f;
}

.hm_list li:first-child {
  margin-top: 10px;
}

.hm_list li ul:last-child {
  margin-bottom: 30px;
}

.hm_list ul {
  list-style: none;
}

.sp-box {
  padding: 0 1em;
  margin: 1em 44px;
  line-height: 1.8;
  background: #8e1728;
  width: 85%;
  text-align: center;
}

.hm_list li .sp-boxTxt01 {
  color: #ffffff;
}

.hm_list li .sp-boxTxt02 {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
}

hr.style {
  border-top: 1px solid #333333;
  margin: 2em 0;
}

.hm_list li ul {
  margin-left: -40px;
}

.before-li a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  padding-right: 15px;
  color: #8e1728;
}

.before-li {
  margin-left: 40px;
  font-weight: bold;
  font-size: 1.2em;
}

/* △△メニュー内のリストスタイル△△ */

.main-nav {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  list-style: none;
  align-items: center;
}

.main-nav-box {
  display: flex;
}

.main-nav li:first-child {
  margin-right: auto;
}

.main-nav li:last-child {
  margin-left: auto;
}

.main-nav-innermenu {
  display: -webkit-flex;
  display: flex;
  list-style: none;
}

.mainnav-img {
  width: 30%;
  margin-left: 20px;
}

.mainnav-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.menu-main {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: center;
}

.manu-head {
  display: inline-block;
  padding: 0 20px;
  font-size: 1.5rem;
}

.manu-head a {
  color: #333333;
  text-decoration: none;
}

.menu-main li {
  border-bottom: solid 3px rgba(0, 0, 255, 0);
}

.menu-main li:hover {
  border-bottom: solid 3px #8e1728;
}

.menu-content {
  margin-top: 3px;
  color: #333333;
  position: absolute;
  left: 0;
  background: #fdfdfe;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.4);
  width: 100%;
  display: none;
  padding: 25px;
}

.manu-head:hover .menu-content {
  display: block;
}

.menu-content li {
  display: block;
}

.main-nav-box {
  display: -webkit-flex;
  display: flex;
}

/***　▽▽▽pc-innerMENU▽▽▽　***/

.menu-content .innermenu-main {
  display: -webkit-flex;
  display: flex;
}
.menu-content {
  z-index: 999;
}

.menu-content .main-nav a {
  margin: 10px;
  border-radius: 5px;
  background: #60b99a;
  color: #fff;
  display: block;
  padding: 15px;
  text-decoration: none;
}

.menu-content .innermenu-h1 {
  font-size: 0.8em;
  margin: 20px 0 30px 0;
  color: #ffffff;
  padding: 0.6rem 3rem 0.5rem 1rem;
  font-weight: bold;
  text-align: left;
  background: #8e1728;
}

.menu-content .innermenu-main section {
  -webkit-flex: 1;
  flex: 1;
  border-radius: 5px;
}

.menu-content .innermenu-box {
  display: flex;
}

.menu-content .innermenu-box .innermenu-box-01 {
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 25px;
}

.menu-content .innermenu-main span a {
  color: #8e1728;
  font-size: 0.8em;
  font-weight: bold;
  text-decoration: none;
  text-align: left;
}

.menu-content .innermenu-main p {
  font-size: 0.6em;
  text-align: left;
  line-height: 1.5;
}

.innermenu-span {
  float: left;
}
.innermenu-span p {
  max-width: 370px;
}

/***　△△△pc-innerMENU△△△　***/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

@media only screen and (max-width: 1095px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

.button02 {
  border-radius: 0;
  width: 100px;
  height: 100px;
}

.language-open {
  display: block;
  width: 100%;
  transition: 0.3s;
  height: 100%;
  background-image: url("http://ujsli.jp/test/wp-content/uploads/2020/10/menu-language.png");
  background-repeat: no-repeat;
  background-size: cover;
}

#nav-container02:focus-within .button02 {
  pointer-events: none;
}

#nav-container02:focus-within .language-open {
  background-image: url("http://ujsli.jp/test/wp-content/uploads/2020/12/menu-language-close-1.png");
}

#nav-content02 {
  margin-top: 100px;
  width: 90%;
  max-width: 250px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(28, 40, 87, 0.24);
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateX(100%);
  transition: transform 0.3s;
  will-change: transform;
  contain: paint;
  overflow-y: scroll;
}

#nav-container02:focus-within #nav-content02 {
  transform: none;
}

.inner-language a {
  display: block;
  padding: 3px 0;
  text-decoration: none;
  color: #ffffff;
  font-size: 24px;
}

.inner-language li:hover {
  background: #202d6f;
}

.inner-language ul {
  margin: 0;
  padding-top: 20px;
}

.inner-language li {
  padding-left: 30px;
}

.inner-language #google_language_translator {
  padding-left: 30px;
  margin-bottom: 1000px;
}

.headerBox-item {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1548px) {
  .manu-head {
    display: inline-block;
    padding: 0 10px;
    font-size: 1.5rem;
  }
  #content {
    margin-top: -20px;
  }
  .menu-content .innermenu-box .innermenu-box-01 {
    width: 30%;
    margin-right: 5px;
    margin-left: 0;
  }
}

@media screen and (max-width: 1390px) {
  .manu-head {
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .button02 {
    border-radius: 0;
    width: 80px;
    height: 80px;
  }
  #nav-content02 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1186px) {
  .manu-head {
    padding: 0 10px;
    font-size: 1.2rem;
  }

}

/*TB Only*/

@media screen and (min-width: 768px) and (max-width: 1390px) {
  .header-Fixed {
    height: 80px;
  }
  .main-nav-box img {
    width: auto;
    height: 80px;
  }
  .button {
    height: 80px;
  }
  .mainnav-img {
    width: 30%;
    margin-left: 60px;
  }
  #nav-container .bg {
    top: 80px;
  }
  #nav-content {
    margin-top: 80px;
  }
  .button02 {
    border-radius: 0;
    width: 80px;
    height: 80px;
  }
  #nav-content02 {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1096px) {
  .mainnav-img {
    width: 30%;
    margin-left: 20px;
  }
}

/*SP Only*/

@media screen and (max-width: 767px) {
  .header-Fixed {
    height: 50px;
  }
  .main-nav-box img {
    width: auto;
    height: 50px;
  }
  .button {
    height: 50px;
  }
  .mainnav-img {
    width: 50%;
    margin-left: 50px;
  }
  #nav-container .bg {
    top: 50px;
  }
  #nav-content {
    margin-top: 50px;
  }
  .button02 {
    width: 50px;
    height: 50px;
  }
  #nav-content02 {
    margin-top: 50px;
  }
  .inner-language a {
    padding: 3px 0;
    font-size: 16px;
  }
  #nav-content02 {
    max-width: 200px;
    position: absolute;
  }
}
@media (max-height: 768px) {
   .inner-language a {
    padding: 3px 0;
    font-size: 20px;
}
}/* End custom CSS */