@charset "UTF-8";
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* --------------------------------------------------

reset

-------------------------------------------------- */
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;
  font: inherit;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

dl, dt, dd, ul, ol {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

img, a {
  vertical-align: top;
}

a img {
  border: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

a:hover img {
  opacity: 0.7;
}

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

/* change colours to suit your needs */
ins {
  background: #ff9 repeat center center;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background: #ff9 repeat center center;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* --------------------------------------------------

base

-------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5;
  min-width: 1300px;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
body:after {
  content: "";
  display: block;
  position: absolute;
  width: 85rem;
  height: 61rem;
  background: url(../img/common/bg_head.svg) no-repeat center center/contain;
  z-index: -1;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 1320px) {
  body {
    min-width: 0;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
body.fixed-body {
  overflow: hidden;
  position: fixed;
}

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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

img {
  max-width: 100%;
}

a:link, a:visited {
  color: #333;
}

a:hover, a:active {
  color: #DE0614;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.inner-l {
  width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1620px) {
  .inner-l {
    width: 92%;
  }
}

.inner {
  width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 1320px) {
  .inner {
    width: 92%;
  }
}

.inner-m {
  width: 1500px;
  margin: 0 auto;
}
@media only screen and (max-width: 1520px) {
  .inner-m {
    width: 92%;
  }
}

.inner-s {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .inner-s {
    width: 92%;
  }
}

br.pc-br {
  display: block;
}
@media only screen and (max-width: 768px) {
  br.pc-br {
    display: none;
  }
}

br.sp-br {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp-br {
    display: block;
  }
}

svg {
  width: 100%;
  height: auto;
}

em, strong {
  font-weight: bold;
}

/* --------------------------------------------------

左右レイアウト

-------------------------------------------------- */
.wrapper-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper-layout .side-menu {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .side-menu {
    width: 100%;
  }
}
.wrapper-layout .main-contents {
  width: 66%;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .main-contents {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper-layout {
    display: block;
  }
}

/* --------------------------------------------------

post-content　ウィジウィグ

-------------------------------------------------- */
/* post-ttl */
.post-ttl {
  color: #333;
  font-size: 3.7rem;
  font-weight: bold;
  padding: 0.5em 0;
}
@media only screen and (max-width: 768px) {
  .post-ttl {
    font-size: 2.8rem;
    font-size: 7.4666666667vmin;
  }
}
.post-ttl span {
  vertical-align: middle;
  margin-left: 1em;
}

/* icon-post-block */
.icon-post-block {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1em 0;
}
.icon-post-block .list-icon {
  margin: 0 5px 0.5em 0;
}
.icon-post-block .list-category {
  margin: 0 5px 0.5em 0;
}
@media only screen and (max-width: 768px) {
  .icon-post-block {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}

/* post-date */
.post-date {
  text-align: right;
  margin: 1em 0 2em auto;
  display: block;
}

/* --------------------------------------------------

見出し

-------------------------------------------------- */
/* h1 */
.wysiwyg h1 {
  color: #333;
  border-bottom: 5px solid #F0F0F0;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
  margin-bottom: 1.5em;
  position: relative;
}
.wysiwyg h1:first-child {
  margin-top: 0;
}
.wysiwyg h1::after {
  content: "";
  background: #DE0614;
  display: block;
  width: 5em;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h1 {
    font-size: 2.8rem;
    font-size: 7.4666666667vmin;
  }
}

.wysiwyg p + h1,
.wysiwyg ul + h1,
.wysiwyg ol + h1,
.wysiwyg table + h1,
.wysiwyg dl + h1 {
  margin-top: 1em;
}

/* h2 */
.wysiwyg h2,
.post-sttl-large {
  color: #333;
  border-bottom: 5px solid #F0F0F0;
  font-size: 3.1rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
  margin-bottom: 1em;
  position: relative;
}
.wysiwyg h2::after,
.post-sttl-large::after {
  content: "";
  background: #DE0614;
  display: block;
  width: 5em;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h2,
.post-sttl-large {
    font-size: 2.4rem;
    font-size: 6.4vmin;
  }
}

/* h3 */
/* post-sttl-small */
.wysiwyg h3,
.post-sttl-small {
  background: #F0F0F0;
  font-size: 2.7rem;
  font-weight: 600;
  padding: 0.5em 1em;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h3,
.post-sttl-small {
    font-size: 2.1rem;
    font-size: 5.6vmin;
  }
}
@media only screen and (max-width: 768px) {
  .wysiwyg h3,
.post-sttl-small {
    margin: 0 0 1em;
  }
}

/* h4 */
.wysiwyg h4 {
  color: #333;
  border-left: 6px solid #DE0614;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 0 0 0 1em;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h4 {
    font-size: 1.9rem;
    font-size: 5.0666666667vmin;
  }
}

/* h5 */
.wysiwyg h5 {
  color: #333;
  border-bottom: 1px solid #333;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0.5em 0;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h5 {
    font-size: 1.8rem;
    font-size: 4.8vmin;
  }
}

/* h6 */
.wysiwyg h6 {
  color: #333;
  font-size: 2rem;
  font-weight: 700;
  margin: 1.5em 0;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h6 {
    font-size: 1.7rem;
    font-size: 4.5333333333vmin;
  }
}

/* --------------------------------------------------

画像ブロック

-------------------------------------------------- */
/* post-pht */
.post-pht {
  margin: 3em auto 5em;
}
@media only screen and (max-width: 768px) {
  .post-pht {
    margin: 1em auto;
  }
}
.post-pht a {
  display: block;
}
.post-pht > div {
  width: 100%;
  height: auto;
  max-height: 600px;
  text-align: center;
}
@media only screen and (max-width: 420px) {
  .post-pht > div {
    max-height: 300px;
  }
}
.post-pht img {
  height: auto;
  max-height: 600px;
  max-width: 100%;
  width: auto;
}
@media only screen and (max-width: 420px) {
  .post-pht img {
    max-height: 300px;
  }
}
.post-pht figcaption {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  display: block;
  padding: 5px;
}

/* two-post-pht */
.two-post-pht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.two-post-pht .post-pht {
  font-size: 1.6rem;
  vertical-align: top;
  width: 48%;
}

/* post-pht-txt */
.post-pht-txt:after {
  content: "";
  display: block;
  clear: both;
}
.post-pht-txt .post-pht {
  float: right;
  width: 48%;
  margin: 0 0 2% 2%;
  z-index: 10;
  position: relative;
}
.post-pht-txt .wysiwyg {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 5em;
}
@media only screen and (max-width: 768px) {
  .post-pht-txt .wysiwyg {
    margin-bottom: 2em;
  }
}
.post-pht-txt .wysiwyg h1,
.post-pht-txt .wysiwyg h2,
.post-pht-txt .wysiwyg h3,
.post-pht-txt .wysiwyg h4,
.post-pht-txt .wysiwyg h5,
.post-pht-txt .wysiwyg h6,
.post-pht-txt blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* iframe-area */
.iframe-area {
  position: relative;
  width: 100%;
  padding-top: 56%;
  margin: 5% 0;
}
@media only screen and (max-width: 768px) {
  .iframe-area {
    padding-top: 60%;
    margin: 1em 0 3em;
  }
}
.iframe-area iframe {
  -webkit-filter: saturate(1.2);
          filter: saturate(1.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------------------------

wysiwyg

-------------------------------------------------- */
.wysiwyg {
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 4%;
  /* リンク<a> */
  /* 段落 <p> */
  /* 太字赤文字 <strong> */
  /* 太字 <em> */
  /* 斜体 <i> */
  /* 下線 <u> */
  /* 打ち消し線 <s> */
  /* 下付き <sub> */
  /* 上付き <sup> */
  /* 順序のないリスト <ol> */
  /*順序のないリスト <ul> */
  /*定義リスト <dl> */
  /* インデント <p class="txt-indent"> */
  /* ブロック引用文 <blockquote> */
  /* 中央揃え <p class="txt-center"> */
  /* 右揃え <p class="txt-right"> */
  /* 両端揃え <p class="txt-justify"> */
  /* ハイパーリンク <a href=""> */
  /* テーブル <table> */
  /* フォントサイズ小 <span class="font-size-small"> */
  /* フォントサイズ大 <span class="font-size-large"> */
  /* 文字の間隔0.5em <span class="font-space-small"> */
  /* 文字の間隔1.0em <span class="font-space-medium"> */
  /* 文字の間隔1.5em <span class="font-space-large"> */
  /* 文字の間隔2.0em <span class="font-space-xlarge"> */
  /* アドレス */
  /* 短い引用 */
  /* 出典 */
}
.wysiwyg a:link,
.wysiwyg a:visited {
  text-decoration: underline;
}
.wysiwyg p {
  margin: 1em 0;
}
.wysiwyg strong {
  color: #F00;
  font-weight: bold;
}
.wysiwyg em {
  font-weight: bold;
}
.wysiwyg i {
  font-style: italic;
}
.wysiwyg .underline {
  text-decoration: underline;
}
.wysiwyg .strike {
  text-decoration: line-through;
}
.wysiwyg sub {
  font-size: 0.8rem;
  vertical-align: bottom;
}
.wysiwyg sup {
  font-size: 0.8rem;
  vertical-align: top;
}
.wysiwyg ol {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: decimal;
  /*横並びリスト<ol> */
}
.wysiwyg ol > li {
  text-indent: -1em;
  padding-left: 1em;
}
.wysiwyg ol.horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wysiwyg ol.horizontal-list li {
  margin-right: 1.5em;
}
.wysiwyg ul {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: disc;
  /*横並びリスト<ul> */
}
.wysiwyg ul > li {
  text-indent: -1em;
  padding-left: 1em;
}
.wysiwyg ul > li ul {
  list-style-type: circle;
}
.wysiwyg ul.horizontal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wysiwyg ul.horizontal-list li {
  margin-right: 1.5em;
}
.wysiwyg dl {
  margin: 0.5em 0 1em;
  /*横並び定義リスト <dl> */
}
.wysiwyg dl dt {
  background: #EEE;
  font-weight: 700;
  display: inline-block;
  padding: 0 0.5em;
}
.wysiwyg dl dd {
  margin-bottom: 0.5em;
}
.wysiwyg dl.horizontal-list dt {
  float: left;
  margin-right: 0.5em;
}
.wysiwyg .txt-indent {
  text-indent: 1em;
}
.wysiwyg blockquote {
  background: #EEE;
  font-style: italic;
  padding: 1em 2em;
  margin: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.wysiwyg blockquote p {
  margin: 0;
}
.wysiwyg .txt-center {
  text-align: center;
}
.wysiwyg .txt-right {
  text-align: right;
}
.wysiwyg .txt-justify {
  text-align: justify;
}
.wysiwyg a[href] {
  color: #03F;
  text-decoration: underline;
}
.wysiwyg table {
  width: auto;
  border-collapse: collapse;
  border: 1px solid #DDD;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 1em 0 3em;
}
.wysiwyg table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
}
.wysiwyg table tr th {
  color: #333;
  background: #F0F0F0;
  border: 1px solid #b2b2b2;
  font-weight: bold;
  padding: 0.5em;
}
.wysiwyg table tr td {
  background: #FFFFFF;
  border: 1px solid #b2b2b2;
  padding: 0.5em;
}
.wysiwyg table .txt-justify {
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.wysiwyg table.table-center {
  margin: 0 auto 3em;
}
.wysiwyg table.table-center caption {
  text-align: center;
}
.wysiwyg table.table-right {
  margin-left: auto;
}
.wysiwyg table.table-left {
  margin-right: auto;
}
.wysiwyg .table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1em 0 2em;
  max-width: none;
}
.wysiwyg .table-scroll::-webkit-scrollbar {
  height: 5px;
}
.wysiwyg .table-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.wysiwyg .table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #CCC;
}
.wysiwyg .table-scroll table {
  margin: 0;
  max-width: none;
}
.wysiwyg .table-scroll table caption {
  text-align: left;
}
@media only screen and (max-width: 420px) {
  .wysiwyg .table-scroll table {
    min-width: 100%;
  }
}
.wysiwyg .font-size-small {
  font-size: 0.6em;
}
.wysiwyg .font-size-large {
  font-size: 1.75em;
}
.wysiwyg .font-space-small {
  letter-spacing: 0.5em;
  margin-left: 0.5em;
}
.wysiwyg .font-space-medium {
  letter-spacing: 1em;
  margin-left: 1em;
}
.wysiwyg .font-space-large {
  letter-spacing: 1.5em;
  margin-left: 1.5em;
}
.wysiwyg .font-space-xlarge {
  letter-spacing: 2em;
  margin-left: 2em;
}
.wysiwyg address {
  padding: 1em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #EEE;
  margin: 0.5em 1em 2em;
}
.wysiwyg q:before {
  content: '"';
  display: inline-block;
}
.wysiwyg q:after {
  content: '"';
  display: inline-block;
}
.wysiwyg q:lang(ja):before {
  content: "『";
  display: inline-block;
}
.wysiwyg q:lang(ja):after {
  content: "』";
  display: inline-block;
}
.wysiwyg q q:before {
  content: "'";
  display: inline-block;
}
.wysiwyg q q:after {
  content: "'";
  display: inline-block;
}
.wysiwyg q q:lang(ja):before {
  content: "「";
  display: inline-block;
}
.wysiwyg q q:lang(ja):after {
  content: "」";
  display: inline-block;
}
.wysiwyg cite {
  font-style: italic;
  font-family: Times New Roman, "ＭＳ Ｐゴシック";
}

/* --------------------------------------------------

関連ファイル/関連リンク

-------------------------------------------------- */
.related-file,
.related-link {
  margin: 1em 0;
}
.related-file a,
.related-link a {
  color: #333;
  border: 1px solid #DE0614;
  border-radius: 3em;
  padding: 1em 4em;
  display: block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .related-file a,
.related-link a {
    padding: 1em 2em 1em 4em;
  }
}
.related-file a:before,
.related-link a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  margin: 0 1em 0 0;
  position: absolute;
  top: 50%;
  left: 2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.related-file a:hover,
.related-link a:hover {
  opacity: 0.7;
}

/* file */
.related-file a:before {
  content: "\f15c";
}

/* link */
.related-link a:before {
  content: "\f0c1";
}

/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn-postback {
  text-align: center;
  max-width: 15em;
  margin: 3em auto;
}
@media only screen and (max-width: 768px) {
  .btn-postback {
    max-width: 100%;
  }
}

/* --------------------------------------------------

form

-------------------------------------------------- */
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

fieldset {
  border: none;
  display: block;
}

fieldset span {
  display: inline-block;
}

textarea {
  width: 100%;
  min-height: 7em;
  font-size: 1.6rem;
  padding: 0.5em 0.8em;
  border: 1px solid #D1D1D1;
  outline: none;
  border-radius: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: vertical;
}
textarea::-webkit-input-placeholder {
  color: #6C6C6C;
}
textarea::-moz-placeholder {
  color: #6C6C6C;
}
textarea:-ms-input-placeholder {
  color: #6C6C6C;
}
textarea::-ms-input-placeholder {
  color: #6C6C6C;
}
textarea::placeholder {
  color: #6C6C6C;
}

button {
  font-size: 100%;
  padding: 0.5em 0.8em;
  border-radius: 1em;
  cursor: pointer;
  border: 1px solid #707070;
  vertical-align: middle;
}

input[type=checkbox], input[type=radio] {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.1em;
}

input[type=checkbox] + label, input[type=radio] + label {
  display: inline-block;
  margin-right: 0.6em;
  vertical-align: middle;
}

input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password] {
  font-size: 1.6rem;
  width: 100%;
  vertical-align: middle;
  border: none;
  padding: 0.7em 1em;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.5em;
  outline: none;
  border: 1px solid #979797;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  color: #6C6C6C;
}
input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder {
  color: #6C6C6C;
}
input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
  color: #6C6C6C;
}
input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder {
  color: #6C6C6C;
}
input[type=text]::placeholder, input[type=number]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder {
  color: #6C6C6C;
}
@media only screen and (max-width: 768px) {
  input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password] {
    padding: 0.4em 0.8em;
  }
}

select {
  font-size: 1.6rem;
  width: 100%;
  padding: 0.7em 1em;
  border: none;
  border: 1px solid #979797;
  border-radius: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  select {
    padding: 0.4em 0.8em;
  }
}

select option[selected],
select option[active] {
  color: #FFF;
  background: #333;
}

input[type=file] {
  padding: 5px 0;
}

.label-name {
  margin: 0px 7px 0 0;
  display: inline-block;
}

input.text-ss,
select.text-ss {
  width: 25%;
}

input.text-sss,
select.text-sss {
  width: 10%;
}

input.text-s,
select.text-s {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  input.text-s,
select.text-s {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  input.text-ss,
select.text-ss {
    width: 60%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.term-select span {
  margin: 0 0.5em;
}

.txt-required {
  color: #F00;
}

.link-reminder {
  margin: 1em 0 2em;
  text-align: center;
}

.link-reminder::before {
  color: #E0426C;
  content: "\f054";
  font-family: "fontAwesome";
  margin-right: 0.5em;
}

fieldset legend {
  font-size: 1.6rem;
}

.flow-area {
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .flow-area {
    margin-bottom: 1.5em;
  }
}
.flow-area .flow-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part {
    display: block;
  }
}
.flow-area .flow-part > div {
  width: 35%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div {
    width: auto;
  }
}
.flow-area .flow-part > div p {
  color: #333;
  font-size: 2.2rem;
  margin: 0 2em 0 0;
  padding: 1em;
  background-color: #D8D8D8;
  position: relative;
}
@media only screen and (max-width: 1620px) {
  .flow-area .flow-part > div p {
    font-size: 1.6vw;
  }
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p {
    width: auto;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
    padding: 0.5em;
    position: relative;
  }
  .flow-area .flow-part > div p:after {
    display: none;
  }
}
.flow-area .flow-part > div p span {
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p span span {
    margin-right: 0.5em;
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p {
    margin: 0;
    text-align: center;
  }
}
.flow-area .flow-part > div p:after {
  width: 0;
  height: 0;
  content: "";
  border-left: 1.7em solid #D8D8D8;
  border-top: 2.7em solid transparent;
  border-bottom: 2.7em solid transparent;
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.6em;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p:after {
    display: none;
  }
}
.flow-area .flow-part > div.active p {
  color: #FFF;
  background-color: #333;
}
.flow-area .flow-part > div.active p:after {
  border-left: 1.6em solid #333;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 10px solid #D8D8D8;
    display: block;
    margin: 0 auto 3px;
  }
  .flow-area .flow-part > div.active:after {
    border-top: 10px solid #333;
  }
  .flow-area .flow-part > div:last-child:after {
    display: none;
  }
}
.flow-area .step-bar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  position: relative;
  margin: 2em auto 2.5em;
  text-align: center;
}
.flow-area .step-bar li {
  font-size: 2.2rem;
  font-weight: bold;
  list-style: none;
  position: relative;
  width: 33.333%;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}
@media only screen and (max-width: 768px) {
  .flow-area .step-bar li {
    font-size: 1.8rem;
    font-size: 4.8vmin;
  }
}
.flow-area .step-bar li:after {
  background: #A5A9AC;
  content: "";
  width: calc(100% - 3.5em);
  height: 1px;
  position: absolute;
  left: calc(-50% + 1.8em);
  right: auto;
  top: 1.4em;
  z-index: -1;
}
.flow-area .step-bar li:first-child:after {
  display: none;
}
.flow-area .step-bar li span {
  background: #A5A9AC;
  color: #fff;
  padding: 0.3em 0.7em;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
  font-size: 3rem;
}
.flow-area .step-bar .visited:after {
  background: #333;
}
.flow-area .step-bar .visited span {
  background: #333;
  color: #FFF;
  z-index: 10;
}
.flow-area .step-bar li:nth-child(2).visited span {
  background: #333;
}
.flow-area .step-bar li:last-child.visited span {
  background: #333;
}
@media only screen and (max-width: 768px) {
  .flow-area .step-bar ul {
    width: 100%;
  }
  .flow-area .step-bar ul li {
    font-size: 1.4rem;
    padding: 0 0.2em;
  }
  .flow-area .step-bar ul li span {
    font-size: 1.8rem;
  }
}

.form-area {
  /* form-col */
}
.form-area .table-form {
  border-bottom: 1px solid #979797;
}
.form-area .table-form > dl,
.form-area .table-form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #AAA;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl,
.form-area .table-form > div {
    width: 100%;
    display: block;
  }
}
.form-area .table-form > dl > dt,
.form-area .table-form > div > dt {
  width: 30%;
  min-width: 30%;
  padding: 1.5em;
  text-align: left;
  background: #F0F0F0;
  border-right: 1px solid #AAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > dt,
.form-area .table-form > div > dt {
    width: 100%;
    min-width: none;
    padding: 0.5em;
    border-right: none;
  }
}
.form-area .table-form > dl > fieldset,
.form-area .table-form > div > fieldset {
  display: contents;
}
.form-area .table-form > dl > fieldset > legend,
.form-area .table-form > div > fieldset > legend {
  width: 30%;
  min-width: 30%;
  padding: 1.5em;
  margin-bottom: 0;
  text-align: left;
  background: #F0F0F0;
  border-right: 1px solid #AAA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > fieldset > legend,
.form-area .table-form > div > fieldset > legend {
    width: 100%;
    min-width: none;
    padding: 0.5em;
    border-right: none;
  }
}
.form-area .table-form > dl > dd,
.form-area .table-form > dl .right-fl,
.form-area .table-form > div > dd,
.form-area .table-form > div .right-fl {
  padding: 1.5em;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-area .table-form > dl > dd .txt-upload,
.form-area .table-form > dl .right-fl .txt-upload,
.form-area .table-form > div > dd .txt-upload,
.form-area .table-form > div .right-fl .txt-upload {
  margin: 0.3em 0 0 0.3em;
}
.form-area .table-form > dl > dd span,
.form-area .table-form > dl .right-fl span,
.form-area .table-form > div > dd span,
.form-area .table-form > div .right-fl span {
  margin: 0.3em 0.5em;
}
.form-area .table-form > dl > dd input,
.form-area .table-form > dl .right-fl input,
.form-area .table-form > div > dd input,
.form-area .table-form > div .right-fl input {
  border: 1px solid #979797;
}
.form-area .table-form > dl > dd button,
.form-area .table-form > dl .right-fl button,
.form-area .table-form > div > dd button,
.form-area .table-form > div .right-fl button {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > dd,
.form-area .table-form > dl .right-fl,
.form-area .table-form > div > dd,
.form-area .table-form > div .right-fl {
    width: 100%;
    padding: 0.5em;
    display: block;
    border-bottom: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .form-area .table-form > dl > dd button,
.form-area .table-form > dl .right-fl button,
.form-area .table-form > div > dd button,
.form-area .table-form > div .right-fl button {
    font-size: 1.3rem;
    padding: 0.5em 0.8em;
  }
}
.form-area .table-form > dl .right-fl > div,
.form-area .table-form > dl .right-fl > fieldset > div,
.form-area .table-form > div .right-fl > div,
.form-area .table-form > div .right-fl > fieldset > div {
  margin-bottom: 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .right-fl > div,
.form-area .table-form > dl .right-fl > fieldset > div,
.form-area .table-form > div .right-fl > div,
.form-area .table-form > div .right-fl > fieldset > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-area .table-form > dl .right-fl > div:last-child,
.form-area .table-form > dl .right-fl > fieldset > div:last-child,
.form-area .table-form > div .right-fl > div:last-child,
.form-area .table-form > div .right-fl > fieldset > div:last-child {
  margin: 0;
}
.form-area .table-form > dl .right-fl > div label,
.form-area .table-form > dl .right-fl > fieldset > div label,
.form-area .table-form > div .right-fl > div label,
.form-area .table-form > div .right-fl > fieldset > div label {
  width: 6em;
  min-width: 6em;
  margin-bottom: 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .right-fl > div label,
.form-area .table-form > dl .right-fl > fieldset > div label,
.form-area .table-form > div .right-fl > div label,
.form-area .table-form > div .right-fl > fieldset > div label {
    width: 100%;
    text-align: center;
  }
}
.form-area .table-form > dl .right-fl > div select + input,
.form-area .table-form > dl .right-fl > fieldset > div select + input,
.form-area .table-form > div .right-fl > div select + input,
.form-area .table-form > div .right-fl > fieldset > div select + input {
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .right-fl > div select + input,
.form-area .table-form > dl .right-fl > fieldset > div select + input,
.form-area .table-form > div .right-fl > div select + input,
.form-area .table-form > div .right-fl > fieldset > div select + input {
    margin: 0.7em 0 0;
  }
}
.form-area .table-form > dl .right-fl > div legend,
.form-area .table-form > dl .right-fl > fieldset > div legend,
.form-area .table-form > div .right-fl > div legend,
.form-area .table-form > div .right-fl > fieldset > div legend {
  display: none;
}
.form-area .table-form > dl .right-fl > fieldset > legend,
.form-area .table-form > div .right-fl > fieldset > legend {
  display: none;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .yen-block input,
.form-area .table-form > div .yen-block input {
    width: calc(100% - 4em);
    margin-right: 0.5em;
  }
  .form-area .table-form > dl .yen-block span,
.form-area .table-form > div .yen-block span {
    margin: 0;
  }
}
.form-area .table-form > dl .date-fl,
.form-area .table-form > div .date-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.form-area .table-form > dl .date-fl select,
.form-area .table-form > div .date-fl select {
  width: 10em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .date-fl select,
.form-area .table-form > div .date-fl select {
    width: 25%;
  }
}
.form-area .table-form > dl .date-fl select + select,
.form-area .table-form > div .date-fl select + select {
  margin-left: 1em;
}
.form-area .table-form > dl .date-fl.year select,
.form-area .table-form > div .date-fl.year select {
  width: 80%;
  max-width: 10em;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .date-fl.year select:first-child,
.form-area .table-form > div .date-fl.year select:first-child {
    min-width: 7em;
  }
}
.form-area p.txt-error {
  color: #d50000;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}
.form-area p.txt-note {
  font-size: 1.6rem;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .form-area p.txt-note {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
.form-area strong.txt-required {
  color: #FFF;
  padding: 0 0.3em 0.1em;
  font-weight: normal;
  font-size: 1.6rem;
  float: right;
  background: #d50000;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .form-area strong.txt-required {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
.form-area .form-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-area .form-col li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-area .form-col.col2 > li {
  width: 49%;
  margin: 0 2% 0 0;
}
.form-area .form-col.col2 > li:nth-child(2n) {
  margin-right: 0;
}
.form-area .form-col.col3 > li {
  width: 32%;
  margin: 0 2% 0 0;
}
.form-area .form-col.col3 > li:nth-child(3n) {
  margin-right: 0;
}
.form-area .form-col.col4 > li {
  width: 24%;
  margin: 0 1.3333333333% 0 0;
}
.form-area .form-col.col4 > li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .form-area .form-col.sp-col01 > li {
    width: 100% !important;
    margin: 0 0 0.5em 0 !important;
  }
  .form-area .form-col.sp-col01 > li:last-child {
    margin-bottom: 0 !important;
  }
  .form-area .form-col.sp-col02 > li {
    width: 49% !important;
    margin: 0 2% 0 0 !important;
  }
  .form-area .form-col.sp-col02 > li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .form-area .form-col.sp-col03 > li {
    width: 32% !important;
    margin: 0 2% 0 0 !important;
  }
  .form-area .form-col.sp-col03 > li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.form-area .agree-part {
  margin: 3em 0 2em;
  text-align: center;
}
.form-area .agree-part .check-agree {
  margin: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .form-area .agree-part .check-agree {
    display: block;
  }
}
.form-area .agree-part .check-agree fieldset {
  margin-bottom: 0;
}
.form-area .agree-part .check-agree input {
  margin: 0.4em 0;
  margin-right: 0.5em;
  display: inline-block;
}
@media only screen and (max-width: 420px) {
  .form-area .agree-part .check-agree label {
    width: calc(100% - 25px);
    margin: 0;
    vertical-align: top;
  }
}
.form-area .agree-part .check-agree legend {
  display: none;
}
@media only screen and (max-width: 768px) {
  .form-area .agree-part {
    text-align: left;
  }
  .form-area .agree-part .txt-error {
    font-size: 1.5rem;
    margin-top: 0.7em;
  }
}
.form-area .agree-part strong.txt-required {
  float: none;
}
.form-area .agree-part a:link,
.form-area .agree-part a:visited {
  text-decoration: underline;
}
.form-area .btn-block {
  margin: 3em 0 4em;
}
@media only screen and (max-width: 768px) {
  .form-area .btn-block {
    margin: 2em 0;
  }
}
.form-area .btn-block a {
  width: auto;
  text-align: center;
}
.form-area .complete-part {
  margin: 5em 0 6em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part {
    margin: 2em 0 3em;
  }
}
.form-area .complete-part p {
  line-height: 2em;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part p {
    text-align: left;
  }
}
.form-area .complete-part p.txt-complete {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part p.txt-complete {
    font-size: 2rem;
    font-size: 5.3333333333vmin;
  }
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part p.txt-complete {
    text-align: center;
  }
}

/* --------------------------------------------------

recaptcha-area

-------------------------------------------------- */
.recaptcha-area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

fieldset legend {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  display: none;
}
fieldset.ds-legend legend {
  display: block;
}
fieldset.form-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
fieldset.form-list.btn-check span, fieldset.form-list.btn-check div {
  position: relative;
  margin: 0 0.5em 0.5em 0;
}
fieldset.form-list.btn-check span > input, fieldset.form-list.btn-check div > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
fieldset.form-list.btn-check span > input:checked + label, fieldset.form-list.btn-check div > input:checked + label {
  color: #FFF;
  background: #333;
}
fieldset.form-list.btn-check span > label, fieldset.form-list.btn-check div > label {
  font-weight: bold;
  text-align: center;
  padding: 0.1em 1.5em;
  margin-right: 0;
  background: #FFF;
  border: 1px solid #DE0614;
  border-radius: 3em;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  fieldset.form-list.btn-check span > label, fieldset.form-list.btn-check div > label {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
fieldset.form-list.btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1em;
}
fieldset.form-list.btn-icon legend {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  display: none;
}
fieldset.form-list.btn-icon.ds-legend legend {
  display: block;
}
fieldset.form-list.btn-icon span, fieldset.form-list.btn-icon div {
  margin: 0;
  display: block;
}
fieldset.form-list.btn-icon span > input, fieldset.form-list.btn-icon div > input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
fieldset.form-list.btn-icon span > input:checked + label, fieldset.form-list.btn-icon div > input:checked + label {
  background: #AAA;
}
fieldset.form-list.btn-icon span > label, fieldset.form-list.btn-icon div > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: bold;
  text-align: center;
  padding: 1em 1.5em;
  background: #FFF;
  border: none;
  border-radius: 1em;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  fieldset.form-list.btn-icon span > label, fieldset.form-list.btn-icon div > label {
    font-size: 1.6rem;
  }
}
fieldset.form-list.btn-icon span > label > span, fieldset.form-list.btn-icon div > label > span {
  margin-top: 0.4em;
  line-height: 1.8rem;
}

.input-search fieldset {
  margin: 0;
  border-radius: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  border: 1px solid #DE0614;
}
.input-search fieldset legend {
  display: none;
}
.input-search fieldset input {
  border: none;
  border-radius: 0;
  background: #FFF;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.input-search fieldset input::-webkit-input-placeholder {
  color: #6C6C6C;
}
.input-search fieldset input::-moz-placeholder {
  color: #6C6C6C;
}
.input-search fieldset input:-ms-input-placeholder {
  color: #6C6C6C;
}
.input-search fieldset input::-ms-input-placeholder {
  color: #6C6C6C;
}
.input-search fieldset input::placeholder {
  color: #6C6C6C;
}
@media only screen and (max-width: 768px) {
  .input-search fieldset input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .input-search fieldset input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .input-search fieldset input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .input-search fieldset input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .input-search fieldset input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
.input-search fieldset button {
  color: #FFF;
  padding: 0.5em 1em;
  border-radius: 0;
  border: none;
  background: #DE0614;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.input-search fieldset button:hover {
  opacity: 0.7;
}
.input-search fieldset button img {
  margin-right: 0.5em;
}

.period-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
}
@media only screen and (max-width: 768px) {
  .period-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5em 0;
  }
}
.period-search > div {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .period-search > div {
    width: 100%;
  }
}
.period-search > div label {
  display: none;
}
.period-search > div::before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background: url(../img/common/ico_calendar.svg) no-repeat center center/contain;
  position: absolute;
  left: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.period-search > div input {
  padding-left: 2em;
}

/* --------------------------------------------------

検索条件で絞り込む

-------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .search-conditions.bg-c {
    padding: 1.5em 1em;
  }
}
.search-conditions.toggle .btn-toggle {
  text-align: center;
}
.search-conditions.toggle .btn-toggle .ttl {
  font-size: 2rem;
  font-weight: bold;
  display: inline-block;
  background: none;
  border: none;
  cursor: pointer;
}
.search-conditions.toggle .btn-toggle .ttl span {
  padding: 0 2em;
  display: block;
  position: relative;
}
.search-conditions.toggle .btn-toggle .ttl span:after {
  content: "";
  width: 1em;
  height: 2px;
  border: none;
  background: #333;
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  -webkit-transform: translateY(-50%) rotateZ(0);
          transform: translateY(-50%) rotateZ(0);
}
.search-conditions.toggle .btn-toggle.open-search .ttl span:before {
  content: "";
  width: 1em;
  height: 2px;
  border: none;
  background: #333;
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
}
.search-conditions .search-conditions-inner {
  margin-top: 2em;
  display: -ms-grid;
  display: grid;
  gap: 1em 1em;
}
.search-conditions .search-conditions-inner > dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5fr;
  grid-template-columns: 1fr 5fr;
}
@media only screen and (max-width: 768px) {
  .search-conditions .search-conditions-inner > dl {
    display: block;
  }
}
.search-conditions .search-conditions-inner > dl dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .search-conditions .search-conditions-inner > dl dt {
    text-align: center;
    display: block;
  }
}

/* --------------------------------------------------

header

-------------------------------------------------- */
#header a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#header {
  width: 100%;
  position: relative;
  z-index: 20;
}
#header .header-top {
  padding: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1320px) {
  #header .header-top {
    width: 100%;
    padding: 1em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: #fff;
  }
  #header .header-top.active-h {
    position: fixed;
  }
}
#header .header-top .logo-h a {
  display: block;
}
#header .header-top .logo-h a:hover {
  opacity: 1;
}
@media only screen and (max-width: 1320px) {
  #header .header-top .logo-h a {
    width: auto;
    position: static;
  }
}
@media only screen and (max-width: 768px) {
  #header .header-top .logo-h a {
    width: 70vw;
  }
}
#header .header-top .btn-skip a {
  color: #fff;
  font-size: 1.5rem;
  display: block;
  background: #000;
  text-decoration: none;
  padding: 0.3em 1em 0.4em;
  border-radius: 2em;
  opacity: 1;
  position: absolute;
  left: 25%;
  top: -50px;
  z-index: 10;
}
#header .header-top .btn-skip a:before {
  content: "\f0dd";
  line-height: 1em;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  padding: 0 0.5em 0 0;
  vertical-align: top;
}
#header .header-top .btn-skip a:hover {
  background: #333;
}
#header .header-top .btn-skip a:focus {
  opacity: 1;
  top: 15%;
}
#header .header-top .r-function-block {
  width: 85%;
  color: #F0F0F0;
  font-size: 1.5rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1320px) {
  #header .header-top .r-function-block {
    display: none;
  }
}
#header .header-top .r-function-block .fontSize {
  margin-right: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header-top .r-function-block .fontSize dt {
  margin-right: 1em;
}
#header .header-top .r-function-block .fontSize dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .header-top .r-function-block .fontSize dd a.active {
  color: #DE0614;
  font-weight: 700;
}
#header .header-top .r-function-block .fontSize dd:after {
  content: "／";
  margin: 0 0.3em;
  display: inline-block;
}
#header .header-top .r-function-block .fontSize dd:last-child:after {
  display: none;
}
#header .header-top .r-function-block .btn-lang-pulldown {
  position: relative;
  z-index: 2;
}
#header .header-top .r-function-block .btn-lang-pulldown dt {
  max-width: 17rem;
  width: 100%;
  border: 1px solid #979797;
  border-radius: 20px;
  background: #fff;
}
#header .header-top .r-function-block .btn-lang-pulldown dt button {
  background: none;
  border: none;
  border-radius: 0;
  white-space: nowrap;
  padding: 0.5em 2em 0.5em 0.8em;
  position: relative;
}
#header .header-top .r-function-block .btn-lang-pulldown dt button:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 45%;
  right: 0.8em;
  -webkit-transform: translateY(-50%) rotateZ(135deg);
          transform: translateY(-50%) rotateZ(135deg);
}
#header .header-top .r-function-block .btn-lang-pulldown dt button span {
  display: none;
}
#header .header-top .r-function-block .btn-lang-pulldown dd {
  width: 100%;
  display: none;
  position: absolute;
  right: 0;
}
#header .header-top .r-function-block .btn-lang-pulldown dd .btn-lang {
  display: block;
}
#header .header-top .r-function-block .btn-lang-pulldown dd .btn-lang li {
  padding: 0;
}
#header .header-top .r-function-block .btn-lang-pulldown dd .btn-lang li a {
  font-weight: bold;
  padding: 0.5em;
  text-decoration: none;
  background: #fff;
  display: block;
  text-align: center;
}
#header .header-top .r-function-block .btn-lang-pulldown dd .btn-lang li a:hover {
  opacity: 1;
  text-decoration: underline;
}
#header .header-top .r-function-block .btn-lang-pulldown dd .btn-lang li:after {
  display: none;
}
#header .header-top .r-function-block .btn-access {
  margin-left: 1em;
}
#header .header-top .r-function-block .btn-access a {
  color: #DE0614;
  background: #fff;
  border: 1px solid #DE0614;
  padding: 0.5em;
  border-radius: 20px;
}
#header .header-top .r-function-block .btn-search {
  width: 18em;
  margin-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .header-top .r-function-block .btn-search fieldset {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #979797;
  border-radius: 20px;
  overflow: hidden;
  max-width: 25rem;
}
#header .header-top .r-function-block .btn-search fieldset legend {
  display: none;
}
#header .header-top .r-function-block .btn-search fieldset input {
  border: none;
  border-radius: 0;
  padding: 0.5em 1em;
}
#header .header-top .r-function-block .btn-search fieldset input::-webkit-input-placeholder {
  color: #6C6C6C;
}
#header .header-top .r-function-block .btn-search fieldset input::-moz-placeholder {
  color: #6C6C6C;
}
#header .header-top .r-function-block .btn-search fieldset input:-ms-input-placeholder {
  color: #6C6C6C;
}
#header .header-top .r-function-block .btn-search fieldset input::-ms-input-placeholder {
  color: #6C6C6C;
}
#header .header-top .r-function-block .btn-search fieldset input::placeholder {
  color: #6C6C6C;
}
@media only screen and (max-width: 1320px) {
  #header .header-top .r-function-block .btn-search fieldset input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  #header .header-top .r-function-block .btn-search fieldset input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  #header .header-top .r-function-block .btn-search fieldset input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  #header .header-top .r-function-block .btn-search fieldset input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  #header .header-top .r-function-block .btn-search fieldset input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
#header .header-top .r-function-block .btn-search fieldset button {
  color: #fff;
  border-radius: 0;
  border: none;
  background: #fff;
  letter-spacing: 0.1em;
}
#header .header-top .r-function-block .btn-search fieldset button:hover {
  opacity: 0.7;
}
#header .header-top .r-function-block .btn-toquest a {
  width: 8em;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 1320px) {
  #header #navi {
    width: 100%;
    height: 100%;
    padding: 80px 0 1em;
    background: #fff2f2;
    display: none;
    overflow-y: scroll;
    position: absolute;
    z-index: 15;
  }
}
@media only screen and (max-width: 768px) {
  #header #navi {
    padding: 60px 0 1em;
  }
}
@media only screen and (max-width: 1320px) {
  #header #navi .inner-l {
    width: 100%;
  }
}
#header #navi .gnavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #navi .gnavi .sp-only {
  display: none;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi {
    display: block;
  }
  #header #navi .gnavi .sp-only {
    display: block;
    padding-bottom: 0;
  }
  #header #navi .gnavi .sp-only a {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
  }
}
#header #navi .gnavi > li {
  width: 100%;
  margin-right: 2%;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    max-width: 100%;
  }
}
#header #navi .gnavi > li > a {
  width: 100%;
  padding: 0.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-bottom: 5px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li > a {
    color: #DE0614;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 25px 25px 0 0;
    border-top: 1px solid #DE0614;
    border-left: 1px solid #DE0614;
    border-right: 1px solid #DE0614;
    padding: 0.7em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    overflow: hidden;
  }
}
#header #navi .gnavi > li > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #DE0614;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #DE0614;
  }
  #header #navi .gnavi > li > a.to-lower:after {
    display: none;
  }
}
#header #navi .gnavi > li > a:hover {
  border-bottom: 5px solid #fff;
}
#header #navi .gnavi > li > .u-menu {
  max-width: 170rem;
  width: 100%;
  padding: 2em 0 1em;
  background: #FFF2F2;
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 80px 0 80px 0;
  display: none;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li > .u-menu {
    padding: 0;
    position: relative;
    max-width: 100%;
    border-radius: 0;
    display: block;
    top: 0;
  }
}
#header #navi .gnavi > li > .u-menu .ttl-sub {
  font-size: 120%;
  font-weight: bold;
  width: 94%;
  margin: 0 auto;
  border-left: 4px solid #DE0614;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li > .u-menu .ttl-sub {
    cursor: pointer;
    color: #fff;
    font-size: 100%;
    font-weight: unset;
    padding: 0.7em 3em 0.7em 1em;
    margin-bottom: 0;
    border: none;
    width: 100%;
    background: #DE0614;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  #header #navi .gnavi > li > .u-menu .ttl-sub:after, #header #navi .gnavi > li > .u-menu .ttl-sub:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header #navi .gnavi > li > .u-menu .ttl-sub:before {
    height: 2px;
    width: 1em;
    right: 1em;
  }
  #header #navi .gnavi > li > .u-menu .ttl-sub.open-m:after {
    width: 2px;
    height: 1em;
    right: 1.5em;
  }
  #header #navi .gnavi > li > .u-menu .ttl-sub + ul li a {
    color: #DE0614;
    background: #fff;
    border-bottom: 1px solid #DE0614;
    position: relative;
  }
  #header #navi .gnavi > li > .u-menu .ttl-sub + ul li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #DE0614;
  }
  #header #navi .gnavi > li > .u-menu .ttl-sub + ul li a br {
    display: none;
  }
}
#header #navi .gnavi > li > .u-menu > ul {
  width: 94%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li > .u-menu > ul {
    width: auto;
    display: block;
  }
}
#header #navi .gnavi > li > .u-menu > ul > li {
  width: 14%;
  margin: 0 3.2% 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li > .u-menu > ul > li {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    border-bottom: 1px solid #fff;
    display: block;
    position: relative;
  }
}
#header #navi .gnavi > li > .u-menu > ul > li:nth-child(6n) {
  margin-right: 0;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li > .u-menu > ul > li.toggle-change > a {
    display: none;
  }
}
#header #navi .gnavi > li > .u-menu > ul > li.toggle-change .sp-toggle {
  display: none;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li > .u-menu > ul > li.toggle-change .sp-toggle {
    display: block;
    color: #fff;
    text-align: left;
    padding: 0.7em 3em 0.7em 1em;
    display: block;
    background: #de0614;
    position: relative;
    cursor: pointer;
  }
  #header #navi .gnavi > li > .u-menu > ul > li.toggle-change .sp-toggle:before, #header #navi .gnavi > li > .u-menu > ul > li.toggle-change .sp-toggle:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #header #navi .gnavi > li > .u-menu > ul > li.toggle-change .sp-toggle:before {
    height: 2px;
    width: 1em;
    right: 1em;
  }
  #header #navi .gnavi > li > .u-menu > ul > li.toggle-change .sp-toggle:after {
    width: 2px;
    height: 1em;
    right: 1.5em;
  }
  #header #navi .gnavi > li > .u-menu > ul > li.toggle-change .sp-toggle.open-m:after {
    display: none;
  }
}
#header #navi .gnavi > li > .u-menu > ul > li.toggle-change .sp-u-menu {
  display: none;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li > .u-menu > ul > li.toggle-change .sp-u-menu li a {
    color: #DE0614;
    background: #fff;
    border-bottom: 1px solid #DE0614;
    position: relative;
    text-align: left;
    padding: 0.7em 3em 0.7em 1em;
    display: block;
  }
  #header #navi .gnavi > li > .u-menu > ul > li.toggle-change .sp-u-menu li a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #DE0614;
  }
  #header #navi .gnavi > li > .u-menu > ul > li.toggle-change .sp-u-menu li:last-child a {
    border-bottom: none;
  }
}
#header #navi .gnavi > li > .u-menu > ul > li > a {
  font-size: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #header #navi .gnavi > li > .u-menu > ul > li > a {
    font-size: 1.5rem;
    font-size: 4vmin;
  }
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li > .u-menu > ul > li > a {
    color: #fff;
    text-align: left;
    padding: 0.7em 3em 0.7em 1em;
    display: block;
    background: #DE0614;
    position: relative;
  }
  #header #navi .gnavi > li > .u-menu > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-style: solid;
    border-width: 5px 0 5px 7px;
    border-color: transparent transparent transparent #fff;
  }
}
#header #navi .gnavi > li > .u-menu > ul > li > a figure {
  position: relative;
  padding-top: 65%;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li > .u-menu > ul > li > a figure {
    display: none;
  }
}
#header #navi .gnavi > li > .u-menu > ul > li > a figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#header #navi .gnavi > li:hover > .u-menu, #header #navi .gnavi > li:focus-within > .u-menu {
  display: block;
}
@media only screen and (max-width: 1320px) {
  #header #navi .gnavi > li:hover > .u-menu, #header #navi .gnavi > li:focus-within > .u-menu {
    display: block;
  }
}
#header #navi .gnavi > li:nth-child(4) {
  margin-right: 0;
}
#header #navi .r-function-block {
  margin: 2em 0 0;
  display: none;
}
@media only screen and (max-width: 1320px) {
  #header #navi .r-function-block {
    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;
    flex-wrap: wrap;
  }
  #header #navi .r-function-block .btn-access {
    display: none;
  }
  #header #navi .r-function-block .list-sns {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 1320px) {
  #header #navi .r-function-block .btn-lang-pulldown {
    position: relative;
    z-index: 2;
    width: calc(100% - 20em);
  }
  #header #navi .r-function-block .btn-lang-pulldown dt {
    width: 100%;
    border: 1px solid #979797;
    border-radius: 20px;
    background: #fff;
  }
  #header #navi .r-function-block .btn-lang-pulldown dt button {
    background: unset;
    border: none;
    border-radius: 0;
    white-space: nowrap;
    position: relative;
    width: 100%;
  }
  #header #navi .r-function-block .btn-lang-pulldown dt button:after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 45%;
    right: 0.8em;
    -webkit-transform: translateY(-50%) rotateZ(135deg);
            transform: translateY(-50%) rotateZ(135deg);
  }
  #header #navi .r-function-block .btn-lang-pulldown dt button span {
    display: none;
  }
  #header #navi .r-function-block .btn-lang-pulldown dd {
    width: 100%;
    display: none;
    position: absolute;
    right: 0;
  }
  #header #navi .r-function-block .btn-lang-pulldown dd .btn-lang {
    display: block;
  }
  #header #navi .r-function-block .btn-lang-pulldown dd .btn-lang li {
    padding: 0;
  }
  #header #navi .r-function-block .btn-lang-pulldown dd .btn-lang li a {
    font-weight: bold;
    padding: 0.5em;
    text-decoration: none;
    background: #fff;
    display: block;
  }
  #header #navi .r-function-block .btn-lang-pulldown dd .btn-lang li a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  #header #navi .r-function-block .btn-lang-pulldown dd .btn-lang li:after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #header #navi .r-function-block .btn-lang-pulldown {
    width: 60%;
  }
}
@media only screen and (max-width: 1320px) {
  #header #navi .r-function-block .list-sns {
    width: 20rem;
  }
  #header #navi .r-function-block .list-sns li {
    margin: 0 1em;
  }
  #header #navi .r-function-block .list-sns li a:before {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  #header #navi .r-function-block .list-sns {
    width: 100%;
    margin: 1em 0 0 0;
  }
}
@media only screen and (max-width: 1320px) {
  #header #navi .r-function-block .btn-search {
    width: 94%;
    margin: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #header #navi .r-function-block .btn-search form {
    width: 100%;
  }
  #header #navi .r-function-block .btn-search fieldset {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #979797;
    border-radius: 20px;
    overflow: hidden;
  }
  #header #navi .r-function-block .btn-search fieldset legend {
    display: none;
  }
  #header #navi .r-function-block .btn-search fieldset input {
    border: none;
    border-radius: 0;
    padding: 0.5em 1em;
  }
  #header #navi .r-function-block .btn-search fieldset input::-webkit-input-placeholder {
    color: #6C6C6C;
  }
  #header #navi .r-function-block .btn-search fieldset input::-moz-placeholder {
    color: #6C6C6C;
  }
  #header #navi .r-function-block .btn-search fieldset input:-ms-input-placeholder {
    color: #6C6C6C;
  }
  #header #navi .r-function-block .btn-search fieldset input::-ms-input-placeholder {
    color: #6C6C6C;
  }
  #header #navi .r-function-block .btn-search fieldset input::placeholder {
    color: #6C6C6C;
  }
}
@media only screen and (max-width: 1320px) and (max-width: 1320px) {
  #header #navi .r-function-block .btn-search fieldset input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  #header #navi .r-function-block .btn-search fieldset input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  #header #navi .r-function-block .btn-search fieldset input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  #header #navi .r-function-block .btn-search fieldset input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  #header #navi .r-function-block .btn-search fieldset input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
@media only screen and (max-width: 1320px) {
  #header #navi .r-function-block .btn-search fieldset button {
    color: #fff;
    border-radius: 0;
    border: none;
    background: #fff;
    letter-spacing: 0.1em;
    padding: 0.6em 0.8em 0.4em 0.8em;
  }
  #header #navi .r-function-block .btn-search fieldset button:hover {
    opacity: 0.7;
  }
}
#header.fixed-h {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  background: #fff;
}
#header.fixed-h .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header.fixed-h #navi {
  width: 100%;
}
#header.fixed-h #navi .inner-l {
  width: unset;
}
#header.fixed-h #navi .gnavi > li {
  padding-bottom: 0;
  margin: 0.5em 2% 0.5em 0;
}
#header.fixed-h #navi .gnavi > li > a {
  color: #DE0614;
  border: 1px solid #DE0614;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
