* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* remember: box-sizing is not supported by IE7 :( */
  outline: none;
  vertical-align: top;
}

html {
  height: 100%;
  width: 100%;
}
html, body {
  font-feature-settings: "palt";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 15px;
  letter-spacing: 0.09em;
  line-height: 2.5em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #111111;
  background: url("../img/noise.png");
  background-color: #111111;
  margin: 0;
  height: 0;
}
@media only screen and (max-width: 768px) {
  html, body {
    font-feature-settings: "palt";
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-size: 15px;
    letter-spacing: 0.08em;
    line-height: 2em;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: #111111;
    background: url("../img/noise.png");
    background-color: #111111;
    margin: 0;
    height: 0;
  }
}
/* ==========================================================================
   
   改行のスタイル

========================================================================== */

body .pc {
  display: block;
}

body .sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
}


/* ==========================================================================
   
   文字リンク

========================================================================== */

a {
  color: #111111;
  text-decoration: none;
}

a:hover {
  color: #444444;
}

a:visited {
  color: #444444;
}

a:active {
  color: #444444;
}

#bgci a {
  color: #ffffff !important;
}

#bgci a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}

.cp_link {
  position: relative;
  display: inline-block;
  transition: .3s;
  color: #ffffff !important;
}

.cp_link::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 0;
  height: 3px;
  color: #153c1a !important;
  background-color: #111111;
  transition: .3s;
}

.cp_link:hover::after {
  width: 100%;
}


/* ==========================================================================
   
   画像のスタイル

========================================================================== */

.img_100 {
  width: 100%;
  height: auto;
}
.thumbnail {
  margin: 1.5%;
  background-size: cover;
  background-position: center center;
  padding-top: 75%;
  width: 97%;
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .img_100 {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    height: auto;
  }
}


/* ==========================================================================
   
   .contents_block

   ========================================================================== */
.main_img_2nd_xmas {
  position: relative;
  width: 100%;
  height: 450px;
  top: 0;
  padding-top: 170px;
  padding-bottom: 100px;
  display: block;
  text-align: center;
  color: #fff;
  z-index: 7;
  background-size: cover;
  background: url("../img/bg_xmas.png") top center no-repeat;
}

@media only screen and (max-width: 768px) {
	
.main_img_2nd_aboutus{
  position: relative;
	width: 100%;
    height: 600px;
	top: 0;
	padding-top: 300px;
	padding-bottom: 0px;
	padding-left: 5%;
	padding-right: 5%;
	display: block;
    text-align: center;
    color: #fff;
	 z-index: 6;
  background-size: cover;
  background: url("../img/bg_xmas_sp.jpg") center center no-repeat;
}	
}	
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}


/* ==========================================================================
   
   .contents_block

   ========================================================================== */
.section_block {
  z-index: 6;
  padding-top: 3%;
  padding-bottom: 3%;
  width: 100%;
  background: url("../img/noise.png");
  background-color: #ddc5a0;
}

.contents_border {
  padding-top: 10%;
  border: solid 10px #e7dac9;
  margin-top: 10%;
  margin-bottom: 10%;
}

.contents_header {
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 5%;
}

.contents_box {
  width: 100%;
  margin-top: 2%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 2%;
  display: inline-block;
}

.contents_space {
  padding-left: 10%;
  padding-right: 10%;
}

.contents_box_L {
  width: 48%;
  float: left;
  display: block;
  padding-right: 2%;
  padding-bottom: 5%;
}

.contents_box_R {
  width: 48%;
  float: right;
  display: block;
  padding-left: 2%;
  padding-bottom: 5%;
}

.contents3_box_L {
  float: left;
  width: 31.1%;
  margin-right: 3.35%;
  margin-top: 3%;
  padding-bottom: 5%;
  height: auto;
}

.contents3_box_R {
  float: right;
  width: 31.1%;
  margin-left: 0%;
  margin-top: 3%;
  padding-bottom: 5%;
  height: auto;
}

.gallerys {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 6%;
  padding-bottom: 5%;
  border-bottom: #8b8f7e 1px dotted;
}

.gallerys:after {
  content: "";
  display: block;
  width: 24%;
  height: 0;
}

.gallery {
  width: 24%;
  padding-top: 1%;
  margin-bottom: 1%;
}

.gallery_img {
  margin-bottom: 5%;
  border-radius: 20px;
}

