@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;

}
:focus {
	outline: 0 !important;
	text-decoration: none !important;
}
html, body {
	margin: 0 !important;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
}



/*page
----------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
	margin:0px;
	padding:0px;
	background-color: #f2f2f2;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	line-height: 1.7;
}
img{
	max-width: 100%;
	height: auto;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.bold{
	font-weight: bold;
}
.mobile {
	display: none;
}
.relative {
	position: relative;
}
table td, table th {
	border: 1px solid #d8d8d8;
	padding: 10px;
	vertical-align: middle;
	width: auto !important;
}
input, textarea {
	border: 1px solid #d8d8d8;
	padding: 3px 10px;
}
a:hover img {
	opacity: 0.8;
}
.container{
	max-width: 1000px;
	padding: 0 15px;
	margin: 0 auto;
}
:root {
	--pink: #426927;
	--pink2: #C4E2AA;
	--yellow: #F9BE00;
	--yellow2:#FFDC78;
	--yellow3: #B7902E;
	--brown: #5F3113;
	--brown2: #AF6351;
	--grey: #595959;
	--white: #FFF;
}
.color-red{
	color: #E50012;
}
.color-yellow{
	color: #FCCC00;
}
.font-bold{
	font-weight: bold;
}
.margin-center{
	display: block;
	margin: auto;
}

.fs-cmt{
	font-size: 20px !important;
}
.fs-list-cont{
	font-size:16px !important;
}

#header_curry2 {
	background: var(--yellow);
}
.tit_header_mobi{
	display: none !important;
}
#footer_curr2 {
    display: flex;
    justify-content: space-around;
    padding: 60px 0;
    align-items: center;
    background: var(--yellow);
}
.wrap-img-header {
	padding: 100px 0px;
}
.title_header,
.title_header_sub{
	display: block;
	margin: auto;
}
.title_header_sub{
	margin-top: 30px;
}
#section2 {
	background: var(--pink);
}
.wrap-sec2 {
	display: flex;
	align-items: center;
	padding: 30px 0 30px 0px;
}
.item-sec2-left {
	width: 25%;
    padding:0 20px;
    text-align: right;
}
.item-sec2-right {
	width: 75%;
}
.wrap-item-sroll {
	display: flex;
	justify-content: space-between;
}
.wrap-item-sroll p{
	background: #fff;
	width: calc(100%/3 - 5px);
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
}
.wrap-item-sroll a{
	color: var(--pink) !important;
	display: block;
	border-radius: 4px;
	padding: 5px;
}
.wrap-item-sroll a:hover{
	background: var(--yellow);
}
.tit-it-sr{
	font-size: 30px;
	color: var(--yellow);
	font-weight: bold;
}
.note-it-sr{
	font-size: 25px;
	margin-top:20px;
	color: var(--white);
}

#section3
{
	background: var(--yellow);
}
.tit-sec03{
	color: var(--pink);
	font-size: 36px;
}
.cont-sec3 {
	position: relative;
	padding: 60px 20px 60px 20px;
	/*display: flex;
	justify-content: center;
	align-items: center;
*/	font-size: 18px;
	color: var(--brown);
	text-align: center;
}
.cont-sec3:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 35px solid transparent;
	border-right: 35px solid transparent;
	border-top: 35px solid var(--yellow);
}
.tit-part{
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
	color: var(--pink);
	font-size: 30px;
	position: relative;
}
.tit-part:before{
	position: absolute;
	content: "";
	background: url('./img/item_sm3.png');
	top:-60px;
	left: 50%;
	transform: translateX(-50%);
	width: 122px;
	height: 41px;
}
.item-part01 {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.img-it-first {
	width: 40%;
}
.cont-it-first{
	width: 60%;
}
.box-item{
	padding: 28px 35px 40px 35px;
	border-radius: 5px;
	background: var(--white);
}
.item-part02{
	margin-right: 10px;
	width: 50%;
}
.item-part03{
	margin-left: 10px;
	width: 50%;
}
.item-part02 .img-it-p1,
.item-part03 .img-it-p1{
	margin-bottom: 30px;
}
.section-part{
	padding: 140px 0;
}
#part_01,#part_03{
	background: var(--yellow2);
}
#part_02{
	background: var(--pink2);
}
.sub-tit-citp1 {
	position: relative;
	font-size: 20px;
	color: var(--yellow3);
	font-weight: bold;
	padding-top:36px;
}
.tit-citp1-sm{
	font-size: 17px;
	color: var(--yellow3);
}
.sub-tit-citp1-grey{
	color: var(--grey);
	padding-left: 40px;
	padding-top:0;
}
.sub-tit-citp1-pink2{
	color: var(--pink2);
	padding-left: 40px;
	padding-top:0;
}
.num-sub{
	font-size: 30px;
}
.sub-tit-citp1:before{
	position: absolute;
	content: "";
	background: url(./img/icon_yellow2.png) no-repeat;
	width: 40px;
	height: 31px;
	top: 0;
	left: -7px;
	background-size: contain;
}
.sub-tit-citp1-grey:before{
	background: url(./img/icon_grey2.png) no-repeat;
	background-size: contain;
	top:6px;
}
.sub-tit-citp1-pink2:before{
	background: url(./img/icon_pink2.png) no-repeat;
	top:6px;
	background-size: contain;
}
.sm-text {
	background: #FFF3D7;
	padding: 6px 20px;
	border-radius: 23px;
	font-size: 16px;
	font-weight: 500;
	margin-left: 5px;
}
.sm-text-grey{
	background: #E2E2E2;
}
.sm-text-pink2{
	background: #FFE4DE;
}
.tit-citp1 {
	font-weight: bold;
	font-size: 22px;
	color: var(--yellow3);
	margin: 0px 0 20px 0;
}
.sub-tit-citp1-pink2{
	color: var(--brown2);
}
.tit-citp1-pink2{
	color: var(--brown2);
}
.tit-cit-grey{
	color: var(--grey);
}

