@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

ul {
  margin-left: 1em;
  list-style-position: outside;
  text-align: left;
  list-style-type: circle;
}

ol {
  margin-left: 1em;
  list-style-position: outside;
  text-align: left;
  list-style-type: decimal;
}

table {}

table th {
  padding: 5px;
  border: 1px solid #EBEBEB;
}

table td {
  padding: 5px;
  border: 1px solid #EBEBEB;
}



a {}

a:visited {}

a:hover {}

a:active {}

.kosugi-maru-regular {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}




h1 {
  width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  float: left;
  padding-bottom: 10px;
}

h1 img {
  width: 100%;
}



h3 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
  font-size: 22px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #FFFADD;
}



h2 {
  text-align: center;
  font-size: 30px;
  background-image: url(images/bg_h2.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;

}


h4 {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  color: #F84C67;
  margin-bottom: 10px;
  background-image: url(images/list1.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
}

img {
  vertical-align: bottom;
  border: 0px;

}



main a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  zoom: 1;
}

.fuwafuwa {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

@keyframes floating-y {
  0% {
    transform: translateY(-7px);
  }

  100% {
    transform: translateY(7px);
  }
}



/*ページ構成*/
html {
  margin: 0px;
  padding: 0px;
}

body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #422300;
  background-color: #FFFFFF;
  background-image: url(images/bg_main.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 110% auto;
  line-height: 1.8em;
}

#system_main {
  width: 100%;
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;

}


header {
  margin-right: auto;
  margin-left: auto;
  background-image: url(images/bg_body.png);
  background-position: center top;
  background-repeat: repeat-x;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: normal;
}


.mainbox {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

footer {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 20px;
}


footer .copy {
  text-align: center;
  font-size: 12px;
  color: #5A3D1C;
  padding-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

footer .copy img {
  height: 30px;
}

#page_top {
  width: 80px;
  position: fixed;
  right: 10px;
  bottom: -100px;
}

#page_top img {
  width: 100%;
}



/*スライダー*/

#topslide {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

#topimg2 {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#topimg1 {
  position: absolute;
  top: 0px;
  right: 0px;
}

#topimg1 img {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  vertical-align: top;
}

#topimg2 img {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}


.slider div img {
  height: 60vw;
  object-fit: cover;
}

/*スライダー*/



/* トップ */


#news {
  margin-bottom: 60px;

}

#news ul {
  text-align: left;
  background-color: #FFFAE9;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  margin-left: auto;
  list-style: none;
  border-radius: 20px;
}

#news li {
  text-align: left;
  border-bottom: 1px solid #F5C867;
  margin-bottom: 3px;
  padding-bottom: 6px;
  padding-top: 6px;
  padding-right: 6px;
  padding-left: 6px;
  display: flex;
  gap: 1em;
}

#kihon {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}


#kihon_mirai {
  width: 49%;
  padding: 20px;
  background-color: #F9EAE4;
  border-radius: 20px;
}

#kihon_mirai table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  border: 0px;
  border-collapse: separate;
  border-spacing: 5px;
}

#kihon_mirai th {
  padding: 1em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  font-weight: normal;
  background-color: #712A24;
  border: 0px;
  color: #FFFFFF;
}

#kihon_mirai td {
  padding: 1em;
  text-align: left;
  background-color: #FFFFFF;
  border: 0px;
}

#kihon_mirai iframe {
  width: 100%;
  height: 300px;
}

#kihon_mirai figure {
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

#kihon_mirai figure img {
  width: 70%;
  border-radius: 20px;
  border: 5px solid #FFFFFF;
}

#kihon_mirai figure .mirai_logo {
  position: absolute;
  top: -50px;
  left: -10px;
  width: 40%;
}

#kihon_mirai figure .mirai_logo img {
  width: 100%;
  border: 0px;
}


#kihon_nyuji {
  width: 49%;
  padding: 20px;
  background-color: #EAF3DE;
  border-radius: 20px;
}

#kihon_nyuji table {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  border: 0px;
  border-collapse: separate;
  border-spacing: 5px;
}

#kihon_nyuji th {
  padding: 1em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  font-weight: normal;
  background-color: #647D43;
  border: 0px;
  color: #FFFFFF;
}

#kihon_nyuji td {
  padding: 1em;
  text-align: left;
  background-color: #FFFFFF;
  border: 0px;
}

#kihon_nyuji iframe {
  width: 100%;
  height: 300px;
}

#kihon_nyuji figure {
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

#kihon_nyuji figure img {
  width: 70%;
  border-radius: 20px;
  border: 5px solid #FFFFFF;
}

#kihon_nyuji figure .nyuji_logo {
  position: absolute;
  top: -50px;
  left: -10px;
  width: 40%;
}

