@charset "UTF-8";
/*
Theme Name: takanoauto
Version: 1.1
Template: habakiri
*/

.header__content {
  padding-top: 30px;
}

/* ---------------------------------------------------------
common
--------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: "Lato", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-style: normal;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

.site-branding {
  padding-bottom: 25px !important;
  filter: drop-shadow(0px 0px 3px white);
}

section header {
  text-align: center;
}

section header h1 {
  font-weight: 500;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

section header h1 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}

section header h1::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 50px;
  height: 4px;
  margin-left: -50px;
  background: #2542c2;
}

section header h1::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 50px;
  height: 4px;
  background: #000;
}

@media only screen and (max-width: 767px) {
  section header h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.more_view {
  padding: 10px 0px;
  text-align: center;
  margin-top: 30px;
}

.more_view .more {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0px;
  width: 250px;
  border-radius: 5px;
  overflow: hidden;
}

.more_view .more.more01 {
  transition: all 0.2s linear 0s;
}

.more_view .more.more01::before {
  content: "\f30b";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 15px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 40px;
  transition: all 0.2s linear 0s;
}

.more_view .more.more01:hover {
  text-indent: -20px;
}

.more_view .more.more01:hover::before {
  opacity: 1;
  text-indent: 0px;
}

.more_view a {
  background: #24519b;
}

.more_view a.person {
  background: #87bd41;
}

.more_view a.coop {
  background: #18a2ca;
}

.breadcrumbs {
  margin-top: 20px;
}

/* ---------------------------------------------------------
scroll
--------------------------------------------------------- */
.scroll {
  position: absolute;
  left: 48%;
  bottom: -320px;
}

.scroll a:hover {
  text-decoration: none;
  color: #fff;
}

.scroll a span {
  position: absolute;
  top: -50px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .scroll {
    bottom: -100px;
  }
}

.top_page-flex-box {
  display: flex;
  flex-direction: column;
}

/* ---------------------------------------------------------
page-header
--------------------------------------------------------- */
.page-header {
  height: 350px;
}

.page-header__title {
  line-height: 8em;
}

