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

#main { width:1100px; margin:10px auto; }
#main .sp { display:none!important; }


/*----------------------�X�}�z��-----------------------*/

@media screen and (max-width: 768px) {
#main .pc { display:none!important; }
}


/*----------------------top�֖߂�----------------------*/
#return_top { text-align:center; margin:10px; }
#return_top a { background: url("https://image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0); line-height: 1em; padding-left: 10px; }






/*------------------------------------------------------------
  body
------------------------------------------------------------*/
#main {
	width: 100%;
	color: #333;
	font-size: 15px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 1.5em;
	margin: 0 auto 50px;
}
#main a {
	text-decoration: none;
}
#main a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.hide {
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.pc-no01 {
  display: none;
}
.fl01 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.fl02 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.fl03 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
	#main{
		width: 100%;
		font-size: 12px;
		line-height: 1.4em;
	}
	.pc-no01 {
		display: block;
	}
	.sp-no01 {
		display: none;
	}
	.fl01 {
		display: block;
		-webkit-justify-content: inherit;
		justify-content: inherit;
	}
	.fl02 {
		display: -webkit-flex;
		display: block;
		-webkit-justify-content: inherit;
		justify-content: inherit;
	}
	.fl03 {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: inherit;
		justify-content: inherit;
		-webkit-flex-wrap: inherit;
		flex-wrap: inherit;
	}
	
}

/*------------------------------------------------------------
  font
------------------------------------------------------------*/

}
.f-bold {
	font-weight: bold;
}


/*------------------------------------------------------------
  color
------------------------------------------------------------*/
.cl-wh01 {
	
}


/*------------------------------------------------------------
  txt
------------------------------------------------------------*/
.txt {
	text-align: justify;
	line-height: 1.8em;
}


/*------------------------------------------------------------
  mv
------------------------------------------------------------*/
#main .mv {
	background: url("../images/fv-bg.jpg") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 680px;
	min-width: 1100px;
	box-sizing: border-box;	
	margin: auto;
	overflow: hidden;
}
#main .mv .inner {
	position: relative;
}
#main .mv .mv-ttl {
	background: url("../images/fv-ttl.png") center 0 no-repeat;
	background-size: 100% auto;
	width: 1100px;
	height: 680px;
	min-width: 1100px;
	margin: auto;
	overflow: hidden;
}


@media screen and (max-width: 768px) {
	#main .mv {
		background: url("../images/sp-fv.jpg") 0 0 no-repeat;
		background-size: 100% auto;
		width: 100%;
		height: auto;
		min-width: 100%;
		box-sizing: border-box;	
		margin: auto;
		overflow: hidden;
		padding-top: 133.33%;
	}
	#main .mv .inner {
		position: relative;
	}
	#main .mv .mv-ttl {
		background: none;
		background-size: 100% auto;
		width: 100%;
		height: 0;
		min-width: 100%;
		margin: auto;
		overflow: hidden;
	}
}


/*------------------------------------------------------------
  mv-text
------------------------------------------------------------*/
#main .mv-text {
	width: 100%;
	min-width: 1100px;
	box-sizing: border-box;
	margin: auto;
	background: #b0a6c1;
	color: #fff;
	padding: 22px 0 32px 0;
}

#main .mv-text .inner {
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	#main .mv-text {
		width: 100%;
		min-width: 100%;
		box-sizing: border-box;
		margin: auto;
		background: #b0a6c1;
		color: #fff;
		padding: 20px 10px;
	}

	#main .mv-text .inner {
		text-align: center;
		font-size: 13px;
		margin: 0 auto;
		line-height: 2;
	}
}
/*------------------------------------------------------------
  ttl
------------------------------------------------------------*/
#main .ttl-box {
	text-align: center;
	color: #8673a4;
}
#main .ttl-box h3 {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	position: relative;
	color: #8673a4;
	line-height: 1.3;
}

#main .ttl-box h3 .s-font {
	font-size: 18px;
	font-weight: bold;
}
#main .ttl-box h3:before {
	display: block;
	content: "";
	background: #8673a4;
	height: 1px;
	width: 42px;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: -10px;
	position: absolute;
}

