@charset "UTF-8";
/*
=====================================================================
*
*    reset
*
* =================================================================== 
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  /* font-size:100%; */
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix::after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  line-height: 0;
}

/*-----------------------
    インプット リセット
------------------------*/
input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

/*-----------------------
    ラジオボタン リセット
------------------------*/
input[type=radio] {
  display: none;
}

input[type=radio]:checked + label {
  background: transparent;
}

/*-----------------------
    チェックボックス リセット
------------------------*/
/*input[type="checkbox"] {
    display: none;
}*/
input[type=checkbox]:checked + label {
  background: transparent;
}

/*-----------------------
    セレクトボックス リセット
------------------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

/*-----------------------
    テキストエリア リセット
------------------------*/
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

/*-----------------------
    見出し リセット
------------------------*/
h1, h2, h3, h4, h5 {
  font-weight: normal;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 63.75%; /*デフォルトのサイズ＝10.1pxに指定 (10px: 62.5%)*/
}

body {
  font-family: Helvetica, Arial, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  clip-path: inset(0);
}

h1 {
  display: inline-block;
  text-align: center;
}

h2 {
  font-weight: 600;
}

.sp_br,
.btn_br {
  display: block;
}

.pc_br,
.pc_br_2 {
  display: none;
}

a {
  cursor: pointer;
  color: inherit;
}

@media screen and (min-width: 880px) {
  .sp_br {
    display: none;
  }
  .pc_br_2 {
    display: block;
  }
}
@media screen and (min-width: 610px) {
  .pc_br {
    display: block;
  }
}
@media screen and (min-width: 591px) {
  .btn_br {
    display: none;
  }
}
/*　ローディング
---------------*/
/* 初期状態ではコンテンツ非表示 */
.page {
  display: none;
}

/* ローディング背景 */
.loader-bg {
  display: block;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 10001;
}

/* ローディングロゴ */
.loader {
  position: absolute;
  display: none;
  z-index: 10002;
  margin: 0 auto;
  top: 30vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -67.5%);
}

.loader_logo {
  display: block;
  margin: 0 auto;
  width: 187.5px;
  height: auto;
}

.loader_gif {
  display: block;
  margin: 0 auto 25px;
  width: 140px;
  height: auto;
  border-radius: 70px;
}

/*スクロール時のfadein効果 */
/* 画面外 */
.fade-block {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.8s ease-in-out;
}

/* 画面に入った時の動き */
.fade-block.blockIn {
  transform: translateY(0);
  opacity: 1;
}

/*　header
---------------*/
.fv {
  width: 100vw;
  height: calc(100vh - 125px);
  position: relative;
}

