@charset "UTF-8";
/*!
Theme Name: P's Garage
Template:   cocoon-master
*/
/*
$pppRed: #284042;
$clearpppRed: rgba(40, 64, 66, 0.95);
*/
/*******************
** Variable
*******************/
/**
* {
    font-feature-settings: "palt" 1;
}**/
.body * {
  color: #fff;
}

.content {
  margin-top: 0;
}
.content::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(https://ppp-garage.com/wp/wp-content/themes/ppp-garage/img/background.webp);
  background-size: cover;
}

.main {
  padding-top: 0;
  background: transparent;
}

.entry-content {
  margin-top: -1px;
}

.entry-header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  background-color: #000;
  background-image: url(https://ppp-garage.com/wp/wp-content/themes/ppp-garage/img/h1Img.webp);
  background-size: cover;
  background-position: bottom;
  padding: 0 calc((100vw - 100%) / 2);
  margin: 95px calc((100% - 100vw) / 2) 0;
}
@media screen and (max-width: 1023px) {
  .entry-header {
    margin: -35px calc((100% - 100vw) / 2) 0;
  }
}

.entry-title {
  position: relative;
  display: block;
  border: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(7px) brightness(0.36) saturate(94%) sepia(64%);
          backdrop-filter: blur(7px) brightness(0.36) saturate(94%) sepia(64%);
  color: #fff;
  padding: 20px 40px;
}
@media screen and (max-width: 1023px) {
  .entry-title {
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.entry-title span {
  display: none;
}

.article h1 {
  font-weight: 600;
  font-size: 28px;
}
@media screen and (max-width: 431px) {
  .article h1 {
    font-size: 18px;
  }
}
.article h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  background: none;
  font-size: 1.8em;
  padding: 25px 0;
  margin-bottom: 0;
}
.article h2 span {
  font-size: 0.4em;
}
@media screen and (max-width: 431px) {
  .article h2 {
    font-size: 1.5em;
  }
}
.article h3 {
  position: relative;
  display: flex;
  flex-direction: column;
  background: none;
  border: none;
  font-size: 1.5em;
  padding: 0;
  margin: 40px 0 20px;
}
.article h3 span {
  font-size: 0.4em;
}
@media screen and (max-width: 431px) {
  .article h3 {
    font-size: 18px;
  }
}
.article h4 {
  border: none;
  padding: 0;
  margin: 40px 0 0.5em 0;
}
.article p {
  margin-bottom: 1.2em;
}

.textCenter {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.btnCenter {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 50px !important;
}

.imgCenter {
  position: relative;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}

.imageSize800-80 {
  width: 800px;
  max-width: 80%;
  margin-bottom: 20px;
}

@media screen and (max-width: 431px) {
  .textCenterMo {
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.textLinkB {
  display: block;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.textLinkB::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 600;
}

.point {
  font-weight: 600;
  color: #fead50;
}

.smallFont {
  font-size: 0.8em !important;
}

.textPhoto {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: #bbbbbb;
  margin: -20px auto 0;
}

/*******************
** スクリーンサイズに対する表示
*******************/
.pc {
  display: inline;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
}

.pctb {
  display: inline;
}
@media screen and (max-width: 431px) {
  .pctb {
    display: none;
  }
}

.tbsp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tbsp {
    display: inline;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 431px) {
  .sp {
    display: inline;
  }
}

/*******************
** スクリーンサイズに対する表示（tableセル用）
*******************/
.pc-t {
  display: table-cell;
}
@media screen and (max-width: 1023px) {
  .pc-t {
    display: none;
  }
}

.pctb-t {
  display: table-cell;
}
@media screen and (max-width: 431px) {
  .pctb-t {
    display: none;
  }
}

.tbsp-t {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tbsp-t {
    display: table-cell;
  }
}

.sp-t {
  display: none;
}
@media screen and (max-width: 431px) {
  .sp-t {
    display: table-cell;
  }
}

/*******************
** 管理画面
*******************/
body#tinymce.wp-editor::before {
  background-color: #000;
  background-image: url(https://ppp-garage.com/wp/wp-content/themes/ppp-garage/img/background.jpg);
  background-size: cover;
}

/*******************
** header
*******************/
.header-container {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .header-container {
    display: none;
  }
}

.header {
  background: #000;
}
.header .tagline {
  display: none;
}

.logo-header {
  padding: 5px 0 0;
}

.navi {
  background-color: rgba(156, 25, 26, 0.9);
  -webkit-backdrop-filter: blur(7px) brightness(0.36) saturate(94%) sepia(64%);
          backdrop-filter: blur(7px) brightness(0.36) saturate(94%) sepia(64%);
  border-bottom: solid 1px #fff;
}
.navi .navi-in a {
  color: #fff;
  text-shadow: 0px 0px 3px #490d0d;
}
.navi .navi-in a:hover {
  background: #000;
}
.navi .navi-in > ul .sub-menu {
  background-color: rgba(156, 25, 26, 0.9);
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
}
.navi .navi-in > ul .sub-menu:last-child {
  border-bottom: solid 1px #fff;
}

/*--モバイルヘッダー--*/
.logo-menu-button img {
  max-height: 26px;
  margin-top: 7px;
}

.mobile-menu-buttons {
  background: rgba(0, 0, 0, 0.8);
  box-shadow: none;
  border-bottom: solid 1px #fff;
}

.navi-menu-content {
  background: rgba(156, 25, 26, 0.9);
}
.navi-menu-content a {
  color: #fff;
}

#menu-item-279 .item-label::after,
#menu-item-401 .item-label::after,
#menu-item-521 .item-label::after,
#menu-item-520 .item-label::after,
#menu-item-522 .item-label::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 600;
  margin-left: 0.5em;
}

.menu-item-393 a,
.menu-item-400 a,
.menu-item-518 a,
.menu-item-517 a,
.menu-item-524 a,
.menu-item-265 a {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-item-393 a::after,
.menu-item-400 a::after,
.menu-item-518 a::after,
.menu-item-517 a::after,
.menu-item-524 a::after,
.menu-item-265 a::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 600;
  margin-left: 0.5em;
}

a i {
  font-weight: 600;
}

/*******************
** footer
*******************/
.footer {
  position: relative;
  background: rgba(0, 0, 0, 0.8);
  margin-top: 0;
}

.footerContentArea {
  color: #fff;
}
.footerContentArea .footerContent {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 80px 0 0;
}
@media screen and (max-width: 1023px) {
  .footerContentArea .footerContent {
    flex-direction: column;
    padding: 30px 0 0;
  }
}
.footerContentArea .footerContent .itemText {
  width: 40%;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 431px) {
  .footerContentArea .footerContent .itemText {
    width: 100%;
  }
}
.footerContentArea .footerContent .itemText img {
  width: 250px;
  margin-bottom: 30px;
}
@media screen and (max-width: 431px) {
  .footerContentArea .footerContent .itemText img {
    width: 200px;
  }
}
.footerContentArea .footerContent .itemText p {
  margin-bottom: 30px;
}
.footerContentArea .footerContent .itemText .btnFooter {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #e85c39;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2em;
  padding: 10px 20px;
  margin: 0 auto 30px;
  transition: 0.3s;
}
.footerContentArea .footerContent .itemText .btnFooter:hover {
  background-color: #fead50;
  color: #fff;
}
.footerContentArea .footerContent .itemText table {
  max-width: 400px;
  margin: 0 auto 10px;
}
.footerContentArea .footerContent .itemText table tr:nth-of-type(2n+1) {
  background: transparent;
}
.footerContentArea .footerContent .itemText table th {
  background: transparent;
  border: none;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  text-align: center;
  font-weight: 400;
}
.footerContentArea .footerContent .itemText table td {
  background: transparent;
  border: none;
  border-bottom: solid 1px #333;
  text-align: center;
  font-weight: 400;
  font-size: 0.8em;
}
.footerContentArea .footerContent .itemMap {
  width: 60%;
}
@media screen and (max-width: 431px) {
  .footerContentArea .footerContent .itemMap {
    width: 100%;
  }
}

.logos {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .logos {
    margin-top: 50px;
  }
}
.logos .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: 80px;
  text-align: center;
}
.logos .item img {
  height: 80px;
}
.logos .item a {
  height: 50px;
}
.logos .item p {
  font-size: 12px;
}

.sns {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 0;
}
.sns .item {
  margin-right: 10px;
}
.sns .item:last-child {
  margin-right: 0;
}
.sns .item a img {
  width: 50px;
  margin: 5px;
  transition: all 0.3s;
}
.sns .item a img:hover {
  width: 60px;
  margin: 0;
  transition: all 0.3s;
}

.footerPay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 0 calc((100vw - 100%) / 2);
  margin: 25px calc((100% - 100vw) / 2) -25px;
}
.footerPay img {
  display: block;
  width: 800px;
  max-width: 100%;
}

.footer-bottom {
  margin-top: 50px;
}

.sdgs {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 50px 0 20px;
}
.sdgs img {
  position: relative;
  display: block;
  width: 200px;
}
.sdgs p {
  position: relative;
  display: block;
  font-size: 10px;
}

@media screen and (max-width: 431px) {
  .navi-footer-in {
    margin-bottom: 50px;
  }
}
.navi-footer-in > .menu-footer li {
  padding: 10px 0;
  border: none;
}
.navi-footer-in > .menu-footer li:last-child {
  border: none;
}
.navi-footer-in a {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 431px) {
  .navi-footer-in a {
    font-size: 12px;
  }
}
.navi-footer-in a:hover {
  color: #000 !important;
  background: #fff;
}

.copyright {
  color: #fff;
  font-size: 0.8em;
}

/*******************
** home
*******************/
.campaign {
  border: solid 2px #e85c39;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px;
  margin-bottom: 50px;
}
.campaign:last-child {
  margin-bottom: 10px;
}
.campaign .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.campaign h3 {
  margin: 0 auto 30px;
}

.home .entry-title,
.home .entry-header {
  display: none;
}

/*--firstView--*/
.firstViewArea .firstView {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 50px - 50px);
  max-height: 700px;
  background-color: #000;
  background-image: url(https://ppp-garage.com/wp/wp-content/themes/ppp-garage/img/h1Img.webp);
  background-size: cover;
  padding: 0 calc((100vw - 100%) / 2);
  margin: 95px calc((100% - 100vw) / 2) 0;
}
@media screen and (max-width: 1023px) {
  .firstViewArea .firstView {
    margin-top: -35px;
  }
}
.firstViewArea .firstView .fvFrame {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(7px) brightness(0.36) saturate(94%) sepia(64%);
          backdrop-filter: blur(7px) brightness(0.36) saturate(94%) sepia(64%);
  padding: 50px 15px 40px;
}
@media screen and (max-width: 431px) {
  .firstViewArea .firstView .fvFrame {
    width: 250px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
.firstViewArea .firstView .fvFrame .fvLogo {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.firstViewArea .firstView .fvFrame .fvLogo p.catchy {
  font-size: 1.2em;
  color: #fff;
  margin-bottom: 0;
}
.firstViewArea .firstView .fvFrame .fvLogo p.point {
  font-weight: 600;
  color: #fead50;
}
.firstViewArea .firstView .fvFrame .fvLogo img {
  width: 330px;
  margin-bottom: 20px;
}

/*--message--*/
.messageArea .message {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .messageArea .message {
    flex-direction: column;
  }
}
.messageArea .message .textSide {
  position: relative;
  display: block;
  width: 55%;
  padding-right: 2em;
}
@media screen and (max-width: 1023px) {
  .messageArea .message .textSide {
    width: 100%;
    padding-right: 0;
  }
}
.messageArea .message .textSide span {
  font-weight: 600;
}
.messageArea .message .imageSide {
  flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1023px) {
  .messageArea .message .imageSide {
    width: 100%;
    max-width: 500px;
    margin: 0;
  }
}
.messageArea .message .imageSide .img-frame {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .messageArea .message .imageSide .img-frame {
    height: 300px;
  }
}
.messageArea .message .imageSide .img-frame .img-01,
.messageArea .message .imageSide .img-frame .img-02,
.messageArea .message .imageSide .img-frame .img-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.messageArea .message .imageSide .img-frame .img-01 {
  background-image: url("https://ppp-garage.com/wp/wp-content/themes/ppp-garage/img/home01.webp");
  animation: slide-animation-01 24s infinite;
}
.messageArea .message .imageSide .img-frame .img-02 {
  background-image: url("https://ppp-garage.com/wp/wp-content/themes/ppp-garage/img/home02.webp");
  animation: slide-animation-02 24s infinite;
}
.messageArea .message .imageSide .img-frame .img-03 {
  background-image: url("https://ppp-garage.com/wp/wp-content/themes/ppp-garage/img/home03.webp");
  animation: slide-animation-03 24s infinite;
}
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}

/*--point--*/
.pointArea .point {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-size: cover;
  padding: 30px calc((100vw - 100%) / 2);
  margin: 0 calc((100% - 100vw) / 2) 0;
}
.pointArea .point .item {
  width: 48%;
  border: solid 1px #fff;
  -webkit-backdrop-filter: blur(7px) brightness(0.36) saturate(94%) sepia(64%);
          backdrop-filter: blur(7px) brightness(0.36) saturate(94%) sepia(64%);
  color: #fff;
  padding: 20px;
  margin: 5px;
}
@media screen and (max-width: 431px) {
  .pointArea .point .item {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
  }
}
.pointArea .point .item h3 {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 431px) {
  .pointArea .point .item h3 {
    margin-top: 0;
    margin-bottom: 14px;
  }
}
.pointArea .point .item h3 span {
  position: absolute;
  top: -75px;
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 200px;
  font-weight: 600;
  z-index: -1;
}
@media screen and (max-width: 431px) {
  .pointArea .point .item h3 span {
    top: -30px;
    font-size: 150px;
  }
}
.pointArea .point .item .text {
  font-size: 15px;
  margin-bottom: 40px;
}
.pointArea .point .item .text::before {
  content: "";
  position: relative;
  top: -0.5em;
  display: block;
  width: 100%;
  height: 2px;
  background: #9c191a;
}
@media screen and (max-width: 431px) {
  .pointArea .point .item .text {
    margin-bottom: 0;
  }
}

/*--menu--*/
.menu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1023px) {
  .menu {
    flex-direction: column;
  }
}
.menu .menu01 {
  position: relative;
  display: block;
  width: 32%;
  background: rgba(0, 0, 0, 0.4);
  border: solid 1px #aaa;
  padding: 50px 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .menu .menu01 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.menu .menu01 h3,
.menu .menu01 p,
.menu .menu01 img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .menu .menu01 h3,
  .menu .menu01 p,
  .menu .menu01 img {
    margin: 0 0 14px;
  }
}
.menu .menu01 h3 {
  margin-top: 0;
}
.menu .menu01 p {
  font-size: 15px;
}
@media screen and (max-width: 1023px) {
  .menu .menu01 img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 14px;
  }
}
.menu .menu02 {
  position: relative;
  display: block;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border: solid 1px #aaa;
  padding: 50px 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .menu .menu02 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.menu .menu02 h3,
.menu .menu02 p,
.menu .menu02 img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .menu .menu02 h3,
  .menu .menu02 p,
  .menu .menu02 img {
    margin: 0 0 14px;
  }
}
.menu .menu02 h3 {
  margin-top: 0;
}
.menu .menu02 p {
  font-size: 15px;
}
.menu .menu02 img {
  display: block;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1023px) {
  .menu .menu02 img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 14px;
  }
}
.menu .blogList {
  position: relative;
  display: block;
  width: 32%;
  background: rgba(0, 0, 0, 0.4);
  border: solid 1px #aaa;
  text-decoration: none;
  padding: 0 12px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.menu .blogList:hover {
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .menu .blogList {
    width: 100%;
    margin-bottom: 20px;
  }
}
.menu .blogList h3,
.menu .blogList p,
.menu .blogList img {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .menu .blogList h3,
  .menu .blogList p,
  .menu .blogList img {
    margin: 0 0 14px;
  }
}
.menu .blogList h3 {
  position: relative;
  display: block;
  font-size: 16px;
  margin-top: 0;
}
.menu .blogList p {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .menu .blogList img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 14px;
  }
}

