@charset "UTF-8";
/* ===================================================================

	Reset CSS

=================================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}




body,
button,
input[type="submit"] {
	font-family: "kozuka-gothic-pro",sans-serif;
}

/* HTML & Body
------------------------------------------------------------------- */
html {
	font-size: 70%;
}

body {
	line-height: 1.6em;
	text-align: center;
	color: #222;
	background: #fff;
	/*font-family: "DFKBT3", "sans-serif";*/
}

/* Anchor
------------------------------------------------------------------- */
a:link,
a:visited {
	color: #222;
	text-decoration: none;
}

a:hover,
a:active {
	color: #555555;
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/* Alpha
------------------------------------------------------------------- */
a:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
	opacity: 0.6;
}

/* Img
------------------------------------------------------------------- */
img {
	width: 100%;
}

html {
	overflow: auto;
}

body {
	min-width: 400px;
}
header{
	background-color:#FFF;
	margin-bottom: 40px;
}
header #h1Area{
	border-bottom: 1px solid #DDD;
	margin-bottom: 10px;
}
header h1{
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}


.site_header {
	width: 100%;
}

.site_header .site_logo {
	font-size: 0;
	line-height: 0;
}

.drawer-open .drawer-overlay {
	z-index: 5;
	background-color: rgba(0, 0, 0, 0.5);
}

.drawer-open .drawer-nav {
	z-index: 6;
	width: 60% !important;
}

.drawer-open .drawer-hamburger {
	padding: 13px 10px 7px !important;
	width: 30px;
	height: 30px;
	top: 0;
	right: 0 !important;
	z-index: 7;
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent !important;
}

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
	background-color: #FFF !important;
}

.drawer-open .drawer-hamburger-label {
	display: none !important;
}

.drawer-nav {
	background: #333;
}

.sp_nav {
	padding-bottom: 63px;
	text-align: left;
}

.sp_nav .nav_ttl {
	padding: 0 15px;
	line-height: 50px;
	color: #FFFFFF;
	background: #333;
	height: 50px;
}

.sp_nav .nav_set {
	margin: 0 20px 20px 20px;
}

.sp_nav .nav_main {
	border: none 1px #539027;
}

.sp_nav .nav_main li {
	border-bottom: none 1px #539027;
}

.sp_nav .nav_main li a {
	position: relative;
	display: block;
	color:#FFF;
}

.sp_nav .nav_main li a::after {
	position: absolute;
	top: 25%;
	right: 10px;
}

.sp_nav .nav_main li a:hover {
	text-decoration: none !important;
}

.sp_nav .nav_main li:last-of-type {
	border: 0;
}

.sp_nav .nav_item_sub {
	border-bottom: none 1px #539027;
}

.sp_nav .nav_item_sub a {
	position: relative;
	display: block;
	background: #fff;
}

.sp_nav .nav_item_sub a::after {
	color: #539027;
	position: absolute;
	top: 25%;
}

.sp_nav .nav_item_sub a:hover {
	text-decoration: none !important;
}

.sp_nav .nav_item_sub:last-of-type {
	border: 0;
}

.sp_nav .nav_main a {
	padding: .7em 15px;
}

.sp_nav .nav_sub {
	background: #fafcf6;
	border: dotted 1px #539027;
}

.sp_nav .nav_sub .nav_item:last-of-type {
	border: 0;
}

.sp_nav .nav_sub a {
	padding: .7em 15px;
	font-size: 1.3rem;
}

.nav_inq li {
	margin: 5px 0 0 0;
	text-align: center;
}

.nav_inq li a {
	background: #539027;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 5px;
}

.nav_inq li .nav_tel:first-of-type {
	margin: 0;
}

.nav_inq li.nav_tel > a:before {
	margin: 0 10px 0 0;
}

.nav_inq li.nav_mail > a:before {
	margin: 0 10px 0 0;
}

