*{
	margin: 0;
	padding: 0;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: 'Zen Kaku Gothic New', "游ゴシック体", YuGothic, sans-serif;
	letter-spacing: 0.1em;
	color: #755126;
	overflow-x: hidden;
}

.wrapper{
     width: 100%;
     position: relative;
     min-height: 100%;
     overflow: hidden;
}

/*Header*/
header{
	margin: 0px;
	padding: 0px;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 90;
}

.nav-container{
	width: 100%;
	height: 120px;
}

.index-img img {
	width: 200px;
	position: fixed;
	padding: 15px 20px;
	z-index: 90;
}

#fixed-header {
  position: fixed;
  top: -120px;  
  width: 100%;
  height: 120px;
  background: #fff;
  opacity: 0.6;
  transition: .5s;
  z-index: 20;
}

#fixed-header.is-show {
  top: 0;
}

.menu-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	display: flex;
	height: 50px;
	width: 50px;
	justify-content: center;
	align-items: center;
	z-index: 90;
	border-radius: 10px;
	background-color: #FFFFFF;
}

.menu-tx {
	font-family: 'Dongle', sans-serif;
	font-size: 20px;
	letter-spacing: 0em;
	position: absolute;
	bottom: -3px;
	font-weight: 300;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 1px;
    width: 20px;
    border-radius: 3px;
    background-color: #755126;
    position: absolute;
    top: 15px;
}
.menu-btn span:before {
    top: 10px;
}
.menu-btn span:after {
    top: 5px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    top: 5px;
    transform: rotate(30deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 5px;
    transform: rotate(-30deg);
}

#menu-btn-check {
    display: none;
}

.menu-content-pc {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 80;
	background-color: #FFF167;
	display: flex;
	align-items: center;
	transition:  all 0.5s;
}

#menu-btn-check:checked ~ .menu-content-pc {
    left: 0;
}


.menu-box-pc {
	width: 900px;
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-50%,-50%);
}



.menu-ul-pc {
	float: left;
	padding: 0 12px;
}

.title-menu {
	text-align: center;
}

.title-menu img {
    padding-bottom: 10px;
    width: 150px;
}

.title-menu-a {
	text-align: center;
}

.title-menu-a img {
    padding-bottom: 10px;
    width: 135px;
}

.menu-li {
	list-style: none;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 550;
	font-size: 15px ;
	color: #755126;
	margin-top: 10px;
}

.menu-li-play {
	list-style: none;
	text-align: left;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 550;
	font-size: 15px ;
	color: #755126;
	margin-top: 27px;
}

.menu-ul-pc:first-child {
	border-right: dotted; 1px #755126;
}

.menu-ul-pc:nth-of-type(3) {
	border-right: dotted; 1px #755126;
	border-left: dotted; 1px #755126;
}

.menu-p {
	font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px ;
	color: #755126;
	margin-bottom: 5px;
}

.submenu {
	 border-bottom: dashed 1px #755126;
}

.osanpo-p {
	display: inline-block;
	margin-top: 0px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 15px ;
	color: #755126;
}

.about-box-menu {
    width: 600px;
    height: 130px;
}

.about-menu {
	float: left;
	list-style: none;
}

.logo-header {
	width: 140px;
	padding: 30px 20px 0 10px;
}

.sotoboyo-menu  {
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 550;
	font-size: 15px ;
	color: #755126;
	margin-top: 30px;
}

.adress {
	font-family: "游ゴシック体", YuGothic, sans-serif;
	font-weight: 500;
	font-size: 13px;
	margin: 0;
	color: #755126;
	padding-bottom: 8px;

}

.sns-menu img {
	float: left;
	padding-right: 10px;
	vertical-align: bottom;
}

.boshu-top {
	padding-left: 20px;
}

.fukidasi-top {
	position: relative;
	bottom: 40px;
	right: 10px;
}

.menu-content-sp {
	display: none;
}

/* SP用メニュー　*/
.menu-content-sp {
	overflow: scroll;
	overflow-x: hidden;
}

.menu-box-sp {
  padding-top: 75px;
  margin: 0 auto;
  width: 73%;
}
.accordion-menu {
  width: 100%;
  margin: 0 auto;
}

.accordion-hidden-menu {
  display: none;
}

