@charset "UTF-8";
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  vertical-align: bottom;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

.wrapper {
  overflow: hidden;
}

body {
  overflow-y: scroll;
}

img {
  max-width: 100%;
} /*
Theme Name: フラワーランドかみふらの
Description: Original Theme for フラワーランドかみふらの
Version: 1.0
Author: Agentgate,Inc.
*/
/* ------------------------------------------------------------------------
  General
------------------------------------------------------------------------ */
html {
  width: 100%;
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #1D110F;
  word-break: break-word;
}

/* Initialize
----------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  color: inherit;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

iframe {
  max-width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
/* Layout
----------------------------------------- */
@media (min-width: 768px) {
  .inner {
    max-width: 1140px;
    margin: auto;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

@media (min-width: 768px) {
  .inner-pc {
    max-width: 1140px;
    margin: auto;
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .inner_contents {
    max-width: 900px;
    margin: auto;
  }
}

/* Button
----------------------------------------- */
.btn {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 60px;
  background-color: #FFF;
  border: 2px solid #F76C8B;
  border-radius: 28pc;
  color: #F76C8B;
  font-size: 1.8rem;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .btn:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 1.6rem;
  }
}
.btn.btn-pink {
  background-color: #F76C8B;
  color: #FFF;
}
.btn.btn-small {
  height: 50px;
  padding: 0 80px;
  font-size: 1.6rem;
}
.btn.btn-wide {
  width: 100%;
  height: 36px;
  padding: 0 20px;
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .btn.btn-wide {
    height: 32px;
    font-size: 1.2rem;
    border-width: 1px;
  }
}
.btn.btn-submit {
  width: 223px;
  height: 50px;
  padding: 0;
  border-width: 1px;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .btn.btn-submit {
    width: calc(50% - 5px);
    height: 45px;
    font-size: 1.4rem;
  }
}

.btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .btnArea {
    margin-top: 30px;
  }
}
.btnArea .btn + .btn {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .btnArea .btn + .btn {
    margin-left: 10px;
  }
}

/* ------------------------------------------------------------------------
  Header
------------------------------------------------------------------------ */
.header {
  /* SP/PC共通（天気予報、snsリンク）
  --------------------------------------------- */
  /* header SP
  --------------------------------------------- */
  /* header PC
  ---------------------------------------------- */
}
.header .nav_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header .nav_info {
    justify-content: start;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 101;
  }
}
.header .nav_info .nav_weather {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  border: 1px solid #F76C8B;
  background: #F76C8B;
  border-radius: 16px;
  height: 30px;
}
@media (min-width: 768px) {
  .header .nav_info .nav_weather {
    margin-right: 24px;
  }
}
.header .nav_info .nav_weather .weather_today {
  color: #FFF;
  font-size: 1.4rem;
  padding: 5px 12px;
}
.header .nav_info .nav_weather .weather_detail {
  background-color: #FFF;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 17px;
  border-radius: 0 15px 15px 0;
  height: 100%;
}
.header .nav_info .nav_weather .weather_detail .weather_icon {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 100%;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}
.header .nav_info .nav_weather .weather_detail .weather_icon img {
  max-width: none;
  width: auto;
  height: 40px;
  position: absolute;
}
.header .nav_info .nav_weather .weather_detail .weather_temperature .high {
  color: #FF2400;
}
.header .nav_info .nav_weather .weather_detail .weather_temperature .low {
  color: #0055FF;
}
.header .nav_info .nav_weather .weather_detail .weather_temperature .temp {
  color: #F76C8B;
}
.header .nav_info .nav_sns .nav_sns_link:first-child {
  margin-right: 10px;
}
.header .nav_info .nav_sns .nav_sns_link.icon_facebook img {
  width: 27px;
  height: 27px;
}
@media (min-width: 768px) {
  .header .nav_info .nav_sns .nav_sns_link.icon_facebook img {
    width: 23px;
    height: 23px;
  }
}
.header .nav_info .nav_sns .nav_sns_link.icon_insta img {
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .header .nav_info .nav_sns .nav_sns_link.icon_insta img {
    width: 23px;
    height: 23px;
  }
}
.header .header_sp {
  /* Nav-sp
  --------------------------------------- */
}
.header .header_sp .header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5vw;
  background: url(assets/img/header_bg_sp.png) no-repeat center center/cover;
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  transition: background-color 0.2s;
}
.header .header_sp .header_top.header_top-change {
  background: none;
  background-color: #fff;
}
.header .header_sp .header_top .menu-btn {
  display: inline-block;
  background: url(assets/img/sp_menu.svg) no-repeat center center/contain;
  width: 54px;
  height: 54px;
}
.header .header_sp .header_top .menu-btn.open {
  background: url(assets/img/sp_menu_close.svg) no-repeat center center/contain;
}
.header .header_sp .nav-sp {
  padding: 30px 0 113px;
  background-color: #FCF7ED;
  position: fixed;
  top: 90px;
  width: 100%;
  height: 100%;
  left: 100%;
  z-index: 100;
  overflow: scroll;
  transition: all 0.5s;
}
.header .header_sp .nav-sp.open {
  left: 0;
}
.header .header_sp .nav-sp .nav-sp_wrap {
  padding: 0 44px;
}
.header .header_sp .nav-sp .nav-sp_wrap .nav .g-nav {
  padding: 30px 0 24px;
}
.header .header_sp .nav-sp .nav-sp_wrap .nav .g-nav li a {
  margin-bottom: 16px;
}
.header .header_sp .nav-sp .nav-sp_wrap .nav .g-nav .g-nav_second {
  margin-left: 14px;
}
.header .header_sp .nav-sp .header_contact-btn {
  text-align: center;
  margin-bottom: 26px;
}
.header .header_sp .nav-sp .header_contact-btn a {
  background-color: #F76C8B;
  color: #FFF;
  font-weight: 700;
  line-height: 2.6;
  text-align: center;
  width: 200px;
  height: 44px;
  border-radius: 40px;
}
.header .header_sp .header_terms {
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
  padding-bottom: 100px;
}
.header .header_sp .header_terms:after {
  content: "";
  display: block;
  background: url(assets/img/sp_menu_flower.svg) no-repeat top center/cover;
  width: 100%;
  height: 21vw;
  position: absolute;
  bottom: -6vw;
  left: 0;
}
.header .header_sp .header_terms a:first-child {
  margin-right: 34px;
}
.header .header_pc .nav_info_wrap {
  position: relative;
}
.header .header_pc .header_pc_wrap {
  padding: 15px 0 20px;
  background: url(assets/img/header_bg_pc.png) no-repeat center center/cover;
  width: 100%;
  height: 170px;
  position: fixed;
  top: 0;
  z-index: 100;
  transition: padding 0.2s, height 0.2s;
}
.header .header_pc .header_pc_wrap.header_pc_wrap-change {
  background: none;
  background-color: #fff;
  padding: 0;
  height: auto;
}
.header .header_pc .header_pc_wrap.header_pc_wrap-change .nav .g-nav li .logo_pc .logo_scroll_hidden {
  display: none;
}
.header .header_pc .header_pc_wrap.header_pc_wrap-change .nav .g-nav li .logo_pc .logo_scroll_show {
  display: block;
  width: 54px;
  height: auto;
}
.header .header_pc .header_pc_wrap .nav .g-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  top: -10px;
}
.header .header_pc .header_pc_wrap .nav .g-nav li {
  width: 14.2857142857%;
  text-align: center;
}
.header .header_pc .header_pc_wrap .nav .g-nav li a {
  text-align: center;
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.logo_pc img {
  width: 95px;
  height: 111px;
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.logo_pc .logo_scroll_show {
  display: none;
  transition: all 0.2s;
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.current {
  color: #64B101;
}
.header .header_pc .header_pc_wrap .nav .g-nav li a:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.nav-menu01:before {
  background-image: url(assets/img/header_icon01.svg);
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.nav-menu01.current:before {
  background-image: url(assets/img/header_icon01_on.svg);
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.nav-menu02:before {
  background-image: url(assets/img/header_icon02.svg);
  width: 22px;
  height: 23px;
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.nav-menu02.current:before {
  background-image: url(assets/img/header_icon02_on.svg);
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.nav-menu03:before {
  background-image: url(assets/img/header_icon03.svg);
  width: 20px;
  height: 23px;
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.nav-menu03.current:before {
  background-image: url(assets/img/header_icon03_on.svg);
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.nav-menu04:before {
  background-image: url(assets/img/header_icon04.svg);
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.nav-menu04.current:before {
  background-image: url(assets/img/header_icon04_on.svg);
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.nav-menu05:before {
  background-image: url(assets/img/header_icon05.svg);
  width: 27px;
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.nav-menu05.current:before {
  background-image: url(assets/img/header_icon05_on.svg);
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.nav-menu06:before {
  background-image: url(assets/img/header_icon06.svg);
  width: 25px;
  height: 20px;
}
.header .header_pc .header_pc_wrap .nav .g-nav li a.nav-menu06.current:before {
  background-image: url(assets/img/header_icon06_on.svg);
}
.header .header_pc .header_pc_wrap .nav .g-nav li a span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}

/* ------------------------------------------------------------------------
  Main
------------------------------------------------------------------------ */
main {
  padding-top: 90px;
  /* 背景色 ベージュ */
}
@media (min-width: 768px) {
  main {
    padding-top: 170px;
  }
}
main .wrapper {
  padding: 50px 0;
}
@media (min-width: 768px) {
  main .wrapper {
    padding: 70px 0;
  }
}
main .wrapper.wrapper-about {
  margin-bottom: -16vw;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  main .wrapper.wrapper-about {
    margin-bottom: -100px;
  }
}
main section {
  /* headline
  -------------------------------------------------- */
  /* 背景色
  ---------------------------------------------- */
  /* Access
  ------------------------------------------- */
}
main section .headline {
  text-align: center;
  margin-bottom: 40px;
}
main section .headline .headline_title {
  display: inline-flex;
  align-items: center;
}
@media (min-width: 768px) {
  main section .headline .headline_title {
    font-size: 3.5rem;
  }
}
main section .headline .headline_title:before, main section .headline .headline_title:after {
  content: "";
  display: inline-block;
  width: 72px;
  height: 36px;
}
@media (min-width: 768px) {
  main section .headline .headline_title:before, main section .headline .headline_title:after {
    width: 177px;
    height: 44px;
  }
}
main section .headline .headline_title:before {
  background: url(assets/img/headline_white_left_sp.svg) no-repeat center center/contain;
  margin-right: 10px;
}
@media (min-width: 768px) {
  main section .headline .headline_title:before {
    background: url(assets/img/headline_white_left_pc.svg) no-repeat center center/contain;
  }
}
main section .headline .headline_title:after {
  background: url(assets/img/headline_white_right_sp.svg) no-repeat center center/contain;
  margin-left: 10px;
}
@media (min-width: 768px) {
  main section .headline .headline_title:after {
    background: url(assets/img/headline_white_right_pc.svg) no-repeat center center/contain;
  }
}
main section .headline .headline_title.headline_pink:before {
  background: url(assets/img/headline_pink_left_sp.svg) no-repeat center center/contain;
}
@media (min-width: 768px) {
  main section .headline .headline_title.headline_pink:before {
    background: url(assets/img/headline_pink_left_pc.svg) no-repeat center center/contain;
  }
}
main section .headline .headline_title.headline_pink:after {
  background: url(assets/img/headline_pink_right_sp.svg) no-repeat center center/contain;
}
@media (min-width: 768px) {
  main section .headline .headline_title.headline_pink:after {
    background: url(assets/img/headline_pink_right_pc.svg) no-repeat center center/contain;
  }
}
main section .headline .headline_en {
  display: block;
  color: #F76C8B;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  main section .headline .headline_en {
    font-size: 1.8rem;
  }
}
main section.bg-pink, main section .bg-pink {
  background: url(assets/img/bg_pink_sp.png) no-repeat top center/cover;
  padding: 63px 0 50px;
  position: relative;
}
@media (min-width: 768px) {
  main section.bg-pink, main section .bg-pink {
    background: url(assets/img/bg_pink.png) no-repeat top center/cover;
    padding: 85px 0 70px;
  }
}
main section.bg-pink:after, main section .bg-pink:after {
  content: "";
  display: block;
  background-image: url(assets/img/line_dot.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 12px;
}
@media (max-width: 767px) {
  main section.bg-pink.sec-parking, main section .bg-pink.sec-parking {
    background: url(assets/img/information/bg_pink_sp_parking.png) no-repeat top center/cover;
  }
}
main section.bg-blue {
  padding: 35px 0 95px;
  background: url(assets/img/bg_blue.png) no-repeat top center/cover;
  position: relative;
  margin-top: -3vw;
}
@media (min-width: 768px) {
  main section.bg-blue {
    padding: 85px 0 70px;
  }
  main section.bg-blue:after {
    content: "";
    display: block;
    background: url(assets/img/bg_blue_bottom.png) no-repeat bottom center/cover;
    width: 100%;
    height: 180px;
    position: absolute;
    bottom: -15px;
    z-index: -1;
  }
}
main section .swiper-button-prev,
main section .swiper-button-next {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 767px) {
  main section .swiper-button-prev,
  main section .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}
main section .swiper-button-prev:after,
main section .swiper-button-next:after {
  content: none;
}
main section .swiper-button-prev {
  background-image: url(./assets/img/icon_slider_prev.svg);
  left: -25px;
}
@media (max-width: 767px) {
  main section .swiper-button-prev {
    left: -45px;
  }
}
main section .swiper-button-next {
  background-image: url(./assets/img/icon_slider_next.svg);
  right: -25px;
}
@media (max-width: 767px) {
  main section .swiper-button-next {
    right: -45px;
  }
}
main section .swiper-carousel {
  position: relative;
}
@media (min-width: 768px) {
  main section .swiper-carousel {
    padding: 0 25px;
  }
}
main section .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -5px;
}
main section .swiper-pagination-bullet {
  border: 1px solid #F76C8B;
  background: #fff;
  opacity: 1;
  width: 10px;
  height: 10px;
}
main section .swiper-pagination-bullet-active {
  background: #F76C8B;
}
@media (min-width: 768px) {
  main section .disable .swiper-wrapper {
    justify-content: center;
  }
}
main section .disable .swiper-button-prev,
main section .disable .swiper-button-next {
  display: none;
}
main section .disable ~ .swiper-button-prev, main section .disable ~ .swiper-button-next {
  display: none;
}
main section .post a {
  display: block;
}
main section .post .thumbnail {
  width: 100%;
  height: 160px;
}
@media (max-width: 767px) {
  main section .post .thumbnail {
    height: 37vw;
  }
}
main section .post .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
main section .post .title {
  margin-top: 5px;
  font-size: 2rem;
}
main section .post .price {
  margin-top: 5px;
  color: #F76C8B;
}
main section .post .period {
  margin-top: 5px;
  color: #F76C8B;
}
main section .post .text {
  margin-top: 5px;
  font-weight: 400;
}
main section .post .btn {
  margin-top: 10px;
}
@media (max-width: 767px) {
  main section .post .btn {
    margin-top: 15px;
  }
}
main section .articleList {
  display: flex;
  flex-wrap: wrap;
}
main section .articleList .post {
  width: 32%;
}
@media (max-width: 767px) {
  main section .articleList .post {
    width: 48%;
  }
}
@media (min-width: 768px) {
  main section .articleList .post:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  main section .articleList .post:nth-child(n+4) {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  main section .articleList .post:nth-child(odd) {
    margin-right: 4%;
  }
  main section .articleList .post:nth-child(n+3) {
    margin-top: 30px;
  }
}
main section .articleList .post .thumbnail {
  height: 185px;
}
main section .inner_contents .post .title {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  main section .inner_contents .post .title {
    font-size: 1.8rem;
  }
}
main section .inner_contents .post .price {
  font-weight: 700;
}
@media (max-width: 767px) {
  main section .inner_contents .post .price {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  main section .inner_contents .post .text {
    font-size: 1.4rem;
  }
}
main section .inner_contents .articleList .post .thumbnail {
  height: 175px;
}
@media (max-width: 767px) {
  main section .inner_contents .articleList .post .thumbnail {
    height: 30vw;
  }
}
@media (max-width: 767px) {
  main section .inner_contents .articleList .post .title {
    font-size: 1.6rem;
  }
}
main section.sec-breadcrumb .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  main section.sec-breadcrumb .breadcrumb {
    margin-top: 10px;
  }
}
main section.sec-breadcrumb .breadcrumb a,
main section.sec-breadcrumb .breadcrumb span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.4rem;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  main section.sec-breadcrumb .breadcrumb a,
  main section.sec-breadcrumb .breadcrumb span {
    font-size: 1.2rem;
  }
}
main section.sec-breadcrumb .breadcrumb a + a, main section.sec-breadcrumb .breadcrumb a + span,
main section.sec-breadcrumb .breadcrumb span + a,
main section.sec-breadcrumb .breadcrumb span + span {
  margin-left: 10px;
}
main section.sec-breadcrumb .breadcrumb a + a:before, main section.sec-breadcrumb .breadcrumb a + span:before,
main section.sec-breadcrumb .breadcrumb span + a:before,
main section.sec-breadcrumb .breadcrumb span + span:before {
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  margin-right: 10px;
  background-image: url(assets/img/icon_triangle_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
main section.sec-mv h1 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  background-image: url(assets/img/news/mv.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 18px;
  color: #FFF;
}
@media (max-width: 767px) {
  main section.sec-mv h1 {
    min-height: 160px;
    background-image: url(assets/img/news/mv_sp.png);
    border-radius: 0;
  }
}
main section.sec-mv h1 .h1_main {
  font-size: 4rem;
  text-shadow: 0px 3px 6px rgb(29, 17, 15);
}
@media (max-width: 767px) {
  main section.sec-mv h1 .h1_main {
    font-size: 2.4rem;
  }
}
main section.sec-mv h1 .h1_sub {
  font-size: 2.2rem;
  text-shadow: 0px 3px 6px rgb(29, 17, 15);
}
@media (max-width: 767px) {
  main section.sec-mv h1 .h1_sub {
    font-size: 1.8rem;
  }
}
main section.sec-mv h1.h1-introduction {
  background-image: url(assets/img/introduction/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-introduction {
    background-image: url(assets/img/introduction/mv_sp.png);
  }
}
main section.sec-mv h1.h1-information {
  background-image: url(assets/img/information/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-information {
    background-image: url(assets/img/information/mv_sp.png);
  }
}
main section.sec-mv h1.h1-map {
  background-image: url(assets/img/map/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-map {
    background-image: url(assets/img/map/mv_sp.png);
  }
}
main section.sec-mv h1.h1-restaurant {
  background-image: url(assets/img/restaurant/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-restaurant {
    background-image: url(assets/img/restaurant/mv_sp.png);
  }
}
main section.sec-mv h1.h1-store {
  background-image: url(assets/img/store/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-store {
    background-image: url(assets/img/store/mv_sp.png);
  }
}
main section.sec-mv h1.h1-flowering {
  background-image: url(assets/img/flowering/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-flowering {
    background-image: url(assets/img/flowering/mv_sp.png);
  }
}
main section.sec-mv h1.h1-about {
  background-image: url(assets/img/about/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-about {
    background-image: url(assets/img/about/mv_sp.png);
  }
}
main section.sec-mv h1.h1-news {
  background-image: url(assets/img/news/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-news {
    background-image: url(assets/img/news/mv_sp.png);
  }
}
main section.sec-mv h1.h1-group {
  background-image: url(assets/img/group/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-group {
    background-image: url(assets/img/group/mv_sp.png);
  }
}
main section.sec-mv h1.h1-event {
  background-image: url(assets/img/event/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-event {
    background-image: url(assets/img/event/mv_sp.png);
  }
}
main section.sec-mv h1.h1-faq {
  background-image: url(assets/img/faq/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-faq {
    background-image: url(assets/img/faq/mv_sp.png);
  }
}
main section.sec-mv h1.h1-contact, main section.sec-mv h1.h1-privacy-policy {
  background-image: url(assets/img/contact/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-contact, main section.sec-mv h1.h1-privacy-policy {
    background-image: url(assets/img/contact/mv_sp.png);
  }
}
main section.sec-mv h1.h1-recruit {
  background-image: url(assets/img/recruit/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-recruit {
    background-image: url(assets/img/recruit/mv_sp.png);
  }
}
main section.sec-mv h1.h1-sightseeing {
  background-image: url(assets/img/sightseeing/mv.png);
}
@media (max-width: 767px) {
  main section.sec-mv h1.h1-sightseeing {
    background-image: url(assets/img/sightseeing/mv_sp.png);
  }
}
main section.sec-card .cardWrap {
  padding: 60px 0 80px;
  background-image: url(assets/img/bg_texture.png);
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap {
    padding: 50px 0;
  }
}
main section.sec-card .cardWrap:before, main section.sec-card .cardWrap:after {
  content: "";
  display: block;
  width: 90%;
  height: 30px;
  margin: auto;
  background-image: url(assets/img/bg_card_border.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: absolute;
}
main section.sec-card .cardWrap:before {
  top: -15px;
  left: 5%;
}
main section.sec-card .cardWrap:after {
  bottom: -15px;
  left: 5%;
}
@media (min-width: 768px) {
  main section.sec-card .cardWrap .card {
    width: 82.5%;
    margin: auto;
  }
}
main section.sec-card .cardWrap .card .title {
  font-size: 3.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .title {
    font-size: 2.4rem;
  }
}
main section.sec-card .cardWrap .card .cardSlide {
  margin-top: 20px;
  overflow: unset;
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .cardSlide {
    padding-bottom: 30px;
  }
}
main section.sec-card .cardWrap .card .cardSlide .thumbnail {
  height: 500px;
  max-height: 55vw;
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .cardSlide .thumbnail {
    height: 52vw;
    max-height: none;
  }
}
main section.sec-card .cardWrap .card .cardSlide .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}
main section.sec-card .cardWrap .card .cardSlide .swiper-button-prev,
main section.sec-card .cardWrap .card .cardSlide .swiper-button-next {
  width: 66px;
  height: 66px;
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .cardSlide .swiper-button-prev,
  main section.sec-card .cardWrap .card .cardSlide .swiper-button-next {
    display: none;
  }
}
main section.sec-card .cardWrap .card .cardSlide .swiper-button-prev {
  left: -33px;
}
main section.sec-card .cardWrap .card .cardSlide .swiper-button-next {
  right: -33px;
}
main section.sec-card .cardWrap .card .cardSlide .swiper-pagination {
  bottom: 0;
}
main section.sec-card .cardWrap .card .cardSlideThumb {
  margin-top: 15px;
  padding-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .cardSlideThumb {
    display: none;
  }
}
main section.sec-card .cardWrap .card .cardSlideThumb .thumbnail {
  height: 100px;
  cursor: pointer;
}
main section.sec-card .cardWrap .card .cardSlideThumb .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  opacity: 0.6;
}
main section.sec-card .cardWrap .card .cardSlideThumb .swiper-slide.swiper-slide-thumb-active .thumbnail img {
  opacity: 1;
}
main section.sec-card .cardWrap .card .cardSlideThumb .swiper-scrollbar {
  bottom: 0;
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .cardContents {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
main section.sec-card .cardWrap .card .cardContents .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 25px 0 20px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .cardContents .info {
    font-size: 1.8rem;
  }
}
main section.sec-card .cardWrap .card .cardContents .info span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
main section.sec-card .cardWrap .card .cardContents .info span:before {
  content: "";
  display: block;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .cardContents .info span:before {
    background-size: contain;
  }
}
main section.sec-card .cardWrap .card .cardContents .info span.info_name:before {
  width: 18px;
  height: 25px;
  background-image: url(assets/img/icon_location.svg);
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .cardContents .info span.info_name:before {
    width: 14px;
    height: 20px;
  }
}
main section.sec-card .cardWrap .card .cardContents .info span.info_date {
  margin-left: 65px;
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .cardContents .info span.info_date {
    margin-left: 40px;
  }
}
main section.sec-card .cardWrap .card .cardContents .info span.info_date:before {
  width: 24px;
  height: 21px;
  background-image: url(assets/img/icon_camera.svg);
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .cardContents .info span.info_date:before {
    width: 19px;
    height: 16px;
  }
}
main section.sec-card .cardWrap .card .cardContents .info span.info_calendar:before {
  width: 21px;
  height: 24px;
  background-image: url(assets/img/icon_calendar.svg);
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .cardContents .info span.info_calendar:before {
    width: 16px;
    height: 19px;
  }
}
main section.sec-card .cardWrap .card .cardContents .text {
  padding-top: 25px;
  border-top: 1px dotted #1D110F;
}
main section.sec-card .cardWrap .card .cardContents .text p:not(:last-child) {
  margin-bottom: 20px;
}
main section.sec-card .cardWrap .card .cardContents .text .wp-block-buttons {
  justify-content: center;
  margin-top: 40px;
}
main section.sec-card .cardWrap .card .cardContents .text .wp-block-buttons .wp-block-button__link {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 45px;
  background-color: #F76C8B;
  border: 2px solid #F76C8B;
  border-radius: 28pc;
  color: #FFF;
  font-size: 1.6rem;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap .card .cardContents .text .wp-block-buttons .wp-block-button__link {
    font-size: 1.4rem;
  }
}
main section.sec-card .cardWrap + .btnArea {
  margin-top: 60px;
}
@media (max-width: 767px) {
  main section.sec-card .cardWrap + .btnArea {
    margin-top: 45px;
  }
}
main section.sec-block .blockWrap {
  padding: 55px 0 40px;
  background-image: url(assets/img/bg_texture.png);
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
  border-radius: 18px;
  position: relative;
}
@media (max-width: 767px) {
  main section.sec-block .blockWrap {
    padding: 30px 0 40px;
  }
}
main section.sec-block .blockWrap:before, main section.sec-block .blockWrap:after {
  content: "";
  display: block;
  width: 30px;
  height: calc(100% - 40px);
  margin: auto;
  background-image: url(assets/img/bg_block_border.png);
  background-repeat: repeat-y;
  background-position: top center;
  background-size: auto;
  position: absolute;
  top: 20px;
}
main section.sec-block .blockWrap:before {
  left: -15px;
}
main section.sec-block .blockWrap:after {
  right: -15px;
}
main section.sec-block .blockWrap + .blockWrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  main section.sec-block .blockWrap .block {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
main section.sec-block .blockWrap .block > .block_head_data_name {
  font-size: 2.8rem;
  text-align: center;
}
@media (max-width: 767px) {
  main section.sec-block .blockWrap .block > .block_head_data_name {
    font-size: 2.2rem;
  }
}
main section.sec-block .blockWrap .block .block_head {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  main section.sec-block .blockWrap .block .block_head {
    display: block;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 768px) {
  main section.sec-block .blockWrap .block .block_head .block_head_img {
    width: 50%;
  }
}
main section.sec-block .blockWrap .block .block_head .block_head_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
main section.sec-block .blockWrap .block .block_head .block_head_data {
  margin-top: 10px;
}
@media (min-width: 768px) {
  main section.sec-block .blockWrap .block .block_head .block_head_data {
    flex-grow: 1;
    width: 50%;
    margin-top: 0;
    padding-left: 40px;
  }
}
main section.sec-block .blockWrap .block .block_head .block_head_data .block_head_data_cat {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 3px 20px;
  border-radius: 6px;
  background-color: #F76C8B;
  color: #FFF;
}
@media (max-width: 767px) {
  main section.sec-block .blockWrap .block .block_head .block_head_data .block_head_data_cat {
    padding: 3px 15px;
    font-size: 1.4rem;
  }
}
main section.sec-block .blockWrap .block .block_head .block_head_data .block_head_data_name {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #1D110F;
  font-size: 2.8rem;
}
@media (max-width: 767px) {
  main section.sec-block .blockWrap .block .block_head .block_head_data .block_head_data_name {
    margin-top: 10px;
    padding-bottom: 10px;
    font-size: 2.2rem;
  }
}
main section.sec-block .blockWrap .block .block_head .block_head_data .block_head_data_info {
  padding-top: 20px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  main section.sec-block .blockWrap .block .block_head .block_head_data .block_head_data_info {
    font-size: 1.8rem;
  }
}
main section.sec-block .blockWrap .block .block_head .block_head_data .block_head_data_info dl {
  display: flex;
  flex-wrap: wrap;
}
main section.sec-block .blockWrap .block .block_head .block_head_data .btn {
  margin-top: 35px;
}
main section.sec-block .blockWrap .block .block_head + .blockSlide {
  margin-top: 35px;
}
main section.sec-block .blockWrap .block .block_body {
  margin-top: 35px;
}
@media (max-width: 767px) {
  main section.sec-block .blockWrap .block .block_body {
    width: 68%;
    margin: 50px auto 0;
  }
}
@media (max-width: 767px) {
  main section.sec-block .blockWrap .block .block_body .blockSlide {
    padding-bottom: 30px;
  }
}
main section.sec-block .blockWrap.blockWrap-small {
  padding: 40px 0;
}
main section.sec-block .blockWrap.blockWrap-small .block {
  max-width: 767px;
  margin: auto;
  padding: 0 20px;
}
main section.sec-articleList .articleList {
  margin-top: 50px;
}
main section.sec-access {
  padding: 7px 0 37px;
}
@media (min-width: 768px) {
  main section.sec-access {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  main section.sec-access .inner {
    padding: 0;
  }
}
@media (min-width: 768px) {
  main section.sec-access .inner .access_flex {
    display: flex;
    justify-content: space-between;
  }
}
main section.sec-access .inner .access_flex .map-wrap {
  width: 100%;
  height: 245px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  main section.sec-access .inner .access_flex .map-wrap {
    width: 45%;
    height: 322px;
    margin-bottom: 0;
  }
}
main section.sec-access .inner .access_flex .map-wrap .g-map {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  main section.sec-access .inner .access_flex .access_direction {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (min-width: 768px) {
  main section.sec-access .inner .access_flex .access_direction {
    width: 50%;
  }
}
main section.sec-access .inner .access_flex .access_direction .access_direction_items .direction_wrap {
  border-bottom: 1px dotted #1D110F;
  padding: 20px 0;
}
main section.sec-access .inner .access_flex .access_direction .access_direction_items .direction_wrap:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  main section.sec-access .inner .access_flex .access_direction .access_direction_items .direction_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
  }
}
main section.sec-access .inner .access_flex .access_direction .access_direction_items .direction_wrap dt {
  display: inline-block;
  background-color: #64B101;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 25px;
  padding: 6px 20px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  main section.sec-access .inner .access_flex .access_direction .access_direction_items .direction_wrap dt {
    font-size: 1.6rem;
    padding: 5px 14px;
    margin-bottom: 0;
  }
}
main section.sec-access .inner .access_flex .access_direction .access_direction_items .direction_wrap dd {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  main section.sec-access .inner .access_flex .access_direction .access_direction_items .direction_wrap dd {
    font-size: 1.6rem;
    width: calc(100% - 160px);
  }
}
main.bg-beige, main .bg-beige {
  padding: 50px 0;
  background: url(assets/img/bg_beige_sp.png) no-repeat top center/cover;
}
@media (min-width: 768px) {
  main.bg-beige, main .bg-beige {
    padding: 70px 0;
    background: url(assets/img/bg_beige.png) no-repeat top center/cover;
  }
}
main .pageNav .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
main .pageNav .nav-links .page-numbers {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 4px;
  background-color: #F6F4E0;
}
@media (max-width: 767px) {
  main .pageNav .nav-links .page-numbers {
    font-size: 1.4rem;
  }
}
main .pageNav .nav-links .page-numbers.current {
  background-color: #F76C8B;
  color: #FFF;
}

/* ------------------------------------------------------------------------
  Footer
------------------------------------------------------------------------ */
.footer {
  color: #FFF;
  padding: 16vw 0 42px;
  background: url(assets/img/footer_bg_sp.png) no-repeat top center/cover;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .footer {
    background: url(assets/img/footer_bg_pc.png) no-repeat top center/cover;
    padding: 25px 0 35px;
  }
}
@media (min-width: 768px) {
  .footer .inner {
    position: relative;
  }
  .footer .inner:before, .footer .inner:after {
    content: "";
    display: block;
    position: absolute;
  }
  .footer .inner:before {
    background: url(assets/img/footer_tree_left_pc.svg) no-repeat center center/contain;
    width: 247px;
    height: 93px;
    top: -57px;
    left: 30px;
  }
  .footer .inner:after {
    background: url(assets/img/footer_tree_right_pc.svg) no-repeat center center/contain;
    width: 273px;
    height: 94px;
    top: -62px;
    right: 20px;
  }
}
.footer .top-btn {
  display: block;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer .top-btn {
    font-size: 1.4rem;
    margin-bottom: 45px;
  }
}
.footer .top-btn:before {
  content: "";
  display: block;
  background: url(assets/img/icon_arrow_top.svg) no-repeat center center/contain;
  width: 20px;
  height: 15px;
  margin: 0 auto 5px;
}
.footer .footer_flex {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer .footer_flex {
    display: flex;
    justify-content: space-between;
  }
}
.footer .footer_flex .footer_info {
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footer_flex .footer_info {
    padding-right: 40px;
    text-align: left;
  }
}
.footer .footer_flex .footer_info .address {
  font-size: 1.4rem;
  margin: 20px 0;
}
.footer .footer_flex .footer_info .address p:first-child {
  margin-bottom: 6px;
}
.footer .footer_flex .footer_info .address p.footer_tel {
  display: inline-flex;
  flex-wrap: wrap;
}
.footer .footer_flex .footer_info .address p.footer_tel a:first-child {
  margin-right: 20px;
}
.footer .footer_flex .footer_info .footer_contact-btn a {
  display: block;
  text-align: center;
  color: #64B101;
  background-color: #FFF;
  line-height: 2.6;
  width: 200px;
  height: 44px;
  border-radius: 40px;
  margin: auto;
}
@media (min-width: 768px) {
  .footer .footer_flex .footer_info .footer_contact-btn a {
    margin: 0;
  }
}
.footer .footer_flex .footer_menu_wrap {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .footer .footer_flex .footer_menu_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    width: 100%;
  }
}
.footer .footer_flex .footer_menu_wrap .footer_menu_items {
  font-size: 1.4rem;
  font-weight: 700;
}
.footer .footer_flex .footer_menu_wrap .footer_menu_items li a {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .footer .footer_flex .footer_menu_wrap .footer_menu_items li a {
    margin-bottom: 14px;
  }
}
.footer .footer_flex .footer_menu_wrap .footer_menu_items .footer_menu_items_second {
  margin-left: 15px;
}
.footer .footer_corporate {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footer_corporate {
    display: flex;
    align-items: center;
    position: relative;
  }
}
@media (min-width: 768px) {
  .footer .footer_corporate .footer_sns {
    order: 1;
    margin-right: 25px;
  }
}
.footer .footer_corporate .footer_sns a:first-child {
  margin-right: 10px;
}
.footer .footer_corporate .footer_terms {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer .footer_corporate .footer_terms {
    order: 3;
    position: absolute;
    right: 0;
  }
}
.footer .footer_corporate .footer_terms a {
  margin: 20px 0;
}
.footer .footer_corporate .copyright {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer .footer_corporate .copyright {
    font-size: 1.4rem;
    order: 2;
  }
}
/*# sourceMappingURL=assets/css/sourcemaps/style.css.map */