@charset "UTF-8";
body, * {
  box-sizing: border-box !important; }

body {
  font-family: 'IBM Plex Sans JP', sans-serif;
  color: #27212e; }

.header-container {
  width: 80%;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .header-container {
      width: 90%; } }

.container {
  width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .container {
      width: 92%; } }

.in-container {
  width: 920px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .in-container {
      width: 88%; } }

@media screen and (max-width: 767px) {
  .sp-flex {
    display: flex; } }

header {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  background: #fff;
  position: relative; }
  @media screen and (max-width: 767px) {
    header {
      top: 0;
      left: 0;
      width: 100%;
      height: 136px;
      position: absolute;
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3982186625) 70%, rgba(255, 255, 255, 0.8716080182) 100%);
      padding-top: 5px;
      padding-bottom: 20px;
      z-index: 999; } }

h1.name {
  font-size: 15px; }
  @media screen and (max-width: 767px) {
    h1.name {
      font-size: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
      line-height: 1.4; } }
  h1.name strong {
    display: block;
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      h1.name strong {
        margin-bottom: 3px; } }
  h1.name img {
    width: 290px; }
    @media screen and (max-width: 767px) {
      h1.name img {
        width: 160px; } }

.header-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .header-flex {
      display: block; } }

@media screen and (max-width: 767px) {
  .header-right {
    /*top:0;
    right:0;
    position:absolute;*/ } }
@media screen and (max-width: 767px) {
  .header-right .tr {
    text-align: left; }
    .header-right .tr img {
      position: absolute;
      width: 140px;
      top: 10px;
      left: 11em; } }

