@charset "utf-8";

body{
	width: 100%;
  min-width: 375px;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
	overflow-x: hidden;
	font-size:12px;
	-webkit-text-size-adjust: 100%;
}
img{
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
body *{
	box-sizing:border-box;
}

body p{
	line-height:160%;
}
.container00{
    width: 96%;
    margin: 0 auto;
}
main {
}
main * {
	box-sizing: border-box;
}
figure {
  position: relative;
	margin: 0;
}
figcaption{
position: absolute;
    right: 0px;
    bottom: 3px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
    font-size: 0.8em;
	text-align: right;
}
figure img{
	width:100%;
}
.pc{
	display:none !important;
}
.mb10{
  margin-bottom: 10px;
}
.f_s {
	font-size: 0.8em;
}
.f_b {
	font-weight: bold;
}
/*----------------------------------
 h
--------------------------------- */
.t_line {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	align-content: center;
	text-align: center;
	background-color:#5893d4;
	padding: 10px 0;
}

.container00 h4 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
	font-size: 18px;
	margin: 40px 0 40px 25px;
	  z-index: 2;
}
.container00 h4:before {
  content: "";
  position: absolute;
  background: #aeebff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	  z-index: -1;
}
.container00 h4 p {
	font-size: 14px;
	line-height: 1.2em;
	color: #5893d4;
	text-shadow: -2px -2px 0 #fff;
}
/*----------------------------------
 navi
--------------------------------- */
#navi  {
	background: #27acd9;
	position: -webkit-sticky; 
  position: sticky; 
  top: 0; 
	overflow: visible;
	z-index: 100;
}

#navi .menu {
	margin: 0 auto;
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#navi .menu li {
	display: block;
	padding: 5px 10px;
	background-color: #27acd9;
}
#navi .menu li a {
	display: block;
	margin: 5px 15px 5px 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	position: relative;
}
#navi .menu li a::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -6px;
}
/*----------------------------------
 ski
--------------------------------- */
#ski {
	margin: 0 -2%;
	background: #ffffff;
}
#ski .cts {
	margin: 0 2%;
	padding: 5px 0 15px;
}
.explan {
	margin: 0 15px 20px 5px;
	padding: 10px 15px;
	background-color: #fff;
	box-shadow: 10px -10px #aeebff;
}
.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;
		background-color: #fff;
}
.one_re_table .level th{
	font-size: 10px;
}
.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;
		background-color: #fff;
}

.th_beginner{
	background-color:#FCE4EC;
}
.th_intermediate{
	background-color:#FFF8E1;
}
.th_advanced{
	background-color:#E8EAF6;
}

.gelande {
	margin: 20px 0;
	padding: 10px;
	border-top-left-radius: 30px;
	background: url(../../oneday/img/bg01.png) 
}
.gelande dl {
}
.gelande dl dt {
	padding: 10px 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	display: flex;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	opacity: 0.7;
	border-top-left-radius: 30px;
}
.gelande dl dd {
		background-color: #fff;
		padding: 10px 20px;
}
.gelande .photo {
	margin-top: 10px;
  display: flex;
	align-items: center;
	justify-content: center;
}
.gelande .photo figure {
	border: 5px solid #fff;
	width: 50%;
}
.gelande .photo figure:not(:last-child) {
	margin-right: 10px;
}
.beginner {
	background-color: #00ad68;
}
.panda {
	background-color: #E0CE5C;
}
.afterski {
	background-color: #5c98e0;
}
.s_midashi {
	margin: 30px 0 10px;
	padding: 5px 10px;
  border-left: 6px double #27acd9;
	font-size: 14px;
	font-weight: bold;
}
.w70 {
	width: 70%;
	margin: 5px 0;
}
.w60 {
	width: 60%;
}
/*----------------------------------
hotel
--------------------------------- */
.snow{
	margin: 0 -2%;
	background: url(../../oneday/img/bg01.png) #e0f0ff;
  }
#hotel .cts {
	margin: 0 2%;
	padding: 5px 0 15px;
}
#hotel .s_navi {
	padding: 5px 15px 5px 15px;
	border: none!important;
	margin: -30px 0 10px;
	background-color: #fff;
}
#hotel h5 {
    margin: 0 0 10px;
    padding: 5px 10px;
    border-left: 6px double #27acd9;
    font-size: 18px;
    font-weight: bold;
}
#hotel dl {
  display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 10px;
}
#hotel dl dt {
  width: 15%;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #ddd;
	margin-bottom: 2px;
}
#hotel dl dd {
  width: 85%;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
