@charset "utf-8";

main * {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    color: #333;
    font-size: 14px;
}

.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flexwrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.yellow-line {
    background: linear-gradient(transparent 50%, #ffffa0 0%);
    display: inline;
}

.price-tool-souba {
    max-width: 720px !important;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .price-tool .container {
        width: 980px;
    }
}

h1 {
    margin-bottom: 20px !important;
    text-align: center;
    font-size: 28px;
    font-weight: bolder;
}

@media (max-width: 599px) {
    h1 {
        font-size: 24px;
    }
}


h2 {
    font-size: 26px;
    font-weight: bold;
    margin: 80px 0 30px;
    text-align: center;
    color: #009353;
}

@media (max-width: 599px) {
    h2 {
        font-size: 18px;
        margin: 60px 0 20px;
    }
}

h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 15px;
}

.sakaserufukidashi {
    margin: 20px 0 40px;
}

.sakaserufukidashi .img-icon img {
    background: #fff;
    width: 40px;
    border-radius: 50%;
    border: solid 1px #ddd;
    display: inline-block;
    padding: 7px;
}

.sakaserufukidashi .txt {
    position: relative;
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 15px 20px 12px;
    width: 100%;
    color: #333;
    font-size: 13px;
    background: #E1F4EB;
    text-align: left;
    border-radius: 4px;
    line-height: 1.8em;
}

.sakaserufukidashi * {
    font-size: 13px !important;
}

.sakaserufukidashi .txt:before {
    content: "";
    position: absolute;
    top: 25px;
    left: -25px;
    margin-top: -10px;
    border: 10px solid transparent;
    border-right: 15px solid #E1F4EB;
}

.souba-table{
    border: solid 1px #ddd;
    margin-bottom: 20px;
    width: 100%;
}

.souba-table th, .souba-table td {
    border: solid 1px #ddd;
    padding: 12px;
}

.souba-table th{
    background: #f0f0f0;
    text-align: center;
}

.img-sashi {
    text-align: center;
    margin-bottom: 20px;
}

.img-sashi img {
    width: 100%;
    max-width: 300px;
}

.price-tool-order {
    padding: 0 0 60px;
    margin: 0;
}

.price-tool-order .inner{
    max-width: 720px !important;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.price-tool-order h2{
    padding: 60px 0 0;
}

#price-tool-main .inner{
    max-width: 980px !important;
    width: 100%;
    padding: 40px 15px 60px;
    margin: 0 auto;
}

.price-tool .f1 {
    background: none;
    padding: 0;
    margin: 0 auto 30px;
    width: 80%;
}

.price-tool .f1-steps {
    margin: 20px 0 40px;
}

@media screen and (max-width: 599px) {
    .price-tool.contents {
        padding: 20px 0 70px;
    }

    .price-tool .f1 {
        width: 100%;
    }
    .price-tool .f1-steps {
        margin: 30px 0 40px;
    }

    .tool-body {
        margin-top: 40px;
    }
}

.price-tool .f1-step p {
    color: #bbb;
}

.tool-body {
    margin-top: 60px;
}

.kakojirei a {
    position: relative;
    overflow: hidden;
    height: 280px;
}

@media screen and (max-width: 1000px) {
    .kakojirei a {
        height: 360px;
    }
}

@media screen and (max-width: 500px) {
    .kakojirei a {
        height: 180px;
    }
}

@media screen and (max-width: 340px) {
    .kakojirei a {
        height: 140px;
    }
}


.slider {
    margin: 20px auto 50px !important;
    width: 100%;
}

.slider img {
    height: auto;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}


.slick-prev {
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
}

.slick-list {
    width: 90%;
    margin: 0 auto;
}

.slick-slide {
    opacity: 1 !important;
    margin: 0 15px !important;
}

.label {
    display: inline-block;
    width: auto;
    bottom: 1px;
    right: 1px;
}

.tag-price {
    padding: 5px 5px 0px 10px;
}

.contents {
    padding: 50px 0 70px;
}

.s-midashi {
    font-weight: bold;
    font-size: 18px;
}

.s-midashi span {
    color: #0c6;
    font-size: 0.8em;
    font-weight: bold;
}

select {
    height: 50px;
    padding: 15px;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    line-height: 2rem;
    background: none;
    background-size: 15px 15px;
    border: none;
    background: #fff;

}

select:focus {
    border-color: #00BA6D;
    outline: none;
}

