/*
Theme Name: My Child Theme for Twenty Twenty
Template: twentytwenty
*/
/* =========================
   Hero Section
========================= */

.hero-image {
    position: relative;
    height: 80vh;              /* 迫力を出す */
    min-height: 500px;         /* 小さい画面でも潰れない */
    overflow: hidden;
}

.hero-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

/* 左から自然に暗くする */
.hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(0,0,0,0.65) 0%,
        rgba(0,0,0,0.35) 40%,
        rgba(0,0,0,0.0) 70%
    );
    z-index: 1;
}
.spain-flag{
	position:absolute;
	top:20px;
	left:20px;
	width:100px;
	height:auto;
	z-index:3; 
}
/* =========================
   Catch Copy
========================= */

.hero-copy {
    position: absolute;
    top: 50%;
    left: 30%;                  /* ← 中央より少し左 */
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #ffffff;
    max-width: 700px;
}

.hero-copy h1 {
	font-size: clamp(3.8rem, 7vw, 6rem);
	font-weight: 800; line-height: 1.2;
	letter-spacing: 0.04em;
	text-shadow: 0 8px 40px rgba(0,0,0,0.6); 
}


.hero-copy span {
    display: block;
    margin-top: 15px;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 400;
    opacity: 0.95;
}
.price-box{
	position: absolute; bottom: 30px;
	right: 30px; background: rgba(255,255,255,0.9);
	padding: 12px 18px; border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	gap: 10px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2); 
} 
.price{
	color:#000; 
} 
.paypal img{
	height:20px;
	width:auto;
	display:block
}
/* =========================
   Flow Section
========================= */

.flow-section {
    padding: 100px 20px;
    background: #ffffff;
}

.flow-container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.flow-title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: 0.05em;
}

.flow-steps {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}

.flow-step {
	text-align:center;
    flex: 1;
    min-width: 260px;
    max-width: 320px;
    padding: 40px 30px;
    border-radius: 16px;
    background: #f9f9f9;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.flow-step:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.step-number {
    font-size: 3rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 20px;
}

.flow-step h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
}

.flow-step p {
    font-size: 1rem;
    color: #555;
}
.flow-paypal-logo{
	height:28px; 
	width:auto; 
	margin:10px auto; 
	display:block; 
}
@media (max-width:768px){ 
	.flow-paypal-logo{
		height:24px; 
		margin:8px auto; 
	} 
}

/* サービス説明セクション */
.service-features {
    background-color: #fff;
    padding: 50px 20px;
    max-width: 900px;
    margin: 60px auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #333;
}

.service-features h2 {
    font-size: 2rem;       /* ご利用の流れと同じサイズ */
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}

.service-features ul {
    list-style: none;
    padding-left: 0;
}

.service-features ul li {
    position: relative;
    font-size: 1.5rem;      /* 少し大きめで読みやすく */
    line-height: 2.2;       /* 行間も広め */
    padding-left: 40px;
    margin-bottom: 25px;
}

/* カスタムマーク（矢印） */
.service-features ul li::before {
    content: "→";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #0073e6;
    font-weight: bold;
    font-size: 1.6rem;
}
/* =========================
   Example Section
========================= */

.example-section {
    padding: 100px 20px;
    background: #f7f9fc;
}

.example-container {
    max-width: 900px;
    margin: 0 auto;
}

.example-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 60px;
}

/* 入力モック */

