@import 'https://fonts.googleapis.com/css?family=Courgette';

/*LOADING*/
/*.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #015a8d;
  position: fixed;
  z-index: -1;
  top: 50%;
  right: 100%;
  bottom: 0;
  width: 100%;
  height:4px;
}
.pace .pace-progress {
  background: url(/img/logo-02.svg) no-repeat center center;
  background-size:200px auto;
  position: fixed;
  z-index: -1;
  top: 0%;
  right: 100%;
  bottom: 0;
  width: 100%;
  height:100%;
}*/



iframe {
    width: 100%;
}


.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  z-index: 2000;
  position: fixed;
  height: 90px;
  width: 90px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pace.pace-inactive .pace-activity {
  display: none;
}

.pace .pace-activity {
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  left: -30px;
  top: -30px;
  height: 90px;
  width: 90px;
  /*LOADING LOGO*/
   background: url(/img/logo-02.svg) no-repeat center center;
  /*LOADING LOGO*/  
  background-size:90px auto;
  display: block;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}


@-webkit-keyframes spin {
  0% { -webkit-transform: translateY(0px) scale(1); }
  40% { -webkit-transform: translateY(-50px) scale(1.2); }
  50% { -webkit-transform: translateY(0px) scale(1); }
}

@-moz-keyframes spin {
  0% { -moz-transform: translateY(0px) scale(1); }
  40% { -moz-transform: translateY(-50px) scale(1.2); }
  50% { -moz-transform: translateY(0px) scale(1); }
}

@-o-keyframes spin {
  0% { -moz-transform: translateY(0px) scale(1); }
  40% { -moz-transform: translateY(-50px) scale(1.2); }
  50% { -moz-transform: translateY(0px) scale(1); }
}

@keyframes spin {
   0% { transform: translateY(0px) scale(1); }
  40% { transform: translateY(-50px) scale(1.2); }
  50% { transform: translateY(0px) scale(1); }
}


.pace-running .header,.pace-running .wrapper,
.pace-running .footer{
  opacity: 0;
}

.pace-done .header,.pace-done .wrapper,
.pace-done .footer{
  opacity: 1;
  transition:all 1s;
}




/*----------------------
  common
----------------------*/

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/noto/noto-thin.eot");
  /* IE9 Compat Modes */
  src: url("/fonts/noto/noto-thin.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-thin.woff") format("woff"), url("/fonts/noto/noto-thin.ttf") format("truetype");
  /* Safari, Android, iOS */ }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("/fonts/noto/noto-light.eot");
  src: url("/fonts/noto/noto-light.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-light.woff") format("woff"), url("/fonts/noto/noto-light.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/noto/noto-demilight.eot");
  src: url("/fonts/noto/noto-demilight.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-demilight.woff") format("woff"), url("/fonts/noto/noto-demilight.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/noto/noto-regular.eot");
  src: url("/fonts/noto/noto-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-regular.woff") format("woff"), url("/fonts/noto/noto-regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/noto/noto-medium.eot");
  src: url("/fonts/noto/noto-medium.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-medium.woff") format("woff"), url("/fonts/noto/noto-medium.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/noto/noto-blod.eot");
  src: url("/fonts/noto/noto-blod.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-blod.woff") format("woff"), url("/fonts/noto/noto-blod.ttf") format("truetype"); }

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/noto/noto-black.eot");
  src: url("/fonts/noto/noto-black.eot?#iefix") format("embedded-opentype"), url("/fonts/noto/noto-black.woff") format("woff"), url("/fonts/noto/noto-black.ttf") format("truetype"); }



a{
  color: #000;
  text-decoration:none;
}
a:hover{
  color: #000;
  text-decoration:underline;
}
a:visited{
  /*color:  #006934;*/
}
a:hover img.hover{
  opacity: 0.7;
  filter: alpha(opacity=70);        /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */  
}
.ofh {
  overflow: hidden;
}
.txtUL{text-decoration: underline;}

.fwB{font-weight:bold;}

