﻿@charset "utf-8";

html{
	height:100%;
}

.rogo1 {
    position: absolute;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    top: 70%;
    width: 200px;
    align-self: center;
    right: 5%;
}
.rogo1 img {
    width: 100%;
    opacity: 0.2;
}
/*新スライドショー*/
.wrap {
    width: 100%;
  padding: 0;
    margin: 0;
    overflow: hidden;
}

#slide_wrap {
    width: 105%;
    position: relative;
    top: -5%;
    left: -5%;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100vh;
}
#slide_wrap .slide_item {
    width: 100%;
    height: 100vh;
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
}
#slide_wrap .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrap .slide_item.show_ {
  opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrap .slide_item img {
    min-width: 100%;
    min-height: 100vh;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* ------------------------------
   #menuList
------------------------------ */

#menuList {
    position:fixed;
    padding: 0;
    margin: 0;
    z-index: 10;
    width: 100%;
    background-color: rgba(0,0,0,0.50);
}

#menuList ul {
	width: 80%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding: 0;
	text-align: center;
    list-style: none;
    display: flex;
	justify-content: center;
}
#menuList ul li {
    /*width: calc(100% / 6);*/
    width: auto;
    height: 50px;
    margin-top: 0;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 0px;
    padding: 0;
    box-sizing: border-box;
    font-family: "FOT-マティス ProN L";
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 2px;
}
#menuList ul .sp-li {
    display: none;
	width: auto;
	float: right;
	box-sizing: border-box;
	font-family: "FOT-筑紫Aオールド明朝 Pr6N R";
	font-size: 14px;
	line-height: 180%;
}

#menuList ul li:last-child {
}

#menuList ul li a {
    display: block;
    text-align: center;
    transition: all 0.2s linear;
    text-decoration: none;
    color: #fff;
}
#menuList ul li a:hover {
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/m-back.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	color: #ebd842;
	-webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all  0.1s ease;
}
a .m-eng {
	font-family: "FOT-筑紫Aオールド明朝 Pr6N L";
	font-size: 12px;
	line-height: 120%;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
	color: #fff;
}
#menuList ul li:hover > a {
}

/*footer*/
.footer-map {
    width: 100%;
    margin: 0 0 -5px 0;
    padding: 0;
}
footer {
    width: 100%;
    margin: 0;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
    padding-bottom: 30px;
    background-position: center center;
    background-size: auto 300px;
    height: auto;
    background-repeat: repeat-y;
    display: block;
    text-align: center;
    background-color: #2b2b2b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.f-adress {
    float: left;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N L";
    text-align: left;
    font-size: 13px;
    line-height: 2em;
    letter-spacing: 1px;
    color: #fff;
    margin-right: 40px;
}
.f-adress-link {
    color: #FFFFFF;
    padding-bottom: 1px;
    line-height: 1.5em;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    padding-left: 1px;
    padding-right: 1px;
}
.footer-logo {
    text-align: center;
    margin-bottom: 20px;
    width: 160px;
    height: auto;
    display: block;
    margin-top: 0px;
    float: left;
    margin-right: 40px;
}
.phone {
    font-size: 2.0em;
    line-height: 180%;
    text-decoration: none;
    color: #FFFFFF;
}
.navi-box {
    float: right;
    padding: 0;
    width: 40%;
    margin-top: 30px;
}
.under-navi {
    float:right;
    padding: 0;
    width: 100%;
    margin: 0 0 15px 0;
}
.under-navi li {
    font-family: "FOT-筑紫Aオールド明朝 Pr6N R";
    color: #FFFFFF;
    display: block;
    list-style-type: none;
    text-align: left;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}
.under-navi li a {
    color: #FFFFFF;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N R";
    font-size: 13px;
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 1px;
    line-height: 1.5em;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
    padding-left: 1px;
    padding-right: 1px;
}
.under-navi li a:hover  {
    opacity: 0.5;
}
.sns-btn {
    width: 20px;
    margin: 10px;
    float: left;
}
footer p {
    display: block;
    margin-left: ０;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N R";
    font-size: 12px;
    line-height: 2em;
    text-align: left;
    margin-top: 10px;
    color: #F0F0F0;
    padding-left: 15px;
}
.copyright {
    width: 100%;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N R";
    font-size: 12px;
    color: #fff;
    line-height: 200%;
    text-align: center;
    margin-top: 50px;
}