#header.fixed-h #navi .gnavi > li .u-menu {
  top: 50px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
#header.fixed-h .header-top {
  display: unset;
  width: 60%;
}
@media only screen and (max-width: 1320px) {
  #header.fixed-h .header-top {
    width: 100%;
  }
}
#header.fixed-h .r-function-block {
  display: none;
}
@media only screen and (min-width: 789px) {
  #header.fixed-h .header-top {
    padding: 0.8em;
  }
  #header.fixed-h .header-top .logo-h img {
    width: 320px;
  }
  #header.fixed-h #navi .gnavi li a {
    font-size: 1.6rem;
  }
}

body.fixed-h #header {
  position: fixed;
  top: 0;
}
@media only screen and (min-width: 789px) {
  body.fixed-h #header {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 789px) {
  body.fixed-h #header .logo-h img {
    width: 130px;
  }
}

@media only screen and (min-width: 789px) {
  body.fixed-h #navi {
    width: 100%;
    background: #fff;
    position: fixed;
    top: 68px;
    z-index: 20;
  }
}

@media only screen and (max-width: 1320px) {
  body.fixed-body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body.fixed-body #header .header-top {
    position: fixed;
    top: 0;
    z-index: 20;
  }
  body.fixed-body #header #navi {
    position: fixed;
    top: 0;
  }
}

