@charset "UTF-8";

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}


* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 52%;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro"  , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: push-button;
}

a {
  color: #005d99;
  text-decoration: none;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #007ccc;
  text-decoration: underline;
}
a:visited {
  color: #003e66;
}
a:hover {
  text-decoration: none;
}




.content {
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .content {
  }
}
.content .mention {
}
.content .mention .banner {
  width: 240px;
  margin: 0 auto 20px;
}
.content .mention h2 {
  margin: 0 0 15px;
  text-align: center;
  line-height: 1;
}
.content .mention .icon-list {
  margin: 15px 0 0;
  text-align: center;
}
.content .mention li {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .content .mention {
    margin-top: 110px;
  }
  .content .mention:before, .content .mention:after {
    content: " ";
    display: table;
  }
  .content .mention:after {
    clear: both;
  }
  .content .mention .banner {
    width: 240px;
    margin: 0 auto;
  }
  .content .mention .inner {
    float: right;
    margin: 44px 0 0 0;
  }
  .content .mention h2 {
    margin: 0;
    padding: 12px 0 0 0;
    text-align: left;
    line-height: 1;
    float: left;
  }
  .content .mention .icon-list {
    float: left;
    margin: 0 0 0 18px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .content .mention .banner {
    float: left;
    width: 240px;
    margin: 0;
  }
}

.footer {
  background: #005d99;
  color: #616161;
  margin-top: 60px;
}
.footer .inner {
  position: relative;
}
@media screen and (min-width: 992px) {
  .footer .inner {
    max-width: 1200px;
    /*max-width: 1500px; plusi 2020.7 mdfy */
    margin: 0 auto;
  }
}
.footer .inner .footer-nav {
  padding: 20px 0;
}
@media screen and (min-width: 992px) {
  .footer .inner .footer-nav {
    margin-left: 35px;
    padding: 45px 0;
  }
}
.footer .inner ul {
  margin: 0;
}
.footer .inner li {
  display: inline-block;
}
.footer .inner li a {
  display: block;
  text-decoration: none;
  padding: 10px 15px;
  color: #fff;
}
.footer .inner li a:hover {
  text-decoration: underline;
}
.footer .inner .pagetop {
  width: 60px;
  height: 60px;
  background: #005d99;
  position: absolute;
  text-indent: -9999px;
  top: -30px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .footer .inner .pagetop {
    width: 44px;
    height: 44px;
    right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .footer .inner .pagetop {
    top: 35px;
    right: 30px;
    background: #005d99;
  }
}
.footer .inner .pagetop p {
  width: 60px;
  height: 60px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .inner .pagetop p {
    width: 44px;
    height: 44px;
  }
}
.footer .inner .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/icon_pagetop.png) 50% 50% no-repeat;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer .inner .pagetop a {
    width: 44px;
    height: 44px;
    background-size: 40%;
  }
}
.footer .copyright {
  height: 125px;
  background: #fff;
}
@media screen and (max-width: 479px) {
  .footer .copyright {
    height: inherit;
    padding: 0 0 15px;
  }
}
.footer .copyright p {
  position: absolute;
  margin: 0;
}
@media screen and (max-width: 479px) {
  .footer .copyright p {
    position: static;
    padding: 10px 0 0 0;
    text-align: center;
  }
}
.footer .copyright .copy {
  top: 68px;
  right: 200px;
  color: #005d99;
}
.footer .copyright .logo-f {
  top: 46px;
  right: 23px;
}
@media screen and (max-width: 479px) {
  .footer .copyright .logo-f img {
    width: 30%;
  }
}

.switch {
  visibility: hidden;
}

.sp-show {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-show {
    display: none;
  }
}

