@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Noto+Sans+JP:wght@400;500&display=swap');

.mon {
  font-family: 'Montserrat', sans-serif;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
li.nav__item,
li.nav__item.has_child ul li {
    list-style: none;
}
header a:hover,
footer a:hover,
footer a {
    text-decoration: none;
}
.nav__wrapper {
	  margin: 0;
}
header .wrapper {
  /* max-width: 1140px; */
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
header a,
li.nav__item.has_child:hover ul a {
  text-decoration: none;
  color: #693d42;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: 17px;
}
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
header .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  background-color: #2fa0f6;
  min-width: 120px;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  text-align: center;
}
header .button svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  fill: #fff;
}
header .button span {
  display: none;
}
li.nav__item.has_child {
  position: relative;
}
li.nav__item.has_child>a:after {
    content: "\e900";
    display: inline-block;
    font-family: ES;
    font-size: 9px;
    font-size: .6rem;
    font-weight: 700;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    line-height: normal;
		color: #68A0B0;
}
li.nav__item.has_child ul {
  position: absolute;
  display: none;
}
li.nav__item.has_child:hover ul {
  display: block;
  min-width: 200px;
  background: #f4f4f4;
	margin: 0;
}
li.nav__item.has_child:hover ul a {
  padding: 15px;
  font-size: 14px;
}
a.logo_a img {
    width: 272px;
    display: block;
}
a.logo_a:hover {
	  opacity: .3s;
		transition: .3s;
}
.site-header_dummy {
    display: block;
    position: relative;
    height: 103px;
    width: 100%;
    top: 0;
    left: 0;
}
.site-header {
    position: fixed;
    background-color: #fff;
    width: 100%;
		top: 0;
		left: 0;
}
.site-header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1024px) {
  .site-header__wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width:1270px) {
  li.nav__item.has_child ul {
    position: relative;
  }
	.site-header__wrapper {
	    padding-top: 10px;
	    padding-bottom: 0px;
	}
	.site-header_dummy {
	    height: 70px;
	}
}

@media (min-width: 1024px) {
  .nav__wrapper {
    display: flex;
  }
}

