@charset "UTF-8";
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1;
  counter-reset: followupnum
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

img {
  vertical-align: top;
  max-width: 100%
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (min-width:768px) {
  body, html {
    width: 100%;
    height: 100%;
    min-width: 1280px
  }
}

@media screen and (max-width:767px) {
  body, html {
    width: 100%;
    height: 100%
  }
}

body {
  font-size: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  word-break: break-all;
  line-height: 2
}

ul {
  list-style: none
}

em {
  font-weight: bold
}

a {
  color: #1a1a1a;
  cursor: pointer;
  outline: none;
  text-decoration: none
}

a:hover {
  text-decoration: none
}

strong {
  font-weight: bold
}

address {
  font-style: normal
}

sub, sup {
  font-size: 10px
}

.bold {
  font-weight: bold
}

.nowrap {
  white-space: nowrap
}

header {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100
}

@media screen and (max-width:767px) {
  header {
      width:100%;
    background: #fff;
    height: 50px
  }
}

header .header-mark {
  position: relative;
      width:600px;
}

.header-box02-up .header-mark a {
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 10px;
    max-width: 500px;
    display: block;
    z-index: 100000;
}



.header .header-mark{
  content: '';
  background: url(../img/logo.png) no-repeat center;
  width:800px;
  height:83px;
  position: absolute;
  right: -94px;
  bottom: -2px
}

@media screen and (max-width:767px) {
  header .header-mark a:after {
    background-size: 60px auto;
    bottom: -10px;
    right: -80px
  }
}

header .header-box01-ul {
  font-size: 13px;
}

header .header-box02-up .header-btn-ul li a {
  background: #b1ba0a!important;
   
}

header .header-box02-up .header-btn-ul li:first-child a {
  background: #b1ba0a!important;
  
}

.drawer_btn {
  height: 50px
}

footer {
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.l-wrapper {
  width: 100%;
  min-height: 100%;
  position: relative
}

.l-main {
  position: relative;
  margin-bottom:0px;
}

@media screen and (max-width:767px) {
  .l-main {
    position: relative;
	width: 100%;
  }
  .c-headline--1>span {
  display: inline-block;
  position: relative
}
}

.c-headline--1 {
  text-align: center;
  margin-bottom:30px
}

.c-headline--1>span {
  display: inline-block;
  position: relative
}

.c-headline--2 {
  text-align: center;
  margin-bottom: 0px
}

.c-headline--2>span {
  display: inline-block;
  position: relative
}

.c-headline--3 {
  text-align: center;
  margin-bottom: 40px;
  position: relative
  
}




.c-hd-contact {
 /* display: none;*/
  position: fixed;
  top: 5px;
  right: 55px;
  height: 40px;
  z-index: 100
}

@media screen and (min-width:800px) {
  .c-hd-contact {
    display: none!important
  }
}

.c-hd-contact>a {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 13px
}

.c-hd-contact>a br {
  display: none
}

@media screen and (max-width:320px) {
  .c-hd-contact>a {
    width: 50px;
    font-size: 12px
  }
  .c-hd-contact>a br {
    display: block;
    line-height: 1
  }
}



.c-btn:hover {
  opacity: 0.7
}

.c-btn--contact {
  border: 2px solid #fff;
  background: #a7d2cc;
  display: inline-block;
  padding: 10px 60px
}

.c-btn--contactfix {
  position: fixed;
  right: -59px;
  top: 115px;
  z-index: 1000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

.c-btn--contactfix.active {
  right: 0
}

.c-btn--contactfix a {
  display: block;
  width: 59px;
  height: 220px;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #b1ba0a;
  line-height: 59px;
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px
}

.c-btn--contactfix a:first-child {
  background:#b1ba0a
}

@media screen and (max-width:767px) {
         
  .c-btn--contactfix {
    right: 0!important;
    top: unset;
    bottom: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto
  }
  .c-btn--contactfix.active {
    bottom: 0
  }
  .c-btn--contactfix a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #222;
    width:100%;
    height: 50px;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    -webkit-writing-mode: inherit!important;
    -ms-writing-mode: inherit!important;
    writing-mode: inherit!important
  }
  .c-btn--contactfix a:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background:#b1ba0a
  }


.c-telbtn {
  position: fixed;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #382d2d;
  right: 51px;
  z-index: 999999;
  color: #fff;
  text-align: center;
  font-size: 20px
}
}
    
input[type=submit] {
  -webkit-appearance: none
}

input::-webkit-input-placeholder {
  color: #999
}

input:-ms-input-placeholder {
  color: #999
}

input::-ms-input-placeholder {
  color: #999
}

input::placeholder {
  color: #999
}

input:-ms-input-placeholder {
  color: #999
}

input::-ms-input-placeholder {
  color: #999
}

button, input {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif
}

input[type=text], textarea {
  border: 1px solid #4d4d4d;
  padding: 5px 10px;
  border-radius: 10px;
  width: 100%
}

@media screen and (max-width:799px) {
  input[type=text], textarea {
    font-size: 16px
  }
}

input[type=radio] {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2)
}

