body {
  margin: 0;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  background-color:white;
}


header
{
  height: 75px;
  width: 100%;
  top: 0;
  position :fixed;
  top: 0;
  z-index: 10;
  background-color:white;
  border-bottom: solid 2px #EDEDED;
}


.header-left
{
  float:left;
  height:65px;
}

.header-left p
{
  color:black;
  padding-left:20px;
  padding-top:15px;
  text-decoration: none;
  font-family: "serif",serif;
}


.logo
{
  float:left;
}

.logo img
{
  width:300px;
  padding-top:8px;
  padding-left:15px;
}



.header-right
{
  float: right;
}


.header-right a
{
  font-size:15px;
  line-height: 75px;
  padding:0 13px;
  color:black;
  display: block;
  float: left;
  transition: all 0.5s;
  text-decoration: none;
}

.header-btn a
{
  font-size:15px;
  line-height:40px;
  padding:0 13px;
  color:white;
  display: block;
  float: left;
  transition: all 0.5s;
  text-decoration: none;
}

.header-btn
{
  border-radius:5px;
  background-color:#4B98E0;
  height:40px;
  text-align:center;
  float: right;
  margin:0 auto;
  margin-top: 17px;
  margin-right:10px;
  margin-left:10px;
}

.header-right a:hover {
  background-color:#F4FAFF;
}

.header-btn a:hover {
  background-color:rgba(255, 255, 255, 0.3);
}

.top-wrapper
{
  padding: 100px 0 20px 0;
  background-image: url(/top.jpg);
  background-size: cover;
  text-align: center;
  background-position:center center;
}

.top-wrapper h1
{
  font-size:55px;
  color:white;
  opacity: 0.8;
  padding:30px 0 50px 0;
  font-weight:50;
  font-family: "serif",serif;
}


.news-text
{
  width:70%;
  margin: auto;
}

.news-text p
{
  color:black;
}

.space
{
  height:400px;
}




.contact-wrapper
{
  background-color:#F3F3F3;
}

.contact-contents
{
  width:75%;
  margin:0 auto;
}

.contact-block
{
  float: left;
  width:50%;
}

.contact-content
{
  background-color: white;
  border-radius:8px;
  margin:40px auto;
  width:90%;
  padding-top:5px;
  text-align:center;
}

.contact-phone
{
  background-color:#F3F3F3;
  border-radius:8px;
  margin:20px 20px 10px 20px;
}

.phone-number p
{
  font-size:30px;
  color: #4B98E0;
  padding-top:15px;
  margin:0;
}

.phone-number-notes p
{
  margin:0;
  padding-bottom: 15px;
}

.contact-notes
{
  padding-bottom:5px;
}

.contact-notes p
{
  font-size:14px;
  margin:5px 0;
}

.contact-clear-left
{
  clear:left;
}

.form-notes p
{
  font-size:18px;
  margin-top: 31px;
}

.form-btn
{
  background-color:#4B98E0;
  border-radius: 30px;
  width:300px;
  margin:0 auto;
}

.form-btn a
{
  text-decoration: none;
  color:white;
  padding:10px 10px;
  display: block;
  font-size:21px;
}

.contact-space
{
  height:32px;
}




footer
{
  background-color:#4B98E0;
  padding-top:20px;
}

.copyright
{
  text-align:center;
}


footer .copyright p
{
  padding:30px 0 20px 0;
  font-weight: 200;
  color:white;
  font-size:12px;
  margin:0px;
}

.footer-right-clear
{
  clear:right;
}

.footer-left-clear
{
  clear:left;
}


.sitemaps
{
  float:left;
  width:50%;
  padding-left:100px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.sitemap
{
  float: left;
  width:50%;
}

.sitemap-text a
{
  text-decoration: none;
  color:white;
}

.sitemap-title p
{
  margin:0;
  color:white;
  padding:8px 0;
}

.sitemap-text p
{
  margin:0;
  padding:8px 0 8px 10px;
  font-size:12px;
}

.facebook
{
  width:50%;
  float:left;
  text-align:center;
}

.mobile-facebook
{
  text-align:center;
}






/*ドロップダウン デザイン*/

.menu_button {
    float: right;
    width: 70px;
    text-align: center;
    display:block;
}

.menu_button img
{
  padding-top:30px;
  width:22px;
}




nav {
    z-index: 1000;
    position: absolute;
    top: 100%;
    background-color:rgba(255,255,255,0.9);
    width: 100%;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ul li:first-child {
    border-top:solid 2px #EDEDED;
}

nav ul li:last-child {
    border-bottom: solid 2px black;
}

nav ul li {
    border-bottom: dotted 1px black;
    text-align: center;
    padding: 1em;
}

nav ul li a {
  color:black;
  text-decoration: none;
  display: block;
}


























