@charset "utf-8";

/* common */

a:link {
  //color: #333;
  transition-duration: 0.5s;
}

a:hover {
  opacity: 0.6;
}

/* header */

#anyarea_tit_l {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.2em;
  text-align: center;
}

/* area */

#area {
    width: 760px;
    float: left;
}

#area > p> img {
    margin: 15px 0;
}

#area p {
  font-size: 16px;
  line-height: 1.6em;
}

#area h1.tit_l{
  font-family: 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', '游明朝', YuMincho, serif;
  font-size: 32px;
  margin-bottom: 20px;
}

#area p.tit_2{
  color: #41A731;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}


#contents {
}

#area #map {
  margin: 20px 0;
  position: relative;
  height: 440px;
}

#map31 {
  margin-left: 190px;
}

/*---------------------------斎場検索--------------------------*/

#area p.comment {
  height: 160px;
  padding-right: 275px;
  line-height: 1.8em;
  margin: 1em 0;
}

#area .form {
  border: 3px #ccc solid;
  padding: 10px;
  margin-bottom: 1em;
  display: table;
  width: 100%;
}

#area .form > * {
    display: table-cell;
}

#area .form * {
    vertical-align: middle;
}

#area .form span {
  padding-left: 15px;
}

#area .form #form input#saijoname,
#area .form #st_form input#st_name {
  width: 200px;
  line-height: 28px;
  height: 30px;
  margin: 0 10px;
  vertical-align: baseline;
  border: 1px solid #ccc;
}

#area .form #st_form #st_submit {
  background-color: white;
  border: 0;
  padding: 0;
  vertical-align: middle;
}

#area #map {
  margin: 20px 0;
  position: relative;
  height: 440px;
}

#area #map div p.link_txt {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
  color: #41A731;
  z-index: 100;
}

#area #map div p.link_txt a {
  display: block;
  width: 100%;
  height: 100%;
  color: #41A731;
}

#area #map div h3 {
  font-weight: normal;
  font-size: 13px;
  line-height: 1.4em;
}

#area #map div h3 img {
  float: right;
  margin-left: 0.5em;
}

#back_map {
    display: block;
    margin: 0 auto;
}

#area #map #tokyo {
  width: 200px;
  height: 183px;
  background: url(../../img/area/btn_area_1_off.png) no-repeat left top;
  position: absolute;
  top: 0;
}

#area #map #tokyo h3 {
  position: absolute;
  top: 45px;
  right: 0;
  bottom: 0;
  left: 10px;
  width: 180px;
}

#area #map #tokyo:hover {
  background: url(../../img/area/btn_area_1_on.png) no-repeat left top;
}

#area #map #kanagawa {
  width: 200px;
  height: 183px;
  background: url(../../img/area/btn_area_2_off.png) no-repeat left top;
  position: absolute;
  top: 220px;
  right: 0;
  bottom: 0;
  left: 0;
}

#area #map #kanagawa h3 {
  position: absolute;
  top: 45px;
  right: 0;
  bottom: 0;
  left: 10px;
  width: 180px;
}

#area #map #kanagawa:hover {
  background: url(../../img/area/btn_area_2_on.png) no-repeat left top;
}

#area #map #saitama {
  width: 250px;
  height: 155px;
  background: url(../../img/area/btn_area_3_off.png) no-repeat left top;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 500px;
}

#area #map #saitama h3 {
  position: absolute;
  top: 45px;
  right: 0;
  bottom: 0;
  left: 80px;
  width: 165px;
}

#area #map #saitama:hover {
  background: url(../../img/area/btn_area_3_on.png) no-repeat left top;
}

#area #map #chiba {
  width: 250px;
  height: 170px;
  background: url(../../img/area/btn_area_4_off.png) no-repeat left top;
  position: absolute;
  top: 240px;
  right: 0;
  bottom: 0;
  left: 500px;
}

#area #map #chiba h3 {
  position: absolute;
  top: 45px;
  right: 0;
  bottom: 0;
  left: 80px;
  width: 165px;
}

#area #map #chiba:hover {
  background: url(../../img/area/btn_area_4_on.png) no-repeat left top;
}

.side {
  width: 220px;
  float: right;
}

