@charset "UTF-8";
html {
  scroll-padding-top: 150px;
}

#gs-online-order {
  font-size: 16px;
  width: 100%;
  min-width: 1200px;
  padding: 100px 0 0;
}

@media screen and (max-width: 767px) {
  #gs-online-order {
    padding: 0;
    min-width: 0;
  }
}

#gs-online-order .hero-bg {
  max-width: 1108px;
  margin-right: auto;
  margin-left: auto;
}

#gs-online-order .container2 {
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
}

#gs-online-order .container2.nav {
  /*	max-width: 1200px; */
}

@media screen and (max-width: 769px) {
  #gs-online-order .container2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#gs-online-order .container2.pd-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#gs-online-order #oo-header {
  position: relative;
}

#gs-online-order #oo-header .inner {
  max-width: 1108px;
  margin-right: auto;
  margin-left: auto;
}

#gs-online-order .hero-bg {
  min-height: 282px;
  background-image: url(/online-order/images/head-man.png?v=1);
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 769px) {
  #gs-online-order .hero-bg {
    min-height: 157px;
    background-image: url(/online-order/images/head-man@2x.png);
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
  }
}

#gs-online-order .breadcrumbs {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
}

#gs-online-order .breadcrumbs a {
  color: white;
}

#gs-online-order #hero-image {
  background-image: url(/online-order/images/head-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 25px;
}

@media screen and (max-width: 769px) {
  #gs-online-order .breadcrumbs {
    position: static;
    color: #3c1e00;
  }

  #gs-online-order .breadcrumbs a {
    color: #3c1e00;
  }

  #gs-online-order #hero-image {
    min-height: 157px;
    margin-bottom: 0;
  }
}

#gs-online-order #hero-image h1 {
  position: relative;
  text-align: left;
  font-size: 0;
  padding: 0;
  margin: 40px 0 0 65px;
}

@media screen and (max-width: 769px) {
  #gs-online-order #hero-image h1 {
    margin: 20px auto 0;
    padding: 0 35px;
  }
  #gs-online-order #hero-image h1 img {
    width: 100%;
    max-width: 360px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}

#gs-online-order .online-order-lp-menu {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 769px) {
  #gs-online-order .online-order-lp-menu li {
    width: 22%;
  }
  #gs-online-order .online-order-lp-menu li:nth-child(3) {
    width: 33%;
  }
  #gs-online-order .online-order-lp-menu a {
    display: block;
    text-align: center;
    font-size: 11px;
    padding: 1em;
    border-bottom: solid 1px #707070;
    border-right: solid 1px #707070;
  }

  #gs-online-order .online-order-lp-menu li:nth-child(5) a {
    border-right: none;
  }
}

#gs-online-order .online-order-lp-menu a {
  display: inline-block;
  padding: 15px 5px;
  text-decoration: none;
  font-size: 14px;
}

#gs-online-order .online-order-lp-menu li:nth-child(3) a {
  background: #d9cca6 url("/online-order/images/menu-icon.svg") no-repeat left 15px center;
  border: 1px solid #05416c;
  color: #05416c;
  padding: 15px 30px 15px 50px;
}

@media screen and (max-width: 769px) {
  #gs-online-order .online-order-lp-menu a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    font-size: 10px;
  }

  #gs-online-order .online-order-lp-menu li:nth-child(3) a {
    background: #d9cca6 url(/online-order/images/menu-icon.svg) no-repeat left 5px center;
    background-size: 25px auto;
    border-top: none;
    border-left: none;
    color: #05416c;
    padding: 15px 10px 15px 28px;
  }
}

#gs-online-order .online-order-lp-menu a span {
  position: relative;
  overflow: hidden;
}

#gs-online-order .online-order-lp-menu a span:before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: -1em;
  background-color: #3c1e00;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: ease 0.15s;
  visibility: hidden;
  transform-origin: center bottom;
  transform: scale(0.5);
}

#gs-online-order .online-order-lp-menu a:hover,
#gs-online-order .online-order-lp-menu a.active {
  text-decoration: none;
}

#gs-online-order .online-order-lp-menu a:hover span:before,
#gs-online-order .online-order-lp-menu a.active span:before {
  bottom: -0.8em;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

#gs-online-order .online-order-lead {
  font-family: "Muli";
  font-weight: 200;
  text-align: center;
}

@media screen and (max-width: 769px) {
  #gs-online-order .online-order-lead {
    font-size: 12px;
  }
}

#gs-online-order .online-order-head {
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  margin-top: 0.5em;
}

#gs-online-order .online-order-head span {
  font-size: 28px;
  display: inline-block;
  color: #003a64;
  font-weight: 700;
  position: relative;
}

#gs-online-order .online-order-head span:after {
  content: "";
  width: 100%;
  height: 9px;
  bottom: 0.18em;
  background-color: rgba(141, 108, 0, 0.15);
  left: 0;
  display: block;
  position: absolute;
}

#gs-online-order .online-order-head.font-br span {
  color: #3c1e00;
}

@media screen and (max-width: 769px) {
  #gs-online-order .online-order-head.font-br span {
    font-size: 22px;
  }
}

@media screen and (max-width: 769px) {
  #gs-online-order .online-order-head {
    font-size: 18px;
  }
  #gs-online-order .online-order-head span {
    font-size: 23px;
  }
}

@media screen and (max-width: 375px) {
  #gs-online-order .online-order-head {
    font-size: 16px;
  }
  #gs-online-order .online-order-head span {
    font-size: 20px;
  }
}

@media screen and (max-width: 545px) {
  #gs-online-order .online-order-head {
    font-size: 16px;
  }
  #gs-online-order .online-order-head span {
    font-size: 20px;
    letter-spacing: -1px;
  }
}

#gs-online-order .text-center {
  text-align: center !important;
  font-size: 14px;
}

#gs-online-order #catch {
  text-align: center;
  padding: 50px 0 0;
}

#gs-online-order #catch h2 {
  color: #05416c;
  font-size: 2rem;
  font-weight: bold;
}

