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

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



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

body {
	padding: 0px;
	margin: 0px;
}

.sponly {
	display:none;
}

.spnone {
	display:block;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.overimg:hover {
	opacity:0.5;
}

/* h や w */

.w1000 {
	width: 1000px;
}

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

/* section 1 */


.h01_w01 {
	height: 28px;
	width: auto;
	float: right;
	clear: both;
}

.h02_w02 {
	height: 190px;
	width: auto;
	margin: 0 auto;
}

.header_wraper {
	width: 100%;
}

.header_logobox {
	margin: 0 auto;
	overflow: hidden;
}

.top_logo {
	float: left;
	height: 90px;
	margin: 10px auto 10px 10px;
}
.contact_btn {
	float: right;
	margin: 0px 0px 0px 0px;
	height: 40px;
	width: auto;
}

.btn_menu {
	float: right;
	height: 40px;
}

/* section 2 */

.w50per {
	width: 50%;
}

.tel_line_wrap {
	width: 100%;
	height: 40px;
}

.btn_wrap {
	width: 100%;
	height: 60px;
	padding-top: 10px;
	margin-right: 40px;
}
/* section 3 */
.center_line {
	width: 200px;
	display: block;
	margin: 2px auto;
	padding-bottom: 10px;
	margin-bottom: 20px;
	height: 10px;
	border-bottom: 5px solid #666;
}
/* section 4 */

/* section 5 */

/* section 6 */





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

.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 {
  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: 100%;
	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;
	margin: 0 auto;
	}


.child1 {
	width: 29%;
	padding: 2%;
	border-radius: 10px;
	background-color: #fff;
}

.child3 {
	width: 33%;
	}

.child3b {
	width: 29%;
	}


/*　プロフィール */


	.profile_title {
		width: 100%;
		background-color: #e9f2f5;
		margin-bottom: 30px;
	}
	.profile_title_img {
		height: 80px;
		margin: 0 auto;
		padding: 0px;
	}
	.w70_w100 {
		width: 70%;
	}
	
	.w30_20 {
		width: 30%;
	}
	.w70_80 {
		width: 65%;
	}
	
	.name_icon {
		height: 100px;
		float: right;
		width: auto;
	}
	
	
	.profile_wraper {
		width: auto;
		padding: 5%;
		background-color: #EDEDED;
		overflow: hidden;
		border-radius: 5px;
	}
	
	
	
	.name_plate {
		height: 70px;
	}
	
	.name_border {
		border-bottom: 1px solid #999;
		margin-bottom: 30px;
	}


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

@media screen and (max-width: 560px) {
	
	
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */
/* ;;;;;;;; 共通項目 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; */


.sponly {
	display:block;
}

.spnone {
	display:none;
}


.f_left,.f_right {
	float: none;
	margin: 0 auto;
}
	
/* h や w */

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

.w1100 {
	width: 100%;
}
	


/* section 1 */
	
.h01_w01 {
	height: 20px;
}

.h02_w02 {
	height: auto;
	width: 100%;
	margin: 0 auto;
}
	
	
.top_logo {
	height: 50px;
	margin: 10px auto 8px 5px;
}
/* section 2 */

/* section 3 */

/* section 4 */

/* section 5 */

/* section 6 */


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

}

.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%;
	}


.child1 {
	width:65%;
	padding: 8% 10% 1% 10%;
	margin: 5px auto;
}

.child3b {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	}

	.img_box {
	display: block;
		width: 35%;
		float: left;
		padding-top: 15px;
}
	
/*　プロフィール */
	
	.profile_title_img {
		width: 100%;
		height: auto;
	}

	.w70_w100 {
		width: 100%;
		padding-top: 60px;
	}
		.name_icon {
		height: auto;
		width: 70%;
	}
	
		
	.w30_20 {
		width: 33%;
	}
	.w70_80 {
		width: 60%;
	}
	
	
	.name_plate {
		height: auto;
		width: 100%;
	}
	
	
	
}