<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

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

@media only screen and (min-width:768px) {
.sp_img{
	display: none;
}
}

.img{
	text-align: center;
}

.main_text{
	padding: 15px;
	line-height: 20px;
	color: #666;
	text-align: center;
    font-size: 0.9rem;
}

.under {
  background: linear-gradient(transparent 70%, #FFE6E6 70%);
}

.event_text{
	padding: 15px;
	line-height: 23px;
	color: #666;
	text-align: left;
    font-size: 0.9rem;
}

/*--  見出し--*/

.tokushu_midasi{
	background-color: black;
	border-left: solid 5px #65cacc;
	color: #FFFFFF;
  max-width: 1100px;
	padding-top: 20px;
	padding-bottom: 20px;
  margin: auto;
	font-size: 20px;
	text-align: left;
}

.tokushu_hosoku{
	max-width: 1100px;
	margin: auto;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.tokushu_midasi_aki{
	background-color: #f5f5f5;
	border-left: solid 5px #65cacc;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1rem;
}

/*--  特集ページ2--*/


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

.f3_pick ul {
  width: 100%;
  margin: auto 0 auto;
}

.f3_pick li {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  margin-bottom: 30px;
}

@media only screen and (min-width:767px) {
  .f3_pick li {
	  margin-bottom: 50px;
  }
}

@media only screen and (max-width:900px) {
  .f3_pick li {
    width: 100%;
  }
}

@media only screen and (max-width:767px) {
  .f3_pick li {
    width: 100%;
  }
	.f3_pick li img {
  z-index: 3;
  width: 100%;
  padding: 2%;
}

	
}

.f3_pick li img :hover {
  opacity: .2 !important;
}

.f3_contents {
  width: 100%;
  margin: auto;
}

.f3_name_right {
	font-size: 16px;
	padding-top: 3%;
	padding-left: 3%;
	padding-bottom: 1%;
	text-align: left;
	font-size: 20px;
}

.f3_name_left {
	font-size: 16px;
	padding-top: 3%;
	padding-left: 3%;
	padding-bottom: 1%;
	text-align: left;
	font-size: 20px;
}


.f3_contents_s{
	text-align: left;
	font-size: 14px;
	padding-top: 15px;
	color: #888;
	line-height: 25px;
}

@media only screen and (min-width:768px) {
	
.f3_contents_s{
	text-align: left;
	font-size: 14px;
	padding-top: 3%;
	padding-right: 2%;
	color: #888;
	line-height: 22px;
	width: 350px;
}
	
.f3_name_right {
 font-size: 20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 77%;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
	

.f3_name_left {
  font-size: 20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 25%;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
}

  .limg {
  z-index: 3;
  width: 50%;
   float: left;
} 
  .limg2 {
  z-index: 4;
  width: 5%;
  margin-left:5%; 
   float: left;
}

  .rimg {
  z-index: 3;
  width: 50%;
   float:right;
}	

/*--  商品陳列用--*/

.t2_pick ul {
  width: 100% !important;
  margin: auto 0 auto;
}

.t2_pick li {
  position: relative;
	display: inline-block;
  width: 13% !important;
  margin-bottom: 20px;
  text-decoration: none;
  border: #fff solid 1px;
  background-color: #FFFFFF;
}

@media only screen and (min-width:757px) {
  .t2_pick li {
    margin: 5px;
    margin-bottom: 30px;
  }
}


@media only screen and (max-width:769px) {
	
	.p-header-nav{
		display: none;
	}	

  .t2_pick li {
    width: 30% !important;
  }
}

.t2_pick li img {
  z-index: 3;
  width: 100%;
}

@media only screen and (max-width:756px) {
  .t2_pick li {
    width: 30% !important;
    margin-bottom: 20px;
  }
  .t2_pick li img {
    width: 100%;
  }
}

.t2_pick li img :hover {
  opacity: .2 !important;
}

.sty{
	margin-bottom: 50px;
}

@media only screen and (max-width:768px) {
.sty{
	width: 100%;
	margin: -15% auto 0;
}
}

/**********************/

/* ミニサムネイル */

.thum-box{
	display:inline-flex;
	margin:0 auto;
	text-align:center;
}


.mini-thum{
	width:42%;
	margin:auto;
	float:left;
}

.mini-thum a{
	display:inherit;
	margin:5% 0;	
}

.mini-thum  img{
	border: 1px solid #EFEFF0;
	display:block;
}

.wl_pick li div.mini-thum img{
	 margin-bottom:0;
}

.text{
	font-size: 12px;
	color:#808080;
}

/***********************************************/

	.stone-text{
	text-align: right;
	padding: 10px;
	margin-top: -3;
	margin-bottom: 1%;
	margin-right: 15%;
}

	.stone-textl{
	text-align: left;
	padding: 10px;
	margin-top: -3;
	margin-bottom: 1%;
	margin-left: 15%;
}

@media only screen and (max-width:768px) {
	.stone-text{
	text-align: center;
	padding: 10px;
	margin-top: -3;
	margin-bottom: 1%;
	margin-right: 5%;
}
	
	.stone-textl{
	text-align: center;
	padding: 10px;
	margin-top: -3;
	margin-bottom: 1%;
	margin-left: 5%;
}
}

.arrow-img{
    width: 40px;
    margin: 0 0 0 46%;
}

/*********************QA**************************/

.question {
  position: relative;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #edfcfc, #edfcfc 4px,#dcf8f8 3px, #dcf8f8 8px);
  background: repeating-linear-gradient(-45deg, #edfcfc, #edfcfc 4px,#dcf8f8 3px, #dcf8f8 8px);
  border-radius: 7px;
}

.question:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #dcf8f8;
  width: 0;
  height: 0;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	font-family: sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	margin: 0 0 2em 10px;
	padding: 1em 1em 0.5em 1em;
	background: #fdeff2;
    font-size: 0.8rem;
    line-height: 24px;
}
.cp_qa dl {
	margin: 0;
}
.cp_qa dd {
    font-size: 1.1em;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0.5em 1em 1.5em 3em;
}
/* QAアイコン */
.cp_qa dt::before,.cp_qa dd::before{
	font-size: 1.5em;
	color: #ffffff;
}
.cp_qa dd::before {
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
	content: 'A';
	border-radius: 0.2em;
	background: #e83929;
}

/*ボックス*/

.kokuinbox {
    margin:auto;
    background: #f5f5f5;
}
.kokuinbox .box-title {
    font-size: 1em;
    background: #b0e0e6;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.kokuinbox .box-title2 {
    font-size: 1em;
    background: #333333;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
}
.kokuinbox p {
    padding: 15px 20px;
    margin: 0;
    color: #ff0000;
    text-align: center;
    font-size: 1.5em;
}
.kokuinbox2 {
    margin:auto;
    background: #f5f5f5;
}
.kokuinbox2 .box-title {
    font-size: 1em;
    background: #b0e0e6;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.kokuinbox2 .box-title2 {
    font-size: 1em;
    background: #333333;
    padding: 3px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #fff;
}
.kokuinbox2 p {
    padding: 15px 20px;
    margin: 0;
    color: #ff0000;
    text-align: center;
    font-size: 2.5em;
    font-family:Cotillion;
}

.caution {
    margin: auto;
    background: #fffafa;
}
.caution .box-title {
    font-size: 1.2em;
    background: #e8acb6;
    padding: 4px;
    text-align: center;
    color: #333333;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.caution p {
    padding: 15px 20px 15px 20px;
    margin: 5px 0 10px 0;
    line-height: 1.5rem;
    color:#666;
}
@media only screen and (max-width:768px) {
.caution p {
    font-size: 0.9em;
    line-height: 1.4rem;
}
}</pre></body></html>