label {
  display: block
}

button {
  border: none;
  background: none;
  cursor: pointer
}

.p-home__h1 {
background-size: cover;
  padding: 0px 0 30px 0;
    
}





@media screen and (max-width:767px) {
.p-home__h1 {
  padding:10px 0;
  background-size: cover;  
 
    }
}


.p-home__h1>h1 {
 
  display: block;
     margin:auto;
	 top:-100px;
  position: relative;
}

@media screen and (max-width:767px) {
  .p-home__h1>h1 {
    padding: 50px 100px;
      top:20px;
        
  }
  
   .p-home__h1 img {
     margin: 0 auto;   
    animation-name: fadein;
    animation-duration:5s;
    animation-iteration-count: 1;    
} 
    
}

.p-home__h1 img {
  margin: 0 auto;
        animation-name: fadein;
    animation-duration:5s;
    animation-iteration-count: 1;  
}


 
#menu-wrap {
  width: 100%;
  height: 70px;
background:#ffffff;
padding:5px 0;
  z-index:0;
border-bottom:3px solid  #554738;
    
}	

#menu {
  list-style-type: none;
  width: 1024px;
  height: 10px;
  margin: 0px auto 0px;
  color:#000;
  
}

#menu li {
  width:20%; 
  float: left;
 text-align: center;
  /*-webkit-transform: skewX(150deg);
  -moz-transform: skewX(150deg);
  transform: skewX(150deg);*/
  border-right: 1px dotted  #727171 ; 
 
}


#menu li:last-child{
    border-right:none;
}
      
#menu li a {
  display: block;
  width : 100%;
   color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",Osaka, "MS PGothic", sans-serif;
  font-size: 14px;
 /* font-weight: bold;*/
    font-weight: 600;
  line-height: 1.2;
  padding:13px 21px 10px 0px;

  text-decoration: none;
  display:block;
/*transform: skewX(-150deg);*/
z-index:100;
}


#menu li a span{
 
  font-size: 10px;
}

#menu li a:hover {
   width: 100%;
   color:#839b5c;
   text-decoration: none;
}

#menu li a:last-child{
border-right:none;}
      


#menu li a.active{
 color:#839b5c;
  width: 100%;
  text-decoration: none;
  }

.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}	
	


@media screen and (max-width:767px) {
  .p-home__h1>h1 img {
    margin: 10px 0 0 0!important
  }
}

.p-home__sec1 {
 width:1024px;
  position: relative;
   margin:0 auto; 
  padding: 0 0 0;
  overflow: hidden;
}
.p-home__sec1 .txt_box{
float: left; 
    width:40%;
    position: relative;
    margin-top:50px;
    text-align: center; 
    font-size: 110%;
    padding-right: 5%;
  }

.p-home__sec1 .txt_box h1{
    font-size: 150%;
    text-align: center;
    font-weight: bold;
  }



.p-home__sec1 .box{
    width:58%;
    display: inline-block;
    position: relative
  }




