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

初期設定

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

hover

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

breakpoint

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

bg-〇〇〇〇

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

border-radius

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

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;
  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.7rem;
  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.6;
  min-width: 1180px;
  background: #FFF;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
body.fixed-body {
  overflow: hidden;
  position: fixed;
}
body .mulish-f {
  font-family: "Mulish", sans-serif;
}

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

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

img {
  max-width: 100%;
}

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

a:hover, a:active {
  color: #23528D;
  transition: all 0.3s;
}

#contents {
  margin-top: 0;
}
@media only screen and (max-width: 1244px) {
  #contents {
    margin-top: 0em;
  }
}

.inner {
  width: 1180px;
  margin: 0 auto;
}

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

.inner-m {
  width: 1224px;
  margin: 0 auto;
}

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

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

br.pc-br {
  display: block;
}

br.sp-br {
  display: none;
}

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

em, strong {
  font-weight: bold;
}

@media only screen and (max-width: 1200px) {
  body {
    min-width: 0;
  }
  .inner {
    width: 92%;
  }
  .inner-m {
    width: 92%;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  br.pc-br {
    display: none;
  }
  br.sp-br {
    display: block;
  }
}
/* --------------------------------------------------

post-content　ウィジウィグ

-------------------------------------------------- */
/* post-ttl */
.post-ttl {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: bold;
  background: #23528D url(../img/common/bg_ttl-hakataori_h.svg) repeat center;
  border-bottom: 1px solid #E7EAED;
  border-radius: 0.5em;
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
  z-index: 5;
  margin: 0;
  text-shadow: 3px 3px 3px #23528D, -3px -3px 3px #23528D, -3px 3px 3px #23528D, 3px -3px 3px #23528D, 3px 0px 3px #23528D, -3px 0px 3px #23528D, 0px 3px 3px #23528D, 0px -3px 3px #23528D;
}
@media only screen and (max-width: 768px) {
  .post-ttl {
    font-size: 2.2rem;
    padding: 0.5em;
    margin-bottom: 0;
    margin: 0;
  }
}
.post-ttl::after {
  content: "";
  background: #23528D;
  background: url(../img/common/bg_ttl-hakata_h.svg) no-repeat center center/contain;
  display: block;
  width: 8em;
  height: 6em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .post-ttl::after {
    width: 5em;
    height: 3em;
    right: -20px;
    top: 70%;
  }
}

.post-ttl span {
  margin-left: 1em;
  vertical-align: middle;
  text-shadow: none;
  margin-top: 0 !important;
}

.post-ttl .day {
  font-size: 3rem;
  margin: 0;
  position: relative;
  margin-left: 0 !important;
  vertical-align: bottom;
  color: #FFD90B;
  /*&::after{
  	content: "";
  	background-color: #C98C2F;
  	border-radius: 3px;
  	display: inline-block;
  	height: 8px;
  	width: calc(100% + 0.5em);
  	position: absolute;
  	left: -.25em;
  	bottom: 0;
  	z-index: -1;
  }*/
}

/* icon-post-block */
.icon-post-block {
  font-size: 1.6rem;
  margin: 1em 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.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;
  }
}

.post-date-box {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .post-date-box {
    display: block;
  }
}

/* post-date */
.post-date {
  color: #23528D;
  margin: 0 0.5em;
  display: block;
  text-align: right;
}

/* post-sttl-large */
.post-sttl-large {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 12px;
  padding: 1em 1em 1em 3em;
  margin: 1.5em 0;
  position: relative;
  background: linear-gradient(45deg, #B24A6B 25%, transparent 25%, transparent 75%, #B24A6B 75%), linear-gradient(45deg, #B24A6B 25%, transparent 25%, transparent 75%, #B24A6B 75%);
  background-color: #B55372;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
@media only screen and (max-width: 768px) {
  .post-sttl-large {
    font-size: 2rem;
    padding: 0.5em 1em 0.5em 2em;
  }
}
.post-sttl-large a:hover {
  color: #FFF;
}
.post-sttl-large:before {
  content: "";
  background-color: #FFD800;
  border-radius: 3px;
  display: inline-block;
  height: 1.8em;
  width: 9px;
  position: absolute;
  top: 0;
  left: 1.2em;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .post-sttl-large:before {
    height: 1em;
    width: 6px;
    top: 0.8em;
    left: 0.8em;
    bottom: auto;
  }
}

/* post-sttl-small */
.post-sttl-small {
  font-size: 1.8rem;
  color: #333;
  border-bottom: 5px solid #AF6B7F;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0 0 0.8em;
  margin: 1em 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .post-sttl-small {
    font-size: 1.8rem;
    /*padding:  0.5em 0.5em 0.5em 2.5em;*/
    padding: 0.5em 0;
    font-weight: bold;
  }
}
.post-sttl-small::after {
  content: "";
  background: #FFD800;
  display: block;
  width: 5em;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
}

/* post-pht */
.post-pht {
  margin-top: 1em;
  margin-bottom: em;
}

.post-pht div {
  width: 100%;
  height: auto;
  max-height: 600px;
  text-align: center;
}

.post-pht img {
  height: auto;
  max-height: 600px;
  max-width: 100%;
  width: auto;
}

.post-pht figcaption {
  display: block;
  padding: 5px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .post-pht figcaption {
    font-size: 80%;
  }
}

/* two-post-pht */
.two-post-pht {
  display: flex;
  justify-content: space-between;
}

.two-post-pht .post-pht {
  width: 48%;
  font-size: 1.6rem;
  vertical-align: top;
}

@media only screen and (max-width: 420px) {
  .post-pht div {
    max-height: 300px;
  }
  .post-pht img {
    max-height: 300px;
  }
}
/* photLsentence */
.photLsentence,
.photRsentence {
  margin-top: 3em;
  margin-bottom: 5em;
}

.photLsentence:after,
.photRsentence:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.photLsentence img,
.photRsentence img {
  width: 100%;
  height: auto;
}

.photLsentence .photoL,
.photRsentence .photoR {
  width: 48%;
}

.photoL {
  float: left;
  width: auto;
  margin-right: 2%;
}

.photoR {
  float: right;
  width: auto;
  margin-left: 2%;
}

/* 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%;
  }
}

.iframe-area iframe {
  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%;
}

/* h1 */
.wysiwyg h1 {
  color: #333;
  border-bottom: 5px solid #DFDFDF;
  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::after {
  content: "";
  background: #23528D;
  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;
  }
}

.wysiwyg h1:first-child {
  margin-top: 0;
}

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

/* h2 */
.wysiwyg h2 {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 12px;
  padding: 1em 1em 1em 3em;
  margin: 1.5em 0;
  position: relative;
  background: linear-gradient(45deg, #B24A6B 25%, transparent 25%, transparent 75%, #B24A6B 75%), linear-gradient(45deg, #B24A6B 25%, transparent 25%, transparent 75%, #B24A6B 75%);
  background-color: #B55372;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 2rem;
    padding: 0.5em 1em 0.5em 2em;
  }
}
.wysiwyg h2 a:hover {
  color: #FFF;
}
.wysiwyg h2:before {
  content: "";
  background-color: #FFD800;
  border-radius: 3px;
  display: inline-block;
  height: 1.8em;
  width: 9px;
  position: absolute;
  top: 0;
  left: 1.2em;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h2:before {
    height: 1em;
    width: 6px;
    top: 0.8em;
    left: 0.8em;
    bottom: auto;
  }
}

/* h3 */
.wysiwyg h3 {
  font-size: 1.8rem;
  color: #333;
  border-bottom: 5px solid #AF6B7F;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0 0 0.8em;
  margin: 1em 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h3 {
    font-size: 1.8rem;
    /*padding:  0.5em 0.5em 0.5em 2.5em;*/
    padding: 0.5em 0;
    font-weight: bold;
  }
}
.wysiwyg h3 .number {
  color: #23528D;
  padding-right: 1rem;
}
.wysiwyg h3::after {
  content: "";
  background: #FFD800;
  display: block;
  width: 5em;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
}

/* h4 */
.wysiwyg h4 {
  color: #333;
  font-size: 1.7rem;
  font-weight: 600;
  padding: 0.5em 0.5em 0.5em 2em;
  margin: 1.5em 0;
  position: relative;
  background: #EAEAEA;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h4 {
    font-size: 1.5rem;
    padding: 0.5em;
    background: #FFF;
    border: 2px solid #3D8B59;
  }
}
.wysiwyg h4:before {
  content: "";
  background-color: #9B5580;
  border-radius: 3px;
  display: inline-block;
  height: 1.3em;
  width: 4px;
  position: absolute;
  top: 0.6em;
  left: 1em;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h4:before {
    content: none;
  }
}

/* h5 */
.wysiwyg h5 {
  color: #333;
  padding: 0 0 0 1em;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  margin: 1.5em 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .wysiwyg h5 {
    font-size: 1.5rem;
    font-weight: normal;
  }
}
.wysiwyg h5:before {
  content: "";
  background-color: #376296;
  border-radius: 3px;
  display: inline-block;
  height: 1.3em;
  width: 4px;
  position: absolute;
  top: 0.2em;
  left: 0;
  margin: auto;
}

/* h6 */
.wysiwyg h6 {
  color: #9B5580;
}

/* 段落 <p> */
/* 段落 <p> */
.wysiwyg p {
  margin: 1em 0;
}

.wysiwyg a:link {
  color: #23528D;
  text-decoration: underline;
}

/* 太字赤文字 <strong> */
.wysiwyg strong {
  font-weight: bold;
  color: #E30404;
}

/* 太字 <em> */
.wysiwyg em {
  font-weight: bold;
}

/* 斜体 <i> */
.wysiwyg i {
  font-style: italic;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 下線 <u> */
.wysiwyg .underline {
  text-decoration: underline;
}

/* 打ち消し線 <s> */
.wysiwyg .strike {
  text-decoration: line-through;
}

/* 下付き <sub> */
.wysiwyg sub {
  font-size: 0.8rem;
  vertical-align: bottom;
}

/* 上付き <sup> */
.wysiwyg sup {
  font-size: 0.8rem;
  vertical-align: top;
}

/* 順序のないリスト <ol> */
.wysiwyg ol {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: decimal;
}

.wysiwyg ol > li {
  text-indent: -1em;
  padding-left: 1em;
}

.wysiwyg ol > li a,
.wysiwyg ul > li a {
  text-decoration: underline;
  color: #23528D;
}

/*順序のないリスト <ul> */
/*.wysiwyg ul > li {
	text-indent: -1em;
	padding-left: 1em;
}*/
/*.wysiwyg ul > li ul {
	list-style-type: circle;
}*/
.wysiwyg ul > li {
  list-style-type: none;
  position: relative;
  margin-left: 1em;
}

.wysiwyg ul > li:before {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: -1em;
  top: 0.6em;
  content: "";
  background: #A6BE11;
}

/*横並びリスト <ol><ul> */
.wysiwyg ol.horizontal-list,
.wysiwyg ul.horizontal-list {
  display: flex;
  flex-wrap: wrap;
}

.wysiwyg .horizontal-list li {
  margin-right: 1.5em;
  margin-bottom: 0.5em;
}

/*定義リスト <dl> */
.wysiwyg dl {
  margin: 0.5em 0 1em;
}

.wysiwyg dl dt {
  font-weight: 700;
  background: #FFE34E;
  display: inline-block;
  padding: 0 0.5em;
}

.wysiwyg dl dd {
  margin-bottom: 0.5em;
}

/*横並び定義リスト <dl> */
.wysiwyg dl.horizontal-list dt {
  float: left;
  margin-right: 0.5em;
}

/* インデント <p class="txt-indent"> */
.wysiwyg .txt-indent {
  text-indent: 1em;
}

/* ブロック引用文 <blockquote> */
.wysiwyg blockquote {
  padding: 1em 2em;
  box-sizing: border-box;
  font-style: italic;
  background: #F3F7F9;
  margin: 2em 0 1em;
}
@media only screen and (max-width: 768px) {
  .wysiwyg blockquote {
    margin: 0;
  }
}

#contents .wysiwyg blockquote p {
  margin: 0;
}

/* 中央揃え <p class="txt-center"> */
.wysiwyg .txt-center {
  text-align: center;
}

/* 右揃え <p class="txt-right"> */
.wysiwyg .txt-right {
  text-align: right;
}

/* 両端揃え <p class="txt-justify"> */
.wysiwyg .txt-justify {
  text-align: justify;
}

/* ハイパーリンク <a href=""> */
/*.wysiwyg a[href] {
	text-decoration:underline;
	color:#03F;
}*/
/* アンカー挿入 <a id="" name=""> */
/*.wysiwyg a {
	text-decoration:none;
	color: inherit;
}*/
/* テーブル <table> */
.wysiwyg table {
  width: auto;
  /*max-width: 100%;*/
  margin: 1em 0 3em;
  border-collapse: collapse;
  border: 10px solid #FFF;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", sans-serif;
}
@media only screen and (max-width: 768px) {
  .wysiwyg table {
    margin: 1em 0 1em;
  }
}

.wysiwyg table caption {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
}

.wysiwyg table tr th {
  color: #000;
  font-weight: bold;
  padding: 1em;
  border: 10px solid #FFF;
  background: linear-gradient(45deg, #DFBDD8 25%, transparent 25%, transparent 75%, #DFBDD8 75%), linear-gradient(45deg, #DFBDD8 25%, transparent 25%, transparent 75%, #DFBDD8 75%);
  background-color: #DFB7D7;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
@media only screen and (max-width: 768px) {
  .wysiwyg table tr th {
    padding: 0.5em;
  }
}

.wysiwyg table tr td {
  padding: 1em;
  border: 10px solid #FFF;
}
@media only screen and (max-width: 768px) {
  .wysiwyg table tr td {
    padding: 0.5em;
  }
}
.wysiwyg table tr td h2, .wysiwyg table tr td h3 {
  margin: 0.5em 0;
}

@media only screen and (max-width: 768px) {
  .wysiwyg table {
    border: none;
  }
  .wysiwyg table tr th,
.wysiwyg table tr td {
    display: block;
    width: 100%;
    border: none;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid #FFF;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .wysiwyg table tr th {
    /*border: none;*/
  }
}
.wysiwyg table tr:nth-child(odd) {
  background: #EFEFEF;
}

.wysiwyg table .txt-justify {
  text-align-last: justify;
}

.wysiwyg .table-center caption {
  text-align: center;
}

.wysiwyg .table-right {
  margin-left: auto;
}

.wysiwyg .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: 768px) {
  .wysiwyg .table-scroll table {
    border: 10px solid #FFF;
  }
  .wysiwyg .table-scroll table tr th,
.wysiwyg .table-scroll table tr td {
    display: table-cell;
    width: inherit;
    border: 10px solid #FFF;
  }
}
@media only screen and (max-width: 420px) {
  .wysiwyg .table-scroll table {
    min-width: 100%;
  }
}
/* フォントサイズ小 <span class="font-size-small"> */
.wysiwyg .font-size-small {
  font-size: 0.6em;
}

/* フォントサイズ大 <span class="font-size-large"> */
.wysiwyg .font-size-large {
  font-size: 1.75em;
}

/* 文字の間隔0.5em <span class="font-space-small"> */
.wysiwyg .font-space-small {
  letter-spacing: 0.5em;
  margin-left: 0.5em;
}

/* 文字の間隔1.0em <span class="font-space-medium"> */
.wysiwyg .font-space-medium {
  letter-spacing: 1em;
  margin-left: 1em;
}

/* 文字の間隔1.5em <span class="font-space-large"> */
.wysiwyg .font-space-large {
  letter-spacing: 1.5em;
  margin-left: 1.5em;
}

/* 文字の間隔2.0em <span class="font-space-xlarge"> */
.wysiwyg .font-space-xlarge {
  letter-spacing: 2em;
  margin-left: 2em;
}

/* アドレス */
.wysiwyg address {
  padding: 1em 2em;
  box-sizing: border-box;
  font-style: italic;
  background: #EEE;
  margin: 0.5em 1em 2em;
}
@media only screen and (max-width: 768px) {
  .wysiwyg address {
    margin: 0.5em 0 0;
  }
}

/* 短い引用 */
.wysiwyg q:before {
  content: '"';
  display: inline-block;
}

.wysiwyg q:after {
  content: '"';
  display: inline-block;
}

.wysiwyg q q:before {
  content: "'";
  display: inline-block;
}

.wysiwyg q 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: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, "ＭＳ Ｐゴシック";
}

/* 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;
}
@media only screen and (max-width: 768px) {
  .post-pht-txt .post-pht {
    float: none;
    width: 100%;
    margin: 0 0 2% 0;
  }
}

.post-pht-txt .wysiwyg {
  margin-bottom: 5em;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@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: flex;
}

/* related-file */
.related-file {
  margin: 1em 0;
}
.related-file a {
  color: #23528D;
  display: block;
  text-decoration: underline;
  padding-left: 2.5em;
  margin: 1em 0;
  position: relative;
}
.related-file a:before {
  content: "";
  width: 21px;
  height: 19px;
  background: url(../img/common/ico_file_h.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 1em;
  position: absolute;
  top: 0.25em;
  left: 0.5em;
}
.related-file a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

/* related-link */
.related-link {
  margin: 1em 0;
}
.related-link a {
  color: #23528D;
  display: block;
  text-decoration: underline;
  padding-left: 2.5em;
  margin: 1em 0;
  position: relative;
}
.related-link a:before {
  content: "";
  width: 19px;
  height: 19px;
  background: url(../img/common/ico_link_h.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 1em;
  position: absolute;
  top: 0.25em;
  left: 0.5em;
}
.related-link a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

/* related-youtube-link */
.related-youtube-link a {
  font-size: 1.8rem;
  border: 2px solid #1BA1E6;
  padding: 1em;
  margin: 0 0 1.5em;
  display: block;
  border-radius: 0.5em;
}

.related-youtube-link a:before {
  color: #023F9A;
  content: "\f167";
  font-weight: 900;
  font-family: "Font Awesome 5 brands";
  margin-right: 1em;
}

.btn-postback {
  margin: 3em 0 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .btn-postback {
    margin-bottom: 3em;
  }
}
.btn-postback a {
  color: #333;
  background: #DFDFDF;
  display: inline-block;
  font-size: 1.8rem;
  text-align: left;
  letter-spacing: 0.1em;
  border-radius: 35px;
  box-sizing: border-box;
  padding: 1em 4em;
  position: relative;
}
.btn-postback a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 1.5em;
  transform: translateY(-50%) rotateZ(45deg);
}
.btn-postback a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  #contents .post-content h2.post-sttl-small {
    margin: 0 0 1em;
    border-top: none;
    text-align: left;
  }
  .post-pht {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
  }
  .iframe-area {
    margin: 1em 0 3em;
  }
  /* post-date */
  .btn-postback a {
    font-size: 1.6rem;
  }
}
/* --------------------------------------------------

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: none;
  background: #EFEFEF;
  outline: none;
  border-radius: 0.5em;
  box-sizing: border-box;
}
textarea::placeholder {
  color: #000;
}

button {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  padding: 0.7em 1em;
  border-radius: 8px;
  cursor: pointer;
  border: none;
  color: #FFF;
  background: #23528D;
  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], input[type=date] {
  font-size: 1.4rem;
  width: 100%;
  vertical-align: middle;
  border: none;
  padding: 0.7em 1em;
  background: none;
  box-sizing: border-box;
  border-radius: 0.5em;
  outline: none;
  border: none;
  background: #EFEFEF;
}
input[type=text]::placeholder, input[type=number]::placeholder, input[type=tel]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=date]::placeholder {
  color: #000;
}
@media only screen and (max-width: 768px) {
  input[type=text], input[type=number], input[type=tel], input[type=email], input[type=password], input[type=date] {
    font-size: 1.6rem;
    padding: 0.4em 0.8em;
  }
}

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

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

input[type=file] {
  padding: 5px 0;
  background: none !important;
}

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

input {
  margin: 0.5em 0;
}

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

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

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

textarea.text-s {
  width: 80%;
}

@media only screen and (max-width: 768px) {
  input.text-s,
select.text-s {
    width: 100%;
    box-sizing: border-box;
  }
  input.text-ss,
select.text-ss {
    width: 35%;
    box-sizing: border-box;
  }
  input.text-sss,
select.text-sss {
    width: 30%;
    box-sizing: border-box;
  }
  textarea.text-s {
    width: 100%;
  }
}
.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;
  display: none;
}

fieldset legend.show {
  display: block !important;
  margin-bottom: 0.5em;
}

.flow-area {
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .flow-area {
    margin-bottom: 1.5em;
  }
}
.flow-area .flow-part {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part {
    display: block;
  }
}
.flow-area .flow-part > div {
  width: 30%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div {
    width: auto;
  }
}
.flow-area .flow-part > div p {
  color: #FFF;
  margin: 0 1.5em 0 0;
  padding: 0.8em 1.3em;
  background-color: #CECDCD;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p {
    width: auto;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4em;
    margin: 0;
    padding: 0.2em 0;
    position: relative;
  }
  .flow-area .flow-part > div p:after {
    display: none;
  }
}
.flow-area .flow-part > div p span {
  font-size: 1.6rem;
  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 #CECDCD;
  border-top: 2.7em solid transparent;
  border-bottom: 2.7em solid transparent;
  display: block;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
}
@media only screen and (max-width: 768px) {
  .flow-area .flow-part > div p:after {
    display: none;
  }
}
.flow-area .flow-part > div.active p {
  font-weight: bold;
  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 #CECDCD;
    display: block;
    margin: 3px auto;
  }
  .flow-area .flow-part > div:last-child:after {
    display: none;
  }
}
.flow-area .step-bar ul {
  display: flex;
  width: 80%;
  position: relative;
  margin: 2em auto 2.5em;
  text-align: center;
}
.flow-area .step-bar li {
  color: #BE2439;
  font-size: 1.6rem;
  list-style: none;
  position: relative;
  width: 33.333%;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  line-height: 1.2;
}
.flow-area .step-bar li:after {
  background: #BE2439;
  content: "";
  width: calc(100% - 5.5em);
  height: 2px;
  position: absolute;
  left: calc(-50% + 2.8em);
  right: auto;
  top: 1.4em;
  z-index: 0;
}
.flow-area .step-bar li:first-child:after {
  display: none;
}
.flow-area .step-bar li span {
  background: #FFF;
  color: #BE2439;
  border: 2px solid #BE2439;
  padding: 0.3em 0.75em;
  display: inline-block;
  margin-bottom: 1em;
  border-radius: 50%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.flow-area .step-bar .visited:after {
  background: #BE2439;
}
.flow-area .step-bar .visited span {
  background: #BE2439;
  color: #FFF;
  z-index: 10;
}
.flow-area .step-bar li:nth-child(2).visited span {
  background: #BE2439;
}
.flow-area .step-bar li:last-child.visited span {
  background: #BE2439;
}
@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;
  }
}

.attention-block {
  overflow-y: scroll;
  max-height: 9em;
  line-height: 1.75;
  margin: 2em 0 4em;
}

.form-area .table-form {
  background-image: linear-gradient(to right, #D8D4D4, #D8D4D4 5px, transparent 5px, transparent 10px);
  background-size: 10px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.form-area .table-form.no-border {
  background: none;
}
.form-area .table-form.no-border > dl:last-child {
  background: none;
}
.form-area .table-form > dl,
.form-area .table-form > fieldset > div {
  display: flex;
  align-items: baseline;
  background-image: linear-gradient(to right, #D8D4D4, #D8D4D4 5px, transparent 5px, transparent 10px);
  background-size: 10px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl,
.form-area .table-form > fieldset > div {
    width: 100%;
    padding: 1em 0;
    display: block;
  }
}
.form-area .table-form > dl > dt,
.form-area .table-form > dl > legend,
.form-area .table-form > fieldset > div > dt,
.form-area .table-form > fieldset > div > legend {
  font-weight: bold;
  width: 35%;
  min-width: 35%;
  padding: 2.5em 1.5em;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > dt,
.form-area .table-form > dl > legend,
.form-area .table-form > fieldset > div > dt,
.form-area .table-form > fieldset > div > legend {
    width: 100%;
    min-width: none;
    padding: 0.5em;
    border-right: none;
  }
}
.form-area .table-form > dl > dt > div.popup,
.form-area .table-form > dl > legend > div.popup,
.form-area .table-form > fieldset > div > dt > div.popup,
.form-area .table-form > fieldset > div > legend > div.popup {
  width: 100%;
  margin: 0.5em 0;
}
.form-area .table-form > dl > .left-fl,
.form-area .table-form > fieldset > div > .left-fl {
  width: 35%;
  min-width: 35%;
  padding: 1.5em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl > .left-fl,
.form-area .table-form > fieldset > div > .left-fl {
    width: 100%;
    min-width: none;
    padding: 0.5em;
    border-right: none;
  }
}
.form-area .table-form > dl > .left-fl legend,
.form-area .table-form > fieldset > div > .left-fl legend {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.form-area .table-form > dl > .left-fl .btn-copy,
.form-area .table-form > fieldset > div > .left-fl .btn-copy {
  color: #000;
  font-size: 1.5rem;
  margin-top: 1em;
  padding: 0.3em 0.5em 0.4em 1.8em;
  background: #FFF;
  border: 1px solid #23528D;
  position: relative;
}
.form-area .table-form > dl > .left-fl .btn-copy:before,
.form-area .table-form > fieldset > div > .left-fl .btn-copy:before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background: url(../img/common/ico_copy.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0.3em;
  transform: translateY(-50%);
}
.form-area .table-form > dl > dd,
.form-area .table-form > dl > .right-fl,
.form-area .table-form > fieldset > div > dd,
.form-area .table-form > fieldset > div > .right-fl {
  padding: 1.8em 1.5em;
  text-align: left;
  flex: 1;
}
.form-area .table-form > dl > dd .txt-upload,
.form-area .table-form > dl > .right-fl .txt-upload,
.form-area .table-form > fieldset > div > dd .txt-upload,
.form-area .table-form > fieldset > 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 > fieldset > div > dd span,
.form-area .table-form > fieldset > div > .right-fl span {
  margin: 0 0.3em 0.3em;
}
.form-area .table-form > dl > dd .txt-time,
.form-area .table-form > dl > .right-fl .txt-time,
.form-area .table-form > fieldset > div > dd .txt-time,
.form-area .table-form > fieldset > div > .right-fl .txt-time {
  width: 9em;
}
.form-area .table-form > dl > dd .txt-label,
.form-area .table-form > dl > .right-fl .txt-label,
.form-area .table-form > fieldset > div > dd .txt-label,
.form-area .table-form > fieldset > div > .right-fl .txt-label {
  color: #FFF;
  background: #333;
  font-size: 1.3rem;
  text-align: center;
  padding: 0.3em 0.5em;
  margin: 0 0 0 1em;
}
.form-area .table-form > dl > dd .txt-label.max,
.form-area .table-form > dl > .right-fl .txt-label.max,
.form-area .table-form > fieldset > div > dd .txt-label.max,
.form-area .table-form > fieldset > div > .right-fl .txt-label.max {
  background: #BE2439;
}
.form-area .table-form > dl > dd .txt-label.mid,
.form-area .table-form > dl > .right-fl .txt-label.mid,
.form-area .table-form > fieldset > div > dd .txt-label.mid,
.form-area .table-form > fieldset > div > .right-fl .txt-label.mid {
  background: #398C28;
}
.form-area .table-form > dl > dd .txt-label.min,
.form-area .table-form > dl > .right-fl .txt-label.min,
.form-area .table-form > fieldset > div > dd .txt-label.min,
.form-area .table-form > fieldset > div > .right-fl .txt-label.min {
  background: #23528D;
}
.form-area .table-form > dl > dd input,
.form-area .table-form > dl > .right-fl input,
.form-area .table-form > fieldset > div > dd input,
.form-area .table-form > fieldset > div > .right-fl input {
  border: none;
  background: #EFEFEF;
}
.form-area .table-form > dl > dd button,
.form-area .table-form > dl > .right-fl button,
.form-area .table-form > fieldset > div > dd button,
.form-area .table-form > fieldset > 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 > fieldset > div > dd,
.form-area .table-form > fieldset > div > .right-fl {
    width: 100%;
    padding: 0.5em;
    display: block;
    border-bottom: none;
    box-sizing: border-box;
  }
  .form-area .table-form > dl > dd button,
.form-area .table-form > dl > .right-fl button,
.form-area .table-form > fieldset > div > dd button,
.form-area .table-form > fieldset > div > .right-fl button {
    font-size: 1.3rem;
    padding: 0.5em 0.8em;
  }
}
.form-area .table-form > dl > dd > div,
.form-area .table-form > dl > .right-fl > div,
.form-area .table-form > fieldset > div > dd > div,
.form-area .table-form > fieldset > div > .right-fl > div {
  margin: 1em 0;
}
.form-area .table-form > dl .right-fl > div,
.form-area .table-form > fieldset > div .right-fl > div {
  margin-bottom: 0.6em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .form-area .table-form > dl .right-fl > div,
.form-area .table-form > fieldset > div .right-fl > div {
    flex-wrap: wrap;
  }
}
.form-area .table-form > dl .right-fl > div:last-child,
.form-area .table-form > fieldset > div .right-fl > div:last-child {
  margin: 0;
}
.form-area .table-form > dl .right-fl > div label,
.form-area .table-form > fieldset > div .right-fl > 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 > fieldset > div .right-fl > div label {
    width: auto;
    min-width: auto;
    margin-right: 0.5em;
  }
}
.form-area .table-form > dl .right-fl > div select + input,
.form-area .table-form > fieldset > div .right-fl > 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 > fieldset > div .right-fl > div select + input {
    margin: 0.7em 0 0;
  }
}
.form-area .first-block {
  padding-bottom: 1em;
  background-image: linear-gradient(to right, #D8D4D4, #D8D4D4 5px, transparent 5px, transparent 10px);
  background-size: 10px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding: 1em 1em 2em;
}
.form-area .first-block .list-circle {
  line-height: 1.7;
  list-style-position: inside;
  list-style-type: disc;
}
.form-area .first-block .list-circle > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.form-area .explain-box-red {
  border: 1px solid #BE2439;
  padding: 1em 0.5em;
}
.form-area .explain-box-red p.txt-explain {
  margin-bottom: 0;
}
.form-area p.txt-explain {
  font-size: 1.4rem;
  padding-top: 0.5em;
  margin: 0.5em 0;
}
.form-area p.txt-explain:first-child {
  margin-top: 0;
}
.form-area .txt-hidden {
  display: none;
}
.form-area input + p.txt-explain {
  margin-top: 0.5em;
}
.form-area p.txt-error {
  color: #BE2439;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
  margin: 0.5em 0;
}
.form-area strong.txt-required {
  color: #FFF;
  line-height: 1;
  padding: 0.3em 0.5em 0.4em;
  font-weight: normal;
  font-size: 1.3rem;
  background: #BE2439;
  display: inline-block;
  white-space: nowrap;
  float: right;
}
.form-area .forget-pass {
  margin: -2em 0 2em;
  text-align: center;
}
.form-area .forget-pass > p a {
  text-decoration: underline;
}
.form-area .agree-part {
  margin: 3em 0 2em;
  text-align: center;
}
.form-area .agree-part .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #BE2439;
  margin: 1em 0;
}
.form-area .agree-part > p {
  line-height: 2;
}
.form-area .agree-part > ul {
  list-style-position: inside;
  list-style-type: disc;
  margin: 1em 0;
}
.form-area .agree-part .check-agree {
  margin: 1em 0;
  display: flex;
  align-items: 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 input {
  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;
  }
}
@media only screen and (max-width: 768px) {
  .form-area .agree-part {
    text-align: left;
  }
  .form-area .agree-part .txt-error {
    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: 15em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form-area .btn-block a {
    width: 100%;
  }
}
.form-area .complete-part {
  background: #FFF;
  padding: 2em;
  margin: 3em 0;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part {
    padding: 2em 0;
    margin: 2em 0;
  }
}
.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 {
  color: #9B5580;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .form-area .complete-part p.txt-complete {
    font-size: 2rem;
    text-align: center;
  }
}
.form-area .complete-part ul {
  margin-top: 1em;
}
.form-area button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.form-area .login-ellor {
  border: 3px solid #BE2439;
  padding: 1em;
  color: #BE2439;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .form-area .login-ellor {
    text-align: left;
  }
}
.form-area .dl-child {
  font-size: 1.4rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.form-area .dl-child dt, .form-area .dl-child dd {
  padding: 0.3em;
  margin-bottom: 0.5em;
}
.form-area .dl-child dt {
  width: 6em;
  background: #EFEFEF;
  border-radius: 8px;
  text-align: center;
}
.form-area .dl-child dd {
  width: calc(100% - 6em);
  padding-left: 1em;
}
.form-area .dl-child dd ul {
  line-height: 1.7;
  list-style-position: inside;
  list-style-type: disc;
}
.form-area .dl-child dd ul > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.form-area .table-schedule {
  width: 100%;
  font-size: 1.4rem;
  margin: 1em 0;
}
.form-area .table-schedule caption {
  display: none;
}
.form-area .table-schedule th {
  width: 30%;
  background: #EFEFEF;
  text-align: center;
  padding: 0.5em;
  border-top: 1px solid #D8D4D4;
  border-bottom: 1px solid #D8D4D4;
}
.form-area .table-schedule th:last-child {
  width: 50%;
}
.form-area .table-schedule td {
  text-align: center;
  padding: 0.5em;
  border-bottom: 1px solid #D8D4D4;
}
.form-area .table-schedule .btn-request {
  font-size: 1.4rem;
  width: 100%;
  border-radius: 25px;
  padding: 0.5em;
  margin: 0.5em 0;
  border: 1px solid #23528D;
}
.form-area .table-schedule .btn-request.active {
  color: #333;
  background: #FFF;
}
.form-area.question .question-block {
  margin-bottom: 4em;
}
.form-area.question .question-block .txt-summary {
  margin-bottom: 1em;
}
.form-area.question .question-part {
  margin: 0 0.5em;
}
.form-area.question .question-part fieldset span {
  display: block;
  margin: 0.5em 0;
}
.form-area.question .question-part select,
.form-area.question .question-part textarea {
  background: #FFF;
  border: 1px solid #333;
  border-radius: 0;
}
.form-area.question .question-part .question-select,
.form-area.question .question-part .question-other {
  margin: 0.5em 0;
}
.form-area.question .question-part .question-select label,
.form-area.question .question-part .question-other label {
  display: none;
}
.form-area.question .question-part .answer-block {
  margin-bottom: 1em;
}

.list-circle {
  line-height: 1.7;
  list-style-position: inside;
  list-style-type: disc;
}
.list-circle > li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

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

password-block

-------------------------------------------------- */
.password-block {
  border: 2px solid #23528D;
  border-radius: 1.5em;
  margin: 2em auto;
}
.password-block .table-form {
  background: none;
}
.password-block .table-form dl {
  background: none;
}
@media only screen and (max-width: 768px) {
  .password-block {
    padding: 1em;
  }
}
.password-block.gallery {
  border: 1px solid #2D64A2;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .password-block.gallery .table-form dl {
    padding: 0;
  }
}
.password-block.gallery .table-form dl dt {
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .password-block.gallery .table-form dl dt {
    padding: 0;
  }
}
.password-block.gallery .table-form dl dt label {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .password-block.gallery .table-form dl dt label {
    margin: 0 auto;
  }
}