.caution{color:#C00;}
.attention span{color:#C00;}


.list-mark{
  text-indent:-1em;
  padding:0 0 0 1em;
  overflow: hidden;
}

.mgnB05,.mb05 {margin-bottom: 5px;}
.mgnB10,.mb10 {margin-bottom: 10px;}
.mgnB15,.mb15 {margin-bottom: 15px;}
.mgnB20,.mb20 {margin-bottom: 20px;}
.mgnB30,.mb30 {margin-bottom: 30px;}
.mgnB40,.mb40 {margin-bottom: 40px;}
.mgnB50,.mb50 {margin-bottom: 50px;}
.mgnB60,.mb60 {margin-bottom: 60px;}
.mgnB70,.mb70 {margin-bottom: 70px;}



.pdg05 {padding: 5px;}
.pdg15 {padding: 15px;}
.pdg10 {padding: 10px;}
.pdg20 {padding: 20px;}

.pdgS05 {padding: 0 5px;}
.pdgS10 {padding: 0 10px;}

.pdgL20 {padding: 0 0 0 20px;}
.pdgL30 {padding: 0 0 0 30px;}

.mgnS05 {margin: 0 5px;}
.mgnS10 {margin: 0 10px;}

.tal{text-align: left}
.tac{text-align: center;}
.tar{text-align: right}

.txt11{font-size:11px;}
.txt12{font-size:12px;}
.txt13{font-size:13px;}
.txt14{font-size:14px;}
.txt15{font-size:15px;}
.txt16{font-size:16px;}
.txt17{font-size:17px;}

textarea, input[type="kana_name"], input[type="kana_first"], input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select[name="prefecture"] {
  border-radius: 4px;
  border:solid 1px #d5d5d5;
  padding: 4px 6px;
  margin-bottom:7px;
}
input[type="submit"]{
  font: 14px/1.61 "Noto Sans Japanese", "Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯Ã¤Â½â€œ", "Yu Gothic", YuGothic, "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Pro", "Hiragino Kaku Gothic Pro", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", Meiryo, Osaka, "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", "MS PGothic", sans-serif; 
  border:none;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}




/*----------------------
  common
----------------------*/
body{
  color:#2b2b2b;
  line-height: 1.4;
  background: url(/img/sub_bg.png) no-repeat center top;
  font: 14px/1.61 "Noto Sans Japanese", "Ã¦Â¸Â¸Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯Ã¤Â½â€œ", "Yu Gothic", YuGothic, "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯ Pro", "Hiragino Kaku Gothic Pro", "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", Meiryo, Osaka, "Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã£â€šÂ´Ã£â€šÂ·Ã£Æ’Æ’Ã£â€šÂ¯", "MS PGothic", sans-serif; 
    font-size:15px;
    font-weight: 400;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}


.wrapper {
}
.top .wrapper {
  /*background: none;*/
}


.comming-txt {
    font-family: 'Noto Sans', sans-serif;  
}

#mapCanvas,#mapCanvas2 {
  width: 100%;
  height: 400px;
  position: relative;
}

.greeting {
  width: 600px;
  line-height: 1.6;
  margin: 0 auto;
}


.map-box p{
  font-family: 'Noto Sans', sans-serif;
  font-size: 24px;
  text-align: center;
  
}

.m-title{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 120%;
}
.rinen-table .num{
    width:30px;
    font-size: 120%;
    font-weight: bold;

}
.rinen-table td{
    padding-bottom: 15px;
    vertical-align: top;
}
.koyou-txt{
  
font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin: 0px 0 40px;
    text-align: center;
    color: #C30D23;
}

.sl-wrapper .sl-close {
    z-index: 11115!important;
}

/*pc-sp common end*/



@media print, screen and (min-width: 768px) {

.sp{display:none;}
.imgMax{width:100%!important; height:auto !important;}


body{
  min-width:1000px;
  letter-spacing:0.2px;
}


.wrapper{
  position:relative;
  width:100%;
  min-height:1000px;
  overflow:hidden;
}


.gnav {
  text-align: right;
  overflow: hidden;
  padding: 40px 20px 20px;
}
.fixed .gnav {

  padding: 20px;
}
.gnav ul li{
  display:inline-block;
}
.gnav ul li a{
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 10px 15px;
  /* font-weight: bold; */
  color: #006934;
  /* font-size: 110%; */
  position:relative;
  /* margin: 0 20px; */
}
.gnav ul li a:hover{
  text-decoration:none;
}
.gnav ul li a:after{
  content:"";
  background:transparent;
  width: 100%;
  height:5px;
  position:absolute;
  bottom: -10px;
  left: 0;
  transition:all 0.5s;
}
.gnav ul li a:hover:after{
  background:#008ece;
  bottom: 0px;
}
.gnav ul li.contact-btn a{
  border: solid 1px;
  border-radius: 25px;
  transition:all 0.5s;
  
}
.gnav ul li.contact-btn a:hover{
  background:#008ece;
  color:#fff;
}
.gnav ul li.contact-btn a i{
  display:inline-block;
  padding-right:5px;
}
.gnav ul li.sns a:hover:after,
.gnav ul li.contact-btn a:hover:after{
  background:transparent;
}
.header.fixed{
  transition: all 1s;
  background: rgba(255,255,255,0.97);
}
.gnav ul li a:after,
.header.fixed .gnav ul li a:after{
  
}

.inner {
  max-width: 1100px;
  min-width: 900px;
  
  margin: 0 auto;
  overflow: hidden;
  position:relative;
}



.header {
  overflow: hidden;
  position: fixed;
  z-index: 5000;
  top:0;
  left:0;
  width: 100%;
  border-top: 4px #006934 solid;
  background: #fff;
  background: #fff;
  background: #ff;
  background: #f;
  background: #;
  background:;
 }

.top .header {
  /* background: none; */
 }
 
.top .fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: rgba(255,255,255,0.97);
}
.header-inner {
  padding: 0px 20px 20px;
  /* max-width: 1200px; */
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  transition:all 200ms;
}
.fixed .header-inner{
  padding: 0px 20px 0px;
  
}

.header-inner h1{
  /* width: 220px; */
  position: absolute;
  top: 17px;
}

.header-inner h1 img{
    width: 300px;
    height: auto;
  transition:all 200ms;
}
.fixed .header-inner h1 img{  
width:200px;

}

/**********
TOP 
***********/
#image-bloc{
  position: relative;
  padding-top: 130px;
}
#image-bloc img{
    opacity:0;
  transition:all 500ms 500ms;
  transform:scale(1.5);
}
.pace-done #image-bloc img{
  opacity:1;
  transform:scale(1);
}
.catch-area{
  position: absolute;
  top:40%;
  width: 70%;
  margin: 0 auto;
  left:10%;
}
.catch-area h1{
  font-family: 'Courgette', cursive;
  font-weight: bold;
  color:#fff;
  font-size: 30px;
  transform:translateY(-300px);
  -webkit-transform:translateY(-300px);
  opacity:0;
}
.catch-area h2{
  color:#fff;
  font-size: 18px;
  transform:translateX(-1000px);
  -webkit-transform:translateX(-1000px);
  opacity:0;
}

