@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%;
}
.p-fresh_second_content_inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding:0 20px;
}

/*wrap*/
.p-fresh_wrap {
  font-size:16px;
  margin:30px auto;
  }

/*main*/
#p-crystal_main .p-fresh_merit_content_inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
.p-fresh_merit_content_inner {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
  padding:0 20px;
}



/*4つのアイコンと内容*/
.p-fresh_second_wrapper-content{
  background: linear-gradient(#ffffff, #d1d1d1);
  padding: 30px;
}

.p-fresh_second_wrapper {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.p-fresh_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-fresh_second_box span {
  display: block;
}

.p-fresh_second_wrapper-content {
  width: 100%;
  margin: 0 auto;
  gap:30px 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.p-fresh_second_wrapper-content img {
width:82px;
margin-right:10px;
}
@media screen and (max-width:600px) {
  .p-fresh_second_wrapper-content {
  display: block;
  padding: 0px;
  }
  .p-fresh_second_content {
    margin-top: 20px;

  }

  .p-fresh_second_wrapper-content img {
    width: 60px;
  }
  .p-fresh_second_wrapper {
    border-bottom: 1px solid #ccc;
    margin:0 auto;
  }

}



/*merit*/
.p-fresh_merit_content {
  margin-top: 80px;
  background: #edf3f8;
  border: 2px solid #96b3c0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 60px;
}

.p-fresh_merit_box_wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  gap: 32px;
  background: #ffffff;
  margin: 20px 0;
  padding: 22px;
}

.p-fresh_merit_box_wrapper h3 {
  padding: 5px;
  border-right: 1px solid #ccc;
  line-height: 40px;
}

.eco_pre {
  margin-bottom: 50px;
  margin-top: 10px;
}

.p-fresh_merit_box_img {
  width: 100%;
  height: 300px;
  aspect-ratio: 4/3;
  object-fit: cover;
  background: url(../img/crystal/pic01.jpg) no-repeat;
  background-position: 50% 50%;
  background-size: 80%;
  margin-bottom: 50px;
}

.p-fresh_merit_box_img h2 {
  margin-top: 30px;
}

.p-fresh_merit_box {
  margin-top: 30px;
}

@media screen and (max-width:768px) {
  .p-fresh_merit_box_wrapper h3 {
    border-right: 0px solid #ccc;
  }
  .p-fresh_merit_box_wrapper  {
    gap:0px;
  }
  .p-fresh_merit_content {
    margin-top: 40px;
  }
  .p-fresh_merit_box_wrapper {
    display: block;
  }
}




/*suggestion*/
.p-fresh_suggestion_content {
  margin-top: 0px;
}

.p-fresh_suggestion_content p {
  font-size: 16px;
  width: 100%;
  margin-right: 20px;
}
p.small {
  font-size: 12px;
text-align: left;
}

.p-fresh_suggestion_box {
  width: 100%;
}

.p-fresh_suggestion_box--img {
  width: 870px;
  height: 190px;
}

.p-fresh_suggestion_box h2 {
  margin-bottom: 30px;

  color: #428ea9;
}

.p-fresh_suggestion_box h2::after {
  display: block;
  content: "";
  background: #428ea9;
  padding-top: 1px;
  padding-bottom: 1px;
}

.p-fresh_suggestion_box-h3 {
  font-size: 28px;
}

.p-fresh_suggestion_box-h3 span {
  display: block;
}

.p-fresh_suggestion_box-p {
  font-size: 16px;
}



.p-fresh_suggestion_wrapper h3 {
  margin-bottom: 20px;
  display: block;
  border-left: 10px solid #FFC778;
  color: #333;
  background: -moz-linear-gradient(left, #d3e0e9, #FFF);
  background: -webkit-linear-gradient(left, #FFC778, #FFF);
  background: linear-gradient(to right, #fff2df, #FFF);
  margin-bottom: 20px;
  padding: 10px 22px;
  margin-top: 40px;
  }



.p-fresh_suggestion_boxes_wrapper {
  display: block;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 50px;
  margin: 16px 0;
  background: #ffffff;
  margin-bottom: 50px;
}



.p-fresh_suggestion_card {
  display: block;

}




.p-fresh_suggestion_card--list {
  width: 100%;
  background-color: #ededed;
  padding: 15px;
  margin-top: 0px;
}

.p-fresh_suggestion_card--list li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #333333;
  font-size: 1.6rem;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.p-fresh_suggestion_card--list span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
}



.p-fresh_suggestion--img {
  min-width: 600px;
}

.p-fresh_suggestion_box2_wrapper {
  display: block;
  flex-direction: row;
  margin-top: 50px;
}

.p-fresh_suggestion_box_wrapper p {
  line-height: 1.7;
}

.p-fresh_suggestion_box2_wrapper h3 span {
  display: block;
}

.p-fresh_suggestion_box_wrapper h3 span {
  display: block;
}

.p-fresh_suggestion_card img {
  padding: 0;
  margin: 0;
  width: 400px;
}

.p-fresh_second--p {
  width: 300px;
}

/*ボタン*/
.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;
}







/*メンテナンス*/
.p-fresh_mente_content {
  margin-top: 0px;
}

.p-fresh_mente_content p {
  font-size: 14px;
  width: 100%;
  margin-right: 20px;
}

.p-fresh_suggestion_box {
  width: 100%;
}

.p-fresh_suggestion_box--img {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.p-fresh_suggestion_box_1--img {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.p-fresh_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-fresh_suggestion_boxes_wrapper span {
display:block;
}
.p-fresh_box_inner {
  padding: 20px;
}

.p-fresh_suggestion_card {
  display: grid;
  grid-template-columns: auto;
}


.p-fresh_suggestion_card2 {
  display: flex;
  background: #edf5f0;
  padding: 30px;
  gap: 30px;
}
.p-fresh_suggestion_card_3 {
  margin-top: 0px;
}

.p-fresh_suggestion_card--list {
  width: 100%;
  background-color: #ededed;
  padding: 15px;
  margin-top: 0px;
}

.p-fresh_suggestion_card--list li {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #333333;
  font-size: 1.6rem;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.p-fresh_frame {
  border:2px solid #FFC778;
  border-radius: 5px;
  background: #ffefd8;
  padding:0 20px;
}

.p-fresh_frame h3{
  margin-bottom: 20px;
  display: block;
  border-left: 10px solid transparent;
  color: #333;
  background:transparent;
  margin-bottom: 20px;
  padding: 10px 22px;
  margin-top: 0px;
}

.p-fresh_suggestion_card--list span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
}

.p-fresh_suggestion_box_wrapper img,
.p-fresh_suggestion_box2_wrapper img {
  margin: 0 0px;
  width: 100%;
}

.p-fresh_suggestion--img {
  min-width: 600px;
  width:auto;
}

.p-fresh_suggestion_box2_wrapper {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
}
.p-fresh_suggestion_box2_wrapper h3 span {
  display: block;
}

.p-fresh_suggestion_box_wrapper h3 span {
  display: block;
}

.p-fresh_suggestion_card img {
  padding: 0;
  margin: 0;
  width: 400px;
}

.p-fresh_second--p {
  width: 300px;
}
.p-fresh_box_inner {
  padding: 20px;
}
.p-fresh_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;
}

@media screen and (max-width:600px) {
  .p-fresh_suggestion_boxes_wrapper {
    display: block;
    margin-bottom: 20px;
  }
  .p-fresh_suggestion_box_1--img {
    width:100%;
  }
  .p-fresh_suggestion_card_3 {
    margin-top: 20px;
  }
  
}
/*ENDメンテナンス*/


/*-料金-*/
.small {
    text-align: right;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 20px 
}
/*END料金*/


/*table*/
tr,th,td {
  border-bottom:1px solid #ccc;
  padding:3px 5px;
  font-size:12px;
  box-sizing: border-box;
}

.p-fresh_table {
  box-sizing: border-box;
  padding:3px 0;
  background: url(../img/fresh/family.jpg) no-repeat;
  background-position: 100% 100%;
  background-size: 60%;
}
.table {
  margin-top: 20px;
}
thead {
  border-top:1px solid #333;
}
.p-fresh_td {
  background: #ddd;
  font-size:20px;
  text-align: center;
  padding:0 20px;
}

.p-fresh_price-content {
  background: #efefef;
  font-size:18px;
  padding:20px;
}
.p-fresh_price {
  background: #ffffff;
  font-size:18px;
  padding:4px 20px;
}

.p-fresh_name {
  background: #ddd;
}

.p-fresh_td span {
  font-size:12px;
}

.p-fresh_table h4 {
  font-size:22px;
  margin-top: 0px;
}

.p-fresh_table h4 span {
font-size:14px;
display: inline;
align-items: center;
padding:3px 8px;
background: #333;
color:#ffffff;
margin-left:10px;
}

/*END table*/







/*タブレット*/
@media screen and (max-width:768px) {
  .p-fresh_suggestion_box_wrapper {
    display: block;
  }

  .p-fresh_suggestion_card img {
    width: 100%;
  }
  .p-fresh_second_wrapper p {
    font-size: 13px;
    margin-top: 10px;
  }
  .p-fresh_wrap {
    width: 100%;
  
    margin:30px auto;
  }
  .p-fresh_second_content_inner {
margin-bottom: 40px;
  }
}
/*SP*/
@media screen and (max-width:600px) {
  .p-fresh_price-content img {
    width:300px;
      }
  p {
    font-size: 13px;
  }
  .p-fresh_suggestion_card {
    display:block;
  }
  .p-fresh_suggestion_content p {
    width: 100%;
  }
  .p-fresh_second_wrapper-content {
    width:100%;
    padding: 13px;
  }
  .p-fresh_second_wrapper-content img {
    width: 80px;
    margin:10px;
  }
  .p-ex__price--flow {
    display:block;
  }
  .c-btn {
  width:100%;
  }
  .inner {
    width: 100%;
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .p-fresh_suggestion_box2_wrapper {
    display:block;
  }

  #p-crystal_main .p-fresh_second_content_inner {
    width: 100%;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .p-fresh_td {
    width: 70px;
    background: #ddd;
    font-size: 20px;
    text-align: center;
    padding: 0 5px;
  }
  .p-fresh_table {
    box-sizing: border-box;
    padding:3px 0;
    background: url(../img/fresh/family.jpg) no-repeat;
    background-position: 100% 100%;
    background-size: 50%;
  }
}

/*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%;
  }
}
