@charset "utf-8";
#topLine {
  width: 100%;           /* 画面幅に合わせる */
  height: 100px;           /* 端末サイズに応じた高さ */
  position: relative;
}

#line-banner {
  display: flex;          /* flexを利用して中央揃え */
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;  /* リンクの下線などを削除（任意） */
}

#line-banner img {
  max-width: 90%;         /* 横幅の最大値を指定 */
  max-height: 80%;        /* 高さの最大値を指定 */
  object-fit: contain;    /* アスペクト比を維持して画像を表示 */
  display: block;
}

/* 固定式banner */
#topFixedBanner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}
#topFixedBanner img {
  display: block;
  height: auto;
}
/* スマホ用スタイル */
@media (max-width: 767px) {
  #topFixedBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
  }

  #topFixedBanner img {
    width: 100%;
    max-width: 100%;
  }
}


@media screen and (min-width: 1024px) {
  /* 1024px以上用（パソコン用）の記述 */
  .sp {
    display: none;
  }

  /* スライダー */
  /* -------------------------------------------------- */
  #sliderTop {
    width: 100%;
    overflow: hidden;
  }

  #sliderTop .sp-arrow {
    opacity: 0.8;
    transition: all 0.3s ease-in-out 0s;
  }

  #sliderTop .sp-arrow:hover {
    opacity: 0.4;
  }

  #sliderTop .sp-previous-arrow {
    width: 35px;
    height: 35px;
    margin: -12px 0 0 -570px;
    border-radius: 50%;
    background: url(../../img/top/slider_arrow_prev.svg) no-repeat center #000;
    background-size: 9px 10px;
    -webkit-background-size: 9px 10px;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    top: 50%;
    left: 50%;
  }

  #sliderTop .sp-next-arrow {
    width: 35px;
    height: 35px;
    margin: -12px -570px 0 0;
    border-radius: 50%;
    background: url(../../img/top/slider_arrow_next.svg) no-repeat center #000;
    background-size: 9px 10px;
    -webkit-background-size: 9px 10px;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    top: 50%;
    right: 50%;
  }

  .sp-previous-arrow:before,
  .sp-previous-arrow:after,
  .sp-next-arrow:before,
  .sp-next-arrow:after {
    display: none;
  }

  #sliderTop .sp-slide img {
    opacity: 0.4;
    transition: all 0.3s ease-in-out 0s;
  }

  #sliderTop .sp-selected img {
    opacity: 1;
  }

  /* 正社員・アルバイト募集 */
  /* -------------------------------------------------- */
  #recruitBtn {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
  }

  #recruitLink {
    display: block;
    padding: 20px;
    background: url(../../img/top/top_recruit_bg.jpg) 0 0;
    transition: all 0.3s ease-in-out 0s;
  }

  #recruitLink:hover {
    opacity: 0.7;
  }

  #recruitLinkContent {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #recruitTxt {
    font-weight: 600;
  }

  #recruitTxtInvite {
    padding-right: 10px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    color: #e7d17b;
  }

  #recruitTxtRec {
    padding-right: 50px;
    font-size: 3rem;
    letter-spacing: 0.075em;
    color: #fff;
    background: url(../../img/top/top_recruit_arrow.png) no-repeat right 0px
      center;
  }

  #recruitPhoto {
    height: 88px;
  }

  /* 今日も、鳴門うどん*/
  /* -------------------------------------------------- */
  #todayNaruto {
    width: 100%;
    background: url(../../img/top/top_about_photo_pc.jpg) no-repeat right bottom;
    background-size: 60% auto;
    -webkit-background-size: 60% auto;
    position: relative;
  }

  #todayNarutoInr {
    max-height: 400px;
    padding: 180px 0;
    background: url(../../img/top/top_about_circle.png) no-repeat left 0;
    background-size: contain;
    -webkit-background-size: contain;
  }

  #todayNarutoContent {
    width: 50%;
    height: 400px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    font-weight: 500;
    letter-spacing: -0.4em;
    text-align: left;
  }

  #todayNarutoTit {
    display: block;
    padding: 0 50px 0 30px;
    font-size: 6.2rem;
    line-height: 1.16;
    letter-spacing: 0.02em;
    text-align: left;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
  }

  #todayNarutoTxt {
    display: block;
    padding-left: 40px;
    font-size: 2rem;
    text-align: left;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }

  #todayNarutoBtn {
    display: inline-block;
    padding-top: 160px;
    text-align: right;
    letter-spacing: 0;
  }

  #todayNarutoLink {
    display: inline-block;
    padding: 23px 11px;
    font-weight: 500;
    font-size: 1.8rem;
    border: 1px solid #897234;
    color: #897234;
    background: url(../../img/top/top_about_arrow.svg) no-repeat center 10px
      #fff;
    transition: all 0.3s ease-in-out 0s;
  }

  #todayNarutoLink:hover {
    color: #fff;
    background: url(../../img/top/top_about_arrow_white.svg) no-repeat center
      10px #897234;
  }

  /* メニュー */
  /* -------------------------------------------------- */
  #menu {
    background: url(../../img/top/top_menu_bg_pc.jpg) 0 160px;
  }

  .munuTit {
    height: 160px;
    margin-bottom: 70px;
    padding: 55px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 3.2rem;
    font-weight: 600;
    background: url(../../img/top/top_menu_tit_bg_pc.jpg) 0 bottom;
    color: #fff;
  }

  #limitedTit {
    padding: 0 0 20px 0;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.075em;
    color: #9e2b21;
  }

  /* #limitedList { */
  /*		padding-bottom: 100px;*/
  /* } */

  #limitedList a {
    transition: all 0.3s ease-in-out 0s;
  }

  #limitedList a:hover {
    opacity: 0.7;
  }

  .limitedBnr {
    padding-bottom: 20px;
  }

  .limitedBnr:last-child {
    padding-bottom: 0;
  }

  /* #regularBtn {
		padding: 100px 0 50px;
	}

	#regularLink a {
		transition: all 0.3s ease-in-out 0s;
	}

	#regularLink a:hover {
		opacity: 0.7;
	} */

  .menuTit2 {
    margin: 0 auto 20px;
    padding: 0 0 0 100px;
    font-size: 3rem;
    letter-spacing: 0.075em;
    font-weight: 600;
    position: relative;
  }

  .menuTit2::before {
    content: "";
    display: inline-block;
    width: 82px;
    height: 43px;
    background: url(../../img/top/menu_teiban_icon_pc.png) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -21px;
  }

  #limitedMenu {
    padding-bottom: 100px;
  }

  /* #goodValueMenu {

	} */

  #goodValue {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 75px;
  }

  .goodValueItem {
    width: 48%;
    padding-bottom: 40px;
  }

  .goodValueItem img {
    width: 100%;
  }

  .goodValueItem:nth-last-child(-n + 2) {
    padding-bottom: 0;
  }

  .menuLink {
    display: block;
    transition: all 0.3s ease-in-out 0s;
  }

  .menuLink:hover {
    opacity: 0.7;
  }

  #childMenuBnr {
    padding-bottom: 60px;
  }

  #childMenuBnr img {
    margin-left: -45px;
  }

  #regularMenu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #otherMenu {
    padding-bottom: 100px;
  }

  .regularMenuItem {
    padding-bottom: 40px;
  }

  .regularMenuItem:last-child {
    padding-bottom: 0;
  }

  /* こだわり */
  /* -------------------------------------------------- */
  #commitment {
    padding: 60px 0 100px;
  }

  #commitmentWrap {
    padding-bottom: 115px;
    position: relative;
  }

  #commitmentTit {
    padding: 110px 0 60px;
    font-size: 3.2rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
  }

  #commitmentWrap:before {
    content: "";
    display: inline-block;
    width: 360px;
    height: 360px;
    background: url(../../img/top/top_strength_top.png) no-repeat 0 0;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    top: 0px;
    left: -18px;
  }

  #commitmentWrap:after {
    content: "";
    display: inline-block;
    width: 360px;
    height: 360px;
    background: url(../../img/top/top_strength_bottom.png) no-repeat 0 0;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    bottom: 0px;
    right: -22px;
  }

  .commitItem {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 330px;
    margin-bottom: 60px;
    padding: 0 115px;
    position: relative;
  }

  .commitItem:last-child {
    margin-bottom: 0;
  }

  #homemade:after {
    content: "";
    display: inline-block;
    width: 480px;
    height: 330px;
    background: url(../../img/top/top_strength1_photo_pc.jpg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  #samePrice:before {
    content: "";
    display: inline-block;
    width: 480px;
    height: 330px;
    background: url(../../img/top/top_strength2_photo_pc.jpg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  #soupStock:after {
    content: "";
    display: inline-block;
    width: 480px;
    height: 330px;
    background: url(../../img/top/top_strength3_photo_pc.jpg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  #tempura:before {
    content: "";
    display: inline-block;
    width: 480px;
    height: 330px;
    background: url(../../img/top/top_strength4_photo_pc.jpg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  #steak:after {
    content: "";
    display: inline-block;
    width: 480px;
    height: 330px;
    background: url(../../img/top/top_strength5_photo_pc.jpg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  .commitInfo {
    width: 455px;
  }

  .commitTit {
    padding-bottom: 30px;
    font-size: 3.2rem;
    line-height: 1.34;
    font-weight: 600;
    color: #9e2b21;
  }

  .triplekun span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .triplekun:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 95px;
    background: url(../../img/top/triplekun.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .commitTxt {
    font-family: "游ゴシック", YuGothic;
    font-size: 1.6rem;
    line-height: 1.56;
  }

  .annoIcon {
    font-size: 70%;
    vertical-align: top;
  }

  .anno {
    display: block;
    font-size: 70%;
    text-align: right;
  }

  /* 店舗一覧*/
  /* -------------------------------------------------- */
  #shop {
    padding-bottom: 100px;
  }

  #shopTxt {
    padding: 35px 0;
    text-align: center;
    font-size: 2rem;
    line-height: 2;
  }

  #shopMap {
    padding-bottom: 60px;
  }

  #shopListWrap {
    background: #f3f3f3;
    padding: 10px;
  }

  #shopTab {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 15px;
  }

  .shopTabItem {
    width: 390px;
  }

  .shopTabItem a {
    padding: 14px 0;
    display: block;
    text-align: center;
    font-size: 2.2rem;
    color: #333;
    background: #dbdbdb;
    transition: all 0.3s ease-in-out 0s;
  }

  .shopTabItem a:hover {
    opacity: 0.7;
    color: #333 !important;
  }

  .mptCurrent a {
    display: block;
    color: #fff !important;
    background: #9e2b21;
  }

  .mptCurrent a:hover {
    color: #fff !important;
  }

  .shopDetail {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .shopDetailItem {
    width: 24%;
    margin: 0 1.3% 15px 0;
    padding: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }

  .shopDetailItem:nth-child(4n) {
    margin: 0 0 15px 0;
  }

  .shopDetailItem:nth-last-child(-n + 4) {
    margin-bottom: 0;
  }

  .shopPhoto {
    padding-bottom: 10px;
  }

  .shopName {
    padding-bottom: 5px;
    font-size: 2rem;
    font-weight: bold;
  }

  .shopAdd {
    padding-bottom: 10px;
    font-family: "游ゴシック", YuGothic;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  /* .jsCopyText {

	} */

  /* .teiLink {

	} */

  .shopTxt {
    padding-bottom: 10px;
    font-family: "游ゴシック", YuGothic;
    font-size: 1.4rem;
    line-height: 1.28;
  }

  .shopAnnoIcon {
    font-size: 80%;
    vertical-align: top;
  }

  .shopAnno {
    display: block;
    font-size: 80%;
    text-align: left;
  }

  .shopLink {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
  }

  .shopMapBtn {
    width: 57%;
  }

  .shopMapLink {
    display: block;
    padding: 8px 0;
    text-align: center;
    font-size: 1.2rem;
    background: url(../../img/top/top_shop_arrow.png) no-repeat right 7px center
      #333;
    background-size: 5px;
    -webkit-background-size: 5px;
    color: #fff !important;
  }

  .disnon {
    display: none;
  }

  .jsCopyBtn {
    width: 38%;
    padding: 8px 0;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    border: none;
    background: #333;
    color: #fff;
    cursor: pointer;
  }

  .shopMapWrap {
    width: 100%;
    height: 175px;
    overflow: hidden;
  }

  /* お知らせ */
  /* -------------------------------------------------- */
  /* #news {

	} */

  #newsList {
    margin: 55px auto 140px;
    border-top: 1px solid #d1d1d1;
    font-family: "游ゴシック", YuGothic;
    color: #333;
  }

  .newsItem {
    border-bottom: 1px solid #d1d1d1;
  }

  .newsTopic {
    padding: 26px 2.5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -0.4em;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
  }

  .newsTopic:hover {
    color: #fff;
    background: #baab80;
  }

  .newsTopic:after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 9px;
    margin-top: -8px;
    background: url(../../img/top/top_news_arrow_close.svg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    transition: all 0.3s ease-in-out 0s;
  }

  .newsTopic:hover:after {
    background: url(../../img/top/top_news_arrow_close_hover.svg) no-repeat
      center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  .newsTopic.active:after {
    background: url(../../img/top/top_news_arrow_open.svg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  .newsTopic.active:hover:after {
    background: url(../../img/top/top_news_arrow_open_hover.svg) no-repeat
      center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  .newsDate {
    display: inline-block;
    padding-right: 25px;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.43;
    vertical-align: top;
  }

  .newsTit {
    display: inline-block;
    width: 84%;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.43;
    vertical-align: top;
  }

  .newsBox {
    display: none;
    width: 95%;
    margin: 0 auto;
    padding: 14px 0;
    border-top: 1px solid #dfdfdf;
    border-bottom: 0;
  }

  .newsBox p {
    padding-bottom: 1em;
    font-size: 1.5rem;
    line-height: 1.64;
    letter-spacing: 0.02em;
  }

  #topNews {
    border-top: 3px #9e2b21 solid;
    border-bottom: 3px #9e2b21 solid;
    padding: 20px;
    font-weight: 600;
  }

  #topNews a {
    height: 100%;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
  }

  #topNews a:hover {
    color: #9e2b21;
    opacity: 0.7;
  }

  #topNews span {
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #9e2b21;
    font-size: 1.6rem;
  }

  #topNews a:after {
    content: "";
    width: 21px;
    height: 21px;
    background: url(../../img/common/icon1.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }

  #topNews2 {
    border-bottom: 3px #9e2b21 solid;
    padding: 20px;
    font-weight: 600;
  }

  #topNews2 a {
    height: 100%;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
  }

  #topNews2 a:hover {
    color: #9e2b21;
    opacity: 0.7;
  }

  #topNews2 span {
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #9e2b21;
    font-size: 1.6rem;
  }

  #topNews2 a:after {
    content: "";
    width: 21px;
    height: 21px;
    background: url(../../img/common/icon1.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }

  #topNews2 p {
    height: 100%;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
  }

  /* 20231226旨辛丼販売休止用に作成 */
  #topNews3 {
    border-top: 3px #9e2b21 solid;
    border-bottom: 3px #9e2b21 solid;
    padding: 20px;
    font-weight: 600;
  }

  #topNews3 a {
    height: 100%;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
  }

  #topNews3 span {
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #9e2b21;
    font-size: 1.6rem;
  }

  #topNews3 a:after {
    content: "";
    width: 21px;
    height: 21px;
    -webkit-background-size: contain;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
  }
  #topLine {
    text-align: center;
    background: #06c755;
    width: 100%;           /* 画面幅に合わせる */
    height: 70px;           /* 端末サイズに応じた高さ */
    position: relative;
  }
  
  #line-banner {
    display: flex;          /* flexを利用して中央揃え */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;  /* リンクの下線などを削除（任意） */
  }
  
  #line-banner img {
    max-width: 95%;         /* 横幅の最大値を指定 */
    max-height: 95%;        /* 高さの最大値を指定 */
    object-fit: contain;    /* アスペクト比を維持して画像を表示 */
    display: block;
  }

}

