@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Zen+Old+Mincho&display=swap');
html {
 font-size: 62.5%;
 height: 100%;
}
body {
 font-size: 1.6rem;
 letter-spacing: .05em;
 color: #232221;
 background: #e7e6e4;
 line-height: 1;
 font-family: 'Zen Old Mincho', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
 height: 100%;
}
a {
 text-decoration: none;
 transition: .2s;
 position: relative;
 color: #232221;
}
em {
 font-size: 85%;
 font-weight: inherit;
 line-height: 1.5;
}
img {
 display: block;
 width: 100%;
 height: auto;
}
#wrapper {
 position: relative;
}
section {
 position: relative;
 z-index: 5;
 max-width: 1100px;
 margin: 0 auto;
}
.disable a {
 pointer-events: none !important;
 opacity: 0.25 !important;
}
.inner {
 position: relative;
 z-index: 5;
 padding: 5%;
}
.pageTtl {
 position: absolute;
 top: calc(50% + 0.5em);
 transform: translateY(-50%);
 left: 0;
 right: 0;
 color: #fff;
 font-family: 'Zen Old Mincho', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
 font-size: 3.2rem;
 font-weight: bold;
 text-align: center;
}
.secTtl {
 font-family: 'Zen Old Mincho', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
 font-size: 3.2rem;
 font-weight: bold;
 text-align: center;
 margin-bottom: 3.5%;
}
.pageTtl em, .secTtl em {
 font-family: "Josefin Sans", sans-serif;
 font-weight: 600;
 letter-spacing: 0.15em;
 display: block;
 font-size: 50%;
 padding-top: 1.5rem;
 opacity: 0.7;
}
.disable a {
 pointer-events: none;
 opacity: 0.4;
}
header {
 position: relative;
 width: 100%;
 max-width: 1100px;
 margin: 0 auto;
 z-index: 1000;
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 2.5% 5%;
}
header .sns {
 flex: 1 0 50%;
 max-width: 50%;
}
header .sns ul {
 display: flex;
 align-content: center;
}
header .sns ul li {
 flex: 1 0 2.6rem;
 max-width: 2.6rem;
 margin-right: 2rem;
}
header .sns ul li a {
 opacity: 0.75;
}
header .sns ul li a:hover {
 opacity: 1;
}
header h1 {
 width: 9.8rem;
 margin: 0 auto;
 position: absolute;
 left: 0;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
}
header nav {
 flex: 1 0 50%;
 max-width: 50%;
 padding-right: 1.5em;
}
header nav ul {
 display: flex;
 flex-direction: row-reverse;
}
header nav ul li {
 flex: 1 0 1em;
 max-width: 1.5em;
 margin-left: 2em;
}
header nav ul li a {
 display: block;
 text-decoration: none;
 color: #232221;
 font-weight: bold;
 font-family: 'Zen Old Mincho', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
 font-size: 1.8rem;
 padding: 0 0.5em;
 line-height: 1.1;
 overflow: visible !important;
 position: relative;
 writing-mode: vertical-rl;
}
header nav ul li a em {
 display: inline-block;
 font-family: "Josefin Sans", sans-serif;
 font-weight: 700;
 position: absolute;
 font-size: 10px;
 top: 2px;
 right: -4px;
 letter-spacing: 0.25em;
 color: rgba(35, 34, 33, 0.40);
 line-height: 1;
 text-align: left;
}
.kv {
 position: relative;
 width: 90%;
 background: url("../images/kv.jpg") no-repeat center bottom;
 background-size: cover;
 padding-top: calc(56.25% * 0.9);
 margin: 0 auto;
 box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
.kv:before {
 content: "";
 display: block;
 background: rgba(0, 0, 0, 0.12);
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
.kv h1 {
 width: 15rem;
 margin: 0 auto;
 position: absolute;
 top: 50%;
 transform: translateY(-50%)translateX(15%);
 left: 0;
 right: 0;
 z-index: 2;
}
.kv h1:before {
 content: "";
 display: block;
 background: url("../images/jimon_w.svg") no-repeat;
 background-size: 100% auto;
 width: 70%;
 padding-top: 70%;
 margin: 0 auto 20%;
 transform: translateX(-25%);
}
#menu {
 padding: 1.5rem 5% 0;
 max-width: 1100px;
 margin: 0 auto;
}
#menu ul {
 display: flex;
 align-items: stretch;
 justify-content: space-between;
}
#menu ul li {
 flex: 1 0 calc(33.333% - 1rem);
 max-width: calc(33.333% - 1rem);
 text-align: center;
 box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
