@charset "utf-8";	
body{
	font-family:  "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック体","游ゴシック","Yu Gothic","YuGothic","メイリオ","Meiryo",sans-serif;
}
main{
	padding:0;
}
.newslist li {
	border-bottom: 1px solid #ccc;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.newslist li time{
	display: block;
	padding-bottom: 10px;
	color: #585858;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: .14em;
}
.newslist li a{
	display: block;
}
.blogcontents h1.blogtitle{
	font-weight: normal;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
}
.featurelist{
	display: flex;
	flex-wrap: wrap;
}
.featurelist li .item-name{
	margin-top: 7px;
}
input#sbox{
	width: 100%;
	padding:4px;
}
#headserchbtn{
	top:22%;
}

/* PCCSS */
@media screen and (min-width:768px) {
header {
	border-bottom: 1px solid #dadada;
}
#wrapper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#newssec{
	margin:60px auto;
	max-width:850px;
}
#featuresec{
	margin:60px auto;
}
.blogcontents h1.blogtitle{
	font-size: 20px;
	margin-bottom: 30px;
}
.checkeditemarea{
	margin-bottom: 140px;
	margin-top: 100px;
	border-top:1px solid #dadada;
	padding-top: 50px;
}
.slick-track{
	margin:0;
	margin-left:0 !important;
	margin-right: 0 !important;
}
.checkeditem .slick-prev:before, .checkeditem .slick-next:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 34px;
	line-height: 1;
	color: #494949;
}
.checkeditem .slick-next:before {
	content: '\f105';
}
.checkeditem .slick-prev:before {
	content: '\f104';
}
.checkeditem .slick-prev,.checkeditem .slick-prev:hover,.checkeditem .slick-prev:focus{
	background:rgba(255, 255, 255, 0.67);
	width:40px;
	height: 38px;
}
.checkeditem .slick-next,.checkeditem .slick-next:hover,.checkeditem .slick-next:focus{
	background:rgba(255, 255, 255, 0.67);
	width:40px;
	height: 38px;
}
.checkeditemarea .slick-prev{
	left:2px;
	z-index:997;
}
.checkeditemarea .slick-next{
	right:2px;
	z-index:997;
}
.checkeditemarea .slick-prev:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
.checkeditemarea .slick-next:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
}
.checkeditemarea h2.sec-ttl{
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 20px;
}
.checkeditemarea .price{
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
	margin-top: 6px;
}
.checkeditemarea .price span{
	font-size: 0.8em;
	padding-left:4px;
}
.checkeditemarea .slick-dots{
	bottom:-48px;
}
.checkeditemarea .slick-dots li{
	width:6px;
	height:6px;
}
.checkeditemarea .slick-dots li button:before{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background:#000;
}
.checkeditemarea .slick-dots li button{
	width: 7px;
	height: 7px;
}
.checkeditemarea .slick-initialized .slick-slide{
	margin-right: 20px;
}
.featurelist li{
	width:31%;
	margin-right: 3.5%;
	margin-bottom: 31px;
}
.featurelist li:nth-child(3n){
	margin-right: 0;
}
.featurelist li .item-name{
	font-size: 0.9em;
}
}


/* SPCSS */
@media screen and (max-width:767px) {
#newssec{
	margin:30px auto;
	width: 90%;
}
#featuresec{
	margin:30px auto;
	width: 90%;
}
.blogcontents h1.blogtitle{
	font-size: 17px;
	margin-bottom: 20px;
}
.checkeditemarea{
	margin-bottom: 70px;
	margin-top: 70px;
	border-top:1px solid #dadada;
	padding-top: 35px;
}
.checkeditemarea h2.sec-ttl{
	font-size: 19px;
	font-weight: normal;
	margin: 0 4% 7px;
}
.checkeditem{
	display: flex;
	overflow: scroll;
	padding-bottom: 13px;
	margin-left:4%;
}
.checkeditem li{
	min-width: 130px;
	max-width: 130px;
	margin-right: 10px;
}
.checkeditemarea .price{
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	margin-top: 3px;
}
.featurelist li{
	width:48%;
	margin-right: 4%;
	margin-bottom: 20px;
}
.featurelist li:nth-child(2n){
	margin-right: 0;
}
.featurelist li .item-name{
	font-size: 0.75em;
}
}






/* ブログ */
.flexlist{
	display: flex;
}
#maincontainer {
	flex:1;
}
#wrapper .blogsec{
	margin:25px auto;
}
.subblog{
	display: flex;
	flex-wrap: wrap;
}
.subblog li time{
	display: block;
}
.subblog li time span{
	padding-left: 10px;
	color: #ae9bc9;
}
.subblog li h1{
	font-weight: normal;
}
#wrapper .blogsingle{
	margin:25px auto;
}
.blog-date{
	text-align: right;
	margin-bottom: 15px;
}




