@charset "utf-8";

body {
	width: 100%;
	min-width:360px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: scroll;
	font-size:14px;
  	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP','メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', sans-serif;
}
img{
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.pc{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: 2px;
	right: 7px;
	color: #FFF;
	text-shadow: 1px 1px 1px #333, -1px 1px 1px #333, 1px -1px 1px #333, -1px -1px 1px #333;
}

.contents{
	width:95%;
	max-width:500px;
	margin:0 auto;
}

/*title-------------------
--------------------------*/
#title_wrap{
	margin: 0;
	position: relative;
}

#title_wrap h2 img{
	width:100%;
	margin:0 auto;
	display:block;
}
h2 span.title {
	display:none;
}

.syukuhaku_link {
	display: flex;
	justify-content: flex-end;
	margin:5px  10px 0;
}

.syukuhaku_link a{
	display:block;
	font-size: 11px;
	font-weight: bold;
	background-color:#2575b7;
	border-radius: 5px;
	color: #FFF;
	padding: 5px 15px;
	box-shadow: 0 1px 2px #9b9b9b;
}
.title_plan{
  width: 100%;
  font-size: 1.4em;
  color: #070d59;  
  text-align: center;
  font-weight: bold;
  margin: 30px 0 15px;
  border-bottom: solid #070d59 1px;
}
.yoyaku {
	position: absolute;
	bottom: -3rem;
	background-color: rgb(255 255 255 / 100%);
	padding: 10px 15px 15px;
	margin: 0 20px;
	/*border: solid 1px #999;*/
	border-radius: 10px;
	box-shadow: 4px 4px 2px rgb(0 0 0 / 20%);
	width: 90%;
	text-align: center;
		z-index: 10;
}
.yoyaku p {
	font-size: 14px;
	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;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #70b900;
	padding: 12px 7px;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	line-height: 1.4;
}

/*---------------------------
intro
-----------------------------*/
#intro {
	padding: 5rem 0 0;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12vw), 50% 100%, 0 calc(100% - 12vw));
	transform: translatey(-5px);
	/*padding-bottom: 12vw;*/
}
#intro02 {
	padding: 40px 0;
	margin: 0 auto;
	background: #fff;
}
#intro_10th {
    background: #ffeeee;
}
.spring_box {
	text-align: center;
	margin:1rem auto 3rem;
	padding: 0.8rem;
	border: 3px dotted #ff6688;
	background: #fff8f9;
	color: #ff6688;
	font-size: 16px;
	font-weight: bold;
}
/*---------------------------
oneday_10th
-----------------------------*/
#oneday_10th {
	padding: 7rem 0 80px;
}
#oneday_10th .oneday_10th_ttl {
	position: relative;
	padding: 0 0 30px;
	margin: 0 0 10px;
}
#oneday_10th .oneday_10th_ttl::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../../oneday/img/deco_10ht_bg_l.png) no-repeat;
	background-size: cover;
}
#oneday_10th .oneday_10th_ttl::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../../oneday/img/deco_10ht_bg_l.png) no-repeat;
	background-size: cover;
	transform: scale(-1, 1);
	visibility: visible;
}
#oneday_10th .oneday_10th_ttl p {
	position: relative;
	font-size: 22px;
    font-weight: bold;
	color: #3c5ca8;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	z-index: 1;
	line-height: 1.4;
}
#oneday_10th .oneday_10th_ttl p::before {
	position: absolute;
	top: -30px;
	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: -30px;
	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;
	line-height: 1.4;
}
#oneday_10th p.oneday_10th_btn {
    font-size: 1.2em;
    font-weight: 600;
	color: #fff;
    background: #e1121d;
	display: block;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding: 10px 1em;
    border-radius: 10px;
    line-height: 1.4;
}

