@charset "utf-8";


/* // common
----------------------------------------------- */

#ContentsWrap {
    padding-top: 50px;
}

#ContentsWrap a{
    transition-duration: 0.5s;
}

#ContentsWrap a:hover{
    opacity: 0.7;
}

#BtmfixArea{
  display: none!important;
}
.ffMincho{
  font-family:"游明朝","Yu Mincho","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",'IPA-mincho',sans-serif;
}


#entry {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0.1em;
}
#entry .fcGreen{
  color: #337651!important;
}
#entry .fcCream{
  color: #f4e0a8!important;
}
#entry *{
  box-sizing: border-box;
}
#entry .ornament{
  position: relative;
}
#entry .ornament:after{
  content:"　";
  position: absolute;
  display: block;
  width: 256px;
  height: 74px;
  left: 50%;
  margin-left: -128px;
  top: 0;
  background: url(../img/entry_ornament.png) no-repeat left top;
  z-index: 1;
  transition: .5s;
}


#entry .entryTop{
  border-top:9px solid #347953;
  background: url(../img/entry_top_bg.jpg) no-repeat center top;
  padding: 30px 0 65px;
}
#entry .entryTop .serviceShoulder{
  color: #fff;
  text-align: center;
  font-size: 26px;
}
#entry .entryTop .serviceName{
  color: #fff;
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.16em;
  font-weight: 600;
}


#entry .video {
  width: 640px;
  margin: 0 auto;
}
#entry .video iframe {
    width: 640px;
    height: 380px;
}
#entry .video2 {
  margin-bottom: 60px;
}




#entry .entryIntro .serviceTxt{
  background-color: rgba(52, 121, 83, 0.95);
  box-shadow: 0 0 20px 13px rgba(0, 0, 0, 0.15);
  padding: 40px 65px 50px;
  max-width: 900px;
  margin: 80px auto ;
}
#entry .entryIntro .serviceTxt p{
  color: #fff;
}
#entry .entryIntro .serviceTxt p.strong{
  color: #fffad3;
  font-weight: 600;
  font-size: 113%;
}
#entry .entryIntro .serviceTxt p.strong span{
  color: #ffb464;
  font-weight: 600;
  position: relative;
}
#entry .entryIntro .serviceTxt p.strong span:after{
  content:"　";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  opacity: .3;
  background: #fff;
}
#entry .entryRecommend{
  background: url(../img/entry_recommend_bg_1.jpg);
  position: relative;
  overflow: hidden;
}
#entry .entryRecommend:after{
  content:"　";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: url(../img/entry_recommend_bg_2.png) no-repeat right bottom;
  z-index: 1;
  transition: .5s;
}
#entry .entryRecommend > div{
  /* background: url(../img/entry_recommend_bg_2.png) no-repeat right bottom; */
  position: relative;
  padding: 65px 0 75px;
  z-index: 100;
}
#entry .entryRecommend > div:before{
  content:"　";
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
	margin-left: -77px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 36px 77px 0 77px;
	border-color: #e3cea7 transparent transparent transparent;
}
#entry .entryRecommend .recTtl{
  text-align: center;
  color: #3e3727;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}
