@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;
}

.header02.is-nabeshabu {}
.header02.is-nabeshabu .page-logo {
  float: left;
}
.header02.is-nabeshabu .swipe-nav {
  float: right;
}
.header02.is-nabeshabu .swipe-nav > ul {
  display: table;
}
.header02.is-nabeshabu .swipe-nav > ul > li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.header02.is-nabeshabu .swipe-nav > ul > li > a {
  display: block;
  padding: 10px 18px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 3px solid #fff;
}
.header02.is-nabeshabu .swipe-nav > ul > li > a.onclick{
  border-color: #d2161a;
}
/*.header02.is-nabeshabu .swipe-nav > ul > li:last-child a {
  padding-right: 0;
}*/
.header02.is-nabeshabu .swipe-nav > ul > li{
  position: relative;
}
.header02.is-nabeshabu .swipe-nav ul.list-second{
  position: absolute;
  display: none;
  top: 37px;
  left: -68px;
  margin: auto;
  z-index: 100;
  min-width: 240px;
  /* width: 150%; */
  padding-top: 18px;
}
.header02.is-nabeshabu .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 #e61416 transparent; 
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  margin: auto;
}
.header02.is-nabeshabu .swipe-nav ul.list-second li{
  /* border: solid 1px #e61416; */
  /* background-color: #e61416; */
  border-bottom: none;
  display: block;
  white-space: normal;
}

/*li {}
.header02.is-nabeshabu .swipe-nav ul.list-second li:last-child{
  border-bottom: solid 1px #e61416;
}*/
.header02.is-nabeshabu .swipe-nav ul.list-second li a{
  display: block;
  background: #e61416 url(/shared/img/svg/ar02.svg)no-repeat center right 12px;
  border: solid 1px #e61416;
  border-bottom: none;
  padding: 12px 17px;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  color: #fff;
}
.header02.is-nabeshabu .swipe-nav ul.list-second li:last-child a {
  border-bottom: solid 1px #e61416;
}
.header02.is-nabeshabu .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.is-nabeshabu .swipe-nav > ul > li:hover .list-second{
    display: block;
  }
  .header02.is-nabeshabu .swipe-nav > ul > li:hover > a{
    border-color: #e61416;
  }
}

.header02_menu,
.nav-sp-toggle {
  display: none;
}

