@charset "utf-8";

/*------------------  style.css  ------------------*/


/*------------  main_visual  ------------*/

#home .main_visual_wrapper{
  position: relative;
}

#home .main_visual_wrapper .main_visual {
  overflow: hidden;
  position: relative;
/*  height: 630px;*/
  background: #000;
}

.main_visual_wrapper .main_text_wrapper {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding: 20px 0;
  background: rgba(0, 0, 0, .5);
  display: flex;
}

.main_visual_wrapper .main_text_left {
  width: 50%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.main_visual_wrapper .main_text_right {
  width: 50%;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.main_visual_wrapper .main_text_right a {
  color: #fff;
}

/*------------  full slider  ------------*/

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 630px;
  margin: 0;
}
.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}

/*------------  slider  ------------*/

.slider_wrapper {
  padding: 60px 0 80px;
}

.slider_wrapper .title {
  max-width: 1200px;
  padding: 0 40px;
  margin: 0 auto 40px;
  display: flex;
  flex-flow: column;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.slider {
  position: absolute;
/*  top: 50%;*/
/*  transform: translate(0,-50%);*/
/*  max-width: 1120px;*/
  margin: 0 auto;
  padding: 0;
}

.slider:before {
  position: absolute;
  z-index: 5;
  content: "";
  height: 100%;
  width: 100%;
/*  background: rgba(0, 0, 0, .25);*/
}

.slider .pc {
  display: block;
}

.slider .sp {
  display: none;
}

.slider a:hover {
  /*opacity: 1;*/
}

.slick-loading .slick-list {}

.slick-slide {
  /*margin: 0 .23%;*/
  font-weight: 500;
  text-align: center;
}

.slick-slide img {
    margin: 0 auto;
}

.slick-slide .type {
  /*margin: 0 0 5px;*/
  margin: 25px 0 5px;
  font-size: 1.3rem;
}

.slick-slide .name {
  font-size: 1.8rem;
}

/* Arrows */
.prev-arrow:hover, .prev-arrow:focus, .next-arrow:hover, .next-arrow:focus {
  opacity: .5;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}

.slick-arrow-prev {
  left: 100px;
}

.slick-arrow-next {
  right: 100px;
  transform: translateY(-50%) scaleX(-1);
}

svg .svg-elem-arrow {
  fill: rgb(255, 255, 255);
}


/* Dots */

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: .4;
}

.slick-dots li button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  opacity: .6;
  background: #ccc;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #e6002d;
}


/*------------  nav  ------------*/

#nav {
  margin: 0 auto 70px;
}

#nav .nav_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px 0;
  background: #fff;
}

#nav .nav_inner .nav {
  position: relative;
  flex-basis: 16%;
}

#nav .nav_inner .nav::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 90%;
  background: #cfcac5;
  transform: translate(0, -50%) rotate(18deg);
}

#nav .nav_inner .nav:last-child::after {
  display: none;
}

#nav .nav_inner .nav a {
  display: block;
  height: 80px;
  text-indent: -9999px;
  overflow: hidden;
}

#nav .nav_inner .nav01 a {
  background: url('/images/nav01.png') no-repeat center;
  background-size: 80px 80px;
}

#nav .nav_inner .nav02 a {
  background: url('/images/nav02.png') no-repeat center;
  background-size: 80px 80px;
}

#nav .nav_inner .nav03 a {
  background: url('/images/nav03.png') no-repeat center;
  background-size: 80px 80px;
}

#nav .nav_inner .nav04 a {
  background: url('/images/nav04.png') no-repeat center;
  background-size: 80px 80px;
}

#nav .nav_inner .nav05 a {
  background: url('/images/nav05.png') no-repeat center;
  background-size: 80px 80px;
}

#nav .nav_inner .logo {
  /*
flex-basis: 22%;
*/
  flex-basis: 20%;
}

#nav .nav_inner .logo h1 {
  margin: 0 auto;
  max-width: 108px;
}

#nav .nav_inner .nav05 a {
  background: url('/images/nav05.png') no-repeat center;
  background-size: auto;
  background-size: 80px 80px;
}

#banner {
  margin: 0 auto 40px;
}

#banner .delivery .btn {
  margin: 0 auto;
  max-width: 680px;
}

/*------------  section-news  ------------*/

#section-news {
}

#section-news .title {
    margin: 30px auto 20px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    font-size: 3rem;
    font-weight: 600;
}

#section-news .news_inner {
    margin: 0 auto;
}

#section-news .home_news_inner .title {
  flex-flow: row;
  align-items: baseline;
  margin: 0 0 10px;
}

#section-news .news_block {
  padding: 30px 0 10px;
}

#section-news .news_block a {
  color: #331a0c;
}

#section-news .news_inner_detail a {
  text-decoration: underline;
}

#section-news .news_block .post {
  display: flex;
  padding: 22px 3.2%;
  border-top: 1px solid #e4e4e4;
  line-height: 1.5;
}

#section-news .news_block .post:last-child {
  border-bottom: 1px solid #e4e4e4;
}

#section-news .news_block .date {
  width: 124px;
  font-size: 1.5rem;
  font-weight: 500;
}

#section-news .news_block .item {
  width: 82%;
  font-weight: 500;
}

#section-news .home_news_inner .news_block {
  padding: 20px 0;
}

#section-news .home_news_inner .post {
  padding: 22px 3.2%;
}

#section-news .home_news_inner .post:last-child {
}

#section-news .news_inner_detail {
  margin: 0 auto;
}

#section-news .news_inner_detail .post {
  display: block;
  padding: 27px 0;
  border: none;
}

#section-news .news_inner_detail .date {
  width: 110px;
  font-size: 1.8rem;
  line-height: 1.2;
}

#section-news .news_inner_detail .post_inner {
  display: flex;
  flex-wrap: wrap;
}

#section-news .news_inner_detail .post_inner .item {
  width: 100%;
  margin: 15px 0 30px;
  font-size: 2.2rem;
  font-weight: 600;
}

#section-news .news_inner_detail .item_detail {
  padding: 80px 0 40px;
  border-top: 1px solid #e4e4e4;
  line-height: 1.8;
}

#section-news .news_inner_detail .item_detail img {
  display: block;
  margin: 0 auto;
}

#section-news .to_detail_pc {
  display: flex;
  justify-content: center;
  margin: 0 2.2% -70px;
  padding: 40px 0;
}

#section-news .to_detail_right {
  justify-content: flex-end;
}

#section-news .to_detail_pc .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27px;
  padding: 0 0 2px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

#section-news .to_detail_pc .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 1px;
}

#section-news .to_detail_pc .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(0, -45%);
  width: 25px;
  height: 25px;
  background: url('../images/common/icon_link_arrow_black.png') no-repeat center center;
  background-size: 6px 11px;
  border:1px solid #000;
}

/* news icon */

.post_icon {
  margin: 0 40px 0 0;
  padding: 5px 0 0;
  max-height: 25px;
  width: 8%;
  min-width: 90px;
  background: #bbbbbb;
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.post_inner .post_icon {
  padding: 3px 0 0;
  width: 120px;
  font-size: 1.5rem;
  text-align: center;
}

.icon_product {
  background: #e7edd6;
}

.icon_column {
  background: #e1f0f4;
}

.icon_menu {
  background: #f5981f;
}

.icon_caution {
  background: #f55a5a;
}

.icon_other {
  background: #9e9e9e;
}

/*------------  section-product-detail  ------------*/

#section-product-detail {
  max-width: 1120px;
  margin: 0 0 70px;
}

