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

* {
  box-sizing: border-box;
}

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

@media screen and (max-width: 1000px) {
  .wrapper {
    padding: 0 8vw;
  }
}

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

input:-internal-autofill-selected {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*** main ***/
#mainBox {
  position: relative;
  background-image: url(../images/main_bg_front_pc.png), url(../images/main_bg_back_pc.png);
  background-position: right center, right center;
  background-size: contain, cover;
  background-color: #fff;
  width: 100%;
  padding: 0 50px;
}

#mainBox .wrapper {
  position: relative;
}

#mainBox h1 {
  width: 61%;
  max-width: 680px;
  padding-top: 6vh;
}

#mainBox .mainBanner {
  position: absolute;
  left: 50px;
  bottom: 5px;
  width: 40vw;
  max-width: 500px;
}

#mainBox a.sp {
  display: none;
}

#mainBox img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  #mainBox {
    background-image: url(../images/main_bg_front_sp.png), url(../images/main_bg_back_pc.png);
    height: calc(100vh - 170px);
  }
  #mainBox h1 {
    padding-top: 10vh;
  }
  #mainBox .mainBanner {
    display: none;
  }
  #mainBox a {
    width: 40vw;
  }
  #mainBox a.sp {
    display: block;
    bottom: -140px;
    width: 92vw;
    margin: 0 4vw;
  }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  #mainBox {
    background-image: url(../images/main_bg_front_pc.png), url(../images/main_bg_back_pc.png);
    height: 100vh;
  }
  #mainBox h1 {
    height: 40vh;
    padding-top: 5vh;
  }
  #mainBox a {
    width: 40vw;
  }
  #mainBox a.sp {
    display: block;
    bottom: 0 !important;
    width: auto;
    height: 35vh;
    margin: 0;
  }
  #mainBox img {
    width: auto;
    height: 100%;
  }
}

@media screen and (max-width: 500px) {
  #mainBox {
    height: 400px;
    padding: 0 2vw;
  }
  #mainBox h1 {
    width: 66%;
    max-width: 680px;
    padding-top: 100px;
  }
  #mainBox a {
    position: absolute;
    left: 0;
    width: 100%;
  }
  #mainBox + #footer {
    padding-top: 140px;
  }
}

/***  ***/
#information {
  margin: 110px 0 140px;
}

#information .title {
  margin-bottom: 120px;
}

#information .title td:nth-of-type(1) {
  width: 40%;
}

#information .title td:nth-of-type(1) h2 {
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  letter-spacing: .3vw;
  font-size: 35px;
  font-size: 1.94444vw;
  font-weight: 400;
  line-height: 2;
}

#information .title td:nth-of-type(2) {
  width: 60%;
}

#information .title td:nth-of-type(2) img {
  width: 100%;
  height: auto;
}

#information .description {
  padding: 0 100px;
  margin-bottom: 110px;
}

#information .description p {
  font-size: 24px;
  font-size: 1.33333vw;
}

#information .points {
  padding: 0 40px;
}

#information .points > div {
  float: left;
  width: 30%;
  margin-right: 5%;
}

#information .points > div:last-child {
  margin-right: 0;
}

#information .points > div h3 {
  display: block;
  border: 2px solid #c96;
  color: #c96;
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  letter-spacing: .3vw;
  font-size: 35px;
  font-size: 1.94444vw;
  line-height: 1.15;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 80px;
}

#information .points > div img {
  width: 100%;
  height: auto;
}

