@charset "UTF-8";
/* CSS Document */

#page-top {position: fixed;bottom: 40px;right: 40px;width: 60px; z-index:400;}
@media screen and (max-width: 896px) {
	#page-top {position: fixed;bottom: 5px;right: 5px;width: 30px; z-index:400;}
}

.EN {font-family: "Oswald", sans-serif;}
.mincho {font-family: "Zen Old Mincho", serif;}

.bgWH {background-color: #FFF;}
.bgBR {background-color: #D88D00;}
.bgBE {background-color: #F5F4EE;}
.bgGR {background-color: #4A8308;}
.bgGRY {background-color: #EEEEEE;}
.txtWH {color: #FFF;}
.txtBR {color: #D88D00;}
.txtGR {color: #4A8308;}
.bBR {border-color: #BF9D63;}
.bDBL {border-color: #2F3B49;}

.clone-nav {position: fixed;top: 0;left: 0;z-index: 2; width: 100%; transition: .3s; transform: translateY(-100%);}
.is-show {transform: translateY(0);}
.clone-nav {text-align: center; width: 100%; background: #FFF;}

.ratioBox {position: relative;width: 100%;height: auto;}
.ratio1-1:before {content: "";display: block;padding-top: 100%; /* 1:1 */}
.ratio2-1:before {content: "";display: block;padding-top: 50%; /* 2:1 */}
.ratio3-2:before {content: "";display: block;padding-top: 66%; /* 3:2 */}
.ratio4-3:before {content: "";display: block;padding-top: 75%; /* 4:3 */}
.ratioInner {position: absolute;top: 0; left: 0;width: 100%;height: 100%;}

#side {position: fixed; right: 20px; bottom: 5px; z-index: 2;}
#side li {width: 105px; margin-bottom: 15px;}
#side li a img,#side li a:hover img {transition: .3s;}
#side li a:hover img {transform: scale(1.1);}
@media screen and (max-width: 896px) {
	#side {right: 5px; bottom: 55px;}
	#side li {width: 65px; margin-bottom: 10px;}
}

#header {position: relative; width: 100%;}
#header h1 {padding: 10px;}
#header .logo {padding: 30px 20px; width: 180px; background: #FFF; margin-left: 120px; position: absolute; top: 0; z-index: 1;}
#hanburger {display: none;}
.menu_button {width: 55px; height: 55px; position: fixed; top: 0; right: 0; background: #222; z-index: 15;}
#hanburger:checked ~ .menu_button {top: 0;}
#hanburger:checked ~ .span2 {display: none;}
#hanburger:checked ~ .span1 {width: 34px; transform: rotate(45deg); top: 27px; right: 11px;}
#hanburger:checked ~ .span3 {width: 34px; transform: rotate(-45deg); top: 27px; right: 11px;}
.global_menu {visibility: hidden; width: 100%; height: 100%; position: fixed; top: 0; left: 0; color: #222; overflow-y: scroll; text-align: center; background: #FFF; margin-left: auto;}
#hanburger:checked ~ .global_menu {visibility: visible;}
.global_menu a {display: block; width: 100%; padding: 10px 20px; border-radius: 8px;}
.global_menu a:hover {background: #222; color: #FFF;}
.menu_wrap {display: flex; flex-wrap: wrap; margin: 20px 140px 20px 30px;}
.menu {font-size: 18px; line-height: 1.5; font-weight: 500; white-space: nowrap; margin: 0 20px 0 10px; position: relative;}
.menu:first-child {margin: 0 20px;}
.menu span {display: block; font-size: 12px; font-weight: 300; color: #B30A1C;}
.menu a:hover span {color: #FFF;}
.menu:first-child::before,.menu::after {position: absolute; content: ''; width: 10px; height: 10px; border-radius: 50%; background: #222; top: 50%; transform: translateY(-50%);}
.menu:first-child::before {left: -20px;}
.menu::after {right: -20px;}
.menu .pd {display: none;}
.menu:last-child {margin-right: 0px;}
#hanburger,.spOnly {display: none;}
@media screen and (min-width: 896px) {
  .menu_button {display: none;}
  .global_menu {position: inherit; padding: 0; color: #fff; visibility: visible; overflow-y: visible; height: auto; width: auto;}
}
@media screen and (max-width: 1300px) {
	#header .logo {margin-left: 20px;}
	.menu_wrap {margin: 20px 40px 30px 20px;}
}
@media screen and (max-width: 1015px) {
	#header .logo {width: 140px;}
	.global_menu a {padding: 10px;}
}
@media screen and (max-width: 896px) {
  .spOnly {display: block;}
	#header .logo {margin-left: 0; padding: 20px; width: 120px;}
  span.span1,span.span2,span.span3 {width: 29px; height: 1px; background-color: #FFF; position: absolute; right: 13px; transition: .3s; z-index: 100; position: fixed;}
  .span1 {top: 17px;}
  .span2 {top: 27px;}
  .span3 {top: 37px;}
  .menu {display: block; font-size: 16px; margin: 0;}
	.menu:first-child {margin: 0;}
	.menu:first-child::before,.menu::after {content: none;}
  .menu > a {text-align: left; border-bottom: 1px solid #CCC;}
  .global_menu {z-index: 10;}
  .global_menu a {padding: 10px 20px;}
  .menu_wrap {display: none; margin: 0;}
  #hanburger:checked ~ * .menu_wrap {display: block; opacity: 1; min-height: 100vh; background: #FFF; /*position: fixed;*/ top: 0; z-index: 5;}
  #hanburger:checked ~ * .menu {max-height: inherit; overflow-y: visible; padding: 0; margin-left: 0; position: relative;}
}

footer {padding: 68px 0; border-top: 1px solid #222; position: relative; background: #FFF; z-index: 5;}
footer::before {position: absolute; content: ''; width: 100%; height: 4px; background: #222; top: 4px;}
footer .logo {width: 120px; margin-right: 40px;}
footer ul {border-left: 1px solid #B30A1C; padding-left: 30px;}
footer ul > li:not(:last-child) {margin: 0 0 10px;}
footer ul > li a:hover {text-decoration: underline;}
.footCopy small {font-size: 14px;}
#ftNavi {display: none;}
@media screen and (max-width: 896px) {
	footer {margin-bottom: 50px; padding: 40px 0;}
	#ftNavi {display: block; background: #B30A1C; position: fixed; z-index: 5; bottom: 0; border-top: 1px solid #B30A1C; width: 100%;}
	#ftNavi ul {text-align: center; font-size: 10px; font-weight: bold; display: flex;}
	#ftNavi li {width: 25%;}
	#ftNavi li a {display: block; padding: 5px 0; color: #FFF; border-left: 1px solid #900615; border-right: 1px solid #CE0F23;}
	#ftNavi li:first-child a {border-left: none;}
	#ftNavi li:last-child a {border-right: none;}
	#ftNavi li span {width: 24px; margin: 0 auto 5px; display: block;}
}
@media screen and (max-width: 630px) {
	footer .logo {width: 100px; margin-right: 20px;}
	footer ul {border-left: none; border-top: 1px solid #B30A1C; padding-top: 20px; display: flex; flex-wrap: wrap; justify-content: center; width: 100%;}
	footer ul > li,footer ul > li:not(:last-child) {margin: 0 10px;}
	.footCopy {text-align: center;}
}
@media screen and (max-width: 450px) {
	footer .logo {margin: 0 auto 20px;}
	footer dl,footer .info {width: 100%; text-align: center;}
}

.w1300 {width: 100%; max-width: 1332px; padding-left: 0; padding-right: 0;}
.w1500 {width: 100%; max-width: 1520px; padding-left: 0; padding-right: 0;}
.container {width: 100%; max-width: 1212px; padding-left: 0; padding-right: 0;}
.containers {width: calc(100% - 40px); max-width: 888px; padding-left: 0; padding-right: 0;}
.mlr,.container,.containers {margin-left: auto; margin-right: auto;}
.mlr5 {margin-left: 5px; margin-right: 5px;}
.mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 20px; margin-right: 20px;}
.col1 {width: calc(16.6666% - 40px);}
.col2,.box3 {width: calc(33.3333% - 40px);}
.col3 {width: calc(50% - 40px);}
.col4 {width: calc(66.6666% - 40px);}
.col5 {width: calc(83.3333% - 40px);}
.col6 {width: calc(100% - 40px);}
.box4 {width: calc(25% - 30px); margin-left: 15px; margin-right: 15px;}
.w300 {max-width: 300px; width: 100%;}
.w100 {width: 100%;}
.w50 {width: 50%;}
.w46 {width: calc(46% - 50px);}
.w54 {width: calc(54% - 50px);}
@media screen and (max-width: 896px) {
  .containers {width: calc(100% - 30px);}
  .mlr20,.col1,.col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {margin-left: 15px; margin-right: 15px;}
  .col1 {width: calc(16.6666% - 30px);}
  .col2,.box3 {width: calc(33.3333% - 30px);}
  .col3 {width: calc(50% - 30px);}
  .col4 {width: calc(66.6666% - 30px);}
  .col5 {width: calc(83.3333% - 30px);}
  .col6 {width: calc(100% - 30px);}
  .w46 {width: calc(46% - 30px);}
  .w54 {width: calc(54% - 30px);}
}
@media screen and (max-width: 568px) {
  .col1 {width: calc(33.3333% - 30px);}
  .col2,.col3,.col4,.col5,.col6,.box3,.w46,.w54 {width: calc(100% - 30px);}
  .mlr5 {margin-left: 5px; margin-right: 5px;}
  .box4 {width: calc(50% - 20px); margin-left: 10px; margin-right: 10px;}
}

ul.dot {list-style: disc; margin-left: 1.5em;}
ul.num {list-style: decimal; margin-left: 1.5em;}

.bgRD {background-color: #B30A1C;}
.bgBK {background-color: #222;}
.r8 {border-radius: 8px;}
.ls12 {letter-spacing: .12em;}

.btnCmn {min-width: 240px; display: inline-block;}
.btnWH,.btnRD {display: block; line-height: 1.5; padding: 15px 60px 15px 30px; border-radius: 30px; background-size: 30px!important; background-repeat: no-repeat!important; background-position: right 20px center!important;}
.btnWH {border: 1px solid #B30A1C; background: #FFF; color: #B30A1C; background-image: url("../img/cmn/arrow_rd.svg");}
.btnWH:hover {border: 1px solid #FFF; background: #B30A1C; color: #FFF; background-image: url("../img/cmn/arrow_wh.svg");}
.btnRD {border: 1px solid #FFF; background: #B30A1C; color: #FFF; background-image: url("../img/cmn/arrow_wh.svg");}
.btnRD:hover {border: 1px solid #B30A1C; background: #FFF; color: #B30A1C; background-image: url("../img/cmn/arrow_rd.svg");}

.mv {width: 100%; height: calc(100vh - 105px);}
.mv h2 {position: absolute; left: 120px; bottom: 270px;}
.mv h2 span {margin-bottom: 10px;}
#top01 .event {position: absolute; top: 15%; right: 190px; border-radius: 50%; width: 400px; padding: 84px 0;}
#top01 .event .txt40 span {font-size: 75%;}
.topNews .col6 {padding: 30px 40px;}
.topNews .ttl {width: 155px; border-right: 1px solid #B30A1C; margin-right: 40px;}
.topNews ul {width: calc(100% - 195px); margin-top: -20px;}
.news li a {padding: 20px 0; border-bottom: 1px solid #999;}
.news li dt {width: 85px;}
.news li dd.cat,#newsDetail .cat {width: 100px; margin-right: 20px; text-align: center; border-radius: 15px;}
.news li dd.ttlNews {width: calc(100% - 205px); padding-right: 24px; background: url("../img/cmn/arrow_rd.svg") no-repeat right center;}
@media screen and (max-height: 820px) {
	#top01 .event {top: 20px;}
}
@media screen and (max-height: 720px) {
	.mv h2 {top: 140px;}
}
@media screen and (max-width: 1300px) {
	.mv h2,.topNews {left: 20px;}
	#top01 .event {right: 20px;}
}
@media screen and (max-width: 1024px) {
	.mv h2 {font-size: 50px; bottom: 50px;}
}
@media screen and (max-width: 896px) {
	.mv {height: calc(100svh - 55px);}
	.mv h2 {font-size: 30px;}
	#top01 .event {width: 300px; padding: 64px 0; top: 50px;}
	.topNews .col6 {padding: 20px;}
	.topNews .ttl {width: 100px; margin-right: 20px;}
	.topNews ul {width: calc(100% - 120px);}
	.news li dd.ttlNews {width: 100%; margin-top: 10px;}
}
@media screen and (max-width: 568px) {
	.topNews .ttl {width: 100%; margin-right: 0; padding-bottom: 20px; margin-bottom: 20px; border-right: none; border-bottom: 1px solid #B30A1C;}
	.topNews ul {width: 100%;}
	.news li dd.ttlNews {width: 100%; margin-top: 10px;}
	.mv h2 {bottom: 20px; top: inherit;}
	#top01 .event {top: 110px; width: 290px; right: 10px;}
}

#top02 dl {width: 260px;}
#top02 dt::before {position: absolute; content: ''; width: 100%; height: 40px; background: #B30A1C; bottom: -3px; left: 0; z-index: -1; border-radius: 20px;}
#top02 dt .icon {width: 60px; display: inline-block; margin-right: 10px; margin-left: 20px;}
#top02 .mainImg {width: calc(100% - 320px); margin-left: auto;}
@media screen and (max-width: 896px) {
	#top02 dl {width: 220px;}
	#top02 dt::before {height: 33px;}
	#top02 dt .icon {width: 40px;}
	#top02 .mainImg {width: calc(100% - 260px);}
	#top02 .alCent {align-items: stretch;}
}
@media screen and (max-width: 568px) {
	#top02 dl,#top02 .mainImg {width: 100%;}
	#top02 dl {display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: center;}
	#top02 dt {width: 220px; margin-bottom: 20px;}
	#top02 dd {width: calc(100% - 240px); margin-left: auto; margin-bottom: 20px;}
}
@media screen and (max-width: 450px) {
	#top02 dt {margin-bottom: 10px; text-align: center;}
	#top02 dt .icon {margin-left: 0;}
	#top02 dd {width: 100%; margin-bottom: 20px; text-align: center;}
}

#top03 {max-width: 1580px; width: calc(100% - 40px); margin-left: auto; margin-right: auto; padding: 80px 0;}
#top03 .obj01,#top03 .obj02 {position: absolute; width: 300px;}
#top03 .obj01 {top: -20px; left: -20px;}
#top03 .obj02 {bottom: -20px; right: -20px;}
#top03 li {max-width: 300px; width: calc(100%/3 - 30px); margin: 0 15px 10px; position: relative;}
#top03 li .bgRD {position: absolute; bottom: 20px; left: 0; right: 0; max-width: 200px; width: 90%; margin: 0 auto; padding: 5px 10px; border-radius: 30px;}
@media screen and (max-width: 1024px) {
	#top03 .obj01,#top03 .obj02 {width: 20%;}
}
@media screen and (max-width: 896px) {
	#top03 {padding: 40px 0;}
}
@media screen and (max-width: 700px) {
	#top03 li {width: calc(50% - 30px);}
}
@media screen and (max-width: 450px) {
	#top03 li {width: calc(100% - 30px); margin-bottom: 20px;}
}

#top04 .bgRD {width: 120px; border-radius: 8px 0 8px 0; padding: 5px 10px;}
#top04 .inner {padding: 20px 25px 50px;}
#top04 .subImg {margin-top: auto;}
#top04 .subImg .btnCmn {position: absolute; top: -30px; left: 0; right: 0; margin: 0 20px;}
#top04 .subImg .r8 {border-top-left-radius: 0; border-top-right-radius: 0;}
#top04 .notice {border: 1px solid #B30A1C; padding: 20px 20px 30px; background: url("../img/top/04-04.svg") no-repeat left top 20px;}
#top04 .notice .mark {padding: 18px 40px 0 78px; border-right: 1px solid #B30A1C;}
#top04 .notice .flex {padding-left: 40px; margin-top: auto;}
#top04 .notice .flex .telsp {max-width: 290px; width: 100%; margin-left: 10px;}
@media screen and (max-width: 1180px) {
	#top04 .notice .mark {padding: 18px 0 20px 78px; border-right: none; border-bottom: 1px solid #B30A1C; margin-bottom: 20px; width: 100%;}
	#top04 .notice .flex {flex-direction: column; padding-left: 0; align-items: flex-start;}
	#top04 .notice .flex dt {margin-bottom: 10px;}
	#top04 .notice .pcbr {display: none;}
	#top04 .notice .flex .telsp {margin-left: 0;}
}
@media screen and (max-width: 896px) {
	#top04 .col2 {width: calc(100% - 30px); flex-direction: row;}
	#top04 .inner,#top04 .subImg {width: 50%;}
	#top04 .inner {padding: 60px 25px 30px;}
	#top04 .bgRD {position: absolute; top: 0; left: 0;}
	#top04 .subImg .btnCmn {top: inherit; bottom: 20px;}
}
@media screen and (max-width: 660px) {
	#top04 .inner,#top04 .subImg {width: 100%;}
	#top04 .subImg {display: flex; flex-direction: column;}
	#top04 .subImg .btnCmn {position: relative; bottom: 0; margin-bottom: 20px; margin-left: auto; margin-right: auto;}
}

#top05 {padding: 0 30px 30px;}
#top05::before {position: absolute; content: ''; width: 100%; height: calc(100% - 45px); bottom: 0; left: 0; background: #F5F4EE; border-radius: 8px; z-index: -1;}
#top05 .limit {text-align: center; width: 130px; border-radius: 50%; position: absolute; top: -40px; left: -30px; z-index: 1; padding: 23px 0;}
#top05 .limit .blk {line-height: 1.2;}
#top05 .limit .blk:nth-of-type(2) {margin-top: -5px;}
#top05 .limit .blk > span {font-size: 180%; line-height: 1.1;}
#top05 dl {border-bottom: 2px solid #B30A1C; padding-bottom: 10px;}
#top05 dd span {font-size: 150%;}
@media screen and (max-width: 896px) {
	#top05 .limit {width: 110px;}
}

#access {max-width: 1580px; width: 100%; margin-left: auto; margin-right: auto;}
#access .ttl,#delivery .ttl {width: 300px;}
#access .ttl .inner,#delivery .ttl .inner {position: absolute; top: 50%; transform: translateY(-50%); width: 100%;}
#access .logo {width: 109px; margin: 0 auto 20px;}
#access .shopInfo {width: calc(50% - 190px); margin: 0 20px;}
#access .shopInfo .r8 {border-bottom-left-radius: 0; border-bottom-right-radius: 0;}
#access .shopInfo .inner {padding: 20px 40px 50px;}
#access .shopInfo .inner dt {width: 85px; border-right: 1px solid #B30A1C;}
#access .shopInfo .inner dd {width: calc(100% - 85px); padding-left: 20px;}
#access .shopInfo .inner ul {position: absolute; bottom: -30px; left: 40px; width: calc(100% - 80px);}
#access .shopInfo .inner .icon {width: 60px; margin-left: auto;}
@media screen and (max-width:1580px) {
	#access .ttl {border-top-left-radius: 0; border-bottom-left-radius: 0;}
}
@media screen and (max-width:1180px) {
	#access .ttl {width: 200px;}
	#access .shopInfo {width: calc(50% - 140px);}
	#access .shopInfo .inner ul {left: 20px; width: calc(100% - 40px);}
}
@media screen and (max-width:995px) {
	#access .shopInfo .inner {padding: 20px 20px 50px;}
	#access .shopInfo .inner ul {left: 0; width: 100%; align-items: center;}
	#access .shopInfo .inner .icon {width: 40px;}
}
@media screen and (max-width:896px) {
	#access .ttl {width: calc(100% - 40px); border-top-left-radius: 8px; border-bottom-left-radius: 8px; margin: 0 auto 20px; padding: 30px 0;}
	#access .ttl .inner {position: relative; top: 0; transform: translateY(0);}
	#access .logo {width: 80px;}
	#access .shopInfo {width: calc(50% - 40px);}
}
@media screen and (max-width:650px) {
	#access .shopInfo {width: calc(100% - 40px); margin-bottom: 60px;}
	#access .shopInfo .inner ul {padding: 0 20px;}
}

.gallery li {margin: 0 10px;}

#delivery .ttl {border-bottom-right-radius: 0; border-top-right-radius: 0;}
#delivery .bgBE {width: calc(100% - 660px); padding: 30px 40px;}
#delivery .mainImg {width: 360px;}
#delivery .mainImg .r8 {border-bottom-left-radius: 0; border-top-left-radius: 0;}
#delivery dt {width: 85px; border-right: 1px solid #B30A1C;}
#delivery dd {width: calc(100% - 85px); padding-left: 20px;}
@media screen and (max-width:1100px) {
	#delivery .ttl {width: 100%; padding: 30px 0; border-top-right-radius: 8px; border-bottom-left-radius: 0;}
	#delivery .ttl .inner {position: relative; top: 0; transform: translateY(0);}
	#delivery .bgBE,#delivery .mainImg {width: 50%;}
	#delivery .bgBE {border-bottom-left-radius: 8px;}
	#delivery .mainImg .r8 {border-top-right-radius: 0;}
}
@media screen and (max-width:896px) {
	#delivery .bgBE {padding: 20px;}
}
@media screen and (max-width:650px) {
	#delivery .bgBE,#delivery .mainImg {width: 100%;}
	#delivery .bgBE {border-bottom-right-radius: 8px;}
	#delivery .mainImg {display: none;}
}

#kv {padding: 130px 0;}
.kvImg {position: absolute; width: 100%; height: 100%; z-index: -1; top: 0; left: 0;}
#kv .icon {width: 40px; margin-left: auto; margin-right: auto;}
.txt80 {font-size: 80px;}
@media screen and (max-width: 896px) {
	.txt80 {font-size: 30px;}
	#kv {padding: 90px 20px 30px; text-align: right; text-shadow: 2px 2px 2px rgba(0,0,0,.8);}
	#kv .icon {display: none;}
}

#faq .sideNav {width: 300px; position: sticky; top: 0;}
#faq .sideNav li {margin: 0 0 20px;}
#faq .sideNav li a {width: 100%;}
.mainContents {width: calc(100% - 360px); margin-left: auto;}
#faq dl {border: 1px solid #999; border-radius: 10px;}
#faq dt {width: 135px; padding: 20px 20px 20px 30px;}
#faq dd {width: calc(100% - 135px); padding: 20px 30px 20px 20px; position: relative;}
#faq dd::before {position: absolute; content: ''; height: calc(100% - 40px); width: 1px; background: #999; top: 20px; left: 0;}
#faq dt:last-of-type,#faq dd:last-child {background: #F5F4EE;}
@media screen and (max-width: 896px) {
	#faq .sideNav {width: 100%; position: relative; display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 20px;}
	#faq .sideNav li {width: calc(50% - 20px); margin: 0 0 15px;}
	.mainContents {width: 100%;}
}
@media screen and (max-width: 568px) {
	#faq .sideNav li {width: 100%; margin: 0 0 15px;}
	#faq dt {width: 100%; padding: 15px 20px 10px 20px;}
	#faq dd {width: 100%; padding: 0 20px 20px 20px; position: relative;}
	#faq dd::before {content: none;}
}

#newsDetail .post {padding-bottom: 60px; border-bottom: 1px solid #999;}
#contact01 .tel {padding-left: 45px; background: url("../img/cmn/icon_tel_bk.svg") no-repeat left center; margin-right: 20px;}
#contact01 dt {margin-right: 20px;}
#contact02 .formStep li {position: relative; margin-right: 30px; text-align: center; color: #999999;}
#contact02 .formStep li.active {color: #B30A1C;}
#contact02 .formStep li:last-child {margin-right: 0;}
#contact02 .formStep li .num {display: block; margin-bottom: 22px;}
#contact02 .formStep li::before,#contact02 .formStep::after {position: absolute; content: '';}
#contact02 .formStep li::before {width: 13px; height: 13px; border-radius: 50%; border: 1px solid #999; background: #FFF; margin: 0 auto; bottom: 27px; left: 0; right: 0;}
#contact02 .formStep li.active::before {border: 1px solid #B30A1C; background: #B30A1C;}
#contact02 .formStep::after {width: calc(100% - 30px); height: 1px; background: #B30A1C; margin: 0 auto; bottom: 33px; left: 0; right: 0; z-index: -1;}
#contact02 .privacy {background: #EEE; padding: 30px 40px;}
#contact02 .privacy .inner {height: 240px; overflow-y: auto;}
@media screen and (max-width: 568px) {
	#contact02 .privacy {padding: 20px;}
}

@media (min-width: 896px) {
	a[href^="tel:"] {pointer-events: none; cursor: default;}
}

.pageNav {margin-top: 50px;}
.pageNav li {width: 40px; line-height: 40px; text-align: center; margin: 0 5px 5px; font-size: 14px; color: #FFF;}
.pageNav li .current {display: block; width: 100%; height: 100%; background: #B30A1C; border-radius: 50%;}
.pageNav li a {display: block; width: 100%; background: #FFF; border: 1px solid #B30A1C; border-radius: 50%; color: #B30A1C;}
.pageNav li a.next,.pageNav li a.prev {border: none; width: inherit;}
.paging .next {margin-left: auto;}

#reserved .col2 {position: sticky; top: 0;}
