@charset "utf-8";
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP);

/*mov-topimg
---------------------------------------------------------------------------*/
.mov-topimg {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  overflow:hidden;
  z-index:0;
  background: -moz-linear-gradient(top, #00020E, #000004);
  background: -webkit-linear-gradient(top, #00020E, #000004);
  background: linear-gradient(to bottom, #00020E, #000004);
}

@media screen and (max-width: 568px) {
.mov-topimg {
   min-height: 550px;
}
}

.mov-topimg .block {
  width:100%;
  height:100%;
  position: relative;
}

#dot {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(6, 7, 47, 0.7);
}

#vdo {
  width: 103%;
  height: auto;
  margin:auto;
  position:absolute;
  top:-8vh;
  right:-3%;
}

.mov-topimg img.earth {
  width: 103%;
  height:auto;
  margin-right:3%;
}

@media screen and (max-width: 1580px) {
#vdo {
  width:150%;
  height:100%;
  margin:0;
  top:0;
  right:-26.5%;
}

.mov-topimg img.earth {
  width: 150%;
  margin-right:-26.5%;
}
}

@media screen and (max-width: 800px) {
#vdo {
  width: 200%;
  top:0;
  right:-53%;
}
.mov-topimg img.earth {
  width: 200%;
  margin-right:-53%;
}
}

@media screen and (max-width: 568px) {
#vdo {
  width: 220%;
  top:-3vh;
  right:-63%;
}
.mov-topimg img.earth {
  width: 220%;
  margin-right:-63%;
}
}

/* top_row
================================================== */
#top_row {
  width: 100%;
  height:100%;
  margin:0 auto;
  padding: 0;
  position: relative;
}

@media screen and (max-width: 800px) {
#top_row {
  width: 88%;
  max-width:500px;
  padding: 5% 0 3%;
}
}

#top_row img{
  width: 100%;
  height:auto;
}

/* s@_
--------------------------------------------------*/
.plane {
  position:absolute;
  left:-500px;
  bottom:40%;
  z-index: 1;
  width:420px;
}

@media screen and (max-width: 1580px) {
.plane {
  bottom:50%;
}
}

@media screen and (max-width: 800px) {
.plane {
  left:-360px;
  width:350px;
  bottom:55%;
}
}

@media screen and (max-width: 568px) {
.plane {
  left:-320px;
  width:300px;
}
}

.s1{
    animation: anim1 9s infinite;
}

@keyframes anim1 {
  0% {
  -moz-transform: translate(0px,500px);
  -webkit-transform: translate(0px,500px);
  -o-transform: translate(0px,500px);
  -ms-transform: translate(0px,500px);
  }
  100% {
  -moz-transform: translate(1580px,-600px);
  -webkit-transform: translate(1580px,-600px);
  -o-transform: translate(1580px,-600px);
  -ms-transform: translate(1580px,-600px);
  }
}

@media screen and (max-width: 1580px) {
.s1{
    animation: anim1 10s infinite;
}
}

@media screen and (max-width: 800px) {
.s1{
	animation: anim1 9s infinite;
}

@keyframes anim1 {
  0% {
  -moz-transform: translate(0px,200px);
  -webkit-transform: translate(0px,200px);
  -o-transform: translate(0px,200px);
  -ms-transform: translate(0px,200px);
  }
  100% {
  -moz-transform: translate(1300px,-600px);
  -webkit-transform: translate(1300px,-600px);
  -o-transform: translate(1300px,-600px);
  -ms-transform: translate(1300px,-600px);
  }
}
}

@media screen and (max-width: 568px) {
.s1{
    animation: anim1 7s infinite;
}

@keyframes anim1 {
  0% {
  -moz-transform: translate(0px,100px);
  -webkit-transform: translate(0px,100px);
  -o-transform: translate(0px,100px);
  -ms-transform: translate(0px,100px);
  }
  100% {
  -moz-transform: translate(700px,-300px);
  -webkit-transform: translate(700px,-300px);
  -o-transform: translate(700px,-300px);
  -ms-transform: translate(700px,-300px);
  }
}
}

.plane img{
  width:100%;
  height:auto;
}

