@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
a:link    {
	color: #0093CF;
}
a:active  {
	text-decoration: none;
	color: #0093CF;
}
a:visited {
	color: #0093CF;
	text-decoration: none;
}
a:hover {
	color: #F60;
	text-decoration: none;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
    height: auto;
}
a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.imgl {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.imgr {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
.clear { clear: both; }

input {
	font-family:Arial, Helvetica, sans-serif;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.txt_form_zenkaku {
  ime-mode: active;
}
.txt_form_hankaku {
  ime-mode: inactive;
}
.sp_head_area {
	display: none;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
}
#page-top a {
	text-decoration: none;
	width: 100px;
	padding: 0px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
}
/*toppage slider*/
/** RESET AND LAYOUT
===================================*/
#topslide {
	padding: 0px;
	clear: both;
	width: 100%;
	margin: 0px;
	position: relative;
	z-index: 1;
}
#topslide #slider8 div {
	position: relative;
}
#topslide #slider8 div .phototext {
	font-size: 18px;
	color: #FFF;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 530px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	background-color:rgba(0,0,0,0.50);
	width: 100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	height: 30px;
	text-align: center;
}
#topslide #slider8 div .phototext strong {
	font-size: 30px;
	color: #FFF;
}


/* スライドショー */
#slider {
    overflow:hidden;
    position:relative;
    width:100%;
}

#sliderInner {
    position:relative;
    left:50%;
    width:2685px;
    margin-left:-1342px;
}
#sliderInner li {
    width:895px;
}

#slideFilterL, #slideFilterR {
    position:absolute;
    top:0;
    width:895px;
    height:250px;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
    background:#fff;
}
#slideFilterL {
    left:0;
}
#slideFilterR {
    right:0;
}

.bx-wrapper {
    margin:0 auto;
    position:relative;
}

.bx-wrapper .bx-pager {
    margin:0 auto;
    width:895px;
    background:#fff;
}

/* コントローラー */
.bx-wrapper .bx-prev {
    left:1035px;
    background:url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right:1035px;
    background:url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position:0 0;
}

.bx-wrapper .bx-next:hover {
    background-position:-43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:109px;
    outline:0;
    width:32px;
    height:32px;
    text-indent:-9999px;
    z-index:9999;
}

/* ページャー */
.bx-wrapper .bx-pager {
    padding-top:20px;
    text-align:center;
    font-size:.85em;
    font-family:Arial;
    font-weight:bold;
    color:#666;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:inline-block;
    *zoom:1;
    *display:inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    display:block;
    width:10px;
    height:10px;
    margin:0 5px;
    outline:0;
    text-indent:-9999px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;;
    background:#666;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#000;
}

/* toppage slider end */

/*sp menu*/
.sp_head_area {

}
.sp_head_area #header_sp {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sp_head_area #header_sp h1 {
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.sp_head_area #header_sp p {
	font-size: 12px;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #EC8026;
}
.sp_head_area #menu h1 {
	text-align: center;
}

.sp_head_area #menu #gmenu_sp {
	margin: 10px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #EF7D1D;
}
.sp_head_area #menu #gmenu_sp li {
	font-size: 14px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E9832E;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-type: none;
}


#button{
width: 46px;
height:46px;
display: block;
position:absolute;
position:fixed;
top: 0px;
left: 0px;
z-index: 9999;
}
#button span {
width: 24px;
height: 2px;
display: block;
background: #696969;
position: absolute;
left: 9px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
}
#button span:first-child {
top: 15px;
}
#button span:nth-child(2) {
margin-top: -1px;
top: 50%;
}
#button span:last-child {
bottom: 15px;
}
#menu{
	width:98%;
	background:#fff;
	display:none;
	top:46px;
	z-index:9999;
	border-top-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EC8026;
	border-bottom-width: 10px;
	border-bottom-color: #ED7E22;
	margin: 0px;
	padding-top: 0%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
	position: relative;
}
#header {
	background-image: url(../img_common/bg_head.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
#header h1  {
	font-size: 10px;
	color: #FFF;
	background-color: #0099ff;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#header .head {
	padding: 0px;
	clear: both;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header .head .head_left {
	margin: 0px;
	float: left;
	width: 581px;
	padding-top: 27px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header .head .head_right {
	margin: 0px;
	float: right;
	width: 275px;
	text-align: right;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
#header .head .head_right .head_tel {
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#header .head #gmenu {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#header .head #gmenu .gmenulist {
	margin: 0px;
	font-size: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}
#header .head #gmenu .gmenulist li {
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	float: left;
}
.submenu {
	visibility: hidden;
	position: absolute;
	z-index: 3;
	width: 180px;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
	background-color: rgba(255,255,255,0.8);
	padding: 10px;
}

.submenu a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #333333;
	width: 160px;
	font-size: 14px;
	text-indent: 0px;
	padding: 10px;
}

.submenu a:hover {
	color: #FFF;
	background-color: #09F;
}


