/*
Theme Name: LITOPA corporation
*/

@charset "utf-8";

/* 共通の設定
 * --------------------------------------- */

body{
	font-family:"Osaka","meiryo","MS UI Gothic",sans-serif;
	font-size:15px;
	line-height:1.4;
	color:#666666;
}


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

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

a:hover {
	color: #000;
	text-decoration: underline;
}

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

ul{
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
}

li{
	letter-spacing: normal; /* 文字間を通常に戻す */
}

.clear{
	clear:both;
}


.container{
	margin:auto;
	overflow:hidden;
}



/* メニューの設定
 * --------------------------------------- */

.menu_area li{
	display:inline-block;
	text-align:center;
}

.menu_area li a{
	display:block;
	padding:15px 0;
}


/* スマホメニューの設定
 * --------------------------------------- */
#menuList {
	width: 100%;
	position: relative;
	display:none;
	z-index: 10;
}

#rwdMenuWrap{
	position:fixed;
	z-index:9999;
}

/* 共通設定
 * --------------------------------------- */
.header_bg{
	background-color:#fff;
	width:100%;
}

.header_bg ul{
	width:980px;
	margin:auto;
}

.header_bg li{
	display:table-cell;
	vertical-align:middle;
	height:113px;
	width:490px;
}

.header_btn{
	margin-left:12px;
}

.header_bg li:last-child div{
	float:right;
}

.menu_bg{
	border-top: 5px solid #ed7b26;
	background-color:#dcc887;
}

#menuList_pc{
	width:980px;
	margin:auto;
}

#mainnav ul{
	border-left:1px solid #fff;
}

#mainnav ul li{
	display:inline-block;
	border-right:1px solid #fff;
	width:177px;
	text-align:center;
}

#mainnav ul li:first-child{
	width:88px;
}

#mainnav a{
	color: #fff;
	display: block;
	position: relative;
	padding:10px 0 14px;
}
#mainnav a:hover{
	background-color:#ece1bd;
}

#mainnav a:hover::before,
#mainnav a.active::before{
	background-color: #fff;
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	top: -5px;
	right: 0;
	left: 0;
	border-right:1px solid #fff;
}
#mainnav a.active{
	background-color:#ece1bd;
}
#mainnav a.active::after{
	border-style: solid;
	border-width: 6px 5px 0;
	border-color: #fff transparent transparent transparent;
	content: "";
	margin: auto;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.title{
	border-left:solid #ed7b26 4px;
	border-bottom:solid #404040 1px;
	padding:15px 0 15px 20px;
}

footer{
	border-top:10px solid #dcc887;
	background-color:#ed7b26;
	margin-top:95px;
}

.footer_menu a{
	color:#fff;
}

.footer_area{
	text-align:center;
	color:#fff;
}

.btn01 img{
/*	border:solid 3px #00bba3;*/
}



@media only screen and (min-width: 768px) {
	.pc_hidden{
		display:none;
	}

	#menuList {
		display:none;
	}
	body{
		min-width:980px;
	}

	header{
		min-height: 130px;
		min-width:980px;
	}

	header h1 img {
		height: 80px;
	}
	
	.container{
		width:980px;
		padding-bottom:75px;
	}
	
	.title ,.sub_title{
		min-width:980px;
	}

	.footer_area{
		min-width:980px;
		margin:auto;
	}

	.footer_menu{
		padding:35px 0;
	}

	.footer_menu br{
		display:none;
	}

	.copyright{
		padding-bottom:35px;
	}

	.pan{
		margin:25px 0;
		font-size:13px;
	}
	.pan span{
		color:#ed7b26;
	}
	.go_top{
		width:1035px;
		position:fixed;
		bottom:20px;
		text-align:right;
	}
	.go_top img{
		width:50px;
	}

	.btn01{
		text-align:center;
		margin-top:80px;
	}

}
@media only screen and (max-width: 767px) {
	body{
		font-size:12px;
	}

	img{
		max-width:100%;
	}

	.sp_hidden{
		display:none;
	}


	/* スマホメニューの設定
	 * --------------------------------------- */
	#menuList {
		display: none;
	}

	#menuList_pc{
		display: none;
	}

	header{
		min-height:78px;
	}

	.header_bg{
		display:none;
	}

	.switchBtn strong{
		color:#fff;
		font-weight:normal;
		font-size:8px;
		position:absolute;
		top:-4px;
		left:-4px;
	}

	.switchBtn strong img{
		width:35px;
	}

	#rwdMenuWrap {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}

	#rwdMenuWrap #switchBtnArea {
		width: 100%;
		background: #fff;
		position: relative;
		border-bottom:solid 5px #dcc887;
	}

	#rwdMenuWrap #switchBtnArea .switchBtn {
		top: 20px;
		right: 10px;
		width: 40px;
		height: 40px;
		display: block;
		background: #fff;
		position: absolute;
		border-radius: 5px;
	}

	#rwdMenuWrap #switchBtnArea .switchBtn span {
		left: -2%;
		width: 75%;
		height: 3px;
		display: block;
		position: absolute;
		background-color: #ed7b26;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#rwdMenuWrap #switchBtnArea .switchBtn span:nth-of-type(1) {top:11px;transform: rotate(0);}
	#rwdMenuWrap #switchBtnArea .switchBtn span:nth-of-type(2) {top:19px;transform: scale(1);}
	#rwdMenuWrap #switchBtnArea .switchBtn span:nth-of-type(3) {bottom:9px;transform: rotate(0);}

	#rwdMenuWrap #switchBtnArea .switchBtn.btnClose span:nth-of-type(1) {top:18px;transform: rotate(-45deg);}
	#rwdMenuWrap #switchBtnArea .switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
	#rwdMenuWrap #switchBtnArea .switchBtn.btnClose span:nth-of-type(3) {bottom:18px;transform: rotate(45deg);}

	header h1 {
		padding: 11px 0 11px 15px;
	}
	header h1 img {
		height: 46px;
	}


	#rwdMenuWrap ul {
		width: 100%;
		display: none;
	}

	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #dcc887 1px solid;
		font-size:0;
	}

	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		text-align: left;
		display: block;
		background: #f3ecd5;
		position: relative;
	}

	#rwdMenuWrap ul li a:after {
		content: '';
		top: 25%;
		right: 15px;
		width: 17px;
		height: 19px;
		display: block;
		position: absolute;
		background-image:url(img/common/sp/point.png);
		background-repeat:no-repeat;
	}

	#rwdMenuWrap ul li:last-child a{
		text-align:center;
		background-color:#ed7b26;
	}

	#rwdMenuWrap ul li:last-child a:after {
		background-image:none;
	}


	#rwdMenuWrap ul li img{
/*		height:17px;*/
	}
	.container{
		padding:0 15px;
	}


	.title{
		padding:5px;
	}

	.title h2{
		padding-left:5px;
	}


	.title img{
		height:15px;
	}


	footer{
		border-top:5px solid #ffd73c;
	}

	.footer_area{
		padding:20px 0 0 0;
	}
	.copyright{
		padding:40px 0 20px 0;
	}

	.go_top{
		position:fixed;
		bottom:20px;
		right:20px;
		text-align:right;
	}

	.go_top img{
		width:45px;
	}

	.pan{
		display:none;
	}

	.btn01{
		width:332px;
		margin:0 auto 15px auto;
	}

	.btn01 img{
		width:100%;
	}




}
