@charset "UTF-8";
@import url("//use.fontawesome.com/releases/v5.7.2/css/all.css");

body .wrap .content .imgBox .imgCaption.left {
	text-align: left;
	left: 10px;
	right: auto;
}
body .wrap .content .cap{
	text-align: left;
}
body .wrap .content sup{
	font-size: 50%;
}
body .wrap .content .blend_image {
  mix-blend-mode: multiply;
}
#plan .wrap {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#plan .wrap .content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 30% 0 0;
}
#plan .wrap .content h3 {
  letter-spacing: 0.4em;
}
#plan .wrap .content .planBox01{
	margin: 6% auto;
}
#plan .wrap .content .planBox01 h3{
	text-align: center;
}

#plan .wrap .content .planBox01 h3 span{
	font-size: 110%;
	font-weight: normal;
	font-style: normal;
	color: #827258;
}
#plan .wrap .content .planBox01 h3 em{
	font-size: 150%;
	font-weight: normal;
	font-style: normal;
	color: #827258;
}
#plan .wrap .content .premiumBox {
  background: rgba(53, 42, 23, 0.6);
  margin: 0;
  padding: 6% 10%;
}
#plan .wrap .content .premiumBox h3{
	text-align: center;
	color: #fff;
}
#plan .wrap .content .premiumBox .preImg{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4% auto;
}
#plan .wrap .content .premiumBox .preImg .imgBox{
	width: 100%;
	margin-bottom: 6%;
}
#plan .wrap .content .premiumBox .preImg02{
	margin: 4% auto 0;
    width: 80%;
    /*max-width: 1000px;*/
}
#plan .wrap .content .superiorBox {
  background: rgba(123, 109, 50, 0.1);
  margin: 0;
  padding: 6% 10%;
}
#plan .wrap .content .superiorBox h3{
	text-align: center;
}
#plan .wrap .content .planTtl01{
	width: 80%;
    max-width: 1000px;
	text-align: center;
	color: #fff;
	background-color: rgba(53, 42, 23, 0.6);
	margin: 20px auto;
	padding: 16px;
}
#plan .wrap .content .standardBox {
  background: #f3f3f3;
  margin: 0;
  padding: 6% 10%;
}
#plan .wrap .content .standardBox h3{
	text-align: center;
}
#plan .wrap .content .popupArea {
  text-align: center;
  width: 100%;
  margin: 10% auto 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8%;
}
#plan .wrap .content .popupArea .planItem {
  width: 46%;
  margin: 0 0 10% 0;
}
#plan .wrap .content .popupArea .planItem.casbeeBox {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}
#plan .wrap .content .popupArea .planItem .thumbnailBox .popup_casbeeBtn {
  position: relative;
  text-align: center;
  padding: 18px 0 15px 0;
}
#plan .wrap .content .popupArea .planItem .thumbnailBox .popup_casbeeBtn::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #CCC;
}
#plan .wrap .content .popupArea .planItem .thumbnailBox .popup_casbeeBtn:hover::after {
  border-left: 5px solid #333;
}
#plan .wrap .content .popupArea .planItem .thumbnailBox {
  /*border: 1px solid #766b63;*/
  -webkit-box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.22);
          box-shadow: 6px 6px 14px 0px rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
#plan .wrap .content .popupArea .planItem .detailBox {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  width: min(92vw, 960px);
  max-height: 90vh;
  overflow: auto;
  padding: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
#plan .wrap .content .popupArea .planItem .detailBox.casbee {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10001;
  width: min(92vw, 600px);
  max-height: 90vh;
  overflow: auto;
  padding: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
}
#plan .wrap .content .popupArea .planItem .detailBox .planModalClose {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  border: none;
  background: transparent;
  color: #000000;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