.gallery img {
  width: 100%;
  border-radius: 5px;
}

.txt_center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section_block {
    position: relative;
    /*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
    z-index: 6;
    /*一番上に表示*/
    /*見た目の調整*/
    padding-top: 10%;
    padding-bottom: 10%;
    width: 100%;
  }
  .contents_block {
    margin-top: 0%;
    margin-bottom: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
  }
  .contents_header {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
  }
  .contents_box {
    margin-top: 0%;
    margin-bottom: 0%;
    padding-top: 0%;
    padding-bottom: 5%;
    display: inline-block;
  }
  .contents_box_L {
    width: 100%;
    display: block;
    padding-bottom: 5%;
  }
  .contents_box_R {
    width: 100%;
    padding-left: 1%;
    padding-bottom: 5%;
  }
  .contents_space {
    padding-left: 5%;
    padding-right: 5%;
  }
  .contents3_box_L {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-top: 5%;
    padding-bottom: 7%;
    margin-bottom: 5%;
    height: auto;
    border-bottom: #dddddd 1px dotted;
  }
  .contents3_box_R {
    float: right;
    width: 100%;
    margin-left: 0%;
    margin-top: 5%;
    padding-bottom: 7%;
    margin-bottom: 5%;
    height: auto;
    border-bottom: #dddddd 1px dotted;
  }
  .gallerys {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gallerys:after {
    content: "";
    display: block;
    width: 49%;
    height: 0;
  }
  .gallery {
    width: 49%;
    margin-bottom: 2%;
  }
}

/* ==========================================================================
   
新着情報のスタイル

========================================================================== */

.topics li {
  background-color: #ffffff;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
  padding-right: 5%;
  margin-bottom: 1%;
  list-style: none;
  border-radius: 10px;
}

.topics li span {
  padding-right: 5%;
}

.topics li a:hover {
color: #111111;
}

/* ==========================================================================
   
店舗情報と会社概要で使用しているスタイル

========================================================================== */

.outline01 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  border-bottom: #111111 1px dotted;
  letter-spacing: 0.1em;
}

.outline01>dt {
  width: 150px;
  color: #111111;
  font-weight: bold;
  padding-bottom: 1%;
  margin-bottom: 3%;
  font-size: 100%;
}

.outline01>dd {
  -webkit-box-flex: 1;
  flex: 1;
  padding-bottom: 3%;
  margin-bottom: 2%;
  font-size: 100%;
  font-weight: bold;
}




/* ==========================================================================
   
背景

========================================================================== */

.bg_f7f7f7 {
  background-color: #f7f7f7;
}
.bg_ci {
  background-color: #111111;
}

/* ==========================================================================
   
タイトルスタイル

========================================================================== */

.title_2nd {
  font-size: 25px;
	padding-bottom: 1%;
  font-family: "Arial Black", Gadget, "sans-serif"!important;
}

.title_2nd_caption {
  font-size: 14px;
  padding-bottom: 10%;
  font-family: "Arial Black", Gadget, "sans-serif"!important;
}

.section_ttl_header {
  width: 100%;
  display: block;
  margin-top: 5%;
  margin-bottom: 0%;
  text-align: center;
}

.section_ttl {
  display: block;
margin: 0;
  color: #111111;
  font-size: 30px;
  font-weight: bold;
  font-family: "Arial Black", Gadget, "sans-serif"!important;
}

.section_ttl_cap {
  font-size: 12px;
  font-weight: 800;
  margin-top: 0%;
  margin-bottom: 3%;
}

.section_ttl_cap_txt {
  font-size: 13px;
  line-height: 1.66667;
  padding-right: 20%;
}

.section_txt {
  line-height: 1.66667;
  display: block;
  width: 100%;
  padding-bottom: 1%;
}

@media only screen and (max-width: 768px) {
  .section_ttl {
    display: block;
    margin-top: 0%;
    margin-bottom: 5%;
    color: #111111;
    font-size: 30px;
    font-weight: bold;
    font-family: "Arial Black", Gadget, "sans-serif"!important;
  }
  .section_ttl_cap {
    font-size: .75rem;
    letter-spacing: .1em;
    line-height: 1.66667;
    margin-top: 0%;
    margin-bottom: 5%;
  }
}

