/* CSS Document */
body {
  height: auto !important;
}

.mvArea {
  height: 316px;
  position: relative;
  background: url(../imgs/mv_bg.jpg) no-repeat center center;
  background-size: cover;
}
.mvArea .acap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px, rgba(0, 0, 0, 0.4) -1px 1px 2px,
    rgba(0, 0, 0, 0.4) 1px -1px 2px, rgba(0, 0, 0, 0.4) -1px -1px 2px;
}
.mvArea .inner {
  position: absolute;
  max-width: 960px;
  width: calc(100% - 5.882352942%);
  padding: 0 2.941176471%;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  .mvArea {
    height: 230px;
    background-position: 58% center;
  }
  .mvArea .pttl {
    width: 270px;
  }
}

.pankuzu .inner {
  max-width: calc(960px + 5.882352942%);
  padding: 0 2.941176471%;
  width: 100%;
}

.clm > div,
.clm > li {
  letter-spacing: 0.045em;
}

.block01 .wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.block01 .pankuzu {
  padding: 0 2.941176471%;
  padding-top: 10px;
  font-size: 12px;
  margin-bottom: 50px;
}
.block01 .pankuzu li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.block01 .pankuzu li + li {
  margin-left: 5px;
}
.block01 .pankuzu li a {
  display: block;
  position: relative;
}
.block01 .pankuzu li a ::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #999999;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: 0.3s ease;
}
.block01 .pankuzu li a.hover::after {
  opacity: 1;
}

.contentsArea {
  position: relative;
}

