@charset "UTF-8";
/*!
Theme Name:   DVERZ THEMES
Theme URI:    http://dverz.co.jp/
Author:       DVERZ Inc.
Author URI:   https://dverz.co.jp/
Description:  DVERZ WP theme
Version:      2.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  dverz
Tags:         企業サイト
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
a:active {
  outline: 0;
}
a:hover {
  outline: 0;
  opacity: 0.7 !important;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  /*  font-size: 2em;	*/
  /*  margin: 0.67em 0;	*/
}

mark {
  background: #ff0;
  color: #000;
}

small {
  /*  font-size: 80%;	*/
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  overflow: hidden;
  background: #fff;
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-size: 1rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.font-size-small body {
  font-size: 8px;
  font-size: 0.8rem;
}
.font-size-large body {
  font-size: 12px;
  font-size: 1.2rem;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus, a:active {
  color: none;
  text-decoration: none;
  outline: 0;
}

.button-hover {
  margin-top: 1px;
  margin-bottom: -1px;
}

hr {
  background-color: rgb(216.75, 216.75, 216.75);
  border: 0;
  height: 1px;
  margin: 3.5rem 0;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal;
  margin: 0;
  font-size: 100%;
  font-feature-settings: "palt";
}

p, span, address, th, td, a, li, em {
  font-feature-settings: "palt";
}

p {
  margin-bottom: 1.5rem;
  line-height: 2;
}

dfn, cite, i {
  font-style: normal;
}

em {
  font-style: normal;
}

blockquote {
  margin: 0 1.5rem;
}

address {
  margin: 0;
  font-style: normal;
}

pre {
  overflow: auto;
  margin-bottom: 1.6rem;
  padding: 1.6rem;
  max-width: 100%;
  background: rgb(243.525, 243.525, 243.525);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code, kbd, tt, var {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

abbr, acronym {
  border-bottom: dotted 1px #333333;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

.link-hover-inverse {
  text-decoration: none;
}
.link-hover-inverse:hover {
  text-decoration: underline;
}

.monospace {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .monospace {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .monospace {
  font-size: 18px;
  font-size: 1.8rem;
}

ul {
  margin: 0;
  padding: 0;
}

ol {
  margin-bottom: 2rem;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  font-size: 0;
}
.list-inline > li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}
.font-size-small .list-inline > li {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large .list-inline > li {
  font-size: 18px;
  font-size: 1.8rem;
}

.list-table {
  padding-left: 0;
  list-style: none;
  display: table;
  margin: 0 0 25px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.list-table > li {
  display: table-cell;
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.button {
  display: inline-block;
  border: 1px solid;
  border-color: transparent;
  border-radius: 3px;
  background: #00a894;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
}
.button:hover, .button:active, .button:focus {
  border-color: transparent;
  background: rgb(0, 244.5, 215.3928571429);
  color: #fff;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  border: 1px solid #00a894;
  color: #666;
  -webkit-appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #00a894;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  vertical-align: middle;
}

#wrapper {
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  overflow: hidden;
}
.font-size-small #wrapper {
  font-size: 12px;
  font-size: 1.2rem;
}
.font-size-large #wrapper {
  font-size: 18px;
  font-size: 1.8rem;
}

.container {
  margin: 0 auto;
  width: calc(100% - 200px);
  max-width: 1350px;
  min-width: 1000px;
  padding: 7rem 0;
  position: relative;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

*:focus {
  outline: none;
}

/*primary--ボタンスタイル-------*/
/*more btn*/
.btn_1 {
  background: #008575;
  background: -webkit-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: -moz-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008575", endColorstr="#A2C200", GradientType=0);
  text-align: left;
  border-radius: 100px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  padding: 20px 35px;
  padding-right: 60px;
  min-width: 250px;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_1:after {
  content: "";
  width: 21px;
  height: 20px;
  background-image: url("images/common/arrow_r_w.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  right: 23px;
  top: 23px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_1:hover {
  opacity: 1;
}
.btn_1:hover:after {
  transform: translateX(5px);
}
.btn_1.type_2 {
  background: #398275;
  background: -webkit-linear-gradient(117deg, rgb(57, 130, 117) 35%, rgb(28, 71, 63) 100%);
  background: -moz-linear-gradient(117deg, rgb(57, 130, 117) 35%, rgb(28, 71, 63) 100%);
  background: linear-gradient(117deg, rgb(57, 130, 117) 35%, rgb(28, 71, 63) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#398275", endColorstr="#1C473F", GradientType=0);
}

.btn_2 {
  background: #008575;
  background: -webkit-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: -moz-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008575", endColorstr="#A2C200", GradientType=0);
  text-align: center;
  border-radius: 100px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  padding: 20px 35px;
  min-width: 300px;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_2:before {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 30px;
  top: 23px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn_2:hover {
  opacity: 1;
}
.btn_2:hover:after {
  transform: translateX(5px);
}
.btn_2.icon_tel {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
}
.btn_2.icon_tel:before {
  background-image: url("images/common/icon_tel.png");
}
.btn_2.icon_mail:before {
  background-image: url("images/common/icon_mail.png");
}

.btn_3 {
  display: block;
  background: white;
  border-radius: 10px;
  padding: 20px 25px;
  position: relative;
  font-size: 17px;
  font-weight: 700;
}
.btn_3:after {
  content: "\f054";
  font-family: fontawesome;
  position: absolute;
  right: 25px;
  top: 20px;
  color: #00a894;
}

/*共通見出し*/
.font_en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.sec_head {
  border-top: 1px solid #00a894;
  padding: 25px 0;
}
.sec_head.type_white {
  border-color: white;
}

.typo_h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}
.typo_h2 strong {
  color: #00a894;
  display: inline-block;
}
.typo_h2.color_w {
  color: white;
}
.typo_h2.color_g {
  color: #00a894;
}

.sec_title1 {
  margin-bottom: 30px;
}
.sec_title1 h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.sec_title1 h2 {
  color: #00a894;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.sec_title1.color_w h3, .sec_title1.color_w h2 {
  color: white;
}

.sec_title2 {
  margin-bottom: 30px;
}
.sec_title2 h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #00a894;
}
.sec_title2 h2 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.sec_title2.t_center {
  text-align: center;
}
.sec_title2.color_w h3, .sec_title2.color_w h2 {
  color: white;
}

.sec_title3 {
  margin-bottom: 35px;
}
.sec_title3 h2 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.sec_title3 h2 em {
  font-size: 20px;
}
.sec_title3 h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #00a894;
}
.sec_title3.t_center {
  text-align: center;
}
.sec_title3.color_w h3, .sec_title3.color_w h2 {
  color: white;
}

.sec_title4 {
  margin-bottom: 20px;
  padding-left: 160px;
  position: relative;
}
.sec_title4 span.num {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  color: #00a894;
  position: absolute;
  left: 0;
  top: -5px;
}
.sec_title4 h2 {
  font-weight: 700;
  font-size: 35px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.sec_title4 h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: #00a894;
}
.sec_title4.color_w .num h3, .sec_title4.color_w h2 {
  color: white;
}

.hover__zoom {
  display: block;
  overflow: hidden;
}
.hover__zoom img {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.hover__zoom:hover {
  opacity: 1 !important;
}
.hover__zoom:hover img {
  transform: scale(110%);
}

.round_type_1 {
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.round_type_1 img {
  width: 100%;
}

.round_type_all {
  overflow: hidden;
  border-radius: 20px;
}
.round_type_all img {
  width: 100%;
}

.parts_link_list {
  background: rgb(243.525, 243.525, 243.525);
}
.parts_link_list .container {
  padding: 40px 0;
}
.parts_link_list .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  padding: 0;
}
.parts_link_list .inner a {
  padding: 20px 25px;
  font-weight: 700;
  border-radius: 7px;
  background: white;
  position: relative;
  margin: 5px 5px;
}
.parts_link_list .inner a:after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  bottom: 5px;
  left: calc((100% - 15px) / 2);
  line-height: 1;
  color: #00a894;
}
.parts_link_list .inner a:hover {
  background: #00a894;
  color: white;
}
.parts_link_list .inner a:hover:after {
  color: white;
}

.youtube_wrap {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gmap_wrap iframe {
  width: 100%;
  height: 500px;
}

.table_type_1 {
  margin-bottom: 45px;
}
.table_type_1 table {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
.table_type_1 table tr {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
.table_type_1 table tr th, .table_type_1 table tr td {
  padding: 15px 25px;
  line-height: 1.5;
}
.table_type_1 table tr th {
  text-align: center;
  font-weight: 700;
  background: rgb(243.525, 243.525, 243.525);
}
.table_type_1 table tr td a {
  text-decoration: underline;
  color: #00a894;
}

.table_type_normal {
  margin-bottom: 45px;
}
.table_type_normal table {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
.table_type_normal table tr {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  line-height: 1.5;
}
.table_type_normal table tr th {
  width: 150px;
  text-align: center;
  font-weight: normal;
  padding: 25px 30px;
}
.table_type_normal table tr td {
  padding: 25px 40px;
}
.table_type_normal table tr td > strong {
  display: inline-block;
  font-weight: 700;
  color: #00a894;
}

.table_type_company {
  margin-bottom: 45px;
}
.table_type_company table {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
.table_type_company table tr {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
.table_type_company table tr th {
  width: 120px;
  text-align: center;
  font-weight: normal;
  text-align: justify;
  text-align-last: justify;
  padding: 25px 30px;
}
.table_type_company table tr td {
  padding: 25px 40px;
}

.table_type_spec {
  margin-bottom: 45px;
}
.table_type_spec table {
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
}
.table_type_spec table tr {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
.table_type_spec table tr th, .table_type_spec table tr td {
  padding: 15px 30px;
}
.table_type_spec table tr th {
  width: 120px;
  text-align: center;
  font-weight: 700;
  background: rgb(243.525, 243.525, 243.525);
}
.table_type_spec table tr td a {
  text-decoration: underline;
  color: #00a894;
}

.sp-buttons .sp-button {
  border: none;
  background: rgb(216.75, 216.75, 216.75);
  width: 6px;
  height: 6px;
  margin: 6px;
}
.sp-buttons .sp-selected-button {
  background-color: #333333;
}

#pankuzu {
  text-align: right;
}
#pankuzu .container {
  padding: 10px;
}
#pankuzu #breadcrumb ul > li {
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 1.3;
  display: inline-block;
}
#pankuzu #breadcrumb ul > li:before {
  display: inline-block;
  margin-right: 10px;
  content: ">";
}
#pankuzu #breadcrumb ul > li:first-of-type:before {
  display: none;
}
#pankuzu #breadcrumb ul > li > a {
  text-decoration: underline;
}

#menu_btn {
  display: none;
}

#wrapper {
  padding-top: 90px;
}

#header {
  background: white;
  width: 100%;
  z-index: 1111;
  position: fixed;
  top: 0;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.1);
}
#header .container {
  width: 100%;
  padding: 30px 40px;
}
#header .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 1085px) {
  #header .container .content {
    align-items: stretch;
  }
}
#header .container .content .head_logo a {
  display: block;
}
#header .container .content .head_logo a h1 {
  color: #00a894;
  letter-spacing: 0.1em;
}
#header .container .content #gnav {
  width: calc(100% - 170px);
}
#header .container .content #gnav nav ul.header-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
}
#header .container .content #gnav nav ul.header-nav-menu li {
  display: inline-block;
}
#header .container .content #gnav nav ul.header-nav-menu li a {
  padding: 10px;
  font-weight: 700;
}
#header .container .content #gnav nav ul.header-nav-menu li.for_contact {
  margin-left: 20px;
}
@media screen and (max-width: 1085px) {
  #header .container .content #gnav nav ul.header-nav-menu li.for_contact {
    position: fixed;
    top: 100px;
    right: 0;
    writing-mode: vertical-lr;
    margin: 0;
  }
}
#header .container .content #gnav nav ul.header-nav-menu li.for_contact a {
  background: #008575;
  background: -webkit-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: -moz-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008575", endColorstr="#A2C200", GradientType=0);
  padding: 10px 15px;
  padding-left: 55px;
  border-radius: 5px;
  position: relative;
  color: white;
}
#header .container .content #gnav nav ul.header-nav-menu li.for_contact a:before {
  content: "";
  width: 24px;
  height: 22px;
  background-image: url("images/common/icon_calender.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 15px;
  top: 9px;
}
@media screen and (max-width: 1085px) {
  #header .container .content #gnav nav ul.header-nav-menu li.for_contact a {
    padding: 20px 10px;
    display: block;
    padding-top: 46px;
    font-size: 17px;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #header .container .content #gnav nav ul.header-nav-menu li.for_contact a:before {
    top: 15px;
  }
}

body.home #header {
  position: absolute;
  background: none;
  box-shadow: none;
}
body.home #header .container .content .head_logo a h1 {
  color: white;
}
body.home #header .container .content #gnav nav ul.header-nav-menu li a {
  color: white;
}

#vihalf-section {
  background: #00a894;
  color: white;
}
#vihalf-section .container {
  position: relative;
  width: 100%;
  max-width: auto;
  min-width: 900px;
  padding: 0 0 50px;
}
#vihalf-section .container .head {
  position: relative;
  padding: 80px 0;
  padding-left: 150px;
}
#vihalf-section .container .head h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
}
#vihalf-section .container .head h3 {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
}
#vihalf-section .container .head h1 {
  position: absolute;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: 150px;
  opacity: 0.1;
  right: 0;
  bottom: -40px;
  line-height: 150px;
}
#vihalf-section .container .vi_wrap {
  position: relative;
  width: calc(100% - 50px);
  margin-left: 50px;
}
#vihalf-section .container .vi_wrap .pic {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1350px) {
  #vihalf-section .container .vi_wrap .pic {
    border-radius: 20px !important;
  }
}
#vihalf-section .container .vi_wrap .pic img {
  object-fit: cover;
  object-position: top left;
}
#vihalf-section .container .vi_wrap .catch {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
#vihalf-section .container .vi_wrap .catch h3 {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 20px;
}
#vihalf-section .container .vi_wrap .catch h4 {
  font-weight: 700;
}
#vihalf-section.no_pic .container {
  padding-bottom: 0;
}

#news-detail img.size-full {
  margin-bottom: 2.5rem;
}

