@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    color: #4a4a4a;
}


/* 共通 */

body {
    background-color: #faf5f2;
}

.section_inner {
    max-width: 1180px;
    margin: 150px auto;
    padding: 0 60px;
    text-align: center;
}

.section_inner2 {
    max-width: 1180px;
    margin: 150px auto;
    padding: 0 60px;
}

.section_inner3 {
    max-width: 1180px;
}


/* h2装飾 */

.content_title {
    margin-bottom: 50px;
}

.content_title__decoration {
    text-align: center;
    color: #4b3e36;
    font-size: 35px;
    background-image: url(../images/nekotitl.svg);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 60pt;
    padding-bottom: 35pt;
}

.info_center {
    text-align: center;
}

/* 米印 */

.kome {
    padding-left: 1.2em;
    color: #7a6f77;
}

.kome::before {
    content: "※";
    padding-left: -1.2em;
}

/* ボタン */

/* ボタン 横並び用 */

.btn_group {
    margin-top: 40px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}

.btn_group__margin {
    margin: 0 30px;
}

/* ボタン共通 */

.btn_decoration {
    width: 296px;
    height: 67px;
    padding: 0 5px;
    color: #fff;
    background-color: #eac3d0;
    font-size: 25px;
    border-radius: 15px;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(166, 152, 157, 0.88);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 27px;
    border: none;
}

.btn_decoration:hover {
    background-color: #d1a8b5;
}

.btn_margin {
    margin-left: auto;
    margin-right: auto;
}

/* ヘッダー */
header {
    background-color: #fff;
}

.header_inner {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.header_logo img {
    width: 196px;
    height: 81px;
}

.header_nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.header_nav ul li {
    margin-left: 60px;
    font-weight: bold;
}

.header_nav ul li a:hover {
    color: #8b6e62;
}

.header_nav_item__adoption {
    line-height: 1.2;
}



/* TOPビジュアル */
.key-visual {
    position: relative;
    width: 100%;
}

.key-visual img {
    display: block;
    width: 100%;
    height: auto;
}

.key-visual h1 {
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    /* line-height: 1.6;  */
}

.key-visual_title,
.key-visual h1 span {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.4);
    color: #e8b9c4;
    padding: 0 0.3em;
    border-radius: 2vw;
    text-shadow: 2px 2px 5px #703349;
    font-size: 3.5vw;
    font-weight: bold;
    margin-bottom: 12px;
}


/* フッター */
footer {
    background-color: #4b3e36;
    padding: 40px 0;
}

.footer_logo {
    text-align: center;
}

.footer_logo img {
    background-color: #faf5f2;
    padding: 5px;
    border-radius: 20px;
    width: 234px;
}


/* index */

/* index - 営業時間 */

.home_overview__shop-label {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: bold;
}

.home_overview__shop-time {
    font-size: 35px;
    font-weight: bold;
}

/* index - ねこ日和について */

.home_about-nekobiyori_content {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1180px;
    margin: 50px auto;
    padding: 100px 60px;
    gap: 50px;
}

#home_about-nekobiyori .home_about-nekobiyori_content:first-of-type {
    padding-top: 0;
}

.home_about-nekobiyori_content__img-right {
    flex-direction: row-reverse;
}

.home_about-nekobiyori_content-backcolor {
    background-color: #fff;
}

.home_about-nekobiyori_content-backcolor {
    padding-top: 50px;
}

.home_about-nekobiyori_content img {
    width: 100%;
    height: auto;
}

.home_about-nekobiyori_content img,
.home_about-nekobiyori_content__text {
    width: 45%;
}

.home_about-nekobiyori_content__text p {
    padding-left: 60px;
}

.home_about-nekobiyori_content a {
    margin-top: 50px;
}

/* フェードイン */

.fadeIn {
    transform: translate3d(0, 50px, 0);
    transition: 1s;
    opacity: 0;
}

.fadeIn.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

