/* アンケート */
.present_title_repeater {
	padding: 1% 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	background-color: deeppink;
}
.present_title_all {
	padding: 1% 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
	background-color: dodgerblue;
}
.float_media_bg_red {
	margin-top: -1px;
	padding: 1%;
	border: 1px solid #CCC;
	background: #FCE1E2;
}
.float_media_bg_blue {
	margin-top: -1px;
	padding: 1%;
	min-height: 0;
	border: 1px solid #CCC;
	background: #E4FBFC;
}
.float_media_bg_red p {
	font-size: 12px;
}
.float_media_bg_blue p {
	font-size: 12px;
}
.float_media_bg_red img {
	display: none;
}
.float_media_bg_blue img {
	display: none;
}
.present_no_red {
	margin-top: -6px;
	font-size: 26px;
	float: left;
}
.present_no_blue {
	margin-top: -6px;
	font-size: 26px;
	float: left;
}
.present_title_red {
	font-size: 16px;
}
.present_title_red2 {
	font-size: 14px;
}
.present_title_blue {
	font-size: 16px;
}
.present_title_blue2 {
	font-size: 14px;
}
.present_ninzu_red {
	margin-left: 17px;
	padding: 0 1%;
	border-radius: 3px;
	border: 1px solid deeppink;
	color: deeppink;
	font-size: 12px;
}
.present_ninzu_blue {
	margin-left: 15px;
	padding: 0 1%;
	border-radius: 3px;
	border: 1px solid dodgerblue;
	color: dodgerblue;
	font-size: 12px;
}
/* end アンケート */

/* アコーディオン（Q&A） */

	/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;/*最大幅*/
}
.label_rei {
	text-align: center;
}
.label_rei img{
	width: 60%;
}
	/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 0 0;
    color :#0066cc;
    cursor :pointer;
	}
	/*ラベルホバー時*/
.accbox label:hover {
	text-decoration: underline;
}
	/*チェックは隠す*/
.accbox input {
    display: none;
}
	/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
 }
	/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 2px 5px 0 12px;
    background: #eaeaea;
    opacity: 1;
}
/* アコーディオン（Q&A）end */

/* アコーディオン（走行例） */
.cssacc_rei:checked + .accshow {
  height: auto;
  opacity: 1;
}
/* アコーディオン（走行例）end */

/* アコーディオン（宿泊プラン） */
.cssacc_shukuhaku:checked + .accshow {
  padding: 0 13px 16px 0;
  border: 1px solid #CCC;
  height: auto;
	width: 95%;
	margin: 0 5px 15px 5px;
	background: #FFFEEC;
	opacity: 1;
}
/* アコーディオン（宿泊プラン）end */

/* リストマーク各種 */
	ol.kakko li  {
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -2.8em;
	padding: 0;
}
	
	ol.kakko li:before  {
	display: marker;
	content: "　("counter(cnt)") ";
}
	ol.kakko p {
	display: inline;
	text-indent: 1em;
	margin-left: -1em;
}
	ol.kakko2 li {
	list-style-type: none;
	counter-increment: cnt;
	margin: -15px 0 -15px -14px;
}
	ol.kakko2 p {
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -1em;
	margin-left: -1em;
	margin: 15px 0 -15px 0;
}
	ol.kakko3 {
	list-style-type: none;
	counter-increment: cnt;
	margin: 3px 0 15px 0;
}
	ol.kakko3 p {
	line-height: 1.35;
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -1em;
	margin-left: -1em;
	margin: 15px 0 -15px -14px;
}
.in_item {
	margin-left: -30px;
}
/* リストマーク各種 end */

