@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;
}
.min {
	font-family: "Noto Serif JP", serif;
}
.t2 {
	margin-right: -1em;
	display: inline-block;
	letter-spacing: 1em;
}


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

.tb, .tbmo, .mo {
	display: none;
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.icon_cart {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: .514px;
}

.link_button {
	width: 100px;
	height: 20px;
}
.link_button_text {
	fill: #fff;
	font-family: KozGoPr6N-Bold-90ms-RKSJ-H, 'Kozuka Gothic Pr6N';
	font-size: 11.622px;
	font-weight: 700;
	transition: 0.5s;
}
.link_button_back1 {
	fill: none;
	stroke: #fff;
	stroke-miterlimit: 10;
	stroke-width: .239px;
	transition: 0.5s;
}
.link_button_back2 {
	fill: #eb5902;
	transition: 0.5s;
}
.link_button:hover .link_button_text {
	fill: #eb5902;
}
.link_button:hover .link_button_back1 {
	fill: #eb5902;
}
.link_button:hover .link_button_back2 {
	fill: #FFDDC9;
}
.toph2 {
	color: #264F3C;
	font-size: 28px;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	width: 190px;
	padding-left: 5px;
}
header {
	width: 1200px;
	min-width: 100%;
	height: 140px;
	z-index: 100;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 5px 5px hsla(0,0%,0%,0.13);
	box-shadow: 0px 5px 5px hsla(0,0%,0%,0.13);
}
#common_header {
	position: fixed;
	top: 0px;
	left: 0px;
}

#header_contents {
	height: 140px;
	position: relative;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#common_header #head_logo {
	width: 108px;
	position: absolute;
	left: 10px;
	top: 60px;
	transition: all 0.4s ease;
}

#side_logo {
	width: 91px;
	z-index: 100;
	position: fixed;
	top: 160px;
	right: 10px;
}


#slide {
	width: 1100px;
}
#slide img{
	width: 100%;
}

section {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 30px;
	position: relative;
}
#first_section {
	margin-top: 140px;
}


.contents {
	position: relative;
	width: 1100px;
}

#contact {
	text-align: center;
	padding-bottom: 50px;
}
#contact_area {
	margin-top: 30px;
	font-size: medium;
}
.contact_box {
	display: inline-block;
	width: 500px;
	vertical-align: top;
}
.contact_box:nth-child(2) {
	border-left: 1px solid #000000;
	
}
.contact_box h4 {
	font-size: 23px;
	margin-bottom: 30px;
	font-weight: 500;
}
.contact_box img {
	height: 77px;
	margin-bottom: 20px;

}
#tel {
	color: #44403F;
	font-size: 27px;
	font-weight: 600;
}
#tel a {
	font-size: 35px;
}
#tel a:hover {
	color: #D77311;

}
.contact_sub {
	font-size: 23px;
}


footer {
	width: 1200px;
	min-width: 100%;
	background-color: #264F3C;
	padding-top: 35px;
}
#footer_contents {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
#footer_nav_box {
	float: left;
}
#footer_data {
	float: right;
	color: #FFFFFF;
	margin-bottom: 50px;
	text-align: right;
}
#footer_data img {
	height: 25px;
	margin-bottom: 10px;
}
#footer_data1 {
	font-size: 18px;
}
#footer_data2 {
	margin-bottom: 5px;
}
#footer_data3 {
	font-size: 19px;
}
#footer_data3 a {
	font-size: 25px;
	color: #FFFFFF;
}
#footer_data3 a:hover {
	color: #D06100;
}

copyright {
	padding-bottom: 20px;
	color: #FFFFFF;

}

#cart {
	position: fixed;
	right: 0px;
	top: 40px;
	z-index: 1001;
	text-align: center;
}
#cart a {
	display: block;
	background-color: #264F3C;
	border: 3px solid #264F3C;
	width: 64px;
	padding-top: 13px;
	padding-bottom: 0px;
	height: 47px;
}
#cart a:hover {
	opacity: 0.5;
	
}
#cart a svg {
	width: 27px;
}
#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: 15px;
	bottom: 33px;
	padding-top: 7px;
}

