@charset "UTF-8";

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

.bg_change {
	opacity: 0.92!important;
}

.mv_title_change1 {
    filter: blur(5px)!important;
    transform: scale(1.05)!important;
    opacity: 0.8!important;
}

.mv_title_change2 {
    filter: blur(10px)!important;
    transform: scale(1.1)!important;
    opacity: 0.65!important;
}

.mv_title_change3 {
    filter: blur(20px)!important;
    transform: scale(1.3)!important;
    opacity: 0.4!important;
}

.mv_title_change4 {
    filter: blur(30px)!important;
    transform: scale(1.5)!important;
    opacity: 0.2!important;
}

.mv_title_change5 {
    filter: blur(40px)!important;
    transform: scale(1.8)!important;
    opacity: 0!important;
}

.location_mv_inner h1 {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 24px;
    font-weight: 400;
}

.location_mv_inner h1 span {
    display: block;
    font-size: 2.5rem;
    font-family: 'aileron';
    letter-spacing: -1px;
}

span.location_mv_title_sub {
    font-size: 1.4rem!important;
    letter-spacing: 0!important;
    margin-bottom: 20px!important;
}

section.location_mv {
    height: auto;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    justify-content: end;
    /* border-bottom: 0.5px solid rgba(255,255,255,0.75); */
}

.location_mv_inner {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
    width: 120%;
    height: 100vh;
    margin-left: -10%;
}

span.location_mv_areaname {
    margin-bottom: 30px;
    font-size: 5rem!important;
    line-height: 50px;
    letter-spacing: 0px!important;
}

.location_mv_reserve {
    border: #fc4020 1px solid;
    padding: 5px 30px;
    letter-spacing: 1px;
    border-radius: 100px;
    margin: 30px auto 0;
    justify-content: end;
    display: flex;
    width: max-content;
    text-align: center;
    overflow: hidden;
    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;
}

.location_mv_reserve span {
    font-weight: bold;
    font-size: 2rem;
    display: block;
    position: relative;
    color: #fc4020;
    font-family: "aileron", sans-serif;
    transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    z-index: 99;
}

.location_mv_reserve:before {
	width: 0;
	height: 100%;
	background: #fc4020;
	content: "";
	display: block;
	left: 0;
	top: 0;
	position: absolute;
	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;
}

.location_mv_reserve:hover:before {
	width: 100%;
	border-radius: 100px;
}

.location_mv_reserve:hover span {
	color: #000;
}

