@charset "utf-8";
/* common css */

/* -----------------------------------------------------------
共通
------------------------------------------------------------*/

ul li,
ul,
ol {
  margin: 0;
}
#page p {
  line-height: 1.85;
}

/* 拡大 */
.flex-thumb,
.post-thumbnail {
  overflow: hidden;
}

.flex-thumb img:hover,
.post-thumbnail img:hover {
  transform: scale(1.2);
}
.flex-thumb img,
.post-thumbnail img {
  transition: transform 0.5s linear;
}

/* pagenavi */
.pagenavi-wrap {
  max-width: 1180px;
  width: 90%;
  margin: 40px auto 80px;
  text-align: center;
}

/* -----------------------------------------------------------
single 投稿ページ
------------------------------------------------------------*/
.single-wrap {
  max-width: 800px;
  margin: 0 auto 100px;
}
.single-wrap .entry-content *,
.single-wrap .entry-content p {
  font-size: 1.6rem;
}

.single-wrap
  .entry-content
  > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100%;
  width: 100%;
}
.singular .single-wrap .featured-media-inner {
  position: relative;
  left: 0;
  width: 100%;
}
.single-wrap h1,
.single-wrap .heading-size-1 {
  font-size: 3rem;
  letter-spacing: 0;
}
.single-wrap .section-inner {
  width: 100%;
}
#single-parpanas #main {
  padding: 0;
  margin: 0;
}

.index #column a {
  text-decoration: none;
}
/* アーカイブ　一覧ページ */
.perpanas .archive #main,
.perpanas .single-left#main {
  padding-top: 40px;
}
.archive #kv,
.single-left #kv {
  position: relative;
  margin: 0 auto 80px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  z-index: -1;
  padding: 70px 60px;
  justify-content: flex-start;
  align-items: flex-start;
}
.archive #kv h1.ttl-h1,
.single-left #kv h1.ttl-h1 {
  font-style: normal;
  text-align: left;
  font-style: italic;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "Lobster Two", cursive;
}
/* .flex-archive {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap:wrap;
} */
.flex-archive {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: calc(100% - 120px);
  padding: 40px;
  background: #fff;
  margin: -220px 0 0 60px;
}
.single-left-wrap {
  max-width: 1180px;
  padding: 40px;
  background: #fff;
  margin: -220px 0 0 60px;
}
.single-left-inner {
  max-width: 864px;
  margin: auto;
}

.flex-archive article.type-post {
  width: 30%;
  margin: 0 1.5% 60px;
}
.archive .section-inner {
  width: 100%;
  max-width: 100%;
}
.archive .featured-media {
  margin-top: 0;
}
.archive .featured-media {
  margin-top: 0;
}
.archive .post-meta-wrapper {
  margin-top: 10px;
}
.archive .post-meta-single-top .post-meta {
  justify-content: flex-start;
}
.archive .post-inner {
  padding-top: 10px;
}
.featured-media img {
  margin: 0 auto 15px;
  width: 100%;
}
.post-thumbnail {
  margin-bottom: 15px;
}
.post-thumbnail img {
  width: 100%;
  height: auto;
}
.post-thumbnail a {
  display: block;
}
.flex-archive .post-inner {
  display: none;
}

.archive #main #kv h1.ttl-h1,
.yrc #main #kv h1.ttl-h1 {
  font-family: "Noto Serif CJK JP", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif；;
}
.archive .entry-title a:focus,
.archive .entry-title a:hover {
  text-decoration: none;
}

.archive p.flex-ttl {
  font-size: 1.8rem;
  margin: 10px 0;
}

.post-meta .meta-icon {
  margin-top: 5px;
}
.post-meta li.post-date {
  margin: 1rem 0 0 3rem;
}

/* -----------------------------------------------------------------------------
single投稿ページ
---------------------------------------------------------------------------- */
.single #main {
}
.single .single-wrap {
  max-width: 100%;
  width: 100%;
  margin: auto;
  /* border-left:1px solid #ccc; */
  background: #f8f8f8;
}
.single-inner {
  max-width: 800px;
  width: 100%;
  margin: auto;
  padding: 40px 80px 80px;
  background: #fff;
}
.singular header.entry-header {
  background: none;
}
.single header.archive-header {
  padding: 0;
  background: none;
}
.single.singular .entry-header {
  background-color: none;
}
.single .entry-content p {
  line-height: 2;
  margin-bottom: 2em;
}
.single.singular .entry-header {
  padding: 3rem 0;
}
.single h1.entry-title,
h2.entry-title {
  margin: 0;
  text-align: left;
  border-bottom: 2px dotted #999;
  padding: 0 0 10px 0;
}
.single h1.entry-title {
  font-size: 3rem;
}
.single-wrap .archive-header {
  margin: 0;
  padding: 0;
}
.single-wrap h1.kv-ttl {
  margin: 0;
  padding: 0;
  font-size: 3rem;
}

