@charset "utf-8";

.topKids h4 {
	font-size:22px;
	position: relative;
    top: -4px;
}

.topFeature {
	background: #ffe200;
	padding: 30px 0 0px 0;
}

.featureTitle {
	width: 23%;
	float: left;
}

.featureList {
	width: 74.2%;
	float: right;
}

.topFeature h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1;
}

.topFeature h3 span {
  color: #3a1d1e;
  font-size: 38px;
  display: block;
  /*font-family: 'Poppins', sans-serif;*/
  font-weight: 700;
  margin-bottom: 8px;
}

.slick02 .slick-track,
.slick02 .slick-list {
	width: 100%;
}

.bx-wrapper li,
.bx-wrapper li h3 {
	text-align: left;
	margin-bottom: 0!important;
}

.bx-wrapper {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    background: none!important;
	width: 100%!important;
	max-width: 100%!important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 15px!important;
    height: 15px!important;
    margin: 0 10px!important;
	border-radius: 10px!important;
}

@media screen and (max-width: 559px) {
	.bx-wrapper {
		width: 90%!important;
		max-width: 90%!important;
		margin-left: 5%!important;
	}
	
	
  .topFeature h3 span {
    font-size: 30px;
  }
}

@media screen and (max-width: 559px) {
	.featureTitle {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}

	.featureList {
		width: 100%;
		float: none;
	}
	
	.featureList .txt {
    	padding: 0 10px;
	}
	
	.topFeature {
	background: #ffe200;
	padding: 30px 0 20px 0;
}

}


.kidsBox {
	position: relative;
	top: -20px;
}

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

  MAIN

----------------------------------------------------- */
.openBox {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.topMain {
  margin-bottom: 30px;
}

.topSlide {
  width: 56%;
  float: left;
  text-align: left;
}

.topBanner {
  width: 44%;
  float: right;
}

.topBanner li {
  width: 50%;
  float: left;
  position: relative;
}

.topBanner .txt{
 padding: 10px 20px 15px 20px;
  text-align: left;
}

.topSlide li {
  position: relative;
}

.topSlide .txt{
  padding: 10px 140px 10px 20px;
  text-align: left;
}

.topBanner h3,
.topSlide h3 {
  font-weight: 700;
  line-height: 1.5;
  font-size: 15px;
}

.topBlogList ul li {
  float: left;
  width: 33.33%;
  text-align: left;
}

.topBlogList ul li:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #f8579c;
  margin-right: 4px;
  font-weight: 400;
}

.topBlogList h3 {
  color: #fff;
  background: #f8579c;
  padding: 10px 15px;
  margin-bottom: 15px;
  font-weight: 700;
  border-radius: 3px;
}

#cboxTitle {
  display: none!important;
  height: 1!important;
}

#cboxOverlay {
  background: #000;
}
#cboxLoadedContent {
  background: #fff;
  border-radius: 6px;
}

#cboxContent {
  border-radius: 6px;
}

#cboxLoadedContent {
  padding: 0;
  overflow: auto;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
  top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  overflow: visible ;
}
#cboxTitle {
  color: #fff;
}
#inline-content01,
#inline-content02{/* インラインを使用する時のみ */
  margin: 20px;
}
#ajax-wrap {/* ajaxを使用する時のみ */
  margin: 20px;
}

@media screen and (max-width: 1024px) {
  .topMain {
    margin-bottom: 10px;
  }
  
  .topSlide {
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 15px;
  }

  .topBanner {
    width: 100%;
    float: none;
  }
  
  .topSlide .txt{
    padding: 10px 10px;

  }
  
  .topBanner .txt{
   padding: 10px 10px;
  }
}

.topKids {
  margin-bottom: 60px;
}

.topKids h3 {
  width: 300px;
  margin: 0 auto 15px auto;
}

.kidsBox ul {
  width: 100%;
}

.kidsBox li img {
  height: 200px;
  width: auto;
}