#information .photo_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  #information {
    margin: 50px 0 80px;
  }
  #information .title {
    margin-bottom: 60px;
  }
  #information .title td {
    display: block;
  }
  #information .title td:nth-of-type(1) {
    width: 100%;
    text-align: center;
    padding: 0 8vw 60px 0;
  }
  #information .title td:nth-of-type(1) h2 {
    font-size: 40px;
    font-size: 6.25vw;
  }
  #information .title td:nth-of-type(2) {
    width: 100%;
  }
  #information .title td:nth-of-type(2) img {
    width: 100vw;
    margin-left: -8vw;
  }
  #information .description {
    padding: 0;
    margin-bottom: 40px;
  }
  #information .description p {
    font-size: 32px;
    font-size: 5vw;
  }
  #information .points {
    padding: 0;
  }
  #information .points > div {
    width: 100%;
  }
  #information .points > div h3 {
    width: 100%;
    font-size: 36px;
    font-size: 5.625vw;
    padding: 10px;
    margin: 0 auto 20px;
  }
  #information .points > div h3 br {
    display: none;
  }
  #information .points > div img {
    display: none;
  }
  #information .photo_sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

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

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

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

#form label span {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  vertical-align: middle;
  background-color: #ef1c53;
  padding: 0 5px;
  margin: 0 0 2px 15px;
}

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

#form label textarea {
  border: 1px solid #9a9a9a;
  background: #f8f8f8;
  height: 64px;
  min-height: 64px;
  padding: 4px;
  width: 100%;
}

#form label input::-webkit-input-placeholder, #form label textarea::-webkit-input-placeholder {
  color: #bebebe;
}

#form label input::-moz-placeholder, #form label textarea::-moz-placeholder {
  color: #bebebe;
}

#form label input:-ms-input-placeholderm, #form label textarea:-ms-input-placeholderm {
  color: #bebebe;
}

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

#form label .searchAddress {
  float: left;
  box-sizing: border-box;
  border-radius: 22px;
  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 .area_contact.error > input[type="text"], #form .area_contact.error textarea, #form .area_contact.error select, #form .area_contact.error .check_radio {
  background-color: #ffc0cb !important;
}

#form .contact_error {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #e43c38;
}

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

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

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

#form .radioArea span {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  vertical-align: middle;
  background-color: #ef1c53;
  padding: 0 5px;
  margin: 0 0 2px 15px;
}

#form .radioArea label {
  padding: 0;
  display: inline-block;
  width: 45%;
  margin: 0;
}

#form .radioArea .cemeteryArea {
  display: none;
  margin-bottom: 8px;
}

#form .radioArea .cemeteryArea input[type="text"] {
  border: 1px solid #9a9a9a;
  background: #f8f8f8;
  height: 40px;
  padding: 0 4px;
  margin-left: 10px;
  width: 270px;
}

#form .radioArea .cemeteryArea input::-webkit-input-placeholder {
  color: #bebebe;
}

#form .radioArea .cemeteryArea input::-moz-placeholder {
  color: #bebebe;
}

#form .radioArea .cemeteryArea input:-ms-input-placeholderm {
  color: #bebebe;
}

.formTitle {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 21px;
  text-align: center;
  position: relative;
  z-index: 50;
  background-color: #ef1c53;
  padding: 15px 0 20px;
}

.formTitle:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -90px;
  border: 90px solid transparent;
  border-top: 20px solid #ef1c53;
}

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

#btn_Check {
  width: 352px;
  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;
}

.radio {
  display: none;
}

.check_checkbox, .check_radio {
  cursor: pointer;
}

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

@media screen and (max-width: 1000px) {
  #form {
    float: none;
    width: 100%;
    top: 0;
  }
  #form label, #form .radioArea {
    width: 100%;
    margin-bottom: 20px;
  }
  #form label input, #form .radioArea input {
    height: 44px;
  }
  #form .radioArea .cemeteryArea input[type="text"] {
    width: calc(100% - 70px);
  }
  #btn_Check {
    width: 100%;
  }
  #btn_Check img {
    width: 100%;
  }
}

#productions {
  margin-bottom: 60px;
}

#productions h2 {
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  letter-spacing: .3vw;
  font-size: 45px;
  font-size: 2.5vw;
  text-align: center;
  margin-bottom: 60px;
}