#gs-online-order #catch .annotation {
  color: #05416c;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  #gs-online-order #catch h2 {
    font-size: 4.2vw;
  }
  #gs-online-order #catch .annotation {
    font-size: 1.2rem;
  }
  #gs-online-order #catch .images {
    padding: 0 10px;
  }
}

/* ABOUT
======================*/

#gs-online-order #about .hide-box {
  position: relative;
  overflow: hidden;
  height: 240px;
  transition: 0.2s height linear;
}
#gs-online-order #about .hide-box.open {
  height: auto;
}

#gs-online-order #about .hide-box::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 230px;
  top: 80px;
  left: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
  transition: 0.2s opacity linear;
}

#gs-online-order #about.open .hide-box::before {
  opacity: 0;
}

#gs-online-order #about .more {
  margin: 0px auto 30px;
  text-align: center;
}

#gs-online-order #about.open .more {
  padding-top: 50px;
}

#gs-online-order #about hide-box.open .more {
  margin: 0px auto 0;
}

#gs-online-order #about .more span {
  display: inline-block;
  width: 226px;
  line-height: 100%;
  border: 1px solid #3c1e00;
  text-align: center;
  padding: 21px 15px;
  cursor: pointer;
  transition: 0.2s;
}

#gs-online-order #about .more span:hover {
  background-color: #3c1e00;
  color: white;
}

#gs-online-order #about-online-order {
  margin-top: 50px;
}

#gs-online-order #about-online-order h2 + p {
  margin-top: 2em;
}

@media screen and (max-width: 769px) {
  #gs-online-order #about-online-order h2 + p {
    font-size: 12px;
    text-align: left !important;
  }
  #gs-online-order #about-online-order h2 + p br {
    display: none;
  }
}

/* MEmber-only
=================*/
#gs-online-order .member-only-text {
  margin-top: 60px;
  background-color: #f5f4f2;
  padding: 60px 90px 45px;
  position: relative;
  background-image: url(/online-order/images/image01.png);
  background-position: 90% bottom;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 769px) {
  #gs-online-order .member-only-text {
    padding: 45px 90px;
    background-image: none;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0px;
    padding-right: 0px;
  }
  #gs-online-order .member-only-text .member-only-text-pd {
    position: relative;
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px;
  }
  #gs-online-order .member-only-text .member-only-text-bg {
    background-image: url(/online-order/images/image01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100vw;
    height: 100%;
    opacity: 0.15;
  }
}

#gs-online-order .member-only-text h3 {
  padding: 0.4em 2em;
  font-size: 15px;
  font-weight: 600;
  color: #ddc7a6;
  position: absolute;
  background-color: #003a64;
  top: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 769px) {
  #gs-online-order .member-only-text h3 {
    width: calc(100vw - 40px);
    text-align: center;
    top: -45px;
    font-size: 14px;
    padding: 0.4em 0.5em;
  }
}

#gs-online-order .member-only-text ul {
  margin-left: 2.5em;
}

#gs-online-order .member-only-text li {
  color: #003a64;
  font-size: 17px;
  font-weight: 600;
  position: relative;
}

#gs-online-order .member-only-text li:not(:last-child) {
  margin-bottom: 1em;
}

#gs-online-order .member-only-text li:before {
  content: url(/online-order/images/check.svg);
  position: absolute;
  left: 0;
  top: 2px;
  transform-origin: center;
  transform: translateX(-140%);
}

#gs-online-order .member-only-text li span {
  font-size: 12px;
  font-weight: normal;
}

@media screen and (max-width: 769px) {
  #gs-online-order .member-only-text li {
    font-size: 16px;
  }
  #gs-online-order .member-only-text li span {
    display: block;
  }
}

/* 保証
=====================*/
#gs-online-order .about-online-warranty {
  display: block;
  background-color: #672020;
  max-width: 520px;
  margin: 45px auto 0;
  padding: 20px 55px 10px;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  #gs-online-order .about-online-warranty {
    padding: 10px 20px;
    position: relative;
  }
}

#gs-online-order .about-online-warranty .guarantees-btn {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding-right: 25px;
}
#gs-online-order .about-online-warranty .guarantees-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -5px;
  right: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#gs-online-order .about-online-warranty .about-online-warranty-wrap-right img {
  height: 70px;
}

@media screen and (max-width: 769px) {
  #gs-online-order .about-online-warranty .guarantees-btn {
    font-size: 1.2rem;
    margin: 0;
  }
  #gs-online-order .about-online-warranty .guarantees-btn::after {
    right: 8px;
  }

  #gs-online-order .about-online-warranty .about-online-warranty-wrap-right img {
    height: 50px;
  }
}

#gs-online-order .about-online-warranty h3 {
  font-size: 20px;
}

#gs-online-order .about-online-warranty p {
  font-size: 1.2rem;
}

@media screen and (max-width: 769px) {
  #gs-online-order .about-online-warranty h3 {
    font-size: 16px;
  }

  #gs-online-order .about-online-warranty p {

  }
}

#gs-online-order .warranty-en {
  font-size: 16px;
  padding-left: 1.5em;
}

@media screen and (max-width: 769px) {
  #gs-online-order .warranty-en {
    padding-left: 0;
    font-size: 14px;
    font-weight: 300;
  }
}

#gs-online-order .warranty-head {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 769px) {
  #gs-online-order .warranty-head {
    flex-wrap: wrap;
    display: block;
  }
}

#gs-online-order .about-online-warranty-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  #gs-online-order .about-online-warranty-wrap {
    align-items: center;
  }
}

#guarantees {
  position: relative;
  background: #fff;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
}

#guarantees h3 {
  text-align: center;
  margin-bottom: 2rem;
}

#guarantees h3 span {
  display: inline-block;
  border-bottom: 2px solid #000;
}

#guarantees .layout {
  display: flex;
  justify-content: space-between;
}

#guarantees .layout .box {
  width: 46%;
}

#guarantees .layout2 p {
  font-size: 1.4rem;
}