section.concept {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.concept_inner {
    max-width: 100%;
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
    padding: 150px 0;
}

.concept_inner h2 {
    width: 100%;
    font-size: 5rem;
    font-family: "aileron", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    color: #fff;
    text-shadow: 4px 0px 3px #fc4020;
    line-height: 30px;
}

.concept_image {
    width: 38%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0;
    /* border: 0.5px solid #fff; */
}

.concept_main_title span {
    display: block;
    width: 44px;
    margin: 0 auto 30px;
}

.concept_main_title {
    text-align: center;
    font-family: 'aileron';
    font-size: 8.5rem;
    letter-spacing: -1px;
    line-height: 90px;
    padding-top: 200px;
    text-shadow: 0 20px 20px rgba(0,0,0,0.75);
}

.concept_main_title:after {
    display: block;
    content: "";
    width: 140px;
    height: 0.5px;
    background: #fff;
    margin: 120px auto 0;
}

.concept_image img {
    width: 100%;
    height: auto;
    opacity: 0.8;
}

.concept_main {
    width: 52%;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

p.concept_cap {
    width: 100%;
    line-height: 32px;
    font-weight: 300;
    margin-top: 60px;
    font-size: 1.35rem;
}

h2.ourshisha_title {
    background: #000;
    font-size: 5rem;
    margin: 0 auto;
    text-shadow: 4px 0px 3px #fc4020;
    font-family: 'aileron';
}

section.ourshisha {
    position: relative;
    padding-top: unset;
    padding-bottom: 150px;
    background: #000;
    margin-top: 0;
}

.ourshisha_inner {
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: row-reverse;
    margin: 0 auto;
    justify-content: space-between;
}

.ourshisha_inner p {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 32px;
    font-weight: 300;
    margin-top: 40px;
}

.ourshisha_main {
    width: 52%;
}

.ourshisha_inner p span {
    display: block;
    font-size: 3.6rem;
    line-height: 52px;
    font-weight: 300;
    text-shadow: 0 0 50px rgba(255,255,255,1), 0 0 4px rgba(255,255,255,1), 0 0 12px rgba(255,255,255,0.3);
    margin-bottom: 50px;
}

.ourshisha_images {
    width: 38%;
    overflow: hidden;
}

.ourshisha_images img {
    opacity: 0.8;
}

.ourshisha_img1 {
    width: 42%;
    margin-top: 12%;
}

.ourshisha_img2 {
    width: 42%;
    margin-top: 0;
}

.gallery_inner h2 {
    font-family: "aileron", sans-serif;
    font-size: 5rem;
    letter-spacing: 0px;
    text-align: center;
    text-shadow: 4px 0px 3px #fc4020;
    margin-bottom: 50px;
}

.gallery_inner {
    max-width: 98%;
    margin: 0 auto;
    padding: 0 0 0.5% 0;
    background: #000;
}

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

.gallery_large {
    width: 49.6%;
}

.gallery_medium {
    width: 24.8%;
}

ul.gallery_small li {
    width: 100%;
    margin-bottom: 3%;
    overflow: hidden;
}

.gallery_area img {
    width: 100%;
    height: auto;
    box-shadow: 6px 6px 30px rgba(0,0,0,0.4);
}

ul.gallery_small {
    width: 24%;
}

section.location {
    padding: 0 0 150px;
    background: #000;
}

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

.location_inner h2 {
    font-size: 5rem;
    letter-spacing: 0px;
    line-height: 40px;
    text-align: center;
    text-shadow: 4px 0px 3px #fc4020;
    margin-bottom: 50px;
    font-family: "aileron", sans-serif;
}

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

.location_content {
    width: 100%;
    background: rgba(255,255,255,0.075);
    display: flex;
    padding: 50px;
    backdrop-filter: blur(25px);
}

.location_image {
    width: 38%;
    position: relative;
    background: #fff;
    text-align: center;
    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;
    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;
}

.location_main {
    margin-left: 7%;
    width: 50%;
}

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

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

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

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

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

ul.location_info {
    margin: 30px 0;
}

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

a.other_shop {
    display: block;
    margin: 50px auto 0 auto;
    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.other_shop span {
    color: #fc4020;
	display: block;
    font-size: 1.4rem;
	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.other_shop:hover span {
	color: #000;
}

a.other_shop: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.other_shop:hover:before {
	width: 100%;
}

section.flavor {
    background: rgba(0,0,0,0.75);
    padding: 150px 0 0;
}

.flavor_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.flavor_inner h2 {
    font-size: 5rem;
    letter-spacing: 0px;
    font-weight: 300;
    text-shadow: 4px 0px 3px #fc4020;
    line-height: 50px;
    font-family: "aileron", sans-serif;
    margin-bottom: 120px;
}

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

p.flavor_cap {
    width: 35%;
    font-size: 1.4rem;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 1px;
}

.flavor_menu {
    width: 50%;
}

ul.flavor_list li {
    font-size: 1.2rem;
    margin: 5px 10px;
    letter-spacing: 0.5px;
}

ul.flavor_list {
    display: flex;
    flex-wrap: wrap;
    opacity: 0.65;
}

.flavor_category h3 {
    font-size: 2.5rem;
    font-weight: 300;
    border-left: 0.5px solid #fc4020;
    margin-bottom: 30px;
    letter-spacing: 1px;
    padding-left: 15px;
    font-family: "aileron", sans-serif;
}

.flavor_category {
    margin-bottom: 50px;
}

section.drink {
    background: rgba(0,0,0,0.75);
    padding: 150px 0 350px;
}

.drink_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.drink_inner h2 {
    font-size: 5rem;
    letter-spacing: 0px;
    font-weight: 300;
    font-family: "aileron", sans-serif;
    line-height: 50px;
    margin-bottom: 120px;
    text-shadow: 4px 0px 3px #fc4020;
}

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

p.drink_cap {
    width: 35%;
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 32px;
}

.drink_menu {
    width: 50%;
}

ul.drink_list li {
    font-size: 1.2rem;
    margin: 5px 10px;
    letter-spacing: 0.5px;
}

ul.drink_list {
    display: flex;
    flex-wrap: wrap;
    opacity: 0.65;
}

.drink_category h3 {
    font-size: 2.5rem;
    font-weight: 300;
    font-family: "aileron", sans-serif;
    border-left: 0.5px solid #fc4020;
    margin-bottom: 30px;
    padding-left: 15px;
    letter-spacing: 1px;
}

.drink_category {
    margin-bottom: 50px;
}

.visual_area_inner {
    width: 65%;
    height: 500px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: -250px;
    margin-left: -32.5%;
}

.visual_area_inner img {
    width: 100%;
    height: auto;
}

section.visual_area {
    position: relative;
}

section.price {
    padding-top: 450px;
    background: #000;
    border-top: 0.5px solid rgba(255,255,255,0.4);
}

.price_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}

.price_course_wrap h3 span {
    font-size: 2.4rem;
    padding: 5px 50px 7px;
    font-weight: bold;
    border: 1px solid #fc4020;
    color: #fc4020;
}

.price_inner h2 {
    font-size: 5rem;
    letter-spacing: 0px;
    font-family: "aileron", sans-serif;
    font-weight: 300;
    text-align: center;
    text-shadow: 4px 0px 3px #fc4020;
}

.price_last {
	border: none!important;
}

ul.price_course_list li {
    width: 100%;
    padding-left: 15px;
    margin: 15px 0;
}

.price_course {
    margin: 60px 0;
}

.price_course_wrap {
    width: 100%;
    overflow: hidden;
    background: rgba(255,255,255,0.075);
    padding: 5%;
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
    box-shadow: 0 30px 120px rgba(0,0,0,0.3);
    align-items: center;
    backdrop-filter: blur(74px);
}

.price_course_wrap h3 {
    width: 40%;
    padding-right: 5%;
    text-align: center;
    height: 100%;
}

table.price_course_list {
    width: 50%;
    padding-left: 10%;
}

table.price_course_list th {
    width: 40%;
    padding: 30px 0 30px 22px;
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    position: relative;
}

table.price_course_list td {
    width: 60%;
    padding: 30px 0 30px 30px;
    letter-spacing: 1px;
    border-bottom: rgba(255,255,255,0.15) 1px solid;
    font-size: 1.6rem;
}

table.price_course_list th:before {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border: #fc4020 1px solid;
    content: "";
    top: 50%;
    margin-top: -3px;
    left: 5px;
    border-radius: 100%;
}

.wifi {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    font-weight: 600;
}

.wifi img {
    width: 50px;
    height: auto;
    margin-right: 20px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(67deg) brightness(105%) contrast(103%);
}

.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 {
    max-width: 1000px;
    display: flex;
    width: 100%;
    background: rgba(0,0,0,0.6);
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 25px 20px rgba(0,0,0,0.5);
}

section.reservation h2 {
    font-size: 5rem;
    letter-spacing: 0px;
    max-width: 1000px;
    text-shadow: 4px 0px 3px #fc4020;
    margin: 0 auto 50px;
    text-align: center;
    font-family: 'aileron';
}

.reservation_area_info {
    padding: 50px;
    width: 50%;
    background: #111;
}

.reservation_area_image {
    width: 50%;
    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;
    font-size: 2rem;
}

section.reservation {
    padding: 150px 0;
    background: #000;
}

.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;
}

section.confirmation {
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    padding-top: 150px;
}
/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	
section.location_mv {
    height: 90vh;
}
	
span.location_mv_title_sub {
	margin-bottom: 20px!important;
}

.location_mv_reserve {
    margin: 40px auto 0;
}

section.concept {
    padding: 0;
}

.concept_inner {
    flex-wrap: wrap;
    display: block;
    width: 86%;
    padding: 50px 0;
    margin: 0 auto;
}

.concept_inner h2 {
    width: 100%;
    font-size: 4rem;
    text-align: center;
    line-height: 40px;
    margin: 40px auto 30px;
}

.concept_image {
    width: 75%;
    box-shadow: none;
    margin: 0 auto;
    border-radius: 10px;
}

p.concept_cap {
    width: 100%;
    font-size: 1.2rem;
    line-height: 23px;
    margin-top: 30px;
}

.ourshisha_inner {
    flex-wrap: wrap;
    display: block;
}

.ourshisha_inner p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 23px;
    margin-top: 20px;
}

.ourshisha_inner p span {
    font-size: 2rem;
    line-height: 34px;
    text-align: center;
    margin: 25px 0;
}

section.ourshisha {
    margin-top: -20px;
    padding-bottom: 0;
}

.ourshisha_images {
    width: 45%;
    margin: 0 auto 30px;
    position: absolute;
    display: none;
}

.ourshisha_img1 {
    width: 44%;
    margin-top: 30%;
}

.ourshisha_img2 {
    width: 44%;
}

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

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

.location_content {
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    border: none;
    padding: 0;
    background: none;
}

.location_list {
    display: block;
}

ul.location_info {
    margin: 25px 0;
}

ul.location_info li h4 {
    font-size: 1.8rem;
    text-align: center;
}

.location_image {
    width: 100%;
}

.location_main {
    width: 100%;
    margin-left: 0;
}
	
a.other_shop {
    margin: 30px auto 0;
}
	
.gallery_inner h2 {
    font-size: 4rem;
    line-height: 40px;
    width: 90%;
    margin: 0 auto 50px;
}

.gallery_area {
    flex-wrap: wrap;
    display: flex;
    width: 90%;
    margin: 0 auto;
}

.gallery_large {
    width: 100%;
    margin-bottom: 1%;
}

.gallery_medium {
    width: 50%;
}

ul.gallery_small {
    width: 49%;
}
	
section.flavor {
    padding: 100px 0 0;
}

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

.flavor_contents {
    display: block;
}

p.flavor_cap {
    width: 100%;
    font-size: 1.2rem;
    line-height: 23px;
    margin-bottom: 50px;
}

.flavor_menu {
    width: 100%;
}

.flavor_category h3 {
    border-left: 1px solid #fc4020;
}

.flavor_category {
    padding-bottom: 50px;
    margin-bottom: 0;
}

section.drink {
    padding: 50px 0 100px;
}

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

.drink_contents {
    display: block;
}

p.drink_cap {
    width: 100%;
    font-size: 1.2rem;
    line-height: 23px;
    margin-bottom: 50px;
}

.drink_menu {
    width: 100%;
}

.drink_category h3 {
    border-left: 1px solid #fc4020;
}

.visual_area_inner {
    height: auto;
    top: -100px;
}

section.price {
    padding-top: 200px;
}

.price_inner h2 {
    font-size: 4rem;
}

.price_course {
    margin: 50px 0;
}

.price_course_wrap {
    display: block;
    padding: 40px 5% 20px;
    margin-bottom: 20px;
}

.price_course_wrap h3 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
}

