@charset "utf-8";
/* CSS Document */

/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.t-mode-rwd .l-header {
  z-index: -100;
}
.t-mode-rwd.is-sticky .l-header {
  z-index: 1001;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 70px 15px;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .l-content-related[data-type="full"] {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 15px 100px;
  }
  .t-mode-rwd[data-type="simple"] .l-content {
    margin-top: -110px;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-body[data-type="full"] {
    margin: 0;
  }
  .l-content-related[data-type="lp"] {
    margin: 0;
  }
  .t-mode-rwd[data-type="simple"] .l-wrapper {
    padding-top: 0;
  }
  .article-inner {
    padding: 55px 10px;
  }
  .t-mode-rwd[data-type="simple"] .l-footer {
    position: relative;
    z-index: 5;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}

/* Section Color */
section {
  background-color: #fff;
  color: #333;
}
section[data-type="ngo"] {
  background-color: #fff;
  color: #896955;
}
section[data-type="ngo"] a {
  color: #896955;
}
section[data-type="tpe"] {
  background-color: #896955;
  color: #fff;
}
section[data-type="tpe"] a {
  color: #fff;
}

/* Main Visual */
.hdg-main {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background: transparent;
  color: #fff;
}
.hdg-main::before {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100vh;
  background: #000 url("../theme_01/img/hdg_main_bg.jpg");
  background-size: cover;
}
.hdg-main[data-theme="02"]::before {
  background: #000 url("../theme_02/img/hdg_main_bg.jpg") center center;
  background-size: cover;
}
.hdg-main[data-theme="03"]::before {
  background: #000 url("../theme_03/img/hdg_main_bg.jpg");
  background-size: cover;
}
.hdg-main[data-theme="04"]::before {
  background: #000 url("../theme_04/img/hdg_main_bg.jpg");
  background-size: cover;
}
.hdg-main[data-theme="05"]::before {
  background: #000 url("../theme_05/img/hdg_main_bg.jpg");
  background-size: cover;
}
.hdg-main[data-theme="06"]::before {
  background: #000 url("../theme_06/img/hdg_main_bg.jpg");
  background-size: cover;
}
.hdg-main[data-theme="07"]::before {
  background: #000 url("../theme_07/img/hdg_main_bg.jpg");
  background-size: cover;
}
.hdg-main[data-theme="08"]::before {
  background: #000 url("../theme_08/img/hdg_main_bg.jpg");
  background-size: cover;
}
.hdg-main-box {
  display: flex;
  flex-direction: row-reverse;
  padding: 50px;
  width: 100%;
}
.hdg-main-box > div {
  margin-top: 0;
}
.hdg-main-box .hdg-main-logo {
  width: 30%;
  padding-left: 25px;
}
.hdg-main-box .hdg-main-logo img {
  width: 100%;
}
.hdg-main-box .hdg-main-lead {
  width: 70%;
  padding-right: 25px;
} 
.hdg-main-lead .hdg-main-lead-box + .hdg-main-lead-box {
  margin-top: 70px;
} 
.hdg-main-lead .hdg-main-lead-box[data-type="tpe"] {
  text-align: right;
}
.hdg-main[data-theme="02"] .hdg-main-lead-box > * {
  text-shadow: 0 0 7px #000, 0 0 7px #000, 0 0 4px #000;
}
.hdg-main[data-theme="04"] .hdg-main-lead-box > * {
  text-shadow: 0 0 7px #000, 0 0 7px #000, 0 0 4px #000;
}
.hdg-main-lead-box > h2 {
  font-size: 3.8rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5rem;
}
.hdg-main-lead-box p {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  line-height: 1.8;
  margin-top: 15px;
}
.hdg-main-lead-box > .hdg-main-lead-catch {
  font-size: 2.2rem;
  font-family: ten-mincho, serif;
  letter-spacing: 0.2rem;
  line-height: 1.7;
  margin-top: 20px;
}
.hdg-main-lead-box span {
  display: inline-block;
}
@media screen and (orientation: portrait) {
  .hdg-main-box {
    margin-left: 0;
    padding: 50px 25px;
    flex-direction: column;
  }
  .hdg-main-box .hdg-main-logo, .hdg-main-box .hdg-main-lead {
    width: 100%;
    padding: 0;
  }
  .hdg-main-box .hdg-main-logo {
    margin-bottom: 70px;
  }
  .hdg-main-box .hdg-main-logo h1 {
    display: flex;
    justify-content: center;
  }
  .hdg-main-box .hdg-main-logo img {
    width: 100%;
    max-width: 350px;
  }
  .hdg-main-box > div {
    padding-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .hdg-main-box {
    margin-left: 0;
    padding: 50px 10px;
    flex-direction: column;
  }
  .hdg-main-box .hdg-main-logo, .hdg-main-box .hdg-main-lead {
    width: 100%;
    padding: 0;
  }
  .hdg-main-box .hdg-main-logo {
    margin-bottom: 50px;
  }
  .hdg-main-box .hdg-main-logo h1 {
    display: flex;
    justify-content: center;
  }
  .hdg-main-box > div {
    padding-left: 0;
    margin-left: 0;
  }
  .hdg-main-lead-box > .hdg-main-lead-catch {
    font-size: 2rem;
  }
  .hdg-main-lead-box p:not(.hdg-main-lead-catch) {
    letter-spacing: 0.1rem;
  }
}

/* Hedding h2 */
.hdg-sec-lv2 {
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #896955;
  padding-top: 70px;
}
.hdg-sec-lv2::before, .hdg-sec-lv2::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 15vw;
  height: 5px;
  background-color: #896955;
  flex-shrink: 2;
}
section[data-type="tpe"] .hdg-sec-lv2 {
  color: #fff;
}
section[data-type="tpe"] .hdg-sec-lv2::before, section[data-type="tpe"] .hdg-sec-lv2::after {
  background-color: #fff;
}
.hdg-sec-lv2 h2 {
  font-size: 5rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  padding-left: 0.2rem;
  margin: 0 30px;
  flex-grow: 2;
}
.hdg-sec-lv2 h2 > span {
  display: inline-block;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2  {
    padding-top: 50px;
  }
  .hdg-sec-lv2 h2 {
    font-size: 3.6rem;
    margin: 0 20px;
  }
  .hdg-sec-lv2::before, .hdg-sec-lv2::after {
    max-width: 12vw;
  }
}

/* Shop Introduction */
.shop-introduction {
  margin: 0;
  padding: 0;
  display: flex;
}
section[data-type="tpe"] .shop-introduction {
  flex-direction: row-reverse;
}
.shop-img, .shop-detail {
  width: 50%;
}
.shop-img {
  align-self: center;
}
.slider {
  width: 100%;
  margin: 0;
}
.slide-item img {
  width: 100%;
}
.thumbnail-list {
  width: 100%;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.thumbnail-item {
  width: calc(25% - 7.5px);
  position: relative;
}
.thumbnail-item::after {
  content: '';
  background-color: rgba(30, 30, 30, 0.7);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: .3s opacity linear;
}
.thumbnail-item.thumbnail-current::after {
  opacity: 0;
}
.thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}
.shop-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.shop-detail::before, .shop-detail::after {
  content: '';
  display: block;
  width: 5px;
  height: 70px;
  background: #896955;
}
section[data-type="tpe"] .shop-detail::before, section[data-type="tpe"] .shop-detail::after {
  background: #fff;
}
.shop-detail-inner {
  margin: 20px 0;
  padding: 0 25px;
  flex-grow: 2;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  transition-duration: .5s;
  transition-property: height;
}
section[data-type="tpe"] .shop-detail-inner {
  text-align: right;
}
.shop-detail-inner h2 {
  font-size: 3.8rem;
  font-family: ten-mincho, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.5rem;
}
.shop-detail-inner h2 > span {
  font-size: 1.7rem;
}
.shop-detail-inner .shop-detail-catch {
  font-size: 2.2rem;
  font-family: ten-mincho, serif;
  letter-spacing: 0.2rem;
  line-height: 1.7;
  margin-top: 20px;
}
.shop-detail-inner .shop-detail-text {
  letter-spacing: 0.2rem;
  line-height: 1.8;
  margin-top: 15px;
}
.shop-detail-inner .shop-detail-text span {
  display: inline-block;
}
.shop-detail .shop-detail-inner .read-more-button {
  display: none;
}
.shop-detail .shop-detail-inner[data-type="hide"] .read-more-button {
  position: absolute;
  width: 100%;
  height: 80px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.9));
}
.shop-detail .shop-detail-inner[data-type="hide"] .read-more-button a {
  padding: 12px 50px;
  text-align: center;
  border-radius: 50px;
  background: #896955;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
section[data-type="tpe"] .shop-detail .shop-detail-inner[data-type="hide"] .read-more-button {
  background: linear-gradient(rgba(137,105,85,0), rgba(137,105,85,.9));
}
section[data-type="tpe"] .shop-detail .shop-detail-inner[data-type="hide"] .read-more-button a {
  background: #fff;
  color: #896955;
}
@media screen and (orientation: portrait) {
  .shop-introduction, section[data-type="tpe"] .shop-introduction {
    flex-direction: column;
  }
  .shop-img, .shop-detail {
    width: 100%;
  }
  .shop-img {
    padding: 10px;
  }
  .shop-detail-inner, section[data-type="tpe"] .shop-detail-inner {
    text-align: center;
  }
  .thumbnail-item {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
  .thumbnail-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .shop-introduction, section[data-type="tpe"] .shop-introduction {
    flex-direction: column;
  }
  .shop-img, .shop-detail {
    width: 100%;
  }
  .shop-img {
    padding: 10px;
  }
  .thumbnail-item {
    width: calc(50% - 5px);
    margin-top: 10px;
  }
  .thumbnail-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .shop-detail-inner, section[data-type="tpe"] .shop-detail-inner {
    margin: 10px 0;
    padding: 0 10px;
    text-align: center;
  }
  .shop-detail-inner h2 {
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
  }
  .shop-detail-inner .shop-detail-catch {
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
  }
  .shop-detail-inner .shop-detail-text {
    letter-spacing: 0.1rem;
    font-size: 1.2rem;
  }
}

/* Area Information */
.m-list-bnr .m-list-bnr__ttl span {
  padding-left: 0;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.m-list-bnr .m-list-bnr__txt {
  padding-left: 0;
  font-size: 1.2rem;
}
.m-list-bnr .m-list-bnr__txt + .m-list-bnr__txt {
  margin-top: 5px;
}
.m-list-bnr .m-list-bnr__ttl span::before, .m-list-bnr .m-list-bnr__ttl--l span::before {
  content: none;
}
.m-list-bnr p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-list-bnr .m-list-bnr__ttl span, .m-list-bnr .m-list-bnr__ttl--l span {
    padding-left: 0;
  }
  .m-list-bnr .m-list-bnr__txt {
    padding-left: 0;
  }
}

/* Culture Infomation */
#culture-info {
  background-color: transparent;
}
.culture-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.culture-wrapper .m-btn-culture {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.culture-wrapper .m-btn-culture a {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  color: #fff;
  border-radius: 5px;
  border: 2px solid #fff;
  background: transparent;
  padding: 10px 54px;
}
.culture-wrapper .m-btn-culture a:hover {
  text-decoration: none;
  background: #fff;
  color: #333;
}
@media screen and (max-width: 767px) {
  .culture-wrapper .m-btn-culture {
    margin-top: 40px;
  }
  .culture-wrapper .m-btn-culture a {
    font-size: 1.6rem;
    padding: 8px 32px;
  }
}

/* Loading */
#loading-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 2000;
  background-color: #000;
  opacity: 1;
  top: 0;
  left: 0;
}
.loading-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; }
}
.spinner {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px); 
}
.spinner > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; 
}
.spinner > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.spinner > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.spinner > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.spinner > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
.loading-txt {
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 400;
  letter-spacing: 2px;
  font-size: 1.8rem;
  margin-top: 25px;
  color: rgba(255,255,255,0.3);
  background: -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: -moz-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  background: gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff));
  -webkit-background-size: 65px 100%;
  -moz-background-size: 65px 100%;
  background-size: 65px 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-animation-name: shimmer;
  -moz-animation-name: shimmer;
  animation-name: shimmer;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #222;
}
@-moz-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-webkit-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@-o-keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}
@keyframes shimmer {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top right;
  }
}