.col-sm-9{
width: 100%;
}

#main div{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#catalog_bnr img{
width: 100%;
height: auto;
}

#menu_r {
clear: both;
}
#menu_r ul{
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
flex-wrap: wrap;
margin: 0px 0 20px 0;
}

#menu_r li{
font-size: 0.9em;
width: 30%;
border: solid #DDD 1px;
font-size: 0.8em;
margin-bottom: 10px;
padding: 5px 0 5px 10px;
}

#menu_r li a{
display: block;
}


@media screen and (max-width:767px){
#menu_r li{
font-size: 1em;
width: 46%;
border: solid #DDD 1px;
font-size: 0.8em;
margin-bottom: 5px;
padding: 5px 0 5px 10px;
}


/* 個数調整 */
#menu_r li:nth-child(11),
#menu_r li:nth-child(12){
display: none;
}



.col-xs-12 img{
width: 100%;
height: auto;
}

}










#contents_title_h3 {
    border-radius: 5px;        /* 角丸 */ 
	color:#fff;
	font-size:18px;
	padding:5px 10px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,595959+12,666666+25,474747+39,2c2c2c+50,000000+51,111111+60,2b2b2b+76,1c1c1c+91,131313+100;Black+Gloss+%231 */
background: rgb(76,76,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(89,89,89,1) 12%, rgba(102,102,102,1) 25%, rgba(71,71,71,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(76,76,76,1) 0%,rgba(89,89,89,1) 12%,rgba(102,102,102,1) 25%,rgba(71,71,71,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}

#contents_title_h4 {
	color:#fff;
	font-size:16px;
	padding:5px 10px;
	background: #9c7b40;
}

#contents_title_h5 {
	font-size:14px;
	padding:5px 10px;
	border-left:5px solid #555;
	border:1px solid #ccc;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f85bb+0,4f85bb+100;Blue+3D+%239 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+50,ededed+51,ffffff+100;White+Gloss+%232 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.contents_sub_title {
    background: url(../images/reform/bg_title_01.jpg) no-repeat;
    height: 51px;
    padding-top: 10px;
    background-position: 15px;
    margin-bottom: 5px;
}

.p_zenmen {
    padding: 0;
    font-size: 12px;
    background: url(../images/reform/pic_zenmen.jpg) no-repeat;
    background-position: right;
}

.contents_sub_notes {
    padding: 0;
    font-size: 14px;
/*    font-size: 12px;*/
}

.contents_sub_notes img{
	margin-bottom:10px;
}

.col-sm-4 img{
	width:100%;
}



/* コンテンツページ用（現コンテンツ流用 common.css） */

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fL {
    float: left;
}

.fR {
    float: right;
}

.taC {
    text-align:center;
}

.mar0 {
    margin:0 !important;
}

.marR8 {
    margin-right:8px;
}

.marR10 {
    margin-right:10px;
}

.marR20 {
    margin-right:20px;
}

.marB0 {
    margin-bottom:0px;
}

.marB10 {
    margin-bottom:10px;
}

.marB20 {
    margin-bottom:20px;
}

.pad0 {
    padding:0 !important;
}

.alC {
    text-align:center;
}

#menu_r {
	b
	padding:0;
}

h3.title_h3_01 {
    background: url(../images/common/bg_h3_title_01.jpg);
    width: 580px;
    height: 58px;
    color: #FFF;
    font-size: 18px;
    padding: 17px 0 0 30px;
    font-weight: normal;
    text-shadow: 1px 1px 0px rgb(100,100,100);
}

h3.title_h3_02 {
    background: url(../images/common/bg_h3_title_02.jpg);
    width: 280px;
    height: 34px;
    color: #FFF;
    font-size: 18px;
    padding: 8px 0 0 20px;
    font-weight: normal;
    text-shadow: 1px 1px 0px rgb(100,100,100);
}

h3.title_h3_03 {
    background: url(../images/common/bg_h3_title_03.jpg);
    width: 580px;
    height: 58px;
    color: #FFF;
    font-size: 18px;
    padding: 17px 0 0 30px;
    font-weight: normal;
    text-shadow: 1px 1px 0px rgb(50,50,50);
    clear: both;
}

h3.title_h3_04 {
    background: url(../images/common/bg_h3_title_04.jpg);
    width: 250px;
    height: 23px;
    text-align:center;
    color: #FFF;
    font-size: 14px;
    padding-top: 2px;
    font-weight: normal;
    text-shadow: 1px 1px 0px rgb(50,50,50);
    clear: both;
    margin-bottom:10px;
}