#section-product-detail .title {
  margin: 30px auto 20px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  font-size: 3rem;
  font-weight: 600;
}

#section-product-detail .news_block {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 6% 10px;
}

#section-product-detail .news_block a {
  color: #331a0c;
}

#section-product-detail .news_inner_detail a {
  color: #e40000;
}

#section-product-detail .news_block .post {
  display: flex;
  padding: 27px 20px;
  line-height: 1.5;
}

#section-product-detail .news_block .item {
  width: 82%;
}

#section-product-detail .news_inner_detail {
  max-width: 1160px;
  margin: 0 auto;
}

#section-product-detail .news_inner_detail .post {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 5% 80px;
  width: 100%;
}

#section-product-detail .news_inner_detail .date {
  width: 98px;
  font-size: 2rem;
  line-height: 1.2;
}

#section-product-detail .news_inner_detail .post_inner {
  width: 70%;
  padding: 0 0 0 12%;
}

#section-product-detail .news_inner_detail .post_inner .category {
  width: 100%;
  margin: 70px 0 5px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: .05em;
}

#section-product-detail .news_inner_detail .post_inner .item {
  width: 100%;
  margin: 5px 0 30px;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: .05em;
}

#section-product-detail .news_inner_detail .item_detail {
  padding: 0 0 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

#section-product-detail .news_inner_detail .item_price_wrapper {
  padding: 0 0 30px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}

#section-product-detail .news_inner_detail .item_price_title {
  margin: 0 0 5px;
}

#section-product-detail .news_inner_detail .item_price {
  display: flex;
  flex-wrap: wrap;
}

#section-product-detail .news_inner_detail .size {
  width: 14%;
}

#section-product-detail .news_inner_detail .item_detail img {
  display: block;
  margin: 0 auto;
}

#section-product-detail .news_inner_detail .item_detail_pic {
  width: 30%;
  line-height: 1.8;
}

#section-product-detail .news_inner_detail .item_detail_pic img {
  display: block;
  margin: 0 auto 20px;
}

#section-product-detail .news_inner_detail .item_detail_pic img:last-child {
  margin: 0 auto 0;
}

#section-product-detail .news_inner_detail .post_02 {
  width: 54%;
  padding: 30px 0;
}

@media screen and (max-width: 1200px) {
#section-product-detail .news_inner_detail .post_02 {
  width: 100%;
}
}

#section-product-detail .news_inner_detail .post_02 .post_inner {
    width: 94%;
    padding: 0;
}

#section-product-detail .news_inner_detail .item_compatibility_title,
#section-product-detail .news_inner_detail .item_taste_title {
  margin: 0 0 10px;
  font-size: 1.8rem;
  letter-spacing: .05em;
}

#section-product-detail .news_inner_detail .post_02 .item_detail {
    font-size: 1.5rem;
}

#section-product-detail .news_inner_detail .item_taste_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#section-product-detail .news_inner_detail .item_taste {
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 44px;
  margin: 0 3.4%;
}

#section-product-detail .news_inner_detail .item_taste:first-child {
  margin: 0 3.4% 0 1%;
}

#section-product-detail .news_inner_detail .item_taste:last-child {
  margin: 0 1% 0 3.4%;
}

#section-product-detail .news_inner_detail .item_taste:after {
  position: absolute;
  right: -34px;
  top: 17px;
  content: "";
  height: 1px;
  width: 32px;
  background: #ddd;
}

#section-product-detail .news_inner_detail .item_taste:last-child:after {
  position: absolute;
  right: -32px;
  top: 17px;
  content: "";
  height: 1px;
  width: 32px;
  background: none;
}

#section-product-detail .news_inner_detail .item_taste .level {
  font-size: 2.2rem;
}

#section-product-detail .news_inner_detail .item_taste .temperature {
  display: flex;
  align-items: center;
  height: 32px;
  font-size: 1.4rem;
  line-height: 1.1;
}

#section-product-detail .news_inner_detail .item_taste .temperature_small {
  font-size: 1.3rem;
}

#section-product-detail .news_inner_detail .post_03 {
  width: 46%;
  padding: 30px 0;
}

@media screen and (max-width: 1200px) {
#section-product-detail .news_inner_detail .post_03 {
  width: 100%;
}
}

#section-product-detail .news_inner_detail .post_03 .post_inner {
    width: 100%;
    padding: 0;
}

#section-product-detail .news_inner_detail .item_spec_wrapper {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 500;
}

#section-product-detail .news_inner_detail .item_spec {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  margin: 0 0 5px;
}

#section-product-detail .news_inner_detail .item_title {
  width: 55%;
}

#section-product-detail .news_inner_detail .detail {
  width: 45%;
}

#section-product-detail .news_inner_detail .note {
  margin: 30px 0 0;
}

#section-product-detail .to_detail_pc {
  display: flex;
  justify-content: center;
  margin: 0 2.2% -85px;
  padding: 40px 0;
}

#section-product-detail .to_detail_right {
  justify-content: flex-end;
}

#section-product-detail .to_detail_pc .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 27px;
  padding: 0 0 2px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

#section-product-detail .to_detail_pc .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 1px;
}

#section-product-detail .to_detail_pc .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(0, -45%);
  width: 25px;
  height: 25px;
  background: url('../images/common/icon_link_arrow_black.png') no-repeat center center;
  background-size: 6px 11px;
  border:1px solid #000;
}

/*------------  topics  ------------*/

.topics_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.topics_list a {
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 30px 0 34px;
  border: 1px solid #000;
}

.topics_list li .nav_icon {
  position: relative;
  top: 2px;
  margin: 0 18px 0 0;
}

.home_topics {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_topics .topics_list {}

.home_topics .topics_list li {
  margin: 10px 0;
  width: 640px;
  text-align: center;
}

/*------------  home_about  ------------*/

.about_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

.about_list a {
  color: #000;
}

.about_list h3 {
  margin: 6% 12% 3%;
  font-size: 2.4rem;
  letter-spacing: .05em;
  line-height: 1.25;
}

.about_list li {
  font-size: 1.5rem;
  font-weight: 500;
}

.about_list li p {
  margin: 30px 10% 20px 12%;
  line-height: 1.5;
}

.about_list .nav_icon {
  position: relative;
  top: -1px;
}

.home_about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_about_02 {
  background: url(../images/home/img_home_about_02_bg.jpg) center;
}

.home_about .about_list {
  width: 100%;
  color: #000;
  text-align: center;
}

.home_about h2 {
  margin: 6% 12% 3%;
  font-size: 2.4rem;
  letter-spacing: .05em;
  line-height: 1.25;
  font-feature-settings: "palt";
}

.home_about .about_list li {
  font-size: min(1.25vw,1.55rem);
}

.home_about .about_list li img {
  width: 100%;
}

.home_about .about_list_01 li:nth-child(1) {
  width: 63%;
  margin: 0;
}

.home_about .about_list_01 li:nth-child(2) {
  width: 33%;
  margin: 5% 2% 0;
}

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

.home_about .about_list_01 li:nth-child(1) {
  width: 58%;
}

.home_about .about_list_01 li:nth-child(2) {
  width: 40%;
  margin: 1% 1% 0;
}

}

.home_about .about_list_02 {
  max-width: 980px;
  margin: 30px auto;
}

.home_about .about_list_02 li {
}

