@charset "UTF-8";
.fl {
  float: left;
}

.fr {
  float: right;
}

.dbma {
  display: block;
  margin: 0 auto;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.oh {
  overflow: hidden;
}

.em {
  font-style: normal;
  font-weight: bold;
}

.red {
  color: #C00;
}

.note {
  padding-left: 15px;
  position: relative;
}
.note:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.error {
  color: #D70A30;
  font-weight: bold;
}

.under-1 {
  border-bottom: 2px solid #DCA804;
}

/* =========================================================
a
========================================================= */
.a-1 {
  display: block;
  background-color: #FFBA53;
  color: #1F1F1F;
  width: 280px;
  padding: 10px 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1rem;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 0px -1px #FF9B06;
  -moz-box-shadow: 4px 4px 0px -1px #FF9B06;
  box-shadow: 4px 4px 0px -1px #FF9B06;
}

.a-2 {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
}
.a-2:hover {
  text-decoration: underline;
}
.a-2:before {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-style: normal;
  font-variant: normal;
  width: auto;
  height: auto;
  padding: 6px 5px 5px 6px;
  border-radius: 50%;
  background-color: #006221;
  line-height: 0.5;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

.a-3 {
  display: inline-block;
  color: #FF8A13 !important;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
}
.a-3:before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  font-family: "Font Awesome 5 Free";
  content: '\f35a';
  font-style: normal;
  font-variant: normal;
  color: #FF8A13 !important;
}

.a-4 {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding-left: 25px;
  color: #FF8A13 !important;
}
.a-4:hover {
  text-decoration: underline;
}
.a-4:before {
  position: absolute;
  left: 0;
  top: 5px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-style: normal;
  font-variant: normal;
  width: auto;
  height: auto;
  padding: 6px 5px 5px 6px;
  border-radius: 50%;
  background-color: #FF8A13;
  line-height: 0.5;
  text-align: center;
  font-weight: bold;
  color: #FFF;
}

.a-icon-1 {
  display: inline-block;
  background: url("../img/icon_macaroni01.png") no-repeat left center;
  padding-left: 20px;
  background-size: 15px;
}

.pdf-a {
  text-decoration: underline !important;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("../img/pdf_icon.png");
  -webkit-background-size: 16px;
  -o-background-size: 16px;
  background-size: 16px;
  padding-right: 20px;
  margin-right: 5px;
}

.a-movie {
  display: inline-block;
  background: url("../img/pc_btn_movie.png") no-repeat left top;
  width: 205px;
  height: 51px;
  line-height: 51px;
  color: #FFF !important;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding-left: 45px;
}
.a-movie:hover {
  background: url("../img/pc_btn_movie_on.png") no-repeat left top;
  color: #e0422c !important;
}

/* =========================================================
in
========================================================= */
.in {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}

.in-2 {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.9;
}

.in-3 {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

@media only print, only screen and (min-width: 1200px) {
  .in {
    width: 1200px;
  }

  .in-2 {
    width: 1200px;
  }
}
/* =========================================================
h
========================================================= */
.h-1 {
  position: relative;
  display: inline-block;
  color: #FF9933;
  text-align: center;
  font-size: 1.8rem;
  vertical-align: middle;
  line-height: 1.5;
}
.h-1:after {
  display: none;
  position: absolute;
  content: '';
  background: url("../img/illust_pasta03.png") no-repeat right center;
  background-size: contain;
}

.h-2 {
  font-size: 1.5em;
  line-height: 1.8;
  font-weight: bold;
  width: 100%;
  color: #503F25;
  text-align: center;
  padding: 60px 0;
  padding-bottom: 35px;
}

.h-3 {
  font-size: 1.3em;
  text-align: center;
  color: #594A32;
  padding: 15px;
  margin-bottom: 40px;
  border-top: solid 2px #FF9933;
  border-bottom: solid 2px #FF9933;
  background: -webkit-repeating-linear-gradient(-45deg, #F8EDB1, #F8EDB1 5px, #F9F1C1 5px, #F9F1C1 9px);
  background: repeating-linear-gradient(-45deg, #F8EDB1, #F8EDB1 5px, #F9F1C1 5px, #F9F1C1 9px);
}

.h-3-2 {
  font-size: 1.3em;
  text-align: center;
  color: #594A32;
  padding: 15px;
  margin-bottom: 40px;
  border-top: solid 2px #8DC21F;
  border-bottom: solid 2px #8DC21F;
  background: -webkit-repeating-linear-gradient(-45deg, #D5EF9C, #D5EF9C 5px, #DDF2B0 5px, #DDF2B0 9px);
  background: repeating-linear-gradient(-45deg, #D5EF9C, #D5EF9C 5px, #DDF2B0 5px, #DDF2B0 9px);
}

.h-4 {
  text-align: center;
  color: #503F25;
  font-size: 1.1rem;
  font-weight: bold;
  border-bottom: 1px dotted #6F6D66;
  padding-bottom: 5px;
}

.h-5 {
  font-size: 1.3em;
  text-align: center;
  color: #594A32;
  padding: 5px;
  margin-bottom: 40px;
  border-bottom: 1px dotted #6F6D66;
}
.h-5 span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}
.h-5 span:before {
  position: absolute;
  left: 0;
  top: 9px;
  display: inline-block;
  content: '';
  width: 22px;
  height: 20px;
  background: url("../img/icon_macaroni01.png") no-repeat left top;
}
.h-5 span:after {
  position: absolute;
  right: 0;
  top: 9px;
  display: inline-block;
  content: '';
  width: 22px;
  height: 20px;
  background: url("../img/icon_macaroni01.png") no-repeat left top;
}

@media only print, only screen and (min-width: 768px) {
  .h-1 {
    font-size: 36px;
  }
  .h-1:after {
    display: inline-block;
    top: 25px;
    right: -65px;
    width: 65px;
    height: 65px;
  }

  .h-2 {
    padding-bottom: 50px;
  }

  .h-3 {
    font-size: 24px;
  }
}
/* =========================================================
Table
========================================================= */
.table-outer {
  width: 100%;
  overflow: hidden;
  -ms-overflow-x: auto;
  overflow-x: auto;
}

.table-1 {
  width: 100%;
  border-bottom: none;
  border-right: none;
  background-color: #FFF;
  font-size: 16px;
}
.table-1 th, .table-1 td {
  display: block;
  padding: 10px;
  text-align: left;
}
.table-1 th a, .table-1 td a {
  text-decoration: underline;
}
.table-1 th {
  white-space: nowrap;
  background-color: #6F6D66;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-weight: bold;
  vertical-align: middle;
}
.table-1 td {
  border: 1px solid #C8D2C8;
}
.table-1 td p:last-child {
  padding-bottom: 0;
}
.table-1 td ul {
  list-style: disc;
  padding-left: 25px;
}
.table-1 td dl {
  padding: 0;
  margin: 0;
}
.table-1 td dl dt {
  font-weight: bold;
  border-bottom: 1px dotted #6F6D66;
  padding-bottom: 10px;
}
.table-1 td dl dd {
  padding: 10px 0 0 0;
}
.table-1 .co-ad-dl {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: #939393 1px dotted;
}
.table-1 .co-ad-dl dt {
  padding-top: 15px;
}
.table-1 .co-ad-dl dd {
  border-bottom: #939393 1px dotted;
}

.table-2 {
  width: 100%;
}
.table-2 tr {
  border-bottom: 1px dotted #000;
}
.table-2 th, .table-2 td {
  display: block;
  padding: 5px;
  text-align: left;
}
.table-2 th a, .table-2 td a {
  text-decoration: underline;
}
.table-2 th {
  white-space: nowrap;
}

.table-3 {
  width: 100%;
  border-bottom: none;
  border-right: none;
  background-color: #FFF;
}
.table-3 th, .table-3 td {
  display: block;
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.table-3 th a, .table-3 td a {
  text-decoration: underline;
}
.table-3 th {
  white-space: nowrap;
  background-color: #4DCCCC;
  color: #FFF;
}
.table-3 td {
  background-color: #FFF;
  border-bottom: 1px solid #EAEAEA;
  border-right: #EAEAEA 1px solid;
}
.table-3 tr:first-child td {
  border-top: #EAEAEA 1px solid;
}
.table-3 tr:last-child td {
  border-bottom: #EAEAEA 1px solid;
}
.table-3 td p:last-child {
  padding-bottom: 0;
}
.table-3 td ul {
  list-style: disc;
  padding-left: 25px;
}
.table-3 .co-ad dt {
  position: relative;
  padding-left: 15px;
}
.table-3 .co-ad dt:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: "■";
  color: #4DCCCC;
  font-size: 12px;
}
.table-3 .co-ad dd span {
  font-size: 0.8em;
}
.table-3 .co-ad-dl {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #EAEAEA;
}
.table-3 .co-ad-dl dt {
  padding: 0 10px;
}
.table-3 .co-ad-dl dd {
  padding: 10px;
  border-bottom: #EAEAEA 1px solid;
  background-color: #FFF;
}

@media only print, only screen and (min-width: 1200px) {
  .table-1 th, .table-1 td {
    display: table-cell;
  }
  .table-1 .co-ad-dl {
    overflow: hidden;
    border-top: #939393 1px dotted;
  }
  .table-1 .co-ad-dl dt, .table-1 .co-ad-dl dd {
    padding: 5px;
  }
  .table-1 .co-ad-dl dt {
    width: 200px;
    float: left;
    clear: both;
    border-right: #939393 1px dotted;
  }
  .table-1 .co-ad-dl dd {
    padding-left: 215px;
  }

  .table-2 th, .table-2 td {
    display: table-cell;
  }

  .table-3 th, .table-3 td {
    display: table-cell;
  }
  .table-3 .co-ad {
    overflow: hidden;
  }
  .table-3 .co-ad dt, .table-3 .co-ad dd {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .table-3 .co-ad dt {
    width: 200px;
    float: left;
    clear: both;
    border-bottom: #FFF 1px solid;
  }
  .table-3 .co-ad dt:before {
    top: 10px;
  }
  .table-3 .co-ad dd {
    margin-left: 200px;
    padding-left: 15px;
  }
  .table-3 .co-ad-dl {
    overflow: hidden;
    border-top: #EAEAEA 1px solid;
    border-right: #EAEAEA 1px solid;
  }
  .table-3 .co-ad-dl dt, .table-3 .co-ad-dl dd {
    padding: 5px;
  }
  .table-3 .co-ad-dl dt {
    padding-left: 10px;
    width: 200px;
    float: left;
    clear: both;
    border-bottom: #FFF 1px solid;
  }
  .table-3 .co-ad-dl dd {
    margin-left: 200px;
    padding-left: 15px;
  }
}
/* =========================================================
dl
========================================================= */
.dl-1 {
  width: 100%;
  padding: 0;
  margin: 0;
}
.dl-1 dd {
  padding-bottom: 15px;
  text-align: left;
}

.drop-dl-1 dt {
  position: relative;
  text-align: center;
  padding: 20px 15px;
  background-color: #EBEBEB;
  font-size: 18px;
}
.drop-dl-1 dt:after {
  position: absolute;
  right: 10%;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: '\f107';
}
.drop-dl-1 dd {
  display: none;
  padding: 15px;
}
.drop-dl-1 .active:after {
  content: '\f106';
}

.dl-2 {
  width: 100%;
}
.dl-2 dt {
  color: #FFF;
  background-color: #4DCCCC;
  padding: 5px 10px;
}
.dl-2 dd {
  padding: 20px;
  background-color: #FBFBFB;
}
.dl-2 dd ul {
  list-style: disc;
  padding-left: 20px;
}
.dl-2 dd p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

@media only print, only screen and (min-width: 1200px) {
  .dl-1 {
    overflow: hidden;
  }
  .dl-1 dt {
    float: left;
    clear: both;
  }
  .dl-1 dd {
    float: left;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
/* =========================================================
Top
========================================================= */
.bk-1 {
  position: relative;
  z-index: 7000;
  width: 100%;
  height: auto;
  background: url("../img/bg_rep_hatch.gif") repeat left top;
}
.bk-1:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/bg_rep_mugi.png") repeat left top;
}
.bk-1 .bk-1-in {
  position: relative;
  z-index: 8000;
}

.bk-2 {
  padding: 15px;
}

#top #main-img-wr #main-img-in {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
}
#top #main-img-wr #main-img-in .main-logo {
  max-width: 95px;
  width: 20%;
  margin-bottom: 20px;
}
#top #main-img-wr #main-img-in #pc_main_left {
  width: 100%;
  max-width: 500px;
}
#top #main-img-btm {
  text-align: center;
  padding: 15px 10px;
}
#top #main-img-btm a {
  display: inline-block;
  margin-top: 10px;
}
#top .section h2 {
  text-align: center;
}
#top .section h2 span {
  color: #94661B;
  display: block;
  padding: 15px 0;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}