#main .ttl-box .sub-ttl {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 25px;
}


#main .pickup .ttl-box {
	color: #fff;
}

#main .pickup  .ttl-box h3 {
	color: #fff;
}

#main .pickup .ttl-box h3:before {
	background: #fff;
}



#main .pickup .ttl-box .t-tx {
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 0 45px;
}



#main .pickup .ttl-box .t-tx:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
	left:0;
}

#main .pickup .ttl-box .t-tx:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
	right:0;
}


#main .recommended .ttl-box {
	color: #714648;
}

#main .recommended .ttl-box h3 {
	color: #714648;
}

#main .recommended .ttl-box h3:before {
	background: #714648;
}



@media screen and (max-width: 768px) {
	#main .ttl-box {
	  width: 92%;
		margin: 0 auto;
	}
	#main .ttl-box h3 {
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		position: relative;
		color: #8673a4;
		line-height: 1.4;
	}

	#main .ttl-box h3 .s-font {
		font-size: 12px;
		font-weight: bold;
	}
	#main .ttl-box h3:before {
		display: block;
		content: "";
		background: #8673a4;
		height: 1px;
		width: 28px;
		margin: 0 auto;
		left: 0;
		right: 0;
		bottom: -8px;
		position: absolute;
	}

	#main .ttl-box .sub-ttl {
		font-size: 11px;
		font-weight: bold;
		letter-spacing: 0.1em;
		margin-top: 18px;
	}



	#main .pickup .ttl-box .t-tx {
		font-weight: bold;
		position: relative;
		display: inline-block;
		padding: 0 28px;
	}



	#main .pickup .ttl-box .t-tx:before {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 30px;
		height: 1px;
		background-color: #fff;
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		left:0;
	}

	#main .pickup .ttl-box .t-tx:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 30px;
		height: 1px;
		background-color: #fff;
		-webkit-transform: rotate(-60deg);
		transform: rotate(-60deg);
		right:0;
	}

}


/*------------------------------------------------------------
  btn
------------------------------------------------------------*/

#main .single-link .link01 a {
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}

#main .single-link .link02 a {
	margin: 0 auto;
	text-align: center;
	margin-top: 50px;
}

#main .double-link {
	margin-top: 50px;
}


#main .link01 a {
	display: block;
	width: 720px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	background: #8f7bb0;
	height: 100px;
	font-size: 22px;
	line-height: 1.4;
	box-shadow:0 8px #6d5d88;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
#main .link01 a:after {
	display: block;
	content: "";
	position: absolute;
	top: 42%;
	right: 30px;
	width: 16px;
	height: 16px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


#main .link02 a {
	display: block;
	width: 720px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	background: #7c84b4;
	height: 100px;
	font-size: 22px;
	line-height: 1.4;
	box-shadow:0 8px #61678d;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
#main .link02 a:after {
	display: block;
	content: "";
	position: absolute;
	top: 42%;
	right: 30px;
	width: 16px;
	height: 16px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


#main .double-link .link01 a {
	width: 540px;
	float: left;
}

#main .double-link .link02 a {
	width: 540px;
	float: right;
}


#main .pickup .link01 a , #main .pickup .link02 a  {
	background: none;
	border: solid 2px #fff;
	box-sizing: border-box;
	box-shadow:none;
}


@media screen and (max-width: 768px) {
	#main .single-link .link01 a {
		margin: 0 auto;
		text-align: center;
		margin-top: 25px;
	}

#main .single-link .link02 a {
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
}

	
	#main .double-link {
		margin-top: 25px;
	}


	#main .link01 a {
		display: block;
		width: 100%;
		color: #fff;
		font-weight: bold;
		text-align: center;
		position: relative;
		background: #8f7bb0;
		height: 60px;
		font-size: 13px;
		line-height: 1.4;
		box-shadow:0 4px #6d5d88;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#main .link01 a:after {
		display: block;
		content: "";
		position: absolute;
		top: 42%;
		right: 14px;
		width: 9px;
		height: 9px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	#main .link02 a {
		display: block;
		width: 100%;
		color: #fff;
		font-weight: bold;
		text-align: center;
		position: relative;
		background: #7c84b4;
		height: 60px;
		font-size: 13px;
		line-height: 1.4;
		box-shadow:0 4px #61678d;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */
	}
	#main .link02 a:after {
		display: block;
		content: "";
		position: absolute;
		top: 42%;
		right: 14px;
		width: 9px;
		height: 9px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	#main .double-link .link01 a {
		width: 100%;
		float: none;
	}

	#main .double-link .link02 a {
		width: 100%;
		float: none;
		margin-top: 15px;
	}


	#main .pickup .link01 a , #main .pickup .link02 a  {
		background: none;
		border: solid 1px #fff;
		box-sizing: border-box;
		box-shadow:none;
	}

}


