@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville|Noto+Sans');

/* 基本設定 */
html{
  font-size: 1vw;
}
*, *::before, *::after{
  box-sizing: border-box;
}
body{
	color: #000;
	background: #fff33f;
	line-height: 1.6;
	font-family: 'Noto Sans',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; /* 文字サイズの自動調整機能のキャンセル */
  font-weight: 500;
}
.fntLb{ font-family: Libre Baskerville, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;}

img{
	border: 0;
	vertical-align: top;
}
input ,select{
	position: relative;
	top: 1px;
}
table, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
ul, li{
	list-style:none;
}
a:link, a:visited{
	color: #000;
	text-decoration: none;
	transition: all 0.5s 0s ease;
}
a:hover, a:active{
  opacity: 0.6;
}
#wrapper,
#wrapper2{
	overflow: hidden;
  position: relative;
}
#cover{
  width: 100%;
  height: 100%;
  position: fixed;
  background: url(../img/opening.jpg) no-repeat center center rgba(0,0,0,1);
  background-size: cover;
  top: 0px;
  left: 0px;
  z-index: 10000;
}
#loader{
  position: absolute;
  top: 45vh;
  bottom: 0;
  left: 5vw;
  right: 0;
  margin: auto;
  opacity: 0;
  animation-name: l1Anim;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  color: #fff;
}
@-webkit-keyframes l1Anim{
  0% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes l1Anim{
  0% {opacity: 0;}
  100% {opacity: 1;}
}
#loader .txt1{
  color: #fff100;
  font-size: 1.8vw;
  padding-bottom: 7vh;
  letter-spacing: 0.2vw;
}
#loader .txt2{
  font-size: 1.4vw;
  letter-spacing: 0.3vw;
}
@media screen and (max-width: 414px){
  #cover{
    background: url(../img/opening.jpg) no-repeat center bottom rgba(0,0,0,1);
    background-size: 110%;
  }
  #loader{
    left: 0;
    text-align: center;
    height: 60%;
  }
  #loader .txt1{
    font-size: 4vw;
    padding-bottom: 22vh;
    letter-spacing: 0.4vw;
  }
  #loader .txt2{
    font-size: 3vw;
    letter-spacing: 0.6vw;
  }
}
.dd959,.dd800,.dd768,.dd600,.dd480,.dd414,.dd375,.dd320{
  display: none;
}
.prBr{
  display: none;
}
.addBtn{
  color: #fff !important;
  border: 0.2vw solid #fff;
  border-radius: 2vw;
  -webkit-border-radius: 2vw;
  height: 4vw;
  display: inline-block;
  font-size: 1.4vw;
  font-weight: 700;
  letter-spacing: 0.2vw;
  padding: 0.5vw 2vw 0.5vw 0.8vw;
  margin-bottom: 7%;
}
.icon_wrap{
  display: inline-block; padding: 0.4vw; border: #fff solid 0.2vw; border-radius: 50%; line-height: 0.8;
  margin-right: 1.5vw;
} 
.icon_plus{
  display: inline-block; position: relative; width: 1.4vw; height: 1.4vw;
} 
.icon_plus:before,.icon_plus:after{ 
  display: block; content: ''; background-color: #fff;  position: absolute; width: 1.4vw; height: 0.2vw; top: 0.6vw; left: 0;
}
.icon_plus:before{
  width: 0.2vw; height: 1.4vw; top: 0; left: 0.6vw;
}
.demaeLink{
  display: block;
  background: #000;
  color: #fff !important;
  width: 74%;
  margin: 0 auto 1.5em;
  font-weight: 600;
  letter-spacing: .1em;
  padding: 1em 0 1em .1em;
}
@media screen and (max-width: 414px){
  .addBtn{
    border: 0.4vw solid #fff;
    border-radius: 4vw;
    -webkit-border-radius: 4vw;
    height: 8vw;
    font-size: 2.8vw;
    padding: 1.2vw 4vw 0.5vw 1.5vw;
  }
  .demaeLink{
    width: 80%;
    font-size: 240% !important;
    margin: 0 auto 2em;
    padding: 1.6em 0 1.6em .1em;
  }
  .icon_wrap{
    padding: 0.8vw; border: #fff solid 0.4vw; margin-right: 3vw;
  } 
  .icon_plus{
    width: 2.8vw; height: 2.8vw;
  } 
  .icon_plus:before,.icon_plus:after{ 
    width: 2.8vw; height: 0.4vw; top: 1.2vw; left: 0;
  }
  .icon_plus:before{
    width: 0.4vw; height: 2.8vw; top: 0; left: 1.2vw;
  }
}
section.section{
  position: relative !important;
  overflow: hidden !important;
  height: auto !important;
  min-height: 100vh;
  top: inherit !important;
}
.fp-slides,
.fp-slide{
  height: auto !important;
  min-height: 100vh !important;
}