.top_copy {
  font-size: 28px;
  letter-spacing: 0.01px;
  line-height: 1.5;
  padding-top: 5%;
  padding-bottom: 5%;
  font-weight: bold;
  color: #111111;
  margin-left: 10%;
  margin-right: 10%;
}

.top_copy_description {
  font-size: 18px;
  opacity: 0.5;
  font-weight: bold;
  font-family: "Courier New", Courier, "monospace";
  color: #111111;
  padding-top: 5%;
}

.top_copy_txt {
  padding: 0.1px;
  -webkit-letter-spacing: 0.04em;
  -moz-letter-spacing: 0.04em;
  -ms-letter-spacing: 0.04em;
  letter-spacing: 0.01em;
  padding-bottom: 5%;
  text-align: center;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 10%;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 738px) {
	.top_copy {
    font-size: 22px;
    letter-spacing: 0.1px;
    line-height: 1.5;
    padding-top: 5%;
    padding-bottom: 5%;
    font-weight: bold;
    color: #111111;
    margin-left: 8%;
    margin-right: 8%;
  }
  .top_copy_txt {
    padding: 0.1px;
    -webkit-letter-spacing: 0.04em;
    -moz-letter-spacing: 0.04em;
    -ms-letter-spacing: 0.04em;
    letter-spacing: 0.04em;
    padding-bottom: 15%;
    text-align: center;
    margin-left: 7%;
    margin-right: 7%;
    margin-bottom: 0%;
  }
}

.title_gallery {
  display: block;
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 18px;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-weight: bold;
}



@media only screen and (max-width: 768px) {
  .title_gallery {
    display: block;
    padding-top: 5%;
    padding-bottom: 3%;
    font-size: 90%;
	  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
  }
}

.txt_gallery {
  display: block;
  padding-top: 5%;
  padding-bottom: 7%;
  font-size: 110%;
  line-height: 1em;
font-family: "Arial Black", Gadget, "sans-serif"!important;
}

.txt_gallery span{
  display: block;
  padding-top: 5%;
  padding-bottom: 7%;
  font-size: 13px;
  line-height: 1em;
}



/* ==========================================================================
   
装飾

========================================================================== */
.marker_y {
  background: linear-gradient(transparent 0%, #fcfda1 0%);
}
.date {
  font-size: 12px;
  margin: 0 0 8px;
}
.yohaku {
  padding-top: 3%;
  padding-bottom: 3%;
}
.fff {
  color: #ffffff;
}

.ci_co {
  color: #111111;
}
.f-en {
  font-family: "Courier New", Courier, "monospace";
}


/* ==========================================================================
   
float reset

========================================================================== */

.clearfix {
  zoom: 1;
  /*for IE 5.5-7*/
}

.clearfix:after {
  content: " ";
  display: block;
  visibility: hidden;
  height: 0.1px;
  clear: both;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}


/* no ie mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


/* */

.clr {
  clear: both;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: 0 -1px -1px 0;
  border: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}




/* ==========================================================================
   
ボタンスタイル

========================================================================== */

.btnarrow7{
	margin-top: 3%;
  position: relative;
    display: inline-block;
  padding: 0 20px;
    color: #111111;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow7::before{
    content: '';
    /*絶対配置で下線の位置を決める*/
  position: absolute;
    bottom:-8px;
    left:15%;
    /*下線の形状*/    
    width: 85%;
    height: 1px;
  background:#111111;
    /*アニメーションの指定*/
    transition: all .3s;
}

.btnarrow7::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    bottom:-3px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
  background:#111111;
    transform: rotate(35deg);
    /*アニメーションの指定*/
    transition: all .3s;
}
.btnarrow7:hover::before{
    left:20%;
}

.btnarrow7:hover::after{
    right:-5%;
}

.btnarrow6 {
  position: relative;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 80%;
  font-weight: bold;
  background: #111111;
  margin-top: 10px;
  padding: 3px 45px 3px 15px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  color: #fff;
  text-decoration: none;
  border: transparent 3px solid;
  outline: none;
  border-radius: 90px;
  border-color: #111111;
}


.btnarrow6:hover {
  background: #111111;
  color: #fff;
  border-color: #111111;
}

.btnarrow6:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 1px;
  background: #fff;
}

.btnarrow6::after {
  content: '';
  position: absolute;
  top: 43%;
  right: 12px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #fff;
  transition: all .2s linear;
}

