@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
/* foundation
------------------------------------------------ */
/* utility
------------------------------------------------ */
/* layout
------------------------------------------------ */
/* component
------------------------------------------------ */
/* project
------------------------------------------------ */
/* external
------------------------------------------------ */
#header {
  padding: 10px 20px;
  min-height: auto;
  height: auto !important;
  background-color: #fff;
}

@media screen and (max-width: 959px) {
  #header {
    padding: 0 20px;
    -webkit-box-shadow: 0 0 3px #a2a2a2;
            box-shadow: 0 0 3px #a2a2a2;
  }
}

@media screen and (max-width: 519px) {
  #header {
    padding: 0 10px;
  }
}

#header .container {
  padding: 0;
  width: 100%;
}

#header .container .row {
  margin: 0;
}

#header .container .row .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  min-height: auto;
}

@media screen and (max-width: 959px) {
  #header .container .row .navbar {
    height: 60px;
  }
}

#header .container .row .navbar::before, #header .container .row .navbar:after {
  content: none;
}

@media screen and (max-width: 959px) {
  #header .container .row .navbar .navbar-header {
    width: 100%;
  }
}

@media screen and (max-width: 519px) {
  #header .container .row .navbar #logo-area {
    border: none;
  }
}

#header .container .row .navbar #logo_text {
  position: initial;
}

#header .container .row .navbar #logo_text #logo {
  position: initial;
  margin: 0 !important;
}

#header .container .row .navbar #logo_text #logo a {
  color: #0B7D5A;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-weight: bold;
}

#header .container .row .navbar #logo_text #logo a:hover {
  text-decoration: none;
  opacity: .8;
}

#header .container .row .navbar #logo_text #description {
  display: none;
}

#header .container .row .right-menu {
  margin: 0 !important;
}

@media screen and (max-width: 519px) {
  #header .container .row .right-menu {
    width: auto;
  }
}

#header .container .row .right-menu .menu_button {
  background-color: transparent;
}

#header .container .row .right-menu .menu_button::before {
  color: #888;
}

#header .container .row .right-menu .menu_button.active {
  background-color: #333;
}

#header .container .row .right-menu .menu_button.active::before {
  color: white;
}

#header .container .row .right-menu #main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .container .row .right-menu #main-menu li {
  margin-right: 25px;
}

#header .container .row .right-menu #main-menu li:last-of-type {
  margin-right: 0;
}

#header .container .row .right-menu #main-menu li a {
  padding: 0;
  height: auto;
  color: #040000 !important;
  font-size: 12px;
}

#header .container .row .right-menu #main-menu li a:hover {
  color: #0B7D5A !important;
}

#header .container .row .right-menu #main-menu .menu-item-328 a {
  padding: 10px 25px;
  height: auto !important;
  color: white !important;
  border-radius: 12px;
}

@media screen and (max-width: 959px) {
  #header .container .row .right-menu #main-menu .menu-item-328 a {
    border-radius: 0px !important;
  }
}

#header .container .row .right-menu #main-menu .menu-item-328 a:hover {
  color: white !important;
}

@media screen and (max-width: 959px) {
  .mobile .menu-item-328 a {
    border-radius: 0px !important;
  }
}

.p-mainvisual {
  margin-top: 60px;
}

.p-mainvisual img {
  max-width: 100%;
}

.amore-welcome-top {
  padding: 20px 0 !important;
}

#second .text-center {
  position: relative;
  margin: 0 auto;
  text-align: justify;
  max-width: 600px;
}

#second .text-center .second-lead {
  margin-bottom: 20px !important;
  letter-spacing: 5px;
}

@media screen and (max-width: 519px) {
  #second .text-center .second-lead {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 519px) {
  #second .text-center .second-lead h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

#second .text-center .second-body {
  letter-spacing: 0;
}

@media screen and (max-width: 519px) {
  #second .text-center .second-body {
    margin: 0 auto 0 20px;
    width: 70%;
    font-size: 13px;
  }
}

#second .text-center .second-img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(24%, -38%);
          transform: translate(24%, -38%);
  width: 35%;
}

@media screen and (max-width: 519px) {
  #second .text-center .second-img {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.c-section {
  position: relative;
  margin: 40px 0 20px;
  padding: 0 !important;
  min-height: 200px;
}

.c-section .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.c-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 519px) {
  .c-section__bg {
    height: 50vw;
  }
}

.top-headline {
  margin: 0;
  font-size: 30px !important;
  letter-spacing: 2px !important;
  font-family: 'メイリオ', Meiryo,sans-serif;
}

