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

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 共通設定およびpc＋tablet向けスタイル
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/




body *{
  font-family: 'Noto Sans Japanese', sans-serif;
}
* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
	color: #a48d66;
	color:#555;
	font-size:16px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1, h2, h3, h4, strong {
	font-weight: 300;
	font-family: bree-web, Bree, sans-serif;
}
small {
  font-size: 80%;
}
img {
  border: 0;
	vertical-align: top;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
/* ********** common_layout ********** */
.wrap {
	margin: 0 auto;
	max-width: 1240px;
}
h2.content_ttl{
	font-family: 'Sawarabi Mincho', sans-serif;
	font-size:2em;
	color:#007F41;
	text-align:center;
	padding:20px 10px;
	border-bottom:2px solid #007F41;
	margin-top:50px;
}

/* ********** top_nav ********** */
nav#top{
	text-align:center;
	overflow:hidden;
	background-color:#f2f2f2;
	padding:20px 0;
}
nav#top a{
	display:block;
}
header#top-head {
    position: fixed;
	background: url(../images/nav_bg.png) no-repeat center rgba(256,256,256,0.3);
	background-size: cover;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
    line-height: 1;
	z-index:100;
}
#top-head:after {
    content: "";
    display: block;
    height: 1px;
    background:rgba(253,252,252,0);
    width: 100%;
    margin: 30px auto 0;
	padding-top:10px;
}
#top-head a,
#top-head {
    color: #007F41;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
	max-width: 1240px;
	margin:0 auto;
}
#top-head .logo img{
	width:180px;
	position:fixed;
	top:10px;
	left:8%;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 16px;
	
}
#global-nav ul li {
    float: left;
	margin-left: 1em;
    position: relative;
}
#global-nav ul li a {
    padding: 0 10px;
	line-height: 2em;
}
#global-nav ul li a:hover{
	background: red;
	color: #ffffff;
	background-color: #007F41;
	
}
/* transition */
#top-head,
#top-head:after,
#top-head .logo img,
#global-nav ul li,
#global-nav ul li a {
	display:block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Fixed */
#top-head.fixed {
	position:fixed;
	z-index:100000;
	padding-top:50px;
    background: rgba(0,0,0,0.8);
	
}
#top-head.fixed .logo {
    color: #007F41;
}
 
#top-head.fixed:after {
    width: 100%;
    margin-top: 20px;
}#top-head.fixed #global-nav ul li{
	
}
#top-head.fixed #global-nav ul li a {
    color:#FFFFFF;
    padding: 20px 1em 10px;
	font-size: 14px;
	display: inline-block;
	margin:0 1em;
}
/*fixed_menui下線*/
#top-head.fixed #global-nav ul li a::before,
#top-head.fixed #global-nav ul li a::after {
  border-bottom: solid 1px #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
#top-head.fixed #global-nav ul li a::before {
  left: 50%;
}
#top-head.fixed #global-nav ul li a::after {
  right: 50%;
}
#top-head.fixed #global-nav ul li a:hover::before,
#top-head.fixed #global-nav ul li a:hover::after {
  width: 50%;
}


#top-head.fixed .logo img{
	width:150px;
}

/* ********** Slide ********** */
#slide_area{
	padding-top: 80px;
}
.sp-buttons {
    position: relative;
    width: 100%;
	top:-50px;
	margin-bottom: -50px;
    text-align: center;
    padding-top: 10px;
}
/* ********** top_comments ********** */
#top_comments{
	background: url(../images/top/comment_bg.jpg) no-repeat ;
	background-size: cover;
	padding: 4% 0;
	color: #1A2200;
}
#top_comments .top_comments_wrap{
	font-family: 'Sawarabi Mincho', sans-serif;
	padding: 4% 8%;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	line-height: 1.85em;
	font-weight: 800;
}

/* ********** AboutUs ********** */
#about{
	padding: 4% 0;
}
#about .inner{
	width:100%;
	overflow:hidden;
	background-color:rgba(255,255,255,0.7);
	margin:50px auto;
	padding:50px 0;
	color:#007f41;
}
#about .inner ol{
	list-style-type:disc;
	padding-left:2em;
}

