@charset "utf-8";

img {
    max-width: 100%;
    width: 100%;
}

body {
    margin: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #221815;
}

header {
    background-color: #030000;
    color: #99813c;
    text-align: center;
    padding: 10px 0 5px;
    box-sizing: border-box;
　　　　filter: drop-shadow(5px 5px 10px rgba(0,0,0,0.6));
}

h1 {
    margin: 0;
    font-size: 2.0rem;
}

h1 span {
    color: #fff;
    font-size: .7em;
}

.specification,
.description,
.character,
.item_area,
.item_image_1,
.item_image_2 {
    position: relative;
}

.delicate {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    width: 70%;
    margin: auto;
}

.care_way {
    position: absolute;
    width: 60%;
    margin: auto;
    left: 0;
    right: 0;
    top: 275px;
}

.care_way > div {
    line-height: 2.5;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 50px;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 1.4rem;
    box-shadow: 0 0 10px 10px #fff;
}

.good, .bad {
    position: relative;
}


.good,
.bad {
    background-image: url(../images/good.png);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position-x: left;
    background-position-y: top;
}

.bad {
    background-image: url(../images/bad.png);
    background-position-x: right;
    background-position-y: bottom;
}

span.blue_line {
    background: linear-gradient(transparent 50%, #a5d8dd 50%);
}


.bodysoap {
    width: 60%;
    margin: 80px auto 120px;
}

.question, .check {
    width: 70%;
    margin: 30px auto 60px;
    position: relative;
    background-image: url(../images/green_frame.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.check {
    background-image : url(../images/pink_frame.png);
}

.question:before {
    content: "";
    background-image: url(../images/before.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 300px;
    height: 400px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    margin: auto;
}

.check:after {
    content: "";
    background-image: url(../images/after.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 400px;
    position: absolute;
    top: 50px;
    right: 0;
    margin: auto;
}

.question p,
.check p {
    margin-left: 300px;
    font-size: 1.4rem;
    line-height: 2.0;
    padding: 35px 60px 45px 45px;
}

.check p {
    margin-left: auto;
    margin-right: 300px;
}

.specification {
    padding-top: 200px;
}

.wash_detail {
    position: absolute;
    top: 500px;
    left: 100px;
    width: 55%;
}

.wash_detail > div {
    font-size: 1.2rem;
    padding: 10px 0 10px 30px;
    margin-bottom: 40px;
    position: relative;
}

.wash_detail > div p {
    z-index: 100;
}

.detail01,
.detail02,
.detail03,
.detail04 {
    background-image: url(../images/skyblue_back.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}

.detail02,
.detail04 {
    background-image: url(../images/pink_back.png);
    background-size: contain;
}

.dakara {
    max-width: 60%;
    margin: auto;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
}

.item_image_1 .text_area {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    text-align: center;
    right: 20%;
    font-size: 2.0rem;
    max-height: 400px;
}

.care_way > div p {
    z-index: 100;
}

.textarea {
    position: absolute;
    width: 613px;
    font-size: 2.0rem;
    top: 0;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 400px;
    color: #515252;
    text-align: center;
    line-height: 2;
}


.price_area {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #999;
    left: 0;
    margin: auto;
    width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bihaku {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: #e75581;
  color: #FFF;
  box-sizing: border-box;
}

.bihaku:before, .bihaku:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.bihaku:before {
  top: 0;
  left: 0;
  border-width: 15px 0px 15px 15px;
  border-color: transparent transparent transparent #f8e7e8;
  border-style: solid;
}

.bihaku:after {
  top: 0;
  right: 0;
  border-width: 15px 15px 15px 0px;
  border-color: transparent #f8e7e8 transparent transparent;
  border-style: solid;
}

img.binomegumi {
    width: 100px;
    margin: auto;
    float: left;
}

.text, .jan, .price {
    color: #9c853f;
    font-size: 1.4rem;
    margin: 0 60px;
    text-align: left;
}

.price .text {
    margin-top: 10px;
}

span.note {
    font-size: 1.6rem;
    color: #e62081;
}

.item-name {
    text-align: left;
    width: 320px;
    margin: 30px auto;
    color: #220022;
}

.preventive_repair {
    position: absolute;
    bottom: 0;
    top: 250px;
    font-size: 2.0rem;
    margin: auto;
    left: 200px;
}

.preventive_repair p {
    margin-bottom: 100px;
}

h2 {
    color: #005bac;
    font-size: 1.9rem;
    font-weight: 400;
}

span.bg_yellow {
    background-color: yellow;
}

.cart {
    width: 600px;
    margin: auto;
    background-color: transparent;
    padding: 5px;
    border: 1px #9573b1 solid;
}

form {
    margin: 0;
}

.cart h2 {
    margin: 0 10px;
    color: #9573b1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-shadow: 1px 1px 0 #fff,
                 -1px 1px 0 #fff,
                 1px -1px 0 #fff,
                 -1px -1px 0 #fff;
    -webkit-text-shadow: 1px 1px 0 #fff,
                 -1px 1px 0 #fff,
                 1px -1px 0 #fff,
                 -1px -1px 0 #fff;
}

select {
    width: 60px;
    height: 30px;
    color: #fff;
    padding-left: 10px;
    background-color: #9573b1;
}

input[type="submit"] {
    border: none;
    width: 35%;
    height: 30px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #866d2c;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

input[type="submit"]:hover {
    color: #866d2c;
    background-color: #fff;
}

footer {
    color: #fff;
    background-image: url(../images/footer.png);
    background-size: 100%;
    height: 230px;
    background-repeat: no-repeat;
    padding: 50px 50px;
    box-sizing: border-box;
}

.company_data {
    display: flex;
    justify-content: start;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
}

.company_data div {
    margin-right: 30px;
}

.company_name {
    font-size: 1.8rem;
}

.tel_number {
    font-size: 1.8rem;
}

.item_name  {
    font-size: 1.2rem;
}

.company_data .title {
    border: 1px solid #fff;
    padding: 5px;
    margin-right: 10px;
    font-size: 1.2rem;
    line-height: 1;
}

.url {
    text-align: center;
    font-size: 1.6rem;
}

.item_name_japanese {
    font-size: .8rem;
}