.bnrArea li {
    margin-bottom: 8px;
}

/* header_txt */

.anyarea_comment {
  font-variant: inherit;
  text-align: left;
  margin-bottom: 20px;
}

.anyarea_comment p {
  line-height: 1.4em;
}

/* header_menu */

.anyarea_plan {
  margin: 10px auto;
  background-color: #ECE7E7;
  padding: 8px 10px 20px 10px;
}

.anyarea_plan .service {
  margin-top: 10px;
}

.anyarea_plan .service a {
  margin-right: 10px;
}

.anyarea_pl00 {
  padding-bottom: 8px;
}

.anyarea_pl01 {
  width: 189px;
  height: 110px;
  border: solid 1px #C3C3C3;
  margin-right: 8px;
  float: left;
  background-color: #fff;
  overflow: hidden;
}

.anyarea_pl01_lf {
  float: left;
}

.anyarea_pl01_ri {
  float: left;
  padding: 6px;
  width: 98px;
  text-align: center;
}

.anyarea_pl01last {
  width: 191px;
  height: 110px;
  border: solid 1px #C3C3C3;
  float: left;
  background-color: #fff;
  overflow: hidden;
}

.anyarea_pl01last .anyarea_pl01_ri {
  width: 100px;
}

.anyarea_pl01:hover {
  border: solid 1px #41A731;
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.anyarea_pl01last:hover {
  border: solid 1px #41A731;
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

.anyarea_plan a {
  display: block;
  float: left;
  line-height: 1.4em;
}

.anyarea_plan .txt01 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4em;
}

.anyarea_plan .txt02 {
  font-size: 12px;
  margin-bottom: 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 1.4em;
}

.anyarea_plan .txt03 {
  font-size: 20px;
  color: #41A731;
}

.anyarea_plan .txt04 {
  font-size: 18px;
  color: #41A731;
  letter-spacing: -0.05em;
  line-height: 1.4em;
}

.anyarea_plan .txt05 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 8px;
  line-height: 1.4em;
}

/* saijo_list */

.anyarea_tokucho {
  margin-top: 30px;
  float: left;
}

.anyarea_tokucho h3{
  color: #3f8790;
}

h3 {
  font-size: 18px;
}

h2.anyarea_mb10 {
  margin-bottom: 10px;
  margin-right: 10px;
}

div.anyarea_tit_ss {
  font-size: 12px;
  margin-top: 14px;
}

div.anyarea_tokucho01 {
  margin: 10px auto;
}

div.anyarea_tokucho02 {
  float: left;
  width: 182px;
}

div.anyarea_tokucho03 {
  float: right;
  margin: 10px;
  width: 550px;
  height: inherit;
}

div.anyarea_saijo_cont {
  overflow: hidden;
  background-color: #F1F3F2;
  padding: 20px 10px;
  border-top: solid 1px #D7E0DB;
}

div.anyarea_saijo_cont_w {
  overflow : hidden;
  background-color: #fcfcfc;
  padding: 18px 10px 10px 10px;
  border-top: solid 1px #D7E0DB;
}

div.anyarea_saijo_cont h3 {
  color: #336699;
  font-size: 26px;
  float: left;
}

div.anyarea_saijo_cont_w h3 {
  color: #336699;
  font-size: 26px;
  float: left;
}

.linkcolor {
  color: #3f8790;
  padding-left: 3px;
  font-weight: bold;
}

.anyarea_ichiran {
  overflow: hidden;
  margin-bottom: 20px;
}

.anyarea_ichiran_l {
  float: left;
  margin-right: 10px;
  width: 330px;
}

.anyarea_ichiran_r {
  float: right;
  width: 630px;
}

div.anyarea_ph {
  background-color: #fff;
  border: solid 1px #989898;
  margin-bottom: 5px;
}

div.anyarea_ph img {
  width: 100%;
  height: auto;
  padding: 4px;
}

div.anyarea_int {
  margin: 10px 0;
  padding: 5px 0;
  line-height: 1.6em;
}

.sai_plan01 h2 {
  font-size: 14px;
  margin-bottom: 5px;
}

.sai_plan01 li + li {
  margin-top: 10px;
}

