@charset "utf-8";

body{
	font-size:16px;
  	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP','メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
}
img{
	-ms-interpolation-mode: bicubic;
}
.ryokoujouken {
	font-size:10px;
	text-align:right;
}
.sp{
	display:none !important;
}
.boxsize *{
	box-sizing:border-box;
	line-height:160%;
}
figure{
	margin:0;
	position: relative
}
figure img {
	width:100%;
}
figcaption{
	font-size: 12px;
    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 h2{
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#title_wrap h2 img{
	margin:0 auto;
	display:block;
}
h2 span.title {
	display:none;
}
.yoyaku {
	background-color: rgb(255 255 255 / 100%);
	padding: 10px 20px 20px;
	margin: 0 auto;
	flex-flow: column wrap;
	align-items: center;
	position: absolute;
	bottom: -70px;
	right: 50px;
	/*border: solid 1px #999;*/
	border-radius: 10px;
	box-shadow: 4px 4px 2px rgb(0 0 0 / 20%);
	text-align: center;
	width: 400px;
	z-index: 2;
}
.yoyaku p {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 10px;
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0-1px 0 #FFF,-1px 0 0 #FFF, 1px 0 0 #FFF;
}
.yoyaku p span{
	font-size: 1.5em;
}
.yoyaku a {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #70b900;
	padding: 10px 20px;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	line-height: 1.4;
}
/*---------------------------
intro
-----------------------------*/
#intro {
	padding: 7rem 0 4rem;
	margin: 0 0 4rem;
	border-top: solid 5px #FFF;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10vw), 50% 100%, 0 calc(100% - 10vw));
	transform: translatey(-5px);
	/*padding-bottom: 10vw;*/
}
#intro02 {
	padding: 2rem 0 8rem;
	margin: 0 auto;
	background: #fff;
}
#intro_10th {
    background: #ffeeee;
}
.spring_box {
	text-align: center;
	margin: 1.5rem auto 4rem;
	padding: 1rem;
	border: 3px dotted #ff6688;
	background: #fff8f9;
	color: #ff6688;
	font-size: 20px;
	font-weight: bold;
}
/*---------------------------
oneday_10th
-----------------------------*/
#oneday_10th {
	padding: 7rem 0;
}
#oneday_10th .oneday_10th_ttl {
	background-image: url(../../oneday/img/deco_10ht_bg_l.png), url(../../oneday/img/deco_10ht_bg_r.png);
	background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
	background-size: 120px;
/*	padding: 20px 0;*/
	margin: 20px 0 40px;
}
#oneday_10th .oneday_10th_ttl p {
	position: relative;
	font-size: 30px;
    font-weight: bold;
	color: #3c5ca8;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	z-index: 1;
}
#oneday_10th .oneday_10th_ttl p::before {
	position: absolute;
	top: -25px;
	left: -40px;
	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 .oneday_10th_ttl p::after {
	position: absolute;
	top: -20px;
	right: -40px;
	content: "";
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(../../oneday/img/deco_10ht_r.png) no-repeat;
	background-size: cover;
	z-index: -1;
}
#oneday_10th .oneday_10th_ttl p span {
	font-size: 1.2em;
    font-weight: bold;
	color: #e1121d;
	display: block;
}
#oneday_10th p.oneday_10th_btn {
    font-size: 1.2em;
    font-weight: 600;
	color: #fff;
    background: #e1121d;
	display: block;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    padding: 10px 1em;
    border-radius: 10px;
    line-height: 1.4;
}

/*---------------------------
point
-----------------------------*/
#point {
	padding: 0 0 6rem;
}
#point img {
	width: auto;
	height: 70px;
	margin: 0 0 15px
}
.main_c h3 {
	font-size: 28px;
	text-align: center;
	color: #000;
	padding: 0 0 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.main_c h3::before {
	margin-right: 25px;
}
.main_c h3::after {
	margin-left: 25px;
}
.main_c h3::before, .main_c h3::after {
	content: '';
	width: 80px;
	height: 3px;
	background-color: #999;
}

#point ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 40px 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(255 211 216);
  border: solid 1px #666;
	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.2em;
	color: #ec0004;
}
#point .point_btn {
	margin: 20px 0 0;
}
#point .point_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: #000;
  color: #fff;
	font-size: 1.4em;
}
#point .point_btn a:hover {
	border: 1px solid #D10017;
	background-color: #D10017;
	opacity: 1;
}
#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);
}

