@charset "UTF-8";

/*/////ナビドロワー/////*/
.mycss .navidrawer{
	display: table;
	z-index: 999;
	background-color: rgba(var(--color-white),1.00);
}
.mycss .navDrawr>ul {
	width: 100%;
	position: relative;
}
.mycss .navDrawr>ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.mycss .navDrawr>ul>li {
	float: left;
	width: 25%;
	margin: 0;
	position: relative;
}
/*.navDrawr>ul>li:first-child {
	width: 10%;
}*/
/*.navDrawr>ul>li:last-child {
	width: 10%;
}*/
.mycss .navDrawr a {
	display: block;
	color: rgba(var(--color-white),1.00);
	text-decoration: none;
	background-color: rgba(var(--color-gray),1.00);
	padding: 15px 0;
}
.mycss .navDrawr .sub li:last-child a {
	border: none;
}

.mycss .navDrawr>ul>li {
	border-right: 1px solid rgba(var(--color-white),1.00);
}
.mycss .navDrawr>ul>li>a {
	text-align: center;
	background-color: rgba(var(--color-main-c),1.00);
}
.mycss .navDrawr>ul>li>a:hover {
	background-color: rgba(var(--color-main-c),0.80);
}
.mycss .navDrawr .sub {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0;
}
.mycss .navDrawr .sub a {
	background-color: rgba(var(--color-gray),1.00);
	border-bottom: 1px solid rgba(var(--color-white),1.00);
	margin: 0;
	margin-top: -8px;
	padding: 0.75em 0.25em 0.75em 1em;
	line-height:1.1em;
}

.mycss .navDrawr .sub a:hover {
	background-color: rgba(var(--color-main),1.00);
	opacity: 1;	
}

@media only screen and (max-width: 960px) {

	.mycss .navDrawr {
		background-color: var(--color-gray);
		position: fixed;
		width: 270px;
		top: 100px;
		bottom: 0;
		right: -270px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	/*メニューオープンの時の上の位置*/
	body.menuOpen #wrapper{
		padding-top:110px;
	}
	.overlay {
		display: none;
		background-color: rgba(var(--main-color),0.50);
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.mycss header {
		position:relative;
		height: 60px;
		padding:0;
	}
	body.menuOpen header{
		position: fixed;
		top:0;
		width: 100%;
	}
	/*ここからナビドロワーのボタン*/
	.mycss .navDrawrBtn {
		text-align: right;
	}
	.mycss .navDrawrBtn span {
		position: absolute;
		top: -50px;
		bottom: 0px;
		right: 0;
		margin: auto;
		display: block;
		width: 60px;
		height: 60px;
		cursor: pointer;
	}
	.mycss .navDrawrBtn span::before {
		font-family: FontAwesome;
		content: "\f0c9";
		font-size: 24px;
		color: rgba(var(--color-red),1.00);
		position: absolute;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 60px;
	}
	/*ここまでナビドロワーのボタン*/
	body.menuOpen .navDrawrBtn span::before {
		content: "\f00d";
	}
	.mycss .navDrawr a {
		position: relative;
	}
	.mycss .navDrawr a::after {
		position: absolute;
		top: 50%;
		margin-top: -10px;
		right: 10px;
		font-family: FontAwesome;
		content: "\f054";
	}
	.mycss .navDrawr>ul>li {
		float: none;
		width: 100%;
		text-indent:1em;
	}
	.mycss .navDrawr>ul>li>a {
	text-align: left;
	border-right: none;
	border-bottom: 1px solid rgba(var(--color-white),1.00);
	padding:0.75em 0;
	}
	.mycss .navDrawr .sub {
		position: static;
		display: block!important;
	}
	.mycss .navDrawr .sub li {
		text-indent:0px;
	}
	.mycss .navDrawr .sub li a{
		padding:0.75em 1em 0.5em 1em;
	}
	.mycss .navDrawr>ul>li:first-child {
	width: 100%;
}
.mycss .navDrawr>ul>li:last-child {
	width: 100%;
}
.mycss .navDrawr .sub li:last-child a {
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgba(var(--color-white),1.00);
	border-top: none;
}
}
@media only screen and (max-width: 640px) {
		body.menuOpen #wrapper{
		padding-top:74px;
	}
	.mycss .navDrawr a::after {
		right: 5px;
	}
}

/*/////ページトップ/////*/

.mycss #pagetop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: auto;
}
.mycss #pagetop a {
	background-color: rgba(var(--color-orange),1.00)!important;
	color: rgba(var(--color-white),1.00)!important;
	padding: 15px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.mycss #pagetop a:hover {
	background-color: rgba(var(--color-green),1.00)!important;
	opacity: 1;
}

/*/////スライドショー/////*/
/* スライドショー全体のスタイル */
.mycss .wrapper-slide {
	width: 100%;
	position: relative;
	margin: 0 auto;
	/*max-width: 960px;*/
	font-size: 0;
	border: 2px solid rgba(var(--color-main-c),1.00);
}
.mycss .slide {
	width: 100%;
	position: relative;
	margin: 0 auto;
	/*max-width: 960px;*/
	font-size: 0; /* 画像下の隙間を埋めるため */
}
.mycss .slide img {
	width: 100%;
}
.mycss .slide > .container {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
/* 写真の配置 */
.mycss .slide > .container > li {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	opacity: 0;
	margin: 0;
	transition: opacity 1s linear;
}
.mycss .slide > .container > li.current {
	position: relative;
	z-index: 1;
	opacity: 1;
}
/* スライドショーのボタン */
.mycss .slide a.prev,
.mycss .slide a.next {
	position: absolute;
	display: block;
	top: 45%;
	width: 40px;
	height: 40px;
	text-indent: -5000px;
	z-index: 10; /* ボタンを常に画像より上に配置 */
}
.mycss .slide a.prev {
	background: url(../images/slide/arrow-left1.png) 50% 50% no-repeat;
	left: 0;
}
.mycss .slide a.prev:hover {
	background: url(../images/slide/arrow-left2.png) 50% 50% no-repeat;
}
.mycss .slide a.prev:active {
	background: url(../images/slide/arrow-left3.png) 50% 50% no-repeat;
}
.mycss .slide a.next {
	background: url(../images/slide/arrow-right1.png) 50% 50% no-repeat;
	right: 0;
}
.mycss .slide a.next:hover {
	background: url(../images/slide/arrow-right2.png) 50% 50% no-repeat;
}
.mycss .slide a.next:active {
	background: url(../images/slide/arrow-right3.png) 50% 50% no-repeat;
}

/**
 * RESPONSIVE: スマートフォン向けウィンドウ幅768px以下
 */
@media screen and (max-width:640px) {
	.mycss .slide a.prev,
	.mycss .slide a.next {
		top: 40%;
	}
}

/*:::::ページトップ:::::*/

.mycss #pagetop {
	position: fixed;
	bottom: 30px;
	right: 20px;
	width: auto;
}
.mycss #pagetop a {
	background-color: var(--color-orange);
	color: var(--color-white);
	padding: 15px;
	text-align: center;
	display: block;
	border-radius: 5px;
}
.mycss #pagetop a:hover {
	background-color: var(--color-green);
}
