@charset "utf-8";

/* ========================================
    リセットcss
========================================= */
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;
	line-height: 1.5em;
}
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;}

/* micro clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {clear: both;}
.cf {*zoom: 1;}



/* ========================================
    全体&共通設定
========================================= */
body {
	color:#333;
	font-size: 14px;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	background-color: #f8f5f0;
	position: relative;
}

.clear {
	clear: both;
}


a:hover{
	opacity: 0.8;
}

#wrapper{
	width: 100%;
}

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

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

/* ========================================
    共通タイトル
========================================= */


/* ========================================
    ヘッダー
========================================= */
header{
	position: relative;
	height: 50px;
}
header h1 {
	position: absolute;
    width: 100%;
    text-align: center;
	z-index: 1000;
}


/* ========================================
    メイン画像
========================================= */
#mainimage {
    max-width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center top;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/01.jpg);
    background-size: cover;
    text-align: center;
	position: relative;
}

#mainimage figure{
	position: absolute;
	width: 100%;
	top: 150px;
	text-align: center;
}
	

/* ========================================
    メニュー
========================================= */
nav {
	text-align: center;

}

nav a{
 color: black;
 font-style: ;
}

nav ul li{
	font-size: 25px;
	text-align: center;
	margin-left: 30px;
	display: inline-block;
	margin-right: 30px;
	line-height: 28px;
	
}

nav ul li span{
	font-size: 15px;
}

/* ========================================
    メニュー2
========================================= */

#top2{
	text-align: center;
	margin-top: 30px;
}

/*
/* ========================================
    メニュー3
========================================= */

#top3{
	text-align: center;
	margin-top: 20px;
}

/*  ========================================
    サイトマップ
========================================= */
#sitemap h3{
	width: auto;
	height: auto;
	font-size: 20px;
}

#sitemap {
	max-width: 1250px;
	margin-bottom: 50px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#sitemap{
	margin-bottom: 50px;
	}

#sitemap li {
	float: left;
	width: 312px;
}

#sitemap ul li a h4{
	display: block;
	color: #333;
	text-decoration: none;
	font-size: 25px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ========================================
    サイトマップ
========================================= */

/* ========================================
    フッター
========================================= */
footer {
	height: 145px;
	background-color: #FCEDE8;
	clear: both;
	width: 100%;
}
#footerlogo{
	float: left;

}
#footer_inner {
	max-width: 1250px;
	margin: 0 auto ;
	overflow: hidden;
}
footer a {
	color: #FFF;
}
#copyright {
	float: right;
	color: black;
	margin-top: 115px;
}
#menu {
	max-width: 1250px;
	margin: 20px auto 0;
}
#menu_sub {
	margin-top: 120px;
}
.j01 {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
}
.j02 {
	background-color: #F3F3F3;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	width:100%;
}

.j02_inner{
	max-width: 1250px;
	margin: 0 auto;
}

.j02 a {
	color: #000;
}
.j03 {
	text-align: center;
	padding-top: 300px;
	padding-bottom: 300px;
	font-size: 25px;
	background-color: #FCEDE8;
}.j04 {
	text-align: right;
	margin-right: 20px;
	max-width: 1250px;
	margin: 0 auto ;
}
.j05 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-bottom: 20px;
	padding-bottom: 20px;
	overflow:hidden;
}

.j05 p{
	float: left;
}

.j05 .day{
	padding-right: 10px;
    width: 100px;
}
.j05 .txt{
    max-width: 1140px;
}
.j06 {
   font-size: 30px;
	text-align: center;
	padding-top: 10px;
}
@media screen and (max-width: 768px) {
	.j06 {
   font-size: 20px;
}
}
.j07 {
    display:flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.j07 {
    flex-direction: column;
}
}
.j08 {
	font-size: 17px;
	padding-bottom: 20px;
	width: 68%;
}
@media screen and (max-width: 768px) {
	.j08 {
   width: 100%;
}
}
.j09 {
    font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}