#guarantees .box b {
  color: #eb0000;
}

#guarantees .box h4 {
  font-size: 1.4rem;
  text-align: left;
  line-height: 100%;
  padding: 8px 10px;
  margin-top: 1em;
  margin-bottom: 16px;
  background-color: #ece9e6;
}

@media screen and (max-width: 769px) {
  #guarantees {
    padding: 15px;
  }

  #guarantees p.lead {
    font-size: 1.4rem;
  }

  #guarantees .layout {
    display: block;
  }

  #guarantees .layout .box {
    width: 100%;
  }

  #guarantees .layout2 {
    margin-bottom: 20px;
  }

  #guarantees .layout2 p {
    font-size: 1.2rem;
  }
}

#modal-close {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 25px;
  top: 25px;
  transform: rotate(45deg);
  cursor: pointer;
}

#modal-close::before {
  content: "";
  dsisplay: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
}
#modal-close::after {
  content: "";
  dsisplay: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #999;
}

#gs-online-order #support-online-order {
  margin-top: 50px;
}

#gs-online-order #youtube {
  text-align: center;
  padding: 35px 0 0;
}

#gs-online-order .support-suits-catalog-link {
  text-align: center;
  margin-top: -41px;
}

#gs-online-order .support-suits-catalog-link a {
  display: inline-block;
  width: 90%;
}

#gs-online-order .support-suits-images {
  margin-top: 50px;
}

#gs-online-order .support-suits-images ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto;
  grid-gap: 30px;
}

@media screen and (max-width: 769px) {
  #gs-online-order .support-suits-images ul {
    grid-template-columns: auto auto;
    grid-template-rows: auto auto auto;
    grid-gap: 15px;
  }
}

#gs-online-order .support-suits-images li a {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
}

#gs-online-order .support-suits-images li a img {
  transform: scale(1);
  transition: 0.2s all linear;
  font-size: 0;
  line-height: 1;
  display: block;
  vertical-align: bottom;
}

#gs-online-order .support-suits-images li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: 0.2s all linear;
}

#gs-online-order .support-suits-images li a:after {
  content: "VIEW MORE";
  position: absolute;
  font-family: "Muli";
  font-weight: 700;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  letter-spacing: 2px;
  z-index: 2;
  opacity: 0;
  transition: 0.2s all linear;
}

#gs-online-order .support-suits-images li a:hover:before {
  opacity: 1;
}

#gs-online-order .support-suits-images li a:hover:after {
  opacity: 1;
}

#gs-online-order .support-suits-images li a:hover img {
  opacity: 1;
  transform: scale(1.05);
}

#gs-online-order .option-wrap {
  background-color: #ece9e6;
  padding: 15px 0 25px 0;
  margin-top: 35px;
}

#gs-online-order .support-option-images {
  margin-top: 20px;
}

#gs-online-order .support-option-images ul {
  padding: 0;
  margin: 0 auto;
  display: flex;
  max-width: 711px;
}

#gs-online-order .support-option-images ul li {
  padding: 0 8px;
}

@media screen and (max-width: 769px) {
  #gs-online-order .option-wrap {
    padding: 20px 10px;
  }

  #gs-online-order .support-option-images ul li {
    padding: 0 3px;
  }

  #gs-online-order .support-option-images ul li:last-child {
    display: none;
  }
}

#gs-online-order .bg-gray {
  background-color: rgba(234, 234, 235, 0.5);
}

#gs-online-order .form-btn {
  text-align: center;
  padding-top: 50px;
}

/* カタログへのリンク
======================*/
#gs-online-order #catalog-link {
  width: 1295px;
  margin: 50px auto;
}

#gs-online-order #catalog-link h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #05416c;
}

#gs-online-order #catalog-link h2 span {
  padding-right: 15px;
  display: inline-block;
  vertical-align: middle;
}

#gs-online-order #catalog-link .layout {
  display: flex;
  justify-content: space-between;
}

#gs-online-order #catalog-link .layout a {
  position: relative;
  display: block;
  width: 255px;
  text-decoration: none;
}

#gs-online-order #catalog-link .layout a .logo {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 10;
}

#gs-online-order #catalog-link .layout a .image {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 0;
}

#gs-online-order #catalog-link .layout a .image img {
  transition: all 0.6s linear;
}

#gs-online-order #catalog-link .layout a:hover .image img {
  transform: scale(1.02);
}

#gs-online-order #catalog-link .title {
  position: relative;
  padding: 12px;
  display: flex;
  align-items: center;
  min-height: 78px;
}

#gs-online-order #catalog-link .title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 17px;
  height: 2px;
  background-color: #d3c397;
}

#gs-online-order #catalog-link .title:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  right: 18px;
  border-top: 2px solid #d3c397;
  border-right: 2px solid #d3c397;
  transform: rotate(45deg);
}

#gs-online-order #catalog-link .title.mens {
  background-color: #003a64;
  color: #d3c397;
}

#gs-online-order #catalog-link .title.ladies {
  background-color: #f2cfbc;
  color: #05416c;
}

#gs-online-order #catalog-link .title .icon {
  display: flex;
  width: 35px;
  padding-right: 10px;
}

#gs-online-order #catalog-link .title .text {
  flex: 1;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 140%;
}
#gs-online-order #catalog-link .title .text.line3 {
  line-height: 1.2;
}
#gs-online-order #catalog-link .title .text .min {
  font-size: 1rem;
}

#gs-online-order #catalog-link .title.ladies:before {
  background-color: #05416c;
}
#gs-online-order #catalog-link .title.ladies:after {
  border-top: 2px solid #05416c;
  border-right: 2px solid #05416c;
}

