@charset "UTF-8";

html {
    scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}

.pc_disp {
	display: block;
}

.sp_disp {
	display: none;
}

.float_btn {
    position: fixed;
    z-index: 99999;
    width: 100%;
    bottom: -140px;
    left: 0;
    padding: 12px 0;
    background: rgba(255,255,255,0.9);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
}

.float_btn a img {
	width: 92%;
	margin: 0 auto;
}

.float_btn_change {
    bottom: 0;
}

.header_logo {
    width: 130px;
}

a.fv_link span {
    display: block;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -8px;
}

a.header_cv_link {
    display: block;
    background: linear-gradient(45deg,rgba(216, 157, 73, 1) 0%, rgba(226, 187, 130, 1) 100%);
    color: #fff;
    padding: 15px 45px;
    border-radius: 100px;
    position: relative;
    font-weight: 500;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

a.header_cv_link:hover {
    opacity: 0.6;
    transform: scale(1.05);
}

ul.header_menu {
    position: fixed;
    right: 100px;
    top: 30px;
}

a.header_cv_link span {
    position: absolute;
    width: 12px;
    right: 18px;
    top: 50%;
    margin-top: -6px;
}

body {
	min-width: 1100px;
	margin: 0 auto;
	font-size: 1rem;
	font-family: "Noto Sans JP", sans-serif;
	color: #222;
}

.trial_sp {
	display:none;
}

section.fv {
    background-image: url("../img/fv_wave.png"), url("../img/fv_bg.jpg");
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background-size: 100%, cover;
    background-color: #fff;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom center, top center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fv_inner {
    width: 1100px;
    margin: 0 auto;
}

.fv_inner h2 {
    max-width: 690px;
    margin-bottom: 10px;
}

.fv_inner h3 {
    font-size: 2rem;
    line-height: 35px;
    font-weight: 600;
    margin: 10px 0 30px;
}

a.fv_link {
    display: block;
    position: relative;
    width: 290px;
    text-align: center;
    background: linear-gradient(45deg,rgba(216, 157, 73, 1) 0%, rgba(226, 187, 130, 1) 100%);
    color: #fff;
    padding: 20px;
    border-radius: 100px;
    font-size: 2rem;
    font-weight: 500;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

a.fv_link:hover {
    opacity: 0.6;
    transform: scale(1.05);
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 9999;
    top: 0;
    padding: 40px 40px 0;
}

.about_cap p {
    font-size: 1.6rem;
    line-height: 31px;
    margin-bottom: 20px;
}

.about_inner {
    display: flex;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 80px;
    justify-content: space-between;
}

.about_cap {
    width: 65%;
}

.about_subtitle {
    width: 30%;
}

.about_name {
    justify-content: end;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.about_name span {
    font-size: 1.25rem;
    margin-right: 12px;
}

.title_about {
    text-align: center;
    margin: 0 auto;
    width: max-content;
    margin-top: -70px;
}

.about_pilates_inner {
    display: flex;
    margin-top: 100px;
    padding-bottom: 100px;
    align-items: center;
    justify-content: space-between;
	background: linear-gradient(180deg, #fff 0%, #fff 15%, #F3F2F2 15%, #F3F2F2 100%)
}

.comparison {
    background: #F3F2F2;
}

section.about_pilates {
    background: linear-gradient(180deg, #fff 0%, #fff 30%, #F3F2F2 30%, #F3F2F2 100%);
}

.about_pilates_image {
    width: 50%;
    position: relative;
    z-index: 999;
}

.about_pilates_cap {
    width: 50%;
    padding: 10% 6% 0;
	position: relative;
}

.about_pilates_cap:after {
    content: "About Pilates";
    display: block;
    font-size: 6rem;
    position: absolute;
    font-family: "Inter", sans-serif;
    top: 0;
    right: 6%;
    color: #F3F2F2;
    font-weight: 700;
}

.about_pilates_cap h2:before {
    width: 90px;
    display: block;
    height: 1px;
    position: absolute;
    left: -100px;
    top: 50%;
    background: #000;
    content: "";
}

.about_pilates_cap h2 {
    font-size: 3rem;
    position: relative;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.about_pilates_cap p {
    font-size: 1.4rem;
    line-height: 25px;
}

.about_pilates_cap p span {
    font-weight: 500;
    margin-bottom: 0;
    display: block;
    font-size: 1.4rem;
}

.comparison_image {
    max-width: 810px;
    margin: 0 auto;
    padding: 0 0 100px 0;
}

.feature {
    background: #fff;
    width: 96%;
    overflow: hidden;
    margin: 0 auto;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    border-radius: 24px;
}

.feature_box {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative;
}

.feature_box_head:before {
    content: "STRENGTH";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-size: 15rem;
    -webkit-text-stroke: 1px #ddd;
    color: rgba(0,0,0,0);
    font-style: italic;
    line-height: 80px;
    letter-spacing: -6px;
    font-weight: 500;
}

.feature_box_bottom:before {
    content: "REASON";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    font-size: 15rem;
    -webkit-text-stroke: 1px #ddd;
    color: rgba(0,0,0,0);
    font-style: italic;
    line-height: 94px;
    letter-spacing: -6px;
    font-weight: 500;
}

.feature_box_head:after {
    content: "";
    display: block;
    width: 200%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: -50%;
}

.feature_title {
    font-weight: 600;
    font-size: 3.2rem;
    margin-bottom: 40px;
}

.feature_title span {
    font-size: 1.8rem;
    display: block;
    font-family: "Inter", sans-serif;
    color: #E2BB82;
    margin-bottom: 5px;
}

.feature_strength {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.feature_cap {
    width: 44%;
}

.strength_image {
    width: 52%;
}

.feature_cap p {
    font-size: 1.5rem;
    line-height: 28px;
}

ul.reason_list {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

ul.reason_list li {
    width: 32%;
    text-align: center;
    padding: 30px 0;
    background-color: #FDF9F5;
    border-radius: 9px;
    font-weight: 500;
    line-height: 24px;
    font-size: 1.6rem;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("../img/checkmark.png");
    background-size: 85px;
    background-position: center;
    background-repeat: no-repeat;
}

.feature_reason p {
    font-size: 1.5rem;
    line-height: 28px;
}
.about_effect {
    max-width: 1100px;
    position: relative;
    margin: 100px auto 0;
    border-right: 1px solid #BCB2AC;
    padding: 100px 70px 70px;
    border-left: 1px solid #BCB2AC;
    border-bottom: 1px solid #BCB2AC;
}

.about_effect h2 {
    margin: 0 auto 50px;
    max-width: 400px;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -200px;
}

.about_effect:before {
    height: 1px;
    width: 25%;
    background: #BCB2AC;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.about_effect:after {
    height: 1px;
    width: 25%;
    content: "";
    display: block;
    position: absolute;
    background: #BCB2AC;
    top: 0;
    right: 0;
}

ul.about_effect_list {
    display: flex;
    justify-content: space-between;
}

ul.about_effect_list li {
    width: 29%;
}

ul.about_effect_list li h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 20px;
}

ul.about_effect_list li p {
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
}

ul.about_effect_list li p span {
    padding: 0px 1px;
    font-size: 14px;
    border-bottom: 1px solid;
    font-weight: bold;
}

ul.safety_list {
    display: flex;
    max-width: 96%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    background: #eee;
}

ul.safety_list li {
    color: #fff;
    width: 25%;
    text-align: center;
    padding: 160px 0;
    position: relative;
}

ul.safety_list li:nth-child(1) {
	background-image: url("../img/featured_bg1.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

ul.safety_list li:nth-child(2) {
	background-image: url("../img/featured_bg2.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

ul.safety_list li:nth-child(3) {
	background-image: url("../img/featured_bg3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

ul.safety_list li:nth-child(4) {
	background-image: url("../img/featured_bg4.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.safety_inner {
    padding: 40px 0 80px 0;
}

ul.safety_list li h3 {
    font-size: 2.2rem;
    line-height: 31px;
    font-weight: 500;
    margin-bottom: 20px;
    position: relative;
}

section.safety {
    background: linear-gradient(0deg,rgba(243, 242, 242, 1) 0%, rgba(245, 245, 245, 1) 100%);
    padding: 80px 0 0;
}

.safety h2 {
    width: 450px;
    margin: 0 auto 0;
}

.access_wrapper {
    background: #f2f2f2;
}

ul.safety_list li h3 span {
    display: block;
    font-size: 5rem;
    margin-bottom: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 100;
}

ul.safety_list li p {
    line-height: 24px;
    font-size: 1.3rem;
    font-weight: 400;
    position: relative;
}

ul.safety_list li:before {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.trainer {
	background-image: url("../img/bg_left.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 60%;
	background-color: #f2f2f2;
}

.trainer_inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding: 0 0 100px 0;
}

ul.trainer_head_bg {
    display: flex;
	background: #000;
}

ul.trainer_head_bg li {
    width: 33.33%;
    height: 500px;
    opacity: 0.5;
    background-size: 270%;
}

ul.trainer_head_bg li:nth-child(1) {
	background-image: url("../img/trainer_01.png");
	background-position: top 23% center;
	background-repeat: no-repeat;
}

ul.trainer_head_bg li:nth-child(2) {
	background-image: url("../img/trainer_02.png");
	background-position: top 23% center;
	background-repeat: no-repeat;
}

ul.trainer_head_bg li:nth-child(3) {
	background-image: url("../img/trainer_04.png");
	background-position: top 23% center;
	background-repeat: no-repeat;
}

ul.trainer_head_bg li:nth-child(4) {
	background-image: url("../img/t_5.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 170%!important;
}

.trainer_head_contents {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.trainer_head {
    position: relative;
}

.trainer_title_bg {
    font-size: 90px;
    text-align: center;
    display: block;
    color: #fff;
    font-family: "Inter", sans-serif;
    width: 100%;
    top: 0;
    line-height: 79px;
    font-weight: 900;
}

.trainer_inner h2 {
    z-index: 999;
    position: relative;
    font-size: 27px;
    margin-top: 50px;
    color: #fff;
    display: flex;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

.trainer_inner h2 span {
    font-family: "Inter", sans-serif;
    font-size: 28px;
    padding-top: 5px;
    margin-right: 3px;
}

.trainer_inner p {
    font-size: 18px;
    position: relative;
    margin: 40px 0;
    font-weight: 600;
    padding: 10px 0;
}

ul.trainer_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: center;
}

ul.trainer_list li {
    width: 25%;
    margin: 6px;
    border: 1px solid;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.trainer_list_image {
    width: 100%;
    border-radius: 5px;
    background: #dddd;
    overflow: hidden;
    box-shadow: 25px 25px 35px rgba(0,0,0,0.05);
}

.trainer_list_name {
    margin: 0;
    font-weight: 600;
    position: absolute;
    font-size: 40px;
    padding: 50px 20px 10px;
    letter-spacing: 1px;
    font-family: "Inter", sans-serif;
    color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
}

section.access {
    background: #222;
    padding: 150px 0 10px;
    border-radius: 0 200px 0 0;
}

.access_inner {
    color: #fff;
    margin: 0 auto;
    max-width: 1100px;
}

.access_inner h2 {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    color: #E2D8BD;
}

.access_inner h2 span {
    font-size: 40px;
    margin-right: 20px;
    letter-spacing: 2px;
    font-family: "Inter", sans-serif;
}

.access_contents {
    display: flex;
    justify-content: space-between;
    background: #333;
    padding: 50px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.access_info h3 {
    font-size: 24px;
    font-weight: 500;
    padding-left: 20px;
    margin-bottom: 30px;
    position: relative;
}

.access_info {
    width: 39%;
}

.access_info h3:before {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    position: absolute;
    content: "";
    display: block;
    border-radius: 100%;
    top: 50%;
    margin-top: -5px;
    left: 0;
}

.access_info p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
}

.access_image {
    width: 35%;
    background-image: url("../img/access_image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.access_higashiginza {
    width: 35%;
    background-image: url("../img/access_image_higashiginza.png")!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.access_aoyama {
    width: 35%;
    background-image: url("../img/access_image_aoyama.png")!important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.access_map {
    width: 25%;
    background: #ddd;
}

.access_map iframe {
	-webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -o-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     filter: grayscale(100%);
}

footer {
    background: #222;
    background-image: url("../img/footer_logo.png");
    background-position: left bottom;
    background-size: 540px;
    background-repeat: no-repeat;
    padding: 150px 0 80px;
}

.footer_inner {
    max-width: 1100px;
    margin: 0 auto;
}

ul.footer_menu {
    justify-content: end;
    display: flex;
    margin-bottom: 15px;
}

ul.footer_menu li a {
    color: #fff;
    font-size: 1.3rem;
}

ul.footer_menu li {
    margin-left: 20px;
}

small {
    text-align: right;
    color: #aaa;
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1.3rem;
}
@media screen and (max-width: 480px) {

body {
    min-width: inherit;
}

a.header_cv_link {
    position: fixed;
    bottom: 15px;
    width: 90%;
    text-align: center;
    font-size: 1.5rem;
    left: 5%;
    z-index: 99999;
    padding: 12px 0;
}

header {
    padding: 15px 4% 0;
}

.header_logo {
    width: 100px;
}

ul.header_menu {
    top: inherit;
    z-index: 99999;
}

section.fv {
    height: auto;
    padding: 90px 6% 70px;
    min-height: inherit;
}

.fv_inner h2 {
    width: 65%;
}

.fv_inner {
    width: 100%;
}

.fv_inner h3 {
    font-size: 1.3rem;
    line-height: 21px;
    margin: 0 0 20px;
    font-weight: 600;
}

a.fv_link {
    width: 200px;
    font-size: 1.5rem;
    padding: 13px 0;
}

a.fv_link span {
    right: 14px;
    width: 15px;
    margin-top: -7px;
}
.pc_disp {
	display: none!important;
}

.sp_disp {
	display: block!important;
}
	
.trial_sp {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 99;
    display: block;
}
	
.title_about {
    width: 63%;
    margin-top: -32px;
}

.about_inner {
    display: block;
    padding: 20px 5%;
}

.about_subtitle {
    margin: 5px auto 14px;
    width: 40%;
}

.about_cap p {
    font-size: 1.2rem;
    line-height: 24px;
}

.about_cap {
    width: 100%;
}

.about_name {
    font-size: 1.2rem;
}

.about_name span {}

.about_pilates_inner {
    margin-top: 10px;
    display: block;
    padding-bottom: 10px;
}

.about_pilates_image {
    width: 85%;
}

.about_pilates_cap {
    width: 100%;
    padding: 30px 6%;
}

.about_pilates_cap:after {
    font-size: 2rem;
    color: #fff;
}

.about_pilates_cap h2 {
    font-size: 2rem;
    font-weight: 500;
}

.about_pilates_cap p {
    font-size: 1.2rem;
    line-height: 22px;
}

.comparison_image {
    padding: 0 6% 30px;
}

.feature_box_head:before {
    font-size: 5rem;
    letter-spacing: -2px;
    line-height: 28px;
}

.feature_strength {
    display: block;
}

.feature_cap {
    width: 100%;
}

.feature_title {
    font-size: 2rem;
    margin-bottom: 20px;
}

.feature_cap p {
    font-size: 1.2rem;
    line-height: 22px;
}

.strength_image {
    width: 90%;
    margin: 20px auto 0;
}

.feature_box {
    padding: 40px 5%;
}

section.about_pilates {
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #F3F2F2 30%, #F3F2F2 100%);
    padding-bottom: 10px;
}

.safety h2 {
    width: 75%;
    margin: 0 auto 20px;
}

.feature_box_bottom:before {
    font-size: 5rem;
    letter-spacing: -1px;
    line-height: 30px;
}

.feature_reason p {
    font-size: 1.2rem;
    line-height: 22px;
}

ul.reason_list {
    display: block;
    margin: 20px 0;
}

ul.reason_list li {
    width: 100%;
    padding: 15px 0;
    font-size: 1.3rem;
    line-height: 20px;
    margin: 8px 0;
    background-size: 25px;
    background-position: left 15px center;
}

ul.reason_list li br {
    display: none;
}

.safety_inner {
    padding: 0;
}

ul.safety_list {
    display: block;
    border-radius: 10px;
    max-width: 92%;
}

ul.safety_list li {
    width: 100%;
    padding: 50px 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

ul.safety_list li h3 {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 10px;
}

ul.safety_list li p {
    font-size: 1.2rem;
    line-height: 22px;
}

ul.safety_list li h3 span {
    font-size: 4rem;
    margin-bottom: 20px;
}

section.safety {
    padding-bottom: 40px;
    padding-top: 10px;
}

.about_effect {
    margin: 60px auto 20px;
    padding: 50px 5% 0px;
    width: 92%;
}

.about_effect h2 {
    margin-left: -35%;
    width: 70%;
    top: -36px;
}
.about_effect:before {
    width: 10%;
}

.about_effect:after {
    width: 10%;
}

ul.about_effect_list {
    display: block;
}

ul.about_effect_list li {
    width: 95%;
    margin: 0 auto 20px;
}

.about_effect_list_thumb {
    width: 60%;
    margin: 0 auto 15px;
}

ul.about_effect_list li h4 {
    margin: 0 auto 10px;
    font-size: 1.5rem;
    font-weight: 500;
    background: #E2BB82;
    width: max-content;
    padding: 5px 30px;
    border-radius: 100px;
    color: #fff;
}

ul.about_effect_list li p {
    font-size: 1.2rem;
    line-height: 22px;
    font-weight: 400;
}

ul.about_effect_list li p span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #E2BB82;
}
	
.about_first:before,
.about_second:before {
	display: none;		
}
	
.trainer_inner {
    padding: 0 0 50px 0;
}
	
ul.trainer_head_bg li {
    background-size: 480%;
    height: 260px;
}

.trainer_title_bg {
    font-size: 4rem;
    line-height: 40px;
}
	
ul.trainer_head_bg li:nth-child(4) {
    background-size: 290%!important;
}

.trainer_inner h2 {
    font-size: 1.5rem;
    margin-top: 20px;
    display: block;
    font-weight: 500;
}
	
.trainer_inner h2 span {
    display: block;
    font-size: 1.5rem;
}

.trainer_inner p {
    margin: 30px 0 20px;
    padding: 0 5%;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    line-height: 20px;
}

ul.trainer_list {
    margin-top: 20px;
    padding: 0 5%;
}

ul.trainer_list li {
    width: 48%;
    margin: 1%;
    border: none;
    border-radius: 5px;
}
	
.trainer_list_image {
    box-shadow: 12px 12px 18px rgba(0,0,0,0.05), 7px 7px 8px rgba(0,0,0,0.04);
}

.trainer_list_name {
    font-size: 2rem;
    margin: 0;
    font-weight: 500;
    padding: 23px 10px 10px;
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}

section.access {
    padding: 40px 5%;
    border-radius: 0 100px 0 0;
}

.access_wrapper {
    background-attachment: inherit;
}

.access_inner h2 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    font-weight: 500;
}

.access_inner h2 span {
    font-size: 2.4rem;
    margin-right: 14px;
    font-weight: 600;
}

.access_contents {
    display: block;
    padding: 25px;
}

.access_info {
    width: 100%;
    margin-bottom: 30px;
}

.access_info h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.access_info p {
    font-size: 1.2rem;
    line-height: 20px;
    opacity: 0.75;
}

.access_image {
    width: 100%;
    margin-bottom: 10px;
    height: 200px;
}

.access_map {
    width: 100%;
}

footer {
    padding: 40px 5% 170px;
    background-size: 40%;
    background-position: bottom 85px center;
}

ul.footer_menu {
    justify-content: center;
    margin-bottom: 40px;
}
	
ul.footer_menu li {
    margin: 0;
}

ul.footer_menu li a {
    font-size: 1.2rem;
    margin: 0 8px;
}

small {
    text-align: center;
    font-size: 1.1rem;
}

}