@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */

table {
    margin-bottom: 30px;
}

th {
    width: 22%;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
    font-size: 15px;
    padding: 20px 25px 20px 25px;
    background: var(--background-color1);
    border: 1px solid var(--border-color);
}

td {
    width: auto;
    border-collapse: collapse;
    font-size: 15px;
    padding: 20px 25px 20px 25px;
    vertical-align: top;
    background: #fff;
    border: 1px solid var(--border-color);
}

td p {
    font-size: 15px;
}


@media screen and (max-width: 768px) {

th {
    width: 140px;
    font-size: 14px;
    padding: 12px 0 12px 15px;
}

td {
    width: auto;
    font-size: 14px;
    padding: 12px 15px 12px 15px;
}

td p {
    font-size: 14px;
}

}


/* -----------------------------------------------------------
	詳細を見るボタン
----------------------------------------------------------- */

a.more_btn {
    width: 260px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    padding-top: 1px;
    text-decoration: none;
    margin: 40px auto 20px;
    padding-right: 5px;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

a.more_btn:before {
    content: '';
    display: block;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    transform: rotate(-45deg);
}

a.more_btn:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: 0.5s;
}


@media screen and (max-width: 768px) {

a.more_btn {
    width: 80%;
    max-width: 250px;
    margin: 30px auto 20px;
}

}


/* -----------------------------------------------------------
	トップへ戻る
----------------------------------------------------------- */

#page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    text-align: center;
}

#page-top a {
    white-space: nowrap;
    overflow: hidden;
    line-height: 0;
    letter-spacing: 0;
    width: 55px;
    height: 55px;
    display: block;
    text-decoration: none;
    background: var(--secondary-color);
}

#page-top a:before {
    content: '';
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 10px;
    bottom: 0;
    right: 19px;
    margin: auto;
    transform: rotate(-45deg);
}

#page-top:hover {
    text-decoration: none;
    opacity: 0.7;
    transition: 0.5s;
}


@media screen and (max-width: 1260px) {

#page-top {
    background-size: 100%;
    position: fixed;
    bottom: 30px;
    right: 30px;
}

#page-top a {
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
    line-height: 0;
    width: 35px;
    height: 35px;
    display: block;
}

#page-top a:before {
    content: '';
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 13px;
    margin: auto;
    transform: rotate(-45deg);
}

}


@media screen and (max-width: 768px) {

#page-top {
    background-size: 100%;
    position: fixed;
    bottom: 70px;
    right: 15px;
}

}


/* -----------------------------------------------------------
	パンくずリスト
----------------------------------------------------------- */

#breadcrumbs_area {
    clear: both;
    width: 100%;
    z-index: 10;
    position: absolute;
    bottom: 10px;
}

.breadcrumbs {
    width: 95%;
    max-width: var(--max-width);
    margin: 0 auto;
    font-size: 1.2rem;
    padding: 10px 0 0;
}

.breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumbs li {
    display: inline-flex;
    align-items: center;
    color: #fff;
}

/* 区切り「›」を li の間にだけ表示 */
.breadcrumbs li + li::before {
    content: "›";
    margin: 0 5px;
    color: #fff;
}

.breadcrumbs a {
    color: var(--font-color-base);
    text-decoration: none;
    color: #fff;
}

.breadcrumbs a:hover {
    color: var(--font-color-1);
    text-decoration: none;
}


@media screen and (max-width: 768px) {

#breadcrumbs_area {
    display: none;
}

}


/* -----------------------------------------------------------
	お問い合わせ
----------------------------------------------------------- */

.contact_tel {
    margin: 30px 0 0;
}

.contact_tel a {
    line-height: 1;
    color: var(--font-color-base);
    text-decoration: none;
    font-size: 5.3rem;
    font-weight: var(--font-weight-base);
    letter-spacing: -1px;
    position: relative;
    display: inline-block;
}

.contact_tel a::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 3.9rem;
    padding-right: 9px;
    vertical-align: middle;
    position: relative;
    top: -4px;
    display: inline-block;
}

.contact_tel a:hover {
    text-decoration: none;
}

.contact_time {
    font-size: 1.8rem;
    font-weight: var(--font-weight-base);
    letter-spacing: 2px;
}

table#contact_form {
    border-collapse: collapse;
    border-spacing: 0;
    width: 80%;
    margin: 40px auto 0;
}

#contact_form tbody {
    border-collapse: collapse;
    border-spacing: 0;
}

#contact_form tr {
    border-bottom: none;
}

#contact_form th {
    border-collapse: collapse;
    width: 100%;
    font-size: 1.7rem;
    font-weight: var(--font-weight-base);
    padding: 5px 0 10px;
    display: block;
    border: none;
    background: none;
}

#contact_form td {
    border-collapse: collapse;
    width: 100%;
    padding: 5px 0 15px;
    display: block;
    border: none;
    background: none;
    text-align: left;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-family: var(--font-family-base);
    line-height: 1.5;
    border: none;
    color: var(--font-color-base);
    width: 100%;
    font-size: 1.6rem;
    background: #fff;
    padding: 15px;
    overflow: hidden;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

span.wpcf7-list-item {
    margin: 5px 25px 5px 5px !important;
    display: inline-block;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 40px;
    border-radius: 0;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.wpcf7 form input[type="text"],
.wpcf7 form input[type="tel"],
.wpcf7 form input[type="email"],
.wpcf7 form input[type="date"],
.wpcf7 form input[type="number"] {
    font-family: var(--font-family-base);
    line-height: 1.5;
    width: 100%;
    border: none;
    color: var(--font-color-base);
    font-size: 1.6rem;
    background: #fff;
    padding: 15px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
 }

#contact_form select {
    font-family: var(--font-family-base);
    line-height: 1.5;
    border: none;
    color: var(--font-color-base);
    background: #fff;
    padding: 15px;
    font-size: 1.6rem;
    width: 100%;
    height: auto;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
}