#news-detail article[class^=post-] > .content table {
  border-top: 1px solid #00a894;
  margin-bottom: 45px;
}
#news-detail article[class^=post-] > .content table tr {
  border-bottom: 1px solid #00a894;
}
#news-detail article[class^=post-] > .content table tr th, #news-detail article[class^=post-] > .content table tr td {
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 15px 20px;
}
#news-detail article[class^=post-] > .content table tr th {
  background: #0036b5;
  color: #00a894;
  width: 200px;
  text-align: center;
  font-weight: normal;
}
#news-detail article[class^=post-] > .content h1 {
  margin: 1rem 0 2rem;
  line-height: 1.5;
  font-size: 2.5rem;
  font-weight: 700;
}
#news-detail article[class^=post-] > .content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 700;
}
#news-detail article[class^=post-] > .content h3 {
  color: #00a894;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
  display: inline-block;
  min-width: 50%;
  background: white;
}
#news-detail article[class^=post-] > .content h4 {
  color: white;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  background: #00a894;
}
#news-detail article[class^=post-] > .content h5 {
  color: #00a894;
  background: white;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
  border: 2px solid #00a894;
}
#news-detail article[class^=post-] > .content p {
  margin-bottom: 2rem;
}
#news-detail article[class^=post-] > .content a {
  text-decoration: underline;
  color: #00a894;
}
#news-detail article[class^=post-] > .content h2.caption {
  box-sizing: border-box;
  color: #000 !important;
  font-size: 2.5rem;
  line-height: 1.5;
  padding: 2rem 0 !important;
  border-bottom: 1px solid #00a894;
  margin-bottom: 4rem !important;
  background: none;
  box-shadow: none;
  display: block;
  text-align: left;
}
#news-detail article[class^=post-] > .content ul {
  margin: 2rem 0 3rem;
  list-style: disc;
  padding-left: 3rem;
}
#news-detail article[class^=post-] > .content ul li {
  line-height: 1.5;
  color: #00a894;
  margin-bottom: 1.5rem;
}
#news-detail article[class^=post-] > .content .btn {
  text-align: right;
  margin: 1rem 0 1rem;
}
#news-detail article[class^=post-] > .content .btn > a {
  text-decoration: none !important;
  min-width: 300px;
}
#news-detail article[class^=post-] > .content .gallery_card article {
  width: calc(50% - 1rem);
  box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
  background: white;
  text-align: center;
  margin-bottom: 2rem;
}
#news-detail article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
  margin-left: 2rem;
}
#news-detail article[class^=post-] > .content .gallery_card article .pic {
  line-height: 0.5;
}
#news-detail article[class^=post-] > .content .gallery_card article .pic img {
  width: 100%;
  margin: 0;
}
#news-detail article[class^=post-] > .content .gallery_card article .txt {
  line-height: 1;
  padding: 1rem 2rem;
}
#news-detail article[class^=post-] > .content .gallery_card article .txt h3 {
  font-size: 1.5rem;
  margin: 0;
}
#news-detail article[class^=post-] > .content iframe {
  width: 100%;
  height: 40rem;
  margin-bottom: 2rem;
}
#news-detail article[class^=post-] > .content img {
  clear: both;
}
#news-detail article[class^=post-] > .content img.size-full {
  width: auto;
  margin-bottom: 0px;
}
#news-detail article[class^=post-] > .content img.size-large {
  margin-bottom: 0rem;
}

#pagination {
  margin-top: 60px;
  margin-bottom: 30px;
}
#pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
}
#pagination .nav-links a:hover {
  text-decoration: underline;
}
#pagination .nav-links .page-numbers {
  font-size: 18px;
  font-weight: 700;
  color: #00a894;
  background: white;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  line-height: 1;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
}
#pagination .nav-links .page-numbers.current {
  background: #00a894;
  color: white;
}
#pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
  background: white;
  border: 1px solid #00a894;
  position: relative;
  padding: 0;
}
#pagination .nav-links .page-numbers.prev:after, #pagination .nav-links .page-numbers.next:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "\f054";
  font-family: fontawesome;
  display: inline-block;
}
#pagination .nav-links .page-numbers.prev:hover:after, #pagination .nav-links .page-numbers.next:hover:after {
  transform: translateX(5px);
}
#pagination .nav-links .page-numbers.prev.inactive, #pagination .nav-links .page-numbers.next.inactive {
  border-color: #D3D3D3;
}
#pagination .nav-links .page-numbers.prev.inactive:after, #pagination .nav-links .page-numbers.next.inactive:after {
  content: "\f054";
  font-family: fontawesome;
}
#pagination .nav-links .page-numbers.prev {
  margin-right: 30px;
}
#pagination .nav-links .page-numbers.prev:after {
  transform: rotate(180deg);
}
#pagination .nav-links .page-numbers.prev:hover:after {
  transform: translateX(5px) rotate(180deg);
}
#pagination .nav-links .page-numbers.next {
  margin-left: 30px;
}

#pager {
  margin-top: 40px;
}
#pager .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
#pager .content .btn_prev a,
#pager .content .btn_next a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid #00a894;
  border-radius: 100px;
  background: white;
}
#pager .content .btn_prev a i,
#pager .content .btn_next a i {
  position: relative;
}
#pager .content .btn_prev a i:after,
#pager .content .btn_next a i:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "\f054";
  font-family: fontawesome;
  color: #00a894;
  display: inline-block;
}
#pager .content .btn_prev a i.arrow_next:after,
#pager .content .btn_next a i.arrow_next:after {
  transform: rotate(180deg);
}
#pager .content .btn_prev a:hover i.arrow_next:after,
#pager .content .btn_next a:hover i.arrow_next:after {
  transform: translateX(-5px) rotate(180deg);
}
#pager .content .btn_prev a:hover i.arrow_prev:after,
#pager .content .btn_next a:hover i.arrow_prev:after {
  transform: translateX(5px);
}
#pager .content .btn_prev .inactive,
#pager .content .btn_next .inactive {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  align-content: center;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  border-radius: 100px;
  background: white;
}
#pager .content .btn_prev .inactive i,
#pager .content .btn_next .inactive i {
  position: relative;
}
#pager .content .btn_prev .inactive i:after,
#pager .content .btn_next .inactive i:after {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  content: "\f054";
  font-family: fontawesome;
  color: rgb(216.75, 216.75, 216.75);
  display: inline-block;
}
#pager .content .btn_prev .inactive i.arrow_next:after,
#pager .content .btn_next .inactive i.arrow_next:after {
  transform: rotate(180deg);
}
#pager .content .list a {
  color: #00a894;
  font-size: 15px;
  display: block;
  padding: 10px;
  margin: 0 45px;
}

#go-top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 60px;
  background: #00a894;
  padding: 10px;
  z-index: 9999;
}
#go-top img {
  vertical-align: middle;
}

footer#footer {
  background: #008575;
  background: -webkit-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: -moz-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008575", endColorstr="#A2C200", GradientType=0);
}
footer#footer .container {
  padding: 5rem 0;
  width: 1000px;
}
footer#footer .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer#footer .container .content .l {
  width: 230px;
}
footer#footer .container .content .l .foot_info h1 {
  font-size: 25px;
  color: white;
  letter-spacing: 0.05em;
}
footer#footer .container .content .l .foot_info h3, footer#footer .container .content .l .foot_info h2, footer#footer .container .content .l .foot_info p, footer#footer .container .content .l .foot_info address, footer#footer .container .content .l .foot_info a {
  font-weight: 700;
  color: white;
  line-height: 1.5;
  margin-top: 7px;
}
footer#footer .container .content .r {
  width: calc(100% - 230px - 50px);
}
footer#footer .container .content .r .foot_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-end;
}
footer#footer .container .content .r .foot_nav nav {
  display: inline-block;
  margin-left: 20px;
}
footer#footer .container .content .r .foot_nav nav a {
  color: white;
  display: block;
  line-height: 1.5;
  font-weight: 700;
  font-size: 14px;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li {
  margin-bottom: 25px;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li:last-of-type {
  margin-bottom: 0;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu {
  margin-top: 7px;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li {
  line-height: 1.5;
  margin-bottom: 7px;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li a {
  font-weight: 400;
  font-size: 13px;
}
footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li a:before {
  content: "・";
  display: inline-block;
}

footer#foot-credit-section {
  background: rgb(11, 135, 96);
  background: -moz-linear-gradient(90deg, rgb(11, 135, 96) 0%, rgb(16, 179, 155) 100%);
  background: -webkit-linear-gradient(90deg, rgb(11, 135, 96) 0%, rgb(16, 179, 155) 100%);
  background: linear-gradient(90deg, rgb(11, 135, 96) 0%, rgb(16, 179, 155) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b8760",endColorstr="#10b39b",GradientType=1);
}
footer#foot-credit-section .container {
  padding: 0;
  text-align: center;
}
footer#foot-credit-section .container p {
  margin: 20px 0;
  color: white;
  font-size: 13px;
}

#foot-fix-btn-section {
  display: none;
}

body.home #wrapper {
  padding-top: 0;
}

body.home #page {
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
  /*------------------------------------------------------------------*/
}
body.home #page #vi-section .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
body.home #page #vi-section .container .vi_wrap {
  position: relative;
}
body.home #page #vi-section .container .vi_wrap .bg_wrap img {
  width: 100%;
  height: 770px;
  object-fit: cover;
}
body.home #page #vi-section .container .vi_wrap .slide_wrap {
  width: 970px;
  margin-left: calc(100% - 970px);
  position: absolute;
  right: 0;
  top: 0;
}
body.home #page #vi-section .container .vi_wrap .slide_wrap .inner {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  padding-left: 230px;
}
body.home #page #vi-section .container .vi_wrap .slide_wrap .inner:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("images/top/o.png");
  background-size: 1230px;
  background-position: left top -125px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
body.home #page #vi-section .container .vi_wrap .slide_wrap .inner #vi-slide .splide__slide img {
  width: 100%;
  height: 670px;
  object-fit: cover;
  object-position: top center;
}
body.home #page #vi-section .container .vi_wrap .slide_wrap .inner #vi-slide .sp-buttons {
  position: absolute;
  text-align: right;
  padding-top: 0;
  bottom: 20px;
  right: 30px;
}
body.home #page #vi-section .container .vi_wrap .slide_wrap .inner #vi-slide .sp-buttons .sp-button {
  width: 8px;
  height: 8px;
}
body.home #page #vi-section .container .vi_wrap .catch_wrap {
  position: absolute;
  top: 170px;
  left: 80px;
  line-height: 1.5;
  color: white;
  z-index: 3;
}
body.home #page #vi-section .container .vi_wrap .catch_wrap h1 {
  font-family: "Poppins", sans-serif;
  font-size: 110px;
  font-weight: 700 !important;
  margin-bottom: 30px;
  line-height: 1;
}
body.home #page #vi-section .container .vi_wrap .catch_wrap h1 em {
  font-size: 30px;
  display: block;
}
body.home #page #vi-section .container .vi_wrap .catch_wrap h2 {
  font-size: 35px;
  font-weight: 700 !important;
  margin-bottom: 30px;
  padding-left: 30px;
}
body.home #page #vi-section .container .vi_wrap .catch_wrap h3 {
  font-weight: 700;
  font-size: 18px;
}
body.home #page #vi-section .container .vi_wrap .scrolldown_img {
  position: absolute;
  left: 169px;
  bottom: 0px;
  z-index: 2;
  width: 34px;
}
body.home #page #topics-news-section .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
body.home #page #topics-news-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.home #page #topics-news-section .container .content .head {
  width: 185px;
  @incldue cards;
  background: #008575;
  background: -webkit-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: -moz-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008575", endColorstr="#A2C200", GradientType=0);
  justify-content: center;
  align-content: center;
}
body.home #page #topics-news-section .container .content .head h2 {
  align-self: center;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
}
body.home #page #topics-news-section .container .content .news_feeds_wrap {
  width: calc(100% - 185px);
  background: #e4ebea;
}
body.home #page #topics-news-section .container .content .news_feeds_wrap article {
  border: 0;
}
body.home #page #cars-section .container {
  width: 850px;
  min-width: 850px;
}
body.home #page #cars-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.home #page #cars-section .container .content .pic {
  width: 380px;
}
body.home #page #cars-section .container .content .pic a {
  overflow: inherit;
  position: relative;
}
body.home #page #cars-section .container .content .pic a:after {
  content: "";
  width: 62px;
  height: 76px;
  position: absolute;
  right: 5px;
  top: -25px;
  background-image: url("images/top/kasikiri.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
body.home #page #cars-section .container .content .pic .recommend {
  margin-top: 30px;
}
body.home #page #cars-section .container .content .pic .recommend h3 {
  font-weight: 700;
}
body.home #page #cars-section .container .content .txt {
  width: calc(100% - 380px - 50px);
}
body.home #page #cars-section .container .content .txt .btn {
  text-align: right;
  margin-top: 25px;
}
body.home #page #cars-section .container .map {
  position: absolute;
  left: 410px;
  top: 20px;
  width: 650px;
  z-index: -1;
}
body.home #page #top-loop-slide-section .container {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
body.home #page #plan-section .container {
  width: 850px;
  min-width: 850px;
  position: relative;
}
body.home #page #plan-section .container:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 400px;
  background-image: url("images/top/o.png");
  background-position: left top -50px;
  background-size: 1227px;
  background-repeat: no-repeat;
  z-index: -1;
}
body.home #page #plan-section .container .sec_head {
  position: relative;
}
body.home #page #plan-section .container .sec_head p {
  position: absolute;
  right: 0;
  top: 82px;
}
body.home #page #plan-section .container .splide__track {
  overflow: visible;
}
body.home #page #plan-section .container .splide__slide article {
  background: white;
  border-radius: 20px;
  padding: 30px 30px;
  position: relative;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.1);
  height: 100%;
}
body.home #page #plan-section .container .splide__slide article span.num {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  color: #00a894;
  position: absolute;
  left: 20px;
  top: 10px;
  z-index: 100;
}
body.home #page #plan-section .container .splide__slide article .pic {
  margin-bottom: 25px;
}
body.home #page #plan-section .container .splide__slide article .pic img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
body.home #page #plan-section .container .splide__slide article > .txt .sec_title3 {
  margin-bottom: 15px;
}
body.home #page #plan-section .container .splide__slide article > .txt .sec_title3 h2 {
  font-size: 25px;
  letter-spacing: 0;
}
body.home #page #plan-section .container .splide__slide article > .txt .sec_title3 h3 {
  font-size: 15px;
}
body.home #page #plan-section .container .splide__slide article > .txt .typo_h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
body.home #page #plan-section .container .splide__slide article > .txt .typo_h2 br {
  display: none;
}
body.home #page #plan-section .container .splide__slide article > .txt .typo_h2 strong {
  position: relative;
  z-index: 3;
  color: black;
}
body.home #page #plan-section .container .splide__slide article > .txt .typo_h2 strong:after {
  content: "";
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #00a894;
  background: #FFF34B;
  background: -webkit-linear-gradient(90deg, rgb(255, 243, 75) 0%, rgb(197, 255, 75) 100%);
  background: -moz-linear-gradient(90deg, rgb(255, 243, 75) 0%, rgb(197, 255, 75) 100%);
  background: linear-gradient(90deg, rgb(255, 243, 75) 0%, rgb(197, 255, 75) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF34B", endColorstr="#C5FF4B", GradientType=1);
  z-index: -1;
}
body.home #page #plan-section .container .splide__slide article > .txt p {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
body.home #page #plan-section .container .splide__slide article > .txt p br {
  display: none;
}
body.home #page #plan-section .container > .txt {
  padding: 50px 0 0;
  margin-bottom: 30px;
}
body.home #page #plan-section .container > .txt .h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
body.home #page #plan-section .container > .txt .h .jumbo {
  width: 165px;
  margin-right: 25px;
}
body.home #page #plan-section .container > .txt .h h2 {
  font-weight: 700;
  font-size: 45px;
  line-height: 1.3;
}
body.home #page #plan-section .container > .txt .btn {
  margin-top: 25px;
  text-align: right;
}
body.home #page #sightseeing-section {
  background: #00a894;
}
body.home #page #sightseeing-section .container {
  width: calc(100% - 200px);
  max-width: 1350px;
  min-width: 1000px;
}
body.home #page #sightseeing-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.home #page #sightseeing-section .container .content .txt {
  width: 380px;
  color: white;
}
body.home #page #sightseeing-section .container .content .txt .btn {
  margin-top: 40px;
}
body.home #page #sightseeing-section .container .content .slide_wrap {
  width: calc(100% - 380px - 50px + 100px);
  margin-right: -100px;
  margin-top: -110px;
}
body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .thumb {
  margin-bottom: 15px;
  overflow: hidden;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .thumb a {
  display: block;
}
body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .thumb a img {
  width: auto;
  height: 390px;
  object-fit: cover;
  object-position: center;
}
body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .post_txt {
  color: white;
  line-height: 1.3;
  padding-left: 20px;
  border-left: 1px solid white;
}
body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .post_txt .post_title {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}
body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .post_txt .post_title2 {
  margin-bottom: 7px;
  font-weight: bold;
  line-height: 1.5;
}
body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .post_txt .cat_list {
  margin-bottom: 10px;
}
body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .post_txt .tag_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .post_txt .tag_list ul li {
  font-size: 13px;
  margin-right: 10px;
  line-height: 1.5;
}
body.home #page #fee-driver-section .container {
  width: calc(100% - 200px);
  max-width: 1100px;
  min-width: 1000px;
}
body.home #page #fee-driver-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.home #page #fee-driver-section .container .content > article {
  width: calc(50% - 25px);
  border-radius: 20px;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.1);
  background: white;
  overflow: hidden;
}
body.home #page #fee-driver-section .container .content > article .txt {
  padding: 45px 25px;
}
body.home #page #fee-driver-section .container .content > article .txt .sec_title1 {
  text-align: center;
  margin-bottom: 20px;
}
body.home #page #fee-driver-section .container .content > article .txt .typo_h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 35px;
}
body.home #page #fee-driver-section .container .content > article .txt .fee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0;
}
body.home #page #fee-driver-section .container .content > article .txt .fee > article {
  width: 50%;
  color: #00a894;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
