@charset "utf-8";
html {
  scroll-padding-top: 0px; /* 固定ヘッダの高さ分 */

}
#wrap {
  overflow: hidden;
}
body{
  font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    min-width:100%!important;
  overflow-x:hidden;
  letter-spacing: 1.5px;
  color: #222;
  font-size: 20px;
}
.sp{
    display:block!important;
}
.pc{
    display: none!important;
}
/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 45px;
  right: 60px;
  width: 46px;
  height: 25px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;}
 
@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    right: 0;
    top: 0;
    padding-top: 20px;
    width: 70px;
    height: 70px;}
    #factory .el_humburger {
      display: none; } }
 
.el_humburger_wrapper {
  margin-bottom: 5px;
  width: 42px;
  display: inline-block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 30px; } }
 
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: "游ゴシック Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none; }
 
.el_humburger_text.el_humburger_text__close {
  display: none; }
 
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block; }
 
@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px; } }
 
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000; } }
 
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000; } }
 
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 9px;
  height: 1px;
  background: #000;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
 
.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #000; }
 
@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #000; } }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0; }
 
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); }
 
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%; }
 
.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000; }
 
.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg); }
 
.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg); }
 
.navi {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  width: 0;
  z-index: 3;
  padding-top: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  overflow: hidden; }
  .js_humburgerOpen .navi {
    width: 450px; }
    @media screen and (max-width: 840px) {
      .js_humburgerOpen .navi {
        width: 100%;
        padding: 100px 5% 0;
        z-index: 99999; } }
 
.navi_item {
  margin-bottom: 28px;
  font-size: 20px;
  font-family: "Marcellus", serif !important;
  white-space: nowrap;
  margin-left: 90px; }
  .navi_item.op_innerLink {
    cursor: pointer; }
  @media screen and (max-width: 840px) {
    .navi_item {
      margin-left: 0;
      font-size: 18px; } }
#master1 img{
  width: 100%!important;
}
#master1{
  z-index: -1;
  width: 100%!important;
}
#canvas1_0,#canvas1_1{
  width: 100%!important;
}
.top {
    margin: 55px 5px 0;
    position: relative;
    overflow: hidden;
}
.w1000 {
    width: 100%!important;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
}
.w820 {
    width: 100%!important;
    margin: 0 auto;
}
h2 {
    position: absolute;
    top: 30%!important;
    left: 3%!important;
    font-size: 18px!important;
    line-height: 1.3!important;
    font-family: "Sawarabi Gothic";
    color: #401f14;
    z-index: 9!important;
}
h2 span {
    font-size: 8px!important;
    font-weight: normal;
    display: block;
    line-height: 1.7;
    padding-left: 5px;
    color: #401f14;
}
.news {
    margin: 25px auto 0!important;
}
h3 {
    font-size: 20px!important;
    color: #555;
    font-weight: bold;
    font-family: "Sawarabi Gothic";
    letter-spacing: 2px;
    line-height: 0.8;
    padding: 10px 10px;
}
.news dd span,.news ul li dt{
  font-size: 15px;
  display: contents;
}
.news-bottom tbody td {
    padding:10px!important;
    font-size: 13px;
}
.news-bottom tbody th{
  font-size: 10px;
  width: 80px!important;
}
.news-bottom-1 li {
    list-style-type: disc;
    margin: 0 20px;
    line-height: 1.5;
    font-size: 13px!important;
}
.news-bottom-1 .button {
    float: none!important;
    margin: 1px auto!important;
}

#page-top img{
  width: 95px;
}
.button {
    display: inline-block;
    width: 100%!important;
    height: 54px;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
    font-size: 14px!important;
}
.cat .thought {
    float: none!important;
    width: 100%!important;
    text-align: left;
}
.cat-left {
    float: none!important;
    position: relative;
}
.thought p span {
    font-family: "Sawarabi Gothic";
    font-size: 20px!important;
    color: #555;
    margin: 0 auto 15px;
    display: inline-block;
}
.cat p {
    font-size: 14px!important;
}
.cat {
    background: rgba(77,147,115,0.21);
    padding: 0px 0 0!important;
}
.cat-1 img,.cat-3 img{
  width: 70%;
}
.cat-2 img{
  width: 100%;
}
.cat-left .cat-2 {
    top: 58px!important;
    left: 160px!important;
}
.cat-left .cat-3 {
    top: 232px!important;
    left: 84px!important;
}