.j10 {
    color: white;
	background-color: #E45356;
	padding: 0px 8px;
	margin-right: 10px;
}
.j11 {
    text-align: center;
	width: 30%;
}
@media screen and (max-width: 768px) {
	.j11 {
   width: 100%;
}
}
.j12 {
   display: none;
}
@media screen and (max-width: 768px) {
	.j12 {
   display: block;
}
}
.j13 {
    display:flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
	.j13 {
   flex-wrap:wrap;
}
}
.j14 {
    width: 23%;
	font-size: 17px;
	padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.j14 {
   width: 48%;
}
}
/*  ========================================
    私たちの活動
========================================= */

.works header {
	height: 0;
}

.works #mainimage {
    background-image: url("../images/works/top.png");
}
.works #mainimage figure{
	position: absolute;
	width: 100%;
	padding: 30px 0 10px;
	background: rgba(255,255,255,0.5);
	top: 250px;
	text-align: center;
}
.works #mainimage p{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 150px;
}
.works main {
	margin-top: 30px;
}

.works section.content01{
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 50px;
	position: relative;
} 
.works section.content01 .img{
	width: 720px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.works section.content01 h3{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	line-height: 0.7em;
}
.works section.content01 h3:after{
	background: url("../images/works/parts01.png") no-repeat bottom center;
	height: 10px;
	width: 100%;
	content: "";
	display: inline-block;
}
.works section.content01 p.txt{
	font-size: 20px;
	margin-top: 30px;
}
.works section.content01 p.icon01{
	position: absolute;
	top: -10px;
	left: -70px;
}
.works section.content01 p.icon02{
	position: absolute;
	top: -50px;
	right: -90px;
}

.works section.content02{
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0 50px 50px;
	position: relative;
	margin-top: 50px;
} 
.works section.content02 .img{
	position: relative;
	height: 300px;
}
.works section.content02 figure{
	position: absolute;
}
.works section.content02 .img01{
	top: 40px;
	left: 0px;
	z-index: 1;
}
.works section.content02 .img02{
	top: 80px;
	left: 200px;
	z-index: 2;
}
.works section.content02 .img03{
	top: 30px;
	left: 370px;
	z-index: 3;
}
.works section.content02 .img04{
	top: 80px;
	left: 500px;
	z-index: 2;
}

.works section.content02 h3{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	line-height: 0.7em;
}
.works section.content02 h3:after{
	background: url("../images/works/parts01.png") no-repeat bottom center;
	height: 10px;
	width: 100%;
	content: "";
	display: inline-block;
}
.works section.content02 p.txt{
	font-size: 20px;
	margin-top: 30px;
}
.works section.content02 p.icon{
	position: absolute;
	top: -20px;
	left: -120px;
}

.works section.content03{
	background: #fff;
	width: 800px;
	margin: 0 auto;
	padding: 0 50px 50px;
	position: relative;
	margin-top: 50px;
} 
.works section.content03 .box{
	display: flex;
	justify-content: space-between;
}
.works section.content03 .box .left{
	width: 47%;
}
.works section.content03 .box .right{
	width: 47%;
}
.works section.content03 h3{
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	line-height: 0.7em;
}
.works section.content03 h3:after{
	background: url("../images/works/parts01.png") no-repeat bottom center;
	height: 10px;
	width: 100%;
	content: "";
	display: inline-block;
}
.works section.content03 p.txt{
	font-size: 20px;
	margin-top: 30px;
}
.works section.content03 p.icon{
	position: absolute;
	top: -100px;
	right: -80px;
}

/*  ========================================
    メールフォーム
========================================= */

.mailformpage main{
	margin-top: 50px;
}
.mailformpage h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}

#mailform{
	max-width:800px;
	margin: 0 auto;
}

.thankspage h2{
	margin: 100px 0 300px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
