@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
a:hover {
  opacity: 0.5;
}
img {
  max-width:100%;
  height:auto;
}
*, *:before, *:after {
  box-sizing: border-box;
}


/*ヘッダー*/
header {
  width:100%;
  padding:30px 0px;
  top:0;
  height:100px;
  
}
.header_content {
    display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1140px;
  margin:0 auto;
  padding: 0 20px;
  
}

header ul {
  text-align: left;
  padding: 12px 0 12px 24px;
  height:100%;
  width:100%;
  
}
header li {
  display:inline-block;
  text-align: center;
  margin-right: 20px;
  
}
header li:last-child {
  margin-right: 0;
  
}
header li a{
  text-decoration: none;
  
}

.logo img {
  max-width: 280px;
  width:100%;

}

.nav_item1 img {
  max-width: 60px;
  width:100%;
}
.nav_item2 img {
  max-width: 10px;
  width:100%;
}

.nav_item3 img {
  max-width: 115px;
  width:100%;
}

.nav_item4 img {
  max-width: 60px;
  width:100%;
}

.hamburger_menu img {
  display:none;
}

.globalMenuSp {
  display:none;
}
.kape_pic {
  max-width: 1000px;
  width:100%;
  margin:0 auto;
  padding: 30px 0;
}
  .kape_mobile {
    display:none;
  }
  .kape_dis_mobile {
    display:none;
  }

.kape-top {
  background-color: #cbe2d4;
}

.kape_title {
  max-width: 600px;
  width:100%;
  margin-top:80px;
  margin-bottom: 30px;
}

.kape_dis_pc {
font-size: 2.1rem;
    line-height: 3.3rem;
  margin-bottom: 120px;
}

.kape_about span {
  background:linear-gradient(transparent 50%, #dcc0fa 60%);
}

.saigai_daily {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 100px;
}
.saigai {
  max-width: 546px;
  width:100%;
}
.daily {
  max-width: 546px;
  width:100%;
}

.saigai_mobile {
  display:none;
}

.daily_mobile {
  display:none;
}

.help_pc {
  max-width: 920px;
  width:100%;
  margin:0 auto;
  margin-bottom: 60px;
}
.help_mobile {
  display:none;
}

.contact_pc {
  max-width:653px;
  width:100%;
  margin-bottom: 130px;
}

.contact_mobile {
  display:none;
}





/*フッター*/
footer {
  height:300px;
  background-color: #c1ddd3;
}
.footer_logo_mobile {
  display:none;
}
.footer_logo  {
    max-width: 280px;
    position: absolute;
    left: 80px;
  margin-top: 50px;
}

.insta {
    max-width: 46px;
    width: 100%;
    position: absolute;
    right: 90px;
   margin-top: 40px;
}
.insta_m {
  display:none;
}
.footer_copywrite {
      font-size: 1.2rem;
    padding: 260px 0 0 0;
    display: block;
}

@media(max-width: 480px) {
  
/*ヘッダー*/
  header {
    height:80px;
  }
  header ul {
    display:none;
  }
  .logo img {
  max-width: 220px;
  width:100%;

}
  
    .hamburger {
    display: block;
    position: absolute;
    top: 22px;
    right: 10px;
    width: 10%;
  }
  .hamburger_menu {
    background-color: #FFF;
    position: fixed;
    top:0;
    left:-100%;
  }
.globalMenuSp {
  display:block;
}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s 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 span:nth-child(1) {
  top : 16px;
  left: 6px;
  -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;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

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

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

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

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}
  
  .globalMenuSp.active a {
    color: #127e38;
  }
  
  
.hamburger_menu img {
  display:block;
max-width: 35px;
  width:100%;
      position: absolute;
    top: 20px;
    right: 20px;
}
  
  .kape_mobile {
    display:block;
    max-width:300px;
    width:100%;
    padding: 20px 40px;
    margin: 0 auto;
  } 
  .kape_pic {
    display:none;
  }
  
  .kape_title {
    max-width: 290px;
    width:100%;
    margin-top: 60px;
  }
  
  .kape_dis_mobile {
    display: block;
    margin-bottom: 100px;
    font-size: 1.6rem;
    line-height: 2.6rem;

  }
  .kape_dis_pc {
    display:none;
  }
  
  .saigai_mobile {
  display:block;
    margin-bottom: 50px;
}
  .daily_mobile {
  display:block;
}
  .saigai {
  display:none;
}
  .daily {
  display:none;
}
  .saigai_daily {
    display:block;
  }
  
  .help_pc {
    display:none;
  }
  .help_mobile {
    display: block;
    margin:0 auto;
    max-width: 335px;
    width:100%;
    margin-bottom: 40px;
  }
  
  .contact_pc {
  display:none;
}
  
  .contact_mobile {
  display:block;
  max-width: 319px;
    width:100%;
    margin:0 auto;
    margin-bottom: 100px;
}
  
  
  
  footer {
    background-color: #c1ddd3;
  }
  .footer_logo {
    display:none;
  }
  .footer_logo_mobile {
    display:block;
        max-width: 240px;
    margin: 0 auto;
    padding-top: 50px;
  }
  .insta {
    display:none;
  }
  .insta_m {
    display:block;
    max-width: 46px;
    width:100%;
    margin:0 auto;
    margin-top: 40px;
  }
  .footer_copywrite {
    padding: 90px 0 0 0;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}
















