body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }
  strong,
  em {
    font-style: normal;
  }
  a:link {
    color: #076baf;
    text-decoration: underline;
  }
  a:visited {
    color: #076baf;
    text-decoration: underline;
  }
  a:hover {
    color: #076baf;
    text-decoration: underline;
  }
  a:active {
    color: #076baf;
    text-decoration: underline;
  }
  .main_contents {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
    width: 100%;
  }
  .main_ttl {
    background: #f2fbf4;
    margin-bottom: 20px;
    padding: 20px 0 20px;
    text-align: center;
  }
  .main_ttl > img {
    max-height: auto;
    max-width: 1000px;
  }
  .main_info {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto 40px;
    max-width: 1000px;
  }
  .map_ttl,
  .list_ttl {
    background-color: #05aa22;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 12px 0;
    text-align: center;
  }
  #googlemap {
    border: 2px solid #05aa22;
    box-sizing: border-box;
    display: block;
    height: 400px;
    margin-bottom: 40px;
    width: 1000px;
  }
  #googlemap:after {
    clear: both;
    content: "";
    display: block;
  }
  .page-top {
    width: 100%;
  }
  /* Material Icons */
  @font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(/css/iconfont/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(/css/iconfont/MaterialIcons-Regular.woff2) format("woff2"), url(/css/iconfont/MaterialIcons-Regular.woff) format("woff"),
    url(/css/iconfont/MaterialIcons-Regular.ttf) format("truetype");
  }
  .material-icons {
    direction: ltr;
    /* Preferred icon size */
    display: inline-block;
    font-family: "Material Icons";
    /* Support for IE. */
    font-feature-settings: "liga";
    font-size: 24px;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
  }
  .material-icons.md-18 {
    font-size: 18px;
  }
  .material-icons.md-28 {
    font-size: 28px;
  }
  .material-icons.md-48 {
    font-size: 48px;
  }
  .visible-xs {
    display: none;
  }
  /*1カラム*/
  .list_1column {
    display: block;
  }
  .list_1column > .list_item {
    background: #fff;
    border: 1px solid #05aa22;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 100%;
    position: relative; 
  }
  .list_1column .card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    z-index: 1;
    display: block;
  }
  .list_1column .card_cemetery {
    display: -ms-grid;
    display: grid;
    grid-auto-rows: auto;
    -ms-grid-columns: 360px 1fr;
    -ms-grid-rows: auto;
    grid-template-columns: 360px 1fr;
    padding: 20px 40px;
  }
  .list_1column .card_cemetery .card_ttl {
    border-bottom: 2px solid #05aa22;
    color: #05aa22;
    font-size: 30px;
    font-weight: 600;
    -ms-grid-column: 1;
    grid-column: 1/3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    grid-row: 1/2;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .list_1column .card_cemetery .card_figure {
    -ms-grid-column: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    grid-row: 2/6;
    -ms-grid-row-span: 4;
    height: auto;
    margin-bottom: 20px;
    padding-top: 250px;
    position: relative;
    text-align: center;
    width: 320px;
    z-index: 2;
  }
  .list_1column .card_cemetery .card_figure > img {
    font-family: "object-fit: cover;";
    height: 240px;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 320px;
  }
  .list_1column .card_cemetery .card_figure label {
    border: 2px solid #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .list_1column .card_cemetery .card_figure label:hover {
    opacity: .5;
  }
  .list_1column .card_cemetery .card_figure label img {
    display: block;
    font-family: "object-fit: cover;";
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 80px;
  }
  .list_1column .card_cemetery .card_catch {
    font-size: 20px;
    font-weight: 600;
    -ms-grid-column: 2;
    grid-column: 2/3;
    -ms-grid-row: 2;
    grid-row: 2/3;
    margin-bottom: 10px;
  }
  .list_1column .card_cemetery .card_body {
    font-size: 16px;
    -ms-grid-column: 2;
    grid-column: 2/3;
    -ms-grid-row: 3;
    grid-row: 3/4;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .list_1column .card_cemetery .card_category {
    margin-bottom: 10px;
  }
  .list_1column .card_cemetery .card_category > .category_item {
    border: solid 1px #05aa22;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    margin-right: 10px;
    padding: 4px;
    white-space: nowrap;
  }
  .list_1column .card_cemetery .card_price {
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .list_1column .card_cemetery .card_price > .price {
    line-height: 24px;
    margin-right: 20px;
  }
  .list_1column .card_cemetery .card_price > .price > strong {
    font-size: 24px;
  }
  .list_1column .card_cemetery .card_price > .price > .price_total {
    color: #f00;
  }
  .list_1column .card_cemetery .card_address {
    border-top: dotted 1px #05aa22;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
  }
  .list_1column .card_cemetery .card_address > dt {
    border-bottom: dotted 1px #05aa22;
    padding: 5px 0;
    width: 20%;
  }
  .list_1column .card_cemetery .card_address > dd {
    border-bottom: dotted 1px #05aa22;
    padding: 5px 0;
    width: 80%;
  }
  .list_1column .card_cemetery .card_comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    font-size: 16px;
    -ms-grid-column: 2;
    grid-column: 2/3;
    -ms-grid-row: 4;
    grid-row: 4/5;
    margin-bottom: 20px;
  }
  .list_1column .card_cemetery .card_comment .img_staff {
    height: 100px;
    width: 100px;
  }
  .list_1column .card_cemetery .card_comment .comment_box {
    background: #fef7f2;
    border: 2px solid #f55d00;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 2%;
    position: relative;
    width: 100%;
  }
  .list_1column .card_cemetery .card_comment .comment_box:after,
  .list_1column .card_cemetery .card_comment .comment_box:before {
    border: solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
  }
  .list_1column .card_cemetery .card_comment .comment_box:after {
    border-right-color: #fef7f2;
    border-width: 10px;
    margin-top: -10px;
  }
  .list_1column .card_cemetery .card_comment .comment_box:before {
    border-right-color: #f55d00;
    border-width: 13px;
    margin-top: -13px;
  }
  .list_1column .card_cemetery .card_comment .comment_box .txt_osusume {
    border-bottom: 3px double #f55d00;
    display: inline-block;
    margin-bottom: 5px;
  }
  .list_1column .card_cemetery .card_link {
    font-size: 16px;
    font-size: 16px;
    -ms-grid-column: 2;
    grid-column: 2/3;
    -ms-grid-row: 5;
    grid-row: 5/6;
    margin-bottom: 20px;
    text-align: right;
  }
  .list_1column .card_cemetery .card_link a {
    color: #3c90d1;
  }
  .list_1column .card_cemetery .card_link a::after {
    border-right: solid 2px #3c90d1;
    border-top: solid 2px #3c90d1;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
  }
  .list_1column .card_cemetery .card_cv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 16px;
    -ms-grid-column: 1/3;
    grid-column: 1/3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 6;
    grid-row: 6/7;
    justify-content: space-around;
  }
  .list_1column .card_cemetery .card_cv .cv_tel dl {
    background: #f2fbf4;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-weight: bold;
  }
  .list_1column .card_cemetery .card_cv .cv_tel dl dt {
    background: #05aa22;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 12px;
    height: 39px;
    line-height: 18px;
    padding: 4px 0 0 30px;
    vertical-align: middle;
    width: 106px;
  }
  .list_1column .card_cemetery .card_cv .cv_tel dl dd {
    color: #ed702d;
    font-size: 26px;
    line-height: 43px;
    margin: 0 20px;
  }
  .list_1column .card_cemetery .card_cv .cv_form {
    width: 50%;
    z-index: 2;
  }
  .list_1column .card_cemetery .card_cv .cv_form > a {
    background: #f55d00;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 0 0 #b94600;
    box-shadow: 0 3px 0 0 #b94600;
    display: block;
    height: 40px;
    text-decoration: none;
    z-index: 2;
  }
  .list_1column .card_cemetery .card_cv .cv_form > a:hover {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    text-decoration: none;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  .list_1column .card_cemetery .card_cv .cv_form a p {
    color: #fff;
    font-size: 13px;
    line-height: 42px;
    padding: 0 0 0;
    text-align: center;
    text-decoration: none;
  }
  .list_1column .card_cemetery .card_cv .cv_form a p strong {
    font-size: 19px;
    font-weight: normal;
  }
  .list_1column .card_cemetery .card_cv .cv_detail {
    width: 50%;
    z-index: 2;
  }
  .list_1column .card_cemetery .card_cv .cv_detail > a {
    background: #076baf;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 0 0 #054875;
    box-shadow: 0 3px 0 0 #054875;
    display: block;
    height: 40px;
    text-decoration: none;
    z-index: 2;
  }
  .list_1column .card_cemetery .card_cv .cv_detail > a:hover {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    text-decoration: none;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  .list_1column .card_cemetery .card_cv .cv_detail a p {
    color: #fff;
    font-size: 19px;
    line-height: 42px;
    padding: 0 0 0;
    text-align: center;
    text-decoration: none;
  }
  /*2カラム*/
  .list_2column {
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list_2column > .list_item {
    background: #fff;
    border: 1px solid #05aa22;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    position: relative;
    width: 49%;
  }
  .list_2column .card-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -99999px;
    z-index: 1;
    display: block;
  }
  .list_2column .card_cemetery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 220px 1fr;
    -ms-grid-rows: auto 45px auto;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 45px auto;
    padding: 20px 20px 120px;
  }
  .list_2column .card_cemetery .card_ttl {
    border-bottom: 2px solid #05aa22;
    color: #05aa22;
    font-size: 28px;
    font-weight: 600;
    -ms-grid-column: 1;
    grid-column: 1/3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
    grid-row: 1/2;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .list_2column .card_cemetery .card_figure {
    -ms-grid-column: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    grid-row: 3/4;
    height: auto;
    margin: 0;
    padding-top: 160px;
    position: relative;
    text-align: center;
    width: 200px;
    z-index: 2
  }
  .list_2column .card_cemetery .card_figure > img {
    font-family: "object-fit: cover;";
    height: 150px;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 200px;
  }
  .list_2column .card_cemetery .card_figure label {
    border: 2px solid #fff;
    cursor: pointer;
    display: inline-block;
    margin: 0 0;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .list_2column .card_cemetery .card_figure label:hover {
    opacity: .5;
  }
  .list_2column .card_cemetery .card_figure label img {
    display: block;
    font-family: "object-fit: cover;";
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50px;
  }
  .list_2column .card_cemetery .card_catch {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 18px;
    font-weight: 600;
    -ms-grid-column: 1;
    grid-column: 1/3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    grid-row: 2/3;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
  }
  .list_2column .card_cemetery .card_body {
    font-size: 14px;
    -ms-grid-column: 2;
    grid-column: 2/3;
    -ms-grid-row: 3;
    grid-row: 3/4;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .list_2column .card_cemetery .card_category {
    margin-bottom: 10px;
  }
  .list_2column .card_cemetery .card_category > .category_item {
    border: solid 1px #05aa22;
    border-radius: 2px;
    display: inline-block;
    line-height: 1;
    margin-right: 5px;
    padding: 4px;
    white-space: nowrap;
  }
  .list_2column .card_cemetery .card_price {
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .list_2column .card_cemetery .card_price > .price {
    line-height: 26px;
    width: 60%;
  }
  .list_2column .card_cemetery .card_price > .price > strong {
    font-size: 20px;
  }
  .list_2column .card_cemetery .card_price > .price > .price_total {
    color: #f00;
  }
  .list_2column .card_cemetery .card_address {
    border-top: dotted 1px #05aa22;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .list_2column .card_cemetery .card_address > dt {
    padding: 10px 0 0;
    width: 100%;
  }
  .list_2column .card_cemetery .card_address > dd {
    border-bottom: dotted 1px #05aa22;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
  }
  .list_2column .card_cemetery .card_address > dt.religion_ttl {
    border-bottom: dotted 1px #05aa22;
    width: 40%;
  }
  .list_2column .card_cemetery .card_address > dd.religion {
    padding: 10px 0 0;
    width: 60%;
  }
  .list_2column .card_cemetery .card_address > dt.religion_ttl {
    border-bottom: dotted 1px #05aa22;
    width: 40%;
  }
  .list_2column .card_cemetery .card_address > dd.religion {
    padding: 10px 0 0;
    width: 60%;
  }
  .list_2column .card_cemetery .card_comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    font-size: 14px;
    -ms-grid-column: 1/3;
    grid-column: 1/3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 4;
    grid-row: 4/5;
    margin-bottom: 10px;
  }
  .list_2column .card_cemetery .card_comment .img_staff {
    height: 100px;
    width: 100px;
  }
  .list_2column .card_cemetery .card_comment .comment_box {
    background: #fef7f2;
    border: 2px solid #f55d00;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 2%;
    position: relative;
    width: 100%;
  }
  .list_2column .card_cemetery .card_comment .comment_box:after,
  .list_2column .card_cemetery .card_comment .comment_box:before {
    border: solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 50%;
    width: 0;
  }
  .list_2column .card_cemetery .card_comment .comment_box:after {
    border-right-color: #fef7f2;
    border-width: 10px;
    margin-top: -10px;
  }
  .list_2column .card_cemetery .card_comment .comment_box:before {
    border-right-color: #f55d00;
    border-width: 13px;
    margin-top: -13px;
  }
  .list_2column .card_cemetery .card_comment .comment_box .txt_osusume {
    border-bottom: 3px double #f55d00;
    display: inline-block;
    margin-bottom: 5px;
  }
  .list_2column .card_cemetery .card_link {
    font-size: 16px;
    font-size: 14px;
    -ms-grid-column: 1/3;
    grid-column: 1/3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 5;
    grid-row: 5/6;
    margin-bottom: 20px;
    text-align: right;
  }
  .list_2column .card_cemetery .card_link a {
    color: #3c90d1;
  }
  .list_2column .card_cemetery .card_link a::after {
    border-right: solid 2px #3c90d1;
    border-top: solid 2px #3c90d1;
    content: "";
    display: inline-block;
    height: 8px;
    margin: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
  }
  .list_2column .card_cemetery .card_cv {
    bottom: 20px;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    -ms-grid-column: 1/3;
    grid-column: 1/3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 6;
    grid-row: 6/7;
    justify-content: center;
    left: 5%;
    position: absolute;
    width: 90%;
  }
  .list_2column .card_cemetery .card_cv .cv_tel {
    margin-bottom: 20px;
    width: 100%;
  }
  .list_2column .card_cemetery .card_cv .cv_tel dl {
    background: #f2fbf4;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-weight: bold;
  }
  .list_2column .card_cemetery .card_cv .cv_tel dl dt {
    background: #05aa22;
    border-radius: 6px 0 0 6px;
    color: #fff;
    font-size: 12px;
    height: 39px;
    line-height: 18px;
    padding: 4px 0 0 30px;
    vertical-align: middle;
    width: 106px;
  }
  .list_2column .card_cemetery .card_cv .cv_tel dl dd {
    color: #ed702d;
    font-size: 26px;
    line-height: 43px;
    margin: 0 20px;
  }
  .list_2column .card_cemetery .card_cv .cv_form {
    width: 100%;
    z-index: 2;
  }
  .list_2column .card_cemetery .card_cv .cv_form > a {
    background: #f55d00;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 0 0 #b94600;
    box-shadow: 0 3px 0 0 #b94600;
    display: block;
    height: 40px;
    text-decoration: none;
    z-index: 2;
  }
  .list_2column .card_cemetery .card_cv .cv_form > a:hover {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    text-decoration: none;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  .list_2column .card_cemetery .card_cv .cv_form a p {
    color: #fff;
    font-size: 13px;
    line-height: 42px;
    padding: 0 0 0;
    text-align: center;
    text-decoration: none;
  }
  .list_2column .card_cemetery .card_cv .cv_form a p strong {
    font-size: 19px;
    font-weight: normal;
  }
  .list_2column .card_cemetery .card_cv .cv_detail {
    width: 100%;
    z-index: 2;
  }
  .list_2column .card_cemetery .card_cv .cv_detail > a {
    background: #076baf;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 0 0 #054875;
    box-shadow: 0 3px 0 0 #054875;
    display: block;
    height: 40px;
    text-decoration: none;
    z-index: 2;
  }
  .list_2column .card_cemetery .card_cv .cv_detail > a:hover {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    text-decoration: none;
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  .list_2column .card_cemetery .card_cv .cv_detail a p {
    color: #fff;
    font-size: 19px;
    line-height: 42px;
    padding: 0 0 0;
    text-align: center;
    text-decoration: none;
  }
  .card_cemetery .card_figure input[name="switch_0"],
  .card_cemetery .card_figure input[name="switch_1"],
  .card_cemetery .card_figure input[name="switch_2"],
  .card_cemetery .card_figure input[name="switch_3"],
  .card_cemetery .card_figure input[name="switch_4"],
  .card_cemetery .card_figure input[name="switch_5"],
  .card_cemetery .card_figure input[name="switch_6"],
  .card_cemetery .card_figure input[name="switch_7"],
  .card_cemetery .card_figure input[name="switch_8"],
  .card_cemetery .card_figure input[name="switch_9"],
  .card_cemetery .card_figure input[name="switch_pr_0"],
  .card_cemetery .card_figure input[name="switch_pr_1"],
  .card_cemetery .card_figure input[name="switch_pr_2"],
  .card_cemetery .card_figure input[name="switch_pr_3"],
  .card_cemetery .card_figure input[name="switch_pr_4"],
  .card_cemetery .card_figure input[name="switch_pr_5"],
  .card_cemetery .card_figure input[name="switch_pr_6"],
  .card_cemetery .card_figure input[name="switch_pr_7"],
  .card_cemetery .card_figure input[name="switch_pr_8"],
  .card_cemetery .card_figure input[name="switch_pr_9"],
  .card_cemetery .card_figure input[name="switch_pr_10"],
  .card_cemetery .card_figure input[name="switch_pr_11"],
  .card_cemetery .card_figure input[name="switch_pr_12"],
  .card_cemetery .card_figure input[name="switch_pr_13"],
  .card_cemetery .card_figure input[name="switch_pr_14"],
  .card_cemetery .card_figure input[name="switch_pr_15"],
  .card_cemetery .card_figure input[name="switch_pr_16"],
  .card_cemetery .card_figure input[name="switch_pr_17"],
  .card_cemetery .card_figure input[name="switch_pr_18"],
  .card_cemetery .card_figure input[name="switch_pr_19"],
  .card_cemetery .card_figure input[name="switch_pr_20"],
  .card_cemetery .card_figure input[name="switch_pr_21"],
  .card_cemetery .card_figure input[name="switch_pr_22"],
  .card_cemetery .card_figure input[name="switch_pr_23"],
  .card_cemetery .card_figure input[name="switch_pr_24"],
  .card_cemetery .card_figure input[name="switch_pr_25"],
  .card_cemetery .card_figure input[name="switch_pr_26"],
  .card_cemetery .card_figure input[name="switch_pr_27"],
  .card_cemetery .card_figure input[name="switch_pr_28"],
  .card_cemetery .card_figure input[name="switch_pr_29"],
  .card_cemetery .card_figure input[name="switch_pr_30"],
  .card_cemetery .card_figure input[name="switch_pr_31"],
  .card_cemetery .card_figure input[name="switch_pr_32"],
  .card_cemetery .card_figure input[name="switch_pr_33"],
  .card_cemetery .card_figure input[name="switch_pr_34"],
  .card_cemetery .card_figure input[name="switch_pr_35"],
  .card_cemetery .card_figure input[name="switch_pr_36"],
  .card_cemetery .card_figure input[name="switch_pr_37"],
  .card_cemetery .card_figure input[name="switch_pr_38"],
  .card_cemetery .card_figure input[name="switch_pr_39"],
  .card_cemetery .card_figure input[name="switch_pr_40"] {
    display: none;
  }
  .card_cemetery .card_figure input[name="switch_0"]:checked + label,
  .card_cemetery .card_figure input[name="switch_1"]:checked + label,
  .card_cemetery .card_figure input[name="switch_2"]:checked + label,
  .card_cemetery .card_figure input[name="switch_3"]:checked + label,
  .card_cemetery .card_figure input[name="switch_4"]:checked + label,
  .card_cemetery .card_figure input[name="switch_5"]:checked + label,
  .card_cemetery .card_figure input[name="switch_6"]:checked + label,
  .card_cemetery .card_figure input[name="switch_7"]:checked + label,
  .card_cemetery .card_figure input[name="switch_8"]:checked + label,
  .card_cemetery .card_figure input[name="switch_9"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_0"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_1"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_2"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_3"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_4"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_5"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_6"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_7"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_8"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_9"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_10"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_11"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_12"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_13"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_14"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_15"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_16"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_17"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_18"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_19"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_20"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_21"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_22"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_23"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_24"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_25"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_26"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_27"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_28"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_29"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_30"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_31"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_32"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_33"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_34"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_35"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_36"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_37"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_38"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_39"]:checked + label,
  .card_cemetery .card_figure input[name="switch_pr_40"]:checked + label {
    border: 2px solid #05aa22;
    opacity: 1;
  }
  .card_cemetery .card_figure input[name="switch_0"] ~ img,
  .card_cemetery .card_figure input[name="switch_1"] ~ img,
  .card_cemetery .card_figure input[name="switch_2"] ~ img,
  .card_cemetery .card_figure input[name="switch_3"] ~ img,
  .card_cemetery .card_figure input[name="switch_4"] ~ img,
  .card_cemetery .card_figure input[name="switch_5"] ~ img,
  .card_cemetery .card_figure input[name="switch_6"] ~ img,
  .card_cemetery .card_figure input[name="switch_7"] ~ img,
  .card_cemetery .card_figure input[name="switch_8"] ~ img,
  .card_cemetery .card_figure input[name="switch_9"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_0"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_1"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_2"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_3"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_4"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_5"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_6"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_7"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_8"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_9"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_10"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_11"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_12"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_13"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_14"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_15"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_16"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_17"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_18"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_19"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_20"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_21"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_22"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_23"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_24"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_25"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_26"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_27"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_28"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_29"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_30"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_31"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_32"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_33"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_34"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_35"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_36"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_37"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_38"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_39"] ~ img,
  .card_cemetery .card_figure input[name="switch_pr_40"] ~ img {
    opacity: 0;
  }
  .card_cemetery .card_figure input[name="switch_0"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_1"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_2"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_3"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_4"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_5"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_6"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_7"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_8"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_9"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_0"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_1"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_2"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_3"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_4"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_5"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_6"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_7"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_8"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_9"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_10"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_11"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_12"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_13"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_14"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_15"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_16"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_17"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_18"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_19"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_20"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_21"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_22"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_23"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_24"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_25"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_26"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_27"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_28"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_29"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_30"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_31"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_32"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_33"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_34"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_35"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_36"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_37"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_38"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_39"]:checked + label + img,
  .card_cemetery .card_figure input[name="switch_pr_40"]:checked + label + img {
    opacity: 1;
  }
  
  .gm-style a {
    text-decoration: none;
  }
  .gm-style .btn_form {
    background: #f55d00;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 0 0 #b94600;
    box-shadow: 0 2px 0 0 #b94600;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 5px;
    min-width: 200px;
    padding: 0 0 0;
    text-align: center;
    text-decoration: none;
    width: 80%;
    z-index: 2;
  }
  .gm-style .btn_formed {
    background: #ccc;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 5px;
    min-width: 200px;
    padding: 0 0 0;
    text-align: center;
    text-decoration: none;
    width: 80%;
    z-index: 2;
  }
  .gm-style .btn_detail {
    background: #076baf;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 0 0 #054875;
    box-shadow: 0 2px 0 0 #054875;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 5px;
    min-width: 200px;
    padding: 0 0 0;
    text-align: center;
    text-decoration: none;
    width: 80%;
    z-index: 2;
  }
  
  .area_description {
    background: #f2fbf4;
    margin: 0 auto 40px;
    max-width: 960px;
    padding: 20px 20px;
  }
  .area_description .ttl_description {
    font-size: 16px;
    margin-bottom: 10px;
  }