/*-------------------------------------------
base
-------------------------------------------*/
html {
	overflow: auto;
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	position:relative;
	background: #fff;
	overflow: hidden;
	font-size: 1.6em;
	color: #333333;
	line-height: 1.8;
	height: 100%;
}

img {
	vertical-align:middle;
	max-width:100%;
	/* width/height属性と併用したときに縦横比を保つ (A29)。
	   max-width:100% で幅が縮んでも height 属性が残ると画像が潰れる。 */
	height:auto;
}

.pc_w_on{ display:inline-block !important; }
.pc_w_non{ display:none !important; }

.pcnone{ display:none !important; }
.spnone{ display:inline-block!important; }
.spon{ display:none; }
.spnone2{ display:inline-block!important; }

/* common link */
a:link 		{color: #0D53D9;text-decoration: none;}
a:visited 	{color: #0D53D9;text-decoration: none;}
a:active	{color: #0D53D9;text-decoration: none;}
a:hover 	{color: #0D53D9;text-decoration: underline;}
 
/*-------------------------------------------
#wrapper
-------------------------------------------*/
#wrapper {
	position: relative;
/*	min-width: 1260px;*/
}

/*-------------------------------------------
#btn_ptop
-------------------------------------------*/
#btn_ptop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 80px;
	height: 80px;
	z-index:8888;
	transition: all 0.3s ease-out;
}
#btn_ptop a {
}
#btn_ptop a:hover {
	opacity:0.7;
}

/* *********************************************************************** */
@media screen and (max-width: 1240px) {
.pc_w_on{ display:none !important; }
.pc_w_non{ display:inline-block !important; }
}

/* ************************************************************************************************ */
@media screen and (min-width: 1025px) {
	a[href^="tel:"] {
		display: inline-block;
		pointer-events: none;
		text-decoration: none;
	}
}

/* *********************************************************************** */
@media screen and (max-width: 1024px) {
/*-------------------------------------------
base
-------------------------------------------*/
html {
	width: 100%;
}
body {
	position:relative;
	overflow: hidden;
	min-width:inherit;
	width: 100%;
}
.pcnone{ display:inherit !important; }
.spnone{ display:none !important; }
.spon{ display:none; }
.spnone2{ display:inline-block!important; }

/*-------------------------------------------
#wrapper
-------------------------------------------*/
#wrapper {
	position: relative;
	min-width: inherit;
	width: 100%;
}

/*-------------------------------------------
#btn_ptop
-------------------------------------------*/
#btn_ptop {
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 60px;
}
#btn_ptop a:hover {
	opacity:1;
}
}

/* *********************************************************************** */
@media screen and (max-width: 559px) {
/*-------------------------------------------
base
-------------------------------------------*/
.spon{ display:inherit !important; }
.spnone2{ display:none !important; }
}