#top .section .se-btm-link {
  padding: 15px;
  text-align: center;
}
#top #section-2 h2 span {
  display: none;
}
#top #section-2 .bk-2 span {
  margin-top: 10px;
  color: #94661B;
  font-weight: bold;
  font-size: 1.1rem;
}
#top #section-2 .bk-2 .sbm {
  padding-top: 10px;
}
#top #section-3 h2 span {
  font-size: 0.9rem;
}
#top #top-news ul {
  list-style: none;
}
#top #top-news ul li {
  padding: 5px 0;
  border-bottom: 1px dotted #6F6D66;
}

.products {
  display: flex;
  flex-wrap: wrap;
}
.products li {
  width: 50%;
  border-bottom: 1px dotted #8D8D8D;
}
.products li:nth-child(odd) {
  border-right: 1px dotted #8D8D8D;
}
.products li a {
  padding: 15px;
  display: block;
  text-align: center;
}
.products li a img {
  display: inline-block;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.products li a .pr-img {
  display: inline-block;
  background-color: #f8edb1;
  margin-bottom: 10px;
}
.products li a:hover img {
  opacity: .5;
}

@media only print, only screen and (max-width: 767px) {
  #top #section-2.bk-1 {
    background: none;
  }
  #top #section-2.bk-1:after {
    background: none;
  }
}
@media only print, only screen and (min-width: 768px) {
  #top #section-2.bk-1 {
    background: none;
  }
  #top #section-2.bk-1:after {
    background: none;
  }
}
@-webkit-keyframes purupuru {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    -webkit-transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    -webkit-transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    -webkit-transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    transform: scale(1, 0.94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    transform: scale(1, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    transform: scale(1, 0.97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
.purupuru {
  -webkit-animation: purupuru 0.8s linear 0s 1;
  animation: purupuru 0.8s linear 0s 1;
}

@media only print, only screen and (min-width: 1200px) {
  #top #main-img-wr {
    margin-top: -80px;
    height: 770px;
    margin-bottom: 50px;
  }
  #top #main-img-wr #main-img-in {
    width: 1200px;
    height: 100%;
    position: relative;
    margin: auto;
  }
  #top #main-img-wr #main-img-in #pc_main_left {
    position: absolute;
    left: 0;
    top: 120px;
    width: auto;
    max-width: inherit;
  }
  #top #main-img-wr #main-img-in #pc_main_right {
    width: 250px;
    height: 200px;
    position: absolute;
    right: 25px;
    top: 160px;
  }
  #top #main-img-wr #main-img-in #pc_main_right #pc_main_right-in {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("../img/pc_main_pasta.png") no-repeat left top;
  }
  #top #main-img-wr #main-img-in #pc_main_right #pc_main_right-in img {
    position: absolute;
  }
  #top #main-img-wr #main-img-in #pc_main_right #pc_main_right-in #illust_pasta1 {
    top: 45px;
    left: -60px;
  }
  #top #main-img-wr #main-img-in #pc_main_right #pc_main_right-in #illust_pasta2 {
    top: -25px;
    right: 75px;
  }
  #top #main-img-wr #main-img-in #pc_main_right #pc_main_right-in #illust_pasta3 {
    right: 20px;
    bottom: 26px;
  }
  #top #main-img-wr #main-img-in #pc_btn_kodawari {
    position: absolute;
    right: 20px;
    top: 350px;
  }
  #top #main-img-btm {
    display: none;
  }
  #top .section {
    padding-bottom: 100px;
  }
  #top .section h2 {
    text-align: left;
  }
  #top .section h2 span {
    display: inline-block;
    padding-left: 10px;
    font-size: 18px;
  }
  #top .section .se-btm-link {
    text-align: right;
  }
  #top #section-1 .products {
    padding: 40px 0;
  }
  #top #section-2 {
    padding: 65px 0;
  }
  #top #section-2 .in {
    position: relative;
  }
  #top #section-2 h2 {
    text-align: left;
    margin-bottom: 55px;
  }
  #top #section-2 h2 span {
    display: inline-block;
    padding-left: 10px;
  }
  #top #section-2 #pc_imgtop_koujyo {
    position: absolute;
    top: -115px;
    right: 0;
  }
  #top #section-2 .bk-2 {
    padding-top: 95px;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  #top #section-2 .se-btm-link {
    padding-top: 35px;
    text-align: right;
  }
  #top #section-2.bk-1 {
    background: url("../img/bg_rep_hatch.gif") repeat left top;
  }
  #top #section-2.bk-1:after {
    background: url("../img/bg_rep_mugi.png") repeat left top;
  }
  #top #section-3 h2 {
    padding: 50px 0;
  }
  #top #section-3 h2 span {
    font-size: 18px;
  }
  #top #section-3 .in-2 {
    padding-bottom: 20px;
  }

  .products li {
    width: 25%;
    border: none;
  }
  .products li:nth-child(odd) {
    border: none;
  }
  .products li span {
    display: block;
    text-align: center;
  }

  .bk-2 {
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 25px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  }
}
/* =========================================================
Form
========================================================= */
input[type="text"],
input[type="email"],
input[type="tel"] {
  border: none;
  border: 1px solid #CCC;
  width: 100%;
  height: 40px;
  padding: 5px;
}

