@charset "utf-8";
@media screen and (max-width:480px) {
  .body {
	width: 100%;
	height: auto;
  }
  .header {
    width: 100%;
    height: 80px;
    text-align: center;
  }
  .rog {
    width: 80px;
    height: auto;
    margin-right: 10px;
  }
  .title {
    width: auto;
    height: auto;
    display: inline-block;
    color: #000000;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 60px;
    font-style: normal;
    vertical-align: 34px;
    font-size: 24px;
  }
  .header-h1 {
    margin-right: auto;
    margin-left: auto;
  }
  .nav {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: -30px;
	margin-bottom: 0px;
	display: block;
  }
  .gnav {
    display: flex;
    height: 2rem;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    padding-left: 0px;
    margin-left: 0px;
  }
  .gnav > li { /*親階層のみ幅を25%にする*/
	width: 25%;
	border: 1px solid #CFCFCF;
  }
  /*全てのリスト・リンク共通*/
  .gnav li {
    list-style: none;
    position: relative;
  }
  .gnav li a {
    color: #000000;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
    text-shadow: 0px 0px;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 247, 255, 1.00) 0%, rgba(218, 117, 255, 0.87) 100%);
    background-image: -moz-linear-gradient(270deg, rgba(0, 247, 255, 1.00) 0%, rgba(218, 117, 255, 0.87) 100%);
    background-image: -o-linear-gradient(270deg, rgba(0, 247, 255, 1.00) 0%, rgba(218, 117, 255, 0.87) 100%);
    background-image: linear-gradient(180deg, rgba(0, 247, 255, 1.00) 0%, rgba(218, 117, 255, 0.87) 100%);
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
  }
  /*子階層以降共通*/
  .gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
    margin-left: -40px;
  }
  .gnav li li a {
	border-top: 1px solid #eee;
  }
  .gnav li:hover > ul > li {
	height: 2rem;
	overflow: visible;
	border: 1px solid #CFCFCF;
  }
  .main {
    width: 90%;
    height: auto;
    background-color: #FFFFFF;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    text-align: center;
  }
  .footer {
    width: 100%;
    height: 80px;
    text-align: center;
    border-top: 1px solid #000000;
    margin-top: 40px;
  }
  .footer-h1 {
    vertical-align: 40px;
    margin-right: auto;
    margin-top: 0px;
    margin-left: auto;
  }
  .footer-p {
    width: 260px;
    height: 12px;
    margin-bottom: 0px;
    color: #000000;
    font-size: 12px;
    margin-top: 52px;
    display: inline;
    position: absolute;
    margin-left: -270px;
  }
  .mainRog150 {
    width: 100px;
    height: 100px;
  }
  .mainH1 {
    color: #000000;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 20px;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .mainH2 {
    color: #000000;
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 18px;
    width: auto;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    height: auto;
  }
  .mainP {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
	height: auto;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-weight: 100;
  }
.Video {
    margin-right: 2px;
    margin-left: 2px;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 10px;
    width: 90%;
    height: auto;
    display: inline-block;
}
.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height: auto;
}
.youtubeIframe {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
}
  .indexMibble {
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
  }
  .indexMibbleBlock {
    width: 30%;
    height: auto;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
    border: 1px solid #000000;
    border-radius: 10px;
    text-decoration: none;
  }
  .homepageTopP {
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .homepageImgTemplate {
    width: 100%;
    height: auto;
  }
  .homepageImgTemplateDiv {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .homepageImgTemplateDivA {
    width: 47%;
    height: auto;
    margin-right: 2px;
    margin-left: 2px;
    display: inline-block;
    border: 1px solid #000000;
    margin-top: 10px;
  }
  .homepageImgTemplateDivAImg {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }
.videoDiv {
	width: 100%;
	height: auto;
	margin-top: 40px;
}
#comment {
	width: 100%;
	height: 100px;
}
.InquiryFormDivP {
	color: #FF0004;
}
#InquiryForm {
	text-align: center;
	display: inline-block;

}
#Inquiry {
	margin-right: 0px;
	margin-left: 0px;
}
.Design-img {
    width: 80%;
    height: auto;
    display: inline-block;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
}
}
