@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: #f3cb26;
    color: #515252;
    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: 1.8rem;
}

.description,
.item_image_1,
.item_image_2 {
    position: relative;
}

.item_info,
.info {
    width: 400px;
    max-width: 40%;
    margin: auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}

.price_area {
    position: absolute;
    bottom: 0;
    right: 5%;
    text-align: right;
    color: #999;
}

img.binomegumi {
    width: 100px;
    margin: auto;
}

.price {
    color: #313963;
    font-size: 1.0rem;
    top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 350px;
    display: flex;
    background-color: #8c8db2;
    border-radius: 10px;
    padding: 15px;
    justify-content: space-around;
    align-items: center;
}

.price img {
    width: 70px;
    height: auto;
}

.price .text {
    margin-top: 10px;
}

span.note {
    font-size: 0.8rem;
    margin-left: 50px;
    color: #999;
}

.squalane_beauty_oil {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 100px;
    width: 500px;
    text-align: center;
    color: #fff;
}

.preventive_repair {
    left: 100px;
}

h2 {
    color: #f0c225;
    font-size: 1.9rem;
    font-weight: 400;
}

span.bg_yellow {
    background-color: yellow;
}

.cart {
    width: 600px;
    margin: auto;
    background-color: #d1eae7;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    border-radius: 10px;
    color: #0a6eb8;
}

form {
    margin: 0;
}

.cart h2 {
    margin: 0 10px;
    color: #0a6eb8;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

select {
    width: 60px;
    height: 30px;
    color: #0a6eb8;
    padding-left: 10px;
}

input[type="submit"] {
    border: none;
    width: 35%;
    height: 30px;
    font-size: 1.2rem;
    color: #0a6eb8;
    background-color: #efc523;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

footer {
    background-color: #efc523;
    text-align: center;
    color: #003b86;
    letter-spacing: .5rem;
    padding-top: 40px;
}

span.small_text {
    font-size: 60%;
    vertical-align: middle;
}

.item_data,
.company_data {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #003b86;
    font-size: 1.8rem;
}

.company_data div {
    margin-right: 30px;
}

.company_name {
    font-size: 1.8rem;
}

.tel_number,
.item_name {
    font-size: 1.8rem;
    margin: 0;
    margin-right: 30px;
}

span.title {
    padding: 5px;
    margin-right: 10px;
    font-size: 1.2rem;
}

.url {
    text-align: center;
    font-size: 1.6rem;
    background-color: #07387f;
    color: #efc523;
    padding: 20px 0;
    margin-top: 30px;
}
