@charset "utf-8";

/***** reset *****/
* { margin: 0; padding: 0; -webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */ }
html { font-size:62.5%; background: #fff; }
body{
	position: relative;
	font-family: "Karla","Zen Kaku Gothic New","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	padding:0;
	margin:0;
	width:100%;
	overflow:auto;
	overflow:-moz-scrollbars-vertical;
	font-size: 15px;
    font-size: 1.5rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color:#000;
}
a, a:visited, a:active, a:hover{ color:inherit; text-decoration:none; transition:.3s; }
a, img { border:0; }
img{ width:100%; vertical-align: middle; }
h1, h2, h3, h4, h5, h6 { margin:0; font-size:inherit; }
input{ font-size:16px; }
hr{ display:none; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
ul, ol { list-style:none; }
nav { background:none; width:auto; height:auto; line-height:initial; padding:0; box-shadow:none; }

.cf:after { content:""; display:table; clear:both; }

.no_sp { display: block!important; }
.no_sp_inline { display: inline!important; }
.no_pc { display: none!important; }
.no_pc_inline { display: none!important; }

@media only screen and (max-width: 768px){
	.no_sp { display: none!important; }
	.no_sp_inline { display: none!important; }
	.no_pc { display: block!important; }
	.no_pc_inline { display: inline!important; }
}


body{

}


/***** inview *****/
.inview {
	opacity: 0;
}
.inview.visible {
	opacity: 1;
}
.delay_inview {
	animation-delay: .5s;
}
/***** animation *****/
.inview.visible{ animation-duration:1.5s; }

	@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.fadeIn { animation-name:fadeIn; }

	@keyframes fadeInUp { from{opacity:0;transform:translate3d(0, 20%, 0);} to{opacity:1;transform:none;} }
.fadeInUp { animation-name:fadeInUp; }

	@keyframes fadeInDown { from{opacity:0;transform:translate3d(0, -20%, 0);} to{opacity:1;transform:none;} }
.fadeInDown { animation-name:fadeInDown; }

	@keyframes fadeInLeft { from{opacity:0;transform:translate3d(-20%, 0, 0);} to{opacity:1;transform:none;} }
.fadeInLeft { animation-name:fadeInLeft; }

	@keyframes fadeInRight { from{opacity:0;transform:translate3d(20%, 0, 0);} to{opacity:1;transform:none;} }
.fadeInRight { animation-name:fadeInRight; }

	@keyframes zoomIn { from{opacity:0;transform:scale3d(.3, .3, .3);} 50%{opacity:1;} }
.zoomIn { animation-name:zoomIn; }

	@keyframes extend_horizontal { from{ height: 0; } }
.extend_horizontal { animation-name:extend_horizontal; }


.inview.ef_fi2 {
	transform: translate(0, 60px);
	opacity: 0;
}
.inview.visible.fadeIn_ver2 {
	transform: translate(0, 0);
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.col:nth-child(3n-2).fadeIn_ver2 { transition-delay: .1s; }
.col:nth-child(3n-1).fadeIn_ver2 { transition-delay: .2s; }
.col:nth-child(3n).fadeIn_ver2   { transition-delay: .3s; }
@media (max-width: 768px) {
	.col:nth-child(3n-1).fadeIn_ver2 { transition-delay: .1s; }
	.col:nth-child(3n).fadeIn_ver2 { transition-delay: .1s; }
}

.inview.ef_bl2tr {
	transform: scale3d(1.3, 1.3, 1) rotate3d(1, -3, -1, -0.1turn) translate3d(-50px, 100px, 0);
	opacity: 0;
	filter: alpha(opacity=0);
}
.inview.visible.bl2tr {
	transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(0, 0, 0);
	opacity: 1;
	transition: all 2s cubic-bezier(0.2, 1, 0.2, 1);
	transition-delay: .2s;
}
.inview.visible.bl2tr.block_1 {
	transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(80px, 0, 0)
}
.inview.visible.bl2tr.block_2 {
	transform: scale3d(1, 1, 1) rotate3d(0, 0, 0, 0) translate3d(130px, 0, 0)
}
@media (max-width: 979px) {
	.inview.visible.bl2tr.block_1, .inview.visible.bl2tr.block_2 { transform: translateX(0); }
}
/***** /animation *****/
/***** /inview *****/























/*************** 全ページ共通 START ****************/

.font_blue{
	color:#007DC8;
}
.font_red{
	color:#ED1E79;
}

main{
	margin-top:160px;
}
@media only screen and (max-width: 768px){
	main{
		margin-top:130px;
	}
}


.head_img_area{
	width:92%;
	max-width:1400px;
	margin:20px auto;
	
}

.head_img{
	width:100%;
	height:600px;
	position:relative;
	background-size: cover;
}
@media only screen and (max-width: 768px){
	.head_img_area{
		width:100%;
		margin:20px auto;	
	}
	.head_img{
		height:500px;
	}
}

.head_img_1f{
	background-image:url("../img/bg_pc_1f.jpg");
}
.head_img_2f{
	background-image:url("../img/bg_pc_2f.jpg");
}
@media only screen and (max-width: 768px){
	.head_img_1f{
		background-image:url("../img/bg_sp_1f.jpg");
	}
	.head_img_2f{
		background-image:url("../img/bg_sp_2f.jpg");
	}
}

.lead_area_top{
	position: absolute;
	bottom: 30px;
	left: 0;
	margin-left:-30px;
	width:100%;
	box-sizing: border-box;
	font-size: 1.4em;
	font-weight: 400;
	line-height:180%;
	z-index:1000;
}
@media only screen and (max-width: 768px){
	.lead_area_top{
		margin-bottom:-40px;
		bottom:0;
		margin-left:0px;
		font-size: 1.1em;
	}
}


.lead_box_1{
	background-color:#fff;
	padding:4px;
	padding-left:4%;
	display: inline-block;
}
.lead_box_2{
	background-color:#007DC8;
	color:#fff;
	padding:4px;
	padding-left:4%;
	display: inline-block;
}


.lead_area_subpage_sp{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	height: 130px;
	font-size: 1.4em;
	padding-left: 5%;
	font-weight: 500;
	color: #fff;
	line-height: 180%;
}
.lead_area_subpage_sp .font_blue{
	font-size: 0.9em;
	
}
.lead_area_subpage_pc{
	margin: 90px auto 40px;
}

.lead_sub_mini{
	font-size:1.2em;
}

.lead_subpage{
	font-size:1.8em;
	font-weight:800;
	letter-spacing:0.1em;
}
@media only screen and (max-width: 768px){
	.lead_sub_mini{
		font-size:1em;
	}
	.lead_subpage{
		font-size:1.4em;
	}
}
/*************** 全ページ共通 END ****************/



/*************** ヘッダー START ****************/


header{
	width:100%;
	text-align: center;
	transition: .3s;
	/*display: none;*/
	position: fixed;
    top: 0;
    z-index: 1000;
	padding:0;
	margin:0;
}

.header_main{
	max-width:1400px;
	width:92%;
	position:relative;
	height:100px;
	font-weight:400;
	padding:0;
	margin: 20px auto 0;
	line-height:100%;
	
}
@media only screen and (max-width: 768px){
	.header_main{
		margin-bottom: 10px;
	}
}


.site_logo{
	display:block;
	z-index:9999;
	position: absolute;
	width: 120px;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 768px){
	.site_logo{
		width: 100px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

	
.header_nav{
	width:100%;
	height:100%;
	display:table;
	text-align:center;
}
@media only screen and (max-width: 768px){
	.header_nav{
		display:none;
	}
}
.header_nav ul{
	width:100%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	font-weight: 700;
	font-size: 1.1em;
}
.header_nav ul li{
	display:inline-block;
	padding-right:10px;
	padding-left:10px;
}

.nav_border{
	 border-bottom: 1px solid #222;
}



/*************** ハンバーガーメニュー START ****************/

#nav_btn{
	z-index:1200;
	position: absolute;
	width: 50px;
	height: 45px;
	top: 50%;
    right: 0;
    transform: translateY(-50%);
}
@media only screen and (max-width: 768px){
	#nav_btn{
		width: 40px;
		height: 36px;
	}
}
.nav_btn.not_active{
	background-image:url("../img/menu.png");
	background-size: contain;
	
}

.nav_btn.active{
	background-image:url("../img/menu_active.png");
	background-size: contain;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}



.nav_btn_active{
	display:none;
}

#nav_modal {
	display: none;
}
#nav_modal.active {
	display: block;
}
.nav_content {
    box-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,.9);
    padding: 4% 4% 200px 4%;
    overflow: auto;
	box-sizing:border-box;
	z-index: 1001;
}