@media screen and (max-width: 959px) {
  .top-headline {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    height: auto !important;
    line-height: initial !important;
  }
}

.top-headline small {
  font-size: 0.7em !important;
  font-weight: 400 !important;
}

@media screen and (max-width: 959px) {
  .top-headline.offsetted {
    -webkit-transform: translate(60px, -50%) !important;
            transform: translate(60px, -50%) !important;
  }
}

#third,
#fourth_content,
#product,
#fourth {
  max-width: 770px;
}

#third .amore-section,
#fourth_content .amore-section,
#product .amore-section,
#fourth .amore-section {
  padding: 0;
}

.c-article {
  padding: 0 20px !important;
}

.c-article .img-circle {
  display: none;
}

.c-article h4 {
  position: relative;
  margin: 10px auto 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0B7D5A !important;
  text-align: center;
  font-size: 26px;
}

.c-article h4::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  z-index: -1;
  width: 120%;
  height: 10px;
  background-color: #F5E928;
}

.c-article p {
  font-size: 12px;
  letter-spacing: 0;
  color: #040000;
}

.c-article .button {
  display: none;
}

.c-article--card {
  margin-top: 15px;
  margin-bottom: 0 !important;
  padding: 0 10px !important;
}

.c-article--card .square-banner {
  margin-bottom: 10px !important;
  height: auto;
}

.c-article--card .square-banner-image {
  aspect-ratio: 1.5;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-article--square .square-banner {
  height: auto !important;
}

.c-article--square .square-banner-image {
  aspect-ratio: 1;
  height: auto !important;
}

.c-article--square .square-banner-image img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-btn {
  display: block;
  margin: 10px auto 0;
  padding: 10px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  font-size: 10px;
  font-weight: normal;
  background-color: #C0BFBF;
  -webkit-transition: 300ms;
  transition: 300ms;
  cursor: pointer;
}

.c-btn:hover {
  color: white;
  text-decoration: none;
  background-color: #8e2c35;
}

#movie {
  margin-top: 60px;
}

@media screen and (max-width: 519px) {
  #movie {
    margin-top: 0;
  }
}

#movie .inner {
  height: auto !important;
}

#movie .row {
  padding: 60px 0 !important;
}

#movie .row > div {
  width: 100%;
  max-width: 600px;
}

#fourth h3 {
  display: none;
}

#fourth .row {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 519px) {
  #fourth .row {
    margin-bottom: 0px !important;
  }
}

#fourth .row .amore-section {
  padding: 20px 20px 0;
}

#fourth .row .post {
  font-size: 10px;
}

#fourth .row .post .thumb {
  width: 100%;
  height: auto;
}

#fourth .row .post h4 {
  font-size: 1.3em;
}

#fourth .row .post p {
  font-size: 1em;
  letter-spacing: 0;
}

@media screen and (max-width: 519px) {
  #fourth .button {
    margin-top: 20px;
  }
}

#profile {
  margin-top: 30px;
  background-color: #FAF6E2 !important;
}

#profile .amore-section {
  padding: 50px 0;
}

#profile .news {
  float: none;
  display: block;
  margin: 0 auto;
  width: 720px;
}

@media screen and (max-width: 720px) {
  #profile .news {
    width: 100%;
  }
}

#profile .news h2 {
  text-align: center;
  color: #0B7D5A;
  font-weight: bold;
  font-family: 'メイリオ', Meiryo,sans-serif;
  font-size: 32px;
}

@media screen and (max-width: 519px) {
  #profile .news h2 {
    font-size: 24px;
  }
}

#profile .news h2 span {
  display: block;
  font-weight: 400;
  font-size: .65em;
  line-height: 1.1;
}

#profile .news #news {
  margin-top: 25px;
  padding-bottom: 15px;
  border-color: #0B7D5A;
}

#profile .news #news li {
  border-color: #0B7D5A;
}

#profile .news #news li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 70px;
  width: 100%;
  font-size: 12px;
}

@media screen and (max-width: 519px) {
  #profile .news #news li a {
    padding: 16px 10px;
  }
}

#profile .news #news li a time {
  display: inline-block;
  margin-right: 30px;
  min-width: 70px;
}

@media screen and (max-width: 519px) {
  #profile .news #news li a time {
    margin-right: 10px;
  }
}

#profile .news #news li a time span {
  margin: 0;
  color: #040000;
  font-weight: normal;
}