#kihon_nyuji figure .nyuji_logo img {
  width: 100%;
  border: 0px;
}





.bgh2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding-top: 7vw;
  padding-bottom: 7vw;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  /*
    background-color: rgba(57,39,34,0.50);
    background-blend-mode: multiply;
    */

  border-bottom: 0px solid #FFFFFF;
  margin-bottom: 50px;
}

.bgh2 figure img {
  width: 20%;
}


@media screen and (max-width:480px) {
  .bgh2 {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .bgh2 {
    font-size: 27px;
  }
}


.bgh2 span {
  color: #FFFFFF;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: block;
  font-size: 20px;
  width: 20em;
  margin-left: auto;
  margin-right: auto;
  font-family: "Mochiy Pop One", sans-serif;
  text-shadow: 2px 2px 10px #050505;
}

.bgh2 span div {
  font-size: 2em;
  line-height: 1.5em;
  color: #FFFFFF;
  text-shadow: 2px 2px 10px #050505;
}

.bgh2_1 {
  background-image: url(images/photo_midashi1.jpg);
}

.bgh2_2 {
  background-image: url(images/photo_midashi2.jpg);
}

.bgh2_3 {
  background-image: url(images/photo_midashi3.jpg);
}

.bgh2_4 {
  background-image: url(images/photo_midashi4.jpg);
}

.bgh2_5 {
  background-image: url(images/photo_midashi5.jpg);
}












#mokuhyou {
  margin-bottom: 80px;
}


#gaiyou {
  margin-bottom: 80px;
}

#gaiyou article {
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #FFF4DC;
  border-radius: 10px;
}

#gaiyou dl {
  padding: 30px;
  border-radius: 5px;
  border: 2px dashed #DB800D;
  border-radius: 10px;
}


#gaiyou dt {
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.2em;
  border-bottom: 3px double #DB800D;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  color: #5B3D1E;
}

#gaiyou dd {
  text-align: left;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#staff {
  margin-bottom: 80px;
}

.sflex {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.sflex article {
  width: 31.3%;
  background-color: #FFDCE8;
  padding: 30px;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  background-image: url(images/bgt1.png);
}

.sflex figure {}

.sflex figure img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}

.sflex figcaption {
  margin-top: 15px;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  background-color: #FFFFFF;
}



/*tokushoku*/

#tokushoku {
  margin-bottom: 80px;
}

.tflex article {
  margin-bottom: 30px;
  border-spacing: 4px;
  padding: 30px;
  background-color: hsla(54, 100%, 85%, 1.00);
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 30px;
}

.tflex article dl {}

.tflex article dt {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 36px;
  padding-bottom: 15px;
  text-align: left;
  font-weight: normal;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  background-image: url(images/list_flag.png);
  background-repeat: no-repeat;
  background-position: 3px 6px;
}

.tflex article dd {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  text-align: left;
  background-color: #FFFEFB;
  border-width: 0px;
}

.tflex {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.tflex article img {
  width: 100%;
  border-radius: 15px;
  margin-top: 15px;
}

@media screen and (max-width:768px) {
  .tflex article {
    width: 100%;
  }
}




#class {
  margin-bottom: 80px;
}

.cflex article {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  border-spacing: 4px;
  padding: 30px;
  background-color: hsla(353, 100%, 92%, 1.00);
}

.cflex article dl {}

.cflex article dt {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 36px;
  padding-bottom: 15px;
  text-align: left;
  font-weight: normal;
  background-color: #FFFFFF;
  margin-bottom: 20px;
  background-image: url(images/list_hoiku01.png);
  background-repeat: no-repeat;
  background-position: 3px 6px;
}

.cflex article dd {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  text-align: left;
  background-color: #FFFEFB;
  border-width: 0px;
}

.cflex {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.cflex article {
  width: 31.3%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 30px;
}

.cflex article img {
  width: 100%;
  border-radius: 15px;
  margin-top: 15px;
}

@media screen and (max-width:768px) {
  .cflex article {
    width: 100%;
  }
}




/*tokushoku*/




/*life*/




#daily {
  margin-bottom: 80px;
}

#daybox {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-bottom: 30px;

}

#day1 {
  width: calc(50% - 20px);
  background-color: #FFD2D2;
  padding: 20px;
}

#day1 th {
  white-space: nowrap;
  background-color: #FFDDDD;
  padding: 7px;
  border-width: 0px;
  vertical-align: top;
}

#day2 {
  width: calc(50% - 20px);
  background-color: #DAF7B5;
  padding: 20px;
  vertical-align: top;
}

#day2 th {
  white-space: nowrap;
  background-color: #EBFFD3;
  padding: 7px;
  border-width: 0px;
}