.to_detail {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.to_detail_right {
  justify-content: flex-end;
}

.to_detail_inner {
  font-size: 1.2rem;
  text-align: left;
}

/*.to_detail .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  padding: 0 0 2px;
  background: #fff;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.to_detail .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 1px;
}

.to_detail .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -40%);
  width: 6px;
  height: 11px;
  background: url('../images/common/icon_link_arrow_black.png') no-repeat;
  background-size: contain;
}*/

/*------------  background_group  ------------*/
#bgmedia_pagebackground{
background-repeat:no-repeat;
background-size:cover;
background-position:center top;
width:100%;
height:100vh;
position:fixed;
z-index:-1;
}
#bgmedia_pagebackground:after{
  position: absolute;
  top: 0;
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .5);
}

#authentic-ramen #bgmedia_pagebackground{
background-image:url(../images/common/img_background_01_pc.jpg);
}
#menu #bgmedia_pagebackground{
background-image:url(../images/common/img_background_04_pc.jpg);
}
#allergen #bgmedia_pagebackground{
background-image:url(../images/common/img_background_04_pc.jpg);
}
#take-away #bgmedia_pagebackground{
background-image:url(../images/common/img_background_03_pc.jpg);
}
#delivery #bgmedia_pagebackground{
background-image:url(../images/common/img_background_03_pc.jpg);
}
#reservation #bgmedia_pagebackground{
background-image:url(../images/common/img_background_02_pc.jpg);
}
#locations #bgmedia_pagebackground{
background-image:url(../images/common/img_background_03_pc.jpg);
}
#recruitment #bgmedia_pagebackground{
background-image:url(../images/common/img_background_05_pc.jpg);
}
#feedback #bgmedia_pagebackground{
background-image:url(../images/common/img_background_06_pc.jpg);
}

/*------------  mesh_content  ------------*/
.mesh_content {
 margin: 5px auto;
 padding: 10px;
 background: rgba(96, 96, 96, .5);
}

a.anchor_default {
    display: block;
    position: relative;
    top: -74px;
    visibility: hidden;
}

/*------------  section-menu-select  ------------*/

#section-menu-select {
  padding: 0;
}

#section-menu-select .menu_inner {
  padding: 10px;
  background: #fff;
}

#section-menu-select .title {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 30px 0;
  color: #000;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}
#section-menu-select .home_menu_inner .title {
  flex-flow: row;
  align-items: baseline;
}

#section-menu-select .title .en {
  color: #e40000;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 5rem;
}
#section-menu-select .home_menu_inner .title .en {
  margin: 0 15px 0 0;
  font-size: 4.4rem;
}

#section-menu-select .tab_block .tab_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10;
  padding: 10px 0 0;
  border-bottom: 2px solid #e4e4e4;
}

#section-menu-select .tab_block .tab_btn a {
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e40000;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

#section-menu-select .tab_block .tab_btn .btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  bottom: -2px;
  padding: 0 4% 10px;
  border-bottom: 2px solid #e4e4e4;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #e40000;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
  width: 23%;
}

#section-menu-select .tab_block .tab_btn .img {
  display: flex;
  align-items: center;
  height: 50px;
}

#section-menu-select .tab_block .tab_btn .ja {
  display: flex;
  align-items: center;
  height: 37px;
}

#section-menu-select .tab_contents .tab_title_block {
    display: none;
}

#section-menu-select .tab_block .tab_btn .ja_sbb_svs {
  font-size: 1.3rem;
}

#section-menu-select .tab_block .tab_btn .btn:hover {
  border-bottom: 2px solid #e40000;
}

#section-menu-select .tab_block .tab_btn .btn.select {
  border-bottom: 2px solid #e40000;
}

#section-menu-select .home_menu_inner #tab02 {
  display: none;
}

#section-menu-select .home_menu_inner #tab03 {
  display: none;
}

#section-menu-select .home_menu_inner #tab04 {
  display: none;
}

#section-menu-select .tab_block .tab_btn .btn a:link, #section-menu-select .tab_block .tab_btn .btn a:visited {
}

#section-menu-select .tab_contents {
  margin: 40px 0;
}

#section-menu-select .tab_contents .menu_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

#section-menu-select #tab01 .menu_block {
  justify-content:center;
}

#section-menu-select .tab_contents .menu_block .box {
  position: relative;
/*  flex-basis: 49%;*/
  width: 170px;
  margin: 0 6px 25px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

#section-menu-select .tab_contents .menu_block .box {
}

#section-menu-select .tab_contents .menu_block .box .pic {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2%;
  min-height: 170px;
  background: url(../images/menu/bg-menu.png);
  background-size: contain;
  text-align: center;
}

#section-menu-select .tab_contents .menu_block .box .pic img {
  object-fit: contain;
  position: absolute;
  width: 96%;
  height: 96%;
}

#section-menu-select .tab_contents .menu_block .box .pic_small {
  padding: 18%;
}

#section-menu-select .tab_contents .menu_block .box .pic_small img {
  width: 64%;
  height: 64%;
}

#section-menu-select .tab_contents .menu_block .box .name {
  display: flex;
  flex-flow: column;
  padding: .8rem 0;
  background: #0A3255;
  line-height: 1.1;
  font-feature-settings: "palt";
}

#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name {
  padding: .2rem 0 .8rem;
}

#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name {
  position: absolute;
  bottom: 22px;
  left: 30px;
  display: flex;
  flex-flow: column;
  padding: .2rem 0 .8rem;
  line-height: 1.1;
  color: #fff;
  font-feature-settings: "palt";
  text-shadow: 0 2px 15px rgba(0, 0, 0, .5);
}

#section-menu-select .tab_contents .menu_block .box .name .main {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}

#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name .main {
  font-size: 4.8rem;
  font-weight: 700;
}

#section-menu-select .tab_contents .menu_block .box .name .sub {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}

#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name .sub {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
}

#section-menu-select .tab_contents .menu_block .box .text {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
}


/*------------  section-products  ------------*/

#section-products {
  padding: 0;
  background: #fff;
}

#section-products .title_block {}

#section-products .title_block .title {
  margin: 30px auto 20px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  font-size: 3rem;
  font-weight: 600;
}

#section-products .products_inner {
  padding: 0 0 10px;
}

#section-products .tab_block .tab_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 8px 6%;
  background: #e40000;
  border-radius: 6px;
  z-index: 10;
}

#section-products .tab_block .tab_btn.fixed {}

#section-products .tab_block .tab_btn.fixed~.tab_btn_instead {
  height: 0;
}

#section-products .tab_block .tab_btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 6px 0.2%;
  padding: 0 2.5%;
  height: 40px;
  border-radius: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
}

#section-products .tab_block .tab_btn .btn:hover {
  background: #fa3636;
}

#section-products .tab_block .tab_btn .btn.select {
  background: #fa3636;
}

#section-products .tab_block .tab_btn .btn a:link, #section-products .tab_block .tab_btn .btn a:visited {
  color: #fff;
}

#section-products .tab_btn_instead {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}

#section-products .tab_contents {
  margin: 40px 0 0;
  padding: 45px 0 40px;
  border-top: 1px solid #e4e4e4;
}

#section-products .tab_contents .tab_title_block {
  padding: 0 0 40px;
}

#section-products .tab_contents .tab_title {
  font-size: 2.4rem;
  font-weight: 500;
}

#section-products .tab_contents .note {
  padding: 28px .5% 0;
  font-size: 1.4rem;
  line-height: 1.5;
}