/* index - cat_intro 猫の紹介 */
.home_cat_intro ul {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.home_cat_intro__name {
    font-weight: bold;
}

.home_cat_intro__text {
    font-size: 18px;
}

.home_cat_intro a {
    margin-top: 50px;
}

/* index - SNS */

.home_SNS ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}




/* 猫の紹介 */

.enrollment_cat {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.enrollment_cat li {
    margin-bottom: 100px;
}

.enrollment_cat__name {
    font-weight: bold;
}

.enrollment_cat__text {
    font-size: 18px;
}



/* 利用案内 */
/* 利用案内 - 料金システム */
.guide_price table {
    margin: 0 auto;
    border-collapse: collapse;
    border: 2px solid #9a9695;
}

.guide_price thead {
    background-color: #fff;
    color: #4b3e36;
}

.guide_price th,
.guide_price td {
    width: 280px;
    padding: 20px;
    text-align: center;
    border: 1px solid #9a9695;
    font-size: 30px;
}

.guide_price td {
    background-color: #e1d1d6;
}

.guide_price td:first-child {
    background-color: #fff;
}

.guide_price .kome {
    margin-top: 10px;
}

/* 利用案内 - 入店されるお客様へのお願い */

.guide_rule {
    background-color: #fff;
    margin-top: 80px;
    padding: 65px 150px;
    border-radius: 30px;
}

.guide_rule h3 {
    text-decoration: underline;
    font-size: 30px;
}

.guide_rule span {
    text-decoration: underline;
}

.guide_rule p,
.guide_rule ul {
    margin-top: 10px;
    margin-bottom: 50px;
}

.guide_rule li {
    list-style-type: disc;
}

.guide_rule li::marker {
    font-size: 15px;
}

/* 利用案内- 予約 */

.guide_Reserve a {
    margin-top: 40px;
    margin-bottom: 50px;
}

.guide_Reserve h2 {
    margin-bottom: 30px;
}

.guide_Reserve__tel {
    font-size: 30px;
}

.guide_Reserve__note {
    color: #7a6f77;
}

/* 予約 */

.reservation table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 20px 15px;
}

.reservation th,
.reservation td {
    padding: 10px;
}

.reservation th {
    text-align: right;
}

.reservation td input,
.reservation select {
    width: 300px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 18px;
    color: #4a4a4a;
    background-color: #fff;
}

#res_form.show-errors input[type="text"]:invalid,
#res_form.show-errors input[type="email"]:invalid,
#res_form.show-errors input[type="date"]:invalid,
#res_form.show-errors select:invalid {
    border: 2px solid #ff4d4d;
    background-color: #fff5f5;
}

.cursor {
    cursor: pointer;
}

.reservation_btn input {
    width: 200px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}


/* 予約完了 */
.complete a {
    margin-top: 80px;
}

/* 譲り渡しご希望の方へ */
/* 譲り渡しご希望の方へ - 譲渡の流れ */

.adoption_step {
    background-color: #fff;
    margin-top: 80px;
    padding: 65px 150px;
    border-radius: 30px;
}

.adoption_step h3 {
    font-size: 30px;
}

.adoption_step .number {
    font-size: 45px;
}

.adoption_step p {
    margin-left: 2em;
    margin-top: 10px;
    margin-bottom: 60px;
}


/* 店舗情報 */

.info_store-info {
    border-spacing: 0;
    border: 2px solid rgba(122, 111, 119, 0.6);
    border-radius: 20px;
    padding: 20px;
    margin: 0 auto;
}

.info_store-info th,
.info_store-info td {
    border-bottom: 1px solid rgba(122, 111, 119, 0.6);
    padding: 20px 20px;
    color: #4b3e36;

}

.info_store-info td {
    border-left: 1px solid rgba(122, 111, 119, 0.6);
}

.info_store-info tr:last-child th,
.info_store-info tr:last-child td {
    border-bottom: none;
}

.info_access p {
    margin-top: 10px;
}