﻿@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: middle;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mt5 {
    margin-top: 5px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.tx10 {
    font-size: 10px !important;
}
/*クリアフィクス*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
ul li, ol li {
	list-style: none;
}
.clearfix {display: inline-table;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*クリアフィクス*/
#Head01 {
    margin-bottom: 0;
}
#pastlist {
	color: #FFF;
}
/*#pastlist a {
	color: #FC0;
}*/
#pastlist a:hover {
	color: #FC0;
}
h1 {
	font-size: 14px;
    color: #000;
}
body {
    font: 13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    color: #333;
    position: relative;
}

/*------------------------------
Important news
------------------------------*/
#newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	margin-bottom: 10px;
	display:flex;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

.wrap {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    background: url(//www.nta.co.jp/hokkaido/image/index/bg2016.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0 0 0;
	width: 100%;
}
.contInner {
    width: 970px;
    margin: 0 auto;
    line-height: 1.6;
    padding-bottom: 20px;
    xoverflow-x: hidden;
}
.SectionArea {
	width: 580px;
    float: left;
    margin-right: 20px;
}
.SectionArea2 {
    width: 346px;
    float: left;
    background: #FFF;
    height: 413px;
    padding: 10px;
    border: 2px solid #bebebe;
    border-radius: 3px;
}
/* 検索共通 */
.content_wrap h2 {
    font-size: 16px;
    margin-bottom: 5px;
}
.content_wrap .map h2 +p {
    color: #0065d6;
}
.linkList li, .linkList span {
    display: inline-block;
    margin: 5px 0;
    margin-right: 15px;
}
.btn {
    display: block;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}
/* 検索タブ */
#tabs {
	margin-right: -7px;
}
#tabs li {
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
    cursor: pointer;
    float: left;
    list-style: outside none none;
    border: 1px solid #bebebe;
    position: relative;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    top: 4px;
    background: url(../image/index/search_boxic_arrow_red.png) 6px 18px no-repeat #f2f2f2;
}
#tabs li.select {
    border: 2px solid #bebebe;
    padding-top: 0;
    border-bottom: none;
    position: relative;
    z-index: 1;
    top: -4px;
    height: 53px;
}
#tabs li.select.kokunai {
    background: url(img/ic_arrow_red.png) 6px -4px no-repeat #fff;
}
#tabs li.kaigai {
    background: url(img/ic_arrow_green.png) 6px 18px no-repeat #f2f2f2;
}
#tabs li.select.kaigai {
    background: url(img/ic_arrow_green.png) 6px -4px no-repeat #fff;
}
.disnon {
  display: none;
}
.content_wrap {
    padding: 18px 15px;
    border: 2px solid #bebebe;
	border-top: none;
    position: relative;
    z-index: 1;
    height: 350px;
    top: -6px;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
#tabs li span {
    display: block;
    padding: 11px 19.8px 0 30px;
    height: 32px;
    width: 89px;
}
#tabs li.select.kokunai span {
    border-top: 5px solid #dd335d;
}
#tabs li.select.kaigai span {
    border-top: 5px solid #4eab26;
}
/* map */
.content_wrap .map {
    float: left;
    width: 300px;
}
.content_wrap ul.linkList {
    margin-top: 6px;
}
.content_wrap ul.linkList li {
    margin: 0;
	font-size: 12px;
}
.linkList li a, .linkList span a {
    background: url(img/ic_03.png) left center no-repeat;
    padding-left: 8px;
}
/* date */
.content_wrap .date {
    float: right;
    width: 237px;
}
select.customSelect {
    height: 27px !important;
    display: inline-block;
    z-index: 0;
}
.content_wrap .selectBlock {
    margin-bottom: 10px;
}
.content_wrap .selectBlock dt {
    float: left;
    width: 80px;
}
.content_wrap .selectBlock dd {
    float: right;
}
.content_wrap .selectBlock dd .customSelect {
    /* display: block; */
    width: 130px;
}