/*---------------------------
point
-----------------------------*/
#point {
	padding: 0 0 2.5rem;
}
#point img {
	width: auto;
	height: 30px;
	margin: 0 0 5px
}
.main_c h3 {
	font-size: 18px;
	text-align: center;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.main_c h3::before {
	margin-right: 10px;
}
.main_c h3::after {
	margin-left: 10px;
}
.main_c h3::before, .main_c h3::after {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #999;
}

#point ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 7px 0 10px;
	margin-top: 2rem;
}
#point ul li {
	width: 32%;
  padding: 5px;
	background: #FFF;
	font-size: 13px;
	text-align: center;
	color: #333;
	box-shadow: 3px 3px 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: 500;
}
#point p {
	color: #ec0004;
}
#point .point_btn {
	margin: 5px 0 0;
}
#point .point_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 8px 20px 8px 0;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: #000;
  color: #fff;
	font-size: 1.2em;
}
#point .point_btn a:hover {
	border: 1px solid #D10017;
	background-color: #D10017;
	opacity: 1;
}
#point .point_btn a::after {
	position: absolute;
	right: 1em;
	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: 2rem 0;
}
.main_c h3 span {
	position: absolute;
	font-size: 14px;
	color: #fff;
	background: red;
	display: block;
	padding: 5px 15px;
	top: -2.2rem;
}

#newplan dl {
	margin: 3rem auto;
	width: 100%;
}
#newplan dl dt {
	width: 100%;
	padding-bottom: 20px;
}
#newplan dl dt:not(:first-child) {
	padding-top: 40px;
}
#newplan dl dt p {
	background: #e1121d;
	color: #fff;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin: 0 auto;
	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: 100%;
	padding: 0 20px;
        text-align: justify;
}
#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 4rem;
	text-align: center;
}
.s_access {
	padding: 1rem;
	background: #ffeeee;
	margin: 0 auto 1rem;
	width: 100%;
}
.s_access p span {
	display: inline-block;
    position: relative;
    padding-inline: 10px;
}
.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;
  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;
  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: -27px;
  top: 6px;
  background: #D10017;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 40px;
  padding: 20px 20px 20px 30px;
  vertical-align: middle;
  background: #efefef;
  box-sizing: border-box;
  border-radius: 6px;
}
.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 {
	padding: 0 0 1rem;
}
#select_type h3 {
	
}
#select_type dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 2rem auto 0.5rem;
}
#select_type dl dt {
	font-size: 1.1em;
	color: #FFF;
	font-weight: 600;
	width: 100%;
	padding: 8px;
	background: #D10017;
	display: flex;
  align-items: center;
	justify-content: center;
}
#select_type dl dd {
	width: 100%;
	padding: 10px;
	background: #FFF;
	display: flex;
  align-items: center;
	border: 1px solid;
}
#select_type dl dt:last-of-type, #select_type dl dd:last-of-type {
	margin: 0;
}
#select_type p {
	font-size: 1.1em;
	color: #D10017;
	font-weight: 600;
	margin: 5px auto 0;
	padding: 5px;
	border: dashed 1px #D10017;
}
/*------------------------
plan_wrap
---------------------------*/
#plan_wrap {
	background: #ffeeee;
	padding: 3rem 0;

}

.p_navi {
	display: flex;
	align-items: stretch;
	margin: 2rem auto;
	width: 100%;
}
.p_navi li {
	display: flex;
	align-items: stretch;
	flex: 1;
}
.p_navi a {
	display: flex;
	align-items: center;
	background: #D10017;
	color: #fff;
	font-weight: bold;
	padding: 5px 20px 5px 10px;
	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: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: '';
	right: 5px;
}


/*------------------------
skiresort_table
---------------------------*/
.skiresort_table{
	margin: 0 10px 25px;
	overflow-x: scroll;
}
.skiresort_table table{
	background-color: #FFF;
	width: 650px;
}
.skiresort_table th, .skiresort_table td{
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	border: solid 1px #89add5;
	padding: 3px 5px;
}
.skiresort_table .th01{
	font-size: 13px;
  color: #FFF;
  background-color: #5893d4;
}
.skiresort_table a{
	font-size: 13px;
	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:26px;
	color:#FFF;
	font-weight: 400;
	text-align:center;
	margin:30px auto;
  position: relative;
  padding: 7px 7px calc(7px + 7px);
  width: 92%;
}
.subttl_a{
  background: #af0202;
}
.subttl_b{
  background: #2e60ed;
}
.subttl_a:before,.subttl_b:before{
  position: absolute;
  top: -7px;
  left: -7px;
  width: 98%;
  height: 94%;
  content: '';
}
.subttl_a:before{
  border: 4px solid #7a0000;
}
.subttl_b:before{
  border: 4px solid #012999;
}

