@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  font-size: 1.3rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  transition-property: all;
  transition: 0.2s linear;
}

a.-op:hover {
  opacity: 0.6;
}

.-max {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.-mincho {
  font-family: "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "メイリオ", Meiryo, serif;
}

.-clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.-lh17 {
  line-height: 1.7;
}
.-ls05 {
  letter-spacing: 0.05em;
}

.-anton {
    font-style: normal;
    font-weight: 400;
    font-family: "Anton", sans-serif;
}

/*---ボックスサイジング---*/
.-boxSizing {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*---Flex---*/
.-flex {
  display: flex;
  flex-wrap: wrap;
}

.sp-v {
  display: inline;
}
.sp-h {
  display: none;
}

.tb-v {
  display: none;
}
.tb-h {
  display: inline;
}

.pc-v {
  display: none;
}
.pc-h {
  display: inline;
}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
  .sp-v {
    display: none;
  }
  .sp-h {
    display: inline;
  }

  .tb-v {
    display: inline;
  }
  .tb-h {
    display: none;
  }
}

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
  .tb-v {
    display: none;
  }
  .tb-h {
    display: inline;
  }

  .pc-v {
    display: inline;
  }
  .pc-h {
    display: none;
  }
}

/*******************************
 アニメーション
 *******************************/
.js-bottom {
    visibility: hidden;
    opacity: 0;
}

.js-text-effect span {
    display: inline-block;/*必須*/
    visibility: visible;
    opacity: 0;
    transform: rotateY(90deg);
    line-height: 1;
    white-space: pre;/*文字の間のスペースを生かす*/
}


/*******************************

 ヘッダー

 *******************************/

.header__inner {
  height: 50px;
}

.header__logo{
  width: 150px;
  margin: 0 auto;
  padding-top: 10px;
}

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width: 960px) {

  .header__inner{
    width: 90%;
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 24px 0 15px;
    justify-content: space-between;
    height: auto;
  }

  .header__logo{
    width: auto;
  max-width: 193px;
  margin: 0;
  margin-right: 2%;
}

.header__nav{
  width: 780px;
}
}



/*******************************

 フッター

 *******************************/

.footer {
  background: #00a7eb;
color: #fff;
}

.footer__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1015px;
padding: 20px 0;
}

.footer__company-info {
  display: flex;
  flex-wrap: wrap;

}

.footer__business-types {
  border: 1px solid #fff;
  border-radius: 10px;
  display: flex;
  width: 70px;
  justify-content: center;
  align-items: center;
  line-height: 2;
  margin-right: 15px;

}

.footer__company-details {
flex: 1;
}

.footer__company-name {
  font-weight: bold;
  font-size: 1.5rem;
margin-bottom: 5px;
}

.footer__company-link {
display: block;
color: #fff;
background: #000;
border-radius: 5px;
padding: 5px 0;
text-align: center;
width: 175px;
}

.footer__address {
  margin-top: 10px;
  font-style: normal;
  line-height: 1.5;

}

.footer__banner-link {
display: block;
margin-top: 30px;
}

/*--- コピーライト ---*/
.footer__copy {
  color: #fff;
  background: #000;
  padding: 5px 0;
  text-align: center;
}
.footer__copy small {
  font-size: 1.2rem;
}

/*--- トップへ戻る ---*/
.top-back {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9;
    overflow: hidden;
    border: none;
    background: none;
    cursor: pointer;
}
.top-back:after {
    opacity: .8;
    float: right;
    margin-left: 5px;
    padding: 10px 15px;
    background: #000;
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    content: "\f062";
}

/* 600px以上：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
  

.footer__inner {
padding: 30px 0;

display: flex;
align-items: center;
justify-content: space-between;
}

.footer__company-info {

  width: 58%;
}


.footer__banner-link {
  width: 40%;
margin-top: 0;
max-width: 360px;
}
}


/* 960px以上：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
  
  


.footer__business-types {
  margin-right:30px;

}



.footer__company-block {
display: flex;
align-items: center;
margin-bottom: 15px;
}

.footer__company-name {
  font-size: 2rem;
  letter-spacing: .05em;
margin-bottom: 0;
}

.footer__company-link {
margin-left: 15px;
}

.footer__address {
  margin-top:0;
 font-size: 1.5rem;

}


}

 /*******************************
 タイトル
 *******************************/
.sec-header {
    display: flex;
    align-items: center;
}

.sec-header__title {
    font-size: 3.5rem;
    font-weight:900;
    margin-right: 15px;

}

.sec-header__subtitle {
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 10px;
}

/* 600px以上：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
  
    .sec-header__title {
    font-size: 4rem;
}

}

/* 960px以上：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
  
    .sec-header__title {
    font-size: 6rem;
    font-weight:600;
    margin-right:30px;
    letter-spacing: 0;
}

.sec-header__subtitle {
    font-size: 1.8rem;
    margin-top: 15px;
}

}
/*******************************
 Contact
 *******************************/
.contact {
    background: #f1f1f1;
width: 100%;
    max-width: 1130px;
    margin: 0 auto;
    padding: 30px 0;
}

.contact.-low {
    margin-top: 70px;
}

.contact__header {
    justify-content: center;

}


.contact__list {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;

}

.contact__item {
    width: 100%;
    background: #fff;
    border-radius: 10px;
padding: 25px 0;
  position: relative;
  text-align: center;
}

.contact__item::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid black;
  border-radius: 8px;
  pointer-events: none; /* クリックなどに干渉しないように */
}

.contact__item-header {

}

