@charset "utf-8";

/* *****************************************************************************
   PC用のスタイル記述
***************************************************************************** */
@media screen and (min-width: 769px), print {
	
	/* -----------------------------------------------------------------------------
	 Header
	----------------------------------------------------------------------------- */
	header {
	}
	
	header a {
		text-decoration: none !important;
	}
	
	header > .inner {
		width: 100%;
		min-height: 60px;
		background-color: #fff;
		display: table !important;
		box-shadow:  0 1px 6px rgba(0,0,0,0.10);
	}
	
	header > .inner > .logo {
		padding: 0 20px;
		display: table-cell;
		vertical-align: middle;
		white-space: nowrap;
	}
	header > .inner > .logo a{
		color: #666;
		font-size: .8em;
	}
	header > .inner > .logo a img{
		height:48px;
		vertical-align: middle;
	}	
	
	header > .inner > navi {
		padding: 0 20px;
		text-align: right;
		display: table-cell;
		vertical-align: middle;
	}
	
	header > .inner > navi > ul {
		display: inline-block;
	}
	
	header > .inner > navi > ul > li {
		display: inline-block;
	}
	
	header > .inner > navi > ul > li a {
		color: #666;
		font-size: .95em;
		padding: 10px 15px;
	}

	header > .inner > navi > .translation {
		display: inline-block;
	}
	
	#bt-menu {
		display: none;
	}
	
	
	/* style1 */
	header.style1 {
		position: absolute;
		width: 100%;
		z-index: 999;
		display: none;
	}
	
	header.style1.fixed {
		position: fixed;
		top: 0;
		left: 0;
		display: block;
	}
	
	/* style2 */
	header.style2 {
		width: 100%;
	}
	
	header.style2.fixed {
		position: fixed;
		top: 0;
		left: 0;		
		z-index: 999;
	}
	
	/* powered by Sangyo Navi */
	.powered {
		display: none;
	}

	
	/* -----------------------------------------------------------------------------
	 Top Contents
	----------------------------------------------------------------------------- */
	#top-contents {
		position: relative;
