@charset "utf-8";
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

body {
font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","メイリオ", "Meiryo", "游ゴシック", YuGothic,  sans-serif;
color: #333;
}
* { box-sizing: border-box;}
a{text-decoration: none; color:#000; transition:ease-in 0.2s;}
a:hover{}
.container{width:100%;position: relative;}

img{vertical-align:bottom;}
.left{float:left;}
.right{float:right;}
strong {font-weight: bold;}

input, button, textarea, select {	border:none;}
input{padding: 10px 4px ;background: #fff;}
select{	
	padding: 10px;
	border: 1px solid #999;
	background: #fff;
}
label{
    cursor:pointer;
}
select[disabled], input[type="text"][disabled] {
	background: rgba(128, 128, 128, 0.5);
}

/*
--------------------------------------------------
	header
-------------------------------------------------- */
header h1 a#logo {
	display: block;
	text-indent: -9999px;
}
/*
-----------------------------------------------
	navigation
----------------------------------------------- */

/*
-----------------------------------------------
	Reservation area
----------------------------------------------- */
#reservation_area {
	background: #ebebeb;
	color: #3c3c3c;
}
#reservation_area .inner {
	margin: 0 auto;
}
#reservation_area .inner-inner.clearfix {}
#reservation_area h3.search_title {
	text-indent: -9999px;
}
input.datepicker{width:80%;}
#reservation_area .searchBtns li{float:left;}
#reservation_area .searchBtns li.pulldownWrap{width: 100px;}
#reservation_area .searchBtns li.btn_submit{width: 160px; margin-top: 10px;}
#reservation_area .searchBtns li.btn_submit.sp {    display: none;}
#reservation_area .searchBtns p.texttop{}
#reservation_area .searchBtns p.textbottom{margin:10px 0 0 0}
#reservation_area li.box_day { width: 230px;}
#reservation_area .pulldown01, #reservation_area .pulldown02{width: 90px;}
#reservation_area input#datepicker {
	background-size: 20px;
	border: 1px solid #aba290;
}
#reservation_area input, #reservation_area select {
	padding:6px;
	border: none;
	border: 1px solid #aba290;
}
#reservation_area .btnToday{display:none;}
#reservation_area .btn_submit input.search {
	width: 100%;
	background: #000;
	color: #fff;
	border-radius: 6px;
	height: 70px;
margin: 0 0 10px 0;
transition: ease-in-out 0.2s;
font-size: 24px;
	letter-spacing: 0.5em;
	}
#reservation_area .btn_submit input:hover { cursor: pointer; background:gray;}
input.buttonCancel {
	font-size: 12px;
	height: 30px;
	padding: 0;
	width: 100%;
	border-radius: 4px;
	}
