/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.2
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{

}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

img
{
	border: 0;
	vertical-align: bottom;
}
form
{
	margin: 0;
}

/* Headings */
h2
{
	/*font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;*/
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	margin: 0;
}

h1,h3,h4,h5,h6
{
	/*font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;*/
	font-weight: 200;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 0px;
	margin: 0 0px;
}

/* Links */
a:link, a:visited
{
	color: #00844B;
	text-decoration: none;
}
a:hover, a:active
{
	color: #00844B;
}
#header a:link, #header a:visited
{
	color: #fff;
	text-decoration: none;
}
#header a:hover, #header a:active
{
	color: #fff;
	opacity: 0.75;
}
#copyrights a:link, #copyrights a:visited
{
	color: #999;
}
#copyrights a:hover, #copyrights a:active
{
	color: #999;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
height: 0px;
width: 800px;
clear: both;
line-height: 0px;
zoom: 1;
display: hidden;
font-size: 0px;
}

/*-------------------------------------------------
  追加CSS
-------------------------------------------------*/


.cam_title_works{
	font-size: 4em;
}
.cam_link_works{
	display: block;
	background: #8EC31F;
	border-radius: 30px;
	font-size: 1.5em;
	color: #fff;
	padding: 1.25%;
	box-sizing: border-box;
}
.cam_title_tokuten1{
	font-size: 1.25em;
}
.cam_title_tokuten2{
	font-size: 1.75em;
}
@media screen and (max-width: 750px){
	.cam_title_works{
		font-size: 2.5em;
	}
	.cam_link_works{
		display: block;
		background: #8EC31F;
		border-radius: 30px;
		font-size: calc(30vw / 750 *100);
		color: #fff;
		padding: 1.25%;
		box-sizing: border-box;
	}
	.cam_title_tokuten1{
		font-size: calc(35vw / 750 *100);
	}
	.cam_title_tokuten2{
		font-size: calc(45vw / 750 *100);
	}
}

.text_clear{
	display: none;
}

@media only screen and (max-width: 750px){
	.text_clear{
		display: block;
	}

}

.sns_footer
{
	color: #fff; font-size: 5vw;
}

@media only screen and (min-width: 750px){

	.sns_footer
	{
		color: #fff; font-size: 33px;
	}

}

.taglist2020 a{
	width: 24%;
	display: block;
	float: left;
	text-align: left;
	padding: 0 2%;
	box-sizing: border-box;
	background: #fff;
	border-radius: 1em;
	margin: 0.5%;
}

.taglist2020 div{
	width: 24%;
	display: block;
	float: left;
	text-align: left;
	padding: 0 5%;
	box-sizing: border-box;
	/*background: #fff;*/
	border-radius: 1em;
	margin: 0.5%;
}

.taglist2020 a:hover{
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
		opacity: .8;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
}

@media only screen and (max-width: 599px){
	.taglist2020 a{
		width: 49%;
		display: block;
		float: left;
		text-align: left;
		background: #fff;
		border-radius: 1em;
		margin: 0.5%;
	}

	.taglist2020 div{
		width: 49%;
		display: block;
		float: left;
		text-align: left;
		/*background: #fff;*/
		border-radius: 1em;
		margin: 0.5%;
	}
}

.bg_catch2020{
	width: 100%;
	height: auto;
	margin: 35% 0 0% 0;
}

@media only screen and (max-width: 599px){
	.bg_catch2020{
		width: 100%;
		height: auto;
		margin: 25% 0 0% 0;
	}
}

.info_title
{
	display: block;
	float: left;
	width: 25%;
	font-size: 2.5vw;
	text-align: center;
	color: #00844B;
}

.info_subject
{
	float: left;
	width: 75%;
	border-left: 1px solid #00844B;
	padding-left: 5%;
	box-sizing: border-box;
}

@media only screen and (max-width: 750px){
	.info_title
	{
		display: none;
	}

	.info_subject
	{
		float: left;
		width: 100%;
		border-left: 0px solid #00844B;
		padding-left: 0%;
		box-sizing: border-box;
	}
}

@media only screen and (min-width: 1500px){
	.info_title
	{
		font-size: 30px;
	}
}


.button2020{
	display: block;
	background: #fff;
	float: left;
	color: #00844B;
	border-radius: 2em;
	text-align: center;
	font-size: 1vw;
}


.button2020:hover{
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
		opacity: .8;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
}


@media only screen and (max-width: 599px){
	.button2020{
		font-size: 3vw;
	}
}

.osusume_b:hover{
		transform: translateY(-3px);
		opacity: .8;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
}

.kuwashiku_b:hover{
		transform: translateY(-3px);
		opacity: .8;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
}

.footer_b2020:hover{
		transform: translateY(-3px);
		opacity: .8;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		/*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);*/
}

.tab
{
	overflow:hidden;
	padding-top: 1%;
}

.tab li
{
	width: 20%;
	background: ;
	padding: 0px;
	float:left;
	box-sizing: border-box;
	margin-right: 1px;
	filter: drop-shadow(1px -1px 0px rgba(0,132,75,1));
	border-left: 1px solid #00844B;
}

/*スマホ smartphone  */
@media only screen and (max-width: 750px){

	.tab li
	{
		width: 23%;
		background: ;
		padding: 0px;
		float:left;
		box-sizing: border-box;
		margin-right: 1px;
		filter: drop-shadow(1px -1px 0px rgba(0,132,75,1));
		border-left: 1px solid #00844B;
	}

}

.tab li.select
{
	background:#;
	margin-top: 2px;
	z-index: 1000;
}

.tsuyomi li
{
	max-width: 100%;
	background:#f9f8e1;
	padding: 5%;
	border: 0px solid #00844B;
	margin-top: -2px;
	margin-left: auto;
	margin-right: auto;
	/*box-sizing: border-box;*/
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	z-index: 0;
}