.pace-done .catch-area h1{
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  transition:all 0.5s;
  opacity:1;
  text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
  letter-spacing: 0.1em;
}
.pace-done .catch-area h2{
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
  transition:all 1s 0.5s;
  opacity:1;
  text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
  letter-spacing: 0.1em;
}
.catch-area h2{
  color:#fff;
  font-size: 18px;
}

.news {
  min-height: 330px;
}

h2.h2-title{
  margin-bottom:20px;
}
.news li{
  overflow: hidden;
  /* padding-left: 15px; */
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}

.news .date{
  font-size: 90%;
  float: left;
  width: 7em;
  display: block;

}
.news title{
  padding-left: 8em;

}

/* TOP CONTENTS */
.top-common{
  padding:70px 0 100px;
  
}
.top-common.news,.top-common.sns{
  background:rgba(255, 190, 0, 0.07);
}

.top-common .inner{
  max-width: 1100px;
  min-width: 900px;
  margin:0 auto;
}
.top-common .head-line{
    padding:0 0 30px;
  text-align:center;
  color: #4f9873;
}
.top-common .head-line h1{
  font-weight:bold;
  margin-bottom:10px;
  font-size:140%;
}
.top-common .head-line .en{
    font-family: 'Courgette', cursive;
}

.top-common .service-list{
  
}
.top-common .service-list ul{
  overflow:hidden;
}
.top-common .service-list ul li{
  padding:20px;
  border-bottom:1px #eee solid;
  margin-bottom:30px;
  float:left;
  width:33.3%;
  box-sizing:border-box;
}
.top-common .service-list ul li:nth-child(n + 4){
  display:none;
}
.top-common .service-list ul li .service-title{
     color:#4f9873;
}
.top-common .service-list ul li .service-title .area-title{
    font-size:120%;
  font-weight:bold;
  margin-bottom:10px;
}
.top-common .service-list ul li .service-title .service-txt{
  text-align:right;
  
}
.top-common .service-list ul li .service-detail{}
.top-common .service-list ul li .service-detail p{}
.top-common .service-list ul li .service-detail ul{
  overflow:hidden;
  margin-bottom:20px;
}
.top-common .service-list ul li .service-detail ul li{
  width:100%;
}
.top-common .service-list ul li .service-detail ul li:nth-child(n + 2){
  display:none;
}

.top-common .service-list ul li .service-detail ul li img{
  width:100%;
  height:auto;
}
.top-common .fb{
  width:500px;
  margin:0 auto;
  
}
.btn {
  display:block;
  border: 1px solid #008ece;
  color:#fff;
  text-align:center;
  padding:10px;
  background: #006934;
  border-radius:30px;
  width: 200px;
  margin: 40px auto 40px;
  position: relative;
}
.btn:after{
  position: absolute;
  top: 0%;
  left: 80%;
  display: block;
  /* margin-top: -5px; */
  width: 10px;
  height: 10px;
  content: '\f105';
  font-family: FontAwesome;
  color: #fff;
  font-size: 28px;
  transition:all 0.5s;
}
.btn:hover{
  color:#fff;
}
.btn:hover:after{
  left:85%;

}
/*------------------------
  footer
------------------------*/

 .page-top{
   background: #fff;
   border-top: 1px #eee solid;
 }  
.page-top p{
  width: 1000px;
margin:  0 auto;
  text-align: center;
  padding: 10px 0 10px;
}
  
    
.page-top a{
    display: inline-block;
    /* background: #C30D23; */
    border-radius: 60px;
    width: 98px;
    padding: 23px 0;
    font-family: 'Courgette', cursive;
    font-weight: bold;
}
    
.footer {
    background:#006934;
    color:#fff;
}
.footer-inner{
  margin:0 auto;
  max-width: 1200px;
  text-align:right;
  padding: 30px 0 0;
}
.footer-inner ul{
  overflow:hidden;
  zoom:1;
  margin:20px 0 10px 0;
  float:left;
}
.footer-inner nav li{
  display: inline-block;
  /* width: 130px; */
  text-align: left;
  list-style: none;
  padding:0 10px;
}
.footer-inner nav li a{
  color:#fff;
  
}
.footer-inner nav{
  
}

.footer-inner .detail{
  text-align: right;
}
.footer-inner .detail p{
  display:inline-block;
  vertical-align:top;
}
.footer-inner .detail .footer-logo{
  width: 160px;
    margin-left: 10px;
    padding: 0 14px;
    height: 70px;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
/*    background: rgba(255,255,255,0.9);
    border-radius: 35px;*/
    line-height: 54px;
  
}
.footer-inner .detail .footer-logo img{
  width:100%;
  height:auto;
}
.copy p{
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
   color: #fff;
   font-size:12px; 
}




