@charset "utf-8";


/* ----------------------------------------
	Common Settings
---------------------------------------- */

body {
	color: #555;
	font-size: 16px;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a {
	cursor: pointer;
	transition: .2s;
	text-decoration: none;
}
a:hover {
	opacity: .7;
	color: #3DB83D;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	text-align: center;
}
h1 {
	color: #3DB83D;
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
h2 {
	font-size: 14px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
	letter-spacing: 0.2em;
}
h3 {
	font-size: 25px;
	color: #3DB83D;
}
h4 {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #3DB83D;
	color: #FFF;
	margin-bottom: 20px;
	height: 35px;
	line-height: 35px;
}
h5 {
	font-size: 32px;
	color: #3DB83D;
	margin-bottom: 30px;
	letter-spacing: 0.1em;
}
.ta_c {
	text-align: center;
}
.ak {
	font-size: 12px;
}
.kana {
	font-size: 12px;
	text-align: center;
}
.col_gre {
	color: #3DB83D;
}
.col_gray {
	color: #555;
}
.col_white {
	color: #FFF;
}
.mgr30 {
	margin-right: 30px;
}
.mgb30 {
	margin-bottom: 30px;
}
.container {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 80px;
	margin-bottom: 150px;
	overflow: hidden;
}
.common_ttl {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999;
	border-bottom-color: #999;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 70px;
}



/* ----------------------------------------
	main
---------------------------------------- */

#main {
	height: 550px;
	min-width: 1100px;
	background-size: cover;
	background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main .non {
	display: none;
}
#main_text {
	margin-top: 50px;
	line-height: 2.0;
	margin-right: 80px;
	margin-left: 80px;
}

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

#nav_wrap {
	background-color: #F0F0F0;
	overflow: hidden;
}
nav ul {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 1100px;
	margin-top: 15px;
}
nav li a   {
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	outline: none;
	z-index: 2;
	color: #666666;
	display: block;
	line-height: 40px;
	float: left;
	width: 168px;
	background-color: #FFF;
	margin-right: 15px;
	margin-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3DB83D;
	padding-top: 4px;
	padding-bottom: 4px;
}
nav .nav02   {
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	outline: none;
	z-index: 2;
	color: #666666;
	display: block;
	line-height: 40px;
	float: left;
	width: 351px;
	background-color: #FFF;
	margin-right: 15px;
	margin-bottom: 15px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3DB83D;
	padding-top: 4px;
	padding-bottom: 4px;
}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

/* ----------------------------------------
	main_compo
---------------------------------------- */

#main_compo  {
	display: flex;
	flex-wrap: wrap;
}
#main_compo .box {
	width: calc(25% - 20px);
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	background-color: #000000;
}
#main_compo .text {
	color: #FFFFFF;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	letter-spacing: 0.2em;
	font-size: 14px;
}
#main_compo .suji{
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
}

/* ----------------------------------------
	data
---------------------------------------- */

#data {
	overflow: hidden;
	margin-bottom: 50px;
}
#data .box_l {
	float: left;
	width: 300px;
	margin-right: 30px;
	text-align: center;
}
#data .box_r {
	float: right;
	width: 770px;
}
#data .ttl {
	font-size: 20px;
	color: #3DB83D;
}

/* ----------------------------------------
	compo_box
---------------------------------------- */

#compo_box {
	overflow: hidden;
	display:flex;
	flex-wrap: wrap;
}
#compo_box .in{
	width: calc(44% - 20px);
	padding: 3%;
	background-color: #F2FBF2;
}
#compo_box .in_01{
	width: 100%;
	padding: 3%;
	background-color: #F2FBF2;
}
#compo_box .ttl {
	font-size: 23px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3DB83D;
	color: #3DB83D;
	margin-bottom: 22px;
}
#compo_box .sub_ttl {
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.salcia_box {
	background-color: #FFF;
	border: 1px dotted #CCC;
	padding: 15px;
	margin-bottom: 20px;
}
.salcia_box .sala_ttl {
	font-size: 18px;
	font-weight: bold;
	color: #9A7621;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9A7621;
	margin-bottom: 5px;
}
.feature_ttl {
	background-color: #3DB83D;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.1em;
	padding-top: 2px;
	margin-bottom: 20px;
}
.feature_box {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
	margin-bottom: 30px;
}
.feature_text {
	font-size: 12px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}


