@charset "utf-8";
/* CSS Document */

/*common
=======================*/
html
#main {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #323232;
  line-height: 1.7;
  margin: 0 auto;
}
#main img{
	vertical-align:top;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
@media screen and (min-width:768px) {
	.spOnly {
		display: none;
	}
}
@media screen and (max-width:767.98px) {
	.pcOnly {
		display: none;
	}
}

/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap .anim_scroll {
  transform: translateY(30px) scale(.7);
}
.kvTitWrap .anim_scroll.scrollin {
  transform: translate(0, 0) scale(1);
}
@media screen and (max-width:767.98px) {
	.anim_scroll_sp {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 1s, transform 1s;
	}
}
/*=====================*/


/*kvArea
=======================*/
.kvArea {
	position: relative;
}
.kv {
	height: 470px;
	margin: 0;
}
.kvTitBlock {
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
}
.kvTitWrap {
	position: absolute;
	top: 70px;
	left: 0;
	max-width: 570px;
	width: 100%;
	text-align: center;
	z-index: 5;
}
.kvArea h1 {
	position: relative;
	margin: 0;
	font-size: 3.4rem;
}
.kvArea .introTxt {
	margin-top: 45px;
	padding: 20px 30px;
	color: #fff;
	letter-spacing: -1px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.5) 15%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 85%, rgba(255,255,255,0) 100%);
}
.kv .slider-item {
	height: 470px;
}
.kv img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767.98px) {
	.kv, .kv .slider-item {
		height: 312px;
	}
	.kvTitWrap {
		top: 15px;
		left: 50%;
		transform: translate(-50%, 0);
		padding: 0 10px;
	}
	.kvArea .introTxt {
		margin-top: 12px;
		padding: 8px 30px;
		font-size: 1.2rem;
		line-height: 1.6;
	}
}
@media screen and (min-width:600px) and (max-width:767.98px) {
	.kv, .kv .slider-item {
		height: 550px;
	}
	.kvTitWrap {
		top: 60px;
	}
}
@media screen and (min-width:500px) and (max-width:599px) {
	.kv, .kv .slider-item {
		height: 400px;
	}
}
/*=====================*/


/*menuNav
=======================*/
.menuNav {
	background: #efefef;
}
.menuNav_inner {
	display: flex;
	justify-content: center;
	max-width: 1160px;
	margin: 0 auto;
}
.menuNav .navItem {
	width: 100%;
	font-size: 2rem;
	text-align: center;
	background: #d7d7d7;
	border-right: 2px solid #a9a9a9;
}
.menuNav .navItem:nth-of-type(1) {
	background: #405aa4;
}
.menuNav .navItem:nth-of-type(2) {
	background: #609f54;
}
.menuNav .navItem:last-of-type {
	border-right: none;
}
.menuNav .navItem a {
	display: block;
	width: 100%;
	padding: 20px;
  color: #fff;
}
.menuNav .navItem a span {
	position: relative;
}
.menuNav .navItem a span::after {
	position: absolute;
	content: '';
	top: 40%;
	right: -25px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
	.menuNav .navItem {
		transition: 0.2s ease all;
	}
	.menuNav .navItem:nth-of-type(1) a:hover {
		background: #5B75BF;
		transition: 0.2s ease all;
	}
	.menuNav .navItem:nth-of-type(2) a:hover {
		background: #82B778;
		transition: 0.2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.menuNav .navItem {
		font-size: 1.5rem;
	}
	.menuNav .navItem a {
		padding: 20px 35px 20px 20px;
	}
	.menuNav .navItem a span::after {
		top: 30%;
    right: -20px;
		transform: translateY(-30%) rotate(45deg);
	}
}

@media screen and (max-width:359px) {
	.menuNav .navItem {
		font-size: 1.2rem;
	}
}
/*=====================*/


/*pointArea
=======================*/

/*-----pointArea_commonParts-----*/
.pointArea {
	position: relative;
	margin-top: 50px;
	padding-bottom: 100px;
}
.pointArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.pointArea h2 {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.pointArea h2::before,
.pointArea h2::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 74px;
	height: 25px;
	background: url("../img/titparts_01.png") no-repeat;
	background-size: contain;
}
.pointArea h2::before {
	left: -95px;
}
.pointArea h2::after {
	right: -95px;
	transform: translateY(-50%) scaleX(-1);
}
.pointArea .sub_info {
	position: relative;
  margin-left: 3.5em;
  margin-top: 15px;
  font-size: 1.6rem;
}
.pointArea .sub_info.dots::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  top: 14px;
  left: -43px;
  background: #cccccc;
  transform: translateY(-50%);
  border-radius: 50%;
}
.pointArea .txt_note {
  font-size: 1.3rem;
  color: #7e7e7e;
}
.pointArea .emphasisTxt {
  color: #7e7e7e;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width:767.98px) {
	.pointArea_inner {
		padding: 0 10px;
	}
	.pointArea {
		margin-top: 55px;
		padding-bottom: 5px;
	}
	.pointArea h2 {
		font-size: 2rem;
	}
	.pointArea h2 span::before,
	.pointArea h2 span::after {
		height: 1px;
		width: 100%;
	}
	.pointArea h2 span::before {
		left: -105%;
	}
	.pointArea h2 span::after {
		right: -105%;
	}
	.pointArea .sub_info {
		margin-left: 3.7em;
    font-size: 1.4rem;
  }
	.pointArea .sub_info.dots::after {
    top: 11px;
    left: -40px;
  }
	.pointArea .emphasisTxt {
		font-size: 1.8rem;
	}
}
/*-------------------------------*/


