@charset "UTF-8";
/*

Theme Name: honshi-bus-kaihatsu
Description: テーマの説明
Author: 
Version: 1.0
TCCからテーマcustomを引き継ぎ
*/
html {
  font-size: 16px;
  line-height: 1.6rem;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  font-size: 1rem;
  line-height: 1.9em;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  padding-top: 62px;
  color: #4a4a4a;
  -webkit-text-size-adjust: 100%;
}

.sp {
  display: none;
}

a {
  color: #4a4a4a;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  height: auto;
}

.ready {
  text-align: center;
  margin: 40px 0;
}

strong {
  font-weight: 600;
}

iframe {
  max-width: 100%;
}

.pointerevent_none {
  pointer-events: none;
}

.fixed_nav {
  display: none;
}

.ib {
  display: inline-block;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.sp {
  display: none;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

@media screen and (max-width: 480px) {
  .alignleft {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex_img {
  width: 48%;
}

.flex_img img {
  width: 100%;
}

.flex_info {
  width: 48%;
}

.flex_img_full img {
  width: 100%;
  height: auto;
  display: block;
}

.alignleft {
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .alignleft {
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.alignright {
  float: right;
  margin-left: 15px;
}
@media screen and (max-width: 480px) {
  .alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear {
  clear: both;
}

.sp {
  display: none;
}

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 3px;
}

.header_nav {
  display: none;
}

.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.9rem;
}

/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1000ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0) !important;
}

.fade_left {
  transform: translate(30px, 0);
}

.fade_right {
  transform: translate(-30px, 0);
}

.pagelink {
  padding-top: 100px;
  margin-top: -100px;
  pointer-events: none;
}

.wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.main {
  padding: 30px 0;
}

.section {
  padding: 85px 0;
}
@media screen and (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 480px) {
  .section {
    padding: 40px 0;
  }
}

.section_title {
  font-size: 1.25rem;
  font-weight: 600;
  background-color: #efefef;
  border-left: 3px solid #76C4EA;
  padding: 10px;
  margin-bottom: 30px;
}

.middle_title {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 600;
}

.information_title {
  font-size: 1.3rem;
  line-height: 1.4em;
  font-weight: 600;
  border-bottom: 1px solid #4a4a4a;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.single_date {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 30px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
  width: calc(100% - 40px);
  height: 62px;
  padding: 0 20px;
  background-color: #FFF;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.logo img {
  display: block;
}

.nav_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
.nav_menu ul li {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 1rem;
  line-height: 1.5em;
}
@media screen and (max-width: 840px) {
  .nav_menu ul li {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 0.9rem;
  }
}
.nav_menu ul li a {
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-weight: 500;
  padding: 20px 0;
  transition: 0.3s;
}
.nav_menu ul li a:hover {
  color: #76C4EA;
}

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

				モーダル

---------------------------------------- */
.burger_btn_content {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  background-color: #76C4EA;
  z-index: 3;
  margin: 0;
}

.burger-btn {
  width: 54px;
  height: 39px;
  position: relative;
  z-index: 3;
  /*   codepenの挙動のため */
  background-color: transparent;
  border: none;
  position: absolute;
  top: 13px;
  right: 0;
  cursor: pointer;
}

.burger_txt {
  font-size: 10px;
  line-height: 1em;
  color: #FFF;
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.bar {
  width: 24px;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.bar_top {
  top: 10px;
}

.bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}

.bar_bottom {
  bottom: 10px;
}

.burger-btn.close .bar_top {
  transform: translate(-50%, 10px) rotate(45deg);
  transition: transform 0.3s;
}

.burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity 0.3s;
}

.burger-btn.close .bar_bottom {
  transform: translate(-50%, -8px) rotate(-45deg);
  transition: transform 0.3s;
}

.nav-wrapper {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3; /*キービジュアルと.btn_triggerとの重なりの前後関係を調整*/
}

.header-nav {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 2;
  overflow-y: auto;
}

.header-nav .nav-list {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.header-nav .nav-item {
  margin-right: 0;
  margin-bottom: 40px;
}

.nav-list {
  list-style: none;
  padding: 0;
}

.nav-list li {
  margin-bottom: 12px;
  width: 280px;
}

.nav-list a {
  color: #FFF;
  text-decoration: none;
  font-size: 1rem;
  display: block;
  border: 1px solid #FFF;
  display: block;
  padding: 20px;
}

.modal_nav ul.menu {
  margin: 0 0 0;
  padding: 60px 0 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.modal_nav li {
  width: 50%;
}

.modal_nav li a {
  text-decoration: none;
  padding: 12px;
  display: block;
  text-align: center;
  color: #FFF;
}

.modal_nav li .jp {
  display: block;
  font-size: 15px;
}

.modal_nav li .en {
  display: block;
  color: #BCBBBB;
  font-size: 9px;
  line-height: 1.3em;
}

.header-nav .contact_overlay {
  display: block;
  width: 280px;
  position: relative;
  left: 0;
  top: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.header-nav .hn_btn {
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  font-size: 1.3rem;
  padding-bottom: 10px;
}

.hn_btn {
  cursor: pointer;
}

.modal_nav .header_contact {
  background-color: #FFF;
  border-radius: 4px;
  padding: 10px 4%;
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
}

.modal_instagram {
  text-align: center;
  padding-top: 10px;
}

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

								共通

---------------------------------------- */
.header_img {
  padding: 0 3%;
  text-align: center;
  height: 240px;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-image: url(img/header_company.jpg);
}
@media screen and (max-width: 768px) {
  .header_img {
    height: 180px;
  }
}
@media screen and (max-width: 480px) {
  .header_img {
    height: 140px;
  }
}
.header_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.header_img .header_title {
  color: #FFF;
  font-size: 2rem;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  z-index: 1;
  text-align: center;
}
.header_img .header_title small {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.header_img .header_title .jp {
  display: block;
  border-bottom: 1px solid #FFF;
  padding-bottom: 13px;
  margin-bottom: 8px;
}
.header_img .header_title .en {
  display: block;
  font-weight: normal;
  font-size: 0.85rem;
  line-height: 1.3em;
}
@media screen and (max-width: 768px) {
  .header_img .header_title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .header_img .header_title {
    font-size: 1.6rem;
  }
}

.more_btn {
  text-align: right;
  margin-top: 30px;
}
.more_btn a {
  display: inline-block;
  background-color: #76C4EA;
  border-radius: 200px;
  padding: 12px 30px;
  margin: 10px 5px;
  text-decoration: none;
  width: 180px;
  white-space: nowrap;
  text-align: center;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 6px auto;
  color: #FFF;
}
.more_btn.more_btn_outline a {
  background-color: inherit;
  border: 1px solid #FFF;
  color: #FFF;
  background-image: url(img/arrow_w.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
}

.arrow_btn {
  text-align: right;
  margin-top: 20px;
}
.arrow_btn a {
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.9rem;
  background-image: url(img/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 18px auto;
  padding-right: 25px;
}

.section_banner {
  background-color: #ECEAE4;
}
.section_banner ul.banner_list {
  padding: 0;
  margin: 0;
}
.section_banner ul.banner_list li {
  background-color: #FFF;
  margin-left: 12px;
  margin-right: 12px;
}
.section_banner ul.banner_list li a {
  text-decoration: none;
}
.section_banner ul.banner_list li a .banner_list_img img {
  display: block;
  width: 100%;
}
.section_banner ul.banner_list li a .banner_list_info {
  padding: 10px;
  min-height: 80px;
}
.section_banner ul.banner_list li a .banner_list_info h3 {
  margin: 0 0 5px;
  font-size: 0.9rem;
  line-height: 1.4em;
}
.section_banner ul.banner_list li a .banner_list_info p {
  font-size: 0.9rem;
  line-height: 1.4em;
  margin: 0;
}

.slick-next:before, .slick-prev:before {
  color: #76C4EA;
}

.slick-next {
  right: -12px;
  z-index: 1 !important;
}

.slick-prev {
  left: -12px;
  z-index: 1 !important;
}

footer {
  padding: 50px 4% 10px;
  background-color: #f4fbff;
  color: #4a4a4a;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
footer a {
  color: #4a4a4a;
  text-decoration: none;
}
footer .footer_l {
  width: 20%;
  color: #4a4a4a;
}
footer .footer_l a {
  color: #76C4EA;
}
@media (max-width: 768px) {
  footer .footer_l {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .footer_l .footer_logo {
  padding: 10px;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  footer .footer_l .footer_logo {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
footer .footer_l .footer_logo img {
  display: block;
  width: 100%;
}
footer .footer_l .footer_address {
  font-size: 0.85rem;
  line-height: 1.5em;
  margin-bottom: 10px;
}
footer .footer_r {
  width: 75%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  footer .footer_r {
    display: none;
  }
}
footer .footer_r .footer_link {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #fff;
  width: 20%;
}
footer .footer_r .footer_link ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer_r .footer_link ul li {
  margin-bottom: 3px;
}
footer .footer_r .footer_link ul li a {
  text-decoration: none;
  font-size: 0.85rem;
  line-height: 1.7em;
  display: block;
  font-weight: 600;
}
footer .footer_r .footer_link ul li ul {
  margin-top: 3px;
  padding-left: 15px;
}
footer .footer_r .footer_link ul li ul li {
  margin-bottom: 3px;
}
footer .footer_r .footer_link ul li ul li a {
  font-size: 0.75rem;
  display: block;
  font-weight: 400;
}
footer .copyright {
  width: 100%;
  text-align: center;
  font-size: 0.85rem;
  margin: 12px 0;
}

.sns_link_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex !important;
}
@media (max-width: 768px) {
  .sns_link_list {
    justify-content: center;
  }
}
.sns_link_list li {
  margin-right: 10px;
}

.copyright {
  text-align: right;
  width: 23%;
  font-size: 0.85rem;
  margin: 0;
}

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

			トップページ

----------------------------- */
.main_img {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.main_img img {
  display: block;
  width: 100%;
}
.main_img .balloon {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}
.main_img .balloon.balloon01 {
  background-image: url(img/balloon01.png);
  animation: balloon01 6s ease-in-out infinite alternate-reverse;
}
.main_img .balloon.balloon02 {
  background-image: url(img/balloon02.png);
  animation: balloon02 8s ease-in-out infinite alternate-reverse;
}
.main_img .balloon.balloon03 {
  background-image: url(img/balloon03.png);
  animation: balloon03 7s ease-in-out infinite alternate-reverse;
}
.main_img .balloon.balloon04 {
  background-image: url(img/balloon04.png);
  animation: balloon04 7.6s ease-in-out infinite alternate-reverse;
}
.main_img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-image: url(img/fusen.png);
  background-size: cover;
  background-position: 50% 50%;
  animation: floating-x 60s linear infinite;
}

/* Animation */
@keyframes balloon01 {
  0% {
    transform: translateY(-1.5%);
  }
  100% {
    transform: translateY(1.3%);
  }
}
@keyframes balloon02 {
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(1%);
  }
}
@keyframes balloon03 {
  0% {
    transform: translateY(-1.2%);
  }
  100% {
    transform: translateY(1.1%);
  }
}
@keyframes balloon04 {
  0% {
    transform: translateY(1.3%);
  }
  100% {
    transform: translateY(-1%);
  }
}
@keyframes floating-x {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(100%, -16%);
  }
}
/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: fixed;
  bottom: 1%;
  right: 30px;
  z-index: 9;
  transform: scale(1.5);
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
}
@media screen and (max-width: 1200px) {
  .scrolldown4 {
    position: absolute;
  }
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -27px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #eee;
  transform: skewX(-31deg);
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #eee;
}

.section_info {
  padding: 60px 0 50px;
  position: relative;
}
.section_info::before {
  background-image: url(img/bicycle.png);
  background-size: 80px auto;
  background-size: contain;
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 2%;
  top: -30px;
  pointer-events: none;
  animation: bicycle 2.5s ease-in-out infinite alternate-reverse;
}
.section_info::after {
  background-image: url(img/illust02.png);
  background-size: contain;
  content: "";
  display: block;
  width: 170px;
  height: 137px;
  position: absolute;
  left: 3%;
  bottom: -40px;
  pointer-events: none;
  animation: illust02 5s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 480px) {
  .section_info::after {
    width: 120px;
    height: 97px;
    bottom: -25px;
  }
}
@keyframes bicycle {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes illust02 {
  0% {
    transform: translate(-10%, 0%);
  }
  100% {
    transform: translate(10%, 0%);
  }
}
.section_info .news_main {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section_info .news_main {
    flex-direction: column;
    align-items: center;
  }
}
.section_info .news_main h2 {
  width: 16%;
  font-size: 1.2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section_info .news_main h2 {
    width: 100%;
    text-align: center;
  }
}
.section_info .news_main h2 span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.section_info .news_main h2 span img {
  display: block;
}
.section_info .news_main .news_content {
  width: 80%;
}
@media (max-width: 768px) {
  .section_info .news_main .news_content {
    width: 100%;
  }
}
.section_info .news_main .news_content.news_content_full {
  width: 100%;
}

ul.news_list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
ul.news_list li:last-child {
  border-bottom: 1px solid #D8D8D8;
}
ul.news_list li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #D8D8D8;
  padding: 17px 2%;
  font-size: 1rem;
  line-height: 1.4em;
  font-weight: 400;
  text-decoration: none;
  background-image: url(img/arrow.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 5px auto;
}
ul.news_list li a .topics_date {
  margin-right: 10px;
}
ul.news_list li a .topics_meta {
  display: flex;
}
ul.news_list li a .topics_category {
  margin-right: 10px;
}
ul.news_list li a .topics_category span {
  background-color: #ED6D17;
  color: #FFF;
  padding: 5px 10px;
  margin: 3px 0;
  font-size: 0.85rem;
  line-height: 1.4em;
  display: inline-block;
  min-width: 55px;
  text-align: center;
}
ul.news_list li a .topics_new {
  margin-top: 3px;
  margin-right: 10px;
  margin-bottom: 3px;
}
ul.news_list li a .topics_new span {
  border: 1px solid #ED6D17;
  color: #ED6D17;
  padding: 5px 10px;
  font-size: 0.85rem;
  line-height: 1.4em;
  display: inline-block;
  white-space: nowrap;
}
ul.news_list li a h3 {
  margin: 3px 0 0;
  font-weight: 600;
  font-size: 1rem;
}

.service_status {
  background-color: #F0F0F0;
  padding: 30px 0;
}
.service_status .service_status_main {
  background-color: #FFF;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .service_status .service_status_main {
    flex-direction: column;
  }
}
.service_status .service_status_main .service_status_title {
  background-color: #ED6D17;
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 480px) {
  .service_status .service_status_main .service_status_title {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
  }
}
.service_status .service_status_main .service_status_title h2 {
  color: #FFF;
  font-size: 1.15rem;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .service_status .service_status_main .service_status_title h2 {
    padding: 5px 0;
  }
}
.service_status .service_status_main .service_status_title h2 span {
  display: block;
  margin-right: 5px;
}
.service_status .service_status_main .service_status_title h2 span img {
  display: block;
}
@media (max-width: 480px) {
  .service_status .service_status_main .service_status_title h2 span img {
    width: 22px;
  }
}
.service_status .service_status_main .service_status_info {
  width: 70%;
}
@media (max-width: 480px) {
  .service_status .service_status_main .service_status_info {
    width: 100%;
  }
}
.service_status .service_status_main .service_status_info ul.service_status_list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.service_status .service_status_main .service_status_info ul.service_status_list li a {
  display: flex;
  align-items: center;
  padding: 15px;
  color: #ff0000;
  text-decoration: none;
  background-image: url(img/arrow_o.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 15px auto;
}
@media (max-width: 768px) {
  .service_status .service_status_main .service_status_info ul.service_status_list li a {
    flex-wrap: wrap;
  }
}
.service_status .service_status_main .service_status_info ul.service_status_list li a .topics_date {
  margin-right: 10px;
  font-size: 0.95rem;
  color: #4a4a4a;
}
.service_status .service_status_main .service_status_info ul.service_status_list li a .topics_category {
  margin-right: 10px;
}
.service_status .service_status_main .service_status_info ul.service_status_list li a .topics_category span {
  background-color: #ff0000;
  color: #FFF;
  padding: 5px 10px;
  font-size: 0.9rem;
}
.service_status .service_status_main .service_status_info ul.service_status_list li a h3 {
  font-size: 1.1rem;
  margin: 0;
}

.blinking,
.tc_important {
  background-color: #ff0000;
  color: #FFF;
  padding: 5px 10px;
  font-size: 0.9rem;
  text-decoration: none;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  -moz-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.company_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .company_main {
    flex-direction: column;
  }
}
.company_main .company_img {
  width: 60%;
  margin-right: -50px;
}
@media (max-width: 768px) {
  .company_main .company_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.company_main .company_img img {
  display: block;
  border-radius: 9px;
}
@media (max-width: 768px) {
  .company_main .company_img img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    object-fit: cover;
    height: 240px;
  }
}
.company_main .company_info {
  width: 50%;
  padding: 30px 30px;
  margin-left: -10px;
  background-color: #76C4EA;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
  border-radius: 9px;
  position: relative;
}
.company_main .company_info::before {
  background-image: url(img/bus.png);
  background-size: contain;
  display: block;
  content: "";
  width: 120px;
  height: 84px;
  position: absolute;
  right: 2%;
  top: -40px;
  animation: bus 2.8s ease-in-out infinite alternate-reverse;
}
@media screen and (max-width: 480px) {
  .company_main .company_info::before {
    width: 110px;
    height: 75px;
  }
}
@keyframes bus {
  0% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
@media (max-width: 768px) {
  .company_main .company_info {
    width: calc(100% - 60px);
    margin-left: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
.company_main .company_info h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.5rem;
}
.company_main .company_info p {
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1.6em;
}
.company_main .company_info .more_btn {
  margin-top: 0;
}

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

			サービスエリア一覧

----------------------------- */
ul.pa_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.pa_list li {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (max-width: 480px) {
  ul.pa_list li {
    flex-direction: column;
  }
}
ul.pa_list li .pa_img {
  width: 30%;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  ul.pa_list li .pa_img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
ul.pa_list li .pa_info {
  width: 65%;
}
@media screen and (max-width: 480px) {
  ul.pa_list li .pa_info {
    width: 100%;
  }
}
ul.pa_list li .pa_info h3 {
  font-size: 1.2rem;
  margin: 0 0 10px;
}
ul.pa_list li .pa_info .pa_excerpt {
  line-height: 1.5em;
}
ul.pa_list li .pa_info .pa_serviceicon {
  width: 500px;
  max-width: 100%;
}
ul.pa_list li .pa_info .pa_data {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  ul.pa_list li .pa_info .pa_data {
    flex-direction: column;
    align-items: center;
  }
}
ul.pa_list li .pa_info .pa_data th {
  width: 4em;
  font-size: 0.9rem;
  line-height: 1.5em;
  padding: 12px;
}
@media screen and (max-width: 480px) {
  ul.pa_list li .pa_info .pa_data th {
    width: calc(100% - 24px);
  }
}
ul.pa_list li .pa_info .pa_data td {
  font-size: 0.9rem;
  padding: 12px;
}
ul.pa_list li .pa_info .pa_data .more_btn {
  margin-top: 0;
  margin-left: 12px;
}
ul.pa_list li .pa_info .pa_data .more_btn a {
  width: 130px;
  padding: 10px;
  font-size: 0.9rem;
}
ul.pa_list li .pa_info .service-terms {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
ul.pa_list li .pa_info .service-term {
  max-width: 60px;
}
@media screen and (max-width: 480px) {
  ul.pa_list li .pa_info .service-term {
    max-width: 50px;
  }
}

.pa_map_img {
  text-align: center;
  margin-bottom: 40px;
}
.pa_map_img img {
  display: block;
  border: 3px solid #eee;
  margin: 0 auto;
}

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

			サービスエリア詳細

----------------------------- */
ul.main_slider {
  list-style: none;
  padding: 0 10px;
  margin: 30px 0 0;
}
ul.main_slider li img {
  display: block;
  width: 100%;
  border-radius: 0 !important;
  width: 100%;
  height: 43vw;
  object-fit: cover;
}

.instagram_area {
  background-color: #efefef;
  padding: 20px;
  margin: 40px 0 7px;
}

.icon_instagram a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
}
.icon_instagram a img {
  display: inline-block;
  margin-right: 6px;
}

ul.thumbnail {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}
ul.thumbnail li {
  margin: 0 12px;
}
ul.thumbnail li img {
  border-radius: 0 !important;
  width: 100%;
  height: 12vw;
  object-fit: cover;
}

ul.instagram_list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  ul.instagram_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.pa_two {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .pa_two {
    flex-direction: column;
  }
}
.pa_two .pa_instagram {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .pa_two .pa_instagram {
    width: 100%;
    order: 2;
  }
}
.pa_two .info_table {
  width: 66%;
}
@media screen and (max-width: 768px) {
  .pa_two .info_table {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }
}

table.info_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #E6E6E6;
}
table.info_table th {
  padding: 15px;
  text-align: left;
  width: 14em;
  color: #66B9C9;
  background-color: #EEF5F3;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 480px) {
  table.info_table th {
    display: block;
    width: 100%;
  }
}
table.info_table td {
  padding: 15px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 480px) {
  table.info_table td {
    display: block;
    width: 100%;
  }
}

h1.wp-block-heading {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  color: #008FAA;
  text-align: center;
  margin-top: 120px;
  margin-bottom: 40px;
}

.section_page h1.wp-block-heading:first-child {
  margin-top: 40px;
}

h2.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #008FAA;
  background-color: #EEF5F3;
  text-align: center;
  padding: 16px;
  margin-top: 50px;
  margin-bottom: 30px;
}

h3.wp-block-heading {
  font-size: 1.15rem;
  font-weight: 600;
  background-color: #efefef;
  border-left: 3px solid #76C4EA;
  padding: 10px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.wp-block-column h3.wp-block-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
.wp-block-column p {
  font-size: 0.95rem;
  line-height: 1.5em;
}

h4.wp-block-heading {
  color: #008FAA;
  border: 1px solid #008FAA;
  font-size: 1rem;
  line-height: 1.5em;
  padding: 10px;
  margin-top: 0;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #E6E6E6;
}
.wp-block-table table th {
  padding: 15px;
  text-align: left;
  width: 14em;
  color: #008FAA;
  background-color: #EEF5F3;
  border-bottom: 1px solid #66B9C9;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 480px) {
  .wp-block-table table th {
    display: block;
    width: 100%;
  }
}
.wp-block-table table td {
  padding: 15px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
}
@media screen and (max-width: 480px) {
  .wp-block-table table td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .noresponsive table th {
    display: table-cell;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .noresponsive table td {
    display: table-cell;
    width: auto;
  }
}

@media screen and (max-width: 480px) {
  .pa_map iframe {
    width: 100%;
    height: 240px;
  }
}

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

			路線バス

----------------------------- */
.page-bus .main {
  background-color: #ECEAE4;
}
.page-bus .main .busstop_main {
  background-color: #FFF;
  margin-bottom: 30px;
  border-radius: 5px;
}
.page-bus .main .busstop_main .section {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .page-bus .main .busstop_main .section {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.page-bus .main .busstop_main .section.section_route_search {
  padding-bottom: 0;
}

.busstop_two {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .busstop_two {
    flex-direction: column;
  }
}
.busstop_two .busstop_l {
  width: 21%;
}
@media screen and (max-width: 768px) {
  .busstop_two .busstop_l {
    width: 100%;
    order: 2;
  }
}
.busstop_two .busstop_l .section_title {
  margin-bottom: 15px;
}
.busstop_two .busstop_l .contact_info {
  line-height: 1.4em;
}
.busstop_two .busstop_r {
  width: 76%;
}
@media screen and (max-width: 768px) {
  .busstop_two .busstop_r {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .busstop_two .busstop_r .busstop_map {
    overflow-x: scroll;
  }
  .busstop_two .busstop_r .busstop_map img {
    width: 700px;
    max-width: 700px;
  }
}
.busstop_two .busstop_r .scroll-hint-icon {
  top: calc(10% - 25px);
  height: 100px;
}

.busstop_subtext {
  text-align: center;
  font-size: 0.9rem;
  margin-top: -15px;
  margin-bottom: 10px;
}

.no_bustable {
  opacity: 0.8;
}

ul.route_list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.route_list li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
ul.route_list li:nth-child(2n) {
  margin-right: 0;
}
ul.route_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  border-radius: 200px;
  background-color: #EC1012;
  color: #FFF;
  text-align: center;
  padding: 15px;
  font-size: 1.05rem;
  line-height: 1.4em;
  height: 40px;
}
ul.route_list li a small {
  display: block;
}
ul.route_list li.route01 a {
  background-color: #EC1012;
}
ul.route_list li.route02 a {
  background-color: #0BB9F5;
}
ul.route_list li.route03 a {
  background-color: #744FC9;
}
ul.route_list li.route04 a {
  background-color: #009D18;
}
ul.route_list li.route05 a {
  background-color: #B5B70F;
}

.banner_model {
  text-align: center;
}

.qa_title {
  color: #66B9C9;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px solid #66B9C9;
  padding-bottom: 5px;
  margin-top: 40px;
}

dl.qa_list {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
dl.qa_list dt {
  font-size: 1.1rem;
  line-height: 1.5em;
  font-weight: 600;
  margin-bottom: 0;
  padding: 3px 0 10px 40px;
  background-image: url("img/icon_q.svg");
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
dl.qa_list dd {
  font-size: 1rem;
  line-height: 1.5em;
  margin-left: 0;
  padding: 3px 0 10px 40px;
  background-image: url("img/icon_a.svg");
  background-size: 32px auto;
  background-repeat: no-repeat;
  background-position: 0 3px;
}

.qa_search {
  display: flex;
  justify-content: space-between;
  width: 400px;
  max-width: 100%;
  margin: 15px auto;
}
.qa_search .search_input {
  width: 68%;
  padding: 10px;
}
.qa_search .search_btn {
  width: 30%;
  border: none;
  background-color: #76C4EA;
  color: #FFF;
  padding: 10px;
}

.busstop_timetable .pdfemb-viewer {
  max-width: 100%;
  width: 100% !important;
}
.busstop_timetable .pdfemb-pagescontainer {
  max-width: 100%;
  width: 100% !important;
}
.busstop_timetable div.pdfemb-inner-div {
  max-width: 100%;
  width: 100% !important;
}
.busstop_timetable canvas {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.busstop_timetable .div.pdfemb-inner-div,
.busstop_timetable .div.pdfemb-viewer {
  background-color: #FFF !important;
}

.busstop_timetable .pdfemb-viewer {
  max-width: 100%;
}
.busstop_timetable .pdfemb-pagescontainer {
  max-width: 100%;
}
.busstop_timetable div.pdfemb-inner-div {
  max-width: 100%;
}
.busstop_timetable canvas {
  max-width: 100%;
}

.bus_no_txt {
  margin-bottom: 40px;
  background-color: #f7f7f7;
  padding: 30px;
  text-align: center;
}

.route_timetable {
  border: 3px solid #EC1012;
  background-color: #fff3f3;
  margin-bottom: 30px;
}
.route_timetable a {
  display: block;
  text-decoration: none;
  padding: 12px 20px 10px;
  color: #EC1012;
  font-weight: 600;
}

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

			路線

----------------------------- */
.route_gmap iframe {
  border: 1px solid #CCC;
}

.route_timetable_link {
  font-size: 0.9rem;
  line-height: 1.3em;
  padding-left: 35px;
  margin-bottom: 15px;
  position: relative;
}
.route_timetable_link .icon_pdf {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 10px;
}
.route_timetable_link .icon_pdf img {
  width: 23px;
}

ul.pagelink_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.pagelink_list li {
  margin: 0 10px;
}
ul.pagelink_list li a {
  text-decoration: underline;
}

.page-ikuchijima .pagelink_list5 {
  display: none;
}

.page-template-page-route .section_page {
  display: flex;
  flex-direction: column;
}
.page-template-page-route .section_page .section_aboutinfo {
  order: 9;
}
.page-template-page-route .section_page .section_info {
  order: 8;
}

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

			路線バス詳細

----------------------------- */
div.pdfemb-viewer {
  border: 1px solid #CCC !important;
}

ul.busstop_tab {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
ul.busstop_tab li {
  background-color: #D0D0D0;
  color: #868686;
  width: 46%;
  padding: 10px;
  margin-right: 20px;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4em;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.busstop_tab li.is-btn-active {
  background-color: #744FC9;
  color: #FFF;
}
ul.busstop_tab li.is-btn-active.tabcolor8 {
  background-color: #EC1012;
}
ul.busstop_tab li.is-btn-active.tabcolor9 {
  background-color: #0BB9F3;
}
ul.busstop_tab li.is-btn-active.tabcolor10 {
  background-color: #744FC9;
}
ul.busstop_tab li.is-btn-active.tabcolor12, ul.busstop_tab li.is-btn-active.tabcolor13, ul.busstop_tab li.is-btn-active.tabcolor14, ul.busstop_tab li.is-btn-active.tabcolor15, ul.busstop_tab li.is-btn-active.tabcolor16 {
  background-color: #B3B70F;
}
ul.busstop_tab li.is-btn-active.tabcolor11 {
  background-color: #019B1A;
}
@media screen and (max-width: 480px) {
  ul.busstop_tab li {
    font-size: 0.85rem;
    line-height: 1.2em;
    margin-right: 10px;
    padding: 5px;
  }
}
ul.busstop_tab li.tabcolor8 {
  order: 1;
}
ul.busstop_tab li.tabcolor10 {
  order: 2;
}
ul.busstop_tab li.tabcolor9 {
  order: 3;
}
ul.busstop_tab li.tabcolor11 {
  order: 4;
}
ul.busstop_tab li.tabcolor12 {
  order: 4;
}
ul.busstop_tab li.tabcolor13 {
  order: 5;
  padding: 0;
}
ul.busstop_tab li.tabcolor13 a {
  padding: 10px;
  width: 100%;
}
ul.busstop_tab li a {
  padding: 10px;
  text-decoration: none;
  display: block;
  color: #868686;
}

.single-busstop .main, .page-template-page-route .main {
  background-color: #ECEAE4;
}
.single-busstop .main .busstop_wrap .busstop_main, .page-template-page-route .main .busstop_wrap .busstop_main {
  margin-bottom: 50px;
  background-color: #FFF;
}
.single-busstop .main .busstop_wrap .busstop_main .pagelink_list, .page-template-page-route .main .busstop_wrap .busstop_main .pagelink_list {
  padding-top: 30px;
}
.single-busstop .main .busstop_wrap .busstop_main .busstop_conatin, .page-template-page-route .main .busstop_wrap .busstop_main .busstop_conatin {
  display: flex;
  flex-direction: column;
}
.single-busstop .main .busstop_wrap .busstop_main .section, .single-busstop .main .busstop_wrap .busstop_main .section_page, .page-template-page-route .main .busstop_wrap .busstop_main .section, .page-template-page-route .main .busstop_wrap .busstop_main .section_page {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .single-busstop .main .busstop_wrap .busstop_main .section, .single-busstop .main .busstop_wrap .busstop_main .section_page, .page-template-page-route .main .busstop_wrap .busstop_main .section, .page-template-page-route .main .busstop_wrap .busstop_main .section_page {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.single-busstop .main .busstop_wrap .busstop_main.is-contents-active, .page-template-page-route .main .busstop_wrap .busstop_main.is-contents-active {
  display: block !important;
}
.single-busstop .main .busstop_wrap .busstop_main .section_busstop_timetable, .page-template-page-route .main .busstop_wrap .busstop_main .section_busstop_timetable {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .single-busstop .main .busstop_wrap .busstop_main .section_busstop_timetable, .page-template-page-route .main .busstop_wrap .busstop_main .section_busstop_timetable {
    flex-direction: column;
  }
}
.single-busstop .main .busstop_wrap .busstop_main .section_busstop_timetable .content_busstop_timetable, .page-template-page-route .main .busstop_wrap .busstop_main .section_busstop_timetable .content_busstop_timetable {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .single-busstop .main .busstop_wrap .busstop_main .section_busstop_timetable .content_busstop_timetable, .page-template-page-route .main .busstop_wrap .busstop_main .section_busstop_timetable .content_busstop_timetable {
    width: 100%;
    margin-bottom: 20px;
  }
}
.single-busstop .main .busroute_list, .page-template-page-route .main .busroute_list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: scroll;
}
.single-busstop .main .busroute_list li, .page-template-page-route .main .busroute_list li {
  margin: 0 3px;
  writing-mode: vertical-rl;
  padding: 10px 6px;
  border-radius: 3px;
  border: 2px solid #DDD;
  font-size: 0.8rem;
  line-height: 1.4em;
  font-weight: 500;
}
.single-busstop .main .busroute_list li.active_busstop, .page-template-page-route .main .busroute_list li.active_busstop {
  border: 1px solid #ED6D17;
  background-color: #ED6D17;
  color: #FFF;
}

.common_company_box {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .common_company_box {
    display: block;
  }
}
.common_company_box .common_company_contents {
  margin-right: 5%;
}
@media screen and (max-width: 768px) {
  .common_company_box .common_company_contents {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.section_bustop {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section_bustop {
    flex-direction: column;
  }
}
.section_bustop .busstop_l {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .section_bustop .busstop_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section_bustop .busstop_l iframe {
  display: block;
  border: 1px solid #CCC;
}
.section_bustop .busstop_l .route_map img {
  display: block;
  border: 1px solid #CCC;
}
.section_bustop .busstop_r {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .section_bustop .busstop_r {
    width: 100%;
  }
}
.section_bustop .busstop_r iframe {
  display: block;
  border: 1px solid #CCC;
}

.content_platform {
  text-align: center;
}

.icon_pdf {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

ul.tourist_facility {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  ul.tourist_facility {
    grid-template-columns: repeat(2, 1fr);
  }
}
ul.tourist_facility li a {
  text-decoration: none;
}
ul.tourist_facility li a h3 {
  margin: 5px 0;
  font-size: 1.1rem;
  line-height: 1.5em;
}
ul.tourist_facility li a p {
  margin: 5px 0;
  line-height: 1.5em;
}

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

			貸切バス

----------------------------- */
.page-charteredbus .section_info::before, .page-charteredbus .section_info::after,
.page-bus .section_info::before,
.page-bus .section_info::after,
.page-template-page-route .section_info::before,
.page-template-page-route .section_info::after,
.single-busstop .section_info::before,
.single-busstop .section_info::after {
  display: none;
}

.charteredbus_main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .charteredbus_main {
    flex-direction: column;
  }
}
.charteredbus_main .charteredbus_l {
  width: 78%;
}
@media screen and (max-width: 768px) {
  .charteredbus_main .charteredbus_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.charteredbus_main .charteredbus_r {
  width: 18%;
}
@media screen and (max-width: 768px) {
  .charteredbus_main .charteredbus_r {
    width: 100%;
  }
}
.charteredbus_main .charteredbus_r .charteredbus_links {
  padding: 0;
  list-style: none;
}
.charteredbus_main .charteredbus_r .charteredbus_links li.charterbus_level0 {
  background-color: #efefef;
  padding: 10px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4em;
  margin-top: 30px;
}
.charteredbus_main .charteredbus_r .charteredbus_links li.charterbus_level0 a {
  text-decoration: none;
}
.charteredbus_main .charteredbus_r .charteredbus_links li:not(.charterbus_level0) {
  font-size: 0.9rem;
  line-height: 1.4em;
  margin-top: 10px;
}
.charteredbus_main .charteredbus_r .charteredbus_links li:not(.charterbus_level0)::before {
  content: "・";
}
.charteredbus_main .charteredbus_r .charteredbus_links li:first-child {
  margin-top: 0;
}

.single-charteredbus ul.main_slider li img {
  height: auto;
}

.charteredbus_info .charteredbus_seat {
  margin-top: 15px;
}

ul.pa_list li .charteredbus_img img {
  width: 100%;
  height: auto;
}

.hyouka_txt {
  padding-top: 20px;
}

.border_list {
  background-color: #efefef;
  border: 1px solid #CCC;
  padding: 10px 10px 10px 50px;
  font-weight: bold;
}

ul.charteredbus_list li .pa_info .pa_data th {
  width: 6em;
}
@media screen and (max-width: 480px) {
  ul.charteredbus_list li .pa_info .pa_data th {
    width: calc(100% - 24px);
  }
}

ul.link_list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-top: 60px;
  margin-bottom: 60px;
}
ul.link_list.center {
  justify-content: center;
}
ul.link_list.link_flow li {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 50px;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
  box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
ul.link_list.link_flow li a {
  color: #FFF;
  border: 2px solid #FFF;
  margin: 5px;
  border-radius: 50px;
  background-image: url(img/arrow_w.svg);
}
@media screen and (max-width: 480px) {
  ul.link_list {
    margin-top: 30px;
    margin-bottom: 30px;
    flex-direction: column;
  }
}
ul.link_list li {
  width: 48%;
}
@media screen and (max-width: 480px) {
  ul.link_list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
ul.link_list li a {
  display: block;
  border: 2px solid #66B9C9;
  color: #66B9C9;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px 18px;
  background-image: url(img/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 18px auto;
}
@media screen and (max-width: 480px) {
  ul.link_list li a {
    font-size: 1rem;
  }
}
ul.link_list li a .link_icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-bottom: -3px;
}

.wp-block-table + .wp-block-table {
  margin-top: calc(-1em - 1px);
}

ul.charteredbus_option {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
ul.charteredbus_option li {
  width: 80px;
  margin-right: 10px;
  text-align: center;
}
ul.charteredbus_option li .co_img img {
  width: 50px;
  display: block;
  margin: 0 auto;
}
ul.charteredbus_option li p {
  margin: 2px 0 0 0;
  font-size: 0.7rem;
  line-height: 1em;
}

.charteredbus-cta {
  position: relative;
  margin: 30px 0;
  padding: 20px 15px;
  border: 3px solid rgb(118, 196, 234);
  border-radius: 9px;
}
@media screen and (max-width: 640px) {
  .charteredbus-cta {
    padding-top: 40px;
  }
}
.charteredbus-cta__sub-title {
  text-align: center;
}
.charteredbus-cta__title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.charteredbus-cta__spots {
  display: flex;
  flex-direction: row;
  gap: 10%;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .charteredbus-cta__spots {
    gap: 10px;
    flex-direction: column;
  }
}
.charteredbus-cta__spots dl {
  margin: 0;
  padding: 0;
}
.charteredbus-cta__spots dt {
  margin-bottom: 10px;
  padding: 6px;
  color: #66B9C9;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #EEF5F3;
}
.charteredbus-cta__spots dd {
  margin: 0;
  padding: 0;
}
.charteredbus-cta__spots dd.tel {
  margin-top: 5px;
  font-weight: bold;
  font-size: 1.1rem;
}
.charteredbus-cta__spots dd.tel a {
  color: rgb(118, 196, 234);
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
}
.charteredbus-cta__spots dd.tel .icon_tel {
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
}
.charteredbus-cta ul.link_list {
  margin: 20px 0 0;
  justify-content: center;
}
.charteredbus-cta::before {
  background-image: url(img/bus.png);
  background-size: contain;
  display: block;
  content: "";
  width: 120px;
  height: 84px;
  position: absolute;
  right: 2%;
  top: -40px;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  animation: 2.8s ease-in-out 0s infinite alternate-reverse none running bus;
}

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

			会社紹介

----------------------------- */
ul.scompany_list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 768px) {
  ul.scompany_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  ul.scompany_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.scompany_list li {
  background-color: #FFF;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.05);
}
ul.scompany_list li a {
  text-decoration: none;
  display: block;
}
ul.scompany_list li a .company_img img {
  display: block;
}
@media screen and (max-width: 480px) {
  ul.scompany_list li a .company_img img {
    height: 180px;
    object-fit: cover;
  }
}
ul.scompany_list li a h2 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  padding: 12px 20px;
  background-image: url(img/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 18px auto;
}

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

			沿革

----------------------------- */
@media screen and (max-width: 480px) {
  .page-history .wp-block-table table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.page-history .wp-block-table table tr th {
  width: 20%;
}
@media screen and (max-width: 480px) {
  .page-history .wp-block-table table tr th {
    width: calc(50% - 30px);
  }
}
.page-history .wp-block-table table tr td {
  width: 80%;
}
@media screen and (max-width: 480px) {
  .page-history .wp-block-table table tr td {
    width: 100%;
  }
}

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

			お問い合わせ

----------------------------- */
select {
  font-size: 16px;
}

textarea {
  border: 1px solid #aaa;
  width: 96%;
  width: calc(96% - 2px);
  font-size: 16px;
  padding: 5px 2%;
}

.content_contact {
  background-color: #FFF;
  max-width: 700px;
  margin: 0 auto;
}

table.contact_table {
  width: 100%;
  border-collapse: collapse;
}

table.contact_table th {
  padding: 15px;
  text-align: left;
  width: 14em;
}

table.contact_table td {
  padding: 15px;
}

table.contact_table th p,
table.contact_table td p {
  margin: 0;
}

.contact_table input[type=text], .contact_table input[type=email], .contact_table input[type=tel], .contact_table input[type=password], .contact_table textarea {
  height: 45px;
  padding: 0 10px;
  font-size: 16px;
  outline: none;
  background-color: #f9fbfd;
  border: 1px solid #e0e5eb;
  border-radius: 5px;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(100% - 20px);
}

.contact_table textarea {
  height: auto;
  padding: 10px;
}

input[type=text],
input[type=tel],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 480px) {
  textarea {
    width: 89%;
  }
}

input[type=text],
input[type=tel],
input[type=email],
input[type=date] {
  height: auto;
  padding: 5px 2%;
  width: 96%;
  width: calc(96% - 2px);
  font-size: 16px;
  border: 1px solid #aaa;
}
@media screen and (max-width: 480px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=date] {
    width: 89%;
  }
}

.contact_table input[type=text].input_s,
.contact_table input[type=tel].input_s {
  width: 134px;
}

.input_btn, .input_btn2 {
  display: inline-block;
  color: #FFF;
  text-align: center;
  padding: 15px 30px;
  border-radius: 3px;
  background-color: #05248a;
  border: none;
  font-size: 16px;
  position: relative;
  min-width: 240px;
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
}

.neccesory {
  font-weight: normal;
  display: inline-block;
  color: #FFF;
  background-color: #FF5A29;
  font-size: 12px;
  line-height: 1em;
  padding: 4px 10px;
  margin-left: 4px;
  border-radius: 100px;
  margin-right: 5px;
}

.form_btn input {
  display: block;
  border: none;
  color: #FFF;
  background-color: #000;
  width: 300px;
  border-radius: 300px;
  padding: 12px 8px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
}

.page_secondary {
  font-weight: normal;
  font-size: 1rem;
}

.blog_main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

.blog_content {
  width: 70%;
}
.blog_content.blog_content_wide {
  width: 100%;
}

.blog_content ul.news_list {
  width: 100%;
}

.blog_side {
  width: 22%;
}

.widget {
  margin-bottom: 18px;
}

.side_content .wp-block-heading {
  display: block;
  color: #FFF;
  text-decoration: none;
  background-color: #999;
  padding: 3px 10px;
  margin: 0 0 5px;
  font-size: 1rem;
  line-height: 1.4em;
}

.blog_category a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4em;
}

.widget_area li {
  list-style: none;
}

.widget_area > li {
  font-size: 15px;
}

.widget_area > li + li {
  margin-top: 20px;
}

.widget_area li a {
  text-decoration: none;
}

.widgettitle {
  font-size: 16px;
  margin-top: 0;
  padding-bottom: 3px;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 7px;
}

.widget ul {
  padding-left: 5px;
  margin: 0;
}

.widget ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 800;
  color: #ddd;
  font-size: 12px;
  padding-right: 3px;
}

ul.page-numbers {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: flex;
  justify-content: center;
}

ul.page-numbers li {
  border: 1px solid #CCC;
  margin: 5px;
  line-height: 1em;
  text-align: center;
  width: 36px;
  height: 36px;
}

ul.page-numbers li a {
  padding: 10px;
  text-decoration: none;
  background-color: #FFF;
  display: block;
}

ul.page-numbers li .current {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
}

.product_detail {
  padding: 60px 0;
}

.product_detail table {
  border-top: 1px solid #000;
  width: 100%;
}

.product_detail table th {
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #000;
  width: 150px;
}

.product_detail table td {
  padding: 15px;
  border-bottom: 1px solid #000;
  text-align: left;
}

.product_netshop {
  padding: 20px 0 46px;
}

@media (max-width: 1100px) {
  .wrap {
    padding-left: 4%;
    padding-right: 4%;
  }
}
@media (max-width: 980px) {
  body {
    font-size: 15px;
    padding-top: 49px;
    position: relative;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  .flex {
    flex-direction: column;
  }
  .flex_img {
    width: 100%;
    text-align: center;
  }
  .flex_info {
    width: 100%;
  }
  .item_list:nth-child(2n) .flex_img {
    order: 1;
  }
  .item_list:nth-child(2n) .flex_info {
    order: 2;
  }
  .item_list {
    margin-bottom: 60px;
  }
  .item_list .flex_img img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  header {
    padding-top: 5px;
    padding-bottom: 5px;
    height: 44px;
  }
  .burger_btn_content {
    display: block;
  }
  .nav_menu ul {
    display: none;
  }
  .blog_main {
    flex-direction: column;
    padding-bottom: 0;
  }
  .blog_content {
    width: 100%;
    margin-bottom: 60px;
  }
  .blog_side {
    width: 100%;
  }
  .item_list .flex_img img {
    width: 140px;
  }
  .copyright {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 640px) {
  ul.news_list li a {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  ul.news_list li h3 {
    margin-left: 0;
    margin-top: 5px;
  }
  .back_btn a {
    width: 100px;
    padding: 9px 30px;
  }
}
@media (max-width: 480px) {
  table.contact_table th {
    display: block;
    padding: 7px 7px 0 7px;
  }
  table.contact_table td {
    display: block;
    padding: 7px;
  }
}
/* -----------------------------

			お見積りフォーム

----------------------------- */
table.form_table {
  width: 100%;
  border-collapse: collapse;
}
table.form_table th {
  text-align: left;
  padding: 20px 10px;
  width: 200px;
  border: 1px solid #ddd;
  background-color: #efefef;
}
table.form_table th p {
  margin: 0;
}
@media screen and (max-width: 480px) {
  table.form_table th {
    width: 88%;
    max-width: 100%;
    display: block;
    padding: 10px;
  }
}
table.form_table th .nec {
  display: inline-block;
  padding: 2px 7px;
  font-size: 13px;
  font-weight: 400;
  color: #FFF;
  background-color: #FF5A29;
  margin-left: 5px;
  line-height: 1.4em;
}
table.form_table td {
  padding: 20px 10px;
  border: 1px solid #eee;
}
table.form_table td p {
  margin: 0;
}
@media screen and (max-width: 480px) {
  table.form_table td {
    width: 88%;
    display: block;
  }
}

.period_main {
  display: flex;
  align-items: center;
}
.period_main .period_content {
  margin-right: 10px;
}

.submit_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.submit_btn input {
  background-color: #76C4EA;
  color: #FFF;
  display: inline-block;
  padding: 14px 20px;
  border: none;
  font-size: 1.3rem;
  font-weight: 600;
  border-radius: 5px;
  width: 200px;
  cursor: pointer;
}

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

	ブロック

----------------------------- */
.wp-block-file {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
  padding: 16px 10px;
  line-height: 1;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media (min-width: 500px) {
  .wp-block-file {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 500px) {
  .wp-block-file {
    padding: 6px 10px;
  }
}
.wp-block-file a:not(.wp-element-button) {
  display: block;
  position: relative;
  padding: 10px 0 10px 44px;
  color: #4c4948;
  font-size: 1rem;
  text-decoration: none;
}
@media (max-width: 499px) {
  .wp-block-file a:not(.wp-element-button) {
    padding-left: 30px;
  }
}
.wp-block-file a:not(.wp-element-button):hover {
  color: #ED6D17;
}
.wp-block-file a:not(.wp-element-button)::before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 500px) {
  .wp-block-file a:not(.wp-element-button)::before {
    width: 28px;
    height: 35px;
  }
}
.wp-block-file a[href*=".pdf"]:not(.wp-element-button)::before {
  background-image: url(./img/icon_pdf2.svg);
}
.wp-block-file a[href*=".doc"]:not(.wp-element-button)::before {
  background-image: url(./img/icon_doc.svg);
}
.wp-block-file a[href*=".docx"]:not(.wp-element-button)::before {
  background-image: url(./img/icon_doc.svg);
}
.wp-block-file a[href*=".xls"]:not(.wp-element-button)::before {
  background-image: url(./img/icon_xls.svg);
}
.wp-block-file a[href*=".xls"]:not(.wp-element-button)::before {
  background-image: url(./img/icon_xls.svg);
}
.wp-block-file a[href*=".xlsz"]:not(.wp-element-button)::before {
  background-image: url(./img/icon_xls.svg);
}

.wp-block-file:not(.wp-element-button) {
  font-size: 1em;
}

.wp-block-file__button.wp-element-button {
  padding: 10px 25px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  background: #194d8b;
}
.wp-block-file__button.wp-element-button::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background: url(./img/icon_download.svg) no-repeat center;
  background-size: 100%;
}
.wp-block-file__button.wp-element-button:hover, .wp-block-file__button.wp-element-button:focus, .wp-block-file__button.wp-element-button:active {
  color: #fff;
}
@media (max-width: 499px) {
  .wp-block-file__button.wp-element-button {
    display: none;
  }
}

/* ContactForm7
---------------------*/
.wpcf7 dl, .wpcf7 dt, .wpcf7 dd {
  margin: 0;
  padding: 0;
}

.wpcf7 *, .wpcf7 *:before, .wpcf7 *:after {
  box-sizing: border-box;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=date],
.wpcf7 input[type=time],
.wpcf7 input[type=tel],
.wpcf7 textarea,
.wpcf7 select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.wpcf7 input[type=text]::-moz-placeholder,
.wpcf7 input[type=email]::-moz-placeholder,
.wpcf7 input[type=date]::-moz-placeholder,
.wpcf7 input[type=time]::-moz-placeholder,
.wpcf7 input[type=tel]::-moz-placeholder,
.wpcf7 textarea::-moz-placeholder,
.wpcf7 select::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.wpcf7 input[type=text]:-ms-input-placeholder,
.wpcf7 input[type=email]:-ms-input-placeholder,
.wpcf7 input[type=date]:-ms-input-placeholder,
.wpcf7 input[type=time]:-ms-input-placeholder,
.wpcf7 input[type=tel]:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder,
.wpcf7 select:-ms-input-placeholder {
  color: #999;
}

.wpcf7 input[type=text]::-webkit-input-placeholder,
.wpcf7 input[type=email]::-webkit-input-placeholder,
.wpcf7 input[type=date]::-webkit-input-placeholder,
.wpcf7 input[type=time]::-webkit-input-placeholder,
.wpcf7 input[type=tel]::-webkit-input-placeholder,
.wpcf7 textarea::-webkit-input-placeholder,
.wpcf7 select::-webkit-input-placeholder {
  color: #999;
}

.wpcf7 textarea {
  height: 8em;
}

.wpcf7 dl {
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}

@media (min-width: 1200px) {
  .wpcf7 dl {
    margin-bottom: 15px;
  }
}
.wpcf7 dl:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1199px) {
  .wpcf7 dt {
    margin-bottom: 5px;
  }
}
.wpcf7 .wpcf7-radio .wpcf7-list-item {
  display: block;
}

.wpcf7 .wpcf7-radio .wpcf7-list-item,
.wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}

.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-radio label {
  position: relative;
  font-weight: normal;
  padding-left: 20px;
}

.wpcf7 .wpcf7-checkbox label,
.wpcf7 .wpcf7-radio label {
  display: inline-block;
  padding: 4px 5px 4px 27px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.wpcf7 .wpcf7-checkbox input,
.wpcf7 .wpcf7-radio input {
  margin-left: -20px;
  margin-top: -2px;
  vertical-align: middle;
}

.wpcf7 .example {
  margin-top: 5px;
}

.wpcf7 .wpcf7-form-control-wrap.your-persons {
  display: inline-block;
  max-width: 50%;
  margin-right: 5px;
}

.wpcf7 .wpcf7-form-control-wrap.your-start-place,
.wpcf7 .wpcf7-form-control-wrap.your-back-place {
  display: block;
  margin-bottom: 5px;
}

.wpcf7 .wpcf7-form-control-wrap.your-go-time,
.wpcf7 .wpcf7-form-control-wrap.your-back-time {
  display: inline-block;
  vertical-align: middle;
}

.wpcf7 .wpcf7-form-control.wpcf7-file {
  display: inline-block;
  margin: 5px 0;
  padding: 3px;
  border: 1px solid #ccc;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  margin-left: -20px;
  position: absolute;
}

.wpcf7 .required {
  display: inline-block;
  padding: 2px 7px;
  font-size: 13px;
  font-weight: 400;
  color: #FFF;
  background-color: #FF5A29;
  margin-left: 5px;
  line-height: 1.4em;
}

.wpcf7 form > dl > dt {
  margin-bottom: 5px;
  font-weight: bold;
}

.wpcf7 .wpcf7-text.wpcf7-short {
  width: 20%;
}

.wpcf7-row {
  margin: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wpcf7-row > * {
  margin-right: 5px;
}

#content .wpcf7-row p {
  margin-bottom: 0;
}

.wpcf7 .wpcf7-text.wpcf7-inline {
  /*display: inline-block;*/
}

.wpcf7 .wpcf7-text.number-small {
  width: 4em;
}

.wpcf7 dl.wpcf7-bus-type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.wpcf7 dl.wpcf7-bus-type dt {
  margin-bottom: 5px;
}
@media screen and (min-width: 480px) {
  .wpcf7 dl.wpcf7-bus-type dt {
    width: 45%;
  }
}

.wpcf7 dl.wpcf7-bus-type dd {
  margin-bottom: 5px;
}
@media screen and (min-width: 480px) {
  .wpcf7 dl.wpcf7-bus-type dd {
    width: 55%;
  }
}

.wpcf7 dl.wpcf7-bus-type input[type=text] {
  display: inline-block;
}

.wpcf7 input[type=submit] {
  padding: 5px 10px;
}

.submit_btn input:disabled {
  background: #ccc;
}/*# sourceMappingURL=style.css.map */