@charset "UTF-8";
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

* {
  box-sizing: border-box;
}

.sp {
  display: none;
}

.spInline {
  display: none;
}

p {
  line-height: 180%;
}

li {
  list-style-type: none;
}

a {
  color: #fff;
}

a:live {
  color: #fff;
}

a:hover {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:active {
  color: #fff;
}

small {
  font-size: 14px;
}

html, body {
  font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",  sans-serif;
  font-feature-settings: "pkna";
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  background: #f8ebc3;
}

#contents {
  float: left;
}

.header {
  height: 200px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.headerLogo {
  max-width: 100%;
  padding: 0 26px 13px 26px;
}

.headerLogoImg {
  width: 100%;
}

#mainBox {
  position: relative;
  padding: 0 0 30px 30px;
  margin: 0 auto;
}

.mainLink {
  display: block;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
  width: 50%;
  max-width: 436px;
}

.mainLink:hover {
  opacity: 0.8;
}

.mainBg {
  background: url(../images/main_bg.jpg);
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -70px;
  width: 100%;
  max-width: 1400px;
  height: 0;
  padding-bottom: 40%;
  padding-bottom: 30vw;
}

.mainBanner {
  text-align: right;
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 50px;
}

.mainBannerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1000px;
  height: 200px;
  position: relative;
  top: -50px;
}

.mainBannerImg1 {
  max-width: 436px;
  width: 50%;
  padding: 0 10px;
}

.mainBannerImg2 {
  width: 100%;
  padding: 0 10px;
  position: relative;
  top: -20px;
}

.mainTxt {
  position: relative;
}

.mainTxtImg {
  width: 45%;
}

.wrapper {
  padding: 0 52px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.informationWrapper {
  border: 1px solid #1F4589;
  position: relative;
}

.informationTitle {
  background: #1F4589;
  color: #fff;
  padding: 13px;
  font-size: 24px;
  font-weight: 900;
}

.informationTel {
  margin: 26px 26px 13px 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.informationTelMark {
  margin-right: 5px;
  min-width: 50px;
  max-width: 60px;
}

.informationTelAttention {
  margin: 0 26px 26px 26px;
  text-align: center;
  font-size: 14px;
}

.informationTelLink {
  font-size: 60px;
  font-weight: 900;
  color: #db292a;
  font-family: 'arial';
}

.informationTelLink:live {
  color: #db292a;
}

.informationTelLink:hover {
  color: #db292a;
}

.informationTelLink:visited {
  color: #db292a;
}

.informationTelLink:active {
  color: #db292a;
}

.informationMen {
  position: absolute;
  right: 10px;
  bottom: 0;
  max-width: 120px;
}

.dotTitle {
  font-size: 34px;
  color: #006f37;
  border-bottomm: 2px solid #006f37;
  text-align: center;
  margin: 52px auto 13px auto;
}

.dot:after {
  content: '.......................................................';
  font-family: "arial";
  font-size: 20px;
  font-weight: 900;
  display: block;
  letter-spacing: 1px;
  position: relative;
  top: -20px;
}

.graves {
  margin-bottom: 52px;
}

.grave {
  background: #fff;
}

.graveThree .graveList {
  width: 33%;
}

.graveThree .graveList:first-child {
  width: 33%;
}

.graveDotTitle {
  margin: 0px -26px;
  padding-top: 26px;
  background: #eaf6fd;
}

.graveHead {
  padding: 20px 20px 0 20px;
}

.graveHead:before {
  content: '';
  display: inline;
  border-left: 4px solid #c89a33;
  margin-right: 10px;
}

.graveBox {
  margin: 0 -26px;
  background: #eaf6fd;
}

.graveList {
  float: left;
  padding: 13px;
  width: 50%;
  font-size: 14px;
  line-height: 2;
}

.graveList:first-child {
  width: 100%;
}

.graveSubTitle {
  font-size: 18px;
  color: #1F4589;
  margin-top: 13px;
}

.graveTitle {
  font-size: 18px;
  white-space: nowrap;
}

.graveAddress {
  font-size: 14px;
  border: 1px solid #333;
  padding: 2px 4px;
}

.graveTxt {
  font-size: 14px;
}

.graveImg {
  width: 100%;
  position: relative;
}

.graveImg img {
  width: 100%;
}

.graveImgBudge {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  max-width: 100%;
  padding: 3px 10px 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  background: rgba(219, 41, 42, 0.9);
}

.graveAttention {
  padding: 10px;
  font-size: 11px;
}

.vrWrapper {
  margin-bottom: 52px;
}

.vrArea {
  position: relative;
  height: 400px;
  background-image: url("../images/vrBg.png");
  background-size: cover;
  background-position: center right;
  color: #fff;
  overflow: hidden;
}

.vrBox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 78px 30% 13px 26px;
  color: #000;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 30%, white 50%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 30%, white 50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 30%, white 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.vrHumen {
  width: 30%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.vrHumenImg {
  width: 100%;
}

.vrTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  line-height: 1;
  padding: 5px 10px;
}

.vrTitleMain {
  position: relative;
  left: -20px;
}

.vrTitleSub {
  font-size: 20px;
}

.vrBudge {
  width: 20%;
  max-width: 100px;
  margin-right: 13px;
}

.titleTxt {
  font-size: 32px;
  text-align: center;
  margin-top: 52px;
}

.problemBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-weight: 900;
  white-space: nowrap;
  margin: auto -26px;
}

