/*---------------------
 2025.6. creates KINET師田
-----------------------*/


/* Googleフォントの読み込み */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

body {
    font-family: 'Noto Serif JP', serif;
    line-height: 1.6;
    margin: 0;
    background-color: #fafbec;
    color: #333;
    text-align: center;
}

:root {
    --primary-color: #5c677d;
    --secondary-color: #8d99ae;
    --accent-color: #e27d60;
    --background-light: #f4f7f6;
    --text-dark: #333;
    --text-light: #fff;
    --border-color: #ccc;
    --error-color: #d9534f;
    --success-color: #5cb85c;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
    height: 0px;
}
.red {
    color: #c2185b;
    font-weight: bold;
    text-decoration: none;
}
.green {
    color: var(--success-color);
}

.ao {
    color: #0066cc;
}

#wrapper {
    background: #fff;
    text-align: center;
    /* font-size: 15px; */
    padding: 0px;
    margin: 0 auto;
}

/* セクション共通スタイル */
section {
    background-color: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    margin: 20px auto;
    max-width: 900px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* タイトル装飾 */
h1,
h2,
h3 {
    font-weight: bold;
    margin-bottom: 20px;
    color: #5f4339;
    text-align: center;
}

#contents {
    clear: both;
    text-align: left;
    padding: 10px 30px;
    margin: 0 auto;
}

#contents h2 {
    background: #28293A;
    color: #ebbdad;
    font-size: 1.27em;
    padding: 0.5em;
    margin: 1.2em 0 0.5em 0;
}



/* ヘッダー部分のスタイル */
header {
    background-image: url('../img/26420396.jpg');
    background-size: cover;
    background-position: center top;
    padding: 60px 20px;
    border-radius: 8px 8px 0 0;
    text-align: center;
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

header h1 {
    font-size: 2.8em;
    margin-bottom: 5px;
}

header h2 {
    font-size: 1.4em;
    margin-top: 40px;

}

header h1 .main-logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.header-asset {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.header-asset img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}

.tagline {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #5f4339;
    text-align: center;
}

.asset-card {
    top: 15%;
    left: 5%;
    width: 60px;
    transform: rotate(-15deg);
}

.asset-kurohosi {
    top: 50%;
    right: 8%;
    width: 40px;
    transform: rotate(20deg);
}

.asset-moon {
    top: 10%;
    right: 15%;
    width: 70px;
    transform: rotate(5deg);
}

.asset-neko {
    bottom: 15%;
    left: 10%;
    width: 50px;
    transform: rotate(-5deg);
}

.section1 {
    position: relative;
}

.social-links {
    position: absolute;
    top: -20px;
    right: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.social-links img {
    width: 30px;
    height: 30px;
    transition: transform 0.2s ease-in-out;
}

.social-links img:hover {
    transform: scale(1.1);
    /* ホバーで少し拡大 */
}

/* フッターのSNSリンクのCSS例 */
.footer-social-links {
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    /* 横並びで中央揃え */
    gap: 10px;
}

.footer-social-links img {
    width: 25px;
    height: 25px;
}

.wellcome-image {
    width: 300px;
    height: auto;
    margin: 50px auto;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}


.intro,
.details,
.cta {
    margin-bottom: 30px;
    text-align: center;
}

/* 人物紹介 */
.intro {
    background-color: #28293A;
    background-size: cover;
    background-repeat: no-repeat;
    color: #9E876E;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.intro h3 {
    color: #9E876E;
    font-size: 1.8em;
}


.intro-content-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.intro .int_l {
    width: calc(60% - 15px);
    /* gapの分を少し調整 */
    min-width: 300px;
    text-align: left;
    width: 400px;
}

.intro .prof {
    flex-shrink: 0;
    width: 300px;
    text-align: center;
}

.com {
    text-align: left;
}

.price {
    font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0;
}

.cta {
    color: #c2185b;
}

.contact-info {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    color: #555;
    font-size: 0.9em;
    text-align: center;
}





/* お知らせ */
.news-block {
    position: relative;
    border-radius: 10px;
    padding: 70px 15px;
    max-width: 600px;
    margin: 200px auto 100px;
    font-size: 1.7rem;
}

.news-icon {
    position: absolute;
    top: -114px;
    left: -173px;
    width: 280px;
    height: auto;
    z-index: 10;
}

.news-text {
    color: #333;
    line-height: 1.6;
    margin: 0;
}

/* プロフィール画像 */
.profimg {
    width: 220px;
    height: 270px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    display: block;
    margin: 20px 0;
}

/* リストアイテム */
ul li {
    margin-bottom: 8px;
    color: #444;
}

/* フッター */

footer {
    text-align: center;
    margin-top: 50px;
    font-size: 0.85em;
    color: #777;
}


/* 利用規約リンク */
a[href="/kiyaku.html"],
footer a {
    color: #8d6e63;
    text-decoration: underline;
    font-weight: bold;
}

a[href="/kiyaku.html"]:hover {
    color: #6d4c41;
}


.details {
    font-size: 1.7rem;
}

/* CTAボタン装飾 */
.cta button,
.com button {
    background: linear-gradient(135deg, #a1887f, #6d4c41);
    color: white;
    padding: 15px 35px;
    font-size: 1.2em;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.cta button:hover,
.com button:hover {
    background: linear-gradient(135deg, #6d4c41, #4e342e);
    transform: scale(1.05);
}


button:hover {
    background-color: #6d4c41;
}



/* フェードインアニメーション */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section,
header,
footer {
    animation: fadeInUp 1s ease both;
}

/* 鑑定申し込み */
.u_phot_contents {
    float: left;
    width: 180px;
    text-align: center;
    font-size: 0.87em;
    margin: auto;
}

.u_phot_contents img {
    width: 150px;
}

.u_comment_contents {
    float: left;
    width: 700px;
    padding: 0 0 0 20px;
}

.u_comment_contents table,
.u_comment_contents td,
.u_comment_contents th {
    border: 1px solid #ffc898;
}

.u_comment_contents table {
    width: 100%;
    padding: 0px;
    margin: 5px;
}

.u_comment_contents tr {
    vertical-align: top;
}

.u_comment_contents td {
    text-align: left;
}

.u_comment_contents th,
.u_comment_contents td {
    padding: 5px;
    margin: 0px;
}

.u_comment_contents th {
    text-align: center;
    background: #f8eee6;
    color: #8d6e63;
    white-space: nowrap;
}


/*--  鑑定申込 -- */
input.o_submit {
    width: 180px;
}

.introduce input {
    width: 120px;
}

.introduce input:hover,
input.o_submit:hover {
    border-top: solid 2px #666;
    border-left: solid 2px #666;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    filter: alpha(opacity=60);
    -ms-filter: alpha(opacity=60);
    opacity: 0.6;
}

.notebox {
    margin: 1.25em;
}

.notebox ul {
    padding: 0 1em;
    margin: 0;
}

.notebox .img_a {
    width: 180px;
}

.img_100 {
    width: 100px;
    padding: 0 20px 20px 0px;
}



/*------------------
 Form
 ----------------- */
#kantei {
    text-align: left;
    /* font-size: 15px; */
    padding: 0 0px;
    margin: 0px 0 0 30px;
}

#kantei dl {
    width: 100%;
    margin: 20px 0px;
    padding: 0px;
}

#kantei dt {
    clear: both;
    float: left;
    width: 170px;
    border-top: 1px solid #FFC9AA;
    margin: 0;
    padding: 20px 10px;
}

#kantei dd {
    background-color: #ffe6d780;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    float: left;
    width: 680px;
    margin: 0;
    padding: 20px 10px;
}

/*------------------
 table
 ----------------- */
table {
    border-collapse: collapse;
}

.app table {
    border: 1px solid #FFC9AA;
    padding: 4px;
    margin: 10px;
}

.app th,
.app td {
    font-size: 15px;
    border: 1px solid #FFC9AA;
    font-weight: normal;
    padding: 0.5em;
    margin: 0px;
}

.app th {
    background: #ffe6d780;
}

.app textarea,
.app input {
    width: 95%;
}



/* 鑑定申し込み確認 */
.container {
    max-width: 900px;
    margin: 30px auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}

.kantei_conf h2 {
    color: var(--primary-color);
    margin-bottom: 30px;
    font-size: 2em;
    position: relative;
}

.kantei_conf h2::after {
    content: '';
    display: block;
    width: 50%;
    height: 3px;
    background: var(--accent-color);
    margin: 10px auto 0;
    border-radius: 2px;
}

.confirm-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
}