body.home #page #fee-driver-section .container .content > article .txt .fee > article h2 {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
}
body.home #page #fee-driver-section .container .content > article .txt .fee > article h3 {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
body.home #page #fee-driver-section .container .content > article .txt .fee > article h4 {
  border: 1px solid #00a894;
  padding: 3px 10px;
  border-radius: 4px;
  display: inline-block;
}
body.home #page #fee-driver-section .container .content > article .txt ul {
  padding: 0 30px;
}
body.home #page #fee-driver-section .container .content > article .txt ul li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
  margin: 7px 0;
}
body.home #page #fee-driver-section .container .content > article .txt ul li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
body.home #page #fee-driver-section .container .content > article .txt p {
  padding: 0 30px;
}
body.home #page #fee-driver-section .container .content > article .txt .btn {
  text-align: center;
  margin-top: 20px;
}
body.home #page #faq-section {
  overflow: hidden;
  background: #008575;
  background: -webkit-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: -moz-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008575", endColorstr="#A2C200", GradientType=0);
}
body.home #page #faq-section .container {
  width: 850px;
  min-width: 850px;
}
body.home #page #faq-section .container .content .txt {
  color: white;
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}
body.home #page #faq-section .container .content .link ul.cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.home #page #faq-section .container .content .link ul.cat_list li {
  width: calc(50% - 15px);
}
body.home #page #faq-section .container .content .link ul.cat_list li a {
  margin-bottom: 15px;
  padding-left: 54px;
  position: relative;
}
body.home #page #faq-section .container .content .link ul.cat_list li a:before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  color: #00a894;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 5px;
}
body.home #page #faq-section .container .chara {
  position: absolute;
  right: 0;
  top: 150px;
  width: 270px;
  z-index: 1;
}
body.home #page #news-section .container {
  width: 850px;
}
body.home #page #news-section .btn {
  text-align: right;
  margin-top: 50px;
}

/*------------------------------------------------------------------*/
#page-404 .container {
  width: 820px;
  margin: 0 auto;
  text-align: center;
}
#page-404 .container .sec_title1 {
  text-align: left;
}

.news_feeds_wrap article {
  border-top: 1px solid #00a894;
}
.news_feeds_wrap article:last-of-type {
  border-bottom: 1px solid #00a894;
}
.news_feeds_wrap article .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  padding: 25px 45px;
}
.news_feeds_wrap article .inner .post-date {
  display: inline-block;
  width: 80px;
}
.news_feeds_wrap article .inner .post-cat {
  margin-right: 10px;
}
.news_feeds_wrap article .inner .post-cat li {
  margin-right: 10px;
  text-align: center;
}
.news_feeds_wrap article .inner .post-cat li a {
  color: white;
  display: inline-block;
  background: #00a894;
  line-height: 1;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  width: 110px;
}
.news_feeds_wrap article .inner .post-title {
  width: calc(100% - 80px - 130px);
}
.news_feeds_wrap article .inner .post-title a {
  display: block;
  font-weight: bold;
}

#wrapper.news #news-detail .container .inner {
  background: white;
  padding: 70px;
  box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.1);
}
#wrapper.news #news-detail .post-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 40px;
}
#wrapper.news #news-detail .post-header .post-title {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
  width: 100%;
}
#wrapper.news #news-detail .post-header .post-date {
  display: inline-block;
  color: gray;
  line-height: 1.5;
  margin-right: 15px;
}
#wrapper.news #news-detail .post-header ul.post-cat {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-start;
}
#wrapper.news #news-detail .post-header ul.post-cat li {
  display: inline-block;
  margin-right: 5px;
}
#wrapper.news #news-detail .post-header ul.post-cat li a {
  display: inline-block;
  background: #00a894;
  color: white;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 15px;
}
#wrapper.news #news-detail .content {
  margin-bottom: 40px;
}

#page-cars #intro-section {
  text-align: center;
}
#page-cars #intro-section .vi {
  width: 520px;
  display: inline-block;
  position: relative;
}
#page-cars #intro-section .vi:after {
  content: "";
  width: 790px;
  height: 792px;
  background-image: url("images/cars/ehime.png");
  background-size: contain;
  background-position: center;
  position: absolute;
  top: -200px;
  left: calc((100% - 790px) / 2);
  z-index: -1;
}
#page-cars #intro-section .txt p {
  font-size: 17px;
  font-weight: 700;
}
#page-cars #intro-section .txt p strong {
  color: #00a894;
}
#page-cars #map-section .inner {
  background: #00a894;
  border-radius: 20px;
  padding: 50px;
}
#page-cars #map-section .inner .pic {
  width: 780px;
  margin: 0 auto 30px;
}
#page-cars #map-section .inner h3 {
  color: white;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
}
#page-cars .cars_content_wrap .container {
  width: 1000px;
  padding-bottom: 20px;
}
#page-cars .cars_content_wrap .sec_head {
  padding-top: 35px;
}
#page-cars .cars_content_wrap .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#page-cars .cars_content_wrap .content .pic {
  width: 460px;
  border-radius: 20px;
  overflow: hidden;
}
#page-cars .cars_content_wrap .content .txt {
  width: calc(100% - 460px - 50px);
}
#page-cars .cars_content_wrap .content .txt > h2.typo_h2 {
  font-size: 45px;
}
#page-cars .cars_content_wrap .content .txt > h3 {
  color: #00a894;
  font-weight: 700;
  font-size: 20px;
  line-height: 0.15;
  padding: 20px 15px;
  border-radius: 7px;
  border: 1px solid #00a894;
  text-align: center;
  margin-bottom: 20px;
}
#page-cars .cars_content_wrap .content .txt ul {
  padding-left: 15px;
}
#page-cars .cars_content_wrap .content .txt ul li {
  line-height: 1.5;
  margin: 7px 0;
  position: relative;
  font-size: 17px;
  padding-left: 15px;
}
#page-cars .cars_content_wrap .content .txt ul li:before {
  content: "\f0da";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 0;
  color: #00a894;
}
#page-cars .cars_content_wrap .content .txt .btn {
  text-align: right;
}
#page-cars .cars_content_wrap .content.color_w {
  background: #00a894;
  padding: 50px;
  border-radius: 20px;
  color: white;
}
#page-cars #cars-section-3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#page-cars #cars-section-3 ul li {
  margin-right: 15px;
}
#page-cars #cars-section-4 .content {
  align-items: center;
}
#page-cars #cars-section-4 .typo_h2 {
  font-size: 36px !important;
}
#page-cars .table_type_spec th {
  width: 200px;
}

.common_part__plan_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.common_part__plan_list article {
  width: calc(25% - 13px);
}
.common_part__plan_list article .num {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 45px;
  line-height: 45px;
  color: #00a894;
}
.common_part__plan_list article .pic {
  margin-bottom: 10px;
}
.common_part__plan_list article h2 {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}

#page-plan #intro-section .head {
  margin-bottom: 45px;
}
#page-plan .plan_content_wrap {
  background: #00a894;
}
#page-plan .plan_content_wrap .container .plan_list > article {
  background: white;
  border-radius: 20px;
  padding: 70px 100px;
  margin-bottom: 50px;
}
#page-plan .plan_content_wrap .container .plan_list > article:last-of-type {
  margin-bottom: 0;
}
#page-plan .plan_content_wrap .container .plan_list > article .head {
  margin-bottom: 40px;
}
#page-plan .plan_content_wrap .container .plan_list > article .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
  margin-bottom: 40px;
}
#page-plan .plan_content_wrap .container .plan_list > article .content .pic {
  width: 450px;
}
#page-plan .plan_content_wrap .container .plan_list > article .content .pic img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
#page-plan .plan_content_wrap .container .plan_list > article .content .txt {
  width: calc(100% - 450px - 50px);
}
#page-plan .plan_content_wrap .container .plan_list > article .content .txt p {
  font-size: 17px;
}
#page-plan .plan_content_wrap .container .plan_list > article .content .txt .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: stretch;
}
#page-plan .plan_content_wrap .container .plan_list > article .content .txt .point h3 {
  width: 120px;
  line-height: 1.5;
  text-align: center;
  color: #00a894;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
  border: 1px solid #00a894;
  border-radius: 10px;
}
#page-plan .plan_content_wrap .container .plan_list > article .content .txt .point p {
  width: calc(100% - 140px);
  color: #00a894;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}
#page-plan .plan_content_wrap .container .plan_list > article .btn a {
  background: #00a894;
  background: rgb(8, 81, 133);
  background: -moz-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: -webkit-linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  background: linear-gradient(90deg, rgb(8, 81, 133) 0%, rgb(0, 6, 77) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#085185",endColorstr="#00064d",GradientType=1);
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 30px;
  line-height: 1.5;
  border-radius: 15px;
  display: block;
}
#page-plan .plan_content_wrap .container .plan_list > article .btn a:before {
  content: "\f207";
  font-family: fontawesome;
  display: inline-block;
  margin-right: 15px;
  font-size: 30px;
  line-height: 1;
}

