@charset "UTF-8";
/*================================================================
 *FILE          :order.css
 *DESCRIPTION   :resetはressを使用。環境変数とmixinは_mixin.scss内に記述。
                 それぞれfoundationよりインポート。
 *AUTHOR        :
 *--------------------------------------------------------------
 *(C)
=================================================================*/
/* フォント定設
-----------------------------------------------------------------*/
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* 游ゴシックMediumが存在しないWindows8.1用 */
}
@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic Bold");
  /* PostScript Nameを認識できないChrome用にFull Nameを指定 */
}
/*--------------------------------
 ORDER METHOD
--------------------------------*/
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .orderMethod_leadText {
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}

.orderMethod_list {
  border-bottom: 1px solid #dddddd;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .orderMethod_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: calc(80 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .orderMethod_list {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.orderMethod_item {
  border-top: 1px solid #dddddd;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .orderMethod_item > .orderMethod_itemLink:first-child {
    padding-top: calc(50 / 1280 * 100vw);
  }
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .orderMethod_item > .orderMethod_itemLink:not(:first-child) {
    padding-top: calc(40 / 1280 * 100vw);
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .orderMethod_itemLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc(40 / 1280 * 100vw) 0;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .orderMethod_itemLink {
    display: block;
    padding: calc(40 / 375 * 100vw) 0;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .orderMethod_itemLeft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(80 / 1280 * 100vw);
    width: calc(510 / 1280 * 100vw);
  }
}

