html {
  font-size: 14px; }

body {
  position: relative;
  overflow-x: hidden;
  font-size: 1.15rem;
  color: #353636;
  font-family: 'Noto Serif JP', serif;
  line-height: 2;
  background-color: #fff;
  overscroll-behavior: none;
  font-weight: 500; }
  body.hide {
    overflow: hidden; }
  body em {
    font-style: normal; }

.eng_serif {
  font-family: 'Cormorant Garamond', serif; }

.sans-serif {
  font-family: 'Noto Sans JP', sans-serif; }

a {
  color: #353636; }

/*common-parts*/
.inner {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%;
  display: block; }

.textCenter {
  text-align: center; }

#wrapAll {
  width: 100%;
  overflow: hidden; }

.o_sp {
  display: none !important; }

.o_spOnly {
  display: none !important; }

.inview {
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  transition-duration: .8s; }
  .inview:hover {
    text-decoration: none; }

.unscroll {
  opacity: 0;
  transform: translateY(40px); }
  .unscroll.onlyOpa {
    transform: none; }
  .unscroll.noanim {
    transform: none;
    opacity: 1; }
  .unscroll.transX {
    transform: translateX(-30px);
    -webkit-transform: translateX(-30px); }
  .unscroll.transX- {
    transform: translateX(30px);
    -webkit-transform: translateX(30px); }
  .unscroll.transY- {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px); }

.commonBT {
  margin: 0 auto;
  max-width: 560px;
  display: block;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s; }
  .commonBT:hover {
    text-decoration: none; }
  .commonBT:hover {
    opacity: .7;
    text-decoration: none; }

