@charset "utf-8";
/* mainImg
/* ------------------------------------------------------------------------ */
.mainImg {
  margin: 95px auto 95px;
  width: 100%;
  max-width: 1385px;
}
@media (min-width: 768px) {
.mainImg img{
width: 100%;
}
}
@media (max-width: 767px) {
  .mainImg {
    margin: 60px 0 15px 0;
  }
}
/* topBlock
/* ------------------------------------------------------------------------ */
.topBlock{
	max-width: 770px;
	margin: 0 auto 100px;
	text-align: center;
}
.topBlock .top_txt{
	text-align: center;
	margin-bottom: 40px;
}
.topBlock .top_txt p{
	font-size: 37px;
	position: relative;
	display: inline-block;
	padding: 0 10px;
	font-weight: 500;
}
.topBlock .top_txt p span{
	font-size: 45px;
	color: #f37800;
}
.topBlock .top_txt p:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #ffce9f;
	left: 0;
	bottom: 0;
}
.topBlock .list ul{
	position: relative;
	margin-bottom: 30px;
}
.topBlock .list ul:after{
content: "";
    z-index: -1;
    position: absolute;
    margin: auto;
    width: 0;
    height: 0;
    left: 0;
    bottom: -140px;
    right: 0;
    border-style: solid;
    border-width: 155px 350px 0 350px;
    border-color: rgb(255 230 206 / 100%) transparent transparent transparent;
}
.topBlock .list ul li{
	height: 115px;
	background: #f1efea;
	border-radius: 11px;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	padding: 10px 35px;
}
.topBlock .list ul li p{
		font-size: 23px;
	text-align: left;
		font-weight: 500;
	padding-left: 95px;
	position: relative;
}
.topBlock .list ul li p:before{
	content: "";
	position: absolute;
	width: 75px;
	height: 75px;
	top: 50%;
	margin-top: -37px;
	left: 0;
}
.topBlock .list ul li:nth-child(1) p:before{
	background: url("../img/icon01.png")0 0 no-repeat;
	background-size: contain;
}
.topBlock .list ul li:nth-child(2) p:before{
	background: url("../img/icon02.png")0 0 no-repeat;
	background-size: contain;
}
.topBlock .list ul li:nth-child(3) p:before{
	background: url("../img/icon03.png")0 0 no-repeat;
	background-size: contain;
}
.topBlock .txt02{
	margin-bottom: 60px;
}
.topBlock .txt02 .main{
	font-weight: 500;
	font-size: 45px;
	display: flex;
	line-height: 1;
	  text-shadow    : 
       2px  2px 1px #ffffff,
      -2px  2px 1px #ffffff,
       2px -2px 1px #ffffff,
      -2px -2px 1px #ffffff,
       2px  0px 1px #ffffff,
       0px  2px 1px #ffffff,
      -2px  0px 1px #ffffff,
       0px -2px 1px #ffffff; 
}
.topBlock .txt02 .main span {
    font-size: 9px;
    vertical-align: top;
	 text-shadow :none;
}
.topBlock .txt02 .main:before{
	content: "";
	width: 50px;
	height: 43px;
	background: url("../img/tl_icon01.png")0 0 no-repeat;
	background-size:contain; 
	margin-right: 10px;
	display: block;
}
.topBlock .txt02 .note{
	text-align: right;
	font-size: 10px;
	margin-top: 10px;
}
.topBlock .txt03 .sub{
	font-size: 33px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
.topBlock .txt03 .sub img{
	width: 250px;
	margin-right: 10px;
}
.topBlock .txt03 .main{
	color: #f37800;
	font-weight: bold;
	font-size: 84px;
}
.topBlock .txt03 .main span{
	font-size: 64px;
}
@media (max-width: 767px) {
	.topBlock{
		padding: 0 5% 0;
		margin-bottom: 50px;
	}
	.topBlock .top_txt{
		margin-bottom: 30px;
	}
	.topBlock .top_txt p span{
		font-size: 31px;
	}
	.topBlock .top_txt p{
		font-size: 20px;
		    letter-spacing: 0.02em;
	}
	.topBlock .top_txt p:before{
		height: 3px;
	}
	.topBlock .list ul li {
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
    padding:25px 15px;
}
	.topBlock .list ul li p{
		font-size: 15px;
		    padding-left: 75px;
	}
	.topBlock .list ul li p br{
		display: none;
	}
	.topBlock .list ul li p:before {
    width: 56px;
    height: 56px;
    top: 50%;
    margin-top: -28px;
}
	.topBlock .list ul {
    margin-bottom: 20px;
}
.topBlock .list ul:after {
    content: "";
    z-index: -1;
    position: absolute;
    margin: auto;
    width: 0;
    height: 0;
    left: 0;
    bottom: -165px;
    right: 0;
    border-style: solid;
    border-width: 165px 170px 0 170px;
    border-color: rgb(255 230 206 / 100%) transparent transparent transparent;
}
	.topBlock .txt02 .note {
    text-align: center;
    margin-top: 5px;
}
	.topBlock .txt02 .main {
    font-size: 32px;
    display: block;
    line-height: 1.3;
}
	.topBlock .txt02 .main:before {
    content: "";
    width: 33px;
    height: 29px;
    background: url("../img/tl_icon01.png")0 0 no-repeat;
    background-size: contain;
    margin-right: 5px;
    display: inline-block;
}
	.topBlock .txt03 .sub {
    font-size: 20px;
		display: block;
}
	.topBlock .txt03 .sub img {
    width: 180px;
    margin-right: 5px;
}
	.topBlock .txt03 .main {
    font-size: 40px;
}
	.topBlock .txt03 .main span {
    font-size: 34px;
}
}
/* serviceBlock
/* ------------------------------------------------------------------------ */
.serviceBlock{
	background: #fffae9;
}
@media (min-width: 768px) {
.serviceBlock .inner{
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}
}
.serviceBlock h2.title {
  font-size: 43px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 18px 0;
  font-weight: 500;
  margin-bottom: 55px;
  display: flex;
  align-items: unset;
  justify-content: center;
}
.serviceBlock h2.title img {
  width: 340px;
  margin-right: 8px;
}
@media (max-width: 767px) {
	
	.serviceBlock .inner{
padding: 50px 5%;
}
	.serviceBlock h2.title {
    font-size: 23px;
    line-height: 2;
    padding-bottom: 15px;
    background-size: 100px;
		display: block;
		margin-bottom:35px;
}
.serviceBlock h2.title img {
    width: 185px;
    display: block;
    margin: 0 auto 0 auto;
}
}
/* featureBlock
/* ------------------------------------------------------------------------ */
@media (min-width: 768px) {
  .featureBlock {
    width: 1100px;
    margin: 0 auto;
    padding: 85px 0 115px
  }
}
.featureBlock h2.title {
  font-size: 43px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 18px 0;
  font-weight: 500;
  margin-bottom: 55px;
  display: flex;
  align-items: unset;
  justify-content: center;
}
.featureBlock h2.title img {
  width: 320px;
  margin-right: 8px;
}
.featureBlock .featureBox ul {
  display: flex;
  justify-content: space-between;
	margin-bottom: 70px;
}
.featureBlock .featureBox ul li {
  border: solid 3px #f37800;
  border-radius: 7px;
  background: #f37800;
}
.featureBlock .featureBox ul li .title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 14px 0;
	    letter-spacing: 0.01em;
}
.featureBlock .featureBox ul li .title span {
  color: #ffff00;
}
.featureBlock .featureBox ul li .inner {
  background: #fff;
  border-radius: 0 0 6px 6px;
  padding: 25px 24px;
}
.featureBlock .featureBox ul li .inner .txt {
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 30px;
}
.featureBlock .featureBox ul li .inner .txt span {
  color: #f37800;
}
@media (min-width: 768px) {
  .featureBlock .featureBox ul li {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .featureBlock {
    width: 90%;
    margin: 50px auto;
  }
  .featureBlock h2.title {
    font-size: 23px;
    background: url('../common/img/titleBg_002.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 20px 0;
    margin-bottom: 25px;
  }
  .featureBlock h2.title img {
    width: 185px;
    margin-right: 5px;
  }
  .featureBlock .featureBox ul {
    display: block;
	      margin-bottom:30px;
  }
  .featureBlock .featureBox ul li {
    border: solid 2px #f37800;
    border-radius: 6px;
    margin-bottom: 15px;
  }
  .featureBlock .featureBox ul li:last-child {
    margin-bottom: 0;
  }
  .featureBlock .featureBox ul li .title {
    font-size: 18px;
    padding: 12px 0;
  }
  .featureBlock .featureBox ul li .inner {
    border-radius: 0 0 5px 5px;
    padding: 15px;
  }
  .featureBlock .featureBox ul li .inner .txt {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.featureBlock .table_box table{
	width: 100%;
    margin: 0 auto 17px auto;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
}
.featureBlock .table_box table th, .featureBlock .table_box table td {
    border-bottom: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
	padding: 15px 10px;
	vertical-align: middle;
	font-size: 19px;
		    font-weight: 500;
}
.featureBlock .table_box table td{
	vertical-align: top;
}
.featureBlock .table_box table .big{
	font-size: 25px;
	font-weight: bold;
}
.featureBlock .table_box table .big .red{
	color: #e60012;
}
.featureBlock .table_box table .big .orange{
	color: #f37800;
}
.featureBlock .table_box table .m01,
.featureBlock .table_box table .m02,
.featureBlock .table_box table .m03{
	    font-weight: bold;
    font-size: 30px;
}
.featureBlock .table_box table .m01{
	color: #db2b42;
}
.featureBlock .table_box table .m02{
	color: #1072bb;
}
.featureBlock .table_box table .m03{
	color: #2e2313;
}
.featureBlock .table_box table .t01 th{
	width:28%;
	background: #f4f4f4;
	font-size: 23px;
}
.featureBlock .table_box table .t01 th:nth-child(1){
	width: 16%;
}
.featureBlock .table_box table .t01 th:nth-child(2){
	background: #fff;
	border-right: solid 3px #e60012;
    border-left: solid 3px #e60012;
    border-top: solid 3px #e60012;
}
.featureBlock .table_box table td.line{
		border-right: solid 3px #e60012;
    border-left: solid 3px #e60012;
}
.featureBlock .table_box table .t05 td.line{
	border-bottom: solid 3px #e60012;
}
.featureBlock .table_box table .t01 th:nth-child(2) img{
	width: 200px;
	    vertical-align: middle;
}
.featureBlock .table_box table .t02 th,
.featureBlock .table_box table .t03 th,
.featureBlock .table_box table .t04 th,
.featureBlock .table_box table .t05 th{
	background:#f1efea;
}
.featureBlock .table_box table .t05 td{
	padding-left: 30px;
	padding-right: 30px;
}
.featureBlock .table_box table ul li{
	font-size: 15px;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
.featureBlock .table_box table ul li span{
	color: #a09b93;
	font-size: 13px;
	padding-right: 5px;
}
.featureBlock .table_box > p{
	text-align: right;
	font-size: 18px;
}
.featureBlock .table_box > p a{
	text-decoration: underline;
}
.featureBlock .table_box > p a:hover{
	text-decoration:none;
}
@media (max-width: 767px) {
	.featureBlock .table_box table th, .featureBlock .table_box table td {
    padding: 10px 3px;
    font-size: 12px;
}
	.featureBlock .table_box table .t05 td {
    padding-left: 5px;
    padding-right: 5px;
}
	.featureBlock .table_box table .big{
		font-size: 14px;
	}
	.featureBlock .table_box table td.line {
    border-right: solid 2px #e60012;
    border-left: solid 2px #e60012;
}
	.featureBlock .table_box table .t01 th:nth-child(2) {
    border-right: solid 2px #e60012;
    border-left: solid 2px #e60012;
    border-top: solid 2px #e60012;
}
	.featureBlock .table_box table .t05 td.line {
    border-bottom: solid 2px #e60012;
}
	.featureBlock .table_box table ul li {
    font-size: 11px;
    margin-bottom: 5px;
}
	.featureBlock .table_box table .m01, .featureBlock .table_box table .m02, .featureBlock .table_box table .m03 {
    font-weight: bold;
    font-size: 23px;
}
	.featureBlock .table_box table .t01 th {
    font-size: 16px;
}
	.featureBlock .table_box table .t01 th:nth-child(2) img{
		padding: 10px 5px;
	}
	.featureBlock .table_box > p {
    font-size: 15px;
}
	.featureBlock .table_box table{
		margin-bottom: 10px;
	}
}
/* priceBlock
/* ------------------------------------------------------------------------ */
.priceBlock{
	background: #fffae9;
}
@media (min-width: 768px) {
.priceBlock > .inner {
    width: 1000px;
    margin: 0 auto;
    padding: 100px 0;
}
}
.priceBlock h2.title {
  font-size: 43px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 18px 0;
  font-weight: 500;
  margin-bottom: 55px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.priceBlock h2.title img {
  width: 320px;
  margin-right: 8px;
}
.priceBlock h2.title span{
	font-size: 35px;
}
.priceBox{
	margin-bottom: 80px;
}
.priceBox table {
  width: 100%;
  margin: 0 auto 17px auto;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}
.priceBox table th, .priceBox table td {
  border-bottom: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  width: 50%;
	vertical-align: middle;
}
.priceBox table th {
  font-size: 24px;
  background-color: #f4f4f4;
  padding: 18px 0;
}
.priceBox table td {
  padding: 25px;
	background: #fff;
}
.priceBox table + p {
  text-align: right;
  font-size: 19px;
  letter-spacing: 0;
}
.priceBox table + p a {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  margin-right: 6px;
  text-decoration: underline;
}
.priceBox table + p a:before {
    position: absolute;
    font-family: icon_set_v1 !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e93d';
    font-size: 18px;
    color: #2e2313;
    top: 50%;
    right: 0;
    margin-top: -5px;
}
.priceBox table + p a:hover {
  text-decoration: none;
}
.priceBox #initial p {
  color: #d70000;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 13px;
  line-height: 1;
}
.priceBox #initial p em {
  font-size: 42px;
}
.priceBox #initial li {
  font-size: 20px;
}
.priceBox #initial li span {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.priceBox #initial li span:before, .priceBox #initial li span:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #d10404;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 5px;
  background-repeat: no-repeat;
}
.priceBox #initial li span:before {
  transform: skewX(45deg);
}
.priceBox #initial li span:after {
  transform: skewX(-45deg);
}
.priceBox #monthly p {
  font-size: 20px;
}
.priceBox #monthly p span {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
	.priceBlock{
		padding: 50px 5%;
	}
	.priceBlock h2.title {
    font-size: 23px;
    background: url('../common/img/titleBg_002.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 20px 0;
    margin-bottom: 25px;
}
	.priceBox {
    margin-bottom: 50px;
}
.priceBlock h2.title span {
    font-size: 17px;
}
  .priceBox table th {
    font-size: 18px;
    padding: 12px 0;
  }
  .priceBox table td {
    padding: 15px 10px;
    vertical-align: top;
  }
  .priceBox #initial li {
    font-size: 16px;
    letter-spacing: 0;
  }
  .priceBox #initial li:not(:last-child) {
    margin-bottom: 3px;
  }
  .priceBox #initial p {
    margin-bottom: 20px;
  }
  .priceBox #monthly p span {
    font-size: 18px;
  }
  .priceBox #monthly p {
    font-size: 14px;
    letter-spacing: 0;
  }
  .priceBox table + p {
    font-size: 12px;
	      text-align: left;
	  padding-left: 1em;
	  text-indent: -1em;
  }
  .priceBox table + p a:before {
    font-size: 15px;
  }
  .priceBox table + p a {
    padding-right: 18px;
	      display: inline;
  }
}
.areaBox .map_img{
	margin-bottom: 45px;
}
.areaBox .note{
	font-size: 15px;
	text-indent: -1em;
	padding-left: 1em;
	color: #666666;
	text-align: left;
}
@media (max-width: 767px) {
	.areaBox .note{
		font-size: 12px;
	}
}
/* infoBlock
/* ------------------------------------------------------------------------ */
.infoBlock {
  background: #fff;
  padding: 100px 0;
}

