@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #000; /* RGB */
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 0.05em;
}
a:hover {
  opacity: 0.5;
	color: #D56928;
}
.none {
  display: none;
}
*, *:before, *:after {
  box-sizing: border-box;
}
h1, .nav_logo {
  width: 20%;
  margin: 20px 20px 0px;
  max-width: 80px;
}
h2, h3 {
  font-family: "Times New Roman", "Noto Serif JP", "serif","A-OTF A1 Mincho Std", "My A1 Mincho", "A1 Mincho", YuMincho, "Yu Mincho", yu-mincho-pr6, "Hiragino Mincho ProN", serif;
  font-weight: 100;
  text-align: center;
}
h2 {
  font-size: 1.8rem;
}
.h2_title {
  padding-top: 5px;
}
p {
  font-size: 1.2rem;
  letter-spacing: .125em;
}
.h2_subtitle {
  font-family: "Noto Serif JP", "serif","Times New Roman", "A-OTF A1 Mincho Std", "My A1 Mincho", "A1 Mincho", YuMincho, "Yu Mincho", yu-mincho-pr6, "Hiragino Mincho ProN", serif;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 36px;
  border-top: 1px solid #D56928;
  width: 20%;
}
.nav-wrapper {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.header-nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  z-index: 2;
}
.nav-list {
  display: block;
  text-align: left;
  font-family: "Noto Serif JP", "serif","Times New Roman", "A-OTF A1 Mincho Std", "My A1 Mincho", "A1 Mincho", YuMincho, "Yu Mincho", yu-mincho-pr6, "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  padding: 60px 0 0 90px;
}
@media(min-width:1025px) {
	p{
		font-size: 1.3rem;
	}
  .header-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background-color: #fff;
    z-index: 2;
    border-left: 1px solid #D56928;
  }
  .top_title{
		width: 50%;
		margin: 0 auto;
	}
}
.nav-list {
  display: block;
  text-align: left;
  font-family: "Noto Serif JP", "serif","Times New Roman", "A-OTF A1 Mincho Std", "My A1 Mincho", "A1 Mincho", YuMincho, "Yu Mincho", yu-mincho-pr6, "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  padding: 100px 0 0 50px;
}
.nav_logo {
  display: none;
}
.nav-item a {
  text-decoration: none;
  color: #333;
}
.nav-item {
  padding-bottom: 20px;
}
.insta, .facebook {
  display: inline-block;
  margin-right: 15px;
}
.sns_icon {
  padding-left: 50px;
}
.icon_instagram, .icon_facebook {
  width: 30px;
}
.burger-btn {
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 3%;
  right: 5%;
  z-index: 3;
  border: none;
padding: 10px;
  background-color: #fff;
  border-radius: 50px;
  outline: none;
}
.bar {
  width: 30px;
  height: 1px;
  display: block;
  position: absolute;

  background-color: #D56928;
}
.bar_top {
  top: 16px;
}
.bar_mid {
  top:24px;
 
}
.bar_bottom {
  top: 32px;
}
.bur-btn p {
  font-size: 1.0rem;
  color: #D56928;
  bottom: 5px;
}
.burger-btn.close .bar_top {
  transform: translateY(8px) rotate(-45deg);
  transition: transform .4s;
}
.burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity .4s;
}
.burger-btn.close .bar_bottom {
  transform: translateY(-8px) rotate(45deg);
  transition: transform .4s;
}
.tel_button {
  display: block;
  position: fixed;
  bottom: 0.5%;
  right: 0;
  width: 300px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #D56928;
  text-decoration: none;
  border-radius: 0.5rem;
  z-index: 5;
}
.tel_button span {
  color: #FFF;
  position: relative;
  padding-left: 30px;
}
.tel_button span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/tel.png");
  background-size: contain;
  background-repeat: no-repeat;
}
header {
  height: 10%;
}
.fe_head, .nav_head {
  max-width: 1100px;
  margin: 0 auto 30px;
}
.menu_button {
  display: block;
  font-size: 1.1rem;
  padding: 15px;
  text-decoration: none;
  color: #D56928;
  text-align: center;
  width: 100%;
  max-width: 400px;
  border: solid 1px #ccc;
  border-radius: 5rem;
  margin: 0 auto;
}
.menu_button {
  color: #333;
  position: relative;
  padding-left: 30px;
}
.menu_button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #D56928;
  border-right: 2px solid #D56928;
  transform: rotate(45deg);
  margin-top: -3px;
}

.footer1,.footer2 {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  
}
.footer2{
  padding-bottom: 80px;
}
.footer_back{
  background-color: #f7f7f7;
  padding-top: 30px;
}
footer h2 {
  font-size: 3.6rem;
  text-align: left;
  padding-bottom: 8px;
  margin-bottom: 50px;
  border-bottom: solid 1px #D56928;
}
footer a {
  display: block;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.5em;
  max-width: 400px;
  padding: 8%;
  margin: 0 auto 20px;
}
.footer_links p {
  color: #fff;
  font-family: "Noto Serif JP", "serif","Times New Roman", "A-OTF A1 Mincho Std", "My A1 Mincho", "A1 Mincho", YuMincho, "Yu Mincho", yu-mincho-pr6, "Hiragino Mincho ProN", serif;
  text-align: left;
}
.footer_links {
  margin-bottom: 100px;
  list-style: none;
}
.footer_title {
  font-size: 1.6rem;
  line-height: 1.2;
}
.footer_subtitle {
  font-size: 1.0rem;
}
.footer_faq {
  background-image: url("../img/common/faq@2x@2x.jpg");
  background-position: left bottom 20%;
}
.footer_children {
  background-image: url("../img/common/for_children@2x@2x.jpg")
}
.footer_recruit {
  background-image: url("../img/common/recruit@2x.jpg")
}
.infomation {
  color: #333;
}
.infomation div {
  margin-bottom: 15px;
}
footer img {
  width: 100%;
  max-width: 650px;
  margin-bottom: 15px;
  border-radius: 0.5rem;
}
footer iframe {
  width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 20px
}
.footer_copy {
  font-size: 1.0rem;
  text-align: center;
}
@media(min-width:1025px) {
  .footer1,.footer2 {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .footer_links{
    display: flex;
    justify-content: center;
    margin: 200px auto;
  }
  .footer_links li{
    width: 300px;
    margin-right: 20px;
  }
  .infomation{
        display: flex;
    justify-content: center;
  
  }
  .info_wrapper1{
    width: 60%;
   
  }
  .info_wrapper1 img{
    width: 100%;
    max-width: 500px;
    
  }
  .info_wrapper1 p{
    font-size: 1.3rem;
    width: 100%;
    
  }
  .info_wrapper2{
    width: 50%;
    height: 100%;
 
  }
}