@charset "utf-8";

/*-------------------------------------------------------------------------------------
    共通CSS
-------------------------------------------------------------------------------------*/

#HeaderBoxInner {
  height: 50px;
  display: block;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 50px;
  padding: 0 10px;
  background: #000000;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}

.menu-trigger span:nth-of-type(1) {
  top: 33%;
}

.menu-trigger span:nth-of-type(2) {
  top: 55%;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 20%;
  width: 75%;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg);
  top: 25%;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
  bottom: 20%;
  width: 100%;
}

#HeaderBoxInner #MenuBox ul li a {
  display: block;
  padding: 10px 10px 10px 30px;
  font-size: 1.6rem;
  line-height: 3rem;
}

#MenuBox {
  opacity: 0;
  transform: translateY(-120%);
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  top: 0;
  transition: opacity .7s ease-out 0s, transform .7s ease-out 0s;
  height: 100vh;
  display: table;
}

#MenuBox #MenuBox-Inner {
  display: table-cell;
  vertical-align: middle;
}

#MenuBox.open {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

#MenuBox ul {}

#MenuBox ul li a {
  text-align: center;
  color: #ffffff;
}

section#top {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000;
}

.slideWrap {
  overflow: hidden;
}

.slideWrap, .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.slide__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .8s ease;
  transition: .8s ease;
}

.slide__bg:nth-child(1) {
  background-image: url(../images/top/slide/01.jpg);
}

.slide__bg:nth-child(2) {
  background-image: url(../images/top/slide/02.jpg);
}

.slide__bg:nth-child(3) {
  background-image: url(../images/top/slide/03.jpg);
}

.slide__bg:nth-child(4) {
  background-image: url(../images/top/slide/04.jpg);
}

.slide__bg.active {
  opacity: 1;
  -webkit-transition: 3.5s ease;
  transition: 3.5s ease;
}

.slideBtnBox {
  display: inline-flex;
  position: absolute;
  width: 100%;
  bottom: 2%;
  z-index: 1001;
}

.slideBtnBox .slideBtn {
  margin: 0 auto;
}

.slideBtn span::before {
  content: "〇";
}

.slideBtn span {
  margin-left: 10px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}

.slideBtn span:first-child {
  margin-left: 0;
}

.slideBtn span:hover {
  opacity: .6;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.slideBtn span.active::before {
  content: "●";
  color: #ffffff;
  font-weight: bold;
}

.catch {
  position: absolute;
  top: 0;
  display: table;
  left: 0;
  width: 100%;
  z-index: 1;
}

.catch span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}


/*-------------------------------------------------------------------------------------



    PCページ用CSS



-------------------------------------------------------------------------------------*/

