@charset "UTF-8";

@import url(base.css);

/*--------------------------------------------------------------*/

/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	
*/

/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

* html body {
	background: url(null) fixed;
}

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	letter-spacing: 0.1em;
	*font-size: small;
	*font: x-small;
	font-family: YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

html {
	overflow-x: hidden;
}

.img_left {
	float: left;
	margin: 0 15px 15px 0;
}

.img_right {
	float: right;
	margin: 0 0 15px 15px;
}


/* .sb-toggle-right {
  position: absolute;
  top: 5px;
  right: 5px;
}*/

.sb-slidebar {
	color: #fafafa;
	padding: 0;
}

.sb-slidebar ul {
	padding: 0;
}

/* サイドバー */
.sb-slidebar.sb-right {
	-webkit-overflow-scrolling: touch;
}

.sb-right-inner {
	border: none;
	width: 100%;
	height: 100%;
}

/*ふわっと*/
a,
a img,
a:before,
a:after,
button,
form,
.btn a {
	transition-property: all;
	transition: 0.3s linear;
}

a img:hover {
	opacity: 0.8;
}

/* ------------------------------------------------------------ 
アコーディオン
------------------------------------------------------------ */

ul.accordion {
	width: 100%;
	margin: 0 auto 30px;
	font-size: 14px;
	background: #fff;
}

ul.accordion .inner a {
	display: block;
	padding: 10px 20px;
	background: #028cd6;
	text-decoration: none;
	color: #fff;
}

ul.accordion span {
	display: block;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	color: #008dd3;
}

ul.accordion li.green_menu a span {
	color: #399D26;
}

ul.accordion ul {
	display: none;
}

ul.accordion>li {
	border-bottom: 1px dotted #008dd3;
}

ul.accordion>li>p {
	cursor: pointer;
}

ul.accordion>li>p span:before {
	content: '\f105';
	font-family: "Font Awesome 5 Free";
	margin: 0 5px 0 0;
	position: absolute;
	color: #008dd3;
	right: 10px;
	font-weight: 900;
}

ul.accordion>li>p span.open:before {
	content: '\f106';
	font-family: "Font Awesome 5 Free";
	margin: 0 5px 0 0;
	position: absolute;
	color: #008dd3;
	right: 10px;
	font-weight: 900;
}

ul.accordion>li>ul>li {
	border-top: 1px solid #fff;
}

/*ul.accordion > li > ul > li > p { background:#333;}
ul.accordion > li > ul > li > a { background:url(../img/go.png) no-repeat 98% center;}
ul.accordion > li > ul > li > ul > li { background:#FFF; border-bottom:1px dotted #888;}
ul.accordion > li > ul > li > ul > li:last-child { border:none;}*/

/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */
a:link {
	color: #0145A4;
	text-decoration: none;
}

a:visited {
	color: #0145A4;
	text-decoration: none;
}

