@charset "UTF-8";

.bg_photo {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-image: url("../img/detail/bg_location.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

#bg {
    opacity: 0.85!important;
}

.bg_change {
	opacity: 0.92!important;
}


section.location {
    padding: 200px 0 100px;
}

.location_inner {
    max-width: 1000px;
    width: 90%;
    padding-left: 8%;
    margin: 0 auto;
}

.location_inner h2 {
    font-size: 5rem;
    letter-spacing: 0px;
    line-height: 40px;
    margin-bottom: 120px;
    font-family: "aileron", sans-serif;
}

ul.location_link {
    display: flex;
    align-items: center;
    margin: 100px 0 0;
    position: relative;
    z-index: 99;
}

ul.location_link li a {
    color: #fff;
    border: 0.5px solid;
    padding: 6px 15px 7px;
    border-radius: 4px;
    font-size: 1.3rem;
    font-weight: 300;
}

ul.location_link li {
    margin-right: 20px;
}

.location_list {
    display: block;
}

.location_content {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 100px 0 0;
    justify-content: space-between;
}

.shop_more_link_area {
    display: flex;
    justify-content: end;
}

.location_image {
    width: 30%;
    position: relative;
    background: #fff;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 20px 20px rgba(0,0,0,0.5);
    overflow: hidden;
}

.location_image h3 {
    font-family: "aileron", sans-serif;
    font-size: 4rem;
    font-weight: 300;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.35);
    position: absolute;
    left: 0;
    color: #fff;
    top: 0;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location_image h3 span {
    display: block;
    font-size: 2rem;
    letter-spacing: 1px;
}

ul.location_info li {
    font-size: 1.35rem;
    margin: 15px 0px;
    font-weight: 300;
    padding-left: 12px;
    border-left: 0.5px solid;
}

ul.location_info li:first-child {
    border: none;
    padding-left: 0;
    margin-bottom: 30px;
}

table.location_howto th span {
    display: block;
    font-size: 1.35rem;
    background: #fc4020;
    border-radius: 100px;
    padding: 2px 15px;
    width: max-content;
}

ul.location_info li h4 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

ul.location_info li a {
    color: #fff;
}

.close {
    font-size: 1.2rem;
    display: block;
    opacity: 0.75;
}

table.location_howto th {
    padding: 0;
    text-align: center;
    font-weight: 500;
    border-radius: 100px;
    display: block;
    color: #000;
    width: 100%;
    font-size: 1.3rem;
}

table.location_howto td {
    font-size: 1.3rem;
    width: 80%;
    font-weight: 300;
    display: flex;
    align-items: center;
    padding: 12px 0 30px;
}

table.location_howto {
    width: 30%;
}

a.howto_reserve_link {
    color: #fff;
    text-decoration: underline;
    font-size: 1.3rem;
}

ul.location_info li span {
    margin-right: 8px;
    border: 0.5px solid #fff;
    padding: 0px 8px;
}

ul.location_info {
    margin: 0;
    width: 30%;
}

a.shop_more_link {
    display: block;
    margin: 30px 0;
    width: max-content;
    padding: 8px 30px;
    border: #fc4020 1px solid;
    font-size: 1.4rem;
    border-radius: 100px;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    overflow: hidden;
    position: relative;
}

a.shop_more_link span {
    color: #fc4020;
    display: block;
    font-size: 1.3rem;
    position: relative;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
}

a.shop_more_link:hover span {
	color: #000;
}

a.shop_more_link:before {
	display: block;
	width: 0;
	height: 100%;
	content: "";
	background: #fc4020;
	position: absolute;
	left: 0;
	top: 0;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
	border-radius: 100px;
}

a.shop_more_link:hover:before {
	width: 100%;
}


.reservation_inner {
    /* max-width: 1000px; */
    width: 90%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.r_umeda {
	background-image: url("../img/home/location_umeda.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.r_shinsaibashi {
	background-image: url("../img/home/location_shinsaibashi.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.reservation_area {
    display: flex;
    width: 49%;
    background: rgba(0,0,0,0.6);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 25px 20px rgba(0,0,0,0.5);
}

.reservation_area_info {
    padding: 50px;
    width: 60%;
}

.reservation_area_image {
    width: 40%;
    height: 100%;
}

.reservation_area_info h3 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 30px;
}

.reservation_howto {
    font-size: 1.35rem;
    line-height: 21px;
    margin-bottom: 30px;
    font-weight: 300;
}

ul.reservation_contact li a img {
    width: 24px;
}

.reservation_howto span {
    display: block;
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 2px 12px;
    background: #fc4020;
    color: #000;
    width: max-content;
    border-radius: 100px;
}

.reservation_howto a {
    color: #fff;
    font-size: 1.35rem;
    text-decoration: underline;
}

ul.reservation_contact li a {
    color: #fff;
    display: block;
    margin-top: 20px;
}

section.reservation {
    padding: 300px 0;
}

.confirmation_inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.confirmation_inner h2 span {
    width: 60px;
    display: block;
    margin: 0 auto 20px;
}

.confirmation_inner h2 {
    font-size: 5rem;
    font-family: "aileron", sans-serif;
    margin-bottom: 60px;
    color: #fff;
    letter-spacing: 1px;
}

.confirmation_inner p {
    line-height: 32px;
    font-weight: 300;
    margin-bottom: 60px;
    font-size: 1.35rem;
}

ul.confirmation_list {
    display: flex;
    justify-content: center;
}

ul.confirmation_list li {
    padding: 4px 15px;
    border: 0.5px solid;
    margin: 0 5px;
    font-size: 1.35rem;
    font-weight: 300;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
.location_inner {
    padding-left: 0;
}

.location_inner h2 {
    font-size: 4rem;
    margin-bottom: 50px;
}

ul.location_link {
    margin: 50px 0;
}

.location_content {
    display: block;
    padding: 5%;
    background: rgba(255,255,255,0.075);
    border-radius: 10px;
    margin-bottom: 20px;
}

.location_image {
    width: 100%;
}

ul.location_info {
    width: 100%;
}

table.location_howto {
    width: 100%;
}

ul.location_info li h4 {
    margin: 20px 0;
}

.confirmation_inner h2 {
    font-size: 4rem;
    margin-bottom: 50px;
    line-height: 40px;
}

.confirmation_inner h2 span {
    width: 50px;
}

.confirmation_inner p {
    line-height: 23px;
    font-size: 1.2rem;
    margin-bottom: 50px;
}

ul.confirmation_list {
    flex-wrap: wrap;
}

ul.confirmation_list li {
    margin: 0 5px 5px;
}
	
a.shop_more_link {
    margin: 10px auto 40px;
}
}