/********
SUB PAGES
******/

.catch-box{
  position: absolute;
}

.sub-contents{
  margin-bottom: 100px;
}

.sub-header-title{
  padding:30px;
  text-align:center;
  color: #006934;
}
.sub-header-title h1{
  font-weight:bold;
  margin-bottom:10px;
  font-size:140%;
}
.sub-header-title .en{
    font-family: 'Courgette', cursive;
}

/*SERVICE*/

.service-contents{}
.service-contents ul{}
.service-contents ul li{
  padding:20px 0;
  border-bottom:1px #eee solid;
  margin-bottom:30px;
}
.service-contents ul li .service-title{
     color: #006934;
}
.service-contents ul li .service-title .area-title{
    font-size:120%;
  font-weight:bold;
  margin-bottom:10px;
}
.service-contents ul li .service-title .service-txt{
  text-align:right;
  
}
.service-contents ul li .service-detail{}
.service-contents ul li .service-detail p{}
.service-contents ul li .service-detail ul{
  overflow:hidden;
  margin-bottom:20px;
}
.service-contents ul li .service-detail ul li{
  float:left;
  width:25%;
  border-bottom:none;
  margin-bottom:0px;
  
  

  box-sizing: border-box;
  padding:10px;
}
.service-contents ul li .service-detail ul li img{
  width:100%;
  height:auto;
}


.map iframe{
  width:100%!important;
  
}
.main-box {
  position: relative;
  width: 100%;
  margin-top: 150px;
  margin-bottom: 50px;
  background: rgba(255, 190, 0, 0.07);
}  

.pace-inactive .main-box {
  
}
.main-box p img {
  width: 100%;
  height: auto;
  min-width: 1000px;
  opacity:0;
  transition:all 500ms 500ms;
  transform:scale(1.5);
}
.pace-done .main-box p img {
  opacity:1;
  transform:scale(1);

}
.main-box .title{
  font-family: 'Courgette', cursive;
  text-align: center;
  padding: 22px;
  font-size: 30px;
  color: #006934;
  opacity:0;
  transition:all 500ms 500ms;
  transform:translateY(-100px);
}
.pace-done .main-box .title{

  opacity:1;
  transform:translateY(0px);
  
}
.main-box .title:before,.main-box .title:after{
  content:"-";
  display:inline-block;
  padding:0 10px;
}

  
  
  

.n-table {
  overflow: hidden;
}

.n-table dt{
  padding-bottom:15px;
  padding-left: 15px;
  float: left;
  width: 10em;
  font-weight: bold;
  margin-bottom: 15px;
  min-height: 50px;
}
.n-table dd{
  border-bottom: solid 1px #ccc;
  padding-bottom:15px;
  padding-left: 11em;
  margin-bottom: 15px;
  min-height: 50px;

}
.n-table.price-table dt{
  width: 40em;
}
.n-table.price-table dd{
  padding-left: 41em;
}
.mini-inner {
  width: 800px;
  margin: 0 auto;
}
.contact-box {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  width: 700px;
  margin: 0 auto;
}

.contact-box p {
font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro W3","HGÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂE","ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â","ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â",serif;
}
.contact-box dl{
  margin-bottom: 80px;
}
.contact-box dt{
  float: left;
  width: 100px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  height: 110px;
}
.contact-box dt img{
  width: 100%;
  height: auto;
}
.contact-box dd{
  padding-left: 110px;
    padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  height: 110px;
  line-height: 110px;

}
.p-contents {width: 660px;margin: 0 auto 60px;border-bottom: solid 1px #ccc;padding-bottom: 30px;line-height: 2;font-size: 120%;}
.p-catch {
  font-size: 24px;
  /*font-weight: bold;*/
  color:#C30D23;
  margin-bottom: 40px;
  font-family: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â®ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Pro W3","HGÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂE","ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â","ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â",serif;
  text-align: center;
}

.p-txt {

}

.map-box {
  width: 600px;
  margin: 0 auto 30px;
}


#mapCanvas,#mapCanvas2{
  height: 600px;
  margin-bottom: 60px;
}
.access-inner {
  margin: 0 auto;
  min-height: 100%;
}



.trunk{}
.trunk .wrapper{}
.trunk .wrapper .main-box {}
.trunk .wrapper .main-box .title{}
.trunk .wrapper .main-box p{}
.trunk .wrapper .main-box .absolute-area{
  position:absolute;
  bottom:-70px;
  width:90%;
  display:flex;
    justify-content: space-between;
  margin:0 auto;
  left:5%;
}
.trunk .wrapper .main-box .absolute-area .img-1{
  width:160px;
}
.trunk .wrapper .main-box .absolute-area .img-2{
  width:200px;
  right:0;
}