#entry .entryRecommend .recTtl span{
  font-weight: 600;
}
#entry .entryRecommend .recTtl .small{
  font-size: 94%;
}
#entry .entryRecommend .recTtl .fcGreen{
  font-size: 106%;
  position: relative;
}
#entry .entryRecommend .recTtl .fcGreen:after{
  content:"　";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background: -moz-linear-gradient(top, #f3e7c6 50%, #fae5c8 100%);
  background: -webkit-linear-gradient(top, #f3e7c6 50%,#fae5c8 100%);
  background: linear-gradient(to bottom, #f3e7c6 50%,#fae5c8 100%);
}

#entry .entryRecommend ul{
  max-width: 780px;
  margin: 0 auto;
}
#entry .entryRecommend ul li{
  background: url(../img/entry_suggest_icon.png) 0px 15px no-repeat;

  background-size: 20px auto;
  padding:0 0 0px 40px;
  font-size: 18px;
  margin: 0px 0 18px;
  font-weight: 500;
}
#entry .entryRecommend ul li span{
  font-weight: 600;
  color: #b48c43;
  font-size: 127%;
  position: relative;
}
#entry .entryRecommend ul li span:after{
  content:"　";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background: -moz-linear-gradient(top, #dee4d2 50%, #e6e2d4 100%);
  background: -webkit-linear-gradient(top, #dee4d2 50%,#e6e2d4 100%);
  background: linear-gradient(to bottom, #dee4d2 50%,#e6e2d4 100%);
}

#entry .entryRecommend ul li span.fcGreen:after{
  background: -moz-linear-gradient(top, #f3e7c6 50%, #fae5c8 100%);
  background: -webkit-linear-gradient(top, #f3e7c6 50%,#fae5c8 100%);
  background: linear-gradient(to bottom, #f3e7c6 50%,#fae5c8 100%);
}
#entry .entryPrice{
  background: #347953 url(../img/entry_price_bg.jpg) left bottom no-repeat;
  padding: 95px 0 35px;
}
#entry .entryPrice .priceTtl{
  font-size: 34px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}
#entry .entryPrice .priceWrap{
  padding: 0 156px;
  display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow:     row wrap;
	flex-flow:         row wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content:     space-between;
	justify-content:         space-between;
	-webkit-align-items: stretch;
	-ms-align-items:     stretch;
	align-items:         stretch;
}
#entry .entryPrice .priceBox{
  background-color: #fff;
  width: calc( 50% - 14px );
  margin-bottom: 28px;
}
#entry .entryPrice .priceBox .type{
  background-color: #19431e;
  color: #fff;
  font-size: 23px;
  line-height: 1;
  padding: 17px 0 20px 35px;
  border-bottom: 4px solid #eef5e9;
}
#entry .entryPrice .priceBox .type .alpha{
  font-size: 148%;
  -webkit-transform: translateY(3px);
	-ms-transform: translateY(3px);
	transform: translateY(3px);
  display: inline-block;
  margin-right: 0.7em;
}
#entry .entryPrice .priceBox .type .kakei{
  font-size: 91%;
  margin-left: 0.5em;
}
#entry .entryPrice .priceBox .price{
  padding: 15px;
}
#entry .entryPrice .priceBox .price *{
  text-align: center;
}
#entry .entryPrice .priceBox .value{
  font-size: 28px;
  color: #6c6c6c;
  line-height: 1;
  font-weight: 600;
}
#entry .entryPrice .priceBox .value .num{
  font-size: 168%;
  font-family: Arial, sans-serif;
  color: #ff921e;
}
#entry .entryPrice .priceBox .date{
  letter-spacing: 0.02em;
  font-size: 14px;
}
#entry .entryPrice .note{
  color: #fff;
  font-size: 14px;
  text-align: center;
}
#entry .entryProduct{
  padding: 60px 0 70px;
}
#entry .entryProduct .productTtl{
  margin-bottom: 50px;
  text-align: center;
}
#entry .entryProduct .productTtl span{
  display: inline-block;
  padding: 0 1.5em;
  color: #19431e;
  font-size: 34px;
  font-weight: 600;
  background: url(../img/discovery_icon.png) no-repeat left center;
}
#entry .entryProduct .productWrap{
  /* padding: 0 50px; */
  display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow:     row wrap;
	flex-flow:         row wrap;
	-webkit-justify-content: space-between;
	-ms-justify-content:     space-between;
	justify-content:         space-between;
	-webkit-align-items: stretch;
	-ms-align-items:     stretch;
	align-items:         stretch;
}
#entry .entryProduct .productItem{
  width:calc( (100% - 40px) / 3 );
}
#entry .entryProduct .productItem img{
  width: 100%;
}
#entry .entryProduct .productItem .name{
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-top: 20px;
}
#entry .entryProduct .productItem .note{
  font-size: 13px;
  letter-spacing: 0;
  text-align: center;
  margin-top: 10px;
}
#entry .entryAbout{
  background: #232629 url(../img/entry_about_bg.jpg) no-repeat right top;
  padding: 70px 0;
}
#entry .entryAbout .aboutTtl{
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin-bottom: 15px;
}
#entry .entryAbout .aboutTtl span{
  font-size: 113%;
  font-weight: 600;
}
#entry .entryAbout .aboutMovie{
  max-width: 820px;
  margin: 0 auto;
}
#entry .entryAbout .aboutMovie .movie{
  position: relative;
}
#entry .entryAbout .aboutMovie .txt{
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
#entry .entryReason{
  padding: 75px 0 90px;
  overflow: hidden;
}
#entry .entryReason:before{
  content:"　";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: -5vw;
  bottom: 0;
  background: url(../img/entry_reason_bg.jpg) no-repeat right bottom;
  z-index: 1;
  transition: .5s;
}
#entry .entryReason > div{
  position: relative;
  z-index: 100;
}
#entry .entryReason:after{
  background-image: url(../img/entry_ornament_2.png);
}
#entry .entryReason .reasonShoulder{
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: 600;
}
#entry .entryReason .reasonShoulder span{
  display: inline-block;
  padding: 5px 2em;
  background: url(../img/entry_icon_caution.png) no-repeat left center;
}
#entry .entryReason .reasonTtl{
  font-size: 32px;
  color: #3e3727;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 50px;
}
#entry .entryReason .reasonTtl span{
  color: #dd6666;
  position: relative;
  display: inline-block;
}
#entry .entryReason .reasonTtl span:after{
  content:"　";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  background: -moz-linear-gradient(top, #f3e7c6 50%, #fae5c8 100%);
  background: -webkit-linear-gradient(top, #f3e7c6 50%,#fae5c8 100%);
  background: linear-gradient(to bottom, #f3e7c6 50%,#fae5c8 100%);
}
#entry .entryReason .reasonTtl em{
  font-size: 137%;
}
#entry .entryReason .reasonList{
  padding: 0 50px;
}
#entry .entryReason .reasonItem{
  background: #edf2ec;
  position: relative;
  padding: 30px 30px;
  margin-bottom: 20px;
}
#entry .entryReason .reasonItem:after{
  content:"　";
  position: absolute;
  display: block;
  opacity: .68;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 74px 74px 0;
  border-color: transparent #f9f9f3 transparent transparent;
}
#entry .entryReason .reasonItem .ttl{
  font-size: 26px;
  padding: 0 0.8em 15px;
  border-bottom: 1px solid #cecece;
  line-height: 1;
  color: #3e3727;
  font-weight: 600;
}
#entry .entryReason .reasonItem .ttl .num{
  font-size: 123%;
  margin-right: 0.8em;
  -webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
  display: inline-block;
}
#entry .entryReason .reasonItem .txt{
  padding: 10px 15px 0;
  letter-spacing: 0.06em;
}
#entry .entryReason .reasonItem:last-child:after{
  content:"　";
  position: absolute;
  display: block;
  left: 50%;
  top: 100%;
	margin-left: -65px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 31px 65px 0 65px;
	border-color: #a3d4b9 transparent transparent transparent;
}

