@charset "UTF-8";
/*Reset Style*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  min-width: 345px!important;
}
.wrap{
  overflow: hidden;
}
.inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 15px;
  position: relative;
}
.binner {
  max-width: 1600px;
  margin: auto;
  padding: 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  /*	clear: both;*/
  font-weight: normal;
}
p {
  margin: 0;
  line-height: 1.4rem;
}
i {
  text-align: center;
  display: block;
}
figure {
  margin: 0;
}
.hidden{
  overflow: hidden;
}
/*ol, */
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

del {
  text-decoration: line-through;
}
.alignright{
  text-align: right;
}
.txtright{
  text-align: right;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
  transition: all .5s;
}

/*  clearfix  */
.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

body {
  background: none;
  color: #343426;
  position: relative;

}

a:hover img {
  opacity: 0.7;
  transition: all .5s;
}

a:hover {
  color: #00BFFF !important;
  transition: all .5s;
}

img {
  max-width: 100%;
  transition: all .5s;
  margin: auto;
}
#mainvisual {
  position: relative;
  text-align: center;
}
#mainvisual h2 {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 2rem;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
  font-family: "M PLUS Rounded 1c" !important;
}
header {
  background: rgba(238, 238, 238, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9vw;
  z-index: 1;
  max-height: 110px;
  min-height: 110px;
}

header .shop_name {
  position: absolute;
  top: 30px;
  left: 20px;
}

header .shop_name h1 {
  font-family: "メイリオ",Meiryo,"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 18px;
  line-height: 28px;
  height: 28px;
}

header .shop_name h1 span {
  color: #fff;
  background: #0e77a9;
  border-radius: 4px;
  padding: 0 10px;
  display: inline-block;
  line-height: 28px;
  height: 28px;
  vertical-align: top;
}

header .mast_logo {
  position: absolute;
  top: 3px;
  right: 20px;
}

header .inner {
  max-width: 75vw !important;
  margin: auto;
  padding: 10px 0 4px 0 !important;
  text-align: center;
}
header .logo {
  margin-bottom: 20px;
  width: 50%;
  margin: auto;
}

header .logo img {
  margin: auto;
}

header .logo h1 {
    font-size: 11px;
    line-height: 1rem;
    padding-top: 0.5rem;
}
nav#gnav {
  max-width: 1000px;
  margin: 20px auto 0 auto;
  padding: 0 20px;
}

nav#gnav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

nav#gnav ul li a::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  margin-right: 4px;
}
nav#gnav ul li:nth-child(1) a::before {
  background: #ff8a15;
}
nav#gnav ul li:nth-child(2) a::before {
  background: #b3df2b;
}
nav#gnav ul li:nth-child(3) a::before {
  background: #10a9db;
}
nav#gnav ul li:nth-child(4) a::before {
  background: #ad5cff;
}
nav#gnav ul li:nth-child(5) a::before {
  background: #f5b8cc;
}
nav#gnav ul li:nth-child(6) a::before {
  background: #236CAA;
}



/*------------------------------------------------*/
/*nav#gnav ul li.onnline {
  display:none;
}
#online_bnr{
  display:none;
}
.float_online{
  display:none !important;
}
.ft_online{
  display:none !important;
}
.sitemap_online{
  display:none !important;
}*/
/*------------------------------------------------*/

nav#gnav ul li a {
  font-size: 16px;
  text-decoration: none;
  color: inherit;
  padding: 20px 5px;
}

nav#gnav ul li .baloon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 20px;
  margin-top: 17px;
  display: none;
  z-index: 1;
}

nav#gnav ul li .pb_inner {
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.65);
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

nav#gnav ul li .pb_inner::before {
  content: '';
  background: url(../common_img/pd_baloon.png) no-repeat;
  width: 32px;
  height: 19px;
  position: absolute;
  top: 1px;
  left: 130px;
}

nav#gnav ul li .pb_inner strong {
  display: block;
  background: url(../common_img/pd_home.png) no-repeat;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: normal;
  margin-bottom: 10px;
}

