@charset "utf-8";
/*********************************************
screen css
General Setting mobile
@media (min-width: 768px) tablet
@media (min-width: 992px) PC(small)
@media (min-width: 1200px) PC(large)
**********************************************/

/********************************
General Setting
*********************************/
p,dt,li {
  color: #55453d;
}


#header,
#footer,
.footer_left,
.footer_right,
.footer_school_address_1,
.footer_school_address_2,
.copyright,
#top_slider,
.top_copy,
.school,
.wall_white,
.top_info,
.page_title {
  width: 100%;
}

#header:after,
#title:after,
#footer:after,
.footer_left:after,
.footer_right:after,
.footer_school_address_1:after,
.footer_school_address_2:after,
.copyright:after,
#top_slider:after,
.top_copy:after,
.school:after,
.wall_white:after,
.top_info:after,
.page_title:after {
  content: "";
  display: block;
  clear: both;
}

.tag_1 {
  background-color: #8896a0;
  color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
  font-weight: bold;
}

#pageTop span,
#pageTop_m span{
  display: block;
  overflow: hidden;
}
#pageTop{
  font-size: 3.8em;
  text-decoration: none;
  font-weight: bold;
  background-color: #d0a23d;
  color:#fff;
  padding: 5px 20px 12px 20px;
  position:fixed;
  bottom: 20px;
  right: 20px;
  top: auto;
  left: auto;
  border-radius: 50%;
  border: 3px solid #fff;
}
#pageTop:hover,
#pageTop_m:hover {
  transition: all .3s;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#pageTop_m{
  font-size: 2.5em;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #fff;
  background-color: #d0a23d;
  color:#fff;
  padding: 6px 18px;
  position:fixed;
  bottom: 17px;
  right: 17px;
  top: auto;
  left: auto;
  border-radius: 50%;
  opacity: 0.8;
}

.wall_white {
  background-color: #fff;
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

.page_title {
  padding: 10px 0;
  box-sizing: border-box;
}
.page_title p {
  font-size: 1.8em;
  padding: 0 0 5px 5px; 
  color: #4f3f35;
  border-bottom: 2px dotted #999;
}

.contents{
  margin-bottom: 60px;
  width: 100%;
}
.contents:after{
  content: "";
  display: block;
  clear: both;
}
.contents h2 {
  margin-bottom: 20px;
  color: #d0a23d;
  font-size: 1.7em;
  border-bottom: 1px solid #ada59f;
  padding-bottom: 6px;
}

#pan {
  margin: -35px 0 40px 0;
  background-color: #c5e0d4;
  height: 10px;
}

/********************************
custom.JS
*********************************/
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #f9f7f3;
}

.slider {
  width: 100%;
  margin: 0 auto;
}
.slider img {
  max-width: 100%;
}

/********************************
header.PHP
*********************************/
#header {
  margin-top: 15px;
  margin-bottom: 8px;
}

#title {
  width: 80%;
  float: left;
}
#title h1 a{
  background: url(../images/title_m.png) no-repeat left top;
/*  height: 0;
  background-size: contain;
  padding-top: 19.75%;*/
  background-size: 230px;
  height: 50px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 2px;
}

#header_contact {
  width: 18%;
  margin-left: 2%;
  float: right;
  text-align: center;
  /*margin-top: 16px;*/
  border: 1px dotted #55453d;
  border-radius: 5px; 
  box-sizing: border-box;
}
#header_contact p {
  font-size: 1.2em;
}
#header_contact p a {
  text-decoration: none;
  display: block;
  color: #4f3f35;
  padding: 5px 0;
  font-weight: bold;
}
#header_contact p a:hover {
  opacity: 0.5;
}

.menu {
  width: 100%;
  background-color: #fff;
}

#gnav {
  list-style-type: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#gnav:before,
#gnav:after {
  content: "";
  display: table;
}
#gnav:after{
  clear: both;
}
#gnav .gnav_first {
  width: 12%;
}
#gnav li{
  position: relative;
  width: 22%;
  float: left;
  text-align: center;
  font-size: 1.1em;
  position: relative;
}
#gnav li a{
  display: block;
  margin: 0;
  color: #55453d;
  text-decoration: none;
  padding: 16px 0 16px 0;
  vertical-align: baseline;
  font-weight: bold;
  border-right: 1px dotted #e0e0e0;
}
/* 親menuの項目hover */
#gnav li:hover > a{
  color: #55453d;
}
/* 子menuの項目hover */
#gnav li a:hover{
  color: #55453d;
}
#gnav li:hover ul li{
  overflow: visible;
  height: 46px;
}
#gnav li ul{
  list-style: none;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#gnav li ul li {
  display: none;
}
#gnav li ul li{
  width: 270px;
  overflow: hidden;
  height: 0;
  transition: .2s;
  padding: 0;
  margin-left: -45px;
}
#gnav li ul li a{
  padding: 10px;
  border-top: 1px solid #fff;
  background-color: #FAE9C8;
  text-align: left;
  font-size: 0.6em;
  border-right: none;
  color: #55453d;
  display: block;
}
#gnav li ul li:first-child a{
  border-top: none;
}
#gnav li ul li a:hover{
  background-color: #C9A67D;
}

