@charset "utf-8";

/* ------------------------------------------------------------------------------------------ */

/*      01 共通     */

/* ------------------------------------------------------------------------------------------ */

/* reset */
/* -------------------------------------------------- */

*{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}

html{
	overflow-y:scroll;
}

h1,h2,h3,h4,h5,h6{
	font-size:100%;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

.spDispNone{
	display:none !important;
}

.spDispInline{
	display:inline !important;
}

.spMb0{
	margin-bottom:0 !important;
}

.spMt25{
	margin-top:25px;
}

.spMt50{
	margin-top:50px;
}

/* element */
/* -------------------------------------------------- */

img{
	border:0;
	line-height:0;
	vertical-align:bottom;
}

.imagePhoto img{
	padding:3px;
	background:#FFF;
	box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-webkit-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-moz-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
}

.mainPhotoA img{
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin-bottom:15px;
}

.borderArea01{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;
}

/* layout */
/* -------------------------------------------------- */

body{
	line-height:1.75em;
	color:#000;
	background:#fff;
}

.contentsArea{
	width:100%;
	margin:0 auto;
	padding:15px 15px 15px 15px;
	box-sizing:border-box;
	font-size:13px;
}

/* header */
/* -------------------------------------------------- */

#headerArea{
	border-top:3px solid #54C3F1;
}

#logo{
	padding:10px 0 0px 15px;
}

#logo a{
	display:block;
	width:235px;
	height:36px;
	background:url(../img/logo.png) no-repeat top left;
	overflow:hidden;
	text-indent:-9999px;
	background-size:235px 36px;
}

#menu{
	position:absolute;
	width:20px;
	height:15px;
	top:33px;
	right:15px;
}

#menu a{
	display:block;
	width:20px;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../img/btn_menu.png) no-repeat 0 0;
	background-size:20px 15px;
}

/* gnaviArea */

#gnaviArea{
	margin-top:10px;
}

#gnaviArea ul{
	font-size:15px;
	border-top:1px solid #CCC;
	list-style:none;
}

#gnaviArea ul li a{
	box-sizing:border-box;
	padding:12px 15px 12px 40px;
	display:block;
	width:100%;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #CCC;
	background:#FFF url(../img/arrow01.png)  no-repeat 20px center;
	background-size:11px 11px;
}

#gnaviArea ul li ul{
	border-top:none;
}

#gnaviArea ul li ul li a{
	box-sizing:border-box;
	padding:12px 15px 12px 53px;
	display:block;
	width:100%;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #CCC;
	background:#FFF url(../img/arrow02.png) no-repeat 40px center;
	background-size:4px 5px;
}

#gnavi{
	display:none;
}

/* footerArea */

#pagetop{
	position:fixed;
	right:15px;
	bottom:15px;
}

#footerCopy{
	border-top:2px solid #54C3F1;
	padding:15px;
	box-sizing:border-box;
	font-size:12px;
	line-height:2em;
}

#footerAreaA{
	padding:15px 0 0 0;
	border-top:2px solid #54C3F1;
	text-align:center;
	font-size:8px;
	color:#000;
}

#pcsite{
	font-size:13px;
	text-align:center;
	padding-bottom:50px;
}

#pcsite a{
	text-decoration:none;
}

/* footerArea */

.naviStyleA ul{
	font-size:13px;
	list-style:none;
}

.naviStyleA ul li a{
	box-sizing:border-box;
	padding:8px 15px 8px 40px;
	display:block;
	width:100%;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #CCC;
	background:#FFF url(../img/arrow01.png)  no-repeat 20px center;
	background-size:11px 11px;
}

.naviStyleA ul li:last-child a{
	border-bottom:none;
}

.naviStyleB ul{
	font-size:13px;
	list-style:none;
}

.naviStyleB ul li a{
	box-sizing:border-box;
	padding:8px 15px 8px 40px;
	display:block;
	width:100%;
	color:#000;
	text-decoration:none;
	border-bottom:1px solid #CCC;
	background:#FFF url(../img/arrow06.png)  no-repeat 20px center;
	background-size:11px 11px;
}

/* title */
/* -------------------------------------------------- */

#titleAreaA{
	width:100%;
	margin:0 auto;
	padding:0 15px;
	box-sizing:border-box;
}

#titleAreaA h1,
#titleAreaA p{
	width:100%;
	text-align:center;
	padding:10px 15px;
	margin-bottom:15px;
	background:#221815;
	color:#FFF;
	box-sizing:border-box;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-weight:bold;
}

#titleAreaA h1,
#titleAreaA p{
	font-size:20px;
}

/* text */
/* -------------------------------------------------- */

