@charset "UTF-8";
/* 共通 */

* {
  margin: 0 auto;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

.body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
}

a{
  text-decoration: none;
}

p{
  color: #746800;
}

h2{
  color: #746800;
  font-size: 1rem;
  font-weight: bold;
}

h3{
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
}

/* フォントタイプ */
.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: normal;
}


/* ヘッダー 100vw */
.header_wrap{
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* back ヘッダー背景 100vw */
.header_inner{
  width: 100vw;
}

/* ヘッダー上の画像とicon */
.contents{
  width: 90vw;
  display: flex;
  position: absolute;
  justify-content: space-between;
  align-items: center;
}

/* logo 背景画像の上 左 60vw */
.logo{
  width: 60vw;
}

.logo img{
  width: 100%;
}

/* icon 背景画像の上 右 40vw */
.icon_wrap{
  width: 80px;
  margin: 5px;
  text-align: right;
  color: aquamarine;
}

.icon_wrap ul{
  display: flex;
  list-style: none;
  font-size: 0.6rem;
  font-weight: 600;
  color: #fff;
}

.icon_wrap ul li{
  width:100%;
  text-align: center;
}

.icon_wrap ul li a{
  margin: 0 0 0 10px;
  text-decoration: none;
  display: inline-block
}

.icon_wrap ul li img{
  width:27px;
  margin: 0 auto;
}

/* HEADER info open */
.h_info{
  padding: 0 25px;
  height: 27px;
  background: #888888;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: #fff;
  border-top-style:solid;
  border-width: medium;
}

.h_info p{
  font-size: 0.65rem;
  color: #fff;
  font-weight: 600;
}

.h_info p:first-of-type {
  font-size: 0.6rem;
  padding: 0.5px 6px;
  border-radius: 10px;
  background: #fff;
  color: #888888;
  font-weight: 600;
}

.h_info p:nth-child(4) {
  font-size: 0.6rem;
  padding: 0.5px 6px;
  border-radius: 10px;
  background: #fff;
  color: #888888;
  font-weight: 600;
}

/** main **/
/* mv */
.slider {
  padding: 0;
  line-height: 0;
  /* font-size: 0; ← こちらでも、余白がなくなります */
  font-size: 0;
  /* slickの余白(右スクロールされる)を制御 */
  overflow: hidden;
}

/* TOP-page nav */
.top_nav{
  padding: 0 20px;
  background: #F3F1EF;
  height: 53px;
}

.top_nav ul{
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.top_nav ul li{
  width: calc(90%/4);
  padding: 8px 0;
  display: block;
  text-align: center;
}

.top_nav ul li a{
  text-decoration: none;
  font-size: 0.6rem;
  font-weight: 600;
  color: #746800;
}

.top_nav ul li a img{
  justify-content: center;
}

.top_nav ul li:first-child img{
  width: 27px;

}

.top_nav ul li:nth-child(2) img,
.top_nav ul li:nth-child(3) img,
.top_nav ul li:last-child img{
  width: 27px;
}

/* KODAWARI */
/* 共通  */
section{
  background-image:url(../img/TOP-bg01-SP.png);
  background-size: cover;
}

/* icon */
article section .icon {
  margin: 0 auto;
}

article section .icon > img {
  width: 31px;
  padding-top: 30px;
}

article section .icon > h2 {
  font-size: 1rem;
  text-align: center;
  padding: 5px;
  font-weight: 600;
}

/** こだわり **/

/* たこ焼きへのこだわり */
.kodawari_title {
  margin-left: 30px;
  align-items: center;
  display: inline;
}

.kodawari_title img{
  width: 40px;
  display: inline;
}

.kodawari_title h3{
  display: inline-block;
  position:relative;
  top: -10px;
  /* underline YELLOW */
  text-decoration: underline solid #F6E301 11px;
  text-underline-offset: -8px;
}

/* 写真と文字の画像箇所 */
/* 共通 */
.kodawari_T_tako_inner,
.kodawari_T_men_inner,
.omiseno-koto_T_inner,
.acces_T_inner
{
  margin: 0 auto;
}
.kodawari_T_tako_inner{
  margin-bottom: -120px;
}
.kodawari_T_tako_inner img:first-child {
  width: 330px;
}
.kodawari_T_tako_inner img:nth-child(2){
  width: 85%;
  margin-top: 15px;
}

.kodawari_T_tako_inner img:nth-child(3){
  width: 248px;
  margin-top: -8px;
}

.kodawari_T_tako_inner p:first-of-type {
  font-size: 1.2rem;
  padding: 0 30px;
  color: #000;
  position: relative;
  top: -160px;
}

.kodawari_T_tako_inner p:nth-of-type(2) {
  font-size: 0.8rem;
  padding: 5px 30px 0;
  font-weight: 700;
  position: relative;
  top: -160px;
}

/* 麺 */

.kodawari_T_men_inner img:first-child{
  width: 360px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.kodawari_T_men_inner img:nth-child(2){
  width: 248px;
  position: relative;
  top: -30px;
}

.kodawari_T_men_inner p:first-of-type {
  font-size: 1.2rem;
  padding: 0 30px;
  color: #000;
  position: relative;
  top: -175px;
}

.kodawari_T_men_inner p:nth-of-type(2) {
  font-size: 0.8rem;
  padding: 5px 30px 0;
  font-weight: 700;
  position: relative;
  top: -175px;
  margin-bottom: -140px;
}

/** お店のこと **/
.omiseno-koto_T_inner{
}

.omiseno-koto_T_inner > img:first-of-type {
  width: 85%;
  margin: 0 auto;
}
/* 店主 */
.omiseno-koto_T_inner >img:nth-of-type(2) {
  width: 248px;
  margin-bottom: -165px;
}
/* たこ焼き2つ */
.omiseno-koto_T_inner >img:nth-of-type(3) {
    width: 85%;
    margin-bottom: 20px;
    margin-top: 20px;
}
/* 家族イラスト */
.omiseno-koto_T_inner >img:nth-of-type(4) {
  width: 193px;
  margin-bottom: 10px;
}

.omiseno-koto_T_inner h3{
  display: inline-block;
  font-size: 1.5rem;
  padding: 0 30px;
  /* underline BLUE */
  text-decoration: underline solid #A9DDE2 11px;
  text-underline-offset: -8px;
}

.omiseno-koto_T_inner h3 span{
  font-size: 1.3rem;
}

.omiseno-koto_T_inner p{
  font-size: 0.8rem;
  font-weight: 700;
  padding-top: 8px;
  /* padding: 0 30px; */
  width: 85%;
  letter-spacing: 0.8px;
}
/* タグ */
.omiseno-koto_T_inner >img:nth-of-type(5) {
  width: 90%;
  margin-bottom: 25px;
  margin-top: 15px;
}
/* 店内写真 */
.omiseno-koto_T_inner >img:nth-of-type(6) {
  width: 230px;
  margin-bottom: 30px;
}

/*** リストのアイコン設定 ***/
.omiseno-koto_T_inner_list {
  list-style: none;
  /* デフォルトのアイコンを消す */
  margin: 0;
  /* デフォルト指定上書き */
  padding: 0;
  /* デフォルト指定上書き */
}

.omiseno-koto_T_inner_list ul {
  margin: 0 35px;
}

.list_test:before {
  content: "";
  /* 空の要素作成 */
  width: 18px;
  /* 幅指定 */
  height: 35px;
  /* 高さ指定 */
  display: inline-block;
  /* インラインブロックにする */
  position: relative;
  /* アイコンの位置を調整 */
  top: 8px;
  /* アイコンの位置を調整 */
  margin-right: 3px;
  /* 余白指定 */
  background-image: url(../img/icon_star_SP.png);
  /* アイコン指定 */
  background-size: 18px;
  /* アイコンの大きさ指定 */
  background-repeat: no-repeat;
  /* アイコンをリピートしないようにする */
  vertical-align: text-bottom;
  /* アイコンの位置を調整 */
}

.list_test {
  padding: 0px 0px;
  /* 余白指定 */
  margin-bottom: 0px;
  /* 要素と要素の間指定 */
  font-size: 1.02rem;
  color: #000;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.5px;
}
.omiseno-koto_T_inner_list ul li:last-of-type{
    text-decoration: underline solid #F6E301 11px;
    /* 英数字へ下線が引けない対処 */
    text-decoration-skip-ink: none;
    text-underline-offset: -6px;
}
/*** END ***/

/* .omiseno-koto_T_inner img:nth-of-type(10) {

} */
/* 店内写真  */
.shop_photo{
  width: 100%;
  margin-top: -10px;
  padding-bottom: 50px;
}
.shop_photo > img{
  width: 85%;
}
/* 横並び */
/* 全体 */
.shop_photo div{
  width: 85%;
  display: flex;
  margin-top: 8px;
}
/* 左側 */
.shop_photo div img{
height: 114px;
}
.shop_photo div > img:first-child{
padding-right: 3px;
}
/* 右側 */
.shop_photo div>img:nth-child(2) {
  padding-left: 3px;
}
/** アクセス **/
.access_T{
  background:#fff;
}

.acces_T_inner {
  width: 85%;
  padding-bottom: 50px;
}
.acces_T_inner img{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
}
.acces_T_inner div{
  text-align: left;
}
.acces_T_inner h3{
  font-size: 1.3rem;
  color: #746800;
  font-weight: 700;
  padding-bottom: 3px;
  letter-spacing: 1.5px;
}
.acces_T_inner p{
  font-size: 1.1rem;
  font-weight: 700;
  padding-bottom: 1px;
  letter-spacing: 1px;
}
.acces_T_inner p:nth-of-type(6) {
  text-decoration: underline solid #F6E301 11px;
  /* 英数字へ下線が引けない対処 */
  text-decoration-skip-ink: none;
  text-underline-offset: -8px;
  font-size: 1rem;
}
.acces_T_inner a img{
  width: 356px;
  margin-top: 25px;
  margin-bottom: 10px;
}
/** グループ **/
.group_box {
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 190px;
}
.group_box div{
  width: 230px;
  display: flex;
}
.group_box div a p{
  width: 108px;
  padding-top: 10px;
  padding-bottom: 10px;
  block-size: border-box;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 5px;
  box-shadow: -.25em .25em 3px #989898;
}
/** お知らせ **/
.news{
  width: 100vw;
  background: #ffffff;
  position: -webkit-fixed;
  position: fixed;
  bottom: 0;
  padding-bottom: 70px;
}
.news .news_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95vw;
}

.news .news_content .samurai_01{
  width: 20vw;
  text-align: center;
}
.news .news_content .samurai_01 img{
  width: 36px;
  padding-top: 8px;
}
.news .news_content .samurai_01 p{
  font-size: 0.5rem;
  font-weight: 700;
  text-decoration: underline solid #F6E301 3px;
  text-underline-offset: -2px;
}
.news .news_content .comment {
  width: 70vw;
  padding: 2px;
}

.news .news_content .comment p {
  font-size: 0.7rem;
}
/* 一覧　ボタン */
.botan{
  width: 58px;
  padding: 2px 0;
  background-color: #746800;
  border-radius: 2px;
  position: absolute;
  bottom: 70px;
  right: 5vw;
}
.botan p{
  font-size: 0.5rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
/* footer nav */
nav{
  width: 100vw;
  position: -webkit-fixed;
  position: fixed;
  bottom: 0;
}
nav ul {
  display: flex;
  padding: 0 35px;
  background-color: #746800;
}

.pc {
  display: none !important;
}
 .tb {
   display: none !important;
 }

/* スマホ用のCSSはメディアクエリの外に記述する */
/* SE以下のスマホ */
@media screen and (max-width: 374px) {
  /* 共通 */
  h3 {
      font-size: 1.2rem;
    }
/* HEADER info open */
  .h_info {
    padding: 0 15px;
    height: 27px;
    background: #888888;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: #fff;
    border-top-style: solid;
    border-width: medium;
  }

  .h_info p {
    font-size: 0.55rem;
    letter-spacing: -0.3px;
  }

  .h_info p:first-of-type {
    font-size: 0.53rem;
  }

  .h_info p:nth-child(4) {
    font-size: 0.53rem;
  }
  /* お知らせ */
.news .news_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95vw;
}
  .news {
    width: 100vw;
    padding-bottom: 60px;
  }
  /* お知らせでござる */
.news .news_content .samurai_01 {
  text-align: center;
  width: 20vw;
  margin-right: 0;
}
  .news .news_content .samurai_01 p {
    font-size: 0.38rem;
  }
  /* お知らせ 文章 */
.news .news_content .comment {
  width: 70vw;
  padding: 0 0;
}
  /* 一覧を見る botan */
.botan {
  width: 54px;
  padding: 3px 0;
  background-color: #746800;
  border-radius: 2px;
  position: absolute;
  bottom: 64px;
  right: 5vw;
}
/* icon 背景画像の上 右 40vw */
  .icon_wrap {
    width: 75px;
    margin: 7px 5px 2px 5px;
  }

  .icon_wrap ul {
    font-size: 0.58rem;
  }

  .icon_wrap ul li img {
    width: 27px;
  }
  .shop_photo div {
    width: 85%;
    display: flex;
    margin-top: 8px;
    height: 114px;
  }
  .shop_photo div img {
    width: 85%;
    height: 100px;
  }
  .acces_T_inner {
  width: 85%;
  }
  .acces_T_inner img {
    width: 100%;
  }
  .acces_T_inner h3 {
    font-size: 1.2rem;
    color: #746800;
    font-weight: 700;
    padding-bottom: 3px;
  }
  .acces_T_inner p {
    font-size: 1.1rem;
  }

article section .omiseno-koto_T .icon>img {
  width: 31px;
  padding-top: 0px;
}
  .kodawari_title img {
    width: 33px;
    display: inline;
  }
  .kodawari_T_tako_inner img:first-child {
    width: 270px;
  }
  .kodawari_T_men_inner img:first-child {
    width: 85vw;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .omiseno-koto_T_inner h3 {
    display: inline-block;
    font-size: 1.35rem;
    padding: 0 20px;
    text-decoration: underline solid #A9DDE2 11px;
    text-underline-offset: -8px;
  }
  .omiseno-koto_T_inner h3 span {
    font-size: 1.1rem;
  }
  .list_test:before {
    content: "";
    width: 18px;
    height: 26px;
    display: inline-block;
    position: relative;
    top: 8px;
    margin-right: 3px;
    background-image: url(../img/icon_star_SP.png);
    background-size: 13px;
    background-repeat: no-repeat;
    vertical-align: text-bottom;
  }
  .list_test {
    font-size: 0.85rem;
    letter-spacing: 0.3px;
  }
    .omiseno-koto_T_inner_list ul li:last-of-type {
      text-decoration: underline solid #F6E301 7px;
      text-decoration-skip-ink: none;
      text-underline-offset: -3px;
    }
  }
/* 481から580pxまでに適用されるCSS（タブレット小用） */
@media screen and (min-width: 480px) and (max-width: 580px) {
  .pc {
    display: none;
  }
  .sp_tb {
  /* タブレットで表示しないスマホ画像など */
    display: none !important ;
  }
  .tb{
  /* タブレットで表示しないスマホ画像など */
    display
    : block !important;
  }
}
/* 481px以上に適用されるCSS（タブレット用） */
@media screen and (min-width: 481px) {
  .pc {
    display: none;
  }
  .sp_tb {
  /* タブレットで表示しないスマホ画像など */
    display: none !important ;
  }
  .tb{
  /* タブレットで表示しないスマホ画像など */
    display: block !important;
  }
  /* ヘッダー背景 */
  .header_inner {
    width: 100vw;
  }
  .header_inner img{
    height: 84px
  }
  /* 上に載せるコンテンツ */
  .contents{
    width: 80vw;
    margin: 0 0;
  }
  /* ロゴ */
  .logo {
    margin: 0 0;
  }
  .logo img{
    width: 318px;
    margin: 0 0;
  }
  /* map tel icon */
  .icon_wrap ul li a {
    margin: 0 0 0 10px;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
  }
  .icon_wrap ul li img {
    width: 40px;
    margin: 0 auto;
  }
  /* 営業時間 */
  .h_info {
  height: 30px;
}
  .h_info p {
    font-size: 0.75rem;
    color: #fff;
    font-weight: 600;
    margin: 0 10px;
  }
  .h_info p:first-of-type,
  .h_info p:nth-child(4) {
    font-size: 0.7rem;
  }
  /* TOP ナビ  */
    .top_nav ul {
      width: 450px;
  }
    .top_nav ul li {
      width: calc(450px/4);
      padding: 10px 0;
      display: block;
      text-align: center;
  }
  .top_nav ul li a{
    box-sizing: border-box;
  }
  /* こだわり たこやき 全体*/
    .kodawari_T_tako_inner {
      width: 400px;
      margin-bottom: -120px;
    }
  /* こだわり 麺 全体*/
    .kodawari_T_men_inner {
      width: 400px;
      margin-bottom: -120px;
    }
  /* こだわりたこ焼き タイトル */
  .kodawari_title_tb {
    width: 400px;
    display: block;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 15px;
    padding-left: -140px;
    }

    /* たこ焼きイラスト */
  .kodawari_title_tb img {
    width: 40px;
    display: inline;
  }
    .kodawari_title_tb h3 {
    display: inline-block;
    position: relative;
    top: -10px;
    /* underline YELLOW */
    text-decoration: underline solid #F6E301 11px;
    text-underline-offset: -8px;
    }
  /* 麺へのこだわり タイトル */
    .kodawari_title{
    width: 400px;
      display: block;
      text-align: center;
      padding-left: 90px;
    }
  .kodawari_T_tako_inner img:first-child {
    width: 400px;
  }
  /* こだわり たこ焼き画像 */
  .kodawari_T_tako_inner img:nth-child(2) {
    width: 400px;
    margin-top: 15px;
  }
  /* うまさの秘密 文章 */
  .kodawari_T_tako_inner p:first-of-type {
    font-size: 1.3rem;
    padding: 0 0;
    color: #000;
    position: relative;
    top: -130px;
  }
  /* うまさの秘密 文章 */
  .kodawari_T_tako_inner p:nth-of-type(2) {
    font-size: 1rem;
    padding: 5px 0;
    font-weight: 700;
    position: relative;
    top: -130px;
    padding-bottom: 40px;
  }
    /* こだわり ラーメン画像 */
  .kodawari_T_men_inner img:first-child {
    width: 400px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  /* 白楕円 */
  .kodawari_T_tako_inner img:nth-child(3) {
    width: 200px;
    margin-top: -8px;
  }
    /* 麺へのこだわり 文章*/
    .kodawari_T_men_inner p:nth-of-type(2) {
      font-size: 1rem;
      padding: 5px 0;
      font-weight: 700;
      position: relative;
      top: -175px;
    }
  /* 麺へのこだわり タイトル*/
    .kodawari_T_men_inner p:first-of-type {
      font-size: 1.3rem;
      padding: 0 0;
      color: #000;
      position: relative;
      top: -175px;
    }
    /* お店のこと */
    .omiseno-koto_T{
      width: 400px;
      margin-bottom: 0ｐｘ;
    }
    /* 店主 */
    .omiseno-koto_T_inner>img:first-of-type {
      width: 100%;
      padding-top: 25px;
    }
    /* 広島県世羅町　タイトル */
    .omiseno-koto_T_inner h3 {
      font-size: 1.3rem;
      padding: 0 0;
    }
    /* 広島県世羅町　文章 */
    .omiseno-koto_T_inner p{
      width: 100%;
      font-size: 1rem;
      padding: 0 0;
      padding: 5px 0;
    }
    /* たこ焼き2つ */
    .omiseno-koto_T_inner>img:nth-of-type(3){
      width: 400px;
    }
    /* 家族連れ */
    .omiseno-koto_T_inner>img:nth-of-type(4) {
      width: 237px;
      margin-bottom: 10px;
    }
    /* リスト */
    .list_test {
      padding: 0px 0px;
      margin-bottom: 5ｐｘ0px;
      font-size: 1.1rem;
      color: #000;
      font-weight: 700;
      text-align: left;
      letter-spacing: 1.5px;
    }
    /* 店内写真 */
    .shop_photo > img {
      width: 100%;
    }
    .shop_photo div {
      width: 400px;
      display: flex;
      margin-top: 8px;
    }
    .shop_photo div img {
      height: 140px;
    }
    /* アクセス */
    /* 店舗写真 */
    .acces_T_inner {
      width: 400px;
    }
    /* 店舗写真 */
    .acces_T_inner img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    }
    /* 地図画像 */
  .acces_T_inner a img {
    width: 400px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  /* 店舗情報 */
  .acces_T_inner h3 {
    font-size: 1.3rem;
    color: #746800;
    font-weight: 700;
    padding-bottom: 3px;
  }
  /* グループ */
  .group_box {
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 200px;
  }
  /* 固定　お知らせ */
  nav {
  width: 100vw;
  background-color: #746800;
  }
  nav ul {
  width: 500px;
  }
  .news {
    width: 100vw;
    background: #ffffff;
    position: -webkit-fixed;
    position: fixed;
    bottom: 0;
    padding-bottom: 90px;
  }
  /*  */
    .news .news_content .comment p {
      font-size: 0.9rem;
    }
    /* ボタン */
  .botan {
    width: 70px;
    padding: 4px 0;
    background-color: #746800;
    border-radius: 2px;
    position: absolute;
    bottom: 90px;
    right: 50px;
  }
  .news .news_content {
    width: 70vw;
  }
  .news .news_content .comment {
    width: 50vw;
  }
}
/* 960px以上に適用されるCSS（PC用） */
/* display:inline と競合 */
@media screen and (min-width: 960px) {
 .sp {
    display: none !important;
  }
 .tb {
    display: none !important;
  }
 .pc {
    display: block !important;
  }
  img{
    width: 100%;
  }

  /* 背景画像 トップ メニューPC */
  section:first-of-type {
  background-image: url(../img/TOP-bg02-PC.png) ;
  background-repeat: repeat;
  background-size: contain;
  }
 main {
  background-image: url(../img/TOP-bg02-PC.png) ;
  background-repeat: repeat;
  background-size: contain;
  }
  /* ヘッダー背景 */
  .header_inner{
    height: 100%;
  }
  .header_inner img{
    height: 108px;
  }
  /* ヘッダー横並び */
  /* 全体 */
    .contents{
    width: 95vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* 左側40vw */
  .logo {
    width: 35vw;
    margin: 0 auto;
  }

  .logo img {
    width: 480px;
  }

  /* icon 背景画像の上 右 50vw */
  /* display:block と競合 */
  .icon_wrap_pc {
    width: 600px;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  /* イートイン tel */
  .icon_wrap_pc > div:first-of-type {
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
  }
  .icon_wrap_pc div:first-of-type p{
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  .icon_wrap_pc div:first-of-type a{
    padding: 6px 12px;
    background-color: #FFBF03;
    border-radius: 50px;
  }
  .icon_wrap_pc div:first-of-type span {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
  }
  /*** TELのアイコン設定 ***/
  .tel_icon:before {
    content: "";
    /* 空の要素作成 */
    width: 30px;
    /* 幅指定 */
    height: 35px;
    /* 高さ指定 */
    display: inline-block;
    /* インラインブロックにする */
    position: relative;
    /* アイコンの位置を調整 */
    top: 14px;
    /* アイコンの位置を調整 */
    margin-right: 3px;
    /* 余白指定 */
    background-image: url(../img/icon_tel_PC.png);
    /* アイコン指定 */
    background-size: 20px;
    /* アイコンの大きさ指定 */
    background-repeat: no-repeat;
    /* アイコンをリピートしないようにする */
    vertical-align: text-bottom;
    /* アイコンの位置を調整 */
  }
  /*** END ***/
  /* map icon */
  .icon_wrap_pc div:nth-of-type(2) {
    font-size: 1rem;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
    margin: 0 0;
  }
  .icon_wrap_pc div:nth-of-type(2) img{
    width: 44px;
  }
  /* open time */
  .h_info_pc{
  }
  .h_info_pc div:first-of-type {
  display: flex ;
  }
  .h_info_pc div:first-of-type p:first-of-type{
    color: #000;
    font-size: 1rem;
    letter-spacing: 1.5px;
    background-color: #fff;
    padding: 1.8px 15px;
    border-radius: 20px;
    margin-right: 8px;
  }
  .h_info_pc div:first-of-type p:nth-of-type(2){
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 1.5px;
    background-color: #B94E27;
    padding: 1.8px 18px;
    border-radius: 20px;
  }
  .h_info_pc div:nth-of-type(2){
    padding-top: 5px;
  }
  .h_info_pc div:nth-of-type(2) p{
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 1.5px;
  }
  /* ヘッダー背景 グリーン */
  .top_nav_pc{
    height: 83px;
  }
  /*TOPメニュー */
  .top_nav_pc div{
    height: 83px;
    border-width: 2px;
    border-color:#fff;
  }
  .top_nav_pc div img{
    height: 83px;
    margin-top: 5px;
  }
  .top_nav_pc ul{
    width: 780px;
    display: flex;
    height: 83px;
  }
  .top_nav_pc ul li{
    height: 83px;
    text-align: center;
    margin-top: -83px;
    width: 130px;
    box-sizing: border-box;
  }
  .top_nav_pc ul li:hover{
    height: 83px;
    text-align: center;
    margin-top: -83px;
    width: 130px;
    background-color: #96AD82;
    box-sizing: border-box;
  }
  .top_nav_pc ul li a {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.5px;
    padding-top: 4px;
  }
  .top_nav_pc ul li img{
    width: 43px;
    margin-top: 16px;
  }
  /*TOP お知らせ */
  .news_pc{
    height: 127px;
    background-color: #ffffff;
    width: 100vw;
  }
  .news_pc .news_content{
    display: flex;
    align-items: center;
    width: 900px;
  }
  .news_pc .news_content .comment p{
    font-size: 1.3rem;
    letter-spacing: 1.8px;
  }
  .news_pc .news_content .samurai_01 img{
    width: 67px;
    margin-top: 13px;
  }
  .news_pc .news_content .samurai_01 p{
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration:underline solid #F6E301 10px;
    text-underline-offset: -6px;
  }

  .news_pc .botan_pc {
    width: 125px;
    padding: 5px 0;
    background-color: #746800;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .news_pc .botan_pc:hover {
    width: 125px;
    padding: 5px 0;
    background-color: #96AD82;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .news_pc .botan_pc p {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.8px;
    text-align: center;
  }
/* secction icon*/
  .menu_pc .icon img,
  .kodawari_T_pc .icon img,
  .omiseno-koto_T_pc .icon img,
  .access_T_pc .icon img,
  .group_T .icon img{
    width: 56px;
    padding-top: 50px;
  }
  article section .icon > h2{
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-top: 2px;
  }
  /* メニュー section */
  .menu_pc{
    padding-bottom: 50px;
  }
  .menu_pc ul{
    width: 970px;
    display: flex;
    margin-top: -20px;
    justify-content: space-between;
  }
  .menu_pc ul li {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  color: #746800;
  margin-bottom: 30px;
  }
  .menu_pc ul img{
    width: 372px;
    margin-bottom: -50px;
  }
  .menu_pc p{
    width: 211px;
    font-size: 1.15rem;
    letter-spacing: 1.1px;
    color: #fff;
    font-weight: 700;
    padding: 18px;
    background-color: #746800;
    border-radius: 10px;
    display: block;
    box-sizing: border-box;
    text-align: center;
  }
  .menu_pc p:hover{
    background-color: #96AD82;
  }
  /* 共通 */
  .kodawari_T_pc,
  .omiseno-koto_T_pc{
    width: 970px;
    /* padding: 0 8vw; */
  }
  /** こだわり **/
  .kodawari_tako_wrap{
    width: 100%;
    display: flex;
    margin-bottom: 110px;
  }
  /* たこ焼きへのこだわり 横並び */
  /* 左側 */
  .kodawari_title_pc{
    width: 50%;
    margin: 0 auto;
  }
  /* 右側 */
  .kodawari_T_tako_inner_pc{
    width: 45%;
    margin-top: 60px;
  }
  .kodawari_title_pc div{
    margin-top: 30px;
    display: inline-flex;
  }
  /* たこ焼きイラスト */
  .kodawari_title_pc > div img{
    width: 64px;
  }
  /* たこ焼きへのこだわり テキスト */
  .kodawari_title_pc > div h3{
    font-size: 2.3rem;
  /* underline YELLOW */
    text-decoration: underline solid #F6E301 11px;
    text-underline-offset: -8px;
    margin-top: 10px;
    margin-left: 5px;
  }
  /* 外はパリッと */
  .kodawari_title_pc > img:first-of-type{
    width: 560px;
    margin-left: 0;
    margin-top: 10px;
  }
  /* 白楕円 */
  .kodawari_title_pc > img:nth-of-type(2){
    width: 438px;
    margin-left: 30px;
    margin-top: -50px;
  }
  /* うまさの秘密 テキスト */
  .kodawari_title_pc > p:first-of-type{
    font-size: 2.2rem;
    line-height: 1.5;
    color: #000;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-top: -280px;
    margin-left: 10px;
  }
  /* うまさの秘密 文章 */
  .kodawari_title_pc > p:nth-of-type(2){
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-left: 15px;
    margin-top: 10px;
  }
  /* 鉄板 写真 */
  .kodawari_T_tako_inner_pc img{
    width: 501px;
  }
  /* 小麦イラスト */
  .kodawari_T_pc > img{
    width: 84px;
    margin-right: 20px;
    position: relative;
    top: -510px;
  }
  /* 麺へのこだわり 横並び*/
  /* 全体 */
  .kodawari_men_wrap {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    margin-top: -180px;
  }
  /* 右側 */
    .kodawari_title_men_pc {
      width: 45%;
    }
  /* 左側 */
    .kodawari_T_men_inner_pc {
      width: 45%;
      display: flex;
    }

  /* ヌードル タイトルボックス*/
  .kodawari_T_pc .kodawari_men_wrap > .kodawari_title_men_pc div {
    display: inline-flex;
  }
  /* ヌードル イラスト */
  .kodawari_T_pc .kodawari_men_wrap > .kodawari_title_men_pc div img {
    width: 82px;
  }

  /* 麺へのこだわり タイトル */
  .kodawari_T_pc .kodawari_men_wrap > .kodawari_title_men_pc div h3 {
    font-size: 2.3rem;
    /* underline YELLOW */
    text-decoration: underline solid #F6E301 11px;
    text-underline-offset: -8px;
    margin-left: 10px;
    margin-top: 30px;
  }
  /* はせべの麺使用 テキスト */
  .kodawari_title_men_pc p:first-of-type {
  font-size: 2.2rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: -280px;
  margin-left: 18px;
}

  /* 麺へのこだわり 文章 */
  .kodawari_title_men_pc p:nth-of-type(2){
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-left: 22px;
  }
  /* 麺 白楕円 */
  .kodawari_title_men_pc img:first-of-type {
    width: 410px;
    margin-top: -20px;
    margin-left: 10px;
  }
  /* ラーメン写真 */
    .kodawari_T_men_inner_pc img {
    width: 569px;
  }
  /** お店のこと 横並び**/
  /* 全体 */
  .omiseno-koto_T_wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -180px;
  }
  /* 左側 */
  .omiseno-koto_T_title_pc {
    width: 50%;
    margin-top: 200px;
  }
  /* 右側 */
  .omiseno-koto_T_inner_pc {
    width: 50%;
    padding-left: 20px;
  }
  /* 店主 */
  .omiseno-koto_T_title_pc img {
    width: 517px;
  }
  /* お店のこと 白楕円 */
  .omiseno-koto_T_inner_pc img {
    width: 400px;
    margin-top: 100px;
    margin-bottom: -280px;
  }
  /* 広島県世羅町 タイトル */
  .omiseno-koto_T_inner_pc h3 {
  font-size: 2.4rem;
  line-height: 1;
    /* underline YELLOW */
    text-decoration: underline solid #A9DDE2 11px;
    text-underline-offset: -8px;
    margin-left: 0px;
    margin-top: 50px;
  }
  .omiseno-koto_T_inner_pc h3 span {
  font-size: 1.8rem;
  }

  /* 広島県世羅町 文章 */
  .omiseno-koto_T_inner_pc p {
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-left: 0px;
    margin-top: 10px;
  }
  /* サービス */
  .service_pc{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }
  .service_pc img:first-of-type {
    width: 263px;
    display: block;
  }
  .service_pc img:nth-of-type(2) {
    width: 320px;
    display: block;
  }
  .service_pc img:nth-of-type(3) {
    width: 300px;
    display: block;
  }
  /* 店内写真 横並び */
  /* 全体 */
  .shop_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 100px;
  }
  /* 左側 */
  .omiseno-koto_T_inner_list{
    width: 424px;
    display: block;
  }
  .omiseno-koto_T_inner_list ul{
    margin: 0 auto;
  }


  /*** リストのアイコン設定 ***/
  .list_test:before {
    content: "";
    /* 空の要素作成 */
    width: 25px;
    /* 幅指定 */
    height: 40px;
    /* 高さ指定 */
    display: inline-block;
    /* インラインブロックにする */
    position: relative;
    /* アイコンの位置を調整 */
    top: 0px;
    /* アイコンの位置を調整 */
    margin-right: 5px;
    /* 余白指定 */
    background-image: url(../img/icon_star_SP.png);
    /* アイコン指定 */
    background-size: 25px;
    /* アイコンの大きさ指定 */
    background-repeat: no-repeat;
    /* アイコンをリピートしないようにする */
    vertical-align: text-bottom;
    /* アイコンの位置を調整 */
  }
  .list_test {
    padding: 5px 0px;
    /* 余白指定 */
    margin-bottom: 0px;
    /* 要素と要素の間指定 */
    font-size: 1.4rem;
    color: #000;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.5;
    display: block;
  }
  /*** END ***/
  /* サービスタグ */
    .omiseno-koto_T_inner_list img{
      width: 424px;
      margin-top: 20px;
    }

  /* 店内写真01 */
  .shop_photo_pc div:first-child img{
    width: 533px;
  }
  /* 店内写真02-03 横並び */
  .shop_photo_pc div:nth-child(2) {
    width: 533px;
    justify-content: space-between;
    display: flex;
    padding-top: 10px;
  }
  /* 店内写真02-03 */
  .shop_photo_pc div:nth-child(2) img{
    width: 258px;
  }
  /**  アクセス **/
  .access_T_pc {
    background: #fff;
  }
  /* アクセス 横並び */
  /* 全体 */
  .acces_T_inner_pc {
    width: 1000px;
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
  }
  /* 左側 */
  /* 店舗写真 */
  .access_T_pc .acces_T_inner_pc div:first-of-type{
    width: 50%;
  }
  .access_T_pc .acces_T_inner_pc div:first-of-type img{
    width: 450px;
  }
  /* 右側 */
    .acces_T_inner_pc div:nth-of-type(2){
      width: 50%;
    }
  /* 店舗情報 */
  .acces_T_inner_pc h3 {
    font-size: 1.8rem;
    color: #746800;
    font-weight: 700;
    padding-bottom: 8px;
    margin-left: 20px;
  }

  .acces_T_inner_pc div:nth-of-type(2) p {
    font-size: 1.3rem;
    font-weight: 700;
    margin-left: 20px;
    padding-bottom: 1px;
  }
  /* 黄色下線箇所 */
  .acces_T_inner_pc div:nth-of-type(2) p:nth-of-type(6) {
    text-decoration: underline solid #F6E301 11px;
    /* 英数字へ下線が引けない対処 */
    text-decoration-skip-ink: none;
    text-underline-offset: -8px;
    font-size: 1.3rem;
  }
  /* 地図 */
  .access_T_pc > a {
    width: 634px;
    margin: 0 auto;
    box-sizing: border-box;
    text-align: center;
  }
  .access_T_pc > a img {
    width: 634px;
    padding-bottom: 50px;
    margin-top: -30px;
  }
  /** グループ **/
  .group_box {
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 70px;
  }

  .group_box div {
    width: 380px;
    display: flex;
    text-align: center;
  }

  .group_box div a p {
    width: 160px;
    padding-top: 12px;
    padding-bottom: 12px;
    block-size: border-box;
    font-size: 1.37rem;
    font-weight: 700;
    color: #000;
    background: #fff;
    border-radius: 5px;
    box-shadow: -.25em .25em 3px #989898;
    text-align: center;
  }
  /** フッター **/
  /* 全体 */
  /* display: flexが競合 */
  .fotter_pc{
    width: 100vw;
    display: flex!important;
    align-items: center;
    justify-content: center;
  }
  /* フッター背景 */
  .fotter_inner_pc{
    height: 120px;
  }
  .fotter_inner_pc img{
    width: 100vw;
}
  .fotter_pc .fotter_inner_pc img{
    height: 100%;
  }
  /* ロゴ */
  .footer_contents_pc{
    width:970px ;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 10px 0;
  }
  .logo_ft{
    width:480px ;
    text-align: center;
  }
  .logo_ft img{
    padding-top: 5px;
    height: 78px;
  }
  /* コピーライト */
  .logo_ft p {
    margin-top: -10px;
  }
  .logo_ft p small{
    color: #fff;
    padding-right: 100px;
  }
  /* フッターメニュー */
  /* 全体 */
  .footer_contents_pc div:nth-child(2) ul{
    display: flex;
  }
  .footer_contents_pc div:nth-child(2) ul a{
    box-sizing: border-box;
  }
  .footer_contents_pc div:nth-child(2) ul li{
    font-size: 1rem;
    padding-right: 20px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 2.5px;
  }
}