.btnarrow6:hover::before {
  background: #fff;
  right: 25px;
}

.btnarrow6:hover::after {
  border-left-color: #fff;
  right: 20px;
}

.btnarrow6f {
  position: relative;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 80%;
  font-weight: bold;
  background: #fff;
  margin-top: 25px;
  padding: 3px 45px 3px 15px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  text-decoration: none;
  border: transparent 3px solid;
  outline: none;
  border-radius: 90px;
  border-color: #fff;
  color: #111111;
}

.btnarrow6f:hover {
  background: #fff;
  color: #111111;
}

.btnarrow6f:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 1px;
  background: #111111;
}

.btnarrow6f::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 12px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #111111;
  transition: all .2s linear;
}

.btnarrow6f:hover::before {
  background: #111111;
  right: 25px;
}

.btnarrow6f:hover::after {
  border-left-color: #111111;
  right: 20px;
}


.btnarrow4 {
  position: relative;
  display: inline-block;
  padding: 0 0px;
  color: #333;
  text-decoration: none;
  outline: none;
  margin-top: 5%;
  font-size: 80%;
}


.btnarrow4::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 85%;
  height: 1px;
  background: #333;
  transition: all .3s;
}

.btnarrow4::after {
  content: '';
  position: absolute;
  bottom: -0px;
  right: 0;
  left: 115%;
  width: 15px;
  height: 1px;
  background: #333;
  transform: rotate(35deg);
  transition: all .3s;
}

.btnarrow4:hover::before {
  left: 50%;
}

.btnarrow4:hover::after {
  right: 25%;
}


.btntextchange {
  position: relative;
  border-bottom: 2px solid #111111;
  border-top: 2px solid #111111;
  border-left: 2px solid #111111;
  min-width: 50px;
  height: 200px;
  padding: 20px;
  text-align: center;
  display: block;
  writing-mode: vertical-rl;
  background: #111111;
  font-weight: bold;
  text-decoration: none;
  color: #111111;
  outline: none;
  transition: all .2s;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.btntextchange:hover {
  background: #111111;
  color: #ffffff;
}

.btntextchange:visited {
  color: #ffffff;
}

.btntextchange span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
  display: block;
  white-space: nowrap;
}

.btntextchange span:nth-child(2) {
  opacity: 0;
  color: #fff;
}


.btntextchange:hover span:nth-child(1) {
  opacity: 0;
  color: #fff;
}

.btntextchange:hover span:nth-child(2) {
  opacity: 1;
  color: #fff;
}

@media screen and (max-width: 738px) {
  .btntextchange {
    position: relative;
    border-bottom: 2px solid #111111;
    border-top: 2px solid #111111;
    border-left: 2px solid #111111;
    min-width: 30px;
    height: 150px;
    padding: 10px;
    text-align: center;
    display: block;
    writing-mode: vertical-rl;
    font-size: 70%;
    font-weight: bold;
    text-decoration: none;
    color: #cccccc;
    outline: none;
    transition: all .2s;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

.btnbox {
  margin-top: 3%;
  padding-bottom: 3%;
  display: block;
}

@media screen and (max-width: 738px) {
  .btnbox {
    margin-top: 7%;
    padding-bottom: 3%;
    display: block;
  }
  
}


/* ==========================================================================
   
   インスタグラム

========================================================================== */

.insta_header {
  width: 100%;
  padding-top: 10%;
padding-bottom: 1%;
  line-height: 1.7em;
  font-style: italic;
  background-color: #ddc5a0;
}

.insta_header h3 {}

.insta_header ul {}

.insta_header li {
  float: left;
  list-style: none;
  padding-bottom: 2%;
  padding-right: 3%;
  font-size: 105%;
}

.insta_footer {
  width: 100%;
  padding: auto;
  height: 100px;
  position: relative;
  z-index: 5;
  background-color: #ddc5a0;
}

.insta_box {
  width: 100%;
  padding-top: 1%;
  padding-bottom: 1%;
  position: relative;
  z-index: -1;
  background-color: #ddc5a0;
}

.insta_box li {
  margin-right: 1px;
  list-style: none;
  display: inline-block;
  width: 19.5%;
}

.insta_box li img {
  width: 100%;
}

.btn_insta {
  position: absolute;
  top: -90px;
  left: 80%;
  z-index: 999;
}

@media screen and (max-width: 738px) {
  .insta_header ul {
    padding-top: 5%;
    padding-bottom: 5%;
    display: block;
  }
  .insta_header li {
    position: relative;
    width: 100%;
    list-style: none;
    display: block!important;
    margin-right: 0%;
    letter-spacing: normal;
    padding-bottom: 1%;
  }
}
/* ==========================================================================
   
   #footer

   ========================================================================== */

#footer {
  background-color: #000000;
  position: relative;
  z-index: 9;
}

#footer a {
  color: #fffff;
  text-decoration: none;
}

