@charset "utf-8";

body{
	font-size:12px;
  	-webkit-text-size-adjust: 100%;
}
img{
	-ms-interpolation-mode: bicubic;
}
.ryokoujouken {
	font-size:10px;
	text-align:right;
}
.sp{
	display:none !important;
}
.ttmod {
	font-family: 'corporate-logo-ver2', sans-serif;
}
.boxsize *{
	box-sizing:border-box;
	line-height:160%;
}
figure{
	margin:0;
	position: relative
}
figure img {
	width:100%;
}
figcaption{
	font-size: 11px;
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: #FFF;
    text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}
.contents{
	width:960px;
	margin:0 auto;
}

/*title-------------------
--------------------------*/
#title_wrap{
    background-image: url(../img/title_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    margin: 0 auto;
}

#title_wrap .top img{
	display:block;
	margin:0 auto;
}
#title_wrap h2 img{
	margin:0 auto;
	display:block;
}
h2 span.title {
	display:none;
}
.syukuhaku_link{
    position: absolute;
    right: 10px;
    bottom: 0;
}
#title_wrap h2{
	position: relative;
}
.syukuhaku_link a{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	background-color:#3c5ca8;
	border-radius: 10px;
	color: #FFF;
	padding: 20px 25px;
	box-shadow: 0 1px 2px #9b9b9b;
}
.syukuhaku_link a:hover{
	opacity: 1;
	color:#3c5ca8;
	background-color:#ffff00;
}
.title_plan{
  width: 100%;
  font-size: 24px;
  color: #070d59;  
  text-align: center;
  font-weight: bold;
  margin: 50px 0 30px;
  border-bottom: solid #070d59 1px;
}

/*---------------------------
intro
-----------------------------*/
#intro {
	padding: 40px 0;
	margin: 0 0 40px;
	/*background: #ecf2fb;*/
	/*background: #f2d9c2;*/
 	/*background: #ffddbd;*/
 	background: #f7f4f1;
/*	border-top: solid 5px #FFF; */
}

/*---------------------------
point
-----------------------------*/
#point {
	padding: 0 0 40px;
}
#point img {
	width: auto;
	height: 70px;
	margin: 0 0 15px
}
#point h3, #select_type h3 {
/*	font-family: "kozuka-mincho-pr6n", 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Noto Serif JP', serif;*/
	font-size: 28px;
	text-align: center;
	color: #0d499b;
	padding: 0 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#point h3::before, #select_type h3::before {
	margin-right: 25px;
}
#point h3::after, #select_type h3::after {
	margin-left: 25px;
}
#point h3::before, #point h3::after, #select_type h3::before, #select_type h3::after {
	content: '';
	width: 80px;
	height: 3px;
	background-color: #4493d6;
}

#point ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px 0 20px;
}
#point ul li {
	width: 30%;
  padding: 15px;
	background: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	color: #333;
	/*box-shadow: 5px 5px 0 rgb(167 188 226);*/
  border: solid 1px #95b4eb;
	border-radius: 100% 100% 0 0;
}
#point ul li span {
	background: linear-gradient(transparent 70%, #fffbd3 60%);
	font-weight: 600;
}
#point p {
	font-size: 1.3em;
	color: #ec0004;
}
#point .point_btn {
	margin: 20px 0 0;
}
#point .point_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 400px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #1069a8;
	border-radius: 5px;
	background-color: #2589d0;
  color: #fff;
	font-size: 1.4em;
}
#point .point_btn a::after {
	position: absolute;
	right: 2em;
	transform: translateY(-50%);
	transform-origin: left;
	width: 2em;
	height: .5em;
	background-color: #fff;
	clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
	content: '';
	transition: transform .3s;
}
#point .point_btn a:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}


/*------------------------
select_type
---------------------------*/
#select_type {
	
}
#select_type h3 {
	
}
#select_type dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 1.4em;
	margin: 15px 0;
}
#select_type dl dt {
	color: #FFF;
	font-weight: 600;
	width: 25%;
	padding: 10px 1em;
	background: #86a6e0;
	margin: 0 0 3px;
}
#select_type dl dd {
	width: 75%;
	padding: 10px 10px 10px 1em;
	margin: 0 0 3px;
	background: #FFF;
}
#select_type dl dt:last-of-type, #select_type dl dd:last-of-type {
	margin: 0;
}
#select_type p {
	text-align: center;
	font-size: 1.4em;
	color: #4271c7;
	font-weight: 600;
	margin: 15px auto 0;
	padding: 10px;
	border: dashed 1px #4271c7;
}




/*------------------------
skiresort_table
---------------------------*/
.skiresort_table{
	margin: 0 0 40px;
}
.skiresort_table table{
	background-color: #FFF;
	width: 100%;
}
.skiresort_table th, .skiresort_table td{
	text-align: center;
	font-weight: normal;
	border: solid 1px #89add5;
	padding: 5px;
}
.skiresort_table .th01{
  color: #FFF;
  line-height: 120%;
  background-color: #5893d4;
	padding: 7px 5px;
}
.skiresort_table .level th{
	padding: 3px 10px;
}
.skiresort_table a{
	color: #5893d4;
	font-weight: bold;
	text-decoration: underline;
}
.th_beginner{
	background-color:#FCE4EC;
}
.th_intermediate{
	background-color:#FFF8E1;
}
.th_advanced{
	background-color:#E8EAF6;
}

