@charset "UTF-8";

h1,h2,h3,h4,h5,h6 {
    font-family: "Playfair Display SC",serif;
    color: #fff;
}

footer p.copy {
    font-family: "Playfair Display SC",serif;
}

a,p,li {
    font-family: "Lato",Arial,sans-serif;
    color: #fff;
    font-size: 1em;
    line-height: 1.75em
}

a:hover {
    text-decoration: none !important;
    color: #aaa !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

body {
	background-color: #003300;
	color: #fff;
}

.container {
    margin: auto;
    max-width: 800px;
    padding: 0 20px
}

@media only screen and (max-width: 767px) {
    .intro img {
        display:block;
        margin-left: auto;
        margin-right: auto
    }

    footer {
        text-align: center
    }
}

.typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    -ms-animation: blink 0.7s infinite;
    -o-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.main-nav {
    background: #eee;
    padding-top: 23px
}

.main-nav nav ul li a {
    color: #a7a7a7
}

.main-nav nav ul li.active a {
    color: #4d4d4d
}

.section.second {
    margin-bottom: 90px
}

.section .container {
    position: relative
}

/*
.section .container:after {
    position: absolute;
    content: url(../img/separator.png);
    left: 20px
}
*/

.section .container h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative
}

.intro {
    padding: 45px 0px 70px 0px;
    overflow-x: hidden
}

/*
.intro img {
    width: 81px;
    height: 81px;
    border-radius: 99px
}
*/

.intro .wrap {
    margin: 30px 0px
}
.intro h1:before {
    position: absolute;
    left: -260px;
    top: -150px;
    font-size: 270px;
    z-index: -1;
    color: #004900
}

.intro h1 span {
    font-size: 42px;
}
.intro h1 span#typed {
	font-family: 'gb_marumoji';
}

.work .work-list {
    margin-left: 0px
}

.work .work-list li {
    list-style: none;
    font-size: 0.9375em;
    color: #8c8c8c
}

.work .work-list li a {
    padding-bottom: 5px;
    font-size: 1.1875em;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #b3b3b3
}

.work .work-list li a:hover {
    border-bottom: 1px solid #333
}

.award .award-list {
    margin-left: 0px
}

.award .award-list li:first-child {
    font-size: 1.2em;
    color: #edbf96;
    width: 60%;
	border-bottom: 1px solid #ccc;
    margin-bottom: 6px;
    padding-bottom: 2px;
}

.skills .skill-list {
    margin-left: 0;
}

.skills .skill-list li:first-child {
    font-size: 0.9375em;
    color: #8c8c8c
}

.quote {
    padding: 20px 0;
    margin-top: 120px
}

.quote div.ubox {
    margin: 50px 0;
    padding: 40px 20px;
    border: 5px solid #fff;
    color: #fff
}

footer {
    padding: 50px 0px 0px 0px
}

footer .social li {
    display: inline;
    margin-left: 20px
}

footer .social li a {
    font-size: 1.25em;
    color: #999
}



.navbar a, .navbar span {
	font-family: 'gb_marumoji';
}

.pc {
	display: block;
}
.sp {
	display: none;
}

.mb20 {
	margin-bottom: 20px;
}
.mb40 {
	margin-bottom: 40px;
}
.red {
	color: #f00;
}

.cented {
	text-align: center;
}

.btn_top {
    width: 55px;
    position: fixed;
    z-index: 2000;
    right: 1%;
    bottom: 1%;
}
.btn_top img {
    width: 100%;
}
.ubox a {
	text-decoration: none;
	display: block;
	font-size: 160%;
}

.footer-nav {
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
.footer-nav li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}
.footer-nav li a {
	font-family: 'gb_marumoji';
	text-decoration: none;
	font-size: 90%;
}