#menu ul li a {
 background: #111;
 display: block;
 color: #fff;
 padding-top: 100%;
}
#menu ul li a:before {
 content: '';
 display: block;
 background: rgba(0, 0, 0, 0.4);
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
}
#menu ul li a:after {
 content: "";
 display: block;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 right: 0;
 margin: auto;
 padding-top: 100%;
 width: 100%;
 z-index: 1;
 transition: .8s;
}
#menu ul li:nth-child(1) a:after {
 background: url("../images/ph_about.jpg") right center no-repeat;
 background-size: auto 100%;
}
#menu ul li:nth-child(2) a:after {
 background: url("../images/ph_houji.jpg") center top no-repeat;
 background-size: 100% auto;
}
#menu ul li:nth-child(3) a:after {
 background: url("../images/ph_funeral.jpg") center top no-repeat;
 background-size: 100% auto;
}
#menu ul li a:hover:after {
 transform: scale(1.1);
}
#menu ul li a span {
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 display: block;
 text-align: center;
 left: 0;
 right: 0;
 font-size: 1.9rem;
 z-index: 2;
}
#menu ul li a span em {
 display: block;
 font-family: "Josefin Sans", sans-serif;
 font-weight: 700;
 font-size: 1.2rem;
 padding-top: 1rem;
 letter-spacing: 0.25em;
}
#news, #blog {
 padding: 3.5% 5% 0;
}
#news a, #blog a {
 display: block;
}
#news ul, #blog ul {
 display: flex;
 flex-wrap: wrap;
}
#news ul li, #blog ul li {
 flex: 1 0 calc(33.333% - 1rem);
 max-width: calc(33.333% - 1rem);
 margin: 0 calc(3rem / 2) calc(3rem / 2) 0;
 box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
#news ul li:nth-child(3n), #blog ul li:nth-child(3n) {
 margin: 0 0 calc(3rem / 2) 0;
}
#news ul li a:hover, #blog ul li a:hover {
 opacity: 0.7;
}
#news ul li .thumb, #blog ul li .thumb {
 position: relative;
 overflow: hidden;
 background: url("../images/noimage.jpg") no-repeat center center;
 background-size: cover;
}
#news ul li .thumb:before, #blog ul li .thumb:before {
 content: "";
 display: block;
 padding-top: 56.25%;
}
#news ul li .thumb img, #blog ul li .thumb img {
 width: 100%;
 top: 50%;
 transform: translateY(-50%);
 position: absolute;
 left: 0;
}
#news .box, #blog .box {
 position: relative;
 bottom: 0;
 left: 0;
 width: 100%;
 background: #efefef;
 padding: 1.5rem;
}
#news time, #blog time {
 font-family: "Josefin Sans", sans-serif;
 font-weight: 500;
 letter-spacing: 0.1em;
 font-size: 1.5rem;
 padding-bottom: 0.75rem;
 line-height: 1;
 opacity: 0.6;
 display: block;
}
#news .ttl, #blog .ttl {
 line-height: 1.5;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
#access {
 padding: 3.5% 5% 0;
}
#access .map {
 width: 100%;
 position: relative;
 padding-top: 45%;
 overflow: hidden;
 box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}
#access .map iframe {
 width: 100%;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 right: 0;
}
#access .address {
 text-align: center;
 margin: 3% auto 0;
 line-height: 1.5;
}
#access .tel {
 text-align: center;
 margin: 1.5% auto 0;
 line-height: 1.5;
}
footer {
 width: 100%;
 position: relative;
 text-align: center;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
 padding: 5%;
 max-width: 1100px;
 margin: 0 auto;
}
footer .link {
 display: block;
 text-align: center;
}
footer .link li {
 display: inline-block;
 margin: 0 0.5em;
 font-size: 1.5rem;
}
footer .link li a {
 color: #232221;
 position: relative;
 padding-bottom: 0.5rem;
}
footer .link li a:after {
 content: "";
 display: block;
 height: 1px;
 width: 0;
 position: absolute;
 bottom: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.6);
 transition: .3s;
}
footer .link li a:hover:after {
 width: 100%;
}
footer .cr {
 margin-top: 5%;
 font-size: 1.3rem;
 color: #6c6c6c;
}
#about, #houji, #funeral {
 background: #fafafa;
}
#about .kv {
 background: url("../images/ph_about.jpg") no-repeat center top;
 background-size: cover;
 width: 100%;
 padding-top: calc(35%* 0.9);
}
#houji .kv {
 background: url("../images/kv_funeral.jpg") no-repeat center center;
 background-size: cover;
 width: 100%;
 padding-top: calc(35%* 0.9);
}
#funeral .kv {
 background: url("../images/kv_funeral.jpg") no-repeat center center;
 background-size: cover;
 width: 100%;
 padding-top: calc(35%* 0.9);
}
#about .kv:before, #houji .kv:before, #funeral .kv:before {
 background: rgba(0, 0, 0, 0.32);
}
#about .inner {
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
#about h3 {
 font-size: 2.2rem;
 font-weight: bold;
 margin: 4rem 0 2rem;
 font-family: 'Zen Old Mincho', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
