@charset "utf-8";
/*
Template:twentynineteen
Theme Name:twentynineteen_child
*/
@import url('../twentynineteen/style.css');
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400&display=swap');
body, html {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro" !important;
  font-feature-settings: "palt" !important;
  letter-spacing: 1px !important;
  color: #555;
  line-height: 1.8em;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-feature-settings: "palt"1 !important;
  letter-spacing: 1px !important;
  line-height: 1.8em;
}
body {
  background: url("img/bg.jpg");
}
html {
  font-size: 18px;
}
h1:not(.site-title)::before, h2::before {
  content: none !important;
}
@media only screen and (min-width:768px) {
  .pc-none {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  .sp-none {
    display: none;
  }
}
a, a:active, a:hover {
  text-decoration: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.a_btn a, .a_btn a:hover {
  text-decoration: none !important;
}
.inner {
  width: 100%;
  max-width: 1200px;
  padding: 30px 5px;
  margin: 20px auto 0;
}
.txt-just {
  text-align: justify;
}
.font-maru{
  font-family: 'Zen Maru Gothic', sans-serif !important;
}
.txt-small {
  font-size: 0.6em;
}
p {
  margin: 0;
  padding: 0;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.midashi_sla h3 {
  position: relative;
  text-align: center;
  font-weight: bold;
}
.midashi_sla h3:before, .midashi_sla h3:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #2978BE;
  width: 2px;
  height: 1em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}
.midashi_sla h3:before {
  transform: rotate(-35deg)
}
.midashi_sla h3:after {
  transform: rotate(35deg)
}
button.rmp_menu_trigger{
z-index: 999998 !important;
}
.dialog-type-lightbox{
z-index: 999999;
}
@media only screen and (max-width:767px) {
  html {
    font-size: 16px;
  }
  .inner {
    padding: 0 5px;
  }
  .infoList, .infoList a, .singleArea {
    font-size: 16px !important;
    text-align: justify;
    padding: 0 !important;
  }
}
/*-------------------------------------------
header
-------------------------------------------*/
.h-top-number {
  font-family: impact, chicago;
  font-size: 1.4em !important;
  font-weight: normal;
}
.sp_header_menu_logo {
  max-width: 200px;
  width: 100%;
  margin-top: 20px;
}
.rmp-container li {
  border-bottom: 1px dotted #a4b2bf;
}
@media only screen and (max-width:767px) {
  .h-top-number {
    font-size: 2.0em !important;
  }
}
/*-------------------------------------------
contact form
-------------------------------------------*/
.contact {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.contact h2 {
    margin: 30px 0px 15px 0px;
    padding: 0px 0px 15px 0px;
    border-bottom: 1px dashed #2778BD;
	color: #2778BD;
    font-size: 1.4em;
    line-height: 1.2em;
}
.contact label input {
  width: 100%;
}
.contact_img {
  margin-top: 2em;
  text-align: center;
}
.contact dl {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.contact dt, .contact dd {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e0dccc;
  align-items: center;
}
.contact dt {
  width: 30%;
  display: flex;
  vertical-align: middle;
  background: #f8f7f3;
  font-weight: normal;
  border-right: 1px solid #e0dccc;
}
.contact dd {
  width: 70%;
}
.contact dt p {
margin: 0 auto;
}
.contact .last {
  border-bottom: none;
}
.t_contact {
  margin: 0 auto 50px;
  max-width: 100%;
}
.t_contact th, .t_contact td {
  border: 1px solid #e0dccc !important;
  padding: 0 !important;
  border-collapse: collapse;
}
.t_contact th {
  background: #eeece4;
  color: #000;
  font-weight: bold;
}
.t_contact td {
  color: #000;
  width: 70%;
}
.t_contact td:last-child {
  border: 2px solid #e0dccc;
}
.alignC {
  text-align: center !important;
  margin: 0 auto;
}
.contact_form_title {
  background: url("img/contact_form_icon.svg") no-repeat;
  background-size: 3.5rem 4.5rem;
  background-position: calc(50% - 12rem) 40%;
  letter-spacing: 0.1rem;
  padding: 30px 20px 0;
}
.site-main {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.wpcf7-form-control-wrap {
  display: block;
  margin: 0 2%;
  width: 96%;
}
.wpcf7-form.hide_error_message .wpcf7-not-valid-tip {
	display: none;
}
.ui-datepicker table {
    font-size: 0.9em !important;
}
.ui-datepicker td {
padding: 3px !important;
}
.ui-state-active, .ui-widget-content .ui-state-active{
background: #5461F4 !important;
color: #FFF !important;
}
.wpcf7-list-item{
width: 30%;
float: left;
}
.contact input[type="text"], .contact input[type="email"], .contact input[type="url"], .contact input[type="tel"], .contact textarea, .contact select, .contact date {
  border: 1px solid #999 !important;
  border-radius: 5px;
  background: #FFF;
  width: 100%;
  padding: 10px;
}
.wpcf7-form input[type=submit] {
  width: 200px;
  height: 60px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
  font-size: 1.2em;
  background: #a40001;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.wpcf7-form input[type=submit]:hover {
opacity: 0.6;
}
.icon_dec {
  text-decoration: none !important;
  color: #FFF !important;
}
.hissu {
  font-size: 0.8em;
  color: #F00;
}
@media only screen and (max-width:767px) {
  .t_contact {
    width: 100%;
  }
  .t_contact th {
    display: block;
    text-align: center;
    width: 100%;
  }
  .t_contact td {
    display: block;
    width: 100%;
  }
  .form-width {
    width: 100%;
  }
  .contact_form_title {
    background-position: calc(50% - 8.5rem) -10%;
    padding: 15px 5px 0;
  }
.t_contact th, .t_contact td {
  border-bottom: none !important;
}
.t_contact th p, .t_contact td p {
margin: 0;
padding: 15px 10px;
}
.t_contact .tdlast {
border: 1px solid #e0dccc !important;
}
.wpcf7-list-item{
width: 45%;
}
}
/*-------------------------------------------
breadcrumbs area
-------------------------------------------*/
.breadcrumbs {
  font-weight: bold;
}
.breadcrumbs a {
  color: #000;
}
@media only screen and (max-width:767px) {
  .breadcrumbs {
    font-size: 0.7em;
  }
}
.sg-popup-builder-content {
  text-align: justify;
  padding: 15px;
}
.sg-popup-builder-content p {
  margin-bottom: 20px;
}

/*-------------------------------------------
header menu
-------------------------------------------*/
nav ul {
  display: table;
  margin: 0 auto;
  padding: 0;
  width: 90%;
  text-align: center;
}

nav li {
  display: table-cell;
  min-width: 50px;
}

nav a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #777 !important;
  padding-bottom: 5px;
  position: relative;
  font-size: 0.9em !important;
  font-weight: bold;
}

nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #a40001;
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

nav li:hover a::after {
  transform: scaleX(1);
  opacity: 1;
}

/*-------------------------------------------
footer
-------------------------------------------*/
.footer_menu {
  margin: 0;
  padding: 0;
}
.footer_menu li {
  list-style: none;
  text-align: left;
  font-size: 0.7em;
  margin: 0 0 10px 0;
  position: relative;
}
.footer_menu li a {
  padding-left: 25px;
}
.footer_menu li::before {
  content: '';
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 5px;
}
.footer_contact_area {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.footer_contact_btn {
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none !important;
  font-weight: bold;
  height: 85px;
  line-height: 2em;
}
.footer_contact_btn p {
  padding: 0;
  margin: 0;
}
.footer_contact_btn .btn_sub_txt {
  font-size: 0.8em;
}
.footer_contact_btn .btn_main_txt {
  font-size: 1.3em;
  margin-top: -10px;
}
.footer_contact_btn__net {
  background: #FF8F43;
  color: #FFF !important;
}
.footer_contact_btn__tel {
  background: #6B71D7;
  color: #FFF !important;
}
.free_number {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 1.2em;
}
.footer_contact_btn__net:hover {
  background: #FFF;
  color: #83CC7A !important;
}
.footer_contact_btn__tel:hover {
  background: #FFF;
  color: #FF8F43 !important;
}
@media only screen and (max-width:767px) {
  .footer_menu li {
    text-align: left;
    font-size: 0.8em;
  }
  .footer_menu li a {
    display: block;
    background: #DCF6FF;
    margin: 0 0 5px;
    padding: 8px 0 5px 22px;
  }
  .footer_contact_btn {
    height: auto;
    line-height: 1em;
    padding: 20px
  }
  .footer_contact_btn p {
    padding: 0;
    margin: 0;
  }
  .footer_contact_btn .btn_main_txt {
    font-size: 0.7em;
    margin-top: 0;
  }
}
/*-------------------------------------------
breadcrumbs
-------------------------------------------*/
.breadcrumbs span, .breadcrumbs a, .breadcrumbs_area {
    color: #FFF !important;
}


/*-------------------------------------------
お問い合わせフォーム
-------------------------------------------*/
.bike-form-table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

.bike-form-table th,
.bike-form-table td {
  padding: 3px 15px;
  border: 1px solid #bbb;
  vertical-align: middle;
  font-size: 1.0em;
  font-weight: normal;
}

.bike-form-table th {
  width: 30%;
  background-color: #f2f2f2 !important;
  text-align: left;
}

.bike-form-table td {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .bike-form-table table,
  .bike-form-table tr,
  .bike-form-table th,
  .bike-form-table td {
    display: block;
    width: 100%;
  }

  .bike-form-table th {
    background-color: #f0f0f0;
    border-bottom: none;
  }

  .bike-form-table td {
    border-top: none;
  }
}

.form-submit-wrap {
  margin-top: 20px;
  text-align: center;
}
.bike-form-table input[type="text"],
.bike-form-table input[type="email"],
.bike-form-table input[type="tel"],
.bike-form-table textarea,
.bike-form-table select {
  width: 100%;
  box-sizing: border-box;
  border-color: #999 !important;
  padding: 5px !important;
}

.hissu{
font-size: 0.7em;
color: #F00;
}

.tenken_area ul{
margin: 0 !important;
}