.problemList {
  width: 50%;
  text-align: center;
  padding: 13px 5px 0 5px;
  font-size: 100%;
  text-align: right;
  /*
  &:before{
    content: '■';
    font-family: Serif;
    color: $green;
    margin-right: 5px;
  }
  */
}

.problemList:nth-child(2n) {
  text-align: left;
}

.problemIcon {
  max-width: 24px;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

.problemTxt {
  font-size: 1.1vw;
}

.arrowWrapper {
  margin: 52px auto 26px auto;
}

.arrowTxt {
  text-align: center;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.3;
}

.arrowTxt:before {
  content: '';
  display: block;
  margin: 0 auto 26px auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 65px 0 65px;
  border-color: #FFE100 transparent transparent transparent;
}

.arrowStrong {
  color: #db292a;
}

.tableWrapper {
  margin-bottom: 26px;
}

.table {
  border: 1px solid #006f37;
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
  table-layout: fixed;
}

.tableCaption {
  background: #006f37;
  color: #fff;
  position: relative;
}

.tableCaptionWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: -3px;
}

.tableCaptionTxt {
  font-size: 36px;
  font-weight: 900;
  margin-right: 4px;
}

.tableCaptionTxtStrong {
  color: #FFE100;
}

.tableCaptionMark {
  position: relative;
  top: -8px;
}

.tableRow {
  border-top: 1px solid #006f37;
}

.tableRow:first-child {
  border-top: 0;
}

.tableCell {
  vertical-align: top;
  padding: 26px;
  width: 50%;
}

.tableCell:nth-child(2n) {
  border-left: 1px solid #006f37;
}

.tableCellTitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
}

.tableCellTitleNumber {
  width: 52px;
  height: 52px;
  color: #fff;
  background: #006f37;
  font-size: 34px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 13px;
}

.tableCellTitleTxt {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  white-space: nowrap;
}

.tableCellImgBox {
  display: flex;
  justify-content: space-between;
}

.tableCellImg {
  width: 100%;
  height: 100%;
}

.tableCellImg3 {
  width: 30%;
  height: 100%;
}

.tableCellTxt {
  margin-top: 13px;
  font-size: 16px;
}

.tableCellList {
  display: flex;
  justify-content: flex-start;
}

.tableCellListIcon {
  font-size: 60px;
  margin-right: 13px;
}

