@charset "UTF-8";
html, body {
  height: 100%;
}

body {
  font-family: 'M PLUS 1p', sans-serif;
  margin: auto;
  font-size: 14px;
  color: black;
  padding-top: 65px;
}

body.on {
  overflow: hidden;
}

@media all and (max-width: 768px) {
  body {
    font-size: 12px;
    padding-top: 60px;
  }
}

body, select, input, textarea, p, i {
  line-height: 1.8;
  font-weight: 400;
}

#wrapper .container {
  max-width: 1050px;
}

#wrapper .container h1 {
  font-size: 1rem;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: dodgerblue;
  text-decoration: none;
}

a:link,
a:visited,
a:active,
a:hover {
  overflow: hidden;
  outline: none;
}

a img,
a svg {
  transition: 0.3s;
}

a:hover img,
a:hover svg {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: 0.3s;
}

input[type="text"]:focus {
  outline: 0;
}

#wpadminbar {
  top: inherit !important;
  bottom: 0 !important;
}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection {
  background: #f0f0f0;
  color: #122B44;
  text-shadow: none;
}

::selection {
  background: #f0f0f0;
  color: #122B44;
  text-shadow: none;
}

/*溝幅 0pxの場合*/
.gutter-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gutter-0 > [class*='col-'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/*溝幅 10pxの場合*/
.gutter-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.gutter-10 > [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
}

/*溝幅 20pxの場合*/
.gutter-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.gutter-20 > [class*='col-'] {
  padding-left: 10px;
  padding-right: 10px;
}

/*溝幅 40pxの場合*/
.gutter-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.gutter-40 > [class*='col-'] {
  padding-left: 20px;
  padding-right: 20px;
}

/*溝幅 60pxの場合*/
.gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.gutter-60 > [class*='col-'] {
  padding-left: 30px;
  padding-right: 30px;
}

/*溝幅 100pxの場合*/
.gutter-100 {
  margin-left: -4%;
  margin-right: -4%;
}

.gutter-100 > [class*='col-'] {
  padding-left: 4%;
  padding-right: 4%;
}

@media all and (max-width: 1060px) {
  #waku {
    margin-left: -8px;
    margin-right: -8px;
  }
  #waku > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media all and (max-width: 768px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row > [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }
  /*溝幅 40pxの場合*/
  .gutter-40 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .gutter-40 > [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  /*溝幅 60pxの場合*/
  .gutter-60 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .gutter-60 > [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* HEAD
-------------------------------------------------------------------------------*/
#kkTitle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
  border-bottom: solid 1px #E9E9E9;
  height: 65px;
}

#kkTitle .menuOpen {
  position: fixed;
  top: 10px;
  right: 10px;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s ease;
}

#kkTitle nav {
  width: 100%;
  height: 100%;
  position: fixed;
  display: grid;
  grid-template-columns: 100vw;
  grid-template-rows: 100vh;
  top: 0;
  right: 100%;
  background-color: white;
  pointer-events: none;
  padding: 0;
  z-index: 999;
  counter-reset: nav;
  overflow: hidden;
  text-align: center;
  overflow-y: auto;
}

#kkTitle nav .closeOpen {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  width: 50px;
  height: 45px;
  cursor: pointer;
  transition: 0.5s ease;
}

#kkTitle nav #nav-menu {
  justify-self: center;
  align-self: center;
}

#kkTitle nav #nav-menu ul li {
  margin-bottom: 20px;
}

#kkTitle nav #nav-menu ul li a {
  font-size: 20px;
  line-height: 1.2;
}

#kkTitle nav #nav-menu ul li a small {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 2px;
}

#kkTitle .active + nav {
  right: 0;
  pointer-events: visible;
}

#kkTitle nav::-webkit-scrollbar {
  width: 2px;
}

#kkTitle nav::-webkit-scrollbar-track {
  background: none;
}

#kkTitle nav::-webkit-scrollbar-thumb {
  background: #fff;
}

#header {
  margin: 1rem auto;
  padding: 1.5rem 0 0.5rem;
  /**
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: white;
    **/
}

#header #shopTitle .telBox {
  text-align: right;
}

#header #shopTitle .telBox p.tel {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  margin: auto;
}

#header #shopTitle .telBox p.tel i {
  font-size: 1rem;
  margin-right: 4px;
}

#header #shopTitle .telBox p.access {
  font-size: 0.8rem;
  line-height: 2;
}