#daybox table {
  width: 100%;
  border-spacing: 4px;
  border-collapse: separate;
}

#daybox table td {
  padding: 7px;
  background-color: #FFFFFF;
  text-align: left;
  border-width: 0px;
}

#daybox caption {
  background-color: #FFFFFF;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  border-radius: 10px;
  margin-bottom: 4px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 1.3em;
}

.daymidashi1 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FF5656;

}

.daymidashi2 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #508F00;
}

#daily ul {
  width: 100%;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#daily ul li {
  margin-bottom: 10px;
  width: 24%;
}

#daybox img {
  width: 100%;
}

#daily ul img {
  width: 100%;

}

@media screen and (max-width:768px) {
  #day1 {
    width: 100%;
    margin-bottom: 20px;
  }

  #day2 {
    width: 100%;
  }

}

@media screen and (max-width:480px) {}








#event {
  margin-bottom: 80px;
}

.eflex {
  width: 100%;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.eflex img {
  width: 100%;

}

.eflex article {
  margin-bottom: 20px;
  width: 32%;
  padding: 10px;
  margin-bottom: 35px;
  border-radius: 20px;
}

.eflex article:nth-child(5n) {
  background-color: #DDFBFF;
}

.eflex article:nth-child(5n-2) {
  background-color: #FFEFC1;
}

.eflex article:nth-child(5n-3) {
  background-color: #DCF8B7;
}

.eflex article:nth-child(5n-1) {
  background-color: #E5E8FF;
}

.eflex article:nth-child(5n-4) {
  background-color: #FFE5F1;

}

.eflex {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-top: 40px;
}

#event table {
  width: 100%;
  border-collapse: collapse;
  border: 0px;
}

#event th {
  border: 0px;
}

#event td {
  padding: 5px;
  border: 0px;
}

#event td figure {
  padding: 10px;
  border: 2px dashed #fff;
  margin: 0px;
  border-radius: 25px;
}

#event td figure img {
  width: 100%;
  border-radius: 15px;
}

#event th dl {
  text-align: left;
  padding: 5px;
}

#event th dt {
  margin-bottom: 15px;
  text-align: center;
}

#event th dd {
  font-weight: normal;
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 10px;
}

#event th img {
  width: 50%;
}

.other dl {
  text-align: left;
  padding: 5px;
  background-color: #EDE5DD;
}

.other dt {
  margin-bottom: 15px;
  text-align: center;
}

.other dd {
  font-weight: normal;
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-radius: 10px;
}

@media screen and (max-width:768px) {
  .eflex article {
    margin-bottom: 10px;
    width: 100%;
  }

  #event th img {
    width: 36%;
  }
}

/*life*/




/*blog*/


#blog {
  margin-bottom: 80px;
}

#blog h3 {
  background-color: #7AB968;
  color: #FFFFFF;
}

#blogbox {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#blogside {
  width: 26%;
  padding: 20px;
  margin-bottom: 20px;
  background-image: url(images/bg2.png);
  background-position: center center;
}

#blogside>div {
  padding: 10px;
  background-color: #D2FCBD;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 1.1em;
}

#blogside ul {
  counter-reset: list;
  list-style-type: none;
  line-height: 1.6;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  text-align: left;
  background-color: #FFFFFF;
  margin-top: 15px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #C2E5B7;
}

#blogside ul li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px dashed #76ABF9;
}

#blogside ul li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #72AB44;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#blogside ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


#blog_o {
  text-align: center;
  width: 70%;
  margin-top: 0px;
  margin-bottom: 20px;
}

#blog .blogmain {
  text-align: center;
  margin-bottom: 55px;
  border-bottom: 3px solid #7AB968;
  padding-bottom: 20px;
  padding-top: 20px;
}

.blogtext {
  text-align: left;
  padding: 15px;
  width: auto;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ECF8E8;
  border-radius: 20px;
}

