@charset "UTF-8";
html {
	font-size: 62.5%;
	width: 100%;
}
address{
	font-style: normal;
}
body {
	color: #333;
	font-family: 'Noto Sans JP','游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	font-weight: 500;
	font-size: 1.6em;
	line-height: 1.8;
	text-align: center;
	background-color: #f9f9f9;
	letter-spacing: 0px;
}
button{
	font-family: 'Noto Sans JP','游ゴシック体', 'Yu Gothic', 'YuGothic', 'Hiragino Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
a{
	text-decoration: none;
	outline: none;
}
#header-wrap{
	height: 100%;
}
.paddinggr{
	padding: 7px 0 7px;
}
.hone-width{
	width: 100%;
	padding-top: 100px;
}
.hone-potision{
	font-size: 3rem;
	font-family: 'Shippori Mincho', serif;
}
.body-pad{
	padding-top: 50px;
}
.pad-botomgr{
	padding-bottom: 80px;
}
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
#splash{
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right,#000942 0%,#333 60%,#434343 100%);
}
#splash_logo{
	position: absolute;
	width: 170px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}
.fadeup{
	width: 50px;
}
.splash-rikuchi{
	width: 170px;
}
.top-header{
	z-index: 998;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	max-width: 1800px;
	height: 80px;
	background-image: linear-gradient(to right,#000942 0%,#333 60%,#434343 100%);
}
.header-logo{
	height: 100%;
	width: 100%;
	display: flex;
	position: relative;
}
.header-logo_mark{
	position: relative;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 80px;
	width: 80px;
}
.header-rikuchi{
	position: absolute;
	background-size: 100%;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	width:200px;
	left: 80px;
}
.line-01{
	top:20px;
}
.line-02{
	top: 30px;
}
.line-03{
	top: 40px;
}
#low-ul{
	height: 100%;
	list-style: none;
	display: flex;
	position: absolute;
	top: 0px;
	right: 0px;
}
.hun-ul_a,.footer-icon_a{
	position: relative;
}
.hun-ul_a::after,.js-dropdo::after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 15%;
	width: 70%;
	height: 5px;
	background:#0481A2;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}
.footer-icon_a::after,.footer-dropdo::after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 25%;
	width: 50%;
	height: 5px;
	background:#0481A2;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}
.header-icongr.hun-ul_a::after,.hun-ul_a:hover::after,.panel-item.js-dropdo::after,.js-dropdo:hover::after,.footer-icongr.footer-icon_a::after,.footer-icon_a:hover::after,.footer-item.footer-dropdo::after,.footer-dropdo:hover::after{
	transform: scale(1, 1);
}
.header-icon_{
	width: 140px;
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	padding-top: 15px;
}
.material-icons{
	font-size: 28px !important;
	width: 100%;
	display: block!important;
}
.js-dropdo{
	color: #fff;
	text-decoration: none;
	text-shadow: 0px 0px 3px #fff;
	position: relative;
}
nav li.has-child:hover > ul,nav li.has-child ul li:hover > ul,nav li.has-child:active > ul,nav li.has-child ul li:active > ul{
	visibility: visible;
	opacity: 0.7;
}
nav li.has-child ul li:last-child a{
  border-bottom:none;
}
.js-dropdo:hover,.js-dropdo:active{
	opacity: 0.8;
}
.footer{
	background-image: url("../img/DSC_2221.JPG");
	background-size: cover;
	background-position: 0% 20%;
	width: 100%;
	position: relative;
}
.footer-bg{
	background-image: linear-gradient(to right,#000942 0%,#333 60%,#434343 100%);
	opacity: 0.9;
	height: 100%;
	width: 100%;
	position: absolute;
}
#footer-flex{
	position: absolute;
	top: 0;
}
.footer-rogo{
		display: flex;
		align-items: center;
		justify-content: center;
	position: relative;
}
.footer-rogoimg{
	padding-right: 10px;
	width: 40px;
	height: 40px;
}
.footer-rikuchi{
	width: 200px;
	object-fit: cover;
}
	#footer-ul{
		display: flex;
		width: 90%;
		margin: 0px auto 100px;
		justify-content: space-between;
		padding-top: 50px;
		max-width: 700px;
	}
.footer-item{
	list-style: none;
	width: 90%;
	color: #fff;
	margin: 0 auto 10px;;
}
.footer-icongr{
	width: 140px;
	position: relative;
}
.footer-icon_a{
	display: block;
	color: #fff;
	text-decoration: none;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 16px;
}
.footer-dropdo{
	text-decoration: none;
	color: #fff;
	position: relative;
}
.accordion-area{
	display: none;
}
#copylight{
	padding-bottom: 50px;
	color: #fff;
	width: 100%;
	position: relative;
	font-size: 14px;
	font-weight: normal;
}
.footer-uljr{
	font-size: 14px;
	width: 100%;
	line-height: 1.3;
}
.footer-lijr{
	margin-bottom: 15px;
}
.footer-ajr{
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.footer-ajr:hover{
	color: #ddd;
}
#hun-ul{
	display: flex;
	position: absolute;
}
.pagetopa{
	display: flex;
	justify-content:center;
	align-items:center;
	background:gray;
	border-radius: 5px;
	width: 60px;
	height: 60px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}