.input-mock {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.mock-field {
    margin-bottom: 30px;
}

.mock-field label {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 8px;
    color: #555;
}

.mock-input {
    background: #f1f3f5;
    padding: 14px 16px;
    border-radius: 8px;
    font-size: 1.1rem;
    color: #333;
}

.mock-textarea {
    background: #f1f3f5;
    padding: 16px;
    border-radius: 8px;
    font-size: 1.1rem;
    line-height: 1.8;
    min-height: 120px;
    color: #333;
}

/* 矢印 */

.mock-arrow {
    text-align: center;
    font-size: 2rem;
    margin: 40px 0;
    color: #999;
}

/* 出力 */

.output-mock {
    text-align: center;
}

.audio-mock {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 30px 40px;
    border-radius: 12px;
    font-family: monospace;
    font-size: 1.1rem;
    line-height: 2;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
　@media (max-width:768px){
	.price-box{
		bottom:15px;
		right:15px;
		padding:10px 14px;
		font-size:16px;
		flex-direction:column; /* 横並び→縦 */
		align-items:center; gap:6px; 
 　　} 
 　　　.paypal img{
	height:18px;
 　　} 
}	
#forminator-module-104 {
    margin-left: auto !important;
    margin-right: auto !important;
}
textarea {
    min-height: 180px !important;
    resize: vertical !important;
}
/* ==========================================
   FAQ Page
========================================== */

/* （ここにCSS） */
/* =========================
   FAQ PAGE
========================= */

.faq-page {
    width: min(100% - 32px, 760px);
    margin: 0 auto;
    padding: 64px 0 80px;
    color: #222;
}

/* Header */

.faq-header {
    margin-bottom: 42px;
    text-align: center;
}

.faq-eyebrow {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #777;
}

.faq-header h1 {
    margin: 0;
    font-size: clamp(30px, 5vw, 44px);
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.faq-intro {
    max-width: 600px;
    margin: 18px auto 0;
    font-size: 16px;
    line-height: 1.9;
    color: #555;
}

/* FAQ list */

.faq-list {
    display: grid;
    gap: 14px;
}

.faq-item {
    overflow: hidden;
    border: 1px solid #dedede;
    border-radius: 8px;
    background: #fff;
}

.faq-item summary {
    position: relative;
    padding: 21px 56px 21px 24px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.6;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

/* Plus icon */

.faq-item summary::before,
.faq-item summary::after {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 16px;
    height: 2px;
    content: "";
    background: #333;
    transform: translateY(-50%);
    transition: transform 0.2s ease;
}

.faq-item summary::after {
    transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary::after {
    transform: translateY(-50%) rotate(0deg);
}

.faq-item[open] summary {
    border-bottom: 1px solid #e6e6e6;
}

.faq-item summary:hover {
    background: #fafafa;
}

/* Answer */

.faq-answer {
    padding: 20px 24px 23px;
    background: #fcfcfc;
}

.faq-answer p {
    margin: 0;
    font-size: 16px;
    line-height: 1.9;
    color: #444;
}

.faq-answer p + p {
    margin-top: 12px;
}

/* Input example */

.faq-example {
    margin: 16px 0;
    padding: 14px 16px;
    border-left: 4px solid #333;
    background: #f1f1f1;
}

.faq-example-label {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 700;
    color: #666;
}

.faq-example code {
    padding: 0;
    font-size: 15px;
    color: #222;
    background: transparent;
}

/* Contact area */

.faq-contact {
    margin-top: 54px;
    padding: 34px 28px;
    text-align: center;
    border-radius: 10px;
    background: #f3f3f3;
}

.faq-contact h2 {
    margin: 0 0 10px;
    font-size: 23px;
}

.faq-contact p {
    margin: 0;
    line-height: 1.8;
    color: #555;
}

.faq-button {
    display: inline-block;
    margin-top: 22px;
    padding: 13px 26px;
    border: 2px solid #222;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff !important;
    text-decoration: none !important;
    background: #222;
    transition:
        background 0.2s ease,
        color 0.2s ease;
}

.faq-button:hover {
    color: #222 !important;
    background: #fff;
}

/* Mobile */

@media (max-width: 600px) {

    .faq-page {
        width: min(100% - 24px, 760px);
        padding: 42px 0 60px;
    }

    .faq-header {
        margin-bottom: 30px;
        text-align: left;
    }

    .faq-intro {
        margin-top: 13px;
    }

    .faq-item summary {
        padding: 18px 48px 18px 18px;
        font-size: 16px;
    }

    .faq-item summary::before,
    .faq-item summary::after {
        right: 18px;
    }

    .faq-answer {
        padding: 17px 18px 20px;
    }

    .faq-answer p {
        font-size: 15px;
    }

    .faq-contact {
        margin-top: 40px;
        padding: 28px 20px;
    }

    .faq-button {
        width: 100%;
        box-sizing: border-box;
    }
}
/* ヒーロー画像の下の余白 */
.entry-content {
    padding-top: 40px;
}
/* お問い合わせフォーム */
#forminator-module-119 {
    margin-left: auto !important;
    margin-right: auto !important;
}
