@charset "UTF-8";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
/*===========================================================================*/
/*  common  */
/*===========================================================================*/
/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  margin: 0 auto 2.5em;
  border: 1px solid white;
  width: 100%;
}

table th {
  width: 20%;
  padding: 10px 15px;
  font-weight: bold;
  border: 1px solid white;
  background: #fbffbf;
  text-align: left;
}

table td {
  padding: 10px;
  border: 1px solid white;
  background: #f6f6f6;
}

/*
img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}
*/
/* ハック
---------------------------------------------------------------------------- */
/* letter-spacing hack */
@media screen {
  body {
    letter-spacing: 0.5px;
  }
  br {
    letter-spacing: 0;
  }
}
/* height100% hack */
body > #container {
  height: auto;
}

/*body{
	-webkit-touch-callout:none;
	-webkit-user-select:none;	
}
img {
  pointer-events: none;
}*/
body {
  overflow: hidden;
}

/* リンク
---------------------------------------------------------------------------- */
a {
  overflow: hidden;
  color: #000;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

a:hover img,
.btn a:hover {
  opacity: 0.7;
}

/* 基本スタイル
---------------------------------------------------------------------------- */
html {
  overflow: auto;
}

/* エラーメッセージ後から表示すること
---------------------------------------------- */
.preparation {
  display: none;
}

/* マウスドラッグ時のテキストカラー
---------------------------------------------- */
::-moz-selection {
  background: #255e9e;
  color: #fff;
}
::selection {
  background: #255e9e;
  color: #fff;
}

/* Firefox */
::-moz-selection {
  background: #255e9e;
  color: #fff;
}

/* sp only
---------------------------------------------------------------------------- */
.sp,
.logo-sp {
  display: none;
}

.sparea {
  display: none;
}

/* モバイル時のメニュー
---------------------------------------------------------------------------- */
.slicknav_menu {
  display: none;
}

/*アニメーション設定
---------------------------------------------------------------------------- */
.anim {
  visibility: hidden;
}

.anim-off {
  visibility: visible;
}

.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  visibility: visible !important;
}

p.back {
  margin: 0 auto 4em !important;
  text-align: center;
  background: #e5194d;
  max-width: 250px;
}

p.back a {
  width: 250px;
  margin: 0 auto;
  display: block;
  padding: 5px 25px;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

/* ヘッダー
---------------------------------------------------------------------------- */
/* common-parts
---------------------------------------------------------------------------- */
.inblock {
  margin: 0 auto 2em;
  max-width: 1000px;
}

#contents {
  margin: 0 auto;
  padding: 1.5em 0;
  max-width: 1000px;
}

#contents h1 {
  margin: 0 auto;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}

#contents h1 span {
  vertical-align: middle;
  margin-left: 1em;
  background: #000;
  color: #fff;
  font-size: 0.6em;
  font-weight: normal;
  padding: 3px 10px;
}

#contents h2 {
  margin: 0 auto 1em;
  padding: 0 0.4em 0.3em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 3px dotted #c7000b;
}

#contents h2 span {
  font-size: 0.8em;
  margin-left: 1em;
}

#main {
  margin: 0 auto 2em;
}

.topicpath {
  margin: 0 auto 2em;
}

.topicpath ul {
  margin: 0 auto;
  letter-spacing: -0.4em;
  font-size: 0.8em;
}

.topicpath ul li {
  display: inline-block;
  position: relative;
  letter-spacing: normal;
}

.topicpath ul li:not(:last-child) {
  margin-right: 1.6em;
}

.topicpath ul li:not(:last-child):before {
  position: absolute;
  content: "\f105";
  right: -1em;
  top: 0;
  font-family: FontAwesome;
}

.topicpath ul li a {
  text-decoration: underline;
}

.topicpath ul li a:hover {
  text-decoration: none;
}

.topicpath ul li a.home:before {
  position: absolute;
  content: "\f015";
  font-family: "FontAwesome";
  left: -1em;
  top: 0;
}

/* カテゴリ
---------------------------------------------------------------------------- */
.contentsarea {
  background: #fff;
  padding: 1.5em;
}

.contentsarea, .contentsarea p {
  margin: 0 1% 1.5em;
}

p.ic-price {
  margin-bottom: 1em;
  padding: 2px 20px;
  border: 3px solid #c7000b;
  border-radius: 15px;
  color: #c7000b;
  display: inline-block;
}

p.cat-box {
  margin-bottom: 1em;
  margin: 0 1% 2em;
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 4px 20px;
}

/* レイアウトパターン：テキスト・文章共に100%
---------------------------------------------------------------------------- */
.layout-all {
  margin: 0 auto;
  width: 96%;
}

