@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Old Mincho", serif;
  width: 100%;
  font-size: 1.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.-noto {
  font-family: "Noto Sans JP", sans-serif;
}

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;
}

/*---ボックスサイジング---*/
.-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;
  }
}

/*******************************

 ヘッダー

 *******************************/


.header {
  position: relative;
  z-index: 5;
}

.header.-low {
  background: #000;
  padding: 10px 0;
}

.header__head {}

.header__logo {
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}

.header.-top .header__logo {
  position: absolute;
  width: 80px;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}



/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
  .header.-low {
    padding: 20px 0;
  }

  .header.-low .header__logo {
    width: 77px;
  }

  .header.-top .header__logo {
    position: absolute;
    width: 147px;
    top: 54px;
  }
}

/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width: 480px) {}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width: 600px) {}

/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width: 960px) {}

/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width: 1280px) {}

/*******************************

 フッター

 *******************************/

/*--- contact ---*/

.contact.-top {
  background: url(../images/top/contact-back@2x.jpg) no-repeat;
  background-size: cover;
  padding-bottom: 45px;

}

.contact {
  padding-top: 45px;
}

.contact__header {
  text-align: center;

}

.contact__title {
  font-size: 3rem;
  font-weight: 500;
}

.contact__subtitle {
  font-size: 1.3rem;

}

.contact__methods {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

}

.contact__method {
  position: relative;
  background: #fff;
  width: 100%;
  border-radius: 15px;
  text-align: center;
  padding: 24px;

}

.contact__method::before {
  content: "";
  position: absolute;
  top: 7px;
  right: 7px;
  bottom: 7px;
  left: 7px;
  border: 1px solid #000;
  border-radius: 6px;
  pointer-events: none;
}

.contact__icon {
  width: 46px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;

}

.contact__icon-img {}

.contact__method-title {
  font-size: 1.8rem;
  font-weight: 600;

}

.contact__tel {
  font-size: 3rem;
  padding: 3px 0;

}

.contact__tel-link {}

.contact__hours {
  font-size: 1.2rem;

}

.contact__mail-link {
  display: block;
  background: #000;
  color: #fff;
  font-size: 1.3rem;
  padding: 10px 0;
  border-radius: 50px;
  width: 225px;
  margin: 15px auto 0;
}



.contact__mail-label {
  display: block;

}

/* 600px以上：タブレット
------------------------------ */
@media screen and (min-width: 600px) {

  .contact__header {
    text-align: center;

  }

  .contact__title {
    font-size: 3.5rem;
    letter-spacing: .05em;

  }

  .contact.-top .contact__methods {

    margin-top: 140px;
  }


  .contact__methods {
    justify-content: space-between;
    gap: 0;

  }

  .contact__method {
    width: 48%;
    max-width: 370px;

  }

}


/*--- インフォ ---*/

.contact.-top .contact__info {}

.contact.-low .contact__info {
  background: #000;
}

.contact__info {
  color: #fff;
  text-shadow: 2px 2px 2px #000,
    -1px 2px 2px #000,
    1px -2px 2px #000,
    -1px -2px 2px #000;
  margin-top: 40px;
  padding: 20px 0;
}

.contact__inner {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
}

.contact__company {

  text-align: center;
}

.contact__company-name {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: .2em;

}

.contact__company-detail {
  margin-top: 10px;
  padding-left: 0;
  display: inline-block;

}

.contact__address {

  text-align: left;

}

.contact__banner-link {
  display: block;
  margin-top: 15px;

}

.contact__banner-img {}

/* 600px以上：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
  .contact.-top .contact__info {
    margin-top: 60px;

  }


  .contact__company {

    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
  }

  .contact__company-name {}

  .contact__company-detail {
    margin-top: 0;
    display: block;

  }



  .contact__banner-link {
    margin-top: 35px;

  }
}

/* 960px以上：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
  .contact__company-name {
    font-size: 2.9rem;
  }



  .contact__address {
    line-height: 1.8;
    font-size: 1.5rem;
  }



  .contact.-low .contact__company-name {
    width: 300px;
  }

  .contact.-low .contact__company-detail {
    flex: 1;

  }

  .contact.-low .contact__company {
    justify-content: space-between;
    gap: 60px;
  }

  .contact.-low .contact__company-detail {
    display: flex;
    gap: 70px;
    justify-content: space-between;

  }


}


/*--- コピーライト ---*/
.footer__copy {
  background: #fff;
  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";
}

