@charset "utf-8";

body{
	font-size:14px;
  -webkit-text-size-adjust: 100%;
}
img{
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
	max-width: 100%;
}
body p{
	line-height:160%;
}
a {
	transition: 0.3s ;
}
.sp{
	display:none !important;
}
.container00{
    margin: 0 auto;
}
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.9em;
}
figure img{
	width:100%;
}
main {
}
main * {
	box-sizing: border-box;
  line-height: 1.6;
}

.mb10{
  margin-bottom: 10px;
}
f_b {
	font-weight: bold;
}
/*----------------------------------
 h
--------------------------------- */
.t_line {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	align-content: center;
	text-align: center;
	background-color:#5893d4;
	padding: 10px 0;
	margin: 0;
}

.container00 h4 {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
	font-size: 24px;
	margin-bottom: 40px;
	  z-index: 2;
}
.container00 h4:before {
  content: "";
  position: absolute;
  background: #aeebff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	  z-index: -1;
}

.container00 h4 p {
	font-size: 18px;
	line-height: 1.2em;
	color: #5893d4;
	margin-left: 20px;
	text-shadow: -2px -2px 0 #fff;
}

/*-----------------------------
title_wrap
-------------------------------*/
.title_wrap{
	background-image: url("../img/title_bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f5faff;
	width: 100%;
	margin: 0 auto;
	text-align: center
}
/*----------------------------------
 navi
--------------------------------- */
#navi {
	margin: 0 auto;
}
#navi .menu {
	width: 960px;
	margin: 20px auto;
	font-size: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#navi .menu li a:after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: 2px solid #27acd9;
  border-right: 2px solid #27acd9;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 25px;
  margin-top: -6px;
}
#navi .menu li a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	/*border: 2px solid #27acd9;*/
	color: #27acd9;
	cursor: pointer;
	position: relative;
 	overflow: hidden;
 	z-index: 1;
}
#navi .menu li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(39, 172, 217);
	transform: translateX(-100%);
	transition: all .3s;
	z-index: -1;
}
#navi .menu li a:hover::before {
	transform: translateX(0);
}
#navi .menu li a:hover {
	color: #fff;
}

/*----------------------------------
 ski
--------------------------------- */
#ski {
	background: #fff;
}
#ski .cts {
	margin: 0 auto;
	width: 960px;
	padding: 50px 0;
}
.explan {
	margin-bottom: 20px;
	padding: 10px 15px;
	background-color: #fff;
	box-shadow: 10px -10px #aeebff;
}
.one_re_table {
	display: flex;
	margin-bottom: 20px;
}
.one_re_table table {
	margin-right: 10px;
}
.one_re_table th, .one_re_table td{
	font-weight: normal;
	border: solid 1px #89add5;
	padding: 5px 15px;
}
.one_re_table .th01{
  color: #FFF;
	line-height: 120%;
  background-color: #5893d4;
}
.one_re_table td{
	text-align: center;
	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;
}
.gelande dl {
  display: flex;
	align-items: stretch;
}
.gelande dl dt {
  width: 25%;
	padding: 10px 20px;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	display: flex;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	opacity: 0.7;
	border-top-left-radius: 30px;
}
.gelande dl dd {
  width: 75%;
		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: 40%;
}
.gelande .photo figure:not(:last-child) {
	margin-right: 10px;
	
}	
.beginner {
	background: url(../../oneday/img/bg01.png) #00ad68;
}
.panda {
	background: url(../../oneday/img/bg01.png) #E0CE5C;
}
.afterski {
	background: url(../../oneday/img/bg01.png) #5c98e0;
}
.s_midashi {
    margin: 50px 0 10px;
    padding: 8px 10px;
    border-left: 6px double #27acd9;
    font-size: 18px;
    font-weight: bold;
}

/*----------------------------------
hotel
--------------------------------- */
.snow{
	background: url(../../oneday/img/bg01.png) #e0f0ff;
  }
#hotel {
/*	margin: 0 auto;
	width: 960px;
	padding: 50px 0;*/
}
#hotel .cts {
	margin: 0 auto;
	width: 960px;
	padding: 50px 0;
}