.sns-area {
  text-align: right; }
  .sns-area .fa-brands {
    font-size: 30px;
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .sns-area .fa-brands {
        font-size: 25px;
        margin-right: 12px; } }
  .sns-area .fa-phone {
    font-size: 25px;
    margin-right: 5px;
    color: #61C1BE; }
    @media screen and (max-width: 767px) {
      .sns-area .fa-phone {
        font-size: 24px;
        display: inline-block; } }
  .sns-area .telephone {
    font-size: 25px;
    font-weight: 500;
    color: #61C1BE; }

.telephone_top {
	display: none;
}

@media screen and (max-width: 767px) {
.telephone_top {
	display: block;
}
}
	
  @media screen and (max-width: 767px) {
    .sns-area span {
      display: none; } }

.header-list {
  display: flex; }
  @media screen and (max-width: 767px) {
    .header-list {
      flex-wrap: wrap; } }
  .header-list li {
    background: #554433;
    padding: 5px 10px;
    color: #fff;
    border-radius: 8px;
    margin-right: 8px; }
    @media screen and (max-width: 767px) {
      .header-list li {
        font-size: 12px;
        padding: 2.5px 6px;
        margin-right: 4px;
        line-height: 1.4; } }

.global-navi {
  margin-top: 10px;
  display: flex; }
  @media screen and (max-width: 767px) {
    .global-navi {
      margin-top: 100px;
      display: block; } }
  .global-navi li {
    font-size: 16px;
    margin-right: 20px; }
    .global-navi li:last-child {
      margin-right: 0px; }

.main-image {
  height: 700px;
  overflow: hidden;
  position: relative; }

.swiper-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 700px; }
  .swiper-wrapper:after {
    position: absolute;
    width: 100%;
    height: 700px;
    background: rgba(217, 254, 224, 0.237);
    content: "";
    z-index: 1; }

.main-text {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 17%;
  z-index: 5;
  text-indent: -0.5em;
  text-shadow: 2px 2px 20px #07433a5d; }
  @media screen and (max-width: 767px) {
    .main-text {
      width: 350px;
      left: calc( 50% - 175px );
      font-size: 24px;
      line-height: 1.9; } }

.swiper-slide {
  height: 700px; }
  .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 700px; }

.swiper-pagination-bullet-active {
  background-color: #61C1BE !important; }

.about-area {
  background: #f1fbfa;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .about-area {
      padding-top: 75px;
      padding-bottom: 75px; } }

.heading-01 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 3.5px solid #61C1BE;
  letter-spacing: 0.08em; }
  @media screen and (max-width: 767px) {
    .heading-01 {
      font-size: 18px;
      border-bottom: 2px solid #61C1BE; } }

.heading-02 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  /*&:before{
    content:'';
    position: absolute;
    color: #153c6e;
    background: $main-color;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }*/ }
  .heading-02 span {
    font-size: 13px; }
  @media screen and (max-width: 767px) {
    .heading-02 {
      font-size: 16px;
      margin-bottom: 10px; } }

.heading04 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .heading04 {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .heading04 span {
      display: block; } }

.heading04::before,
.heading04::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #3fc1c9; }
  @media screen and (max-width: 767px) {
    .heading04::before,
    .heading04::after {
      width: 1.5px; } }

.heading04::before {
  margin-right: 30px;
  transform: rotate(-35deg); }

.heading04::after {
  margin-left: 30px;
  transform: rotate(35deg); }

.text-01 {
  font-size: 16px;
  line-height: 1.8; }
  @media screen and (max-width: 767px) {
    .text-01 {
      font-size: 13px; } }

.about-text {
  text-align: center;
  font-size: 16px;
  /*.first-fuki{
    display: inline-block;
    position: relative;
  margin-bottom: 2em;
  padding: 10px;
  border-radius: 10px;
  background: #eee;
  &:before, &:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #eee;

&:before {
  bottom: -15px;
  left: 30px;
  width: 30px;
  height: 30px;
}

&:after {
  bottom: -30px;
  left: 50px;
  width: 15px;
  height: 15px;
}
  }*/ }
  @media screen and (max-width: 767px) {
    .about-text {
      font-size: 13px;
      text-align: left; } }
  @media screen and (max-width: 767px) {
    .about-text span {
      display: block; } }
  .about-text strong {
    font-size: 18px;
    font-weight: bold;
    color: #353535;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 3.5px dotted #61C1BE; }
    @media screen and (max-width: 767px) {
      .about-text strong {
        font-size: 14px;
        border-bottom: 2px dotted #61C1BE; } }
  @media screen and (max-width: 767px) {
    .about-text br {
      display: none; } }

.greeting-list {
  display: flex;
  justify-content: space-between;
  text-align: justify; }
  @media screen and (max-width: 767px) {
    .greeting-list {
      display: block;
      margin-top: 20px; } }
  .greeting-list li {
    width: 32.5%;
    background: #fff;
    border: 3.5px solid #61C1BE;
    border-radius: 30px;
    padding: 20px 40px; }
    @media screen and (max-width: 767px) {
      .greeting-list li {
        border: 2px solid #61C1BE;
        width: 100%;
        padding: 20px 20px;
        margin-bottom: 10px; } }
    .greeting-list li h3 {
      color: #61C1BE;
      text-align: center;
      border-radius: 5px 5px 0 0;
      font-size: 22px;
      font-weight: bold;
      border-bottom: 3.5px solid #61C1BE;
      margin-bottom: 20px;
      padding-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .greeting-list li h3 {
          font-size: 15px;
          border-bottom: 2px solid #61C1BE;
          margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .greeting-list li p {
        font-size: 12px; } }

.facility-area {
  padding-top: 100px;
  padding-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .facility-area {
      padding-top: 75px; } }

.about-box {
  margin-top: 100px;
  background: #ffffff;
  border: 3.5px solid #61C1BE;
  padding: 40px 40px 45px;
  border-radius: 30px; }
  @media screen and (max-width: 767px) {
    .about-box {
      margin-top: 30px;
      width: 100%;
      padding: 20px 20px 25px;
      border: 2px solid #61C1BE; } }
  .about-box .heading-02 span {
    color: #61C1BE;
    display: inline-block;
    padding: 0 20px 5px;
    border-bottom: 3.5px solid #61C1BE; }
    @media screen and (max-width: 767px) {
      .about-box .heading-02 span {
        border-bottom: 2px solid #61C1BE;
        padding: 0 10px 5px; } }
  @media screen and (max-width: 767px) {
    .about-box .text-01 {
      text-align: left; } }

.features-area {
  padding-top: 100px;
  padding-bottom: 0px; }
  @media screen and (max-width: 767px) {
    .features-area {
      padding-top: 50px; } }

.goal-box {
  background: #ffffff;
  background: #CDEAE9;
  padding: 40px;
  margin-bottom: 60px;
  border-radius: 30px; }
  @media screen and (max-width: 767px) {
    .goal-box {
      margin-top: 20px;
      padding: 30px 25px;
      margin-bottom: 30px; } }

.goal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center; }

.goal-heading {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #61C1BE;
  color: #06271c;
  /*strong{
    border-bottom:3.5px dotted $main-color;
  }*/ }
  @media screen and (max-width: 767px) {
    .goal-heading {
      font-size: 12px; } }
  .goal-heading:before {
    text-align: center;
    content: attr(data-number);
    display: block;
    width: 100%;
    margin-right: 20px;
    color: #61C1BE;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3.5px solid #61C1BE;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .goal-heading:before {
        margin-right: 0px;
        font-size: 12px;
        border-bottom: 2px solid #61C1BE;
        margin-bottom: 10px; } }

.goal-list {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .goal-list {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .goal-list li {
    background: #fff;
    border: 3.5px solid #61C1BE;
    padding: 15px 15px 20px;
    width: 19%;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .goal-list li {
        width: 49%;
        border: 2px solid #61C1BE;
        margin-bottom: 5px;
        padding: 10px 10px 15px; } }

.features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .features-list li {
    text-align: justify;
    width: 48%;
    margin-bottom: 60px; }
    @media screen and (max-width: 767px) {
      .features-list li {
        margin-bottom: 30px; } }
    .features-list li figure {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .features-list li figure {
          margin-bottom: 15px; } }
      .features-list li figure img {
        border-radius: 20px; }
        @media screen and (max-width: 767px) {
          .features-list li figure img {
            border-radius: 8px; } }
    .features-list li .f-title {
      font-size: 20px;
      font-weight: bold;
      color: #61C1BE;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .features-list li .f-title {
          font-size: 14px;
          margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .features-list li .text-01 {
        font-size: 12px;
        letter-spacing: 0.01em; } }

.type-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .type-list {
      display: block;
      margin-top: 20px; } }
  .type-list > li {
    width: 33%;
    background: #fff;
    background: #EEFFFF; }
    @media screen and (max-width: 767px) {
      .type-list > li {
        width: 100%;
        margin-bottom: 10px; } }
    .type-list > li .type-title {
      padding: 20px;
      text-align: center;
      background: #61C1BE;
      color: #fff;
      font-size: 18px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .type-list > li .type-title {
          padding: 15px 15px 13px; } }
      .type-list > li .type-title i {
        font-size: 30px;
        display: block;
        margin-bottom: 10px; }
        @media screen and (max-width: 767px) {
          .type-list > li .type-title i {
            display: none; } }
      .type-list > li .type-title span {
        font-size: 12px;
        font-weight: normal;
        display: block; }
    .type-list > li:nth-child(2) {
      background: #F3F9FF; }
      .type-list > li:nth-child(2) .type-title {
        background: #779EDB; }
    .type-list > li:last-child {
      background: #FFFAF4; }
      .type-list > li:last-child .type-title {
        background: #554433; }

.type-in-list {
  padding: 30px; }
  @media screen and (max-width: 767px) {
    .type-in-list {
      padding: 15px 25px;
      font-size: 12px;
      line-height: 1.7; } }

.subject-area {
  padding-top: 30px;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    .subject-area {
      padding-top: 0px;
      padding-bottom: 40px; } }

.guide-area {
  padding-bottom: 50px; }

.guide-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .guide-list {
      margin-top: 20px; } }
  .guide-list li {
    width: 49%;
    display: flex;
    align-items: center;
    background: #f3f9ff;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .guide-list li {
        width: 100%; } }
    .guide-list li figure {
      width: 41%; }
      .guide-list li figure img {
        width: 100%;
        height: 116px;
        object-fit: cover; }
    .guide-list li h3 {
      padding: 20px;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .guide-list li h3 {
          font-size: 14px; } }

.menu-area {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .menu-area {
      padding-bottom: 0px; } }

.price-table {
  width: 100%;
  border: 1px solid #61C1BE;
  margin-bottom: 20px; }
  .price-table th {
    background: #61C1BE;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    padding: 20px;
    width: 30%; }
    @media screen and (max-width: 767px) {
      .price-table th {
        display: block;
        width: 100%;
        font-size: 14px; } }
  .price-table td {
    text-align: center;
    padding: 30px; }
    @media screen and (max-width: 767px) {
      .price-table td {
        padding: 20px;
        width: 30%; } }
    .price-table td:first-child {
      width: 40px; }
  .price-table .time {
    width: 18% !important;
    padding: 5px; }
  @media screen and (max-width: 767px) {
    .price-table tr {
      display: block; } }
  @media screen and (max-width: 767px) {
    .price-table .adult, .price-table .child {
      width: 40%;
      white-space: nowrap; } }

.table-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background: #f4fdfa; }
  @media screen and (max-width: 767px) {
    .table-heading {
      font-size: 14px; } }
  .table-heading span {
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      .table-heading span {
        display: block; } }
  @media screen and (max-width: 767px) {
    .table-heading:first-child {
      width: 10%; } }

.menu-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  .menu-flex .normal-box {
    width: 49%;
    background: #EEFFFF;
    border: 3.5px solid #61C1BE; }
    .menu-flex .normal-box h3 {
      background: #61C1BE;
      color: #fff;
      text-shadow: 0 0 1px #3a7876;
      font-size: 18px;
      font-weight: bold;
      padding: 20px 30px;
      text-align: center; }
    .menu-flex .normal-box .price-box {
      padding: 30px;
      text-align: center; }
  .menu-flex .first-box, .menu-flex .menu-box {
    width: 49%;
    background: #F3F9FF;
    border: 3.5px solid #2761BE; }
    .menu-flex .first-box h3, .menu-flex .menu-box h3 {
      background: #2761BE;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      padding: 20px 30px;
      text-align: center; }
    .menu-flex .first-box .price-box, .menu-flex .menu-box .price-box {
      padding: 30px;
      text-align: center; }

.price-text {
  font-size: 34px;
  font-weight: bold;
  color: #3c3a52; }
  @media screen and (max-width: 767px) {
    .price-text {
      font-size: 16px; } }
  .price-text span {
    font-size: 18px; }
    @media screen and (max-width: 767px) {
      .price-text span {
        font-size: 12px; } }
    .price-text span:first-child {
      margin-right: 10px; }
      @media screen and (max-width: 767px) {
        .price-text span:first-child {
          margin-right: 0px; } }

.hours-area {
  padding-top: 50px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .hours-area {
      padding-bottom: 50px; } }

.hours-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .hours-flex {
      display: block; } }
  .hours-flex .hours-image {
    width: 45%; }
    @media screen and (max-width: 767px) {
      .hours-flex .hours-image {
        width: 100%; } }
  .hours-flex .hours-box {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .hours-flex .hours-box {
        width: 100%; } }
    .hours-flex .hours-box h3 {
      background: #61C1BE;
      color: #fff;
      padding: 10px;
      text-align: center;
      font-size: 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .hours-flex .hours-box h3 {
          font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .hours-flex .hours-box .text-01 {
        margin-bottom: 20px; } }

.flow-list li {
  text-align: justify;
  position: relative;
  display: flex;
  align-items: center;
  background: #CDEAE9;
  margin-bottom: 40px;
  padding: 30px 50px 30px 30px; }
  @media screen and (max-width: 767px) {
    .flow-list li {
      display: block; } }
  .flow-list li::after {
    content: "";
    border: 20px solid transparent;
    border-top: 20px solid #CDEAE9;
    margin-left: -20px;
    top: 100%;
    left: 50%;
    position: absolute; }
  .flow-list li:last-child:after {
    border: none; }
  .flow-list li .number-text {
    font-size: 45px;
    font-weight: bold;
    color: #61C1BE;
    margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .flow-list li .number-text {
        font-size: 35px; } }
  .flow-list li dl {
    width: 100%; }
    .flow-list li dl dt {
      background: #fff;
      color: #61C1BE;
      padding: 10px 30px;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .flow-list li dl dt {
          font-size: 14px; } }

.staff-area {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .staff-area {
      padding-top: 50px;
      padding-bottom: 50px; } }

.staff-flex {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .staff-flex {
      display: block; } }
  .staff-flex .left-box {
    width: 25%; }
    @media screen and (max-width: 767px) {
      .staff-flex .left-box {
        width: 80%;
        margin: 0 auto;
        text-align: center; } }
    .staff-flex .left-box h3 {
      font-size: 16px;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .staff-flex .left-box h3 {
          font-size: 12px;
          text-align: right;
          margin-top: 10px; } }
  .staff-flex .right-box {
    width: 70%; }
    @media screen and (max-width: 767px) {
      .staff-flex .right-box {
        margin-top: 30px;
        width: 100%; } }
    .staff-flex .right-box p {
      line-height: 1.9;
      text-align: justify; }

.staff-heading {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold; }

.results-flex {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .results-flex {
      display: block; } }
  .results-flex .left-box {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .results-flex .left-box {
        width: 100%; } }

.access-area {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F3F9FF; }
  @media screen and (max-width: 767px) {
    .access-area {
      padding-top: 75px;
      padding-bottom: 50px; } }

.access-flex {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .access-flex {
      flex-direction: column-reverse; } }
  .access-flex .left-box, .access-flex .right-box {
    width: 48%; }
    @media screen and (max-width: 767px) {
      .access-flex .left-box, .access-flex .right-box {
        width: 100%;
        margin-bottom: 20px; } }

.address {
  font-size: 18px;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .address {
      font-size: 13px; } }

.route {
  font-size: 18px;
  font-weight: bold;
  color: #554433; }
  @media screen and (max-width: 767px) {
    .route {
      font-size: 15px; } }
  .route span {
    display: inline-block;
    border-bottom: 2px dotted #554433;
    margin-bottom: 10px; }

.parking {
  margin-top: 20px;
  background: #554433;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  padding: 10px 20px; }
  @media screen and (max-width: 767px) {
    .parking {
      margin-top: 10px;
      font-size: 15px; } }

footer {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 30px;
  background: #EEFFFF; }
  @media screen and (max-width: 767px) {
    footer {
      margin-top: 0px;
      padding-top: 75px;
      padding-bottom: 50px; } }
  footer .sns-area {
    margin-top: 40px;
    text-align: left; }
  footer small {
    margin-top: 50px;
    display: block;
    text-align: right; }

.footer-navi {
  margin-top: 30px;
  display: flex; }
  @media screen and (max-width: 767px) {
    .footer-navi {
      display: block; } }
  .footer-navi li {
    margin-right: 30px; }
    @media screen and (max-width: 767px) {
      .footer-navi li {
        margin-right: 0;
        margin-bottom: 5px; } }

#page-top {
  position: fixed;
  bottom: 50px;
  right: 120px;
  font-size: 14px;
  line-height: 1;
  z-index: 99; }
  @media screen and (max-width: 767px) {
    #page-top {
      bottom: 20px;
      right: 20px; } }

#page-top a {
  background: #61C1BE;
  text-decoration: none;
  color: #fff;
  width: 160px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease; }
  @media screen and (max-width: 767px) {
    #page-top a {
      width: 100px;
      border-radius: 20px;
      font-size: 12px; } }

#page-top a:hover {
  text-decoration: none;
  opacity: .5; }

/*====================================
ハンバーガーメニュー
====================================*/
@media screen and (min-width: 1024px) {
  .menu-p {
    display: none; } }
@media screen and (max-width: 1023px) {
  .menu-p {
    display: none; } }
@media screen and (max-width: 767px) {
  .menu-p {
    display: block; } }

@media screen and (max-width: 767px) {
  .res_nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(106, 146, 63, 0.937);
    background: #61C1BE;
    left: 0;
    transition-property: transform;
    overflow: hidden;
    z-index: 99; }

  header nav ul {
    display: block;
    width: 90%;
    height: 80%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto; }

  header nav ul li {
    margin: 0 auto;
    text-align: center;
    width: 100%; }

  header nav ul li:last-child {
    border: none; }

  header nav ul li a {
    display: block;
    color: #ffffff;
    width: 100%;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px dotted #fff;
    text-align: left;
    letter-spacing: 0.075em; }
    header nav ul li a br {
      display: none; }

  #nav_toggle {
    display: block;
    width: 5%;
    width: 30px;
    height: 5%;
    height: 30px;
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 101;
    margin-left: auto; }

  #nav_toggle div {
    position: relative; }

  #nav_toggle span {
    display: block;
    height: 3px;
    background: #61C1BE;
    position: absolute;
    width: 100%;
    right: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }

  #nav_toggle span:nth-child(1) {
    top: 0px; }

  #nav_toggle span:nth-child(2) {
    top: 9px; }

  #nav_toggle span:nth-child(3) {
    top: 18px; }

  #nav_toggle p {
    color: #61C1BE;
    position: absolute;
    width: 5em;
    top: 25px;
    left: -1em;
    font-size: 12px; }

  .open {
    position: relative; }

  .open #nav_toggle span:nth-child(1) {
    background: #fff !important;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 100; }

  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%; }

  .open #nav_toggle span:nth-child(3) {
    background: #fff !important;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg); } }
/*====================ハンバーガーメニューEND==========================*/

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