@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald:700);
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@media all and (-ms-high-contrast: none) {
  body,
  tooltip,
  popover {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1.7;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  color: inherit;
}

ul, ol {
  padding-left: 1.5rem;
}

/**
 * ネストされたリストのマージンをリセットします。
 */
li > ul, li > ol {
  margin-bottom: 0;
}

/**
 * `dt`と`dd`の左端を揃えます。
 */
dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

a {
  color: #333;
  transition: opacity 0.2s ease;
}
a:hover, a:active, a:focus {
  opacity: 0.8;
  text-decoration: none;
}

p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

/* container
-------------------------------------------------------------------------- */
/*----------------------------------------------------
WPエディタ用
----------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto, img.size-full, img.size-large, img.size-medium {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}

.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */
}

.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px;
}

.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 12px;
}

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center;
}

.wp-caption img {
  margin: 5px 5px 0;
}

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 5px;
}

.wp-smiley {
  margin: 0;
}

.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 0 12px;
}

.gallery dl {
  margin: 0;
}

.gallery img {
  border: 10px solid #f1f1f1;
}

.gallery br + br {
  display: none;
}

/* =============================================================================
   common
========================================================================== */
body {
  /*
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  */
  counter-reset: num;
  /* 番号リセット*/
}

.wrapper {
  overflow-x: hidden;
  position: relative;
}

.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

a:hover {
  opacity: .7;
  color: inherit;
}

.p-more {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto 0px auto;
  padding: 17px 50px 17px 24px;
  width: 127px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
  color: #412120;
  transition: .3s;
  line-height: 1;
  background-color: #ffde00;
  background-image: url(../img/icon_arrow-more--btn.png);
  background-position: center right 26px;
  background-repeat: no-repeat;
  background-size: 9px;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .p-more {
    padding-top: 19px;
  }

  /* IE11 */
}
#page-top {
  width: 50px;
  height: 90px;
  background: #ffde00;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 0px;
  opacity: .9;
}
#page-top a {
  padding: 20px 0 0 0;
  color: #412120;
  text-align: center;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}
#page-top a span {
  display: block;
  line-height: 0.6;
  margin-bottom: 5px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #page-top {
    bottom: 0px;
  }
}

.p-lato {
  font-family: 'Lato', sans-serif;
}

/* =============================================================================
   ヘッダー
========================================================================== */
.p-header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
}
.p-header .p-header-wrapper .p-menu-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  height: 100px;
  background-color: #ffde00;
}
.p-header .p-header-wrapper .p-menu-btn div {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-header .p-header-wrapper .p-menu-btn div .p-btn-icon {
  width: 36px;
}
.p-header .p-header-wrapper .p-menu-btn div span {
  width: 100%;
  display: block;
  margin: 0 auto;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  text-align: center;
}
.p-header .p-header-wrapper .p-shop-bnt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
  height: 50px;
  background: #412120;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 667px) {
  .p-header .p-header-wrapper .p-menu-btn {
    width: 50px;
    height: 50px;
  }
  .p-header .p-header-wrapper .p-menu-btn div {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .p-header .p-header-wrapper .p-menu-btn div .p-btn-icon {
    width: 29px;
    margin-top: 5px;
  }
  .p-header .p-header-wrapper .p-menu-btn div span {
    font-size: 9px;
    font-size: 0.5625rem;
  }
  .p-header .p-header-wrapper .p-shop-bnt {
    display: none;
  }
}

/* =============================================================================
   グローバルメニュー
========================================================================== */
.p-gmenu {
  position: fixed;
  top: 0;
  right: -450px;
  z-index: 999;
  width: 400px;
  height: 100%;
  transition: .3s;
}
.p-gmenu .p-gmenu-wrapper {
  position: relative;
  height: 100%;
  padding: 70px 50px;
  background-color: #ffde00;
}
.p-gmenu .p-gmenu-wrapper .p-close {
  position: absolute;
  top: 0;
  left: -50px;
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #e4c702;
}
.p-gmenu .p-gmenu-wrapper .p-close .p-btn-icon {
  width: 11px;
}
.p-gmenu .p-gmenu-wrapper .p-logo {
  display: block;
  width: 235px;
  margin: 0 auto 58px auto;
}
.p-gmenu .p-gmenu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-gmenu .p-gmenu-wrapper ul li {
  border-bottom: 1px solid #412120;
}
.p-gmenu .p-gmenu-wrapper ul li:first-child {
  border-top: 1px solid #412120;
}
.p-gmenu .p-gmenu-wrapper ul li a {
  display: block;
  padding: 24px 2px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  color: #412120;
  background-image: url(../img/icon_arrow-more--btn.png);
  background-repeat: no-repeat;
  background-position: center right 2px;
  background-size: 9px;
}
.p-gmenu .p-gmenu-wrapper ul li a span {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-gmenu {
    width: 300px;
  }
  .p-gmenu .p-gmenu-wrapper {
    padding: 50px 50px;
  }
  .p-gmenu .p-gmenu-wrapper .p-logo {
    display: block;
    width: 235px;
    margin: 0 auto 28px auto;
  }
  .p-gmenu .p-gmenu-wrapper ul li a {
    padding: 17px 2px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-gmenu .p-gmenu-wrapper ul li a span {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 350px) {
  .p-gmenu .p-gmenu-wrapper .p-close {
    left: inherit;
    right: 0;
  }
}

.menu-open .overlay {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.menu-open .p-gmenu {
  right: 0;
}

/* =============================================================================
   フッター
========================================================================== */
.p-footer {
  position: relative;
  padding: 100px 20px 104px 20px;
  background-color: #412120;
}
.p-footer > * {
  color: #fff;
}
.p-footer .container .p-logo {
  margin: 0 auto 39px auto;
  display: block;
  width: 202px;
}
.p-footer .container .p-add {
  margin-bottom: 60px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  text-align: center;
}
.p-footer .container .p-add span {
  display: inline-block;
  word-break: keep-all;
}
.p-footer .container .p-add a {
  color: #ffde00;
}
.p-footer .container .p-add .p-tel {
  color: #fff;
}
.p-footer .container .p-add table {
  width: 250px;
  margin: 0 auto;
}
.p-footer .container .p-add table tr th, .p-footer .container .p-add table tr td {
  vertical-align: top;
  font-weight: normal;
}
.p-footer .container .p-add table tr th {
  padding-right: 10px;
}
.p-footer .container .p-add table tr td {
  text-align: left;
}
.p-footer .container .p-copy {
  color: #8b7e7e;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

/* =============================================================================
   メインビジュアル
========================================================================== */
.p-main-visual {
  position: relative;
  height: 690px;
  background-color: #000;
  overflow: hidden;
}
.p-main-visual .p-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-main-visual .p-main-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 432px;
  height: 500px;
  font-size: 80px;
  font-size: 5rem;
  color: #fff;
  text-align: center;
}
.p-main-visual .p-main-text .p-shop-style {
  max-width: 100%;
  flex-basis: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 118px;
  letter-spacing: 1px;
}
.p-main-visual .p-main-text .p-logo {
  width: 402px;
  margin-bottom: 60px;
}
.p-main-visual .p-main-text .p-message {
  max-width: 100%;
  flex-basis: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
}
.p-main-visual .p-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 45px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-main-visual {
    height: 460px;
    background-size: 768px;
  }
  .p-main-visual .p-main-text {
    height: 400px;
  }
  .p-main-visual .p-main-text .p-shop-style {
    margin-bottom: 48px;
  }
  .p-main-visual .p-main-text .p-logo {
    width: 360px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 667px) {
  .p-main-visual .p-main-text {
    height: 310px;
    padding: 0 20px;
  }
  .p-main-visual .p-main-text .p-shop-style {
    margin-bottom: 40px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-main-visual .p-main-text .p-logo {
    width: 260px;
    margin-bottom: 30px;
  }
  .p-main-visual .p-main-text .p-message {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .p-main-visual .p-scroll {
    width: 30px;
  }
}

/* =============================================================================
   p-concept
========================================================================== */
.p-concept .p-concept-item {
  padding-top: 100px;
}
.p-concept .p-concept-item h1 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #412120;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-concept .p-concept-item h2 {
  margin-bottom: 24px;
  color: #ffde00;
}
.p-concept .p-concept-item h3 {
  margin-bottom: 16px;
  font-size: 28px;
  font-size: 1.75rem;
  color: #412120;
}
.p-concept .p-concept-item p {
  font-size: 16px;
  font-size: 1rem;
  color: #412120;
  line-height: 1.9;
}
.p-concept .p-thumd {
  position: relative;
}
.p-concept .p-thumd img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: .7s;
}
.p-concept .p-item_01 {
  padding-bottom: 317px;
}
.p-concept .p-item_01 .p-thumd h1 {
  position: absolute;
  top: 0;
  left: 0;
}
.p-concept .p-item_01 .p-thumd img {
  top: 264px;
  left: -71px;
  min-width: 640px;
  max-width: 640px;
}
.p-concept .p-item_01 h2 img {
  width: 100%;
  max-width: 454px;
}
.p-concept .p-item_02 {
  padding-bottom: 120px;
}
.p-concept .p-item_02 .p-thumd img {
  top: -330px;
  left: 0;
  min-width: 441px;
}
.p-concept .p-item_02 h2 img {
  width: 100%;
  max-width: 316px;
}
.p-concept .p-item_03 {
  padding-bottom: 36px;
}
.p-concept .p-item_03 .p-thumd img {
  top: -100px;
  left: -71px;
  min-width: 495px;
  max-width: 495px;
}
.p-concept .p-item_03 h2 img {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 397px;
}
.p-concept .p-item_04 {
  padding-bottom: 153px;
}
.p-concept .p-item_04 .p-thumd img {
  top: -50px;
  left: 0;
  max-width: 397px;
  min-width: 397px;
}
.p-concept .p-item_04 h2 img {
  width: 100%;
  max-width: 205px;
}
@media screen and (max-width: 1199px) {
  .p-concept .p-item_01 .p-thumd img {
    left: -112px;
  }
  .p-concept .p-item_03 .p-thumd img {
    left: -112px;
  }
}
@media screen and (max-width: 991px) {
  .p-concept {
    padding-bottom: 50px;
  }
  .p-concept .u-sp-visible-pc-hide {
    display: block !important;
  }
  .p-concept .u-pc-visible-sp-hide {
    display: none !important;
  }
  .p-concept .p-concept-item > * {
    text-align: center;
  }
  .p-concept .p-concept-item h1 {
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    margin-bottom: 20px;
  }
  .p-concept .p-concept-item h2 {
    margin-bottom: 20px;
  }
  .p-concept .p-concept-item h3 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
  .p-concept .p-concept-item p {
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .p-concept .p-concept-item img {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }
  .p-concept .p-concept-item .p-thumd {
    position: static;
  }
  .p-concept .p-concept-item .p-thumd h1 {
    position: static;
  }
  .p-concept .p-concept-item .p-thumd img {
    position: static;
    width: 100%;
    max-width: 400px;
    min-width: inherit;
    margin-top: 0 !important;
  }
  .p-concept .p-item_01, .p-concept .p-item_02, .p-concept .p-item_03, .p-concept .p-item_04 {
    padding: 50px 0 0 0;
  }
}
@media screen and (max-width: 576px) {
  .p-concept .p-concept-item > * {
    text-align: inherit;
  }
  .p-concept .p-concept-item h1 {
    text-align: center;
  }
  .p-concept .p-concept-item img {
    max-width: 100%;
  }
  .p-concept .p-concept-item .p-thumd img {
    max-width: 100%;
  }
}

/*=============================================================================
   p-nav
========================================================================== */
.p-nav {
  position: relative;
}
.p-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-nav ul li {
  max-width: 50%;
  flex-basis: 50%;
  background-color: #412120;
}
.p-nav ul li a {
  display: block;
  height: 500px;
  padding: 150px 20px 20px 20px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
.p-nav ul li a span {
  text-align: center;
}
.p-nav ul li a img {
  display: block;
  margin: 45px auto 0 auto;
}
.p-nav ul .p-nav-menu {
  background-image: url(../img/bg_menu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-nav ul .p-nav-menu a img {
  width: 168px;
}
.p-nav ul .p-nav-access {
  background-image: url(../img/bg_access.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-nav ul .p-nav-access a img {
  width: 198px;
}
@media screen and (max-width: 767px) {
  .p-nav ul li a {
    height: 300px;
    padding-top: 60px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-nav ul li a img {
    display: block;
    margin: 45px auto 0 auto;
  }
  .p-nav ul .p-nav-menu a img {
    width: 140px;
  }
  .p-nav ul .p-nav-access a img {
    width: 162px;
  }
}
@media screen and (max-width: 576px) {
  .p-nav ul {
    display: block;
  }
  .p-nav ul li {
    max-width: 100%;
  }
}

/*=============================================================================
   topics
========================================================================== */
.home .p-topics {
  padding: 100px 0;
}
.home .p-topics .container {
  max-width: 1096px;
  margin: 0 auto;
}
.home .p-topics h1 {
  margin-bottom: 47px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffde00;
  text-align: center;
}
.home .p-topics .p-article .col-sm-4, .home .p-topics .p-article .col-sm-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.home .p-topics .p-article time {
  font-size: 15px;
  font-size: 0.9375rem;
}
.home .p-topics .p-article h2 {
  padding-right: 1em;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #412120;
}
@media screen and (max-width: 767px) {
  .home .p-topics .p-article:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .home .p-topics .p-article .row {
    align-items: center;
  }
  .home .p-topics .p-article h2 {
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .home .p-topics {
    padding: 50px 0;
  }
  .home .p-topics .container {
    max-width: 400px;
  }
  .home .p-topics .p-article .col-sm-4, .home .p-topics .p-article .col-sm-8 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .home .p-topics .p-article .p-thumd img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
    margin-bottom: 10px;
  }
  .home .p-topics .p-article h2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*=============================================================================
   下層共通
========================================================================== */
.p-pagenav {
  position: relative;
  margin-top: 20px;
  height: 70px;
}
.p-pagenav .nav-previous {
  position: absolute;
  top: 0;
  left: 0;
}
.p-pagenav .nav-previous a {
  height: 13px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding-left: 20px;
  background-image: url(../img/icon_arrow-r.png);
  background-position: top 2px left 0px;
  background-repeat: no-repeat;
  background-size: 10px;
}
.p-pagenav .nav-next {
  position: absolute;
  top: 0;
  right: 0;
}
.p-pagenav .nav-next a {
  height: 13px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-right: 20px;
  font-weight: bold;
  background-image: url(../img/icon_arrow-l.png);
  background-position: top 2px right 0px;
  background-repeat: no-repeat;
  background-size: 10px;
}

.p-page-title {
  height: 460px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.p-page-title .p-wrap {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.p-page-title .p-wrap h1 {
  height: 170px;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
}
.p-page-title .p-wrap h1 span {
  max-width: 100%;
  flex-basis: 100%;
}
.p-page-title .p-wrap h1 img {
  width: 182px;
}
@media screen and (max-width: 768px) {
  .p-page-title {
    height: 200px;
  }
  .p-page-title .p-wrap h1 {
    height: 130px;
    font-size: 16px;
    font-size: 1rem;
  }
  .p-page-title .p-wrap h1 img {
    width: 112px;
  }
}

/* =============================================================================
   ニュース
========================================================================== */
.topics .p-page-title {
  background-image: url(../img/bg_head-topics.jpg);
}
.topics .p-topics {
  padding: 100px 0;
}
.topics .p-topics .container {
  max-width: 850px;
  margin: 0 auto;
}
.topics .p-topics .p-article_topics {
  padding: 30px 0;
  border-bottom: 1px solid #e6e5e5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 24px;
  background-image: url(../img/icon_arrow-topics.png);
  background-repeat: no-repeat;
  background-position: center right 2px;
  background-size: 9px;
}
.topics .p-topics .p-article_topics .p-article_head {
  margin-right: 21px;
}
.topics .p-topics .p-article_topics .p-article_head img {
  max-width: 100px;
  display: block;
  margin: 0 auto;
}
.topics .p-topics .p-article_topics time {
  font-size: 15px;
  font-size: 0.9375rem;
}
.topics .p-topics .p-article_topics h2 {
  font-size: 20px;
  font-size: 1.25rem;
  color: #412120;
  font-weight: normal;
}
.topics .p-topics .p-more {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .topics .p-topics {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .topics .p-topics .p-article_topics .p-article_head img {
    max-width: 80px;
  }
  .topics .p-topics .p-article_topics time {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .topics .p-topics .p-article_topics h2 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* =============================================================================
    記事詳細
========================================================================== */
.single .p-page-title {
  background-image: url(../img/bg_head-topics.jpg);
}
.single .p-topics {
  padding: 100px 0;
}
.single .p-topics .container {
  max-width: 682px !important;
}
.single .p-topics .container .p-topics-content .p-topics-header {
  padding-bottom: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.single .p-topics .container .p-topics-content .p-topics-header .p-thumd {
  margin-right: 21px;
}
.single .p-topics .container .p-topics-content .p-topics-header .p-thumd img {
  max-width: 100px;
}
.single .p-topics .container .p-topics-content .p-topics-header time {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #412120;
}
.single .p-topics .container .p-topics-content .p-topics-header h1 {
  font-size: 24px;
  font-size: 1.5rem;
  color: #412120;
}
.single .p-topics .container .p-topics-content .p-topics-body {
  padding-top: 30px;
}
.single .p-topics .container .p-topics-content .p-topics-body * {
  font-size: 14px;
  font-size: 0.875rem;
  color: #412120;
}
.single .p-topics .container .p-topics-content .p-topics-body h2 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.single .p-topics .container .p-topics-content .p-topics-body h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.single .p-topics .container .p-topics-content .p-topics-body h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.single .p-topics .container .p-topics-content .p-topics-body h5 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.single .p-topics .container .p-topics-content .p-topics-body h6 {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 1em;
  font-weight: bold;
}
.single .p-topics .container .p-topics-content .p-topics-body table {
  margin-bottom: 1.3em;
}
.single .p-topics .container .p-topics-content .p-topics-body table thead tr th {
  background-color: #412120;
  color: #fff;
  vertical-align: middle;
}
.single .p-topics .container .p-topics-content .p-topics-body table tr th {
  border: 1px solid #fff;
  vertical-align: top;
  padding: 8px 15px;
  font-weight: normal;
  background-color: #d5d5d5;
  color: #412120;
}
.single .p-topics .container .p-topics-content .p-topics-body table tr td {
  border: 1px solid #fff;
  padding: 8px 15px;
  vertical-align: top;
  background-color: #f2f2f2;
  color: #412120;
}
.single .p-topics .container .p-topics-content .p-topics-body ul li {
  color: #412120;
}
.single .p-topics .container .p-topics-content .p-topics-body a {
  color: #2770dd;
  text-decoration: underline;
}
.single .p-topics .container .p-topics-content .wp_social_bookmarking_light {
  border-top: 1px solid #e5e5e5 !important;
  padding-top: 26px !important;
  margin: 48px 0 !important;
}
.single .p-topics .container .p-topics-content .wp_social_bookmarking_light div {
  float: left !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 5px 0px 0 !important;
  min-height: 30px !important;
  line-height: 18px !important;
  text-indent: 0 !important;
}
.single .p-topics .container .p-topics-content .wp_social_bookmarking_light_clear {
  clear: both !important;
}
@media screen and (max-width: 768px) {
  .single .p-topics {
    padding: 50px 0;
  }
  .single .p-topics .container .p-topics-content .p-topics-header .p-thumd img {
    max-width: 80px;
  }
  .single .p-topics .container .p-topics-content .p-topics-header time {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .single .p-topics .container .p-topics-content .p-topics-header h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .single .p-topics .container .p-topics-content .wp_social_bookmarking_light {
    margin-bottom: 0 !important;
  }
}

/* =============================================================================
    access
========================================================================== */
.access .p-page-title {
  background-image: url(../img/bg_head-access.jpg);
}
.access .p-access {
  padding: 100px 0;
}
.access .p-access > * {
  color: #412120;
}
.access .p-access .container {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
}
.access .p-access h1 {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
}
.access .p-access .flex-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.access .p-access .p-left-content {
  padding: 0 83px 0 100px;
  max-width: 50%;
  flex-basis: 50%;
}
.access .p-access .p-left-content .p-logo {
  width: 246px;
  margin-bottom: 45px;
}
.access .p-access .p-left-content h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
.access .p-access .p-left-content .p-add {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 70px;
}
.access .p-access .p-left-content .p-thumd01 {
  display: block;
  margin: 0 0 83px 51px;
  width: 398px;
}
.access .p-access .p-left-content ul {
  max-width: 400px;
}
.access .p-access .p-left-content ul li {
  font-size: 13px;
  font-size: 0.8125rem;
}
.access .p-access .p-right-content {
  padding-top: 180px;
  max-width: 50%;
  flex-basis: 50%;
}
.access .p-access .p-right-content .p-thumd02 {
  margin-bottom: 70px;
}
.access .p-access .p-thumd01, .access .p-access .p-thumd02 {
  transition: .5s;
}
@media screen and (max-width: 768px) {
  .access .p-access {
    padding: 50px 0;
  }
  .access .p-access .container h1 {
    display: none;
  }
  .access .p-access .flex-box {
    display: block;
    max-width: 540px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .access .p-access .flex-box .p-left-content, .access .p-access .flex-box .p-right-content {
    max-width: 100%;
    padding: 0;
  }
  .access .p-access .flex-box .p-left-content .p-logo {
    display: block;
    margin: 0 auto 45px auto;
  }
  .access .p-access .flex-box .p-left-content h2 {
    text-align: center;
  }
  .access .p-access .flex-box .p-left-content .p-add {
    margin-bottom: 20px;
    text-align: center;
  }
  .access .p-access .flex-box .p-left-content .p-thumd01 {
    margin: 0 auto 20px auto !important;
  }
  .access .p-access .flex-box .p-left-content .p-thumd02 {
    width: 100%;
    max-width: 398px;
    display: block !important;
    margin: 0 auto 20px auto !important;
  }
  .access .p-access .flex-box .p-left-content ul {
    display: block;
    margin: 0 auto;
  }
  .access .p-access .flex-box .p-right-content #map {
    height: 250px;
    max-width: 398px;
    margin: 20px auto 0 auto;
  }
  .access .p-access .flex-box .p-right-content .p-thumd02 {
    display: none !important;
  }
}

#map {
  display: block;
  margin: 0 0 20px 0;
  width: 100%;
  max-width: 490px;
  height: 397px;
}

/* =============================================================================
    menu
========================================================================== */
.menu .p-page-title {
  background-image: url(../img/bg_head-menu.jpg);
}
.menu .p-menu > * {
  color: #412120;
}
.menu .p-menu .container {
  max-width: 978px;
  margin: 0 auto;
}
.menu .p-menu .p-article {
  padding: 100px 0;
}
.menu .p-menu .p-article:not(:last-of-type) {
  border-bottom: 1px solid #e5e5e5;
}
.menu .p-menu .p-article h1 {
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 77px;
}
.menu .p-menu .p-article h1 span {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  margin-top: 8px;
}
.menu .p-menu .p-article .p-menu-images {
  margin: 0 -9px 59px -9px;
}
.menu .p-menu .p-article .p-menu-images .col-xs-4 {
  padding: 0 9px;
}
.menu .p-menu .p-article h2 {
  margin-bottom: 39px;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  position: relative;
}
.menu .p-menu .p-article h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  margin-top: -1px;
  background-color: #e5e5e5;
}
.menu .p-menu .p-article h2 span {
  padding: 0 10px;
  background-color: #fff;
  display: inline-block;
  position: relative;
}
.menu .p-menu .p-article hr {
  margin-bottom: 48px;
}
.menu .p-menu .p-article .p-menu-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.menu .p-menu .p-article .p-menu-list table {
  max-width: 48%;
  flex-basis: 48%;
  margin-bottom: 60px;
}
.menu .p-menu .p-article .p-menu-list table caption {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  caption-side: top;
  color: #412120;
}
.menu .p-menu .p-article .p-menu-list table tr th, .menu .p-menu .p-article .p-menu-list table tr td {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: normal;
  padding-bottom: 10px;
}
.menu .p-menu .p-article .p-menu-list table tr td {
  text-align: right;
  vertical-align: top;
  padding-left: 1em;
  min-width: 125px;
}
.menu .p-menu .p-article .p-atention {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
}
.menu .p-menu .p-article .p-atention .p-takeout {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .menu .p-menu .p-article .p-atention {
    text-align: left;
  }
}
.menu .p-menu .p-price {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: #6e3935;
  color: #fff;
  line-height: 1.3;
}
.menu .p-menu .p-frame {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 20px auto;
  padding: 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
.menu .p-menu .p-frame ul {
  padding: 0;
  list-style: none;
}
.menu .p-menu .p-frame ul li {
  font-weight: bold;
}
.menu .p-menu .p-frame ul li:not(:last-child) {
  margin-bottom: 10px;
}
.menu .p-menu .p-comment {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .menu .p-menu .p-comment {
    text-align: left;
  }
  .menu .p-menu .p-comment br {
    display: none;
  }
}
.menu .p-menu .p-takeout {
  width: 30px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .menu .p-menu .p-article h1 {
    margin-bottom: 47px;
  }
  .menu .p-menu .p-article .p-menu-list {
    display: block;
  }
  .menu .p-menu .p-article .p-menu-list table {
    max-width: 100%;
  }
  .menu .p-menu .p-article .p-menu-list table:not(:last-of-type) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .menu .p-menu .p-article {
    padding: 50px 0;
  }
  .menu .p-menu .p-article .p-menu-images .col-xs-4 {
    padding: 0;
  }
}

/* ===============================
==============================================
   お問い合わせ
========================================================================== */
.p-contact .container {
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 768px !important;
}
.p-contact form {
  position: relative;
}
.p-contact form div.wpcf7-response-output {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 800px;
}
.p-contact form div.wpcf7 .ajax-loader {
  display: block;
  margin: -85px auto 0 auto;
}
.p-contact .form-horizontal {
  width: 100%;
  margin: 0 auto;
}
.p-contact .form-horizontal .control-label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-contact .form-horizontal .control-label span {
  color: #f00;
}
.p-contact .form-horizontal input[name="tel"] {
  max-width: 350px;
  height: 34px;
  box-sizing: border-box;
}
.p-contact .form-horizontal input[name="mail"] {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
}
.p-contact .form-horizontal input[name="title"] {
  width: 100%;
  height: 36px;
  box-sizing: border-box;
}
.p-contact .form-horizontal textarea[name="txt"] {
  width: 100%;
  box-sizing: border-box;
}
.p-contact .form-horizontal input[type="submit"] {
  width: 145px;
  height: 40px;
  background-color: transparent;
  color: #000 !important;
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  display: block;
  margin: 75px auto 0 auto;
  border: 1px solid #000;
  transition: .3s;
  background-image: url(../img/icon_arrow-r.png);
  background-repeat: no-repeat;
  background-position: top 13px right 20px;
  background-size: 7px;
}
.p-contact .form-horizontal input[type="submit"]:hover {
  background-color: #041e56;
  color: #fff !important;
  background-image: url(../img/icon_arrow-w.png);
  border: 1px solid #041e56;
}
.p-contact .form-horizontal .form_txt {
  font-size: 14px;
  font-size: 0.875rem;
  color: #999;
  display: block;
  margin-bottom: -15px;
}
.p-contact .form-horizontal .wpcf7-form-control {
  border: 1px solid #ccc;
  font-size: 14px;
  font-size: 0.875rem;
  color: #555;
  padding: 6px 12px;
  border-radius: 5px;
}
.p-contact .form-horizontal .input-s {
  width: 100%;
  max-width: 350px;
  height: 34px;
  box-sizing: border-box;
}
@media screen and (max-width: 667px) {
  .p-contact .input-s {
    max-width: 100%;
  }
}

.fadeInUP {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: ffadeInUP;
  animation-name: fadeInUP;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUP {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/* utility
 -------------------------------------------------------------------------- */
.u-sp-visible-pc-hide {
  display: none !important;
}
@media (max-width: 767px) {
  .u-sp-visible-pc-hide {
    display: block !important;
  }
}

.u-pc-visible-sp-hide {
  display: block !important;
}
@media (max-width: 767px) {
  .u-pc-visible-sp-hide {
    display: none !important;
  }
}

.u-tab-visible-pc-hide {
  display: none !important;
}
@media (max-width: 991px) {
  .u-tab-visible-pc-hide {
    display: block !important;
  }
}

.u-pc-visible-tab-hide {
  display: block !important;
}
@media (max-width: 991px) {
  .u-pc-visible-tab-hide {
    display: none !important;
  }
}

/* -----------------------------------------------------------------------------
   #Text
   -------------------------------------------------------------------------- */
/*doc
---
title: text
name: text
categories: [utility]
---

テキストのスタイルを指定する汎用クラスです。

```block
<p class="u-text-light">font-weight 300</p>
<p class="u-text-normal">font-weight 400</p>
<p class="u-text-bold">font-weight 600</p>
<p class="u-text-indent">先頭の1文字目を1文字分字下げします。</p>
<p class="u-text-note">2行目以降の1文字目を1文字分字下げします。<br>2行目以降の1文字目を1文字分字下げします。</p>
<p class="u-text-nowrap">テキストを折り返させません。横幅を超えても、このテキストは折り返さずに表示されます。</p>
<p class="u-text-breakword">テキストを折り返させます。長文になっても、このテキストは必ず折り返して表示されます。</p>
<p class="u-text-justify">テキストを両端揃え（均等割り付け）させます。通常のテキストと文字間が違うのが分かると思います。</p>
<p class="u-text-none">記述した通りに表示します。</p>
<p class="u-text-lowercase">abcdEFGH すべての英単語を小文字で表示します。</p>
<p class="u-text-uppercase">abcdEFGH すべての英単語を大文字で表示します。</p>
<p class="u-text-capitalize">abcdEFGH 英単語の先頭を大文字で表示します。</p>
<p class="u-text-smallcaps">abcdEFGH スモールキャップ（小文字と同じ高さで作られた大文字）で表示します。</p>
<p class="u-text-vertical">abcdEFGH 縦書きで表示します。</p>
<p class="u-text-vertical u-text-vertical--upright">abcdEFGH 英文も縦書きにする場合はModifierを指定します。</p>
<p class="u-text-right">text-align right</p>
<p class="u-text-center">text-align center</p>
<p class="u-text-left">text-align left</p>
<p class="u-text-top">vertical-align top</p>
<p class="u-text-middle">vertical-align middle</p>
<p class="u-text-bottom">vertical-align bottom</p>
```
*/
/* font-colorを指定します。 */
.u-text-color--white {
  color: #fff !important;
}

.u-text-color--blk {
  color: #000 !important;
}

.u-text-color--red {
  color: #f00 !important;
}

/* 文字に余白付きの下線を引きます */
.u-text-underline {
  padding-bottom: 3px;
  border-bottom: 1px solid #333;
}

/* font-weightを指定します。 */
.u-text-light {
  font-weight: 300 !important;
}

.u-text-normal {
  font-weight: 500 !important;
}

.u-text-bold {
  font-weight: 600 !important;
}

/* 先頭の1文字目を1文字分字下げします。 */
.u-text-indent {
  text-indent: 1em !important;
}

/* 2行目以降の1文字目を1文字分字下げします。 */
.u-text-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

/* テキストを改行させません。 */
.u-text-nowrap {
  white-space: nowrap !important;
}

/* テキストを改行させます。 */
.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

/* テキストを両端揃えさせます。 */
.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* 記述した通りに表示します。 */
.u-text-none {
  text-transform: none !important;
}

/* すべての英単語を小文字にします。 */
.u-text-lowercase {
  text-transform: lowercase !important;
}

/* すべての英単語を大文字にします。 */
.u-text-uppercase {
  text-transform: uppercase !important;
}

/* 英単語の先頭を大文字にします。 */
.u-text-capitalize {
  text-transform: capitalize !important;
}

/* スモールキャップ（小文字と同じ高さで作られた大文字）にします。 */
.u-text-smallcaps {
  font-variant: small-caps !important;
}

/* 縦書きにします。 */
.u-text-vertical {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

/* 英文も縦書きにする場合はModifierを指定します。 */
.u-text-vertical--upright {
  text-orientation: upright !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-top {
  vertical-align: top !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}
