/* 
■■■■ plan ■■■■
*/


/* ================
    bread横幅変更
   ================ */

/* ====bread02==== */

#bread02{
	list-style: none;
	width: 1140px;
	margin: auto;
	max-width: 100%;
}
#bread02 ul{
  display: flex;
	list-style:none;
	font-size: 0.8rem;
	flex-wrap: wrap;
}
#bread02 ul li a{
  text-decoration-line: none;
  color: #000000;
}
#bread02 ul li a:hover {
  text-decoration: underline; 
}
#bread02 ul li + li:before {
  content: "\00a0\00a0 - \00a0\00a0";
}


/* ================
    contents
   ================ */
#plan_body .plan_contents {
	margin-top: 100px;
}

#plan_body figure {
	margin: 0;
	padding: 0;
	
}
#plan_body ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
	
}
#plan_body a {
	text-decoration: none;
	color: #333;
}


/* ----------リスト---------- */
#plan_body .plan_contents ul.plan_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;	
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1140px;
}

#plan_body .plan_contents ul.plan_list li{
	margin-bottom: 60px;
	width: 48%;
	margin-right: 4%;
}
#plan_body .plan_contents ul.plan_list li .img{
	box-shadow: 3px 3px 9px rgba(0,0,0,0.15);
	width: 48%;
	height: 377px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 377px;
	padding: 15px;
	box-sizing: border-box;
}
#plan_body .plan_contents ul.plan_list li .img img{	
	max-width: 100% !important;
}
@media all and (-ms-high-contrast: none){
	#plan_body .plan_contents ul.plan_list li .img img{	
		max-width: 100% !important;
		width: 100%;
	}
}

#plan_body .plan_contents ul.plan_list li:nth-child(2n){
	margin-right: 0;
}

#plan_body .plan_contents ul.plan_list li .text{
	margin-top: 20px;
}

#plan_body .plan_contents ul.plan_list ul.tag{
	font-size: 0;
}
#plan_body .plan_contents ul.plan_list ul.tag li{
	font-size: 0.9rem;
	line-height: 1;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #848484;
	width: auto;
	padding: 7px;
	margin-bottom: 8px;
	margin-right: 10px;
	color: #a1a1a1;
}
#plan_body .plan_contents ul.plan_list .text h2 {
	margin: 5px 0;
	font-size: 1.3rem;
}
#plan_body .plan_contents ul.plan_list .text p {
	font-weight: bold;
	font-size: 0.9rem;
}

/* ----------ページネーション---------- */
.pagination{
	display: block;
	margin: 40px auto 100px;
}
.pagination ul{
	font-size: 0;
	text-align: center !important;
}
.pagination li{
	display: inline-block;
	margin: 0 7px;
}
.pagination ul li:first-child{
	margin-left: 0;
}
.pagination li a{
	padding: 8px 24px;
	font-size: 1.9rem;
	border: 1px solid #000;
}
.pagination .active a,
.pagination li a:hover {
	background-color: #000;
	color: #fff !important;
}
.pagination .dot a{
	border: none;
	padding: 0;
	margin: 0;
	font-size: 1rem;
}
.pagination .next a{
	content: "";
	width: 9px;
	height: 9px;
	border: 1px solid;
	border-color: #000 #000 transparent transparent ;
	transform: rotate(45deg);
	padding: 0;
	margin: 0;
	display: block;
}

/* ================
    catch
   ================ */
#planmore_catch {
	margin: 100px auto 0;
	max-width: 1140px;
}

#planmore_catch h1{font-size:24px;}

#planmore_catch h1:before {
	display: inline-block;
	content: "";
	width: 40px;
	height: 1px;
	background-color: #000;
	vertical-align: middle;
	margin-right: 8px;
}
#planmore_catch .planmore_detail {
	margin: 20px auto 0;
	max-width: 900px;
}

#planmore_catch ul {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;	
}
#planmore_catch .planmore_detail ul.tag{
	font-size: 0;
	margin-bottom: 40px;
}
#planmore_catch .planmore_detail ul.tag li{
	font-size: 0.88rem;
	line-height: 1;
	display: inline-block;
	border-radius: 30px;
	border: 1px solid #848484;
	width: auto;
	padding: 7px;
	margin-bottom: 8px;
	margin-right: 10px;
	color: #a1a1a1;
}
#planmore_catch .planmore_detail .detail_box{
	box-sizing: border-box;
	width: 100%;
	padding: 25px;
	margin-top: 30px;
	background-color: #f0f0f0
}
#planmore_catch .planmore_detail .detail_box dl {
	font-size: 0;
	margin-bottom: 10px;
}
#planmore_catch .planmore_detail .detail_box dl:last-child {
	margin-bottom: 0;
}
#planmore_catch .planmore_detail .detail_box dt,
#planmore_catch .planmore_detail .detail_box dd {
	display: inline-block;
	font-size: 1rem;
	margin: 0;
}
#planmore_catch .planmore_detail .detail_box dt {
	width: 160px;
}

