@charset "UTF-8";
/* CSS Document */
/*////////// reset //////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*////////// basic //////////*/

html {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 14px;
}
body {
	font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont;
	font-size: 1rem;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 100%;
	color: #333333;
	-webkit-font-smoothing: antialiased;
	letter-spacing: .1rem;
	background:  url("../img/bg.jpg") repeat-y;
	background-attachment: fixed;
	background-size: cover; 
}
header, section {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 999;
}
h2 { font-size: 2.5rem; margin: 3rem auto;}
h3 { font-size: 2rem; font-weight: 700; margin: 4rem auto 2.5rem auto;}
h4, h5, dt { font-size: 1.5rem; font-weight: 700; margin: 1rem auto; }
p, dd {
	font-size: 1.25rem; 
	line-height: 2rem;
	margin: 1rem auto;
}
dl {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin: 1rem 0 1.5rem 0;
}
dt {
	margin: 0;
	padding: 0;
}
dd {
	text-align: right;
	flex: 1;
	margin: 0;
	padding: .2rem 0 0 0;
}
span {
	font-size: 1.2rem;
	display: inline;
}

/*////////// layout //////////*/
header {
	padding-top: 130px;
	background: #efefef;
}
.logo-h {
	width: 280px;	
}
.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #efefef;
}
.message {
	margin: 5rem 1rem 2rem 1rem;
}
.message p {
	margin-bottom: 2rem;
	letter-spacing: .2rem;
	line-height: 2.5rem;
}
.header img {	
	width: 90%;
	max-width: 580px;
	margin: 0 5% -200px 5%;
}
.container {
	width: 100%;
	height: auto;
	margin: 0 0 1rem 0;
	padding: 3rem 0 9rem 0;
	background: #efefef;
}
.container2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 3rem 0 9rem 0;
}
section.menu {
	text-align: center;	
}
.flex-menu {
	display: flex;
	flex-wrap: wrap;
}
.menutitle {
	font-size: 3.5rem;
	font-weight: 700; 
	margin-top: 3rem;
}
.menubox {
	width: 100%;
	min-width: 46%;
	text-align: left;
	background:  rgba(255, 255, 255, 0.8);
	margin: 10px;
	padding: 1.25rem;
	flex: 1 1 0%;
}
.menubox p {
	font-size: 1.2rem;
}
.menubox p span {
	font-size: 1rem;
	display: block;
	line-height: 1.25rem;
	margin-top: .5rem;
}
footer {
	text-align: center;
	background: #efefef;
    border-top: solid 3px;
	padding: 4rem 0 0 0;
}
.logo-f {
	width: 300px;
	margin-bottom: 2rem;
}
footer h2 {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 2rem auto;
}
footer h5 img {
	width: 32px;
	vertical-align: bottom;
	margin-right: 5px;
}
footer p {
	margin: 2rem 0;	
}
footer p span {
	font-size: .875rem;
}
footer dd {
	font-size: 1.5rem;
	font-weight: 700;
}
dd a.tel {
	font-size: 1.5rem;
	font-weight: 700;
	color: #333333;
}
footer dd img {
	width: 32px;
	vertical-align: bottom;
	margin-right: 5px;
}
.map {
	margin: 4rem 0 0 0;
}
.copyright {
	background: #333333;
	color: #fff;
	font-size: .875rem;
	margin: 0;
	padding: 2rem;
}
.bt-side-l {
	position: fixed;
	bottom: 5%;
	left: 0;
	z-index: 99999;
}
.bt-side-r {
	position: fixed;
	bottom: 5%;
	right: 0;
	z-index: 99999;
}
.bt-side-l img, .bt-side-r img {
	max-width: 200px;
}


/*////////// フェードイン //////////*/

.fade-in {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}.fade-in.active {
	opacity: 1;
	transform: translateY(0px);
}

/*////////// 有機体 //////////*/
.drawing {
	width: 25%;
	margin: -10% auto 0 auto;
	opacity: .9;
}
.drawing2 {
	width: 25%;
	margin: auto 10% -10% auto ;
	opacity: .9;
}
.drawing3 {
	width: 25%;
	margin: auto auto -10% 10% ;
	opacity: .9;
}
.drawing4 {
	width: 25%;
	margin: auto 10% -30% auto ;
}
