@charset "utf-8";

img {
	-webkit-backface-visibility: hidden;
}
main {
    display: block;
}
.fax a{
	pointer-events: none;
    text-decoration: none;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.sp {
	display: none;
}
a {
	transition: 0.5s ;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a img:hover {
	opacity: 0.6;
	transition: 0.5s ;
}
#no01.num {
	padding-top: 200px;
	margin-top: -200px;
}
#no03.num {
	padding-top: 30px;
	margin-top: -30px;
}
header {
	position: fixed;
	left: 0px;
	right: 0px;
	width: 100%;
	top: 0px;
	z-index: 9999;
	background-color: #fff;
	height: 90px;
}
header .inner {
	width: 1146px;
	margin-left: auto;
    margin-right: auto;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	height: 90px;
	align-items: center;
}
header .inner nav ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	align-items: center;
}
header .inner nav ul li {
	margin-left: 30px;
}
header .inner h1 {
	position: relative;
	top: -5px;
}

main {
	padding-top: 90px;
}


footer {
	padding-top: 20px;
}
footer p small {
	background-color: #F5F5F4;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	display: block;
	font-size: 16px;
	color: #595757;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#no01.num {
	padding-top: 50vw;
	margin-top: -50vw;
}
#no03.num {
	padding-top: 10vw;
	margin-top: -10vw;
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
.pc {
	display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
header {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 9999;
	background-color: #fff;
}
header .inner {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#gnav{
	position: absolute;
	z-index: 1;
	display: none;
	width: 100%;
}
#gnav li img {
	width: 100%;
}

main {
	padding-top: 16vw;
}

footer {
	padding-top: 4%;
}
footer p img {
	width: 35%;
}
footer p small {
	background-color: #F5F5F4;
	height: 50px;
	line-height: 50px;
	margin-top: 4%;
	display: block;
	color: #595757;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
.sp.tab {
	display: none;
}
}