.anyarea_ichiran_r h2 {
  margin-bottom: 10px;
}

.sai_add * {
  line-height: 1.8em;
}

.anyarea_int_more {
  width: 98%;
  text-align: right;
  padding: 0 5px;
}

/* 斎場詳細のテーブル */

.anyarea_tb {
  width: 100%;
  border: 1px solid #DCDCDC;
}

.anyarea_tb th,
.anyarea_tb td {
  line-height: 1.6em;
  vertical-align: middle;
}

.anyarea_tb th img {
  vertical-align: middle;
}

.anyarea_tb th {
  width: 25%;
  padding: 6px;
  text-align: left;
  vertical-align: top;
  background-color: #D0D0D0;
  border: 1px solid #F1F1F1;
  color: #000;
}

.anyarea_tb td {
  width: 80%;
  padding: 6px;
  background-color: #fff;
  border-right: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}

table.anyarea_tb img {
  margin: 0 5px;
}

/* よく利用される斎場一覧 */

.anyareacont07 {
  margin-left: 10px;
}

.space_name {
  width: 464px;
  height: 30px;
  margin-right: 10px;
}

.space_name_name {
  height: 30px;
  line-height: 30px;
  font-size: 24px;
}

.siku_name {
  height: 10px;
  line-height: 10px;
  font-size: 10px;
}

.space_text {
  font-size: 14px;
  line-height: 28px;
  width: 464px;
  margin-top: 10px;
}

.space_info {
  font-size: 14px;
  line-height: 18px;
  width: 464px;
  margin-top: 10px;
}

.space_address {
  font-size: 14px;
  line-height: 18px;
  width: 464px;
  margin-top: 10px;
}

.space_access {
  font-size: 14px;
  line-height: 18px;
  width: 464px;
  margin-top: 10px;
}

.space_tag {
  margin-bottom: 5px;
  width: 100%;
}

.space_tag2 {
  margin-top: 20px;
    width: 100%;
}

.space_tag li {
  display: inline;
  padding: 3px 0;
}

.space_tag li.space_tag_first {
  margin-left: 0;
}

.space_img {
  border: 1px solid #666;
}

.spaceborder {
  clear: both;
  margin-bottom: 40px;
}

.anyarea_cont07_todetail {
  margin-top: 20px;
}

.mitumori_rollout {
  margin-top: 15px;
  margin-bottom: 10px;
}

/* UI変更1030 */

.familyplan {
    border: solid 2px #DC7388;
    padding: 1px 2px;
    color: #DC7388;
    margin-right: 4px;
}
.generalplan {
    border: solid 2px #2AA55F;
    padding: 1px 2px;
    color: #2AA55F;
    margin-right: 4px;
}
.largeplan {
    border: solid 2px #8237B3;
    padding: 1px 2px;
    color: #8237B3;
    margin-right: 4px;
}
.oneday {
    border: solid 2px #DCD773;
    padding: 1px 2px;
    color: #DCD773;
    margin-right: 4px;
}
.kasoplan {
    border: solid 2px #DA4242;
    padding: 1px 2px;
    color: #DA4242;
    margin-right: 4px;
    margin-right: 4px;
}

ul.space_tag li {
  float: left;
}

ul.space_tag li p {
  line-height: 1.4em;
}

.equipm_stay {
    padding: 1px 6px;
    margin-right: 4px;
    background-color: #F3DFE7;
}
.equipm_car {
    padding: 1px 6px;
    margin-right: 4px;
    background-color: #E3D7E3;
}

.equipm_fire {
    padding: 1px 6px;
    margin-right: 4px;
    background-color: #EBD3AA;
}

.equipm_public {
    padding: 1px 6px;
    margin-right: 4px;
    background-color: #D3E7F3;
}

.equipm_traffic {
    padding: 1px 6px;
    margin-right: 4px;
    background-color: #E4ECCF;
}

.equipm_preservation {
    padding: 1px 6px;
    margin-right: 4px;
    background-color: #DFE2F3;
}

.equipm_religion {
    padding: 1px 6px;
    margin-right: 4px;
    background-color: #DFF3E5;
}

.cl {
    clear: both;
}

p.anyAreaTextBlock {
  line-height: 1.6em;
}

