.BodyMain {
    background: #fff;
    margin: 0 auto;
    text-align: center;
    font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Myriad Pro, Myriad, Arial, sans-serif;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
}
.right {
    text-align: right;
}
a {
    text-decoration: none;
    color: #000;
}
div, p {
    margin: auto;
}
img {
    border: none;
}
.clear {
    clear: both;
}
.clearfix::after,
section::after,
div.custinfo::after {
    content: "";
    display: block;
    clear: both;
}

header,
footer {
    margin: 0 auto;
    width: 960px;
    height: 85px;
    background: url("../images/kaisha-title.png") center no-repeat #fff;
    position: relative;
}
header {
    margin-bottom: 10px;
}
.links,
.linksBottom {
    width: 220px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 42%;
}
.linksBottom {
    margin: 4px 355px 0 0;
}
.links img,
.linksBottom img {
    max-width: 65px;
}
.titleLinkFloral {
    display: inline-block;
    width: 115px;
    padding: 4px 0;
    border-radius: 5px;
    background: #ffc;
    border: 1px solid #be9245;
}
.opacity a:hover,
.links a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#fix {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85px;
    z-index: 1002;
    border-top: 3px double #be9245;
    background: #fff;
}

section {
    margin: auto;
    padding: 40px 0;
}
section.cust {
    padding: 28px 0 0 0;
    margin: 0 auto 80px;
    background: #fff url("../images/back_cust.jpg") left top / 43.5% no-repeat;
    line-height: 30px;
}

.backG {
    background: #eee;
}
.backGmenu {
    background-color: #fdfbf8;
    border-top: 1px dotted #be9245;
}
.flex {
    display: flex;
}
.btn {
    display: inline-block;
    border: 1px solid #be9245;
    border-radius: 6px;
    padding: 6px 16px;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.15);
    margin: 10px 30px 10px;
}

h1,
h2.seo,
h2.subtitle,
h3 {
    font-weight: normal;
    font-size: 80%;
    color: #ccc;
    margin: 0;
    padding: 0;
}

h1 {
    width: 960px;
    text-align: left;
    margin: 10px auto 0;
}
h2.subtitle {
    font-size: 200%;
    color: #be9245;
    display: flex;
    align-items: center;
}
h2.subtitle:after {
    border-top: 1px solid #be9245;
    content: "";
    flex-grow: 1;
    margin-left: 1em;
}
h2.seo {
    padding: 30px 0 0;
}
.cust h2.seo {
    padding: 10px 0;
}
h3.saijoTitle {
    font-size: 130%;
    padding: 10px 0;
    text-align: left;
    color: #609;
    margin: 30px 0 0 7px;
}
ul {
    list-style-type: none;
}
.menu-inner {
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
}
.menu-inner,
.menu.active {
    z-index: 1002;
}
.menu {
    background: #000;
}
.menu-inner li {
    border-left: 1px solid #bcbbbb;
}
.menu-inner li:nth-child(1) {
    border: none;
}
.menu-contents li {
    border-left: none;
    border-bottom: 1px solid #bcbbbb !important;
    padding: 5px 0 15px;
    margin: 0 -10px 15px;
}
.nav2 {
    max-width: 1280px;
    margin: 0 auto;
}
.menu-item1 {
    width: 20%;
    height: 100%;
    text-align: center;
}
.menu-item1:hover {
    background: rgba(190, 146, 69, 1.0);
}
.menu-item1::after {
    content: "";
    position: absolute;
    top: 18px;
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: 20px;
}
.menu-link {
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.85);
    display: block;
    line-height: 2.8;
}
.menu-link span {
    margin-left: 15px;
}
/* メガメニュー */
.menu-contents {
    display: none;
    position: absolute;
    top: 100%;
    width: calc(20% - 40px);
    background: rgba(190, 146, 69, 0.7);
    padding: 15px 20px 10px;
}
.menu-contents ul li a {
    display: block;
    color: #fff;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.85);
}

