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

#contents .contents_left h2 {
	color:#ff6666;
}

#contents .img_shadow {
	border:5px solid #fff;
	-webkit-box-shadow: 5px 5px 8px #c0bebe;
	-moz-box-shadow: 5px 5px 8px #c0bebe;
	box-shadow: 5px 5px 8px #c0bebe;
}

#contents .text_note {
	width:357px;
	border:1px solid #c9c9c9;
	padding:2px;
}
#contents .text_note div {
	border:1px solid #c9c9c9;
	padding:10px;
}
#contents .text_note h3 {
	font-size:114.2%;/*16px*/
	color:#ff6666;
	font-weight:normal;
	border-top:1px solid #e1e1db;
	border-bottom:1px solid #e1e1db;
	padding:2px 0 1px;
}
#contents .text_note p {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	background:url(../img/local/note_border.png) repeat top;
	line-height:25px;
	height:110px;
}

/*day*/
#contents .day_box {
	border:3px solid #d4c2b8;
	padding:20px;
}
#contents .day_box h4 {
	color:#ff6666;
	margin:0 0 15px;
	font-size:128.5%;/*18px*/
}
#contents .day_box .bold {
	font-size:114.2%;/*16px*/
	margin:0 0 20px;
}
#contents .day_box dl {
	display:inline-block;
	width:53px;
}
#contents .day_box dl dt {
	font-size:85.7%;/*12px*/
}
#contents .day_box dl dd span {
	display:none;
}
#contents .years {
	color:#fff;
	margin:15px 0 5px;
	font-weight:bold;
	background:#5d5551;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	padding:3px 10px;
	display:inline-block;
}

/*use*/
#contents .use_box div {
	border:1px solid #fbcd89;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	padding:20px;
	margin:18px 0;
}
#contents .use_box div h3 {
	color:#ff6666;
	font-size:128.5%;/*18px*/
	margin:0 0 3px;
}

/*price*/
#contents .price_box {
	margin:0 0 30px;
}
#contents .price_box h3 {
	font-size:100%;
	color:#ff6666;
	margin:0 0 5px;
}
#contents .price_box p {
	border:1px solid #e8e8e8;
	clear:both;
	margin:20px 0 0;
	padding:10px;
}
#contents .price_box table ,
#contents .office_box table ,
#contents .other_box table {
	width:100%;
	border-collapse:collapse;
}
#contents .price_box table th ,
#contents .office_box table th ,
#contents .other_box table th {
	border:1px solid #e8e8e8;
	background:#f4f4f4;
	text-align:left;
	font-weight:normal;
	padding:5px 10px;
	width:200px;
}
#contents .price_box table td ,
#contents .office_box table td ,
#contents .other_box table td {
	padding:5px 10px;
	border:1px solid #e8e8e8;
}
#contents .price_box table.price_table {
	text-align:center;
}
#contents .price_box table.price_table th {
	text-align:center;
	width:auto;
}
#contents .price_box .sp_price {
	display:none;
}

/*office*/
#contents .office_box {
	margin:0 0 115px;
}
#contents .office_box h3 ,
#contents .other_box h3 {
	color:#ff6666;
	font-size:128.5%;/*18px*/
	border-bottom:1px solid #dadada;
	margin:0 0 37px;
}
#contents .office_box p.center {
	width:80%;
	margin:auto;
}
#contents .office_box table {
	margin:40px 0 0;
}

/*other*/
#contents .other_box table th {
	width:auto;
	text-align:center;
}
#contents .other_box table td {
	text-align:center;
}
#contents .other_box table td ul li {
	margin:0;
	text-align:left;
}

/*contact*/
#contents .contact_box {
	margin:25px 0;
}
#contents .contact_box .left {
	margin:0 20px 0 0;
}

@media screen and (min-width: 0px) and (max-width: 1000px) {
#contents .text_note {
	width:55%;
}
#contents .day_img {
	width:43%;
}
#contents .day_box dl {
	display:block;
	width:100%;
	text-align:left;
	margin:0 0 10px;
}
#contents .day_box dl dt {
	float:left;
	font-size:100%;
	width:17%;
}
#contents .day_box dl dd {
	float:left;
	width:81%;
	background:#22ac9c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color:#FFF;
	padding:5px 7px;
}
#contents .day_box dl dd img {
	display:none;
}
#contents .day_box dl dd span {
	display:block;
}
}
@media screen and (min-width: 0px) and (max-width: 670px) {
#contents .contact_box p {
	width:45%;
}
}
@media screen and (min-width: 0px) and (max-width: 580px) {
#contents .text_note {
	width:100%;
	float:none;
	margin:0 0 20px;
}
#contents .day_img {
	float:none;
	width:100%;
	text-align:center;
}
#contents .day_box .sp_img {
	display:none;
}
#contents .contact_box .left {
	width:100%;
	margin:0 0 25px;
}
}
@media screen and (min-width: 0px) and (max-width: 550px) {
#contents .price_box table.price_table ,
#contents .price_box .pc_text {
	display:none;
}
#contents .price_box .sp_price {
	display:block;
}
#contents .price_box .sp_price p {
	border:none;
	padding:0;
	font-weight:bold;
}
#contents .price_box dl {
	border-top:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	width:100%;
	margin:0 0 10px;
}
#contents .price_box dl dt {
	background:#f4f4f4;
	padding:10px;
	border-bottom:1px solid #e8e8e8;
}
#contents .price_box dl dd {
	border-bottom:1px solid #e8e8e8;
	padding:10px;
}
#contents .price_box table ,
#contents .office_box table {
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #e8e8e8;
}
#contents .price_box table th ,
#contents .office_box table th {
	border-left:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	border-top:none;
	width:100%;
	display:block;
}
#contents .price_box table td ,
#contents .office_box table td {
	width:100%;
	display:block;
	border-top:none;
	padding:5px 10px;
}
}