@charset "UTF-8";
html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 20px !important; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 2.66667vw !important; } }

img,
svg {
  vertical-align: bottom;
  max-width: 100%;
  width: 100%;
  height: auto; }

/* Setting */
/* Accordion  */
.acd-check {
  display: none; }

.acd-label {
  font-size: 1.5rem;
  font-weight: bold;
  background: #ff6600;
  color: #fff;
  display: block;
  margin-bottom: 1px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .acd-label {
      padding-top: 4vw; } }
  @media screen and (max-width: 767px) {
    .acd-label {
      padding-right: 2.66667vw; } }
  @media screen and (max-width: 767px) {
    .acd-label {
      padding-bottom: 4vw; } }
  @media screen and (max-width: 767px) {
    .acd-label {
      padding-left: 2.66667vw; } }

.acd-label:after {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: url(../img/dropdown_ico_plus.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto 0; }
  @media screen and (max-width: 767px) {
    .acd-label:after {
      width: 6.4vw; } }
  @media screen and (max-width: 767px) {
    .acd-label:after {
      height: 6.4vw; } }
  @media screen and (max-width: 767px) {
    .acd-label:after {
      right: 3.2vw; } }

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden; }

.acd-check:checked + .acd-label:after {
  background-image: url(../img/dropdown_ico_minus.png); }

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible; }

.acd-label02 {
  font-size: 1.4rem;
  font-weight: bold;
  background: none;
  color: #80b400;
  border-bottom: solid 3px #80b400;
  display: block;
  margin-bottom: 1px;
  padding: 20px;
  position: relative;
  text-align: left; }
  @media screen and (max-width: 767px) {
    .acd-label02 {
      padding: 2.66667vw; } }

.acd-label02:after {
  box-sizing: border-box;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: url(../img/faq_ico_up.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto 0; }
  @media screen and (max-width: 767px) {
    .acd-label02:after {
      width: 6.4vw; } }
  @media screen and (max-width: 767px) {
    .acd-label02:after {
      height: 6.4vw; } }
  @media screen and (max-width: 767px) {
    .acd-label02:after {
      right: 3.2vw; } }

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  line-height: 2; }

.acd-check:checked + .acd-label02:after {
  background-image: url(../img/faq_ico_down.png); }

.acd-check:checked + .acd-label02 + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible; }

.acd-label03 {
  font-size: 1.65rem;
  font-weight: bolder;
  background: none;
  color: #ff5b00;
  border-bottom: solid 3px #ff5b00;
  border-top: solid 3px #ff5b00;
  display: block;
  margin-bottom: 1px;
  padding: 16px;
  position: relative;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .acd-label03 {
      padding: 2.13333vw; } }

.acd-label03:after {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 4px;
  border-radius: 50%;
  background: #f60 url(../img/dropdown_ico_plus.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .acd-label03:after {
      width: 5.33333vw; } }
  @media screen and (max-width: 767px) {
    .acd-label03:after {
      height: 5.33333vw; } }
  @media screen and (max-width: 767px) {
    .acd-label03:after {
      margin-left: 0.53333vw; } }

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden;
  line-height: 2; }

.acd-check:checked + .acd-label03:after {
  background-image: url(../img/dropdown_ico_minus.png); }

.acd-check:checked + .acd-label03 + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible; }

.accordion-container {
  position: relative;
  width: 100%;
  border-top: none;
  outline: 0;
  cursor: pointer; }

.accordion-container .accordion-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 10px;
  font-weight: normal;
  color: #111;
  cursor: pointer;
  border-bottom: solid 1px #ccc;
  font-size: 1.3rem;
  line-height: 1.75; }

@media screen and (min-width: 320px) {
  .accordion-container .accordion-title {
    padding-right: 20%; } }
@media screen and (min-width: 375px) {
  .accordion-container .accordion-title {
    padding-right: 12%; } }
.accordion-title {
  position: relative; }

.accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #80b400;
  border-right: solid 2px #80b400;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%; }

.accordion-content {
  display: none;
  padding: 1em;
  font-size: 1.3rem;
  line-height: 1.75; }

/* CSS for CodePen */
.accordion-container {
  width: 100%;
  margin: 10px auto; }

span.qaq {
  font-size: 1.8rem;
  color: #80b400;
  display: inline-block;
  margin-right: 10px; }

span.qaa {
  font-size: 1.8rem;
  color: #ff9e00;
  display: inline-block;
  margin-right: 10px; }

/* Accordion  //*/
#contentWrap {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden; }

main.lp {
  padding-bottom: 80px; }

/* Header  */
@media screen and (orientation: portrait) {
  #Header {
    max-width: 750px;
    width: 100%;
    position: relative;
    top: 0;
    background-color: #fff;
    z-index: 1000;
    height: 68px; } }
@media screen and (orientation: landscape) {
  #Header {
    max-width: 750px;
    width: 100%;
    position: relative;
    background-color: #fff;
    z-index: 1000;
    height: 120px; } }
#Header h1 {
  width: 15%;
  position: absolute;
  top: 15%;
  left: 5%; }

#Header h1 img {
  width: 100%; }

#Header #logo2 {
  width: 46%;
  position: absolute;
  top: 25%;
  right: 30%; }

#Header #logo2 img {
  width: 100%; }

#Header #Btn {
  width: 35%;
  position: absolute;
  top: 21%;
  right: -10%; }

#Header #Btn img {
  width: 60%; }

@media screen and (orientation: landscape) {
  #Header #Btn {
    width: 40%;
    position: absolute;
    top: 30%;
    right: -18%; }

  #Header #Btn img {
    width: 50%; }

  #Header #logo2 {
    width: 40%;
    position: absolute;
    top: 45%;
    right: 24%; }

  #Header #logo2 img {
    width: 100%; } }
/* Header//  */
.DropDownMenu {
  width: 94%;
  margin: 0 auto;
  overflow: hidden; }

.faqSectionItemInnerTable table {
  color: #4d4d4d;
  table-layout: fixed;
  letter-spacing: 0.2em;
  font-size: .8rem; }

.faqSectionItemInnerTable table {
  display: block; }

.faqSectionItemInnerTable table tbody, .faqSectionItemInnerTable table tr, .faqSectionItemInnerTable table th, .faqSectionItemInnerTable table td {
  display: block; }

.faqSectionItemInnerTable table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #E5E5E5; }

.faqSectionItemInnerTable table tr:nth-child(1n+2) {
  margin-top: 14px; }

.faqSectionItemInnerTable table th {
  width: 50%;
  text-align: left;
  font-size: .8rem;
  padding: 8px 0 8px 12px; }

.faqSectionItemInnerTable table td {
  font-size: .8rem; }

.faqSectionItemInnerTable table td:nth-of-type(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 20px 25px; }

.faqSectionItemInnerTable table td:nth-of-type(2) {
  text-align: right; }

.faqSectionItemInnerTable table td:nth-of-type(2) {
  width: 42%;
  padding: 8px 12px 8px 0; }

.faqSectionItemInnerTableNote {
  text-align: right;
  font-size: .8rem; }

.BnrFadeWrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  z-index: 9999; }

@media screen and (orientation: landscape) {
  .BnrFadeWrap {
    width: 40%;
    position: fixed;
    bottom: 0;
    padding: 10px 0;
    z-index: 9999;
    left: 0;
    right: 0;
    margin: 0 auto; } }
/* cart */
main.cart {
  background-image: url(../img/cart_bg.jpg);
  background-repeat: repeat-y;
  padding-bottom: 3%; }

