@charset "utf-8";
@media screen and (max-width:767px) {

}
@media screen and (min-width:768px) and (max-width: 1199px) {

}

/* レイアウト（swiperあり）
============================================================================================================ */
.custam-post-wrap {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.custam-post-wrap article {
  width: 100%;
  max-width: 870px;
  margin: 0 0 100px;
}
.custam-post-wrap aside {
  width: 100%;
  max-width: 280px;
}
.custam-post-wrap--noside {
  padding: 100px 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.custam-post-wrap--noside article {
  width: 100%;
  margin: 0 0 100px;
}
@media screen and (max-width:767px) {
.custam-post-wrap {
  display: block;
  justify-content: initial;
  padding: 50px 10px;
  max-width: 100%;
  margin: 0;
}
.custam-post-wrap article {
  max-width: 100%;
  margin: 0 0 50px;
}
.custam-post-wrap aside {
  max-width: 100%;
}
.custam-post-wrap--noside {
  padding: 50px 10px;
}
.custam-post-wrap article {
  margin: 0 0 50px;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.custam-post-wrap {
  display: block;
  justify-content: initial;
  padding: 100px 10px;
  max-width: 900px;
}
.custam-post-wrap article {
  width: 100%;
  max-width: 100%;
  margin: 0 0 100px;
}
.custam-post-wrap aside {
  max-width: 100%;
}
.custam-post-wrap--noside {
  padding: 50px 10px;
}
.custam-post-wrap article {
  margin: 0 0 50px;
}
}


/* コンテンツ（swiperあり）
============================================================================================================ */
.custampost-detail-wrap__contents__text {
  margin: 50px 0;
  color: #FFF;
}
.custampost-detail-wrap__contents__text h2 {
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-align: left;
}
.custampost-detail-wrap__contents__text img {
  max-width: 100%;
  height: auto;
}
/*カテゴリ表示*/
.custom-category {
  margin-bottom: 30px;
}
.custom-category span {
  display: inline-block;
  color: #333;
  font-size: 1.2rem;
  width: auto;
  min-width: 150px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  margin-right: 10px;
}
.custom-category--color1 span {
  background-color: #f7f7f7;
}
.custom-category--color2 span {
  background-color: #FF6347;
}
.custom-category--color3 span {
  background-color: #987500;
}
@media screen and (max-width:767px) {
.custampost-detail-wrap__contents__text {
  margin: 50px 0;
}
.custampost-detail-wrap__contents__text h2 {
  font-size: 1.6rem;
}
.custampost-detail-wrap__contents__text p:first-of-type {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.custampost-detail-wrap__contents__text p:first-of-type span {
  font-size: 1.2rem;
  padding: 3px 5px;
  width: 200px;
  margin-bottom: 10px;
}
.custampost-list__btn {
  width: 70%;
}
.custampost-list__btn a {
  line-height: 50px;
  font-size: 1.4rem;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
.custampost-detail-wrap__contents__text {
  margin: 50px 0;
}
}


/* swiper設定
============================================================================================================ */
#mainslide {
	position: relative;
	width: 100%;
	height: 550px;
	padding: 0 50px;
}
#mainslide img {
	width: 100%;
	height: 550px;
	object-fit: cover;
}
#mainslide .swiper-slide img {
  border: 1px solid #CCC;
}
#mainslide .swiper-button-prev::before {
	position: absolute;
	top: 50%;
	left: 45%;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	content: "\f104";
	font-weight: 900;
	color: #FFF;
	font-size: 2rem;
	transform: translate(-50%,-50%);
}
#mainslide .swiper-button-next::before {
	position: absolute;
	top: 50%;
	left: 55%;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	content: "\f105";
	font-weight: 900;
	color: #FFF;
	font-size: 2rem;
	transform: translate(-50%,-50%);
}
#mainslide .swiper-button-prev {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#mainslide .swiper-button-next {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#mainslide .swiper-pagination {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	color: #FFF;
	font-size: 1.3rem;
}
#mainslide .swiper-button-prev, #mainslide .swiper-button-next, #mainslide .swiper-button-disabled {
	background-image: none !important;
	background-color: #333;
	width: 30px;
	height: 100px;
	margin-top: 0;
  z-index: 1;
}
#subslide {
	margin-top: 10px;
	padding: 0 50px;
	position: relative;
	width: 100%;
}
/*5個　Js側の数値も変更*/
/*
#subslide .swiper-slide {
	width: 20%;
}
#subslide img {
	width: 100%;
	height: 100px;
	object-fit: cover;
}
*/
/*4個　Js側の数値も変更*/
#subslide .swiper-slide {
	width: 25%;
}
#subslide img {
	width: 100%;
	height: 130px;
	object-fit: cover;
}
/*3個　Js側の数値も変更*/
/*
#subslide .swiper-slide {
	width: calc(100% / 3);
}
#subslide img {
	width: 100%;
	height: 130px;
	object-fit: cover;
}
*/
/*2個　Js側の数値も変更*/
/*
#subslide .swiper-slide {
	width: 50%;
}
#subslide img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
*/
#subslide .swiper-slide img:hover, #subslide .swiper-slide-thumb-active:hover {
	cursor: pointer;
}
#subslide .swiper-slide-thumb-active {
	position: relative;
}
#subslide .swiper-slide-thumb-active::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 3px solid #004F93 !important;
}
#subslide .swiper-button-prev, #subslide .swiper-button-next, #subslide .swiper-button-disabled {
	background-image: none !important;
	background-color: #004F93;
	width: 30px;
	height: 100px;
	margin-top: 0;
}
#subslide .swiper-button-prev::before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	content: "\f104";
	font-weight: 900;
	color: #FFF;
	font-size: 2rem;
	transform: translate(-50%,-50%);
}
#subslide .swiper-button-next::before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-family: "Font Awesome 5 Free", "Font Awesome 5 Brands";
	content: "\f105";
	font-weight: 900;
	color: #FFF;
	font-size: 2rem;
	transform: translate(-50%,-50%);
}
#subslide .swiper-button-prev {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#subslide .swiper-button-next {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.swiper-button-next::after, .swiper-button-prev::after {
  content: "" !important;
}
@media screen and (max-width:767px) {
#mainslide {
	position: relative;
	width: 100%;
	height: 300px;
	padding: 0;
}
#mainslide img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
/*キャプション用*/
#mainslide .swiper-slide p {
	text-align: center;
	margin-top: 10px;
}
#mainslide .swiper-button-prev {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
#mainslide .swiper-button-next {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
#mainslide .swiper-button-prev::before {
	color: #333 !important;
	font-size: 2rem;
}
#mainslide .swiper-button-next::before {
	color: #333 !important;
	font-size: 2rem;
}
#mainslide .swiper-pagination {
	position: absolute;
	bottom: 10px;
	z-index: 96;
	color: #FFF;
	font-size: 1.3rem;
}
#mainslide .swiper-button-prev, #mainslide .swiper-button-next, #mainslide .swiper-button-disabled {
	background-image: none !important;
	background-color: transparent;
	width: 30px;
	height: 60px;
	margin-top: 0;
}
#subslide {
	display: none;
}
}
@media screen and (min-width:768px) and (max-width: 1199px) {
#subslide img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
}