/*		max-width: 1200px; */
		margin: 0 auto;
		background-color: #fff;
	}
	
	#top-contents img {
		width: 100%;
		height: auto;
	}
	/*
	#top-contents:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.50);
		z-index: 2;
	}
	*/
	
	#top-contents .slider {
		position: relative;
		z-index: 1;
	}
	
	#top-contents .layer1 {
		position: absolute;width: 100%;
		top: 25%;
		right: 0%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		padding-right: 10px;
		z-index: 5;
	}
	
	#top-contents .layer1 h1{
		font-family: 'Noto Sans JP', sans-serif;
		font-weight: 900;
		font-size: calc(1.2em + 1.2vw);
		line-height: calc(1.6em + 1vw);
		color:#fff;
		text-shadow: 3px 3px 2px rgba(0,0,0,0.6);
		text-align: left;
		padding-left:calc(100% - 96%);
		
	}	
	
	#top-contents .layer1 h1 span{
		font-size: 200%;
	}		

	
	#top-contents .layer2 {
		position: absolute;
		top: 40%;
		right: 5%;
		z-index: 7;
	}
	
	#top-contents .layer3 {
		position: absolute;
		bottom: 5%;
		right: 5%;
		width: 50%;
		z-index: 9;
	}
	
	#top-contents .layer4 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	#top-contents .layer5 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	#top-contents .layer6 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	#top-contents .layer7 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	#top-contents .layer8 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	#top-contents .layer9 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	#top-contents .layer10 {
		position: absolute;
		top: 5%;
		left: 5%;
		width: 50%;
		z-index: 10;
	}
	
	
	/* -----------------------------------------------------------------------------
	 Breadcrumb
	----------------------------------------------------------------------------- */
	#breadcrumb {
		background-color: #fff;
	}
	
	#breadcrumb p.bc{
		max-width: 1024px;
		font-size:0.85em;
		text-align:left;
		padding:15px 10px;
		margin:0 auto;
	}

	#breadcrumb .login {
		width:120px;
		text-align:right;
		float:right;
	}

	#breadcrumb .login img {
		margin-right:5px;
		vertical-align:top;
	}

	#breadcrumb .login a {
		color:#666;
		text-decoration:none;
	}
	#breadcrumb .login a:hover {
		color:#E32828;
		text-decoration:none;
	}

	#breadcrumb .bc {
		margin-right:0;
	}

	#breadcrumb .bc img {
		width:14px;
		vertical-align:top;
	}

	#breadcrumb .bc a {
		color:#666;
		text-decoration:none;
	}
	#breadcrumb .bc a:hover {
		color:#E32828;
		text-decoration:none;
	}

	
	/* -----------------------------------------------------------------------------
	 contents
	----------------------------------------------------------------------------- */
	main .contents {
		background-color: #fff;
		overflow: hidden;
	}
	
	main .contents.fixed {
		background-color: transparent;
	}
	
	main .contents .fixed-bg {
		position: fixed;
		top: 0;
		left: 0;
		width:100%;
		height:100vh;
		z-index:-1;
	}
	
	main .contents .fixed-bg img {
		width: 100%;
		height: auto;
	}

	.w1024 {
		position: relative;
		max-width: 1024px;
		margin: 60px auto;
	}
	
	main .contents:first-child .w1024 {
		margin-top: 0;
	}
	
	.w1024.bg {
		background-color: #fff;
		padding:40px;
	}
	
	.layer {
		position: absolute;
		z-index: 99;
	}
	
	.contents section {
		margin-bottom: 60px;
	}
	
	
	/* -----------------------------------------------------------------------------
	 Footer
	----------------------------------------------------------------------------- */
	footer {
		position: relative;
		padding: 80px 0 30px;
		color:#FFF;
		background-color: #7E4808;
		-moz-box-sizing: border-box;
		box-sizing: border-box;

	}
	
	footer .pagetop a {
		position: absolute;
		top: -30px;
		left: 50%;
		width: 60px;
		height: 60px;
		margin-left: -30px;
		border: 2px solid #6f6f6f;
		background-color: #FFF;
		text-decoration: none;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	
	footer .pagetop a::before {
		color: #6f6f6f;
		font-size: 24px;
		content: "▲";
		margin-top: 16px;
		text-align: center;
		line-height: 1em;
		display: block;		
	}
	
	footer .pagetop a:hover {
		background-color: #deb887;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		transition: .3s;
	}
	
	footer .pagetop a span {
		display: none;
	}
	
	footer .inner {
		max-width: 1024px;
		margin: 0 auto;
	}
	
	footer .login {
		margin: 60px auto 0;
		text-align:center;
		display: block;
	}

	footer .login img {
		margin-right:5px;
		vertical-align:middle;
	}

	footer .login a {
    text-decoration: none;
    display: inline-block;
		color:#FFF;
	}
	footer.login a:hover {
		color:#E32828;
		text-decoration:none;
	}

	footer .copy {
		margin-top: 20px;
		text-align: center;
	}
	
}



/* -----------------------------------------------------------------------------
 共通 parts
----------------------------------------------------------------------------- */
/* parts-h1 */
.parts-h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2em;
	line-height: 1.8;
	font-weight: 900;
	text-align: center;
	letter-spacing: .05em;
	color: #666;
	border-bottom: 1px solid #69b828;
	padding-bottom: 15px;
	margin: 1em auto;
	position: relative;
}
.parts-h1 span{
	display: block;
	font-size: .6em;
	font-weight: 300;
	color: #aaa;
	letter-spacing: .5em;
}
.parts-h1:before{
	content: '';
	display: block;
	position: absolute;
	top: 100%;
	width:  100%;
	height: 10px;
	background: -moz-linear-gradient(top, rgba(105,184,40,0.50) 0%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(105,184,40,0.50) 0%,rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(105,184,40,0.50) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#376115', endColorstr='#007db9e8',GradientType=0 ); /* IE6-9 */

}

/* parts-h2 */
.parts-h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2em;
	line-height: 1.8;
	font-weight: 900;
	text-align: center;
	letter-spacing: .05em;
	border-bottom: 1.5px solid #FFA500;
	padding-bottom: 3px;
	margin: 1em auto;
	position: relative;
}

/*
.parts-h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 1.8em;
	line-height: 1.8;
	text-align: center;
	margin: 1em 0;
}
*/





/* parts-h3 */
.parts-h3 {
	font-family: 'Noto Sans JP', sans-serif;
	color:#FFA500;
	border-left:solid 7px #FFA500;
	font-weight: 600;
	font-size: 1.6em;
	line-height: 1.2;
	padding-left:10px;
	margin-bottom: 1em;
}

