#headerwrapper {border-bottom:none;}
.row.sub { margin-top:0;}
#slideArea {
	display: block;
	height: 500px;
  clear: both;
 margin-top: 120px;
}

#slideArea .pc {
	display: block;
}
#slideArea .sp {
	display: none;
}
.catBanner li {
	margin-bottom: 15px;
}
.bx-wrapper {
	overflow: hidden; /* 画面幅からでないように */
	width: 100%;
　　　/* 幅100％の場合 */
/* height:500px;　　画像の高さと同じ */
}
.bx-viewport {
	background: transparent !important;
	border: 0;
	overflow: visible !important;
}
.bxslider div {
 width;
1024px;  /* 画像サイズと同じ（画像をくっつけて表示させる場合） */
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: initial !important;
}

.bx-wrapper .bx-viewport {
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}

@media (max-width: 768px) {
#slideArea {
	height: auto !important;

}
#slideArea {
	height: auto !important;
}
#slideArea img {
	max-width: 100%;
}
.bx-wrapper {
	overflow: hidden; /* 画面幅からでないように */
	width: 100%;
　　　/* 幅100％の場合 */
 height:auto;
　　/* 画像の高さと同じ */
}
.bx-viewport {
	overflow: visible !important; /* 両サイドに前後の画像を表示させる */
	width: 100%;              /* 画像の幅（表示させる幅） */
	max-width: 335px !important;
    max-height: 164px;
	height: auto;              /* 画像の高さ（表示させる高さ） */
	margin: 0 auto;             /* 画面中央にする */
}
.bxslider div {
	width: 100% !important;  /* 画像サイズと同じ（画像をくっつけて表示させる場合） */
	max-width: 335px !important;
    max-height: 164px !important;
}
.bx-wrapper .bx-pager {
	position: absolute !important;
}
}
ul.infoArea {
	margin-left: 0;
}
.infoArea li {
	margin-bottom: 12px;
	font-size: 14px;
	border-bottom: dotted 1px #cccccc;
	letter-spacing: 0.075em;
	list-style: none;
}
.infoArea li dl {
	margin-bottom: 10px !important;
}
.infoArea li dt {
	display: inline-block;
	width: 15%;
}
.infoArea li dd {
	display: inline-block;
	width: 80%;
	vertical-align: top;
}

@media (max-width: 768px) {
.infoArea li dt {
	width: 100%;
	display: block;
}
.infoArea li dd {
	width: 100%;
	display: block;
	margin-left: 0;
}
}
.topbanner {
	/*margin-bottom: 30px;*/
}

/*インスタ*/
ul.instagram1 { text-align: center;}
ul.instagram1 li.instagram_photo1 {
	list-style: none;
  margin-bottom:10px;

}
ul.instagram1 li.instagram_photo1 img {
	object-fit: cover;
	width: 185px;
	height: 185px;
	transition:1s all;
}
ul.instagram1 li.instagram_photo1 img:hover {
  transition:1s all;
}
a.alllist {
    /*border: solid 1px #000000;*/
    padding: 20px;
    width: 40%;
    display: block;
    text-align: center;
    margin: 20px auto 40px;
}
a.alllist:hover {
    /*border: solid 1px #cccccc;*/
    text-decoration: none;
}
ul.instagram1 li a {/*border: solid 1px #cccccc;*/     display: block;}

/*ul.instagram1 li a[href*="/reel/"]  { display: none;}
ul.instagram1 li:has(a[href*="/reel/"]) { display: none;}*/



@media (max-width: 767px) {
   ul.instagram1 li.instagram_photo1 img {
      width: 160px;
      height: 160px;
  }
  a.alllist { width: 75%;}
}

.blog-wrapper {
  margin: 100px 0;
}
.blog-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 40px;
  list-style: none;
}
.blog-wrapper li {
  width: calc(33.3333% - 10px);
  box-sizing: border-box;
}
.blog-date {
  font-size: 12px;
  padding-top: 5px;
}

/*ブログ用*/
.blog{ margin-bottom:50px;}
.blog ul.wp-post{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	list-style: none;
    margin: 0;	
}
.blog ul.wp-post li {
	width: 48%;
  	margin-bottom:25px;
}
.blog ul.wp-post li img {
	width: 100%;
	height: 200px;
	object-fit: cover;  
}
.blog ul.wp-post li p.post_date {
	margin-bottom: 0;
	margin-top: 5px;
	font-size:80%;
}
.blog ul.wp-post li p.post_title {line-height: normal;}
a.post_img_wrap {position: relative; display: block;}
a.post_img_wrap .post_cate {
    margin-bottom: 0;
    background-color: rgba(51, 51, 51, 1);
    padding: 2px 4px;
    color: #fff;
    font-size: 70%;
    position: absolute;
    left: 0;
    bottom: -5px;
    border: solid 1px #fff;
    border-left: none;
}


@media (max-width: 767px) {
  .blog ul.wp-post li {width: 100%;}
}

.blog_event ul.wp-post-event{
	list-style: none;
    margin: 0;	
}
.blog_event { display:none;}


