@charset "UTF-8";
/*--------------------------
見出し・テキスト
----------------------------*/
.title-wrap {
  margin-bottom: 60px;
}
.title-wrap .en-title {
  margin-bottom: 15px;
}

h2.title-jp {
  line-height: 1;
  font-size: 2.4rem;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
}

.en-title {
  display: block;
}
.en-title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}

.border-r span:after {
  display: inline-block;
  width: 26px;
  height: 1px;
  margin-left: 10px;
  background-color: #8b8b8b;
  content: "";
}

.border-lr span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.border-lr span:before {
  display: inline-block;
  width: 26px;
  height: 1px;
  margin-right: 10px;
  background-color: #8b8b8b;
  content: "";
}
.border-lr span:after {
  display: inline-block;
  width: 26px;
  height: 1px;
  margin-left: 10px;
  background-color: #8b8b8b;
  content: "";
}

@media (max-width: 540px) {
  .title-wrap {
    margin-bottom: 35px;
  }
  .en-title span {
    font-size: 1.4rem;
  }
  .title-wrap .en-title {
    margin-bottom: 8px;
  }
  h2.title-jp {
    font-size: 2.1rem;
  }
}
/*-----------------------
 visual
------------------------*/
.visual-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}

.slide_visual {
  width: 100%;
  margin-left: 0 !important;
  margin-right: auto !important;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.slide_visual .swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide_visual .swiper-slide-active .slide-img,
.slide_visual .swiper-slide-duplicate-active .slide-img,
.slide_visual .swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.slide_visual .slide-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 80vw;
  max-height: 800px;
  min-height: 230px;
}

.visual-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1 !important;
}
.visual-logo img {
  max-width: 500px;
  height: auto;
}

@media (max-width: 960px) {
  .visual-wrap {
    margin-bottom: 50px;
  }
  .visual-logo img {
    max-width: 500px;
  }
}
@media (max-width: 540px) {
  .visual-wrap {
    margin-bottom: 20px;
  }
  .slide_visual .slide-img {
    min-height: auto;
    max-height: auto;
    height: 140vw;
  }
  .visual-logo img {
    max-width: 320px;
  }
}


.fv-copy {
  position: absolute;
  bottom: 35%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  z-index: 5;
  width: 90%;
}

.fv-lead {
  font-size: 3.3rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-bottom: 0.2em;
  text-shadow: 0 3px 14px rgba(0,0,0,0.45);
}

.fv-sub {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  opacity: 0.95;
}

/* SP */
@media screen and (max-width: 768px) {
  .fv-copy {
    bottom: 35%;
  }

  .fv-lead {
    font-size: 2.0rem;   /* ← ここが肝 */
    line-height: 1.3;
    letter-spacing: 0.16em;
  }

  .fv-sub {
    font-size: 1.3rem;
    letter-spacing: 0.15em;
  }
}


.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
}


/*-----------------------
 about
------------------------*/
.about-flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10vw;
}
.about-flex li:last-child {
  margin-bottom: 0;
}
.about-flex li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.about-flex .about-img-wrap {
  width: 50%;
}
.about-flex .about-img-wrap img {
  width: 100%;
  height: 38vw;
}
.about-flex .about-txt-wrap {
  width: 50%;
  padding: 0 8.2%;
}
.about-flex .about-txt-wrap .en-title {
  margin-bottom: 20px;
}
.about-flex .about-txt-wrap .about-lead {
  font-size: 2rem;
  margin-bottom: 20px;

}


iframe.youtube16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}



