@charset "utf-8";

/*++++++++++++++
共通
++++++++++++++*/
body {
  overflow-x: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  /*font-family: 'Noto Sans JP', sans-serif;*/
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  transition: 0.5s;
  box-sizing: border-box;
}

body:before {
  content: "";
  transition: 0.5s;
}

body.ory {
  overflow: hidden;
}

body.ory:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  transition: 0.5s;
}

body * {
  box-sizing: border-box;
}

.outfit {
  font-family: "Outfit", sans-serif;
}

#wrapper {
  padding: 0;
  margin: 0;
}

.inner {
  max-width: 1200px;
  margin: auto;
}

.overlay {
  /* background: rgba(0,0,0,0.2); */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

.under {
  text-decoration: underline;
  color: #69c;
}

.under:hover {
  text-decoration: none;
}

u.under3 {
  color: #dd2727;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/*改行*/
.br {
  display: block !important;
}

.br2 {
  display: none !important;
}

/*レスポンシブ*/
.pc,
.pc-1499,
.pc-991 {
  display: block !important;
}

.sp,
.sp-1499,
.sp-991 {
  display: none !important;
}

/*センタリング*/
.center {
  display: block;
  margin: auto;
  text-align: center;
}

/*flex*/

.flex-tight {
  display: flex;
  margin: 20px 40px 0px 40px;
}

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

small.during {
  display: block;
  font-size: 0.9em;
  color: #7b7b7c;
}

/*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
/*極小*/
.mb {
  margin: 0 0 10px;
}

/*小*/
.mb1 {
  margin: 0 0 30px;
}

/*中*/
.mb2 {
  margin: 0 0 50px;
}

/*大*/
.mb3 {
  margin: 0 0 80px;
}

/*特大*/
.mb4 {
  margin: 0 0 100px;
}

/*超特大*/
.mb5 {
  margin: 0 0 150px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.color-blue {
  color: #005bac;
}

.color-red {
  color: #e60013;
}

.text-right {
  text-align: right;
  display: block;
}

.button2 {
  padding: 20px 70px 20px 20px;
  border-radius: 10px;
  background: #fff;
  /* letter-spacing: 2px; */
  color: #e60013;
  font-size: 1.2em;
  font-weight: 600;
  position: relative;
  box-shadow: 5px 5px 5px rgb(0 0 0 / 5%);
  transition: 0.3s;
  border: 2px solid #e60013;
  display: block;
  cursor: pointer;
}

.button2:hover {
  color: #e60013;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 5%);
  background: #ffedef;
}

.button2:before {
  content: "";
  background: url(../images/common/arrow_r.svg) no-repeat center center;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 20px;
  transition: 0.3s;
}

.button2:hover:before {
  background: url(../images/common/arrow_r.svg) no-repeat center center;
  right: 1.5%;
}

.button3:before {
  content: "";
  background: url(../images/common/arrow_b.svg) no-repeat center center;
  position: absolute;
  width: 15px;
  height: 15px;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 10px;
  transition: 0.3s;
}

.button3:hover:before {
  right: 3%;
}

.button3 {
  /* max-width: 350px; */
  display: block;
  position: relative;
}

.btn_compulsion .button4,
.button4 {
  border-radius: 5px;
  font-size: 1em;
  font-weight: 500;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 32px 0 0;
  transition: 0.3s;
  width: 100%;
  height: auto;
}
.btn_compulsion .button4:before,
.button4:before {
  content: "";
  background: url(../images/common/arrow_w.svg) no-repeat center center #005bac;
  background-size: 6px;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  bottom: 0;
  border-radius: 100px;
  margin: auto;
  right: 0;
  border: 1px solid #005bac;
  left: inherit;
}
.btn_compulsion a:hover .button4:before,
a:hover .button4 {
  color: #005bac;
}

.button4.on {
  color: #fff;
  background: #409343;
}

.button4:hover:before {
  /* background: url(../images/common/arrow_w.svg) no-repeat center center; */
}

.button4.on:before {
  content: "";
  background: url(../images/common/arrow_w.svg) no-repeat center center;
}

.button5 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 19px;
  transition: 0.3s;
}

.button5:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #035dae;
  transition: 0.3s;
}

.button5:hover:before {
  left: 2%;
}

.link:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../images/common/link.svg) no-repeat center;
  background-size: 100%;
  right: 5%;
  display: none;
}

/*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/
/*拡大*/
.scale img {
  transition: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
  position: relative;
  display: block;
}

.scale:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/*++++++++++++++
下層メインタイトル
++++++++++++++*/
h1 {
}

/*++++++++++++++*/
/*大見出し*/
h2 {
  font-weight: 600;
  font-size: 2.6em;
  letter-spacing: 1px;
}

/*中見出し*/
h3 {
  font-size: 2.3em;
  font-weight: 600;
}

/*小見出し*/
h4 {
  font-weight: 600;
  font-size: 1.8em;
}

/*以下見出し*/
.h5-wrap h5 {
  color: #008751;
  font-weight: 600;
  border-left: 2px solid #008751;
  margin: 0 0 20px;
  display: inline-block;
  padding: 0 0 0 10px;
  letter-spacing: 1px;
  line-height: 1;
}

h5 {
  font-size: 1.3em;
}

/*以下見出し*/
h6 {
  /* font-family: 'Noto Serif JP', serif; */
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 0;
}

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

.sonota {
  padding: 30px;
  background: #f9f9f9;
  border-radius: 5px;
}

.sonota-notice {
  margin: 20px 20px 50px 20px;
  padding: 30px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #e60013;
  border-radius: 5px;
}

.sonota h6 {
  font-weight: 600;
  font-size: 1.1em;
  color: #005bac;
  border-bottom: 1px solid #005bac;
  padding: 0 0 8px 0;
  box-shadow: 0px 4px 6px -5px #adc5d0;
}

.sonota p {
  font-size: 1em;
}

.sonota-notice {
  margin: 20px 20px 50px 20px;
  padding: 30px;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #e60013;
  border-radius: 5px;
}

/*本文*/
p {
  font-size: 1em;
  line-height: 2;
  color: #4b4e56;
  letter-spacing: 0.5px;
}

/*補足*/
em {
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.8em;
}

sup {
  font-size: 60%;
}

.tel {
  font-size: 2.5em;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  background: url(../images/common/tel_b.svg) no-repeat center left;
  background-size: 30px;
  padding: 0 0 0px 38px;
  margin: 10px 0;
  display: inline-block;
  font-family: "Roboto", sans-serif;
}

/**/
/*上*/
.view-lowup {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 0.5s;
  transition-delay: 0.5s;
}

.view-lowup2 {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 0.6s;
  transition-delay: 0.6s;
}

.view-lowup3 {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 0.7s;
  transition-delay: 0.7s;
}

.view-lowup4 {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 0.8s;
  transition-delay: 0.8s;
}

.view-lowup5 {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 0.9s;
  transition-delay: 0.9s;
}

.mv-lowup {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*右*/
.view-lowright {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  transition: 0.5s;
  transition-delay: 0.5s;
}

.mv-lowright {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*左*/
.view-lowleft {
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  transition: 0.5s;
  transition-delay: 0.5s;
}

.mv-lowleft {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.mv-fade {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mv-blur {
  -webkit-animation-name: Blur;
  animation-name: Blur;
  transition: 0.3s;
}

@-webkit-keyframes Blur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/**/
a.arrow {
  display: block;
  font-size: 1em;
  letter-spacing: 1px;
  position: relative;
  transition: 0.3s;
}

a.arrow:hover {
  color: #409343;
}

a.arrow:before {
  content: "";
  background: url(../images/common/arrow_w.svg) no-repeat center center;
  background-size: 9px;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  /* bottom: 0; */
  border-radius: 100px;
  margin: auto;
  right: 0;
  transform: translateY(-50%);
}

.arrow2 {
  display: block;
  margin: 0 0 10px;
  font-size: 1.2em;
  color: #409343;
  letter-spacing: 2px;
  padding: 3px 0 5px 45px;
  position: relative;
  font-weight: 100;
}

.arrow2:before {
  content: "";
  background: url(../images/common/arrow_w.svg) no-repeat center center #409343;
  background-size: 10px;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 1px solid #409343;
  top: 0;
  bottom: 0;
  border-radius: 100px;
  margin: auto;
  left: 0;
  z-index: 1;
}

.arrow3 {
  display: block;
  font-size: 1.1em;
  color: #409343;
  letter-spacing: 2px;
  font-weight: 100;
  text-align: center;
  overflow: hidden;
}

.arrow3:before {
  content: "";
  background: url(../images/common/arrow_w.svg) no-repeat center center #409343;
  background-size: 8px;
  position: absolute;
  width: 25px;
  height: 25px;
  border: 1px solid #409343;
  bottom: 5%;
  border-radius: 100px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
}

.arrow2:after,
.arrow3:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  left: 1px;
  top: 1px;
  bottom: 0;
  background: #409343;
  border-radius: 50%;
  z-index: 0;
  transition: 0.3s;
}

.arrow2:after {
  bottom: 9.4%;
  top: inherit;
}

.arrow3:after {
  width: 25px;
  height: 25px;
  left: 0;
  right: 0;
  top: inherit;
  bottom: 5.4%;
  margin: auto;
}

.arrow2:hover:after,
.arrow3:hover:after,
.intro_button_box a:hover .arrow3:after,
.button3:hover .arrow3:after {
  content: "";
  -webkit-animation: ripple 1s cubic-bezier(0.3, 0, 0.1, 1) infinite;
  animation: ripple 1s cubic-bezier(0.3, 0, 0.1, 1) infinite;
  border-radius: 50%;
  z-index: 0;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
    opacity: 0;
  }
}

/*++++++++++++++
table
++++++++++++++*/
/*テーブル*/
table {
  width: 100%;
  line-height: 1.8;
  letter-spacing: 0px;
  background: #fff;
  /* border: 1px solid #e2e2e2; */
  border-collapse: separate;
  border-spacing: 0;
}

.table_fixed {
  table-layout: fixed;
  text-align: center;
}

.table_fixed th {
  text-align: center;
  width: auto;
}

tr {
  /* border-top: 1px solid #eee; */
}

th {
  padding: 25px;
  font-weight: 500;
  width: 20%;
  /* background: #f9f9f9; */
  color: #4b4e56;
  /* border-right: 1px solid #e2e2e2; */
  border-bottom: 1px solid #eee;
  background: #f3f7f9;
}

tr:first-child th,
tr:first-child td {
  border-top: 1px solid #eee;
}

td {
  padding: 25px;
  font-weight: 300;
  border-bottom: 1px solid #eee;
  color: #4b4e56;
}

td ol {
  padding: 0 0 0 20px;
}

td ol li {
  list-style-type: square;
  font-size: 0.9em;
}

/*+++++++++++++++++++
/*header
+++++++++++++++++++*/
header {
  z-index: 1000;
  /* display: flex; */
  box-sizing: border-box;
  width: 100%;
  top: 0;
  /* background: #f6f6f6; */
  padding: 0;
  position: relative;
  margin: 20px auto 0;
}

header .header-wrap {
  max-width: 2048px;
  margin: auto;
  position: relative;
}

header.is-animation .drawer-hamburger {
  top: 8%;
}

.ory header {
  z-index: 100;
}

header a.logo {
  width: 200px;
  display: block;
  /* padding: 40px 0 0 4%; */
  position: absolute;
  left: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 2048px;
}

header a.logo img.on {
  display: none;
}

header .submenu {
  /* margin: 20px 2.5% 0 auto; */
  padding: 0 7.5% 0 7.5%;
  width: 100%;
  margin: 0 0 0 auto;
  z-index: 9;
  position: relative;
  display: flex;
  align-items: center;
}

header .submenu ul {
  align-items: center;
}

header .submenu ul.s-top {
  justify-content: end;
  -webkit-justify-content: end;
  margin: 0 0 0 auto;
  width: 330px;
  border-left: 1px solid;
  padding: 0 0 0 30px;
  position: absolute;
  right: 13%;
}

header .submenu ul li {
  margin: 0 0% 0 0;
}

header .submenu ul.s-top li:last-child {
  margin: 0;
}

header .submenu ul.s-top li:nth-child(2) a {
  /* background: #ffffff; */
  /* color: #8293a0; */
}

header .submenu ul.s-top li a:hover {
  /* padding: 5px 38px 8px; */
  /* border-radius:5px; */
  /* background: #c9ced3; */
  /* border-bottom: none; */
}

header .submenu ul.s-top li:nth-child(2) a:hover {
  /* padding: 5px 38px 8px; */
  border-radius: 5px;
  border-bottom: none;
}

header .submenu ul li.driving a {
  font-weight: 600;
  color: #e60012;
}

header .submenu ul li.time a {
  font-weight: 600;
  color: #005bac;
}

header .submenu ul.s-top li a {
  font-size: 1em;
  /* background: #8293a0; */
  border-radius: 5px;
  color: #000;
  padding: 0;
  display: block;
  text-align: center;
}

header .submenu ul li a {
  /* color: #005bac; */
  font-size: 1em;
  letter-spacing: 1px;
  position: relative;
  transition: 0.3s;
  font-weight: 600;
  padding: 56px 0 0 0;
  /* border-radius: 8px; */
  /* background: #fff; */
}

header .submenu.sub-top {
  width: 100%;
  display: flex;
  margin: 0;
  box-sizing: border-box;
  padding: 15px 2.5%;
  background: #ffffff;
  position: absolute;
}

header .submenu ul.s-top li {
  width: auto;
  margin: 0 30px 0 0;
}

header .submenu ul.s-bottom li:last-child > a {
  /* border-right: 1px solid #e5e5e5; */
}

header .submenu ul.s-bottom {
  /* max-width: 1200px; */
  margin: auto;
  width: 500px;
  min-width: 40%;
  /* position: relative; */
  /* padding: 0 120px; */
}

header .submenu ul.s-bottom li > a:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/common/localbus.svg) no-repeat center;
  background-size: 17px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  /* border: 1px solid; */
  border-radius: 40px;
  background-color: #ecf6ff;
  transition: 0.3s;
}