/*------------------------
newplan
---------------------------*/
#newplan {
	padding: 3.5rem 0 0;
}
.main_c h3 span {
	position: absolute;
	font-size: 16px;
	color: #fff;
	background: red;
	display: block;
	padding: 5px 15px;
	top: -40px;
    left: 160px;
}

#newplan dl {
	margin: 3rem auto 4rem;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#newplan dl dt {
	width: 30%;
	display: flex;
  align-items: center;
	justify-content: center;
	padding-bottom: 40px;
}
#newplan dl dt p {
	background: #e1121d;
	color: #fff;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	position: relative;
}
#newplan dl dt p span {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-weight: bold;
    font-size: 1.2em;
    text-align: center;
	white-space: nowrap;
}
#newplan dl dt p span img {
	margin-bottom: 10px;
}
#newplan dl dd {
	width: 70%;
	display: flex;
  align-items: center;
	padding-right: 40px;
	padding-bottom: 40px;
}
#newplan dl dd p {
	font-size: 1.2em;
}
#newplan dl dd p span {
	color: #ec0004;
	display: block;
}
.slider div p span {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}
/*------------------------
schedule
---------------------------*/
.s_wrap {
	margin: 2rem auto 8rem;
	text-align: center;
}
.s_access {
	padding: 1rem;
	background: #ffeeee;
	margin: 0 auto 3rem;
	width: 70%;
}
.s_access p span {
	display: inline-block;
    position: relative;
    padding-inline: 20px;
}
.s_access p span::before,.s_access p span::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #363636;
    position: absolute;
    top: 0;
}
.s_access p span::before {
    left: 0;
    transform: rotate(-30deg);
}
.s_access p span::after {
    right: 0;
    transform: rotate(30deg);
}
.time-schedule {
	display: inline-block;
  width: 450px;
  list-style: none;
  margin: 2em auto 0 6em;
  padding-left: 30px;
  border-left: 6px solid #D10017;
  box-sizing: border-box;
	text-align: left;
}

.time-schedule li {
  width: 100%;
  margin: 20px auto;
  padding: 5px 0;
  position: relative;
}

.time-schedule span.time {
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: right;
  box-sizing: border-box;
	font-size: 1.2em;
  font-weight: 700;
}

.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -35px;
  top: 6px;
  background: #D10017;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 50px;
  padding: 20px 20px 20px 30px;
  vertical-align: middle;
  background: #efefef;
  box-sizing: border-box;
  border-radius: 6px;
	position: relative;
}
.time-schedule .sch_box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #efefef transparent transparent;
  translate: -100% -50%;
}
/*------------------------
select_type
---------------------------*/
#select_type {
	
}
#select_type h3 {
	
}
#select_type dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 15px 0;
	font-size: 1.1em;
}
#select_type dl dt {
	color: #FFF;
	font-weight: 600;
	width: 20%;
	padding: 10px 1em;
	background: #D10017;
	margin: 0 0 3px;
}
#select_type dl dd {
	width: 80%;
	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: #D10017;
	font-weight: 600;
	margin: 15px auto 0;
	padding: 10px;
	border: dashed 1px #D10017;
}


/*------------------------
plan_wrap
---------------------------*/
#plan_wrap {
	background: #ffeeee;
	padding: 6rem 0;
}

.p_navi {
	display: flex;
	align-items: stretch;
	margin: 2rem auto;
	width: 960px;
}
.p_navi li {
	display: flex;
	align-items: stretch;
}
.p_navi a {
	display: flex;
	align-items: center;
	width: 320px;
	background: #D10017;
	color: #fff;
	font-weight: bold;
	padding: 20px 1.5em 20px 15px;
	border-left: 1px solid #fff;
	position: relative;
}
.p_navi li:first-child a {
	border-left: none;
}
.p_navi a::after {
	position: absolute;
	transform: rotate(135deg);
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	right: 1em;
}
/*------------------------
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
--------------------------------*/

