@charset "utf-8";
.hidden {
	display: none;
}
.fixed {
	display: block!important;
}
.title_box {
	position: relative;
}
.t_link {
    position: absolute;
    right: 10px;
    bottom: 5px;
    margin: 0 auto;
    text-align: right;
}
.t_link a {
    padding: 5px 10px;
    background:lightseagreen;
    border-radius: 7px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
    border: solid 2px #FFF;
}
.t_link a:hover {
	background: #FFF;
	color: lightseagreen;
	border: solid 2px lightseagreen;
	opacity: 1;
}
.theme_ttl {
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	padding: 5px 15px;
	background: #3c5ca8;
	width: 100%;
	margin-top: 10px;
}

#skiresort .top_sub i, #hotel .top_sub i {
	color: #c0ddfd;
}
#tour .top_sub i {
	color: #FFF;
}

/*-------------------------------
area_point
---------------------------------*/
#area_point {
	padding: 40px 0 50px;
	border-bottom: dotted 8px #c9d8fc;
}
#area_point h2.top_sub  {
	color: #f4790b;
	position: relative;
	padding: .3em 0 .2em 0.95em;
/*	border-bottom: 3px solid #f4790b;*/
	width: fit-content;
	text-align: left;
}
#area_point h2.top_sub::before {
    position: absolute;
    top: 0;
    left: .3em;
    transform: rotate(55deg);
    height: 11px;
    width: 12px;
    background: #f9a642;
    content: '';
}
#area_point h2.top_sub::after {
    position: absolute;
    transform: rotate(15deg);
    top: .6em;
    left: 0;
    height: 8px;
    width: 8px;
    background: #f9a642;
    content: '';
}
.point_wrap {

}

.point_box {
	margin: 20px 0 0;
	padding: 10px;
	border-radius: 10px;
	border: solid 3px #f9a642;
	box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
}
.point_inner {
	display: flex;
}
.point_inner figure {
	width: 32%;
}
.point_txt {
	width: 68%;
	font-size: 1.1em;
	padding: 0 0 0 10px;
	font-weight: bold;
	color: #72251d;
	line-height: 1.4;
}

.point_txt span {
	display: block;
	font-size: 0.78em;
	font-weight: normal;
	margin: 0.4em 0 0;
}

/*-------------------------------
skiresort
---------------------------------*/
#skiresort {
	padding: 40px 0;
}
#skiresort h3, #hotel h3 {
	font-size: 1em;
}
#skiresort .g_name_box, #hotel .g_name_box {
	flex-direction: column-reverse;
	width: 100%;
}
#skiresort .g_name_box .g_name_img, #hotel .g_name_box .g_name_img  {
	width: 100%;
}
#skiresort .g_name_box .g_name_img figure, #hotel .g_name_box .g_name_img figure {
	width: 100% !important;
	height: auto !important;
	margin-right: 0;
}
#skiresort .g_name, #hotel .g_name {
	margin: 0 0 10px;
}
#skiresort .list_detail {
	margin-top: 20px;
}
#skiresort .accordion_header li {
	width: 100%;
}
.oneday_link {
	width: 100%;
}
.oneday_link a {
	width: 100%;
	margin: 0 auto;
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 2px 5px;
	margin-top: 5px;
	border-radius: 20px;
}
.oneday_link a:hover {
	background-image: linear-gradient(0deg, #b7e345 0%, #70b900 100%);
	cursor: pointer;
	opacity: 1;
}



/*-------------------------------
tour
---------------------------------*/
#tour {
	padding: 40px 0 60px ;
	background: #c0ddfd;
}

.tour_wrap {
	
}
.tour_wrap::after {
	content: none;
}
.tour_box {
	padding: 10px;
	border: solid 1px #32b1c4;
	margin: 20px 0 0 ;
	background: #FFF;
}
.tour_type {
	padding: 5px;
	border: solid 1px #999;
	margin: 5px 0 0;
	text-align: center;
}
.tour_name {
	padding: 7px;
	background: #e2f1f4;
	margin: 5px 0 0;
	font-weight: bold;
}
.tour_price {
	margin: 10px 0 0;
	text-align: center;
}
.tour_price .small {
	font-size: 0.85em;
}
.tour_price .price {
	display: block;
	font-size: 20px;
}
.tour_entry {
	margin: 10px 0 0;
}
.tour_entry a {
	background-image: linear-gradient(0deg, #70b900 0%, #b7e345 100%);
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #ccc;
	font-weight: bold;
	align-items: center;
	width: 100%;
	display: block;
	text-align: center;
}

/*-------------------------------
hotel
---------------------------------*/
#hotel {
	padding: 40px 0;
}
#hotel .hotel_wrap {
	
}
#hotel .hotel_wrap::after {
	content: none;
}
#hotel .hotel_back {
	padding: 10px;
	background: #d2edf1;
	margin: 20px 0 0 ;
}
#hotel .hotel_box {
	margin: 0;
}


/*-------------------------------
navi
---------------------------------*/
#navi {
	margin: 15px 0 0;
}





#m_nav ul {
	flex-wrap: wrap;
}
#m_nav li {
    flex: auto; 
    width: 25%;
    border-bottom: 1px solid #fff;
	border-right: none;
	border-left: none!important;
}
#m_nav li:not(:nth-child(4n)) {
    border-right: 1px solid #fff;
}
#m_nav a {
	font-size: 11px;
}

/*-------------------------------
---------------------------------*/
#theme_box {
	margin: 20px auto 40px;
}
#other_theme_box {
	padding: 10px 0 20px;
	background: #c0ddfd;
}
.other .swiper-wrapper {
	margin-bottom: 20px;
}
.top_sub {
	font-size: 24px;
}
#tour .top_sub {
	display: flex;
}

.wrapper {
	margin: 0 20px;
}
.expln {
	font-size: 13px;
	margin: 10px 0;
}
.price {
	font-size: 18px;
    font-weight: bold;
    color: #bb0204;
}
.f_sm {
	font-size: 11px;	
	font-weight: normal;
}



/*-----------------------------
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;
}


/*clearfix*/
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}


#theme_box .cs {
	pointer-events: none;
	background: #ccc;
}