@media screen and (max-width: 769px) {
  #gs-online-order #catalog-link {
    width: 100%;
  }
  #gs-online-order #catalog-link h2 {
    margin-bottom: 20px;
  }
  #gs-online-order #catalog-link .layout {
    flex-wrap: wrap;
  }
  #gs-online-order #catalog-link .layout a {
    width: 50%;
    margin: 0 auto 20px;
    padding: 0 5px;
  }
  #gs-online-order #catalog-link .title .icon {
    display: none;
  }
  #gs-online-order #catalog-link .title:before {
    right: 10px;
  }
  #gs-online-order #catalog-link .title:after {
    right: 10px;
  }

  #gs-online-order #catalog-link .title .text {
    font-size: 1.2rem;
    min-height: 35px;
  }
  #gs-online-order #catalog-link .layout a .image {
    width: 100%;
    height: auto;
  }
}

/* ご注文の流れ
======================*/
#gs-online-order #flow-online-order {
  padding-top: 50px;
  padding-bottom: 115px;
  /*  margin-top: 50px; */
}

#gs-online-order #flow-online-order ol {
  position: relative;
  padding: 0;
  margin: 45px 0 0;
  overflow: hidden;
  height: 280px;
  transition: 0.3s height linear;
}

#gs-online-order #flow-online-order ol.open {
  height: auto;
}

#gs-online-order #flow-online-order ol::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 230px;
  top: 80px;
  left: 0;
  background: linear-gradient(0deg, rgba(244, 244, 245, 1) 20%, rgba(244, 244, 245, 0) 100%);
  transition: 0.2s opacity linear;
}

#gs-online-order #flow-online-order.open ol::before {
  opacity: 0;
}

#gs-online-order #flow-online-order ol li {
  background-color: white;
  position: relative;
}

#gs-online-order #flow-online-order ol li:before,
#gs-online-order #flow-online-order ol li:after {
  position: absolute;
  z-index: 2;
  line-height: 1;
}

#gs-online-order #flow-online-order ol li:before {
  left: 30px;
  top: 0;
  transform-origin: center top;
  transform: translateY(-45%);
}

@media screen and (max-width: 769px) {
  #gs-online-order #flow-online-order {
    padding: 30px 0 50px;
  }
  #gs-online-order #flow-online-order ol {
    margin-top: 0;
  }
  #gs-online-order #flow-online-order ol li:before {
    left: 15px;
  }
}

#gs-online-order #flow-online-order ol li:nth-child(1):before {
  content: url(/online-order/images/01.svg);
}

#gs-online-order #flow-online-order ol li:nth-child(2):before {
  content: url(/online-order/images/02.svg);
}

#gs-online-order #flow-online-order ol li:nth-child(3):before {
  content: url(/online-order/images/03.svg);
}

#gs-online-order #flow-online-order ol li:nth-child(4):before {
  content: url(/online-order/images/04.svg);
}

#gs-online-order #flow-online-order ol li:nth-child(5):before {
  content: url(/online-order/images/05.svg);
}

#gs-online-order #flow-online-order ol li {
  margin-top: 1.2em;
}

#gs-online-order #flow-online-order ol li:not(:last-child):after {
  content: url(/online-order/images/arrow.svg);
  left: 135px;
  bottom: -27px;
}

@media screen and (max-width: 769px) {
  #gs-online-order #flow-online-order ol li:not(:last-child):after {
    left: 0;
    width: 100%;
    text-align: center;
  }
}

#gs-online-order #flow-online-order .flow-content {
  margin-left: 115px;
  display: grid;
  grid-template-columns: 140px auto;
  grid-template-rows: auto;
  padding: 30px 0;
}

@media screen and (max-width: 769px) {
  #gs-online-order #flow-online-order .flow-content {
    margin-left: 0px;
    grid-template-columns: 40% auto;
  }
}

#gs-online-order #flow-online-order .flow-content .flow-content-image {
  width: 65px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  #gs-online-order #flow-online-order .flow-content .flow-content-image {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#gs-online-order #flow-online-order .flow-content-text h3 {
  color: #003a64;
}

@media screen and (max-width: 769px) {
  #gs-online-order #flow-online-order .flow-content-text h3 {
    font-size: 16px;
  }
  #gs-online-order #flow-online-order .flow-content-text h3 + p {
    font-size: 13px;
    padding-right: 1em;
  }
}

@media screen and (max-width: 769px) {
  #gs-online-order #flow-online-order .flow-content-text span {
    font-size: 11px;
    display: block;
  }
}

#gs-online-order #flow-online-order .more {
  padding-top: 50px;
  margin: -50px auto 0;
  text-align: center;
}

#gs-online-order #flow-online-order.open .more {
  margin: 0px auto 0;
}

#gs-online-order #flow-online-order .more span {
  display: inline-block;
  width: 226px;
  line-height: 100%;
  border: 1px solid #3c1e00;
  text-align: center;
  padding: 21px 15px;
  cursor: pointer;
  transition: 0.2s;
}

#gs-online-order #flow-online-order .more span:hover {
  background-color: #3c1e00;
  color: white;
}

#gs-online-order #faq {
  padding-bottom: 100px;
}

#gs-online-order #faq-online-order {
  margin-top: 65px;
}

#gs-online-order #faq-online-order ul {
  margin: 0 auto;
  padding: 0;
  max-width: 880px;
}

#gs-online-order #faq-online-order .faq-list-online-order-list {
  border-bottom: 1px solid #3c1e00;
  padding: 0 0.5em;
  overflow: hidden;
  transition: max-height 0.15s ease;
}

#gs-online-order #faq-online-order .faq-list-online-order-list h3 {
  cursor: pointer;
}

#gs-online-order #faq-online-order .faq-list-online-order-list:not(.faq-active) h3:hover {
  opacity: 0.75;
}

#gs-online-order #faq-online-order .faq-list-online-order-list.faq-active h3:after {
  transform: rotate(0deg);
}

#gs-online-order #faq-online-order h3 {
  font-size: 16px;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 1em 0;
}

#gs-online-order #faq-online-order h3 span {
  display: inline-block;
}

#gs-online-order #faq-online-order h3 span:before {
  content: "Q：";
}

#gs-online-order #faq-online-order h3:after {
  content: url(/online-order/images/faq-arrow.svg);
  font-size: 0;
  line-height: 1;
  transform: rotate(-180deg);
  transition: 0.25s;
}