.layout-all p {
  margin: 0 auto 1.5em;
}

.layout-all p.photo {
  margin: 0 auto;
  width: 90%;
}

/* レイアウトパターン：写真右
---------------------------------------------------------------------------- */
.photo-r {
  margin: 0 auto;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.photo-r p {
  margin: 0 auto 1.5em;
}

.photo-r p.photo {
  min-width: 300px;
}

.photo-r p.photo img {
  margin-left: 10px;
}

/* レイアウトパターン：写真左
---------------------------------------------------------------------------- */
.photo-l {
  margin: 0 auto;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.photo-l p {
  margin: 0 auto 1.5em;
}

.photo-l p.photo {
  min-width: 300px;
  width: 100%;
  margin-right: 10px;
}

/* レイアウトパターン：写真2枚並び
---------------------------------------------------------------------------- */
.photo2column {
  margin: 0 auto;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: center;
  flex-direction: center;
}

.photo2column p.photo {
  min-width: 280px;
  margin: 0 10px !important;
}

hr {
  margin: 3em 0;
  border: none;
  background-color: #fff;
  border-width: 1px 0 0 0;
  border-top: 1px solid #959595;
}

/* フッター
---------------------------------------------------------------------------- */
/*#footer .ft{
  position: relative;
  padding: 2em 0;
  color:#fff;
  background: #fdf0f2;
  z-index: 3;
}
#footer .ft::before,#footer .ft::after{
  content: "";
  position: absolute;
}
#footer .ft::before{
  top: -30px;
  right: 0;
  width: 60%;
  height: 100%;
  background:url("assets/img/r-footer-bg.png") no-repeat 100% 0 ;
  background-size: contain;
  z-index: -1;
}
#footer .ft::after{
  bottom: -30px;
  left: 0;
  width: 40%;
  height: 100%;
  background:url("assets/img/l-footer-bg.png") no-repeat 0 100% ;
  background-size: contain;
  z-index: -1;
}
.ft_inner{
  z-index: 5;
}*/
/* notfound
---------------------------------------------------------------------------- */
#notfound {
  padding-top: 40px;
}

#notfound #content .inner {
  width: 750px;
  margin: 0 auto;
  padding: 8em 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}

#notfound #content .inner .logo {
  margin: 0 auto 1.5em;
  font-weight: bold;
  max-width: 350px;
}

#notfound #content .inner .logo img {
  padding: 10px;
}

#notfound #content .inner .txt-404 {
  margin-bottom: 2.2em;
}

#notfound #content .inner .txt-404 dt {
  margin-bottom: 0;
  font-size: 4em;
  font-weight: bold;
  text-shadow: 0 0 5px #bdbdbd;
}

#notfound #content .inner .txt-404 dd {
  font-size: 1.4em;
  color: #a40000;
}

#notfound #content .inner .read {
  margin-bottom: 2.2em;
}

#notfound #content .inner .btn-home {
  text-align: center;
}

#notfound #content .inner .btn-home p {
  display: inline-block;
}

#notfound #content .inner .btn-home p a {
  display: block;
  padding: 5px 40px;
  color: #000;
  border: 1px solid black;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-align: center;
  text-decoration: none;
}

#notfound #content .inner .btn-home p a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.btnarea {
  margin: 0 auto 2em;
  text-align: center;
}

.btnarea .base-btn a {
  display: block;
  padding: 20px 10px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  background-color: #ec6d6f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50px;
  max-width: 300px;
  width: 70%;
  margin: 20px auto;
}

.btnarea .base-btn a::after {
  content: "\f0da";
  font-family: "FontAwesome";
  padding: 0 0 0 10px;
  color: #fff;
}

.btnarea .base-btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* WP記事エリアの共通スタイル
---------------------------------------------------------------------------- */
.entry-format {
  zoom: 1;
  margin: 0 auto;
  word-wrap: break-word;
}

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

.entry-format p {
  margin: 0 auto 25px;
}

.entry-format em {
  font-style: italic;
  font-family: "MS P Gothic", "ＭＳ Ｐゴシック";
}

.entry-format b {
  font-weight: bold;
}

.entry-format strong {
  font-weight: bold;
}

.entry-format a {
  text-decoration: underline;
}

.entry-format .alignleft {
  float: left;
  margin: 0 15px 10px 0;
}

.entry-format .alignright {
  float: right;
  margin: 0 0 10px 15px;
}

.entry-format .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.entry-format ul {
  list-style-type: disc;
  margin: 0 0 15px 20px;
}

.entry-format ol {
  list-style-type: decimal;
  margin: 0 0 15px 20px;
}

