/*-----------------------
sub main
------------------------*/
#sub #main {
  background: url(../images/sec_main_ph.jpg) top center no-repeat;
  background-size: cover;
}

#intro .yutai {
  display: block;
  font-size: 1.4rem;
  text-indent: -1.4rem;
  margin: 15px 0 0 1.4rem;
}
#intro .yutai .red {
  font-weight: bold;
  color: red;
}

/*-----------------------
sub type
------------------------*/
@media screen and (max-width: 900px) {
  #sub #type .inner {
    padding: 8% 0;
  }
}
#sub #type .inner ul {
  width: 800px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #sub #type .inner ul {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  #sub #type .inner ul {
    width: 100%;
  }
}
#sub #type .inner ul li {
  width: 48%;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  #sub #type .inner ul li {
    width: 100%;
  }
  #sub #type .inner ul li:not(:last-child) {
    margin-bottom: 2%;
  }
}
#sub #type .inner ul li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: white;
  padding: 0 30px;
  position: relative;
}
#sub #type .inner ul li a:after {
  display: inline-block;
  content: "";
  border: 1px solid;
  border-color: transparent transparent #A73E84 #A73E84;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
}

/*-----------------------
noodle
------------------------*/
#noodle .box {
  max-width: 800px;
  margin: 0 auto;
}
#noodle .box #soba, #noodle .box #ramen, #noodle .box #pasta {
  margin-bottom: 10%;
}
#noodle .box .ph {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 4% auto;
}
#noodle .box .ph.slide {
  margin: 0 auto 6% auto;
}
@media screen and (max-width: 900px) {
  #noodle .box .ph .slick-dots {
    bottom: 10px;
  }
}
#noodle .box h4 {
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 600;
  letter-spacing: 0.02rem;
  font-size: 2rem;
  line-height: 100%;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  #noodle .box h4 {
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
#noodle .box h4 .name {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  #noodle .box h4 .price {
    display: block;
  }
}
#noodle .box h4 .sm {
  font-size: 1.3rem;
}
@media screen and (max-width: 900px) {
  #noodle .box h4 .sm {
    font-size: 1.1rem;
  }
}
#noodle .box p {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 3%;
}
@media screen and (max-width: 900px) {
  #noodle .box p {
    font-size: 1.2rem;
    text-align: left;
    line-height: 160%;
    margin: 0 0 2% 0;
  }
}
#noodle .box .info {
  border: solid silver 1px;
  padding: 10px 10px;
  margin-bottom: 10%;
}
#noodle .box .date {
  width: 100%;
  border-collapse: collapse;
}
#noodle .box .date th {
  width: 150px;
  color: white;
  text-align: center;
  background-color: #97916B;
  border: solid #C5C5C5 1px;
  padding: 10px;
}
@media screen and (max-width: 900px) {
  #noodle .box .date th {
    width: 100%;
    border: none;
    padding: 3px 0;
    float: left;
  }
}
#noodle .box .date td {
  width: calc(100% - 150px);
  border: solid #C5C5C5 1px;
  padding: 10px 20px;
}
@media screen and (max-width: 900px) {
  #noodle .box .date td {
    width: 100%;
    border: none;
    padding: 10px 15px 25px 15px;
    float: left;
  }
}
#noodle .box .date td li {
  line-height: 160%;
  text-indent: -1.3rem;
  margin-left: 1.3rem;
}
#noodle .box .date td img {
  width: 180px;
  height: auto;
  margin-top: 5px;
}
@media screen and (max-width: 900px) {
  #noodle .box .date td img {
    margin: 10px auto 0 auto;
  }
}
#noodle .box .date td .yutaiken {
  color: red;
  font-size: 1.3rem;
  line-height: 1.6;
}
#noodle .box .date td .yutaiken strong {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-indent: -1.6rem;
  margin: 10px 0 10px 1.6rem;
}
@media screen and (max-width: 900px) {
  #noodle .box .date td .yutaiken strong {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
#noodle .box .date td .yutaiken p.txt {
  text-align: left;
  margin-bottom: 10px;
  margin-left: 1.3rem;
}
#noodle .box .date td .yutaiken p.txt .line {
  text-decoration: underline;
}
#noodle .box .date td .yutaiken p.note {
  text-align: left;
  text-indent: -1.3rem;
  margin-left: 1.3rem;
}
#noodle .box .btn {
  padding: 10px 30px !important;
}

/*-----------------------
form
------------------------*/
@media screen and (max-width: 900px) {
  #form .inner {
    width: 100%;
  }
}
#form .box {
  background-color: #F8F8F8;
  padding: 7%;
}
@media screen and (max-width: 900px) {
  #form .box {
    padding: 5%;
  }
}
#form .yutaiken {
  color: red;
  font-size: 1.2rem;
  line-height: 1.6;
}
#form .yutaiken strong {
  display: block;
  font-size: 1.55rem;
  font-weight: 500;
  text-indent: -1.6rem;
  margin: 10px 0 10px 1.6rem;
}
@media screen and (max-width: 900px) {
  #form .yutaiken strong {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
#form .yutaiken p.txt {
  margin-bottom: 10px;
  margin-left: 1.2rem;
}
@media screen and (max-width: 900px) {
  #form .yutaiken p.txt {
    font-size: 1.3rem;
    font-weight: normal;
    margin-left: 1.3rem;
  }
}
#form .yutaiken p.txt .line {
  text-decoration: underline;
}
#form .yutaiken p.note {
  text-indent: -1.2rem;
  margin-left: 1.2rem;
}
@media screen and (max-width: 900px) {
  #form .yutaiken p.note {
    font-size: 1.3rem;
    font-weight: normal;
    text-indent: -1.3rem;
    margin-left: 1.3rem;
  }
}

.mailform .inputform .form-group .controls.flex_box .flex_box {
  flex-direction: column;
  width: 48%;
  margin: 0;
}

.mailform .inputform .form-group .controls.flex_box .flex_box.sp_col {
  flex-direction: row;
}

.mailform .inputform .form-group .controls.flex_box .flex_box > div {
  margin: 10px 0 20px 0;
}

.mailform .inputform .form-group .controls.flex_box .flex_box > div.order {
  margin: 0;
}

.mailform .inputform .form-group .controls.flex_box .flex_box img {
  display: block;
  width: 100%;
  max-width: unset;
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.mailform .order {
  width: 100%;
  font-weight: 500;
  font-size: 12px;
}

.mailform .order b {
  font-size: 1.6rem;
  font-weight: bold;
}

.mailform .order .sold {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 150%;
  color: #c00;
}

@media screen and (max-width: 900px) {
  .mailform .inputform .form-group .controls.flex_box .flex_box {
    width: 100%;
  }
  .mailform .order b {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .mailform .radio.inline {
    height: auto;
    line-height: 1.4;
    padding: 10px 0 10px 1em;
  }
  .mailform .radio.inline input {
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */