@charset "UTF-8";
/* CSS Document */


/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 737px){

ul.sub_navi {
	width:1014px;
	margin:0 auto 120px;
	overflow:hidden;
	background:url(../common/sub_navi_line.png) repeat-y left;
	display: -webkit-flex;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}

ul.sub_navi li {
	width: 100%;
	padding:0 12px;
	background:url(../common/sub_navi_line.png) repeat-y right;
	line-height:1.1;
	text-align: center;
}

ul.sub_navi li a{
	display: block;
	text-decoration: none;
}

ul.sub_navi li a i{
	display: inline-block;
	margin: 0 auto;
	color: #e2536b;
		
}
.contents h3 {
    width: 750px;
}
	
div.main_photo{
	width: 100%;
	margin:15px 0 60px;
}

div.main_photo img {
	width: 100%;
	height: auto;
}
	
section article h4 {
	font-size: 24px;
    position: relative;
	letter-spacing: 0.1em;
}
	
section article h4 span{
	font-size: 24px;
    position: absolute;
	top: 0;
	right: 0;
	letter-spacing: 0.1em;
}
	
section ul.nav_btn {
	width: 100%;
	margin-top: 60px;
	display: -webkit-flex;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: center;
}
	
section ul.nav_btn li{
	display: inline-block;
	padding: 10px;
}

section ul.nav_btn li a{
	display: inline-block;
	background: #e2536b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
    padding: 16px 20px;
    text-align: center;
    text-decoration: none;
    line-height: 1.1;
}

section p.plan_in {
	font-size: 12px;
	text-align: center;
	display: inline-block;
	padding: 4px 15px 3px;
	color: #FFF;
	background: #4d4d4d;
	margin-bottom: 10px;
	font-weight: bold;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1.2;
	}
section ul.box{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content: space-between;
	margin-bottom: 40px;
	}
section ul.box li.photo{
	width: 290px;
	}
section ul.box li.photo img{
	width: 100%;
	height: auto;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	}
section ul.box li.text{
	width: 678px;
	}
section ul.box li.text h5{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 10px;
	line-height: 1.2;
	border-bottom: 1px solid #b2b2b2;
	}
section ul.box li.text p.ind{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
	margin-bottom: 5px;
	}
section div.change, section article.change {
		margin-top: 150px;
	}	

}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media only screen and (max-width: 736px){
	
ul.sub_navi {
	width:95%;
	margin:0 auto 50px;
	overflow:hidden;
	flex-wrap:wrap;
	display: -webkit-flex;
	display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content: space-between;
}

ul.sub_navi li {
	width: 50%;
	padding:0 12px;
	border-right: 1px solid #333;
	line-height:1.1;
	text-align: center;
	margin-bottom: 10px;
}
	
ul.sub_navi li:first-child,
ul.sub_navi li:nth-child(3){
	width: 50%;
	padding:0 12px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	line-height:1.1;
	text-align: center;
}

ul.sub_navi li a{
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-size: 1.1rem;
}

ul.sub_navi li a i{
	display: inline-block;
	margin: 0 auto;
	color: #e2536b;
		
}
.contents h3 {
    width: 100%;
}

div.main_photo{
	margin:15px 0 30px;
}

div.main_photo img {
	width: 100%;
	height: auto;
}
	
section article h4 {
	font-size: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
	
section article h4 span{
	font-size: 16px;
	letter-spacing: 0.1em;
}

section ul.nav_btn {
	margin-top: 30px;
	width: 100%;
}
	
section ul.nav_btn li{
	width: 100%;
	margin-bottom: 15px;
}

section ul.nav_btn li a{
	display: block;
	background: #e2536b;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
    padding: 16px 20px;
    text-align: center;
    text-decoration: none;
    line-height: 1.1;
}
section p.plan_in {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	display: inline-block;
	padding: 4px 15px 3px;
	color: #FFF;
	background: #4d4d4d;
	margin-bottom: 10px;
	font-weight: bold;
	border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 1.2;
	}
section ul.box{
	width: 100%;
	margin-bottom: 30px;
	}
section ul.box li.photo{
	width: 100%;
	margin-bottom: 10px;
	}
section ul.box li.photo img{
	width: 100%;
	height: auto;
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
	}
section ul.box li.text{
	width: 100%;
	}
section ul.box li.text h5{
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 10px;
	line-height: 1.2;
	border-bottom: 1px solid #b2b2b2;
	}
section ul.box li.text p.ind{
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
	margin-bottom: 5px;
	}
section div.change, section article.change {
		margin-top: 80px;
	}
}