html {
	font-size: 14px;
}

@media only screen and (max-width: 599px) {
	html {
		font-size: 12px;
	}
	}
	
body {
	color: #333;
	/*
	background-color: #f0f4f0;
	font-family: 'Noto Sans JP', sans-serif;
	*/
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-weight: normal;
	}
	
body {
    background: #ffffff;
    }
    	
a,
a:visited {
	color: #111;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.en {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.025em !important;
}

.gr {
	color: #999;
}

h1,h2,h3,h4 {
	font-size: 1.10rem;
	line-height: 1.65;
	margin-bottom: 1.2em;
	font-weight: 700;
	letter-spacing: 0.04em;
}

h1 .sm,h2 .sm,h3 .sm,h4 .sm {
	font-size: 0.9rem;
	font-weight: normal;
	padding: 0;
}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.pdtb_m { padding: 80px 0; }
.pdt_m { padding: 80px 0 0; }
.pdb_m { padding: 0 0 80px; }

@media only screen and (max-width: 599px) {
	/*.pdtb_m { padding: 50px 0; }
	.pdt_m { padding: 50px 0 0; }
	.pdb_m { padding: 0 0 50px; }*/
}

header {
	}

	.header-inner {
		padding: 50px 0;
	}
	
	.logo {
	}
	
	.logo img {
		width: 200px;
		height: auto;
	}
	
	header ul {
		float: right;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	}
	
	header ul li {
	font-size: 1.1rem;
    margin: 0 25px;
    display: inline-block;
    padding: 0;
    position: relative;
	}

	
.wrapper {
	width: 1440px;
    margin: 0 auto;
    max-width: calc(100% - 160px);
    }
    
@media only screen and (max-width: 599px) {
	
	.logo img {
		width: 170px;
	}
	
	.wrapper {
    	max-width: calc(100% - 60px);		
	}
	
	#about h4.en.gr,
	#news h4.en.gr,
	#contact h4.en.gr {
		margin-bottom: -10px;
	}
}

.slider .image img {
	width: 100%;
	height: auto;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .2);
}

.slider .image {
	padding: 20px;
	text-align: center;
}
    
@media only screen and (max-width: 599px) {
	
	.slider .image {
		padding: 10px;
	}
}

.slider .image p {
	font-weight: bold;
	margin-top: 18px;
	font-size: 18px;
}

.slider .image a {
	outline: none;
}

	
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	}

.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
	}

.clearfix {
	display: block;
	}
	
.footer {
	font-size: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.footer .menu {
	float: left;
}

.footer .copy {
	float: right;
}

.star {
    animation: kirakira 8s linear;
    color: orange;
    display: inline-block;
    height: 0.5em;
    line-height: 0.5em;
    position: fixed;
    top: -1em;
    z-index: 10000;
}

@keyframes kirakira {
    0% {
        transform:translateY(0) rotateY(0);
    }
    100% {
        transform:translateY(calc(100vh + 1em)) rotateY(3600deg);
    }
}