.one_resort{
	background-color: #FFF;
	border-radius: 10px;
}
.about_resort{
	padding: 0 0 10px;
}
.about_resort figure{
	margin: 0 0 10px;
}
.about_resort h3{
	font-size: 18px;
	margin: 0 0 5px;
}
.about_resort .resort_access {
	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 {
	margin: 10px 0;
}
.one_re_table{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 0 10px;
}
.table01{
	width: 100%;
	margin: 0 0 10px;
}
.table02{
	width : 100%;
}
.one_re_table th, .one_re_table td{
	font-weight: normal;
	border: solid 1px #89add5;
}
.one_re_table .th01{
	font-size: 13px;
  color: #FFF;
  background-color: #5893d4;
  padding: 3px;
}
.one_re_table td{
	font-size: 13px;
	text-align: center;
  padding: 3px 8px;
}
.one_re_table .level th{
	font-size: 13px;
}


#one_resort01 .plan_ttl02{
	color: #4273a3;
	font-weight: bold;
}

.recommend_plan .one_resort{
	position: relative;
	padding: 20px;
}
.about_resort .gelande_link {
	text-align: right;
}
.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;
}


.ribbon {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
	font-weight: bold;
  font-size: 16px;
  background: #d10017;
  color: #FFF;
  box-sizing: border-box;
	position: absolute;
	top:30px;
	left: -7px;
	z-index: 10;
}



/*-----------------------------
plan_box
--------------------------------*/
.about_plan_col1 {

}
.about_plan_col1 h4 {
	font-size: 20px;
	text-align: center;
	color:#000;
	padding: 7px;
	background: #ececec;
	font-style: italic;
	margin: 15px 0 0;
}
.plan_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px 0;
  border-bottom: dotted 2px #ccc;
}
.plan_box .plan_box_price, .plan_box .plan_box_plan {
	font-size: 15px;
	font-weight: bold;
}
.plan_box .plan_box_plan {
	margin: 0 0 10px;
}
.plan_box .plan_box_plan p.plan {
	font-size: 16px;
}
/*.plan_box .plan_box_plan p.plan::before {
	content: '';
	display: inline-block;
	background-image: url(../img/ico_train.png);
	background-repeat: no-repeat;
	background-size: contain;	
	position: absolute;
	width: 25px;
	height: 25px;
	top: -12%;
	left: 0;
}*/
.plan_box .plan_box_plan p.plan span {
	padding: 3px 5px;
	font-weight: bold;
	color: #fff;
  background: #ed944a;
	display: table;
	margin-top: 10px;
	font-size: 0.8em;
}
.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 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
}
.plan_box .plan_box_price p.price {
	line-height: 1;
}
.plan_box .plan_box_price p.price span.price_red {
	font-size: 1.5em;
	color: #bb0204;
}
.plan_box .plan_box_price p.price span.small {
	font-size: 0.8em;
}
.plan_box .plan_box_price p.price span.cs {
	color: #999;
}
.plan_box .plan_box_price .btn01 {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #70b900;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
}
.plan_box .plan_box_price .btn01.btn_off {
	background: #ccc;
	pointer-events: none;
	border: #ccc 1px solid;
}


/*-----------------------------
form
-------------------------------*/
.about_plan{
  background-image: url(../../img/line_yado03.png);
  background-position: center 5px;
  background-repeat: no-repeat;
  background-size:250px;
	padding:30px 0 0;
}
form {
	margin: 10px auto;
	display: flex;
	width : 100%;
}
select {
	width : 100%;
	border: 1px solid #666;
	height:35px;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 10px;
}



/*-------------------------------
map
---------------------------------*/
.map{
  margin: 0 auto 10px;
}



/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}



