@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;
}


div h2 {
  font-size:22px;
  font-weight:600;
}

div h3 {
  font-size:16px;
  font-weight:600;
}


img {
  display: block;
  width: 100%;
}


article>*+* {
  margin-top: 1em;
}


input,
button,
textarea,
select {
  font: inherit;
}

/*common*/
.inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
  }
}

/*wrap*/
.p-wdia_wrap{
  font-size:16px;
  margin:30px auto;
  }

/*main*/
#p-dia_suggestion_content {
  padding:0 20px;
}
.p-dia_second_content_inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}

/*4つのアイコンと内容*/
.p-dia_main_content{
  background: linear-gradient(#ffffff, #d1d1d1);
  padding: 30px;
}
.p-dia_second_wrapper {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.p-dia_second_box {
  width:100px;
  background: #d7d7d7;
  height:100px;
  border:2px solid #6e6e6e;
  padding:5px;
  font-size:26px;
  line-height: 43px;
text-align:center;
border-radius: 10px;
margin-right: 10px;
}

.p-dia_second_box span {
  display: block;
}

.p-dia_second_wrapper-content {
  width: 100%;
  margin: 0 auto;
  gap:30px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.p-dia_second_wrapper-content img {
width:82px;
margin-right:10px;
}
@media screen and (max-width:600px) {
  .p-dia_second_wrapper-content {
  display: block;
  }
  .p-dia_second_content {
    margin-top: 20px;
  }

  .p-dia_second_wrapper-content img {
    width: 60px;
  }
  .p-dia_second_wrapper {
    border-bottom: 1px solid #ccc;
  }

}



/*メンテナンス*/
.p-wdia_mente_content {
  margin-top: 0px;
}

.p-wdia_mente_content p {
  font-size: 14px;
  width: 100%;
  margin-right: 20px;
}

.p-dia_suggestion_box {
  width: 100%;
}

.p-dia_suggestion_box--img {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.p-dia_suggestion_box_1--img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.p-dia_suggestion_boxes_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 50px;
  margin: 16px 0;
  background: #ffffff;
  margin-bottom: 50px;
}
.p-dia_suggestion_boxes_wrapper span {
display:block;
}
.p-dia_box_inner {
  padding: 20px;
}

.p-dia_suggestion_card {
  display: block;
  justify-content: center;
}


.p-dia_suggestion_card2 {
  display: flex;
  background: #edf5f0;
  padding: 30px;
  gap: 30px;
}
.p-dia_suggestion_card_3 {
  margin-top: 0px;
}

.p-dia_suggestion_card--list {
  width: 100%;
    background-color: #ededed;
    padding: 15px;
    margin: 10px auto;
    /*height:450px;*/
}

.p-dia_suggestion_card--list li {
  position: relative;
  padding: 5px 0;
  border-bottom: 1px solid #333333;
  font-size: 1.6rem;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.p-dia_suggestion_card--list span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;/*font-size: 1rem;*/
}

.small {
  text-align: right;
  font-size: 12px;
  margin-top: 10px;
}

.p-dia_small {
  text-align: left;
  font-size: 12px;
  margin-top: 10px;
}

.p-wdia_suggestion_box_wrapper img,
.p-wdia_suggestion_box2_wrapper img {
  margin: 0 0px;
  width: auto;
}

.p-wdia_suggestion--img {
  min-width: 600px;
  width:auto;
}

.p-wdia_suggestion_box2_wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
.p-wdia_suggestion_box2_wrapper h3 span {
  display: block;
}

.p-wdia_suggestion_box_wrapper h3 span {
  display: block;
}

.p-wdia_suggestion_card img {
  padding: 0;
  margin: 0;
  width: 400px;
}

.p-wdia_second--p {
  width: 300px;
}
.p-wdia_box_inner {
  padding: 20px;
}
.p-dia_suggestion_boxes_wrapper{
  display:grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap:30px;
  margin-top: 50px;
  margin: 16px 0;
  background: #ffffff;
  margin-bottom: 50px;
}

.p-wdia_price_wrapper {
  display: block;
}
.p-wdia_prices_wrapper {
  display: flex;
  justify-content: center;
  gap:32px;
  width:730px;
  margin:0 auto;
}

@media screen and (max-width:768px) {
  .p-wdia_prices_wrapper {
width:80%;
  }
}

@media screen and (max-width:600px) {
  .p-dia_suggestion_boxes_wrapper {
    display: block;
    margin-bottom: 20px;
  }
  .p-dia_suggestion_box_1--img {
    width:100%;
  }
  .p-dia_suggestion_card_3 {
    margin-top: 20px;
  }
  .p-wdia_prices_wrapper {
    display:block;
    width:100%;
  }
  
}
/*ENDメンテナンス*/





/*-料金-*/
.p-dia_suggestion_content{
  margin-top: 80px;
}
/*
.p-dia_suggestion_content p,ul,li{
  font-size: 14px;
  line-height:1.7;
}
*/

.p-dia_suggestion_box {
  width:100%;
}

.p-dia_suggestion_box h2 {
  margin-bottom: 30px;

  color:#141249;
}
.p-dia_suggestion_box h2::after {
  display:block;
  content:"";
  background: #141249;
  padding-top: 1px;
  padding-bottom: 1px;
}

.p-dia_suggestion_box-h3 {
  font-size:28px;
}
.p-dia_suggestion_box-h3 span {
  display: block;
}
.p-dia_suggestion_box-p {
  font-size:16px;
}
.p-dia_suggestion_box-img {
  width:300px;
}
.p-dia_suggestion_wrapper h3 {
margin-bottom: 20px;
display: block;
border-left: 10px solid #141249;
color: #141249;
background: -moz-linear-gradient(left, #d2d0df, #FFF);
background: -webkit-linear-gradient(left, #FFC778, #FFF);
background: linear-gradient(to right, #d2d0df, #FFF);
margin-bottom: 20px;
padding: 20px 22px;
margin-top: 40px;
}

.p-wdia_mente_wrapper{
  display:block;
  margin-top: 50px;
  margin: 16px 0;
  background: #ffffff;
  margin-bottom: 50px;
}

.p-wdia_mente_card {
  background: #ddd;
}
.p-wdia_mente_card img {
  width:auto;
}

.p-wdia_mente_card--list {
  width:300px;
  background-color: #ddd;
  padding:15px;
  margin-top: 15px;
}
.p-wdia_mente_card--list li {
  position: relative;
padding:10px 0;
border-bottom: 1px solid #333333;
font-size:1.8rem;
text-align: right;
}

.p-wdia_mente_card--list span {
  position: absolute;
  top:0;
  left:0;
  font-size:1rem;
}

.small {
  text-align: right;
  font-size:12px;
  margin-top: 10px;
}
.p-dia_suggestion_box_wrapper {
  display: flex;
  gap:26px;
}

.p-dia_suggestion_box_wrapper li {
text-decoration: underline;
}


.p-dia_suggestion_box_wrapper img,
.p-dia_suggestion_box2_wrapper img
{
margin:0 0px;
width:400px;
}

.p-dia_suggestion_box2_wrapper{
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}

  .p-dia_suggestion_box4_wrapper {
    display: block;
    }

    .p-dia_grid_main p {
      height:30px;
    }

   
.p-dia_suggestion1_card {
  width: 65%;
  display: flex;
  margin: 0 auto;
  align-items: center;
  margin-bottom: 50px;
}

@media screen and (max-width:768px) {
  .p-dia_suggestion_box4_wrapper {
    display:block;
  }
  .p-dia_grid_main {
    width:100%;
  }
  .p-dia_suggestion_card {
    display:block;
    justify-content: space-between;
    margin-top: 30px;
  width:auto;
  }
.p-dia_suggestion1_card {
    display:flex;
    flex-direction: row;
    width:100%;
  }
  .p-dia_suggestion1_card img{
    width: 100%;
margin-top:0;
  }
  .p-dia_suggestion1_card p{
  margin-right:10px;
  }
  .p-dia_suggestion_box_wrapper {
    display:block;
    margin:0 auto;
  }
}



@media screen and (max-width:600px) {
  .p-dia_suggestion_wrapper h3 {
    margin-top:40px;
  }
  .p-dia_suggestion_box h2 {
    margin-bottom: 0;
  }
  .p-dia_suggestion_content{
    margin-top: 0;
  }
  .p-dia_suggestion_box_wrapper img,
.p-dia_suggestion_box2_wrapper img
{
  width:100%;
}
.p-dia_suggestion_card {
  display:block;
}
.p-dia_suggestion1_card {
  display:block;
  flex-direction: row;
  margin-top: 20px;
  margin-left: 0px;
}
.p-dia_suggestion1_card img {
  width:100%;
}
.p-dia_suggestion_box_wrapper {
  display:block;
  margin-top: 10px;
  }
  .p-dia_grid_main {
    width:100%;
    height:auto;
  }

}

.p-dia_suggestion_box2_wrapper h3 span {
  display:block;
}

.p-dia_suggestion_box_wrapper h3 span{
display:block;
}

.p-dia_suggestion_card img {
  padding: 0;
  margin: 20px 0;
  width: 100%;
  object-fit: contain;
  min-width: 220px;

  margin: 20px auto;
  margin-top: 20px;
  height: 100px;
}

.p-dia_suggestion_box_wrapper img {
  margin-top: 10px;
}


.p-ex__price--flow {
  display: grid;
    grid-template-columns: 48% 48%;
    gap: 20px;
    margin-top: 30px;
  }
  .p-ex__small {
    font-size:12px;
    margin-top:20px;
    font-weight:600;
  }
  .p-ex__small span {
    color:#ff4500;
  }
  .p-wdia__premium {
    font-size:14px;
  }
  .p-wdia__premium-sekou {
    margin-top: 10px;
  }
  /*.p-wdia__premium-content {
    
  }*/

/*END料金*/





/*ボタン*/
.c-btn {
  background: #f29b22;
  color: #333333;
  display: block;
  width: 300px;
  height: 50px;
  border-radius: 30px;
  border: 0;
  color: #fff;
}

.c-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #ff8c00, #ff4500);
  box-shadow: 0 4px 6px rgba(255, 69, 0, 0.1), 0 8px 15px rgba(255, 69, 0, 0.1);
  backdrop-filter: blur(10px);
  /* ガラスのようなぼかしを追加 */
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.c-btn:hover {
  background: linear-gradient(135deg, #ff4500, #ff8c00);
  box-shadow: 0 4px 6px rgba(255, 69, 0, 0.2), 0 8px 15px rgba(255, 69, 0, 0.2);
}

.c-btn-ecodia {
  display: block;
margin:20px auto;
}

@media screen and (max-width:600px) {
  .c-btn-ecodia {
    margin: 0 auto;
    margin-top: 20px;
    width:100%;
  }
  .p-ex__price--flow {
    display:block;
  }
}
/*ENDボタン*/

/*20240722追加*/
div.p-coating-detail__btn2 {
  display:block;
  width:40%;
  margin:10px auto;
  text-align: center;
  color:#fff;
  background:#C0C0C0;
  line-height: 26px;
  padding: 10px 0;
  border-radius: 4px;
  font-size: 16px;
  /*border: solid 1px #000000;*/
}

@media screen and (max-width:600px) {
  div.p-coating-detail__btn2 {
    margin-top: 15px;
    width: 100%;
  }

}