@charset "utf-8";

div.contents_wrap {
	padding-bottom: 50px;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

ul.breadlist li {
	background: rgba(0,0,0,.8);
	color: #fff;
}

div.container {
	background: url(../images/common/c_bg.jpg);
}

h2.ttl {
	color: #000;
}

/*タイトル*/
.container h3.ttl {
	font-size: 32px;
	letter-spacing: -.04em;
	line-height: 1.5;
	color: #000000;
}
/*タイトル//*/


/* #introduce */
#introduce div.contents_wrap {
	background: rgba(69, 116, 37, 0.25);
}

#introduce .container h3.ttl span {
	font-size: 32px;
	letter-spacing: -.04em;
	line-height: 1.5;
	color: #000000;
	position: relative;
}
#introduce .container h3.ttl span::before {
	border-bottom: 1px solid #000;
	content: "";
	left: -20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}
#introduce .container h3.ttl span::after {
	border-bottom: 1px solid #000;
	content: "";
	right: -20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
}
#introduce .term span {
	background: #457425;
	color: #fff;
	margin: 0 auto;
	padding: 5px 10px;
	text-align: center;
}

#introduce .box {
	background: #fff;
	color: #000;
	padding: 20px;
}
#introduce .box > div {
	position: relative;
	margin: 0 auto;
	max-width: 870px;
}
#introduce .box > div .ttl {
	left: -50px;
	position: relative;
}
#introduce .box .campaign02 div {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#introduce .box .campaign02 div p {
	width: 47.71%;
}

.att {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	color: #000;
	margin: 0 auto;
	padding: 10px 0;
	max-width: 840px;
}
/* #introduce// */

/* #renovation */
#renovation div.contents_wrap {
	background: rgba(148, 36, 58, 0.25);
}

#renovation .btn p {
	margin-bottom: 10px;
}
#renovation .btn p a {
	background-color: #a84e60;
	color: #fff;
	line-height: 1;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: block;
	font-size: 24px;
	padding: 10px;
	transition: all 0.5s;
}
#renovation .btn p a:hover {
	opacity: 0.7;
}
#renovation .btn p a::after{
	content: "";
	position: absolute;
	right: 30px;
	top: 50%;
	width: 0;
	height: 0;
	border-top: 11px solid #f3f3f3;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-bottom: 0px solid transparent;
	margin-top: -5px;
	transform: rotate(-90deg);
	transition: all 0.5s;
}
#renovation .btn p.active a:after,
#renovation .btn p a:hover:after{
	transform: rotate(0);
}

#renovation .campaign {
	margin-top: -70px;
	padding-top: 70px;
	margin-bottom: 150px;
	border-top: 3px dashed #a84e60;
}

#renovation .campaign:nth-child(2) {
	border-top: 0px;
}

/*#renovation .campaign:not(#campaign01) {
	border-top: 3px dashed #a84e60;
}*/

#renovation .present {
	margin: 0 auto;
	max-width: 840px;
}
#renovation #campaign01 .present .badge {
	color: #ff0014;
	transform: rotate(-10deg);
	display: inline-block;
	position: relative;
	left: 8%;
}
#renovation #campaign01 .present .present_ttl {
	color: #c8103d;
}
#renovation #campaign01 .present .present_detail {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
#renovation #campaign01 .present .txt {
	color: #000;
	width: 60%;
}
#renovation #campaign01 .present .red {
	color: #ff0014;
}
#renovation #campaign01 .present .img {
	color: #000;
	width: 40%;
}
#renovation #campaign02 .dammy {
	background: #999;
  height: 300px;
  margin: 0 auto;
  width: 90%;
}

/* #renovation// */