/* ヘッダー */
#header{
  position: fixed;
	overflow: hidden;
  z-index: 5000;
  width: 100%;
  padding: 1.5% 4% 0;
}
#header .hBox .ecshop-sp{
  display: none;
}
#header h1{
  overflow: hidden;
  position: relative;
  float: left;
  display: block;
  width: 19%;
}
#header h1 a img.logo_img{
  width: 100%;
  height: auto;
}
#header h1 a .logo_img path{
  color: #000;
  fill: currentColor;
}
@media screen and (min-width: 415px){
  #header h1 a .logo_img.white path{
    color: #FFF;
    fill: currentColor;
  }
}
#header .info{
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-end;
  text-align: center;
  padding-top: 1%;
  margin-bottom: 1.5%;
  text-shadow: 0px 0px 2px #fff;
}
#header .info.white{
  color: #fff;
  text-shadow: 0px 0px 2px #000;
}
#header .info .tel{
  font-size: 2.8vw;
  letter-spacing: 0.2vw;
  padding-right: 1.3vw;
}
#header .info .tel .booking{
  display: none;  
}
#header .info.white .tel a{
  color: #fff;
}
#header .info .webB{
  font-size: 1.2vw;
  padding: .3vw;
  padding-right: 1.5vw;
  line-height: 1.2;
  font-weight: 800;
}
#header .info .webB a{
  display: block;
  border: 2px solid #141414;
  letter-spacing: normal;
  padding: .3vw .4vw .2vw;
}
#header .info.white .webB a{
  color: #fff;
  border: 2px solid #fff;
}
#header .info .time{
  font-size: 1vw;
  font-weight: 700;
  _padding-top: .5em;
}
#header .info .time small{
  display: none;
}
#header .info .time small.corona{
  display: inline;
  font-size: 60%;
}
#header .info .ecshop{
  padding-left: 1.2vw;
  width: 17vw;
}
#header .info .ecshop img{
  width: 100%;
  height: auto;
}
/* ナビゲーション */
#gMenu{
  overflow: hidden;
  position: relative;
  clear: right;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: 1.2vw;
  line-height: 2;
  letter-spacing: 0.1vw;
  font-weight: 700;
  text-shadow: 0px 0px 2px #fff;
}
#gMenu li{
  padding-left: 4%;
}
#gMenu li a{
  display: block;
}
#gMenu li a.white{
  color: #fff;
  text-shadow: 0px 0px 2px #000;
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  display: none;
}
.menu-trigger {
  position: relative;
  width: 10vw;
  height: 9vw;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 8px;
  width: 100%;
  height: 4px;
}
.menu-trigger span:nth-of-type(1) {
  font-size: 2.3vw;
  letter-spacing: 0.2vw;
  padding-left: 0.2vw;
  font-weight: 700;
  text-align: center;
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  background-color: #000;
  top: 5vw;
  box-shadow: 0px 0px 2px #fff;
}
.menu-trigger span:nth-of-type(3) {
  background-color: #000;
  bottom: 0;
  box-shadow: 0px 0px 2px #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}
.menu-trigger.white span:nth-of-type(1) {
  color: #fff;
  text-shadow: 0px 0px 2px #000;
}
.menu-trigger.white span:nth-of-type(2),
.menu-trigger.white span:nth-of-type(3) {
  background-color: #fff;
  box-shadow: 0px 0px 2px #000;
}
@media screen and (max-width: 414px){
  #header{
    position: visible;
    overflow: visible;
    padding: 0;
    top: 0;
  }
  #header .hBox{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 1.5vh 0 0.5vh;
    background: #fff;
  }
  #header .hBox .ecshop-sp{
    display: block;
    position: absolute;
    top: 1.5vw;
    right: 1.5vw;
    width: 37%;
  }
  #header .hBox .ecshop-sp img{
    width: 100%;
    height: auto;
  }
  #header h1{
    height: auto;
    width: 21%;
    margin: 0 0 0 20vw;
    float: none;
    display: block;
  }
  #header .info{
    position: fixed;
    z-index: 5002;
    display: block;
    bottom: 1%;
    right: 2%;
    padding-top: 0;
    margin-bottom: 0;
    padding-left: 20vw;
  }
  #header .info .tel{
    font-size: 5vw;
    padding-right: 0;
    line-height: 1.2;
  }
  #header .info .tel .booking{
    display: block;
    float: left;
    margin-top: 1vw;
    margin-left: 2px;
    font-weight: 700;
    font-size: 1.8vw;
    border: 1px solid #000;
    padding: 0.5vw 0.5vw 0.3vw;
    box-shadow: 0px 0px 2px #fff;
  }
  #header .info.white .tel .booking{;
    border: 1px solid #fff;
    box-shadow: 0px 0px 2px #000;
  }
  #header .info .webB{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 2.6vw;
    padding: 1vw 0 0;
  }
  #header .info .webB a{
    padding: 1.4vw 1.6vw .8vw;
  }
  #header .info .time{
    font-size: 2vw;
    letter-spacing: 0 !important;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }
  #header .info .time small{
    display: inline;
  }
  #header .info .ecshop{
    display: none;
  }
  #header nav{
    position: relative;
    overflow: hidden;
  }
  #gMenu{
    position: absolute;
    display: block;
	  transition: all 0.5s 0s ease;
    z-index: 5001;
    float: none;
    bottom: -300px;
    width: 100%;
    background: rgba(255,243,63,0.8);
    font-size: 5vw;
    line-height: 3;
    padding: 10% 0 25%;
  }
  #gMenu.white{
    background: rgba(180,170,10,0.8);
  }
  
  #gMenu.active{
    position: fixed;
    bottom: 0;
  }
  #gMenu li{
    float: none;
    margin: 0 !important;
    text-align: center;
  }
  .menu-trigger{
    display: inline-block;
    position: fixed;
    bottom: 2.5%;
    left: 2.5%;
    z-index: 9999;
  }
  .menu-trigger span {
    display: inline-block;
  }
}

/* コンテンツ */
#topBg{
  background: url(../img/top_img.jpg) no-repeat center center;
  background-size: cover;
}
#topF .benvenuto{
  position: absolute;
  z-index: 10;
  color: #000;
  font-size: 4.8vw;
  letter-spacing: 0.4vw;
  font-weight: 700;
  text-align: center;
  margin-top: -17%;
  top: 50%;
  left: 0;
  right: 0;
}
#topF .benvenuto .red{
  color: #e60012;
}
#topF .benvenuto .green{
  color: #009944;
}
#topF .copy{
  position: absolute;
  z-index: 10;
  font-size: 1.3vw;
  font-weight: 700;
  letter-spacing: 0.4vw;
  color: #fff;
  text-align: center;
  line-height: 2.4;
  left: 0;
  right: 0;
  bottom: 20%;
}
#topF .copy a{
  display: inline-block;
  color: #f00;
  border: 2px solid #f00;
  background: rgba(0,0,0,0.4);
  padding: 0 15px 0 18px;
  margin-bottom: 5px;
}
.arrow{
  position: absolute;
  width: 7%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 3%;
}
#topF .arw_img path{
  color: #FFF;
  fill: currentColor;
}
@media screen and (orientation: portrait) {
  .prBr{
    display: block;
  }
  #topBg{
    background: url(../img/top_img.jpg) no-repeat center top;
    background-size: 118%;
  }
  #topF .benvenuto,
  #topF .copy{
    text-shadow: 0px 0px 2px #fff33f;
  }
  #topF .copy a{
    background: transparent;
  }
  @media screen and (max-width: 414px){
    #topBg{
      background: url(../img/top_img.jpg) no-repeat center 7vh;
      background-size: 118%;
    }
  }
  #topF .benvenuto{
    position: relative;
    font-size: 7vw;
    margin-top: 0;
    top: 0;
    padding-top: 82vw;
  }
  #topF .copy{
    position: relative;
    font-size: 2.4vw;
    color: #000;
    line-height: 1.8;
    top: 0;
    margin-bottom: 5%;
  }
  .arrow{
    position: relative;
    width: 14%;
    margin-bottom: 3%;
  }
  #topF .arw_img path{
    color: #000;
  }
}

