@charset "UTF-8";
/*==============================
    ==========スマホ非表示===========
    ==============================*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sm {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
  .pc_2 {
    display: none;
  }
}

@media screen and (min-width: 1101px) {
  .sm_2 {
    display: none;
  }
}

html {
  font-size: 62.5%;
  position: relative;
}

body {
  width: 100%;
  height: 100%;
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  margin: 0;
  padding: 0;
}

/*==============================================================
==================== 共通部品 ================================*/
p {
  font-size: 1.6rem;
  color: #fff;
}

@media screen and (min-width: 769px) {
  p {
    font-size: 20px;
  }
}

p.english {
  text-justify: inter-world;
}

a {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: 0.5;
}

img {
  image-orientation: from-image;
}

.read_more_white {
  height: 1.6em;
  margin-bottom: 1%;
}

.read_more_white a {
  font-size: 1.3em;
  border-bottom: 1px solid #fff;
}

.read_more_black {
  height: 1.6em;
  margin-bottom: 1%;
}

.read_more_black a {
  font-size: 1.3em;
  border-bottom: 1px solid #000;
}

.hidden_contents * {
  margin: 0;
  padding: 0;
  display: none;
}

.hidden_contents {
  margin: 0;
  padding: 0;
  display: none;
}

.font_min {
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}

.font_gothic {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

div {
  clear: both;
}

/*==============================================================
==================== ヘッダー header ================================*/
header {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

header .header_contents_wrap {
  width: 79%;
  text-align: center;
}

header .header_contents_wrap h1 {
  width: 29rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  header .header_contents_wrap h1 {
    width: 560px;
  }
}

@media (orientation: landscape) and (max-width: 769px) {
  header .header_contents_wrap h1 {
    width: 40%;
    height: 12rem;
  }
}

header .header_contents_wrap h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  padding: 4.5rem 0 1.2rem;
}

@media screen and (min-width: 769px) {
  header .header_contents_wrap h2 {
    font-size: 36px;
  }
}

@media (orientation: landscape) and (max-width: 769px) {
  header .header_contents_wrap h2 {
    padding: 0 0 1.2rem;
  }
}

header .header_contents_wrap p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 3rem;
}

@media screen and (min-width: 769px) {
  header .header_contents_wrap p {
    font-size: 20px;
    line-height: 45px;
  }
}

@media (orientation: landscape) and (max-width: 769px) {
  header .header_contents_wrap p {
    line-height: 2.5rem;
  }
}

/*============================================================
    ==================== main contents ================================*/
main {
  width: 100%;
  background-image: url(../img/back_base.gif);
}

main .top_link {
  margin: 0;
  padding: 0;
  width: 12%;
  text-align: center;
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 100;
  display: none;
}

main .top_link a {
  display: block;
}

@media screen and (min-width: 769px) {
  main .top_link img {
    width: 70px;
  }
}

.sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8.8rem 0 0;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .sec {
    margin: 0 auto;
    padding: 130px 0 0;
    width: 870px;
  }
}

.sec h2 {
  width: 90%;
  padding-top: 4rem;
  padding-left: 9%;
  color: #fff;
  margin: 0 auto;
  line-height: 2.5rem;
  z-index: 999;
}

.sec h2 .header_title {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.2rem;
  display: table-cell;
}

@media screen and (min-width: 769px) {
  .sec h2 .header_title {
    font-size: 50px;
  }
}

.sec h2 .header_sub_title {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  display: table-cell;
  vertical-align: middle;
  padding-left: 1rem;
}

.sec h2 .header_sub_title .sub_title_bar {
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (min-width: 769px) {
  .sec h2 .header_sub_title {
    font-size: 18px;
  }
}

.sec .header_ex {
  width: 100%;
  color: #fff;
  margin: 0 auto;
  margin-top: -1rem;
  line-height: 2.5rem;
  z-index: 999;
  font-size: 1.6rem;
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .sec .header_ex {
    margin: 0.5rem 0 0;
    font-size: 20px;
    line-height: 35px;
    width: 340px;
  }
}

/*==============================================================
============================ jewelry_box ==================================*/
.jewelry_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  justify-content: center;
}

.jewelry_box .jewelry_img {
  width: 70%;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .jewelry_box .jewelry_img {
    width: 511px;
  }
}

.jewelry_box .jewelry_img img {
  width: 100%;
  margin: 0 auto;
}

.jewelry_box p {
  width: 88%;
  padding-top: 4.5rem;
}

@media screen and (min-width: 769px) {
  .jewelry_box p {
    padding-top: 23px;
    width: 540px;
  }
}

/*==============================================================
    ==================== l_r_contents ================================*/
.l_r_contents {
  width: 100%;
  overflow: hidden;
  padding-bottom: 4.5rem;
}

@media screen and (min-width: 769px) {
  .l_r_contents {
    width: 870px;
  }
}