#west,#east,#theprince {
	padding: 10px;
	margin: 10px 10px 20px 10px;
	background-color: #fff;
	box-shadow: 0 0 5px 3px #ddd;
}
.b_blue {
	display: inline-block;
	padding: 5px;
	background-color: #0080c8;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.b_orange {
	display: inline-block;
	padding: 5px;
	background-color: #ed6d4e;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.b_green {
	display: inline-block;
	padding: 5px;
	background-color: #7ec04c;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.h_photo {
	margin: 20px 0;
}
.h_photo figure {
	margin-bottom: 10px;
}
.t_flex {
	display: flex;
	align-items: stretch;
	font-weight: bold;
	margin: 25px 0 5px;
	font-size: 14px;
}
.t_flex div {
	display: flex;
	align-items: center;
}
.t_flex .room_ttl {
	font-size: 16px;
	padding: 8px 15px;
	margin-right: 10px;
	color: #fff;
	background-color: #27acd9;
	word-break: keep-all;
}
.t_flex .f_s {
	font-size: 12px;
	display: contents;
	font-weight: normal;
	margin-top: -2px;
}
.r_flex {
	display: flex;
	align-items: stretch;
}
.lh_n {
	line-height: 1.2em;
}
.family .p_flex div {
	text-align: center;
}
.w_b {
	 word-break: keep-all;
}
.twin {
	width: 45%;
}
.mansion {
	font-weight: bold;
	margin: 10px 0;
}
.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px auto 10px;
  padding: 1em 2em;
  width: 80%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background-color: #27acd9;
  transition: 0.3s;
}

.button02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

/*----------------------------------
plan
--------------------------------- */
#plan {
	margin: 0 -2%;
	background: url(../../oneday/img/bg01.png) #e0f0ff;
}
#plan .cts {
	margin: 0 2%;
	padding: 5px 0 15px;
}
.s_navi {
	padding: 15px 10px 5px 10px;
	border: 1px dashed #4273a3;
	margin-bottom: 20px;
	background-color: #fff;
}
.s_navi p {
	font-weight: bold;
	border-radius: 10px;
	background-color: #5893d4;
	padding: 5px 20px;
	margin-bottom: 5px;
	color: #fff;
	display: inline-block;
}
.s_navi ul {
	margin: 5px 5px 10px 5px;
}
.s_navi ul li{
	margin-bottom: 5px;
}
.s_navi ul li a {
	color: #4273a3;
	font-weight: bold;
}
.s_navi ul li a::after {
 content: '▼';
}
.plantitle {
    font-weight: bold;
    border-radius: 20px;
    background-color: #5893d4;
    padding: 5px;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 20px 0 10px;
}
.cs {
	font-weight: bold;
	font-size: 14px;
}
.hotel_plan{
  
}
.hotel_box{
  background: #fff;
  padding: 10px;
  width: 100%;
  border: solid 3px #86cfeb;
  margin-top: 10px;
}
.hotel_box_col2{
  background: #fff;
  padding: 10px;
  width: 100%;
  border: solid 3px #86cfeb;
  margin-top: 10px;
}
.hotel_box .box_ttl{
  font-size: 14px;
  font-weight: bold;
  color: #0053c7;
  border-bottom: dotted 3px #a6a6a6;
  margin-bottom: 10px;
}
.hotel_box .box_ttl span{
  font-size: 0.8em;
  font-weight: normal;
  color: #332f2a;
}
.hotel_box .price {
  font-size: 22px;
  font-weight: bold;
  color: #bb0204;
  line-height: 120%;
 /* background: linear-gradient(transparent 60%, #fff700 60%);*/
  display: inline;
}
.hotel_box .price span{
  font-size: 0.7em
}
.hotel_box .price span.ex{
	display: inline-block;
  font-size: 0.5em;
  font-weight: normal;
  color: #333;
}