#gnav .gnav_first a {
  background: url(../images/gnav_home.png) no-repeat center center;
  background-size: 17px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*#gnav .gnav_first a:hover {
  opacity: 0.5;
}*/
#gnav li a .fa-caret-right:before {
  content: "\f0da\00a0\00a0";
  font-family: 'FontAwesome';
}
/********************************
info.PHP
*********************************/
.news_box dl {
  font-size: 1.5em;
  border-bottom: 1px dotted #888;
  width: 100%;
  padding: 0 6px;
  box-sizing: border-box;
}
.news_box dl a{
  text-decoration: none;
  color: #4f3f35;
}
.news_box dl a:after{
  content: "\00a0\f0da";
  font-family: 'FontAwesome';
}
.news_box dl a:hover, 
.news_box dl a:active {
  text-decoration: underline;
}
.news_box dt {
  color: #4f3f35;
  margin-top: 10px;
}
.news_box dd {
  margin-bottom: 10px;
}
.news_box h3 {
  font-weight: 500;
  text-align: left;
  color: #4f3f35;
}
.news_box time {
  font-weight: bold;
  font-size: 0.9em;
  margin-left: 80px;
}
.news_box dt.news_icon {
  background: url(../images/news.png) no-repeat 0 5px;
  background-size: 70px;
  width: 100px;
}
.news_box dt.otayori_icon {
  background: url(../images/otayori.png) no-repeat 0 5px;
  background-size: 70px;
  width: 100px;
}
.news_box dt.kentei_icon {
  background: url(../images/kentei.png) no-repeat 0 5px;
  background-size: 70px;
  width: 100px;
}
.news_box dt.kyogi_icon {
  background: url(../images/kyogi.png) no-repeat 0 5px;
  background-size: 70px;
  width: 100px;
}
.news_box dt.gyoji_icon {
  background: url(../images/gyoji.png) no-repeat 0 5px;
  background-size: 70px;
  width: 100px;
}

/********************************
footer.PHP
*********************************/
.footer_left img{
  max-width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 15px;
}
.footer_left a img:hover {
  opacity: 0.5;
}
.footer_left p{
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: center;
}

.footer_school_address_1,
.footer_school_address_2 {
  color: #55453d;
  margin-bottom: 13px;
  padding-bottom: 13px;
  border-bottom: 1px dotted #c0c0c0;
}
.footer_school_address_1 {
  border-top: 1px dotted #c0c0c0;
  padding-top: 13px;
}
.footer_school_address_1 h2,
.footer_school_address_2 h2 {
  font-size: 1.9em;
  margin-bottom: 2px;
  color: #c97979;
}
.footer_school_address_1 p,
.footer_school_address_2 p {
  font-size: 1.5em;
  text-align: center;
}

.copyright {
  text-align: center;
  font-size: 1.3em;
  color: #55453d;
  padding: 10px 0;
  border-bottom: 10px solid #8896a0;
  margin: 0;
}

/********************************
TOP page
*********************************/
.top_copy {
  position: relative;
  border-bottom: 1px solid #c0c0c0;
}
.top_copy h2 {
  font-size: 1.7em;
  text-align: left;
  color: #d5970e;
  text-shadow: 1px 1px 0 #fff;
  margin-bottom: 10px;
  font-family:"ヒラギノ丸ゴ Pro W4",
              "ヒラギノ丸ゴ Pro",
              "Hiragino Maru Gothic Pro",
              "ヒラギノ角ゴ Pro W3",
              "Hiragino Kaku Gothic Pro",
              "HG丸ｺﾞｼｯｸM-PRO",
              "HGMaruGothicMPRO",
  sans-serif;
}
.top_copy img {
  max-width: 100px;
  position: absolute;
  top : -40px;
  right: -10px;
}

.renmei h3{
  font-size: 1.5em;
  text-align: center;
  color: #55453d;
  margin-bottom: 2px;
}

.school img {
  max-width: 48%;
  margin-right: 4%;
  float: left;
}

.col_text p {
  font-size: 1.5em;
  line-height: 1.8;
  margin-bottom: 16px;
}
.col_text p a{
  color: #c97979;
  font-weight: bold;
  text-decoration: underline;
}
.col_text p a:hover{
  text-decoration: none;
}
.col_ul {
  margin-left: 25px;
}
.col_ul li{
  font-size: 1.5em;
  line-height: 1.8;
  margin-bottom: 16px;
}
.col_ul li ul li{
  font-size: 1em;
  line-height: 1.8;
  margin-bottom: 16px;
  list-style: none;
}

