@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: #383838;
}


#header,
#footer,
.copyright,
.top-copy,
.wall-header,
.wall-1,
.wall-2,
.top_info,
.page_title {
  width: 100%;
}

#header:after,
#title:after,
#footer:after,
.copyright:after,
.top-copy:after,
.wall-header:after,
.wall-1:after,
.wall-2:after,
.top_info:after,
.page_title:after {
  content: "";
  display: block;
  clear: both;
}

.tag-1 {
  background-color: #6A8DB2;
  color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
  font-weight: bold;
}

.map-1 {
  background-color: #f9a825;
  color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
  font-weight: bold;
}
.map-2 {
  background-color: #0f9d58;
  color: #fff;
  border-radius: 3px;
  padding: 2px 10px;
  font-weight: bold;
}
.map-3 {
  background-color: #e65100;
  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: #b38c02;
  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: #b38c02;
  color:#fff;
  padding: 6px 18px;
  position:fixed;
  bottom: 17px;
  right: 17px;
  top: auto;
  left: auto;
  border-radius: 50%;
  opacity: 0.8;
}

.wall-header {
background-color: #ffeccb;
background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
} 

.wall-1 {
background-color: #f5e9e0;
background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}
.wall-2 {
  background-color: #FFF3DE;
}

.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: #D68F00;
  font-size: 1.7em;
  background-color: #F5F5F5;
  border-radius: 20px;
  text-shadow: 3px 3px 0 #fff;
  padding: 3px 0;
  box-shadow: 0 4px 0 #e0e0e0;
}

#pan {
  margin: -5px 0 0px 0;
  background-color: #FFD07E;
  height: 10px;
}

/********************************
custom.JS
*********************************/
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 1px 1px #999;
}


/********************************
header.PHP
*********************************/
#header {
background-color: #ffeccb;
background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
}

#title {
  width: 70%;
  margin: 15px auto 20px auto;
}
#title h1 a{
  background: url(../images/headertitle-pc@2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 26.987%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#ano-title {
  width: 80%;
  margin: 10px auto -10px auto;
}
#ano-title a{
  background: url(../images/headertitle-pc@2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 26.987%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.renmei {
  font-size: 1.55em;
  font-weight: bold;
  color: #394165;
}
.head-img {
  margin-bottom: -35px;
  position: relative;
  z-index: 999;
}
.sub-message {
  background-color: #b38c02;
  width: 100%;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.sub-message p{
  font-size: 1.6em;
  color: #fff;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 10px;
}

.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: 10%;
}
#gnav li{
  position: relative;
  width: 30%;
  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: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
#gnav li ul li {
  display: none;
}
#gnav li ul li{
  width: 100%;
  overflow: hidden;
  height: 0;
  transition: .2s;
  padding: 0;
}
#gnav li ul li a{
  padding: 10px 10px 11px 10px;
  border-top: 1px solid #fff;
  background-color: #89b869;
  text-align: left;
  font-size: 0.6em;
  border-right: none;
  color: #fff;
  display: block;
}
#gnav li ul li:first-child a{
  border-top: none;
}
#gnav li ul li a:hover{
  background-color: #659943;
  color: #fff;
}

#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 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;
}

/********************************
footer.PHP
*********************************/

.footer_line {
  background: url(../images/footer-line.png) repeat-x top left;
  height: 10px;
  width: 100%;
}

#footer {
  background-color: #fff0d6;
  padding-top: 30px;
  padding-bottom: 10px;
}

.copyright {
  text-align: center;
  font-size: 1.3em;
  color: #55453d;
  padding: 10px 0;
}

/********************************
TOP page
*********************************/
.top-copy {
  position: relative;
}
.top-copy h2 {
  font-size: 1.8em;
  text-align: center;
  color: #d55b5b;
  margin-bottom: 3px;
  font-family:"ヒラギノ丸ゴ Pro W4",
              "ヒラギノ丸ゴ Pro",
              "Hiragino Maru Gothic Pro",
              "ヒラギノ角ゴ Pro W3",
              "Hiragino Kaku Gothic Pro",
              "HG丸ｺﾞｼｯｸM-PRO",
              "HGMaruGothicMPRO",
  sans-serif;
  margin-bottom: 10px;
}
.top-copy p {
  font-size: 1.4em;
  text-align: center;
  color: #3578A2;
  margin-bottom: 12px;
  font-weight: bold;
}

.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: 20px;
}
.col_ul li{
  font-size: 1.5em;
  line-height: 1.8;
  margin-bottom: 16px;
}
.col_ul-m li{
  margin-bottom: 5px!important;
}
.col_ul li a{
  color: #c97979;
  font-weight: bold;
  text-decoration: underline;
}
.col_ul li a:hover{
  text-decoration: none;
}


.top_h2 {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #d55b5b;
}

.content-link a{
  display: block;
  padding: 3px 5px;
  width: 70%;
  margin: 0 auto;
  background-color: #e19696;
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 0 #B57979;
}
.content-link a:after{
  font-family: 'FontAwesome';
  content: "\00a0\00a0\f105";
}
.content-link a:hover{
  background-color: #B57979;
  color: #fff;
}