/*---------------------------
course
-----------------------------*/
#course {
	padding: 3rem 0;
	background: #fff;
}
#course h3 {
	position: relative;
	font-size: 20px;
	text-align: center;
	margin: 0 auto 10px;
	background: #D10017;
	padding: 10px 20px;
  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 10px, transparent 10px calc(100% - 10px), #fff calc(100% - 10px));
}

#course .course_photo {
	padding: 10px;
  background: #FFF;
}
#course ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;  
	margin: 10px auto;
}
#course ul li {
	width: 49%; 
}
#course .course_photo .course_cap {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #195fbe;
	background: #ecf2fb;
	border: solid 1px #c6d6ee;
	padding: 5px;
	margin: 8px 0 5px;
}
#course .course_photo p {
  padding: 7px 0 0;
}

#course .btn01 {
	margin: 0 auto;
	text-align: center;
	width: 96%;
}
#course .btn01 a {
	display: block;
	margin: 0;
	line-height: 1.4;
	padding: 8px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: #d10017;
	position: relative;
}
#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 {
  text-align: right;
  margin: 0 5px;
	padding: 5px 0 0;
  width: 98%;  
}
#about_sugotoku .btn_back a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	border-radius: 5px;
	border: 1px solid #1069a8;
	padding: 5px 10px 5px 25px;
	background-color: #2589d0;
	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 15px;
}
#about_sugotoku .page_link li{
	width: 48%;
	margin: 0 1%;
}
#about_sugotoku .page_link a{
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	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;
	width: 98%;
	padding:5px;
	margin: 0 auto 30px;
	position: relative
}
.sugo_sec h4{
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	padding: 7px 10px;
	margin: 0 0 15px;
}
#sugotoku h4{
	background-color: #006064;
}
#sugotoku h4 .sp01{
	color: #FFA726;
}
#no-sugotoku h4{
	background-color: #1E88E5;
}
.slide_list{
	margin: 0 5px;
}
.sugopage_link{
	margin: 0 0 10px;
}
.sugopage_link a{
	font-size: 13px;
	color: #3c5ca8;
	background-color:#d5f2f5;
	border-radius: 20px;
	padding: 5px 10px;
	margin: 0 10px 5px;
	display: inline-block;
}

.slide_list li{
	margin: 0 0 40px;
}
.slide_list h5{
	font-size: 15px;
	background-color: #f5f5f5;
	padding: 7px;
	margin: 0 0 15px;
}
.slide_list h5 .sp01{
	font-size:12px;
	color: red;
}
#sugotoku .slide_list h5{
	border-left: solid 8px #006064;
}
#no-sugotoku .slide_list h5{
	border-left: solid 8px #1E88E5;
}

.application-slide{
	overflow-x: scroll;
}
.application-slide img{
	display: block;
	width: 600px;
}

.sugo_sec .p02{
	font-size:11px;
	color: #df0403;
	margin: 0 0 0 10px;
}
.sugo_sec .p02 a{
	color:#df0403;
}



/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*-------------------------------
campaign
---------------------------------*/
#campaign {
	padding: 20px 0;
	font-family: 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
}

#campaign h3 {
	position: relative;
	padding: 15px 15px 10px;
	margin: 0;
	border: solid 4px #1ca6b8;
	text-align: center;
	background: url(https://tobutoptours.jp/ski_snowboard/oneday_kandatsu/img/img_coin.png) no-repeat right -1% bottom -20% / 15% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_kandatsu/img/img_coin02.png) no-repeat left -1.5% bottom -20% / 15% auto, rgb(121,202,213);
	background: url(https://tobutoptours.jp/ski_snowboard/oneday_kandatsu/img/img_coin.png) no-repeat right -1% bottom -20% / 15% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_kandatsu/img/img_coin02.png) no-repeat left -1.5% bottom -20% / 15% 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 -20% / 15% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_kandatsu/img/img_coin02.png) no-repeat left -1.5% bottom -20% / 15% 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 -20% / 15% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_kandatsu/img/img_coin02.png) no-repeat left -1.5% bottom -20% / 15% 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: 6px 12px;
	background: #1ca6b8;
	text-align: center;
	margin: 0 auto 5px;
	width: fit-content;
	font-size: 1.2em;
	border-radius: 50px;
	color: #FFF;
}
#campaign h3 .cp_ttl {
	font-size: 18px;
	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: 1.8em;
	color: #e76200;
	padding: 0 0 0 0.1em;
}
#campaign h3 .cp_ttl_sub {
	background: linear-gradient(transparent 60%, #ffec6d 20%);
	font-size: 1.4em;
	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: -3px;
	left: -12px;
	font-family: 'Mochiy Pop P One', sans-serif;
	color: #b60505;
	text-align: center;
	border: solid 3px #efc329;
	padding: 6px;
	background: #FFF;
	z-index: 1;
	border-radius: 7px;
	transform: rotate(-18deg);
	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: 10px 0 0;
}