.entry-format blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}

.entry-format h1 {
  width: auto;
  font-size: 2em;
}

.entry-format h2 {
  border: none;
  font-size: 1.8em;
}

.entry-format h3 {
  font-size: 1.6em;
}

.entry-format h4 {
  font-size: 1.3em;
}

.entry-format h5 {
  font-size: 0.9em;
}

.entry-format h6 {
  font-size: 0.8em;
}

.entry-format address {
  font-style: italic;
}

.entry-format h1, .entry-format h2, .entry-format h3, .entry-format h4, .entry-format h5, .entry-format h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: bold;
}

.entry-format .gallery .gallery-item img {
  width: auto;
  max-width: 100% !important;
  height: auto;
}

.entry-format table, .entry-format th, .entry-format td {
  border-style: solid;
  border-color: #c2c2c2;
}

.entry-format table {
  width: 100%;
  margin: 0 0 1.5em;
  border-width: 1px 1px 0 0;
}

.entry-format th, .entry-format td {
  padding: 10px 15px;
  border-width: 0 0 1px 1px;
  text-align: left;
  vertical-align: top;
}

.entry-format th {
  background: #f3f3f3;
  font-size: 1em;
  font-weight: bold;
}

.entry-format td {
  font-size: 1em;
}

.entry-format hr {
  zoom: 1;
}

.entry-format hr:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.entry-format .wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 5px 0 0;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  text-align: center;
}

.entry-format .wp-caption .wp-caption-text {
  margin-bottom: 0;
  padding: 5px 0;
  color: #333;
}