.plan_detail_wrap {
  background: #00a894;
}
.plan_detail_wrap .container .inner {
  background: white;
  border-radius: 20px;
  padding: 70px 100px;
}
.plan_detail_wrap .container .inner .head {
  margin-bottom: 30px;
}
.plan_detail_wrap .container .inner .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.plan_detail_wrap .container .inner .intro .pic {
  width: min(500px, 100% - 400px - 50px);
  margin-right: 50px;
}
.plan_detail_wrap .container .inner .intro .pic img {
  object-fit: cover;
  height: 100%;
}
.plan_detail_wrap .container .inner .intro .txt {
  width: 400px;
}
.plan_detail_wrap .container .inner .intro .txt p {
  font-size: 17px;
}
.plan_detail_wrap .container .inner .feature {
  background: rgb(243.525, 243.525, 243.525);
  padding: 50px;
  border-radius: 20px;
  margin-bottom: 60px;
  text-align: center;
}
.plan_detail_wrap .container .inner .feature > h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
}
.plan_detail_wrap .container .inner .feature ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plan_detail_wrap .container .inner .feature ul li {
  line-height: 1.5;
  border: 1px solid black;
  border-radius: 7px;
  font-size: 16px;
  padding: 10px 15px;
  margin: 10px 0;
  width: calc(50% - 15px);
  background: white;
}
.plan_detail_wrap .container .inner .plan_and_fee {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plan_detail_wrap .container .inner .plan_and_fee > div {
  width: calc(50% - 25px);
  padding-left: 40px;
}
.plan_detail_wrap .container .inner .plan_and_fee .sec_title3 {
  position: relative;
}
.plan_detail_wrap .container .inner .plan_and_fee .sec_title3:before {
  content: "■";
  color: #00a894;
  position: absolute;
  left: -40px;
  top: 13px;
  font-size: 25px;
  line-height: 1;
}
.plan_detail_wrap .container .inner .plan_and_fee .fee .fee_yen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 30px;
}
.plan_detail_wrap .container .inner .plan_and_fee .fee .fee_yen .fee_1 {
  font-size: 55px;
  color: #00a894;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.plan_detail_wrap .container .inner .plan_and_fee .fee .fee_yen .fee_2 {
  font-size: 16px;
  line-height: 30px;
}
.plan_detail_wrap .container .inner .plan_and_fee .fee .fee_yen > h3 {
  font-size: 17px;
  font-weight: 700;
  margin-top: 10px;
}
.plan_detail_wrap .container .inner .plan_and_fee .fee ul.caution li {
  margin: 7px 0;
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
.plan_detail_wrap .container .inner .plan_and_fee .fee ul.caution li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.plan_detail_wrap .container .inner .model_route {
  margin-bottom: 60px;
}
.plan_detail_wrap .container .inner .model_route .sec_title3 {
  margin-bottom: 50px;
}
.plan_detail_wrap .container .inner .model_route .model_route_list article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  margin: 0 auto 50px;
}
.plan_detail_wrap .container .inner .model_route .model_route_list article:last-of-type {
  margin-bottom: 0;
}
.plan_detail_wrap .container .inner .model_route .model_route_list article:last-of-type .t:after {
  content: none;
}
.plan_detail_wrap .container .inner .model_route .model_route_list article .p {
  max-width: 500px;
  width: calc(100% - 400px - 50px);
  margin-right: 50px;
}
.plan_detail_wrap .container .inner .model_route .model_route_list article .t {
  width: 400px;
  padding-left: 30px;
  position: relative;
  overflow: visible;
}
.plan_detail_wrap .container .inner .model_route .model_route_list article .t:before {
  content: "●";
  position: absolute;
  left: -10px;
  top: 10px;
  color: #00a894;
  z-index: 10;
}
.plan_detail_wrap .container .inner .model_route .model_route_list article .t:after {
  content: "";
  width: 1px;
  height: calc(100% + 50px);
  background: black;
  position: absolute;
  left: -4px;
  top: 25px;
  background: #008575;
  background: -webkit-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: -moz-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008575", endColorstr="#A2C200", GradientType=0);
}
.plan_detail_wrap .container .inner .model_route .model_route_list article .t .time {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 57px;
  line-height: 57px;
  margin-bottom: 7px;
  color: #00a894;
}
.plan_detail_wrap .container .inner .model_route .model_route_list article .t .name {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.plan_detail_wrap .container .inner .model_route .model_route_list article .t .name em {
  display: block;
  font-size: 15px;
  margin-top: 7px;
}
.plan_detail_wrap .container .inner .model_route .model_route_list article .t > .sub {
  color: #00a894;
  text-align: center;
  border: 1px solid #00a894;
  border-radius: 7px;
  padding: 5px;
  font-size: 17px;
}
.plan_detail_wrap .container .inner .gallery .gallery_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.plan_detail_wrap .container .inner .gallery .gallery_list .p {
  width: calc(50% - 25px);
  margin-bottom: 50px;
}

#page-fee #price-section .container .message {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.3;
  padding: 25px;
  background: #00a894;
  border-radius: 10px;
}
#page-fee #price-section .container .fee_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  margin: 50px 0;
}
#page-fee #price-section .container .fee_list > article {
  color: #00a894;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin: 0 20px;
  width: 300px;
}
#page-fee #price-section .container .fee_list > article h2 {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
}
#page-fee #price-section .container .fee_list > article h3 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
#page-fee #price-section .container .fee_list > article h3 em {
  display: inline-block;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#page-fee #price-section .container .fee_list > article h4 {
  border: 1px solid #00a894;
  padding: 3px 10px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 4px;
  text-align: center;
}
#page-fee #price-section .container .memo_1 {
  text-align: center;
  margin-bottom: 50px;
}
#page-fee #price-section .container .memo_1 p {
  font-size: 17px;
}
#page-fee #price-section .container .memo_1 p strong {
  color: #00a894;
}
#page-fee #price-section .container .memo_2 {
  text-align: center;
}
#page-fee #price-section .container .memo_2 h3 {
  font-weight: 700;
  font-size: 25px;
  color: #00a894;
}
#page-fee #price-section .container .memo_2 p {
  font-size: 17px;
}
#page-fee #price-section .container .payment {
  margin: 60px auto 0;
  background: #00a894;
  border-radius: 20px;
  text-align: center;
  color: white;
  padding: 40px 25px;
}
#page-fee #price-section .container .payment > h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
#page-fee #price-section .container .payment .pay_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}
#page-fee #price-section .container .payment .pay_list article {
  width: calc(33.3333333333% - 10px);
  background: white;
  border-radius: 10px;
  padding: 15px;
}
#page-fee #price-section .container .payment .pay_list article h3 {
  font-weight: 700;
  background: #333333;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 7px;
}
#page-fee #price-section .container .payment > h3 {
  font-size: 17px;
  font-weight: 700;
}
#page-fee #howto-section {
  background: #00a894;
}
#page-fee #howto-section .container .head {
  text-align: center;
  color: white;
  margin-bottom: 60px;
}
#page-fee #howto-section .container .splide .splide__track {
  overflow: visible;
}
#page-fee #howto-section .container .splide .splide__slide article {
  background: white;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#page-fee #howto-section .container .splide .splide__slide article .h {
  background: #008575;
  background: -webkit-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: -moz-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008575", endColorstr="#A2C200", GradientType=0);
  color: white;
  padding: 30px 35px;
}
#page-fee #howto-section .container .splide .splide__slide article .h .num {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
#page-fee #howto-section .container .splide .splide__slide article .h h2 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
}
#page-fee #howto-section .container .splide .splide__slide article .c {
  padding: 30px 40px;
}
#page-fee #howto-section .container .splide .splide__slide article .c p strong {
  color: #00a894;
}
#page-fee #howto-section .container .splide .splide__slide article .c ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
}
#page-fee #howto-section .container .splide .splide__slide article .c ul li {
  line-height: 1.5;
  position: relative;
  margin: 6px 0;
  margin-right: 10px;
  background: rgb(243.525, 243.525, 243.525);
  border-radius: 7px;
  padding: 3px 7px;
  padding-left: 24px;
}
#page-fee #howto-section .container .splide .splide__slide article .c ul li:nth-of-type(2n) {
  margin-right: 0;
}
#page-fee #howto-section .container .splide .splide__slide article .c ul li em {
  color: #E13C4B;
  padding: 1px 3px;
  border-radius: 5px;
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
}
#page-fee #howto-section .container .splide .splide__slide article .c ul li:before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  color: #00a894;
  left: 7px;
  top: 4px;
}
#page-fee #howto-section .container .splide .splide__slide article .c .btn {
  margin-top: 20px;
}
#page-fee #important-section .container,
#page-fee #cancel-section .container {
  width: 750px;
  min-width: 750px;
  text-align: center;
}
#page-fee #important-section .note_list ul,
#page-fee #cancel-section .note_list ul {
  display: inline-block;
}
#page-fee #important-section .note_list ul li,
#page-fee #cancel-section .note_list ul li {
  text-align: left;
  line-height: 1.5;
  position: relative;
  margin: 8px 0;
  padding-left: 23px;
  font-size: 18px;
}
#page-fee #important-section .note_list ul li:before,
#page-fee #cancel-section .note_list ul li:before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  color: #00a894;
  left: 0;
  top: 0;
}
#page-fee #important-section h4,
#page-fee #cancel-section h4 {
  font-size: 18px;
  margin-bottom: 25px;
}

#page-driver #intro-section .container .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 50px;
}
#page-driver #intro-section .container .intro .pic {
  width: 400px;
}
#page-driver #intro-section .container .intro .txt {
  width: calc(100% - 400px - 50px);
}
#page-driver #intro-section .container .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-driver #intro-section .container .point_list article {
  width: calc(25% - 10px);
  border: 1px solid black;
  padding: 25px 10px;
  border-radius: 15px;
}
#page-driver #intro-section .container .point_list article .pic {
  width: 75px;
  height: 75px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#page-driver #intro-section .container .point_list article .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#page-driver #intro-section .container .point_list article h3 {
  font-weight: 700;
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
}
#page-driver #feature-section .container .feature_list {
  text-align: center;
}
#page-driver #feature-section .container .feature_list h3 {
  display: inline-block;
  width: 750px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  padding: 15px;
  border: 1px solid black;
  border-radius: 10px;
  margin: 10px 0;
}
#page-driver #guide-section {
  background: #008575;
  background: -webkit-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: -moz-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  background: linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008575", endColorstr="#A2C200", GradientType=0);
}
#page-driver #guide-section .container .head {
  color: white;
  text-align: center;
  margin-bottom: 60px;
}
#page-driver #guide-section .container .head h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
}
#page-driver #guide-section .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
#page-driver #guide-section .container .content .movie {
  width: calc(100% - 400px - 50px);
  margin-right: 50px;
}
#page-driver #guide-section .container .content .movie p {
  color: white;
}
#page-driver #guide-section .container .content .txt {
  width: 400px;
}
#page-driver #guide-section .container .content .txt .guide_list ul li {
  position: relative;
  line-height: 1.5;
  margin: 10px 0;
  font-size: 18px;
  font-weight: 700;
  background: white;
  padding: 15px 25px;
  padding-left: 50px;
  border-radius: 10px;
}
#page-driver #guide-section .container .content .txt .guide_list ul li:before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  color: #00a894;
  left: 25px;
  top: 16px;
}
#page-driver #guide-section .container .content .txt p {
  color: white;
}
#page-driver #safety-section .container .safety_list {
  text-align: center;
}
#page-driver #safety-section .container .safety_list h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
}
#page-driver #safety-section .container .safety_list ul {
  margin-bottom: 30px;
}
#page-driver #safety-section .container .safety_list ul li {
  display: inline-block;
  width: 750px;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  padding: 15px;
  border: 1px solid black;
  border-radius: 10px;
  margin: 10px 0;
}
#page-driver #safety-section .container .safety_list h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
#page-driver #message-section {
  background: #00a894;
}
#page-driver #message-section .container .inner {
  background: white;
  padding: 60px 60px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#page-driver #message-section .container .inner .pic {
  width: 400px;
}
#page-driver #message-section .container .inner .txt {
  width: calc(100% - 400px - 50px);
}
#page-driver #message-section .container .inner .txt p {
  font-size: 18px;
  margin-bottom: 0;
}

#page-faq {
  background: #00a894;
}
#page-faq #faq-section .inner {
  background: white;
  border-radius: 20px;
  padding: 50px 80px;
}
#page-faq #faq-section .inner > .head {
  text-align: center;
  margin-bottom: 55px;
}
#page-faq #faq-section .inner > .head > p {
  font-weight: 700;
  font-size: 20px;
}
#page-faq .faq_content_wrap .faq_list > article.faq_content {
  padding-top: 60px;
  border-top: 1px solid rgb(216.75, 216.75, 216.75);
  margin-bottom: 55px;
}
#page-faq .faq_content_wrap .faq_list > article.faq_content:last-of-type {
  margin-bottom: 0;
}
#page-faq .faq_content_wrap .faq_list > article.faq_content .faq_h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  padding-left: 25px;
  border-left: 5px solid #00a894;
  margin-bottom: 25px;
}
#page-faq .faq_content_wrap .faq_list > article.faq_content dl dt {
  background: rgb(243.525, 243.525, 243.525);
  padding: 15px 25px;
  border-radius: 10px;
  line-height: 1.5;
  font-size: 17px;
  padding-left: 60px;
  position: relative;
  margin-bottom: 15px;
}
#page-faq .faq_content_wrap .faq_list > article.faq_content dl dt:before {
  content: "Q";
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 4px;
  color: #00a894;
}
#page-faq .faq_content_wrap .faq_list > article.faq_content dl dt:after {
  content: "\f054";
  font-family: fontawesome;
  position: absolute;
  right: 25px;
  top: 15px;
  color: #00a894;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
#page-faq .faq_content_wrap .faq_list > article.faq_content dl dt.open:after {
  color: rgb(159.375, 159.375, 159.375);
  transform: rotate(90deg);
}
#page-faq .faq_content_wrap .faq_list > article.faq_content dl dd {
  margin: 0;
  margin-bottom: 25px;
  padding-left: 60px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 45px;
  display: none;
}
#page-faq .faq_content_wrap .faq_list > article.faq_content dl dd:before {
  content: "A";
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: -10px;
  color: #E13C4B;
}

#page-sightseeing #intro-section {
  text-align: center;
}
#page-sightseeing #intro-section p {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 700;
}
#page-sightseeing #sightseeing-feeds-section {
  background: #00a894;
}
#page-sightseeing #sightseeing-feeds-section .container > .inner {
  background: white;
  padding: 50px;
  border-radius: 20px;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  margin-bottom: 40px;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .btn_area .tab_btn {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-content: center;
  justify-content: center;
  padding: 20px;
  background: rgb(243.525, 243.525, 243.525);
  position: relative;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .btn_area .tab_btn h3 {
  font-weight: 700;
  font-size: 17px;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .btn_area .tab_btn.active {
  background: #00a894;
  color: white;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .btn_area .tab_btn.active:after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  bottom: 5px;
  left: calc((100% - 15px) / 2);
  line-height: 1;
  color: white;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .btn_area .tab_btn:hover {
  background: #00a894;
  color: white;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .btn_area .tab_btn:hover:after {
  content: "\f107";
  font-family: fontawesome;
  position: absolute;
  bottom: 5px;
  left: calc((100% - 15px) / 2);
  line-height: 1;
  color: white;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .panel_area .tab_panel {
  display: none;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .panel_area .tab_panel.active {
  display: block;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .panel_area .sightseeing_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article {
  width: calc(50% - 25px);
  margin-bottom: 50px;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .thumb {
  margin-bottom: 15px;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .post_txt {
  padding: 0 35px;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .post_txt .post_title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .post_txt .post_title2 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .post_txt .cat_list {
  margin-bottom: 10px;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .post_txt .cat_list ul li {
  font-weight: 700;
  background: #00a894;
  color: white;
  padding: 10px 20px;
  line-height: 1.5;
  display: inline-block;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .post_txt .tag_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: flex-start;
  align-items: center;
}
#page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .post_txt .tag_list ul li {
  font-size: 13px;
  margin-right: 10px;
}
#page-sightseeing #sightseeing-detail-section #sightseeing-detail .container {
  width: 1000px;
}
#page-sightseeing #sightseeing-detail-section #sightseeing-detail .container .post_head {
  text-align: center;
}
#page-sightseeing #sightseeing-detail-section #sightseeing-detail .container .post_head > h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
#page-sightseeing #sightseeing-detail-section #sightseeing-detail .container .post_head .cat_list {
  margin-bottom: 10px;
}
#page-sightseeing #sightseeing-detail-section #sightseeing-detail .container .post_head .cat_list ul li {
  font-weight: 700;
  background: #00a894;
  color: white;
  padding: 10px 20px;
  line-height: 1.5;
  display: inline-block;
}
#page-sightseeing #sightseeing-detail-section #sightseeing-detail .container .post_head .tag_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
#page-sightseeing #sightseeing-detail-section #sightseeing-detail .container .post_head .tag_list ul li {
  margin: 5px 10px;
}
#page-sightseeing #sightseeing-detail-section #sightseeing-detail .container .post_vi {
  margin-bottom: 35px;
}
#page-sightseeing #sightseeing-detail-section #sightseeing-detail .container .post_content {
  padding: 50px;
}
#page-sightseeing #sightseeing-detail-section #sightseeing-detail .container .post_content article {
  margin-bottom: 35px;
}
#page-sightseeing #sightseeing-detail-section #sightseeing-detail .container .post_content article:last-of-type {
  margin-bottom: 0;
}
#page-sightseeing #sightseeing-detail-section #sightseeing-detail .container .post_content article > h2 {
  font-size: 25px;
  font-weight: 700;
}

