@charset "utf-8";

/* ===================================================================
 style info : コンテンツエリア関係 他

fonts
 10px = 77%     11px = 85%     12px = 93%     13px = 100%
 14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
 18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
 22px = 167%    23px = 174%    24px = 182%    25px = 189%
 26px = 197%
=================================================================== */

/*----------------------------------------------------
	共通
----------------------------------------------------*/
/* スクロールバーの有無によるズレ対策 */
html {
	overflow-y:scroll;
	width:100%;
}

body {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#323232;
}

input, textarea {
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/* リンク
----------------------------------------------------*/
a {
	color: #333;
	text-decoration:none;
}
a:link {color: #333;}
a:visited {color: #333;}
a:hover {color: #333;}
a:active {color: #333;}

.pc_none{ display:none; }
.sp_none{ display:block; }

@media screen and (max-width:768px){
	.pc_none{ display:block; }
	.sp_none{ display:none; }
}

/* マウスオーバ時に画像を半透明に（※PCのみ）
--------------------------------------------*/
@media screen and (min-width:768px){
	a:hover img {
		opacity:0.7;
		filter:alpha(opacity=70);
		-moz-opacity:0.7;
		-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;
	}
}

/* ===================================================================
 style info : ヘッダーやフッターなどサイト内共通
=================================================================== */

#se_wrapper{
	float:left;
	width:100%;
	position:absolute;
}

@media screen and (max-width:1043px){
	#se_wrapper{
		width:1044px;
	}
}

@media screen and (min-width:1024px) and (max-width:1024px){
	#se_wrapper{
		width:1024px;
	}
}

@media screen and (max-width:768px){
	#se_wrapper{
		width:100%;
	}
}

#se_bodycover{
	display:none;
	position:absolute;
	left:1px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index:200;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header{
	width:100%;
	height:188px;
	background-color:#FFF;
	background-image:url(../img/bg_header.png);
}

header #se_head{
	width:1044px;
	height:120px;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
}

header #se_head .se_logo{
	float:left;
	margin-top:30px;
}

header #se_head div.se_navi{
	float:right;
	width:610px;
}

header #se_head div.se_navi div{
	overflow:hidden;
}

header #se_head div.se_navi div > img{
	float:left;
	margin-top:25px;
}

header #se_head div.se_navi div nav.se_asp{
	float:right;
	margin-top:12px;
}

header #se_head div.se_navi div nav.se_asp ul li{
	float:left;
	margin-right:15px;
}

header #se_head div.se_navi div nav.se_asp ul li:last-child{
	margin-right:0px;
}

header #se_head div.se_navi div nav.se_asp ul li:last-child:after{
	content:"";
	margin-left:0;
}

header #se_head div.se_navi div nav.se_asp ul li a{
	color:#CC3B53;
}

header #se_head div.se_navi nav.se_subnavi{
	margin-top:10px;
}

header #se_head div.se_navi nav.se_subnavi ul{
	float:right;
	position:relative;
}

header #se_head div.se_navi nav.se_subnavi ul li{
	float:left;
	margin-left:18px;
	position:relative;
	font-size:93%;
}

header #se_head div.se_navi nav.se_subnavi ul .first{
	margin-left:0px;
}

header #se_head div.se_navi nav.se_subnavi ul li:before{
    content:' ';
	border:transparent solid 7px;
	border-left-color:#D6594F;
	position:absolute;
	height:0;
	width:0;
	left:-10px;
	margin:0px;
	padding:0px;
}

header #se_head div.se_navi nav.se_subnavi ul li a{
	display:block;
}

header #se_head div.se_navi nav.se_subnavi ul li a:hover{
	text-decoration:underline;
}

header #se_head div.se_spnavi{
	display:none;
}

header #se_gnavi{
	width:1044px;
	height:66px;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;
}

header #se_gnavi nav .se_dropdown:before,
header #se_gnavi nav .se_dropdown:after{
	content:"";
	display:table;
}

header #se_gnavi nav .se_dropdown:after{
	clear:both;
}