.trunk .wrapper .main-box .absolute-area .img-1 img{
  width:100%;
  height:auto;
  min-width:auto;
}
.trunk .wrapper .main-box .absolute-area .img-2 img{
    width:100%;
  height:auto;
  min-width:auto;
}
.trunk .wrapper .inner{}
.trunk .wrapper .inner .header-area{
  text-align:center;
  color:#016934;
  margin-bottom:30px;
}
.trunk .wrapper .inner .header-area h2{
  font-size:20px;
}
.trunk .wrapper .inner .header-area p{}
.trunk .wrapper .inner h5{
  font-size:18px;
  text-align:center;
}
.trunk .wrapper .inner .photo-area{
  padding:50px 0 30px;
  display:flex;
  justify-content: space-between;
}
.trunk .wrapper .inner .photo-area img{
  width:24%;
  height:auto;
  
}
.trunk .wrapper .inner .movie-area{
  padding-top:100px;
  margin-bottom:60px;
}

.trunk .wrapper .inner .movie-area h2{
    font-size:20px;
  text-align:center;
  margin-bottom:15px;;
}
.trunk .wrapper .inner .movie-area .movie{
  width:560px;
  margin: 0 auto;
}
.trunk .wrapper .inner .movie-area .movie iframe{}

.trunk .wrapper .inner .btns{
   display:flex;
  justify-content: space-between;
  align-items: center;
  width:90%;
  margin: 0 auto;
  
}
.trunk .wrapper .inner .btns a {
  transition: all 300ms;
}
.trunk .wrapper .inner .btns a:hover {
  opacity: 0.8;
}
.trunk .wrapper .inner .btns a img{
  width:480px;
  height:auto;
}
.news-list{
  height: 400px;
  overflow-y: scroll;
  padding-right: 30px;
}

  


}/*end query*/
@media screen and (max-width: 767px) {
  .pace .pace-activity {
  left: -9.5%;
  }
body {
  overflow-x:hidden;
  width: 100%; 
}
/* :::::: toggle button :::::: */
.slidesjs-navigation {
  display: none !important;
} 
#navTgl,
#checkBox1 {
  display: none;
}
 /*MENU */
    
    
    #header{
      position: fixed;
      width: 100%;
      z-index: 10000;
      margin:0 0 56px;
      top:0;
    /*
      box-shadow: 0px 6px 6px -4px rgba(0,0,0,0.4);
      -webkit-box-shadow: 0px 6px 6px -4px rgba(0,0,0,0.4);
      -moz-box-shadow: 0px 6px 6px -4px rgba(0,0,0,0.4);
    */

    }
    .headerInner{
      overflow: hidden; }
    .headerInner:after{
      clear: both;
      content: ".";
      display: block;
      height: 0;
      visibility: hidden; }
    #header{
      border-top: 4px #006934 solid;
      background: #fff;
      border-bottom:solid 1px #eee;
    }
    .helpers,
    #topnav{
      display: none;}
    #logo{
      width: 100px;
      margin: 10px;
      }
    #logo img{
      width: 100%;
    vertical-align: text-top;
    }
    
.HiddenCheckbox {
      display: none;}
    /*.MenuContainer {
      display: inline-block;
      margin: 20px;
      float: right;}*/
.MenuContainer {
  float: right;
  display: block;
  padding: 34px 20px 0px;
  height: 100%;
  margin-top: -68px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.MenuHeader {
  color: #333333;
  display: inline-block;
  float: left;
  font-weight: 100;
  line-height: 30px;
  margin: 0 0 0 15px;
  opacity: 0;
  position: relative;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: -webkit-transform 0.6s, opacity 0.5s;
  transition: transform 0.6s, opacity 0.5s;
  z-index: 20000;}
.MenuIcon {
  cursor: pointer;
  display: block;
  float: none;
  height: 16px;
  position: relative;
  width: 26px;
  z-index: 20000;}
.MenuIcon::before {
  box-shadow: #ccc 0 7px 0;
  height: 2px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  width: 26px;
  }
.MenuIcon::after {
  bottom: 0;
  height: 2px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 26px;}
.MenuIcon::before,
.MenuIcon::after {
  background: #ccc;
  display: block;
  content: '';
  position: absolute;
  -webkit-transition: box-shadow 0.2s linear, -webkit-transform 0.4s 0.2s;
  transition: box-shadow 0.2s linear, transform 0.4s 0.2s;
  }
.Menu {
  z-index: 10000;
  background: #fff;
  bottom: 0;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
overflow-y: scroll;
}
.HiddenCheckbox:checked ~ .MenuHeader {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: fixed;}
.HiddenCheckbox:checked ~ .MenuIcon::before {
  box-shadow: transparent 0 0 0;
  -webkit-transform: rotate(45deg) translate3d(3px, -5px, 0);
  transform: rotate(45deg) translate3d(3px, -5px, 0);
  position: fixed;}
.HiddenCheckbox:checked ~ .MenuIcon::after {
  -webkit-transform: rotate(-45deg) translate3d(3px, 6px, 0);
  transform: rotate(-45deg) translate3d(3px, 6px, 0);
  position: fixed;
  top: 34px;
  }
.HiddenCheckbox:checked ~ .Menu {
  /*right: 0;*/
  left:0;
  position: fixed;}
.Menu-list {
  list-style-type: none;
  margin: 60px 0 0;
  padding: 0;}
.Menu-item {
  margin: 0;
  font-size: 16px;
  text-align:center;
  border-bottom:solid 1px #ccc;
  padding:10px 0;
  }
.Menu-link {
  display: block;
  overflow: hidden;
  padding: 8px 22px;
  position: relative;
  text-decoration: none;
  z-index: 1;}


.Menu-item p {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
}

.Menu-item span {

    font-size: 12px;
    color: #999;
}
.Menu-item a {
        text-decoration: none;
        color:#2881c9;
    }
.menu li a:hover,
.menu li a:focus {
  color:#2881c9;
  
}

.menu p{
  font-weight: bold;
}
.menu span{

    font-size: 12px;
    color: #999999;
}

.bx-controls {
    display: none !important;
}


.hover-text{display:block!important;}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
}
.wrapper {
  overflow: hidden;
  padding-top: 14.8%;
}
.header-inner {
  width: 100%;
  position: fixed;
  background: #fff;
  height: 7%;
  z-index: 1;
}
.header-inner h1{
  width: 42%;
  margin: 1% 0 0 1%;
}
.header-inner h1 img{
  width: 100%;
  height: auto;
}
.catch-area {
    position: absolute;
    top: 120px;
    left: 10px;
    color: #fff;
    width: 96%;
}
.catch-area h1{
  font-family: 'Courgette', cursive;
  font-weight: bold;
  color:#fff;
  font-size: 24px;
  transform:translateY(-300px);
  -webkit-transform:translateY(-300px);
  opacity:0;
}
.catch-area h2{
  color:#fff;
  font-size: 12px;
  transform:translateX(-1000px);
  -webkit-transform:translateX(-1000px);
  opacity:0;
}