.sai_add {
    width: 100%;
    border: #D0D0D0 1px solid;
    margin: 0 0 10px 0;
}

li.add01 {
    background-color: #f7f7f7;
    text-align: center;
    padding: 2px 0;
    font-size: 16px;
}

li.add02 {
    text-align: center;
    padding: 8px 0;
    font-size: 22px;
}

.under_cv {
    margin: 10px auto;
    width: 100%;
}

.under_cv ul {
  float: right;
    text-align: right;
}

.under_cv ul li {
    display: inline-block;
    font-size: 16px;
}

.under_cv_link_l a{
  color: #006400;
    text-align: center;
    padding: 11px 20px;
    background-color: #FFFFFF;
    border: 2px solid #006400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 1px #B1B1B1;
    -moz-box-shadow: 0 2px 1px #B1B1B1;
    box-shadow: 0 2px 1px #B1B1B1;
    margin-right: 7px;
    display: block;
}

.under_cv_link_l a:hover {
    color: #006400;
}

.under_cv_link_l span {
    margin-left: 4px;
    background-color: #006400;
    color: #ffffff;
    padding: 0 4px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
}

.under_cv_link_r a{
  width: 370px;
    color: #ffffff;
  text-align: center;
    padding: 11px 20px;
  background-color: #61AA12;
    border-bottom: 2px solid #509407;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 1px #d9d9d9;
    -moz-box-shadow: 0 2px 1px #d9d9d9;
    box-shadow: 0 2px 1px #d9d9d9;
    display: block;
}

.under_cv_link_r a:hover {
  width: 370px;
  text-align: center;
    color: #ffffff;
}

/* bottom_contents */

.area_select_title,
.fifty {
    margin: 60px 0 20px 0;
    background-color: #C6DAAE;
    font-size: 20px;
    padding: 10px;
    font-weight: 700;
    line-height: 1.6em;
}

.floatleft {
    float: left;
}

.floatleft ul {
  margin-top: 20px;
}

.plan_otherplace_btn,
.plan_otherplace_btn_left,
.plan_otherplace_btn a,
.plan_otherplan2 {
    margin-top: 10px;
}

.plan_otherplace_btn {
    margin-left: 20px;
}

div.plan_otherplace_btn img {
    border: #708658 solid 1px;
    margin-bottom: 10px;
}

.plan_otherplace_text {
    text-align: center;
}

div.near_saijo {
  border: 1px solid #cccccc;
  background-color: #eeeeee;
  width: 172px;
  //height: auto;
  height: 191px;
  float: left;
  margin: 0 10px 0 0;
}

p.near_saijo_image,
p.near_saijo_caption,
p.near_saijo_ad {
  text-align: center;
  margin: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.6em;
}

p.near_saijo_caption {
    color: #000000;
}

p.near_saijo_ad {
    font-size: 90%;
    color: #333333;
}

.anyAreaTextTitle {
  font-size: 18px;
  text-indent: 5px;
  border-bottom: 1px dotted #9a8f82;
  padding-bottom: 10px;
  margin-bottom: 12px;
  margin-top: 20px;
}

p.anyAreaTextBlock {
  line-height: 1.6em;
}

.anyareaArea04Outer {
  margin: 20px auto;
  padding: 10px;
  border: 1px solid #c3c3c3;
  background-color: #f9f9f9;
}

.anyareaArea04Title {
    margin-bottom: 10px;
    font-size: 13px;
    text-indent: 5px;
    border-bottom: 1px dotted #9a8f82;
    height: 24px;
    position: relative;
}

.anyareaArea04 {
    padding-left: 14px;
}

.anyareaArea04 ul {
  overflow: hidden;
  width: 100%;
}

.anyareaArea04 li {
  float: left;
  font-size: 11px;
  line-height: 1.8em;
  padding-right: 7px;
}

.anyareaArea04OthersL {
  float: left;
  padding-right: 20px;
  line-height: 24px;
}

.anyareaArea04OthersR {
  float: right;
  padding-right: 20px;
  padding-left: 15px;
  background: url(../../img/area/listMarkB.gif) no-repeat left 3px;
  line-height: 24px;
}

/* suggest */

