* {
  margin: 0px;
  padding: 0px;
  }

html{
  font-size: 62.5%;
}

body{
  background-color:white;
  font-family: sans-serif;
}

.inline-block{
  background-color: white;
}

@media screen and (max-width: 428px){
  .br-sp {display: block; }
}


.logo__image{
  width: 20%;
}

.top__image{
  width: 100%;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 3.5rem;
  top   : 4rem;
  width : 4.2rem;
  height: 4.2rem;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width:768px) { 
  .hamburger{
    display : block;
    position: fixed;
    z-index : 3;
    right : 2px;
    left : 85%;
    top   : 40px;
    width : 35px;
    height: 35px;
    cursor: pointer;
  }
}

.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : white;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active { opacity: 0; }

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background :#fff;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: green;
  background: white;
  text-align: center;
  width: 80%;
  height: 90%;
  transition: opacity .6s ease, visibility .6s ease;
  font-size: 1.5rem;
  display: none;
 }

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 1em 0;
  width: 100%;
  line-height: 1;
  transition: .4s all;
  font-weight :lighter;
  font-family: "Gill Sans", sans-serif;
}
nav.globalMenuSp ul li:last-child {
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: green;
  padding: 1em 0;
  text-decoration :none;
}

.globalMenuSp1{
  width: 100%;
  height: 60px;
  color: green;
  background-color: white;
  padding-top: 5px;
  box-sizing: border-box;
  margin-right: 50%;
  font-size: 18px;
}

@media screen and (max-width:768px) { 
  .globalMenuSp1{
    display: none;
  }
}

.globalMenuSp1 ul{
  display: flex;
  justify-content: flex-end
}

.globalMenuSp1 li{
  list-style: none;
  margin: 1.5rem 2% 1.5rem 1.5%;
  text-align: center;
  text-shadow: 1px 2px 3px gray;
  font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN";
}
.globalMenuSp1 a{
  display: block;
  text-decoration: none;
  color: green;
  margin-right: 35px;
}


@media screen and (max-width:768px) { 
  .globalMenuSp1 ul{
    display: none;
  }
}

.second__image{
  width: 100%;
}

.footer outer-block{
  background-color: white;
}

.footer-logo{
  width: 20%;
}

@media screen and (max-width:428px) { 
  .footer-logo{
    width: 40%;
    margin: 5rem 2rem 2rem 0;
  }
}

.inner-block{
  background-color: white;
  font-size: 12px;
}

.info{
  margin: 0 0 0 5%;
}

.address-sub{
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width:500px) { 
  .address-sub{
    font-size: 1.5rem;
  }
}

.address-sub1{
  font-size: 1.8rem;
  text-align: left;
  margin: 2rem 0 0 10%;
}

@media screen and (max-width:428px) { 
  .address-sub1{
    text-align: center;
  }
}

.copyright{
  background-color: white;
  text-align: center;
}
