@charset "utf-8";
/* line 7, sass/style.scss */
html, body {
  font-size: 16px;
}

/* line 11, sass/style.scss */
.btn-next {
  box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 0.25) inset, -4px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
  font-size: 18px;
  padding: 20px 0;
}

/* line 17, sass/style.scss */
.btn-back {
  box-shadow: 4px 4px 0px 0px rgba(255, 255, 255, 0.25) inset, -4px -4px 0px 0px rgba(0, 0, 0, 0.25) inset;
  font-size: 18px;
  padding: 20px 0;
}

/* line 23, sass/style.scss */
.size-half {
  margin: 0 auto;
  width: 45%;
}

/* line 28, sass/style.scss */
.separate-2 {
  overflow: hidden;
  *zoom: 1;
}
/* line 29, sass/style.scss */
.separate-2 > li {
  width: 490px;
}
/* line 31, sass/style.scss */
.separate-2 > li:first-child {
  float: left;
}
/* line 34, sass/style.scss */
.separate-2 > li:last-child {
  float: right;
}

/* line 41, sass/style.scss */
.word-break {
  display: none;
}

/* line 45, sass/style.scss */
.category-list {
  font-size: 0;
  margin-bottom: 40px;
  text-align: center;
}
/* line 49, sass/style.scss */
.category-list li {
  display: inline-block;
  list-style-type: none;
  vertical-align: top;
}
/* line 53, sass/style.scss */
.category-list li:hover {
  text-decoration: none;
}
/* line 56, sass/style.scss */
.category-list li > a {
  color: #000;
  display: inline-block;
  font-size: 16px;
  padding: 0.5em 1em;
  text-decoration: none;
  vertical-align: middle;
}
/* line 66, sass/style.scss */
.category-list li.current-cat > a {
  background-color: #293a4c;
  color: #fff;
  pointer-events: none;
  text-decoration: none;
}
/* line 73, sass/style.scss */
.category-list li .children {
  display: inline;
  overflow: hidden;
  *zoom: 1;
}
/* line 75, sass/style.scss */
.category-list li .children li {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
}
/* line 79, sass/style.scss */
.category-list li .children li a {
  border-left: solid 1px #000;
  color: #000;
  display: block;
  font-size: 16px;
  padding: 0.5em 1em;
  text-decoration: none;
  vertical-align: middle;
}
/* line 89, sass/style.scss */
.category-list li .children li.current-cat > a {
  background-color: #293a4c;
  color: #fff;
  pointer-events: none;
  text-decoration: none;
}
/* line 100, sass/style.scss */
.category-list > br {
  display: none;
}

