@charset "UTF-8";

/* 共通設定 =============================================================== */

body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;
	background-color: #fff;
	margin: 0;
	padding: 0;}

.WF1 {
	font-family: "Questrial", sans-serif;
	letter-spacing: 0.02em; }

small {
	font-size: 11px;
	letter-spacing: 0; }


/* キービジュアル */
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.keyvisual {
	opacity: 0;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;}


/* メニューボタン */
.Btn__Menu {
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: block;
	padding: 3px 12px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	text-decoration: none;
	font-size: 12px;
	z-index: 1000;
	border-radius: 30px;
	transition: opacity 0.3s, transform 0.3s;
	opacity: 1;
	transform: translateY(0);
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2); }

.Btn__Menu.is-hidden {
	opacity: 0;
	transform: translateY(30px); }


/* 見出しエフェクト */
.js-fadein {
	transition: opacity 1s, transform 1s;}

.fade-up {
	opacity: 0;
	transform: translateY(30px);}

.fade-up.is-show {
	opacity: 1;
	transform: translateY(0);}
  
  
/* 冒頭・メニュー */
.Mds__Box {
	margin-top: 0;
	width: auto;
	padding: 50px 20px 25px 20px;
	background: linear-gradient(to bottom, #B1BDF9, #b6dbf2); }

.MainMds img {
	width: 330px;
	display: block;
	margin: 0px auto; }

.Date {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 0 0; }

.MainLead {
	margin-top: 30px; }

.navigation__mds {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 30px; }
	
.navigation__mds span {
	display: block;
	font-size: 18px !important;
	font-weight: 300 !important;
	text-align: center; }

#navigation a, #navigation__pc a {
	text-decoration: none;
	color: #cddc39;
	display: block;
	width: 100%;
	box-sizing: border-box; }

.card-container {
	background: #fff;
	color: #000;
	display: flex;
	margin: 15px 0; 
	width: 100%;
	height: 80px;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #000;
	overflow: hidden;
	box-sizing: border-box;
	flex-shrink: 0; }

.card-img {
	width: 25%;
	aspect-ratio: 1 / 1;
	flex-shrink: 0; 
	background-color: #ccc; }

.card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover; 
	object-position: center; 
	vertical-align: bottom; }

.card-text {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	width: 75%;
	padding: 0 15px;
	display: flex;
	align-items: center;
	height: 100%; 
	box-sizing: border-box;
	overflow-wrap: break-word; }


/* 　セクション（共通） */
.Icon__Star {
	text-align: center;
	margin: 10px 0; }

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.rotating-star {
	width: 30px;
	height: 30px;
	animation: spin 5s linear infinite; }

.Section__Mds {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	text-align: center; }

.Section__Lead {
	margin-top: 15px; }




/* キラキラITEM with貴和製作所 =============================================================== */

.Kiwa__Box {
	padding: 30px 20px;
	background: linear-gradient(to bottom, #b6dbf2, #c0eff0); }

.Kiwa__Contens {
	width: auto;
	padding:20px;
	border: 1px solid #000;
	background-color: #fff; }

.shop-list-container {
    max-width: 100%;
    margin: 25px auto 0 auto;}

.shop-list {
    list-style: none;
    padding: 0;
    margin: 0;}

.shop-item {
    padding: 15px 10px;
    margin-bottom: 10px;
    border: 1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    cursor: pointer;
    transition: box-shadow 0.2s;}

.shop-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);}

.shop-floor {
    font-size: 15px;}

.shop-item.item-1 {
    background: linear-gradient(to right, #b3d8ee, #dcc0f9);}

.shop-item.item-2 {
    background: linear-gradient(to right, #dcc0f9, #eeccf3);}

.shop-item.item-3 {
    background: linear-gradient(to right, #eeccf3, #f7e2d0);}

.shop-item.item-4 {
    background: linear-gradient(to right, #f7e2d0, #fdfab3);}

.shop-item.item-5 {
    background: linear-gradient(to right, #fdfab3, #e0f7cc);}

.shop-item.item-6 {
    background: linear-gradient(to right, #e0f7cc, #c9fad5);}

.shop-item.item-7 {
    background: linear-gradient(to right, #c9fad5, #b5e9e5);}

.shop-item.item-8 {
    background: linear-gradient(to right, #b5e9e5, #d1caf4);}


/* ----------------------------------- */
/* モーダル
/* ----------------------------------- */

body.modal-open {
    overflow: hidden;}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7); 
	z-index: 2000; 
	justify-content: center;
	align-items: center;
	overflow-y: auto; 
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-out, visibility 0.3s ease-out;}

.modal-overlay.is-active {
	opacity: 1;
	visibility: visible;}

.modal-content {
	background-color: white;
	max-width: 100%;
	height: auto;
	padding: 20px;
	position: relative;
	margin: auto;
	box-sizing: border-box;}


@media (min-width: 768px) {
    .modal-content {
    width: 400px;
    }
}
               
.modal-close {
    z-index: 2001; 
    width: 40px;
    height: 40px;
    background-color: black;
    color: white;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-style: normal;
    margin-top: 20px;
    float: right;
    clear: both;}

.item-image img {
    width: 100%;
    height: auto;}

.modal-text-area {
	margin: 15px 0;
    padding: 0;}

.shop-name {
    font-size: 15px;
    font-weight: 500;}

.shop-info {
     font-size: 14px;
     margin: 0;}

.shop-lead {
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;}

.shop-price {
     font-size: 14px;
     margin-top: 10px;
     padding-top: 10px;
     border-top: 1px solid #eee;}    
    
.shop-btn a {
	display: block;
	margin: 20px 0 0 0;
    padding: 8px 0;
    color: #000;
    text-decoration: none;
    border: 1px solid #000 !important;
    background-color: #fff !important;
    border-radius: 30px !important;
    text-align: center;}

.shop-btn a:visited,
.shop-btn a:active,
.shop-btn a:focus {
color: #000 !important; 
text-decoration: none !important;}

.shop-btn a:hover {
	color: #fff !important;
	background-color: #000 !important;}


.swiper {
    width: auto;
    height: auto;
    overflow: hidden;}

.swiper-slide {
    text-align: center;}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;}
    
/*
@media (max-width: 767px) {
	.swiper-slide img {
    display: block;
    width: 90%;
    height: auto;
    object-fit: cover;}
}
*/




/* キラキラITEM =============================================================== */

.Item__Box {
padding: 30px 20px;
background: linear-gradient(to bottom, #c0eff0, #e4edf2); }

.Item__Contens {
width: auto;
padding:20px;
border: 1px solid #000;
background-color: #fff; }

.Kiwa__Photo {
	margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px; }
    
.Kiwa__Photo .thumbnail {
    cursor: pointer;}

.thumbnail {
	border: 1px solid #eee; }
	
.thumbnail img {
    width: 100%;
    height: auto;
    display: block; }

.thumbnail {
    overflow: hidden; }




/* キラキラDecoration =============================================================== */

.Deco__Box {
    padding: 30px 20px;
    background: linear-gradient(to bottom, #e4edf2, #f0e5f2);
}

.Deco__Contens {
    width: auto;
    padding: 20px;
    border: 1px solid #000;
    background-color: #fff;
}
    
.swiper-container-wrapper {
    position: relative;
    width: 100%;
    margin: 20px auto 0 auto;
}

.swiper {
    width: 100%;
    height: auto;
    position: relative;
}

.slide-image img {
    width: 100%;
    height: auto;
}

.swiper-button-prev,
.swiper-button-next {
    color: white !important;
    background-color: black;
    width: 40px; 
    height: 40px;
    top: 180px;
    border-radius: 0; 
    z-index: 10;
    transition: opacity 0.3s;
}

.swiper-button-prev {
    left: -20px;
}
.swiper-button-next {
    right: -20px;
}

.swiper-button-prev::after, 
.swiper-button-next::after {
    font-size: 20px !important; 
    font-weight: bold;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0; 
    pointer-events: none; 
}

.swiper-pagination {
    position: relative;
    bottom: auto !important;
    top: auto !important;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid black; 
    background: white; 
    opacity: 1; 
    margin: 0 4px;
}

.swiper-pagination-bullet-active {
    background: black; 
}

.slide-content {
    margin-top: 20px;
    padding: 0 10px;
}

.description {
    margin-bottom: 15px;
    min-height: 4.5em;
}
            
.price {
    border-top: 1px solid #eee;
    padding-top: 10px;
}



/* 貴和製作所とは =============================================================== */
.About__Box {
padding: 30px 20px;
background: linear-gradient(to bottom, #f0e5f2, #f0e5f2); }

/*
.About__Box {
padding: 30px 20px;
background: linear-gradient(to bottom, #b6dbf2, #c0eff0); }
*/

.About__Contens {
width: auto;
padding:20px; }

.Logo__Kiwa {
text-align: center;
margin-top: 30px; }

.Logo__Kiwa img {
width: 200px; }


/* エントランスを飾るXmasツリー =============================================================== */
.Entrance__Box {
padding: 30px 20px;
background: linear-gradient(to bottom, #f0e5f2, #ecd8f3); }

.Entrance__Contens {
width: auto;
padding:20px;
border: 1px solid #000;
background-color: #fff; }

.Entrance__Photo img {
margin-top: 20px;
width: 100%;
height: auto; }

.Entrance__Photo span {
display: block;
font-size: 10px;
text-align: right; }


/* ノベルティ =============================================================== */
.Novelty__Box {
padding: 30px 20px;
background: linear-gradient(to bottom, #ecd8f3, #dab6e8); }

.Novelty__Contens {
width: auto;
padding:20px;
border: 1px solid #000;
background-color: #fff; }

.Novelty__Photo img {
margin-top: 20px;
width: 100%;
height: auto; }

.sp-accordion {
  width: 100%;
  margin: 20px auto 0 auto;
}

.sp-acc-item {
  background: #f8f8f8;
  margin-top: 15px;
  overflow: hidden;
}

.sp-acc-btn {
color: #000;
  width: 100%;
  border: none;
  background-color: #f0e5f2;
  padding: 18px;
  text-align: left;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
/*   cursor: pointer; */
}

.sp-acc-icon {
  transition: transform 0.3s;
}

.sp-acc-item.active .sp-acc-icon {
  transform: rotate(180deg);
}

.sp-acc-content {
  background: #fff;
  padding: 0 5px;
  font-size: 15px;
  line-height: 1.7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out; 
}

.sp-acc-item.active .sp-acc-content {
  max-height: 1100px; 
}

.sp-acc-floor {
  font-size: 14px;
  line-height: 1.6;
}

.sp-acc-floor span {
  display: block;
  font-size: 16px;
  font-weight: bold;
}





@media only screen and (max-width: 767px) {
    
/*
    .PC {
    display: none; }
*/

    .keyvisual img {
    width: 100%; 
    display: block; }
    
/*
    #navigation__pc {
    display: none; }
*/
    
}

@media print, screen and (min-width: 768px) {

	.container {
	box-shadow: 10px 10px 20px rgba(129, 81, 81, 0.5); }

	.background:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-image: url(../img/bg.jpg);
	background-color: #b9f7fc;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	}

    .container {
    max-width: 400px; 
    margin: 50px auto;
    background-color: #fff;
    box-sizing: border-box; }

    .keyvisual img {
    max-width: 100%; 
    display: block; }

    .Btn__Menu {
    font-size: 16px;}
    
/*
    #navigation__pc {
    display: none; }
*/
  
}

/*
@media print, screen and (min-width: 1249px) {

    .SP {
    display: none; }
    
    #navigation__pc {
    display: none; }
}

@media print, screen and (min-width: 1250px) {
	

    #navigation__pc {
    display: block !important;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 5vw;  
    width: 335px;
    z-index: 1500;}
	
}
*/





/* ----------------------------------------------------- */
/* デフォルト (モバイルファースト) または 1249px以下 */
/* ----------------------------------------------------- */
#navigation__pc {
    display: none;
}

.PC {
	display: none;
}

/* ----------------------------------------------------- */
/* タブレット (768px〜1249px) などで特定のスタイルが必要な場合 */
/* ----------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1249px) {
	#navigation__pc {
    display: none;
    }
}

/* ----------------------------------------------------- */
/* PCビューポート (1250px以上) で #navigation__pc を表示 */
/* ----------------------------------------------------- */
@media screen and (min-width: 1250px) {
    
    #navigation__pc {
        display: block; /* !important は不要 */
        position: fixed;
        top: 50%;
        transform: translateY(-50%);
        right: 5vw;
        width: 335px;
        z-index: 1500;
    }
    
    .SP {
	    display: none;
    }
    
}




/* ホームボタン =============================================================== */

.Btn__Home {
	text-align: center;
	margin: 60px auto 30px auto;}

.Btn__Home img {
	width: 280px;}


/* フッター =============================================================== */

.PageFooter {
	position: relative;
	padding: 74px 20px;
	background: #000;
	color: #fff;}

.PageFooter__SocialLinks {
	display: flex;
	gap: 28px;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;}

.PageFooter__SocialLinks a {
	text-decoration: none;}

.Icon {
	display: inline-block;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	background: #fff;
	background-repeat: no-repeat;
	background-position: center;}

.Icon.-instagram {
    background-image: url('../img/Icon_Instagram.svg');
    background-size: 50%;}

.Icon.-x {
    background-image: url('../img/Icon_X.svg');
    background-size: 45%;}

.Icon.-facebook {
    background-image: url('../img/Icon_Facebook.svg');
    background-size: 30%;}

.Icon.-line {
    background-image: url('../img/Icon_Line.svg');
    background-size: 60%;}

.PageFooter__Logo {
	display: flex;
	justify-content: center;
	margin-top: 56px;}

.PageFooter__Logo img {
	display: block;
	width: auto;}

.PageFooter__Copyright {
	margin-top: 35px;
	font-size: 12px;
	text-align: center;}