#footer .footer_logo {
  text-align: center;
  margin: 0 auto;
  padding-top: 5%;
  padding-bottom: 1%;
  position: relative;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  #footer {
    text-align: center;
    background-color: #000000;
    position: relative;
    /*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
    z-index: 7;
    /*一番上に表示*/
  }
  #footer .footer_logo {
    text-align: center;
    margin: 0 auto;
    padding-top: 10%;
    padding-bottom: 0%;
    position: relative;
    z-index: 9;
    /*一番上に表示*/
  }
}

#footer .footer_logo h2.logo {
  width: 100%;
  height: 70px;
  padding: 0;
  position: relative;
  z-index: 9;
}

#footer .footer_logo h2.logo a {
  background: url("../img/logo_footer.png") top center no-repeat;
  display: block;
  width: 100%;
  height: 70px;
  text-indent: -9999px;
}

.footer_sns {
  list-style: none;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 80%;
}

.footer_sns li {
  text-align: center;
  color: #111;
  background-color: #fff;
  border-radius: 50%;
  width: 60px;
  vertical-align: middle;
  height: 60px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.footer_sns li img {
  width: 40%;
  padding-top: 25%;
}

@media screen and (max-width: 738px) {
  .footer_sns li img {
    width: 40%;
    padding-top: 25%;
    margin-top: 5%;
  }
}



#footer .footer_navi {
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0px auto;
  padding-top: 0%;
  padding-bottom: 0%;
  color: #111111;
  background-color: #111111;
  position: relative;
  z-index: 9;
  overflow: hidden;
  clear: both;
}

#footer .footer_navi .gnavi ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

#footer .footer_navi .gnavi li {
  float: left;
  position: relative;
  list-style: none;
  display: inline-block;
  font-size: 90%;
  letter-spacing: .2em;
  font-weight: 800;
  padding-bottom: 1%;
  padding-left: 1%;
  padding-right: 1%;
  letter-spacing: 0.2em;
}

#footer .footer_navi .gnavi li a {
  color: #fff!important;
}

.flex {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 738px) {
  #footer .footer_navi .gnavi ul {
    padding-top: 2%;
    display: block;
  }
  #footer .footer_navi .gnavi li {
    position: relative;
    width: 100%;
    list-style: none;
    display: block!important;
    margin-right: 0%;
    letter-spacing: normal;
    font-weight: 600;
    padding-bottom: 3%;
  }
}

#footer .footer_navi .gnavi_s {
  clear: both;
  width: 100%;
  margin: 0px auto;
  display: inline-block;
}

#footer .footer_navi .gnavi_s ul {
  display: inline-block;
}

#footer .footer_navi .gnavi_s li {
  float: left;
  position: relative;
  list-style: none;
  display: inline-block;
  font-size: 80%;
}

#footer .footer_navi .gnavi_s li a {
  color: #fff;
}

@media screen and (max-width: 738px) {
  #footer .footer_navi .gnavi ul {
    padding-bottom: 0%;
  }
  #footer .footer_navi .gnavi_s {
    clear: both;
    width: 100%;
    padding-top: 5%;
    padding-left: 10%;
    padding-right: 10%;
  }
  #footer .footer_navi .gnavi_s li {
    float: left;
    position: relative;
    list-style: none;
    display: inline-block;
    font-size: 80%;
    margin-right: 0%;
  }
}

.copylight {
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 1%;
  padding-bottom: 1%;
  background-color: #222222;
}

.copylight p {
  color: #fff;
  font-size: 50%;
  font-weight: 800;
  letter-spacing: .1em;
}

/*========= マーサーfooter ===============*/

.f_shoplist{
width: 100%!important;  
overflow: hidden;
display:block;
padding-top: 3%!important;
padding-bottom:50px;
text-align: left;
}