/*DT JR/yado調整*/
#Head01 #HeadInner .HeadNav01 {z-index: 1;}
html:has(.fw-modal-portal),
body:has(.fw-modal-portal) {overflow: hidden;}
#webconnect-tour-hotels-gadget .fwnta-search-condition-clear,
#webconnect-gadget-1 .fwnta-search-condition-clear {display:none!important;}
#webconnect-tour-hotels-gadget .fwnta-search-group,
#webconnect-gadget-1 .fwnta-search-group {width: 98%;}
#webconnect-tour-hotels-gadget .fwnta-input-label,
#webconnect-gadget-1 .fwnta-input-label,
#webconnect-tour-hotels-gadget .fwnta-search-group__sub-label,
#webconnect-gadget-1 .fwnta-search-group__sub-label {
	font-size: 12px;
	font-weight: normal;
}
#webconnect-tour-hotels-gadget .fwnta-input-icon--train::before,
#webconnect-tour-hotels-gadget .fwnta-input-icon--search::before,
#webconnect-tour-hotels-gadget .fwnta-input-icon--calendar::before,
#webconnect-tour-hotels-gadget .fwnta-input-icon--bed::before,
#webconnect-gadget-1 .fwnta-input-icon--train::before,
#webconnect-gadget-1 .fwnta-input-icon--search::before,
#webconnect-gadget-1 .fwnta-input-icon--calendar::before,
#webconnect-gadget-1 .fwnta-input-icon--bed::before {
    font-variation-settings: "FILL" 0, "wght" 120, "GRAD" 0, "opsz" 24;
    font-size: 18px;
    top: 58%;
    left: 5px;
}
#webconnect-tour-hotels-gadget .fwnta-input-icon--train input,
#webconnect-tour-hotels-gadget .fwnta-input-icon--train select,
#webconnect-tour-hotels-gadget .fwnta-input-icon--search input,
#webconnect-tour-hotels-gadget .fwnta-input-icon--search select,
#webconnect-tour-hotels-gadget .fwnta-input-icon--calendar input,
#webconnect-tour-hotels-gadget .fwnta-input-icon--calendar select,
#webconnect-tour-hotels-gadget .fwnta-input-icon--bed input,
#webconnect-tour-hotels-gadget .fwnta-input-icon--bed select,
#webconnect-gadget-1 .fwnta-input-icon--train input,
#webconnect-gadget-1 .fwnta-input-icon--train select,
#webconnect-gadget-1 .fwnta-input-icon--search input,
#webconnect-gadget-1 .fwnta-input-icon--search select,
#webconnect-gadget-1 .fwnta-input-icon--calendar input,
#webconnect-gadget-1 .fwnta-input-icon--calendar select,
#webconnect-gadget-1 .fwnta-input-icon--bed input,
#webconnect-gadget-1 .fwnta-input-icon--bed select {padding-left: 28px;}
#webconnect-tour-hotels-gadget .fw-select select,
#webconnect-tour-hotels-gadget .fw-select--days select,
#webconnect-tour-hotels-gadget .fw-select--room select,
#webconnect-tour-hotels-gadget .fw-select--price-min select,
#webconnect-tour-hotels-gadget .fw-select--price-max select,
#webconnect-tour-hotels-gadget .fw-select--guest select,
#webconnect-tour-hotels-gadget .fw-select--area select,
#webconnect-tour-hotels-gadget .fw-select--area-set select,
#webconnect-tour-hotels-gadget .fw-text input,
#webconnect-gadget-1 .fw-select select,
#webconnect-gadget-1 .fw-select--days select,
#webconnect-gadget-1 .fw-select--room select,
#webconnect-gadget-1 .fw-select--price-min select,
#webconnect-gadget-1 .fw-select--price-max select,
#webconnect-gadget-1 .fw-select--guest select,
#webconnect-gadget-1 .fw-select--area select,
#webconnect-gadget-1 .fw-select--area-set select,
#webconnect-gadget-1 .fw-text input {
    font-size: 14px;
    font-weight: normal;
}
#webconnect-tour-hotels-gadget .fwnta-search-action {margin-top: 5px;}
.fw-top .fwnta-search-group .fwnta-search-date-exception {margin-left: 3.5em;}

