@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_fv01.jpg");
}

.fv_sl2 {
  width: 100%;
  height: 100%;
  background-image: url("../resources/bg_fv02.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 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  margin: 0 auto 0;
  width: 92%;
  max-width: 566px;
  text-align: center;
  z-index: 10000;
}

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

@media screen and (min-width: 591px) {
  .fv .wrap {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
  }
  .h1_cp {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    margin: 0 auto 0;
    width: 92%;
    max-width: 622px;
    text-align: center;
    z-index: 10000;
  }
}
.conv_area {
  width: 100%;
  padding: 17px 0;
  background-image: url(../resources/bg_conv_sp.jpg);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center center;
}

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

.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: #2dabb0;
  color: #2dabb0;
  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, #2dabb0, #2dabb0);
  background: -webkit-linear-gradient(right, #fff, #fff, #2dabb0, #2dabb0);
  background: linear-gradient(270deg, #fff, #fff, #2dabb0, #2dabb0);
  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: #2dabb0;
}

.btn_conv:hover .svg_arrow path {
  fill: #2dabb0;
}

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

.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_area {
    background-image: url(../resources/bg_conv.jpg);
  }
}
/*
convエリア　ボタン画像
----------------------------*/
.cv_cp1_pc {
  display: none;
}

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

.cv_cp1 {
  margin: 0 15px 14px 0;
  width: 80%;
}

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

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

/*@media screen and (min-width:500px) {*/
@media screen and (min-width: 591px) {
  .conv_wrap {
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .fv_conv .conv_wrap {
    display: flex;
  }
  .cv_cp1_pc {
    display: block;
    width: 270px;
    height: auto;
    margin-right: 15px;
  }
  .cv_cp1_sp {
    display: none;
  }
  .cv_cp1 {
    margin: 0 15px 0 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 240px;
  }
  .cv_cp2 {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 240px;
  }
  .cv_cp1 img,
  .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;
}

@media screen and (max-width: 591px) {
  .head_scrl .scr_infinity__list--left {
    animation: infinity-scroll-left 45s infinite linear 0.5s both;
  }
}
.scr_item img {
  height: 8vw;
  min-height: 50px;
  width: auto;
  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: 8vw;
    width: auto;
  }
  .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.6rem;
  font-weight: 600;
  margin-bottom: 32px;
}

.voyage_map {
  display: block;
  max-width: 800px;
  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: 800px;
    width: 100%;
    height: auto;
    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;
  height: auto;
  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_title_img {
  width: 100%;
  height: auto;
}

.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%;
  }
}
/*float btn */
.float_title,
.float_tel {
  display: none;
}

