@charset "UTF-8";

/*------------------------------------------------------------
	ベースライン
------------------------------------------------------------*/

h3 {
	font-size:2.4rem;
	letter-spacing: 1px;
	line-height: 60px!important;
}

h3 span {
	font-size: 1.8rem;
}

/*------------------------------------------------------------
	ナビゲーション
------------------------------------------------------------*/

p#naviBtn a {
	display: none;
	width: 68px;
	height: 68px;
	font-size: 3.4rem;
	line-height: 68px;
	top: 20px;
	right: 20px;
}

#gNavi {
	display: block;
	background: #fed6e3;
}

#gNavi ul {
	width: 1080px;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0;
}

#gNavi ul li {
	display: inline-block;
	line-height: 1;
}

#gNavi ul li a {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	color: #3c3c3c;
	text-decoration: none;
	margin: 0 18px;
	padding: 15px 0;
	position: relative;
	overflow: hidden;
	-webkit-transition: ease .2s;
	transition: ease .2s;
}

/*
#gNavi ul li a:hover {
	color: #000;
}
*/

#gNavi ul li a:after {
	content: '';
	background: #3c3c3c;
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: 0;
	left: -100%;
	-webkit-transition: ease .2s;
	transition: ease .2s;
}

#gNavi ul li a:hover:after {
	left: 0;
}



div.remodal img {
	width: 200px;
	height: auto;
	margin: 0 auto 30px;
}

div.remodal section {
	width: 200px;
	margin: 0 auto 20px;
}

div.remodal div a.modalBtn {
	font-size: 1.8rem;
}

/*------------------------------------------------------------
	コンテンツ：レイアウト
------------------------------------------------------------*/

div.container {
    padding-bottom: 40px;
}

div.container div.contents {
	max-width:1080px;
}

main p.siteID a {
    width: 400px;
    height: 100px;
    top: 44px;
	left: 3vw;
}


	
/*------------------------------------------------------------
	RESPONSIVE GRID
------------------------------------------------------------*/

.oneHalf {
	width: 47.5%;
	margin-right: 5%;
}

.oneHalf:nth-child(2n) {
	margin-right:0;
}

.grid {
	margin-bottom:20px;
}

.oneThird,
.oneThirdLeft,
.oneThirdRight {
	width:32%;
}

.twoThirdLeft,
.twoThirdRight {
	width:66%;
}

.twoFifthLeft,
.twoFifthRight{
	width:38.8%;
}

.threeFifthLeft,
.threeFifthRight {
	width:59.2%;
}

.oneFifth,
.oneFifth:nth-child(2n)  {
	width:18.4%;
	margin-right:2%;
}

.oneThird,
.oneThirdLeft,
.twoThirdLeft,
.twoFifthLeft,
.threeFifthLeft {
	margin-right:2%;
}

.oneThird:nth-child(3n),
.oneFifth:nth-child(5n) {
	margin-right:0;
}

.oneFourth,
.oneFourth:nth-child(2n) {
	width:23.5%;
	flex-basis:23.5%;
	margin-right:2%;
}

.oneFourth:nth-child(4n){
	margin-right:0;
}


/*------------------------------------------------------------
	2カラム（サイドナビ有り）
------------------------------------------------------------*/

div#mainRight {
	width:75%;
	float:right;
}

div#mainLeft {
	width:75%;
	float:left;
}

div#sideLeft {
	display:block;
	width:23.5%;
	margin-right:1.5%;
	float:left;
}

div#sideRight {
	display:block;
	width:23.5%;
	margin-left:1.5%;
	float:right;
}

div.fixed {
  position: fixed;
  top: 20px;
}
	
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

footer {
	padding: 35px 0;
}

footer div#innerFoot {
	max-width:1080px;
	height: 230px;
	position: relative;
}

footer div#innerFoot figure {
	width: 260px;
	position: absolute;
	top: 56px;
	left: 0;
	margin: 0;
}

footer address {
	position: absolute;
	bottom: 0;
	right: 0;
}

footer div#innerFoot div.footRightBox {
	width: 770px;
	position: absolute;
	top: 0;
	right: 0;
}

footer div#innerFoot div.footRightBox h5 {
	font-size:1.9rem;
	line-height: 40px;
}

footer div#innerFoot div.footRightBox h6 {
	font-size: 1.2rem;
}

footer div#innerFoot div.footRightBox table td span {
	font-size: 1rem;
}

footer div#innerFoot div.footRightBox table.tableLeft {
	width: 50%;
	float: left;
}

footer div#innerFoot div.footRightBox table.tableLeft th {
	width: 80px;
	text-align: left;
}

footer div#innerFoot div.footRightBox table.tableRight {
	width: 50%;
	float: left;
}

footer div#innerFoot div.footRightBox table.tableRight th {
	width: 80px;
	text-align: left;
}


/*------------------------------------------------------------
	ボタン
------------------------------------------------------------*/

a.button {
	padding: 15px 0;
}

a.button:hover {
	background: #F34359;
}

