@charset "utf-8";

/***************************************************************************
MACHIYA BENTO
***************************************************************************/

.pcOnly {
  display: block !important;
}

.spOnly {
  display: none !important;
}

@media (max-width: 768px) {
  .spOnly {
    display: block !important;
  }
  .pcOnly {
    display: none !important;
  }
}

.sideBnr {
  display: none !important;
}

.planArea {
  padding: 68px 0 0 0;
  background: #fff;
}

.planArea h2 {
  margin-top: 68px;
}

.planArea .mainVisual {
  letter-spacing: -0.4em;
  background: #000;
  position: relative;
  margin-bottom: 42px;
}

.planArea .mainVisual > img {
  letter-spacing: normal;
  display: inline-block;
  width: 25%;
  height: 377px;
  object-fit: cover;
  font-family: "object-fit: cover;";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.planArea .mainVisual h3 {
  max-width: 653px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -326px;
}

.planArea .mainTxt {
  text-align: center;
  line-height: 2;
  font-size: 16px;
  margin-bottom: 0 !important;
}

.planArea .inner {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 16px;
}

.planArea section {
  width: 24%;
  background: rgba(153, 130, 81, 0.1);
  margin: 55px 0.5% 0 0.5%;
}
@media screen and (max-width: 1216px) {
  .planArea section {
    width: 32%;
  }
}

.planArea section figure {
  display: block;
  line-height: 0;
  position: relative;
}

.planArea section figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 21px;
  letter-spacing: -0.4em;
}

.planArea section figure figcaption span {
  display: inline-block;
  letter-spacing: normal;
  line-height: 1;
  color: #fff;
  font-size: 13px;
  padding: 8px;
  background: #db2d28;
  margin-right: 8px;
}

.planArea section .box {
  padding: 16px 16px 26px 16px;
}

.planArea section .box h4 {
  text-align: center;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 16px;
}

.planArea section .box h4 strong {
  text-decoration: underline;
  font-weight: normal;
  font-size: 18px;
  display: block;
  text-decoration-skip-ink: none !important;
}

.planArea section .box h4 span {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}

.planArea section .box p {
  font-size: 13px;
  line-height: 1.618;
}

.planArea section .box p.popup {
  font-size: 21px;
}

.planArea section .box p span {
  display: block;
  text-align: center;
  font-size: 10px;
  font-family: sans-serif;
  border: 1px solid #999;
  color: #666;
  margin-top: 10px;
}

.planArea section .box .profile {
  line-height: 0;
  display: block;
  margin-top: 20px;
}

.planArea section .box dl {
  margin-top: 16px;
}

.planArea section .box dl dt {
  text-align: center;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
  line-height: 1;
  padding-bottom: 8px;
  margin-bottom: 13px;
}

.planArea section .box dl dd {
  text-align: center;
  line-height: 1;
}

.planArea section .box dl dd ul {
  text-align: left;
  letter-spacing: -0.4em;
  margin-left: -13px;
}

.planArea section .box dl dd ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 25%;
  padding-left: 13px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  margin-bottom: 13px;
}