nav#gnav ul li .pb_inner .left {
  width: 28.42%;
  border-right: 1px dotted #000;
}

nav#gnav ul li .pb_inner .right {
  width: 68%;
}

nav#gnav ul li .pb_inner .right ul {
  display: flex;
  flex-wrap: wrap;
}

nav#gnav ul li .pb_inner .right ul li {
  width: 50%;
}

nav#gnav ul li .pb_inner ul {
  display: block;
}

nav#gnav ul li .pb_inner ul li {
  font-size: 14px;
  line-height: 2;
}

nav#gnav ul li .pb_inner ul li::before {
  display: none;
}

nav#gnav ul li .pb_inner ul li a {
  text-decoration: underline;
}

#bnr02 {

}

#bnr02 #scroller {
  margin-bottom: 0px !important;
}

#contact {
  max-width: 1400px;
  margin: auto;
}

#contact .inner {
  max-width: 1000px;
  margin: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  background: url(/common_img/bg_footer.jpg) no-repeat right;
}

#contact .inner .left {
  width: 480px;
  text-align: center;
}

#contact .inner .left img {
  margin-left: auto;
  margin-right: auto;
}

#contact .inner p {
  margin-bottom: 20px;
  font-size: 12px;
}

#contact .inner img {
  margin-bottom: 25px;
}

#contact .inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 367px;
  margin: auto;
}

#contact .inner .flex a {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  background: url(/common_img/icon_arrow_wihte.png) no-repeat 98% 50% #528aba;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.3;
}

#contact .inner .flex a:hover {
  color: #fff !important;
  opacity: 0.7;
}

#fnavi {
  background: #40454D;
}

#fnavi .inner {
  max-width: 1000px;
  margin: auto;
  padding: 30px 0;
}

#fnavi p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 30px 0;
  text-align: center;
}

#fnavi nav ul li{
  display: flex;
  justify-content: space-between;
}
#fnavi nav ul li ul {
  flex: 0 0 18%;
  border-right: dashed 1px;
  margin-bottom: 10px;
  margin-left: 0;
  text-align: left;
}

#fnavi nav ul li ul li {
  display: list-item;
  padding: 5px 0;
  list-style: disc;
  margin-left: 1.3rem;
}
#fnavi nav ul li:first-child {
  list-style: none;
  margin: 0;
}
#fnavi nav ul li {
  font-size: 16px;
  color: #fff;
  padding: 5px 0px;
  list-style-image: url('/common_img/f_icon.png')"
}

#fnavi nav ul li span {
  display: inline-block;
  padding: 0 5px 5px 0px;
  line-height: 1.4;
}

#fnavi nav ul li span a {
  padding: 0;
  font-size: 16px;
}

#fnavi nav ul li a {
  color: #fff;
  font-size: 14px;
  display: block;
  line-height: 1.4;
  text-decoration: none;
  display: block;
}

#fnavi nav ul li.single {
  margin-top: 20px;
}

#fnavi nav ul li.single a {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.4;
}

#fnavi nav ul li:first-child.single {
  margin-top: 0;
  margin-bottom: 20px;
}

#fnavi nav ul li:first-child.single a {
  padding: 0;
}

footer {
  text-align: center;
  padding: 10px 0 20px;
  background: #fff;
}

footer h2 {
  font-size: 24px;
}

footer p {
  margin: 0 0 10px 0;
  font-size: 15px;
  line-height: 1.3;
}

#copyright {
  background: #40454D;
  padding: 10px 0;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

#pagetop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 99999;
}

ul.pan {
	max-width: 1000px;
	margin: 0 auto;
}

ul.pan li {
	display: inline;
	font-size: 12px;
}

ul.pan li:last-child {
	text-decoration: underline;
}

ul.pan li a {
	color: #000;
	text-decoration: none;
}

#shop {
  padding: 25px 0 0 0;
}

#shop h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c"!important;
  line-height: 3rem;
  letter-spacing: 0;
}
#shop .flex {
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  padding: 0% 2%;
}