/*  ブログPサイド */
.sidetitle{
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	letter-spacing: 0.08em;
	font-size:35px;
	margin-top: 15px;
}
.side-reco{
	margin-bottom: 60px;
}
.side-reco li{
	font-size: 13px;
	margin-bottom: 14px;
	border-bottom: 1px dotted #a0a0a0;
	padding-bottom: 14px;
}
.side-reco li a{
	display: flex;
}
.post-pic{
	position: relative;
	height: 77px;
	width: 93px;
	min-width: 93px;
	overflow: hidden;
	margin: 5px 15px 3px 0;
}
.post-pic img{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: middle;
}


.side-reco li{
	counter-increment: number;
}
.side-reco li div:before{
	position: absolute;
	z-index: 2;
	color: #fff;
	top: 0px;
	left: 4px;
	font-size: 13px;
	content: "" counter(number);
	background:#0b0b0b;
	padding:0 5px;
}



#sidearea .side-new{
	margin: 0 auto 50px;
	opacity: 0;
}
#sidearea .side-new.slick-initialized{
	opacity: 1
}
#sidearea .prev-arrow{
	left: -30px;
}
#sidearea .next-arrow{
	right: -30px;
}
#sidearea .side-new li{
	font-size: 14px;
}
#sidearea .side-new li div{
	height: 164px;
	width: 100%;
	overflow: hidden;
	position:relative;
	margin-bottom:6px;
	border-radius:3px;
}
#sidearea .side-new li img{
	width: 100%;
	max-width:228px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	vertical-align: middle;
}
#sidearea .slide-arrow{
	top: 41%;
}
#sidearea .slick-prev:before,#sidearea  .slick-next:before{
	font-family: "Font Awesome 5 Pro" !important; 
  font-weight: 400 !important; 
  content: "\f105" !important;
  color:#383838 !important;
}
#sidearea .slick-prev:before{
	content: "\f104" !important;
}
#sidearea .prev-arrow{
	left: -15px;
}
#sidearea .next-arrow{
	right: -15px;
}
#sidearea .slick-prev,#sidearea .slick-next{
	top:38% !important;
}
.side-date{
	font-size:12px;
}
#sidearea form {
	width: 100%;
	margin: 10px 0px;
}
#searchform {
	position: relative;
	width: 260px;
}
.search_text {
	font-size: 12px;
	width: 100%;
	padding: 15px 10px 13px 23px;
	border: 1px solid #a1a1a1;
	box-sizing: border-box;
	border-radius: 25px;
}
.serchbutton {
	position: absolute;
	font-size: 15px;
	border: none;
	color: #000000;
	right: 24px;
	top: 15px;
	background: none;
}
.searchtitle{
	font-size: 18px;
	border-bottom:1px solid #8f8f8f;
	padding-bottom:3px;
	margin-bottom:15px;
}
/* タグ */
.farblog-tag {
  display: flex;
  margin: 10px 0 60px;
  flex-wrap: wrap;
}

.farblog-tag li a {
  margin: 0 5px 5px 0;
  font-size: 14px;
  padding: 3px 8px;
  background: #bbb;
  color: #fff;
  display: block;
}

@media screen and (min-width:1050px){
.subblog li{
	width:32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.subblog li:nth-child(3n){
	margin-right: 0;
}
}

@media screen and (min-width:950px) and (max-width:1049px) {
.subblog li{
	width:48%;
	margin-right: 4%;
	margin-bottom: 20px;
}
.subblog li:nth-child(2n){
	margin-right: 0;
}
}




/* PCのみ */
@media screen and (min-width:768px) {
.blogsec .maintitle{
	margin-bottom: 10px;
}
.subblog li h1{
	font-size:16px;
}
.subblog li time{
	font-size: 12px;
	margin-top: 6px;
}
#sidearea {
	width: 285px;
	margin-left: 40px;
}
.sidetitle{
	margin-bottom:10px;
}
#sidearea .side-new{
	width: 80%;
}
.searchtitle{
	padding-top: 26px;
}
.blogsingle h1{
	font-size: 25px;
	margin-bottom: 10px;
	padding-top: 24px;
}
/* タグ */
.farblog-tag li a:hover {
  background: #c8d7dc;
}

}

@media screen and (min-width:768px) and (max-width:949px) {
.subblog li{
	width:32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.subblog li:nth-child(3n){
	margin-right: 0;
}
#wrapper .blogsec{
	flex-direction: column;
}
#sidearea{
	width:60%;
	margin:0 auto;
}
.side-new {
	max-width: 260px;
}
#wrapper .blogsingle{
	flex-direction: column;
}
}

/* SPのみ */
@media screen and (max-width:767px) {
#wrapper .blogsec{
	flex-direction: column;
	margin:30px auto;
	width: 90%;
}
.subblog li{
	width:48%;
	margin-right: 4%;
	margin-bottom: 20px;
}
.subblog li:nth-child(2n){
	margin-right: 0;
}
.subblog li h1{
	font-size:13px;
}
.subblog li time{
	font-size: 11px;
	margin-top: 8px;
}
#maincontainer{
	margin-bottom: 40px;
}
.sidetitle{
	margin-bottom: 23px;
}
.side-new .slick-slide > div{
	margin:0 5px;
}
#wrapper .blogsingle{
	flex-direction: column;
	margin:30px auto;
	width: 90%;
}
.blogsingle h1{
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.6;
}
}