#section-products .tab_contents .note .txt {
  position: relative;
  padding: 0 0 4px 1.4rem;
}

#section-products .tab_contents .note .txt::after {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

#section-products .tab_contents .products_block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 60px;
  border-bottom: 1px solid #e4e4e4;
}

#section-products #tab01 .products_block,
#section-products #tab02 .products_block,
#section-products #tab03 .products_block,
#section-products #tab04 .products_block,
#section-products #tab05 .products_block,
#section-products #tab06 .products_block,
#section-products #tab07 .products_block,
#section-products #tab08 .products_block,
#section-products #tab09 .products_block,
#section-products #tab10 .products_block,
#section-products #tab11 .products_block,
#section-products #tab12 .products_block,
#section-products #tab13 .products_block,
#section-products #tab14 .products_block,
#section-products #tab15 .products_block {
  /*justify-content: center;*/
}

#section-products .tab_contents .products_block .box {
  flex-basis: 23%;
  margin: 0 1% 55px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

#section-products .tab_contents .products_block .box:nth-child(3n) {
}

#section-products .tab_contents .products_block .box .pic {
  position: relative;
  text-align: center;
}

#section-products .tab_contents .products_block .box .takeout {
  position: absolute;
  bottom: 4%;
  right: 5%;
  display: block;
  width: 38px;
}

#section-products .tab_contents .products_block .box .name {
  display: flex;
  flex-flow: column;
  padding: 2rem 0 .8rem;
  align-items: center;
  line-height: 1.5;
  font-feature-settings: "palt";
}

#section-products .tab_contents .products_block .box .name .main {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}

#section-products .tab_contents .products_block .box .name .sub {
  font-size: 1.3rem;
  font-weight: 500;
}

#section-products .tab_contents .products_block .box .note {
  color: #e6002d;
}

#section-products .tab_contents .products_block .box .price {
  padding: 0 0;
  font-size: 2rem;
}

#section-products .tab_contents .products_block .box .price .tax_sum {
  font-size: 1.6rem;
}

#section-products .tab_contents .products_block .box .price .tax {
  font-size: 1.4rem;
}

#section-products .to {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 3%;
  padding: 5px 0 20px;
}

#section-products .to .icon {
  flex-basis: 46px;
  flex-shrink: 0;
}

#section-products .to .txt {
  flex-basis: auto;
  padding: 8px 0 0 16px;
  font-size: 1.3rem;
  line-height: 1.5;
}

#section-products .to_menu {
  display: flex;
  justify-content: center;
  margin: 0 3%;
  padding: 0 0 40px;
}

#section-products .to_menu .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 48px;
  background: #23211f;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 24px;
}

#section-products .to_menu .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 1px 0 20px;
}

#section-products .to_menu .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: url('/images/icon_to.png') no-repeat;
  background-size: contain;
}

#section-products .lunch {
  margin: 0 3%;
  padding: 32px 0;
  border-top: 1px solid #d0c199;
}

#section-products .lunch .btn {
  margin: 0 auto;
  max-width: 680px;
}

#section-products .allergen {
  display: flex;
  justify-content: center;
  margin: 0 3%;
  padding: 32px 0;
  border-top: 1px solid #d0c199;
}

#section-products .allergen .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 48px;
  background: #23211f;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 24px;
}

#section-products .allergen .btn .label {
  position: relative;
  display: inline-block;
  padding: 0 1px 0 20px;
}

#section-products .allergen .btn .label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: url('/images/icon_doc.png') no-repeat;
  background-size: contain;
}

/*------------  section-about  ------------*/

#section-about {
  padding: 0;
}

#section-about .about_inner {
  margin: 0 auto;
  text-align: center;
}

#section-about .title {
  margin: 30px auto 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}

#section-about .item_main_pic {
    position: relative;
    margin: 45px 0 100px;
}

#section-about h3 {
    margin: 0 0 35px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .05em;
}

#section-about p {
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

.ls-000 {
    letter-spacing: 0em;
}

.ls-m003 {
    letter-spacing: -.03em;
}

.ls-m005 {
    letter-spacing: -.05em;
}

/*------------  section-delivery  ------------*/

#section-delivery {
  padding: 0;
}

#section-delivery .delivery_inner {
  margin: 0 auto;
  text-align: center;
}

#section-delivery .title {
  margin: 30px auto 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}

#section-delivery h3 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .05em;
}

#section-delivery p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

/*------------  section-reservation  ------------*/

#section-reservation {
  padding: 0;
}

#section-reservation .reservation_inner {
  margin: 0 auto;
  text-align: center;
}

#section-reservation .title {
  margin: 30px auto 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}

#section-reservation h3 {
    margin: 0 0 35px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .05em;
}

#section-reservation p {
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

/*------------  section-locations  ------------*/

#section-locations {
  padding: 0;
}

#section-locations .locations_inner {
  margin: 0 auto;
  text-align: center;
}

#section-locations .title {
  margin: 30px auto 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}

#section-locations h3 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .05em;
}

#section-locations p {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

/*------------  section-privacy  ------------*/

#section-privacy {
  padding: 0;
}

#section-privacy .privacy_inner {
  margin: 0 auto;
  padding: 0 2%;
  text-align: center;
}

#section-privacy .title {
  margin: 30px auto 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}

#section-privacy h3 {
    margin: 0 0 10px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .04em;
}
#section-privacy h4 {
    margin: 0 0 10px;
}
#section-privacy h5 {
    margin: 0 0 5px;
    font-size: 1.4rem;
    text-align: left;
}

#section-privacy p,
#section-privacy ul {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    hyphens: auto;
}

#section-privacy ul li{
  margin: 0 0 0 2.5rem;
  list-style-type: disc;
}

#section-privacy ul.square li{
  list-style-type: square;
}

#section-privacy a {
    text-decoration: underline;
    color: #fff;
}

/*------------  section-cookies  ------------*/

#section-cookies {
  padding: 0;
}

#section-cookies .cookies_inner {
  margin: 0 auto;
  padding: 0 2%;
  text-align: center;
}

#section-cookies .title {
  margin: 30px auto 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}

#section-cookies h3 {
    margin: 0 0 10px;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .04em;
}

#section-cookies p,
#section-cookies ul {
    font-size: 1.4rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    hyphens: auto;
}

#section-cookies ul li{
  margin: 0 0 0 2.5rem;
  list-style-type: disc;
}

#section-cookies a {
    text-decoration: underline;
    color: #fff;
}

/*------------  section-menu  ------------*/

#section-menu {
  padding: 0;
}

#section-menu .mesh_content {
    background: #fff;
}

#section-menu .menu_inner {
  margin: 0 7%;
  color: #000;
  text-align: center;
}

#section-menu .title {
  margin: 30px auto 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}

#section-menu .item_main_pic {
    position: relative;
    margin: 45px 0 100px;
}

#section-menu h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
}

#section-menu p {
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

#section-menu .to_detail {
    margin: 0 10%;
    border-bottom: 1px dotted #000;
}

/*------------  section-take-away  ------------*/

#section-take-away {
  padding: 0;
}

#section-take-away .take-away_inner {
  margin: 0 7%;
  text-align: center;
}

#section-take-away .title {
  margin: 30px auto 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}

#section-take-away .item_main_pic {
    position: relative;
    margin: 45px 0 100px;
}

#section-take-away h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
}

#section-take-away p {
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

#section-take-away .to_detail {
    margin: 0 12%;
}

