@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes load { 0% { transform: translateY(0); }
  25% { transform: translateY(-10px); }
  50% { transform: translateY(0); }
  100% { transform: translateY(0); } }
@keyframes slide { 0% { transform: translateX(0); }
  100% { transform: translateX(-10%); } }
@keyframes arrow { 0% { transform: scale(0, 1); transform-origin: 0 0; }
  50% { transform: scale(1, 1); transform-origin: 0 0; }
  50.1% { transform: scale(1, 1); transform-origin: 100% 0; }
  100% { transform: scale(0, 1); transform-origin: 100% 0; } }
/*メインイメージ*/
.mainimg { position: relative; margin-bottom: 40px; }
.mainimg .mainimg__txt { position: absolute; top: 12%; }
.mainimg .mainimg__txt .mainimg__txt-img { max-width: 140px; width: 45%; margin-bottom: 15px; }
.mainimg .mainimg__txt .mainimg__txt-copy { color: #fff; font-size: 1.6rem; font-weight: bold; text-shadow: 2px 2px 4px #051c1b; }
@media (min-width: 769px) { .mainimg .mainimg__txt .mainimg__txt-copy { font-size: calc( 1.6rem + ( 1vw - 7.69px ) * 2.8824833703 ); } }
@media (min-width: 1220px) { .mainimg .mainimg__txt .mainimg__txt-copy { font-size: 2.9rem; } }

.copy { text-align: center; }
.copy .copy_txt { position: relative; max-width: 550px; margin: auto; margin-bottom: 30px; padding: 15px 0; background: #d7e0dc; font-size: 1.4rem; color: #0a2223; }
@media (min-width: 769px) { .copy .copy_txt { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.6651884701 ); } }
@media (min-width: 1220px) { .copy .copy_txt { font-size: 1.7rem; } }
.copy .copy_txt:before { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -15px; border: 15px solid transparent; border-top: 15px solid #d7e0dc; }
.copy figure { max-width: 800px; margin: auto; box-shadow: 0px 5px 8px #c3c3c3; }

/*現地説明会予定*/
.map .map__bg { padding: 30px 4%; background: url("/liberte/umezu/img/home/bg_top.jpg") center/cover no-repeat; }
.map .map__txt { margin-bottom: 20px; color: #0a2223; text-align: center; }
.map .map__txt .map__txt-ttl { max-width: 280px; margin: auto; padding-bottom: 10px; margin-bottom: 20px; font-size: 2.4rem; border-bottom: 2px dashed; }
@media (min-width: 769px) { .map .map__txt .map__txt-ttl { font-size: calc( 2.4rem + ( 1vw - 7.69px ) * 1.3303769401 ); } }
@media (min-width: 1220px) { .map .map__txt .map__txt-ttl { font-size: 3rem; } }
.map .map__txt .map__txt-rd { font-size: 1.2rem; }
@media (min-width: 769px) { .map .map__txt .map__txt-rd { font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.44345898 ); } }
@media (min-width: 1220px) { .map .map__txt .map__txt-rd { font-size: 1.4rem; } }
.map .map__box { margin-bottom: 20px; }
.map .map__box iframe { height: 58vw; max-height: 320px; }

/*メニューボタン*/
.menu .menu__list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.menu .menu__list li { flex: 0 1 49%; width: 49%; max-width: 49%; margin-bottom: 8px; border: 5px solid #e4e2e0; box-sizing: border-box; }
.menu .menu__list li:nth-last-child(-n + 2) { margin-bottom: 0; }
.menu .menu__list .menu__list-ttl { position: relative; padding: 5px 0; background: #0a2223; color: #fff; font-size: 1.4rem; text-align: center; }
@media (min-width: 769px) { .menu .menu__list .menu__list-ttl { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.8869179601 ); } }
@media (min-width: 1220px) { .menu .menu__list .menu__list-ttl { font-size: 1.8rem; } }
.menu .menu__list .menu__list-ttl:after { position: absolute; content: ""; display: block; top: 50%; right: 12px; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 5px; border-color: transparent transparent transparent #fff; transform: translate(0, -50%); }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { /*メインビジュアル*/
  .mainimg { margin-bottom: 65px; }
  .copy .copy_txt { margin-bottom: 40px; }
  /*メニューボタン*/
  .menu .menu__list { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .menu .menu__list li { margin-bottom: 2%; flex: 0 1 32%; width: 32%; max-width: 32%; margin-right: 2%; border: 15px solid #e4e2e0; }
  .menu .menu__list li:nth-child(3) { margin-right: 0%; }
  .map .map__bg { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .map .map__bg .map__txt { flex: 0 1 40%; width: 40%; max-width: 40%; margin-bottom: 0; }
  .map .map__bg .map__txt p { margin-bottom: 20px; }
  .map .map__bg .map__box { flex: 0 1 55%; width: 55%; max-width: 55%; margin-bottom: 0; } }
/*------------------------------
		1021px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
