@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

b,
strong {
  font-weight: bold;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

#searchBtn,
#topSearchBtn {
  text-indent: -9999px;
  overflow: hidden;
}

.page-exam-tag {
  display: none;
}

/*clear fix*/
#contents,
footer .inner,
footer .pageLi,
#footerInfo dl {
  overflow: hidden;
}

#wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

/*box-sizeing*/
header,
table,
table tr,
table th,
table td {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/*clearfix
-------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* common:: パーツスタイル
-------------------------*/
a.common_link_shop_detail {
  box-sizing: border-box;
  position: relative;
  display: block;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  width: 140px;
  height: 22px;
  line-height: 20px;
  border-radius: 11px;
  text-align: center;
  margin: 15px auto 15px 0;
  text-decoration: none !important;
}

a.common_link_shop_detail::after {

  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: calc(50% - 3px);
  right: 7px;
}

a.common_link_shop_detail:hover {
  background: #fff;
  color: #000;
}

a.common_link_shop_detail:hover::after {
  border-color: #000;
}

/* common
-------------------------*/
html.open {
  overflow: hidden;
}

body {
  position: relative;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #fff;
  font-size: 0.875em;
  word-break: break-word;
}

body.open {
  overflow: hidden;
}

body.fontS {
  font-size: 0.750em;
}

body.fontM {
  font-size: 0.875em;
}

body.fontL {
  font-size: 1em;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.fade,
.wrap {
  display: block;
}

.fade:hover,
.wrap:hover {
  text-decoration: none;
}

.phoneTxt {
  cursor: default;
  text-decoration: none !important;
}

.phoneTxt:hover {
  text-decoration: none !important;
}

.ib {
  display: inline-block;
}

.spCont {
  display: none !important;
}

.inlineImg {
  display: inline !important;
  max-width: inherit !important;
  margin: 0 !important;
}

/* #wrapper
-------------------------*/
#wrapper {
  background: #fff;
}

/* header
-------------------------*/
header {
  position: relative;
  max-width: 1280px;
  padding: 15px 0 15px;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  background: #fff;
  z-index: 20;
}

header:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

header .logo {
  width: 17%;
  float: left;
  margin: 15px auto 15px;
}

/* contents
-------------------------*/
#contents {
  max-width: 1280px;
  margin: 0 auto;
  background: #fff;
  z-index: 10;
}

/* breadcrumb
-------------------------*/
#breadcrumb {
  font-size: 0.786em;
  padding: 20px;
}

#breadcrumb li {
  display: inline-block;
  margin-right: 5px;
}

#breadcrumb a {
  padding-right: 8px;
  text-decoration: underline;
}

#breadcrumb a:hover {
  text-decoration: none;
}

#breadcrumb .current {
  cursor: default;
  text-decoration: none;
}

/*  #body
-------------------------*/
#contInner {
  margin-left: 260px;
}

#main {
  float: right;
  width: 100%;
  margin-left: -260px;
  border-left: 1px solid #000;
  padding-bottom: 30px;
}

footer {
  position: relative;
  clear: both;
  background: #fff;
}

footer .container {
  max-width: 1280px;
  margin: 0 auto;
  border-top: 1px solid #000;
}

footer .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

footer .footerPageLi {
  padding: 30px 0 0;
  float: left;
}

footer .logo {
  float: right;
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .pageLi {
  clear: both;
  margin: 0 0 30px;
  padding: 0 30px 0 0;
  font-size: 0.857em;
  color: #000;
  line-height: 1.2;
}

footer .pageLi li {
  float: left;
  padding: 0 10px;
  border-right: 1px solid #777;
}

footer .pageLi li:first-child {
  border-left: 1px solid #777;
}

footer .pageLi+.pageLi {
  margin: -20px 0 30px;
}

#footerInfo {
  position: relative;
  background: #333;
  color: #fff;
  line-height: 150%;
  padding: 20px 0;
}

#footerInfo .infoWrap {
  float: left;
  font-size: 1em;
}

#footerInfo .phoneTxt {
  color: #fff;
}

#footerInfo .address {
  margin-bottom: 20px;
}

#footerInfo dt {
  float: left;
  clear: both;
}

#footerInfo dd {
  float: left;
  margin-left: 10px;
}

#copyright {
  position: absolute;
  right: 0;
  bottom: 0;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 55px;
  z-index: 2;
}

/*  sp loader
-------------------------*/
#loader {
  width: 33px;
  height: 33px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -16px 0 0 -16px;
  z-index: 100;
}

#symbol {
  display: none;
}

#wrapper.top #main {
  padding-top: 20px;
}

/* page
-------------------------*/
#page {
  padding: 0 20px 20px;
}


/*table*/
table {
  table-layout: fixed;
  width: 100%;
}