#page-contact-confirm .intro h2.ttl,
#page-contact-thanks .intro h2.ttl {
  background: #00a894;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  padding: 10px 25px;
}

#page-contact #privacy-policy-section .container {
  width: 850px;
  min-width: 850px;
}
#page-contact #privacy-policy-section .sec_title1 {
  text-align: center;
}
#page-contact #privacy-policy-section article {
  margin-bottom: 50px;
}
#page-contact #privacy-policy-section article h3 {
  font-size: 20px;
  font-weight: bold;
  color: #00a894;
  margin-bottom: 10px;
  line-height: 1.5;
}
#page-contact #privacy-policy-section article p {
  margin-top: 0;
  font-size: 13px;
}
#page-contact #privacy-policy-section article ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
#page-contact #privacy-policy-section article ul li {
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
  margin: 7px 0;
}
#page-contact #privacy-policy-section article ul li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

#contact-form-section {
  background: #00a894;
}
#contact-form-section .container > .inner {
  background: white;
  padding: 70px 100px;
  width: 900px;
  margin: 0 auto;
}
#contact-form-section .container > .inner .intro {
  text-align: center;
  margin-bottom: 40px;
}
#contact-form-section .container > .inner .intro p {
  display: inline-block;
  text-align: left;
}
#contact-form-section .container > .inner .intro p > a {
  text-decoration: underline;
  color: #00a894;
}
#contact-form-section .container > .inner .tel_list {
  width: 700px;
  margin: 0 auto 70px;
}
#contact-form-section .container > .inner .tel_list h2.ttl {
  background: #00a894;
  color: white;
  padding: 10px;
  line-height: 1.5;
  text-align: center;
}
#contact-form-section .container > .inner .tel_list .list article {
  border-bottom: 1px solid rgb(159.375, 159.375, 159.375);
  padding: 25px;
  line-height: 1;
  text-align: center;
}
#contact-form-section .container > .inner .tel_list .list article a {
  display: inline-block;
  font-size: 25px;
  color: #00a894;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
#contact-form-section .container > .inner .form_ttl {
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  margin-bottom: 40px;
}
#contact-form-section .container > .inner .form_ttl h3 {
  text-align: center;
  padding: 20px 10px;
  font-size: 14px;
}
#contact-form-section .container > .inner .form_ttl .memo {
  background: #0036b5;
  padding: 30px 50px;
  margin-bottom: 40px;
  text-align: center;
  border-radius: 7px;
}
#contact-form-section .container > .inner .form_ttl .memo p {
  margin: 5px 0;
}

.form-wrap div.wpcf7 .ajax-loader {
  min-width: 24px !important;
}
.form-wrap form {
  width: 100%;
  width: auto;
  box-sizing: border-box;
  margin: 2rem auto;
  border-top: 1px solid rgb(243.525, 243.525, 243.525);
}
.form-wrap form > p, .form-wrap form > h3 {
  text-align: center;
}
.form-wrap form h4 {
  text-align: center;
  color: #00a894;
  font-weight: bold;
}
.form-wrap form .privacy {
  width: 100%;
  height: 350px;
  overflow: scroll;
  border: 1px solid rgb(159.375, 159.375, 159.375);
  background: rgb(243.525, 243.525, 243.525);
  border-radius: 7px;
  padding: 25px 35px;
}
.form-wrap form .form_check_btn > span {
  display: inline-block;
  background: #0036b5;
  padding: 25px 35px;
}
.form-wrap form .form_check_btn > span .wpcf7-list-item {
  margin-left: 0;
}
.form-wrap form .form_input_list.recaptcha {
  text-align: center;
  color: gray;
}
.form-wrap form .form_input_list.recaptcha a {
  text-decoration: underline;
}
.form-wrap form .form_bl {
  padding: 25px 30px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
}
.form-wrap form .form_bl > .h {
  width: 200px;
}
.form-wrap form .form_bl > .h > span {
  display: inline-block;
  line-height: 1.5;
  color: #00a894;
}
.form-wrap form .form_bl > .h > span em {
  background: #00a894;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  display: inline-block;
  margin-left: 1rem;
  line-height: 1;
  font-style: normal;
  color: white;
}
.form-wrap form .form_bl > .h.fullwide {
  width: 100%;
  text-align: left;
}
.form-wrap form .form_bl > .h.w40 {
  width: 40%;
  text-align: left;
}
.form-wrap form .form_bl > .c {
  width: calc(100% - 200px - 20px);
}
.form-wrap form .form_bl > .c.w60 {
  width: calc(60% - 20px);
}
.form-wrap form .form_bl > dl.c {
  margin: 0;
}
.form-wrap form .form_bl > dl.c dd {
  margin-left: 0;
}
.form-wrap form .form_bl > dl.c dd em {
  display: inline-block;
  width: 100px;
  margin-right: 1rem;
}
.form-wrap form .form_bl > dl.c dd > span {
  display: inline-block;
  width: calc(100% - 110px);
}
.form-wrap form .form_bl > dl.c dd:last-of-type {
  margin-bottom: 0;
}
.form-wrap form .checkbox label {
  margin-right: 15px;
}
.form-wrap form .checkbox input {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  padding: 0;
}
.form-wrap form .form_check_btn {
  display: block;
  width: 800px;
  margin: 25px auto;
  padding: 15px;
  text-align: center;
}
.form-wrap form .form_check_btn a {
  color: #00a894;
  text-decoration: underline;
}
.form-wrap form .form_check_btn input {
  width: auto;
  display: inline-block;
  margin-right: 15px;
}
.form-wrap form .submit_btn_wrap {
  text-align: center;
}
.form-wrap form .submit_btn_wrap input[type=submit] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: white;
  border: none;
}
.form-wrap form .submit_btn_wrap input[type=button] {
  display: inline-block !important;
  font-weight: bold;
  width: 30rem;
  color: gray;
  background: rgb(216.75, 216.75, 216.75);
  border: none;
  margin-right: 15px;
}
.form-wrap form .submit_btn_wrap .wpcf7-spinner {
  min-width: 2.5rem !important;
}
.form-wrap form input,
.form-wrap form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem 2rem;
}
.form-wrap form input :placeholder-shown,
.form-wrap form input ::-webkit-input-placeholder,
.form-wrap form input :-ms-input-placeholder,
.form-wrap form input :-moz-placeholder,
.form-wrap form input ::-moz-placeholder,
.form-wrap form textarea :placeholder-shown,
.form-wrap form textarea ::-webkit-input-placeholder,
.form-wrap form textarea :-ms-input-placeholder,
.form-wrap form textarea :-moz-placeholder,
.form-wrap form textarea ::-moz-placeholder {
  color: rgb(243.525, 243.525, 243.525);
}
.form-wrap form input[type=radio] {
  width: 2rem;
  display: inline-block;
  margin-right: 1rem;
}
.form-wrap form input[type=button],
.form-wrap form input[type=submit] {
  background: #00a894;
  border-radius: 50px;
  color: white;
  box-sizing: border-box;
  padding: 1rem 0;
  display: block;
  margin: 1rem 0;
  font-size: 18px;
  letter-spacing: 0.2em;
}
.form-wrap form select,
.form-wrap form .wpcf7-select {
  outline: none;
  text-overflow: "";
  vertical-align: middle;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 2rem 2rem;
  margin-right: 15px;
  background: #fff;
}
.form-wrap form select:before,
.form-wrap form .wpcf7-select:before {
  z-index: 1;
  content: "\f054";
  font-family: FontAwesome;
  color: #00a894;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.form-wrap form .birth select {
  min-width: 100px;
  display: inline-block;
  margin-right: 1.5rem;
}

