@charset "UTF-8";
/* ==============================================
  建築のお祭り

  memo:

  @mixin ============================================= */
.lead {
  font-size: 15px;
  line-height: 200%;
  letter-spacing: 0.1em;
  width: 654px;
  margin: 30px auto 15px;
  text-align: justify; }
  .lead + .lead {
    margin: 15px auto 30px; }
  .lead.is-center {
    text-align: center; }

.rowbox {
  display: table;
  width: 960px;
  height: 80px;
  margin: 0 auto 30px;
  border-left: 2px solid #7C994D; }

.rowbox__left {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.2em;
  display: table-cell;
  width: 190px;
  padding-left: 40px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.rowbox__right__list {
  margin-left: -1em; }

.rowbox__right__list-item {
  line-height: 1.5;
  list-style-type: disc;
  margin-left: 1em; }
  .rowbox__right__list-item + .rowbox__right__list-item {
    margin-top: 10px; }

.rowbox__right {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 200%;
  display: table-cell;
  padding-left: 30px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .rowbox__right span {
    font-size: 20px;
    letter-spacing: 0.2em;
    display: block;
    margin-bottom: 8px; }
    .rowbox__right span.is-small {
      font-size: 15px; }
  .rowbox__right a {
    color: #B8CB99;
    text-decoration: underline;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .rowbox__right a:hover {
      opacity: 0.5;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }

.schedule__modal {
  display: none; }

.schedule__inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 0 60px 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.schedule__wrraper {
  font-size: 0;
  letter-spacing: 0;
  line-height: 1; }

.schedule__month {
  text-align: center; }

.schedule__head {
  margin-bottom: 27px; }

.schedule__head__inner {
  position: relative;
  display: inline-block;
  padding: 0 20px; }

.schedule__head__txt span {
  font-size: 21px;
  letter-spacing: .12em; }

.schedule__head__arrow {
  position: absolute;
  top: 10px;
  width: 7px;
  height: 12px;
  cursor: pointer; }

.schedule__head__arrow-prev {
  left: 0;
  background: url("/img/common/cmn_arrow_left.png") no-repeat 0 0;
    background-size: contain; }

.schedule__head__arrow-next {
  right: 0;
  background: url("/img/common/cmn_arrow_right.png") no-repeat 0 0;
    background-size: contain; }

.schedule__head__arrow-disabled {
  display: none; }

.schedule__content {
  font-size: 0;
  letter-spacing: 0;
  line-height: 1; }

.schedule__week {
  margin-bottom: 18px; }

.schedule__week__item {
  display: inline-block;
  vertical-align: top;
  width: 130px; }
  .schedule__week__item + .schedule__week__item {
    margin-left: 8px; }
  .schedule__week__item span {
    color: #8A8A7A;
    font-size: 16px; }

.schedule__week__item-weekend span {
  color: #7C994D; }

.schedule__dates {
  text-align: left; }
  .schedule__dates:before {
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    width: 60px;
    height: 100%;
    background-color: #fff; }
  .schedule__dates:after {
    content: "";
    position: absolute;
    top: 0;
    right: -60px;
    width: 60px;
    height: 100%;
    background-color: #fff; }

.schedule__date {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 8px;
  text-align: center; }
  .schedule__date + .schedule__date {
    margin-left: 8px; }
  .schedule__date:nth-child(7n+1) {
    margin-left: 0; }
  .schedule__date:hover .schedule__date__modal {
    display: block;
    top: 80px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .2s, top .2s, z-index 0s;
    -o-transition: opacity .2s, top .2s, z-index 0s;
    transition: opacity .2s, top .2s, z-index 0s; }

.schedule__date__node {
  width: 130px;
  height: 80px;
  padding-top: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f5f5f5;
  pointer-events: none; }
  .schedule__date__node.is-current {
    background-color: #7C994D; }
    .schedule__date__node.is-current .schedule__date__num {
      color: #fff; }
    .schedule__date__node.is-current .schedule__date__txt {
      color: #fff; }

.schedule__date__num {
  font-size: 15px; }

.schedule__date__txt {
  margin-top: 8px;
  font-size: 15px;
  text-decoration: underline; }

.schedule__date__modal {
  position: absolute;
  top: 85px;
  left: -2px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .2s, top .2s, z-index 1s;
  -o-transition: opacity .2s, top .2s, z-index 1s;
  transition: opacity .2s, top .2s, z-index 1s; }
  .schedule__date__modal:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 36px;
    z-index: 2;
    border-top: 0 solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #fff; }
  .schedule__date__modal:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 34px;
    z-index: 1;
    border-top: 0 solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #7C994D; }

.schedule__date__modalInner {
  width: 184px;
  height: 120px;
  padding: 15px;
  border: 2px solid #7C994D;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  overflow-y: auto; }

.schedule__date__modalTxt {
  font-size: 16px;
  line-height: 1.5; }

.gokitou {
  font-size: 0;
  line-height: 0;
  margin: 100px auto -240px;
  padding: 0 0 100px;
  width: 100%;
  position: relative; }

.gokitou__inner {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0; }
  .gokitou__inner:before {
    background: url("/img/mailing/bg_tree1.png") repeat-x center top;
    content: "";
    position: absolute;
    top: 0px;
    width: 960px;
    height: 78px; }

.gokitou__title {
  text-align: center;
    text-align-margin: 0 auto 80px; }

.gokitou__block__subtitle {
  background: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  min-width: 203px;
  display: table;
  border-left: 2px solid #7C994D;
  border-right: 2px solid #7C994D;
  padding: 15px;
  margin: 0 0 20px;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .gokitou__block__subtitle:before, .gokitou__block__subtitle:after {
    content: "";
    background: #7C994D;
    width: calc(100% - 4px);
    height: 2px;
    position: absolute;
    left: 2px; }
  .gokitou__block__subtitle:before {
    top: 0; }
  .gokitou__block__subtitle:after {
    bottom: 0; }

.gokitou__block__subtitle-small {
  font-size: 15px; }

.gokitou__block {
  width: 100%;
  padding: 60px 0;
  margin: 60px 0;
  position: relative; }

.gokitou__block__inner {
  width: 960px;
  margin: 0 auto;
  position: relative; }

.gokitou__block__column:after {
  content: "";
  display: block;
  height: 1px;
  clear: both; }

.gokitou__block__column__left {
  width: 465px;
  float: left; }

.gokitou__block__column__left__img,
.gokitou__block__column__right__img {
  text-align: center; }

.gokitou__block__column__right {
  width: 465px;
  float: right; }

.gokitou__block__column__left__text,
.gokitou__block__column__right__text {
  font-size: 15px;
  line-height: 200%;
  letter-spacing: 0.1em; }

.gokitou__block__column__753Table {
  width: 960px;
  margin: 30px 0;
  border: 2px solid #B8CB99; }
  .gokitou__block__column__753Table th {
    background: #EDF4EA;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.2em;
    border: 2px solid #B8CB99;
    width: 315px;
    vertical-align: middle;
    padding: 35px 0; }
    .gokitou__block__column__753Table th em {
      font-size: 26px;
      font-style: normal; }
  .gokitou__block__column__753Table td {
    background: #fff;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.1em;
    border: 2px solid #B8CB99;
    padding: 28px 25px; }

.gokitou__block__column__calendarTable {
  width: 960px;
  margin: 30px 0;
  border: 2px solid #B8CB99; }
  .gokitou__block__column__calendarTable.is-spOnly {
    display: none; }
  .gokitou__block__column__calendarTable th {
    background: #DCE9D7;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.2em;
    border: 2px solid #B8CB99;
    width: 138px;
    vertical-align: middle;
    padding: 15px 0; }
  .gokitou__block__column__calendarTable td {
    background: #fff;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.1em;
    border: 2px solid #B8CB99;
    padding: 18px 20px; }

.gokitou__block__yakuTitle {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.2em;
  line-height: 1; }
  .gokitou__block__yakuTitle span {
    font-size: 14px;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 10px; }

.gokitou__block__column__yakuTable {
  width: 465px;
  min-height: 514px;
  margin: 20px 0;
  border: 2px solid #B8CB99; }
  .gokitou__block__column__yakuTable .gokitou__block__column__yakuTable__gender,
  .gokitou__block__column__yakuTable .gokitou__block__column__yakuTable__part {
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .gokitou__block__column__yakuTable th {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.2em;
    border: 2px solid #B8CB99;
    vertical-align: middle;
    padding: 12px 0; }
  .gokitou__block__column__yakuTable td {
    background: #fff;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #B8CB99;
    padding: 15px 20px; }
    .gokitou__block__column__yakuTable td span {
      font-size: 20px;
      display: block;
      margin-bottom: 4px; }
  .gokitou__block__column__yakuTable tr th:nth-child(2n),
  .gokitou__block__column__yakuTable tr td:nth-child(2n) {
    background: #EDF4EA; }

.gokitou__block__column__yakuTable.is-mailing {
  white-space: nowrap; }

.gokitou__block__table {
  width: 100%;
  margin: 20px auto 0;
  font-size: 0;
  letter-spacing: 0; }
  .gokitou__block__table table {
    display: inline-block;
    vertical-align: top;
    width: 465px;
    margin-bottom: 60px;
    border: 2px solid #B8CB99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center; }
    .gokitou__block__table table:first-child {
      margin-right: 30px; }
      .gokitou__block__table table:first-child tbody {
        width: 100%; }
        .gokitou__block__table table:first-child tbody td {
          height: 134px; }
  .gokitou__block__table caption {
    width: 100%;
    height: 54px;
    padding-top: 24px;
    border-bottom: 2px solid #B8CB99;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    letter-spacing: 0.1em; }
  .gokitou__block__table tr {
    font-size: 20px; }
    .gokitou__block__table tr:last-child td {
      border-bottom: none; }
  .gokitou__block__table td {
    width: 180px;
    vertical-align: middle;
    border-right: 2px solid #B8CB99;
    border-bottom: 2px solid #B8CB99;
    letter-spacing: 0.1em; }
    .gokitou__block__table td:last-child {
      border-right: none; }
  .gokitou__block__table thead {
    width: 100%; }
    .gokitou__block__table thead tr {
      border-bottom: 2px solid #B8CB99; }
    .gokitou__block__table thead td {
      height: 50px; }
      .gokitou__block__table thead td:nth-child(2) {
        background-color: #DCE9D7; }
  .gokitou__block__table tbody {
    width: 100%; }
    .gokitou__block__table tbody td {
      height: 100px; }
      .gokitou__block__table tbody td:nth-child(2) {
        background-color: #DCE9D7; }
      .gokitou__block__table tbody td span {
        display: block;
        font-size: 14px;
        line-height: 1.5;
        letter-spacing: 0.05em; }
        .gokitou__block__table tbody td span.is-large {
          margin-bottom: 3px;
          font-size: 20px; }

.gokitou__block__lead {
  font-size: 15px;
  line-height: 200%;
  letter-spacing: 0.08em;
  margin: 0 0 30px; }

.gokitou__block__btn a {
  position: relative;
  z-index: 1;
  display: block;
  width: 300px;
  height: 48px;
  margin: 0 auto;
  border: 2px solid #7C994D;
    border-radius: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #7c994d;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .gokitou__block__btn a:hover {
    background: #fff;
    color: #7C994D !important;
    border: 2px solid #7C994D;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .gokitou__block__btn a:hover span {
      color: #7C994D !important;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }

.gokitou__block__btn span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gokitou__block-1 .gokitou__block__inner:after {
  content: "";
  background: url("/img/mailing/bg_tree1.png") no-repeat center top;
  position: absolute;
  width: 960px;
  height: 78px;
  top: -20px;
  left: 0;
  margin: auto; }

.gokitou__block-1 .gokitou__block__column-1 {
  position: relative;
  width: 100%; }
  .gokitou__block-1 .gokitou__block__column-1 .gokitou__block__column__left__img {
    position: absolute;
    right: 20px;
    top: -80px; }
  .gokitou__block-1 .gokitou__block__column-1 .gokitou__block__column__right__text {
    position: absolute;
    top: 290px; }

.gokitou__block-1 .gokitou__block__column__right__img {
  position: absolute;
  top: 140px;
  left: 0; }

.gokitou__block-2 {
  padding: 0; }
  .gokitou__block-2.is-last {
    padding: 0 0 120px; }
  .gokitou__block-2 a {
    text-decoration: underline;
    color: #B8CB99; }
  .gokitou__block-2 .gokitou__block__column {
    margin-top: 30px; }
  .gokitou__block-2 .gokitou__block__column-753photo + .gokitou__block__column .gokitou__title {
    margin: 40px auto 12px; }
  .gokitou__block-2 .gokitou__block__column-753photo + .gokitou__block__column .gokitou__block__lead {
    text-align: center; }
  .gokitou__block-2 .gokitou__block__column-753photo .gokitou__title {
    margin: 60px auto 34px; }
  .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__btn a {
    width: 420px;
    height: 60px; }
    .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__btn a:before {
      content: "";
      position: absolute;
      top: 16px;
      right: 32px;
      width: 26px;
      height: 23px;
      background: url("/img/mailing/icon_pdf.png") no-repeat 0 0;
        background-size: contain;
      -webkit-transition: background .3s;
      -o-transition: background .3s;
      transition: background .3s; }
    .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__btn a:hover {
      background: #fff; }
      .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__btn a:hover:before {
        background: url("/img/mailing/icon_pdf_hv.png") no-repeat 0 0;
          background-size: contain; }
      .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__btn a:hover span {
        color: #7c994d; }
  .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__btn span {
    padding-right: 34px;
    font-size: 15px;
    line-height: 60px;
    letter-spacing: 0.15em; }
  .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__column__img {
    margin-top: 60px; }

.gokitou__block-3 a {
  text-decoration: underline;
  color: #B8CB99; }

.gokitou__block-3 .gokitou__block__inner:after {
  content: "";
  background: url("/img/mailing/bg_tree3.png") no-repeat center top;
  position: absolute;
  width: 688px;
  height: 102px;
  top: -40px;
  right: 0;
  margin: auto; }

.gokitou__block-3 .gokitou__block__column-1 {
  margin: 0 0 30px; }

.gokitou__block-3 .gokitou__block__column__right__img {
  margin: 0 0 0; }

.gokitou__block-3 .gokitou__block__column__right__text dt {
  font-size: 20px;
  margin: 0 0 10px; }

.gokitou__block-3 .gokitou__block__calendarTitle {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 60px 0 30px; }

.gokitou__block-4 {
  padding: 30px 0 60px; }
  .gokitou__block-4 .gokitou__block__inner:after {
    content: "";
    background: url("/img/mailing/bg_tree2.png") no-repeat center top;
    position: absolute;
    width: 665px;
    height: 86px;
    top: -40px;
    right: 0;
    margin: auto; }

.gokitou__block-5 .gokitou__block__inner:after {
  content: "";
  background: url("/img/mailing/bg_tree3.png") no-repeat center top;
  position: absolute;
  width: 688px;
  height: 102px;
  top: -40px;
  right: 0;
  margin: auto; }

.gokitou__block-6 {
  padding: 10px 0 60px; }
  .gokitou__block-6 .gokitou__block__inner:after {
    content: "";
    background: url("/img/mailing/bg_tree3.png") no-repeat center top;
    position: absolute;
    width: 688px;
    height: 102px;
    top: -40px;
    right: 0;
    margin: auto; }

.gokitou__block-7 .gokitou__block__inner {
  padding-top: 20px; }
  .gokitou__block-7 .gokitou__block__inner:after {
    content: "";
    background: url("/img/mailing/bg_tree2.png") no-repeat center top;
    position: absolute;
    width: 665px;
    height: 86px;
    top: -20px;
    right: 0;
    margin: auto; }

.gokitou__block-8 .gokitou__block__inner {
  padding-top: 20px; }
  .gokitou__block-8 .gokitou__block__inner:after {
    content: "";
    background: url("/img/mailing/bg_tree3.png") no-repeat center top;
    position: absolute;
    width: 688px;
    height: 102px;
    top: -40px;
    right: 0;
    margin: auto; }

.gokitou__block-8 .gokitou__block__box {
  text-align: center;
  width: 730px;
  margin: 0 auto; }

.gokitou__block-8 .gokitou__block__box__item {
  background: url("/img/mailing/ico_yama.png") no-repeat center top;
  color: #C49965;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.2em;
  width: 226px;
  height: 68px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 30px 0 18px;
  margin: 0 20px 20px 0;
  border-bottom: 1px dotted #C49965; }
  .gokitou__block-8 .gokitou__block__box__item:nth-of-type(3n) {
    margin-right: 0; }

.gokitou__block-8 .gokitou__block__box-small {
  font-size: 15px; }
  .gokitou__block-8 .gokitou__block__box-small dt {
    font-size: 20px;
    margin: 0 0 10px; }

.wave-box {
  background: #EDF4EA;
  padding: 30px 0 120px; }
  .wave-box:before {
    background: url("/img/common/bg_wave_top.png") repeat-x center top;
    content: "";
    position: absolute;
    top: -60px;
    width: 100%;
    height: 60px; }
  .wave-box:after {
    background: url("/img/common/bg_wave_btm.png") no-repeat center top;
    content: "";
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 60px; }

.gokitou__column {
  width: 960px;
  margin: 0 auto;
  padding: 0 0 40px;
  overflow: hidden; }

.gokitou__column__left {
  float: left;
  width: 465px;
  text-align: center; }

.gokitou__column__right {
  position: relative;
  float: right;
  width: 465px;
  margin-top: -6px; }

.gokitou__column-1 .gokitou__column__right:before {
  background: url("/img/mailing/bg_tree2.png") repeat-x center top;
  content: "";
  position: absolute;
  bottom: -130px;
  right: 30px;
  width: 392px;
  height: 104px; }

.gokitou__column__right__dt {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.2em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

.gokitou__column__right__dd {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 200%;
  margin: 0 0 16px; }

.gokitou__box {
  display: inline-block;
  width: 465px;
  margin: 0 29px 60px 0;
  vertical-align: top; }
  .gokitou__box:nth-of-type(2n) {
    margin-right: 0; }

.gokitou__box__title {
  background: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  min-width: 203px;
  display: table;
  border-left: 2px solid #7C994D;
  border-right: 2px solid #7C994D;
  padding: 15px;
  margin: 0 0 20px;
  position: relative;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .gokitou__box__title:before, .gokitou__box__title:after {
    content: "";
    background: #7C994D;
    width: calc(100% - 4px);
    height: 2px;
    position: absolute;
    left: 2px; }
  .gokitou__box__title:before {
    top: 0; }
  .gokitou__box__title:after {
    bottom: 0; }

.gokitou__box__text {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 200%; }

/* ----------------------------------------------------------------------------------

 追加css

 ---------------------------------------------------------------------------------- */
#mailing-page .gokitou {
  margin-top: 40px; }

#mailing-page .gokitou-1 {
  margin: 60px 0 0;
  padding: 0; }
  #mailing-page .gokitou-1 .lead {
    margin-bottom: 30px; }

#mailing-page .gokitou-2 {
  padding: 0; }

#mailing-page .gokitou-3 {
  padding: 80px 0 0; }
  #mailing-page .gokitou-3 .wave-box {
    padding-bottom: 200px; }
    #mailing-page .gokitou-3 .wave-box:after {
      content: none; }
  #mailing-page .gokitou-3 .gokitou__wrap {
    position: relative; }

#mailing-page .rowbox-start {
  margin-top: 60px; }

#mailing-page .gokitou__wrap {
  margin: 80px auto; }

.gokitou__block-start {
  margin: 0;
  padding: 0; }
  .gokitou__block-start .gokitou__title {
    margin-bottom: 40px; }
  .gokitou__block-start .gokitou__block__lead {
    text-align: center; }
  .gokitou__block-start .gokitou__block__column-1 {
    position: relative;
    width: 100%;
    height: 390px; }
    .gokitou__block-start .gokitou__block__column-1 .gokitou__block__column__left__img {
      position: absolute;
      right: 20px;
      top: -80px; }
    .gokitou__block-start .gokitou__block__column-1 .gokitou__block__column__right__text {
      position: absolute;
      top: 290px; }
  .gokitou__block-start .gokitou__block__column__left__text {
    margin: 0 0 30px; }
  .gokitou__block-start .gokitou__block__column__right__img {
    position: absolute;
    top: 140px;
    left: 0; }

.gokitou__block__flex--1 {
  background: url("/img/mailing/mailing_deco_01.png") no-repeat right top; }

.gokitou__block__flex--2 {
  background: url("/img/mailing/mailing_deco_02.png") no-repeat right top; }

.gokitou-3 .gokitou__title {
  margin: 0 auto 16px; }

.gokitou-3 .lead {
  text-align: center; }

/* ==============================================
  ご祈祷について IE バグフィックス

  memo:

  @mixin ============================================= */
.ie .schedule__head__arrow {
  top: 6px; }

.ie .gokitou__block__subtitle {
  padding: 18px 15px 11px 15px; }
  .ie .gokitou__block__subtitle:before, .ie .gokitou__block__subtitle:after {
    width: 195px;
    left: 4px; }

.ie .gokitou__block__subtitle-small:before, .ie .gokitou__block__subtitle-small:after {
  width: 224px; }

.ie .gokitou__block__column__yakuTable {
  min-height: 520px; }
  .ie .gokitou__block__column__yakuTable th {
    padding: 18px 0 10px; }
  .ie .gokitou__block__column__yakuTable td {
    background: #fff;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #B8CB99;
    padding: 15px 20px 10px; }
    .ie .gokitou__block__column__yakuTable td span {
      font-size: 20px;
      display: block;
      margin-bottom: 4px; }

.ie .gokitou__block__column__calendarTable th {
  padding: 18px 0 13px; }

.ie .gokitou__block__column__calendarTable td {
  padding: 18px 20px 13px; }

.android .gokitou__block__column__calendarTable th {
  font-size: 12px;
  font-size: 3.2vw; }

.android .gokitou__block__column__calendarTable td {
  font-size: 12px;
  font-size: 3.2vw; }

.android .gokitou__block__column__yakuTable th {
  padding: 8px 0;
  padding: 2.13333vw 0 1.6vw; }

.android .gokitou__block__column__yakuTable td {
  padding: 12px 0 10px;
  padding: 3.2vw 0 2.66667vw; }

@media screen and (max-width: 767px) {
  /* ==============================================
  建築のお祭り

  memo:

  @mixin ============================================= */
  .main__visual__img {
    background: url("/img/mailing/main_visual_sp.jpg") no-repeat center top;
    background-size: 100% auto; }
  .pageHead {
    background: none; }
  .pageHead__title {
    width: 160px;
    width: 43.2vw; }
  .lead {
    font-size: 13px;
    font-size: 3.46667vw;
    width: 100%;
    margin: 0 auto 20px;
    margin: 0 auto 5.33333vw;
    padding: 0 20px;
    padding: 0 5.33333vw; }
    .lead.is-center {
      text-align: left; }
  .rowbox {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-left: none;
    padding: 0 20px;
    padding: 0 5.33333vw; }
    .rowbox + .rowbox {
      margin-top: 8vw; }
  .rowbox__left {
    font-size: 20px;
    font-size: 5.33333vw;
    display: block;
    width: 100%;
    padding: 11px 0 11px 20px;
    padding: 2.93333vw 0 2.93333vw 5.33333vw;
    margin-bottom: 5px;
    margin-bottom: 1.33333vw;
    border-left: 2px solid #7C994D; }
  .rowbox__right {
    font-size: 13px;
    font-size: 3.46667vw;
    display: block;
    padding-left: 0;
    margin-bottom: 10px;
    margin-bottom: 2.66667vw; }
    .rowbox__right br {
      display: none; }
    .rowbox__right span {
      font-size: 18px;
      font-size: 4.8vw;
      margin-bottom: 4px;
      margin-bottom: 1.06667vw;
      display: block; }
      .rowbox__right span.is-small {
        font-size: 3.73333vw; }
  .rowbox__right__list {
    margin-left: 0; }
  .schedule__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .schedule__modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
  .schedule__modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 202px;
    width: 53.86667vw;
    min-height: 152px;
    min-height: 40.53333vw;
    max-height: 280px;
    max-height: 74.66667vw;
    padding: 32px;
    padding: 8.53333vw;
    border: 1px solid #7C994D;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    text-align: left;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .schedule__modal__close {
    position: absolute;
    top: 15px;
    top: 4vw;
    right: 15px;
    right: 4vw;
    width: 16px;
    width: 4.4vw;
    height: 16px;
    height: 4.4vw;
    cursor: pointer; }
    .schedule__modal__close:before, .schedule__modal__close:after {
      content: "";
      position: absolute;
      top: 50%;
      right: 50%;
      width: 22px;
      width: 5.86667vw;
      height: 1px;
      background-color: #000; }
    .schedule__modal__close:before {
      -webkit-transform: translate(50%, -50%) rotate(45deg);
      -ms-transform: translate(50%, -50%) rotate(45deg);
      transform: translate(50%, -50%) rotate(45deg); }
    .schedule__modal__close:after {
      -webkit-transform: translate(50%, -50%) rotate(-45deg);
      -ms-transform: translate(50%, -50%) rotate(-45deg);
      transform: translate(50%, -50%) rotate(-45deg); }
  .schedule__modal__txt {
    text-align: center; }
  .schedule__modal__date {
    font-size: 12px;
    font-size: 3.33333vw;
    line-height: 1.8; }
  .schedule__modal__content {
    font-size: 12px;
    font-size: 3.33333vw;
    line-height: 1.8; }
  .schedule__inner {
    position: relative;
    max-width: 335px;
    max-width: 89.33333vw;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .schedule__wrraper {
    font-size: 0;
    letter-spacing: 0;
    line-height: 1; }
  .schedule__month {
    text-align: center; }
  .schedule__head {
    margin-bottom: 12px;
    margin-bottom: 3.2vw; }
  .schedule__head__inner {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    padding: 0 5.33333vw; }
  .schedule__head__txt span {
    font-size: 18px;
    font-size: 4.8vw;
    letter-spacing: .12em; }
  .schedule__head__arrow {
    position: absolute;
    top: 8px;
    top: 2.13333vw;
    width: 7px;
    width: 1.86667vw;
    height: 12px;
    height: 3.2vw; }
  .ie .schedule__head__arrow {
    top: 8px;
    top: 2.13333vw; }
  .schedule__head__arrow-prev {
    left: 0;
    background: url("/img/common/cmn_arrow_left_sp.png") no-repeat 0 0;
      background-size: contain; }
  .schedule__head__arrow-next {
    right: 0;
    background: url("/img/common/cmn_arrow_right_sp.png") no-repeat 0 0;
      background-size: contain; }
  .schedule__head__arrow-disabled {
    display: none; }
  .schedule__content {
    font-size: 0;
    letter-spacing: 0;
    line-height: 1; }
  .schedule__week {
    margin-bottom: 9px;
    margin-bottom: 2.4vw; }
  .schedule__week__item {
    display: inline-block;
    vertical-align: top;
    width: 45px;
    width: 12vw; }
    .schedule__week__item + .schedule__week__item {
      margin-left: 3px;
      margin-left: 0.8vw; }
    .schedule__week__item span {
      color: #8A8A7A;
      font-size: 12px;
      font-size: 3.2vw; }
  .schedule__week__item-weekend span {
    color: #7C994D; }
  .schedule__dates {
    text-align: left; }
    .schedule__dates:before {
      content: none; }
    .schedule__dates:after {
      content: none; }
  .schedule__date {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 3px;
    margin-bottom: 0.8vw;
    text-align: center; }
    .schedule__date + .schedule__date {
      margin-left: 3px;
      margin-left: 0.8vw; }
    .schedule__date:nth-child(7n+1) {
      margin-left: 0; }
    .schedule__date:hover .schedule__date__modal {
      display: none; }
  .schedule__date__node {
    width: 45px;
    width: 12vw;
    height: 40px;
    height: 10.66667vw;
    padding-top: 9px;
    padding-top: 2.4vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
    pointer-events: auto; }
    .schedule__date__node.is-current {
      background-color: #7C994D;
      cursor: pointer; }
      .schedule__date__node.is-current .schedule__date__num {
        color: #fff; }
  .schedule__date__num {
    font-size: 13px;
    font-size: 3.46667vw; }
  .schedule__date__txt {
    display: none; }
  .schedule__date__modal {
    display: none; }
  .gokitou {
    margin: 50px auto -120px;
    margin: 13.33333vw auto -32vw;
    padding: 0 0 50px;
    padding: 0 0 13.33333vw; }
  .gokitou__inner {
    width: 100%;
    padding: 15px 0;
    padding: 4vw 0; }
    .gokitou__inner:before {
      background: url("/img/mailing/bg_tree1.png") repeat-x center top;
      content: "";
      position: absolute;
      top: 0px;
      width: 960px;
      height: 78px; }
  .gokitou__title {
    margin: 0 auto 30px;
    margin: 0 auto 8vw; }
    .gokitou__title img {
      width: 100%;
      height: auto; }
  .gokitou__block__subtitle {
    font-size: 20px;
    font-size: 5.33333vw;
    display: inline-block;
    min-width: 141px;
    min-width: 37.6vw;
    height: 41px;
    height: 11.06667vw;
    padding: 10px;
    padding: 2.66667vw;
    margin: 0 0 10px;
    margin: 0 0 2.66667vw;
    border: 2px solid #7c994d;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center; }
    .gokitou__block__subtitle img {
      width: 100%;
      height: auto; }
    .gokitou__block__subtitle:before, .gokitou__block__subtitle:after {
      content: "";
      position: absolute;
      top: -2px;
      left: inherit;
      width: 2px;
      height: 44px;
      height: 11.73333vw;
      background-color: #fff; }
    .gokitou__block__subtitle:before {
      left: 0px; }
    .gokitou__block__subtitle:after {
      right: 0px; }
  .ie .gokitou__block__subtitle {
    padding: 10px;
    padding: 3.2vw 2.66667vw 2.13333vw; }
    .ie .gokitou__block__subtitle:before {
      width: 2px;
      left: 0px; }
    .ie .gokitou__block__subtitle:after {
      width: 2px;
      right: 0px; }
  .gokitou__block__subtitle-small {
    font-size: 18px;
    font-size: 4.8vw; }
  .ie .gokitou__block__subtitle-small:before, .ie .gokitou__block__subtitle-small:after {
    width: 2px; }
  .gokitou__block {
    padding: 20px 0;
    padding: 5.33333vw 0;
    margin: 30px 0;
    margin: 8vw 0; }
  .gokitou__block__inner {
    width: 100%;
    padding: 0 20px;
    padding: 0 5.33333vw; }
  .gokitou__block__column {
    width: 100%; }
  .gokitou__block__column__left {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    margin: 0 0 4vw; }
  .gokitou__block__column__left__img img,
  .gokitou__block__column__right__img img {
    width: 100%;
    height: auto; }
  .gokitou__block__column__right {
    position: relative;
    float: none;
    width: 100%;
    margin-top: 0; }
  .gokitou__block__column__left__text,
  .gokitou__block__column__right__text {
    font-size: 13px;
    font-size: 3.46667vw; }
  .gokitou__block__column__753Table {
    width: 100%;
    margin: 15px 0;
    margin: 4vw 0; }
    .gokitou__block__column__753Table th {
      font-size: 12px;
      font-size: 3.2vw;
      width: 103px;
      width: 27.46667vw;
      padding: 12px 0;
      padding: 3.2vw 0;
      vertical-align: top; }
      .gokitou__block__column__753Table th em {
        font-size: 19px;
        font-size: 5.06667vw;
        margin-bottom: 8px;
        margin-bottom: 2.13333vw;
        display: inline-block; }
    .gokitou__block__column__753Table td {
      font-size: 13px;
      font-size: 3.46667vw;
      line-height: 150%;
      padding: 10px;
      padding: 2.66667vw; }
  .gokitou__block__column__calendarTable {
    width: 100%;
    margin: 15px 0;
    margin: 4vw 0; }
    .gokitou__block__column__calendarTable.is-pcOnly {
      display: none; }
    .gokitou__block__column__calendarTable.is-spOnly {
      display: table; }
    .gokitou__block__column__calendarTable th {
      font-size: 13px;
      font-size: 3.46667vw;
      width: 100px;
      width: 26.66667vw;
      padding: 5px 0;
      padding: 1.33333vw 0; }
    .gokitou__block__column__calendarTable td {
      font-size: 13px;
      font-size: 3.46667vw;
      -webkit-font-feature-settings: "palt";
      font-feature-settings: "palt";
      line-height: 150%;
      padding: 5px 10px;
      padding: 1.33333vw 2.66667vw; }
  .ie .gokitou__block__column__calendarTable th {
    padding: 5px 0;
    padding: 1.33333vw 0; }
  .ie .gokitou__block__column__calendarTable td {
    padding: 5px 10px;
    padding: 1.33333vw 2.66667vw; }
  .gokitou__block__yakuTitle {
    font-size: 18px;
    font-size: 4.8vw; }
    .gokitou__block__yakuTitle span {
      font-size: 13px;
      font-size: 3.46667vw;
      margin-top: 5px;
      margin-top: 1.33333vw; }
  .gokitou__block__column__yakuTable {
    width: 100%;
    min-height: 0;
    margin: 10px 0;
    margin: 2.66667vw 0;
    border: 2px solid #B8CB99; }
    .gokitou__block__column__yakuTable .gokitou__block__column__yakuTable__gender,
    .gokitou__block__column__yakuTable .gokitou__block__column__yakuTable__part {
      height: 25px;
      height: 6.66667vw;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .gokitou__block__column__yakuTable th {
      font-size: 13px;
      font-size: 3.46667vw;
      padding: 6px 0;
      padding: 4vw 0; }
    .gokitou__block__column__yakuTable td {
      font-size: 13px;
      font-size: 3.46667vw;
      line-height: 122%;
      padding: 10px 0;
      padding: 4vw 0; }
      .gokitou__block__column__yakuTable td span {
        font-size: 19px;
        font-size: 5.06667vw;
        margin-bottom: 4px;
        margin-bottom: 1.06667vw; }
    .gokitou__block__column__yakuTable tr th:nth-child(2n),
    .gokitou__block__column__yakuTable tr td:nth-child(2n) {
      background: #EDF4EA; }
  .gokitou__block__table {
    width: 100%;
    margin: 10px auto 0;
    margin: 2.66667vw auto 0;
    font-size: 0;
    letter-spacing: 0; }
    .gokitou__block__table table {
      display: table;
      vertical-align: baseline;
      width: 100%;
      margin-bottom: 30px;
      margin-bottom: 8vw;
      border: 2px solid #B8CB99;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center; }
      .gokitou__block__table table:last-child {
        margin-bottom: 16vw; }
      .gokitou__block__table table:first-child {
        margin-right: 0; }
        .gokitou__block__table table:first-child tbody {
          width: 100%; }
    .gokitou__block__table caption {
      width: 100%;
      height: auto;
      padding-top: 5.33333vw;
      padding-bottom: 5.33333vw;
      border-top: 2px solid #B8CB99;
      border-bottom: none;
      border-left: 2px solid #B8CB99;
      border-right: 2px solid #B8CB99;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 4vw;
      letter-spacing: 0.1em; }
    .gokitou__block__table tr {
      font-size: 10px;
      font-size: 2.66667vw; }
      .gokitou__block__table tr:last-child td {
        border-bottom: none; }
    .gokitou__block__table td {
      width: 111px;
      width: 29.6vw;
      vertical-align: middle;
      height: auto !important;
      min-height: 17.86667vw;
      padding-top: 4vw;
      padding-bottom: 4vw;
      border-right: 2px solid #B8CB99;
      border-bottom: 2px solid #B8CB99;
      letter-spacing: 0.1em; }
      .gokitou__block__table td:last-child {
        border-right: none; }
    .gokitou__block__table thead {
      width: 100%; }
      .gokitou__block__table thead tr {
        border-bottom: 2px solid #B8CB99; }
      .gokitou__block__table thead td {
        height: 25px;
        height: 6.66667vw;
        font-size: 13px;
        font-size: 3.46667vw; }
        .gokitou__block__table thead td:nth-child(2) {
          background-color: #DCE9D7; }
    .gokitou__block__table tbody {
      width: 100%; }
      .gokitou__block__table tbody td {
        height: 67px;
        height: 17.86667vw; }
        .gokitou__block__table tbody td:nth-child(2) {
          background-color: #DCE9D7; }
        .gokitou__block__table tbody td span {
          display: block;
          font-size: 13px;
          font-size: 3.46667vw;
          line-height: 1.2;
          letter-spacing: 0.05em; }
          .gokitou__block__table tbody td span.is-large {
            margin-bottom: 5px;
            font-size: 19px;
            font-size: 5.06667vw;
            line-height: 1; }
  .ie .gokitou__block__column__yakuTable {
    min-height: 0; }
    .ie .gokitou__block__column__yakuTable th {
      padding: 6px 0;
      padding: 1.6vw 0; }
    .ie .gokitou__block__column__yakuTable td {
      background: #fff;
      font-size: 13px;
      font-size: 3.46667vw;
      line-height: 122%;
      letter-spacing: 0.1em;
      text-align: center;
      vertical-align: middle;
      border: 2px solid #B8CB99;
      padding: 10px 0;
      padding: 2.66667vw 0; }
      .ie .gokitou__block__column__yakuTable td span {
        font-size: 20px;
        display: block;
        margin-bottom: 4px; }
  .gokitou__block__lead {
    font-size: 13px;
    font-size: 3.46667vw;
    margin: 0 0 15px;
    margin: 0 0 4vw; }
  .gokitou__block__btn a {
    position: relative;
    z-index: 1;
    display: block;
    width: 250px;
    width: 66.66667vw;
    height: 44px;
    height: 11.73333vw;
    margin: 0 auto;
    border: 2px solid #7C994D;
      border-radius: 44px;
      border-radius: 11.73333vw;
    background-color: #7c994d;
    text-align: center; }
    .gokitou__block__btn a:hover {
      background-color: #7c994d;
      color: #fff !important;
      border: 2px solid #7C994D;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .gokitou__block__btn a:hover span {
        color: #fff !important;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
  .gokitou__block__btn span {
    color: #fff;
    font-size: 14px;
    font-size: 3.73333vw;
    font-weight: bold;
    line-height: 44px;
    line-height: 11.73333vw;
    letter-spacing: 0;
    -webkit-font-smoothing: antialiased; }
  .gokitou__block-1 .gokitou__block__inner:after {
    display: none; }
  .gokitou__block-1 .gokitou__block__inner .gokitou__title {
    width: 207px;
    width: 68.53333vw; }
    .gokitou__block-1 .gokitou__block__inner .gokitou__title img {
      width: 100%;
      height: auto; }
  .gokitou__block-1 .gokitou__block__column-1 {
    height: auto; }
  .gokitou__block-1 .gokitou__block__column__right__text {
    position: static !important; }
  .gokitou__block-1 .gokitou__block__column__right__img {
    position: static;
    margin: 0 0 10px;
    margin: 0 0 2.66667vw; }
  .gokitou__block-1 .gokitou__block__column__left__img {
    position: static !important;
    width: 265px;
    width: 70.66667vw;
    margin: 0 auto 10px;
    margin: 0 auto 2.66667vw;
    text-align: center; }
    .gokitou__block-1 .gokitou__block__column__left__img img {
      width: 100%;
      height: auto; }
  .gokitou__block-2:first-of-type {
    padding: 2.66667vw 0 0; }
    .gokitou__block-2:first-of-type .gokitou__block__inner:after {
      content: "";
      background: url("/img/mailing/bg_tree2.png") no-repeat center top;
      position: absolute;
      width: 665px;
      height: 86px;
      top: -20px;
      right: 0;
      margin: auto; }
  .gokitou__block-2:nth-of-type(2) .gokitou__block__inner:after {
    content: "";
    background: url("/img/mailing/bg_tree3.png") no-repeat center top;
    position: absolute;
    width: 688px;
    height: 86px;
    top: -20px;
    right: 0;
    margin: auto; }
  .gokitou__block-2:nth-of-type(3) .gokitou__block__inner:after {
    content: "";
    background: url("/img/mailing/bg_tree2.png") no-repeat center top;
    position: absolute;
    width: 688px;
    height: 86px;
    top: -20px;
    right: 0;
    margin: auto; }
  .gokitou__block-2:nth-of-type(4) .gokitou__block__inner:after {
    content: "";
    background: url("/img/mailing/bg_tree3.png") no-repeat center top;
    position: absolute;
    width: 688px;
    height: 86px;
    top: -20px;
    right: 0;
    margin: auto; }
  .gokitou__block-2 {
    padding: 0;
    margin: 0 auto; }
    .gokitou__block-2.is-last {
      padding: 0 0 20vw; }
    .gokitou__block-2 .gokitou__block__inner:after {
      display: none; }
    .gokitou__block-2 .gokitou__block__column {
      margin-top: 1.33333vw; }
    .gokitou__block-2 .gokitou__block__column__left__img {
      width: 224px;
      width: 59.73333vw;
      margin: 0 auto; }
      .gokitou__block-2 .gokitou__block__column__left__img img {
        width: 100%;
        height: auto; }
    .gokitou__block-2 .gokitou__block__column-753photo + .gokitou__block__column .gokitou__title {
      margin: 20px auto 6px;
      margin: 5.33333vw auto 3.73333vw; }
      .gokitou__block-2 .gokitou__block__column-753photo + .gokitou__block__column .gokitou__title img {
        width: 255px;
        width: 68vw;
        height: auto; }
    .gokitou__block-2 .gokitou__block__column-753photo + .gokitou__block__column .gokitou__block__lead {
      text-align: left; }
    .gokitou__block-2 .gokitou__block__column-753photo .gokitou__title {
      margin: 30px auto 17px;
      margin: 8vw auto 4.53333vw; }
      .gokitou__block-2 .gokitou__block__column-753photo .gokitou__title img {
        width: 301px;
        width: 80.26667vw;
        height: auto; }
    .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__btn a {
      width: 100%;
      height: 70px;
      height: 18.66667vw; }
      .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__btn a:before {
        content: "";
        position: absolute;
        top: 16px;
        top: 6.13333vw;
        right: 19px;
        right: 5.06667vw;
        width: 26px;
        width: 6.93333vw;
        height: 23px;
        height: 6.13333vw;
        background: url("/img/mailing/icon_pdf_sp.png") no-repeat 0 0;
          background-size: contain;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
      .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__btn a:hover {
        background: #7c994d;
        border-radius: 44px;
        border-radius: 11.73333vw; }
        .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__btn a:hover:before {
          background: url("/img/mailing/icon_pdf_sp.png") no-repeat 0 0;
            background-size: contain; }
        .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__btn a:hover span {
          color: #fff; }
    .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__btn span {
      padding-right: 30px;
      padding-right: 8vw;
      font-size: 13px;
      font-size: 3.46667vw;
      letter-spacing: .13em;
      line-height: 70px;
      line-height: 18.66667vw;
      letter-spacing: 0.14em; }
    .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__column__img {
      margin-top: 30px;
      margin-top: 8vw; }
      .gokitou__block-2 .gokitou__block__column-753photo .gokitou__block__column__img img {
        width: 100%;
        height: auto; }
  .gokitou__block-3 .gokitou__block__inner {
    padding-bottom: 15px;
    padding-bottom: 4vw; }
    .gokitou__block-3 .gokitou__block__inner:after {
      display: none; }
  .gokitou__block-3 .gokitou__block__column__right__img {
    margin: 0 auto 25px;
    margin: 0 auto 6.66667vw;
    width: 264px;
    width: 70.4vw; }
    .gokitou__block-3 .gokitou__block__column__right__img img {
      width: 100%;
      height: auto; }
  .gokitou__block-3 .gokitou__block__column__left__text {
    margin: 0 0 15px;
    margin: 0 0 4vw; }
  .gokitou__block-3 .gokitou__block__column-1 {
    margin: 0; }
  .gokitou__block-3 .gokitou__block__column__right__text dt {
    font-size: 18px;
    font-size: 4.8vw;
    margin: 0 0 5px;
    margin: 0 0 1.33333vw; }
  .gokitou__block-3 .gokitou__block__column__right__text dd {
    margin: 0 0 10px;
    margin: 0 0 2.66667vw; }
  .gokitou__block-3 .gokitou__block__calendarTitle {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 150%;
    margin: 25px 0 10px;
    margin: 6.66667vw 0 2.66667vw; }
  .gokitou__block-3 .gokitou__block__column__left {
    margin: 0; }
  .gokitou__block-4 {
    padding: 0 0 5px;
    padding: 0 0 1.33333vw; }
    .gokitou__block-4 .gokitou__block__inner:after {
      display: none; }
  .gokitou__block-5 {
    padding: 15px 0 20px;
    padding: 4vw 0 5.33333vw; }
    .gokitou__block-5 .gokitou__block__inner:after {
      display: none; }
  .gokitou__block-6 {
    padding: 0;
    margin: 0; }
    .gokitou__block-6 .gokitou__block__inner:after {
      display: none; }
  .gokitou__block-7 .gokitou__block__inner {
    padding-top: 0;
    padding-bottom: 40px;
    padding-bottom: 10.66667vw; }
    .gokitou__block-7 .gokitou__block__inner:after {
      display: none; }
  .gokitou__block-8 .gokitou__block__box {
    width: 100%;
    font-size: 0;
    letter-spacing: 0; }
  .gokitou__block-8 .gokitou__block__box__item {
    background: url("/img/mailing/ico_yama_sp.png") no-repeat center top;
    background-size: 100% auto;
    font-size: 18px;
    font-size: 4.8vw;
    width: 47.44525%;
    height: 68px;
    height: 16.53333vw;
    vertical-align: top;
    padding: 25px 0 15px;
    padding: 6.66667vw 0 4vw;
    margin: 0 1.45985% 10px 0;
    margin: 0 1.45985% 2.66667vw 0;
    border-bottom: 2px dashed #C49965; }
    .gokitou__block-8 .gokitou__block__box__item:nth-of-type(2n) {
      margin-right: 0 !important; }
    .gokitou__block-8 .gokitou__block__box__item:nth-of-type(3n) {
      margin: 0 1.45985% 10px 0;
      margin: 0 1.45985% 2.66667vw 0; }
  .gokitou__block-8 .gokitou__block__box-small {
    font-size: 12px;
    font-size: 3.2vw;
    padding: 30px 0 15px !important;
    padding: 8vw 0 4vw !important; }
    .gokitou__block-8 .gokitou__block__box-small dt {
      font-size: 20px;
      margin: 0 0 10px; }
  .gokitou__block-8 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0; }
    .gokitou__block-8 .gokitou__block__inner {
      padding-top: 0; }
      .gokitou__block-8 .gokitou__block__inner:after {
        display: none; }
  .wave-box {
    /* ------------------------------------------------------- */ }
    .wave-box:before, .wave-box:after {
      background-size: 680px auto;
      height: 30px; }
    .wave-box:before {
      top: -30px; }
    .wave-box:after {
      bottom: 0px; }
  .gokitou__column {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px;
    padding: 0 0 5.33333vw; }
  .gokitou__column__left {
    float: left;
    width: 465px;
    text-align: center; }
  .gokitou__column__right {
    position: relative;
    float: right;
    width: 465px;
    margin-top: -6px; }
  .gokitou__column-1 .gokitou__column__right:before {
    background: url("/img/mailing/bg_tree2.png") repeat-x center top;
    content: "";
    position: absolute;
    bottom: -130px;
    right: 30px;
    width: 392px;
    height: 104px; }
  .gokitou__column__right__dt {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.2em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"; }
  .gokitou__column__right__dd {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 200%;
    margin: 0 0 16px; }
  .gokitou__box {
    display: inline-block;
    width: 465px;
    margin: 0 29px 60px 0;
    vertical-align: top; }
    .gokitou__box:nth-of-type(2n) {
      margin-right: 0; }
  .gokitou__box__title {
    background: #fff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.2em;
    min-width: 203px;
    display: table;
    border-left: 2px solid #7C994D;
    border-right: 2px solid #7C994D;
    padding: 15px;
    margin: 0 0 20px;
    position: relative;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .gokitou__box__title:before, .gokitou__box__title:after {
      content: "";
      background: #7C994D;
      width: calc(100% - 4px);
      height: 2px;
      position: absolute;
      left: 2px; }
    .gokitou__box__title:before {
      top: 0; }
    .gokitou__box__title:after {
      bottom: 0; }
  .gokitou__box__text {
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 200%; }
  /* ----------------------------------------------------------------------------------

 追加css

 ---------------------------------------------------------------------------------- */
  #mailing-page .gokitou {
    margin-top: 8vw; }
  #mailing-page .gokitou-1 {
    margin: 10.66667vw 0 0;
    padding: 0; }
    #mailing-page .gokitou-1 .lead {
      margin-bottom: 30px; }
  #mailing-page .gokitou-2 {
    padding: 0; }
  #mailing-page .gokitou-3 {
    padding: 2.66667vw 0 0; }
    #mailing-page .gokitou-3 .wave-box {
      padding-bottom: 18.66667vw; }
      #mailing-page .gokitou-3 .wave-box:after {
        content: none; }
    #mailing-page .gokitou-3 .gokitou__wrap {
      position: relative; }
      #mailing-page .gokitou-3 .gokitou__wrap:nth-of-type(2):after {
        content: none; }
      #mailing-page .gokitou-3 .gokitou__wrap:nth-of-type(3):after {
        content: none; }
  #mailing-page .rowbox-start {
    margin-top: 8vw; }
  #mailing-page .gokitou__wrap {
    margin: 10.66667vw auto; }
  .gokitou__block-start {
    margin: 0;
    padding: 0; }
    .gokitou__block-start .gokitou__title {
      margin-bottom: 20px;
      width: 207px;
      width: 68.53333vw; }
      .gokitou__block-start .gokitou__title img {
        width: 100%;
        height: auto; }
    .gokitou__block-start .gokitou__block__lead {
      text-align: center; }
    .gokitou__block-start .gokitou__block__column-1 {
      position: relative;
      width: 100%;
      height: 390px; }
      .gokitou__block-start .gokitou__block__column-1 .gokitou__block__column__left__img {
        position: absolute;
        right: 20px;
        top: -80px; }
      .gokitou__block-start .gokitou__block__column-1 .gokitou__block__column__right__text {
        position: absolute;
        top: 290px; }
    .gokitou__block-start .gokitou__block__column__left__text {
      margin: 0 0 30px; }
    .gokitou__block-start .gokitou__block__column__right__img {
      position: absolute;
      top: 140px;
      left: 0; }
  .gokitou__block__flex--1 {
    background: none; }
  .gokitou__block__flex--2 {
    background: none; }
  .gokitou-3 .gokitou__title {
    margin-bottom: 20px; }
  .gokitou-3 .lead {
    padding: 0; } }