table#event-time {
  width: 100% !important;
  max-width: 950px !important;
  font-family: 游ゴシック !important;
  font-weight: 400 !important;
}
table#event-time colgroup, table#event-time col {
  display: none;
}
table#event-time th, table#event-time td {
  width: auto !important;
  border: 1px solid #ccc !important;
  font-size: 0.8em !important;
  white-space: normal !important;
  overflow-wrap: break-word !important;
}
table#event-time td ruby {
  white-space: normal !important;
  overflow-wrap: break-word !important;
}
table#event-time td.xl63 {
  width: auto !important;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  /* -------------------------------------------- */
  /* header */
  /* -------------------------------------------- */
  header #header-in {
    position: relative;
    width: 100%;
  }
  header #header-in #globalnav {
    display: none;
  }
  header #header-in .logoarea {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 9999;
  }
  header #header-in .logoarea .logo img {
    width: 100%;
    max-width: 40px;
  }
  /*topicpath*/
  .topicpath {
    margin: 0 auto 2em;
    width: 96%;
  }
  /* notfound
  ---------------------------------------------------------------------------- */
  #notfound #content .inner {
    width: 95%;
  }
  #notfound #content .inner .logo {
    margin-bottom: 2em;
  }
  #notfound #content .inner .txt-404 {
    margin-bottom: 2em;
  }
  #notfound #content .inner .txt-404 dt {
    font-size: 3em;
  }
  #notfound #content .inner .txt-404 dd {
    font-size: 1.1em;
  }
  #notfound #content .inner .txt-404 dd .caution {
    font-size: 1em;
  }
  #notfound #content .inner .read {
    margin-bottom: 2em;
    font-size: 0.9em;
  }
  .entry-format table {
    width: 100% !important;
  }
  .entry-format th, .entry-format td {
    display: table-cell;
  }
  .slicknav_btn {
    background-color: #c7000b !important;
    z-index: 9999;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  .sparea {
    padding: 0.5rem;
    text-align: center;
    color: #fff;
    display: block;
    font-weight: bold;
    background: #c7000b;
    font-size: 0.9em;
  }
  #footer .ft::after, #footer .ft::before {
    width: 70%;
  }
  #footer .ft::before {
    top: -20px;
  }
  #footer .ft::after {
    bottom: -20px;
  }
  .logo-sp {
    display: block;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 20%;
    min-width: 185px;
    z-index: 888;
  }
  header {
    height: 1px !important;
  }
  header {
    height: 60px;
  }
  /* -------------------------------------------- */
  /* globalnav */
  /* -------------------------------------------- */
  #globalnav {
    display: none !important;
  }
  /* -------------------------------------------- */
  /* slicknav */
  /* -------------------------------------------- */
  .slicknav_menu {
    position: relative;
    display: block;
    top: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    background: #e6e1d5;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    z-index: 5;
  }
  .slicknav_menu:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -40px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: url(../assets/img/h_full_bg.svg) no-repeat -20% center;
    background-size: cover;
    z-index: 1;
  }
  .slicknav_menu .slicknav_nav {
    margin: -3px 0 0;
  }
  .slicknav_menu .slicknav_nav a {
    margin: 0;
    padding: 10px;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 0.9;
    text-decoration: none;
  }
  .slicknav_arrow {
    display: none;
  }
  .slicknav_nav .slicknav_row:hover {
    background: #fff !important;
  }
  .pc_nav_item_txt:after {
    content: "\f0d7";
    margin-left: 0.5em;
    font-size: 18px;
    font-family: FontAwesome;
  }
  .slicknav_open .pc_nav_item_txt:after {
    content: "\f0d8";
  }
  .menu__second-level:after {
    display: none;
  }
  .menu__second-level li a {
    background: #fff !important;
    padding: 0;
  }
  .slicknav_parent a {
    color: #000 !important;
    /*    background: #efefef !important;*/
  }
  .pc_nav_inner .menu > li:nth-child(6), .pc_nav_inner .menu > li:nth-child(5) {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /*ハンバーガーメニュー:カテゴリごとに色わけ*/
  /*  .pc_nav_inner .menu > li:nth-child(1) a {
      background: #fbe2e2;
    }
    .pc_nav_inner .menu > li:nth-child(2) a {
      background: #fce9e1;
    }


    .pc_nav_inner .menu > li:nth-child(3) a {
      background: #fef1d9;
    }

    .pc_nav_inner .menu > li:nth-child(4) a {
      background: #e9eed8;
    }

    .pc_nav_inner .menu > li:nth-child(5) a {
      background: #dfd5cf;
    }

    .pc_nav_inner .menu > li:nth-child(6) a {
      background: #fde0d2;
    }
    .pc_nav_inner .menu li.slicknav_open:nth-child(1) a {
      background: rgba(236, 109, 111, .8);
    }
    .pc_nav_inner .menu li.slicknav_open:nth-child(2) a {
      background: #e0edf7;
    }


    .pc_nav_inner .menu li.slicknav_open:nth-child(3) a {
      background: #fdeecc;
    }

    .pc_nav_inner .menu li.slicknav_open:nth-child(4) a {
      background: #e1eadd;
    }

    .pc_nav_inner .menu li.slicknav_open:nth-child(5) a {
      background: #dfd5cf;
    }

    .pc_nav_inner .menu li.slicknav_open:nth-child(6) a {
      background: #fdeecc;
    }*/
  .slicknav_nav .pc_nav_inner .menu > li,
  .pc_nav_inner {
    width: 100% !important;
    padding-bottom: 0;
  }
  .slicknav_nav .pc_nav_inner .menu > li > a {
    width: 100%;
    position: static !important;
  }
  /* レイアウトパターン：写真右
  ---------------------------------------------------------------------------- */
  .photo-r {
    margin: 0 auto;
    width: 96%;
    display: block;
  }
  .photo-r p {
    margin: 0 auto 1.5em;
  }
  .photo-r p.photo {
    margin: 0 auto;
    min-width: 250px;
    width: 70%;
  }
  .photo-r p.photo img {
    margin-left: 0;
  }
  /* レイアウトパターン：写真左
  ---------------------------------------------------------------------------- */
  .photo-l {
    margin: 0 auto;
    width: 96%;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .photo-l p {
    margin: 0 auto 1.5em;
  }
  .photo-l p.photo {
    min-width: 300px;
    width: 70%;
    margin: 0 auto;
  }
  /* レイアウトパターン：写真2枚並び
  ---------------------------------------------------------------------------- */
  .photo2column {
    margin: 0 auto;
    width: 96%;
    display: block;
  }
  .photo2column p.photo {
    margin: 0 auto 1em !important;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* 〇〇〇〇 */
  /* -------------------------------------------- */
  .sparea span {
    margin-left: 0;
  }
  /* notfound
  ---------------------------------------------------------------------------- */
  #notfound #content .inner {
    padding: 2em 1em;
  }
  #notfound #content .inner .logo {
    margin-bottom: 1em;
  }
  #notfound #content .inner .logo img {
    width: 95%;
  }
  #notfound #content .inner .txt-404 {
    margin-bottom: 1em;
  }
  #notfound #content .inner .txt-404 dt {
    margin-bottom: 0.2em;
    font-size: 1.8em;
    line-height: 1.5;
  }
  #notfound #content .inner .txt-404 dd {
    font-size: 1em;
  }
  #notfound #content .inner .txt-404 dd span {
    display: inline;
  }
  #notfound #content .inner .read {
    width: 90%;
    margin: 0 auto 1em;
    text-align: left;
  }
  #notfound #content .inner .btn-top ul li a {
    min-width: 200px;
    font-size: 0.9em;
  }
}