/* IE8〜11ハック */
@media screen\0 {
  #todayNarutoTxt3 {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
    text-align: center;
  }
}

/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
  #todayNarutoTxt3 {
    text-combine-upright: all;
    padding-bottom: 8px;
    margin-top: -8px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  /* 1024px - 1200px用（パソコン用）の記述 */
  /* 正社員・アルバイト募集 */
  /* -------------------------------------------------- */
  #topLine {
    text-align: center;
    background: #06c755;
    width: 100%;           /* 画面幅に合わせる */
    height: 70px;           /* 端末サイズに応じた高さ */
    position: relative;
  }
  
  #line-banner {
    display: flex;          /* flexを利用して中央揃え */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;  /* リンクの下線などを削除（任意） */
  }
  
  #line-banner img {
    max-width: 95%;         /* 横幅の最大値を指定 */
    max-height: 95%;        /* 高さの最大値を指定 */
    object-fit: contain;    /* アスペクト比を維持して画像を表示 */
    display: block;
  }


  /* -------------------------------------------------- */
  #recruitTxtInvite {
    display: block;
  }

  #recruitTxt {
    width: 100%;
    text-align: center;
  }

  #recruitTxtInvite {
    display: block;
  }

  /* 今日も、鳴門うどん */
  /* -------------------------------------------------- */
  #todayNarutoInr {
    padding: 100px 0;
  }

  #todayNarutoTit {
    padding: 0 0 0 30px;
  }

  #todayNarutoTxt {
    padding-left: 20px;
  }

  /* 鳴門うどんのメニュー */
  /* -------------------------------------------------- */
  .limitedBnr img {
    width: 100%;
  }

  /* #regularBtn img {
		width: 100%;
	} */

  .goodValueItem {
    width: 48%;
  }

  .goodValueItem img {
    width: 100%;
  }

  #childMenuBnr img {
    width: 103%;
    margin-left: -3%;
  }

  .regularMenuItem {
    width: 32%;
  }

  .regularMenuItem:last-child {
    width: 100%;
  }

  .regularMenuItem img {
    width: 100%;
  }

  /* こだわり */
  /* -------------------------------------------------- */
  .commitItem {
    padding: 0 9%;
  }

  .commitInfo {
    width: 44%;
  }

  .commitItem:before {
    width: 50%;
  }

  .commitItem:nth-child(even):before {
    left: 9%;
  }

  .commitItem:nth-child(odd) .commitInfo {
    padding-right: 3%;
  }

  .commitItem:nth-child(even) .commitInfo {
    padding-left: 3%;
  }

  /* 店舗一覧 */
  /* -------------------------------------------------- */
  #shopMap img {
    width: 100%;
  }

  .shopPhoto img {
    width: 100%;
  }

  .shopTabItem {
    width: 33%;
  }

  .shopMapLink {
    background: url(../../img/top/top_shop_arrow.png) no-repeat right 2px center
      #333;
    background-size: 5px;
    -webkit-background-size: 5px;
  }

  /* お知らせ */
  /* -------------------------------------------------- */
  .newsTit {
    width: 82%;
  }

  #sliderTop .sp-previous-arrow {
    margin: -12px 0 0 0;
    left: 20px;
  }

  #sliderTop .sp-next-arrow {
    margin: -12px 0 0 0;
    right: 20px;
  }
}

