@charset "utf-8";

/*--------------------------------------------------
	common
--------------------------------------------------*/
a:link { color: #60b530; text-decoration: none; }
a:visited { color: #60b530; text-decoration: none; }
a:hover { color: #60b530; text-decoration: none; }
@media screen and (min-width: 768px) {
a[href^="tel:"] { pointer-events: none; color: inherit; }
}

.bold { font-weight: bold;}
.strong { font-weight: bold; text-decoration: underline;}
.disable { opacity: 0.6; pointer-events: none;}

/* 選択時背景色 */
/*::selection {background: #fe4545;color:#fff; }
::-moz-selection {background: #fe4545;color:#fff; }*/

.mgt05 { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt15 { margin-top: 15px; }
.mgt20 { margin-top: 20px; }
.mgt25 { margin-top: 25px; }
.mgt30 { margin-top: 30px; }
.mgt35 { margin-top: 35px; }
.mgt40 { margin-top: 40px; }
.mgt45 { margin-top: 45px; }

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

/* float解除 */
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }
.both { clear: both; }

.sp { display: none !important; }
@media screen and (max-width: 767px) {
.pc { display: none !important; }
.sp { display: inherit !important; }
}

/*--------------------------------------------------
	layout
--------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	line-height: 1;
	font-family: 'Noto Sans JP', "メイリオ", "meiryo", Verdana, "Hiragino Kaku Gothic Pro W3", "MS UI Gothic", sans-serif;
	font-size: 1.0rem;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	color: #044927;
	background: #60b530 url(../images/bg.gif) repeat left top;
}
img {
	max-width: 100%;
	height: auto;
}
#wrap {
	width: 1200px;
	text-align: left;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);	
	box-shadow: 0 0 80px rgba(11,99,52,0.4);
}
#content {
	padding: 80px 0;
}
section {
}
.inner {
	margin-right: 90px;
	margin-left: 90px;
}
.sec_ttl {
	width: 400px;
	text-align: center;
	font-size: 4rem;
	color: #60b530;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 10px;
	background: #fff;
	border: 4px #60b530 solid;
	border-radius: 50px;
}
.flowerLine {
	text-align: center;
}

@media (max-width: 767px) {
	#wrap {
		width: 100%;
		box-shadow: none;
	}
	#content {
		padding: 40px 0;
	}
	.inner {
		margin-right: 4%;
		margin-left: 4%;
	}
	.sec_ttl {
		width: 57.97%;
		font-size: 2rem;
	}
}

/*--------------------------------------------------
	header
--------------------------------------------------*/
#header {
	height: 290px;
	background: #60b530;	
}
.header_inner {
	display: flex;
	align-items: center;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 30px;
}
.header_head {
	width: 760px;
	text-align: center;
}
.header_sub {
	color: #333;
	font-size: 3rem;
	font-weight: bold;
	margin-top: 20px;
	padding: 10px;
	background: #fff;
	border-radius: 40px;
}
.header_info {
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.2em;
	margin-top: 20px;
}
.header_link {
	width: 360px;
	text-align: right;
}
.header_link .btn {
	display: block;
	padding: 46px 0;
}

@media (max-width: 767px) {
	#header {
		height: initial;
	}
	.header_inner {
		display: block;
		margin-right: 4%;
		margin-left: 4%;
		padding-top: 20px;
	}
	.header_head {
		width: 100%;
	}
	.header_ttl {
		width: 82.61%;
		margin: auto;
	}
	.header_sub {
		font-size: 1.7rem;
		margin-top: 10px;
		padding: 5px;
	}
	.header_info {
		font-size: 1.7rem;
		margin-top: 10px;
	}
	.header_link {
		width: 100%;
	}
	.header_link .btn {
		width: 50.6%;
		margin: 0 auto;
		padding: 20px 0;
	}
}

/*--------------------------------------------------
	content
--------------------------------------------------*/
#offer {
	position: relative;
	text-align: center;
	padding: 40px 0;
	background: url(../images/offer_bg.jpg) no-repeat center top;
	background-size: cover;
}
.offer_area {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.offer_box + .offer_box {
	margin-left: 20px;
}
.offer_note {
	text-align: right;
	font-size: 1.6rem;
	color: #890910;
	margin-top: 5px;
}

@media (max-width: 767px) {
	#offer {
		padding: 20px 0;
	}
	.offer_box {
		width: 48.93%;
	}
	.offer_box + .offer_box {
		margin-left: 1.33%;
	}
	.offer_note {
		font-size: 1rem;
	}
}