a:hover {
	color: #008dd3;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

.clearfix:after {
	content: ".";
	/* 新しいコンテンツ */
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	/* 非表示に */
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
.sp {
	display: none;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 113px;
	z-index: 2;
	background: #fff;
	box-shadow: 0 2px 4px #7d7d7d;
}

header::after {
	content: "";
	clear: both;
	display: block;
}

.naviBox {
	width: 84%;
	height: auto;
	margin: 0 auto;
	float: right;
}

header .inner {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	font-style: italic;
	padding: 15px 0 0;
}

header.is-animation {
	height: 57px;
}

header.is-animation .inner {
	padding: 0;
}

.is-animation .naviBox .info {
	display: none;
}

.is-animation .pc h1 {
	padding: 10px 0;
	width: 18%;
	display: inline-block;
}

.is-animation .naviBox {
	width: 82%;
}

.is-animation h1 a.logo {
	display: none;
}

h1 a.logo_yoko {
	display: none;
}

.is-animation h1 a.logo_yoko {
	display: block;
}

h1 {
	float: left;
	width: 15%;
	height: auto;
	margin: 0;
}


h1 a.logo {
	display: block;
}

.info {
	width: 100%;
	font-size: 13px;
	margin: 0 0 0 auto;
}

.info a.mail {
	float: right;
	font-weight: 600;
	color: #fff;
	width: 40px;
	height: 40px;
	display: block;
	font-size: 19px;
	text-align: center;
	border-radius: 50%;
	vertical-align: middle;
	/*background:  linear-gradient(-100deg, #ebc44f,#ec7069);*/
	background: linear-gradient(-135deg, #507a9c, #273b4b);
	box-shadow: 0px 0px 8px grey;
	position: relative;
}

.info a.mail i {
	position: absolute;
	top: 25%;
	left: 25%;
}

.tel {
	float: right;
	text-align: center;
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	font-size: 24px;
	border-radius: 40px;
	margin: 0 10px;
	background: linear-gradient(-100deg, #27e1f9, #51a1fc);
	box-shadow: 0px 0px 5px grey;
}

.lang {
	font-size: 15px;
	float: right;
	padding: 10px 15px;
	/*font-weight: 600;*/
}

.lang span,
.lang a {
	font-weight: 600;
}

.lang span {
	background: linear-gradient(transparent 60%, #ffc500 60%);
}

.lang.catch {
	font-size: 13px;
}

nav.gNav {
	width: 100%;
	height: auto;
	margin: 0 0 0 auto;
}

nav.gNav ul {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}

nav.gNav ul li {
	width: auto;
	height: auto;
	float: right;
	font-size: 1.1rem;
	font-weight: bold;
	position: relative;
	list-style: none;
}

nav.gNav ul li.last a {
	padding: 15px 0 15px 30px;
}

nav.gNav ul li a {
	display: block;
	margin: 0 auto;
	color: #333;
	padding: 15px 25px;
}

nav.gNav ul li.green_menu a {
	color: #399D26;
}

nav.gNav ul li a:hover {
	color: #008dd3;
}

nav.gNav ul li.green_menu a:hover {
	color: #84E53F;
}

nav.gNav ul li.drop a:hover {
	/*color: #333;*/
}

nav.gNav ul li .sub {
	top: 100%;
	/*height: 0;*/
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-o-transform: translate(-50%, 0%);
	transform: translate(-50%, 0);
	margin: 0;
	width: 200px;
	color: #fff;
	transition: 0.5s;
	visibility: hidden;
	opacity: 0;
	list-style: none;
	position: absolute;
	background: #273b4b;
}

.gNav li.drop:hover .sub {
	visibility: visible;
	opacity: 1;
	/*height: auto;*/
}

.gNav li.drop:hover .sub::before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-bottom: 10px solid #273b4b;
}


nav.gNav ul li .sub ul {
	margin: 10px auto !important;
	clear: both;
	overflow: hidden;
	transition: .2s;
}

nav.gNav ul li .sub li {
	width: 100%;
	overflow: hidden;
	color: #333;
	transition: .2s;
	position: relative;
}

nav.gNav ul li .sub li a {
	padding: 10px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

nav.gNav ul li .sub li :hover {
	color: #008dd3;
}

/* ------------------------------------------------------------ */
/* メインビジュル */
/* ------------------------------------------------------------ */
/*.bx-wrapper .bx-controls-direction a{
	display: none;
}*/
.main-visual {
	margin: 35px auto 0;
	position: relative;
}

#mainslider .dot01 img {
	width: 100%;
}

.main-visual .dot01 {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.main-visual .dot02 {
	background-image: url(../img/bg_dot.png);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 50;
}

.main-visual .copyArea {
	color: #fff;
	width: 45%;
	position: absolute;
	top: 50%;
	margin: 0;
	padding: 0 50px 50px;
	box-sizing: border-box;
	z-index: 100;
}

.main-visual .mv01 {
	background: linear-gradient(-100deg, rgba(39, 225, 249, 0.6), rgba(81, 161, 252, 0.6));
	right: 0;
	-ms-transform: translate(0, -30%);
	-webkit-transform: translate(0, -30%);
	transform: translate(0, -30%);
}

.main-visual .mv02 {
	background: linear-gradient(-100deg, rgba(79, 9, 123, 0.6), rgba(0, 17, 95, 0.6));
	left: 0;
	-ms-transform: translate(0, -30%);
	-webkit-transform: translate(0, -30%);
	transform: translate(0, -30%);
}

.main-visual .mv03 {
	background: linear-gradient(-100deg, rgba(235, 203, 76, 0.6), rgba(236, 106, 106, 0.6));
	right: 0;
	-ms-transform: translate(0, -30%);
	-webkit-transform: translate(0, -30%);
	transform: translate(0, -30%);
}

.main-visual .mv04 {
	background: linear-gradient(-100deg, rgba(39, 249, 222, 0.6), rgba(103, 167, 5, 0.6));
	left: 0;
	-ms-transform: translate(0, -30%);
	-webkit-transform: translate(0, -30%);
	transform: translate(0, -30%);
}

.main-visual .copyArea span {
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	margin: -25px 0 10px;
	display: block;
}

.main-visual .bx-wrapper .bx-controls-direction a {
	display: none !important;
}

.sec_bnarea {
	padding: 50px 0;
}

.sec_bnarea .gr_inner {
	max-width: 1100px;
	width: 95%;
	margin: 0 auto;
}

.sec_bnarea .bn_box figure {
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
}

.sec_bnarea .bn_box figure img {
	width: 100%;
}

.banner {
	width: 100%;
	overflow: hidden;
	background: linear-gradient(-135deg, #27e1f9, #51a1fc);
}

.banner ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.banner ul li {
	width: calc((100% / 5) - 10px);
	float: left;
	margin: 30px 5px;
}

.banner ul li img {
	width: 100%;
}


/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
#content h1 {
	color: #008dd3;
	font-size: 2.5em;
	font-style: italic;
	font-weight: 600;
	padding: 10px 5px 20px;
}

section {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 90px 0;
}

#content h3 {
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
}

section.condition {
	height: 430px;
}

.condition h3 {
	text-align: left;
}

.condition .boxLeft,
.condition .boxRight {
	width: calc((100% / 4) - 10px);
	border: solid 7px #008dd3;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
}

.condition .boxLeft {
	float: left;
}

.condition .boxRight {
	float: right;
}

.condition .title {
	width: 100%;
	padding: 0 10px 8px;
	background: #008dd3;
	box-sizing: border-box;
	color: #fff;
	position: relative;
}

.condition .title a {
	position: absolute;
	-ms-transform: translate(0, 25%);
	-webkit-transform: translate(0, 25%);
	transform: translate(0, 25%);
	font-size: 13px;
	right: 0;
	color: #fff;
	padding-right: 20px;
}

.condition .title a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	position: absolute;
	font-style: normal;
	padding-left: 5px;
}

.condition .title a:hover {
	color: #273b4b;
}

.condition .boxLeft box01 {
	padding: 15px;
	text-align: center;
	font-weight: 600;
}

.condition .boxLeft .box01 {
	font-size: 16px;
	font-weight: bold;
	padding: 25px 10px;
}

.condition .boxLeft .box01 span {
	display: block;
	line-height: 3;
}

.condition .boxRight .box02 {
	padding: 10px 15px;
}

.condition .boxRight .box02 {
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	padding: 10px;
	font-size: 1.3em;
	line-height: 1.2;
}

.condition .boxRight button,
.condition .boxRight input.search,
.condition form {
	-webkit-appearance: none;
	border: solid 1px #000;
	background: #d2d2d2;
	width: 90%;
	padding: 5px 0;
	font-size: 16px;
	margin: 10px auto 0;
}

.condition .boxRight img {
	width: 100%;
}

.condition .boxRight .plan {
	background: #a64212;
	color: #fff;
	font-size: 16px;
	padding: 5px;
	margin: 5px 0;
}

.condition .boxRight .plan_sat {
	background: #1076a7;
	color: #fff;
	padding: 5px;
	font-size: 16px;
	margin: 10px 0;
}

.condition .boxRight button:hover,
.condition form:hover {
	background: #fff;
}

.condition .boxRight .img img {
	width: auto;
}

.condition .boxRight .img img.fl {
	height: 63px;
}

.condition .boxRight .img img.st {
	height: 29px;
}

.condition .box_news {
	width: calc(100% / 2);
	height: 100%;
	border: solid 7px #008dd3;
	float: left;
	box-sizing: border-box;
	margin: 0 10px;
}


.newsList {
	padding: 10px 20px;
}

.newsList a {
	display: block;
	/*border-bottom: dotted 0.5px;*/
}

.newsList a:last-child {
	border-bottom: none;
}

.newsList a dl {
	width: 100%;
	padding: 10px 0 10px;
	box-sizing: border-box;
}

span.date {
	width: 100px;
	font-size: 13px;
	float: left;
}

.newsList dt {
	font-size: 16px;
	font-weight: 600;
	padding: 3px 0;
	line-height: 1.5em;
}

.newsList dd {
	font-size: 12px;
	width: 80%;
	margin-left: 100px;
	padding: 0 0 3px;
}

.hotel_btn {
	display: none;
}

section.liftcourse {
	padding: 10px 0 120px
}

.liftcourse .map {
	width: calc(100% / 2);
	height: auto;
	float: left;
	box-sizing: border-box;
	margin-right: 20px;
}

#content h2 {
	color: #008dd3;
	font-size: 40px;
	font-style: italic;
	font-weight: 600;
	padding: 0 0 20px;
}

.liftcourse .map img {
	width: 100%;
	height: auto;
}

p.btn {
	width: 100%;
	margin: 30px 0;
}

.btn a {
	height: auto;
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 0.7em;
	background: linear-gradient(-135deg, #507a9c, #273b4b);
	font-style: italic;
	text-align: center;
	font-weight: 600;
	box-shadow: 0px 0px 8px gray;
}

.btn a:hover {
	color: #507a9c;
	background: #fff;
	/*border: 2px solid #507a9c;*/
}

.liftcourse .accbox {
	display: none;
}

.box_course {
	width: calc((100% / 4) - 10px);
	float: left;
	padding: 10px 0 10px 10px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
}

.box_course p.title {
	text-align: center;
	color: #fff;
	width: 100%;
	font-size: 19px;
	font-weight: 600;
	font-style: italic;
	box-sizing: border-box;
	border-radius: 40px;
	padding: 0.4em;
	background: linear-gradient(-100deg, #27e1f9, #51a1fc);
}

.box_course .list01 {
	width: 90%;
	margin: 25px auto;
}

.box_course .list01 dl {
	padding: 0 0 4px;
}

.box_course .list01 dt {
	width: 70px;
	clear: both;
	float: left;
	display: flex;
	justify-content: center;
	vertical-align: middle;
	padding: 7px 0;
}

.box_course .list01 dd {
	font-size: 13px;
	font-weight: 600;
}

/*英語版*/
.en .box_course .list01 dd {
	letter-spacing: 0.01em;
}

.box_course .list01 p.time {
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 6px;
}

.box_course .list02 dl {
	width: 90%;
	margin: 25px auto;
}

.box_course .list02 dt {
	font-size: 15px;
	font-weight: 600;
	width: 100%;
	padding: 0 0 8px;
}

/*英語版*/
.en .box_course .list02 dt {
	font-size: 13px;
	letter-spacing: 0.01em;
}

.box_course dt.last {
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	border: solid 1px;
	padding: 0 !important;
	line-height: 2em;
	margin: 5px auto;
}

.box_course .list02 img {
	padding: 0 15px;
	width: 13px;
	vertical-align: middle;
}

.report {
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	margin: 0;
	position: relative;
	z-index: 1;
}

.report::before {
	/* 透過した黒を重ねる */
	background-color: rgba(0, 0, 0, 0.2);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	z-index: -1;
}

#reportslider a {
	background: #fff;
	box-shadow: 0 0 8px gray;
	display: block;
}

#reportslider a:hover {
	filter: brightness(80%);
}

.report .boxArea {
	width: 80%;
	max-width: 1330px;
	margin: 0 auto;
	padding: 100px 0;
}

#content .report h2 {
	color: #fff;
	text-align: center;
	padding: 0 0 50px;
}

.report .boxArea h3 {
	color: #008dd3;
	font-style: italic;
	font-size: 18px;
	padding: 10px 15px 0;
}

.report .boxArea p.date {
	font-size: 11px;
	color: #8d8d8d;
	padding: 0 15px;
	font-style: italic;
}

.report .boxArea p.txt {
	color: #333333;
	padding: 13px;
	font-size: 13px;
}

/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */
footer {
	background: linear-gradient(-135deg, #517c9e, #273c4c);
	color: #fff;
	text-align: center;
	padding: 20px 0;
	z-index: 9999;
	font-size: 13px;
}

.footerNav {
	overflow: hidden;
	width: 1100px;
	text-align: center;
	margin: 0 auto 30px;
	padding: 30px 0;
}

.footerNav li {
	width: auto;
	margin: 0 auto;
	font-size: 16px;
	display: inline-block;
	padding: 0 1em;
	font-style: italic;
}

.footerNav ul li a {
	width: 100%;
	/* padding: 0 10px; */
	display: block;
	margin: 0 auto;
	color: #fff;
}

.footerNav ul li.green_menu a {
	position: relative;
	display: inline-block;
	padding: 0;
}

.footerNav ul li a:hover {
	color: #27e1f9;
}

.footerNav ul li.green_menu a::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -6px;
	background: #fff;
	transition: all .3s ease;
}

.footerNav ul li.green_menu a:hover {
	color: inherit;
}

.footerNav ul li.green_menu a:hover::before {
	bottom: -2px;
}

.access {
	padding: 20px 0;
	font-style: italic;
}

.copy {
	width: 100%;
	margin: 20px auto 5px;
	clear: both;
}

/* デフォルト：1280px以上用（PC用）の記述 */

@media screen and (max-width: 1260px) {

	/* 1260px以下用（タブレット用）の記述 */
	.condition .boxRight .img img.fl {
		height: 48px;
	}

	.condition .boxRight .img img.st {
		height: 22px;
	}
}

@media screen and (max-width: 1229px) {

	/* 1229px以下用（タブレット用）の記述 */
	.info a.mail {
		width: 40px;
		height: 40px;
		font-size: 20px;
	}

	header .tel {
		padding: 0 20px;
		line-height: 40px;
		font-size: 20px;
	}

	header .lang {
		font-size: 10px;
		padding: 10px 10px 10px 0;
	}

	nav.gNav ul li {
		font-size: 16px;
		padding: 0;
	}

	nav.gNav ul li a {
		padding: 15px;
	}

	#content h3 {
		font-size: 13px;
	}

	.box_course .list01 {
		width: 95%;
		margin: 15px auto;
	}

	.box_course .list01 dt {
		width: 50px;
	}

	.box_course .list02 dl {
		width: 70%;
		margin: 15px auto;
	}

	.box_course .list02 img {
		padding: 0 10px 0 0;
	}

	.box_course .list02 dt {
		letter-spacing: 0;
	}

	.box_course .list01 dt.last {
		width: 95%;
	}

	section.condition {
		height: 410px;
	}

	.newsList dl {
		padding: 5px 0;
	}

	.newsList dt {
		font-size: 14px;
	}

	.newsList dd {
		font-size: 11px;
	}

	.condition .boxLeft .box01 span {
		line-height: 2.7;
	}
}



