@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
/*! sanitize.css v3.2.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
audio:not([controls]) {
  display: none;
  /* Chrome 44-, iOS 8+, Safari 9+ */ }

button {
  -webkit-appearance: button;
  /* iOS 8+ */
  overflow: visible;
  /* Internet Explorer 11- */ }

details {
  display: block;
  /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* Edge 12+, Internet Explorer 11- */
  /*overflow-y: scroll;*/
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

input {
  -webkit-border-radius: 0; }

input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* iOS 8+ */ }

input[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* Chrome 45+, Safari 9+ */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Chrome 45+, Safari 9+ */ }

main {
  display: block;
  /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */ }

pre {
  overflow: auto;
  /* Internet Explorer 11- */ }

progress {
  display: inline-block;
  /* Internet Explorer 11-, Windows Phone 8.1+ */ }

small {
  font-size: 75%;
  /* All browsers */ }

summary {
  display: block;
  /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */ }

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

template {
  display: none;
  /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */ }

textarea {
  overflow: auto;
  /* Edge 12+, Internet Explorer 11- */ }

[hidden] {
  display: none;
  /* Internet Explorer 10- */ }

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit; }

* {
  font-size: inherit;
  line-height: inherit; }

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit; }

/*
 * Opinionated defaults
 */
/* specify the border style and width of all elements */
*,
:before,
:after {
  border-style: solid;
  border-width: 0; }

/* specify the core styles of all elements */
* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0; }

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif; }

/* specify the text decoration of anchors */
a {
  text-decoration: none;
	outline: none;
  /*cursor: pointer;*/ }

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* specify the background color of form elements */
button,
input,
select,
textarea {
  background-color: transparent; }

/* specify the inherited color and font of form elements */
button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit; }

/* specify the minimum height of form elements */
button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: 1.5em; }

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; }

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none; }

/* specify the standard appearance of selects */
select {
  -moz-appearance: none;
  /* Firefox 40+ */
  -webkit-appearance: none; }

select::-ms-expand {
  display: none;
  /* Edge 12+, Internet Explorer 11- */ }

select::-ms-value {
  color: currentColor;
  /* Edge 12+, Internet Explorer 11- */ }

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* specify the resizability of textareas */
textarea {
  resize: vertical; }

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none; }

/* specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress; }

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer; }

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default; }

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute; }

[hidden][aria-hidden="false"]:focus {
  clip: auto; }

/* remove delay from tapping on clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

/*# sourceMappingURL=sanitize.css.map */
#wrapper {
  width: 100%;
  overflow: hidden;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    #wrapper {
      overflow: auto; } }
  @media only screen and (min-width: 640px) and (max-width: 1024px) {
    #wrapper {
      overflow: auto; } }