.password-check input[type=checkbox] + label {
  font-size: 1.4rem;
}
.password-check fieldset > span {
  margin: 0.5em 0.3em 0 !important;
}

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

bg-color

-------------------------------------------------- */
.bg-color {
  background: #FDFFEC;
}

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

modal

-------------------------------------------------- */
.modal-schedule .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal-schedule .modal__content {
  margin-top: 0;
  padding-right: 5em;
}
.modal-schedule .modal__btn-primary {
  background: #015EAE;
}
.modal-schedule .modal__footer {
  text-align: center;
}
.modal-schedule .modal__btn {
  font-size: 1.4rem;
  min-width: 8em;
  border-radius: 2em;
  margin: 0 0.5em;
}

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

header

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

#header {
  width: 100%;
  position: relative;
  background: #FFF;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
}
#header .header-top {
  display: flex;
  background: #FFF;
}
@media only screen and (max-width: 1244px) {
  #header .header-top {
    width: 100%;
    padding: 0.3em 1em 0.2em 0.2em;
    background: none;
  }
  #header .header-top.active-h {
    position: fixed;
  }
}
#header .header-top .logo-h {
  margin: 1em 0 0 1em;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .logo-h {
    margin: 0;
  }
}
#header .header-top .logo-h a:hover {
  opacity: 1;
}
#header .header-top .logo-h a img {
  width: 294px;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .logo-h a {
    width: 70%;
    position: static;
    display: block;
  }
  #header .header-top .logo-h a img {
    width: 210px;
  }
}
@media only screen and (max-width: 1244px) {
  #header .header-top .btn-skip {
    display: none;
  }
}
#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%;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
#header .header-top .r-function-block.fontsize {
  display: flex;
  flex-wrap: wrap;
}
#header .header-top .r-function-block.fontsize .btn-header {
  order: -1;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block {
    width: auto;
    display: block;
  }
}
#header .header-top .r-function-block .btn-lang {
  margin-right: 1%;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block .btn-lang {
    margin: 0 0.5em;
    display: block;
    position: absolute;
    right: 50px;
  }
}
#header .header-top .r-function-block .btn-lang .menu-lang {
  width: 100%;
  display: none;
  position: absolute;
  top: 1.5em;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #header .header-top .r-function-block .btn-lang .menu-lang {
    width: 6.8em;
    top: 2em;
    left: 0;
    right: auto;
  }
}
#header .header-top .r-function-block .btn-lang .menu-lang .list-lang {
  font-size: 1.6rem;
}
#header .header-top .r-function-block .btn-lang .menu-lang .list-lang li a {
  color: #FFF;
  font-size: 1.6rem;
  padding: 0.3em;
  display: block;
  text-align: center;
  background: #23528D;
}
#header .header-top .r-function-block .btn-lang > a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block .btn-lang > a {
    color: #015EAE;
    line-height: 1;
    padding: 0.5em;
    border-radius: 1em;
    border: 1px solid #015EAE;
    display: block;
  }
}
#header .header-top .r-function-block .btn-lang > a img {
  margin-right: 0.2em;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block .btn-lang > a img {
    display: none;
  }
}
#header .header-top .r-function-block .btn-lang li a.active {
  color: #23528D;
  font-weight: 700;
}
#header .header-top .r-function-block .btn-questionary a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block .btn-questionary a {
    display: none;
  }
}
#header .header-top .r-function-block .btn-questionary a img {
  margin-right: 0.2em;
  vertical-align: middle;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block .list-sns {
    display: none;
  }
}
#header .header-top .r-function-block .font-size {
  margin-right: 1.5%;
  display: flex;
  align-items: center;
}
#header .header-top .r-function-block .font-size dt {
  font-size: 1.6rem;
  margin-right: 0.7em;
}
#header .header-top .r-function-block .font-size dd a {
  padding: 0 0.3em 0.1em;
}
#header .header-top .r-function-block .font-size dd a.active {
  color: #000;
  background: #FFD800;
  border-radius: 50%;
}
#header .header-top .r-function-block .font-size dd a#fzL {
  font-size: 2.5rem;
}
#header .header-top .r-function-block .font-size dd.fl {
  order: 4;
}
#header .header-top .r-function-block .font-size::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0.1em 0 0.5em;
  border-top: 6px solid transparent;
  border-left: 8px solid #333;
  border-bottom: 6px solid transparent;
  display: block;
  order: 3;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block .font-size {
    display: none;
  }
}
#header .header-top .r-function-block .btn-search-block {
  background: #FFF;
  margin-right: 1%;
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block .btn-search-block {
    display: none;
  }
}
#header .header-top .r-function-block .btn-search-block .btn-search {
  color: #000;
  font-size: 1.6rem;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
}
#header .header-top .r-function-block .btn-search-block .btn-search img {
  margin-right: 0.3em;
}
#header .header-top .r-function-block .btn-search-block .btn-search:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
#header .header-top .r-function-block .btn-search-block .btn-search .btn-pc {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block .btn-search-block .btn-search .btn-pc {
    display: none;
  }
}
#header .header-top .r-function-block .btn-search-block .btn-search .ttl-menu {
  display: none;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block .btn-search-block .btn-search .ttl-menu {
    display: block;
  }
}
#header .header-top .r-function-block .btn-search-block .menu-search {
  min-width: 20em;
  background: #F3F7F9;
  display: none;
  position: absolute;
  top: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  border-radius: 10px;
}
#header .header-top .r-function-block .btn-search-block .menu-search fieldset {
  padding: 1em;
  display: flex;
  justify-content: space-between;
}
#header .header-top .r-function-block .btn-search-block .menu-search fieldset legend {
  display: none;
}
#header .header-top .r-function-block .btn-search-block .menu-search fieldset input {
  margin: 0;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  flex: 0.95;
  background: #FFF;
}
#header .header-top .r-function-block .btn-search-block .menu-search fieldset input::placeholder {
  color: #000;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block .btn-search-block .menu-search fieldset input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
  }
}
#header .header-top .r-function-block .btn-search-block .menu-search fieldset button {
  color: #FFF;
  font-size: 1.6rem;
  padding: 0.5em 1em;
  border-radius: 0.3em;
  border: none;
  background: #23528D;
  letter-spacing: 0.1em;
}
#header .header-top .r-function-block .btn-search-block .menu-search fieldset button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
#header .header-top .r-function-block .btn-header {
  margin-left: 1em;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block .btn-header {
    display: none !important;
  }
}
#header .header-top .r-function-block .btn-header a {
  color: #FFF;
  font-size: 1.8rem;
  padding: 1em 2em 1.2em 4em;
  display: block;
  background: #23528D url(../img/common/bg_btn_header_blue.png) repeat left center;
  background-size: contain;
  border-bottom-left-radius: 2em;
  position: relative;
}
#header .header-top .r-function-block .btn-header a:before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background: url(../img/common/ico_external.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 1.8em;
  transform: translateY(-50%);
  opacity: 0.8;
}
@media only screen and (max-width: 1244px) {
  #header .header-top .r-function-block .btn-header a {
    font-size: 1.2rem;
  }
}
#header #navi {
  margin-top: 1em;
  background: #FFF;
  position: relative;
}
@media only screen and (max-width: 1244px) {
  #header #navi {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 70px 0 1em;
    background: rgba(255, 255, 255, 0.93);
    display: none;
    overflow-y: scroll;
    position: absolute;
    z-index: 15;
  }
}
#header #navi .inner {
  width: auto;
}
#header #navi .inner .gnavi {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi {
    display: block;
  }
}
#header #navi .inner .gnavi > li {
  flex: 1;
  display: flex;
}
#header #navi .inner .gnavi > li.sp-only {
  display: none;
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li.sp-only {
    display: block;
  }
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li {
    display: block;
  }
}
#header #navi .inner .gnavi > li > a {
  width: 100%;
  padding: 0.8em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-bottom: 5px solid #FFF;
  font-size: 105%;
  font-weight: bold;
}
@media only screen and (max-width: 1520px) {
  #header #navi .inner .gnavi > li > a {
    font-size: 1.1vw;
  }
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li > a {
    font-size: 100%;
    width: 92%;
    margin: 0 auto;
    padding: 1em 1em 1.2em 0.3em;
    justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid #2d64a2;
  }
  #header #navi .inner .gnavi > li > a:after {
    content: "";
    width: 0.4em;
    height: 0.4em;
    margin: 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%) rotateZ(45deg);
  }
  #header #navi .inner .gnavi > li > a.to-lower:after {
    content: "";
    width: 1em;
    height: 2px;
    border: none;
    background: #23528D;
    transform: translateY(-50%) rotateZ(0);
  }
  #header #navi .inner .gnavi > li > a.to-lower:before {
    content: "";
    width: 1em;
    height: 2px;
    border: none;
    background: #23528D;
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%) rotateZ(90deg);
  }
  #header #navi .inner .gnavi > li > a.to-lower.open-m {
    border-bottom: none;
  }
  #header #navi .inner .gnavi > li > a.to-lower.open-m:before {
    display: none;
  }
}
#header #navi .inner .gnavi > li > .u-menu {
  width: 100%;
  padding: 2em 0 1em;
  display: none;
  background: #F0F2F9;
  position: absolute;
  top: 100%;
  left: 0;
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li > .u-menu {
    padding: 0;
    position: static;
  }
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li > .u-menu .u-menu-in {
    padding: 0;
    position: static;
  }
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt {
    width: 92%;
    margin: 1em auto;
    display: block;
  }
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li {
  margin-bottom: 1em;
  padding-left: 1.4em;
  min-width: 49%;
  display: inline-block;
  position: relative;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li.sp-nav-disp {
  display: none;
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li.sp-nav-disp {
    display: block;
  }
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li {
    width: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    position: relative;
  }
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li:nth-child(4n) {
  margin-right: 0;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li:before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background: url(../img/common/ico_circle_blue.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li:before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    margin: 0;
    border-top: 2px solid #23528D;
    border-right: 2px solid #23528D;
    display: inline-block;
    vertical-align: middle;
    background: none;
    transform: translateY(-50%) rotateZ(45deg);
  }
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li.another a {
    color: #9B5580;
  }
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li a {
  font-size: 1.6rem;
  font-weight: bold;
  flex: 1;
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li a {
    color: #23528D;
    padding: 0.7em 1em 0.7em 0.5em;
    display: block;
  }
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li.list-in-link {
  font-size: 1.6rem;
  font-weight: bold;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li.list-in-link p {
  padding: 0.7em 1em 0.7em 0.5em;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt li.list-in-link a {
  display: inline-block;
  text-decoration: underline;
  padding: 0;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt.list-side li {
  min-width: auto;
  margin-right: 4em;
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-txt.list-side li {
    margin-right: 0;
  }
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph {
    display: none;
  }
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph li a {
  text-align: center;
  display: block;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph li a figure > div {
  width: 100%;
  height: 90px;
  margin-bottom: 0.2em;
  position: relative;
  border-radius: 1em;
  overflow: hidden;
  z-index: 0;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph li a figure > div img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph li a figure figcaption {
  font-weight: bold;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph li.list-in-link {
  text-align: center;
  display: block;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph li.list-in-link figure > div {
  width: 100%;
  height: 90px;
  margin-bottom: 0.2em;
  position: relative;
  border-radius: 1em;
  overflow: hidden;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph li.list-in-link figure > div img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph li.list-in-link figure figcaption {
  font-weight: bold;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph li.list-in-link p a {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph.col3 {
  min-width: 55%;
  margin-right: 4%;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph.col3 > li {
  width: 31%;
  margin: 0 3.5% 1.5em 0;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph.col3 > li:nth-child(3n) {
  margin-right: 0;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph.col5 {
  width: 100%;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph.col5 > li {
  width: 40%;
  margin: 0 3% 1.5em 0;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph.col5 > li:nth-child(n+3) {
  width: 31%;
  margin: 0 3.5% 1.5em 0;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph.col5 > li:last-child {
  margin-right: 0;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph.col7 {
  width: 100%;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph.col7 > li {
  width: 30%;
  margin: 0 2% 1.5em 0;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph.col7 > li:nth-child(n+4) {
  width: 20%;
  margin: 0 3% 1.5em 0;
}
#header #navi .inner .gnavi > li > .u-menu .u-menu-in ul.list-ph.col7 > li:last-child {
  margin-right: 0;
}
#header #navi .inner .gnavi > li:hover > a, #header #navi .inner .gnavi > li:focus-within > a {
  border-bottom: 5px solid #23528D;
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li:hover > a, #header #navi .inner .gnavi > li:focus-within > a {
    border-bottom: 1px solid #2d64a2;
  }
}
#header #navi .inner .gnavi > li:hover > .u-menu, #header #navi .inner .gnavi > li:focus-within > .u-menu {
  display: block;
}
@media only screen and (max-width: 1244px) {
  #header #navi .inner .gnavi > li:hover > .u-menu, #header #navi .inner .gnavi > li:focus-within > .u-menu {
    display: none;
  }
}
#header #navi .r-function-block {
  margin: 2em 0 0;
  display: none;
}
@media only screen and (max-width: 1244px) {
  #header #navi .r-function-block {
    display: flex;
    justify-content: center;
    margin: 0;
  }
}
#header #navi .r-function-block .list-sns {
  width: 100%;
  margin: 0 0 2em;
  order: 3;
}
@media only screen and (max-width: 1244px) {
  #header #navi .r-function-block .list-sns {
    margin-left: 4%;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    order: 1;
    margin-bottom: 0;
  }
}
#header #navi .r-function-block .list-sns li {
  margin: 0 1em;
}
@media only screen and (max-width: 1244px) {
  #header #navi .r-function-block .list-sns li {
    margin: 0.5em 0.5em 0 0;
  }
}
#header #navi .r-function-block .list-sns li a {
  font-size: 1.4rem;
}
#header #navi .r-function-block .list-sns li a:before {
  color: #FFF;
}
#header #navi .r-function-block .font-size {
  width: 100%;
  margin-right: 2%;
  margin-bottom: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  order: 2;
}
@media only screen and (max-width: 1244px) {
  #header #navi .r-function-block .font-size {
    flex-wrap: nowrap;
  }
}
#header #navi .r-function-block .font-size dt {
  width: 100%;
  font-size: 1.6rem;
  text-align: right;
}
@media only screen and (max-width: 1244px) {
  #header #navi .r-function-block .font-size dt {
    font-size: 1.3rem;
    font-weight: bold;
    margin-right: 0.5em;
    white-space: nowrap;
  }
}
#header #navi .r-function-block .font-size dd a {
  padding: 0 0.3em 0.1em;
  color: #000;
}
#header #navi .r-function-block .font-size dd a.active {
  color: #000;
  font-weight: bold;
  background: #FFD800;
  border-radius: 50%;
}
#header #navi .r-function-block .font-size dd a#fzL {
  font-size: 2.5rem;
}
#header #navi .r-function-block .font-size dd.fl {
  order: 4;
}
#header #navi .r-function-block .font-size::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0.1em 0 0.5em;
  border-top: 6px solid transparent;
  border-left: 8px solid #333;
  border-bottom: 6px solid transparent;
  display: block;
  order: 3;
}
#header #navi .r-function-block .btn-lang {
  display: none;
}
#header #navi .r-function-block .btn-lang .menu-lang {
  width: 100%;
  display: none;
  position: absolute;
  top: 1.5em;
  right: 0;
  z-index: 10;
}
#header #navi .r-function-block .btn-lang .menu-lang .list-lang {
  font-size: 1.6rem;
}
#header #navi .r-function-block .btn-lang .menu-lang .list-lang li a {
  color: #FFF;
  font-size: 1.6rem;
  padding: 0.3em;
  display: block;
  text-align: center;
  background: #23528D;
}
#header #navi .r-function-block .btn-lang > a {
  color: #FFF;
  width: 80%;
  margin: 0 auto;
  padding: 0.3em 1em;
  background: #23528D;
  border-radius: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header #navi .r-function-block .btn-lang > a img {
  margin-right: 0.2em;
}
#header #navi .r-function-block .btn-lang li a.active {
  color: #23528D;
  font-weight: 700;
}
#header #navi .r-function-block .btn-search-block {
  display: none;
}
#header #navi .r-function-block .btn-questionary {
  display: none;
}
#header #navi .r-function-block .btn-header {
  display: none;
}