@media screen and (max-width: 1023px) {

	/* 1023px以下用（タブレット用）の記述 */
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	/*スマホ用ナビ*/
	.sb-slidebar {
		border-left: 2px solid #595656;
	}

	.sb-slidebar.sb-active {
		background: #fff;
	}

	.sb-right-inner {
		border: none;
		width: 100%;
		height: 100%;
		color: #333;
	}

	.sb-right-inner h2.logo {
		width: auto;
		margin: 0 auto;
		padding: 20px 60px !important;
		background: #fff;
	}

	.sb-right-inner img {
		width: 100%;
	}

	.sb-right-inner .tel {
		float: none;
		box-shadow: unset;
		margin: 5px 30px;
		font-size: 20px;
	}

	.sb-right-inner .lang {
		float: none;
		text-align: center;
	}


	header {
		height: 35px;
		padding: 10px 0;
	}

	h1.sp {
		width: 200px;
		padding-left: 10px;
	}

	/*ボタン*/
	#button {
		position: absolute;
		right: 15px;
		top: 15px;
		width: 35px;
		height: 25px;
		outline: none;
		border: none;
		background: none;
		cursor: pointer;
		z-index: 999;
	}

	#button span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #595656;
		border-radius: 3px;
	}

	#button span:nth-of-type(1) {
		top: 0;
	}

	#button span:nth-of-type(2) {
		top: 11px;
	}

	#button span:nth-of-type(3) {
		bottom: 0;
	}

	div.btnBox.active {
		position: absolute;
		background: #fff;
		padding: 6% 0 0;
		width: 100%;
		/*min-height:15px;*/
	}

	.sb-active #button span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}

	.sb-active #button span:nth-of-type(2) {
		opacity: 0;
	}

	.sb-active #button span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}

	.main-visual {
		margin: 55px auto 0;
	}

	.main-visual .copyArea {
		margin: 0 auto;
		width: 95%;
		left: 0;
		right: 0;
		bottom: -135px;
		top: unset;
		padding: 30px;
		z-index: 999;
	}

	.main-visual .copyArea span {
		font-size: 20px;
		margin: 0;
	}

	/*バナースライダー*/
	.slide_banner {
		/*background: linear-gradient(-135deg, #27e1f9,#51a1fc);*/
		background: #008dd3;
		padding: 100px 0 20px;
		overflow: hidden;
	}

	.slide_banner2 {
		background: #008dd3;
		padding: 20px 0;
		overflow: hidden;
	}

	.slide_banner li,
	.slide_banner2 li {
		margin: 0 5px;
	}

	#content h2 {
		font-size: 35px;
		padding: 0 0 10px;
	}

	#content h3 {
		font-size: 20px;
	}

	section.condition,
	section.liftcourse {
		height: auto;
		width: 90%;
		padding: 30px 0;
	}

	.condition .boxLeft,
	.condition .boxRight {
		width: calc((100% / 2) - 10px);
		height: 450px;
		border: solid 5px #008dd3;
	}

	.condition .boxLeft .box01 {
		font-size: 20px;
	}

	.condition .box_news {
		width: 100%;
		margin: 20px auto 30px;
		border: solid 5px #008dd3;
		height: auto;
	}

	.condition .boxRight {
		padding: 10px 20px;
	}

	.condition .boxRight .img img.fl {
		height: 65px;
	}

	.condition .boxRight .img img.st {
		height: 30px;
	}

	.liftcourse .map {
		width: 100%;
		padding-bottom: 30px;
	}

	.liftcourse .box_course {
		width: calc((100% / 2) - 10px);
	}

	#content .report .boxArea h3 {
		font-size: 16px;
	}

	.report .boxArea {
		padding: 80px 0;
		width: 80%;
	}

	.report .boxArea p.txt {
		font-size: 11px;
	}

}