/*　スマホボタン　*/
.btn-menu {
  display: none;
}
@media only screen and (max-width: 1320px) {
  .btn-menu {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 3%;
    z-index: 25;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.btn-menu .btn-s {
  display: block;
  text-align: center;
  background: #DE0614;
  padding: 0.3em 0.6em 0.6em 0.6em;
  border-radius: 10px;
}
.btn-menu .btn-s div {
  position: relative;
  width: 28px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.btn-menu .btn-s div span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2em;
}
.btn-menu .btn-s div span:nth-of-type(1) {
  top: 0;
}
.btn-menu .btn-s div span:nth-of-type(2) {
  top: 9px;
}
.btn-menu .btn-s div span:nth-of-type(3) {
  bottom: 0;
}
.btn-menu .btn-s div span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn-menu .btn-s.open span:nth-of-type(1) {
  -webkit-transform: translateY(20px) scale(0);
          transform: translateY(20px) scale(0);
}
.btn-menu .btn-s.open span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-menu .btn-s.open span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.btn-menu .btn-s.open span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) scale(0);
          transform: translateY(-20px) scale(0);
}
.btn-menu .btn-s p {
  min-width: 3.5em;
  display: block;
  font-size: 70%;
  width: 100%;
  margin-top: 0.2em;
  padding: 0 0.3em;
  background: none;
  border: none;
  display: block;
}

/*--------------------------------------

pagetop

--------------------------------------*/
.page-top {
  position: fixed;
  right: 0;
  right: 3%;
  bottom: 5%;
  z-index: 100;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.page-top a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  background: #DE0614;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .page-top a {
    font-size: 1.3rem;
    font-size: 3.4666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .page-top a {
    max-width: 100px;
    width: 20vw;
    max-height: 100px;
    height: 20vw;
  }
}

/*---------------------------------------

#footer

--------------------------------------*/
#footer {
  margin: 3em 0 0 0;
  padding: 3em 0 1em 0;
  background-color: #FFF2F2;
  border-radius: 0 100px 0 0;
  position: relative;
}
#footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #footer .row {
    display: block;
  }
}
#footer .row .flogo {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #footer .row .flogo {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  #footer .row .btn-base {
    margin-top: 1em;
  }
}
#footer .row .btn-base a {
  min-width: 300px;
}
#footer .row-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .row-tel p {
  margin-right: 1.5em;
}

/*copyright*/
#copyright {
  font-size: 1.2rem;
  padding-top: 2em;
  font-size: 86%;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #copyright {
    font-size: 1rem;
    font-size: 2.6666666667vmin;
  }
}

/* --------------------------------------------------

タイトル

-------------------------------------------------- */
/* page-ttl */
.page-ttl {
  color: #fff;
  background: #DE0614;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 4%;
  position: relative;
}
.page-ttl span {
  font-size: 2rem;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-ttl {
    font-size: 2.7rem;
    font-size: 7.2vmin;
  }
}

.ttl-top span {
  background: #DE0614;
  text-align: center;
  padding: 1.2em 4em;
  display: inline-block;
  border-radius: 40px 0 40px 0;
}
@media only screen and (max-width: 768px) {
  .ttl-top span img {
    height: 5vw;
    max-height: 35px;
  }
}

.ttl-top-line {
  text-align: center;
  padding: 1em 0 2em;
  margin-bottom: 2em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ttl-top-line {
    padding: 1em 0 1.5em;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-top-line img {
    height: 23px;
  }
}
.ttl-top-line:after {
  content: "";
  display: block;
  width: 10em;
  height: 1.2em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/top/ttl_line.svg) no-repeat center center/contain;
}
@media only screen and (max-width: 768px) {
  .ttl-top-line:after {
    width: 6em;
    height: 0.7em;
  }
}
.ttl-top-line.brush:after {
  background: url(../img/top/ttl_brush.svg) no-repeat center center/contain;
}

/* ttl-large */
.ttl-large {
  color: #333;
  border-bottom: 5px solid #F0F0F0;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.5em 0;
  margin: 1em 0;
  position: relative;
}
.ttl-large::after {
  content: "";
  background: #DE0614;
  display: block;
  width: 5em;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
@media only screen and (max-width: 768px) {
  .ttl-large {
    font-size: 2.4rem;
    font-size: 6.4vmin;
  }
}

/* ttl-small */
.ttl-small {
  font-size: 2.4rem;
  border-left: 7px solid #DE0614;
  padding-left: 1em;
  margin: 1em 0 1.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-small {
    font-size: 2rem;
    font-size: 5.3333333333vmin;
  }
}

/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn-base a {
  color: #fff;
  background: #DE0614;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em 2em;
  position: relative;
  min-width: 330px;
}
@media only screen and (max-width: 768px) {
  .btn-base a {
    width: auto;
    min-width: unset;
  }
}
.btn-base a:hover {
  opacity: 0.9;
}
.btn-base.back a {
  color: #DE0614;
  background: #fff;
  border: 2px solid #DE0614;
}
.btn-base.back a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #DE0614;
  border-left: 2px solid #DE0614;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 1.5em;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
.btn-base.arrow a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-style: solid;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #fff;
}
.btn-base.border a {
  color: #DE0614;
  background: #fff;
  border: 2px solid #DE0614;
}
.btn-base.border a:after {
  border-color: transparent transparent transparent #DE0614;
}
.btn-base.ico-btn span {
  padding-left: 1.5em;
  position: relative;
}
.btn-base.ico-btn span img {
  width: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .btn-base.ico-btn span img {
    width: 1.6rem;
  }
}
.btn-base.ico-clear a {
  color: #333;
  background: #979797;
  border: 2px solid #979797;
}
.btn-base.ico-clear a span {
  padding-left: 1.5em;
  position: relative;
}
.btn-base.ico-clear a span img {
  width: 2rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .btn-base.ico-clear a span img {
    width: 1.6rem;
  }
}

button.btn-base {
  color: #fff;
  background: #DE0614;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 2em;
  position: relative;
  min-width: 250px;
}
@media only screen and (max-width: 768px) {
  button.btn-base {
    width: 100%;
  }
}
button.btn-base:hover {
  color: #fff;
  opacity: 0.9;
}
button.btn-base.arrow:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
button.btn-base.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
button.btn-base.search img {
  width: 2rem;
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  button.btn-base.search img {
    width: 1.6rem;
  }
}

/* --------------------------------------------------

アイコン

-------------------------------------------------- */
.icon-new {
  color: #fff;
  background: #DE0614;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 1em;
  padding: 0.2em 1.2em;
  margin: 0 0 0 0.5em;
  position: relative;
}

.icon-required {
  color: #fff;
  background: #DE0614;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 1em;
  padding: 0.2em 1.2em;
  margin: 0 0 0 0.5em;
}

/* --------------------------------------------------

カテゴリー

-------------------------------------------------- */
.category {
  border: 1px solid #999;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  padding: 0 0.7em;
  margin: 0 0.2rem 0.5rem 0;
}

/* --------------------------------------------------

バッジ

-------------------------------------------------- */
.badge {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 56px;
  border-radius: 50%;
  z-index: 2;
}
.badge.new {
  color: #fff;
  background: #b01414;
}
.badge.open {
  background: #fff;
  border: 1px solid #333;
}
.badge.close {
  color: #fff;
  background: #DE0614;
}