.headArea .centering {
	margin-top: 20px;
	text-align: center;
}
.introductionArea {
	margin-top: 45px;
}
.introductionArea > ul {
	max-width: 1000px;
	margin: 30px auto 0;
}
.slide_block {
	padding: 20px;
	border: 1px solid #cdcdcd;
}
.slide_block .cruiseTit {
	padding-bottom: 2px;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.4;
	border-bottom: 2px solid #405aa4;
}
.slide_block .overviewBox,
.slide_block .detailBox {
	display: flex;
}
.slide_block .overviewBox {
	margin-top: 13px;
}
.slide_block .overviewBox figure {
	position: relative;
	width: 400px;
	height: 200px;
}
.slide_block .overviewBox figure figcaption {
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #fff;
	font-size: 1.3rem;
	text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
}
.slide_block .overviewBox .txtBlock {
	width: 55%;
	margin-left: 20px;
}
.slide_block .overviewBox .txtBlock p {
	font-size: 1.7rem;
	letter-spacing: -.5px;
}
.slide_block .overviewBox table {
	width: 100%;
	margin-top: 20px;
	text-align: center;
	border: 1px solid #cdcdcd;
}
.slide_block .overviewBox table th,
.slide_block .overviewBox table td {
	border: 1px solid #cdcdcd;
}
.slide_block .overviewBox table th {
	width: 100px;
	background: #f6f6f6;
}
.slide_block .detailBox_wrap {
	margin-top: 10px;
	padding: 10px;
	background: #eef0f7;
}
.slide_block .detailBox {
	justify-content: space-between;
}
.slide_block .detailBox .detailItem {
	max-width: 307px;
}
.slide_block .detailItem p {
	padding: 5px;
	font-size: 1.4rem;
}
.slide_block button {
	display: none;
}
#abroad h2 {
	color: #13338f;
}
#abroad h2 {
	color: #13338f;
}
#domestic h2 {
	color: #398d29;
}
#domestic .slide_block .cruiseTit {
	border-bottom: 2px solid #398d29;
}
@media screen and (max-width:767.98px) {
	.headArea .centering {
		font-size: 1.3rem;
		letter-spacing: -.5px;
	}
	.introductionArea h2 span {
		font-size: 1.5rem;
	}
	.pointArea h2::before,
	.pointArea h2::after {
		width: 60px;
    height: 20px;
	}
	.pointArea h2::before {
    left: -70px;
	}
	.pointArea h2::after {
    right: -70px;
	}
	.slide_block {
		padding: 10px;
	}
	.slide_block .cruiseTit {
		font-size: 1.7rem;
	}
	.slide_block .overviewBox,
	.slide_block .detailBox {
		display: block;
	}
	.slide_block .overviewBox figure {
		max-width: 400px;
    width: auto;
    height: auto;
		margin: 0 auto;
	}
	.slide_block .overviewBox figure figcaption {
		font-size: 1.1rem;
	}
	.slide_block .overviewBox .txtBlock {
		width: 100%;
		margin: 15px 0 0 0;
	}
	.slide_block .overviewBox .txtBlock p {
		font-size: 1.3rem;
	}
	.slide_block .overviewBox table {
		margin-top: 15px;
	}
	.slide_block .overviewBox table th,
	.slide_block .overviewBox table td,
	.slide_block .detailItem p {
		font-size: 1.3rem;
	}
	.slide_block .detailBox_wrap {
		display: none;
	}
	.slide_block button {
		position: relative;
		display: block;
		width: 100%;
		margin-top: 17px;
		padding: 7px 0;
		color: #fff;
		font-size: 1.5rem;
		font-weight: bold;
		letter-spacing: 1px;
		background: #405aa4;
		border: none;
		border-radius: 30px;
	}
	.slide_block button::after {
    content: "";
		position: absolute;
    top: 0;
    bottom: 0;
		right: 22px;
		transform: rotate(45deg);
		width: 10px;
		height: 10px;
    margin: auto;
    vertical-align: middle;
		border-top: 2px solid #fff;
    border-right: 2px solid #fff;
	}
}