.pagetopa::before{
	content: "";
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.pagetopa:hover::before{
	border-top: 3px solid #000;
	border-right: 3px solid #000;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 4;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
	from {
		opacity: 1;
		transform: translateY(0);
	}
	to {
		opacity: 1;
		transform: translateY(100px);
	}
}
@media screen and (min-width:1400px){
	.hone-width{
		width: 250px;
		position: fixed;
		height: 100%;
	}
	.h1for{
		top: 250px;
		font-size: 6rem;
			left: 125px;
	}
	.body-pad{
		padding: 250px 0 100px 250px
	}
	.top-header{
		border-radius: 10px;
		top: 15px;
		left: 15px;
		width: 80%;
		max-width: 1200px;
		height: 80px;
	}
}
@media screen and (min-width:901px) and (max-width:1399px){
	.hone-width{
		width: 140px;
		position: fixed;
		height: 100%;
	}
	.h1for{
		top: 150px;
		font-size: 4rem;
		left: 70px;
	}
	.body-pad{
		padding: 150px 0 50px 140px;
	}
}
@media screen and (min-width:1000px){
	.open-btn{
		display: none;
	}
	
	#page-top a:hover{
		opacity: 0.7
	}
	#hun-ul{
		height: 100%;
		flex-wrap: nowrap;
		top: 0;
		right: 0;
	}
	.hun-ul_a{
			display: block;
		height: 100%;
		text-decoration: none;
		color: #fff;
		font-size: 18px;
		border-radius: 10PX 10PX 0 0;
		font-family: suns-serif;
		font-weight: bold;
	}
	.hun-li_bot{
		position: relative;
		width: 120px;
		height: 80px;
	}
}
@media screen and (min-width:901px){
	.h1for {
		position: fixed;
		width: 1em;
		line-height: 1.2;
		transform: translateX(-50%);
		transition-duration: .4s;
	}
	.h1for.fixed {
		z-index: +1;
	}
	.h1for.fixed.none {
		opacity: 0;
		z-index: -1;
	}
}
@media screen and (max-width:999px){
	.top-header{
		height: 50px;
	}
	.header-logo_mark{
		height: 50px;
		width: 50px;
		z-index: 1000;
	}
	.header-rikuchi{
		width: 150px;
		z-index: 1000;
		left: 60px;
	}
	#g-nav_list{
		display: block;
	}
	.open-btn{
		position: absolute;
		top: 0px;
		right: 10px;
		width: 45px;
		height: 50px;
		cursor: pointer;
		z-index: 9999;
	}
	.open-btn span{
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0px;
		height: 3px;
		border-radius: 2px;
		width: 45px;
		background-color: #fff;
	}
	.open-btn span:nth-of-type(1){
		top: 15px;
	}
	.open-btn span:nth-of-type(2){
		top: 23px;
	}
	.open-btn span:nth-of-type(3){
		top: 31px;
	}
	.open-btn.active span:nth-of-type(1){
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		width: 50%;
		background-color: #fff;
	}
	.open-btn.active span:nth-of-type(2){
		opacity: 0;
	}
	.open-btn.active span:nth-of-type(3){
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
		width: 50%;
		background-color: #fff;
	}
	#g-nav.panelactive #g-nav_list{
		position: fixed;
		z-index: 999;
		width: 100%;
		max-width: 500px;
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling:touch;
	}
	#g-nav #hun-ul{
		display: grid;
		padding: 8px;
		box-sizing: border-box;
		grid-template-columns: repeat(2, 1fr);
		position: absolute;
		grid-gap: 8px;
		z-index: 999;
		top: 56px;
		left:0;
		width: 100%;
	}
		.hun-list_wrap{
		position: absolute;
		z-index: 999;
		top: 50px;
			border-top: 2px solid #fff;
			width: 100%
		}
		.hun-li{
			display: flex;
		}
	#g-nav .hun-li{
		padding-top: 20px;
		text-align: left;
		width: 100%;
	}
	.hun-ul_a{
		padding: 10px 0 20px;
		width: 100%;
		text-decoration: none;
		color: #fff;
		font-size: 1.8rem;
		display: inline-block;
	}
	.hun-item{
		padding-left: 45px;
		padding-bottom: 10px;
	}
	.hun-dropdo{
		text-decoration: none;
		color: #fff;
		border-bottom: solid 2px #0481A2;
	}
	.hun-li_bot{
		text-align: center;
		background-color: #333;
		border-radius: 4px;
	}
	.hun-li_bot:nth-child(6){
		opacity: 0;
	}
	#g-nav{
		position: fixed;
		z-index: 999;
		top: 0;
		right: -120%;
		width: 100%;
		max-width: 500px;
		height: 100vh;
		background-color: rgb(0,0,0,0.95);
		transition: all 0.6s;
		-webkit-transition: all 0.8s;
		animation: 0.5s ease ;
		font-weight: bold;
	}
	#g-nav.panelactive{
		right: 0;
		width: 100%;
	}
}
@media screen and (max-width:600px){
	.footer-rikuchi{
		width: 150px;
		height: 100%;
	}
	.footer-icongr{
		width: 45%;
	}
	#footer-ul{
		width: 95%;
		max-width: 300px;
		flex-wrap: wrap;
	}
}