#gs-online-order #faq-online-order .answer {
  display: none;
}

#gs-online-order #faq-online-order .answer span.mark {
  padding: 0 4em 1.5em;
  display: block;
}

#gs-online-order #faq-online-order .answer span.mark:before {
  content: "A：";
}

@media screen and (max-width: 769px) {
  #gs-online-order #faq-online-order .answer span.mark {
    padding: 0 0 1.5em;
  }
  #gs-online-order #faq {
    padding-bottom: 50px;
  }
}

#gs-online-order .faq-online-order-link {
  display: table;
  margin: 3em auto 0;
  padding: 1em 4em;
  border: 1px solid #3c1e00;
  text-decoration: none;
  cursor: pointer;
}

#gs-online-order .faq-online-order-link:hover {
  background-color: #3c1e00;
  color: white;
}

#gs-online-order #faq-more {
  display: none;
}

/* fair
================*/
#gs-online-order #fair-online-order {
  padding-top: 50px;
  padding-bottom: 115px;
  /*margin-top: 50px; */
}

#gs-online-order #fair-online-order h2 {
  margin-bottom: 50px;
}

.slick-dots li button {
  background-color: #aaa;
}

#fair-slider-pc .slick-prev {
  top: 50%;
  left: -35px;
  margin-top: -30px;
}

#fair-slider-pc .slick-prev:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#fair-slider-pc .slick-next {
  top: 50%;
  right: -35px;
  margin-top: -30px;
}

#fair-slider-pc .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-right: 4px solid #000;
  border-top: 4px solid #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  #gs-online-order #fair-online-order h2 {
    margin-bottom: 20px;
  }
  #gs-online-order #fair-online-order {
    padding-bottom: 50px;
  }
}
/* form
===============*/

#gs-online-order #reserveform {
  transition: opacity 0.5s linear;
}

#gs-online-order #reserveform.hide {
  opacity: 0;
}

#gs-online-order #form-online-order {
  max-width: 720px;
  margin: 60px auto 0;
}

#gs-online-order #form-online-order h2 {
  background-color: #003a64;
  color: white;
  display: table;
  font-size: 20px;
  padding: 1em 3em;
  margin: 0 auto;
}

#gs-online-order #form-online-order h2 br {
  display: none;
}

@media screen and (max-width: 769px) {
  #gs-online-order #form-online-order h2 {
    text-align: center;
    font-size: 16px;
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
  #gs-online-order #form-online-order h2 br {
    display: block;
  }
  #gs-online-order #form-online-order h2 span {
    font-size: 22px;
  }
}

#gs-online-order #form-online-order h3 {
  color: #383838;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 1.5em;
}

@media screen and (max-width: 769px) {
  #gs-online-order #form-online-order h3 {
    display: table;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  #gs-online-order #form-online-order h3 span {
    position: absolute;
    font-size: 11px;
    right: 0;
    transform-origin: right;
    transform: translateX(110%);
    bottom: 0;
  }
}

#gs-online-order #form-online-order h3:before {
  content: "";
  width: 4px;
  background-color: #383838;
  height: 20px;
  display: inline-block;
  margin-right: 0.5em;
}

@media screen and (max-width: 769px) {
  #gs-online-order #form-online-order h3:before {
    display: none;
  }
}

#gs-online-order #error-box {
  border: 2px solid #c00;
  color: #c00;
  font-weight: bold;
  padding: 16px;
}

#gs-online-order #form-online-order table {
  width: 100%;
  margin-top: 1.3em;
}

#gs-online-order #form-online-order th {
  width: 230px;
  font-size: 16px;
  font-weight: normal;
  /*  vertical-align: middle; */
  padding-bottom: 0.8em;
  padding-right: 1rem;
}

#gs-online-order #form-online-order th .form-th-label span {
  display: inline-block;
  margin-bottom: 1em;
}

@media screen and (max-width: 769px) {
  #gs-online-order #form-online-order th {
    font-size: 14px;
    padding-bottom: 0;
  }
  #gs-online-order #form-online-order th br {
    display: none;
  }
  #gs-online-order #form-online-order th .form-th-label span {
    margin-bottom: 0;
  }
}

#gs-online-order #form-online-order td {
  padding-bottom: 0.8em;
}

#gs-online-order #form-online-order td p {
  font-size: 11px;
}

@media screen and (max-width: 769px) {
  #gs-online-order #form-online-order td {
    margin-top: 0.5em;
    margin-bottom: 0.2em;
  }
}

@media screen and (max-width: 769px) {
  #gs-online-order #form-online-order th,
  #gs-online-order #form-online-order td {
    display: block;
    width: 100%;
  }
}

#reserveform.onlineOrderConfirm .confirm {
  /*	padding-right: 1.5em; */
}

#reserveform.onlineOrderConfirm .confhide {
  display: none !important;
}

#reserveform .confshow {
  display: none;
}
#reserveform.onlineOrderConfirm .confshow {
  display: block !important;
}

#reserveform .confshow .layout {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

#reserveform .confshow .layout button {
  margin: 0 15px;
}

@media screen and (max-width: 769px) {
  #reserveform .confshow .layout {
    display: block;
    text-align: center;
  }

  #reserveform .confshow .layout button {
    margin: 0 0 20px;
    width: 290px;
  }
}

#reserveform .error {
  display: none;
  color: #c00;
  font-weight: bold;
}

#reserveform .error.show {
  display: block;
}

#gs-online-order #form-online-order select,
#gs-online-order #form-online-order input[type="tel"],
#gs-online-order #form-online-order input[type="email"],
#gs-online-order #form-online-order input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  border-color: #707070;
  border-style: outset;
  border-width: 1px;
  height: 37px;
  font-size: 16px;
}

#gs-online-order #form-online-order input.width-low {
  max-width: 50%;
  display: inline;
}

#gs-online-order #form-online-order input.width-date {
  width: 130px;
  display: inline;
}