/*=========ポイント下注釈============*/

.annotation {
  color: #666;
  font-size: 1.4rem;
  margin-top: 40px;
  padding: 0 45px;
}

/*--------ナンバリングあり---------*/
.annotation .an_num {
  position: relative;
  padding-left: 2.0em;
}
.annotation_mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*--------ナンバリングなし---------*/
.annotation .an_nor {
  position: relative;
  padding-left: 1.8rem;
}
.annotation_mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.annotation li + li {
  margin-top: 3px;
}
@media screen and (max-width:767.98px) {
  .annotation {
    color: #444;
    font-size: 1.1rem;
  }
}


/*-----Slick-----*/
.slick-arrow {
  display: block;
  position: absolute;
  /*top: 0;*/
  bottom: -15%;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  transition: opacity 0.5s;
  z-index: 1;
}
#domestic .slick-arrow {
  bottom: -25%;
}
.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */

.slick-next,
.slick-prev {
	background: transparent;
	border: none;
}
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 4px solid #405aa4;
  border-right: 4px solid #405aa4;
}
#domestic .slick-next::after,
#domestic .slick-prev::after {
  border-top: 4px solid #3a8d2a;
  border-right: 4px solid #3a8d2a;
}

/* next */

.slick-next {
  right: 26px;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

/* prev */

.slick-prev {
  left: 26px;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
	.slick-arrow,
	#domestic .slick-arrow {
		bottom: -13.5%;
	}
  .slick-next::after,
  .slick-prev::after {
    width: 15px;
    height: 15px;
		border-top: 3px solid #405aa4;
    border-right: 3px solid #405aa4;
  }
  #domestic .slick-next::after,
  #domestic .slick-prev::after {
		border-top: 3px solid #3a8d2a;
    border-right: 3px solid #3a8d2a;
  }
  .slick-next {
    right: 8px;
  }
  .slick-prev {
    left: 8px;
  }
	.slick-prev::after {
		left: -5px;
	}
  .slick-next::after {
    right: -5px;
  }
	
	/*---modal_slider---*/
  .detail_slider .slick-arrow {
		top: 0;
		bottom: 0;
	}
  .detail_slider .slick-next::after,
  .detail_slider .slick-prev::after {
    width: 20px;
    height: 20px;
		border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
	.detail_slider .slick-prev::after {
		left: -30px;
	}
  .detail_slider .slick-next::after {
    right: -30px;
  }
}

