@charset "UTF-8";

/*
	共通
------------------------------------------ */
#wrap{
    padding: 40px 0 0;
}

.noneSP {
    display: none;
}

.padRem {
    padding: 0.6rem 0;
}

.contentBox {
	margin-bottom: 40px;
}

/*見出しデザイン------------------------------*/
.lineTitle {
	color: #439b55;
	font-weight: normal;
	padding-bottom: 4px;
	border-bottom: 2px solid #bbb;
	margin-bottom: 20px;
	font-size: 1.2rem;
	padding-left: 8px;
}

.boxTitle {
	background: #72c082;
	color: #fff;
	text-align: center;
	padding: 0.4rem;
	margin-bottom: 20px;
}

.boxTitle span {
	display: block;
	border: 1px solid #fff;
	height: 40px;
	line-height: 40px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 1rem;
}

/*
    Header
------------------------------------------ */

#header header .siteLogo {
	width: 65%;
	padding: 1rem 0;
	margin-left: 3%;
}

#header header .siteLogo img {
	width: 100%;
	max-width: 360px;
}

#header header h1 {
	font-size: 0.7rem;
	padding: 0 0.8em;
	font-weight: 300;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.3rem;
	border-top: 1px solid #bbb;
	background: #5f5f5f;
	color: #fff;
}

/*
	gNavi
------------------------------------------ */
#gNavi {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #bbb;
	background: #f4f4f4;
}

#gNavi nav ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 50px;
}

#gNavi nav ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 25%;
	height: 50px;
	text-align-last: center;
	border-right: 1px solid #bbb;
	font-size: 0.8rem;
	box-sizing: border-box;
	line-height: 1.2rem;
}

/*
#gNavi nav ul li:last-child {
	border-right: none;
}
*/

#gNavi nav ul li a {
	display: block;
	width: 100%;
	color: #333;
}


/*
    Footer
------------------------------------------ */
#footer {
	width: 100%;
	background: #72c082;
	margin-top: 60px;
}
#footer footer {
	text-align: center;
	padding: 0.6rem 0;
	color: #fff;
}

#footer footer a {
	color: #fff;
}

#footer footer .copyR {
	margin-top: 4px;
	line-height: 1rem;
}

/* ページのトップに戻るボタン
------------------------------------------*/
#goTop {
    position: fixed;
    bottom: 20px;
    right: 0.6rem;
    width: 60px;
    height: 60px;
}

#goTop img {
    width: 100%;
    max-width: 80px;
    opacity: 0.85;
}

/*
	パンくず
------------------------------------------ */

#breadcrumb{
	background: #f4f4f4;
	box-shadow: 0 0 2px rgba(0,0,0,.2);
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #bbb;
	margin: 0;
	padding: 0;
	list-style: none;
}
 
#breadcrumb li{
	float: left;
	line-height: 1.4rem;
}

#breadcrumb li span {
	font-size: 12px;
	padding-left: 2.1em;
}

#breadcrumb li:first-child span {
	padding-left: 1em;
}

#breadcrumb a{
	float: left;
	text-decoration: none;
	color: #333;
	position: relative;
}

#breadcrumb li:first-child a{
	border-radius: 5px 0 0 5px;
}

#breadcrumb a::after,
#breadcrumb a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
}

#breadcrumb a::after{
	z-index: 2;
	border-left-color: #f4f4f4;
}

#breadcrumb a::before{
	border-left-color: #ccc;
	right: -1.05em;
	z-index: 1;
}

#breadcrumb a:hover::after{
	border-left-color: #fff;
}

#breadcrumb .current,
#breadcrumb .current:hover{
	font-weight: bold;
	background: none;
}

#breadcrumb .current::after,
#breadcrumb .current::before{
	content: normal;
}

/*
    メインヴィジュアル
------------------------------------------ */
#mainV .mainVimg img{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

/*
	ドロワーメニュー
------------------------------------------ */
/* スタイル */
#sideCon .drawer-nav {
	background: #fff;
}

#sideCon .sideBox {
	padding: 0.8em;
	border: 1px solid #545454;
}

#sideCon #spDrawer .sideBox {
	border: none;
	padding: 0.6rem;
}

/* 見出し */
#sideCon .sideBox h3 {
	padding: 6px;
	background: #72c082;
	margin-bottom: 20px;
}

#sideCon .sideBox h3 span {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	border: 1px solid #fff;
	text-align: center;
	font-weight: normal;
	color: #fff;
}

#sideCon .sideBox ul li a {
	color: #333;
	display: block;
	padding-left: 10px;
	font-size: 0.9rem;
}

#sideCon .sideBox .rankingNav ul li {
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #bbb;
}

#sideCon .sideBox .rankingNav ul li:first-child {
	border-top: 1px solid #bbb;
}

#sideCon .sideBox .rankingNav ul li a {
	background:url(../img/common/arrow_r_gre.svg) no-repeat 97% center;
	background-size: 16px;
}

#sideCon .sideBox .rankingNav ul li a:hover {
	background: url(../img/common/arrow_r_gre.svg) no-repeat 97% center #cdf0d4;
	background-size: 16px;
}

#sideCon .sideBox .normalNav ul li {
	width: 100%;
	display: table;
	border-bottom: 1px solid #bbb;
}

#sideCon .sideBox .normalNav ul li:first-child {
	border-top: 1px solid #bbb;
}

#sideCon .sideBox .normalNav ul li a {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 2% 10px 12%;
	background:url(../img/common/arrow_triangle.svg) no-repeat 2% center;
	background-size: 14px;
}

#sideCon .sideBox .normalNav ul li a:hover {
	background: url(../img/common/arrow_triangle.svg) no-repeat 2% center #cdf0d4;
	background-size: 14px;
}


/* メニュードロワー用 */
#spDrawer .header-menu {
	float: right;
	width: 60px;
	opacity: 0.85;
}

#spDrawer .header-menu-close {
	display: none;
}

#spDrawer .header-menu-close.change-img {
	display: block;
	padding: 0.8rem 1rem;
	width: 60px;
}

#spDrawer .header-menu.change-img {
	display: none;
}