header #se_gnavi nav .se_dropdown .se_parent{
	float:left;
	position:relative;
	width:204px;
}

header #se_gnavi nav .se_dropdown .se_parent a{
	 display:block;
	 height:66px;
}

header #se_gnavi nav .se_dropdown .se_parent ul{
	position:absolute;
	z-index:100;
	top:100%;
	left:0;
	min-width:274px;
	white-space: nowrap;
	display:none;
}

header #se_gnavi nav .se_dropdown .se_parent ul li{
	padding:0 15px;
	height:0;
	line-height:41px;
	background-color:rgba(215,90,80,0.8);
	overflow:hidden;
	box-sizing:border:box;
}

header #se_gnavi nav .se_dropdown .se_parent:hover ul li{
	height:41px;
}

header #se_gnavi nav .se_dropdown .se_parent ul li:hover{
	background-color:rgba(215,90,80,1);
}

header #se_gnavi nav .se_dropdown .se_parent ul li a{
	width:100%;
	height:41px;
	padding:0 6px;
	color:#FFF;
	border-bottom:1px solid #FFF;
	box-sizing:border-box;
}

header #se_gnavi nav .se_dropdown .se_parent ul li:last-child a{
	border-bottom:none;
}

header #se_gnavi nav ul li span{
	display:none;
}

/* タブレット用
----------------------------*/
@media screen and (min-width:1024px) and (max-width:1024px){
	header #se_head{
		width:1024px;
		padding:0;
	}

	header #se_gnavi{
		width:1024px;
		padding:0;
	}
}

/* スマホ用
----------------------------*/
@media screen and (max-width:768px){
	header{
		width:100%;
		height:auto;
		background-image:none;
	}

	header #se_head{
		width:100%;
		height:auto;
		padding:0;
		overflow:hidden;
	}

	header #se_head .se_logo{
		margin:10px 0 10px 10px;
		width:30%;
	}

	header #se_head div{
		display:none;
	}

	header #se_head div.se_spnavi{
		display:block;
		float:right;
	}

	header #se_head div.se_spnavi nav ul{
		position:relative;
		right:54px;
	}

	header #se_head div.se_spnavi nav ul li{
		float:left;
		margin-left:8px;
	}

	header #se_head div.se_spnavi nav ul li a{
		padding-top:4px;
		display:block;
	}

	header #se_head div.se_spnavi nav img{
		width:45px;
		height:45px;
	}

	header #se_head div.se_spnavi a#se_switch{
		position:absolute;
		top:0px;
		right:0px;
		padding-top:4px;
		z-index:10;
	}

	header #se_gnavi{
		display:none;
	}
}

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

	header #se_head .se_logo{
		width:40%;
	}

}

/*	info
----------------------------------------------------*/
#se_info{
	width:100%;
	height:82px;
	background-image:url(../img/bg_info.png);
	padding-top:8px;
}

#se_info div{
	width:900px;
	height:60px;
	border:1px solid #C1B6AC;
	background-color:#FFF;
	margin:0 auto;
	text-align:center;
}

#se_info div p{
	font-size:123.1%;
	height:60px;
	line-height:60px;
	display:inline-block;
	position:relative;
}

/* 目立たせる時用 */
#se_info div a .red {
	color: #D6594F;
}

#se_info div p:before{
    content:' ';
	border:transparent solid 7px;
	border-left-color:#D6594F;
	position:absolute;
	height:0;
	width:0;
	margin-top:22px;
	left:-15px;
}

/* スマホ用
----------------------------*/
@media screen and (max-width:768px){
	#se_info{
		height:auto;
		background-image:none;
		background-color:#F7F5F4;
		padding:6px;
		box-sizing:border-box;
	}

	#se_info div{
		width:100%;
		height:auto;
		border:none;
		background-color:#F7F5F4;
	}

	#se_info div p{
		font-size:100%;
		height:auto;
		line-height:1;
	}

	#se_info div p:before{
		margin-top:0;
		left:-13px;
	}

}