#locationF{
  text-align: center;
  height: 100% !important;
}
#lp1-1Bg{
  background: url(../img/location1-1_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#lp1-2Bg{
  background: url(../img/location1-2_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#lp1-3Bg{
  background: url(../img/location1-3_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.pcAni::before{
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: inherit;
  filter: blur(10px);
}
.pcAni.bgFade::before{
  animation-name: fadeOut;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeOut{
  0% {opacity: 1;}
  100% {opacity: 0;}
}
.txtBox1{
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 50%;
  margin: auto;
  width: 36vw;
  height: 40vw;
  padding: 3.2vw 1.6vw 3.2vw 3.2vw;
  text-align: left;
  background: url(../img/location1_map1.png) no-repeat right bottom  rgba(255,255,255,0.6);
  background-size: 56%;
}
.txtBox1 h4{
  display: block;
  font-size: 1.6vw;
  line-height: 2;
  letter-spacing: 0.4vw;
  margin-bottom: 1.5vw;
}
.txtBox1 p{
  font-size: 1.2vw;
  line-height: 2.2;
  padding-top: 1%;
  font-weight: 700;
}
@media screen and (max-width: 414px){
  .txtBox1{
    right: 25vw;
    width: 50vw;
    height: 114vw;
    padding: 5vw 3vw 0 4vw;
    background: url(../img/location1_map1.png) no-repeat center 100%  rgba(255,255,255,0.6);
    background-size: 70%;
  }
  .txtBox1 h4{
    font-size: 3.6vw;
    line-height: 1.6;
  }
  .txtBox1 p{
    font-size: 2.6vw;
    line-height: 1.8;
    padding: 2% 0.5vw 0 0.2vw;
    text-shadow: 0px 0px 2px #fff;
  }
}
#lp2-1Bg{
  background: url(../img/location2-4_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#lp2-2Bg{
  background: url(../img/location2-3_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#lp2-3Bg{
  background: url(../img/location2-2_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.txtBox2{
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  width: 36vw;
  height: 40vw;
  padding: 3.2vw 1.6vw 3.2vw 3.2vw;
  text-align: left;
  background: url(../img/location1_map2.png) no-repeat right bottom rgba(0,0,0,0.6);
  background-size: 56%;
  color: #fff;
}
.txtBox2 h4{
  display: block;
  font-size: 1.6vw;
  line-height: 2;
  letter-spacing: 0.4vw;
  margin-bottom: 1.5vw;
}
.txtBox2 p{
  font-size: 1.3vw;
  line-height: 2;
  padding-top: 1%;
  font-weight: 700;
}
@media screen and (max-width: 414px){
  .txtBox2{
    left: 25vw;
    width: 50vw;
    height: 105vw;
    padding: 5vw 3vw 0 4vw;
    background: url(../img/location1_map2.png) no-repeat center 100% rgba(0,0,0,0.6);
    background-size: 70%;
  }
  .txtBox2 h4{
    font-size: 3.6vw;
    line-height: 1.6;
  }
  .txtBox2 p{
    font-size: 2.5vw;
    line-height: 1.8;
    padding: 2% 0.5vw 0 0.2vw;
    text-shadow: 0px 0px 2px #000;
  }
}
#lp3-1Bg{
  background: url(../img/location3-2_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#lp3-2Bg{
  background: url(../img/location3-1_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#lp3-3Bg{
  background: url(../img/location3-3_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.txtBox3{
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  right: 50%;
  margin: auto;
  width: 36vw;
  height: 40vw;
  padding: 3.2vw 1.6vw 3.2vw 3.2vw;
  text-align: left;
  background: url(../img/location1_map3.png) no-repeat right bottom  rgba(255,255,255,0.6);
  background-size: 56%;
}
.txtBox3 h4{
  display: block;
  font-size: 1.6vw;
  line-height: 2;
  letter-spacing: 0.4vw;
  margin-bottom: 1.5vw;
}
.txtBox3 p{
  font-size: 1.3vw;
  line-height: 2.2;
  padding-top: 1%;
  font-weight: 700;
}
@media screen and (max-width: 414px){
  .txtBox3{
    right: 25vw;
    width: 50vw;
    height: 109vw;
    padding: 5vw 3vw 0 4vw;
    background: url(../img/location1_map3.png) no-repeat center 100%  rgba(255,255,255,0.6);
    background-size: 70%;
  }
  .txtBox3 h4{
    font-size: 3.6vw;
    line-height: 1.6;
  }
  .txtBox3 p{
    font-size: 2.6vw;
    line-height: 1.8;
    padding: 2% 0.5vw 0 0.2vw;
    text-shadow: 0px 0px 2px #fff;
  }
}
#lp4-1Bg{
  background: url(../img/location4-2_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#lp4-2Bg{
  background: url(../img/location4-1_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#lp4-3Bg{
  background: url(../img/location4-3_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.txtBox4{
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  width: 36vw;
  height: 40vw;
  padding: 3.2vw 1.6vw 3.2vw 3.2vw;
  text-align: left;
  background: url(../img/location1_map4.png) no-repeat right bottom rgba(0,0,0,0.3);
  background-size: 56%;
  color: #fff;
}
.txtBox4 h4{
  display: block;
  font-size: 1.6vw;
  line-height: 2;
  letter-spacing: 0.4vw;
  margin-bottom: 1.5vw;
}
.txtBox4 p{
  font-size: 1.3vw;
  line-height: 2.2;
  padding-top: 1%;
  font-weight: 700;
}
@media screen and (max-width: 414px){
  .txtBox4{
    left: 25vw;
    width: 50vw;
    height: 105vw;
    padding: 5vw 3vw 0 4vw;
    background: url(../img/location1_map4.png) no-repeat center 100% rgba(0,0,0,0.3);
    background-size: 70%;
  }
  .txtBox4 h4{
    font-size: 3.6vw;
    line-height: 1.6;
  }
  .txtBox4 p{
    font-size: 2.6vw;
    line-height: 1.8;
    padding: 2% 0.5vw 0 0.2vw;
    text-shadow: 0px 0px 2px #000;
  }
}
.lctBg{
  padding: 10% 5% 0%;
}
#locationF h3{
  width: 25%;
  margin: 0 auto 3%;
}
#locationF h3 img{
  width: 100%;
  height: auto;
}
#locationF .flr1 img,
#locationF .flr2 img{
  width: 100%;
  height: auto;
}
#locationF .flr1{
  float: left;
  width: 54%;
  padding-bottom: 3%;
}
#locationF .flr2{
  float: right;
  width: 46%;
  padding-bottom: 3%;
}
#locationF .flr2 .btn {
  text-align: center;
  padding-top: .8em;
  padding-left: 6vw;
}
#locationF .flr2 .btn a {
  display: inline-block;
  border: 2px solid #000;
  padding: .4em 1.5em;
  line-height: 1.3;
  font-size: 110%;
}
#locationF .flr2 .btn a span{
  display: block;
  font-size: 150%;
}
#locationF .flrList{
  clear: both;
  position: relative;
  padding-bottom: 6%;
}
#locationF .flrList ul{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 94%;
  margin: 0 auto;
}
#locationF .flrList ul li{
  position: relative;
  text-align: left;
  padding: 1vw;
  width: 33.3%;
}
#locationF .flrList ul li:last-child {
  width: 40%;
}
#locationF .flrList ul li img{
  float: left;
  width: 5vw;
  height: auto;
  margin-right: 1vw;
}
@media screen and (max-width: 800px){
  #locationF .flrList ul{
    width: 100%;
  }
  #locationF .flrList ul li{
    width: 50%;
  }
  #locationF .flrList ul li:last-child {
    width: 50%;
  }
  #locationF .flrList ul li img{
    width: 8vw;
  }
}
@media screen and (max-width: 414px){
  .lctBg{
    padding: 5% 5% 0%;
  }
  #locationF h3{
    width: 45%;
    margin: 0 auto 5%;
  }
  #locationF .flr1{
    float: none;
    width: 100%;
    padding-bottom: 8%;
  }
  #locationF .flr2{
    float: none;
    width: 100%;
    padding-bottom: 8%;
  }
  #locationF .flr2 .btn {
    padding-top: 1.6em;
    padding-left: 20vw;
  }
  #locationF .flr2 .btn a {
    font-size: 220%;
  }
  #locationF .flrList{
    padding-bottom: 12%;
  }
  #locationF .flrList ul li{
    width: 100%;
    padding: 2vw 8vw;
    font-size: 250%;
  }
  #locationF .flrList ul li:last-child {
    width: 100%;
  }
  #locationF .flrList ul li img{
    width: 12vw;
    margin-right: 3vw;
  }
}

