@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------------------------------------------- {
}
.num {
    margin-top: -79px;
    padding-top: 79px;
}
.sp {
	display: none;
}
a {
	transition: 0.5s ;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a img:hover {
	opacity: 0.6;
	transition: 0.5s ;
}
header {
    background-color: #fff;
    height: 79px;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    z-index: 9999;
}
header .inner {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
header .inner ul {
    display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
header .inner ul li {
    height: 79px;
    line-height: 79px;
}
header .inner ul li+li {
    margin-left: 10px;
}
header .inner ul li a {
    font-size: 19px;
    color: #000;
    text-decoration: none;
}
header .inner ul li a:hover {
    color: #EF8C2C;
}
main {
    padding-top: 79px;
}
footer {
    margin-top: 30px;
}
footer p small {
    display: block;
    background-color: #F5F5F4;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-top: 20px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
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;
    width: 100%;
}
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%;
    background-color: #FCE6A6;
    height: 100vh;
}
.num {
    margin-top: -14vw;
    padding-top: 14vw;
}
main {
    padding-top: 14vw;
}
#gnav li img {
	width: 100%;
}
#end {
    height: 60vh;
    padding-top: 80px;
    font-size: 15px;
}
#end p a {
    color: #000;
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;
}
}



/*===============================================
●画面の横幅が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;
}
}