.orderMethod_itemIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .orderMethod_itemIcon {
    width: calc(40 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .orderMethod_itemIcon {
    width: calc(40 / 375 * 100vw);
    margin-left: auto;
  }
}

.orderMethod_itemTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .orderMethod_itemTitle {
    margin-bottom: calc(12 / 1280 * 100vw);
    font-size: min(calc(16 / 1280 * 100vw), 22.4px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .orderMethod_itemTitle {
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: min(calc(16 / 375 * 100vw), 22.4px);
  }
}

.orderMethod_itemTitleEn {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .orderMethod_itemTitleEn {
    font-size: min(calc(12 / 1280 * 100vw), 16.8px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .orderMethod_itemTitleEn {
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .orderMethod_itemRight {
    margin-top: calc(24 / 375 * 100vw);
  }
}

.orderMethod_itemDesc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .orderMethod_itemDesc {
    font-size: min(calc(14 / 1280 * 100vw), 19.6px);
    line-height: 2;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .orderMethod_itemDesc {
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
    line-height: 2.08;
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .orderMethod_itemView {
    margin-top: calc(24 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .orderMethod_itemView {
    margin-top: calc(20 / 375 * 100vw);
  }
}

/*--------------------------------
 CHECK PRICES
--------------------------------*/
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .checkPrices {
    margin-top: calc(160 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .checkPrices {
    margin-top: calc(80 / 375 * 100vw);
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .checkPrices_title {
    font-size: min(calc(20 / 375 * 100vw), 28px);
  }
}

@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .checkPrices_leadText {
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .checkPrices_cardList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: calc(40 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .checkPrices_cardList {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.checkPrices_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .checkPrices_card {
    padding: calc(30 / 1280 * 100vw) calc(20 / 1280 * 100vw) calc(40 / 1280 * 100vw) calc(40 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .checkPrices_card {
    padding: calc(23 / 375 * 100vw) calc(20 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
}

.checkPrices_card-simulator {
  background-color: #dddddd;
}

.checkPrices_card-priceList {
  background-color: #db502c;
}
.checkPrices_card-priceList .checkPrices_cardTitle {
  color: #ffffff;
}
.checkPrices_card-priceList .checkPrices_cardLink::before {
  background-color: #ffffff;
}
.checkPrices_card-priceList .checkPrices_cardLink span {
  color: #ffffff;
}

.checkPrices_cardLabel {
  display: inline-block;
  margin-left: auto;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .checkPrices_cardLabel {
    font-size: min(calc(15 / 1280 * 100vw), 21px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .checkPrices_cardLabel {
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}

.checkPrices_cardBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .checkPrices_cardBody {
    gap: calc(20 / 1280 * 100vw);
    margin-top: calc(90 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .checkPrices_cardBody {
    gap: calc(12 / 375 * 100vw);
    margin-top: calc(60 / 375 * 100vw);
  }
}

.checkPrices_cardTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .checkPrices_cardTitle {
    font-size: min(calc(16 / 1280 * 100vw), 22.4px);
    letter-spacing: 0.2em;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .checkPrices_cardTitle {
    font-size: min(calc(18 / 375 * 100vw), 25.2px);
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.checkPrices_cardLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .checkPrices_cardLink {
    gap: calc(10 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .checkPrices_cardLink {
    gap: calc(10 / 375 * 100vw);
  }
}
.checkPrices_cardLink::before {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 10px;
  height: 1px;
  background-color: #414141;
  content: "";
}
.checkPrices_cardLink span {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: #000000;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .checkPrices_cardLink span {
    font-size: min(calc(12 / 1280 * 100vw), 16.8px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .checkPrices_cardLink span {
    font-size: min(calc(10 / 375 * 100vw), 14px);
  }
}

/*--------------------------------
 INVITATION JOIN
--------------------------------*/
.invitationJoin {
  background-image: url("../images/order/member-join-bg.jpg");
}

@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .invitationJoin_card {
    width: calc(450 / 1280 * 100vw);
  }
}

.invitationJoin_cardSubtitleEn {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: right;
  color: #000000;
  opacity: 0.5;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .invitationJoin_cardSubtitleEn {
    margin-bottom: calc(56 / 1280 * 100vw);
    font-size: min(calc(16 / 1280 * 100vw), 22.4px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .invitationJoin_cardSubtitleEn {
    margin-bottom: calc(40 / 375 * 100vw);
    font-size: min(calc(16 / 375 * 100vw), 22.4px);
  }
}

.invitationJoin_cardTitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .invitationJoin_cardTitle {
    margin-bottom: calc(20 / 1280 * 100vw);
    font-size: min(calc(20 / 1280 * 100vw), 28px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .invitationJoin_cardTitle {
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: min(calc(22 / 375 * 100vw), 30.8px);
    line-height: 1.59;
  }
}

.invitationJoin_cardDesc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .invitationJoin_cardDesc {
    margin-bottom: calc(16 / 1280 * 100vw);
    font-size: min(calc(14 / 1280 * 100vw), 19.6px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .invitationJoin_cardDesc {
    margin-bottom: calc(21 / 375 * 100vw);
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}

.invitationJoin_cardNotes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .invitationJoin_cardNotes {
    gap: calc(8 / 1280 * 100vw);
    margin-bottom: calc(40 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .invitationJoin_cardNotes {
    gap: calc(8 / 375 * 100vw);
    margin-bottom: calc(32 / 375 * 100vw);
  }
}

.invitationJoin_cardNote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .invitationJoin_cardNote {
    gap: calc(4 / 1280 * 100vw);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .invitationJoin_cardNote {
    gap: calc(4 / 375 * 100vw);
  }
}

.invitationJoin_cardNoteMark {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .invitationJoin_cardNoteMark {
    font-size: min(calc(11 / 1280 * 100vw), 15.4px);
    line-height: 2;
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .invitationJoin_cardNoteMark {
    font-size: min(calc(11 / 375 * 100vw), 15.4px);
    line-height: 2.08;
  }
}

.invitationJoin_cardNoteText {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .invitationJoin_cardNoteText {
    font-size: min(calc(11 / 1280 * 100vw), 15.4px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .invitationJoin_cardNoteText {
    font-size: min(calc(11 / 375 * 100vw), 15.4px);
    line-height: 2.08;
  }
}

.invitationJoin_cardApply {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #414141;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .invitationJoin_cardApply {
    font-size: min(calc(14 / 1280 * 100vw), 19.6px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .invitationJoin_cardApply {
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}

.invitationJoin_cardActions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.invitationJoin_cardBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media print, screen and (min-width:1024px) and (orientation: landscape), screen and (min-width:1024px) {
  .invitationJoin_cardBtn {
    padding: calc(27 / 1280 * 100vw) calc(10 / 1280 * 100vw);
    font-size: min(calc(12 / 1280 * 100vw), 16.8px);
  }
}
@media print, screen and (max-width:1023px), screen and (min-width:1024px) and (max-width:1023px) and (orientation: portrait) {
  .invitationJoin_cardBtn {
    padding: calc(27 / 375 * 100vw) calc(10 / 375 * 100vw);
    font-size: min(calc(12 / 375 * 100vw), 16.8px);
  }
}

.invitationJoin_cardBtn-form {
  background-color: #dddddd;
  color: #414141;
}
@media (hover: hover) {
  .invitationJoin_cardBtn-form:hover {
    background-color: #414141;
    color: #dddddd;
  }
}

.invitationJoin_cardBtn-contact {
  background-color: #414141;
  color: #ffffff;
}
@media (hover: hover) {
  .invitationJoin_cardBtn-contact:hover {
    background-color: #ffffff;
    color: #414141;
  }
}
/*# sourceMappingURL=maps/order.css.map */