.nav_modal_main{
	max-width:500px;
	width:92%;
	font-weight:800;
	margin:110px auto 0;
	text-align:left;
	line-height:200%;
	font-size:1em;
}

.menu_cat_name{
	float:left;
	letter-spacing: .2rem;
	margin-bottom:5px;
}

.menu_cat_arrow{
	float:right;
	width:20%;
	
}

.nav_modal_main li{
	font-size:1.2em;
	line-height:180%;
}

.nav_modal_main ul{
	margin-bottom:50px;
}



/*************** ハンバーガーメニュー END ****************/


/*************** ヘッダー END ****************/




/*************** マップエリア START ****************/

.map_area{
	font-size:1.1em;
	font-weight:800;
	width:92%;
	max-width:600px;
	margin:20px auto;
	padding:3%;
	box-sizing:border-box;
}
.map_area .no_sp{
	text-align:center;
	margin-top: 30px;
    font-size: 1.2em;
    font-weight: 600;
}
.map_area span{
	font-size:0.8em;
	letter-spacing: 0;
}
.map_box{
	max-width:500px;
	width:100%;
	height:300px;
	margin: 10px auto;
}

@media only screen and (max-width: 768px){
	.map_area{
		border:1px solid #222;
		
	}
	.map_box{
		
	}
}
/*************** マップエリア END ****************/







