/* Reset
----------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}

p {
  max-height: 100%;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #553618;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

textarea {
  overflow: auto;
}

label {
  cursor: pointer;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  content: ".";
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: 0.4s ease;
}

a[href^="tel:"] {
  pointer-events: auto;
}

strong {
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

html.no_scroll {
  overflow-y: hidden;
}

body {
  position: relative;
  width: 100%;
  min-width: 1024px;
  font-family: "Noto serif jp", serif;
  box-sizing: border-box;
}

.sp {
  display: none;
}

.inner {
  max-width: 100%;
}

@keyframes gradation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 50% 50%;
  }
  100% {
    background-position: 100% 100%;
  }
}
@media screen and (max-width: 768px) {
  html {
    height: -webkit-fill-available;
    position: relative;
    overflow-x: hidden;
  }
  body {
    min-width: 360px;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    overflow-x: hidden;
    padding-bottom: 80px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .common_bg_back {
    position: absolute;
    z-index: 99;
    left: -10%;
    top: 0;
    transform: skew(-18deg);
    width: 30%;
    height: 100vh;
    background: linear-gradient(-20deg, #6cbb9e, #dca09d, #efe561, #e88880, #e87859, #f0ab52, #86ae60, #c3b83f, #e87859, #e1887a, #8ac380);
    background-size: 5000%;
    animation-name: gradation;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .common_bg_front {
    position: absolute;
    z-index: 101;
    right: -25%;
    top: 0;
    transform: skew(-18deg);
    width: 30%;
    height: 100vh;
    background: linear-gradient(-20deg, #6cbb9e, #dca09d, #efe561, #e88880, #e87859, #f0ab52, #86ae60, #c3b83f, #e87859, #e1887a, #8ac380);
    background-size: 5000%;
    animation-name: gradation;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
}
.header_logo {
  position: fixed;
  z-index: 9999;
  top: 50px;
  left: 50px;
  transition: 0.7s;
  animation-timing-function: ease-in;
  transition-delay: 3.2s;
}
@media screen and (max-width: 768px) {
  .header_logo {
    position: fixed;
    z-index: 9999;
    top: 2.7vw;
    left: 2.7vw;
    width: 22.2vw;
  }
}

.header_button {
  position: fixed;
  z-index: 9999;
  top: 100px;
  right: 50px;
  width: 50px;
  height: 26px;
  transition: 0.7s;
  cursor: pointer;
}
.header_button:hover .button_bar {
  opacity: 0.4;
}
.header_button .button_bar {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  transition: 0.4s;
}
.header_button .button_bar:nth-of-type(1) {
  top: 0;
}
.header_button .button_bar:nth-of-type(2) {
  top: 10px;
}
.header_button .button_bar:nth-of-type(3) {
  top: 20px;
}
.header_button.is_active .button_bar:nth-of-type(1) {
  transform: rotate(-45deg);
  top: 10px;
}
.header_button.is_active .button_bar:nth-of-type(2) {
  opacity: 0;
}
.header_button.is_active .button_bar:nth-of-type(3) {
  transform: rotate(45deg);
  top: 10px;
}
@media screen and (max-width: 768px) {
  .header_button {
    position: fixed;
    z-index: 9999;
    top: 5.5vw;
    right: 2.7vw;
    width: 11.1vw;
    height: 26px;
    cursor: pointer;
  }
  .header_button:hover .button_bar {
    opacity: 1;
  }
  .header_button .button_bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
    transition: 0.4s;
  }
  .header_button .button_bar:nth-of-type(1) {
    top: 0;
  }
  .header_button .button_bar:nth-of-type(2) {
    top: 2.7vw;
  }
  .header_button .button_bar:nth-of-type(3) {
    top: 5.5vw;
  }
  .header_button.is_active .button_bar:nth-of-type(1) {
    transform: rotate(-45deg);
    top: 2.7vw;
  }
  .header_button.is_active .button_bar:nth-of-type(2) {
    opacity: 0;
  }
  .header_button.is_active .button_bar:nth-of-type(3) {
    transform: rotate(45deg);
    top: 2.7vw;
  }
}

.common_glonav_box {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, transparent 0%, transparent 10%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 60%, transparent 90%, transparent 100%);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: 0.7s;
  opacity: 0;
  visibility: hidden;
}
@-moz-document url-prefix() {
  .common_glonav_box {
    background: rgba(255, 255, 255, 0.8);
  }
}
.common_glonav_box .glonav_list {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 100%;
  padding: 40px 200px;
  box-sizing: border-box;
}
.common_glonav_box .glonav_item {
  display: flex;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.3s;
  animation-timing-function: ease;
  transition-delay: 0.3s;
}
.common_glonav_box .glonav_item a {
  font-size: 25px;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.common_glonav_box .glonav_item.mark a {
  position: relative;
}
.common_glonav_box .glonav_item.mark a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -5px;
  top: 10px;
  width: 20px;
  height: 45px;
  transform: skew(-20deg);
  background: linear-gradient(-20deg, #6cbb9e, #dca09d, #efe561, #e88880, #e87859, #f0ab52, #86ae60, #c3b83f, #e87859, #e1887a, #8ac380);
  background-size: 5000%;
  animation-name: gradation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
.common_glonav_box .sns_list {
  display: flex;
}
.common_glonav_box .sns_item:nth-of-type(1) {
  margin: 0 30px 0 0;
}
.common_glonav_box.is_active {
  opacity: 1;
  visibility: visible;
}
.common_glonav_box.is_active .glonav_item {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .common_glonav_box {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent 0%, transparent 10%, rgba(255, 255, 255, 0.5) 40%, rgba(255, 255, 255, 0.5) 60%, transparent 90%, transparent 100%);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    transition: 0.7s;
    opacity: 0;
    visibility: hidden;
  }
  @-moz-document url-prefix() {
    .common_glonav_box {
      background: rgba(255, 255, 255, 0.8);
    }
  }
  .common_glonav_box .glonav_list {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 100%;
    padding: 40px 0;
    box-sizing: border-box;
  }
  .common_glonav_box .glonav_item {
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    animation-timing-function: ease;
    transition-delay: 0.3s;
  }
  .common_glonav_box .glonav_item a {
    font-size: 20px;
    line-height: 2.5;
    letter-spacing: 0.1em;
  }
  .common_glonav_box .glonav_item.mark a {
    position: relative;
  }
  .common_glonav_box .glonav_item.mark a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: -1.3vw;
    top: 1.3vw;
    width: 5.5vw;
    height: 10.6vw;
    transform: skew(-20deg);
    background: linear-gradient(-20deg, #6cbb9e, #dca09d, #efe561, #e88880, #e87859, #f0ab52, #86ae60, #c3b83f, #e87859, #e1887a, #8ac380);
    background-size: 5000%;
    animation-name: gradation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .common_glonav_box .sns_list {
    display: flex;
  }
  .common_glonav_box .sns_item:nth-of-type(1) {
    margin: 0 8vw 0 0;
  }
  .common_glonav_box.is_active {
    opacity: 1;
    visibility: visible;
  }
  .common_glonav_box.is_active .glonav_item {
    opacity: 1;
  }
}

.footer {
  padding: 50px 0 20px;
}
.footer .to_top {
  display: block;
  width: 53px;
  height: 74px;
  margin: 0 auto 100px;
}
.footer .upper {
  position: relative;
  width: 1024px;
  margin: 0 auto 60px;
}
.footer .upper:before {
  content: "";
  position: absolute;
  left: 70px;
  top: -40px;
  width: 112px;
  height: 178px;
  background: url(../images/common/flower_01.png) center/contain;
}
.footer .upper:after {
  content: "";
  position: absolute;
  right: 70px;
  top: 130px;
  width: 105px;
  height: 183px;
  background: url(../images/common/flower_02.png) center/contain;
}
.footer .sec_title {
  position: relative;
  width: 550px;
  margin: 0 auto 80px;
  font-size: 50px;
  text-align: center;
}
.footer .sec_title:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: -5px;
  width: 30px;
  height: 80px;
  transform: skew(-20deg);
  background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
  background-size: 150%;
  animation-name: gradation;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-in-out;
  opacity: 0.5;
}
.footer .info_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  margin: 0 auto;
}
.footer .logo {
  margin: 0 50px 0 0;
}
.footer .textbox {
  margin: 0 0 50px;
  text-align: center;
}
.footer .textbox .text01 {
  margin: 0 0 10px;
  font-size: 25px;
}
.footer .textbox .text02 {
  margin: 0 0 10px;
  font-size: 20px;
}
.footer .textbox .text02 {
  margin: 0 0 10px;
  font-size: 20px;
}
.footer .textbox .text03 {
  margin: 0 0 10px;
  font-size: 37px;
}
.footer .textbox .text04 {
  margin: 0 0 10px;
  font-size: 24px;
}
.footer .banner_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.footer .banner_box .granroots {
  padding-top: 20px;
}
.footer .banner {
  margin: 0 10px;
}
.footer .sec_middle {
  display: flex;
  margin: 0 0 30px;
}
.footer .google_map {
  position: relative;
  width: 70%;
  height: 358px;
}
.footer .google_map:before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  border-right: 90px solid #fff;
  border-bottom: 179px solid #fff;
  border-left: 90px solid transparent;
  border-top: 179px solid transparent;
}
.footer .google_map iframe {
  position: relative;
  width: 100%;
  height: 100%;
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.footer .access {
  position: relative;
  width: 30%;
  padding: 50px 0 0;
  margin: 40px 0 0;
  background: rgba(183, 219, 209, 0.51);
}
.footer .access:before {
  content: "";
  position: absolute;
  z-index: 3;
  left: -160px;
  bottom: 0;
  border-right: 80px solid rgba(183, 219, 209, 0.51);
  border-bottom: 159px solid rgba(183, 219, 209, 0.51);
  border-left: 80px solid transparent;
  border-top: 159px solid transparent;
}
.footer .access_title {
  position: absolute;
  top: -50px;
  font-size: 50px;
}
.footer .access_text01 {
  margin: 0 0 20px;
}
.footer .access_text02 {
  margin: 0 0 30px;
}
.footer .access_text03 {
  margin: 0 0 20px;
}
.footer .access_text04 {
  margin: 0 0 30px;
}
.footer .access_text05 {
  font-size: 12px;
}
.footer .nav_list {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
}
.footer .nav_item {
  margin: 0 15px;
}
.footer .nav_item a {
  font-size: 16px;
  letter-spacing: 0.1em;
}
.footer .copy {
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 13.8vw 0 5.5vw;
  }
  .footer .to_top {
    display: block;
    width: 14.7vw;
    height: 20.5vw;
    margin: 0 auto 27.7vw;
  }
  .footer .upper {
    position: relative;
    width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto 16.6vw;
    box-sizing: border-box;
  }
  .footer .upper:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 16.6vw;
    height: 26.3vw;
    background: url(../images/common/flower_01.png) center/contain;
  }
  .footer .upper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 111.1vw;
    width: 16.6vw;
    height: 28.9vw;
    background: url(../images/common/flower_02.png) center/contain;
  }
  .footer .sec_title {
    position: relative;
    width: 88.8vw;
    margin: 0 auto 13.8vw;
    font-size: 8.3vw;
    text-align: center;
  }
  .footer .sec_title:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 2.7vw;
    top: -1.3vw;
    width: 5.5vw;
    height: 16.6vw;
    transform: skew(-20deg);
    background: linear-gradient(-20deg, rgb(220, 237, 233), rgb(188, 223, 212));
    background-size: 150%;
    animation-name: gradation;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    opacity: 0.5;
  }
  .footer .info_box {
    display: block;
    text-align: center;
  }
  .footer .logo {
    width: 34.4vw;
    margin: 0 auto 8.3vw;
  }
  .footer .logo img {
    width: 100%;
  }
  .footer .textbox {
    margin: 0 0 13.8vw;
    text-align: center;
  }
  .footer .textbox .text01 {
    margin: 0 0 2.7vw;
    font-size: 5.5vw;
  }
  .footer .textbox .text02 {
    margin: 0 0 2.7vw;
    font-size: 5vw;
  }
  .footer .textbox .text02 {
    margin: 0 0 2.7vw;
    font-size: 5vw;
  }
  .footer .textbox .text03 {
    margin: 0 0 2.7vw;
    font-size: 8.3vw;
  }
  .footer .textbox .text04 {
    margin: 0 0 2.7vw;
    font-size: 5.5vw;
  }
  .footer .banner_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .banner_box .granroots {
    padding-top: 0vw;
  }
  .footer .banner {
    margin: 0 2.7vw 5.5vw;
  }
  .footer .sec_middle {
    display: block;
    margin: 0 0 30px;
  }
  .footer .google_map {
    position: relative;
    width: 100%;
    height: 83.3vw;
  }
  .footer .google_map:before {
    display: none;
  }
  .footer .google_map iframe {
    position: relative;
    width: 100%;
    height: 100%;
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .footer .access {
    position: relative;
    width: 100%;
    padding: 13.8vw 5.5vw 5.5vw;
    margin: 13.8vw 0 0;
    box-sizing: border-box;
    background: rgba(183, 219, 209, 0.51);
  }
  .footer .access:before {
    display: none;
  }
  .footer .access_title {
    position: absolute;
    top: -50px;
    font-size: 13.8vw;
  }
  .footer .access_text01 {
    margin: 0 0 5.5;
    font-size: 4.4vw;
  }
  .footer .access_text02 {
    margin: 0 0 8.3vw;
    font-size: 4.4vw;
  }
  .footer .access_text03 {
    margin: 0 0 5.5;
    font-size: 4.4vw;
  }
  .footer .access_text04 {
    margin: 0 0 8.3vw;
    font-size: 4.4vw;
  }
  .footer .access_text05 {
    font-size: 3vw;
  }
  .footer .nav_list {
    display: block;
    padding: 0 5.5vw;
    margin: 0 auto 13.8vw;
  }
  .footer .nav_item {
    margin: 0 0 8.3vw;
  }
  .footer .nav_item a {
    font-size: 4.4vw;
    letter-spacing: 0.1em;
  }
  .footer .copy {
    font-size: 3vw;
    letter-spacing: 0.05em;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sp_fixed {
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 80px;
    display: flex;
    box-sizing: border-box;
  }
  .sp_fixed .reserve_cont {
    width: 100%;
    background: #fff;
    text-align: center;
    display: flex;
  }
  .sp_fixed .reserve_cont .btn01 {
    width: 100%;
  }
  .sp_fixed .reserve_cont .btn01 a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    border-top: 1px solid #9bc1b0;
    box-sizing: border-box;
    background: #b7dbd1;
    color: #4f4c4b;
    color: #fff;
  }
  .sp_fixed .reserve_cont .btn01 a:hover {
    opacity: 1;
    transition: none;
  }
  .sp_fixed .reserve_cont .btn02 {
    width: 100%;
  }
  .sp_fixed .reserve_cont .btn02 a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    border-top: 1px solid #E59EAA;
    box-sizing: border-box;
    background: #E5BAAA;
    color: #4f4c4b;
    color: #fff;
  }
  .sp_fixed .reserve_cont .btn02 a:hover {
    opacity: 1;
    transition: none;
  }
  .sp_fixed .reserve_cont a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-top: 1px solid #9bc1b0;
    padding: 10px 0;
    box-sizing: border-box;
    background: #b7dbd1;
    color: #4f4c4b;
    color: #fff;
  }
  .sp_fixed .reserve_cont a:hover {
    opacity: 1;
    transition: none;
  }
  .sp_fixed .reserve_cont .time_text01 {
    margin: 0 0 5px;
    font-size: 9px;
    letter-spacing: 0.05em;
  }
  .sp_fixed .reserve_cont .time_text02 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .sp_fixed .reserve_cont .time_text02 .color {
    padding: 0 5px;
    font-size: 22px;
    font-weight: 600;
    color: #ed5762;
  }
}/*# sourceMappingURL=common.css.map */