@charset "utf-8";

.mainimage img { 
    width: 100%;
    display:block;
}
.slick-slide img { /* 画像下の隙間削除 */
	vertical-align: bottom;
	display: inline!important;
}

/*共通ボックス*/
.indexBox1 {
	padding: 80px 0;
}
.indexBox2{
	padding: 40px 0;
}
@media only screen and (max-width:999px) {
	.indexBox1 {
		padding: 60px 0;
	}
}

/*共通見出し*/
.indexMidashi1 {
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}
@media only screen and (max-width:999px) {
	.indexMidashi1 {
		font-size: 2.5rem;
		margin-bottom: 40px;
	}
}
/*indexInfoBnr*/
.indexInfoBnr{
    background-color:#eef4ed;
}
.indexInfoBnr .linkMore1{
    margin-bottom:0;
}
ul.infoList1.indexInfo{
    justify-content: center;
}

/*indexLineMitsumori*/
.indexLineMitsumori {
	margin-top: -40px;
}
.indexLineMitsumori.indexBox1 {
	padding-bottom: 0;
}
.indexLineMitsumori-midashi1 {
	text-align: center;
	font-weight: 700;
	/*margin-bottom: 60px;*/
}
.indexLineMitsumori-midashi1 a {
    text-decoration:none;
    color:#000;
}
.indexLineMitsumori-midashi1 a > div:nth-of-type(1) {
	font-size: 2.9rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.indexLineMitsumori-midashi1 a > div:nth-of-type(1) span {
	background: #ffff00;
	display: inline-block;
	padding: 0 5px;
}
.indexLineMitsumori-midashi1 h2 {
	font-size: 4.0rem;
	position: relative;
}
.indexLineMitsumori-midashi1 h2 span {
	color: #38a838;
}

.indexLineMitsumoriBnr {
	position: relative;
	overflow: hidden;
	min-height: 400px;
	width: 900px;
	margin: 0 auto;
}
.indexLineMitsumoriBnr a {
	color: #000;
	text-decoration: none;
}
.indexLineMitsumoriBnr a:hover {
	color: #346e2d;
}
.indexLineMitsumoriBnr-img {
	position: absolute;
	bottom: -100px;
	left: 0;
	padding-right: 50px;
	width: 270px;
	padding: 0 25px;
	z-index: 1;
}
.indexLineMitsumoriBnr-img img {
	display: block;
}
.indexLineMitsumoriBnr-txt,
.indexLineMitsumoriBnr-LINE {
	padding-left: 300px;
}
.indexLineMitsumoriBnr-txt {
	text-align: center;
	font-weight: 700;
	font-size: 2.0rem;
	height: 250px;
	display: flex;
	align-items: center;
}
.indexLineMitsumoriBnr-txt img {
	display: block;
	margin: 0 auto 15px;
	width: 60px;
}
.indexLineMitsumoriBnr-txt img + div {
	font-weight: 400;
	font-size: 1.6rem;
	background: #7e5456;
	color: #fff;
	padding: 2px 10px;
	border-radius: 15px;
	margin-bottom: 5px;
}
.indexLineMitsumoriBnr-LINE {
	background: #56914d;
	color: #fff;
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 100px;
}
.indexLineMitsumoriBnr a:hover .indexLineMitsumoriBnr-LINE {
	background: #346e2d;
}
.indexLineMitsumoriBnr-LINE > div:nth-of-type(1) {
	width: 100px;
}
.indexLineMitsumoriBnr-LINE > div:nth-of-type(1) img {
	display: block;
}
.indexLineMitsumoriBnr-LINE > div:nth-of-type(2) {
	padding: 0 25px;
}
.indexLineMitsumoriBnr-LINE > div:nth-of-type(2) span {
	position: relative;
}
.indexLineMitsumoriBnr-LINE > div:nth-of-type(2) span::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
}

@media only screen and (max-width:999px) {
	.indexLineMitsumori {
		margin-top: -20px;
	}
	.indexLineMitsumori-midashi1 {
		margin-bottom: 40px;
	}
	.indexLineMitsumori-midashi1 a > div:nth-of-type(1) {
		font-size: 1.8rem;
		margin-bottom: 10px;
        display:block;
	}
	.indexLineMitsumori-midashi1 a > div:nth-of-type(1) img {
		width: 50px;
	}
	.indexLineMitsumori-midashi1 h2 {
		font-size: 2.6rem;
	}

	.indexLineMitsumoriBnr {
		width: 100%;
	}
	.indexLineMitsumoriBnr-txt {
		font-size: 1.8rem;
	}
	.indexLineMitsumoriBnr-txt img {
		width: 50px;
	}
}

@media only screen and (max-width:767px) {
	.indexLineMitsumoriBnr {
		min-height: auto;
		width: 100%;
		padding-bottom: 220px;
	}
	.indexLineMitsumoriBnr-img {
		position: absolute;
		bottom: -50px;
		left: 0;
		padding-right: 50px;
		width: 150px;
		padding: 0 15px;
		z-index: 1;
	}
	.indexLineMitsumoriBnr-img img {
		display: block;
	}
	.indexLineMitsumoriBnr-LINE {
		padding-left: 135px;
	}
	.indexLineMitsumoriBnr-txt {
		padding-left: 0;
		font-size: 1.7rem;
		height:auto;
	}
	.indexLineMitsumoriBnr-txt img {
		display: block;
		margin: 0 auto 15px;
		width: 70px;
	}
	.indexLineMitsumoriBnr-LINE {
		bottom: 15px;
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 0;
	}
	.indexLineMitsumoriBnr-LINE > div:nth-of-type(1) {
		width: 70px;
		margin: 0 auto;
	}
	.indexLineMitsumoriBnr-LINE > div:nth-of-type(2) {
		display: block;
		width: 100%;
		text-align: center;
	}
}

/*indexEraberu*/
.indexEraberu {
/*	border-top: 3px solid #56914d;
	border-bottom: 3px solid #56914d;*/
	background-color: #eef4ed;
	/*background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, #e2eee0 5px, #e2eee0 10px );*/
	padding-left: 25px;
	padding-right: 25px;
	min-width: 1000px;
}
.indexEraberu1 {
}
.indexEraberu1 ul {
	display: flex;
	justify-content: space-between;
}
.indexEraberu1 ul li {
	width: calc((100% - 50px) / 3);
}
.indexEraberu1 ul li a {
	border: 1px solid #aac8a6;
	background: #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px;
	text-decoration: none;
	color: #666;
	font-weight: 700;
	font-size: 1.4rem;
	min-height: 150px;
}
.indexEraberu1 ul li a > div:nth-of-type(1) {
	width: 70px;
}
.indexEraberu1 ul li a > div:nth-of-type(1) img {
	display: block;
	margin: 0 auto;
}
.indexEraberu1 ul li a > div:nth-of-type(2) {
	width:  calc(100% - 95px);
}
.indexEraberu1-txt {
	display: block;
	font-size: 2.5rem;
	color: #000;
}
.indexEraberu1-txt2 {
	display: block;
	color: #000;
	font-size: 1.6rem;
	margin-bottom: -5px;
}
.indexEraberu1List-no1 {
	position: relative;
    padding-left:45px;
    padding-top:10px;
    padding-bottom:5px;
}
.indexEraberu1List-no1 img {
	display: block;
	width: 40px;
	position: absolute;
/*	top: -40px;
	left: 50%;*/
	margin-left: -45px;
    margin-top:-10px;
	z-index: 1;
}
.indexEraberu1-freedial {
	font-size: 2.8rem!important;
	color: #000;
}
.indexEraberu1-freedial img {
	width: 46px;
	display: inline-block;
	line-height: 0;
	margin-right: 5px;
}
.indexEraberu1 ul li:nth-of-type(3) a br {display: none;}

@media only screen and (max-width:1115px) {
	.indexEraberu1 ul li a {
		padding: 25px;
		font-size: 1.3rem;
	}
	.indexEraberu1 ul li a > div:nth-of-type(1) {
		width: 50px;
	}
	.indexEraberu1 ul li a > div:nth-of-type(2) {
		width:  calc(100% - 75px);
	}
	.indexEraberu1-txt {
		font-size: 2.0rem;
	}
	.indexEraberu1-freedial {
		font-size: 2.3rem!important;
	}
	.indexEraberu1-freedial img {
		width: 40px;
	}
}
@media only screen and (max-width:999px) {
	.indexEraberu {
		border-top: 2px solid #ffcc00;
		border-bottom: 2px solid #ffcc00;
		padding-left: 15px;
		padding-right: 15px;
		display: block;
		min-width: auto;
		min-width: initial;
	}
	.indexEraberu1 {
		width: 100%;
		margin-bottom: 50px;
	}
    .indexEraberu1 ul{
		display:flex;
        flex-wrap:wrap;
	}
    .indexEraberu1 ul > li{
        width:100%;
    }
	.indexEraberu1 ul li {margin-bottom: 10px;}
	.indexEraberu1 ul li a {
		display: block;
		padding: 25px 15px 20px;
		text-align: center;
	}
	.indexEraberu1 ul li a > div:nth-of-type(1) {
		width: 60px;
		margin: 0 auto 20px;
	}
	.indexEraberu1 ul li a > div:nth-of-type(2) {
		width: 100%;
	}
	.indexEraberu1-txt,
	.indexEraberu1-txt2{
		font-size: 2.2rem;
	}
    .indexEraberu1List-no1 {
        position: relative;
        padding-left:0px;
        padding-top:60px;
        padding-bottom:0px;
    }
    .indexEraberu1List-no1 img {
        display: block;
        width: 50px;
        position: absolute;
        left: 50%;
        margin-left: -25px;
        margin-top:-60px;
        z-index: 1;
    }
	.indexEraberu1-freedial {
		font-size: 2.4rem!important;
	}
	.indexEraberu1-freedial img {
		width: 40px;
	}
}

/*indexTypeLink1*/
.indexTypeLink1 {
	text-align: right;
	margin-bottom: 20px;
}
.indexTypeLink1 a {
	/*color: #0781d5;*/
	color: #1558d6;
	text-decoration: none;
	font-weight: 700;
}
.indexTypeLink1 a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	margin-left: 5px;
}
.indexTypeList {
	display: flex;
	justify-content: space-between;
}
.indexTypeList > div {
	width: calc(100% / 3);
	border-right: 2px solid #ddd;
	padding: 0 10px;
}
.indexTypeList > div:nth-of-type(3) {
	border-right: none;
}
.indexTypeList-img img {
	width: 50%;
}
.indexTypeList-title {
	font-weight: 700;
	font-size: 1.5rem;
	text-align: center;
	padding: 15px 0;
}
.indexTypeList-title span {
	display: block;
	font-size:1.8rem;
	color: #56914d;
}
[class^="indexTypeList-button"] {
	display: block;
	background: #eef4ed;
	padding: 10px 40px;
	border-radius: 4px;
	color: #56914d;
	text-align: center;
	position: relative;
	font-weight: 700;
	cursor: pointer;
}
[class^="indexTypeList-button"]::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	color: #56914d;
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right:0;
	top: 0;
	font-size: 2.2rem;
}
[class^="indexTypeList-button"].is-active {
	background: #56914d;
	color: #fff;
}
[class^="indexTypeList-button"].is-active::after {content: "\f13a"; color: #eef4ed;}
[class^="indexTypeList-button"].is-active::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0d7";
	color: #56914d;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 23px;
	position: absolute;
	bottom: 33px;
	left: 0;
	font-size: 7.0rem;
}
.indexTypeBnr {
    display:flex;
    gap:0 50px;
    margin-top:50px;
    box-shadow: 0px 0px 10px 0px #e3e3e3;
    padding:10px 25px
}
.indexTypeBnr > div{
	width: 50%;
	/*border-right: 2px solid #ddd;*/
}
.indexTypeBnr > div:nth-child(2){
    display:flex;
    flex-direction: column;
    justify-content:center;
    padding: 20px 0;;
}
.indexTypeBnr .indexTypeList-img{
    display:flex;
    margin-bottom:0;
}
.indexTypeBnr .indexTypeList-img img{
    display:block;
    width:100%;
}
@media only screen and (max-width:999px) {
	.indexType .indexMidashi1 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.indexTypeLink1 {padding-right: 5px;}
	.indexTypeList > div {
		border-right: 1px solid #ccc;
		padding: 0 5px 50px 5px;
		position: relative;
	}
	.indexTypeList-img img {
		width: auto;
	}
	.indexTypeList-title {
		font-size: 1.3rem;
	}
	.indexTypeList-title span {
		font-size: 1.5rem;
	}
	[class^="indexTypeList-button"] {
		padding: 15px 25px;
		border-radius: 4px;
		font-size: 1.5rem;
		position: absolute;
		bottom: 0;
		left: 5px;
		width: calc(100% - 10px);
	}
    .indexTypeList-button{
        position: relative;
        width:100%;
    }
	[class^="indexTypeList-button"] span {display: none;}
	[class^="indexTypeList-button"]::after {
		width: 25px;
		font-size: 1.5rem;
	}
	[class^="indexTypeList-button"].is-active::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f0d7";
		color: #56914d;
		display: flex;
		align-items: flex-start;
		justify-content: center;
		width: 100%;
		height: 23px;
		position: absolute;
		bottom: 18px;
		left: 0;
		font-size: 5.0rem;
	}
    .indexTypeBnr {
        flex-direction: column;
        gap:0px;
        padding:10px 15px;
        width: calc(100% - 30px);
        margin:25px auto 0;
    }
    .indexTypeBnr > div{
        width: 100%;
        
        /*border-right: 2px solid #ddd;*/
    }
    .indexTypeBnr > div:nth-child(2){
        display:flex;
        flex-direction: column;
        justify-content:flex-end;
        padding: 20px 0;;
    }
    .indexTypeBnr .indexTypeList-img{
        display:flex;
        margin-bottom:0;
    }
    .indexTypeBnr .indexTypeList-img img{
        display:block;
        width:100%;
    }
}
.indexTypeDetail1,
.indexTypeDetail{
	width:100%;
	margin:10px auto 0;
	border: 4px solid #aac8a6;
	padding: 35px 25px;
}
.indexTypeDetail1,
.indexTypeDetail > div{
    display:none;
}
.indexTypeDetail > div.is-show{
    display:block;
}
.indexTypeDetail1 h3,
.indexTypeDetail h3 {
	text-align: center;
	font-weight: 700;
	font-size: 2.5rem;
	margin-bottom: 40px;
}
.indexTypeDetail1 h4,
.indexTypeDetail h4 {
	background: #eef4ed;
	text-align: center;
	box-shadow: 0px 0px 0px 5px #eef4ed;
	border: dashed 1px #56914d;
	padding: 10px 30px;
	border-radius: 5px;
	margin-bottom: 25px;
	font-size: 2.0rem;
	font-weight: 700;
	color: #56914d;
	position: relative;
	cursor: pointer;
}
.indexTypeDetail1 h4::before,
.indexTypeDetail h4::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f138";
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.5rem;
}
.indexTypeDetail1 h4.active::before,
.indexTypeDetail h4.active::before {
	content: "\f13a";
}
.indexTypeDetail1 h4 span,
.indexTypeDetail h4 span{
    color:#666;
    font-size:1.3rem;
    display:block;
    font-weight:400;
}
.indexTypeDetail1 h5,
.indexTypeDetail h5 {
	font-size: 1.9rem;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-weight: 700;
	color: #56914d;
}
.indexTypeDetail1 h5::before,
.indexTypeDetail h5::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f069";
	margin-right: 10px;
}
.indexTypeDetail1 h6,
.indexTypeDetail h6 {
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.indexTypeDetail1 h4 + div {
	display: none;
}

@media only screen and (max-width:999px) {
    .indexTypeDetail1,
	.indexTypeDetail{
		width:100%;
		margin:10px auto 0;
		border: 2px solid #aac8a6;
		padding: 25px 15px;
	}
    .indexTypeDetail1{
        width:calc(100% - 30px);
        margin:0 auto;
    }
    .indexTypeDetail1 h3,
	.indexTypeDetail h3 {
		font-size: 2.0rem;
		margin-bottom: 40px;
	}
    .indexTypeDetail1 h4,
	.indexTypeDetail h4 {
		padding: 5px 20px;
		font-size: 1.9rem;
	}
	.indexTypeDetail1 h4::before,
	.indexTypeDetail h4::before {
		width: 20px;
	}
    .indexTypeDetail1 h4 span,
    .indexTypeDetail h4 span{
        font-size:1.0rem;
    }
    .indexTypeDetail1 h5,
	.indexTypeDetail h5 {
		font-size: 1.8rem;
	}
    .indexTypeDetail1 h5::before,
	.indexTypeDetail h5::before {
		margin-right: 5px;
	}
    .indexTypeDetail1 h6,
	.indexTypeDetail h6 {
		font-size: 1.7rem;
	}
}

/*indexPacking*/
.indexPacking {
	/*background: #e2f8f6;*/
}
.indexPacking ul {
	display: flex;
}
.indexPacking ul li {
	width: calc((100% - 75px) / 4 );
	margin-right: 24.69px;
	text-align: center;
	font-weight: 700;
}
.indexPacking ul li:nth-of-type(4n) {margin-right: 0;}
.indexPacking ul li img {
	width: 214px;
	display: block;
	margin: 0 auto 15px;
}
@media only screen and (max-width:999px) {
	.indexPacking ul {
		display: block;
	}
	.indexPacking ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		border-bottom: 2px dotted #aac8a6;
		padding-bottom: 20px;
	}
	.indexPacking ul li:nth-of-type(4n) {margin-bottom: 0;}
	.indexPacking ul li img {
		width: 170px;
		margin: 0 auto;
	}
	.indexPacking ul li > div:nth-of-type(1) {
		width: 100%;
		margin: 0 auto 15px;
	}
}