.pace-done .catch-area h1{
  transform:translateY(0px);
  -webkit-transform:translateY(0px);
  transition:all 0.5s;
  opacity:1;
  text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
  letter-spacing: 0.1em;
}
.pace-done .catch-area h2{
  transform:translateX(0px);
  -webkit-transform:translateX(0px);
  transition:all 1s 0.5s;
  opacity:1;
  text-shadow: 0px 2px 3px rgba(16, 13, 22, 0.66);
  letter-spacing: 0.1em;
}
    
.footer {
    background:#006934;
    color:#fff;
}
.footer-inner{
  margin:0 auto;
  text-align:right;
  padding: 20px 0 0;
}
.footer-inner ul{
  overflow:hidden;
  zoom:1;
  margin:20px 0 20px 0;
  text-align:center;
  
}
.footer-inner nav li{
  display:inline-block;
  text-align: left;
  list-style: none;
  padding:5px;
}
.footer-inner nav li a{
  color:#fff;
  font-size:12px
  
}
.footer-inner nav{
  
}

.footer-inner .detail{
  text-align: center;
}


.copy p{
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 80px;
   color: #fff;
   font-size:12px; 
}

.footer-inner .detail .footer-logo{
      width: 160px;
    margin: 10PX auto 10px;
    padding: 0 10px;
    height: 70px;
    box-sizing: border-box;
    text-align: center;
/*    background: rgba(255,255,255,0.9);
    border-radius: 35px;*/
    line-height: 54px;
    display: block;
  
}
.footer-inner .detail .footer-logo img{
  width:100%;
  height:auto;
}


.pc {
  display:none !important;
}
.news li{
  overflow: hidden;
  
  /* padding-left: 15px; */
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}

.news .date{
  font-size: 90%;
  display: block;

}
.news title{
  padding-left: 8em;

}

/* TOP CONTENTS */
.top-common{
  padding:30px 0 50px;
  
}
.top-common.news,.top-common.sns{
  background:rgba(255, 190, 0, 0.07);
}

.top-common .inner{

  margin:0 auto;
}
.top-common .head-line{
    padding:0 0 30px;
  text-align:center;
  color: #0006934;
}
.top-common .head-line h1{
  font-weight:bold;
  margin-bottom:10px;
  font-size:140%;
}
.top-common .head-line .en{
    font-family: 'Courgette', cursive;
}

.top-common .service-list{
  
}
.top-common .service-list ul{
  overflow:hidden;
}
.top-common .service-list ul li{
  padding:5px;
  border-bottom:1px #eee solid;
  margin-bottom:30px;
  float:left;
  width:50%;
  box-sizing:border-box;
}
.top-common .service-list ul li:nth-child(n + 5){
  display:none;
}
.top-common .service-list ul li .service-title{
     color: #0006934;
}
.top-common .service-list ul li .service-title .area-title{
    font-size:120%;
  font-weight:bold;
  margin-bottom:10px;
  min-height: 60px;
}
.top-common .service-list ul li .service-title .service-txt{
  text-align:right;
  
}
.top-common .service-list ul li .service-detail{}
.top-common .service-list ul li .service-detail p{}
.top-common .service-list ul li .service-detail ul{
  overflow:hidden;
  margin-bottom:20px;
}
.top-common .service-list ul li .service-detail ul li{
  width:100%;
}
.top-common .service-list ul li .service-detail ul li:nth-child(n + 2){
  display:none;
}