#shop .flex .shop {
  flex: 0 0 23%;
  padding-bottom: 30px;
  text-align: left;
}
#shop .flex .shop img{
  width: 100%;
}
#shop .flex .shop h3 {
  text-align: center;
  line-height: 2rem;
  font-size: 18px;
  font-weight: bold;
  border-top: 5px solid #528aba;
  padding: 7px 0;
}

#shop .flex .shop h3 a {
  color: inherit;
  text-decoration: none;
  font-size: 0.86em;
}

#shop .flex .shop .tel {
  font-weight: bold;
  padding: 10px 0 5px 0;
}

#shop .flex .shop .time {
  padding: 5px 0 10px 0;
  font-size: 12px;
  line-height: 1.25;
}

#shop .flex .shop .comment {
  background: url(/app/uploads/sites/1115/2024/02/icon_baloon.png) no-repeat 6px 6px #528aba;
  color: #fff;
  padding: 6px 6px 6px 35px;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}

#shop .inner {
  width: 1000px;
  margin: auto;
}

#shop .inner p {
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
}

#bnr02 .inner {
  max-width: 1250px;
  margin: auto;
  padding: 30px 0;
}

#bnr02 .inner .flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

#bnr02 .inner .flex div {
  display: inline-block;
  margin: 5px;
}

#bnr02 .inner .flex2 {
  display: flex;
  justify-content: center;
}

#bnr02 .inner .flex2 div {
  width: 350px;
  margin: 0 5px;
}

#bnr02 .inner h2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

#bnr02 .inner .slick-slide img {
  margin: auto;
  height: 230px;
  width: 230px;
  object-fit: cover;
}

#pagetitle {
  position: relative;
}

#pagetitle .inner {
  max-width: 1000px;
  height: 240px;
  margin: auto;
  display: flex;
  align-items: center;
}

#pagetitle h1 {
  font-weight: bold;
  font-size: 28px;
  color: #23201f;
  line-height: 1.5;
}

#pagetitle div {
  color: #23201f;
  font-size: 16px;
  line-height: 1.5;
}

.request {
  position: absolute;
  right: 10px;
  top: 790px;
  z-index: 5;
}

.request.fixed {
  position: fixed;
  top: 60px;
}

@media (min-width: 769px) {
	.sp {
	  display: none;
	}
}

/*
.pc {
  display: inherit;
}
*/


