@charset "utf-8";
/*------- nabe-cr slick -------*/
.nabe-cr-wrap {
  overflow: hidden;
}
.nabe-cr li {
  position: relative;
}
.nabe-cr img.only-pc{
  width: 100%;
}
.nabe-cr .slick-slide img.only-sp{
  display: none;
}
.nabe-cr li.cr01 .text {
  position: absolute;
  top: 67.5%;
  width: 100%;
  color: #fff;
  font-size: 1.25vw;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 8px rgba(0,0,0,.9);
}
.nabe-cr li.cr01 .text.slideout{
  top: 0;
  display: none;
}
.nabe-cr li.cr01 .text.slideon{
  top: 67.5%;
  display: block;
}
.nabe-cr .slick-prev,
.nabe-cr .slick-next {
  width: 34px;
  height: 34px;
  background: transparent url(/sp/nabe/img/arrow01.svg) 50% 50% no-repeat;
  background-size: auto 100%;
  z-index: 8;
}
.nabe-cr .slick-prev {
  left: 80px;
  transform: rotate(180deg);
}
.nabe-cr .slick-next {
  right: 80px;
  transform: rotate(0deg);
}
.nabe-cr .slick-prev:before,
.nabe-cr .slick-next:before {
  display: none;
}
@media only screen and (max-width: 640px) {
  .nabe-cr .slick-slide img.only-pc{
    display: none;
  }
  .nabe-cr .slick-slide img.only-sp{
    display: block;
  }
  .nabe-cr li.cr01 .text {
    top: 67%;
    font-size: 3.3vw;
    -webkit-text-size-adjust: none;
  }
  .nabe-cr li.cr01 .text.slideout{
    top: 0;
  }
  .nabe-cr li.cr01 .text.slideon{
    top: 67%;
  }
  .nabe-cr .slick-prev,
  .nabe-cr .slick-next {
    width: 25px;
    height: 25px;
  }
  .nabe-cr .slick-prev {
    left: 15px;
  }
  .nabe-cr .slick-next {
    right: 15px;
  }
}