@media screen and (max-width: 767px) {

	/* 767px以下用（タブレット／スマートフォン用）の記述 */
	#content h3 {
		font-size: 18px;
	}

	#content h2 {
		font-size: 26px;
		text-align: center;
	}

	.main-visual .copyArea {
		padding: 20px;
	}

	.main-visual .copyArea span {
		font-size: 18px;
	}

	.main-visual .copyArea p {
		font-size: 11px;
	}

	section.condition,
	section.liftcourse {
		width: 95%;
	}

	.condition .boxLeft {
		width: 100%;
		height: auto;
	}

	.condition .boxLeft .box01 {
		font-size: 18px;
	}

	.condition .boxLeft .box01 .sp_l {
		float: left;
		width: 40%;
		font-size: 18px;
	}

	.condition .boxLeft .box01 .sp_r {
		float: right;
		width: 60%;
		font-size: 16px;
	}

	.condition .boxLeft .sp_r span {
		line-height: 2;
	}

	.condition .newsList {
		padding: 5px 15px;
	}

	.condition .newsList dt {
		font-size: 14px;
	}

	.condition .boxRight,
	.condition .newsList dd {
		display: none;
	}

	.condition .box_news {
		margin: 20px auto 0;
	}

	.hotel_btn {
		display: block;
		width: 95%;
		margin: 0 auto;
		padding-bottom: 20px;
	}

	.hotel_btn p.btn {
		margin: 0 auto !important;
	}

	p.btn {
		margin: 10px 0;
	}

	.box_course .list02 dt {
		font-size: 14px;
	}

	#reportslider li {
		width: 190px !important;
	}

	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top: -16px;
		outline: 0;
		width: 25px !important;
		height: 25px !important;
		text-indent: -9999px;
		z-index: 9999;
		display: block;
	}

	.bx-wrapper .bx-prev {
		left: -30px !important;
	}

	.bx-wrapper .bx-next {
		right: -30px !important;
	}

	footer img {
		width: 30%;
	}

	.report {
		background-attachment: inherit;
	}

}