#design {}
.design_links {
	display: flex;
	justify-content: space-around;
	margin-top: 60px;
}
@media (max-width: 767px) {
	.design_links {
		flex-wrap: wrap;
		margin-top: 20px;
	}
	.design_links li {
		width: 33.33%;
	}
}


#howto {
	margin-top: 80px;
}
.howto_area {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 60px;
}
.howto_box {
	position: relative;
	background: rgba(255,255,255,0.5);
	border: 4px #60b530 solid;
	border-radius: 30px;
}
.howto_inner {
	padding: 40px 60px;
}
.howto_boxttl {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	transform: translateY(-50%);
	width: 380px;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
	font-weight: bold;
	margin: auto;
	padding: 10px 20px;
	background: #60b530;
	border: 4px #fff solid;
	border-radius: 30px;
}
.howto_boxttl span {
	font-size: 3.2rem;
}
.howto_btn {
	display: block;
	margin: 20px auto 0;
}
.howto_btn + p {
	margin-top: 20px;
}
.howto_box p + p,
.howto_box ol + p {
	margin-top: 10px;
}
.howto_txtL, .howto_txtM, .howto_txtS {
	line-height: 1.5;
}
.howto_txtL {
	font-size: 2.6rem;
	font-weight: bold;
}
.howto_txtM {
	font-size: 2rem;
}
.howto_txtS {
	font-size: 1.6rem;
}
.howto_hr {
	margin: 20px 0;
	border-top: 4px #60b530 dotted;
}
.howto_note,
.howto_box.boxName .howto_list {
	text-indent: -1em;
	padding-left: 1em;
}

.howto_box.boxWeb {
	width: 500px;
	border: 4px #009844 solid;
}
.howto_box.boxWeb .howto_boxttl {
	background: #009844;
}
.howto_box.boxWeb .howto_sppc {
	vertical-align: middle;
	margin: 0 4px;
}
.howto_box.boxShop {
	width: 500px;
	border: 4px #60b530 solid;
}

.howto_box.boxName {
	display: flex;
	margin-top: 40px;
}
.howto_box.boxName .howto_inner {
	padding: 20px 60px 40px;
}
.howto_box.boxName .howto_boxttl {
	width: 520px;
}
.howto_box.boxName .howto_column {
	width: 50%;
}
.howto_box.boxName .howto_column + .howto_column {
	border-left: 4px #60b530 dotted;
}
.howto_box.boxName .howto_head {
	padding: 50px 60px 10px;
	border-bottom: 4px #60b530 solid;
}
.howto_box.boxName .howto_balloon {
	position: absolute;
	top: -140px;
	right: -40px;
	z-index: 10;
}

@media (max-width: 767px) {
	#howto {
		margin-top: 40px;
	}	
	.howto_area {
		display: block;
		margin-top: 40px;
	}
	.howto_inner {
		padding: 30px 4%;
	}
	.howto_boxttl,
	.howto_box.boxName .howto_boxttl {
		width: 89.86%;
		line-height: 1.5;
		font-size: 1.6rem;
		padding: 5px 10px;
	}
	.howto_boxttl span {
		font-size: 2rem;
	}
	.howto_btn {
		width: 205.5px;
	}
	.howto_txtL {
		font-size: 1.6rem;
	}
	.howto_txtM {
		font-size: 1.4rem;
	}
	.howto_txtS {
		font-size: 1.4rem;
	}
	.howto_note {
		font-size: 1.2rem;
	}

	.howto_box.boxWeb {
		width: 100%;
	}
	.howto_box.boxWeb .howto_sppc {
		width: 62px;
	}
	.howto_box.boxWeb .howto_btn.transfer {
		width: 93.65%;
	}
	.howto_box.boxShop {
		width: 100%;
		margin-top: 40px;
	}

	.howto_box.boxName {
		display: block;
		margin-top: 60px;
	}
	.howto_box.boxName .howto_inner {
		padding: 20px 4% 20px;
	}
	.howto_box.boxName .howto_column {
		width: 100%;
	}
	.howto_box.boxName .howto_column + .howto_column {
		border-left: none;
	}
	.howto_box.boxName .howto_head {
		padding: 60px 4% 5px;
		border-bottom: 4px #60b530 solid;
	}
	.howto_box.boxName .howto_column + .howto_column .howto_head {
		padding-top: 20px;
	}
	.howto_box.boxName .howto_balloon {
		top: -80px;
		right: -4%;
		width: 156.5px;
	}
}


#flow {
	margin-top: 80px;
}
.flow_figure {
	margin: 40px 0;
}
@media (max-width: 767px) {
	#flow {
		margin-top: 40px;
	}
	.flow_figure {
		margin: 20px -4% 0;
	}
}