/* top_info
================================================== */
#top_info {
  color: #fff;
  position:absolute;
  left:0;
  top:50%;
  margin-top:-205px;
  text-align: center;
  z-index: 2;
  width:100%;
}

#top_info .dinner {
  width:100%;
  max-width:50px;
  margin:0 auto 40px;
}

@media only screen and  (max-width:568px) {
#top_info .dinner@{
  max-width:80px;
  margin:0 auto 25px;
}
}

#top_info .dinner img{
  width:100%;
  height:auto;
}

#top_info .top_logo {
  width:90%;
  max-width:500px;
  margin:0 auto 25px;
}

@media only screen and  (max-width:568px) {
#top_info .top_logo {
  margin:0 auto 20px;
}
}

#top_info .top_logo img{
  width:100%;
  height:auto;
}

#top_info h2 {
  line-height:1.6;
  font-weight:400;
  color: #FFF;
  font-size:14px;
  margin-bottom:50px;
  letter-spacing:.03em;
}

@media only screen and  (max-width:568px) {
#top_info h2 {
  margin-bottom:30px;
}
}

#top_info .since {
  width:100%;
  max-width:180px;
  margin:0 auto;
}

@media only screen and  (max-width:568px) {
#top_info .since  {
  max-width:150px;
}
}

#top_info .since img{
  width:100%;
  height:auto;
}

.scroll {
 font-family: 'Alex Brush', sans-serif;
 font-size:1.5em;
 letter-spacing:.05em;
}

.scroll a {
  padding-top: 60px;
  color:#FFF;
}

.scroll a {
  position: absolute;
  bottom: 0;
  left: 49%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}

@media only screen and  (max-width:800px) {
.scroll a {
  left: 45%;
}
}

@media only screen and  (max-width:568px) {
.scroll a {
  left: 44%;
}
}

.scroll a span {
  position: absolute;
  top: 0;
  left: 49%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}

@media only screen and  (max-width:800px) {
.scroll a span {
  left: 45%;
}
}

@media only screen and  (max-width:568px) {
.scroll a span {
  left: 44%;
}
}

.scroll a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}


@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* .top-info
================================================== */
.top-info {
 width: 100%;
 margin:0 auto;
 padding: 0;
 background-color: #FFF;
}

.top-info .bg_earth {
 width: 100%;
 background-size:25%; auto;
 background-repeat: no-repeat;
 background-position: right bottom;
 background-image: url(../images/top/bg_earth.jpg);
 margin:0 auto;
 padding: 5% 0 5.5%;
 box-sizing: border-box;
 float:left;
}

@media screen and (max-width: 800px) {
.top-info .bg_earth {
  background-size:35%; auto;
}
}

@media screen and (max-width: 568px) {
.top-info .bg_earth {
  background-size:50%; auto;
}
}

.top-info .top-logo{
  width:35%;
  float:left;
  margin-left:2%;
}

@media screen and (max-width: 800px) {
.top-info .top-logo{
  width:60%;
  float:none;
  margin:0 auto 2%;
}
}

.top-logo img{
  width:100%;
  height:auto;
}

.top-info .info-box{
  width:55%;
  margin-right:2%;
  float:right;
  padding:2% 0;
  color:#2D2E30;
}

@media screen and (max-width: 800px) {
.top-info .info-box{
  width:100%;
  float:none;
  margin:0 auto;
  padding:2% 3%;
  box-sizing: border-box;
}
}

.top-info .info-box span{
  color:#B49A69;
  font-weight:500;
}

.top-info .info-box .top-name{
  margin-bottom:4%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
}

@media screen and (max-width: 800px) {
.top-info .info-box .top-name{
  text-align: center;
}
}

@media screen and (max-width: 568px) {
.top-info .info-box .top-name{
  margin-bottom:5%;
}
}

.top-info .info-box .top-name img{
  width:100%;
  max-width:400px;
  height:auto;
  margin:5% auto 10px;
}

@media screen and (max-width: 800px) {
.top-info .info-box .top-name img{
  margin:3% auto 5px;
}
}

@media screen and (max-width: 568px) {
.top-info .info-box .top-name img{
  max-width:280px;
}
}

.top-info .info-box .catch {
  font-size: 1.1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height:2;
  font-weight:400;
  margin-bottom:3%;
}

