@charset "UTF-8";
/* CSS Document */
img{
	width: 100%;
	height: auto;
}
figure,p{
	margin: 0;
}
section {
  width: 90%;
  margin: 0 auto;
  max-width: 1080px;
}
h4{
	font-size: 3rem;
	text-align: center;
	color: #006a31;
}
.page-line p,.page-line a,.page-line b,.page-line a{
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* main-visual
------------------------------------------------------ */
.main-bg{
	background: #15AA18;
	padding: 60px 0;
	margin-top: 120px;
}
.main-img{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	height: auto;
}
.hukidashi{
	background: #F2E427;
	color: #118E3F;
	text-align: center;
	font-weight: 600;
	font-size: 1.8rem;
	padding: 10px 0;
	position: relative;
}
.hukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 18px solid #F2E427;
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.spElement{
		display: none;
	}
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.main-img{
		width: 100%;
	}
	.main-bg{
		padding: 30px 0;
		margin-top: 40px;
	}
	.hukidashi{
		font-size: 1.6rem;
	}
}

/* special
------------------------------------------------------ */
.special-ttl01,.special-ttl02,.special-ttl03,.special-ttl04{
	background: #E5E5E5;
	padding: 10px 0;
	text-align: center;
	color: #118E3F;
	width: 90%;
	max-width: 600px;
  margin: 80px auto 30px;
	font-weight: 600;
	font-size: 1.8rem;
	position: relative;
}
.special-ttl01:before{
	content: '';
	background: url(images/special01.png) no-repeat;
	background-size: contain;
	width: 90px;
	height: 80px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.special-ttl02:before{
	content: '';
	background: url(images/special02.png) no-repeat;
	background-size: contain;
	width: 90px;
	height: 80px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.special-ttl03:before{
	content: '';
	background: url(images/special03.png) no-repeat;
	background-size: contain;
	width: 90px;
	height: 80px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.special-ttl04:before{
	content: '';
	background: url(images/new_04.png) no-repeat;
	background-size: contain;
	width: 90px;
	height: 80px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.special-lead {
  text-align: center;
  font-weight: 600;
  margin: 50px auto;
  width: 90%;
}
.tokuten-ttl {
  background: #15AA18;
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 300px;
  border-radius: 30px;
  margin: 30px auto;
  font-weight: 600;
  padding: 4px 0;
	margin-bottom: -15px;
	position: relative;
}
.tokuten-container{
	border: 1px solid #118E3F;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	padding: 30px 0 0;
	flex-wrap: wrap;
	justify-content: center;
}
.tokuten-txt{
	font-weight: 600;
	width: 40%;
	margin-bottom: 20px;
}
.tokuten-txt {
  display: flex;
	align-items: center;
}
.tokuten-img {
  width: 30%;
}
.tokuten-txt p {
  width: 60%;
  margin-left: 10px;
}
.tokutn-notes {
  font-size: 1.2rem;
  text-align: center;
  margin: 10px auto;
	line-height: 2.2rem;
}
.present-img{
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.coupon-get-txt{
	color: #118E3F;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 40px auto 10px;
}
.triangle{
	width: 90%;
	max-width: 200px;
	margin: 0 auto 80px;
}
.method-bg{
	background: #E5E5E5;
	padding: 30px 0;
}
.method-area{
	width: 90%;
	max-width: 800px;
	margin: 60px auto;
}
.method-wrap01,.method-wrap02{
	background: #fff;
	width: 48%;
	margin-bottom: 30px;
	padding-bottom: 50px;
}
.method-wrap03{
	background: #fff;
	padding: 40px 0;
	width: 100%;
}
.method-icon {
  width: 20%;
}
.method-ttl{
	text-align: center;
	font-weight: 600;
	color: #118E3F;
	margin-bottom: 20px;
	font-size: 2.2rem;
	margin-top: 60px;
}
.method-txt{
	text-align: center;
	margin-bottom: 20px;
	font-weight: 600;
}
.line-btn01 {
  width: 60%;
  margin: 30px auto;
}
.line-qr{
	width: 30%;
	margin: 30px auto;
}
.method-area{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.method-wrap:nth-child(1){
	width: 48%;
}
.method-flow-item{
	background: #17C057;
	color: #fff;
	width: 30%;
}
.method-flow{
	display: flex;
	justify-content: space-between;
	width: 90%;
	max-width: 676px;
	margin: 40px auto 60px;
	align-items: center;
}
.method-num {
    width: 20%;
    margin: 20px auto 10px;
}
.line-flow {
    width: 90%;
    max-width: 676px;
    margin: 0 auto;
}
.flow-arrow{
	width:2%;
	margin: 0 auto;
}
.line-btn02{
	display: block;
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
	background: #17C057;
	padding: 0 60px;
	border-radius: 10px;
}

/* 追加 */
.sp-small{display: none;}
.present-img1{
	max-width: 400px;
}
.new-button{
background-color: #fff;
    border: 1px solid #4FA837;
    margin: 60px auto 40px;
    width: 400px;
    border-radius: 15px;
}
.new-button a{
    color: #4FA837;
    text-decoration: none;
}
.new-button a p{
padding: 17px 0;
    font-size: 14px;
    text-align: center;
	display: flex;
    justify-content: center;
    position: relative;
    margin-right: 40px;
    font-weight: 500;
}
.new-button a p span{
    font-size: 18px;
	font-weight: 600;
}
.new-button a p::after{
	background: url(images/new_button_arrow.png) no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    display: inline-block;
    top: 19px;
    height: 25px;
    width: 25px;
    right: -14px;
}
/* ボタン */
.special-ttl01{margin-top: 40px;}
.new-button-wrap{
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
	    gap: 6%;
    margin-top: 60px;
}
	.link-01,.link-02,.link-03,.link-04{
		width: 100px;
		height: 100px;
	}
.link-01{
	background: url(images/new_menu01.png) no-repeat;
    background-size: contain;
	    display: block;
    width: 100px;
    height: 100px;
}
.link-02{
	background: url(images/new_menu02.png) no-repeat;
    background-size: contain;
	    display: block;
    width: 100px;
    height: 110px;
    margin-top: -10px;
}
.link-03{
	background: url(images/new_menu03.png) no-repeat;
    background-size: contain;
	    display: block;
    width: 90px;
    height: 100px;
}
.link-04{
	background: url(images/new_menu04.png) no-repeat;
    background-size: contain;
	    display: block;
    width: 80px;
    height: 100px;
}
html {
    scroll-behavior: smooth;

    scroll-padding-top: 70px;
}
/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.special-ttl01, .special-ttl02, .special-ttl03,.special-ttl04{
		font-size: 1.4rem;
		padding-left: 30px;
	}
	.special-ttl01:before,.special-ttl02:before,.special-ttl03:before.special-ttl04:before{
		width: 60px;
		height: 60px;
	}
	.tokuten-txt{
		width: 100%;
		justify-content: center;
		margin-bottom: 10px;
	}
	.pcElement{
		display: none;
	}
	.tokuten-img {
    width: 16%;
}
	.tokuten-txt p{
		width: 70%;
	}
	.triangle{
		max-width: 140px;

	margin: 0 auto 40px;
	}
	.method-wrap01, .method-wrap02{
		width: 100%;
	}
	.method-ttl{
		font-size: 2rem;
		margin-top: 20px;
	}
	.method-flow{
		flex-direction: column;
	}
	.method-flow-item{
		width: 100%;
	}
	.method-num{
		width: 10%;
		margin: 10px auto 0;
	}
	.flow-arrow{
		width: 5%;
		margin: 0 auto;
		transform: rotate(90deg);
	}
	.method-txt{
		margin-bottom: 10px;
	}
	.line-btn02{
		max-width: 340px;
	}
	.new-button {
        margin: 40px auto 50px;
    }
	.new-button-wrap{
		display: block;
		margin-top: 50px;
	}
	.link-01{
	background: url(images/new-menu01-sp.png) no-repeat;
    background-size: contain;
	margin: 0 auto;
	text-align: center;
	    display: block;
            width: 80%;
        height: 66px;
}
.link-02{
	background: url(images/new-menu02-sp.png) no-repeat;
    background-size: contain;
	margin: 0 auto;
	text-align: center;
	    display: block;
           width: 80%;
        height: 66px;
}
.link-03{
	background: url(images/new-menu03-sp.png) no-repeat;
    background-size: contain;
	margin: 0 auto;
	text-align: center;
	    display: block;
           width: 80%;
        height: 66px;
}
.link-04{
	background: url(images/new-menu04-sp.png) no-repeat;
    background-size: contain;
	margin: 0 auto;
	text-align: center;
	    display: block;
           width: 80%;
        height: 66px;
}
	.link-01,.link-02,.link-03,.link-04{
		width: 420px;
		height: 66px;
	}
	.new-button-item:not(:last-child){
		padding-bottom: 15px;
		        border-bottom: 1px solid #418C48;
        width: 420px;
        margin: 0 auto;
	}
		.new-button-item:not(:first-child){
		padding-top: 15px;
	}
}

@media all and (max-width: 580px) {
		.link-01,.link-02,.link-03,.link-04{
		width: 360px;
		height: 57px;
	}
	.new-button-item:not(:last-child){
		padding-bottom: 12px;
		        border-bottom: 1px solid #418C48;
        width: 360px;
        margin: 0 auto;
	}
				.new-button-item:not(:first-child){
		padding-top: 12px;
	}
}
@media all and (max-width: 510px) {
	.special-ttl01:before,.special-ttl02:before,.special-ttl03:before,.special-ttl04:before {
    width: 60px;
}
.new-button-wrap {
    gap: 4%;
}
}

@media all and (max-width: 470px) {
	.new-button a p{
padding:11px 0;
        font-size: 14px;
        display: block;
        text-align: left;
        margin-left: 10%;
        margin-right: 10%;
        line-height: 1.3;
}
	.new-button{
    width: 75%;
}
.sp-small{display: block;}
.new-button a p::after {
    background: url(images/new_button_arrow.png) no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    display: inline-block;
top: 14px;
        height: 34px;
        width: 34px;
        right: 0px;
}
}
@media all and (max-width: 426px) {
		.link-01,.link-02,.link-03,.link-04{
width: 290px;
        height: 46px;
	}
	.new-button-item:not(:last-child){
		        border-bottom: 1px solid #418C48;
        width: 290px;
        margin: 0 auto;
	}
			.new-button-item:not(:first-child){
		padding-top: 12px;
	}
}
@media all and (max-width: 415px) {
	    .new-button a p {
        margin-left: 5%;
        margin-right: 5%;
    }
}
@media all and (max-width: 380px) {
	.new-button {
        width: 80%;
    }
	.link-01,.link-02,.link-03,.link-04{
width: 270px;
        height: 43px;
	}
	.new-button-item:not(:last-child){
		        border-bottom: 1px solid #418C48;
        width: 270px;
        margin: 0 auto;
	}
}
@media all and (max-width: 340px) {
		.link-01,.link-02,.link-03,.link-04{
width: 250px;
        height: 40px;
	}
	.new-button-item:not(:last-child){
		        border-bottom: 1px solid #418C48;
        width: 250px;
        margin: 0 auto;
	}
	.new-button {
        width: 85%;
    }
}
@media all and (max-width: 370px) {
		.special-ttl01:before,.special-ttl02:before,.special-ttl03:before,.special-ttl04:before {
    width: 50px;
}
	.new-button a p::after {
    right: -5px;
}
.special-ttl01, .special-ttl02, .special-ttl03, .special-ttl04 {
    padding: 6px 0;

        padding-left: 40px;
}
}
.new-button-item-1,.triangle,.coupon-get-txt,.new-button,.present-img1,.special-lead-1,.special-ttl04{display: none;}