/* --------------------------------------------------

リスト

-------------------------------------------------- */
ol.list-num {
  margin: 1em 0 2em;
}
ol.list-num li {
  margin-bottom: 0.5em;
  text-indent: -1.6em;
  padding-left: 1.5em;
  list-style-type: none;
  counter-increment: cnt;
}
ol.list-num li::before {
  content: "(" counter(cnt) ")";
}

/* --------------------------------------------------

背景

-------------------------------------------------- */
.bg-c {
  margin-bottom: 2em;
  padding: 3em 0;
}
.bg-c.inside {
  padding: 3em;
}
.bg-c.gray {
  background: #F0F0F0;
}
.bg-c.white {
  background: #fff;
}

/* --------------------------------------------------

ぱんくず

-------------------------------------------------- */
.breadCrumbs {
  margin: 1% 1% 2em 0;
}
@media only screen and (max-width: 768px) {
  .breadCrumbs {
    width: auto;
    padding: 0.3em 1em 0.7em 0;
    position: relative;
  }
}
.breadCrumbs li {
  font-size: 1.6rem;
  vertical-align: middle;
  margin-right: 0.8em;
  display: inline-block;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .breadCrumbs li {
    font-size: 1.3rem;
    font-size: 3.4666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .breadCrumbs li {
    line-height: 1.2;
  }
}
.breadCrumbs li a {
  vertical-align: middle;
  text-decoration: underline;
  margin-right: 0.8em;
}
.breadCrumbs li:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  vertical-align: middle;
}
.breadCrumbs li:last-child:after {
  display: none;
}