@media only screen and (max-width: 899px) {

#slide_wrap .slide_item img {
    width: auto;
    height: 100%;
    min-width: auto;
    min-height: 95vh;
    /*position: relative;
    left: -70%;*/
}

#yohaku {
    width: 100%;
    height: 90%;
    padding: 0;
    margin: 0;
}	
	#menuList {
		display: none;
	}

	#menuOverlay {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.6);
		display: none;
		position: fixed;
		z-index: 99;
	}

	#switchBtnArea { /*スマホ余白背景*/
	width: 100%;
	height: 70px;
	background-image: url("../img/logo-white.png");
	position:fixed;
	background-size: auto 35px;
	background-position: 3% center;
	background-repeat: no-repeat;
    background-color:rgba(0,0,0,0.40);
    z-index: 100;
}

	#switchBtnArea #switchBtn { /*メニューボタン関係*/
    top: 12px;
    right: 23px;
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    z-index: 9998;
    border: 1px solid #FFFFFF;
	}

	#switchBtnArea #switchBtn span {
		left: 15%;
		width: 70%;
		height: 1px;
		display: block;
		position: absolute;
		background-color:#fff;
		transition: all 0.2s linear;
	}
	#switchBtnArea #switchBtn span:nth-of-type(1) {
		top: 13px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#switchBtnArea #switchBtn span:nth-of-type(2) {
		top: 24px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	#switchBtnArea #switchBtn span:nth-of-type(3) {
		bottom: 12px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	#switchBtnArea #switchBtn.btnClose {
		background: transparent;
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 23px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		bottom: 23px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#rwdMenuWrap {
    top: 0;
    left: -80%;
    width: 80%;
    height: 100%;
    overflow: auto;
    position: fixed;
    z-index: 200;
    background-color: #9E8358;
    background-image: url(../img/logo-white.png);
    background-position: 20px 95%;
    background-repeat: no-repeat;
    background-size: 30% auto;
	}

	#rwdMenuWrap ul {
		width: 100%;
        padding: 0;
	}

	#rwdMenuWrap ul li {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
    padding: 0;
    border-bottom-color: #E6E6E6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    vertical-align: baseline;
    font-size: 13px;
    list-style: none;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
	}

	#rwdMenuWrap ul li a {
    padding: 15px 20px;
    text-align: left;
    display: block;
    position: relative;
    text-decoration: none;
	color: #fff;
	}
    /*スマホliの記号系*/
	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -7px;
		top: 50%;
		right: 20px;
		width: 15px;
		height: 15px;
		color: #fff;
		display: block;
		position: absolute;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	a .m-eng {
	font-size: 0px;
	line-height: 120%;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
}
/*footer*/
#footer {
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    background-image: url(../img/footer-haikei.jpg);
    background-position: center center;
    background-size: auto auto;
    height: auto;
    background-repeat: repeat-y;
    padding-bottom: 30px;
    display: block;
    text-align: center;
}
.f-adress {
    float: left;
    font-family: "FOT-筑紫Aオールド明朝 Pr6N L";
    text-align: left;
    font-size: 12px;
    line-height: 2em;
    letter-spacing: 1px;
    color: #fff;
    margin-right: 40px;
}
.footer-logo {
    text-align: center;
    margin-bottom: 20px;
    width: 130px;
    height: auto;
    display: block;
    margin-top: 0px;
    float: left;
    margin-right: 40px;
}
.navi-box {
    float:left;
    width: 100%;
    margin-top: 50px;
}
.under-navi {
    float:left;
}
.under-navi li {
    margin-right: 20px;
}
.under-navi li a {
    font-size: 12px;
}
.sns-btn {
    width: 20px;
    margin: 15px 15px 15px 0;
    float: left;
}

}

/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}