.tsuyomi_body
{
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.hide
{
	display:none;
}

.logo
{
	width: 19%;
	max-width: 280px;
	height: auto;
	margin: 2% 3% 1% 3%;
	float: left;
}

	/*スマホ smartphone  */
	@media only screen and (min-width: 1480px){

		.logo
		{
			margin: 28px 0 25px 3%;
		}

	}

	/*タブレット tablet
	@media only screen and (min-width: 600px) and (max-width: 959px) {

		.logo
		{
			width: 33%;
			height: auto;
			margin: 0.1% 6%;
			float: left;
		}

	}*/

	/*スマホ smartphone  */
	@media only screen and (max-width: 750px){

		.logo
		{
			width: auto;
			height: 40px;
			margin: 10px 0 0 1%;
			float: left;
		}

	}


.osusume_b{
	width: 24.5%;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0.25%;
}

	@media only screen and (max-width: 750px){
		.osusume_b{
			width: 49.5%;
			display: block;
			float: left;
			padding: 0;
			margin: 0.25% 0.25%;
		}

	}



.shadow
{
	width: 100%;
	height: 308px;
	background: url(images/shadow.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6666;
}

	@media only screen and (max-width: 599px){
		.shadow
		{
			display: none;
		}
	}

@media screen and (min-width:751px){ /*PCサイズ*/
	.menu /*メニューエリア*/
	{
		width: 75%;
		float: right;
		margin: 0 0 0 0;
		font-weight: 300;
	}

	.menu_smp /*メニューエリア　スマートフォン*/
	{
		display: none;
	}

	/*スマホ用メニューボタン*/
	 header {
		display: none;
	 }

}

@media screen and (max-width:750px){ /*スマホサイズ*/
  .menu /*メニューエリア*/
  {
    display: none;
  }

  .menu_smp /*メニューエリア*/
  {
    display: inline;
    width: 70%;
    float: right;
  }
}

.green
{
	background: #fff url(images/bg_catch2.jpg) center;
}

.green2
{
	/*background: #96cc89;*/
}

.catcharea
{
	width: 100%;
	padding: 1.25% 0;
	float: left;
	position: relative;
	background: #00844B;
	font-family: 'Kiwi Maru', serif;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.catcharea2
{
	width: 50%;
	padding: 5% 3% 5% 4%;
	font-size: 1.3vw;
	line-height: 200%;
	text-align: center;
	float: right;
	color: #fff;
	text-align: left;
	box-sizing: border-box;
	font-weight: 200;
}

.chiiki
{
	position: relative;
	z-index: 1000;
	font-size: 2vw;
	font-weight: 400;
	line-height: 110%;
	/*color: #00844B;*/
	color: #fff;
	text-align: center;
}

	/*スマホ smartphone  */
	@media only screen and (max-width: 599px){

		.catcharea
		{
			width: 100%;
			padding: 1.25% 0;
			float: left;
			position: relative;
			background: #00844B;
		}

		.catcharea2
		{
			width: 100%;
			padding: 15% 2.5% 15% 2.5%;
			font-size: 3.1vw;
			line-height: 200%;
			float: right;
			color: #fff;
			text-align: center;
			box-sizing: border-box;
			font-weight: 200;
		}

		.chiiki
		{
			position: relative;
			z-index: 1000;
			font-size: 5vw;
			font-weight: 400;
			line-height: 110%;
			/*color: #00844B;*/
			color: #fff;
			text-align: center;
		}

	}

.b_works
{
	width: 33.33%;
	max-width: 666px;
	height: 33.33%;
	float: left;
	padding: 33.33% 0 0 0;
	overflow: hidden;
	background: #000;
	position: relative;
}

.b_works img
{
	position: absolute;
	width: 200%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: -50%;
	margin: auto;
}

.desc_works
{
	width: 25%;
	max-width: 500px;
	float: left;
	padding: 3.5% 3.5% 0 3.5%;
	box-sizing: border-box;
	color: #383838;
	font-size: 1.2vw;
	line-height: 155%;
}

.workscat
{
	width: 23%;
  padding: 23% 0 0 0;
  margin: 1% 1% 1% 1%;
	background: #96CC89;
	float: left;
	position: relative;
	border-bottom: 0px solid #fff;
	box-sizing: border-box;
	border-radius: 3px;
}

.workscat_text
{
	display: block;
	width: 100%;
	/*height: 30%;*/
	text-align: center;
	position: absolute;
	top: 20%;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	font-size: 1.2em;
	color: #fff;
}

.works_img
{
	float: left;
	width: 25%;
	height: auto;
	position: relative;
	overflow: hidden;
	background: #000;
}

.works_img img
{
	width: 100%;
	height: auto;
	float: left;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}

.works_img img:hover
{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.75;
}

	/*タブレット tablet  */
	@media only screen and (min-width: 600px) and (max-width: 959px) {
		.b_works
		{
			width: 50%;
			max-width: 666px;
			height: ;
			float: left;
			padding: 100% 0 0 0;
			overflow: hidden;
			background: #000;
			position: relative;
		}
		.b_works img
		{
			position: absolute;
			width: 200%;
			height: auto;
			top: 0;
			right: 0;
			bottom: 0;
			left: -50%;
			margin: auto;
		}
		.workscat
		{
			width: 48%;
			padding: 48% 0 0 0 ;
		}
	}

	/*スマホ smartphone  */
	@media only screen and (max-width: 599px){

		.b_works
		{
			width: 100%;
			max-width: 666px;
			height: ;
			float: left;
			padding: 40% 0 0 0;
			overflow: hidden;
			background: #000;
			position: relative;
		}

		.b_works img
		{
			position: absolute;
			width: 140%;
			height: auto;
			top: 0;
			right: 0;
			bottom: 0;
			left: -20%;
			margin: auto;
		}

		.workscat
		{
			width: 48%;
			padding: 48% 0 0 0 ;
		}

	}

.new_works
{
	width: 66.66%;
	float: left;
	background: #000 url(images/bg_woks2020.jpg);
	background-size: cover;
}

.b_staffblog
{
	width: 33.33%;
	max-width: 666px;
	height: 16.66%;
	float: left;
	padding: 16.66% 0 0 0;
	overflow: hidden;
	background: #000;
	position: relative;
}

.b_staffblog img
{
	position: absolute;
	width: 200%;
	height: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: -50%;
	margin: auto;
}

.desc_staffblog
{
	width: 50%;
	max-width: 1000px;
	float: left;
	padding: 3.5% 3.5% 0% 3.5%;
	box-sizing: border-box;
	color: #383838;
	font-size: 1.2vw;
	line-height: 155%;
}

.new_blogs
{
	width: 66.6%;
	float: right;
}

.blog_img img
{
	width: 16.66%;
	height: auto;
	float: left;
}

	/*タブレット tablet  */
	@media only screen and (min-width: 600px) and (max-width: 959px) {

		.new_works
		{
			width: 50%;
			float: left;
		}

		.desc_works
		{
			position: absolute;
			left: 0;
			bottom: 0;
			background: #96cc89;
			height: 33.33%;
			width: 50%;
			max-width: 500px;
			float: left;
			padding: 2.5%;
			box-sizing: border-box;
			color: #383838;
			font-size: 1.8vw;
			line-height: 155%;
		}

		.works_img
		{
			width: 50%;
			height: auto;
			float: left;
		}

		.works_img img
		{
			width: 100%;
			height: auto;
			float: left;
		}


		.b_staffblog
		{
			width: 100%;
			max-width: 1000px;
			height: 25%;
			float: left;
			padding: 25% 0 0 0;
			float: right;
		}

		.b_staffblog img
		{
			position: absolute;
			width: 100%;
			height: auto;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0%;
			margin: auto;
		}

		.desc_staffblog
		{
			position: absolute;
			width: 50%;
			max-width: 1000px;
			bottom: 5%;
			right: 0;
			background: #96cc89;
			height: 100%%;
			float: left;
			padding: 3.5% 3.5% 3.5% 3.5%;
			box-sizing: border-box;
			color: #383838;
			font-size: 1.8vw;
			line-height: 155%;
		}

		.new_blogs
		{
			width: 100%;
			float: right;
		}

		.blog_img img
		{
			width: 25%;
			height: auto;
			float: left;
		}

	}

	/*スマホ smartphone  */
	@media only screen and (max-width: 599px){


		.desc_works
		{
			width: 50%;
			max-width: 500px;
			float: left;
			padding: 3.5%;
			box-sizing: border-box;
			color: #383838;
			font-size: 3.3vw;
			line-height: 155%;
		}

		.new_works
		{
			width: 100%;
			float: left;
		}

		.works_img
		{
			width: 50%;
			float: left;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			box-sizing: border-box;
		}

		.works_img img
		{
			width: 100%;
			height: auto;
		}

		.b_staffblog
		{
			width: 100%;
			max-width: 1000px;
			height: 25%;
			float: left;
			padding: 35% 0 0 0;
			float: right;
		}

		.b_staffblog img
		{
			position: absolute;
			width: 140%;
			height: auto;
			top: 0;
			right: 0;
			bottom: 0;
			left: -20%;
			margin: auto;
		}

		.desc_staffblog
		{
			width: 100%;
			max-width: 1000px;
			float: left;
			padding: 3.5% 3.5% 3.5% 3.5%;
			box-sizing: border-box;
			color: #383838;
			font-size: 3.3vw;
			line-height: 155%;
		}

		.new_blogs
		{
			width: 100%;
			float: right;
		}

		.blog_img img
		{
			width: 50%;
			height: auto;
			float: left;
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			box-sizing: border-box;
		}

	}

.home_title
{
	width: 100%;
	background: #fff;
	text-align: center;
	color: #00844B;
	font-size: 2.4vw;
	padding: 8% 0;
	box-sizign: border-box;
	font-weight: 400;
}

/*スマホ smartphone  */
@media only screen and (max-width: 599px){
	.home_title
	{
		font-size: 5.5vw;
	}
}

.promise
{
	width: 50%;
	float: left;
	padding: 3.5% 0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
	background: url(images/bg_catch2.jpg);
	text-align: center;
	font-size: 2vw;
	display: block;
	color: #fff;
	position: relative;
}

.promise a:link, .promise a:visited
{
	color: #fff;
	text-decoration: none;
}

.promise_icon
{
	width: 8%;
	position: absolute;
	top: 30%;
	left: 5%;
}

.cedyna_l
{
	width: 50%;
}

.cedyna_2
{
	width: 50%;
}

	/*タブレット tablet  */
	@media only screen and (min-width: 600px) and (max-width: 959px) {

		.promise
		{
			font-size: 3vw;
		}

	}

	/*スマホ smartphone  */
	@media only screen and (max-width: 599px){

		.promise
		{
			width: 100%;
			padding: 3.5% 0;
			border-bottom: 1px solid #fff;
			font-size: 5vw;
		}

		.promise_icon
		{
			width: 8%;
			position: absolute;
			top: 15%;
			left: 5%;
		}

		.cedyna_l
		{
			width: 100%;
		}

		.cedyna_2
		{
			width: 100%;
		}

	}

.material-icons
{
  display: inline-flex;
  vertical-align: middle;
}

.footermenu
{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	z-index: 7777;
	background: rgba(0,107,58,0.9);
	/*font-family: "Sawarabi Mincho";*/
	color: #fff;
	line-height: 50px;
	vertical-align: middle;
	border-top: 1px solid #fff;
}

.footermenu_img
{
	width: 8%;
	max-width: 42px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 3%;
}

.footermenu span
{
	font-size: 1.5em;
}


.fm1
{
	width: 33.3%;
	float: left;
	text-align: center;
}

.fm2
{
	width: 33.3%;
	float: left;
	text-align: center;
}

.fm2 img
{
	height: 45px;
	width: auto;
}

.fm2 a
{
	color: #fff;
}

.fm3
{
	width: 33.3%;
	float: left;
	text-align: center;

}

.fm3 img
{
	height: 45px;
	width: auto;
}

.fm3 a
{
	color: #fff;
}

	/*タブレット tablet  */
	@media only screen and (min-width: 600px) and (max-width: 959px) {
	/*@media only screen and (min-width: 320px) and (max-width: 959px) {*/

		.footermenu
		{
			position: fixed;
			bottom: 0;
			width: 100%;
			height: 60px;
			background: rgba(0,107,58,0.9);
			/*font-family: "Sawarabi Mincho";*/
			color: #fff;
			line-height: 50px;
			vertical-align: middle;
		}

	}

	/*スマホ smartphone  */
	@media only screen and (max-width: 599px){

		.footermenu
		{
			position: fixed;
			bottom: 0;
			width: 100%;
			height: 50px;
			background: rgba(0,107,58,0.9);
			/*font-family: "Sawarabi Mincho";*/
			color: #fff;
			line-height: 37px;
			vertical-align: middle;
		}

		.footermenu_img
		{
			width: 28%;
			max-width: 42px;
			display: inline-block;
			vertical-align: middle;
			margin: 0 0.5%;
		}


		.fm1
		{
			width: 20%;
			float: left;
			text-align: center;
			padding: 1% 0 0 0;
		}

		.fm2
		{
			width: 40%;
			float: left;
			text-align: center;
			font-size: 0.85em;
		}

		.fm2 img
		{
			height: 30px;
			width: auto;
		}

		.fm3
		{
			width: 40%;
			float: left;
			text-align: center;
			font-size: 1em;
		}

		.fm3 img
		{
			height: 30px;
			width: auto;
		}

		.fm3 span
		{
			font-size: 0.8em;
		}

	}

.oshirasebox
{
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
	padding: 0 0 0 0 ;
	font-size: 1.5vw;
}

.oshirase_title
{
	display: table-cell;
	width: 33.33%;
	text-align: right;
	vertical-align: middle;
	padding: 2% 10% 4% 0;
	box-sizing: border-box;
	color: #00844B;
	font-weight: 200;
	font-size: 2.75vw;
}

.oshirase
{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	line-height: 150%;
}

.oshirase a
{
	color: #383838;
}

.oshirase_all
{
	display: table-cell;
	width: 25%;
	background: #96cc89;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

	/*タブレット tablet  */
	@media only screen and (max-width: 959px) {

		.oshirasebox
		{
			padding: 12% 0 0 0 ;
			font-size: 2vw;
		}

		.oshirase_title
		{
			display: block;
			position: absolute;
			top: 0;
			left: 0%;
			width: 100%;
			text-align: center;
			vertical-align: middle;
			padding: 2% 5% 4% 0;
			box-sizing: border-box;
			color: #00844B;
			font-weight: 200;
			font-size: 6vw;
		}

		.oshirase_title br
		{
			display: none;
		}

		.oshirase
		{
			display: block;
			width: 100%;
			vertical-align: top;
			padding: 0 0 1% 3%;
			box-sizing: border-box;
			line-height: 150%;
		}

		.oshirase a
		{
			color: #383838;
		}

		.oshirase_all
		{
			display: block;
			width: 100%;
			padding: 3% 0;
		}

	}

	/*スマホ smartphone  */
	@media only screen and (max-width: 599px){
		.oshirasebox
		{
			font-size: 3.75vw;
		}
	}


.galleryimg_blog
{
	float: left;
	width: 25%;
	height: 25%;
	position: relative;
	overflow: hidden;
	background: #000;

}

.galleryimg_blog img
{
	width: 100%;
	height: 100%;
	display: block;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}

.galleryimg_blog:hover img
{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 1;
}

.galleryimg_blog:hover .blogtitle
{
	opacity: 0.85;
}

.blogtitle
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/blogtitle.png) top no-repeat;
	background-size: contain;
	color: #fff;
	padding: 6%;
	box-sizing: border-box;
}

.blogtitle h2
{
	font-size: 1em;
}

.allblog
{
	display: none;
}

	/*タブレット tablet  */
	@media only screen and (max-width: 959px) {

		.galleryimg_blog
		{
			width: 25%;
			height: 25%;
		}

	}

	/*スマホ smartphone  */
	@media only screen and (max-width: 599px){

		.galleryimg_blog
		{
			width: 50%;
			height: 50%;
			border-bottom: 1px solid #fff;
			border-right: 1px solid #fff;
			box-sizing: border-box;
		}

		.allblog
		{
			float: left;
			width: 50%;
			height: 50%;
			background: url(images/bg_catch2.jpg);
			display: table;
			padding: 50% 0 0 0 ;
			position: relative;
		}

	}

.works_trim
{
	position: relative;
	width: 30%;
	height: 100%;
	float: left;
	margin: 1.5%;
	display: inline;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
	box-sizing: border-box;
	overflow: hidden;
	background: #000;
	font-weight: 200;
	line-height: 130%;
}

.spacer
{
	width: 100%;
	padding-bottom: 100%;
}



	/*タブレット　スマホ tablet smartphone  */
	@media only screen and (min-width: 320px) and (max-width: 639px) {

		.works_trim
		{
			width: 48%;
			height: 100%;
			margin: 1%;
			border-right: 0px solid #fff;
			border-bottom: 0px solid #fff;
			box-sizing: border-box;
		}

	}

.works_trim img
{
	position: absolute;
	width: 100%;
	height: 100%;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
	overflow: hidden;
}

.works_trim img:hover
{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
	opacity: 0.5;
}


.works_trim_text
{
	position: absolute;
	bottom: 0;
	padding: 5%;
	box-sizing: border-box;
	margin: 0 0 0 0;
	z-index: 1000;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.75);
}

/*-------------------------------------------------
  ホームのメイン画像スライダー
-------------------------------------------------*/

.mainimg_area
{
	width: 100%;
	max-width: 2000px;
	margin: auto;
	padding: 0 0 0% 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	background: #fff;
}



	/*タブレット tablet  */
	@media only screen and (min-width: 600px) and (max-width: 959px) {

		.mainimg_area
		{
			min-height: 448px;
			width: 100%;
			padding: 0 0 0% 0;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			position: relative;
			overflow: hidden;
		}

	}

	/*スマホ smartphone  */
	@media only screen and (max-width: 599px){

		.mainimg_area
		{
			height: 100%;
			width: 100%;
			padding: 0 0 0% 0;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			position: relative;
			overflow: hidden;
		}

	}

/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
	transform: translatex(0%);
}