#menuF,
#menuF2{
  text-align: center;
}
#mp1-1Bg{
  background: url(../img/menu1_bgimg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
#mp1-2Bg{
  background: url(../img/menu1_bgimg2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
.menu1Bg{
  color: #FFF;
  overflow: hidden;
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 13vh 0 0;
}
.menu1Bg h3{
  width: 25%;
  margin: 0 auto 10vh;
}
.menu1Bg h3 img{
  width: 100%;
  height: auto;
}
.menu1Bg h4{
  display: block;
  font-size: 2.4vw;
  letter-spacing: 0.4vw;
  margin-bottom: 13vh;
}
.menu1Bg p{
  font-size: 1.3vw;
  line-height: 2.3;
  letter-spacing: 0.2vw;
  font-weight: 700;
  margin-bottom: 6vh;
}
@media screen and (max-width: 414px){
  .menu1Bg{
    padding-top: 5%;
  }
  #menuF h3{
    width: 45%;
    margin: 0 auto 20%;
  }
  .menu1Bg h4{
    font-size: 4vw;
    margin-bottom: 25%;
  }
  .menu1Bg p{
    font-size: 2.1vw;
    margin-bottom: 10%;
  }
}
.menu2Bg{
  height: 100vh;
}
.menu2Bg .carneB{
  float: left;
  background: url(../img/menu_carne_bg.jpg) no-repeat center center;
  background-size: cover;
}
.menu2Bg .pizzaB{
  float: right;
  background: url(../img/menu_pizza_bg.jpg) no-repeat center center;
  background-size: cover;
}
.menu2Bg .carneB,
.menu2Bg .pizzaB{
  width: 50%;
  padding-top: 35vh;
  height: 100vh;
  position: relative;
}
.menu2Bg .carneB .txtB,
.menu2Bg .pizzaB .txtB{
  opacity: 0;
  position: relative;
  z-index: 15;
  color: #fff;
}
.pcAni2::before{
  opacity: 0;
  content: '';
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  background: inherit;
  filter: blur(10px);
  z-index: 10;
}
.pcAni2.bgFade::before{
  animation-name: fadeIn;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.menu2Bg .bgFade .txtB{
  animation-name: fadeIn;
  animation-delay: 1.5s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeIn{
  0% {opacity: 0;}
  100% {opacity: 1;}
}
.menu2Bg .carneB h4,
.menu2Bg .pizzaB h4{
  display: block;
  margin-bottom: 7%;
}
.menu2Bg .carneB h4 span,
.menu2Bg .pizzaB h4 span{
  font-size: 2.4vw;
  letter-spacing: 0.2vw;
  font-weight: 500;
}
.menu2Bg .carneB h4 small,
.menu2Bg .pizzaB h4 small{
  display: block;
  font-size: 1.2vw;
  letter-spacing: 0.4vw;
}
.menu2Bg .carneB p,
.menu2Bg .pizzaB p{
  font-size: 1.2vw;
  line-height: 2.4;
  font-weight: 600;
  letter-spacing: 0.2vw;
}
@media screen and (max-width: 414px){
  .menu2Bg{
    height: auto;
  }
  .menu2Bg .carneB{
    background: url(../img/menu_carne_bgs.jpg) no-repeat center top;
    background-size: 100%;
  }
  .menu2Bg .pizzaB{
    background: url(../img/menu_pizza_bgs.jpg) no-repeat center top;
    background-size: 100%;
  }
  .menu2Bg .carneB,
  .menu2Bg .pizzaB{
    position: relative;
    float: none;
    width: 100%;
    padding-top: 0;
    height: auto;
  }
  .menu2Bg .carneB .txtB,
  .menu2Bg .pizzaB .txtB{
    color: #000;
  }
  .menu2Bg .carneB h4,
  .menu2Bg .pizzaB h4{
    color: #fff;
    display: block;
    margin: 0;
    padding: 45vw 0;
  }
  .menu2Bg .carneB h4 span,
  .menu2Bg .pizzaB h4 span{
    font-size: 7vw;
  }
  .menu2Bg .carneB h4 small,
  .menu2Bg .pizzaB h4 small{
    font-size: 3vw;
  }
  .menu2Bg .carneB p,
  .menu2Bg .pizzaB p{
    padding: 0 0 5.5% 1vw;
    font-size: 3vw;
    line-height: 2;
    position: relative;
    width: 100%;
    background: #fff;
    bottom: 0;
  }
}
.menu3Bg{
  position: relative;
  overflow: hidden;
  background: url(../img/menu_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 5% 0 8%;
  z-index: 30;
}
.menu3Bg h3{
  position: relative;
  z-index: 50;
  width: 100%;
  margin-bottom: 3%;
}
.menu3Bg h3 img{
  display: block;
  width: 24%;
  height: auto;
  margin: 0 auto;
}
.infoB {
  position: relative;
  margin: 0 auto 4em;
  width: 90%;
  max-width: 800px;
}
.infoB img {
  width: 100%;
  height: auto;
}

.menu3Bg .menuBox{
  position: relative;
  border: 2px solid #000;
  background: #fff;
  padding: 3% 2% 1%;
  display: block;
  width: 29vw;
  left: 50%;
  z-index: 30;
}
.menu3Bg .menuBox h5{
  display: block;
  margin-bottom: 4%;
}
.menu3Bg .menuBox h5.topLine{
  padding-top: 7%;
  border-top: 3px dashed #666;
}
.menu3Bg .menuBox h5 span{
  font-size: 2vw;
  letter-spacing: 0.4vw;
  font-weight: 500;
}
.menu3Bg .menuBox h5.jp span{
  font-size: 1.6vw;
  letter-spacing: 0.2vw;
  font-weight: 600;
}
.menu3Bg .menuBox h5 small{
  display: block;
  letter-spacing: 0.4vw;
}
.menu3Bg .menuBox h6{
  display: block;
  margin-bottom: 4%;
  padding-top: 7%;
  border-top: 3px dashed #666;
}
.menu3Bg .menuBox h6 span{
  font-size: 1.6vw;
  letter-spacing: 0.2vw;
  font-weight: 600;
}
.menu3Bg .menuBox h6 small{
  display: block;
  letter-spacing: 0.1vw;
  line-height: 2;
}
.menu3Bg .menuBox h6 small.taxi{
  font-size: 80%;
}
.menu3Bg .menuBox p{
  margin-bottom: 12%;
  font-weight: 600;
  letter-spacing: 0.1vw;
  line-height: 2;
}
.menu3Bg .menuBox p.time{
  letter-spacing: 0.2vw;
}
.menu3Bg .menuBox p.atn{
  color: #F00 !important;
  margin-bottom: 4%;
}
.menu3Bg .menuBox p.atn small{
  font-size: 0.8vw;
}
.menu3Bg #m05 p.time{
  margin-bottom: 4%;
}
.menu3Bg #m06 p.time{
  margin-bottom: 4%;
}
.menu3Bg .menuBox p.copy::before{
  content: '';
  display: block;
  width: 4vw;
  margin: 0 auto 12%;
  border-top: 1px solid #000;
}
.menu3Bg .menuBox .addBtn{
  color: #000 !important;
  border: 0.2vw solid #000;
  margin-bottom: 2vw;
}
.menu3Bg .menuBox .addBtn:hover{
	transition: all 0.2s 0s ease;
  opacity: 1;
  border: 0.2vw solid #fff33f;
  background: #fff33f;
}
.menu3Bg .menuBox .icon_wrap{
  border: #000 solid 0.2vw;
}
.menu3Bg .menuBox .icon_plus:before,
.menu3Bg .menuBox .icon_plus:after{ 
  background-color: #000;
}
.menu3Bg .menuBox h6.uberBox a{
  width: 80%;
  margin: 0 auto 1em;
  position: relative;
  display: block;
  border-radius: .5em;
  background: #fff url("../img/icn_uber.png") no-repeat 6% center;
  background-size: auto 88%;
  font-size: 150%;
  color: #33b667;
  text-align: left;
  line-height: 1.3;
  padding: .5em .5em .5em 4.6em;
  border: 2px solid #33b667;
}
.menu3Bg .menuBox h6.woltBox a{
  width: 80%;
  margin: 0 auto 1em;
  position: relative;
  display: block;
  border-radius: .5em;
  background: #fff url("../img/icn_wolt.png") no-repeat 6% center;
  background-size: auto 88%;
  font-size: 150%;
  color: #4cb2e1;
  text-align: left;
  line-height: 1.3;
  padding: .5em .5em .5em 4.6em;
  border: 2px solid #4cb2e1;
}
.menu3Bg .menuBox .kigen{
  position: relative;
  display: block;
  margin: -2% auto 1%;
}
#m05 h5 span.ls,
#m06 h5 span.ls{
  letter-spacing: 0;
}
#m07 h5 span{
  letter-spacing: 0.1vw;
}
#m01{
  margin-left: -39%;
}
#m02{
  margin-left: 11%;
  margin-top: -15%; /* ダミー*/
}
#m03{
  margin-left: -25%;
  margin-left: -32%; /* ダミー*/
  margin-top: 8%;
  margin-top: -5%; /* ダミー*/
}
#m04{
  margin-left: 10%;
  margin-top: 28%;
}
#m05{
  margin-left: -33%;
  margin-top: -7%;
  
  clear: both;
  margin-top: 35%;
}
#m06{
  width: 30vw;
  margin-left: -18%;
  margin-top: 14%;
}
#m07{
  margin-left: -30%;
  margin-top: 28%;
  
  margin-left: -12%;
  margin-bottom: 8%;
}
#m08{
  margin-left: 6%;
  margin-top: -7%;
}
#m09{
  margin-left: -19%;
  margin-top: 5%;
}
.menu3Bg .imgP{
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-top: 5%;
}
.menu3Bg .imgP img{
  width: 100%;
  height: auto;
}
#i04{
  width: 20vw;
}
#i05{
  width: 23vw;
  margin-top: -31%;
  margin-left: -40%;
  
  width: 30vw;
  margin-top: 0%;
}
#i06{
  width: 43vw;
  margin-left: 2%;
  margin-top: -8%;
}
#i07{
  width: 23vw;
  margin-top: 4%;
  margin-left: -40%;
  
  width: 30vw;
}
#i08{
  width: 18vw;
  margin-top: -28%;
  margin-left: 23%;
}
#i09{
  width: 18vw;
  margin-top: -6%;
  margin-left: -35%;
}
.menu3Bg #takeout.menuBox{
  width: 38vw;
  left: inherit;
  margin: 0 auto 5vw;
  padding: 3% 0 0 1%;
}
.menu3Bg #takeout.menuBox h5{
    margin-bottom: 3%;
}
.menu3Bg #takeout.menuBox p{
    margin-bottom: 6%;
}
.menu3Bg #takeout.menuBox .addBtn{
  margin-bottom: 5%;
}
@media screen and (max-width: 414px){
  .menu3Bg h3 img{
    width: 45%;
  }
  .menu3Bg .menuBox{
    border: 1px solid #000;
    width: 55vw !important;
    left: 0;
    margin: 5% auto !important;
  }
  .menu3Bg .menuBox h5 span{
    font-size: 4vw;
  }
  .menu3Bg .menuBox h5 small{
    font-size: 2vw;
  }
  .menu3Bg .menuBox h5.jp span{
    font-size: 3.2vw;
    letter-spacing: 0.2vw;
  }
  .menu3Bg .menuBox h5.topLine{
    width: 90%;
    margin: 5% auto;
    border-top: 1px dashed #666;
  }
  .menu3Bg .menuBox h6{
    margin: 5% auto;
    padding-top: 7%;
    width: 90%;
    border-top: 1px dashed #666;
  }
  .menu3Bg .menuBox h6 span{
    font-size: 3.2vw;
  }
  .menu3Bg .menuBox h6 small{
    font-size: 2vw;
  }
  .menu3Bg .menuBox h6 small.taxi{
    font-size: 1.8vw;
  }
  .menu3Bg .menuBox p{
    font-size: 2vw;
  }
  .menu3Bg .menuBox p.copy::before{
    width: 8vw;
  }
  .menu3Bg .menuBox p.atn small{
    font-size: 1.8vw;
  }
  .menu3Bg .menuBox .addBtn{
    border: 0.4vw solid #000;
  }
  .menu3Bg .menuBox .icon_wrap{
    border: #000 solid 0.4vw;
  }
  .menu3Bg .menuBox h6.uberBox a{
    font-size: 270%;
  }
  .menu3Bg .menuBox h6.woltBox a{
    font-size: 270%;
  }
  .menu3Bg .menuBox .kigen{
    margin: 0 auto 1%;
  }
  .menu3Bg .imgP{
    left: 10% !important;
    width: 80% !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  #m04,#m05,#m06,#m07,#m08,#m09{
    margin: 80% auto 5% !important;
  }
  .menu3Bg #takeout.menuBox{
    width: 64vw !important;
    padding: 5% 0 0 2%;
    margin: 0 auto 8vw;
  }
  .menu3Bg #takeout.menuBox h5 {
      margin-bottom: 5%;
  }
}