@media screen and (min-width:640px) {
  h1.message {
    font-size: 12px;
    font-weight: 500;
  }
  .sponly {
    display: none;
  }
  .flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header#HeaderBox {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 100000;
  }
  #HeaderBoxInner .title {
    background-size: 100px auto;
    height: 50px;
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    position: relative;
    margin: 0 auto;
  }
  #MenuIcon {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #MenuIcon ul li.tel {
    float: left;
    background-color: #081c3e;
    color: #ffffff;
    height: 56px;
    display: table;
    padding: 0 25px;
  }
  #MenuIcon ul li.tel a {
    font-size: 26px;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    padding: 15px 0 15px 30px;
    background: url(../images/common/tel.svg) no-repeat 0 52%;
  }
  #MenuIcon ul li.menu {
    float: left;
    width: 50px;
    background: #000000;
    width: 50px;
    padding: 0 10px;
    z-index: 101;
  }
  /*----- top -----------------------------------------------------------------*/
  #top {
    width: 100%;
    height: 100vh;
  }
  #top .catch {
    height: 100vh;
  }
  #top .catch img {
    width: 369px;
  }
  /*----- Greeting ------------------------------------------------------------*/
  #Greeting {
    padding: 140px 0 120px 0;
    background-color: #ffffff;
  }
  #Greeting .text {
    text-align: center;
    font-size: 18px;
    line-height: 2.8;
  }
  #Photo .photo {
    max-width: 1200px;
    margin: 0 auto 10px auto;
  }
  #Photo .photo dd:not(:last-child) {
    margin-right: 10px;
  }
  /*----- Recruting ------------------------------------------------------------*/
  #Recruting {
    background-image: url(../images/top/bg-recruting.jpg);
    background-size: cover;
    padding: 140px 0 80px 0;
  }
  #Recruting h2.title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    color: #ffffff;
    margin-bottom: 25px;
  }
  #Recruting .text {
    text-align: center;
    font-size: 16px;
    line-height: 3rem;
    color: #ffffff;
  }
  .inbox {
    max-width: 1200px;
    margin: 50px auto 0 auto;
  }
  .inbox .inner-box {
    padding: 35px;
  }
  .inbox .box1, .inbox .box2 {
    width: 590px;
  }
  .inbox .box1 {
    margin-right: 14px;
    background: url(../images/top/bg-recruting01.jpg) repeat #514060;
  }
  .inbox .box2 {
    margin-left: 14px;
    background: url(../images/top/bg-recruting02.jpg) repeat #826528;
  }
  .inbox .inner-box h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
  }
  .inbox .inner-box dl {
    display: table;
    width: 100%;
    color: #ffffff;
    border-bottom: #6b5c79 1px solid;
    padding: 10px 0;
  }
  .inbox .inner-box dl:last-child {
    border-bottom: none !important;
  }
  .inbox .inner-box dl dt {
    display: table-cell;
    width: 160px;
    font-size: 14px;
  }
  .inbox .inner-box dl dd {
    display: table-cell;
    font-size: 14px;
  }
  .inbox .box1 .inner-box dl {
    border-bottom: #6b5c79 1px solid;
  }
  .inbox .box2 .inner-box dl {
    border-bottom: #927947 1px solid;
  }
  /*----- Banquet --------------------------------------------------------------*/
  #Banquet {
    padding: 120px 0 78px 0;
    background-color: #ffffff;
  }
  #Banquet h2.title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 35px;
  }
  #Banquet .text {
    text-align: center;
    font-size: 16px;
    line-height: 1.875em;
  }
  #Banquet .Banquet--InBox {
    max-width: 1200px;
    margin: 0 auto 0 auto;
  }
  #Banquet dl.menu {
    border: #d9d9d9 1px solid;
    margin: 40px 5% 0 5%;
  }
  #Banquet dl.menu dd {
    padding: 20px 60px;
    font-size: 18px;
    line-height: 2.2rem;
    text-align: center;
  }
  #Banquet dl.menu dd.food {
    border-bottom: #d9d9d9 1px solid;
  }
  #Banquet dl.menu dd.drink {
    /*border-bottom: #d9d9d9 1px solid;*/
  }
  #Banquet dl.menu dd.remarks {
    text-align: left;
    font-size: 14px;
  }
  #Banquet dl.menu dd span.unit {
    font-size: 14px;
  }
  #Banquet dl.menu dd.remarks span.caution {
    font-size: 16px;
    margin-top: 15px;
    display: block;
  }
  #Banquet dl.photo {
    margin: 0 auto;
  }
  #Banquet dl.photo dd {
    margin-right: 1%;
  }
  #Banquet dl.photo dd:last-child {
    margin-right: 0;
  }
  /*----- Introspection --------------------------------------------------------*/
  #Introspection p, #Introspection img {
    width: 100%;
  }
  /*----- ShopInfo -------------------------------------------------------------*/
  #ShopInfo {
    padding: 142px 0 115px 0;
    background-color: #ffffff;
  }
  #ShopInfo h2.title {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 50px;
  }
  #ShopInfo .ShopInfo--InBox {
    max-width: 1200px;
    margin: 0 auto 0 auto;
  }
  #ShopInfo .box-text {
    width: 607px;
    margin-right: 60px;
    position: relative;
  }
  #ShopInfo .box-text dl {
    display: table;
    width: 100%;
    border-bottom: #d9d9d9 1px solid;
    padding: 22px 0;
    font-size: 1.2rem;
  }
  #ShopInfo .box-text dl:first-child {
    border-top: #d9d9d9 1px solid;
  }
  #ShopInfo .box-text dl dt {
    display: table-cell;
    width: 170px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.9;
  }
  #ShopInfo .box-text dl dd {
    display: table-cell;
    font-size: 16px;
    line-height: 1.9;
  }
  #ShopInfo .box-text p {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    line-height: 30px;
  }
  #ShopInfo .box-photo .ph01 {}
  #ShopInfo .box-photo .ph02 {
    float: left;
  }
  #ShopInfo .box-photo .ph03 {
    float: right;
  }
  #ShopInfo .box-photo .remarks {
    line-height: 1.6;
    font-size: 16px;
    margin: 20px 0 10px 0;
  }
  #Seat {
    clear: both;
    margin-bottom: 158px;
  }
  .box-seat {
    max-width: 1200px;
    margin: 0 auto 0 auto;
  }
  .box-seat dl dd {
    text-align: center;
    font-size: 16px;
    padding-top: 21px;
    line-height: 1;
  }
  .box-seat .photo2 {
    margin-top: 45px;
  }
  .box-seat .photo2 dl:not(:last-child) {
    margin-right: 30px;
  }
  .box-seat .photo3 dl:not(:last-child) {
    margin-right: 30px;
  }
  /*----- Access ---------------------------------------------------------------*/
  #Access {
    padding: 120px 0 115px 0;
    background: url(../images/top/bg-access.jpg) repeat #871515;
    padding: 140px 0 125px 0;
  }
  #Access h2.title {
    color: #ffffff;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 25px;
  }
  #Access .Access--InBox {
    max-width: 1200px;
    margin: 0 auto 0 auto;
  }
  #Access .text {
    text-align: center;
    font-size: 16px;
    line-height: 1.9;
    color: #ffffff;
  }
  #Access .text .caution {
    color: #eeb51a;
  }
  #Access .photo3 {
    margin-top: 40px;
  }
  #Access .photo3 dl:not(:last-child) {
    margin-right: 40px;
  }
  #Access .photo3 dl dd {
    text-align: center;
    padding-top: 21px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
  }
}


