@charset "utf-8";
#top_image {
    text-align: center;
    color: #7a5021;
}
#funeral_catch {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 180%;
    width: 94%;
    color: #07B;
    padding-top: 3em;
    padding-bottom: 2em;
}
.funeral_catch_title {
    font-size: 130%;
    font-weight: normal;
    padding-bottom: 0.5em;
}
.funeral_catch_button {
    margin-top: 1em;
    display: inline-block;
    width: 8em;
    margin-left: 0.1em;
    margin-right: 0.1em;
}
.funeral_catch_button a:link,.funeral_catch_button a:visited {
    text-decoration: none;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.4em;
    background-color: #07B;
    color: #FFF;
    border-radius: 0.2em;
    transition: all 0.5s;
    text-align: center;
    line-height: 100%;
}
.funeral_catch_button a:hover,.funeral_catch_button a:active {
    opacity: 0.5;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    transition: all 0.5s;
    color: #FFF;
}
#funeral_image_wide   {
    margin-top: 1em;
    height: 180px;
    background-image: url(../img/funeral_image.png);
    background-repeat: repeat-x;
}
#funeral_image_thin   {
    display: none;
}
.point_box1, .point_box2, .point_box3, .point_box4, .point_box5 {
    padding-top: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    padding-left: 2em;
    margin-top: 2em;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
}
.point_box1 {
    border-top: 10px solid #EE88AA;
    color: #EE88AA;
}
.point_box2 {
    border-top: 10px solid #99CCDD;
    color: #99CCDD;
}
.point_box3 {
    border-top: 10px solid #BBAACC;
    color: #BBAACC;
}
.point_box4 {
    border-top: 10px solid #99CC77;
    color: #99CC77;
}
.point_box5 {
    border-top: 10px solid #EEBB66;
    color: #EEBB66;
}
.point_subtitle {
    font-size: 120%;
}
.point_title {
    font-size: 180%;
    color: #333333;
    letter-spacing: 0.1em;
    line-height: 140%;
}
.point_image {
    float: right;
    width: 250px;
    margin-left: 2em;
}
.point_text {
    color: #333333;
    margin-top: 2em;
}
.banner_unit {
    width: 29.3%;
    margin-left: 2%;
    margin-right: 2px;
    float: left;
    font-size: 90%;
}
.banner_image {
    border: 1px solid #CCC;
    line-height: 50%;
    text-align: center;
}

.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}

/*アコーディオンcss*/
details {
    margin: 1em;
}
summary{
    position: relative;
    max-width: 1000px;
    padding: 10px 50px 10px 20px;
    cursor: pointer;
    background-color: #0e995f;
    color: #fff;
    margin: 10px auto;
    }
    summary::-webkit-details-marker{
    position: absolute;
    color: transparent;
    }
    summary:hover, details[open] summary {
    background-color: #2aca87;
    margin-bottom: 30px;
    }
    summary::after {
    content: '+';
    font-size: 130%;
    position: absolute;
    top: 45%;
    right: 30px;
    transform: translateY(-50%);
    transition: transform.5s;
    }
    details[open] summary::after{
    transform:translateY(-50%) rotate(45deg);
    }
    .answer {
    padding: 20px 20px;
    background-color: #e6e6e6;
    max-width: 980px;
    margin: auto;
    }
    .answer p {
    background: none;
    }
    details[open] .answer{
    animation:fadein .5s ease-in-out;
    }
    @keyframes fadein {
    0% { opacity: 0; }
    100%{ opacity: 1; }
    }
    /*アコーディオンcss*/

    /*テーブルcss*/
    th,td {
        border-bottom:1px solid #bbb;
        padding: 10px;      /* 余白指定 */
    }
    
    table {
        border-collapse:  collapse;     /* セルの線を重ねる */
        width:  100%;               /* 幅指定 */
    }
    tr:nth-child(odd) {
        background-color:  #ddd;    /* 背景色指定 */
    }
    thead th {
        height: 30px;
        text-align: center;
        background: #999999;
    }


@media screen and (max-width: 768px) {
#top_image {
    font-size: 0.7em;
}
#funeral_catch {
    font-size: 120%;
}
.funeral_catch_button {
    width: 6em;
}
#funeral_image_wide   {
    display: none;
}
#funeral_image_thin   {
    margin-top: 1em;
    display: block;
}
.point_box1, .point_box2, .point_box3, .point_box4, .point_box5 {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
}
.point_subtitle {
    font-size: 90%;
}
.point_title {
    font-size: 140%;
    letter-spacing: 0em;
    line-height: 120%;
}
.point_image {
    width: 30%;
    margin-bottom: 0.5em;
    margin-left: 0.5em;
}
.point_text {
    margin-top: 1em;
    margin-left: 0px;
}
.banner_unit {
    width: 46%;
    margin-left: 2%;
    margin-right: 2px;
    float: left;
    font-size: 80%;
    text-align: center;
}
summary:hover, details[open] summary {
    background-color: #2aca87;
    margin-bottom: 5px;
}

}
