﻿@media screen and (max-width:768px) {

body{
  position: relative;
  min-width: 100%;
  font-size: 14px;
  font-weight:300;
}

header,
section,
#pageHeader .inner,
main .inner,
#brandBnr .inner,
footer .inner {
  width: 100%;
}

/* smartphone only */
.pc {
  display: none !important;
}

.pc_inline {
  display: none !important;
}

.sp {
  display: block !important;
}

.sp_inline {
  display: inline !important;
}

.btn a {
  width: 100%;
  padding: 16px 24px;
  box-sizing: border-box;
  font-size: 14px;
}

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

	header

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

header {
	display:none;
}

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

	#navi

============================================================================*/
.gNavi{
  display:none !important;
}

.sp_navi {
  display:block;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:62px;
  border-bottom: 0;
  font-size:16px;
  font-weight:bold;
  z-index: 9998;
}
.sp_navi h1{
  position: absolute;
  display: table !important;
  text-align: left;
  padding-left:6%;
  height: 100%;
}
.sp_navi h1 span,
.sp_navi h1 img{
  display:block;
  width: 101px;
  height: 36px;
}
.sp_navi h1 a{
  display: table-cell;
  vertical-align:middle;
}
.sp_navi h1 img{
  z-index: 9999;
  position:relative;
}
.sp_navi dl{
  position:relative;
  height:inherit;

}
.sp_navi dl dt {
  height: 62px;
  font-weight:bold;
  cursor:pointer;
  padding: 0 4%;
  font-size:18px;
  display:block;
  color:#fff;
  background: #fff;
  line-height: 2;
}
.sp_navi dl dt i{
  margin-right:2%;
}
.sp_navi dl dd {
  position:relative;
  right:-100%;
  background-color: rgba(255,255,255,0.85);
  transition:ease-in-out 0.3s;
  opacity:0;
}

/* 横から出てくるアニメーション */
.sp_navi dl dd.sp_navi3{
opacity:1;
right:0;

}

.sp_navi ul{
  padding:4% 2% 4% 8%;
}
.sp_navi ul li {
  width: 50% ;
  float: left ;
  line-height:1.4;
  font-size:15px;
  font-weight:normal;
}
.sp_navi ul li i{
  margin-right: 4%;
  color: #1F2774;
  font-size: 11px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  display: table-cell;
  left: -6px;
}
.sp_navi ul li i,
.sp_navi ul li span{
  display:table-cell;
  vertical-align:middle;
}
.sp_navi ul li i.fa-facebook-square,.sp_navi ul li i.fa-home{
  font-size:16px;
}
.sp_navi ul li:hover {
}
.sp_navi ul li a {
  display: table;
  width:92%;
  height: 40px;
  margin-right:8%;
  padding: 0;
  color:#333;
  text-decoration:none;
  font-size: 13px;
}
.sp_navi ul li a:hover {
}
/*ボタンの動き*/
.sp_navi dt a {
  display: block;
  width: 42px;
  height:42px;
  position: absolute;
  top:9px;
  right: 10px;
  z-index: 9999999;
}
.sp_navi dt a span {
  display: block;
  background: #333;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.sp_navi dt a span:first-child {
  top: 12px;
}
.sp_navi dt a span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
.sp_navi dt a span:last-child {
  bottom: 12px;
}
.sp_navi dt a.active span:first-child {
  -webkit-transform: translateY(8px) rotate(225deg);
  -moz-transform: translateY(8px) rotate(225deg);
  -ms-transform: translateY(8px) rotate(225deg);
  transform: translateY(8px) rotate(225deg);
}
.sp_navi dt a.active span:nth-child(2) {
  opacity: 0;
}
.sp_navi dt a.active span:last-child {
  -webkit-transform: translateY(-8px) rotate(-225deg);
  -moz-transform: translateY(-8px) rotate(-225deg);
  -ms-transform: translateY(-8px) rotate(-225deg);
  transform: translateY(-8px) rotate(-225deg);
}

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

	#main

============================================================================*/
main {
  margin: 0 auto;
  width: 100%;
}

main .inner, #groupBnr .inner {
  width: 95%;
}