@media (min-width: 769px) {
  .request_sp {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  #shop .flex .shop {
    flex: 0 0 48%;
    padding-bottom: 30px;
}
nav#gnav ul li a {
  font-size: 13px;
  padding:0px;
}
}
@media (max-width: 768px) {
  p {
    font-size: 13px;
}

/*
  .sp {
    display: inherit;
  }
  */
  .pc {
    display: none;
  }
  #child_mv {
    min-width: auto;
    padding-bottom: 10px;
  }
  #child_mv h2 {
    width: 92%;
    height: 60px;
    margin: auto;
    font-size: 24px;
    text-shadow: 0 0 7px white, 0 0 7px white, 0 0 7px white;
  }
  #child_mv h2 .stamp {
    right: -10px;
    top: -10px;
    width: 50px;
    height: 50px;
  }
  #child_mv #gnav ul {
    margin-top: -15px;
  }
  #child_mv nav#gnav .navOpen {
    top: -15px;
  }
  header {
  }
  header .inner {
    min-width: auto;
    padding: 5px 20px;
  }
  header .logo {
    text-align: center;
    padding: 10px 10px 0 0px;
    width: 100%;
  }
  header .logo img {
    margin: auto;
        width: 71%;
    height: 71%;
  }
  header .logo p {
    font-size: 6px;
    line-height: 1.4;
  }
  nav#gnav {
    width: 20rem;
    z-index: 100;
    background-size: 10px;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    margin-top: 0;
    top: 0;
  }
  nav#gnav > ul {
    overflow-y: scroll;
  }
  nav#gnav ul {
    display: block;
    background: rgba(14, 119, 169, 0.9);
    text-align: left;
  }
  nav#gnav ul li {
    display: block;
    margin: 0;
    padding: 5px 1rem;
}
  nav#gnav ul li a, nav#gnav ul li span {
    padding: 15px 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    padding: 15px;

  }
  nav#gnav ul li a.otoiawase, nav#gnav ul li span.otoiawase {
    background: url(/common_img/icon_mail_spnavi.png) no-repeat 97% 50% rgba(14, 119, 169, 0.9);
    background-size: 16px;
  }
  nav#gnav ul li span {
    background: url(/common_img/icon_child_open.png) no-repeat 97% 50% rgba(14, 119, 169, 0.9);
  }
  nav#gnav ul li span.open {
    background: url(/common_img/icon_child_close.png) no-repeat 97% 50% rgba(14, 119, 169, 0.9);
  }
  nav#gnav ul li.pulldown .baloon {
    display: block !important;
    opacity: 1 !important;
    position: static;
    margin: 0;
    padding: 0;
  }
  nav#gnav ul li.pulldown .baloon .pb_inner {
    background: none;
    padding: 0;
    display: block;
    position: static;
    box-shadow: none;
  }
  nav#gnav ul li.pulldown .baloon .pb_inner::before {
    display: none;
  }
  nav#gnav ul li.pulldown .baloon .pb_inner .left {
    width: 100%;
  }
  nav#gnav ul li.pulldown .baloon .pb_inner .right {
    width: 100%;
  }
  nav#gnav ul li.pulldown .baloon .pb_inner .right ul {
    display: block;
  }
  nav#gnav ul li.pulldown .baloon .pb_inner .right ul li {
    width: 100%;
  }
  nav#gnav ul li.pulldown .baloon .pb_inner strong {
    background-color: rgba(14, 119, 169, 0.9);
    margin-bottom: 0;
    background-position: 15px 50%;
    padding: 15px 15px 15px 35px;
    color: #fff;
  }
  nav#gnav ul li.pulldown .baloon .pb_inner ul li a {
    padding: 15px 15px 15px 35px;
    line-height: 1;
    text-decoration: none;
  }
  nav#gnav ul ul.childnavi {
    display: none;
  }
  nav#gnav ul ul.childnavi li a {
    background: url(/common_img/icon_spnavi_arrow.png) no-repeat 5% 50% rgba(0, 163, 217, 0.9);
    padding-left: 30px;
  }
  nav#gnav ul.sp {
    margin-left: 15px;
  }
  nav#gnav ul.sp li {
    background: url(/common_img/icon_arrow_wihte.png) no-repeat 0 50%;
    background-size: 5px;
    padding-left: 10px;
    border-bottom: none;
  }
  nav#gnav ul.sp li:first-child {
    background-position: 0 2px;
  }
  nav#gnav ul.sp li:first-child a {
    padding-top: 0;
  }
  nav#gnav ul.sp li a {
    border-bottom: 1px solid #fff;
  }
  nav#gnav .navOpen {
    width: 40px;
    height: 56px;
    background: url(/app/uploads/sites/1115/2024/02/naviopen.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -40px;
  }
  .ul_open_h {
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    position: fixed;
  }
  .open {
    right: -20rem;
  }
  .open.active {
    right: 0px;
  }
  .move-1.on.btn {
    position: fixed;
    right: 25px;
    top: 10px;
  }
  #bnr02 {
    min-width: auto;
  }
  #contact {
    background-size: contain;
    background-position: 170% top;
    min-width: auto;
  }
  #contact .inner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background-size: contain;
    background-position: right bottom;
  }
  #contact .inner .left {
    width: 100%;
    text-align: left;
  }
  #contact .inner .left a img {
    width: 55%;
  }
  #contact .inner p {
    margin-bottom: 10px;
    margin-top: 0;
  }
  #contact .inner img {
    margin-bottom: 10px;
    width: 80%;
  }
  #contact .inner .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }
  #contact .inner .flex a {
    width: 32%;
    height: 70px;
    box-sizing: border-box;
    background: url(/common_img/icon_arrow_wihte.png) no-repeat 95% 50% #528aba;
    padding: 16px 8px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
  }
  #contact .inner .flex a:last-child {
    padding: 16px 8px;
  }
  #fnavi {
    background: #40454D;
    min-width: auto;
  }
  #fnavi .inner {
    max-width: 1000px;
    width: auto;
    margin: auto;
    padding: 0;
  }
  #fnavi .inner p {
    display: none;
  }
  #fnavi nav {
    display: none;
    justify-content: space-between;
    border-right: none;
    background: none;
  }
  #fnavi nav ul {
    width: auto;
    border-left: none;
    padding: 0;
    background: none;
    margin: 0!important;
    border: 0!important;
  }
  #fnavi nav ul li {
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    display: block;
    margin: 0!important;
    padding: 0;
  }

  #fnavi nav ul li span a {
    text-align: center;
    background: none;
  }
  #fnavi nav ul li.single {
    margin-top: 0;
  }
  #fnavi nav ul li.single a {
    padding: 15px 10px 15px 20px !important;
  }
  #fnavi nav ul li:first-child.single {
    margin-bottom: 0;
  }
  #fnavi nav ul li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    display: block;
    background: url(/common_img/icon_arrow_wihte.png) no-repeat 10px 50%;
    background-size: 5px;
    padding: 15px 10px 15px 20px;
    text-align: left;
  }
  #fnavi nav ul.sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #342f2e;
  }
  #fnavi nav ul.sp li {
    width: 50%;
    box-sizing: border-box;
    padding: 15px 20px;
    border-bottom: none;
    background: url(/common_img/icon_arrow_wihte.png) no-repeat 10px 50%;
    background-size: 5px;
  }
  #fnavi nav ul.sp li:first-child {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    color: #fff;
    background: #23201f;
  }
  #fnavi nav ul.sp li a {
    padding: 0;
    display: inline-block;
    text-decoration: underline;
  }
  #fnavi .fnaviOpen {
    color: #fff;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  #fnavi .fnaviOpen:after {
    content: '';
    background: url(/common_img/icon_arrow_wihte.png) no-repeat 95% 50%;
    background-size: 7px;
    display: block;
    width: 7px;
    height: 13px;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg);
  }
  #fnavi .fnaviOpen.fOpen:after {
    content: '';
    transform: rotate(-90deg);
  }
  #fnavi .fnaviOpen img {
    vertical-align: top;
  }
  footer {
    text-align: center;
    padding: 10px;
    min-width: auto;
  }
  footer h2 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  footer p {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 1.3;
  }
  #copyright {
    background: #40454D;
    padding: 10px;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    text-align: center;
    min-width: auto;
  }
  #bnr02 .inner {
    max-width: 1000px;
    min-width: auto;
    margin: auto;
    padding: 30px 0;
  }
  #bnr02 .inner .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding: 10px;
  }
  #bnr02 .inner .flex div {
    width: 48%;
    margin: 0 0 10px 0;
    text-align: center;
  }
  #bnr02 .inner .flex2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  #bnr02 .inner .flex2 div {
    width: 48%;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  #bnr02 .inner h2 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #shop {
    padding: 25px 5% 50px 5%;
    min-width: auto;
  }
  #shop .inner {
    width: auto;
  }
  #shop h2 {
    text-align: center;
    font-size: 22px;
    line-height: 0;
}
  #shop h2 span {
    background: #528abb;
  }
  #shop .flex {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #shop .flex .shop h3 {
    font-size: 18px;
    font-weight: bold;
    border-top: 5px solid #528aba;
    padding: 7px 0;
  }
  #shop .flex .shop h3 + img {
    display: block;
    margin: auto;
  }
  #shop .flex .shop .tel {
    font-weight: bold;
    padding: 10px 0 5px 0;
  }
  #shop .flex .shop .tel a {
    color: inherit;
  }
  #shop .flex .shop .time {
    padding: 5px 0 10px 0;
    font-size: 12px;
  }
  #shop .flex .shop .comment {
    background: url(/app/uploads/sites/1115/2024/02/icon_baloon.png) no-repeat 6px 6px #528aba;
    color: #fff;
    padding: 6px 6px 6px 35px;
    font-size: 10px;
    line-height: 1.2;
  }
  #shop .inner {
    width: 100%;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  #shop .inner p {
    font-size: 12px;
    margin-bottom: 30px;
  }
  #shop .inner a {
    display: block;
    width: 48%;
    text-align: center;
    margin-bottom: 10px;
  }
  #pagetitle {
    position: relative;
  }
  #pagetitle .inner {
    height: 120px;
    padding: 0 20px;
  }
  #pagetitle h1 {
    font-weight: bold;
    font-size: 20px;
    color: #23201f;
    line-height: 1.5;
  }
  #pagetitle div {
    color: #23201f;
    font-size: 14px;
    line-height: 1.5;
  }
  .request {
    display: none;
  }
  .request_sp {
    width: 110px;
    position: fixed;
    right: 10px;
    bottom: 60px;
    z-index: 5;
  }
  #bnr02 #scroller {
    width: 100%;
    box-sizing: border-box;
  }

}
@media (max-width: 480px){
  #shop .flex .shop {
    flex: 0 0 100%;
    padding-bottom: 30px;
    margin: auto;
}
}
.slick-prev, .slick-next {
  width: 40px !important;
  height: 125px !important;
}