/* parts-h4 */
.parts-h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.3em;
	margin-left: 6px;
}

/* parts-text */
.parts-text {
	margin-bottom: 2em;
}

/* parts-img */
.parts-img {
	margin-bottom: 2em;
}

.parts-img img {
	max-width: 100%;
	height: auto;
	width /***/:auto;

}




/* parts-button */
.parts-button {
	color: #fff;
	font-size: 16px;
	margin-bottom: 2em;
	padding: 15px 25px;
	line-height: 1em;
	text-decoration: none !important;
	border: 2px solid #89b6ff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #89b6ff;
	background: -moz-linear-gradient(top,  #89b6ff 0%, #077af4 97%);
	background: -webkit-linear-gradient(top,  #89b6ff 0%,#077af4 97%);
	background: linear-gradient(to bottom,  #89b6ff 0%,#077af4 97%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89b6ff', endColorstr='#077af4',GradientType=0 );
	display: inline-block;
}
a.parts-button:link,
a.parts-button:visited, 
a.parts-button:active{
	color: #fff;
}

/* parts-news */
.parts-news {
	height: 200px;
	margin-bottom: 2em;
	padding: 20px;
	border: 1px solid #999;
	overflow-y: scroll;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.parts-news.show {
	height: auto !important;
	overflow-y: visible;
}

.parts-news > p {
	margin-bottom: 1em;
}


/* parts-sns */
.parts-sns:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.parts-sns {
	margin-bottom: 2em;
	display:inline-table;
	zoom:1;
}

* html .parts-sns {
	height:1%;
}

.parts-sns {
	display:block;
}

.parts-sns li {
	width: 30px;
	margin-right: 10px;
	float: left;
}

.parts-sns li img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.parts-sns > .left {
	width: 49%;
	height: 700px;
	float: left;
}

.parts-sns > .right {
	width: 49%;
	height: 700px;
	float: right;
}


/* -----------------------------------------------------------------------------
 parts
----------------------------------------------------------------------------- */
@media screen and (min-width: 769px), print {

	/* parts-txt-img  */
	.parts-txt-img:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.parts-txt-img {
		margin-bottom: 2em;
		display:inline-table;
		zoom:1;
	}

	* html .parts-txt-img {
		height:1%;
	}

	.parts-txt-img {
		display:block;
	}
	
	.parts-txt-img .left {
		padding-right: 20px;
		float:left;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.parts-txt-img .left img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	
	.parts-txt-img .right {
		padding-left: 20px;
		float:right;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.parts-txt-img.overflow .right {
		padding-left: 0;
	}
	
	.parts-txt-img .right img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	
	.parts-txt-img .overflow {
		overflow:hidden;
	}
	
	.parts-txt-img .overflow img {
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
	
	/* parts-img-box */
	.parts-img-box {
		max-width: 100%;
		margin: 0 auto 2em;
		/* display: table; */
	}
	
	.parts-img-box li {
		padding: 0 5px;
		display: table-cell;
	}
	
	.parts-img-box li img {
		width: 100%;
		height: auto;
	}
	
	/* parts-table */
	.parts-table {
		max-width: 100%;
		margin: 0 0 2em;
		border: none;
		border-collapse: collapse;
		border-spacing: 0;
	}

}


/* -----------------------------------------------------------------------------
 財団カスタマイズ
----------------------------------------------------------------------------- */

/* 2020/06/26 up */
body {
	font-size: 16px;
	color: #515151;
}

/* Google fontsをきれいに表示する */
header,
#top-contents,
#breadcrumb,
main,
footer{
//	transform: rotate(0.03deg);         
}

p {
	margin-bottom: 1em;
}

a.anchor{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}

/* parts-txt-img2 */
.parts-txt-img2{
	max-width: 100%;
	margin: 0 auto 2em;
	overflow: hidden;
}
.parts-txt-img2 .r-img,
.parts-txt-img2 .l-img{
	width: 30%;
}
.parts-txt-img2 .r-img{
	float: right;
	margin-left: 20px;
}
.parts-txt-img2 .l-img{
	float: left;
	margin-right: 20px;
}
.parts-txt-img2 .r-img img,
.parts-txt-img2 .l-img img{
	width: 100%;
}

/* 2分割 */
.half{
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.half .left,
.half .right{
	width:48.5%;
	/*
	width:49.5%;
	*/
}
.half .left img,
.half .right img{
	width:100%;
}

/* 3分割 */
.trisection{
	-js-display: flex;
	display: flex;
	justify-content: space-between;
}
.trisection .left,
.trisection .center,
.trisection .right{
	width: 31.2%;
}
.trisection .left img,
.trisection .center img,
.trisection .right img{
	width:100%;
}

/* 4分割 */
.quarter{
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.quarter .left1,
.quarter .left2,
.quarter .right1,
.quarter .right2{
	width: 24.5%;
}
.quarter .left1 img,
.quarter .left2 img,
.quarter .right1 img,
.quarter .right2 img{
	width: 100%;
}

/* parts-table */
.parts-table2 {
	max-width: 100%;
	margin: 0 0 2em;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
.parts-table2 th,
.parts-table2 td{
	padding: 5px 10px;
}

/* fukidashi */
.fukidashi-area{
	background-color: #FFDFAA;
	margin: 20px 0 40px;
	padding: 10px 20px 15px;
	border-radius: 20px;
}
.fukidashi-area ul{
	-js-display: flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.fukidashi-area ul li{
	background-image: none;
	background-color: #000;
	padding: 10px 20px;
	border-radius: 15px;
	margin: 10px 5px 20px;
	box-shadow: 2px 2px 3px #aaa;
	position: relative;
}
.fukidashi-area ul li:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 30%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #fff transparent transparent transparent;
}
/* 逆向きの吹き出し　数字＝●番目 */
.fukidashi-area ul li:nth-child(3):before, 
.fukidashi-area ul li:nth-child(4):before,
.fukidashi-area ul li:nth-child(5):before,
.fukidashi-area ul li:nth-child(6):before{
	left: 70%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #fff transparent transparent;
}
.fukidashi-area ul li:last-child{
	margin: auto;
}

/* flow 横 */
.flow-area1{
	margin: 40px auto 100px;
}
.flow-area1 ul{
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.flow-area1 ul li{
	background-image: none;
	border: 1px solid #69b828;
	border-radius: 20px;
	padding: 10px 20px;
	text-align: center;
	width: calc(100% / 3 - 56px); /* ボックスの横幅 */
	position: relative;
	-js-display: flex;
	display: flex;
	flex-direction: column;
}
.flow-area1 ul li:before{
	content: '';
	position: absolute;
	width: 0;
    height: 0;
	border: solid transparent;
}
.flow-area1 ul.flow1 li:first-child,
.flow-area1 ul.flow1 li:nth-child(2){
	margin-right: 20px;
}
.flow-area1 ul.flow1 li:first-child:before,
.flow-area1 ul.flow1 li:nth-child(2):before{
	left: 100%; /* 右矢印の横位置 */
    top: calc(50% - 20px); /* 右矢印の縦位置 */
    border-width: 20px 20px;
    border-left-color: #69b828;
}
.flow-area1 ul.flow1 li:last-child:before{
	left: calc(50% - 20px); /* 右矢印の横位置 */
    top: 100%; /* 右矢印の縦位置 */
    border-width: 20px 20px 0 20px;
    border-top-color: #69b828;
}
.flow-area1 ul.flow2{
	flex-direction: row-reverse;
}
.flow-area1 ul.flow2 li:first-child:before,
.flow-area1 ul.flow2 li:nth-child(2):before{
	left: -40px; /* 右矢印の横位置 */
    top: calc(50% - 20px); /* 右矢印の縦位置 */
    border-width: 20px 20px;
    border-right-color: #69b828;
}
.flow-area1 ul li p.flow_head{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.15em;
	letter-spacing: .05em;
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	width: 90%;
	margin: auto;
}
.flow-area1 ul li img{
	display: block;
	width: 50%;
	object-fit: contain;
	margin: 10px auto;
}

/* flow 縦 */
.flow-area2 ul{
	align-items: center;
}
.flow-area2 ul li{
	-js-display: flex;
	display: flex;
	align-items: center;
	border: 2px solid #FFDFAA;
	border-radius: 20px;
	padding: 20px;
	margin: 20px auto;
	position: relative;
}
.flow-area2 ul li img{
	width: 20%;
	object-fit: contain;
	margin: 0 20px 0 0;
}
.flow-area2 ul li:before{
	content: '';
	position: absolute;
    width: 0;
    height: 0;
	left: 0; /* 右矢印を横中央へ */
	right: 0; /* 右矢印を横中央へ */
	margin: auto; /* 右矢印を横中央へ */
	top: 100%; /* 右矢印の縦位置 */
	border: solid transparent;
	border-width: 20px 20px 0 20px;
	border-color: #FFDFAA transparent transparent transparent; /* 矢印の色 */
}
.flow-area2 ul li:first-child{
	margin-top: 0;
}
.flow-area2 ul li:last-child:before{
	border: none;
}


/* リスト */
.n_list ul{
	display: table;
	margin: auto;
}
.n_list li{
	position: relative;
	padding-left: .9em;
	line-height: 1.8;
	margin: 1em 0;
}
.n_list li:before{
	content: '';
	display: inline-block;
	position: absolute;
	top: .55em;
	left: 0;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background-color: #ccc;
}

/* Slick */
.slider .slick-active img {
  transform: scale(1.0);
}
.slider img {
  transform-origin: center top;
  transform: scale(1.1);
  transition: 5s ease-out;
}


/* flexbox */
.flexbox{
	-js-display: flex;
	display: flex;
}


/* TEL */
a[href^="tel:"] {
	color:inherit;
	text-decoration:none;
}

@media screen and (min-width: 768px){
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
	}
}

/* inline-block */
.inblock{
	display: inline-block;
}


@media screen and (max-width: 1024px) {
	.w1024 {
		margin: 60px 10px;
	}
}


/* content内の横幅100％画像 */
.full_img{
	width: 100%;
}
.full_img img{
	width: 100%;
}


/* 黒オーバーレイ */
.overb{
	position: relative;
}
.overb:before{
	content: '';
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.30);
}



/* ScrollTrigger */
.visible, .invisible {
    opacity: 0.0;
    transition: opacity 0.5s ease;
}
.visible {
    opacity: 1.0;
}

.visible.translateY,.invisible.translateY {
	transform: translateY(100px);
	transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateY {
	transform: translateY(0);
}

.visible.translateToLeft,.invisible.translateToLeft {
	transform: translateX(100px);
	transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateToLeft {
	transform: translateX(0);
}

.visible.translateToRight,.invisible.translateToRight {
	transform: translateX(-100px);
	transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateToRight {
	transform: translateX(0);
}

.visible.translateScaleUp,.invisible.translateScaleUp {
	transform: scale(.5);
	transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateScaleUp {
	transform: scale(1);
}

.visible.translateScaleDown,.invisible.translateScaleDown {
	transform: scale(1.4);
	transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateScaleDown {
	transform: scale(1);
}

.visible.translateRotate,.invisible.translateRotate {
	transform: rotate(360deg);
	transition: all 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
.visible.translateRotate {
	transform: rotate(0deg);
}


/* -----------------------------------------------------------------------------
 個別設定
----------------------------------------------------------------------------- */


/* 背景黒になじませる */
.bg_smooth{
	position: relative;
}
.bg_smooth:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 50px;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.bg_smooth:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


/* メニュー１ */
.main_top1{
	margin: 4em 0;
}
.main_top1 p{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	font-size: 2.8em;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 20px;
}
.main_top1 p span.f_s{
	font-size: .7em;
}
.main_top1 ul{
	justify-content: center;
}
.main_top1 ul li{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.4em;
	margin-right: 20px;
}

/* メニュー２ */
.mainte1{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	margin: 2em 0;
}

.mainte2{
	margin: 2em 0 0;
}

/* ギャラリー */
.gallery{
	flex-wrap: wrap;
	justify-content: space-between;
}
.gallery .item{
	width: 23.5%;
	text-align: center;
	margin-bottom: 20px;
}
.gallery .item img{
	width: 100%;
	margin-bottom: -5px;
}

/* 会社概要 */
.cpn_tbl table{
	width: 100%;
	margin: 20px auto;
}
.cpn_tbl table th,
.cpn_tbl table td{
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.cpn_tbl table th{
	width: 25%;
	position: relative;
}
.cpn_tbl table th:after{
	position: absolute;
	content: '';
	display: inline-block;
	background-color: #ddd;
	width: 1px;
	height: 75%;
	right: 0;
	top: 12%;
}

.shohyo img{
	vertical-align: middle;
	height: 30px;
	margin-left: 5px;
}
.link_hp{
	display: inline-block;
	float: right;
}
.link_hp a{
	text-decoration: none;
	background-color: #ddd;
	color: #000;
	padding: 5px 20px;
	border-radius: 40px;
}


/* お問合せ */
.contact{
	text-align: center;
	color: #ccc;
	font-size: 1.2em;
	margin: 60px 0;
}
.contact .left,
.contact .right{
	width: 50%;
}
.contact i{
	font-size: 1.em;
	line-height: 1.2em;
	margin-right: 10px;
}
.contact .left{
	position: relative;
}
.contact .left:after{
	position: absolute;
	content: '';
	display: inline-block;
	width:1px;
	height:80%;
	top:10%;
	right:0;
	background-color: #666;
}
.contact .left a{
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	font-size: 2.4em;
	color: #7E4808;
	/*color: #6a73b0;*/
	margin-top: 10px;
}
.form_sub{
	font-size: .8em;
	margin-top: 10px;
}


/* mail form */
a.mail_button {
	display: inline-block;
	margin-top: 20px;
	padding: 1em 3em;/* ボタンのサイズはpaddingで調整 */
	background: rgb(204,118,12,1); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(204,118,12,1) 0%, rgba(126,72,8,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(204,118,12,1) 0%,rgba(126,72,8,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(204,118,12,1) 0%,rgba(126,72,8,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc760c', endColorstr='#7e4808',GradientType=0 ); /* IE6-9 */
	/*
	border: 1px solid #aaa;*/ /* 枠線色 */
	color: #FFF; /* 文字色 */
	text-align: center;
	text-decoration: none;
	border-radius: 7px;
	transition: all .3s;
}
a.mail_button:hover {
	background-color: #fff; /* マウスオーバー時の背景色 */
	/*
	border: 1px solid #aaa;*/ /* マウスオーバー時の枠線色 */
}
a.mail_button:hover i{
	transform: scale(1.1);
}

/* footer */
.footer_info{
	text-align: center;
}
.c_name{
	font-size: 1.5em;
	font-weight: bold;
}

.c_name img{
	margin-top:1em;
	width:280px;
}

/*文字サイズ・太さ調整*/
.txt-cen {
	text-align:center;
}

.fsize-20px {
	font-size:20px;
}

.f-bold {
	font-weight:bold;
}

.f-b900 {
	font-weight:900;
}

.wf-hannari { 
	font-family: "Hannari"; 
}



/*間隔調整*/
.mt1em {margin-top:1em;}

.mt2em {margin-top:2em;}

.mt60px {margin-top:60px;}

.mt-1em {margin-top:-1em;}

.mt-2em {margin-top:-2em;}

.mb1d5em {margin-bottom:1.5em;}

.mb2d5em {margin-bottom:2.5em;}

.mb3d5em {margin-bottom:3.5em;}

.mb5em {margin-bottom:5em;}

.mb40px {margin-bottom:40px;}

.mb48px {margin-bottom:48px;}

.mb64px {margin-bottom:64px;}

.mb80px {margin-bottom:80px;}

.mt5em {margin-top:5em;}


/* 画像3枚・2枚・3枚flex */

.flex-3_2_3 {
	-js-display: flex;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

/* 画像3枚 */

.flex-3_2_3-img {
	margin-top:15px;
}

.flex-3_2_3-img:nth-child(1), 
.flex-3_2_3-img:nth-child(2),
.flex-3_2_3-img:nth-child(3),
.flex-3_2_3-img:nth-child(6),
.flex-3_2_3-img:nth-child(7),
.flex-3_2_3-img:nth-child(8){
	width:calc(100% / 3 - 17.5px);
}

/* 画像2枚 */

.flex-3_2_3-img:nth-child(4), 
.flex-3_2_3-img:nth-child(5){
	width:calc(100% / 2 - 12px);
}

.flex-3_2_3-img img{
	max-width:100%;
}

/*特長*/
.toku-bg{
	border:solid 2px #ff8c00;
	border-radius:15px;
	background-color:#fffff0;
	padding:15px;
}

.toku-head {
	font-weight:900;
	font-size:24px;
}


.toku-ltxt {
	color:#8b0000;
	font-weight:900;
	font-size:20px;
}