header .submenu ul.s-bottom li:first-child > a:hover:before,
header .submenu ul.s-bottom li:first-child.has-child.active > a:before {
  background: url(../images/common/localbus_w.svg) no-repeat center #005bac;
  background-size: 17px;
}

header .submenu ul.s-bottom > li:nth-child(2) > a:before {
  background: url(../images/common/airport.svg) no-repeat center;
  background-size: 23px;
  background-color: #ecf6ff;
}

header .submenu ul.s-bottom li:nth-child(2) > a:hover:before,
header .submenu ul.s-bottom li:nth-child(2).has-child.active > a:before {
  background: url(../images/common/airport_w.svg) no-repeat center #005bac;
  background-size: 23px;
}

header .submenu ul.s-bottom > li:nth-child(3) > a:before {
  background: url(../images/common/city.svg) no-repeat center;
  background-size: 35px;
  background-color: #ecf6ff;
}

header .submenu ul.s-bottom > li:nth-child(3) > a:hover:before,
header .submenu ul.s-bottom > li:nth-child(3).has-child.active > a:before {
  background: url(../images/common/city_w.svg) no-repeat center;
  background-size: 35px;
  background-color: #005bac;
}

header .submenu ul.s-bottom > li:nth-child(4) > a:before {
  background: url(../images/common/road.svg) no-repeat center;
  background-size: 23px;
  background-color: #ecf6ff;
}

header .submenu ul.s-bottom > li:nth-child(4) > a:hover:before,
header .submenu ul.s-bottom > li:nth-child(4).has-child.active > a:before {
  background: url(../images/common/road_w.svg) no-repeat center;
  background-size: 23px;
  background-color: #005bac;
}

header .submenu ul.s-bottom > li:nth-child(5) > a:before {
  background: url(../images/common/sightseeing.svg) no-repeat center;
  background-size: 28px;
  background-color: #ecf6ff;
}

header .submenu ul.s-bottom > li:nth-child(5) > a:hover:before,
header .submenu ul.s-bottom > li:nth-child(5).has-child.active > a:before {
  background: url(../images/common/sightseeing_w.svg) no-repeat center;
  background-size: 28px;
  background-color: #005bac;
}

header .submenu ul.s-bottom li a {
  /* border-left: 1px solid #e5e5e5; */
  text-align: center;
  display: block;
  margin: auto;
}

header .submenu ul.s-bottom li {
  width: 25%;
}

.child-wrap {
  display: none;
  max-width: 1200px;
  height: auto;
  border-radius: 5px;
  position: absolute;
  top: 115%;
  right: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 0;
  box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
  transform: translateX(20px);
  margin: 0 auto;
  overflow: hidden;
}

li.has-child .child-wrap.active {
  display: block;
}

.child-img {
  display: flex;
  align-items: center;
  width: 100%;
  height: 170px;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  background: url(../images/common/nav01.jpg) no-repeat 0 65%;
  border-radius: 5px 5px 0 0;
  background-size: cover;
  flex-wrap: wrap;
  align-content: center;
}

.child-img.loopbus-img {
  background: url(../images/common/nav02.jpg) no-repeat center 66%;
  background-size: cover;
}

.child-img .close {
  position: absolute;
  color: #005bac;
  z-index: 1;
  top: 10px;
  right: 10px;
  font-size: 1.5em;
  background: #fff;
  border-radius: 100px;
  line-height: 1.6;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: auto;
  cursor: pointer;
}

.child-img span {
  color: #fff;
  z-index: 1;
  padding: 0 0 0 5%;
  font-size: 1.5em;
  letter-spacing: 5px;
  font-weight: 500;
  display: block;
  width: 100%;
}

header .submenu ul.s-bottom li .child-img a {
  color: #fff;
  z-index: 1;
  margin: 10px 0 0 5%;
  padding: 0 0 0.5% 1.5%;
  width: auto;
  text-align: left;
  font-size: 0.95em;
  font-weight: 500;
  position: relative;
  border-bottom: 1px solid;
}

header .submenu ul.s-bottom li .child-img a:hover {
  color: #cfd1d3;
}

header .submenu ul.s-bottom li .child-img a:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 15px;
  background: url(../images/common/arrow_w.svg) no-repeat center !important;
  top: 43%;
  transform: translateY(-50%);
  background-size: cover;
  right: inherit;
  left: 0;
}

.child-wrap ol {
  position: relative;
  padding: 30px 15px 0;
  display: grid;
  justify-content: inherit;
  flex-wrap: wrap;
  box-sizing: border-box;
  grid-template-columns: repeat(2, 1fr);
}
.child-wrap .flex-grid {
  width: 49%;
  float: left;
}
.child-wrap ol.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  padding: 15px 15px 20px;
}
.child-wrap ol.grid.column-2 {
  grid-template-columns: repeat(2, 1fr);
  padding: 30px 15px 0;
}
header .submenu ul li .child-wrap ol.grid li {
  width: 100% !important;
}
.recruit-menu .child-wrap ol {
  padding: 15px 15px 15px;
}

header .submenu ul li .child-wrap ol li {
  width: auto;
  /* margin: 0 2% 1% 0; */
}

header .submenu ul li.recruit-menu .child-wrap ol li {
  width: 100%;
  margin: 0 0 1% 0;
}

header .submenu ul li .child-wrap ol li a {
  padding: 7px 8px 7px 8px;
  font-size: 0.9em;
  position: relative;
  display: block;
  color: #000;
  font-weight: 500;
  text-align: left;
  border: none;
  margin: 0;
  border: none;
}

header .submenu ul li .child-wrap ol li:last-child a {
  border: none;
}

header .submenu ul li .child-wrap ol li a:before,
header .submenu ul li .child-wrap ol li a:hover:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  background: url(../images/common/arrow.svg) no-repeat center !important;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  right: inherit;
  left: 10px;
}

header .submenu ul li .child-wrap ol li a dd {
  padding: 0 0 0 16px;
}

header .submenu ul li .child-wrap ol li a:hover {
  color: #005bac;
  background: #e1f1ff;
  border-bottom: none;
  border-radius: 5px;
}

header .submenu ul li .child-wrap ol li:nth-child(3n) {
  margin: 0 0 1% 0;
}

.child-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(90deg, #0059aa, #758ec400 100%);
  mix-blend-mode: multiply;
  opacity: 1;
}

header .submenu ul li a b {
  width: 24px;
  display: inline-block;
  margin: 0 7px 0 0;
}

