@charset "utf-8";

html, body {
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
	color: #333;
	line-height: 1.3;
	height: auto !important;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-print-color-adjust: exact;
	font-feature-settings: "palt";
}

.m-plus {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pc, .pctb, .pcmo {
	display: inline;
}

.tb, .tbmo, .mo {
	display: none;
}

.t2 {
	letter-spacing: 1em;
	margin-right: -1em;
	display: inline-block;
}
.t4 {
	display: inline-block;
	margin-right: -2em;
	letter-spacing: 2em;
}
#login_now {
	background-color: #EDB333;
	text-align: right;
	padding-right: 20px;
	height: 50px;
	padding-top: 10px;
	width: 100%;
}
#logout {
	color: #FFFFFF;
	background-color: #EE3B2A;
	border: 1px solid #EE3B2A;
	border-radius: 20px;
	margin-left: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#logout:hover {
	color: #EE3B2A;
	background-color: #FFE0DD;
}


header {
	width: 1300px;
	min-width: 100%;
	height: 75px;
	text-align: center;
	position: relative;
	z-index: 1000;
}
#header_contents {
	max-width: 100%;
	position: relative;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header_contents::before {
	content: '';
	background-color: #00A63C;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	display: block;
	z-index: 0;
}
#header_contents::after {
	content: '';
	background-color: #005314;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	display: block;
	z-index: 0;
}
#header_wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

#header_logo {
	background-color: #FFFFFF;
	height: 75px;
	width: 180px;
	position: relative;
	display: inline-block;
	z-index: 1;
	margin-right: -6px;
}
#header_logo img {
	width: 147px;
	height: 40px;
	top: 20px;
	position: relative;
}

#slide {
	width: 1300px;
	min-width: 100%;
}

section {
	width: 1300px;
	margin-right: auto;
	margin-left: auto;
	min-width: 100%;
	position: relative;
}
.contents {
	margin-right: auto;
	margin-left: auto;
	width: 1130px;
	position: relative;
	z-index: 1;
	padding-left: 0px;
	padding-right: 0px;
}
#under_ban {
	margin-bottom: -10px;
}


.ban_ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	list-style: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	justify-content: center;
	justify-content: space-between;
}
.ban_ul li {
	box-shadow: 3px 3px 10px hsla(0,0%,0%,0.28);
	width: 360px;
	height: 166px;
	overflow-x: hidden;
	overflow-y: hidden;
	border-radius: 10px;
}
.ban_ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ban_ul li a:hover {
	opacity: 0.8;
	
}
.ban_li1 {
	background-repeat: no-repeat;
	background-image: url(../images/ban1.jpg);
}
.ban_li2 {
	background-repeat: no-repeat;
	background-image: url(../images/ban2.jpg);
}
.ban_li3 {
	background-repeat: no-repeat;
	background-image: url(../images/ban3.jpg);
}

.link_target {
	height: 80px;
	margin-top: -80px;
}

.section_back1 {
	height: 700px;
	position: absolute;
	top: 0px;
	left: -100px;
	z-index: 0;
}
.section_back2 {
	height: 700px;
	position: absolute;
	top: 0px;
	right: -70px;
	z-index: 0;
}

footer {
	width: 1300px;
	min-width: 100%;
	background-color: #FAE7AC;
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
}
#footer_logo {
	text-align: center;
	width: 220px;
	float: right;
	margin-bottom: 50px;
	margin-right: 10px;
}
#footer_logo img {
	width: 220px;
	height: 62px;
}
#footer_logo div {

}
#cart {
	position: fixed;
	right: 0px;
	top: 130px;
	z-index: 1001;
	text-align: center;
}
#cart a {
	display: block;
	background-color: #FFFFFF;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 3px solid #005314;
	width: 60px;
	padding-top: 7px;
	padding-bottom: 5px;
}
#cart a:hover {
	opacity: 0.5;
	
}
#cart a img {
	width: 40px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#cart a div {
	font-size: 13px;
	font-weight: 600;
	color: #136020;
}
#cart_count {
	color: #FFFFFF;
	background-color: #E60012;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 20px;
	display: inline-block;
	border-radius: 40px;
	position: absolute;
	left: 11px;
	bottom: -33px;
	padding-top: 5px;
}






@media (max-width:1024px){
body {
	padding-top: 75px;
}

.pc, .pcmo .mo {
	display: none;
}

.tb, .pctb, .tbmo {
	display: inline;
}
#login_now {
	background-color: #EDB333;
	text-align: right;
	padding-right: 20px;
	height: 50px;
	padding-top: 10px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
}
header {
	width: 540px;
	min-width: 100%;
	height: 75px;
	text-align: center;
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	border-bottom: 5px solid #00A63C;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 5px 10px hsla(0,0%,0%,0.43);
	box-shadow: 0px 5px 10px hsla(0,0%,0%,0.43);
}
#header_contents {
	max-width: 100%;
	position: relative;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header_contents::before {
	content: '';
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	display: block;
	z-index: 0;
}
#header_contents::after {
	content: '';
	background-color: #FFFFFF;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	display: block;
	z-index: 0;
}
#header_wrapper {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

