#global-header {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 10;
}
#global-header .inner {
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  padding: 12px 0;
}
@media screen and (max-width: 1100px) {
  #global-header .inner {
    margin: 0 0 8px 0;
    padding: 12px 0;
  }
}
#global-header .inner .logo {
  width: 200px;
  margin-right: 16px;
  padding-left: 12px;
}
#global-header .inner .logo a {
  display: inline-block;
}
#global-header .inner .logo a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#global-header .inner #global-navi {
  width: 100%;
}
#global-header .inner #global-navi ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
#global-header .inner #global-navi ul li {
  width: 100%;
}
@media screen and (max-width: 1100px) {
  #global-header .inner #global-navi ul li {
    display: none;
  }
}
#global-header .inner #global-navi ul li a {
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.3rem;
  padding: 15px 0;
  transition: all 0.5s ease;
}
#global-header .inner #global-navi ul li a:hover {
  color: #343434;
  background: #FED4BE;
}

#pankuzu {
  background: #DEDEDE;
}
#pankuzu .inner {
  width: 1400px;
  margin: 0 auto;
  padding: 4px 0;
}
@media screen and (max-width: 1400px) {
  #pankuzu .inner {
    width: 90%;
  }
}
#pankuzu .inner a {
  font-size: 1.2rem;
  display: inline-block;
  margin-right: 10px;
}
#pankuzu .inner span {
  font-size: 1.2rem;
  display: inline-block;
}

#sub_key_visual {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
#sub_key_visual.minikey {
  height: 336px;
  background-size: cover;
}
#sub_key_visual.minikey.contact {
  background: url(../contact/images/key_contact.jpg) no-repeat;
  background-size: cover;
}
#sub_key_visual.minikey.single {
  background: url(../info/images/key_single.jpg) no-repeat;
  background-size: cover;
}
#sub_key_visual.largekey {
  width: 100%;
  height: 100vh;
}
#sub_key_visual.largekey.top {
  background: url(../images/key_top.jpg) no-repeat bottom center;
  background-size: cover;
}
#sub_key_visual.largekey.funeral {
  background: url(../funeral/images/key_funeral.jpg) no-repeat bottom center;
  background-size: cover;
}
#sub_key_visual.largekey.history {
  background: url(../history/images/key_history_staff.jpg) no-repeat bottom center;
  background-size: cover;
}
#sub_key_visual.largekey.temple {
  background: url(../temple/images/key_temple.png) no-repeat bottom center;
  background-size: cover;
}
#sub_key_visual.largekey.info {
  background: url(../info/images/key_info.png) no-repeat bottom center;
  background-size: cover;
}
#sub_key_visual.largekey.vision {
  background: url(../vision/images/key_vision.jpg) no-repeat bottom center;
  background-size: cover;
}
#sub_key_visual .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
#sub_key_visual .inner .key_head {
  text-align: center;
  padding-top: 40px;
}
#sub_key_visual .inner .key_head h2 {
  color: #fff;
  font-size: 5.7rem;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 540px) {
  #sub_key_visual .inner .key_head h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 430px) {
  #sub_key_visual .inner .key_head h2 {
    font-size: 4rem;
  }
}
#sub_key_visual .inner .key_head p {
  color: #FED4BE;
  line-height: 1;
  font-size: 2.4rem;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 540px) {
  #sub_key_visual .inner .key_head p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 430px) {
  #sub_key_visual .inner .key_head p {
    font-size: 1.2rem;
  }
}

