@charset "UTF-8";
/*************************
共通
*************************/
html{
  font-size: 1em !important;
}

a { text-decoration: none;}

.sp-only{
  display: block !important;
}

.pc-only{
  display: none !important;
}

.block{
  display: block;
  clear: both;
}

.i-style,.i-style-home{
  font-size: 3em;
  display:block;
  margin-bottom: 5px;
}

body{
  margin: 0;
  max-width: 100%;
  height: auto;
  font-size: 1em;
  position: relative;
  line-height: 1.3em;
  color: #212529;
  text-align: jistify;
  background-color: #fff;
  font-family: -apple-system, "BlinkMacSystemFont", "Helvetica Neue", Helvetica, "Arial", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bg-gray{
  background: #f5f3f1;
  padding: 0 15px;
  margin-top: 0;
}

#sp-header-wrap{
  width: 100%;
  height: 50px;
  display: block;
  background: #008070;
  position: fixed;
  z-index: 9999;
}
.sp-logo{
  width: 200px;
  height: auto;
  float: left;
  padding: 15px 0 15px 15px;
}
.sp-menu-icon{
  width: 34%;
  float: right;
  padding: 15px 15px 15px 0;
}
.sp-menu-icon img{
  float: right;
}
.sp-menu-icon .sp-tel{
  width: 15px;
  margin-right: 20px;
}
.sp-menu-icon .sp-open{
  width: 25px;
}
 /* ヘッダー */
#main{
  padding: 0;
  margin: 0;
  line-height: 1.65;
  overflow: hidden;

}
.header01,.header02,.f-navi,.copy{
  width: 100%;
}
.top-concept,.top-area,#f-gnavi,.copy{
  width: 100%;
  padding: 50px 0 !important;
}
.top-info{
  padding: 15px 0 !important; 
}
header{
  box-shadow: 0 1px 3px #000;
}
#header-wrap{
  display: none;
  width: 100%;
  padding-top: 50px;
  background: #66b3a9;
  position: fixed;
  z-index: 9998;
  box-shadow: 1px 2px 4px #4e4e4e;
}
.header01 p{
  display: none;
}
.header01 ul{
  width: 88%;
  margin: 15px auto;
  background: #f4f3f1;
}
.header01 ul li{
  border-right: 4px solid #000;
  float: left;
  text-align: center;
  padding: 2% 2%;
}
.header01 ul li.first{
  width: 23%;
}
.header01 ul li.middle{
  width: 47%;
}
.header01 ul li.last{
  width: 100%;
  /* width: 30%; */
  border-right: 0;
}
.header01 ul li a{
  color: #000;
  font-size: 0.8em;
}
.header01 ul p.tel{
  display: none;
}
.header02 div{
  display: none;
}
.header02 ul{
  width: 90%;
  margin: 0 auto;
  padding: 0 0 15px;
}
.header02 ul li a{
  float: left;
  width: 48.6%;
  background-color: #fff;
  text-align: center;
  color: #000;
  font-size: 0.9em;
  padding: 20px 0;
  margin: 0.7%;
  border: 1px solid #000;
}
.header02 ul li.on a{
  background: #e69200;
  color: #fff;
}
.top-info{
  padding: 0 15px;
}

  /* フッター */
.f-inquiry{
  padding: 40px 0 0;
}
.company-info{
  width: 100%;
  padding: 35px 0;
  background: #ececec;
}
.company-info img{
  width: 163px;
  margin: 0 auto 30px;
  display: block;
}
.company-info p{
  width: 80%;
  text-align: center;
  margin: 0 auto;
  font-size: 0.85em;
}
.company-info span{
  display: block;
  font-weight: bold;
  font-size: 1.2em;
}
.company-contact{
  width: 100%;
  text-align: center;
}
.company-contact .tel{
  font-size: 1.8em;
  font-weight: bold;
}
.company-contact .tel span{
  font-size: 1.1em;
  display: inline-block;
}
.company-contact p {
  font-size: 1.1em;
  margin: 15px 0;
}
.company-contact p span{
  font-size: 0.9em;
  display:block;
  margin-top: 5px;
}
.company-contact .btn{
  width: 80%;
  padding: 15px 0;
  color: #fff;
  font-size: 1.2em;
  margin: 10px auto 30px;
  background: #eea629;
}
.company-contact .btn i{
  margin-right: 5px;
}
  nav{
  width: 100%;
  background: #ececec;
  clear: both;
}
#f-gnavi{
  display: none;
}
.copy-wrap{
  color: #fff;
  background: #666666;
  padding: 0 0 20px;
}
.copy{
  text-align: center;
}
.copy small{
  display: block;
  margin: 20px 0 0;
  color: #b8b8b8;
}
.copy span{
  margin: 0 auto;
}
.copy span img{
  width: 34px;
  margin-left:10px;
}

.seven img{
  width: 146px;
  height: 83px;
  margin-top: 16px;
}

/*------- スライドショーCSSアニメーション -------*/
#css-slider {
  position: relative;
  width:100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
}
.photo {
  width: 100%;
  height: auto;
  position: absolute;
}
.padding-b{
  padding-bottom: 48%;
}
.photo img {
  width: 100%;
  margin: 0 auto;
  display: block;
  height: auto;
  opacity:0;
  -moz-animation: imgTrans 20s infinite;
  -webkit-animation: imgTrans 20s ease-in infinite;
  animation: imgTrans 20s infinite;
}
#slide01 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#slide02 img {
-moz-animation-delay: 4s;
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
#slide03 img {
-moz-animation-delay: 8s;
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
#slide04 img{
-moz-animation-delay: 12s;
-webkit-animation-delay: 12s;
animation-delay: 12s;
}
#slide05 img {
-moz-animation-delay: 16s;
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
#slide06 img {
-moz-animation-delay: 20s;
-webkit-animation-delay: 20s;
animation-delay: 20s;
}

.box {
  position:relative;
}
.slider_logo{
  z-index:10;
  position:absolute;
  bottom: 10px;
  right: 20px;
}

@-webkit-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}