#item {
	color: #333;
}
.item_category {
	padding-top: 80px;
}
#item .item_category:first-child {
	margin-top: -80px;
}
.item_wrap {
	position: relative;
	padding: 50px 0 60px;
	background: linear-gradient(#eee 0 100px, transparent 100px), url(../images/item_bg.png) repeat-y left bottom, #f6f6f6;
}
#item_category-a .item_wrap {
	background: linear-gradient(#fc788a 0 100px, transparent 100px), url(../images/item_bg.png) repeat-y left bottom, #f6f6f6;
}
#item_category-b .item_wrap {
	background: linear-gradient(#b58f74 0 100px, transparent 100px), url(../images/item_bg.png) repeat-y left bottom, #f6f6f6;
}
#item_category-c .item_wrap {
	background: linear-gradient(#f0cfb2 0 100px, transparent 100px), url(../images/item_bg.png) repeat-y left bottom, #f6f6f6;
}
#item_category-d .item_wrap {
	background: linear-gradient(#4888b6 0 100px, transparent 100px), url(../images/item_bg.png) repeat-y left bottom, #f6f6f6;
}
#item_category-e .item_wrap {
	background: linear-gradient(#f7e01c 0 100px, transparent 100px), url(../images/item_bg.png) repeat-y left bottom, #f6f6f6;
}
#item_category-f .item_wrap {
	background: linear-gradient(#ffb32c 0 100px, transparent 100px), url(../images/item_bg.png) repeat-y left bottom, #f6f6f6;
}
#item_category-g .item_wrap,
#item_category-h .item_wrap {
	background: linear-gradient(#35b0db 0 100px, transparent 100px), url(../images/item_bg.png) repeat-y left bottom, #f6f6f6;
}
.item_ttl {
	position: absolute;
	top: -20px;
	left: -20px;
	box-shadow: 6px 6px 0 rgba(0,0,0,0.15);
}
.item_illust {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 1;
}
.item_illust2 {
	position: absolute;
	top: 280px;
	left: 0;
	z-index: 1;
}
#item_category-d .item_illust {
	left: 20px;
}
#item_category-g .item_illust,
#item_category-h .item_illust {
	bottom: 80px;
}
.item_inner {
	width: 900px;
	margin-right: 40px;
	margin-left: auto;
}
.item_block.border {
	border-top: 4px rgba(0,0,0,0.15) dotted;
}
.item_block + .item_block {
	margin-top: 60px;
}
.item_tag {
	display: inline-block;
	min-width: 160px;
	text-align: center;
	transform: translate(0, -20px);
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 7px 10px;
	background: #333;
	border-radius: 40px;
}
.item_tag .icon {
	width: 22px;
	vertical-align: bottom;
	margin-right: 10px;
}
.item_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	gap: 40px 30px;
}
.item_list li {
	text-align: center;
}
.item_img img {
	display: block;
	width: auto;
	height: auto;
	max-width: 240px;
	max-height: 240px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.item_name {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.item_category {
		padding-top: 40px;
	}
	#item .item_category:first-child {
		margin-top: -40px;
	}
	.item_wrap {
		padding: 0 0 40px;
		background: linear-gradient(#eee 0 50px, transparent 50px), #f6f6f6;
	}
	#item_category-a .item_wrap {
		background: linear-gradient(#fc788a 0 50px, transparent 50px), #f6f6f6;
	}
	#item_category-b .item_wrap {
		background: linear-gradient(#b58f74 0 50px, transparent 50px), #f6f6f6;
	}
	#item_category-c .item_wrap {
		background: linear-gradient(#f0cfb2 0 50px, transparent 50px), #f6f6f6;
	}
	#item_category-d .item_wrap {
		background: linear-gradient(#4888b6 0 50px, transparent 50px), #f6f6f6;
	}
	#item_category-e .item_wrap {
		background: linear-gradient(#f7e01c 0 50px, transparent 50px), #f6f6f6;
	}
	#item_category-f .item_wrap {
		background: linear-gradient(#ffb32c 0 50px, transparent 50px), #f6f6f6;
	}
	#item_category-g .item_wrap,
	#item_category-h .item_wrap {
		background: linear-gradient(#35b0db 0 50px, transparent 50px), #f6f6f6;
	}
	.item_ttl {
		position: initial;
		width: 26.67%;
		transform: translate(15%, -20px);
		margin-bottom: 20px;
	}
	.item_illust,
	#item_category-g .item_illust,
	#item_category-h .item_illust {
		top: -6.5%;
		bottom: initial;
		left: 50%;
	}
	#item_category-a .item_illust,
	#item_category-d .item_illust {
		top: -3%;
		left: 50%;
	}
	#item_category-c .item_illust,
	#item_category-h .item_illust {
		top: -1%;
	}
	#item_category-g .item_illust {
		top: 1%;
	}
	.item_illust img {
		height: auto;
		width: auto;
		max-width: 150px; 
		max-height: 150px;
		object-fit: contain;
	}
	.item_illust2 {
		display: none;
	}
	.item_inner {
		width: initial;
		margin-right: 4%;
		margin-left: 4%;
	}
	.item_block + .item_block {
		margin-top: 40px;
	}
	.item_tag {
		min-width: 90px;
		transform: translate(0, -15px);
		font-size: 1.2rem;
		padding: 7px 10px;
	}
	.item_tag .icon {
		width: 15px;
		margin-right: 5px;
	}
	.item_list {
		gap: 20px 3.46%;
	}
	.item_img img {
		max-width: 32vw;
		max-height: 32vw;
	}
	.item_name {
		font-size: 1.2rem;
		margin-top: 10px;
	}
	
	.modaal-close {
		right: 0 !important;
		top: 0 !important;
	}
	.modaal-outer-wrapper {
		overflow: hidden;
	}
	.modaal-gallery-control {
		top: 50% !important;
		transform: translateY(-50%) !important;
		background: rgba(0, 0, 0, 0) !important;
	}
	.modaal-gallery-prev {
		/* right: 100% !important; */
		left: -11% !important;
	}
	.modaal-gallery-next {
		right: -11% !important;
		/* left: 100% !important; */
	}
}