#section-take-away .note {
    margin: 0 6% 30px;
    font-size: 1.2rem;
    text-align: left;
}

.font-red {
    color: #ff0000;
}

.markerline-yellow {
  padding: 0 .1em;
  background: #ffff00; 
}

/*------------  section-allergen  ------------*/

#section-allergen {
  padding: 0;
}

#section-allergen .allergen_inner {
  margin: 0 7%;
  text-align: center;
}

#section-allergen .title {
  margin: 30px auto 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}

#section-allergen h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
}

#section-allergen p {
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

/*------------  section-recruitment  ------------*/

#section-recruitment {
  padding: 0;
}

#section-recruitment .recruitment_inner {
  margin: 0 7%;
  text-align: center;
}

#section-recruitment .title {
  margin: 30px auto 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}

#section-recruitment h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
}

#section-recruitment p {
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

#section-recruitment p a,
#section-feedback p a {
    text-decoration: underline;
    color: #fff;
}

#section-recruitment .text_large {
  font-size: 2.4rem;
}

#section-recruitment ul {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
}

#section-recruitment ul li {
    margin: 0 0 .5rem 2.5rem;
    list-style-type: disc;
}

/*------------  section-feedback  ------------*/

#section-feedback {
  padding: 0;
}

#section-feedback .feedback_inner {
  margin: 0 7%;
  text-align: center;
}

#section-feedback .title {
  margin: 30px auto 30px;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 600;
}

#section-feedback h3 {
    margin: 0 0 10px;
    font-size: 1.6rem;
}

#section-feedback p {
    margin: 0 0 10px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

/*------------  section-company  ------------*/

.company_tab_block .tab_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 10;
  padding: 10px 0 0;
  border-bottom: 2px solid #e4e4e4;
}

.company_tab_block .tab_btn a {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 0 0 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
}

.company_tab_block .tab_btn a:hover {
  color: #e40000;
  opacity: 1;
}

.company_tab_block .tab_btn .select a {
  color: #e40000;
}

.company_tab_block .tab_btn .btn {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  bottom: -2px;
  margin: 0 4%;
  border-bottom: 2px solid #e4e4e4;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
  width: 12%;
}

.company_tab_block .tab_btn .img {
  display: flex;
  align-items: center;
  height: 50px;
}

.company_tab_block .tab_btn .ja {
  display: flex;
  align-items: center;
  height: 37px;
}

.company_tab_block .tab_btn .btn:hover {
  border-bottom: 2px solid #e40000;
}

.company_tab_block .tab_btn .btn.select {
  border-bottom: 2px solid #e40000;
}

#section-company {
  padding: 0;
  background: #fff;
}

#section-company .company_inner {
  margin: 0 auto;
}

#section-company .title {
  margin: 30px auto 20px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  font-size: 3rem;
  font-weight: 600;
}

#section-company .item_main_pic {
    position: relative;
    margin: 45px 0 100px;
}

#section-company h3 {
    margin: 0 0 10px;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.2;
}

#map {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 10px 30px;
}

#map #map1 {
    width: 100%;
    height: 512px;
}

#map .map_info {
    margin: 0 10% 0 1%;
    font-size: 1.5rem;
    font-weight: 500;
}

#map .map_info h4 {
    margin: 0 0 3px;
    font-size: 1.6rem;
    font-weight: 500;
}

#map .map_info .nav_icon{
    position: relative;
    top: 2px;
    margin: 0 10px 0 0;
    width: 20px;
}

#map .map_info p {
  margin: 0;
  padding: 0 0 0 30px;
  font-size: 1.5rem;
  line-height: 1.2;
}

#map .map_info_row {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin: 0 5.3% 15px 1%;
}

/* table
----------------------------- */
table.standard_tbl {
  width: 100%;
  margin: 10px 0 20px;
  border-collapse: collapse;
  border-spacing: 1px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
table.standard_tbl th {
  padding: 10px 2%;
  vertical-align: top;
  border: 1px solid #e4e4e4;
  background: #606060;
  font-weight: 700;
}
table.standard_tbl .w_16per {
  width: 16%;
}
table.standard_tbl .w_21per {
  width: 21%;
}
table.standard_tbl .w_46per {
  width: 46%;
}

table.standard_tbl td {
  padding: 10px 2%;
  vertical-align: top;
  border: 1px solid #e4e4e4;
  background: #666;
  font-weight: 400;
  text-align: left;
}

table.standard_tbl p,
table.standard_tbl ul{
}
table.standard_tbl li{
  margin: 0 0 8px;
}

table.responsive_tbl {
  width: 100%;
  margin: 30px 0 80px;
  border-collapse: collapse;
  border-spacing: 1px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
table.responsive_tbl th {
  width: 22%;
  padding: 21px 2% 21px 6%;
  vertical-align: top;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  font-weight: 500;
}
table.responsive_tbl td {
  padding: 21px 6% 21px 2%;
  vertical-align: top;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  text-align: left;
}

table.responsive_tbl p,
table.responsive_tbl ul{
  margin: 0 0 10px;
}
table.responsive_tbl li{
  margin: 0 0 8px;
}

table.responsive_tbl .text_middle {
  font-size: 1.3rem;
}

#section-company .visiting_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section-company .visiting_list li {
  width: 48.22%;
  margin: 0 0;
}

#section-company .visiting_list a {
  color: #000;
}

#section-company .visiting_list h3 {
  margin: 25px 0 10px;
  font-size: 2.2rem;
  font-weight: 600;
}

#section-company .visiting_list p {
  width: 96%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

#section-company .openning_time {
  display: flex;
  flex-wrap: wrap;
  margin: 25px 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
}

#section-company .openning_time dt {
    width: 15%;
}

#section-company .openning_time dd {
    width: 85%;
}

#section-company .to_detail {
    margin: 0 0;
}



@media screen and (max-width: 1200px) {
  #section-products .tab_contents .products_block .box {
    flex-basis: 25%;
  }
}

@media screen and (max-width: 960px) {
  #nav .nav_inner .nav a {
    height: 70px;
  }
  #nav .nav_inner .nav01 a {
    background-size: 70px 70px;
  }
  #nav .nav_inner .nav02 a {
    background-size: 70px 70px;
  }
  #nav .nav_inner .nav03 a {
    background-size: 70px 70px;
  }
  #nav .nav_inner .nav04 a {
    background-size: 70px 70px;
  }
  #nav .nav_inner .logo h1 {
    max-width: 94px;
  }

  #banner .delivery .btn {
    max-width: 600px;
  }

  #section-news .title {
  }
  #section-news .news_block .post {
  }
  #concept .title_block {
    height: 380px;
  }
  #concept .title_block .title {
    width: 180px;
  }
  #concept .concept_inner {
    padding: 0 3% 50px;
  }
  #concept .lead_block .lead {
    font-size: 1.6rem;
  }
  #concept .lead_block {
    padding: 35px 0;
  }
  #concept .concept_block .box {
    margin: 0 1%;
    padding: 65px 3% 40px;
  }
  #concept .concept_block .point {
    width: 42px;
  }
  #concept .concept_block .ttl {
    padding: 22px 0;
    font-size: 1.8rem;
  }
  #section-products .title_block {
  }
  #section-products .title_block .title img {
    height: 36px;
  }
  #section-products .tab_block .tab_btn .btn {
    padding: 0 4%;
    font-size: 1.3rem;
  }

  #section-products .tab_btn_instead {
    margin: 0 3%;
    font-size: 1.3rem;
  }


  #section-products .tab_contents .tab_title {
  }
  #section-products .tab_contents .products_block .box {
    flex-basis: 25%;
    font-size: 1.4rem;
  }
  #section-products .tab_contents .products_block .box .price .yen {
    font-size: 1.6rem;
  }
  #section-products .tab_contents .products_block .box .price {
    font-size: 1.8rem;
  }
  #section-products .lunch .btn {
    max-width: 600px;
  }
}

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

