@charset "UTF-8";


div#header div.h2 h2 {
	background: url(../images/ohaka_raises_h2.jpg) top left no-repeat;
}
/* ============ 各ページの内容 #main ============== */
/*
#main h3.h3_1 {
	display: block;
	width: 672px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/ohaka_raises_h3_1.gif) top left no-repeat;
	margin: 0 0 0 25px;
}

#main h3.h3_2 {
	display: block;
	width: 672px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/ohaka_raises_h3_2.gif) top left no-repeat;
	margin: 40px 0 0 25px;
}
*/
#tab_topimg {
	margin: 2px 10px 20px 30px;
}
@media screen and (max-width: 768px) {
    #tab_topimg{
        margin:0;
    }    
    #tab_topimg p{
    padding:0 10px;
    }
}



.tokuten {
	margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
    .tokuten{
        margin:0;
    }
}

.tokusyu {
	margin: 0 0 30px 30px;
    width: 620px;
    display: flex;
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .tokusyu{
        margin:10px 0 0 0;
        display:block;
        width:auto;
        
    }
}

.tokusyu img{
	margin-bottom:5px;

}

/* エリアで探す */
/* ==エリアで探す== */
.search-menu-sp{
    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;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (min-width:769px) {
    .search-menu-sp{
        display: none;
    }    
}
.search-menu-sp li{
    width:50%;
    position:relative;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
}
.search-menu-sp li:nth-child(odd){
    border-right: 1px solid #e1e1e1;
}
.search-menu-sp li a{
    padding:15px 10px;
    display:block;
    text-decoration: none;
    color:#111;
}
.search-menu-sp li a:after{
    content:"";
    position:absolute;
    border:2px solid #ec4630;
    border-width:2px 2px 0 0;
    padding:2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top:20px;
    right:20px;
}


#tab_area {
	margin: 20px 0 0 40px;
}
@media screen and (max-width: 768px) {
    #tab_area {
    	margin: 0;
        display: none;
    }
}

#tab_area div.area_search {
	width: 647px;
	height: 102px;
	height: 1%;
}
#tab_area div.area_search ul {
	padding: 86px 0 0 0;
	float: left;
	width: 172px;
	margin-left: 40px;
	height: 102px;
}
#tab_area div.area_search ul li {
	width: 70px;
	height: 20px;
	float: left;
}
#tab_area div.area_search ul li a {
	float: left;
}
#tab_area div.area_search ul li a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
#tab_area div.area_search img.map {
	float: right;
}
/* 条件で探す */

/* ==条件で探す== */
@media screen and (max-width: 768px) {
    #tab_condition {
        display:none;
    }
}
#tab_condition div.border {
	border: 1px solid #cedae2;
	background: #e8f1fc;
	padding: 8px;
}
#tab_condition div.border div.fff {
	background: #fff;
	padding: 16px 18px;
}

/* 墓地 墓石セット */
#tab_condition ul.check1 li {
	float: left;
	width: 120px;
}
#tab_condition input {
	vertical-align: middle;
	margin-right: 3px;
}

/* 枠 */
#tab_condition div.blue {
	width: 593px;
	height: auto;
	background: #e8f1fc;
	margin-top: 15px;
	padding-bottom: 20px;
}

/* 絞込み条件検索 */
#tab_condition div.blue p {
	width: 593px;
	height: 20px;
	background: url(../images/top/h3_condition.gif) top left no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

#tab_condition div.left {
	width: 269px;
	height: auto;
	padding-left: 15px;
	float: left;
	display: inline;
}
#tab_condition div.right {
	width: 269px;
	height: auto;
	padding-right: 15px;
	float: right;
	display: inline;
}

/* 検索見出し */
#tab_condition div h4 {
	width: 269px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
}
#tab_condition div .h4_1 {
	background: url(../images/top/h4_1.gif) top left no-repeat;
}

#tab_condition div .h4_2 {
	background: url(../images/top/h4_2.gif) top left no-repeat;
}

#tab_condition div .h4_3 {
	background: url(../images/top/h4_3.gif) top left no-repeat;
}

/* 検索選択肢 */
#tab_condition {
	width: 640px;
	margin: 25px 0 25px 40px;
}
#tab_condition .blue ul li {
	color: #40474d;
	font-size: 93%;
	line-height: 1.6;
	list-style-type:none;
}
#tab_condition .blue ul {
	padding: 5px 0 5px 10px;
}
#tab_condition ul.area_choice li {
	width: 49.5%;
	float: left;
}

#tab_condition ul.budget_choice li {
	width: 48%;
	float: left;
}

/* 検索ボタン */
#tab_condition .blue a.btn_search {
	display: block;
	width: 131px;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/top/btn_search.gif) top left no-repeat;
	margin-top: 45px;
	float: right;
}