.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 {
	margin: 0 0 10px;
}
.about_resort .resort_access .sp01{
    color: #FFF;
    background-color: #5893d4;
    padding: 2px 5px;
    margin: 0 5px 0 0;
}
.about_resort .resort_cap {
	font-weight: bold;
	margin: 0 0 10px;
}
.one_re_table {
	display: flex;
}
.table01 {
	margin-right: 10px;
	width: 630px;
}
.table02 {
	width: 300px;
}
.one_re_table th, .one_re_table td{
	font-weight: normal;
	border: solid 1px #89add5;
}
.one_re_table .th01{
  color: #FFF;
	line-height: 120%;
  background-color: #5893d4;
  padding: 3px;
}
.one_re_table td{
	text-align: center;
  padding: 3px 8px;
}

.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: 500px;
	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 {
	text-align: right;
	margin-top: 3rem;
}
.about_resort .gelande_link a{
	color: #070d59;
	font-weight: bold;
	text-align: center;
	border: solid 2px #070d59;
	padding: 3px 10px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 28%);
	margin:0 20px 0 0;
}
.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 40px 0 30px;
	font-weight: bold;
	font-size: 24px;
	background: #d10017;
	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: 16px;
    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 {

}
.about_plan_col1 h4 {
	font-size: 23px;
	text-align: center;
	color:#000;
	padding: 5px;
	background: #ececec;
	font-style: italic;
	margin: 20px 0 0;
}
.plan_box {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 0;
  border-bottom: dotted 2px #ccc;
}
.plan_box .plan_box_plan {
	width: 28%;
}
.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 1em 0 0;
	color: #fff;
  background: #ed944a;
	display: table;
}
.plan_box .plan_box_plan .p_benefits {
	font-size: 0.85em;
    font-weight: bold;
	margin: 10px 0 0 0;
	width: fit-content;
}
.plan_box .plan_box_plan .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 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 p.price span.cs {
	color: #999;
}
.plan_box .plan_box_price {
	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 .btn01 {
	display: inline-block;
	position: relative;
	font-size: 16px;
	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 .btn01: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;
}
/*-----------------------------
form
-------------------------------*/
form {
	margin: 0;
	display: flex;
}
select {
	width : 180px;
	border: 1px solid #666;
	background-color: #fff;
	vertical-align: middle;
}
.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;
}


#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-size: 24px;
	text-align: center;
	display: block;
	margin: 0.5em 0 ;
	padding: 2px;
	border-bottom: solid 1px #d10017;
}
/*
#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: 16px;
color: #002A9E;
text-align: center;
display: block;
margin: 1.5em 0 0.5em;
padding: 2px;
background:  #bdebdc;
}
*/




/*---------------------------
course
-----------------------------*/
#course {
	padding: 6rem 0;
	background: #fff;
}
#course h3 {
	position: relative;
	font-size: 26px;
	text-align: center;
	margin: 0 auto 20px;
	width: 100%;
	background: #D10017;
	padding: 25px 10px;
  color: #fff;
	z-index: 1;
}
#course h3::before{
 content: '';
 position: absolute;
 z-index:-1;
 top: 0px;
 bottom: 0px;
 left: 0px;
 right: 0px;
 background-image: linear-gradient(135deg, #fff 25px, transparent 25px calc(100% - 25px), #fff calc(100% - 25px));
}