#header #shopTitle h1 {
  font-size: 1.4rem;
}

#header #shopTitle h2#h2-shop {
  font-size: 0.8rem;
}

@media all and (max-width: 768px) {
  #kkTitle {
    height: 60px;
  }
  #kkTitle h1 img {
    height: 60px;
    width: auto;
  }
  #kkTitle .menuOpen {
    top: 7.5px;
    right: 7.5px;
  }
  #kkTitle nav .closeOpen {
    top: 7.5px;
    right: 7.5px;
  }
  #kkTitle nav #nav-menu ul li {
    margin-bottom: 15px;
  }
  #kkTitle nav #nav-menu ul li a {
    font-size: 15px;
  }
  #kkTitle nav #nav-menu ul li a small {
    font-size: 12px;
  }
  #header {
    margin: 1rem auto;
    padding: 1rem 0 0;
  }
  #header #shopTitle h1 {
    font-size: 1.2rem;
    margin-bottom: 0.2rem;
  }
  #header #shopTitle h2#h2-shop {
    font-size: 0.7rem;
  }
  #header #shopTitle .telBox p.tel {
    font-size: 1.1rem;
  }
  #header #shopTitle .telBox p.tel i {
    font-size: 0.9rem;
  }
  #header #shopTitle .telBox p.access {
    font-size: 0.7rem;
    line-height: 1.8;
  }
}

/* footer
-------------------------------------------------------------------------------*/
#footer {
  padding: 3rem 0;
  text-align: left;
}

#footer ul {
  margin: auto;
}

#footer ul li {
  display: inline-block;
  margin-right: 0.4rem;
  padding-left: 0.6rem;
  line-height: 1;
}

#footer ul li:first-child {
  padding-left: 0;
}

#footer ul li + li {
  border-left: solid 1px #000;
}

#kkobe {
  padding-top: 3rem;
}

@media all and (max-width: 768px) {
  #footer {
    padding: 15px 0 70px;
  }
  #kkobe {
    padding-top: 1rem;
  }
}

/* MAP
-------------------------------------------------------------------------------*/
.map #gmap {
  max-width: 1020px;
  margin: auto auto 2rem;
}

.map #gmap #map_canvas {
  height: 450px;
  width: 100%;
}

@media all and (max-width: 768px) {
  .map #gmap {
    margin: auto auto 1.5rem;
  }
  .map #gmap #map_canvas {
    height: 350px;
  }
}

/* single
-------------------------------------------------------------------------------*/
#single #main {
  margin-bottom: 3rem;
}

#single #slide {
  padding: 0;
  position: relative;
  margin-bottom: 3rem;
}

#single #slide .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7;
}

#single #slide img {
  width: 100%;
  height: auto;
}

#single #info .infoTxt p {
  font-size: 0.9rem;
  margin-bottom: 2.5rem;
}

#single #info h2 {
  font-size: 1rem;
  margin-bottom: 0.8rem;
  letter-spacing: 1px;
}

#single #info table {
  width: 100%;
  border-top: solid 1px #ddd;
}

#single #info table tr {
  border-bottom: solid 1px #ddd;
}

#single #info table tr th {
  vertical-align: top;
  font-weight: 400;
  padding: 0.8rem 1rem 0.8rem 0;
  white-space: nowrap;
  text-align: left;
}

#single #info table tr td {
  padding: 0.8rem 0;
}

@media all and (max-width: 768px) {
  #single #info h2 {
    margin-bottom: 0.5rem;
    letter-spacing: 0;
  }
  #single #info table tr {
    border-bottom: solid 1px #ddd;
  }
  #single #info table tr th {
    padding: 0.5rem 1rem 0.5rem 0;
  }
  #single #info table tr td {
    padding: 0.5rem 0;
  }
}

#single #map #map_canvas {
  width: 100% !important;
  height: 450px;
}

@media all and (max-width: 575px) {
  #single #map #map_canvas {
    height: 250px;
  }
}

#single #map table {
  width: 100%;
}

#single #map table tr {
  border-bottom: solid 1px #ddd;
}

#single #map table tr th {
  vertical-align: top;
  font-weight: 400;
  padding: 0.8rem 1rem 0.8rem 0;
  white-space: nowrap;
}

#single #map table tr td {
  padding: 0.8rem 0;
}

#single #image {
  text-align: center;
}