:root, html, body {
  background-color: #fff;
  color: #191919;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-size: 1.4rem;}

* {
  box-sizing: border-box; }

li {
  list-style-type: none; }

a {
  color: #191919;
  /*transition: all .5s ease;*/ }
  a img {
    /*transition: all .8s ease-out;*/ }

a:hover {
  text-decoration: none;
  color: #191919;
  transition: all .5s ease;
  border-color: #191919; }
  a:hover .look_img {
    opacity: .7;
    transition: all .8s; }

.img-max {
  width: 100%; }
  
  .img-90 {
  width: 50%; }
  @media only screen and (max-width: 640px) {
    .img-90 {
  width: 90%; }
  }


a {
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.change-right-ber {
  overflow: hidden;
}

.change-right-ber header {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.change-right-ber .main-banner {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}

.change-right-ber .pc-banner {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}



.container01-p {
  display: anone;
}

.close {
  display: none;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.close:hover {
  -webkit-opacity: .5;
  -moz-opacity: .5;
  -ms-opacity: .5;
  -o-opacity: .5;
  opacity: .5;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.open {
  display: block;
}

.popup {
    position: fixed;
    z-index: 10000;
    top: 0;
    background-color: #fff;
    overflow-y: scroll;
    height: auto
}
figure {
    height: 100vh
}

/*.fade-pop {*/

/*  // アニメーション設定*/

/*
  animation-name:fade-pop;
  animation-duration:4s; //アニメーション時間
  animation-timing-function: ease-out; //アニメーションさせるイージング
  animation-delay:1s; //アニメーション開始させる時間
  animation-iteration-count:1; //繰り返し回数
  animation-direction:normal; //往復処理をするかどうか
  animation-fill-mode: forwards; //アニメーション後のスタイルをどうするか
}
*/

/*// アニメーション*/

/*
@keyframes fade-pop {
  0% {opacity: 0}
  100% {opacity: 1}
}
*/

.window-max {
  width: 100%;
}
.window-max2 {
  width: 100%;
    height: auto
}

.bottom-x {
  width: 20px;
  border-bottom: solid 3px #444;
  -webkit-transform: skew(45deg,45deg);
  -moz-transform: skew(45deg,45deg);
  -ms-transform: skew(45deg,45deg);
  -o-transform: skew(45deg,45deg);
  transform: skew(45deg,45deg);
}

.bottom-x span {
  width: 20px;
  border-bottom: solid 2px #444;
}

.my-parts {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: fixed;
  cursor: pointer;
  right: 10px;
  top: 10px;
}

.my-parts span::before,
.my-parts span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 54%;
  height: 8%;
  margin: -8% 0 0 -42%;
  background: #888;
}

.my-parts span::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.my-parts span::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* POPUP中身 */

.popup-img {
  display: block;
  width: calc(75% - 360px);
  margin: 5% 10% 5% 10%;
}

.popup-img img {
  margin: 0 0 30px 0;
  width: 100%;
}

.open-link {
  display: block;
  width: 360px;
  position: fixed;
  right: 10%;
  margin-left: 70%;
	padding: 30px 0 60px;
}

.open-link ul {
  list-style-type: none;
}

.open-link li {
  font-size: 12px;
  line-height: 140%;
  letter-spacing: .05em;
  border-bottom: solid 1px #444;
  margin-bottom: 15px;
}

.open-link h3 a {
	border-bottom: solid;
}

/* やじるし */

.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
  font-size: 15px;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.sample5-1::before {
  left: 3px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sample5-2::before {
  left: 3px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sample5-1 {
  position: fixed;
  right: 50px;
}

.sample5-2 {
  position: fixed;
  left: 20px;
}

.arrow:hover {
  -webkit-opacity: .5;
  -moz-opacity: .5;
  -ms-opacity: .5;
  -o-opacity: .5;
  opacity: .5;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.container-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  height: 100vh;
}

/* slick */

.slider {
  margin: 100px auto;
  width: 80%;
}

.slider img {
  height: auto;
  width: 100%;
}

/*slick setting*/

.slick-prev:before,
.slick-next:before {
  color: #000;
}

/*

ブレイクポイント

@media screen and (min-width:767px) {

}
@media screen and (max-width:766px) {

}

*/

/*----------------------------------------------------------------------------------------------------------------------------
デザイン（フリースペース）
----------------------------------------------------------------------------------------------------------------------------*/

a {
  color: #444;
}

.info {
  width: 100%;
  margin: 180px auto 30px auto;
}

.info img {
  width: 90%;
  max-width: 720px;
  margin: 10px auto;
  display: block;
}

.info p {
  font-size: 12px;
  display: block;
  text-align: center;
}

.info h2 {
  margin-bottom: 30px;
}

.info-shop {
  font-weight: bold;
}

ul a {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

ul a:hover {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6;
}

.event-img {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.event-img:hover {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

header {
  z-index: 999;
	height: 100px;
}

.fadein p {
  font-size: 14px;
}
@media screen and (min-width:767px) {

header {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 20px 50px;
  position: fixed;
  background-color: #fff;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  background-color: rgba(255,255,255,0.8);
}

#header_logo {
  width: 120px;
}

#header_navi {
	margin-left: auto;
}

#header_navi ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}

#header_navi li {
  list-style-type: none;
  margin: 0 0 0 30px;
  font-size: 14px;
}

#header_navi li a {
  position: relative;
  display: inline-block;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  -o-text-decoration: none;
  text-decoration: none;
}

#header_navi li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 65%;
  height: 2px;
  background: #444;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}

#header_navi li a:hover::after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

#header_navi img {
  overflow: hidden;
}

.smaller {
  padding: 20px 50px;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.logo-dlt {
  display: none;
}

.navToggle {
  display: none;
}

/*----------------------------------------------------------------------------------------------------------------------------
メイン
----------------------------------------------------------------------------------------------------------------------------*/

main {
  padding-top: 100px;
}

.main-banner {
  height: calc(100vh / 4);
  width: calc(100% / 5);
}

.main-banner img {
  width: calc(100vw / 5);
  height: calc(100vh / 4);
}

.img-list3 {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 90%;
  margin: 180px auto 120px auto;
}

.img-list3 div {
  width: 23%;
  margin: 30px 0;
}

.img-list3 img {
  width: 100%;
}

.img-list3 p {
  text-align: center;
}

.contents-title {
  display: block;
  width: 100%;
	font-size: 1.6em;
  border-bottom: solid 2px #444;
  /*padding-left: 10px;*/
  padding-bottom:30px;
    text-align: center;
}

.event {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  width: 90%;
  margin: 180px auto 30px auto;
}

.event a {
  width: 40%;
  display: block;
  margin-left: 5%;
}

.event img {
  width: 100%;
}

.event p {
  width: 44%;
  display: block;
  line-height: 180%;
  letter-spacing: .05em;
  font-size: 14px;
  padding: 0 3%;
}

.event p span {
  background-color: #444;
  color: #fff;
  font-weight: bold;
  width: calc(100% - 15px);
  display: block;
  margin: 0 0 10px 0;
  padding: 5px 0px 5px 15px;
}

.open-link h3 {
  /*background-color: #444;*/
  color: #fff;
  /*padding: 5px 0 5px 10px;*/
  margin-bottom: 30px;
  font-size: 16px;
}

.img-list3 img:hover {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.img-list3 img {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.max-width {
  max-width: 90%;
  margin: auto;
}

.smp-banner {
  display: none;
}

.info {
  width: 100%;
}

    
    
    
    
    
    
    
    
}/* /min-width:767px */

@media screen and (max-width:766px) {
.smp-banner {
  display: block;
  margin-bottom:40px;
}

.pc-banner {
  display: none;
}

.open-link {
  position: inherit;
  margin-left: 0;
  width: 80%;
  margin: 0 auto;
}

.popup-img {
  width: 100%;
  margin-top: 60px;
    overflow: auto;
    height: auto;
}

.popup-img img {
  margin-bottom: 15px;
}

.sample5-1::before {
  left: 3px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sample5-2::before {
  left: 3px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sample5-1 {
  position: fixed;
  right: 10px;
}

.sample5-2 {
  position: fixed;
  left: 10px;
}

.arrow:hover {
  -webkit-opacity: .5;
  -moz-opacity: .5;
  -ms-opacity: .5;
  -o-opacity: .5;
  opacity: .5;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.open-link h3 {
  margin-bottom: 30px;
  font-size: 14px;
}

.img-list3 img {
  width: 100%;
}

.img-list3 div {
  width: 45vw;
  margin-bottom: 4.5vw;
}

.main-banner {
  display: none;
}

.img-list3 p {
  display: none;
}

.img-list3 {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}

.contents-title {
  display: block;
  width: 95%;
	text-align: center;
  border-bottom: solid 1px #444;
  margin: 40px auto 30px auto;
    padding-bottom:20px;
}

.event img {
  width: 100%;
}

.event span {
  width: 100%;
  display: block;
  text-align: center;
  background-color: #444;
  color: #fff;
  padding: 5px 0;
}

.event p {
  width: 90%;
  padding: 0 5%;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 180%;
}

/*
    #header_navi {
        display: none
    }    
*/

header {
  padding: 20px 20px;
  position: fixed;
  background-color: #fff;
  width: 100%;
}

#header_logo img {
  width: 100px;
}

.max-width {
  width: 90%;
  display: block;
}

.event-img {
  width: 90% !important;
  margin: 0 auto 30px auto;
  display: block;
}

/************************************************************************************************************************************グローバルナビ***************************************************************************************************************************/

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
	height: 100vh;
}

nav.globalMenuSp ul {
  background: #fff;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #333;
}

/* 最後はラインを描かない */

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */

nav.globalMenuSp.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}

/************************************************************************************************************************************グローバルナビ***************************************************************************************************************************/

.navToggle {
  display: block;
  position: fixed;
  /* bodyに対しての絶対位置指定 */
  right: 20px;
  top: 28px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  /*background: #666;*/
  text-align: center;
}

.navToggle span {
  display: block;
  position: absolute;
  /* .navToggleに対して */
  width: 30px;
  border-bottom: solid 3px #000;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -ms-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -ms-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  -ms-transition: .35s ease-in-out;
  -o-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
}

.navToggle span:nth-child(1) {
  top: 9px;
}

.navToggle span:nth-child(2) {
  top: 18px;
}

.navToggle span:nth-child(3) {
  top: 27px;
}

.navToggle span:nth-child(4) {
  border: none;
  color: #eee;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}

/* 最初のspanをマイナス45度に */

.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.logo-dlt img {
  width: 30%;
	padding: 20px 0;
}



    

    
    
    
}

.info {
  width: 100%;
  margin: 180px auto 30px auto;
}

.info img {
  width: 90%;
  max-width: 720px;
  margin: 10px auto;
  display: block;
}

.info p {
  font-size: 12px;
  display: block;
  text-align: center;
}

.info h2 {
  margin-bottom: 30px;
}

.info-shop {
  font-weight: bold;
}

ul a {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

ul a:hover {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
  -webkit-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6;
}

.event-img {
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

.event-img:hover {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  -ms-opacity: .6;
  -o-opacity: .6;
  opacity: .6;
  -webkit-transition: .7s;
  -moz-transition: .7s;
  -ms-transition: .7s;
  -o-transition: .7s;
  transition: .7s;
}

header {
  z-index: 999;
}

.fadein p {
  font-size: 14px;
}
main {
  display: block;
}

.footer {
  padding: 15px 0;
  font-size: 13px;
  text-align: center;
  background: white;
  color: #191919; }
  @media only screen and (max-width: 640px) {
    .footer {
      font-size: 10px; } }
  .footer--fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0; }
.js-first-dlt {
    display: none
}

.stf-name {
    font-size: 10px;
    font-weight: bold;
	margin-bottom: 20px;
}
.stf-name span {
    font-size: 15px;
    font-weight: normal;
    /*margin-left: 10px;*/
	margin-bottom: 20px;
    display: block;
}
.comment {
    font-size: 10px;
    font-weight: bold;
}
.comment span {
    font-size: 15px;
    font-weight: normal;
    /*margin-left: 10px;*/
    display: block;
    margin-bottom: 40px
}

.insta img {
	width: 30px;
	display: inline;
}
.insta span {
	font-size: 15px;
    font-weight: normal;
    margin-left: 10px;
    margin-bottom: 40px;
}
.container-center {
    flex-wrap: wrap
}

/--------------4.21 更新-------------------/


.Shoplist {
  text-align: center; }
  @media only screen and (max-width: 640px) {
    .Shoplist {
      padding-top: 0px; } }
  .Shoplist__inner {
    width: 90%;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto 0; }
    @media only screen and (min-width: 1024px) and (max-width: 1580px) {
      .Shoplist__inner {
        width: 100%;
        max-width: 960px; } }
    @media only screen and (max-width: 640px) {
      .Shoplist__inner {
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center; } }
    @media only screen and (min-width: 640px) and (max-width: 1024px) {
      .Shoplist__inner {
        width: 100%;
        -ms-flex-pack: center;
            justify-content: center; } }
  .Shoplist__block {
    width: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    letter-spacing: 0.03em;
	  margin-top: 60px;
    margin-bottom: 80px;
    padding: 0 20px; }
    @media only screen and (min-width: 1024px) and (max-width: 1580px) {
      .Shoplist__block {
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media only screen and (max-width: 640px) {
      .Shoplist__block {
          margin-top: 0px;
        -ms-flex-direction: column;
            flex-direction: column; } }
    @media only screen and (min-width: 640px) and (max-width: 1024px) {
      .Shoplist__block {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .Shoplist__image {
    width: 400px;
    overflow: hidden; }
  .Shoplist__image img {
      -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
    @media only screen and (max-width: 640px) {
      .Shoplist__image {
        width: 100%;
        padding: 0 10px; } }
    @media only screen and (min-width: 640px) and (max-width: 1024px) {
      .Shoplist__image {
        width: 100%;
        padding: 0 10px; } }
  .Shoplist__leftArea {
    width: 350px;
    text-align: left;
    padding-left: 20px; }
    @media only screen and (min-width: 1024px) and (max-width: 1580px) {
      .Shoplist__leftArea {
        margin-top: 30px;
        text-align: center; } }
    @media only screen and (min-width: 640px) and (max-width: 1024px) {
      .Shoplist__leftArea {
        text-align: center;
        padding: 20px 10px 0;
        width: 100%; } }
    @media only screen and (max-width: 640px) {
      .Shoplist__leftArea {
        text-align: center;
        padding: 20px 10px 0;
        width: 100%; } }
  .Shoplist__shopName {
    font-size: 18px;
    line-height: 1em; }
  .Shoplist__kana {
    font-size: 12px; }
  .Shoplist__shopinfo {
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .Shoplist__shopinfo li:before {
    margin: 0 5px 0 0; }
  .Shoplist__shopinfo li {
    line-height: 1.6; }
  .Shoplist__shopinfo .map:before {
    display: inline-block;
    margin: 0 2px 0 10px;
    background: #191919;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center; }
  .Shoplist__shopinfo .map:hover:before {
    background: #191919;
    transition: all .5s ease; }
  .Shoplist__sns ul {
    margin-top: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start; }
    @media only screen and (min-width: 1024px) and (max-width: 1580px) {
      .Shoplist__sns ul {
        -ms-flex-pack: center;
            justify-content: center; } }
    @media only screen and (min-width: 640px) and (max-width: 1024px) {
      .Shoplist__sns ul {
        -ms-flex-pack: center;
            justify-content: center; } }
    @media only screen and (max-width: 640px) {
      .Shoplist__sns ul {
        -ms-flex-pack: center;
            justify-content: center; } }
  .Shoplist__sns li {
    margin-right: 10px;
    font-size: 20px; }
  .Shoplist__leftArea .linkButton {
    margin-top: 15px; }

@media only screen and (max-width: 640px) {
  .Shoplist__inner {
    -ms-flex-direction: column;
        flex-direction: column; }
  .Shoplist__block {
    width: 100%; } }

/****************************************/

.linkButton {
  display: inline-block;
  /*z-index: 2;*/
  font-weight: 500;
  /*border-radius: 2px;*/
  border: 1px solid #191919;
  color: #191919;
  background: #fff;
  line-height: 30px;
  letter-spacing: 0.08em;
  overflow: hidden;
  cursor: pointer;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 12px;
  padding: 5px 20px;
  font-style: normal;
  position: relative; }
  .linkButton i {
    margin-left: 10px;
    font-weight: bold; }
  .linkButton:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    transition: all .3s;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%; }
  .linkButton:hover {
    color: #fff;
    background: #191919; }
    .linkButton:hover:after {
      width: 100%;
      top: 0;
      left: 0;
      background: #191919; }
  @media only screen and (max-width: 640px) {
    .linkButton {
      font-size: 12px;
		background-color: #000;
		color: #fff;
      padding: 3px 0;
      text-align: center;
      width: 100%; } }

.linkButton_all {
	width: 250px;
  display: block;
  /*z-index: 2;*/
  font-weight: 500;
  /*border-radius: 2px;*/
  border: 1px solid #191919;
  color: #191919;
  background: #fff;
  line-height: 30px;
  letter-spacing: 0.08em;
  overflow: hidden;
  cursor: pointer;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 12px;
  padding: 5px 20px;
	margin: 20px auto;
  font-style: normal;
  position: relative; }
.linkButton_all i {
    margin-left: 10px;
    font-weight: bold; }
  .linkButton_all:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: '';
    transition: all .3s;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%; }
  .linkButton_all:hover {
    color: #fff;
    background: #191919; }
    .linkButton_all:hover:after {
      width: 100%;
      top: 0;
      left: 0;
      background: #191919; }
  @media only screen and (max-width: 640px) {
    .linkButton_all {
      font-size: 10px;
		background-color: #000;
		color: #fff;
      padding: 3px 0;
      text-align: center;
		margin: 10px auto;
      width: 100%; } }