@media screen and (max-width: 568px) {
.top-info .info-box .catch{
  font-size:0.95em;
  line-height:1.8;
}
}

/* .take-out
================================================== */
.take-out {
 width: 100%;
 margin:0 auto;
 padding: 3% 0;
 background-color: #FFC000;
 color:#000;
 text-align: center;
}

.take-ttl{
  width:100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0 2% 10px;
  font-size:1.4em;
  text-align: center;
  color:#305496;
  font-weight:600;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 568px) {
.take-ttl{
  font-size:1.4em;
  font-weight:600;
  margin: 0 auto;
}
}

@media screen and (max-width: 568px) {
.take-ttl{
  font-size:1.2em;
  margin: 0 auto;
  padding:0 2% 5px;
}
}

.take-title{
  font-size:2.4em;
  color:#000;
  padding: 0 2% 5px;
  line-height:1.5;
  text-align: center;
  margin-bottom:3%;
  font-weight:600;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 800px) {
.take-title{
  font-size:1.8em;
  line-height:1.4;
  margin-bottom:1%;
}
}

.take-info p{
  width:100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0 2% 10px;
  font-size:1.2em;
  text-align: center;
  color:#000;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 568px) {
.take-info p{
  font-size:1em;
}
}

.tki-st{
  color:#000;
  font-size:1.2em;
  background-color:#FFF000;
  font-weight:600;
  padding:5px 10px;
}

.mttbm5{
  margin: 10px auto !important;
}

.tkibt{
  text-align: center;
  padding-bottom:15px;
}

.tki_bt p{
  margin-top:40px;
  font-size:18px;
  font-weight:500;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 800px) {
.tki_bt p{
  font-size:15px;
  margin-top:20px;
  margin-bottom:20px;
}
}

