@import url('https://fonts.googleapis.com/css2?family=LINE+Seed+JP:wght@400;700&display=swap');
/*
font-family: "Noto Sans JP", sans-serif; 100-900
font-family: "Zen Old Mincho", serif; 400
font-family: "Source Sans 3", sans-serif; 200-900
*/
li {list-style:none;}
img {border:0;}
a {color:#000; outline: none;}

h1, h2, h3, h4, ul, p, figure {margin:0; padding:0;}

html {
 height:100%;
	scroll-behavior: auto;
}

.orik {display: inline-block;}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
    max-width: 100%;
    height: auto;
    text-align: center;
}

body {
	margin: 0 auto;
	padding:0;
	color:#fff;
	background-color: #000033;
	line-height:160%;
	font-family: "LINE Seed JP","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS UI Gothic,Osaka,sans-serif;
	font-weight: 400;
	font-size:16px;
	text-align: center;
	position: relative;
}

a {text-decoration: none; color: #fff;}

/*----LUXYプリンタ対応----*/
#luxy {position: fixed !important;}	
@media print {
#luxy {position: static !important;}	
}

/*----tel イベント-------------*/
a.tel {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 855px) {
  a.tel {
    pointer-events: auto;
  }
}


h1 {
	font-size: 40px;
}

.inner {
	width: 100%;
	/*height: 100vh;
	justify-content: center;
	display: flex;
	align-items: center;*/
	padding: 50px;
	box-sizing: border-box;
}

.inner img {
	margin: 50px 0;
	position: relative;
	z-index: -1;
}

span {display: inline-block;}

/*-------smp------------------------*/
@media screen and (max-width: 600px) {
	
h1 {font-size: 30px;}
}
/*-------smp------------------------*/
@media screen and (max-width: 500px) {
	
h1 {font-size: 24px;}
}