.search_btn01, .search_btn02, .search_btn03, .search_btn04, .search_btn05, .search_radio {
	float: left;
	font-size: 14px;
	vertical-align: top;
	padding-right: 18px;
	text-align: left;
	margin-top: 20px;
	margin-right: 20px;
}
.search_btn01 ul {	width: 200px;}
.search_btn02 ul { width: 70px;}
search_btn03 ul{ width: 70px;}
.search_btn04 ul { width: 80px;}
.search_radio input {
	vertical-align: middle;
	margin-right: 4px;
}
.search_radio p { font-size: 13px;}
.search_btn05{padding-right:0; }
p.reservetitle {
	border-left: 6px solid #253f6a;
	padding-left: 8px;
	margin: 0 0 8px 0;
	line-height: 14px;
}
#reservation_area input.button {
	background: #253f6a url(../img/arrow_w.png)no-repeat center right 8px;
	background-size: 8px;
	color: #fff;
	letter-spacing: 0.2em;
	transition: ease-in-out 0.2s;
	border: none;
}
#reservation_area input.button:hover{
	background:#253f6a url(../img/arrow_w.png)no-repeat center right 8px;
	color:#fff; 
	background-size: 8px;
	opacity:0.8;
}
#reservation_area input.button.btn_cancel {
	font-size: 14px;
	letter-spacing: 0em;
	background-image: none;
	background-color: #585858;
	margin-top: 10px;
}
.bottom_menu {background: #d1d6de;font-size:0; }
.bottom_menu ul {
	text-align: center;
}
.bottom_menu li {
	display: inline-block;
	font-size: 14px;
	background: url(../img/bottomMenu_line.png)no-repeat right center;
}
.bottom_menu li:first-child {
	background: url(../img/bottomMenu_line.png)no-repeat left center, url(../img/bottomMenu_line.png)no-repeat right center;
}
.bottom_menu li a {
	display: block;
	padding: 6px 20px;
}

/*チェックボックス*/
.checktext , .checktext2{
	margin-top: 4px;
	font-size: 12px;
	display: inline-block;
}
.checkA {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: button;
	appearance: button;
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	vertical-align: middle;
}

.checkA:checked::after {
	position: absolute;
	content: "";
	top: 0px;
	left: 4px;
	width: 4px;
	height: 10px;
	border-right: 4px solid #009933;
	border-bottom: 4px solid #009933;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*
--------------------------------------------------
	Page structure
-------------------------------------------------- */
#page-detail .content {
	overflow: hidden;
}
.column-inner {
	border-bottom: 1px dotted #939393;
	padding: 0 0 10px 0;
}
.column-inner p {
	margin: 10px 0;
}
.column-inner h3:before {
	content: "";
	border-left: 4px solid #345c9f;
	margin-right: 10px;
}
.column-inner h3 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #345c9f;
}
.column-inner h4 {
}
.column .column-inner:last-child {
	border: none;
}
.column-inner table {
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;}
.column-inner table th,
.column-inner table td {
	padding		: 8px;
	border		: solid #a0a0a0;
	border-width	: 0 1px 1px 0;
}
.column-inner table th {
	background	: #efefef;
}


/* Photos */
.photos-right {
	float: right;
	margin-left: 30px;
}
.photos-left {
	float: left;
	margin-right: 30px;
}
.plandetail-left {
	margin-left: 30px;
}
.plandetail a {}
.plandetail a:hover {  text-decoration:underline; }
.photos-center{ width: 100%; text-align: center; margin-bottom: 10px;}
.photos-center img { width: 100% !important; height:auto; }
.photos-conformity  { margin: 0 auto;}
.photos-conformity-left { margin: 10px 0 0 0;}
.photos-conformity-left > div { margin-right: 10px;}
.photos-conformity-left > div:last-of-type { margin-right: 0;}
.photos-conformity-right  { margin: 0;margin:0 0 20px 0;}
.photos-conformity-center { margin: 0 auto;}

.photos-conformity:after,
.photos-conformity-left:after,
.photos-conformity-right:after,
.photos-conformity-center:after{
	content: "";
	clear: both;
	display: block;
}
.photos-conformity div,
.photos-conformity-left div,
.photos-conformity-right div,
.photos-conformity-center div { float: left;}

.photos-conformity div:last-child,
.photos-conformity-left div:last-child,
.photos-conformity-right div:last-child,
.photos-conformity-center div:last-child { margin: 0;}

.photos img,
.photos-left img,
.photos-right img,
.photos-top img,
.photos-top-headline img,
.photos-center img,
.photos-conformity img,
.photos-conformity-left img,
.photos-conformity-right img,
.photos-conformity-center img { vertical-align: bottom; /*margin-bottom:10px;*/ }

.photos .caps,
.photos-left .caps,
.photos-right .caps,
.photos-top .caps,
.photos-center .caps,
.photos-conformity .caps,
.photos-conformity-left .caps,
.photos-conformity-right .caps,
.photos-conformity-center .caps ,
.photos-left-headline .caps,
.photos-right-headline .caps,
.photos-top-headline .caps{  padding-top: 10px; display: block;}