h3.title_h3_05 {
    background: url(../images/common/bg_h3_title_05.jpg);
    width: 249px;
    height: 35px;
    color: #333333;
    font-size: 18px;
    padding: 7px 0 0 21px;
    font-weight: normal;
}

h3.title_h3_06 {
    background: url(../images/common/bg_h3_title_06.jpg) no-repeat;
    width: 533px;
    height: 30px;
    font-size: 18px;
    padding: 5px 0 0 14px;
    font-weight: normal;
    margin-bottom:20px;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px rgb(50,50,50);
}

h3.title_h3_07 {
    background: url(../images/common/bg_h3_title_07.jpg) no-repeat;
    width: 596px;
    height: 30px;
    font-size: 18px;
    padding: 5px 0 0 14px;
    font-weight: normal;
    margin-bottom:20px;
    color: #FFFFFF;
    text-shadow: 1px 1px 0px rgb(50,50,50);
}

h3.title_h3_08 {
    background: url(../images/common/bg_h3_title_08.jpg);
    width: 160px;
    height: 35px;
    color: #333333;
    font-size: 18px;
    padding: 7px 0 0 21px;
    font-weight: normal;
}

h3.title_h3_09 {
    background: url(../images/common/bg_h3_title_09.jpg);
    width: 527px;
    height: 35px;
    color: #333333;
    font-size: 18px;
    padding: 7px 0 0 21px;
    font-weight: normal;
}

h3.title_h3_10 {
    background: url(../images/common/bg_h3_title_10.jpg);
    width: 156px;
    height: 35px;
    color: #333333;
    font-size: 18px;
    padding: 7px 0 0 21px;
    font-weight: normal;
}


.wrap_main_02 {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    padding: 5px 30px 10px 30px;
    background-color: #FFF;
    margin-bottom: 20px;
}

.wrap_main_02 p {
    margin-bottom: 20px;
}

.wrap_main_03 {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    background-color: #FFF;
    margin-bottom: 20px;
    width: 298px;
}

.wrap_main_03 div {
    padding: 20px;
}

.wrap_main_03 div p.txt_up {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 42px;
}

.wrap_main_04 {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    background-color: #FFF;
    margin-bottom: 20px;
    width: 268px;
}

.wrap_main_04 div {
    padding: 20px;
}

.wrap_main_04 p {
    margin-bottom: 0px;
}

.wrap_main_04 div p.txt_up {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.wrap_main_05 {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    background-color: #FFF;
    margin-bottom: 20px;
    width: 175px;
}

.wrap_main_05 div {
    padding: 10px;
}

.wrap_main_05 p {
    margin-bottom: 0px;

}

.wrap_main_05 div p.txt_up {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.wrap_main_06 {
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    background-color: #FFF;
    margin-bottom: 20px;
    width: 546px;
}

.wrap_main_06 div {
	width:263px;
    padding:5px;
}

.wrap_main_06 p {
    margin-bottom: 0px;
    width:250px;
    margin: 0 auto;
    padding:10px 0;
}

.wrap_main_06 div p.txt_up {
    border-bottom: 1px dotted #CCCCCC;
    padding-bottom: 10px;
    margin-bottom: 0px;
}

ul#ul_main_map_01 {
    width: 170px;
    float: left;
}

#ul_main_map_01 li {
    margin-bottom: 10px;
    list-style: none;
}

#ul_main_map_01 li a {
    display: block;
    width: 130px;
    height: 28px;
    padding-top:12px;
    padding-left: 40px;
    text-decoration: none;
}

#ul_main_map_01 #stay_map {
    display: block;
    width: 130px;
    height: 28px;
    padding-top:12px;
    padding-left: 40px;
    text-decoration: none;
}

#btn_main_map01 {
    background: url(../images/common/bg_point_btn_01.jpg);
}

#btn_main_map02 {
    background: url(../images/common/bg_point_btn_02.jpg);
}

#btn_main_map03 {
    background: url(../images/common/bg_point_btn_03.jpg);
}

#btn_main_map04 {
    background: url(../images/common/bg_point_btn_04.jpg);
}

#img_main_map_01 {
    width: 360px;
    height: 300px;
    float: right;
}


/* コンテンツページ用（現コンテンツ流用 index.css） */

#table_point_01 {
    border:1px solid #999999;
    border-collapse: collapse;
    width:100%;
}

#table_point_01 td {
    border:1px solid #999999;
    padding:3px;
}

