@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.6;
  font-size: 1.4rem;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.3rem;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}

a {
  text-decoration: none;
}

.color {
  background-color: #000;
  color: #fff;
}

* {
  max-height: 999999px;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
a {
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

.mlr-02 {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 900px) {
  .mb20 {
    margin-bottom: 15px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 900px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 900px) {
  .mb50 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 30px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 900px) {
  .mb80 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -60px;
    padding-top: 60px;
  }
}

.scroll-hint-icon::before {
  background-image: url(../img/common/icon_scroll.svg) !important;
  background-size: 100% auto;
}
.scroll-hint-icon::after {
  display: none !important;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.header {
  top: 0;
  left: 0;
  padding: 0 100px 0 25px;
  width: 100%;
  height: 100px;
  background-color: #fff;
  box-shadow: 5px 0 5px 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header {
    padding-left: 15px;
    padding-right: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    padding: 0 0 0 10px;
    height: 60px;
    box-shadow: 2px 0 2px 2px rgba(0, 0, 0, 0.15);
  }
}
.header__logo {
  width: 200px;
}
@media screen and (max-width: 1024px) {
  .header__logo {
    width: 190px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 110px;
  }
}
.header__logo__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__logo__link:hover {
    transform: translateY(3px);
  }
}
.header__nav {
  max-width: 750px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .header__nav {
    max-width: 650px;
  }
}
@media screen and (max-width: 900px) {
  .header__nav {
    display: none;
  }
}
.header__nav__item {
  width: 20%;
  height: 100%;
  border-left: 1px solid #e3e7e9;
}
.header__nav__item__link {
  padding-top: 55px;
  height: 100%;
  font-size: 15px;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-repeat: no-repeat;
  display: block;
}
@media screen and (max-width: 1200px) {
  .header__nav__item__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav__item__link {
    padding-top: 44px;
  }
}
@media screen and (min-width: 1025px) {
  .header__nav__item__link:hover {
    background-color: #eef5f7;
  }
}
.header__nav__item__link--home {
  background-image: url(../img/common/icon_home.svg);
  background-size: 24px auto;
  background-position: 50% 27px;
}
@media screen and (max-width: 1024px) {
  .header__nav__item__link--home {
    background-size: 20.4px auto;
    background-position: 50% 18.9px;
  }
}
.header__nav__item__link--car {
  background-image: url(../img/common/icon_car.svg);
  background-size: 24px auto;
  background-position: 50% 29px;
}
@media screen and (max-width: 1024px) {
  .header__nav__item__link--car {
    background-size: 20.4px auto;
    background-position: 50% 20.3px;
  }
}
.header__nav__item__link--shop {
  background-image: url(../img/common/icon_shop.svg);
  background-size: 24px auto;
  background-position: 50% 28px;
}
@media screen and (max-width: 1024px) {
  .header__nav__item__link--shop {
    background-size: 20.4px auto;
    background-position: 50% 19.6px;
  }
}
.header__nav__item__link--about {
  background-image: url(../img/common/icon_about.svg);
  background-size: 24px auto;
  background-position: 50% 28px;
}
@media screen and (max-width: 1024px) {
  .header__nav__item__link--about {
    background-size: 20.4px auto;
    background-position: 50% 19.6px;
  }
}
.header__nav__item__link--booking {
  background-image: url(../img/common/icon_booking.svg);
  background-size: 22px auto;
  background-position: 50% 26px;
}
@media screen and (max-width: 1024px) {
  .header__nav__item__link--booking {
    background-size: 18.7px auto;
    background-position: 50% 18.2px;
  }
}
.header__nav__bar {
  bottom: 0;
  left: 0;
  width: 20%;
  height: 3px;
  background-color: #00a3ee;
  display: block;
  position: absolute;
  transition: 0.5s;
  z-index: 2;
  opacity: 0;
}
.header__nav__bar::before {
  content: "";
  top: 0;
  left: 0;
  width: 33.3333333333%;
  height: 100%;
  background-color: #ffaa00;
  position: absolute;
}
.header__nav__bar::after {
  content: "";
  top: 0;
  right: 0;
  width: 33.3333333333%;
  height: 100%;
  background-color: #22b344;
  position: absolute;
}
.header__nav__bar .now {
  width: 20%;
}
.header__menu {
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background-color: #334466;
  display: block;
  position: fixed;
  z-index: 11;
  cursor: pointer;
  transition: 0.5s;
}
.header__menu::before {
  content: "";
  top: 100px;
  right: 0;
  width: 0;
  height: calc(100vh - 100px);
  background-color: rgba(34, 34, 34, 0.7);
  position: fixed;
  z-index: 1;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .header__menu::before {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 599px) {
  .header__menu::before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .header__menu:hover {
    background-color: #22b344;
  }
}
@media screen and (max-width: 1024px) {
  .header__menu {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 599px) {
  .header__menu {
    width: 60px;
    height: 60px;
  }
}
.header__menu__bar {
  margin: 0 auto;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  width: 30%;
  height: 2px;
  background-color: #fff;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .header__menu__bar {
    width: 33%;
    height: 1px;
  }
}
.header__menu__bar::before {
  content: "";
  top: -7px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__menu__bar::before {
    top: -6px;
  }
}
@media screen and (max-width: 599px) {
  .header__menu__bar::before {
    top: -5px;
  }
}
.header__menu__bar::after {
  content: "";
  bottom: -7px;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .header__menu__bar::after {
    bottom: -6px;
  }
}
@media screen and (max-width: 599px) {
  .header__menu__bar::after {
    bottom: -5px;
  }
}

.menu {
  position: absolute;
}
.menu__inner {
  top: 100px;
  right: 0;
  width: 0;
  height: calc(100vh - 100px);
  position: fixed;
  z-index: 100;
  transition: 0.5s;
  overflow-y: scroll;
}
.menu__inner::-webkit-scrollbar {
  width: 6px;
}
.menu__inner::-webkit-scrollbar-track {
  background: #000;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.menu__inner::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px;
  box-shadow: none;
}
@media screen and (max-width: 1024px) {
  .menu__inner {
    top: 80px;
    height: calc(100vh - 80px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  .menu__inner {
    top: 60px;
    height: calc(100vh - 60px);
  }
}
.menu__inner__box {
  width: 314px;
  height: 100%;
  background-color: #334466;
}
@media screen and (max-width: 599px) {
  .menu__inner__box {
    width: calc(100% - 6px);
  }
}
.menu__inner__box__list__item {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  position: relative;
}
.menu__inner__box__list__item__link {
  padding: 25px 25px 25px 45px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 25px 52%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .menu__inner__box__list__item__link:hover {
    background-color: #e70000;
    background-position: 30px 52%;
  }
}
.menu__inner__box__list__item__plus {
  top: 0;
  right: 0;
  width: 66px;
  height: 66px;
  background-color: #222;
  position: absolute;
  cursor: pointer;
  transition: 0.5s;
}
.menu__inner__box__list__item__plus::before {
  content: "";
  margin: 0 auto;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  width: 21px;
  height: 1px;
  background-color: #fff;
  position: absolute;
}
.menu__inner__box__list__item__plus::after {
  content: "";
  margin: 0 auto;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  width: 21px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transition: 0.5s;
  transform: rotate(0deg);
}
.menu__inner__box__list__item__plus.close::after {
  transform: rotate(90deg);
}
@media screen and (min-width: 1025px) {
  .menu__inner__box__list__item__plus:hover {
    background-color: #22b344;
  }
}
.menu__inner__box__list-sub {
  padding: 30px 25px;
  background-color: rgba(255, 255, 255, 0.1);
}
.menu__inner__box__list-sub__item {
  margin-top: 20px;
}
.menu__inner__box__list-sub__item:first-child {
  margin-top: 0;
}
.menu__inner__box__list-sub__item__link {
  padding-left: 20px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: 5px 50%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .menu__inner__box__list-sub__item__link:hover {
    color: #00a3ee;
    background-position: 8px 50%;
  }
}
.menu__inner__box__list02 {
  padding: 25px;
}
.menu__inner__box__list02__item {
  margin-top: 20px;
}
.menu__inner__box__list02__item:first-child {
  margin-top: 0;
}
.menu__inner__box__list02__item__link {
  padding-left: 20px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  background-image: url(../img/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: 5px 50%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .menu__inner__box__list02__item__link:hover {
    color: #ffaa00;
    background-position: 8px 50%;
    background-image: url(../img/common/arrow.svg);
  }
}
.menu.on .header__menu::before {
  width: 100vw;
}
.menu.on .menu__inner {
  width: 320px;
}
@media screen and (max-width: 599px) {
  .menu.on .menu__inner {
    width: 100%;
  }
}
.menu.on .header__menu__bar::before {
  width: 0;
}
.menu.on .header__menu__bar::after {
  width: 0;
}

.header__nav div:nth-child(1).now ~ .header__nav__bar {
  left: 0;
  opacity: 1;
}

.header__nav div:nth-child(2).now ~ .header__nav__bar {
  left: 20%;
  opacity: 1;
}

.header__nav div:nth-child(3).now ~ .header__nav__bar {
  left: 40%;
  opacity: 1;
}

.header__nav div:nth-child(4).now ~ .header__nav__bar {
  left: 60%;
  opacity: 1;
}

.header__nav div:nth-child(5).now ~ .header__nav__bar {
  left: 80%;
  opacity: 1;
}

.header__nav div:nth-child(1):hover ~ .header__nav__bar {
  left: 0;
  opacity: 1;
}

.header__nav div:nth-child(2):hover ~ .header__nav__bar {
  left: 20%;
  opacity: 1;
}

.header__nav div:nth-child(3):hover ~ .header__nav__bar {
  left: 40%;
  opacity: 1;
}

.header__nav div:nth-child(4):hover ~ .header__nav__bar {
  left: 60%;
  opacity: 1;
}

.header__nav div:nth-child(5):hover ~ .header__nav__bar {
  left: 80%;
  opacity: 1;
}

.footer {
  padding: 30px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/common/shadow.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: auto 12px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 20px;
    background-size: auto 8px;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 20px 20px 25px;
    flex-wrap: wrap;
    background-size: auto 6px;
  }
}
.footer__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .footer__logo {
    margin-bottom: 15px;
  }
}
.footer__logo__link {
  width: 250px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .footer__logo__link {
    width: 220px;
  }
}
@media screen and (max-width: 900px) {
  .footer__logo__link {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .footer__logo__link {
    width: 42.353vw;
  }
}
@media screen and (min-width: 1025px) {
  .footer__logo__link:hover {
    transform: translateY(3px);
  }
}
.footer__logo__sdgs {
  margin-left: 25px;
  width: 295px;
  line-height: 0.1;
}
@media screen and (max-width: 1024px) {
  .footer__logo__sdgs {
    margin-left: 20px;
    width: 250px;
  }
}
@media screen and (max-width: 900px) {
  .footer__logo__sdgs {
    margin-left: 15px;
    width: 230px;
  }
}
@media screen and (max-width: 599px) {
  .footer__logo__sdgs {
    margin-left: 3vw;
    width: 44.7vw;
  }
}
.footer__nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .footer__nav {
    width: 100%;
    justify-content: flex-start;
  }
}
.footer__nav__text-link {
  margin-right: 15px;
  font-size: 15px;
  line-height: 1;
  color: #222;
  display: flex;
}
@media screen and (max-width: 1300px) {
  .footer__nav__text-link {
    display: none;
  }
}
.footer__nav__text-link__item::before {
  content: "|";
  padding: 0 0.2em;
}
.footer__nav__text-link__item:first-child::before {
  content: "";
  display: none;
}
.footer__nav__text-link__item__link {
  color: #222;
}
.footer__nav__text-link__item__link:hover {
  color: #00a3ee;
}
.footer__nav__contact {
  margin-right: 10px;
  padding-left: 52px;
  width: 165px;
  height: 36px;
  font-size: 15px;
  line-height: 35px;
  color: #222;
  counter-reset: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  background-color: #eef5f7;
  background-image: url(../img/common/icon_contact.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 15px 50%;
  border-radius: 18px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer__nav__contact:hover {
    transform: translateY(3px);
    background-color: #e3eef5;
  }
}
@media screen and (max-width: 1024px) {
  .footer__nav__contact {
    margin-right: 5px;
    padding-left: 40px;
    width: 140px;
    height: 30px;
    font-size: 14px;
    line-height: 29px;
    background-size: 17px auto;
    background-position: 14px 50%;
    border-radius: 15px;
  }
}
.footer__nav__sns {
  display: flex;
  align-items: center;
}
.footer__nav__sns__item {
  width: 36px;
  margin-left: 8px;
}
@media screen and (max-width: 1024px) {
  .footer__nav__sns__item {
    width: 30px;
    margin-left: 5px;
  }
}
.footer__nav__sns__item:first-child {
  margin-left: 0;
}
.footer__nav__sns__item__link {
  width: 100%;
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer__nav__sns__item__link:hover {
    transform: translateY(3px);
  }
}

.copyright {
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  background-color: #000;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 599px) {
  .copyright {
    font-size: 12px;
    line-height: 40px;
  }
}

.contents {
  padding: 0;
  border-right: 10px solid #00a3ee;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .contents {
    padding: 0;
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .contents {
    min-height: calc(100vh - 220px - 220px);
  }
}
@media screen and (max-width: 900px) {
  .contents {
    border-right: none;
  }
}
@media screen and (max-width: 599px) {
  .contents {
    min-height: calc(100vh - 130px - 235px);
  }
}
.contents::before {
  content: "";
  right: 0;
  bottom: 0;
  width: 10px;
  height: 30vh;
  background-color: #ffaa00;
  position: fixed;
}
@media screen and (max-width: 900px) {
  .contents::before {
    display: none;
  }
}
.contents::after {
  content: "";
  right: 0;
  bottom: 0;
  width: 10px;
  height: 15vh;
  background-color: #22b344;
  position: fixed;
}
@media screen and (max-width: 900px) {
  .contents::after {
    display: none;
  }
}
.contents__all {
  padding: 0 50px 150px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .contents__all {
    padding: 0 40px 80px;
  }
}
@media screen and (max-width: 900px) {
  .contents__all {
    padding: 0 40px 70px;
  }
}
@media screen and (max-width: 599px) {
  .contents__all {
    padding: 0 20px 50px;
  }
}
.contents__all--pb0 {
  padding-bottom: 0;
}
.contents__inner {
  padding: 0 70px 150px;
  width: calc(100% - 350px - 70px);
}
@media screen and (max-width: 1600px) {
  .contents__inner {
    padding: 0 50px 150px;
    width: calc(100% - 300px - 50px);
  }
}
@media screen and (max-width: 1400px) {
  .contents__inner {
    padding: 0 50px 150px;
    width: calc(100% - 260px - 30px);
  }
}
@media screen and (max-width: 1200px) {
  .contents__inner {
    padding: 0 100px 120px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .contents__inner {
    padding: 0 60px 80px;
  }
}
@media screen and (max-width: 900px) {
  .contents__inner {
    padding: 0 50px 70px;
  }
}
@media screen and (max-width: 599px) {
  .contents__inner {
    padding: 0 20px 50px;
  }
}
.contents__nav {
  top: 170px;
  margin-left: 70px;
  width: 350px;
  position: sticky;
}
@media screen and (max-width: 1600px) {
  .contents__nav {
    top: 150px;
    margin-left: 50px;
    width: 300px;
  }
}
@media screen and (max-width: 1400px) {
  .contents__nav {
    top: 130px;
    margin-left: 30px;
    width: 260px;
  }
}
@media screen and (max-width: 1200px) {
  .contents__nav {
    top: auto;
    margin: 0;
    width: auto;
    background-color: #fff;
    position: relative;
    z-index: 9;
  }
}
.contents__nav__item {
  margin-top: 1px;
}
.contents__nav__item:first-child {
  margin-top: 0;
}
.contents__nav__item__link {
  padding: 30px 55px 30px 35px;
  font-size: 18px;
  line-height: 1.3;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  background-color: #eef5f7;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: right 25px top 50%;
  display: block;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .contents__nav__item__link {
    padding: 25px 50px 25px 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .contents__nav__item__link {
    padding: 20px 40px 20px 25px;
    font-size: 15px;
    background-size: 11px auto;
    background-position: right 15px top 50%;
  }
}
@media screen and (min-width: 1025px) {
  .contents__nav__item__link:hover {
    background-color: #e3eef5;
    background-position: right 20px top 50%;
  }
}
.contents__nav__item__link::before {
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-image: url(../img/common/subnav_bar.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  opacity: 0;
}
.contents__nav__item__link.now::before {
  opacity: 1;
}

.w900 {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}

.w1000 {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.w1200 {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.accc {
  margin-top: -220px !important;
  padding-top: 220px !important;
}
@media screen and (max-width: 1024px) {
  .accc {
    margin-top: -200px !important;
    padding-top: 200px !important;
  }
}
@media screen and (max-width: 599px) {
  .accc {
    margin-top: -160px !important;
    padding-top: 160px !important;
  }
}

.pagetitle {
  margin-top: 100px;
  width: 100%;
  height: 260px;
  text-align: center;
  background-color: #eef5f7;
  background-image: url(../img/common/pagetitle_bg.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: auto 95%;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .pagetitle {
    margin-top: 80px;
    height: 220px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle {
    margin-top: 60px;
    height: 130px;
  }
}
.pagetitle__inner {
  top: 50%;
  padding-left: 0.04em;
  width: 100%;
  font-size: 32px;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
  display: block;
  position: absolute;
  transform: translateY(-55%);
}
@media screen and (max-width: 1024px) {
  .pagetitle__inner {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner {
    font-size: 22px;
  }
}
.pagetitle__inner--news {
  padding-top: 60px;
  background-image: url(../img/common/icon_news.svg);
  background-size: 20px auto;
}
@media screen and (max-width: 1024px) {
  .pagetitle__inner--news {
    padding-top: 54px;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner--news {
    padding-top: 36px;
    background-size: 12px auto;
  }
}
.pagetitle__inner--car {
  padding-top: 49px;
  background-image: url(../img/common/icon_car.svg);
  background-size: 43px auto;
}
@media screen and (max-width: 1024px) {
  .pagetitle__inner--car {
    padding-top: 44.1px;
    background-size: 38.7px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner--car {
    padding-top: 29.4px;
    background-size: 25.8px auto;
  }
}
.pagetitle__inner--shop {
  padding-top: 49px;
  background-image: url(../img/common/icon_shop.svg);
  background-size: 40px auto;
}
@media screen and (max-width: 1024px) {
  .pagetitle__inner--shop {
    padding-top: 44.1px;
    background-size: 36px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner--shop {
    padding-top: 29.4px;
    background-size: 24px auto;
  }
}
.pagetitle__inner--service {
  padding-top: 48px;
  background-image: url(../img/common/icon_about.svg);
  background-size: 42px auto;
}
@media screen and (max-width: 1024px) {
  .pagetitle__inner--service {
    padding-top: 43.2px;
    background-size: 37.8px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner--service {
    padding-top: 28.8px;
    background-size: 25.2px auto;
  }
}
.pagetitle__inner--booking {
  padding-top: 44px;
  background-image: url(../img/common/icon_booking.svg);
  background-size: 34px auto;
}
@media screen and (max-width: 1024px) {
  .pagetitle__inner--booking {
    padding-top: 39.6px;
    background-size: 30.6px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner--booking {
    padding-top: 26.4px;
    background-size: 20.4px auto;
  }
}
.pagetitle__inner--shop-news {
  padding-top: 48px;
  background-image: url(../img/common/icon_shop-news.svg);
  background-size: 38px auto;
}
@media screen and (max-width: 1024px) {
  .pagetitle__inner--shop-news {
    padding-top: 43.2px;
    background-size: 34.2px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner--shop-news {
    padding-top: 28.8px;
    background-size: 22.8px auto;
  }
}
.pagetitle__inner--contact {
  padding-top: 44px;
  background-image: url(../img/common/icon_contact.svg);
  background-size: 39px auto;
}
@media screen and (max-width: 1024px) {
  .pagetitle__inner--contact {
    padding-top: 39.6px;
    background-size: 35.1px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner--contact {
    padding-top: 26.4px;
    background-size: 23.4px auto;
  }
}
.pagetitle__inner--terms {
  padding-top: 58px;
  background-image: url(../img/common/icon_terms.svg);
  background-size: 38px auto;
}
@media screen and (max-width: 1024px) {
  .pagetitle__inner--terms {
    padding-top: 52.2px;
    background-size: 34.2px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner--terms {
    padding-top: 34.8px;
    background-size: 22.8px auto;
  }
}
.pagetitle__inner--campaign {
  padding-top: 44px;
  background-image: url(../img/common/icon_campaign.svg);
  background-size: 34px auto;
}
@media screen and (max-width: 1024px) {
  .pagetitle__inner--campaign {
    padding-top: 39.6px;
    background-size: 30.6px auto;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner--campaign {
    padding-top: 26.4px;
    background-size: 20.4px auto;
  }
}
.pagetitle__inner .dot {
  margin-left: -0.2em;
  margin-right: -0.2em;
  font-weight: 400;
}
.pagetitle__inner__en {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1;
  color: #ffaa00;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 1024px) {
  .pagetitle__inner__en {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__inner__en {
    margin-top: 9px;
    font-size: 12px;
  }
}

.title-bar {
  margin-bottom: 12px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.2;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/common/icon_bar.svg);
  background-size: 24px 3px;
  background-position: 0 10px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .title-bar {
    padding-left: 22px;
    font-size: 16px;
    background-size: 18px 3px;
    background-position: 0 8px;
  }
}
.title-bar--white {
  color: #fff;
}

.title-center {
  margin-bottom: 40px;
  padding-bottom: 25px;
  font-size: 30px;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-image: url(../img/common/icon_bar02.svg);
  background-size: 60px auto;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .title-center {
    margin-bottom: 35px;
    padding-bottom: 28px;
    font-size: 26px;
    background-size: 54px auto;
  }
}
@media screen and (max-width: 599px) {
  .title-center {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 21px;
    background-size: 42px auto;
  }
}

.title-circle {
  margin-bottom: 22px;
  padding-left: 35px;
  font-size: 24px;
  line-height: 1.2;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/common/icon_circle.svg);
  background-size: 24px auto;
  background-position: 0 3px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .title-circle {
    margin-bottom: 20px;
    padding-left: 28px;
    font-size: 22px;
    background-size: 22px auto;
  }
}
@media screen and (max-width: 599px) {
  .title-circle {
    margin-bottom: 18px;
    padding-left: 22px;
    font-size: 18px;
    background-size: 18px auto;
    background-position: 0 1px;
  }
}
@media screen and (max-width: 599px) {
  .title-circle {
    font-size: 16px;
  }
}
.title-circle--white {
  color: #fff;
}
.title-circle__sub {
  margin-left: -0.5em;
  margin-right: -0.5em;
  font-size: 0.7em;
  vertical-align: 10%;
}
.title-circle--large {
  margin-bottom: 35px;
  padding-left: 42px;
  font-size: 30px;
  background-size: 32px auto;
  background-position: 0 62%;
}
@media screen and (max-width: 900px) {
  .title-circle--large {
    margin-bottom: 30px;
    padding-left: 35px;
    font-size: 26px;
    background-size: 28px auto;
  }
}
@media screen and (max-width: 599px) {
  .title-circle--large {
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 22px;
    background-size: 20px auto;
    background-position: 0 58%;
  }
}
@media screen and (max-width: 599px) {
  .title-circle--large {
    font-size: 16px;
  }
}

.title-icon {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 38px;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .title-icon {
    margin-bottom: 15px;
    font-size: 21px;
    line-height: 30.4px;
  }
}
@media screen and (max-width: 599px) {
  .title-icon {
    font-size: 17px;
    line-height: 22.8px;
  }
}
.title-icon--search {
  padding-left: 38px;
  background-image: url(../img/common/icon_search.svg);
  background-size: 33px auto;
  background-position: 0 4px;
}
@media screen and (max-width: 900px) {
  .title-icon--search {
    padding-left: 30.4px;
    background-size: 26.4px auto;
    background-position: 0 3px;
  }
}
@media screen and (max-width: 599px) {
  .title-icon--search {
    padding-left: 22.8px;
    background-size: 19.8px auto;
    background-position: 0 2px;
  }
}
.title-icon--map {
  padding-left: 38px;
  background-image: url(../img/common/icon_place.svg);
  background-size: 28px auto;
  background-position: 0 0;
}
@media screen and (max-width: 900px) {
  .title-icon--map {
    padding-left: 30.4px;
    background-size: 22.4px auto;
  }
}
@media screen and (max-width: 599px) {
  .title-icon--map {
    padding-left: 22.8px;
    background-size: 16.8px auto;
  }
}
.title-icon--shop-news {
  padding-left: 45px;
  background-image: url(../img/common/icon_shop-news.svg);
  background-size: 34px auto;
  background-position: 0 6px;
}
@media screen and (max-width: 900px) {
  .title-icon--shop-news {
    padding-left: 36px;
    background-size: 27.2px auto;
  }
}
@media screen and (max-width: 599px) {
  .title-icon--shop-news {
    padding-left: 27px;
    background-size: 20.4px auto;
    background-position: 0 3px;
  }
}
.title-icon__en {
  margin-left: 10px;
  font-size: 13px;
  color: #ffaa00;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  vertical-align: 10%;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .title-icon--sp-center {
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 5.3vw;
    line-height: 1;
    text-align: center;
    background-position: 50% 0;
  }
  .title-icon--sp-center.title-icon--search {
    padding-top: 33px;
    background-size: 23.76px auto;
  }
  .title-icon--sp-center.title-icon--map {
    padding-top: 42px;
    background-size: 20.16px auto;
  }
  .title-icon--sp-center.title-icon--shop-news {
    padding-top: 32px;
    background-size: 24.48px auto;
  }
  .title-icon--sp-center .title-icon__en {
    margin-left: 0;
    margin-top: 5px;
    text-align: center;
    display: block;
    font-size: 11px;
  }
}

.title-icon02 {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
@media screen and (max-width: 1024px) {
  .title-icon02 {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 900px) {
  .title-icon02 {
    margin-bottom: 25px;
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .title-icon02 {
    margin-bottom: 15px;
    font-size: 6.3vw;
  }
}
.title-icon02--about {
  padding-top: 57px;
  background-image: url(../img/common/icon_about.svg);
  background-size: 50px auto;
}
@media screen and (max-width: 900px) {
  .title-icon02--about {
    padding-top: 45.6px;
    background-size: 40px auto;
  }
}
@media screen and (max-width: 599px) {
  .title-icon02--about {
    padding-top: 37.05px;
    background-size: 32.5px auto;
  }
}
.title-icon02--car {
  padding-top: 50px;
  background-image: url(../img/common/icon_car.svg);
  background-size: 58px auto;
}
@media screen and (max-width: 900px) {
  .title-icon02--car {
    padding-top: 40px;
    background-size: 46.4px auto;
  }
}
@media screen and (max-width: 599px) {
  .title-icon02--car {
    padding-top: 32.5px;
    background-size: 37.7px auto;
  }
}
.title-icon02--photo {
  padding-top: 54px;
  background-image: url(../img/common/icon_camera.svg);
  background-size: 48px auto;
}
@media screen and (max-width: 900px) {
  .title-icon02--photo {
    padding-top: 43.2px;
    background-size: 38.4px auto;
  }
}
@media screen and (max-width: 599px) {
  .title-icon02--photo {
    padding-top: 35.1px;
    background-size: 31.2px auto;
  }
}
.title-icon02__en {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1;
  color: #ffaa00;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .title-icon02__en {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .title-icon02__en {
    margin-top: 7px;
    font-size: 11px;
  }
}

.title-dot {
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.3;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/common/icon_dot.svg);
  background-repeat: no-repeat;
  background-position: 0 7px;
  background-size: 12px auto;
}
@media screen and (max-width: 599px) {
  .title-dot {
    margin-bottom: 5px;
    padding-left: 17px;
    font-size: 14px;
    background-position: 0 6px;
    background-size: 10px auto;
  }
}

.title-bar02 {
  margin-bottom: 20px;
  padding: 2px 0 18px 16px;
  font-size: 24px;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  border-bottom: 1px dotted #bbb;
  position: relative;
}
.title-bar02::before {
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: calc(100% - 13px);
  background-color: #00a3ee;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .title-bar02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .title-bar02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .title-bar02 {
    margin-bottom: 15px;
    padding: 1px 0 15px 14px;
    font-size: 4.53vw;
  }
}

.title-obi {
  margin-bottom: 30px;
  padding: 19px 20px 19px 30px;
  width: 100%;
  font-size: 20px;
  line-height: 1.1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.06em;
  background-color: #334466;
  position: relative;
}
.title-obi::before {
  content: "";
  top: calc(50% - 1px);
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #ffaa00;
  position: absolute;
}
.title-obi::after {
  content: "";
  top: calc(50% - 1px);
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #00a3ee;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .title-obi {
    margin-bottom: 20px;
    padding: 16px 20px 16px 26px;
    font-size: 18px;
  }
  .title-obi::before {
    width: 22px;
  }
  .title-obi::after {
    width: 11px;
  }
}
@media screen and (max-width: 599px) {
  .title-obi {
    margin-bottom: 16px;
    padding: 14px 15px 14px 25px;
    font-size: 15px;
  }
  .title-obi::before {
    width: 20px;
  }
  .title-obi::after {
    width: 10px;
  }
}
@media screen and (max-width: 320px) {
  .title-obi {
    font-size: 14px;
  }
}

.breadcrumb {
  padding: 30px 30px 100px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .breadcrumb {
    padding: 30px 30px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 30px 30px 60px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumb {
    padding: 10px 10px 40px;
  }
}
.breadcrumb__list {
  display: flex;
  justify-content: flex-end;
}
.breadcrumb__item {
  max-width: 40em;
  font-size: 14px;
  line-height: 1.01;
  color: #789;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media screen and (max-width: 900px) {
  .breadcrumb__item {
    max-width: 18em;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .breadcrumb__item {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 320px) {
  .breadcrumb__item {
    max-width: 12em;
    font-size: 10px;
  }
}
.breadcrumb__item::before {
  content: "＞";
  margin: 0 0.2em;
}
.breadcrumb__item:first-child::before {
  display: none;
}
.breadcrumb__item__link {
  color: #789;
}
@media screen and (min-width: 1025px) {
  .breadcrumb__item__link:hover {
    color: #00a3ee;
  }
}

input {
  padding-left: 15px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  color: #222;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  input {
    padding-left: 10px;
    font-size: 16px;
  }
}
input:focus {
  outline: none;
}
input.input-keyword {
  padding-left: 45px;
  background-image: url(../img/common/icon_keyword.svg);
  background-position: 12px 48%;
  background-size: 21px auto;
}
@media screen and (max-width: 599px) {
  input.input-keyword {
    padding-left: 40px;
    background-position: 12.75px 48%;
    background-size: 18.9px auto;
  }
}
input.input-post {
  padding-left: 40px;
  background-image: url(../img/common/icon_post.svg);
  background-position: 15px 48%;
  background-size: 13px auto;
}
@media screen and (max-width: 599px) {
  input.input-post {
    padding-left: 32px;
    background-position: 12.75px 48%;
    background-size: 11.7px auto;
  }
}
input.input-main {
  padding-left: 45px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  input.input-main {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1025px) {
  input.input-main:hover {
    transform: translateY(3px);
    background-color: #e3eef5;
    box-shadow: none;
  }
}
input.input-main--place {
  background-image: url(../img/common/icon_place.svg);
  background-position: 15px 45%;
  background-size: 19px auto;
}
@media screen and (max-width: 599px) {
  input.input-main--place {
    background-position: 12.75px 45%;
    background-size: 17.1px auto;
  }
}
input.input-main--booking {
  background-image: url(../img/common/icon_booking.svg);
  background-position: 15px 42%;
  background-size: 21px auto;
}
@media screen and (max-width: 599px) {
  input.input-main--booking {
    background-position: 12.75px 45%;
    background-size: 18.9px auto;
  }
}
input.input-main--price {
  background-image: url(../img/common/icon_price.svg);
  background-position: 15px 46%;
  background-size: 21px auto;
}
@media screen and (max-width: 599px) {
  input.input-main--price {
    background-position: 12.75px 45%;
    background-size: 18.9px auto;
  }
}
input.input-main--car {
  background-image: url(../img/common/icon_car.svg);
  background-position: 12px 46%;
  background-size: 24px auto;
}
@media screen and (max-width: 599px) {
  input.input-main--car {
    background-position: 10.2px 45%;
    background-size: 21.6px auto;
  }
}
input.input-main--people {
  background-image: url(../img/common/icon_people.svg);
  background-position: 15px 46%;
  background-size: 20px auto;
}
@media screen and (max-width: 599px) {
  input.input-main--people {
    background-position: 12.75px 45%;
    background-size: 18px auto;
  }
}
input.input-main--time {
  background-image: url(../img/common/icon_time.svg);
  background-position: 15px 48%;
  background-size: 21px auto;
}
@media screen and (max-width: 599px) {
  input.input-main--time {
    background-position: 12.75px 48%;
    background-size: 18.9px auto;
  }
}
input.input-main--distance {
  background-image: url(../img/common/icon_distance.svg);
  background-position: 11px 48%;
  background-size: 25px auto;
}
@media screen and (max-width: 599px) {
  input.input-main--distance {
    background-position: 9.35px 48%;
    background-size: 22.5px auto;
  }
}
input.input-main--color {
  background-image: url(../img/common/icon_color.svg);
  background-position: 16px 48%;
  background-size: 18px auto;
}
@media screen and (max-width: 599px) {
  input.input-main--color {
    background-position: 13.6px 48%;
    background-size: 16.2px auto;
  }
}

select {
  padding-left: 15px;
  padding-right: 40px;
  width: 100%;
  height: 50px;
  max-height: 100%;
  font-size: 16px;
  color: #222;
  background-color: #fff;
  background-image: url(../img/common/select_arrow.svg);
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: right 13px top 50%;
  border: 1px solid #ddd;
  overflow: hidden;
  border-radius: 3px;
  -webkit-appearance: none; /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
  appearance: none; /* 標準のスタイルを無効にする */
}
select:focus {
  outline: none;
}
@media screen and (max-width: 320px) {
  select {
    padding-left: 10px;
    background-position: right 7px top 50%;
    background-size: 14px auto;
  }
}
select.blue {
  background-color: #e3eef5;
  border: none;
}
select.car {
  padding-left: 45px;
  background-image: url(../img/common/select_arrow.svg), url(../img/common/icon_car.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 16px auto, 21px auto;
  background-position: right 13px top 50%, left 14px top 45%;
}
select.sort {
  padding-left: 45px;
  background-image: url(../img/common/select_arrow.svg), url(../img/common/icon_sort.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 16px auto, 20px auto;
  background-position: right 13px top 50%, left 15px top 50%;
}
select.period {
  padding-left: 45px;
  background-image: url(../img/common/select_arrow.svg), url(../img/common/icon_period.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 16px auto, 12px auto;
  background-position: right 13px top 50%, left 18px top 50%;
}

textarea {
  padding: 15px;
  width: 100%;
  height: 160px;
  font-size: 16px;
  color: #222;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  textarea {
    padding-left: 10px;
    font-size: 16px;
  }
}
textarea:focus {
  outline: none;
}

.input-hide {
  display: none;
}

.checkbox-btn {
  padding-left: 34px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  display: block;
}
.checkbox-btn::before {
  content: "";
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #e3eef5;
  border-radius: 1px;
  position: absolute;
}
.checkbox-btn::after {
  content: "";
  top: 8px;
  left: 7px;
  width: 10px;
  height: 10px;
  background-color: #334466;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .checkbox-btn {
    padding-left: 27px;
    font-size: 14px;
    line-height: 20px;
  }
  .checkbox-btn::before {
    top: 1px;
    width: 20px;
    height: 20px;
  }
  .checkbox-btn::after {
    top: 7px;
    left: 6px;
    width: 8px;
    height: 8px;
  }
}
.checkbox-btn--white {
  color: #fff;
}
.checkbox-btn--white::before {
  background-color: #fff;
}
.checkbox-btn--price {
  font-weight: 700;
  color: #ff0;
}
@media screen and (min-width: 1025px) {
  .checkbox-btn:hover {
    transform: translateY(3px);
  }
}
.checkbox-btn .color-box {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  border: 1px solid #eee;
  display: inline-block;
  vertical-align: -25%;
  position: relative;
}
@media screen and (max-width: 599px) {
  .checkbox-btn .color-box {
    margin-right: 3px;
    margin-left: -4px;
    width: 20px;
    height: 20px;
  }
}
.checkbox-btn .color-box--white {
  background-color: #fff;
}
.checkbox-btn .color-box--black {
  background-color: #000;
}
.checkbox-btn .color-box--red {
  background-color: #f00;
}
.checkbox-btn .color-box--blue {
  background-color: #2211ee;
}
.checkbox-btn .color-box--yellow {
  background-color: #ff0;
}
.checkbox-btn .color-box--green {
  background-color: #00aa11;
}
.checkbox-btn .color-box--brown {
  background-color: #420;
}
.checkbox-btn .color-box--gold {
  background: linear-gradient(to bottom, #ddddbb, #999933);
}
.checkbox-btn .color-box--silver {
  background: linear-gradient(to bottom, #eef3f3, #99aaaa);
}
.checkbox-btn .color-box--gray {
  background-color: #abc;
}
.checkbox-btn .color-box--orange {
  background-color: #ff9900;
}
.checkbox-btn .color-box--purple {
  background-color: #8844b7;
}
.checkbox-btn .color-box--pink {
  background-color: #ee55a7;
}
.checkbox-btn .color-box--beige {
  background-color: #cebb88;
}
.checkbox-btn .color-box--pearl {
  background: linear-gradient(to bottom, #fff, #ddddee);
}
.checkbox-btn .color-box--metal {
  background: linear-gradient(to bottom, #9aa, #456);
}
.checkbox-btn .color-box--d-blue {
  background-color: #108;
}
.checkbox-btn .color-box--etc::before {
  content: "？";
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  color: #abc;
  text-align: center;
  display: block;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .checkbox-btn .color-box--etc::before {
    line-height: 17px;
  }
}

input[type=checkbox].input-hide:checked + .checkbox-btn::after {
  opacity: 1;
}

.radio-btn {
  padding-left: 34px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  display: block;
}
.radio-btn::before {
  content: "";
  top: -2px;
  left: -2px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}
.radio-btn::after {
  content: "";
  top: 6px;
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: #334466;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .radio-btn {
    padding-left: 27px;
    font-size: 14px;
    line-height: 20px;
  }
  .radio-btn::before {
    top: 0px;
    width: 22px;
    height: 22px;
  }
  .radio-btn::after {
    top: 6px;
    left: 4px;
    width: 10px;
    height: 10px;
  }
}
.radio-btn--price {
  font-weight: 700;
  color: #ff0;
}
@media screen and (min-width: 1025px) {
  .radio-btn:hover {
    transform: translateY(3px);
  }
}

input[type=radio].input-hide:checked + .radio-btn::after {
  opacity: 1;
}

::-ms-expand { /* select要素のデザインを無効にする（IE用） */
  display: none;
}

input::-moz-placeholder {
  color: #89a;
}

input::placeholder {
  color: #89a;
}

/* IE */
input:-ms-input-placeholder {
  color: #89a;
}

/* Edge */

textarea::-moz-placeholder {
  color: #89a;
}

textarea::placeholder {
  color: #89a;
}

/* IE */
textarea:-ms-input-placeholder {
  color: #89a;
}

/* Edge */
textarea::-ms-input-placeholder {
  color: #89a;
}

.form-btn {
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
  height: 70px;
  background-color: #e70000;
  text-align: center;
  border-radius: 3px;
  border: none;
  box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.2);
  display: block;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .form-btn {
    height: 60px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .form-btn:hover {
    background-color: #22b344;
    transform: translateY(5px);
    box-shadow: none;
  }
}
.form-btn__inner {
  padding-left: 31px;
  padding-bottom: 2px;
  font-size: 18px;
  line-height: 68px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-image: url(../img/common/icon_search_white.svg);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .form-btn__inner {
    padding-left: 26.35px;
    padding-bottom: 2px;
    font-size: 17px;
    line-height: 58px;
    background-size: 18.7px auto;
    background-position: 0 47%;
  }
}
.form-btn__inner--ls0 {
  letter-spacing: 0 !important;
}
@media screen and (max-width: 599px) {
  .form-btn__inner--ls0 {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 320px) {
  .form-btn__inner--ls0 {
    font-size: 13px !important;
  }
}
.form-btn--next {
  max-width: 280px;
  background-image: url(../img/common/arrow_white.svg);
  background-position: right 23px top 50%;
  background-size: 13px auto;
  background-repeat: no-repeat;
}
.form-btn--next .form-btn__inner {
  padding-left: 0;
  letter-spacing: 0.5em;
  background-image: none;
}
@media screen and (max-width: 599px) {
  .form-btn--next {
    width: 150px;
    height: 50px;
    max-width: 48%;
    background-size: 11.05px auto;
    background-position: right 18px top 50%;
    box-shadow: none;
  }
  .form-btn--next .form-btn__inner {
    line-height: 48px;
    font-size: 15px;
  }
}
.form-btn--back {
  width: 100%;
  max-width: 160px;
  height: 60px;
  background-color: #eef5f7;
  background-image: url(../img/common/arrow_back.svg);
  background-position: left 20px top 50%;
  background-size: 13px auto;
  background-repeat: no-repeat;
  box-shadow: none;
}
@media screen and (min-width: 1025px) {
  .form-btn--back:hover {
    background-color: #dde9f3;
    transform: translateY(3px);
    box-shadow: none;
  }
}
.form-btn--back .form-btn__inner {
  padding-left: 26px;
  line-height: 58px;
  color: #334466;
  letter-spacing: 0.5em;
  background-image: none;
}
@media screen and (max-width: 599px) {
  .form-btn--back {
    height: 50px;
  }
  .form-btn--back .form-btn__inner {
    line-height: 48px;
    font-size: 15px;
  }
}

.form-error-box {
  margin-bottom: 40px;
  padding: 25px;
  border: 2px solid #f67;
  font-size: 16px;
  color: #f67;
  text-align: center;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .form-error-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .form-error-box {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 14px;
    text-align: justify;
  }
}

.form-error-text {
  margin: 10px auto 0;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.3;
  color: #f67;
  text-indent: -1em;
}
@media screen and (max-width: 1024px) {
  .form-error-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .form-error-text {
    font-size: 14px;
  }
}

.form-confirm-text {
  padding: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  text-align: justify;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .form-confirm-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .form-confirm-text {
    padding: 16px;
    font-size: 14px;
  }
}

.form-complete-box {
  margin-bottom: 40px;
  padding: 25px;
  color: #00a3ee;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  border: 2px solid #00a3ee;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .form-complete-box {
    padding: 20px;
    margin-bottom: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .form-complete-box {
    margin-bottom: 20px;
    padding: 15px 5px;
    font-size: 14px;
  }
}

.text-base {
  font-size: 16px;
  line-height: 2;
  color: #222;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .text-base {
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .text-base {
    font-size: 14px;
    line-height: 1.8;
  }
}
.text-base--right {
  text-align: right;
}

.text-caution {
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.3;
  color: #789;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .text-caution {
    font-size: 12px;
  }
}

.table01 {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 900px) {
  .table01 {
    display: block;
    border-bottom: 1px solid #ddd;
  }
}
.table01 tbody {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .table01 tbody {
    display: block;
  }
}
.table01 tr {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .table01 tr {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.table01 th {
  padding: 23px 15px;
  width: 160px;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #00a3ee;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .table01 th {
    padding: 20px 15px;
    width: 110px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .table01 th {
    padding: 23px 15px;
  }
}
@media screen and (max-width: 900px) {
  .table01 th {
    padding: 23px 5px;
    width: 130px;
    border-width: 1px 0 0 1px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .table01 th {
    padding: 20px 5px;
    width: 110px;
    font-size: 13px;
  }
}
.table01 td {
  padding: 23px 25px;
  width: calc(100% - 160px);
  font-size: 15px;
  line-height: 1.3;
  color: #222;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .table01 td {
    padding: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .table01 td {
    padding: 23px 15px;
  }
}
@media screen and (max-width: 900px) {
  .table01 td {
    width: calc(100% - 130px);
    border-width: 1px 1px 0 1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .table01 td {
    padding: 20px 15px;
    width: calc(100% - 110px);
    font-size: 13px;
  }
}
.table01 td.td-price {
  width: 170px;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: right;
}
.table01 td.td-price--minus {
  color: #e70000;
}
.table01 td.td-price--minus .price {
  color: #e70000;
}
.table01 td.td-total {
  background-color: #eef5f7;
  font-size: 16px;
}
.table01 td.td-total .price {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .table01 td.td-total .price {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .table01 td.td-total .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .table01 td.td-total .price {
    font-size: 14px;
  }
}
.table01 td .arrow-link {
  margin-top: 8px;
  width: 100%;
  font-size: 15px;
  display: block;
  background-position: 0 2px;
}
@media screen and (max-width: 1200px) {
  .table01 td .arrow-link {
    padding-left: 12px;
    font-size: 14px;
    background-size: 9px auto;
  }
}
@media screen and (max-width: 599px) {
  .table01 td .arrow-link {
    font-size: 13px;
    background-position: 0 1px;
  }
}
.table01 td .price {
  font-size: 20px;
  line-height: 1;
  color: #222;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .table01 td .price {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .table01 td .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .table01 td .price {
    font-size: 14px;
  }
}
.table01 td .price__unit {
  font-size: 0.65em;
  font-family: "Noto Sans JP", sans-serif !important;
}
.table01 td .price .car-discount-price {
  font-weight: 900;
  display: inline-block;
}
.table01 td .price .car-discount-price::before {
  content: "割引価格";
  margin: 0 5px 0 10px;
  font-size: 0.6em;
  color: #e70000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  display: inline-block;
}
.table01 td .list {
  margin-top: -10px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .table01 td .list {
    margin-top: -8px;
  }
}
@media screen and (max-width: 599px) {
  .table01 td .list {
    margin-top: -5px;
    width: 100%;
  }
}
.table01 td .list--pay .list__item::before {
  background-color: #ffaa00;
}
.table01 td .list--price .list__item::before {
  background-color: #00a3ee;
}
.table01 td .list__item {
  padding-left: 1em;
  margin-top: 10px;
  margin-right: 15px;
  font-size: 15px;
  line-height: 1.2;
  color: #334466;
  position: relative;
}
.table01 td .list__item::before {
  content: "";
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22b344;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .table01 td .list__item {
    margin-top: 8px;
    margin-right: 12px;
    font-size: 14px;
  }
  .table01 td .list__item::before {
    top: 3px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 599px) {
  .table01 td .list__item {
    margin-top: 5px;
    margin-right: 10px;
    font-size: 13px;
  }
  .table01 td .list__item::before {
    top: 4px;
    width: 8px;
    height: 8px;
  }
}
.table01--green th {
  background-color: #22b344;
}
.table01--orange th {
  background-color: #ffaa00;
}

.table-mitsumori {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 599px) {
  .table-mitsumori {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
@media screen and (max-width: 599px) {
  .table-mitsumori tr {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.table-mitsumori th {
  padding: 23px 15px;
  width: 160px;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #00a3ee;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .table-mitsumori th {
    padding: 20px 15px;
    width: 110px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .table-mitsumori th {
    padding: 23px 15px;
  }
}
@media screen and (max-width: 599px) {
  .table-mitsumori th {
    padding: 15px 5px;
    width: 100%;
    font-size: 13px;
    display: block;
    border-top: none;
    border-right: none;
  }
}
.table-mitsumori td {
  padding: 23px 25px;
  width: calc(100% - 160px);
  font-size: 15px;
  line-height: 1.3;
  color: #222;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .table-mitsumori td {
    padding: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .table-mitsumori td {
    padding: 23px 15px;
  }
}
@media screen and (max-width: 599px) {
  .table-mitsumori td {
    padding: 20px 15px;
    width: calc(100% - 110px);
    font-size: 13px;
    border-top: none;
    border-right: none;
    display: flex;
    align-items: center;
  }
}
.table-mitsumori td.td-price {
  width: 160px;
  font-size: 14px;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .table-mitsumori td.td-price {
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  .table-mitsumori td.td-price {
    width: 110px;
    font-size: 13px;
    justify-content: flex-end;
  }
}
.table-mitsumori td.td-price--minus {
  color: #e70000;
}
.table-mitsumori td.td-price--minus .price {
  color: #e70000;
}
.table-mitsumori td.td-total {
  background-color: #eef5f7;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .table-mitsumori td.td-total {
    width: 100%;
    justify-content: center;
  }
}
.table-mitsumori td.td-total .price {
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .table-mitsumori td.td-total .price {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .table-mitsumori td.td-total .price {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .table-mitsumori td.td-total .price {
    font-size: 14px;
  }
}
.table-mitsumori td .price {
  font-size: 20px;
  line-height: 1;
  color: #222;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .table-mitsumori td .price {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .table-mitsumori td .price {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .table-mitsumori td .price {
    font-size: 14px;
  }
}
.table-mitsumori td .price__unit {
  font-size: 0.65em;
  font-family: "Noto Sans JP", sans-serif !important;
}
.table-mitsumori td .list {
  margin-top: -10px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .table-mitsumori td .list {
    margin-top: -8px;
  }
}
@media screen and (max-width: 599px) {
  .table-mitsumori td .list {
    margin-top: -5px;
    width: 100%;
  }
}
.table-mitsumori td .list__item {
  padding-left: 1em;
  margin-top: 10px;
  margin-right: 15px;
  font-size: 15px;
  line-height: 1.2;
  color: #334466;
  position: relative;
}
.table-mitsumori td .list__item::before {
  content: "";
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #00a3ee;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .table-mitsumori td .list__item {
    margin-top: 8px;
    margin-right: 12px;
    font-size: 14px;
  }
  .table-mitsumori td .list__item::before {
    top: 3px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 599px) {
  .table-mitsumori td .list__item {
    margin-top: 5px;
    margin-right: 10px;
    font-size: 13px;
  }
  .table-mitsumori td .list__item::before {
    top: 4px;
    width: 8px;
    height: 8px;
  }
}

.table-compensation {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
}
.table-compensation th {
  padding: 20px 15px;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #00a3ee;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .table-compensation th {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .table-compensation th {
    padding: 15px 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .table-compensation th {
    padding: 15px 2px;
    font-size: 10px;
  }
}
.table-compensation td {
  padding: 20px 25px;
  font-size: 15px;
  line-height: 1.3;
  color: #222;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1200px) {
  .table-compensation td {
    padding: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .table-compensation td {
    padding: 20px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .table-compensation td {
    font-size: 11px;
  }
}
@media screen and (max-width: 599px) {
  .table-compensation--center td {
    padding: 20px 2px;
    text-align: center;
  }
}

.list-box {
  padding: 40px;
  background-color: #eef5f7;
}
@media screen and (max-width: 900px) {
  .list-box {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 599px) {
  .list-box {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 320px) {
  .list-box {
    padding: 20px;
  }
}
.list-box .list {
  margin-top: -15px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .list-box .list {
    margin-top: -12px;
  }
}
@media screen and (max-width: 599px) {
  .list-box .list {
    margin-top: -8px;
    width: 100%;
  }
}
.list-box .list__item {
  padding-left: 1em;
  margin-top: 15px;
  margin-right: 20px;
  font-size: 15px;
  line-height: 1.2;
  color: #334466;
  position: relative;
}
.list-box .list__item::before {
  content: "";
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22b344;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .list-box .list__item {
    margin-top: 12px;
    margin-right: 16px;
    font-size: 14px;
  }
  .list-box .list__item::before {
    top: 3px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 599px) {
  .list-box .list__item {
    margin-top: 8px;
    margin-right: 15px;
    font-size: 13px;
  }
  .list-box .list__item::before {
    top: 4px;
    width: 8px;
    height: 8px;
  }
}

.btn-base {
  margin: 0 auto;
  width: 380px;
  max-width: 100%;
  height: 80px;
  text-align: center;
  background-color: #334466;
  border-radius: 3px;
  box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.15);
  display: block;
}
@media screen and (max-width: 900px) {
  .btn-base {
    width: 320px;
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base {
    width: 300px;
    height: 64px;
  }
}
@media screen and (min-width: 1025px) {
  .btn-base:hover {
    background-color: #e70000;
    transform: translateY(3px);
    box-shadow: none;
  }
}
.btn-base--red {
  background-color: #e70000;
}
@media screen and (min-width: 1025px) {
  .btn-base--red:hover {
    background-color: #22b344;
  }
}
.btn-base--acc {
  margin-bottom: 50px;
  color: #334466;
  padding-right: 10px;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}
.btn-base--acc::before {
  content: "";
  top: calc(50% - 1px);
  right: 25px;
  width: 21px;
  height: 1px;
  background-color: #ffaa00;
  position: absolute;
  transition: 0.5s;
}
.btn-base--acc::after {
  content: "";
  top: calc(50% - 1px);
  right: 25px;
  width: 21px;
  height: 1px;
  background-color: #ffaa00;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .btn-base--acc {
    margin-bottom: 30px;
  }
  .btn-base--acc::before {
    right: 20px;
    width: 15px;
  }
  .btn-base--acc::after {
    right: 20px;
    width: 15px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base--acc {
    margin-bottom: 20px;
  }
}
.btn-base--acc.close::after {
  transform: rotate(90deg);
}
.btn-base__text {
  padding-left: 24px;
  width: auto;
  height: 80px;
  font-size: 18px;
  line-height: 78px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: 0 50%;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .btn-base__text {
    height: 70px;
    font-size: 17px;
    line-height: 68px;
  }
}
@media screen and (max-width: 599px) {
  .btn-base__text {
    padding-left: 20px;
    height: 64px;
    font-size: 16px;
    line-height: 63px;
    background-size: 11px auto;
  }
}
.btn-base__text--search {
  padding-left: 31px;
  background-image: url(../img/common/icon_search.svg);
  background-size: 22px auto;
}
@media screen and (max-width: 599px) {
  .btn-base__text--search {
    padding-left: 26px;
    background-size: 17px auto;
  }
}
.btn-base__text--booking {
  padding-left: 31px;
  background-image: url(../img/common/icon_booking.svg);
  background-size: 21px auto;
}
@media screen and (max-width: 599px) {
  .btn-base__text--booking {
    padding-left: 26px;
    background-size: 16px auto;
  }
}
.btn-base__text--contract {
  padding-left: 31px;
  background-image: url(../img/common/icon_contract.svg);
  background-size: 21px auto;
}
@media screen and (max-width: 599px) {
  .btn-base__text--contract {
    padding-left: 26px;
    background-size: 16px auto;
  }
}
.btn-base__text--home {
  padding-left: 38px;
  background-image: url(../img/common/icon_home.svg);
  background-size: 26px auto;
  background-position: 0 46%;
}
@media screen and (max-width: 599px) {
  .btn-base__text--home {
    padding-left: 30px;
    background-size: 22px auto;
  }
}

.btn-m {
  margin: 0 auto;
  width: 220px;
  max-width: 100%;
  height: 60px;
  text-align: center;
  background-color: #334466;
  border-radius: 3px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .btn-m:hover {
    background-color: #e70000;
    transform: translateY(3px);
  }
}
.btn-m--gray {
  background-color: #eef5f7;
}
.btn-m--gray .btn-m__inner {
  color: #222;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .btn-m--gray:hover {
    background-color: #e70000;
    transform: translateY(3px);
  }
  .btn-m--gray:hover .btn-m__inner {
    color: #fff;
  }
}
.btn-m__inner {
  padding-left: 24px;
  width: auto;
  height: 60px;
  font-size: 16px;
  line-height: 58px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: 0 50%;
  display: inline-block;
}

.btn-s {
  width: 180px;
  height: 40px;
  color: #fff;
  text-align: center;
  background-color: #334466;
  border: none;
  border-radius: 20px;
  display: block;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .btn-s:hover {
    background-color: #e70000;
    transform: translateY(3px);
  }
}
@media screen and (max-width: 599px) {
  .btn-s {
    margin: 0 auto;
  }
}
.btn-s__inner {
  padding-left: 17px;
  font-size: 14px;
  line-height: 39px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 53%;
  background-size: 10px auto;
  display: inline-block;
}
.btn-s__inner--contact {
  padding-left: 30px;
  background-image: url(../img/common/icon_contact.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 20px auto;
}
.btn-s--gray {
  color: #334466;
  background-color: #eef5f7;
}
@media screen and (min-width: 1025px) {
  .btn-s--gray:hover {
    color: #fff;
  }
}
.btn-s--red {
  background-color: #e70000;
}
.btn-s--red .btn-s__inner {
  background-image: url(../img/common/arrow_white.svg);
}
@media screen and (min-width: 1025px) {
  .btn-s--red:hover {
    background-color: #22b344;
  }
}
.btn-s--w200 {
  width: 200px;
}
.btn-s--w250 {
  width: 250px;
}

.arrow-link {
  padding-left: 14px;
  font-size: 16px;
  line-height: 1;
  color: #222;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 0 2px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .arrow-link:hover {
    transform: translateY(3px);
  }
}

.text-link {
  color: #00a3ee;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .text-link:hover {
    color: #22b344;
    text-decoration: none;
  }
}

.tel-link {
  color: #222;
  cursor: auto;
}

#wysiwyg {
  /*デフォルトの処理*/
  font-size: 16px;
  line-height: 2;
  color: #222;
  text-align: justify;
  /*各テンプレートを囲むbox【必須】*/
  /*タイトル処理*/
  /*キャッチコピーの処理*/
  /*本文テキスト・写真回り込み処理*/
  /*本文テキスト・写真回り込み処理その2*/
  /*ボタン*/
  /*写真の処理*/
  /*リスト*/
  /*テーブル*/
  /*youtube*/
  /*以下テンプレート外*/
}
@media screen and (max-width: 900px) {
  #wysiwyg {
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg {
    font-size: 14px;
    line-height: 1.8;
  }
}
#wysiwyg a {
  color: #00a3ee;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  #wysiwyg a:hover {
    color: #22b344;
    text-decoration: none;
  }
}
#wysiwyg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#wysiwyg .box {
  margin-bottom: 50px;
}
#wysiwyg .box:before, #wysiwyg .box:after {
  content: "";
  display: table;
}
#wysiwyg .box:after {
  clear: both;
}
@media screen and (max-width: 900px) {
  #wysiwyg .box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .box {
    margin-bottom: 20px;
  }
}
#wysiwyg .title-circle {
  margin-bottom: -25px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-circle {
    margin-bottom: -10px;
  }
}
#wysiwyg .title-obi {
  margin-bottom: -20px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-obi {
    margin-bottom: 0;
  }
}
#wysiwyg .title-bar {
  margin-bottom: -45px;
}
@media screen and (max-width: 599px) {
  #wysiwyg .title-bar {
    margin-bottom: -5px;
  }
}
#wysiwyg .copy01 {
  margin-bottom: -35px;
  font-size: 20px;
  line-height: 1.7;
  color: #334466;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy01 {
    margin-bottom: -5px;
    font-size: 16px;
  }
}
#wysiwyg .copy02 {
  margin-bottom: -35px;
  font-size: 24px;
  line-height: 1.7;
  color: #222;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif !important;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  #wysiwyg .copy02 {
    margin-bottom: -5px;
    font-size: 17px;
  }
}
#wysiwyg .text {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  #wysiwyg .text {
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .text {
    font-size: 14px;
    line-height: 1.8;
  }
}
#wysiwyg .text--mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif !important;
  font-weight: 300;
}
#wysiwyg .img-right {
  margin: 7px 0 20px 40px;
  width: auto;
  max-width: 35%;
  float: right;
  display: inline-block;
}
@media screen and (max-width: 1500px) {
  #wysiwyg .img-right {
    margin-left: 4vw;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-right {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .img-left {
  margin: 7px 40px 20px 0;
  width: auto;
  max-width: 35%;
  float: left;
  display: inline-block;
}
@media screen and (max-width: 1500px) {
  #wysiwyg .img-left {
    margin-right: 4vw;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .img-left {
    margin: 0 auto 10px auto;
    width: auto;
    max-width: 100%;
    float: none;
  }
}
#wysiwyg .text-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#wysiwyg .text-box--left {
  flex-direction: row-reverse;
}
#wysiwyg .text-box__text {
  width: calc(65% - 40px);
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  #wysiwyg .text-box__text {
    width: calc(65% - 25px);
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .text-box__text {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
  }
}
#wysiwyg .text-box__photo {
  width: 35%;
}
@media screen and (max-width: 599px) {
  #wysiwyg .text-box__photo {
    margin-top: 15px;
    width: 100%;
  }
}
#wysiwyg .btn-wrapper {
  margin-top: -15px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
#wysiwyg .btn-wrapper a {
  min-width: 300px;
  max-width: 100%;
  padding: 25px 50px 25px 60px;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: #ffaa00;
  display: inline-block;
  position: relative;
  border-radius: 3px;
}
#wysiwyg .btn-wrapper a::before {
  content: "";
  top: calc(50% - 9px);
  left: 20px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
}
#wysiwyg .btn-wrapper a::after {
  content: "";
  top: calc(50% - 3px);
  left: 27px;
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper a {
    min-width: 280px;
    padding: 19px 40px 20px 40px;
    font-size: 15px;
  }
  #wysiwyg .btn-wrapper a::before {
    top: calc(50% - 8px);
    left: 15px;
    width: 16px;
    height: 16px;
  }
  #wysiwyg .btn-wrapper a::after {
    left: 21px;
  }
}
@media screen and (min-width: 1025px) {
  #wysiwyg .btn-wrapper a:hover {
    background-color: #222;
    transform: translateY(3px);
  }
}
#wysiwyg .btn-wrapper-02 {
  margin: -15px auto 0;
  padding-left: 0;
  width: 100%;
  max-width: 610px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper-02 {
    margin-top: 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
#wysiwyg .btn-wrapper-02__item {
  width: calc((100% - 10px) / 2);
  list-style-type: none;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper-02__item {
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
  }
  #wysiwyg .btn-wrapper-02__item:first-child {
    margin-top: 0;
  }
}
#wysiwyg .btn-wrapper-02__item a {
  margin: 0 auto;
  min-width: 300px;
  max-width: 100%;
  padding: 25px 40px 25px 60px;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: #ffaa00;
  display: inline-block;
  position: relative;
  border-radius: 3px;
}
#wysiwyg .btn-wrapper-02__item a::before {
  content: "";
  top: calc(50% - 9px);
  left: 20px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
}
#wysiwyg .btn-wrapper-02__item a::after {
  content: "";
  top: calc(50% - 3px);
  left: 27px;
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper-02__item a {
    min-width: 280px;
    padding: 19px 20px 20px 30px;
    font-size: 15px;
  }
  #wysiwyg .btn-wrapper-02__item a::before {
    top: calc(50% - 8px);
    left: 15px;
    width: 16px;
    height: 16px;
  }
  #wysiwyg .btn-wrapper-02__item a::after {
    left: 21px;
  }
}
@media screen and (min-width: 1025px) {
  #wysiwyg .btn-wrapper-02__item a:hover {
    background-color: #222;
    transform: translateY(3px);
  }
}
#wysiwyg .btn-wrapper-03 {
  margin: -15px auto 0;
  padding-left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper-03 {
    margin-top: 0;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
}
#wysiwyg .btn-wrapper-03__item {
  width: calc((100% - 20px) / 3);
  list-style-type: none;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper-03__item {
    margin: 10px auto 0;
    width: 100%;
    text-align: center;
  }
  #wysiwyg .btn-wrapper-03__item:first-child {
    margin-top: 0;
  }
}
#wysiwyg .btn-wrapper-03__item a {
  margin: 0 auto;
  width: 100%;
  padding: 25px 40px 25px 60px;
  font-size: 16px;
  line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  background-color: #ffaa00;
  display: inline-block;
  position: relative;
  border-radius: 3px;
}
#wysiwyg .btn-wrapper-03__item a::before {
  content: "";
  top: calc(50% - 9px);
  left: 20px;
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
}
#wysiwyg .btn-wrapper-03__item a::after {
  content: "";
  top: calc(50% - 3px);
  left: 27px;
  border-width: 3px 0 3px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
}
@media screen and (max-width: 599px) {
  #wysiwyg .btn-wrapper-03__item a {
    min-width: 280px;
    max-width: 100%;
    width: auto;
    padding: 19px 20px 20px 30px;
    font-size: 15px;
  }
  #wysiwyg .btn-wrapper-03__item a::before {
    top: calc(50% - 8px);
    left: 15px;
    width: 16px;
    height: 16px;
  }
  #wysiwyg .btn-wrapper-03__item a::after {
    left: 21px;
  }
}
@media screen and (min-width: 1025px) {
  #wysiwyg .btn-wrapper-03__item a:hover {
    background-color: #222;
    transform: translateY(3px);
  }
}
#wysiwyg ul:has(.photo-3) {
  padding-left: 0;
}
#wysiwyg ul:has(.photo-3)::after {
  content: none;
}
#wysiwyg .photo-3 {
  margin-left: 20px;
  width: calc((100% - 40px) / 3);
  list-style-type: none;
  float: left;
}
#wysiwyg .photo-3:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-3 {
    margin-top: 10px;
    margin-left: 0 !important;
    display: block;
    width: 100%;
    float: none;
  }
  #wysiwyg .photo-3:first-child {
    margin-top: 0;
  }
}
#wysiwyg ul:has(.photo-2) {
  padding-left: 0;
}
#wysiwyg ul:has(.photo-2)::after {
  content: none;
}
#wysiwyg .photo-2 {
  margin-left: 20px;
  width: calc(50% - 10px);
  list-style-type: none;
  float: left;
}
#wysiwyg .photo-2:first-child {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  #wysiwyg .photo-2 {
    margin-left: 0;
    display: block;
    margin-top: 10px;
    width: 100%;
    float: none;
  }
  #wysiwyg .photo-2:first-child {
    margin-top: 0;
  }
}
#wysiwyg .photo-1 {
  width: 100%;
  text-align: center;
}
#wysiwyg .caption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  display: block;
}
@media screen and (max-width: 599px) {
  #wysiwyg .caption {
    margin-top: 5px;
    font-size: 12px;
  }
}
#wysiwyg .list-wrapper {
  padding: 35px 40px;
  background-color: #eef5f7;
  list-style: none;
  background-color: #eef5f7;
}
@media screen and (max-width: 900px) {
  #wysiwyg .list-wrapper {
    padding: 30px 35px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper {
    padding: 20px 25px;
  }
}
@media screen and (max-width: 320px) {
  #wysiwyg .list-wrapper {
    padding: 20px;
  }
}
#wysiwyg .list-wrapper__item {
  padding-left: 1em;
  margin-top: 15px;
  margin-right: 20px;
  font-size: 15px;
  line-height: 1.4;
  color: #334466;
  position: relative;
  list-style: none;
}
#wysiwyg .list-wrapper__item::before {
  content: "";
  top: 5px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22b344;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  #wysiwyg .list-wrapper__item {
    margin-top: 12px;
    margin-right: 16px;
    font-size: 14px;
  }
  #wysiwyg .list-wrapper__item::before {
    top: 3px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 599px) {
  #wysiwyg .list-wrapper__item {
    margin-top: 8px;
    margin-right: 15px;
    font-size: 13px;
  }
  #wysiwyg .list-wrapper__item::before {
    top: 4px;
    width: 8px;
    height: 8px;
  }
}
#wysiwyg .list-wrapper__item:first-child {
  margin-top: 0;
}
#wysiwyg .table {
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
}
#wysiwyg .table thead th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #00a3ee;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table thead th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .table th {
  padding: 15px 10px;
  font-size: 15px;
  line-height: 1.3em;
  color: #222;
  text-align: center;
  vertical-align: middle;
  background-color: #eef5f7;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table th {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .table td {
  padding: 15px;
  font-size: 15px;
  line-height: 1.3em;
  color: #222;
  text-align: justify;
  vertical-align: middle;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  #wysiwyg .table td {
    padding: 7px 5px 5px;
    font-size: 12px;
  }
}
#wysiwyg .youtube-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  position: relative;
}
#wysiwyg .youtube-wrapper::before {
  content: "";
  padding-bottom: 56.25%;
  display: block;
}
#wysiwyg .youtube-wrapper iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
#wysiwyg .left {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
#wysiwyg .center {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#wysiwyg .right {
  width: 100%;
  margin: 0 auto;
  text-align: right;
}
#wysiwyg h1 {
  font-size: 240%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
}
#wysiwyg h2 {
  font-size: 180%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  border-bottom: none;
}
#wysiwyg h3 {
  font-size: 140%;
  line-height: 1.5;
  background: url(none);
  margin: 0px;
  padding: 0px;
  color: #222;
}
#wysiwyg h4 {
  font-size: 120%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
  color: #222;
}
#wysiwyg h5 {
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg h6 {
  font-size: 82%;
  line-height: 1.5;
  margin: 0;
  background: url(none);
  padding: 0px;
}
#wysiwyg ul {
  padding-left: 1em;
}
#wysiwyg ul li {
  list-style-type: disc;
}
#wysiwyg ol {
  padding-left: 1em;
}
#wysiwyg ol li {
  list-style-type: decimal;
}
#wysiwyg blockquote {
  padding-left: 1em;
}
#wysiwyg table {
  font-size: 100%;
  border-collapse: collapse;
}
#wysiwyg hr {
  display: block;
}
#wysiwyg em {
  font-style: italic !important;
}
#wysiwyg strong {
  font-weight: bold !important;
}
#wysiwyg em strong, #wysiwyg strong em {
  font-style: italic !important;
  font-weight: bold !important;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10%;
  left: 0;
  display: block;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .slick-dots {
    bottom: 0%;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 0 0 6px;
  }
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #22b344;
  border: 3px solid #22b344;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .slick-dots li button {
    width: 12px;
    height: 12px;
    border: 2px solid #22b344;
  }
}
@media screen and (min-width: 1025px) {
  .slick-dots li button:hover {
    background-color: transparent;
  }
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  -ms-perspective: 1000;
  perspective: 1000;
  backface-visibility: hidden;
}