/*-----------------------------
plan_sec
--------------------------------*/
.plan_sec{
	margin: 0 auto 60px;
}
.subttl_a,.subttl_b{
	font-family: 'Mochiy Pop P One', sans-serif;
	font-size:31px;
	color:#FFF;
	font-weight: 400;
	text-align:center;
	margin:50px auto 30px;
  position: relative;
  padding: 10px 10px calc(10px + 10px);
}
.subttl_a{
  background: #af0202;
}
.subttl_b{
  background: #2e60ed;
}
.subttl_a:before,.subttl_b:before{
  position: absolute;
  top: -7px;
  left: -7px;
  width: 99.4%;
  height: 94%;
  content: '';
}
.subttl_a:before{
  border: 4px solid #7a0000;
}
.subttl_b:before{
  border: 4px solid #012999;
}

.about_resort .resort_access {
	font-size: 13px;
	margin: 0 0 10px;
}
.about_resort .resort_access .sp01{
		font-size: 10px;
    color: #FFF;
    background-color: #5893d4;
	border-radius: 1px;
    padding: 1px 5px;
    margin: 0 5px 0 0;
}
.about_resort .resort_cap {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 1.4;
}

.one_re_table th, .one_re_table td{
	font-weight: normal;
	border: solid 1px #89add5;
}
.one_re_table .th01{
	font-size: 10px;
  color: #FFF;
	line-height: 120%;
  background-color: #5893d4;
  padding: 3px;
}
.one_re_table td{
	font-size: 11px;
	text-align: center;
  padding: 3px 8px;
}
.one_re_table .level th{
	font-size: 11px;
}

.recommend_plan .one_resort{
	background-color: #FFF;
	border-radius: 5px;
	padding:15px;
	margin: 0 5px 0;
	position: relative;
	border: solid 1px #b5b5b5;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 10%), 2px 2px 2px -2px rgb(0 0 0 / 10%);
}
.recommend_plan .about_resort{
	display: flex;
	align-items: flex-start;
	margin: 0 0 20px;
}
.recommend_plan .about_resort figure{
	width: 300px;
	margin:55px 30px 0 0;
}
.recommend_plan .about_resort .resort-info_wrap{
	width: 600px;
}
.recommend_plan .about_resort h3{
	font-size: 26px;
	margin: 0 0 10px;
}
.recommend_plan .about_resort .resort_access {
	margin: 0 0 15px;
}
.recommend_plan .one_re_table{
	display: flex;
	align-items: flex-end;
}
.recommend_plan .table01{
	width: 300px;
	height: 65px;
	margin: 0 3px 0 0;
}
.recommend_plan .table02{
	width: 160px;
	height: 65px;
}