.top_h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
  padding: 3px 3px;
  color: #c97979;
  border-radius: 5px;
  border: 3px solid #c97979;;
}

.top_info h2 {
  color: #4f3f35;
  font-size: 1.6em;
  text-align: center;
  margin: 0 auto;
  padding: 5px 10px; 
  box-sizing: border-box;
  background-color: #fff;
  border-top: 1px solid #4f3f35;
  border-bottom: 1px solid #4f3f35;
}

.info_page_m {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
  border: 1px solid #4f3f35;
  border-radius: 5px;
  background-color: #fff;
}
.info_page_m a {
  font-size: 1.6em;
  font-weight: bold;
  padding: 10px 0;
  text-decoration: none;
  color: #4f3f35;
  display: block;
}
.info_page_m a:after {
  content: "\00a0\00a0\00a0\f0da";
  font-family: 'FontAwesome';
}
.info_page_m a:hover,
.info_page_m a:active {
  opacity: 0.5;
}



/*********************************************

tablet Media Queries ▼

**********************************************/
@media (min-width: 768px) {
/********************************
General Setting
*********************************/
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.container:after {
  content: "";
  display: block;
  clear: both;
}
}

/*********************************************

PC(small) Media Queries ▼

**********************************************/
@media (min-width: 992px) {
/********************************
General Setting
*********************************/
.tag_1 {
  margin-right: 5px;
}

.wall_white {
  padding-top: 70px;
  padding-bottom: 70px;
}

.page_title {
  text-align: right;
}
.page_title p {
  padding: 0 10px 5px 5px; 
}

.contents h2 {
  font-size: 2.3em;
  width: 40%;
  margin: 0 auto 20px auto;
}

/********************************
custom.JS
*********************************/
.fixed {
/*  width: 100%!important;
  margin-top: 0px!important;
  top: 0;
  right: 0;
  padding: 10px 0;
  z-index: 999999;*/
  /*position: static!important;*/
}
.slider img {
  border-radius: 10px;
}

/********************************
slick
*********************************/


/********************************
header.PHP
*********************************/
#header {
  margin-top: 0;
  margin-bottom: 0;
}
#title {
  width: 25%;
  float: left;
}
#title h1 a{
  background: url(../images/titile_pc@2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 61.34%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0;
}

#header_contact {
  width: 15%;
  background-color: #55453d;
  border-radius: 0 0 5px 5px;
  margin-top: 0;
  margin-left: 0;
  border: none;
}
#header_contact p {
  font-size: 1.7em;
  color: #fff;
  font-weight: bold;
}
#header_contact p a{
  text-decoration: none;
  color: #fff;
  padding: 3px 0;
}
#header_contact p a:hover,
#header_contact p a:active {
  opacity: 0.5;
}

.menu {
  padding: 6px 0;
  width: 67%;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -60px; 
  background-color: transparent;
}

#gnav li ul li {
  display: block;
}
#gnav li {
  font-size: 1.7em;
  font-weight: bold;
}
.gnav_f a{
  border-radius: 8px 8px 0 0;
}
.gnav_e a{
  border-radius: 0 0 8px 8px;
}
#gnav li a{
  padding: 8px 0;
  display: block;
  margin: 0;
  background-color: transparent;
  text-decoration: none;
  vertical-align: baseline;
  border-right: 0;
}
#gnav .gnav_first a {
  background: url(../images/gnav_home.png) no-repeat center center;
  background-size: 26px;
}
#gnav .gnav_first a:hover {
  background: url(../images/gnav_home_hover.png) no-repeat center center;
  background-size: 26px;
}

/********************************
info.PHP
*********************************/
.news_box dl {
  padding: 8px 15px;
  box-sizing: border-box;
}
.news_box dt.news_icon {
  background: url(../images/news.png) no-repeat 0 4px;
  background-size: 80px;
  width: 100px;
}
.news_box dt.otayori_icon {
  background: url(../images/otayori.png) no-repeat 0 4px;
  background-size: 80px;
  width: 100px;
}
.news_box dt.kentei_icon {
  background: url(../images/kentei.png) no-repeat 0 4px;
  background-size: 80px;
  width: 100px;
}
.news_box dt.kyogi_icon {
  background: url(../images/kyogi.png) no-repeat 0 4px;
  background-size: 80px;
  width: 100px;
}
.news_box dt.gyoji_icon {
  background: url(../images/gyoji.png) no-repeat 0 4px;
  background-size: 80px;
  width: 100px;
}
.news_box h3 {
  font-weight: 500;
}
.news_box time {
  margin-left: 90px;
}