#productions .production {
  margin-bottom: 40px;
}

#productions .production:nth-of-type(1) .production_inner .photo {
  padding: 0;
  vertical-align: bottom;
}

#productions .production:nth-of-type(1) .production_inner .photo img.medium {
  display: none;
}

#productions .production:nth-last-of-type(1) {
  margin-bottom: 30px;
}

#productions .production .production_inner {
  display: table;
  background-color: #fcfbf7;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

#productions .production .production_inner > div {
  display: table-cell;
}

#productions .production .production_inner .description {
  width: 60%;
  padding: 20px;
}

#productions .production .production_inner .description h3 {
  font-size: 22px;
  font-size: 1.22222vw;
  margin-bottom: 10px;
}

#productions .production .production_inner .description .comment {
  background-color: #fcfbf7;
  margin-bottom: 30px;
}

#productions .production .production_inner .description .comment .comment_inner {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 19px;
  line-height: 2;
  border-top: 1px solid #ccc;
  background: repeating-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 37px, #ccc 37px, #ccc 38px);
}

#productions .production .production_inner .description .photo {
  display: none;
}

#productions .production .production_inner .description .overview {
  display: block;
  text-align: center;
  font-size: 21px;
  font-size: 1.16667vw;
  font-weight: bold;
  border: 2px solid #573a14;
  padding: 5px 10px;
  margin-bottom: 30px;
}

#productions .production .production_inner .description .overview br {
  display: none;
}

#productions .production .production_inner .description .price {
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  letter-spacing: .3vw;
  text-align: center;
}

#productions .production .production_inner .description .price span:nth-of-type(1) {
  font-size: 18px;
  font-size: 1vw;
}

#productions .production .production_inner .description .price span:nth-of-type(2) {
  font-size: 50px;
  font-size: 2.77778vw;
  color: #de2f2f;
}

#productions .production .production_inner .description .price span:nth-of-type(3) {
  font-size: 35px;
  font-size: 1.94444vw;
}

#productions .production .production_inner .photo {
  width: 40%;
  vertical-align: middle;
  padding: 20px;
}

#productions .production .production_inner .photo img {
  width: 100%;
  height: auto;
}

#productions .annotation {
  font-size: 11px;
  text-align: center;
}

@media screen and (min-width: 1300px) {
  #productions .production:nth-of-type(1) .production_inner .photo {
    vertical-align: bottom;
    background: none;
  }
  #productions .production:nth-of-type(1) .production_inner .photo img.normal {
    display: none;
  }
  #productions .production:nth-of-type(1) .production_inner .photo img.medium {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  #productions {
    margin: 60px 0 70px;
    margin-bottom: 30px;
  }
  #productions h2 {
    font-size: 40px;
    font-size: 6.25vw;
    margin-bottom: 50px;
  }
  #productions .production {
    margin-bottom: 50px;
  }
  #productions .production .production_inner {
    display: block;
  }
  #productions .production .production_inner .description {
    width: 100%;
  }
  #productions .production .production_inner .description h3 {
    font-size: 36px;
    font-size: 5.625vw;
    margin-bottom: 20px;
  }
  #productions .production .production_inner .description .comment .comment_inner {
    font-size: 18px;
    background: repeating-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 35px, #ccc 35px, #ccc 36px);
  }
  #productions .production .production_inner .description .photo {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #productions .production .production_inner .description .overview {
    font-size: 32px;
    font-size: 5vw;
    padding: 5px 10px;
    margin-bottom: 30px;
  }
  #productions .production .production_inner .description .overview br {
    display: block;
  }
  #productions .production .production_inner .description .price span:nth-of-type(1) {
    font-size: 32px;
    font-size: 5vw;
  }
  #productions .production .production_inner .description .price span:nth-of-type(2) {
    font-size: 68px;
    font-size: 10.625vw;
  }
  #productions .production .production_inner .description .price span:nth-of-type(3) {
    font-size: 40px;
    font-size: 6.25vw;
  }
  #productions .production .production_inner .photo {
    display: none;
    padding: 0;
  }
  #productions .production:nth-of-type(1) .production_inner .photo {
    width: calc(100% + 40px);
    margin: 0 0 20px -20px;
  }
}