/*************** フッター START ****************/


.footer{
	width:92%;
	max-width:1200px;
	margin:30px auto 0;
	padding:50px 8%;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
	box-sizing:border-box;
}
.footer_main{
	width:100%;
	height: 90px;
    line-height: 90px;
}
@media only screen and (max-width: 768px){
	.footer_main{
		line-height: 120%;
		height: 160px;
	}
}
.footer_left_area{
	float:left;
}

.footer_right_area{
	float:right;
}
.footer_right_area img{
	display:inline
}
@media only screen and (max-width: 768px){
	.footer_left_area,.footer_right_area{
		text-align:center;
		float:none;
	}
	.footer_right_area{
		padding-top:30px;
	}
}

.mail_icon img{
	width:40px;
}
.mail_text img{
	width:120px;
}

.foot_txt1{
	font-weight:700;
	font-size:1.4em;
}
.foot_txt2{
	padding:0 20px;
}
.foot_txt3{
	
}
@media only screen and (max-width: 768px){
	.foot_txt1{
		display:block;
	}
}
.copyright{
	width:100%;
	margin:60px auto 30px;
	font-size:0.7em;
	text-align:center;
	padding-bottom: 40px;
	font-weight:600;
}

/*************** フッター END ****************/






/*************** main index START ****************/

.head_img_top{
	/*background-image:url("../img/bg_pc_top.jpg");*/
}


.main_index .head_img{
	/*overflow:hidden;*/
	/*background-size: 200%;*/
    background-position: center;
	transition:1s;
}


.main_index .head_img:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url("../img/bg_pc_top.jpg") no-repeat center center;
    background-size: cover;
    transition: all 3s ease-out;
	
	animation:index_top_img 3s ease 2s 1 normal;
	animation-fill-mode: forwards;
	opacity:0;
	transform: scale(1.2);
	z-index:1;
}
@media only screen and (max-width: 768px){
	.main_index .head_img:after {
		background: url("../img/bg_sp_top.jpg") no-repeat center center;
		background-size: contain;
	}
}

/*.head_img_animation{
	animation:index_top_img 1s ease 0.5s 1 normal;
	animation-fill-mode: forwards;
	background-size: cover !important;
	opacity:1  !important;
}*/

@keyframes index_top_img{
	0% {
		transform: scale(1.4);
		opacity:0;
	}
	
	
	100% {
		transform: scale(1.0);
		opacity:1;
		
	}
}