@media only screen and (max-width: 1244px) {
  body.fixed-body {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  body.fixed-body #header .header-top {
    background: #FFF;
    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: 1244px) {
  .btn-menu {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.btn-menu a {
  padding: 0.2em 0.3em 0.2em;
  display: block;
  text-align: center;
  background: #23528D url(../img/common/bg_btn_header_blue.png) repeat left center;
  border-radius: 0 0 0 0.7em;
  position: fixed;
  top: 0;
  right: 0;
}
.btn-menu a div {
  position: relative;
  width: 20px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.btn-menu a div span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  border-radius: 15px;
}
.btn-menu a div span:nth-of-type(1) {
  top: 0;
}
.btn-menu a div span:nth-of-type(2) {
  top: 6px;
}
.btn-menu a div span:nth-of-type(3) {
  bottom: 0;
}
.btn-menu a div span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FFF;
  transition: all 0.4s;
}
.btn-menu a.open span:nth-of-type(1) {
  transform: translateY(20px) scale(0);
}
.btn-menu a.open span:nth-of-type(2) {
  transform: rotate(-45deg);
}
.btn-menu a.open span:nth-of-type(2)::after {
  transform: rotate(90deg);
}
.btn-menu a.open span:nth-of-type(3) {
  transform: translateY(-20px) scale(0);
}
.btn-menu a button {
  min-width: 3.5em;
  display: block;
  font-size: 60%;
  width: 100%;
  margin-top: 0.2em;
  padding: 0 0.3em;
  background: none;
  border: none;
  display: block;
}

.btn-sp-block {
  display: flex;
  align-items: center;
}

.btn-sp-block {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
  display: none;
}
@media only screen and (max-width: 1244px) {
  .btn-sp-block {
    margin-bottom: 1em;
  }
  .btn-sp-block .btn-eventmap {
    margin-bottom: 1em;
  }
  .btn-sp-block .btn-questionary a {
    color: #23528D;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
  }
  .btn-sp-block .btn-questionary a img {
    margin-right: 0.2em;
  }
}

/* スマホ 下部固定メニュー */
.snav-block {
  display: none;
}
@media only screen and (max-width: 768px) {
  .snav-block {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 10;
  }
  .snav-block .snav-list {
    display: flex;
  }
  .snav-block .snav-list .list-item {
    width: 33.3333333333%;
    display: flex;
  }
  .snav-block .snav-list .list-item a {
    width: 100%;
    display: block;
    color: #FFF;
    font-size: 0.9rem;
    font-weight: bold;
    text-align: center;
    padding: 1em 0.5em;
  }
  .snav-block .snav-list .list-item a::before {
    content: "";
    display: block;
    width: 3em;
    height: 3em;
    margin: 0 auto 0.3em;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .snav-block .snav-list .list-item a[target=_blank] span:before {
    content: "";
    width: 12px;
    height: 10px;
    background: url(../img/common/ico_snav_external_h.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  .snav-block .snav-list .list-item.eventmap a {
    color: #23528D;
    background-color: #FFD800;
  }
  .snav-block .snav-list .list-item.eventmap a::before {
    content: "";
    background-image: url(../img/common/ico_snav_eventmap_h.svg);
  }
  .snav-block .snav-list .list-item.program a {
    background-color: #338551;
  }
  .snav-block .snav-list .list-item.program a::before {
    content: "";
    background-image: url(../img/common/ico_snav_program_h.svg);
  }
  .snav-block .snav-list .list-item.group a {
    background-color: #CB4857;
  }
  .snav-block .snav-list .list-item.group a::before {
    content: "";
    background-image: url(../img/common/ico_snav_group_h.svg);
  }
}

/* スマホ 下部固定メニュー hover透過させない */
#header .snav-block a:hover {
  opacity: 1;
}

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

footer

-------------------------------------------------- */
#footer {
  color: #333;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding-bottom: 60px;
  }
}
#footer .info-footer {
  padding: 2.5em 0 3.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer {
    display: block;
    padding: 0em 0 1.5em;
  }
}
#footer .info-footer .name-f {
  margin-right: 3em;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .name-f {
    width: 180px;
    margin: 1.5em auto 0;
  }
}
#footer .info-footer .info-tfm {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .info-tfm {
    margin-top: 0.2em;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .info-tfm p {
    font-size: 1.2rem;
  }
}
#footer .info-footer .info-tfm p.name-assembly {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .info-tfm p.name-assembly {
    font-size: 1.6rem;
  }
}
#footer .info-footer .info-tfm p.name-assembly span {
  font-weight: normal;
  font-size: 1.8rem;
  display: block;
}
@media only screen and (max-width: 768px) {
  #footer .info-footer .info-tfm p.name-assembly span {
    font-size: 1.3rem;
  }
}
#footer .info-footer .info-tfm p span + span {
  margin-left: 0.5em;
}
#footer .info-footer .info-tfm p span + span a {
  text-decoration: underline;
}
#footer .bottom-footer {
  padding: 0.5em 0 0.7em;
  background: #23528D;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  #footer .bottom-footer {
    padding: 1.5em 0 0.7em;
    display: block;
  }
}
#footer .bottom-footer .link-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  order: 2;
}
@media only screen and (max-width: 768px) {
  #footer .bottom-footer .link-footer {
    margin-bottom: 1em;
    display: block;
  }
}
#footer .bottom-footer .link-footer li {
  margin: 0 2em;
}
#footer .bottom-footer .link-footer li a {
  color: #FFF;
  text-align: center;
  display: block;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #footer .bottom-footer .link-footer li {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
}
#footer .copy {
  font-size: 1.2rem;
  padding: 1em 0;
  text-align: center;
  letter-spacing: 0.1em;
  order: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer .copy {
    font-size: 1rem;
  }
}
#footer .page-top a {
  color: #FFF;
  font-size: 2rem;
  padding: 1.2em;
  line-height: 1.3;
  letter-spacing: 0.1em;
  background: #23528D url(../img/common/bg_btn_header_blue.png) repeat left center;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  right: 2%;
  bottom: 10%;
  z-index: 100;
  transition: all 0.4s;
}
#footer .page-top a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
#footer .page-top a span {
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
#footer .page-top a:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  margin: 0 auto;
  border-left: 3px solid #FFF;
  border-top: 3px solid #FFF;
  display: block;
  transform: rotateZ(45deg);
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #footer .page-top a {
    font-size: 1.3rem;
  }
}
#footer .page-top img {
  width: 4.2em;
}
#footer .page-top img:hover {
  opacity: 1;
}

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

タイトル