textarea {
  border: none;
  border: 1px solid #CCC;
  width: 100%;
  height: 200px;
  padding: 5px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

.zipcode {
  width: 50px !important;
}

.submit-area {
  padding: 35px 0 0 0;
  text-align: center;
}
.submit-area form {
  display: inline;
}

.submit {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 15px;
  width: auto;
  height: 60px;
  min-width: 150px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 15px;
  color: #FFF;
  transition: .4s;
}

.submit-check {
  color: #00BCD4;
  background-color: #ECECEC;
}
.submit-check:hover {
  background-color: #00BCD4;
  color: #FFF;
}

.submit-back {
  background-color: #00BCD4;
  color: #FFF;
}
.submit-back:hover {
  color: #00BCD4;
  background-color: #ECECEC;
}

.submit-send {
  background-color: #CC0000;
  color: #FFF;
}
.submit-send:hover {
  background-color: #626262;
}

/* =========================================================
Subpage
========================================================= */
.subpage .section {
  padding-bottom: 40px;
}
.subpage .content-1 {
  width: 94%;
  max-width: 1070px;
  margin: 0 auto;
  background-color: #FFF;
  padding: 15px;
  border: 1px solid #C8D2C8;
  font-size: 16px;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.subpage .content-1 p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.subpage .content-2 {
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 15px;
  font-size: 16px;
}
.subpage .content-2 p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.subpage .content-3 {
  width: 90%;
  max-width: 1070px;
  margin: 0 auto;
  padding: 15px;
  background-color: #FCF1E2;
  border: 1px solid #C8D2C8;
  box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.15);
}
.subpage .img-wr-1 {
  padding-top: 50px;
}
.subpage .img-wr-2 {
  max-width: 1070px;
  margin: 0 auto;
  text-align: center;
}
.subpage .img-wr-2 img {
  display: inline-block;
  margin-bottom: 15px;
}
.subpage .note-content {
  font-size: 13px;
}
.subpage .note-content p {
  padding-bottom: 0;
}
.subpage .under-page-link {
  padding-bottom: 40px;
  text-align: center;
}
.subpage .under-page-link li {
  display: inline-block;
}
.subpage .img-left-content .img-content,
.subpage .img-right-content .img-content {
  padding-bottom: 15px;
}
.subpage .img-left-content .txt-content,
.subpage .img-right-content .txt-content {
  font-size: 16px;
}
.subpage .img-left-content .txt-content .h-4,
.subpage .img-right-content .txt-content .h-4 {
  margin-bottom: 10px;
}
.subpage .gallery {
  text-align: center;
  padding-top: 25px;
}
.subpage .gallery li {
  margin-bottom: 20px;
}
.subpage .gallery li a {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 200px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.subpage .recipe-list {
  width: 250px;
  margin: 0 auto;
}
.subpage .recipe-list li {
  width: 250px;
  margin-bottom: 40px;
}
.subpage .recipe-list li .recipe-title {
  padding-top: 10px;
}
.subpage .pasta-type {
  padding: 2px 10px;
  background-color: #006221;
}
.subpage .pasta-type span {
  color: #FFF;
  font-size: 12px;
}
.subpage .pasta-type span:before {
  display: inline-block;
  content: '';
  background-color: #F8EDB1;
  margin-right: 5px;
}
.subpage .pasta-type .ring-i:before {
  width: 18px;
  height: 7px;
  border-radius: 50%;
}
.subpage .recipe-view-wr {
  padding-bottom: 20px;
}
.subpage .recipe-view-wr .h-3 {
  margin-bottom: 15px;
}
.subpage .recipe-view-wr .recipe-view-img {
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.subpage .recipe-view-wr .recipe-view-content {
  padding-top: 20px;
}
.subpage .recipe-view-wr .rvc-pasta-type {
  padding-bottom: 15px;
}
.subpage .recipe-view-wr .rvc-material {
  margin-bottom: 30px;
}
.subpage .recipe-view-wr .content-1 {
  width: 100%;
  font-size: 14px;
}
.subpage .recipe-view-wr .content-1 ol {
  list-style: decimal;
  padding-left: 20px;
  padding-bottom: 20px;
}
.subpage .recipe-view-wr .content-1 ol li {
  padding-bottom: 10px;
}
.subpage .recipe-view-wr .rvc-table {
  width: 100%;
}
.subpage .recipe-view-wr .rvc-table th, .subpage .recipe-view-wr .rvc-table td {
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}
.subpage .recipe-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
}

@media only print, only screen and (min-width: 768px) {
  .subpage .under-page-link {
    display: flex;
    justify-content: space-around;
  }
  .subpage .img-wr-2 {
    display: flex;
    justify-content: space-between;
  }
  .subpage .img-left-content {
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .subpage .img-left-content .ic {
    width: 48%;
  }
  .subpage .img-right-content {
    display: flex;
    flex-direction: row-reverse;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .subpage .img-right-content .ic {
    width: 48%;
  }
  .subpage .gallery {
    overflow: hidden;
    margin-right: -20px;
  }
  .subpage .gallery li {
    float: left;
    margin-right: 20px;
  }
  .subpage .recipe-list {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .subpage .recipe-list li {
    vertical-align: top;
  }
}
@media only print, only screen and (min-width: 1200px) {
  .subpage .recipe-view-wr {
    display: flex;
    justify-content: space-around;
  }
  .subpage .recipe-view-wr .recipe-view-img,
  .subpage .recipe-view-wr .recipe-view-content {
    width: 48%;
    margin: 0;
    padding: 0;
  }
  .subpage .recipe-view-wr .recipe-view-img .in-2,
  .subpage .recipe-view-wr .recipe-view-content .in-2 {
    width: 100%;
  }
  .subpage .recipe-view-wr .recipe-view-img .pasta-type,
  .subpage .recipe-view-wr .recipe-view-content .pasta-type {
    width: 250px;
  }
}
/* =========================================================
safety
========================================================= */
#safety #section-2 .note-content {
  max-width: 1110px;
  margin: 0 auto;
  padding-top: 40px;
}

/* =========================================================
item
========================================================= */
#item #item-head {
  margin-bottom: 80px;
}
#item #item-head .tac a {
  display: inline-block;
  margin-bottom: 10px;
}
#item #item-head-links {
  padding-top: 20px;
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
}
#item #item-head-links a {
  text-decoration: underline;
}
#item #item-head-links .note {
  font-size: 0.9rem;
  display: inline-block;
  padding-bottom: 10px;
}
#item #item-head-links .note a {
  text-decoration: underline;
}