@media screen and (max-width: 1024px) {
.pc, .pcmo, .mo {
	display: none;
}

.tb, .pctb, .tbmo {
	display: inline;
}

header {
	width: 1024px;
	min-width: 100%;
	height: 140px;
	z-index: 100;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 5px 5px hsla(0,0%,0%,0.13);
	box-shadow: 0px 5px 5px hsla(0,0%,0%,0.13);
}
#common_header {
	position: fixed;
	top: 0px;
	left: 0px;
}
#header_contents {
	height: 140px;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#side_logo {
	width: 91px;
	z-index: 100;
	position: fixed;
	top: 160px;
	right: 10px;
}


#slide {
	width: 100%;
}

section {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

.contents {
	position: relative;
	width: 100%;
}

#contact {
	text-align: center;
	padding-bottom: 30px;
}
#contact_area {
	margin-top: 30px;
}
.contact_box {
	display: inline-block;
	width: 400px;
	vertical-align: top;
}
.contact_box:nth-child(2) {
	border-left: 1px solid #000000;
	
}
.contact_box h4 {
	font-size: 23px;
	margin-bottom: 30px;
	font-weight: 500;
}
.contact_box img {
	height: 77px;
	margin-bottom: 20px;

}
#tel {
	color: #44403F;
	font-size: 27px;
	font-weight: 600;
}
#tel a {
	font-size: 43px;
}
#tel a:hover {
	color: #D77311;

}
.contact_sub {
	font-size: 23px;
}


footer {
	width: 1024px;
	min-width: 100%;
	background-color: #264F3C;
	padding-top: 35px;
}
#footer_contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

copyright {
	padding-bottom: 20px;
	color: #FFFFFF;

}

}

@media (max-width:540px){
.pc, .tb, .pctb {
	display: none;
}

.mo, .pcmo, .tbmo {
	display: inline;
}
.icon_cart {
	fill: none;
	stroke: #264f3c;
	stroke-miterlimit: 10;
	stroke-width: .514px;
}
header {
	width: 540px;
	min-width: 100%;
	height: 70px;
	z-index: 100;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 5px 5px hsla(0,0%,0%,0.13);
	box-shadow: 0px 5px 5px hsla(0,0%,0%,0.13);
}
#common_header {
	position: fixed;
	top: 0px;
	left: 0px;
}
#header_contents {
	height: 70px;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#common_header #head_logo {
	width: 108px;
	position: absolute;
	left: 10px;
	top: 30px;
}
#side_logo {
	display: none;
}


#slide {
	width: 100%;
}

section {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
#first_section {
	margin-top: 70px;
}
.contents {
	position: relative;
	width: 100%;
}

#contact {
	text-align: center;
	padding-bottom: 30px;
}
#contact_area {
	margin-top: 30px;
}
.contact_box {
	display: inline-block;
	width: 400px;
	vertical-align: top;
	margin-bottom: 50px;
}
.contact_box:nth-child(2) {
	border-left: 1px none #000000;
	
}
.contact_box h4 {
	font-size: 23px;
	margin-bottom: 30px;
	font-weight: 500;
}
.contact_box img {
	height: 77px;
	margin-bottom: 20px;

}
#tel {
	color: #44403F;
	font-size: 27px;
	font-weight: 600;
}
#tel a {
	font-size: 43px;
}
#tel a:hover {
	color: #D77311;

}
.contact_sub {
	font-size: 23px;
}


footer {
	width: 540px;
	min-width: 100%;
	background-color: #264F3C;
	padding-top: 35px;
}
#footer_contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#footer_nav_box {
	float: left;
	margin-bottom: 20px;
}
#footer_data {
	float: right;
	color: #FFFFFF;
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
}
#footer_data img {
	height: 25px;
	margin-bottom: 10px;
}
#footer_data1 {
	font-size: 18px;
}
#footer_data2 {
	margin-bottom: 5px;
}
#footer_data3 {
	font-size: 19px;
}
#footer_data3 a {
	font-size: 25px;
	color: #FFFFFF;
}
#footer_data3 a:hover {
	color: #D06100;
}

copyright {
	padding-bottom: 20px;
	color: #FFFFFF;

}

#cart {
	position: fixed;
	right: 110px;
	top: 9px;
	z-index: 1001;
	text-align: center;
}
#cart a {
	display: block;
	background-color: #FFFFFF;
	border: 3px none #264F3C;
	width: 64px;
	padding-top: 9px;
	padding-bottom: 0px;
	height: 47px;
}
#cart a:hover {
	opacity: 0.5;
	
}
#cart a svg {
	width: 40px;
}
#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: 51px;
	bottom: 3px;
	padding-top: 7px;
}
}