/* TOPページエリアマップ */
.main_pct_bg {
	position: relative;
	width: 100%;
	hight: auto;
	background: url("/resources/img/trip/drawari/2018_winter_pass/bg_index.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.main_pct_bg::before{
	display: block;
	content: "";
	padding-top: 116%;
}
.top_img_no1 {
	display: block;
	position: absolute;
	width: 20%;
	top: 34%;
	left: 75%;
}
.top_img_no2 {
	display: block;
	position: absolute;
	width: 20%;
	top: 45%;
	left: 37%;
}
.top_img_no3 {
	display: block;
	position: absolute;
	width: 20%;
	top: 72%;
	left: 1%;
}
.top_img_no4 {
	display: block;
	position: absolute;
	width: 20%;
	top: 88%;
	left: 59%;
}
/* TOPページエリアマップ end */

/* 首都圏エリアマップ */
.shutoken_pct_bg {
	position: relative;
	width: 100%;
	hight: auto;
	background: url("/resources/img/trip/drawari/2018_winter_pass/bg_shutoken.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.shutoken_pct_bg::before{
	display: block;
	content: "";
	padding-top: 76%;
}
.img_no1 {
	display: block;
	position: absolute;
	width: 17%;
	top: 28%;
	left: 7%;
}
.img_no2 {
	display: block;
	position: absolute;
	width: 17%;
	top: 25%;
	left: 28%;
}
.img_no3 {
	display: block;
	position: absolute;
	width: 19%;
	top: 1%;
	left: 60%;
}
.img_no4 {
	display: block;
	position: absolute;
	width: 17%;
	top: 25%;
	left: 55%;
}
.img_no5 {
	display: block;
	position: absolute;
	width: 19%;
	top: 56%;
	left: 12%;
}
.img_no6 {
	display: block;
	position: absolute;
	width: 30%;
	bottom: 0%;
	left: 46%;
}
/* 首都圏エリアマップ end */

/* 新潟エリアマップ */
.niigata_pct_bg {
	position: relative;
	width: 100%;
	height: auto;
	background: url("/resources/img/trip/drawari/2018_winter_pass/bg_niigata.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.niigata_pct_bg::before{
	display: block;
	content: "";
	padding-top: 76%;
}
.niigata_img_no1 {
	display: block;
	position: absolute;
	width: 17%;
	top: 62%;
	left: 8%;
}
.niigata_img_no2 {
	display: block;
	position: absolute;
	width: 17%;
	top: 48%;
	left: 30%;
}
.niigata_img_no3 {
	display: block;
	position: absolute;
	width: 21%;
	top: 20%;
	left: 73%;
}
.niigata_img_no4 {
	display: block;
	position: absolute;
	width: 28%;
	top: 0;
	left: 33%;
}
/* 新潟エリアマップ end */

/* 北陸新潟エリアマップ */
.hokuriku_pct_bg {
	position: relative;
	width: 100%;
	height: auto;
	background: url("/resources/img/trip/drawari/2018_winter_pass/bg_hokuriku.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.hokuriku_pct_bg::before{
	display: block;
	content: "";
	padding-top: 76%;
}
.hokuriku_img_no1 {
	display: block;
	position: absolute;
	width: 15%;
	top: 45%;
	left: 81%;
}
.hokuriku_img_no2 {
	display: block;
	position: absolute;
	width: 15%;
	top: 53%;
	left: 58%;
}
.hokuriku_img_no3 {
	display: block;
	position: absolute;
	width: 50%;
	top: 46%;
	left: 0.5%;
}
/* 北陸エリアマップ end */

/* 仙台エリアマップ */
.sendai_pct_bg {
	position: relative;
	width: 100%;
	height: auto;
	background: url("/resources/img/trip/drawari/2018_winter_pass/bg_sendai.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.sendai_pct_bg::before{
	display: block;
	content: "";
	padding-top: 92.5%;
}
.sendai_img_no1 {
	display: block;
	position: absolute;
	width: 20%;
	top: 0.5%;
	left: 44%;
}
.sendai_img_no2 {
	display: block;
	position: absolute;
	width: 20%;
	top: 79%;
	left: 38%;
}
.sendai_img_no3 {
	display: block;
	position: absolute;
	width: 23%;
	top: 46%;
	left: 50%;
}
/* 仙台エリアマップ end */

/* カレンダー */
.contents .cont_calenderbox1 {
	min-height: 215px;
  width: 100%;
  float: left;
	margin-right: 1%;
  text-align: center;
  margin-bottom: 1em;
}
.contents .cont_calenderbox3 {
	height: 215px;
  width: 49%;
  float: left;
	margin-right: 1%;
  text-align: center;
  margin-bottom: 1em;
}
/*
.contents .cont_calenderbox:nth-child(odd) {
  margin-right: 2%;
  clear: left;
}
*/
.month {
	font-size: 150%;
}
.contents .cont_calenderbox1 span.tit {
	margin: 0 0 -2% 0;
	border-radius: 10px 10px 10px 10px;
	border: solid 2px #cccccc;
  background: #c1deee;
	color: #333333;
  font-weight: bold;
  display: block;
  padding: 0.2em;
}
.contents .cont_calenderbox3 span.tit {
	height: 22px;
	margin: 0 0 -5% 0;
	border-radius: 3px;
  background: #6e6e6e;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
  display: block;
	padding: 0 0 3% 0;
}
.contents .cont_calender_tbl {
  width: 100%;
  text-align: center;
  border-collapse: separate;
}
.contents .cont_calender_tbl td {
  background: #EBEBEB;
}
.contents .cont_calender_tbl th.cont_week {
  font-weight: bold;
	border: solid 1px #cccccc;
}
.contents .cont_calender_tbl th.sat {
  color: #4B9EEB;
  font-weight: bold;
}
.contents .cont_calender_tbl th.hol {
  color: #F40751;
  font-weight: bold;
}
.contents .cont_calender_tbl td.cont_sat {
  background: #FDD3EB;
  color: #4B9EEB;
  font-weight: bold;
}
.contents .cont_calender_tbl td.cont_hol {
  background: #FDD3EB;
  color: #F40751;
  font-weight: bold;
}
.contents .cont_calender_tbl td.cont_noday {
  background: #FFFFFF;
}
.contents .cont_calender_tbl td.cont_syuku {
  background: #FDD3EB;
  font-weight: bold;
}
.contents .cont_calender_tbl td.sat {
	color: #4B9EEB;
	font-weight: bold
}
.contents .cont_calender_tbl td.hol {
	color: #F40751;
	font-weight: bold;
}
.contents .cont_calender_tbl td.cont_blue {
  background: #B1D9FA;
  font-weight: none;
}
.contents .cont_calender_tbl td.cont_pink {
  background: #FDD3EB;
  font-weight: none;
}
.contents .cont_calender_tbl td.cont_yellow {
  background: #FBE887;
  font-weight: none;
}
.tokuten_title {
	border-radius: 3px 3px 3px 3px;
	font-size: 100%;
	color: white;
	background-color: dodgerblue;
}
.tokuten_title2 {
	font-size: 100%;
	color: dodgerblue;
}
.tokuten_title4 {
	font-size: 100%;
	color: dodgerblue;
}
.bg_red {
	background: #FCE1E2;
}
/* カレンダー end */

.ttl_syutoken {
  display: inline-block;
  font-size: 22px;
  padding: 5px 15px;
  color: #ea5413;
  background-color: rgba(253,225,176,0.8);
  border: 6px solid #ffa500;
}
.ttl_niigata {
  display: inline-block;
  font-size: 22px;
  padding: 5px 15px;
  color: #9400d3;
  background-color: rgba(221,160,221,0.8);
  border: 6px solid #9400d3;
}
.ttl_hokuriku {
  display: inline-block;
  font-size: 22px;
  padding: 5px 15px;
  color: #f2a500;
  background-color: rgba(240,230,140,0.8);
  border: 6px solid #ffd700;
}
.blue {
  color: #4169e1 !important;
}

.nasu_shutoken_table th {
  background: #ea5514 !important;
}
.nasu_iwatsuki_table th {
  background: #ffc000 !important;
}
caption {
  text-align: left !important;
}

.yuzawa_hokuriku_table_1 th {
  background: #3CC7B7 !important;
}

.yuzawa_hokuriku_table_2 th {
  background: #FFC000 !important;
}

.yuzawa_hokuriku_table_3 th {
  background: #920783 !important;
}

.map_box2 {
  position: relative;
  padding-bottom: calc(100%*402/635);
  display: block;
  background: url("/resources/img/trip/drawari/2017_winter_pass/map2.png") no-repeat;
  background-size: 100% auto;
}
.map_box3 {
  position: relative;
  padding-bottom: calc(100%*402/635);
  display: block;
  background: url("/resources/img/trip/drawari/2017_winter_pass/map3.png") no-repeat;
  background-size: 100% auto;
}
.map_box4 {
  position: relative;
  padding-bottom: calc(100%*402/635);
  display: block;
  background: url("/resources/img/trip/drawari/2017_winter_pass/map4.png") no-repeat;
  background-size: 100% auto;
}


/* 首都圏マップ */
.map_area_yuzawa_shutoken {
  position: absolute;
  display: block;
  width: 11.006289%;
  height: 17.412935%;
  top: 20.119403%;
  left: 32.559055%;
  background: url("/resources/img/trip/drawari/2017_winter_pass/icn_shutoken_yuzawa.png") no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.map_area_numata_shutoken {
  position: absolute;
  display: block;
  width: 12.578616%;
  height: 19.900498%;
  top: 41.0447765%;
  left: 34.559055%;
  background: url("/resources/img/trip/drawari/2017_winter_pass/icn_shutoken_numata.png") no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.map_area_hakuba_shutoken {
  position: absolute;
  display: block;
  width: 14.150943%;
  height: 22.38806%;
  top: 25.825871%;
  left: 12.149606%;
  background: url("/resources/img/trip/drawari/2017_winter_pass/icn_shutoken_hakuba.png") no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.map_area_karuizawa_shutoken {
  position: absolute;
  display: block;
  width: 12.578616%;
  height: 19.900498%;
  bottom: 27.169154%;
  left: 16.149606%;
  background: url("/resources/img/trip/drawari/2017_winter_pass/icn_shutoken_karuizawa.png") no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.map_area_nasu_shutoken {
  position: absolute;
  display: block;
  width: 12.578616%;
  height: 19.900498%;
  top: 24.144279%;
  right: 23.897638%;
  background: url("/resources/img/trip/drawari/2017_winter_pass/icn_shutoken_nasu.png") no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.map_area_inawashiro_shutoken {
  position: absolute;
  display: block;
  width: 12.578616%;
  height: 19.900498%;
  top: 2.487562%;
  right: 18.897638%;
  background: url("/resources/img/trip/drawari/2017_winter_pass/icn_shutoken_inawashiro.png") no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* 北陸マップ */
.map_area_yuzawa_hokuriku {
  position: absolute;
  display: block;
  width: 11.006289%;
  height: 17.412935%;
  top: 17.363184%;
  left: 76.866142%;
  background: url("/resources/img/trip/drawari/2017_winter_pass/icn_shutoken_yuzawa.png") no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.map_area_hakuba_hokuriku {
  position: absolute;
  display: block;
  width: 14.150943%;
  height: 22.38806%;
  top: 22.313433%;
  left: 57.244094%;
  background: url("/resources/img/trip/drawari/2017_winter_pass/icn_shutoken_hakuba.png") no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* 新潟マップ */
.map_area_yuzawa_niigata {
  position: absolute;
  display: block;
  width: 11.006289%;
  height: 17.412935%;
  top: 37.119403%;
  left: 26.559055%;
  background: url("/resources/img/trip/drawari/2017_winter_pass/icn_shutoken_yuzawa.png") no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.map_area_hakuba_niigata {
  position: absolute;
  display: block;
  width: 14.150943%;
  height: 22.38806%;
  top: 42.825871%;
  left: 3.149606%;
  background: url("/resources/img/trip/drawari/2017_winter_pass/icn_shutoken_hakuba.png") no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.map_area_inawashiro_niigata {
  position: absolute;
  display: block;
  width: 12.578616%;
  height: 19.900498%;
  top: 15.487562%;
  right: 23.897638%;
  background: url("/resources/img/trip/drawari/2017_winter_pass/icn_shutoken_inawashiro.png") no-repeat;
  background-size: cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* ボタン */
.nasu_shutoken_btn {
  display: inline-block;
    text-decoration: none;
    color: #FFF !important;
    width: 80%;
    height: 100%;
    line-height: 1.6;
    padding: 15px;
    font-size: 175%;
    border-radius: 10px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#FBD246 0%, #F39700 100%);
    background-image: linear-gradient(#FBD246 0%, #F39700 100%);
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.5), 0 2px 2px rgba(0, 0, 0, 0.19);
    border-bottom: solid 2px #b5b5b5;
}
.unit_indent_pdf {
  padding: 0 0 3% 1.8%;
}

.triangle {
	margin: 3% auto -1%;
  width: 0;
  height: 0;
  border-top: 25px solid #F0897F;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
}
.oshirase {
	min-height: 170px;
	margin: 2% 0 0 0;
	width: 95.5%;
	float: left;
	padding: 2%;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 2px rgba(3, 0, 0, 0.06);
  -moz-box-shadow: 2px 2px 2px rgba(3, 0, 0, 0.06);
  box-shadow: 2px 2px 2px rgba(3, 0, 0, 0.06);
}
.oshirase img {
	width: 100%;
}
.present_no {
	float: left;
}
.present_ninzu {
	padding: 0 1%;
	border-radius: 3px;
	border: 1px solid #3da414;
	color: #3da414;
	background: #ffffff;
}
.ski_ichiran_plan_name {
	margin: 13px 0 -5px 0;
	font-size: 16px;
	font-weight: bold;
}
.ski_ichiran_flexbox {
	display: flex;
	width: 100%;
	padding: 1% 0 0.5% 0;
	font-size: 12px;
	flex-wrap: wrap;
	border-bottom: dotted 1px #cccccc;
}
.ski_ichiran_flexbox_name {
	width: 100%;
	padding-left: 10px;
}
.ski_ichiran_flexbox_time {
	width: 100%;
	padding-left: 23px;
}

@media only screen and (min-width: 641px) {
/* アンケート */
.present_title_repeater {
	padding: 2% 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	font-size: 125%;
	color: #ffffff;
	background-color: deeppink;
}
.present_title_all {
	padding: 2% 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	font-size: 125%;
	color: #ffffff;
	background-color: dodgerblue;
}
.present_no_red {
	margin-top: -10px;
	font-size: 46px;
	float: left;
}
.present_no_blue {
	margin-top: -6px;
	font-size: 30px;
	float: left;
}
.present_title_red {
	font-size: 22px;
}
.present_title_red2 {
	font-size: 16px;
}
.present_title_blue {
	font-size: 18px;
}
.present_title_blue2 {
	font-size: 14px;
}
.present_ninzu_red {
	margin-left: 20px;
	padding: 0 1%;
	border-radius: 3px;
	border: 1px solid deeppink;
	color: deeppink;
	font-size: 14px;
}
.present_ninzu_blue {
	margin-left: 15px;
	padding: 0 1%;
	border-radius: 3px;
	border: 1px solid dodgerblue;
	color: dodgerblue;
	font-size: 14px;
}
.float_media_bg_red {
	margin-top: -1px;
	padding: 1%;
	border: 1px solid #CCC;
	background: #FCE1E2;
}
.float_media_bg_blue {
	margin-top: -1px;
	padding: 1%;
	min-height: 102px;
	border: 1px solid #CCC;
	background: #E4FBFC;
}
.float_media_bg_red p {
	font-size: 14px;
}
.float_media_bg_blue p {
	font-size: 14px;
}
.float_media_bg_red img {
	display: block;
}
.float_media_bg_blue img {
	display: block;
}
/* end アンケート */
/* アコーディオン（Q&A） */

	/*ボックス全体*/
.accbox {
	margin: 1em 0;
	padding: 0;
	max-width: 100%;/*最大幅*/
}
.label_rei {
	text-align: center;
}
.label_rei img{
	width: 91%;
}
	/*ラベル*/
.accbox label {
	display: block;
	margin: 1px 0;
	padding : 0.5px 0;
	color :#0066cc;
	cursor :pointer;
}
	/*ラベルホバー時*/
.accbox label:hover {
	text-decoration: underline;
}
	/*チェックは隠す*/
.accbox input {
    display: none;
}
	/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
}
	/*クリックで中身表示*/
.cssacc:checked + .accshow {
  height: auto;
  padding: 2px 5px 2px 12px;
  background: #eaeaea;
  opacity: 1;
}
/* アコーディオン（Q&A）end */

/* アコーディオン（走行例） */
.cssacc_rei:checked + .accshow {
  height: auto;
  opacity: 1;
}
/* アコーディオン（走行例）end */

/* アコーディオン（宿泊プラン） */
.cssacc_shukuhaku:checked + .accshow {
  padding: 0 30px 16px 20px;
  border: 1px solid #CCC;
  height: auto;
	width: 85%;
	margin: 0 5px 15px 18px;
	background: #FFFEEC;
	opacity: 1;
}
/* アコーディオン（宿泊プラン）end */

/* リストマーク各種*/
	ol.kakko li  {
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -2.8em;
	padding: 0;
}
	ol.kakko li:before  {
	display: marker;
	content: "　("counter(cnt)") ";
}
	ol.kakko p {
	display: inline;
	text-indent: 1em;
	margin-left: -1em;
}
	ol.kakko2 li {
	list-style-type: none;
	counter-increment: cnt;
	margin: -15px 0 -15px -14px;
}
	ol.kakko2 p {
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -1em;
	margin-left: -1em;
	margin: 15px 0 -15px 0;
}
	ol.kakko3 {
	list-style-type: none;
	counter-increment: cnt;
	margin: 3px 0 15px 0;
}
	ol.kakko3 p {
	line-height: 1.35;
	list-style-type: none;
	counter-increment: cnt;
	text-indent: -1em;
	margin-left: -1em;
	margin: 15px 0 -15px -14px;
}
.in_item {
	margin-left: -30px;
}
/* リストマーク各種 end */

/* TOPページエリアマップ */
.main_pct_bg {
	position: relative;
	width: 100%;
	hight: auto;
	background: url("/resources/img/trip/drawari/2018_winter_pass/bg_index.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.main_pct_bg::before{
	display: block;
	content: "";
	padding-top: 116%;
}
.top_img_no1 {
	display: block;
	position: absolute;
	width: 25%;
	top: 31%;
	left: 73%;
}
.top_img_no2 {
	display: block;
	position: absolute;
	width: 25%;
	top: 44%;
	left: 33%;
}
.top_img_no3 {
	display: block;
	position: absolute;
	width: 25%;
	top: 72%;
	left: 1%;
}
.top_img_no4 {
	display: block;
	position: absolute;
	width: 25%;
	top: 86%;
	left: 57%;
}
/* TOPページエリアマップ end */

/* 首都圏エリアマップ */
.shutoken_pct_bg {
	position: relative;
	width: 100%;
	height: auto;
	background: url("/resources/img/trip/drawari/2018_winter_pass/bg_shutoken.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.shutoken_pct_bg::before{
	display: block;
	content: "";
	padding-top: 76%;
}
.img_no1 {
	display: block;
	position: absolute;
	width: 17%;
	top: 28%;
	left: 7%;
}
.img_no2 {
	display: block;
	position: absolute;
	width: 17%;
	top: 25%;
	left: 28%;
}
.img_no3 {
	display: block;
	position: absolute;
	width: 19%;
	top: 1%;
	left: 60%;
}
.img_no4 {
	display: block;
	position: absolute;
	width: 17%;
	top: 25%;
	left: 55%;
}
.img_no5 {
	display: block;
	position: absolute;
	width: 19%;
	top: 56%;
	left: 12%;
}
.img_no6 {
	display: block;
	position: absolute;
	width: 30%;
	bottom: 0%;
	left: 46%;
}
/* 首都圏エリアマップ end */

/* 新潟エリアマップ */
.niigata_pct_bg {
	position: relative;
	width: 100%;
	height: auto;
	background: url("/resources/img/trip/drawari/2018_winter_pass/bg_niigata.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.niigata_pct_bg::before{
	display: block;
	content: "";
	padding-top: 76%;
}
.niigata_img_no1 {
	display: block;
	position: absolute;
	width: 17%;
	top: 62%;
	left: 8%;
}
.niigata_img_no2 {
	display: block;
	position: absolute;
	width: 17%;
	top: 48%;
	left: 30%;
}
.niigata_img_no3 {
	display: block;
	position: absolute;
	width: 21%;
	top: 20%;
	left: 73%;
}
.niigata_img_no4 {
	display: block;
	position: absolute;
	width: 28%;
	top: 0;
	left: 33%;
}
/* 新潟エリアマップ end */

/* 北陸新潟エリアマップ */
.hokuriku_pct_bg {
	position: relative;
	width: 100%;
	height: auto;
	background: url("/resources/img/trip/drawari/2018_winter_pass/bg_hokuriku.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.hokuriku_pct_bg::before{
	display: block;
	content: "";
	padding-top: 76%;
}
.hokuriku_img_no1 {
	display: block;
	position: absolute;
	width: 15%;
	top: 45%;
	left: 81%;
}
.hokuriku_img_no2 {
	display: block;
	position: absolute;
	width: 15%;
	top: 53%;
	left: 58%;
}
.hokuriku_img_no3 {
	display: block;
	position: absolute;
	width: 50%;
	top: 46%;
	left: 0.5%;
}
/* 北陸エリアマップ end */

/* 仙台エリアマップ */
.sendai_pct_bg {
	position: relative;
	width: 100%;
	height: auto;
	background: url("/resources/img/trip/drawari/2018_winter_pass/bg_sendai.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.sendai_pct_bg::before{
	display: block;
	content: "";
	padding-top: 92.5%;
}
.sendai_img_no1 {
	display: block;
	position: absolute;
	width: 20%;
	top: 0.5%;
	left: 44%;
}
.sendai_img_no2 {
	display: block;
	position: absolute;
	width: 20%;
	top: 79%;
	left: 38%;
}
.sendai_img_no3 {
	display: block;
	position: absolute;
	width: 23%;
	top: 46%;
	left: 50%;
}
/* 仙台エリアマップ end */

/* カレンダーの設定 */
.contents .cont_calenderbox1 {
	min-height: 215px;
  width: 100%;
  float: left;
	margin-right: 1%;
	font-size: 16px;
  text-align: center;
  margin-bottom: 1em;
}
.contents .cont_calenderbox3 {
	height: 215px;
  width: 32%;
  float: left;
	margin-right: 1%;
	font-size: 14px;
  text-align: center;
  margin-bottom: 1em;
}

/*
.contents .cont_calenderbox:nth-child(odd) {
  margin-right: 2%;
  clear: left;
}
*/

.month {
	font-size: 150%;
}
.contents .cont_calenderbox1 span.tit {
	margin: 0 0 -2% 0;
	border-radius: 10px 10px 10px 10px;
	border: solid 2px #cccccc;
  background: #c1deee;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
  display: block;
  padding: 0.2em;
}
.contents .cont_calenderbox3 span.tit {
	height: 25px;
	margin: 0 0 -5% 0;
	border-radius: 3px;
  background: #6e6e6e;
	color: #ffffff;
	font-size: 100%;
	font-weight: bold;
  display: block;
  padding: 0 0 3% 0;
}

.contents .cont_calender_tbl {
  width: 100%;
  text-align: center;
  border-collapse: separate;
}
.contents .cont_calender_tbl td {
  background: #EBEBEB;
}
.contents .cont_calender_tbl th.cont_week {
  font-weight: bold;
	border: solid 1px #cccccc;
}
.contents .cont_calender_tbl th.sat {
  color: #4B9EEB;
  font-weight: bold;
}
.contents .cont_calender_tbl th.hol {
  color: #F40751;
  font-weight: bold;
}
.contents .cont_calender_tbl td.cont_sat {
  background: #FDD3EB;
  color: #4B9EEB;
  font-weight: bold;
}
.contents .cont_calender_tbl td.cont_hol {
  background: #FDD3EB;
  color: #F40751;
  font-weight: bold;
}
.contents .cont_calender_tbl td.cont_noday {
  background: #FFFFFF;
}
.contents .cont_calender_tbl td.cont_syuku {
  background: #FDD3EB;
  font-weight: bold;
}
.contents .cont_calender_tbl td.sat {
	color: #4B9EEB;
	font-weight: bold
}
.contents .cont_calender_tbl td.hol {
	color: #F40751;
	font-weight: bold;
}
.contents .cont_calender_tbl td.cont_blue {
  background: #B1D9FA;
  font-weight: none;
}
.contents .cont_calender_tbl td.cont_pink {
  background: #FDD3EB;
  font-weight: none;
}
.contents .cont_calender_tbl td.cont_yellow {
  background: #FBE887;
  font-weight: none;
}
.tokuten_title {
	border-radius: 3px 3px 3px 3px;
	font-size: 125%;
	color: white;
	background-color: dodgerblue;
}
.tokuten_title2 {
	font-size: 125%;
	color: dodgerblue;
}
.tokuten_title4 {
	font-size: 100%;
	color: dodgerblue;
}
.bg_red {
	background: #FCE1E2;
}
.oshirase {
	min-height: 180px;
	margin: 2% 0 0 0;
	width: 45%;
	float: left;
	padding: 2%;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 2px rgba(3, 0, 0, 0.06);
  -moz-box-shadow: 2px 2px 2px rgba(3, 0, 0, 0.06);
  box-shadow: 2px 2px 2px rgba(3, 0, 0, 0.06);
}

.oshirase:nth-child(even) {
	margin: 0;
	float: right;
}
.oshirase img {
	width: 100%;
}
.ski_ichiran_plan_name {
	margin: 10px 0 -5px 0;
	font-size: 16px;
	font-weight: bold;
}
.ski_ichiran_flexbox {
	display: flex;
	width: 100%;
	padding: 0.5% 0 0 0;
	font-size: 14px;
	flex-wrap: nowrap;
	border-bottom: dotted 1px #cccccc;
}
.ski_ichiran_flexbox_name {
	width: 43%;
	padding-left: 10px;
}
.ski_ichiran_flexbox_time {
	width: 57%;
	padding-left: 10px;
}
}
