@charset "UTF-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.inner {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
a { 
	text-decoration: none; 
	cursor: pointer;
}
a,a > img {
	transition: .3s;
	transition-property: opacity;
	-moz-transition-property: opacity;
	-webkit-transition-property: opacity;
}
a:hover,a:hover > img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.sp { display: none !important; }

@media (max-width:900px) {
	.pc { display: none !important; }
	.sp { display: block !important; }
	.inner {
		width: 100%;
		padding: 0px 20px;
		box-sizing: border-box;
	}
}	

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ヘッダー
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
header .nav-inner-sp > ul {
	margin-top: 39px;
	float: left;
}
header .nav-inner-sp > ul li {
	display: inline-block;
}
header .nav-inner-sp > ul li + li {
	margin-left: 39px;
}
header .nav-inner-sp > ul li a {
	font-size: 16px;
	font-weight: bold;
	color: #6e768d;
	text-align: center;
	display: block;
	transition: .6s;
}
header .nav-inner-sp > ul li a span {
	font-size: 10px;
	color: #199f43;
	display: block;
	margin-top: 3px;
	transition: .6s;
}
header .nav-inner-sp > ul li a:hover span {
	color: #e7d32c;
}
header h1 {
	margin: 35px 0px 0px 45px;
	float: left;
	transition: .6s;
}
header .btn-cont {
	float: right;
	margin-left: 45px;
}
header .tell,
header .time {
	width: 248px;
	height: 44px;
	line-height: 45px;
	text-align: center;
}
header .tell {
	background: #1b9b4c;
}
header .tell a {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	display: block;
	transition: .6s;
}
header .tell a img,
header .time a img  {
	margin: 9px 12px 0px -17px;
}
header .time {
	background: url(../images/time_bg.gif) no-repeat left #e7d32c;
}
header .time a {
	font-size: 18px;
	font-weight: bold;
	color: #5b6785;
	display: block;
	transition: .6s;
}
.nav-inner-sp {
	overflow: hidden;
	float: right;
}
#header.is-animation #global-nav .nav-inner-sp > ul {
	font-size: 92%;
}
#nav-toggle {
	display: none;
	position: absolute;
	right: 15px;
	top: 17px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	z-index: 100001;
}
#nav-toggle div { position: relative;}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #6e768d;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(2) {top: 8px;}
#nav-toggle span:nth-child(3) {top: 16px;}

@media (max-width:1280px) { 
	header h1 {
		width: 240px;
		margin: 30px 0px 0px 2.5%;
	}
	header h1 img {
		width: 100%;
		height: auto;
	}
	header .nav-inner-sp > ul li a {
		font-size: 15px;
	}
	header .tell a {
		font-size: 17px;
	}
	header .time a {
		font-size: 15px;
	}
	header .tell, header .time {
		width: 200px;
	}
	header .nav-inner-sp > ul li + li {
	    margin-left: 28px;
	}
	header .btn-cont {
	    margin-left: 10px;
	}
}
@media (max-width:1050px) { 
	.nav-inner-sp {
		width: 74%;
	}
	header h1 {
		width: 200px;
		margin: 30px 0px 0px 2.5%;
		z-index: 1000;
		position: relative;
	}
	header .nav-inner-sp > ul li a {
		font-size: 13px;
	}
	header .nav-inner-sp > ul li + li {
	    margin-left: 20px;
	}
	header .tell, header .time {
		width: 180px;
	}
	header .tell a {
		font-size: 16px;
	}
	header .time a {
		font-size: 14px;
	}
	header .nav-inner-sp > ul {
	    margin-top: 30px; 
	}
	header .tell a img, header .time a img {
	    margin: 9px 12px 0px -4px;
	}
}