#course .course_photo {
	padding: 10px;
  background: #FFF;
}
#course ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;  
}
#course ul li {
	width: 49.5%; 
}
#course .course_photo .course_cap {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #195fbe;
	background: #ecf2fb;
	border: solid 1px #c6d6ee;
	padding: 5px;
	margin: 10px 0;
}
#course .course_photo p {
	font-size: 16px;
  padding: 15px 10px;
}
.map{
  width: 940px;
  margin: 10px auto;
}
#course .btn01 {
	margin: 0 auto;
	text-align: center;
	width: 98%;
}
#course .btn01 a {
	display: block;
	margin: 0;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	padding: 7px 20px;
	background: #d10017;
	line-height: 1.4;
	vertical-align: middle;
}
#course .btn01 a:hover {
	opacity: 1;
	background: #ed3d50;
}
#course .btn01 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;
}
/*---------------------------
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: 16px;
	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_kandatsu/img/img_coin.png) no-repeat right -1% bottom -30% / 10% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_kandatsu/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_kandatsu/img/img_coin.png) no-repeat right -1% bottom -30% / 10% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_kandatsu/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_kandatsu/img/img_coin.png) no-repeat right -1% bottom -30% / 10% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_kandatsu/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_kandatsu/img/img_coin.png) no-repeat right -1% bottom -30% / 10% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_kandatsu/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;
}

/*-----------------------------
influencer
-------------------------------*/
#influencer {
	background: #ffeeee;
	padding: 6rem 0;
	margin: 0 0 3rem;
}
#influencer h3 {
	font-family: "RocknRoll One", sans-serif;
	position: relative;
	font-size: 35px;
	text-align: center;
	padding: 0 0 2rem;
	margin: 0 0 3rem;
	line-height: 1.6;
	font-weight: 400;
	font-style: italic;
}
#influencer h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-image: repeating-linear-gradient(-45deg, #eb6464 0px, #eb6464 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
	background-size: 8px 8px;
}
.influencer_wrap {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.influencer_box {
	padding: 30px;
	background: #FFF;
	border-radius: 20px;
	width: 40%;
	border: solid 4px #f09797;
	box-shadow: 5px 5px 4px rgb(0 0 0 / 10%);
}
.influencer_link a {
	display: inline-block;
	position: relative;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	padding: 15px 10px;
	background: #eb6464;
	line-height: 1.4;
	margin: 0 0 1.5rem;
	vertical-align: middle;
	box-shadow: 3px 3px 2px rgb(0 0 0 / 20%);
	border: solid 3px #FFF;
}
.influencer_link a span {
	display: block;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0.5em 0 0;
}

/*-----------------------------
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_kandatsu/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_kandatsu/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_kandatsu/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: 16px;
}


/*-------------------------------
faq
---------------------------------*/
#faq {
	background-color: #FFF;
	border: solid 1px #999;
  padding: 25px 30px;
	margin: 60px auto 80px;
	width: 960px;
}
h3.faq_lead {
  font-size: 24px;
	color: #604c3f;
  margin: 0 auto 10px;
}
#faq dl {
	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: #d9f199;
	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-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
  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;
}

/*-------------------------------
slick
---------------------------------*/
/* スライダー*/
#newplan .slider div {
  margin: 0 20px;
}
#newplan .slick-next:before, #newplan .slick-prev:before {
	color: #000!important;
	font-size: 30px!important;
}
#newplan .slick-prev {
    left: -20px!important;
}
#newplan .slick-next {
    right: -10px!important;
}


/*-------------------------------
MSキャンペーン調整
---------------------------------*/
#ms_campaign {
	padding: 90px 0 50px !important;
}


/* 10種年特別企画 */
.oneday_10th {
/*	margin: 40px 0 5px;*/
	margin: 100px 0 5px;
	padding: 0 0 40px;
	border-bottom: solid 1px #c7c7c7;
}
.oneday_10th_ttl {
	font-family: 'M PLUS 1', sans-serif;
}
.oneday_10th_ttl div {
	width: 960px;
	margin: auto;
	background-color: #eef4ff;
	padding: 22px 20px 14px;
	border: dotted 3px #00a9fa;
	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: #3c5ca8;
	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: #00a9fa;
	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;
}




/*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 .btn01, .yoyaku a {
    pointer-events: none;
    background: #ccc !important;
	border:none!important;
}*/
.r_close {
	display: block;
}



