@charset "utf-8";
/* CSS Document */
/*
Copyright(c)2010, Yahoo! inc. All right reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
 �↓YUI3 CSS Reset ブラウザー固有のスタイルをリセットします↓*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,filedset,
legend,input,textarea,p,blockquote,th,td{
	margin: 0;
	padding: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}

/*cleafix
----------------------------------------*/
.clearfix{/zoom: 1;}
.clearfix:after{content:"";display:block; clear: both;}
/*box-sizing
------------------------------------------*/
*, *:before, *:after{
	-webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
		 -o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		  box-sizing: border-box;
}
/*
Copyright(c)2010, Yahoo! Inc. Allright reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/licencse.html
version: 3.3.0
build: 3167
 ↓YUI3 CSS Font　フォントサイズを相対指定する↓ */

body{
	*font-size: small;/*IE*/
	*font: x-small; /*IE互換モード用*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

<!--↓リンクに対する共通設定↓-->
*{
	margin: 0;
	padding: 0;
	line-height: 1.5;
	list-style: none;
}
img{
	border: none;
}
a, a:link,/*未訪問のリンクを指定*/
a:visited,/*訪問済みのリンクを指定*/
a:hover,/*マウスオーバーしたときのリンクを指定*/
a:active,/*クリック時のリンク部分を指定*/
a{
	text-decoration: none;
}
/***************************
			ここまで基本設定
****************************/
html{
	height: 100%;
img{
	padding: 0;
}

	margin: 0;
	object-fit: cover;
}

body{
	max-height: 100%;
	height: 100%;
	padding-bottom: 50px;
}

#contentsbox{
	margin: 0 auto;
	width: 100%;
	height: auto;
	background: #fff;
}

.mainvis_wrapper{
	width: 100%;
	height: 84%;
}
html{
	scroll-behavior: smooth;
}



.pagetop{
	position: fixed;
	bottom: -220px;
	right: 10px;
	z-index: 9999;
}

.pagetop a{
	display: block;
	width: 80px;
	height: 100px;
}


/******************************

		nav_list

*******************************/
.nav_wrapper{
	height: 100px;
}
.nav_ul{
	height: 91px;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
}
.nav_li{
	font-size: 100%;
	letter-spacing: 2px;
	padding: 0px 30px;
	position: relative;
}
.nav_li a{
	color: #333333;
	transition: .3s;
}
.nav_li a:hover{
	background: -webkit-linear-gradient(0deg, #cb4829, #d9ac26);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	opacity: 1;
}
.nav_logo{
	width:210px;
	padding-top: 10px;
	transition: .2s;
}
.nav_logo:hover{
	opacity: 0.7;
}
.nav_li:hover > ul{
	display: block;
	list-style: none;
}
ruby{
	ruby-position: under;
}



/******************************

		Footer

*******************************/
footer{
	width: 100%;
	height: auto;
	background-color: #000;
	padding: 100px 0 70px;
}
.footer-center{
	width: 1100px;
	margin: 0 auto;
}
.footer-nav ul{
	display: flex;
	justify-content: center;
	padding: 10px 0 25px;
}
.footer-nav ul li{
	width: 170px;
	text-align: center;
	list-style: none;
}
.footer-nav ul li a{
	font-size: 108%;
	color: #F2F2F2;
	padding: 10px 0;
	display: block;
	margin: 0 5px;
	transition: .3s;
}
.footer-nav ul li a:hover{
	background: -webkit-linear-gradient(0deg, #cb4829, #d9ac26);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.info h3{
	color: #F2F2F2;
	text-align: center;
	padding-bottom: 20px;
	font-size: 182%;
	font-family: 'Paytone One', sans-serif;
	font-weight: normal;
}
.map{
	filter: grayscale(100%);
	width: 100%;
}
.info{
	color: #F2F2F2;
	text-align: center;
	padding: 50px 0 30px;
}
.info p{
	line-height: 2;
}
.fa-instagram{
	font-size: 200%;
	margin-top: 20px;
	color: #F2F2F2;
	transition: .2s;
}
.fa-instagram:hover{
	transform: scale(1.1);
}
#under-wrapper{
	width: 100%;
	background-color: #000;
}
.copy{
	width: 1100px;
	margin: 0 auto;
}
.copy p{
	color: #F2F2F2;
	text-align: center;
	font-size: 77%;
	padding: 20px 0 10px;
	border-top: solid 1px #F2F2F2;
}