.threecol_wrap{
	display: flex;
	flex-wrap: wrap;
}
.threecol_wrap .one_resort{
	background-color: #FFF;
	border-radius: 10px;
	padding:10px 5px;
	margin: 0 5px 30px;
	width: 310px;
}
.threecol_wrap .about_resort figure{
	margin: 0 5px 10px;
}
.threecol_wrap .resort-info_wrap{
	margin: 0 5px 10px;
}
.threecol_wrap .about_resort h4{
	font-size: 18px;
	margin: 0 0 5px;
}
.threecol_wrap .one_re_table{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.threecol_wrap .table01{
	width: 100%;
	margin: 0 0 3px;
}

.about_resort .gelande_link a{
	font-size: 12px;
	color: #070d59;
	font-weight: bold;
	text-align: center;
	border: solid 2px #070d59;
	border-radius: 10px;
	padding: 3px 10px;
	width:  fit-content;
	box-shadow: 0 1px 1px rgb(0 0 0 / 28%);
	display: block;
	margin:0 0 0 20px;
}
.about_resort .gelande_link a:hover{
	opacity: 1;
	color: #FFF;
	background-color: #070d59;
}

.ribbon {
  display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 60px 0 30px;
	font-family: 'Mochiy Pop P One', sans-serif;
/*	font-family: "kozuka-mincho-pr6n", 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Noto Serif JP', serif;*/
	font-weight: 500;
	font-size: 24px;
  /*background: #FFB74D;*/ /*GALA*/
  background: #54adce;
	/*background: #2f7898;*/ /*軽井沢*/
	color: #FFF;
	box-sizing: border-box;
	position: absolute;
	top: 10px;
	left: -10px;
	z-index: 10;
}
.ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.sugotoku_ic{
	position: relative;
}
.sugotoku_ic:before{
	content:'スゴ得対応';
	font-size: 12px;
    color: #FFF;
    font-weight: bold;
    padding: 3px 10px;
	background-color: #006064;
	border: solid 2px #FFF;
	border-radius: 50px;
	position: absolute;
	top:0;
	right:0;
	z-index: 10;
}
.recommend_plan .sugotoku_ic:before{
	font-size: 14px;
    padding: 5px 15px;
	top:5px;
	right:5px;
}

.recommend_link{
  margin: 30px 0;
  padding: 5px;
  border-radius: 10px;
  border: #dd6932 solid 3px;
  background: #FFF;
}
.recommend_link p{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
  background: #dd6932;
  color: #FFF;
  border-radius: 5px 5px 0 0;
}
.recommend_link span{
  color: #4273a3;
}
.recommend_link ul{
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 20px 0;
  display: block;
}
.recommend_link ul li{
  margin-bottom: 0.5em;
}
.recommend_link .border{
  border-bottom: dotted #999 1px;
  padding-bottom: 3px;
}

/*-----------------------------
plan_box
--------------------------------*/
.about_plan_col1 {
/*  background-image: url(../../img/line_yado03.png);
  background-position: center 5px;
  background-repeat: repeat-x;
  background-size:300px;
	padding:25px 0 0;*/
}
.about_plan_col1 h4 {
/*	font-family: "kozuka-mincho-pr6n", 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Noto Serif JP', serif;*/
	font-size: 23px;
	text-align: center;
	color:#002A9E;
  /*margin-top: 5px;*/
	padding: 4px 5px 5px;
	background: #ececec;
/*	font-style: italic;*/
/*font-family: 'corporate-logo-ver2', 'source-han-sans-japanese', sans-serif;*/
font-family: 'corporate-logo-ver2', sans-serif;
/*font-style: normal;*/
font-weight: bold;
}
.plan_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 10px;
  /*border-bottom: dotted 2px #ccc;*/
  border-bottom: solid 2px #ececec;
}
.plan_box .plan_box_plan {
	width: 50%;
}
.plan_box .plan_box_plan p.plan {
	position: relative;
  padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
}
.plan_box .plan_box_plan p.plan::before {
	content: url(../img/ico_train.png);
	position: absolute;
	top: -12%;
	left: 0;
}
.plan_box .plan_box_plan p.plan span {
	padding: 5px 7px;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 0 1em;
	color: #fff;
  background: #ed944a;
}
.plan_box .plan_box_price p.price {
	line-height: 1.4;
}
.plan_box .plan_box_price p.price span.price_red {
	font-size: 1.4em;
	color: #bb0204;
	line-height: 1;
}
.plan_box .plan_box_price p.price span.small {
	font-size: 0.7em;
}
.plan_box .plan_box_price {
	width: 45%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 15px;
}
.plan_box .plan_box_price a {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #70b900;
	padding: 7px 25px 7px 10px;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	line-height: 1.4;
	margin: 0 0 5px;
}
.plan_box .plan_box_price a::after {
	position: absolute;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	bottom: 40%;
	right: 10px;
}

/*comingsoon*/
.plan_box .plan_box_price a.end{
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
 	border: solid 1px #adadad!important;
	background-image: none!important;
  background-color: #C9C9C9;
	padding: 7px 25px 7px 10px; 
	line-height: 1.4;
	margin: 0 0 5px;
  pointer-events: none!important;
}