.pc-show {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block;
  }
}

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 1.6em;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  p img {
    max-width: 100%;
  }
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.img-r {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .img-r {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .img-r {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.img-l {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .img-l {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.separate {
  border-top: 1px solid #005d9a;
  margin: 3.2em 0;
}

.margin--2x {
  margin-top: 3.2em;
}

.large {
  font-size: 110%;
}

.x-large {
  font-size: 140%;
}

.small {
  font-size: 84%;
}

.x-small {
  font-size: 70%;
}

.catch {
  font-size: 105%;
  font-weight: bold;
}

.attention {
  color: #EF4245;
}

.bold {
  font-weight: bold;
}

.tel-link {
  color: #005d99;
}

.keyvisual p {
  margin-top: 0;
}
.keyvisual p img {
  max-width: 100%;
}

.content h1 {
  background-color: #005d99;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  margin: 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 11px 14px;
}
@media screen and (max-width: 767px) {
  .content h1 {
    font-weight: normal;
    /*
    width: 94% ;
    margin: 0 3% auto;
    */
  }
}

.content h3 {
  font-size: 22px;
  font-size: 2.2rem;
  border-bottom: 1px solid #005d99;
}

.content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #005d99;
  border-bottom: 1px solid #c2bfbf;
}

.content ul {
  margin-top: 0;
  padding: 0;
}
.content ul li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

.content .image-area .row {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .content .image-area .row {
    text-align: left;
    margin-left: -23px;
    margin-right: -23px;
  }
}
.content .image-area .col-sm-4 {
  margin-bottom: 20px;
}
.content .image-area .col-sm-4 img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .content .image-area .col-sm-4 {
    margin-bottom: 0;
    padding-left: 23px;
    padding-right: 23px;
  }
}
.content .image-area .caption {
  margin-top: 5px;
  text-align: center;
}
.content .image-area .shop-image {
  margin-top: 25px;
}
.content .image-area .shop-image ul {
  text-align: center;
  letter-spacing: -0.4em;
}
@media screen and (min-width: 992px) {
  .content .image-area .shop-image ul {
    margin-left: -35.5px;
    letter-spacing: normal;
  }
  .content .image-area .shop-image ul:before, .content .image-area .shop-image ul:after {
    content: " ";
    display: table;
  }
  .content .image-area .shop-image ul:after {
    clear: both;
  }
}
.content .image-area .shop-image li {
  display: inline-block;
  letter-spacing: normal;
  width: 50%;
  margin-bottom: 14px;
  padding: 0 7px;
}
.content .image-area .shop-image li img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .content .image-area .shop-image li {
    width: 141px;
    float: left;
    margin: 0 0 0 35.5px;
    padding: 0;
  }
  .content .image-area .shop-image li img {
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
  }
  .content .image-area .shop-image li img:hover {
    -webkit-transform: scale(1.6);
    transform: scale(1.4);
  }
}
.content .image-area .icon-area {
  margin: 30px 0 0 0;
}
@media screen and (min-width: 992px) {
  .content .image-area .icon-area {
    margin: 50px 0 0 0;
  }
}
.content .image-area .icon-area ul {
  text-align: center;
}
.content .image-area .icon-area li {
  display: inline-block;
  margin: 0 4px;
}
.content h2.img {
  margin: 0;
  line-height: 1;
}
.content .fb-wrap {
  max-width: 500px;
  margin: 30px auto;
}
.content .fb-wrap > .fb-page {
  width: 100%;
}
.content .fb-wrap > .fb-page > span,
.content .fb-wrap iframe {
  width: 100% !important;
}
.content .twitter-wrap {
  max-width: 500px;
  margin: 0 auto;
  height: 450px;
  overflow-y: scroll;
  border: 1px solid #eee;
}
.content .sns-icon {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .content .sns-icon {
    position: static;
    margin: 15px 0 0;
  }
}
.content .sns-icon li {
  margin: 0;
  display: inline-block;
}
.content .gmap {
  float: right;
  padding-top: 20px;
}
.content .text p {
  margin-top: 10px;
}
.content .ggmap {
  position: relative;
  padding-bottom: 100%;
  padding-top: 30px;
  margin-top: 25px;
  height: 0;
  overflow: hidden;
}
.content .ggmap iframe,
.content .ggmap object,
.content .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .keyvisual {
  width: 100%;
  height: auto;
  padding-bottom: 0;
}
@media screen and (min-width: 992px) {
  #top .keyvisual {
    height: 550px;
  }
}
#top .keyvisual .slider {
  height: auto;
  margin: 0;
  padding: 0;
}
#top .keyvisual .slider li {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 992px) {
  #top .keyvisual .slider li {
    height: 550px;
  }
}
#top .keyvisual .slider li .inner {
  width: 100%;
  padding: 0 20px;
  padding-bottom: 36.6666%;
  position: relative;
}
@media screen and (min-width: 992px) {
  #top .keyvisual .slider li .inner {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
  }
}
#top .keyvisual .slider li .inner p {
  position: absolute;
}
#top .keyvisual .slider li .inner .shop-name {
  width: 40%;
  bottom: 0;
  left: 50%;
  padding: 10px;
  margin-left: -20%;
  background: rgba(0, 65, 153, 0.7);
}
@media screen and (min-width: 992px) {
  #top .keyvisual .slider li .inner .shop-name {
    width: 480px;
    padding: 15px 0;
    text-align: center;
    margin-left: -240px;
  }
}
#top .keyvisual .slider li .inner .shop-name img {
  max-width: 100%;
  margin: 0 auto;
}
#top .keyvisual .slider .image-001 {
  background: url(../../top/img/bg_keyvisual_001.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#top .keyvisual .slider .image-001 .copy {
  width: 50%;
  top: 30%;
}
@media screen and (min-width: 992px) {
  #top .keyvisual .slider .image-001 .copy {
    width: inherit;
    top: 125px;
  }
}
#top .keyvisual .slider .image-001 .logo-img {
  width: 40%;
  top: 70%;
}
@media screen and (min-width: 992px) {
  #top .keyvisual .slider .image-001 .logo-img {
    width: inherit;
    top: 400px;
  }
}
#top .keyvisual .slider .image-002 {
  background: url(../../top/img/bg_keyvisual_002.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#top .keyvisual .slider .image-003 {
  background: url(../../top/img/bg_keyvisual_003.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#top .keyvisual .slider .image-004 {
  background: url(../../top/img/bg_keyvisual_004.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#top .keyvisual .slider .image-005 {
  background: url(../../top/img/bg_keyvisual_005.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#top .keyvisual .slider .image-006 {
  background: url(../../top/img/bg_keyvisual_007.jpg) 50% 50% no-repeat;
  background-size: cover;
}
/* フライブルグ店
#top .keyvisual .slider .image-006 {
  background: url(../../top/img/bg_keyvisual_006.jpg) 50% 50% no-repeat;
  background-size: cover;
}
*/
/* チラシ */
#top .keyvisual .slider .image-011 {
  background: url(../../top/img/bg_slj.jpg?202002210000) 50% 50% no-repeat;
  background-size: cover;
}
/**/

#top .content ul {
  margin-top: 0;
}
#top img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  #top .image-area .icon-area {
    margin: 105px 0 0 0;
  }
}
#top .shop-list {
  margin-top: 35px;
}
#top .shop-list .row {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #top .shop-list .row .col-sm-4 p {
    margin: 0;
  }
}
#top .shop-list .row .col-sm-8 {
  position: relative;
}
#top .shop-list .head {
  position: relative;
}
#top .shop-list .head:before, #top .shop-list .head:after {
  content: " ";
  display: table;
}
#top .shop-list .head:after {
  clear: both;
}
#top .shop-list h2.img {
  margin: 0;
  line-height: 1;
}
#top .shop-list h4 a {
  text-decoration: none;
}
#top .shop-list .sns-icon {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #top .shop-list .sns-icon {
    position: static;
    margin: 15px 0 0;
  }
}
#top .shop-list .sns-icon ul {
  margin: 0;
  padding: 0;
}
#top .shop-list .sns-icon li {
  margin: 0;
  display: inline-block;
}
#top .shop-list p {
  line-height: 1.5;
}
#top .shop-list .gmap {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #top .shop-list .gmap {
    position: static;
  }
}
#top .shop-list .contact {
  margin-top: 70px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #top .shop-list .contact {
    margin-top: 30px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  z-index: 10000;
  left: 25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: right;
  padding: 0;
  width: 100%;
  margin: 0;
  height: 40px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 24px;
  margin: 0 6px;
  padding: 0 6px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "■";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #005d99;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #005d99;
  opacity: 0.75;
}

/* plusi */
.ban_plusi{
  clear: left;
  display: block;
  padding: 30px 0;
}
.ban_plusi img.to_products{
  border: 1px solid #999;
}
.ban_plusi img.to_flyer{
  width: 96%;
  margin: 0 2% auto;
  border: 1px solid #ddd;
	border-radius :8px;
}

.strong_pousi {
  /*color: #005d99;*/
  color: red;
  font-weight: bold;
}