#campaign .campaign_detail_box {
	padding: 10px;
	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 10px;
	background: #1ca6b8;
	color: #FFF;
	padding: 6px 0;
}
#campaign .campaign_detail_box p span {
	font-weight: bold;
	color: #e76200;
	font-size: 1.3em;

}
#campaign .campaign_detail_list {
  margin: 10px 0 0;
	padding: 10px;
	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: 8px;
	border: solid 2px #274a5c;
	cursor: pointer;
}
#campaign .campaign_detail_sm p {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 1.4em;
	color: #274a5c;
	width: fit-content;
}
#campaign .campaign_detail_sm::-webkit-details-marker {
  display: none;
}
#campaign .campaign_detail_sm p::before {
	display: block;
	content: "\025bc";
	position: absolute;
	top: 0;
  left: -25px;
	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.5em;
	top: -3%;
  left: -30px;
}
#campaign details[open] .campaign_detail_sm p {
  border-bottom: none;
}

/*-----------------------------
influencer
-------------------------------*/
#influencer {
	background: #ffeeee;
	padding: 3rem 0;
	margin: 0 0 3rem;
}
#influencer h3 {
	font-family: "RocknRoll One", sans-serif;
	position: relative;
	font-size: 25px;
	text-align: center;
	padding: 0 0 1.5rem;
	margin: 0 0 2rem;
	line-height: 1.4;
	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 {
	
}
.influencer_box {
	padding: 20px;
	background: #FFF;
	border-radius: 20px;
	width: 97%;
	border: solid 4px #f09797;
	box-shadow: 3px 3px 2px rgb(0 0 0 / 10%);
	margin: 1rem auto 0;
}
.influencer_link a {
	display: inline-block;
	position: relative;
	width: 100%;
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	border-radius: 80px;
	padding: 10px 5px;
	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 14px/1.3 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  margin: 3rem auto;
}

#st_recommend_point h3 {
	font-size: 28px;
	margin: 20px auto 0;
	text-align: center;
	padding: 8px;
	background: #1ca6b8;
	color: #FFF;
	font-weight: normal;
}
#st_recommend_point h4 {
	width: 100%;
	font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	text-align: center;
	color: #1ca6b8;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid #1ca6b8;
	padding: 4px 0 5px;
	margin: 20px auto 15px;
}

#st_recommend_point .phrase {
	padding: 10px;
	background: #f06402;
	margin: 20px auto;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border-radius: 50px;
	/*-webkit-box-shadow: 5px 5px 0 #913500;
  box-shadow: 5px 5px 0 #913500;*/
}