.kidsBox li a img {
  transition: .15s;
}

.kidsBox li a:hover img {
  opacity: 0.6;
}

.kidsBox .slick-list {
  margin-bottom: 20px;
}

.kidsBox .slick-dots {
  text-align: center!important;
  position: relative;
  bottom: 0;
  display:block!important;
  margin-bottom: 25px;
  
}


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

  NEWS

----------------------------------------------------- */
.news {
  margin-bottom: 50px;
}

.news .txt {
  width: 12%;
  float: left;
  text-align: left;
}

.news .txt h3 {
  font-size: 33px;
  color: #d64a56;
  font-size: 700;
}

.news .txt h3 span {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #333333;
  display: block;
  margin-top: 8px;
  font-size: 20px;
}

.news .list {
  width: 88%;
  float: right;
  font-size: 14px;
  line-height: 1.8;
}

.news .list table {
  width: 100%;
  border-top: 1px solid #dfdfdf;
}

.news .list tr {
  border-bottom: 1px solid #dfdfdf;
}


.news .list th {
  width: 14%;
  text-align: center;
  padding: 20px 0 20px 20px;
  white-space: nowrap;
}

.news .list td {
  width: 86%;
  text-align: left;
  padding: 20px 0 20px 20px;
}

@media screen and (min-width: 560px) and (max-width: 1024px) {
  .news {
    margin-bottom: 20px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .news .list th {
    width: 25%;
  }

  .news .list td {
    width: 75%;
  }
}

@media screen and (max-width: 559px) {
  .news {
    margin-bottom: 20px;
  }
  .news .txt {
    width: 100%;
    float: none;
    text-align: center;
  }

  .news .txt h3 {
    font-size: 20px;
    color: #d64a56;
    font-size: 700;
    margin-bottom: 5px;
  }

  .news .txt h3 span {
    display: inline;
    margin-top: 0;
    padding-left: 5px;
  }

  .news .list {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  
  .news .list table,
  .news .list tr,
  .news .list th,
  .news .list td,
  .news .list tbody{
    display: block;
    width: 100%;
  }
  
  .news .list th {
    text-align: left;
    padding: 10px 0 0 0;
  }

  .news .list td {
    text-align: left;
    padding: 0 0 10px 0;
  }
}

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

  PICKUP

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

.pickUp h2 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1;
}

.pickUp h2 span {
  color: #ffba00;
  font-size: 38px;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  margin-bottom: 8px;
}

@media screen and (max-width: 559px) {
  .pickUp h2 span {
    font-size: 30px;
  }
}


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

  TOP LIST

----------------------------------------------------- */
.topcolumn2 .list {
  float: left;
  width: 71%;
  text-align: left;
}

.topcolumn2 .banner {
  float: right;
  width: 25%;
}

.listStyle01 li {
  float: left;
  width: 32%;
  margin-right: 2%;
  line-height: 1.5;
}

.listStyle01 li:nth-child(1n),
.listStyle01 li:nth-child(2n),
.listStyle01 li:nth-child(3n){
  margin-bottom: 30px;
}

@media screen and (min-width: 560px) and (max-width: 1024px) {
  .topcolumn2 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 559px) {
  .topcolumn2 .list {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .topcolumn2 .banner {
    float: none;
    width: 95%;
    margin: 0 auto;
  }

  .listStyle01 li {
    float: none;
    width: 100%;
    margin-right: 0;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.listStyle01 li:nth-child(4n) {
  margin-right: 0;
}

.topPress .listStyle01 li  {
  margin-bottom: 30px;
}

.listStyle01 li:first-child {
  width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}

.listStyle01 li:last-child {
  margin-right: 0;
}

.listStyle01 li img {
  margin-bottom: 10px;
}

.listStyle01 li .img {
  position: relative;
}

.listStyle01 li:first-child .img {
  width: 48%;
  float: left;
  position: relative;
}

.listStyle01 li:first-child .txt {
  width: 48%;
  float: right;
}


@media screen and (max-width: 559px) {
  .listStyle01 li .img {
    width: 32%;
    float: left;
  }
  
  .listStyle01 li img {
    margin-bottom: 0;
  }

  .listStyle01 li .txt {
    width: 65%;
    padding: 0 10px 0 0;
    float: right;
  }
  
  .listStyle01 li:first-child .img {
    width: 100%;
    float: none;
  }

  .listStyle01 li:first-child .txt {
    width: 100%;
    float: none;
    padding: 10px 10px 0 10px; 
  }
}

.listStyle01 li:first-child h3 {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 6px;
}

.listStyle01 li:first-child .postDate {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 12px;
}

.topKosodate .postDate {
  color: #f8579c;
}

.topTownNews .postDate {
  color: #e99114;
}

.topPress .postDate {
  color: #f54e5c;
}

.listStyle01 li:first-child p {
  font-size: 14px;
  line-height: 1.8;
}

.topKosodate h2 {
  font-size: 38px;
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .topKosodate h2 {
    width: 95%;
    font-size: 30px;
    margin: 0 auto 20px auto;
  }
}

.topMoreBt {
  max-width: 200px;
  margin: 0 auto 30px auto;
}

.topGourmet .topMoreBt {
  margin-bottom: 0;
}

.topMoreBt a {
  font-size: 14px;
  border: 1px solid #f8579c;
  line-height: 1;
  padding: 15px 0;
  border-radius: 6px;
  display: block;
  text-align: center;
}

.topMoreBt a::before {
	content: "\f03a";
	font-family: FontAwesome;
	color: #f8579c;
	margin-right: 6px;
	font-weight: normal;
}

.topMoreBt a:hover {
  color: #fff;
  background: #f8579c;
}

.topMoreBt a:hover::before {
  color: #fff;
}

.topKosodate h2:first-child:before {
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../images/common/icon01.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto 15px auto;
}

.normalBAnner li {
  margin-bottom: 10px;
}

@media screen and (max-width: 559px) {
  .topKosodate {
    margin-bottom: 0;
  }
  
  .normalBAnner li {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  
  .normalBAnner li:nth-child(2n) {
    margin-right: 0;
  }
}

.normalBAnner a {
  border: 1px solid #ddd;
  display: block;
}

.topTownNews {
  background: #fef9f1;
  padding: 50px 0 30px 0;
}

.topTownNews h2 {
  font-size: 38px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .topTownNews h2 {
    width: 95%;
    font-size: 30px;
    margin: 0 auto 20px auto;
  }
}

.topTownNews .topMoreBt a {
  font-size: 14px;
  border: 1px solid #e99114;
  line-height: 1;
  border-radius: 3px;
  background: #fff;
  padding: 15px 0;
  border-radius: 6px;
  display: block;
  text-align: center;
}

.topTownNews .topMoreBt a::before {
	content: "\f03a";
	font-family: FontAwesome;
	color: #e99114;
	margin-right: 6px;
	font-weight: normal;
  
}

.topTownNews .topMoreBt a:hover {
  background: #e99114;
}

.topTownNews .topMoreBt a:hover::before {
  color: #fff;
}

.topTownNews h2:first-child:before {
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../images/common/icon02.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto 15px auto;
}

.listStyle02 {
	display: flex;
	flex-wrap: wrap;
}

.listStyle02 li {
  width: 49%;
  margin-right: 2%;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	position: relative;
}

@media screen and (max-width: 559px) {
  .listStyle02 li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

}

#sidebar .sidebarSec {
  margin-bottom: 30px;
}

@media screen and (max-width: 559px) {
  #sidebar .sidebarSec {
    margin-bottom: 0;
  }
}

#sidebar .listStyle02 li {
  float: none;
  width: 100%;
  margin-right: 0;
  position: relative;
}

.topTimes .listStyle02 li {
  float: none;
  width: 100%;
  margin-right: 0;
  position: relative;
}

.listStyle02 li:nth-child(2n) {
  margin-right: 0;
}

.listStyle02 a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sidebar .listStyle02 a {
	align-items: flex-start;
}

.listStyle02 .img {
  display: block;
  width: 25%;
  position: relative;
}

.listStyle02 .txt {
  width: 70%;
	text-align: left;
}

.topShopInfo {
  padding: 50px 0 30px 0;
  margin-bottom: 60px;
  background: #edfcff;
}

.topShopInfo h2 {
  font-size: 38px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}



@media screen and (min-width: 560px) and (max-width: 1024px) {
  .topShopInfo {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 559px) {
  .topShopInfo h2 {
    width: 95%;
    font-size: 30px;
    margin: 0 auto 20px auto;
  }
  
  .listStyle02 li .img {
    width: 32%;
    float: left;
  }

  .listStyle02 li .txt {
    width: 65%;
    padding: 0 10px 0 0;
    float: right;
  }
}


.topShopInfo .topMoreBt a {
  font-size: 14px;
  border: 1px solid #3398d8;
  line-height: 1;
  border-radius: 3px;
  background: #fff;
  padding: 15px 0;
  border-radius: 6px;
  display: block;
  text-align: center;
}

.topShopInfo .topMoreBt a::before {
	content: "\f03a";
	font-family: FontAwesome;
	color: #3398d8;
	margin-right: 6px;
	font-weight: normal;
}

.topShopInfo .topMoreBt a:hover {
  background: #3398d8;
}

.topShopInfo .topMoreBt a:hover::before {
  background: #fff;
}

.topShopInfo h2:first-child:before {
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../images/common/icon03.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto 15px auto;
}

.topEvent {
  background: #f6fbf2;
  padding: 50px 0 30px 0;
	margin-bottom: 50px;
}

.topEvent h2 {
  font-size: 38px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}


.topEvent .topMoreBt a {
  font-size: 14px;
  border: 1px solid #66be25;
  line-height: 1;
  border-radius: 3px;
  background: #fff;
  padding: 15px 0;
  border-radius: 6px;
  display: block;
  text-align: center;
}

.topEvent .topMoreBt a::before {
	content: "\f03a";
	font-family: FontAwesome;
	color: #66be25;
	margin-right: 6px;
	font-weight: normal;
}

.topEvent .topMoreBt a:hover {
  background: #66be25;
}

.topEvent .topMoreBt a:hover::before {
  background: #fff;
}


.topEvent h2:first-child:before {
  content: '';
  display: block;
  width: 29px;
  height: 32px;
  background-image: url(../images/common/icon04.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto 15px auto;
}


.topGourmet {
  background: #fef9f7;
  padding: 60px 0;
}

.topGourmet h2 {
  font-size: 38px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .topGourmet h2,
  .topEvent h2 {
    width: 95%;
    font-size: 30px;
    margin: 0 auto 20px auto;
  }
}

.topGourmet .topMoreBt a {
  font-size: 14px;
  border: 1px solid #e75c31;
  line-height: 1;
  border-radius: 3px;
  background: #fff;
  padding: 15px 0;
  border-radius: 6px;
  display: block;
  text-align: center;
}

.topGourmet .topMoreBt a::before {
	content: "\f03a";
	font-family: FontAwesome;
	color: #e75c31;
	margin-right: 6px;
	font-weight: normal;
}

.topGourmet .topMoreBt a:hover {
  background: #e75c31;
}

.topGourmet .topMoreBt a:hover::before {
  background: #fff;
}

.topGourmet h2:first-child:before {
  content: '';
  display: block;
  width: 42px;
  height: 38px;
  background-image: url(../images/common/icon06.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto 15px auto;
}

.topPress {
  margin-bottom: 60px;
}

.topPress h2 {
  font-size: 38px;
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 559px) {
  .topPress h2 {
    width: 95%;
    font-size: 28px;
    margin: 0 auto 20px auto;
  }
}

.topPress .topMoreBt a {
  font-size: 14px;
  border: 1px solid #f54e5c;
  line-height: 1;
  border-radius: 3px;
  background: #fff;
  padding: 15px 0;
  border-radius: 6px;
  display: block;
  text-align: center;
}

.topPress .topMoreBt a::before {
	content: "\f03a";
	font-family: FontAwesome;
	color: #f54e5c;
	margin-right: 6px;
	font-weight: normal;
}

.topPress .topMoreBt a:hover {
  background: #f54e5c;
}

.topPress .topMoreBt a:hover::before {
  background: #fff;
}

.topPress h2:first-child:before {
  content: '';
  display: block;
  width: 32px;
  height: 42px;
  background-image: url(../images/common/icon05.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto 15px auto;
}

.topInfo {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: left;
  background: #f7f7f7;
  padding: 30px 50px 10px 50px;
  border-radius: 15px;
  margin-bottom: 40px;
}

.topInfo span {
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  position: relative;
  padding-right: 10px;
}

.topInfo table {
  width: 100%;
}

.topInfo tr {
  border-bottom: 1px solid #dfdfdf;
}

.topInfo tr:last-child {
  border-bottom: none;
}

.topInfo th {
  width: 14%;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 20px 0;
}

.topInfo td {
  width: 86%;
  text-align: left;
  padding: 20px 0;
}


@media screen and (min-width: 560px) and (max-width: 1024px) {
  .topInfo th {
    width: 20%;
  }

  .topInfo td {
    width: 80%;
  }
}

@media screen and (max-width: 559px) {
  .topInfo {
    padding: 20px 20px 10px 20px;
    width: 95%;
    margin: 0 auto 20px auto;
    border-radius: 15px;
  }
  
  .topInfo table,
  .topInfo tr,
  .topInfo th,
  .topInfo td,
  .topInfo tbody{
    display: block;
    width: 100%;
  }
  
  .topInfo th {
    text-align: left;
    padding: 20px 0 0 0;
	  line-height: 1;
  }

  .topInfo td {
    text-align: left;
    padding: 0 0 10px 0;
  }
}

.topBingo {
  margin-bottom: 15px;
}

@media screen and (max-width: 559px) {
  .topBingo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.topBingo h3 {
  background: #d41919;
  padding: 6px 0;
}

.topBingo h3 img {
  width: 115px;
  height: auto;
}

.bingonokaoList li {
  width: 33.33%;
  float: left;
}

.bingonokaoList li a:hover {
  opacity: 0.6;
}

.topTimes {
  border: 1px solid #bfe4c3;
  margin-bottom: 25px;
  border-radius: 10px;
  background: #f8fff9;
}

.topTimesInner {
  padding: 15px;
}

.topTimes h3 {
  background: #e7faea;
  padding: 14px 0;
  position: relative;
  line-height: 1;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.topTimes h3 img {
  max-width: 220px;
  width: 80%;
}

.topTimes h3 a {
  display: block;
}

.topTimes h3 a::after {
	content: "\f138";
	font-family: FontAwesome;
	color: #73ba32;
	font-weight: normal;
  position: absolute;
  right: 10px;
  top: 40%;
}

@media screen and (min-width: 560px) and (max-width: 1024px) {
  .topTimes h3 a::after {
    content: none;
  }
}

.topTimes h4 {
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
}

.topTimes li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #bfe4c3;
}

.topTimes li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.topTimes li p {
 margin-bottom: 6px;
}

.topTimes li span {
  background: #fff;
  border-radius: 8px;
  padding: 3px 10px;
  color: #2aa738;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 2px solid #e7e7e7;
  line-height: 1.4;
}