header .submenu ul li .child-wrap ol li.child-big a {
  padding: 20px 0;
  background: linear-gradient(2300deg, #005bac 0%, #176cb8 52%, #005bac 100%);
  border-radius: 5px;
  text-align: center;
  box-shadow: 4px 5px 11px 0px hsl(200deg 39% 80% / 33%);
  font-size: 1em;
  color: #fff;
  border: 2px solid #005bac;
  transition: 0.3s;
}

header .submenu ul li .child-wrap ol.grid.column-2 li.child-big:nth-child(1) a {
  background: linear-gradient(2300deg, #d3a842 0%, #dab760 52%, #d3a842 100%);
  border: 2px solid #d3a842;
}

header .submenu ul li .child-wrap ol.grid.column-2 li.child-big:nth-child(2) a {
  background: linear-gradient(2300deg, #a5daf6 0%, #a5daf6 52%, #a5daf6 100%);
  border: 2px solid #a5daf6;
}

header .submenu ul li .child-wrap ol li.child-big a:hover {
  box-shadow: 2px 4px 16px 0px #dedede;
  background: linear-gradient(2300deg, #f3f7f9 0%, #ffffff 52%, #f3f7f9 100%);
}

header .submenu ul li .child-wrap ol li.child-big.education a {
  background: #c62828;
  border-color: #c62828;
}
header .submenu ul li .child-wrap ol li.child-big.education a:hover,
header .submenu ul li .child-wrap ol li.child-big.education a:hover dd {
  background: #c62828;
  color: #fff;
}
header
  .submenu
  ul
  li
  .child-wrap
  ol
  li.child-big.
  header
  .submenu
  ul
  li
  .child-wrap
  ol
  li.child-big {
  width: 15%;
}

header .submenu ul li .child-wrap ol li.child-big a dd {
  padding: 0;
  color: #fff;
  font-size: 0.8em;
}

header .submenu ul li .child-wrap ol li.child-big a:hover,
header .submenu ul li .child-wrap ol li.child-big a:hover dd {
  color: #005bac;
}

header
  .submenu
  ul
  li
  .child-wrap
  ol.grid.column-2
  li.child-big:nth-child(1)
  a:hover,
header
  .submenu
  ul
  li
  .child-wrap
  ol.grid.column-2
  li.child-big:nth-child(1)
  a:hover
  dd {
  color: #d3a842;
  background: none;
}

header
  .submenu
  ul
  li
  .child-wrap
  ol.grid.column-2
  li.child-big:nth-child(2)
  a:hover,
header
  .submenu
  ul
  li
  .child-wrap
  ol.grid.column-2
  li.child-big:nth-child(2)
  a:hover
  dd {
  color: #a5daf6;
  background: none;
}

header .submenu ul li .child-wrap ol li.child-big a dd span {
  display: block;
  margin: 0 auto 5px;
  height: 30px;
}

#navArea nav .inner ul li ol li.child-big dd span {
  border-bottom: none;
  box-shadow: none;
  padding: 0;
}

header
  .submenu
  ul
  li
  .child-wrap
  ol.grid.column-2
  li.child-big:nth-child(1)
  a
  dd
  span {
  background: url(../images/common/time_w.svg) no-repeat center;
  width: 30px;
  height: 30px;
  text-align: center;
}

header
  .submenu
  ul
  li
  .child-wrap
  ol.grid.column-2
  li.child-big:nth-child(1)
  a:hover
  dd
  span {
  background: url("../images/common/time_brown.svg") no-repeat center;
}

header
  .submenu
  ul
  li
  .child-wrap
  ol.grid.column-2
  li.child-big:nth-child(2)
  a
  dd
  span {
  background: url(../images/common/bus_location_w.svg) no-repeat center;
  width: 30px;
  height: 30px;
  text-align: center;
}

header
  .submenu
  ul
  li
  .child-wrap
  ol.grid.column-2
  li.child-big:nth-child(2)
  a:hover
  dd
  span {
  background: url("../images/common/bus_location_b.svg") no-repeat center;
}

header .submenu ul li .child-wrap ol li.child-big:nth-child(6) a:hover dd span {
  background: url(../images/common/route_b.svg) no-repeat center;
  width: 32px;
  height: 32px;
  text-align: center;
}

header .submenu ul li .child-wrap ol.grid li.child-big:nth-child(2) a dd span {
  background: url(../images/index/card_w.svg) no-repeat center;
  width: 38px;
  height: 32px;
  text-align: center;
}

header
  .submenu
  ul
  li
  .child-wrap
  ol.grid
  li.child-big:nth-child(2)
  a:hover
  dd
  span {
  background: url(../images/index/card.svg) no-repeat center;
}

header .submenu ul li .child-wrap ol.grid li.child-big:nth-child(3) a dd span {
  background: url(../images/index/ntasu_w.svg) no-repeat center;
  width: 38px;
  height: 32px;
  text-align: center;
}

header
  .submenu
  ul
  li
  .child-wrap
  ol.grid
  li.child-big:nth-child(3)
  a:hover
  dd
  span {
  background: url(../images/index/ntasu.svg) no-repeat center;
  width: 38px;
  height: 32px;
  text-align: center;
}
header .submenu ul li .child-wrap ol.grid li.child-big:nth-child(4) a dd span {
  background: url(../images/common/local_b.svg) no-repeat center;
  width: 38px;
  height: 32px;
  text-align: center;
}

header .submenu ul li .child-wrap ol.grid li.child-big:nth-child(1) a dd span {
  background: url(../images/common/route_w.svg) no-repeat center;
  width: 38px;
  height: 32px;
  text-align: center;
}

header .submenu ul li .child-wrap ol li.child-big:nth-child(1) a:hover dd span {
  background: url(../images/common/route_b.svg) no-repeat center;
}

header .submenu ul li .child-wrap ol.grid li.child-big:nth-child(4) a dd span {
  background: url(../images/common/local_w.svg) no-repeat center;
  width: 38px;
  height: 32px;
  text-align: center;
}

header
  .submenu
  ul
  li
  .child-wrap
  ol.grid
  li.child-big:nth-child(4)
  a:hover
  dd
  span {
  background: url(../images/common/local_b.svg) no-repeat center;
}

header .submenu ul li .child-wrap ol.grid li.child-big:nth-child(5) a dd span {
  background: url(../images/common/education_w.svg) no-repeat center;
  width: 38px;
  height: 32px;
  text-align: center;
}

header .submenu ul li .child-wrap ol li.child-big a:before {
  content: none;
}

header .submenu ul li a:hover,
header .submenu ul li.active a {
  color: #005bac;
  /* background: #005bac; */
  /* padding: 5px 17px 4px; */
  /* border-radius: 0; */
  /* border-bottom: 1px solid; */
}

header .submenu ul li.driving a:hover {
  color: #e60012;
  border-bottom: none;
  background: #ffd9db;
  border-radius: 5px;
  padding: 5px 17px 8px;
}

header .submenu ul li.time a:hover {
  color: #005bac;
  background: #e1f1ff;
  border-radius: 5px;
  padding: 5px 17px 8px;
  border-bottom: none;
}

header.is-animation {
  background: hsl(0deg 0% 100% / 92%);
  box-shadow: 10px 10px 30px rgb(0 0 0 / 5%);
  height: 100px;
  position: fixed;
  margin: 0;
  padding: 10px 0;
  max-width: none;
}

header.is-animation a.logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

header.is-animation a.logo img {
  /* display: none; */
}

header.is-animation a.logo img.on {
  display: block;
}

/*運行状況*/
.driving-info {
  background: #b1d1a0;
  justify-content: inherit;
  /* border-radius: 5px; */
  overflow: hidden;
  /* box-shadow: 6px 4px 6px 0px #e8e8e8; */
  /* border: 1px solid #b1d1a0; */
  /* max-width: 1200px; */
  margin: 0 auto;
  /* width: 97%; */
}

.driving-wrap {
  max-width: 880px;
  margin: auto;
  height: 60px;
  padding: 8px 0;
  box-sizing: border-box;
  overflow: hidden;
  width: 90%;
}

.driving-info .driving-icon {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.driving-info.cancelred {
  /* justify-content: inherit; */
  /* border-radius: 5px; */
  /* overflow: hidden; */
  /* box-shadow: 6px 4px 6px 0px #e8e8e8; */
  /* border-bottom: 1px solid #ffd9db; */
  /* max-width: 1200px; */
  /* margin: auto; */
  /* width: 90%; */
  background: #c24b55;
}

.driving-info.cancelred .search-wrapbox {
}

.driving-info.cancelred .driving-icon {
  /* width: 20%; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
}

.driving-info .dirving-text {
  width: 90%;
  padding: 10px;
  background: #ffffff;
  font-weight: 500;
  border-left: 1px solid #fff;
  border-radius: 10px;
}

.driving-info.cancelred .dirving-text {
}

.driving-info .driving-icon b {
  width: 27px;
  display: none;
}

.driving-info.cancelred .driving-icon b {
  display: inline-block;
}

.driving-info .driving-icon span {
  margin: 0;
  font-size: 1em;
  color: #fff;
  font-weight: 600;
}

.driving-info.cancelred .driving-icon span {
  margin: 0 0 0 10px;
  /* color: #ec3644; */
  font-weight: 600;
}

.driving-info .driving-icon a {
  align-items: center;
  justify-content: center;
}

ul.drive-list li.flex {
  justify-content: flex-start;
  align-items: center;
  /* margin: 0 0 8px 0; */
  /* border-bottom: 1px solid #e5e5e5; */
  /* padding: 0 0 8px 0; */
}

ul.drive-list li .b-icon {
  margin: 0 16px 0 0;
  width: auto;
  font-size: 1em;
  font-weight: 600;
  position: relative;
  padding: 0 20px 0 37px;
  color: #4b4e56;
  border-right: 1px dashed #4b4e56;
  /* background: #183d5d; */
  /* border-radius: 5px; */
}

ul.drive-list li .b-icon.airport {
  /* padding: 0 15px 0 30px; */
}

ul.drive-list li .b-icon.express {
  /* padding: 0 15px 0 35px; */
}

ul.drive-list li .b-icon:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../images/common/localbus.svg) no-repeat center #ffffff;
  background-size: 13px;
  border-radius: 100px;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}

ul.drive-list li .b-icon:before {
  left: 0;
  background-size: 10px;
}

ul.drive-list li .b-icon.airport:before {
  background: url(../images/common/airport.svg) no-repeat center #ffffff;
  background-size: 17px;
}

ul.drive-list li .b-icon.sightseeing:before {
  background: url(../images/common/sightseeing.svg) no-repeat center #ffffff;
  background-size: 20px;
}

ul.drive-list li .b-icon.express:before {
  background: url(../images/common/road.svg) no-repeat center #ffffff;
  background-size: 15px;
}

ul.drive-list li:last-child {
  margin: 0;
  border: none;
  padding: 0;
}

ul.drive-list li p {
  color: #1a2127;
}

ul.drive-list li.reduction p,
ul.drive-list li.cancel p {
  color: #e60013;
}

/*=======
search検索
=========*/

.search__button {
  /* width: 50px; */
  position: absolute;
  width: 89px;
  height: 70px;
  /* padding: 18px; */
  /* background: #1369b6; */
  border-radius: 50px;
  right: 6.7%;
  top: 8px;
  text-align: center;
}

.search__button__inner {
}

.search__button__inner a {
  /* background: #1369b6; */
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /* display: flex; */
  align-items: unset;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
}

.search__button__inner a p {
  font-size: 12px;
  font-weight: bold;
}

.search__button__inner a figure {
  background-color: #ecf6ff;
  padding: 10px;
  box-sizing: content-box;
  border-radius: 50%;
  width: 25px;
  margin: 0 auto;
}

.search__button__inner a img {
  /* margin-top: 4px; */
  width: 20px;
}

.search__button__inner a:hover {
}

.search-wrapbox {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
  margin: 179px 0 0;
  /* background: #f5f5f5; */
  z-index: 100000;
  /* position: relative; */
  padding: 40px 0 60px 0;
  display: none;
}

body.is-active {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999999999;
}

header.is-animation .search-wrapbox {
  margin: 100px 0 0;
}

.search-wrapbox.active {
  display: block;
}

.search-wrapbox .inner {
  max-width: 900px;
}

.search-wrapbox .inner h6 {
  font-weight: bold;
  font-size: 1.2em;
  letter-spacing: 1px;
  line-height: 2;
  position: relative;
  padding: 0 0 0 30px;
}

.search-wrapbox .inner h6::before {
  content: "";
  border: 5px solid #ccc;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.search-wrapbox .flex {
  width: 100%;
  margin-right: 3%;
}

.search-wrapbox form {
}

.search-wrapbox form label {
}

.search-wrapbox form input[type="text"] {
  display: block;
  width: 100%;
  padding: 13px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background: #f9f9f9;
  /* cursor: pointer; */
  font-family: source-han-sans-japanese, sans-serif;
}

.search-wrapbox form input[type="submit"] {
  width: 100px;
  box-shadow: none;
  background-image: url(../images/common/search.svg);
  /* text-indent: -9999px; */
  background-size: 40px;
  /* position: absolute; */
  right: 10%;
  padding: 10px;
  cursor: pointer;
  top: 0;
  bottom: 0;
  width: 250px;
  display: block;
  padding: 11px;
  /* cursor: vertical-text; */
  align-items: center;
  color: #fff;
  background-color: #005bac;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 1.1em;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0;
  background-repeat: no-repeat;
  background-position: 59px center;
  width: 300px !important;
  background-size: 20px;
}

.search-wrapbox .close {
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
}

.search-wrapbox .close p {
  position: absolute;
  bottom: 1%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  text-align: center;
  font-size: 0.8em;
}

.search-wrapbox .close:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  transform: rotate(45deg);
  background: #111;
  top: 35%;
  margin: auto;
  left: 0;
  right: 0;
}

.search-wrapbox .close:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 1px;
  transform: rotate(-45deg);
  background: #111;
  top: 35%;
  margin: auto;
  left: 0;
  right: 0;
}

/*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
.banners {
  width: 100%;
  max-width: 450px;
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 99;
}
.banners .banner__inner {
}
.banners .banner__inner a {
}
.banners .banner__inner a:hover {
  opacity: 0.7;
  transition: all 0.8s;
}
.banners .banner__inner img {
}
.banners .close:hover {
  transition: 0.3s;
  background: #fff;
}
.banners .close {
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 20px;
  height: 24px;
  text-align: center;
  justify-content: center;
  margin: 0;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  border-radius: 19px;
}

.chatbot-open-btn[data-v-3987a68f] {
  bottom: 150px !important;
}
.chatbot-widget[data-v-6c65e0ac] {
  bottom: 199px !important;
}

footer {
  padding: 80px 0 120px;
  background: #fff;
  position: relative;
  z-index: 4;
}

footer .inner {
  flex-wrap: wrap;
  position: inherit;
  z-index: 11;
  align-items: baseline;
}

.sns a {
  width: 235px;
  align-items: center;
  /* border: 1px solid #005bac; */
  border-radius: 5px;
  padding: 13px 10px;
  justify-content: center;
  position: relative;
}

.sns .outfit {
  letter-spacing: 1px;
  font-size: 1em;
  color: #005bac;
  padding: 0 10px;
  font-weight: 600;
}

#pagetop {
  transition: 0.3s;
  z-index: 14;
  /* background: linear-gradient(2300deg, #005bac 0%, #176cb8 52%, #005bac 100%); */
  width: 70px;
  height: 30px;
  position: fixed;
  bottom: 8%;
  bottom: 23%;
  right: 1%;
  /* border-radius: 100px; */
  margin: 20px;
  cursor: pointer;
  overflow: hidden;
}

#pagetop:before {
  content: "";
  background: url(../images/common/arrow_b.svg) no-repeat center center;
  transform: rotate(-90deg);
  position: absolute;
  width: 24px;
  height: 55px;
  left: 0;
  top: 0;
  margin: auto;
  background-size: 100%;
  bottom: 0;
  right: 0;
}

#pagetop:hover {
  transition: 0.3s;
}

.footertop {
  width: 27%;
  margin: 0;
  justify-content: left;
  align-items: center;
}

.footertop .flogo {
  width: 230px;
  display: block;
  margin: 0 0 60px 0;
}

.footerbox {
  margin: 0;
  width: 100%;
}

.footerbox dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 940px;
}

.footerbox dt {
  margin: 0 0 28px 0;
  width: 30%;
}

.footerbox dt:last-child {
  width: 36%;
}

.footerbox dt a {
  font-size: 1em;
  display: block;
  font-weight: 500;
  color: #000;
}

