@charset "UTF-8";
@import "style.css";

header {
	background: transparent url(/img/header.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
    overflow: hidden;
}

header .cover {
	padding-top: 20px;
	background-color: rgba( 0, 0, 0, 0.4 );
}

header p {
    position: absolute;
}

header p.photo_left {
    width: 20%;
	left: 0%;
	top: 130px;
}

header p.photo_right {
    width: 20%;
	right: 1%;
	bottom: 1%;
}

header p.photo_left img,
header p.photo_right img {
    width: 100%;
}

#header dl {
	background-color: rgba( 255, 255, 255, 1 );
	border-radius: 45px 45px;
	overflow: hidden;
	margin: 0 auto 0;
	height: 85px;
	width: 87%;
    position: relative;
    z-index: 999999999999999;
}

#header dl dt {
	float: left;
	height: 85px;
	text-align: center;
	width: 10%;
}

#header dl dt h1 {
	height: 85px;
	padding-top: 8px;
	display: inline-block;
}

#header dl dt img {
	height: 70px;
	display: inline-block;
}

#header dl dd {
	float: right;
    position: relative;
	width: 87%;
}

#header dl dd ul {
	overflow: hidden;
}

#header dl dd ul li {
	float: left;
	line-height: 85px;
	font-weight: bold;
	font-size: 11px;
	margin-right: 25px;
}

#header dl dd ul a {
    color: #222!important;
    letter-spacing: 0.02em;
    display: inline-block;
    position: relative;
    text-decoration: none!important;
}

#header dl dd ul li.pickup a {
    color: #00B256!important;
}

#header dl dd ul a::after {
    position: absolute;
    content: '';
    bottom: 30px;
    left: 0;
    width: 0;
    height: 2px;
    background: #222;
    transition: all 0.3s ease 0s;
}

#header dl dd ul a:hover::after {
	width: 100%;
}

#header dl dd .navToggle {
    display: block;
    position: fixed;
	right: 30px;
    top: 30px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 12;
    text-align: center;
}

#header dl dd .navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
#header dl dd .navToggle span:nth-child(1) {
    top: 9px;
}
 
#header dl dd .navToggle span:nth-child(2) {
    top: 18px;
}
 
#header dl dd .navToggle span:nth-child(3) {
    top: 27px;
}
 
#header dl dd .navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

#header dl dd .navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
#header dl dd .navToggle.active span:nth-child(2),
#header dl dd .navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header dl dd ul.globalMenuSp {
    display: block;
    position: fixed;
    z-index: 11;
    top: 0px;
    right: 0;
    color: #FFF;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
   	background-color: rgba( 0, 0, 0, 0.8 );
    background-size: cover;
    margin: 0 auto;
    padding: 0;
    width: 50%;
    height: 100%;
}
 
#header dl dd ul.globalMenuSp li {
	border-bottom: dotted 1px #666;
    display: block;
    font-size: 100%;
    list-style-type: none;
    padding: 0;
    width: 100%;
}
 
#header dl dd ul.globalMenuSp li:last-child {
    padding-bottom: 0;
}

#header dl dd ul.globalMenuSp li a {
	color: #FFF!important;
    display: block;
    color: #FFF;
    padding: .25em 0;
}

#header dl dd ul.globalMenuSp li a::after {
	display: none;
}

#header dl dd ul.globalMenuSp.active {
    transform: translateX(0%);
}

#header h2{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 700px;
    max-height: 362px;
    text-align: center;
}

#header h2 span{
	background-color: #00B256;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	font-size: 70px;
	margin-bottom: 15px;
}

#header h2 font {
	background-color: #00B256;
	color: #FFF;
	display: inline-block;
	line-height: 1;
	font-size: 20px;
	margin-top: 20px;
}

#header h2 font b {
	font-size: 65px;
}


#header h2 strong{
	color: #FFF;
	display: block;
	font-size: 30px;
	text-shadow: 0px 0px 10px #000;
}

#top_slide {
    background-color: #151515;
    padding: 40px 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.slick-prev {
	background: url(/img/previous_icon.png) no-repeat center top;
}
.slick-next {
	background: url(/img/next_icon.png) no-repeat center top;
}

#bodymemu {
	background: transparent url(/img/bodymemu_bg.jpg) no-repeat center center;
	background-size: cover;
	-webkit-transition: opacity 0.3s, -webkit-transform 20s linear;
	transition: opacity 0.3s, -webkit-transform 20s linear;
	transition: opacity 0.3s, transform 20s linear;
	transition: opacity 0.3s, transform 20s linear, -webkit-transform 20s linear; 
}

#bodymemu > ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -2px; 

	-webkit-flex-wrap: wrap; 

	    -ms-flex-wrap: wrap; 

	        flex-wrap: wrap;
}

