@charset "utf-8";

/***************************************************
  common.css
***************************************************/
body.scroll01 header {
  position: relative;
}

.header02 {
  width: 100%;
  padding: 17px 0;
  background-color: #fff;
  z-index: 9;
}
body.scroll01 .header02 {
  position: fixed;
  top: 0;
  z-index: 12px;
}

.header02 {}
.header02 .page-logo {
  float: left;
}
.header02 .swipe-nav {
  float: right;
}
.header02 .swipe-nav > ul {
  display: table;
}
.header02 .swipe-nav > ul > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.header02 .swipe-nav > ul > li:first-child {
  display: none;
}
.header02 .swipe-nav > ul > li > a {
  display: block;
  padding: 10px 18px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #fff;
}
.header02 .swipe-nav > ul > li.under-link > a{
  border-color: #d2161a;
}
.header02 .swipe-nav > ul > li > a.onclick{
  border-color: #d2161a;
}
.header02 .swipe-nav > ul > li:last-child a {
  padding-right: 0;
}
.header02 .swipe-nav > ul > li{
  position: relative;
}
.header02 .swipe-nav ul.list-second{
  position: absolute;
  display: none;
  top: 37px;
  left: -68px;
  margin: auto;
  z-index: 1;
  min-width: 240px;
  padding-top: 18px;
}
.header02 .swipe-nav ul.list-second:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #d2161a transparent; 
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
.header02 .swipe-nav ul.list-second li{
  border: solid 1px #d2161a;
  border-bottom: none;
}
.header02 .swipe-nav ul.list-second li:last-child{
  border-bottom: solid 1px #d2161a;
}
.header02 .swipe-nav ul.list-second li a{
  display: block;
  background: #d2161a url(/shared/img/svg/ar02.svg)no-repeat center right 20px;
  padding: 12px 17px;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
.header02 .swipe-nav ul.list-second li a:hover{
  background-color: #fff;
  background-image: url(/shared/img/svg/ar01.svg);
  color: #231815;
}
@media only screen and (min-width: 641px) {
  .header02 .swipe-nav > ul > li:hover .list-second{
    display: block;
  }
  .header02 .swipe-nav > ul > li:hover > a{
    border-color: #d2161a;
  }
}



@media only screen and (max-width: 640px) {
  body{
    padding-top: 0;
  }
  .contents-main{
    clear: both;
  }
  .header{
    position: relative;
  }
  .header02 .contents-inner {
    padding: 0;
  }
  .header02 .swipe-nav {
    float: none;
    width: 100%;
    padding: 0 10px;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
  .header02 .swipe-nav::-webkit-scrollbar {
    display: none;
  }
  .header02 .swipe-nav > ul li:first-child {
    display: table-cell;
  }
  .header02 .swipe-nav > ul li:first-child a{
    background: url(/sp/sukiyaki/shared/img/sukiyaki_logo_sp.svg)no-repeat center;
    width: 130px;
    background-size: 84px auto;/*115px 18px;*/
    height: 46px;
    font-size: 0;
  }
  .header02 .swipe-nav > ul li a {
    padding: 11px 15px;
    font-size: 14px;
    outline: none;
  }
  .header02 .swipe-nav > ul li:last-child a {
    padding-right: 15px;

  }
  .header02.header-scroll{
    position: fixed;
    top: 0;
  }
  .header02.header-scroll .swipe-nav{
    padding: 1px 10px;
  }
  .header02{
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    background: #fff;
  }
  .sp-second-menu{
    position: absolute;
    top: 56px;
    width: 100%;
  }
  .sp-second-menu ul{
    display: none;
  }
  .sp-second-menu ul.on{
    display: block;
  }
  .sp-second-menu li{
    width: 100%;
    border: solid 1px #e5e5e5;
    border-bottom: none;
  }
  .sp-second-menu li:last-child{
    border-bottom: solid 1px #e5e5e5;
  }
  .sp-second-menu li a{
    display: block;
    padding: 10px;
    background: #d2161a url(/shared/img/svg/ar02.svg)no-repeat center right 20px;
    color: #fff;
  }
}

/* mordal */
body{
  position: relative;
}
.mordal-bg{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    display: none;
}
.mordal-conts{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 48%;
  display: none;
}
.box-move {
  width: 48%;
  margin: 0 auto;
  z-index: 1001;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  padding-top: 56.27%;
}
.box-move iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.mordal-conts01,.mordal-conts02,.mordal-conts03{
  display: none;
}
.mordal-conts span{
  display: block;
  width: 38px;
  height: 38px;
  cursor: pointer;
  position: absolute;
  top: -19px;
  right: -19px;
  z-index: 1002;
}
@media only screen and (max-width: 640px) {
  .mordal-conts{
    width: 80%;
  }
  .mordal-conts span{
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
  }
}

#breadcrumb{
	margin-bottom: 0;
	padding-bottom: 15px;
	background-color: #e7e7e7;
}
.return-top {
  padding-top: 15px;
  display: table;
  padding-bottom: 15px;
  width: 100%;
}
.return-top span {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.return-top span a {
  padding-right: 10px;
  background: url(/shared/img/svg/cur02.svg)no-repeat center right;
  background-size: 7px 13px;
  font-weight: bold;
  font-size: 14px;
}