#profileF{
  color: #fff;
}
.pf1Bg{
  height: 100%;
}
.pf1Bg .hat{
  display: block;
  width: 40%;
  height: auto;
  position: absolute;
  z-index: 10;
  right: 10%;
  top: 0;
}
.pf1Bg h3{
  position: relative;
  width: 25%;
  left: 11%;
  top: 13vh;
  z-index: 2;
}
.pf1Bg h3 img{
  width: 100%;
  height: auto;
}
.pf1Bg .stgP{
  display: block;
  width: 100vw;
  height: 85%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.pf1Bg .stgP img{
  position: absolute;
  bottom: 0;
  width: 46%;
  height: auto;
}
.pf1Bg .name{
  position: absolute;
  z-index: 5;
  font-size: 2.8vw;
  width: 2.8vw;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 26vh;
  left: 45%;
}
.pf1Bg .name .space{
  display: block;
  margin-bottom: 2vw;
}
.pf1Bg .name .eng{
  display: block;
  font-size: 1vw;
  position: absolute;
  transform-origin: left top;
  transform: rotate(90deg);
  white-space: nowrap;
  font-weight: 500;
  letter-spacing: 0.2vw;
  margin-left: -2vw;
}
.pf1Bg .box{
  position: relative;
  left: 50%;
  width: 50%;
  border-left: 1px solid #fff;
  z-index: 5;
  padding: 4vw 0 0 5vw;
  margin-top: 20vh;
}
.pf1Bg .box p{
  font-size: 1.4vw;
  line-height: 2.6;
  font-weight: 600;
  letter-spacing: 0.2vw;
}
.pf1Bg .box .trophy{
  display: block;
  float: right;
  width: 38%;
  height: auto;
  margin: 0 5% 0 0;
}
.pf1Bg .box p.end{
  padding: 3vw 0;
}
.pf1Bg .box .addBtn{
  margin-left: 15%;
}
.pf2Bg{
  height: auto;
  overflow: hidden;
  background: url(../img/profile_bgimg2.jpg) no-repeat center 80%;
  background-size: cover;
  position: relative;
  color: #FFF;
  padding-top: 4%;
}
.pf2Bg p{
  display: block;
  margin: 0 0 4% 8%;
  font-size: 1.4vw;
  line-height: 2.8;
  font-weight: 600;
}
.pf2Bg .blogLk{
  display: inline-block;
  margin: 0 0 2% 8%;
  font-size: 1.4vw;
  line-height: 2;
  color: #fff;
  border: 1px solid #fff;
  padding: 1.6vw 2vw;
  font-weight: 600;
}
.pf2Bg .bookImg{
  display: block;
  margin: 0 0 6% 6.3%;
  width: 35%;
  height: auto;
}
.pf2Bg .bookImg img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 414px){
  .pf1Bg .hat{
    width: 45%;
    right: 0;
    top: 10vh;
  }
  .pf1Bg h3{
    width: 40%;
    left: 0;
    margin: 0 auto;
    top: 2vh;
  }
  .pf1Bg .stgP{
    bottom: inherit;
    top: 0;
  }
  .pf1Bg .stgP img{
    top: 0;
    bottom: inherit;
    width: 100%;
  }
  .pf1Bg .name{
    font-size: 5.6vw;
    width: 5.6vw;
    margin-top: 8vh;
    left: 25%;
  }
  .pf1Bg .name .space{
    margin-bottom: 4vw;
  }
  .pf1Bg .name .eng{
    font-size: 2vw;
    letter-spacing: 0.4vw;
    margin-left: -4vw;
  }
  .pf1Bg .box{
    text-align: center;
    width: 100%;
    left: 0;
    border-left: none;
    padding: 50vh 0 0 0;
    margin-top: 20vh;
  }
  .pf1Bg .box p{
    font-size: 2.8vw;
    line-height: 2;
    letter-spacing: 0.3vw;
  }
  .pf1Bg .box .trophy{
    float: none;
    width: 42%;
    margin: 5% auto 2%;
  }
  .pf1Bg .box .addBtn{
    margin: 25% 0 0 2%;
  }
  .pf2Bg{
    padding-top: 2%;
    text-align: center;
  }
  .pf2Bg p{
    margin: 0 0 80% 0;
    font-size: 3vw;
    line-height: 2.2;
    letter-spacing: 0.2vw;
  }
  .pf2Bg .blogLk{
    text-align: center;
    margin: 0 auto 4%;
    font-size: 3vw;
    line-height: 2;
    padding: 3vw 5vw;
  }
  .pf2Bg .bookImg{
    margin: 0 auto 8%;
    width: 70%;
  }
}

