@charset "utf-8";

img {
	-webkit-backface-visibility: hidden;
}
.fax a{
	pointer-events: none;
    text-decoration: none;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
main {
    display: block;
    min-width: 1190px;
    margin-left: auto;
    margin-right: auto;
}
.sp {
	display: none;
}
.num {
	margin-top: -220px;
	padding-top: 220px;
}
a {
	transition: 0.5s ;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a img:hover {
	opacity: 0.6;
	transition: 0.5s ;
}
header {
	position: fixed;
	z-index: 999;
	left: 0px;
	right: 0px;
	top: 0px;
}
#menu {
	width: 1100px;
	margin-left: auto;
    margin-right: auto;
	text-align: right;
}
#menu img {
	cursor: pointer;
}
#gnav {
	width: 1200px;
	position: relative;
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin-left: auto;
    margin-right: auto;
}
#gnav .inner {
	width: 960px;
	margin-left: auto;
    margin-right: auto;
	background-color: #DEFC51;
	border-bottom-left-radius: 65px;
	border-bottom-right-radius: 65px;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
}
#gnav ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
#gnav ul li {
	width: 50%;
	text-align: left;
	font-size: 26px;
	font-weight: bold;
}
#gnav ul li a {
	color: #000;
	text-decoration: none;
}
#gnav ul li a:hover {
	color: #FF46C0;
}
#gnav .close {
	position: absolute;
	right: -60px;
	bottom: -30px;
	cursor: pointer;
}
}



/*===============================================
●画面の横幅が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;
}
.num {
	margin-top: -15vw;
	padding-top: 15vw;
}
#no02.num {
	margin-top: 0px;
	padding: 0px;
}
#no04.num {
	margin-top: -10vw;
}
a {
	transition: 0.5s ;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a img:hover {
	opacity: 0.6;
	transition: 0.5s ;
}
header {
	position: fixed;
	z-index: 9;
	left: 0px;
	right: 0px;
	top: 0px;
}
#menu {
	width: 96%;
	margin-left: auto;
    margin-right: auto;
	text-align: right;
	padding-top: 2%;
}
#menu img {
	cursor: pointer;
	width: 16vw;
}
#gnav {
	width: 100%;
	position: absolute;
	z-index: 99999;
	display: none;
	left: 0px;
	right: 0px;
	top: 0px;
	margin-left: auto;
    margin-right: auto;
}
#gnav .inner {
	width: 96%;
	margin-left: auto;
    margin-right: auto;
	background-color: #DEFC51;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding-top: 20px;
	padding-bottom: 30px;
	position: relative;
}
#gnav .inner .logo {
	width: 75%;
	margin-left: 2%;
	margin-bottom: 4%;
}
#gnav ul {
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
    flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
#gnav ul li {
	width: 50%;
	text-align: left;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 4%;
}
#gnav ul li a {
	color: #000;
	text-decoration: none;
}
#gnav ul li a:hover {
	color: #FF46C0;
}
#gnav ul+p {
	width: 80%;
	margin-left: auto;
    margin-right: auto;
}
#gnav .close {
	position: absolute;
	top: 2%;
	right: 2%;
	cursor: pointer;
}
#gnav .close img {
	width: 16vw;
}
}



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