@media screen and (max-width: 1023px) {
  /* 1023px以下用（スマートフォン用）の記述 */
  .pc {
    display: none;
  }

  /* スライダー */
  /* -------------------------------------------------- */
  .sp-mask {
    overflow: hidden;
  }

  #sliderTop {
    padding-top: 60px;
  }

  #sliderTop .sp-previous-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../../img/top/slider_arrow_prev.svg) no-repeat center #000;
    background-size: 8px 12px;
    -webkit-background-size: 8px 12px;
    left: 4%;
    transition: all 0.3s ease-in-out 0s;
  }

  #sliderTop .sp-next-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url(../../img/top/slider_arrow_next.svg) no-repeat center #000;
    background-size: 8px 12px;
    -webkit-background-size: 8px 12px;
    right: 4%;
    transition: all 0.3s ease-in-out 0s;
  }

  .sp-previous-arrow:before,
  .sp-previous-arrow:after,
  .sp-next-arrow:before,
  .sp-next-arrow:after {
    display: none;
  }

  #sliderTop .sp-selected {
    opacity: 1;
  }

  /* .sp-slide img {
		width: 100%;
	} */

  #topNews {
    border-top: 3px #9e2b21 solid;
    border-bottom: 3px #9e2b21 solid;
    padding: 20px;
    background: url(../../img/common/icon1.png) right 10px center no-repeat;
    -webkit-background-size: 21px;
    background-size: 21px;
  }

  #topNews a {
    height: 100%;
    padding-right: 25px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
  }

  #topNews a:hover {
    color: #9e2b21;
    opacity: 0.7;
  }

  #topNews span {
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #9e2b21;
    font-size: 1.6rem;
  }

  #topNews2 {
    border-bottom: 3px #9e2b21 solid;
    padding: 20px;
    background: url(../../img/common/icon1.png) right 10px center no-repeat;
    -webkit-background-size: 21px;
    background-size: 21px;
  }

  #topNews2 a {
    height: 100%;
    padding-right: 25px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
  }

  #topNews2 a:hover {
    color: #9e2b21;
    opacity: 0.7;
  }

  #topNews2 span {
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #9e2b21;
    font-size: 1.6rem;
  }
  #topNews3 {
    border-top: 3px #9e2b21 solid;
    border-bottom: 3px #9e2b21 solid;
    padding: 20px;
    -webkit-background-size: 21px;
    background-size: 21px;
    font-weight: 600;
  }

  #topNews3 a {
    height: 100%;
    padding-right: 25px;
    display: block;
    transition: all 0.3s ease-in-out 0s;
    text-align: center;
  }

  #topNews3 span {
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
    color: #9e2b21;
    font-size: 1.6rem;
  }

  #topLine {
    text-align: center;
    background: #06c755;
    width: 100%;           /* 画面幅に合わせる */
    height: 100px;           /* 端末サイズに応じた高さ */
    position: relative;
  }
  
  #line-banner {
    display: flex;          /* flexを利用して中央揃え */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;  /* リンクの下線などを削除（任意） */
  }
  
  #line-banner img {
    max-width: 100%;         /* 横幅の最大値を指定 */
    max-height: 100%;        /* 高さの最大値を指定 */
    object-fit: contain;    /* アスペクト比を維持して画像を表示 */
    display: block;
  }




  /* 正社員・アルバイト募集 */
  /* -------------------------------------------------- */
  #recruitBtn {
    width: 100%;
  }

  #recruitLink {
    display: block;
    padding: 2px 0;
    background: url(../../img/top/top_recruit_bg.jpg) 0 0;
    transition: all 0.3s ease-in-out 0s;
  }

  #recruitLinkContent {
    padding: 20px 4%;
  }

  #recruitTxt {
    font-weight: 600;
    line-height: 1;
  }

  #recruitTxtInvite {
    display: block;
    padding-bottom: 8px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    color: #e7d17b;
  }

  #recruitTxtRec {
    font-size: 2.8rem;
    letter-spacing: 0.06em;
    color: #fff;
    position: relative;
  }

  #recruitTxtRec:after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../../img/top/top_recruit_arrow_sp.png) no-repeat 0;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    top: 50%;
    right: -23px;
    margin-top: -11px;
  }

  #recruitPhoto {
    padding-top: 15px;
    width: 100%;
  }

  #recruitPhoto img {
    width: 100%;
  }

  /* 今日も、鳴門うどん*/
  /* -------------------------------------------------- */
  #todayNaruto {
    width: 100%;
    background: url(../../img/top/top_about_photo_sp.jpg) no-repeat center
      bottom;
    padding-bottom: 280px;
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;
  }

  #todayNarutoInr {
    padding: 50px 0;
    background: url(../../img/top/top_about_circle_sp.png) no-repeat 3px 7px;
    background-size: 283px 308px;
    -webkit-background-size: 283px 308px;
    text-align: center;
  }

  #todayNarutoContent {
    height: 270px;
    margin: 0 auto;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    font-weight: 500;
    letter-spacing: -0.4em;
    text-align: right;
    display: inline-block;
  }

  #todayNarutoTit {
    padding: 0 0 0 5%;
    font-size: 4rem;
    line-height: 1.05;
    text-align: left;
    letter-spacing: 0.02em;
  }

  #todayNarutoIndent {
    display: block;
    text-indent: 42px;
  }

  #todayNarutoTxt {
    font-size: 1.6rem;
    text-align: left;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.01em;
  }

  #todayNarutoBtn {
    display: none;
    text-align: right;
    letter-spacing: 0;
  }

  #todayNarutoLink {
    display: inline-block;
    padding: 23px 11px;
    font-weight: 500;
    font-size: 1.8rem;
    border: 1px solid #897234;
    color: #897234;
    background: url(../../img/top/top_about_arrow.svg) no-repeat center 10px
      #fff;
    transition: all 0.3s ease-in-out 0s;
  }

  #todayNarutoLink:hover {
    color: #fff;
    background: url(../../img/top/top_about_arrow_white.svg) no-repeat center
      10px #897234;
  }

  /* メニュー */
  /* -------------------------------------------------- */
  #menu {
    background: url(../../img/top/top_menu_bg_sp.jpg) 0 100px;
    background-size: 126px 56px;
    -webkit-background-size: 126px 56px;
  }

  .munuTit {
    height: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 31px 0;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
    background: url(../../img/top/top_menu_tit_bg_sp.jpg) 0 bottom;
    background-size: 126px 85px;
    -webkit-background-size: 126px 85px;
  }

  #limitedMenu {
    padding-bottom: 40px;
  }

  #limitedTit {
    padding: 60px 0 20px 0;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.075em;
    color: #9e2b21;
  }

  #limitedList {
    width: 100%;
  }

  .limitedBnr {
    width: 100%;
    padding-bottom: 20px;
  }

  .limitedBnr:last-child {
    padding-bottom: 0;
  }

  .limitedBnr img {
    width: 100%;
  }

  /* #regularBtn {
		padding: 0 0 25px 0;
	}

	#regularLink {
		display: block;
		transition: all 0.3s ease-in-out 0s;
	}

	#regularBtn img {
		width: 100%;
	}

	#regularLink:hover {
		opacity: 0.7;
	} */

  .menuTit2 {
    margin: 0 auto 20px;
    padding: 0 0 0 60px;
    font-size: 2rem;
    letter-spacing: 0.075em;
    font-weight: 600;
    position: relative;
  }

  .menuTit2::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 25px;
    background: url(../../img/top/menu_teiban_icon_pc.png) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px;
  }

  #goodValue {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }

  .goodValueItem {
    padding-bottom: 20px;
    width:100%;
  }

  .goodValueItem img {
    width: 100%;
  }

  .menuLink {
    display: block;
  }

  #childMenuBnr {
    padding-bottom: 30px;
  }

  #childMenuBnr img {
    width: 100%;
  }

  #regularMenu {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #otherMenu {
    padding-bottom: 50px;
  }

  .regularMenuItem {
    padding-bottom: 15px;
    width:100%;
  }

  .regularMenuItem:last-child {
    padding-bottom: 0;
  }

  .regularMenuItem img {
    width: 100%;
  }

  /* こだわり */
  /* -------------------------------------------------- */
  #commitment {
    padding: 50px 0 0;
  }

  #commitmentWrap {
    width: 100%;
    position: relative;
  }

  #commitmentTit {
    padding: 0 0 20px;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
  }

  #commitmentList {
    width: 97%;
    margin: 0 auto 60px;
  }

  .commitItem:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../../img/top/top_strength_top_sp.png) no-repeat 0 0;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .commitItem:after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../../img/top/top_strength_bottom_sp.png) no-repeat 0 0;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .commitItem {
    margin-bottom: 30px;
    padding: 0;
    position: relative;
  }

  .commitItem:last-child {
    margin-bottom: 0;
  }

  .commitTxt:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 190px;
    margin: 20px 0;
  }

  #homemade .commitTxt:after {
    background: url(../../img/top/top_strength1_photo_sp.jpg) no-repeat top
      center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  #samePrice .commitTxt:after {
    background: url(../../img/top/top_strength2_photo_sp.jpg) no-repeat top
      center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  #soupStock .commitTxt:after {
    background: url(../../img/top/top_strength3_photo_sp.jpg) no-repeat top
      center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  #tempura .commitTxt:after {
    background: url(../../img/top/top_strength4_photo_sp.jpg) no-repeat top
      center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  #steak .commitTxt:after {
    background: url(../../img/top/top_strength5_photo_sp.jpg) no-repeat top
      center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  .commitInfo {
    width: 100%;
  }

  .commitTit {
    padding: 30px 10% 20px;
    font-size: 2.2rem;
    line-height: 1.22;
    font-weight: 600;
    color: #9e2b21;
  }

  .triplekun span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }

  .triplekun:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 65px;
    height: 70px;
    background: url(../../img/top/triplekun.png) 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }

  .commitTxt {
    display: block;
    padding: 0 10% 10px;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
      "ヒラギノ角ゴ ProN W3";
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .annoIcon {
    font-size: 70%;
    vertical-align: top;
  }

  .anno {
    display: block;
    font-size: 70%;
    text-align: right;
  }

  /* 店舗一覧*/
  /* -------------------------------------------------- */
  #shop {
    padding: 60px 0 50px;
  }

  #shopTxt {
    padding: 40px 0 20px;
    font-size: 1.6rem;
    line-height: 1.5;
  }

  #shopMap {
    padding-bottom: 40px;
  }

  #shopMap img {
    width: 100%;
  }

  #shopListWrap {
    background: #f3f3f3;
    padding: 10px;
  }

  /* .shopDetail {

	} */

  #shopDetailOita {
    padding-bottom: 40px;
    position: relative;
  }

  #shopDetailOita::before {
    content: "";
    width: 110%;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: -5%;
  }

  #shopDetailBeppu {
    padding-bottom: 40px;
    position: relative;
  }

  #shopDetailBeppu::before {
    content: "";
    width: 110%;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: -5%;
  }

  .shopAreatit {
    padding: 9px 0;
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #9a1419;
  }

  .shopDetailItem {
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
  }

  .shopDetailItem:last-child {
    margin-bottom: 0;
  }

  .shopNameSp {
    padding: 14px 5%;
    font-size: 2rem;
    font-weight: 600;
    background: url(../../img/top/top_common_arrow_open_sp.png) no-repeat right
      5% center;
    background-size: 25px 25px;
    -webkit-background-size: 25px 25px;
    cursor: pointer;
  }

  .shopNameSp.active {
    background: url(../../img/top/top_common_arrow_close_sp.png) no-repeat right
      5% center;
    background-size: 25px 25px;
    -webkit-background-size: 25px 25px;
  }

  .shopInfoWrap {
    display: none;
    padding: 0 5% 15px;
  }

  .shopPhoto {
    padding-bottom: 15px;
  }

  .shopPhoto img {
    width: 100%;
  }

  .shopName {
    padding-bottom: 5px;
    font-size: 2rem;
    font-weight: bold;
  }

  .shopAdd {
    padding-bottom: 10px;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
      "ヒラギノ角ゴ ProN W3";
    font-size: 1.6rem;
    line-height: 1.25;
  }

  /* .jsCopyText {

	} */

  /* .teiLink {

	} */

  .shopTxt {
    padding-bottom: 10px;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
      "ヒラギノ角ゴ ProN W3";
    font-size: 1.4rem;
    line-height: 1.28;
  }

  .shopAnnoIcon {
    font-size: 80%;
    vertical-align: top;
  }

  .shopAnno {
    display: block;
    font-size: 80%;
    text-align: left;
  }

  .shopLink {
    /* display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between; */
    padding-bottom: 10px;
    letter-spacing: -0.4em;
  }

  .shopMapBtn {
    display: inline-block;
    width: 57%;
    padding-right: 5%;
    vertical-align: top;
  }

  .shopMapLink {
    display: block;
    padding: 13px 0;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    background: url(../../img/top/top_shop_arrow.png) no-repeat right 8px center
      #333;
    background-size: 7px;
    line-height: 1;
    -webkit-background-size: 7px;
    color: #fff !important;
  }

  .jsCopyBtn {
    vertical-align: top;
    display: inline-block;
    width: 38%;
    padding: 13px 0;
    text-align: center;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3",
      "Hiragino Mincho ProN", serif;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.02em;
    border: none;
    background: #333;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
    margin-top: -0.05px;
  }

  .shopMapWrap {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  .shopMapWrap iframe {
    width: 100%;
  }

  /* お知らせ */
  /* -------------------------------------------------- */
  #news {
    margin-bottom: 50px;
  }

  #newsList {
    margin: 40px auto 0;
    border-top: 1px solid #d1d1d1;
    font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN",
      "ヒラギノ角ゴ ProN W3";
    color: #333;
  }

  .newsItem {
    border-bottom: 1px solid #d1d1d1;
    cursor: pointer;
  }

  .newsTopic {
    padding: 20px 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: -0.4em;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    cursor: pointer;
  }

  .newsTopic:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-top: -8px;
    background: url(../../img/top/top_news_arrow_close.svg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
  }

  .newsTopic.active:after {
    background: url(../../img/top/top_news_arrow_open.svg) no-repeat center;
    background-size: contain;
    -webkit-background-size: contain;
  }

  .newsDate {
    display: inline-block;
    padding-right: 25px;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1.43;
    vertical-align: top;
  }

  .newsTit {
    display: inline-block;
    width: 90%;
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.16;
    vertical-align: top;
  }

  .newsBox {
    display: none;
    width: 90%;
    margin: 0 auto;
    padding: 14px 0;
    border-bottom: 0;
  }

  .newsBox p {
    padding-bottom: 1em;
    font-size: 1.5rem;
    line-height: 1.64;
    letter-spacing: 0.02em;
  }
}