.footer-othermenu {
  /* border-top:1px solid #eee; */
  /* border-bottom:1px solid #eee; */
  padding: 20px 0;
  margin: 0 0 30px;
}

.footer-othermenu dd {
  /* justify-content: center; */
}

.footerbox dd a:last-child {
  margin: 0;
}

/*++++++++++++++
information 
++++++++++++++*/
small.c1 {
  background: #0091b9;
}

small.c2 {
  background: #3c9876;
}

small.c3 {
  background: #e89f39;
}

small.c4 {
  background: #ff8fac;
}

small.c5 {
  background: #77bb3e;
}

small.c6 {
  background: #a230e2;
}

small.c7 {
  background: #b5b5b5;
}

.infortab {
  width: auto !important;
  display: flex;
  margin: 0 0 25px !important;
}

.infortab a {
  color: #000;
  font-size: 0.9em;
  letter-spacing: 0;
  background: #fff;
  border-right: none;
  padding: 5px 10px 6px;
  width: auto;
  transition: 0.3s;
}

.infortab a:hover {
  color: #409343;
}

.infortab a.active {
  background: #409343;
  font-weight: 700;
  color: #fff;
  border: 1px solid #409343;
}

.infortab a:last-child {
}

ul.info-list {
  display: none;
}

ul.info-list.show {
  display: block;
}

.copyright {
  font-size: 0.8em;
  letter-spacing: 1px;
  margin: 10px 0 0 auto;
  font-family: "Outfit", sans-serif;
}

dd.fax {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  line-height: 2;
  box-sizing: border-box;
  margin: 10px 0 0;
  width: 98%;
}

dd.fax em {
  font-size: 0.9em;
  display: block;
}

.footer-othermenu dd a {
  margin: 0 0 15px;
  font-size: 1em;
  letter-spacing: 1px;
  padding: 0 0 0 20px;
  position: relative;
  display: block;
}

/*+++++++++++++++++++
/aside
+++++++++++++++++++*/
aside iframe {
  height: 140px;
  margin: 0 0 10px 0;
}

aside {
  position: fixed;
  width: 100px;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  bottom: 2%;
  margin: auto;
}

aside.on {
  z-index: 1001;
}

.asidebox {
  /* display: none; */
  width: 100%;
  /* border: 1px solid #20b07b; */
  height: 368px;
  /* border-left: none; */
  left: -100px;
  padding: 0;
  /* top: 0; */
  margin: auto;
  position: absolute;
  bottom: 0;
  /* background: #fff; */
  /* border-right: 1px solid #ccc; */
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  /* box-shadow: 3px 2px 10px rgb(0 0 0 / 20%); */
  transition: 0.3s;
}

aside.on .asidebox {
  /* display:block; */
  left: 0;
  transition: 0.3s;
}

.asidebox ul {
  width: 100%;
}

aside li {
  margin: auto;
  overflow: hidden;
}

aside li:last-child {
  margin: 0 auto 0;
}

aside li a {
  /* width: 40px; */
  /* height: 40px; */
  background: #fff;
  /* border-radius: 100px; */
  box-sizing: border-box;
  padding: 0;
  /* display: flex; */
  display: block;
  padding: 20px 10px 10px;
  margin: auto;
  transition: 0.3s;
}

aside li a:hover {
  background: #409343;
  transition: 0.3s;
}

aside li a em {
  font-size: 0.9em;
}

aside li a:hover em {
  color: #fff;
}

aside li a:hover img {
  display: none;
}

aside li a:hover img.on {
  display: block;
}

aside li a img.on {
  display: none;
}

aside li a.active {
  background: #409343;
}

aside li a.active img {
  display: none;
}

aside li a.active img.on {
  display: block;
}

aside li.n3 a img,
aside li.n3 a.active img.on {
  width: 25px;
}

aside li a.active em {
  color: #fff;
}

aside li a img {
  width: 30px;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  margin: 0 auto 10px;
  display: block;
}

aside .pull {
  /* display:none; */
  background: #409343;
  height: 368px;
  position: fixed;
  /* overflow: hidden; */
  left: -400px;
  box-sizing: border-box;
  bottom: 2%;
  z-index: -1;
  padding: 0px 20px;
  width: 350px;
  /* bottom: 0; */
  /* transition: .3s; */
  margin: auto;
  box-sizing: border-box;
}

aside .pull.active {
  /* display:block; */
  /* margin: 0; */
  z-index: -1;
  transition: 0.3s;
  left: 0;
  /* top: 0; */
  padding: 0px 0 0px 100px;
  width: 500px;
}

aside .pullbox {
  /* display: flex; */
  align-items: center;
  justify-content: center;
  /* color: #fff; */
  margin: 10px;
  background: #fff;
  height: 94%;
  padding: 25px;
  box-sizing: border-box;
}

aside .pullbox dl {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  padding: 0 0 10px;
  margin: 0 0 10px;
}

aside .pullbox .tel {
  font-size: 1.4em;
  background-size: 15px;
  padding: 0 0 6px 30px;
}

aside .pullbox .tel:before {
}

aside .pullbox dt {
  font-size: 1em;
  border: 1px solid #409343;
  padding: 10px 20px;
  margin: 0 20px 0 0;
  font-weight: 600;
  border-radius: 3px;
  color: #409343;
  letter-spacing: 1px;
}

aside .pullbox dd p {
  color: #333;
  line-height: 1.6;
}

aside .pullbox a.button3 {
  margin: 0 auto 20px;
}

aside .pullbox p {
  /* font-size: 0.9em; */
  letter-spacing: 1px;
}

aside .pullbox .ttl {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

aside .pullbox .ttl img {
  width: 30px;
  display: block;
  margin: 0;
}

aside li.n3 .pullbox .ttl img {
  width: 20px;
}

aside .pullbox .ttl b {
  font-size: 1.3em;
  letter-spacing: 2px;
  font-weight: 600;
  display: block;
  color: #409343;
  margin: 0 0 0 15px;
}

aside .pullbox .sns {
  flex-wrap: wrap;
}

aside .pullbox .sns a {
  padding: 0;
  width: 50%;
  margin: 0 0 25px;
}

aside .pullbox .sns a img {
  width: 50px;
}

aside .pullbox .sns a img.yt {
  width: 70px;
}

aside a.close {
  background: url("../images/common/close.png") no-repeat center center #111;
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  background-size: 100%;
  right: 0;
  margin: 0%;
  transition: 0.3s;
  box-sizing: border-box;
  padding: 0;
}

aside a.close:hover {
  background: url("../images/common/close.png") no-repeat center center #333;
  background-size: 100%;
  transition: 0.3s;
}

/*+++++++++++
下層ページ
+++++++++++*/

.breadcrumb .flex {
  justify-content: end;
  margin: 0 0 0 auto;
  float: right;
  width: 100%;
}

.breadcrumb {
  position: absolute;
  bottom: 18px;
  width: 90%;
  display: block;
  z-index: 1;
  right: 5%;
  bottom: -20px;
}

.breadcrumb li {
  padding: 0 2% 0 0;
  position: relative;
  margin: 0 1% 0 0;
  width: auto;
}

.breadcrumb li a {
  font-size: 0.9em;
  color: #fff;
}

.breadcrumb li:after {
  content: "";
  background: url(../images/common/arrow_w.svg) no-repeat center;
  width: 7px;
  height: 13px;
  border-radius: 100%;
  background-size: 6px;
  position: absolute;
  right: 0;
  top: 58%;
  transform: translateY(-50%);
}

.breadcrumb li:last-child {
  padding: 0;
  margin: 0;
}

.breadcrumb li:last-child:after {
  content: none;
}

#main_ttl {
  padding: 35px 0;
  background: linear-gradient(2300deg, #005bac 0%, #176cb8 52%, #005bac 100%);
  margin: auto;
  position: relative;
  margin: 20px auto 0;
}

#main_ttl h2 {
  letter-spacing: 1px;
  color: #fff;
}

#main_ttl h2 small {
  font-size: 70%;
}

#main_ttl .inner {
  max-width: 1920px;
  margin: auto;
  width: 90%;
  position: relative;
}

.box {
  max-width: 1920px;
  margin: 100px auto;
  width: 90%;
}

/*サイドバー*/
#sidebar {
  width: 345px;
  padding: 0;
  position: sticky;
  top: 120px;
  height: 100%;
  transition: top 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
}

div#sidebar.sidebar_fixed {
  top: 120px;
}

main.single {
  margin: 0 auto 100px;
}

.side-head {
  padding: 10px 15px;
  background: linear-gradient(2300deg, #7c8e9d 0%, #8e9ba5 52%, #7c8e9d 100%);
  border-radius: 5px 5px 0 0;
}

.side-head a {
  color: #fff;
  width: 100%;
  font-size: 0.95em;
}

.side-head a:hover {
  color: #fff;
}

h6.side-head:nth-child(n + 2) {
  margin: 40px auto 0;
}

b.side-subhead {
  display: block;
}

#sidebar .active {
  color: #005bac;
  background: #e1f1ff;
}

ul.arichive-inner {
  padding: 10px;
  background: #fff;
}

ul.arichive-inner li {
  /* margin: 0 0 10px 0; */
}

ul.archive li ul.arichive-inner a {
  background: #f9f9f9;
  font-size: 0.9em;
  font-weight: 400;
  padding: 10px 0 10px 34px;
}

ul.archive li ul.arichive-inner a:before {
  content: "";
  background: url(../images/common/arrow_b.svg) no-repeat center;
  width: 12px;
  height: 12px;
  background-size: 4.5px;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 100px;
}

/*新着*/
ul.archive {
  margin: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}

ul.archive > li {
  position: relative;
}

ul.archive li a {
  font-size: 1em;
  color: #4a4e55;
  display: block;
  position: relative;
  padding: 13px 3px 13px 33px;
  transition: 0.3s;
  letter-spacing: 0.5px;
  font-weight: 400;
  background: #fff;
}

ul.archive li a.button5:before {
  left: 5%;
}

ul.archive li a.button5:hover:before {
  left: 7%;
}

ul.archive li a:hover,
ul.archive li ul.arichive-inner a:hover {
  background: #efefef;
}

.side-wrp:nth-child(n + 2) .side-head {
  border-radius: 0;
}

/*右側*/
.content-inner {
  width: 86%;
  float: right;
  margin: 0 4% 0 0;
  padding: 0 4% 0 0;
}

.content-inner > section {
  background: #fff;
  padding: 50px;
  border-radius: 5px;
}

.content-inner h3 {
  border-bottom: 1px solid #f3f7f9;
  padding: 0 0 13px 0;
  box-shadow: 0px 4px 6px -5px #b8d3e0;
}

/*イントロボタン*/
.intro_button_box {
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: flex-start;
}

.intro_button_box li {
  width: 31.3333%;
  margin: 0 3% 4% 0;
  border-radius: 5px;
}

.intro_button_box li:nth-child(3n) {
  margin: 0 0 4% 0;
}

.intro_button_box li a figure {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 0;
}

.intro_button_box li a figcaption {
  border-bottom: 1px solid #f3f7f9;
  padding: 10px 0 8px 0;
  box-shadow: 0px 4px 6px -5px #b8d3e0;
}

.intro_button_box li a figcaption h5 {
  display: block;
  font-size: 1.2em;
}

.button3 {
  margin: 0;
  background: no-repeat;
  border: 3px solid #ffffff;
  color: #005bac;
  padding: 20px;
  /* width: 32%; */
  /* min-width: 400px; */
  text-align: center;
  font-weight: 600;
  position: relative;
  border-radius: 5px;
  box-shadow: 2px 3px 16px 0px #7199be;
  box-sizing: border-box;
  background: #ffffff;
  transition: 0.3s;
}

.button3:hover {
  /* background: #0f3f69; */
  box-shadow: 3px 4px 13px 0px #729bbf;
  border: 3px solid #005bac;
}

.intro_button_box a .arrow3:before,
.intro_button_box a .arrow3:after,
.button3 .arrow3:before,
.button3 .arrow3:after {
  left: inherit;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
}

.intro_button_box .more span:before {
  background-size: 5px;
}

.intro_button_box a .arrow3:before,
.intro_button_box a .arrow3.button3 .arrow3:before {
  left: inherit;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
}

h3.sub-head {
  position: relative;
  padding: 20px 0 20px 52px;
  background: #f9f9f9;
  color: #000;
  letter-spacing: 3px;
  /* border-radius: 5px; */
}