/* --------------------------------------------------

ページング、検索結果、検索条件

-------------------------------------------------- */
.conditions {
  margin: 0 auto 1em;
  padding: 2% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .conditions {
    display: block;
  }
}
.conditions .btn-delete {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .conditions .btn-delete {
    text-align: center;
  }
}
.conditions .btn-delete a {
  color: #FFF;
  font-size: 1.5rem;
  margin: 0;
  padding: 0.5em 2em;
  background: #333;
  display: block;
  border-radius: 2em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .conditions .btn-delete a {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
@media only screen and (max-width: 768px) {
  .conditions .btn-delete a {
    margin-top: 1em;
    display: inline-block;
  }
}
.conditions .paging-result {
  float: right;
  font-weight: bold;
}
.conditions dl {
  width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}
@media only screen and (max-width: 768px) {
  .conditions dl {
    width: 100%;
    display: block;
  }
}
.conditions dt {
  margin-right: 1em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .conditions dt {
    margin: 0 0 1em 0;
    text-align: center;
  }
}
.conditions dd a, .conditions dd span {
  font-size: 1.5rem;
  padding: 0.1em 1em;
  margin: 0.2em 0.5em;
  display: inline-block;
  border: 1px solid #CCC;
  background: #EAECF1;
  border-radius: 0.5em;
  vertical-align: middle;
  cursor: pointer;
}
.conditions dd a:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0.5rem;
}
.conditions a:hover {
  opacity: 0.7;
}

.count-disp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* paging　*/
.paging {
  font-size: 1.4rem;
  margin: 3em 0;
}
.paging .pagingIn span {
  margin-bottom: 0.4em;
}
.paging .count {
  margin: 0 0 2em;
  text-align: left;
  letter-spacing: 1px;
}
.paging .paging-sort {
  float: left;
  margin-right: 1rem;
}
.paging .paging-sort select {
  padding: 5px 10px;
  line-height: 1;
  vertical-align: middle;
}
.paging .paging-result {
  display: block;
  line-height: 2;
  vertical-align: middle;
  text-align: left;
}
.paging .count span {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0.2em 0 0;
  background: #DE0614;
}
.paging .search-word {
  margin-bottom: 0.5em;
}
.paging .search-word span {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0.2em 0 0;
}
.paging a {
  color: #fff;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.4em 0.8em;
  background: #DE0614;
  border: 1px solid #DE0614;
  border-radius: 50%;
}
.paging .current {
  color: #DE0614;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.4em 0.8em;
  border: 1px solid #DE0614;
  border-radius: 50%;
  background: #fff;
}
.paging .prev a,
.paging .next a {
  background: #DE0614;
  border: 1px solid #DE0614;
  padding: 0.4em 0.8em;
  border-radius: 25px;
}
.paging a:hover {
  color: #DE0614;
  opacity: 1;
  background: #fff;
}

/* --------------------------------------------------

snsボタン

-------------------------------------------------- */
.list-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .list-sns {
    margin: 2em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.list-sns li {
  margin-right: 1em;
}
.list-sns li:last-child {
  margin: 0;
}

/* --------------------------------------------------

タブ

-------------------------------------------------- */
.tab-list {
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-list > li {
  margin-right: 2%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab-list > li:last-child {
  margin-right: 0;
}
.tab-list > li a {
  width: 100%;
  padding: 1em;
  color: #FFF;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .tab-list > li a {
    font-size: 1.3rem;
    font-size: 3.4666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .tab-list > li a {
    padding: 0.5em;
  }
}
.tab-list > li a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn-block {
  margin: 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .btn-block {
    display: block;
    margin: 1em 0;
  }
}
.btn-block p,
.btn-block button {
  margin: 0 1em 1em;
}
@media only screen and (max-width: 768px) {
  .btn-block p,
.btn-block button {
    margin: 0.5em 0;
  }
}
.btn-block.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .btn-block.center {
    display: block;
  }
}
.btn-block.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .btn-block.right {
    display: block;
  }
}
.btn-block.to-back p,
.btn-block.to-back button {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.btn-block.to-back p.back,
.btn-block.to-back button.back {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.btn-block.to-back p.search, .btn-block.to-back p.ico-clear,
.btn-block.to-back button.search,
.btn-block.to-back button.ico-clear {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
.btn-block.to-back button {
  border: 3px solid #DE0614;
}
@media only screen and (max-width: 768px) {
  .btn-block.to-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .btn-block.to-back p,
.btn-block.to-back button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .btn-block.to-back p.back, .btn-block.to-back p.ico-clear,
.btn-block.to-back button.back,
.btn-block.to-back button.ico-clear {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.btn-block.to-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-block.to-clear p,
.btn-block.to-clear button {
  -webkit-box-flex: unset;
      -ms-flex-positive: unset;
          flex-grow: unset;
}
.btn-block.to-clear button {
  border: 3px solid #DE0614;
}
@media only screen and (max-width: 768px) {
  .btn-block.to-clear p,
.btn-block.to-clear button {
    margin: 0.5em auto;
    width: 100%;
  }
  .btn-block.to-clear p.search,
.btn-block.to-clear button.search {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .btn-block.to-clear p.ico-clear,
.btn-block.to-clear button.ico-clear {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* --------------------------------------------------

テキストブロック

-------------------------------------------------- */
p.paragraph-block {
  margin: 1em 0;
}

.sentence-block a,
.sentence-block-s a {
  text-decoration: underline;
}
.sentence-block p,
.sentence-block-s p {
  margin-bottom: 1em;
}
.sentence-block.center,
.sentence-block-s.center {
  text-align: center;
}

.sentence-block-s {
  max-width: 900px;
  margin: 0 auto;
}

.indent {
  text-indent: 1em;
}

/* --------------------------------------------------

リスト

-------------------------------------------------- */
.pht-single {
  text-align: center;
  margin-bottom: 2em;
}
.pht-single.bnr-tumulus {
  margin-top: 3.5em;
}
@media only screen and (max-width: 768px) {
  .pht-single.bnr-tumulus {
    margin-top: 1em;
  }
}

/* block-lr */
.block-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-lr a {
  display: block;
}
.block-lr > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block-lr.list-movie {
  margin: 3em 0 4em;
}
@media only screen and (max-width: 768px) {
  .block-lr.list-movie {
    margin: 1em 0 2em;
  }
}
.block-lr.center > div {
  text-align: center;
}
.block-lr.col2 > div {
  width: 48%;
  margin: 0 4% 2em 0;
}
.block-lr.col2 > div:nth-child(2n) {
  margin-right: 0;
}
.block-lr.col2.w-l03 > div {
  width: 30%;
  margin: 0 3% 2em 0;
}
.block-lr.col2.w-l03 > div:nth-child(2n) {
  width: 67%;
  margin-right: 0;
}
.block-lr.col2.w-l04 > div {
  width: 40%;
  margin: 0 3% 2em 0;
}
.block-lr.col2.w-l04 > div:nth-child(2n) {
  width: 57%;
  margin-right: 0;
}
.block-lr.col3 > div {
  width: 31%;
  margin: 0 3.5% 2em 0;
}
.block-lr.col3 > div:nth-child(3n) {
  margin-right: 0;
}
.block-lr.col4 > div {
  width: 23%;
  margin: 0 2.6666666667% 2em 0;
}
.block-lr.col4 > div:nth-child(4n) {
  margin-right: 0;
}
.block-lr.col5 > div {
  width: 18%;
  margin: 0 2.5% 2em 0;
}
.block-lr.col5 > div:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .block-lr.sp-col01 > div {
    width: 100% !important;
    margin-right: 0;
  }
  .block-lr.sp-col02 > div {
    width: 47% !important;
    margin: 0 6% 2em 0 !important;
  }
  .block-lr.sp-col02 > div:nth-child(2n) {
    margin-right: 0 !important;
  }
  .block-lr.sp-col03 > div {
    width: 31% !important;
    margin: 0 3.5% 2em 0 !important;
  }
  .block-lr.sp-col03 > div:nth-child(3n) {
    margin-right: 0 !important;
  }
}

/* --------------------------------------------------

リスト

-------------------------------------------------- */
/* list-thumb */
.list-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-thumb a {
  display: block;
  height: 100%;
}
.list-thumb.col2 > li {
  width: 46%;
  margin: 0 8% 2em 0;
}
.list-thumb.col2 > li:nth-child(2n) {
  margin-right: 0;
}
.list-thumb.col3 > li {
  width: 31%;
  margin: 0 3.5% 2em 0;
}
.list-thumb.col3 > li:nth-child(3n) {
  margin-right: 0;
}
.list-thumb.col4 > li {
  width: 23%;
  margin: 0 2.6666666667% 2em 0;
}
.list-thumb.col4 > li:nth-child(4n) {
  margin-right: 0;
}
.list-thumb.col5 > li {
  width: 18%;
  margin: 0 2.5% 2em 0;
}
.list-thumb.col5 > li:nth-child(5n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list-thumb.sp-col01 > li {
    width: 100% !important;
    margin-right: 0;
  }
  .list-thumb.sp-col02 > li {
    width: 47% !important;
    margin: 0 6% 2em 0 !important;
  }
  .list-thumb.sp-col02 > li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .list-thumb.sp-col03 > li {
    width: 31% !important;
    margin: 0 3.5% 2em 0 !important;
  }
  .list-thumb.sp-col03 > li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.list-thumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-thumb li a {
  width: 100%;
  position: relative;
}
.list-thumb li a .ph-list,
.list-thumb li a .txt-part {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-thumb li a .ph-list {
  background: #e2e5ec;
  border-radius: 10px;
  overflow: hidden;
  z-index: 0;
  padding-top: 70%;
}
.list-thumb li a .ph-list > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .list-thumb li a .ph-list > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-thumb li a .ph-list .add-parts > .txt-add {
  font-size: 1.4rem;
  background: #fff;
  width: 80%;
  padding: 0.4em;
  opacity: 0;
  position: absolute;
  bottom: 4em;
  right: 0.6em;
  z-index: 2;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-thumb li a .ph-list .add-parts > .txt-add:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 0.4em 0 0.4em;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -1em;
  right: 0.8em;
  z-index: -1;
}
@media only screen and (max-width: 1320px) {
  .list-thumb li a .ph-list .add-parts > .txt-add:before {
    bottom: -10px;
  }
}
.list-thumb li a .ph-list .add-parts > .btn-add {
  padding: 0.5em;
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
}
.list-thumb li a .ph-list .add-parts > .btn-add:active {
  -webkit-transform: rotateZ(720deg);
          transform: rotateZ(720deg);
}
.list-thumb li a .ph-list .add-parts > .btn-add:hover + .txt-add, .list-thumb li a .ph-list .add-parts > .btn-add:focus + .txt-add {
  display: block;
  opacity: 1;
}
.list-thumb li a:hover .ph-list > img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.list-thumb li a .txt-part {
  padding: 0.5em 0;
}
.list-thumb li a .txt-part .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
}
@media only screen and (max-width: 768px) {
  .list-thumb li a .txt-part .ttl {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
.list-thumb li a .txt-part .date {
  color: #6A6A6A;
  font-size: 1.4rem;
}
.list-thumb li a .list-icon {
  margin-bottom: 0.5em;
}
.list-thumb li a .list-icon p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1320px) {
  .list-thumb.ph-gallery.col3 > li:nth-child(3n) {
    margin-right: 8%;
  }
  .list-thumb.ph-gallery.col3 > li:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .list-thumb.ph-gallery.col3 > li {
    margin-right: 0;
  }
  .list-thumb.ph-gallery.col3 > li:nth-child(3n), .list-thumb.ph-gallery.col3 > li:nth-child(6n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1320px) {
  .list-thumb.ph-gallery li {
    width: 46%;
    margin: 0 8% 2em 0;
  }
  .list-thumb.ph-gallery li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .list-thumb.ph-gallery li {
    margin-bottom: 1.5em;
  }
}
.list-thumb.ph-gallery li a {
  background: transparent;
}
.list-thumb.ph-gallery li a .ph-list {
  position: relative;
  border-radius: 1.5em;
  margin-bottom: 1em;
  z-index: 1;
}
.list-thumb.ph-gallery li a .ph-list object .btn-download {
  position: absolute;
  display: inline-block;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  background: #d50000;
}
.list-thumb.ph-gallery li a .ph-list object .btn-download.cross {
  background: #fff;
}
.list-thumb.ph-gallery li a .ph-list object .btn-download > img {
  position: inherit;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
}
.list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-download-txt,
.list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-cross-txt {
  position: absolute;
  display: inline-block;
  font-size: 1.2rem;
  background: #fff;
  width: 80%;
  max-width: 240px;
  padding: 0.4em;
  bottom: 70px;
  right: 5%;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 2s;
  transition: all 2s;
}
@media only screen and (max-width: 1620px) {
  .list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-download-txt,
.list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-cross-txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-download-txt,
.list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-cross-txt {
    font-size: 1.2rem;
  }
}
.list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-download-txt:before,
.list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-cross-txt:before {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 1em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  z-index: -1;
}
@media only screen and (max-width: 1320px) {
  .list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-download-txt:before,
.list-thumb.ph-gallery li a .ph-list object .btn-download + .btn-cross-txt:before {
    bottom: -10px;
  }
}
.list-thumb.ph-gallery li a .ph-list object .btn-download:hover + .btn-download-txt,
.list-thumb.ph-gallery li a .ph-list object .btn-download:hover + .btn-cross-txt {
  opacity: 1;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.list-thumb.ph-gallery li a .ph-list object .btn-download:active {
  -webkit-transform: rotateZ(360deg);
          transform: rotateZ(360deg);
}
.list-thumb.ph-thumb > li {
  display: block;
  background: #fff;
}
.list-thumb.ph-thumb > li .ph-list {
  background: #e2e5ec;
  position: relative;
  padding-top: 70%;
}
.list-thumb.ph-thumb > li .ph-list > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .list-thumb.ph-thumb > li .ph-list > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-thumb.ph-thumb > li .txt-part {
  padding: 0.5em 0;
}
.list-thumb.ph-thumb > li .txt-part .ttl {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.list-thumb.ph-thumb > li .list-icon {
  margin-bottom: 0.5em;
}
.list-thumb.ph-thumb > li .list-icon p {
  font-size: 1.4rem;
}

/* --------------------------------------------------

list-article

-------------------------------------------------- */
.list-article {
  margin-bottom: 3em;
}
.list-article li a {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  padding: 1em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #979797;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .list-article li a {
    padding: 1em 1em 1em 0.5em;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .list-article li a {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
.list-article li a:hover {
  opacity: 0.7;
}
.list-article li a p {
  margin: 0;
}
.list-article li a p.date-post {
  color: #6A6A6A;
  min-width: 10em;
  margin: 0 0 0.5em;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .list-article li a p.date-post {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
@media only screen and (max-width: 768px) {
  .list-article li a p.date-post {
    width: auto;
    min-width: auto;
    margin: 0 0 0.5em;
  }
}

/* --------------------------------------------------

list-search

-------------------------------------------------- */
ul.list-search {
  margin-bottom: 5%;
}
ul.list-search li {
  border-bottom: 1px solid #979797;
}
ul.list-search li a {
  padding: 2em 0;
  display: block;
  font-size: 1.6rem;
}
ul.list-search li a .list-search-ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}
ul.list-search li a:hover {
  text-decoration: underline;
}
ul.list-search li:first-child {
  border-top: 1px solid #979797;
}

/* --------------------------------------------------

spot-data

-------------------------------------------------- */
.spot-data dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #979797;
}
@media only screen and (max-width: 768px) {
  .spot-data dl {
    display: block;
  }
}
.spot-data dl:first-child {
  border-top: 1px solid #979797;
}
.spot-data dl dt {
  width: 10em;
  padding: 1em;
  min-width: 10em;
  background: #F0F0F0;
}
@media only screen and (max-width: 768px) {
  .spot-data dl dt {
    width: 100%;
    text-align: center;
  }
}
.spot-data dl dd {
  padding: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .spot-data dl dd {
    width: 100%;
  }
}

/* --------------------------------------------------

Q&A

-------------------------------------------------- */
.list-qa .col-qa {
  border-bottom: 1px solid #FFF;
}
.list-qa .col-qa > .col-qa-ttl {
  font-weight: bold;
  padding: 1em 2em 1em 1em;
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  background: #F0F0F0;
  display: block;
  width: 100%;
  padding: 1em 2em 1em 1em;
}
.list-qa .col-qa > .col-qa-ttl span {
  width: 7em;
  min-width: 7em;
  margin-right: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa > .col-qa-ttl span {
    width: 4em;
    min-width: 4em;
  }
}
.list-qa .col-qa > .col-qa-ttl:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.list-qa .col-qa > .col-qa-ttl.active:after {
  content: "\f106";
}
.list-qa .col-qa > div {
  padding: 1em;
}
.list-qa .col-qa > div span {
  width: 7em;
  min-width: 7em;
  margin-right: 0.5em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa > div span {
    width: 4em;
    min-width: 4em;
  }
}
.list-qa .col-qa > div > div {
  width: calc(100% - 7.5em);
}
@media only screen and (max-width: 768px) {
  .list-qa .col-qa > div > div {
    width: calc(100% - 4.5em);
  }
}

/* --------------------------------------------------

バナーエリア

-------------------------------------------------- */
.list-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-bnr li {
  margin: 0 2%;
}

/* --------------------------------------------------

list-sitemap

-------------------------------------------------- */
div.list-sitemap-td,
ul.list-sitemap-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div.list-sitemap-td > ul {
  width: 49%;
}
div.list-sitemap-td > ul > li {
  margin-bottom: 0.5em;
}
div.list-sitemap-td > ul > li > a {
  padding: 1em;
  position: relative;
  display: block;
  background: #F0F0F0;
}
@media only screen and (max-width: 768px) {
  div.list-sitemap-td > ul > li > a {
    padding: 0.5em 1.3em 0.5em 0.4em;
  }
}
div.list-sitemap-td > ul > li > a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.5em 0.2em auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  div.list-sitemap-td > ul > li > a:after {
    width: 0.4em;
    height: 0.4em;
    right: 0.2em;
  }
}
div.list-sitemap-td > ul > li > a + .u-layer {
  padding: 0 0 0.5em 1em;
}
div.list-sitemap-td > ul > li > a + .u-layer li {
  margin: 0.7em 0;
}
div.list-sitemap-td > ul > li > a + .u-layer li a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  div.list-sitemap-td > ul > li > a + .u-layer li a {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
div.list-sitemap-td > ul > li > a + .u-layer li a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.8em 0 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  div.list-sitemap-td > ul > li > a + .u-layer li a:before {
    width: 0.4em;
    height: 0.4em;
  }
}

ul.list-sitemap-lr > li {
  width: 49%;
  margin-bottom: 0.5em;
}
ul.list-sitemap-lr > li > a {
  padding: 1em;
  position: relative;
  display: block;
  background: #F0F0F0;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap-lr > li > a {
    padding: 0.5em 1.3em 0.5em 0.4em;
  }
}
ul.list-sitemap-lr > li > a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.5em 0.2em auto;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap-lr > li > a:after {
    width: 0.4em;
    height: 0.4em;
    right: 0.2em;
  }
}
ul.list-sitemap-lr > li > a + .u-layer {
  padding: 0 0 0.5em 1em;
}
ul.list-sitemap-lr > li > a + .u-layer li {
  margin: 0.7em 0;
}
ul.list-sitemap-lr > li > a + .u-layer li a {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap-lr > li > a + .u-layer li a {
    font-size: 1.4rem;
    font-size: 3.7333333333vmin;
  }
}
ul.list-sitemap-lr > li > a + .u-layer li a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.8em 0 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap-lr > li > a + .u-layer li a:before {
    width: 0.4em;
    height: 0.4em;
  }
}

/* --------------------------------------------------

404

-------------------------------------------------- */
.notfound-wrap {
  margin: 3em 0 4em;
  text-align: center;
}
.notfound-wrap .notfound-ttl {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 768px) {
  .notfound-wrap .notfound-ttl {
    font-size: 2.6rem;
    font-size: 6.9333333333vmin;
  }
}
.notfound-wrap .notfound-txt {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .notfound-wrap .notfound-txt {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}

/* --------------------------------------------------

バックナンバー

-------------------------------------------------- */
.back-number {
  padding: 1em;
  background: #F0F0F0;
  text-align: center;
  position: relative;
}
.back-number .back-number-ttl {
  margin-bottom: 1em;
  width: 100%;
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .back-number .back-number-ttl {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .back-number .back-number-ttl {
    font-size: 1.8rem;
    font-size: 4.8vmin;
  }
}
@media only screen and (max-width: 768px) {
  .back-number .back-number-ttl {
    cursor: pointer;
    margin-bottom: 0;
  }
  .back-number .back-number-ttl:after {
    content: "+";
    font-style: normal;
    margin-left: 0.5em;
    display: inline-block;
  }
  .back-number .back-number-ttl.active:after {
    content: "-";
  }
}
.back-number .list-year {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .back-number .list-year {
    margin-top: 1em;
    display: none;
  }
}
.back-number .list-year li {
  margin-bottom: 5px;
}
.back-number .list-year li a {
  padding: 0.8em 0;
  display: block;
  background: #FFF;
}

/* --------------------------------------------------

テーブルスクロール

-------------------------------------------------- */
.table-data {
  width: auto;
  border-collapse: collapse;
  border: 1px solid #DDD;
  white-space: nowrap;
}
.table-data caption {
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
.table-data tr th {
  color: #333;
  font-weight: bold;
  background: #F0F0F0;
  padding: 0.5em;
  border: 1px solid #b2b2b2;
}
.table-data tr td {
  background: #FFFFFF;
  padding: 0.5em;
  border: 1px solid #b2b2b2;
}

.table-scroll .scroll-bar {
  overflow-x: auto;
  overflow-y: hidden;
}
.table-scroll .scroll-bar .scroll-in {
  height: 10px;
}
.table-scroll .scroll-table {
  overflow: auto;
  position: relative;
}
.table-scroll .pct-scrollhint {
  display: none;
  font-size: 1.1rem;
  padding: 1em;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  border-radius: 1em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.table-scroll .pct-scrollhint span {
  color: #FFF;
  margin-top: 0.4em;
  display: block;
  white-space: nowrap;
}
.table-scroll .pct-scrollhint.active {
  display: block;
}

/* --------------------------------------------------

画像ポップアップ

-------------------------------------------------- */
.list-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1em 1fr 1em 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 1em;
}
.list-gallery li a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .list-gallery {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .modaal-wrapper .modaal-gallery-control {
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.6);
            transform: translateY(-50%) scale(0.6);
  }
  .modaal-wrapper .modaal-gallery-control.modaal-gallery-prev {
    left: -15px;
  }
  .modaal-wrapper .modaal-gallery-control.modaal-gallery-next {
    right: -15px;
  }
}

/* --------------------------------------------------

list-course

-------------------------------------------------- */
.list-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2em auto;
}
.list-course a {
  display: block;
  height: 100%;
}
.list-course > li {
  width: 32%;
  margin: 0 2% 2em 0;
}
.list-course > li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1320px) {
  .list-course > li {
    width: 48% !important;
    margin: 0 4% 2em 0 !important;
  }
  .list-course > li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.list-course.col2 > li {
  width: 48%;
  margin: 0 4% 2em 0;
}
@media only screen and (max-width: 768px) {
  .list-course.col2 > li {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.list-course.col2 > li:nth-child(3n) {
  margin: 0 4% 2em 0 !important;
}
.list-course.col2 > li:nth-child(2n) {
  margin-right: 0 !important;
}
.list-course li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-course li a {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .list-course li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.list-course li a .ph-list,
.list-course li a .txt-part {
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-course li a .ph-list {
  background: #e2e5ec;
  padding-top: 52%;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .list-course li a .ph-list {
    padding-top: 80%;
  }
}
.list-course li a .ph-list > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .list-course li a .ph-list > img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-course li a:hover .ph-list > img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.list-course li a .txt-part {
  color: #FFF;
  background: #DE0614;
  border-radius: 30px 0 30px 0;
  text-align: center;
  letter-spacing: 0.05em;
  width: auto;
  padding: 1em 2em;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 768px) {
  .list-course li a .txt-part {
    width: 100%;
    height: 100%;
    padding: 1em 0.5em;
    margin-top: -2em;
    position: relative;
  }
}
.list-course li a .txt-part .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .list-course li a .txt-part .ttl {
    font-size: 1.6rem;
    font-size: 4.2666666667vmin;
  }
}
.list-course li a .txt-part .ttl span {
  font-size: 1.6rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  .list-course li a .txt-part .ttl span {
    font-size: 1.3rem;
    font-size: 3.4666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .list-course li a .txt-part .ttl span {
    margin-bottom: 0.2em;
  }
}

/* --------------------------------------------------

スライダー

-------------------------------------------------- */
.main-area .slider-block .swiper-button-next, .main-area .slider-block .swiper-button-prev {
  top: 45%;
}
@media only screen and (max-width: 768px) {
  .main-area .slider-block .swiper-button-next, .main-area .slider-block .swiper-button-prev {
    top: 42%;
  }
}
.main-area .slider-block .swiper-button-next:focus, .main-area .slider-block .swiper-button-prev:focus {
  outline: 3px solid #000;
}

.slider-block {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider-block .swiper-container {
  padding-bottom: 2em;
}
.slider-block .swiper-container .stopbtn {
  left: 1em;
}
.slider-block .swiper-container .stopbtn02 {
  color: #FFF;
  padding: 0.5em;
  background: #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 1em;
  bottom: 0;
}
.slider-block .swiper-container .stopbtn02 img {
  vertical-align: middle;
}
.slider-block .swiper-container .btn-swiper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0.5em;
  bottom: 0;
}
.slider-block .swiper-container .btn-swiper p + p {
  margin-left: 0.5em;
}
.slider-block .swiper-container .btn-swiper p button.btn {
  color: #FFF;
  padding: 0.5em;
  background: #333;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider-block .swiper-container .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-block.slider-thumb .swiper-container {
  padding: 0;
}
.slider-block .swiper-container-horizontal > .swiper-pagination-bullets, .slider-block .swiper-pagination-custom, .slider-block .swiper-pagination-fraction {
  left: 5em;
}

.slider-thumb .gallery-top .swiper-slide {
  position: relative;
  padding-top: 65%;
  background-color: #EEE;
}
.slider-thumb .gallery-top .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .slider-thumb .gallery-top .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.slider-thumb .gallery-thumbs .swiper-slide {
  position: relative;
  padding-top: 18%;
}
.slider-thumb .gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  max-height: 100%;
  max-width: 100%;
}

.slider-thumb-vertical {
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .slider-thumb-vertical {
    height: 400px;
  }
}
.slider-thumb-vertical .swiper-wrapper {
  height: 100%;
}
.slider-thumb-vertical .gallery-top {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 2%;
  padding: 0;
  overflow: hidden;
  height: 100%;
}
.slider-thumb-vertical .gallery-top .swiper-slide {
  background: #EEE;
  position: relative;
}
.slider-thumb-vertical .gallery-top .swiper-slide img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider-thumb-vertical .gallery-thumbs {
  width: 30%;
  margin: 0;
  padding: 0;
  height: 100%;
}
.slider-thumb-vertical .gallery-thumbs .swiper-slide {
  overflow: hidden;
  position: relative;
}
.slider-thumb-vertical .gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.swiper-container-fade img {
  width: 100%;
}

.slider-thumb {
  margin: 2em 0;
}
.slider-thumb .list-thumb {
  margin-bottom: 2em;
}

.slider-bnr {
  padding: 2em 2em 1em;
  background: #979797;
}
.slider-bnr .list-bnr {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.slider-bnr .list-bnr li {
  margin: 0;
}

.slider-scroll-wrap .slider-scroll {
  margin-right: calc(50% - 50vw);
}
@media only screen and (max-width: 768px) {
  .slider-scroll-wrap .slider-scroll {
    margin-right: 0;
  }
}
.slider-scroll-wrap .slider-scroll .slider-block {
  max-width: 100%;
}
.slider-scroll-wrap .slider-scroll .swiper-button-next,
.slider-scroll-wrap .slider-scroll .swiper-button-prev {
  top: auto;
  bottom: 1em;
  left: 0;
  right: auto;
}
.slider-scroll-wrap .slider-scroll .swiper-button-next {
  left: 3.5em;
}
.slider-scroll-wrap .slider-scroll .swiper-button-prev {
  left: 1em;
}
.slider-scroll-wrap .slider-scroll .swiper-button-next:before,
.slider-scroll-wrap .slider-scroll .swiper-button-prev:before {
  content: none;
}
@media only screen and (max-width: 768px) {
  .slider-scroll-wrap .slider-scroll .swiper-button-next:before,
.slider-scroll-wrap .slider-scroll .swiper-button-prev:before {
    content: "";
    width: 1em;
    height: 1em;
    background: url(../img/common/btn_slider.svg) no-repeat center/contain;
    border: none;
    -webkit-transform: inherit;
            transform: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .slider-scroll-wrap .slider-scroll .swiper-button-next:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .slider-scroll-wrap .slider-scroll .swiper-button-next:after,
.slider-scroll-wrap .slider-scroll .swiper-button-prev:after {
    content: "";
    width: 1em;
    height: 1px;
    background: #333;
    border-radius: 3em;
    position: absolute;
    bottom: -1em;
  }
}
.slider-scroll-wrap.ipad .slider-scroll {
  margin-right: 0;
}
.slider-scroll-wrap.ipad .slider-scroll .slider-block {
  max-width: 100%;
  padding-bottom: 2em;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev {
  top: auto;
  bottom: 1em;
  left: 0;
  right: auto;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next {
  left: 4.5em;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev {
  left: 1em;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next:before,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev:before {
  content: "";
  width: 2em;
  height: 2em;
  background: url(../img/common/btn_slider.svg) no-repeat center/contain;
  border: none;
  -webkit-transform: inherit;
          transform: inherit;
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-next:after,
.slider-scroll-wrap.ipad .slider-scroll .swiper-button-prev:after {
  content: "";
  width: 1.5em;
  height: 2px;
  background: #333;
  border-radius: 3em;
  position: absolute;
  bottom: -1em;
}
.slider-scroll-wrap.ipad .slider-scroll .list-scroll li {
  border: none;
}

/*--------------------------------------------------------------
clear
--------------------------------------------------------------*/
.clear {
  clear: both;
}

/*--------------------------------------------------------------
clearfix
--------------------------------------------------------------*/
.clearfix:after {
  content: ""; /* 変更しない */
  display: table; /* 変更しない */
  clear: both; /* 変更しない */
}

/*--------------------------------------------------------------
  レイアウト
--------------------------------------------------------------*/
.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fbold {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}

.no_sp {
  margin-right: 0px !important;
}

/*--------------------------------------------------------------photoレイアウト*/
.leftfloat {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.rightfloat {
  display: inline;
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------50%レイアウト*/
.leftBox {
  display: inline;
  float: left;
  max-width: 50%;
  width: 310px;
  margin: 0;
}

.rightBox {
  display: inline;
  float: right;
  max-width: 50%;
  width: 310px;
  margin: 0;
}

/* clearfix */
.leftBox,
.rightBox {
  zoom: 1;
}

.leftBox:after,
.rightBox:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------hissu　必須文字・赤色文字*/
.hissu {
  color: #c30023;
}

img.hissu {
  margin-right: 10px;
  vertical-align: middle;
}

th .hissu {
  display: inline;
  float: right;
  text-align: right;
  margin-left: 10px;
}

/* error　必須文字・赤色文字 */
.error,
.error-message {
  color: #c30023;
}

/*--------------------------------------------------------------丸のリスト*/
ul.circle {
  list-style-image: none;
}

.circle li {
  display: list-item inline;
  list-style: disc inside;
  padding-left: 1em;
  text-indent: -1em;
}

/*--------------------------------------------------------------数字のリスト*/
ol.decimal {
  list-style-image: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.decimal li {
  display: list-item inline;
  list-style: decimal inside;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

/*--------------------------------------------------------------アルファベット小文字のリスト*/
ul.loweralpha {
  list-style-image: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.loweralpha li {
  display: list-item inline;
  list-style: lower-alpha inside;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
} /*--------------------------------------------------------------アルファベット大文字のリスト*/
ul.upperalpha {
  list-style-image: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.upperalpha li {
  display: list-item inline;
  list-style: upper-alpha inside;
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
}

/*--------------------------------------------------------------スクロール*/
.scroll {
  overflow: auto;
  overflow: scroll; /* ie6対策 */
  overflow-y: scroll; /* ie6対策 */
  overflow-x: hidden; /* ie6対策 */
}

/*--------------------------------------------------------------
  ページ全体（ページ共通）
--------------------------------------------------------------*/
/*--------------------------------------------------------------#container*/
#container {
  display: block;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
}

/*--------------------------------------------------------------#containerInner*/
#containerInner {
  display: block;
  clear: both;
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 40px 0;
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  #containerInner {
    width: 92%;
  }
}

/*clearfix*/
#containerInner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#tmp_contents {
  display: block;
  clear: both;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

/*--------------------------------------------------------------#breadcrumbs*/
#breadcrumbs {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 14px 0;
  text-align: left;
}

#breadcrumbs p {
  clear: both;
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: right;
}
@media only screen and (max-width: 1100px) {
  #breadcrumbs p {
    width: 92%;
  }
}

/*clearfix*/
#breadcrumbs p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*--------------------------------------------------------------タイトル類*/
.titleArea {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .titleArea {
    padding: 1em 0;
  }
}

.titleArea h1,
.titleArea p {
  color: #DE0614;
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 0;
  max-width: 1080px;
  font-size: 242.8%;
  text-align: center;
}

#tmp_contents h2 {
  clear: both;
  margin: 1.5em 0 0.8em;
  padding: 0.5em 0 0.6em 0;
  font-size: 186%;
  position: relative;
}
#tmp_contents h2:before {
  content: "";
  display: block;
  position: absolute;
  background: #DE0614;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  height: 4px;
}

#tmp_contents h2:first-child {
  margin-top: 0;
}

#tmp_contents h3 {
  margin: 1.5em 0 0.8em;
  padding: 0.5em 0.8em;
  background-color: #ffebeb;
  color: inherit;
  font-size: 157%;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  #tmp_contents h3 {
    font-size: 130%;
  }
}

#tmp_contents h4 {
  margin: 1.5em 0 0.8em;
  padding: 0 0 5px 16px;
  color: inherit;
  font-size: 128.5%;
  font-weight: bold;
  position: relative;
}

#tmp_contents h4:after {
  position: absolute;
  top: 0em;
  left: 0em;
  content: "";
  width: 6px;
  height: calc(100% - 6px);
  background-color: #DE0614;
  border-radius: 10px;
}

#tmp_contents h5 {
  margin: 1.5em 0 0.8em;
  padding: 0 0 0.5em 0;
  color: inherit;
  font-size: 114.3%;
  font-weight: bold;
  border-bottom: 2px dashed #DE0614;
}

.contents_ttl {
  margin: 2em 0 1em;
  padding: 0;
  color: inherit;
  font-size: 186%;
  text-align: center;
  position: relative;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .contents_ttl {
    font-size: 150%;
    margin: 1.5em 0 1em;
  }
}
.contents_ttl:before {
  content: "";
  display: block;
  position: absolute;
  height: 4px;
  width: 3em;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #DE0614;
  border-radius: 15px;
}

.contents_ttl span {
  display: inline-block;
  z-index: 10;
}

#tmp_contents p {
  margin-bottom: 0.8em;
}

#tmp_contents ul {
  margin: 0 0 1em 2em;
  list-style-image: url(../img/common/arrow_link.png);
}

#tmp_contents ol {
  margin: 0 0 1em 0;
  list-style-image: none;
}

#tmp_contents ul li,
#tmp_contents ol li {
  margin: 0 0 0.5em;
}

#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
  margin: 0.3em 0 0 1.5em;
}

#tmp_contents hr {
  height: 1px;
  color: #cccccc;
  background-color: #cccccc;
  border: none;
  clear: both;
}

/* tmp_custom_update
============================== */
/* clearfix */
#tmp_custom_update:after,
#tmp_footer_social:after {
  content: "";
  display: table;
  clear: both;
}

/* social_plugins
============================== */
#tmp_custom_update #tmp_social_plugins {
  float: left;
  margin-right: 20px;
  margin-left: auto;
}

#tmp_social_plugins .social_media_btn {
  padding: 0 0 10px;
  float: left;
}

#tmp_custom_update .social_media_btn {
  margin: 0 0 0 10px;
  line-height: 1.2;
  vertical-align: top;
}

#tmp_social_plugins .social_media_btn a.twitter-share-button {
  padding: 0 10px 0 0;
  line-height: 1.2;
}

/* update
============================== */
#tmp_custom_update {
  clear: both;
  text-align: right;
}

#tmp_custom_update #tmp_update {
  margin-left: 10px;
  float: right;
}

#tmp_custom_update {
  /*float:right;*/
}

#tmp_custom_update .updateday_box {
  float: right;
  margin: 0 0 0.8em;
  text-align: right;
}

/* tmp_footer_social
============================== */
#tmp_footer_social {
  display: block;
  margin: 1.5em auto 0 auto;
  text-align: center;
}

#tmp_footer_social #tmp_social_plugins {
  display: inline-block;
  float: none;
  margin-right: auto;
  margin-left: auto;
}

#tmp_footer_social .social_media_btn {
  margin: 0 10px;
}

/* main
============================== */
#main {
  width: 100%;
}

.col_main {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .col_main {
    width: 100%;
  }
}

.col_navi {
  float: right;
  width: 27%;
}
@media only screen and (max-width: 768px) {
  .col_navi {
    width: 100%;
    margin-top: 2em;
  }
}

.col_c {
  clear: both;
  margin: 0 auto;
  width: 740px;
}

/* tmp_contetsnavi
============================== */
#tmp_contetsnavi {
  margin: 0 0 20px;
  clear: both;
  text-align: left;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}