.viewer ul li img {
    width: 100%;
}


.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: auto;

}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}

#viewer img {
	top: 0;
	left: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	margin: auto;
}

	/*スマホ smartphone  */
	@media only screen and (min-width: 320px) and (max-width: 959px) {

		.viewer
		{
			margin: 0px auto 0 auto;
			width: 100%;
			position: relative;
			overflow: hidden;
			z-index: 0;


		}
		.viewer ul
		{
			width: 100%;
			overflow: hidden;
			position: relative;
			margin: auto;

		}
		.viewer ul li
		{
			position: absolute;
			width: auto;
			height: 100%;

		}

		.viewer ul li img {
			width: 100%;
		}
	}

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

		.viewer
		{
			background: #00844B;
			padding: 60px 0 0 0;
			width: 100%;
			position: relative;
			overflow: hidden;
			z-index: 0;
		}
	}

.green_l
{
	width: 50%;
	height: 100%;
	/*background-color:rgba(0,132,75,0.675);*/
	/*background-color:rgba(124,191,107,0.725);*/
	background-color:rgba(0,0,0,0.42);
	position: absolute;
	top: 0%;
	right: 0%;
	z-index: 6777;
}

.green_r
{
	width: 25%;
	height: 100%;
	background-color:rgba(124,191,107,0.0);
	position: absolute;
	bottom: 0%;
	right: 0%;
	z-index: 6777;
}

	/*スマホ smartphone
	@media only screen and (max-width: 599px){

		.green_l
		{
			width: 50%;
			height: 30%;
			background-color:rgba(0,132,75,0.8);
			position: absolute;
			top: 448px;
			left: 0;
			z-index: 6777;
		}

		.green_r
		{
			width: 50%;
			height: 30%;
			background-color:rgba(124,191,107,0.8);
			position: absolute;
			top: 448px;
			left: 50%;
			z-index: 6777;
		}

	}*/