.plan_box .plan_box_plan_01 {
	width: 35%;
}
.plan_box .plan_box_plan_01 p.plan {
	position: relative;
	padding: 0 0 0 40px;
	font-size: 16px;
	font-weight: bold;
}
.plan_box .plan_box_plan_01 p.plan span {
	padding: 5px 7px;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 1em 0 0;
	color: #fff;
  background: #ed944a;
	display: table;
}
.plan_box .plan_box_plan_01 .p_benefits {
	font-size: 0.85em;
    font-weight: bold;
	margin: 10px 0 0 0;
	width: fit-content;
}
.plan_box .plan_box_plan_01 .p_benefits span {
	background: linear-gradient(transparent 0%, #fffbd5 0%);
    display: inline;
	padding: 3px 5px;
	color: #555;
	letter-spacing: 0.07em;
}
.plan_box .plan_box_price_01 p.price {
	line-height: 1.4;
}
.plan_box .plan_box_price_01 p.price span.price_red {
	font-size: 1.4em;
	color: #bb0204;
	line-height: 1;
}
.plan_box .plan_box_price_01 p.price span.small {
	font-size: 0.7em;
}
.plan_box .plan_box_price_01 p.price span.cs {
	color: #999;
}
.plan_box .plan_box_price_01 {
	width: 60%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 15px;
}
.plan_box .btn02 {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #70b900;
	padding: 7px 20px;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	line-height: 1.4;
	margin: 0 0 0 0.5em;
	vertical-align: middle;
}
.plan_box .btn02:hover {
	opacity: 1;
	color: #fff!important;
	background: linear-gradient(0deg, #b7e345 0%, #70b900 100%)!important;
	cursor: pointer;
}
.plan_box .btn_off {
	background: #ccc;
	pointer-events: none;
	border: #ccc 1px solid;
}
.plan_box .plan_box_plan_01 p.plan::before {
	content: url(../img/ico_train.png);
	position: absolute;
	left: 0;
}
.plan_box .plan_box_price_01 .flex01 {
	margin: 0;
	display: flex;
}

/*-----------------------------
form
-------------------------------*/
form {
	margin: 0 5px 10px;
}
select {
	width : calc(100% - 85px);
	border: 1px solid #666;
	height:35px;
	background-color: #fff;
	vertical-align: middle;
}
.btn01 {
    font-size: 12px;
	font-weight: bold;
    color: #FFF;
    background-color: #070d59;
    border-radius: 5px;
    text-align: center;
	padding:7px 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    border: none;
	vertical-align: middle;
}
.pause_plan .btn01 {
	pointer-events: none;
	background-color: #ccc!important;
}
.planBOX01{
	margin: 0 0 10px;
}
.planBOX01 .plan_ttl01{ 
  font-size: 13px;
  font-weight: bold;
  color: #070d59;
	border-left: solid 3px;
	padding: 0 0 0 5px;
	margin: 0 0 10px;
}

.off_form {
	margin: 0 5px 10px;
}
.off_form .soon{
	color: #ababab;
	font-size: 14px;
	width : calc(100% - 85px);
	border: 1px solid #ababab;
	border-radius: 5px;
	height:35px;
	background-color: #fff;
	vertical-align: middle;
	padding: 5px 5px 0;
	display: inline-block;
}
.off_form .off_btn {
    font-size: 12px;
	font-weight: bold;
    color: #FFF;
    background-color: #ababab;
    border-radius: 5px;
    text-align: center;
	padding:7px 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
    border: none;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0 0 3px;
}


.recommend_plan .about_plan {
  background-image: url(../../img/line_yado03.png);
  background-position: center 5px;
  background-repeat: repeat-x;
  background-size:300px;
	padding:45px 0 0;
}
.recommend_plan .planBOX01 .plan_ttl01{
	font-size: 19px;
}
.recommend_plan .planBOX01 .plan_ttl01 .sp01{
	font-size: 12px;
}

.plan_ico_flex {
  display: flex;
}
.plan_ico_txt {
  margin-right: 10px;
  display: flex;
	align-items: center;
}
.plan_ico_wrap {
  width: 120px;
  display: flex;
	align-items: center;
}
.plan_ico {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 5px;
  /*width: 80px;*/
  height: 45px;
  line-height: 45px;
  color: #fff700;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #e92187;
  border-radius: 50%;
  box-sizing: border-box;
}
.plan_ico:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-right: 15px solid #e92187;
  z-index: 0;
}

#one_resort01 .about_plan{
  display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;  
}
#one_resort01 .planBOX01{
	width: calc( ( 920px – 30px ) / 2 );
	padding: 0 15px 20px;
}
#one_resort01 .plan_ttl02, .one_resort .plan_ttl02{
	color: #4273a3;
	font-weight: bold;
	margin: 0 0 5px;
}
#one_resort01 .planBOX01:nth-child(2n){
	border-left: dotted 2px #ababab;
}

#one_resort02 .about_plan{
	display: flex;
}
#one_resort02 .planBOX01{
	width: 296px;
}
#one_resort02 .planBOX01 + .planBOX01{
	border-left: dotted 2px #ababab;
	padding: 0 0 0 15px;
	margin: 0 0 10px 15px;
}
#one_resort14 .planBOX01{
	width: 600px;
	margin: 0 auto 20px;
}

.resort-info_wrap h4 {
/*	font-family: "kozuka-mincho-pr6n", 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Noto Serif JP', serif;*/
	font-size: 24px;
	text-align: center;
	display: block;
	margin: 0.5em 0 ;
	padding: 2px;
	border-bottom: solid 1px #87a0e5;
/*font-family: 'corporate-logo-ver2', 'source-han-sans-japanese', sans-serif;*/
font-family: 'corporate-logo-ver2', sans-serif;
/*font-style: normal;*/
font-weight: bold;
}
/*
#one_resort01 h4, #one_resort02 h4 {
font-size: 18px;
color:#002A9E;
text-align: center;
display: block;
margin: 1.5em 0 0.5em;
padding: 2px;
background:  #bdebdc;
}

#one_resort03 h5, #one_resort04 h5, #one_resort05 h5, #one_resort06 h5, #one_resort07 h5, #one_resort08 h5, #one_resort09 h5, #one_resort10 h5, #one_resort11 h5, #one_resort12 h5, #one_resort13 h5, #one_resort14 h5, #one_resort15 h5 {
font-size: 14px;
color: #002A9E;
text-align: center;
display: block;
margin: 1.5em 0 0.5em;
padding: 2px;
background:  #bdebdc;
}
*/



/*-------------------------------
map
---------------------------------*/
.map{
  width: 840px;
  margin: 50px auto 20px;
}


/*---------------------------
after
-----------------------------*/
#after {
	padding: 60px 0;
	/*background: #ecf2fb;*/
  /*	background: #f2d9c2 ;*/
 	/*background: #ffddbd;*/
 	background: #f7f4f1;
}
#after h3 {
	position: relative;