#tmp_contetsnavi_ttl {
  margin: 0;
  padding: 12px 20px;
  background-color: #DE0614;
  color: #ffffff;
  font-size: 142.8%;
  text-align: center;
}

#tmp_contetsnavi_ttl p {
  margin: 0;
}

#tmp_contetsnavi_ttl a,
#tmp_contetsnavi_ttl span {
  display: inline-block;
  background-repeat: no-repeat;
  color: #ffffff;
  text-decoration: none;
}

#tmp_contetsnavi .btn {
  margin-top: 0;
}

#tmp_contetsnavi .tmp_contetsnavi_cnt {
  clear: both;
  color: inherit;
  margin: 0;
  border-radius: 0 0 8px 8px; /* CSS3 */
  -moz-border-radius: 0 0 8px 8px; /* Firefox */
  -webkit-border-radius: 0 0 8px 8px; /* Safari,Chrome */
}

#tmp_contetsnavi .tmp_contetsnavi_cnt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#tmp_contetsnavi .tmp_contetsnavi_cnt li {
  display: block;
  padding: 0;
  font-size: 114%;
  margin: 0;
  border-bottom: 1px solid #DE0614;
}

#tmp_contetsnavi .tmp_contetsnavi_cnt li:first-child {
  margin-top: 0;
}

#tmp_contetsnavi .tmp_contetsnavi_cnt li:last-child {
  border-bottom: none;
  overflow: hidden;
}

#tmp_contetsnavi .tmp_contetsnavi_cnt li a {
  display: block;
  padding: 0.8em 10px 0.8em 25px;
  color: inherit;
  background-color: #fff;
  background-image: url(../img/common/arrow_red.png);
  background-position: 10px 1.3em;
  background-repeat: no-repeat;
  text-decoration: none;
}

#tmp_contetsnavi .tmp_contetsnavi_cnt li a.active_contentsnavi,
#tmp_contetsnavi .tmp_contetsnavi_cnt li:hover a {
  color: #ffffff;
  background-color: #DE0614;
  background-image: url(../img/common/arrow_white.png);
}

/* #tmp_list_cnt
============================== */
#tmp_list_cnt {
  margin: 0 0 20px;
  clear: both;
}

#tmp_list_cnt .box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 1px #afafaf solid;
}

/*clearfix*/
#tmp_list_cnt .box_list:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_list_cnt .updateday_box {
  color: #6a6a6a;
  font-size: 1.6rem; /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: inline-block;
  width: 120px;
  margin: 12px 20px 12px 0;
  padding: 0;
}

#tmp_list_cnt .box_list p { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(100% - 160px);
  display: inline-block;
  margin: 0;
  padding: 1em 0;
  font-size: 114%;
}

#tmp_list_cnt .new {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 0.8em;
  padding: 2px 10px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #DE0614;
  vertical-align: middle;
  border-radius: 13px;
}

#tmp_list_cnt ul {
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#tmp_list_cnt li {
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 1px #eeeeee dashed;
}

#tmp_list_cnt li a {
  display: block;
  margin: 0;
  padding: 12px 0;
  width: auto;
  height: auto;
}

/* #tmp_wrap_thumbnail
============================== */
#tmp_wrap_thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  clear: both;
  padding: 0;
}

/*clearfix*/
#tmp_wrap_thumbnail:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_wrap_thumbnail .tmp_thumbnail { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 2% 40px 0;
  padding: 0;
  width: 31%;
  height: auto;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_thumbnail .tmp_thumbnail {
    width: 49%;
  }
}

#tmp_wrap_thumbnail .tmp_thumbnail:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_thumbnail .tmp_thumbnail:nth-child(3n) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 768px) {
  #tmp_wrap_thumbnail .tmp_thumbnail:nth-child(2n) {
    margin-right: 0;
  }
}

#tmp_wrap_thumbnail .tmp_thumbnail_img {
  display: block;
  clear: both;
  margin: 0 0 10px 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
  background: #FFF2F2;
  border-radius: 10px;
  overflow: hidden;
}

#tmp_wrap_thumbnail .tmp_thumbnail_img img {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: 150px;
  vertical-align: top;
  text-align: center;
}

#tmp_wrap_thumbnail .tmp_thumbnail_cnt {
  clear: both;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}

/*--------------------------------------------------------------.tmp_wrap_searchlist*/
.tmp_wrap_searchlist {
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: auto;
  height: auto;
}

/*clearfix*/
.tmp_searchlist:after {
  content: "";
  display: table;
  clear: both;
}

.tmp_searchlist {
  clear: both;
  margin: 0;
  padding: 0;
  text-align: left;
}

.tmp_searchlist_menu {
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  clear: both;
  margin: 40px 0 0 0;
  padding: 0;
  width: auto;
  height: auto;
  border-bottom: 4px #DE0614 solid;
  text-align: center;
}

/*clearfix*/
.tmp_searchlist_menu:after {
  content: "";
  display: table;
  clear: both;
}

.tmp_searchlist_menu .list { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 2% 0 0;
  padding: 0;
  width: 49%;
  height: auto;
  font-size: 142.8%;
}

.tmp_searchlist_menu .map { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  width: 49%;
  height: auto;
  font-size: 142.8%;
}

.tmp_searchlist_menu a {
  display: block;
  margin: 0;
  padding: 15px 0;
  color: #332123;
  background-color: #FFF2F2;
  text-decoration: none;
  border-radius: 8px 8px 0 0; /* CSS3 */
  -moz-border-radius: 8px 8px 0 0; /* Firefox */
  -webkit-border-radius: 8px 8px 0 0; /* Safari,Chrome */
}

.tmp_searchlist_menu a.active_menu,
.tmp_searchlist_menu a:hover {
  color: #ffffff;
  background-color: #DE0614;
}

.tmp_searchlist_menu a span {
  display: inline-block;
  padding-left: 40px;
  background-position: left center;
  background-repeat: no-repeat;
}

.tmp_searchlist_menu .list a span {
  background-image: url(../img/common/icon_list.png);
}

.tmp_searchlist_menu .map a span {
  background-image: url(../img/common/icon_map.png);
}

.tmp_searchlist_menu .list a:hover span,
.tmp_searchlist_menu .list a.active_menu span {
  background-image: url(../img/common/icon_list_active.png);
}

.tmp_searchlist_menu .map a:hover span,
.tmp_searchlist_menu .map a.active_menu span {
  background-image: url(../img/common/icon_map_active.png);
}

.tmp_searchlist_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.tmp_searchlist .searchlist_cnt { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 23.5%;
  height: auto;
  margin: 0 2% 40px 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .tmp_searchlist .searchlist_cnt {
    width: 48%;
    margin: 0 4% 40px 0;
  }
}

@media only screen and (max-width: 768px) {
  .tmp_searchlist .searchlist_cnt:nth-child(2n) {
    margin-right: 0;
  }
}

.tmp_searchlist .searchlist_cnt:nth-child(4n) {
  margin-right: 0;
}

.tmp_searchlist .image {
  display: block;
  clear: both;
  width: auto;
  height: auto;
  margin: 0 0 10px 0;
  padding: 0;
  background-color: #ffffff;
  text-align: center;
}

.tmp_searchlist .image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.tmp_searchlist .title {
  clear: both;
  display: block;
  text-decoration: underline;
}

.tmp_searchlist .updateday_box {
  clear: both;
  display: block;
  color: #555555;
  font-size: 86%;
}

.tmp_searchlist a:link {
  text-decoration: none;
}

/*--------------------------------------------------------------#tmp_wrap_detail*/
#tmp_wrap_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_detail {
    display: block;
  }
}

/*clearfix*/
#tmp_wrap_detail ul {
  list-style-image: none;
  margin: 0;
}

#tmp_wrap_detail .mainimage p {
  margin-bottom: 0;
  text-align: left;
}

#tmp_wrap_detail .mainimage {
  margin: 0 auto 0 0;
  padding: 0;
  width: 45%;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_detail .mainimage {
    width: 100%;
  }
}

#tmp_wrap_detail .mainimage img {
  margin: 0 auto;
  padding: 0;
  width: auto;
  max-width: 100%;
  height: 390px;
}

#tmp_wrap_detail h3 {
  clear: both;
}

#tmp_wrap_detail .databox {
  margin: 0 0 20px 0;
  padding: 0;
  width: 54%;
  height: auto;
  background-color: #ffffff;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_detail .databox {
    width: 100%;
  }
}

#tmp_wrap_detail .databox dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
  padding: 0;
  border-top: 1px #cccccc solid;
  border-left: 1px #cccccc solid;
  border-right: 1px #cccccc solid;
}

#tmp_wrap_detail .databox dt { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 10px 20px;
  width: 20%;
  height: auto;
  background-color: #FFF2F2;
  font-weight: bold;
  border-right: 1px #cccccc solid;
  border-bottom: 1px #cccccc solid;
}

#tmp_wrap_detail .databox dd { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 10px 20px;
  height: auto;
  border-bottom: 1px #cccccc solid;
  width: 80%;
  word-break: break-all;
}

#tmp_wrap_detail .databox dd p:last-child {
  margin-bottom: 0;
}

#tmp_wrap_detail .databox dd p img {
  display: inline-block;
  margin: 0 5px 5px 5px;
  vertical-align: top;
}

#tmp_wrap_detail .commentbox {
  display: block;
  clear: both;
  margin: 0 0 1.5em 0;
  padding: 0;
  width: auto;
  height: auto;
  text-align: left;
}

/* --------------------------------------------------.article*/
.article {
  display: block;
  clear: both;
  margin: 0;
  padding: 0;
}

.date {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 2px 10px;
  background: #e6e6e6;
  font-size: 86%;
  vertical-align: middle;
  border-radius: 15px;
}

.article .section {
  clear: both;
  margin-bottom: 1em;
}

.article em {
  color: #f00;
}

.article .photoCol {
  clear: both;
  text-align: left;
}

.article .photo1Col {
  clear: both;
  text-align: center;
}

.article .photo1Col .photo {
  width: 80%;
  margin: 0 auto;
}

.article .photo1Col .photo img,
.article .photo2Col .photo img,
.article .photo3Col .photo img {
  width: 100%;
  height: auto;
}

.article .photo2Col {
  display: block;
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.article .photo3Col {
  display: block;
  clear: both;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.photo2Col .photo,
.photo3Col .photo {
  float: left;
  margin-right: 2%;
  text-align: center;
}

.photo2Col .photo:last-child,
.photo3Col .photo:last-child {
  float: right;
  margin-right: 0;
}

.photo2Col .photo {
  width: 47%;
}

.photo3Col .photo {
  width: 32%;
}

.article .photoL {
  float: left;
  text-align: left;
  width: 40%;
  margin-right: 2%;
}

.article .photoR {
  float: right;
  text-align: right;
  width: 40%;
  margin-left: 2%;
}

.photoCol .textL,
.photoCol .textR {
  float: left;
  width: 58%;
  margin: 0;
  word-wrap: break-word;
  word-break: break-all;
  vertical-align: top;
}

.article .photo img {
  width: auto;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 3px;
}

.article .photo span {
  font-size: 0.8em;
  display: block;
  line-height: 1.2;
  padding-top: 0.5em;
  color: #666666;
}

.article dl {
  margin-bottom: 1em;
}

.article dt {
  padding: 0.5em 0;
  font-weight: bold;
}

.article ol {
  list-style: inside decimal;
}

.article .photoArea {
  margin: 1em 0;
}

.article .photoArea .photo {
  margin: 0 auto;
  width: 50%;
}

.article .photoArea img {
  width: 100%;
  height: auto;
}

.listA table {
  width: 100% !important;
}

.article table {
  border-collapse: collapse;
}

.article th,
.article td {
  border-collapse: collapse;
}

.leadBox {
  display: block;
  clear: both;
  width: auto;
  margin: 0 10px 0.8em 10px;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); /* CSS3 */
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); /* Firefox */
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); /* Safari,Chrome */
}

.photoCol img {
  width: 100% !important;
  max-width: 100%;
  height: auto;
}

/* clearfix */
.article:after,
.article p:after,
.photoCol:after,
.photo2Col:after,
.photo3Col:after,
.photoArea:after {
  content: "";
  display: table;
  clear: both;
}

/*--------------------------------------------------------------
  .pagination
--------------------------------------------------------------*/
.pagination {
  display: block;
  width: auto;
  height: auto;
  margin: 20px 0;
  padding: 0;
  text-align: right;
}

.pagination p {
  display: inline-block;
  margin: 0 20px 0 0;
}

.pagination a {
  width: auto;
  height: auto;
  margin: 0 10px;
  padding: 3px 10px;
  border: 1px #DE0614 solid;
  color: #fff;
  background: #DE0614;
  text-decoration: none;
  border-radius: 50%;
}

.pagination a:hover {
  color: #DE0614;
  background: #fff;
}

.pagination a:active,
.pagination .pagination_active {
  width: auto;
  height: auto;
  margin: 0 10px;
  padding: 3px 10px;
  border: 1px #DE0614 solid;
  color: #DE0614;
  background: #fff;
  text-decoration: none;
  border-radius: 50%;
}

.pagination span.back a,
.back a {
  width: auto;
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  background-color: inherit;
  border: none;
}

.pagination span.link a,
.link a {
  width: auto;
  height: auto;
  margin: 0 10px;
  padding: 0;
  background-color: inherit;
  border: none;
}

.pagination span.next a,
.pagination span.prev a,
.next a,
.prev a {
  width: auto;
  height: auto;
  padding: 0.3em 1em;
  background-color: inherit;
  border: none;
  font-weight: normal !important;
  border: 1px #DE0614 solid;
  color: #fff;
  background: #DE0614;
  border-radius: 20px;
  text-decoration: none;
}

.pagination .back a:hover,
.pagination .link a:hover,
.pagination .next a:hover,
.pagination .prev a:hover {
  color: #DE0614;
  background-color: inherit;
}

/*--------------------------------------------------------------
  .result
--------------------------------------------------------------*/
.result {
  display: block;
  clear: both;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: left;
}

/*clearfix*/
.resultNumber:after {
  content: "";
  display: table;
  clear: both;
}

ul.resultNumber {
  list-style-image: none !important;
  clear: both;
  margin: 0 !important;
  padding: 20px !important;
}

.resultNumber li {
  clear: both;
  margin-bottom: 0.8em;
}

.resultNumber li:last-child {
  margin-bottom: 0;
}

.resultNumber li span {
  display: inline-block;
  margin-left: 0.6em;
  margin-right: 0.6em;
}

/*--------------------------------------------------------------
  .plugin
--------------------------------------------------------------*/
.plugin {
  margin: 20px 0;
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  clear: both;
  border-radius: 20px;
}

/*clearfix*/
.plugin:after {
  content: "";
  display: table;
  clear: both;
}

.plugin .plugin_img {
  margin: 0 10px 0 0 !important;
  float: left;
}

.plugin p {
  margin: 0 !important;
}

/*--------------------------------------------------------------
  ボタン類
--------------------------------------------------------------*/
.btn {
  display: block;
  clear: both;
  margin: 1.5em 0 0 0;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  text-align: center;
}

/*clearfix*/
.btn:after {
  content: "";
  display: table;
  clear: both;
}

.btn a {
  display: inline-block;
  margin-left: auto;
  padding: 0.6em 20px;
  width: auto;
  min-width: 170px;
  text-align: center;
  border-radius: 1.5em; /* CSS3 */
  -moz-border-radius: 1.5em; /* Firefox */
  -webkit-border-radius: 1.5em; /* Safari,Chrome */
}

.btn a span {
  display: inline-block;
  height: auto;
  padding-left: 13px;
  background-position: left 0.5em;
  background-repeat: no-repeat;
}

.thema_default a {
  color: #fff;
  border: 1px #DE0614 solid;
  background-color: #DE0614;
  min-width: 25rem;
  position: relative;
}
.thema_default a:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 6px;
  background: url(../img/common/arrow_white.png) no-repeat center center/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.thema_default a:hover:after {
  background: url(../img/common/arrow_red.png) no-repeat center center/contain;
}

.thema_default a:hover {
  color: #DE0614;
  background-color: #fff;
}

.thema_events a {
  border: 1px #624266 solid;
  color: #624266;
}

.thema_events a span {
  background-image: url(../img/common/arrow_events.png);
}

.thema_events a:hover {
  background-color: #efe2e6;
}

.thema_route {
  text-align: left;
}

.thema_route a {
  width: 400px;
  margin-left: 0;
  margin-right: auto;
  color: #ffffff;
  background-color: #DE0614;
}

.thema_route a span {
  padding-left: 30px;
  background-image: url(../img/common/icon_route.png);
  min-height: 30px !important;
  line-height: 30px !important;
}

.thema_route a:hover {
  background-color: #DE0614;
}

.thema_list a {
  margin-left: 0.6em;
  margin-right: 0;
  border: 1px #cc858b solid;
  color: #cc858b;
}

.thema_list a:hover {
  color: #ffffff;
  background-color: #cc858b;
}

.thema_list a span {
  display: inline-block;
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow_default.png);
  padding-right: 30px;
}

.thema_list a:hover span {
  background-image: url(../img/common/arrow_white.png);
}

.thema_article {
  text-align: center;
}

.thema_article02 {
  text-align: left;
}

.thema_article a,
.thema_article02 a {
  color: #ffffff;
  background-color: #DE0614;
  border: 1px #DE0614 solid;
}

.thema_article a:hover,
.thema_article02 a:hover {
  color: #DE0614;
  background-color: #ffffff;
}

.thema_article a span,
.thema_article02 a span {
  background-image: url(../img/common/arrow_white.png);
}

.thema_article a:hover span,
.thema_article02 a:hover span {
  background-image: url(../img/common/arrow_red.png);
}

.thema_right {
  text-align: right;
}

.thema_right a {
  margin-left: 0.6em;
  margin-right: 0;
  color: #ffffff;
  background-color: #DE0614;
  border: 1px #DE0614 solid;
}

.thema_right a:hover {
  color: #DE0614;
  background-color: #ffffff;
}

.thema_right a span {
  background-image: url(../img/common/arrow_white.png);
}

.thema_right a:hover span {
  background-image: url(../img/common/arrow_red.png);
}

.thema_col,
.thema_default_col {
  text-align: left;
}

.thema_col a {
  padding: 10px 15px;
  width: auto;
  min-width: auto;
  margin-left: 0;
  margin-right: 0.6em;
  color: #ffffff;
  background-color: #DE0614;
}

.thema_default_col a {
  padding: 15px;
  width: auto;
  margin-left: 0.6em;
  margin-right: auto;
  color: #ffffff;
  background-color: #DE0614;
}