-------------------------------------------------- */
/* page-ttl */
.page-ttl {
  margin-right: calc(-50vw + 50%);
  margin-top: 0;
  font-size: 3rem;
  letter-spacing: 0.2em;
  padding: 2.5em 0;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  color: #23528D;
}
@media only screen and (max-width: 768px) {
  .page-ttl {
    padding: 0.5em 0 0;
    margin-bottom: 5em;
    overflow: unset;
    z-index: 10;
    text-align: center;
  }
}
.page-ttl:before, .page-ttl:after {
  content: "";
  display: block;
  position: absolute;
}
.page-ttl:before {
  width: 71%;
  height: 90%;
  right: 0;
  top: 0;
  background: url(../img/common/ttl_news_h.jpg) no-repeat right center;
  background-size: cover;
  border-radius: 200px 0 0 200px;
  z-index: -1;
}
@media only screen and (max-width: 1520px) {
  .page-ttl:before {
    width: 69%;
  }
}
@media only screen and (max-width: 1244px) {
  .page-ttl:before {
    width: 65%;
  }
}
@media only screen and (max-width: 768px) {
  .page-ttl:before {
    top: auto;
    bottom: -4.3em;
    width: 150%;
    height: 140%;
    right: -60%;
  }
}
.page-ttl:after {
  width: 3.6em;
  height: 4.8em;
  bottom: 0;
  right: 67%;
  background: url(../img/common/ph_ttl_illust_h.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1520px) {
  .page-ttl:after {
    right: 64%;
  }
}
@media only screen and (max-width: 1244px) {
  .page-ttl:after {
    right: 62%;
  }
}
@media only screen and (max-width: 1200px) {
  .page-ttl:after {
    width: 3.2em;
    height: 4.4em;
    right: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .page-ttl:after {
    right: 60%;
    height: 4em;
    right: auto;
    left: 0;
    top: auto;
    bottom: -4em;
  }
}
.page-ttl.view, .page-ttl.map, .page-ttl.news, .page-ttl.questionnaire, .page-ttl.gallery, .page-ttl.inquiry, .page-ttl.serch, .page-ttl.group, .page-ttl.enbutai, .page-ttl.ambassador, .page-ttl.parade, .page-ttl.live {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-ttl.view:after, .page-ttl.map:after, .page-ttl.news:after, .page-ttl.questionnaire:after, .page-ttl.gallery:after, .page-ttl.inquiry:after, .page-ttl.serch:after, .page-ttl.group:after, .page-ttl.enbutai:after, .page-ttl.ambassador:after, .page-ttl.parade:after, .page-ttl.live:after {
    content: none;
  }
}
.page-ttl.news:before {
  background: url(../img/common/ttl_news_h.jpg) no-repeat right center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl.news:before {
    content: none;
  }
}
.page-ttl.questionnaire:before {
  background: url(../img/common/ttl_questionnaire_h.jpg) no-repeat right center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl.questionnaire:before {
    content: none;
  }
}
.page-ttl.gallery:before {
  background: url(../img/common/ttl_gallery_h.jpg) no-repeat right center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl.gallery:before {
    content: none;
  }
}
.page-ttl.inquiry:before {
  background: url(../img/common/ttl_inquiry_h.jpg) no-repeat right center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl.inquiry:before {
    content: none;
  }
}
.page-ttl.serch:before {
  background: url(../img/common/ttl_serch_h.jpg) no-repeat right center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl.serch:before {
    content: none;
  }
}
.page-ttl.group:before {
  background: url(../img/common/ttl_group_h.jpg) no-repeat right center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl.group:before {
    content: none;
  }
}
.page-ttl.view:before {
  background: url(../img/common/ttl_view_h.jpg) no-repeat right center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl.view:before {
    content: none;
  }
}
.page-ttl.enbutai:before {
  background: url(../img/common/ttl_enbutai_h.jpg) no-repeat right center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl.enbutai:before {
    content: none;
  }
}
.page-ttl.support:before {
  background: url(../img/common/ttl_support_h.jpg) no-repeat right center;
  background-size: cover;
}
.page-ttl.about:before {
  background: url(../img/common/ttl_about_h.jpg) no-repeat right center;
  background-size: cover;
}
.page-ttl.ambassador:before {
  background: url(../img/common/ttl_ambassador_h.jpg) no-repeat right center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl.ambassador:before {
    content: none;
  }
}
.page-ttl.parade:before {
  background: url(../img/common/ttl_parade_h.jpg) no-repeat right center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl.parade:before {
    content: none;
  }
}
.page-ttl.live:before {
  background: url(../img/common/ttl_live_h.jpg) no-repeat right center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl.live:before {
    content: none;
  }
}
.page-ttl.map:before {
  background: url(../img/common/ttl_map_h.jpg) no-repeat right center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page-ttl.map:before {
    content: none;
  }
}
.page-ttl.map:after {
  bottom: 20%;
  right: 73%;
  background: url(../img/common/ph_ttl_illust-map_h.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1244px) {
  .page-ttl.map:after {
    right: 58%;
  }
}
@media only screen and (max-width: 768px) {
  .page-ttl.map:after {
    right: 60%;
    height: 3em;
    right: auto;
    left: 0;
    top: auto;
    bottom: -4.5em;
  }
}
.page-ttl span {
  padding-top: 1em;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-ttl span {
    padding-top: 0;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page-ttl {
    font-size: 2.2rem;
  }
}

.ttl-large,
.ttl-large-d,
.ttl-large-dc,
.ttl-large-dantai {
  border-bottom: 1px solid #CECDCD;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.5em 0 0.5em 1em;
  margin: 0 0 1em;
  background: #BE2439;
  color: #fff;
  overflow: hidden;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  .ttl-large,
.ttl-large-d,
.ttl-large-dc,
.ttl-large-dantai {
    font-size: 1.8rem;
    margin: 0 0 1em;
  }
}
.ttl-large.green,
.ttl-large-d.green,
.ttl-large-dc.green,
.ttl-large-dantai.green {
  background: #338551;
}

.ttl-large-d {
  position: relative;
  z-index: 5;
}
.ttl-large-d::after {
  content: "";
  background: #23528D;
  background: url(../img/common/bg_ttl-large_r_h.svg) no-repeat center center;
  display: block;
  width: 223px;
  height: 109px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.ttl-large-dc {
  padding: 0.5em 1em 0.5em 2.5em;
  border-radius: 2em;
  position: relative;
  z-index: 5;
}
.ttl-large-dc::before {
  content: "";
  background-color: #C98C2F;
  border-radius: 50%;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 0;
  left: 1.2em;
  bottom: 0;
  margin: auto;
}
.ttl-large-dc::after {
  content: "";
  background: #23528D;
  background: url(../img/common/bg_ttl-large_r_h.svg) no-repeat center center;
  display: block;
  width: 223px;
  height: 109px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.ttl-large-dantai {
  padding: 0.5em 1em 0.5em 2.5em;
  border-radius: 2em;
  position: relative;
  z-index: 5;
  background: #99C7F5;
  color: #000;
}
.ttl-large-dantai::before {
  content: "";
  background-color: #D9566A;
  border-radius: 50%;
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  top: 0;
  left: 1.2em;
  bottom: 0;
  margin: auto;
}
.ttl-large-dantai::after {
  content: "";
  background: #23528D;
  background: url(../img/common/bg_ttl-large_dantai.svg) no-repeat center center;
  display: block;
  width: 223px;
  height: 109px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.ttl-large-news h3 {
  font-size: 1.8rem;
  color: #333;
  border-bottom: 5px solid #AF6B7F;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding: 0 0 0.8em;
  margin: 1em 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ttl-large-news h3 {
    font-size: 1.8rem;
    /*padding:  0.5em 0.5em 0.5em 2.5em;*/
    padding: 0.5em 0;
    font-weight: bold;
  }
}
.ttl-large-news h3::after {
  content: "";
  background: #FFD800;
  display: block;
  width: 5em;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.ttl-large-news.enbutai h3 {
  border-bottom: 5px solid #23528D;
}

.ttl-large-hakata {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: bold;
  background: #BE2439 url(../img/common/bg_ttl-hakataori_h.svg) repeat center;
  border-bottom: 1px solid #E7EAED;
  border-radius: 0.5em;
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .ttl-large-hakata {
    font-size: 2rem;
    padding: 0.5em;
  }
}
.ttl-large-hakata::after {
  content: "";
  background: #23528D;
  background: url(../img/common/bg_ttl-hakata_h.svg) no-repeat center center/contain;
  display: block;
  width: 8em;
  height: 6em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .ttl-large-hakata::after {
    width: 5em;
    height: 3em;
  }
}

.ttl-large-pattern {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 12px;
  padding: 1em 1em 1em 3em;
  position: relative;
  background: linear-gradient(45deg, #B24A6B 25%, transparent 25%, transparent 75%, #B24A6B 75%), linear-gradient(45deg, #B24A6B 25%, transparent 25%, transparent 75%, #B24A6B 75%);
  background-color: #B55372;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  margin-bottom: 1.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-large-pattern {
    font-size: 2rem;
    padding: 0.5em 1em 0.5em 2em;
  }
}
.ttl-large-pattern a:hover {
  color: #FFF;
}
.ttl-large-pattern:before {
  content: "";
  background-color: #FFD800;
  border-radius: 3px;
  display: inline-block;
  height: 1.8em;
  width: 9px;
  position: absolute;
  top: 0;
  left: 1.2em;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .ttl-large-pattern:before {
    height: 1em;
    width: 6px;
    top: 0.8em;
    left: 0.8em;
    bottom: auto;
  }
}

.ttl-middle {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 3em 0 1em;
}
@media only screen and (max-width: 768px) {
  .ttl-middle {
    font-size: 2rem;
    margin: 2em 0 1em;
  }
}
.ttl-middle span {
  padding-left: 2.5em;
}
.ttl-middle.stage span {
  background: url(../img/common/ico_ttl-middle01_h.svg) no-repeat left center/2em;
}
.ttl-middle.enbutai span {
  position: relative;
  padding-left: 0;
  display: block;
  /*background: url(../img/common/ico_ttl-enbutai.svg) no-repeat left center/2em;
  background-size: contain;*/
}
.ttl-middle.enbutai span::before {
  background: url(../img/common/ico_ttl-enbutai.svg) no-repeat;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: middle;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .ttl-middle.enbutai span::before {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 20px;
  }
}
.ttl-middle.tourism span {
  background: url(../img/common/ico_ttl-middle02_h.svg) no-repeat left center/2em;
}
.ttl-middle.group {
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .ttl-middle.group {
    margin-top: 3em;
  }
}
.ttl-middle.group span {
  position: relative;
  padding-left: 0;
  display: block;
  /*background: url(../img/common/ico_ttl-middle01_h.svg) no-repeat left center/2em;
  background-size: contain;*/
}
.ttl-middle.group span::before {
  background: url(../img/common/ico_ttl-middle01_h.svg) no-repeat;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: middle;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .ttl-middle.group span::before {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    position: absolute;
    width: 45px;
    height: 45px;
    bottom: 20px;
  }
}

/* ttl-small */
.ttl-small {
  padding: 0.5em 0.5em 0.4em 1em;
  margin: 1em 0 1.5em;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
}
.ttl-small:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 22px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #9B5580;
}
@media only screen and (max-width: 768px) {
  .ttl-small {
    font-size: 1.6rem;
  }
}

/* ttl-small-purple */
.ttl-small-purple {
  padding: 0.5em 0.5em 0.4em 2em;
  margin: 1em 0 1.5em;
  position: relative;
  font-size: 2.2rem;
  background: #9B5580;
  color: #fff;
  border-radius: 10px;
  font-weight: bold;
}
.ttl-small-purple:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 24px;
  top: 0.7em;
  left: 0.8em;
  background: url(../img/common/ico_ttl_p.svg) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .ttl-small-purple {
    font-size: 1.8rem;
  }
  .ttl-small-purple:before {
    height: 20px;
  }
}

/* ttl-msg */
.ttl-msg {
  border-bottom: 1px solid #BDC8D6;
  padding-bottom: 1em;
  margin: 1em 0;
}
.ttl-msg .ttl {
  font-size: 2.2rem;
  font-weight: bold;
  padding-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-msg .ttl {
    font-size: 1.8rem;
  }
}
.ttl-msg .date {
  color: #535353;
  font-size: 1.6rem;
  text-align: right;
  margin-top: 0.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-msg .date {
    font-size: 1.4rem;
  }
}

/* ttl-twotone */
.ttl-twotone {
  color: #333;
  border-bottom: 3px solid #9B5580;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.8em 0;
  margin: 1.5em 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .ttl-twotone {
    font-size: 1.8rem;
  }
}
.ttl-twotone::after {
  content: "";
  background: #72A46A;
  display: block;
  width: 5em;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.ttl-twotone .txt-question {
  display: inline-block;
  color: #FFF;
  background: #9B5580;
  font-size: 1.8rem;
  border-radius: 0.5em;
  padding: 0.3em 0.5em;
  margin: 0 1em 0 0.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-twotone .txt-question {
    font-size: 1.5rem;
    margin: 0;
    margin-right: 0.5em;
  }
}

/* ttl-section */
.ttl-section {
  margin-bottom: 1em;
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  color: #23528D;
}
@media only screen and (max-width: 768px) {
  .ttl-section {
    margin-bottom: 0.6em;
    font-size: 1.8rem;
  }
}

/* ttl-program */
.ttl-program {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .ttl-program {
    margin-bottom: 0.6em;
    font-size: 2rem;
    margin-top: 1em;
  }
}
.ttl-program span {
  font-size: 3.5rem;
  margin: 0.5em;
  position: relative;
}
.ttl-program span::after {
  content: "";
  background-color: #FEE66A;
  border-radius: 3px;
  display: inline-block;
  height: 8px;
  width: calc(100% + 0.5em);
  position: absolute;
  left: -0.25em;
  bottom: 4px;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .ttl-program span {
    font-size: 2.2rem;
  }
}

.ttl-program-sub {
  margin-top: 3em;
}

/* ttl-wave */
.ttl-wave {
  padding: 1em 0 1em 3em;
  margin-bottom: 1em;
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 1px solid #E0EEFB;
  background: url(../img/common/ico_wave.svg) no-repeat left center/2em;
}
@media only screen and (max-width: 768px) {
  .ttl-wave {
    margin-bottom: 0.6em;
    font-size: 1.8rem;
  }
}
.ttl-wave.no-line {
  margin-bottom: 0;
  border: none;
}
.ttl-wave .number {
  color: #23528D;
  padding-right: 1rem;
}

/* ttl-wave */
.ttl-stage {
  padding: 1em 0 1em 2.5em;
  margin-bottom: 1em;
  font-size: 2.5rem;
  font-weight: bold;
  border-bottom: 1px solid #E0EEFB;
  background: url(../img/common/ico_ttl-stage.svg) no-repeat left center/2em;
}
@media only screen and (max-width: 768px) {
  .ttl-stage {
    margin-bottom: 0.6em;
    font-size: 1.8rem;
  }
}
.ttl-stage.no-line {
  margin-bottom: 0;
  border: none;
}
.ttl-stage .number {
  color: #23528D;
  padding-right: 1rem;
}

/* ttl-section */
.ttl-underline {
  font-size: 2rem;
  padding: 1em 0;
  margin: 1em 0;
  border-bottom: 7px double #015EAE;
}
.ttl-underline button {
  color: #FFF;
  font-size: 1.4rem;
  margin-left: 1em;
  padding: 0.3em 2em 0.3em 1em;
  border-radius: 0.5em;
  background: #9B5580;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.ttl-underline button:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  right: 0.8em;
  background: url(../img/common/ico_btn_arrow_w.svg) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

/* ttl-simple */
.ttl-simple {
  color: #23528D;
  font-size: 2.2rem;
  font-weight: bold;
  border-bottom: 1px solid #BDC8D6;
  padding-bottom: 0.5em;
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .ttl-simple {
    font-size: 1.8rem;
  }
}

.ttl-l-line {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.2em;
  padding: 0.5em 0 0.5em 1em;
  margin: 0 0 1em;
  position: relative;
}
.ttl-l-line::after {
  content: "";
  background: #23528D;
  display: block;
  width: 4px;
  height: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}
@media only screen and (max-width: 768px) {
  .ttl-l-line {
    font-size: 1.6rem;
  }
}

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

テキスト

-------------------------------------------------- */
.txt-red {
  color: #BE2439;
}
.txt-red.center {
  text-align: center;
}
.txt-red.pc-center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .txt-red.pc-center {
    text-align: left;
  }
}

a:link.link-txt,
a:visited.link-txt {
  color: #23528D;
  text-decoration: underline;
}

.txt-lead {
  margin: 1em 0 2em 0;
}

.txt-area {
  margin-bottom: 2em;
}
.txt-area p {
  margin-bottom: 1em;
}
.txt-area p.pc-center {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .txt-area p.pc-center {
    text-align: left;
  }
}

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

リスト

-------------------------------------------------- */
.list-basic {
  list-style: none;
  line-height: 1.8;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.list-basic li {
  position: relative;
}
.list-basic li:before {
  content: "";
  background-color: #A7BD00;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 0.5em;
}
.list-basic li a:link {
  text-decoration: underline;
}

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

ボタン

-------------------------------------------------- */
.btn-base a {
  color: #FFF;
  background: #23528D url(../img/common/bg_btn_header_blue.png) repeat left center;
  display: inline-block;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 35px;
  box-sizing: border-box;
  min-width: 15em;
  padding: 0.8em 2em;
  position: relative;
}
.btn-base a:hover {
  opacity: 0.7;
}
.btn-base.back a {
  color: #333;
  background: #DFDFDF;
  padding: 0.8em 2em 0.8em 3em;
}
.btn-base.back a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  left: 1em;
  background: url(../img/common/ico_btn_arrow_b.svg) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.btn-base.back a:hover:before {
  left: 0.8em;
}
.btn-base.arrow a, .btn-base.border a {
  padding: 0.8em 3em 0.8em 2em;
}
.btn-base.arrow a:after, .btn-base.border a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  background: url(../img/common/ico_btn_arrow_w.svg) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.btn-base.arrow a:hover:after, .btn-base.border a:hover:after {
  right: 0.7em;
}
.btn-base.arrow.purple a, .btn-base.border.purple a {
  background: #8A4C72;
}
.btn-base.arrow.border a, .btn-base.border.border a {
  color: #333;
  background: #FFF;
  border: 1px solid #333;
}
.btn-base.arrow.border a:after, .btn-base.border.border a:after {
  background: url(../img/common/ico_btn_arrow_b.svg) no-repeat;
  transform: rotateY(180deg);
  top: 40%;
}
.btn-base.arrow.border.blue a, .btn-base.border.border.blue a {
  border: 1px solid #23528D;
}
.btn-base.arrow.border.blue a:after, .btn-base.border.border.blue a:after {
  background: url(../img/common/ico_btn_arrow_bl.svg) no-repeat;
}
.btn-base.arrow-back a {
  padding: 0.8em 2em 0.8em 3em;
}
.btn-base.arrow-back a:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%) rotateY(180deg);
  left: 1em;
  background: url(../img/common/ico_btn_arrow_w.svg) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.btn-base.arrow-back a:hover:before {
  left: 0.7em;
}
.btn-base.search a:before {
  content: "\f002";
  font-family: Fontawesome;
  display: inline-block;
  padding: 0 0.5em;
}
.btn-base.center {
  text-align: center;
}

button.btn-base {
  color: #FFF;
  background-color: #23528D;
  background: #23528D url(../img/common/bg_btn_header_blue.png) repeat left center;
  border: none;
  display: block;
  max-width: 250px;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 35px;
  box-sizing: border-box;
  padding: 0.7em 2em;
  margin: 0 1em;
  position: relative;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  button.btn-base {
    width: 100%;
    max-width: 14em;
    min-width: auto;
    font-size: 1.6rem;
    margin: 0.5em 0;
  }
}
button.btn-base:hover {
  opacity: 0.7;
}
button.btn-base.arrow:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  background: url(../img/common/ico_btn_arrow_w.svg) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
button.btn-base:hover:after {
  right: 0.7em;
}
button.btn-base.add:before {
  content: "";
  width: 28px;
  height: 20px;
  background: url(../img/common/ico_btn_add.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.5em;
}
button.btn-base.register {
  width: 100%;
  max-width: inherit;
}
button.btn-base.register:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/common/ico_btn_pen.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.5em;
}
button.btn-base.download {
  width: 100%;
  max-width: inherit;
}
button.btn-base.download:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/common/ico_btn_download_h.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.5em;
}
button.btn-base.download-list {
  width: 100%;
  max-width: inherit;
  background: #BE2439;
}
button.btn-base.download-list:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/common/ico_btn_download_h.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.5em;
}
button.btn-base.download-delete {
  width: 100%;
  max-width: inherit;
  background: #fff;
  color: #BE2439;
  border: 1px solid #BE2439;
}
button.btn-base.download-delete:before {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../img/common/ico_btn_cross.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.5em;
}
button.purple {
  background: #8A4C72;
}

.btn-popup {
  border: 1px solid #23528D;
  border-radius: 50%;
  padding: 0em 0.2em;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 100;
  color: #23528D;
  background: #fff;
}
.btn-popup:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.btn-popup:hover {
  color: #fff;
  background: #23528D;
}

.ttl-top {
  font-size: 3.8rem;
  margin: 1em 0 1.5em;
  padding: 0.5em;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.ttl-top:before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  vertical-align: middle;
}
.ttl-top.program:before {
  background: url(../img/common/ico_ttl_program_h.svg) no-repeat;
}
.ttl-top.view:before {
  background: url(../img/common/ico_ttl_view_h.svg) no-repeat;
}
.ttl-top.about:before {
  background: url(../img/common/ico_ttl_about_h.svg) no-repeat;
}
.ttl-top.gallery:before {
  background: url(../img/common/ico_ttl_gallery_h.svg) no-repeat;
}
.ttl-top.concours:before {
  background: url(../img/common/ico_ttl_concours_h.svg) no-repeat;
}
.ttl-top.coupon:before {
  background: url(../img/common/ico_ttl_coupon_h.svg) no-repeat;
}
.ttl-top.sightseeing:before {
  background: url(../img/common/ico_ttl_sightseeing_h.svg) no-repeat;
}
.ttl-top.sns:before {
  background: url(../img/common/ico_ttl_sns_h.svg) no-repeat;
}
.ttl-top.ougi:before {
  background: url(../img/common/ico_ttl_ougi_h.svg) no-repeat;
  background-size: contain;
}
.ttl-top span {
  display: block;
  padding-top: 1em;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #23528D;
}
@media only screen and (max-width: 768px) {
  .ttl-top span {
    font-size: 1.4rem;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .ttl-top {
    font-size: 2.2rem;
  }
}

.sttl-top {
  padding: 1em 0;
  margin: 1em 0 1.5em;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sttl-top {
    font-size: 2rem;
    margin: 2em 0 1.5em;
  }
}
.sttl-top span {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sttl-top span {
    display: block;
  }
}
.sttl-top span:before, .sttl-top span:after {
  content: "";
  display: block;
  position: absolute;
  width: 54px;
  height: 27px;
  background: url(../img/common/ico_sttl_dec_h.svg) no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}
.sttl-top span:before {
  left: -6rem;
}
@media only screen and (max-width: 768px) {
  .sttl-top span:before {
    top: -1.6em;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: inherit;
  }
}
.sttl-top span:after {
  right: -6rem;
}
@media only screen and (max-width: 768px) {
  .sttl-top span:after {
    display: none;
  }
}

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

アイコン

-------------------------------------------------- */
.icon-new {
  color: #FFF;
  background: #BE2439;
  border: 1px solid #FFF;
  border-radius: 0.3em;
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.1em 0.5em;
  margin: 0 -0.5em 0 1em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .icon-new {
    margin: 0.5em -0.5em 0 0.5em;
  }
}

.icon-required {
  color: #FFF;
  line-height: 1;
  padding: 0.3em 0.5em 0.4em;
  font-weight: normal;
  font-size: 1.3rem;
  background: #BE2439;
  display: inline-block;
  white-space: nowrap;
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .icon-required {
    font-size: 1.4rem;
  }
}

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

カテゴリー

-------------------------------------------------- */
.category {
  font-size: 1.3rem;
  color: #23528D;
  border: 1px solid #23528D;
  border-radius: 0.3em;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.1em 0.5em;
  margin: 0 0.2rem 0.5rem 0;
}
.category.news {
  color: #BE2439;
  border: 1px solid #BE2439;
  margin: 0 0.5rem 0.5rem;
}
@media only screen and (max-width: 768px) {
  .category.news {
    margin: 0.5em 0.5rem 0.5rem;
  }
}
.category.group {
  color: #8A4C72;
  border: 1px solid #8A4C72;
  margin: 0 0.5rem 0.5rem;
}
@media only screen and (max-width: 768px) {
  .category.group {
    margin: 0.5em 0.5rem 0.5rem;
  }
}

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

バッジ

-------------------------------------------------- */
.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: #23528D;
}

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

ラベル

-------------------------------------------------- */
.label-read {
  color: #333;
  background: #FFFA64;
  text-align: center;
  display: inline-block;
  border-radius: 1.5em;
  padding: 0.5em 1.5em;
}
.label-read.active {
  background: #F5F5F5;
}
@media only screen and (max-width: 768px) {
  .label-read {
    font-size: 1.3rem;
    padding: 0.3em 1em;
  }
}

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

文章

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

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

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

.link-icon {
  position: relative;
  display: block;
  padding-left: 2em;
}

.link-icon::before {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #23528D;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.link-icon::after {
  left: 7px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 7px;
  margin: auto;
  content: "";
}

#contents {
  overflow: hidden;
  margin-top: 10em;
}
@media only screen and (max-width: 1244px) {
  #contents {
    margin-top: 4em;
  }
}
@media only screen and (max-width: 768px) {
  #contents {
    margin-top: 4em;
  }
}

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

ぱんくず

-------------------------------------------------- */
.breadCrumbs {
  margin: 3% 0 1%;
  padding: 0.5em 0 0.7em 4em;
  margin-left: calc(-50vw + 8px + 50%);
  margin-right: calc(-50vw + 9px + 50%);
  background: #DDECFB;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .breadCrumbs {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media only screen and (max-width: 768px) {
  .breadCrumbs {
    width: auto;
    padding: 0.3em 1em 0.7em;
    position: relative;
    margin: 1% 0;
  }
}
.breadCrumbs ul {
  max-width: 1080px;
  margin: 0 auto;
}
.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.1rem;
    line-height: 1.2;
  }
}
.breadCrumbs li a {
  vertical-align: middle;
  text-decoration: underline;
  margin-right: 0.8em;
  color: #23528D;
}
.breadCrumbs li:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  transform: rotateZ(45deg);
  vertical-align: middle;
}
.breadCrumbs li:last-child:after {
  display: none;
}

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

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

-------------------------------------------------- */
.conditions {
  margin: 0 auto 5%;
  padding: 2% 0;
  display: flex;
  align-items: center;
  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;
    margin-top: 1em;
    display: inline-block;
  }
}
.conditions .paging-result {
  float: right;
  font-weight: bold;
}
.conditions dl {
  width: 88%;
  display: flex;
  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;
}

/* paging　*/
.paging {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .paging {
    font-size: 75%;
  }
}
.paging .pagingIn {
  text-align: right;
}
.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 .search-word {
  margin-bottom: 0.5em;
}
.paging .search-word span {
  color: #23528D;
  font-weight: bold;
  margin: 0 0.2em 0 0;
}
.paging a {
  color: #23528D;
  background: #FFF;
  font-weight: bold;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.3em 0.8em;
  border: 1px solid #23528D;
  border-radius: 0.5em;
}
.paging .current {
  color: #FFF;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.4em 1em;
  background: #23528D;
  border: none;
  border-radius: 0.3em;
}
.paging .prev a,
.paging .next a {
  border: none;
  text-decoration: underline;
  background: none;
}
.paging .prev a:hover,
.paging .next a:hover {
  color: #333;
  background: none;
}
.paging a:hover {
  color: #FFF;
  opacity: 1;
  background: #23528D;
}

.search-map-block {
  border-radius: 1em;
  padding: 1em 1em 1em;
  margin: 2em auto 1.5em;
  position: relative;
  background: #23528D;
  display: flex;
  position: relative;
  overflow: hidden;
}
.search-map-block:before {
  content: "";
  width: 8em;
  height: 4em;
  background: url(../img/common/ico_wave_wh.svg) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top: -1em;
  left: -2em;
}
.search-map-block::after {
  content: "";
  width: 8em;
  height: 4em;
  background: url(../img/common/ico_wave_wh.svg) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  bottom: -0.5em;
  left: 14em;
}
@media only screen and (max-width: 768px) {
  .search-map-block::after {
    left: auto;
    right: -2em;
  }
}
@media only screen and (max-width: 768px) {
  .search-map-block {
    padding: 0.5em 1em 1em 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    display: block;
  }
}
.search-map-block .ttl {
  color: #FFF;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  width: 20%;
}
.search-map-block .ttl span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  .search-map-block .ttl {
    display: block;
    font-size: 1.5rem;
    background: none;
    width: 100%;
    position: static;
    border-right: none;
    padding: 0;
    text-align: center;
  }
}
.search-map-block .ttl:before {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url(../img/common/ico_search_w.svg) no-repeat center/contain;
  display: block;
  vertical-align: middle;
  margin: 0.5em auto;
}
@media only screen and (max-width: 768px) {
  .search-map-block .ttl:before {
    display: inline-block;
    width: 1em;
    margin-right: 1em;
    margin-top: 0.3em;
  }
}
.search-map-block fieldset {
  width: 75%;
}
@media only screen and (max-width: 768px) {
  .search-map-block fieldset {
    width: 100%;
  }
}
.search-map-block .search-map-item {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  border-radius: 1em;
  padding: 1em;
}
@media only screen and (max-width: 768px) {
  .search-map-block .search-map-item {
    padding: 1em 1em 0;
  }
}
.search-map-block .search-map-item span {
  width: calc(50% - 0.5em);
  position: relative;
  margin-bottom: 0.8em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .search-map-block .search-map-item span {
    width: calc(50% - 0.5em);
    display: flex;
  }
  .search-map-block .search-map-item span:nth-child(2n+1):last-child {
    width: 100%;
  }
}
.search-map-block .search-map-item span:nth-child(even) {
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .search-map-block .search-map-item span.map-item label {
    display: flex;
    align-items: center;
  }
}
.search-map-block .search-map-item span.map-item label img {
  margin-right: 1rem;
  width: auto;
}
.search-map-block .search-map-item span input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 1em;
  bottom: 0;
  margin: auto;
}
.search-map-block .search-map-item span label {
  width: 100%;
  background: #E7EAED;
  cursor: pointer;
  border-radius: 0.5em;
  padding: 0.5em 0.5em 0.5em 2.5em;
  margin: 0;
  display: flex;
  height: 100%;
  align-items: center;
}
.search-map-block .search-map-item span input:checked[type=checkbox] + label,
.search-map-block .search-map-item span input:checked[type=radio] + label,
.search-map-block .search-map-item span label:hover {
  background: #E8D7E2;
  cursor: pointer;
}
.search-map-block .txt-offer {
  font-size: 1.4rem;
  text-align: right;
  position: relative;
  margin-top: 0.5em;
}
.search-map-block .txt-offer:before {
  content: "";
  width: 23px;
  height: 22px;
  background: url(../img/common/ico_map04_h.svg) no-repeat;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.5em;
}

.search-map-block-txt {
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .search-map-block-txt {
    margin: 0 auto 2em;
  }
}

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

snsボタン

-------------------------------------------------- */
.list-sns {
  display: flex;
  align-items: center;
  margin: 0 0 0 1em;
}
@media only screen and (max-width: 768px) {
  .list-sns {
    margin: 2em 0;
    justify-content: center;
  }
}
.list-sns li {
  margin-right: 1.1rem;
}
.list-sns li:last-child {
  margin: 0;
}
.list-sns li a {
  display: flex;
  align-items: center;
}
.list-sns li a:before {
  margin-right: 0.5em;
  display: block;
  font-family: "Font Awesome 5 Brands";
  border-radius: 50%;
}
.list-sns li.icon-facebook a:before {
  content: "\f39e";
}
.list-sns li.icon-twitter a:before {
  content: "\f099";
}
.list-sns li.icon-insta a:before {
  content: "\f16d";
}

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

検索ボタン