.accordion-open-menu {
  display: block;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-family: 'Dongle', sans-serif;
  font-weight: bold;
  font-size: 35px;
  height: 66px;
  line-height: 70px;
  color: #22AC38;
  background-color: #FFF167;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
}

.accordion-open-menu::before,
.accordion-open-menu::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #22AC38;
  position: absolute;
  top: 50%;
  right: 5%;
  border-radius: 2px;
  transform: translateY(-50%);
}

.accordion-open-menu::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

.accordion-hidden-menu:checked+.accordion-open-menu:after {
  transform: translateY(-50%) rotate(0);
}

.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  cursor: pointer;
}

.accordion-hidden-menu:checked+.accordion-open-menu+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}

.accordion-box-menu {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
  margin: 0 auto;
  width: 100%;
}

.accordion-hidden-menu:checked+.accordion-open-menu+.accordion-box-menu {
  height: auto;
  opacity: 1;
}

.menu-ul-sp {
}

.menu-li-sp {
  font-size: 15px;
  padding: 5px 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  list-style: none;
  color: #755126;
  text-align: center;
  background-color: #FFFCE1;
}

.menu-top-ex {
	margin: 0 auto;
	width: 100%;
	height: 66px;
	font-family: 'Dongle', sans-serif;
	font-size: 37px;
	color: #22AC38;
	text-align: center;
    border-bottom: 1px solid #fff;
    background-color: #FFF167;
    line-height: 70px;
}

.menu-sp-sub {
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #22AC38;
	font-weight: 700;
	font-size: 14px;
}

.menu-ex-jp {
	font-size: 20px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	line-height: 70px;
}

.menu-sp-bottom {
	width: 100%;
	text-align: center;
	position: relative;
	padding-top: 50px;
}

