@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* =======================================
	0. Reset
======================================= */
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption, 
tbody, tfoot, thead, table, label, tr, th, td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

.clear {
	clear:both;
	line-height:0;
}

a {
	text-decoration:none;
	cursor:pointer;
	-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;
}

a img {
	-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;
}

a:hover {
	text-decoration:none;
}

a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=5);
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:active {
	color:#000;
}

::selection {
	background: rgba(255, 225, 0, 0.5);
}

::-moz-selection {
	background: rgba(255, 225, 0, 0.5);
}

/*===============================================
●style.css 画面の横幅が571px以上
===============================================*/
@media screen and (min-width: 571px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

#container{
	width:100%;
}

.sp-wrap {
	width:1200px;
}

/* =======================================
	1. common
======================================= */

body {
	font-size: 12px;
	line-height: 200%;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:400;
	overflow:scroll;
	width:100%;
	height:auto;
	scrollbar-face-color: #888;
	letter-spacing:0.05em;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	min-width:1200px;
}

.main-title {
	margin:0 auto 55px;
}

.main-title-sp {
	display:none;
}
/* =======================================
	2. top
======================================= */

#top {
	width:100%;
}

#top-title {
	width:100%;
	margin:0 0 2px;
	padding:0;
	text-align:center;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #9cc810 50%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #ffffff 0%,#9cc810 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #ffffff 0%,#9cc810 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

#top-title h1 {
	color:#fff;
	font-size:10px;
	font-weight:400;
	letter-spacing:0.15em;
}

/*  2.1 nav
-----------------------------------------*/

header {
	width:100%;
	margin:0 auto 15px;
	z-index:100;
}

.logo {
	display:block;
	width:120px;
	margin:0px auto 12px;
	padding:53px 0 0;
}

.logo img {
	display:block;
	width:120px;
}

.inner {
	width: 675px;
	margin: 0 auto;
}

.nav {
	width: 100%;
	z-index: 999;
	background-color:rgba(255,255,255,0.9);
	-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;
}

.nav:hover {
	background-color:rgba(255,255,255,1.0);
}

.nav-menu {
	width: 100%;
	overflow: hidden;
}

.nav-menu li {
	width: 135px;
	float: left;
	list-style-type: none;
	padding:15px 0px 15px;
	letter-spacing:0.15em;
}

.nav-menu li a img {
	margin:0 17.5px;
	width: 100px;
	cursor:pointer;
}

.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

#main-img {
	width: 1200px;
	height:536px;
	margin:0 auto 160px;
	background:url(../img/main-img.png) no-repeat center top;
	background-color:#eee;
}

.nav-sp {
	display:none;
}


/* =======================================
	3. survice
======================================= */

#survice {
	width: 100%;
	margin:0 0 160px;
}

#survice-inner {
	width: 900px;
	margin:0 auto;
}

#survice-inner ul li {
	width: 207px;
	float:left;
	margin:0 24px 35px 0;
}

#survice-inner ul li img {
	width: 207px;
}

#survice-inner ul li.survice-inner-end {
	margin:0 !important;
}

#survice-inner p.survice-p {
	clear:both;
	margin:0 auto;
	font-size:12.5px;
	letter-spacing:0.1em;
	text-align:center;
	line-height:200%;
}


/*  3.1 Mouse Hover
-----------------------------------------*/

section figure {
    width: 207px;
    height: 176px;
    margin:0;
    position: relative;
    overflow: hidden;
    background: #bda15b;
}
.Hover-1 {
    color: #fff;
}
.Hover-1 figure:after {
    position: absolute;
    background: #fff;
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    left: 5%;
    top: 38%;
    transform: scale(0);
    transition: all .85s ease-out;
}
.Hover-1 figure:hover:after {
    transform: scale(1);
}
.Hover-1 figcaption p,
.Hover-1 figcaption h3 {
    position: absolute;
    text-align: center;
	margin:0 auto;
	left: 5%;
    width: 90%;
    opacity: 0;
    transition: all .35s ease-out .35s;
}
.Hover-1 figcaption h3 {
	font-size:16px;
	letter-spacing:0.25em;
    bottom: 65%;
    transform: translateY(-30px);
}
.Hover-1 figcaption p {
	font-weight:500;
	font-size:12px;
    top: 41%;
    transform: translateY(30px);
	line-height:150%;
}
.Hover-1 figure:hover figcaption p,
.Hover-1 figure:hover figcaption h3 {
    opacity: 1;
    transform: translateY(0);
}
 