.fv_sl {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.fv_sl1 {
  width: 100%;
  height: 100%;
  background-image: url("../resources/bg_fv_sp01.jpg");
}

.fv_sl2 {
  width: 100%;
  height: 100%;
  background-image: url("../resources/bg_fv_sp02.jpg");
}

@media screen and (min-width: 591px) {
  .fv_sl1 {
    background-image: url("../resources/bg_fv01.jpg");
  }
  .fv_sl2 {
    background-image: url("../resources/bg_fv02.jpg");
  }
}
/*スライド*/
.sl_img {
  z-index: 10;
  opacity: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 14s 0s infinite ease-in-out;
  animation: anime 14s 0s infinit ease-in-out;
}

.sl_img:nth-of-type(2) {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  14% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  64% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/* タイトルロゴ */
.h1_cp {
  display: none;
}

.h1_cp img,
.h1_cp_sp img {
  width: 100%;
  height: auto;
}

.h1_cp_sp {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto 0;
  width: 92%;
  max-width: 690px;
  text-align: center;
  z-index: 10000;
}

@media screen and (min-width: 591px) {
  .fv .wrap {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
  }
  .h1_cp_sp {
    display: none;
  }
  .h1_cp {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin: 0 auto 0;
    width: 74%;
    /*        max-width: 738px;*/
    max-width: 600px;
    text-align: center;
    z-index: 10000;
  }
}
.conv_area {
  width: 100%;
  background-color: #049bb6;
  padding: 15px 0;
  background-image: url(../resources/bg_conv.png);
  background-repeat: repeat;
  background-size: auto 100%;
  background-position: top center;
}

.fv_conv {
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.fv_conv.conv_area {
  background-size: auto 50%;
}

.conv_wrap {
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.fv_conv .conv_wrap {
  display: block;
}

.btn_conv {
  box-sizing: border-box;
  max-width: 240px;
  width: calc((100% - 15px) / 2);
  height: 55px;
  font-size: 1.8rem;
  background-color: #e27489;
  color: #e27489;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: -webkit-linear-gradient(180deg, #fff, #fff, #e27489, #e27489);
  background: -webkit-linear-gradient(right, #fff, #fff, #e27489, #e27489);
  background: linear-gradient(270deg, #fff, #fff, #e27489, #e27489);
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: none;
  margin-right: 15px;
}

.fv_conv .btn_conv {
  width: 100%;
  height: 55px;
  max-width: unset;
}

.btn_conv:last-of-type {
  margin-right: 0;
}

.btn_conv.large {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  color: #c99d6a;
  background: -webkit-linear-gradient(180deg, #452213, #452213, #c99d6a, #c99d6a);
  background: -webkit-linear-gradient(right, #452213, #452213, #c99d6a, #c99d6a);
  background: linear-gradient(270deg, #452213, #452213, #c99d6a, #c99d6a);
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: none;
}

.svg_arrow {
  width: 19px;
  height: 19px;
}

.svg_arrow path {
  fill: #fff;
}

.free {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 1rem;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
}

.btn_caption {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}

.btn_conv.large .btn_caption {
  color: #fff;
}

.btn_conv.large .free {
  background-color: #fff;
}

.btn_arrow {
  width: 8px;
}

/* マウスオーバー時 */
.btn_conv:hover {
  background-position: 99% 50%;
  color: #fff;
  cursor: pointer;
}

.btn_conv.large:hover {
  background-position: 99% 50%;
  color: #452213;
  cursor: pointer;
}

.btn_conv:hover .btn_caption {
  color: #e27489;
}

.btn_conv:hover .svg_arrow path {
  fill: #e27489;
}

.btn_conv:hover .free {
  background-color: #e27489;
}

.btn_conv.large:hover .free {
  background-color: #fff;
}

.btn_conv.large:hover .btn_caption {
  color: #fff;
}

@media screen and (min-width: 591px) {
  .fv_conv .conv_wrap {
    display: flex;
  }
  .conv_wrap {
    max-width: 800px;
    width: 90%;
    justify-content: center;
  }
  .btn_conv {
    width: 240px;
    margin-right: 15px;
    padding: 20px 10px;
  }
  .btn_conv:last-of-type() {
    margin-right: 0;
  }
  .btn_conv.large {
    width: 100%;
  }
}
/*
convエリア　ボタン画像
----------------------------*/
.cv_cp1_pc {
  display: none;
}

.cv_cp1_sp {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.cv_cp2 {
  margin: 0 auto 14px;
  width: 80%;
}

.cv_cp2 img {
  margin: 0 auto 10px;
  display: block;
  width: 80%;
}

@media screen and (min-width: 500px) {
  .conv_wrap {
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .fv_conv .conv_wrap {
    display: flex;
  }
  .cv_cp1_pc {
    display: block;
    width: 240px;
    height: auto;
    margin-right: 15px;
  }
  .cv_cp1_sp {
    display: none;
  }
  .cv_cp2 {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 240px;
  }
  .cv_cp2 img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 8px;
  }
}
/*
右から左へ
----------------------------*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scr_infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scr_infinity__list {
  display: flex;
  list-style: none;
}

.scr_infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}

.scr_item img {
  height: 24vw;
  vertical-align: top;
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
.scr_infinity__list--right {
  animation: infinity-scroll-right 30s infinite linear 0.5s both;
}

@media screen and (min-width: 591px) {
  .scr_item img {
    height: 14vw;
  }
  .scr_infinity__list--left {
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
  }
  .scr_infinity__list--right {
    animation: infinity-scroll-right 40s infinite linear 0.5s both;
  }
}
.voyage {
  width: 100%;
  background-image: url(../resources/bg_voyage.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #0da1d2;
  padding: 21% 0 50px;
}

.h2_voyage {
  display: block;
  width: 307px;
  height: auto;
  margin: 0 auto 72%;
}

.voyage_logo {
  display: block;
  width: 95px;
  height: auto;
  margin: 0 auto 30px;
}

.voyage .wrap {
  width: 84%;
  margin: 0 auto;
}

.list_voyage_course {
  width: 100%;
  text-align: center;
}

.list_voyage_course dt {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  margin-bottom: 10px;
}

.list_voyage_course dd {
  color: #fff;
  /*    font-size: 1.9rem;*/
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 32px;
}

.voyage_map {
  display: block;
  max-width: 664px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.list_voyage_port_of_call {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 40px;
}

.list_voyage_detail {
  width: 100%;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  padding-left: 1em;
}

.list_voyage_detail li {
  list-style: disc;
}

@media screen and (min-width: 880px) {
  .voyage {
    background-image: url(../resources/bg_voyage_pc.jpg);
    padding: 13.5% 0 8%;
  }
  .voyage .wrap {
    max-width: 800px;
    width: 92%;
  }
  .h2_voyage {
    margin: 0 auto 32%;
  }
  .list_voyage_course dt {
    font-size: 1.2rem;
  }
  .list_voyage_course dd {
    font-size: 1.8rem;
  }
  .voyage_map {
    display: block;
    max-width: 664px;
    width: 100%;
    margin: 0 auto;
  }
  .list_voyage_course dd {
    margin-bottom: 3%;
  }
  .list_voyage_port_of_call {
    width: 75%;
    margin: 0 auto 2%;
    font-size: 1.2rem;
  }
  .list_voyage_detail {
    width: 75%;
    margin: 0 auto;
    font-size: 1.1rem;
  }
}
/*cruise*/
.cruise_list {
  width: 100%;
  background-color: #7fa959;
  padding: 80px 0;
}

.h2_cruise {
  display: block;
  width: 280px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.cruise_box {
  box-sizing: border-box;
  background-color: #fff;
  max-width: 500px;
  width: 92%;
  margin: 0 auto 10px;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
}

.cruise_img {
  width: 80px;
  height: auto;
  margin-right: 10px;
}

.cruise_date {
  color: #4b4b4b;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.cruise_title {
  color: #4b4b4b;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 9px;
}

.cruise_course {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 6px;
}

.pink .cruise_course {
  color: #e89777;
}

.blue .cruise_course {
  color: #6cb0b4;
}

.purple .cruise_course {
  color: #a691c4;
}

.cruise_point {
  display: flex;
  justify-content: flex-start;
  line-height: 14px;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.cruise_point li {
  margin-right: 4px;
  padding: 0 5px;
}

.cruise_point li:last-of-type {
  margin-right: 0;
}

.pink .cruise_point li {
  background-color: #e89777;
}

.blue .cruise_point li {
  background-color: #6cb0b4;
}

.purple .cruise_point li {
  background-color: #a691c4;
}

.badge {
  box-sizing: border-box;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #ee7e7e;
  line-height: 20px;
  color: #ee7e7e;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 8px;
}

.badge_soldout {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #6d9f40;
  line-height: 20px;
  color: #6d9f40;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 8px;
}

.badge_now {
  box-sizing: border-box;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #3ea1ee;
  line-height: 20px;
  color: #3ea1ee;
  font-size: 1rem;
  font-weight: 600;
  padding: 0 8px;
}

@media screen and (min-width: 880px) {
  .cruise_list {
    padding: 9% 0;
  }
  .cruise_list .wrap {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 800px;
    width: 92%;
  }
  .h2_cruise {
    display: block;
    width: 39%;
    height: auto;
    margin: 0 auto 6%;
  }
  .cruise_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  .cruise_box {
    box-sizing: border-box;
    padding: 5px;
    background-color: #fff;
    max-width: 345px;
    width: 48%;
    margin: 0;
    margin-bottom: 4%;
  }
  .cruise_img {
    max-width: 80px;
    width: 24%;
    height: auto;
    margin-right: 10px;
  }
  .cruise_date {
    color: #4b4b4b;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .cruise_title {
    font-size: 1.4rem;
  }
  .cruise_course {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .cruise_point {
    font-size: 1rem;
    line-height: 1.4;
  }
}
/* conversion*/
.conversion {
  width: 100%;
  background-color: #eb8181;
  padding: 80px 0;
}

.conversion .wrap {
  width: 92%;
  margin: 0 auto;
  text-align: center;
}

.conversion article {
  margin-bottom: 60px;
}

.conversion article:last-of-type {
  margin-bottom: 0;
}

.request .h3_conversion {
  width: 96px;
  height: auto;
  margin-bottom: 24px;
}

.info_session .h3_conversion {
  width: 121px;
  height: auto;
  margin-bottom: 24px;
}

.p_conversion {
  color: #fff;
  margin-bottom: 7%;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
}

.pamphlet_img {
  width: auto;
  height: 159px;
  margin-bottom: 7%;
}

.session_img {
  box-sizing: border-box;
  width: 159px;
  height: 159px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-bottom: 7%;
}

.tel {
  max-width: 500px;
  width: 100%;
  border: 1px solid #fff;
  padding: 30px 0;
  margin: 0 auto;
}

.p_contact {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.p_tel {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.p_small {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

@media screen and (min-width: 880px) {
  .conversion {
    padding: 9% 0;
  }
  .conversion .wrap {
    max-width: 800px;
    width: 92%;
    margin: 0 auto;
  }
  .conversion_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
  .request,
  .info_session,
  .tel {
    max-width: 345px;
    width: 48%;
    margin: 0;
  }
  .request {
    margin-right: 4%;
  }
  .request .h3_conversion {
    width: 28%;
    height: auto;
  }
  .info_session .h3_conversion {
    width: 35%;
    height: auto;
  }
  .pamphlet_img {
    margin-bottom: 16px;
  }
  .session_img {
    margin-bottom: 16px;
  }
  .conversion article {
    margin-bottom: 7%;
  }
}
/* footer */
footer {
  background-color: #fff;
  padding: 40px 0 0;
  color: #4c4c4d;
  font-size: 1.2rem;
}

footer .wrap {
  width: 92%;
  margin: 0 auto;
}

.footer_text p {
  line-height: 1.8;
  font-size: 1.2rem;
}

.footer_text p:last-of-type {
  margin-bottom: 40px;
}

.footer_icon {
  height: 1.2rem;
  margin-right: 0.5rem;
}

.footer_logo {
  background-color: #194f71;
  width: 100%;
  padding: 40px 0 48px;
  text-align: center;
}

.footer_logo img {
  width: 125px;
  height: auto;
  margin-bottom: 23px;
}

.copyright {
  color: #fff;
  font-size: 0.9rem;
}

@media screen and (min-width: 880px) {
  footer {
    padding: 4% 0 0;
  }
  footer .wrap {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
  }
  footer p {
    width: 75%;
    margin: 0 auto;
  }
  .footer_text p:last-of-type {
    margin-bottom: 4%;
  }
  .footer_logo {
    padding: 4% 0 5%;
  }
}
/* slideコンテンツ */
.slide_wrap {
  width: 100vw;
  margin: 0 auto;
  overflow-x: hidden;
}

.slide_content {
  display: inline-block;
  width: 48%;
  margin-right: 10px;
  padding: 5px 5px 85px;
  position: relative;
}

/*slideの高さを揃える*/
.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

/*slideの高さを揃える*/
.slide_img {
  width: 100%;
  height: auto;
  margin: 0 auto 11px;
}

.slide_text {
  width: 98%;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #ffffff;
  margin: 0 auto;
  text-align: left !important;
  direction: ltr !important;
}

.slide_footer {
  text-align: center;
  border-top: #ccb88a 1px solid;
  width: 98%;
  padding: 13px 0;
  font-size: 1.2rem;
  color: #9e3c39;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 880px) {
  .slide_wrap {
    width: 100vw;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .slide_content {
    display: inline-block;
    width: 48%;
    margin-right: 10px;
    padding: 5px 5px 95px;
    position: relative;
  }
  /*slideの高さを揃える*/
  .slick-track {
    display: flex;
  }
  .slick-slide {
    height: auto !important;
  }
  /*slideの高さを揃える*/
  .slide_img {
    width: 100%;
    height: auto;
    margin: 0 auto 11px;
  }
  .slide_title {
    text-align: center;
    width: 98%;
    font-size: 2rem;
    color: #9e3c39;
    margin: 0 auto 15px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }
  .slide_text {
    width: 98%;
    line-height: 1.5;
    font-size: 1.2rem;
    margin: 0 auto;
  }
  .slide_footer {
    text-align: center;
    border-top: #ccb88a 1px solid;
    width: 98%;
    padding: 13px 0;
    font-size: 1.2rem;
    color: #9e3c39;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
/*float btn */
.float_title,
.float_tel {
  display: none;
}

.float {
  background-color: rgba(4, 155, 182, 0.8);
  background-image: none;
  position: fixed;
  bottom: -85px;
  left: 0;
  opacity: 0;
  z-index: -100;
  transition: all 0.7s ease-in-out;
}

.conv_area.float.disp {
  z-index: 101;
  opacity: 1;
  bottom: 0;
}

.btn_conv- {
  font-size: 1.8rem;
  background-color: #e27489;
  color: #e27489;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: -webkit-linear-gradient(180deg, #fff, #fff, #e27489, #e27489);
  background: -webkit-linear-gradient(right, #fff, #fff, #e27489, #e27489);
  background: linear-gradient(270deg, #fff, #fff, #e27489, #e27489);
  background-position: 1% 50%;
  background-size: 300% 300%;
  border: none;
}

@media screen and (min-width: 880px) {
  .float_title {
    display: block;
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
    width: 14px;
    line-height: 14px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 2px;
    padding-top: 28px;
    margin-right: 22px;
    position: relative;
  }
  .float_title:before {
    display: block;
    content: "";
    height: 14px;
    width: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../resources/conv_open.svg);
    position: absolute;
    top: 0;
    left: 0;
  }
  .open .float_title:before {
    background-image: url(../resources/conv_close.svg);
    top: 0;
    left: 1px;
  }
  .float {
    background-color: rgba(4, 155, 182, 0.8);
    box-sizing: border-box;
    border-radius: 10px 0 0 10px;
    width: 291px;
    height: 208px;
    padding: 26px 22px 13px 16px;
    left: unset;
    bottom: 60px;
    right: -250px;
  }
  .open.float {
    left: unset;
    bottom: 60px;
    right: 0;
  }
  .conv_area.float.disp {
    bottom: 60px;
  }
  .float_flex {
    display: flex;
    align-items: flex-start;
  }
  .float .conv_wrap {
    display: block;
  }
  .float .btn_conv {
    width: 220px;
    height: 45px;
    margin-bottom: 9px;
  }
  .float_tel {
    display: block;
    width: 220px;
    margin-top: 15px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    font-weight: nomal;
  }
  .float_tel .large {
    margin-top: 6px;
    font-size: 1.5rem;
    font-weight: nomal;
  }
  .float_tel .small {
    margin-top: 6px;
    font-size: 1rem;
    font-weight: nomal;
  }
}
/* price */
.price {
  width: 100%;
  background-color: #f5edea;
}

.course_price {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 62px 4%;
}

.h2_price {
  max-width: 315px;
  width: 91%;
  margin: 0 auto 45px;
}

.h2_price_img {
  width: 100%;
  height: auto;
}

.course_price_img {
  display: block;
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 auto 38px;
}

.price_description {
  width: 100%;
}

.price_description_img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.price_detail {
  width: 100%;
  margin: 0 auto 38px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
  color: #6b4141;
  padding-left: 1em;
}

.family_plan {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.8;
  color: #62b0aa;
}

.price_detail li {
  list-style: disc;
}

.family_plan li {
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  padding-left: 2em;
  position: relative;
}

.family_plan li:before {
  display: inline-block;
  width: 1em;
  height: 1.8em;
  content: "※";
  position: absolute;
  left: 0;
}

.family_plan_img {
  display: block;
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 auto 38px;
}

@media screen and (min-width: 880px) {
  .course_price {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 90px 0 90px;
  }
  .h2_price {
    max-width: 457px;
    width: 46%;
    margin: 0 auto 70px;
  }
  .h3_price_img {
    width: 100%;
    height: auto;
  }
  .course_price_img {
    width: 48%;
    max-width: 345px;
    height: auto;
    margin: 0 0 60px;
  }
  .course_price_img:nth-of-type(2n) {
    margin-right: 0;
  }
  .course_price_img:nth-of-type(n + 3) {
    margin-bottom: 0;
  }
  .price_description {
    width: 48%;
    max-width: 345px;
    margin-bottom: 0;
  }
  .price_description_img {
    margin-bottom: 10px;
  }
  .price_detail {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
  }
  .price_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 72%;
    max-width: 720px;
    margin: 0 auto;
  }
  .family_plan {
    box-sizing: border-box;
    width: 48%;
    max-width: 345px;
    margin: 0 0;
  }
  .family_plan_img {
    width: 48%;
    max-width: 345px;
    height: auto;
    margin: 0 0 10px;
  }
}
/* europe */
.bg_wave {
  background-color: #fff;
  background-image: url(../resources/bg_wave.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: auto 85px;
}

.europe_contents {
  padding: 0 0 40px;
}

.contents {
  max-width: 800px;
  width: 94%;
  margin: 0 auto;
}

.main_contents_article {
  width: 100%;
}

.europe_contents .main_contents_article {
  margin-bottom: 85px;
}

.europe_contents .main_contents_article:last-of-type {
  margin-bottom: 0;
}

.h2_contents {
  max-width: 340px;
  width: 100%;
  margin: 0 auto 40px;
}

.h2_contents.arctic {
  margin: 0 auto 66px;
}

.h2_contents_img {
  width: 100%;
  height: auto;
}

.main_img {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
}

.main_text {
  width: 100%;
  margin: 0 auto 15px;
  color: #342c2b;
  font-size: 1.4rem;
  line-height: 2;
}

.sub_contents_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 86px;
}

.sub_contents_container:last-of-type {
  margin-bottom: 0;
}

.sub_content {
  width: 48%;
}

.sub_img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}

.sub_text {
  width: 97%;
  margin: 0 auto;
  color: #342c2b;
  font-size: 1.2rem;
  line-height: 1.6;
}

.bg_go_north .sub_text {
  width: 100%;
}

.h2_the_new_europe {
  display: block;
  margin: 0 auto 30px;
  max-width: 413px;
  width: 80%;
}

.h2_the_new_europe_img {
  width: 100%;
  height: auto;
}

.h2_the_new_europe_img.sp {
  display: block;
}

.h2_the_new_europe_img.pc {
  display: none;
}

.sub_wrap {
  margin: 0 auto;
  width: 100%;
  padding-top: 70px;
}

.lead {
  width: 100%;
  margin-bottom: 30px;
}

.lead_text {
  color: #408e8e;
  font-size: 1.4rem;
  line-height: 1.7;
}

.sub_wrap .contents {
  width: 86%;
}

@media screen and (min-width: 610px) {
  .contents_description {
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    line-height: 2;
    color: #3f8d8e;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 880px) {
  .bg_wave {
    background-color: #fff;
    background-image: url(../resources/bg_wave.jpg);
    background-repeat: repeat, no-repeat;
    background-position: center;
    background-size: auto 85px;
  }
  .sub_wrap {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    background-image: url(../resources/bg_map.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 709px auto;
    padding-top: 43px;
  }
  .europe_contents {
    padding: 20px 0 54px;
  }
  .scenic_cruise_contents {
    padding: 67px 0 82px;
  }
  .bg_arctic {
    padding: 100px 0 72px;
    background-size: 100vw auto;
  }
  .lead {
    max-width: 287px;
    width: 35%;
    margin-bottom: 55px;
  }
  .lead p {
    color: #408e8e;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .contents {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
  }
  .contents_description {
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    line-height: 2;
    color: #3f8d8e;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    margin-bottom: 75px;
  }
  .main_contents_article {
    width: 100%;
  }
  .europe_contents .main_contents_article {
    margin-bottom: 85px;
  }
  .h2_contents {
    width: 340px;
    margin: 0 auto 41px;
  }
  .h2_contents.arctic {
    margin: 0 auto 66px;
  }
  .h2_contents_img {
    width: 100%;
    height: auto;
  }
  .h2_the_new_europe {
    margin: 0 auto 30px 0;
    max-width: 275px;
    width: 100%;
  }
  .h2_the_new_europe_img.sp {
    display: none;
  }
  .h2_the_new_europe_img.pc {
    display: block;
  }
  .main_img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .main_text {
    width: 75%;
    margin: 0 auto 32px;
    color: #342c2b;
    font-size: 1.4rem;
    line-height: 2;
  }
  .sub_contents_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 86px;
  }
  .sub_contents_container:last-of-type {
    margin-bottom: 0;
  }
  .sub_content {
    width: 48%;
  }
  .sub_img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }
  .sub_text {
    width: 97%;
    margin: 0 auto;
    color: #342c2b;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
/*--v126追加--*/
.h3_main {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 17px;
}

.h3_main_num {
  width: 10%;
  margin-right: 4%;
  max-width: 64px;
}

.h3_main_text {
  width: 86%;
  max-width: 514px;
}

.writer {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 60px;
}

.img_writer {
  display: block;
  width: 30%;
  margin: 0 auto 10px;
  margin-bottom: 10px;
  border-radius: 50%;
}

.text_writer {
  width: 100%;
}

.writer_name {
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #342c2b;
}

.writer_introduce {
  width: 80%;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #342c2b;
  line-height: 1.7;
}

.h2_go_north {
  max-width: 392px;
  width: 80%;
  margin: 0 auto 40px;
}

.h2_go_north_img {
  width: 100%;
  height: auto;
}

.bg_go_north .sub_contents_container {
  display: block;
}

.bg_go_north .sub_content {
  margin-top: 40px;
  width: 100%;
}

.sub_content_coutry_name {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

.city_name {
  width: 132px;
  height: auto;
}

.country_name {
  font-size: 1.2rem;
  line-height: 12.5px;
  color: #342c2b;
  position: relative;
  padding-left: 20px;
  background-size: 12.5px;
  background-position: top left;
  background-repeat: no-repeat;
}

.country_name.sw {
  background-image: url(../resources/flag_sw.png);
}

.country_name.de {
  background-image: url(../resources/flag_de.png);
}

.country_name.fi {
  background-image: url(../resources/flag_fi.png);
}

.country_name.ic {
  background-image: url(../resources/flag_ic.png);
}

.bg_go_north {
  padding: 62px 0;
  background-color: #fef5ed;
}

.bg_map_sp {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 880px) {
  .bg_go_north {
    padding: 86px 0 72px;
    background-color: #fef5ed;
  }
  .bg_map_sp {
    display: none;
  }
  .h3_main {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 35px;
  }
  .h3_main_num {
    width: 8%;
    margin-right: 4.5%;
  }
  .h3_main_text {
    width: 64%;
  }
  .writer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin: 0 auto 60px;
  }
  .img_writer {
    width: 18%;
    margin-right: 4%;
    margin-bottom: 0;
    border-radius: 50%;
  }
  .text_writer {
    width: 78%;
  }
  .writer_name {
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #342c2b;
  }
  .writer_introduce {
    width: 100%;
    font-size: 1.2rem;
    color: #342c2b;
  }
  .h2_go_north {
    width: 49%;
    margin: 0 auto 82px;
  }
  .h2_go_north_img {
    width: 100%;
    height: auto;
  }
  .bg_go_north .sub_contents_container {
    display: flex;
  }
  .bg_go_north .sub_content {
    margin-top: 20px;
    width: 48%;
  }
  .sub_contents_container {
    flex-wrap: wrap;
  }
  .sub_content:nth-of-type(n + 3) {
    margin-top: 67px;
  }
  .sub_content_coutry_name {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
  }
  .city_name {
    width: 132px;
    height: auto;
  }
  .country_name {
    font-size: 1.2rem;
    line-height: 12.5px;
    color: #342c2b;
    position: relative;
    padding-left: 20px;
    background-size: 12.5px;
    background-position: top left;
    background-repeat: no-repeat;
  }
  .country_name.sw {
    background-image: url(../resources/flag_sw.png);
  }
  .country_name.de {
    background-image: url(../resources/flag_de.png);
  }
  .country_name.fi {
    background-image: url(../resources/flag_fi.png);
  }
  .country_name.ic {
    background-image: url(../resources/flag_ic.png);
  }
}
.value_bnr {
  max-width: 840px;
  width: calc(100% - 40px);
  margin-inline: auto;
  margin-top: 20px;
}
.value_bnr_img {
  display: block;
}
.value_bnr_img img {
  width: 100%;
}
.value_bnr_text {
  text-align: left;
  color: #fff;
  width: fit-content;
  font-size: 1.2rem;
  line-height: 1.2;
}
.value_bnr_text_wrap {
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}