#single #image ul li {
  margin-bottom: 10px;
}

#single #image .insta_btn {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 600;
  margin: 2rem auto 1rem;
  display: inline-block;
  padding: 0 2.5rem;
  border: solid 1px #000;
  line-height: 2.5;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  text-align: center;
  position: relative;
}

#single #image .insta_btn i {
  color: #000;
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -0.5rem;
}

#single #image .insta_btn:hover {
  background-color: #ccc;
  color: white;
  border: solid 1px #ccc;
}

#single #image .insta_btn:hover i {
  color: white;
}

@media all and (max-width: 450px) {
  #single #image .insta_btn {
    font-size: 14px;
  }
  #single #image p {
    max-width: 90%;
    margin: auto;
  }
  #single #image p br {
    display: none;
  }
}

#single #event h2 {
  font-size: 1.1rem;
}

#single #event h3, #single #event h4, #single #event h5 {
  font-size: 0.9rem;
}

#single #side #sidefix {
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
  background-color: white;
  z-index: 8;
}

#single #side .shopMenu h2 {
  font-size: 1rem;
  margin-bottom: 1rem;
}

@media all and (max-width: 768px) {
  #single #side .shopMenu h2 {
    margin-bottom: 0.5rem;
  }
}

#single #side .shopMenu a.nav-link.active {
  background: none !important;
  color: black;
}

#single #side .shopMenu ul {
  margin: auto;
}

#single #side .shopMenu ul .nav-link {
  padding: 0;
}

#single #side .shopMenu ul li {
  border-top: solid 1px #ddd;
}

#single #side .shopMenu ul li a {
  display: block;
  line-height: 4;
  position: relative;
}

@media all and (max-width: 768px) {
  #single #side .shopMenu ul li a {
    line-height: 3.5;
  }
}

#single #side .shopMenu ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 4px;
}

#single #side .inner {
  padding-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: solid 1px #ddd;
}

#single #side .inner h2 {
  font-size: 1rem;
  letter-spacing: 1px !important;
}

#single #side .inner ul {
  margin: auto;
}

#single #side .inner a {
  font-size: 0.8rem;
}

#single #side .inner ul.tag li a::before {
  content: '# ';
}

#single #side .inner .area a {
  display: block;
}

#single #side .inner .area a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  margin-right: 3px;
  font-weight: 900;
}

#single #side .inner ul.tag li a::before {
  content: '#';
  margin-right: 2px;
}

#single #side .inner ul#share li {
  display: inline-block;
  margin-right: 0.5rem;
}

#single #side .inner ul#share li a {
  font-size: 1rem;
}

@media all and (max-width: 768px) {
  #single #side .inner {
    padding-top: 1rem;
    margin-bottom: 1rem;
  }
  #single #side .inner h2 {
    margin-bottom: 0.2rem;
  }
}

#single #side #formBox p {
  margin: auto;
}

#single #side #formBox p i {
  font-size: 0.8rem;
}

#single #side #formBox p a {
  font-weight: 500;
  font-size: 0.9rem;
}

#spFixed {
  background-color: black;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

#spFixed ul li {
  border-right: solid 1px #333;
}

#spFixed ul li a {
  color: white;
  text-align: center;
  display: block;
  font-size: 10px;
  padding: 0.8rem 0.5rem;
}

#spFixed ul li a i {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 0.1rem;
}

#spFixed ul li a:hover {
  background-color: #333;
}

#spFixed ul li:last-child {
  border: none;
}

/* Slider
-------------------------------------------------------------------------------*/
.sp-buttons {
  position: absolute;
  bottom: -35px;
  left: 0;
  text-align: right;
}

.sp-button {
  border: none;
  border-radius: 0;
  background-color: #ccc;
}

.sp-selected-button {
  background-color: black;
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sp-button {
    width: 15px;
    height: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 568px) {
  .sp-button {
    width: 15px;
    height: 15px;
  }
}

@media all and (max-width: 499px) {
  .sp-button {
    display: none;
  }
}

/* pagetop
-------------------------------------------------------------------------------*/
#pagetop {
  position: fixed;
  height: 55px;
  width: 35px;
  bottom: 0;
  right: 40px;
  z-index: 8;
}

@media all and (max-width: 768px) {
  #pagetop {
    right: 20px;
  }
}

/* Print styles
-------------------------------------------------------------------------------*/
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
  #kkTitle {
    display: none !important;
  }
}