#about .inner_txt{
	width:90%;
	margin:0 5%;
	padding-top:150px;
	overflow:hidden;
	background:url(../images/about_logo.png) no-repeat center top ;
	background-size:120px;
}
#about .inner_txt table{
	width:100%;
	margin:100px auto;
}
#about .inner_txt table th , #about .inner_txt table td{
	padding:1em;
	color:#007F41;
	border-bottom:1px solid #ffffff;
}
#about .inner_txt table th{
	width:30%;
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	background-color:rgba(0,0,0,0.2);
}
#about .inner_txt table td{
	width:70%;
}
#about .inner_txt table td iframe{
	margin:20px 0 !important;
}
/* ********** Service ********** */
#service{
	background: url(../images/top/s_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 4% 0;
}
#service ul.s_list{
	display:table;
	table-layout: fixed;
	width:90%;
	margin: 50px 5%;
	color:#000000;
	text-align: center;
}
#service ul.s_list li{
	display:table-cell;
	vertical-align: top;
	padding: 20px;
}
#service ul.s_list li .list_index{
	background-color: #F9F9F9;
	padding: 5% 0;
	height: 160px;
}
#service ul.s_list li .list_index strong{
	display:block;
	margin:1em auto;
	font-size:1.1em;
	font-weight:bold;
}
#service ul.s_list li .list_index strong span{
	display:block;
	font-size:0.7em;
	font-weight:normal;
	margin-bottom:10px;
}
#service ul.s_list li .list_txt{
	font-size: 15px;
	margin-bottom:0;
	line-height:2em;
	font-size:0.8em;
	padding: 5% 2em;
	height: 300px;
	background-color: #ffffff;
}
/*リンクボタン
#service ul.s_list li .list_btn{
	background-color: #ffffff;
	text-align: right;
}
#service ul.s_list li .list_btn a{
	display: inline-block;
	padding: 8px;
}
#service ul.s_list li.list01 .list_btn a{
	background-color: #D60C18;
}
#service ul.s_list li.list02 .list_btn a{
	background-color: #F7931E;
}
#service ul.s_list li.list03 .list_btn a{
	background-color: #93278F;
}*/
#service h2{
	margin:0;
}
#service ul.s_list li .list_txt strong{
	font-size: 1.2em;
	display: inline-block;
	font-weight: 800;
	margin-bottom: 2em;
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

/* ********** Product ********** */
#product{
	background-size:cover;
	background-color: #f9f9f9;
	overflow: hidden;
	height: 100%;
	padding: 4% 0;
}
#product h2{
	margin:0;
}
.product_item {
	padding: 4% 0;
}
.product_item ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.product_item ul li{
	display: table-cell;
	list-style-type: none;
	padding: 5%;
}
.product_item ul li h3{
	font-size: 20px;
	font-weight: 800;
	text-align: center;
}
.product_item ul li.p_item_01 h3{
	border-top:5px solid #417630;
	line-height: 3em;
	color: #417630;
}
.product_item ul li.p_item_02 h3{
	border-top:5px solid #d60c18;
	line-height: 3em;
	color: #d60c18;
}
.product_item ul li a{
	display: block;
	text-decoration: none;
	
	background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.product_item ul li a:hover{
	opacity: 0.7;
	
}
.product_item ul li img{
	width: 100%;
	vertical-align: bottom;
}
.product_item ul li .p_txt{
	color: #fff;
	padding: 4%;
	height: 210px;
	line-height: 1.75em;
}
.product_item ul li.p_item_01 .p_txt{
	background-color:  #64a36f;
}
.product_item ul li.p_item_02 .p_txt{
	background-color:  #b5525c;
}

.product_item ul li .p_txt h4{
	font-size: 20px;
	margin-bottom: .5em;
	font-weight: 800;
}
/* ********** Contact ********** */
#contact .wrap{
	background-color:rgba(214,214,214,0.5);
	background-image:url(../images/earth.png) , url(../images/machinami.png);
	background-repeat:no-repeat , no-repeat;
	background-position:right center , right bottom;
	padding:50px 0;
}
.h2_wrap{
	width:100%;
	background:#000000;
	padding:50px 0;
}
#contact h2{
	background-color:#000000;
	display:block;
	margin:0 auto;
	max-width:1000px;
	margin:0 auto;
	color:#007F41;
	border-bottom:2px solid #007F41;
	text-align:left;
}
#contact h2 span{
	display:inline-block;
	margin-left:20px;
	color:#FFFFFF;
	font-size:16px;
}
#contact table{
	width:80%;
	margin:0 10%;
	
}
#contact table input , #contact table textarea{
	background-color:#007F41;
	color:#fff;
	width:96%;
	padding:2%;
    border: 0px;
	border-radius:8px;
}
#contact table th , #contact table td{
	display:block;
}
#contact table th{
	width:100%;
	text-align:left;
	color:#007F41;
	font-weight:normal;
	font-size:0.9em;
	padding-bottom:5px;
}
#contact table td{
	padding-bottom:30px;
}
textarea.form-control {
    height: 236px;
}
section#contact .form-control:focus {
    border-color:#E3E3E3;
    box-shadow: none;
}
/* 送信ボタン */
section#contact .submit_btn {
	display:block;
    background-color: #000;
	width:100px;
	height:100px;
    border-radius: 50px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #fff;
	border:0;
    font-size: 16px;
    margin: 20px auto;
    transition: background-color 0.5s ease 0s;
}
section#contact .submit_btn:hover{
	background:#4A4A4A;
}