main img {
  width: 100%;
  max-width: 100%;
}

main .contentImg {
  margin-top: 10px;
}

#container {
  padding-bottom: 30px;
}

section {
  min-width: initial; /* 背景切れ対策 */
  min-width: auto;
  padding: 60px 0;
}

main h3 {
  font-size: 18px;
}

main h4, main p, main th, main td, main li, main dt, main dd {
  font-size: 14px;
}

main figcaption p {
  font-size: 13px;
}

table.rwdTbl,
table.rwdTbl tr,
table.rwdTbl th,
table.rwdTbl td {
  box-sizing: border-box;
}
.rwdTbl { 
  width: 100%;
}
.rwdTbl th,
.rwdTbl td {
  width: 100%;
  display: block;
  border-top: none;
  text-align: center;
}
table.rwdTbl tr:first-child th {
  border-top: 1px solid #ddd;
}


#pageTop {
  right:0;
  bottom: 10px;
}

#pageTop img {
  max-width: 60%;
}

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

	#footer

============================================================================*/
footer {
  padding: 0 0 20px 0;
}

footer .separater {
  width: 100vw;
}

footer .separater img {
  width: 100%;
  max-width: 100%;
}

footer .content,
footer #footerLogo p,
footer #footerCta {
  display: block;
}

footer #footerLogo {
  margin-top: 20px;
}

footer #footerLogo p img {
  width: 50%;
}

footer #footerInfo p {
  font-size: 14px;
}

footer #footerlogo p,
footer #footerInfo p,
footer #footerCta {
  margin-top: 15px;
}

footer #footerLogo,
footer #footerInfo,
footer #footerCta {
  text-align: center;
}

footer #footerInfo .fzMl {
  font-size: 20px;
}

footer .copyright {
  margin-top: 20px;
  font-size: 12px;
}



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

	templates

============================================================================*/
.ttl01 {
  font-size: 48px;
}

.ttl02 {
  font-size: 24px;
}

.ttl03 {
  font-size: 36px;
}

.ttl04 {
  padding: 0;
}

.ttl04:before {
  content: none;
}

.ttl05 {
  margin-left: 32px;
  font-size: 20px;
}

.ttl05:before {
  position: absolute;
  top: -3px;
  margin-left: -32px;
}
.ttl05.takeout:before {
  content: url(../images/top/icon_takeout_s.png);
}

.ttl05.delivery:before {
  content: url(../images/top/icon_delivery_s.png);
}

/*  回り込み  */
.flImgL,
.flImgR,
.flImgC {
  width: 50%;
}

/*  news line  */
.line_tbl dt {
  width: 90px;
}
.line_tbl dd {
  margin-left: 100px;
}

/* img caption */
figcaption {
  bottom: 0;
  background: rgba(0,0,0,.6);
  -webkit-transition: none;
  transition: none;
}

figure figcaption p {
  padding-top: 5px;
}

/* カラムレイアウト */
.flexContainer {
  display: block;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
}
.flexContainer.col2 .flexItem,
.flexContainer.col3 .flexItem,
.flexContainer.col4 .flexItem {
  width: 100%;
}

.layoutLeft img,
.layoutRight img {
  display: block;
  margin-top: 20px;
}

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

	top

========================*/
#top #mainVisual {
  display: block;
/*  margin-top: 62px !important; */
  height: 55vh;
  background-attachment: scroll;
}
#top #mainVisual p {
  left:20px;
  top: 25px;
/*
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
*/
}
#top #mainVisual p img {
  width: 45%;
  height: auto;
}
@media (orientation: landscape){
  #top #mainVisual {
    height: 95vh;
  }
  #top #mainVisual p {
    top: -55px;   
  }
  #top #mainVisual p img {
    width: 45%;
  }
}

#container {
  padding-bottom: 0;
}

#top #topSpecial:before,
#top #topAbout:before {
  width: 199px;
  height: 402px;
}