.btn01 {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
  text-decoration: none;
  color: #fff;
  padding: 10px 40px 10px 20px;
  margin: 1.5em 0 0 auto;
  transition: 0.3s;
}
.btn01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: 0.3s;
}
.btn01:hover {
  background: #fff;
  color: #000;
}
.btn01:hover::after {
  right: 15px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}

.btn02 {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px 10px 20px;
  margin: 0 0 0 auto;
  transition: 0.3s;
}
.btn02::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 600;
  margin-left: 0.5em;
}
.btn02:hover {
  background: #fff;
  color: #000;
}

.btn03 {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px 10px 20px;
  margin: 0 auto;
  transition: 0.3s;
}
.btn03::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 600;
  margin-left: 0.5em;
}
.btn03:hover {
  background: #fff;
  color: #000;
}

.btn04 {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2em;
  color: #fff;
  padding: 10px 20px 10px 20px;
  margin: 0 auto 0 !important;
  transition: 0.3s;
}
.btn04::before {
  content: "";
  position: relative;
  right: 0.3em;
  bottom: 0.5em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(https://ppp-garage.com/wp/wp-content/themes/ppp-garage/img/ppL.gif);
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  padding: 1px;
  transition: 0.3s;
}
.btn04::after {
  content: "";
  position: relative;
  left: 0.3em;
  bottom: 0.5em;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url(https://ppp-garage.com/wp/wp-content/themes/ppp-garage/img/ppR.gif);
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  padding: 1px;
  transition: 0.3s;
}
.btn04:hover::before {
  right: 0.6em;
  bottom: 0.6em;
}
.btn04:hover::after {
  left: 0.6em;
  bottom: 0.6em;
}

p.btn04 {
  font-weight: 900;
}
@media screen and (max-width: 431px) {
  p.btn04 {
    font-size: 0.9em;
  }
}

.btn05 {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px 10px 20px;
  margin: 0 0 0 auto;
  transition: 0.3s;
}
.btn05::after {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 600;
  margin-left: 0.5em;
}
.btn05:hover {
  background: #fff;
  color: #000;
}

.btnCenter {
  margin: 0 auto;
}

.btnSizeUp {
  font-size: 1.4em;
}

/*--originalItem--*/
.originalItemArea .originalItem {
  position: relative;
}
.originalItemArea .originalItem img {
  position: relative;
  display: block;
  width: 700px;
  margin: 0 auto 0;
}
.originalItemArea .originalItem .content {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 700px;
  margin: 30px auto 0;
}

/*******************
** page
*******************/
/*--facility--*/
.facilityArea .facility {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facilityArea .facility .item {
  position: relative;
  display: block;
  width: 49%;
  background: rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
  padding: 20px;
  margin: 50px 0 0;
}
@media screen and (max-width: 431px) {
  .facilityArea .facility .item {
    width: 100%;
  }
}
.facilityArea .facility .item h3 {
  margin: 15px 0 30px;
}
.facilityArea .facility .item img {
  position: relative;
  display: block;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 431px) {
  .facilityArea .facility .item img {
    width: 100%;
  }
}
.facilityArea .facility .item p {
  margin: 20px 0 0;
}
.facilityArea .facility .item a {
  margin: 30px auto 15px;
}
.facilityArea .facility2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.facilityArea .facility2 .item {
  position: relative;
  display: block;
  width: 100%;
  margin: 50px 0 0;
}
@media screen and (max-width: 431px) {
  .facilityArea .facility2 .item {
    width: 100%;
  }
}
.facilityArea .facility2 .item h3 {
  margin: 15px 0 30px;
}
.facilityArea .facility2 .item .col2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.facilityArea .facility2 .item .col2 div {
  width: 35%;
}
.facilityArea .facility2 .item .col2 img {
  position: relative;
  display: block;
  width: 60%;
  margin: 0 auto;
}
.facilityArea .facility2 .item .col2 p {
  margin: 20px 0 0;
}
.facilityArea .facility2 .item .col2 a {
  margin: 30px auto 15px;
}

/*--plan--*/
.planArea .plan {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.planArea .plan .textSide {
  position: relative;
  display: block;
  width: 46%;
  padding-right: 2em;
}
@media screen and (max-width: 431px) {
  .planArea .plan .textSide {
    width: 100%;
    padding-right: 0;
  }
  .planArea .plan .textSide img {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.planArea .plan .textSide span {
  font-weight: 600;
}
.planArea .plan .imageSide {
  height: 500px;
  flex: 1;
  margin-right: calc(50% - 50vw);
}
.planArea .plan .imageSide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.planArea .reverse {
  flex-direction: row-reverse;
}
.planArea .reverse .textSide {
  padding-left: 2em;
}
@media screen and (max-width: 431px) {
  .planArea .reverse .textSide {
    padding-left: 0;
  }
}
.planArea .reverse .imageSide {
  margin-right: 0;
  margin-left: calc(50% - 50vw);
}

/*タブ切り替え全体のスタイル*/
.tabs {
  width: 100%;
  margin: 0 auto;
}
.tabs::after {
  content: "";
  position: relative;
  display: block;
  height: 100px;
  z-index: -1;
}

/*タブのスタイル*/
.tab_item {
  display: block;
  width: 33.3333333333%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  border: solid 1px #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:last-child {
  width: 100%;
}
.tab_item:hover {
  background: #9c191a;
}
@media screen and (max-width: 431px) {
  .tab_item {
    width: 33.3333333333%;
  }
}

.wide {
  width: 100%;
}
@media screen and (max-width: 431px) {
  .wide {
    font-size: 0.9em;
  }
}

/*ラジオボタンを全て消す*/
input[name=tab_item],
input[name=tab_item2] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 431px) {
  .tab_content {
    padding: 20px 0 20px;
  }
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #9c191a;
  border: solid 1px #fff;
  color: #fff;
}

/*新しいタブ切り替え*/
/*タブ切り替え全体のスタイル*/
.tabs {
  position: relative;
  display: block;
  width: 100%;
}
.tabs::after {
  content: "";
  position: relative;
  display: block;
  height: 200px;
  z-index: -1;
}

/*タブのスタイル*/
.tabItem {
  display: block;
  width: 33.3333333333%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  border: solid 1px #fff;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tabItem:last-child {
  width: 100%;
}
.tabItem:hover {
  background: #9c191a;
}
.tabItem span {
  font-size: 0.7em;
}
@media screen and (max-width: 431px) {
  .tabItem {
    width: 33.3333333333%;
  }
}

.wide {
  width: 100%;
}
@media screen and (max-width: 431px) {
  .wide {
    font-size: 0.9em;
  }
}

/*ラジオボタンを全て消す*/
input[name=btn] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 431px) {
  .tab_content {
    padding: 20px 0 20px;
  }
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tabItem {
  background-color: #9c191a;
  border: solid 1px #fff;
  color: #fff;
}

.price {
  display: none;
}

.priceSS {
  display: block;
}

.textNotes {
  text-align: center;
  margin: 0 !important;
}

.textNotesB {
  text-align: center;
  font-weight: 900;
  margin: 0 !important;
}

/*選択されているタブのコンテンツのみを表示*/
#ss:checked ~ #ss_content,
#s:checked ~ #s_content,
#m:checked ~ #m_content,
#l:checked ~ #l_content,
#ll:checked ~ #ll_content,
#xl:checked ~ #xl_content,
#pu:checked ~ #pu_content,
#ss2:checked ~ #ss2_content,
#s2:checked ~ #s2_content,
#m2:checked ~ #m2_content,
#l2:checked ~ #l2_content,
#ll2:checked ~ #ll2_content,
#xl2:checked ~ #xl2_content,
#pu2:checked ~ #pu2_content {
  display: block;
}

#lex:checked ~ #lex_content,
#tyo:checked ~ #tyo_content,
#nss:checked ~ #nss_content,
#hnd:checked ~ #hnd_content,
#mtb:checked ~ #mtb_content,
#mzd:checked ~ #mzd_content,
#sbl:checked ~ #sbl_content,
#szk:checked ~ #szk_content,
#dyh:checked ~ #dyh_content,
#bmw:checked ~ #bmw_content,
#aud:checked ~ #aud_content,
#flw:checked ~ #flw_content,
#pls:checked ~ #pls_content,
#mbz:checked ~ #mbz_content,
#smt:checked ~ #smt_content,
#alf:checked ~ #alf_content,
#fat:checked ~ #fat_content,
#jgr:checked ~ #jgr_content,
#ldr:checked ~ #ldr_content,
#cdr:checked ~ #cdr_content,
#cbl:checked ~ #cbl_content,
#crs:checked ~ #crs_content,
#jee:checked ~ #jee_content,
#for:checked ~ #for_content,
#vlv:checked ~ #vlv_content,
#cte:checked ~ #cte_content,
#pug:checked ~ #pug_content,
#rnu:checked ~ #rnu_content,
#bnt:checked ~ #bnt_content,
#stl:checked ~ #stl_content,
#dsa:checked ~ #dsa_content,
#oth:checked ~ #oth_content {
  display: block;
}

.priceTextArea {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 431px) {
  .priceTextArea {
    width: 100%;
  }
}
.priceTextArea .priceText {
  text-align: center;
  font-size: 100px;
  font-weight: 900;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 431px) {
  .priceTextArea .priceText {
    font-size: 50px;
  }
}
.priceTextArea .priceText span {
  font-size: 16px;
}
.priceTextArea .priceText2 {
  text-align: center;
  font-size: 50px;
  font-weight: 900;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 431px) {
  .priceTextArea .priceText2 {
    font-size: 50px;
  }
}
.priceTextArea .priceText2 span {
  font-size: 16px;
}
.priceTextArea .timeText {
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 431px) {
  .priceTextArea .timeText {
    font-size: 16px;
  }
}
.priceTextArea .timeText2 {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 431px) {
  .priceTextArea .timeText2 {
    font-size: 16px;
  }
}

.normal {
  width: 100%;
  background: rgba(0, 0, 255, 0.2);
  padding: 50px 0;
}

.gokutsuya {
  width: 100%;
  background: rgba(0, 255, 0, 0.2);
  padding: 50px 0;
}

.carWash {
  border: solid 1px #fff;
  padding: 10px 10px 50px;
  margin-bottom: 50px;
}
.carWash:last-child {
  margin-bottom: 10px;
}
.carWash .menuTitle {
  font-size: 2em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 431px) {
  .carWash .menuTitle {
    font-size: 1.5em;
  }
}
.carWash .col2,
.carWash .col2r {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}
@media screen and (max-width: 1023px) {
  .carWash .col2,
  .carWash .col2r {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.carWash .col2 .itemLeft,
.carWash .col2r .itemLeft {
  width: 60%;
}
@media screen and (max-width: 1023px) {
  .carWash .col2 .itemLeft,
  .carWash .col2r .itemLeft {
    width: 100%;
  }
}
.carWash .col2 .itemRight,
.carWash .col2r .itemRight {
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .carWash .col2 .itemRight,
  .carWash .col2r .itemRight {
    width: 100%;
  }
}
.carWash .col2r {
  display: flex;
}
@media screen and (max-width: 1023px) {
  .carWash .col2r {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.carWash .col2c {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
}
.carWash .col2c .itemF {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
}
@media screen and (max-width: 1023px) {
  .carWash .col2c .itemF {
    width: 100%;
  }
}
.carWash .col2c .item30 {
  width: 30%;
  padding: 1em;
}
@media screen and (max-width: 1023px) {
  .carWash .col2c .item30 {
    width: 100%;
  }
}
.carWash .col2c .item40 {
  width: 40%;
  padding: 1em;
}
@media screen and (max-width: 1023px) {
  .carWash .col2c .item40 {
    width: 100%;
  }
}
.carWash .col2c .item50 {
  width: 50%;
  padding: 1em;
}
@media screen and (max-width: 1023px) {
  .carWash .col2c .item50 {
    width: 100%;
  }
}
.carWash .col2c .item60 {
  width: 60%;
  padding: 1em;
}
@media screen and (max-width: 1023px) {
  .carWash .col2c .item60 {
    width: 100%;
  }
}
.carWash .col2c .item70 {
  width: 70%;
  padding: 1em;
}
@media screen and (max-width: 1023px) {
  .carWash .col2c .item70 {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .carWash .col2c {
    flex-direction: column;
  }
}
.carWash .opWrap {
  align-items: center;
}
.carWash .btnCenter {
  margin: 50px auto !important;
}
.carWash .menuIconWrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 20px;
}
@media screen and (max-width: 1023px) {
  .carWash .menuIconWrap {
    width: 100%;
    margin: 50px 0 0;
  }
}
.carWash .menuIconWrap .item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border: solid 1px #fff;
  width: 24%;
  height: 3.5em;
  text-align: center;
  font-size: 0.9em;
  line-height: 1.5;
  margin: 3px;
}
@media screen and (max-width: 1023px) {
  .carWash .menuIconWrap .item {
    width: 146px;
    font-size: 11px;
  }
}
.carWash .menuIconWrap .item span {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.8em;
}
.carWash .menuIconWrap .on {
  background: #9c191a;
  border: solid 1px #fff;
  color: #fff;
}
.carWash .menuIconWrap .on span {
  color: #fff;
}
.carWash .menuIconWrap .off {
  background: rgba(85, 85, 85, 0.6666666667);
  border: solid 1px #000;
  color: #000;
}
.carWash .menuIconWrap .off span {
  color: #000;
}
.carWash .menuIconWrap .op {
  border: solid 1px #fff;
  color: #fff;
}
.carWash .menuIconWrap .op span {
  color: #fff;
}
.carWash .menuIconWrap .sizeUp {
  width: 300px;
  height: 4em;
  font-size: 18px;
  font-weight: 900;
  padding: 10px;
  margin-top: -30px;
}
.carWash .menuIconWrap .plus {
  position: relative;
  top: 25px;
  right: 10px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 30px;
  height: 0.2em;
  background: currentColor;
  border-radius: 0.1em;
}
.carWash .menuIconWrap .plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}
.carWash .legend {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.8em;
}
@media screen and (max-width: 431px) {
  .carWash .legend {
    margin-bottom: 30px;
  }
}
.carWash .legend .leg {
  position: relative;
  display: inline;
  width: 1em;
  height: 1em;
  margin: 0 0.5em 0 1em;
}
.carWash .legend .leg:first-child {
  margin-left: 0;
}
.carWash .legend .on {
  background: #9c191a;
  border: solid 1px #fff;
  color: #fff;
}
.carWash .legend .on span {
  color: #fff;
}
.carWash .legend .off {
  background: rgba(85, 85, 85, 0.6666666667);
  border: solid 1px #000;
  color: #000;
}
.carWash .legend .off span {
  color: #000;
}
.carWash .legend .op {
  border: solid 1px #fff;
  color: #fff;
}
.carWash .legend .op span {
  color: #fff;
}
.carWash .optionOuter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.carWash .optionWrap {
  width: 49%;
  background: rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  margin: 0 auto 50px;
}
@media screen and (max-width: 431px) {
  .carWash .optionWrap {
    width: 100%;
  }
}
.carWash .toggle {
  /*ベース*/
  display: none;
}
.carWash .Label {
  /*タイトル*/
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  border: solid 1px #fff;
  padding: 0.5em 45px 0.5em 1em;
  margin: 20px auto 0;
}
.carWash .Label::before {
  /*タイトル横の矢印*/
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.carWash .Label,
.carWash .opContent {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.carWash .opContent {
  /*本文*/
  height: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}
.carWash .opContent div.item60 {
  padding-top: 8px;
  padding-bottom: 0;
}
.carWash .opContent p {
  margin: 0;
}
.carWash .toggle:checked + .Label + .opContent {
  /*開閉時*/
  height: auto;
  padding: 20px 20px 0;
  transition: all 0.3s;
}
.carWash .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}
.carWash .bookingWrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.carWash .inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.booking3Col {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.booking3Col .carWash {
  width: 32%;
  padding-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .booking3Col .carWash {
    width: 100%;
  }
}
.booking3Col .carWash .menuTitle {
  font-size: 1.4em;
}
.booking3Col .carWash .textNotesB span {
  font-size: 0.6em;
  margin-left: 0.6em;
}
.booking3Col .carWash .priceTextArea .priceText {
  font-size: 70px;
}
@media screen and (max-width: 431px) {
  .booking3Col .carWash .priceTextArea .priceText {
    font-size: 50px;
  }
}
.booking3Col .carWash .priceTextArea .timeText {
  font-size: 18px;
  margin-bottom: 1em !important;
}
@media screen and (max-width: 431px) {
  .booking3Col .carWash .priceTextArea .timeText {
    font-size: 16px;
  }
}
.booking3Col .carWash:last-child {
  margin-bottom: 50px;
}
.booking3Col .wide {
  width: 100%;
}

.otherPage {
  border: none;
  margin-top: 50px;
}

/*予約ページ誘導ボタン(blank / Ver.2409)*/
.reservationBtnD {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #e85c39;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4em;
  font-feature-settings: "palt" 1;
  font-size: 1.2em;
  padding: 14px 26px;
  margin: 20px;
  transition: 0.3s;
}
.reservationBtnD:hover {
  background-color: #fead50;
  color: #fff;
}
.reservationBtnD::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 600;
  margin-left: 0.5em;
}
.reservationBtnD span {
  position: absolute;
  top: -15px;
  left: -15px;
  border-radius: 2px;
  font-size: 0.8em;
  background: #fead50;
  padding: 0 15px;
}

/*--table--*/
table tr:nth-of-type(2n+1) {
  background: transparent;
}
table td,
table th {
  border: solid 1px rgba(255, 255, 255, 0.5) !important;
  text-align: center;
}
table th {
  background: #9c191a;
  text-shadow: 0px 0px 3px #490d0d;
}

.tbl {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 431px) {
  .tbl {
    width: 100%;
  }
  .tbl .thead {
    display: none;
  }
  .tbl tr {
    display: table;
    width: 100%;
    border: solid 1px #fff;
    border-left: solid 5px #9c191a;
    margin-bottom: 5px;
  }
  .tbl th {
    width: 30%;
    border: none !important;
    font-size: 12px;
  }
  .tbl td {
    display: block;
    text-align: right;
    width: 100%;
    border: none !important;
    font-size: 14px;
    /*&:first-child {
        background: #e9727e;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }*/
  }
  .tbl td::before {
    content: attr(data-label);
    float: left;
    margin-right: 10px;
  }
}

/*--プランメニュー--*/
.planMenuArea {
  margin-bottom: 0;
}

.planMenu {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.planMenu .menuBtn {
  position: relative;
  bottom: -8px;
  display: block;
  width: 33.3333333333%;
  background: #9c191a;
  color: #fff;
  border-top: solid 1px rgba(0, 0, 0, 0.4);
  border-left: solid 1px rgba(0, 0, 0, 0.4);
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 0px 3px #490d0d;
  padding: 10px 0;
  margin: 20px 0 0;
}
.planMenu .menuBtn:last-child {
  border-right: solid 1px rgba(0, 0, 0, 0.4);
}
.planMenu .bcSelect {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: none;
}

.flameAll {
  position: relative;
  top: 8px;
  background: rgba(0, 0, 0, 0.4);
  border: solid 1px rgba(0, 0, 0, 0.4);
  border-top: none;
  padding: 3px;
  margin-bottom: 0;
}
.flameAll img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.selfWash .item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 431px) {
  .selfWash .item {
    padding: 20px 12px;
  }
}
.selfWash .item p {
  position: relative;
  display: block;
  width: 22%;
  padding: 10px;
  margin: 0;
}
.selfWash .item p::before {
  content: "・";
  margin-right: 0.3em;
}
@media screen and (max-width: 1023px) {
  .selfWash .item p {
    width: 50%;
    padding: 0;
  }
}

/*予約ページ誘導ボタン*/
.reservationBtn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #e85c39;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4em;
  font-feature-settings: "palt" 1;
  font-size: 1.2em;
  padding: 14px 26px;
  margin: 50px auto 30px;
  transition: 0.3s;
}
.reservationBtn:hover {
  background-color: #fead50;
  color: #fff;
}

/*予約ページ誘導ボタン(blank)*/
.reservationBtnB {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #e85c39;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4em;
  font-feature-settings: "palt" 1;
  font-size: 1.2em;
  padding: 14px 26px;
  margin: 50px auto 30px;
  transition: 0.3s;
}
.reservationBtnB:hover {
  background-color: #fead50;
  color: #fff;
}
.reservationBtnB::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 600;
  margin-left: 0.5em;
}
.reservationBtnB span {
  position: absolute;
  top: 36px;
  border-radius: 2px;
  font-size: 0.8em;
  background: #fead50;
  padding: 0 15px;
  margin-left: -40px;
}

/*予約電話ボタン*/
.reservationBtnC {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: #e85c39;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.4em;
  font-feature-settings: "palt" 1;
  font-size: 1.2em;
  padding: 14px 26px;
  margin: 50px auto 30px;
  transition: 0.3s;
}
.reservationBtnC:hover {
  background-color: #fead50;
  color: #fff;
}
.reservationBtnC::after {
  font-family: "Font Awesome 5 Free";
  content: "\f095";
  font-weight: 600;
  margin-left: 0.5em;
}

/*******************
** 予約総合ページ
*******************/
.reservationMenuArea {
  margin-top: 85px;
}
@media screen and (max-width: 431px) {
  .reservationMenuArea {
    margin: 55px 0 -40px;
  }
}

.btnList {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.btnList .btn01,
.btnList .btn02 {
  margin: 10px;
}

.reservationList {
  padding-top: 50px;
}
.reservationList .item {
  position: relative;
  display: flex;
  flex-direction: column;
  border: solid 1px #fff;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin: 20px;
}
.reservationList .item .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reservationList .item .inner img {
  width: 30%;
}
@media screen and (max-width: 431px) {
  .reservationList .item .inner img {
    width: 100%;
  }
}
.reservationList .item .inner .innerContent {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: space-between;
  width: 70%;
  padding-left: 20px;
}
@media screen and (max-width: 431px) {
  .reservationList .item .inner .innerContent {
    width: 100%;
    padding: 0;
  }
}
.reservationList .item .inner .innerContent h2 {
  font-size: 24px;
  padding: 0;
}

/*******************
** pageTips
*******************/
.pageTipsArea .pageTips {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin: 20px auto 50px;
}
.pageTipsArea .pageTips img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 10px auto 10px;
}

/*******************
** サイズ一覧
*******************/
.page-id-559 .header-container,
.page-id-559 .footer-container,
.page-id-559 .mobile-menu-buttons {
  display: none;
}
.page-id-559 .entry-header {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .page-id-559 {
    margin-top: -32px;
  }
}
.page-id-559 .entry-content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin: 20px auto 50px;
}
.page-id-559 .entry-content img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 10px auto 10px;
}

.sizeList {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.sizeList select {
  background: rgba(0, 0, 0, 0.4);
  font-size: 16px;
}
.sizeList select option {
  font-size: 16px;
}
.sizeList h2 {
  text-align: center;
}
.sizeList ul {
  padding: 0;
}
.sizeList ul li:nth-of-type(n+2) {
  display: none;
}
.sizeList ul li {
  list-style: none;
}

/*******************
** 固定ページテンプレ
*******************/
.tips .entry-content {
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 50px;
  margin-top: 50px;
}
.tips ul,
.tips ol {
  border: solid 1px #fff;
  padding: 30px 30px 30px calc(30px + 1em);
}
.tips ul li,
.tips ol li {
  margin-bottom: 1em;
}
.tips .bold {
  display: block;
  font-weight: 600;
  font-size: 1.1em;
}

.washMenu {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
}
.washMenu img {
  display: block;
  width: 80%;
  margin: 0 auto 20px;
}
.washMenu ol,
.washMenu ul {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  border: solid 1px #fff;
  padding: 1em 1em 1em 3em;
}
.washMenu ol p,
.washMenu ul p {
  margin: 0;
}
.washMenu .reservation {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.washMenu .reservation a {
  width: 33%;
  margin: 10px 0;
}
.washMenu .reservation a:last-child {
  width: 100%;
}
.washMenu .btnCenter {
  margin: 0 auto;
}
.washMenu .mt {
  margin-top: 50px;
}

/*******************
** list
*******************/
.archive .entry-title {
  top: -8px;
  padding-top: 21px;
}

.a-wrap:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

/*******************
** single
*******************/
.post .entry-content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin: 20px auto 50px;
}
.post .entry-content img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 2em auto 10px;
}

.entry-categories-tags {
  text-align: center;
}
.entry-categories-tags .cat-link {
  background: rgba(0, 0, 0, 0.4);
  border: solid 1px #fff;
  font-size: 16px;
  padding: 6px 20px;
  transition: 0.3s;
}
.entry-categories-tags .cat-link .cat-icon {
  transition: 0.3s;
}
.entry-categories-tags .cat-link:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}
.entry-categories-tags .cat-link:hover .cat-icon {
  color: #000;
}

.under-entry-content {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px;
  margin: 50px auto;
}

.breadcrumb {
  text-align: center;
}

.error404 .post {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1000px;
  background-color: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 20px;
  margin: 130px auto 50px;
}
@media screen and (max-width: 1023px) {
  .error404 .post {
    margin: 0 auto;
  }
}
.error404 .post img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 10px auto 10px;
}

