@charset "utf-8";

html{ font-size: 62.5% !important; }
html,
body{
	overflow:auto;
}
body{
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #F5F5F5;
	position: relative;
	-webkit-text-size-adjust: none;
}
a:link{ text-decoration: none; }
a:visited{ text-decoration: none; }
a:hover{ text-decoration: none; }
img{
	height: auto;
	vertical-align: top;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#contents{ margin: 0 10px; }
.clearBox:before,
.clearBox:after {
    content: "";
    display: table;
}
.clearBox:after { clear: both; }
.clearBox { *zoom: 1; }
.container{
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
/*
flexアイテムの改行
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
*/
}
/* クリアボックス */
.colbox{
	height: auto;
	overflow: hidden;
}

/* ---------------------------------------------------------
   ヘッダー
---------------------------------------------------------*/
header{
    margin-bottom: 10px;
    padding: 5px 10px 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #359FF4;
	border-bottom: 1px solid #FFF;
	box-shadow: 0 1px 5px  rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 5px  rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 5px  rgba(0, 0, 0, 0.4);
}
header h1{
    padding-top: 3px;
    float: left;
}
header h1 img{ height: 30px; }

header a#menu{
    float: right;
    width: 35px;
    height: 35px;
    background: #FFF url(../_common/header_menu.png) no-repeat right center;
    background-size: contain;
    border: 2px solid #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
}
nav#menu ul li a span{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
nav#menu ul li{
	padding-left: 15px;
}
nav#menu ul li.pc{
	background: url(../_common/nav_pc.png) no-repeat 10px center;
	background-size: 20px;
}
nav#menu ul li.ski{
	background: #555 url(../_common/nav_ski.png) no-repeat 10px center;
	background-size: 20px;
}
nav#menu ul li.mypage{
	background: #09F url(../_common/nav_mypage.png) no-repeat 10px center;
	background-size: 20px;
}
nav#menu ul li.ql{
	background: #555 url(../_common/icon_ql.png) no-repeat 10px center;
	background-size: 20px;
}

/* ---------------------------------------------------------
   メニュー
---------------------------------------------------------*/
nav#menu ul li:not(.pc) a span{
	display: table-cell;
	padding: 2px 5px !important;
}
nav#menu ul li span.day{
	padding: 5px 10px;
	font-weight: bold;
	color: #FFF;
	background: #F29600;
	border-radius: 5px;
}
nav#menu ul li span.ngt{
	padding: 5px 10px;
	font-weight: bold;
	color: #FFF;
	background: #1D2087;
	border-radius: 5px;
}



#mobMenu{ background: #FFF; }
#mobMenu dl{
	line-height: 1.0;
	border-bottom: 1px solid #8CC7F8;
	width: 100%;
	margin: 0;
	padding: 0;
	border-top: 3px solid #0183F0;
}
#mobMenu dl dt{
	padding: 10px 0;
	border-bottom: 1px solid #FFF;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #F00;
	background: #B5E5FC;
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #FBFFFF),
		color-stop(1.00, #B5E5FC)
	);
	background: linear-gradient(
		to bottom,
		#FBFFFF 0%,
		#B5E5FC 100%
	);
}
#mobMenu dl dd{
	padding: 8px 0 8px 10px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	border-top: 1px solid #0183F0;
	background: #DAF3FE;
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #FFF),
		color-stop(1.00, #DAF3FE)
	);
	background: linear-gradient(
		to bottom,
		#FFF 0%,
		#DAF3FE 100%
	);
}
#mobMenu dl dd a{
	display: block;
	color: #0066FF;
}
#mobMenu dl dd a::before{
	content: "";
	display: block;
	position: absolute;
	border-right: 3px solid #06F;
	border-bottom: 3px solid #06F;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 10px;
}

/* ---------------------------------------------------------
   コンテンツ
---------------------------------------------------------*/
p#titPct{
	margin-bottom: 20px;
	text-align: center;
}
p#titPct img{ width: 100%; }
#contents h1#title{
	margin: 1em 0;
	padding: 10px 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	border: 1px solid #FFF;
	border-radius: 5px;
	background: #0183F0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