.headingLv01A{
	font-size:20px;
	line-height:1.5em;
	padding:8px 15px;
	background:#54C3F1;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}

.headingLv02A{
	font-size:16px;
	line-height:1.5em;
	padding:8px 15px;
	background:#54C3F1;
	color:#FFF;
	position:relative;
	font-weight:bold;
}

.headingLv02B{
	font-size:16px;
	padding:15px 15px 5px 15px;
	margin-bottom:15px;
	border-bottom:3px solid #19ACEC;
	font-weight:bold;
}

.headingLv02C{
	font-size:16px;
	line-height:1.5em;
	padding:2px 0 8px 15px;
	margin-bottom:10px;
	border-left:4px solid #19ACEC;
	border-bottom:1px solid #97D9F4;
	font-weight:bold;
}

.headingLv03A{
	font-size:14px;
	margin-bottom:5px;
	color:#0080C0;
	font-weight:bold;
}

.headingLv03B{
	font-size:16px;
	margin-bottom:5px;
	color:#0080C0;
	font-weight:bold;
}

.headingLv03C{
	font-size:14px;
	padding:5px 0 2px 0;
	margin-bottom:10px;
	border-bottom:2px solid #19ACEC;
	font-weight:bold;
}

/* btn */
/* -------------------------------------------------- */

.entryArea01{
	background:#EFEFEF;
	padding:15px 25px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.btnStyle01 a{
	margin:0 auto;
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background:url(../img/arrow03.png) no-repeat 20px center, -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #0080C0));
	background:url(../img/arrow03.png) no-repeat 20px center, -moz-linear-gradient(top, #33bdef 5%, #0080C0 100%);
	background:url(../img/arrow03.png) no-repeat 20px center, -webkit-linear-gradient(top, #33bdef 5%, #0080C0 100%);
	background:url(../img/arrow03.png) no-repeat 20px center, -o-linear-gradient(top, #33bdef 5%, #0080C0 100%);
	background:url(../img/arrow03.png) no-repeat 20px center, -ms-linear-gradient(top, #33bdef 5%, #0080C0 100%);
	background:url(../img/arrow03.png) no-repeat 20px center, linear-gradient(to bottom, #33bdef 5%, #0080C0 100%);
	background-size:11px 11px, 100% 100%;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.btnStyle02 a{
	display:block;
	box-sizing:border-box;
	width:100%;
	text-align:center;
	font-size: 14px;
	line-height:20px;
	vertical-align:middle;
	color: #000000;
	padding: 15px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 50%,
		#d6d6d6);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.50, #ffffff),
		to(#d6d6d6));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #ffbf00;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.4),
		inset 0px 0px 3px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
		text-decoration:none;
}

.btnStyle02 img{
	margin-right:5px;
}

.btnStyle03{
	font-weight:normal;
	position:absolute;
	top:6px;
	right:15px;
	color:#333;
}

.btnStyle03 a{
	background:#ffffff url(../img/arrow05.png) no-repeat 10px center;
	background-size:5px 8px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #CCC;
	color:#000;
	font-size:11px;
	padding:4px 20px;
	text-decoration:none;
	line-height:16px;
	height:14px;
}

/* table */
/* -------------------------------------------------- */

.tableStyleA{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #C7C5C4;
	font-size:12px;
}

.tableStyleA th{
	width:20%;
	padding:10px 15px;
	border-bottom:1px solid #C7C5C4;
	text-align:left;
	white-space:nowrap;
}

.tableStyleA td{
	padding:10px 15px;
	border-bottom:1px solid #C7C5C4;
	text-align:left;
}

.tableStyleB{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #C7C5C4;
}

.tableStyleB th{
	width:20%;
	padding:10px;
	border-bottom:1px solid #C7C5C4;
	text-align:left;
	white-space:nowrap;
	vertical-align:top;
	font-size:12px;
	line-height:1.75em;
	font-weight:normal;
}

.tableStyleB td{
	padding:10px;
	border-bottom:1px solid #C7C5C4;
	text-align:left;
	font-size:12px;
	line-height:1.75em;
}

/* index */
/* -------------------------------------------------- */

.photoNaviArea01{
	padding:15px 15px;
	border-bottom:1px dotted #CCCCCC;
}

.photoNaviArea01 a{
	color:#000;
	text-decoration:none;
}

.photoNaviArea02{
	background:url(../img/arrow04.png) no-repeat right center;
	background-size:10px 15px;
}

.photoImage01{
	float:left;
	width:75px;
}

.photoImage01 img{
	width:75px;
	height:auto;
	line-height:1em;
	padding:3px;
	background:#FFF;
	box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-webkit-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	-moz-box-shadow:rgba(68, 68, 69, 0.2) 0px 0px 4px 1px;
	box-sizing:border-box;
}

.photoText01{
	box-sizing:border-box;
	padding:12px 15px 0 25px;
	float:left;
	font-size:14px;
}

.photoText02{
	box-sizing:border-box;
	padding:0 30px 0 25px;
	float:left;
	font-size:14px;
}

.photoText02 h3{
	font-size:14px;
	color:#54C3F1;
}

.photoText02 p{
	font-size:12px;
}

/* index */
/* -------------------------------------------------- */

#newsArea dl{
	padding-top:10px;
	line-height:1.75em;
	font-size:13px;
}

#newsArea dt{
	padding:0 15px 0 15px;
}

#newsArea dd{
	margin-bottom:10px;
	padding:0 15px 10px 15px;
	border-bottom:1px dotted #CCC;
}

#newsArea dd:last-child{
	margin-bottom:0;
}

#newsArea dd a{
	color:#0080C0;
	text-decoration:none;
}

#newsArea dd a:visited{
	color:#0080C0;
	text-decoration:none;
}

.indexItemArea a{
	color:#000;
	text-decoration:none;
}

.indexItemArea a:visited{
	color:#221815;
	text-decoration:none;
}

.indexItem{
	border-bottom:1px dotted #CCC;
}

.itemImg{
	width:100%;
	margin-bottom:10px;
	box-sizing:border-box;
}

.itemImg img{
	width:100%;
	box-sizing:border-box;
}

.indexItemText{
	box-sizing:border-box;
}

.indexItemArea h3{
	font-size:15px;
	margin-bottom:5px;
	color:#0080C0;
}

.indexItemArea p{
	font-size:13px;
	line-height:1.75em;
}

/* bxslider */

#indexPhoto01,
#indexPhoto02{
	display:none;
}

#indexPhotoArea{
	padding-bottom:20px;
	width:100%;
}

#indexPhotoArea img{
	width:100%;
	height:auto;
}