.page_bottom_info {
  background: #E6BFAC;
  padding: 32px 0;
}
@media screen and (max-width: 1000px) {
  .page_bottom_info {
    text-align: center;
  }
}
.page_bottom_info .inner {
  width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 35% 35% 30%;
}
@media screen and (max-width: 1440px) {
  .page_bottom_info .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .page_bottom_info .inner {
    display: block;
    grid-template-columns: none;
  }
}
@media screen and (max-width: 1100px) {
  .page_bottom_info .inner .banner {
    background: #FED4BF;
  }
}
.page_bottom_info .inner .banner img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .page_bottom_info .inner .banner img {
    width: 35%;
    height: auto;
    vertical-align: bottom;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  .page_bottom_info .inner .banner img {
    margin-bottom: 0;
  }
}
.page_bottom_info .inner .map {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .page_bottom_info .inner .map {
    height: 300px;
  }
}
@media screen and (max-width: 360px) {
  .page_bottom_info .inner .map {
    height: 300px;
  }
}
.page_bottom_info .inner .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .page_bottom_info .inner .map iframe {
    width: 100%;
    height: 100%;
  }
}
.page_bottom_info .inner .info {
  width: 100%;
  display: grid;
  align-items: center;
  padding-left: 32px;
  background: rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1440px) {
  .page_bottom_info .inner .info {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1000px) {
  .page_bottom_info .inner .info {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  .page_bottom_info .inner .info ul {
    padding-top: 30px;
  }
}
.page_bottom_info .inner .info ul li {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 12px;
  transition: all 0.5s ease;
}
.page_bottom_info .inner .info ul .telnum a {
  display: inline-block;
  font-size: 1.8rem;
  color: #fff;
}
.page_bottom_info .inner .info ul .telnum a:hover {
  color: #4D1F1F;
}
.page_bottom_info .inner .info ul .infolink a {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.6s ease;
}
.page_bottom_info .inner .info ul .infolink a:hover {
  background: #4D1F1F;
  border-color: #4D1F1F;
}
.page_bottom_info .inner .info ul .linkacc {
  margin-bottom: 0;
}

#global-footer {
  background: #EBE4D8;
  padding: 32px 0;
}
#global-footer .flogo {
  text-align: center;
  margin-bottom: 24px;
}
#global-footer .flogo a {
  display: inline-block;
}
#global-footer .footer-inner {
  margin: 0 auto;
  width: 1440px;
}
@media screen and (max-width: 1440px) {
  #global-footer .footer-inner {
    width: 90%;
  }
}
#global-footer .footer-inner .fnavi {
  margin-bottom: 24px;
}
#global-footer .footer-inner .fnavi ul {
  display: flex;
  justify-content: space-between;
  flex: 1;
}
@media screen and (max-width: 1100px) {
  #global-footer .footer-inner .fnavi ul {
    display: none;
  }
}
#global-footer .footer-inner .fnavi ul li {
  width: 100%;
}
#global-footer .footer-inner .fnavi ul li a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #4D1F1F;
}
#global-footer .footer-inner .footer_sns .title {
  text-align: center;
  margin-bottom: 10px;
}
#global-footer .footer-inner .footer_sns .title span {
  display: inline-block;
  padding: 4px 16px;
  border-radius: 2em;
  border: 1px solid #4D1F1F;
  color: #4D1F1F;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
}
#global-footer .footer-inner .footer_sns .link_icon {
  text-align: center;
  margin-bottom: 24px;
}
#global-footer .footer-inner .footer_sns .link_icon a {
  display: inline-block;
}
#global-footer .footer-inner .footer_sns .link_icon a:nth-child(1) {
  margin-right: 8px;
}
#global-footer .footer-inner .footer_sns .fname {
  text-align: center;
  margin-bottom: 16px;
}

.copy_small {
  width: 100%;
  text-align: center;
  color: #fff;
}
.copy_small small {
  color: #4D1F1F;
  font-size: 1.2rem;
}

#container {
  min-height: 400px;
  padding: 80px 0;
}
#container .descbox {
  text-align: center;
  margin-bottom: 24px;
}
#container .descbox p {
  font-size: 1.6rem;
  color: #4D1F1F;
}
@media screen and (max-width: 730px) {
  #container .descbox p {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #container .descbox p {
    font-size: 13px;
  }
}
#container #mainform {
  width: 850px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 1100px) {
  #container #mainform {
    width: 90%;
  }
}
#container #mainform dl {
  padding: 40px 40px 24px 40px;
}
#container #mainform dl div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f9f9f9;
}
@media screen and (max-width: 800px) {
  #container #mainform dl div {
    display: block;
  }
}
#container #mainform dl div dt {
  width: 30%;
  padding-left: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  #container #mainform dl div dt {
    padding-left: 0;
    width: 100%;
  }
}
#container #mainform dl div dd {
  width: 65%;
  font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
  #container #mainform dl div dd {
    width: 90%;
  }
}
#container #mainform dl div dd input[type=text] {
  font-size: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: #f9f9f9;
  padding: 8px;
}
#container #mainform dl div dd textarea {
  font-size: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  border: none;
  background: #f9f9f9;
  padding: 5px 8px;
}
#container #mainform .btn_group {
  text-align: center;
  padding-bottom: 40px;
}
#container #mainform .btn_group button {
  border: none;
  background: #414141;
  color: #fff;
  padding: 8px 24px;
  border-radius: 2em;
  cursor: pointer;
  transition: all 0.6s ease;
}
#container #mainform .btn_group button:hover {
  background: #FED4BE;
  color: #4D1F1F;
}

/*# sourceMappingURL=contact.css.map */