.tki_bt p a{disiplay:block;background-color:#000;color:#FFF;text-decoration:none;padding:10px 30px 10px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.tki_bt p a:hover{color:#FFF;text-decoration:none;background-color:#1D569C;}

@media screen and (max-width: 568px) {
.tki_bt a{padding:8px 20px;}
}

/* .menu_info
-------------------------------------------------- */
.menu_info {
  width:100%;
  float:left;
  position: relative;
  background-image: url("../images/bg_food.gif") ;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.menu_info .overlay {
  padding:5% 0;
  width:100%;
  height: 100%;
  position: relative;
}

.food_top{
  width:100%;
  float:left;
  margin:0;
}

.food_top img{
  width:100%;
  float:auto;
}

.food_bottom{
  width:100%;
  float:left;
  margin:0!important;
}

.food_bottom img{
  width:100%;
  float:auto;
}

@media screen and (max-width: 800px) {
.food_top{
  width:94%;
  margin:0 3%;
}

.food_bottom{
  width:94%;
  margin:0 3%!important;
}
}

@media screen and (max-width: 568px) {
.food_top{
  width:100%;
  margin:0;
}

.food_bottom{
  width:100%;
  margin:0!important;
}
}

.food_syousai {
  width:100%;
  float:left;
  background-image: url("../images/food_sy.gif") ;
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

@media screen and (max-width: 800px) {
.food_syousai {
  width:94%;
  margin:0 3%;
  padding:1% 0;
}
}

@media screen and (max-width: 568px) {
.food_syousai {
  width:100%;
  margin:0 0 -10px;
  padding:5px;
  box-sizing: border-box;
}
}

.menu_ttl{
  width:100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0 2% 10px;
  font-size:1.8em;
  font-family: 'Noto Serif JP', serif;
  letter-spacing:.05em;
  font-weight:700;
  text-transform: uppercase;
  text-align: center;
  color:#FFF;
  text-shadow:1px 1px 1px #000;
}

@media screen and (max-width: 800px) {
.menu_ttl{
  font-size:1.5em;
  font-weight:600;
}
}

@media screen and (max-width: 568px) {
.menu_ttl{
  font-size:1.1em;
}
}

.menu_ttl2{
  width:100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0 2% 2%;
  font-size:3.5em;
  font-family: 'Noto Serif JP', serif;
  font-weight:800;
  text-align: center;
  color:#FECE7A;
  text-shadow:1px 1px 1px #000;
}

@media screen and (max-width: 800px) {
.menu_ttl2{
  font-size:2.5em;
}
}

@media screen and (max-width: 568px) {
.menu_ttl2{
  font-size:1.7em;
  font-weight:600;
  margin: 0 auto;
}
}

.menu_top{
  font-size:1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  text-align: center;
  color:#FFF;
  margin-bottom:3%;
  line-height:2;
  text-shadow:1px 1px 1px #000;
}

.menu_top strong{
  font-size:1.2em;
  font-weight:500;
  color:#FECE7A;
}


@media screen and (max-width: 800px) {
.menu_top{
  text-align: left;
  padding:0 5%;
  line-height:1.8;
}
}

@media screen and (max-width: 568px) {
.menu_top{
  font-size:0.9em;
  line-height:1.6;
}
}

/* .campaign_info
-------------------------------------------------- */
.campaign_info{
  padding:4% 0;
  box-sizing: border-box;
  width:100%;
  background	: url("../images/bg_camp.gif")#;
  background-image: url("../images/bg_camp.gif") ;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
  float:left;
}

@media screen and (max-width: 800px) {
.campaign_info{
  background	: url("../images/bg_camp_sp.gif");
}
}

.campaign_ttl{
  width:100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0 2% 2%;
  font-size:1.8em;
  font-family: Roboto,Meiryo,sans-serif;
  letter-spacing:.05em;
  font-weight:700;
  text-transform: uppercase;
  text-align: center;
  color:#F5F6D4;
}

@media screen and (max-width: 568px) {
.campaign_ttl{
  font-size:1.4em;
  font-weight:600;
  margin: 0 auto;
}
}

.camp_top{
  font-size:1.2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  text-align: center;
  color:#FFF;
  margin-bottom:3%;
}

@media screen and (max-width: 568px) {
.camp_top{
  font-size:1em;
}
}

#campaign {
  width:100%;
  max-width:850px;
  margin:0 auto 5%;
}

.campaign_box {
  float: left;
  width:100%;
}

.campaign_box .menu_syousai {
  float: left;
  width:45%;
  box-sizing: border-box;
  padding:1.5% 0 1%;
  -moz-box-shadow: 0 0 5px #C19194;
  -webkit-box-shadow: 0 0 5px #C19194;
  box-shadow: 0 0 5px #C19194;
}

.campaign_box .flef{
  margin:1.5% 1% 1.5% 4%;
}

.campaign_box .flrg{
  margin:1.5% 4% 1.5% 1%;
}

@media screen and (max-width: 800px) {
.campaign_box .menu_syousai {
  width:92%;
}
.campaign_box .flef{
  margin:2% 4%;
}

.campaign_box .flrg{
 margin:2% 4%;
}
}

.campaign_box .camp_ct{
  font-size:2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
  text-align: center;
}

@media screen and (max-width: 1280px) {
.campaign_box .camp_ct{
  font-size:1.7em;
}
}

@media screen and (max-width: 800px) {
.campaign_box .camp_ct{
  font-size:1.6em;
}
}

@media screen and (max-width: 568px) {
.campaign_box .camp_ct{
  font-size:1.2em;
}
}

.campaign_box .camp_nam{
  font-size:2.5em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:800;
  text-align: center;
  line-height:1.2;
  padding:1% 0 3%;
  letter-spacing:0.03em;
}

@media screen and (max-width: 1280px) {
.campaign_box .camp_nam{
  font-size:2.2em;
  padding:3px 0 3%;
}
}

@media screen and (max-width: 800px) {
.campaign_box .camp_nam{
  font-size:2.2em;
  letter-spacing:0em;
  font-weight:700;
  padding:0 0 10px;
}
}

@media screen and (max-width: 568px) {
.campaign_box .camp_nam{
  font-size:1.6em;
}
}

.campaign_box .camp_nam small{
  font-size:0.7em;
}

.campaign_box .camp_dy{
  display:block;
  font-size:14px;
  line-height:1.4;
  color:#FFF;
  text-align: center;
  padding:3px 5px 2px;
}

@media screen and (max-width: 800px) {
.campaign_box .camp_dy{
  font-size:13px;
  padding:3px 3px 2px;
  letter-spacing:0em;
}
}

.campaign_box .suday{
  background-color: #FFF;
}

.campaign_box .tday{
  background-color: #FFF;
}

.campaign_box .ore{
  background:#9F8657;
}

.campaign_box .ore-tx{
  color:#9F8657;
  text-shadow:1px 1px 1px #ECE5D9;
}

.campaign_box .ore-tx2{
  color:#000;
  text-shadow:0px 0px 5px #ECE5D9;
}

.campaign_box .bg_nvy{
  background:#ECF1F2;
}

.campaign_box .nvy{
  background:#305496;
}

.campaign_box .nvy-tx{
  color:#305496;
  text-shadow:1px 1px 1px #F1FAFD;
}

.campaign_box .nvy-tx2{
  color:#1B8685;
  text-shadow:0px 0px 5px #F1FAFD;
}

.campaign_box .bl{
  color:#276193;
}

.camp_syousai {
  width:100%;
  box-sizing: border-box;
  padding:2% 3%;
}

@media screen and (max-width: 800px) {
.camp_syousai {
  padding:2%;
}
}

@media screen and (max-width: 568px) {
.camp_syousai {
  padding:2% 1%;
}
}

.camp_syousai li{
  padding:0.5% 1%;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 1280px) {
.camp_syousai li{
  font-size:0.9em;
}
}

.camp_syousai dl{
  width:100%;
  text-align: center;
}

.camp_syousai .mb5{
  margin-bottom:2%;
}

.camp_syousai dt{
  display:inline-block;
  font-size:1.65em;
  font-weight:700;
  width:45%;
  vertical-align:middle;
  line-height:1.3;
  letter-spacing:0em;
  color:#DC1000;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 800px) {
.camp_syousai dt{
  font-size:1.4em;
}
}

@media screen and (max-width: 568px) {
.camp_syousai dt{
  font-size:1.2em;
  line-height:1.4;
  width:44%;
}
}

.camp_syousai .jap{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.1em;
  color:#000;
  margin-right:10px;
}

.camp_syousai .mur{
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:600;
  font-size:1.6em;
  color:#DC1000;
}

.camp_syousai .en{
  font-family: 'Averia Serif Libre', sans-serif;
  font-size:1.7em;
  color:#DC1000;
  font-weight:500;
  line-height:1;
}

.camp_syousai dd{
  display:inline-block;
  padding:0 3%;
  line-height:1.3;
  width:55%;
  vertical-align:middle;
  box-sizing: border-box;
  color:#000;
  letter-spacing:0em;
}

@media screen and (max-width: 1280px) {
.camp_syousai dd{
  padding:0 1.5%;
}
}

@media screen and (max-width: 568px) {
.camp_syousai dd{
  width:56%;
  padding:0 0 0 2%;
}
}

.camp_syousai dd span{
  font-family: 'Averia Serif Libre', sans-serif;
  font-weight:600;
  font-size:3em;
  color:#DC1000;
}

@media screen and (max-width: 1280px) {
.camp_syousai dd span{
  font-size:3em;
}
}

@media screen and (max-width: 800px) {
.camp_syousai dd span{
  font-size:3em;
}
}

@media screen and (max-width: 568px) {
.camp_syousai dd span{
  font-size:2em;
}
}

.camp_syousai dd small{
  margin-right:5px;
  font-weight:500;
}

@media screen and (max-width: 568px) {
.camp_syousai dd small{
  margin-right:2px;
}
}

.caution{
  text-align: center;
  padding-top:3%;
  font-size:0.95em;
}

@media screen and (max-width: 1280px) {
.caution{
  font-size:0.9em;
}
}

@media screen and (max-width: 568px) {
.caution{
  font-size:14px;
}
}

.camp_syousai .camp_tx{
  font-size:1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  text-align: center;
  margin-bottom:2px;
  padding:1% 0;
}

@media screen and (max-width: 1280px) {
.camp_syousai .camp_tx{
  letter-spacing:0em;
  font-size:0.95em;
  margin-bottom:0;
}
}

@media screen and (max-width: 568px) {
.camp_syousai .camp_tx{
  font-size:0.9em;
  line-height:1.4;
  text-align: left;
  padding:2% 4% 1%;
}
}

.frdmenu_btn {
  width:100%;
  box-sizing: border-box;
  padding:2% 3% 0;
  text-align:center;
}

@media screen and (max-width: 800px) {
.frdmenu_btn {
  padding:2% 4% 0;
}
}

@media screen and (max-width: 568px) {
.frdmenu_btn {
  padding:2% 5% 0;
}
}

.frdmenu_top{
  font-size:1em;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  text-align: center;
  color:#FFF;
  margin-bottom:1%;
  line-height:2;
  text-shadow:1px 1px 1px #000;
}

.frdmenu_top strong{
  font-size:1.2em;
  font-weight:500;
  color:#FECE7A;
}


@media screen and (max-width: 800px) {
.frdmenu_top{
  text-align: left;
  padding:0 5%;
  line-height:1.8;
}
}

@media screen and (max-width: 568px) {
.frdmenu_top{
  font-size:0.9em;
  line-height:1.6;
}
}

.frdmenu_btn ul {
  width:100%;
  box-sizing:border-box;
  padding:10px 0;
  display:table;
  border-collapse: separate;
  border-spacing: 15px 0;
}

.frdmenu_btn ul li {
  display:table-cell;
  width:20%;
  text-align:center;
  transition: all .3s;
  vertical-align:middle;
  line-height:1.4;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media only screen and  (max-width: 800px) {
.frdmenu_btn ul {
  width:100%;
  display:block;
  border-spacing: 0;
}

.frdmenu_btn ul li {
  display:inline-block;
  width:48%;
  margin:1% 0.5%;
  font-size:16px;
}
}

@media only screen and  (max-width: 568px) {
.frdmenu_btn ul li {
  display:block;
  width:100%;
  box-sizing:border-box;
  margin:2% 0;
}
}

.frdmenu_btn ul li a {
  width:100%;
  display:block;
  color:#FFF;
  background: #49B12D;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
  padding:35px 0;
  box-sizing:border-box;
  text-decoration: none;
}

@media screen and (max-width: 568px) {
.frdmenu_btn ul li a {
  padding:20px 0;
}
}

.frdmenu_btn a:hover {
  background: #2B7418;
  -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
  color:#fff;
  text-decoration: none;
}

.frdmenu_btn li span {
  font-size:1.6em;
  font-weight:600;
}

@media screen and (max-width: 568px) {
.frdmenu_btn li span {
  font-size:1.4em;
}
}

.frdmenu_btn li p {
  font-size:15px;
  margin-top:5px;
}

.jyoshi_wari{
  width:100%;
  max-width:500px;
  margin:3% auto 0;
  text-align: center;
}

@media screen and (max-width: 800px) {
.jyoshi_wari{
  width:94%;
  margin:1% 3% 0;
}
}

@media screen and (max-width: 568px) {
.jyoshi_wari{
  width:92%;
  margin:1% 4% 0;
}
}

.jsh{
  width:25%;
  float:left;
}

@media screen and (max-width: 568px) {
.jsh{
  width:23%;
}
}

.jsh img{
  width:100%;
  height:auto;
}


.jyoshi_wari dl{
  width:80%;
  float:right;
  margin-top:30px;
  margin-left:-5%;
}

@media screen and (max-width: 568px) {
.jyoshi_wari dl{
  margin-top:10px;
  margin-left:-3%;
}
}

.jyoshi_wari dt{
  display:block;
  padding:2% 3%;
  vertical-align:middle;
  line-height:1.4;
  background:#9F8657;
  color:#FFF;
  text-align: center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  font-size:1.2em;
}

@media screen and (max-width: 800px) {
.jyoshi_wari dt{
  font-size:14px;
  display:block;
}
}

.jyoshi_wari dd{
  display:block;
  font-weight:bold;
  padding:2% 2%;
  line-height:1.6;
  background:#FFF;
  
}

@media screen and (max-width: 800px) {
.jyoshi_wari dd{
  display:block;
  letter-spacing:0em;
  font-size:14px;
}
}

@media screen and (max-width: 568px) {
.jyoshi_wari dd{
  padding:2% 2% 2% 5%;
  text-align: left;
}
}

.jyoshi_bt{
  text-align: center;
  padding-bottom:15px;
}

.jyoshi_bt p{
  margin-top:20px;
  font-size:14px;
  font-weight:500;
}

@media screen and (max-width: 568px) {
.jyoshi_bt p{
  font-size:13px;
}
}

.jyoshi_bt a{background-color:#FFF;color:#005BA0;text-decoration:none;padding:10px 30px 8px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.jyoshi_bt a:hover{color:#FFF;text-decoration:none;background-color:#FF4C8B;}

@media screen and (max-width: 568px) {
.jyoshi_bt a{padding:8px 20px;}
}

/* .shop_info
-------------------------------------------------- */
.shop_info{
  padding:5% 0;
  box-sizing: border-box;
  width:100%;
  background	: url("../images/bg_info.gif");
  position:relative;
  float:left;
}

.shop_ttl{
  width:100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0 2% 10px;
  font-size:1.4em;
  text-align: center;
  color:#305496;
  font-weight:600;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 568px) {
.shop_ttl{
  font-size:1.4em;
  font-weight:600;
  margin: 0 auto;
}
}

@media screen and (max-width: 568px) {
.shop_ttl{
  font-size:1.2em;
  margin: 0 auto;
  padding:0 2% 5px;
}
}

.shop_info h4{
  font-size:2.4em;
  color:#2D2E30;
  padding: 0 2% 5px;
  line-height:1.5;
  text-align: center;
  margin-bottom:3%;
  font-weight:600;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (max-width: 800px) {
.shop_info h4{
  font-size:1.8em;
  line-height:1.4;
  margin-bottom:1%;
}
}

.shop_L{
	width:45%;
	height:auto;
	float:left;
	margin-top:1%;
	margin-bottom:2%;
	box-sizing: border-box;
}

@media screen and (max-width: 800px) {
.shop_L{
	width:92%;
	margin:2% 4%;
}
}

@media screen and (max-width: 568px) {
.shop_L{
	width:96%;
	margin:2%;
}
}

.shop_L img{
	width:100%;
	height:auto;
}

.shop_L #main_photo{
	width:100%;
	-moz-box-shadow: 0 0 5px #cccccc;
	-webkit-box-shadow: 0 0 5px #cccccc;
	box-shadow: 0 0 5px #cccccc;
	border: solid #FFF 5px;
	transform: rotate( -1deg );
	box-sizing: border-box;
	-webkit-border-radius:0px;-moz-border-radius:0px;border-radius:0px;
	background:#FFF;
	}

@media screen and (max-width: 800px) {
.shop_L #main_photo{
	transform: rotate( -0.2deg );
}
}

.thumbnailBox{
	width:100%;
	float:left;
	margin-top:10px;
	transform: rotate( -1deg );
}

@media screen and (max-width: 800px) {
.thumbnailBox{
	margin-bottom:10px;
	transform: rotate( -0.2deg );
}
}

.thumbnailBox .thumb{
	border: 2px solid #FFF;
	margin:5px 0 5px 2%;
	width:18%;
	height:auto;
	float:left;
	box-sizing: border-box;
}

@media screen and (max-width: 568px) {
.thumbnailBox .thumb{
	margin:0 1%;
}
}

.shop_textR{
	width:50%;
	float:right;
	margin:0 0 15px;
	padding-top:1.5%;
}

@media screen and (max-width: 800px) {
.shop_textR{
	width:90%;
	margin:2% 5%;
	padding-top:0%;
}
}

@media screen and (max-width: 568px) {
.shop_textR{
	width:94%;
	margin:2% 3%;
}
}

.shop_textR .tp_tx{
  color:#2D2E30;
  line-height:1.6;
  text-align: left;
  margin:1% 0 0;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:1em;
}

@media screen and (max-width: 800px) {
.shop_textR .tp_tx{
	text-align: center;
}
}

@media screen and (max-width: 568px) {
.shop_textR .tp_tx{
	font-size:0.9em;
	text-align: left;
}
}

.shop_textR strong{
  font-size:1.2em;
  color:#A3854C;
  font-weight:500;
}

@media screen and (max-width: 568px) {
.shop_textR strong{
	font-size:1.1em;
}
}

.shop_textR dl{
	width:100%;
	box-sizing: border-box;
	clear:both;
	margin:5px auto;
	float:left;
	vertical-align:middle;
}

.shop_textR dt{
	float:left;
	padding:3px 0 1px;
	background	: #305496;
	color:#FFF;
	font-size:0.9em;
	margin:0 15px 0 0;
	width:90px;
	text-align	: center;
	vertical-align:middle;
}

@media screen and (max-width: 568px) {
.shop_textR dt{
	font-size:0.8em;
}
}

.shop_textR dd{
	display:table-cell;
	vertical-align:middle;
	font-size:0.95em;
	font-weight:400;
	padding-top:3px;
}
.shop_textR dd p{
	width:100%;
	line-height:1.8;
}

@media screen and (max-width: 568px) {
.shop_textR dd{
	width:100%;
	clear:both;
	display:block;
	line-height:1.6;
	padding:1.5% 1% 1%;
	box-sizing: border-box;
	font-size:14px;
}
}

.shop_textR dl .line01{
	width:100%;
	clear:both;
	display-block;
	margin:5px auto 5px;
	border-bottom:1px solid #000;;
}

.park_tx{
  text-align: center;
  margin:1% 0 0;
}

@media screen and (max-width:568px) {
.park_tx{
  font-size:14px;
  margin:1% 5% 0;
  text-align: left;
}
}

/* .lunch-box
================================================== */
.lunch-box {
 width: 100%;
 margin:0 auto;
 padding: 3% 0;
 background-color: #B4C6E7;
 color:#000;
 text-align: center;
}

#lunch-ttl{
  width:100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0 2% 10px;
  font-size:1.4em;
  text-align: center;
  color:#305496;
  font-weight:400;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 568px) {
#lunch-ttl{
  font-size:1.4em;
  font-weight:600;
  margin: 0 auto;
}
}

@media screen and (max-width: 568px) {
#lunch-ttl{
  font-size:1.2em;
  margin: 0 auto;
  padding:0 2% 5px;
}
}