.tableCellListTxt {
  font-size: 1vw;
  font-weight: 900;
}

.bannerWrapper {
  margin: 26px auto;
}

.bannerLink {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.banner {
  width: 100%;
}

.headTxt {
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  color: #006f37;
  line-height: 1.3;
  position: relative;
  margin-bottom: 26px;
}

.subHeadTxt {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.budgeWrapper {
  display: flex;
  justify-content: space-around;
}

.budgeBeforeTitle {
  width: 80%;
}

.budgeBox {
  width: 15%;
}

.budge {
  width: 100%;
}

.line {
  border-top: 1px solid #006f37;
  margin: 26px 0;
}

.eventInformation {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
}

.eventInformationImgArea {
  display: flex;
  justify-content: space-between;
  margin: 13px 0;
  width: 50%;
}

.eventInformationImgBox {
  width: 48%;
  max-height: 200px;
  overflow: hidden;
}

.eventInformationBox {
  width: 48%;
}

.eventInformationImg {
  width: 100%;
}

.eventInformationAttention {
  font-size: 11px;
}

.eventMap {
  height: 400px;
}

.txtBanner {
  margin: 26px auto 0 auto;
  padding: 26px 26px 13px 26px;
  background: rgba(237, 109, 0, 0.2);
  border-radius: 10px;
  text-align: center;
  position: relative;
}

.txtBannerTop {
  position: absolute;
  top: -13px;
  height: 26px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.txtBannerTopTxt {
  background: #ed6d00;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 20px;
  line-height: 1;
}

.txtBannerSub {
  font-size: 20px;
  font-weight: 900;
  color: #ed6d00;
  line-height: 1.3;
}

.txtBannerMain {
  font-size: 26px;
  font-weight: 900;
  color: #ed6d00;
  line-height: 1.3;
}

.txtBannerAttention {
  font-size: 12px;
}

.imgBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26px;
}

.imgList {
  width: 19%;
}

.imgListImg {
  width: 100%;
}

.questionDefineBox {
  padding: 0 52px;
  margin-bottom: 52px;
}

.questionDefineList {
  border-top: 1px solid #006f37;
  padding: 26px 0;
}

.questionDefineList:first-child {
  border-top: 0;
  padding: 0 0 52px 0;
}

.questionDefineTerm {
  font-size: 20px;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}

.questionDefineTerm:before {
  content: 'Q';
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: rgba(0, 111, 55, 0.3);
  color: #006f37;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 30px;
  font-weight: 900;
}

.questionDefineDescription {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.questionDefineDescription:before {
  content: 'A';
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background: rgba(237, 109, 0, 0.3);
  color: #ed6d00;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  font-size: 30px;
  font-weight: 900;
}

.questionDefineTxt {
  display: block;
  width: 90%;
}

.footer {
  padding-bottom: 52px;
}

.footerSmallsWrapper {
  display: flex;
  justify-content: flex-start;
}

.footerLogoArea {
  padding-right: 30px;
}

.footerLogo {
  max-width: 150px;
}

.footerTxtArea {
  font-size: 12px;
}

.footerTxtLink {
  color: #000;
}

.footerTxtLink:hover {
  color: #000;
}

.footerTxtLink:active {
  color: #000;
}

.footerTxtLink:visited {
  color: #000;
}

#form {
  float: right;
  width: 375px;
  z-index: 40;
  background-color: #f8ebc3;
  overflow: hidden;
  position: absolute;
  top: 160px;
  right: 0;
}

#form fieldset {
  margin-top: 20px;
}

#form label {
  display: block;
  margin-bottom: 8px;
  width: 375px;
  padding: 0 20px;
  font-size: 18px;
}

#form label span {
  color: #e43c38;
  font-size: 16px;
  font-weight: 400;
  padding-left: 1em;
}