/* ----------------------------------------
	footer_compo
---------------------------------------- */

#footer_compo {
	background-color: #000;
	overflow: hidden;
}
#footer_compo ul {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#footer_compo li {
	float: left;
	margin-right: 26px;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ----------------------------------------
	feature
---------------------------------------- */

#feature {
	background-color: #F4F4F4;
}
#feature #in {
	width: 830px;
	display: flex;
	flex-wrap: wrap;
    padding-top: 80px;
	padding-bottom: 80px;
	margin-right: auto;
	margin-left: auto;
}
#feature .box  {
	width: calc(50% - 20px);
    margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 10px;
	background-color: #FFF;
}
#feature .text {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}


/* ----------------------------------------
	sitemap
---------------------------------------- */

#sitemap {
	background-color: #505050;
	overflow: hidden;
}
#sitemap #in {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
#sitemap li {
	float: left;
	margin-right: 30px;
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}

/* ----------------------------------------
	copyright
---------------------------------------- */

#copyright {
	font-size: 12px;
	text-align: center;
	background-color: #262626;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
}

/* ----------------------------------------
	page-top
---------------------------------------- */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	font-size: 11px;
	background-color: #3DB83D;
	letter-spacing: 3px;
}

@media screen and (max-width:640px) {

#nav_wrap {
	display: none;
}
#feature,
#copyright,
#main_compo,
#footer_compo ul {
	width: 100%;
}
h2 {
	padding-right: 2%;
	padding-left: 2%;
	letter-spacing: normal;
}
h3 {
	font-size: 20px;
	margin-right: 2%;
	margin-left: 2%;
}
h5 {
	font-size: 26px;
	letter-spacing: normal;
}
.container {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}
.common_ttl {
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 30px;
} 

/* ----------------------------------------
	main
---------------------------------------- */

#main {
	min-width: 100%;
	height: 400px;
}

#main_text {
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 20px;
	font-size: 14px;
}


/* ----------------------------------------
	main_compo
---------------------------------------- */

#main_compo  {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}
#main_compo .box {
	width: calc(49% - 1%);
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 3%;
}	
#main_compo .text {
	font-size: 12px;
	padding-right: 2%;
	padding-left: 2%;
	letter-spacing:normal
}


/* ----------------------------------------
	data
---------------------------------------- */

#data {
	width: 96% ;
	margin-left: 2%;
	margin-right: 2%;
}
#data .box_l {
	float: none;
	width: 100%;
}
#data .box_l img{
	width:100%;
	margin-bottom: 3%;
	height: auto;
}
#data .box_r {
	float: none;
	width: 100%;
}


/* ----------------------------------------
	compo_box
---------------------------------------- */

#compo_box {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}
#compo_box .in{
	width: calc(100% - 2%);
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10%;
	padding-bottom: 5%;
}
#compo_box .in_01{
	width: 100%;
	padding: 3%;
	background-color: #F2FBF2;
	margin-right: 1%;
	margin-left: 1%;
}
#compo_box .ttl {
	font-size: 20px;
}
#compo_box .sub_ttl {
	font-size: 18px;
	text-align: left;
}
.feature_ttl {
	margin-right: 2%;
	margin-left: 2%;
}
.feature_box {
	width: 96%;
}
.feature_text {
	width:96%;
}



/* ----------------------------------------
	footer_compo
---------------------------------------- */

#footer_compo {
	padding-bottom: 2%;
}
#footer_compo li {
	float: left;
	width: 46%;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-right: 2%;
	margin-left: 2%;
	padding-bottom: 4%;
	padding-top: 4%;
}
#footer_compo li .name12 {
	font: 10px;
}
	
/* ----------------------------------------
	feature
---------------------------------------- */	

#feature #in {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	padding-top: 80px;
	padding-bottom: 30px;
}
#feature .box {
	width: calc(100% - 2%);
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 10%;
}
#feature .text {
	margin-right: 5%;
	margin-left: 5%;
}

/* ----------------------------------------
	copyright
---------------------------------------- */

#copyright {
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ----------------------------------------
	page-top
---------------------------------------- */

#page-top a {
        width: 60px;
	padding: 10px 0;
	font-size: 8px;
}
}