.single .post-meta-wrapper {
  margin-top: 3rem;
  margin: 1rem 0 0;
  max-width: 100%;
}
.single .post-meta-single-top .post-meta {
  justify-content: flex-end;
}
.single .post-inner {
  padding-top: 0rem;
}

/* カーシェアsingle.phpページのボタン */
#car-share .wp-block-buttons {
  display: flex;
  justify-content: center;
  margin: 40px auto;
}
.wp-block-button {
}
.wp-block-button:first-child {
  background: #0e2d63;
}
.wp-block-button:last-child {
  background: #750101;
}
.wp-block-button a {
  /*font-weight:normal;*/
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 64px;
}
#car-share .post-inner {
  padding-top: 0px;
}

.single .date {
  text-align: right;
  margin-top: 5px;
}
.yrc article.type-post {
  margin-top: 40px;
}

/* single-info お知らせ */

/* 前の記事・後ろの記事 */
.single ul.page-nav,
.archive ul.page-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0 0;
  width: 100%;
  height: 60px;
  border: 1px solid #ccc;
  border-right: none;
}
ul.page-nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 33.333%;
  border-right: 1px solid #ccc;
  font-size: 13px;
  position: relative;
}
ul.page-nav li a {
  background: #000;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  line-height: 1.3;
}
ul.page-nav li a:hover {
  background: #ddd;
  opacity: 1;
  color: #333;
}
.yrc ul.page-nav li a:hover {
}

ul.page-nav li.link-ichiran {
}
ul.page-nav li.prev:before {
  content: "";
  position: absolute;
  background: url(../img/arrow-lb.svg) no-repeat 0 center;
  background-size: 8px 14px;
  width: 8px;
  height: 14px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

ul.page-nav li.next:after {
  content: "";
  position: absolute;
  background: url(../img/arrow-rb.svg) no-repeat 0 center;
  background-size: 8px 14px;
  width: 8px;
  height: 14px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*---------------------------*/

@media (min-width: 700px) {
  .archive h2.entry-title {
    font-size: 1.8rem;
    text-align: left;
  }
}

/* -----------------------------------------------------------
フォーム
------------------------------------------------------------*/
.wqe-Monitor {
  display: none !important;
}
#page .wqe-Form,
.contact-area {
  max-width: 900px;
  margin: auto;
}
#page .wqe-Form .wqe-NavBar.wqe-belongs-hnavigator {
  display: flex;
  background: none;
  border: none;
  box-shadow: 0;
}
#page .wqe-Form .wqe-HNavigator {
  padding-top: 60px;
}

.form .privacy-area {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 30px;
  color: #666;
}
.form #wqe-action .wqe--body {
  margin: auto;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.form {
  padding-bottom: 100px;
}
.form #aforms-eats-form-2 .wqe--body {
  margin: 0 auto 20px;
}
.form .wqe-Form .wqe-Button.wqe-type-primary {
  border: none;
}
.form .wqe-Form .wqe-Button.wqe-type-primary,
.form .wqe-Form .wqe-Button.wqe-type-primary:hover {
  background: #333 !important;
}

.form .wqe-Form .wqe-Control > .wqe--header {
}
.form .wqe-Form .wqe-Control > .wqe--header > .wqe--required {
  color: #a02a2a;
}
.form .wqe-Form .wqe-Control > .wqe--header {
  width: 12em;
}
.form .wqe-Form .wqe-Radio > input:checked + label:before {
  background: #a02a2a;
  /* opacity: 0.8; */
}
.perpanas .wqe-Form .wqe-Checkbox > label,
.perpanas .wqe-Form .wqe-Radio > label {
  font-size: 1.4rem;
}
#page .wqe-Form .wqe-HNavigator {
  padding-top: 40px;
}
.wqe-Form .wqe-NavBar.wqe-belongs-hnavigator > .wqe--commands {
  display: none !important;
}

/* -----------------------------------------------------------
index.php search検索
------------------------------------------------------------*/
.search main {
  overflow: hidden;
  margin: 0px auto;
  max-width: 1180px;
  padding: 40px;
}
.search .section-inner.medium {
  max-width: 100%;
  width: 100%;
}
.search .post-meta-single-top .post-meta {
  justify-content: flex-end;
  max-width: 100%;
}
.search .entry-content {
  font-family: inherit;
}
.search footer-nav-widgets-wrapper {
  border-color: #fff;
}
.search .section-inner {
  width: 100%;
}
.btn-404 {
  margin: 20px auto 80px;
}
.search .intro-text,
.error404 .intro-text {
  margin-top: 60px;
}