-------------------------------------------------- */
.search-wrap {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .search-wrap {
    text-align: right;
  }
}
.search-wrap .search-block {
  position: fixed;
  display: inline-block;
  z-index: 20;
}
.search-wrap .search-block.parade-search {
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  .search-wrap .search-block.parade-search {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .search-wrap .search-block {
    max-width: 96%;
    top: 125px !important;
    right: 0.5em;
    margin-top: 0;
  }
}
.search-wrap .search-block .search-part {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  background: #FFD90B;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0.5em;
  padding: 0.5em 2em 0.5em 1em;
  transition: all 0.5s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .search-wrap .search-block .search-part {
    display: inline-block;
    height: auto;
  }
}
.search-wrap .search-block .search-part:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 8px;
  border-color: transparent transparent transparent #977028;
  position: absolute;
  top: 1.25em;
  right: 0.75em;
}
@media only screen and (max-width: 768px) {
  .search-wrap .search-block .search-part:after {
    transform: rotate(-180deg);
  }
}
.search-wrap .search-block .search-part .search-btn {
  min-width: 1.5em;
  width: 9em;
  display: flex;
  padding: 0.5em 0;
}
.search-wrap .search-block .search-part .search-btn.coupon-search {
  width: 12em;
}
.search-wrap .search-block .search-part .search-btn img {
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .search-wrap .search-block .search-part .search-btn {
    width: auto;
    margin-bottom: auto;
  }
}
.search-wrap .search-block .search-part .search-btn a {
  display: inline-block;
}
.search-wrap .search-block .search-part .search-btn .search-txt {
  padding: 0 0.5em;
}
@media only screen and (max-width: 768px) {
  .search-wrap .search-block .search-part .search-btn .search-txt {
    white-space: nowrap;
    padding: 0 0 0 0.5em;
  }
}
.search-wrap .search-block .search-part .search-window {
  padding: 0.25em 0;
}
@media only screen and (max-width: 768px) {
  .search-wrap .search-block .search-part .search-window {
    flex-wrap: wrap;
  }
}
.search-wrap .search-block .search-part .search-window p {
  color: #333;
  font-size: 1.4rem;
  text-align: left;
  margin-top: 0.5em;
}
.search-wrap .search-block .search-part .search-window input {
  background: #FFF;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .search-wrap .search-block .search-part .search-window input {
    width: 100%;
  }
}
.search-wrap .search-block .search-part.active:after {
  transform: rotate(180deg);
}
@media only screen and (max-width: 768px) {
  .search-wrap .search-block .search-part.active:after {
    transform: rotate(0);
  }
}
.search-wrap .search-block.fixed {
  position: fixed;
  top: 1em;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .search-wrap .search-block.fixed {
    top: inherit;
  }
}

.embutai-search {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .embutai-search {
    position: inherit;
  }
}
.embutai-search .search-block {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .embutai-search .search-block {
    position: fixed;
  }
}

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

アイコンリスト

-------------------------------------------------- */
.icon-list {
  overflow: hidden;
}
.icon-list > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -1%;
}
.icon-list > ul li {
  font-size: 1.4rem;
  width: 11.5%;
  background: #F0F0F0;
  padding: 2em 0.5em;
  margin: 0 1% 1% 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .icon-list > ul li {
    width: 32.3333333333%;
  }
}
.icon-list > ul li:before {
  font-size: 2rem;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-bottom: 0.5em;
}
.icon-list > ul li.icon-paw:before {
  content: "\f1b0";
}
.icon-list > ul li.icon-bone:before {
  content: "\f5d7";
}

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

タブ

-------------------------------------------------- */
.tab-list {
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .tab-list {
    overflow: scroll;
    -ms-overflow-style: none; /* IE, Edge 対応 */
    scrollbar-width: none; /* Firefox 対応 */
  }
  .tab-list::-webkit-scrollbar {
    display: none; /* Chrome, Safari 対応 */
  }
}
.tab-list > li {
  flex: 1;
  display: flex;
}
.tab-list > li a {
  color: #515151;
  width: 100%;
  padding: 1em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #D5D5D5;
}
@media only screen and (max-width: 1244px) {
  .tab-list > li a {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  .tab-list > li a {
    padding: 0.5em 1em;
  }
}
.tab-list > li a:hover {
  color: #BE2439;
}
.tab-list > li.active a {
  color: #BE2439;
  border-bottom: 2px solid #BE2439;
}

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

テーブル

-------------------------------------------------- */
.table-base table {
  width: 100%;
}
.table-base table thead th,
.table-base table thead td,
.table-base table tbody th,
.table-base table tbody td {
  padding: 1em;
  border: 10px solid #FFF;
}
@media only screen and (max-width: 768px) {
  .table-base table thead th,
.table-base table thead td,
.table-base table tbody th,
.table-base table tbody td {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .table-base table thead th,
.table-base table thead td,
.table-base table tbody th,
.table-base table tbody td {
    display: block;
    width: 100%;
    border: none;
    border-top: 5px solid #FFF;
    border-bottom: 5px solid #FFF;
  }
}
.table-base table thead th,
.table-base table tbody th {
  color: #000;
  background: linear-gradient(45deg, #DFBDD8 25%, transparent 25%, transparent 75%, #DFBDD8 75%), linear-gradient(45deg, #DFBDD8 25%, transparent 25%, transparent 75%, #DFBDD8 75%);
  background-color: #DFB7D7;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
@media only screen and (max-width: 768px) {
  .table-base table thead th,
.table-base table tbody th {
    border: none;
  }
}
.table-base table thead th.t-left,
.table-base table tbody th.t-left {
  text-align: left;
}
.table-base table thead th.th-time,
.table-base table tbody th.th-time {
  width: 20%;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .table-base table thead th.th-time,
.table-base table tbody th.th-time {
    width: 100%;
    font-size: 2.2rem;
  }
}
.table-base table thead th.th-time span,
.table-base table tbody th.th-time span {
  font-size: 1.2rem;
  font-weight: normal;
}
.table-base table thead td.t-center,
.table-base table tbody td.t-center {
  text-align: center;
}
.table-base table thead td.t-right,
.table-base table tbody td.t-right {
  text-align: right;
}
.table-base table thead td .ttl-large-pattern,
.table-base table tbody td .ttl-large-pattern {
  margin-bottom: 0;
}
.table-base table thead td .ttl-large-pattern + ul,
.table-base table tbody td .ttl-large-pattern + ul {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .table-base table thead td .ttl-large-pattern + ul,
.table-base table tbody td .ttl-large-pattern + ul {
    margin-top: 0.5em;
  }
}
.table-base table thead td ul + .ttl-large-pattern,
.table-base table tbody td ul + .ttl-large-pattern {
  margin-top: 1em;
}
.table-base table thead tr:nth-child(odd),
.table-base table tbody tr:nth-child(odd) {
  background: #EFEFEF;
}

@media only screen and (max-width: 768px) {
  .table-base.table-scroll table {
    border: 10px solid #FFF;
  }
  .table-base.table-scroll table tr th,
.table-base.table-scroll table tr td {
    display: table-cell;
    width: inherit;
    border: 10px solid #FFF;
  }
}
.table-stagetime table {
  width: 100%;
  margin-bottom: 2em;
}
.table-stagetime table thead th,
.table-stagetime table thead td,
.table-stagetime table tbody th,
.table-stagetime table tbody td {
  padding: 1em;
  border: 1px solid #BC8EAA;
}
@media only screen and (max-width: 768px) {
  .table-stagetime table thead th,
.table-stagetime table thead td,
.table-stagetime table tbody th,
.table-stagetime table tbody td {
    display: block;
    width: 100%;
    border: none;
  }
}
.table-stagetime table thead th,
.table-stagetime table tbody th {
  color: #fff;
  background: linear-gradient(45deg, #9B5580 25%, transparent 25%, transparent 75%, #9B5580 75%), linear-gradient(45deg, #9B5580 25%, transparent 25%, transparent 75%, #9B5580 75%);
  background-color: #A05D86;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  padding: 1em 2em;
}
.table-stagetime table thead th.t-left,
.table-stagetime table tbody th.t-left {
  text-align: left;
}
.table-stagetime table thead th.th-time,
.table-stagetime table tbody th.th-time {
  width: 6em;
}
@media only screen and (max-width: 768px) {
  .table-stagetime table thead th.th-time,
.table-stagetime table tbody th.th-time {
    width: 100%;
  }
}
.table-stagetime table thead th.th-parade,
.table-stagetime table tbody th.th-parade {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .table-stagetime table thead th.th-parade,
.table-stagetime table tbody th.th-parade {
    width: 100%;
  }
}
.table-stagetime table thead td,
.table-stagetime table tbody td {
  vertical-align: top;
  line-height: 2;
  padding: 1em 2em;
}
.table-stagetime table thead td.t-center,
.table-stagetime table tbody td.t-center {
  text-align: center;
}
.table-stagetime table thead td.t-right,
.table-stagetime table tbody td.t-right {
  text-align: right;
}
.table-stagetime table thead td a,
.table-stagetime table tbody td a {
  color: #23528D;
  text-decoration: underline;
  margin-right: 1em;
}
.table-stagetime table thead td a:hover,
.table-stagetime table tbody td a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.table-stagetime table thead th {
  border-right: 1px solid #FFF;
}
.table-stagetime table thead th:last-child {
  border: 1px solid #BC8EAA;
}

@media only screen and (max-width: 768px) {
  .table-stagetime.table-scroll table {
    white-space: nowrap;
    border: 1px solid #BC8EAA;
  }
  .table-stagetime.table-scroll table tr th,
.table-stagetime.table-scroll table tr td {
    display: table-cell;
    width: inherit;
    border: 1px solid #BC8EAA;
  }
}
.table-simple table {
  width: 100%;
  margin-bottom: 2em;
}
.table-simple table thead th,
.table-simple table thead td,
.table-simple table tbody th,
.table-simple table tbody td {
  padding: 0.5em;
  border: 1px solid #DFE5EB;
}
@media only screen and (max-width: 768px) {
  .table-simple table thead th,
.table-simple table thead td,
.table-simple table tbody th,
.table-simple table tbody td {
    display: block;
    width: 100%;
  }
}
.table-simple table thead th,
.table-simple table tbody th {
  color: #fff;
  background: #9B5580;
}
.table-simple table thead th.t-left,
.table-simple table tbody th.t-left {
  text-align: left;
}
.table-simple table thead th.th-time,
.table-simple table tbody th.th-time {
  width: 10%;
}
@media only screen and (max-width: 768px) {
  .table-simple table thead th.th-time,
.table-simple table tbody th.th-time {
    width: 100%;
  }
}
.table-simple table thead th.th-parade,
.table-simple table tbody th.th-parade {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .table-simple table thead th.th-parade,
.table-simple table tbody th.th-parade {
    width: 100%;
  }
}
.table-simple table thead td,
.table-simple table tbody td {
  vertical-align: center;
  line-height: 2;
}
.table-simple table thead td.t-center,
.table-simple table tbody td.t-center {
  text-align: center;
}
.table-simple table thead td.t-right,
.table-simple table tbody td.t-right {
  text-align: right;
}
.table-simple table thead td a,
.table-simple table tbody td a {
  color: #23528D;
  text-decoration: underline;
  margin-right: 1em;
}
.table-simple table thead td a:hover,
.table-simple table tbody td a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .table-simple.table-scroll table {
    white-space: nowrap;
  }
  .table-simple.table-scroll table tr th,
.table-simple.table-scroll table tr td {
    display: table-cell;
    width: inherit;
  }
}
/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn-block {
  margin: 2em 0;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .btn-block {
    margin: 1em 0;
  }
}
.btn-block p {
  margin: 0 1em;
}
@media only screen and (max-width: 768px) {
  .btn-block p {
    margin: 0.5em;
  }
}
.btn-block.center {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .btn-block.center {
    display: flex;
    flex-wrap: wrap;
  }
  .btn-block.center a {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  .btn-block.to-back p {
    order: 1;
  }
  .btn-block.to-back p.back {
    order: 2;
  }
}
.btn-block.with-txt {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.btn-block.with-txt .txt {
  color: #23528D;
  letter-spacing: 0;
  margin: 0.5em 0;
}
.btn-block.with-txt .txt-red {
  letter-spacing: 0;
  margin: 0.5em 0;
}
.btn-block.gallery .btn-base {
  width: 49%;
  min-width: inherit;
  max-width: inherit;
  margin: 0;
}
.btn-block.gallery .btn-base a {
  min-width: inherit;
  width: 100%;
}
.btn-block.gallery .btn-base + button {
  margin-left: 2%;
}
@media only screen and (max-width: 768px) {
  .btn-block.gallery .btn-base + button {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .btn-block.gallery .btn-base {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .btn-block.gallery {
    display: block;
  }
}

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

トップのボタン

-------------------------------------------------- */
.btn-live {
  margin: 2em 1em 2em 0;
}
@media only screen and (max-width: 1244px) {
  .btn-live {
    display: none;
  }
}
.btn-live a {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  background: #0061B6;
  border-radius: 39px;
  display: block;
  padding: 2em 1.5em 0.6em 1.5em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.35);
  transition: all 0.3s;
  line-height: 1.2;
  position: relative;
}
.btn-live a:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/common/ico_live.svg) no-repeat;
  width: 44px;
  height: 44px;
  top: 0.2em;
  left: 50%;
  transform: translateX(-50%);
}
.btn-live a:hover {
  background: #23528D;
}

.btn-eventmap {
  margin: 2em 0;
  width: 230px;
}
@media only screen and (max-width: 1244px) {
  .btn-eventmap {
    width: unset;
    margin: 0.5em 0;
  }
}
.btn-eventmap a {
  display: block;
  padding: 3em 0 0;
  background: #FFFA64 url(../img/common/bg_eventmap_pc_h.svg) no-repeat;
  background-size: cover;
  text-align: center;
  border-radius: 40px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1244px) {
  .btn-eventmap a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: #FFFA64 url(../img/common/bg_eventmap_sp_h.svg) no-repeat center center;
    background-size: cover;
    padding: 0.5em 0;
  }
}
.btn-eventmap a img {
  margin-top: -5em;
  width: 80px;
}
@media only screen and (max-width: 1244px) {
  .btn-eventmap a img {
    margin-top: 0;
    width: 20px;
  }
}
.btn-eventmap a span {
  margin: 0 auto;
  padding: 0.2em 0;
  bottom: -0.5em;
  display: block;
  position: relative;
  max-width: 205px;
  background: #23528D;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 1244px) {
  .btn-eventmap a span {
    background: unset;
    color: #23528D;
    bottom: auto;
    margin: 0;
    font-size: 1.5rem;
  }
}
.btn-eventmap a span:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  background: url(../img/common/ico_btn_arrow_w.svg) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
@media only screen and (max-width: 1244px) {
  .btn-eventmap a span:before {
    display: none;
  }
}
.btn-eventmap a:hover {
  background: #FFD90B url(../img/common/bg_eventmap_pc_h.svg) no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1244px) {
  .btn-eventmap a:hover {
    background: #FFD90B url(../img/common/bg_eventmap_sp_h.svg) no-repeat center center;
    background-size: cover;
  }
}
.btn-eventmap a:hover img {
  opacity: 1;
}
.btn-eventmap a:hover span:before {
  right: 0.8em;
}

.program-wrap-top.col2, .program-wrap-top.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .program-wrap-top.col2, .program-wrap-top.col3 {
    width: 100%;
    margin-bottom: 1em;
  }
  .program-wrap-top.col2:last-child, .program-wrap-top.col3:last-child {
    margin-bottom: 0;
  }
}
.program-wrap-top.col2 > div {
  width: 48%;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top.col3 {
    display: block;
  }
}
.program-wrap-top.col3 > div {
  width: 31%;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top.col3 > div {
    width: 78%;
    margin: 1em auto;
  }
}
@media only screen and (max-width: 768px) {
  .program-wrap-top.col3 > div {
    width: 92%;
  }
}
.program-wrap-top > div {
  border-radius: 20px;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div {
    position: relative;
  }
  .program-wrap-top > div:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(24, 6, 6, 0.42);
    width: 100%;
    height: 100%;
  }
}
.program-wrap-top > div.may-2 {
  background: url(../img/common/program_may2_h.jpg) no-repeat right top;
  background-size: 100%;
  position: relative;
  background-position: 2em -2em;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div.may-2 {
    background-position: 4em -6em;
  }
}
@media only screen and (max-width: 768px) {
  .program-wrap-top > div.may-2 {
    background-position: 2em -16vw;
  }
}
.program-wrap-top > div.may-2 .program-day:after {
  background: #597554;
}
.program-wrap-top > div.may-2 .program-btn {
  background: #F0F6EF;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div.may-2 .program-btn {
    background: unset;
  }
}
.program-wrap-top > div.may-2 .program-btn p {
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div.may-2 .program-btn p {
    width: 48%;
    margin: 0 0 0 auto;
  }
}
.program-wrap-top > div.may-2 .program-btn a {
  color: #597554;
  font-size: 110%;
  border: 3px solid #597554;
}
@media only screen and (max-width: 768px) {
  .program-wrap-top > div.may-2 .program-btn a {
    font-size: 100%;
    padding: 0.6em 0.5em;
  }
}
.program-wrap-top > div.may-2 .program-btn a:after {
  background: url(../img/common/ico_btn_arrow_g.svg) no-repeat;
}
@media only screen and (max-width: 768px) {
  .program-wrap-top > div.may-2 .program-btn a:after {
    width: 10px;
    height: 5px;
    background-size: contain;
  }
}
.program-wrap-top > div.may-3 {
  background: url(../img/common/program_may3_h.jpg) no-repeat center top;
  background-size: 100%;
  position: relative;
}
.program-wrap-top > div.may-3 .program-day:after {
  background: #9B5580;
}
.program-wrap-top > div.may-3 .program-btn {
  background: #F4ECF1;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div.may-3 .program-btn {
    background: unset;
  }
}
.program-wrap-top > div.may-3 .program-btn p:first-child a {
  color: #003E75;
  border: 3px solid #003E75;
}
.program-wrap-top > div.may-3 .program-btn p:first-child a:after {
  background: url(../img/common/ico_btn_arrow_db.svg) no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .program-wrap-top > div.may-3 .program-btn p:first-child a:after {
    width: 10px;
    height: 5px;
    background-size: contain;
  }
}
.program-wrap-top > div.may-3 .program-btn p:last-child a {
  color: #AF0D23;
  border: 3px solid #AF0D23;
}
.program-wrap-top > div.may-3 .program-btn p:last-child a:after {
  background: url(../img/common/ico_btn_arrow_r.svg) no-repeat;
}
@media only screen and (max-width: 768px) {
  .program-wrap-top > div.may-3 .program-btn p:last-child a:after {
    width: 10px;
    height: 5px;
    background-size: contain;
  }
}
.program-wrap-top > div.may-3 .program-btn a {
  color: #9B5580;
  font-size: 110%;
}
@media only screen and (max-width: 768px) {
  .program-wrap-top > div.may-3 .program-btn a {
    font-size: 100%;
  }
}
.program-wrap-top > div.may-3 .program-btn a:after {
  background: url(../img/common/ico_btn_arrow_p.svg) no-repeat;
}
@media only screen and (max-width: 768px) {
  .program-wrap-top > div.may-3 .program-btn a:after {
    width: 10px;
    height: 5px;
    background-size: contain;
  }
}
.program-wrap-top > div.may-4 {
  background: url(../img/common/program_may4_h.jpg) no-repeat center top;
  background-size: 100%;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div.may-4 {
    background: url(../img/common/program_may4_h.jpg) no-repeat center center;
    background-size: 100%;
  }
}
.program-wrap-top > div.may-4 .program-day:after {
  background: #BE2439;
}
.program-wrap-top > div.may-4 .program-btn {
  background: #FFE4E7;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div.may-4 .program-btn {
    background: unset;
  }
}
.program-wrap-top > div.may-4 .program-btn p:first-child a {
  color: #003E75;
  border: 3px solid #003E75;
}
.program-wrap-top > div.may-4 .program-btn p:first-child a:after {
  background: url(../img/common/ico_btn_arrow_db.svg) no-repeat;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .program-wrap-top > div.may-4 .program-btn p:first-child a:after {
    width: 10px;
    height: 5px;
    background-size: contain;
  }
}
.program-wrap-top > div.may-4 .program-btn p:last-child a {
  color: #AF0D23;
  border: 3px solid #AF0D23;
}
.program-wrap-top > div.may-4 .program-btn a {
  color: #BE2439;
  font-size: 110%;
}
.program-wrap-top > div.may-4 .program-btn a:after {
  background: url(../img/common/ico_btn_arrow_r.svg) no-repeat;
}
@media only screen and (max-width: 768px) {
  .program-wrap-top > div.may-4 .program-btn a:after {
    width: 10px;
    height: 5px;
    background-size: contain;
  }
}
.program-wrap-top > div .program-day {
  padding: 2em 0;
  width: 20rem;
  margin: 0 auto 0 0;
  text-align: center;
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 1.7rem;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div .program-day {
    padding: 2em 0;
    font-size: 1.3rem;
    width: 15rem;
  }
}
.program-wrap-top > div .program-day:after {
  content: "";
  display: block;
  position: absolute;
  width: 500%;
  height: 500%;
  border-radius: 50%;
  top: -240%;
  right: -10%;
  z-index: -1;
}
.program-wrap-top > div .program-day > span {
  font-size: 4.2rem;
  line-height: 4.8rem;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div .program-day > span {
    font-size: 1.8rem;
    line-height: 3.3rem;
  }
}
.program-wrap-top > div .program-day > span .txt-l {
  font-size: 6.2rem;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div .program-day > span .txt-l {
    font-size: 4.2rem;
  }
}
.program-wrap-top > div .program-btn {
  padding: 1em;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div .program-btn {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
  }
}
.program-wrap-top > div .program-btn p {
  width: 48%;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div .program-btn p {
    margin: 0.5em 0 0.5em auto;
  }
}
.program-wrap-top > div .program-btn p a {
  padding: 0.5em;
  display: block;
  background: #fff;
  border-radius: 25px;
  text-align: center;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .program-wrap-top > div .program-btn p a {
    padding: 0.3em 0.5em;
  }
}
.program-wrap-top > div .program-btn p a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  background-size: contain;
  transition: all 0.3s;
}
.program-wrap-top > div .program-btn p a:hover:after {
  right: 0.8em;
}