.thema_default_col a span {
  background-image: url(../img/common/arrow_list.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.thema_default_col a:hover span {
  background-image: url(../img/common/arrow_white.png);
}

.thema_more a {
  color: #ffffff;
  background-color: #DE0614;
  border: 1px #DE0614 solid;
}

.thema_more a:hover {
  color: #DE0614;
  background-color: #fff;
}

.thema_more a span {
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow_white.png);
  padding-right: 20px;
}

.thema_more a:hover span {
  background-image: url(../img/common/arrow_list.png);
}

.thema_confirm {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .thema_confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.thema_confirm a,
.thema_confirm button {
  color: #DE0614;
  background-color: #fff;
  border: 1px #DE0614 solid;
  margin: 0 1.5em;
}
@media only screen and (max-width: 768px) {
  .thema_confirm a,
.thema_confirm button {
    width: 100%;
    margin: 1em 0;
  }
}

.thema_confirm a:hover,
.thema_confirm button:hover {
  color: #fff;
  background-color: #DE0614;
}

.thema_confirm a span,
.thema_confirm button span {
  background-image: url(../img/common/arrow_red.png);
}

.thema_confirm a:hover span,
.thema_confirm button:hover span {
  background-image: url(../img/common/arrow_white.png);
}

/*--------------------------------------------------------------.name_label*/
.name_label {
  display: inline-block;
  margin-right: 0.8em;
  padding: 3px 10px;
  width: 5em;
  height: auto;
  background-color: #DE0614;
  color: #ffffff;
  font-size: 86%;
  text-align: center;
  vertical-align: middle;
  border-radius: 20px;
}

/*--------------------------------------------------------------.tmp_anchor_link*/
.tmp_anchor_link {
  clear: both;
  margin: 0 0 0.8em 0;
  padding: 0;
  text-align: left;
}

.tmp_anchor_link a {
  display: inline-block;
  margin-left: 0;
  margin-right: 0.6em;
  margin-bottom: 0.6em;
  padding: 5px 10px;
  width: auto;
  background-color: #DE0614;
  color: #ffffff;
  font-size: 86%;
  text-decoration: none;
  vertical-align: top;
  border-radius: 4px; /* CSS3 */
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari,Chrome */
}

.tmp_anchor_link a span {
  display: inline-block;
  height: auto;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow_anchor.png);
  padding-left: 20px;
  white-space: nowrap;
}

.tmp_anchor_link a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80); /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)"; /* ie 8 */
  -moz-opacity: 0.8; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8; /* Safari 1.x */
  zoom: 1;
}

/*--------------------------------------------------------------.tmp_wrap_col2*/
.tmp_wrap_col2 {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  clear: both;
}

/*clearfix*/
.tmp_wrap_col2:after {
  content: "";
  display: table;
  clear: both;
}

.tmp_wrap_col2 .col2_cnt { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 360px;
  height: auto;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #d9e4fa;
}

.tmp_wrap_col2 .col2_cnt:nth-child(even) {
  margin-left: 20px;
}

/*clearfix*/
.tmp_wrap_col2 .col2_cnt:after {
  content: "";
  display: table;
  clear: both;
}

.tmp_wrap_col2 .col2_ttl {
  clear: both;
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: "Noto Serif Japanese", serif;
  font-weight: 700;
  font-size: 128.6%;
  text-align: left;
}

.tmp_wrap_col2 p:last-child {
  margin-bottom: 0;
}

/* clearfix */
.tmp_wrap_col2 p {
  zoom: 1;
}

.tmp_wrap_col2 p:after {
  content: "";
  display: block;
  clear: both;
}

.tmp_wrap_col2 p a {
  display: inline-block;
  float: right;
  color: inherit;
  margin-left: auto;
  text-align: right;
}

/*--------------------------------------------------------------.thema_link*/
.thema_link {
  display: block;
  clear: both;
  margin: 0 0 0.8em 0;
  padding: 0;
  width: auto;
  height: auto;
  border: none;
  text-align: center;
}

.thema_link a {
  display: block;
  color: #ffffff;
  padding: 15px;
  margin: 0;
  background-color: #4368ad;
  font-size: 114%;
  text-align: center;
}

.thema_link a span {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../img/common/arrow_btn.png);
  padding-left: 20px;
}

/*--------------------------------------------------------------.indent*/
.indent {
  margin-left: 2em;
}

/*--------------------------------------------------------------
  トップページのみ
--------------------------------------------------------------*/
/* #slider
============================== */
#slider {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  background-color: #fffff0;
  position: relative;
}

#slider img,
.swiper-slide img {
  width: 100%;
  height: auto;
}

.swiper-container {
  width: 100%;
}

.slide_logo {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
  background-image: url(../img/slide/slide_logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  margin-top: -89px;
  position: absolute;
  z-index: 1;
}

.slide_logo span {
  display: block;
  margin: 0 auto;
  width: 314px;
  height: 158px;
  position: relative;
  z-index: -1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*--------------------------------------------------------------.icn_new*/
.icn_new {
  display: inline-block;
  height: auto;
  padding: 2px 0.8em;
  background-color: #DE0614;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
  border-radius: 20px;
}

/*--------------------------------------------------------------#tmp_wrap_topics*/
#tmp_wrap_topics {
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 0 0;
  height: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_topics {
    padding: 0;
  }
}

/*clearfix*/
#tmp_topics:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_topics {
  clear: both;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

#tmp_topics .tmp_topics_ttl {
  clear: both;
  margin: 0 auto 35px auto;
  padding: 0;
  width: 340px;
  height: 40px;
  background-color: #fffff0;
  background-image: url(../img/top/tit_topics.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 128%;
  text-align: center;
}

#tmp_topics .tmp_topics_ttl span {
  display: block;
  width: 340px;
  height: 40px;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

#tmp_topics_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  height: auto;
  padding: 0;
}

#tmp_topics .topics_cnt { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 23%;
  height: auto;
  margin: 0 2% 40px 0;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #tmp_topics .topics_cnt {
    width: 48%;
  }
}

#tmp_topics .topics_cnt:nth-child(2n) {
  margin-right: 0;
}

#tmp_topics .topics_cnt:nth-child(4n) {
  margin-right: 0;
}

#tmp_topics .image {
  display: block;
  clear: both;
  width: auto;
  height: 200px;
  margin: 0 0 10px 0;
  padding: 0;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
}

#tmp_topics .image img,
img.objectfitimg {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  margin: 0 auto;
}

#tmp_wrap_topics .btn {
  margin-top: 0;
}

/*--------------------------------------------------------------#tmp_wrap_events*/
#tmp_wrap_events {
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 80px 0;
  width: 1080px;
  height: auto;
  text-align: center;
}

/*clearfix*/
#tmp_events:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_events {
  clear: both;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

#tmp_events .tmp_events_ttl {
  clear: both;
  margin: 0 auto 35px auto;
  padding: 0;
  width: 280px;
  height: 40px;
  background-color: #fffff0;
  background-image: url(../img/top/tit_events.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 128%;
  text-align: center;
}

#tmp_events .tmp_events_ttl span {
  display: block;
  width: 280px;
  height: 40px;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

#tmp_events_list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  clear: both;
  height: auto;
  margin: 0;
  padding: 0;
}

/*clearfix*/
#tmp_events_list:after,
#tmp_events .events_cnt:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_events .events_cnt { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 200px;
  height: auto;
  margin: 0 78px 40px 0;
  padding: 0;
  position: relative;
}

#tmp_events .image {
  display: block;
  clear: both;
  width: auto;
  height: 200px;
  margin: 0 0 10px 0;
  padding: 0;
  background-color: #ffffff;
  text-align: center;
}

#tmp_events .image img,
img.objectfitimg {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  margin: 0 auto;
}

#tmp_events .title {
  clear: both;
  display: block;
  text-decoration: underline;
}

#tmp_events .updateday_box {
  clear: both;
  display: block;
  color: #555555;
  font-size: 86%;
}

#tmp_events a:link {
  text-decoration: none;
}

#tmp_wrap_events .btn {
  margin-top: 0;
}

/*--------------------------------------------------------------#tmp_wrap_spots*/
#tmp_wrap_spots {
  display: block;
  clear: both;
  margin: 0;
  padding: 80px 0;
  width: 100%;
  height: auto;
  background-image: url(../img/top/bg_spot.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  text-align: center;
}

/*clearfix*/
#tmp_spots:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_spots {
  clear: both;
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#tmp_spots a:link {
  text-decoration: none;
}

#tmp_spots .tmp_spots_ttl {
  clear: both;
  margin: 0 auto 35px auto;
  padding: 0;
  width: 220px;
  height: 40px;
  background-image: url(../img/top/tit_spots.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 128%;
  text-align: center;
}

#tmp_spots .tmp_spots_ttl span {
  display: block;
  width: 220px;
  height: 40px;
  position: relative;
  z-index: -1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#tmp_spots_list {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  clear: both;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/*clearfix*/
#tmp_spots_list:after,
#tmp_spots .spots_cnt:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_spots .spots_cnt { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 140px;
  height: 140px;
  margin: 0 75px 0 0;
  padding: 0;
}

#tmp_spots .spots_cnt:first-child {
  margin-left: 40px;
}

#tmp_spots .spots_cnt:last-child {
  margin-right: 0;
}

#tmp_spots .spots_cnt a {
  display: block;
  width: 140px;
  height: 45px;
  margin: 0;
  padding: 95px 0 0 0;
  color: #332123;
  background-position: center top 24px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-background-color: rgba(255, 255, 255, 0.8);
  -moz-background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100%; /* CSS3 */
  -moz-border-radius: 100%; /* Firefox */
  -webkit-border-radius: 100%; /* Safari,Chrome */
}

#tmp_spots .spots_cnt a:hover {
  background-color: rgb(255, 255, 255);
  -webkit-background-color: rgb(255, 255, 255);
  -moz-background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#tmp_spots .icn_gourmet {
  background-image: url(../img/icon/icn_gourmet.png);
}

#tmp_spots .icn_nature {
  background-image: url(../img/icon/icn_nature.png);
}

#tmp_spots .icn_art {
  background-image: url(../img/icon/icn_art.png);
}

#tmp_spots .icn_history {
  background-image: url(../img/icon/icn_history.png);
}

#tmp_spots .icn_leisure {
  background-image: url(../img/icon/icn_leisure.png);
}

/*--------------------------------------------------------------#tmp_wrap_news*/
#tmp_wrap_news {
  display: block;
  clear: both;
  margin: 0 auto;
  padding: 80px 0 0 0;
  width: 1080px;
  height: auto;
  text-align: center;
}

#tmp_wrap_news p {
  text-align: left;
}

#tmp_wrap_news .tmp_news_ttl {
  clear: both;
  margin: 0 auto 25px auto;
  padding: 0;
  width: 220px;
  height: 40px;
  background-image: url(../img/top/tit_news.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 128%;
  text-align: center;
}

#tmp_wrap_news .tmp_news_ttl span {
  display: block;
  width: 220px;
  height: 40px;
  position: relative;
  z-index: -1;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*--------------------------------------------------------------#tmp_wrap_contentsbanner*/
#tmp_wrap_contentsbanner {
  display: block;
  clear: both;
  margin: 0;
  padding: 40px 0;
  width: 100%;
  height: auto;
  text-align: center;
}

/*clearfix*/
#tmp_contentsbanner:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_contentsbanner {
  clear: both;
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#tmp_contentsbanner a:link {
  text-decoration: none;
}

#tmp_contentsbanner_list {
  clear: both;
  width: auto;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

/*clearfix*/
#tmp_contentsbanner_list:after,
#tmp_contentsbanner .contents_cnt:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_contentsbanner .contentsbanner_cnt {
  display: inline-block;
  width: 122px;
  height: 140px;
  margin: 0 45px;
  padding: 0;
}

#tmp_contentsbanner .contentsbanner_cnt a {
  display: block;
  width: 122px;
  height: 50px;
  margin: 0;
  padding: 90px 0 0 0;
  color: #332123;
  background-position: center top 35px, center top;
  background-repeat: no-repeat, no-repeat;
}

#tmp_contentsbanner .contentsbanner_cnt a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)"; /* ie 8 */
  -moz-opacity: 0.8; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8; /* Safari 1.x */
  zoom: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#tmp_contentsbanner .btn_movie a {
  background-image: url(../img/icon/icn_movie.png), url(../img/top/bg_movie.png);
}

#tmp_contentsbanner .btn_pamphlet a {
  background-image: url(../img/icon/icn_pamphlet.png), url(../img/top/bg_pamphlet.png);
}

#tmp_contentsbanner .btn_album a {
  background-image: url(../img/icon/icn_album.png), url(../img/top/bg_album.png);
}

/*--------------------------------------------------------------#tmp_wrap_banner*/
#tmp_wrap_banner {
  display: block;
  clear: both;
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
  text-align: center;
}

#tmp_banner {
  clear: both;
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#tmp_banner ul {
  list-style-image: none;
  text-align: left;
  margin-right: -18px;
}

/*clearfix*/
#tmp_banner ul:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_banner li {
  float: left;
  width: 165px;
  height: auto;
  margin: 0 18px 20px 0;
}

#tmp_banner li img {
  width: 100%;
  height: auto;
}

#tmp_banner li a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80); /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)"; /* ie 8 */
  -moz-opacity: 0.8; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8; /* Safari 1.x */
  zoom: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/*--------------------------------------------------------------
  #searches  サイト内検索
--------------------------------------------------------------*/
#searches table,
#searches th,
#searches td {
  border: none !important;
}

#searches a,
#searches a:hover {
  text-decoration: none;
}

/* --------------------------------------------------  resultline */
.resultline {
  clear: both;
  margin-bottom: 10px;
  padding: 10px;
}

.resultline strong {
  font-weight: bold;
  font-size: 120%;
}

.resultline span {
  margin: 0 0.5em;
}

/* --------------------------------------------------  searchList */
.searchList li {
  padding: 1em;
}

.searchList a {
  display: block;
  font-size: 100%;
  margin-bottom: 0.6em;
}

.searchList p {
  padding-left: 1em;
}

div.gs-title {
  display: block;
  clear: both;
  margin: 0 0 0.6em 0 !important;
  padding: 0 !important;
  font-size: 128.6%;
  font-weight: normal;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  color: #164398;
}

#searches a.gs-title,
#searches .gs-title a,
#searches a.gs-title:link,
#searches .gs-title a:link {
  color: #164398 !important;
  text-decoration: underline;
  border: none !important;
}

#searches a.gs-title:hover,
#searches .gs-title a:hover {
  color: #424e66 !important;
  text-decoration: underline;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.gs-webResult div.gs-visibleUrl,
.gs-imageResult div.gs-visibleUrl {
  color: #164398 !important;
  text-decoration: underline;
}

.gs-webResult.gs-result a.gs-title:visited,
.gs-webResult.gs-result a.gs-title:visited b,
.gs-imageResult a.gs-title:visited,
.gs-imageResult a.gs-title:visited b {
  color: #164398 !important;
}

.gs-webResult.gs-result a.gs-title:link,
.gs-webResult.gs-result a.gs-title:link b,
.gs-imageResult a.gs-title:link,
.gs-imageResult a.gs-title:link b {
  color: #164398 !important;
}

/*--headerの検索窓--*/
#___gcse_1 {
  display: block;
  width: 220px;
  height: 30px;
  overflow: hidden;
}

.gsc-input-box {
  border: none !important;
}

.gsc-input-box {
  border: none !important;
  border-radius: 15px; /* CSS3 */
  -moz-border-radius: 15px; /* Firefox */
  -webkit-border-radius: 15px; /* Safari,Chrome */
}

#search .gsc-input #gsc-iw-id1,
.gsc-input #gsc-iw-id1 {
  display: inline-block;
  width: 190px;
  height: 30px;
  padding-left: 30px;
  margin: 0 !important;
  background-image: url(../img/common/ico_search.png);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: none !important;
  border-radius: 15px; /* CSS3 */
  -moz-border-radius: 15px; /* Firefox */
  -webkit-border-radius: 15px; /* Safari,Chrome */
}

/*--Googleのマークを消す--*/
.gcsc-branding {
  display: none !important;
}

input.gsc-i-id1 {
  margin: -10px 0 0 0;
  padding: 0;
  line-height: 18px;
  border: none !important;
}

#gs_tti50,
.gsib_a {
  margin: 0;
  padding: 0;
}

td.gsc-search-button {
  display: none;
}

.search .gsc-search-button input {
  color: #ffffff !important;
  font-size: 100% !important;
}

.gsc-search-button {
  color: #ffffff;
  background: #4d2208;
  cursor: pointer;
}

.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #c00;
  text-decoration: underline;
}

.gsc-imageResult .gsc-cursor-box {
  clear: both;
}

.gsc-results .gsc-cursor-box .gsc-trailing-more-results {
  display: inline;
  margin-bottom: 0;
}

.gsc-results .gsc-cursor {
  display: inline;
}

/* 検索一覧の写真 */
.gs-result img.gs-image,
.gs-result img.gs-promotion-image {
  vertical-align: middle;
  border: none !important;
}

/* paging */
.gsc-results .gsc-cursor-box {
  margin: 20px 0 0 0 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor: pointer;
  display: inline;
  padding: 5px 10px !important;
  margin-right: 10px !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  border: 1px #cc858b solid !important;
  color: #cc858b !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page,
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  cursor: pointer !important;
  background-color: #cc858b !important;
  border: 1px #cc858b solid !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.gs-result .gs-title,
.gs-result .gs-title * {
  color: #ffffff;
  text-decoration: underline;
}

.gsc-control-cse .gs-result .gs-spelling-original {
  font-size: 100%;
}

.gs-imageResult-column .gs-image-box {
  float: left;
  margin-right: 10px;
  text-align: left;
}

.gs-imageResult-column .gs-text-box {
  float: left;
  height: 86px;
  width: 350px;
}

.gsc-webResult .gsc-result {
  padding: 20px 0 !important;
  border-bottom: 1px #eeeeee dashed !important;
  background-color: inherit;
}

.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 全体を囲むバック */
gsc-control-cse {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  border: none !important;
  background-color: #fff;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 20px !important;
  width: auto;
}

.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #fff;
  border: none !important;
}

/*--------------------------------------------------------------.wrap_col_2*/
.wrap_col_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 2% 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .wrap_col_2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

.wrap_col_2 .col {
  float: left;
  margin: 0;
  padding: 0;
  width: 49%;
}
@media only screen and (max-width: 768px) {
  .wrap_col_2 .col {
    width: 100%;
    margin-bottom: 1em;
  }
}

.wrap_col_2 .col:nth-child(2n) {
  margin-right: 0;
}

.wrap_col_2 .col img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------.wrap_col_3*/
.wrap_col_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .wrap_col_3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wrap_col_3 .col {
  float: left;
  margin: 0 2% 0 0;
  padding: 0;
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .wrap_col_3 .col {
    width: 100%;
    margin: 0;
  }
}

.wrap_col_3 .col:nth-child(3n) {
  float: right;
  margin-right: 0;
}

.wrap_col_3 .col img {
  width: 100%;
  height: auto;
}

.wrap_col_3 ul {
  list-style-image: url(../img/common/list_icon.png) !important;
}

.wrap_col_3 h3:first-child {
  margin-top: 0 !important;
}

/*--------------------------------------------------------------.wrap_col_4*/
.wrap_col_4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .wrap_col_4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.wrap_col_4 .col {
  margin: 0 20px 0 0;
  padding: 0;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .wrap_col_4 .col {
    width: 100%;
  }
}

.wrap_col_4 .col:last-child {
  margin-right: 0;
}

.wrap_col_4 .col p {
  text-align: center;
}

.col_air {
  max-width: 330px;
}
@media only screen and (max-width: 768px) {
  .col_air {
    width: 100%;
    max-width: unset;
  }
}

.col_ferry {
  max-width: 230px;
}
@media only screen and (max-width: 768px) {
  .col_ferry {
    width: 100%;
    max-width: unset;
  }
}

.col_car {
  max-width: 230px;
}
@media only screen and (max-width: 768px) {
  .col_car {
    width: 100%;
    max-width: unset;
  }
}

.col_train {
  max-width: 230px;
}
@media only screen and (max-width: 768px) {
  .col_train {
    width: 100%;
    max-width: unset;
  }
}

.wrap_col_4 .col img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

/*--------------------------------------------------------------.thema_access*/
.thema_access {
  text-align: center;
}

.thema_access a {
  margin-left: auto;
  margin-right: 0;
  border: 1px #DE0614 solid;
  color: #fff;
  border-radius: 25px;
  background: #DE0614;
}

.thema_access a span {
  background-image: url(../img/common/arrow_access.png);
}

.thema_access a:hover {
  color: #DE0614;
  background: #fff;
}

.thema_access a:hover span {
  background-image: url(../img/common/arrow_red_access.png);
}

.map_sightseeing {
  clear: both;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-align: center;
}

.map_sightseeing img {
  width: 100%;
  height: auto;
}