/*----------------------------------------------------
	slidenavi
----------------------------------------------------*/
#se_slidenavi{
	width:85%;
	color:#FFF;
	float:right;
	display:none;
	position:absolute;
	background-color:#FFF;
	right:-85%;
}

#se_slidenavi #se_switch_close{
	position:absolute;
	left:-44px;
	top:0px;
	padding-top:4px;
}

#se_slidenavi #se_switch_close img{
		width:45px;
		height:45px;
}

#se_slidenavi nav,
#se_slidenavi nav ul.se_dropdown,
#se_slidenavi nav ul.se_dropdown li.se_parent{
	width:100%;
	height:auto;
}

#se_slidenavi nav{
	border-left:5px solid #D6594F;
	position:relative;
	padding-bottom:20px;
	box-sizing:border-box;
}

#se_slidenavi nav h6{
	width:100%;
	height:50px;
	text-align:center;
	background-color:#D6594F;
}

#se_slidenavi nav h6 img{
	margin:14px auto 0 auto;
	width: 83px;
	height: 20px;
}

#se_slidenavi nav ul.se_dropdown li.se_parent{
	float:none;
	z-index:10;
	font-size:0;
	border-bottom:1px solid #634531;
	background-image:url(../../common/img/ico_down.png);
	background-repeat:no-repeat;
	background-position:right top;
	min-height:60px;
}

#se_slidenavi nav ul.se_dropdown li.se_selected{
	background-image:url(../../common/img/ico_up.png);
}

#se_slidenavi nav ul.se_dropdown li.se_parent a{
	width:100%;
	height:auto;
}

#se_slidenavi nav ul.se_dropdown li.se_parent > a{
	background-color:#D8E9CC;
}

#se_slidenavi nav ul.se_dropdown li.se_parent a img{
	margin:20px;
	height:17px;
}

#se_slidenavi nav ul.se_dropdown li.se_parent ul{
	position:relative;
	width:100%;
	top:0;
	z-index:0;
	display:none;
}

#se_slidenavi nav ul.se_dropdown li.se_parent ul li,
#se_slidenavi nav ul.se_dropdown li.se_parent:hover ul li{
	background-color:#EAE6E3;
	border-bottom:1px solid #FFF;
	text-align:left;
}

#se_slidenavi nav ul.se_dropdown li.se_parent ul li:first-child{
	border-top:1px solid #634531;
}

#se_slidenavi nav ul.se_dropdown li.se_parent ul li:last-child{
	border-bottom:none;
}

#se_slidenavi nav ul.se_dropdown li.se_parent ul li a{
	display:block;
	padding:10px 25px;
	font-size:15px;
	color:#454545;
	background-color:transparent;
	box-sizing:border-box;
}

#se_slidenavi nav .se_submenu{
	width:88%;
	margin:20px auto;
}

#se_slidenavi nav .se_submenu a li{
	font-size:0;
	height:45px;
	border:1px solid #634531;
	border-bottom:none;
	background-image:url(../../common/img/ico_right.png);
	background-repeat:no-repeat;
	background-position:right center;
}

#se_slidenavi nav .se_submenu a:last-child li{
	border-bottom:1px solid #634531;
}

#se_slidenavi nav .se_submenu a li img{
	height:15px;
	margin:14px;
}

#se_slidenavi nav #se_close{
	width:88%;
	height:45px;
	margin:0 auto;
	display:block;
	background-color:#EAE6E2;
	text-align:center;
}

#se_slidenavi nav #se_close img{
	height:15px;
	margin:14px;
}

/*	footer
----------------------------------------------------*/
footer{
	width:100%;
	height:460px;
	background-color:#EFECEA;
	color:#634531;
}

footer .se_wrapper{
	width:1044px;
	padding:30px 10px 0 10px;
	margin:0 auto;
	box-sizing:border-box;
	overflow:hidden;
}

footer .se_wrapper #se_items{
	width:719px;
	height:396px;
	float:left;
	border-right:1px solid #634531;
}

