

html{height:100%;-webkit-font-smoothing: antialiased;}

body{
	margin:0px;
	padding:0px;
	letter-spacing:0.05em;
	line-height:1.8;
	font-family: 'Noto Sans JP' , "Hiragino Sans", "ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro", "游ゴシック" , "Yu Gothic" , "YuGothic" , "メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size : 16px ;
	-webkit-text-size-adjust: 100% ;
	font-weight : 500 ;
	overflow-x : hidden ;
	width  : 100% ;
	color : #000000 ;
}

#wd_container{
	position : relative ;
	width : 100% ;
	height : auto ;
	overflow : hidden ;
}

.wd_mincho{
	font-family:'Noto Serif JP' , "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

.wd_os{
	font-family: "Oswald", sans-serif;
}

img {
	position : relative ;
	display : block ;
	width : auto ;
	height : auto ;
	border: none;
	border-style : none ;
	-webkit-backface-visibility: hidden;
}

a img{
	border-style : none ;
}

a{
	outline: none;
	text-decoration: none ;
}
a{
	color : #000000 ;
}
a:visited{
	color : #000000 ;
}
a:link{
	color : #000000 ;
}
a:hover{
	color : #000000 ;
}
hr{
	margin : 0px ;
	border : 0px ;
	height : 6px ;
	/** background-color : #000000 ; **/
}
h1,h2,h3,h4,h5,h6{
	display : block ;
	position: relative ;
	box-sizing : border-box ;
	margin : 0px ;
	padding : 0px ;
}

p{
	position : relative ;
	margin : 0px ;
}

p:empty {
    display: none;
}
p input {
    display: none;
}

ul{
	padding : 0px ;
	margin : 0px ;
}

div{
	box-sizing : border-box ;
	position : relative ;
}

strong{
	font-weight : 600 ;
}

button, input, select, textarea {
	font-family : inherit;
	font-size : 100%;
}

pre {
	white-space: pre-wrap ;
}





.wd_clearfloat{
	clear : both ;
}


.wd_pc{ display : block ; }
.wd_sp{ display : none ; }

.wd_appear{
	opacity : 0.01 ;
	left: -10px ;
}
.wd_preappear{
	opacity : 0.01 ;
}


#wd_view_size{
	position : fixed ;
	top : 0px ;
	left : 0px ;
	width : 100% ;
	height : 100% ;
	z-index : -100 ; 
}


.wd_flex{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap : wrap;
}


.wd_marker{
	background: linear-gradient(transparent 60%, #FFD600 0%);
}





.wd_spnavi_btn_wrap{
	position : fixed ;
	top : 0px ;
	right : 0px ;
	width : 53px ;
	height : 46px ;
	background-color: #B6C0C4 ;
	border-radius: 0px 0px 0px 4px ;
	z-index: 52 ;
	/** display : none ; **/
	cursor: pointer ;
}

.wd_spnavi_btnbox{
	position: absolute;
	top : 50% ;
	left: 50% ;
	transform: translate(-50%,-50%);
	width: 32px ;
	height: 32px ;
}

.wd_spnavi_bar01{
	width : 32px ;
	height : 32px ;
	position : absolute ;
	top : -8px ;
}
.wd_spnavi_bar02{
	width : 32px ;
	height : 32px ;
	position : absolute ;
	bottom : -8px ;
}
.wd_spnavi_bar03{
	width : 32px ;
	height : 32px ;
	position : absolute ;
	top : 0px ;
}
.wd_spnavi_bar_white{
	position : absolute ;
	top : 50% ;
	left : 0% ;
	width : 100% ;
	height : 2px ;
	margin-top : -2px ;
	background-color : #FFFFFF ;
}
















/**************************************************************************************/
/**************************************************************************************/
/* SP Site*/
/**************************************************************************************/
/**************************************************************************************/
@media screen and (max-width: 1000px) {

html{ /** min-width:640px; **/ } 

body{
	/** min-width : 640px ; **/
	/** font-size : 20px ; **/
}

.wd_pc{ display : none ; }
.wd_sp{ display : block ; }



} /** endof sp **/