.content-2-left-1 {
  width: 30%;
  position: absolute;
  top: -20px;
  left: -5px;
  transform: rotate( -10deg );
  border: 2px solid #fff;
  box-sizing: border-box;
}
.content-2-left-2 {
  width: 30%;
  position: absolute;
  top: -20px;
  left: -5px;
  transform: rotate( -10deg );
  border: 2px solid #fff;
  box-sizing: border-box;
}
.content-2-right-1 {
  width: 35%;
  position: absolute;
  bottom: -30px;
  right: -5px;
  transform: rotate( 12deg );
  border: 2px solid #fff;
  box-sizing: border-box;
}
.content-2-right-2 {
  width: 35%;
  position: absolute;
  bottom: -30px;
  right: -5px;
  transform: rotate( 12deg );
  border: 2px solid #fff;
  box-sizing: border-box;
}
.content-3-left {
  width: 37%;
  position: absolute;
  bottom: -20px;
  right: -5px;
  transform: rotate( -10deg );
  border: 2px solid #fff;
  box-sizing: border-box;
}

.top_info h2 {
  color: #4f3f35;
  font-size: 1.6em;
  text-align: center;
  margin: 0 auto;
  padding: 5px 10px; 
  box-sizing: border-box;
  background-color: #fff0d6;
  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;
}

.school-map {
  width: 100%;
  height: 350px!important;
}

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

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-1 {
  padding-top: 40px!important;
  padding-bottom: 70px!important;
}

.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 {
  padding-top: 10px!important;
  box-shadow: none;
}
.slider img {
}

/********************************
slick
*********************************/
.slick-prev {
  left: 26%!important;
}
.slick-next {
  right: 26%!important;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px!important;
  height: 50px!important;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 999!important;
  opacity: 1!important;
}
.slick-prev:before,
.slick-next:before {
  font-size: 50px!important;
  line-height: 1;
  opacity: none!important;
  color: #e19696!important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
  font-family: 'FontAwesome'!important;
  content: "\f104"!important;
}
.slick-next:before {
  font-family: 'FontAwesome'!important;
  content: "\f105"!important;
}


/********************************
header.PHP
*********************************/
#header {
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 0 15px 0;
  background-color: #ffeccb;
}
#title {
  width: 100%;
  float: left;
  margin: 0 auto;
}
#title h1 a{
  background: url(../images/headertitle-pc@2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 19.898%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 30px;
  margin-left: 30px;
}
#ano-title {
  width: 85%;
  float: left;
  margin: 0 auto;
}
#ano-title a {
  background: url(../images/headertitle-pc@2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 26.987%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}



#title-fixed {
  width: 35%;
  float: left;
  display: none;
}
#title-fixed a{
  background: url(../images/headertitle-pc@2.png) no-repeat left top;
  height: 0;
  background-size: contain;
  padding-top: 13%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 0px;
}
.renmei {
  font-size: 1.8em;
  text-align: left;
}
.head-img {
  margin-bottom: -40px;
}
.head-school {
  position: absolute;
  top: -15px;
  right: -25px;
  width: 30%;
  z-index: -10;
}
.sub-message {
  background-color: #b38c02;
  width: 100%;
  height: 90px;
  margin-top: -90px;
  border-radius: 0 5px 5px 0;
  text-align: right;
  padding: 0;
}
.sub-message p{
  font-size: 2.2em;
  color: #fff;
  font-weight: bold;
  padding-top: 10px;
  margin-right: 50px;
  padding-bottom: 0;
}

.menu {
  width: 55%;
  float: right;
  padding-top: 15px;
  background-color: transparent;
}


#gnav li ul li {
  display: block;
}
#gnav li {
  font-size: 1.6em;
  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: 20px;
}
#gnav .gnav_first a:hover {
  background: url(../images/gnav_home_hover.png) no-repeat center center;
  background-size: 20px;
}

/********************************
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 h3 {
  font-weight: 500;
}
.news_box time {
  margin-left: 90px;
}

/********************************
footer.PHP
*********************************/

/********************************
TOP page
*********************************/


.top-copy {
}
.top-copy h2 {
  font-size: 2.6em;
  padding-top: 80px;
  margin-bottom: 10px;
  z-index: 999;
  white-space: nowrap;
}
.top-copy p {
  font-size: 1.9em;
  margin-bottom: 12px;
}


.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;
}

.top_h2 {
  font-size: 2.6em;
  margin-bottom: 30px;
}
.content-link a{
  padding: 8px 20px;
  width: 55%;
  margin: 0 auto;
  font-size: 1.8em;
}
.content-2-left-1 {
  width: 80%;
  position: absolute;
  top: 0px;
  left: 0px;
  transform: rotate( -9deg );
  border: 4px solid #fff;
}
.content-2-left-2 {
  width: 70%;
  position: absolute;
  top: 140px;
  left: 30px;
  transform: rotate( 8deg );
  border: 4px solid #fff;
}
.content-2-right-1 {
  width: 90%;
  position: absolute;
  top: -80px;
  right: 0px;
  transform: rotate( 9deg );
  border: 4px solid #fff;
}
.content-2-right-2 {
  width: 73%;
  position: absolute;
  top: 70px;
  right: 20px;
  transform: rotate( -6deg );
  border: 4px solid #fff;
}
.content-2-right-3 {
  width: 70%;
  position: absolute;
  top: 230px;
  right: 40px;
}
.content-3-left {
  width: 37%;
  position: absolute;
  bottom: -35px;
  right: -30px;
  transform: rotate( -9deg );
  border: 4px solid #fff;
}


.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;
}

.school-map {
  width: 100%;
  height: 660px!important;
}


}


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

PC(large) Media Queries ▼

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

}