@charset "utf-8";


/* =======================================

        CommonElements

======================================= */



/* コンテンツ(共通パーツ)
--------------------------------------------*/

/* 外部js用 */

/* コンテンツ */

.swiper--wrapper {
	/* wrapperのサイズを調整 */
	width: 100%;
	height: 300px;
}

.swiper-slide {
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 300px;
}

.swiper-slide:nth-child(3n + 1) {
	/*1、4、7、3n+1枚目の背景色 */
	background-color: #de4439;
}

.swiper-slide:nth-child(3n + 2) {
	/*2、5、8、3n+2枚目の背景色 */
	background-color: #fcd500;
}

.swiper-slide:nth-child(3n + 3) {
	/*3、6、9、3n+3枚目の背景色 */
	background-color: #53c638;
}


.sbi_photo {
	object-fit: cover;
	overflow: hidden;
}

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

	/*main==================*/


	#atc_wrap {
		display: grid;
		justify-content: space-between;
		align-items: flex-start;
		grid-template-columns: 1fr auto;
		padding: 0px 0;
	}

	#atc {
		padding-right: 40px;
		max-width: 0 auto;
	}

	.atc_box {
		position: relative;
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-bottom: 1px dotted #ccc;
		transition: 0.3s;
	}

	.atc_box a {
		display: flex;
		justify-content: space-between;
	}

	.atc_box:last-child {
		margin-bottom: 0;
	}

	.atc_img {
		padding-right: 40px;
	}

	.atc_img img {
		width: 280px;
		height: 180px;
		object-fit: cover;
	}

	.atc_rt {
		margin-top: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}

	.atc_box .atc_day {
		color: #666;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.atc_ttl {
		color: #b49950;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.atc_box:hover .atc_ttl {
		text-decoration: underline;
	}

	.atc_txt {
		font-size: 16px;
		text-align: justify;
	}



	/*side==================*/
	#side {
		min-width: 180px;
		max-width: 240px;
	}

	.side_box {
		margin-bottom: 40px;
	}

	.side_box h3 {
		font-weight: bold;
		font-size: 17px;
		padding: 5px 10px;
		margin-bottom: 15px;
		color: #282a2c;
		background-color: #f4f2f0;
	}

	.side_box li {
		position: relative;
		border-bottom: 1px dotted #ddd;
	}

	.side_box li::after {
		display: block;
		content: "";
		position: absolute;
		top: 45%;
		right: 5px;
		width: 6px;
		height: 6px;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.side_box li:first-child {
		padding-top: 0px;
	}

	#side_popular li,
	#side_new li a {
		display: block;
		padding: 15px 0;
	}

	#side_popular li:first-child,
	#side_new li:first-child a {
		padding-top: 0px;
	}

	.side_img,
	.side_subttl {
		display: table-cell !important;
		vertical-align: middle;
	}

	.side_img {
		width: 70px;
		height: 55px;
	}

	.side_img img {
		width: 100%;
		height: auto;
	}

	.side_subttl {
		font-size: 14px;
		padding: 0px 20px 0px 10px;
	}

	.side_box li:hover .side_subttl {
		text-decoration: underline;
	}

	.side_subttl a {}

	.not_post {
		padding: 15px 10px !important;
	}
}

@media screen and (max-width: 1279px) {

	/*main==================*/
	#atc_wrap {
		padding: 0px 10px 0px;
	}

	.atc_list {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.atc_box {
		width: 100%;
		margin-bottom: 25px;
		padding-bottom: 25px;
		border-bottom: 1px dotted #ccc;
		position: relative;
	}

	.atc_img {
		margin-bottom: 10px;
	}

	.atc_img img {
		width: 100%;
		height: 220px;
		object-fit: cover;
	}

	.atc_box .atc_day {
		color: #666;
		font-size: 12px;
		margin-bottom: 5px;
	}

	.atc_ttl {
		color: #b49950;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 3px;
	}

	.atc_txt {
		font-size: 14px;
	}

	.atc_box:hover .atc_ttl {
		text-decoration: underline;
	}

	#atc_single {
		padding: 0 0;
	}


	#side {
		margin-top: 40px;
		padding: 0 0;
	}

	/*side==================*/
	.side_box h3 {
		font-weight: bold;
		font-size: 17px;
		padding: 5px 10px;
		margin-bottom: 15px;
		color: #282a2c;
		background-color: #f4f2f0;
	}

	.side_box {
		margin-bottom: 40px;
	}

	.side_box li {
		border-bottom: 1px solid #c8c8c8;
		position: relative;
	}

	.side_box li::after {
		display: block;
		content: "";
		position: absolute;
		top: 45%;
		right: 10px;
		width: 6px;
		height: 6px;
		border-right: 1px solid #666;
		border-bottom: 1px solid #666;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.side_box li a {
		display: block;
	}

	#side_popular li,
	#side_new li a {
		padding: 15px 0;
	}

	#side_popular li:first-child,
	#side_new li:first-child a {
		padding-top: 0px;
	}

	.side_img,
	.side_subttl {
		display: table-cell !important;
		vertical-align: middle;
	}

	.side_img {
		width: 150px;
		height: 70px;
		object-fit: cover;
	}

	.side_img img {
		max-width: 100%;
		height: auto;
		object-fit: cover;
		float: none !important;
	}

	.side_subttl {
		width: 78%;
		font-size: 14px;
		padding: 0 8% 0 5%;
		box-sizing: border-box;
	}

	.side_box li:hover .side_subttl {
		text-decoration: underline;
	}

	.side_subttl a {}
}