.introduction_slider .slick-dots {
  bottom: -125px;
}
.introduction_slider .slick-dots li {
	position: relative;
  width: 170px;
  height: 100px;
	border-radius: 5px;
	overflow: hidden;
	transition: .2s;
}
@media (min-width: 768px) {
	.introduction_slider .slick-dots li:hover {
		opacity: .7;
		transition: .2s;
	}
	.introduction_slider .slick-dots li img {
		height: 100px;
		object-fit: cover;
	}
	.introduction_slider .slick-dots li .dot-with-caption {
		position: relative;
	}
	.introduction_slider .slick-dots li .dot-with-caption::before {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #333;
		opacity: .6;
		z-index: 0;
	}
	.introduction_slider .slick-dots li .dot-with-caption::after {
		position: absolute;
    border: 1px solid #fff;
    content: "";
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
		border-radius: 5px;
		z-index: 0;
	}
	.introduction_slider .slick-dots li.slick-active .dot-with-caption::before,
	.introduction_slider .slick-dots li.slick-active .dot-with-caption::after,
	.introduction_slider .slick-dots li.slick-active .dot-with-caption span {
		display: none;
	}
	.introduction_slider .slick-dots li .dot-with-caption span {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: inline-block;
		width: 100%;
		color: #fff;
		font-size: 1.4rem;
		font-weight: bold;
	}
}
@media screen and (max-width: 767px) {
	.introduction_slider .slick-dots {
    bottom: -40px;
	}
	.introduction_slider .slick-dots li {
		width: 10px;
		height: 10px;
		/*width: 65px;
		height: 50px;*/
		border-radius: 20px;
	}
	.introduction_slider .slick-dots li::after {
		display: block;
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #333;
		opacity: .6;
		z-index: -1;
	}
	.introduction_slider .slick-dots li.slick-active::after {
		display: block;
		background: #405aa4;
		opacity: 1;
	}
	#domestic .introduction_slider .slick-dots li.slick-active::after {
		background: #3a8d2a;
	}
	/*.introduction_slider .slick-dots li img {
    height: 50px;
	}*/
}
@media screen and (max-width: 359px) {
	.introduction_slider .slick-dots {
    bottom: -75px;
	}
	.introduction_slider .slick-dots li {
		width: 55px;
		height: 45px;
	}
	.introduction_slider .slick-dots li img {
    height: 45px;
	}
}
/*---------------*/

/*=====================*/



/*modal window
=======================*/
.modal__bg {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}
.modal__bg.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}
.modal__inner {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 10px;
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}
.modal__inner.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}
.modal-card {
  width: 1160px;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0 ,0, 0, 0.4));
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  transform: translate3d(0, 48px, 0);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
}
.modal-card.is-active {
  position: relative;
  z-index: 2;
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
  transform: translate3d(0, 0, 0);
}
.modal-card__heading {
  margin: 0 80px 0 0;
	padding-left: 10px;
  font-size: 2.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: #535353;
	border-bottom: 2px solid #535353;
}
.modal-card__text {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #444;
}
.modal-card__close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
	transition: .2s;
}
.modal-card__close::before,
.modal-card__close::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  background: #fff;
}
.modal-card__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-card__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-card .countryBox {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
  padding: 10px;
	font-size: 1.8rem;
}
.modal-card .countryBox li {
	width: calc((100% - 108px) / 4);
	margin-right: 36px;
}
.modal-card .countryBox li:nth-of-type(n+5) {
	margin-top: 10px;
}
.modal-card .countryBox li:nth-of-type(4n) {
	margin-right: 0;
}
.modal-card .countryBox li a {
	color: #535353;
	font-weight: bold;
	text-decoration: underline;
	transition: .3s;
}
.modal-card .countryBox li.noCountry {
	margin-top: 10px;
	color: #535353;
	font-weight: bold;
}
.modal-card .detailBox_wrap {
	margin: 0;
	background: #eff3ff;
}
.modal-card .detailBox {
	margin: 0;
}
.modal-card .detailItem p {
	max-width: 307px;
	margin: 0 auto;
	padding: 10px 15px;
	font-size: 1.3rem;
}
.modal-card .detailItem .imgWrap {
	max-width: 307px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
}
.modal-card .detailItem img {
	margin: 0 auto;
}

@media screen and (min-width:768px) {
	.modal-card__close:hover {
		border-radius: 50%;
		transition: .2s;
	}
	.modal-card .countryBox li a:hover {
		color: #cc0d21;
		text-decoration: none;
		transition: .3s;
	}
}