#gs-online-order #form-online-order select {
  vertical-align: middle;
  width: auto;
  display: inline;
}

#gs-online-order #form-online-order input:disabled,
#gs-online-order #form-online-order select:disabled {
  background-color: #fafafa;
  color: #aaa;
}

#gs-online-order #form-online-order textarea {
  display: block;
  width: 100%;
  padding: 8px;
  line-height: 150%;
  min-height: 10rem;
  font-size: 16px;
}

@media screen and (max-width: 769px) {
  #gs-online-order #form-online-order input.width-low {
    max-width: 100%;
  }
}

#gs-online-order #form-online-order .form-required .form-th-label {
  /*
  display: flex;
  flex-wrap: wrap;
*/
}

#gs-online-order #form-online-order .form-required .form-th-label span:nth-child(1) {
  display: inline;
  margin-right: 0.5em;
}

#gs-online-order #form-online-order .form-required .form-th-label span:nth-child(1).margin-none {
  margin-right: 0;
}

#gs-online-order #form-online-order .form-required .form-th-label span:nth-child(2) {
  background-color: #b50000;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 0.35em 0.8em;
  line-height: 1;
}
#gs-online-order #form-online-order .form-required .form-th-label span:nth-child(2):after{
  content: none;
}

@media screen and (max-width: 769px) {
  #gs-online-order #form-online-order .form-required .form-th-label span:nth-child(2) {
    font-size: 10px;
    padding: 3px 10px;
  }
}

#gs-online-order #form-online-order .onlineOrderConfirm .form-required span:nth-child(2) {
  display: none;
}

#gs-online-order #form-online-order h4 {
  font-size: 11px;
  font-weight: normal;
  margin-top: 1em;
}

#gs-online-order #form-online-order ul {
  padding: 0;
  /*  margin: 0 0 0 -1.5em; */
  display: flex;
  flex-wrap: wrap;
}

#gs-online-order #form-online-order ul li label {
  padding-right: 1.5em;
}

#gs-online-order #form-online-order ul label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
  padding-top: 0.2em;
  width: 100%;
  cursor: pointer;
}

#gs-online-order #form-online-order ul label input {
  margin-top: 0.16em;
}

#gs-online-order #form-online-order ul label input:checked {
  background-color: #003a64;
}

#gs-online-order #form-online-order ul label span {
  display: inline-block;
  padding-left: 0.5em;
  line-height: 1;
}

#gs-online-order #form-online-order .label-full li {
  width: 100%;
}

#gs-online-order .form-flow-wrap {
  display: table;
  margin: 45px auto;
  position: relative;
}

#gs-online-order .form-flow-wrap:before,
#gs-online-order .form-flow-wrap:after {
  content: "";
  position: absolute;
  top: calc(23px / 2);
  z-index: 1;
  height: 2px;
  display: block;
}

#gs-online-order .form-flow-wrap:after {
  width: 100%;
  background-color: #bcbcbc;
}

#gs-online-order .form-flow-wrap:before {
  z-index: 2;
}

#gs-online-order .form-flow-wrap.confirm:before {
  width: 50%;
  background-color: #003a64;
}

#gs-online-order .form-flow-wrap.confirm .form-flow li:nth-child(2) {
  color: #003a64 !important;
}

#gs-online-order .form-flow-wrap.confirm .form-flow li:nth-child(2):before {
  border: solid 2px #003a64;
}

#gs-online-order .form-flow-wrap.form-finish:before {
  width: 100%;
  background-color: #003a64;
}

#gs-online-order .form-flow-wrap.form-finish .form-flow li:nth-child(3) {
  color: #003a64 !important;
}

#gs-online-order .form-flow-wrap.form-finish .form-flow li:nth-child(3):before {
  border: solid 2px #003a64;
}

#gs-online-order .form-flow-wrap .form-flow {
  padding: 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 24px 24px 24px;
  grid-template-rows: auto;
  grid-gap: 85px;
  max-width: 240px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 769px) {
  #gs-online-order .form-flow-wrap .form-flow {
    grid-gap: 50px;
  }
}

#gs-online-order .form-flow-wrap .form-flow li {
  text-align: center;
  font-size: 12px;
  font-weight: 600;
}

#gs-online-order .form-flow-wrap .form-flow li.active {
  color: #003a64 !important;
}

#gs-online-order .form-flow-wrap .form-flow li.active:before {
  border: solid 2px #003a64;
}

#gs-online-order .form-flow-wrap .form-flow li:before {
  margin: 0 auto;
  content: "";
  width: 21px;
  height: 21px;
  border: solid 2px #bcbcbc;
  display: block;
  border-radius: 50%;
  background-color: white;
}

#gs-online-order .lead {
  text-align: center;
}
#gs-online-order .lead .danger {
  display: block;
  color: #c00;
  font-weight: bold;
  font-size: 1.8rem;
}

#gs-online-order .onlineOrderConfirm .form-flow-wrap {
  display: table;
  margin: 45px auto;
  position: relative;
}

#gs-online-order .onlineOrderConfirm .form-flow-wrap:before {
  width: 50%;
  background-color: #003a64;
}

#gs-online-order .onlineOrderConfirm .form-flow-wrap .form-flow li:nth-child(2) {
  color: #003a64 !important;
}

#gs-online-order .onlineOrderConfirm .form-flow-wrap .form-flow li:nth-child(2):before {
  border: solid 2px #003a64;
}

#gs-online-order .form-datetime > div:nth-child(2) {
  margin-top: 1em;
}

#gs-online-order .table-border {
  margin-top: 0.3em !important;
}

#gs-online-order .table-border tr:not(:last-child) th,
#gs-online-order .table-border tr:not(:last-child) td {
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 769px) {
  #gs-online-order .table-border tr:not(:last-child) th {
    border: none !important;
  }
}

#gs-online-order .table-border th,
#gs-online-order .table-border td {
  padding-top: 1.5em;
}

@media screen and (max-width: 769px) {
  #gs-online-order .table-border th,
  #gs-online-order .table-border td {
    padding-top: 0;
  }
}