.items-wr .items-h-1 {
  text-align: center;
  color: #503F25;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #6F6D66;
  font-weight: bold;
  font-size: 1.1rem;
}
.items-wr .items-head-txt {
  padding-bottom: 20px;
  font-size: 16px;
}
.items-wr .items-data {
  margin-bottom: 45px;
}
.items-wr .items-data .items-data-img {
  text-align: center;
}
.items-wr .items-data .items-data-con {
  padding-top: 20px;
}
.items-wr .items-data .items-data-title,
.items-wr .items-data .items-data-title-2 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 3px solid #F29600;
}
.items-wr .items-data .items-data-title-2 {
  border-color: #8DC21F;
}
.items-wr .items-data .items-data-table {
  width: 100%;
}
.items-wr .items-data .items-data-table th, .items-wr .items-data .items-data-table td {
  padding: 10px;
  text-align: left;
  font-weight: normal;
  display: block;
}
.items-wr .items-data .items-data-table th {
  padding-bottom: 0;
}
.items-wr .items-data .items-data-table td {
  border-bottom: 1px dotted #6F6D66;
}
.items-wr .items-data .items-data-table td ul {
  list-style: none;
}
.items-wr .items-data .items-data-table td ul li {
  display: block;
}
.items-wr .items-data .items-data-table td ul li:after {
  content: "、";
}
.items-wr .items-data .items-data-table td ul li:last-child:after {
  content: "";
}
.items-wr .items-data .idc-s-1 {
  border-bottom: 1px solid #F29600;
}
.items-wr .items-data .item-capacity-notes {
  padding-bottom: 0;
  margin-top: 15px;
  font-size: 0.9em;
}
.items-wr .items-data .macaroni-capacity {
  padding: 15px;
  margin-top: 15px;
  background-color: #DDF2B0;
}
.items-wr .items-data .macaroni-capacity ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only print, only screen and (min-width: 768px) {
  .items-wr .items-data {
    overflow: hidden;
  }
  .items-wr .items-data .items-data-img {
    width: 300px;
    text-align: left;
    float: left;
  }
  .items-wr .items-data .items-data-con {
    padding-top: 0;
    padding-left: 330px;
  }
  .items-wr .items-data .items-data-table th, .items-wr .items-data .items-data-table td {
    display: table-cell;
  }
  .items-wr .items-data .items-data-table th {
    width: 150px;
    border-bottom: 1px dotted #6F6D66;
  }
  .items-wr .items-data .items-data-table td ul li {
    display: inline-block;
  }
}
@media only print, only screen and (min-width: 1200px) {
  #item #item-head .tac a:first-child {
    margin-right: 20px;
  }
  #item #item-head-links .note {
    padding-bottom: 0;
  }

  .items-wr {
    width: 90%;
    margin: 0 auto;
  }
}
/* =========================================================
overview
========================================================= */
#overview #section-1 p {
  font-size: 16px;
}
#overview #section-1 .tar span {
  font-size: 24px;
}
#overview #section-2 .table-1 td dl dt {
  border-bottom: none;
  padding-bottom: 0;
}
#overview #section-2 .table-1 td dl dd {
  padding-left: 10px;
  border-bottom: 1px dotted #6F6D66;
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#overview #section-2 .table-1 td dl dd:last-child {
  border-bottom: none;
}
#overview #section-2 .map-link {
  padding-top: 20px;
  display: block;
}
#overview #section-2 .ov-tf {
  display: block;
}

