.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;
}
.sakura{
background:url("../img/top-01/spring.jpg") center top/cover no-repeat;
}
.koi{
background:url("../img/top-01/koi.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: 250px;	
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;
}
.sakura_comm{
background:url("../img/top-common/spring.jpg") center top/cover no-repeat;
}
.koi_comm{
background:url("../img/top-common/koi.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;
}
/*アコーディオン*/
.accordion-container {
position: relative;
width: 100%;
cursor: pointer;
margin: 0 auto;
color: #0c7a9e;
}
.accordion-container .accordion-title {
display: block;
position: relative;
margin: 0 10px 20px 10px;
padding: 10px;
font-weight: bold;
border: solid 4px rgba(156,224,243,0.85);
box-shadow: 2px 2px 4px gray;
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: rgba(5, 163, 216, 0.2); 
 }
.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 #0c7a9e;
border-right: solid 2px #0c7a9e;
-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 2em;
color: #01151b;
background-color: rgba( 255, 255, 255, 0.5);
}
.accordion-content p{
font-size: 90%;
}
/* CSS for CodePen */
.accordion-container {
width: 100%;
margin: 0 auto;
}
@media screen and (max-width: 768px){ 
.drawer-menu{
display: block;
}
.top_sp{
width: 100%;
display: block;
}
.top_sp img{
width: 100%;
}  
.contener1{
display: none;
}
.logo{
display: none;
}
.top-common{
min-height: 200px;
width: 100%;
}
/* メニューボタンの装飾 */
.menu-button {
display: block;
position:absolute;
top: 20px;
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: #0A73F0;
}
.menu-button::before {
top: 0;
}
.menu-button::after {
bottom: 0;
content: 'menu';
color: #0A73F0;
}
.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: 200px;
  transform: translateX(-100%);
  transition: .5s;
  background-color: #fff;
}
.drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.drawer-menu li {
  border-bottom: 1px dotted #ccc;
}
.drawer-menu a {
  display: block;
  padding: 15px;
  color: #000000;
  text-decoration: none;
}

/* ドロワーメニューの開閉 */
.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(0, 0, 0, .5);
  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%;
}
	
}