@charset "utf-8";

/*-----------------------------------------------------------
    基本レイアウト
-----------------------------------------------------------*/
body {
	height: 100%;

}
.sp-none{
	display: none;
}
.pc-none{
	display: block;
}
/*----------------------- header --------------------------*/
.pure-container .pure-toggle-label {
	display: block;
}

#mainimage .topcatch{
	width: 90%;
	height: auto;
	position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}

#titleimage{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding-top: 60px;
	position: relative;
	min-height: auto;
}
#titleimage h2{
	display: block;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 26px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-image: none;
	background-repeat: repeat-y;
	background-color: rgba(30,43,105,0.80);
	margin-left: auto;
	margin-right: auto;
	left: 0px;
	right: 0px;
	text-align: center;
	padding-left: 0px;
	line-height: 60px;
}
#header {
	top: 0px;
	left: 0px;
	z-index: 100;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #999;
	background-color: rgba(255,255,255,0.80);
	position: relative;
}
#headbox{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 0px;}

#header .logo {
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	float: none;
	height: 64px;
}
#header .logo img {
	vertical-align: bottom;
	width: 130px;
}
#header .catch {
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
	float: none;
	height: 64px;
}
#mainimage{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}


#nav{
	display: none;
	border-top: 1px solid #999999;
	height: 77px;
	width: 100%;
	clear: both;
}
#header .menu {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 0px;
}
#header .menu li a.gnav {
	border-left: 1px solid #999999;
	float: left;
	height: 40px;
	width: 165px;
	text-align: center;
	padding-top: 19px;
	padding-bottom: 18px;
}
#header .menu li:last-child a.gnav  {
	border-left: 1px solid #999999;
	float: left;
	border-right: 1px solid #999999;
}

.pure-drawer li {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
	padding-left: 10px;
}
.pure-drawer ul {
	border-top: 1px solid #ccc;
	/* width: 100%; */
	margin: 0px;
	padding-top: 5px;
	overflow-x: hidden;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pure-drawer a {
	background-image: url(../img/common/bluearrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 3px;
	display: block;
	color: #333;
	text-decoration: none;
}

.linetop{
	border-top: none;
}

.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
}
.dropmenu li a{
  display: block;
  margin: 0;
  text-decoration: none;
}
.dropmenu li ul.sub01  {
	list-style: none;
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 0;
	top: 45px;
}
.dropmenu li ul.sub02  {
	list-style: none;
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 0;
	top: 45px;
	left: 241px;
}
.dropmenu li ul.sub03 {
	list-style: none;
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 0;
	top: 45px;
	left: 482px;
}
.dropmenu li ul.sub04 {
	list-style: none;
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 0;
	top: 45px;
	left: 723px;
}
.dropmenu li ul.sub05 {
	list-style: none;
	position: absolute;
	z-index: 9999;
	margin: 0;
	padding: 0;
	top: 45px;
	left: 964px;
}
.dropmenu li ul li img{
	width: 240px !important;
	height: 80px !important;
	margin-top: 0px !important;
}
.dropmenu li ul li{
	width: 240px;
	max-height: 80px !important;
}
.dropmenu li ul li a{
	padding-top: 13px;
	padding-right: 15px;
	padding-left: 30px;
	padding-bottom: 13px;
	border-top: 1px solid #ccc;
	background-color: #F3F2EE;
	text-align: left;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeHoverOut;
	animation-name: fadeHoverOut;
}
@-webkit-keyframes fadeHoverOut {
 0%  { background: #E5E5E5; }
 100%  { background: #F3F2EE; }
}
@keyframes fadeHoverOut {
 0%  { background: #E5E5E5; }
 100%  { background: #F3F2EE; }
}
.dropmenu li ul li a:hover{
	padding-top: 13px;
	padding-right: 15px;
	padding-left: 30px;
	padding-bottom: 13px;
	border-top: 1px solid #ccc;
	background-color: #E5E5E5;
	text-align: left;
	color: #333333;
	font-weight: bold;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeHover;
	animation-name: fadeHover;	
}
@-webkit-keyframes fadeHover {
 0%  { background: #F3F2EE; }
 100%  { background: #E5E5E5; }
}
@keyframes fadeHover {
 0%  { background: #F3F2EE; }
 100%  { background: #E5E5E5; }
}





/*----------------------- sidebar -------------------------*/
#sidebar {
}
/*----------------------- contnet --------------------------*/
#contentarea {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 100%;
	background-color: #FAFAFA;
	/* [disabled]min-width: 1340px; */
}
/*----------------------- contnet --------------------------*/
#cont-contentarea {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	position: absolute;
	top: 600px;
	width: 100%;
	background-color: #FAFAFA;
	min-width: 1340px;
}

/*----------------------- contnet --------------------------*/
#content {
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.selectarea {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.selectbox {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	position: relative;
	text-align: center;
	border-left: none;
}
.selectbox.last {
	border-right: none;
}
.selectbox photo-last {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}


#aboutbox{
	clear: both;
	width:100%;
}
#campany{
	width: 100%;
	min-height: auto;
	display: block;
	float: none;
	background-image: url("../img/index/bgcompany.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
}
#business{
	width: 100%;
	min-height: auto;
	padding-top:20px;
	padding-bottom:20px;
	display: block;
	background-image: url("../img/index/bgbusiness.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}


#content #mainarea {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: auto;
	margin-left: auto;
}

#mainarea table {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #999;
}
#mainarea tr th {
	display: block;
	text-align: center;
	padding: 8px;
	border-bottom: none;
	font-weight: normal;
	background: #1E2B69;
	color: #FFF;
}
#mainarea tr td {
	text-align: center;
	display: block;
	border-bottom: none;
	padding-top: 8px;
	padding-bottom: 8px;
}

#mainarea .imgLeft {
	float: left;
	padding-right: 20px;
}
#mainarea .imgRight {
	float: right;
	padding-left: 20px;
}

.proflist{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.proflist dt {
	width: 70px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.proflist dd {
	width: 680px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.txtbox{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.box390{
	width: 390px;}
.box430{
	width: 430px;}
.box_2clm{
	width: 300px;
	float: none;
	padding: 10px;
	min-height:auto;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #CCCCCC;
}
.box_3clm{
	text-align: center;
	width: 300px;
	min-height: auto;
	padding: 10px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
}
.box_3clm .txtbox{
	padding-left: 0;}

#mainarea .lineup{
	width: 100%;
	margin: 10px auto;
}
#mainarea .lineup li{
	border-bottom: 1px dotted #999;
	clear: both;
	background-image: url(../img/common/listbg.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	font-size: 20px;
	line-height: 24px;
	padding: 10px 10px 10px 36px;
	margin-bottom: 5px;
}

#mainarea .linebox{
	width:280px;
}






/*----------------------- footer --------------------------*/
#footer {
	text-align: center;
	float: none;
	clear: both;
	position: relative;
	min-width: 1000px;
}
#footnav {
	background-color: #1E2B69;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


#footer .fbox {
	width: 299px;
	border-left: 1px solid #d9d9d9;
	text-align: left;
	float: left;
	min-height: 420px;
	padding-top: 20px;
}
#footer .fbox-last {
	width: 297px;
	border-left: 1px solid #d9d9d9;
	text-align: left;
	border-right: 1px solid #d9d9d9;
	float: left;
	padding-top: 20px;
	min-height: 380px;
}
#footer .fbox dl {
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 20px;
	
}
#footer .fbox dl.noline  {
	border-bottom: 1px none #d9d9d9;
	padding-bottom: 20px;
}
#footer .fbox dt {
	font-weight: bold;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#footer .fbox dt.icon  {
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-image: url(../img/common/icon-l.svg);
	background-size: 16px 16px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 35px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#footer .fbox dd {
	font-weight: normal;
	font-size: 12px;
	padding-top: 2px;
	padding-left: 26px;
	padding-right: 10px;
	padding-bottom: 2px;
}
#footer .fbox-last .adress {
	padding: 20px;
}