.contact__item-icon {
    display: block;
    width: 46px;
    margin-left: auto;
    margin-right: auto;

}

.contact__item-label {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
    margin-top: 10px;

}

.contact__item-body {

}

.contact__tel {
    font-size: 3rem;
    font-weight: bold;

}

.contact__hours {

}

.contact__email-link {
    margin-top: 20px;
display: flex;
justify-content: center;
align-items: center;
background: #000;
color: #fff;
width: 220px;
margin-left: auto;
margin-right: auto;
text-align: center;
border-radius: 50px;
padding: 8px 0;

}

.contact__email-label {
    display: block;
}

.contact__email-link::after{
    display: block;
    content: '';
    background: url(../images/common/arrow2@2x.png) no-repeat;
    background-size: 12px;
    width: 12px;
    height: 6px;
    margin-left: 15px;
}

/* 600px以上：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
  .contact.-low {
    margin-top: 100px;
}
    .contact__list {
    max-width: 800px;
    gap: 0;
    margin-top: 50px;
    justify-content: space-between;

}

.contact__item {
    width: 48%;
}


}

/* 960px以上：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
  .contact {
width: 90%;
    padding: 40px 0 60px;
    border-radius: 24px;
    margin-bottom: 90px;
}
}



/*******************************

 下層コンテンツ

 *******************************/
.main {
  width: 100%;
}

article {
  padding: 0;
}

.-box,
.-box article,
.-box section,
.-box div,
.-box ul,
.-box ol,
.-box li,
.-box span,
.-box a,
.-box p,
.-box dl,
.-box dt,
.-box dd,
.-box dd,
.-box figcaption,
.-box figure,
.-box h1,
.-box h2,
.-box h3,
.-box h4,
.-box h5,
.-box h6 {
  overflow: hidden;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 現在表示する記事がありません */
.-no-post {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  font-size: 1.3rem !important;
  line-height: 1.5 !important;
  border: none !important;
  background: none !important;
}

/*****　ページ送り　*****/
.post-nav {
    position: relative;
    clear: both;
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.post-nav__item {
    display: inline-block;
    width: auto;
    font-size: 1.3rem;
}

.post-nav__item a {
    display: block;
    padding: 10px 15px;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    transition: .2s linear;
    transition-property: all;
}

.post-nav__item.-home a {
    background: #000;
    color: #fff;
}
.post-nav__item a:hover {
    background: #e4e4e4;
    color: #000;
}

/*****　ページナビ　*****/
.index-pager {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.index-pager .wp-pagenavi {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  overflow: hidden;
}

.index-pager .wp-pagenavi a,
.index-pager .wp-pagenavi span {
  display: inline-block;
  padding: 7px;
  margin-right: 7px;
  margin-bottom: 5px;
  border: 1px solid #000;
  width: auto;
}

.index-pager .wp-pagenavi .current {
  color: #fff;
  background: #000;
}

.index-pager .wp-pagenavi .pages,
.index-pager .wp-pagenavi .extend {
  color: #000;
  background: none;
}

.index-pager .wp-pagenavi a:link,
.index-pager .wp-pagenavi a:visited {
  color: #000;
  text-decoration: none;
}

.index-pager .wp-pagenavi a:hover,
.index-pager .wp-pagenavi a:active {
  color: #fff;
  text-decoration: none;
  background: #000;
}


/*****　タイトル　*****/
.low-pages{
}

.page-title{
    background: #efefef;
    text-align: center;
    padding: 10px 0;
    font-size: 2rem;
    margin-bottom: 30px;
}

/* 600px以上：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
  .low-pages{
}

.page-title{
    font-size: 2.5rem;
    margin-bottom: 80px;
    padding: 15px 0;
}
}


/*****　google map　*****/
.map {
  width: 100%;
  height: 365px;
}

.gg-map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.gg-map iframe,
.gg-map object,
.gg-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
  .gg-map {
    position: static;
    padding: 0;
    width: px;
    height: px;
  }

  .gg-map iframe,
  .gg-map object,
  .gg-map embed {
    position: static;
    width: px;
    height: px;
  }
}

/*******************************
Youtube
 *******************************/
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*******************************
404 Not Found
 *******************************/

.page404 .inner {
  padding: 50px 0;
}

.page404 h2 {
  text-align: center;
}

.page404 p {
  max-width: 600px;
  font-size: 1.5rem;
  margin: 0 auto;
  line-height: 1.8;
  margin-top: 25px;
}

.page404 a {
  text-decoration: underline;
}
.page404 a:hover {
  text-decoration: none;
}

/*recaptchaタグを非表示*/
.grecaptcha-badge {
    visibility: hidden;
}



/*******************************

LP

 *******************************/

.header__main img {
  width: 100%;
}

.contents{
  width: 90%;
  max-width: 490px;
  margin: 50px auto;
}

.link__bt{
  display: block;
  margin-bottom: 30px;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding: 20px 0;
}

.link__bt2{
  display: block;
  margin-bottom: 30px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding: 20px 0;
}

.contents__logo{
  text-align: center;
}

.footer__copy {
  color: #fff;
  background: #000;
  padding: 15px 0;
  text-align: center;
}
.footer__copy small {
  font-size: 1.2rem;
}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
  .contents{
 margin-top: 65px;
}

.link__bt{
  display: block;
  margin-bottom: 50px;
  padding: 30px 0;
  font-size: 3rem;
}

.link__bt2{
  display: block;
  margin-bottom: 50px;
  padding: 30px 0;
  font-size: 3rem;
}
}

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width: 960px) {

  .link__bt:hover{
    opacity: .5;
  }
}
