/*ハンバーガーメニュー*/
.menu-checkbox {
 display: none;
}
.drawer-menu{
display: none;
}
/* TOP画面 */
.maintop{
position: relative;
}
.contener1{
min-height: 400px;		
width: 100%;
position: relative;
}
.winter{
background: url("../img/top-01/winter.jpg") center top/cover no-repeat;
}
.newyear{
background: url("../img/top-01/newyer.jpg") center top/cover no-repeat;
}
.hina{
background:8 url("../img/top-01/hina.jpg") center top/cover no-repeat;
}
.sakura{
background:url("../img/top-01/sakura.jpg") center top/cover no-repeat;
}
.may{
background: url("../img/top-01/may.jpg") center top/cover no-repeat;
}
.normal{
background: url("../img/top-01/normal.jpg") center top/cover no-repeat;
}
.rain{
background:  url("../img/top-01/rain.jpg") center top/cover no-repeat;
}
.summer{
background:url("../img/top-01/summer.jpg") center top/cover no-repeat;
}
.september{
background: url("../img/top-01/september.jpg") center top/cover no-repeat;
}
.halloween{
background: url("../img/top-01/halloween.jpg") center top/cover no-repeat;
}
.autumn{
background:  url("../img/top-01/autumn.jpg") center top/cover no-repeat;
}
.xmas{
background: url("../img/top-01/xmas.jpg") center top/cover no-repeat;
}
/*common*/
.top-common{
min-height: 300px;	
width: 100%;
position: relative;
}


.winter_comm{
background: url("../img/top-common/winter.jpg") center top/cover no-repeat;
}
.newyear_comm{
background: url("../img/top-common/newyear.jpg") center top/cover no-repeat;
}
.hina_comm{
background:  url("../img/top-common/hina.jpg") center top/cover no-repeat;
}
.sakura_comm{
background: url("../img/top-common/sakura.jpg") center top/cover no-repeat;
}
.may_comm{
background: url("../img/top-common/may.jpg") center top/cover no-repeat;
}
.normal_comm{
background:  url("../img/top-common/normal.jpg") center top/cover no-repeat;
}
.rain_comm{
background:  url("../img/top-common/rain.jpg") center top/cover no-repeat;
}
.summer_comm{
background: url("../img/top-common/summer.jpg") center top/cover no-repeat;
}
.september_comm{
background: url("../img/top-common/september.jpg") center top/cover no-repeat;
}
.halloween_comm{
background: url("../img/top-common/halloween.jpg") center top/cover no-repeat;
}
.autumn_comm{
background: url("../img/top-common/autumn.jpg") center top/cover no-repeat;
}
.xmas_comm{
background: url("../img/top-common/xmas.jpg") center top/cover no-repeat;
}
.top_sp{
display: none;
}
.toplogo img{
width: 70%;
}
.toplogo{
position: absolute;
left: 3%;
top: 10%;
max-width: 500px;
text-align: left;
animation: poyon 1.1s linear 0s 1;
}
.hiyokologo{
position: absolute;
left: 35%;
top:10%;
animation: tekuteku 4s linear 0s 1;
z-index: 10;
}
.hiyokologo img{
width: 65%;
text-align: center;
}
/*アコーディオン*/
.accordion-container {
position: relative;
width: 100%;
cursor: pointer;
margin: 15px auto 0;
color: #FC7C00;
}
.accordion-container .accordion-title {
display: block;
position: relative;
margin: 0 10px ;
padding: 10px;
font-weight: bold;
border: solid 1px #FC7C00;
box-shadow: 1px 1px 2px #eee;
background: #ffffff;
cursor: pointer;
border-radius: 10px;
 }
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-container .content-entry.open .accordion-title {
background: hsla(54,97%,66%,0.52); 
 }
.accordion-title{
position: relative;
 }
.accordion-title:after {
content: "";
position: absolute;
right: 25px;
top: 38%;
transition: all 0.2s ease-in-out;
display: block;
width: 8px;
height: 8px;
border-top: solid 2px #FC7C00;
border-right: solid 2px #FC7C00;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
 }
.accordion-title.open:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 45%;
}
.accordion-content {
display: none;
padding: 20px;
color: #1B0A03;
background-color: #fff;
font-size: 85%;
text-align: left;
box-shadow: 2px 2px 2px #eee;
}
.accordion-content p{

}

@media screen and (max-width: 768px){ 
.top_sp{
width: 100%;
display: block;
}
.top_sp img{
width: 100%;
}  
.contener1{
display: none;
}
.logo{
display: none;
}
.top-common{
min-height: 200px;
width: 100%;
}
.drawer-menu{
display: block;
}
/* メニューボタンの装飾 */
.menu-button {
  display: block;
  position:absolute;
  top: 26px;
  right: 20px;
  z-index: 200;
  height: 30px;
  width: 40px;
  cursor: pointer;
	
}
.menu-button::before,
.menu-button::after {
  content: '';
  transition: .3s;
}
.menu-button::before,
.menu-button::after,
.menu-button span {
  display: block;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
  margin-top: -1px;
  background-color: #E68E23;
	  
}
.menu-button::before {
  top: 0;
}
.menu-button::after {
  bottom: 0;
	content: 'menu';
	color: #E68E23;
	
}
.menu-button span {
  top: 50%;
	
}

/* メニューボタンのアニメーション */
.menu-checkbox:checked ~ .menu-button::before {
  top: 50%;
  transform: rotate(45deg);

}
.menu-checkbox:checked ~ .menu-button::after {
 display: none;

}
.menu-checkbox:checked ~ .menu-button span {
   top: 50%;
  transform: rotate(-45deg);

}

/* ドロワーメニューの装飾 */
.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  height: 100%;
  width: 250px;
  transform: translateX(-100%);
  transition: .6s;
  background-color: #fff;
}
.drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.drawer-menu li {
  border-bottom: 1px dotted #E68E23;
}
.drawer-menu a {
  display: block;
  padding: 15px;
  color: #000000;
  text-decoration: none;
}
.drawer-menu a:hover{
background: #E68E23;
color: #F53E01;
font-weight: bold;
}

/* ドロワーメニューの開閉 */
.menu-checkbox:checked ~ .drawer-menu {
 transform: translateX(0);
}
/* ドロワーメニューの背景 */
.menu-background {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 100;
height: 100%;
width: 100%;
background-color: rgba(230,142,35,0.58);
cursor: pointer;
}
.menu-checkbox:checked ~ .menu-background {
display: block;
}
.accordion-title {
margin: 0 3px 10px 3px;
padding: 5px;
font-weight: 500;
font-size: 87%;
}
.accordion-title:after {
right: 15px;
top: 60%;
}
.accordion-content {
padding:  0 1em 20px 1em;
font-size: 82%;
}
.accordion-title.open:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 70%;
}
}