.catch1
{
	position: absolute;
	top: 30%;
	right: 9%;
	z-index: 9999;
	font-size: 6vw;
	color: #fff;
	letter-spacing: 0.175em;
	text-shadow:0px 0px 15px #4f4f4f;
}

.catch2
{
	position: absolute;
	top: 40%;
	right: 9%;
	z-index: 7000;
	font-size: 2.75vw;
	color: #fff;
	letter-spacing: 0.175em;
	text-shadow:0px 0px 15px #4f4f4f;
}

.catch3
{
	position: absolute;
	top: 57.5%;
	right: 11%;
	z-index: 7000;
	font-size: 2vw;
	font-weight: 200;
	line-height: 200%;
	color: #fff;
	letter-spacing: ;
	text-align: right;
}

	@media only screen and (min-width: 2000px) {

		.catch1
		{
			font-size: 8em;
		}

		.catch2
		{
			font-size: 3.7em;
		}

		.catch3
		{
			font-size: 1.85em;
		}
	}

	/*スマホ smartphone  */
	@media only screen and (max-width: 599px){

		.catch1
		{
			position: absolute;
			top: 74%;
			left: 21%;
			z-index: 7000;
			font-size: 11vw;
			color: #fff;
			letter-spacing: 0.175em;
			text-shadow:0px 0px 0px #4f4f4f;
		}

		.catch2
		{
			position: absolute;
			top: 80%;
			left: 21%;
			z-index: 7000;
			font-size: 5vw;
			color: #fff;
			letter-spacing: 0.175em;
			text-shadow:0px 0px 0px #4f4f4f;
		}

		.catch3
		{
			position: absolute;
			top: 88%;
			left: 13%;
			z-index: 7000;
			font-size: 3.7vw;
			line-height: 160%;
			color: #fff;
			letter-spacing: ;
			text-align: center;
		}

	}

