@charset "utf-8";
/* CSS Document */
* {
  box-sizing: border-box;
  line-height: 1.6;
  /*text-align: center;*/
  color: #5D5D5D;
  font-size: 10px;
  list-style: none;
  font-family: "fot-udmarugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-break: strict; /*句読点や記号を用いた場合の改行規則 strict最も厳格な改行規則を使用してテキストを改行*/
}
/*----------背景の水玉----------*/
body {
  background-image: url("../img/body.jpg");
  background-size: cover;
}
/*----------header logoとnav----------*/
.header {
  width: 100%;
  height: auto;
}
.header .logo {
	width: 30%;
  
  /*height: auto;*/
  text-align: center;
  margin: 0 auto;
}
/*----------drawermenu----------*/
ul {
  list-style: none;
}
.contents {
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#navTgl {
  display: none;
}
/*label {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}*/
.open {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 48px;
  transition: background .5s, transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
}
.open::before, .open::after {
  content: "";
}
.open span {
  content: "";
  position: absolute;
  top: 35px;
  right: 20px;
  width: 29px;
  border-bottom: 4px solid #F9C1CF; /*★★線の太さや色★★*/
  transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
  /*padding-bottom:5px;*/
}
.open::before {
  content: "";
  position: absolute;
  top: 30px;
  right: 20px;
  width: 29px;
  border-bottom: 4px solid #F9C1CF; /*★★線の太さや色★★*/
  transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
  /*padding-bottom:5px;*/
}
.open::after {
  content: "";
  position: absolute;
  top: 31px;
  right: 29px;
  width: 20px;
  border-bottom: 4px solid #F9C1CF; /*★★線の太さや色★★*/
  transition: transform .5s cubic-bezier(0.76, 0.52, 0.29, 1.25);
  margin-top: 10px;
}
.open::before {
  transform: translateY(-8px);
}
.open::after {
  transform: translateY(8px);
}
.close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .5s;
}
#navTgl:checked + .open span {
  transform: scaleX(0);
}
#navTgl:checked + .open::before {
  transform: rotate(45deg) scalex(2.0) translateX(1.8px);
}
#navTgl:checked + .open::after {
  transform: rotate(-45deg) scalex(3.0) translateX(3.2px);
}
#navTgl:checked ~ .close {
  /*  background: rgba(0, 0, 0, .7);*/
  background-image: url("../img/body.jpg");
  background-size: cover;
}
.menu {
  z-index: 1;
  position: fixed;
  overflow: auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 6%;
  margin: 0;
  box-sizing: border-box;
  transform: translateX(-100%);
  transition: transform .5s cubic-bezier(0.33, 1.01, 0.33, 0.97);
}
.menu h2, .menu a {
  color: #707070;
  font-size: 15px;
  list-style: none;
  font-family: "fot-udmarugo-large-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.menu h2 {
  text-align: center;
}
.menu ul {
  padding: 0;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.menu li {
  /* font-size: .9em;*/
  line-height: 1.4;
  border-bottom: solid 1px #707070;
}
.menu li:nth-child(4) {
  border-bottom: none;
}
.menu li:nth-child(5) {
  border-bottom: none;
}
/*.menu li:nth-child(4)::after{
	content:url("../img/drawer-contact.png");
	display: block;
}*/
.menu a {
  display: block;
  padding: 1.4em 2em;
  text-decoration: inherit;
  transition: background .5s;
}
.menu li :hover {
  /* font-size: .9em;*/
  cursor: pointer;
  opacity: 0.8;
}
#navTgl:checked ~ .menu {
  transform: none;
}
.inner {
  width: 100%;
}
/*innerの直下にmain*/
.main {
  width: 87.27%;
  background-color: #F8F3E7;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.main ul li a {
  text-decoration: none;
}
.main h2 {
  font-size: 16px;
  background-color: #F9C1CF;
  padding: 5px 0 5px 0;
  margin-top: 30px;
  margin-bottom: 50px;
	max-width:600px;
	margin-right:auto;
	margin-left:auto;
}
.kihon p {
  padding-bottom: 50px;
}
/*.main p:nth-child(1){
	padding-bottom:0px;
}
.main:last-child{
	padding-bottom:50px;
}*/
/*建物のメイン画像*/


.ensya {
  width: 80%;
  text-align: center;
  margin-bottom: 40px;
}
.pop img {
  width: 38%;
  height: auto;
  margin-top: 30px;
	animation: fuwafuwa 5s ease infinite;
}

@keyframes fuwafuwa {
	0% {transform:translate(0, 0);}
	50% {transform:translate(0, -20px);}
	100% {transform:translate(0, 0);}
}

