@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: url(../images/ground.png) ;
	margin: 0;
	padding: 0;
	color: #000;
	-webkit-text-size-adjust:none;
}


ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}

a img {
	border: none;
}


#error {
 padding: 20px 0;
 color: #000;
 background: url(../images/error.png);
 text-align: center;
}
 
#error p {
 font: bold 14px/30px Meiryo,sans-serif;
}
 
#error a {
 color: #2F9DA0;
 text-decoration: underline;
}
 
#error a:hover {
 color: #fff;
 background: #2F9DA0;
}


/*--------------------------------------------------------------
clearFix
--------------------------------------------------------------*/

.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearFix {
	min-height: 1px;
}

/*--------------------------------------------------------------
a
--------------------------------------------------------------*/

a:link {
	color: #000;
	text-decoration: underline;
}

a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

/*--------------------------------------------------------------
#container 
--------------------------------------------------------------*/

#container {
	width: 100%;
	margin: 0;
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/

header {
	background-color: #ADB96E;
}

/*--------------------------------------------------------------
#global-nav
--------------------------------------------------------------*/

#global-nav {
	display: block;
	width: 100%;
	min-width: 980px;
	height: 90px;
	background: #FFFFFF url(../images/header.png) top left no-repeat;
	margin: 0;
	padding: 0;
	font-size: 14px;
	overflow: hidden;
	position: relative;
}

#global-nav h1 {
	width: 280px;
	height: 45px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 23px;
	left: 35px;
}

#global-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 25px;
}

#global-nav ul li {
	float: right;
}

#global-nav ul li a {
	display: block;
	position: relative; /* IE6用 */
	text-decoration: none;
	height: 90px;
	line-height: 90px;
	padding: 0 18px;
}

#global-nav ul li a:link,
#global-nav ul li a:visited,
#global-nav ul li a:active {
	color: #000;
}

#global-nav ul li a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
#content
--------------------------------------------------------------*/

#content {
	max-width: 1280px;
	min-width: 980px;
	margin: 0 auto;
	padding: 0;
}


.column img {  
    transition: 0.5s; 
}  

.column img:hover {  
    -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1); 
} 

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.6;  
    filter: alpha(opacity=60);  
}   

/*--------------------------------------------------------------
#news_area
--------------------------------------------------------------*/

#news_area {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/news_ground.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
}

#news_area h2 {
	width: 325px;
	height: 50px;
	margin: 60px auto 30px auto;
	padding: 0;
}

#news_area ul {
	width: 978px;
	margin: 60px auto 0 auto;
	padding: 0;
	list-style-type: none;
}

#news_area ul li {
	width: 230px;
	float: left;
	margin: 0 48px 80px 48px;
	padding: 0;
	overflow: hidden;
}

#news_area ul dl {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

#news_area ul dt {
	height:230px;
	margin-bottom: 40px;
}

#news_area dl span.dates {
	width: 100px;
	height: 30px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	display: block;
	background: url(../images/dateground.png) center repeat-x;
	-webkit-background-size: 100px auto;
	background-size: 100px auto;
	position: absolute;
	top: 215px;
	left: 65px;
}

#news_area span.new_icon {
	height: 30px;
	margin: 0;
	padding: 0 10px;
	color: #000000;
	line-height: 30px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	display: block;
	position: absolute;
	background-color: #FAEA66;
	top: 0;
	left: 0;
}

#news_area ul dd.title {
	width: 230px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #2F9DA0;
	line-height: 1;
	font-size: 17px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#news_area ul dd.substyle {
	width: 230px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.6;
}

#news_area p {
	margin: 0;
	padding: 0;
}

#news_area a:link {
	color: #2F9DA0;
	text-decoration: none;
}

#news_area a:visited {
	color: #2F9DA0;
	text-decoration: none;
}

#news_area a:hover, a:active, a:focus {
	color: #2F9DA0;
	text-decoration: underline;
}

#news_area a:hover img{
    opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity = 70);
}


/*--------------------------------------------------------------
#social_area
--------------------------------------------------------------*/

#social_area {
	width: 100%;
	margin: 40px 0;
	padding: 0;
	overflow: hidden;
}

#social_area h3 {
	width: 400px;
	margin: 0 auto;
	padding: 0;
}

#social_area ul {
	width: 810px;
	margin: 15px auto 25px auto;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#social_area ul li.facebook {
	width: 250px;
	height: 60px;
	float: left;
	margin: 0 10px;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	display:table;
	text-align: center;
	background: url(../images/facebook.png) no-repeat; 
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}

#social_area ul .fb-like {
	margin: 0;
	padding: 0;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}


#social_area ul li.twitter {
	width: 250px;
	height: 60px;
	float: left;
	margin: 0 10px;
	padding: 0 0 0 35px;
	box-sizing: border-box;
	display:table;
	text-align: center;
	background: url(../images/twitter.png) no-repeat; 
	-webkit-background-size: 250px auto;
	background-size: 250px auto;
}

#social_area ul li.twitter span {
	margin: 0;
	padding: 10px 0 0 0;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

#social_area ul li.youtube {
	width: 250px;
	float: left;
	margin: 0 10px;
	padding: 0;
	text-align: center;
	background-color: #2F9DA0;
	line-height: 0;
	bottom: 0;
}

#social_area p {
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.5;
	color: #FFFFFF;
	font-size: 13px;
}


/*--------------------------------------------------------------
#entry_area
--------------------------------------------------------------*/

#entry_area {
	width: 100%;
	margin: 0;
	padding: 45px 0;
	background: url(../images/entryground.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	text-align: center;
}

#entry_area span {
	margin: 0 10px 0 0;
	padding: 0;
}

#entry_area a:link {
	text-decoration: none;
}

#entry_area a:visited {
	text-decoration: none;
}

#entry_area a:hover, a:active, a:focus {
	text-decoration: none;
}

.button {
	display: inline-block;
	width: 360px;
	height: 80px;
	text-align: center;
	text-decoration: none;
	line-height: 80px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button {
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	border: 7px solid #000000;
	color: #000000;
	font-size: 21px;
	font-weight: bold;
	line-height: 66px;
}

.button:hover {
	background-color: #FFF171;
	border-color: #000000;
	color: #000000;
}

.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #FFFFFF;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #FFFFFF;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/

footer {
	margin: 0;
	padding: 0;
}

.footer_nav {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	overflow: hidden;
}

.footer_nav ul {
	width: 900px;
	margin: 35px auto;
	padding: 0;
	list-style-type: none;
}

.footer_nav li {
	width: 290px;
	float: left;
	margin: 5px 5px;
	padding: 0 0 0 0;
	font-size: 13px;
}

.footer_nav a:link {
	color: #000;
	text-decoration: none;
}

.footer_nav a:visited {
	color: #000;
	text-decoration: none;
}

.footer_nav a:hover, a:active, a:focus {
	color: #2F9DA0;
	text-decoration: none;
}

.copylight {
	width: 100%;
	min-width: 980px;
	height: 45px;
	position: relative;
	background: #505050 url(../images/footer.png) top left no-repeat;
	margin: 0;
	padding: 0;
}

.copylight h2 {
	width: 340px;
	height: 25px;
	position: absolute;
	top: 12px;
	left: 30px;
}

.copylight p {
	margin: 0 20px 0 0;
	padding: 0;
	height: 45px;
	line-height: 45px;
	display: block;
	text-align: right;
}

header, section, footer, aside, article, figure {
	display: block;
	font-size: 10px;
	color: #FFFFFF;
}

