@charset "utf-8";

#global-header div.header-inner {
  opacity: 0;
  animation: fadeIn 1s 1s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.container {
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

.container a:hover {
  opacity: 0.8;
}

.sp-v {
  display: none !important;
}

.text-indent-none {
  text-indent: 0;
}

@media screen and (max-width: 767px) {
  .pc-v {
    display: none !important;
  }
  .sp-v {
    display: inline-block !important;
  }
}
.jsc_accordion {
  cursor: pointer;
}
.acc_content {
  display: none;
}
.mt-28 {
  margin-top: 28px;
}
.pt-28 {
  padding-top: 28px;
}
.mt-38 {
  margin-top: 38px;
}
.pt-38 {
  padding-top: 38px;
}
.mt-48 {
  margin-top: 48px;
}
.pt-48 {
  padding-top: 48px;
}
.mt-60 {
  margin-top: 48px;
}
.pt-60 {
  padding-top: 48px;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.ml-1em {
  margin-left: -1em;
}
.ml-2em {
  margin-left: -2em;
}

.container .small {
  font-size: 90% !important;
}
.container .large {
  font-size: 125%;
}
.container .pt10 {
  display: inline-block;
  padding-top: 10px;
}

ul.disc{
  padding-left: 1.5em;
}
ul.disc li {
  list-style-type: disc;
}
ul li.none {
  list-style-type: none;
}
ul.disc li + li {
  margin-top: 10px;
}
.container a.link {
  color: #1675b9;
}
ul.square {
  padding-left: 1.5em;
}
ul.square li:before {
  content: "■";
  margin-right: 0.2em;
}
ul.square li {
  text-indent: -1.2em;
}
ul.square li + li {
  margin-top: 5px;
}
ul.square-s li {
  list-style: square;
}
ul.square-s li + li {
  margin-top: 10px;
}
ul.normal {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
ul.normal li + li {
  margin-top: 10px;
}

/* --------

 #pankuzu

-------- */
ul#pankuzu {
  margin: 48px 0 24px;
  color: #333;
  letter-spacing: -.4em;
}

ul#pankuzu li {
  display: inline-block;
  letter-spacing: normal;
  font-size: 11px;
  color: #333;
}

li.li_pankuzu {
  background-image: url("/img/pankuzu_listmark.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 15px 0 0;
  margin-right: 8px;
}

li.li_pankuzu a,
li.li_pankuzulast a {
  color: #333;
  text-decoration: none;
}

@media screen and (min-width: 768px){
  ul#pankuzu {
    margin: 32px 0 24px;
  }
}

/* --------

 Contents

-------- */
.key-visual {
  position: relative;
}

.key-visual .inner {
  width: 100%;
  height: 100%;
}

.key-visual .kv-text {
  opacity: 0;
  width: 85%;
  margin: 0 auto;
  padding-top: 32vw;
  animation: fadeIn 1s 0.5s forwards;
}

.key-visual .kv-text img {
  width: 100%;
}

.key-visual .bg {
  background-image: url(/img/lp/gototravel/bg-dot.png), url(/img/lp/gototravel/keyvisual.jpg?2020);
  background-repeat: repeat, no-repeat;
  background-position: 0 0, center bottom;
  background-size: auto, cover;
  height: 70vh;
}

.key-visual .date {
  height: 0;
  position: absolute;
  top: calc(70vh - 30px);
  bottom: inherit;
  right: 10px;
  color: #fff;
}

@media screen and (min-width: 768px){
  .key-visual {
    background: url(/img/lp/gototravel/keyvisual.jpg?2020) no-repeat center bottom;
    background-size: cover;
    height: 800px;
  }
  .key-visual .kv-text {
    width: 520px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
  }
  .login-mode.key-visual .kv-text {
    top: 50%;
  }
  .key-visual .bg {
    background-image: url(/img/lp/gototravel/bg-dot.png), url(/img/lp/gototravel/bg-shadow.png), url(/img/lp/gototravel/keyvisual.jpg?2020);
    background-repeat: repeat, repeat-x, no-repeat;
    background-position: 0 0, center bottom, center bottom;
    background-size: auto, auto, cover;
    width: 100%;
    height: 100%;
  }
  .key-visual .date {
    top: inherit;
    bottom: 36px;
    right: 3vw;
  }
}

.container .wrap {
  width: 100%;
  padding: 0 16px;
}

.container img {
  max-width: 100%;
}

@media screen and (min-width: 960px) {
  .container .wrap {
    width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}

.container .update {
  background: url(/img/lp/gototravel/bg-update-sp.png?2020) no-repeat 0 0;
  background-size: cover;
  width: 100%;
  border-radius: 4px;
  margin: 64px 0;
  padding: 8px 8px;
  font-weight: bold;
}

.container .update .heading {
  padding: 14px 3px;
  line-height: 1.5;
  text-align: center;
  font-size: 17px;
  color: #fff;
  letter-spacing: 0;
}

.container .update .bg-white {
  background: #fff;
  padding: 14px 16px 20px;
  line-height: 1.8;
  font-size: 15px;
}

.container .update .bg-white a {
  color: #1675b9;
}

.container .kv-notice {
  font-size: 11px;
}
.container .update ul {
  padding-left: 1.5em;
  margin-bottom: 5px;
}
.container .update ul li {
  margin-top: 10px;
}
.container .update .bg-white > ul > li{
  text-indent: -1.2em;
}
.container .update .bg-white .small li {
  text-indent: 0;
}
.container .update .bg-white > ul > li:before {
  content: "■";
  margin-right: 0.2em;
}
.container .update ul ul li {
  list-style-type: disc;
}
.container .update ul.none {
  padding-left: 0;
}
.container .update ul.none li {
  list-style: none;
}

@media screen and (min-width: 768px){
  .container .kv-notice {
    font-size: 15px;
    letter-spacing: 0;
  }
  .container .update {
    margin: 115px 0 115px;
  }
  .container .update .heading {
    padding: 18px 30px 24px;
    text-align: left;
    font-size: 20px;
    letter-spacing: 1px;
  }
  .container .update .bg-white {
    padding: 30px 48px 36px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) and (min-width: 500px){
  .key-visual .kv-text {
      max-width: 420px;
      padding-top: 120px;
  }
}

@media screen and (max-width: 959px){
  .fadein.update {
      opacity: 1;
      transform: translate(0, 0);
  }
}

@media screen and (max-width: 350px){
  .container .update .heading {
    padding: 14px 0;
    font-size: 15px;
  }
  .container .update .bg-white {
    font-size: 14px;
  }
}

.container .section {
  margin-bottom: 42px;
  padding-top: 30px;
  letter-spacing: 1px;
}

.container h2 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 1px;
  color: #1973b7;
}

.container .section p {
  line-height: 1.6;
  font-weight: bold;
  font-size: 15px;
}

.container .section .marker {
  background-image: linear-gradient(0deg, #ffce3a 12px, transparent 0);
  padding-bottom: 6px;
}

.container .text a,
.container .kanpu a,
.container .faq a {
  color: #1973b7;
  word-break: break-all;
}

@media screen and (min-width: 768px){
  .container .section {
    margin-bottom: 90px;
  }
  .container h2 {
    line-height: 1.35;
    font-size: 40px;
    letter-spacing: 0;
  }
  .container .section p {
    line-height: 1.8;
    font-size: 20px;
  }
  .container .section .marker {
    background-image: linear-gradient(0deg, #ffce3a 16px, transparent 0);
    padding-bottom: 9px;
  }

  /* IE、Edge対応 */
  _:-ms-lang(x)::-ms-backdrop, .container .section .marker {
    padding-bottom: 0;
  }
  _:-ms-lang(x)::backdrop, .container .section .marker {
    padding-bottom: 0;
  }
}

.container .lead-box {
  background: #f0f9ff;
  padding: 65px 0;
  font-size: 16px;
  color: #1873b7;
}
.container .lead-box h2 {
  margin-bottom: 40px;
}
.container .lead-box .area h3 {
  margin-top: 10px;
  margin-bottom: 16px;
  border-left: 8px solid;
  padding-left: 16px;
  font-size: 24px;
}
.container .lead-box .area p {
  padding-left: 1.8em;
  font-size: 18px;
}
.container .lead-box .area ul {
  font-size: 18px;
  font-weight: bold;
}

.container .box {
  background: #f0f9ff;
  padding: 30px 20px 10px;
  border-radius: 10px;
  border: solid 4px #aac7da;
  color: #1873b7;
}

.container .section h3 {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
}

.container table {
  border-collapse: collapse;
  line-height: 1.6;
  font-size: 14px;
}
.container table th,
.container table td {
  vertical-align: top;
  font-weight: bold;
  padding-bottom: 40px;
}
.container table th span {
  white-space: nowrap;
  width: 133px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #1973b7;
  color: #fff;
}
.container table td {
  padding-left: 22px;
}
.container .section .note {
  margin-top: 14px;
  line-height: 1.8;
  font-size: 14px;
}
.container .section .note a {
  color: #1973b7;
}

.container .list {
  padding: 10px 0 0 1.5em;
}
.container .list li {
  list-style: disc;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 767px){
  .container .lead-box {
    padding: 45px 0;
  }
  .container table th, .container table td {
    display: block;
    padding: 0 0 20px;
  }
  .container .lead-box .area p {
    font-size: 15px;
  }
  .container .lead-box .area h3 {
    border-left: 5px solid;
    padding-left: 18px;
    font-size: 20px;
  }
  .container .lead-box .area ul {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px){
  .container .lead-box h2 {
    font-size: 38px;
  }
}

.container .example {
  margin-bottom: 42px;
}
.container .example ul {
  font-weight: bold;
  font-size: 14px;
}
.container .example ul .large {
  font-size: 110%;
}
.container .example .box {
  border: none;
}

.container .tokyo ul {
    line-height: 1.6;
    font-weight: bold;
    font-size: 15px;
}
.container .tokyo h3 {
  color: #1973b7;
}
.container #cancelNote {
  font-size: 14px;
}
.container #cancelNote + ul {
  font-weight: normal;
  font-size: 13px;
}

.container .index-box {
  background: #efefef;
  padding: 30px 20px;
  border-radius: 4px;
}
.container .index-box .inner-box {
  max-width: 790px;
  margin: 0 auto;
}
.container .index-box h2 {
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: 1px;
  font-size: 28px;
  color: #333;
}
.container .index-box dl {
  display: flex;
  padding-bottom: 20px;
  flex-wrap: wrap;
  line-height: 1.8;
  font-size: 14px;
}
.container .index-box dl dt {
  width: 2.5em;
  padding-right: 20px;
  text-align: right;
  letter-spacing: 0;
}
.container .index-box dl dt,
.container .index-box dl dd {
  padding-bottom: 12px;
}
.container .index-box dl dd {
  width: calc(100% - 2.5em);
}
.container .index-box a {
  color: #1675b9;
}

@media screen and (min-width: 768px){
  .container .example {
    margin-bottom: 120px;
  }
  .container .example ul {
    font-size: 15px;
  }
  .container .example ul .large {
    font-size: 125%;
  }
  .container .tokyo ul {
    line-height: 1.8;
    font-size: 20px;
  }
  .container #cancelNote {
    font-size: 24px;
  }
  .container #cancelNote + ul {
    font-weight: bold;
    font-size: 20px;
  }
  .container .index-box {
    padding: 50px;
  }
  .container .index-box h2 {
    margin-bottom: 50px;
    font-size: 40px;
  }
  .container .index-box dl {
    line-height: 1.8;
    font-size: 17px;
  }
  .container .index-box dl dt,
  .container .index-box dl dd {
    padding-bottom: 7px;
  }
  .container .index-box dl dt {
    width: 50px;
  }
  .container .index-box dl dd {
    width: calc(100% - 50px);
  }
}

.container .merit {
  margin-bottom: 20px !important;
}
.container .merit h2 {
  margin-bottom: 36px;
}
.container .merit h3 {
  display: flex;
  align-items: flex-start;
  height: auto;
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 18px;
}
.container .merit p {
  color: #666;
}
.container .merit table th,
.container .merit table td {
  display: block;
  float: left;
  padding-bottom: 0;
}
.container .merit .heading {
  width: 72px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1px;
  border: solid 3px #1973b7;
  border-radius: 20px;
  background: #1973b7;
  line-height: 1;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}
.container .merit table th {
  width: auto;
  display: flex;
  align-items: flex-start;
  padding-right: 15px;
  clear: both;
}
.container .merit table tr {
  display: flex;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px){
  .container .merit {
    margin-bottom: 72px !important;
  }
  .container .merit h3 {
    font-size: 28px;
  }
  .container .merit table th,
  .container .merit table td {
    display: table-cell;
    float: none;
  }
  .container .merit table th {
    padding-right: 0;
  }
  .container .merit .heading {
    font-size: 16px;
  }
  .container .merit h2 {
    margin-bottom: 54px;
  }
  .container .merit p {
    font-size: 16px;
  }
}

.registArea-2 {
  background: #ededed;
  padding: 56px 0 60px;
  clear: both;
}
.registArea-2 .registArea {
  position: relative;
  bottom:auto;
  left: auto;
  margin: 0 auto;
  padding-top: 0;
  color: inherit;
}
.registArea-2 .registArea div.mailInput input {
  border: none;
}
.registArea-2 .registArea p.txt a, .registArea-2 .registArea p.kiyaku a {
  border-bottom: 1px solid #555;
  color: inherit;
}

/*
  FAQ
*/

.container .faq .jsc_accordion {
  line-height: 1.6;
  position: relative;
  padding-right: 30px;
  color: #1973b7;
}
.container .faq .jsc_accordion:before,
.container .faq .jsc_accordion:after {
  position: absolute;
  top: 13px;
  right: -7px;
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-top: 3px solid #1973b7;
  transform: translateX(-50%);
}
.container .faq .jsc_accordion:after {
  top: 5px;
  right: 11px;
  transform: rotate(90deg);
}
.container .faq .jsc_accordion.is-actived:after {
  display: none;
}
.container .faq .jsc_accordion:hover {
  opacity: 0.7;
}
.container .faq h3 {
  font-size: 20px;
}
.container .faq .notice {
  border-top: 4px solid #1973b7;
  border-bottom: 4px solid #1973b7;
  margin-bottom: 30px;
  padding: 45px 0 25px;
  font-weight: bold;
}
.container .faq .notice h3 {
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 20px;
}
.container .faq .notice ul {
  margin-bottom: 25px;
  padding-left: 1.5em;
}
.container .faq .notice ul li {
  list-style: disc;
  margin-bottom: 10px;
  padding-right: 15px;
  line-height: 1.8;
  font-size: 15px;
}
.container .faq dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.8;
}
.container .faq dl dt,
.container .faq dl dd {
  margin-bottom: 25px;
}
.container .faq dl dt {
  width: 56px;
}
.container .faq dl dd {
  width: calc(100% - 56px);
  align-self: center;
  padding-right: 15px;
  font-size: inherit;
}
.container .faq .question {
  font-size: 17px;
  color: #1973b7;
}
.container .icon-q, .container .icon-a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border: solid 3px #1973b7;
  border-radius: 50%;
  background: #1973b7;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.container .icon-a {
  background: none;
  color: #1973b7;
}
.container .faq p {
  font-size: inherit;
  font-weight: inherit;
}
.container .faq .box {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px){
  .container .section h3 {
    font-size: 24px;
  }
  .container .box {
    padding: 40px 64px 28px;
  }
  .container table {
    font-size: 16px;
  }
  .container .box ul {
    font-size: 16px;
  }
  .container .faq .notice h3 {
    font-size: 28px;
  }
  .container .faq .notice {
    margin-bottom: 70px;
  }
  .container .faq .notice ul li {
    padding-right: 45px;
    font-size: 18px;
  }
  .container .faq .jsc_accordion {
    padding-right: 45px;
  }
  .container .faq .jsc_accordion:before,
  .container .faq .jsc_accordion:after {
    top: 14px;
    right: -10px;
    width: 28px;
    height: 28px;
    border-top: 4px solid #1973b7;
  }
  .container .faq .jsc_accordion:after {
    top: 1px;
    right: 18px;
  }
  .container .faq dl {
    line-height: 1.8;
    font-size: 18px;
  }
  .container .faq dl dt,
  .container .faq dl dd {
    margin-bottom: 36px;
  }
  .container .faq dl dt {
    width: 90px;
  }
  .container .faq dl dd {
    width: calc(100% - 90px);
    font-size: 16px;
  }
  .container .faq .question {
    font-size: 20px;
  }
  .container .icon-q,
  .container .icon-a {
    width: 56px;
    height: 56px;
    border: solid 4px #1973b7;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px){
  .acc_content {
    font-weight: normal;
    line-height: 1.6;
    font-size: 14px !important;
  }
  .container .acc_content h3 {
    font-size: 17px;
  }
  .container .faq table th,
  .container .faq table td {
    font-weight: normal;
  }
  .container .faq .steps dl dd {
    width: auto;
    padding-right: 0;
  }
  .container .merit .heading {
    width: 56px;
    height: 29px;
  }
  .container .merit h3 {
    margin-top: 1px;
  }
}

.recommend ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 20px;
}
.recommend ul li {
  width: 48%;
  max-height: 168px;
  height: 28vw;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  padding: 0;
  border-radius: 4px;
}
.recommend ul li a {
  background: rgba(0,0,0,0.3);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
.recommend ul .bath {
  background: url(https://rlx.jp/img/feature/roten.jpg) no-repeat center center;
  background-size: cover;
}
.recommend ul .resort {
  background: url(https://rlx.jp/relux/img/hotelpictures/RP25238_1058.jpg) no-repeat center center;
  background-size: cover;
}
.recommend ul .cuisine {
  background: url(https://rlx.jp/relux/img/hotelpictures/RP23837_1017.jpg) no-repeat center center;
  background-size: cover;
}
.recommend ul .newOpen {
  background: url(https://rlx.jp/relux/img/hotelpictures/RP25129_1051.jpg) no-repeat center center;
  background-size: cover;
}
.recommend ul .photo {
  background: url(https://rlx.jp/img/lp/reluxoffer/keyvisual.jpg) no-repeat center center;
  background-size: cover;
}
.recommend ul .abroad {
  background: url(https://rlx.jp/img/hotels_point/keyvisual.jpg) no-repeat center center;
  background-size: cover;
}
.recommend dl dt {
  width: 100%;
  height: 50vw;
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  float: none;
  margin-bottom: 30px;
  padding: 0;
  overflow: hidden;
  border-radius: 4px;
}
.recommend dl dt a,
.recommend dl dt img {
  width: 100%;
  display: block;
}
.container .recommend dl dd h3 {
  margin-bottom: 16px;
}
.container .recommend dl dd p {
  line-height: 1.8;
  font-size: 15px;
}

@media screen and (min-width: 768px){
  .recommend ul {
    padding: 20px 0;
  }
  .recommend ul li {
    width: 31%;
    height: 168px;
    margin-bottom: 50px;
  }
  .recommend ul li a {
    font-size: 17px;
  }
  .recommend dl dt {
    width: 27%;
    height: auto;
    float: left;
    margin-right: 30px;
  }
  .recommend dl dd {
    height: 180px;
    display: flex;
    align-items: center;
  }
}

/*
  sareButton
*/

.shareArea {
  margin-top: 64px;
}

.shareBtn li {
  display: inline-block;
  font-weight: bold;
  margin: 0 5px 0;
  vertical-align: middle
}

.shareBtn li :last-child {
  margin-right: 0
}

@media (min-width: 768px) {
  .shareArea {
    margin-top: 84px;
  }

  .shareBtn li {
    margin: 0 10px 0 0;
  }
}

.shareBtn li a:link {
  color: #fff;
  text-decoration: none
}

.shareBtn li a:visited {
  color: #fff;
  text-decoration: none
}

.btn-fb {
  background-color: #1877f2;
  border-radius: 4px;
  border: 1px solid #1877f2;
}
.btn-fb:hover {
  background-color: #1877f2;
  opacity: 0.8;
}

.btn-fb img {
  height: 20px;
}

.shareBtn .twitter i {
  background-color: #00acec;
  border-radius: 75%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center
}

.shareBtn .twitter i img {
  width: 14px
}

.shareBtn .line i {
  background-color: #01c301;
  border-radius: 75%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center
}

.shareBtn .line i img {
  width: 14px
}

@media (min-width: 768px) {
  .shareBtn {
    bottom: 30px;
    margin: 0 auto
  }

  .shareBtn li {
    display: inline-block
  }

  .shareBtn li:nth-child(1) span.text {
    margin: 0 20px 0 5px
  }

  .shareBtn li:nth-child(2) span.text {
    margin: 0 0px 0 5px
  }

  .shareBtn li a:link {
    color: #fff;
    text-decoration: none
  }

  .shareBtn li a:visited {
    color: #fff;
    text-decoration: none
  }
}

.shareBtn li {
  display: inline-block;
  font-weight: bold
}

@media (max-width: 767px) {
  .shareBtn li {
    margin: 0 5px 0
  }
}

.shareBtn li a:link {
  color: #fff;
  text-decoration: none
}

.shareBtn li a:visited {
  color: #fff;
  text-decoration: none
}

.shareBtn .facebook i {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-color: #1877f2;
  border-radius: 75%;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 50% 50%;
  background-image: url(/img/icon-fb.png)
}

.shareBtn .twitter i {
  width: 36px;
  height: 36px;
  background-color: #00acec;
  border-radius: 75%;
  background-size: 14px;
  background-position: 50% 50%;
  background-image: url(/img/icon-tw.png)
}

.shareBtn .line i {
  width: 36px;
  height: 36px;
  background-color: #01c301;
  border-radius: 100%;
  background-size: 18px;
  background-position: 50% 50%;
  background-image: url(/img/icon-line.png)
}

/* --------

 registArea

-------- */
div.registArea {
  padding: 46px 16px 0;
}

div.registArea p.headline {
  font-size: 18px;
  font-weight: bold;
  padding: 0px 0px 24px;
  text-align: center;
}

div.registArea .btn-relux {
  width: 100%;
  padding: 7px 10px;
}

@media screen and (min-width: 768px){
  div.registArea {
    opacity: 0;
    animation: fadeIn 0.5s 1.5s forwards;
    background-color: #FFFFFF;
    margin: 10px;
    padding: 0;
    border: 5px solid #DFDFDF;
  }
  div.registArea .btn-relux {
    width: auto;
    padding: 5px 10px;
  }
}

div.registArea div.saisonInner {
  padding: 15px 20px 5px;
}

.registBoxWrap {
  display: table;
  width: 100%;
}

.registBoxWrap>div {
  margin-bottom: 10px;
}

.registBoxWrap>div a.btn {
  padding: 12px 0 10px;
}

div.registArea div.mailInput {
  width: 100%;
  display: table;
}

div.registArea div.mailInput input,
div.registArea div.mailInput a.btn {
  display: table-cell;
  width: 75px;
}

div.registArea div.mailInput input {
  width: 100%;
  height: 44px;
  border: none;
  border: 1px solid #CCCCCC;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding-left: 3%;
  padding-right: 3%;
  -webkit-appearance: none;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

div.registArea div.mailInput input:focus {
  outline: none;
}

div.registArea input::-webkit-input-placeholder {
  color: #333333;
}

div.registArea input::-moz-input-placeholder {
  color: #333333;
}

div.registArea div.mailInput a.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 33%;
}

@media screen and (min-width: 768px){
  div.registArea div.mailInput a.btn {
    width: 75px;
  }
}

div.registArea p.txt {
  font-size: 11px;
  margin-bottom: 10px;
  text-align: left;
}

div.registArea .loginBtn {
  text-align: center;
}

div.registArea p.kiyaku {
  font-size: 11px;
  margin-bottom: 10px;
}

div.registArea p.txt a,
div.registArea p.kiyaku a {
  text-decoration: none !important;
  border-bottom: 1px solid #555;
}

div.registArea p.txt a:hover,
div.registArea p.kiyaku a:hover {
  border: none;
}

div.aulogin-failed-message {
  color: red;
  padding-top: 5px;
}

div.registBoxWrap>.googleBox {
  border-radius: 2px;
}

@media(min-width:768px) {
  div.registArea {
    width: 100%;
    position: absolute;
    bottom: 16px;
    left: 0;
    padding: 0px;
    background: none;
    margin: inherit;
    border: none;
    color: #FFFFFF;
  }

  div.registArea div.inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 15px 20px 15px;
}

  div.registBoxWrap>div {
    display: table-cell;
    vertical-align: bottom;
    padding: 0 0px;
    width: 33.333333%;
    padding: 0 10px;
  }

  div.registArea div.facebookBox {
    padding-left: 0;
  }

  div.registArea div.ctr {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  div.registArea div.mailInput input {
    border: 1px solid #FFFFFF;
    margin-right: 0;
  }

  div.registArea p.txt {
    font-size: 11px;
    margin: 15px 0;
  }

  div.registArea p.txt a,
  div.registArea p.kiyaku a {
    text-decoration: underline;
    border-bottom: 1px solid #fff;
    color: #FFFFFF;
  }

  div.registArea p.txt a:hover,
  div.registArea p.kiyaku a:hover {
    text-decoration: none;
  }
}

/*
  SPでのフェードインアニメーション
*/
@media (max-width: 959px) {
  /* 画面外にいる状態 */
  .fadein {
      opacity : 0.1;
      transform : translate(0, 50px);
      transition : all 500ms;
  }

  /* 画面内に入った状態 */
  .fadein.scrollin {
      opacity : 1;
      transform : translate(0, 0);
  }
}

.container .pointup {
  background: #f2eeeb;
  padding: 42px 0 8px;
  overflow: hidden;
}
.container .pointup .wrap {
  padding-bottom: 20px;
}
.container .pointup h2 {
  color: #a72228;
}
.container .pointup .flex {
  margin-bottom: 40px;
}
.container .pointup .flex > div:first-child {
  margin-bottom: 40px;
}
.container .pointup .flex p {
  font-size: 15px;
}
.container .pointup .box {
  background-color: #fff;
  border-radius: 10px;
  border: solid 4px #a72228;
  padding: 30px 20px 0;
}
.container .pointup .section h3 {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  color: #a72228;
}
.container .pointup .box dl {
  display: block;
  padding-top: 10px;
}
.container .pointup .box dl dt {
  background-color: #a72228;
  width: 210px;
  height: 36px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.container .pointup .box dl dd {
  width: 100%;
  margin-bottom: 30px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 14px;
  color: #a72228;
}
.detailLink a {
  text-decoration: none;
  font-size: 15px;
  color: #333;
}
.detailLink:before {
  content:url(/img/sp/detail/icon/relux-icon_icon-navigate-right.svg);
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: -2px 2px 0 -6px;
}


@media screen and (min-width: 768px){
  .container .pointup {
    padding: 90px 0 0;
  }
  .container .pointup .wrap {
    padding-bottom: 50px;
  }
  .container .pointup .section {
    margin-bottom: 80px;
  }
  .container .pointup .section h3 {
    font-size: 24px;
  }
  .container .pointup .flex {
    width: 100%;
    display: flex;
    margin-bottom: 70px;
  }
  .container .pointup .flex > div:first-child {
    width: 530px;
  }
  .container .pointup .flex > div:nth-child(2) {
    width: calc(100% - 558px);
    margin-left: 28px;
  }
  .container .pointup .flex p {
    font-size: 18px;
  }
  .container .pointup .box {
    padding: 50px 64px 34px;
  }
  .container .pointup .box dl {
    display: flex;
    flex-wrap: wrap;
  }
  .container .pointup .box dl dt {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .container .pointup .box dl dd {
    width: calc(100% - 230px);
    margin-left: 20px;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
  .detailLink a {
    font-size: 18px;
  }
  .detailLink:before {
    width: 36px;
    height: 36px;
  }
}

.container .steps {
  margin-bottom: 0;
}
.container .steps dl {
  margin-top: 40px;
}
.container .steps dl dt,
.container .steps dl dd {
  margin-bottom: 30px;
}
.container .steps dl dt {
  width: 133px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: #1973b7;
  margin-top: 3px;
  font-weight: bold;
  font-size: 17px;
  color: #fff;
}
.container .steps dl h3 {
  line-height: 1.4;
  font-size: 20px;
  color: #1973b7;
}
.container .steps .box {
  border: none;
  overflow: hidden;
}
.container .steps .box {
  padding: 20px 16px 25px;
}
.container .steps .apli-figure {
  line-height: 1.8;
}
.container .steps .apli-figure span {
  display: block;
  clear: both;
  padding-bottom: 20px;
}

.container .steps .apli-figure img {
  max-width: 60%;
  width: 389px;
  float: left;
  margin-right: 24px;
}
.container .steps a {
  color: #1973b7;
}
.container .steps .etiquetteLink a {
  display: inline-block;
  margin-top: 20px;
}
.container .steps .notice {
    display: flex;
    align-items: center;
    padding: 10px 0 2px;
    line-height: 1.8;
    font-size: 13px;
}
.container .steps .notice:before {
  background: #aac7da;
  content: '';
  display: block;
  width: 16px;
  height: 80px;
  border-radius: 10px;
  float: left;
  margin-right: 12px;
  vertical-align: middle;
}

.container .steps .howto-coupon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.container .steps .howto-coupon li {
  width: 33%;
  padding: 0 20px;
}
.container .steps .howto-coupon.col-2 li {
  width: 50%;
  padding-top: 10px;
}
.container .steps .howto-coupon img {
  width: 150%;
  max-width: 500px;
  margin-left: -25%;
}
.container .steps .howto-coupon.col-2 img {
  max-width: 100%;
  margin-left: 0;
}
.container .steps .howto-coupon li .caption {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
  font-size: 16px;
}
.container .weekday ul {
  display: block;
}
.container .weekday ul li {
  width: 100%;
  max-height: 196px;
  height: 28vw;
}
.container .weekday ul li a {
  font-size: 16px;
}
.container .weekday ul .east {
  background: url(/img/lp/gototravel/bnr-weekday-01.jpg?2020) no-repeat center center;
  background-size: cover;
}
.container .weekday ul .west {
  background: url(/img/lp/gototravel/bnr-weekday-02.jpg) no-repeat center center;
  background-size: cover;
}

.container .afterReserve ul {
  font-size: 14px;
  font-weight: bold;
}
.container .afterReserve ul a {
  display: inline-block;
}

@media screen and (min-width: 768px){
.container .afterReserve ul {
  font-size: 16px;
}
.container .steps .coupon-paper .s-small {
  max-width: 70%;
}
.container .steps .coupon-paper .small {
  max-width: 80%;
}
.container .weekday ul {
  display: flex;
  justify-content: space-between;
}
.container .weekday ul li {
  width: 48.5%;
  height: 196px;
}
.container .weekday ul li a {
  font-size: 28px;
}

}

.etiquetteLink a {
  position: relative;
  text-decoration: none;
}
.etiquetteLink a:before {
    background: url(/img/icon_arrow_blue.png) no-repeat 0 0;
    background-size: contain;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin: -2px 6px 0 0;
}
.topBtn a {
  width: 100%;
  height: 60px;
  margin-bottom: 72px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #0f0a64;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  color: #fff;
}

.container .kanpu h3 {
  margin-bottom: 12px;
  font-size: 18px;
  color: #1973b7;
}
.container .kanpu .small {
  line-height: 1.6;
}
.container .kanpu .notice {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 1.5em;
  text-indent: -1.1em;
}
.container .kanpu .notice li {
  margin-top: 20px;
}

.container .refund {
  margin-bottom: 72px;
}
.container .refund .box {
  padding: 25px 16px;
}
.container .refund h3 {
  color: #1675b9;
}
.container .flex-box p {
  font-size: 15px;
}
.container .refund ul {
  padding-left: 1.5em;
  line-height: 2;
  font-weight: bold;
  font-size: 15px;
}
.container .refund ul li {
  list-style: disc;
}
.container .refund ul li + li {
  margin-top: 5px;
}
.container .refund .note li {
  margin-top: 10px;
  line-height: 1.8;
}

.container .delete-box {
  position: relative;
  padding: 20px 20px;
  color: #454545;
}
.container .delete-box:before {
  content: "";
  display: block;
  background: #ddd;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.container .delete-message {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
  font-size: 24px !important;
  color: #000;
}

@media screen and (max-width: 767px) {
  .container .refund .note h3 {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .container .refund .note ul {
    line-height: 1.6;
    font-weight: normal;
    font-size: 12px;
  }
  .container .steps .howto-coupon {
    display: block;
  }
  .container .steps .howto-coupon li {
    width: auto !important;
    padding: 0 0 10px !important;
  }
  .container .steps .howto-coupon li .caption {
    font-size: 15px;
  }
  .container .steps .howto-coupon li .figure {
    text-align: center;
  }
  .container .steps .howto-coupon img {
    width: 100%;
    margin: 0 auto;
  }
  .container .steps .howto-coupon.col-2 img {
    max-width: 500px;
  }
  .container .delete-box,
  .container .delete-box p {
    font-size: 10px;
  }
  .container .delete-box h3 {
    font-size: 14px;
  }
  .container .delete-message {
    top: 46%;
    padding: 0 10px;
    font-size: 16px !important;
    letter-spacing: 0;
  }
  .container .kanpu .notice {
    font-size: 15px;
  }
}

.container .flex-box .photo {
  margin-bottom: 40px;
  text-align: center;
}
.container .flex-box .photo img {
  width: 274px;
}
.container .flex-box .caption {
  margin-bottom: 20px;
}
.container .flex-box .photo:last-of-type,
.container .flex-box .caption:last-of-type {
  margin-bottom: 0;
}
.container .flex-box .caption p {
  line-height: 1.8;
}
.container .flex-box .caption .large {
  letter-spacing: 0;
}
.container .flex-box .caption .small {
  display: inline-block;
}

@media screen and (min-width: 768px){
  .etiquetteLink a:before {
    width: 18px;
    height: 18px;
    margin: -3px 8px 0 0;
  }
  .container .steps dl {
    display: flex;
    flex-wrap: wrap;
    margin-top: 56px;
  }
  .container .steps dl dt,
  .container .steps dl dd {
    margin-bottom: 70px;
  }
  .container .steps dl dd {
    width: calc(100% - 163px);
    margin-left: 30px;
  }
  .container .steps dl h3 {
    font-size: 32px;
  }
  .container .steps .box {
    padding: 26px 40px 40px;
  }
  .container .steps .apli-figure img {
    width: calc(59% - 24px);
  }
  .container .steps .apli-figure span {
    width: 41%;
    display: inline;
    float: right;
    clear: none;
  }
  .container .steps .notice {
    padding: 20px 0 12px;
    font-size: 16px;
  }
  .container .steps .notice:before {
    width: 11px;
    height: 65px;
    margin-right: 16px;
  }
  .topBtn a {
    height: 80px;
    margin-bottom: 160px;
    font-size: 24px;
  }
  .container .refund {
    margin-bottom: 120px;
  }
  .container .refund .box {
    padding: 30px 40px;
  }
  .container .flex-box p {
    font-size: 18px;
  }
  .container .flex-box .small {
    font-size: 12px;
  }
  .container .refund ul {
    font-size: 16px;
  }
  .container .flex-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .container .flex-box .photo {
    width: 40%;
    margin-bottom: 40px;
    text-align: left;
  }
  .container .flex-box .caption {
    width: 60%;
    margin-bottom: 40px;
    padding-left: 28px;
  }
  .container .kanpu h3 {
    margin-bottom: 24px;
    font-size: 20px;
  }
}

.container .gotoCoupon {
  margin-bottom: 42px;
}
.container .gotoCoupon ul {
  line-height: 1.7;
  font-weight: bold;
}
.container .gotoCoupon .small p,
.container .gotoCoupon .note {
  font-size: 13px;
}
.container .gotoCoupon ul {
  font-size: 15px;
}
.container .gotoCoupon ul li {
  clear: both;
}
.container .gotoCoupon h3 {
  color: #1675b9;
}
.container .gotoCoupon .box .pt-48 {
  padding-top: 20px;
}
.container .gotoCoupon .large-image img {
  width: 100%;
}
.container .gotoCoupon .apli-figure img {
  max-width: 60%;
  width: 389px;
  float: left;
  margin-right: 24px;
}
.container .gotoCoupon .note {
  padding-left: 1.5em;
  line-height: 1.6;
  font-weight: normal;
}
.container .gotoCoupon .note li {
  font-size: 12px !important;
}
.container .gotoCoupon .note .square-s {
  margin: 14px 0;
  padding-left: 1.4em;
  text-indent: 0;
}

@media screen and (min-width: 768px){
  .container .gotoCoupon {
    margin-bottom: 90px;
  }
  .container .gotoCoupon .wrap > ul li,
  .container .gotoCoupon .ul-large li {
    font-size: 18px;
  }
  .container .gotoCoupon ul,
  .container .gotoCoupon .note li {
    font-size: 16px !important;
  }
  .container .gotoCoupon .small p {
    font-size: 14px !important;
  }
  .container .gotoCoupon .note {
    font-weight: bold;
  }
  .container .gotoCoupon .large-image img {
    width: 70%;
  }
  .container .gotoCoupon .apli-figure img {
    width: calc(59% - 24px);
  }
  .container .gotoCoupon .box .pt-48 {
    padding-top: 48px;
  }
}

/*
  会員ステータスの図
*/

.memberStatusIntroduce__statusListSP {
  margin-top: 16px;
}

@media screen and (min-width: 640px) {
  .memberStatusIntroduce__statusListSP {
    display: none;
  }
}

.memberStatusIntroduce__statusListSP .memberStatusIntroduce__statusListItemTitle {
  cursor: pointer;
  height: 44px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  position: relative;
  margin-top: 16px;
}

.memberStatusIntroduce__statusListSP .memberStatusIntroduce__statusListItemTitle::before {
  border-top: 1.5px solid #333;
  border-right: 1.5px solid #333;
  bottom: 0;
  content: "";
  height: 7px;
  margin: auto;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  width: 7px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  right: 20px;
  bottom: 4px;
}

.memberStatusIntroduce__statusListSP .memberStatusIntroduce__statusListItemTitle.is-actived::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}

.memberStatusIntroduce__statusListSP .memberStatusIntroduce__statusListItemDetailBox {
  margin: 8px 0 24px;
  display: none;
}

.memberStatusIntroduce__statusListSP .memberStatusIntroduce__statusListItemDetailBox.is-open {
  display: block;
}

.memberStatusIntroduce__statusListSP .memberStatusIntroduce__statusListItemDetail {
  background: #fff;
  display: -webkit-box;
  display: flex;
  padding: 16px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ccc;
}

.container .memberStatusIntroduce__statusListSP .memberStatusIntroduce__statusListItemTxta {
  font-size: 11px;
  font-size: 0.6875rem;
}

.container .memberStatusIntroduce__statusListSP .memberStatusIntroduce__statusListItemTxtb {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 4px;
  padding-right: 20px;
}

.container .memberStatusIntroduce__statusListSP .memberStatusIntroduce__statusListItemTxtc {
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-align: end;
  align-items: flex-end;
}

.memberStatusIntroduce__statusListPC {
  display: none;
}

@media screen and (min-width: 640px) {
  .memberStatusIntroduce__statusListPC {
    display: block;
    margin-top: 40px;
  }
}

.memberStatusIntroduce__statusListPC .forCenter {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.memberStatusIntroduce__statusListPC p {
  text-align: center;
}

.memberStatusIntroduce__statusListPC .forFlex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.container .memberStatusIntroduce__statusListPC .ListItemTitleBox {
  height: 88px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}

.memberStatusIntroduce__statusListPC .ListItemTitleBox:nth-child(n + 2) {
  margin-left: 8px;
}

@media screen and (min-width: 768px) {
  .container .memberStatusIntroduce__statusListPC .ListItemTitleBox {
    font-size: 18px;
  }
}

.memberStatusIntroduce__statusListPC .ListItemConditionsBox {
  margin-top: 8px;
  height: 104px;
  border-radius: 4px;
  background-color: #ccc;
}

.memberStatusIntroduce__statusListPC .ListItemConditionsBox:nth-child(n + 2) {
  margin-left: 8px;
}

.memberStatusIntroduce__statusListPC .memberStatuswidthLeft {
  width: 180px;
}

@media screen and (min-width: 768px) {
  .memberStatusIntroduce__statusListPC .memberStatuswidthLeft {
    width: 208px;
  }
}

.memberStatusIntroduce__statusListPC .forPadding {
  padding: 0 12px;
}

.memberStatusIntroduce__statusListPC .ListItemResultBox {
  margin-top: 8px;
  height: 124px;
  border-radius: 4px;
  background-color: #fff;
}

.memberStatusIntroduce__statusListPC .ListItemResultBox:nth-child(n + 2) {
  display: block;
  line-height: 1.5;
  margin-left: 8px;
  padding-top: 15px;
}

.memberStatusIntroduce__statusListPC .memberStatuswidthRight {
  width: calc((100% - 180px - 32px) / 4);
  position: relative;
}

@media screen and (min-width: 768px) {
  .memberStatusIntroduce__statusListPC .memberStatuswidthRight {
    width: calc((100% - 208px - 32px) / 4);
  }
}

.container .memberStatusIntroduce__statusListPC .statusListItemTxta {
  font-size: 11px;
  font-size: 0.6875rem;
}

.container .memberStatusIntroduce__statusListPC .statusListItemTxtb {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 2px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .container .memberStatusIntroduce__statusListPC .statusListItemTxtb {
    font-size: 16px;
    font-size: 1rem;
  }
}

.container .memberStatusIntroduce__statusListPC .statusListItemTxtc {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .container .memberStatusIntroduce__statusListPC .statusListItemTxtc {
    font-size: 16px;
    font-size: 1rem;
  }
}

.memberStatusIntroduce__statusListPC .statusListItemTxtd {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .memberStatusIntroduce__statusListPC .statusListItemTxtd {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.memberStatusIntroduce__statusAttention {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .memberStatusIntroduce__statusAttention {
    margin-top: 32px;
  }
}

.memberStatusIntroduce__statusAttentionTitle {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #666;
}

.memberStatusIntroduce__statusAttentionTxt {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 4px;
  color: #666;
}

.memberStatusIntroduce__statusCheck {
  width: 100vw;
  margin-top: 40px;
  background-color: #0f0a64;
  overflow: hidden;
}

@media screen and (min-width: 640px) {
  .memberStatusIntroduce__statusCheck {
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .memberStatusIntroduce__statusCheckWrapper {
    max-width: 960px;
    margin: 80px auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .memberStatusIntroduce__statusCheckLeft {
    padding-right: 116px;
  }
}

.memberStatusIntroduce__statusCheckTitle {
  padding: 32px 32px 0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .memberStatusIntroduce__statusCheckTitle {
    padding: 0;
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.memberStatusIntroduce__statusCheckTxt {
  padding: 0 32px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .memberStatusIntroduce__statusCheckTxt {
    margin-top: 10px;
    padding: 0;
  }
}

.memberStatusIntroduce__statusCheckBtn {
  width: calc(100vw - 64px);
  margin: 24px 32px 32px;
  border-radius: 4px;
  line-height: 44px;
  display: block;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  color: #0f0a64 !important;
  height: 44px;
  background-color: #fff;
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .memberStatusIntroduce__statusCheckBtn {
    margin: 0;
    width: auto;
    padding: 0 20px;
  }
}

.memberStatusIntroduce__statusFeature {
  margin-top: 40px;
  text-align: center;
}

@media screen and (min-width: 640px) {
  .memberStatusIntroduce__statusFeature {
    margin-top: 80px;
  }
}

.memberStatusIntroduce__statusFeatureTxtBox {
  display: inline-block;
}

@media screen and (min-width: 960px) {
  .memberStatusIntroduce__statusFeatureTxtBox {
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: start;
            align-items: flex-start;
  }
}

.memberStatusIntroduce__statusFeatureTxt {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 32px;
  background: url("../../../img/lp/member_status/brand.jpg") 0 -2px no-repeat;
  padding-left: 48px;
  background-size: 30px 30px;
  text-align: left;
}

@media screen and (min-width: 640px) {
  .memberStatusIntroduce__statusFeatureTxt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 960px) {
  .memberStatusIntroduce__statusFeatureTxt {
    background-size: 64px 64px;
    padding-left: 74px;
    margin-top: 48px;
    width: calc((100% / 3) - 40px * 2);
    -webkit-box-align: center;
            align-items: center;
  }
}

.memberStatusIntroduce__statusFeatureTxt br {
  display: none;
}

@media screen and (min-width: 960px) {
  .memberStatusIntroduce__statusFeatureTxt br {
    display: block;
  }
}

.memberStatusIntroduce__statusJudgement {
  padding: 32px 8px;
  margin-top: 40px;
  background-image: url("../../../img/lp/member_status/bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (min-width: 640px) {
  .memberStatusIntroduce__statusJudgement {
    padding: 80px 16px;
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .memberStatusIntroduce__statusJudgement {
    padding: 80px 16px;
  }
}

.memberStatusIntroduce__statusJudgementContainer {
  margin: 0 auto;
}

.memberStatusIntroduce__statusJudgementInner {
  box-sizing: border-box;
  padding: 32px 16px;
  background-color: #fff;
  border-radius: 6px;
}

@media screen and (min-width: 640px) {
  .memberStatusIntroduce__statusJudgementInner {
    padding: 80px 64px;
  }
}

@media screen and (min-width: 768px) {
  .memberStatusIntroduce__statusJudgementInner {
    max-width: 960px;
    margin: auto;
    padding: 80px;
  }
}

.memberStatusIntroduce__statusJudgementTitleSub {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #efefef;
}

@media screen and (min-width: 640px) {
  .memberStatusIntroduce__statusJudgementTitleSub {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #efefef;
  }
}

.memberStatusIntroduce__statusJudgementFlex {
  margin-top: 16px;
}

@media screen and (min-width: 900px) {
  .memberStatusIntroduce__statusJudgementFlex {
    margin-top: 24px;
    display: -webkit-box;
    display: flex;
  }
}

.memberStatusIntroduce__statusJudgementTitle {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

@media screen and (min-width: 640px) {
  .memberStatusIntroduce__statusJudgementTitle {
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
  }
}

@media screen and (min-width: 900px) {
  .memberStatusIntroduce__statusJudgementTitle {
    width: 144px;
  }
}

.memberStatusIntroduce__statusJudgementTxtBox {
  -webkit-box-flex: 1;
          flex: 1;
  margin-top: 8px;
}

@media screen and (min-width: 900px) {
  .memberStatusIntroduce__statusJudgementTxtBox {
    margin-top: 0px;
  }
}

.memberStatusIntroduce__statusJudgementTxt {
  font-size: 12px;
  font-size: 0.75rem;
}

.memberStatusIntroduce__statusJudgementTxt + .memberStatusIntroduce__statusJudgementTxt {
  margin-top: 12px;
}

@media screen and (min-width: 640px) {
  .memberStatusIntroduce__statusJudgementTxt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.memberStatusIntroduce__statusJudgementImgTitle {
  margin-top: 24px;
  text-align: center;
  background-color: #ccc;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  height: 32px;
  line-height: 32px;
}

.memberStatusIntroduce__statusJudgementImg img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  .memberStatusIntroduce__statusJudgementImgSP {
    display: none;
  }
}

.memberStatusIntroduce__statusJudgementImgPC {
  display: none;
}

@media screen and (min-width: 600px) {
  .memberStatusIntroduce__statusJudgementImgPC {
    display: block;
  }
}
.container .forCenter {
  flex-wrap: wrap;
}
.container .forFlex p {
  font-weight: normal;
}
.container .forFlex .arrow {
  width: 100%;
  display: block;
  text-align: center;
}
.container .forFlex .arrow:after {
  content: "";
  display: inline-block;
  border: 9px solid transparent;
  border-top: 9px solid #000;
  margin-bottom: -9px;
}
.container .forFlex .bold {
  font-weight: bold;
  font-size: 28px;
}
.memberStatusIntroduce__statusListSP .arrow {
  font-size: 22px;
}
.memberStatusIntroduce__statusListSP .arrow:before {
  content: "";
  display: inline-block;
  margin: 0 6px 0 12px;
  border: 6px solid transparent;
  border-left: 6px solid #000;
}

div.bunsan{
  width:140px;
  margin: auto;
}

@media screen and (min-width: 600px) {
  div.bunsan{
    width:120px;
    margin: 0;
  }
  div.title_bunsan{
    display: flex;
  }
  h2.text_bunsan{
    margin-top: 30px;
  }
}

/*
  GTT停止対応
*/

div#section01-2 {
  padding: 0;
}
div#section01-2 .box:before {
  content: "Go To トラベルキャンペーンは一時停止しております。";
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 8px;
  padding: 0 40px;
  box-sizing: border-box;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px){
  div#section01-2 .box:before {
    padding: 0 16px;
    font-size: 22px;
  }
}

/*
  GTT更新
*/

div.registBoxWrap>div {
  margin-bottom: 16px;
  padding: 0 10px;
}
.registBoxWrap .aulogin-failed-message {
  display: none;
}
.registBoxWrap>div a.btn {
  border-radius: 2px !important;
}
div.registArea div.mailInput a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.registArea .btn-gg {
  border: none;
}
.registArea-2 .registArea .btn-gg {
  border: 1px solid #757575;
}
.registArea-2 .registArea div.mailInput input {
  border: 1px solid #757575;
  border-right: none;
}
.container h3.blue {
  color: #1973b7;
}

@media screen and (min-width: 768px){
  .registBoxWrap {
    max-width: 540px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    }
    .registArea .btn-gg {
      border: none;
    }
    div.registBoxWrap>div {
      width: 50%;
    }
    div.registArea div.facebookBox {
      padding-left: 10px;
    }
  }
  @media screen and (max-width: 767px){
    .registArea .btn-gg {
      border: 1px solid #757575;
    }
    div.registArea div.mailInput input {
      border: 1px solid #757575;
      border-right: none;
    }
  }