.side_month {
	margin-top: 15px;
}

.side_month select {
	width: 100%;
	padding: 5px;
	font-size: 16px;
	box-sizing: border-box;
}

#side_category li a {
	padding: 15px 0;
	display: block;
}

.wpp-no-data {
	margin-top: 10px;
}


/*　closeというクラスがついたら形状変化　*/



.accordion_title.close .arrow-bottom {
	justify-self: flex-end;
	align-self: center;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 0 0;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: none;
	border-right: none;
	transform: rotate(45deg);
	transition: 0.3s;
}


/*アコーディオンで現れるエリア*/
.box {
	display: none;
	/*はじめは非表示*/
	padding: 30px 60px 20px;
	font-size: 20px;

	border: 3px solid #f7f7f7;
}

.box img {
	margin-right: 20px;
}

.box .faq_a_txt {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box .faq_a {
	text-align: center;
	line-height: 1;
	margin-right: 20px;
	margin-bottom: 5px;
	width: 12%;
}

.accordion_txt {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.accordion-area {
		list-style: none;
		margin: 20px auto 0px;
	}

	.accordion-area li:not(:last-child) {
		margin: 20px 0;
		padding-bottom: 0px;
	}


	/*アコーディオンタイトル*/
	.accordion_title {
		position: relative;
		/*+マークの位置基準とするためrelative指定*/
		cursor: pointer;
		transition: all .5s ease;
		display: grid;
		grid-template-columns: 30px 1fr 15px;
		align-items: center;
		background: #f7f7f7;
		padding: 20px 15px;
		align-self: center;
	}

	.accordion_title .faq_q {
		font-size: 24px;
		color: #e60113;
		text-align: center;
		position: relative;
		justify-self: flex-start;
	}



	.accordion_title h4 {
		font-size: 14px;
		font-weight: 600;
		position: relative;
		justify-self: flex-start;
	}

	.accordion_title h4::before {
		display: none;
	}

	.arrow-bottom {
		justify-self: flex-end;
		align-self: center;
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 0 0;
		border-bottom: 2px solid #000;
		border-right: 2px solid #000;
		transform: rotate(45deg);
		transition: 0.3s;
	}


	.accordion_title::before {
		top: 48%;
		right: 20px;
		transform: rotate(0deg);

	}

	.accordion_title::after {
		top: 48%;
		right: 20px;
		transform: rotate(90deg);
		transition: 0.3s;

	}

	/*　closeというクラスがついたら形状変化　*/



	.accordion_title.close .arrow-bottom {
		justify-self: flex-end;
		align-self: center;
		display: inline-block;
		width: 8px;
		height: 8px;
		margin: 0 0 0;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
		border-bottom: none;
		border-right: none;
		transform: rotate(45deg);
		transition: 0.3s;
	}


	/*アコーディオンで現れるエリア*/
	.box {
		display: none;
		/*はじめは非表示*/
		padding: 20px 0px 20px;
		font-size: 20px;
		border: none;
		border-bottom: 3px solid #f7f7f7;
	}

	.box img {
		width: 40px;
		height: auto;
		margin-right: 20px;
	}

	.box .faq_a_txt {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.box .faq_a {
		text-align: center;
		line-height: 1;
		margin-right: 20px;
		margin-bottom: 5px;
		width: 12%;
	}

	.accordion_txt {
		width: 100%;
		font-size: 14px;
	}


}


.a_button {
	text-align: center;
	padding: 10px;
	position: relative;
	color: #fff;
	background: #000;
	width: 200px;
	margin: 20px auto 0;
}

.a_button.close {
	display: none;
}

.a_button::before {
	content: "+";
	font-size: 24px;
	font-weight: 100;
	position: absolute;
	right: 15px;
	line-height: 1.25;
}