.title-flower1 {
  width: 15%;
  max-width: 95px;
  height: auto;
  position: absolute;
  top: 80%;
  left: 20%;
  animation: flower-anime 5s linear infinite;
}
.title-flower2 {
  width: 20%;
  max-width: 125px;
  height: auto;
  position: absolute;
  top: 80%;
  right: 20%;
  animation: flower-anime 5s linear infinite;
}
.bound-img-wrap img {
  transform: scale(1);
}
/** 画像ホバー時のアニメを設定 */
.bound-img-wrap img:hover {
  -webkit-animation: bound 1s ease-in;
  -moz-animation: bound 1s ease-in;
  animation: bound 1s ease-in infinite;
}
/** アニメーションの定義 */
@keyframes bound {
  /** 開始時は１倍の大きさ */
  from {
    transform: scale(1);
  }
  /** 0%～25%にかけて1.15倍する */
  25% {
    transform: scale(1.15);
  }
  /** 25%～50%にかけて0.95倍する */
  50% {
    transform: scale(0.95);
  }
  /** 50%～75%にかけて1.05倍する */
  75% {
    transform: scale(1.05);
  }
  /** 終了時は元の大きさに戻す */
  to {
    transform: scale(1);
  }
}
.main ul li {
  text-align: left;
  padding: 5px 0 0 5px;
}
.kihon {
  width: 90%;
  margin: 0 auto;
}
.kihon img {
  width: 100%;
	max-width:500px;
	height:auto;
}
/*==================================================
アコーディオンのためのcss
===================================*/
.s_02 {
  width: 90%;
 /* margin-bottom:60px;*/
	padding-bottom: 40px;
  margin-right: auto;
	margin-left:auto;
	max-width:600px;
}