.guide .page-header {
  background: url(https://takanoauto.com/wp-content/themes/takanoauto/images/takanoauto_02.webp) no-repeat center center;
  background-size: cover;
}

.company .page-header {
  background: url(https://takanoauto.com/wp-content/themes/takanoauto/images/takanoauto_03.webp) no-repeat center 25%;
  background-size: cover;
}

.contact .page-header {
  background: url(https://takanoauto.com/wp-content/uploads/2024/03/takanoauto_dammy03.webp) no-repeat center bottom;
  background-size: cover;
}

.single .page-header {
  background: url(https://takanoauto.com/wp-content/uploads/2024/03/takanoauto_dammy03.webp) no-repeat center bottom;
  background-size: cover;
}

.archive .page-header {
  background: url(https://takanoauto.com/wp-content/uploads/2024/03/takanoauto_dammy03.webp) no-repeat center bottom;
  background-size: cover;
}

.blog .page-header {
  background: url(https://takanoauto.com/wp-content/uploads/2024/03/takanoauto_dammy03.webp) no-repeat center bottom;
  background-size: cover;
}

/* ---------------------------------------------------------
menu
--------------------------------------------------------- */
.responsive-nav ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 75%;
}

.responsive-nav ul li {
  width: 25%;
}

.responsive-nav ul li a {
  color: #fff;
}

.responsive-nav ul li a:hover {
  background-color: #2542c2 !important;
}

.responsive-nav ul li.current_page_item a {
  background-color: #2542c2 !important;
}

/* ---------------------------------------------------------
slider
--------------------------------------------------------- */
.habakiri-slider {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.habakiri-slider .slick-slide {
  height: 100vh;
}

.habakiri-slider h2 {
  font-size: 40px;
  font-size: 4rem;
}

.habakiri-slider__item-content.col-xs-12 h2 {
  font-size: 62px;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.4);
  text-decoration-thickness: 0.5em;
  text-decoration-skip-ink: none;
  text-underline-offset: -0.25em;
  text-shadow: none;
}

.habakiri-slider p {
  font-size: 28px;
  font-size: 2.8rem;
}

.habakiri-slider h2,
.habakiri-slider p {
  text-shadow: 0px 0px 10px #333;
}


#menu-main_menu li {
  position: relative;
}

#menu-main_menu li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  left: -20px;
}

li#menu-item-26::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 3px;
  right: -20px;
}

/* ---------------------------------------------------------
news
--------------------------------------------------------- */
.news {
  padding: 80px 0;
}

.news dl {
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  padding-bottom: 15px;
}

.news dl dt {
  float: left;
  padding: 0;
  font-weight: normal;
}

.news dl dd {
  margin-left: 10%;
}

.news dl dd span {
  font-size: 13px;
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 15px;
  width: 115px;
  line-height: 2;
  text-align: center;
  color: #fff;
}

.news dl dd span.cat {
  background: #0A69A2;
}

@media only screen and (max-width: 767px) {
  .news {
    padding: 50px 0;
  }

  .news dl dd {
    margin-left: 0;
  }

  .news dl dd span {
    margin-right: 0;
    margin-left: 15px;
  }

  .news dl dd a {
    display: block;
  }
}

/* ---------------------------------------------------------
about
--------------------------------------------------------- */
.about {
  padding: 80px 0;
  background: url(https://takanoauto.com/wp-content/uploads/2024/03/takanoauto_dammy06.webp) no-repeat center center;
  background-size: cover;
  background-position: bottom;
  text-align: center;
}

.about p {
  text-align: left;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .about {
    padding: 50px 0;
    text-align: left;
  }
}

/* ---------------------------------------------------------
guide_top
--------------------------------------------------------- */
.guide_top {
  padding: 50px 0;
}

.guide_top .box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.guide_top .box h3 {
  text-align: center;
}

.guide_top .box>div {
  width: 48%;
}

.guide_top .box>div img {
  margin-bottom: 10px;
}

.guide_top .more_view {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .guide_top .box {
    display: block;
    margin-bottom: 50px;
  }

  .guide_top .box>div {
    width: 100%;
    text-align: center;
  }
}

/* ---------------------------------------------------------
guide
--------------------------------------------------------- */
.guide .box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  align-items: normal;
  margin-bottom: 30px;
  background: #f7f7f7;
}

.guide .box h3 {
  text-align: left;
  margin-top: 0;
}

.guide .box>div {
  width: 40%;
}

.guide .box>div+div {
  width: 60%;
  padding: 25px;
}

.guide .foogallery {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 767px) {
  .guide .box {
    display: block;
  }

  .guide .box>div {
    width: 100%;
    text-align: center;
  }

  .guide .box>div+div {
    width: 100%;
  }

  .guide .fg-default.fg-gutter-25 {
    padding-left: 0;
  }

  .guide .fg-default.fg-gutter-25 .fg-item {
    margin-right: 10px;
  }

  .guide .fg-default.fg-gutter-25 .fg-item img {
    width: 135px;
  }
}

.guide_about {
  padding: 50px 0;
}

.guide_container {
  padding: 50px 0;
}

/* ---------------------------------------------------------
group
--------------------------------------------------------- */
.group {
  padding-top: 50px;
  background: #f7f7f7;
}

.group .box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.group .box h3 {
  text-align: center;
}

.group .box>div {
  width: 48%;
}

.group .box>div img {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .group .box {
    display: block;
    text-align: center;
  }

  .group .box>div {
    width: 100%;
  }
}

/* ---------------------------------------------------------
map
--------------------------------------------------------- */
.map iframe {
  vertical-align: bottom;
}

/* ---------------------------------------------------------
company
--------------------------------------------------------- */
.company .greeting {
  background-color: #F5F5F5;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.company .box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  align-items: inherit;

  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}

.company .box>div {
  width: 45%;
  margin-bottom: 50px;

  @media screen and (max-width: 767px) {
    width: 100%;
    text-align: center;
  }
}

.company .box>div h3 {
  text-align: center;
  border-bottom: solid 2px #cce4ff;
  position: relative;
}

.company .box>div h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #5472cd;
  bottom: -2px;
  width: 20%;
}

.company table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-bottom: 60px;
}