#informationF{
  position: relative;
  text-align: center;
}
#informationF .img{
  float: left;
  width: 60%;
}
#informationF .img img{
  width: 100%;
  height: auto;
}
#informationF .txt{
  float: right;
  width: 40%;
  padding-top: 2%;
}
#informationF .txt h3{
  display: block;
  width: 56%;
  height: auto;
  margin: 0 auto;
}
#informationF .txt h3 img{
  width: 100%;
  height: auto;
}
#informationF .txt .logo{
  display: block;
  position: relative;
  width: 38%;
  height: auto;
  margin: -5% auto 4%;
}
#informationF p{
  display: block;
  font-weight: 600;
  font-size: 1.1vw;
  letter-spacing: 0.2vw;
  line-height: 2;
}
#informationF .uberBtn,
#informationF .woltBox,
#informationF .pandaBtn{
  position: relative;
  width: 60%;
  margin: 1em auto .6em;
}
#informationF .uberBtn a{
  position: relative;
  display: block;
  border-radius: .3em;
  background: #fff url("../img/icn_uber.png") no-repeat 6% center;
  background-size: auto 88%;
  font-size: 150%;
  color: #33b667;
  text-align: left;
  line-height: 1.3;
  padding: .5em .5em .5em 4.6em;
}
#informationF .woltBox a{
  position: relative;
  display: block;
  border-radius: .3em;
  background: #fff url("../img/icn_wolt.png") no-repeat 6% center;
  background-size: auto 88%;
  font-size: 150%;
  color: #4cb2e1;
  text-align: left;
  line-height: 1.3;
  padding: .5em .5em .5em 4.6em;
}
#informationF .txt1{
  margin-bottom: 4%;
}
#informationF .txt2{
  margin-bottom: 2%;
}
#informationF .addMap{
  clear: both;
}
#informationF .addMap p{
  display: block;
  padding: 5% 0 3%;
  background: #000;
  color: #fff;
  font-size: 1.4vw;
  font-weight: 600;
  letter-spacing: 0.3vw;
  line-height: 2.2;
}
#informationF .addMap p a{
  color: #fff;
}
#informationF .addMap .coronaMenu{
  width: 80%;
  margin: 0 auto;
  padding: 3% 0;
  clear: both;
}
#informationF .addMap .coronaMenu img{
  max-width: 800px;
  width: 100%;
  height: auto;
}
#informationF .addMap .coronaMenu span{
  display: block;
  font-size: 1.6vw;
  margin-bottom: 1vw;
}
#informationF .addMap .oshirase{
  width: 50%;
  margin: 0 auto;
  padding: 3% 0;
  clear: both;
}
#informationF .addMap .oshirase img{
  width: 100%;
  height: auto;
}
.pdcImg{
  position: relative;
  background: #000;
  padding: 0 0 8vw;
}
.pdcImg a{
  display: block;
  width: 70%;
  margin: 0 auto;
}
.pdcImg a:hover{
  opacity: 0.6;
}
.pdcImg a img{
  width: 100%;
  height: auto;
}
#informationF .fbBox{
  background: #000;
  padding: 0 0 7%;
}
@media screen and (max-width: 414px){
  #informationF .txt{
    float: none;
    width: 100%;
    padding-top: 5%;
    padding-bottom: 7%;
  }
  #informationF .txt h3{
    width: 40%;
    margin-bottom: 5%;
  }
  #informationF .txt .logo{
    width: 43%;
    margin: 0 auto 7%;
  }
  #informationF .img{
    float: none;
    width: 100%;
  }
  #informationF .img img{
    position: relative;
    left: -58%;
    width: 165%;
  }
  #informationF p{
    font-size: 2.6vw;
  }
  #informationF .uberBtn a,
  #informationF .woltBox a{
    font-size: 180%;
    padding: .5em .5em .5em 4.3em;
  }
  #informationF .addMap p{
    font-size: 2.8vw;
  }
  #informationF .addMap .coronaMenu{
    width: 90%;
    padding: 5% 0;
  }
  #informationF .addMap .coronaMenu span{
    font-size: 3vw;
  }
  #informationF .addMap .oshirase{
    width: 80%;
    padding: 5% 0;
  }
  .pdcImg{
    padding: 8vw 0 16vw;
  }
  .pdcImg a{
    width: 90%;
    margin: 0 auto;
  }
}

