@charset "utf-8";
/* CSS Document */
.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}
section {
  width: 100%;
  padding: 7vw 20px 0;
  overflow: hidden;
  box-sizing: border-box;
}
#mainvisual {
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  #mainvisual {
    padding: 0;
  }
}
.header {
  position: relative;
  top: 0;
  left: 0;
  height: 65px;
  width: 100%;
  background-color: #000;
  z-index: 999;
  border-bottom: 2px solid #2f2f2f;
}
@media screen and (min-width: 768px) {
  .header {
    top: 0;
    left: 0;
    height: 100px;
  }
}
.inner-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 1200px;
}
.header-logo {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 0 10px 10px;
}
.header-logo-link img {
  width: 22vw;
  min-width: 80px;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .header-logo {
    padding: 14px 0 0 14px;
  }
  .header-logo-link img {
    width: 100%;
    max-width: 140px;
    height: auto;
  }
}
/*
.visual_movie {
    background:  no-repeat center center/cover;
}

@media screen and (min-width: 640px){
.visual_movie {
    position: relative;
    overflow: hidden;
    width: 100%;
}
}

.visual_movie video {
    width: 100%;
    height: auto;
}

@media (min-width: 640px){
.visual_movie video {
}
}
*/
/* --- 全体のBOX定義 ---------------------------------------- */
#mainvisual {
  position: relative;
  height: 100%;
  margin: auto;
  overflow: hidden;
}
/* --- 背景の指定 ------------------------------------------- */
.mainvisual_inner {
  background: #000 url(../img/img_kvbg.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 640px;
  padding: 10% auto 10%;
}
/* --- 段差で背景画像のアニメーションを実行 ----------------- 

.mainvisual_inner .src1{
  background : url(../img/img_mainvijual_sp_01.jpg) center no-repeat;
}

.mainvisual_inner .src2{
  background : url(../img/img_mainvijual_sp_02.jpg) center no-repeat;
  animation-delay  : 10s;
}

.mainvisual_inner .src3{
  background : url(../img/img_mainvijual_sp_03.jpg) center no-repeat;
  animation-delay  : 20s;
}

@keyframes bgAnime {
   0% { opacity: 0; }
   5% { opacity: 1; }
  25% { opacity: 1; }
  30% { opacity: 0; }
 100% { opacity: 0; }
}

@media (min-width: 768px) {
.mainvisual_inner .src1{
  background : url(../img/img_mainvijual_01.jpg) center no-repeat;
  background-size: cover;
}

.mainvisual_inner .src2{
  background : url(../img/img_mainvijual_02.jpg) center no-repeat;
  background-size: cover;
  animation-delay  : 10s;
}

.mainvisual_inner .src3{
  background : url(../img/img_mainvijual_03.jpg) center no-repeat;
  background-size: cover;
  animation-delay  : 20s;
}
}
*/
/* --- 前面の文字定義（サンプルのため変更してください） ----- */
.main-catch {
  position: absolute;
  display: inline-block;
  padding: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 11
}
.main-catch img {
  width: 180px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .main-catch {
    position: absolute;
    display: inline-block;
    padding: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
  }
  .main-catch img {
    width: 100%;
    max-width: 280px;
  }
}
.about {
  background: url(../img/img_bacground.jpg) center;
  background-size: cover;
}
@media (min-width: 768px) {
  .about {
    background: url(../img/img_bacground.jpg) center no-repeat;
    padding: 7vw 0 0;
    background-size: cover;
  }
}
.about .about_inner {
  margin: 0 auto;
}
.ttl {
  color: #f0e59f;
  text-align: center;
  font-size: 2.5rem;
  font-weight: normal;
}
.enttl {
  color: #f0e59f;
  text-align: center;
}
.deco {
  margin: 5px 0 14px;
  text-align: center;
}
.deco_line {
  margin: 20px auto 14px;
  text-align: center;
  max-width: 1160px;
}
.deco_pc {
  width: 100%;
  display: none;
}
.deco_pc img {
  width: 100%;
}
@media (min-width: 768px) {
  .deco {
    margin: 20px 0 14px;
  }
  .deco_pc {
    display: block;
  }
}
.deco_sp {
  width: 100%;
  display: block;
}
.deco_sp img {
  width: 100%;
}
@media (min-width: 768px) {
  .deco_sp {
    display: none;
  }
}
.list_doublebox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  text-align: center;
  padding: 0;
}
.js-fadeIn_delay li {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.js-fadeIn_delay li.fadeIn {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.fadeIn {
  margin: 10px auto 0;
  opacity: 1;
}
.contents_photo li {
  box-sizing: border-box;
}
.contents_photo li img {
  max-width: 100%; /*画像のはみだしを防ぐ*/
  height: auto; /*画像の縦横比を維持 */
}
@media (min-width: 768px) {
  .list_doublebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
  }
  .js-fadeIn_delay li {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .js-fadeIn_delay li.fadeIn {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .fadeIn {
    margin: 0;
    opacity: 1;
  }
  .contents_photo li {
    width: 33%;
    box-sizing: border-box;
  }
  .contents_photo li img {
    max-width: 100%; /*画像のはみだしを防ぐ*/
    height: auto; /*画像の縦横比を維持 */
  }
}
.contents {
  color: #fff;
}
.contents .catch_ttl {
  text-align: center;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
  margin: 50px 0 20px;
}
.contents p {
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 2;
  margin: 0 10px 100px;
}
@media (min-width: 768px) {
  .contents .catch_ttl {
    font-size: 2rem;
  }
  .contents p {
    text-align: center;
    font-size: 1rem;
    line-height: 3;
    margin: 0 0 150px;
  }
}
.topic .article {
  color: #fff;
  text-align: center;
  margin-top: 0;
}
.topic .article p {
  display: table-cell;
  padding-left: 10px;
  width: 75%;
  box-sizing: border-box;
  line-height: 1.6;
  text-align: left;
}
.bline {
  text-decoration: underline;
  font-size: 1.2rem;
}
.topic .info_line {
  clear: both;
  padding: 15px 0;
  margin: 0 auto;
}
.topic .info_date {
  display: table-cell;
  padding-left: 10px;
  text-align: left;
  display: block;
}
.topic .covid {
  max-width: 1120px;
  text-align: center;
  color: #fff;
  margin: 80px auto 20px;
  background-color: #2e2e2e;
  padding: 20px 20px 40px;
  border: solid 1px #f0e59f;
}
.topic .covid_ttl {
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
}
.topic .covid_ttl span {
  position: relative;
  display: inline-block;
  padding: 0 8px;
}
.topic .covid_ttl span::before, .covid_ttl span::after {
  position: absolute;
  content: '';
  top: 50%;
  width: 20px;
  height: 1px;
  background-color: #fff;
}
.topic .covid_ttl span::before {
  left: 100%;
}
.topic .covid_ttl span::after {
  right: 100%;
}
.topic .covid_con {
  font-size: 1rem;
  font-weight: normal;
  color: #fff;
  padding: 0 20px;
  text-align: left;
  line-height: 2;
}
@media (min-width: 768px) {
  .topic .article {
    color: #fff;
    text-align: center;
    margin-top: 30px;
  }
  .topic .article p {
    width: 100%;
    line-height: 2;
    font-size: 1.2rem;
  }
  .bline {
    font-size: 1.5rem;
  }
  .topic .info_line {
    clear: both;
    padding: 10px 0;
    max-width: 1120px;
    margin: 0 auto;
  }
  .topic .info_date {
    display: table-cell;
    text-align: left;
    font-size: 1.2rem;
  }
  .topic .covid_ttl {
    font-size: 1.5rem;
    padding: 0 20px;
    line-height: 3;
    margin-bottom: 0;
  }
  .topic .covid_ttl span::before, .covid_ttl span::after {
    position: absolute;
    content: '';
    top: 50%;
    width: 40px;
    height: 1px;
    background-color: #fff;
  }
  .topic .covid_con {
    font-size: 1rem;
    font-weight: normal;
    padding: 0 10px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 2;
  }
}
#shop .shop_block {}
#shop .shop_block_inner {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  #shop .shop_block_inner {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
#shop .shop_box {
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
  padding: 10px 0 30px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
#shop .shop_overview {
  height: auto;
  text-align: left;
}
#shop .shop_box .g-map iframe {
  width: 100%;
  max-width: 570px;
  height: 380px;
}
#shop .shop_view {
  color: #fff;
  line-height: 2;
}
#shop .shop_view .shop_ttl {
  margin: 0 auto;
}
#shop .shop_view .shop_ttl img {
  width: 80%;
  max-width: 200px;
  margin-bottom: 8px;
}
.shop_name {
  width: 214px;
  font-weight: 200;
  margin: 15px auto;
  padding: 10px 0;
  border-top: solid 1px #474747;
  border-bottom: solid 1px #474747;
}
#shop .shop_view .tel {
  color: #fff;
  pointer-events: auto;
  cursor: auto;
  text-decoration: none;
  cursor: text;
  font-family: 'Noto Serif JP', "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
@media (min-width: 768px) {
  #shop .shop_view .tel {
    text-decoration: none;
    pointer-events: none;
  }
}
#shop .shop_view .snsb {
  margin: 10px auto;
}
#shop .shop_view .snsb img {
  margin: 10px 12px 0;
}
footer {
  margin-top: 10vw;
  width: 100%;
}
p.copyright {
  font-size: 90%;
  color: #fff;
  text-align: center;
  border-top: solid 1px #474747;
  padding: 5px 0;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
#page_top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  font-size: 95%;
}
#page_top a:before {
  content: ''; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 19px; /*画像の幅*/
  height: 11px; /*画像の高さ*/
  background-image: url(../img/top_square.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
#page_top a {
  color: #fff;
  text-decoration: none;
}
#page_top a:hover {
  text-decoration: none;
  opacity: 0.3;
}
.br-pc {
  display: none;
}
.br-sp {
  display: block;
}
@media (min-width: 768px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
.br-sp2 {
  display: block;
}
@media (min-width: 1142px) {
  .br-sp2 {
    display: none;
  }
}