@charset "utf-8";
/*--------------------------------------
              shere css
--------------------------------------*/
*{
  position: relative;
}
#container{
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
img{
  pointer-events: none;
}
.none{
  display: none !important;
}
a{
  display: block;
}
.sp{
  display: none;
}
.pc{
  display: block;
}
.gl{
  color: #0099b3;
}
.or{
  color: #ee8800;
}
.min-sp{
  display: none;
}
@media screen and (max-width:650px) {
  #container{
    width: 100%;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
}
/*--------------------------------------
              header css
--------------------------------------*/
.top-img{
  width: auto;
  height: auto;
}
header{
/*  width: 100%; */
  max-width: 100%;
}
header .inner{
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  margin-top: 3px;
}
.top-img-area{
  background-image: url(../img/top.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 2083px;
  height: 600px;
}
header h1{
  height: 50px;
  padding: 10px;
  height: 50px;
}
header img{
  height: 50px;
  object-fit: contain;
}

@media screen and (max-width:800px) {
  .top-img-area{
  background: url(../img/top.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  height: initial;
  padding-bottom: 32%;
}
  header .inner{
    /*
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 auto;
    */
  }
  header h1{
    padding: 15px;
    height: 40px;
  }
  header img{
    /*
    height: 20px;
    object-fit: contain;
    */
  }
  header nav{
    padding: 0;
    position: absolute;
    display: none;
    height: 40px;
    background: #fff;
  }
  .menu-link a{
    font-size: 10px;
  }
  .head-contact a{
    height: 40px;
    padding: 10px 20px;
    min-width: 140px;
    font-size: 12px;
  }
  .head-menu a{
    height: 40px;
    padding: 10px 20px;
    min-width: 140px;
    font-size: 12px;
  }
  .head-menu-list{
    top: 40px;
  }
}
@media screen\0 {
  header nav ul li:not(:last-child)::after{
    right: 0;
    top: 0;
  }
}
/*--------------------------------------
             main css
--------------------------------------*/
main{
  width: 100%;
  max-width: 1024px;
  padding-top: 35px;
}
@media screen and (max-width:1024px) {
  main{
    overflow: hidden;
  }
}
.ttl{
  font-size: 26px;
  color: #0099b3;
}
.ttl .min{
  font-size: 14px;
  color: #0099b3;
  font-weight: normal;
}
.inner{
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;

}
.btn-or{
  background: #ee8800;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  border-radius: 5px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-or:hover{
  background: #e2942e;
}
.btn-or::after{
  content: "";
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width:650px) {
  main{
    /*
    padding-top: 40px;
    */
  }
  .ttl{
    font-size: 20px;
  }
  .ttl .min{
    font-size: 10px;
  }
}
@media screen\0 {
  .btn-or::after{
    top: 12px;
  }
}
/* -- 左右飾り-- */
/*
.dec-left{
  position: absolute;
  z-index: 1;
  top: -31px;
  left: -38px;
}
.dec-right{
  position: absolute;
  z-index: 1;
  top: -20px;
  right: -50px;
}
.dec-left-sp{
  display: none;
  position: absolute;
  z-index: 1;
  top: -31px;
  left: -38px;
}
.dec-right-sp{
  display: none;
  position: absolute;
  z-index: 1;
  top: -20px;
  right: -50px;
}
@media screen and (max-width:650px) {
  .dec-left-sp{
    display: block;
  }
  .dec-right-sp{
    display: block;
  }
  .dec-left{
    display: none;
  }
  .dec-right{
    display: none;
  }
}
*/
/* -- ページトップ -- */
#page_top {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  border-radius: 40px;
}
#page_top a{
  position: relative;
  width: 100%;
  height: auto;
  text-decoration: none;
  text-align: center;
}
.top-arrow{
  width: 13px;
  height: auto;
}