/*******************
** PrivacyPolicy
*******************/
.privacyPolicyArea {
  display: block;
  width: 100%;
  max-width: 800px;
  background: rgba(0, 0, 0, 0.7);
  border: solid 1px #fff;
  padding: 30px;
  margin: 50px auto 0;
}

/*******************
** contactForm7
*******************/
.formInner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 90%;
  max-width: 600px;
}

.formBody > p {
  text-align: left;
  font-size: 16px !important;
}
.formBody .must {
  background: #9c191a;
  color: #fff;
  margin-right: 10px;
  padding: 6px 30px;
}
.formBody .free {
  background: #555;
  color: #fff;
  margin-right: 10px;
  padding: 6px 30px;
}

form > p {
  font-weight: 600;
}

/*ContactForm7*/
.wpcf7 {
  background: transparent;
  border: none;
  margin: 0 !important;
  width: 100%;
}
.wpcf7 p,
.wpcf7 select,
.wpcf7 .wpcf7-list-item-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 6px 0 0;
}
.wpcf7 p .cautionary,
.wpcf7 select .cautionary,
.wpcf7 .wpcf7-list-item-label .cautionary {
  font-size: 0.8em;
  margin-left: 1em;
}
.wpcf7 > form {
  background: transparent;
  margin: 0px calc((100% - 100vw) / 2) -23px;
  padding: 10px calc((100vw - 100%) / 2);
  box-sizing: border-box;
  color: #333;
  height: 100%;
  width: 100vw;
}
.wpcf7 .wpcf7-list-item {
  display: inline-block;
  margin: 1em;
}
.wpcf7 .wpcf7-submit,
.wpcf7 .wpcf7-confirm,
.wpcf7 .wpcf7-back {
  background: #e85c39 !important;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-indent: 10px;
  letter-spacing: 10px;
  box-sizing: border-box;
  position: relative;
  display: block;
  width: 225px;
  height: 48px;
  margin: 30px auto 0;
  cursor: pointer;
  border: none !important;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  outline: none;
  transition: all 0.5s;
  border-radius: 0;
}
.wpcf7 .wpcf7-submit:hover,
.wpcf7 .wpcf7-confirm:hover,
.wpcf7 .wpcf7-back:hover {
  background-color: #fead50 !important;
  color: #fff;
}