#entry .entryReason .reasonMatome {
  max-width: 780px;
  margin: 80px auto 0;
}
#entry .entryReason .reasonMatome .ttl{
  font-size: 28px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  line-height: 1.78;
}
#entry .entryReason .reasonMatome .ttl span{
  color: #dd6666;
  display: inline-block;
  position: relative;
}
#entry .entryReason .reasonMatome .ttl span:after{
  content:"　";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background: -moz-linear-gradient(top, #f3e7c6 50%, #fae5c8 100%);
  background: -webkit-linear-gradient(top, #f3e7c6 50%,#fae5c8 100%);
  background: linear-gradient(to bottom, #f3e7c6 50%,#fae5c8 100%);
}
#entry .entryReason .reasonMatome .txt p {
  letter-spacing: 0.04em;
}
#entry .entryReason .reasonMatome .txt p + p{
  margin-top: 2.4em;
}
#entry .entryReason .reasonMatome .txt p.strong{
  font-size: 120%;
  font-weight: 600;
}
#entry .entryReason .reasonMatome .txt p.last span{
  display: inline-block;
  position: relative;
  font-weight: 600;
}
#entry .entryReason .reasonMatome .txt p.last span:after{
  content:"　";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -5px;
  background: -moz-linear-gradient(top, #f3e7c6 50%, #fae5c8 100%);
  background: -webkit-linear-gradient(top, #f3e7c6 50%,#fae5c8 100%);
  background: linear-gradient(to bottom, #f3e7c6 50%,#fae5c8 100%);
}

#entry .entryOffer {
  background-color: #347953;
  padding: 45px 0;
}
#entry .entryOffer p{
  text-align: center;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
}
#entry .cvArea{
  background-image: url(../img/entry_bg_cvArea.jpg);
  padding-top: 105px;
  border-bottom: 6px solid #d1ccaf;
}
#entry .cvArea .entrymsg{
  font-size: 24px;
  letter-spacing: 0.06em;
  color:#695d3f;
  white-space: nowrap;
}


