@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #666;
  
	
}
article {
    height: auto;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    line-height: 1.9;
}

a {
   color:#70ab81;
    text-decoration: none;    
}
#main-visual {
    position: relative;
	margin-top: 120px;
	width: auto;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#main-visual img{
	width: 100%;
	height: auto;
}

footer {
    font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    color: #fff;
	padding: 30px;
	text-align: center;
	border-top: solid 1px #bbb;
    background-color: #000;
}
footer a {
	color: #fff;
	text-decoration: underline;
}

footer .logo img{
	width: 80px;
		}


.inner {
	width: 980px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
    position: fixed;
	font-size: 16px;
	width: 100%;
    height: 150px;
	margin: 0 auto;
	padding: 10px 50px;;
	line-height: 1;
	z-index: 999;
    background-color: #fff;
    opacity: 0.9;
}
#top-head a,
#top-head {
	color: #BCCD1D;
	text-decoration: none;
}

#top-head .logo {
    text-align: center;
    width: 220px;
    margin:5px auto 15px auto;
	
}
#top-head .logo img{
    width: 100%;
    height: auto;
	
}
#global-nav ul {
    width: 700px;
	list-style: none;
	position: relative;
	font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}
#global-nav ul li {
	display: inline-block;
	position: relative;
}
#global-nav ul li a {
	font-family: 'Secular One', sans-serif;
    width: 33.3%;
    font-size: 120%;
    color: #000;
	padding: 0 20px;
    font-weight: 600;
    

}
#global-nav ul li a:hover {
    opacity: 0.7;

}



/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 0;
	height: 120px;
	background: #fff;
	background: rgba(255,255,255,.8);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	color: #333;
	margin-top: 20px;
}
#top-head.fixed #global-nav ul li a {
	color: #333;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #000;
	bottom: -20px;
}




/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 15px;
	top: 40px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
    
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #262B3C;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}




@media screen and (max-width: 980px) {
article {
	height:auto;
	margin: 0 auto;
	line-height: 1.9;
	padding-top: 0px;
	}
.inner {
		width: 100%;
		padding: 0 20px;
	}
#global-nav ul li a {
		padding: 0 20px;
	}
	#top-head.fixed #global-nav ul li a {
		padding: 0 15px;
	}
}

@media screen and (max-width: 640px) {

article {
	height:auto;
	margin: 0 auto;
	line-height: 1.9;
	padding-top: 0px;
	}
#main-visual {
	margin-top: 0px;
	width: auto;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
    height: 80px;
	
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {

		width: 100%;
		height: 100px;
		z-index: 999;
		position: relative;
	}

#top-head .logo {
    position: absolute;
    width: 180px;
    top: 10px;
    left:15px;
    }

	#global-nav {
		position: absolute;
		top: -100vh;
		background: #000;
        color: #fff;
		width: 100%;
        height: 100vh;
		text-align: center;
		padding: 100px 0;
		-webkit-transition: .2s ease-in-out;
		-moz-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}
	#global-nav ul {
        width:100%;

		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 16px;
	}
	#global-nav ul li {
		float: none;
		position: static;
                display: block;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
    display: block;
    z-index: 100000;
        margin-top: -10px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
        background-color: #fff;
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
          background-color: #fff;
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(100vh);
		-webkit-transform: translateY(100vh);
		transform: translateY(100vh);
	}


}

.home a{
	border-radius: 15px;       
	-webkit-border-radius: 15px;   
	-moz-border-radius: 15px;   
	color: #FFFFFF;
	background-color: #009BE0;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-weight: bold;
	font-size: 70%;
	text-decoration: none;
	}
	.home a:hover{
	background-color: #005E89;		
	}
.btn_detail{
    width: 60%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    
	}
.btn_detail a{
	font-family: 'lato', sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	border: 2px solid #000;
	color: #000;
	display: block;
    text-decoration: none;  
	}
.btn_detail a:hover{
	border: 2px solid #000;
	background-color: #000;
	color: #FFF;
	}
.cppc{
    margin-left: 100px;
    margin-right: 100px; 
}

.sp{
    display: none;
}
.pc{
    display: block;
}
@media screen and (max-width: 640px) {
 .cppc{
    margin-left: 0px;
    margin-right: 0px; 
}
    .sp{
    display: block;
}
.pc{
    display: none;
}  
}