@media (max-width: 1270px) {
  .nav__wrapper {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    background-color: #ffedf8;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
  .nav__wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.nav__item a {
  display: block;
  padding: 35px 10px;
}
.nav__item>a:hover,
li.nav__item.has_child:hover ul a:hover {
  color: #68A0B0;
  transition: .3s;
}
.nav__toggle {
  display: none;
}
@media (max-width: 3200px) {
	.nav__item a {
	    display: block;
	    padding: 35px 15px;
	}
}
@media (max-width: 1470px) {
	.nav__item a {
	    display: block;
	    padding: 35px 10px;
	}
	header a, li.nav__item.has_child:hover ul a {
	    letter-spacing: 0.1em;
	}
	header .wrapper {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	a.logo_a img {
	    width: 220px;
	}
}

@media (max-width: 1270px) {
	.header_links {
	padding: 0px 35px 0px 0px
	}
	.nav__toggle {
	    display: block; 
      position: absolute;
	    right: 20px;
	    top: 15px;
	    padding: 0px;
      color: #68A0B0;
	    border-color: #fff;
	    background-color: #fff;
	    font-size: 22px;
	}
	.nav__toggle:hover,
	.nav__toggle:focus {
	    color: #FFABAB;
	    border-color: #fff;
	    background-color: #fff;
	}
	.nav__item a {
	    padding: 15px 20px;
	}
	li.nav__item.has_child:hover ul a {
	    padding: 15px 25px;
	}
}

@media (min-width: 600px) {
  .button span {
    display: initial;
  }
}

.button--icon {
  min-width: initial;
  padding: 0.5rem;
}

@media (max-width: 544px){
	html {
	    overflow-x: hidden;
	}
	.es-separate-container #content .es-container {
	    padding-left: 0;
	    padding-right: 0;
	}
}
@media (max-width: 499px) {
	header .wrapper {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.nav__toggle {
	    right: 15px;
	    font-size: 20px;
	}
	a.logo_a img {
	    width: 170px;
	}
	.site-header_dummy {
	    height: 70px;
	}
	.nav__item a {
	    padding: 15px 20px;
	    font-size: 14px;
	    line-height: 1;
	}
}
@media (max-width: 374px){
	a.logo_a img {
	    width: 140px;
	}
}


/* footer */
.gry1 {
    color: #808080;
}
a.gry1:hover {
    color: #333;
}
.ao1,
.title1 h3.ao1,
.title1 h4.ao1 {
    color: #68A0B0;
}
.ao2 {
    color: #ebf8ff;
}
.pink {
    color: #FDB3AF;
}
.chairo {
    color: #693d42;
}
.title1 .yellow,
.yellow {
    color: #e8eba7;
}
.fff,
.title1 h1.fff,
.title1 h3.fff,
.title1 h4.fff {
    color: #fff;
}
.ore {
    color: #f9ae3b;
}
footer {
  background: #fff;
}
footer p {
    margin-bottom: 0;
}
footer .inner-block {
    padding: 60px 0;
}
.footer_nav {
    width: calc(50% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer_bottom {
    background: #eef3f5;
    padding: 30px 0;
}
.footer_bottom p {
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.footer_banner img {
    width: 100%;
}
footer .cont-wrap {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
    flex-wrap: wrap;
		align-items: flex-start;
}
footer .info {
    width: 100%;
    font-size: 0;
    letter-spacing: 0;
    margin-bottom: 30px;
}
footer .info p {
    vertical-align: middle;
}
footer .info .footerlogo {
    width: 272px;
    display: inline-block;
}
footer .info p.footer_text {
    width: calc(100% - 302px);
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.15em;
    line-height: 2;
    color: #693d42;
    font-weight: 600;
    padding-left: 50px;
		text-align: justify;
    font-feature-settings: "palt" 1;
}
footer .footer_nav a {
  color: #693d42;
}
.footer_nav h3 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    font-weight: 500;
    letter-spacing: 0.15em;
		width: 100%;
}
.footer_nav ul {
    width: 50%;
		margin: 0;
}
.footer_nav li {
    list-style: none;
}
.footer_nav li a {
    line-height: 2.7;
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: 0.15em;
}
.footer_nav li a:before {
    content: "\03e";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 14px;
    color: #16c0ef;
}
.footer_nav li a:hover {
    color: #16c0ef;
    transition: .3s;
}
@media (max-width: 499px){
	footer .inner-block {
	    padding: 60px 0 30px;
	}
	.footer_bottom {
	    padding: 15px 0;
	}
	footer .info .footerlogo {
	    width: 160px;
	    display: block;
	    margin-bottom: 15px;
	}
	footer .info p.footer_text {
	    width: 100%;
	    display: block;
	    font-size: 14px;
	    letter-spacing: 0.1em;
	    line-height: 1.8;
	    padding-left: 0;
	}
	footer .info p.footer_text br {
	    display: none;
	}
	.footer_nav {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.footer_nav ul.nav01 {
	    padding-right: 5px;
	}
	.footer_nav ul.nav02 {
	    padding-left: 5px;
	}
	.footer_nav li:not(:last-child) {
	    margin-bottom: 10px;
	}
	.footer_nav h3 {
	    font-size: 18px;
	    margin-bottom: 15px;
	    padding-bottom: 13px;
	}
	.footer_nav li a {
	    padding-left: 10px;
	    font-size: 14px;
	    letter-spacing: 0.01em;
	    line-height: 1.4;
	    text-align: justify;
	    font-feature-settings: "palt" 1;
	}
	.footer_nav li a:before {
	    top: 3px;
	    font-size: 10px;
	}
	.footer_bottom p {
	    font-size: 11px;
	    letter-spacing: 0.01em;
	    font-weight: 500;
	    text-align: center;
	    width: 100%;
	}
	.footer_bottom p.copyright {
	    order: 1;
	}
}
@media (max-width: 374px){
	.footer_bottom p.copyright {
	    font-size: 10px;
	}
}
@media (max-width: 359px){
	.footer_bottom p.copyright {
	    letter-spacing: -0.03em;
	}
	.footer_nav li a {
	    font-size: 13px;
	}
}
	.header_links__list {
	  padding-top: 15px;
}