.s_02 .accordion_one {
 /* max-width: 1000px;*/
 /* margin: 0 auto;*/
}
.s_02 .accordion_one .accordion_header {
  background-color: #F8BA84;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 10px 11%;
  text-align: center;
  position: relative;
 /* z-index: +1;*/
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_02 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #8484F8;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #F88484;
}
.s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 65%;
  right: 5%;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  border-left: 2px solid #F8BA84;
  border-right: 2px solid #F8BA84;
  border-bottom: 2px solid #F8BA84;
  box-sizing: border-box;
}
.s_02 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #8484F8;
  border-right: 2px solid #8484F8;
  border-bottom: 2px solid #8484F8;
}
.s_02 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #F88484;
  border-right: 2px solid #F88484;
  border-bottom: 2px solid #F88484;
}
.s_02 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_02 .accordion_one .accordion_inner div.txt_a_ac {
  margin: 0;
}
.box_one img {
  width: 100%;
  height: auto;
  margin-top: 15%;
}
@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 14px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    width: 25px;
    height: 25px;
    /*margin-top: -15px;*/
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
   
    
    padding: 10px 60px 10px 15px;
  }
}
/*====================================================================
以下は不要です。
====================================================================*/
/*@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}*/
/*.section {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0px 0px 0px;
}*/
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}
.oneBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 250px;
  margin: 0 auto 50px;
  overflow: hidden;
}
.footer {
  /*clear:both;*/
}
/*----------イラストたち----------*/
.bird img {
  width: 10%;
  position: absolute;
  top: 10.28%;
  left: 5.33%;
  animation: moveimg 10s linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@keyframes moveimg {
  0% {
    left: 0%;
    top: 3%;
  }
  30% {
    left: 10%;
    top: 10%;
  }
  40% {
    left: 6%;
    top: 12%;
  }
  100% {
    left: 6%;
    top: 12%;
  }
}
.bird img:hover {
  display: inline-block;
  animation: hurueru .1s infinite;
}
@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg)
  }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg)
  }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg)
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}
.flower1 img {
  width: 23.86%;
  height: auto;
  position: absolute;
  top: 18.5%;
  left: 11.73%;
  animation: flower-anime 5s linear infinite;
}
.flower2 img {
  width: 18.93%;
  height: auto;
  position: absolute;
  top: 18%;
  right: 15.46%;
  animation: flower-anime 4s linear infinite;
}
@keyframes flower-anime {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.ball img {
  width: 38%;
  hight: auto;
  position: absolute;
  top: 30.24%;
  left: 12%;
}
.katatumuri img {
  width: 12.80%;
  hight: auto;
  position: absolute;
  top: 25.64%;
  right: 26.66%;
  animation: yurayura 3s linear infinite;
}
@keyframes yurayura {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(15deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-15deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.mizuyari img {
  width: 26.40%;
  hight: auto;
  position: absolute;
  top: 29.6%;
  right: 3.2%;
}
.flower3 img {
  width: 14.93%;
  hight: auto;
  position: absolute;
  top: 34.2%;
  right: 24%;
}
.nawatobi img {
  width: 34.40%;
  hight: auto;
  position: absolute;
  top: 43.54%;
  left: 0%;
}
.yama img {
  width: 65.20%;
  hight: auto;
  position: absolute;
  top: 45%;
  left: 32%;
}
.hu-pu img {
  width: 21%;
  hight: auto;
  position: absolute;
  top: 56%;
  left: 42.66%;
}
.hu-pu img:hover {
  animation: rotate-anime 3s linear infinite;
}
@keyframes rotate-anime {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sanrinsya img {
  width: 26.80%;
  hight: auto;
  position: absolute;
  top: 60.17%;
  right: 21.33%;
}
.sanrinsya img:hover {}
.baketu img {
  width: 23.44%;
  hight: auto;
  position: absolute;
  top: 71.25%;
  right: 1.6%;
}
.taiya img {
  width: 63.06%;
  hight: auto;
  position: absolute;
  top: 66.50%;
  right: 39%;
}

/*----------わからないことがありましたらお気軽に----------*/
#denwa {
  margin: 74px auto 0 auto;
  padding-bottom: 80px;
  width: 340px;
  height: auto;
  text-align: center;
  position: relative;
}
.denwa-img {}
.denwa-img img {
  width: 280px;
  height: 150px;
}
.denwa-flower1 img {
  width: 82.5px;
  height: auto;
  position: absolute;
  top: 100px;
  left: 0px;
  animation: flower-anime 5s linear infinite;
}
.denwa-flower2 img {
  width: 82.5px;
  height: auto;
  position: absolute;
  top: 100px;
  right: 0px;
  animation: flower-anime 5s linear infinite;
}
/*----------footer----------*/
.footer {
  width: 100%;
  background-image: url("../img/footer-bg.png");
  text-align: center;
}
.footer-logo {
  width: 50%;
  padding-top: 44px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.address {
  margin-top: 12px;
  font-size: 12.5px;
}
.main-ad {
  font-size: 15px;
}
.address img {
  max-width: 50.66%;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.footer .copy {
  padding-bottom: 10px;
  font-size: 10px;
}
/*----------インスタアイコン----------*/
.icon {
  margin-top: 20px;
  margin-bottom: 70px;
}
.icon a {
  text-decoration: none;
}
.icon-instagram:before {
  content: "\ea92";
  color: #F9C1CF;
  font-size: 55px;
  text-decoration: none;
}
/*----------最初のロゴ画像表示----------*/
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width:25vw;
}
/*----------pagetop----------*/
.page-top {
  position: fixed;
  bottom: 10px;
  right: -2px;
}
.page-top a {
  display: block;
  /*width: 50px;*/
  /*padding: 30px 0;
    border-radius: 5px;
    background: #ef7b7b;
    color: #fff;*/
  text-decoration: none;
}
.page-top a img {
  width: 70px;
}
.page-top a:hover {
  opacity: 0.7;
}
/*-----------------------------------------------------
ここからメディアクエリ601px~1100px
------------------------------------------------------*/
@media screen and (min-width:601px) {
  .inner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  /*innerの直下にmain*/
  .main {
    width: 87.27%;
    /* margin-top: -29%;*/
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
	.bread {
	padding:20px;
}
	
	.kihon {
  width: 80%;
  margin: 0 auto;
}
	.kihon p {
  padding-bottom: 60px;
}
	.s_02 .accordion_one .accordion_header {
    font-size: 16px;
    
  }
  .illust {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
  }
  .header .logo {
    width: 28%;
    margin-top: 12px;
  }
  /*----------ここからメインイラストたちの配置----------*/
  .hoikujikan img {
    width: 38.54%;
    height: auto;
    position: absolute;
    top: 44.30%;
    right: 10.83%;
    animation: anime1 0.8s ease 0s infinite alternate;
    transform-origin: center;
    z-index: 3;
  }
  .annai img {
    width: 38.54%;
    height: auto;
    position: absolute;
    top: 60.64%;
    left: -5.21%;
    animation: anime1 0.6s ease 0s infinite alternate;
    transform-origin: center;
  }
  .inner .contact img {
    width: 38.54%;
    height: auto;
    position: absolute;
    top: 82%;
    right: -2%;
    animation: anime1 0.7s ease 0s infinite alternate;
    transform-origin: center;
  }
  .flower1 img {
    width: 23.86%;
    height: auto;
    position: absolute;
    top: 18.5%;
    left: 11.73%;
  }
  .flower2 img {
    width: 18.93%;
    height: auto;
    position: absolute;
    top: 18.5%;
    right: 15.46%;
  }
  .ball img {
    width: 38%;
    hight: auto;
    position: absolute;
    top: 32.17%;
    left: 10.41%;
  }
  .katatumuri img {
    width: 12.80%;
    hight: auto;
    position: absolute;
    top: 29.70%;
    right: 22.91%;
    animation: yurayura 3s linear infinite;
  }
  .mizuyari img {
    width: 26.40%;
    hight: auto;
    position: absolute;
    top: 33.04%;
    right: -1.6%;
  }
  .flower3 img {
    width: 16%;
    hight: auto;
    position: absolute;
    top: 37.8%;
    right: 18%;
  }
  .nawatobi img {
    width: 34.40%;
    hight: auto;
    position: absolute;
    top: 43.54%;
    left: 0%;
  }
  .yama img {
    width: 70.41%;
    hight: auto;
    position: absolute;
    top: 47%;
    left: 30%;
  }
  .hu-pu img {
    width: 22.22%;
    hight: auto;
    position: absolute;
    top: 58.41%;
    right: 33.33%;
  }
  .sanrinsya img {
    width: 26.80%;
    hight: auto;
    position: absolute;
    top: 61.88%;
    right: 5%;
  }
  .sanrinsya img:hover {}
  .baketu img {
    width: 23.44%;
    hight: auto;
    position: absolute;
    top: 74.25%;
    right: -4.16%;
  }
  .taiya img {
    width: 63.06%;
    hight: auto;
    position: absolute;
    top: 65%;
    right: 39%;
  }
  .soccer img {
    width: 8.8%;
    hight: auto;
    position: absolute;
    bottom: 13.73%;
    left: 18.75%;
    /*transition: all 1s linear 0s;
  border-radius: 50%;*/
    cursor: pointer;
    -moz-transition: 3s linear;
    -webkit-transition: 3s linear;
    -o-transition: 3s linear;
    -ms-transition: 3s linear;
  }
  .soccer img:hover {
    width: 8.8%;
    hight: auto;
    position: absolute;
    top: 83.92%;
    left: 20.26%;
    transform: rotateZ(360deg);
  }
  .suberidai img {
    width: 62%;
    hight: auto;
    position: absolute;
    top: 86.5%;
    left: 5.33%;
  }
  /*ここからfooter*/
  .footer {
    width: 100%;
    height: auto;
  }
  .flex {
    display: flex;
  }
  .footer-logo {
    width: 43%;
    padding-top: 44px;
    height: auto;
    text-align: center;
 margin-left:8%;
  }
  .footer-logo img {
    max-width: 400px;
    margin-top: 110px;
  }
  .address {
    width: 48.63%;
    margin-top: 160px;
    margin-left: -15%;
    margin-right: 5%;
    font-size: 20px;
  }
  .main-ad {
    font-size: 25px;
  }
  .icon {
    margin: 120px auto 110px auto;
  }
  .icon-instagram::before {
    font-size: 110px;
  }
}
@media screen and (min-width:700px) {
  .ensya {
    width: 100%;
    max-width: 550px;
    height: auto;
  }
  .pop img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .title {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
  #denwa {
    margin: 208px auto 158px auto;
    padding-bottom: 80px;
    width: 500px;
    height: auto;
    position: relative;
  }
  .denwa-img img {
    width: 400px;
    height: auto;
    margin: 0 auto;
  }
  .denwa-flower1 img {
    width: 120px;
    height: auto;
    position: absolute;
    top: 160px;
    left: 12px;
  }
  .denwa-flower2 img {
    width: 120px;
    height: auto;
    position: absolute;
    top: 158px;
    right: 0px;
  }
  .book-wrap {
    margin-top: 280px;
    width: 100%;
    height: auto;
  }
  .book {
    width: 400px;
    height: 500px;
  }
  .page-top a img {
    width: 100px;
  }
}
@media screen and (min-width:1100px) {
  /*-----denwa1100px~-----*/
  #denwa {
    margin: 208px auto 158px auto;
    padding-bottom: 80px;
    width: 677px;
    height: auto;
    position: relative;
  }
  .denwa-img img {
    width: 496px;
    height: auto;
    margin: 0 auto;
  }
  .denwa-flower1 img {
    width: 165px;
    height: auto;
    position: absolute;
    top: 175px;
    left: 12px;
  }
  .denwa-flower2 img {
    width: 165px;
    height: auto;
    position: absolute;
    top: 185px;
    right: 14px;
  }
  /*-----.book-wrap----*/
  .book-wrap {
    margin-top: 336px;
    width: 100%;
    height: auto;
  }
  .book {
    width: 527px;
    height: 666px;
  }
  .address {
    font-size: 25px;
  }
  .main-ad {
    font-size: 30px;
  }
  .footer .copy {
    padding-bottom: 10px;
    font-size: 20px;
  }
  .page-top a img {
    width: 160px;
  }
}