@media screen and (max-width: 769px) {
  #gs-online-order .table-border td {
    margin-bottom: 1em !important;
    padding-bottom: 0.5em !important;
  }
}

#gs-online-order #buttons {
  text-align: center;
  padding-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

#gs-online-order #form button[type="button"],
#gs-online-order #form button[type="submit"] {
  display: inline-block;
  background-color: #003a64;
  color: white;
  border: none;
  line-height: 1;
  padding: 1.5em 5em;
  font-size: 15px;
  cursor: pointer;
  margin: 0 20px;
}

#gs-online-order #form #submit-btn:disabled{
  background-color: #ccc;
  cursor: not-allowed;
}

#gs-online-order #form button#edit {
  background-color: #666;
}

@media screen and (max-width: 769px) {
  #gs-online-order .d-none {
    display: none !important;
  }
  #gs-online-order .d-block {
    display: block !important;
  }
  #gs-online-order #buttons {
    display: block;
  }
  #gs-online-order #form button[type="button"],
  #gs-online-order #form button[type="submit"] {
    width: 80%;
    margin-bottom: 15px !important;
    padding: 1.5em 15px;
  }
}

#gs-online-order #form input[type="text"].zip {
  display: inline-block;
  width: 100px;
}

#gs-online-order #form .anno {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#gs-online-order .price-span {
  font-size: 13px;
  display: block;
  margin-top: 0.5em;
}

.v-input--selection-controls {
  margin-top: 0;
  padding-top: 0;
}

.v-input--selection-controls .v-input__slot > .v-label,
.v-input--selection-controls .v-radio > .v-label {
  margin-bottom: 0;
}

.fade-enter-active,
.fade-leave-active,
.fade-move {
  transition: opacity 1s, transform 1s;
}

.fade-leave-active {
  position: absolute;
}

.fade-enter {
  opacity: 0;
  transform: translateY(-20px);
}

.fade-leave-to {
  opacity: 0;
  transform: translateY(20px);
}

#bottom-menu {
  z-index: 100;
  position: fixed;
  right: 0;
  bottom: 12px;
  width: 100%;
  text-align: right;
}

#bottom-menu a {
  line-height: 130%;
  padding: 16px 30px;
}

#online-order-bottom-form {
  padding: 10px 15px;
  background-color: #003a64;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 1.4rem;
  text-align: center;
}
#online-order-bottom-form:hover {
  opacity: 0.85;
}
#online-order-bottom-form .online-order-bottom-tel-wrap {
  color: #fff;
  font-weight: 700;
}

#online-order-bottom-tel {
  padding: 10px 15px;
  background-color: #2f1812;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 1.4rem;
  text-align: center;
}
#online-order-bottom-tel:hover {
  opacity: 0.85;
}
#online-order-bottom-tel .online-order-bottom-tel-wrap {
  color: #d5c2a4;
  font-weight: 700;
}

#telmodal {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  background-color: #003a64;
  color: #d5c2a4;
  text-align: center;
}

#telmodal .olo-tel-head {
  font-size: 1.6rem;
  display: block;
}
#telmodal .olo-tel-head br {
  display: none;
}
#telmodal .olo-tel-number {
  font-size: 3rem;
  display: block;
}

#telmodal .olo-tel-time {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
}
#telmodal .olo-tel-time span {
  margin-left: 1em;
}
#telmodal .olo-tel-call-btn {
  padding: 20px 0 0;
}
#telmodal .olo-tel-call-btn a {
  display: inline-block;
  background-color: #d5c2a4;
  color: #003a64;
  font-weight: bold;
  width: 210px;
  padding: 14px 32px;
  text-decoration: none;
}
#telmodal .olo-tel-call-btn a:hover {
  background-color: #efe3d0;
}
#telmodal .olo-tel-form-btn {
  padding: 20px 0 0;
}
#telmodal .olo-tel-form-btn a {
  display: inline-block;
  background-color: #d5c2a4;
  color: #003a64;
  font-weight: bold;
  width: 210px;
  padding: 8px 30px;
  text-decoration: none;
}
#telmodal .olo-tel-form-btn a:hover {
  background-color: #efe3d0;
}

#telmodal .mfp-close {
  color: #fff;
}

@media screen and (max-width: 769px) {
  #bottom-menu {
    display: flex;
    z-index: 100;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.9;
  }
  #bottom-menu a {
    width: 50%;
    line-height: 130%;
    font-size: 1.4rem;
    padding: 10px 0;
  }

  #online-order-bottom-form {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #online-order-bottom-tel {
    width: 100%;
    text-align: center;
    padding: 12px 0;
  }

  #telmodal .olo-tel-head {
    font-size: 4vw;
  }
  #telmodal .olo-tel-call-btn a {
    padding: 8px 40px;
  }

  #telmodal {
    padding: 40px 20px;
  }
}

.v-input--selection-controls {
  margin-top: 0;
  padding-top: 0;
}
.v-input--selection-controls .v-input__slot > .v-label,
.v-input--selection-controls .v-radio > .v-label {
  margin-bottom: 0;
}
.fade-enter-active,
.fade-leave-active,
.fade-move {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.fade-leave-active {
  position: absolute;
}
.fade-enter {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.fade-leave-to {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}

#tokutei {
  text-align: right;
  padding-top: 50px;
}

#tokutei a {
  font-size: 1.3rem;
}

input:read-only {
  background-color: #eee;
  cursor: default;
}

#codes .code-row {
  position: relative;
}

#codes .del {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 10px;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
}

#codes .del img {
  width: 22px;
}

#codes .codelink {
  display: block;
  width: 100%;
  padding: 0.5em;
  border-radius: 0;
  border-color: #707070;
  border-style: outset;
  border-width: 1px;
  height: 37px;
  font-size: 16px;
  background-color: #eee;
  text-decoration: none;
  margin-bottom: 5px;
  line-height: 21px;
}

@media screen and (max-width: 769px) {
  #codes .add a {
    text-align: center;
    width: 100%;
    line-height: 120%;
  }
}