main.cart .content {
  width: 94%;
  margin: 0 auto;
  background-color: #fff; }

.voice .voice__item {
  position: relative; }
  .voice .voice__item .txt {
    position: absolute;
    top: 370px;
    right: 16px;
    left: 16px;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.75; }
    @media screen and (max-width: 767px) {
      .voice .voice__item .txt {
        top: 49.33333vw; } }
    @media screen and (max-width: 767px) {
      .voice .voice__item .txt {
        right: 2.13333vw; } }
    @media screen and (max-width: 767px) {
      .voice .voice__item .txt {
        left: 2.13333vw; } }
    .voice .voice__item .txt strong {
      color: #f60; }
    .voice .voice__item .txt .marker {
      background-image: -webkit-linear-gradient(left, transparent 50%, #fffa9f 50%);
      background-image: -moz-linear-gradient(left, transparent 50%, #fffa9f 50%);
      background-image: -ms-linear-gradient(left, transparent 50%, #fffa9f 50%);
      background-image: -o-linear-gradient(left, transparent 50%, #fffa9f 50%);
      background-image: linear-gradient(left, transparent 50%, #fffa9f 50%);
      background-repeat: repeat-x;
      background-size: 200% 80%;
      background-position: -100% 90%; }

.component {
  margin: 0 -10px 0;
  border: 1px solid #f60; }
  .component .component__head {
    padding: 12px;
    border-bottom: 2px solid #f60;
    font-size: 1.2rem;
    font-weight: bold;
    color: #f60;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .component .component__head {
        padding: 1.6vw; } }
  .component .component__body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 1.2rem;
    color: #727272;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .component .component__body {
        padding: 2.66667vw; } }
    .component .component__body + .component__head {
      border-top: 1px solid #f60; }
  .component .component__icn {
    width: 108px;
    margin-right: 14px;
    margin-left: 14px; }
    @media screen and (max-width: 767px) {
      .component .component__icn {
        width: 14.4vw; } }
    @media screen and (max-width: 767px) {
      .component .component__icn {
        margin-right: 1.86667vw; } }
    @media screen and (max-width: 767px) {
      .component .component__icn {
        margin-left: 1.86667vw; } }
    .component .component__icn .img {
      display: block; }
    .component .component__icn .txt {
      display: block;
      font-size: 1rem; }
  .component .component__list {
    text-align: left; }
    .component .component__list th, .component .component__list td {
      font-weight: normal; }
    .component .component__list th {
      padding-right: 50px; }
      @media screen and (max-width: 767px) {
        .component .component__list th {
          padding-right: 6.66667vw; } }

.menu-detail {
  margin: 0 -10px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
  background-color: #feede4; }
  @media screen and (max-width: 767px) {
    .menu-detail {
      padding-top: 2.66667vw; } }
  @media screen and (max-width: 767px) {
    .menu-detail {
      padding-right: 4vw; } }
  @media screen and (max-width: 767px) {
    .menu-detail {
      padding-bottom: 2.66667vw; } }
  @media screen and (max-width: 767px) {
    .menu-detail {
      padding-left: 4vw; } }
  .menu-detail .menu-detail__col {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    .menu-detail .menu-detail__col.col2 .menu-detail__item {
      width: 47.8125%; }
    .menu-detail .menu-detail__col.col3 .menu-detail__item {
      width: 31.5625%; }
    .menu-detail .menu-detail__col + .menu-detail__col {
      margin-top: 24px; }
      @media screen and (max-width: 767px) {
        .menu-detail .menu-detail__col + .menu-detail__col {
          margin-top: 3.2vw; } }
  .menu-detail .menu-detail__photo {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .menu-detail .menu-detail__photo {
        margin-bottom: 1.33333vw; } }
  .menu-detail .menu-detail__txt {
    font-size: 0.9rem;
    font-weight: bold;
    color: #290f03;
    text-align: center;
    line-height: 1.5; }

#contact.contact {
  background: none;
  padding-top: 0; }
  @media screen and (min-width: 768px) {
    #contact.contact .contactInner {
      position: absolute;
      left: 0;
      top: 50%;
      right: 0;
      max-width: 400px;
      margin: 0 auto;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); } }