@media (max-width: 960px) {
  .about-flex .about-img-wrap {
    width: 45%;
  }
  .about-flex .about-img-wrap img {
    height: 55vw;
  }
  .about-flex .about-txt-wrap {
    width: 55%;
    padding: 0 7.5%;
  }
}
@media (max-width: 540px) {
  .about-flex li {
    display: block;
  }
  .about-flex .about-img-wrap,
.about-flex .about-txt-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-flex .about-img-wrap {
    margin-bottom: 30px;
  }
  .about-flex .about-img-wrap img {
    height: 50vw;
  }
  .about-flex .about-txt-wrap {
    padding: 0 0;
  }
  .about-flex .about-txt-wrap .en-title {
    margin-bottom: 10px;
  }
  .about-flex .about-txt-wrap .about-lead {
    font-size: 1.8rem;
  }
}
/*-----------------------
 menu
------------------------*/
.menu-flex li {
  margin-bottom: 10vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-flex li:last-child {
  margin-bottom: 0;
}
.menu-flex li:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.menu-flex li .menu-img-wrap {
  width: 50%;
}
.menu-flex li .menu-img-wrap img {
  width: 100%;
  height: 38vw;
}
.menu-flex li .menu-txt-wrap {
  width: 50%;
  padding: 0 8.2%;
}

@media (max-width: 960px) {
  .menu-flex li .menu-img-wrap {
    width: 45%;
  }
  .menu-flex li .menu-img-wrap img {
    height: 55vw;
  }
  .menu-flex li .menu-txt-wrap {
    width: 55%;
    padding: 0 6.5%;
  }
}
@media (max-width: 540px) {
  .menu-flex li {
    display: block;
  }
  .menu-flex li .menu-img-wrap,
.menu-flex li .menu-txt-wrap {
    width: 100%;
  }
  .menu-flex li .menu-img-wrap {
    margin-bottom: 30px;
  }
  .menu-flex li .menu-txt-wrap {
    padding: 0 6%;
  }
}
/*---- menu-text -----*/
.menu-container {
  margin-bottom: 3vw;
}
.menu-container .menu-name {
  font-size: 1.9rem;
  font-weight: 400;
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 5px;
}
.menu-container .menu-name:after {
  content: "";
  display: block;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 130px;
  border-bottom: 2px solid #666;
}
.menu-container .menu-tbl {
  width: 100%;
}
.menu-container .menu-tbl th, .menu-container .menu-tbl td {
  border-bottom: 1px dotted #c1c1c1;
  font-weight: 400;
  vertical-align: top;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.5;
}
.menu-container .menu-tbl th small, .menu-container .menu-tbl td small {
  display: block;
  font-size: 1.35rem;
}
.menu-container .menu-tbl th {
  text-align: left;
}
.menu-container .menu-tbl td {
  text-align: right;
  min-width: 40px;
}

@media (max-width: 540px) {
  .menu-container {
    margin-bottom: 35px;
  }
  .menu-container .menu-name {
    font-size: 1.8rem;
  }
}
/*-----------------------
 info
------------------------*/
/*--- first ---*/
.info-first {
  width: 84%;
  margin-bottom: 10vw;
}
.info-first img {
  width: 100%;
  height: 50vw;
}

@media (max-width: 540px) {
  .info-first {
    margin-bottom: 20px;
  }
}
/*--- second ---*/
.info-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 10vw;
}
.info-second .info-img-wrap {
  width: 45%;
}
.info-second .info-img-wrap img {
  width: 100%;
  height: 35vw;
}
.info-second .info-txt-wrap {
  width: 55%;
  padding: 0 10% 0 8%;
}
.info-second .info-txt-wrap .en-title {
  margin-bottom: 20px;
}