#profile .news #news li a h4 {
  font-size: 1em;
  color: #040000;
  font-weight: normal;
}

.p-company {
  padding: 50px 20px 80px;
  background-color: #F5E928;
}

.p-company h2 {
  text-align: center;
  color: #0B7D5A;
  font-weight: bold;
  font-family: 'メイリオ', Meiryo,sans-serif;
  font-size: 32px;
}

@media screen and (max-width: 519px) {
  .p-company h2 {
    font-size: 24px;
  }
}

.p-company h2 span {
  display: block;
  font-weight: 400;
  font-size: .65em;
  line-height: 1.1;
}

.p-company p {
  line-height: 1.8;
}

@media screen and (max-width: 519px) {
  .p-company p {
    font-size: 13px;
  }
}

.p-company__container {
  margin: 30px auto 0;
  width: 100%;
  max-width: 770px;
}

.p-company__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-company__wrapper {
  margin-top: 40px;
  width: 49%;
}

@media screen and (max-width: 519px) {
  .p-company__wrapper {
    width: 100%;
  }
}

.p-company__wrapper table {
  width: 100%;
  border-collapse: collapse;
}

.p-company__wrapper table tr {
  border-top: solid 1px #0B7D5A;
}

.p-company__wrapper table tr:last-of-type {
  border-bottom: solid 1px #0B7D5A;
}

.p-company__wrapper table tr th {
  min-width: 90px;
}

.p-company__wrapper table tr th, .p-company__wrapper table tr td {
  padding: 10px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: text-top;
  letter-spacing: 0;
}

.p-company__wrapper table tr th ul, .p-company__wrapper table tr td ul {
  padding-left: 16px;
}

.p-company__wrapper iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 519px) {
  .p-company__wrapper iframe {
    aspect-ratio: 1.5;
    height: auto;
  }
}

.c-footer {
  text-align: center;
  background-color: #fff;
}

.c-footer__container {
  padding: 20px 0 25px;
}

.c-footer__title {
  color: #0B7D5A;
  font-size: 22px;
}

.c-footer__address {
  margin-top: 15px;
  font-size: 10px;
}

.c-footer__tel {
  margin-top: 5px;
  font-size: 18px;
}

.c-footer__info {
  margin-top: 20px;
  font-size: 11px;
}

.c-footer__info a {
  color: #0B7D5A;
}

.c-footer__info a:hover {
  color: #0B7D5A;
}

.c-footer__copyright {
  position: relative;
  padding: 10px;
  color: white;
  font-size: 10px;
  background-color: #0B7D5A;
}

@media screen and (max-width: 519px) {
  .c-footer__copyright {
    letter-spacing: 0;
  }
}

.c-footer__pagetop {
  display: block !important;
  position: absolute;
  top: 0;
  right: calc(50vw - 460px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 959px) {
  .c-footer__pagetop {
    right: 0;
  }
}

.c-footer__pagetop a {
  display: block !important;
  position: initial !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
}

.c-footer__pagetop a::before {
  content: none !important;
}

.c-footer__pagetop img {
  width: 35px;
  height: 35px;
}

.main-content {
  margin-top: 60px;
}

@media screen and (max-width: 959px) {
  .main-content .amore-divider {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20vw;
  }
}

@media screen and (max-width: 519px) {
  .main-content .amore-divider {
    height: 30vw;
  }
}

.c-post {
  margin: 0 15px 40px 0;
  padding: 0 !important;
  width: calc(33.333% - 30px / 3) !important;
}

@media screen and (max-width: 519px) {
  .c-post {
    width: calc(50% - 15px / 2) !important;
  }
}

.c-post:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 519px) {
  .c-post:nth-child(3n) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 519px) {
  .c-post:nth-child(2n) {
    margin-right: 0;
  }
}

.c-post .row {
  margin: 0 !important;
}

.c-post div {
  padding: 0 !important;
}

.c-post img {
  aspect-ratio: 1.3;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 40px;
}

.c-pagenation .page-numbers {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 8px;
  color: #0B7D5A;
}

.c-pagenation .page-numbers:last-of-type {
  margin-right: 0;
}

.c-pagenation .current {
  color: #040000;
}

.c-pagenation .dots {
  color: #040000;
}

.c-pagenation .prev,
.c-pagenation .next {
  padding: 3px 8px 6px;
  color: white;
  background-color: #0B7D5A;
}

.c-pagenation .prev:hover,
.c-pagenation .next:hover {
  text-decoration: none;
  opacity: .8;
}
/*# sourceMappingURL=style.css.map */