.l_r_contents .l_r_header {
  width: 100%;
  position: relative;
  height: 73vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .l_r_contents .l_r_header {
    height: 352px;
    margin-bottom: 95px;
    padding-left: 3.5rem;
  }
}

.l_r_contents .l_r_header .back_layer {
  width: 50%;
  height: 50%;
  background: rgba(77, 14, 14, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 769px) {
  .l_r_contents .l_r_header .back_layer {
    width: 432px;
    height: 327px;
  }
}

.l_r_contents .l_r_header .back_img img {
  width: 93%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  .l_r_contents .l_r_header .back_img img {
    width: 789px;
  }
}

.l_r_contents .sec_contents {
  width: 88%;
  padding: 3.5rem 0;
  clear: both;
}

@media screen and (min-width: 769px) {
  .l_r_contents .sec_contents {
    width: 794px;
    padding: 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l_r_contents .sec_contents .l_r_title_and_p {
  margin-bottom: 5rem;
}

@media screen and (min-width: 769px) {
  .l_r_contents .sec_contents .l_r_title_and_p {
    width: 446px;
    margin: 0;
    padding-right: 32px;
    padding-top: 50px;
  }
}

.l_r_contents .sec_contents .l_r_title_r {
  text-align: right;
}

.l_r_contents .sec_contents h3 {
  padding-bottom: 1.3rem;
}

@media screen and (min-width: 769px) {
  .l_r_contents .sec_contents h3 {
    padding: 0;
  }
}

.l_r_contents .sec_contents h3 .h3_number {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 8rem;
  line-height: 9rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .l_r_contents .sec_contents h3 .h3_number {
    font-size: 70px;
    line-height: 70px;
  }
}

.l_r_contents .sec_contents h3 .h3_title {
  font-size: 2.3rem;
  display: inline-block;
  padding-top: 1rem;
  color: #ffda01;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .l_r_contents .sec_contents h3 .h3_title {
    padding-top: 0;
    font-size: 26px;
  }
}

.l_r_contents .sec_contents .l_r_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  .l_r_contents .sec_contents .l_r_img {
    width: 348px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.l_r_contents .sec_contents .l_r_img img {
  width: 100%;
}

@media (orientation: landscape) and (max-width: 769px) {
  .l_r_contents .sec_contents .l_r_img img {
    width: 50%;
  }
}

.l_r_contents .flex_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 769px) {
  .l_r_contents .flex_reverse .l_r_title_and_p {
    padding-left: 32px;
    padding-right: 0px;
  }
}

/*==============================================================
    ==================== maintenance ================================*/
.maintenance {
  position: relative;
  padding-top: 8rem;
}

@media screen and (min-width: 769px) {
  .maintenance {
    padding-bottom: 4rem;
  }
}

.maintenance .mainte_body {
  z-index: 999;
  padding-bottom: 4rem;
}

.maintenance .mainte_body h2 {
  width: 90%;
  color: #fff;
  margin: 0 auto;
  line-height: 2.5rem;
  text-align: center;
  padding: 0;
}

.maintenance .mainte_body h2 .mainte_title {
  font-family: 'Noto Serif JP', serif;
  font-size: 4rem;
}

.maintenance .mainte_body h2 .mainte_sub_title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  vertical-align: middle;
  margin-top: 1.5rem;
  display: inline-block;
}

.maintenance .mainte_body h2 .mainte_sub_title .sub_title_bar {
  font-family: 'Noto Sans JP', sans-serif;
}

.maintenance .mainte_body .mainte_ex {
  width: 73%;
  margin: 0 auto;
  padding-top: 3rem;
  line-height: 3.2rem;
}

.maintenance .mainte_layer_1 {
  position: absolute;
  width: 95%;
  height: 95%;
  background: rgba(77, 14, 14, 0.3);
  top: 0;
  left: 0;
  z-index: 9;
}

@media screen and (min-width: 769px) {
  .maintenance .mainte_layer_1 {
    height: 92%;
  }
}

.maintenance .mainte_layer_2 {
  position: absolute;
  width: 95%;
  height: 95%;
  background: rgba(77, 14, 14, 0.3);
  bottom: 0;
  right: 0;
  z-index: 9;
}

@media screen and (min-width: 769px) {
  .maintenance .mainte_layer_2 {
    height: 92%;
  }
}

/*==============================================================
    ==================== jewelry ================================*/
.jewelry p {
  line-height: 3.2rem;
  text-align: justify;
}

@media screen and (min-width: 769px) {
  .jewelry .sec_contents .l_r_title_and_p {
    padding-top: 0;
  }
}

/*==============================================================
    ==================== lag_pic ================================*/
.lag_pic {
  width: 100%;
  height: 52.5rem;
  background-image: url("../img/img_rug.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

/*==============================================================
    ==================== RECOMMEND ================================*/
.recommend {
  padding-top: 8rem;
}

.recommend h2 {
  width: 90%;
  height: 10rem;
  color: #fff;
  margin: 0 auto;
  line-height: 2.5rem;
  text-align: center;
  padding: 0 0 12rem;
}

.recommend h2 .rec_title {
  font-family: 'Noto Serif JP', serif;
  font-size: 4rem;
}

.recommend h2 .rec_sub_title {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  line-height: 4.5rem;
}

.recommend h2 .rec_sub_title .sub_title_bar {
  font-family: 'Noto Sans JP', sans-serif;
}

.recommend .rec_body {
  width: 100%;
  height: 79vw;
  background-color: #fff;
  white-space: nowrap;
  overflow-y: scroll;
}

@media (orientation: landscape) and (max-width: 769px) {
  .recommend .rec_body {
    height: 50vw;
  }
}

@media screen and (min-width: 769px) {
  .recommend .rec_body {
    width: 800px;
    height: 600px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 6px;
  }
}

.recommend .rec_body .rec_item {
  width: 66%;
  height: 100%;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (orientation: landscape) and (max-width: 769px) {
  .recommend .rec_body .rec_item {
    width: 40%;
    height: 100%;
  }
}

@media screen and (min-width: 769px) {
  .recommend .rec_body .rec_item {
    width: 260px;
    height: 295px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.recommend .rec_body .rec_item a {
  width: 95%;
  display: block;
  margin: 0 auto;
  padding-left: 3%;
  padding-bottom: 3%;
}

.recommend .rec_body .rec_item a img {
  width: 100%;
}

.recommend .rec_body .rec_item a img.its_new {
  width: 30%;
  display: block;
  position: absolute;
  top: 1%;
  left: 1%;
}

.recommend .rec_body .rec_item p {
  position: absolute;
  bottom: 3%;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 1.4rem;
}

@media screen and (min-width: 769px) {
  .recommend .rec_body .rec_item p {
    font-size: 14px;
    bottom: 2%;
  }
}

/*==============================================================
    ==================== SHOP INFO ================================*/
.shop_info {
  padding-top: 12.5rem;
}

@media screen and (min-width: 769px) {
  .shop_info h2 {
    padding: 0;
  }
}

.shop_info .shop_info_body {
  color: #fff;
  width: 85%;
}

@media screen and (min-width: 769px) {
  .shop_info .shop_info_body {
    width: 59.8%;
  }
}

.shop_info .shop_info_body p {
  padding: 0 0 2rem;
  text-align: justify;
}

.shop_info .shop_info_body p.shop_info_center {
  text-align: center;
  line-height: 4rem;
}

@media screen and (min-width: 769px) {
  .shop_info .shop_info_body p.shop_info_center {
    line-height: 5rem;
  }
}

.shop_info .shop_map {
  width: 100%;
}

/*==============================================================
    ==================== SHOP MAP ================================*/
.shop_map {
  height: 110vw;
}

@media screen and (min-width: 769px) {
  .shop_map {
    height: 400px;
  }
}

/*==============================================================
    ==================== footer ================================*/
footer {
  background-image: url(../img/back_base.gif);
  width: 100%;
  height: 105vw;
  padding: 1rem 0 7vw;
}

@media screen and (min-width: 769px) {
  footer {
    height: auto;
    padding: 0;
  }
}

footer .footer_insta_img_wrap {
  margin: 0 auto;
  width: 13vw;
}

@media screen and (min-width: 769px) {
  footer .footer_insta_img_wrap {
    width: 50px;
    padding: 30px 0 65px;
  }
}

footer .footer_insta_img_wrap img {
  width: 100%;
}

footer .footer_logo_wrap {
  padding-top: 19vw;
  margin: 0 auto;
  width: 80%;
}

@media screen and (min-width: 769px) {
  footer .footer_logo_wrap {
    width: 327px;
    padding: 0;
  }
}

footer .footer_logo_wrap img {
  width: 100%;
}

footer .footer_bottom {
  margin: 0 auto;
  padding-top: 15vw;
  text-align: center;
  width: 50%;
}

@media screen and (min-width: 769px) {
  footer .footer_bottom {
    padding: 56px 0 40px;
  }
  footer .footer_bottom p {
    font-size: 14px;
  }
}

/*/===================
ページトップへのボタン
========================/*/
/*=====================================
    =========スマホ時、横から出てくるメニュー===
    =======================================
    ============================================= .slide_nav*/
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
  z-index: 9999;
  text-align: center;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(12, 11, 11, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.menu-trigger {
  display: inline-block;
  width: 26px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 22px;
  right: 20px;
  z-index: 100;
}

@media screen and (min-width: 769px) {
  .menu-trigger {
    right: 30px;
  }
}

.menu-trigger p {
  font-size: 1.2em;
  color: #dfdfdf;
  width: 50px;
  position: absolute;
  right: 30px;
  bottom: 10px;
}

.menu-trigger span {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #dfdfdf;
  background-color: #ffffff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.menu-trigger_un {
  margin-top: -3px;
}

.menu-trigger.active span {
  background-color: #dfdfdf;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-18px) rotate(45deg);
          transform: translateY(-18px) rotate(45deg);
}

nav.slide_nav {
  width: 100%;
  height: 100%;
  background-color: #050505;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0.9;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.slide_nav .nav_logo {
  width: 63%;
  padding-bottom: 4rem;
}

@media (orientation: landscape) and (max-width: 769px) {
  nav.slide_nav .nav_logo {
    width: 33%;
    padding: 1.4rem 0;
  }
}

@media screen and (min-width: 769px) {
  nav.slide_nav .nav_logo {
    width: 240px;
    padding-bottom: 45px;
  }
}

nav.slide_nav .nav_logo img {
  width: 100%;
}

nav.slide_nav ul {
  padding: 1rem 0 3rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

nav.slide_nav ul li {
  line-height: 2rem;
  font-size: 1.6rem;
  font-family: 'Noto Serif JP', serif;
}

@media (orientation: landscape) and (max-width: 769px) {
  nav.slide_nav ul li {
    line-height: 45%;
    font-size: 1.2rem;
  }
}

nav.slide_nav .nav_bottom_link {
  padding-top: 1rem;
  text-align: center;
}

nav.slide_nav .nav_bottom_link a {
  margin: 0 auto;
}

nav.open {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

nav.slide_nav li {
  color: #fff;
  padding: 10px 0;
  list-style-type: none;
}

nav.slide_nav li a {
  font-size: 1.8em;
  position: relative;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

nav.slide_nav li a:hover {
  color: #444141;
}

.nav_bottom_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 60%;
}

@media screen and (min-width: 769px) {
  .nav_bottom_link {
    width: 45%;
  }
}

.nav_bottom_link img {
  height: 40px;
}

/*フッター下の目隠し用*/
.ft_un {
  width: 100%;
  height: 20vh;
  display: none;
  background-color: #ac1717;
  position: fixed;
  bottom: 0px;
  clear: both;
  z-index: -1;
}

/*画面サイズチェック用*/
.check {
  background-color: #faebeb;
  opacity: 0.8;
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 5px;
  font-size: 1.2em;
  text-align: left;
  border: solid 1pc red;
}

/*====================================
headerのSVGと文字を徐々に表示============
====================================*/
h1 {
  opacity: 0;
}

.header_contents_wrap h1 {
  animation: h1_fadeIn 4s ease 0s 1 forwards;
  -webkit-animation: h1_fadeIn 4s ease 0s 1 forwards;
}

@-webkit-keyframes h1_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes h1_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.header_contents_wrap h2,
.header_contents_wrap p {
  animation: h2_fadeIn 5s ease 0s 1 normal;
  -webkit-animation: h2_fadeIn 5s ease 0s 1 normal;
}

@-webkit-keyframes h2_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes h2_fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*=====================================
========= 背景画像切り替え ===============
=======================================
============================================= .bg_img_changer*/
.bg_img_changer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: #000000;
  z-index: -1;
}

.bg_img_changer li {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-animation: anime 7s linear 0s;
          animation: anime 7s linear 0s;
}

.bg_img_changer li:nth-child(1) {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(85%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7))), url(../img/bg_top.jpg);
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 85%, rgba(0, 0, 0, 0.7) 100%), url(../img/bg_top.jpg);
  background-position: 50% 50%;
  background-size: cover;
}

@-webkit-keyframes anime {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
    z-index: 1;
  }
  90% {
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    z-index: -1;
  }
}

@keyframes anime {
  0% {
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 1;
    z-index: 1;
  }
  90% {
    -webkit-transform: scale(1.005);
            transform: scale(1.005);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
    z-index: -1;
  }
}

#store_info h2 {
  width: 100%;
}

#store_info .store_info_body {
  width: 90%;
}

#store_info .store_info_body details {
  background-color: #fff;
  margin: 0.5rem 0 1.5rem;
  padding: 0.2rem 0.5rem;
}

#store_info .store_info_body details summary {
  cursor: pointer;
  font-size: 1.3rem;
  padding: 0;
}

#store_info .store_info_body details summary p {
  line-height: 2rem;
  padding: 0.4rem 0 1rem 1.5rem;
}

#store_info .store_info_body details .info_img {
  width: 60%;
  margin: 2rem auto;
}

#store_info .store_info_body details .info_img img {
  width: 100%;
}

#store_info .store_info_body details p {
  color: #000;
}

#store_info .store_info_body details .store_body {
  padding: 1.3rem;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
/*# sourceMappingURL=common.css.map */