.slick-prev:before, .slick-next:before {
  display: none;
}

.slick-prev:hover, .slick-next:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}

.slick-prev {
  left: 0 !important;
  z-index: 1;
}

.slick-next {
  right: 0 !important;
  z-index: 1;
}

#eswsTop nav#gnav {
  margin: 20px auto;
}
#eswsTop header {
  position: relative;
}
article.esws_common_list {
  padding-top: 80px;
}
#nav2 {
  height: 0;
  overflow: hidden;
	font-size: 100%;
	font-weight: bold;
	list-style: none;
}
#nav2 li {
	margin-bottom: 0.8em;
}
#nav2 li a {
    background-position: 31px center;
    background-repeat: no-repeat;
    color: #fff!important;
    display: block;
    height: 64px;
    line-height: 64px;
    padding-left: 90px;
    position: fixed;
    text-decoration: none;
    background-color: transparent;
    z-index: 100;
}
#nav2 li a span {
	font-family: 'ＭＳ Ｐゴシック',sans-serif !important;
	    width: 100px;
    display: block;
        font-size: 12.5px;
}

#nav2 li a:hover {
	color: #fff;
}



.float_contact{
	background-image:url(/app/uploads/sites/1115/2024/02/float-contact.png);
	top:120px;
	    right: -109px;

}
.float_voice{
	background-image:url(/app/uploads/sites/1115/2024/02/float-voice.png);
	top: 180px;
        right: -109px;
}
.float_insta{
	background-image:url(/app/uploads/sites/1115/2024/02/float-insta.png);
	top: 240px;
        right: -109px;
}
.float_online{
	background-image:url(/app/uploads/sites/1115/2024/02/float-online.png);
	top: 300px;
        right: -109px;
}

@media (max-width: 768px){

.footer-fixed-navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 100;
    width: 100%;
    z-index: 1000;
}
.footer-fixed-navigation li {
    float: left;
    width: 32%;
    margin-left: 1%;
}
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 155px;
}
header .logo h1 {
  margin-bottom: 0;
    font-size: 10px;
    line-height: 1rem;
    padding-top: 0.2rem;
}
.global_header h1 {
    text-align: center;
    font-size: 1.0em;
    line-height: 1.2em;
}
}
.blo{
    display:inline-block;
}

#sns {
  display: none;
}

#primary {
  padding-bottom: 0 !important;
}

@media (max-width: 768px) {
  article.es-article-single {
    padding-bottom: 15vw !important;
  }
}
#js-dokkyo-header, #js-dokkyo-footer {
  padding: 0 !important;
}

table.room_data td.sp_block .sp {
  display: inline !important;
}