/*------------------------------------------------------------
  nav
------------------------------------------------------------*/
#main .p-nav {
	margin-top: 90px;
	margin-bottom: 90px;
}


#main .p-nav li {
	width: 33.16%;
	height: 180px;
	float: left;
	margin-right:0.25%;
	margin-bottom: 0.25%;
}

#main .p-nav li:nth-child(3n) {
		margin-right:0;
}

#main .p-nav .nav01 a {
	display: block;
  background: url("../images/nav01.jpg") center center no-repeat;
	width: 100%;
	height: 180px;
}

#main .p-nav .nav02 a {
	display: block;
  background: url("../images/nav02.jpg") center center no-repeat;
	width: 100%;
	height: 180px;
}

#main .p-nav .nav03 a {
	display: block;
  background: url("../images/nav03.jpg") center center no-repeat;
	width: 100%;
	height: 180px;
}

#main .p-nav .nav04 a {
	display: block;
  background: url("../images/nav04.jpg") center center no-repeat;
	width: 100%;
	height: 180px;
}

#main .p-nav .nav05 a {
	display: block;
  background: url("../images/nav05.jpg") center center no-repeat;
	width: 100%;
	height: 180px;
}

#main .p-nav .nav06 a {
	display: block;
  background: url("../images/nav06.jpg") center center no-repeat;
	width: 100%;
	height: 180px;
}

#main  .p-nav li a{
  display: block;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
	position: relative;
	line-height: 1.5;
}

#main  .p-nav li a span {
	display: inline-block;
	font-weight: bold;
	padding-top: 13%;
}


#main .p-nav li a:after{
	display: block;
	content: "";
	position: absolute;
	right:0;
	left: 0;
	top: 66%;
	margin: 0 auto;
	width: 14px;
	height: 14px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	margin-top: -4px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* トップに戻る */
.bt_pagetop {
position: fixed;
bottom: 20px;
right: 20px;
z-index: 10000;
}

.bt_pagetop a {
background: #8673a4;
border-radius: 10px;
color: #fff;
display: block;
height: 60px;
text-align: center;
text-decoration: none;
width: 60px;
}

.bt_pagetop a img{
width:100%;
}



@media screen and (max-width: 768px) {

/* トップに戻る */
.bt_pagetop a {
 height: 40px;
 width: 40px;
}

	#main .p-nav {
		margin-top: 40px;
		margin-bottom: 40px;
	}


	#main .p-nav li {
		width: 92%;
		height: auto;
		float: none;
		margin-right: 0;
		margin: 0 auto;
		margin-bottom: 5px;
		position: relative;
	}
	
