@charset "utf-8";
/* CSS Document */
  body {
    background-image: url("../images/cats-cafe.jpg");
    background-repeat: no-repeat;
    background-size: cover;
	display:none;
  }
  .rgba {
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
  }
  @media screen and (min-width: 768px) {
  /*header設定*/
  .header {
    width: 100%;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #E5AF28;
    padding-top: 5px;
    padding-right: -10px;
    background-color: #fff;
  }
  h1 {
    width: 420px;
    margin-bottom: 10px;
  }
  .neko_icon {
    width: 45px;
    height: 45px;
    float: left;
  }
  a:link {
    color: #E5AF18;
  }
  a:visited {
    color: #E5AF28;
  }
  /*ハンバーガーアイコン*/
  /*============
nav
=============*/
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
    color: #E5AF28;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  nav li a {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  /*============
.toggle_btn
=============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 10px;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
#mask
=============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  .nav-item {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #E5AF28;
  }
  /*ハンバーガーアイコンここまで*/
  /*slider設定*/
  .top-image {
    width: 100%
  }
  .slider {
    overflow: hidden;
    width: 100%;
  }
  .slider img {
    width: 100%;
    margin: 0 auto;
  }
  /*indexhtml設定*/
  /*info設定*/
  /*.info {
  margin-top: 10px;
  margin-right: 10px;
  padding-left: -10px;
  display: block;
  width: 100%;
}*/
  .news_h2 {
    text-align: center;
  }
  .news {
    width: 512px;
    background-color: #000;
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    border: solid 2px #6e5d02;
    white-space: nowrap;
  }
  .news ul {
    list-style: none;
    margin-bottom: 8px;
    list-style-position: outside;
    /*line-height: 1.3em;*/
  }
  .news ul li {
    padding-left: 1em;
    text-indent: -1em;
    text-align: center;
    color: #fff;
  }
  .news .date {
    color: #fa8072;
  }
  .event {
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 1px;
  }
  /*side-image*/
  /*.cats_feet{
width:512px;
height:auto;
float:right;
}*/
  /*.cats_feet_2{
width:512px;
height:auto;
float:left;
}*/
  /*movie設定*/
  .btn_movie img {
    width: 100%;
  }
  .movies {
    width: 512px;
    height: 300px;
    display: flex;
    margin-left: 10px;
    float: right;
  }
  .contents {
    width: 100%;
    float: left;
  }
  /*footer*/
  .footer {
    clear: both;
    margin-top: 10px;
    /*padding: .3em;*/
    border-top: 1px solid #E5AF28;
    text-align: center;
    color: #000;
    width: 100%;
    box-sizing: content-box;
    background-color: #9BDDDB;
  }
  /*sidecontents設定*/
  .sidecontent {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .content_block {
    width: 1035px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  /*contents*/
  .contens_img {
    width: 100%;
  }
  /*corkbord設定*/
  .ashiato_box {
    position: relative;
  }
  .ashiato {
    position: absolute;
    margin-top: 5px;
    margin-left: 130px;
    display: flex;
  }
  .ashiato_2 {
    position: absolute;
    margin-top: 5px;
    margin-left: 130px;
    display: flex;
  }
  .ashiato_3 {
    position: absolute;
    margin-top: 5px;
    margin-left: 130px;
    display: flex;
  }
  .corkbord {
    margin-top: 10px;
    width: 100%;
    height: auto;
    background-image: url("../images/backdrop-corck.jpg");
  }
  .corkbord_contents {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
  }
  .cats {
    margin-top: 20px;
    margin-left: 10px;
    width: 300px;
  }
  .gallery {
    margin-top: 20px;
    margin-left: 10px;
    width: 300px;
  }
  .info {
    margin: 20px;
    margin-left: 10px;
    width: 300px;
  }
  .corkbord.cats img {
    display: flex;
    float: left;
  }
  .corkbord.gallery img {
    float: left;
  }
  .corkbord.info img {
    float: left;
  }
}
@media screen and (max-width:480px) {
  /*　画面サイズが480px以下の場合ここの記述が適用される　*/
   /*header設定*/
  .header {
    max-width: 100%;
    height: auto;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    /*color: #E5AF28;*/
    /*padding-top: 5px;
    padding-right: -10px;*/
    background-color: #fff;
  }
  .neko_icon {
    max-width: 40px;
    height: auto;
    float: left;
  }
  .header h1 {
    font-size: 30px;
  }
  a:link {
    color: #E5AF28;
  }
  a:visited {
    color: #E5AF28;
  }
  /*ハンバーガーアイコン*/
  /*============
nav
=============*/
  nav {
    display: block;
    position: fixed;
    top: 0;
    right: -150px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #333;
  }
  nav .inner ul li a {
    display: block;
	color:#E5AF28;
    font-size: 14px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  /*============
.toggle_btn
=============*/
  .toggle_btn {
    display: block;
    position: fixed;
    top: 5px;
    right: 25px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .open .toggle_btn {
    left: 330px;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .open .toggle_btn span:nth-child(1), .open .toggle_btn span:nth-child(3) {
    width: 16px;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translate(-1px, 4px) rotate(-45deg);
    transform: translate(-1px, 4px) rotate(-45deg);
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translate(-1px, -4px) rotate(45deg);
    transform: translate(-1px, -4px) rotate(45deg);
  }
  /*============
#mask
=============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  .slider img {
    display: flex;
    max-width: 100%;
    height: auto;
    /*  float: left;*/
  }
  .news {
    width: 100%;
    height: auto;
    background-color: #000;
    overflow-x: hidden;
    overflow-y: auto;
    float: left;
    border: solid 2px #6e5d02;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  
  /*infomation設定*/
  ul li p{
  font-size:15px;
  color:#fff;
  margin-bottom:1px;
  }
  
  .event {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 1px;
  }
  .news ul {
    list-style: none;
    margin-bottom: 8px;
    list-style-position: outside;
    /*line-height: 1.3em;*/
  }
  .news ul li {
    padding-left: 1em;
    text-indent: -1em;
    text-align: center;
    color: #fff;
  }
  .news .date {
    color: #fa8072;
  }
  .btm_movie {
    width: 100%;
    height: auto;
  }
  /*contents*/
  .contens img {
    width: 100%;
  }
  /*corkbord設定*/
  .ashiato_box {
    position: relative;
  }
  .ashiato {
    position: absolute;
    margin-top: 5px;
    margin-left: 160px;
    display: flex;
  }
  .ashiato_2 {
    position: absolute;
    margin-top: 5px;
    margin-left: 160px;
    display: flex;
  }
  .ashiato_3 {
    position: absolute;
    margin-top: 5px;
    margin-left: 160px;
    display: flex;
  }
  .corkbord {
    margin-top: 10px;
    max-width: 100%;
    height: auto;
    background-image: url("../images/backdrop-corck.jpg");
  }
  .corkbord_contents {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .cats {
    display: flex;
    justify-content: center;
  }
  .cats img {
    margin-top: 20px;
  }
  .gallery {
    display: flex;
    justify-content: center;
  }
  .gallery img {
    margin-top: 20px;
  }
  .info {
    display: flex;
    justify-content: center;
  }
  .info img {
    margin-top: 20px;
  }
  .corkbord.cats img {
    display: block;
    float: none;
  }
  .corkbord.gallery img {
    float: none;
  }
  .corkbord.info img {
    float: none;
  }
  /*footer*/
  .footer {
    margin-top: 10px;
    /*padding: .3em;*/
    border-top: 1px solid #E5AF28;
    text-align: center;
    color: #000;
    width: 100%;
    box-sizing: content-box;
    background-color: #9BDDDB;
  }
}