.company table th,
.company table td {
  vertical-align: middle;
  padding: 20px 30px;
  border-bottom: 1px solid #ddd;
}

.company table th {
  width: 20%;
  background-color: #f5f5f5;
}

@media only screen and (max-width: 767px) {

  .company table th,
  .company table td {
    display: block;
    width: 100%;
    padding: 10px 30px;
  }
}

/* ---------------------------------------------------------
contact
--------------------------------------------------------- */
.contact .tel {
  text-align: center;
  border: 4px double #2542c2;
  padding: 10px;
  width: 50%;
  margin: 20px auto 30px;
}

.contact .tel h3 {
  margin-top: 10px;
}

.contact .notice {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ff0000;
}

.contact table {
  width: 100%;
  border-top: 1px solid #ddd;
  margin-bottom: 60px;
}

.contact table th,
.contact table td {
  vertical-align: middle;
  padding: 20px 30px;
  border-bottom: 1px solid #ddd;
}

.contact table th {
  width: 20%;
  background-color: #f5f5f5;
  padding-right: 15px;
}

.contact table input[type=text],
.contact table input[type="tel"],
.contact table textarea {
  padding: 10px;
}

.contact table textarea {
  width: 100%;
}

.contact .form_policy {
  border: 1px solid #ccc;
  margin: 40px 0;
  padding: 18px 25px;
}

.contact .form_policy h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #ccc;
}

.contact .form_policy p {
  font-size: 13px;
  font-size: 1.3rem;
}

.contact .wpcf7-list-item {
  margin: 0;
}

.contact input[type=checkbox],
.contact input[type=radio] {
  margin-right: 10px;
}

.contact input[type=submit] {
  background-color: #ee7711;
  color: #fff;
  width: 250px;
  margin: 0 auto;
  border: 0;
  padding: 15px 0;
}

@media only screen and (max-width: 767px) {
  .contact .tel {
    width: 100%;
  }

  .contact table th,
  .contact table td {
    display: block;
    width: 100%;
    padding: 15px 0px;
  }

  .contact table small {
    display: block;
  }

  .contact table input[type=text],
  .contact table input[type="tel"],
  .contact table textarea {
    padding: 0;
  }
}

/* ---------------------------------------------------------
footer
--------------------------------------------------------- */
.footer {
  background-color: #102172 !important;
  text-align: center;
  color: #fff;
}

.footer .foot_menu {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 30px 0 25px;
  padding: 15px 0;
}

.footer .foot_menu ul {
  padding: 7px 0;
  margin-bottom: 0;
}

.footer .foot_menu ul li {
  display: inline-block;
  padding: 0 25px 0 0;
  border-right: 1px solid #fff;
  line-height: 1;
  margin-right: 25px;
}

.footer .foot_menu ul li a {
  color: #fff;
}

.footer .foot_menu ul li a:hover {
  color: #fff;
  text-decoration: none;
}

.footer .copyright {
  background-color: #102172 !important;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  footer #foot_txt h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  footer .foot_menu {
    display: none;
  }
}

/* ---------------------------------------------------------
page_top
--------------------------------------------------------- */
#page_top {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 61px;
  height: 60px;
}

/* ---------------------------------------------------------
toggle
--------------------------------------------------------- */
.menu-btn {
  position: fixed;
  top: 100px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  color: #fff;
}

.menus {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #555;
}

.menu__item {
  width: 100%;
  height: auto;
  padding: .5em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}

.menu__item a {
  color: #fff;
}

.menus {
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
}

.menus.is-active {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  #nav-toggle {
    right: 0;
    top: 25px;
    position: absolute;
  }

  #gloval-nav a {
    padding: 10px 0;
    font-size: .5em;
  }
}

@media screen and (min-width: 768px) {

  .menus,
  .menu-btn {
    display: none;
  }
}

.habakiri-slider__item-content {
  & img {
    margin: 0 auto;
    filter: drop-shadow(21px 15px 16px rgba(0,0,0,1));
  }
}
.company .company-top {
  margin-bottom: 50px;
}