@charset "UTF-8";
@-webkit-keyframes wave {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@keyframes wave {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
.no-transition {
  transition: none !important;
}

.Header__mainvisual {
  position: relative;
  z-index: -1;
  width: 100%;
  background-color: #fff;
  height: 100vh;
}

.main-logo {
  position: absolute;
  top: 15vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: clamp(120px, 16vw, 210px);
  height: clamp(120px, 16vw, 210px);
  filter: drop-shadow(2px -4px 6px white) drop-shadow(2px 4px 6px white);
}
.main-logo > svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .main-logo {
    top: 35vw;
  }
}

.header-caption {
  position: absolute;
  top: 32vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
  text-align: center;
  width: 100%;
}
.header-caption .title {
  font-size: clamp(20px, 5vw, 56px);
  line-height: 2;
  letter-spacing: 4px;
}
@media screen and (max-width: 768px) {
  .header-caption {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.slideshow .slide-content {
  display: none;
}

.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
  display: block;
}

.slideshow .slide.is-loaded {
  opacity: 1;
}

.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  z-index: 1;
}

.slideshow .slide .image {
  width: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -webkit-animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
          animation: bgimgzoom2 20s 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards 1;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .slideshow {
    height: 89vh;
  }
}
@-webkit-keyframes bgimgzoom2 {
  0% {
    transform: scale(1.1);
  }
  15% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes bgimgzoom2 {
  0% {
    transform: scale(1.1);
  }
  15% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.PcOnly {
  display: block;
}

.SpOnly {
  display: none;
}

@media (max-width: 768px) {
  .PcOnly {
    display: none;
  }
  .SpOnly {
    display: block;
  }
}
.waves {
  margin-top: -50px;
}

@media screen and (max-width: 768px) {
  .waves {
    margin-top: -125px;
  }
}
.waves__wave {
  position: relative;
  width: 100%;
  height: 50px;
  min-height: 50px;
  margin-bottom: -7px;
  /*Fix for safari gap*/
}

@media screen and (min-width: 769px) {
  .waves__wave {
    height: 100px;
  }
}
.waves__parallax > use {
  -webkit-animation: wave 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation: wave 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.waves__parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.waves__parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
}

.waves__parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
}

#apples {
  background: url(../image/top/apples-bg.png) center bottom no-repeat;
  background-size: cover;
  padding-bottom: 260px;
}
#apples .flexbox {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  #apples .flexbox {
    flex-wrap: wrap;
  }
}
#apples .col {
  width: 50%;
  position: relative;
}
#apples .col h3 {
  color: #061466;
  font-size: 3rem;
  margin-bottom: 40px;
}
#apples .col p {
  line-height: 2;
  font-size: 1.8rem;
}
#apples .col .apple02 {
  position: absolute;
  right: -40px;
  bottom: -150px;
}
@media screen and (max-width: 768px) {
  #apples {
    padding-bottom: 66px;
  }
  #apples .col {
    width: 100%;
  }
  #apples .col h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #apples .col p {
    line-height: 1.7;
    font-size: 1.6rem;
  }
  #apples .col .apple02 {
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: inherit;
    margin-top: 20px;
    width: 100%;
  }
}

#about .img-body {
  position: relative;
  width: 92.5%;
  padding-top: 42%;
  border-top-right-radius: 58.594vw;
  border-bottom-right-radius: 58.594vw;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
  z-index: 10;
}
#about .img-body img {
  position: absolute;
  bottom: 0;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#about .about-body {
  position: relative;
  z-index: 12;
  top: -80px;
  padding: 60px;
  background: #fff;
}
#about .about-body h3 {
  font-size: clamp(24px, 5.208vw, 40px);
  letter-spacing: 4px;
  color: #061466;
  margin-bottom: 40px;
}
#about .about-body p {
  line-height: 2;
  font-size: clamp(16px, 2.604vw, 20px);
}
#about .about-image {
  position: relative;
  margin: 0 4vw;
}
#about .about-image h3.en {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: sideways;
  position: absolute;
  white-space: nowrap;
  top: -54px;
  left: -39px;
  font-size: 7.2rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  z-index: 1;
  color: #061466;
}
#about .graph {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 100px auto 40px;
}
#about .graph .image {
  width: 500px;
}
#about .graph .txt {
  width: calc(100% - 570px);
}
#about .graph .txt h3 {
  font-size: clamp(20px, 3.9vw, 30px);
  letter-spacing: 4px;
  color: #061466;
  margin-bottom: 40px;
}
#about .graph .txt p {
  line-height: 2;
  font-size: clamp(16px, 2.604vw, 18px);
}
@media screen and (max-width: 768px) {
  #about .img-body {
    padding-top: 53%;
  }
  #about .about-body {
    top: -10px;
    padding: 25px;
    margin-bottom: 60px;
  }
  #about .about-body h3 {
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  #about .about-body p {
    line-height: 1.7;
    font-size: 15px;
  }
  #about .about-image {
    position: relative;
  }
  #about .about-image h3.en {
    left: -8px;
    font-size: 3.2rem;
  }
  #about .graph {
    flex-direction: column-reverse;
  }
  #about .graph .image {
    width: 100%;
  }
  #about .graph .txt {
    width: 100%;
    margin-bottom: 40px;
  }
  #about .graph .txt h3 {
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
  }
  #about .graph .txt p {
    line-height: 1.7;
    font-size: 16px;
  }
}

