@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

/* 改行 */
@media screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-access {
  margin-top: 156px;
  margin-top: 9.75rem;
}
@media screen and (max-width: 767px) {
  .l-access {
    margin-top: 4.25rem;
  }
}

.l-footer {
  margin-top: 165px;
  margin-top: 10.3125rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 4.25rem;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: 100px;
  height: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 5.3125rem;
  }
}

.l-main {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 5.3125rem;
  }
}

.l-menu {
  margin-top: 149px;
  margin-top: 9.3125rem;
}
@media screen and (max-width: 767px) {
  .l-menu {
    margin-top: 4.25rem;
  }
}

.l-open {
  margin-top: 170px;
  margin-top: 10.625rem;
}
@media screen and (max-width: 767px) {
  .l-open {
    margin-top: 4.25rem;
  }
}

.l-option {
  margin-top: 162px;
  margin-top: 10.125rem;
}
@media screen and (max-width: 767px) {
  .l-option {
    margin-top: 4.25rem;
  }
}

.l-schedule {
  margin-top: 89px;
  margin-top: 5.5625rem;
}
@media screen and (max-width: 767px) {
  .l-schedule {
    margin-top: 4.25rem;
  }
}

.l-inner {
  max-width: 1074px;
  padding-right: 25px;
  padding-left: 25px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.c-hamburger {
  background-color: #fff;
  border: 1px solid #036EB8;
  border: 0.0625rem solid #036EB8;
  width: 48px;
  width: 3rem;
  height: 48px;
  height: 3rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 20px;
  top: 1.25rem;
  z-index: 99999;
}

.c-hamburger span {
  background-color: #036EB8;
  width: 30px;
  width: 1.875rem;
  height: 3px;
  height: 0.1875rem;
  display: block;
  margin-left: auto;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-hamburger span:nth-child(1) {
  top: 11px;
  top: 0.6875rem;
}

.c-hamburger span:nth-child(2) {
  top: 21px;
  top: 1.3125rem;
}

.c-hamburger span:nth-child(3) {
  top: 31px;
  top: 1.9375rem;
}

.c-hamburger.open span {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.c-hamburger.open span:nth-child(1) {
  top: 11px;
  top: 0.6875rem;
  left: 8px;
  left: 0.5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 10px;
  margin-top: 0.625rem;
}

.c-hamburger.open span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.open span:nth-child(3) {
  top: 21px;
  top: 1.3125rem;
  left: 8px;
  left: 0.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 0px;
}

.c-section-title {
  text-align: center;
}

.c-section-title__english {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-section-title__english {
    font-size: 2rem;
  }
}

.c-section-title__line {
  width: 30px;
  width: 1.875rem;
  height: 5px;
  height: 0.3125rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #036EB8;
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__line {
    margin-top: 0.75rem;
  }
}

.c-section-title__japanese {
  font-size: 20px;
  font-size: 1.25rem;
  color: #036EB8;
  margin-top: 16px;
  margin-top: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-section-title__japanese {
    font-size: 1rem;
    margin-top: 0.75rem;
  }
}

.p-access__map {
  position: relative;
  margin-top: 17px;
  margin-top: 1.0625rem;
}

.p-access__map::before {
  content: "";
  display: block;
  padding-top: 48.828125%;
}
@media screen and (max-width: 767px) {
  .p-access__map::before {
    padding-top: 75%;
  }
}

.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-drawer__nav {
  background-color: rgba(3, 110, 184, .8);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 10000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
  display: table;
}

.p-drawer__nav.open {
  visibility: visible;
  opacity: 1;
}

.p-drawer__nav-items {
  display: table-cell;
  vertical-align: middle;
}

.p-drawer__nav-items li:not(:first-child) {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-drawer__nav-link {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 2px;
  letter-spacing: 0.125rem;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}

.p-drawer__nav-item:not(:first-child) {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-footer__container {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 72px;
  padding-bottom: 4.5rem;
  background-color: #036EB8;
}

.p-footer__logo {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 18.75rem;
  }
}

.p-footer__text {
  color: #fff;
  margin-top: 23px;
  margin-top: 1.4375rem;
  text-align: center;
}

.p-footer__text p {
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-footer__text p {
    font-size: 0.875rem;
  }
}

.p-footer__copy {
  text-align: center;
  color: #333;
  background-color: #55ACEE;
  padding: 3px 0;
  padding: 0.1875rem 0;
}

.p-footer__copy p {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    display: block;
    height: 5.3125rem;
  }
}

.p-header__logo {
  max-width: 343px;
  max-width: 21.4375rem;
  width: 100%;
  padding-left: 26px;
  padding-left: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 15.625rem;
    margin: 0;
    padding-top: 1.625rem;
    padding-left: 1.25rem;
  }
}
@media screen and (max-width: 1425px) {
  .p-header__logo {
    max-width: 15.1875rem;
  }
}

.p-header__block {
  height: inherit;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__nav-item {
  color: #036EB8;
  font-weight: bold;
  padding: 0 40px;
  padding: 0 2.5rem;
  display: block;
}
@media screen and (max-width: 1425px) {
  .p-header__nav-item {
    padding: 0 0.9375rem;
  }
}

.p-header__tel-box {
  background-color: #036EB8;
  padding: 0 38px;
  padding: 0 2.375rem;
  margin-left: 41px;
  margin-left: 2.5625rem;
  height: inherit;
}
@media screen and (max-width: 1425px) {
  .p-header__tel-box {
    padding: 0 0.9375rem;
    margin-left: 0.625rem;
  }
}

.p-header__tel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__tel-icon {
  width: 42px;
  width: 2.625rem;
  margin-right: 28px;
  margin-right: 1.75rem;
}
@media screen and (max-width: 1425px) {
  .p-header__tel-icon {
    margin-right: 1.25rem;
  }
}

.p-header__tel-info {
  color: #fff;
}

.p-header__tel-number {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (max-width: 1425px) {
  .p-header__tel-number {
    font-size: 1.5rem;
  }
}

.p-header__tel-time {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

@media screen and (max-width: 767px) {
  .p-menu__inner {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-menu__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 76px;
  margin-top: 4.75rem;
}
@media screen and (max-width: 767px) {
  .p-menu__tags {
    margin-top: 3.125rem;
  }
}

.p-menu__tag {
  border: 1px solid #036EB8;
  border: 0.0625rem solid #036EB8;
  width: 496px;
  width: 31rem;
  text-align: center;
  color: #036EB8;
  height: 60px;
  height: 3.75rem;
  line-height: 60px;
  line-height: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-menu__tag {
    height: 3.125rem;
    line-height: 3.125rem;
  }
}

.p-menu__tag h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-menu__tag h3 {
    font-size: 0.875rem;
  }
}

.p-menu__tag:not(:last-child) {
  margin-right: 32px;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-menu__tag:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.p-menu__tag.active {
  color: #fff;
  background-color: #036EB8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.p-menu__container {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-menu__container {
    margin-top: 2.5rem;
  }
}

/*======================================================
    ドライブスルー型 洗車
======================================================*/
.p-drive__contents01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-drive__contents01 {
    display: block;
  }
}

.p-drive__content01-image {
  max-width: 493px;
  max-width: 30.8125rem;
  margin-right: 35px;
  margin-right: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-drive__content01-image {
    max-width: none;
    max-width: initial;
    margin-right: 0;
  }
}

.p-drive__contents01-logo {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
  max-width: 353px;
  max-width: 22.0625rem;
}
@media screen and (max-width: 767px) {
  .p-drive__contents01-logo {
    max-width: none;
    max-width: initial;
  }
}

.p-drive__contents01-comments {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.p-drive__contents01-comment:not(:first-child) {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-drive__contents01-title h3 {
  color: #C41A1D;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-drive__contents01-title h3 {
    font-size: 1.25rem;
  }
}

.p-drive__contents01-text {
  margin-top: 6px;
  margin-top: 0.375rem;
}

@media screen and (max-width: 767px) {
  .p-drive__contents01-text p {
    font-size: 0.875rem;
  }
}

.p-drive__contents02 {
  background-color: #333;
  margin-top: 93px;
  margin-top: 5.8125rem;
  padding: 49px 80px 81px;
  padding: 3.0625rem 5rem 5.0625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-drive__contents02 {
    padding: 3.75rem 1.25rem 5rem;
  }
}
.p-drive__contents02::before {
  background-image: url(../images/drive-bg-top.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -40px;
  top: -2.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-drive__contents02::before {
    top: -1.5625rem;
  }
}

.p-drive__contents02::after {
  background-image: url(../images/drive-bg-bottom.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  bottom: -40px;
  bottom: -2.5rem;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-drive__contents02::after {
    bottom: -1.5625rem;
  }
}

.p-drive__contents02-title {
  text-align: center;
}

.p-drive__contents02-title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-drive__contents02-title h3 {
    font-size: 1.25rem;
  }
}

.p-drive__contents02-text {
  margin-top: 38px;
  margin-top: 2.375rem;
  color: #fff;
  font-weight: 400;
}

.p-drive__contents02-text p {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-drive__contents02-text p {
    font-size: 0.875rem;
  }
}

.p-drive__contents02-image {
  margin-top: 37px;
  margin-top: 2.3125rem;
}

.p-drive__content02-items {
  margin-top: 40px;
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-drive__contents02-item {
  width: calc(33.333% - 1.66667rem);
  margin-right: 40px;
  margin-right: 2.5rem;
  background-color: #F3C91E;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-drive__contents02-item {
    width: calc(50% - 0.625rem);
    margin-right: 1.25rem;
  }
}

.p-drive__contents02-item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-drive__contents02-item:nth-child(3n) {
    margin-right: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-drive__contents02-item:nth-child(2n) {
    margin-right: 0;
  }
}

.p-drive__contents02-item:nth-child(n+4) {
  margin-top: 29px;
  margin-top: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-drive__contents02-item:nth-child(n+4) {
    margin-top: 0;
    margin-top: initial;
  }
}

@media screen and (max-width: 767px) {
  .p-drive__contents02-item:nth-child(n+3) {
    margin-top: 1.25rem;
  }
}

.p-drive__contents02-textBox {
  text-align: center;
}

.p-drive__contents02-text-large p {
  color: #036EB8;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-drive__contents02-text-large p {
    font-size: 1.125rem;
  }
}

.p-drive__contents02-text-small p {
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-drive__contents02-text-small p {
    font-size: 0.75rem;
  }
}

.p-drive__contents03-image {
  max-width: 636px;
  max-width: 39.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 88px;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-drive__contents03-image {
    max-width: 37.5rem;
    margin-top: 3.75rem;
  }
}

.p-drive__contents04 {
  margin-top: 70px;
  margin-top: 4.375rem;
}

.p-drive__contents04-title h3 {
  color: #036EB8;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-drive__contents04-title h3 {
    font-size: 1.25rem;
  }
}

.p-drive__contents04-table {
  margin-top: 28px;
  margin-top: 1.75rem;
  width: 100%;
  border-spacing: 0 1px;
  border-spacing: 0 0.0625rem;
  border-collapse: collapse;
  border: 1px solid #C1E6FF;
  border: 0.0625rem solid #C1E6FF;
}
@media screen and (max-width: 767px) {
  .p-drive__contents04-table {
    margin-top: 1.25rem;
  }
}

.p-drive__contents04-table th,
.p-drive__contents04-table td {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 25px 24px;
  padding: 1.5625rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-drive__contents04-table th,
.p-drive__contents04-table td {
    font-size: 1rem;
    padding: 1.125rem 1.0625rem;
  }
}

.p-drive__contents04-table th {
  color: #036EB8;
  background-color: #C1E6FF;
  text-align: left;
  width: 57%;
}
@media screen and (max-width: 767px) {
  .p-drive__contents04-table th {
    width: 70%;
  }
}

.p-drive__contents04-table tr:not(:first-child) > th {
  border-top: 1px solid #fff;
  border-top: 0.0625rem solid #fff;
}

.p-drive__contents04-table td {
  color: #333;
  width: 43%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-drive__contents04-table td {
    width: 30%;
  }
}

.p-drive__contents04-table tr:not(:first-child) > td {
  border-top: 1px solid #C1E6FF;
  border-top: 0.0625rem solid #C1E6FF;
}

.p-drive__contents04-table span {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-drive__contents04-table span {
    font-size: 0.625rem;
    margin-left: 0rem;
  }
}

/*======================================================
    スプレー型 洗車
======================================================*/
.p-spray__container {
  display: none;
}

.p-spray__contents01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-spray__contents01 {
    display: block;
    margin-top: 2.5rem;
  }
}

.p-spray__contents01-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-spray__contents01-image {
  max-width: 496px;
  max-width: 31rem;
  margin-right: 32px;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-spray__contents01-image {
    max-width: none;
    max-width: initial;
    margin-right: 0;
  }
}

.p-spray__contents01-logo {
  width: 319px;
  width: 19.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.p-spray__contents01-comments {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-spray__contents01-title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #036EB8;
}
@media screen and (max-width: 767px) {
  .p-spray__contents01-title h3 {
    font-size: 1.25rem;
  }
}

.p-spray__contents01-text {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.p-spray__contents01-text p {
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-spray__contents01-text p {
    font-size: 0.875rem;
  }
}

.p-spray__contents02 {
  margin-top: 53px;
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-spray__contents02 {
    margin-top: 5rem;
  }
}

.p-spray__contents02-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-spray__contents02-items {
    display: block;
  }
}

.p-spray__contents02-image {
  width: 232px;
  width: 14.5rem;
  margin-right: 32px;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-spray__contents02-image {
    max-width: none;
    max-width: initial;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-spray__contents02-info-box {
    margin-top: 1.25rem;
  }
}

.p-spray__contents02-info:not(:first-child) {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-spray__contents02-info-title {
  font-weight: bold;
}

.p-spray__contents02-info-title h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-spray__contents02-info-title h4 {
    font-size: 1rem;
  }
}

.p-spray__contents02-info-text {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-spray__contents02-info-text p {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-spray__contents02-info-text p {
    font-size: 0.875rem;
  }
}

.p-spray__contents03 {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-spray__contents03-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-spray__contents03-items {
    display: block;
  }
}

.p-spray__contents03-image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-spray__contents03-image {
  max-width: 239px;
  max-width: 14.9375rem;
}
@media screen and (max-width: 767px) {
  .p-spray__contents03-image {
    max-width: none;
    max-width: initial;
  }
}

.p-spray__contents03-image:first-child {
  margin-right: 17px;
  margin-right: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-spray__contents03-image:first-child {
    margin-right: 0.625rem;
  }
}

.p-spray__contents03-info-box {
  margin-right: 36px;
  margin-right: 2.25rem;
  width: 48.4375%;
}
@media screen and (max-width: 767px) {
  .p-spray__contents03-info-box {
    margin-right: 0;
    margin-top: 1.25rem;
    width: 100%;
  }
}

.p-spray__contents03-info-text {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-spray__contents03-info-text p {
  line-height: 1.6;
}

.p-spray__contents03-info-title h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-spray__contents03-info-title h4 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-spray__contents03-info-text p {
    font-size: 0.875rem;
  }
}

.p-spray__contents04 {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.p-spray__contents04-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-spray__contents04-items {
    display: block;
  }
}

.p-spray__contents04-image {
  max-width: 496px;
  max-width: 31rem;
}
@media screen and (max-width: 767px) {
  .p-spray__contents04-image {
    max-width: none;
    max-width: initial;
  }
}

.p-spray__contents04-info-box {
  margin-right: 36px;
  margin-right: 2.25rem;
  width: 48.4375%;
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-spray__contents04-info-box {
    margin-right: 0;
    margin-top: 1.25rem;
    width: 100%;
  }
}

.p-spray__contents05 {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-open__info {
  text-align: center;
}

.p-open__info p {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #7E951C;
}
@media screen and (max-width: 767px) {
  .p-open__info p {
    font-size: 1.125rem;
  }
}

.p-open__image-box {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (max-width: 767px) {
  .p-open__image-box {
    margin-top: 2.1875rem;
  }
}

.p-open__image:nth-child(n+2) {
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-open__image:nth-child(n+2) {
    margin-top: 2.5rem;
  }
}

.p-option__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 39px;
  margin-top: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-option__items {
    display: block;
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-option__item {
  width: calc(33.333% - 1.33333rem);
  padding: 21px 24px 18px;
  padding: 1.3125rem 1.5rem 1.125rem;
  border: 1px solid #D9D9D9;
  border: 0.0625rem solid #D9D9D9;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-option__item {
    width: 100%;
    padding: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-option__item:not(:first-child) {
    margin-top: 1.5rem;
  }
}

.p-option__item:not(:last-child) {
  margin-right: 32px;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-option__item:not(:last-child) {
    margin-right: 0;
  }
}

.p-option__image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-option__image {
    max-width: none;
    max-width: initial;
  }
}

.p-option__image::before {
  display: block;
  content: "";
  padding-top: 62.453531598%;
}

.p-option__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-option__text {
  margin-top: 31px;
  margin-top: 1.9375rem;
}

.p-option__text p {
  font-weight: 400;
}

.p-option__time {
  max-width: 216px;
  max-width: 13.5rem;
  margin-top: 7px;
  margin-top: 0.4375rem;
}

@media screen and (max-width: 767px) {
  .p-schedule__inner {
    max-width: 37.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-schedule__title h2 {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #036EB8), color-stop(15%, #C1E6FF));
  background-image: linear-gradient(90deg, #036EB8 0 15%, #C1E6FF 15%);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
  color: #323232;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

.p-schedule__container {
  margin-top: 38px;
  margin-top: 2.375rem;
}

.p-schedule__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-schedule__contents {
    display: block;
  }
}

.p-schedule__contents:nth-child(n+2) {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.p-schedule__date {
  width: 31%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #036EB8;
  text-align: center;
  margin-top: 95px;
  margin-top: 5.9375rem;
  margin-right: 50px;
  margin-right: 3.125rem;
  padding-left: 17px;
  padding-left: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__date {
    width: 100%;
    margin-top: 0;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-right: 0;
    padding-left: 0;
  }
}

.p-schedule__date p {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-schedule__date p {
    font-size: 1.375rem;
  }
}

.p-schedule__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 69%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-schedule__items {
    display: block;
    width: 100%;
    -webkit-box-flex: initial;
        -ms-flex-positive: initial;
            flex-grow: initial;
    margin-top: 1.125rem;
  }
}

.p-schedule__item {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-schedule__item {
    width: 100%;
  }
}

.p-schedule__item:not(:last-child) {
  margin-right: 32px;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__item:not(:last-child) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-schedule__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.p-schedule__image {
  position: relative;
}

.p-schedule__image::before {
  display: block;
  content: "";
  padding-top: 75%;
}

.p-schedule__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-schedule__name {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.p-schedule__name p {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

.p-schedule__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-schedule__icon {
  width: 38px;
  width: 2.375rem;
}

.p-schedule__icon:not(:last-child) {
  margin-right: 20px;
  margin-right: 1.25rem;
}

.p-schedule__notice {
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.p-schedule__notice p {
  font-size: 32px;
  font-size: 2rem;
  color: #7E951C;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-schedule__notice p {
    font-size: 1.25rem;
  }
}
/*# sourceMappingURL=styles.css.map */