/* line 105, sass/style.scss */
.header {
  background-color: #fff;
  height: 120px;
  position: relative;
}
/* line 109, sass/style.scss */
.header:before {
  background-color: #dedfdf;
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: 30px;
  right: 0;
  width: 100%;
}
/* line 119, sass/style.scss */
.header .header-sitetitle-wrap {
  height: 30px;
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
  *zoom: 1;
}
/* line 123, sass/style.scss */
.header .header-sitetitle-wrap > h1 {
  float: left;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-align: left;
  vertical-align: middle;
}
/* line 132, sass/style.scss */
.header .header-sitetitle-wrap .header-sns {
  float: right;
  margin-top: 6px;
}
/* line 135, sass/style.scss */
.header .header-sitetitle-wrap .header-sns > li {
  display: inline-block;
}
/* line 141, sass/style.scss */
.header .header-inner {
  display: block;
  height: 89px;
  margin: 0 auto;
  width: 1200px;
  overflow: hidden;
  *zoom: 1;
}
/* line 146, sass/style.scss */
.header .header-inner .header-sitelogo {
  display: inline-block;
  height: 89px;
  line-height: 89px;
  vertical-align: middle;
  width: 196px;
}
/* line 152, sass/style.scss */
.header .header-inner .header-sitelogo > a {
  display: inline-block;
  height: 57px;
  vertical-align: middle;
}
/* line 158, sass/style.scss */
.header .header-inner .header-guide {
  float: right;
  margin-top: 10px;
}
/* line 161, sass/style.scss */
.header .header-inner .header-guide .header-tel-table {
  float: left;
  margin: 10px 20px 0 0;
  vertical-align: middle;
}
/* line 166, sass/style.scss */
.header .header-inner .header-guide .header-tel-table tr > th, .header .header-inner .header-guide .header-tel-table tr td {
  padding: 5px;
}
/* line 170, sass/style.scss */
.header .header-inner .header-guide .header-tel-table tr > td {
  color: #bf3504;
  font-weight: bold;
}
/* line 173, sass/style.scss */
.header .header-inner .header-guide .header-tel-table tr > td a {
  color: #bf3504;
  text-decoration: none;
}
/* line 180, sass/style.scss */
.header .header-inner .header-guide .header-btn {
  background-color: #f3921d;
  box-shadow: 3px 3px 0px 0px rgba(255, 255, 255, 0.25) inset, -3px -3px 0px 0px rgba(0, 0, 0, 0.25) inset;
  box-sizing: border-box;
  display: inline-block;
  float: right;
  height: 70px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 190px;
}
/* line 193, sass/style.scss */
.header .header-inner .header-guide .header-btn > img {
  display: block;
  height: auto;
  margin: 0 auto 6px;
  width: 40px;
}
/* line 199, sass/style.scss */
.header .header-inner .header-guide .header-btn:after {
  content: attr(title);
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
/* line 205, sass/style.scss */
.header .header-inner .header-guide .header-btn:hover {
  box-shadow: none;
}

/* line 214, sass/style.scss */
.g-navi-wrap {
  background-color: #293a4c;
  font-size: 0;
  height: 72px;
  text-align: center;
}
/* line 219, sass/style.scss */
.g-navi-wrap .g-navi-menu {
  margin: 0 auto;
  width: 1200px;
}
/* line 222, sass/style.scss */
.g-navi-wrap .g-navi-menu > li {
  display: inline-block;
  vertical-align: middle;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}
/* line 227, sass/style.scss */
.g-navi-wrap .g-navi-menu > li > a {
  color: #fff;
  display: block;
  font-size: 20px;
  height: 72px;
  line-height: 72px;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}
/* line 237, sass/style.scss */
.g-navi-wrap .g-navi-menu > li > a:hover {
  background-color: #fca90b;
}

/* line 245, sass/style.scss */
.contents-area {
  margin: 50px 0 100px;
}

/* line 249, sass/style.scss */
.block {
  margin: 0 auto 80px;
  width: 1200px;
}

/* line 254, sass/style.scss */
.block-contents {
  margin: 0 auto 80px;
  width: 1020px;
}

/* line 259, sass/style.scss */
.title {
  font-size: 30px;
  margin-bottom: 40px;
}

/* line 264, sass/style.scss */
.title-block {
  font-size: 14px;
  margin-bottom: 40px;
}
/* line 267, sass/style.scss */
.title-block:before {
  font-size: 30px;
}

/* line 272, sass/style.scss */
.twocolumn-list-category {
  float: right;
  font-size: 0;
  margin-top: -72px;
  text-align: right;
}
/* line 277, sass/style.scss */
.twocolumn-list-category > li {
  font-size: 16px;
}

/* line 282, sass/style.scss */
.list-article-wrap {
  font-size: 0;
}

/* line 286, sass/style.scss */
.list-article {
  box-sizing: border-box;
  display: inline-block;
  height: 300px;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 300px;
}
/* line 295, sass/style.scss */
.list-article a {
  color: #fff;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
/* line 301, sass/style.scss */
.list-article a img {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all .35s;
  transition: all .35s;
}
/* line 314, sass/style.scss */
.list-article a:hover img {
  height: 110%;
  width: auto;
}
/* line 319, sass/style.scss */
.list-article a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  margin: auto;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.66) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.66)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.66) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.66) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.66) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 52%, rgba(0, 0, 0, 0.66) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#a8000000',GradientType=0);
  z-index: 10;
}
/* line 338, sass/style.scss */
.list-article a .article-list-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  left: 10px;
  z-index: 11;
}
/* line 344, sass/style.scss */
.list-article a .article-list-text .article-list-category {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
/* line 349, sass/style.scss */
.list-article a .article-list-text .article-list-tags {
  display: inline-block;
  vertical-align: middle;
}
/* line 352, sass/style.scss */
.list-article a .article-list-text .article-list-tags > p {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin-left: 0.5em;
  padding: 6px 8px;
}
/* line 358, sass/style.scss */
.list-article a .article-list-text .article-list-tags > p.tag-yokohama {
  background-color: #356090;
}
/* line 361, sass/style.scss */
.list-article a .article-list-text .article-list-tags > p.tag-shonan {
  background-color: #529dad;
}
/* line 367, sass/style.scss */
.list-article a .article-list-title {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  padding-top: 0.25em;
}

/* line 377, sass/style.scss */
.list-article-page .list-article {
  margin-bottom: 60px;
}
/* line 379, sass/style.scss */
.list-article-page .list-article:first-child {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  height: 510px;
  margin: 0 0 80px 90px;
  width: 510px;
}
/* line 388, sass/style.scss */
.list-article-page .list-article:first-child a .article-list-category {
  bottom: 70px;
  font-size: 20px;
}
/* line 392, sass/style.scss */
.list-article-page .list-article:first-child a .article-list-tags {
  bottom: 70px;
}
/* line 394, sass/style.scss */
.list-article-page .list-article:first-child a .article-list-tags > p {
  font-size: 12px;
}
/* line 398, sass/style.scss */
.list-article-page .list-article:first-child a .article-list-title {
  font-size: 18px;
}
/* line 403, sass/style.scss */
.list-article-page .list-article:nth-child(3n+3) {
  margin: 0 60px 60px 60px;
}
/* line 407, sass/style.scss */
.list-article-page .no-entry {
  clear: both;
  font-size: 28px;
  text-align: center;
  padding: 120px 0 60px;
}

/* トップページ */
/* line 417, sass/style.scss */
.index-bannar-area {
  font-size: 0;
  margin-top: 80px;
}
/* line 419, sass/style.scss */
.index-bannar-area > li {
  background-color: #fff;
  display: inline-block;
  width: 390px;
}
/* line 424, sass/style.scss */
.index-bannar-area > li a img {
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}
/* line 428, sass/style.scss */
.index-bannar-area > li a img:hover {
  opacity: 0.8;
}
/* line 433, sass/style.scss */
.index-bannar-area > li:nth-child(2) {
  margin: 0 14px;
}

/* line 439, sass/style.scss */
.index-access {
  overflow: hidden;
  *zoom: 1;
}
/* line 440, sass/style.scss */
.index-access > li {
  width: 470px;
}
/* line 442, sass/style.scss */
.index-access > li:first-child {
  float: left;
}

/* line 445, sass/style.scss */
.index-access > li:nth-child(2) {
  float: right;
}
/* line 449, sass/style.scss */
.index-access > li > div .index-access-title {
  font-size: 20px;
  margin-bottom: 20px;
    margin-top: 20px;
  text-align: center;
}
/* line 454, sass/style.scss */
.index-access > li > div .index-access-map {
  border: solid 1px #000;
  box-sizing: border-box;
  height: 310px;
  margin-bottom: 40px;
  width: 100%;
}

/* line 466, sass/style.scss */
.index-concept-area {
  margin-bottom: 80px;
  padding: 60px 0;
}
/* line 469, sass/style.scss */
.index-concept-area .index-concept-box {
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px #000000;
  -moz-box-shadow: 0px 3px 6px 0px #000000;
  -webkit-box-shadow: 0px 3px 6px 0px #000000;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 40px 60px 20px;
  width: 1020px;
}
/* line 479, sass/style.scss */
.index-concept-area .index-concept-box .index-concept-slider .index-concept-title {
  color: #4093a5;
  font-size: 20px;
  line-height: 2em;
  margin-bottom: 20px;
  text-align: center;
  width: 920px;
}
/* line 487, sass/style.scss */
.index-concept-area .index-concept-box .index-concept-slider .index-concept-text {
  box-sizing: border-box;
  line-height: 2em;
  padding: 0 50px;
  width: 920px;
}

/* line 500, sass/style.scss */
.index-link-area > li > a img {
  background-color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 100%;
}
/* line 505, sass/style.scss */
.index-link-area > li > a img:hover {
  opacity: 0.8;
}
/* line 510, sass/style.scss */
.index-link-area > li p {
  margin-top: 1em;
  text-align: center;
}

/* 記事一覧ページ */
/* line 520, sass/style.scss */
.article-list-head {
  float: left;
  width: 420px;
}
/* line 524, sass/style.scss */
.article-list-head .article-list-about .article-list-category {
  margin-bottom: 0;
  text-align: left;
}
/* line 527, sass/style.scss */
.article-list-head .article-list-about .article-list-category > a {
  margin-bottom: 1em;
}
/* line 531, sass/style.scss */
.article-list-head .article-list-about > p {
  line-height: 2.0em;
  margin-bottom: 20px;
}
/* line 535, sass/style.scss */
.article-list-head .article-list-about .article-tags {
  background-color: #fff;
  border: solid 4px #293a4c;
  box-sizing: border-box;
  width: 100%;
}
/* line 540, sass/style.scss */
.article-list-head .article-list-about .article-tags .article-tags-title {
  background-color: #293a4c;
  color: #fff;
  padding: 1em;
}
/* line 544, sass/style.scss */
.article-list-head .article-list-about .article-tags .article-tags-title:before {
  content: "\f02b";
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 0.5em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 552, sass/style.scss */
.article-list-head .article-list-about .article-tags .tag-list {
  box-sizing: border-box;
  padding: 20px 20px 10px 20px;
}
/* line 556, sass/style.scss */
.article-list-head .article-list-about .article-tags .tag-list ul li {
  display: inline-block;
  font-size: 12px;
  margin: 0 1em 10px 0;
}
/* line 560, sass/style.scss */
.article-list-head .article-list-about .article-tags .tag-list ul li a {
  color: #000;
  text-decoration: none;
}

/* line 572, sass/style.scss */
.article-list-body .list-article-wrap {
  font-size: 0;
}
/* line 574, sass/style.scss */
.article-list-body .list-article-wrap:nth-child(1) {
  margin-top: 40px;
}
/* line 577, sass/style.scss */
.article-list-body .list-article-wrap .list-article {
  margin-bottom: 60px;
}
/* line 579, sass/style.scss */
.article-list-body .list-article-wrap .list-article:nth-child(3n+2) {
  margin: 0 60px;
}

/* 記事詳細ページ */
/* line 588, sass/style.scss */
.single-head {
  margin: 0 auto;
  text-align: center;
  width: 1020px;
  overflow: hidden;
  *zoom: 1;
}
/* line 592, sass/style.scss */
.single-head .title {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
/* line 597, sass/style.scss */
.single-head .category-list {
  display: inline-block;
  float: right;
  vertical-align: top;
}

/* line 605, sass/style.scss */
.post-wrapper {
  background: #fff;
  box-sizing: border-box;
  clear: both;
  margin: 0 auto 40px;
  padding: 40px 40px 80px 40px;
  width: 1020px;
}
/* line 613, sass/style.scss */
.post-wrapper .post-header .post-title {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
/* line 618, sass/style.scss */
.post-wrapper .post-header .post-meta {
  margin-bottom: 20px;
}
/* line 620, sass/style.scss */
.post-wrapper .post-header .post-meta .post-time {
  display: inline-block;
  margin-right: 1em;
  vertical-align: middle;
}
/* line 625, sass/style.scss */
.post-wrapper .post-header .post-meta .post-category {
  background-color: #293a4c;
  color: #fff;
  display: inline-block;
  padding: 4px 24px;
  text-decoration: none;
  vertical-align: middle;
}
/* line 634, sass/style.scss */
.post-wrapper .post-header .post-tags {
  width: 100%;
}
/* line 636, sass/style.scss */
.post-wrapper .post-header .post-tags:before {
  content: "\f02b";
  color: #898989;
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 0.5em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
/* line 644, sass/style.scss */
.post-wrapper .post-header .post-tags > a {
  color: #898989;
  display: inline-block;
  margin-left: 1em;
  text-decoration: none;
}
/* line 649, sass/style.scss */
.post-wrapper .post-header .post-tags > a:hover {
  text-decoration: underline;
}
/* line 655, sass/style.scss */
.post-wrapper .post-body {
  margin: 40px 0;
}
/* line 657, sass/style.scss */
.post-wrapper .post-body img, .post-wrapper .post-body iframe {
  max-width: 100%;
}
/* line 660, sass/style.scss */
.post-wrapper .post-body p, .post-wrapper .post-body li, .post-wrapper .post-body span, .post-wrapper .post-body h4, .post-wrapper .post-body h5, .post-wrapper .post-body h6, .post-wrapper .post-body dt, .post-wrapper .post-body dd, .post-wrapper .post-body figcaption, .post-wrapper .post-body th, .post-wrapper .post-body td {
  line-height: 2em;
}
/* line 663, sass/style.scss */
.post-wrapper .post-body p {
  margin-bottom: 2em;
  word-break: break-all;
}
/* line 667, sass/style.scss */
.post-wrapper .post-body a {
  word-break: break-all;
}
/* line 671, sass/style.scss */
.post-wrapper .post-sns {
  margin-top: 40px;
  text-align: center;
}
/* line 674, sass/style.scss */
.post-wrapper .post-sns > li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
/* line 678, sass/style.scss */
.post-wrapper .post-sns > li a {
  border-radius: 10px;
  box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.25) inset;
  -webkit-box-shadow: 0px -3px 0px 0px rgba(0, 0, 0, 0.25) inset;
  color: #fff;
  display: block;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  line-height: 50px;
  height: 50px;
  vertical-align: middle;
  width: 90px;
}
/* line 692, sass/style.scss */
.post-wrapper .post-sns > li a.post-twitter {
  background-color: #00acee;
}
/* line 695, sass/style.scss */
.post-wrapper .post-sns > li a.post-facebook {
  background-color: #3b5998;
}
/* line 698, sass/style.scss */
.post-wrapper .post-sns > li a.post-line {
  background-color: #25af00;
}
/* line 700, sass/style.scss */
.post-wrapper .post-sns > li a.post-line > img {
  height: auto;
  width: 45%;
  line-height: 50px;
  margin-top: 17px;
  vertical-align: top;
}

/* line 713, sass/style.scss */
.related-wrapper {
  background-color: #2b4a70;
  margin-top: 80px;
  padding: 40px 0;
  width: 100%;
}
/* line 718, sass/style.scss */
.related-wrapper .related-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 40px;
  text-align: center;
}
/* line 724, sass/style.scss */
.related-wrapper .related-list {
  font-size: 0;
  margin: 0 auto;
  width: 1020px;
}
/* line 728, sass/style.scss */
.related-wrapper .related-list > li {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
/* line 732, sass/style.scss */
.related-wrapper .related-list > li a {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 200px;
  color: #fff;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
}
/* line 741, sass/style.scss */
.related-wrapper .related-list > li a .related-img-wrap {
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  width: 200px;
}
/* line 747, sass/style.scss */
.related-wrapper .related-list > li a .related-img-wrap img {
  position: relative;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 758, sass/style.scss */
.related-wrapper .related-list > li a .related-article {
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 762, sass/style.scss */
.related-wrapper .related-list > li a .related-text {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
/* line 767, sass/style.scss */
.related-wrapper .related-list > li a time {
  font-size: 14px;
}
/* line 771, sass/style.scss */
.related-wrapper .related-list > li:not(:last-child) {
  margin-right: 73px;
}
/* line 775, sass/style.scss */
.related-wrapper .related-list .no-entry {
  color: #fff;
  font-size: 24px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  vertical-align: middle;
}

/* 記事ページ共通 */
/* line 790, sass/style.scss */
.wp-pagenavi,
.article-pagenumber {
  margin: 40px 0 60px;
  text-align: center;
}
/* line 798, sass/style.scss */
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .last,
.wp-pagenavi .first,
.article-pagenumber .current,
.article-pagenumber .page,
.article-pagenumber .nextpostslink,
.article-pagenumber .previouspostslink,
.article-pagenumber .last,
.article-pagenumber .first {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  vertical-align: middle;
}
/* line 808, sass/style.scss */
.wp-pagenavi .current,
.wp-pagenavi .page,
.article-pagenumber .current,
.article-pagenumber .page {
  margin: 0 10px;
  width: 60px;
}
/* line 813, sass/style.scss */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .first,
.article-pagenumber .previouspostslink,
.article-pagenumber .first {
  margin-right: 10px;
}
/* line 817, sass/style.scss */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.article-pagenumber .nextpostslink,
.article-pagenumber .last {
  margin-left: 10px;
}
/* line 823, sass/style.scss */
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last,
.wp-pagenavi .first,
.article-pagenumber .previouspostslink,
.article-pagenumber .nextpostslink,
.article-pagenumber .last,
.article-pagenumber .first {
  color: #000;
  font-size: 36px;
  width: 30px;
}
/* line 829, sass/style.scss */
.wp-pagenavi span.current,
.article-pagenumber span.current {
  background-color: #293a4c;
  line-height: 60px;
}
/* line 834, sass/style.scss */
.wp-pagenavi .page,
.article-pagenumber .page {
  background-color: #c0c1c2;
}
/* line 838, sass/style.scss */
.wp-pagenavi a .current,
.article-pagenumber a .current {
  background-color: #c0c1c2;
}

/* line 844, sass/style.scss */
.link-arcihve {
  background-color: #c0c1c2;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 40px auto;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  width: 400px;
}

/* line 856, sass/style.scss */
.breadcrumb {
  margin: 0 auto 20px;
  width: 1020px;
}
/* line 859, sass/style.scss */
.breadcrumb:before {
  content: "\f015";
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 0.25em;
  padding-right: 0.25em;
}
/* line 866, sass/style.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 868, sass/style.scss */
.breadcrumb > li > a {
  color: #000;
}
/* line 872, sass/style.scss */
.breadcrumb > li:not(:last-child):after {
  content: ">";
  display: inline-block;
  margin: 0 0.5em;
}

/* 特集ページ */
/* line 886, sass/style.scss */
.recommend-header .recommend-branding-img {
  height: auto;
  width: 100%;
}
/* line 890, sass/style.scss */
.recommend-header .title {
  margin: 40px 0;
  text-align: center;
}
/* line 894, sass/style.scss */
.recommend-header .recommend-line {
  padding: 40px 0;
}
/* line 897, sass/style.scss */
.recommend-header .recommend-inner {
  margin: 0 auto;
  width: 1020px;
  overflow: hidden;
  *zoom: 1;
}
/* line 900, sass/style.scss */
.recommend-header .recommend-inner .img-gpd {
  float: left;
  height: auto;
  margin-right: 20px;
  width: 283px;
}
/* line 906, sass/style.scss */
.recommend-header .recommend-inner > p {
  color: #fff;
  float: right;
  line-height: 2em;
  width: 703px;
}
/* line 911, sass/style.scss */
.recommend-header .recommend-inner > p.no-image {
  float: none;
  width: 100%;
}

/* line 920, sass/style.scss */
.recommend-contents {
  margin: 40px auto 80px;
  width: 1020px;
}
/* line 923, sass/style.scss */
.recommend-contents .title {
  margin: 40px 0;
  text-align: center;
}
/* line 927, sass/style.scss */
.recommend-contents .box-img_right {
  overflow: hidden;
  *zoom: 1;
}
/* line 928, sass/style.scss */
.recommend-contents .box-img_right img {
  float: right;
  height: auto;
  width: 480px;
}
/* line 933, sass/style.scss */
.recommend-contents .box-img_right .float-left-box {
  float: left;
  width: 480px;
}
/* line 939, sass/style.scss */
.recommend-contents .box-img_left {
  overflow: hidden;
  *zoom: 1;
}
/* line 940, sass/style.scss */
.recommend-contents .box-img_left img {
  float: left;
  height: auto;
  width: 480px;
}
/* line 945, sass/style.scss */
.recommend-contents .box-img_left .float-right-box {
  float: right;
  width: 480px;
}
/* line 951, sass/style.scss */
.recommend-contents p {
  line-height: 1.75em;
  margin-bottom: 1em;
}
/* line 955, sass/style.scss */
.recommend-contents .title-min {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 1em;
}
/* line 961, sass/style.scss */
.recommend-contents .blue {
  color: #293a4c;
}
/* line 964, sass/style.scss */
.recommend-contents .black {
  color: #000;
}
/* line 967, sass/style.scss */
.recommend-contents .recommend-box {
  margin-bottom: 80px;
}
/* line 970, sass/style.scss */
.recommend-contents .recommend-footer-img {
  height: auto;
  margin-top: 40px;
  width: 100%;
}

/* 店舗案内ページ */
/* line 980, sass/style.scss */
.shop-header .shop-title {
  margin: 40px 0;
  text-align: center;
}
/* line 984, sass/style.scss */
.shop-header .shop-slider {
  margin-bottom: 40px;
}
/* line 987, sass/style.scss */
.shop-header > p {
  line-height: 2.0em;
}

/* line 994, sass/style.scss */
.shop-block .shop-brand .brand-list {
  margin: 0 auto 80px;
  width: 750px;
}
/* line 998, sass/style.scss */
.shop-block .shop-brand .brand-list > li:not(last-child) {
  margin-bottom: 10px;
}
/* line 1001, sass/style.scss */
.shop-block .shop-brand .brand-list > li img {
  height: auto;
  width: 100%;
}
/* line 1010, sass/style.scss */
.shop-block .shop-access .shop-inner .shop-img {
  float: right;
  height: auto;
  width: 420px;
}
/* line 1015, sass/style.scss */
.shop-block .shop-access .shop-inner .shop-guide {
  float: left;
  width: 560px;
  overflow: hidden;
  *zoom: 1;
}
/* line 1018, sass/style.scss */
.shop-block .shop-access .shop-inner .shop-guide > h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 1em;
}
/* line 1025, sass/style.scss */
.shop-block .shop-access .shop-inner .shop-guide table tr th, .shop-block .shop-access .shop-inner .shop-guide table tr td {
  font-size: 16px;
  line-height: 1.5em;
  vertical-align: top;
}
/* line 1030, sass/style.scss */
.shop-block .shop-access .shop-inner .shop-guide table tr th {
  font-weight: bold;
  padding: 0.5em 0;
  width: 120px;
}
/* line 1035, sass/style.scss */
.shop-block .shop-access .shop-inner .shop-guide table tr td {
  padding: 0.5em 1em 0.5em 0;
}
/* line 1041, sass/style.scss */
.shop-block .shop-access .shop-inner .shop-access-map {
  border: solid 1px #000;
  box-sizing: border-box;
  height: 500px;
  margin: 40px 0 80px;
  width: 100%;
}

/* その他のページ（お問い合わせ・） */
/* line 1057, sass/style.scss */
.other-title {
  margin: 40px 0;
  text-align: center;
}

/* line 1062, sass/style.scss */
.contact-notice {
  text-align: center;
}
/* line 1064, sass/style.scss */
.contact-notice .requied {
  color: #f28705;
}

/* line 1069, sass/style.scss */
.contact-box {
  background-color: #fff;
  border: solid 2px #343335;
  display: table;
  width: 100%;
    margin-top: 10px;
}
/* line 1074, sass/style.scss */
.contact-box > li {
  display: table-cell;
  padding: 10px 20px;
  text-align: center;
  width: 50%;
  word-break: break-all;
}
/* line 1080, sass/style.scss */
.contact-box > li:first-child {
  border-right: solid 2px #343335;
}
/* line 1083, sass/style.scss */
.contact-box > li > div {
  text-align: center;
}
/* line 1085, sass/style.scss */
.contact-box > li > div > p {
  color: #293a4c;
  font-weight: bold;
  line-height: 1.5em;
}
/* line 1089, sass/style.scss */
.contact-box > li > div > p.contact-shopname {
  font-size: 30px;
  margin-bottom: 0.25em;
}
/* line 1093, sass/style.scss */
.contact-box > li > div > p.contact-tel {
  color: #bf3504;
  font-size: 48px;
}
/* line 1096, sass/style.scss */
.contact-box > li > div > p.contact-tel a {
  color: #bf3504;
  text-decoration: none;
}
/* line 1101, sass/style.scss */
.contact-box > li > div > p.contact-time {
  font-size: 16px;
}

/* お問い合わせ */
/* line 1111, sass/style.scss */
.other-contents {
  background: #fff;
  box-sizing: border-box;
  margin: 40px auto 0;
  padding: 40px 40px 80px 40px;
  width: 1020px;
}
/* line 1117, sass/style.scss */
.other-contents .input-box {
  display: block;
  margin: 1em 0 2em;
  width: 100%;
}
/* line 1121, sass/style.scss */
.other-contents .input-box input[type="text"], .other-contents .input-box input[type="tel"], .other-contents .input-box input[type="email"], .other-contents .input-box input[type="submit"], .other-contents .input-box input[type="button"], .other-contents .input-box textarea, .other-contents .input-box select {
  box-sizing: border-box;
  border-bottom: solid 1px #9fa0a0;
  display: block;
  font-family: "メイリオ", Meiryo, sans-serif;
  font-size: 20px;
  padding: 0.5em 0;
  width: 100%;
}
/* line 1131, sass/style.scss */
.other-contents .privacy-box {
  background-color: #fff;
  box-sizing: border-box;
  border: solid 1px #9fa0a0;
  margin: 0 auto 20px;
  padding: 40px;
  width: 100%;
}
/* line 1138, sass/style.scss */
.other-contents .privacy-box .privacy-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1em;
}
/* line 1143, sass/style.scss */
.other-contents .privacy-box p, .other-contents .privacy-box dt, .other-contents .privacy-box dd {
  line-height: 1.5em;
}
/* line 1146, sass/style.scss */
.other-contents .privacy-box dt {
  margin-top: 1em;
}
/* line 1148, sass/style.scss */
.other-contents .privacy-box dt:before {
  content: "・";
  display: inline-block;
  margin-right: 0.25em;
}
/* line 1155, sass/style.scss */
.other-contents .privacy-box dd:before {
  content: "―";
  display: inline-block;
  margin-right: 0.25em;
}
/* line 1161, sass/style.scss */
.other-contents .privacy-box p, .other-contents .privacy-box dl {
  margin-bottom: 1em;
}
/* line 1165, sass/style.scss */
.other-contents .requied {
  color: #f28705;
  margin-left: 1em;
}
/* line 1169, sass/style.scss */
.other-contents .agree {
  display: block;
  margin: 40px 0 80px;
  text-align: center;
}
/* line 1173, sass/style.scss */
.other-contents .agree input {
  margin-right: 1em;
}
/* line 1177, sass/style.scss */
.other-contents .btn-next {
  margin-top: 10px;
}
/* line 1180, sass/style.scss */
.other-contents .wpcf7-not-valid-tip {
  color: #f28705;
  display: block;
  margin-top: 0.5em;
}
/* line 1185, sass/style.scss */
.other-contents .screen-reader-response {
  display: none;
}
/* line 1188, sass/style.scss */
.other-contents .wpcf7-response-output {
  color: #f28705;
  margin-top: 40px;
  text-align: center;
}
/* line 1193, sass/style.scss */
.other-contents .wpcf7c-conf {
  background-color: #fff;
  border: none;
}
/* line 1197, sass/style.scss */
.other-contents .wpcf7-validation-errors {
  border: none;
}
/* line 1200, sass/style.scss */
.other-contents .wpcf7-list-item-label {
  line-height: 2.0em;
}
/* line 1203, sass/style.scss */
.other-contents .menu-704, .other-contents .menu-705 {
  display: block;
  position: relative;
  width: 100%;
}
/* line 1207, sass/style.scss */
.other-contents .menu-704:after, .other-contents .menu-705:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0 3px;
  border-color: #666 transparent transparent transparent;
  position: absolute;
  right: 6px;
  top: 46%;
}

/* line 1221, sass/style.scss */
.form-thanks {
  padding-top: 80px;
  text-align: center;
}
/* line 1224, sass/style.scss */
.form-thanks > p {
  margin-bottom: 2em;
}

/* 404 Not Found */
/* line 1231, sass/style.scss */
.not-found-title {
  font-size: 24px;
  margin-bottom: 2em;
}

/* line 1236, sass/style.scss */
.not-found-text {
  text-align: center;
}
/* line 1238, sass/style.scss */
.not-found-text > a {
  color: #000;
}

/* line 1243, sass/style.scss */
.footer {
  background-color: #293a4c;
  color: #fff;
  width: 100%;
}
/* line 1247, sass/style.scss */
.footer .footer-inner {
  background: url(/common/img/footer_silhouette.jpg) left 40px bottom -11px no-repeat;
  display: block;
  margin: 0 auto;
  padding: 20px 0 40px;
  position: relative;
  width: 1024px;
}
/* line 1255, sass/style.scss */
.footer .footer-inner .footer-menu-list > li {
  display: inline-block;
  vertical-align: top;
  width: 240px;
}
/* line 1259, sass/style.scss */
.footer .footer-inner .footer-menu-list > li > p {
  font-size: 24px;
  margin-bottom: 0.5em;
}
/* line 1262, sass/style.scss */
.footer .footer-inner .footer-menu-list > li > p > a {
  color: #FFF;
  text-decoration: none;
}
/* line 1268, sass/style.scss */
.footer .footer-inner .footer-menu-list > li .footer-menu-category > a {
  color: #FFF;
  display: block;
  font-size: 14px;
  line-height: 1.75em;
  text-decoration: none;
}
/* line 1274, sass/style.scss */
.footer .footer-inner .footer-menu-list > li .footer-menu-category > a:before {
  content: "-";
  display: inline-block;
  line-height: 1.75em;
  margin-right: 0.5em;
  vertical-align: text-bottom;
}
/* line 1282, sass/style.scss */
.footer .footer-inner .footer-menu-list > li .footer-menu-category > br {
  display: none;
}
/* line 1288, sass/style.scss */
.footer .footer-inner .footer-shop {
  font-size: 0;
  margin-top: 40px;
}
/* line 1291, sass/style.scss */
.footer .footer-inner .footer-shop > li {
  border-left: solid 3px #fff;
  box-sizing: border-box;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  width: 50%;
}
/* line 1298, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table {
  margin-left: 20px;
}
/* line 1300, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table p {
  display: block;
  line-height: 2em;
  width: 100%;
}
/* line 1304, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table p .tel {
  margin-left: 1em;
}
/* line 1307, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table p a {
  color: #FFF;
}
/* line 1311, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time {
  font-size: 0;
}
/* line 1313, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time dt, .footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time dd {
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
  vertical-align: top;
}
/* line 1319, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dt {
  width: 18%;
}
/* line 1321, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dt:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: 1em;
  vertical-align: middle;
  width: 1px;
}
/* line 1331, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dd {
  width: 82%;
}
/* line 1333, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dd > dl {
  font-size: 0;
}
/* line 1335, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dd > dl dt, .footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dd > dl dd {
  font-size: 14px;
}
/* line 1338, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dd > dl > dt {
  width: 20%;
}
/* line 1341, sass/style.scss */
.footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dd > dl > dd {
  width: 80%;
}
/* line 1350, sass/style.scss */
.footer .footer-inner .footer-pagetop {
  background-color: #4093a5;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 86px;
  padding: 10px 0 0 0;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  text-decoration: none;
  width: 148px;
}
/* line 1364, sass/style.scss */
.footer .footer-inner .footer-pagetop:before {
  content: "\f077";
  display: block;
  font-family: 'FontAwesome';
  font-size: 48px;
}
/* line 1371, sass/style.scss */
.footer .footer-inner .footer-text {
  font-size: 12px;
  line-height: 1.75em;
  margin-top: 40px;
}
/* line 1377, sass/style.scss */
.footer .copyright {
  background-color: #000;
  color: #fff;
  height: 55px;
  line-height: 55px;
  text-align: center;
  vertical-align: middle;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1392, sass/style.scss */
  html, body {
    font-size: 14px;
  }

  /* line 1397, sass/style.scss */
  .header .header-sitetitle-wrap {
    width: 96%;
  }
  /* line 1400, sass/style.scss */
  .header .header-inner {
    width: 96%;
  }

  /* line 1406, sass/style.scss */
  .g-navi-wrap .g-navi-menu {
    width: 100%;
  }

  /* line 1411, sass/style.scss */
  .list-article-wrap {
    margin: 0 auto;
    text-align: center;
    width: 600px;
  }

  /* line 1418, sass/style.scss */
  .list-article-page .list-article {
    margin: 0;
    height: 200px;
    width: 200px;
  }
  /* line 1422, sass/style.scss */
  .list-article-page .list-article:first-child {
    display: block;
    height: 510px;
    margin: 0 auto 80px;
    width: 510px;
  }
  /* line 1428, sass/style.scss */
  .list-article-page .list-article:nth-child(3n+3) {
    margin: 0;
  }

  /* line 1434, sass/style.scss */
  .block {
    width: 90%;
  }

  /* line 1438, sass/style.scss */
  .block-contents {
    width: 90%;
  }

  /* トップページ */
  /* line 1444, sass/style.scss */
  .index-bannar-area {
    text-align: center;
  }
  /* line 1446, sass/style.scss */
  .index-bannar-area > li {
    width: 45%;
  }
  /* line 1448, sass/style.scss */
  .index-bannar-area > li:not(:last-child) {
    margin-bottom: 20px;
  }

  /* line 1455, sass/style.scss */
  .index-access > li {
    display: block;
    margin: 0 auto;
    width: 470px;
  }
  /* line 1459, sass/style.scss */
  .index-access > li:first-child {
    float: none;
    margin-bottom: 40px;
  }
  /* line 1463, sass/style.scss */
  .index-access > li:last-child {
    float: none;
  }

  /* line 1470, sass/style.scss */
  .index-concept-area .index-concept-box {
    margin: 0 auto;
    padding: 40px 20px 20px;
    width: 90%;
  }
  /* line 1475, sass/style.scss */
  .index-concept-area .index-concept-box .index-concept-slider .index-concept-title {
    margin: 0 auto 20px;
    width: 580px;
  }
  /* line 1479, sass/style.scss */
  .index-concept-area .index-concept-box .index-concept-slider .index-concept-text {
    width: 640px;
  }

  /* line 1486, sass/style.scss */
  .index-link-area {
    margin: 0 auto;
    width: 490px;
  }
  /* line 1490, sass/style.scss */
  .index-link-area > li:not(:last-child) {
    margin-bottom: 20px;
  }

  /* line 1496, sass/style.scss */
  .article-list-head {
    float: none;
    width: 100%;
  }

  /* 記事詳細ページ */
  /* line 1502, sass/style.scss */
  .single-head {
    margin: 0 auto;
    width: 90%;
  }
  /* line 1505, sass/style.scss */
  .single-head .category-list {
    float: none;
  }

  /* line 1510, sass/style.scss */
  .post-wrapper {
    padding: 20px 20px 40px 20px;
    width: 90%;
  }
  /* line 1514, sass/style.scss */
  .post-wrapper .post-header .post-title {
    font-size: 20px;
  }

  /* line 1520, sass/style.scss */
  .related-wrapper {
    padding: 40px 0;
    width: 100%;
  }
  /* line 1523, sass/style.scss */
  .related-wrapper .related-list {
    text-align: center;
    width: 100%;
  }
  /* line 1526, sass/style.scss */
  .related-wrapper .related-list > li {
    width: 160px;
  }
  /* line 1529, sass/style.scss */
  .related-wrapper .related-list > li a .related-img-wrap {
    height: 160px;
    width: 160px;
  }
  /* line 1534, sass/style.scss */
  .related-wrapper .related-list > li a .related-article {
    font-size: 14px;
    margin-bottom: 12px;
  }
  /* line 1538, sass/style.scss */
  .related-wrapper .related-list > li a .related-text {
    font-size: 12px;
    margin-bottom: 12px;
  }
  /* line 1542, sass/style.scss */
  .related-wrapper .related-list > li a time {
    font-size: 12px;
  }
  /* line 1546, sass/style.scss */
  .related-wrapper .related-list > li:not(:last-child) {
    margin-right: 10px;
  }
  /* line 1550, sass/style.scss */
  .related-wrapper .related-list .no-entry {
    font-size: 20px;
  }

  /* line 1556, sass/style.scss */
  .breadcrumb {
    margin: 0 auto 20px;
    width: 90%;
  }

  /* 特集ページ */
  /* line 1564, sass/style.scss */
  .recommend-header .recommend-inner {
    margin: 0 auto;
    width: 90%;
  }
  /* line 1567, sass/style.scss */
  .recommend-header .recommend-inner .img-gpd {
    margin-right: 0;
    width: 25%;
  }
  /* line 1571, sass/style.scss */
  .recommend-header .recommend-inner > p {
    width: 70%;
  }

  /* line 1577, sass/style.scss */
  .recommend-contents {
    width: 90%;
  }
  /* line 1580, sass/style.scss */
  .recommend-contents .box-img_right img {
    width: 45%;
  }
  /* line 1583, sass/style.scss */
  .recommend-contents .box-img_right .float-left-box {
    width: 45%;
  }
  /* line 1588, sass/style.scss */
  .recommend-contents .box-img_left img {
    width: 45%;
  }
  /* line 1591, sass/style.scss */
  .recommend-contents .box-img_left .float-right-box {
    width: 45%;
  }

  /* 店舗案内ページ */
  /* line 1601, sass/style.scss */
  .shop-block .shop-brand .brand-list {
    width: 90%;
  }
  /* line 1607, sass/style.scss */
  .shop-block .shop-access .shop-inner .shop-img {
    display: block;
    float: none;
    height: auto;
    margin: 0 auto 40px;
    width: 420px;
  }
  /* line 1614, sass/style.scss */
  .shop-block .shop-access .shop-inner .shop-guide {
    float: none;
    margin: 0 auto 40px;
    width: 100%;
  }

  /* その他のページ（お問い合わせ・） */
  /* line 1628, sass/style.scss */
  .contact-box > li > div > p.contact-shopname {
    font-size: 20px;
  }
  /* line 1631, sass/style.scss */
  .contact-box > li > div > p.contact-tel {
    font-size: 28px;
  }
  /* line 1634, sass/style.scss */
  .contact-box > li > div > p.contact-time {
    font-size: 12px;
  }

  /* お問い合わせ */
  /* line 1644, sass/style.scss */
  .other-contents {
    padding: 20px 20px 40px 20px;
    width: 100%;
  }
  /* line 1647, sass/style.scss */
  .other-contents .requied {
    color: #f28705;
    margin-left: 1em;
  }

  /* line 1654, sass/style.scss */
  .footer .footer-inner {
    margin: 0 auto;
    width: 90%;
  }
  /* line 1658, sass/style.scss */
  .footer .footer-inner .footer-menu-list > li {
    width: 200px;
  }
  /* line 1660, sass/style.scss */
  .footer .footer-inner .footer-menu-list > li > p {
    font-size: 20px;
  }
  /* line 1664, sass/style.scss */
  .footer .footer-inner .footer-menu-list > li .footer-menu-category > a {
    font-size: 12px;
  }
  /* line 1671, sass/style.scss */
  .footer .footer-inner .footer-shop > li {
    border-left: none;
    display: block;
    font-size: 12px;
    width: 100%;
  }
  /* line 1676, sass/style.scss */
  .footer .footer-inner .footer-shop > li:not(:last-child) {
    border-bottom: solid 3px #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  /* line 1681, sass/style.scss */
  .footer .footer-inner .footer-shop > li .footer-shop-table {
    margin-left: 0;
  }
  /* line 1684, sass/style.scss */
  .footer .footer-inner .footer-shop > li .footer-shop-table p .tel {
    margin-left: 1em;
  }
  /* line 1689, sass/style.scss */
  .footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time dt, .footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time dd {
    display: inline-block;
    font-size: 12px;
    line-height: 2em;
    vertical-align: top;
  }
  /* line 1695, sass/style.scss */
  .footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dt {
    width: auto;
    margin-right: 1em;
  }
  /* line 1699, sass/style.scss */
  .footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dd {
    width: auto;
  }
  /* line 1701, sass/style.scss */
  .footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dd > dl {
    font-size: 0;
    width: 80%;
  }
  /* line 1704, sass/style.scss */
  .footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dd > dl dt, .footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dd > dl dd {
    font-size: 12px;
  }
  /* line 1707, sass/style.scss */
  .footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dd > dl > dt {
    width: 15%;
  }
  /* line 1710, sass/style.scss */
  .footer .footer-inner .footer-shop > li .footer-shop-table .footer-shop-time > dd > dl > dd {
    width: 85%;
  }
  /* line 1719, sass/style.scss */
  .footer .footer-inner .footer-pagetop {
    height: 68px;
    width: 120px;
  }
  /* line 1722, sass/style.scss */
  .footer .footer-inner .footer-pagetop:before {
    content: "\f077";
    font-size: 24px;
    margin-bottom: 0.25em;
  }
  /* line 1728, sass/style.scss */
  .footer .footer-inner .copyright {
    font-size: 11px;
  }
}