/* 1year fair */
#fair-1y {
  max-width: 910px;
  margin: 0 auto 80px;
}

#fair-1y .bg {
  background: url("/online-order/images/fair202107-1y/bg.png") repeat-y center center;
  padding: 60px 0;
  margin-bottom: 80px;
}

#fair-1y .img1 {
  margin: 30px 0;
}

#fair-1y .box {
  background-color: #fff;
  max-width: 770px;
  margin: 0 auto;
}

#fair-1y .box .links {
  width: 680px;
  margin: 0 auto;
}

#fair-1y .box .row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}

#fair-1y .box .mark {
  position: absolute;
  top: -10px;
  left: -30px;
  width: 60px;
  height: 60px;
}

#fair-1y .box .mark2 {
  left: auto;
  right: -30px;
}

@media screen and (max-width: 769px) {
  #fair-1y {
    margin-bottom: 20px;
  }

  #fair-1y .bg {
    padding: 40px 15px;
    margin-bottom: 0;
  }

  #fair-1y .box .links {
    width: 100%;
    padding: 0 15px;
  }

  #fair-1y .box .links a {
    width: 25%;
  }

  #fair-1y .box .mark {
    width: 10%;
    height: 10%;
    left: -20px;
  }

  #fair-1y .box .mark2 {
    left: auto;
    right: -20px;
  }

  #fair-1y .fair-bottom {
    padding: 40px 40px 0;
  }
}

/* NEWS
=======================*/
#news {
  position: relative;
  background-color: #e9e5e2;
  margin-top: 40px;
}

#news h2 {
  background-color: #3c1e00;
  color: #fff;
  line-height: 100%;
  padding: 16px 22px;
  letter-spacing: 3px;
  width: 113px;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
}

#news ul {
  width: 820px;
  margin-left: 130px;
  margin-top: -38px;
  /*
	overflow: hidden;
	height: 38px;
	max-height: 38px;
	padding-bottom: 16px;
*/
}

#news ul.open {
  height: auto;
  max-height: 50em;
  transition: all 0.5s;
}

#news ul li {
  padding-bottom: 10px;
  display: flex;
}

#news ul li span {
  display: inline-block;
  width: 100px;
}

#news ul li a {
  flex: 1;
}

#news .more {
  position: absolute;
  top: 10px;
  right: 14px;
  background-color: #3c1e00;
  color: #fff;
  padding: 8px 22px 8px 36px;
  line-height: 100%;
  border-radius: 16px;
  text-decoration: none;
}
#news .more:hover {
  text-decoration: none;
  opacity: 0.8;
}

#news .more::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 2px;
  height: 12px;
  background: #fff;
  margin-top: -7px;
}
#news .more::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 12px;
  height: 2px;
  margin-top: -2px;
  background: #fff;
}

@media screen and (max-width: 769px) {
  #news {
    background: none;
    margin-top: 20px;
  }

  #news h2 {
    background: none;
    color: #3c1e00;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 10px;
  }

  #news ul {
    width: 100%;
    margin: 0;
    overflow: visible;
    height: auto;
    max-height: none;
  }

  #news ul li {
    font-size: 1.4rem;
    border-bottom: 1px dotted #c9c9c9;
    margin-bottom: 0;
    padding: 8px 0;
  }

  #news ul li span {
    display: block;
  }

  #news ul .morewrap {
    display: none;
  }

  #news #more-sp {
    position: relative;
    display: block !important;
    width: 140px;
    margin: 15px auto 0;
    top: 0;
    right: 0;
    text-align: center;
  }

  #news .more.open::before {
    display: none;
  }
}

/* Voice
------------------------*/
#gs-online-order #voice-online-order {
  padding-top: 50px;
  padding-bottom: 1px;
  /*  margin-top: 50px; */
}

#voice h2 {
  margin-bottom: 30px;
}

#voice .voice_block {
  padding-bottom: 30px;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#voice .voice_block:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

#voice .left {
  position: relative;
  width: 210px;
  line-height: 0;
  background-color: #fff;
  text-align: center;
  padding: 10px 0 0;
}

#voice .left p {
  background-color: #2f1812;
  color: #fff;
  font-size: 10px;
  font-size: 1.8rem;
  line-height: 110%;
  padding: 12px 18px;
  text-align: left;
  margin-top: 10px;
}

#voice .left p span {
  display: block;
  font-size: 16px;
  font-size: 1.4rem;
}

#voice .right {
  flex: 1;
  margin-left: 0;
  padding-left: 30px;
}

#voice .right h4 {
  padding-left: 0px;
  line-height: 100%;
  margin-bottom: 1em;
}

#voice .right p {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  #voice .voice_block {
    display: block;
  }

  #voice .left {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  #voice .left img {
    width: 20%;
    height: auto;
  }

  #voice .left p {
    background: none;
    font-size: 1.4rem;
    color: #2f1812;
  }

  #voice .right {
    padding: 0;
  }

  #voice .right p {
    font-size: 1.2rem;
  }
}

.line-message {
  text-align: center;
  margin-bottom: 50px;
}

.line-message .qr {
  width: 200px;
}
.attention-message {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .attention-message,
  .line-message p {
    text-align: left;
  }
}

.enshow{
  display: none;
}

.lang-en .enshow{
  display: block;
}
.lang-en .ennote{
  margin: 2rem 0;
}
.lang-en .ennote .notetitle{
  display: inline-block;
  font-size: 1.5rem;
  background-color: #eee;
  line-height: 100%;
  padding: 8px 24px;
}

.lang-en .ennote p{
  font-size: 1.5rem;
}

.lang-en #gs-online-order .form-flow-wrap .form-flow{
  grid-template-columns: 95px 95px 95px;
  grid-template-rows: auto;
  grid-gap: 10px;
  max-width: none;
}

.lang-en #gs-online-order .form-flow-wrap:after{
  width: calc(100% - 80px);
  background-color: #bcbcbc;
  left: 40px;
}