@media screen and (max-width:767px) {
.p-home__sec1 {
 width:100%;
  position: relative;
   margin:0 auto; 
  padding: 0 0 0;
  overflow: hidden;
}
  .p-home__sec1 .txt_box{
float: left; 
    width:100%;
    position: relative;
    margin-top:50px;
    text-align: center; 
    font-size: 110%;
    padding-right: 5%;
  }

.p-home__sec1 .txt_box h1{
    font-size: 150%;
    text-align: center;
    font-weight: bold;
  }



.p-home__sec1 .box{
    width:100%;
    display: inline-block;
    position: relative
  }
}

.p-home__sec2{
 width:1024px;
  position: relative;
   margin:0 auto; 
  padding: 0 0 0;
  overflow: hidden;
  margin-top:200px;  
}

@media screen and (max-width:767px) {
  .p-home__sec2 {
    padding: 5px;
   width:100%;
  position: relative;
   margin:0 auto; 
  padding: 0 0 0;

        
  }
}


.p-home__sec2>div p {
  line-height: 2
}

@media screen and (max-width:767px) {
  .p-home__sec2>div p {
    font-size: 13px
  }
}

.p-home__sec3 {
 width:1024px;
  position: relative;
   margin:0 auto; 
  padding: 0 0 0;
  overflow: hidden;
  margin-top:100px;
}

.p-home__sec3 a:hover{opacity: 0.7;}

@media screen and (max-width:767px) {
.p-home__sec3 {    
 width:100%;
  position: relative;
   margin:0 auto; 
  padding: 0 0 0;
  overflow: hidden;
  margin-top:20px;
}
}

.moreR--page {
  background: #727171;
  display: inline-block;
  padding: 10px 60px;
  color:#ffffff;
  float:right;
}

.moreR--pagefix {
  position: fixed;
  right: -59px;
  top: 115px;
  z-index: 1000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s
}

.moreR--pagefix.active {
  right: 0
}

.moreR--pagefix a {
  display: block;
  width: 59px;
  height: 220px;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #727171;
  line-height: 59px;
  padding: 20px 0;
  color: #fff;
  font-weight: bold;
  font-size: 18px
}

.moreR--page a:first-child {
  background: #727171
}



@media screen and (max-width:767px) {
.p-home__sec3__text h2 {
    white-space: normal
  }

  .more--pagefix {
    right: 0!important;
    top: unset;
    bottom: -50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto
  }
  .more--pagefix.active {
    bottom: 0
  }
  .more--pagefix a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #222;
    width: 50%;
    height: 50px;
    padding: 0;
    line-height: 1;
    font-size: 16px;
    -webkit-writing-mode: inherit!important;
    -ms-writing-mode: inherit!important;
    writing-mode: inherit!important
  }
  .more--pagefix a:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background: #a7d2cc
  }
  
  
  
}

.p-home__sec4 {
   width: 100%;
	height: 550px;
	background: url(../img/home/work_bg.png) center center repeat-x;
	background-size: auto 100%;
	position: relative;
	overflow: hidden; 
}


.p-home__sec4 div:first-child>img {
  position: absolute;
    width:20%;
  left: 10px;
  top: 70px;
 z-index:30;
}


  .p-home__sec4 div:nth-child(2)>img{
    position: absolute;
    right: 30px;
    top: 220px;
  width:15%;
    z-index: 30;
  }

  .p-home__sec4 div:nth-child(3)>img{
    position: absolute;
    left: 10px;
  top: 270px;
  width:15%;
    z-index: 30;
  }

  .p-home__sec4 div:nth-child(4)>img{
    position: absolute;
    right: 30px;
    top: 320px;
  width:20%;
    z-index: 30;
  }


@media screen and (max-width:767px) {
  .p-home__sec4 {
    padding: 40px
  }

}

.p-home__sec4__box {
   	position: absolute;
	left: 50%;
	top: 50%;
    transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	width: 100%;
	max-width:920px;
	text-align: center;
	box-sizing: border-box;
	padding: 110px 10px 35px;
	box-sizing: border-box;
	background: url(../img/home/work_bs.png) center center no-repeat;
    height:550px;
	background-size: 100% 100%; 
    
}