.f_shoplist_left{
float: left;
width: 33%!important;
line-height: 180%;
padding-left: 10%!important;

}


.f_shoplist_right{
float: right;
width: 33%!important;
line-height: 180%;
padding-left: 5%!important;
padding-right: 5%!important;    
}





.f_shoplist_title{
font-size: 13px;
padding-bottom:1px;
color: #777777;
font-style: italic;;
font-weight: 700;
}



.f_shoplist ul{
padding-bottom:15px;
}



.f_shoplist li{
    font-size: 85%;
list-style: none;
padding-bottom:5px;
color: #555555;
}

.f_shoplist li a{
color: #555555;
}


#footer .f_shoplist li a {
   color: #999999;
    text-decoration: none;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

p {
    margin: 0 0 0px;
}


@media (max-width: 767px) {

.f_shoplist{
width: 100%!important;  
overflow: hidden;
display:block;
padding-top: 15%!important;
padding-bottom:100px;
text-align: left;
}


.f_shoplist_left{
float: left;
width: 100%!important;
line-height: 180%;
padding-left: 7%!important;

}


.f_shoplist_right{
float: right;
width: 100%!important;
line-height: 180%;
padding-left: 7%!important;   
}



}






/*========= ページトップのためのCSS ===============*/

.scroll-top {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}

.scroll-top.scroll-view {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.scroll-top a {
  text-decoration: none;
  color: #ccc;
  text-transform: uppercase;
  font-size: 0.9rem;
  display: block;
  z-index: 999;
}
.js-scroll a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #ccc;
  z-index: 999;
}

.js-scroll a::before {
  content: "";
  position: absolute;
  top: 30px;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #ccc;
  transform: skewX(-31deg);
  z-index: 999;
}


/*Edge IE11 hack*/

_:-ms-lang(x), .js-scroll a::before {
  right: -11px;
}

.js-pagetop a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 50px;
  background: #ccc;
}

.js-pagetop a::before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 1px;
  height: 20px;
  background: #ccc;
  transform: skewX(31deg);
}
/*Edge IE11 hack*/

_:-ms-lang(x), .js-pagetop a::before {
  right: 0;
}

.scrolldown_top {
  position: absolute;
  z-index: 9;
  left: 50%;
  bottom: 10px;
  height: 50px;
}
.scrolldown_top span {
  position: absolute;
  z-index: 999;
  left: -15px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.scrolldown_top::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}


@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}


/* ==========================================================================
   
   floating BANNER

   ========================================================================== */

.floating {
  position: fixed;
  right: 0px;
  top: 25%;
  z-index: 999;
}

.floating a {
  display: block;
  padding: 0px;
  text-decoration: none;
  /*  opacity: 0.6;*/
}

@media screen and (max-width: 738px) {
  .floating {
    position: fixed;
    right: 0px;
    top: 22%;
    z-index: 999;
  }
  .floating a {
    display: block;
    padding: 0px;
    text-decoration: none;
    /*  opacity: 0.6;*/
  }
}

h1, h2, h3, h4, h5, p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 300;
}

p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin: 0;
  padding: 0;
}

ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
}

dd {
  display: block;
  margin-inline-start: 0px;
}


/* ==========================================================================
   
   背景色が伸びて出現

========================================================================== */
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
  display: block;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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

.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #111111;
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.bgappearTrigger, .bgLRextendTrigger {
  opacity: 0;
}

.fade {
  animation-name: fadeInAnime;
  /*1で解説*/
  animation-fill-mode: forwards;
  /*2で解説*/
  animation-duration: 3s;
  /*3で解説*/
  animation-iteration-count: 1;
  /*4で解説*/
  animation-timing-function: ease;
  /*5で解説*/
  animation-delay: 0.5s;
  /*6で解説*/
  animation-direction: normal;
  /*7で解説*/
}


/*1で解説*/

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

.scfade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.scfadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}


/*========= ローディング画面のためのCSS ===============*/

#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 9999999;
  text-align: center;
  color: #fff;
  opacity: 1;
  /*はじめは透過0に*/
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*========= 画面遷移のためのCSS ===============*/


/*画面遷移アニメーション*/

.splashbg {
  display: none;
}


/*bodyにappearクラスがついたら出現*/

body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}


#container2 {
  opacity: 0;
}


body.appear #container2 {
  animation-name: PageAnimeAppear;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

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