.box {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #004900;
    color: #222;
    text-align: left;
}
.line-blue {
    border: 2px solid #fff;
}
.news-wrap ul {
    margin: 0;
    padding: 0;
}
.news-wrap li {
	list-style: none;
	border-bottom: 3px dotted #ccc;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.news-date,
.news-title {
    display: inline-block;
    vertical-align: top;
}
.news-date {
    margin-right: 10px;
}
.news-title {
    width: 610px;
}
.news-title h3 {
    margin-bottom: 0;
    color: #db7c2d;
}
.btn-c {
	text-align: right;
}
.btn-c a {
	text-decoration: none;
}

.tenbou {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #F00;
    padding: 5px 3px 0 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    background-color: #FFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #666666;
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
    margin: 10px auto 20px auto;
    max-width: 800px;
    text-align: center;
}
.tenbou:after {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #f00;
	border-radius: 50%;
}
h2.gltitle {
	font-size: 200%;
	padding-bottom: 5px;
	border-bottom: 1px solid #b3b3b3;
}
h2.gltitle span {
	font-family: 'gb_marumoji';
	padding-right: 20px;
}

.eventbox {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    background: #fff;
    color: #222;
    text-align: left;
    border: solid 1px #edbf96;
    text-align: center;
}
.eventbox img {
	display: inline-block;
	height: 160px;
	margin: 0 10px;
}

.intro.g2btitle {
	overflow: visible;
	padding-bottom: 20px;
}
.intro.g2btitle h1:before {
    left: -60px;
    top: -100px;
    font-size: 170px;
}
.intro.g2btitle h1 {
	border-bottom: solid 1px #b3b3b3;
    padding-bottom: 8px;
}
.intro.g2btitle h1 span {
	font-size: 80%;
	padding-left: 20px;
}
.lattend {
	margin-top: 20px;
	color: #edbf96;
}

.wrapin table {
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0;
}
.wrapin th {
	border: solid 1px #b3b3b3;
	color: #000;
	background-color: #ddd;
	white-space: nowrap;
}
.wrapin td {
	border: solid 1px #b3b3b3;
	color: #000;
}
.wrapin a {
	color: #000;
}
.wrapin b {
	color: #f00;
}

.submit {
    font-size: 120%;
    color: #050505;
    width: 50%;
    padding: 10px 20px;
    background: -moz-linear-gradient( top, #ffffff 0%, #ebebeb 45%, #dbdbdb 45%, #b5b5b5);
    background: -webkit-gradient( linear, left top, left bottom, from(#ffffff), color-stop(0.45, #ebebeb), color-stop(0.45, #dbdbdb), to(#b5b5b5));
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #666666;
    -moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
    box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,1);
}

.smap a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.tlink {
	font-weight: bold;
	margin-bottom: 10px;
}
.blink {
	margin-left: 40px;
}

.slwrapper {
	position: relative;
}
.sllogo {
	position: absolute;
	width: 240px;
	right: 20px;
	bottom: 20px;
}
.sllogo img {
	width: 100%;
}

#vis404 {
	font-size: 130px;
	font-weight: bold;
	line-height: 1;
	color: #ccc;
	text-align: center;
}
#visNotfound {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #ccc;
	text-align: center;
}
#txtNotfound {
	margin: 30px 10px 0 10px;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}

.gtop .container {
	position: relative;
}
.gtop .container .navboxed {
	position: absolute;
	right: 10px;
	top: 20px;
}
.gtop .container .navboxed a {
	display: inline-block;
	padding: 7px 20px;
	border-radius: 25px;
	text-decoration: none;
	color: #fff;
	background-color: #004900;
	font-weight: bold;
	color: #fff;
	transition: .4s;
}

.gtop .container .navboxed a:hover {
	background: #007200;
}
.glb-nv-btn {
	margin-bottom: 30px;
	text-align: center;
}
.glb-nv-btn a {
	text-align: center;
	display: inline-block;
	width: 300px;
	height: 240px;
	border: solid 8px #fff;
	border-radius: 10px;
	margin: 0 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.glb-nv-btn a.xseason {
	background-image: url(../img/bx01.jpg);
}
.glb-nv-btn a.xdandy {
	background-image: url(../img/bx02.jpg);
}
.glb-nv-btn a.xseason img {
	margin-top: 80px;
}
.glb-nv-btn a.xdandy img {
	margin-top: 70px;
}
.intro.gcontent {
	padding-top: 10px;
}

.topaccess {
	margin-bottom: 50px;
}
.toptel {
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	.btn_top {
	    width: 35px;
	    position: fixed;
	    z-index: 2000;
	    right: 1%;
	    bottom: 1%;
	}

	.ubox .units-row,
	.ubox .unit-70 {
		margin-bottom: 0;
	}
	.quote div.ubox {
		padding: 20px;
		margin: 10px 0;
	}

	footer {
		padding-top: 10px;
	}

	.footer-nav {
		padding: 10px 0;
		text-align: left;
	}
	.footer-nav li {
		width: auto;
		display: block;
		margin-bottom: 2px;
		margin-right: 1.65em;
/*
		padding-bottom: 2px;
*/
		border-bottom: solid 1px #eee;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	.footer-nav li a {
		font-family: 'gb_marumoji';
		text-decoration: none;
		font-size: 90%;
	}

	.news-title {
	    width: auto;
	}

	.tenbou {
		width: 94%;
	}


	.award .award-list li:first-child {
	    width: auto;
	}

	.intro.g2btitle {
		overflow-x: hidden;
	}

	.wrapin th,
	.wrapin td {
		display: block;
	}
	.intro h1 span#typed {
		font-size: 34px;
	}

	.sllogo {
		width: 180px;
		right: 10px;
		bottom: 10px;
	}

	.ttelbx {
		text-align: center;
		margin-top: -28px;
	}
	.ttelbx a {
		text-decoration: none;
		font-weight: bold;
		font-size: 28px;
	}

	.gtop .container p {
		text-align: left;
		margin-bottom: 0;
	}
	.gtop .container .navboxed {
		position: static;
		text-align: center;
	}

	.glb-nv-btn a {
		width: 94%;
		height: 220px;
		margin: 10px 0;
	}
	.award.xglcontents {
		padding-top: 30px;
	}
}