@media only screen and (max-width: 640px) {
  body{
    padding-top: 0;
  }
  body.is-fixed {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
  .contents-main{
    clear: both;
  }
  .header02.is-nabeshabu {
    padding: 5px 0;
  }
  .header02.is-scroll,
  .header02.is-nabeshabu.header-scroll {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
  }
  .header02_menu {
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 26px;
    padding-top: 5px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
  }
  .header02_menu > span {
    background: #e61416;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    width: 15px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header02_menu > span::after,
  .header02_menu > span::before {
    background: #fff;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .header02_menu.is-active {
    background: #e61416;
    color: #fff;
  }
  .header02_menu.is-active > span {
    background: #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .header02_menu.is-active > span::after,
  .header02_menu.is-active > span::before {
    background: #e61416;
  }
  .header02_menu > span::before {
    height: 8px;
    width: 2px;
  }
  .header02_menu > span::after {
    height: 2px;
    width: 8px;
  }
  .header02_menu b {
    font-weight: 700;
  }
  .header{
    position: relative;
  }
  .header02.is-nabeshabu .contents-inner {
    padding: 0;
  }
  .header02.is-nabeshabu .swipe-nav-wrapper {
    width: 300px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 100;
    transform: translateX(100%);
    transition: transform .3s;
  }
  .header02.is-nabeshabu .swipe-nav-overlay {
    background: rgba(0,0,0,0);
    height: 0;
    width: 100vw;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .header02.is-nabeshabu .swipe-nav-overlay.is-active {
    height: 100vh;
    z-index: 9;
  }
  .header02.is-nabeshabu .swipe-nav {
    background-color: #e61416;
    float: none;
    overflow-y: auto;
    padding: 20px 20px 100px;
    height: calc(100vh - 40px - 50px);
    width: 300px;
  }
  .header02.is-nabeshabu .swipe-nav-wrapper.is-active {
    transform: translateX(0);
  }
  .header02.is-nabeshabu .swipe-nav::before {
    border-color: transparent transparent #e61416;
    border-style: solid;
    border-width: 0 4px 10px;
    content: "";
    position: absolute;
    right: 40px;
    top: 0;
    transform: translateY(-100%);
  }
  .header02.is-nabeshabu .swipe-nav::-webkit-scrollbar {
    display: none;
  }
  .header02.is-nabeshabu .page-logo {
    display: table;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  /* .header02.is-nabeshabu .swipe-nav > ul li:first-child {
    display: table-cell;
  }
  .header02.is-nabeshabu .swipe-nav > ul li:first-child a{
    background: url(/sp/nabeshabu/shared/img/nabeshabu_logo03.svg)no-repeat center;
    width: 130px;
    background-size: 115px 18px;
    height: 46px;
  } */
  .header02.is-nabeshabu .swipe-nav > ul {
    border-top: 1px solid #ff7575;
    display: block;
  }
  .header02.is-nabeshabu .swipe-nav > ul > li {
    display: block;
    text-align: left;
    white-space: wrap;
    position: relative;
  }
  .header02.is-nabeshabu .swipe-nav > ul > li > a {
    background: url(/sp/nabeshabu/shared/img/svg/ar10.svg) no-repeat right 15px top 50%;
    border-bottom: 1px solid #ff7575;
    color: #fff;
    font-size: 14px;
    outline: none;
    padding: 11px 30px 11px 5px;
  }
  .nav-sp-toggle {
    cursor: pointer;
    display: block;
    height: 44px;
    width: 44px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav-sp-toggle > span {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .nav-sp-toggle > span::before,
  .nav-sp-toggle > span::after {
    background-color: #e61416;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .nav-sp-toggle > span::after {
    height: 2px;
    width: 8px;
  }
  .nav-sp-toggle > span::before {
    height: 0;
    width: 2px;
  }
  .nav-sp-toggle.is-active > span {
    background-color: transparent;
  }
  .nav-sp-toggle.is-active > span::before,
  .nav-sp-toggle.is-active > span::after {
    background-color: #fff;
  }
  .nav-sp-toggle.is-active > span::before {
    height: 8px;
  }
  .header02.is-nabeshabu .swipe-nav > ul li:last-child a {
    padding-right: 15px;

  }
  .header02.is-nabeshabu .swipe-nav ul.list-second {
    border-bottom: 1px solid #ff7575;
    display: block;
    position: static;
    margin: auto;
    min-width: 0;
    padding-left: 25px;
    padding-top: 0;
  }
  .header02.is-nabeshabu .swipe-nav ul.list-second > li > a {
    border-bottom: 1px solid #ff7575;
    display: block;
    font-size: 12px;
    font-weight: 400;
    outline: none;
    padding: 11px 30px 11px 5px;
  }
  .header02.is-nabeshabu .swipe-nav ul.list-second > li:last-child > a {
    border-bottom: 0;
  }
  .header02.is-nabeshabu .swipe-nav ul.list-second:after {
    content: none;
  }
  .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: #e61416 url(/shared/img/svg/ar02.svg)no-repeat center right 20px;
    color: #fff;
  }
}

.header02{
  z-index: 104;
}
.header02 .swipe-nav{
  z-index: 104;
}
body.drawer-open .header02{
  z-index: 10;
}
.header02 + .close-sp-menu{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 103;
}
.header02 + .close-sp-menu.on{
  display: block;
}

/*印刷対応*/
@media print {
  .area-under-recommend li figure img{
    display:none;
  }
}


/* headerに持っていく予定　ここまで */

html {
  scroll-padding-top: 120px;
}


@font-face {
  font-display: swap;
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans CJK JP Thin"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Thin.otf) format("opentype")
}
@font-face {
  font-display: swap;
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format("opentype")
}
@font-face {
  font-display: swap;
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype")
}
@font-face {
  font-display: swap;
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype")
}
@font-face {
  font-display: swap;
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Bold.otf) format("opentype")
}
@font-face {
  font-display: swap;
  font-family: 'NotoSans';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Black.otf) format("opentype")
}
@font-face {
  font-display: swap;
  font-family: 'NotoSerif';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif Japanese Regular"), url(/sp/nabeshabu/fonts/NotoSerifJP-Regular.woff2) format("woff2"), url(/sp/nabeshabu/fonts/NotoSerifJP-Regular.woff) format("woff"), url(/sp/nabeshabu/fonts/NotoSerifJP-Regular.otf) format("opentype")
}
@font-face {
  font-display: swap;
  font-family: 'NotoSerif';
  font-style: normal;
  font-weight: 600;
  src: local("Noto Serif Japanese SemiBold"), url(/sp/nabeshabu/fonts/NotoSerifJP-SemiBold.woff2) format("woff2"), url(/sp/nabeshabu/fonts/NotoSerifJP-SemiBold.woff) format("woff"), url(/sp/nabeshabu/fonts/NotoSerifJP-SemiBold.otf) format("opentype")
}
@font-face {
  font-display: swap;
  font-family: 'NotoSerif';
  font-style: normal;
  font-weight: 900;
  src: local("Noto Serif Japanese Black"), url(/sp/nabeshabu/fonts/NotoSerifJP-Black.woff2) format("woff2"), url(/sp/nabeshabu/fonts/NotoSerifJP-Black.woff) format("woff"), url(/sp/nabeshabu/fonts/NotoSerifJP-Black.otf) format("opentype")
}

.vertical_bottom {
  vertical-align: sub !important;
  display: inline-block;
  height: 1em;
}
.vertical_middle {
  vertical-align: middle !important;
  display: inline-block;
  height: 1em;
}

#breadcrumb{
  margin-bottom: 0;
    padding-bottom: 15px;
    background-color: #e7e7e7;
}
.header02.is-nabeshabu .page-logo img {
  width: 46px;
}

#breadcrumb .ttle-page-name .vertical_bottom {
  padding: 0;
  float: none;
}