﻿@charset "utf-8";
@import url("reset.css");
@import url("default.css");
/* --------------------------------------------------------------------
		Font-size Adjustment.
			77% = 10px	|	123.1% = 16px	|	167% = 22px
			85% = 11px	|	131% =  17px	|	174% = 23px 
			93% = 12px	|	138.5% = 18px	|	182% = 24px 
			100% = 13px	|	146.5% = 19px	|	189% = 25px 
			108% = 14px	|	153.9% = 20px	|	197% = 26px 
			116% = 15px	|	161.6% = 21px	| 
-------------------------------------------------------------------- */
html {
	color: #333;
}
body {
	background-image: url(../img/common/body-bg-s.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-color: #464646;
}
/*PCのスタイル*/
.inner{
	width: 100%;
	margin: 0 auto;
	background-color: rgba(105,79,145,0.85);
}
header{
	padding: 0;
}
header .inner {
	display: flex;
   justify-content: space-between;
	align-items: center;
}
header .inner >:last-child {
  margin-left: auto;
}
header .inner a {
	color:#fff;
}
header h1 {
	padding: 30px;
}
header nav ul {
	display: flex;
	margin: 0;
	padding: 0;
}
header nav ul li {
	padding: 5px 20px 5px 34px;
	margin: 0 0 0 20px;
	list-style: none;
	background-position: left center;
}
header nav ul li a:hover {
	text-decoration: none;
}
.ohakajimai {
	background-image: url(../img/common/grave.png);
	background-repeat: no-repeat;
}
.company {
	background-image: url(../img/common/company.png);
	background-repeat: no-repeat;
}
.inquiry {
	background-image: url(../img/common/contact.png);
	background-repeat: no-repeat;
}
footer {
	padding: 40px;
	color: #fff;
}
#footer-inner {
	display: flex;
}
footer address {
	margin: 20px 0 10px 0;
}
.phone {
	width: 200px;
	padding: 8px 0 0 46px;
	background-image: url(../img/common/phone.png);
	background-repeat: no-repeat;
	font-size: 180%;
	font-weight: bold;
}
#footer-address {
	padding-right: 40px;
}
#footer-address p {
	color: #fff;
	font-size: 80%;
}
#footer-navi {
	padding-left: 20px;
	border-left: 1px solid #555;
}
#footer-navi a,ul,li {
	color: #fff;
}
#footer-navi li {
	line-height: 200%;
}
.Copyright {
	margin: 50px 0 10px 0;
	text-align: center;
	color: #fff;
	font-size: 90%;
}

@media screen and (max-width: 768px){
	header h1 {
		text-align: center;
	}
	header .inner {
		display:block;
		margin: 0;
		padding: 0;
	}
	header nav {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
		background-color: #6f3381;
		border-top: 1px solid #592c63;
		border-bottom: 1px solid #592c63;
	}
	header nav ul li {
		margin: 0;
		padding: 60px 5px 20px 5px;
		width:-webkit-calc(100% / 3);
		width:calc(100% / 3);
		width:33.33333%;
		text-align: center;
		background-position: center 26px;
		border-right: 1px solid #54275e;
		box-sizing:border-box;
	}
	footer address {
		margin: 20px auto;
	}
	#footer-inner {
		display: block;
	}
	#footer-address {
		padding-right: 0;
		margin: 0 auto;
		text-align: center;
	}
	#footer-navi {
		margin: 50px 0 0 0;
		padding-left: 0;
		border-top: 1px solid #555;
		border-left: none;
	}
	#footer-navi ul {
		margin: 30px auto;
	}
	#footer-navi ul li {
		list-style-type: none;
		text-align: center;
		margin: 20px 0;
	}

}

/* start: Menu -------------------------------- */

/* end: Menu -------------------------------- */

/* start: Back-header -------------------------------- */
#Back-header {
	width: 980px;
	margin: 0 auto;
}
#Back-header p {
	float: right;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#Back-header a {
	display: block;
	width: 170px;
	height: 24px;
	background: url(../img/common/back-header.png) no-repeat;
}
#Back-header a:hover {
	background-position: 0 -24px;
}
/* end: Back-header -------------------------------- */

/* start: clearfix -------------------------------- */
.clearfix:after {
	content: ".";
	font-size: 0.1em;
	line-height: 0;
	display: block;
	height: 0.1px;
	visibility: hidden;
	clear: both;
} 

.clearfix {
	display: inline-block;
}

/* Hides from Mac IE \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hide from Mac IE */
/* end: clearfix -------------------------------- */
/* start: Highlight -------------------------------- */
.Highlight a:hover img {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}
.Highlight2 a:hover img {
	filter: brightness(120%);
}
/* end: Highlight -------------------------------- */
#Page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#Page-top a {
	background: #444;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 15px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#Page-top a:hover {
	text-decoration: none;
	background: #999;
}
/* start: linkhover -------------------------------- */
.ha a {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.ha a::after {
  position: absolute;
  bottom: .3em;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #e33cbe;
  opacity: 0;
  transition: .5s;
}
.ha a:hover::after {
  bottom: -3px;
  opacity: 1;
}