.nabe_page #breadcrumb{
	padding-top: 15px;
}
.logo-area {
	padding-top: 14px;
}
.area-details .box-overview .item dt img {
    height: auto;
}
.area-details .box-overview .notes {
	color: #241815;
}
ul.carousel.carousel-1col {
	margin-bottom: 32px;
}
@media (max-width: 767px) {
  .only-sp {
    display: block;
  }
}
.sec .contents-outer {
  padding-top: 23px;
  padding-bottom: 26px;
}
@media (min-width: 768px) {
  .sec .contents-outer {
    padding-top: 70px;
  }
}
.sec h2 {
  font-size: 24px;
  padding: 22px 0;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .sec h2 {
    margin-bottom: 50px;
    font-size: 36px;
  }
}
.sec p {
  color: #665d5a;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .sec p {
    font-size: 18px;
  }
}
/*------- accordion -------*/
.accordion .section, .accordion h3, .accordion div {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.accordion {
  margin-top: 29px;
}
.accordion h3 {
  font-size: 14px;
  margin: 0;
  background: #fff;
  border: 2px solid #9c937b;
  -webkit-box-shadow: 0px 0px 5px 0px #9c937b;
  box-shadow: 0px 0px 5px 0px #9c937b;
  position: relative;
  margin-bottom: 23px;
  height: 68px;
}
.accordion h3 img {
  width: auto;
  height:46px;
  margin-right: 17px;
}
.accordion h3 a {
  display: block;
  border: 1px solid #9c937b;
  margin: 3px;
  padding: 5px 14px;
  color: #665d5a;
  font-size: 18px;
}
.accordion h3 a:hover {
  text-decoration: none;
}
.accordion h3:after, .accordion h3:before {
  left: 94%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.accordion h3:after {
  top: 33%;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.accordion h3:before {
  border-color: rgba(145, 135, 105, 0);
  border-bottom-color: #918769;
  border-width: 10px;
  margin-left: -10px;
  top: 25%;
}
.accordion .section {
  overflow: hidden;
  height: auto;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .accordion .section {
    margin-bottom: 60px;
  }
}
.accordion .section.last {
  margin-bottom: 0;
}
.accordion .section.hidden {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .accordion .section.hidden {
    margin-bottom: 60px;
  }
}
.accordion .section.hidden h3:after, .accordion .section.hidden h3:before {
  top: 43%;
  left: 94%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.accordion .section.hidden h3:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.accordion .section.hidden h3:before {
  border-color: rgba(145, 135, 105, 0);
  border-top-color: #918769;
  border-width: 11px;
  margin-left: -11px;
}
.accordion .section.hidden div.content {
  visibility: hidden;
  opacity: 0;
  height: 0;
}
@media (min-width: 768px) {
  .accordion .section.hidden div.content {
    visibility: visible;
    opacity: 1;
    height: auto;
    display: block;
  }
}
.content .tit {
  line-height: 0;
  font-size: 16px;
  margin-bottom: 16px;
}
.content .tit img {
  width: 100px;
}
@media (min-width: 768px) {
  .content .tit img {
    width: auto;
  }
}
.content .tit span {
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
  padding-bottom: 0;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .content .tit span {
    padding-bottom: 13px;
    line-height: 0;
  }
}
@media (min-width: 768px) {
  .content .tit {
    font-size: 28px;
    margin-bottom: 20px;
    height: 94px;
  }
  .content .tit.row2 {
    height:147px;
  }
}
.content .box-inner {
  border: 1px solid #918769;
  margin-top: 18px;
  position: relative;
}
@media (min-width: 768px) {
  .content .box-inner {
    margin-top: 22px;
  }
}
.content .box-inner .tit-box {
  border: 2px solid  #918769;
  background: #918769;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  .content .box-inner .tit-box {
    position: absolute;
    width: 160px;
    border-width: 5px;
    font-size: 18px;
  }
}
.content .box-inner .tit-box span {
  display: block;
  border: 1px solid #fff;
  background: #918769;
  height: 35px;
  line-height: 35px;
}
@media (min-width: 768px) {
  .content .box-inner .tit-box span {
    display: table;
    width: 100%;
    height: 100%;
  }
}
.content .box-inner .tit-box span i {
  font-style: normal;
}
@media (min-width: 768px) {
  .content .box-inner .tit-box span i {
    font-style: normal;
    display: table-cell;
    vertical-align: middle;
  }
}
.content .box-inner ul {
	background: #fff;
}
@media (min-width: 768px) {
	.content .box-inner ul {
		padding-left: 160px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
.content .box-inner ul li {
  width: 49%;
  font-size: 12px;
  color: #665d5a;
  display: inline-block;
  padding: 14px 7px;
  vertical-align: top;
}
@media (min-width: 768px) {
  .content .box-inner ul li {
    width: 340px;
    font-size: 14px;
    padding: 2px 7px;
    vertical-align: top;
    padding-right: 0;
  }
  .content .box-inner .fix-h.long-text li{
    width:400px;
  }

}
ul.carousel.carousel-nabe {
  margin: 0 auto 0;
  padding: 0;
  max-width: 1200px;
}
.carousel-nabe-wrap {
  margin-top: 30px;
}
.cl-height-fix ul.carousel.carousel-nabe {
  height: 382px;
  overflow: hidden;
}
.cl-height-fix .carousel-nabe-wrap2 ul.carousel.carousel-nabe {
  height: 367px;
  overflow: hidden;
}
.cl-height-fix .carousel-nabe-wrap2 {
  height: 367px;
  overflow: hidden;
}
.cl-height-fix .carousel-nabe-wrap {
  height: 382px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cl-height-fix .content .tit {
    height: 40px;
  }
  ul.carousel.carousel-nabe {
    margin-bottom: 0;
  }
  .cl-height-fix ul.carousel.carousel-nabe {
    height: 318px;
  }
  .cl-height-fix .accordion ul.carousel.carousel-nabe  {
    height: 350px;
  }
  .cl-height-fix .carousel-nabe-wrap {
    height: 350px;
  }
  .cl-height-fix .carousel-nabe-wrap2 ul.carousel.carousel-nabe {
    height: 318px;
    overflow: hidden;
  }
  .cl-height-fix .carousel-nabe-wrap2 {
    height: 318px;
    overflow: hidden;
  }
  ul.carousel.carousel-nabe .slick-next {
    height: 25px;
    width: 15px;
  }
  ul.carousel.carousel-nabe .slick-prev {
    right: 0;
    height: 25px;
    width: 15px;
  }
  #sec_04 ul.carousel.carousel-nabe .slick-next, #sec_04 ul.carousel.carousel-nabe .slick-prev,#sec_05 ul.carousel.carousel-nabe .slick-prev,#sec_05 ul.carousel.carousel-nabe .slick-next {
    height: 32px;
    width: 20px;
  }

  .content .box-inner ul {
    padding: 9px 7px;
  }
  .content .box-inner ul li {
    width: 100%;
    padding: 2px 0;
  }
  .content .tit img {
    height: 40px;
    width: auto;
    max-width: 60%;
  }
}
@media (min-width: 768px) {
  ul.carousel.carousel-nabe .slick-next, ul.carousel.carousel-nabe .slick-prev {
    height: 48px;
    width: 30px;
  }
}
@media (max-width: 320px) {
  .content .tit img {
    height: 28px;
    width: auto;
  }
}
@media (max-width: 414px) {
  .sec_02 .anchor {
    padding-right: 12% !important;
  }
}
ul.carousel.carousel-nabe li {
  padding: 0 35px 10px;
  width: 33.3%;
}
@media (max-width: 767px) {
  ul.carousel.carousel-nabe li {
    padding: 0 30px 5px;
  }
}
ul.carousel.carousel-nabe li figure {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
ul.carousel.carousel-nabe li figure img {
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear, -o-transform 0.2s linear;
}
ul.carousel.carousel-nabe li:hover figure img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.4;
  background: #000;
}
@media (max-width: 767px) {
  ul.carousel.carousel-nabe li:hover figure img {
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    background: transparent;
  }
}
ul.carousel.carousel-nabe li a {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
ul.carousel.carousel-nabe li a:hover {
  background: #e0dac9;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all  0.2s ease;
  -o-transition: all  0.2s ease;
  transition: all  0.2s ease;
}
ul.carousel.carousel-nabe li:hover figure img {
	opacity: .8;
}
ul.carousel.carousel-nabe li .carousel-text-ttl {
  height: 40px;
  margin-top: 28px;
  padding: 0 20px 15px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 768px) {
  ul.carousel.carousel-nabe li .carousel-text-ttl {
    font-size: 16px;
    padding: 0 20px;
    height: auto;
  }
}
@media (min-width: 768px) {
  ul.carousel.carousel-nabe li .carousel-text-ttl {
    font-size: 18px;
    font-weight: bold;
    color: #231815;
  }
}
ul.carousel.carousel-nabe li .carousel-text-yellow {
  padding: 0 20px 20px;
}
.btn-more {
  border: 1px solid  #918769;
  background: #fff;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  width: 80%;
  margin: 23px auto 0;
  position: relative;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.btn-more a:after {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(/sp/nabe/img/nabe_arrow_to1.png) no-repeat;
  width: 11px;
  height: 18px;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .btn-more {
    width: 340px;
  }
}
.btn-more span {
  display: block;
  background: #fff;
  margin: 1px;
  height: 49px;
  line-height: 49px;
  border: 1px solid  #918769;
  color: #978e72;
  font-weight: bold;
}
@media (max-width: 414px) {
  .btn-more span {
    font-size: 12px;
  }
}
.btn-more a:hover span{
	background: #e0dac9;
}
.btn-more a:hover{
	text-decoration: unset;
}
#one ul.fix-h, #two ul.fix-h, #five ul.fix-h {
	display: table;
	width: 100%;
}
.clr {
  clear: both;
  position: relative;
}
.clr:after {
  clear: both;
  content: '';
  display: block;
}
.outer {
  margin-left: -4%;
  margin-right: -4%;
}
.col-6-pc {
  width: 50%;
}
.col-4-pc {
  /*width: 33.3333%;*/
  width: 50%;
}
.col-4-pc, .col-6-pc {
  float: left;
  padding: 0 4%;
}
.slick-prev {
  left: 0;
  z-index: 10;
}
.slick-prev:before,
.slick-next:before {
  content: "";
}
.only_sp {
  display: none;
}
@media (max-width: 768px) {
  .col-6-sp {
    width: 50%;
  }
  .only_pc {
    display: none;
  }
  .only_sp {
    display: block;
  }
}
.sec {
  background: url(/sp/nabe/img/nabe_fullbg.png) 0 0;
  overflow: hidden;
}
.sec h2 {
  font-weight: bold;
  color: #c31300;
  position: relative;
  text-align: center;
}
.sec h2:before, .sec h2:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: url(/sp/nabe/img/nabe_line1.png) repeat-x top right;
}
.sec h2:before {
  top: 0;
}
.sec h2:after {
  bottom: 0;
}
.sec_03 .contents-outer {
  background: rgba(117, 76, 36, 0.8);
}
.sec_05 .contents-outer, .sec_02 .contents-outer {
  background: rgba(213, 186, 0, 0.8);
}
.sec_06 {
  background: #242424;
  color: #fff;
}
.box_news {
	background: #fff;
}
.sec_07 .btn-more.close {
  border: unset;
}
.sec_07 .close.btn-more:after {
  display: none;
}
.sec_07 .sec-details {
  height: 660px;
}
.sec_07 .area-details .area-farstview {
  top: 28px;
}
.sec_07 .area-details .box-overview {
  top: 32px;
}
.intro {
	background-repeat: no-repeat;
	background-image: url(/sp/nabe/img/nabe_bgbrown.png);
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	padding-top: 45px;
	margin-top: -16px;
	z-index: 1;
	position: relative;
	background-size: cover;
	background-position: center;
}
.intro h2 {
  background: url(/sp/nabe/img/nabe_icontop.svg) no-repeat top center;
  background-size: 64px 45px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding-top: 68px;
}
.intro .p_intro {
  text-align: center;
  font-size: 18px;
  color: #fff;
  padding-top: 22px;
  width: 83%;
  margin: auto;
  text-align: left;
  line-height: 31px;
  padding-bottom: 162px;
}
.sec_01 {
  margin-top: -106px;
  padding-top: 106px;
}
.cl-height-fix .sec_01 .img_scroll {
  height: 348px;
}
.sec_01 .h2_001 {
  margin-bottom: 30px;
}
.sec_01 .h3_001 {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  color: #665d5a;
  margin-bottom: 35px;
}
.sec_01 .p_pot {
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 48px;
}
.sec_01 .h4_001 {
  font-weight: bold;
  font-size: 24px;
  color: #665d5a;
  text-align: center;
  position: relative;
  margin-top: 42px;
  padding-bottom: 34px;
}
.sec_01 .h4_001:after {
  position: absolute;
  content: '';
  display: block;
  background: url(/sp/nabe/img/nabe_2lineleft.png) no-repeat left center;
  width: calc(50% - 117px);
  height: 13px;
  left: 0;
  top: 7px;
}
.sec_01 .h4_001:before {
  position: absolute;
  content: '';
  display: block;
  background: url(/sp/nabe/img/nabe_2lineright.png) no-repeat left center;
  width: calc(50% - 117px);
  height: 13px;
  right: 0;
  top: 7px;
}
.sec_01 .red_circle {
	margin-left: 2%;
	margin-right: 2%;
	padding-bottom: 40px;
  padding: 0 15% 40px;
}
.sec_01 .red_circle .item001 {
	padding: 0 2%;
}
.sec_01 .red_circle .item001 .item-txt {
  float: left;
  width: 130px;
  position: relative;
}
.sec_01 .red_circle .item001 .item-txt .item-txt-inner {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 39px;
  left: 0;
  font-weight: bold;
  font-size: 18px;
  color: #c31300;
}
.sec_01 .red_circle .item001 .item-txt .item-txt-inner.row1 {
  top: 50px;
}
.sec_01 .red_circle .item001 ul {
  float: left;
  width: calc(100% - 137px);
  padding-left: 4%;
  padding-top: 18px;
}
.sec_01 .red_circle .item001 ul li {
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}
.sec_01 .bg_blur {
  background: url(/sp/nabe/img/nabe_bg1.png) no-repeat;
  padding-top: 78px;
  background-position-x: 17%;
  margin-top: 40px;
}
/*------- sec-04 -------*/
.sec_04 .h2_004 {
  margin-bottom: 0;
}
.sec_04 .accordion {
  margin-top: 0;
}
.sec_04 .accordion .section {
  padding-top: 50px;
  background: url(/sp/nabe/img/nabe_bg5.png) no-repeat right top;
  background-position: right 17% top;
}
@media (max-width: 767px) {
  .cl-height-fix .sec_01 .img_scroll {
    height: 305px;
  }
  .sec_01 .p_pot {
    font-size: 13px;
    line-height: 24px;
  }
  .sec_04 .accordion .section{
  	background: transparent;
  	padding-top: 10px;
  }
  .sec_04 .accordion .section#one{
  	padding-top: 30px;
  }
  .sec_04 .accordion .section .content{
  	background: url(/sp/nabe/img/nabe_bg5.png) no-repeat right top;
    background-position: right 17% top;
    background-size: 50%;
  }
  .sec_04 .accordion h3 a {
    font-size: 14px;
  }
  .sec_04 .content .tit {
    margin-bottom: 10px;
    padding-bottom: 9px;
  }
  .sec_04 .content .tit + p {
    font-size: 13px;
  }
  .sec_01 .red_circle {
    padding: 0 0 40px;
  }
  .col-6-sp {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec.sec_04 .slick-next {
    right: -50px;
  }
}
@media (min-width: 768px) {
  .sec.sec_04 .slick-next:before {
    background: url(/sp/nabe/img/nabe_arbrow_next.png) no-repeat;
    width: 29px;
    height: 48px;
  }
}
@media (min-width: 768px) {
  .sec.sec_04 .slick-prev {
    left: -50px;
  }
}
@media (min-width: 768px) {
  .sec.sec_04 .slick-prev:before {
    background: url(/sp/nabe/img/nabe_arbrow_prev.png) no-repeat;
    width: 29px;
    height: 48px;
  }
}
@media (min-width: 768px) {
  ul.carousel.carousel-nabe .slick-list {
    margin: 0 -35px;
  }
}
.sec_06 .h2_black {
  padding-top: 74px;
  padding-bottom: 28px;
  margin-bottom: 0;
}
.sec_06 .h2_black:before, .sec_06 .h2_black:after {
  display: none;
}
.sec_06 .h2_black span {
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.sec_06 .h2_black span:after {
  position: absolute;
  display: table;
  content: '';
  background: url(/sp/nabe/img/nabe_note1.png) no-repeat;
  width: 40px;
  height: 25px;
  top: 10px;
  left: -60px;
}
.sec_06 .h2_black span:before {
  position: absolute;
  display: table;
  content: '';
  background: url(/sp/nabe/img/nabe_note2.png) no-repeat;
  width: 40px;
  height: 25px;
  top: 10px;
  right: -60px;
}
.sec_06 .bg_gradient {
  background: -webkit-gradient(linear, 0deg, color-stop(0, 10101), color-stop(100%, 292929));
  background: -webkit-linear-gradient(0deg, #010101 0, #292929 100%);
  background: -o-linear-gradient(0deg, #010101 0, #292929 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #010101), to(#292929));
  background: -webkit-linear-gradient(bottom, #010101 0, #292929 100%);
  background: -o-linear-gradient(bottom, #010101 0, #292929 100%);
  background: linear-gradient(0deg, #010101 0, #292929 100%);
}
.sec_06 .hotpot_bg {
  background: url(/sp/nabe/img/nabe_bgblack1a.png) no-repeat top right;
}
.sec_06 .hotpot_bg .bl_circle {
  width: 60%;
  text-align: center;
  margin: auto;
}
.sec_06 .hotpot_bg .bl_circle .circle01 {
  background: url(/sp/nabe/img/nabe_circle.png) no-repeat center;
  width: 33.3333%;
  float: left;
  display: table;
}
.sec_06 .hotpot_bg .bl_circle .circle01 .circle01_text {
  height: 228px;
  display: table-cell;
  vertical-align: middle;
  font-size: 19px;
}
.sec_06 .more {
  width: 100%;
  text-align: center;
  background: url(/sp/nabe/img/nabe_arrow_down.png) no-repeat center bottom;
  min-height: 82px;
  margin-top: 22px;
  font-size: 22px;
}
.sec_06 .more p {
  color: #fff;
}
.sec_06 .hotpot .hp_list .hp_title {
  font-size: 104px;
  color: #e6dea3;
  background: url(/sp/nabe/img/nabe_hotpotline.png) no-repeat left bottom;
  width: 51.5%;
  font-weight: bold;
  padding-top: 33px;
  padding-left: 26px;
  margin-bottom: 43px;
}
.sec_06 .hotpot .hp_list .hp_title span {
  font-size: 47px;
  font-weight: bold;
}
.sec_06 .hotpot .hp_list .hp_li01 {
  background: url(/sp/nabe/img/nabe_num1.png) no-repeat left top;
  padding-left: 70px;
  min-height: 77px;
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 51px;
}
.sec_06 .hotpot .hp_list .hp_li02 {
  background: url(/sp/nabe/img/nabe_num2.png) no-repeat left top;
  padding-left: 70px;
  min-height: 77px;
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 45px;
}
.sec_06 .hotpot .hp_list .hp_li03 {
  background: url(/sp/nabe/img/nabe_num3.png) no-repeat left top;
  padding-left: 70px;
  min-height: 77px;
  font-size: 24px;
  line-height: 45px;
  padding-bottom: 172px;
}
.sec_06 .sauce_wrap {
  background: url(/sp/nabe/img/nabe_bgblack2.png) no-repeat left center;
  text-align: center;
  background-position-x: -17%;
  background-position-y: -46%;
}
.sec_06 .sauce_wrap .sauce_content {
  float: right;
  width: 46%;
  margin-top: -53px;
}
.sec_06 .sauce_wrap .sauce_content .sauce_title {
  font-size: 68px;
  font-weight: bold;
  color: #fff;
  background-size: 92px 68px;
  padding-top: 81px;
  margin-bottom: 11px;
}
.sec_06 .sauce_wrap .sauce_content .sauce_title span {
  font-size: 31px;
  font-weight: bold;
}
.sec_06 .sauce_wrap .sauce_content .h3_sauce {
  font-size: 68px;
  font-weight: bold;
  color: #e6dea3;
  line-height: 73px;
}
.sec_06 .sauce_wrap .sauce_content .h3_sauce span {
  font-size: 47px;
  font-weight: bold;
}
.sec_06 .sauce_more {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 57px;
  line-height: 45px;
}
.sec_06 .food {
  background: #010101 url(/sp/nabe/img/nabe_bgblack3.png) no-repeat left top;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.sec_06 .food .food_title {
  font-weight: bold;
  font-size: 68px;
  text-shadow: 1px 3px 9px #252525;
}
.sec_06 .food .food_title span {
  font-weight: bold;
  font-size: 30px;
}
.sec_06 .food .food_title .food_top {
  font-size: 36px;
  padding-top: 158px;
}
.sec_06 .food .food_title .food_top span {
  position: relative;
  font-weight: bold;
  color: #fff;
}
.sec_06 .food .food_title .food_top span:after {
  position: absolute;
  display: table;
  content: '';
  background: url(/sp/nabe/img/nabe_note3.png) no-repeat left center;
  width: 27px;
  height: 28px;
  top: 12px;
  left: -36px;
}
.sec_06 .food .food_title .food_top span:before {
  position: absolute;
  display: table;
  content: '';
  background: url(/sp/nabe/img/nabe_note4.png) no-repeat left center;
  width: 27px;
  height: 28px;
  top: 12px;
  right: -36px;
}
.sec_06 .food .food_content {
  font-weight: bold;
  font-size: 96px;
  color: #e6dea3;
  padding-bottom: 172px;
  line-height: unset;
}
.sec_06 .food .food_content .food_line {
  font-weight: bold;
  background: url(/sp/nabe/img/nabe_hotpotline.png) no-repeat center bottom;
  -webkit-background-size: 44% 44%;
  background-size: 44%;
  font-size: 96px;
  line-height: inherit;
  color: #e6dea3;
}
.sec_06 .food .food_content .food_line span {
  font-size: 67px;
  font-weight: bold;
}
.sec_06 .food .food_content .food_text {
  font-size: 67px;
  font-weight: bold;
  line-height: inherit;
  color: #e6dea3;
}
.sec_06 .bg_black {
	background: #000;
	padding-bottom: 75px;
}
.sec_06 .bg_black .carousel2 .carousel2_title {
  background-size: 92px 68px;
  color: #e6dea3;
  font-size: 42px;
  font-weight: bold;
  padding-top: 14px;
  text-align: center;
}
.sec_06 .block_plus {
  background: url(/sp/nabe/img/nabe_plus.png) no-repeat center;
  -webkit-background-size: 57px 57px;
  background-size: 57px;
  width: 89%;
  margin: auto;
}
.sec_06 .block_plus ul.carousel.carousel-1col {
  width: 39%;
  margin-left: 0;
  float: left;
  margin-top: 44px;
}
.cl-height-fix .sec_06 .block_plus ul.carousel.carousel-1col {
  height: 400px;
  overflow: hidden;
}
.sec_06 .block_plus ul.carousel.carousel-1col.fl_right {
  float: right;
}
.sec_06 .block_plus ul.carousel.carousel-1col .carousel-text-ttl {
  padding: 26px 15px 42px 15px;
  font-size: 18px;
  height: 25px !important;
  color: #231815;
  font-weight: bold;
  text-align: left;
}
.sec_06 .block_plus ul.carousel.carousel-1col .carousel-text-yellow {
  font-size: 14px;
  padding: 0 15px 26px;
  min-height: 95px;
  line-height: 23px;
  color: #918769;
}
.sec_06 .block_plus ul.carousel.carousel-1col .slick-next:before {
  content: "";
  display: block;
  right: 0;
  background: url(/shared/img/svg/cur02.svg) no-repeat;
  width: 25px;
  height: 50px;
}
.sec_06 .block_plus ul.carousel.carousel-1col .slick-prev {
	left: -20px;
	width: 26px;
	height: 44px;
}
.sec_06 .block_plus ul.carousel.carousel-1col .slick-next {
	width: 26px;
	height: 44px;
	right: -20px;
}
.sec_06 .block_plus ul.carousel.carousel-1col .slick-prev:before {
	content: "";
  display: block;
  left: 0;
  background: url(/shared/img/svg/cur01.svg) no-repeat;
  width: 25px;
  height: 50px;
}
@media only screen and (max-width: 767px) {
  .sec_06 .h2_black span {
    font-size: 24px;
  }
  .sec_06 .h2_black span:before {
    position: absolute;
    display: table;
    content: '';
    background: url(/sp/nabe/img/nabe_note2.png) no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    width: 25px;
    height: 17px;
    top: 10px;
    right: -30px;
  }
  .sec_06 .h2_black span:after {
    position: absolute;
    display: table;
    content: '';
    background: url(/sp/nabe/img/nabe_note1.png) no-repeat;
    -webkit-background-size: 25px 25px;
    background-size: 25px;
    width: 25px;
    height: 17px;
    top: 10px;
    left: -30px;
  }
  .sec_06 .hotpot_bg .bl_circle {
    width: 100%;
    max-width: 640px;
  }
  .sec_06 .hotpot_bg .bl_circle .circle01 {
    background: url(/sp/nabe/img/nabe_circle.png) no-repeat center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    width: 33.3333%;
    float: left;
    display: table;
  }
  .sec_06 .hotpot_bg .bl_circle .circle01 .circle01_text {
    height: 250px;
    display: table-cell;
    vertical-align: middle;
    font-size: 18px;
  }
  .sec_06 .h2_black {
    padding-top: 35px;
    padding-bottom: 12px;
  }
  .sec_06 .hotpot .hp_list .hp_title {
    font-size: 91px;
    color: #e6dea3;
    background: url(/sp/nabe/img/nabe_hotpotline.png) no-repeat left bottom;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding-top: 33px;
    padding-left: 0;
    margin-bottom: 43px;
  }
  .sec_06 .hotpot .hp_list .hp_title span {
    font-size: 49px;
    font-weight: bold;
  }
  .sec_06 .hotpot_bg {
    background: url(/sp/nabe/img/nabe_bgblack1a_sp.png) no-repeat bottom center;
  }
  .sec_06 .bg_gradient {
    background: #010101;
  }
  .sec_06 .hotpot .hp_list .hp_li01,
  .sec_06 .hotpot .hp_list .hp_li02 {
    min-height: 55px;
  }
  .sec_06 .hotpot .hp_list .hp_li01, .sec_06 .hotpot .hp_list .hp_li02, .sec_06 .hotpot .hp_list .hp_li03 {
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 15px;
    background-size: 41px 32px;
    padding-left: 55px;
  }
  .sec_06 .hotpot .hp_list .hp_li03 {
    padding-bottom: 300px;
  }
  .sec_06 .sauce_wrap .sauce_content {
    float: right;
    width: 100%;
    margin-top: 0;
  }
  .sec_06 .sauce_wrap .sauce_content .sauce_title {
    font-size: 39px;
    font-weight: bold;
    color: #fff;
    -webkit-background-size: 67px 67px;
    background-size: 67px;
    padding-top: 12px;
    margin-bottom: 11px;
  }
  .sec_06 .sauce_wrap .sauce_content .h3_sauce {
    font-size: 33px;
    font-weight: bold;
    color: #e6dea3;
    line-height: 48px;
  }
  .sec_06 .sauce_wrap .sauce_content .h3_sauce span {
    font-size: 24px;
    font-weight: bold;
  }
  .sec_06 .sauce_more {
    font-size: 14px;
    line-height: 28px;
    padding-top: 5px;
  }
  .sec_06 .sauce_wrap {
    background: url(/sp/nabe/img/nabe_bgblack2_sp.png) no-repeat bottom center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    text-align: center;
    padding-bottom: 48%;
  }
  .sec_06 .food .food_title span {
    font-size: 22px;
  }
  .sec_06 .food .food_title .food_top span:before {
    position: absolute;
    display: table;
    content: '';
    background: url(/sp/nabe/img/nabe_note4.png) no-repeat left center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    width: 20px;
    height: 16px;
    top: 9px;
    right: -26px;
  }
  .sec_06 .food .food_title .food_top span:after {
    position: absolute;
    display: table;
    content: '';
    background: url(/sp/nabe/img/nabe_note3.png) no-repeat left center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    width: 20px;
    height: 16px;
    top: 9px;
    left: -26px;
  }
  .sec_06 .food .food_title .food_top {
    font-size: 36px;
    padding-top: 142px;
  }
  .sec_06 .food .food_title .food_top {
    padding-top: 25px;
  }
  .sec_06 .food .food_title {
    font-weight: bold;
    font-size: 36px;
  }
  .sec_06 .food .food_content .food_line {
    font-size: 46px;
  }
  .sec_06 .food .food_content {
    padding-bottom: 45%;
  }
  .sec_06 .food .food_content .food_line span {
    font-size: 22px;
  }
  .sec_06 .food .food_content .food_text {
    font-size: 36px;
    font-weight: bold;
  }
  .sec_06 .food {
    background: url(/sp/nabe/img/nabe_bgblack3_sp.png) no-repeat bottom center;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    width: 100%;
    text-align: center;
    font-weight: bold;
  }
  .sec_06 {
    background: #010101;
  }
  .sec_06 .bg_black .carousel2 .carousel2_title {
    font-size: 33px;
    -webkit-background-size: 67px 67px;
    background-size: 67px;
    padding-top: 11px;
  }
  .sec_06 .block_plus ul.carousel.carousel-1col {
    width: 100%;
    margin-top: 44px;
    padding-bottom: 10px;
  }
  .cl-height-fix .sec_06 .block_plus ul.carousel.carousel-1col  {
    height: 377px;
  }
  .sec_06 .block_plus ul.carousel.carousel-1col.fl_right {
    padding-top: 5px;
  }
  .sec_06 .block_plus ul.carousel.carousel-1col .slick-prev {
    left: -33px;
    z-index: 10;
  }
  .sec_06 .block_plus ul.carousel.carousel-1col .slick-next {
    right: -33px;
  }
  .sec_06 .more p {
    font-size: 14px;
  }
  .sec_01 .bg_blur {
    background: url(/sp/nabe/img/nabe_bg1.png) no-repeat;
    padding-top: 65px;
    background-position-x: 5%;
    background-position-y: 50px;
    -webkit-background-size: 32% 32%;
    background-size: 32%;
    margin-top: 0;
  }
  .sec_01 .img_scroll {
    overflow-x: scroll;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 10px;
    position: relative;
  }
  .sec_01 .img_scroll.is_arrow:after {
    content: "";
    width: 126px;
    height: 80px;
    background: url(/shared/img/svg/icon_cr03.svg)no-repeat;
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sec_01 .img_scroll img {
    max-width: unset;
    width: 1000px;
  }
  .sec_01 .img_scroll::-webkit-scrollbar {
    width: 13px;
    height: 15px;
  }
  .sec_01 .img_scroll::-webkit-scrollbar-track {
    background-color: #eeede8;
  }
  .sec_01 .img_scroll::-webkit-scrollbar-thumb {
    background-color: #b4b4b5;
  }
  .sec_01 .red_circle .item001 {
    padding: 0 2%;
    text-align: center;
  }
  .sec_01 .red_circle .item001 .item-txt {
    /*float: none;*/
    width: 120px;
    margin: 0 auto;
  }
  .sec_01 .red_circle .item001 .item-txt .item-txt-inner {
    font-size: 16px;
    top: 37px;
  }
  .sec_01 .red_circle .item001 .item-txt .item-txt-inner.row1 {
    top: 48px;
  }
  .sec_01 .red_circle .item001 ul {
    float: left;
    /*width: 100%;*/
    padding-left: 4%;
    padding-top: 18px;
    text-align: left;
  }
  .sec_01 .red_circle .item001:last-child {
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sec_01 .h4_001:before {
    width: calc(50% - 102px);
  }
  .sec_01 .h4_001:after {
    width: calc(50% - 102px);
    background-position: center right;
  }
  .intro .p_intro {
  	width: 100%;
  	padding-bottom: 62px;
    font-size: 13px;
    line-height: 24px;
  }
  .sec_06 .bg_black {
  	padding-bottom: 50px;
  }
  .btn-more {
  	margin-top: 0;
  	margin-top: 15px;
    width: 90.4%;
  }
	.sec_01 .h3_001 {
    font-size: 24px;
	}
  .sec_07 .area-details .sec-details .image-01 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .sec_07 .sec-details {
    height: auto;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .sec_06 .hotpot .hp_list .hp_title {
    font-size: 70px;
  }
  .sec_06 .hotpot .hp_list .hp_title span {
    font-size: 42px;
    font-weight: bold;
  }
  .sec_06 .hotpot_bg .bl_circle .circle01 .circle01_text {
    font-size: 14px;
  }
  .sec_06 .hotpot_bg {
    background: url(/sp/nabe/img/nabe_bgblack1a_sp.png) no-repeat bottom center;
    -webkit-background-size: 108% 108%;
    background-size: 108%;
  }
  .sec_06 .hotpot .hp_list .hp_li03 {
    padding-bottom: 286px;
  }
  .sec_06 .food .food_content {
    font-size: 36px;
  }
  .sec_06 .food .food_content .food_text {
    font-size: 30px;
    font-weight: bold;
  }
  .sec_06 .bg_black .carousel2 .carousel2_title {
    font-size: 24px;
  }
  .sec_06 .block_plus {
    background: url(/sp/nabe/img/nabe_plus.png) no-repeat center;
    -webkit-background-size: 40px 40px;
    background-size: 40px;
  }
  .sec_01 .h3_001 {
    font-size: 21px;
	}
}
@media only screen and (max-width: 480px) {
  .sec_06 .h2_black span {
    font-size: 16px;
  }
  .sec_06 .hotpot_bg .bl_circle .circle01 .circle01_text {
    height: 159px;
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
  }
  .sec_06 .h2_black span:before {
    position: absolute;
    display: table;
    content: '';
    background: url(/sp/nabe/img/nabe_note2.png) no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    width: 21px;
    height: 12px;
    top: 7px;
    right: -26px;
  }
  .sec_06 .h2_black span:after {
    position: absolute;
    display: table;
    content: '';
    background: url(/sp/nabe/img/nabe_note1.png) no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    width: 21px;
    height: 12px;
    top: 7px;
    left: -26px;
  }
  .sec_06 .more {
    width: 100%;
    text-align: center;
    background: url(/sp/nabe/img/nabe_arrow_down.png) no-repeat center bottom;
    -webkit-background-size: 116px 116px;
    background-size: 116px;
    min-height: 67px;
    margin-top: 22px;
    font-size: 18px;
  }
  .sec_06 .hotpot .hp_list .hp_title {
    font-size: 51px;
  }
  .sec_06 .hotpot .hp_list .hp_title span {
    font-size: 32px;
    font-weight: bold;
  }
  .sec_06 .hotpot .hp_list .hp_li03 {
    padding-bottom: 249px;
  }
  .sec_06 .sauce_wrap .sauce_content .h3_sauce {
    font-size: 30px;
  }
  .sec_06 .food .food_title {
    font-size: 28px;
  }
  .sec_06 .food .food_title span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 375px) {
  .sec_06 .hotpot_bg .bl_circle .circle01 .circle01_text {
    height: 130px;
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
  }
  .sec_06 .more {
    width: 100%;
    text-align: center;
    background: url(/sp/nabe/img/nabe_arrow_down.png) no-repeat center bottom;
    -webkit-background-size: 96px 96px;
    background-size: 96px;
    min-height: 56px;
    margin-top: 16px;
    font-size: 15px;
  }
  .sec_06 .hotpot .hp_list .hp_title span {
    font-size: 28px;
    font-weight: bold;
  }
  .sec_06 .hotpot .hp_list .hp_title {
    font-size: 43px;
  }
  .sec_06 .hotpot .hp_list .hp_li03 {
    padding-bottom: 230px;
  }
  .sec_06 .sauce_wrap .sauce_content .h3_sauce {
    font-size: 25px;
  }
  .sec_06 .food .food_title {
    font-size: 26px;
  }
  .sec_06 .food .food_content {
    font-size: 30px;
  }
  .sec_06 .food .food_content .food_text {
    font-size: 23px;
    font-weight: bold;
  }
  .sec h2 {
    font-size: 21px;
	}
}
.sec_02 .mt40 {
  margin-top: 40px;
}
.sec_02 .mt20 {
  margin-top: 20px;
}
.sec_02 h2 {
	margin-bottom: 40px;
}
.sec_02 p {
	color: #665d5a;
	font-size: 18px;
	text-align: left;
	margin-top: 40px;
	line-height: 1.7;
}
.sec_02 .bg {
  background: url(/sp/nabe/img/nabe_bg2.png) no-repeat;
  background-color: rgba(213, 186, 0, 0.1);
  padding-top: 65px;
  padding-bottom: 15px;
  background-position: 84% 3%;
}
.sec_02 .ico-h3 {
	padding-bottom: 42px;
	padding-top: 45px;
}
.sec_02 .ico-h3 h3.ico-01 {
	text-align: left;
	color: #665d5a;
}
.sec_02 .ico-h3 h3.ico-01:after {
 content: "";
 display: block;
 height: 5px;
 width: 100%;
 background: url(/sp/nabe/img/nabe_line3.png) no-repeat;
 bottom: -10px;
}
.sec_02 .ico-h3 h3.ico-01 img {
  margin-right: 10px;
  width: 42px;
  height: 44px;
  margin-top: 21px;
}
.sec_02 .ico-h3 h3.ico-01a {
  text-align: left;
  color: #665d5a;
}
.sec_02 .ico-h3 h3.ico-01a img {
  width: 40px;
  height: 42px;
}
.sec_02 .ico-h3 h3.ico-01a:after {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: url(/sp/nabe/img/nabe_line3.png) no-repeat;
  bottom: -15px;
}
.sec_02 .btn-cla_foods.btn-01 ul {
  margin-left: -35px;
  margin-right: -35px;
}
.sec_02 .btn-cla_foods.btn-01 li {
  margin-left: 0;
  margin-right: 0;
  width: 33.333333%;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 30px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sec_02 .btn-cla_foods.btn-01 li:hover {
  background: none;
}
.sec_02 .btn-cla_foods.btn-01 li:hover a{
  color: #231815;
}
.sec_02 .btn-cla_foods.btn-01 li div {
  border: 1px solid #918769;
  padding: 2px;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  background: #fff url(/shared/img/svg/ar07.svg) no-repeat right 15px center;
  background-size: 19px 11px !important;
  -webkit-background-size: 19px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.sec_02 .btn-cla_foods.btn-01 li div:hover {
	background: #808080 url(/shared/img/svg/ar06.svg) no-repeat right 15px center;
}
.sec_02 .btn-cla_foods.btn-01 li div:hover a {
  color: #fff;
}
.sec_02 .btn-cla_foods.btn-01 a {
  padding: 30px 30px 30px 30.83%;
	border: 1px solid #665d5a;
	display: block;
	font-size: 21px;
  text-align: left;
  line-height: 1.2em;
}
.sec_02 .btn-cla_foods.btn-01 .anchor, .sec_02 .btn-cla_foods.btn-01 .anchor1, .sec_02 .btn-cla_foods.btn-01 .anchor2, .sec_02 .btn-cla_foods.btn-01 .anchor3, .sec_02 .btn-cla_foods.btn-01 .anchor4, .sec_02 .btn-cla_foods.btn-01 .anchor5, .sec_02 .btn-cla_foods.btn-01 .anchor6 {
	-webkit-background-size: 54px 54px;
	background-size: 54px 54px;
	background: url(/sp/nabe/img/nabe_anchor1.png) no-repeat;
	background-position: 9% center;
}
.sec_02 .btn-cla_foods.btn-01 .anchor2 {
  background: url(/sp/nabe/img/nabe_anchor2.png) no-repeat;
  background-position: 7% center;
}
.sec_02 .btn-cla_foods.btn-01 .anchor3 {
  background: url(/sp/nabe/img/nabe_anchor3.png) no-repeat;
  background-position: 7% center;
}
.sec_02 .btn-cla_foods.btn-01 .anchor4 {
  background: url(/sp/nabe/img/nabe_anchor4.png) no-repeat;
  background-position: 7% center;
}
.sec_02 .btn-cla_foods.btn-01 .anchor5 {
  background: url(/sp/nabe/img/nabe_anchor5.png) no-repeat;
  background-position: 7% center;
}
.sec_02 .btn-cla_foods.btn-01 .anchor6 {
  background: url(/sp/nabe/img/nabe_anchor6.png) no-repeat;
  background-position: 7% center;
}
.sec_02 .btn-cla_foods.btn-01 .anchor7 {
  background: url(/sp/nabe/img/nabe_anchor7.png) no-repeat;
  background-position: 7% center;
}
.sec_02 .btn-cla_foods.btn-01 .anchor8 {
  background: url(/sp/nabe/img/nabe_anchor8.png) no-repeat;
  background-position: 7% center;
}
.sec_02 ul.column.col7 {
  margin-left: -15px;
  margin-right: -15px;
}
.sec_02 ul.column.col7 li:nth-child(7n) {
  margin: 0;
}
.sec_02 ul.column.col7 li {
  width: 10%;
  margin: 0;
  background: transparent;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.cl-height-fix .sec_02 ul.column.col7 li {
  height: 129px;
}
.sec_02 ul.column.col7 li a {
	color: #000;
}
.sec_02 .txt-foods {
	text-align: left;
	margin-top: -10px;
	padding-top: 0;
	font-size: 24px;
}
.sec_02 .txt-foods img {
	margin-right: 10px;
}
.sec_02 .txt-foods img.img_n {
  width: 27px;
  height: 20px;
}
.sec_02 .txt-foods img.img_y {
  width: 29px;
  height: 25px;
}
.sec_02 .txt-foods img.img_g {
  width: 35px;
  height: 21px;
}
.sec_02 ul.column li p.column-text-ttl-center {
	color: #000;
	text-align: left;
	font-weight: 500;
	padding-left: 0;
	margin-top: 2px;
	font-size: 15.6px;
	padding: 0;
	letter-spacing: -0.1px;
  height: 2em;
}
@media only screen and (max-width: 767px) {
  .sec_02 h2 {
    margin-bottom: 30px;
  }
	.sec_02 .ico-h3 {
		padding-top: 50px;
	}
  .sec_02 .bg {
    background-size: 32%;
    background-position: 101% 3%;
  }
  .sec_02 p {
    font-size: 13px;
    line-height: 24px;
  }
  .sec_02 .btn-cla_foods.btn-01 li {
    width: 50%;
  }
  .sec_02 ul.column.sp2 li, .sec_02 ul.column.sp2 li:nth-child(5n), .sec_02 ul.column.col7 li:nth-child(7n) {
    width: 50%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sec_02 .btn-cla_foods.btn-01 ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .sec_02 .btn-cla_foods.btn-01 li {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sec_02 .box-cla_foods {
		margin-top: 35px;
  }
  .sec_02 .accordion {
  	background: url(/shared/img/svg/ar07.svg) no-repeat right 15px center;
    background-color: #fff;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    border: 1px solid #918769;
    padding: 2px;
    margin-top: 20px;
  }
  .sec_02 .accordion.ard.active {
  	background: url(/sp/nabe/img/ar07c.png) no-repeat right 15px center;
    background-color: #fff;
    background-size: 19px;
  }
  .sec_02 .accordion p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border: 1px solid #aca58e;
    font-size: 14px;
  }
  .sec_02 .active, .sec_02 .accordion:hover {
    background-color: #ccc;
  }
  .sec_02 .panel {
    background-color: transparent;
    display: none;
    overflow: hidden;
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .sec_02 .panel li {
    width: 33.33333333% !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10 !important;
  }
  .sec_02 .btn-cla_foods.btn-01 a {
    border: 1px solid #665d5a;
    display: block;
    font-size: 16px;
	}
  .sec_02 .ico-h3 h3.ico-01 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .sec_02 .anchor, .sec_02 .btn-cla_foods.btn-01 .anchor1, .sec_02 .btn-cla_foods.btn-01 .anchor2, .sec_02 .btn-cla_foods.btn-01 .anchor3, .sec_02 .btn-cla_foods.btn-01 .anchor4, .sec_02 .btn-cla_foods.btn-01 .anchor5, .sec_02 .btn-cla_foods.btn-01 .anchor6 {
    -webkit-background-size: 40px 40px;
    background-size: 40px;
    background-position: 4% center;
  }
}
@media only screen and (max-width: 480px) {
  .sec_02 .btn-cla_foods.btn-01 li:nth-child(2n) {
    padding-right: 15px;
    padding-left: 7px;
	}
	.sec_02 .btn-cla_foods.btn-01 li:nth-child(2n+1) {
    padding-right: 7px;
    padding-left: 15px;
	}
	.sec_02 .btn-cla_foods.btn-01 li div {
    border: 1px solid #918769;
    padding: 2px;
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    background: url(/shared/img/svg/ar07.svg) no-repeat right 10px center;
    background-color: #fff;
    background-size: 13px 7px !important;
    -webkit-background-size: 13px;
	}
  .sec_02 .btn-cla_foods.btn-01 li div:hover {
    background: url(/shared/img/svg/ar07.svg) no-repeat right 10px center;
  }
	.sec_02 .anchor, .sec_02 .btn-cla_foods.btn-01 .anchor1,
  .sec_02 .btn-cla_foods.btn-01 .anchor2,
  .sec_02 .btn-cla_foods.btn-01 .anchor3,
  .sec_02 .btn-cla_foods.btn-01 .anchor4,
  .sec_02 .btn-cla_foods.btn-01 .anchor5,
  .sec_02 .btn-cla_foods.btn-01 .anchor6,
  .sec_02 .btn-cla_foods.btn-01 .anchor7,
  .sec_02 .btn-cla_foods.btn-01 .anchor8{
    width: 207px;
    height: 55px;
    padding: 0 10% 0 30%;
    font-size: 12px;
    background-size: 20%;
    background-position: 4% center;
    display: table-cell;
    vertical-align: middle;
	}
}
.sec_05 .contents-outer {
  background-color: rgba(213, 186, 0, 0.1);
  position: relative;
}
.sec_05 .sec-products .sec-products-slider .img-products-slider {
  padding-top: 10px;
}
.sec_05 .contents-inner {
  position: relative;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.sec_05 .sec-products .ttl_h3 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #c31300;
  margin-top: 60px;
  margin-bottom: 60px;
  background: url(/sp/nabe/img/nabe_bgcook.png) no-repeat center;
  height: 124px;
  padding-top: 34px;
}
.cl-height-fix .sec_05 .sec-products .ttl_h3 {
  height: 124px;
  overflow: hidden;
}
.sec_05 .sec-products .ttl_h3  .ttl_h3_inner {
  font-weight: bold;
}
.cl-height-fix .sec_05 .sec-products .ttl_h3 .ttl_h3_inner + .ttl_h3_inner {
  opacity: 0;
}
.sec_05 .nabe_bgright1 {
  background: url(/sp/nabe/img/nabe_bgright1.png) no-repeat;
  position: absolute;
  display: inline-block;
  width: 304px;
  height: 353px;
  display: inline-block;
  top: 10px;
  right: 0;
}
.sec_05 .nabe_bgleft {
  background: url(/sp/nabe/img/nabe_bgleft.png) no-repeat;
  position: absolute;
  display: inline-block;
  position: absolute;
  display: inline-block;
  width: 316px;
  height: 236px;
  top: 10px;
}
@media only screen and (max-width: 767px) {
	.sec_05 .nabe_bgleft {
    background: url(/sp/nabe/img/nabe_bgleft.png) no-repeat;
    position: absolute;
    display: inline-block;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 200px;
    background-size: 35%;
    background-position-y: 14%;
    top: 10px;
	}
	.sec_05 .nabe_bgright1 {
    background: url(/sp/nabe/img/nabe_bgright1.png) no-repeat right;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 450px;
    background-size: 30%;
    background-position: right 9% top 1%;
    display: inline-block;
    top: 10px;
    right: 0;
	}
	.sec_05 .sec-products .ttl_h3 {
    margin-top: 20px;
    margin-bottom: 35px;
    background: url(/sp/nabe/img/nabe_bgcook.png) no-repeat center;
    height: 124px;
    background-size: 80px;
    padding-top: 31px;
    font-size: 18px;
  }
  .cl-height-fix .sec_05 .sec-products .ttl_h3 {
    height: 124px;
  }
	.sec_05 .contents-inner {
    padding-top: 30px;
    padding-bottom: 25px;
	}
	.sec_05 .contents-outer {
    margin-top: 0;
	}
}
@media screen and (min-width: 641px) {
  .sec_05 .sec-products .mod-products-slider .sec-products-slider {
    height: 210px;
    margin: 0 0px;
    position: relative;
    width: 125px;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
  }
  .sec_05 .sec-products .mod-products-slider .sec-products-slider .img-products-slider {
    width: auto;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-transform: translate(0, 0) rotate(0) scale(1);
    -ms-transform: translate(0, 0) rotate(0) scale(1);
    -o-transform: translate(0, 0) rotate(0) scale(1);
    transform: translate(0, 0) rotate(0) scale(1);
    position: absolute;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }
  .sec_05 .sec-products .mod-products-slider .sec-products-slider.slick-current {
    width: 200px;
  }
  .sec_05 .sec-products .mod-products-slider .sec-products-slider.slick-center .img-products-slider {
    -webkit-transform: translateY(0) scale(1.6);
    -ms-transform: translateY(0) scale(1.6);
    -o-transform: translateY(0) scale(1.6);
    transform: translateY(0) scale(1.6);
    z-index: 2;
  }
}
.list_product {
  padding: 0 0 30px;
}
.cl-height-fix .list_product {
  height: 215px;
  overflow: hidden;
}
.list_product .slick-list {
  padding: 0!important;
}
.list_product .slick-slide {
  text-align: center;
  position: relative;
}
.list_product .slick-slide img {
  display: inline-block;
  transition: all .4s ease;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 140px;
  width: auto;
  -webkit-transform: translate(20px,-20px) scale(1);
  transform: translate(0) scale(1);
}
.list_product .slick-slide.slick-center img {
  z-index: 2;
  -webkit-transform: translate(0) scale(1.4);
  transform: translate(0) scale(1.4);
}
@media screen and (max-width:767px) {
  .list_product {
    width: 80%; 
    margin: 0 auto;
  }
}
@media screen and (min-width:641px) {
  .sec-products {
    margin-top: -30px;
  }
  .list_product .slick-slide {
    height: 195px;
  }
  .list_product .slick-arrow {
    width: 18px;
    height: 30px;
  }
  .list_product .slick-prev {
    margin-left: -30px;
  }
  .list_product .slick-next {
    right: -30px;
  }
}
@media screen and (max-width:640px) {
  .cl-height-fix .list_product {
    height: 170px;
  }
  .list_product .slick-slide {
    height: 150px;
  }
  .list_product .slick-slide img {
    width: auto;
    max-height: 110px;
  }
  .list_product .slick-next,.list_product .slick-prev {
    height: 32px;
    margin-top: 10px;
    width: 20px;
  }
  .list_product .slick-prev {
    left: -23px;
  }
  .list_product .slick-next {
    right: -26px;
  }
  .list_product {
   width: 90%;
  }
}
@media screen and (max-width:480px) {
  .sec-products {
    margin-top: -30px;
  }
  .list_product .slick-slide img {
    max-height: 95px;
  }
  .list_product .slick-next,.list_product .slick-prev {
    margin-top: 12px;
  }
  .list_product .slick-slide {
    height: 130px;
  }
}
@media screen and (max-width:375px) {
  .sec-products {
    margin-top: -50px;
  }
  .list_product .slick-slide {
    height: 140px;
  }
  .list_product .slick-slide img {
    max-height: 100px;
  }
}
.sec.sec_03 {
  background: #734a22;
}
.sec.sec_03 h2 {
  color: #e9e7e1;
  margin-bottom: 36px;
}
.sec.sec_03 h2:before, .sec.sec_03 h2:after {
  background: url(/sp/nabe/img/nabe_line2.png) repeat-x top right;
}
@media (max-width: 767px) {
  .sec.sec_03 h2 {
    color: #c4af96;
  }
}
.sec.sec_03 .contents-outer {
  padding-top: 42px;
}
@media (max-width: 767px) {
  .sec.sec_03 .contents-outer {
    padding-top: 25px;
  }
}
.sec.sec_03 .contents-inner {
  position: relative;
}
.sec.sec_03 .contents-inner:before {
  content: '';
  background: url(/sp/nabe/img/nabe_bg3.png) no-repeat;
  width: 243px;
  height: 293px;
  display: inline-block;
  position: absolute;
  top: -16px;
  left: -62px;
}
@media (max-width: 767px) {
  .sec.sec_03 .contents-inner:before {
    -webkit-background-size: 50% 50%;
    background-size: 50%;
    top: 0;
    left: 13px;
  }
}
.sec.sec_03 .contents-inner:after {
  content: '';
  background: url(/sp/nabe/img/nabe_bg4.png) no-repeat;
  width: 224px;
  height: 318px;
  display: inline-block;
  position: absolute;
  top: -16px;
  right: -62px;
}
@media (max-width: 767px) {
  .sec.sec_03 .contents-inner:after {
    -webkit-background-size: 50% 50%;
    background-size: 50%;
    top: -18px;
    right: -93px;
  }
}
.sec.sec_03 .contents-inner .ic-sec {
  display: block;
  text-align: center;
  margin-bottom: 17px;
}
.sec.sec_03 .contents-inner .ic-sec img {
  width: 39px;
  height: 35px;
}
@media (max-width: 767px) {
  .sec.sec_03 .contents-inner .ic-sec {
    margin-bottom: 13px;
  }
}
@media (min-width: 768px) {
  .sec.sec_03 .slick-next {
    right: -50px;
  }
}
.sec.sec_03 .slick-next:before {
  content: "";
  background: url(/sp/nabe/img/nabe_arwhitenext.png) no-repeat;
  width: 29px;
  height: 48px;
}
@media (max-width: 767px) {
  .sec.sec_03 .slick-next:before {
    -webkit-background-size: 50% 50%;
    background-size: 50%;
  }
}
@media (min-width: 768px) {
  .sec.sec_03 .slick-prev {
    left: -50px;
  }
}
.sec.sec_03 .slick-prev:before {
  content: "";
  background: url(/sp/nabe/img/nabe_arwhiteprev.png) no-repeat;
  width: 29px;
  height: 48px;
}
@media (max-width: 767px) {
  .sec.sec_03 .slick-prev:before {
    -webkit-background-size: 50% 50%;
    background-size: 50%;
  }
}
.sec.sec_03 ul.carousel.carousel-nabe {
  z-index: 7;
}
.sec.sec_03 ul.carousel.carousel-nabe li .carousel-text-ttl {
  margin-bottom: 18px;
  text-align: left;
}
.sec_08 {
	padding-top: 50px;
}
.sec_08 .sp-box {
	padding-bottom: 60px;
}
.sec_08 p.ttl-sp {
	color: #df0000;
}
.sec_08 .ttl-arrow{
	background: unset;
}
.sec_08 .sp-main-area{
	background: #fff;
}
.sec_08 .sp-main-area:hover{
  background: #e0dac9;
}
.sec_08 .sp-main-area .txt-sp{
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.sec_08 .sp-box {
		padding-bottom: 50px;
	}
  .sec.sec_03 ul.carousel.carousel-nabe li .carousel-text-ttl {
    height: auto;
  }
}
.btn-more-tw {
  width: 640px;
  margin: 0 auto;
}
/* .btn-more-tw .btn-more {
  float: left;
} */
.btn-more-tw .btn-more + .btn-more {
  float: right;
}
.cl-height-fix .area-details .sec-details .sec-details-inner {
  height: 583px;
}
@media only screen and (max-width: 767px) {
  .btn-more-tw {
    width: 100%;
  }
  .btn-more-tw .btn-more,
  .btn-more-tw .btn-more + .btn-more {
    float: none;
  }
  .cl-height-fix .area-details .sec-details .sec-details-inner {
    height: 230px;
  }
}

/* .sec_09 */
.sec_09 {
  /* margin-top: -106px; */
  position: relative;
}
.sec_09 h2:after
.sec_09:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(213, 186, 0, 0.1);
}
.sec_09 .bg {
  background-image: url(/sp/nabe/img/nabe_bg9.png);
  background-repeat: no-repeat;
  background-position: left 83% top 0;
  /* padding-top: 104px; */
  background-color: rgba(213, 186, 0, 0.1);
}
.sec_09 h2:before,
.sec_09 h2:after {
  content: none;
}
.sec_09 h2 {
  font-size: 36px;
}
.sec_09 .letro_box {
  position: relative;
}
.sec_09 .letro_box span {
  font-weight: bold;
  position: relative;
}
.sec_09 .letro_box span:after {
  content: "";
  display: block;
  width: 75px;
  height: 71px;
  background: url(/sp/nabe/img/ucg_balloon01.png) no-repeat center;
  background-size: 73px 70px;
  top: -49px;
  left: -77px;
  margin: auto;
  position: absolute;
}
@media only screen and (max-width: 640px) {
  .sec_09 .bg {
    /* background-position-x: 100%; */
    /* background-position-y: 160px; */
    background-size: 32%;
    /* padding-top: 181px; */
  }
  #vtdr_body .vtdr_clear {
    padding-top: 5px;
  }
  .sec.sec_09 p{
    line-height: inherit;
  }
  .sec_09 h2 {
    font-size: 24px;
  }
  .sec_09 .letro_box span:after {
    width: 35px;
    height: 40px;
    background-size: 25px 23.97px;
    top: -15px;
    left: -37px;
  }
}
/*added sec_10 id*/

.sec_10 .carousel li p.carousel-text-yellow {
  font-size: 14px;
  color: #000;
}
.sec_10 .carousel-nabe-wrap3 {
  margin-top: 40px;
}
.sec-10 .btn-more {
  margin-top: 35px;
}

.person .avatar {
  float: left;
  width: 22%;
}

.person span {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  float: right;
  width: 75.65%;
  margin-top: 20px;
  padding: 7px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #c80f00;
}

.person span::after {
  position: absolute;
  top: 29%; 
  left: -11px;
  width: 0;
  margin-left: 0;
  content: '';
  border-top: 9px solid transparent;
  border-right: 17px solid #c80f00;
  border-bottom: 9px solid transparent;
}

@media only screen and (min-width:641px) and (max-width:767px) {
  .person .avatar {
    width: 30%;
  }
  .person span {
    font-size: 12px;
    margin-top: 0;
    padding: 5px;
    height: 36px;
    width: 65.65%;
    line-height: 13px;
  }

  .person span::after {
    top: 50%;
    left: -12px;
    border-top: 6px solid transparent;
    border-right: 12px solid #c80f00;
    border-bottom: 6px solid transparent;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width:481px) and (max-width:640px) {
  .person span {
    font-size: 16px;
    margin-top: 4%;
    padding: 10px;
  }

  .person span::after {
    top: 35%;
    left: -14px;
    border-top: 10px solid transparent;
    border-right: 22px solid #c80f00;
    border-bottom: 10px solid transparent;
  }
}
@media only screen and (max-width:880px) {
  .sec_10  ul.carousel.carousel-nabe li .carousel-text-ttl {
    margin-bottom: 18px;
  }
}
@media only screen and (max-width:480px) {
  .person span {
    font-size: 14px;
    margin-top: 20px;
    padding: 2% 10px;
  }
}

@media only screen and (max-width:414px) {
  .person span {
    font-size: 12px;
    margin-top: 5%;
    padding: 2% 3px;
  }

  .person span::after {
    left: -9px;
    border-top: 6px solid transparent;
    border-right: 12px solid #c80f00;
    border-bottom: 6px solid transparent;
  }
}
.sec_10 .contents-inner > p {
  line-height: 34px;
}
.sec_10 .h2_004 {
  margin-bottom: 35px;
}
.sec_10  .contents-outer {
  padding-bottom: 50px;
}
@media only screen and (max-width:767px) {
  .sec_10 .contents-inner > p {
    line-height: 24px;
  }
}

.conts_bnr {
  text-align: center;
  padding-bottom: 30px;
}
.conts_bnr a {
  display: inline-block;
}
.conts_bnr a img {
  width: 900px;
  max-width: 100%;
  height: auto;
}

.btn-cla_foods.btn-01.nabe ul li a{
  display: flex;
  align-items: center;
}