.contentsArea .content {
  position: relative;
  margin-top: 0;
  padding: 0 2.941176471%;
  z-index: 1;
}
.contentsArea .content + .content {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .contentsArea .content + .content {
    margin-top: 0;
  }
}
.contentsArea .content .contInner {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Anchor */
.contentsArea .content .contInner .anchorArea {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .anchorArea {
    margin-bottom: 50px;
  }
}

.contentsArea .content .contInner .anchorArea ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* max-width: 796px; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contentsArea .content .contInner .anchorArea ul li {
  width: 20%;
  text-align: center;
  position: relative;
}
.contentsArea .content .contInner .anchorArea ul li + li::before {
  content: "";
  width: 1px;
  height: 36px;
  background: #d6d6d6;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.contentsArea .content .contInner .anchorArea ul li a {
  display: block;
  position: relative;
  padding: 5px 0;
}
.contentsArea .content .contInner .anchorArea ul li a.active {
  pointer-events: none;
}
.contentsArea .content .contInner .anchorArea ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background: #0f653e;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.contentsArea .content .contInner .anchorArea ul li a.active::after,
.contentsArea .content .contInner .anchorArea ul li a.hover::after {
  left: 0;
  width: 100%;
}
.contentsArea .content .contInner .anchorArea ul li a .anchor_btn {
  display: block;
}
.contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span {
  display: block;
}
.contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span.en {
  font-size: 12px;
  line-height: 1;
}
.contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span.ja {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-top: 15px;
  transition: 0.3s;
}
.contentsArea
  .content
  .contInner
  .anchorArea
  ul
  li
  a.active
  .anchor_btn
  > span.ja,
.contentsArea
  .content
  .contInner
  .anchorArea
  ul
  li
  a.hover
  .anchor_btn
  > span.ja {
  color: #0f653e;
}
@media screen and (max-width: 767px) {
  .contentsArea .content .contInner .anchorArea ul {
    /* display: block; */
  }
  .contentsArea .content .contInner .anchorArea ul li {
    padding: 0;
    width: 49.5%;
  }
  .contentsArea .content .contInner .anchorArea ul li + li:nth-child(n + 3) {
    margin-top: 20px;
    border-left: none;
  }
  .contentsArea .content .contInner .anchorArea ul li a {
    display: block;
  }
  .contentsArea .content .contInner .anchorArea ul li + li::before {
    /* content: none; */
    bottom: 0;
  }
  .contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span.en {
    font-size: 10px;
    line-height: 1;
  }
  .contentsArea .content .contInner .anchorArea ul li a .anchor_btn > span.ja {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: normal;
    margin-top: 10px;
  }
}
@media screen and (max-width: 959px) {
  .contentsArea .content .contInner .anchorArea ul li {
    width: 50%;
    padding: 5px 37px;
  }
  .contentsArea .content .contInner .anchorArea li:nth-child(3) {
    border-left: none;
  }
  .contentsArea .content .contInner .anchorArea li:nth-child(3)::before {
    display: none;
  }
  .contentsArea .content .contInner .anchorArea li:nth-child(3),
  .contentsArea .content .contInner .anchorArea li:nth-child(4) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .contentsArea .content .contInner .anchorArea ul {
    align-items: flex-end;
  }
  .contentsArea .content .contInner .anchorArea ul li {
    padding: 0;
  }
  .contentsArea .content .contInner .anchorArea li:nth-child(1),
  .contentsArea .content .contInner .anchorArea li:nth-child(2),
  .contentsArea .content .contInner .anchorArea li:nth-child(3),
  .contentsArea .content .contInner .anchorArea li:nth-child(4) {
    max-width: none;
    border-left: none;
  }
}


.contentsArea .content .contTxt {
  font-size: 14px;
  line-height: 2;
}
.contentsArea .captionArea {
  margin: 100px auto 60px;
  max-width: 1088px;
  padding: 0 2.941176471%;
  width: 100%;
  font-size: 12px;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .contentsArea .captionArea {
    margin: 50px auto 40px;
  }
}

.block01 {
  position: relative;
}
.kazari_l {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 447px;
  width: 31.041666667%;
  z-index: 1;
}
.kazari_r {
  max-width: 357px;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}

.contentsArea .content.cont01 .cttl {
  margin-top: calc(40px - (((36px * 1.578947368) - 36px) / 2));
  margin-bottom: calc(40px - (((36px * 1.578947368) - 36px) / 2));
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1.578947368;
  color: #231815;
}
@media screen and (max-width: 767px) {
  .contentsArea .content.cont01 .cttl {
    margin-bottom: 35px;
    line-height: 1.5;
    font-size: 20px;
  }
}
.cttl.line {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  text-align: center;
}
.anchorArea + .cttl.line {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .anchorArea + .cttl.line {
    margin-top: 50px;
  }
}

.cttl.line .en {
  font-size: 48px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: normal;
  overflow: hidden;
  line-height: 0;
}
.cttl.line .en span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cttl.line .en span {
    width: auto;
    padding: 0 10px;
    color: #45ad81;
  }
}
.cttl.line .en span::before {
  content: "";
  width: 480px;
  height: 1px;
  background: #aad789;
  background: -moz-linear-gradient(left, #aad789 0%, #45ad81 100%);
  background: -webkit-linear-gradient(left, #aad789 0%, #45ad81 100%);
  background: linear-gradient(to right, #aad789 0%, #45ad81 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad789', endColorstr='#45ad81',GradientType=1 );
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateX(-100%);
}
.cttl.line .en span::after {
  content: "";
  width: 480px;
  height: 1px;
  background: #45ad81;
  background: -moz-linear-gradient(left, #45ad81 0%, #aad789 100%);
  background: -webkit-linear-gradient(left, #45ad81 0%, #aad789 100%);
  background: linear-gradient(to right, #45ad81 0%, #aad789 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45ad81', endColorstr='#aad789',GradientType=1 );
  position: absolute;
  top: 51%;
  right: 0;
  transform: translateX(100%);
}
.cttl.line .ja {
  font-size: 24px;
  letter-spacing: 0.18em;
  line-height: 1.75;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cttl.line .ja {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cttl.line {
    margin-bottom: 30px;
  }
}

.long.sp a {
  pointer-events: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .long.sp a {
    pointer-events: auto;
  }
}
.pinch {
  text-align: center;
  background: #faf7f1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  margin-bottom: auto;
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pinch {
    display: block !important;
  }
}
.image + .pinch {
  margin-bottom: 15px;
}

.image a {
  pointer-events: none;
  display: block;
}

@media screen and (max-width: 767px) {
  .image a {
    pointer-events: auto;
  }
}
.btnArea {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .btnArea {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.btnArea li {
  display: inline-block;
  vertical-align: top;
  max-width: 320px;
  width: 100%;
}

.btnArea li + li {
  margin-left: 32px;
}

.btnArea li a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 18px 10px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  background: #5b5b5b;
}

.btnArea li a:hover {
  opacity: 0.7;
}

.btnArea li a i {
  margin-right: 15px;
  font-size: 20px;
}

br.spc {
  display: none;
}
@media screen and (max-width: 959px) {
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 640px) and (max-width: 1023px) {
  br.spc {
    display: block;
  }
}
.cttl {
  color: #5b5b5b;
}
.sttl .sp,
.cttl .sp,
.mttl .sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sttl .pc,
  .cttl .pc,
  .mttl .pc {
    display: none !important;
  }

  .sttl .sp,
  .cttl .sp,
  .mttl .sp {
    display: inline-block !important;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .contentsArea .content {
    margin-top: 0;
  }
}

  .caption {
    font-size: 10px;
    line-height: 1.5;
  }

 
  .equipmentHeading {
    position: relative;
    padding-bottom: 20px;
    font-size: 30px;
    letter-spacing: .2em;
    line-height: 1.733;
    text-align: center;
  }
  .equipmentHeading .underline::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 468px;
    height: 1px;
    margin: 0 auto;
    background: rgba(15, 101, 62, .2);
  }
  .equipmentHeading .underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 60px;
    height: 1px;
    margin: 0 auto;
    background: rgba(15, 101, 62, 1);
  }
  .img__logo {
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .category {
    display: flex;
    gap: 42px;
    justify-content: space-between;
    margin-top: 30px;
  }
  .category__item {
    width: 100%;
  }
@media screen and (max-width: 767px) {
  .equipmentHeading {
    font-size: 16px;
    letter-spacing: .1em;
  }
  .equipmentHeading .underline::before {
    left: 80px;
    right: 80px;
    width: auto;
  }
  .equipmentHeading .underline::after {
    width: 40px;
  }

  .img__logo {
    width: 70%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .category {
    flex-direction: column;
  }
  .category__item {
    width: 80%;
    margin: 0 auto;
  }
}

/* photo */
  .photo {
    position: relative;
  }
  .kakoi {
    border: solid 1px #c6e3cf;
  }
  .photo .caption {
    position: absolute;
  }
  .caption--inLeft {
    bottom: 0;
    left: 0;
    padding: 8px;
    text-align: left;
  }
  .caption--inUpLeft {
    top: 0;
    left: 0;
    padding: 8px;
    text-align: left;
  }
  .caption--outLeft {
    top: 100%;
    left: 0;
    padding: 8px 0;
    text-align: left;
  }
  .caption--inRight {
    bottom: 0;
    right: 0;
    padding: 8px;
    text-align: right;
  }
  .caption--inUpRight {
    top: 0;
    right: 0;
    padding: 8px;
    text-align: right;
  }
  .caption--outRight {
    top: 100%;
    right: 0;
    padding: 8px 0;
    text-align: right;
  }

  [data-color="white"] {
    color: #fff;
  }
  [data-color="black"] {
    color: #000;
  }
  [data-color="shadowWhite"] {
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8), 0px 0px 5px rgba(0, 0, 0, .8);
  }

/* flex */
  .layoutCol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .is-reverse {
    flex-direction: row-reverse;
  }
  .is-center {
    align-items: center;
  }

  .clmTwo__item {
    width: calc(468/960*100%);
  }
  .clmThree__item {
    width: calc(304/960*100%);
  }
  .clmThree__item--double {
    width: calc(632/960*100%);
  }
  .clmThree__item--double .clmTwo__item {
    width: calc(304/632*100%);
  }
@media screen and (max-width: 767px) {
  .clmTwo__item {
    width: calc(50% - 10px);
  }

  .clmThree__item {
    width: calc(50% - 10px);
  }
  .clmThree__item--double {
    width: 100%;
  }
}

  .headingLv1 {
    font-size: 22px;
    letter-spacing: .1em;
    line-height: 1.727;
    color: #45ad81;
  }
  .headingLv1 + .text {
    margin-top: 20px;
  }

  .headingLv2 {
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.555;
    color: #45ad81;
  }
  .headingLv2 .sub {
    display: block;
    font-size: 12px;
  }
  .headingLv2 small {
    font-size: 14px;
  }
  .photo + .headingLv2 {
    margin-top: 20px;
  }
  .headingLv2 + .text {
    margin-top: 15px;
  }
  .text + .caption {
    margin-top: 5px;
  }

@media screen and (max-width: 767px) {
  .headingLv1 {
    font-size: 16px;
  }
  .headingLv1 + .text {
    margin-top: 20px;
  }

  .headingLv2 {
    font-size: 14px;
  }
  .headingLv2 .sub {
    font-size: 12px;
  }
  .headingLv2 small {
    font-size: 12px;
  }
  .photo + .headingLv2 {
    margin-top: 15px;
  }
  .headingLv2 + .text {
    margin-top: 10px;
  }

  .text {
    font-size: 12px;
  }

  .lsSP {
    letter-spacing: 0;
  }
}
.acTxt {
  text-align: center;
}

@media screen and (max-width: 767px) {
}
  .headingLv1::before,
  .headingLv1::after,
  .headingLv2::before,
  .headingLv2::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .headingLv1::before {
    margin-top: calc((1 - 1.727) * 0.5em);
  }
  .headingLv1::after {
    margin-bottom: calc((1 - 1.727) * 0.5em);
  }
  .headingLv2::before {
    margin-top: calc((1 - 1.555) * 0.5em);
  }
  .headingLv2::after {
    margin-bottom: calc((1 - 1.555) * 0.5em);
  }


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

  .leadBox {
    padding: 29px 24px;
    background: #fff;
    border: solid 1px #c6e3cf;
  }
  .leadBox__row {
  }
  .leadBox__row + .caption {
    margin-top: 10px;
  }
  .leadBox__item {
    position: relative;
    width: calc(443/910*100%);
  }

  .leadBox__item .photoBlock .photo {
    width: calc(210/443*100%);
  }
  .leadBox__item .photoBlock + .headingLv1 {
    margin-top: 30px;
  }
  .leadBox__item .text {
    letter-spacing: .15em;
  }
  .leadBox__item .text + .photo {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 170px;
  }

  .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 56px;
    height: 56px;
  }

  .hanrei {
    margin-top: 40px;
    text-align: center;
    width: 80%;
  }
  .equipmentHeading + .anchorArea {
    margin-top: 100px;
  }

  .contentsArea .contInner {
    position: relative;
    z-index: 1;
  }

  .bg__lightGreen {
    background: #efefef;
  }
@media screen and (max-width: 767px) {
  .leadBox {
    padding: 19px;
  }
  .leadBox__item {
    width: 100%;
  }
  .leadBox__item:nth-child(n+2) {
    margin-top: 20px;
  }

  .leadBox__item .photoBlock .photo {
    width: calc(50% - 10px);
  }
  .leadBox__item .photoBlock + .headingLv1 {
    margin-top: 20px;
  }

  .leadBox__item .text + .photo {
    position: static;
    max-width: 170px;
    margin-top: 20px;
  }

  .icon {
    top: -20px;
    right: -10px;
  }

  .hanrei {
    margin: 40px auto 0;
    text-align: center;
    max-width: 80%;
  }
  .equipmentHeading + .anchorArea {
    margin-top: 100px;
  }

  .contentsArea .contInner {
    position: relative;
    z-index: 1;
  }
}


/* Section */
  .kitchenSection {
    position: relative;
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .kitchenSection__row {
    margin-top: 40px;
  }
  .kitchenSection__item:nth-child(n+4) {
    margin-top: 40px;
  }
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .kitchenSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .kitchenSection__row {
  }
  .kitchenSection__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

  .bathSection {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bathSection__row {
    margin-top: 40px;
  }
  .bathSection__item:nth-child(n+3) {
    margin-top: 40px;
  }
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .bathSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bathSection__row {
  }
  .bathSection__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

  .powderSection {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .powderSection__row {
    margin-top: 40px;
  }
  .powderSection__item:nth-child(n+4) {
    margin-top: 40px;
  }
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .powderSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .powderSection__row {
  }
  .powderSection__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

  .toiletSection {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .toiletSection__row {
    margin-top: 40px;
  }
  .toiletSection__item {
    position: relative;
  }
  .toiletSection__item:nth-child(n+4) {
    margin-top: 40px;
  }

  .toiletSectionInner__row {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .toiletSectionInner__item:nth-child(n+3) {
  }
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .toiletSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .toiletSection__row {
  }
  .toiletSection__item:nth-child(n+2) {
    margin-top: 40px;
  }

  .toiletSectionInner__row {
    position: static;
    margin-top: 40px;
  }
  .toiletSectionInner__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

  .otherSection {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .otherSection__row {
    margin-top: 40px;
  }
  .otherSection__item:nth-child(n+4) {
    margin-top: 40px;
  }
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 767px) {
  .otherSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .otherSection__row {
  }
  .otherSection__item:nth-child(n+3) {
    margin-top: 40px;
  }
}

.sec__info__event--inner .eventContent--gold {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 639px) {

  .sec__info__event--inner {
    padding: 0 2.941176471%;
  }
  
  .sec__info__event--inner .eventContent--gold {
    background-color: rgba(35, 24, 21, 0.149);
    padding: 5px 0 8px;
  }

  .sec__info__event--inner .eventContent--gold .eventContents__txt {
    color: rgb(51, 51, 51);
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 15px;
    line-height: 1.6;
    padding: 0 20px;
    text-align: center;
  }

  .sec__info__event--inner .eventContent--gold .eventContents__meritList {
    margin: 0 auto;
    padding-bottom: 30px;
    width: fit-content;
  }

  .sec__info__event--inner .eventContent--gold .eventContents__meritItem {
    font-size: 14px;
    line-height: 2.182;
    padding: 0 10px;
    text-align: left;
    width: fit-content;
  }

  .sec__info__event--inner .eventTitle {
    border-bottom: 1px solid #777777;
    border-top: 1px solid #777777;
    padding: 5px 0 8px;
  }
}

.sec__info__event--inner .eventContent--gold {
  background-color: rgba(35, 24, 21, 0.149);
  border: 1px solid #acabaa;
  padding: 5px 0 8px;
}

.sec__info__event--inner .eventContent--gold .eventContents__txt {
  color: rgb(51, 51, 51);
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContent--gold .eventContents__txt {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec__info__event--inner .eventContent--gold .eventContents__meritList {
  margin: 0 auto;
  padding-bottom: 30px;
  width: fit-content;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContent--gold .eventContents__meritList {
    padding-bottom: 20px;
    width: 83%;
  }
}

.sec__info__event--inner .eventContent--gold .eventContents__meritItem {
  list-style-type: disc;
  text-align: left;
  width: fit-content;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContent--gold .eventContents__meritItem {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0;
    padding: 0;
  }

  .sec__info__event--inner .eventContent--gold .eventContents__meritItem::marker {
    font-size: 10px;
  }
}


.contentsArea .content.cont01 .contInner {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .contentsArea .content.cont01 .contInner {
    padding-bottom: 50px;
  }
}


@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContent--gold {
    background-color: rgba(35, 24, 21, 0.149);
    padding: 5px 0 8px;
  }

  .sec__info__event--inner .eventContent--gold .eventContents__txt {
    color: rgb(51, 51, 51);
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 15px;
    line-height: 1.6;
    padding: 0 20px;
    text-align: center;
  }

  .sec__info__event--inner .eventContent--gold .eventContents__meritList {
    margin: 0 auto;
    padding-bottom: 30px;
    width: fit-content;
  }

  .sec__info__event--inner .eventContent--gold .eventContents__meritItem {
    font-size: 14px;
    line-height: 2.182;
    padding: 0 10px;
    text-align: left;
    width: fit-content;
  }

  .sec__info__event--inner .eventTitle {
    border-bottom: 1px solid #777777;
    border-top: 1px solid #777777;
    padding: 5px 0 8px;
  }
}

.sec__info__event--inner .eventContent--gold {
  background-color: rgba(35, 24, 21, 0.149);
  border: 1px solid #acabaa;
  padding: 5px 0 8px;
}

.sec__info__event--inner .eventContent--gold .eventContents__txt {
  color: rgb(51, 51, 51);
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContent--gold .eventContents__txt {
    font-size: calc(28 / 750 * 100vw);
  }
}

.sec__info__event--inner .eventContent--gold .eventContents__meritList {
  margin: 0 auto;
  padding-bottom: 30px;
  width: fit-content;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContent--gold .eventContents__meritList {
    padding-bottom: 20px;
    width: 83%;
  }
}

.sec__info__event--inner .eventContent--gold .eventContents__meritItem {
  list-style-type: disc;
  text-align: left;
  width: fit-content;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContent--gold .eventContents__meritItem {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0;
    padding: 0;
  }

  .sec__info__event--inner .eventContent--gold .eventContents__meritItem::marker {
    font-size: 10px;
  }
}

.sec__info__event--inner .eventTitle {
  border-bottom: 1px solid #777777;
  border-top: 1px solid #777777;
  padding: 5px 0 8px;
}

.sec__info__event--inner .eventTitle--gold {
  background-color: #9a7f45;
  color: #ffffff;
  margin: 0 5px;
  opacity: 0.502;
  padding: 5px 0 8px;
}

.sec__info__event--inner .eventTitle--gold .txt {
  color: #ffffff;
  font-size: 20px;
  line-height: calc(36 / 20);
  text-align: center;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventTitle--gold {
    margin: 0 5px;
  }

  .sec__info__event--inner .eventTitle--gold .txt {
    font-size: calc(30 / 750 * 100vw);
  }
}

*+.sec__info__event--inner .eventTitle {
  margin-top: 5px;
}

.sec__info__event--inner .eventTitle .txt {
  font-size: 20px;
  line-height: calc(36 / 20);
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventTitle .txt {
    margin: 0;
  }
}

*+.sec__info__event--inner .eventContents {
  margin-top: 30px;
  position: relative;
}

.sec__info__event--inner .eventContents .eventContents__list {
  margin-bottom: 45px;
  margin-top: 30px;
  width: 45%;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents .eventContents__list {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents .eventContents__list {
    width: 100%;
  }
}

.sec__info__event--inner .eventContents .eventContents__wrapper {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents .eventContents__wrapper {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents .eventContents__list {
    margin-top: 20px;
  }
}

.sec__info__event--inner .eventContents .eventContents__list .eventContents__item {
  display: flex;
  font-size: 18px;
  margin-top: 6px;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents .eventContents__list .eventContents__item {    
    /* display: block; */
  }
}

.sec__info__event--inner .eventContents .eventContents__list .eventContents__item .caption {
  font-size: 10px;
  line-height: 1.5;
}

/* @media only screen and (min-width: 640px) {
  .sec__info__event--inner .eventContents .eventContents__list:first-of-type .eventContents__item:nth-of-type(2)::after {
    border: 1px solid #ab2957;
    color: #ab2957;
    content: 'NEW';
    font-size: 12px;
    line-height: 1.8;
    padding: 1px 3px 2px;
    margin-left: 5px
  }
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents .eventContents__list:first-of-type .eventContents__item:nth-of-type(2) .accentText::after {
    border: 1px solid #ab2957;
    color: #ab2957;
    content: 'NEW';
    font-size: 12px;
    line-height: 0;
    padding: 1px 3px 2px;
  }
} */

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents .eventContents__list .eventContents__item {
    font-size: 15px;
    letter-spacing: 0;
  }

  .sec__info__event--inner .eventContents .eventContents__list .eventContents__item:nth-of-type(1)::after {

    margin-left: 20px
  }
}

.sec__info__event--inner .eventContents .eventContents__list .eventContents__item .cap {
  display: inline-block;
  font-size: 12px;
  line-height: calc(20 / 12);
}

.sec__info__event--inner .eventContents .eventContents__list .eventContents__item .cap--bottom {
  display: block;

padding: 0 0 0 15px
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents .eventContents__list .eventContents__item .cap--bottom {
    font-size: 10px;
  }
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents .eventContents__list .eventContents__item .cap--left {
    padding-left: 20px;
  }
}

.sec__info__event--inner .eventContents .eventContents__list .eventContents__item:first-child {
  margin-top: 0px;
}

.sec__info__event--inner .eventContents .eventContents__list .eventContents__item .accentText {
  color: #9a7f45;
}

.sec__info__event--inner .eventContents .eventContents__list .eventContents__item .accentText .caption {
  color: #000000;
  font-size: 10px;
  line-height: 1.5;
}

.sec__info__event--inner .eventContents__txt {
  margin-top: 20px;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents__txt {
    letter-spacing: 0;
  }
}

.sec__info__event--inner .eventContents__map {
  max-width: 253px;
  position: absolute;
  right: -25px;
  top: 145px;
}

@media only screen and (max-width: 900px) {
  .sec__info__event--inner .eventContents__map {
    max-width: calc(200 / 900 * 100vw);
    top: 70px;
  }
}

@media only screen and (max-width: 800px) {
  .sec__info__event--inner .eventContents__map {
    max-width: calc(150 / 800 * 100vw);
  }
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents__map {
    margin: 30px auto 0 calc(50 / 750 * 100vw);
    max-width: calc(570 / 750 * 100vw);
    position: static;
  }
}

.eventContents__img {
  width: 100%;
}

.sec__info__event--inner .eventContents__btnArea {
  text-align: center;
}

.sec__info__event--inner .eventContents__btnArea + .eventContents__btnArea {
  color: #333333;
  margin-top: 30px;
  padding-bottom: 40px;
}

.sec__info__event--inner .eventContents__btnArea .eventContents__btn {
  align-items: center;
  background-color: #333333;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  opacity: 1;
  position: relative;
  transition: opacity .6s;
  z-index: 1;
}

.sec__info__event--inner .eventContents__btnArea .eventContents__btn:after {
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
  content: '';
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.sec__info__event--inner .eventContents__btnArea .eventContents__btn.eventContents__btn--green {
    background-color: #034b2f;
  }

@media only screen and (min-width: 640px) {
  .sec__info__event--inner .eventContents__btnArea .eventContents__btn {
    height: 40px;
    margin-top: 20px;
    width: 200px;
  }

  .sec__info__event--inner .eventContents__btnArea .eventContents__btn:hover {
    opacity: .4;
  }
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventContents__btnArea {
    font-size: calc(26 / 750 * 100vw);
    letter-spacing: 0;
  }

  .sec__info__event--inner .eventContents__btnArea .eventContents__btn {
    margin-top: 15px;
    padding: 5px 0;
    width: calc(380 / 750 * 100vw);
  }
}

*+.sec__info__event--inner .eventBelongings {
  border: 1px solid #777777;
  margin-top: 30px;
  padding: 5px 5px 12px;
  width: 440px;
}

.sec__info__event--inner .eventBelongings .belongingsTitle {
  background: rgba(154, 127, 69, .1);
  padding: 3px 8px;
  text-align: left;
}

.sec__info__event--inner .eventBelongings .belongingsTitle .txt {
  font-size: 16px;
}

.sec__info__event--inner .eventBelongings .eventBelongings__list {
  margin-top: 10px;
}

@media only screen and (max-width: 639px) {
  *+.sec__info__event--inner .eventBelongings {
    width: 100%;
  }

  .sec__info__event--inner .eventBelongings .eventBelongings__list {
    margin-top: 10px;
  }
}

.sec__info__event--inner .eventBelongings .eventBelongings__list .eventBelongings__item {
  font-size: 16px;
  margin-top: 6px;
  padding-left: 19px;
  position: relative;
  text-align: left;
}

.sec__info__event--inner .eventBelongings .eventBelongings__list .eventBelongings__item::before {
  background: #9a7f45;
  border-radius: 50%;
  content: '';
  height: 12px;
  left: 5px;
  position: absolute;
  top: 7px;
  width: 12px;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventBelongings .eventBelongings__list .eventBelongings__item {
    font-size: 15px;
    letter-spacing: 0;
  }
}

.sec__info__event--inner .eventBelongings .eventBelongings__list .eventBelongings__item .cap {
  display: inline-block;
  font-size: 12px;
  line-height: calc(20 / 12);
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventBelongings .eventBelongings__list .eventBelongings__item .cap--bottom {
    font-size: 10px;
  }
}

.sec__info__event--inner .eventBelongings .eventBelongings__list .eventBelongings__item:first-child {
  margin-top: 0px;
}

.sec__info__event--inner .eventBelongings__txt {
  margin-top: 20px;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventBelongings__txt {
    margin-bottom: 10px;
  }
}

*+.sec__info__event--inner .eventLottery {
  border: 1px solid #777777;
  margin-top: 30px;
  padding: 5px 5px 12px;
  width: 440px;
}

.sec__info__event--inner .eventLottery .lotteryTitle {
  background: rgba(154, 127, 69, .1);
  padding: 3px 8px;
  text-align: left;
}

.sec__info__event--inner .eventLottery .lotteryTitle .txt {
  font-size: 16px;
}

.sec__info__event--inner .eventLottery .eventLottery__list {
  margin-top: 10px;
}

@media only screen and (max-width: 639px) {
  *+.sec__info__event--inner .eventLottery {
    width: 100%;
  }

  .sec__info__event--inner .eventLottery .eventLottery__list {
    margin-top: 10px;
  }
}

.sec__info__event--inner .eventLottery .eventLottery__list .eventLottery__item {
  font-size: 16px;
  margin-top: 6px;
  text-align: left;
}

.sec__info__event--inner .eventLottery .eventLottery__list .eventLottery__item .holiday {
  color: #ab010b;
}

.sec__info__event--inner .eventLottery .eventLottery__list .eventLottery__item .heading {
  color: #9a7f45;
  font-size: 14px;
}

.sec__info__event--inner .eventLottery .eventLottery__list .eventLottery__item .large {
  font-size: 26px;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventLottery .eventLottery__list .eventLottery__item {
    align-items: baseline;
    display: flex;
    font-size: 15px;
    letter-spacing: 0;
  }

  .sec__info__event--inner .eventLottery .eventLottery__list .eventLottery__item .accentText {
    letter-spacing: 0;
  }

  .sec__info__event--inner .eventLottery .eventLottery__list .eventLottery__item .heading {
    letter-spacing: 0;
    margin-left: -5px;
    white-space: nowrap;
  }
}

.sec__info__event--inner .eventLottery .eventLottery__list .eventLottery__item:first-child {
  margin-top: 0px;
}

.sec__info__event--inner .eventLottery__txt {
  margin-top: 20px;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventLottery__txt {
    margin-bottom: 10px;
  }
}

.eventContact {
  background: rgba(154, 127, 69, .1);
  margin: 50px auto 90px;
  padding: 50px;
}

@media only screen and (max-width: 639px) {
  .eventContact {
    margin: 30px auto 15px;
    padding: 40px 0;
  }
}

*+.sec__info__event--inner .eventAnnouncement {
  margin-top: 32px;
}

@media only screen and (max-width: 639px) {
  *+.sec__info__event--inner .eventAnnouncement {
    margin-top: 20px;
  }
}

.sec__info__event--inner .eventAnnouncement {
  opacity: .8;
  padding: 3px 0 0;
}

.sec__info__event--inner .eventAnnouncement .txt .mainText {
  color: #19387b;
  font-size: 28px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventAnnouncement .txt .mainText {
    font-size: 19px;
    letter-spacing: 0.06em;
  }
}

.sec__info__event--inner .eventAnnouncement .cap {
  font-size: 12px;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventAnnouncement .cap {
    font-size: 10px;
  }
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCvArea .txt {
    letter-spacing: 0;
  }

  .sec__info__event--inner .eventCvArea .txt .red {
    font-size: 16px;
  }
}

.sec__info__event--inner .eventCvArea__logo {
  display: inline-block;
  margin: 0 3px 7px;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCvArea__logo {
    margin: 0 0 7px;
    width: calc(400 / 750 * 100vw);
  }
}

.sec__info__event--inner .eventCvArea .ttl {
  background-color: #f9f8f6;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1;
  margin-top: 30px;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCvArea .ttl {
    font-size: 12px;
    font-weight: 400;
    margin: 30px 25px 0;
    width: auto;
  }
}

.sec__info__event--inner .eventCvButton {
  align-items: center;
  background-image: linear-gradient(90deg, rgb(138, 105, 41) 0%, rgb(157, 124, 59) 18%, rgb(175, 142, 77) 50%, rgb(157, 124, 59) 82%, rgb(138, 105, 41) 100%);
  display: flex;
  font-size: 20px;
  height: 80px;
  justify-content: center;
  letter-spacing: 0.16em;
  margin: 0 auto;
  max-width: 320px;
  position: relative;
  transition: 0.5s;
  width: 100%;

  /* width: calc(320 / 664 * 100%); */
}

*+.sec__info__event--inner .eventCvButton {
  margin-top: 30px;
}

.sec__info__event--inner .eventCvButton .link {
  align-items: center;
  border: 1px solid #e7d8a7;
  color: #ffffff;
  display: inline-flex;
  height: 90%;
  justify-content: center;
  margin: 6px;
  width: 100%;
}

.sec__info__event--inner .color--blue {
  color: #0070a1;
}

.sec__info__event--inner .color--red {
  color: #aa020b;
}

.sec__info__event--inner .eventCont__ttl {
  color: #b89332;
  font-size: 22px;
  margin-top: 40px;
  position: relative;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCont__ttl {
    font-size: 16px;
  }
}

.sec__info__event--inner .eventCont__ttl::before,
.sec__info__event--inner .eventCont__ttl::after {
  background: #b89332;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: calc((100% - 9em) / 2);
}

.sec__info__event--inner .eventCont__ttl::before {
  left: 0;
}

.sec__info__event--inner .eventCont__ttl::after {
  right: 0;
}

.sec__info__event--inner .eventCont {
  margin-top: 10px;
  padding: 0 50px;
}

.sec__info__event--inner .eventCont__belongings {
  margin-top: 30px;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCont__belongings {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCont {
    padding: 0;
  }
}

.sec__info__event--inner .eventCont__cont {
  font-size: 20px;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCont__cont {
    font-size: 14px;
  }
}

.sec__info__event--inner .eventCont__list {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

.sec__info__event--inner .eventCont__list .schedule .small {
  margin-left: 0;
}

.sec__info__event--inner .eventCont__item {
  font-size: 20px;
  margin-top: 5px;
  padding-left: 1.2em;
  position: relative;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCont__item {
    font-size: 14px;
    margin-top: 5px;
    padding-left: 1.2em;
    position: relative;
    text-align: left;
  }
}

.sec__info__event--inner .eventCont__belongings .eventCont__icon {
  background-color: #fff;
  color: #737373;
  font-size: 25px;
}

.sec__info__event--inner .eventCont__icon {
  align-items: center;
  background: #737373;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 14px;
  height: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 18px;
  transform: translateY(-50%);
  width: 20px;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .eventCont__icon {
    align-items: center;
    background: #737373;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 10px;
    height: 14px;
    justify-content: center;
    position: absolute;
    text-indent: 0;
    top: -2px;
    transform: translateY(50%);
    width: 14px;
  }
}

.sec__info__event--inner .eventCont__cap {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.sec__info__event--inner .contact__cap {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 20px;
}

@media only screen and (max-width: 639px) {
  .sec__info__event--inner .contact__cap {
    font-size: 10px;
    margin-top: 15px;
  }

  .sec__info__event--title span {
    font-size: 22px;
  }
}