#contents h1#title span{
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}
section{ margin-bottom: 2em; }
section h1{
	margin-bottom: 1em;
	padding: 8px 0 8px 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
	border-top: 3px solid #0183F0;
	background: #B5E5FC;
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(0.00, #FBFFFF),
		color-stop(1.00, #B5E5FC)
	);
	background: linear-gradient(
		to bottom,
		#FBFFFF 0%,
		#B5E5FC 100%
	);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
section h1::before{
	content: "";
	border-left: 5px solid #8CC7F8;
	padding-right: 3px;
}

#footMenu{
	margin: 0 10px 2em 10px;
	border: 1px solid #B5E5FC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#footMenu h1{
	margin-bottom: 0.5em;
	padding: 3px 0;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #0183F0;
	background: #B5E5FC;
	border-radius: 3px 3px 0 0;
	border-top: none;
	box-shadow: none;
}
#footMenu h1::before{
	content: "";
	border-left: none;
	padding-right: 0;
}
#footMenu dl{
	margin: 10px 10px 5px 10px;
	text-align: center;
	letter-spacing: -0.3em;
}
#footMenu dl dt{
	margin-top: 5px;
	font-weight: bold;
	color: #0183F0;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: normal;
}
#footMenu dl dd{
	margin: 5px 0 0 -1px;
	display: inline-block;
	padding: 0 5px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #ADADAD;
	letter-spacing: normal;
}
#footMenu dl dd a{
	display: block;
	font-weight: normal;
}

#pagetop{
	margin-bottom: 1em;
	padding: 6px 10px 0;
	font-size: 12px;
	font-size: 1.2rem;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
p#pgTop{
    float: right;
	padding-top: 6px;
}
p#pgTop a{
	padding-left: 15px;
	color: #333;
	background: url(../_common/btn_pgtop.png) no-repeat center left;
	background-size: 13px 13px;
	-webkit-background-size: 13px 13px;
}
a.back{
	background: url(../_common/btn_back.jpg) no-repeat;
	background-size: 50px 25px;
	-webkit-background-size: 50px 25px;
	text-align: center;
	width: 50px;
	height: 25px;
	color:#333;
	display:inline-block;
	padding:6px 0 0 5px;
}


dl#tel{
	padding: 0 10px 1em;
	text-align: center;
}
dl#tel dt{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	color: rgba(255,0,0,1);
}

/* ---------------------------------------------------------
   フッター
---------------------------------------------------------*/
footer{
	padding: 10px 0 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	border-top: 3px solid #1d8fe9;
	background: #DAF3FE;
	background: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(1.00, #FFF),
		color-stop(0.00, #DAF3FE)
	);
	background: linear-gradient(
		to bottom,
		#FFF 100%,
		#DAF3FE 0%
	);
}
footer dl{
	margin: 0 10px;
	margin-bottom: 0.5em;
}
footer dl#info{
	border-bottom: 1px solid #DADADA;
	letter-spacing: -0.4em;
}
footer dl#info dt{
	font-weight: bold;
	letter-spacing: normal;
}
footer dl#info dd{
	display: inline-block;
	border-width: 0 1px;
	border-style: solid;
	border-color: #CCC;
	letter-spacing: normal;
	margin-bottom: 0.5em;
	letter-spacing: normal;
}
footer dl#info dd a{
	display: block;
	padding: 0 5px;
	color: #666;
	font-weight: normal;
}
footer aside p#rado{ padding: 5px 0; }
footer aside p#add{
	margin-bottom: 0.5em;
}
footer small{
	display: block;
	padding: 10px;
	color: #FFF;
	background: #359FF4;
	font-family: 'Lucida Grande', 'メイリオ', Meiryo, sans-serif;
}

@media screen and (min-width:600px) and (max-width:960px){

}

@media screen and (max-width:480px){


}