.performinggroup-top {
  margin: 2em auto;
  background: url(../img/common/performinggroup_h.jpg) no-repeat center left/contain;
  border-radius: 21px;
  overflow: hidden;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .performinggroup-top {
    background: url(../img/common/performinggroup_h.jpg) no-repeat 15% center/cover;
    padding-top: 25%;
  }
}
.performinggroup-top a {
  display: block;
  position: relative;
}
.performinggroup-top a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 8em;
  background-size: contain;
  transition: all 0.3s;
  background: url(../img/common/ico_btn_arrow_w.svg) no-repeat;
  z-index: 12;
}
@media only screen and (max-width: 1200px) {
  .performinggroup-top a:after {
    right: 7vw;
  }
}
.performinggroup-top a:hover:after {
  right: 7.5em;
}
@media only screen and (max-width: 1200px) {
  .performinggroup-top a:hover:after {
    right: 6.5vw;
  }
}
.performinggroup-top .performing-txt {
  margin: 0 0 0 auto;
  padding: 1.5em;
  width: 50%;
  position: relative;
  color: #fff;
  font-size: 3.1rem;
  font-weight: bold;
  background: #23528D;
  z-index: 10;
}
@media only screen and (max-width: 1200px) {
  .performinggroup-top .performing-txt {
    width: 60%;
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 768px) {
  .performinggroup-top .performing-txt {
    width: 100%;
    padding: 1em;
    font-size: 2rem;
  }
}
.performinggroup-top .performing-txt:after, .performinggroup-top .performing-txt:before {
  content: "";
  display: block;
  position: absolute;
}
.performinggroup-top .performing-txt:after {
  background: #23528D;
  width: 90%;
  height: 200%;
  top: 50%;
  transform: translateY(-50%);
  left: -10%;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .performinggroup-top .performing-txt:after {
    display: none;
  }
}
.performinggroup-top .performing-txt:before {
  background: url(../img/common/bg_pagettl_left.svg) no-repeat top right;
  background-size: contain;
  width: 200px;
  height: 200px;
  top: -50px;
  right: -50px;
}

.lookback-btn {
  margin-bottom: 2em;
}
.lookback-btn.col2 {
  display: flex;
  justify-content: space-between;
}
.lookback-btn.col2 > p {
  width: 48%;
}
.lookback-btn > p a {
  display: block;
  padding: 4em 1em;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  transition: 0.3s;
  text-align: center;
  color: #fff;
  font-size: 1.9rem;
}
@media only screen and (max-width: 768px) {
  .lookback-btn > p a {
    font-size: 1.6rem;
    padding: 2em 1em;
  }
}
.lookback-btn > p a > span {
  padding: 1em 4em;
  border: 1px solid #fff;
  border-radius: 0.25em;
  line-height: 3.2rem;
  position: relative;
  z-index: 11;
}
@media only screen and (max-width: 768px) {
  .lookback-btn > p a > span {
    padding: 0.5em;
  }
}
.lookback-btn > p a > span .txt-age {
  font-family: "Mulish", sans-serif;
  font-size: 3.2rem;
}
@media only screen and (max-width: 768px) {
  .lookback-btn > p a > span .txt-age {
    font-size: 1.6rem;
  }
}
.lookback-btn > p a:before, .lookback-btn > p a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 6px;
}
.lookback-btn > p a:before {
  background: rgb(0, 0, 0);
  opacity: 0.23;
  z-index: -1;
  transition: transform ease 0.3s, opacity 0.3s;
}
.lookback-btn > p a:after {
  background: rgb(0, 0, 0);
  opacity: 0.23;
}
.lookback-btn > p a:hover:before {
  transform: scale(0);
}
.lookback-btn > p.age-1990 a {
  background: url(../img/common/pht_lookback01_h.jpg) no-repeat center center;
  background-size: cover;
}
.lookback-btn > p.age-1980 a {
  background: url(../img/common/pht_lookback02_h.jpg) no-repeat center center;
  background-size: cover;
}
.lookback-btn > p.age-1970 a {
  background: url(../img/common/pht_lookback03_h.jpg) no-repeat center center;
  background-size: cover;
}