/*******************************

 下層コンテンツ

 *******************************/
.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;
}

/*****　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
 *******************************/

.page-header.-page404 .page-header__body {
  margin-top: 0 !important;
}

.page-header.-page404 a {
  text-decoration: underline;
}

.page-header.-page404 a:hover {
  text-decoration: none;
}

/* 960px以上：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
  .page-header.-page404 .page-header__description {
    font-size: 1.8rem;
  }
}



/*******************************
 ページヘッダー
 *******************************/
.page-header__title {
  padding: 10px 0;
  font-size: 2rem;
  text-align: center;
}

.page-header__image img {
  width: 100%;
}

.page-header__body {
  width: 90%;
  max-width: 950px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.page-header__subtitle {
  text-align: center;
  font-size: 2rem;
}

.page-header.-header01 .page-header__subtitle span {
  display: inline-block;
  width: auto;
  padding: 5px 10px;
  background: #f7f8f8;
  text-align: center;
  margin-top: 10px;
}

.page-header.-green .page-header__subtitle span {
  background: #344e13;
  color: #fff;
}

.page-header.-black .page-header__subtitle span {
  background: #000;
  color: #fff;
}

.page-header__description {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2;
}

/* 600px以上：タブレット
------------------------------ */
@media screen and (min-width: 600px) {
  .page-header__title {
    padding: 15px 0;
    font-weight: 400;
    font-size: 2.5rem;
  }

  .page-header.-header01 .page-header__body {
    display: flex;
    align-items: flex-end;
    margin-top: -100px;
  }

  .page-header.-header02 .page-header__body {
    margin-top: 50px;
  }

  .page-header__subtitle {
    letter-spacing: .1em;
    font-weight: 400;
  }

  .page-header.-header01 .page-header__subtitle {
    margin-right: 3rem;
    white-space: nowrap;
    text-align: left;
    font-size: 3rem;

    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
  }

  .page-header.-header02 .page-header__subtitle {

    font-size: 2.5rem;
  }

  .page-header.-header01 .page-header__subtitle span {
    display: inline-block;
    padding: 20px 0;
    margin-top: 0;
  }

  .page-header.-header01 .page-header__subtitle02 {
    margin-right: 10px;
  }

  .page-header__description {
    font-size: 1.7rem;
    line-height: 2.3;
    letter-spacing: .05em;
  }

  .page-header.-header01 .page-header__description {
    flex: 1;
    margin-top: 0;
  }

  .page-header.-header02 .page-header__description {
    text-align: center;
    margin-top: 30px;
  }
}

/* 960px以上：小型PC
------------------------------ */
@media screen and (min-width: 960px) {
  .page-header__title {
    padding: 30px 0;
    font-size: 3rem;
    letter-spacing: .1em;
  }

  .page-header__image {
    height: 325px;
    overflow: hidden;
  }

  .page-header.-black .page-header__image {
    height: 500px;

  }

  .page-header.-header01 .page-header__body {
    margin-top: -260px;
  }

  .page-header.-black .page-header__body {
    margin-top: -150px;
  }

  .page-header.-header02 .page-header__body {
    margin-top: 100px;
  }

  .page-header.-header01 .page-header__subtitle {
    margin-right: 5rem;
    font-size: 3.5rem;
  }

  .page-header.-header02 .page-header__subtitle {
    font-size: 3rem;
  }

  .page-header.-header01 .page-header__subtitle span {
    padding: 65px 8px;
  }

  .page-header.-header01 .page-header__subtitle02 {
    margin-right: 20px;
  }

  .page-header__description {
    font-size: 2.3rem;
  }

  .page-header.-black .page-header__description {
    font-size: 2rem;
  }
}