.ov-table {
  width: 100%;
}
.ov-table th, .ov-table td {
  padding: 10px;
  display: block;
  text-align: left;
}
.ov-table th {
  white-space: nowrap;
}
.ov-table td span {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  background-color: #000095;
  color: #FFF;
  border-radius: 5px;
  line-height: normal;
  font-weight: bold;
  white-space: nowrap;
}

@media only print, only screen and (min-width: 768px) {
  #overview #section-2 .map-link {
    padding-top: 0;
    display: inline-block;
  }
  #overview #section-2 .ov-tf {
    display: inline-block;
    padding-right: 10px;
  }
  #overview #section-4 .ov-table th {
    width: 150px;
  }

  .ov-table th, .ov-table td {
    display: table-cell;
  }
}
@media only print, only screen and (min-width: 1200px) {
  #overview #section-2 th {
    width: 200px;
  }
}
/* =========================================================
recruit
========================================================= */
#recruit #section-2 .table-1 {
  max-width: 1070px;
  margin: 0 auto;
}

/* =========================================================
flow
========================================================= */
#flow #fl-top .content-1 {
  margin: 40px auto;
}
#flow #section-2 .img-right-content {
  margin-bottom: 40px;
}
#flow #section-5 {
  width: 90%;
  margin: 0 auto;
}
#flow #section-5 h4 {
  width: 100%;
  position: relative;
}
#flow #section-5 h4:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #6F6D66;
  margin-top: -13px;
}
#flow #section-6 {
  margin-bottom: 60px;
}
#flow #section-6 h4 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #503F25;
}
#flow #section-6 .img-content-wr {
  padding-top: 15px;
}
#flow #section-6 .img-content-wr .txt-content {
  font-size: 16px;
}
#flow #section-6 .img-content-wr img {
  display: inline-block;
  margin-bottom: 15px;
}
#flow #section-6 .img-content-wr img:last-child {
  margin-bottom: 0;
}
#flow #flow-movie {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto 40px auto;
  padding: 40px 0 15px;
  background-color: #FFF;
  border-top: 1px dotted #6F6D66;
}
#flow #flow-movie .img-left-content {
  width: 100%;
}
#flow #flow-movie table {
  margin-bottom: 20px;
}
#flow #flow-movie table th, #flow #flow-movie table td {
  display: block;
  font-weight: normal;
  text-align: left;
}
#flow #flow-movie table td {
  padding-bottom: 10px;
}

@media only print, only screen and (min-width: 768px) {
  #flow #section-6 .img-content-wr {
    display: flex;
    flex-direction: row-reverse;
  }
  #flow #section-6 .img-content-wr .ic {
    width: 50%;
  }
  #flow #section-6 .img-content-wr .txt-content {
    padding-left: 10px;
  }
  #flow #section-6 .img-content-wr .img-content img {
    display: block;
  }
  #flow #flow-movie table th, #flow #flow-movie table td {
    display: table-cell;
    padding: 0px 10px 5px 0px;
  }
}
/* =========================================================
poricy
========================================================= */
#poricy .section h5 {
  margin-top: 10px;
  padding-bottom: 10px;
}
#poricy .section .pr-c-1 {
  padding-bottom: 30px;
}
#poricy .section ul {
  list-style: circle;
  padding-left: 20px;
  padding-bottom: 5px;
  font-size: 0.8em;
}

/* =========================================================
English
========================================================= */
#english p, #english th, #english td, #english dt, #english dd {
  word-break: keep-all;
}
#english #section-1 p {
  font-size: 16px;
}
#english #section-1 .tar span {
  font-size: 24px;
}

/* =========================================================
NotFound
========================================================= */
#not-found .nf_p_1 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 30px;
}