.infoBlock .title {
  font-size: 48px;
  background: url('../common/img/titleBg_002.png') no-repeat center bottom;
  padding: 0 0 40px 0;
  font-weight: 500;
}

.infoBlock .infoBlockInner {
  border: #cccccc 3px solid;
  border-radius: 10px;
  background: #fff;
  width: 1100px;
  margin: 30px auto 0;
  padding: 40px 80px;
}

.infoBlock .infoBlockInner dl {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.infoBlock .infoBlockInner dl dt,
.infoBlock .infoBlockInner dl dd {
  padding: 0 0 0 16px;
  margin: 12px 0;
}

.infoBlock .infoBlockInner dl dt {
  width: 15%;
}

.infoBlock .infoBlockInner dl dd {
  width: 85%;
}

@media (max-width: 767px) {
  .infoBlock {
    width: 100%;
    padding: 50px 0 40px 0;
  }
	.infoBlock .title#tl{
		margin-top: -100px;
		padding-top: 100px;
	}
  .infoBlock .title {
    font-size: 28px;
    background: url('../common/img/titleBg_002.png') no-repeat center bottom;
    background-size: 80px;
    padding: 0 0 30px 0;
    font-weight: 500;
  }

  .infoBlock .infoBlockInner {
    border: #cccccc 2px solid;
    width: 90%;
    margin: 20px auto 0;
    padding: 30px;
  }

  .infoBlock .infoBlockInner dl {
    display: block;
  }

  .infoBlock .infoBlockInner dl dt,
  .infoBlock .infoBlockInner dl dd {
    width: 100%;
    padding: 0;
  }

  .infoBlock .infoBlockInner dl dt {
    margin: 0 0 4px 0;
  }

  .infoBlock .infoBlockInner dl dd {
    margin: 0 0 22px 0;
  }

  .infoBlock .infoBlockInner dl dd:last-child {
    margin: 0;
  }
}