/*	font-family: "kozuka-mincho-pr6n", 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Noto Serif JP', serif;*/
	font-size: 25px;
	text-align: center;
	margin: 0 auto 20px;
	width: fit-content;
/*font-family: 'corporate-logo-ver2', 'source-han-sans-japanese', sans-serif;*/
font-family: 'corporate-logo-ver2', sans-serif;
/*font-style: normal;*/
font-weight: bold;
/*text-shadow:1px 1px 0 #fff, 2px 2px 0 #000;*/
text-shadow:2px 2px 0 #fff;
}
#after h3:before {
	content: '';
	display: inline-block;
	background-image: url(../img/ico_crystal.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 35px;
	position: absolute;
	bottom: 30px!important;
  left: -60px;
  vertical-align: middle;
}
#after h3:after {
	content: '';
	display: inline-block;
	background-image: url(../img/ico_crystal.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 35px;
	position: absolute;
	bottom: 30px!important;
  right: -60px;
  vertical-align: middle;
}
#after h4 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #34648c;
	background: #e4eef1;
	border: solid 1px #34648c;
	padding: 5px;
	margin: 10px 0;
}
#after .after_photo {
	padding: 10px;
  background: #FFF;
}
#after ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;  
}
#after ul li {
	/*width: 49.5%;*/
  width: 49%;
}
#after .after_photo .after_cap {
	font-size: 16px!important;
	text-align: center;
	font-weight: bold;
	/*color: #195fbe;*/
	/*color: #f27500;*/
	color: #54adce;
	/*background: #ecf2fb;*/
	/*background: #ffefe0;*/
  /*background: #fae0c7;*/
  /*background: #fbeee2;*/
  background: #f6e2e4;
	/*border: solid 1px #c6d6ee;*/
	/*border: solid 1px #f2a761;*/
	border: solid 1px #e95464;
	padding: 5px;
	margin: 10px 0 0px;
/*font-family: 'corporate-logo-ver2', 'source-han-sans-japanese', sans-serif;*/
font-family: 'corporate-logo-ver2', sans-serif;
/*font-style: normal;*/
font-weight: bold;
}
#after .after_photo {
  border-radius: 10px;
  padding: 10px;
}

#after .after_photo p {
line-height: 150%;
	font-size: 14px;
  padding: 5px 5px 10px;
}


/*---------------------------
about_sugotoku
-----------------------------*/

#about_sugotoku {
	background: #ecf2fb;
}
#about_sugotoku .btn_back {
  width: 1200px;
  margin: 0 auto;
	text-align: right;
	padding: 10px 0;
}
#about_sugotoku .btn_back a {
	display: inline-block;
	position: relative;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #1069a8;
	padding: 5px 10px 5px 25px;
	background-color: #2589d0;
	line-height: 1.4;
	margin: 0 0 5px;
}
#about_sugotoku .btn_back a::after {
	position: absolute;
	transform: rotate(-135deg);
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	bottom: 40%;
  left: 10px;
}

#about_sugotoku .page_link{
	display: flex;
	justify-content: center;
	margin: 0 0 40px;
}
#about_sugotoku .page_link a{
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	width: 400px;
	margin: 0 10px;
	display: block;
}
#about_sugotoku .page_link .a01{
	background-color: #006064;
}
#about_sugotoku .page_link .a01 .sp01{
	color: #FFA726;
}
#about_sugotoku .page_link .a02{
	background-color: #1E88E5;
}

.sugo_sec{
	background-color:#FFF;
	border-radius: 20px;
	width: 1200px;
	padding: 15px 0 15px;
	margin: 0 auto 100px;
}
.sugo_sec h4{
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	padding: 7px 20px;
	margin: 0 10px 25px;
}
#sugotoku h4{
	background-color: #006064;
}
#sugotoku h4 .sp01{
	color: #FFA726;
}
#no-sugotoku h4{
	background-color: #1E88E5;
}

.sugopage_link{
	margin: 0 20px 20px;
}
.sugopage_link a{
	font-size: 14px;
	color: #3c5ca8;
	background-color:#d5f2f5;
	border-radius: 20px;
	padding: 5px 20px;
	margin: 0 10px;
	display: inline-block;
}

.slide_list li{
	margin: 0 0 70px;
}
.slide_list h5{
	font-size:20px;
	background-color: #f5f5f5;
	padding: 7px;
	margin: 0 20px 30px;
}
.slide_list h5 .sp01{
	font-size:16px;
	color: red;
}
#sugotoku .slide_list h5{
	border-left: solid 8px #006064;
}
#no-sugotoku .slide_list h5{
	border-left: solid 8px #1E88E5;
}
.sugo_sec .p01{
	font-size: 16px;
	margin: 0 30px;
}
.sugo_sec .p02{
	font-size: 21px;
	color: #df0403;
	margin: 0 30px;
}
.sugo_sec .p02 a{
	color:#df0403;
}
.application-slide {
	width: 1186px;
	margin: auto;
}



/*-------------------------------
campaign
---------------------------------*/
#campaign {
	padding: 40px 0;
	font-size: 16px;
	font-family: 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