#copyright {
	background-image: url(../img/common/footcopy_bg.jpg);
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
	width: 100%;
	height: 90px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

#footer .pagetop {
	position: fixed;
	bottom: 70px;
	right: 20px;
}
/*-----------------------------------------------------------
	クリアフィックス
-----------------------------------------------------------*/
.clearfix:after {
    content: ""; 
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}
* html .clearfix             { zoom: 1;}
*:first-child+html .clearfix { zoom: 1;}

/*-----------------------------------------------------------
    コンテンツ共通
-----------------------------------------------------------*/
.floatL{float: none;
display: block;}
.floatR{float: none;
display: block;}
#head {
	margin-top: 60px;
	border-bottom: 1px solid #c2ccd5;
}
#head .inbox {
	max-width: 1630px;
	height: 510px;
	margin: 0px auto;
}
#head h1 {
	padding-top: 180px;
	text-align: right;
	font-size: 36px;
	color: #083054;
}
#head h1 span {
	color: #972823;
	font-size: 30px;
}

.pan {
	padding: 20px 0px;
	font-size: 12px;
	text-align: right;
}
.pan a {
}#conthead {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 32px;
}
#mainarea h2{
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;}
#mainarea h3 {
	margin-left: auto;
	margin-right: auto;
}
#mainarea h3.linetxt {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #968769;
	color: #143240;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}
#mainarea .newsarea h4 {
	font-weight: bold;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #968769;
	color: #143240;
}
a.contbtn {
	width: 250px;
	height: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #143240;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	line-height: 60px;
	border-radius: 10px;
	letter-spacing: 4px;
}
a.rightareabtn {
	width: 200px;
	height: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #143240;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	line-height: 40px;
	border-radius: 10px;
	letter-spacing: 4px;
	text-align: center;
}
a.leftareabtn {
	width: 140px;
	height: 40px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #143240;
	color: rgba(255,255,255,1.00);
	font-size: 14px;
	line-height: 40px;
	border-radius: 10px;
	letter-spacing: 4px;
	text-align: center;
}
#page-top {
    position: fixed;
    bottom: 100px;
    right: 20px;
}
#page-top a {
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #143240;
	line-height: 48px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	background-color: #FFFFFF;
}

.pricebox{
	background: url(../img/common/plicebg.png) no-repeat 0;
	border: 1px solid #153240;
	width: 748px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	display: table;
}
.pricebox .name{
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	font-weight: bold;
	color: #968769;
	padding: 4% 2% 4% 3%;
}
.pricebox .pricetxt{
	text-align: right;
	display: table-cell;
	vertical-align: middle;
	font-size: 24px;
	padding-top: 4%;
	padding-bottom: 4%;
}
.pulldown {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
.pulldown dt{
	padding: 1% 5%;
	color: #FFFFFF;
	width: 90%;
	text-align: center;
	line-height: 20px;
	background-color: #153240;
}
.pulldown dd{
	display: none;
}
#fancybox-wrap{
	left:33%!important;
}
#fancybox-overray{
	min-width:1340px!important;
}
#mainarea  h4 {
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}