h3.sub-head:before {
  border: 5px solid #409343;
  content: "";
  left: 20px;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  /* bottom: 0; */
  margin: auto;
  z-index: 1;
  font-size: 20px;
  font-weight: 600;
  transform: translateY(-50%);
  border-radius: 100%;
  background: #fff;
}

h4.sub-head {
  position: relative;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #efefef;
}

h4.sub-head:before {
  content: "";
  width: 140px;
  height: 0.5px;
  background: #005bac;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.link-list a.button3 {
  max-width: 100%;
  width: 100%;
  margin: auto;
  border: 2px solid #005bac;
  color: #fff;
  box-shadow: 2px 3px 16px 0px #959595;
  background: linear-gradient(2300deg, #005bac 0%, #176cb8 52%, #005bac 100%);
}

.link-list .button3:before {
  background: url(../images/common/arrow_w.svg) no-repeat center center;
  background-size: 10px;
}

ul.link-list li {
  width: 32%;
  margin: 0 2% 2% 0;
}

ul.link-list.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
}

ul.link-list li:nth-child(3n) {
  margin: 0 0 2% 0;
}

.link-list a.button3:hover {
  background: linear-gradient(2300deg, #f3f7f9 0%, #ffffff 52%, #f3f7f9 100%);
  box-shadow: 2px 4px 16px 0px #dedede;
  color: #005bac;
}

.link-list a.button3:hover:before {
  background: url(../images/common/arrow_b.svg) no-repeat center center;
  background-size: 10px;
}

ul.sonota-list {
  list-style: disc;
  padding: 0 0 0 22px;
  color: #000;
}

ul.sonota-list li {
  margin: 0 0 10px 0;
}

ul.sonota-list li:last-child {
  margin: 0;
}

/**/
/*pagenavi*/
.wp-pagenavi,
section#information-archive .n-bus ul.pagination,
section#information-archive .inner .group-bus ul.pagination {
  clear: both;
  margin: 50px 0 0;
  text-align: center;
  padding: 0 0 50px 0;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Roboto", sans-serif;
}

.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi span.current,
.page.navi-active a {
  display: inline-block;
  color: #fff;
  background: #183d5d;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 1em;
  margin: 0 10px 0 0;
  border-radius: 100px;
  position: relative;
  line-height: 2.4999999;
  display: flex;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

a.page.smaller,
a.page.larger,
.page a {
  display: flex;
  /* display: inline-block; */
  color: #222;
  padding: 0;
  text-align: center;
  margin: 0 10px 0 0;
  font-size: 1em;
  background: #e1f1ff;
  border-radius: 100px;
  box-shadow: 3px 3px 2px rgb(185 185 185 / 7%);
  border: none;
  width: 60px;
  height: 60px;
  justify-content: center !important;
  align-items: center;
}

a.page.smaller:hover,
a.page.larger:hover,
.wp-pagenavi a.first:hover,
.wp-pagenavi a.last:hover,
.page a:hover {
  text-decoration: none;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.2);
  background: #183d5d;
  color: #fff;
  /* background:#f5f1df; */
  box-shadow: none;
  transition: 0.3s;
  text-decoration: none;
}

a.page.smaller:hover:after,
a.page.larger:hover:after,
a.previouspostslink:hover:after,
a.nextpostslink:hover:after,
.page a:hover:after {
  margin: 0;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.pagination .prev,
.pagination .next {
  display: inline-block;
  padding: 18px 25px;
  text-align: center;
  margin: 0 1% 0 0;
  font-size: 1em;
  border: none;
  color: transparent;
}

.wp-pagenavi a.previouspostslink,
.pagination .prev {
  background: url(../images/common/arrow.svg) no-repeat center center;
  background-size: 8px;
  transform: rotateZ(180deg);
  margin: 0 0 0 1%;
}

.wp-pagenavi a.nextpostslink,
.pagination .next {
  background: url(../images/common/arrow.svg) no-repeat center center;
  background-size: 8px;
}

.wp-pagenavi .extend {
  display: inline-block;
  color: #222;
  padding: 10px 20px;
  text-align: center;
  margin: 0 8px 0 0;
  font-size: 1em;
  position: relative;
  border: none;
  display: none;
}

.wp-pagenavi a.first,
.wp-pagenavi a.last {
  display: inline-block;
  color: #222;
  align-items: center;
  background: none;
  /* border: 1px solid #b89d1c; */
  padding: 10px 20px;
  text-align: center;
  margin: 0 8px 0 0;
  font-size: 1em;
  box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
  display: none;
}

.indent {
  margin: 20px 0 0 65px;
}

.indent2 {
  text-indent: -65px;
}

.padding-right {
  margin: 0 0 50px;
  text-align: right;
}

.education_button {
  display: block;
  margin: 0 auto 20px;
}

/*ノートPC等*/
@media screen and (max-width: 1699px) {
  .pc-1699 {
    display: none;
  }

  /*++++++++++++++
header
++++++++++++++*/
  header .submenu {
    /* width: 1530px; */
    padding: 0 10% 0 0;
  }

  /*++++++++++++++
information 
++++++++++++++*/
  small.c1 {
  }

  .infortab a {
    width: auto;
    padding: 5px 8px;
  }

  .infortab a.active {
  }

  .infortab a:last-child {
  }

  .copyright {
    bottom: 0;
  }

  dd.fax {
  }

  dd.fax em {
  }

  .footer-othermenu dd a {
  }

  /*+++++++++++++++++++
/aside
+++++++++++++++++++*/
  aside iframe {
    height: 140px;
    margin: 0 0 10px 0;
  }

  aside {
  }

  aside.on {
  }

  .asidebox {
  }

  aside.on .asidebox {
  }

  .asidebox ul {
  }

  aside li {
  }

  aside li:last-child {
    margin: 0 auto 0;
  }

  aside li a {
  }

  aside li a:hover {
  }

  aside li a em {
    font-size: 0.9em;
  }

  aside li a:hover em {
    color: #fff;
  }

  aside li a:hover img {
    display: none;
  }

  aside li a:hover img.on {
    display: block;
  }

  aside li a img.on {
    display: none;
  }

  aside li a.active {
  }

  aside li a.active img {
    display: none;
  }

  aside li a.active img.on {
    display: block;
  }

  aside li.n3 a img,
  aside li.n3 a.active img.on {
    width: 25px;
  }

  aside li a.active em {
    color: #fff;
  }

  aside li a img {
  }

  aside .pull {
  }

  aside .pull.active {
  }

  aside .pullbox {
  }

  aside .pullbox dl {
  }

  aside .pullbox .tel {
    font-size: 1.4em;
    background-size: 15px;
    padding: 0 0 6px 30px;
  }

  aside .pullbox .tel:before {
  }

  aside .pullbox dt {
  }

  aside .pullbox dd p {
  }

  aside .pullbox a.button3 {
    margin: 0 auto 20px;
  }

  aside .pullbox p {
  }

  aside .pullbox .ttl {
  }

  aside .pullbox .ttl img {
    width: 30px;
    display: block;
    margin: 0;
  }

  aside li.n3 .pullbox .ttl img {
    width: 20px;
  }

  aside .pullbox .ttl b {
    font-size: 1.1em;
  }

  aside .pullbox .sns {
    flex-wrap: wrap;
  }

  aside .pullbox .sns a {
    padding: 0;
    width: 50%;
    margin: 0 0 25px;
  }

  aside .pullbox .sns a img {
    width: 50px;
  }

  aside .pullbox .sns a img.yt {
    width: 70px;
  }

  aside a.close {
  }

  aside a.close:hover {
    background: url("../images/common/close.png") no-repeat center center #333;
    background-size: 100%;
    transition: 0.3s;
  }

  /*+++++++++++
pickup
+++++++++++*/
  #pickup {
    /* bottom: 0; */
  }

  #pickup ul {
  }

  #pickup li {
    border-radius: 10px;
    overflow: hidden;
    padding: 0 0 15px;
  }

  #pickup li:last-child {
    padding: 0;
  }

  #pickup li a {
  }

  #pickup li a:before {
  }

  #pickup li figure {
    height: 200px;
    background: #ccc;
  }

  #pickup li dl {
  }

  #pickup li dt {
  }

  #pickup li dt:before {
  }

  #pickup li dd em {
    font-size: 0.8em;
  }

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
  #bunner {
  }

  #bunner .flex {
  }

  #bunner .flex a {
    margin: 0 15px;
    box-sizing: border-box;
  }

  #pagetop {
    bottom: 12%;
    bottom: 28%;
  }

  /*+++++++++++++++++++
/*下層ページ
+++++++++++++++++++*/
  /*右側*/
  .intro_button_box a {
    min-width: inherit;
  }
}

@media screen and (max-width: 1499px) {
  .pc-1499 {
    display: none !important;
  }

  .sp-1499 {
    display: block !important;
  }

  header .submenu ul.s-bottom {
    margin: 0;
    padding: 0 0 0 21%;
    width: 745px;
    min-width: 759px;
  }

  header .submenu ul.s-top {
    position: relative;
    right: 25px;
    margin: auto;
  }

  .search__button {
    right: 105px;
  }
}