/********************************
footer.PHP
*********************************/
.footer_left{
  width: 32%;
  float: left;
  margin-right: 8%;
}
.footer_left img{
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
}
.footer_left p{
  font-size: 1.5em;
  margin-bottom: 10px;
}

.footer_right {
  width: 60%;
  float: right;
}

.footer_school_address_1,
.footer_school_address_2 {
  width: 50%;
  float: left;
  border-left: 2px dotted #5e4825;
  padding: 10px 20px;
  box-sizing: border-box;
  height:140px;
  margin-bottom: 0;
  border-bottom: 0;
  border-top: 0;
}
.footer_school_address_1 h2,
.footer_school_address_2 h2 {
  font-size: 1.9em;
  margin-bottom: 4px;
}
.footer_school_address_1 p,
.footer_school_address_2 p {
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 10px;
}
.footer_school_address_2 {
  border-right: 2px dotted #5e4825;
}
/********************************
TOP page
*********************************/
#top_slider {
  width: 68%;
  float: right;
  margin-top: -40px;
}

#top_renmei,
#top_school {
  width: 27%;
  float: left;
  margin: 20px 3% 5px 2%;
}
#top_renmei h3 {
  font-size: 1.7em;
  text-align: left;
  color: #55453d;
  line-height: 21px;
  margin-bottom: 10px;
}
#top_school img{
  width: 48%;
  margin-right: 4%;
  float: left;
}

.top_copy {
  margin-top: -60px;
}
.top_copy h2 {
  font-size: 2.6em;
  margin-bottom: 10px;
  z-index: 999;
  white-space: nowrap;
}
.top_copy img {
  max-width: 290px;
  position: absolute;
  top: -30px;
  right: -80px;
}

.renmei h3{
  font-size: 1.7em;
  text-align: left;
  color: #55453d;
  margin-bottom: 10px;
}

.col_text p {
  font-size: 1.6em;
  margin-bottom: 20px;
}
.col_ul {
  margin-left: 35px;
}
.col_ul li{
  font-size: 1.6em;
  margin-bottom: 20px;
}
.col_ul li ul li{
  font-size: 1em;
  margin-bottom: 20px;
  list-style: none;
}
.top_h2 {
  font-size: 2.0em;
  margin-bottom: 30px;
  padding: 5px 3px;
  color: #c97979;
  border-radius: 5px;
  border: 3px solid #c97979;;
}

.top_info h2{
  padding-left: 100px;
  font-size: 1.7em;
}

.info_page {
  float: right;
  margin-top: 1px;
}
.info_page a{
  text-decoration: none;
  color: #4f3f35;
}
.info_page a:hover{
  text-decoration: underline;
}



.col_2_wid {
  width: 60%!important;
  margin: 0 auto 30px auto;
  background-color: #F0EBE1;
  padding: 10px 20px;
  border-radius: 10px;
  box-shadow: 3px 3px 3px #C2BEB6;
}

.about_img_left {
  position: absolute;
  width: 150px;
  top: -30px;
  left: -80px;
}
.about_img_right {
  position: absolute;
  width: 120px;
  bottom: -50px;
  right: -110px;
}


}


/*********************************************

PC(large) Media Queries ▼

**********************************************/
@media (min-width: 1200px) {

}


.button-2 a {
  text-align: center;
  background-color: #fff;
  border: 2px solid #5ca285;
  border-radius: 25px;
  text-decoration: none;
  padding: 7px 10px;
  color: #5ca285;
  display: block;
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 3px #c0c0c0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .button-2 a {
    padding: 2px 10px;
    font-size: 1.7em;
  }
}
@media (min-width: 992px) {
  .button-2 a {
    font-size: 1.6em;
  }
}
.button-2 a:hover {
  background-color: #5ca285;
  color: #fff;
}



.button-3 a {
  text-align: center;
  background-color: #5ca285;
  border: 2px solid #5ca285;
  border-radius: 20px;
  text-decoration: none;
  padding: 7px 5px;
  color: #fff;
  display: block;
  font-size: 1.6em;
  line-height: 1.6;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 3px #c0c0c0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .button-3 a {
    padding: 10px 0px;
    font-size: 1.7em;
    width: 60%;
    margin: 0 20%;
  }
}
@media (min-width: 992px) {
  .button-3 a {
    font-size: 2.0em;
  }
}
.button-3 a:hover {
  background-color: #fff;
  color: #5ca285;
}


.terms-page ul {
  margin-left: 30px;
}
.terms-page ul > li {
  margin-bottom: 30px;
}
.terms-page h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 10px;
}

.terms-section {
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.terms-section:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #555;
  display: block;
  margin-left: 30px;
}
.terms-section h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  .terms-section h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 992px) {
  .terms-section h3 {
    font-size: 2.3rem;
  }
}
@media (min-width: 1200px) {
  .terms-section h3 {
    font-size: 2.5rem;
  }
}
