*{
	margin: 0;
	padding: 0;
}

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

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

html {
	height: 100%;
}

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

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

.title {
	width: 100%;
	height: 200px;
	position: relative;
	background-image: url(../img/play/play_top.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.title img {
	width: 178px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     padding-top: 60px;
}

.boy img {
	position: absolute;
	width: 250px;
	top: 20px;
	right: 5%;
}

.sotoboyo-main {
	width: 100%;
	background-image: url(../img/play/sotoboyo_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.sotoboyo {
	width: 100%;
	position: relative;
}

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

.about-bokenhiroba {
	width: 500px;
	font-size: 13px;
	text-align: left;
	line-height: 22px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     padding-top: 230px;
}

.sinabou-info {
	width: 100%;
}

.sinabou-photo {
	width: 30%;
	position: relative;
}

.sinabou1 {
	position: absolute;
	width: 400px;
	max-width: 180%;
	height: auto;
	top: 500px;
	right: -30%;
}

.sinabou2 {
	width: 350px;
	position: absolute;
	top: 850px;
	right: -30%;
}


.sinabou-text {
	margin-left: 10px;
	width: 70%;
	position: absolute;
	top: 500px;
	left: 45%;
}

h1 {
	font-size: 18px;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #22AC38;
	padding-bottom: 25px;
}

.about-sotoboyo {
	font-size: 13px;
	width: 400px;
	text-align: left;
	line-height: 22px;
	padding-bottom: 20px;
	z-index: 20;
}

h2 {
	font-size: 16px;
	padding-bottom: 20px;
}

.text-ye-bg {
	background: #FFF167;
    padding:0.35em;
    border-radius: 5px;
    color: #22AC38;
    font-size: 16px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    display: inline-block;
}

.sotoboyo-dl {
	display: flex;
	flex-wrap: wrap;
	width: 500px;
	padding-bottom: 40px;
}

.sotoboyo-dt {
	width: 12%;
	font-size: 13px;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #22AC38;
	font-weight: 700;
  line-height: 25px;
  text-align-last: justify;
  letter-spacing: 0em;

}

.sotoboyo-dd {
	width: 88%;
	font-size: 13px;
	text-align: left;
	line-height: 25px;
	letter-spacing: 0.08em;
}

.url {
	word-wrap: break-word;
}

h3 {
	font-size: 15px;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #22AC38;
	padding-bottom: 10px;
}

.under-line {
	border-bottom: 3px solid #FFF167;
}

.map-sinabou {
	margin-top: 1400px;
	width: 100%;
	height: 500px;
	text-align: center;
	position: relative;
}

.map-sinabou iframe {
	width: 600px;
	height: 450px;
}



.kitahama-text {
	width: 100%;
	text-align: left;
    position: relative;
}

.kitahama-about {
	margin-left: 10px;
	width: 70%;
	position: absolute;
	top: 100px;
	left: 10%;
}

.about-seiseki {
	font-size: 13px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 750;
	line-height: 50px;
}

.seiseki-info {
	margin-left: 10px;
	width: 70%;
	position: absolute;
	top: 580px;
	left: 10%;
}

.map-kitahama {
	margin-top: 800px;
	width: 100%;
	height: 640px;
	text-align: center;
	position: relative;
}

.kitahama1 {
	width: 300px;
	position: absolute;
	top: 130px;
	right: 2%;
}

.kitahama2 {
	width: 300px;
	position: absolute;
	top: 630px;
	right: -3%;
}


#sotoboyo-bunko {
	background-color: #FFFBD1;
	height: 1300px;
}

.bunko-title img {
	width: 250px;
	padding-bottom: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;

}

.bunko-info {
	width: 100%;
	text-align: center;
	margin: 0 auto;
    position: relative;
    background-color: #FFFBD1;
}

.bunko-about {
	position: absolute;
	width: 500px;
	padding-top: 200px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
}

.about-sotoboyo-bunko {
	width: 100%;
	font-size: 13px;
	text-align: left;
	line-height: 22px;
	padding-bottom: 50px;
	z-index: 5;
}

.bunko-other {
	background-color: #FFFBD1;
}

.bunko-photo1 {
	width: 300px;
	position: absolute;
	top: 50px;
	left: 0%;
}

.bunko-photo2 {
	width: 260px;
	position: absolute;
	top: 400px;
	left: 75%;
}

.chocho {
	width: 150px;
	position: absolute;
	top: 550px;
	right: 3%;
}

.map-bunko {
    text-align: center;
    padding-top: 730px;
}

.map-bunko iframe {
	width: 600px;
	height: 450px;
}

.insta {
	width: 100%;
	font-size: 13px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	letter-spacing: 0.08em;
	background-color: #FFFBD1;
	padding-bottom: 60px;
	z-index: 5;
}

.insta img {
	width: 45px;
	padding-right: 20px;
	z-index: 100;
}

.mama-baby img {
	width: 300px;
	top: -100px;
	position: absolute;
	left: 0;
	z-index: -5;
}



.demae-main {
	position: relative;
	height: 2000px;
	padding-top: 100px;
	z-index: 10;
}

.demae-title {
	margin-top: 100px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.demae-title img {
	width: 250px;
}

.demae-main {
	width: 100%;
	margin: 0 auto;
}

.demae-text {
	width: 600px;
	margin: 0 auto;
}

.demae-info {
	position: absolute;
	top: 370px;
}

.demae-about {
	padding-top: 300px;
}

.hatanodai-ex {
	line-height: 20px;
	font-size: 13px;
	text-align: left;
}

.demae-day {
	padding-top: 10px;
	padding-bottom: 50px;
}

.demae-area {
	width: 50%;
	display: flex;
	align-items: center;
	float: left;
}

.demae-area:after {
	content: "";
	flex-grow: 1;
	border-top: 3px dotted #FFF167;
	display: block;
}

.map-demae iframe {
	width: 600px;
	height: 450px;
}

.asahi {
	position: absolute;
	top: 1100px;
}

.ebara-tyuo {
	position: absolute;
	top: 1850px;
}

.demae-osaki {
	position: absolute;
	top: 2600px;
}

.demae {
	width: 100%;
	position: relative;
}

.hatanodai {
	position: absolute;
	top: 350px;
}

.hatanodai1 {
	width: 280px;
	position: absolute;
	top: 100px;
	left: 0;
	z-index: -5;
}

.hatanodai2 {
	width: 280px;
	position: absolute;
	top: 600px;
	right: 0;
	z-index: -5;
}

.demae-girl {
	width: 250px;
	position: absolute;
	top: 1350px;
	left: 0;
	z-index: -5;
}

.demae-donguri {
	position: absolute;
	right: 0;
	top: 3550px;
	width: 400px;
	z-index: 0;
}

.demae-attention {
	width: 100%;
}

.demae-at-tx {
	text-align: left;
	font-size: 13px;
	position: absolute;
	top: 3650px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.osanpo-top {
	margin-top: 1800px;
	width: 100%;
	height: 110px;
	background-image: url(../img/play/osanpo_top.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.osanpo-main {
	width: 100%;
	height: 1350px;
	background-image: url(../img/play/osanpo-back2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.osanpo-title img {
	width: 379px;
	position: absolute;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.osanpo-about {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	padding-top: 200px;
}

.under-line-wh {
	text-decoration: underline #fff 18px;
	text-underline-offset: -10px;
}

.osanpo-tx {
	font-size: 13px;
	line-height: 25px;
	text-align: left;
	padding-bottom: 40px;
	z-index: 10;
}

.osanpo-day {
	display: flex;
	flex-wrap: wrap;
	width: 500px;
	float: left;
	padding-top: 10px;
	margin-bottom: 20px;
	z-index: 10;
}

.oasnpo-area {
	width: 50%;
	display: flex;
	align-items: center;
}

.oasnpo-area:after {
	content: "";
	flex-grow: 1;
	border-top: 3px dotted #FFF167;
	display: block;
}

.osanpo-ex {
	width: 50%;
	font-size: 14px;
	line-height: 36px;
	text-align: left;
}

.osaki-at {
	font-size: 14px;
	width: 100%;
	text-align: center;
}

.osaki {
	padding-bottom: 200px;
	height: 60px;
	z-index: 10;
}

.yasio {
	z-index: 30;
	padding-top: 100px;
}

.insta-osanpo {
	margin-top: 100px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
    width: 700px;
	font-size: 13px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}

.insta-osanpo img {
	width: 45px;
	padding-right: 20px;
}

.osaki1 {
	width: 240px;
	position: absolute;
	top: 20px;
	right: 70%;
}

.osaki2 {
	width: 220px;
	position: absolute;
	top: 350px;
	left: 78%;
}

.ebara1 {
	width: 200px;
	position: absolute;
	top: 600px;
	right: 80%;
}

.ebara2 {
	width: 400px;
	position: absolute;
	top: 600px;
	left: 70%;
}
.obachan {
	position: absolute;
	width: 180px;
	top: 950px;
	left: 10%;
}

.mama-child {
	position: absolute;
	width: 400px;
	top: 900px;
	right: 0%;
}


/*スケジュール*/
.calender {
	width: 100%;
	height: 1000px;
	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: 1200px;
	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%);
}


/* Q&A */
.qa-main {
	width: 100%;
	height: 1200px;
}

.qa-title {
	margin-top: 900px;
	text-align: center;
	padding-bottom: 10px;
}

.qa-title img {
	width: 300px;
}

.accordion {
  width: 800px;
  margin: 0 auto;
}

.accordion-hidden {
  display: none;
}

.accordion-open {
  text-align: left;
  display: block;
  padding: 10px 80px 10px 20px;
  cursor: pointer;
  margin: 10px 0;
  position: relative;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  height: 40px;
  line-height: 30px;
  background-image: url(../img/about/maru.svg);
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: right 33px center;
  background-color: #FFF167;
}

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

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

.accordion-hidden:checked+.accordion-open: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:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}

.accordion-box {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 1s;
  margin: 0 auto;
  width: 600px;
  font-size: 14px;
  padding-bottom: 30px;
  line-height: 30px;
  text-align: left;
}

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

.q {
	font-size: 27px;
	color: #22AC38;
}
.qa-message {
	text-align: center;
	font-size: 18px;
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #22AC38;
	font-weight: 700;
	padding-top: 30px;
}




footer {
	position: relative;
    bottom: 0px;
    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;
	bottom: 0;
}

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

.title img {
	width: 175px;
}

.boy img {
	width: 30%;
	right: 0;
	top: 50px;
}

.about-bokenhiroba {
	font-size: 15px;
	width: 90%;
	line-height: 28px;
}

.sotoboyo-title img {
	width: 230px;
}

.sinabou-text {
	width: 100%;
	margin: 0 auto;
	position: static;
	text-align: center;
	padding-top: 500px;
}

.about-sotoboyo {
	width: 90%;
	margin: 0 auto;
	font-size: 15px;
	line-height: 28px;
}

.sotoboyo-info {
	width: 100%;
	text-align: center;
}

.sotoboyo-dl {
	width: 75%;
	margin: 0 auto;
}

.sotoboyo-dt {
	font-size: 15px;
	width: 15%;
}

.sotoboyo-dd {
	width: 85%;
	font-size: 15px;
}

h3 {
	font-size: 16px;
	padding-left: 20px;
	text-align: left;
}

.sinabou-photo {
	width: 100%;
}

.sinabou1 {
	top: 1350px;
	width: 45%;
	left: 8%;
}

.sinabou2 {
	top: 1400px;
	width: 35%;
	right: 3%;
}

.map-sinabou {
	margin-top: 350px;
	height: 450px;
}

.map-sinabou iframe {
	width: 90%;
	height: 350px;
}

.kitahama-text {
	text-align: center;
	width: 100%;
}

.kitahama-about {
	width: 100%;
	margin-left: 00;
	position: static;
	top: 60px;
	left: 0;
}

.seiseki-info {
	margin-left: 0;
	width: 100%;
	position: static;
	top: 400px;
	left: 0;
}

.kitahama1 {
	width: 40%;
	top: 750px;
	left: 10%;
}

.kitahama2 {
	top: 800px;
	right: 5%;
	width: 40%;
}

.map-kitahama {
	margin-top: 300px;
	height: 350px;
	padding-bottom: 100px;
}

.map-kitahama iframe {
	width: 90%;
	height: 350px;
}

#sotoboyo-bunko {
	height: 1500px;
}

.bunko-info {
	text-align: center;
}

.bunko-about {
	position: static;
	width: 100%;
	left: 0;
	transform: none;
}

.map-bunko {
	padding-top: 0;
}

.map-bunko iframe {
	width: 90%;
	height: 350px;
	margin: 0 auto;
}

.about-sotoboyo-bunko {
	width: 90%;
	font-size: 15px;
	text-align: left;
	margin: 0 auto;
	line-height: 28px;
}

.bunko-photo2 {
	display: none;
}

.chocho {
	display: none;
}

.insta {
	width: 90%;
	font-size: 14px;
}

.insta img {
	padding: 0 15px;
}

.insta p {
	text-align: left;
}

.bunko-photo1 {
	top: 1230px;
	left: 45%;
	width: 350px;
	z-index: 20;
}

.mama-baby img {
	top: 100px;
	width: 250px;
	left: 0;
	padding: 0;
}

.demae-title img {
	width: 230px;
}

.demae-text {
	width: 100%;
}

.demae-about {
	width: 90%;
	padding-top: 270px;
	margin: 0 auto;
}

.demae-what {
	width: 90%;
	margin: 0 auto;
}

.hatanodai1 {
	display: none;

}

.demae-info {
	width: 100%;
	top: 300px;
}

.demae-h3 {
	padding-bottom: 15px;
	padding-left: 0;
}

.hatanodai {
	top: 370px;
	width: 100%;
}

.demae-day {
   width: 100%;
　 margin: 0 auto;
   padding-bottom: 30px;
}

.demae-area {
	width: 100%;
	text-align: center;
	display: inline-block;
	padding-bottom: 15px;
	white-space: nowrap;
}

.demae-area:after {
	display: none;
}

.hatanodai-ex {
	width: 100%;
	font-size: 15px;
	padding-top: 15px;
	text-align: center;
}

.map-demae {
	text-align: center;
}

.map-demae iframe {
	width: 90%;
	height: 350px;
}

.asahi {
	width: 100%;
}

.ebara-tyuo {
	width: 100%;
	top: 1800px;
}

.ebara-ex {
	font-size: 15px;
	text-align: center;
}

.demae-osaki {
	width: 100%;
}

.demae-at-tx {
	width: 80%;
	font-size: 14px;
	top: 3500px;
	z-index: 20;
	text-align: center;
}

.demae-main {
	height: 2800px;
	padding-top: 0px;
}

.demae-donguri {
	top: 2700px;
	width: 350px;
}

.hatanodai2 {
	top: 1300px;
	width: 200px;
	z-index: -10;
}

.demae-girl {
	width: 250px;
	top: 1950px;
}

.osanpo-top {
	margin-top: 800px;
}

.osanpo-main {
	padding-top: 0;
	height: 1250px;
}

.osanpo-top {
}

.osanpo-title img {
	width: 320px;
}

.osanpo-about {
	width: 90%;
}

.osanpo-tx {
	font-size: 15px;
}

.osanpo-day {
	width: 100%;
	display: block;
	flex-wrap: nowrap;
}

.oasnpo-area {
	width: 100%;
	text-align: center;
	display: block;
}

.oasnpo-area:after {
	display: none;
}

.osanpo-ex {
	width: 100%;
	font-size: 15px;
	padding-top: 15px;
	text-align: center;
}

.insta-osanpo {
	width: 90%;
}

.osanpo-attention {
	width: 90%;
	text-align: left;
	top: 1100px;
}

.osaki1 {
	width: 300px;
	top: 900px;
	left: 5%;
}

.osaki2 {
	display: none;
}

.ebara1 {
	display: none;
}

.ebara2 {
	width: 350px;
	top: 1000px;
	left: 50%;
}

.mama-child {
	display: none;
}

.obachan {
	display: none;
}




/*スケジュールここから*/
.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;
}

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


.qa-main {
	margin-top: 1550px;
	height: 1000px;
	padding-bottom: 200px;
}

.accordion {
	width: 90%;
}

.q {
	font-size: 18px;
}

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

.accordion-open {
	padding: 10px 40px 10px 20px;
	font-size: 15px;
	line-height: 40px;
	background-position: right 4% center;
}

.accordion-box {
	width: 90%;
	font-size: 15px;
	line-height: 25px;
}

.qa-message {
	width: 90%;
	font-size: 16px;
	margin: 0 auto;
	line-height: 30px;
}

/*----footer*----*/
footer {
	position: static;
	width: 100%;
}


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

.about {
	width: 100%;
}

.menu-foot {
	display: none;
	width: 100%;
}


.other {
	display: none;
	width: 100%;
}

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

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

@media (max-width: 420px) {

.boy img {
	top: 80px;
	width: 150px;
}

.sinabou-text {
	padding-top: 600px;
}

.sotoboyo-dl {
	width: 90%;
}

.sotoboyo-dt {
	width: 18%;
}

.sotoboyo-dd {
	width: 82%;
}

.sinabou1 {
	top: 1800px;
	width: 220px;
	left: 5%;
}

.sinabou2 {
	top: 1950px;
	width: 180px;
}

.seiseki-info {
	width: 100%;
	text-align: center;
}

.about-seiseki {
	width: 90%;
	font-size: 15px;
	line-height: 25px;
	padding-bottom: 20px;
	margin: 0 auto;
}

.kitahama1 {
	width: 45%;
	top: 1000px;
	left: 5%;
}

.kitahama2 {
	top: 1100px;
	right: 5%;
	width: 55%;
}

.map-kitahama {
	margin-top: 250px;
}

.bunko-photo1 {
	top: 1450px;
	left: 30%;
	width: 250px;
}

#sotoboyo-bunko {
	height: 1600px;
}

.mama-baby img {
	display: none;
}

.osanpo-top {
	margin-top: 1500px;
}

.osaki {
	padding-bottom: 300px;
}

.demae-main {
	height: 2400px;
}

.demae-at-tx {
	top: 2880px;
}

.hatanodai {
	top: 550px;
}

.asahi {
	top: 1250px;
}

.ebara-tyuo {
	top: 1950px;
}

.hatanodai2 {
	top: 650px;
	width: 200px;
}

.demae-girl {
	display: none;
}

.demae-donguri {
	top: 3500px;
	width: 250px;
}

.demae-at-tx {
	top: 3550px;
}

.demae-donguri {
	top: 3600px;
	width: 300px;
}

.hatanodai1 {
	top: 3600px;
	width: 250px;
}


.osanpo-day{
	margin-bottom: 0px;
}

.insta-osanpo {
	margin-top: 150px;
}

.osapo-main {
	height: 1550px;
}


.accordion-open {
	background-position: right 3% center;
}

.osanpo-attention {
	width: 90%;
	text-align: left;
	top: 1100px;
}

.osaki1 {
	width: 50%;
	top: 1100px;
	left: 5%;
}

.ebara2 {
	width: 70%;
	top: 1280px;
	left: 30%;
}

.mama-child {
	display: none;
}


.qa-main {
	height: 1000px;
}

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

/*スケジュールここから*/

.title-schedule {
	top: 300px;
}

.cal-at {
	display: none;
}

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

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

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

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

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

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

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

.qa-main {
	margin-top: 1850px;
	height: 1200px;
}
}