@media screen and (max-width: 900px){
	
	div.container .box02 .ttl_wrap > .nam {
		font-size: 38px;
	}
	
	div.container .box02 .ttl_wrap > .nam span {
		font-size: 12px;
	}
	
	div.container .box02 .ttl_wrap > .text {
		font-size: 22px;
	}
	
	
	div.container .box02 .ttl_wrap02 > p {
		font-size: 22px;
	}
	
	div.container .box02 .ttl_wrap02 > p span {
		font-size: 16px;
	}
	
	
	div.container .box02 .list_wrap ul li dl {
		font-size: 14px;
	}
	
	div.container .box02 .list_wrap ul li dl dt{
		width: 120px;
	}
	
	div.container .box02 .list_wrap ul li dl dd{
		width: calc(100% - 120px);
	}
	
	
	div.container .slider_wrap .slick_container .thumb-item li .text {
		font-size: 14px;
	}
	
	
	div.container .togle_wrap .sec dl dt .nam {
		font-size: 30px;
	}
	
	div.container .togle_wrap .sec dl dt .nam:before {
		width: 95px;
	}
	
	div.container .togle_wrap .sec dl dt .text {
		font-size: 18px;
	}
	
	
	div.container .togle_wrap .sec dl dd ul li .ttl_s {
		font-size: 20px;
	}
	
	div.container .togle_wrap .sec dl dd ul li .text {
		font-size: 14px;
		line-height: 2;
	}
	
	div.container .bk_btn p a {
		font-size: 18px;
	}
	
	.select_ttl {
		display: block;
		font-size: 14px;
		padding: 5px;
		text-align: center;
	}
	.select_ttl span {
		font-size: 20px;
		padding-right: 0;
	}
}

@media screen and (max-width: 767px){
	div.contents_wrap > .main {
		padding-top: 50%;
	}
	div.contents_wrap {
		/*background: none;*/
		padding-bottom: 30px;
	}
	.container h3.ttl {
		font-size: 28px;
	}
	.container h3.ttl span {
		font-size: 16px;
	}
	
	/* #introduce */
	#introduce .container h3.ttl span {
		font-size: 28px;
	}
	#introduce .container h3.ttl span::before,
	#introduce .container h3.ttl span::after {
		content: none;
	}
	#introduce .term span {
		display: block;
	}
	/* #introduce// */

	/* #renovation */
	#renovation .btn p a {
		font-size: 20px;
	}
	/* #renovation// */
	
	
	div.container .togle_wrap .sec {
		margin-bottom: 10px;
	}
	
	div.container .box02 .ttl_wrap > .text {
		font-size: 16px;
	}
	
	div.container .box02 .ttl_wrap02 > p {
		font-size: 18px;
	}
	
	div.container .togle_wrap .sec dl dt {
		padding-right: 50px;
	}
	
	div.container .box02 .list_wrap ul li dl dt {
		float: none;
		width:100%;
	}
	
	div.container .box02 .list_wrap ul li dl dd {
		float: none;
		width:100%;
	}


	div.container .togle_wrap .sec dl dt .nam {
		font-size: 20px;
	}
	
	div.container .togle_wrap .sec dl dt .text {
		font-size: 14px;
	}

	div.container .togle_wrap .sec dl dt .nam {
    	margin-right: 15px;
	}

	div.container .togle_wrap .sec dl dt .nam:before {
		width: 70px;
	}
	
	div.container .togle_wrap .sec dl dd ul li .ttl_s {
		font-size: 16px;
	}
	
	div.container .togle_wrap .sec dl dd ul li .text {
		font-size: 12px;
		line-height: 1.8;
	}
	
	div.container .bk_btn p a {
		font-size: 16px;
	}
	
	
	/*テーブル*/
	
	.select dl div {
		margin-left: 0;
		width: 100%;
	}
	.select dt {
		font-size: 16px;
		padding: 5px;
	}
	.select dd a {
		font-size: 14px;
		padding: 5px;
	}
	.select dd.none {
		display: none;
	}
	/*テーブル//*/
}

@media screen and (max-width: 600px){
	div.container .box02 {
		padding: 30px 10px 0px;
	}
	
	
	div.container .togle_wrap .sec dl dt .nam {
    	width: 70px;
	}
	
	div.container .togle_wrap .sec dl dt .text {
    	width: calc(100% - 90px);
		line-height: 1.4;
	}
	
	div.container .togle_wrap .sec dl dt .nam {
		padding: 15px 20px;
	}
	
	div.container .slider_wrap .slick_container .thumb-item li .text {
		line-height: 1.4;
	}

}

@media screen and (max-width: 480px){
	div.container .box02 .ttl_wrap > .nam {
		width: 100%;
		display: block;
		vertical-align: middle;
		padding: 10px 5px;
	}
	
	div.container .box02 .ttl_wrap > .nam span {
		display: inline-block;
		vertical-align: middle;
		padding-right: 10px;
	}
	
	div.container .box02 .ttl_wrap > .text {
		width: 100%;
		display: block;
	}
	
	div.container .box02 .ttl_wrap > .text br {
		display: none;
	}
}