.ttl-view-toggle {
  display: none;
}
.ttl-view-toggle.ttl-top {
  margin: 0 0 2.5em;
}
@media only screen and (max-width: 768px) {
  .ttl-view-toggle {
    color: #23528D;
    display: block;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2em;
    cursor: pointer;
  }
  .ttl-view-toggle span {
    text-decoration: underline;
    padding-right: 2em;
    position: relative;
  }
  .ttl-view-toggle span:after {
    content: "";
    display: block;
    position: absolute;
    height: 32px;
    width: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .ttl-view-toggle span:after {
    background: url(../img/common/ico_toggle_plus.svg) no-repeat center center;
    background-size: contain;
  }
  .ttl-view-toggle.open span:after {
    background: url(../img/common/ico_toggle_minus.svg) no-repeat center center;
    background-size: contain;
  }
}

.list-view {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin: 2em 0 0;
}
@media only screen and (max-width: 768px) {
  .list-view {
    margin: 0 0 2em 0;
  }
}
.list-view li {
  width: 31%;
  margin-bottom: 3em;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .list-view li {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .list-view li {
    width: 50%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 420px) {
  .list-view li {
    width: 100%;
  }
}
.list-view li > a {
  display: block;
  border-radius: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .list-view li > a {
    border-radius: 20px;
    height: 100%;
  }
}
.list-view li > a .txt-list-view {
  padding: 0.5em 2em;
  position: absolute;
  bottom: 0;
  color: #fff;
  width: 100%;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
}
.list-view li > a .txt-list-view:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg_view_btn.svg) no-repeat;
  background-size: cover;
  z-index: 10;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .list-view li > a .txt-list-view {
    border-radius: 0 0 20px 20px;
    padding: 0.5em;
  }
}
.list-view li > a .txt-list-view .ttl-list-view {
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .list-view li > a .txt-list-view .ttl-list-view {
    font-size: 1.5rem;
  }
}
.list-view li > a .txt-list-view .ttl-list-view.txt-s {
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  .list-view li > a .txt-list-view .ttl-list-view.txt-s {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 420px) {
  .list-view li > a .txt-list-view .ttl-list-view.txt-s {
    font-size: 1.5rem;
  }
}
.list-view li > a .txt-list-view .info-hidden {
  display: none;
  position: relative;
}
.list-view li > a .txt-list-view::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 3em;
}
.list-view li > a .txt-list-view.matubayashi {
  padding: 1.5em 2em;
}
@media only screen and (max-width: 768px) {
  .list-view li > a .txt-list-view.matubayashi {
    padding: 1em 0.5em;
  }
}
.list-view li > a .txt-list-view.matubayashi::before {
  background: #237340;
}
.list-view li > a .txt-list-view.marching {
  padding: 1.8em 2em;
}
@media only screen and (max-width: 768px) {
  .list-view li > a .txt-list-view.marching {
    padding: 1.2em 0;
  }
}
.list-view li > a .txt-list-view.marching::before {
  background: #693091;
}
.list-view li > a .txt-list-view.shikiten {
  padding: 1.5em 2em;
}
@media only screen and (max-width: 768px) {
  .list-view li > a .txt-list-view.shikiten {
    padding: 1em 0.5em;
  }
}
.list-view li > a .txt-list-view.shikiten::before {
  background: #955F81;
}
.list-view li > a .txt-list-view.street {
  padding: 0.7em 2em;
}
@media only screen and (max-width: 768px) {
  .list-view li > a .txt-list-view.street {
    padding: 1em 0.5em;
  }
}
.list-view li > a .txt-list-view.street::before {
  background: #B41C30;
}
.list-view li > a .txt-list-view.coupon {
  padding: 1.5em 2em;
}
@media only screen and (max-width: 768px) {
  .list-view li > a .txt-list-view.coupon {
    padding: 1.45em 0.5em;
  }
}
.list-view li > a .txt-list-view.coupon::before {
  background: #CE3319;
}
.list-view li > a .txt-list-view.hanazidousya {
  padding: 1.5em 2em;
}
@media only screen and (max-width: 768px) {
  .list-view li > a .txt-list-view.hanazidousya {
    padding: 1em 0.5em;
  }
}
.list-view li > a .txt-list-view.hanazidousya::before {
  background: #A35A09;
}
.list-view li > a .popup,
.list-view li > a .modal {
  display: none;
}
@media only screen and (max-width: 768px) {
  .list-view li > a .popup,
.list-view li > a .modal {
    display: block;
  }
}
.list-view li > a .popup {
  position: absolute;
  top: 2%;
  right: 2%;
}
.list-view li > a .micromodal-slide[aria-hidden=false] .modal__overlay {
  z-index: 1100000;
  position: relative;
}
.list-view li > a:hover img {
  opacity: 1;
}

.list-coupon {
  padding: 2em 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .list-coupon {
    overflow: auto;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0 calc(50% - 51vw) 3em;
  }
}
.list-coupon.page {
  padding-bottom: 0;
  margin-bottom: -3em;
}
@media only screen and (max-width: 1244px) {
  .list-coupon.page {
    overflow: inherit;
    flex-wrap: wrap;
    padding: 0;
    margin: 2em 0 0 0;
  }
}
.list-coupon.page li {
  margin-bottom: 3em;
}
@media only screen and (max-width: 1244px) {
  .list-coupon.page li {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .list-coupon.page li {
    width: 100%;
    margin: 0 0 2em 0;
  }
}
.list-coupon::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.list-coupon::-webkit-scrollbar-thumb {
  background: #23528d;
  border-radius: 5px;
}
.list-coupon li {
  width: 23%;
  margin: 0 2.6666666667% 1em 0;
  background: #fff;
  border-radius: 20px;
  z-index: 0;
  position: relative;
  background: radial-gradient(30px at bottom, transparent, transparent 15px, #fff 16px);
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.2));
  color: #000;
}
.list-coupon li:nth-child(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list-coupon li {
    width: 170px;
    margin: 1em;
    flex-shrink: 0;
    /*&:first-child{
    	margin-left: 2em;
    }
    &:last-child {
    	margin-right: 2em;
    }*/
  }
}
.list-coupon li figure {
  position: relative;
  padding-top: 60%;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  z-index: 0;
}
.list-coupon li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.list-coupon li .txt-coupon {
  padding: 1em;
  text-align: center;
}
.list-coupon li .txt-coupon > p:first-child {
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .list-coupon li .txt-coupon {
    font-size: 1.4rem;
    padding: 1em 0.5em;
  }
}
.list-coupon li .txt-coupon .info-coupon {
  margin-top: 0.5em;
  padding: 0.5em 0;
  border-top: dashed 2px #B42D02;
  color: #B42D02;
  font-size: 2.1rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .list-coupon li .txt-coupon .info-coupon {
    font-size: 1.8rem;
  }
}
.list-coupon li .txt-coupon .info-coupon-sub {
  margin-bottom: 0.5em;
  padding: 0 0 0.5em;
  font-weight: bold;
}
.list-coupon li .txt-coupon .shop-name {
  font-weight: bold;
  color: #23528d;
  margin-bottom: 1rem;
}
.list-coupon li .txt-coupon .explanation {
  text-align: left;
  font-size: 90%;
}
.list-coupon li .txt-coupon .address {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  font-size: 90%;
  margin-top: 0.5em;
}
.list-coupon li .txt-coupon .address dt {
  width: 36%;
  background: rgb(243, 243, 243);
  margin-bottom: 0.5rem;
  margin-right: 4%;
  padding-left: 0.5rem;
}
.list-coupon li .txt-coupon .address dd {
  width: 60%;
  margin-bottom: 0.5rem;
}
.list-coupon li .txt-coupon .btn-link a {
  display: block;
  border: 1px solid #23528D;
  border-radius: 20px;
  margin-bottom: 0.5em;
  color: #23528D;
  font-size: 90%;
}
.list-coupon li .txt-coupon .coupon-btn a {
  display: block;
  color: #FFF;
  background: #cb1132;
  font-size: 110%;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.list-coupon li .txt-coupon .coupon-btn.used {
  display: block;
  color: #FFF;
  background: #9e9d9d;
  font-size: 110%;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.modal-inner-block .info-coupon {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: dashed 2px #B42D02;
  padding: 1em 0;
  color: #B42D02;
  font-size: 2.1rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .modal-inner-block .info-coupon {
    font-size: 1.8rem;
  }
}

.modal-inner-block .caution {
  margin-top: 1em;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .modal-inner-block .caution {
    font-size: 1.8rem;
  }
}

.modal-inner-block button.btn-coupon {
  width: 100% !important;
  max-width: inherit;
  background: #BE2439 !important;
}

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

中ページのボタン

-------------------------------------------------- */
.list-pattern {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 4em 0 2em;
}
@media only screen and (max-width: 768px) {
  .list-pattern {
    margin-top: 1em;
  }
}
.list-pattern li {
  width: 48%;
  margin: 0 4% 4% 0;
}
.list-pattern li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list-pattern li {
    width: 100%;
    margin: 0 0 6% 0;
  }
}
.list-pattern li a {
  min-height: 8.5em;
  display: block;
  position: relative;
}
.list-pattern li a:before {
  content: "";
  width: 1em;
  height: 1.2em;
  background: url(../img/common/ico_external.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 1.5em;
  bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .list-pattern li a:before {
    width: 0.8em;
    height: 0.8em;
    right: 0.5em;
  }
}
.list-pattern li a:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 1.5em;
  transition: 0.5s;
  position: absolute;
  right: -0.5em;
  bottom: -0.5em;
  z-index: -1;
}
.list-pattern li a .ph-list {
  background: #e2e5ec;
  padding-top: 16%;
  border-radius: 1.5em 1.5em 0 0;
  position: relative;
  border-radius: 1.5em 1.5em 0 0;
  overflow: hidden;
  z-index: 1;
}
.list-pattern li a .ph-list img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .list-pattern li a .ph-list img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-pattern li a .txt-part {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  padding: 1em;
  background: #237340;
  border-radius: 0 0 1.5em 1.5em;
}
.list-pattern li a .txt-part span {
  font-size: 1.3rem;
}
.list-pattern li a:hover {
  transform: translate3d(0, 5px, 0);
}
.list-pattern li a:hover:after {
  right: 0;
  bottom: 0;
}
.list-pattern li.pattern-all .txt-part {
  min-height: 10em;
  height: 100%;
  border-radius: 1.5em;
}
.list-pattern li.pattern-all .txt-part:before {
  content: "";
  display: block;
  margin: 0.5em auto;
}
@media only screen and (max-width: 768px) {
  .list-pattern li.pattern-all {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .list-pattern li.pattern-all:nth-child(2n) {
    margin-right: 0;
  }
}
.list-pattern li.pattern-car a:after {
  background: #EEDCBC;
}
.list-pattern li.pattern-car .txt-part {
  border-top: 5px solid #FED817;
  background: linear-gradient(45deg, #967328 25%, transparent 25%, transparent 75%, #967328 75%), linear-gradient(45deg, #967328 25%, transparent 25%, transparent 75%, #967328 75%);
  background-color: #916C1D;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
.list-pattern li.pattern-now a:after {
  background: #CFE3D6;
}
.list-pattern li.pattern-now .txt-part {
  border-top: 5px solid #CC737C;
  background: linear-gradient(45deg, #328B6F 25%, transparent 25%, transparent 75%, #328B6F 75%), linear-gradient(45deg, #328B6F 25%, transparent 25%, transparent 75%, #328B6F 75%);
  background-color: #288568;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
.list-pattern li.pattern-wc a:after {
  background: #E9D9E4;
}
.list-pattern li.pattern-wc .txt-part {
  background: linear-gradient(45deg, #A05D86 25%, transparent 25%, transparent 75%, #A05D86 75%), linear-gradient(45deg, #A05D86 25%, transparent 25%, transparent 75%, #A05D86 75%);
  background-color: #9B5580;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
.list-pattern li.pattern-wc .txt-part:before {
  width: 35px;
  height: 31px;
  background: url(../img/common/btn_pattern-wc_h.svg) no-repeat center/contain;
}
.list-pattern li.pattern-aed a:after {
  background: #E6A9B0;
}
.list-pattern li.pattern-aed .txt-part {
  background: linear-gradient(45deg, #B55372 25%, transparent 25%, transparent 75%, #B55372 75%), linear-gradient(45deg, #B55372 25%, transparent 25%, transparent 75%, #B55372 75%);
  background-color: #B24A6B;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
.list-pattern li.pattern-aed .txt-part:before {
  width: 41px;
  height: 46px;
  background: url(../img/common/btn_pattern-aed_h.svg) no-repeat center/contain;
}

.note-list-pattern {
  color: #69318D;
  margin-top: -3em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .note-list-pattern {
    margin-top: -1.5em;
  }
}

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

テキスト

-------------------------------------------------- */
.txt-pc-center {
  text-align: center;
}
.txt-pc-center a {
  color: #23528D;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  .txt-pc-center {
    text-align: left;
  }
}

.bold {
  font-weight: bold;
}

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

画像出しわけ

-------------------------------------------------- */
.pht-pconly {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pht-pconly {
    display: none;
  }
}

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

.multiple-pht figure {
  margin-bottom: 2em;
}

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

地図

-------------------------------------------------- */
.map-block {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .map-block {
    margin-top: 1em;
  }
}
.map-block .map-inner {
  position: relative;
}
.map-block .map-inner .map-area {
  position: relative;
  width: 100%;
  padding-top: 50%;
  border: 1px solid #23528D;
  border-radius: 3em;
  overflow: hidden;
  margin-bottom: 2em;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .map-block .map-inner .map-area {
    padding-top: 130%;
    border-radius: 1.5em;
    margin-bottom: 1em;
  }
}
.map-block .map-inner .map-area > div,
.map-block .map-inner .map-area iframe {
  filter: saturate(1.2);
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}
.map-block .map-inner .map-area > div > img,
.map-block .map-inner .map-area iframe > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}

.map-pin {
  display: inline-block;
}
.map-pin a {
  display: block;
  position: relative;
}
.map-pin a .map-pin-no {
  font-size: 1.8rem;
  font-weight: bold;
  width: 2em;
  height: 2em;
  background: #FFF;
  border-radius: 50%;
  border: 3px solid #BE2439;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.9em;
  margin: auto;
  z-index: 2;
}

.map-guide {
  display: inline-block;
  background: #FFF;
  font-size: 1.2rem;
  border: 1px solid #23528D;
  border-radius: 1.5em;
  padding: 1em 2em;
  position: absolute;
  left: 2em;
  bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .map-guide {
    width: 100%;
    position: initial;
    margin-bottom: 2rem;
  }
}
.map-guide .txt-guide {
  color: #23528D;
  margin-bottom: 0.5em;
}
.map-guide .list-guide {
  color: #515151;
  margin: 0.2em 0;
}
.map-guide .list-guide li {
  display: flex;
  align-items: center;
}
.map-guide .list-guide li span {
  margin-right: 1em;
}

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

背景

-------------------------------------------------- */
.bg-w {
  padding: 4em;
  margin-bottom: 2em;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 768px) {
  .bg-w {
    padding: 1em;
  }
}

.bg-w-r {
  padding: 2.5em;
  margin-bottom: 2em;
  background: #fff;
  border-radius: 26px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .bg-w-r {
    padding: 1em;
    /*width: 88%;*/
    width: 100% !important;
    background: none;
  }
}

.bg-sw {
  background: #FFF;
  padding: 2em;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .bg-sw {
    padding: 1em;
  }
}

.bg-gray {
  background: #F5F5F5;
  margin-left: calc(-50vw + 8px + 50%);
  margin-right: calc(-50vw + 9px + 50%);
}
@media only screen and (max-width: 768px) {
  .bg-gray {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}
@media only screen and (max-width: 768px) {
  .bg-gray {
    padding: 1em 0;
  }
}

.bg-grada-left,
.bg-grada-right {
  position: relative;
  margin-bottom: 2em;
}
.bg-grada-left:after,
.bg-grada-right:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #E8EAEC, #E4E1D6);
  bottom: -10%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .bg-grada-left:after,
.bg-grada-right:after {
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }
}
.bg-grada-left.eventmap:after,
.bg-grada-right.eventmap:after {
  bottom: -15%;
}
@media only screen and (max-width: 768px) {
  .bg-grada-left.eventmap:after,
.bg-grada-right.eventmap:after {
    height: 90%;
    top: auto;
    transform: none;
    bottom: -10%;
  }
}

.bg-grada-left {
  margin-left: calc(-50vw + 9px + 50%);
  margin-right: -4%;
}
@media only screen and (max-width: 768px) {
  .bg-grada-left {
    margin-right: 0;
  }
}
.bg-grada-left .inner {
  margin: 0 0 0 auto;
  padding-right: 4%;
}
@media only screen and (max-width: 768px) {
  .bg-grada-left .inner {
    margin: 0 auto;
    padding-right: 0;
  }
}
.bg-grada-left:after {
  left: 0;
  border-radius: 0 200px 200px 0;
}
@media only screen and (max-width: 768px) {
  .bg-grada-left:after {
    left: -4%;
  }
}

.bg-grada-right {
  margin-right: calc(-50vw + 9px + 50%);
  margin-left: -4%;
}
@media only screen and (max-width: 768px) {
  .bg-grada-right {
    margin-left: 0;
  }
}
.bg-grada-right .inner {
  margin: 0 auto 0 0;
  padding-left: 4%;
}
@media only screen and (max-width: 768px) {
  .bg-grada-right .inner {
    margin: 0 auto;
    padding-left: 0;
  }
}
.bg-grada-right:after {
  right: 0;
  border-radius: 250px 0 0 250px;
}
@media only screen and (max-width: 768px) {
  .bg-grada-right:after {
    right: -4%;
  }
}

.bg-blue {
  background: #23528D;
  margin-left: calc(-50vw + 8px + 50%);
  margin-right: calc(-50vw + 9px + 50%);
}
@media only screen and (max-width: 768px) {
  .bg-blue {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.bg-wave {
  background: url(../img/common/bg_wave_dec.svg) repeat-x center;
  background-size: contain;
  margin-left: calc(-50vw + 8px + 50%);
  margin-right: calc(-50vw + 9px + 50%);
}
@media only screen and (max-width: 768px) {
  .bg-wave {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
  }
}

.bg-purple {
  padding: 1.5em 2em;
  background: #9B5580;
  color: #fff;
  border-radius: 20px;
}
@media only screen and (max-width: 768px) {
  .bg-purple {
    padding: 1em;
  }
}

.bg-lblue {
  background: #F3F7F9;
  padding: 1em 0;
}

.bg-unline {
  border-bottom: 1px solid #E7EAED;
  background: #FFF;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .bg-unline {
    margin-bottom: 1em;
  }
}

.bg-deco-w {
  padding: 2em 0;
  background-position: center top -10%;
  position: relative;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  .bg-deco-w {
    padding: 0;
    display: none;
  }
}
.bg-deco-w:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30em;
  top: -4em;
  background: url(../img/common/bg_wave_dec_h_page.png) repeat-x;
  background-size: contain;
  z-index: -2;
}
@media only screen and (max-width: 1244px) {
  .bg-deco-w:before {
    background: url(../img/common/bg_wave_dec_h.png) repeat-x;
  }
}

.bg-illust {
  position: relative;
  z-index: -2;
}
.bg-illust span {
  display: block;
  position: absolute;
  position: fixed;
  z-index: 0;
}
@media only screen and (max-width: 1200px) {
  .bg-illust span img {
    width: 30.88vw;
  }
}
.bg-illust span.bg-right-t {
  right: -10em;
  top: 2%;
}
@media only screen and (max-width: 1200px) {
  .bg-illust span.bg-right-t {
    right: -20vw;
  }
}
.bg-illust span.bg-left-t {
  left: -9em;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1200px) {
  .bg-illust span.bg-left-t {
    left: -20vw;
  }
}
.bg-illust span.bg-right-b {
  right: -10em;
  bottom: 2%;
}
@media only screen and (max-width: 1200px) {
  .bg-illust span.bg-right-b {
    right: -20vw;
  }
}

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

secretariat-wrap

-------------------------------------------------- */
.secretariat-wrap {
  margin-bottom: 2em;
}
.secretariat-wrap .ttl-secretariat {
  margin-bottom: 1em;
  padding: 0 0 0.8em 3em;
  text-align: center;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 768px) {
  .secretariat-wrap .ttl-secretariat {
    text-align: left;
  }
}
.secretariat-wrap .ttl-secretariat span {
  position: relative;
}
.secretariat-wrap .ttl-secretariat span:before {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  top: 50%;
  transform: translateY(-50%);
  left: -45px;
  background: url(../img/common/ico_info.svg) no-repeat;
  background-size: contain;
}
.secretariat-wrap .secretariat-info {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .secretariat-wrap .secretariat-info {
    display: block;
  }
}
.secretariat-wrap .secretariat-info div:first-child {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  padding: 1em;
  margin-right: 1.5em;
  border-radius: 20px;
  background-color: #603550;
}
@media only screen and (max-width: 768px) {
  .secretariat-wrap .secretariat-info div:first-child {
    text-align: center;
    margin-right: 0;
  }
}
.secretariat-wrap .secretariat-info div:first-child span {
  display: block;
  font-size: 1.5rem;
}
.secretariat-wrap .secretariat-info div:last-child p {
  line-height: 2;
}
.secretariat-wrap .secretariat-info a {
  color: #fff;
  text-decoration: underline;
}

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

リスト

-------------------------------------------------- */
.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: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.block-lr a {
  display: block;
}
.block-lr > div {
  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: 46%;
  margin: 0 8% 4% 0;
}
.block-lr.col2 > div:nth-child(2n) {
  margin-right: 0;
}
.block-lr.col2.w-l03 > div {
  width: 30%;
  margin: 0 3% 3% 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% 3% 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% 3% 0;
}
.block-lr.col3 > div:nth-child(3n) {
  margin-right: 0;
}
.block-lr.col4 > div {
  width: 23%;
  margin: 0 2.6666666667% 1em 0;
}
.block-lr.col4 > div:nth-child(4n) {
  margin-right: 0;
}
.block-lr.col5 > div {
  width: 18%;
  margin: 0 2.5% 3% 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% 3% 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% 3% 0 !important;
  }
  .block-lr.sp-col03 > div:nth-child(3n) {
    margin-right: 0 !important;
  }
}

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

リスト

-------------------------------------------------- */
/* .list-thumb */
.list-thumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-thumb a {
  display: block;
  height: 100%;
}
.list-thumb.col2 > li {
  width: 46%;
  margin: 0 8% 4% 0;
}
.list-thumb.col2 > li:nth-child(2n) {
  margin-right: 0;
}
.list-thumb.col3 > li {
  width: 31%;
  margin: 0 3.5% 3% 0;
}
.list-thumb.col3 > li:nth-child(3n) {
  margin-right: 0;
}
.list-thumb.col4 > li {
  width: 23%;
  margin: 0 2.6666666667% 3% 0;
}
.list-thumb.col4 > li:nth-child(4n) {
  margin-right: 0;
}
.list-thumb.col5 > li {
  width: 18%;
  margin: 0 2.5% 3% 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% 3% 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% 3% 0 !important;
  }
  .list-thumb.sp-col03 > li:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.list-thumb li {
  display: flex;
}
.list-thumb li a {
  background: #FFF;
  width: 100%;
  position: relative;
  border-radius: 1.5em;
}
@media only screen and (max-width: 768px) {
  .list-thumb li a {
    border-radius: 0.7em;
  }
}
.list-thumb li a .ph-list {
  background: #e2e5ec;
  padding-top: 60%;
  border-radius: 1.5em 1.5em 0 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .list-thumb li a .ph-list {
    border-radius: 0.7em 0.7em 0 0;
  }
}
.list-thumb li a .ph-list img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  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:hover .ph-list img {
  transform: translate(-50%, -50%) scale(1.1);
}
.list-thumb li a .ph-list,
.list-thumb li a .txt-part {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.list-thumb li a .txt-part {
  min-height: 5em;
  padding: 1em 0.5em;
}
@media only screen and (max-width: 768px) {
  .list-thumb li a .txt-part {
    padding: 0;
  }
}
.list-thumb li a .txt-part .ttl {
  color: #23528D;
  text-decoration: underline;
  padding: 0 0.5em;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .list-thumb li a .txt-part .ttl {
    margin-bottom: 0.5em;
  }
}
.list-thumb li a .list-icon {
  margin-bottom: 0.5em;
}
.list-thumb li a .list-icon p {
  font-size: 1.4rem;
}
.list-thumb a[target=_blank] .txt-part .ttl:before {
  content: "";
  width: 17px;
  height: 14px;
  background: url(../img/common/ico_external_b.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .list-thumb a[target=_blank] .txt-part .ttl:before {
    width: 12px;
    height: 10px;
  }
}
.list-thumb.ph-info li a {
  background: transparent;
}
.list-thumb.ph-info li a .ph-list {
  border-radius: 1.5em;
}
@media only screen and (max-width: 768px) {
  .list-thumb.ph-info li a .ph-list {
    border-radius: 0.7em;
  }
}
@media only screen and (max-width: 1200px) {
  .list-thumb.ph-gallery.col3 > li:nth-child(3n) {
    margin-right: 8%;
  }
  .list-thumb.ph-gallery.col3 > li:nth-child(6n) {
    margin-right: 0;
  }
}
.list-thumb.ph-gallery li > a {
  pointer-events: none;
}
.list-thumb.ph-gallery li > a .ph-list {
  pointer-events: painted;
}
@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: 1200px) {
  .list-thumb.ph-gallery li {
    width: 46%;
    margin: 0 8% 4% 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: #BE2439;
}
.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;
  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;
  transition: all 2s;
}
@media only screen and (max-width: 1520px) {
  .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: 1200px) {
  .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;
  transition: all 0.6s;
}
.list-thumb.ph-gallery li a .ph-list object .btn-download:active {
  transform: rotateZ(360deg);
}
@media only screen and (max-width: 768px) {
  .list-thumb.ph-document li {
    margin-bottom: 1.5em;
  }
}
.list-thumb.ph-document li a,
.list-thumb.ph-document li div {
  background: #FFF;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.list-thumb.ph-document li a .ph-list,
.list-thumb.ph-document li div .ph-list {
  background: #e2e5ec;
  padding-top: 60%;
  border-radius: 1.5em;
}
.list-thumb.ph-document li a .ph-list img,
.list-thumb.ph-document li div .ph-list img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .list-thumb.ph-document li a .ph-list img,
.list-thumb.ph-document li div .ph-list img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.list-thumb.ph-document li a:hover .ph-list img {
  transform: translate(-50%, -50%) scale(1.1);
}

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

ph-gallery-block

-------------------------------------------------- */
.ph-gallery-block .modal .modal__container {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .ph-gallery-block .modal .modal__container {
    padding: 20px;
  }
}
.ph-gallery-block .modal .modal__header {
  justify-content: flex-end;
}
.ph-gallery-block .modal .pht-block {
  width: 100%;
  display: block;
  margin-bottom: 2em;
}
.ph-gallery-block .modal .pht-block .ph-list {
  background: #e2e5ec;
  padding-top: 75%;
  position: relative;
}
.ph-gallery-block .modal .pht-block .ph-list > img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
.ph-gallery-block .modal .pht-block .caption {
  text-align: center;
  margin: 1em 0 1.5em;
}
.ph-gallery-block .modal .btn-block {
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .ph-gallery-block .modal .btn-block {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .ph-gallery-block .modal button.btn-base {
    font-size: 1.4rem !important;
  }
}
.ph-gallery-block .modal .modal__footer {
  text-align: center;
}

/* slider-thumb */
.slider-thumb {
  position: relative;
  margin-bottom: 2em;
  /* 次ページボタンのスタイル */
  /* 前ページボタンのスタイル */
}
.slider-thumb .slider-block .swiper-container {
  padding-bottom: 0;
}
.slider-thumb .list-thumb {
  flex-wrap: inherit;
}
.slider-thumb .swiper-button-prev,
.slider-thumb .swiper-button-next {
  background: url(../img/common/btn_slider.svg) no-repeat;
  background-size: cover;
  width: 2.5em;
  height: 2.5em;
}
@media only screen and (max-width: 1200px) {
  .slider-thumb .swiper-button-prev,
.slider-thumb .swiper-button-next {
    width: 2em;
    height: 2em;
  }
}
.slider-thumb .swiper-button-prev:before,
.slider-thumb .swiper-button-next:before {
  content: none;
}
.slider-thumb .swiper-button-next {
  right: -1.5em;
  top: 50%;
  transform: translateY(-50%);
  /*@include bp-in {
  	right: -0.3em;
  }*/
}
.slider-thumb .swiper-button-prev {
  left: -1.5em;
  top: 50%;
  transform: translateY(-50%) scale(-1, 1);
  /*@include bp-in {
  	left: -0.5em;
  }*/
}
.slider-thumb .swiper-button-next.swiper-button-disabled:hover,
.slider-thumb .swiper-button-prev.swiper-button-disabled:hover {
  opacity: 0 !important;
}

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

list-article

-------------------------------------------------- */
.list-article {
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .list-article {
    margin-bottom: 1em;
  }
}
.list-article li {
  position: relative;
}
.list-article li a {
  color: #23528D;
  width: 100%;
  padding: 1.5em 1em;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E7EAED;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .list-article li a {
    padding: 1em 0.5em;
    display: block;
  }
}
.list-article li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.list-article li a p {
  text-decoration: underline;
  margin: 0;
}
.list-article li a p.date-post {
  color: #333;
  font-size: 1.4rem;
  text-decoration: none;
  width: 12em;
  min-width: 12em;
  margin: 0 1em 0 0.5em;
}
@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-article li a .label-read {
  margin-left: auto;
  min-width: 6em;
}
@media only screen and (max-width: 768px) {
  .list-article li a .label-read {
    margin-top: 1em;
  }
}
.list-article.notice p.date-post {
  width: 8em;
  min-width: 8em;
}
@media only screen and (max-width: 768px) {
  .list-article.notice p.date-post {
    width: auto;
    min-width: auto;
  }
}
.list-article.questionnaire li a {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .list-article.questionnaire li a {
    display: block;
  }
}
.list-article.questionnaire li a > p {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .list-article.questionnaire li a > p {
    width: 100%;
  }
}
.list-article.questionnaire li a > p.post-timelimit {
  width: 30%;
  font-size: 1.4rem;
  color: #000;
  text-align: right;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .list-article.questionnaire li a > p.post-timelimit {
    width: 100%;
    margin-top: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .list-article.questionnaire li a {
    display: block;
  }
}

.list-article-top {
  background: #fff;
  margin: 0 auto;
  padding: 2em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 21px 0 0 21px;
}
.list-article-top .list-ttl-wrap {
  display: flex;
  justify-content: space-between;
}
.list-article-top .list-ttl-wrap .ttl-news-top {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.list-article-top .list-ttl-wrap .btn-news-top a {
  color: #23528D;
  padding-left: 2em;
  position: relative;
}
.list-article-top .list-ttl-wrap .btn-news-top a::before, .list-article-top .list-ttl-wrap .btn-news-top a:after {
  content: "";
  display: block;
  position: absolute;
}
.list-article-top .list-ttl-wrap .btn-news-top a:before {
  width: 28px;
  height: 28px;
  background: #23528D;
  border-radius: 50%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list-article-top .list-ttl-wrap .btn-news-top a:after {
  width: 12px;
  height: 4px;
  top: 50%;
  transform: translateY(-50%);
  left: 0.6em;
  background: url(../img/common/ico_btn_arrow_w.svg) no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.list-article-top .list-article {
  margin-bottom: 0;
}
.list-article-top .list-article li a {
  padding: 1.5em 0 0 0;
  border-bottom: none;
  color: #000;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .list-article-top .list-article li a {
    padding: 1em 0 0 0;
  }
}
.list-article-top .list-article li a p:not(.date-post) {
  text-decoration: underline;
}
.list-article-top .list-article li a p.date-post {
  color: #636363;
  text-decoration: unset;
  width: 10em;
  min-width: 10em;
}

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

list-group

-------------------------------------------------- */
.list-group-intro {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.list-group-intro li {
  width: 31%;
  margin: 0 3.5% 3% 0;
  position: relative;
}
.list-group-intro li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list-group-intro li {
    width: 100%;
    margin: 0 0 4%;
  }
}
.list-group-intro li a {
  display: block;
  border: 1px solid #1C4B85;
  color: #23528D;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  border-radius: 0.5em;
  position: relative;
  background: #FFE2E6;
  position: relative;
  overflow: hidden;
  z-index: 5;
}
.list-group-intro li a::after {
  content: "";
  background: url(../img/common/bg_ttl-large_r_h.svg) no-repeat center center;
  display: block;
  width: 223px;
  height: 109px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.05;
}
@media only screen and (max-width: 768px) {
  .list-group-intro li a {
    padding: 1em;
  }
}
.list-group-intro li a:hover {
  background: #f0c3c8;
}
.list-group-intro li a .ph-list {
  background: #e2e5ec;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.5em;
}
.list-group-intro li a .ph-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
}
.list-group-intro li a p {
  font-size: 2rem;
  text-decoration: underline;
  margin-bottom: 1em;
  font-weight: bold;
}
.list-group-intro li a p.group-intro-date {
  color: #333;
  text-decoration: none;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .list-group-intro li a p {
    font-size: 1.6rem;
  }
}
.list-group-intro li a .group-intro-name {
  color: #000;
  background: #FFF;
  border-radius: 0.5em;
  padding: 0.2em 0.7em;
}
.list-group-intro li::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 1.5em;
  transition: 0.5s;
  position: absolute;
  right: -0.5em;
  bottom: -0.5em;
  z-index: -1;
}

.note-group {
  margin-bottom: 2em;
  font-weight: bold;
}

.list-group {
  margin-bottom: 3em;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .list-group {
    margin-bottom: 0;
  }
}
.list-group li {
  width: 31%;
  margin: 0 3.5% 3% 0;
  position: relative;
}
.list-group li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list-group li {
    width: 100%;
    margin: 0 0 4%;
  }
}
.list-group li a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
  padding: 1.5em 2.5em 1.5em 1.5em;
  background: #C6DFF8;
  border-radius: 0.5em;
  position: relative;
  border: 3px solid #C6DFF8;
}
@media only screen and (max-width: 768px) {
  .list-group li a {
    padding: 1em 2em 1em 1em;
    font-size: 1.6rem;
  }
}
.list-group li a::after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #23528D;
  border-right: 2px solid #23528D;
  position: absolute;
  right: 1.5em;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%) rotateZ(45deg);
}
@media only screen and (max-width: 768px) {
  .list-group li a::after {
    right: 1em;
  }
}
.list-group li a:hover:after {
  right: 1em;
}
.list-group li a span {
  padding-left: 1.8em;
  word-break: break-all;
}
.list-group li.thisyear a {
  /*border: 3px solid #CB4857;*/
}
.list-group li.thisyear a span {
  padding-left: 0.4em;
}
.list-group li.thisyear a img {
  margin-top: 2px;
}

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

list-search

-------------------------------------------------- */
ul.list-search {
  margin-bottom: 5%;
}
ul.list-search li {
  border-bottom: 1px solid #CCC;
}
ul.list-search li a {
  color: #23528D;
  padding: 2em 0;
  display: block;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  ul.list-search li a {
    font-size: 1.6rem;
  }
}
ul.list-search li a .list-search-ttl {
  font-weight: 700;
  margin-bottom: 0.8em;
  text-decoration: underline;
}
ul.list-search li a:hover {
  text-decoration: underline;
}

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

spot-data

-------------------------------------------------- */
.spot-data dl {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #CCC;
}
@media only screen and (max-width: 768px) {
  .spot-data dl {
    display: block;
  }
}
.spot-data dl:first-child {
  border-top: 1px solid #CCC;
}
.spot-data dl dt {
  width: 10em;
  padding: 1em;
  min-width: 10em;
  background: #DFDFDF;
}
@media only screen and (max-width: 768px) {
  .spot-data dl dt {
    width: 100%;
    text-align: center;
  }
}
.spot-data dl dd {
  padding: 1em;
  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;
  background: none;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #DFDFDF;
}
.list-qa .col-qa > .col-qa-ttl > a {
  display: block;
  width: 100%;
  padding: 1em 2em 1em 1em;
}
.list-qa .col-qa > .col-qa-ttl > a 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 > a span {
    width: 4em;
    min-width: 4em;
  }
}
.list-qa .col-qa > .col-qa-ttl > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}
.list-qa .col-qa > .col-qa-ttl > a.active:after {
  content: "\f106";
}
.list-qa .col-qa > div {
  padding: 1em;
  display: flex;
  align-items: center;
}
.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: flex;
  align-items: center;
  justify-content: center;
}
.list-bnr li {
  margin: 0 2%;
}

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

sitemap

-------------------------------------------------- */
.sitemap-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .sitemap-block {
    display: block;
  }
}
.sitemap-block > ul {
  width: 49%;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .sitemap-block > ul {
    width: 100%;
  }
}

ul.list-sitemap > li > a {
  font-size: 2rem;
  padding: 1em 2em 1em 0.25em;
  position: relative;
  display: block;
  background-image: linear-gradient(to right, #015EAE, #015EAE 5px, transparent 5px, transparent 10px);
  background-size: 10px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap > li > a {
    padding: 0.5em 1.3em 0.5em 0.4em;
  }
}
ul.list-sitemap > li > a::before, ul.list-sitemap > li > a::after {
  content: "";
  width: 6px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #23528D;
  position: absolute;
  right: 1em;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap > li > a::before, ul.list-sitemap > li > a::after {
    right: 0.5em;
  }
}
ul.list-sitemap > li > a::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}
ul.list-sitemap > li > a::after {
  bottom: calc(50% - 3px);
  transform: rotate(-45deg);
}
ul.list-sitemap > li > a:hover::before, ul.list-sitemap > li > a:hover:after {
  right: 0.5em;
}
ul.list-sitemap > li > a + .u-layer {
  padding: 0 0 0.5em 3.5em;
  background-image: linear-gradient(to right, #015EAE, #015EAE 5px, transparent 5px, transparent 10px);
  background-size: 10px 1.5px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap > li > a + .u-layer {
    padding-left: 2em;
  }
}
ul.list-sitemap > li > a + .u-layer li {
  margin: 1em 0;
}
ul.list-sitemap > li > a + .u-layer li a {
  font-size: 1.6rem;
  position: relative;
  padding-left: 2em;
  text-indent: 2em;
  margin-left: -2em;
}
@media only screen and (max-width: 768px) {
  ul.list-sitemap > li > a + .u-layer li a {
    font-size: 1.4rem;
  }
}
ul.list-sitemap > li > a + .u-layer li a::before, ul.list-sitemap > li > a + .u-layer li a::after {
  content: "";
  width: 6px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #23528D;
  position: absolute;
  left: 0;
  transition: all 0.3s;
}
ul.list-sitemap > li > a + .u-layer li a::before {
  top: calc(50% - 3px);
  transform: rotate(45deg);
}
ul.list-sitemap > li > a + .u-layer li a::after {
  bottom: calc(50% - 3px);
  transform: rotate(-45deg);
}
ul.list-sitemap > li > a + .u-layer li a:hover::before, ul.list-sitemap > li > a + .u-layer li a:hover:after {
  left: 0.5em;
}

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

404

-------------------------------------------------- */
.notfound-wrap {
  margin: 3em 0 4em;
  text-align: center;
  border-radius: 33px;
}
.notfound-wrap .notfound-ttl {
  color: #23528D;
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 1.2em;
}
@media only screen and (max-width: 768px) {
  .notfound-wrap .notfound-ttl {
    font-size: 2.7rem;
  }
}
.notfound-wrap .notfound-txt {
  margin-bottom: 2em;
}

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

サイドメニュー

-------------------------------------------------- */
.side-menu-txt {
  display: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .side-menu-txt {
    display: block;
  }
}
.side-menu-txt:before {
  content: "";
  width: 8em;
  height: 4em;
  background: url(../img/common/ico_wave_wh.svg) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top: -1em;
  left: -2em;
  z-index: 1;
}
.side-menu-txt a {
  display: block;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #23528D;
  padding: 0.5em 1em;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.side-menu-txt a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #FFF;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%);
}
.side-menu-txt a:after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  display: inline-block;
  border-radius: 2px;
  background: #FFF;
  right: 1.5em;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.side-menu-txt a.active {
  border-radius: 10px 10px 0 0;
  margin-bottom: -3px;
}
.side-menu-txt a.active:after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .list-side-menu.ac-c {
    border-radius: 0 0 10px 10px;
  }
  .list-side-menu.ac-c:before {
    display: none;
  }
}

.list-side-menu {
  padding: 0.5em 1em;
  background: #23528D;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.list-side-menu:before {
  content: "";
  width: 8em;
  height: 4em;
  background: url(../img/common/ico_wave_wh.svg) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  top: -1em;
  left: -2em;
}
.list-side-menu::after {
  content: "";
  width: 8em;
  height: 4em;
  background: url(../img/common/ico_wave_wh.svg) no-repeat center/contain;
  display: inline-block;
  position: absolute;
  bottom: -1em;
  right: -2em;
}
.list-side-menu li {
  border-bottom: dashed 1px #FFF;
}
.list-side-menu li:last-child {
  border-bottom: none;
}
.list-side-menu li a {
  color: #FFF;
  display: block;
  position: relative;
  padding: 0.8em 0;
  font-weight: bold;
}
.list-side-menu li a span {
  display: block;
  padding: 0.8em 1.8em 0.8em 0.5em;
  border-radius: 5px;
}
.list-side-menu li a span:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin: 0 0.5em 0.2em auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%) rotateZ(45deg);
  transition: 0.3s;
}
.list-side-menu li a:hover span:after {
  right: 0.1em;
}
.list-side-menu li.active a span {
  background: #0a2a51;
}
.list-side-menu li p {
  color: #FFF;
  display: block;
  position: relative;
  padding: 0.8em 0;
  font-weight: bold;
}
.list-side-menu li p span {
  display: block;
  padding: 0.8em 1.5em 0.8em 0.8em;
  border-radius: 5px;
}
.list-side-menu li p span:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin: 0 0.5em 0.2em auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%) rotateZ(45deg);
  transition: 0.3s;
}
.list-side-menu.gallery {
  background: linear-gradient(45deg, #9B5580 25%, transparent 25%, transparent 75%, #9B5580 75%), linear-gradient(45deg, #9B5580 25%, transparent 25%, transparent 75%, #9B5580 75%);
  background-color: #A05D86;
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
.list-side-menu.gallery:before, .list-side-menu.gallery:after {
  display: none;
}
.list-side-menu.gallery li a span:after {
  border-top: 2px solid #A3C19E;
  border-right: 2px solid #A3C19E;
}
.list-side-menu.gallery li.active a span {
  background: #7D305F;
}

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

バックナンバー

-------------------------------------------------- */
.back-number {
  padding: 1em;
  background: #DFDFDF;
  text-align: center;
  position: relative;
}
.back-number .back-number-ttl {
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .back-number .back-number-ttl {
    margin-bottom: 0;
  }
}
.back-number .back-number-ttl a {
  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 a {
    font-size: 1.8rem;
    cursor: pointer;
    margin-bottom: 0;
  }
  .back-number .back-number-ttl a:after {
    content: "+";
    font-style: normal;
    margin-left: 0.5em;
    display: inline-block;
  }
  .back-number .back-number-ttl a.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;
}

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

左右レイアウト

-------------------------------------------------- */
.wrapper-layout {
  display: flex;
  justify-content: space-between;
}
.wrapper-layout .side-menu {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .side-menu {
    width: 100%;
    margin-bottom: 1em;
  }
}
.wrapper-layout .main-contents {
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .wrapper-layout .main-contents {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .wrapper-layout {
    display: block;
  }
}

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

ログイン

-------------------------------------------------- */
.login-block {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.login-block > div {
  width: 100%;
  margin: 4% 0;
  padding: 2em;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .login-block > div {
    width: 100% !important;
    margin-right: 0;
  }
}
.login-block > div:nth-child(2n) {
  margin-right: 0;
}
.login-block .ttl {
  color: #23528D;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .login-block .ttl {
    font-size: 1.8rem;
  }
}
.login-block .ttl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .login-block .ttl:before {
    margin-right: 0.2em;
  }
}
.login-block .ttl.beginner:before {
  background: url(../img/common/ico_beginner.svg) no-repeat center/cover;
  width: 18.5px;
  height: 26px;
}
@media only screen and (max-width: 768px) {
  .login-block .ttl.beginner:before {
    width: 17px;
    height: 24px;
  }
}
.login-block .ttl.experience:before {
  background: url(../img/common/ico_experience.svg) no-repeat center/cover;
  width: 38px;
  height: 33px;
}
@media only screen and (max-width: 768px) {
  .login-block .ttl.experience:before {
    width: 32px;
    height: 26px;
  }
}
.login-block .txt {
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .login-block .txt {
    text-align: left;
  }
}
.login-block .btn-base {
  margin-top: auto;
  margin-bottom: 0;
}

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

参加してできること

-------------------------------------------------- */
.special-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2em 2em 10em;
}
@media only screen and (max-width: 768px) {
  .special-list {
    padding: 2em 0 7em;
  }
}
.special-list > li {
  width: 32%;
  margin: 2em 2% 2em 0;
  padding: 2em;
  background: #FFF;
  border-radius: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.special-list > li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .special-list > li {
    width: 47% !important;
    margin: 2em 6% 2em 0 !important;
    padding: 1em;
  }
  .special-list > li:nth-child(2n) {
    margin-right: 0 !important;
  }
}
.special-list > li:before,
.special-list > li:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.special-list > li:before {
  content: "";
  background: #23528D;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  top: -42px;
}
@media only screen and (max-width: 768px) {
  .special-list > li:before {
    width: 60px;
    height: 60px;
    top: -30px;
  }
}
.special-list > li:after {
  content: "";
  background: url(../img/common/ico_no01.svg) no-repeat center/contain;
  display: inline-block;
  width: 41px;
  height: 29px;
  top: -0.5em;
}
@media only screen and (max-width: 768px) {
  .special-list > li:after {
    height: 22px;
  }
}
.special-list > li:nth-child(2)::after {
  content: "";
  background: url(../img/common/ico_no02.svg) no-repeat center/contain;
  width: 48px;
}
.special-list > li:nth-child(3)::after {
  content: "";
  background: url(../img/common/ico_no03.svg) no-repeat center/contain;
  width: 48px;
}
.special-list > li:nth-child(4)::after {
  content: "";
  background: url(../img/common/ico_no04.svg) no-repeat center/contain;
  width: 52px;
}
.special-list > li:nth-child(5)::after {
  content: "";
  background: url(../img/common/ico_no05.svg) no-repeat center/contain;
  width: 48px;
}
.special-list figure {
  width: 118px;
  margin: 1.5em auto 0.5em;
}
@media all and (-ms-high-contrast: none) {
  .special-list figure {
    max-height: 95px;
  }
}
@media only screen and (max-width: 768px) {
  .special-list figure {
    width: auto;
  }
}
.special-list p {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .special-list p {
    font-size: 1.4rem;
    text-align: left;
  }
}

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

マイページトップ

-------------------------------------------------- */
.link-right {
  margin: 0 0 1em;
  text-align: right;
}
.link-right a {
  color: #23528D;
  text-decoration: underline;
}

.list-mypage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .list-mypage {
    display: block;
  }
}
.list-mypage > li {
  width: 31%;
  margin: 0 3.5% 3em 0;
  position: relative;
}
.list-mypage > li:nth-child(3), .list-mypage > li:nth-child(5) {
  margin-right: 0;
}
.list-mypage > li:nth-child(3) .fk-block, .list-mypage > li:nth-child(5) .fk-block {
  right: 80%;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .list-mypage > li:nth-child(3) .fk-block, .list-mypage > li:nth-child(5) .fk-block {
    width: 300px;
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.list-mypage > li:nth-child(3) .fk-block::before, .list-mypage > li:nth-child(5) .fk-block::before {
  border-width: 1em 0 1em 2em;
  border-color: transparent transparent transparent #C33548;
  right: -2em;
  left: auto;
}
@media only screen and (max-width: 768px) {
  .list-mypage > li:nth-child(3) .fk-block::before, .list-mypage > li:nth-child(5) .fk-block::before {
    border-width: 2em 1em 0 1em;
    border-color: #C33548 transparent transparent transparent;
    top: auto;
    left: 50%;
    right: auto;
    bottom: -2em;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .list-mypage > li {
    width: 100%;
  }
  .list-mypage > li.active {
    margin-top: 170px;
  }
}
.list-mypage > li > div.mypage-in {
  padding: 2em 1.5em;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background: #FFF;
  position: relative;
  min-height: 300px;
}
@media only screen and (max-width: 768px) {
  .list-mypage > li > div.mypage-in {
    min-height: auto;
  }
}
.list-mypage > li > div.mypage-in .txt-mypage {
  color: #23528D;
  font-size: 2rem;
  font-weight: bold;
  margin: 0.5em 0 1em;
}
.list-mypage > li > div.mypage-in .btn-base a {
  min-width: 0;
  padding: 0.8em 2em 0.8em 1em;
  display: block;
}
.list-mypage > li > div.mypage-in .btn-base + .btn-base {
  margin-top: 1em;
}
.list-mypage > li .fk-block {
  color: #C33548;
  width: 18em;
  padding: 1em 2em;
  border: 2px solid #C33548;
  border-radius: 20px;
  text-align: center;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 80%;
  z-index: 10;
}
.list-mypage > li .fk-block::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1em 2em 1em 0;
  border-color: transparent #C33548 transparent transparent;
  display: block;
  position: absolute;
  top: 20%;
  left: -2em;
}
@media only screen and (max-width: 768px) {
  .list-mypage > li .fk-block::before {
    border-width: 2em 1em 0 1em;
    border-color: #C33548 transparent transparent transparent;
    top: auto;
    left: 50%;
    bottom: -2em;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 768px) {
  .list-mypage > li .fk-block {
    width: 300px;
    padding: 1em;
    top: -60%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.list-mypage > li .fk-block p {
  font-size: 1.6rem;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.list-mypage > li .fk-block p span {
  color: #FFF;
  font-size: 1.2rem;
  margin-right: 0.3em;
  padding: 0.1em 0.6em 0.2em;
  background: #C33548;
  border-radius: 50%;
}
.list-mypage > li .fk-block .btn-block {
  margin: 1em 0 0;
}
.list-mypage > li .fk-block .btn-block .btn-base.back a {
  min-width: 0;
  padding: 0.2em 2em;
  white-space: nowrap;
}
.list-mypage > li .fk-block .btn-block .btn-base.back a::before {
  display: none;
}
.list-mypage > li .fk-block .btn-block button {
  padding: 0.2em 2em;
  background: #C33548;
  border-radius: 3em;
  white-space: nowrap;
}
.list-mypage > li .fk-block .btn-block button:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .list-mypage > li .fk-block .btn-block button {
    font-size: 1.6rem;
    margin: 0.5em;
  }
}

.list-number {
  margin: 0.5em 0 1em;
  list-style-position: inside;
  list-style-type: decimal;
}
.list-number li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}

ol.step-list {
  counter-reset: cp_clist;
  list-style-type: none;
}
ol.step-list li {
  position: relative;
  padding: 1em 0.5em 1em 3em;
}
ol.step-list li::before {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0;
  /* カウントさせる */
  counter-increment: cp_clist;
  content: counter(cp_clist);
  /*装飾*/
  padding: 0.2em;
  background: #603550;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  transform: translateY(-50%);
}

a.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.red-line-block {
  border: 1px solid #BE2439;
  margin: 3em 0;
  padding: 2em;
}

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

誓約事項

-------------------------------------------------- */
.pledge-part {
  margin: 3em 0 2em;
}

.pledge {
  margin: 0.5em 0;
  text-align: center;
}

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

pht-block

-------------------------------------------------- */
.pht-block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4em;
}
@media only screen and (max-width: 768px) {
  .pht-block {
    display: block;
    margin-bottom: 2em;
  }
}
.pht-block .pht-part {
  width: 35%;
  margin-right: 5%;
}
@media only screen and (max-width: 768px) {
  .pht-block .pht-part {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
.pht-block .pht-part .ph-list {
  background: #e2e5ec;
  padding-top: 75%;
  position: relative;
}
.pht-block .pht-part .ph-list img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}
@media all and (-ms-high-contrast: none) {
  .pht-block .pht-part .ph-list img {
    width: auto;
    height: auto;
    max-width: 130%;
    max-height: 130%;
  }
}
.pht-block .pht-part p {
  text-align: center;
  margin: 1em 0;
}
.pht-block .txt-part {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .pht-block .txt-part {
    width: 100%;
  }
}
.pht-block.enbutai-detail-block {
  display: block;
}
.pht-block.enbutai-detail-block .pht-part {
  width: 100%;
  margin-right: 0;
  margin-bottom: 1em;
}
.pht-block.enbutai-detail-block .txt-part {
  width: 100%;
}

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

テーブル

-------------------------------------------------- */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 2em;
  max-width: none;
}

.table-block {
  width: 100%;
  min-width: 600px;
  background: #FFF;
  white-space: nowrap;
}
.table-block caption {
  display: none;
}
.table-block th {
  background: #E7EAED;
  padding: 1em;
}
.table-block th.txt-l {
  text-align-last: left;
}
.table-block th.space-s {
  width: 10%;
}
.table-block td {
  padding: 1em;
  text-align: center;
}
.table-block td.txt-l {
  text-align-last: left;
}
.table-block td label {
  display: none;
}
.table-block td select {
  width: 70%;
  min-width: 8em;
  font-size: 1.3rem;
  background: #FFF;
  border: 1px solid #707070;
  padding: 0.5em;
}
.table-block tr {
  border-bottom: 1px solid #E7EAED;
}
.table-block tr:last-child {
  border-bottom: none;
}
.table-block td {
  border-right: 1px solid #E7EAED;
}
.table-block td:last-child {
  border-right: none;
}
.table-block.table-notice {
  font-size: 1.3rem;
}
.table-block.table-notice th, .table-block.table-notice td {
  padding: 0.5em;
}
.table-block.table-notice th:first-child, .table-block.table-notice td:first-child {
  padding: 1em 1em;
}
.table-block.table-notice td {
  border: none;
}
.table-block.news-list-table {
  width: 100%;
  white-space: normal !important;
}
.table-block.news-list-table th:nth-of-type(1) {
  width: 30%;
}
.table-block.stage-list-table {
  width: 100%;
  white-space: normal !important;
}
.table-block.stage-list-table th:nth-of-type(1) {
  width: 35%;
}
.table-block.table-parade th.th-days {
  width: 4em;
}
.table-block.table-parade th.th-parade {
  width: 10em;
}
.table-block.table-parade td {
  vertical-align: top;
}
.table-block.table-parade td .parade-time {
  margin-left: 1em;
}

.status-block {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .status-block {
    display: block;
  }
}
.status-block dt {
  width: 35%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .status-block dt {
    margin-bottom: 0.5em;
  }
}
.status-block dd {
  width: 65%;
}

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

関連リンク

-------------------------------------------------- */
.link-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
@media only screen and (max-width: 768px) {
  .link-list {
    display: block;
  }
}
.link-list li {
  width: 49%;
  margin: 0 2% 2% 0;
}
.link-list li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .link-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
}
.link-list li a {
  display: block;
  width: 100%;
  color: #000;
  font-weight: bold;
  border: 1px solid #9B5580;
  border-radius: 1em;
  text-decoration: underline;
  padding: 1.5em;
  background: #FFF;
}
@media only screen and (max-width: 768px) {
  .link-list li a {
    padding: 1em;
  }
}
.link-list li a[target=_blank]:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/ico_link_purple_h.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.5em;
}
.link-list li a:hover {
  background: #F4ECF1;
}
.link-list.simple {
  display: block;
}
.link-list.simple li {
  width: 100%;
  margin: 0 0 1em;
}
.link-list.simple li a {
  color: #23528D;
  border: 1px solid #CBCBCB;
  padding: 1em 1.5em;
}
.link-list.simple li a[target=_blank]:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/ico_link_h.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: sub;
  margin-right: 0.5em;
}
.link-list.simple li a:hover {
  background: #F7F7F7;
}

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