#greetings {
  position: relative;
  padding-bottom: 0;
}
#greetings:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 134px;
  height: 120px;
  background: url(../image/top/reaf.png) center top no-repeat;
  background-size: contain;
}
#greetings .shape-fill {
  fill: #cf4a46;
  width: 100%;
}
#greetings .content {
  background-color: #cf4a46;
  margin-top: -15px;
  padding-bottom: 100px;
}
#greetings .greetings-title {
  text-align: center;
  margin-bottom: 40px;
  color: #fff;
  font-size: clamp(20px, 3.9vw, 40px);
  line-height: 1.4;
}
#greetings .greetings-title > span {
  display: block;
  text-align: center;
  font-size: clamp(16px, 2.604vw, 20px);
  letter-spacing: 5px;
}
#greetings .c-group {
  flex-direction: row-reverse;
}
#greetings .c-group .image {
  position: relative;
  width: 52.5%;
  padding-top: 52.6388888889vw;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8.594vw;
  border-bottom-left-radius: 8.594vw;
  overflow: hidden;
  z-index: 20;
}
#greetings .c-group .image img {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
}
#greetings .c-group .txt {
  width: 37.5%;
}
#greetings .c-group .txt h3 {
  margin-bottom: 120px;
  color: #fff;
  font-size: clamp(20px, 3.9vw, 30px);
  line-height: 1.7;
}
#greetings .c-group .txt dl {
  margin-bottom: 60px;
  color: #fff;
  margin-left: 4vw;
}
#greetings .c-group .txt dl dt {
  font-size: clamp(18px, 3.1vw, 24px);
  font-weight: normal;
  margin-bottom: 16px;
}
#greetings .c-group .txt dl dt::before {
  content: "-";
  display: inline-block;
  margin-right: 8px;
}
#greetings .c-group .txt dl dd {
  padding-left: 30px;
  line-height: 2;
}
#greetings .c-group .txt .name {
  text-align: right;
  font-size: clamp(18px, 3.1vw, 24px);
  letter-spacing: 2px;
  color: #fff;
  line-height: 2;
}
#greetings .c-group .txt .name span {
  font-size: 18px;
  display: block;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #greetings {
    position: relative;
    padding-bottom: 0;
  }
  #greetings:before {
    top: -23px;
    width: 47px;
    height: 72px;
  }
  #greetings .content {
    background-color: #cf4a46;
    margin-top: -15px;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  #greetings .greetings-title {
    font-size: 24px;
    line-height: 1.4;
  }
  #greetings .greetings-title > span {
    letter-spacing: 2px;
  }
  #greetings .c-group {
    flex-direction: column;
  }
  #greetings .c-group .image {
    position: relative;
    width: 92.5%;
    padding-top: 66.638889vw;
    margin-bottom: 20px;
  }
  #greetings .c-group .txt {
    width: 100%;
  }
  #greetings .c-group .txt h3 {
    margin-bottom: 40px;
    color: #fff;
    font-size: 24px;
  }
  #greetings .c-group .txt dl {
    margin-bottom: 20px;
    color: #fff;
    margin-left: 4vw;
  }
  #greetings .c-group .txt dl dt {
    font-size: 20px;
  }
  #greetings .c-group .txt dl dd {
    padding-left: 30px;
    line-height: 1.6;
    font-size: 14px;
  }
  #greetings .c-group .txt .name {
    text-align: right;
    font-size: 18px;
  }
  #greetings .c-group .txt .name span {
    font-size: 14px;
  }
}