@media (max-width: 960px) {
  .info-second .info-img-wrap {
    width: 34%;
  }
  .info-second .info-img-wrap img {
    width: 100%;
    height: 26vw;
  }
  .info-second .info-txt-wrap {
    width: 66%;
    padding: 0 5% 0 5%;
  }
  .info-second .info-txt-wrap .en-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  .info-second {
    margin-bottom: 50px;
    display: block;
  }
  .info-second .info-img-wrap {
    width: 42%;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: 0;
  }
  .info-second .info-img-wrap img {
    height: 30vw;
  }
  .info-second .info-txt-wrap {
    width: 100%;
    padding: 0 5% 0 5%;
  }
  .info-second .info-txt-wrap .en-title {
    margin-bottom: 10px;
  }
}
.info-tbl {
  width: 100%;
  margin: 0 auto;
}
.info-tbl th, .info-tbl td {
  border-bottom: 1px dotted #c1c1c1;
  font-weight: 400;
  vertical-align: top;
  padding: 20px 6px;
  text-align: left;
  letter-spacing: 0.08em;
}
.info-tbl th small, .info-tbl td small {
  font-size: 1.3rem;
}
.info-tbl th {
  width: 90px;
  text-align: left;
}

/*-----------------------
reserve
------------------------*/
.reserve {
  padding: 0 0;
}

.two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.two-col .col-left {
  position: relative;
  width: 50%;
}
.two-col .col-left .left-map {
  height: 0;
  padding-top: 56.25%;
}
.two-col .col-left .left-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.two-col .col-right {
  width: 50%;
  background: #e7eae5;
  text-align: center;
  padding: 60px 20px;
}

@media (max-width: 960px) {
  .two-col {
    display: block;
  }
  .two-col .col-left,
.two-col .col-right {
    width: 100%;
  }
}
.reserve .res-title {
  font-size: 2.4rem;
}
.reserve .res-title:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin: 8px auto 12px;
  background: #c1c1c1;
}

@media (max-width: 540px) {
  .reserve .res-title {
    font-size: 2.1rem;
  }
}
.reserve .zikan-wrap {
  border: 1px solid #c1c1c1;
  padding: 10px 10px;
  display: inline-block;
  margin-bottom: 35px;
  width: 100%;
  max-width: 340px;
}
.reserve .zikan-wrap p {
  font-size: 1.35rem;
}

.reserve .tel-wrap {
  margin-bottom: 35px;
}
.reserve .tel-wrap .tel-no {
  font-size: 2.6rem;
  margin-bottom: 5px;
}
.reserve .tel-wrap .tel-no small {
  font-size: 1.8rem;
}

@media (max-width: 540px) {
  .reserve .tel-wrap .tel-no {
    font-size: 2.2rem;
  }
  .reserve .tel-wrap .tel-no small {
    font-size: 1.6rem;
  }
}
.reserve .reserve-btn li a {
  width: 100%;
  max-width: 340px;
  background: #a5c272;
  display: inline-block;
  padding: 2.4rem 1.5rem;
  line-height: 1;
  font-size: 1.65rem;
  letter-spacing: 0.05em;
}
.reserve .reserve-btn li a i {
  font-size: 20px;
  margin-right: 10px;
}
.reserve .reserve-btn li a .tume {
  margin-left: -3px;
  position: relative;
}
.reserve .reserve-btn li a:nth-child(1) {
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .reserve .reserve-btn li a {
    padding: 2.2rem 1.5rem;
    font-size: 1.45rem;
    letter-spacing: 0.05em;
  }
  .reserve .reserve-btn li a i {
    font-size: 18px;
  }
}


/*-----------------------
Q＆A
------------------------*/
#sec-faq {
  color: #4c4948; }
  .bg {
  background-color: #f6f6f6; } 
  #sec-faq .box {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-family: serif; }
    #sec-faq .box .l {
      font-size: 28px;
      margin-right: 0.6em; }
    #sec-faq .box dt {
      padding: 20px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      line-height: 1.4;
      align-items: center; }
      #sec-faq .box dt strong {
        font-size: 122%;
        font-weight: bold; }
    #sec-faq .box dd {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      padding: 10px 20px 20px;
      border-bottom: 1px dashed #4c4948; }
      #sec-faq .box dd:last-child {
        border-bottom-width: 0; }
      #sec-faq .box dd .l {
        position: relative;
        top: -0.35em; }
      #sec-faq .box dd p {
        font-size: 122%; }