#about p {
 line-height: 1.7;
 margin-bottom: 1.5em;
}
#about p strong {
 font-size: 120%;
 font-weight: bold;
}
#about .kuhi {
 background: #ececec;
 padding: 1.5rem;
 border-radius: 0.6rem;
 margin: 0 0.75em 0 0;
 display: inline-block;
 font-weight: bold;
 font-family: 'Zen Old Mincho', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
#about .tonosama {
 position: relative;
}
#about .tonosama:before {
 content: "";
 display: block;
 background: url("../images/ph_tonosama.jpg") no-repeat center top;
 background-size: 100% auto;
 padding-top: 40%;
 margin: 4rem auto 0;
}
#houji .flex {
 display: flex;
}
#houji .flex .flexBox {
 flex: 1 0 60%;
 max-width: 60%;
 padding-right: 5%;
}
#houji .flex .phArea {
 flex: 1 0 40%;
 max-width: 40%;
}
#houji .flex .flexBox ul li {
 margin-bottom: 1.75rem;
}
#houji .flex .flexBox ul li > span {
 display: block;
 font-size: 1.7rem;
 font-weight: bold;
 margin-bottom: 0.75em;
}
#houji .flex .flexBox ul li p {
 margin: 0;
 font-size: 1.5rem;
}
#houji .flex .phArea p {
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
 position: relative;
 font-size: 1.4rem;
 text-align: center;
}
#houji .flex .phArea p:before {
 content: "";
 display: block;
 background: url("../images/ph_houji_example.jpg") no-repeat;
 background-size: 100% auto;
 padding-top: 56.25%;
 margin: 0 auto 1.5rem;
}
#houji .tel, #funeral .tel {
 display: block;
}
#houji .tel a, #funeral .tel a {
 display: block;
 text-align: center;
 height: 3rem;
 width: auto;
}
#houji .tel a img, #funeral .tel a img {
 display: inline-block;
 height: 100%;
 width: auto;
}
#houji .lead h3, #funeral .lead h3 {
 font-size: 2.4rem;
 font-weight: bold;
 margin: 0 0 3rem;
 font-family: 'Zen Old Mincho', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
#houji .lead h4, #funeral .lead h4 {
 display: inline-block;
 font-size: 1.5rem;
 padding: 0.65em 0.75em;
 background: #6c6c6c;
 color: #fafafa;
 line-height: 1;
 margin: 0 0 2rem;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
#houji .lead p, #funeral .lead p {
 line-height: 1.7;
 margin-bottom: 1.5em;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
#greeting {
 background: #fafafa;
}
#greeting h3 {
 font-size: 2.0rem;
 font-weight: bold;
 margin-bottom: 2.5rem;
}
#greeting .flex {
 display: flex;
 flex-direction: row-reverse;
}
#greeting .flex .name {
 flex: 1 0 20rem;
 max-width: 20rem;
 position: relative;
 text-align: center;
}
#greeting .flex .name:before {
 content: "";
 display: block;
 background: url("../images/juusyoku.jpg") no-repeat;
 background-size: 100% auto;
 padding-top: 180%;
 margin: 0 auto 1.5rem;
}
#greeting .flex .flexBox {
 flex: 1 0 calc(100% - 20rem);
 max-width: calc(100% - 20rem);
 line-height: 1.7;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
 padding-right: 5%;
}
#greeting .flex .flexBox p {
 line-height: 1.7;
 margin-bottom: 1.5em;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