footer .se_wrapper #se_items > div{
	width:675px;
	border-bottom:1px solid #634531;
	margin-top:30px;
	font-size:108%;
	font-weight:bold;
	padding:0 0 6px 2px;
}

footer .se_wrapper #se_items nav div{
	width:225px;
	float:left;
	margin-top:16px;
}

footer .se_wrapper #se_items nav div p{
	margin-bottom:6px;
	font-size:108%;
	font-weight:bold;
}

footer .se_wrapper #se_items nav div p.se_about{
	width:100%;
	padding-bottom:4px;
	border-bottom:1px solid #634531;
}

footer .se_wrapper #se_items nav div ul{
	list-style:none;
	margin-bottom:40px;
}

footer .se_wrapper #se_items nav div ul li{
	line-height:180%;
}

footer .se_wrapper #se_items nav div ul li.se_long{
	line-height:120%;
	margin-bottom:10px;
}

footer .se_wrapper #se_items nav div ul li a{
	color:#634531;
	font-size:93%;
}

footer .se_wrapper #se_items nav div ul li a:hover{
	text-decoration:underline;
}

footer .se_wrapper .se_info{
	float:right;
	width:260px;
	padding-top:20px;
}

footer .se_wrapper .se_info a img{
	margin-top:16px;
}

footer .spnavi{
	display:none;
}

footer .se_banner img{
	float:right;
	width:140px;
}

/* タブレット用
----------------------------*/
@media screen and (min-width:1024px) and (max-width:1024px){
	footer .se_wrapper{
		width:1024px;
		padding:0;
	}
}

@media screen and (max-width:768px){
	footer{
		width:100%;
		height:auto;
		background-color:#FFF;
	}

	footer .se_wrapper{
		display:none;
	}

	footer .spnavi{
		display:block;
	}

	footer .spnavi nav ul:nth-child(1){
		width:60%;
		margin:20px auto 0 auto;
		overflow:hidden;
	}

	footer .spnavi nav ul:nth-child(1) li{
		float:left;
		width:26%;
		margin-right:4%;
		text-align:center;
	}

	footer .spnavi nav ul:nth-child(1) li:first-child{
		margin-left:7%;
	}

	footer .spnavi nav ul:nth-child(1) li:last-child{
		margin-right:7%;
	}

	footer .spnavi nav ul li img{
		width:56px;
		height:58px;
	}

	footer .spnavi nav ul:nth-child(2){
		margin:20px auto 0 auto;
		width:360px;
		overflow:hidden;
	}

	footer .spnavi nav ul:nth-child(2) li{
		padding:4px 0;
		float:left;
	}

	footer .spnavi nav ul:nth-child(2) li:before{
		content:' ';
		border:transparent solid 7px;
		border-left-color:#D6594F;
		position:absolute;
		height:0;
		width:0;
	}

	footer .spnavi nav ul:nth-child(2) li:last-child{
		margin-left:20px;
	}

	footer .spnavi nav ul:nth-child(2) li a{
		display:block;
		padding-left:10px;
	}
}

@media screen and (max-width:480px){
	footer .spnavi nav ul:nth-child(1){
		width:100%;
	}
}

/*	copyright
----------------------------------------------------*/
#se_copyright{
	height:40px;
	width:100%;
	line-height:40px;
	text-align:center;
}

@media screen and (max-width:768px){
	#se_copyright{
		font-size:85%;
		height:auto;
		line-height:1;
		margin-top:20px;
		background-color:#F7F5F4;
		padding:10px 0;
	}
}

/*	pagetop
----------------------------------------------------*/
#pagetop {
    clear:both;
    width:100%;
    height:0;
    position:relative;
}

#pagetop img {
    float:right;
    cursor:pointer;
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha(opacity=80)";
    position:fixed;
    bottom:10px;
    right:10px;
    display:none;
    z-index:9999;
}

@media screen and (max-width:768px){
	#pagetop{
		display:none;
	}
}