@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);
}

/*===============================================
●sp.css  画面の横幅が570pxまで
===============================================*/
@media screen and (max-width:570px){

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

#container{
	width:100%;
}

.sp-wrap {
	width:100%;
}

.br-sp {
	display:none;
}

/* =======================================
	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;
	color:#333;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

.main-title {
	display:none;
}

.main-title-sp {
	margin:20px auto 20px;
	width:100%;
}
/* =======================================
	2. top
======================================= */

#top {
	width:100%;
}

#top-title {
	display:none;
}

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

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

header {
	width:100%;
	margin:0 0;
	background:#fff;
}

.logo {
	display:none;
}

.nav {
	display:none;
}

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

.logo-sp {
	width:180px;
	margin:0 0 0 25%;
}

.logo-sp img {
	width:180px;
	margin:5px 0 0;
}

.nav-sp {
	width:100%;
	z-index:999;
	background:#fff;
	padding:3px 0;
	box-sizing:border-box;
}

#main-img {
	width: 100%;
	height:76vw;
	margin:43px auto 60px;
	background:url(../img/main-img-sp.png) no-repeat center top;
	background-color:#eee;
	background-size:cover;
}
/* =======================================
	3. survice
======================================= */

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

#survice-inner {
	width: 90%;
	margin:0 auto;
}

#survice-inner ul li {
	width: 46%;
	float:left;
	margin:2%;
}

#survice-inner ul li img {
	width: 100%;
}

#survice-inner ul li.survice-inner-end {
	width: 46%;
	float:left;
	margin:2%;
}

#survice-inner p.survice-p {
	clear:both;
	padding:20px 0 0;
	margin:30px auto;
	font-size:12px;
	letter-spacing:0.06em;
	text-align:center;
	line-height:190%;
}


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

section figure {
    width: 100%;
    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: 28%;
    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:15px;
	letter-spacing:0.25em;
    bottom: 73%;
    transform: translateY(-30px);
}
.Hover-1 figcaption p {
	font-weight:500;
	font-size:11px;
    top: 32%;
    transform: translateY(30px);
	line-height:135%;
}
.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:100%;
}
.Hover-1 figure:hover img {
    opacity: .05;
    transform: scale(1.3);
}

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

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

#staff-inner {
	width: 90%;
	margin:0 auto;
}

#staff-inner ul {
	padding:0 !important;
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#staff-inner ul li {
	width: 48%;
	margin:0 0 10px;
}
	
#staff-inner ul li a {
	width: 100% !important;
}

#staff-inner ul li a img {
	width: 100% !important;
}

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

#staff-inner ul li.staff-inner-end {
}

.staff-license {
	display:block;
	margin:20px 0px 0px;
	padding:20px 0;
	background:#F8E9D0;
	border-radius:3px;
}

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

.staff-license p {
	text-align:center;
	font-size:12px;
	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) repeat center top;
	background-size:auto;
}

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

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

#about-inner {
	width: 90%;
	margin:0 auto;
}

.about-contents {
	width: 100%;
}

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

.about-contents dl {
	line-height:160%;
	font-size:12px;
	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 {
	margin:20px 0 0;
	width: 100%;
	float:right;
	background:#ccc;
	height:280px;
}

a.blog {
	box-sizing:border-box;
	display:block;
	border-radius:5px;
	font-size:14px;
	letter-spacing:0.2em;
	font-weight:500;
	width: 100%;
	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: 100%;
	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:0px 0;
	background:#CEB24B;
}

#foo-inner {
	display:none;
}

.foo-nav-menu {
	display:none;
}

#foo-inner-sp {
	color:#fff;
	text-align:center;
}

#foo-inner-sp li {
	width:100%;
	border-bottom:1px solid #efd46e;
	padding:7px 0;

}

#foo-inner-sp a {
	color:#fff;
}

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

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