@media screen and (max-width: 732px) {
  html {
    scroll-padding-top: 70px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .grecaptcha-badge {
    bottom: 83px !important;
    display: none;
  }
  .page-id-166 .grecaptcha-badge {
    display: block;
  }
  .container {
    padding: 4rem 0;
    width: 90%;
    min-width: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  #wrapper {
    position: relative;
    font-size: 1.3rem;
  }
  /*more btn*/
  .btn_1 {
    font-size: 15px;
    padding: 17px 25px;
    padding-right: 50px;
    min-width: 250px;
  }
  .btn_1:after {
    width: 15px;
    height: 14px;
    right: 21px;
    top: 20px;
  }
  .btn_2 {
    background: #008575;
    background: -webkit-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
    background: -moz-linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
    background: linear-gradient(135deg, rgb(0, 133, 117) 45%, rgb(162, 194, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008575", endColorstr="#A2C200", GradientType=0);
    text-align: center;
    border-radius: 100px;
    color: white;
    font-weight: 700;
    font-size: 20px;
    padding: 20px 35px;
    min-width: 300px;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .btn_2:before {
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 30px;
    top: 23px;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  }
  .btn_2:hover {
    opacity: 1;
  }
  .btn_2:hover:after {
    transform: translateX(5px);
  }
  .btn_2.icon_tel {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
  }
  .btn_2.icon_tel:before {
    background-image: url("images/common/icon_tel.png");
  }
  .btn_2.icon_mail:before {
    background-image: url("images/common/icon_mail.png");
  }
  .btn_3 {
    padding: 13px 25px;
    font-size: 15px;
  }
  .btn_3:after {
    top: 13px;
  }
  /*共通見出し*/
  .font_en {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
  }
  .sec_head {
    padding: 25px 0 0;
    margin-bottom: 0;
  }
  .typo_h2 {
    font-size: 27px;
    margin-bottom: 15px;
  }
  .sec_title1 {
    margin-bottom: 30px;
  }
  .sec_title1 h3 {
    font-size: 35px;
    margin-bottom: 5px;
  }
  .sec_title1 h2 {
    font-size: 15px;
    letter-spacing: 0;
  }
  .sec_title2 {
    margin-bottom: 30px;
  }
  .sec_title2 h3 {
    font-size: 35px;
  }
  .sec_title2 h2 {
    font-size: 15px;
    letter-spacing: 0;
  }
  .sec_title3 {
    margin-bottom: 30px;
  }
  .sec_title3 h2 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .sec_title3 h2 em {
    display: block;
    font-size: 15px;
  }
  .sec_title3 h3 {
    font-size: 15px;
  }
  .sec_title4 {
    margin-bottom: 20px;
    padding-left: 70px;
  }
  .sec_title4 span.num {
    font-size: 45px;
    line-height: 45px;
    left: 0;
    top: 0;
  }
  .sec_title4 h2 {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .sec_title4 h3 {
    font-size: 13px;
  }
  .sec_title4.color_w .num h3, .sec_title4.color_w h2 {
    color: white;
  }
  .round_type_1 {
    overflow: hidden;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .round_type_1 img {
    width: 100%;
  }
  .round_type_all {
    overflow: hidden;
    border-radius: 15px;
  }
  .round_type_all img {
    width: 100%;
  }
  .parts_link_list .container {
    padding: 30px 0;
  }
  .parts_link_list .inner {
    justify-content: space-between;
    justify-content: flex-start;
  }
  .parts_link_list .inner a {
    padding: 10px 25px;
    padding-right: 35px;
    margin: 5px;
    width: 100%;
  }
  .parts_link_list .inner a:after {
    bottom: 15px;
    left: auto;
    right: 10px;
  }
  .gmap_wrap iframe {
    width: 100%;
    height: 300px;
  }
  .table_type_1 {
    margin-bottom: 45px;
  }
  .table_type_1 table {
    border-top: 1px solid rgb(216.75, 216.75, 216.75);
  }
  .table_type_1 table tr {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  }
  .table_type_1 table tr th, .table_type_1 table tr td {
    padding: 15px 0;
    line-height: 1.5;
  }
  .table_type_1 table tr th {
    text-align: center;
    font-weight: 700;
    background: rgb(243.525, 243.525, 243.525);
    padding: 15px 5px;
    min-width: 90px;
  }
  .table_type_1 table tr td {
    padding-left: 15px;
  }
  .table_type_normal {
    margin-bottom: 45px;
  }
  .table_type_normal table {
    border-top: 1px solid rgb(216.75, 216.75, 216.75);
  }
  .table_type_normal table tr {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
    line-height: 1.5;
  }
  .table_type_normal table tr th {
    width: 150px;
    text-align: center;
    font-weight: normal;
    padding: 25px 30px;
  }
  .table_type_normal table tr td {
    padding: 25px 40px;
  }
  .table_type_normal table tr td > strong {
    display: inline-block;
    font-weight: 700;
    color: #00a894;
  }
  .table_type_company {
    margin-bottom: 45px;
  }
  .table_type_company table {
    border-top: 1px solid rgb(216.75, 216.75, 216.75);
  }
  .table_type_company table tr {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
  }
  .table_type_company table tr th {
    width: 120px;
    text-align: center;
    font-weight: normal;
    text-align: justify;
    text-align-last: justify;
    padding: 25px 30px;
  }
  .table_type_company table tr td {
    padding: 25px 40px;
  }
  .table_type_spec {
    margin-bottom: 30px;
  }
  .table_type_spec table tr th, .table_type_spec table tr td {
    padding: 13px 0;
    line-height: 1.5;
  }
  .table_type_spec table tr th {
    width: 80px;
  }
  .table_type_spec table tr td {
    padding-left: 15px;
  }
  #pankuzu #breadcrumb ul {
    font-size: 0;
  }
  #pankuzu #breadcrumb ul > li {
    display: inline-block;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .font-size-small #pankuzu #breadcrumb ul > li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .font-size-large #pankuzu #breadcrumb ul > li {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #pankuzu #breadcrumb ul > li {
    margin-left: 10px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
  #pankuzu #breadcrumb ul > li:before {
    display: inline-block;
    margin-right: 10px;
    content: ">";
  }
  #pankuzu #breadcrumb ul > li:first-of-type:before {
    display: none;
  }
  #pankuzu #breadcrumb ul > li > a {
    text-decoration: underline;
  }
  #menu_btn {
    position: absolute;
    width: 35px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    transition: all 0.2s;
    box-sizing: border-box;
    right: 20px;
    top: 22px;
  }
  #menu_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    background-color: #00a894;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.1s;
    box-sizing: border-box;
    z-index: 2;
  }
  #menu_btn span:nth-of-type(1) {
    top: 0;
  }
  #menu_btn span:nth-of-type(2) {
    top: 9px;
  }
  #menu_btn span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.close:before {
    content: none;
    transition: all 0.2s;
  }
  #menu_btn.close span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  #menu_btn.close span:nth-of-type(2) {
    opacity: 0;
  }
  #menu_btn.close span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  body.home #menu_btn span {
    background-color: white;
  }
  #wrapper {
    padding-top: 66px;
  }
  #header .container {
    padding: 0;
  }
  #header .container .content .head_logo {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  #header .container .content #gnav {
    width: 100%;
    display: none;
  }
  #header .container .content #gnav nav ul.header-nav-menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #00a894;
    background: white;
  }
  #header .container .content #gnav nav ul.header-nav-menu li a {
    display: block;
    color: black;
    padding: 15px 25px;
    position: relative;
    font-size: 15px;
  }
  #header .container .content #gnav nav ul.header-nav-menu li a:after {
    content: "\f054";
    font-family: fontawesome;
    position: absolute;
    right: 25px;
    top: 15px;
    color: #00a894;
  }
  #header .container .content #gnav nav ul.header-nav-menu li.for_contact {
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
    writing-mode: unset;
  }
  #header .container .content #gnav nav ul.header-nav-menu li.for_contact a {
    padding: 15px 25px;
    border-radius: 0;
    color: white !important;
  }
  #header .container .content #gnav nav ul.header-nav-menu li.for_contact a:before {
    width: 17px;
    height: 15px;
    left: auto;
    top: auto;
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }
  body.home #header {
    position: absolute;
    background: none;
    box-shadow: none;
  }
  body.home #header .container .content .head_logo a h1 {
    color: white;
  }
  body.home #header .container .content #gnav nav ul.header-nav-menu li a {
    color: black;
  }
  #vihalf-section .container {
    width: 100%;
    min-width: auto;
  }
  #vihalf-section .container .head {
    padding: 50px 0 15px;
    padding-left: 30px;
  }
  #vihalf-section .container .head h2 {
    font-size: 28px;
  }
  #vihalf-section .container .head h3 {
    font-size: 18px;
  }
  #vihalf-section .container .head h1 {
    font-size: 50px;
    opacity: 0.1;
    bottom: -10px;
    line-height: 50px;
  }
  #vihalf-section .container .vi_wrap {
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  #vihalf-section .container .vi_wrap .pic {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 25px;
  }
  #vihalf-section .container .vi_wrap .pic img {
    width: 100%;
    height: 200px;
    object-position: center;
    object-position: right;
  }
  #vihalf-section .container .vi_wrap .catch {
    position: relative;
    bottom: auto;
    left: auto;
    padding-right: 20px;
    padding-left: 10px;
  }
  #vihalf-section .container .vi_wrap .catch h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #vihalf-section .container .vi_wrap .catch h4 {
    font-weight: 400;
    line-height: 1.5;
  }
  #vihalf-section.no_pic .container {
    padding-bottom: 0;
  }
  #news-detail img.size-full {
    margin-bottom: 2.5rem;
  }
  #news-detail article[class^=post-] > .content table {
    margin-bottom: 30px;
  }
  #news-detail article[class^=post-] > .content table tr th, #news-detail article[class^=post-] > .content table tr td {
    letter-spacing: 0;
    padding: 10px 5px;
  }
  #news-detail article[class^=post-] > .content table tr th {
    width: 30%;
    padding: 20px 0;
  }
  #news-detail article[class^=post-] > .content table tr td {
    padding: 20px;
  }
  #news-detail article[class^=post-] > .content h1 {
    margin: 1rem 0 2rem;
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: bold;
  }
  #news-detail article[class^=post-] > .content h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    line-height: 1.5;
    font-weight: bold;
  }
  #news-detail article[class^=post-] > .content h3 {
    color: #00a894;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 1rem;
    display: inline-block;
    min-width: 50%;
  }
  #news-detail article[class^=post-] > .content h4 {
    color: white;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    background: #00a894;
  }
  #news-detail article[class^=post-] > .content h5 {
    color: #00a894;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border: 2px solid #00a894;
  }
  #news-detail article[class^=post-] > .content p {
    margin-bottom: 2rem;
  }
  #news-detail article[class^=post-] > .content a {
    text-decoration: underline;
    color: #00a894;
  }
  #news-detail article[class^=post-] > .content h2.caption {
    box-sizing: border-box;
    color: #000 !important;
    font-size: 2.1rem;
    line-height: 1.5;
    border-bottom: 1px solid #007d66;
    border-radius: 0;
    margin-bottom: 3rem !important;
    background: none;
    box-shadow: none;
    display: block;
    text-align: left;
  }
  #news-detail article[class^=post-] > .content ul {
    margin: 2rem 0 3rem;
    list-style: disc;
    padding-left: 2rem;
  }
  #news-detail article[class^=post-] > .content ul li {
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }
  #news-detail article[class^=post-] > .content .btn {
    text-align: right;
    margin: 1rem 0 1rem;
  }
  #news-detail article[class^=post-] > .content .btn > a {
    text-decoration: none !important;
    text-align: left;
    min-width: 250px;
  }
  #news-detail article[class^=post-] > .content .gallery_card article {
    width: calc(50% - 1rem);
    box-shadow: 0 0 1rem 0.5rem rgb(243.525, 243.525, 243.525);
    background: white;
    text-align: center;
    margin-bottom: 2rem;
  }
  #news-detail article[class^=post-] > .content .gallery_card article:nth-of-type(2n) {
    margin-left: 2rem;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .pic {
    line-height: 0.5;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .pic img {
    width: 100%;
    margin: 0;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .txt {
    line-height: 1;
    padding: 1rem 2rem;
  }
  #news-detail article[class^=post-] > .content .gallery_card article .txt h3 {
    font-size: 1.5rem;
    margin: 0;
  }
  #news-detail article[class^=post-] > .content iframe {
    width: 100%;
    height: 40rem;
    margin-bottom: 2rem;
  }
  #news-detail article[class^=post-] > .content img {
    clear: both;
  }
  #news-detail article[class^=post-] > .content img.size-full {
    width: auto;
    margin-bottom: 0px;
  }
  #news-detail article[class^=post-] > .content img.size-large {
    margin-bottom: 0rem;
  }
  #pagination {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  #pagination .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
  }
  #pagination .nav-links a:hover {
    text-decoration: underline;
  }
  #pagination .nav-links .page-numbers {
    font-size: 18px;
    font-weight: bold;
    color: #00a894;
    background: white;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1;
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
  }
  #pagination .nav-links .page-numbers.current {
    background: #00a894;
    color: white;
  }
  #pagination .nav-links .page-numbers.prev, #pagination .nav-links .page-numbers.next {
    background: white;
    border: 1px solid #00a894;
    position: relative;
    padding: 0;
  }
  #pagination .nav-links .page-numbers.prev:after, #pagination .nav-links .page-numbers.next:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    display: inline-block;
  }
  #pagination .nav-links .page-numbers.prev:hover:after, #pagination .nav-links .page-numbers.next:hover:after {
    transform: translateX(5px);
  }
  #pagination .nav-links .page-numbers.prev.inactive, #pagination .nav-links .page-numbers.next.inactive {
    border-color: #D3D3D3;
  }
  #pagination .nav-links .page-numbers.prev {
    margin-right: 30px;
  }
  #pagination .nav-links .page-numbers.prev:after {
    transform: rotate(180deg);
  }
  #pagination .nav-links .page-numbers.prev:hover:after {
    transform: translateX(5px) rotate(180deg);
  }
  #pagination .nav-links .page-numbers.next {
    margin-left: 30px;
  }
  #pager {
    margin-top: 40px;
  }
  #pager .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
  }
  #pager .content .btn_prev a,
  #pager .content .btn_next a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    border: 1px solid #00a894;
    border-radius: 100px;
    background: white;
  }
  #pager .content .btn_prev a i,
  #pager .content .btn_next a i {
    position: relative;
  }
  #pager .content .btn_prev a i:after,
  #pager .content .btn_next a i:after {
    display: inline-block;
  }
  #pager .content .btn_prev a i.arrow_next:after,
  #pager .content .btn_next a i.arrow_next:after {
    transform: rotate(180deg);
  }
  #pager .content .btn_prev a:hover i.arrow_next:after,
  #pager .content .btn_next a:hover i.arrow_next:after {
    transform: translateX(-5px) rotate(180deg);
  }
  #pager .content .btn_prev a:hover i.arrow_prev:after,
  #pager .content .btn_next a:hover i.arrow_prev:after {
    transform: translateX(5px);
  }
  #pager .content .btn_prev .inactive,
  #pager .content .btn_next .inactive {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 100px;
    background: white;
  }
  #pager .content .btn_prev .inactive i,
  #pager .content .btn_next .inactive i {
    position: relative;
  }
  #pager .content .btn_prev .inactive i:after,
  #pager .content .btn_next .inactive i:after {
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    display: inline-block;
  }
  #pager .content .btn_prev .inactive i.arrow_next:after,
  #pager .content .btn_next .inactive i.arrow_next:after {
    transform: rotate(180deg);
  }
  #pager .content .list a {
    color: #00a894;
    font-size: 13px;
    display: block;
    padding: 10px;
    margin: 0 45px;
  }
  #go-top {
    right: 0px;
    bottom: 50px;
    width: 45px;
    padding: 5px;
  }
  footer#footer .container {
    padding: 5rem 0;
    width: 90%;
  }
  footer#footer .container .content .l {
    width: 100%;
    margin-bottom: 35px;
  }
  footer#footer .container .content .l .foot_info {
    text-align: center;
  }
  footer#footer .container .content .l .foot_info h1 {
    font-size: 22px;
  }
  footer#footer .container .content .l .foot_info h3, footer#footer .container .content .l .foot_info h2, footer#footer .container .content .l .foot_info p, footer#footer .container .content .l .foot_info address, footer#footer .container .content .l .foot_info a {
    font-size: 13px;
    margin: 3px 0;
  }
  footer#footer .container .content .l .foot_info address br {
    display: none;
  }
  footer#footer .container .content .r {
    width: 100%;
  }
  footer#footer .container .content .r .foot_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
  }
  footer#footer .container .content .r .foot_nav nav {
    margin-left: 0;
    width: 50%;
    margin-bottom: 25px;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li {
    margin-bottom: 15px;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li:last-of-type {
    margin-bottom: 0;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu {
    padding-left: 0;
    margin-top: 7px;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li {
    line-height: 1.5;
    margin-bottom: 7px;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li a {
    font-size: 12px;
    letter-spacing: 0;
    padding-left: 12px;
    position: relative;
  }
  footer#footer .container .content .r .foot_nav nav .footer-nav-menu > li .sub-menu > li a:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  footer#foot-credit-section {
    background: rgb(11, 135, 96);
    background: -moz-linear-gradient(90deg, rgb(11, 135, 96) 0%, rgb(16, 179, 155) 100%);
    background: -webkit-linear-gradient(90deg, rgb(11, 135, 96) 0%, rgb(16, 179, 155) 100%);
    background: linear-gradient(90deg, rgb(11, 135, 96) 0%, rgb(16, 179, 155) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b8760",endColorstr="#10b39b",GradientType=1);
  }
  footer#foot-credit-section .container {
    padding: 0;
    text-align: center;
  }
  footer#foot-credit-section .container p {
    margin: 20px 0;
    color: white;
    font-size: 13px;
  }
}
@media screen and (max-width: 732px) {
  body.home #wrapper {
    padding-top: 0;
  }
  body.home #page {
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
    /*------------------------------------------------------------------*/
  }
  body.home #page #vi-section .container .vi_wrap {
    position: relative;
    overflow: hidden;
  }
  body.home #page #vi-section .container .vi_wrap .bg_wrap img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: left;
  }
  body.home #page #vi-section .container .vi_wrap .slide_wrap {
    width: calc(100% - 50px);
    margin: 0;
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
  }
  body.home #page #vi-section .container .vi_wrap .slide_wrap .inner {
    position: relative;
    overflow: visible;
    padding-top: 80px;
    padding-left: 70px;
  }
  body.home #page #vi-section .container .vi_wrap .slide_wrap .inner:after {
    width: 100%;
    height: 100%;
    background-size: 430px;
    background-position: left top;
    right: auto;
    left: 0;
    top: 0;
    z-index: 2;
  }
  body.home #page #vi-section .container .vi_wrap .slide_wrap .inner #vi-slide .splide__slide img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top center;
  }
  body.home #page #vi-section .container .vi_wrap .slide_wrap .inner #vi-slide .sp-buttons {
    position: absolute;
    text-align: right;
    padding-top: 0;
    bottom: 20px;
    right: 30px;
  }
  body.home #page #vi-section .container .vi_wrap .slide_wrap .inner #vi-slide .sp-buttons .sp-button {
    width: 8px;
    height: 8px;
  }
  body.home #page #vi-section .container .vi_wrap .catch_wrap {
    width: calc(100% - 60px);
    height: calc(100% - 70px);
    top: 70px;
    left: 30px;
  }
  body.home #page #vi-section .container .vi_wrap .catch_wrap h1 {
    font-size: 70px;
    margin-bottom: 30px;
  }
  body.home #page #vi-section .container .vi_wrap .catch_wrap h1 em {
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  body.home #page #vi-section .container .vi_wrap .catch_wrap h2 {
    font-size: 17px;
    margin-bottom: 0;
    writing-mode: vertical-rl;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100px;
    height: 260px;
  }
  body.home #page #vi-section .container .vi_wrap .catch_wrap h3 {
    font-size: 13px;
    margin-top: 65px;
    line-height: 2;
  }
  body.home #page #vi-section .container .vi_wrap .scrolldown_img {
    left: 80px;
    bottom: -60px;
    width: 28px;
  }
  body.home #page #topics-news-section .container .content .head {
    width: 100px;
  }
  body.home #page #topics-news-section .container .content .head h2 {
    letter-spacing: 0;
    font-size: 15px;
  }
  body.home #page #topics-news-section .container .content .news_feeds_wrap {
    width: calc(100% - 100px);
    padding: 0 20px;
  }
  body.home #page #topics-news-section .container .content .news_feeds_wrap article {
    border: 0;
  }
  body.home #page #cars-section .container {
    width: 90%;
    min-width: auto;
  }
  body.home #page #cars-section .container .content .pic {
    width: 100%;
    margin: 0 auto 25px;
    position: relative;
  }
  body.home #page #cars-section .container .content .pic a {
    width: 75%;
    margin: 0 auto;
  }
  body.home #page #cars-section .container .content .pic a:after {
    width: 50px;
    height: 65px;
    right: 30px;
    top: -25px;
  }
  body.home #page #cars-section .container .content .pic .recommend {
    margin-top: 20px;
    background: #00a894;
    border-radius: 15px;
    padding: 15px 20px;
    color: white;
  }
  body.home #page #cars-section .container .content .pic .recommend h3, body.home #page #cars-section .container .content .pic .recommend h4 {
    line-height: 1.5;
  }
  body.home #page #cars-section .container .content .txt {
    width: 100%;
  }
  body.home #page #cars-section .container .content .txt .btn {
    margin-top: 15px;
  }
  body.home #page #cars-section .container .map {
    left: -25%;
    top: 20px;
    width: 150%;
  }
  body.home #page #top-loop-slide-section .container {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  body.home #page #plan-section .container {
    width: 90%;
    min-width: 90%;
  }
  body.home #page #plan-section .container:after {
    width: 100%;
    height: 100%;
    display: inline-block;
    top: 0;
    left: 160px;
    background-position: left top -50px;
    background-size: 700px;
  }
  body.home #page #plan-section .container .sec_head {
    position: relative;
  }
  body.home #page #plan-section .container .sec_head p {
    position: relative;
    right: auto;
    top: auto;
  }
  body.home #page #plan-section .container .splide__slide article {
    border-radius: 15px;
    padding: 25px;
  }
  body.home #page #plan-section .container .splide__slide article span.num {
    font-size: 65px;
    line-height: 65px;
    left: 15px;
    top: 10px;
  }
  body.home #page #plan-section .container .splide__slide article .pic {
    margin-bottom: 20px;
  }
  body.home #page #plan-section .container .splide__slide article .pic img {
    height: 200px;
  }
  body.home #page #plan-section .container .splide__slide article > .txt .sec_title3 {
    margin-bottom: 15px;
  }
  body.home #page #plan-section .container .splide__slide article > .txt .sec_title3 h2 {
    font-size: 18px;
  }
  body.home #page #plan-section .container .splide__slide article > .txt .sec_title3 h3 {
    font-size: 13px;
  }
  body.home #page #plan-section .container .splide__slide article > .txt .typo_h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  body.home #page #plan-section .container .splide__slide article > .txt .typo_h2 strong:after {
    height: 6px;
  }
  body.home #page #plan-section .container .splide__slide article > .txt p {
    font-size: 13px;
    line-height: 1.5;
  }
  body.home #page #plan-section .container > .txt {
    padding: 50px 0 0;
    margin-bottom: 30px;
  }
  body.home #page #plan-section .container > .txt .h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px;
  }
  body.home #page #plan-section .container > .txt .h .jumbo {
    width: 80px;
    margin-right: 15px;
  }
  body.home #page #plan-section .container > .txt .h h2 {
    font-size: 20px;
  }
  body.home #page #plan-section .container > .txt .btn {
    margin-top: 15px;
  }
  body.home #page #sightseeing-section .container {
    width: 90%;
    max-width: auto;
    min-width: auto;
  }
  body.home #page #sightseeing-section .container .content .txt {
    order: 2;
    width: 100%;
  }
  body.home #page #sightseeing-section .container .content .txt .btn {
    margin-top: 15px;
  }
  body.home #page #sightseeing-section .container .content .slide_wrap {
    width: 100%;
    margin: 0;
    order: 1;
    margin-bottom: 20px;
  }
  body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .thumb {
    margin-bottom: 15px;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .thumb a {
    display: block;
  }
  body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .thumb a img {
    width: auto;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }
  body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .post_txt {
    color: white;
    line-height: 1.3;
    padding-left: 20px;
    border-left: 1px solid white;
  }
  body.home #page #sightseeing-section .container .content .slide_wrap article.post-sightseeing .post_txt h2 {
    margin-bottom: 7px;
    font-weight: bold;
  }
  body.home #page #fee-driver-section .container {
    width: 90%;
    max-width: 90%;
    min-width: 90%;
  }
  body.home #page #fee-driver-section .container .content > article {
    width: 100%;
    margin-bottom: 20px;
  }
  body.home #page #fee-driver-section .container .content > article .txt {
    padding: 25px 25px;
  }
  body.home #page #fee-driver-section .container .content > article .txt .sec_title1 {
    margin-bottom: 20px;
  }
  body.home #page #fee-driver-section .container .content > article .txt .typo_h2 {
    margin-bottom: 20px;
    font-size: 25px;
  }
  body.home #page #fee-driver-section .container .content > article .txt .fee {
    margin: 25px 0;
  }
  body.home #page #fee-driver-section .container .content > article .txt .fee > article {
    width: 50%;
  }
  body.home #page #fee-driver-section .container .content > article .txt .fee > article h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  body.home #page #fee-driver-section .container .content > article .txt .fee > article h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  body.home #page #fee-driver-section .container .content > article .txt ul {
    padding: 0 0;
  }
  body.home #page #fee-driver-section .container .content > article .txt ul li {
    padding-left: 14px;
  }
  body.home #page #fee-driver-section .container .content > article .txt p {
    padding: 0 0;
  }
  body.home #page #fee-driver-section .container .content > article .txt .btn {
    margin-top: 15px;
  }
  body.home #page #faq-section .container {
    width: 90%;
    min-width: 90%;
    padding-bottom: 120px;
  }
  body.home #page #faq-section .container .content .txt {
    width: 100%;
  }
  body.home #page #faq-section .container .content .link {
    width: 100%;
  }
  body.home #page #faq-section .container .content .link ul.cat_list li {
    width: 100%;
  }
  body.home #page #faq-section .container .content .link ul.cat_list li a {
    margin-bottom: 10px;
    padding-left: 46px;
    position: relative;
  }
  body.home #page #faq-section .container .content .link ul.cat_list li a:before {
    font-size: 25px;
    left: 15px;
    top: 2px;
  }
  body.home #page #faq-section .container .chara {
    position: absolute;
    right: auto;
    top: auto;
    left: calc((100% - 160px) / 2);
    bottom: 0;
    width: 160px;
  }
  body.home #page #news-section .container {
    width: 90%;
  }
  body.home #page #news-section .btn {
    text-align: right;
    margin-top: 50px;
  }
  /*------------------------------------------------------------------*/
  .news_feeds_wrap article .inner {
    padding: 15px 0px;
  }
  .news_feeds_wrap article .inner .post-date {
    margin-right: 15px;
    line-height: 1.5;
    width: auto;
  }
  .news_feeds_wrap article .inner .post-cat {
    margin-right: 10px;
    line-height: 1.5;
  }
  .news_feeds_wrap article .inner .post-cat li {
    margin-right: 10px;
    text-align: center;
  }
  .news_feeds_wrap article .inner .post-cat li a {
    padding: 3px 10px;
    font-size: 12px;
    width: 80px;
  }
  .news_feeds_wrap article .inner .post-title {
    width: 100%;
    margin-top: 5px;
  }
  .news_feeds_wrap article .inner .post-title a {
    line-height: 1.5;
  }
  #wrapper.news #news-detail .container {
    width: 90%;
  }
  #wrapper.news #news-detail .container .inner {
    padding: 20px;
  }
  #wrapper.news #news-detail .post-header {
    margin-bottom: 20px;
  }
  #wrapper.news #news-detail .post-header .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #wrapper.news #news-detail .post-header ul.post-cat {
    margin-bottom: 15px;
  }
  #wrapper.news #news-detail .content {
    margin-bottom: 40px;
  }
  #page-404 .container {
    width: 90%;
  }
  #page-cars #intro-section .vi {
    width: 80%;
  }
  #page-cars #intro-section .vi:after {
    width: 450px;
    height: 450px;
    top: -130px;
    left: -31%;
  }
  #page-cars #intro-section .txt p {
    font-size: 15px;
  }
  #page-cars #map-section .inner {
    padding: 20px;
  }
  #page-cars #map-section .inner .pic {
    width: 100%;
    margin: 0 auto 20px;
  }
  #page-cars #map-section .inner h3 {
    font-size: 15px;
    line-height: 1.5;
  }
  #page-cars .cars_content_wrap .container {
    width: 90%;
    padding-bottom: 20px;
  }
  #page-cars .cars_content_wrap .content .pic {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 15px;
  }
  #page-cars .cars_content_wrap .content .txt {
    width: 100%;
  }
  #page-cars .cars_content_wrap .content .txt > h2.typo_h2 {
    font-size: 30px;
    text-align: center;
  }
  #page-cars .cars_content_wrap .content .txt > h3 {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px;
    margin-bottom: 20px;
  }
  #page-cars .cars_content_wrap .content .txt ul {
    padding-left: 13px;
  }
  #page-cars .cars_content_wrap .content .txt ul li {
    font-size: 14px;
    padding-left: 14px;
  }
  #page-cars .cars_content_wrap .content.color_w {
    padding: 20px;
  }
  #page-cars #cars-section-3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: space-between;
  }
  #page-cars #cars-section-3 ul li {
    width: 48%;
    margin-right: 0;
  }
  #page-cars #cars-section-4 .typo_h2 {
    font-size: 25px !important;
  }
  #page-cars .table_type_spec th {
    width: 110px;
  }
  .common_part__plan_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .common_part__plan_list article {
    width: calc(50% - 5px);
    margin: 20px 0;
    position: relative;
  }
  .common_part__plan_list article .num {
    font-size: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: -25px;
  }
  .common_part__plan_list article .pic {
    margin-bottom: 10px;
  }
  .common_part__plan_list article h2 {
    font-size: 15px;
  }
  #page-plan #intro-section .head {
    margin-bottom: 45px;
  }
  #page-plan .plan_content_wrap .container .plan_list > article {
    border-radius: 15px;
    padding: 30px 15px;
    margin-bottom: 40px;
  }
  #page-plan .plan_content_wrap .container .plan_list > article .head {
    margin-bottom: 20px;
  }
  #page-plan .plan_content_wrap .container .plan_list > article .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    align-items: flex-start;
    margin-bottom: 25px;
  }
  #page-plan .plan_content_wrap .container .plan_list > article .content .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-plan .plan_content_wrap .container .plan_list > article .content .pic img {
    height: 200px;
  }
  #page-plan .plan_content_wrap .container .plan_list > article .content .txt {
    width: 100%;
  }
  #page-plan .plan_content_wrap .container .plan_list > article .content .txt p {
    font-size: 13px;
  }
  #page-plan .plan_content_wrap .container .plan_list > article .content .txt .point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: stretch;
  }
  #page-plan .plan_content_wrap .container .plan_list > article .content .txt .point h3 {
    width: 80px;
  }
  #page-plan .plan_content_wrap .container .plan_list > article .content .txt .point p {
    width: calc(100% - 95px);
    font-size: 13px;
  }
  #page-plan .plan_content_wrap .container .plan_list > article .btn a {
    font-size: 15px;
    padding: 25px 0;
  }
  #page-plan .plan_content_wrap .container .plan_list > article .btn a:before {
    margin-right: 15px;
    font-size: 25px;
    vertical-align: top;
  }
  .plan_detail_wrap .container .inner {
    border-radius: 15px;
    padding: 40px 20px;
  }
  .plan_detail_wrap .container .inner .head {
    margin-bottom: 30px;
  }
  .plan_detail_wrap .container .inner .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }
  .plan_detail_wrap .container .inner .intro .pic {
    width: 100%;
    margin: 0 0 20px;
  }
  .plan_detail_wrap .container .inner .intro .txt {
    width: 100%;
  }
  .plan_detail_wrap .container .inner .intro .txt p {
    font-size: 14px;
  }
  .plan_detail_wrap .container .inner .feature {
    padding: 30px 20px;
    border-radius: 15px;
    margin-bottom: 60px;
  }
  .plan_detail_wrap .container .inner .feature > h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .plan_detail_wrap .container .inner .feature ul li {
    font-size: 13px;
    padding: 10px 10px;
    margin: 7px 0;
    width: 100%;
  }
  .plan_detail_wrap .container .inner .plan_and_fee {
    margin-bottom: 60px;
  }
  .plan_detail_wrap .container .inner .plan_and_fee > div {
    width: 100%;
    padding-left: 0;
  }
  .plan_detail_wrap .container .inner .plan_and_fee .sec_title3 {
    text-align: center;
  }
  .plan_detail_wrap .container .inner .plan_and_fee .sec_title3:before {
    content: none;
  }
  .plan_detail_wrap .container .inner .plan_and_fee .fee {
    text-align: center;
  }
  .plan_detail_wrap .container .inner .plan_and_fee .fee .fee_yen {
    justify-content: center;
    margin-bottom: 30px;
  }
  .plan_detail_wrap .container .inner .plan_and_fee .fee .fee_yen .fee_1 {
    font-size: 45px;
  }
  .plan_detail_wrap .container .inner .plan_and_fee .fee .fee_yen .fee_2 {
    font-size: 14px;
    line-height: 30px;
  }
  .plan_detail_wrap .container .inner .plan_and_fee .fee .fee_yen > h3 {
    font-size: 13px;
  }
  .plan_detail_wrap .container .inner .plan_and_fee .fee ul.caution {
    display: inline-block;
    text-align: left;
  }
  .plan_detail_wrap .container .inner .plan_and_fee .fee ul.caution li {
    padding-left: 14px;
  }
  .plan_detail_wrap .container .inner .model_route {
    margin-bottom: 60px;
  }
  .plan_detail_wrap .container .inner .model_route .sec_title3 {
    margin-bottom: 30px;
  }
  .plan_detail_wrap .container .inner .model_route .model_route_list article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    margin: 0 auto 20px;
  }
  .plan_detail_wrap .container .inner .model_route .model_route_list article:last-of-type {
    margin-bottom: 0;
  }
  .plan_detail_wrap .container .inner .model_route .model_route_list article:last-of-type .t:after {
    content: none;
  }
  .plan_detail_wrap .container .inner .model_route .model_route_list article:last-of-type .t:before {
    content: none;
  }
  .plan_detail_wrap .container .inner .model_route .model_route_list article .p {
    max-width: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
  }
  .plan_detail_wrap .container .inner .model_route .model_route_list article .t {
    width: 100%;
    padding-left: 30px;
  }
  .plan_detail_wrap .container .inner .model_route .model_route_list article .t:before {
    left: 4px;
    top: 2px;
  }
  .plan_detail_wrap .container .inner .model_route .model_route_list article .t:after {
    height: calc(100% + 10px);
    left: 10px;
    top: 15px;
  }
  .plan_detail_wrap .container .inner .model_route .model_route_list article .t .time {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .plan_detail_wrap .container .inner .model_route .model_route_list article .t .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .plan_detail_wrap .container .inner .model_route .model_route_list article .t .name em {
    font-size: 13px;
    margin-top: 7px;
  }
  .plan_detail_wrap .container .inner .model_route .model_route_list article .t > .sub {
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 700;
  }
  .plan_detail_wrap .container .inner .gallery .gallery_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .plan_detail_wrap .container .inner .gallery .gallery_list .p {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  #page-fee #price-section .container .message {
    font-size: 17px;
    padding: 20px 10px;
  }
  #page-fee #price-section .container .fee_list {
    margin: 20px 0;
  }
  #page-fee #price-section .container .fee_list > article {
    margin: 15px 0;
    width: 100%;
  }
  #page-fee #price-section .container .fee_list > article h2 {
    font-size: 25px;
  }
  #page-fee #price-section .container .fee_list > article h3 {
    font-size: 45px;
  }
  #page-fee #price-section .container .fee_list > article h4 {
    font-size: 16px;
  }
  #page-fee #price-section .container .memo_1 p {
    font-size: 14px;
  }
  #page-fee #price-section .container .memo_2 h3 {
    font-size: 18px;
  }
  #page-fee #price-section .container .memo_2 p {
    font-size: 13px;
  }
  #page-fee #price-section .container .payment {
    width: 100%;
    margin: 40px auto 0;
    border-radius: 15px;
    padding: 25px;
  }
  #page-fee #price-section .container .payment > h2 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  #page-fee #price-section .container .payment .pay_list {
    margin-bottom: 25px;
  }
  #page-fee #price-section .container .payment .pay_list article {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
  }
  #page-fee #price-section .container .payment .pay_list article:last-of-type {
    margin-bottom: 0;
  }
  #page-fee #price-section .container .payment .pay_list article h3 {
    font-size: 15px;
    margin-bottom: 7px;
  }
  #page-fee #price-section .container .payment h3 {
    font-size: 13px;
  }
  #page-fee #howto-section {
    background: #00a894;
  }
  #page-fee #howto-section .container .head {
    margin-bottom: 60px;
  }
  #page-fee #howto-section .container .splide .splide__slide article .h {
    padding: 30px 35px;
  }
  #page-fee #howto-section .container .splide .splide__slide article .c {
    padding: 20px;
  }
  #page-fee #howto-section .container .splide .splide__slide article .c .btn {
    margin-top: 20px;
  }
  #page-fee #important-section .container,
  #page-fee #cancel-section .container {
    width: 90%;
    min-width: 90%;
  }
  #page-fee #important-section .note_list ul li,
  #page-fee #cancel-section .note_list ul li {
    padding-left: 23px;
    font-size: 15px;
    font-weight: 700;
  }
  #page-fee #important-section h4,
  #page-fee #cancel-section h4 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 25px;
  }
  #page-driver #intro-section .container .intro {
    margin: 0 auto 30px;
  }
  #page-driver #intro-section .container .intro .pic {
    width: 100%;
    margin-bottom: 25px;
  }
  #page-driver #intro-section .container .intro .txt {
    width: 100%;
    padding: 0 30px;
  }
  #page-driver #intro-section .container .point_list article {
    width: 100%;
    padding: 25px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
  }
  #page-driver #intro-section .container .point_list article .pic {
    width: 45px;
    height: 45px;
    margin: 0;
    margin-right: 25px;
  }
  #page-driver #intro-section .container .point_list article h3 {
    font-size: 16px;
    text-align: left;
  }
  #page-driver #feature-section .container .feature_list h3 {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    padding: 15px;
    margin: 5px 0;
  }
  #page-driver #guide-section .container .head {
    margin-bottom: 30px;
  }
  #page-driver #guide-section .container .head h4 {
    font-size: 15px;
  }
  #page-driver #guide-section .container .content .movie {
    width: 100%;
    margin-right: 0;
  }
  #page-driver #guide-section .container .content .txt {
    width: 100%;
  }
  #page-driver #guide-section .container .content .txt .guide_list ul li {
    margin: 10px 0;
    font-size: 15px;
  }
  #page-driver #guide-section .container .content .txt .guide_list ul li:before {
    left: 25px;
    top: 16px;
  }
  #page-driver #guide-section .container .content .txt p {
    font-weight: 700;
  }
  #page-driver #guide-section .container .content .txt p br {
    display: none;
  }
  #page-driver #safety-section .container .safety_list h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  #page-driver #safety-section .container .safety_list ul {
    margin-bottom: 25px;
  }
  #page-driver #safety-section .container .safety_list ul li {
    width: 100%;
    font-size: 16px;
    margin: 5px 0;
    font-weight: 700;
  }
  #page-driver #safety-section .container .safety_list h5 {
    font-size: 15px;
  }
  #page-driver #message-section .container .inner {
    padding: 30px 25px;
  }
  #page-driver #message-section .container .inner .pic {
    width: 100%;
    margin-bottom: 20px;
  }
  #page-driver #message-section .container .inner .txt {
    width: 100%;
    padding: 0;
  }
  #page-driver #message-section .container .inner .txt p {
    font-size: 13px;
  }
  #page-faq #faq-section .inner {
    padding: 50px 20px;
  }
  #page-faq #faq-section .inner > .head {
    margin-bottom: 55px;
  }
  #page-faq #faq-section .inner > .head > p {
    font-size: 12px;
  }
  #page-faq .faq_content_wrap .faq_list > article.faq_content {
    padding-top: 50px;
    margin-bottom: 50px;
  }
  #page-faq .faq_content_wrap .faq_list > article.faq_content .faq_h2 {
    font-size: 18px;
    padding-left: 15px;
  }
  #page-faq .faq_content_wrap .faq_list > article.faq_content dl dt {
    padding: 15px 25px;
    font-size: 13px;
    padding-left: 45px;
    margin-bottom: 10px;
  }
  #page-faq .faq_content_wrap .faq_list > article.faq_content dl dt:before {
    font-size: 20px;
    top: 9px;
  }
  #page-faq .faq_content_wrap .faq_list > article.faq_content dl dt:after {
    right: 18px;
  }
  #page-faq .faq_content_wrap .faq_list > article.faq_content dl dd {
    margin-bottom: 25px;
    padding-left: 45px;
    margin-bottom: 25px;
  }
  #page-faq .faq_content_wrap .faq_list > article.faq_content dl dd:before {
    font-size: 20px;
    top: -4px;
  }
  #page-sightseeing #intro-section p {
    font-size: 13px;
  }
  #page-sightseeing #sightseeing-feeds-section .container > .inner {
    padding: 20px;
    border-radius: 15px;
  }
  #page-sightseeing #sightseeing-feeds-section .tab_box .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  #page-sightseeing #sightseeing-feeds-section .tab_box .btn_area .tab_btn {
    width: 50%;
    padding: 10px 0;
  }
  #page-sightseeing #sightseeing-feeds-section .tab_box .btn_area .tab_btn h3 {
    font-size: 15px;
  }
  #page-sightseeing #sightseeing-feeds-section .tab_box .btn_area .tab_btn.active:after {
    bottom: 5px;
    left: calc((100% - 13px) / 2);
  }
  #page-sightseeing #sightseeing-feeds-section .tab_box .btn_area .tab_btn:hover:after {
    bottom: 5px;
    left: calc((100% - 13px) / 2);
  }
  #page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  #page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .thumb {
    margin-bottom: 7px;
  }
  #page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .post_txt {
    padding: 0 10px;
  }
  #page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .post_txt .post_title {
    font-size: 15px;
    margin-bottom: 5px;
  }
  #page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .post_txt .post_title2 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  #page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .post_txt .cat_list {
    display: none;
  }
  #page-sightseeing #sightseeing-feeds-section .tab_box .panel_area article .post_txt .tag_list ul li {
    font-size: 12px;
    margin-right: 5px;
    line-height: 1.5;
  }
  #page-contact-confirm .intro h2.ttl,
  #page-contact-thanks .intro h2.ttl {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
    text-align: center;
  }
  #page-contact #privacy-policy-section .container {
    width: 90%;
    min-width: 90%;
  }
  #page-contact #privacy-policy-section article {
    margin-bottom: 25px;
  }
  #page-contact #privacy-policy-section article h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #page-contact #privacy-policy-section article ul {
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #page-contact #privacy-policy-section article ul li {
    padding-left: 16px;
    position: relative;
    line-height: 1.5;
    margin: 7px 0;
  }
  #page-contact #privacy-policy-section article ul li:before {
    content: "・";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
  }
  #contact-form-section .container > .inner {
    padding: 30px 25px;
    width: 100%;
  }
  #contact-form-section .container > .inner .intro {
    margin-bottom: 30px;
  }
  #contact-form-section .container > .inner .tel_list {
    width: 100%;
    margin: 0 auto 45px;
  }
  #contact-form-section .container > .inner .tel_list .list article {
    padding: 15px;
    display: block;
    text-align: center;
  }
  #contact-form-section .container > .inner .tel_list .list article a {
    display: inline-block;
    font-size: 25px;
    color: #00a894;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
  }
  #contact-form-section .container > .inner .form_ttl {
    border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
    margin-bottom: 20px;
  }
  #contact-form-section .container > .inner .form_ttl h3 {
    text-align: center;
    padding: 20px 10px;
  }
  #contact-form-section .container > .inner .form_ttl .memo {
    padding: 20px;
  }
  #contact-form-section .container > .inner .form_ttl .memo p {
    text-align: left;
  }
  #contact-form-section .container > .inner .form_ttl .memo p br {
    display: none;
  }
  .form-wrap div.wpcf7 .ajax-loader {
    min-width: 24px !important;
  }
  .form-wrap form {
    width: 100%;
  }
  .form-wrap form > h3 {
    text-align: center;
  }
  .form-wrap form > h4 {
    text-align: left;
  }
  .form-wrap form > p {
    text-align: left;
  }
  .form-wrap form .privacy {
    width: 100%;
    height: 350px;
    overflow: scroll;
    border: 1px solid rgb(159.375, 159.375, 159.375);
    background: rgb(243.525, 243.525, 243.525);
    border-radius: 7px;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span {
    display: inline-block;
    background: #0036b5;
    padding: 25px 35px;
  }
  .form-wrap form .form_check_btn > span .wpcf7-list-item {
    margin-left: 0;
  }
  .form-wrap form .form_input_list.recaptcha {
    text-align: center;
    color: gray;
  }
  .form-wrap form .form_input_list.recaptcha a {
    text-decoration: underline;
  }
  .form-wrap form .form_bl {
    padding: 15px 0;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form .form_bl > .h {
    width: 100%;
  }
  .form-wrap form .form_bl > .h > span {
    display: block;
    margin-bottom: 5px;
  }
  .form-wrap form .form_bl > .h.fullwide {
    width: 100%;
    text-align: left;
  }
  .form-wrap form .form_bl > .h.w40 {
    width: 100%;
  }
  .form-wrap form .form_bl > .c {
    width: 100%;
  }
  .form-wrap form .form_bl > .c.w60 {
    width: 100%;
  }
  .form-wrap form .form_bl > dl.c {
    margin: 0;
  }
  .form-wrap form .form_bl > dl.c dd {
    margin-left: 0;
  }
  .form-wrap form .form_bl > dl.c dd em {
    display: inline-block;
    width: 100px;
  }
  .form-wrap form .form_bl > dl.c dd > span {
    display: inline-block;
    width: calc(100% - 110px);
  }
  .form-wrap form .form_bl > dl.c dd:last-of-type {
    margin-bottom: 0;
  }
  .form-wrap form .checkbox label {
    margin-right: 15px;
  }
  .form-wrap form .checkbox input {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    padding: 0;
  }
  .form-wrap form .form_check_btn {
    display: block;
    width: 100%;
    margin: 25px auto;
    padding: 15px;
    text-align: center;
  }
  .form-wrap form .form_check_btn a {
    color: #00a894;
    text-decoration: underline;
  }
  .form-wrap form .form_check_btn input {
    width: auto;
    display: inline-block;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap {
    text-align: center;
  }
  .form-wrap form .submit_btn_wrap input[type=submit] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: white;
    border: none;
  }
  .form-wrap form .submit_btn_wrap input[type=button] {
    display: inline-block !important;
    font-weight: bold;
    width: 100%;
    color: gray;
    background: rgb(216.75, 216.75, 216.75);
    border: none;
    margin-right: 15px;
  }
  .form-wrap form .submit_btn_wrap .wpcf7-spinner {
    min-width: 2.5rem !important;
  }
  .form-wrap form input,
  .form-wrap form textarea {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 2rem;
  }
  .form-wrap form input :placeholder-shown,
  .form-wrap form input ::-webkit-input-placeholder,
  .form-wrap form input :-ms-input-placeholder,
  .form-wrap form input :-moz-placeholder,
  .form-wrap form input ::-moz-placeholder,
  .form-wrap form textarea :placeholder-shown,
  .form-wrap form textarea ::-webkit-input-placeholder,
  .form-wrap form textarea :-ms-input-placeholder,
  .form-wrap form textarea :-moz-placeholder,
  .form-wrap form textarea ::-moz-placeholder {
    color: rgb(243.525, 243.525, 243.525);
  }
  .form-wrap form input[type=radio] {
    width: 2rem;
    display: inline-block;
    margin-right: 1rem;
  }
  .form-wrap form input[type=button],
  .form-wrap form input[type=submit] {
    border-radius: 50px;
    color: white;
    box-sizing: border-box;
    padding: 1rem 0;
    display: block;
    margin: 1rem 0;
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .form-wrap form select,
  .form-wrap form .wpcf7-select {
    width: 100% !important;
    outline: none;
    text-overflow: "";
    vertical-align: middle;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: auto;
    position: relative;
    display: inline-block;
    padding: 1.5rem 2rem;
    margin-right: 15px;
    background: #fff;
  }
  .form-wrap form select:before,
  .form-wrap form .wpcf7-select:before {
    z-index: 1;
    content: "\f054";
    font-family: FontAwesome;
    color: #00a894;
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .form-wrap form .birth select {
    min-width: 100px;
    display: inline-block;
    margin-right: 1.5rem;
  }
}
