@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

body {
	line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input, select {
	vertical-align: middle
}

/*================================================
 *  一般・共通設定
 ================================================*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.4;
	-webkit-text-size-adjust: 100%;
}

main{
}

a {
	color: #0000FF;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a:hover {
	/*color:#4b00ff;*/
	/*text-decoration: underline;*/
}

a img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a img:hover {
	opacity: 0.7;
}

h1 {

}

h2 {
	font-size: 40px;
	font-weight: bold;
	color: #444;
	margin-bottom: 5px;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #43A047;
	margin-bottom: 30px;
}

p {
	margin: 0 0 5px 0;
}

img {
	vertical-align: bottom;
}

input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}

strong {
	font-weight: bold;
}

/*================================================
 *  汎用クラス
 ================================================*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.pc {
	display: block;
}
.sp{
	display: none;
}

.pr_wrap{
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* トップへ戻るボタン */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
}

#page-top a {
	opacity: 0.8;
}

#page-top a:hover {
	opacity: 0.7;
}

#page-top img {
	width:60px;
}


/*================================================
 *  ヘッダー
 ================================================*/
header{
	border-bottom: 1px solid #ccc;
}

.header_wrap{
	width: 1000px;
	margin: 0 auto;
	padding: 20px;
}

.header_wrap p{
	float: left;
}

.header_wrap .contact_btn{
	float: right;
}

.header_wrap .contact_btn a{
	background: #FB8C00;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	width: 200px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	margin: 0;
	display: block;
	text-align: center;
}

.header_menu_btn{
	position: absolute;
	left: 5px;
	text-align: center;
	width: 40px;
	height: 50px;
}

.header_menu_btn img{
	width: 24px;
	padding: 5px 0 4px;
}

.header_login_btn{
	position: absolute;
	right: 45px;
	text-align: center;
	width: 50px;
	height: 50px;
}

.header_login_btn a{
	color: #fff;
	display: block;
	padding-top: 8px;
}

.header_login_btn img{
	width: 28px;
	margin-bottom: 2px;
	border-radius: 12px;
}

.header_search_btn{
	position: absolute;
	right: 5px;
	text-align: center;
	width: 40px;
	height: 50px;
	padding-top: 10px;
}

.header_search_btn:hover{
	cursor: pointer;
}

.header_search_btn img{
	width: 24px;
	margin-bottom: 4px;
}

.header_wrap p{
	margin: 0;
	line-height: 1;
}

.header-logo{
	text-align: center;
}

.header-logo a{
	display: inline-block;
	padding: 0;
	margin-right: 10px;
}

.header-logo img{
	width: 100%;
	max-width: 150px;
	vertical-align: baseline;
}


/*================================================
 *  スライダー
 ================================================*/

.top_banner img{
	width: 100%;
}

.bx-viewport {
    max-height: 560px;
}

/* コントローラー */
.bx-wrapper .bx-prev {
    left:1035px;
    background:url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right:1035px;
    background:url(../img/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:6px;
    text-align:center;
    height: 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 {
    display:block;
    width:8px;
    height:8px;
    margin:0 5px;
    outline:0;
    text-indent:-9999px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;;
    background:#bbb;
}

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


/*================================================
 *  フッター
 ================================================*/
.footer_wrap{
	background: #333;
	color: #fff;
	text-align: center;
	padding: 20px 15px;
}

.footer_wrap img{
	width: 40px;
	margin: 0 5px;
}

.footer_menu{
	margin: 20px 0 10px;
}

.footer_wrap li{
	display: inline-block;
	padding: 0 10px;
	line-height: 1;
	border-right: 1px solid #fff;
}

.footer_wrap li:last-child{
	border-right: 0;
}

.footer_wrap li a{
	color: #fff;
	font-size: 12px;
}

.footer_wrap small{
	font-size: 10px;
}



/*================================================
 *  SNSボタン
 ================================================*/

.sns_box{
	text-align: center;
	padding: 20px 15px;
}

.sns_box li{
	display: inline-block;
	width: 68px;
	margin: 0 2px;
}

.sns_box img{
	height: 20px;
}

.sns_box li a{
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
}
.facebook_btn{
	background: #395590;
}

.twitter_btn{
	background: #5799cc;
}

.line_btn{
	background: #39ad36;
}

.hatena_btn{
	background: #1a98cd;
}

@media screen and (max-width: 999px) {
/*================================================
 *  一般・共通設定
 ================================================*/
	h2{
		font-size: 32px;
	}

/*================================================
 *  ヘッダー
 ================================================*/
	.header_wrap{
		width: 100%;
	}
}

@media screen and (max-width: 599px) {
	.pc {
		display: none;
	}
	.sp{
		display: block;
	}
	
/*================================================
 *  ヘッダー
 ================================================*/
	.header_wrap{
		padding: 10px;
	}
	
	.header-logo img {
		width: 100px;
	}
	
	.header_wrap p{
		float: none;
	}
	
	.header-logo a{
		margin: 0;
	}
	
	.header_wrap p span{
	display: none;
	}

/*================================================
 *  ヘッダー
 ================================================*/
	.footer_wrap{
		text-align: center;
		padding: 15px 10px;
	}
	
	.footer_logo{
		margin: 0 0 5px;
	}
	
	.footer_wrap small{
		display: block;
		font-size: 10px;
	}

}