/* 下層ページ */
#menuF3{
  text-align: center;
  background: #fff;
}

/* フッター */
#footer{
	overflow: hidden;
  position: relative;
  padding: 3% 0;
}
#footer h2{
  display: block;
  position: relative;
  margin: 0 auto 3%;
  text-align: center;
}
#footer h2 img{
  width: 15%;
  height: auto;
}
#footer .sns{
  position: relative;
  margin: 0 auto 5%;
}
#footer .sns img{
  width: 4%;
  height: auto;
}

#footer .inner{
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 8vw 0 3vw;
  margin: 0 auto 2vw;
  width: 100%;
  background: #000;
  color: #fff;
}
#footer .inner a{
  color: #fff;
}
#footer .inner .tenpo{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-flow: wrap;
  width: 76%;
  margin: 0 auto 5vw;
}
#footer .inner .tenpo li{
  display: block;
  width: 33.3%;
  text-align: center;
  border-left: 1px solid #666;
  margin-bottom: 3vw;
}
#footer .inner .tenpo li:nth-child(3n),
#footer .inner .tenpo li:last-child{
  border-right: 1px solid #666;
}
#footer .inner .tenpo li img{
  display: block;
  height: auto;
  width: 15vw;
  margin: 0 auto 1vw;
}
#footer .inner .tenpo li a:hover{
  text-decoration: underline;
}
#footer .inner .tenpo li p{
  line-height: 1.3;
  letter-spacing: .1vw;
}
#footer .inner .tenpo li p.line2{
  padding-top: 0.7vw;
}
#footer .inner .tenpo li p.line3{
  padding-top: 1.6vw;
}
#footer .inner .linkB{
  text-align: center;
}
#footer .inner .linkB p{
  margin-bottom: 2vw;
}
#footer .inner .linkB ul{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
#footer .inner .linkB ul li{
  width: 25%;
  margin-bottom: 3vw;
}
#footer .inner .linkB ul li a{
  display: block;
}
#footer .inner .linkB ul li a img{
  width: 7vw;
  margin-bottom: 0.5vw;
}
#footer .inner .linkB ul li a span{
  display: block;
  font-size: 1vw;
  color: #999;
  line-height: 1.4;
}
#footer .cpr{
  clear: both;
  padding: 1vw 0;
}
@media screen and (max-width: 414px){
  #footer{
    padding: 8% 0 5%;
  }
  #footer h2 img{
    width: 45%;
  }
  #footer .sns img{
    width: 6%;
  }
  #footer .inner{
    padding: 10vw 0 6vw;
    margin: 0 auto 5vw;
  }
  #footer .inner .tenpo{
    width: 90%;
  }
  #footer .inner .tenpo li{
    width: 50%;
    text-align: center;
    margin-bottom: 10vw;
  }
  #footer .inner .tenpo li:nth-child(2n){
    border-right: 1px solid #666;
  }
  #footer .inner .tenpo li:nth-child(3),
  #footer .inner .tenpo li:nth-child(9){
    border-right: none;
  }
  #footer .inner .tenpo li img{
    width: 30vw;
    height: auto;
    margin: 0 auto 2vw;
  }
  #footer .inner .linkB p{
    margin-bottom: 5vw;
  }
  #footer .inner .linkB ul{
    width: 90%;
  }
  #footer .inner .linkB ul li{
    width: 50% !important;
    margin-bottom: 4vw;
  }
  #footer .inner .linkB ul li a{
    display: block;
  }
  #footer .inner .linkB ul li a img{
    width: 14vw;
  margin-bottom: 1vw;
  }
  #footer .inner .linkB ul li a span{
    font-size: 2vw;
  }
  #footer .cpr{
    font-size: 2vw;
    padding: 2vw 0 12vw;
  }
}