.ma_top{
	width:92%;
	max-width:1000px;
	margin:50px auto;
}
.top_1f_area{
	width:92%;
	position:relative;
	font-weight:600;
	margin-top:200px;
}
.top_1f_area .facility_name_area{
	width:60%;
	float:left;
}
@media only screen and (max-width: 768px){
	.top_1f_area .facility_name_area{
		width:100%;
		float:none;
		letter-spacing: 0em;
	}
}

.facility_name_area img{
	width:25px;
}
.facility_name_area img.phone{
	width:13px;
}
.facility_name_area img.floor_name_arrow{
	width:70px;
}
@media only screen and (max-width: 768px){
	.facility_name_area img{
		width:20px;
	}
}

.floor_name{
	margin-bottom:18px;
}
.faci_icon{
	padding:0 4px;
}
.floor_number_sp{
	background-color:#007DC8;
	color:#fff;
	padding: 2px 4px;
}

.floor_lead{
	font-size:1.6em;
	margin-bottom:20px;
}
.facility_name_box{
	margin-bottom:26px;
}
.facility_name{
	font-size:1.6em;
	margin-bottom:10px;
}

.f_n_small{
	font-size:0.8em;
}


.facility_detail{
	font-size:0.9em;
}
@media only screen and (max-width: 768px){
	.facility_name{
		font-size:1.1em;
	}
	
	.facility_detail{
		font-size:0.7em;
	}
}



.top_1f_area .floor_map_area{
	width:40%;
	float:right;
}


.top_1f_area .floor_map{
	width:100%;
	margin-top:-160px;
	position:relative;
	z-index:100;
}

.facility_icon_area{
	position:absolute;
	z-index:200;
	
	background-size: cover;
	
	
}
.facility_icon_area p{
	position:relative;
	width:100%;
}

.f_img,.f_bg{
	width:100%;
	top:0;
	position:absolute;
}
.f_img{
	z-index:202
}