#main .p-nav li:nth-child(3n) {
		margin: 0 auto;
	  margin-bottom: 5px;
}	

	#main .p-nav .nav01 a {
		display: block;
		background: url("../images/sp-nav01.jpg") center center no-repeat;
		width: 100%;
		background-size: 100% auto;
		padding-top: 16%;
		height: 0;
	}

	#main .p-nav .nav02 a {
		display: block;
		background: url("../images/sp-nav02.jpg") center center no-repeat;
		width: 100%;
		background-size: 100% auto;
		padding-top: 16%;
		height: 0;
	}

	#main .p-nav .nav03 a {
		display: block;
		background: url("../images/sp-nav03.jpg") center center no-repeat;
		width: 100%;
		background-size: 100% auto;
		padding-top: 16%;
		height: 0;
	}

	#main .p-nav .nav04 a {
		display: block;
		background: url("../images/sp-nav04.jpg") center center no-repeat;
		width: 100%;
		background-size: 100% auto;
		padding-top: 16%;
		height: 0;
	}

	#main .p-nav .nav05 a {
		display: block;
		background: url("../images/sp-nav05.jpg") center center no-repeat;
		width: 100%;
		background-size: 100% auto;
		padding-top: 16%;
		height: 0;
	}

	#main .p-nav .nav06 a {
		display: block;
		background: url("../images/sp-nav06.jpg") center center no-repeat;
		width: 100%;
		background-size: 100% auto;
		padding-top: 16%;
		height: 0;
	}

	#main .p-nav .nav07 a {
		display: block;
		background: url("../images/sp-nav07.jpg") center center no-repeat;
		width: 100%;
		background-size: 100% auto;
		padding-top: 16%;
		height: 0;
	}


	#main .p-nav .nav08 a {
		display: block;
		background: url("../images/sp-nav08.jpg") center center no-repeat;
		width: 100%;
		background-size: 100% auto;
		padding-top: 16%;
		height: 0;
	}


	#main  .p-nav li a{
		display: block;
		color: #fff;
		font-size: 3.3vw;
		font-weight: bold;
		text-align: left;
		position: relative;
		width: 100%;
		line-height: 1.3;
	}

	#main  .p-nav li a span {
		display: inline-block;
		font-weight: bold;
		padding-top: 0;
		position: absolute;
		top: 20%;
		left: 14px;
		width: 100%;
		height: auto;
	}
	#main  .p-nav li a .n-tx{
		 margin-top: 0;
		 display: block;
		font-weight: bold;
	}

	#main .p-nav li a:after{
		display: inline-block;
		content: "";
		position: absolute;
		left: inherit;
		top: 48%;
		margin: inherit;
		right:18px;
		text-align: right;
		width: 9px;
		height: 9px;
		border-top: solid 2px #FFF;
		border-right: solid 2px #FFF;
		margin-top: -4px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}

}






/*------------------------------------------------------------
  con
------------------------------------------------------------*/
.con {
	width: 100%;
	min-width: 1100px;
	box-sizing: border-box;
	margin: auto;
}
.con .inner {
	max-width: 1100px;
	margin: auto;
}

@media screen and (max-width: 768px) {
	.con {
		min-width: 100%;
	}
	.con .inner {
		max-width: 100%;
	}
}


#main .bg-c01 {
	background: #f6f4fa;
	padding-top: 75px;
	padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
	#main .bg-c01 {
		background: #f6f4fa;
		padding-top: 30px;
		padding-bottom: 40px;
	}
}
/*------------------------------------------------------------
  m-com
------------------------------------------------------------*/

#main .m-com {
	margin-top: 90px;
}

#main .m-box {
	margin: 0 auto;
	margin-top: 40px;
}


#main .first-box .img-box{
	float: left;
}


#main .first-box .t-box{
	float: right;
		width: 440px;
}

#main .fl-r .img-box{
	float: right;
}

#main .fl-r .t-box{
	float: left;
	width: 440px;
}


#main .first-box .t-box .text {
	color: #8673a4;
	line-height: 2;
	font-size: 16px;
}

#main #contents01 .first-box .t-box .text {
	line-height: 1.9;
}


#main .second-box {
	margin-top: 10px;
}

#main .second-box li img {
	width: 100%;
}
#main .second-box li {
	float: left;
	width: 32.5%;
	margin-right: 1.25%;
}

#main .second-box li:last-child {
	margin-right: 0;
}



#main #contents02 .t-box .text {
	line-height: 1.7;
}

#main .day_price{
	text-align:right;
	margin-top: 10px;
}

#main .price,
#main .day{
	color:#b83a3f;
	font-weight:bold;
	font-size:22px;
}