/*----- Map ------------------------------------------------------------------*/

#Map .Map {
  height: 0;
  overflow: hidden;
  padding-bottom: 50vh;
  position: relative;
  height: 640px;
}

#Map .Map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


/*----- FooterBox -----------------------------------------------------------*/

footer#footer {
  background-color: #000000;
  padding: 45px 0 45px 0;
  position: relative;
}

footer#footer .FooterBox {
  color: #ffffff;
  text-align: center;
}

footer#footer .FooterBox .logo {
  margin-bottom: 22px;
}

footer#footer .FooterBox .logo img {
  width: 118px;
}

footer#footer .FooterBox .info {
  font-size: 16px;
  line-height: 1.9;
}

footer#footer .FooterBox small {
  margin-top: 20px;
  display: block;
  font-size: 12px;
  line-height: 1;
}

footer#footer .to-pagetop {
  bottom: 10px;
  position: fixed;
  right: 10px;
  z-index: 1;
  display: none;
}

footer#footer .to-pagetop a {
  display: block;
  text-indent: -9999px;
  width: 60px;
  height: 60px;
  background: url(../images/common/pagetop.svg) #081c3e no-repeat 50% 50%;
}

footer#footer h3 {
  font-size: 24px;
  line-height: 1;
  margin-top: 34px;
  font-weight: 500;
  margin-bottom: 14px;
}