#header_logo {
	background-color: hsla(0,0%,100%,0.00);
	height: 90px;
	width: 250px;
	position: relative;
	display: block;
	z-index: 1;
	margin-right: auto;
	text-align: left;
	padding-left: 50px;
}
#header_logo img {
	width: 160px;
	height: 45px;
	top: 13px;
	position: relative;
}

#cart {
	right: 110px;
	top: 10px;
	left: auto;
}
#cart a {
	display: block;
	background-color: #FFFFFF;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left: 2px none #005314;
	border-bottom: 2px none #005314;
	border-top: 2px none #005314;
	width: 60px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-right-style: none;
}
#cart a:hover {
	opacity: 0.5;
	
}
#cart a img {
	width: 35px;
	margin-bottom: 5px;
}
#cart_count {
	color: #FFFFFF;
	background-color: #E60012;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	border-radius: 40px;
	left: -16px;
	bottom: 5px;
	padding-top: 5px;
}

#slide {
	width: 1024px;
	min-width: 100%;
}

section {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	min-width: 100%;
	position: relative;
}
.contents {
	margin-right: auto;
	margin-left: auto;
	width: 930px;
	position: relative;
	z-index: 1;
	padding-left: 0px;
	padding-right: 0px;
}

.ban_ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
	padding: 0;
	list-style: none;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}
.ban_ul li {
	border-radius: 10px;
	width: 300px;
	height: 140px;
	overflow-x: hidden;
}
.ban_ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ban_ul li a:hover {
	opacity: 0.8;
	
}
.ban_li1 {
	background-repeat: no-repeat;
	background-image: url(../images/ban1.jpg);
}
.ban_li2 {
	background-repeat: no-repeat;
	background-image: url(../images/ban2.jpg);
}
.ban_li3 {
	background-repeat: no-repeat;
	background-image: url(../images/ban3.jpg);
}

.link_target {
	height: 80px;
	margin-top: -80px;
}

.section_back1 {
	height: 700px;
	position: absolute;
	top: 0px;
	left: -100px;
	z-index: 0;
}
.section_back2 {
	height: 700px;
	position: absolute;
	top: 0px;
	right: -70px;
	z-index: 0;
}

footer {
	width: 1024px;
	min-width: 100%;
	background-color: #FAE7AC;
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
#footer_logo {
	text-align: center;
	width: 220px;
	float: right;
	margin-bottom: 50px;
	margin-right: 10px;
}
#footer_logo img {
	width: 220px;
	height: 62px;
}
#footer_logo div {

}
}


@media (max-width:540px){
body {
	width: 540px;
	padding-top: 75px;
}

.pc, .tb, .pctb {
	display: none;
}

.mo, .pcmo, .tbmo {
	display: inline;
}


header {
	width: 540px;
	min-width: 540px;
	height: 75px;
	text-align: center;
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 0px;
	border-bottom: 5px solid #00A63C;
	-webkit-box-shadow: 0px 5px 10px hsla(0,0%,0%,0.43);
	box-shadow: 0px 5px 10px hsla(0,0%,0%,0.43);
}
#header_contents {
	max-width: 540px;
	position: relative;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header_logo {
	background-color: hsla(0,0%,100%,0.00);
	height: 90px;
	width: 250px;
	position: relative;
	display: block;
	z-index: 1;
	margin-right: auto;
	text-align: left;
	padding-left: 30px;
}
#header_logo img {
	width: 160px;
	height: 45px;
	top: 13px;
	position: relative;
}
#cart {
	right: auto;
	top: 10px;
	left: 375px;
}


#slide {
	width: 540px;
	min-width: 540px;
}
section {
	width: 540px;
	padding-left: 10px;
	padding-right: 10px;
}
.contents {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1300px;
	position: relative;
	z-index: 1;
	padding-left: 10px;
	padding-right: 10px;
}
#under_ban {
	background-color: #FAE7AC;
	padding-top: 50px;
	padding-bottom: 30px;
}

.ban_ul {
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 0px;
	padding: 0;
	list-style: none;
	width: 430px;
	margin-right: auto;
	margin-left: auto;
}
.ban_ul li {
	flex: 1 1 calc(33.333% - 8px);
	aspect-ratio: 3 / 1.45;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 3px 3px 10px hsla(0,0%,0%,0.28);
	margin-bottom: 15px;
	width: 430px;
	height: 200px;
}
.ban_ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.ban_ul li a:hover {
	opacity: 0.8;
	
}
.ban_li1 {
	background-repeat: no-repeat;
	background-image: url(../images/ban1.jpg);
}
.ban_li2 {
	background-repeat: no-repeat;
	background-image: url(../images/ban2.jpg);
}
.ban_li3 {
	background-repeat: no-repeat;
	background-image: url(../images/ban3.jpg);
}

.link_target {
	height: 80px;
	margin-top: -80px;
}

.section_back1 {
	height: 400px;
	position: absolute;
	top: 100px;
	left: -100px;
	z-index: 0;
}
.section_back2 {
	height: 400px;
	position: absolute;
	top: 100px;
	right: -70px;
	z-index: 0;
}
footer {
	width: 540px;
	min-width: 540px;
	font-size: 14px;
}
}