.plandetail a { color: #0077e0;}

/* List */
.column-inner ul {
	padding: 0;
	list-style: disc;
}
.column-inner ul.disc {
	list-style: disc;
	padding: 0 0 0 18px;
}

/*
--------------------------------------------------
	最新情報
-------------------------------------------------- */
#news .column-inner {
	padding: 0;
	margin: 0;
	overflow: hidden;
	border: none;
}
#news .plandetail {
	height: 60px;
	line-height: 60px;
}
#news .column-inner h3 {
	border: none;
	border-top: 1px solid #000;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#news .column:last-child .plandetail  {
	border-bottom: 1px solid #000;
}
#news .column-inner h3 a {
	display: block;
	text-decoration: none;
	background: url(../img/arrow_news.png)no-repeat right center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
}
#news .column-inner h3 a:hover {
	opacity: 0.4;
}
#news .column-inner h3:before {
	border: none;
	margin: 0;
}
article.news h2 {
	font-size: 24px;
	text-align: center;
	line-height: 70px;
	height: 70px;
	border-bottom: 1px solid #000;
	margin: 0 0 40px 0;
}
.news .articleWrap article {float:left;width: 300px;margin-right:30px;position:relative;}
.news .articleWrap article:last-of-type{margin-right:0px; }
.news .articleWrap article a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1;
}
.news .articleWrap article a:hover{background:rgba(0, 0, 0, 0.2);}
.news .recentPost h3{font-weight:bold; height: 70px; font-size:16px;}
.news .articleWrap p.detailBtn{
	padding: 10px 0;
	background: #fff url(../img/arrow.png)no-repeat right 6px center;
	background-size: 14px;
	border: 1px solid #333;
	color: #000;
	text-align: center;
	text-decoration: none;
	width: 100%;
	margin: 20px 0;
}
.news .articleWrap p.detailBtn:hover{
	background: #fff url(../img/arrow.png)no-repeat right 6px center;
	background-size: 14px;
}

/*more button*/
article.news .more {margin-top: 20px;}
article.news .more .button {}
article.news .more a {
	display: block;
	background: #333 url(../img/arrow_w.png)no-repeat right 8px center;
	background-size: 14px;
	border: 1px solid #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	width: 380px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
article.news .more a:hover{
	border:1px solid #000;
	color: #000;
	background: #fff url(../img/arrow.png)no-repeat right 6px center;
	background-size: 14px;
}

#entries { margin: 20px 0; padding: 0;}
#entries div.column{ margin: 0; padding: 0;}

/*news詳細*/
span.new {
	color: #fff;
	background: #c30000;
	padding: 0 5px;
	border-radius: 4px;
	margin: 0;
}

/*すべての記事を見るボタン*/
.more			{ margin: 10px 0 !important; clear: both;}
.more a {
	background: #253f6a url(../img/arrow_w.png) no-repeat right 12px center;
	background-size: 8px;
	color: #fff !important;
	text-decoration: none !important;
	display: block;
	text-align: center;
	width: 340px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 0 auto;
}
.more a:hover	{ 
text-decoration: none;
background:#1e53a1 url(../img/arrow_w.png) no-repeat right 4px center;
background-size: 12px;
opacity:0.8;

}

.more:after		{ content: ""; display: block; clear: both;}

/*詳しく見るボタン*/
p.statement_link {
	margin: 10px auto;
}
p.statement_link a {
	width: 100%;
	margin: 10px auto 30px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #253f6a;
	display: block;
	text-align: center;
	color: #253f6a;
}


/* Tabs Contents */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {
	/* Use class for showing/hiding tab content,
	so that visibility can be better controlled in different media types... */
	.ui-tabs-hide { display: none;}
}
/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav { display: none;}
}

ul.ui-tabs-nav {
	width		: 100%;
	height:70px;
}
ul.ui-tabs-nav li { float: left;position:relative;}
ul.ui-tabs-nav li a {
    width: 230px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px 0 0;
    padding-top: 0px;
    display: block;
    float: left;
    background: #d6d6d6;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}

/* Tab Style */
ul.ui-tabs-nav li#entries-tab-recommend a{}
ul.ui-tabs-nav li#entries-tab-recommend a:hover { }
ul.ui-tabs-nav li#entries-tab-recommend.ui-tabs-selected a  {
    background: #000000;
    color: #fff;
}

ul.ui-tabs-nav li#entries-tab-restaurant a{ }
ul.ui-tabs-nav li#entries-tab-restaurant a:hover { }
ul.ui-tabs-nav li#entries-tab-restaurant.ui-tabs-selected a  {
    background: #000000;
    color: #fff;
}