#campaign h3 {
	position: relative;
	padding: 20px;
	margin: 0;
	border: solid 6px #1ca6b8;
	text-align: center;
	background: url(https://tobutoptours.jp/ski_snowboard/oneday_maiko/img/img_coin.png) no-repeat right -1% bottom -30% / 10% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_maiko/img/img_coin02.png) no-repeat left -0.5% bottom -30% / 10% auto rgb(121,202,213);
	background: url(https://tobutoptours.jp/ski_snowboard/oneday_maiko/img/img_coin.png) no-repeat right -1% bottom -30% / 10% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_maiko/img/img_coin02.png) no-repeat left -0.5% bottom -30% / 10% auto -webkit-linear-gradient(bottom, rgba(121,202,213,1) 0%, rgba(255,249,233,1) 50%, rgba(255,255,255,1) 100%);
	background: url(https://tobutoptours.jp/ski_snowboard/oneday_maiko/img/img_coin.png) no-repeat right -1% bottom -30% / 10% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_maiko/img/img_coin02.png) no-repeat left -0.5% bottom -30% / 10% auto -o-linear-gradient(bottom, rgba(121,202,213,1) 0%, rgba(255,249,233,1) 50%, rgba(255,255,255,1) 100%);
	background: url(https://tobutoptours.jp/ski_snowboard/oneday_maiko/img/img_coin.png) no-repeat right -1% bottom -30% / 10% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_maiko/img/img_coin02.png) no-repeat left -0.5% bottom -30% / 10% auto, linear-gradient(to top, rgba(121,202,213,1) 0%, rgba(255,249,233,1) 50%, rgba(255,255,255,1) 100%);
	
}
#campaign h3 .cp_ttl_period {
	padding: 10px 30px;
	background: #1ca6b8;
	text-align: center;
	margin: 0 auto;
	width: fit-content;
	line-height: 1;
	font-size: 1.4em;
	border-radius: 50px;
	color: #FFF;
}
#campaign h3 .cp_ttl {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
  justify-content: center; 
	align-items: baseline;
	font-size: 32px;
	font-weight: bold;
	text-shadow: 2px 3px 1px rgba(255, 255, 255, 0.5);
}
#campaign h3 .cp_ttl span {
	font-family: 'Mochiy Pop P One', sans-serif;
	font-size: 2em;
	color: #e76200;
	padding: 0 0 0 0.1em;
	line-height: 1;
}
#campaign h3 .cp_ttl_sub {
	background: linear-gradient(transparent 60%, #ffec6d 20%);
	font-size: 1.5em;
	font-weight: bold;
	width: fit-content;
	text-align: center;
	margin: 0 auto;
	color: #006673;
	text-shadow: 2px 3px 1px rgba(255, 255, 255, 0.5);
}
#campaign h3 .cp_ic {
	position: absolute;
	top: 5px;
	left: -40px;
	font-family: 'Mochiy Pop P One', sans-serif;
	color: #b60505;
	text-align: center;
	border: solid 4px #efc329;
	padding: 8px 15px;
	background: #FFF;
	z-index: 1;
	border-radius: 7px;
	transform: rotate(-20deg);
	font-weight: bold;
	font-size: 1.2em;
	box-shadow: 2px 2px 2px rgb(0 0 0 / 10%), 2px 2px 2px -2px rgb(0 0 0 / 10%);
}
#campaign .ttl_cap {
	margin: 15px 0 0;
}
#campaign .campaign_detail_box {
	padding: 20px;
	background: #FFF;
	border: solid 2px #274a5c;
	border-top: none;
}
#campaign .campaign_detail_box .campaign_detail_ttl {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 1em;
	background: #1ca6b8;
	color: #FFF;
	padding: 5px;
}
#campaign .campaign_detail_box p span {
	font-weight: bold;
	color: #e76200;
	font-size: 1.3em;
	line-height: 1;
}
#campaign .campaign_detail_list {
  margin: 20px 0 0;
	padding: 20px;
	border: solid 1px #999;
}
#campaign .campaign_detail_box .campaign_detail_list ul li {
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
	margin: 0 0 10px;
	border-bottom: dotted 1px #ccc;
  padding-bottom: 7px;
}
#campaign .campaign_detail_box .campaign_detail_list ul li:last-child, #campaign .campaign_detail_box .campaign_detail_list ul li ul li {
	margin: 0;
	border-bottom: none;
  padding-bottom: 0;
}
#campaign .campaign_detail detail {
	cursor: pointer;
}
#campaign .campaign_detail_sm {
	list-style: none;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
	text-align: -ms-center;
	background: #fff8b6;
	padding: 20px;
	border: solid 2px #274a5c;
	cursor: pointer;
}
#campaign .campaign_detail_sm p {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	color: #274a5c;
	width: fit-content;
	line-height: 1;
}
#campaign .campaign_detail_sm::-webkit-details-marker {
  display: none;
}
#campaign .campaign_detail_sm p::before {
	display: block;
	content: "\025bc";
	position: absolute;
	top: 0;
  left: -30px;
	transition: all 0.3s ease;
	font-size: 1em;
	color: #274a5c;
}
#campaign details[open] .campaign_detail_sm p::before {
  display: block;
	content: '＋';
	transform: rotate(135deg);
	font-weight: bold;
	font-size: 1.4em;
  top: -20%;
  left: -35px;
}
#campaign details[open] .campaign_detail_sm p {
  border-bottom: none;
}