#lunch-title{
  font-size:2.4em;
  color:#000;
  padding: 0 2% 5px;
  line-height:1.5;
  text-align: center;
  margin-bottom:2%;
  font-weight:400;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 800px) {
#lunch-title{
  font-size:2em;
  line-height:1.4;
}
}

@media screen and (max-width: 568px) {
#lunch-title{
  font-size:1.6em;
  margin-bottom:0;
}
}

.lunch-time{
  display:inline-block;
  padding:10px 25px;
  background:#084081;
  margin:0 auto 2%;
  text-align: center;
}

.lunch-time p{
  color:#FFF;
  display: inline-block;
  vertical-align: middle;
  padding:0 5px;
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  font-size:1.4em;
}

@media screen and (max-width: 568px) {
.lunch-time{
  margin:10px auto 0;
  width:100%;
}

.lunch-time p{
  font-size:1em;
}
}

.lunch-box ul{
  width:100%;
  margin: 2% auto;
  text-align: center;
}

.lunch-box li{
  width:16.6666%;
  margin: 0;
  box-sizing: border-box;
  padding:2px;
  display:inline-block;
}

@media screen and (max-width: 800px) {
.lunch-box li{
  width:33.3333%;
}
}

@media screen and (max-width: 568px) {
.lunch-box li{
  width:50%;
}
}

.lunch-box li img{
  width:100%;
  height:auto;
}

.lunch-info p{
  width:100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding:0 2% 10px;
  font-size:1.2em;
  text-align: center;
  color:#000;
  font-weight:400;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 568px) {
.lunch-info p{
  font-size:1em;
}
}

.lunch-st{
  color:#000;
  font-size:1.2em;
  background-color:#FFF000;
  font-weight:600;
  padding:5px 10px;
}

.lunch_bt{
  text-align: center;
  padding-bottom:15px;
}

.lunch_bt p{
  margin-top:40px;
  font-size:18px;
  font-weight:400;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width: 800px) {
.lunch_bt p{
  font-size:15px;
  margin-top:20px;
  margin-bottom:20px;
}
}

.lunch_bt p a{disiplay:block;background-color:#084081;color:#FFF;text-decoration:none;padding:10px 30px 10px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.lunch_bt p a:hover{color:#FFF;text-decoration:none;background-color:#1D569C;}

@media screen and (max-width: 568px) {
.lunch_bt a{padding:8px 20px;}
}