ul.ui-tabs-nav li#entries-tab-news a {background: #d6d6d6;     background-position: bottom center; }
ul.ui-tabs-nav li#entries-tab-news a:after {
	    position: absolute;
    content: "";
    width: 230px;
    height: 10px;
    bottom: -10px;
    left: 0;
    display: block;
}
ul.ui-tabs-nav li#entries-tab-news.ui-tabs-selected a {
    background: #000000 ;
    color: #fff;
}
/*選択時の三角*/
ul.ui-tabs-nav li#entries-tab-news.ui-tabs-selected:after,
ul.ui-tabs-nav li#entries-tab-recommend.ui-tabs-selected:after,
ul.ui-tabs-nav li#entries-tab-restaurant.ui-tabs-selected:after {
    content: "";
    position: absolute;
    background: url(../img/tab_arrow.png)no-repeat center bottom;
    width: 230px;
    height: 10px;
    bottom: -10px;
    left: 0;
    display: block;
}
/*hover*/
ul.ui-tabs-nav li#entries-tab-news a:hover,
ul.ui-tabs-nav li#entries-tab-recommend a:hover,
ul.ui-tabs-nav li#entries-tab-restaurant a:hover  {
    opacity: 0.5;
}

/*
--------------------------------------------------
	ギャラリー表示
-------------------------------------------------- */

/* Small-160px */
.imagesurfingsmall {
	width		: 164px;
	height		: auto;
	text-align	: center;
	overflow	: hidden;
}
.imagesurfingsmall ul { width: 160px; margin: 0 auto;}
.imagesurfingsmall ul li { width: 40px; padding: 1px 0 0 0; margin: 0; float: left; list-style: none;}
.imagesurfingsmall ul li a {
	width		: 40px;
	height		: 30px;
	border		: none;
	border-bottom	: 4px solid #DECBA6;
	display		: block;
	float		: left;
	outline		: none;
	overflow	: hidden;
}
.imagesurfingsmall img {
	width		: auto;
	height		: 120px;
	text-align	: center;
	vertical-align	: bottom;
}
.imagesurfingsmall ul li img {
	width		: 39px;
	height		: 29px;
	margin		: 0;
	padding		: 0;
	background	: #FFF;
	border-right	: 1px solid #FFF;
}
.imagesurfingsmall ul li a.imagesurfing-selected {
	border-bottom	: 4px solid #BB471F;
}
.imagesurfingsmall p.imagesurfing-caption {
	margin		: 0 !important;
	padding		: 3px 0;
	font-size	: 10px;
	line-height	: 1.2;
}


/* Normal-220px */
.imagesurfingnormal {
	width		: 224px;
	height		: auto;
	text-align	: center;
	overflow	: hidden;
}
.imagesurfingnormal ul { width: 220px; margin: 0 auto;}
.imagesurfingnormal ul li { width: 55px; padding: 1px 0 0 0; margin: 0; float: left; list-style: none;}
.imagesurfingnormal ul li a {
	width		: 55px;
	height		: 42px;
	border		: none;
	border-bottom	: 4px solid #dcdcdc;
	display		: block;
	float		: left;
	outline		: none;
	overflow	: hidden;
}
.imagesurfingnormal img {
	width		: auto;
	height		: 165px;
	text-align	: center;
	vertical-align	: bottom;
}
.imagesurfingnormal ul li img {
	width		: 54px;
	height		: 41px;
	margin		: 0;
	padding		: 0;
	background	: #FFF;
	border-right	: 1px solid #eee;
}
.imagesurfingnormal ul li a.imagesurfing-selected {
	border-bottom	: 4px solid #5f5f5f;
}
.imagesurfingnormal p.imagesurfing-caption {
	margin		: 0 !important;
	padding		: 3px 0;
	font-size	: 10px;
	line-height	: 1.2;
}


