@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&family=Zen+Kurenaido&display=swap');

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #957D6C;
	background: #FCFAF6;
	position: relative;
}

a{
	text-decoration: none;
	color: #957D6C;
}

a:hover, .active{
    opacity: 0.6;
}

a:active, a:focus,input:active, input:focus{outline:0;}

:root {
    --bg-color: #FAF9F6;
    --card-color: #FFFFFF;
    --text-main: #7D7D7D;
    --text-accent: #957D6C;
    --circle-blue: #D4EDF4;
    --circle-yellow: #FEFDBC;
    --circle-green: #D6ECB2;
    --circle-pink: #FDD0DF;
}

.mainImg{
text-align: center;
}

/* ヘッダー
------------------------------------------------------------*/
#header{
}

#header h1{
	padding: 25px 0 0 40px;
}
#header h1,
#mainnav {
	z-index: 100;
}

#mainnav a{
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
}
#headerWrap{
display: flex;
justify-content: space-between;
}

#topArea {
height: 800px;
position: relative;
overflow: hidden;
}
@media (max-width: 799px) {
#topArea {
height: 700px;
}
}


#itemImg-wrap {
    width: 100%;
    height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.itemImg {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: sliderAnime 30s linear infinite 0s;
}


.itemImg:nth-child(2) {
    animation-delay: 10s;
}

.itemImg:nth-child(3) {
    animation-delay: 20s;
}

.itemImg img {
/*
    width: 100%;
    height: 100%;
*/
    object-fit: cover;
}

@keyframes sliderAnime {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
        transform: scale(1.1);
    }

    40%,
    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}


@media (min-width: 768px) {
.menu-btn {
text-align: center;
}
.menu-btn a {
font-size: 16px;
background-color: var(--btn-brown);
color: var(--text-white);
padding: 15px 40px;
display: inline-block;
text-decoration: none;
border-radius: 50px;
transition: opacity 0.3s;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
}
}




/* ---------------------------------------- 
  message
---------------------------------------- */
#message-pc p,
#message-sp p {
font-family: "Zen Kurenaido", sans-serif;
font-weight: 400;
background-image: linear-gradient(to right, #957D6C 5px, transparent 5px);
background-size: 10px 1px;
background-position: left bottom;
background-repeat: repeat-x;
display: inline-block;
margin-bottom: 5px;
}
#message-pc p {
font-size: 2.8vw;
line-height: 1.8;
}
#message-pc {
position: absolute;
top: 300px;
left: 60.3%;
}
#message-sp {
display: none;
}

@media only screen and (max-width: 799px){
#message-pc {
display: none;
}
#message-sp {
display: block;
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 400px;
text-align: center;
width: 80%;
}
#message-sp p {
font-size: 9.2vw;
line-height: 1.6;
}
}

/* ---------------------------------------- 
  bubble
---------------------------------------- */
#topArea #bubble01 {
position: absolute;
top: 290px;
left: 57%;
}

#products-section #bubble02 {
position: absolute;
top: 20px;
left: 20px;
}

#flow-section #bubble03 {
position: absolute;
top: 0;
right: 20px;
}

#faq-section #bubble04 {
position: absolute;
top: -20px;
left: 120px;
z-index: 100;
}

#faq-section #bubble05 {
position: absolute;
top: 1100px;
right: -30px;
}


@media only screen and (max-width: 799px){
#topArea #bubble01 {
width: 13.3%;
top: 290px;
left: 10%;
}
#products-section #bubble02 {
width: 17.1%;
top: 20px;
left: 20px;
}
#flow-section #bubble03 {
width: 24.3%;
top: -20px;
right: -10px;
}
#faq-section #bubble04 {
width: 16.5%;
top: 80px;
left: 20px;
z-index: 100;
}

#faq-section #bubble05 {
width: 17.9%;
top: 1100px;
right: -30px;
}

}


/* ---------------------------------------- 
  cat 
---------------------------------------- */
#topArea #cat01 {
position: absolute;
top: 20px;
right: 50px;
}
#topArea #cat02 {
position: absolute;
top: 500px;
left: -50px;
}
#topArea #cat03 {
position: absolute;
top: 450px;
right: 35%;
}

#about-section #cat04 {
z-index: 2;
position: absolute;
top: 0;
left: 200px;
}

#about-section #cat05 {
z-index: 2;
position: absolute;
top: 50px;
right: 200px;
}