/* ピックアップ */
#main div.pickup {
	clear:both;
	width: 670px;
	height: auto;
	margin: 40px 0 30px 20px;
}

#main div.pickup_bottom {
	width: 670px;
	height: auto;
	padding-bottom: 10px; 
}
#main div.pickup h2 {
	margin: 0;
}
#main div.pickup ul {
	padding: 10px 0 0 20px;
}
#main div.pickup ul li {
	float: left;
	margin: 0 10px 8px 0;
}

#main div.pickup ul li a {
	float: left;
}

#main div.pickup ul li a:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}





/* ============ サイド #side ============== */
div#side dl.side_menu {
	background: #f23822 url(../images/ohaka_raises_side_bottom.jpg) left bottom no-repeat;
	padding-bottom: 3px;
} 
div#side dl.side_menu dt {
	background: 0;	
	padding-top: 5px;
	padding-bottom: 5px;
}
div#side dl.side_menu dt.raises_top {
	background: rul(../images/ohaka_raises_side_menu_top.jpg) top left no-repeat;
}
div#side dl.side_menu dd.search {

	background: #fceee2;
	padding: 8px;
}

/* 絞込み検索 */
div#side dl.side_menu dd.search {
	color: #2c3740;
}
div#side dl.side_menu dd.search ul {
	font-size: 93%;
}
div#side dl.side_menu dd.search ul li {
	margin-bottom: 2px;
}
div#side dl.side_menu dd.search input {
	vertical-align: middle;
	margin-right: 3px;
}
div#side dl.side_menu dd.search .check1 {
	margin-bottom: 5px;
}

div#side dl.side_menu dd.search h4 {
	font-size: 93%;
	marign-top: 5px;
	background: #f94b27;
	color: #fff;
	font-weight: normal;
	padding: 1px 0 1px 5px;
}

div#side dl.side_menu dd.search h5 {
	font-size: 100%;
	color: #f94b27;
	margin: 6px 0 4px;
}

div#side dl.side_menu dd.search ul.area_choice {
	border-bottom: 1px dotted #50616b;
	padding-bottom: 8px;
	padding-left: 10px;
}
div#side dl.side_menu dd.search ul.area_choice li {
	width: 80px;
	float: left;
}

div#side dl.side_menu dd.search ul.kind_choice {
	border-bottom: 1px dotted #50616b;
	padding-bottom: 8px;
	padding-left: 10px;
}
div#side dl.side_menu dd.search ul.kind_choice li {
	padding-left: 17px;
	text-indent: -17px;
}

div#side dl.side_menu dd.search ul.budget_choice {
	padding-bottom: 8px;
	padding-left: 10px;
}
div#side dl.side_menu dd.search .center {
	text-align: center;
	margin: 5px 0;
}
div#side dl.side_menu dd.search .btn_search {
	margin: 0 auto;
}
div#side dl.side_menu dd.search .btn_search ,
div#side dl.side_menu dd.search .btn_search a {
	display: block;
	width: 150px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/ohaka_raises_side_btn_serch.jpg) top left no-repeat;
}
div#side dl.side_menu dd.search .btn_search a:hover {
	background: url(../images/ohaka_raises_side_btn_serch_on.jpg) top left no-repeat;
}




#main h3.h3_3 {
	display: block;
	width: 672px;
	height: 31px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/ohaka_raises_h3_3.gif) top left no-repeat;
	margin: 40px 0 0 25px;
}
.tv{
	width: 640px;
	margin: 20px 0 50px 40px;
}
@media screen and (max-width: 768px) {
    .tv{
        width:auto;
        margin:0;
    }    
    .tv iframe{
        width:100%;
    }
}
.tv_reienlink{
	width: 100%;
	padding: 15px 0 10px 0;
	margin:0;
	text-align:center;
	font-size:120%;
}
table.tv01_reien{
	width: 620px;
	padding:0;
	margin:0 0 0 20px;
}
@media screen and (max-width: 768px) {
    table.tv01_reien{
        width: 100%;
        margin:5px 0;
    }   
}
table.tv01_reien td{
	background: url(../images/tv_li.gif) left center no-repeat;
    padding: 8px 0 8px 10px;
    margin: 0;
    font-size: 12px;
    width: 38%;
    vertical-align: middle;
}
table.tv01_reien td a{
	color:#0000ff;
}
table.tv01_reien td a:hover{
	color:#FC2D0F;
}


.bn_koukyuboseki{
	clear:both;
	margin:60px 0px 50px 30px;
}
@media screen and (max-width: 768px) {
    .bn_koukyuboseki{
        margin:0;
    }
}

.bn_koukyuboseki p{
	font-size:100%;
	margin:0px 0px 10px 0px;
}
@media screen and (max-width: 768px) {
    .bn_koukyuboseki p{
        padding:40px 20px 20px;
    }
}