ul#ul_main_plan_01 a {
    display: block;
    float: left;
    width: 220px;
    height: 40px;
    line-height: 43px;
    padding-left: 50px;
    background: url(../images/index/bg_plan_btn.jpg);
    text-decoration: none;
}

ul#ul_main_plan_01 a:link, ul#ul_main_plan_01 a:visited {
    background-position: top;
}

ul#ul_main_plan_01 a:hover {
    background-position: bottom;
}

.point_style_text_up{
    position: absolute;
    top: -21px;
    left: 200px;
    padding-top: 7px;
}

.point_style_text_down{
    position: absolute;
    top: 616px;
    left: 200px;
    padding-top: 7px;
}

.point_style_text_right{
    position: absolute;
    top: 178px;
    left: 534px;
    padding-right: 7px;    /*
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    */
}

.point_style_text_left{
    position: absolute;
    top: 178px;
    left: -19px;
    width: 25px;
    padding-right: 7px;
    /*
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    */
}

.point_type_01_p_title{
    position: absolute;
    top: 44px;
    left: 45px;
    width: 250px;
    color:#008F59;
    font-weight:bold;
}

.point_type_01_p_text{
    position: absolute;
    top: 63px;
    left: 46px;
    width: 250px;
    line-height:15px;
    font-size:12px;
}

.point_type_01_p_text_1{
    position: absolute;
    top: 225px;
    left: 90px;
    width: 200px;
    font-size: 12px;
    line-height: 12px;
    font-size:10px;
}

.point_type_01_p_text_2{
    position: absolute;
    top: 281px;
    left: 90px;
    width: 200px;
    font-size: 12px;
    line-height: 12px;
    font-size:10px;
}

.point_type_02_p_title{
    position: absolute;
    top: 45px;
    left: 288px;
    width: 250px;
    color:#B19AC6;
    font-weight:bold;
}

.point_type_02_p_text{
    position: absolute;
    top: 63px;
    left: 288px;
    width: 250px;
    line-height:15px;
    font-size:12px;
}

.point_type_02_p_text_1{
    position: absolute;
    top: 228px;
    left: 333px;
    width: 200px;
    font-size: 12px;
    line-height: 12px;
    font-size:10px;
}

.point_type_02_p_text_2{
    position: absolute;
    top: 272px;
    left: 333px;
    width: 200px;
    font-size: 12px;
    line-height: 12px;
    font-size:10px;
}

.point_type_03_p_title{
    position: absolute;
    top: 332px;
    left: 48px;
    width: 200px;
    color:#61B7D8;
    font-weight:bold;
}

.point_type_03_p_text{
    position: absolute;
    top: 351px;
    left: 48px;
    width: 250px;
    line-height:15px;
    font-size:12px;
}

.point_type_03_p_text_1{
    position: absolute;
    top: 522px;
    left: 87px;
    width: 200px;
    font-size: 12px;
    line-height: 12px;
    font-size:10px;
}

.point_type_03_p_text_2{
    position: absolute;
    top: 564px;
    left: 87px;
    width: 200px;
    font-size: 12px;
    line-height: 12px;
    font-size:10px;
}

.point_type_04_p_title{
    position: absolute;
    top: 333px;
    left: 292px;
    width: 200px;
    color:#EE918A;
    font-weight:bold;
}

.point_type_04_p_text{
    position: absolute;
    top: 351px;
    left: 293px;
    width: 250px;
    line-height:15px;
    font-size:12px;
}

.point_type_04_p_text_1{
    position: absolute;
    top: 518px;
    left: 334px;
    width: 200px;
    font-size: 12px;
    line-height: 12px;
    font-size:10px;
}

.point_type_04_p_text_2{
    position: absolute;
    top: 568px;
    left: 334px;
    width: 200px;
    font-size: 12px;
    line-height: 12px;
    font-size:10px;
}

.work_triangle_left{
    width:305px;
    float:left;
}

.work_triangle_right{
    width:205px;
    float:right;
    border-left:1px solid #DDD;
    padding-left:20px;
    margin-bottom:20px;
}

.kitchen_width_left{
    width:295px;
    float:left;  
}

.kitchen_width_right{
    width:250px;
    float:right; 
}

.img_box {
    text-align: center;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	background-color: transparent;
	border-spacing: 0;
    border-collapse: collapse;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table_color {
    background-color: #efebeb;
    text-align: center;
}

@media only screen and (max-width: 480px){
.table_sp th, .table_sp td {
    width: 100%;
    display: block;
    border-top: none;
    text-align: center;
}
}