/* ********** Footer ********** */
footer{
	text-align:center;
	color:#FFFFFF;
	background-color:#007F41;
}

a.to_top{
	border-radius:30px;
	overflow:hidden;
	
}
a.to_top:hover{
	color:#FFFFFF;
}
.foot_bg01{
	background-color:#007f41;
	text-align:center;
	padding:50px 0;
}
.foot_bg02{
	background-color:#006837;
	padding:50px 0;
}
.page-top a {
    bottom: 20px;
    display: block;
    position: fixed;
    right: 20px;
    z-index: 100000;
	color:rgba(0,0,0,0.5);
}




/* フォームアラート */
div.wpcf7-mail-sent-ok {
	width:90%;
	margin:5%;
	border:none;
	background-color: #56b379;
	color:#ffffff;
	font-size:120%;
	padding:10px;
}
div.wpcf7-mail-sent-ng {
	width:90%;
	margin:5%;
	border:none;
	background-color: #FF4649;
	color:#ffffff;
	font-size:120%;
	padding:10px;
}
div.wpcf7-spam-blocked {
	width:90%;
	margin:5%;
	border:none;
	background-color: #FFB02C;
	color:#ffffff;
	font-size:120%;
	padding:10px;
}
div.wpcf7-validation-errors {
	width:90%;
	margin:5%;
	border:none;
	background-color: #FF4649;
	color:#ffffff;
	font-size:120%;
	padding:10px;
} 





/* ********** Web-page ********** */

#web-page{
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10% 0;
}
#web-page h3{
	border-bottom: 2px solid #f9f9f9;
	
	font-size: 32px;
}
.effect4{
  position: relative;
}
.effect4:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  right: 10px;
  left: auto;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.page-box h3{
    text-align:center;
    position:relative;
    top:80px;
}
.page-box {
    width:100%;
    height:200px;
    background:#f9f9f9;
    margin:40px auto;
}
.web-page__post .lite-area .head-img{
	width: 100%;
	height: 400px;
	background: url(../images/web/right_img.jpg) no-repeat center;
	background-size: cover;
}
.web-page__post .std-area .head-img{
	width: 100%;
	height: 300px;
	background: url(../images/web/std_img.jpg) no-repeat center;
	background-size: cover;
}
.web-page__post .inbound-area .head-img{
	width: 100%;
	height: 300px;
	background: url(../images/web/ibd_img.jpg) no-repeat center;
	background-size: cover;
}
.pack-menu{
	display: block;
	clear: both;
	overflow: hidden;
	margin: 1em auto;
}
.pack-menu li{
	float: left;
	list-style-type: none;
	margin-right: 1em;
}
.pack-menu li a{
	display: inline-block;
	line-height: 30px;
	padding: .3em 1em;
	border-radius: 20px;
	text-decoration: none;
	color: #fff;
	font-size: 20px;

}
.pack-menu .lite a{
	background-color: #EB6100;
}
.pack-menu .standard a{
	background-color: #0B318F;
}
.pack-menu .inbound a{
	background-color: #D43582;
}



