@charset "utf-8";

body {
	width: 100%;
	min-width:375px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: scroll;
	font-size:12px;
  	-webkit-text-size-adjust: 100%;
}
img{
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
 
.pc{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: 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;
}
#title_wrap .top img{
	width:60%;
	max-width:350px;
	display:block;
	margin:0 auto;
}
#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;
}



/*---------------------------
intro
-----------------------------*/
#intro {
	padding: 20px 0;
	margin: 0 0 15px;
	/*background: #ecf2fb;*/
  	/*background: #f2d9c2;*/
 	/*background: #ffddbd;*/
 	/*background: #ffe5cc;*/
 	background: #f7f4f1;
/*	border-top: solid 3px #FFF; */
}

/*---------------------------
point
-----------------------------*/
#point {
	padding: 0 0 20px;
}
#point img {
	width: auto;
	height: 30px;
	margin: 0 0 5px
}
#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: 18px;
	text-align: center;
	color: #0d499b;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
}
#point h3::before, #select_type h3::before {
	margin-right: 10px;
}
#point h3::after, #select_type h3::after {
	margin-left: 10px;
}
#point h3::before, #point h3::after, #select_type h3::before, #select_type h3::after {
	content: '';
	width: 40px;
	height: 3px;
	background-color: #4493d6;
}

#point ul {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 7px 0 10px;
}
#point ul li {
	width: 32%;
  padding: 5px;
	background: #FFF;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	color: #333;
	/*box-shadow: 3px 3px 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%);
	line-height: 1.2;
	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;
	width: 90%;
	margin: 0 auto;
	padding: 8px 20px 8px 0;
	border: 1px solid #1069a8;
	border-radius: 5px;
	background-color: #2589d0;
  color: #fff;
	font-size: 1.2em;
}
#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%;
	margin: 10px 0 0;
}
#select_type dl dt {
	font-size: 1.1em;
	color: #FFF;
	font-weight: 600;
	width: 35%;
	padding: 5px;
	background: #86a6e0;
	line-height: 1.1;
	margin: 0 0 3px;
	display: flex;
  align-items: center;
}
#select_type dl dd {
	width: 65%;
	padding: 5px;
	margin: 0 0 3px;
	background: #FFF;
	line-height: 1.4;
	display: flex;
  align-items: center;
}
#select_type dl dt:last-of-type, #select_type dl dd:last-of-type {
	margin: 0;
}
#select_type p {
	font-size: 1.1em;
	color: #4271c7;
	font-weight: 600;
	margin: 5px auto 0;
	padding: 5px;
	border: dashed 1px #4271c7;
	line-height: 1.2;
}



/*------------------------
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: 11px;
	text-align: center;
	font-weight: normal;
	border: solid 1px #89add5;
	padding: 3px 5px;
}
.skiresort_table .th01{
	font-size: 10px;
  color: #FFF;
  line-height: 120%;
  background-color: #5893d4;
}
.skiresort_table a{
	font-size: 10px;
	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 20px;
}
.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;
	line-height: 1.4;
}
.one_re_table{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 0 10px;
}
.table01{
	width: 100%;
	margin: 0 0 3px;
}
.table02{
	width : calc(100% - 130px);
}
.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: 10px;
}
.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;
}


#one_resort01 .plan_ttl02{
	color: #4273a3;
	font-weight: bold;
}

.recommend_plan .one_resort{
	position: relative;
}

.ribbon {
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
	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: 16px;
  /*background: #FFB74D;*/ /*GALA*/
  background: #54adce;
	/*background: #2f7898;*/ /*軽井沢*/
  color: #FFF;
  box-sizing: border-box;
	position: absolute;
	top:5px;
	left: -7px;
	z-index: 10;
}



/*-----------------------------
plan_box
--------------------------------*/
.about_plan_col1 {

}
.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: 20px;
	text-align: center;
	color:#002A9E;
  margin-top: 4px;
	padding: 7px;
	background: #ececec;
	/*font-style: italic;*/
	line-height: 1;
/*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: 10px 0;
  /*border-bottom: dotted 2px #ccc;*/
  border-bottom: solid 2px #ececec;
}
.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 {
	position: relative;
 	padding: 0 0 0 30px;
}
.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-size: 0.8em;
	font-weight: bold;
	margin: 0 0 0 0.5em;
	color: #fff;
  background: #ed944a;
}
.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 {
	width: 63%;
	line-height: 1.4;
}
.plan_box .plan_box_price p.price span.price_red {
	font-size: 1.5em;
	color: #bb0204;
	line-height: 1;
}
.plan_box .plan_box_price p.price span.small {
	font-size: 0.7em;
}