#customize {
  margin-top: 130px;
}

#customize h2 {
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  letter-spacing: .3vw;
  font-size: 45px;
  font-size: 2.5vw;
  font-weight: 400;
  text-align: center;
  margin-bottom: 80px;
}

#customize .slider {
  position: relative;
  padding: 0 0 40px;
}

#customize .slider li {
  padding: 0 20px;
  text-align: center;
}

#customize .slider li p {
  font-size: 20px;
}

#customize .slider li img {
  width: 100%;
  height: auto;
}

#customize .slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  background-size: 24px 43px;
  background-repeat: no-repeat;
  margin-top: -21px;
}

#customize .slider .slick-prev {
  left: 30px;
  background-image: url(../images/btn_slider_prev.png);
}

#customize .slider .slick-next {
  right: 30px;
  background-image: url(../images/btn_slider_next.png);
}

@media screen and (max-width: 1000px) {
  #customize {
    margin-top: 60px;
  }
  #customize h2 {
    font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
    letter-spacing: .3vw;
    font-size: 40px;
    font-size: 6.25vw;
    margin-bottom: 50px;
  }
  #customize .slider li p {
    font-size: 20px;
  }
  #customize .slider .slick-prev {
    left: 10px;
  }
  #customize .slider .slick-next {
    right: 10px;
  }
}

#specialty {
  background-color: #000;
  color: #fff;
  padding: 160px 0;
  margin-bottom: 60px;
  overflow: hidden;
}

#specialty .specialty_row {
  margin-bottom: 100px;
}

#specialty .specialty_row:nth-last-of-type(1) {
  margin-bottom: 0;
}

#specialty .specialty_row .text {
  width: 35%;
  transition: margin .6s linear;
}

#specialty .specialty_row .text h3 {
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  letter-spacing: .3vw;
  font-size: 40px;
  font-size: 2.22222vw;
  font-weight: 400;
  margin-bottom: 30px;
}

#specialty .specialty_row .text p {
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  letter-spacing: .3vw;
  font-size: 20px;
  font-size: 1.11111vw;
}

#specialty .specialty_row .text.left {
  margin-left: -50vw;
}

#specialty .specialty_row .text.right {
  margin-right: -50vw;
}

#specialty .specialty_row .photo {
  width: 60%;
  transition: margin .6s linear;
}

#specialty .specialty_row .photo.left {
  margin-left: -50vw;
}

#specialty .specialty_row .photo.right {
  margin-right: -50vw;
}

#specialty .specialty_row.active .text, #specialty .specialty_row.active .photo {
  margin: 0;
}

#specialty .specialty_row .left {
  float: left;
}

#specialty .specialty_row .right {
  float: right;
}

@media screen and (max-width: 1000px) {
  #specialty {
    padding: 80px 0 0;
    margin-bottom: 60px;
    overflow: hidden;
  }
  #specialty .specialty_row {
    margin-bottom: 60px;
  }
  #specialty .specialty_row .text {
    width: 100%;
    padding-bottom: 60px;
  }
  #specialty .specialty_row .text h3 {
    font-size: 54px;
    font-size: 8.4375vw;
    margin-bottom: 30px;
  }
  #specialty .specialty_row .text p {
    font-size: 38px;
    font-size: 5.9375vw;
  }
  #specialty .specialty_row .text.left, #specialty .specialty_row .text.right {
    margin: 0 0 0 -100vw;
  }
  #specialty .specialty_row .photo {
    width: 100vw;
  }
  #specialty .specialty_row .photo.left, #specialty .specialty_row .photo.right {
    margin: 0 0 0 100vw;
  }
  #specialty .specialty_row.active .text {
    margin: 0;
  }
  #specialty .specialty_row.active .photo {
    margin: 0 0 0 -8vw;
  }
  #specialty .specialty_row .left {
    float: none;
  }
  #specialty .specialty_row .right {
    float: none;
  }
}