.imgArea,
#imgArea {
  clear: both;
  margin-bottom: 20px;
}

.imgArea img+img,
#imgArea img+img {
  margin: 20px auto 0 !important;
}


/* shop
-------------------------*/

.slideInner.pc {
  display: block !important;
}


@media screen and (max-width: 1280px) {
  header {
    padding: 15px 20px 15px;
    margin-left: 0;
    left: 0;
  }

  #side {
    width: 280px;
    padding: 20px 20px 30px 20px;
  }

  #wrapper.top #side {
    padding: 20px 20px 30px 20px;
  }

  #contInner {
    margin-left: 280px;
  }

  #main {
    margin-left: -280px;
  }

  #footBnr {
    padding-left: 279px;
  }

  footer .inner {
    padding: 0 20px;
  }

  #copyright {
    right: 20px;
  }
}

/*sp*/
@media screen and (max-width: 767px) {

  /*  sp common
  -------------------------*/
  body {
    font-size: 14px !important;
  }

  #wrapper {
    overflow: hidden;
  }

  .pcCont {
    display: none !important;
  }

  .spCont {
    display: block !important;
  }

  header {
    background: #fff;
    width: 100%;
    top: 0;
    left: inherit;
    right: 0;
    z-index: 98;
    padding: 0;
    float: none;
    /*border-bottom: none;*/
    border-bottom: 1px solid #000;
    padding: 0;
  }

  header .fix_area {
    position: fixed;
    width: 100%;
    height: 54px;
    background: #fff;
    border-bottom: 1px solid #000;
  }

  header .fix_menu {
    position: fixed;
    top: 0;
    right: 0;
  }

  header .logo {
    width: 150px;
    padding: 0;
    margin: 0;
    padding-top: 8px;
    padding-left: 5px;
    /*  margin-bottom: 20px; */
  }

  header .fbBtn {
    position: absolute;
    top: 15px;
    right: 108px;
    width: 25px;
    height: 25px;
  }

  header .lineBtn {
    position: absolute;
    top: 15px;
    right: 136px;
    width: 25px;
    height: 25px;
  }

  #js_menu {
    display: block;
  }

  #topMenu.open {
    display: block;
    position: absolute;
    background: #fff;
    height: 54px;
    top: 0;
    right: 0;
    width: 155px;
  }

  #inner_menu {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
  }

  #closeBtn {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    width: 44px;
    height: 44px;
  }

  #contents {
    margin-bottom: 10px;
    padding-top: 0;
  }

  #contInner {
    margin-left: 0;
    padding-bottom: 0;
  }

  #main {
    float: none;
    margin-left: 0;
    border-left: none;
    min-height: inherit;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 10px;
  }

  footer .pageLi {
    display: none;
  }

  footer .logo {
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 0;
  }

  footer .inner {
    padding: 0;
    overflow: visible;
  }

  #footerInfo {
    background: #eee;
    padding: 15px 10px 0;
    color: #333;
  }

  #footerInfo .infoWrap {
    float: none;
    padding-bottom: 15px;
  }

  #footerInfo .address {
    float: none;
    margin-left: 0;
    margin-bottom: 0;
  }

  #footerInfo .address+p {
    margin-top: 15px;
  }

  #footerInfo .phoneTxt {
    color: #333;
  }

  #pagetop {
    position: relative;
    top: 0;
    bottom: inherit;
    right: 0;
    width: 100%;
  }

  #pagetop .fade {
    background: #888;
  }

  #pagetop img {
    width: 40px;
    height: 40px;
  }

  #copyright {
    position: relative;
    margin: 0 -10px;
    text-align: center;
    color: #fff;
    right: 0;
    bottom: 0;
    font-size: 11px;
    background: #333;
    padding: 10px 0;
  }

  /*  sp top
  -------------------------*/
  .topBnr {
    padding: 0 10px;
  }

  .topBnr img {
    margin: 0px auto 10px !important;
  }

  .fotorama__arr {
    width: 25px;
    height: 25px;
    margin-top: -12px;
    background-size: 25px auto;
  }


  /* sp page
  -------------------------*/
  #page {
    padding: 20px 10px;
  }

  .pageTtl {
    margin-bottom: 0;
  }

  /*pageNav*/
  .pageNav li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  /*table*/
  #freePage table {
    width: 100%;
  }

}


/**
 * Slider
 */
.swiper-container_pc {
  width: 100%;
  position: relative;
}

.swiper-container_sp {
  width: 100%;
  height: 0;
  padding-bottom: 39.0625%;
  position: relative;
}

.swiper-slide {
  text-align: center;
  width: 100%;
}

.swiper-slide img {
  width: 100%;
}

.swiper-container_pc .swiper-button-next,
.swiper-container_pc .swiper-button-prev {
  display: none;
}