.global_nav {
	display: none;
}
.global_nav .nav_set {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	overflow: hidden;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.global_nav .nav_item {
	width: auto;
	padding: 0 12px;
	letter-spacing:1pt;
}

.global_nav .nav_item a {
	font-size: 16px;
	padding: 1em 0;
	vertical-align: middle;
	width: 100%;
	display: inline-block;
}

.global_nav .nav_item a:hover {
	text-decoration: none;
	color: #169143;
	border-color: #ddd;
}

.global_nav .nav_item a.current {
	text-decoration: none;
	color: #fff;
	border-color: #539027;
	background-size: 4px;
}

.global_nav .nav_item a > p {
	display: block;
}

.global_nav .nav_item a > p span {
	padding: 0;
	text-align: center;
	box-sizing: border-box;
	display: block;
	font-weight: normal;
	font-size: 1.0rem;
	line-height: 0.8;
	color: #991F5E;
}

.global_nav .nav_item a .line {
}


@media screen and (max-width: 767px){
body{
	font-size: 1.5rem;
	min-width: 320px;
}
a:hover,
a:active{
	text-decoration: none;
}
.site_header .header_body{
	padding: 20px 0;
}
.site_header .site_logo{
	margin: 0 0 0 15px;
	width: auto;
}
.site_header .header_right{
	display: inline-block;
	position: absolute;
	right: 65px;
	top:25px;
}
.drawer-hamburger{
	padding: 6px 0 8px 5px;
	text-align: left;
	color: #FFF;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 35px;
	right: -10px;
}
.drawer-hamburger .drawer-hamburger-icon{
	width: 30px;
	background-color: #333333;
	height: 3px;
}
.drawer-hamburger .drawer-hamburger-icon:before, .drawer-hamburger .drawer-hamburger-icon:after{
	background-color: #333333;
	height: 3px;
}
.drawer-hamburger .drawer-hamburger-label{
	margin-top: 20px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1;
	display: block;
}
.nav_contact{
	background: #fff;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
	min-width: 320px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 500;
}
}

@media screen and (min-width: 768px){
body{
	font-size: 1.3rem;
	width: 100%;
	min-width: 1000px;
}
.site_header .header_body{
	padding: 0;
	border-bottom: none;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100px;
	position: relative;
	text-align: center;
}
.site_header .site_logo{
	margin-top: 30px;
	margin-bottom: 20px;
	width: auto;
	overflow: hidden;
}
.site_header img{
	width: auto;
}
    .site_header .shop{
        background-color: #d32626;
        color: #fff;
        padding: 15px 20px;
        border-radius: 30px;
        font-size: 16px;
        display: inline-block;
        position: relative;
        top: -19px;
        line-height: 1;
        font-family: "Noto Sans JP";
    }
    .site_header .shop:hover{
        text-decoration: none;
    }
.site_header .header_body .header_right{
	position: absolute;
	right: 0px;
	top: 10px;
}
.site_header .header_body .header_right img{
	width: 50px;
	margin-left: 8px;
}
.site_header .header_right .contact_info{
	margin-top: 25px;
}
.sub_nav .nav_set{
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.sub_nav .nav_set .nav_item{
	font-size: 1.1rem;
	line-height: 1.5;
	display: inline-block;
}
.sub_nav .nav_set .nav_item:first-child{
	margin-left: 0;
}
.sub_nav .nav_set .nav_item:first-child::before{
	display: none;
}
.sub_nav .nav_set .nav_contact{
	width: 274px;
	height: auto;
	line-height: 0;
	font-size: 0;
}
.sub_nav .nav_set .nav_tel{
	width: 175px;
	height: auto;
	line-height: 0;
	font-size: 0;
	margin-top: 18px;
}
.sub_nav .nav_set .nav_mail{
	width: 100px;
	height: auto;
	line-height: 0;
	font-size: 0;
}
.nav_info{
	position: relative;
	background: url(../images/common/h_bg_h.gif) no-repeat;
	background-size: 653px;
	background-position: 106% 45%;
	height: 95px;
}
.nav_info ul{
	overflow: hidden;
	padding: 33px 80px 0 0;
}
.nav_info .nav_item{
	font-size: 105%;
	line-height: 1.5;
	display: inline-block;
}
.nav_info .nav_item:before{
	color: #fff;
	margin-right: 5px;
}
.nav_info .nav_item:last-of-type{
	margin-right: 0;
}
.drawer-hamburger{
	display: none;
}
.global_nav{
	margin-top: 4px;
	display: block;
	background: #FFF;
	border-top: solid 3px rgba(122,191,68,1.00);
}
.contents{
	min-height: 500px;
	position: relative;
}
.contents{
	padding: 0;
}
}


/* Footer */
footer {
	background-color: #FFFFFF;
	clear: both;
	border-top: 3px solid #7ABF44;
	margin-top: 60px;
}
footer img{
	width: auto;
}
footer a {
}
footer a:hover {
	color: #169143;
}
footer .copyright{
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #DDDDDD;
	text-align: center;
	font-size: 100%;
}
footer #footNav {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: justify;
	line-height: 2.3em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: 90%;
	width: 1000px;
	margin: 0 auto;
}
footer #footNav .logoArea{
	width: 200px;
}
footer #footNav .logoArea img{
	display: block;
}
footer #footNav .navArea{
	width: 800px;
}
footer #footNav a{
	text-decoration: none;
}
footer #footNav a:hover{
	text-decoration: none;
}

@media screen and (max-width:768px){
header{
	border-bottom: 3px solid rgba(122,191,68,1.00);
}
header h1{
	text-align: left;
	font-weight: normal;
	font-size: 90%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.site_header .header_body .header_right{
	display: none;
}
.site_header img{
	width: 60%;
}
footer #footNav {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	line-height: 2.3em;
	display: table;
	font-size: 95%;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
footer #footNav .logoArea{
	width: 100%;
	text-align: center;
}
footer #footNav .logoArea img{
	display: inline-block;
}
footer #footNav .navArea{
	width: 100%;
	text-align: left;
}
footer #footNav img{
	margin: 0 5px;
}
    #shop{
        position: fixed;
        right: 5px;
        bottom: 75px;
        
    }
    #shop a{
        display: block;
        background-color: #d32626;
        color: #fff;
        width: 60px;
        height: 60px;
        font-size: 10px;
        line-height: 1.5;
        border-radius: 5px;
        padding-top: 17px;
        box-sizing: border-box;
        font-family: "Noto Sans JP";
        font-weight: 700;
    }
}

/* mainArea */
#mainArea{
	clear: both;
}


#page-top {
	position: fixed;
	bottom: 5px;
	right: 5px;
}
#page-top a {
	text-decoration: none;
	width: 55px;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	height: 55px;
}
#page-top a:hover {
	text-decoration: none;
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}


.clearfix:before,.clearfix:after{
	display:table;content:" ";
}
.clearfix:after{
	clear:both;
}


.pageTitle{
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 0em;
	position: relative;/*相対配置*/
}
.pageTitle p{
	position: absolute;/*絶対配置*/
	color: white;/*文字は白に*/
	top: 50%;
	left: 5%;
	font-size: 24pt;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.pageTitle img{
	width: 1000px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

@media screen and (max-width:768px){
.pageTitle{
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 0em;
	position: relative;/*相対配置*/
}
.pageTitle p{
	position: absolute;/*絶対配置*/
	color: white;/*文字は白に*/
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 16pt;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}
.pageTitle img{
	width: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
}
