@charset "UTF-8";

/*-----------------------------------------------
(Component)
__Default Clear
__Layout
-----------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Spinnaker&display=swap');
/*-----------------------------------------------
__Default Clear
-----------------------------------------------*/
html{
	overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure{
	margin: 0;
	padding: 0;
}
body{
	background:white;
	font-family:'Spinnaker',"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height:1.4;
	color:#555;
	box-sizing: border-box;
	-webkit-print-color-adjust: exact;
}

/* Create a series of empty pseudo-elements... */
html:before,html:after,body:before,body:after{
    content:"";
    background:#facd89;
    position:fixed;
    display:block;
    z-index:100;
}
 
/* ...and position them! */
html:before{
    height:8px;
    left:0;
    right:0;
    top:0;
}
html:after{
    width:8px;
    top:0;
    right:0;
    bottom:0;
}
body:before{
    height:8px;
    right:0;
    bottom:0;
    left:0;
}
body:after{
    width:8px;
    top:0;
    bottom:0;
    left:0;
}

*:first-child + html body {	/*For IF7 */
	font-family: "メイリオ","Meiryo";
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th{
	text-align: left;
}
q:before,q:after{
	content: '';
}
object,embed{
	vertical-align: top;
}
legend{
	display: none;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}
img,abbr,acronym,fieldset{
	border: 0;
}
img{/*---画像隙間回避*/
	vertical-align: bottom;
}
li{
	list-style-type: none;
}
p{
	margin-bottom: 0.5em;
}
a{
	text-decoration:none;
}

hr{
	border: none;
	margin: 0 auto 100px auto;
}

button,input,textarea{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	-webkit-appearance: none;
	outline: none;
	border: none;
	border-radius:none;
	background: none;
}
video{
	-webkit-appearance: none;
	outline: none;
	border: none;
}

span.fade-rollover {
	margin: 15px;
}

.img-ofi {
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'
}

/*-----------------------------------------------
__Layout
-----------------------------------------------*/
#container{
	width: 100%;
	margin: 0 auto;
}
header{
	margin: 0 auto;
}
#main{
	width: 100%;
	margin: 0 auto;
}
footer{
	width: 100%;
	margin: 0 auto;
	clear: both;
}
.wrap{
	width: 90% !important;
	max-width: 1000px;
	clear:both;
	margin:0 auto;
}

/*その他*/
.ul_tb{
	display:table;
	width:100%;
}
.ul_tb > li{
	display:table-cell;
	vertical-align:middle;
}
.tl-fixed{
	table-layout: fixed;
}


#main a{
	color:#ff742f
}
#main a.tx_link:hover{/*テキストリンク*/
	text-decoration:underline;
}