/*-----------------------------
st_recommend_point
-------------------------------*/
#st_recommend_point{
	font : normal 16px/1.3 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	margin: 0 auto 80px;
	padding: 50px 0 0;
}
#st_recommend_point h3 {
	font-size: 36px;
	margin: 0 auto 30px;
	text-align: center;
	padding: 15px;
	background: #1ca6b8;
	color: #FFF;
	font-weight: normal;
	line-height: 1.2;
}

#st_recommend_point h4 {
	width: 750px;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	text-align: center;
	color: #1ca6b8;
	font-size: 34px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 3px solid #1ca6b8;
	margin: 0 auto 40px;
	line-height: 1.4;
	padding: 0 0 10px;
}

#st_recommend_point .phrase {
	width: 85%;
	padding: 12px;
	background: #f06402;
	margin: 20px auto;
	font-size: 28px;
	/*font-weight: bold;*/
	color: #FFF;
	line-height: 1;
	text-align: center;
	border-radius: 50px;
	/*-webkit-box-shadow: 5px 5px 0 #913500;
  box-shadow: 5px 5px 0 #913500;*/
}

.ap-group{
	margin: 50px 0;
}

.planBOX01 {
	margin: 0 auto;
	border: solid 5px #1ca6b8;
	padding: 25px;
	border-radius: 20px;
}
.planBOX01 h4 {
  text-align: center;
}
.panel {
  background: #fff;
  margin: 40px auto 0;
}
.panel:not(:first-of-type) {
  margin: 50px auto 0;  
}
.panel h5 {
  position: relative;
  font-size: 26px;
  font-weight: bold;
}
.panel h5 img {
  display: block;
  position: absolute;
  top: -56px;
  left: -16px;
}
.about_point_content {
  margin: 10px auto 0;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.about_point_txt {
  width: 400px;
  margin-right: 10px;
}
.panel .about_point_txt:first-of-type {
  background: url("https://tobutoptours.jp/ski_snowboard/oneday_maiko/img/img_intro_02.png") no-repeat bottom right;
  background-size: 110px;
}
.panel:nth-of-type(2) .about_point_txt {
  background: url("https://tobutoptours.jp/ski_snowboard/oneday_maiko/img/img_intro_03.png") no-repeat bottom right;
  background-size: 110px;
}
.panel:nth-of-type(3) .about_point_txt {
  background: url("https://tobutoptours.jp/ski_snowboard/oneday_maiko/img/img_intro_04.png") no-repeat bottom right;
  background-size: 110px;
}
.panel .about_point_txt p:not(:first-of-type) {
  margin: 10px 0 0;
	width: 65%;
}
.mark_seat {
  width: 152px;
  height: 24px;
  object-fit: cover;
  object-position: 0 100%;
}
.about_point_content > li figure {
  width: 520px;
}
.about_point_content .trim01 {
  width: 100%;
  height: 170px;
  object-fit: cover;
  object-position: 0 45%;
}
.about_point_content .trim02 {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: 0 82%;
}
.about_point_content .trim03 {
  width: 100%;
  height: 175px;
  object-fit: cover;
  object-position: 0 42%;
}
.f_orange {
  color: #f06400;
}

.youtube {
	text-align: center;
	padding: 0 0 40px;
	margin: 0 auto;
	width: 853px;
	position: relative;
}

.st_link {
	margin: 20px auto;
  text-align: center;
}
.st_link a {
	position: relative;
	display: inline-block;
	padding: 15px 40px 15px 20px;
	background: #1ca6b8;
	color: #FFF;
	text-align: center;
	width: 60%;
	font-size: 20px;
	font-weight: 600;
	border-radius: 10px;
}
.st_link a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translate(50%, -50%) rotate(-90deg);
	border: 9px solid transparent;
	border-top: 10px solid #fff;
	transition: 0.3s;
}

/*-------------------------------
column
---------------------------------*/
.ef {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
#column {
	padding: 0 0 80px;
}

.column_wrap {
  width: 800px;
  margin: 0 auto 20px;
}
.contents_ttl {
  font-size: 18px;
  font-weight: bold;
  background: #f1f1f1;
  padding: 4px 8px;
}
/*column*/
.column_box {
  color: #332f2a;
  margin-top: 16px;
}
.column_box + .column_box {
  margin-top: 36px;
}
.column_box > figure {
  /*width: 192px;*/
	width: 200px;
}
.column_txt {
  /*width: 512px;*/
	width: 540px;
}
.column_box h3 {
  font-size: 16px;
  font-weight: bold;
}
.column_date {
  font-size: 13px;
}
.column_comment {
  font-size: 14px;
	font-weight: normal;
}