.wpcf7 form lavel {
    position: relative;
    display: block;
}

.wpcf7 form lavel::after {
    display: block;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.6rem;
    color: #666;
    position: absolute;
    line-height: 1.5;
    top: 17px;
    right: 3%;
    pointer-events: none;
}

select::-ms-expand {
    display: none;
}

#contact_form input[type="file"] {
    font-family: var(--font-family-base);
    line-height: 1.5;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="textarea"]:focus,
.wpcf7 form input[type="text"]:focus,
.wpcf7 form input[type="tel"]:focus,
.wpcf7 form input[type="email"]:focus,
.wpcf7 form input[type="checkbox"]:focus,
.wpcf7 form input[type="radio"]:focus,
.wpcf7 form textarea:focus,
.wpcf7 form select:focus {
    border: none !important;
 }

#contact_form input[type="file"]:focus {
    border: none;
}

.wpcf7 form input[type="textarea"],
#contact_form input[type="submit"],
#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"],
#contact_form input[type="checkbox"],
#contact_form input[type="radio"],
#contact_form input[type="image"],
#contact_form input[type="file"],
#contact_form textarea {
    outline:none;
}

input[type="submit"] {
    outline:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wpcf7 form input[type="checkbox"],
.wpcf7 form input[type="radio"] {
    position: relative;
    top: 2px;
}

div.wpcf7 .ajax-loader,
.wpcf7-spinner {
    display: none !important;
}

.wpcf7-validation-errors {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
}

span.wpcf7-not-valid-tip {
    color: var(--font-color-red) !important;
    font-weight: 600;
    display: block;
    margin-top: 10px;
    text-align: left;
}

.wpcf7-response-output {
    padding: 0 !important;
    margin: 0 0 20px!important;
    color: var(--font-color-red) !important;
    font-weight: 600;
    border: none !important;
    font-size: 1.8rem;
    text-align: center;
}

.wpcf7-mail-sent-ok,
.wpcf7-mail-sent-ng {
    border: none !important;
    text-align: center;
}

.acceptance {
    text-align: center;
    margin-top: 40px;
}

.acceptance span.wpcf7-list-item {
    margin: 0 12px 0 0 !important;
}


@media screen and (max-width: 768px) {

.contact_tel {
    font-size: 2.0rem;
    line-height: 1.4;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 3px;
}

.contact_tel a {
    font-size: clamp(2.9rem,8vw,3.3rem);
    pointer-events: auto;
    text-decoration: none;
    cursor: pointer;
}

.contact_tel a::before {
    content: "\f095";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 6px;
    font-size: 2.3rem;
    vertical-align: middle;
    position: relative;
    top: -3px;
}

.contact_tel a:hover {
    opacity: 0.7;
}

.contact_time {
    font-size: 1.3rem;
    text-align: center;
    letter-spacing: 1px;
}

table#contact_form {
    width: 100%;
    margin: 0 auto;
}

#contact_form tr {
    border: none;
}

#contact_form th {
    width: 100%;
    font-size: 1.6rem;
    font-weight: var(--font-weight-base);
    text-align: left;
    display: block;
    border: none;
    padding: 10px 0 0;
}

#contact_form td {
    width: 100%;
    text-align: left;
    display: block;
    border: none;
    background: none;
    padding: 10px 0 10px;
}

.wpcf7 form input[type="image"] {
    margin-bottom: 30px;
}

.wpcf7 form input[type="checkbox"] {
    top: -2px;
}

input[type="radio"] {
    width: auto;
    top: -2px;
}

span.wpcf7-list-item {
    font-size: 1.6rem;
    display: block;
}

.android #contact_form input[type="file"] {
    font-size: 1.2rem;
}

#contact_form select {
    width: 100% !important;
    border-radius: 0;
    text-indent: 5px;
}

.wpcf7 form lavel::before,
.wpcf7 form lavel::after {
    display: none;
}

#contact_form input[type="text"],
#contact_form input[type="tel"],
#contact_form input[type="email"] {
    width: 100%;
}

.wpcf7-validation-errors {
    margin: 0 auto !important;
    padding: 0 0 20px 0 !important;
    text-align: center;
    width: 100%;
    max-width: 275px;
    line-height: 1.7;
}

.wpcf7-response-output {
    font-size: 1.4rem;
}

.acceptance {
    text-align: left;
    margin: 20px 0 40px;
}

}


/* -----------------------------------------------------------
	必須タグ
----------------------------------------------------------- */

.tag.tag_imperative {
    width: 48px;
    height: 24px;
    background: var(--primary-color);
    color: #fff;
    display: inline-flex;
    font-style: normal;
    margin-left: 10px;
    line-height: 1;
    font-size: 1.2rem;
    align-items: center;
    justify-content: center;
}


/* -----------------------------------------------------------
	送信ボタン
----------------------------------------------------------- */

.submit {
    font-family: var(--font-family-base);
    width: 400px;
    height: 60px;
    font-size: 1.7rem;
    font-weight: var(--font-weight-base);
    letter-spacing: 1px;
    margin: 30px auto 15px;
    text-align: center;
    display: block;
    padding: 20px 15px;
    line-height: 1;
    background: var(--primary-color);
    border: none;
    color: #fff !important;
}

.submit:hover {
    opacity: 0.7;
    color: #fff !important;
    border: none;
    text-decoration: none;
}


@media screen and (max-width: 768px) {

.submit {
    width: 85%;
    max-width: 300px;
    margin: 20px auto 15px;
}

}