@media screen and (min-width:640px) and ( max-width:1200px) {
  /*　768px~960px（タブレット）　*/
  #Greeting{
    padding: 140px 3% 120px 3%;
  }
  #Banquet{
    padding: 120px 3% 78px 3%;
  }
  #Seat{
    padding: 0 3%;
  }
  #Recruting .inbox {
    margin: 50px 3% 0 3%
  }
  #Recruting .inbox.flexbox, #ShopInfo .ShopInfo--InBox .flexbox {
    display: inherit;
  }
  #ShopInfo .box-seat dl dd {
    padding-bottom: 5%;
  }
  #ShopInfo .box-seat .photo2 {
    margin-top: 0;
  }
  #ShopInfo .box-seat .photo2 dl:not(:last-child) {
    margin-right: 0;
  }
  #ShopInfo .box-seat .photo3 dl:not(:last-child) {
    margin-right: 0;
  }
  #ShopInfo .box-text {
    width: 100%;
    margin-bottom: 3%;
  }
  .inbox .box2 {
    margin-left: 0;
    margin-top: 3%;
  }
  #ShopInfo .box-photo img {
    width: 100%;
  }
  #Banquet dl.photo {
    margin: 0 3%;
  }
  #Banquet dl.photo dd img {
    width: 100%;
  }
  #ShopInfo .ShopInfo--InBox {
    margin: 0 3%;
  }
  #ShopInfo .box-seat dl img {
    width: 100%;
  }
  #ShopInfo .box-photo .ph02 {
    width: 49%;
  }
  #ShopInfo .box-photo .ph03 {
    width: 49%;
  }
  #ShopInfo .box-text p {
    position: inherit;
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
  }
  #Access .photo3 {
    margin: 0 3%;
  }
  #Access .photo3 dl img {
    width: 100%;
  }
  .inbox .box1, .inbox .box2 {
    width: 100%;
  }
}