@media screen and (max-width: 768px) {
	#main .m-com {
		margin-top: 40px;
	}

	#main .m-box {
		margin: 0 auto;
		margin-top: 20px;
		width: 92%;
	}

	#main .first-box .img-box{
		float: none;
		width: 100% ;
	}
	#main .first-box .img-box img{
		width: 100%;
	}

	#main .first-box .t-box{
		float: none;
		width: 100%;
		margin-top: 10px;
	}

	#main .fl-r .img-box{
		float: none;
	}
	#main .fl-r .img-box img{
		width: 100%;
	}

	#main .fl-r .t-box{
		float: none;
		width: 100%;
		margin-top: 10px;
	}


	#main .first-box .t-box .text {
		color: #8673a4;
		line-height: 2;
		font-size: 13px;
	}

	#main .second-box {
		margin-top: 10px;
	}

	#main .second-box li {
		float: left;
		width: 33%;
		margin-right: 0.5%;
	}

	#main .second-box li img {
		width: 100%;
	}
	#main .second-box li:last-child {
		margin-right: 0;
	}
	#main #contents02 .t-box .text {
		line-height: 2;
	}
	
	#main .price,
	#main .day{
		font-size:16px;
	}
}

/*------------------------------------------------------------
pickup
------------------------------------------------------------*/

#main .pickup {
	background: url("../images/sec07-bg.jpg") center center no-repeat;
	background-size: cover;
	padding-top: 75px;
	padding-bottom: 100px;	
	margin-top: 130px;
}

#main .pickup .image img{
   width:260px;
}

#main .pickup li {
	float: left;
	width: 260px;
	margin-left: 20px;
}
#main .pickup li:first-child{
	margin-left: 0;
}

#main .pickup li h4 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
}
#main .pickup li .p-tx {
	background: #fff;
	padding: 20px;
}
#main .pickup li .t-link {
	text-align: right;
	margin-top: 20px
}
#main .pickup li .t-link a {
	display: inline-block;
	font-weight: bold;
	color: #8673a4;
	font-size: 20px;
	position: relative;
	padding-right: 18px;
}

#main .pickup li .t-link a:after {
	display: block;
	content: "";
	position: absolute;
	top: 44%;
	right: 2px;
	width: 6px;
	height:  6px;
	border-top: solid 2px #8673a4;
	border-right: solid 2px #8673a4;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
	#main .pickup {
		background: url("../images/sec07-bg.jpg") center center no-repeat;
		background-size: cover;
		padding-top: 40px;
		padding-bottom: 50px;	
		margin-top: 60px;
	}


	#main .pickup li {
		float: left;
		width: 49%;
		margin-left: 2%;
		margin-bottom: 2%;
	}
	#main .pickup li:first-child{
		margin-left: 0;
	}
	#main .pickup li:nth-child(odd){
		margin-left: 0;
	}	
	#main .pickup li img {
		width: 100%!important;
	}

	#main .pickup li h4 {
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 5px;
		line-height: 1.4;
	}

	#main .pickup li p {
		font-size: 12px;
		line-height: 1.6;
	}

	#main .pickup li .p-tx {
		background: #fff;
		padding: 10px;
	}
	
	#main .pickup li .t-link {
		text-align: right;
		margin-top: 5px
	}
	#main .pickup li .t-link a {
		display: inline-block;
		font-weight: bold;
		color: #8673a4;
		font-size: 14px;
		position: relative;
		padding-right: 14px;
	}

	#main .pickup li .t-link a:after {
		display: block;
		content: "";
		position: absolute;
		top: 44%;
		right: 2px;
		width: 4px;
		height: 4px;
		border-top: solid 2px #8673a4;
		border-right: solid 2px #8673a4;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
}

/*------------------------------------------------------------
recommended
------------------------------------------------------------*/

#main .recommended {
	margin-bottom: 140px;
}
#main .recommended li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#main .recommended li:nth-child(4n) {
		margin-right: 0;
}