.list-cont {
	position: relative;
	color: #231815;
	padding: 12px 0 0 25px;
	font-size: 14px;
}
.list-cont:before{
	position: absolute;
	top:0;
	left: 0;
	content: "";
	background: url(./img/text_pink2.png) no-repeat;
	background-size: contain;
	width: 86px;
	height: 31px;
}
.list-cont > li{
	position: relative;
	margin-bottom: 10px;
	list-style: none;
}
.list-cont > li:before{
	top:-1px;
	left: -25px;
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f075";
	color: var(--pink);
	position: absolute;
	transform: scaleX(-1);
	font-size: 16px;
}
.wrap-2item{
	display: flex;
}
.tit-cmt-st{
	color: #426927;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 16px;
}
.cont-cmt-st {
    color: #fff;
    background: #426927;
    padding: 15px;
    font-size: 14px;
}
.d-inline{
	display: inline-block;
}

#footer_curry2{
	display: flex;
	justify-content: space-around;
	padding:60px 0;
	align-items:center;
	background: var(--yellow);
}
.link-ace-page{
	background: var(--pink);
	color: var(--yellow);
	font-weight: bold;
	padding: 10px 40px;
	border-radius: 21px;
	text-decoration: none;
}
.link-ace-page:hover{
	background: var(--yellow2);
	color: var(--pink);
}
.text-cpr{
	color: var(--pink);
}
.link-to-shopdt {
    background: #dc0000;
    border-radius: 10px;
    padding: 10px 30px;
    text-align: center;
    color: #fff !important;
	display: inline-block;
	text-decoration: none;
	font-size:18px;
}
.link-to-shopdt:hover {
    opacity: .8;
}
.text-center-but {
    text-align: center;
}
.shop_btn {
	padding: 10px 0 0 0;
}

@media screen and (max-width: 997px){
	.wrap-sec2, .wrap-item-sroll{
		flex-direction: column;
	}
	.wrap-item-sroll p{
		margin-bottom: 10px;
		width: 100%;
	}
	.tit-it-sr{
		text-align: center;
	}
	.item-sec2-left{
		padding:0;
		width: 100%
	}
	.item-sec2-left img{
		display: block;
		margin: auto;
	}
	.title_header_sub{
		max-width: 500px;
	}
	title_header{
		max-width:600px;
	}
	.note-it-sr{text-align: center;}
	.wrap-sec2{
		padding: 30px 0;
	}
	.item-sec2-right{
		margin-top: 15px;
	}

}


@media screen and (max-width: 767px){
	.title_header_sub{
		max-width: 400px;
	}
	title_header{
		max-width:500px;
	}
	
	.cont-sec3{
		padding: 30px 0;
	}
	.tit-it-sr{
		font-size: 25px;
		margin: 16px 0 10px 0;
	}
	.note-it-sr{
		font-size: 18px;
	}
	.cont-sec3{
		font-size: 16px;
	}
	.tit-part{
		font-size: 24px;
	}
	.tit-citp1{
		font-size: 18px;
	}
	.shop_btn {
		text-align: center;
	}
	.item-part01 {
		flex-direction: column;
		align-items: unset;
		padding: 28px 15px 40px 15px;
	}
	.item-part02,
	.item-part03{
		padding: 28px 15px 40px 15px;
	}
	.item-part01 img{
		display: block;
		margin: auto;
	}
	.wrap-2item {
		flex-direction: column;
	}
	.item-part02 {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.item-part03 {
		margin-left: 0;
	}
	.item-part01 .img-it-p1{
		margin-bottom: 30px;
	}
	.tit-part{
		margin-bottom: 30px;
	}
	.section-part {
		padding: 110px 0 80px 0;
	}
	#footer_curry2{
		flex-direction: column-reverse;
		padding: 60px 0 30px 0;
	}
	.text-cpr {
		margin-top: 20px;
		text-align: center;
	}
	.item-part03,
	.item-part02{
		width: unset;
	}
	.img-it-first,
	.cont-it-first {
		width: 100%;
	}
	.wrap-img-header {
		padding: 80px 20px;
	}
	.tit-sec03{
		font-size: 25px;
	}
	.item-sec2-left img{
		max-width: 130px;
	}
	.d-inline{
		display: block;
	}
	#footer_curr2{
		flex-direction: column-reverse;
	}
	
}
@media screen and (max-width: 575px){
	.title_header_sub{
		max-width: 300px;
	}
	title_header{
		max-width:400px;
	}
	.item-sec2-right{
		width: 100%;
	}
	.fs-cmt,.tit-citp1-sm{
		font-size: 17px !important;
	}
	.fs-list-cont,.tit-cmt-st{
		font-size: 14px !important;
	}
	
	
}

@media screen and (max-width: 475px){
	.tit_header_mobi{
		display: block !important;
	}
	.tit_header_pc{
		display: none;
	}
	
	
	
	.sub-tit-citp1-pink2,
	.sub-tit-citp1-grey{
		padding-left: 40px;
	}
	/*.item-part01,
	.item-part02,
	.item-part03 {
		padding: 28px 10px 40px 10px;
	}*/
	.wrap-img-header{
		padding: 50px 0;
	}
	.title_header_sub {
		max-width: 260px;
	}
}

@media screen and (max-width: 375px){
	.section-part {
		padding: 110px 0 50px 0;
	}
	.tit-part {
		font-size: 22px;
	}
}