@charset "utf-8";

img {
    max-width: 100%;
    width: 100%;
}

body {
    margin: 0;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Gothic ProN", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", serif;
    color: #221815;
    overflow-x: hidden;
}

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;
}

.nayami {
    width: 70%;
    margin-left: auto;
    margin-right: -150px;
}

.frame {
    background-image: url(../images/frame.png);
    width: 80%;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 50px;
    box-sizing: border-box;
    margin-top: -110px;
}

.woman_image {
    width: 100px;
    height: 100px;
    margin: auto;
}

.woman_comment {
    text-align: left;
    width: 60%;
    margin: auto;
    font-size: 1.4rem;
}

span.red {
    color: #e9526b;
    font-weight: 800;
}

.blue {
    color: #116cad;
    font-weight: 800;
}

.green {
    color: #17954b;
    font-weight: 800;
}

.trouble {
    width: 70%;
    margin-right: auto;
    margin-left: -150px;
    margin-top: 100px;
}

.frame.second {
    margin-top: -150px;
    padding-top: 100px;
}

.frame.second .woman_image {
    width: 75px; 
}

span.pink_marker {
    background-color: #f3a5b6;
}

span.yellow_marker {
    background-color: #faff69;
}

.zone_memo,
.plant {
    position: relative;
}

.zone_memo h2 {
    position: absolute;
    background-color: #f0d71a;
    color: #f13a76;
    font-weight: 800;
    font-size: 1.8rem;
    right: 10%;
    top: 500px;
    padding: 3px 20px;
}

.header_note {
    position: absolute;
    top: 430px;
    right: 10%;
    font-size: 1.6rem;
    text-align: center;
}

.memo {
    position: absolute;
    top: 580px;
    right: 0;
    left: 0;
    margin: auto;
}

.memo_txt {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    top: 250px;
    font-size: 2.0rem;
    transform: rotate(-3.5deg);
}

span.pink {
    color: #f95e81;
    font-weight: 800;
}

.plant .plant {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
}

.plant_detail {
    position: absolute;
    top: 350px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    color: #74544b;
    font-size: 1.6rem;
}

.header3 {
    position: absolute;
    top: 600px;
    text-align: center;
    left: 0;
    right: 0;
}

.detail01, .detail02, .detail03 {
    background: linear-gradient(to left, rgba(255,255,255,0.0) 0%, rgba(255,255,255,1.0) 30%,rgba(255,255,255,1.0) 70%,rgba(255,255,255,0.0) 100%);
    color: #74544b;
    font-size: 2.0rem;
}

.detail02 h3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail02 h3 .left {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-right: 20px;
}


.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;
}

.price_area {
    position: absolute;
    top: 300px;
    right: 0;
    text-align: center;
    color: #999;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price_area .images {
    margin-right: 50px;
}

.preventive_repair {
    font-size: 1.8rem;
    line-height: 1.0rem;
    color: #74544b;
}

.description {
    text-align: center;
    position: absolute;
    top: 430px;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 1.6rem;
    color: #e96e92;
}




span.bg_yellow {
    background-color: yellow;
}

.cart {
    width: 600px;
    margin: auto;
    background-color: #f6bc66;
    padding: 5px;
    border: 1px #dd541a solid;
    position: absolute;
    top: 500px;
    left: 0;
    right: 0;
    border-radius: 20px;
}

form {
    margin: 0;
}

.cart h2 {
    margin: 0 10px;
    color: #da382b;
    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: #da382b;
    padding-left: 10px;
    background-color: #fff;
}

input[type="submit"] {
    border: none;
    width: 35%;
    height: 30px;
    font-size: 1.2rem;
    color: #fff;
    background-color: #dd541a;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

footer {
    color: #fff;
    background-image: url(../images/footer.png);
    background-size: 100%;
    height: 180px;
    background-repeat: no-repeat;
    padding: 50px 50px;
    box-sizing: border-box;
    z-index: 100;
    margin-top: -100px;
    position: relative;
}

.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.8rem;
}

.tel {
    display: flex;
    align-items: center;
    text-align: center;
}

.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;
}
