@charset "utf-8";

/* common
----------------------------------------------- */
.hidden {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.imgBox {
	position: relative;
	overflow: hidden;
}
.imgBox img {
	width: 100%;
	height: auto;
	transition: all 0.4s;
}

.no-entry {
	text-align: center;
	font-size: 1.2em;
}

.btnWrap {
	padding: 2em 0;
}

.btn {
	transition: all 0.4s;
}
.btn span a {
	display: block;
	width: 100%;
	height: 100%;
}

span.bracket-left {
	display: inline-block;
	margin-left: -0.5em;
}
span.bracket-right {
	display: inline-block;
	margin-right: -0.5em;
}


/* Text
----------------------------------------------- */
h2 {
	margin: 0 auto;
}
h3 {
	font-weight: normal;
}
h4 {
	font-weight: normal;
}


/* animation
----------------------------------------------- */
.animate-fadein img {
	transition: all 0.8s ease-in 0.2s;
	opacity: 0;
}
.is-show .animate-fadein img,
.animate-fadein.is-show img {
	opacity: 1;
}

/* Button
----------------------------------------------- */
.addition {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 2em 0;
}
.addition > p {
	text-align: center;
	line-height: 1.4;
}
.addition > .moreBtn {
	margin: 0;
}
.moreBtn {
	position: relative;
	text-align: center;
	letter-spacing: 0.2em;
	max-width: 600px;
	margin: 0 auto;
}
.moreBtn a {
	display: block;
	text-decoration: none;
	margin: 0 auto;
	padding: 0.5em 0;
}
.moreBtn a:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}





/* Contents
----------------------------------------------- */
.catch {
	padding: 2em 0;
}
.catch p {
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.2ex;
}
.headline {
	position: relative;
	margin: 0 auto 3em;
	text-align: center;
	/* padding-top: 50px; */	
}
.headline > .ttl {
	position: relative;
	display: inline-block;
}
/* .headline a {
	vertical-align: bottom;
	font-size: 1.2em;
	color: #1ec0ff;
	float: right;
} */
.headline > .ttl span {
	position: relative;
	display: inline-block;
}
.headline > p {
	line-height: 1.4;
	padding: 1em 0;
	
}
.content-wrap p {
	margin-bottom: 1em;
}
.content-wrap p strong {
	font-weight: normal;
}
.content-wrap p:last-child {
	margin-bottom: 0;
}

p.caption {
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}
.content-wrap p.tel_num {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.content-wrap p.tel_num + p {
	text-align: center;
}
.filter{position:relative}

.filter p {
	position: absolute;/*絶対配置*/
	z-index: 5555;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	color: white;
	font-weight: bold;
	font-size: 3em;
	font-family :Quicksand, sans-serif;
	text-shadow: 5px 5px 5px rgba(4,51,37,0.3);
	letter-spacing: 0.1em;
}

.filter::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(140, 205, 188, 0.15);
  } 
  .campaign{
	position: absolute;
	top: 30px;
	left: 60px;
	min-height: 300px;
	width: 20%;
	padding: 0.5em;
} 

.campaign_contents{
	padding: 0.5em;
	border-radius: 0.5em;
	background-color: #FFF;
	margin-bottom: 0.5em;
} 
.campaign img {
	display: block;
	width: 100%;
	/* max-width: 20%; */
	margin: 0 auto;
	border: solid 1px#ccc;
	border-radius: 0.5px;
}

.campaign_contents img:hover {
	opacity: 0.8;
	transition: 0.3s;	
}



/* ページ内リンクエリア
----------------------------------------------- */
.pageLink {
	padding:0 0 100px 0;
}


/* Flex
----------------------------------------------- */
.flexBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flexList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}
.flexList a {
	display: block;
	text-decoration: none;
}
.flexList li {
	padding: 0 1em 4em;
}


.flexList.pane2 {
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
}
.flexList.pane2 li {
	width: 50%;
}
.flexList .caption {
	text-align: center;
}

.flexList.link {
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.flexList.link li {
	width: 20%;
}

.flexList.link img{
	width: 149px;}

.flexList.link a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";}

/* .flexList .linkname p {
	text-align: left;
	font-size: 1.3em;
} */



/* Contents List
----------------------------------------------- */
#contents-list {
	background: #82d2dc;
}
#contents-list ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#contents-list li a {
	display: block;
	overflow: hidden;
	border-radius: 20px;
	transition: all 0.5s;
}
#contents-list li a:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}