@media screen and (max-width:767.98px) {
	.modal-card {
		width: 100%;
		min-height: auto;
		max-height: 480px;
		padding: 30px 35px;
		background: #7f7f7f;
    overflow-y: auto;
	}
	.modal-card__heading {
		margin: 12px 60px 0 0;
		font-size: 2rem;
	}
	.modal-card .countryBox {
		font-size: 1.6rem;
	}
	.modal-card .countryBox li {
		width: 50%;
		margin-top: 10px;
		margin-right: 0;
	}
	.modal-card .countryBox li:first-of-type,
	.modal-card .countryBox li:nth-of-type(2) {
		margin-top: 0;
	}
	.modal-card .countryBox li.noCountry {
		width: 100%;
	}
}
/*=====================*/


/*courseArea
=======================*/
.courseArea {
	margin-top: 75px;
	padding-top: 35px;
	background: #efefef;
}
.courseArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.courseArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.courseArea h2 span {
	position: relative;
}
.courseArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.courseArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}

@media screen and (max-width:767.98px) {
	.courseArea {
		margin-top: 50px;
	}
	.courseArea h2 {
		overflow: hidden;
	}
	.courseArea h2 span {
		font-size: 2rem;
	}
	.courseArea h2 span::before,
	.courseArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.courseArea h2 span::before {
		left: -370%;
	}
	.courseArea h2 span::after {
		right: -370%;
	}
}