@media screen and (min-width:901px){
	#wrapper {
		margin-top: 119px;
	}
	header .tell a {
		cursor: default;
	}
	header .tell a:hover,
	header .tell a:hover img {
		opacity: 1;
	}
	#mobile-head{
		position: fixed;
		top: 0;
		z-index: 9999;
		background: #fff;
		width: 100%;
		padding-bottom: 30px;
		height: 88px;
		overflow: hidden;
	}
}

@media screen and (max-width: 900px) {
	#header {
	    display: flex;
	    position: fixed;
	    height: 150px;
	    top: 0;
	    z-index: 100000;
	    width: 100%;
	    min-width: 100%;
	    -o-transition: all 0.5s ease;
	    -webkit-transition: .5s ease-in-out;
	    -moz-transition: .5s ease-in-out;
	    transition: .5s ease-in-out;
	    background: #fff;
	    font-size: 112.5%;
	    flex-shrink: 0;
	    flex-basis: auto;
	    display: -webkit-flex;
	}
	header h1 {
		width: 148px;
		margin: 12px 0px 0px 12px;
	}
	header .nav-inner-sp > ul li a span {
		display: none;
	}
	header .nav-inner-sp > ul li a {
	    font-size: 15.5px;
	}
	header .nav-inner-sp > ul {
		margin-top: 0;
	}
	#container {
		clear: both;
		margin-top: 53px;
	}
	#header,#mobile-head {
		height: 53px;
	}
	.header-inner {
	    content: "";
	    display: block;
	    width: 100%;
	    height: 53px;
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    z-index: 999;
	     background: #fff; 
	}
    #mobile-head {
    	position:relative;
    	z-index: 100000000000;
    	width: 100%;
    	padding: 0;
    }
    #global-nav {
    	position: absolute;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	top: -100vh;
    	bottom: 0;
    	text-align: center;
    	z-index: 100;
    	transition: .3s ease-in-out;
    	opacity: 0;
    }
    #global-nav .nav-inner-sp > ul {
    	position: relative;
    	width: 100%;
    	flex-direction:  column;
    	background: #fff;
    	margin-bottom: 20px;
    }
    #global-nav .nav-inner-sp > ul li {
    	float: none;
    	position: relative;
    	display: block;
    	margin: 0;
    	width: 100%;
    	border-bottom: solid 1px #a5a5a5;
    }
    #header #global-nav .nav-inner-sp > ul li a,
    #header.fixed #global-nav .nav-inner-sp > ul li a {
    	width: auto;
    	display: block;
    	padding: 13px 17px;
    	text-align: left;
    }
    #nav-toggle {
    	display: block; 
    }
    #nav-toggle:after {
    	content:"";
    	font-size:50%;
    	position: absolute;
    	bottom: -18px;
    	left: -1em;
    	right: -1em;
    }
    header .tell, header .time {
        width: 100%;
    }
    header .btn-cont {
    	margin: 0;
        width: 100%;
    }
    header .tell a {
        font-size: 24px;
    }
    header .tell {
    	overflow: hidden;
    }
    header .time a {
        font-size: 16px;
    }
    header .time {
        background: #e7d32c;
    }
    .open #nav-toggle span:nth-child(1) {
    	top: 12px;
    	-webkit-transform: rotate(315deg);
    	-moz-transform: rotate(315deg);
    	transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) { 
    	width: 0; 
    	left: 50%; 
    }
    .open #nav-toggle span:nth-child(3) {
    	top: 12px;
    	-webkit-transform: rotate(-315deg);
    	-moz-transform: rotate(-315deg);
    	transform: rotate(-315deg);
    }
    .open #global-nav {-moz-transform: translateY(50px);
    	-webkit-transform: translateY(50px);
    	transform: translateY(50px);
    	top: 0;
    	opacity: 1;
    }
	.nav-inner-sp {
		position: absolute;
		-webkit- transform: translateY(-50%) translateX(-50%);
		width: 92%;
		z-index: 1000;
		padding: 0 4%;
		background: #fff;
		padding-top: 7px;
	}
	#header.open:after {
	    content: "";
	    width: 100%;
	    height: 100vh;
	    top: 0;
	    left: 0;
	    right: 0;
	    display: block;
	    background: #fff;
	    z-index: 1;
	    position: absolute;
	}
}
@media screen and (max-width: 375px) {
	#global-nav .nav-inner-sp > ul {
		overflow: scroll;
		height: 300px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
フッター
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
footer {
	background: #1b9b4c;
	padding: 30px 0px;
}
footer nav {
	width: 865px;
	margin: 0 auto;
}
footer li {
	display: inline-block;
	width: auto;
	margin: 0px 8px;
}
footer li a {
	font-size: 12px;
	color: #fff;
	text-align: center;
	display: block;
}
footer h1 {
	background: #fff;
	border-radius: 152px;
	-moz-border-radius: 152px;
	-webkit-border-radius: 152px;
	width: 304px;
	height: 85px;
	margin: 28px auto 0;
	position: relative;
}
footer h1 img {
	width: 250px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto; 
}
footer .address {
	margin-top: 18px;
}
footer .copy {
	margin-top: 5px;
}
footer .address,
footer .copy {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
footer .address span {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-top: 6px;
}

@media screen and (max-width: 900px) { 
	footer li {
		margin: 0px 12px;
	}
	footer nav {
	    width: 280px;
	    box-sizing: border-box;
	}
	footer nav ul {
		text-align: center; 
	}
	footer {
	    padding: 18px 0px;
	}
	footer li:nth-child(n+3) {
		margin-top: 7px;
	}
	footer h1 {
		margin: 22px auto 0;
		width: 290px;
		height: 76px;
	}
	footer .address span {
		font-size: 15px;
		line-height: 20px;
		margin-top: 4px;
	}
	footer .address a {
		color: #fff !important;
	}
	footer .copy {
		font-size: 10px;
		margin-top: 17px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
パンくず
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#breadCrumb {
    overflow: hidden;
    max-width: 980px;
    margin: 0 auto 25px;
}
#breadCrumb li + li:before {
    content: ">";
    margin: 0 0.5em;
}
#breadCrumb ul {
    float: right;
    margin-top: 18px;
}
#breadCrumb li {
    float: left;
    font-size: 10px;
    color: #000;
}
#breadCrumb li a {
    color: #000;
    text-decoration: underline;
}
@media screen and (max-width: 900px) { 
	#breadCrumb ul {
	    margin-top: 11px;
	}
	#breadCrumb {
		margin: 0 10px 20px;
	}
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
下層共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.lower .main {
	height: 246px;
}
.lower .main .main-tit {
	font-size: 30px;
	text-align: center;
	padding-top: 85px;
	font-family: "游ゴシック", sans-serif;
	font-weight: bold;
}
.lower .main .main-tit span {
	font-size: 16px;
	display: block;
	margin-top: 4px;
}

.green-tit {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	position: relative;
	height: 36px;
	line-height: 36px;
	display: block;
	background: url(../images/green-tit_bg.gif) no-repeat right #1b9b4c; 
	padding-left: 38px;
	background-size: auto 100%;
}
.green-tit:before {
	content: "";
	background: #e7d32c;
	width: 8px;
	height: 8px;
	top: 0;
	bottom: 0;
	left: 21px;
	margin: auto;
	position: absolute;
}

@media (max-width:900px) {
	.lower .main {
	    height: 35.6vw;
	}
	.lower .main .main-tit {
		font-size: 15px;
		padding-top: 11.5%;
	}
	.lower .main .main-tit span {
		font-size: 8px;
	}
	.green-tit {
		font-size: 13px;
		padding-left: 27px;
		height: 41px;
		line-height: 41px;
		background: url(../images/green-tit_bg_sp.gif) no-repeat right #1b9b4c; 
		background-size: auto 100%;
	}
	.green-tit:before {
	    width: 6px;
	    height: 6px;
	    left: 15px;
	}
}