.ap-group{
	margin: 10px 0 0;
}
.tab-group{
  display: flex;
  justify-content: center;
	margin: 0 5px;
}
.tab{
  flex-grow: 1;
  padding: 5px 5px 24px;
  list-style:none;
  text-align:center;
  cursor:pointer;
	width: 50%;
	-webkit-tap-highlight-color: transparent;
}
.panel-group{
  height:auto;
  border-top:none;
  padding: 15px;
  border:solid 2px #1ca6b8;
}
.panel{
  display:none;
}
.tab.is-active{
	position: relative;
}
.tab img {
	filter: brightness(0.9) drop-shadow(0px 6px 0px #107c8b);
	transition-property: filter;
	transition-duration: .5s;
	transition-timing-function: ease;
	cursor: pointer;
}
.tab img:hover {
	filter: brightness(0.9) drop-shadow(0px 3px 0px #107c8b);
  transform: translate(0, 3px);
  transition-duration: 0.5s;
}
.tab.is-active img {
	filter: brightness(1) drop-shadow(0px 6px 0px #107c8b);
	transform: translateY(-7px);
}
.tab.is-active::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
	border: 20px solid transparent;
	border-bottom: 18px solid #1ca6b8;
	width: 0;
	height: 0;
}
.panel.is-show{
  display:block;
}
.planBOX01{
	margin: 0;
}

.about_point {
  margin: 50px auto 0;
}
.about_point h4 {
  width: 80%;
  text-align: center;
  margin: auto;
}
.about_point_box {
  background: #fff;
  /*padding: 20px;*/
  margin: 0 auto;
}
.about_point_box:not(:first-of-type) {
  margin: 50px auto 0;  
}
.about_point_box h5 {
  position: relative;
  font-size: 22px;
  font-weight: bold;
}
.about_point_box h5 img {
  display: block;
  position: absolute;
  top: -46px;
  left: -16px;
  width: 100px;
}
.about_point_content {
  margin: 20px auto 0;
}
.about_point_txt {
}
.about_point_txt p:not(:first-of-type) {
  margin: 10px auto 0;
}
.mark_seat {
  width: 180px;
  height: 28px;
  object-fit: cover;
  object-position: 0 100%;
}
.about_point_content > li figure {
  margin: 14px auto 0;
}
.about_point_content .trim01 {
  width: 960px;
  height: 110px;
  object-fit: cover;
  object-position: 0 100%;
}
.about_point_content .trim02 {
  width: 100%;
  height: 130px;
  object-fit: cover;
  object-position: 0 100%;
}
.f_orange {
  color: #f06400;
}

.youtube {
	position: relative;
	padding-top: 56.25%;
	margin: 0;
}
.youtube iframe,
.youtube img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.st_link {
	margin: 30px auto;
  text-align: center;
}
.st_link a {
	position: relative;
	display: inline-block;
	padding: 10px 30px 10px 0px;
	background: #1ca6b8;
	color: #FFF;
	text-align: center;
	width: 85%;
	font-size: 18px;
	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
---------------------------------*/

#column {    
	padding-bottom: 40px;
}
.contents_ttl {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #332f2a;
  padding: 8px;
}
/*column*/
.column_box {
  width: 88%;
  display: block;
  color: #332f2a;
  margin: 12px auto 0;
}
.column_box + .column_box {
  border-top: 1px dashed #efefef;
  padding-top: 18px;
  margin-top: 18px;
}
.column_txt {
  margin-top: 8px;
}
.column_box h3 {
  font-size: 15px;
  font-weight: bold;
}
.column_date {
  font-size: 13px;
  margin-top: 8px;
}
.column_comment {
  margin-top: 8px;
}
/*more-view*/
.list-item {
  opacity: 1;
}
.list-item.is-hidden {
  position: absolute;
  opacity: 0;
  height: 0;
  margin: 0;
}
.list-item.is-hidden a {
  pointer-events: none;
}


/*-------------------------------
faq
---------------------------------*/
#faq {
	background-color: #FFF;
	border: solid 1px #999;
  padding: 15px 15px;
	margin: 20px 0 40px;
}
.faq_lead {
	color: #604c3f;
  text-align: center;
  font-size: 20px;
	margin: 0 0 7px;
}
#faq dl {
 margin: 0;
}
#faq dt {
  font-size: 15px;
  font-weight: bold;
	margin: 0 auto 5px;
}
#faq dt:not(:first-of-type) {
  border-top: 1px dashed #999;
  padding: 10px 0 0;
  margin: 20px auto 5px;
}
#faq dd {
	font-size:13px;
	margin: 0 0 0 20px;
}
#faq dt:before,
#faq dd:before {
  font-size: 24px;
  font-weight: bold;
  margin-right: 6px;
}
#faq dt:before {
  content: "Q.";
  color: #62b9c3;
}
#faq dd:before {
  content: "A.";
  color: #d3628f;
}