.menuarea
{
	width: 90%;
	min-width: 800px;
	display: table;
	margin: 4% 3% 0 0;
	padding-right: 17.5%;
	box-sizing: border-box;
	background: ;
}

	/*タブレット tablet  */
	@media only screen and (min-width: 600px) and (max-width: 959px) {

		.menuarea
		{
			display: none;
		}

	}

	/*スマホ smartphone  */
	@media only screen and (max-width: 599px){

		.menuarea
		{
			display: none;
		}

	}

.menubutton
{
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #fff;
	text-align: center;
	font-weight: 400;
}

.menu_inner
{
	width: 100%;
	height: ;
	position: fixed;
	z-index: 0;
	/*padding: 0px 0 6.85% 0; */
	padding: 0px 0 1% 0;
	box-sizing: border-box;
}

	@media only screen and (min-width: 1480px) {

		.menu_inner
		{
			height: 110px;
			padding: 0;
		}
	}

	/*スマホ smartphone  */
	@media only screen and (max-width: 965px){

		.menu_inner
		{
			padding: 0px 0 1.85% 0;
		}

	}

	/*スマホ smartphone  */
	@media only screen and (max-width: 750px){

		.menu_inner
		{
			height: 60px;
			padding: 0% 0 0% 0;
		}

	}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: ;
	background: url() center no-repeat;
	border-bottom: 1px solid #fff;
	margin: auto;
	z-index: 9999;
}


/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper_home
{
	width: 100%;
	background: #fff url() center top no-repeat;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 0 0;
	margin: auto;
}

#mainwrapper
{
	width: 100%;
	background: #efefef url() center top no-repeat;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	padding: 10% 1.5%;
	margin: auto;
	box-sizing: border-box;
}

#wrapper
{
	width: 100%;
	max-width: 960px;
	padding: 0px 0px 0px 0px;
	margin: auto;
}

#rightbox
{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 220px;
	height: 150px;
	/*background: #ff0000;*/
	padding: 0px 0px 0px 0px;
	z-index: 100;
}

.contactbox
{
	position: relative;
	right: 0px;
	top: 0px;
	width: 220px;
	height: 80px;
	background: #cfcfcf;
	margin: 0px 0px 0px 0px;
	z-index: 1000;
}

/*-------------------------------------------------
  このページのトップに戻る
-------------------------------------------------*/

.pagetop {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 55px;
	z-index: 9999;
	display: none;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}

.pagetop a {
	width: 60px;
	height: 60px;
	line-height: 100%;
	display: block;
	color: #ffffff;
	padding: 0px;
	margin: 0;
	background-color: #83c273;
	border-radius: 50%;
	text-decoration: none;
}

.pagetop a:hover {
	background: #83c273;
	color: #FFFFFF;
}

	/*タブレット　スマホ tablet smartphone  */
	@media only screen and (min-width: 320px) and (max-width: 959px) {

		.pagetop
		{
			bottom: 55px;
		}

	}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 100%;
	max-width: 770px;
	height: 1%;
	overflow: visible;
	float: left;
/*にわ・なびの記事幅表示と合わせるために以下はすべて0にすること。paddingは.contentで入力*/
	padding: 0 0%;
	margin: auto;
	display:inline-block;
	box-sizing: border-box;
}

#container2
{
	width: 100%;
	height: 1%;
	overflow: visible;
	/*float: left;*/
/*にわ・なびの記事幅表示と合わせるために以下はすべて0にすること。paddingは.contentで入力*/
	padding: 0 0%;
	margin: auto;
	display:inline-block;
	box-sizing: border-box;
}

#container3
{
	width: 100%;
	max-width:960px;
	height: 1%;
	overflow: visible;
	/*float: left;*/
/*にわ・なびの記事幅表示と合わせるために以下はすべて0にすること。paddingは.contentで入力*/
	padding: 0 0;
	margin: auto;
	display:inline-block;
	box-sizing: border-box;
}

.content
{
	padding: 0;
	margin: 0px 0px 30px 0px;
}
.content2
{
	width: 192px;
	float:left;
	clear: none;
	padding: 0px;
	margin: 0px -1px 0px -5px;
/*	margin: 0px 2px 0px -5px; */
}



.works_trim_price
{
	width: 31.5%;
	height: 350px;
	float: left;
	margin: 1.5% 1.5% 1.5% 1.5%;
	padding: 2%;
	display: inline;
	background: #fff url() bottom;
	box-sizing: border-box;
}

.works_trim_price img
{
	width: 100%;
	height: auto;
}

	/*スマホ smartphone  */
	@media only screen and (max-width: 599px){

		.works_trim_price
		{
			width: 50%;
			height: 250px;
			margin: 0%;
			overflow: hidden;
		}

	}

.media_trim
{
	width: 293px;
	height: 296px;
	float: left;
	margin: 0px 30px 30px 0px;
	padding: 0px;
	display: inline;
	background: url() bottom;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #fff;
}




.hajimemashite
{
	width: 100%;
	height: 511px;
	background: #000 url(images/bg_hajimemashite.png) center no-repeat;
}

.oyakusoku
{
	width: 100%;
	height: 615px;
	background: #000 url(images/bg_oyakusoku.png) center no-repeat;
}

.newworks
{
	width: 100%;
	height: 630px;
	background: #000 url(images/bg_works.png) top center no-repeat;
}

.media
{
	width: 100%;
	height: 614px;
	background: #000 url(images/bg_media.png) center no-repeat;
}

.media2
{
	width: 100%;
	height: 614px;
	background: #000 url(images/bg_media2.png) center no-repeat;
}