.slct:after {
    border: 1px solid #333;
    border-top: none;
    border-left: none;
    bottom: 0;
    content: "";
    height: 7px;
    margin: auto 0;
    position: absolute;
    right: 20px !important;
    top: -5px;
    transform: rotate(45deg);
    width: 7px;
}

.slct {
    position: relative;
    margin-top: 15px;
}

.slct-place select {
    max-width: 300px;
    width: 100%;
}

.slct-day {
    max-width: 300px;
    width: 30%;
}

.slct-day .disabled {
    opacity: 0.4;
    color: #fff;
}

.slct-day select {
    width: 100%;
}

.slct-day:nth-child(1) {
    margin-right: 10px;
}

section {
    margin-bottom: 40px;
}

#result-no {
    font-size: 1.2em;
    font-weight: bold;
}

.designerlist {
    margin: 0 -1%;
}

.box-designer {
    background: #fff;
    padding: 20px;
    width: 48%;
    margin: 20px 1% 0;
}

.box-designer .photo {
    margin: 0 20px 20px 0;
}

.box-designer .name a {
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.box-designer .name a .fa-external-link:before{
    font-size: 12px;
}

.box-designer .name span {
    margin-left: 5px;
    font-size: 12px;
    font-weight: normal;
}

.box-designer .flowerprice span {
    font-weight: bold;

}

.box-designer .flowerprice {
    font-size: 14px;
}

.box-designer .btn-white {
    color: #0c6;
    font-size: 13px;
    width: 100%;
    padding-top: 10px;
    text-align: center;
    height: 45px;
    padding: 14px;
    transition: .4s;
}

.btn-white {
    border: solid 1px #0c6;
    border-radius: 40px;
    background: #fff;
    text-align: center;
    transition: .4s;
}

.btn-white span {
    color: #0c6;
}

.btn:hover {
    opacity: 0.5;
    cursor: pointer;
    transition: .4s;
}

.box-designer .btn.check {
    background: #e0f4eb;
    color: #0c6;
    transition: .4s;
    border: solid 1px #0c6;
}

.box-designer input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38px;
}

.box-designer input[type=radio] {
    display: none;
}

.result-table {
    width: 100%;
    margin-bottom: 10px;
}

.result-table th,
.result-table td,
.result-table tr * {
    font-size: 14px;
    line-height: 1.4;
}

.result-table th {
    width: 60%;
}

.result-table td {
    text-align: right;
}

.result-table tr {
    height: 34px;
}

.flowerbudget {
    height: 50px !important;
}

.flowerbudget th {
    font-weight: bold;
}

.flowerbudget td {
    position: relative;
    min-width: 120px;
}

.flowerbudget td:after {
    border: 1px solid #333;
    border-top: none;
    border-left: none;
    bottom: 0;
    content: "";
    height: 7px;
    margin: auto 0;
    position: absolute;
    right: 10px !important;
    top: -5px;
    transform: rotate(45deg);
    width: 7px;
}

.flowerbudget select {
    font-weight: bold;
    font-size: 14px;
    height: 40px !important;
    border: none;
    padding: 0 0 0 15px;
}

.deliveryfee * {
    font-weight: bold;
}

.total {
    border-top: solid 1px #fff;
    height: 60px;
}

.total * {
    font-size: 18px;
    font-weight: bold;
}

.btn span {
    font-size: 18px;
    padding: 5px;
    display: block;
    margin: 0;
}

.btn-blue span {
    color: #fff;
}

#order-btn-shop-user-name {
    color: #fff;
}

.about-delivery {
    font-size: 12px !important;
    font-weight: normal;
    color: #0c6;
    text-decoration: underline;
}

#calculation-area-total-price.no-select {}


@media screen and (max-width: 599px) {
    .sp-none {
        display: none;
    }
    .slct-place {
        width: 100%;
    }
    .slct-place select {
        width: 100%;
        max-width: none;
    }
    .slct-day {
        width: 100%;
    }
    a.btn {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    a.btn button {
        width: 100%;
        font-size: 14px;
    }

    .btn span {
        font-size: 14px;
        padding-top: 10px;
    }

    th,
    td,
    tr * {
        font-size: 12px;
    }


}

@media screen and (max-width: 991px) {
    .box-designer {
        width: 100%;
    }

}

@media screen and (min-width: 992px) {
    .box-designer .fs-14 {
        height: 80px;
    }
}

@media screen and (min-width: 600px) {
    .pc-none {
        display: none;
    }
    .f-right {
        justify-content: flex-end;
    }
    .slct {
        text-align: right;
    }


}

.txtbox-gray {
    background: #f0f0f0;
    padding: 15px;
    margin-bottom: 20px;
}
