@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap');
/* CSS Document */
/*----------------------------------------------------------------------
共通領域ここから
----------------------------------------------------------------------*/
/*----------------------------------
commonここから
----------------------------------*/
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP"), url("../../font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../../font/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: "NotoSans-Regular";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans"), url("../../font/NotoSans-Regular.woff2") format("woff2"), url("../../font/NotoSans-Regular.woff") format("woff"), url("../../font/NotoSans-Regular.otf") format("opentype");
}
@font-face {
  font-family: "cinecaption227";
  font-style: normal;
  font-weight: 400;
  src: local("cinecaption227"), url("../../font/cinecaption227.woff2") format("woff2"), url("../../font/cinecaption227.woff") format("woff"), url("../../font/cinecaption227.TTF") format("truetype");
}
@font-face {
  font-family: "Open Sans Condensed-Bold";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed"), url("../../font/OpenSansCondensed-Bold.woff2") format("woff2"), url("../../font/OpenSansCondensed-Bold.woff") format("woff"), url("../../font/OpenSansCondensed-Bold.TTF") format("truetype");
}
html {
  color: #292a2a;
  font-family: "Noto Sans CJK JP", "NotoSansCJKjp-Regular", "NotoSans-Regular", "cinecaption227", "Open Sans Condensed-Bold", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 62.5%;
  background: #f6f3ec;
}
main {
  background: #E4E0D8;
  background-image: url("../../img/main/bg.webp");
}
.overflow-x {
  overflow-x: hidden;
}
.main-bg {
  background-image: url("../../img/main/bg-linen-texture.webp");
}
.inner {
  box-sizing: border-box;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
p {
  text-align: justify;
  line-break: strict;
  line-height: 160%;
  font-size: 1.4rem;
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.6rem;
}
a {
  text-decoration: none;
  color: #292a2a;
  display: inline-block;
}
.img_sp {
  display: inline;
}
.img_tb {
  display: none;
}
.img_pc {
  display: none;
}
.u-fade-type-3s {
  opacity: 0;
}
.u-fade-type-3s.is-active {
  animation: fadein 3s ease forwards;
}
.u-fade-type-1s {
  opacity: 0;
}
.u-fade-type-1s.is-active {
  animation: fadein 1s ease forwards;
}
.page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background-image: url("../../img/footer/footer-texture.webp");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 80;
}
.page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
.page-top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d8';
  font-size: 25px;
  color: #f6f3ec;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@keyframes fadein {
  100% {
    opacity: 1;
  }
}
.u-fade-type-right-1s {
  opacity: 0;
}
.u-fade-type-right-1s.is-active {
  animation: faderight 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes faderight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.u-fade-type-left-1s {
  opacity: 0;
}
.u-fade-type-left-1s.is-active {
  animation: fadeleft 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeleft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (min-width: 600px) {
  .inner {
    max-width: 520px;
  }
  p {
    line-height: 165%;
    font-size: 1.6rem;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  .img_sp {
    display: none;
  }
  .img_tb {
    display: inline;
  }
  .page-top {
    width: 60px;
    height: 60px;
  }
  .page-top a {
    width: 60px;
    height: 60px;
  }
  .page-top a::before {
    font-size: 30px;
    width: 30px;
    height: 30px;
  }
  .u-fade-type-up6 {
    transform: translateY(20px);
    opacity: 0;
  }
  .u-fade-type-up12 {
    transform: translateY(20px);
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 600px;
  }
  .u-fade-type-up6 {
    transform: translateY(30px);
    opacity: 0;
  }
  .u-fade-type-up12 {
    transform: translateY(30px);
    opacity: 0;
  }
}
@media screen and (min-width: 960px) {
  .inner {
    max-width: 768px;
  }
  p {
    line-height: 180%;
    font-size: 1.8rem;
  }
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.4rem;
  }
  .img_tb {
    display: none;
  }
  .img_pc {
    display: inline;
  }
  .page-top {
    width: 80px;
    height: 80px;
  }
  .page-top a {
    width: 80px;
    height: 80px;
  }
  .page-top a::before {
    font-size: 40px;
    width: 40px;
    height: 40px;
  }
  .u-fade-type-up6 {
    transform: translateY(40px);
    opacity: 0;
  }
  .u-fade-type-up12 {
    transform: translateY(40px);
    opacity: 0;
  }
}
@media screen and (min-width: 1280px) {
  .inner {
    max-width: 960px;
  }
  .main-bg {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  }
  .u-fade-type-up6 {
    transform: translateY(50px);
    opacity: 0;
  }
  .u-fade-type-up12 {
    transform: translateY(50px);
    opacity: 0;
  }
}
@media screen and (min-width: 1920px) {
  .page-top {
    right: 5%;
  }
}
/*----------------------------------
commonここまで
----------------------------------*/
/*----------------------------------
ロード画面ここから
----------------------------------*/
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-size: 1.6rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  background: #f6f3ec;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading div {
  position: absolute;
  width: 20px;
  height: 36px;
  opacity: 0;
  font-family: "Open Sans Condensed";
  animation: move 2s linear infinite;
  -o-animation: move 2s linear infinite;
  -moz-animation: move 2s linear infinite;
  -webkit-animation: move 2s linear infinite;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  color: #292a2a;
}
#loading div:nth-child(2) {
  animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
#loading div:nth-child(3) {
  animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
#loading div:nth-child(4) {
  animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
#loading div:nth-child(5) {
  animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
#loading div:nth-child(6) {
  animation-delay: 1s;
  -o-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
#loading div:nth-child(7) {
  animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  35% {
    left: 41%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  65% {
    left: 59%;
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    left: 100%;
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 600px) {
  #loading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #loading {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 960px) {
  #loading {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1280px) {
  #loading {
    font-size: 4rem;
  }
}
@media screen and (min-width: 1920px) {
  #loading {
    font-size: 5.2rem;
  }
}
/*----------------------------------
ロード画面ここまで
----------------------------------*/
/*---------------------------------------
headerここから
---------------------------------------*/
.header-content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-content a:hover {
  opacity: 1;
}
.header-harmonia-logo {
  height: 65px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: all 0.3s ease 0s;
}
.header-harmonia-logo:hover {
  filter: saturate(150%) drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.2));
}
.header-sns-paper {
  Position: relative;
  background-image: url("../../img/header/header-sns-paper.webp");
  background-size: cover;
  width: 226px;
  height: 65px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.header-sns-paper ul {
  display: flex;
  position: absolute;
  width: 180px;
  justify-content: space-around;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.header-sns-icon {
  height: 25px;
  filter: brightness(0);
  transition: all 0.3s ease 0s;
}
.header-sns-icon:hover {
  filter: brightness(100%) drop-shadow(4px 4px 2px rgba(0, 0, 0, 0.2));
}
.mainvisual {
  width: 100vw;
  height: 250px;
  object-fit: cover;
}
@media screen and (min-width: 600px) {
  .header-content {
    padding-left: 0;
    padding-right: 0;
  }
  .header-sns-paper {
    width: 261px;
    height: 75px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .header-sns-paper ul {
    width: 210px;
  }
  .header-sns-icon {
    height: 28px;
  }
  .header-harmonia-logo {
    height: 75px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mainvisual {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .header-sns-paper {
    width: 313px;
    height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-sns-paper ul {
    width: 265px;
  }
  .header-sns-icon {
    height: 32px;
  }
  .header-harmonia-logo {
    height: 90px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mainvisual {
    height: 350px;
  }
}
@media screen and (min-width: 960px) {
  .header-sns-paper {
    width: 383px;
    height: 110px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .header-sns-paper ul {
    width: 320px;
  }
  .header-sns-icon {
    height: 38px;
  }
  .header-harmonia-logo {
    height: 110px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .mainvisual {
    height: 400px;
  }
}
/*@media screen and (min-width: 1280px) {
	.header-sns-paper {
		width: 487px;
		height: 140px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.header-sns-paper ul {
		width: 420px;
	}
	.header-sns-icon {
		height: 45px;
	}
	.header-harmonia-logo {
		height: 140px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.mainvisual {
		height: 450px;
	}
}*/
/*-----------------------------
グローバルナビゲーションここから
-----------------------------*/
.gnav_wrap {
  width: 100%;
  height: 50px;
  background: #f6f3ec;
  z-index: 500;
  transition-duration: .6s;
}
.gnav_wrap.sticky {
  position: fixed;
  text-align: center;
  top: 0;
}
.gnav_sp {
  display: inline-block;
}
.gnav_pc {
  display: none;
}
.nav-drawer {
  position: relative;
}
.nav-unshown {
  display: none;
}
.nav-open {
  display: inline-block;
  width: 35px;
  vertical-align: middle;
}
.hamburger, .hamburger::before, .hamburger::after {
  position: absolute;
  height: 3px;
  width: 35px;
  border-radius: 3px;
  background: #bcab98;
  display: block;
  content: "";
}
.hamburger::before {
  bottom: 12px;
}
.hamburger::after {
  bottom: -12px;
}
#nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: .2s ease-in-out;
}
.drawer-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 80%;
  max-width: 80%;
  height: 100%;
  background-color: rgba(246, 243, 236, 1);
  background-image: url("../../img/header/drawer-shadow.webp"), url("../../img/header/drawer-shadow2.webp");
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-position: left bottom, right top;
  transition: .2s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}
#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}
#nav-input:checked ~ .drawer-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}
.nav-drawer_wrap {
  display: flex;
  height: 50px;
  align-items: center;
  cursor: pointer;
}
.hamburger-text {
  display: block;
  font-size: 1.4rem;
  padding-left: 45px;
}
.drawer-harmonia-logo {
  width: 40%;
  max-width: 150px;
  margin: 20px auto 0;
}
.drawer-content ul {
  max-width: 80%;
  margin: 20px auto 0;
}
.drawer-content ul li {
  border-bottom: 1px solid #707070;
}
.drawer-content ul li a {
  display: flex;
  align-items: center;
  color: #292a2a;
  padding: 20px 10px;
  font-size: 1.6rem;
}
.drawer-text {
  margin-left: 15%;
}
.drawer-icon-right {
  margin-left: auto;
}
@media screen and (min-width: 600px) {
  .drawer-content ul li a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .drawer-content ul li a {
    font-size: 2rem;
  }
}
@media screen and (min-width: 960px) {
  .gnav_wrap {
    height: 56px;
  }
  .gnav_sp {
    display: none;
  }
  .gnav_pc {
    display: inline-block;
    width: 100%;
  }
  .gnav_pc.sticky2 {
    width: auto;
  }
  .gnav_pc ul {
    display: flex;
    text-align: center;
  }
  .gnav_pc ul li {
    display: flex;
    position: relative;
    width: 140px;
    height: 56px;
    font-size: 1.6rem;
    box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  }
  .gnav_pc ul li a {
    margin: auto;
  }
  .gnav_pc ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .gnav_pc-unselected {
    transition: all 0.3s ease;
  }
  .gnav_pc-unselected:hover {
    background: #70665b;
  }
  .gnav_pc-unselected a {
    display: block;
    width: 100%;
    padding: 16px 0;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #bcab98 0%, #bcab98 50%, #f6f3ec 50%, #f6f3ec 100%);
    transition: background-position ease 0.4s;
    text-align: center;
    color: #292a2a;
    text-decoration: none;
  }
  .gnav_pc-unselected a:hover {
    opacity: 1;
    background-position: 0 0;
  }
  .gnav_pc-selected {
    background: #292a2a;
  }
  .gnav_pc-selected a {
    margin: auto;
    color: #F6F3EC;
  }
}
@media screen and (min-width: 1280px) {
  .gnav_pc ul li {
    width: 182px;
  }
}
/*-----------------------------
グローバルナビゲーションここまで
-----------------------------*/
/*---------------------------------------
headerここまで
---------------------------------------*/
/*-----------------------------
その他共通ここから
-----------------------------*/
.absolute-img_wrap {
  position: relative;
}
.content-partition {
  height: 40px
}
.overlay-top {
  position: absolute;
  max-width: 100%;
  max-height: 1000px;
}
.overlay-bottom {
  position: relative;
  max-width: 100%;
}
.overlay-bottom img {
  position: absolute;
  max-width: 100%;
  max-height: 1000px;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.underline {
  box-shadow: inset 0 -2px 0 #68aa5f;
}
.breadcrumb {
  position: relative;
  padding-top: 2.5rem;
  list-style: none;
  z-index: 5;
}
.breadcrumb ol {
  position: absolute;
}
.breadcrumb li {
  display: inline; /*横に並ぶように*/
  list-style: none;
  font-weight: bold; /*太字*/
}
.breadcrumb li:not(:last-child)::after {
  font-family: 'Font Awesome 5 Free';
  content: '\f105';
  padding: 0 0.2em;
  opcity: 0.8;
}
.breadcrumb li a {
  position: relative;
  font-size: 1.2rem;
}
.breadcrumb li a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 10%;
  left: 0;
  bottom: -1px;
  background-color: rgba(104, 170, 95, 0.8);
  transition: all ease 0.3s;
}
.breadcrumb li a:hover::after {
  height: 1.5em;
}
footer {
  background-image: url("../../img/footer/footer-texture.webp");
  background-size: cover;
  background-repeat: repeat-x;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.copy {
  font-size: 1rem;
  text-align: center;
  font-weight: 300;
}
.copy-copy {
  font-family: "Open Sans Condensed-Bold";
}
@media screen and (min-width: 600px) {
  .content-partition {
    height: 80px
  }
}
@media screen and (min-width: 960px) {
  .content-partition {
    height: 120px
  }
}
/*-----------------------------
その他共通ここまで
-----------------------------*/
/*----------------------------------------------------------------------
共通領域ここまで
----------------------------------------------------------------------*/
.contact-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
  background: rgba(0, 0, 0, 0.5);
}
.contact-modal-wrap {
  height: 100%;
  padding: 0 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.contact-modal-content {
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.contact-modal-table-wrap {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.contact-modal-table-cell {
  display: table-cell;
  padding: 60px 0 60px;
  vertical-align: middle;
}
.contact-modal-content-box {
  position: relative;
  margin: 0 auto;
  background: #f6f3ec;
}
.contact-modal-content-inner {
  padding: 50px 30px 50px;
}
.contact-modal-btn-close {
  position: absolute;
  top: -40px;
  right: 0;
  z-index: 9;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.contact-modal-btn-close span {
  display: block;
  background: #fff;
  height: 2px;
  width: 30px;
}
.contact-modal-btn-close .bar01 {
  -moz-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.contact-modal-btn-close .bar02 {
  -moz-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -webkit-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .contact-modal-wrap {
    padding: 0 3.125%;
  }
  .contact-modal-content-inner {
    padding: 40px 3.33333% 40px;
  }
}
.contact-title {
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
.contact-table {
  width: 100%;
  margin-bottom: 20px;
}
.contact-item, .contact-body {
  padding: 20px;
  border: 1px solid #bcab98;
  font-size: 1.4rem;
}
.contact-item {
  text-align: left;
  width: 30%;
  background-color: #E4E0D8;
}
.contact-body {
  width: 70%;
}
.form-text {
  width: 90%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact-type {
  display: block;
}
.contact-type:not(:last-child) {
  margin-bottom: 0.5em;
}
.contact-type-txt {
  margin-left: 5px;
}
.form-textarea {
  width: 90%;
  max-width: 90%;
  padding: 10px;
  height: 200px;
  border-radius: 5px;
  border: 1px solid #ccc;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact-submit {
  width: 250px;
  background-color: #333;
  color: #F6F3EC;
  font-weight: bold;
  display: block;
  margin: 20px auto 0;
  font-size: 16px;
  padding: 15px;
  border-radius: 100vh;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.contact-submit:hover {
  background-color: #62756b;
}
.title_wrap {
  position: relative;
  text-align: center;
}
.title_wrap h1, .title_wrap h2 {
  font-family: "cinecaption227";
  position: absolute;
  justify-content: space-around;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
	white-space: nowrap
}
.recording-about {
  Position: relative;
  height: 310px;
}
.recording-paper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.recording-content {
  max-width: 335px;
  position: relative;
}
.recording-content h2 {
  font-family: "cinecaption227";
  position: relative;
  padding-top: 55px;
  text-align: center;
  margin-bottom: 10px;
}
.recording-content ul {
  max-width: 100%;
  margin: 0 auto;
}
.recording-content li {
  padding-top: 8px;
  padding-bottom: 8px;
}
.recording-content h3 {
  margin-right: 1em;
}
.recording-content a {
  box-shadow: inset 0 -2px 0 #68aa5f;
}
.contact-wrap {
  position: relative;
  text-align: center;
  z-index: 5;
}
.contact-wrap h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.recording-polaroid_wrap {
  position: relative;
  height: 280px;
  margin-top: 40px;
}
.recording-polaroid2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.recording-polaroid1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 4;
}
@media screen and (min-width: 600px) {
  .recording-about {
    height: 540px;
    z-index: 2;
  }
  .recording-flower-topleft {
    position: absolute;
    top: -80px;
    left: -120px;
    z-index: 4;
  }
  .recording-content {
    max-width: 500px;
  }
  .recording-content h2 {
    padding-top: 115px;
    margin-bottom: 45px;
  }
  .recording-content li {
    padding: 12px;
  }
  .recording-flower-bottomright {
    position: absolute;
    bottom: -80px;
    right: -140px;
    z-index: 0;
  }
  .recording-polaroid_wrap {
    height: 380px;
    margin-top: 60px;
  }
  .recording-polaroid2 {
    left: -40px;
  }
  .recording-polaroid1 {
    right: -40px;
  }
}
@media screen and (min-width: 960px) {
  .recording-about {
    height: 639px;
    z-index: 1;
  }
  .recording-flower-topleft {
    top: -120px;
  }
  .recording-content {
    max-width: 600px;
  }
  .recording-content h2 {
    padding-top: 135px;
    margin-bottom: 65px;
  }
  .recording-content h2:before {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: "";
    border-radius: 3px;
    background: #68aa5f;
  }
  .recording-content ul {
    width: 600px;
  }
  .recording-content li {
    padding: 16px;
  }
  .recording-flower-bottomright {
    bottom: -120px;
    right: -180px;
  }
  .recording-polaroid_wrap {
    height: 480px;
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .recording-flower-topleft {
    left: -30px;
  }
  .recording-flower-bottomright {
    right: -90px;
  }
  .recording-polaroid2 {
    left: 50px;
  }
  .recording-polaroid1 {
    right: 50px;
  }
}
.access {
  Position: relative;
  height: 500px;
  padding-bottom: 100px;
}
.access-paper {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.access-content {
  max-width: 335px;
  Position: relative;
  z-index: 2;
}
.access-content h2 {
  font-family: "cinecaption227";
  position: relative;
  padding-top: 60px;
  text-align: center;
}
.access-map {
  margin: 20px auto 10px;
}
.access-map iframe {
  border: 1px solid #292a2a;
}
.access-content address {
  font-style: normal;
  margin-left: 8px;
  padding-left: 8px;
  border-left: 2px solid #292a2a;
}
.access-content address p {
  font-weight: 400;
}
.access-content address p:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 600px) {
  .access {
    height: 800px;
    padding-bottom: 50px;
  }
  .access-tag {
    position: absolute;
    top: -120px;
    left: -100px;
  }
  .access-content {
    max-width: 480px;
  }
  .access-content h2 {
    padding-top: 90px;
    text-align: center;
  }
  .access-map {
    margin: 40px auto;
  }
  .access-content address {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 3px solid #292a2a;
  }
  .access-content address p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .access-flower {
    position: absolute;
    bottom: 0;
    right: -280px;
  }
}
@media screen and (min-width: 960px) {
  .access {
    height: 1200px;
    padding-bottom: 0;
  }
  .access-content {
    max-width: 660px;
  }
  .access-content h2 {
    padding-top: 140px;
    text-align: center;
  }
  .access-content h2:before {
    position: absolute;
    bottom: -20px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: "";
    border-radius: 3px;
    background: #68aa5f;
  }
  .access-map {
    margin: 60px auto 40px;
    text-align: center;
  }
  .access-content address {
    margin-left: 28px;
    padding-left: 28px;
  }
  .access-content address p {
    font-weight: 500;
    font-size: 2rem;
  }
  .access-flower {
    bottom: 50px;
    right: -280px;
  }
}
@media screen and (min-width: 1280px) {
  .access-photo {
    left: -200px;
  }
  .access-flower {
    right: -190px;
  }
}