#area .form #st_form #suggest {
  position: absolute;
  top: 30px;
  left: 10px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCFF;
  font-size: 14px;
  width: 200px;
}

#suggest div {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.8em;
}

#suggest div.over {
    background-color: #99CCFF;
}

/* area_prefecture */

h1#anyarea_tit_l {
    margin: 15px 0;
    font-size: 36px;
    text-align: center;
}

h1#anyarea_tit_l + div {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 15px;
}

h1#anyarea_tit_l + div h2 {
  font-size: 16px;
  line-height: 1.6em;
}

.serch_map_img {
    text-align: center;
    margin: 0 auto;
}

.area_search_form {
  font-size: 16px;
  padding: 12px 0 12px 10px;
  border: solid 1px #C3C3C3;
  margin-top: 20px;
}

.area_search_form * {
  vertical-align: middle;
}

.area_search_form input[type="text"] {
  border: 1px solid #ccc;
}

.rosen {
  line-height: 18px;
  height: 20px;
  display: block;
  float: left;
  margin: 20px 40px 14px 0;
  padding: 0 0 0 22px;
  font-size: 16px;
  background: url(../../img/area/listMarkB.gif) no-repeat 0 0;
}

.area_word,
.area_word_last {
    padding: 20px 0;
    width: 100%;
    border-bottom: dotted 1px #ADADAD;
}

.area_word_list li {
    line-height: 18px;
    height: 20px;
    display: block;
    float: left;
    margin: 0 40px 14px 0;
    padding: 0 0 0 22px;
    font-size: 16px;
    background: url(../../img/area/listMarkB.gif) no-repeat 0 0;
}

.floatleft {
    float: left;
    margin-left: 20px;
}

.floatleft + .floatleft {
  max-width: 890px;
}

.areaListBlock {
    margin-top: 20px;
}

.areaList2 li {
    display: inline-block;
    list-style: none;
    background: url(../../img/area/listMarkB.gif) no-repeat 1px;
    text-indent: 22px;
    margin: 0 24px 0 0;
    font-size: 16px;
}

/* suggest */

#area .form #st_form #suggest,
.area_search_form #suggest {
  position: absolute;
  top: 30px;
  left: 10px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCFF;
  font-size: 14px;
  width: 200px;
  z-index: 999;
}

.area_search_form .pr10 {
  position: relative;
}

#suggest div {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.8em;
}

#suggest div.over {
    background-color: #99CCFF;
}

#line-wrap dt {
  cursor: pointer;
}

#line-wrap ul {
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.line-station-wrap li {
  line-height: 18px;
  height: 20px;
  display: block;
  float: left;
  margin: 20px 40px 14px 0;
  padding: 0 0 0 22px;
  font-size: 16px;
  background: url(../../img/area/listMarkB.gif) no-repeat left center;
}

/* cv */

.ana_cv {
  margin: 10px 0 20px;
  border: 1px solid #c2b6b7;
  background: #FFF;
}

.ana_cv_h3 {
  width: 100%;
  background: #006400;
  text-align: center;
  color: #FFF!important;
  border-bottom: 1px solid #c2b6b7;
  font-size: 20px!important;
  height: 40px;
  line-height: 40px;
}

.ana_img {
  float: left;
  position: relative;
}

.ana_cta_txt {
  position: absolute;
  top: 19px;
  left: 65px;
}

.ana_right {
    float: right;
    margin: 18px 22px 18px 18px;
    width: 440px;
}

.ana_cv .cf {
  overflow: hidden;
  clear: both;
  margin: 4px 40px;
}

div.imagebox {
    width: 238px;
    float: left;
    margin: 10px 12px 10px 0;
}

p.image {
    border: #cccccc 1px solid;
    width: 242px;
}

p.image,
p.caption {
    text-align: center;
    line-height: 1.8em;
}

.map {
    margin-top: 10px;
    width: 100%;
    height: 266px;
    background-color: #FFF;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.map iframe {
    border: #999 solid 1px;
    margin-bottom: 5px;
}

/* service */

.service {
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
}

.serv_pic,
.serv_pic_last {
    float: left;
    width: 155px;
    margin: 0 9px 0 0;
    border: 1px solid #ccc;
}