@media screen and (max-width:639px) {
  h1.message {
    font-size: 10px;
    font-weight: 500;
  }
  .pconly {
    display: none !important;
  }
  #MenuBox {
    opacity: 0;
    transform: translateY(-120%);
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    top: 0;
    transition: opacity .7s ease-out 0s, transform .7s ease-out 0s;
    height: 100vh;
    display: table;
  }
  #MenuBox-Inner {
    display: table-cell;
    vertical-align: middle;
  }
  #MenuBox.open {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0%);
  }
  header#HeaderBox {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 100000;
  }
  .slideBtn span {
    font-size: 10px;
  }
  .slideBtn span {
    margin-left: 5px;
  }
  .menu_flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-trigger, .menu-trigger span {
    display: inherit;
    transition: all .4s;
    box-sizing: border-box;
  }
  #MenuIcon {
    height: 50px;
  }
  #MenuIcon dl {
    display: table;
    width: 100%;
  }
  #MenuIcon dl dd {
    display: table-cell;
  }
  #MenuIcon dl dd.tel {
    background-color: #081c3e;
    color: #ffffff;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 64px;
  }
  #MenuIcon dl dd.tel a {
    width: 100%;
    display: table;
    height: 64px;
    color: #ffffff;
    text-align: center;
  }
  #MenuIcon dl dd.tel a span {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    padding: 22px 0 22px 30px;
    background: url(../images/common/tel.svg) no-repeat 0 52%;
    padding-right: 50px;
    letter-spacing: 0.12em;
  }
  #MenuIcon dl dd.menu {
    width: 50px;
    background: #000000;
    padding: 0 10px;
    z-index: 101;
    position: fixed;
    top: 0;
    right: 0;
  }
  #MenuIcon dl dd.to-pagetop {
    width: 50px;
    height: 64px;
    padding: 0 0;
    background: url(../images/common/pagetop.svg) #000000 no-repeat 50% 50%;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
  }
  h2.title {
    font-weight: 500;
  }
  /*----- top -----------------------------------------------------------------*/
  #top {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50vh;
  }
  #top .catch {
    height: 50vh;
  }
  #top .catch img {
    height: 30%;
  }
  /*----- Greeting ------------------------------------------------------------*/
  #Greeting {
    padding: 7% 2% 7% 2%;
    background-color: #ffffff;
  }
  #Greeting .text {
    text-align: center;
    font-size: 14px;
    line-height: 36px;
  }
  #Photo dl.photo {
    margin: 0 auto;
  }
  #Photo dl.photo dd {
    width: 49%;
  }
  #Photo dl.photo dd img {
    width: 100%;
  }
  #Photo dl.photo dd:last-child {
    margin-right: 0;
  }
  #Photo dl.photo dd:nth-child(1) {
    float: left;
    margin-bottom: 2%;
  }
  #Photo dl.photo dd:nth-child(2) {
    float: right;
    margin-bottom: 2%;
  }
  #Photo dl.photo dd:nth-child(3) {
    float: left;
  }
  #Photo dl.photo dd:nth-child(4) {
    float: right;
  }
  #Photo dl.photo1 dd:nth-child(3) {
    float: none;
    width: 100%;
    margin-bottom: 2%;
  }
  /*----- Recruting ------------------------------------------------------------*/
  #Recruting {
    background-image: url(../images/top/bg-recruting.jpg);
    background-size: cover;
    padding: 7% 2% 7% 2%;
  }
  #Recruting h2.title {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 25px;
  }
  #Recruting .text {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
  }
  .inbox {
    margin: 5% auto 0 auto;
  }
  .inbox .inner-box {
    padding: 6% 3% 3% 3%;
  }
  .inbox .box1, .inbox .box2 {
    width: 100%;
  }
  .inbox .box1 {
    background: url(../images/top/bg-recruting01.jpg) repeat #514060;
    margin-bottom: 4%;
  }
  .inbox .box2 {
    background: url(../images/top/bg-recruting02.jpg) repeat #826528;
  }
  .inbox .inner-box h3 {
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 3%;
    font-weight: 500;
  }
  .inbox .inner-box dl {
    display: table;
    width: 100%;
    color: #ffffff;
    border-bottom: #6b5c79 1px solid;
    padding: 10px 0;
    font-size: 12px;
  }
  .inbox .inner-box dl:last-child {
    border-bottom: none !important;
  }
  .inbox .inner-box dl dt {
    display: table-cell;
    width: 150px;
    font-size: 14px;
  }
  .inbox .inner-box dl dd {
    display: table-cell;
    font-size: 14px;
  }
  .inbox .box1 .inner-box dl {
    border-bottom: #6b5c79 1px solid;
  }
  .inbox .box2 .inner-box dl {
    border-bottom: #927947 1px solid;
  }
  /*----- Banquet --------------------------------------------------------------*/
  #Banquet {
    padding: 7% 2% 0 2%;
    background-color: #ffffff;
  }
  #Banquet h2.title {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  #Banquet .text {
    text-align: center;
    font-size: 14px;
    line-height: 26px;
  }
  #Banquet .Banquet--InBox {
    margin: 0 auto 0 auto;
  }
  #Banquet dl.menu {
    border: #d9d9d9 1px solid;
    margin: 5% 0% 5% 0%;
  }
  #Banquet dl.menu dd {
    padding: 20px 3%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
  }
  #Banquet dl.menu dd.food {
    border-bottom: #d9d9d9 1px solid;
  }
  #Banquet dl.menu dd.drink {}
  #Banquet dl.menu dd.remarks {
    text-align: left;
    font-size: 14px;
  }
  #Banquet dl.menu dd span.unit {
    font-size: 12px;
  }
  #Banquet dl.menu dd.remarks span.caution {
    font-size: 14px;
    margin-top: 15px;
    display: block;
  }
  /*----- Introspection --------------------------------------------------------*/
  #Introspection p, #Introspection img {
    width: 100%;
  }
  #Seat {
    padding: 0 2% 7% 2%;
    background-color: #ffffff;
  }
  #Seat .box-seat {
    clear: both;
    margin-top: 10%;
  }
  #Seat .box-seat dl dd {
    text-align: center;
    padding-top: 2%;
    font-size: 14px;
  }
  #Seat .box-seat img {
    width: 100%;
  }
  #Seat .box-seat dl {
    margin-bottom: 6%;
  }
  #Seat .box-seat .photo2 {}
  #Seat .box-seat .photo2 dl:last-child {
    margin-bottom: 0;
  }
  #Seat .box-seat .photo3 dl:not(:last-child) {}
  /*----- ShopInfo -------------------------------------------------------------*/
  #ShopInfo {
    padding: 7% 2% 7% 2%;
    background-color: #ffffff;
  }
  #ShopInfo h2.title {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  #ShopInfo .ShopInfo--InBox {
    margin: 0 auto 0 auto;
  }
  #ShopInfo .box-text {
    position: relative;
  }
  #ShopInfo .box-text dl {
    display: table;
    width: 100%;
    border-bottom: #d9d9d9 1px solid;
    padding: 3% 0;
    font-size: 1.2rem;
  }
  #ShopInfo .box-text dl:first-child {
    border-top: #d9d9d9 1px solid;
  }
  #ShopInfo .box-text dl dt {
    display: table-cell;
    width: 120px;
    padding-left: 20px;
    font-size: 14px;
  }
  #ShopInfo .box-text dl dd {
    display: table-cell;
    font-size: 14px;
  }
  #ShopInfo .box-text p {
    margin-top: 4%;
    font-size: 14px;
  }
  #ShopInfo .box-photo {
    margin-top: 3%;
  }
  #ShopInfo .box-photo img {
    width: 100%;
  }
  #ShopInfo .box-photo .ph01 {}
  #ShopInfo .box-photo .ph02 {
    float: left;
    width: 49%;
  }
  #ShopInfo .box-photo .ph03 {
    float: right;
    width: 49%;
  }
  #ShopInfo .box-photo .remarks {
    line-height: 1.6;
    font-size: 12px;
    margin: 10px 0 10px 0;
  }
  /*----- Map ------------------------------------------------------------------*/
  #Map .Map {
    height: 0;
    overflow: hidden;
    padding-bottom: 50vh;
    position: relative;
  }
  #Map .Map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  /*----- Access ---------------------------------------------------------------*/
  #Access {
    padding: 7% 2% 7% 2%;
    background: url(../images/top/bg-access.jpg) repeat #871515;
  }
  #Access h2.title {
    color: #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  #Access .text {
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
  }
  #Access .text .caution {
    color: #eeb51a;
  }
  #Access .Access--InBox {
    margin: 0 auto 0 auto;
  }
  #Access .Access--InBox .photo3 {
    margin-top: 4%;
  }
  #Access .Access--InBox .photo3 dl:not(:last-child) {
    margin-bottom: 6%;
  }
  #Access .Access--InBox .photo3 dl dt img {
    width: 100%;
  }
  #Access .Access--InBox .photo3 dl dd {
    text-align: center;
    padding-top: 2%;
    color: #ffffff;
    font-size: 14px;
  }
  /*----- FooterBox -----------------------------------------------------------*/
  footer#footer {
    background-color: #000000;
    padding: 5% 0 75px 0;
    position: relative;
  }
  footer#footer .FooterBox {
    color: #ffffff;
    text-align: center;
  }
  footer#footer .FooterBox .logo {
    margin-bottom: 2%;
  }
  footer#footer .FooterBox .info {
    font-size: 12px;
  }
  footer#footer .FooterBox small {
    margin-top: 2%;
    display: block;
    font-size: 10px;
  }
  footer#footer .to-pagetop {
    display: none !important;
    top: 20px;
    position: absolute;
    right: 10px;
    z-index: 1;
  }
  footer#footer .to-pagetop a {
    display: block;
    text-indent: -9999px;
    width: 60px;
    height: 60px;
    background: url(../images/common/pagetop.svg) #081c3e no-repeat 50% 50%;
  }
  footer#footer h3 {
    font-size: 20px;
  }
}