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


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;	
}
body {
font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
background: url("../img/backgroud5.jpg");
background-size: contain;
background-position: center       
}

a{
    text-decoration:none!important;
}
li{
	list-style: none;
}
h1,h2,p,.copyright{
color:#636363;
font-weight: normal;	
}
.fullscreenmenu{
display: none;
}
.tb{
display: none;
}
.logo_tb{
display: none;
}
.paddng_top50{
padding-top: 50px;    
}
.shadow-box{
width: 100%;
padding: 3%;
box-shadow: 2px 2px 10px #999;  
background: rgba(255,255,255,0.8);    
}
.contents1 {
	padding-top: 100px;
}
.contents_innner {
    padding-top: 110px!important;
    margin-top:-110px!important;
}
.w100{
width: 100%;    
}
.h100{
height: 100px;    
}
.h50{
height: 50px;    
}
.h30{
height: 30px;    
}
.h20{
height: 20px;    
}
.h10{
height: 10px;    
}
.h5{
height: 5px;    
}
.border-left{
border-left: solid 5px #B4BF60;
padding-left: 5px;    
}
.border-bottom{
 border-bottom: solid 5px #EBF2B3;
padding-bottom: 5px;     
}
.midashi{
width: 100%;
display: block;
margin: 0 auto;
}
.midashi p{
font-size: 1em;   
letter-spacing: 1px; 
line-height: 1.5;   
}
.midashi strong{
font-size: 2em; 
color: #2C401F;
 display:block; 
font-family: yu-mincho-pr6n, sans-serif;
font-style: normal;
font-weight: 400;      
}
.sp_l{
    text-align: center;
}
.sp_l{
text-align: center;
}
.text1{
font-size: 1em;      
}

.text1 strong{   
font-size: 1.5em;    
display:block;
letter-spacing: 2px; 
font-family: yu-mincho-pr6n, sans-serif;
font-style: normal;
font-weight: 400;    
}
.text2{
font-size: 1.3em;   
font-family: yu-mincho-pr6n, sans-serif;
font-style: normal;
font-weight: 400;     
}

.text3{
font-size: 1.2em;  
line-height: 220%;  
text-align: left;
}
.text3 strong{
  font-size: 1.5em;  
display:block;
letter-spacing: 2px; 
font-family: yu-mincho-pr6n, sans-serif;
font-style: normal;
font-weight: 400;      
}
.back1{
width: 100%;
height: auto;
background-color: #FBFBF3;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg stroke='%23EDEEE5' stroke-width='0' %3E%3Crect fill='%23FDFEF8' x='-60' y='-60' width='110' height='240'/%3E%3C/g%3E%3C/svg%3E");
padding: 3%;    
}
.back2{
width: 100%;
height: auto;
background-color: #EFF2D5;
padding: 2% 3%;    
}
.back3{
width: 25%;
background-color: #72A603;
padding: 1%; 
border-left: 5px solid #F2CB05;
border-right: 5px solid #F2CB05;    
border-radius: 30px;    
}
.flex{
width: 100%;	    
display:flex;  
flex-wrap:wrap;
justify-content:center;
align-items:center;    
}
.border{
background: #EFF2D5;
background-size: cover;  
background-position: center;    
background-attachment: fixed; 
border-left: 5px solid #F2CB05;  
border-right: 5px solid #F2CB05;     
display: block;  
padding: 3%; 
border-radius: 30px;        
}
.border1{
background:#f9faf2;
background-size: cover;  
background-position: center;    
background-attachment: fixed; 
border-left: 5px solid #F2CB05;  
border-right: 5px solid #F2CB05;     
display: block;  
padding: 3%; 
border-radius: 30px;        
}
.white{
color: #fff;    
}
.text-shadow_w{
   text-shadow    : 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;    
}
.text-shadow_b{
   text-shadow    : 
       1px  1px 1px #000,
      -1px  1px 1px #000,
       1px -1px 1px #000,
      -1px -1px 1px #000,
       1px  0px 1px #000,
       0px  1px 1px #000,
      -1px  0px 1px #000,
       0px -1px 1px #000;    
}
.border_bottm2{
border-bottom: 2px solid #173F73;
}
.line_h15{
line-height: 1.5;    
}
.line_h200{
line-height: 200%;    
}

