<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
=========================================
 home
=========================================
*/
#contents {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px 0 50px;
}
@media all and (max-width: 959px){
#contents {
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px 30px;
}
}

/* top_bnr_area
---------------------------------*/
.top_bnr_area{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}
@media all and (max-width: 600px){
.top_bnr_area{
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
}

}
.top_bnr_area a{
	width: 100%;
}
.top_bnr_area a img{
	width: 100%;
}
/* info_area
---------------------------------*/
.info_area{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}
.info_area .info_set{
	width: 100%;
	margin: 0;
}
.info_area .info_set li:first-child{
	width: 25.6%;
	margin: 0;
	padding: 0;
}
.info_area .info_set li:last-child{
	width: 70.0%;
	margin: 0;
	padding: 0;
}
.info_area .news_box{
	position: relative;
	margin: 0;
	padding: 0;
}
.info_area .news_box .ttl{
	display: inline-block;
	position: absolute;
	top: -16px;
	left: 16px;
	background-color: aqua;
	color: #ffffff;
	border-radius: 6px;
	padding: 4px 10px;
	line-height: 1;
	background: rgb(251,197,0);
	background: -moz-linear-gradient(top,  rgba(251,197,0,1) 0%, rgba(250,137,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(251,197,0,1) 0%,rgba(250,137,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(251,197,0,1) 0%,rgba(250,137,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc500', endColorstr='#fa8900',GradientType=0 );
}
@media all and (max-width: 767px){
.info_area .info_set li:first-child{
	width: 100%;
	margin: 0;
	padding: 0;
	order: 2;
}
.info_area .info_set li:last-child{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	order: 1;
}
.info_area .info_set li img{
	margin: 0 auto;
	padding: 0;
	width: 60%;
}
}
.info_area .news_box{
	border: 2px solid #ff98b5;
	border-radius: 10px;
	padding: 15px 15px 5px;
}

.info_area .news_box dl {
	width: 100%;
	padding: 0 ;
	box-sizing: border-box;
	line-height: 1.4;
}
.info_area .news_box dl dt{
	float: left;
	clear: both;
	width: 120px;
	padding-top: 5px;
	margin-bottom: 7px;
	font-size: 1.4rem;
}
.info_area .news_box dl dd {
  width: 100%;
  margin: 0 0 7px;
  padding: 0 0 4px 120px;
  border-bottom: 1px dotted #cccccc;
}
/* event_area
---------------------------------*/
.event_area{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}
.event_area .news_box{
	position: relative;
	margin: 0;
	border: 2px solid #ff98b5;
	border-radius: 10px;
	padding: 15px 15px 5px;
}
.event_area .news_box .ttl{
	display: inline-block;
	position: absolute;
	top: -16px;
	left: 16px;
	background-color: aqua;
	color: #ffffff;
	border-radius: 6px;
	padding: 4px 10px;
	line-height: 1;
	background: rgb(251,197,0);
	background: -moz-linear-gradient(top,  rgba(251,197,0,1) 0%, rgba(250,137,0,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(251,197,0,1) 0%,rgba(250,137,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(251,197,0,1) 0%,rgba(250,137,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc500', endColorstr='#fa8900',GradientType=0 );
}
.inner_base{
	width: 100%;
	margin: 0 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.event_area .event_info{
	width: 37%;
	margin: 0;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #f7f7f7;
}
.event_area .event_info_ttl{
	width: 100%;
	margin: 0 0 16px 0;
	padding: 0 0 5px 0;
	font-size: 1.8rem;
	text-align: center;
	border-bottom: 2px solid #ff98b5;
}
.event_area .event_info_set{
	width: 100%;
	margin: 0 0 0;
	padding: 0;
}
.event_area .event_info_set li{
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #cccccc;
}

.event_area .event_date{
	font-size: 1.3rem;
	line-height: 1.2;
}

.event_area .event_info_set p{
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 5px 0 0;
}
.event_area .event_shop_info{
	width: 60%;
	margin: 0;
	padding: 0;
}
@media all and (max-width: 767px){
.event_area .event_info{
	width: 100%;
	margin: 0 0 20px 0;
	padding: 10px 20px;
	border-radius: 10px;
	background-color: #f7f7f7;
}
.event_area .event_shop_info{
	width: 100%;
	margin: 0;
	padding: 0;
}
}
.event_area .event_shop_info_set{
	width: 100%;
	margin: 0 0 10px;
	padding: 12px;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: aqua;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.event_area .event_shop_info_set.festa{
	background-color: #e3f5fb;
}
.event_area .event_shop_info_set.aeontown{
	background-color: #edfadc;
}
.event_area .event_shop_info_set.aeonfukushima{
	background-color: #f7f5d5;
}
.event_area .event_shop_info_set.apita{
	background-color: #faebeb;
}


.event_area .event_shop_info_set li:first-child{
	width: 32.75529%;
	margin: 0;
	padding: 0;
}
.event_area .event_shop_info_set li figure img{
	width: 100%;
	margin: 0;
	padding: 0;
}
.event_area .event_shop_info_set li:last-child{
	width: 62%;
	margin: 0;
	padding: 0;
}
.event_area .event_shop_info_set li:last-child p{
	font-size: 1.4rem;
	line-height: 1.4;
	padding: 5px 0 0;
}
@media all and (max-width: 480px){
.event_area .event_shop_info_set li:first-child{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0;
}
.event_area .event_shop_info_set li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
}
.event_area .event_shop_info_set li figure img{
	width: 80%;
	margin: 0 auto;
	padding: 0;
}
}
.event_top_area h6 {
  text-align: center;
}
.event_top_area h6 span {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  font-size: clamp(18px, 2vw, 25px);
  color: #333;
  display: inline-block;
  position: relative;
  z-index: -1;
}
.event_top_area h6 span:after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 1;
	display: inline-block;
	border-bottom: 4px solid #cbe6ff;
}


.event_top_area &gt; ul.event_shop_info_top_set{
	width: 100%;
	margin: 0 0 30px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.event_top_area &gt; ul.event_shop_info_top_set &gt; li{
	width: 24%;
	margin: 0;
	padding: 0 0;
	background-color: #fff;
	border: 1px solid #ddd;
}
ul.event_shop_info_sub_set figure{
	padding: 0;
	margin: 0 0 6px 0;
}
ul.event_shop_info_sub_set .inner{
	width: 100%;
	padding: 0 10px;
	margin: 0;
}
ul.event_shop_info_sub_set .title{
	padding: 0 0 6px 0;
	margin: 0 0 6px 0;
	font-size: 1.5rem;
	text-align: justify;
	border-bottom: 1px dotted #333;
}
ul.event_shop_info_sub_set span.event_date{
	display: block;
	padding: 0 0 0 4em;
	margin: 0 0 0px 0;
	font-size: 1.3rem;
	text-indent: -4em;
}
ul.event_shop_info_sub_set p.text{
	display: block;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	font-size: 1.3rem;
	text-align: justify;
	border-top: 1px dotted #333;
}
@media all and (max-width: 600px){
.event_top_area &gt; ul.event_shop_info_top_set &gt; li{
	width: 48%;
	margin: 0 0 10px 0;
	padding: 0 0;
	background-color: #fff;
	border: 1px solid #ddd;
}
}






ul.event_shop_info_sub_set h2{
	color: #ffffff;
	margin: 0 0 0 0;
	padding: 4px 2px 4px;
	width: 100%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1.2;
	font-size: 1.5rem;
	height: 40px;
	margin: 0 0 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.event_shop_info_sub_set h2.donki{
	background-color: #f5756e;
}
ul.event_shop_info_sub_set h2.aeontown{
	background-color: #7cbe82;
}
ul.event_shop_info_sub_set h2.aeonfukushima{
	background-color: #fb9d2e;
}
ul.event_shop_info_sub_set h2.festa{
	background-color: #529be0;
}

ul.event_shop_info_sub_set figure img{
	width: 100%;
}
/* label
------------------------------------------------------------------- */
.label,
a.label {
  background: #333333;
  color: #ffffff;
  margin: 0 5px 0 0;
  padding: 4px 2px 4px;
  width: 120px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
	font-size: 1.2rem;
}
.label:hover,
a.label:hover {
  color: #ffffff;
}
.label-event_festa,
a.label-event_festa {
  background-color: #529be0;
}
.label-event_aeontown,
a.label-event_aeontown {
  background-color: #7cbe82;
}
.label-event_aeonfukushima,
a.label-event_aeonfukushima {
  background-color: #fb9d2e;
}
.label-event_apita,
a.label-event_apita {
  background-color: #f5756e;
}
.label-event_donki,
a.label-event_donki {
  background-color: #f5756e;
}
.label-event,
a.label-event {
  background-color: #5c5c5c;
}
/* sns_area
---------------------------------*/
.sns_area{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}
.sns_area .sns_set{
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sns_area .sns_set li{
	width: 24%;
	margin: 0;
	padding: 0;
}
@media all and (max-width: 767px){
.sns_area .sns_set li{
	width: 48%;
	margin: 0 0 10px 0;
	padding: 0;
}
}
/* reservation_area
---------------------------------*/
.reservation_area{
	border: 2px solid #006cd2;
	border-radius: 10px;
	background-color: #fdfef7;
	padding: 20px 30px;
	margin-bottom: 50px;
	line-height: 1.4;
}
.reservation_area .ttl{
	font-size: 2.6rem;
	text-align: center;
	color: #ed334c;
	background-color: #feeff1;
	padding: 20px 10px;
	box-sizing:border-box;
	margin: 0 0 30px;
  position: relative;
  width: 100%;
}
.reservation_area .ttl:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #feeff1;
}
.reservation_set{
	width: 100%;
	margin: 0;
	padding: 0 0 20px;
	position: relative;
}
.reservation_set li{
	margin: 0;
	padding: 10px 0 10px 50px;
	background-image: url(../images/home/arrow_01.png);
	background-position: 10px center;
	background-repeat: no-repeat;
	font-size: 1.8rem;
}
@media all and (max-width: 768px){
.reservation_area .ttl{
	font-size: 2.4rem;
}
}
@media all and (max-width: 767px){
.reservation_area{
	padding: 15px 15px;
	margin-bottom: 30px;
}
.reservation_area .ttl{
	font-size: 1.8rem;
	text-align: center;
	color: #ed334c;
	background-color: #feeff1;
	padding: 20px 10px;
	box-sizing:border-box;
	margin: 0 0 30px;
  position: relative;
  width: 100%;
}
.reservation_set li{
	margin: 0;
	padding: 10px 0 10px 50px;
	font-size: 1.6rem;
	background-size: 20px;
}

}

.reservation_set li:nth-child(2n+1){
	background-color: #ebf7d9;
}
.reservation_area .kat_area{
	position: relative;
}
.reservation_area .kat_area .kat{
	position: absolute;
	bottom: 30px;
	right: 10px;
}
.reservation_area .btn_sm {
  padding: 20px 0;
  font-size: 137.50%;
  letter-spacing: 1px;
}
.reservation_area .btn_default {
  color: #ffffff !important;
  border-radius: 6px;
  background-color: #8bc53f;
}
.reservation_area .btn {
	display: block;
  padding: 20px 0;
  text-decoration: none;
  background: #8bc53f;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #5d8825;
  border-radius: 6px;
  width: 368px;
  font-size: 137.50%;
  margin: auto;
}
.reservation_area .btn:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
@media all and (max-width: 767px){
.reservation_area .btn_sm {
  padding: 20px 0;
  font-size: 1.6rem;
  letter-spacing: 0px;
}
.reservation_area .btn {
	display: block;
  padding: 20px 0;
  text-decoration: none;
  background: #8bc53f;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #5d8825;
  border-radius: 6px;
  width: 100%;
  font-size: 137.50%;
  margin: auto;
}
}
/*
.reservation_area .btn::after {
  margin-top: -0.9em;
  line-height: 1;
  color: #ffffff;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 34px;
  content: url(images/reservation_02_ico.svg);
  color: #9e152c;
}
*/
.reservation_area a.btn:hover{
	opacity: 0.8;
	transition-duration:0s;
}
/* mainttl_area
---------------------------------*/
.mainttl_area{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}
.mainttl_area .cons_ttl{
	text-align: center;
	font-size: 2.8rem;
  border-bottom: double 5px #FFC778;
  font-weight: bold;
}
.mainttl_area .sub_lead{
  padding: 10px 0 0;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
  font-size: 2.6rem;
  color: #f28e00;
  line-height: 1.2;
}
@media all and (max-width: 768px){
.mainttl_area .cons_ttl{
	font-size: 2.4rem;
}
}
@media all and (max-width: 767px){
.mainttl_area .cons_ttl{
	text-align: center;
	font-size: 2.2rem;
  border-bottom: double 5px #FFC778;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 10px 0;
}
.mainttl_area .sub_lead{
  font-size: 2.0rem;
}
}
/* event_area
---------------------------------*/
.event_area{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}
/* bnr_area
---------------------------------*/
.bnr_area{
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
}
.bnr_area .bnr_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.bnr_area .bnr_set li{
	width: 22%;
	margin: 0 10px 10px 10px;
	padding: 0;
	box-sizing: border-box;
}
.bnr_area .bnr_set li.width{
	width: 28%;
}

.bnr_area .bnr_set li:nth-child(7),
.bnr_area .bnr_set li:nth-child(8){
	margin: 0 10px 0 10px;
}
.bnr_area .bnr_set li img{
	max-width: 100%;
	margin: auto;
	padding: 0;
}
.bnr_area figure.imgbox{
	margin: 0 10px 30px 10px;
	padding: 0;
	box-sizing: border-box;
}
@media all and (max-width: 767px){
.bnr_area{
	width: 100%;
	margin: 0 auto 0;
	padding: 0;
}
.bnr_area .bnr_set{
	width: 100%;
	margin: 0 0 0 0;
}
.bnr_area .bnr_set li{
	width: 48%;
	margin: 0 0 20px 0;
	padding: 0;
}
.bnr_area .bnr_set li.width{
	width: 48%;
}
.bnr_area .bnr_set li img{
	max-width: 100%;
	margin: auto;
	padding: 0;
}
.bnr_area figure.imgbox{
	margin: 0 0 20px 0;
	padding: 0;
	box-sizing: border-box;
}
.bnr_area .bnr_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

}
/* what_area
---------------------------------*/
.what_area{
	width: 100%;
	margin: 0 auto 50px;
	padding: 0;
	position: relative;
}
.what_area &gt; .what_box{
	width: calc( 100% - 70px);
	border: 2px solid #ff779d;
	border-radius: 6px;
	padding: 10px 10px 10px 90px;
	margin: 0 0 0 70px;
	box-sizing: border-box;
}
.what_area &gt; .what_box p span{
	display: block;
	color: #ff779d;
	font-size: 2.2rem;
}
.what_area &gt; .what_box img{
	position: absolute;
	top: -15px;
	left: -10px;
}
@media all and (max-width: 767px){
.what_area{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	position: relative;
}
.what_area &gt; .what_box{
	width: 100%;
	border: 2px solid #ff779d;
	border-radius: 6px;
	padding: 10px 10px 10px 10px;
	margin: 0 0 0 0;
	box-sizing: border-box;
}
.what_area &gt; .what_box p span{
	display: block;
	color: #ff779d;
	font-size: 1.9rem;
	line-height: 1.1;
}
.what_area &gt; .what_box img{
	display: none;
}
}

/* pickup_area
---------------------------------*/
.pickup_area{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}
.pickup_area .pickup_set{
	width: 100%;
	margin: 0 0 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
}
.pickup_area .pickup_set li{
	width: 23.3333%;
	margin: 0;
	padding: 0;
	display: block;
}
.pickup__name{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	background-color: #0071d3;
	text-align: center;
	padding: 16px 0;
	border-radius: 10px 10px 0 0;
	color: #ffffff;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.4;
	height: 70px;
}
@media all and (max-width: 767px){
.pickup_area .pickup_set{
	margin: 0 0 10px 0;
}
.pickup_area .pickup_set li{
	width: 46.8%;
	margin: 0 0 20px 0;
	padding: 0;
}
.pickup__name{
	font-size: 1.4rem;
}
}
.pickup_area .card_content {
  width: 100%;
}
.pickup_area .card_ttl {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #006cd1;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pickup_set li a img{
	width: 100%;
}
.pickup_set li a img:hover{
	opacity: 0.7;
}

/* handing_area
---------------------------------*/
.handing_area{
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
}
.handing_area .handing_box{
	border: 2px solid #ff98b5;
	border-radius: 10px;
	padding: 15px 15px 15px;
	position: relative;
}
.handing_area .handing_box .ttl {
  display: inline-block;
  position: absolute;
  top: -16px;
  left: 16px;
  background-color: aqua;
  color: #ffffff;
border-radius: 6px;
padding: 6px 16px;
line-height: 1;
background: rgb(251,197,0);
background: -moz-linear-gradient(top, rgba(251,197,0,1) 0%, rgba(250,137,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(251,197,0,1) 0%,rgba(250,137,0,1) 100%);
background: linear-gradient(to bottom,
rgba(251,197,0,1) 0%,
  rgba(250,137,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbc500', endColorstr='#fa8900',GradientType=0 );
}

.handing_area .handing_box .subttl {
	width: 120px;
	background-color: #ff779e;
	text-align: center;
	font-size: 1.3rem;
	color: #ffffff;
	border-radius: 10px;
	padding: 5px 30px;
	line-height: 1.0;
	margin-bottom: 5px;
	display: inline-block;
}
.handing_set{
	width: 100%;
	padding: 10px 0 10px 0;
	margin: 0 0 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-bottom: 1px dotted #cccccc;
}
.handing_set li{
	width: 30%;
	margin: 0 0 10px 1em;
	padding: 0;
	list-style: none;
	line-height: 1.2;
	font-size: 1.6rem;
}
@media all and (max-width: 767px){
.handing_set li{
	width: 100%;
	margin: 0 0 10px 1em;
}
}
.handing_set li:before {
  content: "● ";
  color: #006cd2;
}
.bnr_area_sec{
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
	display: block;
	font-weight: bold;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.bnr_area_sec ul.bnr_set{
	width: 100%;
	margin: 0 0 30px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bnr_area_sec ul.bnr_set &gt; li:first-child{
	width: 50%;
	margin: 0;
	padding: 0;
}
.bnr_area_sec ul.bnr_set &gt; li:last-child{
	width: 50%;
	margin: 0;
	padding: 0;
}
.bnr_area_sec ul.bnr_set &gt; li{
	width: 50%;
	margin: 0 auto 0 !important;
	padding: 0;
}

.bnr_area_sec ul.bnr_set &gt; li img{
	margin: 0 auto;
	padding: 0;
	box-shadow: 3px 4px 5px gray;
	border-radius: 10px;
}
.bnr_area_sec ul.bnr_set &gt; li a:hover{
	opacity: 0.8;
}
@media all and (max-width: 767px){
.bnr_area_sec ul.bnr_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.bnr_area_sec ul.bnr_set &gt; li:first-child{
	width: 100%;
	margin: 0;
	padding: 0;
}
.bnr_area_sec ul.bnr_set &gt; li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
}
.bnr_area_sec img{
	margin: 0 auto;
	padding: 0;
	box-shadow: 3px 4px 5px gray;
	border-radius: 10px;
	max-width: 80.0%;
}
}
.bnr_area_sec span{
	color: #ed334c;
	font-size: 2.6rem;
	font-weight: bold;
	font-family:"MS Pゴシック",sans-serif;
}
ul.top_bnr_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.top_bnr_set &gt; li:first-child{
	width: 48%;
	margin: 0;
	padding: 0;
}
ul.top_bnr_set &gt; li:last-child{
	width: 48%;
	margin: 0;
	padding: 0;
}
ul.top_bnr_set &gt; li &gt; a &gt; img{
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}



ul.top_bnr_hoken_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.top_bnr_hoken_set &gt; li:first-child{
	width: 48%;
	margin: 0;
	padding: 0;
}
ul.top_bnr_hoken_set &gt; li:last-child{
	width: 48%;
	margin: 0;
	padding: 0;
}
ul.top_bnr_hoken_set &gt; li &gt; a &gt; img{
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}
@media all and (max-width: 600px){
ul.top_bnr_hoken_set &gt; li:first-child{
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0.8vw 0 0 0;
}
ul.top_bnr_hoken_set &gt; li:last-child{
	width: 100%;
	margin: 0;
	padding: 0;
}
}



a.yoyaku_btn{
	background-color: #ff5319;
	max-width: 360px;
	border-radius: 6px;
	height: 63px;
	border-bottom: solid 4px #9e3715;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: bold;
	margin: 0 auto 4vw;
}
a.yoyaku_btn &gt; p{
	margin: 0 auto;
	font-size: 2.0rem;
	color: #fff;
	position: relative;
}
@media all and (max-width: 480px){
a.yoyaku_btn &gt; p{
	margin: 0 auto;
	font-size: 1.8rem;
}
}
a.yoyaku_btn &gt; p::after{
	line-height: 1;
	color: #ffffff;
	position: absolute;
	margin: auto 0 auto 10px;
	width: 20px;
	content: "\e844";
	font-family: 'fontello';
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
a.yoyaku_btn:hover{
	opacity: 0.8;
}
ul.bnr_sub_set{
	width: 100%;
	margin: 0 0 10px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
ul.bnr_sub_set &gt; li{
	width: 80% !important;
	margin: 0;
	padding: 0;
}
ul.bnr_sub_set &gt; li img{
	width: 100%;
}</pre></body></html>