/*-- 上：デフォルト：960px以上 (max-width/max-device-width)  --*/

@media screen and (max-width: 959px){
  .nn959{
    display: none !important;
  }
  .dd959{
    display: block !important;
  }
}

@media screen and (max-width: 800px){
  .nn800{
    display: none !important;
  }
  .dd800{
    display: block !important;
  }
}

@media screen and (max-width: 768px){
  .nn768{
    display: none !important;
  }
  .dd768{
    display: block !important;
  }
}

@media screen and (max-width: 600px){
  .nn600{
    display: none !important;
  }
  .dd600{
    display: block !important;
  }
}

@media screen and (max-width: 480px){
  .nn480{
    display: none !important;
  }
  .dd480{
    display: block !important;
  }
}

@media screen and (max-width: 414px){
  .nn414{
    display: none !important;
  }
  .dd414{
    display: block !important;
  }
}

@media screen and (max-width: 375px){
  .nn375{
    display: none !important;
  }
  .dd375{
    display: block !important;
  }
}

@media screen and (max-width: 320px){
  .nn320{
    display: none !important;
  }
  .dd320{
    display: block !important;
  }
}
@media screen and (orientation: landscape) {
}
@media screen and (orientation: portrait) {
}

.rinji{
  width: 80%;
  margin: 0 auto;
  font-size: 2vw;
  color: #f00;
  line-height: 2;
  margin-bottom: 3vw;
}
.rinji2{
  position: absolute;
  z-index: 10;
  bottom: 15%;
  width: 100%;
  text-align: center;
  font-size: 1.2vw;
  color: #f00;
  line-height: 1.5;
  text-shadow: 1px 1px 1px #000;
  font-weight: 600;
}
.rinji2 b{
  display: block;
  font-size: 1.6vw;
  padding-bottom: 0.5vw;
}
@media screen and (max-width: 414px){
  .rinji{
    width: 90%;
    font-size: 4.2vw;
    margin-bottom: 5vw;
  }
  .rinji2{
    position: relative;
    bottom: 15%;
    font-size: 2.4vw;
    text-shadow: none;
    margin: 3% 0;
  }
  .rinji2 b{
    font-size: 3.2vw;
    padding-bottom: 0.5vw;
  }
}
@media screen and (orientation: portrait) {
  .rinji2{
    position: relative;
    bottom: 15%;
    font-size: 2.4vw;
    text-shadow: none;
    margin: 3% 0;
  }
  .rinji2 b{
    font-size: 3.2vw;
    padding-bottom: 0.5vw;
  }
}