@charset "UTF-8";

@media screen and (max-width: 640px){
	
body{
	font-size:13px;
	line-height:22px;
	color:#000;
	font-family: 'Noto Sans Japanese', serif;
	font-weight:500;
	background-color:#fff;
	table-layout: fixed;
}

.contents {
	display: block;
	width: 100%;
    height: auto;
	padding: 0;
	margin: 0;
	overflow:hidden;
}

/* ロード画面 */

#loader {
	width:64px;
	height: 68px;
	display: none;
	position: fixed;
	_position: absolute; /* IE6対策 */
	top: 50%;
	left: 50%;	
	z-index: 100;
	margin-top: -32px; /* heightの半分のマイナス値 */
	margin-left: -34px; /* widthの半分のマイナス値 */
}

#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}

/* ドロワーメニュー */

.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 300px;
	height: 100%;
	padding: 0 0 100px 0;
	background: #fff;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow:scroll;
	-webkit-overflow-scrolling: touch;
}
.job_tit{
	margin-top:28px;
	margin-left:18px;
	}
table.job_wrap {
	width: 100%;
	max-width:300px;
	border-spacing: 0;
	border-collapse:collapse;
	margin-left:auto;
	margin-right:auto;
	margin-top:28px;
	margin-bottom:34px;
	font-size:13px;
	line-height:18px;
	font-weight:400;
}
.job_wrap tr {
}  
.job_wrap td {
	color:#000;
	padding:14px 18px 16px 18px;
}  
.jpb_tit {
	color:#64bd16;
	font-weight:600;
	font-size:14px;
	line-height:24px;
	}
.job_wrap1 {
	background-color:#f5f5f5;
	}
.job_wrap2 {
	background-color:#fff;
	}
.job_wrap ul li {
	list-style-type:square;
	padding-left:0px;
	margin:5px 0 5px 19px;
}
.job_pic{
	text-align:center;
	}
.job_bt{
	display:none;
}
.job_bt_sp{
	display:block;
	width:225px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	}
.job_bt_sp a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* ------------------------------------------------ checkbox */
.check {
	display: none;
}
/* ------------------------------------------------ menu button */
.menu-btn {
	position: fixed;
	display: block;
	top: 0px;
	right: 0px;
	width: 52px;
	height: 52px;
	cursor: pointer;
	z-index: 1001;
}
.menu-btn:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.bnr_recruit_pc{
	display:none;
	}
.bnr_recruit_sp{
	display:block;
	}