.menu-sp-sns {
	display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.menu-sp-name {
	font-size: 16px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	color: #755126;
}

.menu-sp-adress {
	font-size: 14px;
	color: #755126;
}

.sp-insta {
	padding-right: 20px;
	padding-top: 30px;
}

.sp-fb {
	padding-right: 20px;
	padding-top: 30px;
}

.sp-note {
	padding-right: 40px;
	padding-top: 30px;
}

.boshu-sp {
	padding-right: 10px;
	padding-top: 25px;
}

.menu-sp-sns {
	width: 100%;
}

.logo-sp img{
	width: 150px;
	padding-bottom: 20px;
}
/* headerここまで*/


.main {
	width: 100%;
}

.asobo {
	width: 100%;
	height: 800px;
	background-image: url(../img/index/box.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;	
	animation-fill-mode: forwards;
	z-index: 30;
}

.asobo-text {
	width: 100%;
	height: 800px;
	position: absolute;
	top: 300px;
	left: 45%;
	z-index: 60;
}

.fadein_text {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 30px;
	text-align: left;
	font-weight: 600;
	line-height: 48px;
}

.fadein_text,
.fadein_text span {
  opacity: 0;
}

.scroll {
  padding-top: 70px;
  position: relative;
  text-align:center;
}

.scroll-sp {
	display: none;
}

.scroll::before {
  animation: scroll 3.5s infinite;
  display: inline-block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  
  40% {
    opacity: 1;
  }
  
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
    opacity: 0;
  }
  
  100% {
    opacity: 0;
  }
  
}

.sky {
	width: 100%;
	height: 1350px;
}

.cloud {
	position: relative;
	top: -500px;
	z-index: -10;
}

.soyosoyo {
	display: block;
	margin-left: auto;
	position: relative;
	top: -500px;
}

.soyosoyo-sp {
	display: none;
}

.kirakira {
	display: block;
	margin-left: auto;
}

.kirakira-sp {
	display: none;
}

.street {
	width: 100%;
	height: 1100px;
	background-image: url(../img/index/index_street.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.tuntun {
	position: absolute;
	right: 0;
	top: 24px;
}

.cho {
	position: absolute;
	top: 427px;
	left: 40%;
}

.girl {
	position: absolute;
	top: 210px;
	left: 50%;
}

.lady {
	position: absolute;
	top: 557px;
	left: 15%;
}

.man {
	position: absolute;
	top: 427px;
	left: 65%;
}

.kasakasa {
	position: absolute;
	top: 700px;
	left: 35%;
}

.street2 {
	width: 100%;
	height: 823px;
	background-color: #FFF167;
	margin: 0 0;
	position: relative;
}

.water {
	position: absolute;
	top: -230px;
	right: 0;
}

.pigeon {
	position: absolute;
	top: 65px;
	left: 85%;
}

.tree {
	position: absolute;
	top: 50px;
	left: 0%;
}

.korokoro {
	position: absolute;
	top: 470px;
	left: 55%;
}

.top {
	width: 100%;
	height: 1000px;
	background-color:  #FFF167;
	position: relative;
	text-align: center;
}

.hand {
	width: 401px;
	position: absolute;
	top: -450px;
	right: 0;
	z-index: 50;
}

.wakudoki {
	position: absolute;
	top: -60px;
	left: 5%;
	z-index: 50;
	width: 300px;
}

.circle {
	width: 900px;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 10;
}

.circle-sp {
	display: none;
}

.sotoboyo_with {
	position: absolute;
	top: 750px;
	right: 3%;
	z-index: 50;
	width: 40%;
}

.flower {
	width: 120px;
	position: absolute;
	top: 450px;
	left: 0%;
	z-index: 50;
}

.leaf {
	width: 150px;
	position: absolute;
	top: 700px;
	left: 2%;
	z-index: 50;
}

.leaf_s {
	position: absolute;
	top: 150px;
	right: 2%;
	z-index: 50;
}

.leaf_m {
	width: 100px;
	position: absolute;
	top: 400px;
	right: 5%;
	z-index: 50;
}


.slick01 img{
	width: 610px;
    margin-top: 230px;
    margin-left: auto;
    margin-right: auto;
    z-index: -10;
}

.play-top {
	width: 100%;
	height: 300px;
	background-image: url(../img/index/play_back.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	background-position: center;
}

.play {
	position: absolute;
	width: 200px;
	top: 120px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.asiato {
	width: 300px;
	position: absolute;
	top: 50px;
	left: 0;
}

.boken {
	width: 100%;
	height: 500px;
	position: relative;
}

.sotoboyo {
	width: 100%;
	height: 500px;
	position: relative;
	background-color: #FFFBD1;
	z-index: 10;
}

.title-sotoboyo {
	width: 100%;
	height: 200px;
	text-align: center;
	padding-top: 160px;
	position: relative;
}


h2 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #22AC38;
}

h3 {
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #22AC38;
}

.play-tx {
	font-size: 15px;
	padding-top: 30px;
}

.viewmore {
	padding-top: 20px;
	width: 127px;	
}

.sinabou1_top {
	width: 320px;
	position: absolute;
	top: 30px;
	left: 0%;
	z-index: -10;
}

.kitahama1_top {
	width: 280px;
	position: absolute;
	top: 120px;
	right: 0;
	z-index: -10;
}

.sotoboyo-photo-l {
	width: 320px;
	position: absolute;
	top: 30px;
	left: -0%;
	z-index: 0;
}

.sotoboyo-photo-r {
	width: 280px;
	position: absolute;
	top: 80px;
	right: 0;
	z-index: 0;
}

.demae {
	width: 100%;
	height: 500px;
	padding-top: 113px;
	float: left;
	display: flex;
  flex-wrap: nowrap;
  position: relative;
}

.demae-photo {
	width: calc(100% / 2);
}

.demae-photo img {
	width: 85%;
}

.title-demae {
	width: calc(100% / 2);
	padding-top: 100px;
}

.demae-back {
	position: absolute;
	top: 180px;
	right: 0;
	z-index: -10;
	width: 80%;
}

.osanpo {
	margin-top: 500px;
	width: 100%;
	height: 675px;
	background-image: url(../img/index/osanpo_back.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	background-position: center;
	z-index: 20;
}

.title-osanpo {
	width: 100%;
	height: 200px;
	text-align: center;
	padding-top: 300px;
}

.pigeon_osanpo {
	position: absolute;
	top: 300px;
	left: 7%;
	transform: scale(-1, 1);
}



/*スケジュール*/
.calender {
	width: 100%;
	height: 900px;
	position: relative;
}

.title-schedule {
	text-align: center;
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

}

.calender img {
	width: 250px;
}

.google-calender {
	text-align: center;
	padding-top: 300px;
}

.google-calender iframe {
	width: 700px;
	height: 500px;
}

.cal-at {
	font-size: 14px;
	padding-top: 20px;
}

.cal-at-sp {
	display: none;
}

.cal-link {
	text-decoration: underline;
	color: #22AC38;
	font-weight: bold;
}

.schedule-text {
	width: 100%;
	height: 1100px;
	position: relative;
}

.boken-schedule {
	margin-top: 100px;
	width: 800px;
	height: 400px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.sotoboyo-schedule {
	margin-top: 320px;
	width: 800px;
	height: 400px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.text-ye-bg {
	background: #FFF167;
    padding:0.35em;
    border-radius: 5px;
    color: #22AC38;
    font-size: 16px;
}

.info {
	text-align: left;
}

.st-dl {
	display: flex;
	flex-wrap: wrap;
	width: 550px;
	padding-top: 15px;
	float: left;
}

.st-dt {
	width: 35%;
	font-size: 13px;
	font-weight: bold;
	color: #22AC38;
	display: flex;
	align-items: start;
	line-height: 20px;
}

/*.st-dt:after {
	content: "";
	flex-grow: 2;
	border-top: 2px dotted #FFF167;
	flex: auto;	
}*/

.st-dd {
	width: 65%;
	font-size: 13px;
}


.tirasi_img {
	position: absolute;
	top: 0px;
	left: 550px;
}

.tirasi_img img {
	width: 100px;
	padding-right: 20px;
}

.demae-schedule {
	margin-top: 520px;
	width: 800px;
	height: 200px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.osanpo-schedule {
	margin-top: 720px;
	width: 800px;
	height: 200px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}


.insta-schedule {
	margin-top: 870px;
	width: 100%;
	font-size: 13px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.08em;
}

.insta-schedule img {
	width: 45px;
	padding: 0 20px;
}

.kome-schedule {
	text-align: center;
	margin-top: 930px;
	width: 95%;
	position: absolute;
	left: 50%;
	font-size: 13px;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.note-title {
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #22AC38;
}

.note-iflame {
	text-align: center;
}

.note-iflame iframe {
	width: 700px;
	height: 200px;
	margin-top: 30px;
}

.note-link img {
	padding-top: 10px;
	width: 130px;	
}

.note-text {
	font-size: 15px;
	line-height: 25px;
	padding-top: 30px;
}


/*learn*/
#learn {
	margin-top: 1500px;
	position: relative;
}

.learn-top {
	width: 100%;
	height: 500px;
	background-image: url(../img/index/learn_ora.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	background-position: center;
}

.learn-box {
	width: 100%;
	height: 650px;
	text-align: center;
	background-image: url(../img/index/learn_back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.index-title-learn img {
	width: 220px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.index-text {
	width: 500px;
	font-size: 13px;
	line-height: 25px;
	color: #6A7400;
	padding-top: 280px;
	text-align: center;
	margin: 0 auto;
}

.learn-bottom {
	width: 100%;
	height: 280px;
	background-image: url(../img/index/learn_ye.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	background-size: cover;
	background-position: center;
}

.learn-tunagi {
	width: 100%;
	height: 100px;
	margin: 0;
	background-color: #FFF167;
}

.about-box {
	width: 100%;
	height: 800px;
	text-align: center;
	background-color: #FFF167;
	background-image: url(../img/index/about_back.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

.index-text-about {
	width: 500px;
	font-size: 13px;
	line-height: 25px;
	color: #6A7400;
	padding-top: 280px;
	text-align: center;
	margin: 0 auto;
}

.index-text-about-sp {
	display: none;
}

.index-text-join {
	width: 500px;
	font-size: 13px;
	line-height: 25px;
	color: #6A7400;
	padding-top: 280px;
	text-align: center;
	margin: 0 auto;
}

.index-text-join-sp {
	display: none;
}

.index-title-about img {
	width: 250px;
	padding-top: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.join-us-box {
	width: 100%;
	height: 800px;
	padding-top: 30px;
	margin-bottom: 100px;
	text-align: center;
	background-image: url(../img/index/join_back.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.index-title-join img {
	padding-top: 150px;
	width: 210px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*----footer----*/
footer {
	position: absolute;
    bottom: 0;
    width: 100%;
}

.footer-menubox {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 10px;
}

.about {
	text-align: center;
	width: 250px;
	padding-right: 50px;
	padding-bottom: 30px;
	float: left;
}

.about img {
	width: 200px;
}

.sotoboyo-footer {
	font-family: 'Zen Kaku Gothic New', sans-serif;;
    font-size: 15px ;
    font-weight: 600;
	color: #755126;
}

.adress {
	font-size: 12px;
	font-weight: 500;
	padding-top: 5px;
}

.line {
	border-bottom: dashed 1px #755126;
}


.menu-foot {
	width: 250px;
	text-align: left;
	display: block;
	padding-top: 60px;
	float: left;
}


.menu-foot-text {
	list-style: none;
	font-family: 'Dongle', sans-serif;
	font-size: 22px;
}

.subtitle {
	font-family: "游ゴシック体", YuGothic;
	font-size: 11px;
}

.other {
	padding-top: 50px;
}

.sns-footer img {
	padding-right: 5px;
	padding-top: 20px;
}

.boshu-btn {
	padding-top: 10px;
	width: 137px;
}

.boshu {
	display: flex;
}

.fukidasi {
	position: relative;
	bottom: 30px;
	left: 5px;
}

.footer-line {
	width: 100%;
	height: 40px;
	background-color: #FFF167;
	display: inline-block;
}

.footer-line-text {
	line-height: 40px;
	font-size: 11px;
	font-weight: 500;
	color: #755126;
	text-align: center;
}

/* =====================
  Media Queries
===================== */

@media (max-width: 768px) {

.index-img img {
	width: 150px;
	position: fixed;
	padding: 10px;
}

.menu-content-pc {
	display: none;
}

#fixed-header {
  top: -85px;  
  height: 85px;
}

.menu-content-sp {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 80;
	background-color: #FFF167;
	display: flex;
	transition:  all 0.5s;
}

#menu-btn-check:checked ~ .menu-content-sp {
    left: 0;
}

/*----headerここまで----*/

.asobo-text {
	left: 42%;
}

.sky {
	height: auto;
}

.kirakira {
	width: 100%;
}

.cloud {
	top: -150px;
	width: 95%;
}

.soyosoyo {
	display: none;
}

.soyosoyo-sp {
	display: block;
	margin-left: auto;
	position: relative;
	top: -100px;
	width: 100%;
}

.street {
	background-image: url(../img/index/index_street_sp.jpg);
}

.tuntun {
	width: 35%;
	top: -100px;
	right: 15%;
}

.cho {
	width: 14%;
	top: 200px;
	left: 20%;
}

.girl {
	width: 20%;
	top: 100px;
	left: 40%;
}

.man {
	width: 35%;
	top: 350px;
	left: 60%;
}

.lady {
	width: 40%;
	top: 500px;
	left: 25%;
}

.kasakasa {
	width: 55%;
	top: 820px;
	left: 25%;
}

.street2 {
	height: 900px;
}

.water {
	width: 60%;
	top: -130px;
}

.pigeon {
	width: 25%;
	top: 80px;
	left: 65%;
}

.tree {
	width: 75%;
	top: 150px;
}

.korokoro {
	width: 30%;
	top: 500px;
	left: 55%;
}

.top {
	height: 900px;	
}

.wakudoki {
	width: 45%;
	top: -150px;
	left: 0;
}

.circle {
	display: none;
}

.circle-sp {
	display: block;
	position: absolute;
	width: 100%;
	top: -20px;
	z-index: 10;
}

.leaf {
	display: none;
}

.leaf_m {
	display: none;
}

.leaf_s {
	display: none;
}

.flower {
	display: none;
}

.sotoboyo_with {
	top: 75%;
	width: 60%;
}

.slick01 img {
	margin-top: 13%;
	width: 100%;
	height: auto;
	margin-left: 20px;
}

.asiato {
	width: 35%;
	top: 100px;
}

.title-sotoboyo {
	padding-top: 100px;
}

.sinabou1_top {
	width: 320px;
	top: 200px;
}

.kitahama1_top {
	width: 280px;
	top: 150px;
}

.sotoboyo-photo-l {
	display: none;
}

.sotoboyo-photo-r {
	width: 40%;
	top: 100px;
}

.osanpo {
	height: 550px;
	background-image: url(../img/index/osanpo_back_sp.jpg);
}

.title-osanpo {
	padding-top: 200px;
}

.pigeon_osanpo {
	width: 20%;
}

.demae {
	height: 550px;
}

.title-demae {
	width: 100%;
	padding-top: 0px;
	text-align: center;
}

.demae-photo {
	width: 40%;
	position: absolute;
	top: 220px;
	left: 0;
}

.demae-back {
	width: 100%;
	top: 250px;
}

/*スケジュールここから*/
.calender {
	padding-top: 0px;
}

.title-schedule {
	top: 120px;
}

.calender img {
	width: 200px;
}

.google-calender {
	padding-top: 230px;
}

.google-calender iframe {
	width: 90%;
	height: 450px;
}

.schedule-text {
	position: static;
	width: 90%;
}

.sotoboyo-schedule {
	width: 100%;
}

.info {
	text-align: center;
}

.st-dl {
	padding-top: 20px;
	width: 100%;
	display: block;
}

.st-dt {
	width: 100%;
	font-size: 15px;
	margin: 0 auto;
	display: block;
	padding-bottom: 5px;
}

.st-dt:after {
	content: none;
}

.st-dd {
	width: 100%;
    font-size: 15px;
    text-align: center;
    padding-bottom: 10px;
    display: block;
}

.kome {
	font-size: 14px;
	padding: 0;
}

.tirasi_img {
	position: static;
	padding-top: 20px;
}

.tirasi_img img {
	width: 120px;
	padding: 10px;
}

.sotoboyo-schedule {
	margin-top: 600px;
}

.osanpo-schedule {
	margin-top: 1550px;
	width: 100%;
}

.demae-schedule {
	margin-top: 1050px;
	width: 100%;
}


.insta-schedule {
	margin-top: 1800px;
	width: 95%;
	font-size: 14px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.insta-schedule img {
	width: 45px;
	padding: 0 20px;
}

.kome-schedule {
	margin-top: 1770px;
	text-align: center;
}

.note-iflame {
	margin-top: 850px;
}


.note-iflame iframe {
	width: 80%;
}

.note-link img {
	width: 127px;	
}

/*スケジュールここまで*/

#learn {
	position: static;
	margin-top: 2200px;
	width: 100%;
}

.learn-top {
	height: 300px;
}

.index-title-learn img {
	width: 200px;
}

.learn-box {
	width: 85%;
	height: 550px;
	margin: 0 auto;
	background-size: 90%;
	background-position: center top 100px;
}

.index-text {
	font-size: 15px;
	padding-top: 165px;
	width: 90%;
}

.learn-bottom {
	height: 150px;
}

.learn-tunagi {
	display: none;
}

.index-title-about img {
	width: 220px;
	padding-top: 50px;
}

.about-box {
	height: 700px;
	background-image: url(../img/index/about_back_sp.png);
	background-size: 100%;
}

.index-text-about {
	width: 90%;
	padding-top: 170px;
	font-size: 15px;
}

.index-title-join img {
	padding-top: 100px;
	padding-bottom: 60px;
	width: 200px;
}

.index-text-join {
	padding-top: 200px;
}

.join-us-box {
	background-image: url(../img/index/join_back_sp.jpg);
	background-size: 100%;
	width: 100%;
	height: 400px;
	margin-bottom: 0;
}

.join-us-box {
	height: 500px;
}

/*----footer*----*/
footer {
	position: static;
}


.footer-menubox {
	width: 100%;
	height: 200px;
	padding-bottom: 0;
	margin-top: 50px;
}

.about {
	width: 100%;
}

.menu-foot {
	display: none;
}


.other {
	display: none;
}

.footer-line {
	position: absolute;
	bottom: 0;
	display: block;
}
}

@media (max-width: 550px) {
.sotoboyo_with {
	top: 55%;
	width: 60%;
}
}

@media (max-width: 450px) {
.top {
	height: 700px;
}

.sotoboyo_with {
	top: 55%;
	width: 60%;
}

.sinabou1_top {
	width: 250px;
	top: 300px;
}

.kitahama1_top {
	display: none;
}

.sotoboyo-photo-r {
	width: 65%;
	top: 220px;
}

.demae-photo {
	width: 62%;
	top: 300px;
}
.insta-schedule {
	margin-top: 1750px;
}

.kome-schedule {
	margin-top: 1810px;
	text-align: center;
}

}

@media (max-width: 400px) {
.asobo-text {
	left: 35%;
}

.scroll {
	display: none;
}

.scroll-sp {
	display: block;
	padding-top: 0px;
	margin-top: -230px;
	position: relative;
  text-align:center;
  z-index: -5;
}

.scroll-sp::before {
  animation: scroll 3.5s infinite;
  display: inline-block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.sky {
	height: auto;
}

.kirakira {
	display: none;
}

.kirakira-sp {
	display: block;
	width: 100%;
}

.cloud {
	top: -150px;
	width: 95%;
}

.soyosoyo {
	top: -150px;
	width: 180%;
}

.street {
	background-image: url(../img/index/index_street_sp.jpg);	
}

.tuntun {
	width: 50%;
	top: -50px;
	right: 5%;
}

.cho {
	width: 17%;
	top: 200px;
	left: 20%;
}

.girl {
	width: 25%;
	top: 100px;
	left: 40%;
}

.man {
	width: 45%;
	top: 350px;
	left: 55%;
}

.lady {
	width: 45%;
	top: 500px;
}

.kasakasa {
	width: 55%;
	top: 820px;
	left: 25%;
}

.street2 {
	height: 600px;
}

.water {
	width: 80%;
	top: -100px;
}

.pigeon {
	width: 30%;
	top: 80px;
	left: 65%;
}

.tree {
	width: 80%;
	top: 150px;
}

.korokoro {
	width: 40%;
	top: 430px;
	left: 55%;
}

.top {
	height: 550px;	
}

.hand {
	width: 55%;
	top: -300px;
}

.wakudoki {
	width: 55%;
	top: -80px;
	left: 0;
}

.circle-sp {
	width: 100%;
	top: 20px;
}

.leaf {
	display: none;
}

.leaf_m {
	display: none;
}

.leaf_s {
	display: none;
}

.flower {
	display: none;
}

.sotoboyo_with {
	top: 370px;
	width: 65%;
}

.slick01 img {
	margin-top: 90px;
	width: 100%;
	height: auto;
}

.asiato {
	width: 45%;
	top: 130px;
}

.sinabou1_top {
	width: 250px;
	top: 300px;
}

.sotoboyo-photo-r {
	width: 65%;
	top: 200px;
}

.demae-photo {
	width: 65%;
	top: 290px;
}

.cal-at {
	display: none;
}

.cal-at-sp {
	display: block;
	font-size: 14px;
	padding-top: 20px;
}

.index-title-learn img {
	width: 35%;
}

.insta-schedule {
	margin-top: 1750px;
}

.kome-schedule {
	margin-top: 1810px;
}

.#learn {
	margin-top: 1450px;
}

.learn-top {
	height: 300px;
}

.learn-box {
	width: 90%;
	height: 400px;
	margin: 0 auto;
	background-size: 110%;
	background-position: center top 100px;
}

.index-text {
	font-size: 15px;
	padding-top: 150px;
	width: 90%;
}

.learn-bottom {
	height: 100px;
}

.learn-tunagi {
	display: none;
}

.index-title-about img {
	width: 35%;
	padding-top: 50px;
}

.about-box {
	height: 650px;
	background-image: url(../img/index/about_back_sp.png);
	background-size: 100%;
}

.index-text-about {
	display: none;
}

.index-text-about-sp {
	display: block;
	width: 90%;
	padding-top: 140px;
	font-size: 15px;
	text-align: center;
	color: #6A7400;
	margin: 0 auto;
	line-height: 25px;
}

.index-title-join img {
	padding-top: 100px;
	padding-bottom: 60px;
	width: 33%;
}

.join-us-box {
	background-image: url(../img/index/join_back_sp.jpg);
	background-size: 100%;
	width: 100%;
	height: 400px;
	margin-bottom: 0;
}

.index-text-join {
	display: none;
}

.index-text-join-sp {
	display: block;
	width: 90%;
	padding-top: 140px;
	font-size: 15px;
	text-align: center;
	color: #6A7400;
	margin: 0 auto;
	line-height: 25px;
}

.join-us-box {
	height: 500px;
}
}