/*-----------------------
 concept
------------------------*/
.concept .inner {
  width: 83%;
  max-width: 1260px;
}

.concept-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.concept-list li {
  position: relative;
  width: 31%;
}
.concept-list li:nth-child(2) {
  margin-top: 100px;
}
.concept-list li:nth-child(3) {
  margin-top: 50px;
}
.concept-list li figure {
  margin-bottom: 20px;
}
.concept-list li figure img {
  width: 100%;
  height: auto;
}
.concept-list li .con-title {
  margin-bottom: 1rem;
  letter-spacing: 0.09rem;
}

/* number */
.concept-list .con-number {
  position: absolute;
  z-index: 1;
  top: -20px;
  left: 5px;
}
.concept-list .con-number span {
  position: relative;
  font-size: 2.8rem;
  font-style: italic;
  font-weight: 400;
}
.concept-list .con-number span:after {
  position: absolute;
  top: 0.5rem;
  right: -1rem;
  height: 5rem;
  content: "";
  border-right: 1px solid #777777;
  -webkit-transform: rotate(46deg);
          transform: rotate(46deg);
}

@media (max-width: 1024px) {
  .concept .inner {
    width: 90%;
  }
}
@media (max-width: 960px) {
  .concept-list .con-number {
    top: -28px;
  }
  .concept-list .con-number span {
    font-size: 2.4rem;
  }
}
@media (max-width: 540px) {
  .concept-list li {
    width: 80%;
    margin: 0 auto 60px;
  }
  .concept-list li:last-child {
    margin-bottom: 0;
  }
  .concept-list li:nth-child(2),
.concept-list li:nth-child(3) {
    margin-top: 0;
  }
}



/*-----------------------
予約フォーム
------------------------*/


.contact {
  padding: 70px 0 100px;
  background-color: #f6f6f6; }
  .contact__heading {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 80px;
    font-weight: normal;
    text-align: center; }
  .contact__confirmHeading {
    margin: 0 auto 40px;
    text-align: center;
    font-weight: bold;
    font-size: 24px; }
  .contact__table {
    max-width: 620px;
    margin: 0 auto;
    width: 100%; }
    .contact__table th,
    .contact__table td {
      padding: 1em 0.5em;
      text-align: left;
      font-weight: 500;
      line-height: 1.6;
      vertical-align: middle; }
    .contact__table th {
      width: 250px; }
    .contact__table .formText {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      display: block;
      vertical-align: middle;
      font-size: 16px;
      padding: 0.8em;
      border: 1px solid #ccc;
      background-color: #fff;
      border-radius: 4px;
      background-image: none;
      width: 100%;
      display: inline-block; }
    .contact__table textarea.formText {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      display: block;
      font-size: 16px;
      padding: 0.6em;
      border: 1px solid #ccc;
      border-radius: 4px;
      background-image: none;
      width: 100%; }
    .contact__table label.error {
      display: block;
      margin-top: 10px;
      font-size: 14px;
      margin-bottom: 20px;
      color: #d40000; }
    .contact__table select {
      display: block;
      width: auto;
      overflow: hidden;
      max-width: 100% !important;
      width: 100%;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border: 0;
      margin: 0;
      padding: 0.6em;
      padding-right: 2em;
      background: none transparent;
      background-color: #fafafa;
      vertical-align: middle;
      font-size: 13px;
      border: 1px solid #eeeeee;
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-image: url(../images/arrow.png);
      background-size: 8px;
      border-radius: 4px; }
    .contact__table .dateWrap {
      max-width: 308px;
      margin-left: auto;
      margin-top: 10px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .contact__table .dateWrap:first-child {
        margin-top: 0; }
      .contact__table .dateWrap span {
        margin-right: 0.6em;
        width: 5em; }
      .contact__table .dateWrap div {
        width: calc(100% - 5em); }

#formBtnBox {
  text-align: center;
  margin-top: 80px; }
  #formBtnBox .submitBT {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    display: inline-block;
    text-align: center;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    cursor: pointer;
    max-width: 100%;
    font-weight: bold;
    max-width: 350px;
    width: 100%;
    border: 0;
    background-color: #6e5e54;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 1em;
    border-radius: 30px;
    outline: 0; }
    #formBtnBox .submitBT:hover {
      text-decoration: none; }
    #formBtnBox .submitBT:hover {
      opacity: .7;
      text-decoration: none; }