.slide02{
    max-width: 820px;
    display: block;
    margin:100px 40px 100px 50px;
    position: relative;
    font-size:15px;
   font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}

.slide02 div img{
    width:98%;
    padding:1%;
}




button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.next-arrow{
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}



 .slick-prev, .slick-next {
    width:60px; /* 画像幅 */
    height:34px /* 画像高さ */
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{left:20px; /* 任意の値 */}
.slick-next{right:20px; /* 任意の値 */}

.slick-arrow{z-index:10;/* 値は適当に */}	
	





@media screen and (max-width:767px) {
  .p-home__sec4__box>div>div {
    padding: 0 20px!important;
    width: 100%
  }
  .p-home__sec4__box>div>div img {
    display: block;
    margin: 0 auto
  }
}



.more a{
 background: #727171;
  display: inline-block;
  padding: 10px 60px;
  color:#ffffff;
 
    
}


@media screen and (max-width:767px) {
  .p-home__sec4 {
   width: 100%;
	background: url(../img/home/work_bg.png) center center repeat-x;
	background-size: auto 100%;
	position: relative;
	overflow: hidden; 
}


  .p-home__sec4 h2 div:first-child img.sp {
    position: absolute;
    left: 0px;
    top: 10px;
    width:30%;
    z-index: 30;
  }

  .p-home__sec4 h2 div:nth-child(2)>img.sp{
    position: absolute;
   right: 30px;
    top: 20px;
  width:25%;
    z-index: 30;
  }

  .p-home__sec4 h2 div:nth-child(3)>img.sp{
    position: absolute;
    left: 50px;
  top:50px;
  width:20%;
    z-index: 30;
  }

  .p-home__sec4 h2 div:nth-child(4)>img.sp{
    position: absolute;
    right: 0px;
    top: 70px;
  width:20%;
    z-index: 30;
  }


.p-home__sec4__box {
   	position: absolute;
	/*left: 50%;
	top: 50%;*/
   /* transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);*/
	width: 95%;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
	box-sizing: border-box;
	background: url(../img/home/work_bs_sp.png) center center no-repeat;
    
}

.slide03{
    max-width: 96%;
    display: block;
    margin:220px 2% 0 2%;
    position: relative;
}

.slide03 div img{
    width:86%;
    padding:0 7%;
}




button{
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow{
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.prev-arrow{
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.next-arrow{
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}



 .slick-prev, .slick-next {
    width:60px; /* 画像幅 */
    height:34px /* 画像高さ */
}
.slick-prev:before, .slick-next:before {
    content:"";
}
button.slick-prev, button.slick-next {
    z-index:2;
}
.slick-prev{left:20px; /* 任意の値 */}
.slick-next{right:20px; /* 任意の値 */}

.slick-arrow{z-index:10;/* 値は適当に */}	
    
 .more a{
 background: #727171;
  display: inline-block;
  padding:3px 50px;
  color:#ffffff;
 
    
}   
            
}


.p-home__sec10 {
   width:1024px;
      margin:0 auto;
    position: relative; 
    padding: 0;
    margin-top:20px;
     
}


.p-home__sec10 .box{
    width:100%;
     position: relative;
    clear: both;
}




.p-home__sec6 {
   width:1024px;
      margin:0 auto;
    position: relative; 
     clear: both;
     
}

.sec6_tit{
    width:100%;
    margin:30px 0;
}

.sec6_con {
  width:100%;
  position: relative;  
 
}

.sec6_photo {
  width:50%;
  float:left;
  margin:0 0 0 0;

}


.sec6_txt{
 width:55%;
    height: 120px;
    box-shadow: 2px 2px 4px gray;
    background:#fff;
    padding-left: 5px;
    box-sizing: border-box;
    position: absolute;
    display: block;
    float: right;
    top:110px;
    left:450px;
  border-left: 5px solid #808080;
    z-index:50;
}

.sec6_txt p {
 color:#000000;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
font-size:16px;   
     margin:0 0 0 10px;
}

.sec6_txt p.tit_bb {
    font-size:25px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",Osaka, "MS PGothic", sans-serif;
    margin:0;
    padding:0px 5px;
    color:#b1ba0a;
     font-weight:bold;
        
}
    

    

.sec6_con2 {
  width:100%;
  position: relative;  

}


.sec6_photo2 {
  width:50%;
  float:right;
  margin:0 0 0 0;

}


.sec6_txt2{
 width:55%;
    height: 120px;
    box-shadow: 2px 2px 4px gray;
    background:#fff;
    padding-left: 5px;
    box-sizing: border-box;
    position: absolute;
    display: block;
    float: right;
    top:110px;
    left:10px;
  border-left: 5px solid #808080;
    z-index:50;
}



.sec6_txt2 p {
 color:#000000;
    font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  font-size:17px;   
    text-align: left;
     margin:0 0 0 0;
}

.sec6_txt2 p.tit_bb {
    font-size:25px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",Osaka, "MS PGothic", sans-serif;
    margin:0;
    padding:0px 5px;
    color:#b1ba0a;
    font-weight:bold;
        
}



.p-home__sec7 {
   width:1024px;
      margin:0 auto;
    position: relative; 
     clear: both;
        font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  font-size:17px;   
}

.sec7_con li{
  width:48%;
    margin:2% 0.8%;
  display: inline-block; 
 
}

.sec7_con li span{
     font-size:25px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",Osaka, "MS PGothic", sans-serif;
    margin:0;
    padding:0px 5px;
    color:#b1ba0a;
     font-weight:bold;
 
}


.p-home__sec8 {
   width:1024px;
      margin:50px auto;
    position: relative; 
     clear: both;
  
}

.p-home__sec8 h1{
    background-color: #72665b;
    font-size:28px;
    text-align: center;
    color:#ffffff;
 
}

.p-home__sec9 {
   width:1024px;
      margin:50px auto;
    position: relative; 
     clear: both;
  
}

.p-home__sec9 h1{
    background-color: #72665b;
    font-size:28px;
    text-align: center;
    color:#ffffff;
    margin:20px 0;
 
}

.map{
    width:50%;
    float:left
   
}

.address{
    width:45%;
      float:left;
    padding-left:5%;
    margin-top:50px;
}

.address h2{
   font-size:25px;
    color: #72665b;
    border-bottom: dashed 2px;
     border-top: dashed 2px;
}

.address p{
    font-size:18px;
    margin-top:20px;}




@media screen and (max-width:767px) {
.p-home__sec6 {
   width:100%;
 margin:0 auto;
    padding: 0;
    margin-top:0;
     
}


.sec6_con2 {
  width:100%;
  position: relative;  

}


.sec6_photo {
  width:100%;

}


.sec6_photo2 {
  width:100%;

    }
    
  .sec6_txt {
	width: 100%;
  }
    
    
    
}



.p-home__sec7 {
   width:100%;
      margin:0 auto;
    position: relative; 
     clear: both;
        font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  font-size:13px;   
}

.sec7_con li{
  width:98%;
    margin:2% 0.8%;
  display: inline-block; 
 
}

.sec7_con li span{
     font-size:15px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",Osaka, "MS PGothic", sans-serif;
    margin:0;
    padding:0px 5px;
    color:#b1ba0a;
     font-weight:bold;
 
}


.p-home__sec8 {
   width:100%;
      margin:20px auto;
    position: relative; 
     clear: both;
  
}

.p-home__sec8 h1{
    background-color: #72665b;
    font-size:15px;
    text-align: center;
    color:#ffffff;
 
}

.p-home__sec9 {
   width:100%;
      margin:20px auto;
    position: relative; 
     clear: both;
  
}

.p-home__sec9 h1{
    background-color: #72665b;
    font-size:15px;
    text-align: center;
    color:#ffffff;
    margin:10px 0;
 
}

.map{
    width:98%;
    margin-left: 2%;
    float:left
   
}

.address{
    width:98%;
      float:left;
    padding-left:1%;
    margin-top:15px;
}

.address h2{
   font-size:14px;
    color: #72665b;
    border-bottom: dashed 2px;
     border-top: dashed 2px;
}

.address p{
    font-size:13px;
    margin-top:5px;}    
    
    
    
    
    
    
}


@media screen and (max-width:767px) {
.p-home__sec10-sp{
     width:100%;
    margin: 0 auto;
  padding:0 ;
   position: relative;
  line-height: 0.5; !important
    font-size:90%;!important
}
 .p-home__sec10 .box{
    width:100%;
   position: relative;
}   
 .info {
  width:90%;
  margin: 0 auto;
    position: relative;
 float:left;
    margin:5%;
}
.info_tit{
    width:90%;
    margin-left:5%;
    background-color:#554738;
    font-size:23px;
    color:#ffffff;
    padding-left:20px;
}

.info div{
	width:90%;
    height:300px;
	float:left;
    position:relative;
    margin:0 5%;
    padding-bottom:6%;
    border:0.7px solid #696969 ;
    background-color: #ffffff; 
   background-color: rgba(255,255,255,0.6);
	}

.info div img{
	float:left;
    padding-left:10px;
	}	
	

.info  div dl {
	width:90%;
	border-bottom:#53463f 2px dotted;
    margin-left:10px;
	padding:0 20px 10px 20px;
	display:table;
}
.info div dl dt {
	width:100%;
	float:left;
	text-align:left;
	word-break: break-all;
	padding:10px 10px 10px 0;
	font:14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#696969;
	font-weight:bold;
	display:table-cell;
    vertical-align:middle;
	line-height:1.1;
}

.info div dl dd {
	display:table-cell;
	width:100%;
	float:left;
	vertical-align:middle;
	color:#000000;
	font:14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	line-height:1.4;
	padding:0 5px 0 0;
	margin:0 5px 0 0;
	background:url(../images/ico.gif) no-repeat right;
}
.info div dl dd .tit a {
	font-weight:bold;
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.info div dl dd .tit a:hover {
	text-decoration:underline;
}   
    
}


@media screen and (max-width:767px) {
.sns {
  width:96%;
  margin: 0 auto;
    position: relative;
 float:left;
    padding-top:100px;
    margin-left:2%;
    padding:10%;
}

.sns_bnr {
  width:100%;
  margin: 0 auto;
    position: relative;
    margin-top:15px;
 float:left;
}

}




.p-home__sec11 {
  margin-top:175px;   
 clear: both;
    padding: 0;
   
     background-color: #efefef;
    
    
}


.p-home__sec11 >div{
  width:1024px;
      margin:0 auto;
     position: relative;
    clear: both;
    padding:50px;
}

.comp{
   width:46%;
    margin:0.5% 1%;
    display: inline-block;
 
}

.contac{
    width:46%;
    margin:0.5% 1%;
     display: inline-block;

}

.contac img{
    width:96%;
    margin:2%;
}



@media screen and (max-width:767px) {
.p-home__sec11{
    width:100%;
      margin:0 auto;
    position: relative; 
     clear: both;
    padding: 0;
    margin-top:20px;
}

 .p-home__sec11 >div{
  width:100%;
      margin:0 auto;
     position: relative;
    clear: both;
    padding:50px;
}   
    


.comp{
   width:96%;
    margin:0.5% 1%;
    display: inline-block;
 
}

.contac{
    width:96%;
    margin:0.5% 1%;
     display: inline-block;

}

.contac img{
    width:96%;
    margin:2%;
}
}






.font-txg{font-family:'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;}




.clearfix:after {
  content: "";
  clear: both;
  display: block
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.u-flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.u-flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.u-flex--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.u-flex--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.u-flex--vcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.u-flex--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.u-c--red {
  color: #ff0000
}

.u-c--bl {
  color: #00b0f0
}

.u-bg--yellow {
  background-color: #FFEB7C
}


.u-bg--green{
background-color:#C3C900
}

.u-bg--lemon{
background-color:#FFFDE3
}


.u-bg--orange {
  background-color: #F3D35C
}

.u-margin--bss {
  margin-bottom: 10px
}

@media screen and (max-width:799px) {
  .u-margin--bss {
    margin-bottom: 5px
  }
}

.u-margin--bs {
  margin-bottom: 20px
}

@media screen and (max-width:799px) {
  .u-margin--bs {
    margin-bottom: 10px
  }
}

.u-margin--bm {
  margin-bottom: 40px
}

@media screen and (max-width:799px) {
  .u-margin--bm {
    margin-bottom: 20px
  }
}


.u-margin--tm {
  margin-top: 40px
}

@media screen and (max-width:799px) {
  .u-margin--tm {
    margin-top: 20px
  }
}



.u-margin--bl {
  margin-bottom: 60px
}

@media screen and (max-width:799px) {
  .u-margin--bl {
    margin-bottom: 30px
  }
}

.u-margin--bll {
  margin-bottom: 80px
}

@media screen and (max-width:799px) {
  .u-margin--bll {
    margin-bottom: 40px
  }
}

.u-margin--b3l {
  margin-bottom: 100px
}

@media screen and (max-width:799px) {
  .u-margin--b3l {
    margin-bottom: 50px
  }
  
  .u-margin--lrm {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom:10px;
  }
  
  
  
}

.u-margin--lrs {
  margin-left: 10px;
  margin-right: 10px
}

.u-margin--lrm {
  margin-left: 20px;
  margin-right: 20px
}

.ah:hover {
  opacity: 0.7
}

.u-ta--center {
  text-align: center!important
}

.u-ta--left {
  text-align: left!important
}

.u-ta--right {
  text-align: right!important
}

@media screen and (min-width:800px) {
  .u-float--l {
    float: left
  }
  .u-float--r {
    float: right
  }
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block
}

.alignleft {
  float: left
}

.alignright {
  float: right
}

.u-font--m {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.u-font--sss {
  font-size: 10px
}

.u-font--ss {
  font-size: 12px;
line-height:1.7;
}

.u-font--sms {
  font-size: 16px;
  line-height:1.5;
}

.u-font--sm {
  font-size: 16px
}

.u-font--sl {
  font-size: 18px
}

.u-font--sll {
  font-size: 20px
}
.u-font--slll {
  font-size: 50px
}

@media screen and (max-width:767px) {
  .u-font--sll {
    font-size: 20px
  }
  
  .u-font--sm {
  font-size: 14px
}
  
  .u-font--sms {
  font-size: 15px;
  line-height:1.2;
}

}

.u-font--s3l {
  font-size: 24px
}

@media screen and (max-width:767px) {
  .u-font--s3l {
    font-size: 22px
  }
}

.u-font--s4l {
  font-size: 26px;
  line-height:1.5;
}

@media screen and (max-width:767px) {
.u-font--s4l {
    font-size: 20px;
  line-height:1.1;
  }
 
.u-font--r4l {
    font-size: 20px;
  line-height:1.1;
  } 
 .u-font--r43 {
  font-size:15px;
  font-weight:bold;
} 
 
.u-font--s43 {
  font-size:15px;
  font-weight:bold;
}
 
  
  
  
  
}




.u-font--s43 {
  font-size: 21px;
  font-weight:bold;
}

.u-font--r4l {
  font-size: 26px;
  
  
}

.u-font--r43 {
  font-size: 21px;
  font-weight:bold;
  text-align:left;
}






.u-font--s5l {
  font-size: 32px
}

@media screen and (max-width:767px) {
  .u-font--s5l {
    font-size: 28px
  }
  
  .fas {
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle
}
    
  
}

.u-indent--1 {
  text-indent: -1em;
  margin-left: 1em
}

.u-lineheight--1 {
  line-height: 1
}

.fas {
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle
}

.u-shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

@media screen and (max-width:767px) {
  .u-spw100p {
    width: 100%
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none!important
  }
}

@media screen and (max-width:767px) {
  .pc {
    display: none!important
  }
}