/* Large-280px */
.imagesurfinglarge {
	width		: 284px;
	height		: auto;
	text-align	: center;
	overflow	: hidden;
}
.imagesurfinglarge ul { width: 280px; margin: 0 auto;}
.imagesurfinglarge ul li { width: 70px; padding: 1px 0 0 0; margin: 0; float: left; list-style: none;}
.imagesurfinglarge ul li a {
	width		: 70px;
	height		: 53px;
	border		: none;
	border-bottom	: 4px solid #DECBA6;
	display		: block;
	float		: left;
	outline		: none;
	overflow	: hidden;
}
.imagesurfinglarge img {
	width		: auto;
	height		: 210px;
	text-align	: center;
	vertical-align	: bottom;
}
.imagesurfinglarge ul li img {
	width		: 69px;
	height		: 52px;
	margin		: 0;
	padding		: 0;
	background	: #FFF;
	border-right	: 1px solid #FFF;
}
.imagesurfinglarge ul li a.imagesurfing-selected {
	border-bottom	: 4px solid #BB471F;
}
.imagesurfinglarge p.imagesurfing-caption {
	margin		: 0 !important;
	padding		: 3px 0;
	font-size	: 10px;
	line-height	: 1.2;
}

/* Move */
.move{
	position: fixed;
	right: 50%;
	margin-right: -620px;
	bottom:30px;
	z-index: 2;
 }
.move ul li a {
	width: 60px;
	height: 60px;
	background: #253f6a url(../img/pagetop.png) no-repeat center center;
	display: block;
	text-indent: -9999px;
	background-size: 60px;
}
.move ul li a:hover{
	background:#253f6a url(../img/pagetop.png) no-repeat center center; 
	background-size: 60px;
}
/*stop*/
.move.stop a {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

/*
--------------------------------------------------
	トップページ　テンプレート以外
------------------------------------------------- */
/*
--------------------------------------------------
	イベント情報
-------------------------------------------------- */
.heading {
	text-align: center;
	margin: 0 0 40px 0;
}
.heading h3 {
	font-size: 30px;
	color: #193f99;
}
.heading p {
	color: #515151;
	font-size: 22px;
}

/*
--------------------------------------------------
	魅力
-------------------------------------------------- */
.appeal {
	background: #f0ece4;
}
.appeal .heading h3 {
	background: url(../img/appealLogo.png)no-repeat center top;
}
.wrap01, .wrap02 {
	position: relative;
}
.wrap01 a, .wrap02 a {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left:0;
}

/*
--------------------------------------------------
	バナーエリア
------------------------------------------------- */
#bannerArea {
	background: #ececec;
}

#bannerArea li{float:left;}
#bannerArea li:last-child{margin-right:0px;}
#bannerArea li img {
	width: 100%;
}

/*
--------------------------------------------------
	Bread crumbs
-------------------------------------------------- */
.breadcrumbs {
	width: 100%;
}
.breadcrumbs ul	   { }
.breadcrumbs ul li { display: inline;}
.breadcrumbs ul li:before { content: "＞"; padding: 0 6px;}
.breadcrumbs ul li:first-child:before { content: "";}


/*
--------------------------------------------------
	フッタ
------------------------------------------------- */
footer {
	width: 100%;
	position: relative;
	text-align: center;
}
footer h4 {
	
}
.information-access {
}
footer .copyright {
	background: #1d3767;
	text-align: center;
	color: #fff;
	width: 100%;
}
.fnav {
	bottom: 40px;
}
.fnav li {
	display: inline-block;
	margin: 0 22px;
	margin-bottom: 20px;
}
p.tel {
	background: url(../img/header_tel.png)no-repeat center left;
}

/*
--------------------------------------------------
	トップページ　テンプレート以外
------------------------------------------------- */