#products-section #cat06 {
position: absolute;
top: 20px;
right: 0;
}

#flow-section #cat07 {
position: absolute;
top: 10px;
left: 30px;
}
#flow-section #cat08 {
position: absolute;
bottom: 0;
right: -10px;
}

#faq-section #cat09 {
position: absolute;
top: 80px;
right: 220px;
z-index: 100;
}

#faq-section #cat10 {
position: absolute;
top: 700px;
left: -60px;
}
#instagram-section #cat11 {
position: absolute;
top: -50px;
right: 300px;
z-index: 100;
}
#site-footer #cat12 {
position: absolute;
top: -150px;
left: -20px;
z-index: 100;
}
#site-footer #cat13 {
position: absolute;
bottom: -20px;
right: 20px;
z-index: 100;
}


@media only screen and (max-width: 799px){
#topArea #cat01 {
width: 39.7%;
top: 80px;
right: -45px;
}
#topArea #cat02 {
width: 38.7%;
top: 450px;
left: -30px;
}
#topArea #cat03 {
width: 41.9%;
top: 300px;
right: -45px;
}
#about-section #cat04 {
width: 29.1%;
top: 110px;
left: -10px;
}
#about-section #cat05 {
width: 35.2%;
top: 480px;
right: -10px;
}
#products-section #cat06 {
width: 66.7%;
position: absolute;
top: 20px;
right: -10px;
}
#flow-section #cat07 {
width: 49.9%;
top: 10px;
left: -50px;
}
#flow-section #cat08 {
width: 34.1%;
top: 	65%;
right: -10px;
}
#faq-section #cat09 {
width: 34.1%;
top: -20px;
right: -20px;
z-index: 100;
}

#faq-section #cat10 {
width: 34.1%;
top: 650px;
left: -30px;
}
#instagram-section #cat11 {
width: 26.2%;
top: -50px;
right: -10px;
}
#site-footer #cat12 {
width: 28.5%;
top: -60px;
left: -10px;
z-index: 100;
}
#site-footer #cat13 {
width: 41.0%;
bottom: -20px;
right: -10px;
z-index: 100;
}

}

/* ---------------------------------------- */


/* --- アニメーションの定義（フワフワ動くサンプル） --- */
@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

/* このクラスがついている要素にアニメーションを適用 */
.animate-float {
    /* アニメーション名、時間、進行方法、繰り返し */
    animation: float 4s ease-in-out infinite;
}

/* タイミングをずらすためのクラス（オプション） */
#cat03.animate-float,
#cat04.animate-float,
#cat06.animate-float,
#flow-section #cat07,
#faq-section #cat09,
#site-footer #cat12 {
    animation-delay: 0.5s; /* 0.5秒遅れて動き出す */
}



/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}

.float-button__wrap {
/* display: none; 最初は隠す */
position: fixed;
bottom: 10px;
right: 10px;
z-index: 10;
width: 12.5%;
}
@media only screen and (max-width: 799px){
.float-button__wrap {
width: 23.2%;
}
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 70px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
		padding-right: 40px;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	
	

	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
/* 		border-bottom: 1px solid #ccc; */
	}
	
	#header h1{
		padding: 10px 0 0 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 0;
  	width: 25px;
  	height: 1.6px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	height: 1.6px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	width: 30px;
  	margin-top: -10px;
	}

	#menuBtn:after{
  	width: 20px;
  	margin-top: 8px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
  	width: 25px;
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
  	width: 25px;
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
/* 		border-bottom: 1px solid #957D6C; */
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #957D6C;
		color: #957D6C;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #957D6C;
		border-right: solid 2px #957D6C;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
#itemImg-wrap {
margin-top: 70px;
}

	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
}





/* ---------------------------------------- 
  #about-section
---------------------------------------- */

#about-section {
position: relative;
padding: 22px 0 40px 0; 
background-image: url(../images/about-card-top.png);
background-repeat: no-repeat;
background-position: center top;
background-size: 80%;
margin: auto;
overflow: hidden;
}

/* 白いカード部分 */
.about-card {
background-color: var(--card-color);
border-radius: 20px;
padding: 40px 10px;
box-shadow: 0 4px 10px rgba(0,0,0,0.05);
/* 猫との重なり順を制御 */
position: relative;
z-index: 1;
text-align: center;
}

/* --- 猫の装飾パーツ共通設定 --- */
.cat-deco {
    position: absolute;
    pointer-events: none; 
}
.cat-deco img {
    width: 100%;
    height: auto;
    display: block;
}




