body {
    /* for Android Chrome 40 upper */
    font-family: Helvetica;
}

p, div {
    margin: 0 auto;
}
.clear {
    clear: both;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.fontMini {
    font-size: 85%;
}
.alignC {
    text-align: center;
}
.alignL {
    text-align: left;
}
.alignR {
    text-align: right;
}

.ui-content {
    padding: 0;
    text-align: center;
}
.ui-link {
    font-weight: normal;
    color: #000;
    text-decoration: none;
}
.ui-btn {
    border: 1px solid #b4e1b9;
    background: #e6ffdc;
    font-size: 14px;
}
.membership .ui-btn {
    border: 1px solid #ff9900;
    background: #ffdf80;
}
.floral .ui-btn {
    border: 1px solid #6c00d7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e1ccf5), color-stop(50%), color-stop(#c494e7));
    background-image: -webkit-linear-gradient(#e1ccf5 50%, #c494e7);
    background-image:    -moz-linear-gradient(#e1ccf5 50%, #c494e7);
    background-image:     -ms-linear-gradient(#e1ccf5 50%, #c494e7);
    background-image:      -o-linear-gradient(#e1ccf5 50%, #c494e7);
    background-image:         linear-gradient(#e1ccf5 50%, #c494e7);
}

.ui-bar-d {
    background: #fff;
    text-align: center;
    border: none;
    border-top: 3px solid #006633;
}

.contentMain {
    background: #f5fff0;
    padding: 1px 5px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}

.wrap {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0.3em;
       -moz-border-radius: 0.3em;
            border-radius: 0.3em;
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 10px 8px;
    margin: 8px 0 0 0;
}
.wrapH {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0.3em;
       -moz-border-radius: 0.3em;
            border-radius: 0.3em;
    border: 1px solid #dcdcdc;
    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6ffdc), color-stop(100px, #fff));
    background-image: -webkit-linear-gradient(#e6ffdc,#fff 100px);
    background-image:    -moz-linear-gradient(#e6ffdc,#fff 100px);
    background-image:     -ms-linear-gradient(#e6ffdc,#fff 100px);
    background-image:      -o-linear-gradient(#e6ffdc,#fff 100px);
    background-image:         linear-gradient(#e6ffdc,#fff 100px);
    padding: 15px 12px 15px 15px;
    margin: 8px 0 0 0;
}
.wrapB {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0.3em;
       -moz-border-radius: 0.3em;
            border-radius: 0.3em;
    border: 1px solid #dcdcdc;
    background: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(70%), color-stop(#e6ffdc));
    background-image: -webkit-linear-gradient(#fff 70%, #e6ffdc);
    background-image:    -moz-linear-gradient(#fff 70%, #e6ffdc);
    background-image:     -ms-linear-gradient(#fff 70%, #e6ffdc);
    background-image:      -o-linear-gradient(#fff 70%, #e6ffdc);
    background-image:         linear-gradient(#fff 70%, #e6ffdc);
    padding: 8px 0;
    margin: 8px 0 0 0;
}
.wrapN {
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -webkit-border-radius: 0.3em;
       -moz-border-radius: 0.3em;
            border-radius: 0.3em;
    border: 1px solid #dcdcdc;
    background: #e6ffdc;
    padding: 15px 0;
    margin: 8px 0 0 0;
}

h1{
    line-height: 20px;
    padding: 10px;
    margin: 0;
    font-weight: normal;
}
h2 {
    margin: 0 auto 5px;
    padding-right: 5px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #006633;
    text-shadow: 0 1px 0 #e6e6e6;
    letter-spacing: 0.1em;
}

.pad1 {
    padding: 8px 0 0 0;
}
.pad2 {
    padding-bottom: 8px;
}
.pad5 {
    padding: 10px 0;
}
.mar2 {
    margin: 13px 0 5px 0;
}
.mar11 {
    margin: -15px auto 0;
}

.waku {
    border: 1px #ccc solid;
}
.line2 {
    border-top: 2px dotted #ccc;
}

.txt1 {
    text-align: center;
    font-size: 11px;
    padding: 2px 0;
}

.flexslider .slides > li {
    margin: 0 0 -5px;
}
.flexslider .slides img {
    height: 180px;
}
.flexslider {
    margin: 5px 0 40px;
    background: white;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
         -o-border-radius: 0;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
}
.flex-control-nav {
    bottom: -35px;
}
.flex-control-paging li a.flex-active {
    background: #006633;
}

.topTitle {
    float: left;
    width: 53%;
}
.topTel {
    float: left;
    width: 46.5%;
}
.topTitle img,
.topTel img {
    max-width: 97%;
    height: auto;
    margin: 3px;
}
.topTel img {
    margin: 7px 2px 7px;
}

.custTel {
    width: 92%;
    max-width: 450px;
    height: auto;
    margin: 15px auto 7px;
}
.custTitle {
    width: 230px;
    height: auto;
    margin: 15px auto -5px;
}

.event {
    padding: 5px 0 20px;
    text-align: center;
}
.topicsLink {
    margin: 10px auto 0;
    text-align: center;
    border: 2px solid #006633;
    background: #e6ffdc;
}

.membership {
    padding: 20px 0 12px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ffdf80), color-stop(100px, #fff));
    background-image: -webkit-linear-gradient(#ffdf80,#fff 100px);
    background-image:    -moz-linear-gradient(#ffdf80,#fff 100px);
    background-image:     -ms-linear-gradient(#ffdf80,#fff 100px);
    background-image:      -o-linear-gradient(#ffdf80,#fff 100px);
    background-image:         linear-gradient(#ffdf80,#fff 100px);
}
.membershipEx span {
    color: #f00;
    text-decoration-line: underline;
}
table.ex {
    width: 97%;
    margin: 5px auto 5px;
}
.ex td {
    font-size: 90%;
    letter-spacing: 0.05em;
    padding: 5px 0;
    border: 1px solid #dcdcdc;
}
.ex td span {
    font-size: 90%;
    padding-left: 5px;
}
.ex td.TD1 {
    width: 42%;
    background: #dcf5fa;
    text-align: left;
    padding: 5px 0 5px 10px;
}
.ex td.TD2,
.ex td.TD2m {
    width: 33.5%;
    background: #ffebff;
    text-align: center;
}
.ex td.TD2m {
    width: 26.5%;
}
.ex td.TD3 {
    text-align: right;
    padding: 5px 10px 5px 0;
}
.ex td.TDLine {
   background-image: linear-gradient(to top right,
                        transparent, transparent 49%,
                        #dcdcdc 49%, #dcdcdc 51%,
                        transparent 51%, transparent);
}

.wfunerals {
    margin: 15px auto 5px;
    padding: 15px 0 10px;
    line-height: 25px;
    text-align: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e6ffdc), color-stop(100px, #fff));
    background-image: -webkit-linear-gradient(#e6ffdc,#fff 100px);
    background-image:    -moz-linear-gradient(#e6ffdc,#fff 100px);
    background-image:     -ms-linear-gradient(#e6ffdc,#fff 100px);
    background-image:      -o-linear-gradient(#e6ffdc,#fff 100px);
    background-image:         linear-gradient(#e6ffdc,#fff 100px);
}
.wfuneralsTxt {
    padding: 10px 0 2px;
}
.funerals {
    border-bottom: 2px dotted #ccc;
    margin: 0 8px;
    padding: 8px 0 10px;
}
.funeralsTitle {
    color: #006633;
}
.funeralsYa {
    width: 7px;
    height: 10px;
    margin: 0 0 0 8px;
}

.menu p {
    float: left;
    width: 48%;
    text-align: center;
    margin: 3px 1px 3px 3px;
}
.menu img {
    width: auto;
    max-height: 75px;
    margin: 5px 0;
}

.menuB p {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 11.5px;
    letter-spacing: -0.05em;
}
.menuB img {
    width: 70px;
    height: auto;
    margin: 1px 0 3px 0;
}

.trust img {
    width: auto;
    height: 75px;
    margin: 5px;
}
.trust p {
    padding: 3px 0 10px;
}

.privacy .txt {
    padding: 10px 0 0;
}
.privacy .link {
    text-align: center;
}
.privacy .img {
    width: 60%;
}
.privacy .img img {
    width: 100%;
}

.levanga .img {
    float: left;
    width: 70px;
    margin: 0 5px 0 25px;
}
.levanga .img img {
    width: 100%;
}
.levanga .txt {
    float: left;
    width: 225px;
    font-size: 12px;
    margin: 6px -10px -10px 0;
}

.staff img {
    max-width: 250px;
    height: auto;
    margin: 7px;
}

.voice {
    border-top: 2px dotted #ccc;
    padding: 15px 0;
}
.voiceT {
    border: none;
}
.voice p {
    padding: 0 0 7px;
}
.voice img {
    float: right;
    width: 34.9%;
    border: 1px #ccc solid;
    margin: 3px 0 7px 10px;
}
.voice::after {
    content: "";
    display: block;
    clear: both;
}

.hallImg,
.hallTxt {
    float: left;
    width: 49.9%;
}
.hallImg img {
    max-width: 90%;
    border: 1px #ccc solid;
    margin: 7px;
}
.hallTxt {
    line-height: 35px;
    padding: 18px 0 22px;
}

.surpriseImg {
    float: left;
    width: 33.33%;
}
.surpriseImg img {
    max-width: 95%;
    border: 1px #ccc solid;
    margin: 7px 0 -7px;
}

.floralTxt {
    line-height: 23px;
    margin: 10px;
}
.floralTxt img {
    float: right;
    width: 35%;
    margin: 0 0 0 10px;
}
.floralTxtB {
    display: inline-block;
    line-height: 23px;
    text-align: justify;
    padding: 1.2em 1.5em;
    background: linear-gradient(#ffebf5, #fff);
}
.floralTxtB .t1 {
    color: #ff0000;
    background: #ffeb7d;
    margin: 0 0.2em 0 0;
}
.floralTxtB .t2 {
    color: #fff;
    background: #ff0000;
    font-weight: bold;
    font-size: 115%;
}
.wareAttentionHop {
    margin: 10px auto;
    padding: 10px;
    font-size: 85%;
    border: 3px double #cccccc;
            border-radius: 6px 6px 6px 6px;
       -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    width: unset;
    max-width: 500px;
    background: #ffffea;
}
.wareAttentionHop img {
    margin: 5px 5px 5px 0;
}
.fontRed1{
    color:#ff0000;
}
.fontGreen1{
    color:#009900;
}
.fLeft,
.L0 {
    float: left;
}

.rentalTitle {
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1.0);
    background: linear-gradient(90deg, rgba(255, 175, 160, 0.80), #fff 95%);
    border-radius: 3rem;
    padding: 0.5rem 0 0.5rem 1rem;
    margin: 0.5rem 0.5rem 0;
}

.Bottomlink {
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
}

.ui-navbar {
    margin: 5px -4px -2px;
    padding: 0 5px;
}

/* footer */
.ui-bar-c {
    color: #fff;
    margin-bottom: 120px;
}
.ui-footer .ui-title {
    margin: 0;
    padding: 3px;
    font-size: 12px;
}
.ui-footer h2 {
    clear: both;
    color: #fff;
    text-shadow: none;
    background: #006633;
    background-image: none;
}
#footerFloat {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    padding: 5px 0 3px;
    text-align: center;
    background: #e6ffdc;
    border-top: 2px solid #006633;
}
.footerFloatTel {
    float: left;
    width: 63.5%;
    padding: 6px 0;
    margin: 0 -3px 0 1px;
}
.footerFloatInq {
    float: left;
    width: 36%;
}
.footerFloatTel img,
.footerFloatInq img {
    max-width: 96%;
    height: auto;
    margin: 3px;
}


#gojyokai .ui-content {
    padding: 0;
    text-align: center;
    overflow: visible;
}
#gojyokai .contentMain {
    background: #e5f6fe;
    padding: 1px 5px;
    font-size: 14px;
    text-align: left;
}
#gojyokai h2.head2 {
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 7px 0 10px;
    padding: 5px 10px;
    text-align: center;
    color: #333;
    border: 1px solid #bae8ff;
    background: #bae8ff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e5f6fe),color-stop(49%,#e5f6fe),color-stop(50%,#bae8ff),to(#e5f6fe)); 
    background-image: -webkit-linear-gradient(#e5f6fe,#e5f6fe 49%,#bae8ff 50%,#e5f6fe);
    background-image:    -moz-linear-gradient(#e5f6fe,#e5f6fe 49%,#bae8ff 50%,#e5f6fe);
    background-image:     -ms-linear-gradient(#e5f6fe,#e5f6fe 49%,#bae8ff 50%,#e5f6fe);
    background-image:      -o-linear-gradient(#e5f6fe,#e5f6fe 49%,#bae8ff 50%,#e5f6fe);
    background-image:         linear-gradient(#e5f6fe,#e5f6fe 49%,#bae8ff 50%,#e5f6fe);
}
#gojyokai .gtxt1 {
    margin: 5px 4px;
}
#gojyokai .gtxt1 img {
    float: left;
    margin: 3px 3px 0 0;
}
#gojyokai .trust {
    margin: 10px 0 5px;
}
#gojyokai .trust img {
    height: auto;
    margin: 2px;
}
#gojyokai .logo1 {
    width: 280px;
    height: auto;
}
#gojyokai .logo2 {
    width: 200px;
    height: auto;
    margin: 5px auto 7px;
}
#gojyokai ol {
    margin: 12px 3px 5px -18px;
}
#floral .ui-bar-c,
#gojyokai .ui-bar-c {
    margin-bottom: 0;
}