/*
--------------------------------------------------
	トップ組み合わせ画像エリア
------------------------------------------------- */
/*area of all*/
.topinfo a {
	display: block;
}
.topinfo img {
	width: 100%;
	vertical-align: text-bottom;
}
.topinfo .area04 img {
	height: 100%;
	width: auto;
}
.area01, .area02,.area03, .area04,.area05, .area06, .area07, .area08,.area09, .area10 {
	position: relative;
}
.area01 span, .area02 span ,.area03 span, .area04 span ,.area05 span, .area06 span ,.area07 span, .area08 span ,.area09 span, .area10 span {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 250px;
}
.area04 span {
	line-height: 500px;
}
.area06 a {
	width: 100%;
	height: 100%;
	transition: 0s;
}
.area10 span {
	line-height: 30px;
	padding-top: 100px;
}
.area01 span:hover, .area02 span:hover,
.area03 span:hover, .area04 span:hover,
.area05 span:hover, .area06 span:hover,
.area07 span:hover, .area08 span:hover,
.area09 span:hover, .area10 span:hover{background:rgba(0, 0, 0, 0.3);}
.topinfo span {
	text-shadow: 0px 0px 4px #000000, 0px 0px 6px #000000, 0px 0px 6px #000000;
	color: #fff;
	transition: ease-in 0.2s;
}
/*プライバシーポリシー*/
.pp a {
	display: block;
	width: 252px;
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(../img/arrow_b.png)no-repeat center right 6px;
	background-size: 10px;
}


/*
--------------------------------------------------
	下層　テンプレート
------------------------------------------------- */
.heading h3.category {
	border-bottom: 1px solid #253f6a;
	padding: 4px;
	text-align: center;
	font-weight: bold;
	background: transparent !important;
	color: #253f6a !important;
}
.column-inner .heading h3.category:before{border:none;}
.heading h4.subcopy{font-size:16px;}

/*
--------------------------------------------------
	下層テンプレート以外
-------------------------------------------------- */

/*
--------------------------------------------------
	客室(room)
-------------------------------------------------- */
#page-room .text{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Times New Roman', serif;}
.reserveBtn {
	margin-top: 10px;
}
.reserveBtn ul {
	list-style: none;
}
.reserveBtn li a {
	background: #253f6a;
	text-align: center;
	display: block;
	color: #fff;
}



/*
--------------------------------------------------
	新千歳空港温泉(onsen)
-------------------------------------------------- */

/*
--------------------------------------------------
	レストラン(restaurant)
-------------------------------------------------- */
.schones_logo {
	background: #a17341;
}
.column-inner table.hours th, .column-inner table.hours td {
	border-left: none;
	border-right: none;
}

.column-inner table.hours {
	border-left: none;
}

/*
--------------------------------------------------
	新千歳空港直結(airterminal)
-------------------------------------------------- */

.intro img {
	width: 100%;
}

#page-airterminal .intro,#page-onsen .intro {
	position: relative;
}
#page-onsen .maincopy{font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Times New Roman', serif;}
#page-airterminal .intro .text ,#page-onsen .intro .text {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 'Times New Roman', serif;
}
#page-airterminal .intro img,#page-onsen .intro img{width:100%;}

/*
--------------------------------------------------
	アクセス(access)
-------------------------------------------------- */

/*
--------------------------------------------------
	FAQ(question)
-------------------------------------------------- */
#page-question .column-inner h3 {
	color: #253f6a;
}
#page-question h3:before {
    content: "Q";
    font-size: 19px;
    font-weight: bold;
    margin: 4px 6px 4px 0;
    background: #253f6a;
    color: #fff;
    width: 26px;
    height: 26px;
	line-height: 26px;
    display: inline-block;
    text-align: center;
    border-left:0;
}
#page-question ul.ans:before {
    content: "A";
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    background: #d1d6de;
    color: #253f6a;
    width: 26px;
    height: 26px;
	line-height: 26px;
    display:inline-block;
    text-align: center;
}
ul.ans li{
	padding-left: 40px;
	margin-top: -30px;
	min-height: 30px;
}
#page-question ul.ans {
	list-style: none;
	padding: 0;
}

/*
--------------------------------------------------
	施設のご案内(information)
-------------------------------------------------- */

/*
--------------------------------------------------
	プライバシーポリシー(privacy_policy)
-------------------------------------------------- */

/*
--------------------------------------------------
	フォトギャラリー(photogallery)
-------------------------------------------------- */

/*
--------------------------------------------------
	遅い時間に到着されるお客様へ(arrivelate)
-------------------------------------------------- */

/*
--------------------------------------------------
	周辺観光(sightseeing)
-------------------------------------------------- */

/*
--------------------------------------------------
	サイトマップ
-------------------------------------------------- */
#sitemap .column-inner ul ul {
	padding: 0 0 0 20px;
}