::-moz-placeholder {
  color: #bbbbbb;
}

::placeholder {
  color: #bbbbbb;
}

.centerCom {
  text-align: center;
  font-size: 16px;
}

.centerCom > h2 {
  margin-top: -75px;
  padding-top: 75px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 40px;
  text-shadow: 0 0 3px #808080;
}

input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
input[type=date],
.wpcf7 select {
  width: 100%;
  height: 40px;
  padding: 8px 15px;
  margin-top: 0;
  margin-bottom: 10px;
  border: 1px solid #d0d5d8;
  border-radius: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  height: 200px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  font-size: 16px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea,
input[type=date],
.wpcf7 select {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  font-size: 16px;
}

span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
  position: relative;
  top: -10px;
  color: #ff4e00;
  font-size: 12px;
  font-weight: 600;
}

.wpcf7c-conf {
  background-color: #ffffff !important;
  color: #38beee !important;
  border: 1px solid #38beee !important;
}

span.wpcf7-form-control.wpcf7-radio {
  display: flex;
  flex-direction: column;
}

/*--スクロールパーツ--*/
.form-Scroll-Solid {
  background: rgba(0, 0, 0, 0.4);
  color: #333;
  font-size: 13px;
  text-align: left;
  height: 200px;
  overflow: auto;
  padding: 0 20px;
  border: solid 1px #fff;
  border-radius: 0;
}
.form-Scroll-Solid h2 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background: none;
  padding: 40px 0 20px;
}
.form-Scroll-Solid h3 {
  font-weight: bold;
  font-size: 13px;
  border: none;
  padding: 20px 0 5px;
  margin: 0;
}
.form-Scroll-Solid p {
  font-size: 13px;
  margin-bottom: 1.2em;
}

.wpcf7 {
  color: #fff;
}

/*******************
** 予約システム
** https://select-type.com/
*******************/
.reservationOuter {
  margin: 95px calc((100% - 100vw) / 2) -95px;
}/*# sourceMappingURL=style.css.map */