/* Blog Widget
----------------------------------------------- */
#blogWidget {
	width:100%;
}
#blogWidget > section {
	width:25%;
	float:left;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:0 1em;
}
#blogWidget > section h4 {
}

.blog_side {
	width:200px;
	float:right;
}
.blog_side h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-bottom:0.25em;
	font-size:14px;
}
.archive_list {
	list-style:none;
	font-size:12px;
}
.archive_list li {
	line-height:1.5;
	text-indent:1em;
}

#recent_entries {
	list-style:none;
	font-size:12px;
}
#recent_entries li {
	line-height:1.5;
	text-indent:0;
	margin-bottom:0.5em;
}


/* News List
----------------------------------------------- */
.news-list {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.news-list p.no-feed {
	width: 100%;
	text-align: center;
}
.news-list article {
	margin-bottom: 3em;
}
.news-list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	padding: 0 5px 2px;
	transition: all 0.4s;
}
.news-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
	background: #FFF;
}
.news-list .post-overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	padding-bottom: 1em;
}
.news-list .post-thumb {
	width: 100%;
	max-width: 100%;
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
	overflow: hidden;
	transition: all 0.4s;
}
.news-list .post-thumb figure {
	-webkit-transition: all 2s linear 100ms;
	transition: all 2s linear 100ms;
	overflow: hidden;
}
.news-list a:hover .post-thumb figure {
	-webkit-transition: all 100s linear 100ms;
	transition: all 100s linear 100ms;
	-webkit-transform: scale(5);
	transform: scale(5);
}
.news-list .post-thumb figure img {
	transition: all 0.3s;
}
.news-list .post-summery {
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
	width: 100%;
}
.news-list .post-title {
	font-weight: normal;
	line-height: 1.4;
	-ms-grid-row-align: stretch;
	-ms-flex-item-align: stretch;
	-webkit-align-self: stretch;
	align-self: stretch;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	padding: 0.5em;
}
.news-list .post-date {
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.1ex;
	margin-bottom: 0.5em;
}
.news-list .post-category {
	width: 100%;
	max-width: 100%;
	text-align: center;
	color: #FFF;
}
.news-list .post-excerpt {
	line-height: 1.2;
	margin-top: 0.5em;
	word-break: break-all;
}

/* Custom List
----------------------------------------------- */
.custom-list {
	width: 70%;
	max-width: 1080px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column;
   flex-direction: column;
}
.custom-list p.no-feed {
	width: 100%;
	text-align: center;
}
.custom-list article {
	margin-bottom: 10px;
}
.custom-list .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	padding: 0 5px 2px;
	transition: all 0.4s;
	
}
.custom-list a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000;
	background: #FFF;
}

.custom-list .post-summery {
	-ms-flex-order: -1;
	-webkit-order: -1;
	order: -1;
}
.custom-list .post-title {
	font-weight: normal;
	line-height: 1.4;
	-ms-grid-row-align: stretch;
	-ms-flex-item-align: stretch;
	-webkit-align-self: stretch;
	align-self: stretch;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	padding: 0.5em;
}
.custom-list .post-date {
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0.1ex;
	margin-bottom: 0.5em;
}
.custom-list .post-category {
	width: 100%;
	max-width: 100%;
	text-align: center;
	color: #FFF;
}
.custom-list .post-excerpt {
	line-height: 1.2;
	margin-top: 0.5em;
	word-break: break-all;
}

.custom-list .post-overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	padding-bottom: 1em;
}

/* Post Single
----------------------------------------------- */
.post-single {
	margin-bottom: 25vh;
}
.post-single .post-movie,
.post-single .post-thumbnail {
	margin-bottom: 30px;
}
.post-single .post-movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.post-single .post-movie > iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
.post-single .scarehead .post-movie {
	border-top: #452D84 solid 2px;
	border-bottom: #452D84 solid 2px;
	background: #452D84;	
}
.post-single .scarehead .post-movie > iframe {
	width: calc(100% - 14px);
}
.post-header {
	border-bottom: #000 solid 1px;
	padding-bottom: 2em;
}
.post-header .post-author {
	align-self: center;
	width: 80px;
	margin-right: 1.5em;
}
.post-header .post-author img {
	border: #452D84 solid 2px;
	border-radius: 50%;
}
.post-header h1 {
	font-size: 2em;
	line-height: 1.4;
}
.post-header .post-date {
	text-align: right;
}
.post-header .post-summery {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex: 1;
	flex: 1;
}
.post-header .post-summery-attribute {
	display: -webkit-flex;
	display: flex;
	padding-top: 0.5em;
	color: #4D4D4D;
	font-size: 1.2em;
}
.post-header .post-summery-attribute > .post-date {
	padding: 0 1em;
}