.center{
text-align: center;     
}
.center1{
display: block;
margin: 0 auto;
}
.left{
text-align: left;
}
/*パンクズ */
.breadcrumb {
  margin-bottom: 3%;
margin-top: 3% 0;	
  padding-left: 1%;
  list-style: none;
text-align: left;
padding-top: 2%;  
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
font-size: 1em;
font-family: yu-mincho-pr6n, sans-serif;
font-style: normal;
font-weight: 400;       
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #434242;
}

.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb .item_text{
color: #2C401F;    
}
.breadcrumb li a {
  text-decoration: none;
  color: #000;/*色*/
}

.container {
max-width: 1170px;
width: 98%;
margin: 0 auto;
text-align: center;		
}

#global-nav{
	width: 100%;
	margin: auto;
	
}
#global-nav.m_fixed{
	position: fixed;
	top:0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1000!important;
}
.btn-box{
  width: 300px;
    display: block;
    height: auto;
    margin: 0 auto;
}

.btn-box a{
font-size: 1.2em;    
width: 100%;
display: block;
margin: 0 auto;
background: url("../img/backgroud8.jpg");
background-position:top right;
background-size: 100%;
background-repeat: no-repeat;
transition: all 0.5s;
text-align: center;
color: #fff; 
padding: 2%;    
border-radius: 5px;   
   text-shadow    : 
       1px  1px 1px #2C401F,
      -1px  1px 1px #2C401F,
       1px -1px 1px #2C401F,
      -1px -1px 1px #2C401F,
       1px  0px 1px #2C401F,
       0px  1px 1px #2C401F,
      -1px  0px 1px #2C401F,
       0px -1px 1px #2C401F;     
}
.btn-box a:hover{
background: url("../img/backgroud7.jpg");
background-position:top right;
background-size: 100%;
background-repeat: no-repeat;
text-decoration: transparent;     
}
.slider1{
  width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.slider1 img{
  width: 100%;
    height: auto;
    display: block;
    
}
.slider1 p{
 font-size: 2em;
    position: absolute;
    top: 50%;
    left: 15%;
    text-align:left;
    color: #fff;
    font-family: a-otf-ryumin-pr6n,serif;
font-weight: 300;
font-style: normal;
background: -moz-linear-gradient(to right,#2C401F, #8CCC62); 
background: -webkit-linear-gradient(to right,#2C401F, #8CCC62);     
background: linear-gradient(to right,#2C401F, #8CCC62);
padding: 1%;    
}

.sp,.sp1,.sp2{
display: none;
}

.container2 {
  max-width: 1170px;
  width: 100%;
  padding: 0 1%;
  margin: 0 auto;
text-align: center;	
}

.top_wrapper{
	width: 100%;
	position: relative;
}
header{
width: 100%;      
position:-webkit-sticky; 
    position:sticky; 
    top:0;    
    z-index: 99;
    transition: 1s;
    height: 100px;
}
.top_otoi
{
width: 20%;		
margin: 0;    
}

.top_otoi .t-tel{
width: 70%;
}

.top_otoi .t-tel a{	
width: 100%;
font-size: 1.5em;	
text-align: center;		
font-weight: bold;
color:#fff;
transition: all 0.3s;	  
padding: 3% 2%; 
background:url("../img/backgroud8.jpg");
background-size: 100%;
background-position: top right;
background-repeat: no-repeat;
display: block;  
box-shadow: 0px 1px 0px #333;     
border-radius: 5px;   
   text-shadow    : 
       1px  1px 1px #2C401F,
      -1px  1px 1px #2C401F,
       1px -1px 1px #2C401F,
      -1px -1px 1px #2C401F,
       1px  0px 1px #2C401F,
       0px  1px 1px #2C401F,
      -1px  0px 1px #2C401F,
       0px -1px 1px #2C401F;     
}
.top_otoi .t-tel .fa-phone-volume{
  color:#F2CB05;  
font-size: 1.3em;	  
}
.top_otoi .mail a{
background-color:#173F73;
}

.top_otoi .t-tel a:hover{  
box-shadow: 0px 2px 0px #333;
background:url("../img/backgroud7.jpg");
background-size: 100%;
background-position: top right;
background-repeat: no-repeat;
text-decoration-color: transparent;	
}
.top_otoi .mail a:hover{
background-color:#0F2F59;	    
}
.top_otoi p{	
font-size: 1em;    
color:#036ffc;
padding:2%;	
text-align: center;
font-weight: bold;
  text-shadow    : 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff;     
}


.top_otoi small{
font-size: 0.7em;	
display: block;	
margin-bottom: 10px;
letter-spacing: 2px;  
background: #EBEEF2;
padding: 2.5% 0 2%; 
border-radius: 50px;
color: #173F73;    
}


.globalMenuSp, .navToggle{
	display: none;
}

.top_menu{
width: 100%;
text-align: center;	
background-color:#58803D;			
}
.top_menu .menu_t{
width: 100%;
display: flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
	
}
.top_menu .menu_t .logo{
width: 20%;	
}
.top_menu .menu_t .logo img{
width: 60%;
display: block;
margin-left: 30%;
}

.top_menu .m1 a{
color: #fff;
width: 100%;
transition: all 0.5s;	
font-weight: bold;    
}
.top_menu .m1 a .border_bottm{
position: relative;
  display: inline-block;
  text-decoration: none;    
}
.top_menu .m1 a .border_bottm::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #EBF2B3;  
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.top_menu .m1 a .border_bottm:hover::after {
  transform: scale(1, 1);
  color:#EBF2B3;      
}
.top_menu .m1 a :hover {
text-decoration: transparent;
 color:#EBF2B3;     
}
.top_menu .m1{
width: 60%;	
}
.top_menu ul{
width: 100%;		
display: flex;
align-items:center;	
padding: 0;	 
padding: 1%;    
}
.top_menu ul li{
width: 20%;
font-size: 1em;	
padding: 1% 0;    
}

.b1{
border-left: 1px dashed #EBF2B3;
border-right:1px dashed #EBF2B3;
}




/*====ご挨拶===*/
.greeting-box{
width: 100%;
height: auto;
display: inline-block;
padding: 5% 0 350px;	
}
.greeting-box2{
width: 100%;
height: auto;
display: inline-block;
padding: 5% 0 200px;	
}
.greeting{
width: 100%;
height: 500px;    
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:flex-end;  
position: relative;
margin: 0 auto;
}
.greeting .g-box1{
width: 50%;  
height: auto;  
padding: 5%;
background: url("../img/backgroud4.jpg");
background-size: 100%;
background-repeat: no-repeat;
background-position: center;    
}
.greeting .g-box2{
width: 50%;
height: 500px;    
overflow: hidden;
background:url("../img/greeting.jpg");
background-size: cover;
background-position: center;    
margin-bottom: -50px;     
box-shadow: 2px 2px 5px #bbbbbb;    
}
.greeting .g-box3{
width: 50%;
height: 300px;    
overflow: hidden;
background:url("../img/greeting2.jpg");
background-size: cover;
background-position: center;    
margin-bottom: -50px;     
box-shadow: 2px 2px 5px #bbbbbb;    
}
.greeting .g-box2 img{
width: 100%;
}
.greeting .g-box3 img{
width: 100%;
}
.greeting .g-box p{
font-size:0.9em;
text-align: left;
line-height: 1.75;

}
.font-size_b{
font-size: 1em;
display: block;	
}
.wrap {
  display: flex;
  align-items: center;
 height: 300px;
width: 100%;
margin: 0 auto;
overflow: hidden;
}
.slideshow {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.content {
  width: 300px;
  height: 200px;
}
.content:nth-child(1) {
  background:url("../img/top1.jpg");
    background-size: cover;
    background-position: center;
}
.content:nth-child(2) {
  background:url("../img/top2.jpg");
    background-size: cover;
    background-position: center;
}
.content:nth-child(3) {
  background:url("../img/top3.jpg");
    background-size: cover;
    background-position: center;
}
.content:nth-child(4) {
  background:url("../img/greeting.jpg");
    background-size: cover;
    background-position: center;
}
.slide-paused:hover .slideshow {
  animation-play-state: paused;
}
.content-hover {
  transition: all 0.2s;
}
.content-hover:hover {
  transform: translateY(-20px);
  border-radius: 0 10%;
  box-shadow: 0 3px 10px 0 #333;
  opacity: 0.8;
  cursor: pointer;
}
.t-shop{
width: 100%;
height:auto;
display: block;  
position: relative;
margin-bottom: 100px;    
}

.t-shop img{
width: 100%;    
}
.t-shop_text{
background: rgba(140,204,98,0.95);    
position: absolute;
bottom: -80px;
width: 90%;
left: 5%;  
    padding: 3%;
}
.sns-box{
width: 100%;
flex-wrap:wrap;    
display: flex;
justify-content:space-between;
align-items:center;
padding-top: 100px;    
}
.sns{
 width: calc(80% / 4) ;  
}
.sns a{
font-size: 1.2em;    
color: #fff;  
background: #466631;
padding: 1em 2em; 
text-align: center; 
display: block;
margin: 0 auto;
font-weight: bold;
font-family: yu-mincho-pr6n, sans-serif;
font-style: normal;
font-weight: 400;  
background: url("../img/backgroud8.jpg");
background-size: 100%;
background-position: top right; 
transition: all 0.5s;
border-radius: 5px;
box-shadow: 2px 2px 5px #eee; 
   text-shadow    : 
       1px  1px 1px #2C401F,
      -1px  1px 1px #2C401F,
       1px -1px 1px #2C401F,
      -1px -1px 1px #2C401F,
       1px  0px 1px #2C401F,
       0px  1px 1px #2C401F,
      -1px  0px 1px #2C401F,
       0px -1px 1px #2C401F;     
}
.sns a:hover{
background: url("../img/backgroud7.jpg");
background-size: 100%;
background-position: top right;   
text-decoration: transparent;    
}

/*====コンテンツメニュー===*/
.contents-box{
width: 100%;
height: auto;
display: inline-block;
padding: 5% 0;	
}

.contents{
width: 100%;
height: auto;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;
position: relative;     
}
.con-box{
width: 48%;
position: relative;  
border:2px solid #173F73;
padding: 2%;    
}
.page-box{
width: 100%;
height: auto;
display: inline-block;
}
.page{
width: 100%;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
align-items:center;	
		
}
.contents .p-box{
width:calc(90% / 3);
height: 100px;    
background:url("../img/backgroud6.jpg");
background-size: cover;
background-position: center bottom;  
 margin: 0 auto;
  overflow: hidden;	
   position: relative; 
border-radius:10px;
box-shadow: 3px 3px 5px #333;   
transition: all 0.5s;	    
}

.contents .p-box:hover{
text-decoration: transparent;
border-radius: 50px;
box-shadow: 1px 1px 5px #333;   
}

.contents .p-box .flex-t{
position: absolute;
line-height: 100px;
width:100%;
text-align: center;
color: #2C401F;	
text-shadow: 2px 2px 3px #333!important;  
font-size: 1.5em; 
font-family: yu-mincho-pr6n, sans-serif;
font-style: normal;
font-weight: 400;     
}
.contents .p-box .flex-t strong{
  text-shadow    : 
       1px  1px 1px #ffffff,
      -1px  1px 1px #ffffff,
       1px -1px 1px #ffffff,
      -1px -1px 1px #ffffff,
       1px  0px 1px #ffffff,
       0px  1px 1px #ffffff,
      -1px  0px 1px #ffffff,
       0px -1px 1px #ffffff; 	
}
.contents .p-box .white2{
color: #fff;	
margin: 0 auto;
padding:2%;
font-size:1.5em;	
}

/*====全ページ共通フッターメニュー===*/
.footer-contact{
width: 100%;
height: auto;
display: inline-block;
background: url("../img/backgroud3.jpg");
background-size: cover;
background-position:top; 
background-repeat: no-repeat; 
background-attachment: fixed;    
}
.address .logo{
width:100%;
}
.address .logo img{
width:20%;
margin: 0 auto;
display: block;    
}
.footer_otoi{
width: 100%;
display: block;		
padding: 5%;  
background: rgba(255,255,255,0.7);   
}

.address{
width: 100%;	
margin: 0 auto;
background: url("../img/backgroud2.jpg");
background-size: 100%;
background-position:center;     
}
.address .logo{
width: 50%;    
}
.address .logo img{
width: 50%;
display: block;
margin: 0 auto;
}
.address .add_text{
width: 30%;    
}

.f-contact{
width: 100%;  
display: flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;    
}
.f-con{
width:48%; 
}
.f-con .f-tel{
color: #fff;
padding: 2% ;	
font-size:1.5em;	
display: block;	
width: 80%;
margin: 0 auto ;	
transition: all 0.5s;	
font-weight: bold;
box-shadow: 3px 3px 5px #333;
background-color:#2C401F; 
border: 2px solid #fff;      
}
.f-con .f-tel:hover{
color:#fff;  
  
background:#58803D;      
text-decoration: transparent;	
	}
.f-con .f-mail{
background-color:#2C401F;
border: 2px solid #fff;      
color: #fff;
padding: 2% ;
font-size:1.5em;	
display: block;	
width: 80%;
margin: 0 auto;
transition: all 0.5s;	
box-shadow: 3px 3px 5px #333;    
}
.f-con .f-mail:hover{
background-color: #58803D;	
box-shadow: 1px 1px 3px #333;      
text-decoration: transparent;	
	}
footer{
width: 100%;
height: auto;
display:block;
}
footer .copyright {
text-align: center;	 
padding: 1% 0;
color: #fff;
background:#2C401F;   
}
/*====こだわり==*/
.policy-box{
width: 100%;
height: auto;
display: block;  
position: relative;  
margin-bottom: 200px;    
}
.policy-box img{
width: 100%;    
}
.policy_text{
background: rgba(140,204,98,0.95);    
position: absolute;
bottom: -80px;
width: 90%;
left: 5%;  
    padding: 3%;    
}
.policy-f1{
width: 70%;
padding: 2%;    
}
.policy-f2{
width: 30%;   
}
.policy-f2 img{
width: 100%;   
}
.question_back{
background: rgba(255,255,255,0.7);
padding: 5%;
box-shadow: 2px 2px 5px #eee;    
}
.question{
padding: 3%;   
background: #eee;    
text-align: left;
}
/* 通常時はホバー時の文字を非表示にする */
.question a .hover{
display: none;
transition: all 0.3s;
cursor:pointer;
}
.question a .nomal{
transition: all 0.3s;
    cursor:pointer;
}
/* ホバー時は通常時の文字を非表示にする */
.question a:hover .nomal{
display: none;
text-decoration: transparent;   
}

/* ホバー時に、ホバー時の文字を表示する */
.question a:hover .hover{
display: inline;
text-decoration: transparent;    
color: #b20606;    
}
/*====料金==*/
.price-box{
width: 100%;
height: auto;
display: block;  
position: relative;  
margin-bottom: 1300px;    
}
.price-box img{
width: 100%;    
}
.price_text{
background: rgba(140,204,98,0.8);    
position: absolute;
bottom: -1200px;
width: 90%;
left: 5%;
padding: 3%;      
}
.price_table{
width: 100%;     
}
.price_table table{
width: 100%;      
}
.price_table table tr{
width: 100%;    
}
.price_table table th{
width: calc(100% / 3);      
font-weight: bold;
padding: 1%;    
border-radius: 5px;    
 position: relative;     
}

.green1{
 background: #2C401F;  
font-size: 1.3em; 
color: #f2cb05;    
}
.green2{
 background: #466631; 
font-size: 1em;  
color: #fff;     
}

.price_table table td {    
font-size:1em;  
background:rgba(255,255,255,0.9);  
padding: 1%;     
border-radius: 5px;    
text-align:center;
line-height: 1.5;  
width: calc(100% / 3);      
}
.red{
font-size: 0.9em;
color: #b20606;
text-align: left;
line-height: 1.75;    
}
.qfa-box{
background: rgba(0,0,0,0.1);
padding: 5%;    
}
/*====会社概要===*/
.company_table{
width: 100%;    
}
.company_table table{
width: 100%;      
}
.company_table table tr{
width: 100%;    
}
.company_table table th{
width: 35%;    
font-size: 1em;
font-weight: bold;
background: #466631; 
padding: 2%;    
border-radius: 5px;    
 position: relative;  
color: #fff; 
line-height: 1.75;       
}

.company_table table td {
width: 65%;       
font-size:1em;  
background:rgba(70,102,49,0.2);  
padding: 2%;     
border-radius: 5px;    
text-align: left;
line-height: 1.75;    
}
.company_table table td iframe{
width: 100%;
height: 400px;
padding: 1% 0;    
}


/*===========コンタクト===========*/
form{
	width: 100%;
	text-align: center;
}
.checkbox_text{
line-height: 1.75;
color: #333;	
}
.table1{
width: 100%;
background:#fff;
display: block;
margin: 0 auto;
padding: 5% ;  
box-shadow: 2px 2px 5px #eee;    
}
.table1 table{
width: 100%;	
}
.contact-text1 .red1{
	background-color:#b20606; 
	color:#fff;
	font-size:0.8em;
	padding:2px 5px;
	margin-left: 5px;
}
.table1 .w30{
width: 30%;
margin-bottom: 2%;	
}
.table1 table .red1{
	background-color:#b20606; 
	color:#fff;
	font-size:0.8em;
	padding:2px 5px;
	margin-right: 5px;
    
}
.table1 table .yellow{
	background-color:#f2cb05;
	color:#fff;
	font-size:0.8em;
	padding:2px 5px;
	margin-right: 5px;
}
.table1 table th{
	font-size: 1.1em;
	text-align: left;
	color:#333;
	font-weight:300;
	border-bottom: 1px dotted #eee;
	padding-left: 2%;
}

.table1 table td p{
	font-size: 1.1em;
	color:#000;
	font-weight:300;
	padding-top: 1%;
	line-height: 1.7;
}
.table1 table td img{
width:100%;	
margin-top: 1%;	
border-radius: 50px;	
}
.table1 table td{
font-size: 1.1em;
text-align: left;	
color:#333;
border-bottom: 1px dotted #eee;
padding: 2% 2%;
font-weight:300;
width: 70%!important;    
}


.textareatablearea{
width:100%;
}

textarea{
width:100%;
height: 400px
}
.table1 dd p{
	margin-top: 1%;
	font-size:1.1em;
	color:#333;
	letter-spacing: 4px;
	font-weight:300;
	line-height: 1.75;
}

.single p{
	text-align: center;
	color:#333;
	font-weight:300;
}


.fm-text p{
	font-size: 1.1em;
	text-align: left;
	color:#333;
	line-height: 200%;
	font-weight:300;
    padding: 2%;
}
.form-button
{
margin: 5% 0;
text-align: center;
}

.form-button button {
    cursor: pointer;
    display: block;
    margin: 0 auto 5px;
    padding: 10px 0 10px;
    color: #fff;
    text-align: center;
    width: 250px;
    font-weight: bold;
    background: #F2CB05;
	transition: all 0.5s;	
	font-weight:300;
    border: #F2CB05 solid 2px;
    box-shadow: 2px 2px 5px #333;
    border-radius: 50px;
}
.form-button button:hover{
    color: #72A603;
     background:#EBF2B3;
	text-decoration: transparent;
    box-shadow: 2px 2px 3px #333;
    border: #EBF2B3 solid 2px;
}
.textarea, textarea, .dropdown {
    border-radius: 2px;
}


button[type="submit"]{
	font-size:1.2em;
	padding: 10px;
}

input[type="checkbox"]{
	font-size:0.9em!important;
	margin-bottom: 7%;
	border:1px solid #bababa;	

}
input[type="text"]{
	width: 95%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
     margin-right: 1%;
    font-weight: normal;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; 
}
input[type="tel"]{
	width: 95%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
    font-weight: normal;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; 
}
input[type="email"]{
	width: 95%;
	height: 40px;
	font-size: 1em;
	padding: 10px;
	background:#fff;
	border:1px solid #bababa;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; 
}
textarea[type="text"]{
padding: 10px;	
font-size: 1em;	
background:#fff;	
border:1px solid #bababa;
width: 95%;  
font-weight: normal;  
font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";    
}
.contact-box1{
width: 30%;   
background: #2C401F;  
height: 100px; 
line-height: 100px;   
}
.contact-box1 a{
font-size: 2em;
color: #f2cb05;  
border: 1px solid #f2cb05;
padding: 5%; 
transition: all 0.5s;	 
}
.contact-box1 a:hover{
color: #8CCC62;  
border: 1px solid #8CCC62;
text-decoration: transparent;    
}
.kojin{
width: 95%;
height: auto;
display:block;	
margin: 0 auto;
}
.kojin h3{
font-size: 1.2em;
margin-bottom: 1%;	
font-weight:300;
transition: all 0.5s;
padding: 1%;
text-align: left;	
border:1px #2C401F solid;
color:#2C401F;	   
}
.kojin h3:hover{
background:#2C401F;
text-decoration: transparent;	
color:#fff;	
}
.kojin h4{
font-size: 1.1em;
text-align: left;
color:#2C401F;	
padding-bottom: 3px;	
font-weight:bold;
letter-spacing: 2px;
border-bottom: 1px solid #2C401F;
padding: 1%;	
}
.kojin p{
font-size:0.9em;
line-height:200%;	
text-align: left;
font-weight: normal;
color:#333;	
font-weight:300;
letter-spacing: 2px;
padding: 1% 0;	
padding-left: 1%;	
}

#open1{
padding:5%;
border:1px solid #466631;
}
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #e84466;
  border-radius: 50%;
 z-index: 9999;	
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



#mailform .in_box, #mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}


