@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  
  font-weight: 400;
  font-size: 1.6em;
  line-height: 1.5;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*header*/
.header {
  height: 60px;
  background-color: #FFFFFF;
}

.header a img {
  position: absolute;
  left: 100px;
  top: 5px;
  width: 50px;
  height: auto;
  text-decoration: none;
}
/*navigation*/
.button1 {
  display: none;
}
@media(max-width: 1160px) {
  .header{
    height: 83px;
    
  }
  .header a img {
  position: absolute;
  left: 25px;
  top: 20px;
  width: 50px;
  height: auto;
  }

#content1 {
  position: relative;
  
}
/*　ハンバーガーメニューボタン　*/
.button1 {
  display : block;
  position: absolute;
  z-index : 4;
  right : 20px;
  top   : 20px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  border: none;
    
}
.button1 span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #05668d;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.button1 span:nth-child(1) {
  top: 10px;
}
.button1 span:nth-child(2) {
  top: 20px;
}
.button1 span:nth-child(3) {
  top: 30px;
}
/* スマホメニューを開いてる時のボタン */
.button1.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background :#fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.button1.active span:nth-child(2),
.button1.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 : 3;
  top  : 0;
  left : 0;
  color: #fff;
  background-color: #ffbf69;
  text-align: center;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.6s;
}

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

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
  text-align: left;
    padding-left: 90px;
}
  .a{
    font-size: 2.5rem;
  }
  /*メニューデコ*/
 .a::before, .a ::before {
    content: "";
    position: absolute;
    margin: 15px;
    left: 50px;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #05668d;
    transform: rotate(45deg);
}
/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 100;
  display: block;
   transform: translateY(0%);
  height: 100%;
  padding-top: 50px;
}



}
 
 

@media(min-width: 1160px) {
  
  .header {
    height: 83px; 
    width: 100%;
  }
  .header a img {
  position: absolute;
  left: 100px;
  top: 10px;
  width: 60px;
  height: auto;
  text-decoration: none;
}
  #content1 {
  position: relative;
  
}
.list1 li a {
  display: block;
  width: 23.3%;
  font-size: 2.0rem;
  padding: 26px 30px 0;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  color: #05668d;
  height: 83px;
}
.list1 {
  display: block;
  width: 70%;
  position: relative;
  left: 30%;
  padding: 0;
  
}
.list1 li {
  list-style: none;
}
.list1 li a {
  float: left;
  
}
.list1 li:last-child a {
  border-right: none;
}

.parent {
  position: relative;
  z-index: 2;
  
}
.parent ul {
  width: 23.3%;
  display: none;
  position: absolute;
  padding: 0;
  top: 56px;
  background-color: #fff;
  
  
}
.parent ul a{
  float: none;
  width: 100%;
}
.parent:hover ul {
  display: block;
}
.child1 {
  left: 0;
}
.child2 {
  left: 23.3%;
}


.header a:hover {
  color: #ff9f1c;
  
}

}
/*footer*/
.footer {
  height: auto;
  max-width: 100%;
  background-color: #ffbf69;
  font-size: 1.4rem;
  color: #fff;
  position: relative;
  margin-top: 200px;
}
.footer a {
  color: #7F5539;
  text-decoration: none;
}
.map {
  width: 100vw;
  height: 46vw;
  max-height: 470px;
  vertical-align: bottom;
}
.footer_map {
  width: 100%;
  height: 46vw;
  max-height: 470px;
  vertical-align: bottom;
}
.footer-content-wrapper {
  padding: 0 25px 100px;
  margin-bottom: 50px;
}
.footer img {
  width: 300px;
  height: auto;
  padding: 50px 0;
}
.post {
  padding-bottom: 50px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color: #7F5539;
}

.tell {
  font-size: 4.0rem;
}

.mail_bg {
  background-color: #05668d;
  
  margin: 50px auto;
  width: 300px;
}
.meil_button  {
  font-size: 1.6rem;
  color: #000;
  padding: 30px;
  display: block;
}
.footer-content-wrapper ul li {
  font-size: 1.6rem;
  text-decoration: none;
  border-bottom: 1px solid #7F5539;
  
  width: 70px;
  margin: 0 auto 40px;
  
}
.footer-content-wrapper ul {
  margin-top: 50px;
  
}
@media(min-width: 1160px) {
  .footer {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 1.4rem;
  }
  .footer img {
    padding: 35px 0;
  }
  
  
  .map {
    max-width: 50%;
  }
  .footer_map {
    width: 100%;
    height: 100%;
  }
  .footer-content-wrapper {
    margin: 0 auto;
    width: 50%;
    padding: 0 25px ;
  }
  .footer ul {
    display: flex;
  }
  
}

  