@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; } }
.titleimg { background: url("/liberte/umezu_second/img/life/titleimg.jpg") center/cover no-repeat; }

.location .location__ttl { margin-bottom: 25px; font-size: 2rem; text-align: center; color: #54C2F0; }
@media (min-width: 769px) { .location .location__ttl { font-size: calc( 2rem + ( 1vw - 7.69px ) * 1.3303769401 ); } }
@media (min-width: 1220px) { .location .location__ttl { font-size: 2.6rem; } }
.location .location_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; }
.location .location_list li { flex: 0 1 49%; width: 49%; max-width: 49%; margin-bottom: 20px; }
.location .location_list li figure { margin-bottom: 10px; }
.location .location_list li figcaption { color: #54C2F0; font-size: 1.2rem; text-align: center; }
@media (min-width: 769px) { .location .location_list li figcaption { font-size: calc( 1.2rem + ( 1vw - 7.69px ) * 0.8869179601 ); } }
@media (min-width: 1220px) { .location .location_list li figcaption { font-size: 1.6rem; } }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .location .location_list li { flex: 0 1 32.5%; width: 32.5%; max-width: 32.5%; } }
/*------------------------------
		1021px以上
------------------------------*/
/*------------------------------
		1221px以上
------------------------------*/
/*------------------------------
		1600px以上
------------------------------*/

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