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

/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */
/* PC版 w560以上に適応するcss ****************************************************************** */


a {
	text-decoration: none;
}

a.navigation_item {
	color: #000;
}
a.navigation_item_bottom {
	color: #000;
}

/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */

body {
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0px;
	margin: 0px;
}

.sponly {
	display:none;
}

.spnone {
	display:block;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.overimg:hover {
	opacity:0.5;
}



.white_green_wraper {
	background-color: #fff;
}

/* h や w */


.w47per_w100per {
	width: 47%;
}

.w80per_w100per {width: 80%;}

.pt100_50,.pt100_80,.pt100 {
	padding-top: 100px;
}


.pt100_10 {
		padding-top: 100px;
	}

.pt20 {
	padding-top: 20px;
}
.pt40 {
	padding-top: 40px;
}
.pt640 {
	padding-top: 60px;
}
.pb100 {
	padding-bottom: 100px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb40 {
	padding-bottom: 40px;
}

.pb80_40 {
	padding-bottom: 80px;
}


.h67_100 {
		
		width: 100%;
		height: 67px;
	}
	
	
.w50per_w100per {
	width: 50%;
}

.w40per_w100per {
	width: 40%;
}

.w1000 {
	width: 1000px;
}

.w1100 {
	width: 1100px;
	margin: 0 auto;
}

/* section 1 */
.header_wraper {
	width: 100%;
}

.header_logobox {
	margin: 0 auto;
}

.top_logo {
	float: left;
	height: 140px;
	width: 300px;
}


/* h 連動 */

.menu_box {
	height: 78px;
	width: 800px;
	float: right;
	overflow: hidden;
}

.menu_btn {
	float: right;
	height: 75px;
	width: auto;
}

/* h 連動 */


.contact_btn {
	position: absolute;
	right: 10px;
	top: 0px;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 0px;
	width: auto;
}

/* section 2 */

/* section 3 */

/* section 4 */

/* section 5 */


.w100per_w49per {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.img_left,.img_right {
	float: none;
}

/* section 6 */


/* section footer ここからフッター　////////////////////////////　 */
/* section footer ここからフッター　////////////////////////////　 */
/* section footer ここからフッター　////////////////////////////　 */
/* section footer ここからフッター　////////////////////////////　 */
	
	.footer_logo_box {
		width: 100%;
		border-bottom: 1px solid #fff;
		padding-bottom: 20px;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.footer_logo_white {
		height: 70px;
		width: auto;
		float: left;
	}

	.footer_box_left {
		float: left;
		width: 73%;
	}
	

	.footer_box_right {
		float: right;
		width: 25%;
	}
	

	.footer_companyinfo {
		width: 45%;
		float: left;
	}

	.footer_sitemap {
		width: 45%;
		float: right;
	}

	.company_name,.company_adress {
		font-family: 'Noto Sans JP', sans-serif;
		text-align: justify;
		color: #fff;
	}
	.company_name {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	}

	.company_adress {
	font-size: 14px;
	font-weight: normal;
	}


	.sitemap {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		height: 13px;
		font-weight: normal;
		letter-spacing: 0.1em;
		display: block;
		text-align: justify;
		margin-bottom: 6px;
		text-decoration: none;
		color: #fff;
		width: 90%;
		background-image: url(../img/yajirushi.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left center;
		padding-left: 20px;
		
	}

	.copylight {
		font-family: 'Noto Sans JP', sans-serif;
		color: #999;
		font-size: 8px;
		font-weight: normal;
		text-align: justify;
		padding-top: 5px;
		padding-bottom: 5px;
		letter-spacing: 0.2em;
	}
	
	


/* ここまで　section footer フッター終わり　////////////////////////////　 */
/* ここまで　section footer フッター終わり　////////////////////////////　 */
/* ここまで　section footer フッター終わり　////////////////////////////　 */
/* ここまで　section footer フッター終わり　////////////////////////////　 */





/* ここから 共通バーガーメニュー */
/* ここから 共通バーガーメニュー */
/* ここから 共通バーガーメニュー */
/* ここから 共通バーガーメニュー */

.wrap {
  padding: 60px 0 0 0;
}

.content {
  text-align: center;
  font-size: 22px;
  color: #bf86ce;
  height: 2000px;
  padding: 60px;
  background-color: #f8e0f7;
}

/*ハンバーガー ヘッダーロゴ フラッシュ周辺*/


.el_humburger img {
	height: 75px;
	width: auto;
}
.el_humburger {
  position: absolute;
  right: 0px;
  width: 75px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.el_humburger > span {

  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;

}

.el_humburger > span:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger > span {
  background: #000;
}

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);

}


/*ナビゲーション*/
.uq_spNavi {
  display: none;
}

.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.uq_spNavi_screen {

  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation {
  padding: 80px 0 0 0;
  text-align: center;
}


.navigation_item {
	display: block;
	text-align: left;
	padding-left: 60px;
	border-bottom: 1px dotted #333;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 15px;
	display: block;
	background-image: url("../img/check.svg");
	background-repeat: no-repeat;
	background-position: left center;
}


.navigation_item_bottom {
	display: block;
	text-align: left;
	padding-left: 60px;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 15px;
	display: block;
	background-image: url("../img/check.svg");
	background-repeat: no-repeat;
	background-position: left center;
}

.navigation_item:hover{
	opacity: 0.5;
}
.navigation_item_bottom:hover{
	opacity: 0.5;
}

.navigation_item > a {
	font-family: 'Noto Sans JP', sans-serif;
  color: #000;
  text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #333;
}
.navigation_item_bottom > a {
  color: #000;
  text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #333;
}


.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%
}
		
/*  ここまでバーガーメニュー 　*/
/*  ここまでバーガーメニュー 　*/
/*  ここまでバーガーメニュー 　*/
/*  ここまでバーガーメニュー 　*/
/*  ここまでバーガーメニュー 　*/
		
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */
/* flexbox フレックスボックス */

.flexbox_three {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 1000px;
	margin: 0 auto;
	}


.flexbox_three_inside {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content:space-between;
  	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 30px auto;
	}




.child2 {
	width: 48%;
	}

.child3 {
	width: 31%;
	}


/* Footer To Top ボタン */


.totop {
	width: 80px; height: auto; position: fixed; right: 5px; bottom: 30px;
}


/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */
/* スマホ版 w560以下に適応するcss *************************************************************** */

@media screen and (max-width: 560px) {
	
	
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
.white_green_wraper {
	background-color: #f2f9f4;
}

	
.sponly {
	display:block;
}

.spnone {
	display:none;
}


.f_left,.f_right {
	float: none;
	margin: 0 auto;
}
	
/* h や w */
	
	
.pt100_10 {
		padding-top: 10px;
	}

.pt100_50 {
		padding-top: 50px;
	}
	
.pt100_80 {
		padding-top: 80px;
	}
	

.pb80_40 {
	padding-bottom: 40px;
}

	
	
	
	.h67_100 {
		
		height: auto;
		width: 100%;
	}
	
.w47per_w100per {
	width: 100%;
}

.w1000 {
	width: 90%;
	margin: 0 auto;
}

.w1100 {
	width: 100%;
	margin: 0 auto;
}
	

.w50per_w100per,.w40per_w100per {
	width: 100%;
}


/* section 1 */

/* section 2 */

/* section 3 */

/* section 4 */

/* section 5 */

.w80per_w100per {width: 100%;}

.w100per_w49per {
	width: 49%;
	height: auto;
}

.img_left {
	float: left;
	margin-bottom: 30px;
}

.img_right {
	float: right;
	margin-bottom: 30px;
}

	
/* section 6 */

	
	
	
	
/* section footer フッター　////////////////////////////　　 */
/* section footer フッター　////////////////////////////　　 */
/* section footer フッター　////////////////////////////　　 */
	
	.footer_logo_white {
		height: auto;
		width: 60%;
		float: none;
		margin: 5px auto;
		display: block;
	}
	
	.footer_box_left {
		float: none;
		width: 100%;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.footer_box_right {
		float: right;
		width: 45%;
		padding-top: 0px;
		margin-top: 240px;
	}
	
	.footer_companyinfo {
		width: 100%;
		float: none;
		margin: 0 auto
	}
	.footer_sitemap {
		width: 50%;
		float: left;
		margin: 0 auto;
	}


	.company_name,.company_adress {
		text-align: center;
	}
	.company_name {
	font-size: 22px;
	text-align: center;
		display: block;
	}

	.company_adress {
	font-size: 18px;
	}


	.sitemap {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 12px;
		height: auto;
		border: 1px solid #fff;
		padding-top: 10px;
		padding-bottom: 9px;
		padding-left: 10px;
		font-weight: normal;
		display: block;
		text-align: left;
		width: auto;
		background-image: none;
		
	}
	

/* ここまで　section footer フッター　////////////////////////////　　 */
/* ここまで　section footer フッター　////////////////////////////　　 */
/* ここまで　section footer フッター　////////////////////////////　　 */
	
	
	
	

/* バーガーメニューと　ロゴ周辺 */
/* バーガーメニューと　ロゴ周辺 */
/* バーガーメニューと　ロゴ周辺 */
	
	
.top_logo {
	height: 65px;
	margin: 0px auto 8px 10px;
}
	
.header {
		height: 65px;
	}
	
.header_logo {
height: 60px;
background-color: none;
}
	
.el_humburger img {
	height: 70px;
}
.el_humburger {
  position: absolute;
  height: 70px;
  width: 70px;

}

.el_humburger > span {

  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;

}
	
/* バーガーメニューと　ロゴ周辺 ここまで */
/* バーガーメニューと　ロゴ周辺 ここまで */
/* バーガーメニューと　ロゴ周辺 ここまで */

	
	
/*  flexbox フレックスボックス */
/*  flexbox フレックスボックス */
/*  flexbox フレックスボックス */
/*  flexbox フレックスボックス */
/*  flexbox フレックスボックス */


.flexbox_three {
	display: block;
	width: 100%;
	}

.child3 {
	width: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	}
		
.totop {
	width: 60px; height: auto; position: fixed; right: 5px; bottom:90px;
}
	
}