/* -----------------------------------------------------------
レスポンシブ
------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
  #footer .footer-contact.f-inner {
    width: 25%;
  }
  #footer .f-inner {
    width: 35%;
  }
  #footer .f-inner.footer-menu {
    width: 30%;
  }

  #footer .btn-wide a {
    height: 60px;
  }

  #footer .footer-contact.f-inner .btn-wide a {
    font-size: 1.8rem;
  }

  .perpanas .footer-signature {
    white-space: nowrap;
  }
  .perpanas .footer-logo img {
    max-width: 160px;
  }
  .form .privacy-area {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 901px) {
  .tb {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .perpanas #footer .f-inner.footer-menu {
    width: 20%;
  }
  .perpanas .footer-address {
    width: 40%;
  }
}

@media screen and (max-width: 767px) {
  br.tb {
    display: none;
  }

  .yrc-inner p {
    font-size: 1.4rem;
  }
  #footer .footer-wrap {
    width: 100%;
    padding-top: 0;
  }

  .f-inner,
  .f-inner.footer-menu {
    width: 100%;
  }
  .footer-contact.f-inner {
    order: 3;
    width: 90%;
    margin: 20px auto 0;
  }
  .f-inner,
  .f-inner.footer-menu {
    order: 1;
  }
  .f-address.f-inner {
    width: 90%;
    margin: 20px auto 0;
    order: 2;
    padding: 20px 0;
  }
  .footer-menu li {
    padding: 15px 0;
    text-align: center;
  }
  .yrc .footer-menu li {
    border-bottom: 1px solid #fff;
  }

  #footer {
    padding: 0 0 40px;
  }
  .footer-wrap {
    width: 100%;
  }
  .copyright {
    width: 90%;
    margin: 0 auto 0;
  }

  #footer .f-inner.footer-menu {
    width: 100%;
  }
  #footer .footer-contact.f-inner,
  #footer .f-inner {
    width: 90%;
    margin: auto;
  }
  .perpanas #footer .f-inner.footer-menu {
    width: 100%;
  }
  .footer-menu li {
    border-bottom: 1px solid #ddd;
  }
  .footer-sns {
    margin: 30px auto 0;
    width: 90%;
  }
  .btn-contact a.btn-long {
    height: 60px;
  }
  .perpanas .footer-address {
    width: 90%;
    margin: auto;
  }

  .single-inner {
    padding: 40px 16px 80px 80px;
  }
  .perpanas ul.page-nav li a {
    padding: 0 20px;
    text-align: center;
  }
  .single-wrap .entry-content *,
  .single-wrap .entry-content p {
    font-size: 1.4rem;
  }
  .single ul.page-nav,
  .archive ul.page-nav {
    margin-top: 40px;
  }
  .single h1.entry-title {
    font-size: 1.8rem;
  }
  .single.singular .entry-header {
    padding: 0;
  }

  .post-meta li.post-date {
    margin: 0 0 10px 0;
  }
  .archive #main,
  .single-left#main {
    padding: 0;
    margin: 0;
  }
  .archive #kv,
  .single-left #kv {
    width: 80%;
  }
  .archive .flex-archive {
    max-width: 100%;
    padding: 0 0 0 0;
    margin: 0;
  }
  .flex-archive article.type-post {
    width: 100%;
    margin: 0 0 40px;
  }
  .archive h1,
  .archive .heading-size-1 {
    font-size: 1.8rem;
  }
  .post-meta li.post-date {
    margin: 0;
  }
  .archive #kv,
  .single-left #kv {
    margin: 25px auto 40px;
    height: 120px;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  /* .company .ttl-kv {
    height: 180px;
  } */
  .company .ttl-kv h2,
  .company .ttl-kv h2.en {
    font-size: 3.6rem;
  }
  .second .wrap {
    margin-bottom: 0;
  }
  .company .ttl-kv h2.jp-ttl {
    font-size: 2.4rem;
  }
  .second .sec {
    padding: 0 0 20px;
  }

  #map,
  #map-yrc {
    height: inherit;
    overflow: hidden;
    margin-bottom: 60px;
  }
  #page .wqe-Form .wqe-HNavigator {
    padding-top: 0;
  }
  .perpanas .wqe-Form .wqe-Checkbox > label,
  .perpanas .wqe-Form .wqe-Radio > label {
    font-size: 1.4rem;
    margin: 8px 0;
  }
  .perpanas .wqe-Form .wqe-Control > .wqe--header {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .perpanas .wqe-Form .wqe-Attributes > :not(:last-child) {
    margin-bottom: 20px;
  }
  .perpanas .wqe-Form .wqe-TextArea,
  .perpanas .wqe-Form .wqe-TextInput {
    font-size: 14px;
  }
  .perpanas .wqe-Form .wqe-TextInput.wqe-size-small,
  .perpanas .wqe-Form .wqe-TextInput.wqe-size-normal {
    width: 100%;
  }

  #page .wqe-Form,
  .contact-area {
    margin: 0 auto 80px;
  }
  .second .wrap.cp {
    margin-top: 40px;
  }
  .perpanas .wqe-Form .wqe-Control {
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
  }
  .perpanas .form #aforms-eats-form-2 .wqe--body {
    margin: 0;
  }
  .perpanas .wqe-Form > .wqe--lead > .wqe--leadText {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
  }
  .search h1,
  .search .heading-size-1 {
    font-size: 1.8rem;
  }
  .search main {
    padding: 0 16px 0 0;
  }
}
