@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 300;
  line-height: 1.7;
  color: #333;
  background-color: #fff;
}

.body {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:hover {
  opacity: 1;
}

a {
  color: #999;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #b3b3b3;
  text-decoration: none;
}
a:visited {
  color: gray;
}

.container {
  margin: 0 auto;
  max-width: 1180px;
  padding-right: 20px;
  padding-left: 20px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}
.container .container {
  padding: 0;
}

.narrow-container {
  margin: 0 auto;
  max-width: 960px;
  padding-right: 30px;
  padding-left: 30px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}

@media (max-width: 1180px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left));
  }
  .narrow-container {
    padding-right: 30px;
    padding-left: 30px;
    padding-right: calc(30px + constant(safe-area-inset-right));
    padding-left: calc(30px + constant(safe-area-inset-left));
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.site-header {
  width: 100%;
  height: 100px;
  max-width: inherit;
  padding: 0 1em;
}
.site-header .site-logo {
  width: 150px;
  border: none;
  margin: 0;
  padding: 0;
}
.site-header .site-logo img {
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .site-header {
    padding: 0 2em;
  }
}

.site-footer {
  padding-bottom: 5em !important;
}
.site-footer .site-info {
  border: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.site-footer .site-info .site-name {
  text-align: center;
  text-transform: none;
}
.site-footer .site-info .site-name .site-logo img {
  width: 150px;
}
.site-footer .site-info .site-name .info {
  font-size: 12px;
  font-size: 1.2rem;
}

.site-main .category-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  margin-top: 0;
  padding: 0;
}
.site-main .category-nav li {
  margin: 0 1em;
}
.site-main .category-nav li a {
  color: #333;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.site-main .category-nav li a:visited {
  color: #333;
}
@media print, screen and (min-width: 1023px) {
  .site-main .category-nav li a:hover {
    color: #999;
  }
}
.site-main .works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.6em;
}
.site-main .works__list-item {
  margin-top: 1.6em;
}
.site-main .works__list-item .post-thumbnail {
  margin: 0;
}
.site-main .works__list-item .post-thumbnail img {
  margin: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.site-main .works__list-item .post-thumbnail img:hover {
  opacity: 0.7;
}
.site-main .works__list-item .entry-title {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 15px;
}
@media print, screen and (min-width: 1023px) {
  .site-main .works__list-item {
    width: calc(25% - 30px);
    margin-right: 40px;
    margin-top: 4.8em;
  }
  .site-main .works__list-item:nth-child(4n) {
    margin-right: 0;
  }
}
.site-main .entry-content {
  margin-top: 3.2em;
}
.site-main .entry-content .wp-block-image {
  max-width: inherit;
  margin-left: inherit;
  margin-right: inherit;
}
.site-main .entry-content .wp-block-image img {
  width: 100%;
}
@media print, screen and (min-width: 1023px) {
  .site-main .entry-content {
    margin-top: 4.8em;
  }
}
.site-main .works-info {
  margin-top: 4.8em;
  padding: 3em 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.site-main .works-info .post-meta {
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}
.site-main .works-info .post-meta li {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 15px 0;
}
.site-main .works-info .post-meta li .post-meta-key {
  width: 30%;
}
@media print, screen and (min-width: 1023px) {
  .site-main .works-info {
    max-width: 500px;
    margin-top: 8em;
  }
}

.contact-area {
  border: 1px solid #666;
  margin-top: 4.8em;
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-area p {
  width: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0;
}
.contact-area p a.btn {
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 220px;
  height: 50px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666;
  margin: 0 auto;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media print, screen and (min-width: 1023px) {
  .contact-area {
    padding: 2em 2.5em;
  }
  .contact-area p.txt {
    width: calc(100% - 220px);
    padding-right: 80px;
  }
  .contact-area p.link {
    text-align: right;
    width: 220px;
  }
  .contact-area p a.btn:hover {
    background: #666;
    color: #fff;
  }
}

.works-none {
  width: 100%;
  min-height: 400px;
  margin-top: 4.8em;
  text-align: center;
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.default-max-width {
  max-width: inherit;
  margin-left: inherit;
  margin-right: inherit;
}

.side h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  font-weight: normal;
  background: #333;
  padding: 0.1em 0.5em 0.25em;
}
.side ul {
  list-style: none;
  padding: 0;
  margin-top: 0;
}
.side ul li {
  border-bottom: 1px solid #dbdbdb;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: 7px;
  background-position: top 50% right 10px;
  padding: 0.5em 1em;
  color: #333;
  position: relative;
}
.side ul li:first-child {
  border-top: 1px solid #dbdbdb;
}

.btn__default {
  display: inline-block;
  width: 300px;
  background: #333;
  border: 1px solid #333;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 5px;
  padding: 0.85em 0;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  margin: 0 auto;
}
.btn__default:visited {
  color: #fff;
}
.btn__default:hover {
  background: #fff;
  color: #333;
}
.btn__border {
  display: inline-block;
  width: 300px;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 5px;
  padding: 0.85em 0;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  margin: 0 auto;
}
.btn__border:visited {
  color: #333;
}
.btn__border:hover {
  background: #333;
  color: #fff;
}
.btn__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 50px;
  border-radius: 25px;
  border: 2px solid #333;
  color: #333;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
  padding: 0.85em 0;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  background-color: #fff;
  background-image: url(../img/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 5px;
  background-position: top 50% right 20px;
  margin: 0 auto;
}
.btn__entry:visited {
  color: #333;
}
.btn__entry:hover {
  background-color: #333;
  background-image: url(../img/icon_arrow_w.svg);
  color: #fff;
}

.shop-list {
  margin-top: 30px;
}
.shop-list__item {
  background: #f9f9f9;
  margin: 30px 0 0 0;
}
.shop-list__item dl {
  margin: 0;
  padding: 0 30px 20px;
}
.shop-list__item dl dt {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
}
.shop-list__item dl dt.img {
  margin: 0 -30px 30px;
}
.shop-list__item dl dd {
  margin: 20px 0 0 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.shop-list__item dl dd .indent {
  padding-left: 4.65em;
}
@media print, screen and (min-width: 768px) {
  .shop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shop-list__item {
    width: calc(33.3333% - 20px);
  }
}

.box-a {
  background: #F4EDED;
  padding: 0 1.5em 1.5em;
  margin-top: 2.4em;
}

.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box-flex__item {
  padding: 0 10px;
}

.heed-box {
  border: 3px solid #333;
  text-align: center;
  padding: 1.5em;
  margin-top: 2.4em;
}
.heed-box *:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .heed-box {
    max-width: 400px;
  }
}

.notes-box {
  margin-top: 3.2em;
  border: 4px solid #333;
  background: #f8f4f4;
  padding: 1.5em;
}
.notes-box h3 {
  background: none;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 0;
  padding: 0;
}
.notes-box p {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 350;
  line-height: 1.5;
  margin-top: 0.8em;
}
.notes-box a.anchor {
  display: inline-block;
  padding-left: 0.7em;
  color: #333;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: 5px;
  background-position: left 0 top 50%;
}

@media print, screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

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

dd {
  margin-left: 0;
}

.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 print, screen and (min-width: 768px) {
  .img-r {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;
  }
}

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

.arrow {
  text-align: center;
}
.arrow img {
  width: 60px;
}

.large {
  font-size: 110%;
}

.x-large {
  font-size: 140%;
}
@media screen and (max-width: 767px) {
  .x-large {
    font-size: 120%;
  }
}

.xx-large {
  font-size: 170%;
}
@media screen and (max-width: 767px) {
  .xx-large {
    font-size: 130%;
  }
}

.small {
  font-size: 84%;
}

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

em {
  color: #333;
  font-weight: bold;
  font-style: normal;
}

.bold {
  font-weight: bold;
}

.text-reito {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  -webkit-text-stroke: 1px #0096dc;
}

.text-reizo {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #002481;
}

.caption {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #999;
  margin-top: 0.5em;
}

.attention,
.discount {
  color: #333;
}

.margin--0 {
  margin-top: 0 !important;
}

.margin--05x {
  margin-top: 0.8em;
}

.margin--15x {
  margin-top: 2.4em;
}

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

.mb--1x {
  margin-bottom: 1.6em;
}

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

.sp-show {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-show {
    display: inline-block;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.row .col-xs-1 {
  width: 8.3333333333%;
}
.row .col-xs-2 {
  width: 16.6666666667%;
}
.row .col-xs-3 {
  width: 25%;
}
.row .col-xs-4 {
  width: 33.3333333333%;
}
.row .col-xs-5 {
  width: 41.6666666667%;
}
.row .col-xs-6 {
  width: 50%;
}
.row .col-xs-7 {
  width: 58.3333333333%;
}
.row .col-xs-8 {
  width: 66.6666666667%;
}
.row .col-xs-9 {
  width: 75%;
}
.row .col-xs-10 {
  width: 83.3333333333%;
}
.row .col-xs-11 {
  width: 91.6666666667%;
}
.row .col-xs-12 {
  width: 100%;
}
@media print, screen and (min-width: 1023px) {
  .row .col-sm-1 {
    width: 8.3333333333%;
  }
  .row .col-sm-2 {
    width: 16.6666666667%;
  }
  .row .col-sm-3 {
    width: 25%;
  }
  .row .col-sm-4 {
    width: 33.3333333333%;
  }
  .row .col-sm-5 {
    width: 41.6666666667%;
  }
  .row .col-sm-6 {
    width: 50%;
  }
  .row .col-sm-7 {
    width: 58.3333333333%;
  }
  .row .col-sm-8 {
    width: 66.6666666667%;
  }
  .row .col-sm-9 {
    width: 75%;
  }
  .row .col-sm-10 {
    width: 83.3333333333%;
  }
  .row .col-sm-11 {
    width: 91.6666666667%;
  }
  .row .col-sm-12 {
    width: 100%;
  }
}

.primary-menu-container .menu-wrapper li a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.primary-menu-container .menu-wrapper li a:hover {
  color: #999;
  text-decoration: none;
}