.close-menu {
	position: fixed;
	top: 0;
	right: 300px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor:auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
.close-menu img {
	position: fixed;
	display: block;
	top: 30px;
	right: 30px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 3;
}
.close-menu:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn img {
	visibility: hidden;
	opacity: 0;
	transition:1s;
}
.check:checked ~ .menu-btn .bar.top {
	width: 68px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 68px;
	top: 48px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,0.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}

/* ヘッダー */

.header_wrap{
	position:fixed;
	width:100%;
	height:52px;
	padding-left:0;
	padding-right:0;
	padding-top:0;
	overflow:hidden;
	z-index:1000;
	background:#FFF;
	}
.header_wrap2{
	width:100%;
	height:auto;
	}

h1 {
	max-width:130px;
	width:49%;
	height:auto;
	float:left;
	margin:0 0 0 10px;
	padding-top:5px;
	}
.header_logo{
	display:none;
	}
.header_logo_tab{
	display:none;
	}
.header_logo_sp{
	display:block;
	}

.header_tel{
	max-width:52px;
	width:100%;
	height:auto;
	float:right;
	margin-top:0;
	}
.header_tel_pc{
	display:none;
	}
.header_tel_tab{
	display:none;
	}
.header_tel_sp{
	display:block;
	}
	
.header_bt{
	max-width:52px;
	width:100%;
	height:auto;
	float:right;
	margin-left:0;
	margin-right:52px;
	}
.header_bt_pc{
	display:none;
	}
.header_bt_tab{
	display:none;
	}
.header_bt_sp{
	display:block;
	}
	
.header_read{
	width:92%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:12px;
	margin-top:65px;
	overflow:hidden;
	background:#fff;
	}
.header_read_pc{
	display:none;
	}
.header_read_sp{
	display:block;
	}
/* スライド */

.flexslider-container {
	display:none;
}

.slide_img {
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.slide_wrap_pc {
	display:none;
}
.slide_wrap_tab {
	display:none;
}
.slide_wrap_sp {
	display:block;
	margin:0;
}
.slide_margin {
	margin-bottom:4px;
	}

/* グローバルナビ　タイトル */

.gnav_tit_wrap {
	width:100%;
	height:auto;
	padding-top:12px;
	padding-bottom:14px;
	background-image:url(../image/gnav_pattern.jpg);
	background-repeat:repeat;
	}
.gnav_tit {
	max-width:599px;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
.gnav_tit img {
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
	
/* グローバルナビ */

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  max-width: 960px;
  width:100%;
  margin: 0px auto 0px;
  padding: 0;
}
li.gnav_bt1 {
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  padding: 6px 0 8px 0;
  text-align: center;
  border-left:none;
  border-right:#cfd1cf 1px solid;
  border-bottom:#cfd1cf 1px solid;
  box-sizing:border-box;
}
li.gnav_bt2 {
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  padding: 6px 0 8px 0;
  text-align: center;
  border-right:#cfd1cf 1px solid;
  border-bottom:#cfd1cf 1px solid;
  box-sizing:border-box;
}
li.gnav_bt3 {
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  padding: 6px 0 8px 0;
  text-align: center;
  border-right:#cfd1cf 1px solid;
  border-bottom:#cfd1cf 1px solid;
  box-sizing:border-box;
}
li.gnav_bt4 {
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  padding: 6px 0 8px 0;
  text-align: center;
  border-right:#cfd1cf 1px solid;
  border-bottom:#cfd1cf 1px solid;
  box-sizing:border-box;
}
.dropmenu li img{
	max-width:190px;
	width:65%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.dropmenu li a:hover{
  filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* とっても意外なさくら牧場 */

.bg_paper {
	background-image:url(../image/bg_paper.jpg);
	background-repeat:repeat;
	width:100%;
	height:auto;
	}
.cn1_read {
	max-width:320px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:24px;
	margin-bottom:8px;
	}
.cn1_read img {
	width:82%;
	padding-left:9%;
	padding-right:9%;
	}
.midashi_wrap{
	max-width: 960px;
    width:96%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../image/border_tenten.png);
	background-repeat:repeat-x;
	padding:8px 0 0 0;
		}
.cn1_midashi {
	max-width:669px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
.cn1_midashi img {
	width:88%;
	padding-left:6%;
	padding-right:6%;
}
.midashi_border{
	width:100%;
	height:3px;
	background-image:url(../image/border_tenten.png);
	background-repeat:repeat-x;
	margin-top:8px;
	margin-bottom:16px;
		}
.contents_wrap {
	max-width:1200px;
	width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	overflow:auto;
	}
.cn1_pic_wrap{
	width:72%;
	max-width:360px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	float:none;
	margin-top:12px;
	margin-bottom:16px;
	}
.blinking{
	-webkit-animation:blink 1.2s ease-in-out infinite alternate;
    -moz-animation:blink 1.2s ease-in-out infinite alternate;
    animation:blink 1.2s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.7;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.7;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.7;}
    100% {opacity:1;}
}
.cn1_pic_wrap img{
	width:100%;
	height:auto;
	}
.cn1_pic_wrap a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition:.5s;
}
.remodal_pic{
	float:none;
	width:100%;
	height:auto;
	}
.remodal_pic_pc{
	display:none;
	}
.remodal_pic_sp{
	display:block;
	}
.remodal_pic img{
	width:100%;
	height:auto;
	}
.remodal_text_wrap{
	float:none;
	width:90%;
	height:auto;
	padding:16px 5% 0 5%;
	text-align:left;
	}
.remodal_text1{
	font-size:11px;
	margin-bottom:4px;
	}
.remodal_text1_no{
	font-size:20px;
	margin-left:2px;
	}
.remodal_text2{
	font-size:22px;
	line-height:32px;
	letter-spacing:2px;
	font-weight:600;
	margin-bottom:18px;
	}
.text_green{
	color:#64bd16;
	}
.remodal_text3{
	font-size:13px;
	line-height:22px;
	letter-spacing:1px;
	margin-bottom:32px;
	font-weight:500;
	}
	
.js-load { display:none; }
.js-load.active { display:block; }
.btn-wrap {
	text-align:center;
}
.btn-wrap .btn {
    display: inline-block;
	width:90%;
	max-width:484px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:12px;
	margin-bottom:60px;
}
.btn-wrap .btn img {
	width:100%;
	height:auto;
}

.btn-wrap a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition:.5s;
}
.cn1_pic_wrap_last{
	margin-bottom:60px;
	}
	
/* さくら牧場で働く */
	
.cn2_mv{
	width:100%;
	max-width:1499px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	}
.cn2_mv img{
	width:100%;
	height:auto;
	}
.cn2_mv_pc{
	display:none;
	}
.cn2_mv_tab{
	display:none;
	}
.cn2_mv_sp{
	display:block;
	}
	
.cn2_1_wrap{
	width:90%;
	max-width:960px;
	height:auto;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:45px;
	padding-left:5%;
	padding-right:5%;
	border-bottom:1px solid #b4b7b4;
	overflow:auto;
	}
.cn2_read1{
	float:none;
	width:66%;
	padding-left:17%;
	padding-right:17%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
.cn2_read1 img{
	width:100%;
	max-width:397px;
	height:auto;
	}
.cn2_read1_pc{
	display:none;
	}
.cn2_read1_sp{
	display:block;
	}
.cn2_text1{
	width:100%;
	height:auto;
	font-size:13px;
	line-height:22px;
	letter-spacing:1px;
	float:none;
	font-weight:500;
	padding-top:20px;
	margin-left:auto;
	margin-right:auto;
	}
.cn2_read2{
	width:90%;
	max-width:561px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:45px;
	margin-bottom:45px;
	}
.cn2_read2 img{
	width:100%;
	max-width:561px;
	height:auto;
	}
	
.contents2_wrap {
	max-width:960px;
	width:90%;
	padding-left:5%;
	padding-right:5%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	}	
.cn2_case_wrap{
	width:100%;
	height:auto;
	padding-left:0;
	padding-right:0;
	float:none;
	margin-top:0px;
	margin-bottom:42px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
	}
.cn2_case_img{
	max-width:360px;
	width:64%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
.cn2_case_img img{
	width:100%;
	height:auto;
	}
.cn2_case_tit{
	text-align:center;
	width:100%;
	font-size:17px;
	line-height:24px;
	font-weight:500;
	margin-top:10px;
	letter-spacing:2px;
	}
.cn2_case_text1{
	font-size:12px;
	line-height:20px;
	font-style:italic;
	width:100%;
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:300;
	}
.cn2_case_border{
	width:100%;
	height:3px;
	background-image:url(../image/border_tenten.png);
	background-repeat:repeat-x;
		}
.cn2_case_text2{
	font-size:13px;
	line-height:22px;
	width:100%;
	letter-spacing:1px;
	margin-top:10px;
	font-weight:500;
	}
.cn2_border{
	border-bottom:1px solid #b4b7b4;
	padding-bottom:0px;
	}
	
/* さくら牧場のこと */
	
.cn3_read{
	width:64%;
	max-width:355px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:45px;
	margin-bottom:0px;
	}
.cn3_read img{
	width:100%;
	height:auto;
	}
	
.cn3_wrap1{
	width:90%;
	max-width:906px;
	height:auto;
	margin-top:24px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:0;
	padding-left:5%;
	padding-right:5%;
	overflow:auto;
	}
.cn3_wrap2{
	width:90%;
	max-width:906px;
	height:auto;
	margin-top:24px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:45px;
	padding-left:5%;
	padding-right:5%;
	overflow:auto;
	}
.cn3_pic01{
	float:none;
	width:100%;
	max-width:401px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:24px;
	}
.cn3_pic01 img{
	width:100%;
	height:auto;
	}
.cn3_text1{
	width:100%;
	height:auto;
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
	float:none;
	font-weight:300;
	}
.cn3_text_tit{
	font-size:17px;
	line-height:24px;
	font-weight:500;
	letter-spacing:2px;
	}
	
.cn3_text2{
	width:100%;
	height:auto;
	font-size:12px;
	line-height:20px;
	letter-spacing:1px;
	float:none;
	font-weight:300;
	}
.cn3_text2_name{
	font-size:14px;
	font-weight:500;
	}
.cn3_pic_wrap{
	float:none;
	width:100%;
	height:auto;
	margin-bottom:20px;
	overflow:auto;
	}
.cn3_pic02{
	float:right;
	width:49%;
	max-width:272px;
	height:auto;
	}
.cn3_pic02 img{
	width:100%;
	height:auto;
	}
.cn3_pic03{
	float:right;
	width:49%;
	max-width:272px;
	height:auto;
	margin-left:2%;
	}
.cn3_pic03 img{
	width:100%;
	height:auto;
	}

/* さくら牧場へのアクセス */
	
.cn4_read{
	width:72%;
	max-width:467px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:45px;
	margin-bottom:30px;
	}
.cn4_read img{
	width:100%;
	height:auto;
	}
	
.cn4_map{
	width:85%;
	max-width:592px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:36px;
	overflow:auto;
	}
.cn4_map img{
	width:100%;
	height:auto;
	}
	
.cn4_table_wrap{
	width:90%;
	max-width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:60px;
	overflow:hidden;
	background:#3e951a;
	padding:1%;
	text-align:center;
	font-size:11px;
	line-height:16px;
	font-weight:300;
	color:#FFF;
	}
.cn4_table_wrap p{
	padding:2%;
	display:inline;
	}
table.cn4_table {
	width: 100%;
	border-spacing: 0;
	border-collapse:collapse;
	font-size:11px;
	line-height:16px;
	color:#FFF;
}
table.cn4_table td {
	width: 22%;
	text-align:left;
	padding:3% 3% 3% 3%;
	font-weight:300;
}
table.cn4_table th {
	width: 66%;
	padding:3% 3% 3% 3%;
	text-align:left;
	font-weight:300;
}
.cn4_table_td1 {
	background:#52aa2d;
}  
.cn4_table_th1 {
	background:#49a522;
} 
.cn4_table_td2 {
	background:#63b242;
}  
.cn4_table_th2 {
	background:#5bae38;
} 

/* お問い合わせフォーム */

#form_tit_wrap {
	width:100%;
	height:auto;
	padding-top:24px;
	padding-bottom:27px;
	background-image:url(../image/gnav_pattern.jpg);
	background-repeat:repeat;
	}

.bg_green {
	width:100%;
	height:auto;
	overflow:auto;
	background:#7fc343;
	}
.cn5_wrap{
	width:92%;
	max-width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:30px;
	overflow:auto;
	color:#FFF;
	}
	
.cn5_text_wrap{
	width:100%;
	margin-right:0;
	height:auto;
	float:none;
	}
.form_tit{
	width:55%;
	max-width:277px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0 15px 0;
	}
.form_tit img{
	width:100%;
	height:auto;
	}
.form_text{
	color:#FFF;
	font-weight:300;
	letter-spacing:1px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:12px;
	}
.form_pic{
	display:none;
	}
.form_pic img{
	width:100%;
	height:auto;
	}
	
.cn5_contact_wrap{
	width:92%;
	height:auto;
	background:#FFF;
	float:none;
	padding:6% 4%;
	overflow:auto;
	margin-bottom:32px;
	}
.contact_text{
	background:#f6f6f6;
	margin:0 3% 0 3%;
	padding:5% 5% 5% 5%;
	width:84%;
	color:#333;
	font-size:12px;
	line-height:17px;
	letter-spacing:1px;
	font-weight:300;
	}
/* フォーム */

table.form1 {
	width: 100%;
	border-spacing: 0;
	border-collapse:collapse;
}
table.form1 tr{
	font-size:12px;
	line-height:20px;
}
.txtfiled1 {
	width: 92%;
	padding:4%;
	border:none;
	background:#f6f6f6;
}
.txtfiled2 {
	width: 92%;
	padding:4%;
	border:none;
	background:#f6f6f6;
}
.form1 th {
	width:30%;
	border-bottom:solid 1px #ececec;
	font-weight:500;
	text-align:left;
	color:#000;
}
.form1 td {
	text-align:left;
	width:70%;
	border-bottom:solid 1px #ececec;
	height: 42px;
	padding:15px 0 15px 0
}

#form_btn{
	overflow:hidden;
	display:block;
	width: 182px;
	height: 46px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	background:url(../image/form_btn.png);
	line-height:0;
	border:0;
	cursor:pointer;
}
#form_btn:hover{
	background:url(../image/form_btn_over.png);
}
.select-wrapper {
    width: 70%;
    overflow: hidden;
	border: #d0d0d0 1px solid;
	font-size:12px;
	font-weight:500;
	line-height:36px;
	padding-left:2%;
	height:36px;
    border-radius: 5px;
	background-color:#ededee;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    margin: 0;
    border: 0;
    outline: none;
    padding: 5px;
    background: transparent;
}
.back_btn {
	float:none;
	display: block;
	width:100%;
	max-width:160px;
	height:34px;
	line-height:30px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	text-decoration: none;
	color: #7fc343;
	font-size: 11px;
	font-weight:600;
	letter-spacing:1px;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
	box-sizing:border-box;
}
.back_btn:hover {
    background-color: #7fc343;
    color: #fff;
    border: 2px solid #fff;
    }
.conform_text{
	width:100%;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	font-weight:300;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:16px;
	margin-bottom:16px;
	color:#000;
	}
	
.margin_top{
	margin-top:24px;
	}
.footer_wrap{
	width:90%;
	max-width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
.footer_logo{
	margin-top:16px;
	margin-bottom:16px;
	}
.footer_wrap2{
	width:100%;
	height:auto;
	margin-bottom:32px;
	overflow:auto;
	}
.footer_text1{
	float:none;
	font-size:10px;
	line-height:17px;
	}
.footer_text2{
	float:none;
	font-size:10px;
	line-height:17px;
	color:#333;
	font-weight:300;
	}
.conform_text{
	width:100%;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	font-weight:300;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:16px;
	margin-bottom:16px;
	color:#000;
	}
	
.margin_top{
	margin-top:24px;
	}
.footer_wrap{
	width:90%;
	max-width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
.footer_logo{
	margin-top:16px;
	margin-bottom:16px;
	}
.footer_wrap2{
	width:100%;
	height:auto;
	margin-bottom:32px;
	overflow:auto;
	}
.footer_text1{
	float:none;
	font-size:11px;
	line-height:17px;
	}
.footer_text2{
	float:none;
	font-size:11px;
	line-height:17px;
	color:#333;
	font-weight:300;
	}

	
	
/* フォーム */

table.form1 {
	width: 100%;
	border-spacing: 0;
	border-collapse:collapse;
}
table.form1 tr{
	font-size:12px;
	line-height:17px;
}
.txtfiled1 {
	width: 92%;
	padding:4%;
	border:none;
	background:#f6f6f6;
}
.txtfiled2 {
	width: 92%;
	padding:4%;
	border:none;
	background:#f6f6f6;
}
.form1 th {
	width:28%;
	padding-right:2%;
	border-bottom:solid 1px #ececec;
	font-weight:500;
	text-align:left;
	color:#000;
}
.form1 td {
	text-align:left;
	width:70%;
	border-bottom:solid 1px #ececec;
	height: 42px;
	padding:15px 0 15px 0
}

#form_btn {
	display: block;
	max-width:182px;
	width:100%;
	height:46px;
	margin-left:auto;
	margin-right:auto;
	line-height:42px;
	background-color:#368018;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight:600;
	letter-spacing:2px;
	display: inline-block;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
	border: 2px solid #368018;
	box-sizing:border-box;
}
#form_btn:hover {
    background-color: #fff;
    color: #368018;
    border: 2px solid #368018;
    }
.back_btn {
	float:none;
	display: block;
	width:100%;
	max-width:160px;
	height:34px;
	line-height:30px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	text-decoration: none;
	color: #7fc343;
	font-size: 11px;
	font-weight:600;
	letter-spacing:1px;
	transition: all 0.2s ease-in-out;
	position: relative;
	overflow: hidden;
	border: 2px solid #fff;
	box-sizing:border-box;
}
.back_btn:hover {
    background-color: #7fc343;
    color: #fff;
    border: 2px solid #fff;
    }
.conform_text{
	width:100%;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	font-weight:300;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:16px;
	margin-bottom:16px;
	color:#000;
	}
	
.margin_top{
	margin-top:24px;
	}
.footer_wrap{
	width:90%;
	max-width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
.footer_logo{
	height:29px;
	margin-top:16px;
	margin-bottom:16px;
	width:100%;
	max-width:293px;
	margin-top:32px;
	}
.footer_logo img{
	width:100%;
	height:auto;
	}
.footer_wrap2{
	width:100%;
	height:auto;
	margin-bottom:24px;
	overflow:auto;
	}
.footer_text1{
	float:none;
	font-size:11px;
	line-height:17px;
	}
.footer_tel{
	float:none;
	font-size:12px;
	line-height:17px;
	}
.footer_text2{
	float:none;
	font-size:11px;
	line-height:17px;
	color:#333;
	font-weight:300;
	}
	
/* ページトップに戻る */

.page-top a {
	position: fixed;
    bottom: 0px;
    right: 0px;
    display: block;
	background:url(../image/bnr_pagetop_sp.png);
	background-repeat:no-repeat;
	width: 52px;
	height:52px;
    transition: background-image 1s;
	line-height:0;
}
.page-top a:hover {
    transition: background-image 1s;
}