@charset "utf-8";

img {
	-webkit-backface-visibility: hidden;
}
main {
    display: block;
}
body {
    background-color: rgba(191,220,226,1.00);
}

/*===============================================
●画面の横幅が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 ;
}
#end {
    font-size: 18px;
    height: 60vh;
}
#end p {
    margin-top: 15%;
}
#end p a {
    color: #000;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
}
header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 99999;
    padding-bottom: 15px;
    transition: 0.5s;
}
header .flex {
    display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
header #menu {
    cursor: pointer;
    padding-top: 15px;
}
header.fixed {
    background-color: #fff;
    transition: 0.5s;
}
#gnav {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    background-image: url("../images/nav_bg.png");
    background-position: center center;
    background-size: cover;
    display: none;
}
#gnav .inner {
    width: 1280px;
    margin-left: auto;
    margin-right: 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 .inner div {
    margin-left: auto;
    margin-right: 130px;
    text-align: right;
    padding-top: 20px;
}
#gnav .inner div nav {
    margin-top: 50px;
}
#gnav .inner div nav li {
    margin-bottom: 50px;
}
main .btn {
-webkit-box-shadow: 4px 4px rgba(0,0,0,1.00);
box-shadow: 4px 4px rgba(0,0,0,1.00);
width: 420px;
height: 60px;
border-radius: 100px;
margin-left: auto;
    margin-right: auto;
}
main .btn:hover {
    -webkit-box-shadow: 0px 0px rgba(0,0,0,1.00);
box-shadow: 0px 0px rgba(0,0,0,1.00);
}
main .btn img:hover {
    opacity: 1;
    position: relative;
    top: 1px;
    left: 1px;
}
main .btn2 {
-webkit-box-shadow: 4px 4px rgba(0,0,0,1.00);
box-shadow: 4px 4px rgba(0,0,0,1.00);
width: 222px;
height: 32px;
border-radius: 100px;
margin-left: auto;
    margin-right: auto;
}
main .btn2:hover {
    -webkit-box-shadow: 0px 0px rgba(0,0,0,1.00);
box-shadow: 0px 0px rgba(0,0,0,1.00);
}
main .btn2 img:hover {
    opacity: 1;
    position: relative;
    top: 1px;
    left: 1px;
}
#fbanner {
	display: none;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
main {
   overflow:hidden;
}
#end {
    font-size: 18px;
    height: 60vh;
}
#end p {
    margin-top: 15%;
}
#end p a {
    color: #000;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
}
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: 9999999;
}
header.fixed {
    background-color: #fff;
    padding-bottom: 1%;
}
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;
}
header .inner h1 {
	width: 50vw;
}
header .inner #gnavbtn {
	width: 15vw;
}
#gnavsp {
	position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
	z-index: 1;
	display: none;
	width: 100%;
    background-image: url("../images_sp/nav_bg.png");
    background-size: cover;
    height: 100vh;
}
#gnavsp li img {
	width: 100%;
}
#gnavsp h2 {
    width: 53%;
}
#gnavsp ul {
    margin-top: -15%;
}
#gnavsp ul li+li {
    margin-top: 10%;
}
#closesp {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15vw;
}
#end {
    height: 60vh;
    padding-top: 80px;
    font-size: 15px;
}
#end p a {
    color: #000;
    font-size: 13px;
    margin-top: 20px;
    display: inline-block;
}

main .btn {

width: 80%;
border-radius: 100px;
margin-left: auto!important;
    margin-right: auto!important;
}
main .btn:hover {
    -webkit-box-shadow: 0px 0px rgba(0,0,0,1.00);
box-shadow: 0px 0px rgba(0,0,0,1.00);
}
main .btn img:hover {
    opacity: 1;
    position: relative;
    top: 1px;
    left: 1px;
}
main .btn2 {
-webkit-box-shadow: 4px 4px rgba(0,0,0,1.00);
box-shadow: 4px 4px rgba(0,0,0,1.00);
width: 222px;
height: 32px;
border-radius: 100px;
margin-left: auto;
    margin-right: auto;
}
main .btn2:hover {
    -webkit-box-shadow: 0px 0px rgba(0,0,0,1.00);
box-shadow: 0px 0px rgba(0,0,0,1.00);
}
main .btn2 img:hover {
    opacity: 1;
    position: relative;
    top: 1px;
    left: 1px;
}
footer {
	position: relative;
	z-index: 9999;
}
#fbanner {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
}
}



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