/*-------------------------------
navi_b
下から出てくるリンク
---------------------------------*/
#navi_b {
	z-index: 2;
}
.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: #b7e345;
	border-top: 2px solid #FFF;
}
.navi_b_menu li{
  width: 100%;
	margin: 0 auto;
}
.navi_b_menu li a{
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
  text-align: center;
  text-decoration: none;
  padding: 10px;
}
.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: 15px;
	height: 15px;
	background-size: 15px;
}
.navi_active{
  /* 3. メニューを定位置へ戻す */
  transform: translate(0);
}
/*footerまでスクロールしたら消す*/
.navi_is-hidden {
  visibility: hidden;
  opacity: 0;
}



/*-----------------------------
bunner-slide
-------------------------------*/
.bunner-slide_wrap{
	margin:0 auto 40px;
	width: 95%;
	overflow: hidden;
}
.bunner-slide_wrap h3{
	margin:0 auto 10px;
	min-height:54px;
}
.bunner-slide img{
	width:220px;
}

/*-------------------------------
slick
---------------------------------*/
/* スライダー*/
.slider div {
  margin: 0 10px;
}
.slick-next:before, .slick-prev:before {
	color: #000!important;
	opacity: 1!important;
	font-size: 24px;
}
.slick-prev {
    left: 0px!important;
	z-index: 20;
	top: 40%!important;
}
.slick-next {
    right: 0px!important;
	top: 40%!important;
}


/*-------------------------------
MSキャンペーン調整
---------------------------------*/
#ms_campaign {
	padding: 70px 0 20px !important;
}


/* 10種年特別企画 */
.oneday_10th {
/*	margin: 20px 0 5px;*/
	margin: 70px 0 5px;
	padding: 0 0 20px;
	border-bottom: solid 1px #c7c7c7;
}
.oneday_10th_ttl {
	font-family: 'M PLUS 1', sans-serif;
}
.oneday_10th_ttl div {
	background-color: #eef4ff;
	position: relative;
	padding: 20px 10px 14px;
    border: dotted 3px #00a9fa;
	margin: 0 10px;
}
.oneday_10th_ttl div::before {
	position: absolute;
	left: 10px;
	bottom: 10px;
	content: "";
	display: inline-block;
	width: 90px;
	height: 60px;
	background: url(../../oneday/img/deco_10ht_bg_l.png) no-repeat;
	background-size: cover;
	z-index: 10;
}
.oneday_10th_ttl div::after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	content: "";
	display: inline-block;
	width: 90px;
	height: 60px;
	background: url(../../oneday/img/deco_10ht_bg_l.png) no-repeat;
	background-size: cover;
	z-index: 10;
	transform: scale(-1, 1);
	visibility: visible;
}
.oneday_10th_ttl h2 {
	position: relative;
	font-size: 20px;
	color: #3c5ca8;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	z-index: 1;
	line-height: 1.4;
	width: 960px;
  max-width: 100%;
	text-shadow: 2px 2px 1px rgb(255, 255, 255, 0.7);
}
.oneday_10th_ttl h2 span {
	font-size: 24px;
	color: #00a9fa;
	display: block;
	line-height: 1.4;
}
.oneday_10th_ttl h2::before {
	position: absolute;
	top: -10px;
	left: 4px;
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	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: 4px;
	content: "";
	display: inline-block;
	width: 60px;
	height: 60px;
	background: url(../../oneday/img/deco_10ht_r.png) no-repeat;
	background-size: cover;
	z-index: -1;
}
.oneday_10th_ttl p.oneday_10th_btn {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	background: #ff6800;
	display: block;
	text-align: center;
	width: 200px;
	margin: 20px auto 0;
	padding: 6px 6px 8px;
	border-radius: 4px;
	letter-spacing: 0.5rem;
}



/*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 .btn01, .yoyaku a {
    pointer-events: none;
    background: #ccc !important;
	border:none!important;
}*/
.r_close {
	display: block;
}