#form label input {
  border: 1px solid #9a9a9a;
  background: #fff;
  height: 25px;
  padding: 0 4px;
  width: 100%;
}

#form label textarea {
  border: 1px solid #9a9a9a;
  background: #fff;
  height: 58px;
  padding: 4px;
  width: 100%;
}

#form label #zipcode {
  float: left;
  width: 47.82609%;
  margin-right: 20px;
}

#form label .searchAddress {
  float: left;
  box-sizing: border-box;
  border-radius: 5px;
  width: 45%;
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,bcbcbc+90 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 1%, #bcbcbc 90%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 1%, #bcbcbc 90%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 1%, #bcbcbc 90%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bcbcbc',GradientType=0 );
  /* IE6-9 */
}

#form label.check_checkbox {
  font-size: 16px;
}

#form label.area_contact.error input, #form label.area_contact.error textarea, #form label.area_contact.error select {
  background-color: #ffc0cb;
}

#form label.area_contact .contact_error {
  font-size: 16px;
  line-height: 24px;
  color: #e43c38;
}

#form .checkArea {
  padding: 0 20px;
  margin-top: 13px;
}

#form .checkArea label {
  width: 335px;
  padding: 0 0 8px;
  margin: 0;
}

#form .checkArea.error label {
  background-color: #ffc0cb;
}

#form .checkArea.error .contact_error {
  font-size: 16px;
  line-height: 24px;
  color: #e43c38;
}

#form .checkAttention {
  padding: 0 20px;
  font-size: 11px;
}

.formTitle {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 50;
  margin-top: 10px;
}

.formTitle img {
  width: 100%;
}

.formSubTitle {
  border: 2px solid #ed6d00;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  color: #ed6d00;
  width: 50%;
  margin: 13px auto 0 auto;
}

#formEnd {
  text-align: center;
  margin-bottom: 20px;
}

#btn_Check {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  cursor: pointer;
}

#btn_Check img {
  width: 100%;
}

.attention {
  padding: 0 20px 20px 20px;
  line-height: -28.4;
}

.attention small {
  font-size: 11px;
}

.checkbox {
  display: none;
}

.check_checkbox {
  cursor: pointer;
}

.checkImg {
  position: relative;
  top: -6px;
  left: 0;
  width: 17px;
  margin-top: 5px;
  margin-right: 8px;
}