/*------------  main_visual  ------------*/

#home .main_visual_wrapper {
    position: relative;
    top: 94px;
    margin: 0 0 94px;
}

#home .main_visual_wrapper .main_visual {
  height: 290px;
}

.main_visual_wrapper .main_text_wrapper {
  display: none;
}

.main_visual_wrapper .main_text_right {
  margin: 0 0 0 1.3rem;
  font-size: 1.3rem;
}

/*------------  full slider  ------------*/

.full div {
  height: 300px;
  margin: 0;
}

/*------------  slider  ------------*/

.slider_wrapper {
    padding: 30px 0 40px;
}

.slider_wrapper .title {
    margin: 0 6% 20px;
    padding: 0;
    font-size: 1.8rem;
}

  .slider {
    margin: 0 auto 30px;
  }

  .slider:before {
    background: none;
  }

  .slider:after {
    background: none;
  }

  .slider .pc {
    display: none;
  }
  .slider .sp {
    display: block;
  }

  .prev-arrow:hover, .prev-arrow:focus, .next-arrow:hover, .next-arrow:focus {
    opacity: 1;
  }
  .slick-arrow-prev {
    left: 22px;
    transform: translateY(-50%) scale(.75, .75);
  }
  .slick-arrow-next {
    right: 22px;
    transform: translateY(-50%) scale(-.75, .75);
  }

  .slick-dots {
    bottom: -20px;
  }
  .slick-dots li {
    margin: 0 5px;
    width: 8px;
    height: 8px;
  }
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
  /*------------  nav  ------------*/
  #nav {
    margin: 0 auto 30px;
  }
  #nav .nav_inner {
    flex-wrap: wrap;
    padding: 8px 0 8px;
  }
  #nav .nav_inner .nav {
    /*
 flex-basis: 25%;
*/
    flex-basis: 20%;
  }
  #nav .nav_inner .nav::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 94%;
    transform: translate(0, -50%) rotate(12deg);
  }
  #nav .nav_inner .nav a {
    height: 54px;
    text-indent: -9999px;
    overflow: hidden;
  }
  #nav .nav_inner .nav01 a {
    background-size: 54px 54px;
  }
  #nav .nav_inner .nav02 a {
    background-size: 54px 54px;
  }
  #nav .nav_inner .nav03 a {
    background-size: 54px 54px;
  }
  #nav .nav_inner .nav04 a {
    background-size: 54px 54px;
  }
  #nav .nav_inner .logo {
    flex-basis: 100%;
    padding: 0 0 10px;
  }
  #nav .nav_inner .logo::after {
    display: none;
  }
  #nav .nav_inner .logo h1 {
    max-width: 72px;
  }
  #nav .nav_inner .nav05 a {
    background-size: 54px 54px;
  }

/*------------  section-news  ------------*/

#section-news {
    padding: 10px 0;
}

#section-news .title {
    margin: 15px auto 10px;
    font-size: 2.4rem;
}

#section-news .home_news_inner .title {
    margin: 0 0 10px;
    font-size: 1.8rem;
}

#section-news .news_inner {
  width: 100%;
  margin: 0 auto;
}

  #section-news .news_block,
  #section-news .home_news_inner .news_block {
    padding: 15px 0;
  }
  #section-news .#section-news .news_scrll {
    height: 250px;
  }
  #section-news .news_block a {
    color: #331a0c;
  }
  #section-news .news_block a:hover {}
  #section-news .news_block .post {
    flex-wrap: wrap;
    padding: 18px 0;
    font-size: 1.4rem;
  }
  #section-news .news_block .date {
    width: 82px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #section-news .news_block .item {
    width: 100%;
    margin: 12px 0 0;
  }

#section-news .news_inner_detail .post_inner .item {
    margin: 5px 0 15px;
    font-size: 1.8rem;
}

#section-news .news_inner_detail .item_detail {
    padding: 40px 0 20px;
}

  #section-news .to_news {
    padding: 15px 0 40px;
  }
  #section-news .to_news .btn {
    width: 170px;
    font-size: 1.4rem;
    border-radius: 20px;
  }

/* news icon */

.post_icon {
    margin: 1px 0 0 3%;
    padding: 2px 0 0;
    max-height: 18px;
    min-width: 75px;
    width: 21%;
    max-width: 140px;
    font-size: 1.2rem;
}

.post_inner .post_icon {
    padding: 2px 0 0;
    width: auto;
    max-height: 18px;
    font-size: 1.2rem;
    text-align: center;
}

/*------------  section-product-detail  ------------*/

#section-product-detail .title {
    margin: 15px auto 10px;
    font-size: 2.4rem;
}

#section-product-detail .news_inner_detail {
    width: 100%;
    padding: 10px 0 10px;
}

#section-product-detail .news_block {
    padding: 0;
}

#section-product-detail .news_inner_detail .post {
    flex-flow: column;
    padding: 10px 0;
}

#section-product-detail .news_inner_detail .item_detail_pic {
    width: 100%;
}

#section-product-detail .news_inner_detail .post_inner {
    width: 100%;
    padding: 0;
}

#section-product-detail .news_inner_detail .post_inner .item {
    margin: 5px 0 15px;
    font-size: 1.8rem;
}

#section-product-detail .news_inner_detail .item_detail {
    padding: 0 0 30px;
    font-size: 1.4rem;
}

#section-product-detail .news_inner_detail .item_detail_pic img {
    margin: 0 30% 0;
    width: 40%;
}

#section-product-detail .news_inner_detail .post_inner .category {
    margin: 35px 0 5px;
    font-size: 1.3rem;
}

#section-product-detail .news_inner_detail .size {
    width: 20%;
}

#section-product-detail .news_inner_detail .post_02 {
    width: 100%;
}

#section-product-detail .news_inner_detail .post_02 .post_inner {
    width: 100%;
}

#section-product-detail .news_inner_detail .post_02 .item_detail {
    font-size: 1.4rem;
}

#section-product-detail .news_inner_detail .item_taste {
  width: 38px;
  margin: 0 9px;
}

#section-product-detail .news_inner_detail .item_taste:first-child {
  margin: 0 9px 0 2px;
}

#section-product-detail .news_inner_detail .item_taste:last-child {
  margin: 0 2px 0 9px;
}

#section-product-detail .news_inner_detail .item_taste:after {
  position: absolute;
  right: -22px;
  top: 16px;
  width: 24px;
}

#section-product-detail .news_inner_detail .item_taste .level {
  font-size: 2rem;
}

#section-product-detail .news_inner_detail .item_taste .temperature {
  display: flex;
  align-items: center;
  height: 32px;
  font-size: 1.2rem;
}

#section-product-detail .news_inner_detail .item_taste .temperature_small {
  font-size: 1.1rem;
}

#section-product-detail .news_inner_detail .post_03 {
    width: 100%;
    padding: 30px 0 10px;
}

#section-product-detail .news_inner_detail .item_spec_wrapper {
    font-size: 1.3rem;
}

/*------------  topics  ------------*/

