@charset "UTF-8";
/* bace */
figure {
  margin: 0;
}

.foncolor_org {
  color: #e47415;
}

.foncolor_red {
  color: #ff000c;
}

#main {
  /* height: 610px; */
  height: auto;
  min-width: 100%;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container-item {
  width: 100%;
}

.container-item-img > .pc-none {
  display: none;
}

@media (max-width: 768px) {
  .container-item-img > .sp-none {
    display: none !important;
  }
  .container-item-img > .pc-none {
    display: block;
  }
}

.container-item-img img {
  display: block;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.goto_logo_wrapper {
  /* max-width: 1280px;
	position: relative;
	margin: 0 auto; */
}

.goto_logo {
  /* position: absolute; */
  top: 10px;
  right: 10%;
  width: 100%;
}

.goto_logo img {
  width: 100%;
}

#main .img_line {
  width: 100%;
  position: absolute;
  bottom: -13%;
  z-index: 9;
}

.sp {
  display: none;
}

.sp-only {
  display: none;
}

@media (max-width: 1550px) {
  #main {
    /* height: 470px; */
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-only {
    display: none;
  }
  #main {
    /* padding-top: calc(49 * 100vw / 320);
        margin-top: 0;
        min-width: auto;
        height: 40vh;
        background-position-y: calc(49 * 100vw / 320); */
  }
  #main .img_line {
    bottom: -16%;
    background-size: contain;
  }
  .goto_logo {
    right: 5%;
    width: 19%;
  }
}

@media (max-width: 414px) {
  .sp-only {
    display: block;
  }
  #main {
    background-image: url(../img/main_sp.jpg);
    height: 231px;
    padding-top: 0;
    background-size: contain;
    margin-top: 57px;
  }
  .goto_logo {
    top: 60px;
    width: 25%;
  }
}

/* heading */
.contents_wraper {
  padding-top: 70px;
  text-align: center;
  letter-spacing: 1px;
  min-width: 1280px;
  position: relative;
}

.date {
  position: absolute;
  bottom: -6%;
  right: 1%;
}

@media (max-width: 768px) {
  .date {
    font-size: 12px;
  }
}

@media (max-width: 414px) {
  .date {
    bottom: -9%;
    font-size: 12px;
  }
}

.l-heading1 img {
  max-width: 769px;
}

.l-heading1_sub {
  font-size: 20px;
  margin-top: 25px;
  background: #dcffff;
  display: inline-block;
  line-height: 2;
  color: #000000;
  position: relative;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  width: 640px;
}

.l-heading1_sub::before {
  display: block;
  content: "";
  position: absolute;
  background: #529cff;
  margin: auto;
  top: 0;
  bottom: 0;
  /* width: 70px; */
  width: 50px;
  height: 1px;
  /* left: -15px; */
  left: -20px;
}

.l-heading1_sub::after {
  display: block;
  content: "";
  position: absolute;
  /*background: #2af6ff;*/
  background: #529cff;
  margin: auto;
  top: 0;
  bottom: 0;
  /* width: 70px; */
  width: 50px;
  height: 1px;
  /* right: -15px; */
  right: -20px;
}

.l-heading1_sub__in {
  position: relative;
  display: block;
  /* padding: 0 90px; */
  padding: 0 50px;
}

.l-heading1_sub__in::before {
  display: block;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  margin: auto;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  left: 0;
}

.l-heading1_sub__in::after {
  display: block;
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  margin: auto;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  right: 0;
}

.l-heading1_add {
  font-size: 15px;
  margin-top: 10px;
  line-height: 2.666666666666667;
}

.l-heading1_add_red {
  color: #FF0000;
  font-weight: bold;
  font-size: 15px;
  line-height: 2.666666666666667;
}

.l-heading1_lead {
  font-size: 15px;
  letter-spacing: 1.3px;
  line-height: 2.6;
  margin-top: 30px;
}

/*
.l-heading1_lead02 {
    font-size: 2.5em;
	color: #00BCD4;
	border-bottom: 2px dotted #00BCD4;
	display: inline;
	font-weight: bold;
	padding-bottom: 5px;
} */
.bnr_safty {
  max-width: 850px;
  margin: 65px auto 0;
}

