*{
	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: 10px 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ここまで*/

.title {
	width: 100%;
	height: 180px;
	background-color: #FFF167;
	position: relative;
}

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

.learn_new {
	width: 100%;
	height: 150px;
	text-align: center;
}

.learn-text {
	width: 600px;
	margin: 0 auto;
	font-size: 14px;
	padding: 75px 0;
	line-height: 30px;
}

.learn-text-sp {
	display: none;
}

.note {
	width: 100%;
	height: 600px;
	background-image: url(../img/learn/learn-book.png);
	background-repeat: no-repeat;
	background-size: 780px;
	background-position: center top;
	position: relative;
	padding-bottom: 100px;
}

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

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

.note-embed1 {
	margin-top: 70px;
}

h2 {
	font-family: 'Zen Maru Gothic', sans-serif;
	color: #22AC38;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
	padding-top: 75px;
}

.box {
  width: 100%;
  padding-bottom: 100px;
  background-color: #FFFCE1;
}

.collabo-box {
	width: 100%;
	padding-bottom: 80px;
	
}

.hoge-list {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.hoge-item {
  width: calc(25% - 30px * 2 / 3);
  /*background-color: #fff;*/
  padding: 20px;
  text-align: center;
  list-style: none;
}

.hoge-item-link {
  color: #333;
}

.hoge-item-picture {
	margin: 0 auto;
}

.hoge-item-picture img {
  width: 200px;
  height: auto;
}


.hoge-item-title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 5px 0;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #755126;
}


.hoge-item-text {
  text-align: center;
  font-size: 13px;
  color: #755126;
}

.sub {
	font-size: 14px;
	font-weight: 700;
}

.cate {
  font-size: 14px;
	color: #22AC38;
	font-weight: bold;
	font-family: "游ゴシック体", YuGothic, sans-serif;
	text-align: center;
	position: relative;
	padding-bottom: 3px;
	padding-top: 5px;
	border-bottom: 2px solid #FFF167;
	display: inline-block;
}

.hoge-item-picture2 {
	margin: 0 auto;
}

.hoge-item-picture2 img {
  width: 300px;
  height: auto;
}


@media (max-width: 960px) {
  .hoge-item {
    width: calc(40% - 30px / 2);
  }
}
@media (max-width: 767px) {
  .hoge-item {
    width: 100%;
  }
}

.no-photo {
	width: 550px;
	margin: 0 auto;
	padding-top: 30px;
}

.no-photo-item {
	padding-bottom: 30px;
}

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

.no-photo-title {
	font-size: 16px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 700;
	padding: 5px 0;
}

.no-photo-ex {
	font-size: 13px;
	padding-bottom: 10px;

}

.maru {
	color: #FFF167;
}

.maru-w {
	color: #fff;
}

.tomail {
	text-align: center;
	padding: 40px 0 200px 0;
}

.mail-tx {
	font-size: 13px;
	padding-bottom: 25px;
}

.tomail img {
	width: 127px;
	margin: 0 auto;
}


.write {
	padding-bottom: 100px;
	background-image: url(../img/learn/pen.png);
	background-position: bottom 200px right;
	background-repeat: no-repeat;
	background-size: 20%;
}

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

.title img {
	padding-top: 85px;
}

.learn-text {
	width: 90%;
	font-size: 15px;
}

.note {
	background-size: 90% 550px;
}

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


h2 {
	padding-bottom: 20px;
}



.cate {
	font-size: 15px;
}

.hoge-item-text {
	font-size: 15px;
}

.no-photo {
	width: 90%;
}

.no-photo-cate {
	font-size: 15px;
}

.no-photo-ex {
	font-size: 15px;
}

.tomail {
	width: 90%;
	margin: 0 auto;
}

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

.write {
	background-size: 35%;
	background-position: right bottom;
}

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


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


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

.about {
	width: 100%;
}

.menu-foot {
	display: none;
}


.other {
	display: none;
}

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

@media (max-width: 400px) {
.sinabou1 {
	top: 1450px;
	width: 250px;
}

.sinabou2 {
	top: 1650px;
	width: 250px;
}

.asiato img {
	top: -150px;
	width: 120px;
}

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

.learn-text {
	display: none;
}

.learn-text-sp {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 15px;
	padding: 75px 0;
	line-height: 30px;
}

.column {
	padding-top: 50px;
	padding-bottom: 150px;
}

.note {
	background-image: none;
	height: 400px;
}

.CardList {
	padding-top: 20px;
}

.CardList article img {
	display: none;
}


.CardList article h3 {
	padding-left: 0;
}

.CardList article p {
	padding: 0;
}