/*i phone 5/SE 用*/
@media only screen and (max-width: 320px) {
  .commitTxt:after {
    height: 160px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 414px) {
  .commitTxt:after {
    height: 187px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 750px) {
  /* 1023px - 750px用（タブレット用）の記述 */
  .commitTxt:after {
    height: 47.786vw;
    padding-bottom: 20px;
  }
  #topLine {
    width: 100%;           /* 画面幅に合わせる */
    height: 90px;           /* 端末サイズに応じた高さ */
    position: relative;
  }
  
  #line-banner {
    display: flex;          /* flexを利用して中央揃え */
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;  /* リンクの下線などを削除（任意） */
  }
  
  #line-banner img {
    max-width: 90%;         /* 横幅の最大値を指定 */
    max-height: 80%;        /* 高さの最大値を指定 */
    object-fit: contain;    /* アスペクト比を維持して画像を表示 */
    display: block;
  }
  

  /* スライダー */
  /* -------------------------------------------------- */
  #sliderTop {
    width: 100%;
    overflow: visible;
  }

  .sp-mask {
    overflow: visible;
  }

  #sliderTop .sp-slide {
    opacity: 0.4;
  }

  #sliderTop .sp-selected {
    opacity: 1;
  }

  /* 今日もなるとうどん */
  /* -------------------------------------------------- */
  #todayNarutoInr {
    padding: 50px 0 340px;
  }

  /* 鳴門うどんのこだわり */
  /* -------------------------------------------------- */
  .triplekun .tab {
    display: none;
  }
}

@media screen and (max-width: 750px) and (min-width: 415px) {
  /* 1023px - 750px用（タブレット用）の記述 */
  .commitTxt:after {
    min-height: 42vw;
    padding-bottom: 20px;
  }
}