.float {
  background-color: rgba(239, 131, 130, 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: #2dabb0;
  color: #2dabb0;
  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, #2dabb0, #2dabb0);
  background: -webkit-linear-gradient(right, #fff, #fff, #2dabb0, #2dabb0);
  background: linear-gradient(270deg, #fff, #fff, #2dabb0, #2dabb0);
  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(239, 131, 130, 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;
}

.price_description {
  width: 100%;
}

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

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

.price_detail li {
  list-style: disc;
}

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

.price_pc {
  display: none;
}

.price_sp.course_price_img:nth-of-type(2n) {
  margin-right: 0;
}

.price_sp.course_price_img:nth-of-type(n+3) {
  margin-bottom: 0;
}

.price_description {
  width: 48%;
  max-width: 345px;
  margin-bottom: 0;
}

.price_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 86%;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

.price_description_img {
  display: none;
}

@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;
  }
  .price_pc {
    display: block;
  }
  .price_sp {
    display: none;
  }
  .price_pc.course_price_img:nth-of-type(2n) {
    margin-right: 0;
  }
  .price_pc.course_price_img:nth-of-type(n+3) {
    margin-bottom: 0;
  }
  .price_description {
    width: 48%;
    max-width: 345px;
    margin-bottom: 0;
  }
  .price_description_img {
    display: block;
    margin-bottom: 10px;
  }
  .price_detail {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.8;
  }
  .price_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 72%;
    max-width: 720px;
    margin: 0 auto;
  }
}
/* slideコンテンツ */
.slide_wrap {
  width: 100vw;
  margin: 0 auto;
  overflow-x: hidden;
}

.slide_content {
  display: inline-block;
  width: 48%;
  margin-right: 10px;
  padding: 5px 5px 0;
  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: 1.4rem;
  font-weight: bold;
  color: #64a79d;
  margin: 0 auto 15px;
}

.slide_text {
  width: 98%;
  font-size: 1.2rem;
  line-height: 1.7;
  color: #333;
  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 0;
    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: 1.4rem;
    font-weight: bold;
    color: #64a79d;
    margin: 0 auto 15px;
  }
  .slide_text {
    width: 98%;
    line-height: 1.5;
    font-size: 1.2rem;
    color: #333;
    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;
  }
}
/*-----------V127-----------------*/
/* コンテンツ：europe */
/*.europe_contents{
    padding: 0 0 40px;    
}

.sub_contents_container{
    max-width: 800px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto 86px;
}
.sub_contents_container:last-of-type{
    margin-bottom: 0;
}

.sub_content{
    width: 100%;
}


.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;
}


.sub_wrap{
    margin: 0 auto;
    width: 100%;
}

.bg_map{
    background-image: url(../resources/bg_europe.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size:100% auto;

    padding-top: 43px;
}

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

.lead_text{
    color: #408e8e;
    font-size: 1.4rem;
    line-height: 1.7;
}
.sub_content:nth-of-type(n+2) {
    margin-top: 30px;
}


@media screen and (min-width:610px) {

    .sub_contents_container{
        max-width: 800px;
        width: 80%;
        margin: 0 auto;

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

    .sub_content:nth-of-type(2) {
        margin-top: 0;
    }

    .sub_content:nth-of-type(n+3) {
        margin-top: 67px;
    }

    .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;
    }
}


@media screen and (min-width:880px) {

    .sub_wrap{
        margin: 0 auto;
        max-width: 1000px;
        width: 100%;
    }


    .bg_map{
        background-image: url(../resources/bg_europe.jpg);
        background-repeat: no-repeat;
        background-position: top right;
        background-size:709px auto;

        padding-top: 43px;
    }


    .europe_contents{
        padding: 0 0 54px;    
    }


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

}


.h2_europe{
    max-width: 405px;
    width: 74%;
    margin: 0 auto 16px;
}

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



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


.lead_text{
    max-width: 600px;
    width: 80%;
    margin: 0 auto;

    color: #408e8e;
    font-size: 1.4rem;
    line-height: 1.7;

}


@media screen and (min-width:880px) {
    .h2_europe{
    max-width: 405px;
    width: 41%;
    margin: 0 auto 16px;
    }

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



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


    .lead_text{
    max-width: 600px;
    width: 60%;
    margin: 0 auto;

    color: #408e8e;
    font-size: 1.4rem;
    line-height: 1.7;

    }

}*/
/* コンテンツ：7つのキーワード */
/*.seven_words{
    background-color: #f5f2eb;
    padding: 60px 0 90px 0;

}

.h2_seven_words{
    max-width: 418px;
    width: 76%;
    margin: 0 auto 40px;
}

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

.seven_words_content{
    max-width: 800px;
    width: 80%;
    margin: 0 auto 70px;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

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

.seven_words_img.sp{
    display: block;
    max-width: unset;
    width: 100%;
    height: auto;    
    margin: 0 auto 20px;
}

.seven_words_img.pc{
    display: none;
}


.h3_seven_words{
    max-width: 300px;
    width: 80%;
    margin: 0 auto 10px;
}

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

.seven_words_text{
    max-width: unset;
    width: 97%;
    margin: 0 auto;

    color: #342c2b;
    font-size: 1.2rem;
    line-height: 1.6;
}

@media screen and (min-width:610px) {
    .h3_seven_words{
        max-width: 300px;
        width: 37.5%;
        margin: unset;
    }

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

    .seven_words_text{
        max-width: 456px;
        width: 57%;

        color: #342c2b;
        font-size: 1.2rem;
        line-height: 1.6;

        margin: unset;
    }

    .seven_words_img.sp{
        display: none;
    }

    .seven_words_img.pc{
        display: block;
        max-width: 1000px;
        width: 100%;
        height: auto;    

        margin-bottom: 20px;
    }

    .seven_words_content{
        max-width: 800px;
        width: 80%;
        margin: 0 auto;
    }


    .seven_words_content{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 70px;
    }

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


}

@media screen and (min-width:880px) {

    .seven_words{
        background-color: #f5f2eb;
        padding: 107px 0 90px 0;

    }

    .h2_seven_words{
        max-width: 418px;
        width: 42%;
        margin: 0 auto 80px;
    }

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


}*/
/* メインビジュアル */
.head_scrl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background-color: rgba(19, 95, 158, 0.5);
  box-sizing: border-box;
  padding: 7px 0;
  height: 30px;
}

.head_scrl img {
  width: 2273px;
  min-height: unset;
  height: auto;
  margin-right: 20px;
}

.head_logo {
  position: absolute;
  /*    top: 56px;*/
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  max-width: 1000px;
  width: 96%;
  height: auto;
}

@media screen and (min-width: 1000px) {
  .head_logo {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    max-width: 1000px;
    width: 956px;
    height: auto;
  }
}
/* V127独自　スライドの注釈表示 */
.fv_caption {
  position: absolute;
  font-size: 0.9rem;
  color: #fff;
  right: 25px;
  bottom: 15px;
}

/* V129独自 */
.wrap_80 {
  max-width: unset;
  width: 100%;
  margin: 0 auto;
}

.h_content {
  margin: 0 auto;
  width: 92%;
  height: auto;
}

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

.islam {
  background: url("../resources/bg_islam.jpg") repeat top center;
  background-size: 217px auto;
  padding: 110px 0 105px;
}