.price_course_wrap h3 span {
    font-size: 1.8rem;
}

table.price_course_list {
    width: 100%;
}

table.price_course_list th {
    font-size: 1.3rem;
    padding: 20px 0 20px 20px;
    width: 30%;
}

table.price_course_list td {
    width: 70%;
    padding: 20px 0 20px 20px;
    font-size: 1.2rem;
}

.wifi {
    font-size: 3rem;
}

.wifi img {
    width: 30px;
    margin-right: 10px;
}

section.reservation {
    padding: 100px 0;
}
	
section.reservation h2 {
    font-size: 4rem;
    width: 90%;
}

.reservation_inner {
    display: block;
}

.reservation_area {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.reservation_area_image {
    width: 100%;
    height: 250px;
}

.reservation_area_info {
    width: 100%;
    padding: 30px;
}

.reservation_area_info h3 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

ul.reservation_contact {
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.reservation_contact li {
    margin: 0 10px;
}

.reservation_howto {
    text-align: center;
    margin-bottom: 20px;
}

ul.reservation_contact li a {
    margin: 0;
    font-size: 1.8rem;
}

.reservation_howto span {
    margin: 0 auto 10px;
}

.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;
}
	
.concept_main_title {
    font-size: 3.5rem;
    padding-top: 100px;
    line-height: 36px;
    letter-spacing: -0.5px;
}

.concept_main_title:after {
    margin: 50px auto 0;
    width: 50%;
}

.concept_main_title span {
    width: 30px;
    margin: 0 auto 20px;
}

.concept_main {
    width: 100%;
    display: block;
}

h2.ourshisha_title {
    text-align: center;
    font-size: 4rem;
}

.location_mv_inner h1 span {
    letter-spacing: 0;
}
	
span.location_mv_areaname {
        line-height: 40px;
        font-size: 3.8rem !important;
}

.ourshisha_main {
    width: 86%;
    margin: 0px auto;
    padding: 30px 0;
}
}