.box {
    width: 960px;
}
.cust .box {
    width: 870px;
}
.floral, .logo, .new {
    margin: 0 7px 5px 0;
    vertical-align: middle;
}
.ya {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}
.ya::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #be9245;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.logo {
    width: 35px;
    height: auto;
}
.copy1,
.copy2 {
    color: #609;
    font-size: 110%;
    margin: 20px 0 10px;
}
.copy2 {
    margin: 0 auto;
    font-size: 150%;
}
.mini {
    font-size: 80%;
}
.big {
    font-size: 120%;
}

.L0 {
    float: left;
}
.R0 {
    float: right;
}
.w30 {
    width: 29.99%;
}
.w45 {
    width: 44.99%;
}
.w55 {
    width: 54.99%;
}
.w70 {
    width: 69.99%;
}
.marTB10 {
    margin: 10px auto;
}
.marR20 {
    margin-right: 20px;
}
.padT10 {
    padding-top: 10px;
}
.padT20 {
    padding-top: 20px;
}
.padT30 {
    padding-top: 30px;
}
.padT40 {
    padding-top: 40px;
}
.waku {
    border: 1px solid #ccc;
}
.txtL {
    text-align: left;
    line-height: 30px;
}
.spaceL1 {
    margin-left: 3em;
}
#container img {
    position: relative;
    object-fit: cover;
}
.flexslider {
    border: none;
}
.slideNoscript {
    width: 100%;
    height: auto;
    margin: -65px auto 0;
}

.planBox {
    border-collapse: collapse;
    margin: 0 auto 1.5rem;
}
.planBox td:nth-child(1),
.planBox td:nth-child(2) {
    border-right: 1px solid #dcdcdc;
}
.planBox tr:last-child {
    vertical-align: top;
}
.cremation {
    color: #7bb420
}
.onedayHall {
    color: #2083b4;
}
.onedayOther {
    color: #609;
}
.planTxt {
    margin: 1rem;
    padding: 0 0 1rem;
    text-align: justify;
    line-height: 2;
}
.planImg {
    padding: 6px;
}
.planImg img {
    max-width: 300px;
}
.planTitle {
    font-size: 120%;
}
.underline {
    padding-bottom: 10px;
    border-bottom: 1px dotted;
}
.planFee {
    margin: .5rem 0;
    font-size: 120%;
}
.planCopy {
    width: 90%;
    padding: 8px;
    border: 1px solid;
    background-color: #fff;
}
.planFee span.big {
    font-size: 160%;
}
.planTxtArea {
    position: relative;
}
.planLink {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: 0;
    right: 1rem;
}
.saijoBox,
.saijoBox2,
.supportBox {
    float: left;
    width: 300px;
    margin: 0 14px 20px 0;
    padding-right: 14px;
}
.planBox:nth-of-type(3n),
.saijoBox:nth-of-type(3n),
.saijoBox2:nth-of-type(4n),
.supportBox:nth-of-type(3n) {
    margin-right: 0;
    padding-right: 0;
}
.supportBox2 {
    float: left;
    margin-left: 15px;
    width: 600px;
}
.supTxt1 {
    padding: 10px 0;
    font-size: 130%;
    border-bottom: 1px solid #be9245;
}
.supTxt2 {
    font-size: 80%;
    line-height: 28px;
    padding: 10px 0 0;
}
.saijoTxt,
.saijoTxt2 {
    margin: 0 auto 10px;
    padding: 4px 10px;
    background: #7bb420;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-size: 80%;
    width: 92px;
    text-align: center;
}
.saijoTxt2 {
    background: #609;
}
.saijoPic {
    width: 95%;
    height: auto;
}
.saijoMarL1 {
    margin-left: 70px;
}
.saijoMarL2 {
    margin-left: 250px;
}

.boxF {
    background: rgba(255, 255, 255, 0.66);
    padding: 5px;
}
.pic1 {
    width: 92%;
    height: auto;
}
.custL {
    float: left;
    width: 72%;
}
.custR {
    float: right;
    width: 27%;
    padding-top: 14px;
}
.custinfo {
    margin: 10px auto;
    width: 620px;
}
.custName,
.custAdd,
.custMap {
    float: left;
}
.custName {
    width: 25%;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}
