@charset "utf-8";
/* CSS Document */
  body {
    background-image: url("../../images/cats-cafe.jpg");
    background-size: cover;
	display:none;
  }
  .rgba {
    height: auto;
    background-color: rgba(255, 255, 255, 0.5);
  }
  @media screen and (min-width:780px) {
  .header {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #E5AF28;
    padding-top: 5px;
    padding-right: -10px;
    background-color: #fff;
  }
  .neko_icon {
    width: 45px;
    height: 45px;
    float: left;
  }
  /*.header{
margin-bottom:-10px;;
}*/
  a:link {
    color: #E5AF28;
  }
  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;
  }
   /*ハンバーガーアイコンここまで*/
  /*Catsページの設定*/
  /* ▼キャプション付き画像全体を囲むボックスの装飾 */
  .neko_box {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    width: 912px;
    margin: 0 auto;
  }
  figure {
    display: flex;
  }
  /* ▼画像に対する装飾 */
  figure img {
    display: flex;
    margin: 0 auto;
  }
  /* ▼キャプションに対する装飾 */
  figcaption {
    font-weight: bold;
    font-size: 0.9em; /* 文字サイズを90%に */
    text-align: center; /* 中身をセンタリング */
  }
  h2 {
    text-align: center;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .ashiato {
    background-image: url("../../images/ashiato.png");
    background-repeat: no-repeat;
  }
  .contents_title {
    display: block;
    margin: 0 auto;
  }
  p {
    font-size: 0.9em;
    text-align: center;
  }
  .tama_comu, .fuku_comu, .shiro_comu {
    border: 1px solid #fff;
    /*margin:0 auto;*/
    width: 304px;
    background-color: rgba(255, 255, 255, 0.70);
    float: left;
  }
  .neko_comu, .neko2_comu, .neko3_comu {
    border: 1px solid #fff;
    /*margin:0 auto;*/
    width: 304px;
    background-color: rgba(255, 255, 255, 0.70);
    float: left;
  }
  .neko4_comu, .neko5_comu, .neko6_comu {
    border: 1px solid #fff;
    /*margin:0 auto;*/
    width: 304px;
    background-color: rgba(255, 255, 255, 0.70);
    float: left;
  }
  .neko7_comu, .neko8_comu, .neko9_comu {
    border: 1px solid #fff;
    /*margin:0 auto;*/
    width: 304px;
    background-color: rgba(255, 255, 255, 0.70);
    float: left;
  }
  /*colorbox設定*/
  #cboxOverlay {
    background: #000;
  }
  #cboxLoadedContent {
    background: #fff;
  }
  #cboxLoadedContent {
    padding: 0;
    overflow: auto;
    -moz-box-shadow: 0px 1px 10px #000000;
    -webkit-box-shadow: 0px 1px 10px #000000;
    box-shadow: 0px 1px 10px #000000;
  }
  #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose, #cboxTitle {
    top: -30px;
  }
  #colorbox, #cboxOverlay, #cboxWrapper {
    overflow: visible;
  }
  #cboxTitle {
    color: #fff;
  }
  #inline-content { /* インラインを使用する時のみ */
    margin: 20px;
  }
  #ajax-wrap { /* ajaxを使用する時のみ */
    margin: 20px;
  }
  /*各種猫紹介設定ここまで*/
  .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;
  }
}
@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: #333;
    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;
  }
  .neko_box {
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 700;
    font-style: normal;
    max-width: 300px;
	height:auto;
    margin: 0 auto;
  }
   /*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;
  }
}