.confirm-table th,
.confirm-table td {
    padding: 15px;
    border-bottom: 1px dashed #eee;
    text-align: left;
}

.confirm-table th {
    background-color: #f8f8f8;
    color: var(--primary-color);
    width: 30%;
    font-weight: 700;
}

.confirm-table td {
    color: var(--text-dark);
}

.confirm-table tr:last-child th,
.confirm-table tr:last-child td {
    border-bottom: none;
}

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

.o_submit,
.o_submit {
    background-color: var(--accent-color);
    color: var(--text-light);
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 1.2em;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    box-shadow: 0 4px 10px rgba(var(--accent-color-rgb), 0.3);
    margin: 0 10px;
}

.o_submit:hover {
    background-color: #cc6d52;
    transform: translateY(-2px);
}

.o_submit:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(var(--accent-color-rgb), 0.3);
}

.btn-back {
    background-color: var(--secondary-color);
    color: var(--text-light);
}

.btn-back:hover {
    background-color: #7a869a;
}


/* 特商 */

.tokusho {
    width: 660px;
    max-width: 95%;
    text-align: center;
    padding: 20px 0px;
    margin: 0px auto;
}

.tokusho h2 {
    font-size: 1.40em;
    margin: 1.25em auto;
}

.tokusho table {
    width: 100%;
    border: 1px solid #999;
    text-align: left;
    font-size: 14px;
    margin: auto;
}

.tokusho a {
    font-size: 14px;
    color: #000;
}

.tokusho th {
    text-align: left;
    background: #E6E6C8;
    font-size: 14px;
    border: 1px solid #999;
    padding: 0.8em 1.2em;
}

.tokusho td {
    font-size: 14px;
    border: 1px solid #999;
    padding: 0.8em 1.2em;
}

.thank {
    font-size: 17px;
    line-height: 180%;
}

.thank {
    text-align: center;
    font-size: 18px;
    color: #000000;
    line-height: 200%;
    margin: 50px auto;
    padding: 0px;
}

.tokusho ul {
    margin: 0 0;
    padding: 0px 0 0 1em;
}

.privacy {
    width: 660px;
    text-align: center;
    padding: 20px 0;
    margin: 0px auto;
}

.privacy h2 {
    font-size: 1.40em;
    margin: 1.5em 0 0.5em 0;
}

.privacynote {
    text-align: left;
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    font-size: 14px;
}

.breadcrumb li+li::before {
    content: "＞";
    padding: 0 8px;
    color: #999;
}

.breadcrumb a {
    text-decoration: none;
    color: #007bff;
}

.breadcrumb a:hover {
    text-decoration: underline;
}


@media only screen and (min-width: 781px){

#wrapper {
width:960px;
border:0;
}
}