.f_bg{
	opacity:0;
	z-index:201
}
.f_bg_active{
	animation-name:fadeInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.top_1f_area .f_candy{
	top:200px;
	left:30%;
	width:140px;

}

.top_1f_area .f_odoriba{
	top:380px;
	left:5%;
	width:140px;

}
.top_1f_area .f_ukihoshi{
	top:360px;
	right:5%;
	width:140px;
}
.top_1f_area .f_tiopepe{
	top:740px;
	right:30%;
	width:140px;
}



.top_1f_area .f_candy_active{

	
	background-image:url("../img/index_1f_name_candy_bg.png");
}





.top_2f_area{
	width:92%;
	position:relative;
	font-weight:600;
	margin-top:0px;
}


.top_2f_area .facility_name_area{
	width:66%;
	float:right;
	box-sizing: border-box;
    padding-left: 90px;
}
@media only screen and (max-width: 768px){
	.top_2f_area .facility_name_area{
		width:100%;
		float:none;
		padding-left: 0px;
	}
}

.top_2f_area .facility_name_box{
	letter-spacing:0;
}

.top_2f_area .floor_map_area{
	width:34%;
	float:left;
}


.top_2f_area .floor_map{
	width:100%;
	margin-top:-220px;
	position:relative;
	z-index:100;
}

.top_2f_area .f_n_main{
	display:inline-block;
}
.top_2f_area .f_n_small{
	display:inline-block;
	font-size: 0.5em;
    line-height: 100%;
}

@media only screen and (min-width: 768px){
	.top_2f_area .line1{
		font-size:0.6em;
	}
}

.top_2f_area .floor_number_sp{
	background-color:#ED1E79;
}


.top_2f_area .f_hickory1 {
	top: 160px;
    left: 12%;
	width:180px;

}

.top_2f_area .f_enjoy {
	top: 360px;
    left: 10%;
	width:140px;

}

.top_2f_area .f_cross {
    top: 450px;
    right: 18%;
    width: 140px;

}
.top_2f_area .f_henshu {
    bottom: 350px;
    right: 11%;
    width: 140px;

}
.top_2f_area .f_hickory2 {
    bottom: 100px;
    right: 22%;
    width: 180px;

}



.top_okuniwa_area{
	margin-top:100px;
	padding-bottom: 200px;
}

.top_okuniwa_area .floor_number_sp{
	background-color:#F15A24;
}
.top_okuniwa_area .floor_map_area{
	width: 66%;
    float: right;
	box-sizing: border-box;
    padding-left: 90px;
}


.top_okuniwa_area .floor_map{
	width:100%;
	margin-top:-190px;
	position:relative;
}

.top_okuniwa_area .floor_lead{
	position:absolute;
	left:0;
	margin-top:160px;
	font-weight:700;
	z-index:11;
}
@media only screen and (max-width: 768px){
	.top_okuniwa_area .floor_map_area{
		width: 100%;
		padding-left: 0px;
	}
	.top_okuniwa_area .floor_map{
		margin-top:-90px;
	}
	.top_okuniwa_area .floor_lead{
		margin-top:100px;
		font-size:1.2em
	}
}
.top_okuniwa_area .floor_map_img{
	width:70%;
	position:absolute;
	right:0;
	z-index:10;
}

.floor_okuniwa_pc{
	position:absolute;
	z-index:12;
	width:100px;
	top: -40px;
	right:10%;
}




.news_list_area{
	width:100%;
	
}

@media only screen and (min-width: 769px){
	.news_list_area{
		background-size: contain;
		background-image:url("../img/top_news_bg.jpg");
	}
}

.news_list_main{
	max-width:1200px;
	width:100%;
	box-sizing:border-box;
	padding:30px 4%;
	background-color:#A6D2EB;
	margin:30px auto 0;
}

.news_list_lead{
	letter-spacing:0.2em;
	font-weight:700;
	font-size:1.3em;
	width:100%;
	box-sizing:border-box;
	padding:10px 2%;
	border-bottom:1px solid #fff;
	
}
.news_list_box{
	font-size:1.2em;
	width:100%;
	box-sizing:border-box;
	padding:20px 2%;
	border-bottom:1px solid #fff;
}
.news_list_date{
	float:left;
	padding-right:20px;
}
.news_list_title{
	float:left;
}
.news_list_arrow{
	float:right;
}
.news_list_arrow img{
	width:50px;
}
@media only screen and (max-width: 768px){
	.news_list_box{
		position:relative;
		font-size:0.8em;
		
	}
	.news_list_date{
		float:none;
	}
	.news_list_title{
		float:none;
		width:80%;
	}
	.news_list_arrow{
		position:absolute;
		bottom:20px;
		right:2%;
		text-align:right;
		float:none;
		float:right;
		width:20%;
	}
}
.n_l_read_more{
	text-align:right;
	max-width:1200px;
	width:100%;
	box-sizing:border-box;
	padding:20px 4% 30px;
	background-color:#A6D2EB;
	margin:0 auto;
	color:#fff;
	font-size:1.2em;
}
.n_l_read_more span{
	border-bottom:1px solid #fff;
}
@media only screen and (max-width: 768px){
	.n_l_read_more{
		text-align:center;
	}
}



.kochira{
	border-bottom:1px solid #ED1E79;
	color:#ED1E79 !important;
}


/*************** main index END ****************/




/*************** main 1st,2nd START ****************/


.floor_intro{
	width:92%;
	margin:50px auto 20px;
	max-width:1000px;
	
}

.f_i_h{
	font-weight:800;
	margin-bottom:30px;
	font-size:1.6em;
}

.f_i_txt{
	font-size:1em;
	line-height:180%;
}

@media only screen and (max-width: 768px){
	.f_i_h{
		font-size:1.4em;
		letter-spacing:0;
	}
	
	.f_i_txt{
		font-size:1em;
		line-height:180%;
	}
}


.facility_area{
	max-width:1000px;
	width: 92%;
	margin:30px auto 300px;
	
}


@media only screen and (min-width: 769px){
	.facility_area ul{
		display:flex;
		justify-content:space-evenly;
		flex-wrap:wrap;
		list-style:none;
		margin:0;
		padding:0;
	}
}
@media only screen and (max-width: 768px){
	.facility_area ul{
		width:80%;
		margin:30px auto;
	}
	.facility_area{
		margin:30px auto 100px;
	}
}


@media only screen and (min-width: 769px){
	.facility_area li{
		width:44%;
		margin:2% 0;
		position:relative;	
		font-weight:600;
		text-align:left;
		line-height:160%;
	}
	.facility_area li:nth-child(even){
		top:200px;
		margin-left:4%;
	}
	.facility_area li:nth-child(odd){
		top:50px;
		margin-right:4%;
	}
}

@media only screen and (max-width: 768px){
	.facility_area li{
		width:100%;
		margin:60px auto;
	}
}



.faci_txt_area{
	margin:30px auto;
	
}

.faci_name{
	font-size:1.8em;
	line-height:180%;
}
.faci_desc{
	font-size:1.2em;
	line-height:200%;
}
.faci_desc .small_txt{
	font-size:0.8em;
	letter-spacing:0;
}
.faci_desc .small_txt a{
	border-bottom:1px solid #ED1E79;
	color:#ED1E79;
}

.faci_tel img{
	width:15px;
}
.faci_link_area{
	margin:14px auto;
}
.faci_link_area img{
	width:30px;
}

.faci_open span{
	color:#808080;
}


@media only screen and (max-width: 768px){
	.faci_txt_area{
		margin:20px auto;
	}
	.faci_name{
		font-size:1.8em;
		line-height:120%;
	}
	.faci_desc{
		font-size:1.2em;
		line-height:160%;
	}
	.faci_link_area{
		margin:8px auto;
	}
}


/*************** main 1st,2nd END ****************/




/*************** main news START ****************/
.news_page .head_img_area{
	max-width:1200px;
	margin:20px auto;
}
.news_page .lead_area_subpage_pc{
	padding-bottom:8px;
	border-bottom: 1px solid #222;
	margin:0 auto;
}
@media only screen and (max-width: 768px){
	.news_page .lead_area_subpage_pc{
		width:92%;
		margin-top: 20px;
	}
}
.news_page .main_area{
	width:92%;
	max-width:800px;
	margin:20px auto;
}

.bottom_line{
	border-bottom: 1px solid #222;
	width:92%;
	max-width:1200px;
	margin:0 auto;
}

.news_title_area{
	margin:80px auto;
	text-align: center;
}
.news_title{
	margin-top:20px;
	font-weight:600;
	font-size:1.4em;
}
@media only screen and (max-width: 768px){
	.news_title{
		font-size:1.2em;
	}
}
.news_end_area{
	margin: 40px auto 100px;
	width:100%;
	text-align:center;
}
.news_prev,.news_next{
	border-bottom:1px solid #222;
}
.news_img{
	margin-bottom:14px;
}
/*************** main news END ****************/



/*************** main contact START ****************/
.contact_page form{
	margin-top:50px;
	font-weight:700;
}
.contact_lead{
	width:100%;
	max-width:1200px;
	margin:20px auto;
	
}

@media only screen and (max-width: 768px){
	.contact_lead{
		width:92%;
	}
}


.input_box{
	margin-bottom: 30px;
}

.form_label{
	float:left;
	width:35%;
}
.form_input{
	float:left;
	width:65%;
}
@media only screen and (max-width: 768px){
	.form_label{
		float:none;
		width:100%;
		margin-bottom:10px;
	}
	.form_input{
		float:none;
		width:100%;
	}
}
.input_text{
	width:70%
}
textarea{
	width:100%;
	height:300px;
}
@media only screen and (max-width: 768px){
	textarea{
		height:100px;
	}
}
.submit_button_area{
	width:100%;
	margin-bottom:100px;
}
.submit_button{
	float:right;
	width:250px;
	box-sizing:border-box;
	text-align:center;
	line-height:80px;
	background-color:#000;
	color:#fff;
	
}
.submit_button img{
	width:40px;
}

.radio-label {
  display: inline-block;
}

input[type="radio"] {
  display: none;
}

.radio-text:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 2px;
  background-clip: content-box;
}

input[type="radio"]:not(:checked) + .radio-text:before {
  border-color: #000;
}

input[type="radio"]:checked + .radio-text:before {
  border-color: #000;
  background-color: #000;
}


/*************** main contact END ****************/