@media screen and (max-width: 1299px) {
  /*++++++++++++++
共通
++++++++++++++*/
  body {
    /*
	font-family: YuMincho, "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	
	font-family: "HiraKakuProN-W3","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",Meiryo,"メイリオ","ＭＳ Ｐゴシック","helvetica","arial",sans-serif;*/
  }

  #wrapper {
  }

  .inner {
    max-width: 90%;
  }

  .overlay {
  }

  a {
  }

  .under {
  }

  .under:hover {
    text-decoration: none;
  }

  img {
  }

  /*改行*/
  .br {
    display: block !important;
  }

  .br2 {
    display: none !important;
  }

  /*レスポンシブ*/
  .pc {
  }

  .sp {
  }

  /*センタリング*/
  .center {
  }

  /*flex*/
  .flex {
  }

  /*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
  /*極小*/
  .mb {
    margin: 0 0 10px;
  }

  /*小*/
  .mb1 {
  }

  /*中*/
  .mb2 {
  }

  /*大*/
  .mb3 {
    margin: 0 0 60px;
  }

  /*特大*/
  .mb4 {
    margin: 0 0 80px;
  }

  /*超特大*/
  .mb5 {
    margin: 0 0 100px;
  }

  .button2 {
    font-size: 1em;
    padding: 15px 50px 15px 15px;
  }

  /*+++++++++++++++++++
/*ホバー効果
+++++++++++++++++++*/

  /*++++++++++++++
下層メインタイトル
++++++++++++++*/
  h1 {
  }

  /*++++++++++++++*/
  /*大見出し*/
  h2 {
    font-size: 2.1em;
  }

  /*中見出し*/
  h3 {
    font-size: 1.5em;
  }

  /*小見出し*/
  h4 {
    font-size: 1.6em;
  }

  /*以下見出し*/
  h5 {
    font-size: 1.2em;
  }

  /*以下見出し*/
  h6 {
    font-size: 1em;
  }

  /*本文*/
  p {
  }

  /*補足*/
  em {
  }

  .tel {
    font-size: 1.8em;
    background-size: 20px;
    padding: 0 0 0 30px;
  }

  /**/
  /*上*/
  .view-lowup {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.5s;
  }

  .view-lowup2 {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 0.6s;
    transition-delay: 0.6s;
  }

  .view-lowup3 {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 0.7s;
    transition-delay: 0.7s;
  }

  .view-lowup4 {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 0.8s;
    transition-delay: 0.8s;
  }

  .view-lowup5 {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 0.9s;
    transition-delay: 0.9s;
  }

  .mv-lowup {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  /*右*/
  .view-lowright {
    opacity: 0;
    transform: translate(60px, 0);
    -webkit-transform: translate(60px, 0);
    transition: 0.5s;
    transition-delay: 0.5s;
  }

  .mv-lowright {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  /*左*/
  .view-lowleft {
    opacity: 0;
    transform: translate(-60px, 0);
    -webkit-transform: translate(-60px, 0);
    transition: 0.5s;
    transition-delay: 0.5s;
  }

  .mv-lowleft {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .mv-fade {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /**/
  a.arrow {
    font-size: 0.9em;
  }

  a.arrow:before {
  }

  .arrow2 {
    display: block;
    margin: 0 0 10px;
    font-size: 1.1em;
    color: #409343;
    letter-spacing: 2px;
    padding: 3px 0 5px 45px;
    position: relative;
    font-weight: 100;
  }

  .arrow2:before {
    content: "";
    background: url(../images/common/arrow_w.svg) no-repeat center center
      #409343;
    background-size: 10px;
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #409343;
    top: 0;
    bottom: 0;
    border-radius: 100px;
    margin: auto;
    left: 0;
  }

  .arrow3:before {
    width: 20px;
    height: 20px;
    background-size: 5px;
  }

  /*+++++++++++++++++++
/*header
+++++++++++++++++++*/
  header a.logo {
    width: 155px;
  }

  header.is-animation a.logo {
    /* top: 3.5%; */
    width: 125px;
  }

  header .submenu ul.s-top li {
    margin: 0 20px 0 0;
  }

  header .submenu ul.s-top {
    padding: 0 0 0 20px;
    width: 300px;
    margin: 0;
  }

  header .submenu {
    /* width: 944px; */
  }

  header .submenu ul li .child-wrap ol li {
    margin: 0 1% 1% 0;
  }

  header .submenu ul li .child-wrap ol li a dd {
    padding: 0 0 0 14px;
  }

  header .submenu ul li .child-wrap ol li a {
    font-size: 0.85em;
  }

  header .submenu ul li a {
    padding: 45px 0 0 0;
  }

  header .submenu ul.s-bottom li > a:before {
    width: 43px;
    height: 43px;
  }

  header .submenu ul.s-bottom > li:fisrt-child > a:before {
    width: 24px;
    height: 35px;
  }

  header .submenu ul.s-bottom > li:nth-child(2) > a:before {
    /* width: 19px; */
    /* height: 35px; */
  }

  header .submenu ul.s-bottom > li:nth-child(3) > a:before {
    /* width: 24px; */
    /* height: 31px; */
    background-size: 32px;
  }

  header .submenu ul.s-bottom > li:nth-child(4) > a:before {
    /* width: 18px; */
    /* height: 32px; */
  }

  header .submenu ul.s-bottom > li:nth-child(5) > a:before {
    /* width: 23px; */
    /* height: 32px; */
  }

  .child-wrap {
    max-width: 920px;
  }

  header .submenu ul.s-top li a {
    font-size: 0.9em;
  }

  .search__button {
    top: 0;
    right: 8%;
    /* padding: 15px; */
  }

  .search-wrapbox {
    margin: 167px 0 0;
  }

  header.is-animation .search-wrapbox {
    margin: 86px 0 0;
  }

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
  footer {
    padding: 60px 0 120px;
  }

  footer .read {
  }

  footer .read dt {
    font-size: 4em;
  }

  footer .read dd p {
    font-size: 0.9em;
    letter-spacing: 2px;
  }

  footer:before {
    height: 700px;
  }

  footer .inner {
    flex-wrap: wrap;
    position: inherit;
  }

  .footerbox {
    width: 70%;
  }

  .footerbox dt {
    margin: 0 0 20px;
  }

  .footerbox dt:last-child {
    width: 40%;
  }

  .footerbox dt a {
    font-size: 1em;
  }

  /*++++++++++++++
information 
++++++++++++++*/

  .infortab {
    flex-wrap: wrap;
  }

  .infortab a {
    font-size: 0.8em;
    width: 33.3%;
  }

  dd.fax em {
    font-size: 0.8em;
  }

  .footer-othermenu dd a {
    font-size: 0.8em;
  }

  /*+++++++++++++++++++
/aside
+++++++++++++++++++*/
  aside iframe {
    height: 140px;
    margin: 0 0 10px 0;
  }

  aside.on {
    z-index: 1001;
  }

  aside li:last-child {
    margin: 0 auto 0;
  }

  aside li a em {
    font-size: 0.9em;
  }

  aside li a:hover em {
    color: #fff;
  }

  aside li a:hover img {
    display: none;
  }

  aside li a:hover img.on {
    display: block;
  }

  aside li a img.on {
    display: none;
  }

  aside li a.active {
  }

  aside li a.active img {
    display: none;
  }

  aside li a.active img.on {
    display: block;
  }

  aside li.n3 a img,
  aside li.n3 a.active img.on {
    width: 25px;
  }

  aside li a.active em {
    color: #fff;
  }

  aside .pullbox .tel {
    font-size: 1.4em;
    background-size: 15px;
    padding: 0 0 6px 30px;
  }

  aside .pullbox dt {
    font-size: 0.9em;
  }

  aside .pullbox dd p {
    font-size: 0.85em;
  }

  aside .pullbox a.button3 {
    margin: 0 auto 20px;
  }

  aside .pullbox p {
    /* font-size: 0.9em; */
    letter-spacing: 1px;
  }

  aside .pullbox .ttl img {
    width: 30px;
    display: block;
    margin: 0;
  }

  aside li.n3 .pullbox .ttl img {
    width: 20px;
  }

  aside .pullbox .sns {
    flex-wrap: wrap;
  }

  aside .pullbox .sns a {
    padding: 0;
    width: 50%;
    margin: 0 0 25px;
  }

  aside .pullbox .sns a img {
    width: 50px;
  }

  aside .pullbox .sns a img.yt {
    width: 70px;
  }

  aside a.close:hover {
    background: url("../images/common/close.png") no-repeat center center #333;
    background-size: 100%;
    transition: 0.3s;
  }

  /*+++++++++++
pickup
+++++++++++*/

  #pickup li figure {
    height: 200px;
    background: #ccc;
  }

  #pickup li dl {
    /* padding: 20px; */
  }

  #pickup li dt {
    font-size: 0.8em;
  }

  #pickup li dt:before {
    background-size: 13px;
  }

  #pickup li dd em {
    font-size: 0.8em;
  }

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/

  #bunner .flex a {
    margin: 0 15px;
    box-sizing: border-box;
  }

  /*+++++++++++++++++++
/*下層ページ
+++++++++++++++++++*/
  .ttl .en {
    font-size: 1em;
  }

  .intro_button_box li {
    width: 48%;
  }

  .intro_button_box li:nth-child(3n) {
    margin: 0 3% 4% 0;
  }

  .intro_button_box li:nth-child(2n) {
    margin: 0 0 4% 0;
  }

  .intro_button_box a:nth-child(2n) {
    margin: 0 0 2% 0;
  }

  .sonota h6 {
    font-size: 1em;
  }

  .sonota p {
    font-size: 0.9em;
  }
}

@media screen and (max-width: 1200px) {
  .box.flex {
    flex-wrap: wrap;
  }

  /*コンテンツ*/
  .content-inner {
    width: 100%;
    margin: 0 auto;
    border: none;
    padding: 0;
  }

  /*sidebar*/
  #sidebar {
    width: 100%;
    border-right: none;
    padding: 0;
    margin: 100px auto 60px;
    position: initial;
    top: 0;
  }

  #sidebar.sidebar_fixed {
    top: 0;
    position: initial;
  }

  #sidebar ul.archive li a.button5:before,
  ul.archive li ul.arichive-inner a:before {
    left: 1.5%;
  }

  #sidebar ul.archive li a.button5:hover:before {
    left: 2%;
  }

  /*header*/
  header .submenu ul li a {
    font-size: 1em;
  }

  header .submenu {
    /* width: 855px; */
    /* flex-wrap: wrap; */
    /* flex-direction: column-reverse; */
    /* padding: 0; */
    align-items: center;
  }

  header .submenu ul.s-bottom {
    padding: 0 0 0 17%;
    /* margin: 30px auto 0; */
    /* width: 100%; */
    min-width: 450px;
    width: 680px;
    margin: 0;
  }

  .child-wrap {
    width: 95%;
  }

  header.is-animation .submenu ul.s-top {
    display: none;
  }

  header.is-animation {
    height: 86px;
  }

  header.is-animation .submenu ul.s-bottom {
    margin: 0 auto;
    max-width: 700px;
  }

  /*下層ページ*/
  .intro_button_box li {
    width: 31.3333%;
  }

  .intro_button_box li:nth-child(2n) {
    margin: 0 3% 4% 0;
  }

  .intro_button_box li:nth-child(3n) {
    margin: 0 0 4% 0;
  }
}

@media screen and (max-width: 1100px) {
  header .submenu {
    width: 100%;
    /* margin: 20px auto 0; */
    /* padding: 60px 0 0 0; */
    padding: 0 15% 0 21%;
  }

  header.is-animation .submenu {
    margin: 0 auto;
  }

  header .submenu ul.s-top {
    /* margin: 0px 0 25px 0; */
    padding: 0 0 0 10px;
    width: 276px;
    right: 0;
  }

  header .submenu ul {
    /* max-width: 870px; */
    margin: auto;
    justify-content: space-around;
  }

  header .submenu ul.s-top li a {
    font-size: 0.85em;
  }

  header .submenu ul.s-top li {
    margin: 0 15px 0 0;
  }

  header .submenu ul li a {
    font-size: 0.7em;
    padding: 48px 0 0 0;
  }

  .toggle_btn {
    width: 55px;
    height: 55px;
  }

  header .submenu ul.s-bottom {
    width: 58%;
    margin: 0 2% 0 0;
    max-width: 1000px;
    padding: 0;
    min-width: 379px;
  }

  .child-wrap {
    right: 0;
    max-width: initial;
    width: 90%;
    margin: auto;
  }

  .child-wrap {
    width: 95%;
    right: 0;
    top: 104%;
    left: -40px;
    margin: auto;
  }

  .recruit-menu .child-wrap {
    width: 230px;
    right: 0;
    top: 70%;
    left: inherit;
    margin: auto;
    z-index: 1;
  }

  .recruit-menu .child-wrap ol {
    padding: 10px 15px 10px;
  }

  .footerbox {
    width: 100%;
  }

  h4 {
    font-size: 1.3em;
  }

  .search__button {
    top: 2px;
    right: 7%;
  }

  .search__button__inner a img {
    width: 22px;
  }

  .search__button__inner a p {
    font-size: 10px;
  }
}