.Hover-1 figure img {
    transition: all 1.35s ease-out;
	width:207px;
}
.Hover-1 figure:hover img {
    opacity: .05;
    transform: scale(1.3);
}

/* =======================================
	4. staff
======================================= */

#staff {
	width: 100%;
	height:auto;
	display:inline-block;
	padding:0 0 120px;
}

#staff-inner {
	width: 900px;
	margin:0 auto;
}

#staff-inner ul {
	display:inline-block;
	width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#staff-inner ul li {
	width: 207px !important;
	margin:0 0 30px;
}

#staff-inner ul li img {
	width: 207px;
}

#staff-inner ul li p {
	padding:5px 0 0;
	border-bottom:1px solid #ddd;
}

#staff-inner ul li.staff-inner-end {
	margin:0 0px 35px 0 !important;
}

.staff-license {
	margin:10px 0px 0px;
	padding:30px 0;
	background:#F8E9D0;
	border-radius:3px;
}

.staff-license h3 {
	text-align:center;
	font-size:17px;
	font-weight:400;
	letter-spacing:0.25em;
	width:800px;
	color:#573421;
	margin:0 auto;
	padding:0 0 10px;
	border-bottom:1px solid #AFA099;
}

.staff-license p {
	text-align:center;
	font-size:13px;
	letter-spacing:0.12em;
	font-weight:400;
	margin:10px 0 0;
	color:#573421;
	padding:0 30px;
}


/* =======================================
	5. about
======================================= */

#about-bg {
	z-index:0;
	width: 100%;
	background:url(../img/about-bg.jpg) no-repeat center top fixed;
	background-size:cover;
}

#about-bg h2 {
	padding:180px 0;
	text-align:center;
	font-weight:500;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.25em;
	font-size:34px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.35);
	color:#fff;
}

#about {
	width: 100%;
	padding:120px 0 100px;
	margin:0 0 80px;
}

#about-inner {
	width: 900px;
	margin:0 auto;
}

.about-contents {
	width: 410px;
	float:left
}

.about-contents h3 {
	font-size:22px;
	font-weight:400;
	letter-spacing:0.20em;
	margin:0 0 20px;
}

.about-contents dl {
	line-height:160%;
	font-size:14px;
	letter-spacing:0.10em;
	margin:0 0 30px;
}

.about-contents dl dt {
}

.about-contents dl dd {
	font-weight:300;
	margin:0 0 15px 15px;
}

.about-map {
	width: 470px;
	float:right;
	background:#ccc;
	height:425px;
}

a.blog {
	display:block;
	border-radius:5px;
	font-size:16px;
	letter-spacing:0.2em;
	font-weight:500;
	width: 350px;
	border:1px solid #9CC810;
	background:#fff;
	color:#9CC810;
	padding:12px 0;
	text-align:center;
	-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;
}

a.blog:hover {
	width: 350px;
	border:1px solid #fff;
	background:#9CC810;
	color:#fff;
	-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;
}

/* =======================================
	6. foo
======================================= */

#foo {
	width: 100%;
	padding:15px 0;
	background:#CEB24B;
}

#foo-inner {
	width: 900px;
	margin:0 auto;
}

#foo-inner-sp {
	display:none;
}

.foo-nav-menu {
	width: 600px;
	margin:0 auto;
	overflow: hidden;
}

.foo-nav-menu li {
	width: 120px;
	float: left;
	list-style-type: none;
	padding:15px 0px 15px;
	cursor:pointer;
	letter-spacing:0.15em;
}

.foo-nav-menu li img {
	width: 100px;
	margin:0 10px;
}

#copy {
	width:100%;
	background:#9CC810;
	padding:5px 0;
	color:#fff;
	text-align:center;
}

#copy a {
	color:#fff;
	border-bottom:1px solid #fff;
}

}