/* =========================================
   SP版（スマホ）のスタイル (デフォルト)
   ========================================= */



/* その他のSP用スタイル（前回と同じ） */
.about-en,
.section-en {
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 400;
    display: block;
    font-size: 16px;
    color: var(--text-accent);
	line-height: 1;
    margin-bottom: 5px;
}
.about-jp,
.section-jp {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
}
.about-jp::after,
.section-jp::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5em;
    height: 1px;
    background-color: #957D6C;
}
.kira-icon { 
position: absolute;
top: -12px;
right: -20px;
 }
.kira-icon img {
width: 1em;
}
.about-lead h3 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 30px 0 20px;
    line-height: 1.6;
}
.about-text {
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 80px;
    line-height: 2.2;
}
.pc-br { display: none; }
.sp-br { display: inline; }
.feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 0;
}
.feature-item {
    width: calc((100% - 20px) / 2);
    max-width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feature-icon-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.feature-icon-circle img {
width: 56%;
}
.color-blue { background-color: var(--circle-blue); }
.color-yellow { background-color: var(--circle-yellow); }
.color-green { background-color: var(--circle-green); }
.color-pink { background-color: var(--circle-pink); }
.feature-title {
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-size: 14px;
}


/* =========================================
   PC版のスタイル (768px以上で適用)
   ========================================= */
@media (min-width: 768px) {

    #about-section {
        padding: 44px 20px 80px 20px;
		background-size: auto;
    }


    /* その他のPC用スタイル（前回と同じ） */
    .about-card {
        max-width: 1157px;
        margin: 0 auto;
        padding: 0 200px 60px 200px;
		box-sizing: border-box;
    }
.about-jp,
.section-jp { 
font-size: 32px; 
}
.about-lead h3 { font-size: 24px; }
.about-text { font-size: 16px; margin-bottom: 40px; }
.about-en,
.section-en { 
font-size: 24px; 
}
.kira-icon { 
position: absolute;
top: -15px;
right: -40px;
 }
.feature-title {
font-size: 16px;
}
    .pc-br { display: inline; }
    .sp-br { display: none; }
    .feature-list {
        flex-wrap: nowrap;
        gap: 40px;
    }
    .feature-item {
        width: auto;
        flex: 1;
        max-width: none;
    }
    .feature-icon-circle {
        width: 160px;
        height: 160px;
    }
}


/* =========================================
   共通パーツ・変数追加
   ========================================= */
:root {
    /* 追加の色定義 */
    --btn-yellow: #FEFDBC;
    --btn-green: #D6ECB2;
    --btn-blue: #D4EDF4;
    --btn-brown: #957D6C;
    --text-white: #FFFFFF;
}

/* セクション共通見出し */
.section-header {
    margin-bottom: 60px;
    position: relative;
	text-align: center;
}

.deco-heart {
position: absolute;
top: 18px;
left: -50px;
}
.deco-heart img {
width: 1.5em;
}



.deco-arrow {
position: absolute;
top: 5px;
right: -40px;
}
.deco-arrow img {
width: 1.5em;
}

/* ボタン共通 */
.btn {
    display: inline-block;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px;
    transition: opacity 0.3s;
    color: #957D6C;
    margin-top: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}
.btn:hover {
    opacity: 0.6;
}

/* 色別ボタン */
.btn-yellow { background-color: var(--btn-yellow); }
.btn-green { background-color: var(--btn-green); }
.btn-blue { background-color: var(--btn-blue); }
.btn-brown { 
    background-color: var(--btn-brown); 
    color: var(--text-white);
    padding: 15px 40px;
    margin-top: 20px;
    font-size: 14px;
}
.section-cta {
text-align: center;
}

/* =========================================
   Products セクション
   ========================================= */
#products-section {
    padding: 120px 20px 60px 20px;
    position: relative;
overflow: hidden
}

/* カードスタイル */
.product-card {
    background: transparent;
    margin-bottom: 50px;
    text-align: left; /* テキストは左寄せ */
}
.product-title {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
    font-size: 16px;
    color: #957D6C;
    margin-bottom: 10px;
}
.product-sub {
font-size: 14px;
}
.product-img img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.product-desc {
    font-family: "Zen Kurenaido", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
	padding: 0 0.5em;
}
/* 中央寄せに戻すためのラッパー */
.product-card {
    display: flex;
    flex-direction: column;
    align-items: center; /* ボタンなどを中央へ */
    text-align: left;    /* 文章は左へ */
}