/*タブレット*/
@media screen and (max-width: 1023px) {
  /*++++++++++++++
    共通
    ++++++++++++++*/

  .under:hover {
    text-decoration: none;
  }

  /*改行*/
  .br {
    display: block !important;
  }

  .br2 {
    display: none !important;
  }

  /*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
  /*極小*/
  .mb {
  }

  /*小*/
  .mb1 {
  }

  /*中*/
  .mb2 {
    margin: 0 0 40px 0;
  }

  /*大*/
  .mb3 {
    margin: 0 0 80px;
  }

  /*++++++++++++++
下層メインタイトル
++++++++++++++*/
  h1 {
  }

  /*++++++++++++++*/
  /*大見出し*/
  h2 {
  }

  /*中見出し*/
  h3 {
    font-size: 1.6em;
  }

  /*小見出し*/
  h4 {
  }

  /*以下見出し*/
  h5 {
  }

  /*以下見出し*/
  h6 {
  }

  /*本文*/
  p {
    font-size: 0.9em;
  }

  /*補足*/
  em {
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.8em;
  }

  /**/
  /*上*/
  .view-lowup {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 0.5s;
    transition-delay: 0.5s;
  }

  .view-lowup2 {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 0.6s;
    transition-delay: 0.6s;
  }

  .view-lowup3 {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 0.7s;
    transition-delay: 0.7s;
  }

  .view-lowup4 {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 0.8s;
    transition-delay: 0.8s;
  }

  .view-lowup5 {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    transition: 0.9s;
    transition-delay: 0.9s;
  }

  .mv-lowup {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  /*右*/
  .view-lowright {
    opacity: 0;
    transform: translate(60px, 0);
    -webkit-transform: translate(60px, 0);
    transition: 0.5s;
    transition-delay: 0.5s;
  }

  .mv-lowright {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  /*左*/
  .view-lowleft {
    opacity: 0;
    transform: translate(-60px, 0);
    -webkit-transform: translate(-60px, 0);
    transition: 0.5s;
    transition-delay: 0.5s;
  }

  .mv-lowleft {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }

  .mv-fade {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  /**/

  /*+++++++++++++++++++
/*header
+++++++++++++++++++*/

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/

  footer .inner {
    max-width: 700px;
  }

  #pagetop {
    position: fixed;
    bottom: 6%;
  }

  .footerbox dt {
    width: 33.333%;
  }

  .footertop .flogo {
    width: 180px;
  }

  dl.footer-address {
    width: 51%;
    float: left;
  }

  .footerbox dl {
    width: 100%;
  }

  .footerbox dd a:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .sp-991 {
    display: block !important;
  }

  .pc-991 {
    display: none !important;
  }

  /*運行状況*/

  .driving-wrap {
    height: 50px;
  }

  .driving-info .dirving-text {
    padding: 5px 10px;
  }

  header.is-animation .submenu ul.s-bottom {
    min-width: auto;
    width: 540px;
    margin: 0;
  }

  header.is-animation .submenu {
    margin: 0 auto;
    padding: 0 23% 0 20%;
  }

  header.is-animation .submenu ul.s-bottom > li > a:before {
    width: 40px;
    height: 40px;
  }

  header.is-animation .submenu ul li a {
    padding: 43px 0 0 0;
  }

  header.is-animation .submenu ul.s-bottom li:nth-child(1) > a:before,
  header.is-animation .submenu ul.s-bottom li:nth-child(1) > a:hover:before,
  header.is-animation .submenu ul.s-bottom li:nth-child(1).active > a:before {
    background-size: 16px;
  }

  header.is-animation .submenu ul.s-bottom > li:nth-child(2) > a:before,
  header.is-animation .submenu ul.s-bottom > li:nth-child(2) > a:hover:before {
    background-size: 21px;
  }

  header.is-animation .submenu ul.s-bottom > li:nth-child(3) > a:before,
  header.is-animation .submenu ul.s-bottom > li:nth-child(3) > a:hover:before {
    background-size: 28px;
  }

  header.is-animation .submenu ul.s-bottom > li:nth-child(4) > a:before,
  header.is-animation .submenu ul.s-bottom > li:nth-child(4) > a:hover:before {
    background-size: 21px;
  }

  header.is-animation .submenu ul.s-bottom > li:nth-child(5) > a:before,
  header.is-animation .submenu ul.s-bottom > li:nth-child(5) > a:hover:before {
    background-size: 18px;
  }

  header.is-animation {
    height: 83px;
  }

  header.is-animation a.logo {
    /* top: 2%; */
  }

  header.is-animation .toggle_btn {
    opacity: 1;
  }

  header .submenu ul li .child-wrap ol li.child-big a {
    padding: 10px 1px;
    font-size: 0.85em;
  }

  header .submenu ul.s-top {
    width: 110px;
    flex-wrap: wrap;
    padding: 0 0 0 15px;
  }

  header .submenu ul.s-bottom {
    margin: 0;
    width: 78%;
  }

  header a.logo {
    width: 140px;
  }

  header .submenu {
    padding: 0 2.5% 0 23%;
  }

  header .submenu ul.s-top li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  header .submenu ul.s-top li a {
    text-align: left;
  }

  /*++++++++++++++
    下層ページ
    ++++++++++++++*/

  .intro_button_box li {
    width: 48.5%;
  }

  .intro_button_box li:nth-child(3n) {
    margin: 0 3% 3% 0;
  }

  .intro_button_box li:nth-child(2n) {
    margin: 0 0 4% 0;
  }

  ul.link-list li {
    width: 48%;
  }

  ul.link-list li:nth-child(3n) {
    margin: 0 2% 2% 0;
  }

  ul.link-list li:nth-child(2n) {
    margin: 0 0 2% 0;
  }

  .search__button {
    display: none !important;
  }

  header.is-animation .submenu .search__button {
    top: 4px;
    display: block !important;
    right: 10%;
    padding: 0;
  }

  .search__button__inner a img {
    width: 20px;
  }

  header.is-animation .search-wrapbox {
    margin: 82px 0 0;
    box-sizing: border-box;
    padding: 30px;
  }

  .search-wrapbox {
    padding: 40px 20px 60px;
  }
}

/*スマホ横*/
@media screen and (max-width: 767px) {
  /*++++++++++++++
共通
++++++++++++++*/

  #wrapper {
  }

  .inner {
    max-width: 90%;
  }

  .overlay {
  }

  a {
  }

  .under {
  }

  .under:hover {
    text-decoration: none;
  }

  img {
  }

  /*改行*/
  .br {
    display: block !important;
  }

  .br2 {
    display: none !important;
  }

  /*レスポンシブ*/
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .banners {
    max-width: 90%;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    bottom: 71px;
  }
  /*センタリング*/
  .center {
  }

  /*flex*/
  .flex {
  }

  .flex-tight {
    display: block;
    margin: 10px 20px 0px 20px;
  }

  /*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
  /*極小*/
  .mb {
  }

  /*小*/
  .mb1 {
    margin: 0 0 15px 0;
  }

  /*中*/
  .mb2 {
    margin: 0 0 30px 0;
  }

  /*大*/
  .mb3 {
    margin: 0 0 40px;
  }

  /*特大*/
  .mb4 {
    margin: 0 0 60px;
  }

  /*超特大*/
  .mb5 {
    margin: 0 0 80px;
  }

  .mt-20 {
    margin-top: 10px;
  }

  .mt-30 {
    margin-top: 15px;
  }

  .button3 {
    width: 100%;
    margin: 0;
    max-width: initial;
    padding: 15px;
  }

  /*++++++++++++++
下層メインタイトル
++++++++++++++*/
  h1 {
  }

  /*++++++++++++++*/
  /*大見出し*/
  h2 {
    font-weight: 600;
  }

  /*中見出し*/
  h3 {
    font-size: 1.4em;
  }

  /*小見出し*/
  h4 {
    font-size: 1.2em;
  }

  /*以下見出し*/
  h5 {
    font-size: 1.1em;
  }

  /*以下見出し*/
  h6 {
    font-weight: 600;
    font-size: 1em;
  }

  /*本文*/
  p {
  }

  /*補足*/
  em {
    clear: both;
    /* display: block; */
  }

  .tel {
    font-size: 2.2em;
    background-size: 10%;
    font-weight: 500;
  }

  /*++++++++++++++
table
++++++++++++++*/
  table {
  }

  tr {
    display: grid;
  }

  th {
    width: 100%;
    padding: 5px 10px;
    font-size: 0.9em;
    border: none;
  }

  td {
    width: 100%;
    font-size: 0.9em;
    border: none;
    padding: 5px 10px;
  }

  tr:first-child th,
  tr:first-child td {
    border: none;
  }

  .scroll {
    overflow: auto;
    white-space: nowrap;
    max-width: 100%;
  }

  .scroll table.table_fixed {
    table-layout: unset;
  }

  /*+++++++++++++++++++
/section
+++++++++++++++++++*/
  section {
  }

  /*+++++++++++++++++++
/article
+++++++++++++++++++*/
  article {
  }

  /*+++++++++++++++++++
/*header
+++++++++++++++++++*/
  header {
    /* flex-wrap: wrap; */
    padding: 0 0 0 0;
    margin: 10px auto 0;
    /* display: flex; */
  }

  header a.logo {
    width: 116px;
    /* padding: 10px; */
    position: relative;
    left: 3%;
    z-index: 1;
    top: 0;
    transform: inherit;
  }

  header a.logo img.on {
    display: block;
  }

  header .submenu {
    width: 100%;
    margin: 13px auto 0;
    /* display: none; */
    position: fixed;
    bottom: 0;
    background: #fff;
    padding: 8px 0;
    border-top: 1px solid #f5f5f5;
  }

  header .submenu ul li {
    width: 100%;
    margin: 0 0 0 0;
  }

  header .submenu ul li.time {
    margin: 0;
  }

  header.is-animation {
    height: 44px;
    position: fixed;
    margin: 0;
    background: hsl(0deg 0% 100% / 60%);
  }

  header .submenu ul li a {
    display: block;
    padding: 38px 0 0 0;
    font-weight: 600;
    text-align: center;
    font-size: 0.75em;
  }

  header .submenu ul li.driving a {
    background: #ffd9db;
    border-radius: 5px;
  }

  header .submenu ul li.time a {
    background: #e1f1ff;
    border-radius: 5px;
  }

  header.is-animation a.logo {
    padding: 7px 7px;
    text-align: center;
    display: block;
    margin: 0;
    width: 132px;
    top: 0;
    transform: none;
  }

  header.is-animation a.logo img {
    display: block;
  }

  header.is-animation .submenu ul li a {
    display: block;
    text-align: center;
    /* color: #fff; */
    /* font-size: 0.8em; */
  }

  header .submenu ul.s-bottom li {
    width: 24%;
  }

  header .submenu .s-top {
    display: none;
  }

  .toggle_btn {
    display: block;
    top: 6px;
    right: 13px;
    width: 25px;
    height: 16px;
    background: none;
    position: absolute;
    opacity: 1;
  }

  header.is-animation .toggle_btn {
    top: 13px;
  }

  header .submenu ul.s-bottom {
    margin: 0;
    min-width: auto;
    width: 100%;
  }

  header.is-animation .submenu {
    padding: 7px 0;
  }

  header .submenu ul.s-top {
    display: none;
  }

  .child-wrap {
    display: none;
  }

  header .submenu ul.s-bottom li > a:before {
    width: 35px;
    height: 35px;
  }

  header.is-animation .submenu ul.s-bottom > li > a:before {
    width: 32px;
    height: 32px;
  }

  header .submenu ul.s-bottom li > a:before,
  header .submenu ul.s-bottom li:first-child > a:hover:before,
  header .submenu ul.s-bottom li:first-child.has-child.active > a:before {
    background-size: 14px;
  }

  header .submenu ul.s-bottom > li:nth-child(2) > a:before,
  header .submenu ul.s-bottom li:nth-child(2) > a:hover:before {
    background-size: 20px;
  }

  header .submenu ul.s-bottom > li:nth-child(3) > a:before,
  header .submenu ul.s-bottom > li:nth-child(3) > a:hover:before {
    background-size: 27px;
  }

  header .submenu ul.s-bottom > li:nth-child(4) > a:before,
  header .submenu ul.s-bottom > li:nth-child(4) > a:hover:before {
    background-size: 21px;
  }

  header .submenu ul.s-bottom > li:nth-child(5) > a:before,
  header .submenu ul.s-bottom > li:nth-child(5) > a:hover:before,
  header .submenu ul.s-bottom > li:nth-child(5).has-child.active > a:before {
    background-size: 24px;
  }

  header.is-animation .submenu ul li a {
    padding: 33px 0 0 0;
  }

  header.is-animation .submenu ul.s-bottom > li:nth-child(4) > a:before,
  header.is-animation .submenu ul.s-bottom > li:nth-child(4) > a:hover:before {
    background-size: 18px;
  }

  header.is-animation .submenu ul.s-bottom > li:nth-child(3) > a:before,
  header.is-animation .submenu ul.s-bottom > li:nth-child(3) > a:hover:before {
    background-size: 25px;
  }

  header.is-animation .submenu ul.s-bottom > li:nth-child(2) > a:before,
  header.is-animation .submenu ul.s-bottom > li:nth-child(2) > a:hover:before {
    background-size: 18px;
  }

  header.is-animation .submenu ul.s-bottom li:nth-child(1) > a:before,
  header.is-animation .submenu ul.s-bottom li:nth-child(1) > a:hover:before,
  header.is-animation .submenu ul.s-bottom li:nth-child(1).active > a:before {
    background-size: 14px;
  }

  header.is-animation .submenu ul.s-bottom {
    width: 100%;
    margin: 0 auto;
  }

  .toggle_btn span {
    background: #005bac;
  }

  .toggle_btn span {
    width: 100%;
  }

  .toggle_btn span:nth-child(1) {
    top: 0;
  }

  .toggle_btn span:nth-child(3) {
    top: 100%;
  }

  /*運行状況*/
  .driving-info .driving-icon {
    padding: 0 0 6px 0;
    width: 100%;
    justify-content: inherit;
  }

  .driving-info .dirving-text {
    padding: 1px 10px 0;
    width: 100%;
  }

  .driving-info {
    flex-wrap: wrap;
    height: auto;
    margin: 10px auto 0;
  }

  .driving-info.sp {
    /* display:flex !important; */
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    /* height: 45px; */
  }

  .driving-info.flex {
    display: none;
  }

  .driving-info .driving-icon,
  .driving-info.cancelred .driving-icon {
    /* border-bottom: 1px solid #e60012; */
  }

  ul.drive-list li.flex {
    margin: 0;
    padding: 5px 0 5px 0;
    align-items: inherit;
    display: block;
  }

  ul.drive-list li .b-icon {
    width: 100%;
    margin: 0 0 0 0;
    display: block;
    padding: 0 0 0 26px;
    border: none;
    font-size: 0.9em;
  }

  .driving-info .driving-icon span {
    font-size: 0.9em;
  }

  .driving-info.cancelred .driving-icon b {
    display: block;
    margin: 0;
    text-align: center;
    width: 20px;
  }

  .driving-info .driving-icon a {
    width: 100%;
    display: flex;
    margin: 0;
  }

  .driving-info.cancelred .driving-icon span {
    margin: 0 0 0 5px;
    text-align: center;
    display: block;
  }

  ul.drive-list li .b-icon:before {
    width: 22px;
    height: 22px;
  }

  ul.drive-list li .b-icon.sightseeing:before {
    background-size: 16px;
  }

  ul.drive-list li .b-icon.airport:before {
    background-size: 13px;
  }

  ul.drive-list li .b-icon.express:before {
    background-size: 13px;
  }

  .submenu .search__button {
    display: block !important;
    top: 8px;
    padding: 0;
    width: 24px;
    height: 30px;
    z-index: 999999999999999;
    right: 13%;
    position: fixed;
  }

  header.is-animation .submenu .search__button {
    top: 10px;
    padding: 0;
    width: 24px;
    height: 30px;
    z-index: 999999999999999;
    right: 13%;
    /* display: block !important; */
  }

  .search__button__inner a figure {
    width: 14px;
    padding: 0px 9px 8px;
  }

  .search__button__inner a img {
    /* width: 70%; */
    /* padding: 5px; */
    width: 100%;
  }

  .search__button__inner a p {
    display: none;
  }

  header.is-animation .search-wrapbox {
    top: 0;
    margin: 44px 0 0;
    bottom: 65px;
  }

  .search-wrapbox .inner h6 {
    font-size: 1.1em;
    padding: 0 0 0 20px;
  }

  .search-wrapbox .inner h6::before {
    border: 3px solid #ccc;
    width: 8px;
    height: 8px;
    top: 2px;
  }

  .search-wrapbox .flex {
    display: block;
    margin-right: 0;
  }

  .search-wrapbox form input[type="text"] {
    margin-bottom: 20px;
  }

  .search-wrapbox form input[type="submit"] {
    width: 50% !important;
    margin: 0 auto 25px;
    background-position: 42px center;
    background-size: 15px;
  }

  .search-wrapbox .close {
    margin: 0 auto;
  }

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/
  footer {
    padding: 50px 0 150px;
  }

  footer:before {
    height: 350px;
  }

  footer .inner {
    flex-wrap: wrap;
    position: inherit;
    max-width: 90%;
    margin: 0 auto 50px;
  }

  #pagetop {
    position: fixed;
    bottom: 12%;
    left: 0;
    right: 0;
    margin: auto !important;
    background: linear-gradient(2300deg, #005bac 0%, #176cb8 52%, #005bac 100%);
    border-radius: 100px;
    width: 60px;
    height: 60px;
    margin: 10px;
  }

  #pagetop:before {
    background: url(../images/common/arrow_w.svg) no-repeat center center;
    width: 15px;
  }

  .footertop {
    width: 100%;
  }

  .sns a {
    padding: 6px 0;
    width: 200px;
  }

  .sns {
    margin: 30px auto 0;
  }

  .link:before {
    right: 5%;
  }

  .footerbox {
    margin: 40px auto 0;
  }

  .footerbox dl {
    flex-wrap: wrap;
  }

  .footertop .flogo {
    width: 200px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }

  .footerbox dt {
    float: none;
    clear: both;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    position: relative;
    width: 100%;
    margin: 0;
  }

  .footerbox dt:last-child {
    width: 100%;
  }

  dl.footer-address {
    width: 100%;
    clear: both;
    text-align: center;
    margin: 20px auto 0;
  }

  .footerbox dl dd a {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .footerbox dd a:last-child {
    margin: 0;
  }

  .footerbox dl dd {
    display: none;
    margin: 20px auto 20px;
  }

  .footerbox dl:first-child dt:first-child {
    border-top: 1px solid #eee;
    width: 100%;
    position: relative;
    margin: 0;
  }

  .footerbox dt:after {
    /* content: "+"; */
    position: absolute;
    right: 0;
    font-size: 31px;
    line-height: 0.7;
    color: #8492a6;
    width: 36px;
    text-align: center;
    top: 50%;
    /* bottom: 0; */
    transform: translateY(-50%);
    vertical-align: revert;
    transition: 0.5s;
    font-weight: 200;
  }

  .footerbox dt.open:after {
    transform: rotateZ(45deg);
  }

  .footerbox dt:before {
    /* content: ""; */
    position: absolute;
    right: 0;
    font-size: 31px;
    line-height: 1;
    color: #005bac;
    width: 36px;
    text-align: center;
    vertical-align: revert;
    height: 24px;
    border-left: 1px solid #eee;
  }

  /*++++++++++++++
information 
++++++++++++++*/
  a.page.smaller,
  a.page.larger,
  .page a,
  .wp-pagenavi span.current,
  .page.navi-active a {
    width: 40px;
    height: 40px;
  }

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/

  /*+++++++++++++++++++
/*下層ページ
+++++++++++++++++++*/

  #sidebar {
    margin: 60px auto;
    position: relative;
  }

  .breadcrumb .flex {
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .breadcrumb li {
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
  }

  h3.sub-head:before {
    /* width: 60px; */
    left: 10px;
  }

  .sonota {
    padding: 15px;
  }

  h3.sub-head {
    padding: 10px 6px 10px 35px;
    letter-spacing: 1px;
  }

  ul.archive li a {
    font-size: 0.9em;
    /* background: #efefef; */
  }

  #main_ttl {
    padding: 12px 0;
    margin: 0 auto;
  }

  .breadcrumb {
    bottom: inherit;
    position: relative;
    right: 0;
    width: 100%;
    margin: 10px auto 0;
    overflow: hidden;
  }

  .intro_button_box li a figcaption h5 {
    font-size: 1em;
  }
}