#bodymemu > ul li {
	overflow: hidden;
	position: relative;
	border-top: .5px solid #f0f0ee;
	border-left: .5px solid #f0f0ee;
	width: 50%;
	height: 170px;
	-webkit-transition: border-color 0.3s cubic-bezier(0.23, 1, 0.58, 1);
	transition: border-color 0.3s cubic-bezier(0.23, 1, 0.58, 1); 
	line-height: 1;
}

#bodymemu:hover > ul li {
	border-color: rgba(240, 240, 238, 0);
}

#bodymemu ul li .item_mask {
	content: "";
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.58, 1);
    background: #fff;
}

#bodymemu:hover ul li .item_mask {
	opacity: 0.8; 
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-radius: 20px 20px;
}

#bodymemu ul li:hover .item_mask {
opacity: 0.9;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
}

#bodymemu ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	height: 100%;
	text-decoration: none; 
	color: inherit;

	-webkit-box-align: center;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#bodymemu ul li a span {
	display: block;
	font-family: 'Bebas Neue', cursive;
	font-size: 35px;
}

#bodymemu ul li a span font {
	color: #00B256;
}

#bodymemu ul li a span font.red {
	color: #e60012;
}

#bodymemu ul li a strong {
	margin-top: 5px;
	display: inline-block;
	font-size: 12px;
}

h3 {
	font-size: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #CCC;
}

h3 font {
	color: #00B256;
}

h3 span {
	color: #666;
	display: inline-block;
	font-size: 10px;
	margin-left: 10px;
}

#news {
	margin: 3% 0;
}

#news ul {
	font-size: 14px;
}

#news ul li {
	margin-bottom: 10px;
	overflow: hidden;
}

#news ul li:last-child {
	margin-bottom: 0px;
}

#news ul li span {
	display: block;
    padding-right: 10px;
}

#news ul li p {
}











@media screen and (max-width:1150px) {

body {
    padding-top: 70px;
}

#header dl {
    border-radius: 0px 0px;
    height: 70px;
    width: 100%;
	position: fixed;
	z-index: 1;
	top:0;
	overflow: unset;
}

#header dl dt {
    height: 70px;
    width: 80px;
}

#header dl dt h1 {
    height: 70px;
    padding-top: 8px;
}

#header dl dt img {
    height: 55px;
}

#header dl dd ul {
	display: none;
}

header .cover {
    padding-top: 0px;
}

#header dl dd .navToggle span {
    border-bottom: solid 3px #333;
}

#header dl dd .navToggle span:nth-child(4) {
    color: #333;
}

#header dl dd .navToggle {
	right: 15px;
    top: 10px;
}

#header dl dd ul.globalMenuSp {
	z-index: 11;
    top: 70px;
}

#header dl dd ul.globalMenuSp li {
    font-size: 13px;
}

#header dl dd ul li {
	line-height: 1;
}

#header dl dd ul.globalMenuSp li a {
    padding: 2em 0;
}
























}





@media screen and (max-width:1024px) {



}






@media screen and (max-width:767px) {


#header,
header .cover {
	height: 600px!important;
}

#header h2 {
    max-width: 350px;
	max-height: 143px;
}

#header h2 span {
    font-size: 30px;
    margin-bottom: 15px;
}

#header h2 strong {
    font-size: 16px;
}

#header h2 font b {
    font-size: 25px;
}

header p.photo_left {
    width: 33%;
    top: 10px;
    left: -10%;
}

header p.photo_right {
    width: 45%;
    right: -15%;
}

#bodymemu > ul li {
    width: 100%;
	height: 100px;
}

#bodymemu ul li a span {
    font-size: 25px;
}

#bodymemu ul li a strong {
    font-size: 10px;
}

#top_slide {
    padding: 15px 0;
}

.slick-prev, .slick-next {
	display: none!important;
}

#bodymemu {
    padding: 10px 0;
}

#bodymemu > ul li {
	border-top: none;
	border-left: none;
}

#bodymemu ul li .item_mask {
	opacity: 0.8; 
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border-radius: 20px 20px;
}

h3 {
	font-size: 16px;
}

h3 span {
	font-size: 10px;
}

#news {
	margin: 8% 0 10%!important;
}

#news ul {
	font-size: 12px;
}

#news ul li span {
	display: block;
	font-size: 11px;
}


















}

#news ul.newslist li {
	margin-bottom: 15px;
}

#news ul.newslist li a {
	text-decoration: underline;
}

#news ul.newslist li p {
    line-height: 1.8;
}


#news ul.newslist li p img {
    width: 20%;
    display: block;
    margin: 10px 0 10px 0;
}

@media screen and (max-width:767px) {
#news ul.newslist li p img {
    width: 50%;
}
}


#header h2{}

#header h2.renew {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 40vw;
    max-height: 525px;
    text-align: center;
	z-index: 9999;
}

#header h2.renew img {
	width: 100%;
}

header p.photo_left,
header p.photo_right {
	z-index: 999;
}

@media screen and (max-width: 767px){
#header h2.renew {
    max-width: 80%;
    max-height: 65%;
    width: 80%;
}

}