/*---areaMenu---*/
.areaMenu {
	position: sticky;
	top: 0;
	margin-top: 30px;
	background: #d7d7d7;
	box-shadow: 0 1px 2px 2px rgba(0, 0, 0, .1);
	z-index: 10;
}
.areaMenu ul {
	display: flex;
	max-width: 1160px;
	margin: 0 auto;
}
.areaMenu li {
	width: 100%;
	text-align: center;
}
.areaMenu li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	color: #323232;
	font-size: 1.8rem;
    letter-spacing: -2px;
}
.areaMenu li a span {
	position: relative;
	padding-left: 10px;
}
.areaMenu li a span::after {
	position: absolute;
	content: '';
	top: 45%;
	left: -8px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: translateY(-45%) rotate(45deg);
}
@media (min-width: 768px) {
	.areaMenu li a {
		position: relative;
		overflow: hidden;
		transition: 0.2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.areaMenu ul {
		justify-content: center;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.areaMenu li {
		justify-content: center;
		flex-wrap: wrap;
		width: auto;
	}
	.areaMenu li a {
		position: relative;
		padding: 10px 20px 10px 25px;
		font-size: 1.4rem;
	}
	.areaMenu li a::after {
		position: absolute;
		content: '';
		width: 1000%;
		height: 1px;
		bottom: 0;
		left: -100%;
		background: #a9a9a9;
	}
  .areaMenu li:last-of-type a::after {
    display: none;
  }
	.areaMenu li a span {
		padding-left: 0;
	}
	.areaMenu li a span::after {
		top: 35%;
    left: -15px;
    width: 8px;
    height: 8px;
		transform: translateY(-35%) rotate(45deg);
	}
}

/*---courseItemsBox---*/
.areaBlock {
	padding-bottom: 74px;
}
.areaBlock:first-of-type {
	margin-top: 52px;
}
.areaBlock h3 {
	margin: 0;
	padding: 10px 0;
	font-size: 2.4rem;
	text-align: center;
	background: #d7d7d7;
}
.courseItemsBox {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.courseItem {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}
.courseItem:nth-of-type(3n) {
	margin-right: 0;
}
.courseItem:nth-of-type(n+4) {
	margin-top: 30px;
}
.courseItem a {
  display: block;
  border-radius: 5px;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.course__card {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.course__card__tagBox__square {
	margin-top: 7px;
}
.course__card__tagBox__square ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.course__card__tagBox__square ul li {
	margin: 0 7px 5px 0;
	padding: 0px 5px;
	font-size: 1.3rem;
	font-weight: bold;
}
.course__card__tagBox__square ul li.squareTag_formal {
	color: #87792b;
	background: #fff5e5;
	border: 2px solid #f4e79f;
}
.course__card__tagBox__square ul li.squareTag_informal {
	color: #314297;
	background: #f2f4ff;
	border: 2px solid #c1caf5;
}
.course__card__tagBox__square ul li.squareTag_event {
	color: #caad27;
	background: #fffbe9;
	border: 2px solid #f0e2a2;
}
.course__card__tagBox__square ul li.square_lessthan2days {
	color: #de428c;
	background: #ffd8ea;
	border: 2px solid #fbbcda;
}
.course__card__tagBox {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 5;
}
.course__card__tagBox ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
    gap:5px;
}
.course__card__tagBox ul li {
	padding: 5px 10px 3px;
	color: #fff;
	font-size: 1.3rem;
	background: rgb(0 0 0 / .5);
	border-radius: 30px;
    text-align: center;
    line-height: 1.2;
    letter-spacing: -1px;
}
.course__card__tagBox ul li.roundTag_casual {
	background: rgb(0 155 103 / .5);
}
.course__card__tagBox ul li.roundTag_premium {
	background: rgb(22 110 196 / .5);
}
.course__card__tagBox ul li.roundTag_luxury {
	background: rgb(89 96 194 / .5);
}
.course__card__tagBox ul li.roundTag_ferry {
	background: rgb(220 88 116 / .5);
}
.course__card__tagBox ul li.roundTag_river {
	background: rgb(187 181 18 / .5);
}
.course__card__img__caption {
  position: absolute;
	right: 12px;
  bottom: 9px;
  padding-left: 12px;
  font-size: 1.4rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, .8) 1px 0 2px, rgba(0, 0, 0, .8) .5403px .84147px 2px, rgba(0, 0, 0, .8) -.41615px .9093px 2px, rgba(0, 0, 0, .8) -.98999px .14112px 2px, rgba(0, 0, 0, .8) -.65364px -.7568px 2px, rgba(0, 0, 0, .8) .28366px -.95892px 2px, rgba(0, 0, 0, .8) .96017px -.27942px 2px;
  text-align: right;
}
.course__card__img figure figcaption {
    right: 12px;
    bottom: 9px;
    padding: 0 5px;
    font-size: 1.2rem;
    color: #707070;
    text-align: right;
	background-color: #fff;
}
.course__card__body {
	padding: 18px 18px 15px;
	background: #fff;
}
.course__card__codeArea__box {
	display: flex;
}
.course__card__code {
	position: relative;
  display: inline-block;
	min-width: 90px;
  padding: 0 10px 0 15px;;
  border: 1px solid #ddd;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  line-height: 20px;
}
.course__card__code::after {
	position: absolute;
	content: '';
	top: -1px;
	left: -1px;
	width: 6px;
	height: 22px;
	background: #c51f1f;
}
.course__card__area__label {
	display: inline-block;
  min-width: 90px;
	margin-left: 10px;
  padding: 1px 10px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 20px;
}
.course__card__title {
  margin-top: 8px;
	color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
	transition: all .3s;
}
.course__card__sub {
	margin-top: 5px;
}
.course__card__area {
  line-height: 1;
  text-align: right;
}
.course__card__unit {
  margin-top: 15px;
  font-size: 1.4rem;
	color: #707070;
	text-align: right;
}
.course__card__price {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
	color: #cc0d21;
	text-align: right;
}
main [class*="course__card__head"] {
	padding-top: 52%;
	background-image: url(/med/app-files/img/tabimono_img.png);
  background-size: 60% auto;
  background-position: center;
  background-color: #C1C1C1;
  background-repeat: no-repeat;
  height: 0;
  position: relative;
  overflow: hidden;
}
main [class*="js_rweb2404_img_"] {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
}
main [class*="js_rweb2404_img_"]::after {
	top: 0;
}
main [class*="js_rweb2404_caption_"] {
	z-index: 2;
}
.noCourseTxt {
	margin: 0 auto;
	font-size: 1.6rem;
}

@media (min-width: 768px) {
	.courseItem a:hover .course__card__title {
		color: #cc0d21;
		text-decoration: underline;
		transition: all .3s;
	}
}
@media screen and (max-width:767.98px) {
	.areaBlock {
		padding-bottom: 47px;
	}
	.areaBlock h3 {
		padding: 8px 0;
		font-size: 1.7rem;
	}
	.courseItemsBox {
		display: block;
		margin-top: 24px;
		padding: 0 10px;
	}
	.courseItem {
		width: 100%;
		margin-right: 0;
	}
	.courseItem:nth-of-type(n+2) {
		margin-top: 15px;
	}
	.course__card {
		background: #fff;
	}
	.course__card__img__caption {
		right: 8px;
    bottom: 5px;
		font-size: 1rem;
	}
	.course__card__tagBox__square ul li {
		font-size: 1rem;
	}
	.course__card__tagBox__square ul li.squareTag_formal {
		border: 1px solid #f4e79f;
	}
	.course__card__tagBox__square ul li.squareTag_informal {
		border: 1px solid #c1caf5;
	}
	.course__card__tagBox__square ul li.squareTag_event {
		border: 1px solid #f0e2a2;
	}
	.course__card__tagBox__square ul li.square_lessthan2days {
		border: 1px solid #fbbcda;
	}
	.course__card__tagBox ul li {
		margin: 0 5px 5px 0;
		padding: 2px 7px;
		font-size: 1rem;
	}
	.course__card__body {
		width: 100%;
		padding: 8px 10px;
	}
	.course__card__code {
		min-width: 70px;
		font-size: 1.2rem;
	}
	.course__card__area {
		text-align: left;
	}
	.course__card__area__label {
		min-width: 60px;
		font-size: 1rem;
	}
	.course__card__title {
		font-size: 1.5rem;
	}
	.course__card__unit {
		margin-top: 5px;
		font-size: 1.1rem;
	}
	.course__card__price {
		margin-top: 5px;
		font-size: 1.7rem;
	}
	.noCourseTxt {
		font-size: 1.3rem;
		text-align: center;
	}
}

/*---abroadOnly---*/
#course_abroad {
	background: #ecf0fb;
}
#course_abroad .areaMenu,
#course_abroad .areaBlock h3 {
	color: #fff;
	background: #405aa4;
}
#course_abroad .areaMenu li a {
	color: #fff;
	transition: 0.2s ease all;
}
#course_abroad .areaMenu li a span::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
@media (min-width: 768px) {
	#course_abroad .areaMenu li a:hover {
		background: #5B75BF;
		transition: 0.2s ease all;
	}
}