#plan .wrap .content section#zeh {
  padding: 10%;
}
#plan .wrap .content section#zeh .zehTtl {
  text-align: center;  
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0 auto 6%;
}
#plan .wrap .content section#zeh .zehTtl span{
	font-size: 60%;
}
#plan .wrap .content section#zeh h3 {
  text-align: justify;
  width: 80%;
  margin: 0 auto 6%;
}
#plan .wrap .content section#zeh .inner {
  width: 80%;
  margin: 0 auto;
}
#plan .wrap .content section#zeh .titleArea {
  position: relative;
  width: 100%;
  margin: 0;
}
#plan .wrap .content section#zeh .titleArea .imgBox {
  margin-bottom: 6%;
}
#plan .wrap .content section#zeh .titleArea .titleBox {
  position: relative;
  text-align: left;
  padding-left: 27px;
  overflow: hidden;
}
#plan .wrap .content section#zeh .titleArea .titleBox .more02 {
  position: absolute;
  top: 0;
  left: 0;
  height: 60%;
}
#plan .wrap .content section#zeh .titleArea .titleBox .titleLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 30%;
  background: #bcb49a;
}
#plan .wrap .content section#zeh .titleArea .titleBox h2 {
  color: #bcb49a;
}
#plan .wrap .content section#zeh .titleArea .titleBox h3 {
  color: #bcb49a;
  margin-bottom: 20px;
}
#plan .wrap .content section#zeh .titleArea .titleBox .txtBlock {
  color: #bcb49a;
  margin-bottom: 30px;
}
#plan .wrap .content section#zeh .txtArea {
  width: 80%;
  margin: 0 auto 6%;
}
#plan .wrap .content section#zeh .txtArea h2 {
  font-size: 20px;
  font-size: 1.25rem;
}
#plan .wrap .content section#zeh .area01 {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
}
#plan .wrap .content section#zeh .area01 .logoBox {
  width: 100%;
  margin: 5% auto;
}
#plan .wrap .content section#zeh .area01 .logoBox .zehLogo {
  width: 40%;
  margin: 0 auto 5%;
}
#plan .wrap .content section#zeh .area01 .logoBox .txtBox {
  width: 100%;
  margin: 0 auto 5%;
}
#plan .wrap .content section#zeh .area01 .logoBox .txtBox .leadTxt {
  text-align: justify;
  margin: 0;
}
#plan .wrap .content section#zeh .area01 .zehImgBox {
  width: 100%;
  margin-bottom: 5%;
}
#plan .wrap .content section#zeh .area01 .zehImgBox .zehImg {
  width: 100%;
  position: relative;
  margin-bottom: 5%;
}
#plan .wrap .content section#zeh .area01 .zehImgBox .zehImg .txtBox {
  color: #fff;
  width: 80%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-bottom: 0;
}
#plan .wrap .content section#zeh .area01 .zehImgBox .zehImg .txtBox .zehTitle {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
  margin: 0 0 20px 0;
  display: inline-block;
  position: relative;
}
#plan .wrap .content section#zeh .area01 .zehImgBox .zehImg .txtBox .zehTitle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  display: inline-block;
  width: 100%;
  height: 1px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #fff;
}
#plan .wrap .content section#zeh .area01 .zehImgBox .zehImg .txtBox .zehLead {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
}
#plan .wrap .content section#zeh .area01 .zehIllustration {
  width: 100%;
  margin: 0 auto;
}
#plan .wrap .content section#zeh .area01 .zehIllustration img {
  margin-bottom: 6%;
}
#plan .wrap .content section#zeh .area01 .zehIllustration .imgCap2 {
  text-align: justify;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

/* plan-PC
------------------------------------------------------- */
@media only screen and (min-width: 961px) {
#plan .wrap .content {
    padding-top: 13%;
}
  
#plan .wrap .content .txtBlock span {
  display: block;
}
#plan .wrap .content h2 {
    margin: 0 auto 50px;
}
#plan .wrap .content .premiumBox .preImg .imgBox:first-child{
	width: 50%;
	margin-bottom: 0;
}
#plan .wrap .content .premiumBox .preImg .imgBox:last-child{
	width: 38%;
	margin-bottom: 0;
}
#plan .wrap .content .popupArea {
    width: 80%;
    max-width: 1000px;
    margin: 100px auto 0;
    padding: 0;
    gap: 8%;
  }
#plan .wrap .content .popupArea .planItem {
    width: 46%;
    margin: 0 0 50px 0;
  }
#plan .wrap .content .popupArea .planItem .thumbnailBox {
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
#plan .wrap .content .popupArea .planItem .thumbnailBox:hover {
    opacity: 0.5;
  }
#plan .wrap .content .popupArea .planItem .detailBox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10001;
    width: min(94vw, 1200px);
    max-height: 92vh;
    overflow: auto;
    padding: 0;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
  }
#plan .wrap .content .popupArea .planItem .detailBox .planModalClose {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0;
    border: none;
    background: transparent;
    color: #000000;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
  }
   #plan .wrap .content section#zeh {
    padding-bottom: 100px;
  }
  #plan .wrap .content section#zeh .zehTtl {
    margin-bottom: 50px;
    font-size: 30px;
	font-size: 1.875rem;
  }
  #plan .wrap .content section#zeh h3 {
    text-align: center;
    margin-bottom: 0;
  }
  #plan .wrap .content section#zeh .inner {
    display: block;
  }
  #plan .wrap .content section#zeh .inner .leadTxt {
    text-align: left;
  }
  #plan .wrap .content section#zeh .titleArea {
    margin-bottom: 60px;
  }
  #plan .wrap .content section#zeh .titleArea .titleBox {
    padding-left: 3vw;
  }
  #plan .wrap .content section#zeh .titleArea .titleBox .more02 {
    height: 100%;
  }
  #plan .wrap .content section#zeh .txtArea h2 {
    font-size: 2.3vw;
  }
  #plan .wrap .content section#zeh .area01 .logoBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan .wrap .content section#zeh .area01 .logoBox .zehLogo {
    width: 16%;
    margin: 0 0 0 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #plan .wrap .content section#zeh .area01 .logoBox .txtBox {
    width: 76%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: 0 0 0 0;
  }
  #plan .wrap .content section#zeh .area01 .zehImgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #plan .wrap .content section#zeh .area01 .zehImgBox .zehImg {
    width: 30%;
    margin-bottom: 0;
  }
  #plan .wrap .content section#zeh .area01 .zehImgBox .zehImg .txtBox {
    color: #fff;
    width: 80%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    margin-bottom: 0;
  }
  #plan .wrap .content section#zeh .area01 .zehImgBox .zehImg .txtBox .zehTitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #plan .wrap .content section#zeh .area01 .zehImgBox .zehImg .txtBox .zehLead {
    font-size: 16px;
    font-size: 1rem;
  }
  #plan .wrap .content section#zeh .area01 .zehIllustration {
    width: 60%;
  }
  #plan .wrap .content section#zeh .area01 .zehIllustration .imgCap2 {
    text-align: center;
  }
}
