@charset "UTF-8";
/* CSS Document */

/* ===== スライダーのCSS ===== */
.swiper {
	margin: 0px 20px!important;
}
/** 矢印 **/
.swiper-button-next::after,
.swiper-button-prev::after {
	content: "";
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: contain;
}
/** 矢印の画像(右) **/
.swiper-button-next::after {
	background-image: url('https://moononnon.itembox.design/item/arrow-test-3.png');
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 0px!important;
}
/** 矢印の画像(左) **/
.swiper-button-prev::after {
	background-image: url('https://moononnon.itembox.design/item/arrow-test-3-.png');
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 0px!important;
}
/** 矢印の大きさ **/
.swiper-button-next,
.swiper-button-prev {
	width: 40px;
	height: 40px;
}
/** ボタンの場所 **/
.swiper-pagination {
	position: unset!important;
	padding-top: 20px;
}
/** ボタンの色 **/
.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color,#db6a85)!important;
}
/** ボタンの位置 **/
.swiper-button-next, .swiper-button-prev {
	top: 30%!important;
}
/* ===== スライダーのCSS ===== */

/* スライダーのサイズ */
.slider.one-time{
	max-width: 500px;
	margin: 50px auto;
}
.slider.one-time .style-flex-items{
	padding: 0px 20px;
}
/* スライダーの画像を透けさせない */
.slider.one-time a:hover {
	opacity: unset;
}
/* ボタンの位置 */
.slick-dots {
	bottom: -30px!important;
}
/* ボタンの色 */
.slick-dots li button {
  background: #f2e1e2!important;
}
/* ===== スライダーのCSS ===== */

	
/* ===== 表のCSS ===== */
table{
  	border-collapse: collapse;
	margin: auto;
	max-width: 700px;
	width: 100%;
}
.table-schedule{
	text-align: center;
	}
table th{
	background-color: #2D3248;
	color:#fff;
	white-space: nowrap;
	font-weight: normal;
}
table td {
	background-color: #f6f5f2;
}
table th,
table td {
	border: solid 1px #baa667;
	padding: 10px;
}

/* ===== 表のCSS ===== */
.hr-line{
	border: none;
	margin: auto;
	max-width: 400px;
	border-top: dotted 3px #baa667;
}

.fs-l-pageMain {
max-width: 100%;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
	
html{
	color: #727171;
}
.top-frame img,
.big-frame img{
	width: 100%
}
.bb-frame{
	background: #F6F5F2;
}
p{
	margin: 3px 0;
}
.top-title{
	font-size: 35px;
	font-weight: normal;
	padding: 24px 0;
}
h2,
h3{
	font-size: 25px;
	text-align: center;
	font-weight: normal;
	margin: 0px auto 30px;
}
h2 span,
h3 span{
	color: #baa667;
}
.h3-memu{
	font-weight: bold;
}
h4 {
	color: #baa667;
	font-size: 18px;
	font-weight: normal;
	margin: 20px 0 10px;
	line-height: 1;
}
h4 span{
	color: #656766;
	font-size: 14px;
}
.comment {
	text-align: center;
	margin-bottom: 20px;
}
a{
	text-decoration: none;
	color: #727171;
}
a:hover{
	opacity: 0.7;
}
.big-frame,
.top-frame{
	max-width:1000px;
	margin: 0 auto;
}
.lb-big-frame{
	padding: 100px 0;
}
.lb-big-frame-2{
	padding: 50px 0;
}

.sp-br{
	display:none;
}
/*--- タイトルトップ ---*/
.top-msg{
	text-align:center;
}
.msg_title span{
	color:#e7868f;
}
/*--- メニュ ---*/
.product-menu{
	background: #BAA667;
	padding: 30px 0;
}
.menu-title{
		color: #fff;
		font-size: 25px;
		text-align: center;
		padding-bottom: 15px;
	}
.menu-flex a{
	color: #fff!important;
	}
.menu-flex {
	max-width: 1000px;
	margin: auto;
	display: flex;
	gap: 10px;
	justify-content: center;
}
.menu-flex-items{
	background: #ffffff4f;
	width: 100%;
	text-align: center;
	font-size: 18px;
	padding: 15px;
}	
.menu-flex-items img {
	vertical-align: middle;
}

/*--- LOOKBOOK ---*/
.style-wrapper{
	width: 100%;
	margin: 0 auto;
	display: grid!important;
	grid-template-columns: 1fr 1fr 1fr;
	gap:50px;
}


.style-flex-items img{
	width: 100%;
}
.hr-price {
	border: 1px solid #bbb;
  border-bottom: none;
  margin: 15px 0;
}
.item-price {
  margin-bottom: 10px;
}
/*--- アイテム仕様 ---*/

.end-msg{
	text-align: center;
}
.img-top{
	max-width: 600px;
	margin: 0px auto 70px;
	display: block;
}
/* ページTOPに戻る */
#page-top a {
	background-color: #baa667;
	bottom: 10%;
	color: #fff;
	padding: 20px;
	position: fixed;
	right: 0;
	z-index: 1000;
}
.flex-link {
	display: flex;
	max-width: 700px;
	margin: auto;
	gap: 10px;
}
.link-button {
	display: block;
	width: 100%;
	background: #2e4150;
	color: #fff !important;
	font-size: 20px;
	text-align: center;
	padding: 20px;
}
.toppage {
	background: #2e4150;
	color: #fff !important;
	font-size: 20px;
	text-align: center;
	padding: 20px;
	margin: 10px auto;
	max-width: 700px;
}

/* PC用のCSSはメディアクエリの外に記述する------- */
	
@media screen and (max-width: 800px) {
/* 800px以下に適用されるCSS（スマホ用） */
h2{
	text-align: left;
	margin: 0px auto 20px;
}
h2,
h3,
.menu-title{
	font-size: 22px;
}
h4{
	font-size: 18px;
}
.img-top{
	margin: 0px auto 50px;
}
.comment {
	text-align: left;
}
.big-frame{
	margin-right: 10px;
	margin-left: 10px;
	padding: 50px 0;
}
.top-msg {
  text-align: left;
}
.product-menu{
	padding: 20px 0;
}
.menu-flex {
  gap: 5px;
  display: flex;
  margin: 0px 10px;
}
.menu-flex-items {
	font-size: 15px;
	padding: 15px 0;
}
.link-button {
	padding: 15px;
	font-size: 18px;
}
.flex-link {
	margin: 10px;
	display: grid;
	grid-template-columns: auto auto;
}
.toppage {
	margin: 10px;
	padding: 15px;
	font-size: 18px;
}
.style-wrapper{
/*	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));*/
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }