@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;800&display=swap');
/*--------------------------------------------------------------
コンテンツ
--------------------------------------------------------------*/
img{
	max-width: 100%;
	width: 100%;
}

.w-fix-large{
	background: #fef7fa;
	color: #40220F;
}
.photospot{
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	max-width: 1100px;
	display: block;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

.mainimg.photo{
	width: 100%;
	margin: 80px auto 0;
}
.mainimg.min{
	max-width: 800px;
}
 
.lead{
	margin: 40px 0;
    font-size: 18px;
}
.spot{
	color: #6c3c28;
	font-size: 52px;
    font-weight: 800;
}
.campaign_box{
	border: #ea887c 10px solid;
	box-sizing: border-box;
	display: block;
	margin: 60px 0;
}
.campaign_box .campaign_ttl{
	background: #ea887c;
	padding: 5px 150px 15px;
	position: relative;
}
.campaign_box .himawari{
	position: absolute;
    width: 156px;
    bottom: 0;
    left: 0;
}
.campaign_box .campaign_ttl h3{
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 34px;
	line-height: 1.6;
	font-weight: 800;
}
.campaign_box .campaign_ttl h3 span {
    padding: 0;
    display: block;
    border-top: none;
    font-size: 28px;
}
.campaign_detail{
	display: table;
	width: 100%;
}
.campaign_detail .image,
.campaign_detail .text{
	display: table-cell;
	padding: 20px;
}
.campaign_detail .image.w50{
	width: 50%;
}
.campaign_detail .text{
	text-align: left;
}
.campaign_detail .text p{
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: 400;
}
.campaign_detail .text ul{
	margin: -10px 0 15px;
}
.campaign_detail .text ul li{
	font-size: 15px;
	padding: 0 0 0 15px;
	position: relative;
	line-height: 1.6;
    margin: 0 0 5px;
}
.campaign_detail .text ul li:before{
	content: "・";
	position: absolute;
    left: 0;
    top: 0;
}
.campaign_detail .text .txt_link{
	margin: 5px 0 0;
    padding: 0 0 0 15px;
    position: relative;
    display: inline-block;
}
.campaign_detail .text .txt_link:before{
    position: absolute;
    top: 50%;
    left: 2px;
    width: 0;
    margin: -4px 0 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid transparent;
    border-left: 6px solid #000;
    border-bottom: 4px solid transparent;
    content: "";
}

.note{
	text-align: left;
	margin: -40px 0 40px;
}




@media screen and (max-width: 767px) {
	.mainimg.photo{
		margin: 40px auto 0;
	}
	.lead {
	    color: #40220f;
	    margin: 30px 0;
	    font-size: 16px;
	    font-weight: 500;
	    text-align: left;
	}
	.spot {
	    font-size: 32px;
	    margin: 0 0 5px;
	}
	.campaign_box{
		margin: 40px 0;
	}
	.campaign_box .himawari {
	    width: 55px;
    	left: -15px;
	}
	.campaign_box .campaign_ttl {
	    padding: 5px 15px 15px;
	}
	
	
	.campaign_box .campaign_ttl h3 {
	    border-bottom: none;
	    margin: 0;
	    padding: 0;
	    font-size: 24px;
	    text-align: center;
	}
	.campaign_box .campaign_ttl h3 span{
		background: none;
		font-size: 18px;
	}
	.campaign_detail{
		display: block;
	}
	.campaign_detail .image,
	.campaign_detail .text {
	    display: block;
	    padding: 15px;
	}
	.campaign_detail .image.w50{
		width: 100% !important;
	}

}