#main .recommended .r-nav01 a {
	display: block;
  background: url("../images/sec10-img01.jpg") center center no-repeat;
	width: 267px;
	height: 220px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */		
}
#main .recommended .r-nav02 a {
	display: block;
  background: url("../images/sec10-img02.jpg") center center no-repeat;
	width: 267px;
	height: 220px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */		
}
#main .recommended .r-nav03 a {
	display: block;
  background: url("../images/sec10-img03.jpg") center center no-repeat;
	width: 267px;
	height: 220px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */		
}
#main .recommended .r-nav04 a {
	display: block;
  background: url("../images/sec10-img04.jpg") center center no-repeat;
	width: 267px;
	height: 220px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */		
}
#main .recommended .r-nav05 a {
	display: block;
  background: url("../images/sec10-img05.jpg") center center no-repeat;
	width: 267px;
	height: 220px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */		
}
#main .recommended .r-nav06 a {
	display: block;
  background: url("../images/sec10-img06.jpg") center center no-repeat;
	width: 267px;
	height: 220px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */		
}
#main .recommended .r-nav07 a {
	display: block;
  background: url("../images/sec10-img07.jpg") center center no-repeat;
	width: 267px;
	height: 220px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */			
}


#main .recommended .r-tx {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	text-align: center;
	width: 194px;
	height: 130px;
	display: table;
}
#main .recommended .r-tx .t-box {
	display: table-cell;
	vertical-align: middle;
}

#main .recommended .r-tx .tx01 {
	font-size: 15px;
	margin-bottom: 8px;
}

#main .recommended .r-tx .tx02 {
	font-size: 24px;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#main .recommended {
		margin-bottom: 50px;
	}
	#main .recommended li {
		float: left;
		width: 49.5%;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	#main .recommended li:nth-child(4n) {
			margin-right: 0;
	}
	
	#main .recommended li:nth-child(even){
			margin-right: 0;
	}
	

	#main .recommended .r-nav01 a {
		display: block;
		background: url("../images/sec10-img01.jpg") center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 120px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */		
	}
	#main .recommended .r-nav02 a {
		display: block;
		background: url("../images/sec10-img02.jpg") center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 120px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */		
	}
	#main .recommended .r-nav03 a {
		display: block;
		background: url("../images/sec10-img03.jpg") center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 120px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */		
	}
	#main .recommended .r-nav04 a {
		display: block;
		background: url("../images/sec10-img04.jpg") center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 120px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */		
	}
	#main .recommended .r-nav05 a {
		display: block;
		background: url("../images/sec10-img05.jpg") center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 120px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */		
	}
	#main .recommended .r-nav06 a {
		display: block;
		background: url("../images/sec10-img06.jpg") center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 120px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */		
	}
	#main .recommended .r-nav07 a {
		display: block;
		background: url("../images/sec10-img07.jpg") center center no-repeat;
		background-size: cover;
		width: 100%;
		height: 120px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
		align-items: center; /* 縦方向中央揃え */
		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
		justify-content: center; /* 横方向中央揃え */			
	}


	#main .recommended .r-tx {
		background-color: rgba(0,0,0,0.6);
		color: #fff;
		text-align: center;
		width: 84%;
		height: 84%;
		display: table;
	}
	#main .recommended .r-tx .t-box {
		display: table-cell;
		vertical-align: middle;
	}

	#main .recommended .r-tx .tx01 {
		font-size: 12px;
		margin-bottom: 6px;
	}

	#main .recommended .r-tx .tx02 {
		font-size: 16px;
		font-weight: bold;
	}

}



/*ポップアップここから*/
	#main .popup_wrap input {
  display: none;
}



	#main .popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

	#main .popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}



#main .popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 20px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}


@media screen and (max-width: 768px) {
		#main .popup_content {
		position: relative;
		align-self: center;
		width: 90%;
		max-width: 800px;
		padding: 10px 10px 10px;
		box-sizing: border-box;
		background: #fff;
		line-height: 1.4em;
		transition: 0.5s;
	}
}

#main .popup_content p {
	text-align: center;
}
#main .popup_content p span{
	margin-top: 10px;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	#main .popup_content p span{
		margin-top: 8px;
		display: inline-block;
	}
}

#main .close_btn {
  position: absolute;
  right: 22px;
  font-size: 28px;
  bottom: 20px;
  cursor: pointer;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	#main .close_btn {
		position: absolute;
		right: 2%;
		font-size: 24px;
		bottom: 10px;
		cursor: pointer;
		font-weight: bold;
	}	
}

#main .popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

#main .open_btn {
}
#main .open_btn:hover{
 opacity: 0.8;
}
/*ポップアップココまで*/





</pre></body></html>