.product-title {
    width: 100%;
    text-align: left;
}
.product-desc {
    text-align: left;
}


/* =========================================
   Order-Flow セクション
   ========================================= */
#flow-section-wrap {
padding-top: 50px;
background: url(../images/flow-section-sp.png) center top no-repeat;
background-size: 100%;
	overflow: hidden;
}


#flow-section {
position: relative;
    padding: 60px 20px;
    background-color: #FCF5E4; 

}

.flow-container {
    display: flex;
    flex-direction: column; /* SPは縦並び */
    align-items: center;
    gap: 10px;
}

.flow-step {
}
.flow-img {
    width: 58.7%;
    border-radius: 50%;
    overflow: hidden;
	margin: 0 auto 10px;
}
.flow-img img {
    width: 100%;
    height: auto;
    display: block;
}
.flow-text {
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
color: #957D6C;
text-align: center;
font-size: 20px;
}

/* 流れの矢印（三角形で作る簡易版） */
.flow-arrow {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #957D6C; /* 下向き三角 */
    margin: 0 0 10px 0;
}





/* =========================================
   PC版対応 (768px以上)
   ========================================= */
@media (min-width: 768px) {
#products-section {
padding: 20px 20px 100px 20px;
}
#flow-section {
padding: 60px 0 150px 0;
}
#flow-section-wrap {
background: url(../images/flow-section-pc.png) center top no-repeat;
background-size: 100%;
}
.deco-heart {
top: 0;
left: -120px;
}
.product-title {
    font-size: 20px;
}
.product-sub,
.product-desc {
    font-size: 16px;
}
.product-desc {
min-height: 4em;
}

.btn-brown { 
font-size: 16px;
margin-top: 60px;
}
.deco-arrow {
top: 0;
right: -70px;
}
    /* Products 横並び */
    .products-container {
        display: flex;
        justify-content: center;
        gap: 40px;
        max-width: 1038px;
        margin: 0 auto;
    }
    .product-card {
        margin-bottom: 0;
    }

    /* Order-Flow 横並び */
    .flow-container {
        flex-direction: row; /* 横並び */
        justify-content: center;
        align-items: flex-start; /* 上揃え */
        max-width: 1040px;
        margin: 0 auto;
    }

    .flow-step {
    }
    
    /* 矢印を横向きに変更 */
    .flow-arrow {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #957D6C; /* 右向き三角 */
        margin: 90px 5px 0; /* 画像の中央あたりに来るように位置調整 */
    }
.flow-img {
width: 220px;
}

}
















/* =========================================
   FAQ セクション
   ========================================= */
#faq-section-wrap {
overflow: hidden;
padding: 40px 0 0 0;
background-color: #FCF5E4;
}

#faq-section {
position: relative;
background-color: #FCFAF6;
padding: 40px 0 100px 0;
position: relative;
}


/* FAQリストのスタイル */
.faq-container {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 1; /* 背景より手前 */
}

.faq-item {
    background-color: #fff;
    border-radius: 16px;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: background-color 0.3s;
    margin-bottom: 15px;
}

/* --- Q (質問) 部分 --- */
.faq-question {
    display: flex;
    align-items: center;
    cursor: pointer; /* 指カーソル */
    position: relative;
}

/* アイコン類 */
.faq-icon {
font-family: "Zen Kurenaido", sans-serif;
font-weight: 400;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}
.icon-q { color: #FF99CC; } /* ピンク */
.icon-a { color: #99CCFF; } /* 水色 */

.faq-q-text {
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-size: 12px;
color: #957D6C;
line-height: 1.6;
margin: 0;
flex: 1;
text-align: left;
}

/* --- A (回答) 部分 --- */
.faq-answer {
    /* デフォルト非表示（アコーディオン用） */
    display: none;
    margin-top: 10px;
    padding: 10px 0;
border-top: 1px solid #D9D9D9;
}
.faq-answer-inner {
    display: flex;
    align-items: flex-start;
}
.faq-a-text {
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 400;
font-size: 12px;
color: #957D6C;
margin: 0;
line-height: 1.6;
text-align: left;
}

.deco-bulb {
    position: absolute;
    top: -5px;
    left: -30px;
}
.deco-bulb img {
width: 1.5em;
}

/* ボタンエリア（PCのみ表示する設定の準備） */
.pc-only-cta {
    display: none; /* SPでは非表示 */
}

/* =========================================
   Instagram セクション
   ========================================= */
#instagram-section-wrap {
overflow: hidden;
padding-top: 60px;
margin-top: -50px;
}

#instagram-section {
    padding:50px 20px 60px 20px;
    text-align: center;
    position: relative;
background-color: #fff;
}
#instagram-section iframe {
width: 260px;
min-width: 260px;
}