@media screen and (max-width: 479px) {

	/* 479px以下用（スマートフォン用）の記述 */
	#content h3 {
		font-size: 16px;
	}

	#content h2 {
		font-size: 26px;
	}

	.main-visual .copyArea span {
		font-size: 16px;
	}

	.main-visual .copyArea {
		padding: 15px;
	}

	.condition .boxLeft,
	.condition .box_news {
		border: solid 4px #008dd3;
	}

	.condition .boxLeft .box01 {
		font-size: 14px;
		padding: 15px;
	}

	.condition .boxLeft .box01 .sp_l img {
		width: 100%;
	}

	.condition .newsList dt {
		font-size: 14px;
	}

	.condition span.date {
		float: none;
		display: block;
	}

	.btn a {
		font-size: 16px;
	}

	.box_course p.title {
		font-size: 15px;
	}

	.box_course .list01 dt {
		width: 30px;
	}

	.box_course .list01 p.time {
		letter-spacing: 1px;
	}

	/*.box_course .list01 dl{
	display: table;
}
.box_course .list01 dt{
	display: table-cell;
	text-align: center;
}
.box_course .list01 dd{
	vertical-align: middle;
	display: table-cell;
}
.box_course .list01 p.time {
	display: none;
}*/
	.box_course .list02 dt {
		padding: 0 0 12px;
		font-size: 12px;
	}

	.box_course .list02 img {
		padding: 0 8px 0 0;
	}

}