/*loading*/
#webconnect-tour-hotels-gadget,
#webconnect-gadget-1 {min-height:330px;}
#webconnect-tour-hotels-gadget > span,
#webconnect-gadget-1 > span{
	width:8px;
	height:8px;
	border-radius:50%;
	display:inline-block;
	position:absolute;
	left:50%;
	margin: 120px 0 0 -10px;
	-webkit-animation:3s infinite linear;
	-moz-animation:3s infinite linear;
	-o-animation:3s infinite linear;
}
#webconnect-tour-hotels-gadget > span:nth-child(1),
#webconnect-gadget-1 > span:nth-child(1){
	background:#C1C3C5;
	-webkit-animation:kiri 1.2s infinite linear;
	-moz-animation:kiri 1.2s infinite linear;
	-o-animation:kiri 1.2s infinite linear;
}
#webconnect-tour-hotels-gadget > span:nth-child(2),
#webconnect-gadget-1 > span:nth-child(2){
	background:#C1C3C5;
	z-index:100;
}
#webconnect-tour-hotels-gadget > span:nth-child(3),
#webconnect-gadget-1 > span:nth-child(3){
	background:#C1C3C5;
	-webkit-animation:kanan 1.2s infinite linear;
	-moz-animation:kanan 1.2s infinite linear;
	-o-animation:kanan 1.2s infinite linear;
}
@-webkit-keyframes kanan {
0% {-webkit-transform:translateX(20px);
}
50%{-webkit-transform:translateX(-20px);
}
100%{-webkit-transform:translateX(20px);
z-index:200;
}
}
@-moz-keyframes kanan {
0% {-moz-transform:translateX(20px);
}
50%{-moz-transform:translateX(-20px);
}
100%{-moz-transform:translateX(20px);
z-index:200;
}
}
@-o-keyframes kanan {
0% {-o-transform:translateX(20px);
}
50%{-o-transform:translateX(-20px);
}
100%{-o-transform:translateX(20px);
z-index:200;
}
}
@-webkit-keyframes kiri {
0% {-webkit-transform:translateX(-20px);
z-index:200;
}
50%{-webkit-transform:translateX(20px);
}
100%{-webkit-transform:translateX(-20px);
}
}
@-moz-keyframes kiri {
0% {-moz-transform:translateX(-20px);
z-index:200;
}
50%{-moz-transform:translateX(20px);
}
100%{-moz-transform:translateX(-20px);
}
}
@-o-keyframes kiri {
0% {-o-transform:translateX(-20px);
z-index:200;
}
50%{-o-transform:translateX(20px);
}
100%{-o-transform:translateX(-20px);
}
}



/* 検索ボタン */
.btn {
    display: block;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
}
.btnSeach01 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 -1px 0 #e88a00 inset;
    -moz-box-shadow: 0 -1px 0 #e88a00 inset;
    box-shadow: 0 -1px 0 #e88a00 inset;
    border: 1px solid #e88a00;
    background-color: #ff9800;
    color: #fff !important;
    position: relative;
    padding: 10px;
    font-size: 18px;
    width: 100%;
}
.btnSeach01:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: #ffbc61;
}
.btnSeach01 span {
    background: url(img/ic_search_01.png) left center no-repeat;
    padding-left: 15px;
    display: block;
    width: 90%;
}
/* kokunai */
.content_wrap .tourL {
    float: left;
    width: 345px;
    padding-left: 15px;
    border-right: 1px solid #bebebe;
}
.content_wrap .tourL li h3 {
    font-size: 20px;
    color: #ff7200;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: normal;
}
.content_wrap .tourL li h3 span {
    font-size: 16px;
}
.content_wrap .tourL li {
    margin-right: 20px;
    float: left;
    width: 148px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    height: 276px;
    background: #f2f2f2;
    padding-top: 15px;
    overflow: hidden;
}
.content_wrap .tourL li .ico {
    margin-bottom: 15px;
}
.content_wrap .tourL li p {
    font-size: 12px;
}
.content_wrap .tourL li a {
    display: block;
    position: relative;
    margin-top: 32px;
    background: url(img/ic_search_01.png) 10px center no-repeat #ff9800;
	color: #fff !important;
    font-size: 18px;
    padding: 12px 12px 12px 22px;
}
.content_wrap .tourR {
    float: right;
    width: 165px;
}
.content_wrap .tourR li h3 {
    font-size: 18px;
    color: #e60012;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: normal;
}
.content_wrap .tourR li h3 span {
    font-size: 16px;
    font-weight: normal;
}
.content_wrap .tourR li .ico {
    margin-bottom: 15px;
}
.content_wrap .tourR li p {
    font-size: 12px;
}
.content_wrap .tourR li {
    margin-right: 20px;
    float: left;
    width: 163px;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    height: 276px;
    background: #f2f2f2;
    padding-top: 15px;
    overflow: hidden;
}
.content_wrap .tourR li a {
    display: block;
    position: relative;
    margin-top: 18px;
    background: url(img/ic_search_01.png) 10px center no-repeat #e60012;
    color: #fff !important;
    font-size: 18px;
    padding: 12px 12px 12px 22px;
}
/* yado */
input[type="text"] {
    padding: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.content_wrap .fm01 .key {
    width: 224px;
}
.btnSeach02 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 -1px 0 #e88a00 inset;
    -moz-box-shadow: 0 -1px 0 #e88a00 inset;
    box-shadow: 0 -1px 0 #e88a00 inset;
    border: 1px solid #e88a00;
    background-color: #ff9800;
    color: #fff !important;
    position: relative;
    padding: 3px;
    font-size: 12px;
    display: inline-block;
}
.fm01 .btnSeach02 {
    display: inline;
}
/*kaigai*/
.content_wrap .kaigaiTourL {
    width: 268px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}