.blogphoto {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.blogphoto figure {
  width: 32%;
  margin-bottom: 15px;
}

.blogphoto img {
  width: 100%;
  border: solid 10px #FFF;
  box-shadow: 1px 1px 4px 0px #D5D3D1;
}

.blogphoto figcaption {
  font-size: 75%;
  text-align: center;
  padding: 5px;
  margin: 5px;
  background-color: #F7FDF4;
  border-radius: 20px;
}

.blogdate {
  font-size: 12px;
  text-align: right;
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
  width: auto;
  background-color: #ECF8E8;
  border-radius: 20px;
}

.blogpdf {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.blogpdf div {
  width: 32%;
  margin-bottom: 15px;
}

.blogpdf a {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: block;
  background-color: #CF5E5E;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 20px;
}

.blogpdf a:hover {
  background-color: #DDF0D5;
  color: #ED934E;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 15px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*ページ送り*/
.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background-color: #6A413A;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  font-size: 0.9em;
  list-style-type: none;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active {
  color: #430001;
  background-color: #F3D5D5;
  border-radius: 50%;
}

@media screen and (max-width:768px) {

  .blogphoto figure {
    width: 100%;
  }

  .blogpdf div {
    width: 100%;
  }

  .blog2photo figure {
    width: 100%;
  }

  .blog2pdf div {
    width: 100%;
  }

  #blogside,
  #blog_o {
    width: 100%;
  }

  #blog2side,
  #blog2_o {
    width: 100%;
  }


  /*ページ送り*/
  .pager .pagination li.pre,
  .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;

  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a {
    width: 100%;
    text-align: center;

  }

  .pager .pagination li.pre span::after {
    content: "　前の10件へ";
  }

  .pager .pagination li.next span::before {
    content: "次の10件へ　";

  }

  .pager .pagination li {
    border-radius: 0%;
  }

  .pager .pagination li a:hover,
  .pager .pagination li a.active {
    border-radius: 0%;
  }

}

/*blog*/



/*download*/
#download {
  margin-bottom: 80px;
}

#download ul {
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #FFEEEE;
}

#download ul li {
  border-bottom: 1px solid #FF5665;
  background-image: url(images/list_pdf.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 45px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
}

#faq {
  margin-bottom: 80px;
}

#faq dl {
  text-align: left;
}

#faq dt {
  background-image: url(images/faq1.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 45px;
  padding-bottom: 14px;
  font-weight: bold;
  color: #637B43;
  font-size: 1.1em;
  margin-bottom: 10px;
  background-color: #F3F8E0;
  padding-top: 10px;
}

#faq dd {
  margin-bottom: 40px;
  background-image: url(images/faq2.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 10px;
  padding-left: 45px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #8F7157;
  color: #6F2A24;
}


#info {
  margin-bottom: 80px;
}

#info ul {
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #FFFBEE;
}

#info ul li {
  border-bottom: 1px solid #FF5665;
  background-image: url(images/list_pdf.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 45px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  padding-top: 10px;
}

/*download*/








@media screen and (max-width:768px) {

  body {
    background-image: url(images/bg_main_sp.png);
    background-size: 100% auto;
  }

  header {
    background-image: url(images/bg_body_sp.png);
    background-position: center top;
    background-size: 100% auto;
  }

  h1 {
    width: 65%;
    margin-bottom: 10px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }


  .mainbox {
    width: auto;
    padding: 20px;
  }

  footer .copy {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
  }

  footer .copy img {
    width: 100%;
    height: auto;
  }


  .slider div img {
    height: 70vw;
    object-fit: cover;
  }

  #kihon_nyuji {
    width: 100%;
  }

  #kihon_mirai {
    width: 100%;
    margin-bottom: 20px;
  }

  .sflex article {
    width: 98%;
    background-color: #FFDCE8;
    padding: 30px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 20px;
    background-image: url(images/bgt1.png);
  }

  .sflex figure img {
    height: auto;
  }




  #faq {
    padding-top: 100px;
    margin-top: -100px;
  }





}



@media screen and (max-width:480px) {

  #gNav ul>li img {
    width: 10px;

  }


  h2 {
    font-size: 21px;
    background-size: 80% auto;
  }


  h3 {
    font-size: 17px;
  }


  footer .copy img {
    width: 100%
  }

  #page_top {
    width: 60px;
    position: fixed;
    right: 10px;
    bottom: -60px;
  }

  header {
    height: auto;
    background-size: 100% auto;
  }

  footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
  }

  #kihon_mirai {
    width: 100%;

  }

  #kihon_mirai figure img {
    width: 90%;
  }

  #kihon_mirai th {
    width: 100%;
    display: block;
  }

  #kihon_mirai td {
    width: 100%;
    display: block;
  }

  #kihon_nyuji {
    width: 100%;
  }

  #kihon_nyuji figure img {
    width: 90%;
  }

  #kihon_nyuji th {
    width: 100%;
    display: block;
  }

  #kihon_nyuji td {
    width: 100%;
    display: block;
  }




  #mokuhyou figure img {
    width: 100%;
  }







}









/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 5s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: grid;
  place-items: center;
}

.spinner {
  width: 200px;
  height: 200px;
  margin: auto auto;
  animation: sk-scaleout 5s infinite ease-in-out;

}

.spinner img {
  width: 100%;
}

.loaded {
  transition: all 5s;
  opacity: 1;
  visibility: hidden;
  animation: fade 5s infinite ease-in-out;
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

/* ローディングアニメーション */
@keyframes fade {
  50% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}