/*
Theme Name: Capy Neko Cafe. Harajuku
Theme URI:
Author: Capy Neko Cafe Group
Author URI: https://capyneko.cafe/
Description: カピねこカフェのテーマ 原宿店 V1 です。
Version: V4.0
*/
@charset "utf-8";
/* Common CSS */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, cite, img, strong, i, dl, dt, dd, ol, ul, li,
form, label, table, tbody, thead, tr, th, td, article, embed, figure, figcaption, footer, header, hgroup, nav, section, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

object {
  pointer-events: none;
}

img {
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #000;
}


/* CONTENTS
----------------------------------------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
}

body {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  background-color: #fff;
  color: #412E20;
}

_:-ms-input-placeholder, :root body {
  font-family: "Segoe UI", "-apple-system", "BlinkMacSystemFont", "Helvetica Neue", "Arial", "Meiryo", "sans-serif";
}

/* Header
 *************************************** */
 .top_bnr {
  display: block;
  position: fixed;
  top: 10px;
  left: calc(50% - 495px);
  z-index: 120;
}

.nav_toggle_box {
  position: fixed;
  top: 10px;
  right: calc(50% - 495px);
  width: 55px;
  height: 55px;
  border: 3px solid #412E20;
  border-radius: 50%;
  transition: all .5s ease-in-out;
  z-index: 130;
}

.nav_toggle_box:hover {
  opacity: 0.5;
}

.nav_toggle, .nav_toggle span {
  display: inline-block;
  box-sizing: border-box;
  transition: all .5s ease-in-out;
  z-index: 140;
}

.nav_toggle {
  position: absolute;
  top: calc(50% - 15px);
  right: calc(50% - 15px);
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.nav_toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #412E20;
  border-radius: 6px;
  z-index: 120;
}

.nav_toggle span:nth-child(1) {
  top: 0;
}

.nav_toggle span:nth-child(2) {
  top: 12px;
}

.nav_toggle span:nth-child(3) {
  bottom: 0;
}

.nav_toggle.active span {
  background-color: #412E20;
}
.nav_toggle.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-315deg);
}
.nav_toggle.active span:nth-of-type(2) {
  opacity: 0;
}
.nav_toggle.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(315deg);
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.overlay.header_overlay.active {
  display: block;
  background: rgba(0,0,0,.8);
  z-index: 110;
}

nav {
  display: none;
  position: fixed;
  top: 0;
  right: calc(50% - 512px);
  padding-top: 85px;
  width: 350px;
  height: 100%;
  overflow: auto;
  text-align: center;
  background: #fff;
  opacity: 0.9;
  z-index: 120;
  -ms-overflow-style:none;
}

nav::-webkit-scrollbar {
  display:none;
}

.nav_list li {
  position: relative;
  border-bottom: solid 1px #412E20;
}

.nav_list li:first-child {
  border-top: solid 1px #412E20;
}

.nav_list li a {
  display: block;
  transition: all .5s ease-in-out;
}

.nav_list li a:hover {
  background-color: #FFF;
  opacity: .7;
}

.nav_list li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 12px);
  right: 50px;
  width: 12px;
  height: 12px;
  margin-top: 6px;
  border-top: 2px solid #412E20;
  border-right: 2px solid #412E20;
  transform: rotate(45deg);
}

.nav_list h3 {
  padding: 20px 0;
  width: 100%;
  color: #412E20;
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: bold;
  z-index: 150;
}

.nav_list .fas:before {
  position: absolute;
  left: 65px;
  font-family: "Font Awesome 5 Free";
}

.nav_sns_box {
  display: flex;
  justify-content: center;
}

.nav_sns_box .fas:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.nav_sns_box li {
  margin-right: 25px;
}

.nav_sns_box li:last-child {
  margin-right: 0;
}

.nav_sns_box li a {
  display: block;
  position: relative;
  width: 65px;
  height: 65px;
  color: #412E20;
  border: 2px solid #412E20;
  border-radius: 50%;
}

.nav_sns_box span {
  position: absolute;
  top: calc(50% - 2.5rem);
  font-size: 5rem;
}

.nav_sns_box span.fa-facebook-f {
  left: 25%;
}

.nav_sns_box span.fa-instagram {
  left: 15%;
}

.nav_sns_box span.fa-x-twitter {
  left: 10%;
}

.nav_sns_box span.fa-youtube {
  left: 5%;
}

.nav_list .nav_sns_box li {
  padding: 10px 0;
  border: none;
}

.nav_list li a.nav_sns:after {
  border: none;
}


/* MAIN
 *************************************** */