/*---domesticOnly---*/
#course_domestic {
	background: #efffec;
}
#course_domestic .areaMenu,
#course_domestic .areaBlock h3 {
	color: #fff;
	background: #609f54;
}
#course_domestic .areaMenu li a {
	color: #fff;
	transition: 0.2s ease all;
}
#course_domestic .areaMenu li a span::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
@media (min-width: 768px) {
	#course_domestic .areaMenu li a:hover {
		background: #82B778;
		transition: 0.2s ease all;
	}
}
/*=====================*/


/*selectdiv(pulldown)
=======================*/
.select_label {
  padding: 28px 0 0;
  font-weight: bold;
}
.selectdiv {
	position: relative;
	top: 0;
	max-width: 250px;
	width: 100%;
  margin: 35px auto;
	transition: .2s ease all;
}
select:focus {
	outline: 0;
	border: 1px solid #cc0d21;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
	transform: translateY(-50%);
	background: #323232;
	cursor: pointer;
	z-index: 10;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
	color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
	border: 1px solid #fff;
	border-radius: 5px;
  cursor: pointer;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
	position: absolute;
	content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
	cursor: pointer;
}
.selectdiv .decoration::before {
	top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
	top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
	.selectdiv:hover select {
		border: 1px solid #cc0d21;
		transition: .2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.selectdiv {
		max-width: 205px;
	}
	.selectdiv select {
		height: 48px;
		padding: 4px 30px 0 20px;
		font-size: 1.5rem;
	}
	.selectdiv .decoration::before {
		top: 17px;
	}
	.selectdiv .decoration::after {
		top: 24px;
	}
	/*---iPhone only---*/
	.iPhone .selectdiv select {
		padding-top: 0;
	}
	/*-----------------*/
}
/*=====================*/


/*area_button
=======================*/
.area_button{
  text-align: center;
  margin: 40px 0;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.area_button .contents_wrap{
  justify-content: center;
  flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit{
  font-size: 2.4rem;
  color: #333333;
  margin: 15px 5px;
}
.area_button__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
  text-align: center;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after{
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:768px) {
	.area_button {
		margin-top: 0;
	}
	.area_button__link li{
		max-width: 138px;
	}
	.area_button__link li a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:767.98px) {
	.area_button__link {
		margin: 0 10px 0;
	}
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
/*=====================*/


/*pageTopBtn
=======================*/
.pageTopBtn {
	position: sticky;
	display: inline-block;
	bottom: 30px;
	left: 95%;
	text-align: right;
	opacity: 0;
	z-index: 10;
}
.pageTopBtn_inner {
	display: inline-block;
	margin: auto;
	margin-right: 3%;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
	background: #aaaaaa;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
	opacity: 1;
}
.pageTopBtn.-show a {
	cursor: pointer;
}
.pageTopBtn.-transition500 {
	transition: .2s ease;
}

@media screen and (min-width:768px) {
	.pageTopBtn a:hover {
		background: #c2c2c2;
	}
}

@media screen and (max-width:767.98px) {
	.pageTopBtn a {
		width: 45px;
    height: 45px;
	}
	.pageTopBtn a:before {
		width: 16px;
    height: 16px;
	}
}
/*=====================*/


/*themefeaturesArea
=======================*/
.themefeaturesArea {
	margin-top: 50px;
}
.themefeaturesArea_inner {
	max-width: 1160px;
	margin: 35px auto 0;
}
.themefeaturesArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.themefeaturesArea h2 span {
	position: relative;
}
.themefeaturesArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.themefeaturesArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}

@media screen and (max-width:767.98px) {
	.themefeaturesArea {
		margin-top: 50px;
	}
	.themefeaturesArea h2 {
		overflow: hidden;
	}
	.themefeaturesArea h2 span {
		font-size: 2rem;
	}
	.themefeaturesArea h2 span::before,
	.themefeaturesArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.themefeaturesArea h2 span::before {
		left: -370%;
	}
	.themefeaturesArea h2 span::after {
		right: -370%;
	}
}

.slider.slick-initialized {
	display: block;
}

/*-----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;
}

.slider {
  display: none;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}
/*----------------*/

.relationList {
  display: flex;
  justify-content: center;
  width: 87.4%;
  max-width: 990px;
  margin: 0 auto !important;
}
.relationList li {
  box-sizing: border-box;
  width: 33.3%;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .relationList li {
    width: 50%;
  }
}
.relationList li a {
  display: block;
  margin: 0 6%;
  transition: opacity .3s ease-out;
}
.relationList li a:hover {
  opacity: .7;
}
.relationList__nav {
  display: none;
  margin-top: 10px;
  text-align: center;
}

.relationList__nav > div {
  position: relative;
  display: inline-block;
  padding: 0 75px;
}
@media screen and (max-width: 767px) {
  .relationList__nav > div {
    padding: 0 52px;
  }
}
.relationList__nav .slick-arrow {
  width: 35px;
  height: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .relationList__nav .slick-arrow {
    width: 40px;
  }
}
.relationList__nav .slick-arrow:before {
  content: '';
  display: block;
  padding-top: 100%;
  background: url(../img/btn_arrow_01.png) no-repeat 0 0/contain;
  opacity: 1;
}
.relationList__nav .slick-next {
  right: 0;
}
.relationList__nav .slick-next:before {
  transform: rotateZ(180deg);
}
.relationList__nav .slick-prev {
  left: 0;
}
.relationList__nav .slick-dots {
  position: static;
  display: inline-block;
  line-height: 1;
}
.relationList__nav .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden;
}
.relationList__nav .slick-dots button {
  width: 100%;
  height: 0;
  padding: 100% 0 0;
  text-indent: -9999px;
}
.relationList__nav .slick-dots .slick-active button {
  background: #909090; /*テーマごとの色へ変更*/
}

.relationList.slider + .relationList__nav {
  display: block;
}

.relationList.slider + .relationList__nav.add_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .relationList.slider + .relationList__nav.add_none{
    display: block;
  }
	.otherFeaturesBox > li {
		width: 168px;
		margin: 2%;
	}
}
/*=====================*/