.cat-insta-title {
    width: 80px;
    position: absolute;
    top: 40px;
    right: 20%; /* タイトルの右あたり */
    z-index: 2;
}

.insta-grid {
    display: grid;
    /* SP: 2列 */
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    width: 100%;
    margin: 30px auto 0;
}
.insta-item {
    aspect-ratio: 1 / 1;
    background-color: #fff; /* プレースホルダー（グレー） */
width: 40%;
margin: 0 2.5%;
}

/* =========================================
   Footer セクション
   ========================================= */
#site-footer-wrap {
overflow: hidden;
padding-top: 170px;
background-color: #fff;
}
#site-footer {
    background-color: #957D6C; /* 濃い茶色 */
    color: #fff;
    padding: 50px 20px 20px;
    position: relative;
    text-align: center;
}

/* フッターに乗っかる猫たち */
.cat-footer-left {
    width: 100px;
    position: absolute;
    bottom: 100%; /* 茶色の上の端 */
    left: 0;
    margin-bottom: -15px; /* 少しめり込ませる */
}
.cat-footer-right {
    width: 140px;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin-bottom: -10px;
}

.footer-logo {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.logo-icon {
    font-size: 30px;
}
.footer-logo h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    font-size: 13px;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
}
.copyright {
    font-size: 11px;
    opacity: 0.7;
}

@media only screen and (max-width: 799px){
.footer-links {
display: none;
}
.copyright {
text-align: left;
}
.logo-icon {
text-align: left;
}
.logo-icon img {
width: 50%;
}
}


/* =========================================
   PC版対応 (768px以上)
   ========================================= */
@media (min-width: 768px) {
.deco-bulb {
    top: -15px;
    left: -60px;
}

    /* --- FAQ (PC) --- */
.faq-container {
    width: 860px;
}
    .faq-item {
        margin-bottom: 20px;
        padding: 20px 40px;
    }
    .faq-item:first-child {
    }

    /* Q部分のスタイルリセット */
    .faq-question {
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        cursor: default; /* クリック不可に見せる */
        pointer-events: none; /* クリック無効化 */
    }
    /* SP用の開閉アイコンを消す */
    .faq-toggle-icon {
        display: none;
    }

    /* A部分の強制表示 */
    .faq-answer {
        display: block !important; /* JSの状態に関わらず表示 */
        margin: 0;
        padding: 10px 0;
    }
    .faq-answer-inner {
        padding: 0;
    }
    /* テキスト位置調整：アイコンと揃える */
    .faq-q-text, .faq-a-text {
        padding-top: 2px; /* アイコンとの高さ合わせ */
    }
    .faq-q-text {
font-size: 18px;
    }
    .faq-a-text {
font-size: 16px;
    }
.faq-icon {
    font-size: 32px;
}
    .pc-only-cta {
        display: block; /* ボタンを表示 */
        margin-top: 40px;
    }


    /* --- Instagram (PC) --- */
    #instagram-section {
        padding: 80px 20px;
    }
    .cat-insta-title {
        width: 120px;
        top: 20px;
        right: 32%; /* 位置調整 */
    }
    .insta-grid {
        /* PC: 3列 */
        grid-template-columns: 1fr 1fr 1fr; 
        gap: 20px;
    }
    /* 4枚目はPCでは表示しない（デザインに合わせるなら） */
    .sp-only-item {
        display: none;
    }
.insta-grid {
width: 900px;
}
.insta-item {
width: 300px;
margin: 0 10px;
}

    /* --- Footer (PC) --- */
    #site-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 60px;
    }
    .footer-content {
        width: 100%;
        max-width: 1000px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-logo {
        flex-direction: row; /* ロゴと文字を横並び */
        margin-bottom: 30px;
    }
    .footer-logo h3 {
        text-align: left;
        font-size: 18px;
    }
    .sp-br { display: none; } /* 改行を消す */
    
    .cat-footer-left {
        width: 180px;
        left: 10%;
    }
    .cat-footer-right {
        width: 250px;
        right: 10%;
    }
}