#varieties {
  background: url(../image/common/bg-gray.png) repeat;
}
#varieties .lead {
  position: relative;
}
#varieties .lead h3 {
  font-size: clamp(18px, 3.1vw, 24px);
  margin-bottom: 20px;
}
#varieties .lead .photo {
  position: absolute;
  right: 0;
  top: -160px;
  opacity: 0.3;
  width: 260px;
}
#varieties div.apple-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 60px auto;
}
#varieties div.apple-list .item {
  position: relative;
  cursor: pointer;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.256);
}
#varieties div.apple-list .circle {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#varieties div.apple-list .circle .number {
  color: #f27c25;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
#varieties div.apple-list .circle .name {
  font-size: 16px;
  color: #061466;
  line-height: 1.7;
}
#varieties div.apple-list .circle:hover {
  background: #cf4a46;
  transition: all 0.4s;
}
#varieties div.apple-list .circle:hover .number {
  color: #fff;
}
#varieties div.apple-list .circle:hover .name {
  color: #fff;
}
#varieties div.apple-list .active .circle {
  background: #cf4a46;
}
#varieties div.apple-list .active .circle .number {
  color: #fff;
}
#varieties div.apple-list .active .circle .name {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #varieties .lead {
    position: relative;
  }
  #varieties .lead h3 {
    font-size: 20px;
  }
  #varieties .lead .photo {
    position: relative;
    right: 0;
    top: 20px;
    opacity: 1;
    width: 100%;
  }
  #varieties div.apple-list {
    gap: 10px;
    margin: 60px auto;
    justify-content: center;
  }
  #varieties div.apple-list .circle .number {
    font-size: 20px;
    margin-bottom: 4px;
  }
  #varieties div.apple-list .circle .name {
    font-size: 14px;
  }
}

.juice-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.juice-box .lead {
  width: calc(100% - 540px);
}
.juice-box .lead h3 {
  font-size: clamp(18px, 3.1vw, 24px);
  margin-bottom: 20px;
  line-height: 1.6;
}
.juice-box .lead .buy-btn {
  float: none;
  margin: 40px auto 0;
}
.juice-box .photo {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .juice-box {
    flex-direction: column-reverse;
  }
  .juice-box .lead,
.juice-box .photo {
    width: 100%;
    padding: 10px;
  }
}