.ap-group{
	margin: 10px 0 0;
}
.tab-group{
  display: flex;
  justify-content: center;
	margin: 0 5px;
}
.tab{
	font-size: 13px;
  flex-grow: 1;
  padding:2px;
  list-style:none;
	border-radius: 10px 10px 0 0;
  background-color:#f5f5f5;
  text-align:center;
  cursor:pointer;
	color:#5a5a5a;
	width: 50%;
	border-right: solid 2px #4273a3;
  border-left: solid 2px #4273a3;
  border-top: solid 2px #4273a3;
}
.tab .wari{
	color: red;
}
.panel-group{
  height:auto;
  border-top:none;
  padding: 10px;
  border:solid 2px #4273a3;
}
.panel{
  display:none;
}
.tab.is-active{
  background:#4273a3;
  color:#FFF;
  transition: all 0.2s ease-out;
}
.tab.is-active .wari{
	color: #FFF;
}
.panel.is-show{
  display:block;
}
.plan_ttl{
  background-color: #ebebeb;
  color: #5a5a5a;
  padding: 3px;
  font-size: 13px;
  text-align: center;
  border-bottom: solid 1px #999;
  font-weight: bold;
}
.plan_ttl02{
  background-color: #4273a3;
  color: #ffffff;
  padding: 3px;
  font-size: 13px;
  text-align: center;
  border-bottom: solid 1px #0a8b96;
  font-weight: bold;
}
.form_da_kanto {
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #9455bb;
  padding-bottom: 2px;
  border-bottom: dashed 1px #9455bb;
}
.form_da_lodging {
  margin: 10px auto;
  font-size: 14px;
  font-weight: bold;
  color: #eb7627;
  padding-bottom: 2px;
  border-bottom: dashed 1px #eb7627;
}
/*.form_da_kansai {
  margin: 10px auto 0;
  font-size: 14px;
  font-weight: bold;
  color: #eb7627;
  padding-bottom: 2px;
  border-bottom: dashed 1px #eb7627;
}*/
.form_ttl {
  margin: 10px auto 0;
  font-weight: bold;
  font-size: 13px;
}
.form_ttl:before {
  content: "◆";
  color: #abdae9;
  margin-right: 2px;
}
form + .form_ttl {
  border-top: 1px dotted #b5a594;
  padding-top: 10px;
}
.planBOX01{
	margin: 0 0 10px;
}
.planBOX01 form{
	display: flex;
	align-items: center;
	justify-content: center;
}
.planBOX01 select {
  height: 40px;
  width: 100%;
  border-color: #808080;
  margin: 0 3px 0 0;
}
.planBOX01 .btn01 {
  width:100px;
  height: 40px;
  margin: 0;
  padding: 5px;
  border-radius: 4px;
}
.planBOX01 .small {
  font-size: 0.8em;
  margin-bottom: 7px;
}
.hotel_box form {
	margin-top: 5px;
}
.hotel_box select,.hotel_box_col2 select {
  height: 40px;
  width: 100%;
}
.btn_double {
  display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.btn01 {
  width: 40%;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 5px 0;
  margin: 0 auto;
  /*background: #070d59;*/
	/*border: solid 1px #70b900;*/
  background: #b7e345;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
}
.btn01:hover {
  background: #EB860C;
  transition: 0.1s;
  opacity: 1;
}
.btn02 {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #67c604;
  border: none;
  border-radius: 4px;
  padding: 10px;
  margin: 15px 0 0;
}
.btn02:hover {
  background: #EB860C;
  transition: 0.3s;
  opacity: 1;
}
.btn_col1 {
  width: 49% !important;
  font-size: 12px !important;
  padding: 7px;
}
.btn_col2 {
  width: 49% !important;
  font-size: 12px !important;
  padding: 7px;
}
/*.flex {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
*/
/*-------------------------------
pop-up
---------------------------------*/
.open {
	cursor:pointer;
	border-bottom: 1px solid #00b2df;
	color: #00b2df;
	margin-left: 10px;
}
#pop-up {
	display: none;
}
.overlay {
	display: none;
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	max-width: 720px;
	max-height: 760px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 0;
  right: 0;
  font-size: 40px;
}


.contents{
	width:95%;
	max-width:500px;
	margin:0 auto;
}
/*-----------------------------
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;*/
  margin: 0 auto 20px;
}

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

.sugo-ap-group{
	margin: 10px 0 0;
}
.sugo-tab-group{
  display: flex;
  justify-content: center;
	margin: 0 5px;
}
.sugo-tab{
  flex-grow: 1;
  padding: 5px 5px 24px;
  list-style:none;
  text-align:center;
  cursor:pointer;
	width: 50%;
	-webkit-tap-highlight-color: transparent;
}
.sugo-panel-group{
  height:auto;
  border-top:none;
  padding: 15px;
  border:solid 2px #1ca6b8;
}
.sugo-panel{
  display:none;
}
.sugo-tab.is-active{
	position: relative;
}
.sugo-tab img {
	filter: brightness(0.9) drop-shadow(0px 6px 0px #107c8b);
	transition-property: filter;
	transition-duration: .5s;
	transition-timing-function: ease;
	cursor: pointer;
}
.sugo-tab img:hover {
	filter: brightness(0.9) drop-shadow(0px 3px 0px #107c8b);
  transform: translate(0, 3px);
  transition-duration: 0.5s;
}
.sugo-tab.is-active img {
	filter: brightness(1) drop-shadow(0px 6px 0px #107c8b);
	transform: translateY(-7px);
}
.sugo-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;
}
.sugo-panel.is-show{
  display:block;
}
.planBOX09{
	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%;
}

.encyo {
	border: 2px solid #f06402;
	padding: 5px 5px 5px 10px;
	font-weight: 600;
	line-height: 1.4;
	background: #ffe5c4;
    
}
.encyo + p {
	margin: 0!important;
	margin-bottom: 5px!important;
}

.f_orange {
  color: #f06400;
  font-size: 24px;
}

.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;
  background-color: #ffffff!important;
  color: #332f2a;
  text-align: left;
}
.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
---------------------------------*/
.container_faq {
    width: 96%;
    margin: 0 auto;
	max-width:600px;
	padding: 20px 0 0;
}
#faq {
	background-color: #FFF;
	border: solid 1px #999;
  padding: 15px 15px;
	margin: 0 0 40px;
}
.faq_lead {
	color: #604c3f;
  text-align: center;
  font-size: 20px;
	margin: 0 0 7px;
}
#faq dl {
 margin: 0;
 line-height:140%;
}
#faq dt {
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto 5px;
  line-height: 24px;
}
#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: #00bfff;
}
#faq dd:before {
  content: "A.";
  color: #E4007F;
}


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

/*clearfix*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

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

/*受付終了対応（個別）*/
.btn_close {
	pointer-events: none;
	background-color: #ccc !important;
	background-image: none !important;
}


/*受付終了対応*/
/*.btn01 {
    pointer-events: none;
    background-color: #ccc !important;
		background-image: none !important;
}*/



