@charset "UTF-8";
/* Shutter In Horizontal */
/* ==========================================================================

	noodles

========================================================================== */
/*--------------------------------
mainvisual
--------------------------------*/
@media print, screen and (max-width: 812px) {
  .mainvisual_cnt ul li {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 812px) {
  .mainvisual_cnt p {
    margin-bottom: 1.6em;
  }
}

/*--------------------------------
タグ・キーワードから探す
--------------------------------*/
.tag_cnt .tt_sub, .search_cnt .tt_sub {
  text-align: center;
  margin-bottom: 0.7em;
}

@media print, screen and (min-width: 812px) {
  .tag_cnt .tag_list, .search_cnt .tag_list {
    text-align: center;
  }
}

/*--------------------------------
article_card02
--------------------------------*/
.article_card02 > * > div > div .tt_article_card02 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 812px) {
  .article_card02 > * > div > div .tt_article_card02 {
    font-size: 30px;
    font-size: 3rem;
    font-size: min(2.34375vw, 3rem);
  }
}

/*--------------------------------
home
--------------------------------*/
body.noodles.home .article_card01 > * > a .tt_article_card01 span {
  font-size: 18px;
  font-size: 1.8rem;
}

@media print, screen and (min-width: 812px) {
  body.noodles.home .article_card01 > * > a .tt_article_card01 span {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: min(1.875vw, 2.4rem);
  }
}

/*--------------------------------
single
--------------------------------*/
body.noodles .mainvisual_cnt .tt_base {
  margin-bottom: 0;
}

body.noodles #noodle-information .information_img {
  margin-bottom: 30px;
}

body.noodles #noodle-information .information_img picture {
  margin-bottom: 1.6em;
}

body.noodles #noodle-information .information_txt .tt_main {
  text-align: left;
}

body.noodles #noodle-information .information_txt .tag_list {
  margin-bottom: 20px;
}

body.noodles #noodle-information .information_txt > dl > div {
  margin-bottom: 1.5em;
}

body.noodles #noodle-information .information_txt > dl > div:last-child {
  margin-bottom: 0;
}

body.noodles #noodle-information .information_txt > dl > div > dt:before {
  content: "［";
}

body.noodles #noodle-information .information_txt > dl > div > dt:after {
  content: "］";
}

body.noodles #noodle-information .information_txt > dl > div > dd dl div dt, body.noodles #noodle-information .information_txt > dl > div > dd dl div dd {
  display: inline;
  text-align: left;
}

body.noodles #noodle-information .information_txt > dl > div > dd dl div dt:after {
  content: "：";
}

body.noodles #noodle-information .information_txt > div p {
  margin-top: 1.5em;
  margin-bottom: 0;
}

body.noodles #noodle-more, body.noodles #history, body.noodles #extra {
/*  border-top: solid 1px #8c693e;*/
}

body.noodles #noodle-faq dl {
  margin-bottom: 1.5em;
}

body.noodles #noodle-faq dl div {
  padding: 1.5em 0;
  border-bottom: solid 1px #8c693e;
}

body.noodles #noodle-faq dl div:first-child {
  padding-top: 0;
}

body.noodles #noodle-faq dl div:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

body.noodles #noodle-faq dl div dt, body.noodles #noodle-faq dl div dd {
  text-indent: -1.8em;
  padding-left: 2em;
}

body.noodles #noodle-faq dl div dt:before, body.noodles #noodle-faq dl div dd:before {
  font-weight: bold;
}

body.noodles #noodle-faq dl div dt:before {
  content: "Q　";
}

body.noodles #noodle-faq dl div dd:before {
  content: "A　";
}

body.noodles #noodle-case > div section {
  margin-bottom: 2em;
}

body.noodles #noodle-case > div section:last-child {
  margin-bottom: 0;
}

body.noodles #noodle-case > div section picture, body.noodles #noodle-case > div section h4 {
  margin-bottom: 1em;
}

body.noodles #noodle-relation .column > * a {
  display: block;
  color: #000;
}

body.noodles #noodle-relation .column > * a h4 {
  margin-top: 0.5em;
}

@media print, screen and (min-width: 812px) {
  body.noodles #noodle-information {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  body.noodles #noodle-information .information_img {
    margin-bottom: 0;
  }
  body.noodles #noodle-information .information_txt .tag_list {
    margin-bottom: 24px;
  }
  body.noodles #noodle-case > div section picture {
    margin-bottom: 0;
  }
  body.noodles #noodle-relation .column > * a picture {
    overflow: hidden;
  }
  body.noodles #noodle-relation .column > * a:hover picture img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  body.noodles #history .article_card01 > * > a picture img, body.noodles #extra .article_card01 > * > a picture img {
    height: 200px;
  }
  body.noodles #history .article_card01 > * > a .tt_article_card01 > span, body.noodles #extra .article_card01 > * > a .tt_article_card01 > span {
    font-size: 22px;
    font-size: 2.2rem;
    font-size: min(1.71875vw, 2.2rem);
    padding: 0.6em calc(0.6em + 45px) 0.6em 0.6em;
  }
}