.home_topics {
    margin: 30px 0 0;
}

.topics_list {
    justify-content: space-between;
}

.topics_list a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 24px;
}

.home_topics .topics_list li {
    line-height: 1.6;
    text-align: left;
}

.topics_list li .nav_icon {
    top: 12px;
}

/*------------  home_about  ------------*/

.about_list li {
    margin: 0 3%;
    width: 94%;
}

.home_about {
}

.home_about h2 {
    flex-basis: 100%;
    margin: 0 0 20px;
    font-size: 1.8rem;
}
.home_about .about_list {
    justify-content: flex-end;
}
.home_about .about_list li {
    margin: 0 auto;
    width: 90%;
    font-size: 1.5rem;
}
.home_about .u-media-sp .about_list_01 li:nth-child(1) {
    width: 100%;
    margin: 0;
}
.home_about .about_list_01 li:nth-child(2) {
    width: 90%;
    margin: 20px 5%;
}
.home_about .about_list_01 li:nth-child(3) {
}
.home_about .about_list_01 li:nth-child(1) {
    width: 90%;
    margin: 0 5%;
}
.home_about .about_list_02 {
    margin: 20px auto;
}

.about_list a {
    display: flex;
    align-items: center;
}
.about_list h3 {
    margin: 15px 0;
    font-size: 1.8rem;
}
.about_list li p {
    margin: 0 0 10px;
}

.to_detail {
  flex-wrap: wrap;
  justify-content: center;
}

.to_detail_inner {
    text-align: center;
}

.to_detail_center_sp {
  justify-content: center;
}

/*------------  background_group  ------------*/
#authentic-ramen #bgmedia_pagebackground{
background-image:url(../images/common/img_background_01_sp.jpg);
}
#ourmenu #bgmedia_pagebackground{
background-image:url(../images/common/img_background_04_sp.jpg);
}
#allergen #bgmedia_pagebackground{
background-image:url(../images/common/img_background_04_sp.jpg);
}
#take-away #bgmedia_pagebackground{
background-image:url(../images/common/img_background_03_sp.jpg);
}
#delivery #bgmedia_pagebackground{
background-image:url(../images/common/img_background_03_sp.jpg);
}
#reservation #bgmedia_pagebackground{
background-image:url(../images/common/img_background_02_sp.jpg);
}
#locations #bgmedia_pagebackground{
background-image:url(../images/common/img_background_03_sp.jpg);
}
#recruitment #bgmedia_pagebackground{
background-image:url(../images/common/img_background_05_sp.jpg);
}

/*------------  mesh_content  ------------*/
.mesh_content {
 margin: 5px 6%;
}

a.anchor_default {
    top: -94px;
}

/*------------  section-menu-select  ------------*/

#section-menu-select {
  padding: 15px 0;
}

#section-menu-select .menu_inner {
  padding: 10px 0 10px;
}

#section-menu-select .home_menu_inner {
  padding: 0 0 10px;
}

#section-menu-select .title {
    margin: 15px 3%;
    font-size: 2.4rem;
}
#section-menu-select .title .en {
  font-size: 3.6rem;
}
#section-menu-select .home_menu_inner .title {
    margin: 0 3%;
    font-size: 1.5rem;
}

#section-menu-select .home_menu_inner .title .en {
    margin: 0 2% 0 0;
    font-size: 3.6rem;
}

#section-menu-select .tab_block .tab_btn .btn {
    padding: 0 3.5% 5px;
    width: 25%;
}

#section-menu-select .home_menu_inner .tab_block .tab_btn .btn {
    padding: 0 3.5% 5px;
    width: 25%;
}

#section-menu-select .tab_block .tab_btn {
    padding: 0 3%;
}

#section-menu-select .tab_block .tab_btn .ja {
    display: none;
}

#section-menu-select .tab_contents {
    margin: 25px 3% 0;
}

#section-menu-select .tab_contents .tab_title_block {
    display: block;
    padding: 0 0 12px;
}

#section-menu-select .tab_contents .tab_title {
    color: #e40000;
    font-size: 1.8rem;
    font-weight: 700;
}

#section-menu-select .tab_contents .menu_block .box {
  flex-basis: 46%;
  margin: 0 2% 20x;
}
#section-menu-select .home_menu_inner .tab_contents .menu_block .box {
  margin: 0 0 10px 0;
}

#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name {
    bottom: 8px;
    left: 4%;
}

#section-menu-select .tab_contents .menu_block .box .pic {
    overflow: hidden;
    display: flex;
    align-items: center;
/*    height: 48vw;*/
}

#section-menu-select .tab_contents .menu_block .box .name {
  padding: 0.4rem 0 .8rem;
}

#section-menu-select .tab_contents .menu_block .box .name .main ,
#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name .main {
  font-size: 1.4rem;
}

#section-menu-select .tab_contents .menu_block .box .name .sub,
#section-menu-select .home_menu_inner .tab_contents .menu_block .box .name .sub {
    font-size: 1.4rem;
}

#section-menu-select .tab_contents .menu_block .box .text {
  font-size: 1.4rem;
}

/*------------  section-products  ------------*/
  #section-products {
    padding: 15px 0;
  }
  #section-products .title_block {
  }
  #section-products .title_block .title {
    margin: 0 auto 10px;
    font-size: 2.4rem;
    line-height: 1.8;
  }
  #section-products .tab_block .tab_btn {
    padding: 10px 2%;
    border-radius: 0;
  }
  #section-products .tab_block .tab_btn.fixed {
    position: fixed;
    top: 0;
  }
  #section-products .tab_block .tab_btn.fixed~.tab_btn_instead {
    height: 136px;
  }
  #section-products .tab_block .tab_btn .btn {
    margin: 2px 0.2%;
    padding: 0 3.5%;
    height: 32px;
    font-size: 1.3rem;
  }
  #section-products .tab_block .tab_btn .btn::after {
    height: 80%;
    transform: translate(0, -50%) rotate(12deg);
  }
  #section-products .tab_contents {
    padding: 30px 3% 20px;
  }
  #section-products .tab_contents .tab_title_block {
    padding: 0 0 20px;
  }
  #section-products .tab_contents .tab_title {
    font-size: 2rem;
  }
  #section-products .tab_contents .note {
    padding: 25px .5% 0;
    font-size: 1.3rem;
  }
  #section-products .tab_contents .note .txt {
    padding: 0 0 3px 1.3rem;
  }
  #section-products .tab_contents .products_block {
    max-width: 340px;
    margin: 0 auto 30px;
  }
  #section-products .tab_contents .products_block .box {
    flex-basis: 80%;
    margin: 0 10% 55px;
    font-size: 1.3rem;
  }
  #section-products .tab_contents .products_block .box .takeout {
    bottom: 6%;
    right: 6%;
    width: 34px;
  }
  #section-products .tab_contents .products_block .box .name .sub {
    /*font-size: 1.1rem;*/
  }
  #section-products .tab_contents .products_block .box .price .yen {
    font-size: 1.5rem;
  }
  #section-products .tab_contents .products_block .box .price {
    font-size: 1.5rem;
  }
  #section-products .tab_contents .products_block .box .price .tax {
    font-size: 1.2rem;
  }
  #section-products .tab_contents .products_block .drinkbar {
    font-size: 1.3rem;
  }
  #section-products .tab_contents .products_block .drinkbar .price .yen {
    font-size: 1.5rem;
  }
  #section-products .tab_contents .products_block .drinkbar .price {
    font-size: 1.5rem;
  }
  #section-products .tab_contents .products_block .drinkbar .price .free {
    font-size: 1.3rem;
  }
  #section-products .to {
    margin: 0 6%;
    padding: 8px 0 16px;
  }
  #section-products .to .icon {
    flex-basis: 40px;
  }
  #section-products .to .txt {
    padding: 0 0 0 12px;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  #section-products .to .txt br {
    display: none;
  }
  #section-products .to_menu {
    padding: 0 0 28px;
  }
  #section-products .to_menu .btn {
    width: 240px;
    height: 40px;
    font-size: 1.2rem;
    border-radius: 20px;
  }
  #section-products .lunch {
    padding: 22px 0;
  }
  #section-products .allergen {
    padding: 22px 0;
  }
  #section-products .allergen .btn {
    width: 240px;
    height: 40px;
    font-size: 1.2rem;
    border-radius: 20px;
  }