/* Slider */
.slick-slider {
  position: relative;
  display: none;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider.slick-initialized {
  display: block;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .remodal-wrapper {
    padding: 15px;
  }
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px 20px;
  transform: translate3d(0, 0, 0);
  text-align: left;
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal {
  max-width: 800px;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .remodal {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .remodal {
    padding: 20px;
  }
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.remodal {
  padding: 0;
  max-width: 800px;
}
.remodal--w600 {
  max-width: 600px;
}

.remodal-form__title {
  padding-top: 60px;
  width: 100%;
  height: 105px;
  font-size: 24px;
  line-height: 1.01;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #00a3ee;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .remodal-form__title {
    padding-top: 40px;
    height: 75px;
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .remodal-form__title {
    font-size: 18px;
  }
}
.remodal-form__title--place {
  background-image: url(../img/common/icon_place_white.svg);
  background-size: 24px auto;
  background-position: 50% 18px;
}
@media screen and (max-width: 599px) {
  .remodal-form__title--place {
    background-size: 16.8px auto;
    background-position: 50% 13.5px;
  }
}
.remodal-form__title--booking {
  background-image: url(../img/common/icon_booking_white.svg);
  background-size: 30px auto;
  background-position: 50% 18px;
}
@media screen and (max-width: 599px) {
  .remodal-form__title--booking {
    background-size: 21px auto;
    background-position: 50% 13.5px;
  }
}
.remodal-form__title--price {
  background-image: url(../img/common/icon_price_white.svg);
  background-size: 32px auto;
  background-position: 50% 18px;
}
@media screen and (max-width: 599px) {
  .remodal-form__title--price {
    background-size: 22.4px auto;
    background-position: 50% 13.5px;
  }
}
.remodal-form__title--car {
  background-image: url(../img/common/icon_car_white.svg);
  background-size: 34px auto;
  background-position: 50% 22px;
}
@media screen and (max-width: 599px) {
  .remodal-form__title--car {
    background-size: 23.8px auto;
    background-position: 50% 16.5px;
  }
}
.remodal-form__title--people {
  background-image: url(../img/common/icon_people_white.svg);
  background-size: 28px auto;
  background-position: 50% 18px;
}
@media screen and (max-width: 599px) {
  .remodal-form__title--people {
    background-size: 19.6px auto;
    background-position: 50% 13.5px;
  }
}
.remodal-form__title--time {
  background-image: url(../img/common/icon_time_white.svg);
  background-size: 32px auto;
  background-position: 50% 18px;
}
@media screen and (max-width: 599px) {
  .remodal-form__title--time {
    background-size: 22.4px auto;
    background-position: 50% 13.5px;
  }
}
.remodal-form__title--distance {
  background-image: url(../img/common/icon_distance_white.svg);
  background-size: 38px auto;
  background-position: 50% 22px;
}
@media screen and (max-width: 599px) {
  .remodal-form__title--distance {
    background-size: 26.6px auto;
    background-position: 50% 15.4px;
  }
}
.remodal-form__title--color {
  background-image: url(../img/common/icon_color_white.svg);
  background-size: 26px auto;
  background-position: 50% 18px;
}
@media screen and (max-width: 599px) {
  .remodal-form__title--color {
    background-size: 18.2px auto;
    background-position: 50% 13.5px;
  }
}
.remodal-form__inner {
  padding: 60px;
}
@media screen and (max-width: 900px) {
  .remodal-form__inner {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .remodal-form__inner {
    padding: 20px 20px 30px;
  }
}
.remodal-form__inner .title-bar {
  margin-top: 20px;
}
.remodal-form__inner .car-search__caution {
  color: #222;
}
.remodal-form__inner .car-search__caution .strong {
  color: #e70000;
}
.remodal-form__birth {
  margin: 0 auto;
  width: 100%;
  max-width: 560px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.remodal-form__birth__item {
  width: calc((100% - 10px) / 3);
}
.remodal-form__select-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.remodal-form__select-list__item {
  width: calc((100% - 40px) / 2);
  position: relative;
}
.remodal-form__select-list__item::before {
  content: "";
  top: 0;
  left: -40px;
  width: 40px;
  height: 50px;
  background-image: url(../img/common/next.svg);
  background-size: 55% auto;
  background-position: 55% 50%;
  background-repeat: no-repeat;
  position: absolute;
}
.remodal-form__select-list__item:first-child::before {
  display: none;
}
.remodal-form__select-list__item--kara::before {
  content: "";
  background-image: url(../img/common/kara.svg);
}
.remodal-form__select-list__item--kara:first-child::before {
  display: none;
}
.remodal-form__select-list__item--dot::before {
  content: "";
  background-image: url(../img/common/dot.svg);
}
.remodal-form__select-list__item--dot:first-child::before {
  display: none;
}
@media screen and (max-width: 599px) {
  .remodal-form__select-list__item {
    margin-top: 20px;
    width: 100%;
  }
  .remodal-form__select-list__item::before {
    content: "";
    top: -23px;
    left: calc(50% - 10px);
    width: 20px;
    height: 25px;
    background-size: 75% auto;
    transform: rotate(90deg);
  }
  .remodal-form__select-list__item:first-child {
    margin-top: 0;
  }
}
.remodal-form__select-list__item--arrow-none {
  width: calc((100% - 20px) / 2);
}
.remodal-form__select-list__item--arrow-none::before {
  display: none;
}
@media screen and (max-width: 599px) {
  .remodal-form__select-list__item--arrow-none {
    margin-top: 10px;
    width: 100%;
  }
  .remodal-form__select-list__item--arrow-none:first-child {
    margin-top: 0;
  }
}
.remodal-form__select-list__item--1 {
  margin: 0 auto 0;
  width: 60%;
}
.remodal-form__select-list__item--1::before {
  display: none;
}
.remodal-form__select-list__item--1:first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .remodal-form__select-list__item--1 {
    width: 100%;
  }
}
.remodal-form__select-list__item--3 {
  width: calc((100% - 80px) / 3);
}
@media screen and (max-width: 599px) {
  .remodal-form__select-list__item--3 {
    width: 100%;
  }
}
.remodal-form__select-list__item--4 {
  width: calc((100% - 30px) / 4);
}
.remodal-form__select-list__item--4::before {
  display: none;
}
@media screen and (max-width: 599px) {
  .remodal-form__select-list__item--4 {
    width: 100%;
  }
}
.remodal-form__color-list {
  margin-top: -25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .remodal-form__color-list {
    margin-top: -15px;
  }
}
.remodal-form__color-list__item {
  margin-top: 20px;
  width: 33.3333333333%;
}
@media screen and (max-width: 599px) {
  .remodal-form__color-list__item {
    margin-top: 15px;
    width: 50%;
  }
}
@media screen and (max-width: 320px) {
  .remodal-form__color-list__item {
    width: 100%;
  }
}

.remodal-close-btn {
  margin: 40px auto 0;
  width: 200px;
  height: 60px;
  font-size: 18px;
  line-height: 55px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.5em;
  text-align: center;
  background-color: #22b344;
  border: none;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
  display: block;
}
.remodal-close-btn::before {
  content: "";
  top: calc(50% - 10px);
  right: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  position: absolute;
  border-radius: 50%;
}
.remodal-close-btn::after {
  content: "";
  top: calc(50% - 5px);
  right: 27px;
  width: 6px;
  height: 8px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  position: absolute;
  transform: rotate(30deg);
}
@media screen and (max-width: 900px) {
  .remodal-close-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .remodal-close-btn {
    margin: 20px auto 0;
    height: 50px;
    font-size: 16px;
    line-height: 47px;
  }
  .remodal-close-btn::before {
    top: calc(50% - 9px);
    right: 15px;
    width: 18px;
    height: 18px;
  }
  .remodal-close-btn::after {
    top: calc(50% - 5px);
    right: 21px;
    width: 5px;
    height: 7px;
  }
}
@media screen and (min-width: 1025px) {
  .remodal-close-btn:hover {
    transform: translateY(3px);
    background-color: #e70000;
  }
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #789;
  text-align: center;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #00a3ee;
  background: #00a3ee;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #c5c5c5;
  background: #ddd;
  color: #789;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)"; /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  -ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
  background-image: none;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.003;
  -ms-filter: Alpha(Opacity=0.3); /* support: IE8 */
}

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666;
}

th.ui-datepicker-week-end {
  color: #00a3ee;
}

td.ui-datepicker-week-end .ui-state-default {
  color: #00a3ee;
}
td.ui-datepicker-week-end .ui-state-default.ui-state-active {
  color: #fff !important;
}

.ui-datepicker-calendar thead th:nth-child(1) {
  color: #e78;
}
.ui-datepicker-calendar tbody td:nth-child(1) .ui-state-default {
  color: #e78;
}
.ui-datepicker-calendar tbody td:nth-child(1) .ui-state-default.ui-state-active {
  color: #fff !important;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)"; /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  top: auto !important;
  left: auto !important;
  bottom: auto !important;
  right: auto !important;
  width: 100%;
  padding: 0.2em 0.2em 0;
  display: none;
  position: relative !important;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
  text-align: center;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  -ms-filter: "alpha(opacity=25)"; /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative; /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.top-main {
  margin-top: 100px;
  padding: 0 0 0 4.45vw;
  width: 100%;
  background-color: #eef5f7;
  position: relative;
  border-right: 10px solid #00a3ee;
  position: relative;
}
@media screen and (max-width: 1700px) {
  .top-main {
    padding: 0;
  }
}
@media screen and (max-width: 1200px) {
  .top-main {
    border-right: none;
  }
}
@media screen and (max-width: 1024px) {
  .top-main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-main {
    margin-top: 60px;
  }
}
.top-main::before {
  content: "";
  top: 50%;
  right: -10px;
  width: 10px;
  height: 25%;
  background-color: #ffaa00;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .top-main::before {
    display: none;
  }
}
.top-main::after {
  content: "";
  bottom: 0;
  right: -10px;
  width: 10px;
  height: 25%;
  background-color: #22b344;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .top-main::after {
    display: none;
  }
}
.top-main__sdgs {
  top: 40px;
  right: 40px;
  width: 130px;
  position: absolute;
}
@media screen and (max-width: 1500px) {
  .top-main__sdgs {
    top: 30px;
    right: 30px;
    width: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .top-main__sdgs {
    top: 20px;
    right: 20px;
    width: 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-main__sdgs {
    width: 90px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__sdgs {
    top: 10px;
    right: 10px;
    width: 55px;
  }
}
@media screen and (max-width: 320px) {
  .top-main__sdgs {
    width: 45px;
  }
}
.top-main__inner {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1600px) {
  .top-main__inner {
    align-items: center;
  }
}
@media screen and (max-width: 1300px) {
  .top-main__inner {
    flex-wrap: wrap;
  }
}
.top-main__inner__slider {
  padding: 60px 50px 40px;
  width: calc(100% - 540px);
}
@media screen and (max-width: 1700px) {
  .top-main__inner__slider {
    padding: 3.5vw 50px 2.35vw;
    width: 68.5%;
  }
}
@media screen and (max-width: 1630px) {
  .top-main__inner__slider {
    padding: 2.7vw 50px 2vw;
  }
}
@media screen and (max-width: 1300px) {
  .top-main__inner__slider {
    padding: 60px 50px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .top-main__inner__slider {
    padding: 5.45vw 50px 3.36vw;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__inner__slider {
    padding: 40px 50px 30px;
  }
}
@media screen and (max-width: 900px) {
  .top-main__inner__slider {
    padding: 40px 30px 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__inner__slider {
    padding: 25px 5px 30px 20px;
  }
}
.top-main__inner__slider__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  height: 490px;
  position: relative;
}
@media screen and (max-width: 1630px) {
  .top-main__inner__slider__inner {
    height: 30vw;
  }
}
@media screen and (max-width: 1300px) {
  .top-main__inner__slider__inner {
    height: 523px;
  }
}
@media screen and (max-width: 1100px) {
  .top-main__inner__slider__inner {
    height: 47.545vw;
  }
}
@media screen and (max-width: 900px) {
  .top-main__inner__slider__inner {
    height: 48.5vw;
  }
}
.top-main__inner__slider__inner__copy {
  top: 10px;
  left: 0;
  width: 52.5%;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .top-main__inner__slider__inner__copy {
    top: 5px;
    width: 54.5%;
  }
}
.top-main__inner__slider__inner__ill {
  display: none;
}
.top-main__inner__slider__inner__ill__item {
  text-align: right;
}
.top-main__inner__slider__inner__ill__item:not(:first-child) {
  display: none;
}
.top-main__inner__slider__inner__ill__item__img {
  width: 45.5%;
  line-height: 0.1;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .top-main__inner__slider__inner__ill__item__img {
    width: 43.5%;
  }
}
.top-main__inner__search {
  padding: 90px 30px 80px;
  width: 540px;
  background-color: #334466;
  background-image: url(../img/common/search_bg.svg);
  background-size: 85% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1700px) {
  .top-main__inner__search {
    padding: 4.5vw 30px 4.2vw;
    width: 31.5%;
  }
}
@media screen and (max-width: 1400px) {
  .top-main__inner__search {
    padding: 3vw 30px 2.7vw;
    width: 31.5%;
  }
}
@media screen and (max-width: 1300px) {
  .top-main__inner__search {
    padding: 60px 50px 60px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__inner__search {
    padding: 40px 50px 35px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-main__inner__search {
    padding: 30px 20px 27px;
    width: 100%;
    background-size: 88% auto;
  }
}
.top-main__inner__search__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 1300px) {
  .top-main__inner__search__inner {
    max-width: 1000px;
  }
}
.top-main__inner__search__inner__title {
  margin-bottom: 25px;
  padding-left: 50px;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  background-image: url(../img/common/icon_car_white.svg);
  background-size: 40px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .top-main__inner__search__inner__title {
    margin-bottom: 12px;
    padding-left: 40px;
    font-size: 19px;
    line-height: 27px;
    background-size: 30px auto;
  }
}
.top-main__inner__search__inner__title__en {
  margin-left: 5px;
  font-size: 13px;
  line-height: 1;
  counter-reset: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  vertical-align: 20%;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .top-main__inner__search__inner__title__en {
    margin-left: 3px;
    font-size: 11px;
  }
}
.top-main__inner__search__inner__list {
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  .top-main__inner__search__inner__list {
    margin-top: -15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .top-main__inner__search__inner__list {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.top-main__inner__search__inner__list__item {
  margin-top: 15px;
}
.top-main__inner__search__inner__list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1300px) {
  .top-main__inner__search__inner__list__item {
    width: calc((100% - 15px) / 2);
  }
  .top-main__inner__search__inner__list__item:first-child {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__inner__search__inner__list__item {
    margin-top: 10px;
    width: 100%;
  }
  .top-main__inner__search__inner__list__item:first-child {
    margin-top: 0;
  }
}
.top-main__inner__search__inner__btn {
  width: 100%;
  height: 70px;
  background-color: #e70000;
  text-align: center;
  border-radius: 3px;
  border: none;
  box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.2);
  display: block;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .top-main__inner__search__inner__btn {
    height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .top-main__inner__search__inner__btn:hover {
    background-color: #22b344;
    transform: translateY(5px);
    box-shadow: none;
  }
}
.top-main__inner__search__inner__btn__inner {
  padding-left: 31px;
  padding-bottom: 2px;
  font-size: 18px;
  line-height: 68px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-image: url(../img/common/icon_search_white.svg);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: 0 50%;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .top-main__inner__search__inner__btn__inner {
    padding-left: 26.35px;
    padding-bottom: 2px;
    font-size: 17px;
    line-height: 58px;
    background-size: 18.7px auto;
    background-position: 0 47%;
  }
}
.top-main__inner__search__inner__detail {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-main__inner__search__inner__detail {
    margin-top: 25px;
  }
}
.top-main__inner__search__inner__detail__link {
  padding-left: 17px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/common/arrow_white.svg);
  background-size: 12px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .top-main__inner__search__inner__detail__link:hover {
    color: #ffaa00;
    background-image: url(../img/common/arrow.svg);
    transform: translateY(3px);
  }
}

.top-bnrs {
  padding: 100px 50px;
}
@media screen and (max-width: 1200px) {
  .top-bnrs {
    padding: 80px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-bnrs {
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 900px) {
  .top-bnrs {
    padding: 20px 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-bnrs {
    padding: 20px 20px 30px;
  }
}
.top-bnrs__inner {
  margin: -40px auto 0;
  width: 100%;
  max-width: 1360px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .top-bnrs__inner {
    margin: -30px auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-bnrs__inner {
    margin: -20px auto 0;
  }
}
@media screen and (max-width: 900px) {
  .top-bnrs__inner {
    margin: -10px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .top-bnrs__inner {
    margin: 0 auto 0;
  }
}
.top-bnrs__inner__item {
  margin-top: 40px;
  margin-left: 40px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1200px) {
  .top-bnrs__inner__item {
    margin-top: 30px;
    margin-left: 30px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .top-bnrs__inner__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .top-bnrs__inner__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((100% - 10px) / 2);
  }
}
.top-bnrs__inner__item:nth-child(2n-1) {
  margin-left: 0;
}
@media screen and (max-width: 599px) {
  .top-bnrs__inner__item {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .top-bnrs__inner__item:first-child {
    margin-top: 0;
  }
}
.top-bnrs__inner__item__link {
  line-height: 0.1;
  display: block;
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 900px) {
  .top-bnrs__inner__item__link {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (min-width: 1025px) {
  .top-bnrs__inner__item__link:hover {
    box-shadow: none;
    transform: translateY(3px);
  }
}

.top-about {
  padding: 0 40px 100px;
}
@media screen and (max-width: 1200px) {
  .top-about {
    padding: 0 30px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-about {
    padding: 0 30px 60px;
  }
}
@media screen and (max-width: 900px) {
  .top-about {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-about {
    padding: 0 15px 40px;
  }
}
.top-about__text {
  margin: -15px 0 40px;
  font-size: 17px;
  line-height: 2.1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .top-about__text {
    margin: -15px 0 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-about__text {
    margin: -10px 0 20px;
    font-size: 14px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .top-about__text {
    margin: 0 5px 15px;
    font-size: 14px;
    line-height: 1.85;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
    font-weight: 400;
    text-align: justify;
  }
  .top-about__text br {
    display: none;
  }
}
.top-about__point {
  margin: 0 auto;
  width: 100%;
  max-width: 1530px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  overflow: hidden;
}
.top-about__point__item {
  margin-left: 20px;
  width: calc((100% - 80px) / 5);
  position: relative;
}
@media screen and (max-width: 1600px) {
  .top-about__point__item {
    margin-left: 1.25vw;
    width: calc((100% - 5vw) / 5);
  }
}
@media screen and (max-width: 1400px) {
  .top-about__point__item {
    margin-left: 1vw;
    width: calc((100% - 4vw) / 5);
  }
}
@media screen and (max-width: 599px) {
  .top-about__point__item {
    margin-left: 1.5vw;
    width: calc((100% - 3vw) / 3);
  }
}
.top-about__point__item::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.top-about__point__item::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/point_bg.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 50% 50%;
  position: absolute;
  z-index: 0;
}
.top-about__point__item:first-child {
  margin-left: 0;
}
.top-about__point__item:nth-child(2)::after {
  transform: rotate(210deg);
}
.top-about__point__item:nth-child(3)::after {
  transform: rotate(70deg);
}
.top-about__point__item:nth-child(4)::after {
  transform: rotate(300deg);
}
.top-about__point__item:nth-child(5)::after {
  transform: rotate(30deg);
}
.top-about__point__item__text {
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 26px;
  line-height: 1.46;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  text-align: center;
  position: absolute;
  transform: translateY(-52%);
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .top-about__point__item__text {
    font-size: 1.625vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-about__point__item__text {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 599px) {
  .top-about__point__item__text {
    font-size: 3.125vw;
  }
}

.top-case {
  padding: 80px 50px 120px;
  background-color: #eef5f7;
}
@media screen and (max-width: 1200px) {
  .top-case {
    padding: 60px 20px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top-case {
    padding: 60px 20px 80px;
  }
}
@media screen and (max-width: 900px) {
  .top-case {
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-case {
    padding: 40px 5px 40px;
  }
}
.top-case__inner {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1540px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .top-case__inner {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-case__inner {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .top-case__inner {
    margin-top: -20px;
  }
}
@media screen and (max-width: 599px) {
  .top-case__inner {
    margin-top: -5px;
    margin-bottom: 20px;
  }
}
.top-case__inner__item {
  width: calc((100% - 120px) / 4);
  line-height: 0.1;
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1400px) {
  .top-case__inner__item {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (max-width: 1300px) {
  .top-case__inner__item {
    width: calc((100% - 60px) / 4);
  }
}
@media screen and (max-width: 1024px) {
  .top-case__inner__item {
    width: calc((100% - 30px) / 4);
  }
}
@media screen and (max-width: 900px) {
  .top-case__inner__item {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 599px) {
  .top-case__inner__item {
    margin-top: 5px;
    width: calc((100% - 5px) / 2);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.15);
  }
}

.top-target {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.top-target::before {
  content: "";
  margin: 0 auto;
  top: calc(50% - 2px);
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
  background-color: #fff;
  transform: rotate(45deg);
  position: absolute;
}
@media screen and (max-width: 1700px) {
  .top-target::before {
    top: calc(50% - 2px);
    width: 60px;
    height: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .top-target::before {
    top: calc(50% - 1px);
    width: 40px;
    height: 2px;
  }
}
@media screen and (max-width: 599px) {
  .top-target::before {
    display: none;
  }
}
.top-target::after {
  content: "";
  margin: 0 auto;
  top: calc(50% - 2px);
  left: 0;
  right: 0;
  width: 80px;
  height: 4px;
  background-color: #fff;
  transform: rotate(-45deg);
  position: absolute;
}
@media screen and (max-width: 1700px) {
  .top-target::after {
    top: calc(50% - 2px);
    width: 60px;
    height: 4px;
  }
}
@media screen and (max-width: 1024px) {
  .top-target::after {
    top: calc(50% - 1px);
    width: 40px;
    height: 2px;
  }
}
@media screen and (max-width: 599px) {
  .top-target::after {
    display: none;
  }
}
.top-target__item {
  padding: 80px 60px 100px;
  width: 50%;
  background-color: #22b344;
}
@media screen and (max-width: 1500px) {
  .top-target__item {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 1300px) {
  .top-target__item {
    padding: 50px 50px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top-target__item {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .top-target__item {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-target__item {
    padding: 25px 20px 30px;
    width: 100%;
  }
}
.top-target__item:first-child {
  background-color: #ffaa00;
}
.top-target__item:first-child .top-target__item__inner__title {
  color: #ffaa00;
}
.top-target__item__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}
.top-target__item__inner__title {
  margin-bottom: 25px;
  width: 100%;
  height: 60px;
  font-size: 26px;
  line-height: 58px;
  color: #22b344;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  .top-target__item__inner__title {
    margin-bottom: 20px;
    height: 50px;
    font-size: 22px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .top-target__item__inner__title {
    margin-bottom: 15px;
    height: 40px;
    font-size: 19px;
    line-height: 38px;
    font-weight: 700;
  }
}
@media screen and (max-width: 900px) {
  .top-target__item__inner__title {
    height: 36px;
    font-size: 17px;
    line-height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .top-target__item__inner__title {
    height: auto;
    font-size: 4.3vw;
    line-height: 39px;
  }
}
.top-target__item__inner__title .dot {
  margin-right: -0.2em;
  margin-left: -0.2em;
  font-weight: 400;
}
.top-target__item__inner__list__item {
  margin-top: 15px;
  padding-left: 28px;
  font-size: 17px;
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: justify;
  background-image: url(../img/common/icon_check.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 3px;
}
@media screen and (max-width: 1400px) {
  .top-target__item__inner__list__item {
    margin-top: 12px;
    padding-left: 25px;
    font-size: 16px;
    background-size: 18px auto;
    background-position: 0 3px;
  }
}
@media screen and (max-width: 1024px) {
  .top-target__item__inner__list__item {
    margin-top: 10px;
    padding-left: 22px;
    font-size: 15px;
    background-size: 16px auto;
    background-position: 0 3px;
  }
}
@media screen and (max-width: 900px) {
  .top-target__item__inner__list__item {
    margin-top: 8px;
    padding-left: 18px;
    font-size: 13px;
    background-size: 14px auto;
    background-position: 0 2px;
  }
}

.top-cars {
  padding: 120px 0 120px;
  position: relative;
  background-color: #eef5f7;
}
.top-cars::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: calc(120px + 25.2vw);
  background-color: #fff;
  position: absolute;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .top-cars {
    padding: 100px 0 100px;
  }
  .top-cars::before {
    height: calc(100px + 39.5vw);
  }
}
@media screen and (max-width: 1024px) {
  .top-cars {
    padding: 80px 0 80px;
  }
  .top-cars::before {
    height: calc(80px + 45.1vw);
  }
}
@media screen and (max-width: 900px) {
  .top-cars {
    padding: 60px 0 80px;
  }
  .top-cars::before {
    height: calc(80px + 47vw);
  }
}
@media screen and (max-width: 599px) {
  .top-cars {
    padding: 40px 0 40px;
  }
  .top-cars::before {
    height: calc(40px + 78vw);
  }
}
.top-cars .title-icon02 {
  position: relative;
  z-index: 5;
}

.top-news {
  padding: 100px 50px 100px;
}
@media screen and (max-width: 1200px) {
  .top-news {
    padding: 70px 50px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 70px 40px 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-news {
    padding: 60px 40px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-news {
    padding: 40px 20px 50px;
  }
}
.top-news__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-news__inner {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.top-news__inner__title {
  width: 300px;
  font-size: 40px;
  line-height: 1;
  color: #222;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
.top-news__inner__title::first-letter {
  color: #00a3ee;
}
@media screen and (max-width: 1200px) {
  .top-news__inner__title {
    margin-bottom: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__inner__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner__title {
    margin-bottom: 35px;
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.top-news__inner__title__jp {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (max-width: 1200px) {
  .top-news__inner__title__jp {
    padding-left: 0.08em;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner__title__jp {
    margin-top: 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__title__jp {
    margin-top: 7px;
    font-size: 13px;
  }
}
.top-news__inner__title__jp .dot {
  margin-left: -0.2em;
  margin-right: -0.2em;
  font-weight: 400;
}
.top-news__inner .news-list {
  width: calc(100% - 320px);
}
@media screen and (max-width: 1300px) {
  .top-news__inner .news-list {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1200px) {
  .top-news__inner .news-list {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 900px;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner .news-list {
    margin: 0 -20px 30px;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner .news-list {
    margin-bottom: 20px;
  }
}
.top-news__inner .btn-m {
  top: 120px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .top-news__inner .btn-m {
    top: auto;
    left: auto;
    position: relative;
  }
}

.top-shop {
  padding: 100px 50px 150px;
  width: 100%;
  background-color: #e3eef5;
}
@media screen and (max-width: 1400px) {
  .top-shop {
    padding: 100px 40px 150px;
  }
}
@media screen and (max-width: 1200px) {
  .top-shop {
    padding: 80px 50px 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top-shop {
    padding: 60px 40px 80px;
  }
}
@media screen and (max-width: 900px) {
  .top-shop {
    padding: 50px 40px 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-shop {
    padding: 30px 20px 50px;
  }
}
.top-shop__inner {
  margin: 0 auto 60px;
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .top-shop__inner {
    margin-bottom: 40px;
    max-width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .top-shop__inner {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-shop__inner {
    margin-bottom: 20px;
  }
}
.top-shop__inner__search {
  width: 580px;
}
@media screen and (max-width: 1400px) {
  .top-shop__inner__search {
    width: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .top-shop__inner__search {
    margin-bottom: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 599px) {
  .top-shop__inner__search {
    margin-bottom: 35px;
  }
}
.top-shop__inner__search .shop-search__inner__map__inner {
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .top-shop__inner__search .shop-search__inner__map__inner {
    margin: 0 -15px 30px;
    width: auto;
  }
}
.top-shop__inner__search__keyword {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.top-shop__inner__search__keyword__input {
  width: calc(100% - 155px);
}
@media screen and (max-width: 599px) {
  .top-shop__inner__search__keyword__input {
    margin-bottom: 10px;
    width: 100%;
  }
}
.top-shop__inner__search__keyword__input input {
  border: none;
}
.top-shop__inner__search__keyword__btn {
  width: 150px;
  height: 50px;
  background-color: #ffaa00;
  border-radius: 3px;
  border: none;
  text-align: center;
  display: block;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 599px) {
  .top-shop__inner__search__keyword__btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .top-shop__inner__search__keyword__btn:hover {
    background-color: #e70000;
    transform: translateY(3px);
  }
}
.top-shop__inner__search__keyword__btn__text {
  padding-left: 25px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-image: url(../img/common/icon_search_white.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 50%;
  display: inline-block;
}
.top-shop__inner__news {
  width: calc(100% - 580px - 60px);
}
@media screen and (max-width: 1500px) {
  .top-shop__inner__news {
    width: calc(100% - 580px - 2.5vw);
  }
}
@media screen and (max-width: 1400px) {
  .top-shop__inner__news {
    width: calc(100% - 500px - 1.5vw);
  }
}
@media screen and (max-width: 1200px) {
  .top-shop__inner__news {
    width: 100%;
  }
}
.top-shop__inner__news .shop-news-list {
  margin-bottom: 25px;
  border-top: none;
}
@media screen and (max-width: 599px) {
  .top-shop__inner__news .shop-news-list {
    margin: 0 -18px 20px;
  }
}
.top-shop__inner__news .shop-news-list::before {
  display: none;
}
.top-shop__inner__news .shop-news-list__item {
  margin-top: 10px;
  border-bottom: none;
}
@media screen and (max-width: 599px) {
  .top-shop__inner__news .shop-news-list__item {
    margin-top: 2px;
  }
}
.top-shop__inner__news .shop-news-list__item:first-child {
  margin-top: 0;
}
.top-shop__inner__news .shop-news-list__item__link {
  padding: 21px 50px 20px 30px;
  background-color: #fff;
  background-position: right 20px top 50%;
}
@media screen and (max-width: 599px) {
  .top-shop__inner__news .shop-news-list__item__link {
    padding: 20px 40px 18px 20px;
    background-size: 11px auto;
    background-position: right 15px top 50%;
    background-position: right 15px top 50%;
  }
}
@media screen and (min-width: 1025px) {
  .top-shop__inner__news .shop-news-list__item__link:hover {
    background-color: #fff;
    background-position: right 15px top 50%;
    transform: translateY(3px);
  }
}
.top-shop__inner__news .shop-news-list__item__link__date {
  margin-bottom: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #789;
}
@media screen and (max-width: 599px) {
  .top-shop__inner__news .shop-news-list__item__link__date {
    font-size: 14px;
  }
}
.top-shop__inner__news .shop-news-list__item__link__date .new-icon {
  margin-left: 5px;
}
.top-shop__inner__news .shop-news-list__item__link__icon {
  margin-left: 5px;
  padding: 0 15px;
  width: auto;
  height: 22px;
  font-size: 13px;
  line-height: 21px;
  color: #789;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  vertical-align: 10%;
  background-color: #eef5f7;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .top-shop__inner__news .shop-news-list__item__link__icon {
    padding: 0 8px;
    height: 20px;
    font-size: 12px;
    line-height: 19px;
  }
}
.top-shop__inner__news .shop-news-list__item__link__text {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .top-shop__inner__news .shop-news-list__item__link__text {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-shop__inner__news .shop-news-list__item__link__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .top-shop__inner__news .arrow-link {
    margin: 0 auto;
    width: 210px;
  }
}

.news-list {
  border-top: 2px solid #eee;
  position: relative;
}
@media screen and (max-width: 599px) {
  .news-list {
    margin: 0 -20px;
  }
}
.news-list::before {
  content: "";
  top: -2px;
  left: 0;
  width: 255px;
  height: 2px;
  background-color: #00a3ee;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .news-list::before {
    width: 80px;
  }
}
.news-list__item {
  border-bottom: 1px dotted #bbb;
}
.news-list__item__link {
  padding: 27px 50px 25px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: right 15px top 50%;
}
@media screen and (max-width: 599px) {
  .news-list__item__link {
    padding: 20px 40px 18px 20px;
    background-size: 11px auto;
    background-position: right 15px top 50%;
  }
}
@media screen and (min-width: 1025px) {
  .news-list__item__link:hover {
    background-color: #e3eef5;
    background-position: right 10px top 50%;
  }
}
.news-list__item__link__date {
  width: 135px;
  font-size: 16px;
  line-height: 1.6;
  color: #789;
}
@media screen and (max-width: 599px) {
  .news-list__item__link__date {
    margin-right: 10px;
    width: auto;
    font-size: 14px;
  }
}
.news-list__item__link__icon {
  width: 100px;
}
@media screen and (max-width: 599px) {
  .news-list__item__link__icon {
    width: 90px;
  }
}
.news-list__item__link__text {
  padding-left: 20px;
  width: calc(100% - 140px - 100px);
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .news-list__item__link__text {
    margin-top: 8px;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .news-list__item__link__text {
    margin-top: 5px;
    font-size: 14px;
  }
}

.news-detail-title {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #eee;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.news-detail-title::before {
  content: "";
  right: 0;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background-color: #00a3ee;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .news-detail-title {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  .news-detail-title::before {
    width: 80px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-title {
    margin-bottom: 25px;
    padding-bottom: 20px;
  }
  .news-detail-title::before {
    width: 50px;
  }
}
.news-detail-title__date {
  margin-right: 15px;
  width: auto;
  font-size: 16px;
  line-height: 1;
  color: #789;
}
@media screen and (max-width: 599px) {
  .news-detail-title__date {
    margin-right: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 320px) {
  .news-detail-title__date {
    margin-right: 5px;
    font-size: 12px;
  }
}
.news-detail-title .shop-news-list__item__link__icon {
  margin-left: 0;
}
@media screen and (max-width: 320px) {
  .news-detail-title .shop-news-list__item__link__icon {
    padding: 0 6px;
    font-size: 10px;
  }
}
.news-detail-title__copy {
  margin-top: 15px;
  width: 100%;
  font-size: 30px;
  line-height: 1.7;
  color: #222;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", serif !important;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .news-detail-title__copy {
    margin-top: 12px;
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .news-detail-title__copy {
    margin-top: 8px;
    font-size: 21px;
    letter-spacing: 0;
  }
}

.news-btn-wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .news-btn-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .news-btn-wrapper {
    margin-top: 20px;
  }
}

.icon-news {
  width: 100px;
  height: 22px;
  font-size: 13px;
  line-height: 21px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .icon-news {
    width: 90px;
    height: 20px;
    font-size: 12px;
    line-height: 19px;
  }
}
.icon-news--info {
  background-color: #ffaa00;
}
.icon-news--campaign {
  background-color: #22b344;
}
.icon-news--recruit {
  background-color: #00a3ee;
}

.new-icon {
  margin-left: 8px;
  width: 50px;
  height: 22px;
  font-size: 13px;
  line-height: 22px;
  color: #ffaa00;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  vertical-align: 10%;
  background-color: #eef5f7;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .new-icon {
    margin-left: 5px;
    width: 44px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
}

.pager {
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .pager {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .pager {
    margin-top: 20px;
  }
}
.pager__item {
  margin: 0 5px;
  width: auto;
  font-size: 16px;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .pager__item {
    margin: 0 2px;
    font-size: 15px;
  }
}
.pager__item__link {
  width: 60px;
  height: 60px;
  font-size: 22px;
  line-height: 60px;
  color: #334466;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #e3eef5;
  border-radius: 3px;
  display: block;
}
@media screen and (max-width: 599px) {
  .pager__item__link {
    width: 50px;
    height: 50px;
    font-size: 19px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .pager__item__link:hover {
    color: #fff;
    background-color: #334466;
    transform: translateY(3px);
  }
}
.pager__item__link.now {
  color: #fff;
  background-color: #00a3ee;
}

.shop-result__list__item__text__title + .shop-news-list::before {
  display: none;
}

.shop-news-list {
  border-top: 2px solid #eee;
  position: relative;
}
@media screen and (max-width: 599px) {
  .shop-news-list {
    margin: 0 -20px;
  }
}
.shop-news-list::before {
  content: "";
  top: -2px;
  left: 0;
  width: 255px;
  height: 2px;
  background-color: #00a3ee;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .shop-news-list::before {
    width: 20%;
  }
}
@media screen and (max-width: 599px) {
  .shop-news-list::before {
    right: 0;
    width: 80px;
  }
}
.shop-news-list__item {
  border-bottom: 1px dotted #bbb;
}
.shop-news-list__item__link {
  padding: 27px 50px 25px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: right 15px top 50%;
}
@media screen and (max-width: 599px) {
  .shop-news-list__item__link {
    padding: 20px 40px 18px 20px;
    background-size: 11px auto;
    background-position: right 15px top 50%;
  }
}
@media screen and (min-width: 1025px) {
  .shop-news-list__item__link:hover {
    background-color: #e3eef5;
    background-position: right 10px top 50%;
  }
}
.shop-news-list__item__link__date {
  margin-bottom: 5px;
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  color: #789;
}
@media screen and (max-width: 599px) {
  .shop-news-list__item__link__date {
    font-size: 14px;
  }
}
.shop-news-list__item__link__date .new-icon {
  margin-left: 5px;
}
.shop-news-list__item__link__icon {
  margin-left: 5px;
  padding: 0 15px;
  width: auto;
  height: 22px;
  font-size: 13px;
  line-height: 21px;
  color: #789;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  vertical-align: 10%;
  background-color: #eef5f7;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .shop-news-list__item__link__icon {
    padding: 0 8px;
    height: 20px;
    font-size: 12px;
    line-height: 19px;
  }
}
.shop-news-list__item__link__text {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .shop-news-list__item__link__text {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .shop-news-list__item__link__text {
    font-size: 14px;
  }
}

.car-search-btn {
  top: 115px;
  position: sticky;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .car-search-btn {
    top: 90px;
  }
}
@media screen and (max-width: 599px) {
  .car-search-btn {
    top: 70px;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .accc--car {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 599px) {
  .accc--car {
    margin: 0 -20px;
  }
}

.car-discount-price {
  color: #e70000 !important;
}

.car-icon {
  padding: 0 10px;
  width: auto;
  min-width: 70px;
  height: 22px;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .car-icon {
    padding: 0 6px;
    min-width: 60px;
    height: 20px;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
  }
}
@media screen and (max-width: 599px) {
  .car-icon {
    padding: 0 4px;
    min-width: auto;
    font-size: 11px;
  }
}
.car-icon--new {
  background-color: #ffaa00;
}
.car-icon--possible {
  background-color: #22b344;
}
.car-icon--reserve {
  background-color: #00a3ee;
}
.car-icon--preparation {
  background-color: #789;
}
.car-icon--discount {
  background-color: #e70000;
}

.car-icon-wrapper {
  right: 0;
  top: 0;
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  transform: translateY(-100%);
}
@media screen and (max-width: 599px) {
  .car-icon-wrapper {
    width: 100%;
    justify-content: space-between;
  }
  .car-icon-wrapper .car-icon {
    width: 100%;
    max-width: 100%;
  }
}

.car-search {
  margin-bottom: 100px;
  padding: 60px;
  background-color: #334466;
  background-image: url(../img/common/search_bg.svg);
  background-size: 35% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 1200px) {
  .car-search {
    padding: 50px 50px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .car-search {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .car-search {
    margin-bottom: 60px;
    padding: 40px 40px 50px;
  }
}
@media screen and (max-width: 599px) {
  .car-search {
    margin-bottom: 40px;
    padding: 30px 20px 40px;
  }
}
.car-search__inner {
  width: 100%;
}
.car-search__inner__item {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .car-search__inner__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .car-search__inner__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .car-search__inner__item {
    margin-top: 25px;
  }
}
.car-search__inner__item:first-child {
  margin-top: 0;
}
.car-search__text {
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .car-search__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .car-search__text {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.car-search__conditions {
  margin: -15px 0 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .car-search__conditions {
    margin-top: -10px;
  }
}
.car-search__conditions__item {
  margin-top: 15px;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 1300px) {
  .car-search__conditions__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 1100px) {
  .car-search__conditions__item {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .car-search__conditions__item {
    margin-top: 10px;
    width: 100%;
  }
}
.car-search__conditions__item.two-column {
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1100px) {
  .car-search__conditions__item.two-column {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .car-search__conditions__item.two-column {
    margin-top: 10px;
    width: 100%;
  }
}
.car-search__option {
  margin-bottom: 35px;
  margin-top: -25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .car-search__option {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .car-search__option {
    margin-bottom: 20px;
    margin-top: -20px;
  }
}
.car-search__option__item {
  margin-top: 20px;
  margin-right: 34px;
}
@media screen and (max-width: 599px) {
  .car-search__option__item {
    margin-top: 15px;
    margin-right: 25px;
  }
}
.car-search__option__item .checkbox-btn {
  color: #fff;
}
.car-search__option__item .checkbox-btn::before {
  background-color: #fff;
}
.car-search__reply {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .car-search__reply {
    padding-top: 5px;
    margin-bottom: 10px;
  }
}
.car-search__reply__item {
  margin-right: 34px;
}
@media screen and (max-width: 599px) {
  .car-search__reply__item {
    margin-right: 25px;
  }
}
.car-search__reply__item:last-child {
  margin-right: 0;
}
.car-search__reply__item .checkbox-btn {
  color: #fff;
}
.car-search__reply__item .checkbox-btn::before {
  background-color: #fff;
}
.car-search__tabaco {
  margin-top: -15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .car-search__tabaco {
    margin-top: -10px;
  }
}
.car-search__tabaco__item {
  margin-top: 20px;
  margin-right: 34px;
}
@media screen and (max-width: 599px) {
  .car-search__tabaco__item {
    margin-top: 15px;
    margin-right: 25px;
  }
}
.car-search__address {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.car-search__address__post {
  width: 155px;
}
@media screen and (max-width: 1200px) {
  .car-search__address__post {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .car-search__address__post {
    width: 140px;
  }
}
@media screen and (max-width: 320px) {
  .car-search__address__post {
    width: 100%;
  }
}
.car-search__address__btn {
  margin-left: 10px;
  padding-right: 30px;
  width: 200px;
  background-image: url(../img/common/next.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: right 5px top 50%;
}
@media screen and (max-width: 1200px) {
  .car-search__address__btn {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .car-search__address__btn {
    margin-left: 5px;
    padding-right: 0;
    width: calc(100% - 145px);
    background-image: none;
  }
}
@media screen and (max-width: 320px) {
  .car-search__address__btn {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }
}
.car-search__address__btn__btn {
  padding-left: 38px;
  width: 100%;
  max-width: 170px;
  height: 50px;
  font-size: 16px;
  line-height: 48px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  background-color: #22b344;
  background-image: url(../img/common/icon_news_white.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 15px 50%;
  box-shadow: 1px 2px 3px 3px rgba(0, 0, 0, 0.2);
  display: block;
  border-radius: 3px;
}
@media screen and (min-width: 1025px) {
  .car-search__address__btn__btn:hover {
    background-color: #e70000;
    box-shadow: none;
    transform: translateY(3px);
  }
}
@media screen and (max-width: 599px) {
  .car-search__address__btn__btn {
    padding-left: 15px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    text-align: center;
    background-size: 8px auto;
    background-position: 15px 50%;
  }
}
@media screen and (max-width: 320px) {
  .car-search__address__btn__btn {
    padding-left: 5px;
  }
}
.car-search__address__ken {
  width: 180px;
}
@media screen and (max-width: 1200px) {
  .car-search__address__ken {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .car-search__address__ken {
    width: 100%;
  }
}
.car-search__address__address {
  margin-left: 10px;
  width: calc(100% - 155px - 10px - 200px - 10px - 180px);
}
@media screen and (max-width: 1200px) {
  .car-search__address__address {
    margin-left: 0;
    width: 100%;
  }
}
.car-search__1column__item {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .car-search__1column__item {
    margin-top: 15px;
  }
}
.car-search__1column__item .checkbox-btn {
  color: #fff;
}
.car-search__1column__item .checkbox-btn::before {
  background-color: #fff;
}
.car-search__keyword {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .car-search__keyword {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .car-search__keyword {
    margin-bottom: 20px;
  }
}
.car-search .booking-kiyaku {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .car-search .booking-kiyaku {
    margin: -10px 0;
  }
}
@media screen and (max-width: 320px) {
  .car-search .booking-kiyaku {
    margin: -10px -20px -40px;
    padding-bottom: 30px;
  }
}
.car-search__caution {
  margin-top: 20px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-indent: -1em;
}
@media screen and (max-width: 599px) {
  .car-search__caution {
    margin-top: 15px;
    font-size: 14px;
    text-align: justify;
  }
}
.car-search__caution .strong {
  color: #ff0;
  font-weight: 700;
}

@media screen and (max-width: 900px) {
  .car-result-title {
    margin-top: 40px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 599px) {
  .car-result-title {
    margin-left: 0px;
    height: auto;
  }
}
.car-result-title .text-caution {
  margin-left: 0.5em;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .car-result-title .text-caution {
    font-weight: 400;
  }
}
@media screen and (max-width: 320px) {
  .car-result-title .text-caution {
    margin-top: 3px;
    margin-left: -22.8px;
    display: block;
  }
}

.car-number {
  margin-left: 20px;
  font-size: 40px;
  line-height: 1;
  color: #e70000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  vertical-align: -12%;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .car-number {
    margin-left: 10px;
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .car-number {
    margin-left: 5px;
    font-size: 22px;
    vertical-align: -10%;
  }
}
.car-number__jp {
  margin-left: 0.1em;
  font-size: 0.5em;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  display: inline-block;
  vertical-align: 10%;
}

.car-result {
  padding-bottom: 120px;
  position: relative;
  /*
  &__sort{
      top: -65px;
      right: 0;
      width: 330px;
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap;
      position: absolute;
      @include mq(tb02){
          top: -55px;
          right: -10px;
          width: 310px;
          height: 44px;
      }
      @include mq(sp){
          margin: 0 0 20px ;
          top: auto;
          right: auto;
          width: 100%;
          height: auto;
          position: relative;
      }
      &__item{
          width: 200px;
          @include mq(tb02){
              width: 184px;
          }
          @include mq(sp){
              width: 100%;
              height: 44px;
          }
          &:first-child{
              width: 120px;
              @include mq(sp){
                  margin-bottom: 5px;
                  width: 100%;
              }
          }
      }
  }
  */
}
@media screen and (max-width: 1200px) {
  .car-result {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .car-result {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .car-result {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .car-result {
    padding-bottom: 50px;
  }
}
.car-result__sort {
  top: -65px;
  right: 0;
  width: 620px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .car-result__sort {
    margin: 0 0 20px;
    top: auto;
    right: auto;
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 900px) {
  .car-result__sort {
    margin: 0 0 20px -10px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__sort {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.car-result__sort__item {
  width: 200px;
}
@media screen and (max-width: 599px) {
  .car-result__sort__item {
    margin-top: 5px;
    width: 100%;
    height: 44px;
  }
  .car-result__sort__item:first-child {
    margin-top: 0;
  }
}
.car-result__list {
  border-top: 2px solid #ddd;
}
@media screen and (max-width: 900px) {
  .car-result__list {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list {
    margin: 0 -20px;
    border-top: 1px solid #ddd;
  }
}
.car-result__list__item {
  padding: 40px 0 35px;
  border-bottom: 2px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .car-result__list__item {
    padding: 35px 0 30px;
  }
}
@media screen and (max-width: 900px) {
  .car-result__list__item {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item {
    padding: 20px;
    border-bottom: 1px solid #ddd;
  }
}
.car-result__list__item__img {
  margin-bottom: 25px;
  width: 300px;
  overflow: hidden;
  position: relative;
}
.car-result__list__item__img::before {
  content: "";
  padding-top: 66.667%;
  display: block;
}
.car-result__list__item__img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .car-result__list__item__img {
    margin-bottom: 20px;
    width: 240px;
  }
}
@media screen and (max-width: 900px) {
  .car-result__list__item__img {
    width: 230px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__img {
    margin: 0 auto 15px;
    width: 100%;
  }
}
.car-result__list__item__text {
  margin-bottom: 25px;
  width: calc(100% - 300px - 40px);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .car-result__list__item__text {
    width: calc(100% - 300px - 25px);
  }
}
@media screen and (max-width: 1100px) {
  .car-result__list__item__text {
    margin-bottom: 20px;
    width: calc(100% - 240px - 20px);
  }
}
@media screen and (max-width: 900px) {
  .car-result__list__item__text {
    width: calc(100% - 230px - 20px);
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text {
    margin-bottom: 15px;
    width: 100%;
  }
}
.car-result__list__item__text .car-icon-wrapper {
  margin-right: 10px;
  right: auto;
  top: auto;
  position: relative;
  transform: translateY(0);
}
@media screen and (max-width: 1024px) {
  .car-result__list__item__text .car-icon-wrapper {
    margin-right: 7px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text .car-icon-wrapper {
    margin: -15px 0 15px;
    width: 100%;
    justify-content: space-between;
  }
  .car-result__list__item__text .car-icon-wrapper .car-icon {
    width: 100%;
    max-width: 100%;
  }
}
.car-result__list__item__text__type {
  margin-right: 180px;
  margin-bottom: 7px;
  color: #222;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .car-result__list__item__text__type {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 900px) {
  .car-result__list__item__text__type {
    margin-right: 140px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text__type {
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.car-result__list__item__text__type__item {
  font-size: 16px;
  line-height: 20px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .car-result__list__item__text__type__item {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .car-result__list__item__text__type__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text__type__item {
    font-size: 12px;
  }
}
.car-result__list__item__text__type__item::before {
  content: "／";
}
.car-result__list__item__text__type__item:first-child::before {
  content: "";
  display: none;
}
.car-result__list__item__text__name {
  margin-right: 180px;
  margin-bottom: 8px;
  width: 100%;
  font-size: 34px;
  line-height: 1.4;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .car-result__list__item__text__name {
    margin-bottom: 6px;
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .car-result__list__item__text__name {
    margin-right: 140px;
    margin-bottom: 6px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text__name {
    margin-bottom: 4px;
    margin-right: 0;
    font-size: 19px;
  }
}
.car-result__list__item__text__residue {
  top: 0;
  right: 0;
  padding-top: 16px;
  width: 130px;
  height: 60px;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #e70000;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .car-result__list__item__text__residue {
    padding-top: 13px;
    width: 110px;
    height: 50px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text__residue {
    top: auto;
    right: auto;
    margin: 0 0 15px;
    padding-top: 0;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #e70000;
    background-color: transparent;
    position: relative;
  }
}
.car-result__list__item__text__residue .number {
  margin: 0 2px;
  font-size: 2em;
  font-family: "Roboto", sans-serif !important;
}
.car-result__list__item__text__date {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1;
  color: #789;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .car-result__list__item__text__date {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text__date {
    margin-top: 12px;
    font-size: 13px;
  }
}
.car-result__list__item__text__place {
  margin-bottom: 33px;
  width: 100%;
  color: #789;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .car-result__list__item__text__place {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .car-result__list__item__text__place {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text__place {
    margin-bottom: 10px;
  }
}
.car-result__list__item__text__place__item {
  font-size: 15px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .car-result__list__item__text__place__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .car-result__list__item__text__place__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text__place__item {
    margin-bottom: 4px;
    font-size: 11px;
  }
}
.car-result__list__item__text__place__item::before {
  content: "／";
}
.car-result__list__item__text__place__item:first-child::before {
  content: "";
  display: none;
}
.car-result__list__item__text__place__item.date {
  padding-left: 1.4em;
  position: relative;
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text__place__item.date {
    padding-left: 1em;
  }
}
.car-result__list__item__text__place__item.date::before {
  content: "";
  top: 4px;
  left: 8px;
  width: 9px;
  height: 9px;
  background-color: #ffaa00;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 1100px) {
  .car-result__list__item__text__place__item.date::before {
    top: 3px;
  }
}
@media screen and (max-width: 900px) {
  .car-result__list__item__text__place__item.date::before {
    top: 2px;
    left: 5px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text__place__item.date::before {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
  }
}
.car-result__list__item__text__table {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #eef5f7;
}
.car-result__list__item__text__table__item {
  width: 100%;
  max-width: 287px;
  border-left: 1px solid #fff;
  display: table;
}
@media screen and (max-width: 900px) {
  .car-result__list__item__text__table__item {
    max-width: 100%;
    flex-wrap: wrap;
  }
}
.car-result__list__item__text__table__month {
  padding: 28px 5px;
  width: 44%;
  max-width: 125px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #00a3ee;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .car-result__list__item__text__table__month {
    font-size: 13px;
  }
}
@media screen and (max-width: 1100px) {
  .car-result__list__item__text__table__month {
    padding: 24px 5px;
    font-size: 12px;
  }
}
@media screen and (max-width: 900px) {
  .car-result__list__item__text__table__month {
    padding: 5px;
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text__table__month {
    font-size: 11px;
  }
}
.car-result__list__item__text__table__price {
  padding: 20px 0;
  width: 56%;
  font-size: 20px;
  line-height: 1;
  color: #222;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  .car-result__list__item__text__table__price {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  .car-result__list__item__text__table__price {
    padding: 13px 5px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__text__table__price {
    padding: 10px 2px;
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .car-result__list__item__text__table__price {
    font-size: 14px;
  }
}
.car-result__list__item__text__table__price__unit {
  font-size: 0.65em;
  font-family: "Noto Sans JP", sans-serif !important;
}
.car-result__list__item__text__table__price .car-discount-price {
  font-weight: 900;
}
.car-result__list__item__text__table__price .car-discount-price::before {
  content: "割引価格";
  margin: 5px 0 4px;
  font-size: 0.6em;
  color: #e70000;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  display: block;
}
.car-result__list__item__detail {
  margin-top: -10px;
  margin-bottom: 10px;
  width: calc(100% - 200px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .car-result__list__item__detail {
    margin-top: -8px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__detail {
    margin-top: -5px;
    margin-bottom: 10px;
    width: 100%;
  }
}
.car-result__list__item__detail__item {
  margin-top: 10px;
  margin-right: 15px;
  font-size: 15px;
  line-height: 1;
  color: #222;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .car-result__list__item__detail__item {
    margin-top: 8px;
    margin-right: 12px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__detail__item {
    margin-top: 5px;
    margin-right: 10px;
    font-size: 13px;
  }
}
.car-result__list__item__detail__item .strong {
  color: #ffaa00;
  font-weight: bold;
}
.car-result__list__item__option {
  margin-top: -10px;
  width: calc(100% - 200px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .car-result__list__item__option {
    margin-top: -8px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__option {
    margin-top: -5px;
    margin-bottom: 15px;
    width: 100%;
  }
}
.car-result__list__item__option--booking {
  width: calc(100% - 380px);
}
@media screen and (max-width: 900px) {
  .car-result__list__item__option--booking {
    margin-bottom: 15px;
    width: 100%;
  }
}
.car-result__list__item__option__item {
  padding-left: 1em;
  margin-top: 10px;
  margin-right: 15px;
  font-size: 15px;
  line-height: 1;
  color: #334466;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  position: relative;
}
.car-result__list__item__option__item::before {
  content: "";
  top: 3px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22b344;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .car-result__list__item__option__item {
    margin-top: 8px;
    margin-right: 12px;
    font-size: 14px;
  }
  .car-result__list__item__option__item::before {
    top: 2px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__option__item {
    margin-top: 5px;
    margin-right: 10px;
    font-size: 13px;
  }
  .car-result__list__item__option__item::before {
    top: 2px;
    width: 8px;
    height: 8px;
  }
}
.car-result__list__item__booking-btns {
  width: 370px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .car-result__list__item__booking-btns {
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .car-result__list__item__booking-btns {
    flex-wrap: wrap;
  }
}
.car-result__list__item__booking-btns__item {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 599px) {
  .car-result__list__item__booking-btns__item {
    width: 100%;
  }
  .car-result__list__item__booking-btns__item:first-child {
    margin-bottom: 10px;
  }
}

.car-near {
  margin: 0 -50px 120px;
  padding: 80px 0 100px;
  width: auto;
  background-color: #e3eef5;
  position: relative;
}
.car-near::before {
  content: "";
  top: 0;
  left: calc(50% - 35px);
  border-width: 35px 35px 0 35px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .car-near {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .car-near {
    margin: 0 -40px 60px;
    padding: 60px 0 80px;
  }
  .car-near::before {
    left: calc(50% - 30px);
    border-width: 30px 30px 0 30px;
  }
}
@media screen and (max-width: 900px) {
  .car-near {
    margin-bottom: 40px;
    padding: 40px 0 60px;
  }
  .car-near::before {
    left: calc(50% - 25px);
    border-width: 25px 25px 0 25px;
  }
}
@media screen and (max-width: 599px) {
  .car-near {
    margin: 0 -20px 40px;
    padding: 40px 0 40px;
  }
  .car-near::before {
    left: calc(50% - 20px);
    border-width: 20px 20px 0 20px;
  }
}
.car-near__list {
  margin-top: -10px;
}
@media screen and (max-width: 599px) {
  .car-near__list {
    margin-top: 0;
  }
}
.car-near__list__item {
  padding: 22px 15px 0;
}
@media screen and (max-width: 1600px) {
  .car-near__list__item {
    padding: 22px 10px 0;
  }
}
@media screen and (max-width: 900px) {
  .car-near__list__item {
    padding: 20px 10px 0;
  }
}
@media screen and (max-width: 599px) {
  .car-near__list__item {
    padding: 20px 5px 5px;
  }
}
.car-near__list__item__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (min-width: 1025px) {
  .car-near__list__item__link:hover {
    box-shadow: none;
    transform: translateY(3px);
  }
}
@media screen and (max-width: 599px) {
  .car-near__list__item__link {
    flex-wrap: wrap;
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.15);
  }
}
.car-near__list__item__link__img {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.car-near__list__item__link__img::before {
  content: "";
  padding-top: 66.667%;
  display: block;
}
.car-near__list__item__link__img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .car-near__list__item__link__img {
    width: 100%;
  }
}
.car-near__list__item__link__inner {
  padding: 10px 35px;
  width: 50%;
}
@media screen and (max-width: 1700px) {
  .car-near__list__item__link__inner {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1500px) {
  .car-near__list__item__link__inner {
    padding: 5px 25px;
  }
}
@media screen and (max-width: 599px) {
  .car-near__list__item__link__inner {
    padding: 20px 20px 25px;
    width: 100%;
  }
}
.car-near__list__item__link__inner .car-result__list__item__text__type {
  margin-bottom: 4px;
}
@media screen and (max-width: 599px) {
  .car-near__list__item__link__inner .car-result__list__item__text__type {
    justify-content: center;
  }
}
.car-near__list__item__link__inner .car-result__list__item__text__type__item {
  margin-right: 0.5em;
  font-size: 14px;
}
.car-near__list__item__link__inner .car-result__list__item__text__type__item::before {
  display: none;
}
@media screen and (max-width: 1500px) {
  .car-near__list__item__link__inner .car-result__list__item__text__type__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .car-near__list__item__link__inner .car-result__list__item__text__type__item {
    margin: 0 0.25em;
  }
}
.car-near__list__item__link__inner .car-result__list__item__text__name {
  margin-bottom: 8px;
  font-size: 22px;
}
@media screen and (max-width: 900px) {
  .car-near__list__item__link__inner .car-result__list__item__text__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .car-near__list__item__link__inner .car-result__list__item__text__name {
    font-size: 20px;
    text-align: center;
  }
}
.car-near__list__item__link__inner .car-result__list__item__option {
  margin-top: 0;
  margin-bottom: 15px;
  width: 100%;
  justify-content: center;
}
.car-near__list__item__link__inner .car-result__list__item__option__item {
  margin-top: 0;
  font-size: 14px;
}
.car-near__list__item__link__inner .car-result__list__item__option__item::before {
  content: "";
  top: 2px;
}
@media screen and (max-width: 599px) {
  .car-near__list__item__link__inner .car-result__list__item__option__item {
    margin: 0 0.25em;
    font-size: 13px;
  }
}
.car-near__list__item__link__inner .car-result__list__item__text__table__item {
  display: flex;
  flex-wrap: wrap;
}
.car-near__list__item__link__inner .car-result__list__item__text__table__month {
  padding: 5px;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .car-near__list__item__link__inner .car-result__list__item__text__table__month {
    font-size: 11px;
  }
}
.car-near__list__item__link__inner .car-result__list__item__text__table__price {
  padding: 13px 2px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .car-near__list__item__link__inner .car-result__list__item__text__table__price {
    padding: 8px 2px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .car-near__list__item__link__inner .car-result__list__item__text__table__price {
    padding: 10px 2px;
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .car-near__list__item__link__inner .car-result__list__item__text__table__price {
    font-size: 14px;
  }
}

.car-recommend {
  margin: 0 -50px;
  padding: 0 0 150px;
  width: auto;
  position: relative;
}
.car-recommend::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(150px + 18.7vw);
  background-color: #eef5f7;
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .car-recommend {
    padding: 0 0 150px;
  }
}
@media screen and (max-width: 1024px) {
  .car-recommend {
    margin: 0 -40px;
    padding: 0 0 80px;
  }
}
@media screen and (max-width: 900px) {
  .car-recommend {
    padding: 0 0 70px;
  }
}
@media screen and (max-width: 599px) {
  .car-recommend {
    margin: 0 -20px;
    padding: 0 0 50px;
  }
}
.car-recommend__list__item {
  padding: 0 20px 8px;
}
@media screen and (max-width: 1600px) {
  .car-recommend__list__item {
    padding: 0 15px 8px;
  }
}
@media screen and (max-width: 1400px) {
  .car-recommend__list__item {
    padding: 0 10px 8px;
  }
}
@media screen and (max-width: 1300px) {
  .car-recommend__list__item {
    padding: 0 15px 8px;
  }
}
@media screen and (max-width: 1100px) {
  .car-recommend__list__item {
    padding: 0 10px 8px;
  }
}
@media screen and (max-width: 599px) {
  .car-recommend__list__item {
    padding: 0 5px 5px;
  }
}
.car-recommend__list__item__link {
  display: block;
  background-color: #fff;
  box-shadow: 3px 3px 5px 2px rgba(0, 0, 0, 0.15);
  position: relative;
}
@media screen and (min-width: 1025px) {
  .car-recommend__list__item__link:hover {
    box-shadow: none;
    transform: translateY(3px);
  }
  .car-recommend__list__item__link:hover .car-recommend__list__item__link__inner__btn {
    background-color: #e70000;
  }
}
.car-recommend__list__item__link__img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.car-recommend__list__item__link__img::before {
  content: "";
  padding-top: 66.667%;
  display: block;
}
.car-recommend__list__item__link__img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  opacity: 0;
}
.car-recommend__list__item__link .car-icon-wrapper {
  right: auto;
  top: auto;
  position: relative;
  transform: translateY(0);
}
.car-recommend__list__item__link .car-icon-wrapper .car-icon {
  width: 100%;
  max-width: 100%;
}
.car-recommend__list__item__link__inner {
  padding: 35px 30px 75px;
}
@media screen and (max-width: 900px) {
  .car-recommend__list__item__link__inner {
    padding: 25px 20px 60px;
  }
}
@media screen and (max-width: 599px) {
  .car-recommend__list__item__link__inner {
    padding: 20px 20px 50px;
  }
}
.car-recommend__list__item__link__inner .car-result__list__item__text__type {
  margin-bottom: 4px;
  justify-content: center;
}
.car-recommend__list__item__link__inner .car-result__list__item__text__type__item {
  margin-right: 0.25em;
  margin-left: 0.25em;
  font-size: 14px;
}
.car-recommend__list__item__link__inner .car-result__list__item__text__type__item::before {
  display: none;
}
@media screen and (max-width: 1500px) {
  .car-recommend__list__item__link__inner .car-result__list__item__text__type__item {
    font-size: 13px;
  }
}
.car-recommend__list__item__link__inner .car-result__list__item__text__name {
  margin-bottom: 8px;
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .car-recommend__list__item__link__inner .car-result__list__item__text__name {
    font-size: 20px;
  }
}
.car-recommend__list__item__link__inner .car-result__list__item__option {
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  justify-content: center;
}
.car-recommend__list__item__link__inner .car-result__list__item__option__item {
  margin: 0 5px;
  font-size: 14px;
}
.car-recommend__list__item__link__inner .car-result__list__item__option__item::before {
  content: "";
  top: 2px;
}
@media screen and (max-width: 599px) {
  .car-recommend__list__item__link__inner .car-result__list__item__option__item {
    font-size: 13px;
  }
}
.car-recommend__list__item__link__inner .car-result__list__item__text__table {
  margin: 0 auto 20px;
  max-width: 380px;
}
.car-recommend__list__item__link__inner .car-result__list__item__text__table__item {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.car-recommend__list__item__link__inner .car-result__list__item__text__table__month {
  padding: 5px;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .car-recommend__list__item__link__inner .car-result__list__item__text__table__month {
    font-size: 11px;
  }
}
.car-recommend__list__item__link__inner .car-result__list__item__text__table__price {
  padding: 16px 2px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1400px) {
  .car-recommend__list__item__link__inner .car-result__list__item__text__table__price {
    padding: 8px 2px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .car-recommend__list__item__link__inner .car-result__list__item__text__table__price {
    padding: 10px 2px;
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .car-recommend__list__item__link__inner .car-result__list__item__text__table__price {
    font-size: 14px;
  }
}
.car-recommend__list__item__link__inner__btn {
  margin: 0 auto;
  width: 220px;
  max-width: 100%;
  height: 60px;
  text-align: center;
  background-color: #334466;
  border-radius: 3px;
  display: block;
  transition: 0.5s;
}
.car-recommend__list__item__link__inner__btn__text {
  padding-left: 21px;
  width: auto;
  height: 60px;
  font-size: 15px;
  line-height: 59px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: 0 50%;
  display: inline-block;
}
.car-recommend__list__item__link__inner .car-result__list__item__text__place {
  margin: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #ffaa00;
  position: absolute;
  justify-content: center;
}
.car-recommend__list__item__link__inner .car-result__list__item__text__place__item {
  margin: 0 0.25em;
  font-size: 16px;
  line-height: 29px;
  color: #fff;
}
.car-recommend__list__item__link__inner .car-result__list__item__text__place__item::before {
  display: none;
}

.slick-slide .car-recommend__list__item img {
  opacity: 1;
}

.car-detail-box {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .car-detail-box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .car-detail-box {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .car-detail-box {
    margin-bottom: 20px;
  }
}
.car-detail-box__sub-box {
  padding: 25px 30px 25px 30px;
  width: 100%;
  background-color: #eef5f7;
}
@media screen and (max-width: 599px) {
  .car-detail-box__sub-box {
    padding: 20px;
  }
}
.car-detail-box__sub-box__inner {
  margin-top: -10px;
  margin-left: -30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .car-detail-box__sub-box__inner {
    margin-top: -6px;
    margin-left: -20px;
  }
}
.car-detail-box__sub-box__inner__item {
  margin-top: 10px;
  margin-left: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .car-detail-box__sub-box__inner__item {
    margin-top: 6px;
    margin-left: 20px;
  }
}
.car-detail-box__sub-box__inner__title {
  margin-right: 15px;
}
@media screen and (max-width: 599px) {
  .car-detail-box__sub-box__inner__title {
    margin-right: 10px;
  }
}
.car-detail-box__sub-box__inner__title .title-dot {
  margin-bottom: 0;
}
.car-detail-box__sub-box__inner__text {
  padding-top: 1px;
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 1024px) {
  .car-detail-box__sub-box__inner__text {
    padding-top: 2px;
  }
}
.car-detail-box__sub-box__inner__text .car-result__list__item__option {
  padding-top: 2px;
  margin-right: -12px;
  margin-bottom: 0;
  width: auto;
}

.car-photo {
  margin: 0 auto;
  padding-top: 100px;
  width: 100%;
  max-width: 1600px;
}
@media screen and (max-width: 1600px) {
  .car-photo {
    margin: 0 -20px;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  .car-photo {
    margin: 0 auto;
    padding-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .car-photo {
    margin: 0 auto;
    padding-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .car-photo {
    margin: 0 auto;
    padding-top: 40px;
  }
}
.car-photo__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.car-photo__photo {
  width: calc(100% - 600px);
  height: 680px;
  background-color: #789;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .car-photo__photo {
    width: calc(100% - ((40vw - 40px) / 5 * 4 + 40px + 30px));
    height: 40vw;
  }
}
@media screen and (max-width: 1200px) {
  .car-photo__photo {
    width: 100%;
    height: 50vw;
  }
}
@media screen and (max-width: 900px) {
  .car-photo__photo {
    margin: 0 -40px;
    width: calc(100% + 80px);
    height: 70vw;
  }
}
@media screen and (max-width: 599px) {
  .car-photo__photo {
    margin: 0 -20px;
    width: calc(100% + 40px);
    height: 90vw;
  }
}
.car-photo__photo__item {
  width: 100%;
  height: 100%;
}
.car-photo__photo__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.car-photo__photo div {
  height: 100%;
}
.car-photo__list {
  margin: -20px 0 0;
  width: 540px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .car-photo__list {
    margin-top: -10px;
    width: calc((40vw - 40px) / 5 * 4 + 40px);
  }
}
@media screen and (max-width: 1200px) {
  .car-photo__list {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .car-photo__list {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .car-photo__list {
    margin: 15px -5px 0;
    width: calc(100% + 10px);
  }
}
.car-photo__list__item {
  margin-top: 20px;
  margin-left: 20px;
  width: 120px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .car-photo__list__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((40vw - 40px) / 5);
  }
}
.car-photo__list__item:nth-child(4n-3) {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .car-photo__list__item {
    margin-top: 20px;
    margin-left: 20px;
    width: calc((100% - 180px) / 10);
    height: auto;
  }
  .car-photo__list__item:nth-child(4n-3) {
    margin-left: 20px;
  }
  .car-photo__list__item:nth-child(10n-9) {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .car-photo__list__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((100% - 90px) / 10);
    height: auto;
  }
  .car-photo__list__item:nth-child(4n-3) {
    margin-left: 10px;
  }
  .car-photo__list__item:nth-child(10n-9) {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .car-photo__list__item {
    margin-top: 10px;
    margin-left: 10px;
    width: calc((100% - 60px) / 7);
    height: auto;
  }
  .car-photo__list__item:nth-child(4n-3) {
    margin-left: 10px;
  }
  .car-photo__list__item:nth-child(10n-9) {
    margin-left: 10px;
  }
  .car-photo__list__item:nth-child(7n-6) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .car-photo__list__item {
    margin-top: 2px;
    margin-left: 2px;
    width: calc((100% - 8px) / 5);
    height: auto;
  }
  .car-photo__list__item:nth-child(4n-3) {
    margin-left: 2px;
  }
  .car-photo__list__item:nth-child(10n-9) {
    margin-left: 2px;
  }
  .car-photo__list__item:nth-child(7n-6) {
    margin-left: 2px;
  }
  .car-photo__list__item:nth-child(5n-4) {
    margin-left: 0;
  }
}
.car-photo__list__item::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.car-photo__list__item::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 8px solid #22b344;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .car-photo__list__item::after {
    border-width: 0.6vw;
  }
}
@media screen and (max-width: 900px) {
  .car-photo__list__item::after {
    border-width: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .car-photo__list__item:hover::after {
    opacity: 0.5;
    transform: scale(1);
  }
}
.car-photo__list__item--now::after {
  opacity: 0.5;
  transform: scale(1);
}
.car-photo__list__item img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s;
  position: absolute;
}
.car-photo__box {
  margin: 50px auto 0;
  padding: 60px 60px 10px;
  width: 100%;
  max-width: 1600px;
  background-color: #eef5f7;
}
@media screen and (max-width: 1600px) {
  .car-photo__box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .car-photo__box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .car-photo__box {
    padding: 50px 50px 1px;
  }
}
@media screen and (max-width: 900px) {
  .car-photo__box {
    margin-top: 30px;
    padding: 40px 40px 1px;
  }
}
@media screen and (max-width: 599px) {
  .car-photo__box {
    margin: 15px -5px 0;
    padding: 20px 20px 1px;
    width: auto;
  }
}
.car-photo__box__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.car-detail-outline {
  padding-top: 100px;
}
@media screen and (max-width: 1200px) {
  .car-detail-outline {
    padding-top: 80px;
  }
}
@media screen and (max-width: 900px) {
  .car-detail-outline {
    padding-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .car-detail-outline {
    padding-top: 30px;
  }
}
.car-detail-outline__list {
  margin-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .car-detail-outline__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .car-detail-outline__list {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .car-detail-outline__list {
    margin-bottom: 20px;
  }
}
.car-detail-outline__list__item {
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  .car-detail-outline__list__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .car-detail-outline__list__item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .car-detail-outline__list__item {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .car-detail-outline__list__item {
    margin-top: 30px;
  }
}
.car-detail-outline__list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 599px) {
  .car-detail-outline__list__item .table01 {
    margin: 0 -20px;
    width: auto;
  }
}
.car-detail-outline .btn-s {
  margin: 30px auto 0;
}
@media screen and (max-width: 900px) {
  .car-detail-outline .btn-s {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .car-detail-outline .btn-s {
    margin-top: 20px;
  }
}

.shop-search-btn {
  top: 115px;
  position: sticky;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .shop-search-btn {
    top: 90px;
  }
}
@media screen and (max-width: 599px) {
  .shop-search-btn {
    top: 70px;
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .accc--shop {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 599px) {
  .accc--shop {
    margin: 0 -20px;
  }
}

.shop-search {
  margin-bottom: 100px;
  padding: 60px;
  background-color: #334466;
  background-image: url(../img/common/search_bg.svg);
  background-size: 35% auto;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 1200px) {
  .shop-search {
    padding: 50px 50px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-search {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .shop-search {
    margin-bottom: 60px;
    padding: 40px 40px 50px;
  }
}
@media screen and (max-width: 599px) {
  .shop-search {
    margin-bottom: 40px;
    padding: 30px 20px 40px;
  }
}
.shop-search__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.shop-search__inner__map {
  width: 580px;
}
@media screen and (max-width: 1200px) {
  .shop-search__inner__map {
    width: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-search__inner__map {
    margin-bottom: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .shop-search__inner__map {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .shop-search__inner__map {
    margin-bottom: 25px;
  }
}
.shop-search__inner__map__inner {
  padding: 85px 40px 45px;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .shop-search__inner__map__inner {
    padding: 10vw 9.5vw 10vw;
  }
}
.shop-search__inner__map__inner__map {
  margin: 0 auto;
  width: 100%;
  max-width: 270px;
}
@media screen and (max-width: 599px) {
  .shop-search__inner__map__inner__map {
    max-width: 100%;
  }
}
.shop-search__inner__map__inner__btn {
  padding-left: 10px;
  width: 82px;
  height: 28px;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3px;
  background-image: url(../img/common/arrow_white.svg);
  background-size: 8px auto;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .shop-search__inner__map__inner__btn {
    padding-left: 10px;
    width: 72px;
    font-size: 12px;
    background-size: 6px auto;
    background-position: 8px 50%;
  }
}
.shop-search__inner__map__inner__btn.fukuoka {
  top: 125px;
  left: calc(50% + 150px);
  background-color: #f39900;
}
@media screen and (max-width: 599px) {
  .shop-search__inner__map__inner__btn.fukuoka {
    top: calc(23% - 14px);
    left: calc(70% - 36px);
  }
}
.shop-search__inner__map__inner__btn.saga {
  top: 38px;
  left: calc(50% - 80px);
  background-color: #00a3ee;
}
@media screen and (max-width: 599px) {
  .shop-search__inner__map__inner__btn.saga {
    top: calc(23% - 14px);
    left: calc(39% - 36px);
  }
}
@media screen and (max-width: 320px) {
  .shop-search__inner__map__inner__btn.saga {
    left: calc(43% - 36px);
  }
}
.shop-search__inner__map__inner__btn.oita {
  top: 204px;
  left: calc(50% + 150px);
  background-color: #22b344;
}
@media screen and (max-width: 599px) {
  .shop-search__inner__map__inner__btn.oita {
    top: calc(45.5% - 14px);
    left: calc(73% - 36px);
  }
}
.shop-search__inner__map__inner__btn.miyazaki {
  top: 283px;
  left: calc(50% + 150px);
  background-color: #00a3ee;
}
@media screen and (max-width: 599px) {
  .shop-search__inner__map__inner__btn.miyazaki {
    top: calc(66% - 14px);
    left: calc(73% - 36px);
  }
}
.shop-search__inner__map__inner__btn.nagasaki {
  top: 115px;
  left: calc(50% - 230px);
  background-color: #22b344;
}
@media screen and (max-width: 599px) {
  .shop-search__inner__map__inner__btn.nagasaki {
    top: calc(23% - 14px);
    left: calc(15% - 36px);
  }
}
.shop-search__inner__map__inner__btn.kumamoto {
  top: 250px;
  left: calc(50% - 155px);
  background-color: #f39900;
}
@media screen and (max-width: 599px) {
  .shop-search__inner__map__inner__btn.kumamoto {
    top: calc(57% - 14px);
    left: calc(20% - 36px);
  }
}
.shop-search__inner__map__inner__btn.kagoshima {
  top: 345px;
  left: calc(50% - 155px);
  background-color: #22b344;
}
@media screen and (max-width: 599px) {
  .shop-search__inner__map__inner__btn.kagoshima {
    top: calc(83% - 14px);
    left: calc(20% - 36px);
  }
}
.shop-search__inner__map__inner__btn:hover {
  background-color: #222;
  transform: translateY(3px);
}
.shop-search__inner__conditions {
  width: calc(100% - 580px - 50px);
}
@media screen and (max-width: 1300px) {
  .shop-search__inner__conditions {
    width: calc(100% - 580px - 30px);
  }
}
@media screen and (max-width: 1200px) {
  .shop-search__inner__conditions {
    width: calc(100% - 500px - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .shop-search__inner__conditions {
    width: 100%;
  }
}
.shop-search__inner__conditions__list {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .shop-search__inner__conditions__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .shop-search__inner__conditions__list {
    margin-top: -15px;
  }
}
@media screen and (max-width: 599px) {
  .shop-search__inner__conditions__list {
    margin-top: 0;
  }
}
.shop-search__inner__conditions__list__item {
  margin-top: 15px;
  width: 100%;
}
.shop-search__inner__conditions__list__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .shop-search__inner__conditions__list__item {
    margin-top: 0;
    margin-left: 15px;
    width: calc((100% - 30px) / 3);
  }
  .shop-search__inner__conditions__list__item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .shop-search__inner__conditions__list__item {
    margin-top: 15px;
    width: calc((100% - 15px) / 2);
  }
  .shop-search__inner__conditions__list__item:first-child {
    margin-top: 15px;
  }
  .shop-search__inner__conditions__list__item:nth-child(2n-1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 599px) {
  .shop-search__inner__conditions__list__item {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
  }
  .shop-search__inner__conditions__list__item:first-child {
    margin-top: 0;
  }
}

.shop-result__list {
  border-top: 2px solid #ddd;
}
@media screen and (max-width: 900px) {
  .shop-result__list {
    margin: 0 -40px;
  }
}
@media screen and (max-width: 599px) {
  .shop-result__list {
    margin: 0 -20px;
    border-top: 1px solid #ddd;
  }
}
.shop-result__list__item {
  padding: 40px 0 35px;
  border-bottom: 2px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .shop-result__list__item {
    padding: 35px 0 30px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 900px) {
  .shop-result__list__item {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .shop-result__list__item {
    padding: 20px;
    border-bottom: 1px solid #ddd;
  }
}
.shop-result__list__item__img {
  width: 460px;
  overflow: hidden;
  position: relative;
}
.shop-result__list__item__img::before {
  content: "";
  padding-top: 65.2%;
  display: block;
}
.shop-result__list__item__img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .shop-result__list__item__img {
    width: 380px;
  }
}
@media screen and (max-width: 1100px) {
  .shop-result__list__item__img {
    margin-top: 86px;
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  .shop-result__list__item__img {
    margin-top: 71px;
    width: 240px;
  }
}
@media screen and (max-width: 599px) {
  .shop-result__list__item__img {
    margin: 0 auto;
    width: 100%;
  }
}
.shop-result__list__item__text {
  width: calc(100% - 460px - 60px);
}
@media screen and (max-width: 1300px) {
  .shop-result__list__item__text {
    width: calc(100% - 460px - 30px);
  }
}
@media screen and (max-width: 1200px) {
  .shop-result__list__item__text {
    width: calc(100% - 380px - 30px);
  }
}
@media screen and (max-width: 1100px) {
  .shop-result__list__item__text {
    width: calc(100% - 300px - 30px);
  }
}
@media screen and (max-width: 900px) {
  .shop-result__list__item__text {
    width: calc(100% - 240px - 20px);
  }
}
@media screen and (max-width: 599px) {
  .shop-result__list__item__text {
    margin-bottom: 10px;
    width: 100%;
  }
}
.shop-result__list__item__text__title {
  margin-bottom: 25px;
  padding-top: 5px;
  padding-left: 32px;
  position: relative;
}
.shop-result__list__item__text__title::before {
  content: "";
  top: 0;
  left: 0;
  width: 7px;
  height: 100%;
  background-color: #ffaa00;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .shop-result__list__item__text__title {
    padding-left: 25px;
    margin-bottom: 20px;
  }
  .shop-result__list__item__text__title::before {
    width: 5px;
  }
}
@media screen and (max-width: 599px) {
  .shop-result__list__item__text__title {
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .shop-result__list__item__text__title::before {
    width: 4px;
  }
}
.shop-result__list__item__text__title__place {
  margin-bottom: 8px;
  width: 100%;
  color: #789;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .shop-result__list__item__text__title__place {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  .shop-result__list__item__text__title__place {
    margin-bottom: 2px;
  }
}
.shop-result__list__item__text__title__place__item {
  font-size: 16px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .shop-result__list__item__text__title__place__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .shop-result__list__item__text__title__place__item {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .shop-result__list__item__text__title__place__item {
    font-size: 11px;
  }
}
.shop-result__list__item__text__title__place__item::before {
  content: "／";
}
.shop-result__list__item__text__title__place__item:first-child::before {
  content: "";
  display: none;
}
.shop-result__list__item__text__title__name {
  width: 100%;
  font-size: 34px;
  line-height: 1.2;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .shop-result__list__item__text__title__name {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .shop-result__list__item__text__title__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .shop-result__list__item__text__title__name {
    font-size: 19px;
  }
}
.shop-result__list__item__text__table {
  width: 100%;
  border-collapse: collapse;
}
.shop-result__list__item__text__table th {
  padding: 23px 15px;
  width: 120px;
  font-size: 15px;
  line-height: 1.3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color: #00a3ee;
  border: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  .shop-result__list__item__text__table th {
    padding: 20px 15px;
    width: 110px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .shop-result__list__item__text__table th {
    padding: 23px 15px;
  }
}
.shop-result__list__item__text__table td {
  padding: 23px 25px;
  width: calc(100% - 120px);
  font-size: 15px;
  line-height: 1.3;
  color: #222;
  text-align: left;
  vertical-align: middle;
  background-color: #eef5f7;
  border: 1px solid #fff;
}
@media screen and (max-width: 1200px) {
  .shop-result__list__item__text__table td {
    padding: 20px;
    width: calc(100% - 110px);
    font-size: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .shop-result__list__item__text__table td {
    padding: 23px 15px;
  }
}
.shop-result__list__item__text__table td .tel-link {
  font-size: 20px;
  color: #222;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  cursor: auto;
}
@media screen and (max-width: 1200px) {
  .shop-result__list__item__text__table td .tel-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .shop-result__list__item__text__table tr {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
  }
  .shop-result__list__item__text__table th {
    padding: 20px 0;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shop-result__list__item__text__table td {
    padding: 20px 15px;
    width: calc(100% - 100px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .shop-result__list__item__text__table td .tel-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .shop-result__list__item__text__table th {
    padding: 15px 0;
    width: 80px;
    font-size: 13px;
  }
  .shop-result__list__item__text__table td {
    padding: 15px 15px;
    width: calc(100% - 80px);
    font-size: 13px;
  }
  .shop-result__list__item__text__table td .tel-link {
    font-size: 13px;
  }
}
.shop-result__list__item__btn-wrapper {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1100px) {
  .shop-result__list__item__btn-wrapper {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .shop-result__list__item__btn-wrapper {
    justify-content: center;
  }
}

.shop-detail-title-wrapper {
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .shop-detail-title-wrapper {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-detail-title-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-title-wrapper {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-title-wrapper {
    margin-bottom: 25px;
  }
}
.shop-detail-title-wrapper .shop-result__list__item__text__title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
  .shop-detail-title-wrapper .shop-result__list__item__text__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-title-wrapper .shop-result__list__item__text__title {
    margin-bottom: 12px;
    padding-bottom: 10px;
  }
}
.shop-detail-title-wrapper .shop-result__list__item__text__title::before {
  height: calc(100% - 22px);
}
@media screen and (max-width: 900px) {
  .shop-detail-title-wrapper .shop-result__list__item__text__title::before {
    height: calc(100% - 15px);
  }
}
.shop-detail-title-wrapper__list {
  margin-top: -10px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .shop-detail-title-wrapper__list {
    margin-top: -8px;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-title-wrapper__list {
    margin-top: -5px;
    margin-bottom: 15px;
    width: 100%;
  }
}
.shop-detail-title-wrapper__list__item {
  padding-left: 1em;
  margin-top: 10px;
  margin-right: 15px;
  font-size: 15px;
  line-height: 1.2;
  color: #334466;
  position: relative;
}
.shop-detail-title-wrapper__list__item::before {
  content: "";
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #22b344;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .shop-detail-title-wrapper__list__item {
    margin-top: 8px;
    margin-right: 12px;
    font-size: 14px;
  }
  .shop-detail-title-wrapper__list__item::before {
    top: 3px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-title-wrapper__list__item {
    margin-top: 5px;
    margin-right: 10px;
    font-size: 13px;
  }
  .shop-detail-title-wrapper__list__item::before {
    top: 4px;
    width: 8px;
    height: 8px;
  }
}
.shop-detail-title-wrapper__tel-btn {
  top: 5px;
  right: 0;
  width: 220px;
  height: 60px;
  text-align: center;
  background-color: #334466;
  border-radius: 3px;
  cursor: auto;
  display: block;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .shop-detail-title-wrapper__tel-btn {
    width: 200px;
    height: 54px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-title-wrapper__tel-btn {
    top: 0;
    width: 160px;
    height: 50px;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-title-wrapper__tel-btn {
    margin: 15px auto 0;
    top: auto;
    right: auto;
    width: 200px;
    height: 50px;
    position: relative;
  }
}
.shop-detail-title-wrapper__tel-btn__text {
  padding-left: 28px;
  font-size: 20px;
  line-height: 60px;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/common/icon_tel.svg);
  background-size: 22px auto;
  background-position: 0 50%;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .shop-detail-title-wrapper__tel-btn__text {
    padding-left: 25px;
    font-size: 18px;
    line-height: 54px;
    background-size: 21px auto;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-title-wrapper__tel-btn__text {
    padding-left: 22px;
    font-size: 16px;
    line-height: 50px;
    background-size: 17px auto;
  }
}

.shop-detail-message {
  padding: 45px 50px;
  margin-bottom: 70px;
  background-color: #eef5f7;
}
@media screen and (max-width: 1200px) {
  .shop-detail-message {
    padding: 35px 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-detail-message {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-message {
    padding: 30px 35px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-message {
    margin: 0 -20px 0;
    padding: 20px;
  }
}

.shop-detail-outline {
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .shop-detail-outline {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-detail-outline {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-outline {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-outline {
    padding-top: 30px;
  }
}
.shop-detail-outline__table {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .shop-detail-outline__table {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-outline__table {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-detail-outline__table {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-outline__table {
    margin-bottom: 30px;
  }
}
.shop-detail-outline__inner {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.shop-detail-outline__inner__calendar {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1300px) {
  .shop-detail-outline__inner__calendar {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-outline__inner__calendar {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-outline__inner__calendar {
    width: 100%;
  }
}
.shop-detail-outline__inner__calendar .calendar-box {
  padding: 20px 10px 10px;
  background-color: #e3eef5;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .shop-detail-outline__inner__calendar .calendar-box {
    padding-top: 13px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-outline__inner__calendar .calendar-box {
    padding-top: 12px;
  }
}
.shop-detail-outline__inner__calendar .calendar-box__month {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .shop-detail-outline__inner__calendar .calendar-box__month {
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-outline__inner__calendar .calendar-box__month {
    margin-bottom: 8px;
  }
}
.shop-detail-outline__inner__calendar .calendar-box__month .number {
  font-size: 18px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .shop-detail-outline__inner__calendar .calendar-box__month .number {
    font-size: 16px;
  }
}
.shop-detail-outline__inner__calendar .calendar-box__next {
  top: 22px;
  right: 15px;
  width: 15px;
  height: 16px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  position: absolute;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .shop-detail-outline__inner__calendar .calendar-box__next {
    top: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-outline__inner__calendar .calendar-box__next {
    top: 13px;
    right: 13px;
    width: 12px;
    height: 12.8px;
  }
}
@media screen and (min-width: 1025px) {
  .shop-detail-outline__inner__calendar .calendar-box__next:hover {
    right: 12px;
  }
}
.shop-detail-outline__inner__calendar .calendar-box__back {
  top: 22px;
  left: 15px;
  width: 15px;
  height: 16px;
  background-image: url(../img/common/arrow_back.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  position: absolute;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .shop-detail-outline__inner__calendar .calendar-box__back {
    top: 15px;
    left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-outline__inner__calendar .calendar-box__back {
    top: 13px;
    left: 13px;
    width: 12px;
    height: 12.8px;
  }
}
@media screen and (min-width: 1025px) {
  .shop-detail-outline__inner__calendar .calendar-box__back:hover {
    left: 12px;
  }
}
.shop-detail-outline__inner__calendar .calendar-box .table-calendar {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}
.shop-detail-outline__inner__calendar .calendar-box .table-calendar th {
  width: 14.2857142857%;
  height: 28px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #22b344;
  border: 1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .shop-detail-outline__inner__calendar .calendar-box .table-calendar th {
    height: 24px;
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-outline__inner__calendar .calendar-box .table-calendar th {
    height: 20px;
    font-size: 12px;
  }
}
.shop-detail-outline__inner__calendar .calendar-box .table-calendar td {
  padding-top: 2px;
  width: 14.2857142857%;
  height: 48px;
  font-size: 15px;
  line-height: 1;
  color: #222;
  font-family: "Roboto", sans-serif !important;
  font-weight: 4500;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .shop-detail-outline__inner__calendar .calendar-box .table-calendar td {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-outline__inner__calendar .calendar-box .table-calendar td {
    padding-top: 0;
    height: 35px;
    font-size: 13px;
  }
}
.shop-detail-outline__inner__calendar .calendar-box .table-calendar td:nth-child(1) {
  color: #e78;
}
.shop-detail-outline__inner__calendar .calendar-box .table-calendar td:nth-child(7) {
  color: #00a3ee;
}
.shop-detail-outline__inner__calendar .calendar-box .table-calendar td.off {
  color: #fff;
}
.shop-detail-outline__inner__calendar .calendar-box .table-calendar td.off::before {
  content: "";
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 34px;
  height: 34px;
  background-color: #ffaa00;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .shop-detail-outline__inner__calendar .calendar-box .table-calendar td.off::before {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-outline__inner__calendar .calendar-box .table-calendar td.off::before {
    width: 26px;
    height: 26px;
  }
}
.shop-detail-outline__inner__calendar__text {
  margin-top: 15px;
  padding-left: 23px;
  font-size: 15px;
  line-height: 1;
  color: #222;
  position: relative;
}
.shop-detail-outline__inner__calendar__text::before {
  content: "";
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #ffaa00;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .shop-detail-outline__inner__calendar__text {
    margin-top: 10px;
    padding-left: 20px;
    font-size: 14px;
  }
  .shop-detail-outline__inner__calendar__text::before {
    top: -1px;
    width: 15px;
    height: 15px;
  }
}
.shop-detail-outline__inner__img {
  padding-top: 51px;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 1300px) {
  .shop-detail-outline__inner__img {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-outline__inner__img {
    padding-top: 47px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-outline__inner__img {
    margin-top: 20px;
    padding-top: 0;
    width: 100%;
  }
}

.shop-detail-news {
  padding: 100px 0 120px;
}
@media screen and (max-width: 1200px) {
  .shop-detail-news {
    padding: 70px 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-detail-news {
    padding: 50px 0 100px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-news {
    padding: 40px 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-news {
    padding: 30px 0 50px;
  }
}
.shop-detail-news__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .shop-detail-news__inner {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.shop-detail-news__inner__title {
  width: 300px;
  font-size: 48px;
  line-height: 1;
  color: #222;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
.shop-detail-news__inner__title::first-letter {
  color: #22b344;
}
@media screen and (max-width: 1200px) {
  .shop-detail-news__inner__title {
    margin-bottom: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-news__inner__title {
    margin-bottom: 35px;
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-news__inner__title {
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.shop-detail-news__inner__title__jp {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  display: block;
}
@media screen and (max-width: 1200px) {
  .shop-detail-news__inner__title__jp {
    padding-left: 0.08em;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-news__inner__title__jp {
    margin-top: 12px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-news__inner__title__jp {
    margin-top: 7px;
    font-size: 13px;
  }
}
.shop-detail-news__inner .shop-news-list {
  width: calc(100% - 320px);
}
@media screen and (max-width: 1300px) {
  .shop-detail-news__inner .shop-news-list {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1200px) {
  .shop-detail-news__inner .shop-news-list {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 900px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-news__inner .shop-news-list {
    margin: 0 -20px 30px;
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-news__inner .shop-news-list {
    margin-bottom: 20px;
  }
}
.shop-detail-news__inner .btn-m {
  top: 120px;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .shop-detail-news__inner .btn-m {
    top: auto;
    left: auto;
    position: relative;
  }
}

.shop-detail-map {
  margin: 0 -50px;
  width: auto;
  height: 600px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .shop-detail-map {
    height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .shop-detail-map {
    margin: 0 -40px;
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .shop-detail-map {
    height: 400px;
  }
}
@media screen and (max-width: 599px) {
  .shop-detail-map {
    margin: 0 -20px;
  }
}
.shop-detail-map iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-list {
  margin: 0 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .about-list {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 900px) {
  .about-list {
    margin: 20px -40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .about-list {
    margin: 0 0 25px;
  }
}
.about-list__item {
  margin-top: 40px;
  width: calc((100% - 40px) / 2);
  background-color: #eef5f7;
}
@media screen and (max-width: 1300px) {
  .about-list__item {
    margin-top: 30px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .about-list__item {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .about-list__item {
    margin-top: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .about-list__item {
    margin-top: 10px;
    width: 100%;
  }
}
.about-list__item__title {
  width: 100%;
  height: 60px;
  font-size: 22px;
  line-height: 58px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #22b344;
}
@media screen and (max-width: 900px) {
  .about-list__item__title {
    height: 50px;
    font-size: 20px;
    line-height: 48px;
  }
}
.about-list__item__inner {
  padding: 130px 40px 40px 40px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .about-list__item__inner {
    padding: 104px 20px 20px 20px;
  }
}
@media screen and (max-width: 599px) {
  .about-list__item__inner {
    padding: 91px 20px 20px 20px;
  }
}
.about-list__item__inner--01 {
  background-image: url(../img/about/company01.svg);
  background-size: 72px auto;
  background-position: 50% 31px;
}
@media screen and (max-width: 900px) {
  .about-list__item__inner--01 {
    background-size: 57.6px auto;
    background-position: 50% 24.8px;
  }
}
@media screen and (max-width: 599px) {
  .about-list__item__inner--01 {
    background-size: 50.4px auto;
    background-position: 50% 21.7px;
  }
}
.about-list__item__inner--02 {
  background-image: url(../img/about/company03.svg);
  background-size: 82px auto;
  background-position: 50% 39px;
}
@media screen and (max-width: 900px) {
  .about-list__item__inner--02 {
    background-size: 65.6px auto;
    background-position: 50% 31.2px;
  }
}
@media screen and (max-width: 599px) {
  .about-list__item__inner--02 {
    background-size: 57.4px auto;
    background-position: 50% 27.3px;
  }
}
.about-list__item__inner--03 {
  background-image: url(../img/common/icon_car.svg);
  background-size: 76px auto;
  background-position: 50% 36px;
}
@media screen and (max-width: 900px) {
  .about-list__item__inner--03 {
    background-size: 60.8px auto;
    background-position: 50% 28.8px;
  }
}
@media screen and (max-width: 599px) {
  .about-list__item__inner--03 {
    background-size: 53.2px auto;
    background-position: 50% 25.2px;
  }
}
.about-list__item__inner--04 {
  background-image: url(../img/about/company06-2.svg);
  background-size: 71px auto;
  background-position: 50% 31px;
}
@media screen and (max-width: 900px) {
  .about-list__item__inner--04 {
    background-size: 56.8px auto;
    background-position: 50% 24.8px;
  }
}
@media screen and (max-width: 599px) {
  .about-list__item__inner--04 {
    background-size: 49.7px auto;
    background-position: 50% 21.7px;
  }
}
.about-list__item__inner__box {
  padding: 25px 30px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .about-list__item__inner__box {
    padding: 20px 25px;
  }
}
.about-list__item__inner__box__list__item {
  padding-left: 1em;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  position: relative;
}
.about-list__item__inner__box__list__item::before {
  content: "";
  top: 4px;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #ffaa00;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .about-list__item__inner__box__list__item {
    font-size: 15px;
  }
  .about-list__item__inner__box__list__item::before {
    top: 3px;
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 599px) {
  .about-list__item__inner__box__list__item {
    margin-bottom: 7px;
    font-size: 14px;
  }
  .about-list__item__inner__box__list__item::before {
    top: 4px;
    width: 8px;
    height: 8px;
  }
}
.about-list__item__inner__box__text {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .about-list__item__inner__box__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .about-list__item__inner__box__text {
    font-size: 14px;
  }
}

.about-btns {
  margin: 80px 0 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .about-btns {
    margin: 50px 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .about-btns {
    margin: 40px 0 70px;
  }
}
@media screen and (max-width: 900px) {
  .about-btns {
    margin: 40px 0 60px;
  }
}
@media screen and (max-width: 599px) {
  .about-btns {
    margin: 20px 0 40px;
    width: auto;
  }
}
.about-btns__item {
  width: calc((100% - 3px) / 4);
}
@media screen and (max-width: 900px) {
  .about-btns__item {
    margin-top: 1px;
    width: calc((100% - 1px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .about-btns__item {
    margin-top: 1px;
    width: 100%;
  }
}
.about-btns__item__link {
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: #334466;
  display: block;
}
@media screen and (max-width: 1400px) {
  .about-btns__item__link {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .about-btns__item__link {
    height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .about-btns__item__link:hover {
    background-color: #e70000;
    transform: translateY(3px);
  }
}
.about-btns__item__link__text {
  padding-left: 21px;
  width: auto;
  height: 80px;
  font-size: 16px;
  line-height: 78px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: 0 50%;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .about-btns__item__link__text {
    padding-left: 18px;
    height: 70px;
    font-size: 15px;
    line-height: 68px;
    background-size: 12px auto;
  }
}
@media screen and (max-width: 599px) {
  .about-btns__item__link__text {
    padding-left: 15px;
    height: 60px;
    font-size: 14px;
    line-height: 58px;
    background-size: 9px auto;
  }
}

.about-case {
  margin: -40px 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .about-case {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .about-case {
    margin: -20px 0 60px;
  }
}
@media screen and (max-width: 900px) {
  .about-case {
    margin: -10px -40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .about-case {
    margin: -10px 0 25px;
  }
}
.about-case__item {
  margin-top: 40px;
  width: calc((100% - 40px) / 2);
  background-color: #11aae7;
}
.about-case__item:nth-child(2) {
  background-color: #f7aa11;
}
.about-case__item:nth-child(3) {
  background-color: #22a755;
}
@media screen and (max-width: 1300px) {
  .about-case__item {
    margin-top: 30px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .about-case__item {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .about-case__item {
    margin-top: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .about-case__item {
    margin-top: 10px;
    width: 100%;
  }
}
.about-case__item__inner {
  padding: 15px 50px 50px;
}
@media screen and (max-width: 1300px) {
  .about-case__item__inner {
    padding: 10px 40px 40px;
  }
}
@media screen and (max-width: 900px) {
  .about-case__item__inner {
    padding: 5px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .about-case__item__inner {
    padding: 5px 20px 20px;
  }
}
.about-case__item__inner__title {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .about-case__item__inner__title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .about-case__item__inner__title {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 1024px) {
  .about-case__item__inner__title {
    font-size: 1.9vw;
  }
}
@media screen and (max-width: 900px) {
  .about-case__item__inner__title {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 599px) {
  .about-case__item__inner__title {
    font-size: 4.5vw;
  }
}
.about-case__item__inner__text {
  font-size: 16px;
  line-height: 1.85;
  color: #fff;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .about-case__item__inner__text {
    font-size: 15px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 900px) {
  .about-case__item__inner__text {
    font-size: 14px;
    line-height: 1.7;
  }
}

.about-btns02 {
  margin: 80px 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1400px) {
  .about-btns02 {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .about-btns02 {
    margin: 40px 0 0;
  }
}
.about-btns02__item {
  width: calc((100% - 2px) / 3);
}
@media screen and (max-width: 599px) {
  .about-btns02__item {
    margin-top: 1px;
    width: 100%;
  }
}
.about-btns02__item__link {
  width: 100%;
  height: 80px;
  text-align: center;
  background-color: #334466;
  display: block;
}
@media screen and (max-width: 1400px) {
  .about-btns02__item__link {
    height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .about-btns02__item__link {
    height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .about-btns02__item__link:hover {
    background-color: #e70000;
    transform: translateY(3px);
  }
}
.about-btns02__item__link__text {
  width: auto;
  height: 80px;
  font-size: 16px;
  line-height: 78px;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .about-btns02__item__link__text {
    height: 70px;
    font-size: 15px;
    line-height: 68px;
  }
}
@media screen and (max-width: 599px) {
  .about-btns02__item__link__text {
    padding-left: 15px;
    height: 60px;
    font-size: 14px;
    line-height: 58px;
  }
}
.about-btns02__item__link__text--car {
  padding-left: 31px;
  background-image: url(../img/common/icon_car.svg);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 0 50%;
}
.about-btns02__item__link__text--shop {
  padding-left: 28px;
  background-image: url(../img/common/icon_shop.svg);
  background-repeat: no-repeat;
  background-size: 21px auto;
  background-position: 0 50%;
}
.about-btns02__item__link__text--booking {
  padding-left: 27px;
  background-image: url(../img/common/icon_booking.svg);
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 0 50%;
}

.flow-list__item {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .flow-list__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item {
    margin-top: 15px;
  }
}
.flow-list__item:first-child {
  margin-top: 0;
}
.flow-list__item:nth-child(even) .flow-list__item__title {
  background-color: #22b344;
}
.flow-list__item:nth-child(even) .flow-list__item__title::before {
  border-color: #22b344 transparent transparent transparent;
}
.flow-list__item:nth-child(even) .flow-list__item__inner {
  background-color: #eef7f3;
}
.flow-list__item:last-child .flow-list__item__title::before {
  display: none;
}
.flow-list__item--orange .flow-list__item__title {
  background-color: #ffaa00 !important;
}
.flow-list__item--orange .flow-list__item__title::before {
  border-color: #ffaa00 transparent transparent transparent !important;
}
.flow-list__item--orange .flow-list__item__inner {
  background-color: #fffce7 !important;
}
.flow-list__item__title {
  width: 220px;
  height: auto;
  min-height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #00a3ee;
  position: relative;
}
.flow-list__item__title::before {
  content: "";
  bottom: -25px;
  left: calc(50% - 25px);
  border-width: 25px 25px 0 25px;
  border-color: #00a3ee transparent transparent transparent;
  border-style: solid;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .flow-list__item__title {
    width: 180px;
    min-height: 180px;
  }
  .flow-list__item__title::before {
    bottom: -20px;
    left: calc(50% - 20px);
    border-width: 20px 20px 0 20px;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item__title {
    padding-top: 3px;
    width: 100%;
    min-height: 0;
    height: 90px;
  }
  .flow-list__item__title::before {
    display: none;
  }
}
.flow-list__item__title__text {
  padding-left: 0.1em;
  width: 1000%;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .flow-list__item__title__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item__title__text {
    font-size: 16px;
  }
}
.flow-list__item__title__img01 {
  margin: 12px auto 5px;
  width: 40px;
  display: block;
}
@media screen and (max-width: 900px) {
  .flow-list__item__title__img01 {
    margin: 10px auto 5px;
    width: 32px;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item__title__img01 {
    margin: 7px auto 1px;
    width: 28px;
  }
}
.flow-list__item__title__img02 {
  margin: 12px auto 5px;
  width: 50px;
  display: block;
}
@media screen and (max-width: 900px) {
  .flow-list__item__title__img02 {
    margin: 10px auto 5px;
    width: 40px;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item__title__img02 {
    margin: 7px auto 1px;
    width: 35px;
  }
}
.flow-list__item__title__img03 {
  margin: 12px auto 5px;
  width: 46px;
  display: block;
}
@media screen and (max-width: 900px) {
  .flow-list__item__title__img03 {
    margin: 10px auto 5px;
    width: 36.8px;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item__title__img03 {
    margin: 7px auto 1px;
    width: 32.2px;
  }
}
.flow-list__item__title__img04 {
  margin: 12px auto 5px;
  width: 44px;
  display: block;
}
@media screen and (max-width: 900px) {
  .flow-list__item__title__img04 {
    margin: 10px auto 5px;
    width: 35.2px;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item__title__img04 {
    margin: 7px auto 1px;
    width: 30.8px;
  }
}
.flow-list__item__title__img05 {
  margin: 12px auto 5px;
  width: 48px;
  display: block;
}
@media screen and (max-width: 900px) {
  .flow-list__item__title__img05 {
    margin: 10px auto 5px;
    width: 38.4px;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item__title__img05 {
    margin: 7px auto 1px;
    width: 33.6px;
  }
}
.flow-list__item__inner {
  padding: 45px 50px;
  width: calc(100% - 220px);
  background-color: #e3eef5;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .flow-list__item__inner {
    padding: 35px 40px;
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item__inner {
    padding: 25px;
    width: 100%;
  }
}
.flow-list__item__inner__title {
  margin-bottom: 15px;
  padding-left: 44px;
  font-size: 24px;
  line-height: 1;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  background-image: url(../img/common/icon_check02.svg);
  background-size: 32px auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 900px) {
  .flow-list__item__inner__title {
    margin-bottom: 13px;
    padding-left: 37px;
    font-size: 20px;
    background-size: 27px auto;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item__inner__title {
    margin-bottom: 10px;
    padding-left: 27px;
    font-size: 18px;
    background-size: 22px auto;
  }
}
.flow-list__item__inner__title02 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.4;
  color: #ffaa00;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .flow-list__item__inner__title02 {
    margin-top: 12px;
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .flow-list__item__inner__title02 {
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 15px;
  }
}

.compensation-flow {
  margin-top: 40px;
  padding: 40px 50px 50px;
  background-color: #eef5f7;
}
@media screen and (max-width: 1024px) {
  .compensation-flow {
    margin-top: 35px;
    padding: 35px 40px 40px;
  }
}
@media screen and (max-width: 900px) {
  .compensation-flow {
    margin-top: 30px;
    padding: 28px 30px 30px;
  }
}
@media screen and (max-width: 599px) {
  .compensation-flow {
    margin-top: 25px;
    padding: 20px;
  }
}
.compensation-flow__title {
  margin-bottom: 25px;
  padding-left: 0.1em;
  font-size: 30px;
  line-height: 1;
  color: #00a3ee;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .compensation-flow__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .compensation-flow__title {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.compensation-flow__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.compensation-flow__list__item {
  padding: 80px 0 30px 0.06em;
  width: calc((100% - 60px) / 3);
  font-size: 20px;
  line-height: 1;
  color: #334466;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: relative;
}
.compensation-flow__list__item::before {
  content: "";
  top: calc(50% - 8px);
  left: -21px;
  border-width: 8px 0 8px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #ffaa00;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .compensation-flow__list__item {
    padding: 65.6px 0 24px 0.02em;
    width: calc((100% - 40px) / 3);
    font-size: 17px;
    letter-spacing: 0.02em;
    border-radius: 5px;
  }
  .compensation-flow__list__item::before {
    top: calc(50% - 7px);
    left: -16px;
    border-width: 7px 0 7px 12px;
  }
}
@media screen and (max-width: 599px) {
  .compensation-flow__list__item {
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
  }
  .compensation-flow__list__item::before {
    top: -16px;
    left: calc(50% - 8px);
    border-width: 11px 8px 0 8px;
    border-color: #ffaa00 transparent transparent transparent;
  }
}
.compensation-flow__list__item--01 {
  background-image: url(../img/about/flow01.svg);
  background-size: 46px auto;
  background-position: 50% 24px;
}
@media screen and (max-width: 900px) {
  .compensation-flow__list__item--01 {
    background-size: 36.8px auto;
    background-position: 50% 19.2px;
  }
}
@media screen and (max-width: 599px) {
  .compensation-flow__list__item--01 {
    margin-top: 0;
  }
}
.compensation-flow__list__item--01::before {
  display: none;
}
.compensation-flow__list__item--02 {
  background-image: url(../img/about/flow02.svg);
  background-size: 48px auto;
  background-position: 50% 23px;
}
@media screen and (max-width: 900px) {
  .compensation-flow__list__item--02 {
    background-size: 38.4px auto;
    background-position: 50% 18.4px;
  }
}
.compensation-flow__list__item--03 {
  background-image: url(../img/about/flow03.svg);
  background-size: 42px auto;
  background-position: 50% 27px;
}
@media screen and (max-width: 900px) {
  .compensation-flow__list__item--03 {
    background-size: 33.6px auto;
    background-position: 50% 21.6px;
  }
}
.compensation-flow__list__item__sub {
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 900px) {
  .compensation-flow__list__item__sub {
    font-size: 13px;
  }
}

.company-check {
  margin: 30px 0 80px;
  padding: 50px;
  background-color: #eef5f7;
}
@media screen and (max-width: 1024px) {
  .company-check {
    margin: 25px 0 60px;
    padding: 35px 40px;
  }
}
@media screen and (max-width: 900px) {
  .company-check {
    margin: 25px 0 40px;
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .company-check {
    margin: 15px 0 25px;
    padding: 20px;
  }
}
.company-check__item {
  margin-top: 15px;
  padding-left: 30px;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 300;
  text-align: justify;
  color: #222;
  background-image: url(../img/common/icon_check.svg);
  background-size: 20px auto;
  background-position: 0 4px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .company-check__item {
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .company-check__item {
    margin-top: 10px;
    padding-left: 26px;
    font-size: 16px;
    background-size: 18px auto;
  }
}
@media screen and (max-width: 599px) {
  .company-check__item {
    margin-top: 8px;
    padding-left: 22px;
    font-size: 14px;
    background-size: 16px auto;
    background-position: 0 3px;
  }
}
.company-check__item:first-child {
  margin-top: 0;
}

.company-list {
  margin: -30px -100px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1600px) {
  .company-list {
    margin: -30px -50px 0;
  }
}
@media screen and (max-width: 1500px) {
  .company-list {
    margin: -30px 0 0;
  }
}
@media screen and (max-width: 1300px) {
  .company-list {
    margin-top: -15px;
  }
}
@media screen and (max-width: 1200px) {
  .company-list {
    margin-top: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .company-list {
    margin-top: -20px;
  }
}
.company-list__item {
  margin-top: 30px;
  width: calc((100% - 60px) / 3);
  border: 4px solid #00a3ee;
}
@media screen and (max-width: 1300px) {
  .company-list__item {
    margin-top: 15px;
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 1200px) {
  .company-list__item {
    margin-top: 30px;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .company-list__item {
    margin-top: 20px;
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .company-list__item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .company-list__item {
    width: 100%;
  }
}
.company-list__item__copy {
  padding-bottom: 5px;
  width: 100%;
  height: 80px;
  font-size: 18px;
  line-height: 1.4;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #00a3ee;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .company-list__item__copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .company-list__item__copy {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .company-list__item__copy {
    font-size: 17px;
    height: 70px;
  }
}
.company-list__item__copy::before {
  content: "";
  bottom: -10px;
  left: calc(50% - 25px);
  border-width: 10px 25px 0;
  border-style: solid;
  border-color: #00a3ee transparent transparent transparent;
  position: absolute;
}
.company-list__item__text {
  padding: 135px 30px 25px;
  font-size: 14px;
  line-height: 1.6;
  color: #222;
  text-align: justify;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .company-list__item__text {
    padding: 125px 25px 25px;
  }
}
.company-list__item__text.company01 {
  background-image: url(../img/about/company01.svg);
  background-size: 80px auto;
  background-position: 50% 32px;
}
@media screen and (max-width: 599px) {
  .company-list__item__text.company01 {
    background-position: 50% 27px;
  }
}
.company-list__item__text.company02 {
  background-image: url(../img/about/company02.svg);
  background-size: 75px auto;
  background-position: 50% 33px;
}
@media screen and (max-width: 599px) {
  .company-list__item__text.company02 {
    background-position: 50% 28px;
  }
}
.company-list__item__text.company03 {
  background-image: url(../img/about/company03.svg);
  background-size: 80px auto;
  background-position: 50% 48px;
}
@media screen and (max-width: 599px) {
  .company-list__item__text.company03 {
    background-position: 50% 43px;
  }
}
.company-list__item__text.company04 {
  background-image: url(../img/about/company04.svg);
  background-size: 74px auto;
  background-position: 50% 38px;
}
@media screen and (max-width: 599px) {
  .company-list__item__text.company04 {
    background-position: 50% 33px;
  }
}
.company-list__item__text.company05 {
  background-image: url(../img/about/company05.svg);
  background-size: 70px auto;
  background-position: 50% 38px;
}
@media screen and (max-width: 599px) {
  .company-list__item__text.company05 {
    background-position: 50% 33px;
  }
}
.company-list__item__text.company06 {
  background-image: url(../img/about/company06.svg);
  background-size: 82px auto;
  background-position: 50% 46px;
}
@media screen and (max-width: 599px) {
  .company-list__item__text.company06 {
    background-position: 50% 41px;
  }
}
.company-list__item__text.company07 {
  background-image: url(../img/about/company07.svg);
  background-size: 80px auto;
  background-position: 50% 32px;
}
@media screen and (max-width: 599px) {
  .company-list__item__text.company07 {
    background-position: 50% 27px;
  }
}
.company-list__item__text.company08 {
  background-image: url(../img/about/company08.svg);
  background-size: 100px auto;
  background-position: 54% 48px;
}
@media screen and (max-width: 599px) {
  .company-list__item__text.company08 {
    background-position: 54% 43px;
  }
}
.company-list__item__text.company09 {
  background-image: url(../img/about/company09.svg);
  background-size: 62px auto;
  background-position: 50% 38px;
}
@media screen and (max-width: 599px) {
  .company-list__item__text.company09 {
    background-position: 50% 33px;
  }
}
.company-list__item__text.company10 {
  background-image: url(../img/about/company10.svg);
  background-size: 66px auto;
  background-position: 50% 36px;
}
@media screen and (max-width: 599px) {
  .company-list__item__text.company10 {
    background-position: 50% 31px;
  }
}
.company-list__item__text.company11 {
  background-image: url(../img/about/company11.svg);
  background-size: 36px auto;
  background-position: 50% 34px;
}
@media screen and (max-width: 599px) {
  .company-list__item__text.company11 {
    background-position: 50% 29px;
  }
}
.company-list__item__text.company12 {
  background-image: url(../img/about/company12.svg);
  background-size: 52px auto;
  background-position: 50% 38px;
}
@media screen and (max-width: 599px) {
  .company-list__item__text.company12 {
    background-position: 50% 33px;
  }
}
.company-list__item__text .text-caution {
  margin-top: 5px;
  font-size: 13px;
  text-align: justify;
  display: block;
}

@media screen and (max-width: 599px) {
  .faq-list {
    margin: 0 -18px;
  }
}
.faq-list__item {
  margin-top: 20px;
}
@media screen and (max-width: 900px) {
  .faq-list__item {
    margin-top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item {
    margin-top: 2px;
  }
}
.faq-list__item:first-child {
  margin-top: 0;
}
.faq-list__item__q {
  background-color: #eef5f7;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
.faq-list__item__q::before {
  content: "";
  top: calc(50% - 1px);
  right: 30px;
  width: 25px;
  height: 1px;
  background-color: #334466;
  position: absolute;
}
@media screen and (max-width: 900px) {
  .faq-list__item__q::before {
    right: 25px;
    width: 21px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__q::before {
    right: 10px;
    width: 15px;
  }
}
.faq-list__item__q::after {
  content: "";
  top: calc(50% - 1px);
  right: 30px;
  width: 25px;
  height: 1px;
  background-color: #334466;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .faq-list__item__q::after {
    right: 25px;
    width: 21px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__q::after {
    right: 10px;
    width: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .faq-list__item__q:hover {
    background-color: #dde9f3;
    transform: translateY(3px);
  }
  .faq-list__item__q:hover .faq-list__item__q__icon {
    background-color: #e70000;
  }
  .faq-list__item__q:hover .faq-list__item__q__icon::before {
    border-color: transparent transparent transparent #e70000;
  }
}
.faq-list__item__q.close::after {
  transform: rotate(90deg);
}
.faq-list__item__q__icon {
  width: 90px;
  background-color: #00a3ee;
  background-image: url(../img/about/q.svg);
  background-repeat: no-repeat;
  background-size: 24.4% auto;
  background-position: 50% 50%;
  display: block;
  position: relative;
  transition: 0.5s;
}
.faq-list__item__q__icon::before {
  content: "";
  top: calc(50% - 10px);
  right: -13px;
  border-width: 10px 0 10px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #00a3ee;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .faq-list__item__q__icon {
    width: 80px;
  }
  .faq-list__item__q__icon::before {
    top: calc(50% - 8px);
    right: -11px;
    border-width: 8px 0 8px 11px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__q__icon {
    width: 50px;
  }
  .faq-list__item__q__icon::before {
    top: calc(50% - 5px);
    right: -7px;
    border-width: 5px 0 5px 7px;
  }
}
.faq-list__item__q__text {
  padding: 32px 85px 34px 30px;
  width: calc(100% - 90px);
  font-size: 18px;
  line-height: 1.3;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .faq-list__item__q__text {
    padding: 29px 71px 31px 25px;
    width: calc(100% - 80px);
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__q__text {
    padding: 15px 35px 17px 15px;
    width: calc(100% - 50px);
    font-size: 14px;
    text-align: justify;
  }
}
.faq-list__item__a {
  margin: 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
@media screen and (max-width: 900px) {
  .faq-list__item__a {
    margin: 15px 0;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__a {
    margin: 2px 0;
  }
}
.faq-list__item__a__icon {
  width: 90px;
  background-color: #22b344;
  background-image: url(../img/about/a.svg);
  background-repeat: no-repeat;
  background-size: 27% auto;
  background-position: 50% 48%;
  display: block;
  position: relative;
  transition: 0.5s;
}
.faq-list__item__a__icon::before {
  content: "";
  top: calc(50% - 10px);
  right: -13px;
  border-width: 10px 0 10px 13px;
  border-style: solid;
  border-color: transparent transparent transparent #22b344;
  position: absolute;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .faq-list__item__a__icon {
    width: 80px;
  }
  .faq-list__item__a__icon::before {
    top: calc(50% - 8px);
    right: -11px;
    border-width: 8px 0 8px 11px;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__a__icon {
    width: 50px;
  }
  .faq-list__item__a__icon::before {
    top: calc(50% - 5px);
    right: -7px;
    border-width: 5px 0 5px 7px;
  }
}
.faq-list__item__a__text {
  padding: 30px 85px 28px 35px;
  width: calc(100% - 90px);
  font-size: 16px;
  line-height: 2;
  color: #222;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .faq-list__item__a__text {
    padding: 25px 0 27px 25px;
    width: calc(100% - 80px);
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .faq-list__item__a__text {
    padding: 15px 18px 15px 15px;
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: 1.8;
  }
}

.booking-flow {
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: #dde9f3;
}
@media screen and (max-width: 1200px) {
  .booking-flow {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 900px) {
  .booking-flow {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .booking-flow {
    margin-bottom: 20px;
    background-color: transparent;
    position: relative;
  }
  .booking-flow::before {
    content: "";
    margin: 0 auto;
    top: 6px;
    left: 0;
    right: 0;
    width: 87.5%;
    height: 2px;
    background-color: #eee;
    position: absolute;
    z-index: 0;
  }
}
.booking-flow__item {
  padding-left: 20px;
  width: calc(12.5% + 7px);
  height: 50px;
  font-size: 15px;
  color: #334466;
  line-height: 48px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .booking-flow__item {
    height: 40px;
    font-size: 13px;
    line-height: 38px;
  }
}
@media screen and (max-width: 900px) {
  .booking-flow__item {
    height: 35px;
    font-size: 11px;
    line-height: 34px;
  }
}
.booking-flow__item::before {
  content: "";
  top: -2px;
  right: -21px;
  width: 22px;
  height: 54px;
  background-image: url(../img/common/flow_next.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 50%;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .booking-flow__item::before {
    top: -1.6px;
    right: -16.8px;
    width: 17.6px;
    height: 43.2px;
  }
}
@media screen and (max-width: 900px) {
  .booking-flow__item::before {
    top: -1.4px;
    right: -14.7px;
    width: 15.4px;
    height: 37.8px;
  }
}
@media screen and (max-width: 599px) {
  .booking-flow__item {
    width: 12.5%;
    height: 30px;
  }
  .booking-flow__item::before {
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background-color: #abc;
    border-radius: 50%;
    background-image: none;
  }
}
@media screen and (max-width: 599px) {
  .booking-flow__item__text {
    display: none;
  }
}
.booking-flow__item.now {
  color: #fff;
  background-color: #22b344;
}
.booking-flow__item.now::before {
  background-image: url(../img/common/flow_next_green.svg);
}
@media screen and (max-width: 599px) {
  .booking-flow__item.now {
    background-color: transparent;
  }
  .booking-flow__item.now::before {
    background-image: none;
    background-color: #22b344;
  }
  .booking-flow__item.now::after {
    display: none;
  }
  .booking-flow__item.now .booking-flow__item__text {
    bottom: 0;
    left: 50%;
    width: 200%;
    font-size: 11px;
    line-height: 1;
    color: #334466;
    display: block;
    position: absolute;
    transform: translateX(-50%);
  }
}
.booking-flow__item:first-child {
  padding-left: 0;
}
.booking-flow__item:last-child {
  padding-left: 10px;
  width: calc(12.5% - 7px);
}
.booking-flow__item:last-child::before {
  display: none;
}
.booking-flow__item:last-child::after {
  display: none;
}
@media screen and (max-width: 599px) {
  .booking-flow__item:last-child::before {
    display: block;
  }
}

.booking-customer {
  margin-top: -40px;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .booking-customer {
    margin-top: -30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .booking-customer {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
.booking-customer__item {
  margin-top: 40px;
  width: calc((100% - 30px) / 2);
}
@media screen and (max-width: 1024px) {
  .booking-customer__item {
    margin-top: 30px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .booking-customer__item {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .booking-customer__item {
    margin-top: 20px;
  }
}
.booking-customer__item--w100 {
  width: 100%;
}
.booking-customer__item .title-bar {
  margin-bottom: 15px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .booking-customer__item .title-bar {
    margin-bottom: 10px;
  }
}
.booking-customer__item .car-search__tabaco {
  padding-top: 8px;
}
@media screen and (max-width: 900px) {
  .booking-customer__item .car-search__tabaco {
    padding-top: 0;
  }
}

.booking-confirm__item {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .booking-confirm__item {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .booking-confirm__item {
    margin-bottom: 30px;
  }
  .booking-confirm__item table {
    margin: 0 -20px;
    width: auto;
  }
}
.booking-confirm__item__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.booking-confirm__item__inner__photo {
  width: 240px;
}
@media screen and (max-width: 1200px) {
  .booking-confirm__item__inner__photo {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .booking-confirm__item__inner__photo {
    margin: 0 auto 20px;
    width: 240px;
  }
}
@media screen and (max-width: 599px) {
  .booking-confirm__item__inner__photo {
    margin: 0 auto 20px;
    width: 280px;
  }
}
.booking-confirm__item__inner .table-mitsumori {
  width: calc(100% - 240px - 30px);
}
@media screen and (max-width: 1200px) {
  .booking-confirm__item__inner .table-mitsumori {
    width: calc(100% - 200px - 20px);
  }
}
@media screen and (max-width: 900px) {
  .booking-confirm__item__inner .table-mitsumori {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .booking-confirm__item__inner .table-mitsumori {
    width: auto;
  }
}

.booking-kiyaku {
  margin-bottom: 100px;
  padding: 60px;
  background-color: #eef5f7;
}
@media screen and (max-width: 1024px) {
  .booking-kiyaku {
    margin-bottom: 80px;
    padding: 50px;
  }
}
@media screen and (max-width: 900px) {
  .booking-kiyaku {
    margin-bottom: 60px;
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .booking-kiyaku {
    margin: -10px -20px 40px;
    padding: 20px;
  }
}
.booking-kiyaku__title {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #00a3ee;
}
@media screen and (max-width: 900px) {
  .booking-kiyaku__title {
    margin-bottom: 18px;
    padding: 15px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .booking-kiyaku__title {
    margin-bottom: 10px;
    padding: 15px;
    font-size: 15px;
  }
}
.booking-kiyaku__inner {
  margin-bottom: 40px;
  padding: 40px;
  height: 220px;
  font-size: 16px;
  line-height: 2;
  color: #222;
  text-align: justify;
  overflow-y: scroll;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .booking-kiyaku__inner {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 900px) {
  .booking-kiyaku__inner {
    margin-bottom: 30px;
    padding: 30px;
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .booking-kiyaku__inner {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.booking-kiyaku__inner::-webkit-scrollbar {
  width: 10px;
}
.booking-kiyaku__inner::-webkit-scrollbar-track {
  background: #eee;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.booking-kiyaku__inner::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 5px;
  box-shadow: none;
}
.booking-kiyaku__btn {
  margin: 0 auto;
  padding-left: 15px;
  width: 280px;
  max-width: 100%;
  height: 70px;
  font-size: 18px;
  color: #222;
  line-height: 67px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
  text-align: center;
  background-color: #dde9f3;
  border: none;
  border-radius: 3px;
  display: block;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
}
.booking-kiyaku__btn::before {
  content: "";
  top: calc(50% - 12px);
  left: 23px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  position: absolute;
}
.booking-kiyaku__btn::after {
  content: "";
  top: calc(50% - 5px);
  left: 30px;
  width: 10px;
  height: 10px;
  background-color: #222;
  position: absolute;
  transition: 0.5s;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .booking-kiyaku__btn:hover {
    color: #fff;
    background-color: #22b344;
    transform: translateY(3px);
    box-shadow: none;
  }
}
@media screen and (max-width: 599px) {
  .booking-kiyaku__btn {
    width: 220px;
    height: 60px;
    font-size: 16px;
    line-height: 58px;
  }
  .booking-kiyaku__btn::before {
    top: calc(50% - 10px);
    left: 20px;
    width: 20px;
    height: 20px;
  }
  .booking-kiyaku__btn::after {
    content: "";
    top: calc(50% - 4px);
    left: 26px;
    width: 8px;
    height: 8px;
  }
}
.booking-kiyaku__text {
  margin: 0 auto 15px;
  width: 100%;
  max-width: 820px;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}
@media screen and (max-width: 900px) {
  .booking-kiyaku__text {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .booking-kiyaku__text {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.booking-kiyaku__links {
  margin: 0 auto 30px;
  max-width: 820px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .booking-kiyaku__links {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .booking-kiyaku__links {
    margin-bottom: 20px;
  }
}
.booking-kiyaku__links__item {
  margin-right: 25px;
}
@media screen and (max-width: 900px) {
  .booking-kiyaku__links__item {
    margin-right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .booking-kiyaku__links__item {
    margin-top: 5px;
    margin-right: 0;
    width: 100%;
  }
  .booking-kiyaku__links__item:first-child {
    margin-top: 0;
  }
}
.booking-kiyaku__links__item__link {
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: 0 8px;
  display: block;
}
@media screen and (min-width: 1025px) {
  .booking-kiyaku__links__item__link:hover {
    color: #00a3ee;
    transform: translateY(3px);
  }
}
@media screen and (max-width: 900px) {
  .booking-kiyaku__links__item__link {
    padding-left: 16px;
    font-size: 15px;
    background-size: 9px auto;
    background-position: 0 7px;
  }
}
@media screen and (max-width: 599px) {
  .booking-kiyaku__links__item__link {
    padding-left: 14px;
    font-size: 14px;
    background-size: 8px auto;
    background-position: 0 7px;
  }
}
.booking-kiyaku__agree-wrapper {
  margin: 0 auto;
  padding: 35px 40px;
  width: 100%;
  max-width: 820px;
  display: flex;
  background-color: #dde9f3;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .booking-kiyaku__agree-wrapper {
    padding: 20px 25px;
  }
}
.booking-kiyaku__agree-wrapper__item {
  margin-top: 20px;
  width: 50%;
}
.booking-kiyaku__agree-wrapper__item:first-child {
  margin-top: 0;
}
.booking-kiyaku__agree-wrapper__item:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .booking-kiyaku__agree-wrapper__item {
    width: 100%;
  }
  .booking-kiyaku__agree-wrapper__item:nth-child(2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .booking-kiyaku__agree-wrapper__item {
    margin-top: 15px;
  }
  .booking-kiyaku__agree-wrapper__item:nth-child(2) {
    margin-top: 15px;
  }
}
.booking-kiyaku__agree-wrapper__item .checkbox-btn {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
}
.booking-kiyaku__agree-wrapper__item .checkbox-btn::before {
  background-color: #fff;
}
.booking-kiyaku .form-error-text {
  max-width: 820px;
}

input[type=checkbox].input-hide:checked + .booking-kiyaku__btn {
  color: #fff;
  background-color: #22b344;
}
input[type=checkbox].input-hide:checked + .booking-kiyaku__btn::after {
  opacity: 1;
}

.booking-complete {
  margin-bottom: 60px;
  padding: 45px;
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500;
  text-align: center;
  background-color: #eef5f7;
  position: relative;
}
.booking-complete::before {
  content: "";
  bottom: -25px;
  left: calc(50% - 20px);
  border-width: 25px 20px 0 20px;
  border-style: solid;
  border-color: #eef5f7 transparent transparent transparent;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .booking-complete {
    margin-bottom: 50px;
    padding: 35px;
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .booking-complete {
    margin-bottom: 40px;
    padding: 30px 35px;
    font-size: 16px;
    text-align: justify;
  }
  .booking-complete br {
    display: none;
  }
  .booking-complete::before {
    bottom: -20px;
    left: calc(50% - 15px);
    border-width: 20px 15px 0 15px;
  }
}
@media screen and (max-width: 599px) {
  .booking-complete {
    margin: 0 -20px 30px;
    padding: 25px 25px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.booking-contract {
  padding: 40px;
  background-color: #eef5f7;
}
@media screen and (max-width: 900px) {
  .booking-contract {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .booking-contract {
    margin: 0 -10px;
    padding: 25px 25px 30px;
  }
}
.booking-contract__text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.9;
  color: #222;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .booking-contract__text {
    text-align: justify;
  }
  .booking-contract__text br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .booking-contract__text {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .booking-contract__text {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
}
.booking-contract__btn {
  margin: 0 auto;
  width: 380px;
  max-width: 100%;
}
.booking-shop-name {
  margin: -10px 0 20px;
  font-size: 30px;
  line-height: 1.3;
  color: #222;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .booking-shop-name {
    margin: -10px 0 15px;
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .booking-shop-name {
    margin: -10px 0 12px;
    font-size: 5.5vw;
  }
}

.booking-btn-wrapper {
  margin: -50px auto 0;
  position: relative;
}
@media screen and (max-width: 900px) {
  .booking-btn-wrapper {
    margin-top: -30px;
  }
}
@media screen and (max-width: 599px) {
  .booking-btn-wrapper {
    margin-top: -20px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.booking-btn-wrapper .form-btn--back {
  top: 0;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .booking-btn-wrapper .form-btn--back {
    top: auto;
    left: auto;
    position: relative;
  }
}

.booking-check {
  margin-bottom: 50px;
  padding: 60px;
  background-color: #eef5f7;
}
@media screen and (max-width: 1024px) {
  .booking-check {
    margin-bottom: 40px;
    padding: 50px;
  }
}
@media screen and (max-width: 900px) {
  .booking-check {
    margin-bottom: 30px;
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .booking-check {
    margin: -10px -20px 20px;
    padding: 20px;
  }
}
.booking-check__text {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .booking-check__text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .booking-check__text {
    margin-bottom: 15px;
  }
}
.booking-check__inner {
  margin-bottom: 40px;
  padding: 40px;
  height: auto;
  font-size: 16px;
  line-height: 2;
  color: #222;
  text-align: justify;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .booking-check__inner {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 900px) {
  .booking-check__inner {
    margin-bottom: 30px;
    padding: 30px;
    font-size: 15px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 599px) {
  .booking-check__inner {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.terms-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .terms-block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .terms-block {
    margin-bottom: 30px;
  }
}

.tearms-list01 li {
  margin-top: 20px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.7;
  color: #222;
  text-align: justify;
  text-indent: -1em;
}
@media screen and (max-width: 900px) {
  .tearms-list01 li {
    margin-top: 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .tearms-list01 li {
    margin-top: 10px;
    font-size: 14px;
  }
}
.tearms-list01 li::first-letter {
  color: #22b344;
}
.tearms-list01 li:first-child {
  margin-top: 0;
}

.tearms-list02 {
  margin-top: 15px;
  margin-bottom: 25px;
  padding: 35px 40px 38px 55px;
  background-color: #e3eef5;
}
@media screen and (max-width: 599px) {
  .tearms-list02 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 18px 20px 20px 35px;
  }
}
.tearms-list02 li {
  margin-top: 15px;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #222;
  text-align: justify;
  list-style-type: decimal !important;
  list-style-position: outside !important;
  text-indent: 0;
}
@media screen and (max-width: 900px) {
  .tearms-list02 li {
    margin-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .tearms-list02 li {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.5;
  }
}
.tearms-list02 li::before {
  display: none;
}
.tearms-list02 li::marker {
  color: #00a3ee;
  font-weight: bold;
}
.tearms-list02 li::first-letter {
  color: #222;
}
.tearms-list02 li:first-child {
  margin-top: 0;
}

.campaign-title {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .campaign-title {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  .campaign-title {
    margin-top: 60px;
  }
}
.campaign-title__text {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .campaign-title__text {
    width: 100%;
  }
}
.campaign-title__photo {
  width: 50%;
}
@media screen and (max-width: 599px) {
  .campaign-title__photo {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */
.required::after {
content: "必須";
color: #ffffff;
background: #cc0000;
font-size: 0.8em;
padding: 0.3em;
border-radius: 0.5em;
margin-left:0.3em;
}
.required2::after {
content: "任意";
color: #ffffff;
background: #ffa500;
font-size: 0.8em;
padding: 0.3em;
border-radius: 0.5em;
margin-left:0.3em;
}