@media all and (min-width: 741px) and (max-width: 1600px) {
  #entry .entryRecommend ul{
    max-width: 900px;
  }
  #entry .entryRecommend:after{
    right: -11vw;
    opacity: .8;
  }
  #entry .entryReason:before{
    right: -11vw;
    opacity: .4;
  }
}


@media all and (max-width: 740px)  {

#entry {
  line-height: 2;
  font-size: 13px;
  letter-spacing: 0.02em;
}
#entry .ornament:after{
  width: 130px;
  height: 50px;
  margin-left: -65px;
  background-size: contain;
}
#entry .entryTop{
  border-top:6px solid #347953;
  background: url(../img/entry_top_bg_sp.jpg) no-repeat center top;
  background-size: cover;
  padding: 50px 0 60px;
}
#entry .entryTop .serviceShoulder{
  font-size: 18px;
}
#entry .entryTop .serviceName{
  font-size: 24px;
}

#entry .video {
  width: 100%;
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
#entry .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#entry .video2 {
  margin-bottom: 40px;
}


#entry .entryIntro .serviceTxt{
  box-shadow: 0 0 20px 13px rgba(0, 0, 0, 0.15);
  padding: 20px 20px 30px;
  margin: 40px auto ;
}

#entry .entryIntro .serviceTxt p.strong{
  font-size: 113%;
}

#entry .entryIntro .serviceTxt p.strong span:after{
  bottom: -5px;
}

#entry .entryRecommend{
}
#entry .entryRecommend:after{
  display: none;
}
#entry .entryRecommend > div{
  background-image:none;
  padding: 45px 0 45px;
}
#entry .entryRecommend > div:before{
	margin-left: -45px;
	border-width: 24px 45px 0 45px;
}
#entry .entryRecommend .recTtl{
  font-size: 18px;
  margin-bottom: 25px;
}
#entry .entryRecommend .recTtl span{
}
#entry .entryRecommend .recTtl .small{
  font-size: 100%;
}
#entry .entryRecommend .recTtl .fcGreen{
  font-size: 100%;
}
#entry .entryRecommend .recTtl .fcGreen:after{
  bottom: -5px;
}
#entry .entryRecommend ul li{
  background-position: 0 10px;
  background-size: 15px auto;
  padding:0 0 0px 25px;
  font-size: 15px;
  margin: 0px 0 14px;
}
#entry .entryRecommend ul li span{
  font-size: 110%;
}
#entry .entryRecommend ul li span:after{
  bottom: -5px;
}


#entry .entryPrice{
  background: #347953;
  padding: 45px 0 35px;
}
#entry .entryPrice .priceTtl{
  font-size: 18px;
}
#entry .entryPrice .priceWrap{
  padding: 0;
  display: block;
}
#entry .entryPrice .priceBox{
  width: 100%;
  margin-bottom: 20px;
}
#entry .entryPrice .priceBox .type{
  font-size: 17px;
  text-align: center;
  padding: 10px 0 16px;
}
#entry .entryPrice .priceBox .type .alpha{
  font-size: 120%;
  -webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