/* **************

ミマモルメ

************** */
#mimamorume{
	text-align: center;
	padding-top: 100px;
	color: #000000;
}
#mimamorume .m_wrap{
	width: 900px;
	margin: 0 auto;
}
#mimamorume #head_area{
	width: 900px;
	margin: auto;
	font-weight: bold;
	padding: 1% 0;
		background-color: #ffffff;
}
#mimamorume #head_area img{
	display: inline-block;
	width: 120px;
	float: left;
	text-align: left;
}
#head_area h1{
	font-size: 40px;
	color: #d60c18;
	font-weight: bold;
}
#mimamorume h2{
	padding: 2% 0;
	background-color: #ffffff;
}
#head_area h2{
	font-size: 30px;
	color: #00428e;
	font-weight: bold;
	padding: 0;
}
/*block_1*/
#block_1{
	background-color: #D4ECEE;
	overflow: hidden;
	padding: 0 0 2%;
}
#block_1 h2,#block_2 h2{
	text-align: center;
	position: relative;
	padding: 0.6em;
	margin-bottom: 4%;
}
#block_1 h2 {
	border-top:6px solid #72AF2D;
}
#block_1 h2:after,#block_2 h2:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 30px solid transparent;
	border-top: 30px solid #fff;
	width: 0;
	height: 0;
}
#block_1 h3{
	margin: 1em 0 30px;
	font-size: 20px;
}
#mimamorume h3 strong{
	display: block;
	font-size: 28px;
	font-weight: 800;
}
.oL_box{
	display: inline-block;
	color: #00428E;
	font-size: 24px;
	font-weight: 800;
	padding: 1%;
	border: 2px solid #00428E;
	border-radius: 12px;
	overflow: hidden;
	margin: 2% auto;
}
#mimamorume ul{
	margin: 2% 0;
}
#mimamorume ul li{
	list-style-type: none;
	text-align: left;
	font-size: 20px;
}

/*block_2*/
#block_2{
	background-color: #D4ECEE;
	overflow: hidden;
	padding: 0 0 2%;
}
#block_2 h2 {
	border-top:6px solid #EE7800;	
}
#block_2 h3 {
	margin-bottom: 30px;
}
.try_area{
	background: url(../images/mimamorume/item_05.png) no-repeat right top;
	text-align: left;
	margin: 2% 0;
	padding: 4% 0;
}
.try_area h4{
	font-size: 30px;
	
	color: #ffffff;
	display: inline-block;
	padding: 1% 2%;
	background-color: #EE7800;
	border-radius: 12px;
}
.try_area strong{
	display: block;
	font-size: 24px;
	color: #EE7800;
	font-weight: 800;
}
.try_area strong span{
	display: block;
	font-size: 20px;
	font-weight: normal;
}
#m_contact{
	padding: 5% 0;
}
#m_contact a{
	text-decoration: none;
}
/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

 画面サイズが480px以下の場合に適用
スマホ向けスタイル
 
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


@media screen and (max-width: 768px) {

.wrap {
	margin: 0 5%;
	width: 90%;
}
h2.content_ttl{
font-size:1.3em;
	color:#007F41;
	text-align:center;
	padding:20px 10px;
	border-bottom:2px solid #007F41;
	margin-top:50px;
}
/* ********** top_nav ********** */
nav#top{
padding:0;
}
nav#top a{
	display:block;
}
header#top-head {
    position: fixed;
background:rgba(0,0,0,1);
    width: 100%;
    margin: 0 auto;
	padding: 0;
	height: 50px;

}
#top-head:after {
    content: "";
    display: block;
    height: 1px;
    background:rgba(253,252,252,0);
    width: 100%;
margin: 0 auto;
padding-top:0;
}
#top-head a,
#top-head {
    color: #ffffff;
    text-decoration: none;
}
#top-head .inner {
width:100%;
}
#top-head .logo img{
display:none;
}
#global-nav ul {
position:relative;
font-size: 13px;
display: table;
table-layout: fixed;
width: 100%;
}
#global-nav ul li {
float: none;
padding: 10px 0;
display: table-cell;
text-align: center;
}
#global-nav ul li a {
    padding: 0 ;
}
/* Fixed */
#top-head.fixed {
padding-top:0;
}
#top-head.fixed #global-nav ul{
display: table;
table-layout: fixed;
width: 100%;
}
#top-head.fixed #global-nav ul li{
display: table-cell;
}
#top-head.fixed #global-nav ul li a {
padding:0;
float:none;
display:block;
line-height:30px;
font-size: 12px;
border-bottom:0;
}
/* ********** Slide ********** */
#slide_area{
padding-top: 50px;
}
.sp-buttons {
	display: none;
}
/* ********** top_comments ********** */
#top_comments .top_comments_wrap{
font-size: 13px;
font-weight: normal;
	
}
#top_comments .top_comments_wrap br{
display: none;
}
/* ********** Service ********** */
#service ul.s_list{
display: block;
width:100%;
margin: 50px auto;
}
#service ul.s_list li{
display:block;
width: 100%;
padding: 20px 0;
}

/* ********** AboutUs ********** */
#about .inner{
width:100%;
margin:50px auto;
font-size: 13px;

}
#about .inner_txt{
width:90%;
margin:0 5%;
background-size:80px;
padding-top:100px;
}
#about .inner_txt table{
width:100%;
margin: 20px 0;
}
#about .inner_txt table th , #about .inner_txt table td{
display: block;
width: 100%;
}
#about .inner_txt table td iframe{
width: 100%!important;
height: 240px!important;
}