#concern {
  text-align: center;
  margin: 120px 0 160px;
}

#concern h2 {
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  letter-spacing: .3vw;
  font-size: 45px;
  font-size: 2.5vw;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}

#concern img {
  width: 83%;
  height: auto;
}

#concern img.pc {
  margin-bottom: 50px;
}

#concern img.sp {
  display: none;
}

#concern .text {
  width: 660px;
  padding: 20px;
  margin: 0 auto;
  background-color: #fcfbf7;
  margin-bottom: 30px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

#concern .text .text_inner {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 46px;
  border-top: 1px solid #ccc;
  background: repeating-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 45px, #ccc 45px, #ccc 46px);
}

@media screen and (max-width: 1000px) {
  #concern {
    margin: 70px 0;
  }
  #concern h2 {
    font-size: 40px;
    font-size: 6.25vw;
    margin-bottom: 60px;
  }
  #concern img {
    width: 100%;
  }
  #concern img.pc {
    display: none;
  }
  #concern img.sp {
    display: block;
    margin-bottom: 40px;
    margin-left: -6vw;
    width: calc(100% + 12vw);
  }
  #concern .text {
    width: 100%;
    padding: 20px 15px;
  }
  #concern .text .text_inner {
    font-size: 18px;
    line-height: 27px;
    background: repeating-linear-gradient(rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 26px, #ccc 26px, #ccc 27px);
  }
  #concern .text .text_inner br.sp {
    display: none;
  }
}

#choose h2 {
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  letter-spacing: .3vw;
  font-size: 45px;
  font-size: 2.5vw;
  font-weight: 400;
  text-align: center;
  margin-bottom: 60px;
}

#choose .points {
  margin-bottom: 60px;
  border-left: 1px solid #573a14;
  border-top: 1px solid #573a14;
}

#choose .points .point_outer {
  display: table;
}

#choose .points .point {
  display: table-cell;
  width: 50%;
  padding: 30px 40px;
  border-bottom: 1px solid #573a14;
  border-right: 1px solid #573a14;
}

#choose .points .point h3 {
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  letter-spacing: .3vw;
  font-size: 35px;
  font-size: 1.94444vw;
  margin-bottom: 10px;
  color: #c96;
}

#choose .points .point p {
  font-size: 22px;
  font-size: 1.22222vw;
}

#choose .points .point img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

#choose .points .point .sp {
  display: none;
}

#choose .points > .point {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #choose h2 {
    font-size: 40px;
    font-size: 6.25vw;
    margin-bottom: 40px;
  }
  #choose .points .point {
    display: block;
    width: 100%;
    padding: 4vw;
  }
  #choose .points .point:nth-of-type(1) {
    width: 100%;
  }
  #choose .points .point h3 {
    font-size: 42px;
    font-size: 6.5625vw;
    margin-bottom: 20px;
  }
  #choose .points .point p {
    font-size: 32px;
    font-size: 5vw;
  }
  #choose .points .point img {
    margin-bottom: 20px;
  }
  #choose .points .point .pc {
    display: none;
  }
  #choose .points .point .sp {
    display: block;
  }
}

#banner .banner_guide {
  text-align: center;
  background-image: url(../images/btn_guide2_bg.png);
  background-repeat: repeat-x;
  background-position: center;
}

#banner .banner_guide .banner_guide_inner {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 40px 0 50px;
}

#banner .banner_guide .banner_guide_inner a.sp {
  display: none;
}