/* WP制御 */


#nextbox {
	margin: 80px 0;
	display: flex;
	justify-content: space-between;
	font-size:13px;
}
#nextbox a{
	color:#0f0f0f;
	background: #eee;
    border-radius: 3px;
    display: block;
    padding:4px 20px 3px;
}
#nextbox a:hover{
	background:#000;
	color:#fff;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0
}
img.alignright {
  margin: 0 0 10px 10px;
  display: block;
  float: right
}
img.alignleft {
  margin: 0 10px 0 0;
  display: block;
  float: left
}
img.alignnone {
}
img.size-full {
}
iframe.wp-embedded-content{
	max-width: 100%;
}
#next {
	text-align: center;
	padding: 20px 0 30px;
	margin-top: 40px;
}
#next a {
	font-size: 14px;
	padding: 0;
  margin: 0 4px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  border:none;
  background: #fff;
}
#next a:hover{
	background: #000000;
	color:#fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.pages{
	padding-right: 15px;
}
.wp-pagenavi span{
	border: none !important;
	font-size: 13px;
	color: #474747;
	font-weight: normal !important;
}
#next .current {
	color: #fff;
  background-color:#000000;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}
.nextbox{
	display: flex;
	justify-content: space-between;
	margin:20px 2%;
}
.nextbox a:hover{
	color:#7d7d7d;
	text-decoration: underline;
}
/* 吹き出し */
.imgauto{
	width: 100%;
}
.fukidashi-area {
  padding: 10px 0 30px;
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
}
.fukidashi {
  width: 100%;
  margin: 30px 0 0;
  display: flex;
}
.fukidashi .faceicon {
  width: 80px;
}
.fukidashi .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 2px solid #eee;
}
.fukidashi-name{
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
}
.fukidashi .fukidashi-com {
  width: 100%;
  text-align: left;
  margin-top: 1em;
}
.f-com {
  display: block;
  position: relative; 
  margin: 0 15px;
  padding: 10px 15px;
  border-radius: 12px;
  letter-spacing: .1em;
  line-height: 1.6;
  max-width: 500px;
}
.f-com.f-com-left p {
  text-align: justify;
}
.f-com-left:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.f-com p {
  margin: 0;
  padding: 0;
}
.fukidashi-right{
	flex-direction: row-reverse;
}
.f-com.f-com-right {
  margin-left: auto;
}
.f-com-right:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}
@media screen and (min-width: 768px){
	.fukidashi-title {
    margin: 0 0 10px 1em;
	}
}
@media screen and (max-width: 767px){
	.f-com {
		font-size: 13px;
		margin: 0;
	}
	.fukidashi.fukidashi-left {
    flex-direction: column;
	}
	.f-com-left:after {
    top: -12px;
    left: 50px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
	}
	.fukidashi.fukidashi-right {
    flex-direction: column;
    align-items: flex-end;
	}
	.f-com-right:after {
    top: -12px;
    right: 50px;
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
	}
	.fukidashi-title {
    margin: 0 0 7px;
	}
}

/* ポップアップイベント */
.subP.popupP {
  padding-top: 30px;
}
h1.subpage-title.popup-title {
  margin-bottom: 10px;
}
.popup-img {
  margin-bottom: 20px;
}
/* 催事情報一覧アコーディオン */
.popuplist-area {
	max-width: 900px;
}
h1.subpage-title {
	margin-bottom: 40px;
	line-height: 1.4;
	font-size: clamp(20px, 3vw, 25px);
	padding: 11px 5px 9px;
}
.accordion-content{
	display: none;
}
.subpage01 .accordion h3 {
	font-size: clamp(16px,3vw,20px);
	line-height: 1;
	padding: 15px 5px;
	cursor: pointer;
	margin: 0;
	position: relative;
}
.accordion {
	margin-bottom: 30px;
}
.accordion-content .accordion {
	margin-top: 10px;
}
.subpage01 .accordion h4 {
	font-size: clamp(14px, 3vw, 16px);
	line-height: 1;
	padding: 15px;
	cursor: pointer;
	position: relative;
	margin-block: 0;
}
.accordion > accordion-content {
	background: #eee;
}
.accordion-content .eventlist {
	margin-bottom: 10px;
}
.subpage01 .accordion h3::after,
.subpage01 .accordion h4::after{
	display: inline-block;
	position: absolute;
	right: 1em;
	top: 30%;
	z-index: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f107";
}
.subpage01 .accordion h3.active::after,
.subpage01 .accordion h4.active::after{
	content: "\f106";
}
.accordion .accordion {
	margin-bottom: 0;
}
.popup-info {
  margin: 50px 0 20px 0;
}
#kyusyuokinawa {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px){
	html{
		scroll-padding: 80px;
	}
}

@media screen and (min-width: 768px){
	.noevent-text{
		padding: 20px;
	}
	.num-note{
		text-align: right;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px){
	.noevent-text{
		font-size: 13px;
		padding: 5px 9px;
	}
	.subP.popupP .subpage01{
		margin-bottom: 0;
	}
	.num-note{
		text-align: right;
		font-size: 11px;
	}
}