.thanksBox {
  max-width: 640px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  line-height: 2; }
  .thanksBox a {
    text-decoration: underline;
    word-break: break-all; }
    .thanksBox a:hover {
      text-decoration: none; }

.mainFooter {
  text-align: center;
  padding: 0px 0 40px;
  background-color: #f6f6f6;
  font-size: 14px; }
  .mainFooter__title {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.4;
    font-weight: 500; }

@media only screen and (max-width: 1000px) {
  html {
    font-size: 14px; }

  /*common-parts*/
  .o_wo_tab {
    display: none; } }


  .o_pc {
    display: none !important; }

  .o_sp {
    display: block !important; }

  .mainHeader {
    border-bottom: 1px solid #353636 !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    padding: 50px 0 0;
    transform: translateY(-105%); }
    .mainHeader.active {
      transform: translateY(0%); }
    .mainHeader__nav {
      display: block; }
      .mainHeader__nav a {
        display: block;
        font-size: 20px;
        color: #353636 !important; }

  #spBT {
    display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding-top: 12px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 99999; }
    #spBT span {
      background-color: #777;
      display: block;
      margin-top: 3px;
      margin-left: auto;
      margin-right: auto;
      width: 20px;
      height: 3px;
      position: relative;
      top: 0;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s; }
      #spBT span:hover {
        text-decoration: none; }
      #spBT span:first-child {
        margin-top: 0; }
    #spBT.top span {
      background-color: #fff; }
    #spBT.active span {
      background-color: #777 !important; }
      #spBT.active span:nth-child(2) {
        opacity: 0; }
      #spBT.active span:first-child {
        top: 6px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg); }
      #spBT.active span:nth-child(3) {
        top: -6px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg); }

  .firstView {
    height: 480px; }
    .firstView__bg:after {
      background-size: 25px 25px; }
    .firstView__logo {
      max-width: 280px;
      margin: 0 auto 20px;
      width: 80%; }
    .firstView__read {
      font-size: 15px;
      margin-right: auto;
      margin-top: 0;
      text-align: center; }
    .firstView__scroll {
      bottom: 0; }
      .firstView__scroll a strong {
        font-size: 16px; }

  #concept {
    padding: 90px 0 60px; }

  .produce {
    margin-bottom: 90px; }
    .produce__box {
      display: block; }
    .produce__img {
      max-width: 100%;
      margin: 40px auto 0; }
    .produce__main {
      width: 100%; }
    .produce__heading {
      font-size: 32px; }
    .produce__read {
      font-size: 18px; }

  .planer {
    margin-bottom: 90px; }
    .planer__box {
      display: block; }
    .planer__img {
      max-width: 100%;
      width: 100%;
      margin: 40px auto 0; }
    .planer__main {
      width: 100%; }
    .planer__main_in {
      max-width: 100%; }
    .planer__heading {
      font-size: 32px; }
    .planer__link {
      padding: 1em; }

  .church {
    display: block; }
    .church__item {
      width: 100%;
      margin-top: 40px; }
      .church__item:first-child {
        margin-top: 0; }
    .church__heading em {
      font-size: 20px; }
    .church__heading strong {
      font-size: 18px; }
    .church__text {
      text-align: left; }

  .place {
    background-size: 300px; }
    .place__read {
      text-align: left; }
    .place__list {
      display: block; }
    .place__list_item {
      margin-right: 0;
      width: 100%; }
    .place__list_upper {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
    .place__list_img {
      width: 30%;
      padding-top: 30%; }
    .place__list_content {
      width: calc(70% - 20px); }
    .place__list_title {
      margin-top: 0;
      text-align: left; }
    .place__list_text {
      line-height: 1.6;
      font-size: 14px; }

  .option__heading {
    font-size: 32px; }
  .option__title {
    font-size: 28px; }
  .option__box1 {
    display: block;
    margin-bottom: 70px; }
  .option__box1_img {
    width: 70%;
    max-width: 480px;
    margin: 0 auto 30px; }
  .option__box1_content {
    width: 100%; }
  .option__box1_content1 {
    display: block;
    margin-bottom: 50px; }
    .option__box1_content1 h1 {
      font-size: 20px;
      margin-right: 0;
      margin-bottom: 15px; }
  .option__box1_content2 h1 {
    font-size: 20px; }
  .option__box1_content2 table {
    margin-top: 30px; }
    .option__box1_content2 table th span {
      width: 3em; }
    .option__box1_content2 table td strong {
      display: block;
      font-size: 12px; }
  .option__box2 {
    display: block;
    margin-bottom: 70px; }
  .option__box2_img {
    width: calc(100% + 60px);
    position: relative;
    left: -30px; }
  .option__box2_content {
    margin-top: 40px;
    width: 100%; }
  .option__box2_heading {
    padding-left: 0;
    font-size: 18px;
    margin-top: 20px; }
  .option__box2_text {
    padding-left: 0; }
  .option__box3 {
    display: block; }
  .option__box3_img {
    width: calc(100% + 60px);
    position: relative;
    left: -30px; }
  .option__box3_content {
    width: 100%;
    margin-top: 40px; }
  .option__box3_heading {
    font-size: 18px; }

  .qa {
    padding-bottom: 80px; }
    .qa__heading {
      font-size: 32px;
      margin-bottom: 50px; }
    .qa__list {
      display: block; }
    .qa__list_row {
      width: 100%;
      margin-top: 60px !important; }
      .qa__list_row:first-child {
        margin-top: 0 !important; }
      .qa__list_row dt {
        position: relative;
        padding: 20px 0px 20px 40px;
        min-height: 50px;
        margin-bottom: 20px; }
        .qa__list_row dt:before {
          font-size: 70px;
          top: -10px; }
      .qa__list_row dd {
        position: relative;
        padding: 20px 0px 20px 60px;
        min-height: 50px; }
        .qa__list_row dd p {
          font-size: 13px; }
        .qa__list_row dd:before {
          font-size: 70px;
          top: -10px; }

  .contact {
    padding: 50px 0; }
    .contact__heading {
      font-size: 32px;
      margin-bottom: 50px; }
    .contact__table th {
      width: 200px; }
    .contact__table .dateWrap {
      width: 100%;
      max-width: 100%; }

  #formBtnBox {
    margin-top: 40px; }
    #formBtnBox .submitBT.prev {
      margin-top: 15px; } 
      
@media only screen and (max-width: 520px) {

  .contact__table {
    font-size: 16px;
    width: 100%;
    display: block; }
    .contact__table tbody,
    .contact__table tr,
    .contact__table th,
    .contact__table td {
      display: block;
      width: 100%; }
    .contact__table th,
    .contact__table td {
      border-top-width: 0; }
    .contact__table th {
      padding: 1em 0em 0em; }
    .contact__table tr:first-child th {
      border-top-width: 1px; }
    .contact__table label {
      display: block; }

  .thanksBox {
    padding: 30px 15px; }

  .mainFooter {
    font-size: 13px;
    padding: 40px 0; }
    .mainFooter__title {
      font-size: 18px; } }
      
      
/* PCでは改行させない */
.sp-br {
  display: none;
}

/* スマホだけ改行 */
@media screen and (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}