#greeting a:hover {
 text-decoration: underline;
}
#newsDetail .inner {
 background: #fafafa;
}
#newsDetail .inner .flex {
 display: flex;
}
#newsDetail .inner .flex .thumb {
 flex: 1 0 20rem;
 max-width: 20rem;
}
#newsDetail .inner .flex .cont {
 flex: 1 0 calc(100% - 20rem);
 max-width: calc(100% - 20rem);
 padding-left: 4%;
}
#newsDetail .inner .flex .cont .date {
 text-align: left;
 margin-bottom: 1.5rem;
}
#newsDetail .inner .flex .cont .postDetail {
 padding: 2.5rem;
 background-color: #EDECEA;
 border-radius: 0.6rem;
}
#blogDetail .kv {
 background: url("../images/ph_blog.jpg") no-repeat center center;
 background-size: cover;
 width: 100%;
 padding-top: calc(35%* 0.9);
}
#blogDetail .kv:before {
 background: rgba(0, 0, 0, 0.32);
}
#blogDetail .inner {
 display: flex;
}
#blogDetail .inner main {
 background: #fafafa;
 flex: 1 0 calc(100% - 5% - 24rem);
 max-width: calc(100% - 5% - 24rem);
 margin-right: 5%;
 padding: 5%;
 box-sizing: border-box;
}
.date {
 text-align: right;
 opacity: 0.7;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
.postTtl {
 font-size: 2.2rem;
 font-weight: bold;
 margin-bottom: 2rem;
 line-height: 1.7;
}
.postDetail {
 line-height: 1.7;
 position: relative;
 padding: 5% 0 0;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
.postDetail h1 {
 font-size: 180%;
 font-weight: bold;
 margin: 0.5em 0 1em;
 line-height: 1.5;
 font-family: 'Zen Old Mincho', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
.postDetail h2 {
 font-size: 160%;
 font-weight: bold;
 margin: 0.5em 0 1em;
 line-height: 1.5;
 font-family: 'Zen Old Mincho', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
.postDetail h3 {
 font-size: 140%;
 font-weight: bold;
 margin: 0.5em 0 1em;
 line-height: 1.5;
 font-family: 'Zen Old Mincho', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
.postDetail h4 {
 font-size: 120%;
 font-weight: bold;
 margin: 0.5em 0 1em;
 line-height: 1.5;
}
.postDetail h5 {
 font-size: 100%;
 font-weight: bold;
 margin: 0.5em 0 1em;
 line-height: 1.5;
}
.postDetail h6 {
 font-size: 80%;
 font-weight: bold;
 margin: 0.5em 0 1em;
 line-height: 1.5;
}
.postDetail p {
 margin-bottom: 1.5em;
}
.postDetail img {
 width: auto;
 height: auto;
 margin: 1em auto;
}
#side {
 flex: 1 0 24rem;
 max-width: 24rem;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
 line-height: 1.7;
}
#side > div {
 margin-bottom: 2.5rem;
}
#side #category {
 display: none;
}
#side .sideTtl {
 font-size: 1.4rem;
 line-height: 1;
 padding: 0.5em 0.5em 0.1em;
 background: #3c3c3c;
 color: #fcfcfc;
 margin-bottom: 1rem;
}
#side .sideTtl em {
 font-family: "Josefin Sans", sans-serif;
 font-weight: 600;
 letter-spacing: 0.15em;
 display: inline-block;
 margin-left: 0.5em;
 opacity: 0.7;
}
#side #search form {
 position: relative;
}
#side #search .screen-reader-text {
 display: none;
}
#side #search input[type=text] {
 background: #fafafa;
 border: 1px solid #3c3c3c;
 border-radius: 1px;
 font-size: 1.5rem;
 padding: 4px 8px;
 box-sizing: border-box;
 width: 100%;
 line-height: 1;
 height: 30px;
}
#side #search #searchsubmit {
 position: absolute;
 top: 0px;
 right: 0px;
 font-size: 0;
 width: 30px;
 height: 30px;
 line-height: 1;
 background: url(../images/icon_search.svg) no-repeat center center #3c3c3c;
 background-size: 15px auto;
 border-radius: 0 1px 1px 0;
 cursor: pointer;
 outline: none;
 border: none;
}
/*==================== form ====================*/
.wpcf7-form {
 box-sizing: border-box;
 margin-top: 8rem;
}
.wpcf7-form h3 {
 font-size: 1.8rem;
 text-align: center;
 margin: 0 0 3rem
}
.wpcf7-form .formComment {
 font-size: 1.5rem;
 text-align: center;
 padding: 3rem 0;
 line-height: 1.3;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
.wpcf7-form dl {
 width: 80rem;
 display: table;
 margin: 0 auto 3rem;
 line-height: 1.4;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}
.wpcf7-form dl dt {
 display: table-cell;
 vertical-align: middle;
 font-size: 1.6rem;
 font-weight: bold;
 width: 150px;
 box-sizing: border-box;
}
.wpcf7-form dl dt span {
 color: #d6080e;
}
.wpcf7-form dl dd {
 display: table-cell;
 font-size: 1.6rem;
 width: 55rem;
 box-sizing: border-box;
}
.wpcf7-form dl dd input {
 background: none;
 border: 1px solid #b8afa9;
 border-radius: 1px;
 font-size: 1.6rem;
 padding: 0.75em 1.5em;
 width: 100%;
 box-sizing: border-box;
}
.wpcf7-form dl dd span {
 font-size: 80%;
}
.wpcf7-form dl dd.textInputShort input {
 width: 60%;
}
.wpcf7-form dl dd textarea {
 background: none;
 border: 1px solid #cecece;
 border-radius: 1px;
 font-size: 1.6rem;
 padding: 0.75em 1.5em;
 line-height: 1.6;
 width: 100%;
 box-sizing: border-box;
 height: 20rem;
}
.wpcf7-form dl dd input:focus, .wpcf7-form dl dd textarea:focus {
 background-color: rgba(255, 255, 255, 0.9);
 border: 1px solid #cecece;
}
.wpcf7-form .hvr-push {
 display: block;
 margin-top: 20px;
 text-align: center;
}
.wpcf7-form .hvr-push .wpcf7-submit {
 background-color: #bf3034;
 border: medium none;
 border-radius: 3px;
 color: #fff;
 cursor: pointer;
 display: inline-block;
 font-size: 1.8rem;
 font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
 outline: medium none;
 padding: 0.75em 10em;
 text-align: center;
}
.wpcf7-form .hvr-push .wpcf7-submit:hover {
 background-color: #cc595d;
 text-decoration: none;
}
.wpcf7-validation-errors {
 border: medium none !important;
 color: #d6080e;
 font-size: 14px;
 line-height: 1.4;
 margin: 0 !important;
 text-align: center;
}
.wpcf7-mail-sent-ok {
 border: medium none !important;
 color: #1f1f1f;
 font-size: 16px;
 font-weight: bold;
 margin: 0 !important;
 text-align: center;
}
span.wpcf7-not-valid-tip {
 color: #d6080e !important;
 margin-top: 10px;
}
@media screen and (max-width:999px) {
 body {
  font-size: 1.4rem;
 }
 .inner {
  padding: 2.5rem 1rem;
 }
 .pageTtl {
  font-size: 2.1rem;
 }
 .secTtl {
  font-size: 2.0rem;
  margin-bottom: 2.0rem;
 }
 .pageTtl em, .secTtl em {
  padding-top: 1.25rem;
 }
 header {
  padding: 1rem 1.5rem;
 }
 header .sns {
  display: none;
 }
 header h1 {
  width: 4.8rem;
  margin: 0 auto;
  position: relative;
  top: auto;
  transform: translateY(0);
 }
 header nav {
  display: none;
 }
 .kv {
  width: 100%;
  padding-top: 56.25%;
 }
 .kv h1 {
  width: 7rem;
  position: absolute;
 }
 #menu {
  padding: 1rem 1rem 0;
 }
 #menu ul li {
  flex: 1 0 calc(33.333% - 0.5rem);
  max-width: calc(33.333% - 0.5rem);
 }
 #menu ul li a span {
  font-size: 1.4rem;
 }
 #menu ul li a span em {
  font-size: 0.9rem;
  padding-top: 0.75rem;
 }
 #news, #blog {
  padding: 3rem 1rem 0;
 }
 #news ul, #blog ul {
  display: block;
 }
 #news ul li, #blog ul li {
  flex: none;
  max-width: 100%;
  margin: 0 0 1rem;
  box-shadow: none;
 }
 #news ul li:nth-child(3n), #blog ul li:nth-child(3n) {
  margin: 0 0 1rem;
 }
 #news ul li a, #blog ul li a {
  display: flex;
  align-items: stretch;
 }
 #news ul li .thumb, #blog ul li .thumb {
  flex: 1 0 calc(33.333% - 0.5rem);
  max-width: calc(33.333% - 0.5rem);
 }
 #news ul li .thumb:before, #blog ul li .thumb:before {
  padding-top: 100%;
 }
 #news .box, #blog .box {
  padding: 1.5rem;
 }
 #news time, #blog time {
  font-size: 1.3rem;
 }
 #access {
  padding: 3rem 1rem 0;
 }
 #access .map {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-top: 45%;
  box-shadow: none;
 }
 #access .address {
  margin: 1.5rem auto 0;
 }
 #access .tel {
  margin: 1.5rem auto 0;
 }
 footer {
  padding: 4rem 1rem 3rem;
 }
 footer .link li {
  font-size: 1.3rem;
 }
 footer .cr {
  margin-top: 3rem;
  font-size: 1.2rem;
 }
 #about h3 {
  font-size: 1.8rem;
  margin: 3rem 0 2rem;
 }
 #about .kuhi {
  padding: 1.25rem;
 }
 #houji .flex {
  display: block;
 }
 #houji .flex .flexBox {
  flex: none;
  max-width: 100%;
  padding-right: 0;
 }
 #houji .flex .phArea {
  flex: none;
  max-width: 100%;
 }
 #houji .flex .flexBox ul li {
  margin-bottom: 1.5rem;
 }
 #houji .flex .flexBox ul li > span {
  font-size: 1.5rem;
 }
 #houji .flex .flexBox ul li p {
  font-size: 1.4rem;
 }
 #houji .flex .phArea p {
  font-size: 1.3rem;
 }
 #houji .tel a, #funeral .tel a {
  height: 2rem;
 }
 #houji .lead h3, #funeral .lead h3 {
  font-size: 2rem;
  text-align: center;
  margin: 2.5rem 0;
 }
 #houji .lead h4, #funeral .lead h4 {
  font-size: 1.3rem;
 }
 #houji .lead p, #funeral .lead p {
  margin-bottom: 1.25em;
 }
 #greeting h3 {
  text-align: center;
 }
 #greeting .flex {
  display: block;
 }
 #greeting .flex .name {
  flex: none;
  max-width: 100%;
  margin-bottom: 2.5rem;
 }
 #greeting .flex .name:before {
  width: 40%;
  padding-top: calc(180% * 0.4);
  margin: 0 auto 1.5rem;
 }
 #greeting .flex .flexBox {
  flex: none;
  max-width: 100%;
  padding-right: 0;
 }
 #newsDetail .inner .flex {
  display: block;
 }
 #newsDetail .inner .flex .thumb {
  flex: none;
  max-width: 50%;
  margin: 0 auto;
 }
 #newsDetail .inner .flex .cont {
  flex: none;
  max-width: 100%;
  padding: 3rem 0 0;
 }
 #newsDetail .inner .flex .cont .postDetail {
  padding: 1.5rem;
  border-radius: 0.3rem;
 }
 #blogDetail .inner {
  display: block;
 }
 #blogDetail .inner main {
  flex: none;
  max-width: 100%;
  margin-right: 0;
  padding: 1.5rem;
 }
 .postTtl {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
 }
 .postDetail {
  padding: 3rem 0 0;
 }
 #side {
  flex: none;
  max-width: 100%;
  margin: 3.5rem auto 0;
 }
 #side > div {
  margin-bottom: 2.0rem;
 }
 #side .sideTtl {
  font-size: 1.3rem;
 }
 /*==================== form ====================*/
 .wpcf7-form {
  padding: 0 1.5rem 0;
  margin-top: 4rem;
 }
 .wpcf7-form input {
  width: 100%;
 }
 .wpcf7-form dl {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 0 1.5rem;
 }
 .wpcf7-form dl dt {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 0.75rem;
 }
 .wpcf7-form dl dd {
  display: block;
  width: 100%;
  padding: 0;
 }
 .wpcf7-form dl dd.textInputShort input {
  width: 100%;
 }
 .wpcf7-form .hvr-push {
  margin: 0 !important;
  padding: 0 !important;
 }
 .wpcf7-form img {
  width: auto;
 }
 .wpcf7-form .hvr-push .wpcf7-submit {
  padding: 0.75em 1.5rem;
 }
}