.plan_box .plan_box_price a {
	display: inline-block;
	position: relative;
	width: 35%;
	font-size: 13px;
	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;
}

/*comingsoon*/
.plan_box .plan_box_price a.end {
	display: inline-block;
	position: relative;
	width: 35%;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	padding: 12px 7px;
 	border: solid 1px #adadad!important;
	background-image: none!important;
  background-color: #C9C9C9;
	line-height: 1.4;
  pointer-events: none!important;
}



.plan_box .plan_box_plan_01, .plan_box .plan_box_plan_01 {
	font-size: 15px;
	font-weight: bold;
}
.plan_box .plan_box_plan_01 {
	margin: 0 0 10px;
}
.plan_box .plan_box_plan_01 p.plan {
	font-size: 15px;
	position: relative;
	padding: 0 0 0 30px;
}
.plan_box .plan_box_plan_01 p.plan span {
	padding: 3px 5px;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0 0 0 0.5em;
	color: #fff;
  	background: #ed944a;
}
.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 {
	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_01 p.price {
	line-height: 1;
}
.plan_box .plan_box_price_01 p.price span.price_red {
	font-size: 1.5em;
	color: #bb0204;
}
.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 .btn02 {
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	border: solid 1px #70b900;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	width: 35%;
}
.plan_box .plan_box_price_01 .btn02.btn_off {
	background: #ccc;
	pointer-events: none;
	border: #ccc 1px solid;
}
.plan_box .plan_box_price_01 p.plan {
	position: relative;
	padding: 0 0 0 30px;
}
.plan_box .plan_box_plan_01 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;
	left: 0;
}

.plan_box .plan_box_price_01 .flex01 {
	margin: 10px auto;
	display: flex;
	width: 100%;
}


/*-----------------------------
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: 0 5px 10px;
}
select {
	width : calc(100% - 90px);
	border: 1px solid #666;
	height:35px;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 10px;
	width: 65%;
}
.btn01 {
    font-size: 12px;
	font-weight: bold;
    color: #FFF;
    background-color: #070d59;
    border-radius: 5px !important;
    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: 16px;
  font-weight: bold;
  color: #070d59;
	border-left: solid 3px;
	padding: 0 0 0 5px;
	margin: 0 0 10px;
}
.recommend_plan .planBOX01 .plan_ttl01 .sp01{
	font-size: 0.8em;
}

.plan_ico_flex {
  display: flex;
}
.plan_ico_txt {
  margin-right: 10px;
  display: flex;
	align-items: center;
}
.plan_ico_wrap {
  width: 100px;
  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;
}

.plan_info {
  padding: 5px 8px;
  border-radius: 5px;
  margin: 5px 0;
  background: #e9e9e9;
  font-weight: 600;
  color: #505050;
}

.plan_price {
  font-size: 18px;
  font-weight: bold;
  color: #bb0204;
  margin: 15px 0 5px;
  line-height: 1;
}
.plan_price span {
  font-size: 0.7em;
}
.plan_price span.ex {
  font-size: 0.5em;
  font-weight: normal;
  color: #333;
  display: inline-block;
}

.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;
}


.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: 20px;
	display: block;
	margin: 0 0 0.5em;
	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 .planBOX01{
	margin: 0 0 20px;
}

#one_resort01 h4, #one_resort02 h4, #one_resort03 h4, #one_resort04 h4, #one_resort05 h4, #one_resort06 h4, #one_resort07 h4, #one_resort08 h4, #one_resort09 h4, #one_resort10 h4, #one_resort11 h4, #one_resort12 h4, #one_resort13 h4, #one_resort14 h4, #one_resort15 h4 {
font-size: 15px;
font-weight: bold;
color: #002A9E;
text-align: center;
display: block;
margin-top: 1em;
padding: 2px;
background: #bdebdc;
}
*/


/*-------------------------------
map
---------------------------------*/
.map{
  margin: 15px auto 0;
}