.bnr_safty img {
  width: 100%;
  /* -webkit-box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 2px rgba(0, 0, 0, 0.1); */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.bnr_safty img:hover {
  opacity: 0.6;
}

.handling-box {
  max-width: 880px;
  padding: 20px 30px;
  margin: 30px auto 0;
  text-align: left;
  border: 1px solid #999999;
  background-color: #f9f9f9;
  border-radius: 4px;
  text-align: center;
}

.handling-ttl {
  font-size: 15px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
  line-height: calc(56 / 30);
  letter-spacing: 0.08em;
}

.handling-txt {
  line-height: 1.92;
}

.handling-tx_red {
  /* line-height: 1.92; */
  color: #ff0000;
  font-weight: bold;
}

.handling-link {
  margin-top: 10px;
}

@media (max-width: 768px) {
  .contents_wraper {
    min-width: 100%;
    padding-top: 65px;
  }
  .l-heading1 img {
    width: 100%;
  }
  .l-heading1 {
    width: 80%;
    margin: 0 auto;
  }
  .l-heading1_sub {
    font-size: 12rem;
    margin-top: 20px;
    line-height: 1.8;
    width: 100%;
    letter-spacing: 3px;
  }
  .l-heading1_sub::before,
  .l-heading1_sub::after {
    display: none;
  }
  .l-heading1_sub__in {
    padding: 10px 0;
  }
  .l-heading1_sub__in::before {
    width: 13%;
    left: 5%;
  }
  .l-heading1_sub__in::after {
    width: 13%;
    right: 5%;
  }
  .l-heading1_add {
    font-size: 14px;
  }
  .l-heading1_lead {
    font-size: 9rem;
    line-height: 2.8;
    margin-top: 20px;
  }
  /*
.l-heading1_lead02 {
    font-size: 20px;
	line-height: 2.5;
}*/
  .bnr_safty {
    max-width: 600px;
    margin: 30px auto 20px;
  }
  .bnr_safty img {
    /* width: 90%; */
  }
  .handling-box {
    margin: 30px 40px 0;
    padding: 40px 25px;
  }
  .handling-ttl {
    font-size: 15px;
    font-weight: bold;
    border: none;
    text-decoration: underline;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 1px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  .handling-txt {
    font-size: 13px;
  }
  .handling-link {
    font-size: 12px;
  }
}

@media (max-width: 414px) {
  .l-heading1_sub {
    font-size: 16px;
  }
  .l-heading1_lead {
    font-size: 14px;
  }
  .contents_wraper {
    padding-top: 40px;
  }
  .bnr_safty {
    max-width: 340px;
    margin: 20px auto 0;
  }
}

/* ancnav */
.l-ancnav {
  padding-top: 100px;
  max-width: 880px;
  margin: 0 auto;
}

.l-ancnav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.l-ancnav-item {
  /*width: 20%;*/
  width: 25%;
  position: relative;
}

.l-ancnav-item:not(:last-child)::after {
  position: absolute;
  background: url(../img/line_sen.png) repeat-y bottom;
  background-size: contain;
  display: block;
  content: "";
  top: 0;
  right: 0px;
  width: 1px;
  height: 120%;
}

.l-ancnav-item a:link,
.l-ancnav-item a:visited,
.l-ancnav-item a {
  color: #000;
  display: block;
  position: relative;
}

.l-ancnav-item a::after {
  display: block;
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ffdc00;
  border-right: 1px solid #ffdc00;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.l-ancnav-item:nth-child(2) a::after {
  border-color: #81a900;
}

.l-ancnav-item:nth-child(3) a::after {
  border-color: #46b9e2;
}

.l-ancnav-item:nth-child(4) a::after {
  border-color: #b847b3;
}

.l-ancnav-item:nth-child(5) a::after {
  border-color: #ec4b9b;
}

.l-ancnav-item a:hover::after {
  bottom: -25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.l-ancnav-ttl {
  font-size: 15px;
  letter-spacing: 2px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.l-ancnav-ttl_en {
  margin-top: 10px;
}

.l-ancnav-ttl_en img {
  height: 15px;
  width: auto;
}

.l-ancnav-title {
  margin: 0 auto 0;
  width: 85px;
  height: auto;
  text-align: center;
  /* overflow: hidden; */
  /* border-radius: 50%; */
}

.l-ancnav-title img {
  /* width: 55%; */
  /* width: auto; */
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.-ancnavHead img {
  width: 60%;
  /* height: 60%; */
}

.-ancnavHead2 img {
  width: 45%;
  /* height: 60%; */
}

.l-ancnav-img {
  margin: 10px auto 0;
  width: 115px;
  height: 115px;
  overflow: hidden;
  border-radius: 50%;
}

.l-ancnav-img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.l-ancnav-item a:hover .l-ancnav-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .l-ancnav {
    padding-top: 35px;
  }
  .l-ancnav-items {
    display: block;
    /* background: url(../img/line_senSp.png) repeat-x bottom;
        background-size: contain; */
    border-bottom: solid 1px #dddddd;
  }
  .l-ancnav-item {
    width: 100%;
    /* background: url(../img/line_senSp.png) repeat-x;
        background-size: contain; */
    border-top: solid 1px #dddddd;
  }
  .l-ancnav-item a:link,
  .l-ancnav-item a:visited,
  .l-ancnav-item a {
    width: 88%;
    margin: 0 auto;
    position: relative;
    padding: 13px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .l-ancnav-item:not(:last-child)::after {
    display: none;
  }
  .l-ancnav-img {
    /* margin-top: 0; */
    width: 27%;
    /* margin-right: 5%; */
    height: auto;
    /* border-radius: none; */
    margin: 0 30px 0 5px;
  }
  .-ancnavHead img {
    width: 50%;
    height: auto;
  }
  .-ancnavHead2 img {
    width: 40%;
    height: auto;
  }
  .l-ancnav-sub {
    text-align: left;
    width: 100%;
  }
  .l-ancnav-ttl {
    font-size: 11rem;
    /* font-weight: bold; */
    letter-spacing: 0.08em;
  }
  .l-ancnav-title {
    margin: 10px 0 0 0;
    width: 115px;
    height: 30px;
    text-align: left;
    /* overflow: hidden; */
    /* border-radius: 50%; */
  }
  .-ancnavBody {
    margin: 10px auto 0;
    width: 20%;
  }
  .l-ancnav-ttl_en {
    margin-top: 5px;
  }
  .l-ancnav-ttl_en img {
    height: 20px;
  }
  .l-ancnav-item a::after {
    margin: auto;
    left: inherit;
    right: 0;
    bottom: 0;
    top: 0;
    width: 6px;
    height: 6px;
  }
}

@media (max-width: 414px) {
  .l-ancnav-ttl {
    font-size: 16px;
  }
  .l-ancnav-ttl_en img {
    height: 15px;
  }
}

/* section */
.l-section {
  margin-top: 128px;
  margin-bottom: 30px;
  padding-top: 35px;
  position: relative;
}

.l-section-top {
  height: 110px;
  position: relative;
}

.l-section .img_thum {
  position: absolute;
  width: 215px;
  top: -35px;
  margin: auto;
  left: 0;
  right: 0;
}

.l-section-head {
  text-align: center;
  padding-top: 30px;
  position: relative;
  z-index: 9;
}

.l-section-heading {
  font-size: 40px;
}

.l-section-heading .ja {
  font-size: 40px;
  letter-spacing: 6px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.2;
}

.l-section-heading .en img {
  height: 27px;
  width: auto;
}

.l-section-lead {
  font-size: 15px;
  line-height: 2.26;
  letter-spacing: 0.095em;
  font-weight: bold;
  /* margin-top: 60px; */
  text-align: left;
  /* font-family: "Yu Gothic", "游ゴシック"; */
}

.l-section-content {
  margin-top: 67px;
}

@media (max-width: 768px) {
  .l-section {
    margin-top: 48px;
    padding-top: 26px;
  }
  .l-section-lead {
    margin-top: 30px;
  }
  .l-section-top {
    height: 130px;
  }
  .l-section .img_thum {
    width: 48%;
    top: -20px;
    max-width: 215px;
  }
  .l-section-head {
    padding-top: 10%;
  }
  .l-section-heading {
    font-size: 18em;
    margin-top: -20px;
  }
  .l-section-heading .ja {
    font-size: 17rem;
  }
  .l-section-heading .en img {
    height: 18px;
  }
  .l-section-lead {
    font-size: 8rem;
    padding: 0 20px;
  }
  .l-section-content {
    margin-top: 40px;
  }
}

@media (max-width: 414px) {
  .l-section-head {
    padding-top: 5%;
  }
  .l-section-heading .ja {
    font-size: 20px;
  }
  .l-section-lead {
    font-size: 15px;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
  }
}

/* about */
.l-about {
  margin-top: 128px;
  margin-bottom: 150px;
}

.l-about-top {
  background: -webkit-linear-gradient(top, #ebfcb1 3%, #fff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #ebfcb1), to(#fff));
  background: linear-gradient(to bottom, #ebfcb1 3%, #fff);
}

.link-goto {
  display: inline;
  margin-top: 10px;
  text-align: left;
}

.l-about-ex {
  margin-top: 60px;
  text-align: left;
}

.l-about-ex-heading {
  font-size: 2.2rem;
  position: relative;
  padding-left: 30px;
  padding-bottom: 4px;
  margin-bottom: 30px;
}

.l-about-ex-heading:before {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 15px transparent;
  border-bottom: solid 18px #ffa59d;
}

.l-about-ex-heading:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 10px;
  width: 100%;
  border-bottom: solid 5px #ffa59d;
}

.l-about-ex-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-about-ex-list {
  width: 100%;
  margin-bottom: 30px;
}

.l-about-ex-list_ttl {
  background: #8adc8f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 1em 6%;
  letter-spacing: 3px;
}

.l-about-ex-in {
  background: #ecfcff;
  padding: 40px 30px 45px;
}

.l-about-ex_img img {
  height: 165px;
  width: auto;
  margin: 0 auto;
}

.l-about-ex_img2 img {
  height: 141px;
}

.l-about-ex_ttl {
  font-size: 18px;
  margin: 20px auto 0;
}

.l-about-ex_txt {
  display: table;
  line-height: 2.5;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.l-about-ex_txt:before {
  content: "※";
  margin-right: 10px;
}

@media (max-width: 768px) {
  .link-goto {
    margin-top: 15px;
    font-size: 14px;
    padding: 0 20px;
  }
}

/* ▼ Go To Travel */
.l-travel-ex-list_ttl {
  background: #65c9ee;
}

.l-travel-ex-heading:before {
  border-bottom: solid 18px #ffe100;
}

.l-travel-ex-heading:after {
  border-bottom: solid 5px #ffe100;
}

.l-travel-ex-in {
  background: #f4ffff;
}

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

.l-none-ex_txt:before {
  content: "";
  margin-right: 0;
}

.impact {
  font-weight: bold;
  color: #ff7c49;
  border-bottom: 1px dotted #ff7c49;
  font-size: 1.2em;
  margin: 0 5px;
}

.coupon_img {
  max-width: 40%;
}

.coupon_img img {
  width: 100%;
  height: auto;
}

.coupon_txt {
  padding: 0 5%;
}

.coupon_ttl {
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 3px 5px;
  margin-bottom: 10px;
  border-bottom: double 5px #ffc778;
}

.ex_price_ttl {
  padding: 0 0 0 5px;
  text-align: center;
  width: 50%;
  margin: 0 auto 20px;
}

.ex_price_in {
  text-align: center;
  font-weight: bold;
}

.ex_price_in01 {
  font-size: 2.5em;
  /* text-shadow: 3px 0 0 #FFF,0 4px 0 #FFF,-3px 0 0 #FFF,0 -3px 0 #FFF,6px 5px 0 #888; */
  color: #ff7c49;
  margin: 0 10px 0 5px;
}

.ex_price_in02 {
  color: #666666;
}

.ex_price_in03 {
  color: #666666;
  font-weight: normal;
  border-bottom: 1px solid #888;
  padding-bottom: 3px;
}

.breakdown {
  position: relative;
  padding: 20px 10px;
  background: #ffffd1;
  text-align: center;
  margin-top: 20px;
}

.breakdown:after {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 40%;
  border: 15px solid transparent;
  border-bottom: 15px solid #ffffd1;
  width: 0;
  height: 0;
}

.breakdown_ttl {
  border: 1px solid #888;
  padding: 3px 10px;
  background-color: #fff;
  margin-bottom: 10px;
  display: inline-block;
}

.breakdown_txt {
  line-height: 2;
}

.breakdown_add {
  margin-top: 20px;
  text-align: center;
  line-height: 2;
}

/* ▲ Go To Travel */
/* ▼ howto */
.l-howto-info-box {
  line-height: 2;
  border: 1px solid #666;
  padding: 20px;
  font-size: 13px;
  color: #666;
}

.l-howto-info-ttl {
  font-size: 18px;
}

.l-howto-info-in {
  display: block;
  padding-left: 22px;
}

.l-howto {
  margin-bottom: 116px;
  margin-top: 30px;
}

.l-howto-heading {
  margin: 0;
  /* デフォルトCSS打ち消し */
  font-size: 2.2rem;
  /* 文字サイズ指定 */
  position: relative;
  /* 位置調整 */
  font-weight: normal;
  /* 文字の太さ調整 */
  margin-bottom: 15px;
  /* 周りの余白指定 */
  padding-top: 50px;
  /* 余白指定 */
  padding-left: 40px;
  /* 余白指定 */
}

.l-howto-heading:before {
  content: "";
  /* 空白の要素を作る */
  width: 0;
  /* 幅指定 */
  height: 0;
  /* 高さ指定 */
  border-style: solid;
  /* 三角を作る */
  border-width: 0px 0 110px 80px;
  /* 三角を作る */
  border-color: transparent transparent #8eccf8 transparent;
  /* 三角を作る */
  position: absolute;
  /* 位置調整 */
  z-index: -1;
  /* 重なり調整 */
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  /* 回転 */
  top: -20px;
  /* 位置調整 */
  left: 30px;
  /* 位置調整 */
}

.l-howto-ex-lists {
  border: 1px solid #4d4d4d;
  border-radius: 5px;
  margin-top: 30px;
}

.l-howto-ttl {
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8eccf8;
  color: #fff;
  height: 40px;
  line-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
  border-radius: 5px 5px 0 0;
}

.l-howto-ttl:before,
.l-howto-ttl:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 3px 0;
  height: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-howto-box-add .l-howto-ttl {
  background: #4b6cb3;
  height: auto;
  padding: 10px;
  line-height: 1.8;
}

.l-howto-box-add .l-howto-ttl:before,
.l-howto-box-add .l-howto-ttl:after {
  background: none;
}

.l-howto-txt {
  padding: 30px 20px;
  position: relative;
}

.l-howto-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-howto-box-lists {
  width: 32%;
  border: 1px solid #b0b0b0;
  margin-top: 25px;
}

.l-howto-box-add .l-howto-box-lists {
  margin-top: 0;
}

.l-howto-box-in {
  padding: 20px 20px 30px;
}

.l-howto-box-in-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-howto-box-ttl {
  display: inline-block;
  border-left: 4px solid #cdcdcd;
  padding: 0.2rem 1.5rem;
  font-size: 18px;
  margin-bottom: 30px;
}

.l-howto-box-add .l-howto-box-ttl {
  border-left: none;
  border-bottom: 3px solid #cdcdcd;
  padding: 0.2em 0.3em 0.25em;
  margin-bottom: 35px;
  display: block;
}

.mb05 {
  display: block;
  margin-bottom: 5px;
}

.l-howto-box-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #228bc8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 80px;
  padding: 0 25px;
  color: #228bc8;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
  position: relative;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.l-howto-box-btn:hover {
  background: #228bc8;
  border: 1px solid #05639a;
  color: #fff;
}

.l-howto-box-btn:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 40px 50px;
  border-color: transparent transparent #228bc8 transparent;
}

.l-howto-box-btn span {
  position: absolute;
  bottom: 12px;
  right: 20px;
  display: inline-block;
}

.l-howto-box-btn span:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}

.l-howto-box-btn span:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 2px solid #228bc8;
  border-right: 2px solid #228bc8;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -3px;
}

.btn-pos01 {
  margin-top: 25px;
}

.btn-pos01:first-child {
  margin-top: 0;
}

.l-howto-box-fuki img {
  width: 25%;
  position: absolute;
  top: 10px;
  right: 10px;
}

.link-pdf {
  margin-top: 25px;
}

.link-pdf-btn {
  border-bottom: 1px solid #888;
}

.remark-ttl {
  text-align: center;
  font-size: 1.8rem;
  margin: 25px auto 0;
  width: 30%;
  padding-bottom: 5px;
}

.remark-lists {
  width: 49%;
  height: 230px;
}

.l-howto-step3-lead {
  margin-top: -10px;
}

.remark-coupon {
  border: 1px solid #b0b0b0;
  margin: 20px 0;
}

.remark-coupon .l-howto-box-ttl {
  border-bottom: 3px dashed #cdcdcd;
  text-align: center;
}

.l-DP .remark-coupon {
  margin: 30px;
}

.remark-coupon .l-howto-step3-lead {
  text-align: left;
}

.gray {
  color: #787878;
}

.link-movie-btn {
  display: block;
  padding: 15px 10px;
  text-align: center;
  background-color: #ff0000;
  border-radius: 10px;
  color: #fff !important;
}

/* ▼ リンクボタン */
.link-box {
  width: 60%;
  margin: 20px auto 0;
}

a.link-box-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #ff9f73;
  border: 1px solid #ff9f73;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 45px 0 25px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.link-box-in:before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -6px;
}

.link-box-in:hover {
  background: #fff;
  color: #ff9f73;
}

.link-box-in:hover:before {
  border-top: 2px solid #ff9f73;
  border-right: 2px solid #ff9f73;
}

/* ▲ リンクボタン */
@media (max-width: 768px) {
  .l-howto-info-box {
    margin: 20px 10px 0;
  }
  .l-howto-info-ttl {
    font-size: 16px;
  }
  .l-howto {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .l-howto-heading {
    font-size: 18px;
  }
  .l-howto-heading:before {
    border-width: 0px 0px 90px 60px;
    top: 0px;
  }
  .l-howto-ex {
    margin: 30px 20px 0;
  }
  .l-howto-ex li {
    padding: 0;
  }
  .l-howto-txt {
    font-size: 14px;
  }
  .l-howto-box {
    display: inherit;
  }
  .l-howto-box-lists {
    width: 100%;
    height: auto;
  }
  .l-howto-box-add .l-howto-box-lists:first-child {
    margin-bottom: 25px;
  }
  .l-howto-box-in-heading {
    display: inherit;
  }
  .l-howto-box-ttl {
    padding: 2px 20px;
    font-size: 16px;
  }
  .l-howto-box-btn {
    height: 70px;
  }
  .btn-pos01 {
    margin-top: 20px;
  }
  .l-howto-box-fuki {
    text-align: right;
  }
  .l-howto-box-fuki img {
    width: 30%;
    top: 50px;
    right: 0;
  }
  .remark-ttl {
    font-size: 16px;
    width: 50%;
  }
  .remark-lists {
    width: 100%;
    height: auto;
  }
  .link-box {
    width: 100%;
  }
  a.link-box-in {
    font-size: 12px;
    margin-top: 20px;
  }
  .l-DP .remark-coupon {
    margin: 10px;
  }
  .remark-coupon .l-howto-step3-lead {
    font-size: 12px;
  }
}

@media (max-width: 414px) {
  .l-howto-heading {
    font-size: 17px;
  }
  .l-howto-ex {
    margin: 30px 15px 0;
  }
  .l-howto-txt {
    padding: 20px 15px;
  }
  .l-howto-box-in-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l-howto-box-lists {
    margin-top: 15px;
  }
  .l-howto-box-fuki img {
    width: 200px;
    margin-top: 10px;
  }
  .l-howto-box-fuki img {
    display: none;
  }
  .remark-ttl {
    width: 70%;
  }
}

/* ▲ howto */
/* ▼ DP */
.l-DP-heading:before {
  border-color: transparent transparent #6dd8ec transparent;
}

.l-DP-ex {
  text-align: center;
  padding: 3em 1em 2em;
  margin: 2em 0;
  border: double 5px #4ec4d3;
}

.l-DP-ex-heading {
  font-size: 30px;
  margin: 10px 0 40px;
  line-height: 1.7;
}

.marker {
  border-bottom: 3px dotted #ffff00;
}

.l-DP-box {
  width: 100%;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-DP-box-in {
  padding: 30px;
  width: 40%;
}

.l-DP-box-in img {
  height: 75px;
  margin-bottom: 15px;
}

.l-DP-box-in i {
  font-size: 40px;
  margin-bottom: 15px;
}

.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.red {
  color: #dd0000;
}

.blue {
  color: #1cbdd9;
}

.fa-times:before {
  content: "\f00d";
}

.l-DP-box-in-txt {
  font-weight: 600;
}

.fa-circle:before {
  content: "\f111";
}

/* ▼ select box */
.l-DP-select-box {
  position: relative;
  /*width: 88%;*/
  width: 100%;
  margin: 2.5em 0;
  text-align: center;
}

.select-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.select-in {
  position: relative;
  font-family: inherit;
  background-color: #fff;
  width: 100%;
  padding: 10px 10px 10px 0;
  font-size: 18px;
  border-radius: 30px;
  /* border: none; */
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.select-in:focus {
  outline: none;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0); */
}

.l-DP-select-box .select-in {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  /*padding-left: 245px;*/
  padding-left: 340px;
}

.l-DP-select-box select::-ms-expand {
  display: none;
}

.l-DP-select-box:after {
  position: absolute;
  top: 43%;
  right: 10px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.select-in-label {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 44%;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

/* .select-in:focus ~ .select-in-label, .cp_sl06:valid ~ .select-in-label {
	color: #4ec4d3;
	top: -20px;
	transition: 0.2s ease all;
	font-size: 14px;
} */
.select-in-bar {
  position: relative;
  display: block;
  width: 100%;
}

/* .select-in-bar:before,
.select-in-bar:after {
    content: "";
    height: 1px;

    bottom: 1px;
    position: absolute;

    background:rgba(0, 0, 0, 0.3);
    transition: 0.2s ease all;
} */
.select-in-bar:before {
  left: 50%;
}

.select-in-bar:after {
  right: 50%;
}

.select-in:focus ~ .select-in-bar:before,
.select-in:focus ~ .select-in-bar:after {
  width: 50%;
}

.select-in-highlight {
  position: absolute;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.l-DP-select optgroup {
  font-style: normal;
}

/* ▲ select box */
.l-DP-add {
  font-size: 14px;
}

@media (max-width: 768px) {
  .l-DP-ex-lists {
    font-size: 12px;
  }
  .l-DP-select-box {
    /* width: 80%; */
	width: 100%;
    /* margin-bottom: 30px; */
    margin: 20px auto 0;
  }
  .select-in {
	font-size: 16px;
  }
  .l-DP-add {
    font-size: 12px;
  }
  .select-in-label {
    font-size: 16px;
    left: 25%;
  }
  .l-DP-select-box .select-in {
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    /* padding-left: 180px; */
	padding-left: 30px;
  }
}

@media (max-width: 414px) {
  .l-DP-ex {
    margin: 30px 15px 0;
  }
  .select-in {
	font-size: 14px;
  }
}


/* ▲ DP */
.l-about-ex-add {
  font-size: 13px;
  margin-top: 15px;
}

.quote {
  text-align: right;
  font-size: 0.8em;
}

.l-DP-add {
  width: 70%;
  margin: 0 auto 2.5em;
  text-align: left;
}

@media (max-width: 768px) {
  .l-about {
    margin-top: 48px;
    margin-bottom: 100px;
  }
  .l-about-lists {
    display: block;
  }
  .l-about-list {
    width: 100%;
    padding: 35px 9%;
  }
  .l-about-ex-in {
    padding: 30px 25px 35px;
  }
  .l-about-ttl {
    font-size: 9rem;
  }
  .l-about-txt {
    font-size: 7rem;
  }
  .l-about-img img {
    width: 80%;
    height: auto;
    margin: 20px auto 0;
  }
  .l-about-ex {
    margin-top: 40px;
    padding: 0 20px;
  }
  .l-about-ex-heading {
    font-size: 11rem;
    margin: 0 auto 40px;
  }
  .l-about-ex-lists {
    display: block;
  }
  .l-about-ex-list {
    margin: 0 auto;
  }
  .l-about-ex-list:nth-child(n + 2) {
    margin-top: 20px;
  }
  .l-about-ex_txt {
    font-size: 12px;
  }
  .flex {
    display: block;
  }
  .coupon_img {
    display: block;
    max-width: 80%;
    margin: 0 auto 30px;
  }
  .coupon_txt {
    display: block;
    padding: 0;
  }
  .l-about-ex-add {
    width: 90%;
    margin: 15px auto 0;
  }
  .ex_price_ttl {
    width: 80%;
  }
  .ex_price_in01 {
    font-size: 18px;
    text-shadow: none;
  }
  .ex_price_in02 {
    font-size: 12px;
  }
  .ex_price_in03 {
    font-size: 12px;
  }
  .breakdown {
    text-align: left;
    font-size: 12px;
  }
  .breakdown_add {
    font-size: 12px;
    text-align: left;
  }
  .l-DP-ex {
    margin: 30px 20px 0;
    padding: 3em 2em 2em;
  }
  .l-DP-ex-heading {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .flex-sp-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l-DP-box-in {
    width: 50%;
    padding: 30px 20px;
  }
  .l-DP-add {
    width: 90%;
  }
  .quote {
    padding: 10px 20px 0;
    font-size: 11px;
  }
}

@media (max-width: 414px) {
  .l-about {
    margin-bottom: 70px;
  }
  .l-about-ex-list {
    width: 100%;
    margin: 0 auto;
  }
  .l-about-ex-list_ttl {
    font-size: 15px;
    padding: 1em 5%;
  }
  .l-about-ex {
    padding: 0 10px;
  }
  .l-about-ex-heading {
    font-size: 18px;
    margin: 0 auto 35px;
  }
  .l-about-ex-in {
    padding: 25px 10px 35px;
  }
  .l-about-ex_img img {
    height: 125px;
  }
  .l-about-ex_img2 img {
    height: 105px;
  }
  .l-about-ex_ttl {
    font-size: 15px;
    margin: 20px auto 0;
  }
  .l-about-ex_txt {
    font-size: 14px;
  }
  .l-about-ttl {
    font-size: 18px;
  }
  .l-about-txt {
    font-size: 13px;
  }
  .l-about-ex-add {
    font-size: 11px;
  }
  .coupon_img {
    max-width: 90%;
  }
  .coupon_txt {
    padding: 0 3%;
  }
  .ex_price_ttl {
    width: 100%;
  }
  .l-DP-ex-heading {
    font-size: 15px;
  }
  .flex-sp-block {
    display: block;
  }
  .l-DP-box-in {
    width: auto;
  }
  .l-DP-box-in img,
  .l-DP-box-in i {
    padding-bottom: 0px;
  }
  .quote {
    padding: 0 10px;
    font-size: 10px;
    margin-top: 10px;
  }
  .impact {
    font-size: 1.1em;
  }
}

/* ▼ hightway */
.l-highway-top {
  background: -webkit-linear-gradient(top, #f8def7 3%, #fff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #f8def7), to(#fff));
  background: linear-gradient(to bottom, #f8def7 3%, #fff);
}

.l-highway .l-DP-ex-heading {
  text-align: center;
  margin-top: 30px;
}

.l-howto-box-add .bg-yellow {
  background-color: #ffff00;
  padding: 10px;
}

.l-highway-heading:before {
  border-color: transparent transparent #f5deff transparent;
}

.l-highway-ex {
  border: double 5px #f5deff;
  text-align: left;
  padding: 40px 30px;
}

.l-highway-ex li {
  margin-bottom: 25px;
}

.l-highway-ex .l-howto-box-ttl {
  border-left: none;
  margin-bottom: 0;
}

.l-highway-ex .l-howto-box-lead {
  padding-top: 5px;
}

.l-highway-link {
  display: block;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .l-highway .l-DP-ex-heading {
    margin-top: 20px;
  }
  .l-highway-box-add {
    padding: 0 20px;
  }
  .l-highway-ex {
    padding: 30px 20px;
    font-size: 12px;
  }
  .l-highway-ex .l-howto-box-in-heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .l-highway-ex .l-howto-box-ttl {
    padding-left: 0;
  }
}

/* ▼ coupon */
.l-coupon-top {
  background: -webkit-linear-gradient(top, #d7f8fe 3%, #fff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #d7f8fe), to(#fff));
  background: linear-gradient(to bottom, #d7f8fe 3%, #fff);
}

.l-coupon-heading:before {
  border-color: transparent transparent #c4d4ed transparent;
}

.l-coupon-ex {
  border: double 5px #c4d4ed;
}

.l-coupon-img {
  width: 90%;
}

.l-coupon-add-box {
  position: relative;
}

.coupon-img-right {
  position: absolute;
  right: 0;
  top: -20px;
  width: 17%;
}

.l-coupon-add {
  width: 80%;
  margin: 2.5em auto 1.7em;
  font-size: 14px;
  text-align: left;
}

@media (max-width: 768px) {
  .l-coupon-img {
    width: 100%;
  }
  .coupon-img-right {
    top: 16px;
  }
  .l-coupon-add {
    width: 90%;
    font-size: 12px;
  }
}

@media (max-width: 414px) {
  .coupon-img-right {
    top: 40px;
  }
}

/* service */
.l-service-top {
  background: -webkit-linear-gradient(top, #fcdfc6 3%, #fff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #fcdfc6), to(#fff));
  background: linear-gradient(to bottom, #fcdfc6 3%, #fff);
}

.l-service-inner {
  max-width: 990px;
  margin: 0 auto;
}

.l-service-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.l-service-tab li {
  width: 50%;
  background: #81a900;
  color: #fff;
  padding: 30px 0;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ddd;
  border-bottom: none;
}

.l-service-tab li.select {
  background: #fff;
  color: #81a900;
  position: relative;
}

.l-service-tab li.select::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 1px;
  background: #fff;
  left: 0;
  bottom: -1px;
}

.l-service-list {
  border: 1px solid #ddd;
  background: #fff;
  padding: 65px 0 95px;
}

.l-service-box .hide {
  display: none;
}

.l-service-lead {
  color: #222;
  line-height: 2;
}

.l-service-lead_sm {
  color: #999;
  font-size: 13px;
}

@media (max-width: 768px) {
  .l-service-top {
    padding-bottom: 0;
  }
  .l-service {
    padding-bottom: 54px;
    margin-bottom: 50px;
  }
  .l-service-list {
    display: none;
  }
  .l-service-list.open {
    display: block;
  }
  .l-section-content {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-service-acc {
    background: #81a900;
    color: #fff;
    font-size: 11rem;
    text-align: left;
    padding: 20px 8%;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    border-bottom: 1px solid;
  }
  .l-service-acc::before {
    display: block;
    content: "";
    position: absolute;
    height: 3rem;
    width: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 7.2%;
    margin: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    opacity: 1;
  }
  .l-service-acc.active::before {
    opacity: 0;
  }
  .l-service-acc::after {
    display: block;
    content: "";
    position: absolute;
    width: 3rem;
    height: 1px;
    background: #fff;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
  }
  .l-service-list {
    border-top: none;
    padding: 27px 5%;
  }
  .l-service-lead {
    font-size: 9rem;
  }
  .l-service-lead_sm {
    font-size: 7rem;
  }
}

@media (max-width: 414px) {
  .l-service {
    margin-bottom: 0;
  }
  .l-service-acc {
    font-size: 18px;
  }
  .l-service-lead {
    font-size: 14px;
  }
  .l-service-acc::before {
    height: 15px;
    right: 7.2%;
  }
  .l-service-acc.active::before {
    opacity: 0;
  }
  .l-service-acc::after {
    width: 15px;
  }
  .l-service-lead_sm {
    font-size: 11px;
    line-height: 1.8;
    display: block;
    margin-top: 1em;
  }
}

/* plan */
.l-plan {
  margin-top: 0;
}

.l-plan-top {
  background: -webkit-linear-gradient(top, #d4f8fe 3%, #fff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #d4f8fe), to(#fff));
  background: linear-gradient(to bottom, #d4f8fe 3%, #fff);
}

.l-plan-bg {
  background: #fff;
}

.l-plan-content {
  margin-top: 50px;
}

.l-plan-heading .ja {
  font-size: 34px;
  position: relative;
}

.l-plan-heading .ja::before {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/sou_nami.png) no-repeat center;
  background-size: cover;
  height: 6px;
  width: 45px;
  left: -60px;
  margin: auto;
  top: 0;
  bottom: 0;
}

.l-plan-heading .ja::after {
  display: block;
  content: "";
  position: absolute;
  background: url(../img/sou_nami.png) no-repeat center;
  background-size: cover;
  height: 6px;
  width: 45px;
  right: -60px;
  margin: auto;
  top: 0;
  bottom: 0;
}

.l-planslider {
  margin-top: 47px;
}

.l-plan-points {
  margin: 67px auto 40px;
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.l-plan-point {
  width: 49%;
  background: url(../img/sou_frame.png) no-repeat center;
  background-size: contain;
  padding: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.l-plan-sub {
  background: url(../img/sou_ribon.png) no-repeat center;
  background-size: contain;
  height: 35px;
  width: 115px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
}

.l-plan-sub .ja {
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 2px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "小塚明朝 Pro R", "Kozuka Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.l-plan-sub img {
  height: 15px;
  width: auto;
  margin: 10px 0 0 3px;
}

.l-plan-ttl {
  color: #46b9e2;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}

.l-plan-txt {
  line-height: 2;
  font-size: 13px;
  margin-top: 15px;
}

.l-plan-outline {
  border-bottom: 1px solid #ddd;
  margin: 0 auto;
  max-width: 850px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.l-plan-outline_ttl {
  font-weight: bold;
  width: 15%;
  text-indent: 2em;
}

.l-plan-outline_txt {
  width: 80%;
  letter-spacing: 0;
}

.l-plan-add {
  max-width: 794px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0;
}

.l-plan-hotel {
  margin-top: 65px;
}

.l-plan-heading2 {
  position: relative;
  font-size: 27px;
  text-align: center;
}

.l-plan-heading2::before {
  background: #ddd;
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.l-plan-heading2 .ja {
  background: #fff;
  padding: 0 0.7em;
  z-index: 2;
  position: relative;
}

.l-plan-plans {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.l-plan-plan {
  width: 32%;
}

.l-plan-plan figure {
  position: relative;
}

.l-plan-plan img {
  width: 100%;
}

.l-plan-plan figcaption {
  position: absolute;
  top: 0;
  right: 10px;
  width: 47px;
}

.l-plan-plan_ttl {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
}

.l-plan-plan_txt {
  margin-top: 10px;
  font-size: 13px;
  line-height: 2;
}

.l-btn-wrap {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.l-btn-wrap > div {
  width: 49%;
}

@media (max-width: 768px) {
  .l-plan-content {
    margin-top: 30px;
    max-width: 100%;
  }
  .l-plan-heading .ja {
    font-size: 14rem;
  }
  .l-plan-heading .ja::after,
  .l-plan-heading .ja::before {
    display: none;
  }
  .l-planslider {
    margin-top: 27px;
  }
  .l-plan-points {
    margin: 46px auto 40px;
    max-width: 88%;
    display: block;
  }
  .l-plan-point {
    width: 100%;
    background: url(../img/sou_frame_midSp.png) repeat-y center;
    background-size: cover;
    padding: 10px 5% 10px;
    position: relative;
    margin-top: 80px;
  }
  .l-plan-point::before {
    position: absolute;
    content: "";
    display: block;
    top: -27px;
    left: 0;
    width: 100%;
    height: 34px;
    background: url(../img/sou_frame_topSp.png) no-repeat center;
    background-size: cover;
  }
  .l-plan-point::after {
    position: absolute;
    content: "";
    display: block;
    bottom: -27px;
    left: 0;
    width: 100%;
    height: 34px;
    background: url(../img/sou_frame_topSp.png) no-repeat center;
    background-size: cover;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  .l-plan-ttl {
    font-size: 9rem;
  }
  .l-plan-sub {
    height: 35px;
    width: 115px;
    top: -38px;
  }
  .l-plan-sub .ja {
    font-size: 9rem;
    line-height: 35px;
  }
  .l-plan-sub img {
    height: 15px;
    margin: 10px 0 0 6px;
  }
  .l-plan-outline {
    border-bottom: 1px solid #ddd;
    max-width: 88%;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 7rem;
  }
  .l-plan-outline_ttl {
    width: 100%;
    text-indent: 0;
  }
  .l-plan-outline_txt {
    width: 100%;
    margin-top: 0.5em;
    line-height: 2;
  }
  .l-plan-add {
    max-width: 88%;
    font-size: 7rem;
  }
  .l-plan-hotel {
    margin: 34px auto 0;
    padding-top: 0;
    width: 88%;
  }
  .l-plan-heading2 {
    font-size: 14rem;
    line-height: 1;
  }
  .l-plan-heading2 .ja {
    padding: 0;
    line-height: 1;
  }
  .l-plan-heading2::after,
  .l-plan-heading2::before {
    display: none;
  }
  .l-plan-plans {
    margin-top: 20px;
    display: block;
  }
  .l-plan-plan {
    width: 100%;
  }
  .l-plan-plan:nth-child(n + 2) {
    margin-top: 27px;
  }
  .l-plan-txt {
    font-size: 7rem;
  }
  .l-plan-plan_ttl {
    font-size: 9rem;
  }
  .l-plan-plan_txt {
    font-size: 7rem;
  }
}

@media (max-width: 414px) {
  .l-plan-heading .ja {
    font-size: 24px;
  }
  .l-plan-sub {
    height: 35px;
    width: 115px;
    top: -28px;
  }
  .l-plan-sub .ja {
    font-size: 16px;
    line-height: 35px;
  }
  .l-plan-sub img {
    height: 16px;
    margin: 9px 0 0 3px;
  }
  .l-plan-ttl {
    font-size: 20px;
  }
  .l-plan-txt {
    font-size: 13px;
  }
  .l-plan-heading2 {
    font-size: 24px;
  }
  .l-plan-outline {
    font-size: 14px;
  }
  .l-plan-add {
    font-size: 13px;
  }
  .l-plan-plan_ttl {
    font-size: 15px;
  }
  .l-plan-plan_txt {
    font-size: 13px;
  }
  .l-plan-point {
    padding: 20px 5% 20px;
    margin-top: 36px;
  }
  .l-plan-point::before {
    top: -13px;
    height: 18px;
  }
  .l-plan-point::after {
    bottom: -13px;
    height: 18px;
  }
}

@media (max-width: 375px) {
  .l-plan-point::after {
    bottom: -12px;
    height: 17px;
  }
  .l-plan-point::before {
    top: -12px;
    height: 17px;
  }
}

@media (max-width: 320px) {
  .l-plan-point::after {
    bottom: -14px;
    height: 15px;
  }
  .l-plan-point::before {
    top: -14px;
    height: 15px;
  }
}

/* qaa */
.l-qaa {
  padding-bottom: 128px;
}

.l-qaa-top {
  background: -webkit-linear-gradient(top, #ffe5f2 3%, #fff);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(3%, #ffe5f2), to(#fff));
  background: linear-gradient(to bottom, #ffe5f2 3%, #fff);
}

.l-qaa-lists {
  background: #fff;
  padding: 67px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ddd;
}

.l-qaa-list:nth-child(n + 2) {
  margin-top: 35px;
}

.l-qaa-list:nth-child(n + 2) {
  position: relative;
}

.l-qaa-list:nth-child(n + 2)::before {
  position: absolute;
  display: block;
  content: "";
  top: -20px;
  left: 0%;
  height: 1px;
  width: 100%;
  background: #ddd;
}

.l-qaa-ttl::after {
  display: block;
  content: "";
  position: absolute;
  /* margin: auto; */
  /* left: 0; */
  top: 15px;
  right: 20px;
  /* bottom: 5px; */
  /* left: 3px; */
  width: 6px;
  height: 6px;
  border-top: 1px solid #ec4b9b;
  border-right: 1px solid #ec4b9b;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.l-qaa-ttl.active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-qaa-ttl {
  font-weight: bold;
  font-size: 15px;
  padding: 1% 0 1%;
  position: relative;
}

.l-qaa-ans {
  /* margin-top: 20px; */
  background: rgba(255, 213, 234, 0.3);
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2;
  display: none;
}

.l-qaa-ans.open {
  display: block;
}

.l-qaa .l-btn {
  width: 284px;
  margin: 67.5px auto 0;
}

@media (max-width: 768px) {
  .l-qaa {
    padding-bottom: 54px;
  }
  .l-qaa-lists {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 8% 0% 5%;
    border: 1px solid #ddd;
  }
  .l-qaa-ttl {
    font-size: 9rem;
    line-height: 1.8;
    padding: 0 20% 5% 10%;
  }
  .l-qaa-ans {
    margin-top: 15px;
    padding: 5% 7%;
    font-size: 7rem;
    margin: 0 7%;
  }
  .l-qaa .l-btn {
    width: 284px;
    margin: 34px auto 0;
  }
}

@media (max-width: 414px) {
  .l-qaa.l-section {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .l-qaa-ttl {
    font-size: 14px;
  }
  .l-qaa-ans {
    font-size: 13px;
  }
}

.l-btn a {
  position: relative;
  width: 100%;
  height: 54px;
  background-color: #000;
  color: #fff;
  padding: 18px 0;
  border: solid 1px #dcdcdc;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.l-btn a span {
  position: absolute;
  left: 64px;
  letter-spacing: 2px;
}

.l-btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #e9930e;
  z-index: -1;
  -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.l-btn a:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}

.l-btn2 a {
  background-color: #fff;
  color: #000;
  padding: 10px 0;
  height: auto;
  font-size: 13px;
}

.l-btn2 a span {
  position: relative;
  text-align: center;
  display: block;
  left: 0;
}

.l-btn2 a::before {
  background-color: #d9d9d9;
}

.l-btn3 a {
  background-color: #000;
  color: #fff;
  padding: 10px 0;
  height: auto;
  font-size: 13px;
}

.l-btn3 a span {
  position: relative;
  text-align: center;
  display: block;
  left: 0;
}

.l-btn3 a::before {
  background-color: #e47415;
}

@media (max-width: 768px) {
  .l-btn a {
    height: auto;
    padding: 13px 0;
  }
  .l-btn a span {
    position: relative;
    left: inherit;
    text-align: center;
    font-size: 6rem;
    display: block;
  }
}

@media (max-width: 414px) {
  .l-btn a span {
    font-size: 13px;
  }
}

/*outer*/
.l-outer a {
  height: 350px;
  /*    background-image: url(../img/bg_hotellink.jpg);
    background-size: cover;*/
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.l-outer a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(../img/bg_hotellink.jpg) no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.l-outer a:hover:after {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.l-outer a:visited {
  color: #000;
}

.l-outer a:link {
  color: #000;
}

.l-outer .contents_inner {
  height: 100%;
  z-index: 1;
  position: relative;
}

.l-outer-ttl {
  position: absolute;
  top: 43%;
  right: 0;
}

.l-outer .l-section-heading .ja {
  font-size: 30px;
  letter-spacing: 5px;
  font-family: "Lusitana", serif;
}

.l-outer .l-linelink {
  margin-top: 5px;
}

.l-outer .l-linelink {
  position: relative;
  display: inline-block;
  color: #000;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  text-indent: 105px;
  font-size: 15px;
}

.l-outer a:hover,
.l-outer a:hover .l-linelink {
  color: #fff;
}

.l-outer .l-linelink::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  content: "";
  background: #000;
  height: 1px;
  width: 95px;
}

.l-outer .l-linelink::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  z-index: 2;
  margin: auto;
  content: "";
  background: #fff;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 95px;
}

.l-outer a:hover .l-linelink::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  z-index: 3;
}

@media (max-width: 768px) {
  .l-outer a {
    height: 260px;
    background-image: url(../img/bg_hotellinkSp.jpg);
    background-size: cover;
  }
  .l-outer-ttl {
    position: relative;
    top: 33%;
    right: inherit;
    text-align: center;
  }
  .l-outer .l-section-heading .ja {
    font-size: 12rem;
  }
  .l-outer .l-linelink {
    font-size: 7rem;
    text-align: center;
    text-indent: 0;
  }
  .l-outer .l-linelink::before {
    display: none;
  }
  .l-outer .l-linelink a {
    text-indent: 45px;
    font-size: 9rem;
  }
  .l-outer .l-linelink a::after,
  .l-outer .l-linelink a::before {
    width: 35px;
  }
  .l-outer .l-linelink::after {
    display: none;
  }
}

@media (max-width: 414px) {
  .l-outer a {
    height: 160px;
  }
  .l-outer .l-section-heading .ja {
    font-size: 21px;
  }
  .l-outer .l-linelink {
    font-size: 11px;
  }
  .l-outer .l-linelink a {
    font-size: 15px;
  }
}

/* ------------------------------
   loopSlider
------------------------------ */
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 260px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  width: 100%;
  height: 260px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 260px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 420px;
  height: 260px;
  float: left;
  display: inline;
  overflow: hidden;
}

@media (max-width: 768px) {
  .loopSliderWrap {
    height: 130px;
  }
  .loopSlider {
    width: 100%;
    height: 130px;
  }
  .loopSlider ul {
    height: 130px;
  }
  .loopSlider ul li {
    width: 210px;
    height: 130px;
  }
  .loopSlider ul li img {
    width: 210px;
    height: 130px;
  }
}

/*IE10▼*/
.g-lpwrapper .effect {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
  -webkit-transition: all 1000ms;
  transition: all 1000ms;
}

.g-lpwrapper .effect.fadein {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*.load {
    width: 60px;
    height: 60px;
    -webkit-animation: spin 7s linear infinite;
    -moz-animation: spin 7s linear infinite;
    -ms-animation: spin 7s linear infinite;
    -o-animation: spin 7s linear infinite;
    animation: spin 7s linear infinite;
}

@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(360deg);}
}
@-moz-keyframes spin {
    0% {-moz-transform: rotate(0deg);}
    100% {-moz-transform: rotate(360deg);}
}
@-ms-keyframes spin {
    0% {-ms-transform: rotate(0deg);}
    100% {-ms-transform: rotate(360deg);}
}
@-o-keyframes spin {
    0% {-o-transform: rotate(0deg);}
    100% {-o-transform: rotate(360deg);}
}
@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
*/
.c-link_underBar {
  color: #000000 !important;
  border-bottom: 1px solid #000000;
}

.c-link_underBarGray {
  color: #999999 !important;
  border-bottom: 1px solid #999999;
}

.p-about_head {
  width: 90%;
  margin: 54px auto 0;
}

@media (max-width: 768px) {
  .p-about_head {
    margin-bottom: 30px;
  }
}

.goto_logo_wrapper {
  max-width: 150px;
}

.goto_logo {
  top: 10px;
  right: 10%;
  width: 90%;
}

.goto_logo img {
  width: 100%;
}

.p-about_wrapper {
  padding: 0 30px;
  max-width: 680px;
}

.text_orange {
  color: #e47415;
}

.p-pointArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background: url(../img/point_bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-position: right 1% bottom 0%;
  background-size: 100% auto;
  height: 300px;
  margin-top: 40px;
}

.p-pointImg {
  width: 28%;
  margin: 0 -50px;
}

.p-pointImg img {
  width: 100%;
}

.p-about_example {
  width: 850px;
  margin: 60px auto 0;
}

.p-about_example_title {
  /* font-family: "NotoSerifJP-Regular"; */
  font-size: 27px;
  letter-spacing: 0.08em;
  width: 15%;
  margin: 20px auto;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
}

.p-about_example_box {
  background-color: #f9f9f9;
  margin-top: 30px;
  padding-bottom: 60px;
}

.p-about_example_head {
  background-color: #e47415;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  padding: 20px 0;
  /* font-family: "Yu Gothic", "游ゴシック"; */
}

.p-about_example_icon {
  margin-top: 33px;
}

.p-about_example_icon img {
  width: 106px;
}

.p-about_example_calcBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.p-about_example_before {
  border: 1px solid #999999;
  width: 280px;
  height: 192px;
}

.p-about_example_beforeTitle {
  background-color: #999999;
  font-size: 15px;
  padding: 16px 0;
  color: #fff;
}

.p-about_example_beforeContents {
  font-size: 18px;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70%;
  background-color: #fff;
}

.p-about_example_arrow {
  position: relative;
  width: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-about_example_arrow img {
  width: 87%;
}

.p-about_example_arrow_text {
  position: absolute;
  color: #fff;
  top: 43%;
  left: 15%;
  font-size: 18px;
}

.p-about_example_after {
  border: 1px solid #999999;
  width: 280px;
  height: 192px;
}

.p-about_example_afterTitle {
  background-color: #000000;
  color: #fff;
  font-size: 15px;
  padding: 16px 0;
}

.p-about_example_afterContents {
  font-size: 18px;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  height: 70%;
  background-color: #fff;
}

.p-about_example_afterContents_desc {
  font-size: 12px;
  font-weight: normal;
  width: 80%;
  text-align: left;
  margin-top: 10px;
}

.p-about_example_caution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 1px solid #999999;
  border-radius: 4px;
  margin-top: 48px;
  height: 245px;
}

.p-about_example_caution_head {
  width: 30%;
  color: #999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  border-right: 1px solid #999999;
  margin: 50px 0;
}

.p-about_example_caution_contens {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #999999;
  padding: 0 35px;
}

.p-about_example_caution_contens_list {
  text-align: left;
}

.p-about_example_caution_contens_text {
  display: table;
  line-height: 1.85;
  text-indent: -1.5em;
  padding-left: 1.8em;
}

.p-about_example_caution_contens_text:before {
  content: "※";
  margin-right: 0px;
}

@media (max-width: 768px) {
  .p-about_wrapper {
    padding: 0 20px;
    max-width: 680px;
  }
  .goto_logo_wrapper {
    margin: 0 auto;
  }
  .p-pointArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background: url(../img/point_bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-position: right 0% bottom 50%;
    background-size: 100% 83%;
  }
  .p-pointImg {
    width: 68%;
    margin: 0 auto;
  }
  .p-about_example {
    width: auto;
    margin: 60px auto 0;
    padding: 0 10px;
  }
  .p-about_example_title {
    font-size: 24px;
    width: 35%;
  }
  .p-about_example_head {
    font-size: 14px;
    line-height: calc(48 / 28);
    padding: 18px 51px;
    text-align: left;
  }
  .p-about_example_calcBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    margin-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-about_example_before {
    height: 110px;
    margin-top: 15px;
  }
  .p-about_example_beforeContents {
    height: 50%;
    font-size: 15px;
  }
  .p-about_example_arrow {
    margin: 20px 0;
    width: 162px;
    height: 76px;
  }
  .p-about_example_arrow img {
    width: 110%;
  }
  .p-about_example_arrow_text {
    top: 17%;
    left: 27%;
    font-size: 15px;
    width: 46%;
  }
  .p-about_example_caution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 450px;
  }
  .p-about_example_caution_head {
    width: 80%;
    border-right: none;
    border-bottom: 1px solid #999999;
    margin: 0 auto;
    padding: 20px 0;
  }
  .p-about_example_caution_contens {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    color: #999999;
    padding: 0;
    margin: 20px auto;
  }
  .p-about_example_caution_contens_text {
    text-indent: 0;
    padding-left: 0;
  }
}

/* クーポン */
.p-coupon_head {
  width: 90%;
  margin: 0 auto;
}

.p-coupon_head_text {
  text-align: center;
  margin-top: 65px;
}

.p-pointArea_coupon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background: url(../img/point_bg_coupon.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-position: right 0% bottom 0%;
  background-size: 100% auto;
  height: 300px;
  margin-top: 40px;
  /* width: 1100px;
    left: -100px;
    position: absolute; */
}

.p-pointImg_coupon {
  width: 28%;
  margin: 0 -140px;
}

.p-pointImg_coupon img {
  width: 100%;
}

@media (max-width: 768px) {
  .p-coupon_head_text {
    padding: 0px 30px;
    margin-top: 40px;
  }
  .p-pointArea_coupon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    /* height: auto; */
    width: 100%;
    margin: 100px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background: url(../img/point_bg_coupon_sp.jpg);
    background-position: right 0% bottom 50%;
    background-size: 100% 83%;
    /* margin-top: 23px; */
    /*height: 440px;*/
	 height: auto;
  }
  .p-pointImg_coupon {
    width: 80%;
    margin: 0 auto;
  }
}

/* how to */
/* タブ */
.c-tabArea {
  width: 990px;
  margin: 40px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #dddddd;
}

.tab_class {
  width: calc(100% / 2);
  height: 50px;
  background-color: #47bae2;
  color: #fff;
  line-height: calc(68 / 40);
  font-size: 20px;
  text-align: center;
  /* display: block;
    float: left; */
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab_text {
  line-height: calc(68 / 30);
  font-size: 15px;
}

input[name="tab_name"] {
  display: none;
}

input:checked + .tab_class {
  background-color: #fff;
  color: #47bae2;
}

.content_class {
  display: none;
  width: 100%;
}

input:checked + .tab_class + .content_class {
  display: block;
}

.c-tabContent_innner {
  width: 85%;
  margin: 40px auto;
}

.c-tabContent_set_title {
  font-size: 27px;
  line-height: calc(108 / 54);
  letter-spacing: 0.08em;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
  /* border-bottom:1px solid #000000;
    padding-bottom: 2px; */
}

.c-tabContent_set_imgArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 50px auto 20px;
}

.c-tabContent_set_img {
  width: 50%;
}

.c-tabContent_set_img:first-child {
  border-right: 2px solid #dddddd;
}

.c-tabContent_set_img img {
  height: 180px;
}

.c-tabContent_set_txt {
  font-weight: bold;
  font-size: 15px;
  line-height: calc(48 / 30);
  letter-spacing: 0.05em;
  margin-top: 30px;
}

.c-step_head {
  background-color: #b2b2b2;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  margin-top: 45px;
}

.c-step_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #f9f9f9;
  width: 100%;
  font-size: 14px;
  line-height: calc(56 / 28);
}

.c-step_contents_inner {
  text-align: left;
  padding: 40px 40px 40px;
}

.-tab2 {
  width: 100%;
}

.c-step_contents_inner_desc {
  color: #707070;
}

.c-step_contents_inner_desc2 {
  color: #999999;
}

.c-step_contents_bottom {
  margin-top: 20px;
}

/* ステップ内Box */
.c-procedureArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.c-procedure_box {
  border: 1px solid #999999;
  width: 32%;
  background-color: #fff;
}

.-two {
  width: 48%;
}

.c-procedure_head {
  background-color: black;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  text-align: center;
}

.c-procedure_contents {
  padding: 10px 30px 25px;
}

.c-procedure_contents_title {
  font-weight: bold;
  text-align: left;
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: calc(48 / 28);
}

.c-procedure_contents_text {
  margin: 10px 0;
  line-height: calc(48 / 24);
  letter-spacing: 0.05em;
}

.c-procedure_contents_desc {
  color: #999999;
}

.c-procedure_contents_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  position: relative;
  background: #000000;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: calc(48 / 24);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-top: 10px;
}

.c-procedure_contents_btn_white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  position: relative;
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-size: 12x;
  letter-spacing: 0.05em;
  line-height: calc(48 / 24);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-top: 10px;
}

.c-payment {
  background: url(../img/bg_payment.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.c-payment_inner {
  width: 85%;
  margin: 0 auto;
  padding: 60px 0;
  text-align: left;
}

.c-payment_title {
  font-size: 27px;
  border-bottom: 2px solid #999999;
  width: 370px;
  margin: 0 auto;
}

.c-payment_contents_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.-paypent_head {
  background-color: #59bee4;
}

.-paypent_contents {
  background-color: #e6f3f8;
  border: none;
  width: 49%;
}

.c-payment_desc {
  color: #999999;
  margin-top: 25px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: calc(48 / 26);
}

@media (max-width: 768px) {
  .c-tabArea {
    width: 90%;
    margin: 40px auto 0;
    /* flex-wrap: wrap; */
    display: block;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -webkit-flex-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    /* border: 1px solid #dddddd; */
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .tab_class {
    width: 100%;
    height: 50px;
    background-color: #47bae2;
    color: #fff;
    line-height: calc(68 / 40);
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: 1px solid #fff;
    position: relative;
  }
  .tab_class:before {
    position: absolute;
    top: 55%;
    right: 3%;
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/icon_plus.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .tab_class_text {
    display: inline-block;
    margin-left: 30px;
  }
  .tab_text {
    line-height: calc(31 / 22);
    font-size: 11px;
  }
  input[name="tab_name"] {
    display: none;
  }
  input:checked + .tab_class {
    background-color: #47bae2;
    color: #fff;
  }
  input:checked + .tab_class:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: 62%;
    right: 3%;
    width: 30px;
    height: 30px;
    background-image: url(../img/icon_minus.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .content_class {
    display: none;
    width: 100%;
  }
  input:checked + .tab_class + .content_class {
    display: block;
  }
  .c-tabContent_innner {
    width: 90%;
    margin: 20px auto 20px;
  }
  .c-step_head {
    margin-top: 12px;
  }
  .c-step_contents_inner {
    padding: 20px 22px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: calc(56 / 28);
  }
  .c-tabContent_set_title {
    font-size: 20px;
  }
  .c-procedureArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .c-procedure_box {
    width: 100%;
    margin-top: 10px;
  }
  .c-procedure_contents {
    padding: 10px 20px 25px;
    font-size: 12px;
  }
  .c-procedure_contents_btn {
    /* font-size: 12px; */
  }
  .c-procedure_contents_text {
    /* font-size: 12px; */
  }
  .c-procedure_contents_desc {
    /* font-size: 12px; */
  }
  .c-payment {
    background: url(../img/bg_payment_sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 40px;
  }
  .c-payment_inner {
    width: 90%;
    padding: 20px 0;
  }
  .c-payment_title {
    width: 70%;
    font-size: 20px;
    line-height: calc(56 / 40);
    letter-spacing: 0.08;
    border: none;
    text-align: center;
  }
  .c-payment_contents_wrapper {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .-paypent_head {
    height: 74px;
    font-size: 15px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 25px;
    text-align: left;
  }
  .c-tabContent_set_imgArea {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 30px auto 20px;
  }
  .c-tabContent_set_img:first-child {
    border: none;
  }
  .c-tabContent_set_img {
    width: auto;
    height: 120px;
    margin: 0 auto 60px;
  }
  .c-tabContent_set_img img {
    height: 100%;
  }
  .c-tabContent_set_txt {
    margin-top: 20px;
  }
  .-tab2 {
    width: auto;
  }
}

/* バーゲン */
.p-bargain {
  text-align: center;
  margin-top: 50px;
}

.p-bargain_title {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.08em;
  position: relative;
}

.p-bargain_title:before,
.p-bargain_title:after {
  position: absolute;
  top: calc(50% - 0px);
  width: 32%;
  height: 4px;
  content: "";
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}

.p-bargain_title:before {
  left: 0;
}

.p-bargain_title:after {
  right: 0;
}

.p-bargain_text {
  font-size: 15px;
  font-weight: bold;
  line-height: calc(68 / 30);
  letter-spacing: 0.095em;
  margin-top: 42px;
  margin-bottom: 10px;
}

.p-bargain_link {
  font-size: 15px;
  letter-spacing: 0.095em;
  color: #000 !important;
  border-bottom: solid 1px #000;
}

.p-bargain_imgArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 30px;
}

.p-bargain_img {
  width: 25%;
  margin: 0 -80px;
}

.p-bargain_img img {
  width: 100%;
}

.p-bargain_caution {
  color: #999999;
  text-align: left;
  margin: 20px auto;
  width: 85%;
}

.p-bargain_howTo {
  border: solid 1px #dddddd;
  padding: 40px 70px;
}

.p-bargain_howTo_title {
  font-size: 27px;
  /* border-bottom: solid 1px #000; */
  text-decoration: underline;
  text-underline-offset: 0.3em;
  text-decoration-thickness: 1px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p-bargain_title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.08em;
    position: relative;
  }
  .p-bargain_title:before,
  .p-bargain_title:after {
    position: absolute;
    top: calc(50% - 0px);
    width: 19%;
    height: 4px;
    content: "";
    border-top: solid 2px #cccccc;
    border-bottom: solid 2px #cccccc;
  }
  .p-bargain_text {
    padding: 0 25px;
  }
  .p-bargain_imgArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-bargain_img {
    margin: 10px 0;
    width: 60%;
  }
  .p-bargain_caution {
    font-size: 13px;
    line-height: calc(48 / 26);
    letter-spacing: 0.05em;
  }
  .p-bargain_howTo {
    padding: 30px 15px;
    width: 75%;
    margin: 0 auto;
  }
  .p-bargain_howTo_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* 各種調整 */
.u-margin_minus {
  margin-left: -1.5px;
  margin-right: -1.5px;
}

.notoSerif {
  font-family: "Noto Serif", "Noto Serif JP", "Noto Serif SC", serif;
}

.notoSerif_jp {
  font-family: "Noto Serif JP", "Noto Serif", "Noto Serif SC", serif;
}
/*# sourceMappingURL=goto.css.map */