/*.area
{
	width: 100%;
	height: 622px;
	background: #000 url(images/bg_area.png) center no-repeat;
}*/

.free
{
	width: 100%;
	height: 100%;
	background: #42372D url() center no-repeat;
}

.information
{
	width: 100%;
	height: 100%;
	background: #42372D url(images/information.png) top center no-repeat;
}

.categorybutton
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffeeb5', endColorstr = '#a8a77d');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffeeb5', endColorstr = '#a8a77d')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #d4c489, #a19450);
	background-image: -ms-linear-gradient(top, #d4c489, #a19450);
	background-image: -o-linear-gradient(top, #d4c489, #a19450);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#d4c489), to(#a19450));
	background-image: -webkit-linear-gradient(top, #d4c489, #a19450);
	background-image: linear-gradient(top, #d4c489, #a19450);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	/*Use "background-clip: padding-box" when using rounded corners to avoid the gradient bleeding through the corners*/
	/*--IE9 WILL PLACE THE FILTER ON TOP OF THE ROUNDED CORNERS--*/
}

.inq
{
	width: 640px;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	border-spacing: 0;
}
.inq td, th
{
	padding: 15px;
	width: 30px;
	height: 25px;
}

.inq th
{
	width: 20%;
	background: #efefef;
	text-align: center;
}

.inq td
{
	width: 80%;
	background: #ffffff;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/

.contenttitle h2
{
	height: 100%;
	clear: both;
	/*background: #1c1b19;*/
	font-size: 1.7em;
	/*font-weight: bold;*/
	padding: 10px 0px 20px 0px;
	margin: 5% 0px 0px 0px;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color: #717171;
	color: #717171;
	line-height: 160%;
}

.contentbody
{
	/*↓にわ・なびでレイアウトを崩さないためにはwidthを指定しておく必要がある*/
	width: 820px;
	/*----------------------*/
	background: #ffffff url(images/);
	text-align: justify;
	padding: 50px 60px 50px 60px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	/*↓Indexテンプレートのコメントが消えないためのcss*/
	line-height: 20px;
	font-size: 15px;
	color: #000;
}
.contentbody table tr td
{
	font-size: 15px;
	text-align: justify;
	line-height: 23px;

}

.contentbody img
{
	margin: 0px;

}

.contentbody2
{
	background: #ffffff url(images/);
	text-align: justify;
	padding: 5% 5% 0 5%;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	text-align: justify;
	margin: 0px 0px 40px 0px;
	font-size:16px;
	color: #000;
	box-sizing: border-box;
	word-break:break-all;
}

	/*タブレット tablet  */
	@media only screen and (min-width: 600px) and (max-width: 959px) {

		.contentbody2
		{
			padding: 4%;
			box-sizing: border-box;
		}
	}

	/*スマホ smartphone  */
	@media only screen and (max-width: 599px){

		.contentbody2
		{
			padding: 9% 2%;
			box-sizing: border-box;
		}
	}

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

.contentbody2 table.style
{
	border-collapse: collapse;

}

.contentbody2 a:link, .contentbody2 a:visited
{
	/*color: #12ae05;*/
	text-decoration: none;
}

.contentbody2 a:hover, .contentbody2 a:active
{
	/*color: #a0c148;*/
	text-decoration: underline;
}

.contentbody2blog
{
	background: #ffffff url(images/);
	text-align: justify;
	padding: 50px 35px 50px 35px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	text-align: justify;
	margin: 0px 0px 20px 0px;
	font-size:15px;
	color: #000;
}

.contentbody2blog img
{
	width: 100%;
	height: auto;
}

.contentbody2blog table.style
{
	border-collapse: collapse;

}

.contentbody2blog a:link, .contentbody2blog a:visited
{
	/*color: #12ae05;*/
	text-decoration: none;
}

.contentbody2blog a:hover, .contentbody2blog a:active
{
	/*color: #a0c148;*/
	text-decoration: underline;
}




.contentbody2020blog
{
	background: #ffffff url(images/);
	text-align: justify;
	padding: 50px 35px 50px 35px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	text-align: justify;
	margin: 0px 0px 20px 0px;
	font-size:15px;
	color: #000;
}

.contentbody2020blog img
{
	width: 100%;
	height: auto;
}

.contentbody2020blog table.style
{
	border-collapse: collapse;

}

.contentbody2020blog a:link, .contentbody2020blog a:visited
{
	/*color: #12ae05;*/
	text-decoration: none;
}

.contentbody2020blog a:hover, .contentbody2020blog a:active
{
	/*color: #a0c148;*/
	text-decoration: underline;
}



.contentbody3
{
	background: url(images/);
	font-size:15px;
	text-align: justify;
	padding: 0px 15px 10px 15px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	/*line-height: 180%;*/
	text-align: justify;
	margin: 0px 0px 10px 0px;
}

.catdesc
{
	font-size: 1em;
	width:;
	height:;
	background: url(images/);
	padding: 20px 0px 20px 0px;
}

@media screen and (max-width: 599px){ /**/
	.catdesc
	{
		font-size: 1em;
		width:;
		height:;
		background: url(images/);
		padding: 10% 0px 20px 0px;
	}
}

.catdesc a
{
	color: #00844B;
}

.catdesc a:hover
{
	opacity: 0.75;
}

.works_index
{
	width: 100%;
	box-sizing:border-box
	background: #000;
	padding: 3% 0;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #888;
	display: inline-block;
	margin: auto;
}

.works_index a
{
	width: 32%;
	font-weight: 300;
	background: #fff;
	border-radius: 1em;
	padding: 0.5% 2%;
	box-sizing: border-box;
	margin: 0.5%;
	float: left;
	text-align: center;
}

.works_index a:hover{
		-webkit-transform: scale(1.02);
		transform: scale(1.02);
		opacity: .8;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.8);
}

	@media only screen and (max-width: 599px){
		.works_index
		{
			width: 100%;
			box-sizing:border-box
			background: #000;
			padding: 3% 0;
			filter:alpha(opacity=95);
			-moz-opacity: 0.95;
			opacity: 0.95;
			border-width: 1px 0px 0px 0px;
			border-style: solid;
			border-color: #888;
			display: inline-block;
			margin: auto;
		}

		.works_index a
		{
			width: 49%;
			font-weight: 300;
			background: #fff;
			border-radius: 1em;
			padding: 0.5% 2%;
			box-sizing: border-box;
			margin: 0.5%;
			float: left;
			text-align: left;
			font-size: 0.85em;
		}
	}

.nextlink
{
	width: 49%;
	height: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	background: url(images/prevs.png) left no-repeat;
	display: box;
	font-size: 13px;
	text-align: right;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
}

.prevlink
{
	width: 50%;
	height: 100%;
	float: right;
	padding: 0px 0px 0px 0px;
	background: url(images/nexts.png) right no-repeat;
	display: box;
	font-size: 13px;
	text-align: left;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #E0E0E0;
}

/*カレンダー*/
table.calendar {width: 100%; font-size: 11px; background-color:#fff;border-collapse: collapse;font-family:sans-serif;border:1px solid #ddd;}
table.calendar caption {color:#aaa;letter-spacing:2px;padding:4px;}
table.calendar th,table.calendar td {border:1px solid #ddd;padding:2px 4px;}
table.calendar th {text-align:center;}
table.calendar td {text-align:right;color:#999;letter-spacing:1px;}
tr.calendardateheaders {background-color:#ccc;color:#fff;}
td.blank {background-color:#f5f5f5;}
td.saturday {background-color:#f7f9fd;}
td.sunday {background-color:#fff3ee;}
td.holiday {background-color:#fff3ee;}
td.today {background-color:#ffffcc;}

/*以下、defaultスキン用 */
table.calendar a:link,table.calendar a:visited
{
	background:none;padding:0;
}
table.calendar
{
	margin:0 auto;
}

table caption a
{
	font-size: 1.5em;
}

table#table-01 th {
	width: 110px;
	color: #ffffff;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    background: #72ad06;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
}
table#table-01 td {
	/*width: 500px;*/
	background: #ffffff;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    text-align: left;
    white-space: nowrap;

}
table#table-02 {
	background: #f5f5f5;
    /*width: 625px;*/
    border: 0px #E3E3E3 solid;
    /*border-collapse: collapse;*/
  /*  border-collapse: 5px;*/
    border-spacing: 4px;
}

table#table-02 th {
	width: 300px;
	color: #e5f4bb;
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    background: #72ad06;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap;
}
table#table-02 td {
	width: 340px;
	background: #ffffff;
    padding: 5px;
    border: 1px #E3E3E3 solid;
    border-width: 0 1px 1px 0px;
    text-align: left;
    white-space: nowrap;

}
.QA-Qbox01 {
	width: 80%;
	float: right;
	padding-left: 0px;
	margin-top: 0px;
	clear: both;
}
.QA-box01 {

	font-size: 17px;
	padding-left: 45px;
}

.QA-Abox01 {
	background: #ffffff;
	font-size: 16px;
	padding: 20px;
	margin: 0px 0px 0px 10%;
	color: #000000;
	text-indent: 1em;
	line-height: 2em;
	/*clear: both;*/
	border-width: 0px 0px 0px 0px;
	border-style: dotted;
	border-color: #2b6d0e;
}

.QA-textcolor {
	color: #383838;
	font-weight: 400;
}

.QA-Qbotton {
	float: left;
	border: 0;
}


/*メニューボタン*/
#menubutton a
{
	display:table-cell;
	width:;
	height:;
	background: ;
	vertical-align: middle;
	text-decoration:none;
	text-align:center;
	float: right;
	padding: 0px 1%;
	border-right: 1px #fff solid;
	color: #fff;
	font-size: 14px;
}
#menubutton2 a
{
	display:table-cell;
	width:;
	background: ;
	vertical-align: middle;
	text-decoration:none;
	text-align:center;
	float: right;
	padding: 0px 1%;
	border-right: 1px #fff solid;
	color: #fff;
}

#menubutton a:hover
{
	background: #000 url(images/bg_menu.gif) left bottom;
	color: #a0d33c;
}

/*-------------------------------------------------
  お問合せフォーム関連
-------------------------------------------------*/

.inq
{
	width: 100%;
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	border-spacing: 0;
}
.inq td, th
{
	padding: 15px;
	width: 30px;
	height: 25px;
	font-size: 18px;
}

.inq th
{
	width: 22%;
	background: #efefef;
	text-align: center;
	font-size: 18px;
}

.inq td
{
	width: 78%;
	background: #ffffff;
	font-size: 18px;
}

.formtext
{
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	height: 2.3em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	width: 180px;
	padding: 0px 0px 0px 0px;
}
.sidebar
{
	color: #362779;
/*	margin: 0 0 4px 10px; */
	margin: 0 0 4px 10px;
}


/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl2
{
	width: 200px;
	padding: 0 0 10px 0;
	margin-right: 550px;
}
.sidebardl dt
{
	background: url(images/header_menu.gif);
	color: #362779;
	font-size: 12px;
	font-weight: bold;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 5px 0px 5px 15px;
}
.sidebardl dd
{
	background: #ffffff;
	padding: 2px 10px;
	margin: 1px 0 0 0;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #E0E0E0;
}
/*---------↓以下のスタイルは特に必要なと思われます----
.sidebardl dd:hover
{
	color: #FFFFFF;
	background: #ffffff;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
----------------------*/
.sidebardl dd a:link, .sidebardl dd a:visited
{
	color: #444444;
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

.sidebardl dd div.leftbox30
{
	width: 100%;
}
/* NP_List */
.current
{
	color: #a0d33c;
	/*background: #ffffff;*/
	/*font-weight: bold;*/
	padding: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #888888;
	text-decoration: none;
	/*font-weight: bold;*/

}
.list
{

	font-size: 18px;
	color: #000;
	clear: both;
	padding: 5px 0px 10px 10px;


}
.list a:link
{
	color: #3066B5;
}
.list .current
{
	/*width: 179px;*/
	float: left;
	color: #6e9a19;
	/*background: #ffffff;*/
	font-weight: bold;
	padding: 0px 15px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: dotted;
	border-color: #888888;
	text-decoration: none;
	margin: 0px 0px 0px 0px;

}
dd.stripe
{
	background-color: white;
}
/*-------------------------------------------------
  Footer
-------------------------------------------------*/
.footer_link{
	 display: none;
}

@media screen and (max-width: 599px){ /**/
	.footer_link{
		display: block;
		 background: #efefef;
		 text-align: center;
		 padding: 0px 0 1px 1px;
	}
}

.footer_link a:link{
	width: calc(50% - 2px);
	height: 50px;
	display: block;
	float: left;
	border-right: 0px solid #acacac;
	padding: 0 1%;
	box-sizing: border-box;
	margin: 1px 0px 0px 1px;
	font-size: ;
	line-height: 50px;
	vertical-align: middle;
	background: #fff;
	border-radius: 3px;
}

.footer_logo{
	max-width: 100%;
	height: auto;
}



@media screen and (max-width: 599px){ /**/
	.footer_logo{
		max-width: 80%;
		height: auto;
	}
}

.footer_contents{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 5% 0 5% 0;
	text-align: center;
	box-sizing: border-box;
}

.footer_add{
	max-width: 1000px;
	margin: 2.5% auto 0 auto;
	padding: 2.5% 0 2.5% 0;
	border-top: 1px dotted #eee;
	border-bottom: 0px dotted #eee;
}

.footer_add1{
	width: 50%;
	float: left;
	border-right: 0px solid #eee;
	box-sizing: border-box;
	font-size: 1.1em;
}

.add_border{
	border-left: 1px dotted #eee;
}

.sekoarea{
	padding: 5% 5%;
	margin-top: 2.5%;
	border-top: 1px dotted #eee;
	box-sizing: border-box;
}

.kaigyo{
	display: inline;
}

@media screen and (max-width: 599px){ /**/

	.footer_contents{
		max-width: 1200px;
		width: 100%;
		margin: auto;
		padding: 10% 0 10% 0;
	}

	.footer_add{
		max-width: 90%;
		margin: 5% auto 0 auto;
		padding: 0 0 0 0;
	}

	.footer_add1{
		width: 100%;
		float: left;
		padding: 5% 0;
		font-size: 1.1em;
	}

	.add_border{
		border-top: 1px dotted #eee;
		border-left: 0px dotted #eee;
	}

	.sekoarea{
		padding: 5% 0%;
		box-sizing: border-box;
		text-align: left;
	}

	.kaigyo{
		display: block;
	}
}


#footer
{
	width: 100%;
	height: 100%;
	background: #000 url() top no-repeat;
	padding: 0px;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: auto;
}

#copyrights
{
	width: 100%;
	max-width: 2000px;
	background: url(images/bg_footer2022.jpg) center bottom;
	background-size: cover;
	padding: 0px 0px 0px 0px;
	color: #fff;
	margin: auto;
	font-size: 1em;
}

/*-------------------------------------------------
  改行
-------------------------------------------------*/

.c_line
{
	clear: both;
	height: 0px;
}
.c_line5
{
	clear: both;
	height: 5px;
}
.c_line10
{
	clear: both;
	height: 10px;
}
.c_line15
{
	clear: both;
	height: 15px;
}
.c_line20
{
	clear: both;
	height: 20px;
}
.c_line25
{
	clear: both;
	height: 25px;
}
.c_line30
{
	clear: both;
	height: 30px;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 0px;
    margin-left: 0px;

    padding: 0px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
}
.formbutton
{
	font-size: 11px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 168px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 96%;
    margin-right: 0px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 96%;
	margin-left: 0px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}


/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #DEFFA9;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 10px; /*3px;*/
	#: larger;
}
.leftbox {
	float: left;
	width: 50%; /*45%;*/
	border-right: 1px dashed #ddd;
}
.rightbox {
	float: right;
	width: 50%; /*45%;*/
/*	border-left: 1px dashed #ddd;*/
}

/*
div.leftbox10 {
	float: left;
	width: 10%;
}
div.leftbox20 {
	float: left;
	width: 20%;
}
div.leftbox30 {
	float: left;
	width: 160px;
}
div.leftbox40 {
	float: left;
	width: 40%;
}
div.leftbox45 {
	float: left;
	width: 45%;
}
div.leftbox55 {
	float: left;
	width: 55%;
}
div.leftbox60 {
	float: left;
	width: 60%;
}
div.leftbox65 {
	float: left;
	width: 65%;
}
div.leftbox70 {
	float: left;
	width: 70%;
}
div.leftbox75 {
	float: left;
	width: 75%;
}
div.leftbox80 {
	float: left;
	width: 80%;
}

div.leftbox100px {
	float: left;
	width: 105px;
}

div.leftbox150px {
	float: left;
	width: 155px;
}

div.leftbox200px {
	float: left;
	width: 205px;
}

div.leftbox250px {
	float: left;
	width: 255px;
}

div.leftbox300px {
	float: left;
	width: 305px;
}

div.leftbox350px {
	float: left;
	width: 355px;
}
div.leftbox400px {
	float: left;
	width: 405px;
}

div.leftbox450px {
	float: left;
	width: 455px;
}
div.leftbox500px {
	float: left;
	width: 505px;
}

div.leftbox550px {
	float: left;
	width: 555px;
}
div.leftbox600px {
	float: left;
	width: 605px;
}

div.leftbox650px {
	float: left;
	width: 655px;
}
div.leftbox700px {
	float: left;
	width: 705px;
}

div.leftbox750px {
	float: left;
	width: 755px;
}

div.leftbox800px {
	float: left;
	width: 805px;
}
*/

.leftbox10 {
	float: left;
	width: 10%;
}
.leftbox20 {
	float: left;
	width: 20%;
}
.leftbox30 {
	float: left;
	width: 160px;
}
.leftbox40 {
	float: left;
	width: 40%;
}
.leftbox45 {
	float: left;
	width: 45%;
}
.leftbox55 {
	float: left;
	width: 55%;
}
.leftbox60 {
	float: left;
	width: 60%;
}
.leftbox65 {
	float: left;
	width: 65%;
}
.leftbox70 {
	float: left;
	width: 70%;
}
.leftbox75 {
	float: left;
	width: 75%;
}
.leftbox80 {
	float: left;
	width: 80%;
}

.leftbox100px {
	float: left;
	width: 105px;
}

.leftbox150px {
	float: left;
	width: 155px;
}

.leftbox200px {
	float: left;
	width: 205px;
}

.leftbox250px {
	float: left;
	width: 255px;
}

.leftbox300px {
	float: left;
	width: 305px;
}

.leftbox350px {
	float: left;
	width: 355px;
}
.leftbox400px {
	float: left;
	width: 405px;
}

.leftbox450px {
	float: left;
	width: 455px;
}
.leftbox500px {
	float: left;
	width: 505px;
}

.leftbox550px {
	float: left;
	width: 555px;
}
.leftbox600px {
	float: left;
	width: 605px;
}

.leftbox650px {
	float: left;
	width: 655px;
}
.leftbox700px {
	float: left;
	width: 705px;
}

.leftbox750px {
	float: left;
	width: 755px;
}

.leftbox800px {
	float: left;
	width: 805px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 10px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
	text-align: right;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

table#table-01 {
	background: #f5f5f5;
    width: 620px;
    border: 0px #E3E3E3 solid;
    /*border-collapse: collapse;*/
  /*  border-collapse: 5px;*/
    border-spacing: 4px;
}





/*youtube*/

.youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}


.youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


.youtube_play {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}


.youtube_play img {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}




.youtube_play:hover {
	cursor:pointer;
}


.youtube .youtube_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;

}

.youtube .youtube_btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url("images/y_icon.png") center center no-repeat;
  background-size: 96px 96px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.youtube .youtube_btn:hover:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  background: url("images/y_icon.png") center center no-repeat;
  background-size: 96px 96px;
}