.top-common .service-list ul li .service-detail ul li img{
  width:100%;
  height:auto;
}
.top-common .fb{
  text-align:center;
}
.btn {
  display:block;
  border: 1px solid #008ece;
  color:#fff;
  text-align:center;
  padding:10px;
  background: #008ece;
  border-radius:30px;
  width: 200px;
  margin: 40px auto 40px;
  position: relative;
}
.btn:after{
  position: absolute;
  top: 0%;
  left: 80%;
  display: block;
  /* margin-top: -5px; */
  width: 10px;
  height: 10px;
  content: '\f105';
  font-family: FontAwesome;
  color: #fff;
  font-size: 28px;
  transition:all 0.5s;
}
.btn:hover{
  color:#fff;
}
.btn:hover:after{
  left:85%;

}

/********
SUB PAGES
******/

.catch-box{
  position: absolute;
}

.sub-contents{
  margin-bottom: 50px;
}

.sub-header-title{
  padding:10px;
  text-align:center;
  color: #006934;
}
.sub-header-title h1{
  font-weight:bold;
  margin-bottom:10px;
  font-size:130%;
}
.sub-header-title .en{
    font-family: 'Courgette', cursive;
}

/*SERVICE*/

.service-contents{}
.service-contents ul{}
.service-contents ul li{
  padding:10px 0;
  border-bottom:1px #eee solid;
  margin-bottom:20px;
}
.service-contents ul li .service-title{
     color: #008ece;
}
.service-contents ul li .service-title .area-title{
    font-size:120%;
  font-weight:bold;
  margin-bottom:10px;
}
.service-contents ul li .service-title .service-txt{
  text-align:right;
  
}
.service-contents ul li .service-detail{}
.service-contents ul li .service-detail p{}
.service-contents ul li .service-detail ul{
  overflow:hidden;
  margin-bottom:20px;
}
.service-contents ul li .service-detail ul li{
  float:left;
  width:50%;
  border-bottom:none;
  margin-bottom:0px;
  
  

  box-sizing: border-box;
  padding:10px;
}
.service-contents ul li .service-detail ul li img{
  width:100%;
  height:auto;
}


.map iframe{
  width:100%!important;
  
}

.main-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}  

.main-box p img {
  width: 150%;
  height: auto;
  margin-left: -25%;
  opacity:0;
  transition:all 500ms 500ms;
  transform:scale(1.5);
}
.pace-done .main-box p img {
  opacity:1;
  transform:scale(1);

}
.main-box .title{
  font-family: 'Courgette', cursive;
  text-align: center;
  padding: 10px;
  font-size: 30px;
  color: #006934;
  opacity:0;
  transition:all 500ms 500ms;
  transform:translateY(-100px);
}
.pace-done .main-box .title{

  opacity:1;
  transform:translateY(0px);
  
}
.main-box .title:before,.main-box .title:after{
  content:"-";
  display:inline-block;
  padding:0 10px;
}

/*.main-box p img {
  width: 200%;
  height: auto;
  display: inline-block;
  margin-left: -50%;
}
.main-box .title{
  font-family: 'Courgette', cursive;
  text-align: center;
  padding: 22px;
  font-size: 30px;
}
.main-box .title:before,.main-box .title:after{
  content:"-";
  display:inline-block;
  padding:0 10px;
}
*/
  
.news dt {
  font-size: 80%;

}
.news dl {
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}


section img{
  width: 100%;
  height: auto;
}


  

.page-top a{
    display: inline-block;
font-family: 'Courgette', cursive;
    font-weight: bold;
    border-radius: 60px;
    width: 98px;
    padding: 23px 0;
}
    

.bottom{
  display:none;
}

section {
  width: 96%;
  margin: 0 2% 0%;
  background: #fff;
  padding: 0px 2% 4%;
  box-sizing: border-box;
}
.top-contents section{
  margin: 0;
  padding: 30px 2% 50px;
  width:100%;
  
}
/*
.main-box {
  width: 100%;
}

.main-box img{
  width: 100%;
  height: auto;
}*/



.sub-contents{
  background: #fff;
  padding: 20px;
}


.inner .left{
  float: none;
  width: 100%;
  text-align: center;
  /* height: auto; */
}
.inner .left h1{
  font-weight:bold;
  font-size: 24px;
}
  
.n-table {
  overflow: hidden;
  width: 100%;
}

.n-table dt{
  border-bottom: solid 1px #ccc;
  padding-bottom:15px; 
  font-weight: bold;
  margin-bottom: 15px;
}
.n-table dd{
  border-bottom: solid 1px #ccc;
  padding-bottom:15px;
  margin-bottom: 15px;

}