/*スマホ縦*/
@media screen and (max-width: 480px) {
  /*改行*/
  .br {
    display: none !important;
  }

  .br2 {
    display: block !important;
  }

  /*レスポンシブ*/
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  /*++++++++++++++
共通
++++++++++++++*/

  small.during {
    font-size: 0.85em;
    line-height: 1.5;
  }

  /*+++++++++++++++++++
/*margin
+++++++++++++++++++*/
  /*極小*/
  .mb {
    margin: 0 0 10px;
  }

  /*小*/
  .mb1 {
    margin: 0 0 20px;
  }

  /*中*/
  .mb2 {
  }

  /*++++++++++++++
下層メインタイトル
++++++++++++++*/
  h1 {
  }

  /*++++++++++++++*/
  /*大見出し*/
  h2 {
    font-size: 1.4em;
    letter-spacing: 1px;
  }

  /*本文*/
  p {
    font-size: 0.95em;
    letter-spacing: 0;
    color: #000;
    line-height: 1.8;
  }

  /*補足*/
  em {
    font-size: 0.9em;
  }

  .tel {
  }

  /*+++++++++++++++++++
/*header
+++++++++++++++++++*/

  header a.logo img.on {
    display: block;
  }

  header.is-animation .submenu {
    bottom: 0px;
  }

  header.is-animation {
    height: 44px;
  }

  header.is-animation .toggle_btn {
    top: 5px;
  }

  header.is-animation a.logo {
    margin: 0;
    padding: 0;
    width: 105px;
  }

  header.is-animation a.logo img {
    /* display: none; */
  }

  header.is-animation a.logo img.on {
    display: block;
  }

  /*drawer*/
  .drawer-nav .serachbox {
    width: auto;
  }

  .drawer-nav .serachbox input.search-input {
    width: 100%;
    font-size: 0.7em;
  }

  .drawer-nav {
    width: 100%;
  }

  .drawer--right .drawer-nav {
    right: -110%;
  }

  .drawer--right.drawer-open .drawer-nav {
    padding: 90px 0;
  }

  .drawer-menu {
    padding: 0 20px 100px;
  }

  .drawer-menu a {
    /* margin: 0 0 15px 0; */
  }

  .drawer-menu a.arrow:before {
  }

  .drawer-nav .drwbox {
    margin: 0;
    border-top: none;
    padding: 20px 0 0;
  }

  .drawer-nav dl {
  }

  .drawer-nav dt {
    padding: 0 0 5px;
    margin: 0 0 20px;
    letter-spacing: 1px;
    font-weight: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .drawer-nav dt a {
    padding: 0;
    font-size: 1em;
    font-weight: 600;
  }

  .drawer-nav dt a:before {
    width: 13px;
    height: 13px;
    background-size: 6px;
  }

  .drawer-nav dd {
    display: none;
    padding: 0;
  }

  .drawer-nav dd a {
    color: #eee;
    font-size: 0.9em;
  }

  .drawer-nav dd a:before {
    border: none;
  }

  .lng li span {
    margin: 0 20px 0 0;
  }

  .lng li a {
    font-weight: 300 !important;
  }

  /*+++++++++++++++++++
/*footer
+++++++++++++++++++*/

  footer .read {
    position: relative;
    margin: auto;
    width: 90%;
  }

  footer .read dt {
    font-size: 2em;
    letter-spacing: 2px;
    margin: 0 0 10px 20px;
  }

  #pagetop {
    width: 40px;
    height: 40px;
    margin: 15px 10px;
    bottom: 21%;
  }

  #pagetop:before {
    width: 9px;
    height: 14px;
  }

  #pagetop:hover {
  }

  .footerbox {
    display: block;
  }

  .footerbox dl {
    margin: 0;
    clear: both;
  }

  .footerbox dl:last-child {
    margin: 0 0 40px;
  }

  .footerbox dt {
    margin: 0;
  }

  .footerbox dd {
    /* display: flex; */
    flex-wrap: wrap;
  }

  .footerbox dd a {
    width: auto;
    font-size: 0.95em;
    letter-spacing: 0;
  }

  .footer-othermenu dd {
    display: block;
  }

  .footerbox dd a:last-child {
    margin: 0;
  }

  /*++++++++++++++
information 
++++++++++++++*/
  .infortab {
    width: auto !important;
    display: flex;
    margin: 0 0 25px !important;
  }

  .infortab a {
    width: 49.7%;
    margin: 0 1px 1px 0;
    padding: 10px 10px 10px;
  }

  .infortab a:nth-child(2n) {
    margin: 0 0 1px;
  }

  .infortab a:last-child {
    margin: 0 0 1px;
  }

  .copyright {
    text-align: center;
    font-size: 0.65em;
    letter-spacing: 0.5px;
    bottom: -30px;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
  }

  dd.fax {
  }

  dd.fax em {
    font-size: 0.9em;
    display: block;
  }

  .footer-othermenu dd a,
  .footer-othermenu dd a:nth-child(3n) {
    margin: 0 5px 15px 0;
    width: 56%;
  }

  .footer-othermenu dd a:nth-child(2n) {
    margin: 0 0 15px 0;
    width: 40%;
  }

  /*+++++++++++
下層ページ
+++++++++++*/

  .box {
    width: 100%;
    margin: 30px auto 0;
  }

  .intro_button_box a,
  .intro_button_box a:nth-child(3n),
  .intro_button_box a:nth-child(2n) {
    /* padding: 15px; */
    width: 100%;
    /* margin: 0 0 15px 0; */
    /* font-weight: 600; */
    display: flex;
  }
  .btn_compulsion.intro_button_box a {
    display: block;
  }
  #sidebar {
    padding: 50px 5%;
    background: #efefef;
    margin: 30px auto 0;
  }

  #sidebar ul.archive li a.button5:before {
    left: 4%;
  }

  #sidebar ul.archive li a.button5:hover:before {
    left: 5%;
  }

  .breadcrumb li a {
    font-size: 0.8em;
  }

  .intro_button_box li,
  .intro_button_box li:nth-child(3n) {
    width: 100%;
    margin: 0 0 3% 0;
  }

  .intro_button_box a figure {
    width: 30%;
  }
  .btn_compulsion.intro_button_box a figure {
    width: 100%;
  }
  .intro_button_box li a figcaption {
    width: 69%;
    margin: 0 0 0 15px;
  }

  .btn_compulsion.intro_button_box li a figcaption {
    width: 100%;
    margin: 0 0 25px;
  }

  ul.link-list li,
  ul.link-list li:nth-child(3n),
  ul.link-list li:nth-child(2n) {
    width: 100%;
    margin: 0 0 3% 0;
  }
}
