@charset "UTF-8";

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

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

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

.access_image {
    margin-bottom: 60px;
}

.access_info th {
    font-size: 1.4rem;
    font-weight: 300;
    width: 20%;
    letter-spacing: 1px;
    padding: 50px  0;
    border-bottom: 1px solid;
}

.access_info td {
    font-size: 1.4rem;
    width: 80%;
    line-height: 28px;
    letter-spacing: 1px;
    padding: 50px;
    border-bottom: 1px solid #eee;
}

table.access_info {
    margin-bottom: 70px;
    border-top: 1px solid;
}

.access_info td a {
    color: #71c7d5;
    display: block;
    font-family: 'Quicksand', sans-serif;
    width: max-content;
    font-weight: bold;
    font-size: 1.4rem;
    text-decoration: underline;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.access_info td a:hover {
	opacity: 0.5;
}

.access_area iframe {
    width: 100%;
    margin-bottom: 40px;
}

.access_area p {
    line-height: 30px;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 100px;
    letter-spacing: 1px;
}

.reserve_inner h2 {
    text-align: center;
    font-size: 2.5rem;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 80px;
}

.reserve_inner  p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 30px;
    letter-spacing: 0.5px;
    margin-bottom: 80px;
}

.reserve_inner h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -20px;
}

.reserve_tel_area a span {
    display: flex;
    font-size: 1.4rem;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid;
    margin: 0 auto 15px;
    letter-spacing: 1px;
    padding-bottom: 8px;
    width: max-content;
}

.reserve_tel_area a {
    color: #5b5b5b;
    display: block;
    width: max-content;
    margin: 0 auto;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.reserve_tel_area a:hover {
    transform: scale(1.1);
    opacity: 0.5;
}


span.tel_number {
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1px;
    border: none!important;
    display: block;
    font-size: 3rem!important;
}

.reserve_line_area a {
    display: flex;
    text-align: center;
    color: #5b5b5b;
    letter-spacing: 1px;
    font-size: 1.5rem;
    align-items: center;
    padding: 20px 40px;
    width: max-content;
    margin: 40px auto 80px;
    border-radius: 100px;
    border: 1px solid;
	transition: all 0.35s ease;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
}

.reserve_line_area a:hover {
    transform: scale(1.1);
    opacity: 0.5;	
}

.reserve_inner h2 img {
    width: 50px;
    height: auto;
    margin: 0 auto  30px;
}

.reserve_tel_area a span img {
    width: 30px;
    height: auto;
    margin-right: 14px;
}

.reserve_line_area a img {
    width: 30px;
    height: auto;
    margin-right: 20px;
}

.access_area p img {
    width: 45px;
    height: auto;
    margin: 0  auto 20px;
}


/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {


.reserve_inner {
    max-width: 88%;
    margin: 0 auto;
}

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

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

.access_image {
    margin-bottom: 50px;
}

.access_info th {
    font-size: 1.2rem;
    font-weight: 300;
    width: 20%;
    letter-spacing: 1px;
    padding: 20px  0;
    border-bottom: 1px solid;
}

.access_info td {
    font-size: 1.2rem;
    width: 80%;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

table.access_info {
    margin: 0 auto 30px;
    border-top: 1px solid;
    width: 90%;
}

.access_info td a {
    color: #71c7d5;
    display: block;
    font-family: 'Quicksand', sans-serif;
    width: max-content;
    font-weight: bold;
    font-size: 1.4rem;
    text-decoration: underline;
}

.access_area iframe {
    width: 100%;
    margin-bottom: 30px;
    height: 250px;
}

.access_area p {
    line-height: 22px;
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.reserve_inner h2 {
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.reserve_inner  p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
}

.reserve_inner h2:after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -20px;
}

.reserve_tel_area {}

.reserve_tel_area a span {
    display: flex;
    font-size: 1.3rem;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid;
    margin: 0 auto 10px;
    letter-spacing: 1px;
    padding-bottom: 8px;
    width: max-content;
}

.reserve_tel_area a {
    color: #5b5b5b;
}

span.tel_number {
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 1px;
    border: none!important;
    display: block;
    font-size: 2.2rem!important;
}

.reserve_line_area a {
    display: flex;
    text-align: center;
    color: #5b5b5b;
    letter-spacing: 1px;
    font-size: 1.3rem;
    align-items: center;
    padding: 12px 40px;
    width: max-content;
    margin: 20px auto 50px;
    border-radius: 100px;
    border: 1px solid;
}

.reserve_inner h2 img {
    width: 40px;
    height: auto;
    margin: 0 auto  15px;
}

.reserve_tel_area a span img {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.reserve_line_area a img {
    width: 25px;
    height: auto;
    margin-right: 12px;
}

.access_area p img {
    width: 35px;
    height: auto;
    margin: 0  auto 15px;
}


}