#pankuzu {
	background-color: #09F;
}
#pankuzu .pankuzulist {
	clear: both;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#pankuzu .pankuzulist li {
	font-size: 12px;
	color: #FFF;
	display: inline;
	list-style-type: none;
}
#pankuzu .pankuzulist li a:link    {
	color: #FFF;
	text-decoration: none;
}
#pankuzu .pankuzulist li a:active  {
	text-decoration: none;
	color: #FFF;
}
#pankuzu .pankuzulist li a:visited {
	color: #FFF;
	text-decoration: none;
}
#pankuzu .pankuzulist li a:hover {
	color: #FC0;
	text-decoration: none;
}
#topcontents {
	clear: both;
	width: 895px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topcontents .topcontwaku {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#topcontents .topcontwaku h2 {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
#topcontents .topcontwaku .tcw_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 438px;
}
#topcontents .topcontwaku .tcw_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 438px;
}
#topcontents .topcontwaku .tcw_right .top_calendar {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#topcontents .topcontwaku .tcw_right .top_calendar p {
	font-size: 14px;
	line-height: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	text-align: center;
}
#topcontents .topcontwaku .tcw_right .top_calendar .top_calendar1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
#topcontents .topcontwaku .tcw_right .top_calendar .top_calendar2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 200px;
}

#topcontents .topcontwaku .tcw_right .top_bn_waribiki {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#topcontents .topcontwaku .tcw_right .top_bn_waribiki .tbw_left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 208px;
}
#topcontents .topcontwaku .tcw_right .top_bn_waribiki .tbw_right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 208px;
}
#topcontents .topcontwaku .top_tuneup  {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#topcontents .topcontwaku .top_tuneup p  {
	font-size: 14px;
	line-height: 24px;
}

#topcontents .topcontwaku .top_tuneup .bt  {
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#topcontents .bn_souryou {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}




.top_submenu  {
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.top_submenu .topsubmenu_list  {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.top_submenu .topsubmenu_list li  {
	display: inline;
	margin-right: 4px;
	margin-left: 4px;
}
.bn_area1 {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	width: 895px;
}
.bn_area1 .bn_area1left {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 440px;
}
.bn_area1 .bn_area1right {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 440px;
}
.bn_area2 {
	padding: 0px;
	clear: both;
	width: 802px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.bn_area2 img {
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
}


#footer {
	background-color: #FFF;
	background-image: url(../img_common/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	clear: both;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #0097D4;
}
#footer .footer_area {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
}
#footer .footer_area a:link    {
	color: #333;
	text-decoration: none;
}
#footer .footer_area a:active  {
	text-decoration: none;
	color: #333;
}
#footer .footer_area a:visited {
	color: #333;
	text-decoration: none;
}
#footer .footer_area a:hover {
	color: #0093CF;
	text-decoration: none;
}
#footer .footer_area .footer_menu_list {
	text-align: center;
	margin: 0px;
	clear: both;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 200px;
	padding-left: 0px;
}
#footer .footer_area .footer_menu_list li {
	font-size: 14px;
	display: inline;
	list-style-type: none;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 14px;
}
#footer .footer_area p {
	font-size: 16px;
	line-height: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 27px;
	color: #930;
}
address {
	font-size: 12px;
	background-color: #0093CF;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.orange {
	color: #F60;
}
.green {
	color: #63B040;
}

#pagetitle {
	margin: 0px;
	clear: both;
	background-color: #f5f5f5;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#pagetitle h1 {
	font-size: 30px;
	text-align: center;
	color: #09F;
	margin: 0px;
	font-weight: normal;
	padding: 0px;
}
#contents {
	clear: both;
	width: 895px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
#contents h2 {
	color: #09F;
}
#contents h3 {
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#contents p {
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contents ul {
	margin: 0px;
	padding: 10px;
}
#contents ul li {
	font-size: 14px;
	line-height: 24px;
	background-image: url(../img_common/icon1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	list-style-type: none;
}
#contents .table1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#contents .table1 table {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}
#contents .table1 th {
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	background-color: #f6f6f6;
	width: 200px;
}
#contents .table1 td {
	font-size: 14px;
	line-height: 20px;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#contents .ski_yesno {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#contents .ski_yesno p {
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contents .ski_tuneup_table {
	font-size: 14px;
}
#contents .ski_tuneup_table p {
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.stt1 {
	color: #000;
	background-color: #e1e1e1;
	padding: 5px;
	text-align: center;
}
.stt2 {
	background-color: #f1f1f1;
	font-size: 12px;
	padding: 5px;
}
.stt3 {
	background-color: #f5f5f5;
	text-align: center;
	padding: 5px;
}
.stt4 {
	color: #FFF;
	background-color: #09F;
	padding: 5px;
	text-align: center;
}
.stt5 {
	text-align: center;
	padding: 5px;
}
.stt6 {
	text-align: center;
	padding: 5px;
	background-color: #f7f7f7;
}
.stt7 {
	color: #333;
	background-color: #e2e2e2;
	padding: 5px;
	text-align: left;
	font-size: 14px;
}
.stt8 {
	color: #333;
	background-color: #f7f7f7;
	padding: 5px;
	text-align: left;
	font-size: 14px;
}
.nini {
	font-size: 10px;
	background-color: #09F;
	color: #FFF;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.hissu {
	font-size: 10px;
	background-color: #F30;
	color: #FFF;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}