@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap');

/* MATERIALS */

#topicpath{
	max-width:1600px;
	box-sizing:border-box;
	margin:0 auto;
	padding:10px 30px;
	list-style-type:none;
	overflow:hidden;
}

#topicpath li{
	margin:0 5px 5px 0;
	padding:0 10px 0 0;
	font-size:12px;
	line-height:1.2em;
	background-image:url("../pic/interface/ico_arrow.svg");
	background-repeat:no-repeat;
	background-size:5px auto;
	background-position:right center;
	float:left;
}

#topicpath li:last-child{
	background-image:none;
}

#btn_fixed{
	position:fixed;
	top:185px;
	right:0;
	z-index:1;
}

#btn_fixed>a{
	display:block;
	width:80px;
	padding:20px;
	text-align:center;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	background-color:#000;
}

#btn_fixed>a img{
	width:50%;
	margin:0 0 5px;
	vertical-align:bottom;
}

#btn_fixed>a:hover{
	opacity:0.8;
}

@media only screen and (max-width:660px){
	#topicpath{
		padding:10px 20px;
	}
	#btn_fixed{
		top:auto;
		bottom:30px;
	}
	
	#btn_fixed>a{
		width:60px;
		padding:10px;
		font-size:10px;
	}
}


/* INTERFACE */


body{
	-webkit-text-size-adjust:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	color:#000;
	font-family:'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

body>img{
	position:absolute;
	top:0;
	left:0;
}

a:link{
	text-decoration:underline;
	color:#333;
}

a:visited{
	text-decoration:underline;
	color:#333;
}

a:hover{
	text-decoration:underline;
	color:#777;
}

a:active{
	text-decoration:underline;
	color:#777;
}

/* BIG MENU */

#bigmenu .close-bigmenu{
	width:100%;
	text-align:center;
	padding:50px 0 0;
}

#bigmenu .close-bigmenu>img{
	width:50px;
	cursor:pointer;
	vertical-align:bottom;
}

#bigmenu .modal-content>div{
	max-width:1400px;
	margin:0 auto;
}

/* BIG MENU02 */

#bigmenu02 .close-bigmenu02{
	width:100%;
	text-align:center;
	padding:50px 0 0;
}

#bigmenu02 .close-bigmenu02>img{
	width:50px;
	cursor:pointer;
	vertical-align:bottom;
}

#bigmenu02 .modal-content>div{
	max-width:1400px;
	margin:0 auto;
}

#tilesearch02{
	display:block;
	max-width:220px;
	text-decoration:none;
	margin:25px 0 0;
	padding:10px 35px 12px 20px;
	font-family:'Roboto',sans-serif;
	font-size:18px;
	color:#000;
	border:3px solid #000;
	background-color:#fff;
	background-image:url("../pic/interface/ico_arrow.svg");
	background-repeat:no-repeat;
	background-size:12px auto;
	background-position:right 15px center;
}

#tilesearch02:hover{
	background-color:#eee;
}

#tilesearch02>span{
	display:inline-block;
	margin:6px 0 0;
}

#tilesearch02>img{
	width:27px;
	margin:0 15px 0 0;
	vertical-align:middle;
}


/* RESET */

button,
option,
select,
textarea,
input[type="button"],
input[type="submit"],
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="select"],
input[type="option"],
input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: none;
	outline: 0;
	margin: 0;
	background: #fff;
}

select {
	text-indent: 0.01px;
	text-overflow: '';
}

select::-ms-expand {
	display: none;
}