.thought {
    padding: 50px 20px 50px!important;
}
.sp-cat-thought{
  padding: 50px 20px 200px!important;
}
.header-sp{
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 999999;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .5);
}
.top-sp{
  margin-top: 0px!important;
  padding: 60px 0 100px;
}
.tel-sp {
    display: block;
    position: fixed;
    right: 58px;
    top: 18px;
    cursor: pointer;
    z-index: 2;
    text-align: center;
}
.ins-sp {
    display: block;
    position: fixed;
    right: 95px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
    text-align: center;
}
.access {
    overflow: hidden;
    margin: 50px auto !important;
}
.access-1 {
    float: none!important;
    margin: 30px 0 0;
    width: 100%!important;
    
}
.access-1 iframe{
  height: 750px!important;
}
.access-2 {
    float: none!important;
    line-height: 1.7;
    margin:10px auto!important;
}
.access-2 img{
  width: 80%;
}
.access-2 li{
  font-size: 14px!important;
}
.access-2 tr th{
  font-size: 10px;
}
footer {
    background: #eee;
    padding: 50px 0 30px!important;
    text-align: center;
    line-height: 1.7;
}
footer .sp li{
  font-size: 12px;color: #555; margin: 0 5%;
  float: none!important;
  text-align: left!important;
}
footer .sp li a{
  color: #555;
  font-size: 12px;
}
footer h1{
  width: 70%;
  margin-left: 20px;
}
footer h1 img{
  width: 100%;
}
header a {
    color: #000!important;
    text-align: center;
    text-decoration: none;
}
.ander-bg {
    margin-left: 0!important;
    width: 100%;
}
.ander-bg .guidance-bg,.concept-bg,.cat-bg,.news-bg,.first-bg,.trimming-bg{
  background-size:100% 100%!important;
}
.sp-h4{
  margin: 0!important;
  font-size: 25px!important;
  padding-top: 70px;
  text-align: center;

}
.ander-bg div {
    width: 100%;
    padding: 170px 0 0!important;
    position: relative;
    margin-bottom: 0px!important;
}
.thought-sp{
  padding-bottom: 50px!important;
}
.ander-bg2,.ander-bg3{
  background-size: 100% 100%!important;
}
.kasou-bg {
    background: #ecdbc6;
    padding: 0px 0!important;
    width: 100%;
}
.guidance-time {
    width: 100%!important;
    margin: 0 auto;
    float: none!important;
}
.animal {
    width: 100%!important;
   float: none!important;
    margin: 0px auto!important;
}
.animal ul {
    overflow: hidden;
    margin: 10px 5%!important;
}
.zyusin li {
    float: none!important;
    width: 100%!important;
    padding: 25px;
    background-color: #fff;
    margin:10px auto!important;
    text-align: center;
    border-radius: 10px;
    height: auto!important;
}
.zyusin li dd {
    text-align: left;
    font-size: 14px!important;
}
.zyusin img{
  width: 100%;
}
.zyusin li dt {
    color: #401f14;
    margin: 20px auto;
    font-weight: bold;
    font-size: 16px;
}
.zyusin a {
    width: 100%!important;
    background: #4D9373;
    position: absolute;
    bottom: -50px!important;
    left: 0!important;
}
.belongings h3 {
    text-align: center;
    width: 150px;
    background: #ecdbc6;
    position: absolute;
    top: -20px;
    left: 30%!important;
    font-size: 27px;
}
.belongings {
    padding: 50px 25px!important;
    border: 1px #401f14 solid;
    margin-top: 80px;
    position: relative;
    border-radius: 30px;
}
.belongings li {
    list-style: circle;
    font-size: 14px!important;
    margin-bottom: 10px;
    line-height: 1.3;
}
.belongings p span {
    display: block!important;
    font-weight: bold;
    width: 100px;
    color: #4D9373;
}
.belongings p {
    font-size: 14px!important;
    margin-top: 50px;
    line-height: 1.5;
}
.time-out {
    float: none!important;
    line-height: 1.5;
    width: 100%!important;
    font-size: 14px!important;
    margin-top: 0px!important;
}
.sp-timeout ul{
  overflow: hidden;
}
.sp-timeout li{
  float: left;
}
.sp-timeout li img{
  width: 100%;
}
.sp-timeout li:nth-child(1){
  width: 65%;
}
.basic, .sign {
    margin: 10px auto;
    font-size: 17px;
    float: left;
    padding-right: 0!important;
}
.basic ul, .sign ul {
    margin: 10px 0px 0px 20px!important;
}
.basic li, .sign li {
    line-height: 1.5;
    list-style: circle;
    font-size: 14px;
}
.basic li a {
    width: 30%;
    display: inline-block;
}
.basic li a img{
  width: 100%;
}
.basic li span, .sign li span {
    display: inline-block;
    color: #4D9373;
    width: 100px!important;
}
.sp-card img{
  width: 50%;
}
.basic li img {
    margin:0px!important;
}
.equipment-1{
  width: 100%;
  font-size: 14px;
}
.equipment-1 img{
  width: 80%;
  margin-top: 50px;
}
.equipment-2 li {
    width: 100%!important;
    float: none!important;
    margin: 10px auto!important;
}
.equipment-2 li dt{
  text-align: center;
}
.equipment-2 li dd{
  margin: 10px 5%;
  font-size: 14px;
}
.equipment-2 li a {
    margin:0 auto!important;
}
.faclity ul {
    border-bottom: none!important;
    padding-bottom: 10px;
    margin: 0 auto 20px;
}
.faclity li dd{
  font-size: 9px!important;
}
.faclity ul li {
    margin: 10px 0;
    text-align: center;
    width: 30%!important;
    float: left!important;
}
.faclity ul li img{
  width: 100%;
}
.faclity {
    background: rgb(236, 219, 198);
    padding: 0px 10px 30px!important;
}
.ander-bg2 div,.ander-bg3 div {
    position: absolute;
    bottom: 5px;
    left: 10px!important;
    margin-left: 0!important;
    text-align: left!important;
    font-weight: bold;
    color: #fff;
    line-height: 1.27;
    width: 100%!important;
}
.ander-bg2 h4,.ander-bg3 h4{
  font-size: 20px!important;
}
.equipment-2 {
    padding-bottom: 0px!important;
}
.ribbon7 {
    display: inline-block;
    position: relative;
    padding: 10px 20px;
    font-size: 18px;
    color: #FFF;
    background: #dab78d;
    width: 70%!important;
    display: block;
    margin: 10px 0 20px;
}
.kasou-bg2 {
    background: #d9e8e1;
    padding: 20px 0!important;
}
.fee-2-word p {
    width: 100%!important;
    float: none!important;
}
.fee-2-word ul {
   width: 100%!important;
    float: none!important;
    
}
.fee-2-word ul li {
    list-style: circle;
    line-height: 1.3;
    margin-top: 15px;
    font-size: 14px!important;
}
.trimming-bottom p {
    margin: 8px auto 0;
    color: #666;
    font-weight: bold;
    line-height: 1.5;
    font-size: 14px;
}
.trimming-bottom table {
    margin: 30px auto 0;
    width: 100%!important;
}
.trimming-bottom th {
    width: 60%!important;
    font-size: 10px!important;
    padding-left: 5px!important;
}
.trimming-bottom td {
    width: 20%!important;
    text-align: center;
    font-size: 10px!important;
}
.cat-in li {
    float: none!important;
    width: 100%!important;
    height: auto!important;
}
.cat-in li dd {
    line-height: 1.7;
    font-size: 16px!important;
}
.cat-in .fadein{
  padding-left: 0!important;
}
.cat-in ul{
  margin-bottom: 40px;
}
#newsWrap {
    margin: 50px 30px!important;
}
.comment {
    margin: 0 auto 0;
    line-height: 1.7;
    letter-spacing: 2px;
    font-size: 14px!important;
    color: #000;
}
.title a {
    color: #4D9373;
    font-weight: bold;
    font-size: 16px!important;
    margin: 0 10px 0 0;
}
#newsWrap li {
    margin-bottom: 40px!important;
}
.first p {
    text-align: center;
    line-height: 1.7;
    font-size: 14px!important;
}
.first-ul li {
    list-style: circle;
    font-size: 14px!important;
    line-height: 1.7;
    margin-top: 10px;
}
.first-belongings p {
    position: absolute;
    top: -40px;
    right: 0;
    width: 100%;
}
.first-belongings p img{
  width: 100%;
}
.zyusin-first li span span {
    text-shadow: 1px 1px 0 #1c2649,-1px -1px 0 #1c2649,-1px 1px 0 #1c2649,1px -1px 0 #1c2649,0 1px 0 #1c2649,-1px 0 #1c2649,-1px 0 0 #1c2649,1px 0 0 #1c2649;
    color: #ecdbc6;
    font-size: 18px!important;
    border-bottom: none;
    padding-left: 10px;
    margin-bottom: 0px;
}
.zzyusin-first li{
  width: 100%;
}
.zyusin-first li img{
  width: 100%;
}
.first-belongings li {
    list-style: none;
    width:100%!important;
    margin: 9px 0px!important;
    float: none!important;
    height: auto!important;
}
.first-belongings li dd {
    font-size: 12px!important;
}
.first-belongings li dd span {
    font-size: 15px!important;
}
.first-belongings-sp{
  margin-top: 119px!important;
}
.first-belongings p {
    position: absolute;
    top: -189px!important;
    right: 0;
}
.map dl {
    overflow: hidden;
    margin: 30px auto !important;
}
.map dt {
    float: none!important;
    margin-right: 0!important;
    width: 100%;
}
.map dt img{
  width: 100%;
}
.map dd {
    line-height: 1.5;
    letter-spacing: 1.7px;
    font-size: 14px;
    padding: 10px 0 0!important;
}
.trimming-small small {
    display: inline-block;
    text-align: left;
    background: linear-gradient(transparent 70%, rgba(255,147,147,0.5) 0%);
    font-weight: bold;
    font-size: 16px!important;
}
.trimming-inst {
    position: relative;
    padding-top: 15px!important;
}
.kasou-bg .thought li {
    list-style: disc;
    text-align: left;
    font-size: 14px;
}
.nagare {
    margin-top: 10px!important;
}
.nagare li {
    float: none!important;
    width: 100%;
}
.nagare li img {
    margin-left: 0!important;
}
.nagare li dd {
    line-height: 1.3;
    font-size: 14px!important;
}
.nagare p {
    border-left: 2px dashed #666;
    margin: 10px auto!important;
    padding: 25px 0!important;
    width: 1% !important;
}
.nagare li dl {
    width: 100%!important;
}
.trimming-sonota li {
    float: none!important;
    width: 100%!important;
    margin-bottom: 10px!important;
}
.trimming-sonota li dl {
    width: 100%!important;
    padding-top: 0!important;
    line-height: 1.5;
    font-size: 14px!important;
    margin: 0 auto!important;
}
.trimming-sonota li dl dt {
    font-size: 16px!important;
    font-weight: bold;
    color: #555;
    margin-bottom: 15px;
}
.trimming-sonota li img{
  margin-bottom: 30px;
}
.trimming-contact {
    padding: 30px 10px!important;
    background: url(../img/trimming-contact.jpg)repeat center top;
}
.trimming-contact .w820 dl {
    overflow: hidden;
    margin: 5px auto;
    width: 100%!important;
    font-size: 14px!important;
}
.trimming-contact .w820 p {
    font-size: 17px!important;
    color: #dab78d;
    font-weight: bold;
}
.concept h6 {
    -webkit-text-orientation: upright;
    text-orientation: upright;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: lr-tb!important;
    border-right:none!important;
    border-bottom: 2px dashed #333;
    padding-right: 0!important;
    color: #666;
    line-height: 1.7;
    font-size: 16px!important;
    float: none!important;
    font-weight: bold;
    display: inline;
}
.concept-1, .concept-2 {
    overflow: hidden;
    margin-top: 30px;
}
.concept-p {
    width: 100%!important;
    font-size: 14px!important;
    float: none!important;
    letter-spacing: 1.5px;
    line-height: 1.7;
    margin: 20px auto!important;
}
.concept {
    position: relative;
    padding-bottom: 220px!important;
}
.concept-img {
    position: absolute;
    bottom: 0px!important;
    right: 0px;
}
.concept-2 h6 {
    float: none!important;
    border-right: none;
    border-left: none!important;
    padding-right: 0;
    padding-left: 0!important;
}
.concept-2 .concept-p {
    float: none!important;
    text-align: left!important;
}
.concept-thought p {
    text-align: center;
    font-size: 15px!important;
    line-height: 1.3!important!important;
    margin: 0 auto 50px!important;
}
.concept-img ul,.concept-img2 ul{
  width: 70%!important;
}
.concept-img2 {
    position: absolute;
    bottom: 0px!important;
    left: 0px;
}
.concept-img3{
  width: 70%;
}
.concept-img3 ul{
  width: 100%!important;
}
.staff .w1000 {
    padding: 50px 0!important;
    overflow: hidden;
}
.staff-1, .staff-2 {
    float: none!important;
}
.staff-1 {
    width: 100%!important;
}
.staff-1 p {
    font-size: 14px!important;
    margin: 0!important;
    line-height: 1.5;
}
.staff-1{
  text-align: center;
}
.staff-1 dl{
  margin-bottom: 15px;
}
.staff-2 {
    width: 98%!important;
}
.balloon2-left p {
    margin: 0px auto;
    padding: 0 5px!important;
    font-size: 14px;
}
.epatk-flout li {
    float: left;
    margin: 2px!important;
    width: 32%!important;
}
.epatk-flout li img{
    width: 100%;
}
.news-bottom-1{
  overflow: hidden;
}
.news-bottom-ul li{
  margin: 2px!important;
  float: none!important;
  list-style: none;
}
.recruit{
  text-align: left!important;
}
.kyu-zin{
  font-size: 0.8em;
}
.recruit-thought{
  padding-bottom: 10px!important;
}