/* jsSlider */
.jsSlider_container {
  max-width: 1040px;
  position: relative;
  margin: 0 auto 5px;
  height: auto;
  /* テキスト */
}
.jsSlider_container .ringo-photo {
  width: 100%;
  max-width: 580px;
  height: 540px;
  overflow: hidden;
  margin-bottom: 20px;
}
.jsSlider_container .ringo-photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.jsSlider_container .ringo-text {
  font-size: 1.6rem;
  padding: 60px 20px 20px;
  background: #fff;
  position: absolute;
  bottom: 0;
  font-weight: 500;
  right: 0;
  width: 100%;
  max-width: 520px;
  filter: drop-shadow(16px 16px 10px white);
  margin-bottom: 40px;
}
.jsSlider_container .ringo-text .ringo-name {
  font-size: clamp(20px, 4vw, 30px);
  color: #cf4a46;
  margin-bottom: 30px;
}
.jsSlider_container .ringo-text .ringo-detail {
  font-size: clamp(16px, 2vw, 18px);
  margin-bottom: 20px;
  line-height: 1.7;
}
.jsSlider_container .ringo-text .ringo-season {
  position: absolute;
  right: 50px;
  top: -140px;
  width: 300px;
  margin: 0 auto 40px;
  text-align: center;
}
.jsSlider_container .ringo-text .ringo-season p.season {
  color: #6a1a00;
  font-size: clamp(16px, 3vw, 22px);
  position: relative;
  filter: drop-shadow(0px 0px 4px white);
  margin-bottom: 20px;
}
.jsSlider_container .ringo-text .ringo-season p.season::before, .jsSlider_container .ringo-text .ringo-season p.season::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #6a1a00;
}
.jsSlider_container .ringo-text .ringo-season p.season::before {
  transform: rotate(67deg);
  left: -13px;
  top: 30px;
}
.jsSlider_container .ringo-text .ringo-season p.season::after {
  transform: rotate(115deg);
  right: -13px;
  top: 30px;
}
.jsSlider_container .ringo-text .ringo-season .season-image {
  width: 125px;
  height: 125px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 100vmax;
}
.jsSlider_container .ringo-text .ringo-season .season-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .jsSlider_container {
    /* テキスト */
  }
  .jsSlider_container .ringo-photo {
    width: 100%;
    max-width: 1000px;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .jsSlider_container .ringo-photo > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .jsSlider_container .ringo-text {
    font-size: 1.6rem;
    padding: 20px 20px;
    background: #fff;
    position: relative;
    bottom: 0px;
    font-weight: 500;
    right: 0;
    width: 100%;
    max-width: 700px;
    filter: drop-shadow(16px 16px 10px white);
    margin-bottom: 40px;
  }
  .jsSlider_container .ringo-text .ringo-name {
    font-size: clamp(20px, 4vw, 30px);
    color: #cf4a46;
    margin-bottom: 30px;
  }
  .jsSlider_container .ringo-text .ringo-detail {
    font-size: clamp(16px, 2vw, 18px);
    margin-bottom: 20px;
    line-height: 1.7;
  }
  .jsSlider_container .ringo-text .ringo-season {
    position: relative;
    right: inherit;
    top: 20px;
    width: 300px;
    margin: 0 auto 40px;
    text-align: center;
  }
  .jsSlider_container .ringo-text .ringo-season p.season {
    color: #6a1a00;
    font-size: clamp(16px, 3vw, 22px);
    position: relative;
    margin-bottom: 20px;
  }
  .jsSlider_container .ringo-text .ringo-season p.season::before, .jsSlider_container .ringo-text .ringo-season p.season::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background-color: #6a1a00;
  }
  .jsSlider_container .ringo-text .ringo-season p.season::before {
    transform: rotate(67deg);
    left: -13px;
    top: 30px;
  }
  .jsSlider_container .ringo-text .ringo-season p.season::after {
    transform: rotate(115deg);
    right: -13px;
    top: 30px;
  }
  .jsSlider_container .ringo-text .ringo-season .season-image {
    width: 125px;
    height: 125px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100vmax;
  }
  .jsSlider_container .ringo-text .ringo-season .season-image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.buy-btn {
  float: right;
  display: block;
  background: #d04a46;
  color: #fff !important;
  position: relative;
  width: 100%;
  max-width: 280px;
  border-radius: 8px;
  padding: 14px;
  text-align: center;
  position: relative;
}
.buy-btn:hover {
  background: #457300;
}
.buy-btn::before, .buy-btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.buy-btn::before {
  right: 16px;
  width: 10px;
  height: 1px;
  background: #fff;
}
.buy-btn::after {
  right: 16px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .buy-btn {
    float: none;
    margin: 0 auto;
  }
}

/* ページ送り */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: auto;
  padding: 10px 16px;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  transform: translateY(-100%);
}

.next {
  right: 0;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: #fff;
}

/* fadeアニメーション */
.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
.banner-area {
  display: flex;
  justify-content: center;
  margin: 150px auto 100px;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .banner-area {
    display: flex;
    justify-content: center;
    margin: 48px auto 25px;
    gap: 18px;
  }
}

.howto-save {
  background: url(../image/common/dot-bg.png) center center no-repeat;
  background-size: cover;
  padding: 80px 0 100px;
}
.howto-save h2.save-title {
  max-width: 300px;
  margin: 0 auto 80px;
  position: relative;
  text-align: center;
  background-color: #457300;
  color: #fff;
  font-size: clamp(18px, 3vw, 24px);
  padding: 20px;
}
.howto-save h2.save-title:before {
  content: "";
  position: absolute;
  left: -280px;
  top: -20px;
  background: url(../image/top/hozon-title.png) center center no-repeat;
  background-size: contain;
  width: 230px;
  height: 166px;
}
.howto-save h2.save-title + p {
  text-align: center;
  font-size: clamp(14px, 3vw, 22px);
}

#access {
  overflow: hidden;
  padding: 80px 0 160px;
  background: url(../image/common/bg-gray.png) repeat;
}
#access .access-title {
  text-align: center;
  color: #d04a46;
  font-size: clamp(18px, 4vw, 28px);
  letter-spacing: 4px;
  line-height: 1.7;
  margin-bottom: 40px;
}
#access .access-title span {
  color: #6a1a00;
  font-size: clamp(14px, 2vw, 18px);
  display: block;
  text-align: center;
}
#access .map {
  max-width: 980px;
  height: 450px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