.planArea section .box dl dd ul li a {
  color: #a18553;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.planArea section .box dl dd ul li a:hover {
  text-decoration: none;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.planArea section .box dl dd ul li a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.planArea section .box dl dd ul li span {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 5px;
}

.planArea section .box dl dd ul.single {
  text-align: center;
}

.planArea section .box dl dd ul.single li {
  width: 62%;
}

.planArea section .box dl dd ul.single li span {
  font-size: 13px;
}

.planArea section .box .btn {
  display: block;
  text-align: center;
  margin-top: 16px;
}

.planArea section .box .btn a {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  background-color: #a18553;
  padding: 25px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  line-height: 1;
}

.planArea section .box .btn a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.planArea section .box dl.date {
  background: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.4em;
  padding: 8px;
}

.planArea section .box dl.date dt {
  display: inline-block;
  border: none;
  line-height: 1;
  padding: 0;
  letter-spacing: normal;
  margin: 0;
}

.planArea section .box dl.date dd {
  display: inline-block;
  letter-spacing: normal;
}

.planArea section .box .link {
  text-align: center;
  padding: 10px;
  background: #a185531a;
  margin-bottom: 16px;
}

.planArea section .box .link a {
  color: #a18553;
}

.planArea section .box .link a:after {
  position: relative;
  top: -4px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #a18553;
  border-right: 1px solid #a18553;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 0 0 6px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media (max-width: 768px) {
  .planArea .mainVisual h3 {
    max-width: 5000px;
    width: 100%;
    margin: -50px 0 0 0;
    left: 0;
  }
  .planArea .mainVisual > img {
    width: 50%;
    height: 144px;
  }
  .planArea .mainTxt {
    padding: 0 21px;
    font-size: 13px;
    text-align: left;
  }
  .planArea .inner {
    padding: 0;
    border-top: 1px dotted #ccc;
    margin-top: 26px;
  }
  .planArea section {
    width: 100%;
    float: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 !important;
    background: none;
    padding: 16px 0;
    border-bottom: 1px dotted #ccc;
  }
  .planArea section figure {
    width: 38%;
  }
  .planArea section figure figcaption {
    padding: 13px;
  }
  .planArea section figure figcaption span {
    font-size: 10px;
    padding: 5px;
    margin-right: 5px;
  }
  .planArea section .box {
    width: 62%;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .planArea section .box h4 {
    text-align: left;
    margin-bottom: 6px;
  }
  .planArea section .box h4 strong {
    font-size: 16px;
  }
  .planArea section .box h4 span {
    font-size: 13px;
  }
  .planArea section .box p {
    font-size: 10px;
    font-family: sans-serif;
    text-align: left !important;
    line-height: 1.4;
  }
  .planArea section .box p br {
    display: none;
  }
  .planArea section .box .caption {
    position: relative;
    bottom: 0;
    text-align: left !important;
    display: block;
    color: #999;
    margin-top: 6px;
  }
  .planArea section .box .btn {
    margin-top: 10px;
  }
  .planArea section .box .btn a {
    background: none;
    padding: 0;
    font-size: 10px;
    font-family: sans-serif;
    text-align: left !important;
    color: #968463;
    text-decoration: underline;
  }
  .planArea section .box .btn a:after {
    content: ">";
    display: inline-block;
    margin-left: 6px;
  }
  .planArea section .box dl dd ul {
    margin-left: -8px;
  }
  .planArea section .box dl dd ul li {
    width: 33.33333%;
    padding-left: 8px;
  }
}

.priceList {
  margin-bottom: 21px;
}

.priceList li {
  background: #fff;
  border: 1px solid #a18553;
  font-size: 17px;
  line-height: 1;
  padding: 21px;
  margin-bottom: 3px;
  text-align: center;
}

.priceList li strong {
  display: inline-block;
  margin-left: 5px;
  font-weight: normal;
  font-size: 27px;
}

.wsPrice {
  display: table;
  width: calc(100% + 42px);
  border-collapse: separate;
  border-spacing: 21px 0;
  margin: 0 -21px 0;
}

.wsPrice div {
  position: relative;
  display: table-cell;
  font-size: 13px;
  background: #fff;
  vertical-align: middle;
  width: 50%;
  letter-spacing: normal;
  text-align: center;
  border-left: 1px solid #a18553;
}

.wsPrice div:after {
  display: block;
  content: "＋";
  position: absolute;
  right: -20px;
  top: 50%;
  line-height: 0;
  font-size: 18px;
  z-index: 100;
}

.wsPrice div:last-child:after {
  display: none;
}

.wsPrice div strong {
  font-weight: normal;
  display: inline-block;
  margin: 0 3px;
  font-size: 18px;
}

.wsPrice div span {
  position: relative;
  display: block;
  padding: 13px;
  text-align: center;
  border-bottom: 3px solid #f4f2ee;
}

.wsPrice div span:after {
  color: #999;
  display: block;
  content: "or";
  font-size: 11px;
  position: absolute;
  line-height: 0;
  left: 50%;
  margin-left: -5px;
  bottom: -1px;
}

.wsPrice div span:last-child {
  border: none;
}

.wsPrice div span:last-child:after {
  display: none;
}

.wwPrice {
  display: table;
  width: calc(100% + 42px);
  border-collapse: separate;
  border-spacing: 21px 0;
  margin: 0 -21px 0;
}

.wwPrice div {
  position: relative;
  display: table-cell;
  font-size: 13px;
  line-height: 1.4;
  background: #fff;
  vertical-align: middle;
  width: 33.3333%;
  letter-spacing: normal;
  text-align: center;
  border-left: 1px solid #a18553;
  padding: 20px 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.wwPrice div:after {
  display: block;
  content: "＋";
  position: absolute;
  right: -20px;
  top: 50%;
  line-height: 0;
  font-size: 18px;
  z-index: 100;
}

.wwPrice div:last-child:after {
  display: none;
}

.wwPrice div strong {
  font-weight: normal;
  display: inline-block;
  margin: 0 3px;
  font-size: 24px;
}

.wwPrice div span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}

.photoList {
  letter-spacing: -0.4em !important;
  line-height: 0 !important;
  margin-top: 21px !important;
}

.photoList li {
  display: inline-block !important;
  letter-spacing: normal !important;
  vertical-align: top !important;
  width: 33.33333% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.photoList li img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.photoList.fade {
  background: #000;
  position: relative;
  margin: 0 !important;
  width: 100%;
}

.photoList.fade li {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 25% !important;
}

.photoList.fade:after {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -94px;
  display: block;
  content: "";
  width: 189px;
  height: 26px;
  background: url(../img/about/plan/txt_all.png) no-repeat;
  background-size: 100% 100%;
}

.photoList.fade li img {
  height: 100px;
}

.pagetitle {
  margin-top: 68px;
  margin-bottom: 0 !important;
}

.subTxt {
  margin-top: 24px;
  text-align: center;
  font-size: 18px;
}

@media (max-width: 768px) {
  .pagetitle {
    font-size: 21px;
  }
  .subTxt {
    font-size: 13px;
  }
  .wwPrice div strong {
    font-size: 16px;
  }
  .wwPrice div span {
    font-size: 13px;
  }
}

.anchorLinks {
  width: 1088px;
  margin: 60px auto 0;
}

.anchorLinks ul {
  line-height: 0;
  margin-left: -40px;
  text-align: center;
  letter-spacing: -0.4em;
}

.anchorLinks ul li {
  line-height: 0;
  display: inline-block;
  padding-left: 40px;
  letter-spacing: normal;
  width: 25%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.anchorLinks ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  padding: 20px 0 30px;
  display: block;
  background: #a18553;
  line-height: 1;
  text-align: center;
  position: relative;
}

.anchorLinks ul li a:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  bottom: 10px;
  right: 50%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  margin-left: -10px;
}

.anchorLinks ul li a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .anchorLinks {
    margin: 30px 0 0;
    width: 100%;
  }
  .anchorLinks ul {
    margin-left: -10px;
    padding: 0 20px;
  }
  .anchorLinks ul li {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
    line-height: 1.5;
    width: 50%;
    margin-bottom: 10px;
  }
  .anchorLinks ul li a {
    font-size: 13px;
    padding: 15px 0 15px;
    line-height: 1.5;
  }
  .anchorLinks ul li a:after {
    width: 5px;
    height: 5px;
    bottom: 5px;
    right: 50%;
    margin-left: -5px;
  }
}

.tc {
  text-align: center;
}

.priceBox {
  background: #fff;
  margin-bottom: 16px;
}

.priceBox dt {
  padding: 16px;
  margin-bottom: 0 !important;
}

.priceBox dd {
  padding: 16px;
}

.priceBox dd .big {
  font-size: 16px;
  line-height: 1 !important;
}

.priceBox dd p span {
  text-decoration: line-through;
}

.priceBox dd p strong {
  font-size: 26px;
  color: #a18553;
  font-weight: normal;
}

.popup {
  text-align: center;
  margin-top: 6px;
}

.popup a {
  color: #a18553;
  display: inline-block;
  position: relative;
}

.popup a:after {
  content: "?";
  position: relative;
  display: inline-block;
  vertical-align: 2px;
  margin: 0 5px;
  font-size: 10px;
  width: 14px;
  padding: 7px 0;
  text-align: center;
  line-height: 0;
  color: #fff;
  background: #a18553;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -ms-border-radius: 100px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}

.kiyakuBox {
  line-height: 1.618;
  text-align: left;
  font-size: 11px;
  line-height: 1.2;
}

.kiyakuBox a {
  line-height: 1;
  color: #a18553;
  text-decoration: underline;
  display: inline-block;
  position: relative;
}

.kiyakuBox a:after {
  display: inline-block;
  content: "?";
  background: #a18553;
  font-size: 10px;
  padding: 3px 6px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  color: #fff;
  margin-left: 5px;
}

.double {
  width: 48% !important;
}

@media screen and (max-width: 768px) {
  .double {
    width: 100% !important;
  }
}

.mainVisual h3 {
  margin: 0 !important;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mainVisual p {
  max-width: max-content;
  margin: 0 auto;
  letter-spacing: normal;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #ffffff;
  background: #0000006a;
}

.mainVisual p strong {
  padding: 10px 16px;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 21px;
  font-weight: normal;
}

.offerList {
  letter-spacing: -0.4em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.offerList li {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
  display: block;
  letter-spacing: normal;
  background: rgba(153, 130, 81, 0.1);
  width: 48%;
  margin: 42px 0 0;
  vertical-align: top;
}

.offerList li:nth-child(2n) {
  margin-left: 4%;
}

.offerList li figure {
  font-weight: normal;
  line-height: 1;
  background-size: cover !important;
  width: 100%;
  height: 287px;
  display: table;
  position: relative;
}

.offerList li figure a {
  display: block;
  line-height: 0;
}

.offerList li figure figcaption {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  padding: 21px;
  letter-spacing: -0.4em;
}

.offerList li figure figcaption span {
  display: inline-block;
  letter-spacing: normal;
  line-height: 1;
  color: #000;
  font-size: 13px;
  padding: 8px;
  background: #efede8;
  margin-right: 8px;
}

.offerList li .box {
  color: #000;
  padding: 16px;
}

.offerList li .box p {
  line-height: 1.618;
  font-size: 16px;
  font-weight: normal;
}

.offerList li .box h2,
.offerList li .box p strong {
  font-weight: normal !important;
}

.offerList li .box .btn {
  display: block;
  font-size: 16px;
  background: #a18553;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-top: 16px;
  padding: 16px;
  text-decoration: none;
}

.offerList li .box .btn:hover {
  background: #a18553;
}

.offerList li .whArea {
  background: #fff;
  padding: 16px;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .mainVisual h3 {
    top: 50% !important;
    left: 50% !important;
  }
  .mainVisual p {
    display: block;
    font-size: 13px;
    max-width: 280px;
    margin: 0 auto;
  }
  .mainVisual p strong {
    padding: 6px;
    font-size: 16px;
    text-align: center;
  }
  .offerList li {
    width: 100%;
    margin: 26px 0 0 0 !important;
  }
  .offerList li figure {
    height: auto !important;
  }
  .offerList li .box p {
    font-size: 13px;
  }
  .offerList li .box p span {
    font-size: 21px !important;
  }
}

.otherArea {
  margin-top: 68px;
  padding-top: 68px;
  border-top: 1px solid #eee;
}

.otherArea h3 {
  text-align: center;
  font-weight: normal;
  font-size: 26px;
}

.topBnr {
  margin: 60px auto 0;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .topBnr {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .otherArea h3 {
    font-size: 18px;
    padding: 0 30px;
  }
}

.bnrArea {
  display: table;
  max-width: 970px;
  margin: 42px auto 0;
  background: #f7f7f7;
}

.bnrArea .txt {
  width: 50%;
  padding: 0 16px;
  font-size: 21px;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: normal;
  line-height: 1.4;
}

.bnrArea .txt a {
  text-decoration: underline;
  color: #a18553;
}

.bnrArea .txt strong {
  text-align: center;
  display: block;
  text-decoration: underline;
  font-weight: normal;
  font-size: 23px;
}

.bnrArea .txt span {
  text-align: center;
  display: block;
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.618;
}

.bnrArea .txt a {
  text-align: center;
  display: block;
  font-style: normal;
  color: #a18553;
  font-size: 18px;
  text-decoration: underline;
  margin-top: 10px;
}

.bnrArea .pic {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .bnrArea {
    display: block;
    padding: 0 26px;
    background: 0 0;
  }
  .bnrArea .txt {
    display: block;
    width: 100%;
    padding: 26px;
    background: #f7f7f7;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .bnrArea .pic {
    display: block;
    width: 100%;
  }
}

.bnrArea2 a {
  display: table;
  max-width: 970px;
  margin: 42px auto 0;
  background: #a185531a;
  text-decoration: none;
}

.bnrArea2 a > span {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.bnrArea2 .txt {
  padding: 0 42px;
  font-size: 21px;
  letter-spacing: normal;
  line-height: 1.4;
  text-decoration: none;
  color: #000;
  text-align: center;
}

.bnrArea2 .txt strong {
  display: block;
  text-decoration: underline;
  font-weight: normal;
  font-size: 23px;
}

.bnrArea2 .txt span {
  display: block;
  font-size: 16px;
  margin-top: 16px;
  line-height: 1.618;
}

.bnrArea2 .txt em {
  display: block;
  font-style: normal;
  color: #a18553;
  font-size: 18px;
  text-decoration: underline;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .bnrArea2 a {
    display: block;
    padding: 0 26px;
    background: 0 0;
  }
  .bnrArea2 .txt {
    display: block;
    width: 100%;
    padding: 26px;
    background: #a185531a;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  .bnrArea2 .pic {
    display: block;
    width: 100%;
  }
}

.planArea section .box .btn {
  position: relative;
}

.caption {
  width: 100%;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: -16px;
  line-height: 1;
  font-size: 10px !important;
  font-family: sans-serif;
}

#wrapper .mainTxt a {
  text-decoration: underline;
  color: #a18553;
}

@media screen and (max-width: 768px) {
  #wrapper .mainTxt {
    padding: 0 16px;
  }
}