.post-singular {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 1em;
	margin-bottom: 50px;
}
.post-singular:last-child {
	margin-bottom: 0;
}
.post-date > .newly {
	display: inline-block;
	color: #F00;
	padding: 0 0.5ex;
}
.post-content {
	border-bottom: #000 solid 1px;
	padding: 1em 1.5em 4em;
	word-break: break-all;
}
.post-content > * {
	line-height: 2;
}
.post-content p {
	margin-bottom: 1em;
}
.post-content p:last-child {
	margin-bottom: 0;
}
.post-content img {
	display: inline-block;
	width: auto;
}
.post-content + .post-category {
	text-align: right;
	padding: 0.5em 1em;
}


/* Post List
----------------------------------------------- */
.post-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.post-list a {
	display: block;
	text-decoration: none;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.5s;
}
.post-list a:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.post-list .post-thumbnail {
	position: relative;
}
.post-list .post-thumbnail > .post-category {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	border-bottom-style: solid;
	border-bottom-width: 6px;
}
.post-list .post-overview {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #FFF;
	padding: 1em;
}

.archive-list .post-list .post-overview {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background: #FFF;
	padding: 1em;
}
.post-list .post-overview .post-excerpt {
	color: #808080;
}
.post-list .post-overview .post-summery {
	-webkit-align-items: flex-end;
	align-items: flex-end;
	color: #000;	
	line-height: 1.2;
	padding-top: 1em;
}
.post-list .post-overview .post-summery h1 {
	font-size: 1.2em;
}


/* Blog PageNav
----------------------------------------------- */
.single_pagenav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	list-style: none;
	overflow: hidden;
	width: 100%;
}
.single_pagenav li {
	text-align: center;
	height: 48px;
}
.single_pagenav li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
	justify-content: center;
	height: 100%;
	text-decoration: none;
	color: #FFF;
	background: #000;
}
.single_pagenav li.pagenav-prev,
.single_pagenav li.pagenav-next {
	width: 48px;
}
.single_pagenav li.pagenav-back {
	width: calc(100% - 96px);
	padding: 0 4px;
}
.single_pagenav li.end a {
	cursor: default;
	background: rgba(0,0,0,0.5);
}

/* Map
----------------------------------------------- */
.map-area {}
.map-caption {
	padding-top: 1em;
}
.map-area .to_gmap {
	margin: 1ex 0 0;
	text-align: right;
}
.map-area .to_gmap a {
	display: inline-block;
	text-decoration: none;
	font-size: 0.85em;
	color: #FFF;
	background: #C0272D;
	padding: 1ex;
}
.map-area .to_gmap a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	content: "\f35d";
	padding-left: 1ex;
}
#gmap {
	width: 100%;
	height: 450px;
}


/* Social Media
----------------------------------------------- */
#facebook .contentWrap {
	max-width:500px;
	margin:0 auto;
}
#fb_pluginBox {
	text-align:center;
	margin-bottom:15px;
	min-height:500px;
}
.social_area {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 40px auto;
}
.social_area li {
	display: inline-block;
	vertical-align: top;
}
.social_area li a {
	display: inline-block;
	text-decoration: none;
}
.social_area li.facebook_like {
	margin-right: 4px;
}
.social_area li.send_line {
	display: block;
	margin-top: 14px;
}
.social_area li.send_line img {
	width: auto;
	height: 30px;
}


/* Blog Dropdown
----------------------------------------------- */
.archive_dropdown {
	margin:0 5px 15px 5px;
}
.archive_dropdown h3 {
	background:#F9C4D8;
	padding:0.5em 0;
	margin-bottom:5px;
}
.archive_dropdown select {width:100%; height:3em;}
.archive_dropdown option {padding:0.5em 0;}