#access .map .google-link {
  background: #6a1a00;
  color: #fff;
  width: 280px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 16px 0;
  text-align: center;
  z-index: 10;
}
#access .address {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 80px;
}
#access .address .logo {
  width: 200px;
}
#access .address .txt {
  width: 320px;
}
#access .address .txt h2 {
  font-size: clamp(16px, 3vw, 24px);
  color: #6a1a00;
  margin-bottom: 16px;
}
#access .address .txt p {
  font-size: clamp(14px, 2vw, 18px);
  color: #6a1a00;
  margin-bottom: 20px;
}
#access .address .txt p.tel {
  color: #cd4a45;
  font-size: clamp(18px, 4vw, 34px);
  font-weight: bold;
}
#access .address .txt p.tel > span {
  font-size: 18px;
  display: inline-block;
  margin-right: 16px;
}
#access .address .txt .contact-btn {
  width: 100%;
  text-align: center;
}
#access .address .txt .contact-btn a {
  display: block;
  background: #fff;
  color: #cd4a45;
  border: 2px solid #cd4a45;
  border-radius: 10px;
  padding: 15px;
}
#access .address .txt .contact-btn span {
  display: inline-block;
  margin-left: 19px;
}
@media screen and (max-width: 768px) {
  #access {
    padding: 40px 30px 100px;
  }
  #access .map {
    height: 235px;
  }
  #access .address {
    flex-direction: column;
    gap: 30px;
    margin-top: 80px;
    text-align: center;
  }
  #access .address .logo {
    width: 130px;
    margin: 0 auto;
  }
  #access .address .txt {
    width: 100%;
  }
  #access .address .txt h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #access .address .txt p.tel {
    color: #cd4a45;
    font-size: clamp(18px, 4vw, 34px);
    font-weight: bold;
  }
  #access .address .txt p.tel > span {
    font-size: 18px;
    display: inline-block;
    margin-right: 16px;
  }
}

#contact {
  margin-top: -40px;
}
#contact .shape-fill {
  fill: #cf4a46;
  width: 100%;
}
#contact .content {
  background: #cf4a46;
  margin-top: -30px;
  padding-bottom: 80px;
}
#contact .contact-title {
  text-align: center;
  margin-bottom: 80px;
  font-weight: bold;
  color: #fff;
  font-size: clamp(20px, 3vw, 24px);
}
#contact .contact-title > span {
  display: block;
  text-align: center;
  margin-bottom: 18px;
}
#contact .form-area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}
#contact .form-area .name {
  width: 200px;
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
  padding-top: 18px;
}
#contact .form-area .input {
  width: 500px;
}
#contact input[type=text],
#contact input[type=email],
#contact textarea {
  background: #fff;
  border-radius: 8px;
  padding: 12px 8px;
  box-sizing: border-box;
  width: 100%;
}
#contact textarea {
  min-height: 130px;
}
#contact .mw_wp_form_confirm .input {
  color: #fff;
  padding-top: 18px;
}
#contact .submit-area {
  text-align: center;
}
#contact input[type=submit] {
  display: inline-block;
  margin: 40px auto;
  padding: 20px 50px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  color: #cd4a45;
  border-radius: 10px;
}
#contact input[type=submit]:hover {
  background-color: #457300;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #contact .content {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  #contact .contact-title {
    text-align: center;
    margin-bottom: 0px;
    padding: 0 30px 40px;
  }
  #contact .form-area {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 0 30px;
  }
  #contact .form-area .name {
    width: 100%;
    margin-bottom: 16px;
  }
  #contact .form-area .input {
    width: 100%;
  }
  #contact input[type=text],
#contact input[type=email],
#contact textarea {
    background: #fff;
    border-radius: 8px;
    padding: 12px 8px;
    box-sizing: border-box;
    width: 100%;
  }
  #contact textarea {
    min-height: 130px;
  }
  #contact input[type=submit] {
    display: block;
    margin: 40px auto;
    width: 300px;
    padding: 20px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    color: #cd4a45;
    border-radius: 10px;
  }
  #contact input[type=submit]:hover {
    background-color: #457300;
    color: #fff;
    transition: all 0.3s;
  }
}

.looop {
  margin-top: 90px;
  display: flex;
  width: 100vw;
  height: 200px;
  overflow: hidden;
}
.looop .loop-wrap {
  display: flex;
  -webkit-animation: slide1 45s infinite linear 0.5s both;
          animation: slide1 45s infinite linear 0.5s both;
}
.looop .photo {
  width: 12.5vw;
}
.looop img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .looop {
    display: none;
  }
}

@-webkit-keyframes slide1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide1 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}/*# sourceMappingURL=top.css.map */