.btn a.btn_guide {
  display: block;
  margin: 0;
  padding: 0.6em 20px;
  width: auto;
  min-width: inherit;
  height: auto;
  text-align: left;
  border: none;
  color: #fff;
  font-size: 142.8%;
  text-decoration: none;
  background-color: #DE0614;
  border-radius: 0;
}

.btn a.btn_guide:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}

.btn a.btn_guide span {
  display: inline-block;
  padding-left: 30px;
  background-image: url(../img/common/icon_guide.png);
  background-position: left center;
  background-repeat: no-repeat;
}

/* #tmp_wrap_album
============================== */
#tmp_wrap_album {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  clear: both;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}

/*clearfix*/
#tmp_wrap_album:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_wrap_album img {
  -webkit-align-items: stretch; /* Safari */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  vertical-align: top;
}

#tmp_wrap_album img.objectfitimg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  margin: 0 auto;
}

/* --------------------------------------------------
  #tmp_wrap_searcharea
-------------------------------------------------- */
#tmp_wrap_searcharea {
  clear: both;
  background-color: #FFF2F2;
  margin-bottom: 40px;
  border-radius: 20px;
}

#tmp_wrap_searcharea .btn_openclose {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

#tmp_wrap_searcharea .btn_openclose a {
  display: block;
  width: auto;
  height: auto;
  padding: 1em 0.5em;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
}

#tmp_wrap_searcharea .btn_openclose a span {
  display: inline-block;
  padding-left: 15px;
  background-position: left 0.7em;
  background-repeat: no-repeat;
}

#tmp_wrap_searcharea .btn_openclose a span {
  background-image: url(../img/common/arrow_open.png);
}

#tmp_wrap_searcharea .active a span {
  background-image: url(../img/common/arrow_close.png);
}

#tmp_wrap_searcharea .btn_openclose a span:after {
  content: "開く";
}

#tmp_wrap_searcharea .active a span:after {
  content: "閉じる";
}

#tmp_wrap_searcharea dl {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  clear: both;
  margin: 0;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_searcharea dl {
    display: block;
  }
}

/*clearfix*/
#tmp_wrap_searcharea dl:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_wrap_searcharea dt { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 120px;
  margin: 0 20px 40px 0;
  padding: 0;
  font-size: 114%;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_searcharea dt {
    width: 100%;
  }
}

#tmp_wrap_searcharea dd { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: calc(100% - 140px);
  margin: 0 0 40px 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_searcharea dd {
    width: 100%;
  }
}

/*clearfix*/
#tmp_wrap_searcharea dd:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_wrap_searcharea dt:last-child,
#tmp_wrap_searcharea dd:last-child {
  margin-bottom: 0;
}

#tmp_wrap_searcharea dd input {
  margin-right: 0.8em;
  vertical-align: middle;
  border: none;
  border-radius: 4px; /* CSS3 */
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari,Chrome */
}

#tmp_wrap_searcharea dd label {
  vertical-align: middle;
  white-space: nowrap;
}

#tmp_wrap_searcharea dd input.datePicker {
  width: calc(50% - 1.2em);
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin-right: 0;
  text-indent: 0.8em;
  border: none;
  vertical-align: middle;
}

#tmp_wrap_searcharea dd input.wide,
#tmp_wrap_searcharea dd select {
  width: calc(100% - 0.8em);
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin-right: 0;
  text-indent: 0.8em;
  border: none;
}

#tmp_wrap_searcharea dd select {
  margin-bottom: 0.8em;
}

#tmp_wrap_searcharea dd textarea {
  width: calc(100% - 1.6em);
  height: 4em;
  margin: 0;
  padding: 0.8em;
  border: none;
}

#tmp_wrap_searcharea dd ul {
  list-style-image: none;
  margin: 0;
}

/*clearfix*/
#tmp_wrap_searcharea dd ul:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_wrap_searcharea dd .area li {
  display: inline-block;
  margin-right: 0.8em;
}

#tmp_wrap_searcharea dd .area li a {
  display: block;
  margin: 0;
  padding: 0.8em;
  vertical-align: middle;
  text-decoration: none;
  color: #332123;
  border: none;
  background-color: #fff;
  text-align: center;
  border-radius: 4px; /* CSS3 */
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari,Chrome */
}

#tmp_wrap_searcharea dd .area li a:hover,
#tmp_wrap_searcharea dd .area li a.selected,
#tmp_wrap_searcharea dd .area li a:active {
  background-color: #996368;
  color: #fff;
}

#tmp_wrap_searcharea dd .genre {
  float: left;
  margin-right: 20px;
  width: 270px;
}

#tmp_wrap_searcharea dd .genre p {
  clear: both;
  display: block;
  margin: 10px 0 0 0;
  padding: 0;
}

#tmp_wrap_searcharea dd .genre p:first-child {
  margin-top: 0;
}

#tmp_wrap_searcharea dd .genre ul {
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  clear: both;
  margin: 0;
  padding: 10px;
  background-color: #eeeeee;
  border-radius: 0 0 4px 4px; /* CSS3 */
  -moz-border-radius: 0 0 4px 4px; /* Firefox */
  -webkit-border-radius: 0 0 4px 4px; /* Safari,Chrome */
}

#tmp_wrap_searcharea dd .genre li { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  float: left;
  display: inline-block;
  margin: 10px 10px 0 0;
  width: 120px;
}

#tmp_wrap_searcharea dd .genre li:nth-child(even) {
  margin: 10px 0 0 0;
}

#tmp_wrap_searcharea dd .genre li:first-child {
  margin-top: 0;
}

#tmp_wrap_searcharea dd .genre2 {
  float: left;
  margin-right: 0;
}

#tmp_wrap_searcharea dd .genre2 p {
  float: left;
  display: inline-block;
  width: 270px;
  margin: 0 10px 10px 0;
  padding: 0;
  vertical-align: top;
}

#tmp_wrap_searcharea dd .genre a,
#tmp_wrap_searcharea dd .genre2 a {
  display: block;
  margin: 0;
  padding: 0.8em;
  vertical-align: middle;
  text-decoration: none;
  color: #332123;
  border: none;
  background-color: #fff;
  text-align: center;
  border-radius: 4px; /* CSS3 */
  -moz-border-radius: 4px; /* Firefox */
  -webkit-border-radius: 4px; /* Safari,Chrome */
}

#tmp_wrap_searcharea dd .genre a:hover,
#tmp_wrap_searcharea dd .genre2 a:hover,
#tmp_wrap_searcharea dd .genre a.selected,
#tmp_wrap_searcharea dd .genre2 a.selected,
#tmp_wrap_searcharea dd .genre a:active,
#tmp_wrap_searcharea dd .genre2 a:active {
  background-color: #996368;
  color: #fff;
}

#tmp_wrap_searcharea .btn {
  display: block;
  margin: 0;
  padding: 20px 0 40px 0;
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_searcharea .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#tmp_wrap_searcharea .btn button {
  display: inline-block;
  margin: 0 20px;
  padding: 10px;
  width: auto;
  min-width: 260px;
  height: auto;
  text-align: center;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  font-size: 128.6%;
  border-radius: 24px;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_searcharea .btn button {
    margin: 0.5em auto 0 auto;
    width: 80%;
  }
}

#tmp_wrap_searcharea .btn button.btn_submit {
  color: #fff;
  background-color: #DE0614;
  border: 1px solid #DE0614;
}

#tmp_wrap_searcharea .btn button.btn_reset {
  color: #DE0614;
  background-color: #fff;
  border: 1px solid #DE0614;
}

/* --------------------------------------------------
  #tmp_wrap_calendar
-------------------------------------------------- */
#tmp_wrap_calendar {
  clear: both;
}

/*clearfix*/
#tmp_wrap_calendar:after {
  content: "";
  display: table;
  clear: both;
}

#tmp_wrap_calendar .calendar_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1.5em 0 0.8em;
  padding: 10px 20px;
  font-size: 186%;
  color: #ffffff;
  background-color: #DE0614;
  border-radius: 20px;
  text-align: center;
}

#tmp_wrap_calendar .calendar_ttl p {
  height: auto;
  margin: 0 auto;
  white-space: nowrap;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_calendar .calendar_ttl p {
    font-size: 5vmin;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#tmp_wrap_calendar .calendar_ttl span a {
  display: inline-block;
  height: 2em;
  padding: 0 0.5em;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 53.8%;
  color: #424666;
  background-color: #ffffff;
  line-height: 2em;
  text-decoration: none;
  border-radius: 1em; /* CSS3 */
  -moz-border-radius: 1em; /* Firefox */
  -webkit-border-radius: 1em; /* Safari,Chrome */
}

#tmp_wrap_calendar .calendar_ttl span a:hover {
  background: #ffebeb;
}

#tmp_wrap_calendar .calendar_ttl span.prev {
  width: 4em;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_calendar .calendar_ttl span.prev {
    font-size: 7vmin;
    width: unset;
    margin: 0;
  }
  #tmp_wrap_calendar .calendar_ttl span.prev a {
    padding: 0 0.4em;
  }
}

#tmp_wrap_calendar .calendar_ttl span.next {
  width: 4em;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_calendar .calendar_ttl span.next {
    font-size: 7vmin;
    width: unset;
    margin: 0;
  }
  #tmp_wrap_calendar .calendar_ttl span.next a {
    padding: 0 0.4em;
  }
}

/*--------------------------------------------------------------#tmp_wrap_calendarlist*/
#tmp_wrap_calendarlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_calendarlist {
    display: block;
  }
}

#tmp_calendarlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 70%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #tmp_calendarlist {
    width: 100%;
  }
}

#tmp_calendarlist .calendarlist_cnt { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 23%;
  height: auto;
  margin: 0 2% 20px 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  #tmp_calendarlist .calendarlist_cnt {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  #tmp_calendarlist .calendarlist_cnt:nth-child(2n) {
    margin-right: 0;
  }
}

#tmp_calendarlist .calendarlist_cnt:nth-child(4n) {
  margin-right: 0;
}

#tmp_calendarlist .image {
  display: block;
  clear: both;
  width: auto;
  height: auto;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: center;
}

#tmp_calendarlist .image img {
  width: 100%;
  height: auto;
  margin: 0;
}

#tmp_calendarlist .title {
  clear: both;
  display: block;
  text-decoration: underline;
}

#tmp_calendarlist .updateday_box {
  clear: both;
  display: block;
  color: #555555;
  font-size: 86%;
}

#tmp_calendarlist a:link {
  text-decoration: none;
}

#tmp_calendar {
  width: 28%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #tmp_calendar {
    width: 100%;
    margin-top: 1em;
  }
}

#tmp_calendar table {
  width: 100%;
  background: #fff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

#tmp_calendar th,
#tmp_calendar td {
  text-align: center;
  color: #332123;
  width: 50px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#tmp_calendar th {
  color: #332123;
  line-height: 30px;
  background-color: #efe2e6;
}

#tmp_calendar td {
  line-height: 50px;
}

#tmp_calendar td a {
  color: #fff;
  background-color: #DE0614;
  display: block;
  text-decoration: none;
}

#tmp_calendar td span {
  display: block;
}

#tmp_calendar .month {
  color: #332123;
  padding: 0;
  font-size: 128.6%;
  background-color: #ffffff;
}

#tmp_calendar .btn a {
  border: 1px solid #DE0614;
}

#tmp_calendar .btn a:link {
  text-decoration: none;
}

#tmp_calendar .btn a:last-child {
  float: right;
  margin-left: auto;
}

#tmp_calendar .btn a:hover {
  color: #DE0614;
  background-color: #fff;
  border: 1px solid #DE0614;
}

/* --------------------------------------------------
  .areaMap
-------------------------------------------------- */
.areaMap {
  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;
}
.areaMap h3 {
  width: 100%;
}

.areaMap .googleMap {
  width: 78%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .areaMap .googleMap {
    width: 100%;
  }
}

.areaMap .googleMap iframe {
  width: 100%;
  height: 600px;
}

.mapMenu {
  margin: 0;
  padding: 20px;
  width: 20%;
  background-color: #FFF9E2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .mapMenu {
    width: 100%;
  }
}

.mapMenu .mapMenu_ttl {
  display: inline-block;
  margin: 0 auto !important;
  padding: 0;
  font-size: 143%;
  text-align: center;
}

.mapMenu button {
  clear: both;
  display: block;
  margin: 10px 0 0 0;
  padding: 15px 10px 15px 80px;
  width: 100%;
  height: auto;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  border: none;
  color: inherit;
  text-align: left;
  background-color: #fff;
  background-position: 20px center;
  background-repeat: no-repeat;
  border-radius: 10px; /* CSS3 */
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mapMenu button.genre_taiken {
  background-image: url(../../img/pin/pin_taiken.png);
}

.mapMenu button.genre_gourmet {
  background-image: url(../../img/pin/pin_gourmet.png);
}

.mapMenu button.genre_nature {
  background-image: url(../../img/pin/pin_nature.png);
}

.mapMenu button.genre_art {
  background-image: url(../../img/pin/pin_art.png);
}

.mapMenu button.genre_history {
  background-image: url(../../img/pin/pin_history.png);
}

.mapMenu button.genre_leisure {
  background-image: url(../../img/pin/pin_leisure.png);
}

.mapMenu button.genre_stay {
  background-image: url(../../img/pin/pin_stay.png);
}

.mapMenu button.genre_onsen {
  background-image: url(../../img/pin/pin_onsen.png);
}

.mapMenu button:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}

.mapMenu button:active,
.mapMenu button:focus,
.mapMenu button.active_button {
  background-color: #e6c0c0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}

/* --------------------------------------------------
#searches
-------------------------------------------------- */
#searches ul {
  clear: both;
  list-style-image: none;
  margin: 20px 0;
  padding: 0;
}

#searches .search-list li {
  clear: both;
  margin: 0;
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px #eeeeee dashed;
}

#searches .search_ttl {
  clear: both;
  margin: 0 0 0.4em 0;
  padding: 0;
  font-size: 128.6%;
}

#searches .search-list p {
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-all;
  margin: 0;
}

/*--------------------------------------------------------------.pagination*/
.pagination p {
  display: inline-block;
  margin-right: auto;
  text-align: left;
}

/*--------------------------------------------------------------.conditions*/
.conditions {
  clear: both;
  background-color: #def3fc;
  padding: 10px 20px;
  margin-bottom: 40px;
}

/*clearfix*/
.conditions:after {
  content: "";
  display: table;
  clear: both;
}

.conditions .btn-delete {
  float: right;
}

.conditions dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: auto;
}

.conditions dt { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: inline-block;
  margin-right: 1.5em;
  vertical-align: middle;
  width: auto;
}

.conditions dd { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: inline-block;
}

.conditions dd a,
.conditions dd span {
  display: inline-block;
  line-height: 2;
  padding: 0 20px;
  margin-right: 1.5em;
  background-color: #ffffff;
  color: #164398;
  vertical-align: middle;
  border-radius: 1em; /* CSS3 */
  -moz-border-radius: 1em; /* Firefox */
  -webkit-border-radius: 1em; /* Safari,Chrome */
}

/* #tmp_wrap_movies
============================== */
#tmp_wrap_movies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#tmp_wrap_movies .tmp_movies { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 2% 40px 0;
  padding: 0;
  width: 23%;
  height: auto;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_movies .tmp_movies {
    width: 48%;
  }
}

#tmp_wrap_movies .tmp_movies:nth-child(4n) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  #tmp_wrap_movies .tmp_movies:nth-child(2n) {
    margin-right: 0;
  }
}

#tmp_wrap_movies .tmp_movies_img {
  margin: 0 0 5px 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: top;
}

#tmp_wrap_movies .tmp_movies_img img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}

#tmp_wrap_movies .tmp_movies_cnt {
  clear: both;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  text-align: left;
}

/* #tmp_wrap_moviesdetail
============================== */
#tmp_wrap_moviesdetail {
  position: relative;
  width: 100%;
  padding-top: 56%;
  margin: 5% 0;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_moviesdetail {
    padding-top: 60%;
    margin: 1em 0 3em;
  }
}
#tmp_wrap_moviesdetail iframe {
  -webkit-filter: saturate(1.2);
          filter: saturate(1.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* #tmp_wrap_pamphlet
============================== */
#tmp_wrap_pamphlet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
  padding: 0;
}

#tmp_wrap_pamphlet .tmp_pamphlet { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 2% 40px 0;
  padding: 0 0 40px 0;
  width: 48%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #tmp_wrap_pamphlet .tmp_pamphlet {
    width: 100%;
  }
}

#tmp_wrap_pamphlet .tmp_pamphlet:nth-child(2n) {
  margin-right: 0;
}

#tmp_wrap_pamphlet .tmp_pamphlet_img {
  margin: 0;
  padding: 0;
  width: 200px;
  height: auto;
  vertical-align: top;
}

#tmp_wrap_pamphlet .tmp_pamphlet_img img {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  vertical-align: top;
}

#tmp_wrap_pamphlet .tmp_pamphlet_img a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80); /* ie lt 8 */
  -ms-filter: "alpha(opacity=80)"; /* ie 8 */
  -moz-opacity: 0.8; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.8; /* Safari 1.x */
  zoom: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#tmp_wrap_pamphlet .tmp_pamphlet_cnt {
  float: right;
  margin: 0 0 0 20px;
  padding: 0;
  width: 300px;
  height: auto;
  text-align: left;
}

#tmp_wrap_pamphlet .pamphlet_ttl {
  color: #DE0614;
  font-size: 128.6%;
  font-weight: bold;
  margin-bottom: 0;
}

.thema_download {
  margin-top: 0.6em;
  text-align: left;
}

.thema_download a {
  color: #ffffff;
  background-color: #DE0614;
  border: 1px #DE0614 solid;
}

.thema_download a:hover {
  color: #DE0614;
  background-color: #ffffff;
}

.tmp_wrap_hiji {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .tmp_wrap_hiji {
    display: block;
  }
}

.tmp_hiji_img { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 48%;
  height: auto;
  margin: 0 4% 0 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .tmp_hiji_img {
    width: 100%;
  }
}

.tmp_wrap_hiji img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.tmp_hiji_cnt { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 48%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .tmp_hiji_cnt {
    width: 100%;
    margin-top: 1em;
  }
}

.tmp_hiji_left,
.tmp_hiji_right {
  margin-bottom: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  .tmp_hiji_left,
.tmp_hiji_right {
    display: block;
  }
}

.tmp_hiji_left img,
.tmp_hiji_left .photo {
  width: 36%;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .tmp_hiji_left img,
.tmp_hiji_left .photo {
    width: 100%;
  }
}

.tmp_hiji_left p {
  width: 60%;
  margin: 0;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .tmp_hiji_left p {
    width: 100%;
    margin-top: 1em;
  }
}

.tmp_hiji_right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.tmp_hiji_right img,
.tmp_hiji_right .photo {
  width: 36%;
  height: auto;
  margin-bottom: 0.8em;
  padding: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .tmp_hiji_right img,
.tmp_hiji_right .photo {
    width: 100%;
  }
}

.tmp_hiji_right p {
  width: 60%;
  height: auto;
  padding: 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .tmp_hiji_right p {
    width: 100%;
  }
}

/*--------------------------------------------------------------.tmp_wrap_hijilist*/
.tmp_wrap_hijilist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  padding: 0;
  width: auto;
  height: auto;
}

.tmp_hijilist_cnt { /* Safari */
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 23%;
  height: auto;
  margin: 0 2% 20px 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .tmp_hijilist_cnt {
    width: 48%;
  }
}

.tmp_hijilist_cnt:nth-child(4),
.tmp_hijilist_cnt:nth-child(8),
.tmp_hijilist_cnt:nth-child(12) {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .tmp_hijilist_cnt:nth-child(2n) {
    margin-right: 0;
  }
}

.tmp_hijilist_cnt .image {
  display: block;
  clear: both;
  width: auto;
  height: auto;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: center;
}

.tmp_hijilist_cnt .image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.tmp_hijilist_cnt .title {
  text-align: center;
  display: block;
  text-decoration: underline;
}