.alaska {
  background: #4d85a4;
  padding-bottom: 82px;
}

.alaska .h_area {
  background: url("../resources/bg_alaska.jpg") no-repeat bottom center;
  background-size: cover;
  min-height: 798px;
  box-sizing: border-box;
  padding-top: 117px;
}

.nordic {
  background: #145d8a;
  padding-bottom: 88px;
}

.nordic .h_area {
  background: url("../resources/bg_nordic.jpg") no-repeat bottom center;
  background-size: cover;
  min-height: 760px;
  box-sizing: border-box;
  padding-top: 93px;
}

.egypt {
  margin-bottom: 78px;
}

.sub_img {
  margin: 0 auto 50px;
  width: 100%;
  height: auto;
}

.main_description, .sub_text {
  width: 86%;
  margin: 0 auto 57px;
  color: #333;
  font-size: 1.4rem;
  line-height: 2;
}

.islam h2 {
  margin-bottom: 54px;
}

.islam h3 {
  margin-bottom: 44px;
}

.content_title {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.content_description {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #fff;
}

.flex_containar {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content_box_side_by_side {
  max-width: 385px;
  width: 86%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 52px auto 0;
}

.content_box_side_by_side:nth-of-type(1) {
  margin-top: 0;
}

.content_box_side_by_side .content_img {
  width: 50%;
  height: auto;
}

.content_box_side_by_side .content_text {
  width: 45%;
  height: auto;
}

.content_box_side_by_side .content_title {
  line-height: 1.7;
}

.content_box {
  max-width: 385px;
  width: 86%;
  margin: 52px auto 0;
}

.content_box .content_img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.content_box .content_text {
  width: 100%;
  height: auto;
}

.content_box .content_title {
  text-align: center;
}

.content_small {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.content_box .content_description {
  width: 100%;
  height: auto;
  margin-bottom: 17px;
}

@media screen and (min-width: 880px) {
  .wrap_80 {
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
  }
  .h_content {
    margin: 0 auto;
    width: 62%;
    height: auto;
  }
  .h_content img {
    width: 100%;
    height: auto;
  }
  .islam {
    background: url("../resources/bg_islam.jpg") repeat top center;
    background-size: 217px auto;
    padding: 110px 0 105px;
  }
  .alaska {
    background: #4d85a4;
    padding-bottom: 82px;
  }
  .alaska .h_area {
    background: url("../resources/bg_alaska.jpg") no-repeat bottom center;
    background-size: cover;
    min-height: 798px;
    box-sizing: border-box;
    padding-top: 117px;
  }
  .nordic {
    background: #145d8a;
    padding-bottom: 88px;
  }
  .nordic .h_area {
    background: url("../resources/bg_nordic.jpg") no-repeat bottom center;
    background-size: cover;
    min-height: 760px;
    box-sizing: border-box;
    padding-top: 93px;
  }
  .egypt {
    margin-bottom: 78px;
  }
  .sub_img {
    margin: 0 auto 50px;
    width: 100%;
    height: auto;
  }
  .main_description, .sub_text {
    width: 75%;
    margin: 0 auto 57px;
    color: #333;
    font-size: 1.4rem;
    line-height: 2;
  }
  .islam h2 {
    margin-bottom: 54px;
  }
  .islam h3 {
    margin-bottom: 44px;
  }
  .content_title {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .content_description {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #fff;
  }
  .flex_containar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .content_box_side_by_side {
    max-width: 385px;
    width: 48%;
    display: flex;
    justify-content: space-between;
    margin: 52px 0 0;
  }
  .content_box_side_by_side:nth-of-type(1),
  .content_box_side_by_side:nth-of-type(2) {
    margin-top: 0;
  }
  .content_box_side_by_side .content_img {
    width: 50%;
    height: auto;
  }
  .content_box_side_by_side .content_text {
    width: 45%;
    height: auto;
    padding-top: 10px;
  }
  .content_box {
    max-width: 385px;
    width: 48%;
    margin: 52px 0 0;
  }
  .content_box .content_img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .content_box .content_text {
    width: 100%;
    height: auto;
  }
  .content_box .content_title {
    text-align: center;
  }
  .content_small {
    color: #fff;
    text-align: center;
    font-size: 1rem;
  }
  .content_box .content_description {
    width: 100%;
    height: auto;
    margin-bottom: 17px;
  }
}
/*convボタン　sp時のレイアウト*/
@media screen and (max-width: 590px) {
  .conv_area.in_contents .conv_wrap {
    display: block;
  }
  .conv_area.in_contents .cv_cp1,
  .conv_area.in_contents .cv_cp2 {
    margin: 0 auto 14px;
    width: 80%;
  }
  .conv_area.in_contents .cv_cp1 img,
  .conv_area.in_contents .cv_cp2 img {
    width: 80%;
    height: auto;
  }
  .conv_area.in_contents .btn_conv {
    width: 100%;
    max-width: unset;
  }
  .conv_area.in_contents .btn_br {
    display: none;
  }
}
.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;
}