/* ================
    contents
   ================ */
#planmore_body .planmore_contents {
	margin: 60px auto 0;
	max-width: 900px;
}
#planmore_body .planmore_contents .img {
	border: 1px solid #7a7a7a;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
}
#planmore_body .planmore_contents .img img {
	width: 100%;
}
#planmore_body .planmore_contents .text h2 {
	font-size: 1rem;
	font-weight: normal;
}
#planmore_body .planmore_contents .text h2:nth-child(n+2) {
	margin-top: 40px;
}
@media screen and (max-width: 740px) {
  /*表示領域が0～740pxに適用*/

	#bread02 ul {
		font-size: 0.8rem;		
	}

	  /* =========================
	    contents(max-width: 740px)
	    ========================= */
	#plan_body .plan_contents {
		margin-top: 40px;
	}
	#plan_body .plan_contents ul.plan_list {
		margin: 0 auto;
		width: 95%;
	}
	#plan_body .plan_contents ul.plan_list li{
		margin-bottom: 50px;
		width: 100%;
		margin-right: 0;
	}
	#plan_body .plan_contents ul.plan_list li .img{
		box-shadow: 3px 3px 9px rgba(0,0,0,0.15);
		width: 100%;
		height: auto;
		display: block;
		text-align: center;
		vertical-align: middle;
		line-height: inherit;
		padding: 3px 0;
	}
	#plan_body .plan_contents ul.plan_list li .img img{
		max-height: 100%;
        width: 100%;
        height: auto;
	}
	#plan_body .plan_contents ul.plan_list li .text{
		margin-top: 10px;
	}
	#plan_body .plan_contents ul.plan_list ul.tag li{
		font-size: 0.6rem;
		display: inline-block;
		border-radius: 30px;
		border: 1px solid #848484;
		width: auto;
		padding: 3px 5px;
		margin-bottom: 7px;
		margin-right: 7px;
	}
	#plan_body .plan_contents ul.plan_list .text h2 {
		margin: 0 0 3px;
		font-size: 1.3rem;
	}
 
	.pagination{
		display: block;
		margin: 0 auto 50px;
	}
	.pagination li{
		display: inline-block;
		margin: 0 7px;
	}
	.pagination li a{
		padding: 6px 13px;
		font-size: 0.95rem;
		border: 1px solid #000;
	}
	.pagination .dot a{
		border: none;
		padding: 0;
		font-size: 0.6rem;
	}
	.pagination .next a {
		content: "";
		width: 10px;
		height: 10px;
		border: 1px solid;
		border-color: #000 #000 transparent transparent ;
		transform: rotate(45deg);
		padding: 0;
		display: block;
	}

	/* ================
	    catch(max-width: 740px)
	   ================ */
	#planmore_catch {
		margin: 60px auto 0;
		max-width: 100%;
	}
	#planmore_catch .planmore_title {
		margin-left: -15px !important;
	}
	#planmore_catch h1:before {
		display: inline-block;
		content: "";
		width: 25px;
		height: 1px;
		background-color: #000;
		vertical-align: middle;
		margin-right: 8px;
	}
	#planmore_catch h1 {
		font-size: 1.15rem;
	}
	#planmore_catch .planmore_detail {
		margin: 10px auto 0;
		max-width: 95%;
	}
	#planmore_catch .planmore_detail ul.tag{
		font-size: 0;
		margin-bottom: 15px;
		margin-left: 10px;
	}
	#planmore_catch .planmore_detail ul.tag li{
		font-size: 0.6rem;
		line-height: 1;
		display: inline-block;
		border-radius: 30px;
		border: 1px solid #848484;
		width: auto;
		padding: 3px 5px;
		margin-bottom: 7px;
		margin-right: 7px;
	}
	#planmore_catch .planmore_detail .detail_box{
		box-sizing: border-box;
		width: 100%;
		padding: 20px;
		margin-top: 20px;
	}
	#planmore_catch .planmore_detail .detail_box dt {
		width: 120px;
		vertical-align: top;
	}


	/* ================
	    contents
	   ================ */
	#planmore_body .planmore_contents {
		margin: 30px auto 0;
		width: 95%;
	}
	#planmore_body .planmore_contents .text h2:nth-child(n+2) {
		margin-top: 20px;
	}
	
	#planmore_body .planmore_contents .img img {
		height:auto;
}
}