.page-top {

background: #ebe9e9;
}
.page-top p{
  width: 100%;
margin:  0 auto;
  text-align: center;
  padding: 10px 0 1px;
}
.page-top p img{
  width: 40px;
  height: auto;

}

  
.contact-box {
  font-family: 'Roboto', sans-serif;
  color: #C30D23;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
}

  
.contact-box dl{
  text-align: center;
}
.contact-box dt{
  width: 50px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.contact-box dt img{
  width: 100%;
  height: auto;
}
.contact-box dd{
    padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;

}

  
.access-inner {
  margin: 0 auto;
}

.map-box p{
  font-size: 18px;
}



.trunk{}
.trunk .wrapper{}
.trunk .wrapper .main-box {
  margin-bottom: 16vw;
}
.trunk .wrapper .main-box .title{}
.trunk .wrapper .main-box p{}
.trunk .wrapper .main-box .absolute-area{
  position:absolute;
  bottom:-20vw;
  width:100vw;
  display:flex;
    justify-content: space-between;
  margin:0 auto;
}
.trunk .wrapper .main-box .absolute-area .img-1{
  width:80px;
  padding-left: 10vw;
}
.trunk .wrapper .main-box .absolute-area .img-2{
  width:120px;
}

.trunk .wrapper .main-box .absolute-area .img-1 img{
  width:100%;
  height:auto;
  min-width:auto;
}
.trunk .wrapper .main-box .absolute-area .img-2 img{
    width:100%;
  height:auto;
  min-width:auto;
}
.trunk .wrapper .inner{}
.trunk .wrapper .inner .header-area{
  text-align:center;
  color:#016934;
  margin-bottom:30px;
}
.trunk .wrapper .inner .header-area h2{
  font-size:20px;
}
.trunk .wrapper .inner .header-area p{}
.trunk .wrapper .inner h5{
  font-size:16px;
}
.trunk .wrapper .inner .photo-area{
  padding:50px 0 30px;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.trunk .wrapper .inner .photo-area img{
  width:48%;
  height:auto;
  display: inline-block;
  margin-bottom: 3vw;
  
  
}
.trunk .wrapper .inner .movie-area{
  padding-top:50px;
  margin-bottom:30px;
}

.trunk .wrapper .inner .movie-area h2{
    font-size:15px;
  text-align:center;
  margin-bottom:10px;
}
.trunk .wrapper .inner .movie-area .movie{
  width:100%;
  margin: 0 auto;
}
.trunk .wrapper .inner .movie-area .movie iframe{
  height: 40vw;
}

.trunk .wrapper .inner .btns{
  width:90%;
  margin: 0 auto;
  
}
.trunk .wrapper .inner .btns a {
  transition: all 300ms;
  display: block;
}
.trunk .wrapper .inner .btns a:hover {
  opacity: 0.8;
}
.trunk .wrapper .inner .btns a img{
  width:100%;
  height:auto;
}
.news-list{
  height: 400px;
  overflow-y: scroll;
  padding-right: 30px;
}


}/* media query*/

#checkBox1 {
  display: none;
}



@-webkit-keyframes name1 {
    0% {
        -webkit-transform: translate(-300px);
        transform: translate(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(30px);
        transform: translate(30px);
        opacity: 1;
    }
}
@keyframes name1 {
    0% {
        -webkit-transform: translate(-300px);
        transform: translate(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate(30px);
        transform: translate(30px);
        opacity: 1;
    }
}
@-webkit-keyframes name2 {
    0% {
        -webkit-transform: scale(3);
        transform: scale(3);
         opacity: 0;
   }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
         opacity: 1;
   }
}
@keyframes name2 {
    0% {
        -webkit-transform: scale(3);
        transform: scale(3);
         opacity: 0;
   }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
         opacity: 1;
   }
}
.slide-img00 .catch-area img,
.slide-img04 .catch-area img,
.slide-img02 .catch-area img,
.slide-img06 .catch-area img {
    -webkit-animation-name: name1;
    animation-name: name1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
/*
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
*/
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards ;
    animation-fill-mode: forwards ;
    height: auto;
}
.slide-img01 .catch-area img,
.slide-img03 .catch-area img,
.slide-img05 .catch-area img {
    -webkit-animation-name: name2;
    animation-name: name2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
/*
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
*/
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    height: auto;
}

.loader:before {
    -webkit-animation: load-before 2s ease-in-out infinite,zoom-before 0.66s ease-in-out infinite;
    animation: load-before 2s ease-in-out infinite,zoom-before 0.66s ease-in-out infinite;
    background: #154981;
}
.loader:after {
    -webkit-animation: load-after 2s ease-in-out infinite,zoom-after 0.66s ease-in-out infinite;
    animation: load-after 2s ease-in-out infinite,zoom-after 0.66s ease-in-out infinite;
    background: #cd5513;
}
@-webkit-keyframes load-before {
    0% {
        left: 0;
        -webkit-transform: scale(1.1);
    }
    50% {
        left: 100%;
        -webkit-transform: scale(1);
    }
    100% {
        left: 0;
        -webkit-transform: scale(1.1);
    }
}
@-webkit-keyframes load-after {
    0% {
        left: 100%;
        -webkit-transform: scale(1.1);
    }
    50% {
        left: 0;
        -webkit-transform: scale(1);
    }
    100% {
        left: 100%;
        -webkit-transform: scale(1.1);
    }
}
@-webkit-keyframes zoom-before {
    0% {
        z-index: 0;
    }
    50% {
        z-index: 1;
    }
    100% {
        z-index: 0;
    }
}
@-webkit-keyframes zoom-after {
    0% {
        z-index: 1;
    }
    50% {
        z-index: 0;
    }
    100% {
        z-index: 1;
    }
}
@keyframes load-before {
    0% {
        left: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        left: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        left: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes load-after {
    0% {
        left: 100%;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    50% {
        left: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        left: 100%;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes zoom-before {
    0% {
        z-index: 0;
    }
    50% {
        z-index: 1;
    }
    100% {
        z-index: 0;
    }
}
@keyframes zoom-after {
    0% {
        z-index: 1;
    }
    50% {
        z-index: 0;
    }
    100% {
        z-index: 1;
    }
}