/* ********** Product ********** */
.product_item ul{
display: block;
}
.product_item ul li{
display: block;
width: 100%;
padding: 0;
margin:50px auto;
}
.product_item ul li h3{
font-size: 18px;
}
.product_item ul li .p_txt{
height: 100%;
font-size: 13px;
}
.product_item ul li .p_txt h4{
font-size: 16px;
}


/* **************

ミマモルメ

************** */
#mimamorume{
padding-top: 80px;
}
#mimamorume .m_wrap{
width: 96%;
margin: 0 2%;
}
#mimamorume img{
width: 100%;
height: auto;	
}
#mimamorume #head_area{
width: 96%;
margin: 0 2%;
}
#mimamorume #head_area img{
display: block;
width: 80px;
float: none;
margin: auto;
}
#mimamorume img.arrow{
width: 40px;
}
#head_area h1{
font-size: 20px;
}
#mimamorume h2{
	padding: 2% 0;
	background-color: #ffffff;
}
#head_area h2{
font-size: 16px;
}
/*block_1*/
#block_1{
	background-color: #D4ECEE;
	overflow: hidden;
	padding: 0 0 2%;
}
#block_1 h2,#block_2 h2{
	text-align: center;
	position: relative;
	padding: 0.6em;
	margin-bottom: 4%;
}
#block_1 h2 {
	border-top:6px solid #72AF2D;
}
#block_1 h2:after,#block_2 h2:after {
	position: absolute;
	content: '';
	top: 100%;
left: 48%;
border: 20px solid transparent;
border-top: 20px solid #fff;
	width: 0;
	height: 0;
}
#block_1 h3{
	margin: 1em 0 30px;
font-size: 16px;
}
#mimamorume h3 strong{
font-size: 20px;
margin-top: 20px;
}
.oL_box{
	display: inline-block;
	color: #00428E;
font-size: 16px;
	font-weight: 800;
padding: 1% 4%;
	border: 2px solid #00428E;
	border-radius: 12px;
	overflow: hidden;
	margin: 2% auto;
}
#mimamorume ul li{
font-size: 13px;
}

/*block_2*/
#block_2{
	background-color: #D4ECEE;
	overflow: hidden;
	padding: 0 0 2%;
}
#block_2 h2 {
	border-top:6px solid #EE7800;	
}
#block_2 h3 {
	margin-bottom: 30px;
}
.try_area{
	background: url(../images/mimamorume/item_05.png) no-repeat center bottom;
background-size: auto 200px;
padding: 4% 0 200px;
}
.try_area h4{
font-size: 20px;
	
	color: #ffffff;
	display: inline-block;
	padding: 1% 2%;
	background-color: #EE7800;
	border-radius: 12px;
}
.try_area strong{
	display: block;
font-size: 18px;
	color: #EE7800;
	font-weight: 800;
}
.try_area strong span{
	display: block;
font-size: 14px;
	font-weight: normal;
}
#m_contact img{
	display: block;
	width: 70%;
	margin: 0 15%;
}

/* ********** Contact ********** */
#contact h2{
width:100%;
text-align:center;
}
#contact h2 span{
display:none;
}
#contact input , #contact textarea{
	background-color:#007F41;
	color:#fff;
	width:96%;
	padding:2%;
    border: 0px;
	border-radius:8px;
}
#contact table th , #contact table td{
	display:block;
}
#contact table th{
	width:100%;
	text-align:left;
	color:#007F41;
	font-weight:normal;
	font-size:0.9em;
	padding-bottom:5px;
}
#contact table td{
	padding-bottom:30px;
}
textarea.form-control {
    height: 236px;
}
section#contact .form-control:focus {
    border-color:#E3E3E3;
    box-shadow: none;
}
/* 送信ボタン */
section#contact button.submit_btn {
	display:block;
    background-color: #000;
	width:100px;
	height:100px;
    border-radius: 50px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #fff;
	border:0;
    font-size: 16px;
    margin: 20px auto;
    transition: background-color 0.5s ease 0s;
}
section#contact button.submit_btn:hover{
	background:#4A4A4A;
}

/* ********** Footer ********** */
footer{
	text-align:center;
	color:#FFFFFF;
	background-color:#007F41;
}
a.to_top:hover{
	color:#FFFFFF;
}
.foot_bg01{
	background-color:#007f41;
	text-align:center;
	padding:50px 0;
}
.foot_bg02{
	background-color:#006837;
	padding:50px 0;
}


}