編集リスト

-------------------------------------------------- */
.edit-block {
  margin: 2em 0;
}

.edit-list {
  display: flex;
  flex-wrap: wrap;
}
.edit-list li {
  display: flex;
}
.edit-list li a {
  min-width: 8em;
  display: inline-block;
  color: #23528D;
  text-align: center;
  background: #FFF;
  border: 1px solid #23528D;
  border-radius: 5px;
  padding: 0.5em 1em;
  margin: 0 0.8em 0.8em 0;
}
@media only screen and (max-width: 768px) {
  .edit-list li {
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .edit-list li:nth-child(2n) {
    margin-right: 0;
  }
  .edit-list li a {
    width: 100%;
    margin: 0;
  }
}

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

ページ内リンク

-------------------------------------------------- */
.page-link {
  margin: 2em 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .page-link {
    display: block;
  }
}
.page-link p {
  margin-left: 1em;
}
@media only screen and (max-width: 768px) {
  .page-link p {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 768px) {
  .page-link p a {
    width: 100%;
  }
}

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

enbutai-program

-------------------------------------------------- */
.enbutai-program {
  margin-bottom: 4em;
}
.enbutai-program .ttl-program {
  margin-top: 1.5em;
}

.contents-bg {
  position: relative;
}

.contents-bg::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F5FAFF;
  background-size: auto;
  background-size: contain;
  z-index: -10;
}
@media only screen and (max-width: 1244px) {
  .contents-bg::before {
    background: #FFF;
  }
}

.enbutai-table table {
  margin-bottom: 0;
}

.enbutai-map {
  margin-top: -1em;
}

.stage-tb {
  width: 100% !important;
}
.stage-tb th {
  width: 250px;
}
@media only screen and (max-width: 768px) {
  .stage-tb th {
    width: 100%;
  }
}

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

btn-switching

-------------------------------------------------- */
.btn-switching {
  display: flex;
  justify-content: flex-end;
  margin: 1em 0 2em 0;
}
.btn-switching .btn {
  margin-left: 0.5em;
}
.btn-switching .btn a {
  padding: 0.3em 1em;
  border-radius: 0.4em;
  position: relative;
  background: #E1E1DF;
}
.btn-switching .btn a:hover {
  color: #fff;
  background: #23528D;
}
.btn-switching .btn.active a {
  color: #fff;
  background: #23528D;
}

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

gallery modal

-------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .modal-contents {
    max-width: unset !important;
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .modal-contents {
    width: 90%;
  }
}

.iziModal-wrap {
  padding: 2em;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .iziModal-wrap {
    padding: 5em 1em 2em 1em;
  }
}
.iziModal-wrap .close a {
  cursor: pointer;
}
.iziModal-wrap .pht {
  max-width: 800px;
  margin: 0 auto 0 3%;
}
@media only screen and (max-width: 1200px) {
  .iziModal-wrap .pht {
    max-width: 100%;
  }
}
.iziModal-wrap figure {
  position: relative;
  padding-top: 62%;
  background: #DFDFDF;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.iziModal-wrap figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.iziModal-wrap .ttl-download {
  color: #23528D;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .iziModal-wrap .ttl-download {
    font-size: 1.8rem;
  }
}
.iziModal-wrap .ttl-download:before, .iziModal-wrap .ttl-download:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  background: #23528D;
  vertical-align: bottom;
}
.iziModal-wrap .ttl-download:before {
  margin-right: 2em;
  transform: rotate(-30deg);
}
@media only screen and (max-width: 768px) {
  .iziModal-wrap .ttl-download:before {
    margin-right: 1em;
  }
}
.iziModal-wrap .ttl-download:after {
  margin-left: 2em;
  transform: rotate(30deg);
}
@media only screen and (max-width: 768px) {
  .iziModal-wrap .ttl-download:after {
    margin-left: 1em;
  }
}
.iziModal-wrap .close {
  position: absolute;
  top: 3em;
  right: 1em;
}
.iziModal-wrap .close a {
  position: relative;
  padding-top: 2.5em;
  font-size: 80%;
}
.iziModal-wrap .close a:before {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  height: 33px;
  background: url(../img/common/ico_modal_close.svg) no-repeat;
  background-size: contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.iziModal-wrap button.btn-base.download-delete, .iziModal-wrap button.btn-base.download-list {
  position: absolute;
  width: unset;
  bottom: 3.5em;
  right: 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.39);
  border-radius: 18px;
}
@media only screen and (max-width: 1200px) {
  .iziModal-wrap button.btn-base.download-delete, .iziModal-wrap button.btn-base.download-list {
    position: relative;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 1em;
  }
  .iziModal-wrap button.btn-base.download-delete br, .iziModal-wrap button.btn-base.download-list br {
    display: none;
  }
}
.iziModal-wrap button.btn-base.download-delete:before, .iziModal-wrap button.btn-base.download-list:before {
  display: block;
  margin: 0 auto 0.5em;
}
.iziModal-wrap .caption {
  text-align: center;
}

.iziModal-navigate {
  z-index: 1000 !important;
}

.iziModal-navigate-next {
  background: url(../img/common/ico_modal_next.svg) no-repeat 50% 50% !important;
  opacity: 1 !important;
  width: 50px !important;
}
@media only screen and (max-width: 1200px) {
  .iziModal-navigate-next {
    margin-right: 0 !important;
    position: absolute;
    right: 0.5em !important;
    z-index: 100;
    height: 50px !important;
    top: 50% !important;
    transform: translateY(-50%);
    position: absolute !important;
  }
}

.iziModal-navigate-prev {
  background: url(../img/common/ico_modal_prev.svg) no-repeat 50% 50% !important;
  opacity: 1 !important;
  width: 50px !important;
}
@media only screen and (max-width: 1200px) {
  .iziModal-navigate-prev {
    margin-left: 0 !important;
    position: absolute;
    left: 0.5em !important;
    z-index: 100;
    height: 50px !important;
    top: 50% !important;
    transform: translateY(-50%);
    position: absolute !important;
  }
}

.iziModal-navigate-caption {
  display: none !important;
}

.concours_2col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
}
.concours_2col figure {
  width: 48%;
}

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

初期設定

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

hover

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

breakpoint

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

bg-〇〇〇〇

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

border-radius

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

スライダー

-------------------------------------------------- */
.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%;
  }
}

.slider-block {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider-block .stopbtn {
  cursor: pointer;
  text-align: center;
  display: block;
}
.slider-block .stopbtn img {
  vertical-align: middle;
}
.slider-block .swiper-pagination {
  position: static;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.slider-block .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.slider-block .swiper-container {
  padding-bottom: 45px;
}
.slider-block .swiper-container .swiper-slide img {
  width: 100%;
  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: 7em;
}

.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%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  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%;
  transform: translate(-50%, -50%);
  max-width: none;
  max-height: 100%;
  max-width: 100%;
}

.slider-thumb-vertical {
  height: 700px;
  display: flex;
  overflow: hidden;
  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 {
  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%;
  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%;
  transform: translateY(-50%);
}

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

/* --------------------------------------------------
animation
-------------------------------------------------- */
/* --------------------------------------------------
animation for PC
-------------------------------------------------- */
/* --------------------------------------------------
js-style
-------------------------------------------------- */
.fx-col-in li {
  opacity: 0;
}

.fx-in, .fx-down, .fx-up, .fx-left, .fx-right, .oneesan, .ojisan, .restaurant-list li {
  visibility: hidden;
}

.fx-panel-right::before, .fx-panel-left::before {
  visibility: hidden;
}

/* --------------------------------------------------
animate
-------------------------------------------------- */
.fadeIn {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeIn;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 1.8s;
  animation-name: fadeInUp;
  visibility: visible !important;
  animation-timing-function: ease-out;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInLeft {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInRight;
  visibility: visible !important;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cara-toujou {
  animation: bainAnim2 ease-in-out 0.5s 1;
  visibility: visible !important;
}

.cara-toujou2 {
  animation: bainAnim2 ease-in-out 0.5s 1;
  visibility: visible !important;
}

@keyframes bainAnim {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  25% {
    transform: scale(1.3);
    opacity: 1;
  }
  75% {
    transform: scale(1.3);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bainAnim2 {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  25% {
    transform: scale(1.2);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.fx-swing {
  animation: swing linear 2s infinite;
  transform-origin: center 70% 0;
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.fade-slow-left::before {
  background-color: #FFF;
  transition: all 0.8s ease;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.fade-slow-left.is-inviewed::before {
  left: 100%;
}

.fade-slow-right::before {
  background-color: #FFF;
  transition: all 0.8s ease;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.fade-slow-right.is-inviewed::before {
  right: 100%;
}

@media screen and (max-width: 800px) {
  .fade-slow-left::before {
    content: none;
  }
  .fade-slow-right::before {
    content: none;
  }
}
.fx-panel-left, .fx-panel-right {
  position: relative;
  overflow: hidden;
}

.fx-panel-left img, .fx-panel-right img {
  opacity: 0;
}

.fadePanelAnim-l img, .fadePanelAnim img {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-timing-function: ease-in;
  animation-name: imgfade;
  visibility: visible !important;
}

@keyframes imgfade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.fadePanelAnim::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  left: -100%;
  background: #FFF;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-name: blackPanel;
  visibility: visible !important;
}

@keyframes blackPanel {
  0% {
    left: -100%;
  }
  5% {
    left: -95%;
  }
  25% {
    left: 0%;
  }
  75% {
    left: 0%;
  }
  80% {
    left: 5%;
  }
  100% {
    left: 100%;
  }
}
.fadePanelAnim-l::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  right: -100%;
  background: #FFF;
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-name: blackPanel-l;
  visibility: visible !important;
}

@keyframes blackPanel-l {
  0% {
    right: -100%;
  }
  5% {
    right: -95%;
  }
  25% {
    right: 0%;
  }
  75% {
    right: 0%;
  }
  80% {
    right: 5%;
  }
  100% {
    right: 100%;
  }
}
@media screen and (max-width: 800px) {
  .fx-panel-left img, .fx-panel-right img {
    opacity: 1;
  }
}
/*# sourceMappingURL=common_h.css.map */