/* MAIN - BREAD CRUMBS
 *************************************** */
.bread_crumbs {
  padding: 0 0 25px;
  font-size: 1.6rem;
  background: linear-gradient( #FFF 20%, #fff);
}

.bread_crumbs ul {
  display: flex;
  margin: 0 auto;
  padding: 75px 0 0 20px;
  width: 1024px;
}

.bread_crumbs li {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
  text-decoration: none;
}

.bread_crumbs a {
  display: block;
  transition: all 0.5s ease-in-out;
}

.bread_crumbs a:hover {
  opacity: .7;
}

.bread_crumbs li a:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  margin-top: 4px;
  margin-left: 11px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

/* MAIN - Contents Box
 *************************************** */
.contents_box {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
}

h3.title {
  padding-top: 25px;;
  font-size: 5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

h3.title span {
  display: block;
  margin: 0 auto 15px;
  width: 60px;
  border-bottom: 4px solid #412E20;
  border-radius: 2px;
}

/* FOOTER
----------------------------------------------------------------------------------------------------*/
footer {
  display: block;
  bottom: 0;
  width: 100%;
  font-size: 1.75rem;
  text-align: center;
  line-height: 1.5;
  background-color: #a8ffd3;
}

footer ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0;
}

footer li::after {
  content: '|';
  margin: 0 15px;
}

footer li:last-child::after {
  content: '';
  margin: 0;
}

footer a {
  transition: all 0.5s ease-in-out;
}

footer a:hover {
  color: #fff;
}

.copyright {
  padding: 10px 0;
  font-weight: bold;
  background-color: #fff;
}

.gtranslate_fixed_box {
  position: fixed;
  left: 20px;
  right: auto;
  bottom: 10px;
}

/* PAGE TOP
----------------------------------------------------------------------------------------------------*/
.page-top {
  display: none;
  cursor: pointer;
  position: fixed;
  right: calc(50% - 502px);
  bottom: 0;
  margin: 10px;
  padding: 10px 13px 0 13px;
  transition: all 0.5s ease-in-out;
  z-index: 80;
}

.page-top:hover {
  opacity: .7;
}

.page-top img {
  width: 80px;
}

/* -------------------- for SP (480px) -------------------- */
@media screen and (max-width: 480px) {
  /* CONTENTS
   ----------------------------------------------------------------------------------------------------*/
  body {
    width: 100%;
  }

  /* Header
   *************************************** */
   .top_bnr {
    left: 10px;
   }

   .top_bnr img {
     width: 50vw;
   }

  .nav_toggle_box {
    right: 10px;
  }

  .nav_list h3 {
      font-size: 5vw;
  }

  .nav_list li a::after {
    right: 20vw;
  }

  .fas:before {
    left: 27vw;
  }

  nav {
    width: 100%;
    right: 0;
  }

  /* MAIN
  *************************************** */
  .bread_crumbs ul {
    width: 100%;
  }

  .contents_box {
    padding: 0 10px;
    width: 100%;
  }

  h3.title {
    padding-top: 10px;
    font-size: 10vw;
  }

  /* FOOTER
  ----------------------------------------------------------------------------------------------------*/
  footer {
    font-size: 4vw;;
  }

  footer ul {
    flex-direction: column;
  }

  footer li::after {
    content: '';
    margin: 0;
  }

  .copyright {
    padding-bottom: 75px;
  }

  /* PAGE TOP
  ----------------------------------------------------------------------------------------------------*/
  .page-top {
    right: 0;
    padding: 0;
  }

}


/* -------------------- for Tablet (481px) and (1023px) -------------------- */
@media screen and (min-width: 481px) and (max-width: 1023px) {
  /* CONTENTS
   ----------------------------------------------------------------------------------------------------*/
   body {
    width: 100%;
  }

  /* Header
   *************************************** */
  .top_bnr {
    left: 10px;
  }

  .nav_toggle_box {
    right: 25px;
  }

  .nav_list li a::after {
    right: calc(50% - 135px);
  }

  .fas:before {
    left: calc(50% - 105px);
  }

  nav {
    width: 100%;
    right: 0;
  }

  /* MAIN
  *************************************** */
  .bread_crumbs ul {
    width: 100%;
  }

  .contents_box {
    padding: 0 20px;
    width: 100%;
  }

  h3.title {
    padding-top: 10px;
  }

  /* FOOTER
  ----------------------------------------------------------------------------------------------------*/
  .copyright {
    padding-bottom: 45px;
  }

  /* PAGE TOP
  ----------------------------------------------------------------------------------------------------*/
  .page-top {
    right: 0;
    padding: 0;
  }
}