/* 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;
}



/*---------------------------
after
-----------------------------*/
#after {
	padding: 20px 0;
	/*background: #ecf2fb;*/
  	/*background: #f2d9c2;*/
 	/*background: #ffddbd;*/
 	/*background: #ffe5cc;*/
 	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: 18px;
	text-align: center;
	margin: 0 auto 10px;
	width: fit-content;
	line-height: 1.2;
	width: fit-content;
/*font-family: 'corporate-logo-ver2', 'source-han-sans-japanese', sans-serif;*/
font-family: 'corporate-logo-ver2', sans-serif;
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;
	background-size: contain;
	width: 20px;
	height: 23px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  left: -35px;
}
#after h3:after {
	content: '';
	display: inline-block;
	background-image: url(../img/ico_crystal.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 23px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  right: -35px;
}
#after h4 {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	color: #34648c;
	background: #e4eef1;
	border: solid 1px #34648c;
	padding: 5px;
	margin: 8px 0 5px;
	line-height: 1;
}

#after .after_photo {
	padding: 10px;
  background: #FFF;
  border-radius: 10px;
}
#after ul {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
  justify-content: space-between;  
}
#after ul li {
	width: 49%; 
}
#after .after_photo .after_cap {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	/*color: #195fbe;*/
	/*color: #f27500;*/
	color: #54adce;
  /*background: #fae0c7;*/
	/*background: #ecf2fb;*/
  /*background: #fbeee2;*/
  background: #f6e2e4;
	/*border: solid 1px #c6d6ee;*/
	/*border: solid 1px #f2a761;*/
	border: solid 1px #e95464;
	padding: 5px;
	margin: 8px 0 5px;
	line-height: 1;
}
#after .after_photo p {
  padding: 7px 0;
	line-height: 1.4;
  
}

/*---------------------------
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;
	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 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_maiko/img/img_coin.png) no-repeat right -1% bottom -20% / 15% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_maiko/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_maiko/img/img_coin.png) no-repeat right -1% bottom -20% / 15% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_maiko/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_maiko/img/img_coin.png) no-repeat right -1% bottom -20% / 15% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_maiko/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_maiko/img/img_coin.png) no-repeat right -1% bottom -20% / 15% auto, url(https://tobutoptours.jp/ski_snowboard/oneday_maiko/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;
	line-height: 1;
}
#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;
	line-height: 0.7;
}
#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%);
	line-height: 1;
}

#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;
  line-height: 1.4;
}
#campaign .campaign_detail_box p span {
	font-weight: bold;
	color: #e76200;
	font-size: 1.3em;
	line-height: 1;
}
#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;
	line-height: 1.4;
}
#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;
}

/*-----------------------------
st_recommend_point
-------------------------------*/
#st_recommend_point{
	font : normal 14px/1.3 'Montserrat', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0 auto 50px;
}

#st_recommend_point h3 {
	font-size: 28px;
	margin: 20px auto 0;
	text-align: center;
	padding: 8px;
	background: #1ca6b8;
	color: #FFF;
	font-weight: normal;
	line-height: 1.2;
}
#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;
	line-height: 1.4;
}

#st_recommend_point .phrase {
	padding: 10px;
	background: #f06402;
	margin: 20px auto;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
	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: #ffe1cc;
	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: #ef6301;
  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;
}

/* 2512追加 10種年特別企画 */
.oneday_10th_ttl {
	padding: 20px 0;
	font-family: 'M PLUS 1p', sans-serif;
}
.oneday_10th_ttl div {
	background-color: #FFF4F6;
	position: relative;
	padding: 20px 10px 14px;
    border: dotted 3px #f0267a;
	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: #0d499b;
	text-align: center;
	width: fit-content;
	margin: 0 auto;
	z-index: 1;
	line-height: 1.4;
	width: 960px;
    max-width: 100%;
}
.oneday_10th_ttl h2 span {
	font-size: 24px;
	color: #f0267a;
	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: #f0267a;
	display: block;
	text-align: center;
	width: 200px;
	margin: 20px auto 0;
	padding: 6px 6px 8px;
	border-radius: 4px;
	letter-spacing: 0.5rem;
}
.p_benefits span {
	background: linear-gradient(transparent 0%, #fffbd5 0%);
	display: inline-block;
	padding: 3px 5px;
	color: #555;
	letter-spacing: 0.07em;
	font-size: 12px;
	font-weight: bold;
	margin-left: 26px;
}

/*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;
}
*/