#indexPhotoArea li{
	list-style:none;
}

.bxslider{
	list-style:none;
}

.bx-wrapper{
	position:relative;
	margin:0 auto 20px auto;
	padding:0;
	*zoom:1;
}

.bx-wrapper img{
	max-width:100%;
	display:block;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto{
	position:absolute;
	bottom:-33px;
	width:100%;
}

.bx-wrapper .bx-loading{
	min-height:50px;
	background:url(../img/bx_loader.gif) center center no-repeat #fff;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2000;
}

.bx-wrapper .bx-pager{
	text-align:center;
	font-size:.85em;
	font-family:Arial;
	font-weight:bold;
	color:#666;
	padding-top:20px;
}

.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{
	background:#CCC;
	text-indent:-9999px;
	display:block;
	width:8px;
	height:8px;
	margin:0 10px;
	outline:0;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#54C3F1;
}

.bx-wrapper .bx-prev{
	left:15px;
}

.bx-wrapper .bx-next{
	right:15px;
}

.bx-wrapper .bx-prev:hover{
	background-position:0 0;
}

.bx-wrapper .bx-next:hover{
	background-position:0 0;
}

.bx-wrapper .bx-controls-direction a{
	position:absolute;
	top:50%;
	margin-top:-16px;
	outline:0;
	width:35px;
	height:35px;
	text-indent:-9999px;
	z-index:9999;
}

.bx-wrapper .bx-controls-direction a.disabled{
	display:none;
}

.bx-wrapper .bx-controls-auto{
	text-align:center;
}

.bx-wrapper .bx-controls-auto .bx-start{
	display:block;
	text-indent:-9999px;
	width:10px;
	height:11px;
	outline:0;
	background:url(../img/controls.png) -86px -11px no-repeat;
	margin:0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop{
	display:block;
	text-indent:-9999px;
	width:9px;
	height:11px;
	outline:0;
	background:url(../img/controls.png) -86px -44px no-repeat;
	margin:0 3px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
	text-align:left;
	width:80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{
	right:0;
	width:35px;
}

.bx-wrapper .bx-caption{
	position:absolute;
	bottom:0;
	left:0;
	background:#666\9;
	background:rgba(80, 80, 80, 0.75);
	width:100%;
}

.bx-wrapper .bx-caption span{
	color:#fff;
	font-family:Arial;
	display:block;
	font-size:.85em;
	padding:10px;
}

/* access */
/* -------------------------------------------------- */

#map{
	width:100%;
	height:200px;
}

/* faq */
/* -------------------------------------------------- */

.faqAreaB h3{
	margin-bottom:10px;
	border-top:1px solid #97D9F4;
	border-bottom:1px solid #97D9F4;
	padding:10px 25px;
	font-size:1.25em;
	line-height:1.5em;
	color:#19ACEB;
	background:#E9F7FD;
	font-weight:normal;
}

.faqAreaB dl{
	margin-bottom:25px;
}

.faqAreaB dt{
	color:#19ACEB;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}

.faqAreaB dd{
	font-size:12px;
	line-height:1.75em;
}

.pageback{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dotted #ddd;
	text-align:right;
}

.pagebackLast{
	margin-bottom:50px;
	text-align:right;
}

.pagebackLast a,
.pageback a{
	padding-left:15px;
	color:#111 !important;
	text-decoration:none !important;
	background:url(../img/arrow07.png) no-repeat left center;
	background-size:11px 11px;
}

.pagebackLast a:hover,
.pageback a:hover{
	text-decoration:none !important;
}

/* entry */
/* -------------------------------------------------- */

.input01{
	width:100%;
	box-sizing:border-box;
	font-size:16px;
}

.input02{
	width:80%;
	box-sizing:border-box;
	font-size:16px;
}

.input05{
	width:100%;
	height:7em;
	box-sizing:border-box;
	font-size:13px;
}