#hotel .s_navi {
	padding: 0;
	border: none!important;
	margin-bottom: 20px;
	background-color: #fff;
}
#hotel h5 {
    margin: 0 0 10px;
    padding: 8px 10px;
    border-left: 6px double #27acd9;
    font-size: 22px;
    font-weight: bold;
}
#hotel dl {
  display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-bottom: 10px;
}
#hotel dl dt {
  width: 5%;
	padding: 5px 10px;
	font-weight: bold;
	background-color: #ddd;
	margin-bottom: 2px;
}
#hotel dl dd {
  width: 95%;
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
}
#west,#east,#theprince {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 80px;
	box-shadow: 0 0 5px 3px #ddd;
}
.p_flex,.b_flex {
	display: flex;
}

.b_blue {
	display: inline-block;
	padding: 3px 5px;
	background-color: #0080c8;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.b_orange {
	display: inline-block;
	padding: 3px 5px;
	background-color: #ed6d4e;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.b_green {
	display: inline-block;
	padding: 3px 5px;
	background-color: #7ec04c;
	color: #fff;
	font-weight: bold;
	margin-right: 3px;
}
.h_photo {
	margin: 20px 0;
}
.t_flex {
	display: flex;
	align-items: center;
	font-weight: bold;
	margin: 30px 0 5px;
	font-size: 16px;
}
.t_flex .room_ttl {
	font-size: 18px;
	display: inline-block;
	padding: 8px 10px;
	margin-right: 5px;
	color: #fff;
	background-color: #27acd9;
	word-break: keep-all;
}

.t_flex .f_s {
	font-size: 12px;
	display: inline-block;
	font-weight: normal;
	margin-top: -2px;
}
.r_flex {
	display: flex;
	align-items: stretch;
}
.lh_n {
	line-height: 1.2em;
	/*	font-size: 13px;*/
}
.w_b {
	word-break: keep-all;
	display: flex;
	align-items: center;
}
.h_photo .p_flex figure,.mr_5 {
	margin-right: 5px;
}
.end {
	align-items: flex-end;
}
.mansion {
	font-weight: bold;
	font-size:16px;
	margin: 10px 0 1px;
}
.w2 {
	width: 50%;
}
.w3 {
	width: 33%;
}
.w4 {
	width: 25%;
}
.pr5{
	padding-right: 5px;
}
.button02 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 10px;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  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);
}

.button02 a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}
/*----------------------------------
plan
--------------------------------- */
#plan {
	background: url(../../oneday/img/bg01.png) #e0f0ff;
}
#plan .cts {
	margin: 0 auto;
	width: 960px;
	padding: 50px 0;
}
.s_navi {
	padding: 20px;
	border: 1px dashed #4273a3;
	margin-bottom: 20px;
	background-color: #fff;
}
.s_navi p {
	font-weight: bold;
	border-radius: 20px;
	background-color: #5893d4;
	padding: 3px 10px;
	color: #fff;
	display: inline-block;
}
.plantitle {
	font-weight: bold;
	border-radius: 20px;
	background-color: #5893d4;
	padding: 8px;
	text-align: center;
	color: #fff;
	display: block;
	font-size: 16px;
	margin: 15px 0;
}
.s_navi ul {
	display: flex;
	flex-wrap: wrap;
}
.s_navi ul li a {
	color: #4273a3;
	font-weight: bold;
	font-size: 15px; 
}
.s_navi ul li a::after {
 content: '▼';
 margin-right: 20px;
}
.cs {
	font-weight: bold;
}
.hotel_plan{
	margin: 0 auto;
	width: 960px;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.hotel_box{
  background: #fff;
  padding: 15px;
  width: 49%;
  border: solid 3px #86cfeb;
	margin-bottom: 20px;
}

.hotel_box .box_ttl{
  font-size: 16px;
  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: 23px;
  font-weight: bold;
  color: #bb0204;
 /* background: linear-gradient(transparent 60%, #fff700 60%);*/
  display: inline;
	line-height: 1.2;
}
.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:#4273a3;
	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: #4273a3;
  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;
}
.hotel_box form {
	margin-top: 7px;
}
.hotel_box select {
  width: 74%;
  height: 34px;
}
.btn01 {
  width: 88px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 4px;
  /*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;
}
.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;

}
#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;
	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;
  background: #fff;
  padding: 0 20px 0 20px;
}

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

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

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

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

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

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

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

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

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

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

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


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


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




