@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: 10px;
}
.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--dia-two {
  background: #d6dbea;
  padding:16px;
  border-radius: 6px;
}
/*----------------------------*/

.p-coating-top__text dl {
  display:block;
}

.p-coating-top__text dt:after{
    content:"：";
  }

.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:#000000;
  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;
}

/*7　dia-two*/
.p-coating-top__text--dia-two {
  font-size:20px;
  font-weight:600;
  color:#17308A;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-coating-top__content > .inner {
    padding: 0px;
}

.p-coating-top__text-crystal {
  padding: 14px 0 !important;
}

.p-coating-top__box--wrapper>[class^=p-coating-top__box] {
    display: grid;
    gap: 5px 2px;
    grid-template-columns: 1fr 140px;
}

[class^=p-coating-top__box] > img,
  [class^=p-coating-top__box] > .p-coating-top__text:first-of-type{
    grid-column:1/3;
  }
  [class^=p-coating-top__box] > .p-coating-top__text h3{
    font-size:16px;
  }
  [class^=p-coating-top__box] > .p-coating-top__text:first-of-type dl {
    display:grid;
    grid-template-columns:0% 1fr;
    font-size:12px;
  }
  [class^=p-coating-top__box] > .p-coating-top__text:first-of-type dt {
    padding:0px;
    margin:0px;
    font-weight:400;
    text-align:right;
    font-size:12px;
    overflow:hidden;
  }
  [class^=p-coating-top__box] > .p-coating-top__text:first-of-type dd {
    padding:0px;
    margin:0px;
    font-weight:400;
    text-align:center;
    font-size:16px;
  }

  [class^=p-coating-top__box] > .p-coating-top__text:first-of-type p:first-child {
    font-size:1.2em;
  }


  [class^=p-coating-top__box] > .p-coating-top__text:last-of-type{
    grid-column:1/2;
    grid-row: 3/4;

  }

  [class^=p-coating-top__box] > .p-coating-top__label{
    grid-column:1/3;
  }

  [class^=p-coating-top__box] > .p-coating-top__label ul{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:3px;
  }
  [class^=p-coating-top__box] > .p-coating-top__label  li{
    background-color:yellow;
    border:2px solid white;
    border-radius:3px;
    font-size:12px;
    text-align:center;
    font-weight:700;
  }
  [class^=p-coating-top__box] > .p-coating-top__btn{
    grid-row: 3/4;
    grid-column:2/3;
    font-size:14px;
    background-color:rgba(0, 0, 0, 0);
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0px;
  }

  [class^=p-coating-top__box] > .p-coating-top__btn a{
    grid-row: 3/4;
    grid-column:2/3;
    font-size:14px;
    padding: 5px 25px;
    padding-left:10px;
    display:block;
    border-radius:5px;
    background: right 5px center / 15px no-repeat url(/img/top/arrow.png) #ff7c80;
    box-shadow:4px 5px 6px rgb(189 189 189);
  }

  .p-coating-top__content > .inner{
    padding:0px;
  }
  
  .p-coating-top__box--price .value {
    font-family: "Anton", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.2em;
  }
  
  .p-coating-top__box--price .unit {
    font-weight: 400;
    font-style: normal;
    font-size: .8em;
  }
  
  .p-coating-top__box--price + .note {
    font-size: 9px;
  }