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

header .h_content nav li.navi04 img{
	display:none;
}




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

@media print, screen and (min-width: 737px){
ul.sub_navi {
	width:1014px;
	margin:0 auto 75px;
	overflow:hidden;
	background:url(../common/sub_navi_line.png) repeat-y left;
}

ul.sub_navi li {
	float:left;
	padding:0 12px;
	background:url(../common/sub_navi_line.png) repeat-y right;
	line-height:1.1;
}
	
section .contents{
	width:1010px;
	margin:0 auto;
}

section h3{
	margin-bottom:12px !important;
	line-height:1.1;
	padding:0 !important;
}

section .img_photo{
	width: 1010px;
	margin:15px 0 40px;
}

section .img_photo img {
	width: 100%;
	height: auto;
	border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

section article {
	margin-bottom:60px;
}

section article h4{
	padding-bottom:10px;
	border-bottom:1px dotted #4c4c4c;
	margin-bottom:20px;
	line-height:1.1;
}

section .frame {
	width:1034px;
	padding:70px 80px;
	background: url(../images/plan/frame_top.png) top no-repeat, url(../images/plan/frame_under.png) bottom no-repeat, url(../images/plan/frame_mid.png) repeat-y;
}

section .frame h5 {
	padding-bottom:10px;
	border-bottom:1px dotted #4c4c4c;
	margin-bottom:20px;
	line-height:1.1;
}

section h6 {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.1;
}

section h6 span{
	font-size:14px;
}

section p a{
	color:#e2536a;
	padding-right:20px;
	background:url(../common/more_bg_img.png) no-repeat right;
	text-decoration:none;
}
section p a:hover{
	text-decoration:underline;
}

section.s01 .contents02{
	width:770px;
	margin:0 auto 60px;
}

section.s01 .contents02 .change_area div{
	width:770px;
	margin-bottom:8px;
}

section.s01 .contents02 .change_area div img{
	width:100%;
	height:auto;
}

section.s01 .contents02 .change_area ul {
	overflow:hidden;
	margin-bottom:25px;
}

section.s01 .contents02 .change_area ul li{
	width:142px;
	float:left;
	margin-right:15px;
}

section.s01 .contents02 .change_area ul li img {
	width:100%;
	height:auto;
}

section.s01 .contents02 .change_area ul li:last-child {
	margin-right:0;
}

img.mainImage,img.mainImage02,img.mainImage03{
	border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

img.thumb,img.thumb02,img.thumb03{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

section.s01 .contents02 ul.price{
	overflow:hidden;
}

section.s01 .contents02 ul.price li{
	width:auto;
	float:left;
	margin-right:45px;
}

section.s01 .contents02 ul.price li th{
	padding-right:15px;
}

section.s01,section.s02,section.s03,section.s04{
	margin-bottom:120px;
}

ul.art{
	margin:15px 0 50px;
	overflow:hidden;
}

ul.art li{
	float:left;
}

ul.art li.art_txt{
	width:495px;
}

ul.art li.art_photo{
	width:342px;
	margin-left:30px;
}

ul.art li.art_photo img{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

ul.art li h6{
	font-size:16px;
	font-weight:bold;
	line-height:1.1;
}

ul.art li .art_ttl{
	font-size:14px;
	font-weight:bold;
}

section.s05 .frame ul.box {
	width:680px;
	overflow:hidden;
}

section.s05 .frame ul.box li.boxL {
	width:310px;
	float:left;
	border-top:1px dotted #4c4c4c;
}

section.s05 .frame ul.box li.boxR {
	width:310px;
	float:right;
	border-top:1px dotted #4c4c4c;
}

section.s05 .frame ul.box li.boxL ul, 
section.s05 .frame ul.box li.boxR ul{
	width:310px;
	border-bottom:1px dotted #4c4c4c;
	overflow:hidden;
	padding:5px 0;
}

section.s05 .frame ul.box li.boxL  ul li.left,
section.s05 .frame ul.box li.boxR ul li.left{
	float:left;
}

section.s05 .frame ul.box li.boxL  ul li.right,
section.s05 .frame ul.box li.boxR ul li.right{
	float:right;
}

ul.page_navi {
	width:1014px;
	margin:0 auto 75px;
	overflow:hidden;
	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;
}

ul.page_navi li {
	width: 25%;
	line-height:1.2;
	position: relative;
}

ul.page_navi li a{
	width: 100%;
	display: block;
	color: #4D4D4D;
	text-decoration: none;
	border-bottom: 3px solid #FFF;
	transition-duration: 0.5s;
	padding-bottom: 10px;
}

ul.page_navi li a:hover, ul.page_navi li.active a{
	border-bottom: 3px solid #E2536B!important;
}

ul.page_navi li a p{
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin-bottom: 1opx;
	border: 1px solid #221714;
	border-width: 0 1px 0 0;
}

ul.page_navi li:first-child a p{
	border-left: 1px solid #221714;
}

	
}

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

@media only screen and (max-width: 736px){

section .contents{
	width:100%;
	margin:0 auto;
}

section h3{
	margin-bottom:12px !important;
	line-height:1.1;
	padding:0 !important;
}

section .img_photo{
	margin:15px 0 30px;
}

section .img_photo img {
	border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

section article {
	margin-bottom:40px;
}

section article h4{
	padding-bottom:5px;
	border-bottom:1px dotted #4c4c4c;
	margin-bottom:10px;
	line-height:1.1;
}

section .frame {
	width:100%;
	padding:35px 40px;
	background: url(../images/plan/frame_top.png) top no-repeat, url(../images/plan/frame_under.png) bottom no-repeat, url(../images/plan/frame_mid.png) repeat-y;
	background-size:contain;
}

section .frame h5 {
	padding-bottom:5px;
	border-bottom:1px dotted #4c4c4c;
	margin-bottom:10px;
	line-height:1.1;
}

section h6 {
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	margin-bottom:10px;
	line-height:1.1;
}

section h6 span{
	font-size:14px;
	font-size:1.4rem;
}

section p a{
	color:#e2536a;
	padding-right:20px;
	background:url(../common/more_bg_img.png) no-repeat right;
	text-decoration:none;
}
section p a:hover{
	text-decoration:underline;
}

section.s01 .contents02{
	width:100%;
	margin:0 auto 40px;
}

section.s01 .contents02 .change_area div{
	width:100%;
	margin-bottom:8px;
}

section.s01 .contents02 .change_area div img{
	width:100%;
	height:auto;
}

section.s01 .contents02 .change_area ul {
	overflow:hidden;
	margin-bottom:15px;
}

section.s01 .contents02 .change_area ul li{
	width:18.4%;
	float:left;
	margin-right:1.9%;
}

section.s01 .contents02 .change_area ul li img {
	width:100%;
	height:auto;
}

section.s01 .contents02 .change_area ul li:last-child {
	margin-right:0;
}

img.mainImage,img.mainImage02,img.mainImage03{
	border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
}

img.thumb,img.thumb02,img.thumb03{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

section.s01 .contents02 ul.price{
	overflow:hidden;
}

section.s01 .contents02 ul.price li{
	width:auto;
	float:left;
	margin-right:45px;
}

section.s01 .contents02 ul.price li th{
	padding-right:15px;
}

section.s01,section.s02,section.s03,section.s04{
	margin-bottom:80px;
}

ul.art{
	margin:15px 0 50px;
	overflow:hidden;
}

ul.art li{
}

ul.art li.art_txt{
	width:100%;
}

ul.art li.art_photo{
	width:80%;
	margin:10px auto 0;
}

ul.art li.art_photo img{
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

ul.art li h6{
	font-size:16px;
	font-size:1.6rem;
	font-weight:bold;
	line-height:1.1;
}

ul.art li .art_ttl{
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
}

section.s05 .frame ul.box {
	width:100%;
	overflow:hidden;
}

section.s05 .frame ul.box li.boxL {
	width:100%;
	border-top:1px dotted #4c4c4c;
}

section.s05 .frame ul.box li.boxR {
	width:100%;
}

section.s05 .frame ul.box li.boxL ul, 
section.s05 .frame ul.box li.boxR ul{
	width:100%;
	border-bottom:1px dotted #4c4c4c;
	overflow:hidden;
	padding:5px 0;
}

section.s05 .frame ul.box li.boxL  ul li.left,
section.s05 .frame ul.box li.boxR ul li.left{
	float:left;
}

section.s05 .frame ul.box li.boxL  ul li.right,
section.s05 .frame ul.box li.boxR ul li.right{
	float:right;
}

ul.page_navi {
	width:100%;
	margin:0 auto 40px;
	overflow:hidden;
	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;
}

ul.page_navi li {
	width: 48%;
	line-height:1.2;
	padding: 0 1% 5px;
	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;
	align-items: center;
}

ul.page_navi li a{
	width: 100%;
	font-size: 11px;
	font-size: 1.1rem;
	display: block;
	color: #4D4D4D;
	text-decoration: none;
	padding: 10px 0;
	border: 1px solid #666;
}

ul.page_navi li a:hover, ul.page_navi li.active a{
	background: #E2536B;
	color: #FFF;
}

ul.page_navi li a p{
	width: 100%;
	text-align: center;
}
	
}