#contact {
	text-align: center;
	color: #fff;
	padding: 40px 0;
	background: linear-gradient(to bottom, rgba(126,197,89,1) 0%,rgba(94,182,47,1) 100%);
}
.contact_ttl {
	font-size: 2.8rem;
	font-weight: bold;
}
.contact_subttl {
	font-size: 2.0rem;
	letter-spacing: 0.1em;
	color: #60b530;
	font-weight: bold;
	margin-top: 40px;
	padding: 10px 0;
	background: #fff;
}
.contact_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.6rem;
	margin-top: 20px;
}
.contact_box {
	width: 50%;
}

.contact_area.store .contact_txt {
	line-height: 1.5;
}
.contact_area.store .contact_btn {
	display: block;
	max-width: 424px;
	text-align: center;
	margin: 0 auto;
}

.contact_area.call .contact_tel {
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact_area.call .contact_tel img {
	margin-right: 5px;
}
.contact_area.call .contact_tel a {
	font-size: 5.0rem;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
}
.contact_area.call .contact_time {
	letter-spacing: 0.1em;
	margin-top: 10px;
}
.contact_area.call .contact_txt span {
	display: block;
	font-size: 1.2rem;
	margin-top: 10px;
}
.contact_area.call .contact_email {
	font-size: 2.8rem;
	font-weight: bold;
	margin-top: 10px;
}

@media (max-width: 767px) {
	.contact_ttl {
		font-size: 2.0rem;
	}
	.contact_subttl {
		font-size: 1.4rem;
	}
	.contact_area {
		display: block;
		font-size: 1.4rem;
	}
	.contact_box {
		width: 100%;
	}

	.contact_area.store .contact_box + .contact_box {
		margin-top: 10px;
	}
	.contact_area.store .contact_txt {
		text-align: left;
	}
	.contact_area.store .contact_btn {
		max-width: 305px;
	}
	.contact_area.call .contact_box + .contact_box {
		margin-top: 40px;
	}
	.contact_area.call .contact_time {
		letter-spacing: 0;
	}
	.contact_area.call .contact_tel {
		font-size: 1.0rem;
	}
	.contact_area.call .contact_tel a {
		font-size: 3.0rem;
	}
	.contact_area.call .contact_txt span {
		font-size: 1.0rem;
	}
	.contact_area.call .contact_email {
		font-size: 1.6rem;
	}
}

/*--------------------------------------------------
	footer
--------------------------------------------------*/
footer {
	text-align: center;
	padding: 40px 0 10px;
}
footer .link {
	font-size: 1.6rem;
	font-weight: bold;
}
footer .copy {
	font-size: 1.2rem;
	margin-top: 20px;
}
@media (max-width: 767px) {
	footer .link {
		font-size: 1.4rem;
	}
	footer .copy {
		font-size: 1.0rem;
	}
}