
/*=======================================
共通部分
=======================================*/

/* サイト全体共通 */
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	}
body {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

header,nav.gNavi,main,footer {margin: 0 auto;width:1170px;}

/* ヘッダー*/
header{background-color:#ffffff;height: 60px;position: relative;}
header .logo{position: absolute;top:20;left: 20px;}


/*グローバルナビゲーション*/
nav.gNavi{
	margin-top: 50px;
}

#navi li.current a{
   border-bottom: 1px dotted;
}

nav.gNavi ul{
	list-style-type: none;
	margin-bottom: 30px;
	padding: 0;
	display: flex;
	justify-content: center;
}

#navi li{
	width: 150px;
	display: inline-block;
	list-style-type: none;
	position: relative;
}

#navi a{
	background-color: white;
	border-bottom: 1px solid olive;
	color: silver;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	font-weight: lighter;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS明朝", serif;
	display: block;
}
#navi a:hover{
	border-bottom: 2px solid gray;
	color: rgb(247, 246, 241);
	background-color: rgb(238, 121, 53);
}

/*プルダウンメニュー*/
#navi ul{
	display: none;
	position: absolute;
	/*padding-bottom: 30px;*/
	text-align: center;
	margin: 0px;
	padding: 0px;
	z-index: 2;
}

#navi ul li{
	width: 150px;
}

#navi ul li a{
	line-height: 35px;
	text-align: left;
	padding-left: 20px;
	font-weight: lighter;
}


/*サブメニュー*/
#navi ul ul{
	margin: -36px;
	margin-left: 1px;
	padding: 0px;
	display: none;
	position: absolute;
	left: 100%;
}
/* フッター */
footer {
	text-align: center;
	}
footer p{
	padding-top: 20px;
}
footer .snsBtn li {
  display: inline-block;
  margin:20px 20px;
}

/*アサイドメニュー*/

.page button {
    outline: none;
}

.page {
    position: relative;
}

aside {
    background-color: rgba(0,0,0,0.8);
    width: 350px;
    height: 100%;
    top: 0;
    left: -350px;
    position: fixed;
    z-index: 2;
}

aside ul {
    margin: 0;
    padding: 50px 0px 0px;
    top: 50px;
    left: 114px;
    position: absolute;
}

aside li {
    margin: 0 0 20px;
    list-style: none;
    padding-left: 20px;
}

aside button {
    background-color: rgba(0,0,0,0.8);
    display: block;
    position: absolute;
    top: 180px;
    left: 350px;
    width: 52px;
    height: 132px;
    margin: 0;
    padding: 0;
    border: none;
}

aside a{
	color:#e3e3ea;
	text-decoration: none;
	font-size: medium;
}

aside a:hover{
	border-bottom: 2px solid gray;
	color:#637c8d;
}
/*メインコンテンツ*/
main{margin-bottom: 80px;}
main p{line-height: 2;margin-bottom: 30px;}
main .topInfo{font-size: 16px;line-height: 2;color: #9c9898;text-align: center;margin-top: 50px;}

main .topInfo .topCopy{
	font-size: 30px;
	padding: 10px;
	color: #000000;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
main article a{
	text-decoration: none;
	color: black;
}
main article a:hover{
	color:#637c8d;
}

/*スライドイメージ*/
li{
	list-style-type: none;
}
/*スライドイメージ*/

#slide{
	width: 1000px;
	height: 700px;
	margin:0 auto;
	z-index: 1;
	}

#slide ul{position: relative;}

#slide ul li{position: absolute;width: 100%;}

/*スライドのボタン*/
#button{
	padding-top:30px;
}

#button ul{
	display: flex;
	justify-content: center;
}

#button ul li{
	margin-right:15px;
}

#button ul li:last-child{
	margin-right:0;
}

#button ul li a{
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background:#e1efcc;
	}
#button ul li a.btarget{background: grey;}

/*limitedページ*/
main article h2{font-size:20px;margin: 0px 200px 30px 200px;border-bottom: solid 1px grey;padding: 40px 0 20px 50px;}

.comento{margin:auto;
	width: 700px;
	padding-bottom: 20px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;padding-left: 50px;
	text-align: justify;
	}

.comento a{
	text-decoration: none;
	color: white;
}

.comento a:hover{
	font-weight: bold;
	color: olive;
}
.i{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "MS明朝", serif;
	font-size: 18px;color: black;
	}

/*koutei*/
.top{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", " MS明朝", serif;
	font-size: 18px;
	font-weight: 600;
}
#kote{
	margin:auto;
	width: 1000px;
}

#kote p{
	display: inline-block;
	position: relative;
	margin-bottom: 5px;
	height: 300px;
}
#kote p strong{
	position: absolute;
	display: block;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 280px;
	background: rgba(0,0,0,0.5);
	text-align: left;
	color: white;
	opacity: 0;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
#kote p span{
	position: absolute;
	display: block;
	z-index: 0;
	top: 0;
	width: 490px;
	height: 300px;
	background: rgba(255,155,0,0.2);
	opacity: 0;
}
main #kansei{
	margin-left: 85px;
}
/*knifeモーダル*/

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
}
.modal_bg{
	position:fixed;
	left:0;
	top:0;
	height:100%;
	width:100%;
	background:rgba(0, 0, 0, .4);
z-index: 2;
}
.modal_content{
    background: #fff;
    left: 40%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
}