/* 2列組 */
/*
#top #topSpecial li {
    width: calc(50% - 8px);
    width: -ms-calc(50% - 8px);
    width: -webkit-calc(50% - 8px);
}
*/

#top #topSpecial .notice {
}

#top #topSpecial .notice dt,
#top #topSpecial .notice dd {
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#top #topSpecial .limited:first-child li img {
/*    width: 100%; */
width: 75%;
}

#top #topSpecial .btn,
#top #topSpecial a.btn {
  padding: 0.5em 1em;
  font-size: 0.875rem;
}

#top #topAbout:after {
  background: 0 0;
}

#top #topAbout .inner {
  width: 100%;
  margin-top: 30px;
}

#top #topAbout .ttl01 {
margin-top: 0; /*  限定メニューがなくなったら削除 */
}

#top #topAbout .inner > figure {
  display: none;
}

#top #topAbout .inner > .txt {
  width: 100%;
  min-height: 260px;
  padding: 40px 20px;
  box-sizing: border-box;
}

#top #topAbout .topAbout01 + .txt {
  background: url(../images/top/img_about_01.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

#top #topAbout .topAbout02 + .txt {
  background: url(../images/top/img_about_02.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

#top #topAbout .topAbout03 + .txt {
  background: url(../images/top/img_about_03.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}

#top #topAbout .txt h3,
#top #topAbout .txt > p {
  color: #fff;
  text-shadow: rgba(0,0,0,0.2) 2px 2px 0;
}

#top #topAbout .txt > p {
  font-weight: bold;
}

#top #topAbout .inner > .txt > .arrow_box {
  text-align: left; 
}

#top #topAbout .inner > .txt > p,
#top #topAbout .inner > .txt > .arrow_box {
  margin-top: 20px;
}

#top #topAbout .inner > .txt > .arrow_box {
  margin-right: 0; 
}

#top #topAbout {
  height: auto;
  max-height: initial;
/*    padding: 0; notice有りの時 */
  padding: 60px 0 0;
}

#top #topAbout .content {
  margin-top: 0;
}

#top #topAbout .content > .fzMl {
  font-size: 19px;
}

#top #topAbout .btn {
  background: rgba(255,255,255,0.5);
  border: 2px solid #fff;
}

#top #topAbout .btn,
#top #topAbout a.btn,
#top #topAbout .btn:link,
#top #topAbout a.btn:link {
  color: #fff;
}
#top #topAbout a.btn:hover,
#top #topAbout .btn:hover {
  color: #333;
}

#top #topAbout a.btn::before,
#top #topAbout .btn::before {
   background: #fff;
}

#top #topAccess {
}

#top #topAccess, #top #topGallery,#top #topSns {
  padding-bottom: 0;
}

#top #topAccess .content {
  display: block;
}

#top #topAccess .content iframe,
#top #topAccess .content .topAccessImg {
 display: block;
 width: 100%;
 height: 250px;
}

.slick-slide img {
  width: auto;
  height: 133px;
}


#top #topCatering .flexItem + .flexItem {
  margin-top: 30px;
}

#top #topCatering .flexItem ul {
  margin-top: -15px;
}

#top #topAccess h2 + .taC, #top #topInfo h2 + .taC {
  font-size: 18px;
}

#top #topInfo .flexContainer.col2 .flexItem:last-child {
  margin-top: 30px;
}

#top #topInfo .flexContainer.col2 .flexItem:last-child img {
  width: 80%;
  height: auto;
}

#top #topInfo #brand ul {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  border-top: 1px solid #dde4e4;
}

#top #topInfo #brand li {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin: 0;
  border-right: 1px solid #dde4e4;
  border-bottom: 1px solid #dde4e4;
  box-sizing: border-box;
}

#top #topInfo #brand li:nth-child(even) {
  border-right: none;
}

#top #topInfo #brand li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  text-align: center;
}

@media (orientation: landscape){
  #top #topInfo #brand li a {
    height: 200px;
  }
}

#top #topInfo #brand li a img {
  max-width: 50%;
}

#top #topInfo #brand li:last-child a img {
  max-width: 85%;
}

}