@charset "UTF-8";

body {
  background: #fafafa;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

a:link {
  color: #ffffff;
}

a:hover {
  color: red;
}

a:visited {
  color: #ffffff;
}

.header {
  position: fixed;
  top: 15px;
  left: 10px;
  z-index: 999;
}

@media (max-width: 499px) {
  .header {
    top: 0;
    left: 0;
    width: 100%;
  }
}

.header-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 499px) {
  .header-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
  }
}

.logo {
  width: 100px;
  height: 100px;
  text-align: center;
}

@media (max-width: 499px) {
  .logo {
    width: 80px;
    height: 80px;
    padding: 10px;
  }
}

@media (max-width: 499px) {
  .logo h1 {
    width: 100%;
  }
}

/*menuコンテンツ*/
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

.cp_menu::-webkit-scrollbar {
  width: 10px;
}

.cp_menu::-webkit-scrollbar-track {
  background: #0097a7;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 2px #057c88;
  box-shadow: inset 0 0 2px #057c88;
}

.cp_menu::-webkit-scrollbar-thumb {
  background: #006e7a;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cp_menu a {
  transition: all .5s;
}

.cp_cont {
  width: 100px;
  text-align: center;
}

@media (max-width: 499px) {
  .cp_cont {
    width: 80px;
  }
}

.cp_offcm04 {
  display: inline-block;
}

.cp_offcm04 p {
  font-size: 1.6rem;
  font-weight: 800;
}

/* menu */
.cp_offcm04 .cp_menu {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 300px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: 0.53s transform;
  -webkit-transition: 0.53s -webkit-transform;
  transition: 0.53s -webkit-transform;
  transition: 0.53s transform;
  transition: 0.53s transform, 0.53s -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  transition-timing-function: cubic-bezier(0.38, 0.52, 0.23, 0.99);
  background-color: #0097a7;
  opacity: 0.98;
  overflow-y: scroll;
}

.cp_offcm04 .cp_menu ul {
  margin: 0;
  padding: 110px 0 0;
}

@media (max-width: 499px) {
  .cp_offcm04 .cp_menu ul {
    padding-top: 10px;
  }
}

.cp_offcm04 .cp_menu li {
  font-size: 2.4rem;
  list-style: none;
}

.cp_offcm04 .cp_menu li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

.cp_offcm04 .cp_menu li a:hover,
.cp_offcm04 .cp_menu li a:focus {
  color: #098B3B;
}

.cp_offcm04 #cp_toggle04 {
  position: absolute;
  display: none;
  opacity: 0;
}

.cp_offcm04 #cp_toggle04:checked~.cp_menu {
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

/* menu toggle */
.cp_offcm04 #cp_toggle04~label {
  display: block;
  width: 80px;
  height: 80px;
  padding: 8em;
  cursor: pointer;
  -webkit-transition: 0.5s transform;
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
  transition-timing-function: cubic-bezier(0.61, -0.38, 0.37, 1.27);
  background: #ffffff;
  text-align: center;
  color: #333333;
  border-radius: 50px;
  line-height: 1.4;
  -webkit-box-shadow: 0px 0px 0px 1px #dbdbdb;
  box-shadow: 0px 0px 0px 1px #dbdbdb;
}

@media (max-width: 499px) {
  .cp_offcm04 #cp_toggle04~label {
    width: 80px;
    height: 80px;
    border-radius: 0;
  }
}

.cp_offcm04 #cp_toggle04:checked~label {
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
}

.cp_offcm04 #cp_toggle04~label::before {
  font-family: 'Font Awesome 5 Free';
  content: '\f0c9';
  font-size: 3rem;
  font-weight: 600;
  color: #098B3B;
}

.cp_offcm04 #cp_toggle04:checked~label::before {
  content: '\f00d';
}

/* contents */
.cp_contents {
  color: #333333;
  text-align: center;
}

.cp_offcm04 .cp_menu ul .sub-box {
  margin: -100px 0 0 20px;
}

@media (max-width: 499px) {
  .cp_offcm04 .cp_menu ul .sub-box {
    margin-top: -10px;
  }
}

.head {
  position: relative;
  margin: 100px 0 0;
}

.head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 1000px;
  background-color: #098B3B;
}

.head-box {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px;
  background: #ffffff;
  text-align: center;
}

.head-box h2 {
  padding: 0 0 30px;
  font-size: 5rem;
  font-weight: 800;
}

@media (max-width: 499px) {
  .head-box h2 {
    font-size: 3rem;
    line-height: 1.2;
  }
}

.head-box p {
  text-align: center;
  font-size: 1.4rem;
}

.insta_set {
  width: 100%;
  /* position: relative; */
  /* right: 20px; */
  padding-top: 20px;
}

.insta_set img {
  width: 550px;
  /* position: absolute; */
  right: 20px;
  /* height:300px; */
  z-index: 9999;
  top: -100px;
}



/*# sourceMappingURL=header.css.map */