/*
Theme Name: lotus_tcd039-child
Template: lotus_tcd039
*/

/************************************
** お問い合わせフォームの入力
************************************/

.wpcf7 {
    border: none !important;
    background: none !important;
}

.post_content th {
    background: none !important;
}

.post_content td,
.post_content th {
    vertical-align: middle !important;
}

.wpcf7 input.wpcf7-submit{
    height: auto!important;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
    display: block;
    width: 100%;
    height: 45px;
    margin-bottom: 0;
    padding: 0 12px;
    border: 0;
    border-radius: 3px;
    background-color: #eff1f5;
    box-shadow: none;
    color: #5c6b80;
    font-size: 1em;
    vertical-align: middle !important;
    line-height: 45px;
    transition: background-color 0.24s ease-in-out;
}

textarea {
    max-width: 100%;
    min-height: 120px;
    line-height: 1.5em;
    padding: 0.5em;
    overflow: auto;
}

@media(max-width:500px) {

    .inquiry td,
    .inquiry th {
        display: block !important;
        width: 100% !important;
        border-top: none !important;
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }

    .inquiry tr:first-child th {
        border-top: 1px solid #d7d7d7 !important;
    }

    .inquiry .any,
    .inquiry .haveto {
        font-size: 10px;
    }
}

.inquiry th {
    text-align: left;
    font-size: 16px;
    font-weight: bold !important;
    color: #444;
    padding-right: 5px !important;
    width: 30%;
    background: #f7f7f7;
    border: solid 1px #d7d7d7;
}

.inquiry td {
    font-size: 13px;
    border: solid 1px #d7d7d7;
}

.entry-content .inquiry tr,
.entry-content table {
    border: solid 1px #d7d7d7;
}

.haveto {
    font-size: 7px;
    padding: 5px;
    background: #ff9393;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.any {
    font-size: 7px;
    padding: 5px;
    background: #93c9ff;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    position: relative;
    bottom: 1px;
}

.verticallist .wpcf7-list-item {
    display: block !important;
}

#formbtn {
    display: block;
    padding: 15px;
    width: 350px;
    background: #ffaa56;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 25px auto 0;
    display: table-cell;
    /* IE8から使用可能 */
    vertical-align: middle;
}

#formbtn:hover {
    background: #fff;
    color: #ffaa56;
    border: 2px solid #ffaa56;
}

th {
    font-weight: 700;
    text-transform: uppercase;
    padding: 13px;
}

td {
    border-top: 1px solid #ededed;
    padding: 12px;
}

input,
select,
textarea {
    border: 1px solid #dfdfdf;
    letter-spacing: 1px;
    margin: 0;
    max-width: 100%;
    resize: none;
}

/************************************
** お知らせ
************************************/

.blog_archive_desc {
    font-size: 16px;
    color: #666;
    padding:0!important;
    margin:0!important;
    font-weight: bold;
}

.blog_archive_desc p {
    margin:0!important;
    padding:0!important;
}

/************************************
** ショップ情報
************************************/

.shopinfo_container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px;
}

.shopinfo_content-wrapper {
    display: flex;
    flex-direction: row;
    gap: 50px;
}


.shopinfo_image-section {
    flex: 1;
}

.shopinfo_text-section {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.shopinfo_title {
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 1.3;
    padding:0!important;
    margin:0!important;
}

.shopinfo_title img{
    width: 300px;
    height: auto;
}


.shopinfo_caption {
    font-size: 16px;
    color: #666;
    padding:0!important;
    margin:0!important;
}

.shopinfo_address {
    font-size: 16px;
    color: #666;
    padding:0!important;
    margin:0!important;
}

.shopinfo_tel {
    font-size: 24px;
    color: #666;
    font-weight: bold;
    padding:0!important;
    margin:0!important;
}

/************************************
** フッター
************************************/

#footer_top_inner{
    display: none;
}