@media screen and (max-width: 1650px) {
  .problemTxt {
    font-size: 1.35vw;
  }
  .tableCellListTxt {
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 1200px) {
  .informationTel {
    justify-content: flex-start;
  }
  .informationTelAttention {
    text-align: left;
    font-size: 12px;
  }
  .informationMen {
    width: 20%;
  }
  .informationTelLink {
    font-size: 50px;
  }
  .problemBox {
    display: block;
  }
  .problemList {
    width: 100%;
    text-align: center;
  }
  .problemList:nth-child(2n) {
    text-align: center;
  }
  .problemTxt {
    font-size: 1.6vw;
  }
  .graveList {
    width: 50%;
  }
  .vrBox {
    padding: 78px 30% 13px 13px;
  }
  .tableCaptionTxt {
    margin: 4px;
    line-height: 1.3;
  }
  .tableCell {
    padding: 13px;
  }
  .tableCellList {
    display: block;
  }
  .tableCellListIcon {
    margin: auto auto 13px auto;
    text-align: center;
  }
  .tableCellListTxt {
    font-size: 14px;
    text-align: center;
  }
  .tableCellTitleTxt {
    font-size: 15px;
    letter-spacing: -1px;
  }
  .tableCellTitleNumber {
    width: 35px;
    height: 35px;
    font-size: 20px;
    margin-right: 5px;
  }
  .headTxt {
    font-size: 20px;
  }
  .subHeadTxt {
    font-size: 16px;
  }
  .questionDefineBox {
    padding: 0 13px;
  }
  .questionDefineTerm:before {
    margin-right: 13px;
  }
  .questionDefineDescription:before {
    margin-right: 13px;
  }
}

@media screen and (max-width: 1024px) {
  .informationTelLink {
    font-size: 40px;
  }
  .graveList {
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) {
  html {
    overflow-y: auto;
  }
  main {
    overflow: hidden;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .spInline {
    display: inline;
  }
  #addEvent.pc {
    display: none;
  }
  h1 {
    width: auto;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 20;
  }
  h1 img {
    width: 100%;
    max-width: 1400px;
  }
  #contentsWrap {
    overflow: hidden;
  }
  #contents {
    background-color: #fff;
    padding-bottom: 60px;
  }
  #contents, #form {
    float: none;
    width: 100%;
  }
  .header {
    height: auto;
    padding: 13px 0;
    border-bottom: 4px solid #006f37;
  }
  .headerLogo {
    width: 100%;
  }
  .mainLink {
    width: 100%;
    max-width: none;
  }
  .mainBanner {
    height: auto;
    background: transparent;
    margin-bottom: 0;
  }
  .mainBannerImg {
    width: 100%;
  }
  .mainBoxSp {
    background: url(../images/main_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .mainBoxSpCurtain {
    padding: 13px;
    background: rgba(255, 255, 255, 0.8);
  }
  .mainTxtImg {
    width: 100%;
  }
  .mainBannerImg {
    margin-top: 13px;
  }
  .wrapper {
    padding: 26px 13px 0 13px;
  }
  .informationWrapper {
    margin: 0 0 26px 0;
  }
  .informationTitle {
    line-height: 1.3;
    font-size: 16px;
  }
  .informationTel {
    margin: 13px;
  }
  .informationTelLink {
    font-size: 28px;
  }
  .informationTelMark {
    min-width: 30px;
  }
  .informationTelAttention {
    margin: 0 13px 13px 13px;
    font-size: 12px;
    padding-right: 20%;
  }
  .titleTxt {
    margin-top: 0;
    font-size: 24px;
  }
  .dotTitle {
    margin: auto;
    font-size: 24px;
  }
  .dot:after {
    content: '............................................';
    letter-spacing: 2px;
    font-size: 12px;
    top: -10px;
  }
  .budgeBeforeTitle {
    width: 100%;
  }
  .graves {
    margin-bottom: 13px;
  }
  .graveThree .graveList {
    width: 100%;
  }
  .graveThree .graveList:first-child {
    width: 100%;
  }
  .graveBox {
    margin: auto auto 26px auto;
  }
  .graveBox:first-child {
    margin-bottom: 0;
  }
  .graveList {
    width: 100%;
    font-size: 13px;
    line-height: 1.6;
  }
  .graveList:nth-child(-n+2) {
    width: 100%;
  }
  .graveTitle {
    margin: 10px 0 5px 0;
    font-size: 17px;
  }
  .graveBtn {
    font-size: 22px;
    width: 80%;
  }
  .vrTitle {
    display: block;
    font-size: 26px;
    line-height: 1;
    padding: 15px 10px;
    text-align: center;
  }
  .vrTitleMain {
    position: static;
  }
  .vrTitleSub {
    font-size: 15px;
  }
  .vrArea {
    height: auto;
    background: transparent;
  }
  .vrBox {
    position: static;
    padding: 13px;
    width: 100%;
    background: #fff;
  }
  .vrHumen {
    position: static;
    background-image: url("../images/vrBg.png");
    background-position: top center;
    background-size: cover;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    padding-top: 20px;
  }
  .vrHumenImg {
    max-width: 225px;
  }
  .vrTxt {
    font-size: 13px;
    margin-top: 13px;
  }
  .vrTxt:first-child {
    margin-top: 0;
  }
  .problemBox {
    margin-top: 13px;
  }
  .problemList {
    margin: 0 auto;
    padding-top: 4px;
    position: relative;
    /*
    &:before{
      position: absolute;
      left: 0;
    }
    */
  }
  .problemTxt {
    font-size: inherit;
  }
  .arrowWrapper {
    margin: 26px auto;
  }
  .arrowTxt {
    font-size: 32px;
  }
  .tableCaption {
    height: auto;
    padding: 4px 0 0 0;
    line-height: 1;
  }
  .tableCaptionTxt {
    font-size: 26px;
  }
  .tableCellTitleTxt {
    letter-spacing: 0;
  }
  .tableCellTxt {
    font-size: 14px;
  }
  .bannerWrapper {
    margin: auto;
  }
  .bannerLink {
    margin-bottom: 26px;
  }
  .imgList {
    width: 30%;
  }
  .eventInformation {
    display: block;
  }
  .eventInformationImgArea {
    width: 100%;
  }
  .eventInformationImgBox {
    max-height: none;
  }
  .eventInformationBox {
    width: 100%;
  }
  .eventMap {
    height: 250px;
  }
  .questionDefineBox {
    margin-bottom: 0;
  }
  .footer {
    padding-bottom: 0;
  }
  .footerSmallsWrapper {
    display: block;
    margin-top: 13px;
  }
  .footerLogoArea {
    padding-right: 0;
    margin-bottom: 13px;
    text-align: center;
  }
  #form {
    width: 100%;
    top: 0;
  }
  #form label {
    width: 100%;
    margin-bottom: 20px;
  }
  #form label input {
    height: 44px;
  }
  #form label textarea {
    height: 88px;
  }
  .formTitle {
    margin-top: 26px;
  }
  .spFixWrapper {
    position: fixed;
    z-index: 50;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #ea9046;
    background: -moz-linear-gradient(top, #ea9046 5%, #ed6d00 100%);
    background: -webkit-linear-gradient(top, #ea9046 5%, #ed6d00 100%);
    background: linear-gradient(to bottom, #ea9046 5%, #ed6d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea9046', endColorstr='#ed6d00',GradientType=0 );
  }
  .spFixItem {
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .spFixForm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64%;
    height: 60px;
    text-align: center;
    font-size: 2.5vw;
    font-weight: 900;
    margin: 0 4px;
  }
  .spFixBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    width: 18%;
    height: 60px;
    margin: 0 4px;
  }
  .spFixItem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
  }
  .spFixTel {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .spFixTel:after {
    content: '電話する';
    display: block;
    font-size: 11px;
    width: 100%;
  }
  .spFixTop {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    color: #fff;
  }
  .spFixTop:after {
    content: 'TOP';
    display: block;
    font-size: 11px;
    width: 100%;
  }
  .spFixTop:hover {
    color: #fff;
  }
  .spFixTop:active {
    color: #fff;
  }
  .spFixTop:visited {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .informationTelLink {
    font-size: 26px;
  }
  .graveBtn {
    font-size: 15px;
  }
  .vrTitle {
    font-size: 24px;
  }
  .problemList {
    width: 100%;
    font-size: 14px;
  }
  .tableCaptionTxt {
    font-size: 24px;
  }
  .tableRow {
    display: block;
    border: 0;
  }
  .tableCell {
    display: block;
    width: 100%;
    border-top: 1px solid #006f37;
  }
  .tableCell:nth-child(2n) {
    border-left: 0;
  }
  .tableCellList {
    align-items: center;
  }
  .tableCellListTxt {
    font-size: 16px;
  }
  .tableCellListIcon {
    font-size: 20vw;
    margin: 13px auto auto auto;
  }
  .eventWrappr {
    display: block;
  }
  .eventInformation {
    width: 100%;
  }
  .eventMap {
    width: 100%;
  }
  .headTxt {
    font-size: 18px;
    text-align: left;
  }
  .subHeadTxt {
    font-size: 14px;
    text-align: left;
  }
  .spFixForm {
    font-size: 4vw;
  }
}