/*indexInfo1*/
.indexInfo1 {
}
.indexInfo1 .contentsBox2 {
	display: flex;
	justify-content: space-between;
}
.indexFaq,
.indexCompany {	
	border: 2px solid #a769c1;
	border-radius: 20px;
	padding: 25px;
}
.indexFaq {
	width: calc(100% - 380px);
}
.indexCompany {
	width: 355px;
}
.indexFaq h2,
.indexCompany h2{
	font-size: 3.0rem;
	font-weight: 700;
	text-align: center;
	color: #8531a8;
	position: relative;
	width: 280px;
	margin: -50px auto 50px;
	background: #fff;
}
.indexFaq h2::after,
.indexCompany h2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -25px;
	left: 50%;
	height: 25px;
}
.indexFaq h2::after {
	background: url("../images/contents/index/indexFaqH2Bg.png") no-repeat;
	background-size: 100%;
	width: 230px;
	margin-left: -115px;
}
.indexCompany h2::after {
	background: url("../images/contents/index/indexCompanyH2Bg.png") no-repeat;
	background-size: 100%;
	width: 95px;
	margin-left: -47px;
}
.indexCompany {
	text-align: center;
	font-size: 1.4rem;
}
.indexCompany > div {
	display:flex;
	flex-direction: column;
	justify-content: center;
	height:80%;
}
.indexCompany > div span {
	font-size: 1.6rem;
	font-weight: 700;
}
.indexCompany img {
	display: block;
	width: 200px;
	margin: 0 auto 5px;
}
@media only screen and (max-width:999px) {
	.indexInfo1 .contentsBox2 {
		display: block;
	}
	.indexFaq,
	.indexCompany {
		border-radius: 0;
		padding: 0;
		border: none;
	}
	.indexFaq {
		width: 100%;
		margin-bottom: 50px;
		/*padding-bottom: 40px;
		border-bottom: 2px solid #a769c1;*/
	}
	.indexCompany {
		width: 100%;
	}
	.indexFaq h2,
	.indexCompany h2{
		font-size: 2.5rem;
		width: 200px;
		margin: 0 auto 40px;
	}
	.indexFaq h2::after,
	.indexCompany h2::after {
		height: 22px;
	}
	.indexFaq h2::after {
		width: 202px;
		margin-left: -101px;
	}
	.indexCompany h2::after {
		width: 84px;
		margin-left: -42px;
	}
	.indexCompany {
		text-align: center;
		font-size: 1.4rem;
	}
	.indexCompany > div {
		display:block;
		height:auto;
	}
	.indexCompany > div span {
		font-size: 1.6rem;
		font-weight: 700;
	}
	.indexCompany img {
		display: block;
		width: 200px;
		margin: 0 auto 5px;
	}
}
/*買取事例 indexBuyback 20240828*/
.indexBuyback {
/*	border-top: 3px solid #56914d;
	border-bottom: 3px solid #56914d;*/
	background-color: #eef4ed;
	/*background-image: repeating-linear-gradient(90deg, transparent, transparent 5px, #e2eee0 5px, #e2eee0 10px );*/
	min-width: 1000px;
}
.indexBuyback h2{
    font-size: 3.0rem;
	font-weight: 700;
    text-align:center;
    margin-bottom:50px;
}
.indexBuyback .buybackList{
    margin-bottom:25px;
}
@media only screen and (max-width:999px) {
    .indexBuyback {
        min-width: 100px;
    }
    .indexBuyback h2{
        font-size: 2.5rem;
        margin-bottom:40px;
    }
}
/*2023.04.13追加*/
.blogBnr a {
	width: 1000px;
	margin: 0 auto 40px;
	border: 3px solid #ffcc00;
	background-size: auto auto;
	background-color: rgba(255, 253, 240, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 249, 207, 1) 5px, rgba(255, 249, 207, 1) 10px );
	display: flex;
	align-items: center;
	padding: 5px 15px 0 15px;
	text-align: center;
	font-weight: 900;
	font-size: 6.0rem;
	text-decoration: none;
	color: #000;
	transition: all 0.3s ease;
}
.blogBnrTxt {
	width: calc(100% - 450px);
	padding: 0 40px;
	line-height: 1.3;
}
.blogBnrTxt > div:nth-of-type(1) {
	font-size: 1.8rem;
	font-weight: 700;
}
.blogBnrTxt > div:nth-of-type(2) {
	font-size: 1.8rem;
	font-weight: 700;
	background: #fa5e5e;
	color: #fff;
	text-align: center;
	border-radius: 60px;
	margin-top: 10px;
	padding: 5px;
	line-height: 1.6;
}
.blogBnrImg {
	width: 450px;
	display: block;
	margin: 0 auto;
}
.blogBnrImg img {
	display: block;
	margin: 0 auto;
}
.blogBnr a:hover {
	border-radius: 10px;
}
@media only screen and (max-width:999px) {
	.blogBnr {
		width: calc(100% - 30px);
		margin: 0 15px 40px 15px;
	}
	.blogBnr a {		
		width: 100%;
		max-width: 500px;
		display: block;
		font-size: 4.0rem;
		padding: 30px 30px 0 30px;
	}
	.blogBnrTxt {
		width: 100%;
		margin: 0 auto 15px;
		padding: 0 15px;
		line-height: 1.5;
	}
	.blogBnrTxt > div:nth-of-type(1) {
		font-size: 1.8rem;
		font-weight: 700;
	}
	.blogBnrTxt > div:nth-of-type(2) {
		font-size: 1.5rem;
		margin-top: 5px;
		padding: 2px;
	}
	.blogBnrImg {
		width: 100%;
	}
}

/*バナースライド*/
.bnrSlide {
	background: #f5f5f5;
	.slick-prev, .slick-next{
		z-index: 5;
		width: 40px;
		height: 40px;
		@media (width <= 767px) {
			width: 30px;
			height: 30px;
		}
	}
	.slick-prev {
		left: 10px;
		@media (width <= 999px) {
			left: 0px;
		}
	}
	.slick-next {
		right: 10px;
		@media (width <= 999px) {
			right: 0px;
		}
	}
	.slick-prev:before, .slick-next:before {
		font-size:40px;
		color: #333;
		@media (width <= 767px) {
			font-size:30px;
		}
	}
	.bnrSlideInner {
		padding: 40px 20px;
		@media (width <= 767px) {
			padding: 20px;
		}
		img {
			display: block;
			width: 100%;
			box-shadow: 0 0 20px 0 rgba(100,100,100,0.2);
			@media (width <= 767px) {
				box-shadow: 0 0 15px 0 rgba(100,100,100,0.2);
			}
		}
	}
}

/* カレンダー埋め込み */
.holiday_calendar {
    padding-top: 50px;
    text-align: center;
    iframe {
        margin: 0!important;
    }
}