*{
	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: 30px;
	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: 80px;
	padding-top: 120px;
	text-align: center;
	font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #22AC38;
}

.form {
	margin-top: -30px;
}

.row {
	width: 500px;
	margin: 0 auto;
}

.Form__Title label {
	font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 15px;
    font-weight: 550;
    text-align: left;
}

.Form__Title {
	width: 500px;
	height: 20px;
}

.badge {
	background: #FFF167;
    padding: 0.35em;
    border-radius: 5px;
    color: #22AC38;
    font-size: 13px;
}

input, textarea {
	padding: 0 1em;
}


.Form__Item input {
	width: 500px;
	height: 50px;
	border: 1px solid #755126;
	border-radius: 0.67em;
	background-color: #D9F2F7;
}

.form-control-1 {
	margin: 17px 0 30px 0;
}

.form-control-2 {
	margin: 17px 0 30px 0;
}


.form-control {
	width: 500px;
	height: 200px;
	border: 1px solid #755126;
	border-radius: 0.67em;
	background-color: #D9F2F7;
	margin: 17px 0 10px 0;
	padding: 1em 1em;
}

.custom-control {
	font-size: 13px;
	text-align: left;
	width: 500px;
}

.text-center {
	text-align: center;
	padding-top: 30px;
}

.Form__Item-check {
	margin-top: -px;
}

input[type=checkbox] {
	text-align: left;
	transform: scale(1.5);
	margin: 0 8px 15px 0;
	accent-color: #FFF167;
}

.btn {
	font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 15px;
    font-weight: 550;
    color: #FFFFFF;
    background-color: #22AC38;
    border: none;
    border-radius: 0.67em;
    height: 35px;
}



/* =====================
  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;
}

.row {
	width: 90%;
}

.Form__Title {
	width: 90%;
}

.Form__Item input {
	width: 90%;
}

.form-control {
	width: 90%;
}

.badge {
	font-size: 15px;
}

.text-center {
	padding-bottom: 100px;
}

.custom-control {
	width: 90%;
}

.custom-control-label {
	font-size: 13px;
}

}