@media screen and (max-width: 413px) {
	.sb-right-inner h2 {
		padding: 20px 40px;
	}

	.sb-right-inner .tel {
		margin: 5px 10px;
		font-size: 16px;
		line-height: 40px;
	}

	.sb-right-inner .lang {
		font-size: 13px;
	}

	section.liftcourse {
		padding: 30px 0 60px;
	}

	.liftcourse .accbox {
		display: block;
	}

	.liftcourse .list_pc {
		display: none;
	}

	.accbox {
		padding: 0;
		max-width: 400px;
		/*最大幅*/
	}

	/*ラベル*/
	.accbox label {
		display: block;
		text-align: center;
		color: #fff;
		width: 100%;
		font-size: 16px;
		font-style: italic;
		box-sizing: border-box;
		border-radius: 40px;
		padding: 0.6em;
		background: linear-gradient(-100deg, #27e1f9, #51a1fc);
		transition: all 0.5s;
	}

	/*アイコンを表示*/
	.accbox label:after {
		content: '\f055';
		font-family: 'FontAwesome';
		padding-left: 10px;
		font-style: normal;
	}

	/*チェックは隠す*/
	.accbox input {
		display: none;
	}

	/*中身を非表示にしておく*/
	.accbox .accshow {
		height: 0;
		padding: 0;
		overflow: hidden;
		opacity: 0;
		transition: 0.8s;
	}

	/*クリックで中身表示*/
	.cssacc:checked+label+.accshow {
		height: auto;
		padding: 5px;
		opacity: 1;
	}

	/*アイコンを入れ替える*/
	.cssacc:checked+label:after {
		content: '\f056';
	}

	.liftcourse .box_course {
		width: 100%;
		padding: 5px 10px;
	}

	.box_course .list01 dl {
		margin: 0 auto;
	}

	.box_course .list01 dt {
		text-align: left;
		width: 30%;
	}

	.box_course .list02 dt {
		font-size: 14px;
	}

	footer {
		font-size: 10px;
		padding: 20px 0 5px;
	}
}