/*-------------------------------
faq
---------------------------------*/
#faq {
	background-color: #FFF;
	border: solid 1px #999;
  padding: 25px 30px;
	margin: 60px auto 80px;
	width: 960px;
}
.faq_lead {
  font-size: 24px;
	color: #604c3f;
  margin: 0 auto 10px;
}
#faq dl {
	font-size: 14px;
	margin:0;
}
#faq dt {
  font-weight: bold;
	margin: 0 0 8px;
}
#faq dt:not(:first-of-type) {
  border-top: 1px dashed #999;
  padding: 10px 0 0;
  margin: 20px auto 8px;
}
#faq dt:before,
#faq dd:before {
  font-size: 26px;
  font-weight: bold;
  margin-right: 6px;
}
#faq dt:before {
  content: "Q.";
  color: #62b9c3;
}
#faq dd:before {
  content: "A.";
  color: #d3628f;
}
#faq dd{
	margin-left:10px !important;
}


/*-------------------------------
navi_b
下から出てくるリンク
---------------------------------*/
#navi_b {
	
}
.navi_b_menu{
  position: fixed;
  display: flex;
  left: 0;
	right: 0;
  bottom: 0;
  /* 1. メニューを画面下へ隠す */
  transform: translateY(100%);
  /* 2. 0.3秒かけて表示する */
  transition: .3s;
	z-index: 9999;
	margin: 0 auto;
	width: 100%;
	background: #ffe1cc;
	border-top: 2px solid #FFF;
}
.navi_b_menu li{
  width: 1200px;
	margin: 0 auto;
}
.navi_b_menu li a{
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #ef6301;
  text-align: center;
  text-decoration: none;
  padding: 20px;
}

.navi_b_menu li a::before{
	content: "";
	background: url(../img/triangle.png) no-repeat;
	transform: rotate(180deg);
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
	width: 18px;
	height: 18px;
	background-size: 18px;
}
.navi_active{
  /* 3. メニューを定位置へ戻す */
  transform: translate(0);
}
/*footerまでスクロールしたら消す*/
.navi_is-hidden {
  visibility: hidden;
  opacity: 0;
}


/*-----------------------------
bunner-slide
-------------------------------*/
.bunner-slide_wrap{
	margin:30px 0 60px;
}
.bunner-slide_wrap h3{
	font-size:28px;
	color:#5f6368;
	text-align:center;
	margin:0 auto 10px;
	min-height:54px;
	padding:5px 0 0;
	background-image: url(../../img/img_subtitle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 380px;
}
.bunner-slide{
	width:960px;
	margin:0 auto;
}
.bunner-slide img{
	width:220px;
}

/* 2512追加 10種年特別企画 */
.oneday_10th_ttl {
	padding: 40px 0;
	font-family: 'M PLUS 1p', sans-serif;
}
.oneday_10th_ttl div {
    width: 960px;
    margin: auto;
	background-color: #FFF4F6;
    padding: 22px 20px 14px;
    border: dotted 3px #f0267a;
	position: relative;
}
.oneday_10th_ttl div::before {
	position: absolute;
	top: 82px;
	left: 34px;
	content: "";
	display: inline-block;
	width: 120px;
	height: 80px;
	background: url(../../oneday/img/deco_10ht_bg_l.png) no-repeat;
	background-size: cover;
	z-index: 10;
}
.oneday_10th_ttl div::after {
	position: absolute;
	top: 82px;
	right: 34px;
	content: "";
	display: inline-block;
	width: 120px;
	height: 80px;
	background: url(../../oneday/img/deco_10ht_bg_r.png) no-repeat;
	background-size: cover;
	z-index: 10;
	transform: scale(-1, 1);
	visibility: visible;
}
.oneday_10th_ttl h2 {
	position: relative;
	font-size: 28px;
	color: #0d499b;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	z-index: 1;
	width: 960px;
    max-width: 100%;
}
.oneday_10th_ttl h2 span {
	font-size: 1.2em;
	color: #f0267a;
	display: block;
}
.oneday_10th_ttl h2::before {
	position: absolute;
	top: -10px;
	left: 110px;
	content: "";
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(../../oneday/img/deco_10ht_l.png) no-repeat;
	background-size: cover;
	z-index: -1;
}
.oneday_10th_ttl h2::after {
	position: absolute;
	top: -10px;
	right: 110px;
	content: "";
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(../../oneday/img/deco_10ht_r.png) no-repeat;
	background-size: cover;
	z-index: -1;
}
.p_benefits span {
	background: linear-gradient(transparent 0%, #fffbd5 0%);
	display: inline-block;
	padding: 3px 5px;
	color: #555;
	letter-spacing: 0.07em;
	font-size: 13px;
	font-weight: bold;
    margin-top: 4px;
    margin-left: 36px;
}

/*clearfix*/
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

/*----*/
div:after,
ul:after {
  content: none;
}

.r_close {
	display: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	background: #de0000;
	padding: 5px;
	margin: 0 auto;
}


/*受付終了対応
.plan_box .plan_box_price a {
    pointer-events: none;
    background: #ccc !important;
	border:none!important;
}
.r_close {
	display: block;
}
*/