/*------------  section-about  ------------*/

#section-about {
    padding: 10px 0;
}

#section-about .title {
    margin: 15px auto 15px;
    font-size: 2.4rem;
}

#section-about .item_main_pic {
    margin: 25px 0 50px;
}

#section-about h3 {
    margin: 0 0 20px;
    font-size: 2rem;
}

#section-about p {
    margin: 0 0 30px;
    font-size: 1.4rem;
}

/*------------  section-delivery  ------------*/

#section-delivery {
    padding: 10px 0;
}

#section-delivery .title {
    margin: 15px auto 15px;
    font-size: 2.4rem;
}

#section-delivery .item_main_pic {
    margin: 25px 0 50px;
}

#section-delivery h3 {
    font-size: 2rem;
}

#section-delivery p {
    font-size: 1.4rem;
}

/*------------  section-reservation  ------------*/

#section-reservation {
    padding: 10px 0;
}

#section-reservation .title {
    margin: 15px auto 15px;
    font-size: 2.4rem;
}

#section-reservation h3 {
    margin: 0 0 20px;
    font-size: 2rem;
}

#section-reservation p {
    margin: 0 0 30px;
    font-size: 1.4rem;
}

/*------------  section-locations  ------------*/

#section-locations {
    padding: 10px 0;
}

#section-locations .title {
    margin: 15px auto 15px;
    font-size: 2.4rem;
}

#section-locations h3 {
    font-size: 1.8rem;
}

#section-locations p {
    font-size: 1.4rem;
}

/*------------  section-privacy  ------------*/

#section-privacy {
    padding: 10px 0;
}

#section-privacy .privacy_inner {
  padding: 0;
}

#section-privacy .title {
    margin: 15px auto 15px;
    font-size: 2.4rem;
}

#section-privacy h3 {
    margin: 0 0 5px;
    font-size: 1.8rem;
}

#section-privacy p,
#section-privacy ul {
    font-size: 1.4rem;
}

#section-privacy table p,
#section-privacy table ul {
    font-size: 1.2rem;
}

/*------------  section-cookies  ------------*/

#section-cookies {
    padding: 10px 0;
}

#section-cookies .privacy_inner {
  padding: 0;
}

#section-cookies .title {
    margin: 15px auto 15px;
    font-size: 2.4rem;
}

#section-cookies h3 {
    margin: 0 0 5px;
    font-size: 1.8rem;
}

#section-cookies p,
#section-cookies ul {
    font-size: 1.4rem;
}

#section-cookies table p {
    font-size: 1.2rem;
}

/*------------  section-menu  ------------*/

#section-menu {
    padding: 10px 0;
}

#section-menu .title {
    margin: 15px auto 15px;
    font-size: 2.4rem;
}

#section-menu p {
    margin: 0 0 30px;
    font-size: 1.4rem;
}

/*------------  section-take-away  ------------*/

#section-take-away {
    padding: 10px 0;
}

#section-take-away .title {
    margin: 15px auto 15px;
    font-size: 2.4rem;
}

#section-take-away p {
    margin: 0 0 30px;
    font-size: 1.4rem;
}

/*------------  section-allergen  ------------*/

#section-allergen {
    padding: 10px 0;
}

#section-allergen .title {
    margin: 15px auto 15px;
    font-size: 2.4rem;
}

#section-allergen p {
    margin: 0 0 30px;
    font-size: 1.4rem;
}

/*------------  section-recruitment  ------------*/

#section-recruitment {
    padding: 10px 0;
}

#section-recruitment .title {
    margin: 15px auto 15px;
    font-size: 2.4rem;
}

#section-recruitment p {
    margin: 0 0 30px;
    font-size: 1.4rem;
}

#section-recruitment .text_large {
  font-size: 2rem;
}

/*------------  section-feedback  ------------*/

#section-feedback {
    padding: 10px 0;
}

#section-feedback .title {
    margin: 15px auto 15px;
    font-size: 2.4rem;
}

#section-feedback p {
    margin: 0 0 30px;
    font-size: 1.4rem;
}

/*------------  section-company  ------------*/

#section-company {
    padding: 10px 0;
}

#section-company .company_inner {
  font-size: 1.4rem;
}

#section-company .title {
  margin: 15px auto 10px;
  font-size: 2.4rem;
}

#section-company .item_main_pic {
    margin: 25px 0 50px;
}

#section-company h3 {
    font-size: 2rem;
}

#map {
    flex-flow: column;
    width: 100%;
    margin: 10px 0 10px;
}

#map #map1 {
    height: 295px;
    width: 100%;
    margin: 0 0 15px;
}

#map .map_info {
    margin: 0 0% 15px 1%;
    font-size: 1.4rem;
}

#map .map_info h4 {
    margin: 0 0 10px;
    font-size: 1.5rem;
}

#map .map_info p {
  margin: 0;
  font-size: 1.4rem;
}

#map .map_info_row {
    flex-flow: column;
    align-items: flex-start;
}

  /* table
----------------------------- */
.table_wrapper{ overflow-x: scroll; }
table.responsive_tbl { width: 100%; margin: 20px 0 40px; padding: 10px; font-size: 1.4rem;}
table.responsive_tbl th { width: 100vw; padding: 12px 2% 6px; font-weight: 600; border-bottom: none;}
table.responsive_tbl tr { display: block;}
table.responsive_tbl td {
  width: 100%;
  box-sizing: border-box;
  display: block;
  padding: 6px 2% 12px;
  border-top: none;
}
table.responsive_tbl td:before {
  display: block;
  text-align: center;
}
table.responsive_tbl td:nth-of-type(1):before { border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; background: #e5e5e5;}
table.responsive_tbl td:nth-of-type(2):before { border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; background: #e5e5e5;}
table.responsive_tbl td:nth-of-type(3):before { border-top: 1px solid #bfbfbf; border-bottom: 1px solid #bfbfbf; background: #e5e5e5;}

table.responsive_tbl .text_middle {
    font-size: 1.2rem;
}

#section-company .visiting_list {
    flex-flow: column;
}

#section-company .visiting_list li {
    width: 100%;
    margin: 0 0 40px;
}

#section-company .visiting_list h3 {
    margin: 15px 0 5px;
    font-size: 1.8rem;
}

#section-company .visiting_list p {
    width: 100%;
    font-size: 1.4rem;
}

#section-company .openning_time {
    margin: 15px 0;
    font-size: 1.4rem;
    flex-flow: column;
}

#section-company .openning_time dt,
#section-company .openning_time dd {
    width: 100%;
}



}