.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #353636;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 30px 0px; }
  .mainHeader:hover {
    text-decoration: none; }
  .mainHeader__nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 700px;
    width: 100%; }
    .mainHeader__nav a {
      padding: 15px 30px;
      line-height: 1;
      font-size: 24px;
      text-align: center;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s; }
      .mainHeader__nav a:hover {
        text-decoration: none; }
      .mainHeader__nav a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
  .mainHeader.top {
    background-color: transparent;
    border-bottom-color: #fff; }
    .mainHeader.top .mainHeader__nav a {
      color: #fff; }

#spBT {
  display: none; }

.firstView {
  padding: 30px 30px;
  background-color: #ccc;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px; }
  .firstView__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .firstView__bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 100;
      background-image: url(../images/main_bg.png);
      opacity: .45; }
  .firstView__bg_slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s; }
    .firstView__bg_slider:hover {
      text-decoration: none; }
    .firstView__bg_slider .slick-list,
    .firstView__bg_slider .slick-track {
      position: absolute !important;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .firstView__bg_slider.active {
      opacity: 1; }
  .firstView__bg_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .firstView__content {
    max-width: 716px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 150; }
  .firstView__logo {
    max-width: 422px; }
  .firstView__read {
    max-width: 490px;
    color: #fff;
    margin-left: auto;
    font-weight: normal;
    font-size: 18px;
    margin-top: -40px; }
  .firstView__scroll {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 10px;
    z-index: 110;
    left: 0;
    width: 100%; }
    .firstView__scroll a {
      color: #fff;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      padding: 10px; }
      .firstView__scroll a:hover {
        text-decoration: none; }
      .firstView__scroll a:hover {
        opacity: .7;
        text-decoration: none; }
      .firstView__scroll a strong {
        display: block;
        text-align: center;
        font-size: 18px; }
      .firstView__scroll a span {
        margin: 0 auto;
        display: block;
        width: 0;
        border: 10px solid transparent;
        border-top-color: #fff; }

#concept {
  padding: 130px 0 70px; }

.produce {
  margin-bottom: 180px; }
  .produce__box {
    max-width: 1100px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse; }
  .produce__img {
    width: 334px; }
  .produce__main {
    width: calc(100% - 374px); }
  .produce__heading {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 0.5em;
    font-weight: normal; }
  .produce__read {
    font-weight: normal;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 1em;
    text-indent: -0.5em; }

.planer {
  max-width: 1600px;
  margin: 0 auto 170px; }
  .planer__box {
    max-width: 1350px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse; }
  .planer__img {
    width: 51%; }
  .planer__main {
    width: 49%;
    padding: 0 30px; }
  .planer__main_in {
    max-width: 510px;
    margin: 0 auto; }
  .planer__heading {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 0.5em;
    font-weight: normal; }
  .planer__text {
    margin-bottom: 40px; }
  .planer__link {
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 386px;
    width: 100%;
    line-height: 1.4;
    border: 1px solid #363636;
    padding: 1.5em 1em;
    font-size: 15px; }
    .planer__link:hover {
      text-decoration: none; }
    .planer__link span {
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      width: 40px;
      margin-left: 10px;
      height: 1px;
      background-color: #afafaf; }
      .planer__link span:hover {
        text-decoration: none; }
    .planer__link:hover {
      background-color: #363636;
      color: #fff; }
      .planer__link:hover span {
        background-color: #fff; }

.church {
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between; }
  .church__item {
    width: calc(50% - 25px); }
  .church__img {
    width: 100%;
    margin-bottom: 30px; }
  .church__heading {
    text-align: center;
    line-height: 1.4;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b2b2b2; }
    .church__heading em {
      font-size: 24px;
      display: block;
      margin-bottom: 20px; }
    .church__heading strong {
      font-weight: 500;
      font-size: 20px;
      display: block; }
  .church__text {
    text-align: center; }

.place {
  padding: 70px 0 60px;
  background-color: #254113;
  background-image: url(../images/place_bg.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 610px;
  color: #86987a; }
  .place__heading {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 1.4em; }
  .place__read {
    text-align: center;
    margin-bottom: 30px; }
  .place__list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px; }
  .place__list_item {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-top: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    .place__list_item:nth-child(4n) {
      margin-right: 0; }
  .place__list_img {
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 50%; }
  .place__list_title {
    text-align: center;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 500;
    font-size: 15px;
    margin-top: 30px; }
  .place__list_text {
    line-height: 1.6; }
  .place__list_link {
    margin-top: 30px; }
    .place__list_link a {
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      line-height: 1.4;
      border: 1px solid rgba(255, 255, 255, 0.7);
      color: rgba(255, 255, 255, 0.7);
      padding: 1.2em 1em;
      font-size: 15px;
      margin-left: auto;
      margin-right: auto;
      background-color: rgba(0, 0, 0, 0.1); }
      .place__list_link a:hover {
        text-decoration: none; }
      .place__list_link a span {
        transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        width: 40px;
        margin-left: 10px;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.7); }
        .place__list_link a span:hover {
          text-decoration: none; }
      .place__list_link a:hover {
        background-color: rgba(255, 255, 255, 0.3);
        color: #254013; }
        .place__list_link a:hover span {
          background-color: #254013; }

.option {
  padding: 100px 0 170px; }
  .option__inner {
    max-width: 1160px; }
  .option__heading {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 40px;
    font-weight: normal;
    text-align: center; }
  .option__read {
    margin-bottom: 60px;
    text-align: center; }
  .option__title {
    font-size: 36px;
    line-height: 1.2;
    padding-bottom: 10px;
    color: #719744;
    border-bottom: 1px solid #7f7f7f;
    padding-left: 0.2em; }
  .option__box1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width: 1100px;
    margin: 0 auto 140px;
    justify-content: space-between;
    align-items: flex-start; }
  .option__box1_img {
    width: 33%; }
  .option__box1_content {
    width: calc(67% - 50px); }
  .option__box1_caption {
    line-height: 1.4;
    font-size: 12px;
    margin: 15px 0 30px; }
  .option__box1_content1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.6;
    margin-bottom: 70px; }
    .option__box1_content1 h1 {
      font-weight: 500;
      line-height: 1.1;
      font-size: 22px;
      white-space: nowrap;
      margin-right: 40px; }
  .option__box1_content2 {
    line-height: 1.6; }
    .option__box1_content2 h1 {
      font-weight: 500;
      font-size: 22px;
      line-height: 1.4;
      margin-bottom: 15px; }
    .option__box1_content2 table {
      margin-top: 50px;
      width: 100%; }
      .option__box1_content2 table td,
      .option__box1_content2 table th {
        padding: 0.2em; }
      .option__box1_content2 table th {
        width: 22%;
        text-align: center;
        font-weight: 500; }
        .option__box1_content2 table th span {
          display: inline-block;
          width: 4em;
          text-align: right; }
      .option__box1_content2 table td:nth-child(2) {
        width: 22%;
        text-align: center; }
      .option__box1_content2 table td strong {
        color: #5b8435;
        font-size: 14px; }
      .option__box1_content2 table tr:nth-child(2n) th,
      .option__box1_content2 table tr:nth-child(2n) td {
        background-color: #f4f5f3; }
  .option__box2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
    margin-bottom: 140px; }
  .option__box2_img {
    width: 52%; }
  .option__box2_content {
    width: calc(48% - 50px); }
  .option__box2_heading {
    padding-left: 15px;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
    font-weight: 500;
    margin-top: 30px; }
  .option__box2_text {
    padding-left: 10px; }
  .option__box3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1024px; }
  .option__box3_img {
    width: 55%; }
  .option__box3_content {
    width: calc(45% - 50px); }
  .option__box3_section {
    margin-top: 20px; }
  .option__box3_heading {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 15px; }
  .option__box3_item {
    padding: 15px 20px;
    background-color: #f6f6f6; }
  .option__box3_item_heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto; }
  .option__box3_list {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .option__box3_list_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-left: 20px;
    position: relative;
    line-height: 1.4;
    margin-top: 8px; }
    .option__box3_list_row:first-child {
      margin-top: 0; }
    .option__box3_list_row:before {
      content: '>';
      position: absolute;
      top: 0.1em;
      font-size: 14px;
      color: #719744;
      left: 0; }
    .option__box3_list_row dt {
      margin-right: 1em; }
      .option__box3_list_row dt.dt {
        width: 7em; }

.qa {
  padding-bottom: 130px; }
  .qa__heading {
    font-size: 42px;
    line-height: 1.4;
    margin-bottom: 80px;
    font-weight: normal;
    text-align: center; }
  .qa__list {
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; }
  .qa__list_row {
    width: calc(50% - 50px);
    margin-top: 100px; }
    .qa__list_row:nth-child(-n+2) {
      margin-top: 0; }
    .qa__list_row dt {
      position: relative;
      padding: 30px 20px 20px 70px;
      min-height: 100px;
      margin-bottom: 20px; }
      .qa__list_row dt strong {
        display: block;
        position: relative;
        z-index: 10;
        line-height: 1.4;
        font-weight: 500;
        padding-left: 0.5em;
        padding-bottom: 0.3em;
        border-bottom: 1px solid #c7c7c7; }
      .qa__list_row dt:before {
        content: 'Q';
        color: #eef1e8;
        line-height: 0.8;
        position: absolute;
        left: 0;
        top: -20px;
        font-size: 130px;
        font-family: 'Cormorant Garamond', serif; }
    .qa__list_row dd {
      position: relative;
      padding: 30px 20px 20px 100px;
      min-height: 100px; }
      .qa__list_row dd p {
        font-size: 14px;
        display: block;
        position: relative;
        z-index: 10;
        line-height: 1.8; }
      .qa__list_row dd:before {
        content: 'A';
        color: #edeceb;
        line-height: 0.8;
        position: absolute;
        left: 30px;
        top: -10px;
        font-size: 130px;
        font-family: 'Cormorant Garamond', serif; }

.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: #525252;
    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; } }
@media only screen and (max-width: 800px) {
  html {
    font-size: 14px; }

  body {
    font-size: 1rem; }

  /*common-parts*/
  .inner {
    padding-left: 30px;
    padding-right: 30px; }

  .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) {
  html {
    font-size: 14px; }

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

  .o_spOnly {
    display: block !important; }

  .contact__table {
    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: 0.6em 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; } }
