<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 */
body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;
	line-height: 1.5;
	color: #595758;
	min-width: 1200px;
}
p {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	outline: none;
}
a{
	outline: none;
}
.toumei50 a:hover{
	opacity: 0.5;
	transition:0.5s;
}

.D_PC{
	display: block;
}
.D_SP{
	display: none;
}
h1 {
	text-align: center;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #FFF;
	margin: 0px;
}

.anime01,
.anime02,
.anime03,
.anime04,
.anime05{
	opacity: 0;
}

header {
}
#header_rogo {
	background-color: #FFD0CF;
	width: 100%;
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: center;
}
#header_sp {
	width: 100%;
	height: 40px;
	text-align: center;
}
#p_slick_all {
	position: relative;
}

#p_slick {
	background-color: #ffbebc;
}
/*枠対策----------------*/
#p_slick div {
	outline: none;
}
/*センター処理*/
#p_slick .slick-slide {
  transition: .3s ease;
}
#p_slick .slick-slide:not(.slick-current) {
  opacity: 0.3;
}
/*---------------------*/
#p_slick_sw_l {
	position: absolute;
	left: 0px;
	top: 40%;
}
#p_slick_sw_r {
	position: absolute;
	top: 40%;
	right: 0px;
}
.bk_w {
	background-color: #FFF;
	width: 100%;
	position: relative;
}
.bk_p {
	background-color: #FFE0DC;
	width: 100%;
	position: relative;
}

.w1200 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

footer {
	height: 90px;
	width: 100%;
}
.buy {
	background-color: #b52a6e;
	height: 90px;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	position: fixed;
	transform: translateY(100%);
	transition: 0.3s;
	left: 0px;
	bottom: 0px;
	display: flex;
	align-items: center;
}
.buy div{
	text-align: center;
	position: relative;
	width: 100%;
	padding-right: 20px;
}
#buy2 {
	float: right;
}
.active{
	transform: translate(0);
}
/*詳細情報---------------------------------------------------------------------------------------------------------------------------*/
#box2 {
	display: flex;
	justify-content: space-between;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}
#box2_l{
	width: 550px;
	margin-top: 20px;
}
.box2_l_text01 {
	padding-left: 1em;
	text-indent: -1em;
}
#box2_r{
	width: 430px;
	margin-top: 20px;
}
#p_slick2_all {
	position: relative;
	border: 1px solid #CCC;
}
#p_slick2_sw_l {
	position: absolute;
	left: 0px;
	top: 40%;
}
#p_slick2_sw_r {
	position: absolute;
	top: 40%;
	right: 0px;
}

#p_slick2_sub_all {
	display: flex;
	margin-top: 20px;
}
#p_slick2_sub {
	width: 350px;
}
#p_slick2_sub img {
	margin-right: 3px;
	margin-left: 3px;
	border: 1px solid #CCC;
}

/*センター処理*/
#p_slick2_sub .slick-center{
	opacity: 0.5;
}
#p_slick2_sub_all_l {
	width: 40px;
}
#p_slick2_sub_all_r {
	width: 40px;
}
#p_slick2_big {
	position: absolute;
	right: 0px;
	bottom: 0px;
}


#box2_r_buy {
	text-align: center;
	margin-top: 20px;
}
#siyou_title {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #595758;
	font-size: 32px;
	width: 8em;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	padding-top: 50px;
}

#siyou{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #595758;
	border-left-color: #595758;
	max-height: 999999px;
}
#siyou th,#siyou td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #595758;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #595758;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
}

/*共通以外---------------------------------------------------------------------------------------------------------------------------*/

#pc01,#pc02,#pc03,#pc04,#pc05,#pc06,#pc07,#pc08{
	position: relative;
}
#pc01 {
	text-align: center;
	background-image: url(images/002.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 3428px;
	width: auto;
	background-color: #FFFFFF;
}
#pc02 {
}
#pc03 {
}
#pc04 {
}







.end----------------{}
@media screen and (max-width: 737px){
body {
	min-width: 0px;
}
.D_PC{
	display: none;
}
.D_SP{
	display: block;
}


/*センター処理*/
.slick-slide:not(.slick-current) {
  opacity: 1;
}

#box2 {
	/*display: flex;
	justify-content: space-between;*/
	flex-wrap: wrap;
	width: calc(100% - 30px);
}
#box2_l{
	width: 100%;
}
#box2_r{
	width: 100%;
}
#siyou {
	border-top-style: none;
	border-left-style: none;
}

#siyou th,#siyou td{
	border-bottom-style: none;
	border-right-style: none;
	display: block;
	padding: 0px;
	width: 100%;
	text-align: left;
}
#siyou td{
	padding-bottom: 10px;
}
.buy {
	height: 60px;
}
#siyou_title {
	width: 85%;
}



.S_end----------------{}
}
</pre></body></html>