.content_wrap .selectBlock.kaigaiHotel dt {
    width: 50px;
}
.content_wrap .selectBlock.kaigaiHotel dd {
    width: 218px;
}
.content_wrap .kaigaiTourL .selectBlock .customSelect, .content_wrap .kaigaiTourR .selectBlock .customSelect {
    width: 155px;
}
.content_wrap .kaigaiTourL .selectBlock.cal .customSelect, .content_wrap .kaigaiTourR .selectBlock.cal .customSelect {
    width: 155px;
}
.content_wrap .selectBlock.kaigaiHotel dd {
    width: 218px;
}
.content_wrap .selectBlock.kaigaiHotel dd .customSelect {
    width: 189px;
}
.content_wrap .kaigaiTourL .selectBlock {
    margin-bottom: 10px;
}
.content_wrap img.ic_cal {
    top: -4px;
    position: relative;
}
.content_wrap .kaigaiTourR {
    width: 268px;
    float: left;
    overflow: hidden;
}
.content_wrap .kaigaiTourR .fm01 .key {
    width: 192px;
}
.content_wrap .checkBlock {
    margin-bottom: 10px;
}
.content_wrap .checkBlock p {
    width: 49%;
    display: inline-block;
    padding: 2px 0;
}
.content_wrap .checkBlock p label {
    margin-left: 5px;
}
.content_wrap .kaigaiToutbtn {
    padding-top: 10px;
    margin-top: 5px;
}
.content_wrap .kaigaiToutbtn .btnSeach01 {
    width: 215px;
    float: right;
    margin: 0 0 1px;
}
/* inbox */
.inbox_img {
	display: none;
}
.inbox_info {
    width: 938px;
    float: none;
}
.h_info_title {
    float: left;
    width: 75%;
}
/* slider */
.slider {
    float: none;
    margin: 0;
    width: 350px;
	background: #555;
}
.MainArea {
    overflow: hidden;
    margin-bottom: 10px;
}
/* PickupArea */
.Pick01 {
	float: left;
    margin: 0 6px 0 0;
}
.Pick02 {
	float: left;
}
.Pick01 a img, .Pick02 a img {
    border-radius: 3px;
    box-shadow: 1px 1px 2px #999;
}
/* Campaign */
.Campaign {
    padding: 0 0 1px 0;
    border: 0px solid #e1e0e0;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.cp01, .cp02, .cp03 {
    overflow: hidden;
    margin-bottom: 0;
    float: left;
    margin-right: 12px;
	box-shadow: 1px 1px 2px #999;
    border-radius: 3px;
}
.cp03 {
    margin-right: 0;
}

/* rink */
.tourL li p a {
	color: #FFF !important;
}

/* tabエリア */
.layout {
    overflow: hidden;
    clear: both;
}
.layout ul {
    list-style: none outside none;
    margin: 0 auto;
}
.layout li {
    float: left;
}
#lay01_img, #lay02_img {
    padding-right: 8px;
}
#info {
    margin-bottom: 20px;
    background: #F8F8F8;
}
.info {
    border-radius: 0 0 2px 2px;
    padding: 10px 5px;
    border-left: 1px solid #e1e0e0;
    border-right: 1px solid #e1e0e0;
    border-bottom: 1px solid #e1e0e0;
    margin: 0 auto;
}
.LeftBox {
	float: left;
	width: 50%;
}
.RightBox {
	float: right;
	width: 50%;
}

/* php内エリア-道内-道内 */
#info h3 {
	border-left: 5px solid #5BA718;
    padding: 5px 10px;
    font-size: 18px;
	margin: 0 0 20px 0;
}
#info ul li {
    float: left;
    width: 230px;
    margin: 0 10px 10px 0;
}
#info ul li:last-child {
    margin: 0 0px 10px 0;
}
#info .Box01 ul li img {
	border: 1px solid #333;
}
.Box01 {
	margin-bottom: 20px;
}

/* pannfu */
.info_btn {
    margin: 0 auto;
    text-align: center;
}