@media screen and (min-width:768px) {	
	/* Flex
	----------------------------------------------- */
	.flexBox .box50 {
		width: 50%;
		padding: 0 1%;
	}
	.flexList li {
		width: 50%;
	}

	.flexList .link li {
		width: 20%;
	}
	.flexList .ttl {
		font-size: 1.5em;
	}
	.flexList .caption p {
		font-size: 1.4em;
	}
	
	/* Contents
	----------------------------------------------- */
	.catch p {
		font-size: 3em;
	}
	.headline .ttl {
		font-size: 2em;
	}
	.headline p {
		font-size: 1.3em;
	}

	#concept .headline .ttl {
		font-size: 2.7em;
	}

	.pagetext {
		width: 90%;
		max-width: 1080px;
		/* text-align: left; */
		line-height: 1.75em;
		font-size: 1.2em;
	}

	/* .headline .pagetext p {
		text-align: left;
		line-height: 1.75em;
		font-size: 1.2em;
	} */
	
	/* News List
	----------------------------------------------- */
	.news-list .post-title {
		font-size: 1.4em;
	}
	.news-list .post-date,
	.news-list .post-excerpt {
		font-size: 1.2em;
	}
	
	/* Post Single
	----------------------------------------------- */
	.post-content {
		font-size: 1.3em;
	}
	
	/* Blog PageNav
	----------------------------------------------- */
	.single_pagenav {
		font-size: 1.2em;
	}
}
@media screen and (min-width:980px) {
	/* Flex
	----------------------------------------------- */
	.flexList .ttl {
		font-size: 1.75em;
	}
	
	/* Post Single
	----------------------------------------------- */
	.post-single .post-header,
	.post-single .post-content {
		padding-left: 100px;
		padding-right: 100px;
	}
	.post-single .post-headline {
		padding-left: 80px;
		padding-right: 80px;
	}

}
@media screen and (min-width:1024px) {

}

@media screen and (max-width:1025px) {
	.campaign{
		
		left: 30px;
		
	} 	
}

@media screen and (max-width:980px) {
	/* Category
	----------------------------------------------- */
	.archive .pageHead img.site-ttl {
		width: 90%;
	}

	.custom-list {
		width: 90%;
	}

	
	
}
@media screen and (max-width:767px) {	
	/* Flex
	----------------------------------------------- */
	.flexBox .box50 {
		width: 100%;
	}
	.flexList.pane2 li {
		width: 100%;
		margin-bottom: 2em;
	}
	.flexList.pane2 li:last-child {
		margin-bottom: 0;
	}
	.flexList .ttl {
		font-size: 1.3em;
	}
	
	/* Contents
	----------------------------------------------- */
	.catch p {
		font-size: 2em;
	}
	#concept .headline .ttl {
		font-size: 1.7em;
	}

	
	.headline {
		
		width: 95%;
		
	}

	.headline p {
		text-align: left;
	}
	
	.campaign{
		background: url(../images/common/bk_paper.jpg) #fffdf6 top center repeat;
		background-color: #fffdf6;
		width: 100%;
		top: 0;
		left: 0;
		padding: 2em 1em;
		min-height: 100px;	
		position: relative;
	}

	.campaign_contents{
		padding: 0.5em;
		border: solid 1px#ccc;
		border-radius: 0.5em;
		background-color: #FFF;
		margin-bottom: 0.5em;
	} 
	.campaign img {
		display: block;
		width: 100%;
		/* max-width: 20%; */
		margin: 0 auto;
		border: solid 1px#ccc;
		border-radius: 0.5px;
	}

/* .campaign-img{
	width: 100%;
	max-width: 100%;
	margin: 1.0em auto;
	border: solid 3px #black;
	border-radius: 5px;
} */

	/* News List
	----------------------------------------------- */
	.news-list article {
		width: 100%;
	}
	.news-list article:last-child {
		margin-bottom: 0!important;
	}
	.news-list .item {
		padding: 0 0 2px;
	}

	.news-list .post-title {
		font-size: 1.4em;
		margin-top: 0.5em;
	}

	/* Post List
	----------------------------------------------- */
	.post-list li,
	.post-list article {
		width: 50%;
		padding: 0 4px 8px 4px;
	}
	
	/* Post Single
	----------------------------------------------- */
	.post-content {
		font-size: 1.2em;
	}

	.post-content iframe {
		width: 100%;
		height: auto;
	}


	.post-content {
		width: 100%;
		border-bottom: #000 solid 1px;
		padding: 0em 0em 0em;
		/* word-break: break-all; */
	}

	/*link
	--------------------------------------------------*/
	.flexList.link {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}
	.flexList.link li {
		width: 50%;
		padding: 1em;
	}

	.pc { display: none !important; }

	/*pickup------------------------------------------*/
	.news-list .post-thumb figure {
		height: auto;
    max-height: 230px;
	}

}

@media screen and (max-width:374px) {
	/* Post Single
	----------------------------------------------- */
	.post-header .post-author {
		width: 60px;
	}
	.post-header h1 {
		font-size: 1.8em;
	}

}
