@charset "UTF-8";

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
}

.c-wrapper {
  display: flex;
}

.u-desktop {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-mobile {
    display: none;
  }
}


/* pcの電話番号発信対応 */
@media(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 (max-width: 767px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::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;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}


ul,
ol {
  list-style: none;
}


a:not([class]) {
  text-decoration-skip-ink: auto;
}


img {
  display: block;
  width: 100%;
}


article>*+* {
  margin-top: 1em;
}


input,
button,
textarea,
select {
  font: inherit;
}

/*共通*/
.inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
}


/*wrap*/
.p-coating-top_wrap {
  font-size:16px;
  margin-top:30px;
  margin-bottom: 30px;
  }

/*コーティングの種類と一覧*/
.p-coating-top__box--wrapper {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
gap: 50px;
}
.p-coating-top__box img {
border-radius: 8px;
}
.p-coating-top_banner {
  width:50%;
  max-width:700px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.p-coating-top_title {
padding: 0 20px;
}

.p-coating-top_title h2{
  color: #3D69D6;
  text-align: center;
  margin-bottom: 30px;
  font-size: min(4.3vw, 50px);
}
.p-coating-top_title p{
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}
@media screen and (max-width:600px) {
  .p-coating-top_banner {
   width:90%; 
  }
}


/*----------------------------*/
.p-coating-top__box {
  background: #f7f0d6;
  padding:16px;
  border-radius: 6px;
}

.p-coating-top__box--wdia {
  background: #d5dbe8;
  padding:16px;
  border-radius: 6px;
}

.p-coating-top__box--crystal {
  background: #e4eef1;
  padding:16px;
  border-radius: 6px;
}
.p-coating-top__box--fresh {
  background: #F9F7E8;
  padding:16px;
  border-radius: 6px;
}
.p-coating-top__box--ecodia {
  background: #e2f5e5;
  padding:16px;
  border-radius: 6px;
}
.p-coating-top__box--ex {
  background: #f5e1e5;
  padding:16px;
  border-radius: 6px;
}
/*----------------------------*/
.p-coating-top__box span {
  color:#b10000;
}

.p-coating-top__text dl {
display:block;
}

.p-coating-top__text dt {
  width:151px;
  height:34px;
  line-height: 34px;
  text-align: center;
  background: #ffffff;
  margin: 6px auto;
  font-weight:600;
}

.p-coating-top__text dd {
  text-align: center;
 padding:3px 0;
  border-top:1px solid #ccc;
}

.p-coating-top__box--price {
  font-family: Arial, Helvetica, sans-serif;
  font-size:23px;
  font-weight:600;
  color:#b10000;
  text-align: center;
}

/*デフォルトのボタン*/
div.p-coating-top__btn {
  display:block;
  width:80%;
  margin:0 auto;
  text-align: center;
  color:#fff;
  background:#0B3290;
  line-height: 26px;
  padding: 20px 0;
  border-radius: 4px;
}
/*ホバー時のボタン*/
div.p-coating-top__btn :hover {
  display:block;
  opacity: 0.5;
}

/*1　ダイヤ*/
.p-coating-top__text-dia {
  font-size:20px;
  font-weight:600;
  color:#978237;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*2　wダイヤ*/
.p-coating-top__text-wdia {
  font-size:20px;
  font-weight:600;
  color:#0B3290;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*3　クリスタル*/
.p-coating-top__text--crystal {
  font-size:20px;
  font-weight:600;
  color:#19a9d8;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*4　fresh*/
.p-coating-top__text--fresh {
  font-size:20px;
  font-weight:600;
  color:#aea500;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*5　ecodia*/
.p-coating-top__text--ecodia {
  font-size:20px;
  font-weight:600;
  color:#18b630;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*6　ex*/
.p-coating-top__text--ex {
  font-size:20px;
  font-weight:600;
  color:#cc1533;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-coating-top__text-crystal {
  padding: 14px 0 !important;
}