/* inquiry
/* ------------------------------------------------------------------------ */
.sp_btn{
	display: none;
}
.mainImg{
	position: relative;
}
#mv-inquiry {
  position: absolute;
  right: 0;
  bottom: -200px;
  z-index: 2;
}
#mv-inquiry a {
  transition-property: all;
  transition: 0.3s linear;
}
#mv-inquiry a:hover {
  background-color: #008332;
}
#inquiry {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  z-index: 2;
}
#inquiry:hover {
  opacity: 0.8;
}
#inquiry a, #mv-inquiry a {
  background-color: #00a33e;
  display: block;
  width: 180px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
	font-weight: 600;
  position: relative;
  padding: 100px 0 34px 0;
  border-radius: 50%;
	text-shadow: 0px 3px 0 #067530;
	box-shadow: 0px 0px 15px -5px #696969;
}
#inquiry a:before, #mv-inquiry a:before,.sp_btn a:before {
  content: '';
  display: inline-block;
  width: 74px;
  height: 64px;
  background-image: url("../img/icon_contact.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
	right: 0;
  margin: auto;
  top: 30px;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #inquiry,#mv-inquiry {
    display: none !important;
  }
	.sp_btn{
		display: block;
		padding: 0 5% 40px;
	}
.sp_btn a {
    color: #fff;
    border-radius: 100px;
    display: block;
    max-width: 380px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 500;
    padding: 17px 0 15px;
    line-height: 1.3;
    position: relative;
    background: #00a33e;
    border-bottom: #00877d 5px solid;
	text-shadow: 0px 3px 0 #067530;
}
.sp_btn a:before {
width: 35px;
    height: 30px;
    position: static;
    margin-right: 12px;
}
}