.custAdd {
    width: 62%;
    text-align: left;
    padding-left: 1em;
}
.custMap {
    width: 10%;
}
#page-top {
    position: fixed;
    z-index: 100;
    bottom: 90px;
    right: 10px;
}
#page-top a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(190,146,69,0.9);
    border-radius: 50%;
}
#page-top a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    margin-top: -4px;
    top: 50%;
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.copyright {
    font-size: 75%;
    padding: 1em 0;
    text-align: right;
    line-height: 20px;
    width: 900px;
    color: #999;
}
.copyright a {
    color: #999;
}
#news {
    margin: 40px auto 0;
    padding: 0;
}
* {
    float: none;
    position: static;
    margin: 0;
    padding: 0;
}
.newsLink {
    display: flex;
    margin: 2rem auto 0;
    flex-wrap: wrap;
}
.newsLink > div {
    border: 1px solid #be9245;
    width: 48%;
    margin: 0 auto 2rem;
    padding: 5px;
}
.newsLink > div:last-child {
    width: 500px;
}
.imgWaku {
    width: 55%;
    border: 3px double #32aae6;
    padding: 8px;
    background-color: #fff;
}
.imgWaku img  {
    width: 98%;
    height: auto;
}
.s_a_Txt {
    font-size: 90%;
    color: #32aae6;
    background: #fff;
    padding: 5px 10px;
    width: max-content;
    position: relative;
    border-radius: 5px;
    border: 2px solid #32aae6;
    margin: 3px auto;
}
.s_a_Txt:after {
    position: absolute;
    top: -15px;
    right: 67px;
    width: 0;
    height: 0;
    content: '';
    border-width: 0 7px 15px 7px;
    border-style: solid;
    border-color: transparent transparent #32aae6 transparent;
}
#zensorenInfo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 87%;
    max-width: 800px;
    margin: 1rem auto 0;
    padding: 8px 10px 3px;
    background: #fff;
    border-radius: 6px;
    border: 3px double #be9245;
}
#zensorenInfo > div {
    margin: unset;
    line-height: 2;
}
#zensorenInfo img {
    max-height: 80px;
}

/* bmenu */
.bmenu {
    padding: 30px 0;
}
.useful {
    list-style: none;
    display: flex;
    justify-content: space-around;
}
.useful li a {
    display: block;
    width: 103px;
    height: 103px;
    margin: 15px 0 0 12px;
    line-height: 25px;
    font-size: 95%;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: #ffc;
    box-shadow: 1px 2px 2px 1px rgba(0, 0, 0, 0.15);
}
.useful li.txt1 p {
    margin-top: 39px;
}
.useful li.txt2 p {
    margin-top: 28px;
}
.useful li.txt3 p {
    margin-top: 15px;
}
.toggle {
    display: none;
}
.Label {
    padding: 1em;
    display: block;
}
.Label:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #be9245;
    border-right: 2px solid #be9245;
    transform: rotate(135deg);
    position: absolute;
    top: calc(50% - 8px);
    right: 325px;
}
.Label,
.content {
    backface-visibility;
    transform: translateZ(0);
    transition: all 0.3s;
}
.content {
    width: 100%;
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
}
.toggle:checked + .Label + .content {
    height: auto;
    padding: 20px;
    transition: all .3s;
}
.toggle:checked + .Label:before {
    transform: rotate(-45deg) !important;
}
.pc-menu {
    display: flex;
    justify-content: space-evenly;
    width: 98%;
    max-width: 1280px;
}
.pc-menu > div {
    margin: 0;
}
.pc-menu .serviceGroup {
    text-align: left;
    font-size: 0.95rem;
    line-height: 2;
    padding: 0.5rem;
}
.pc-menu .category {
    border-left: 4px solid #be9245;
    font-size: 1.05rem;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
}
.pc-menu .emergency a {
    color: #c03;
}

.circle1 {
    background: #dbc499;
    background-image: -webkit-linear-gradient(#fdf1db, #dbc499);
    background-image: linear-gradient(#fdf1db, #dbc499);
    width: 100px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #be9245;
    padding: 8px;
}
.circlePad {
    padding-top: 10px;
}
.circleMarL1 {
    margin-left: 55px;
}
.circleMarL2 {
    margin-left: 115px;
}
.w900 {
    width: 900px;
}