#banner .banner_guide .banner_guide_inner img {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  #banner .banner_guide {
    background: none;
  }
  #banner .banner_guide .banner_guide_inner {
    padding: 0;
  }
  #banner .banner_guide .banner_guide_inner .pc {
    display: none;
  }
  #banner .banner_guide .banner_guide_inner a.sp {
    display: block;
  }
  #banner .banner_guide .banner_guide_inner img {
    width: 100%;
  }
}

#footer {
  background-color: #505050;
}

#footer table {
  width: 100%;
  height: 170px;
}

#footer td {
  color: #fff;
}

#footer .logo {
  width: 40%;
  text-align: right;
}

#footer .logo img {
  height: auto;
  width: 300px;
  max-width: 100%;
}

#footer .information {
  width: 60%;
  margin-top: 2%;
  padding-left: 6%;
}

#footer .information .information_inner {
  display: inline-block;
  text-align: center;
}

#footer .information .information_inner .invitation {
  font-size: 1.4vw;
  font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
  letter-spacing: .3vw;
}

#footer .information .information_inner .telBox img {
  width: 44px;
  height: auto;
  vertical-align: baseline;
}

#footer .information .information_inner .telBox address {
  display: inline;
  line-height: 1.2;
  font-style: normal;
  font-size: 3.3vw;
  font-weight: 700;
}

#footer .information .information_inner .telTxt {
  font-size: 0.95vw;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  #footer table {
    height: auto;
  }
  #footer td {
    display: block;
  }
  #footer .logo {
    width: 100%;
    text-align: center;
  }
  #footer .logo img {
    margin-top: 10px;
    width: 50vw;
    max-width: inherit;
  }
  #footer .information {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
  #footer .information .information_inner {
    display: block;
    margin-bottom: 10px;
  }
  #footer .information .information_inner .invitation {
    font-size: 32px;
    font-size: 5vw;
    font-family: "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "serif";
    letter-spacing: .3vw;
    margin-top: 4%;
  }
  #footer .information .information_inner .telBox img {
    width: 44px;
    height: auto;
    vertical-align: baseline;
  }
  #footer .information .information_inner .telBox address {
    font-size: 8vw;
  }
  #footer .information .information_inner .telBox address a {
    text-decoration: none;
    color: #fff;
  }
  #footer .information .information_inner .telTxt {
    font-size: 28px;
    font-size: 4.375vw;
  }
}

footer {
  text-align: center;
  font-size: 12px;
  padding: 60px 0 40px;
}

footer br {
  display: none;
}

@media screen and (max-width: 1000px) {
  footer {
    text-align: center;
    font-size: 12px;
    padding: 30px 0 20px;
  }
  footer br {
    display: block;
  }
}

.spFixWrapper {
  display: none;
}

@media screen and (max-width: 1000px) {
  #contentsWrap #contents {
    margin-bottom: 60px;
  }
  .spFixWrapper {
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #c92031;
  }
  .spFixWrapper .spFixForm {
    font-size: 4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 64%;
    height: 60px;
    text-align: center;
    font-weight: 900;
    margin: 0 4px;
  }
  .spFixWrapper .spFixBtn {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
    width: 18%;
    height: 60px;
    margin: 0 4px;
  }
  .spFixWrapper .spFixItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .spFixWrapper .spFixTel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spFixWrapper .icon-phone:before {
    content: "\e942";
  }
  .spFixWrapper .spFixTel:after {
    content: '電話する';
    display: block;
    font-size: 11px;
    width: 100%;
  }
  .spFixWrapper .icon-top:before {
    content: "\e906";
  }
  .spFixWrapper .spFixTop:after {
    content: 'TOP';
    display: block;
    font-size: 11px;
    width: 100%;
  }
  .spFixWrapper a {
    text-decoration: none;
    color: #fff;
  }
}

#banner_consumption_tax {
  margin-bottom: 40px;
}

#banner_consumption_tax img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  #banner_consumption_tax {
    margin-bottom: 30px;
  }
}