#entry .entryPrice .priceBox .type .kakei{
  font-size: 100%;
}
#entry .entryPrice .priceBox .price{
  padding: 10px;
}
#entry .entryPrice .priceBox .value{
  font-size: 20px;
}
#entry .entryPrice .priceBox .date{
  font-size: 12px;
}
#entry .entryPrice .note{
  font-size: 12px;
  text-align: left;
}

#entry .entryProduct{
  padding: 40px 0 50px;
}
#entry .entryProduct .productTtl{
  margin-bottom: 30px;
}
#entry .entryProduct .productTtl span{
  padding: 0 1.5em;
  font-size: 21px;
  background-size: 24px auto;
}
#entry .entryProduct .productWrap{
  padding: 0;
  display: block;
}
#entry .entryProduct .productItem{
  margin-top: 30px;
  width: 100%;
}
#entry .entryProduct .productItem .name{
  font-size: 16px;
  margin-top: 10px;
}
#entry .entryProduct .productItem .note{
  font-size: 12px;
  margin-top: 10px;
}

#entry .entryAbout{
  /* background: #232629 url(../img/entry_about_bg.jpg) no-repeat right top; */
  background-position: right -150px;
  background-size: contain;
  padding: 50px 0;
}
#entry .entryAbout .aboutTtl{
  font-size: 21px;
}
#entry .entryAbout .aboutTtl span{
  font-size: 100%;
}
#entry .entryAbout .aboutMovie{
}
#entry .entryAbout .aboutMovie .movie iframe{
  height: 47vw;
}
#entry .entryAbout .aboutMovie .txt{
  font-size: 14px;
}

#entry .entryReason{
  padding: 40px 0 60px;
  /* background: url(../img/entry_reason_bg.jpg) no-repeat right bottom; */
}
#entry .entryReason:before{
  display: none;
}
#entry .entryReason .reasonShoulder{
  font-size: 14px;
}
#entry .entryReason .reasonShoulder span{
  padding: 0 1.5em;
  background-size: 18px auto;
}
#entry .entryReason .reasonTtl{
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 30px;
}
#entry .entryReason .reasonTtl span:after{
  bottom: -5px;
}
#entry .entryReason .reasonTtl em{
  font-size: 137%;
}
#entry .entryReason .reasonList{
  padding: 0;
}
#entry .entryReason .reasonItem{
  padding: 20px 20px 30px;
}
#entry .entryReason .reasonItem:after{
  border-width: 0 50px 50px 0;
}
#entry .entryReason .reasonItem .ttl{
  font-size: 18px;
  padding: 0 0 15px;
}
#entry .entryReason .reasonItem .ttl .num{
}
#entry .entryReason .reasonItem .txt{
  padding: 10px 0 0;
  line-height: 1.7;
  letter-spacing: 0.06em;
}
#entry .entryReason .reasonItem:last-child:after{
	margin-left: -40px;
	border-width: 25px 40px 0 40px;
}

#entry .entryReason .reasonMatome {
  max-width: 780px;
  margin: 60px auto 0;
}
#entry .entryReason .reasonMatome .ttl{
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.7;
}
#entry .entryReason .reasonMatome .ttl span:after{
}
#entry .entryReason .reasonMatome .txt p{
  line-height: 1.7;
}
#entry .entryReason .reasonMatome .txt p + p{
  margin-top: 1em;
}
#entry .entryReason .reasonMatome .txt p.strong{
  font-size: 110%;
}
#entry .entryOffer {
  padding: 30px 0;
}
#entry .entryOffer p{
  font-size: 16px;
  line-height: 1.7;
}
#entry .cvArea{
  background: url(../img/entry_bg_cvArea_sp.jpg) no-repeat top right;
  background-size: 100% auto;
  padding-top: 34px;
  border-bottom: 6px solid #d1ccaf;
}
#entry .cvArea .entrymsg{
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0em;
}
#entry .cvArea p{
  margin-bottom: 3px;
}
}









