@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, 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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  text-align: left;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
---------------------- ここまでReset ---------------------------- */
/* ########################## リセットここまで ###################### */
* {
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

.wrap {
  margin: 0 auto;
  padding: 0;
}

.main {
  margin: 0 5px;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .content {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    -webkit-margin-bottom: 20px;
    -moz-margin-bottom: 60px;
    -ms-margin-bottom: 20px;
    margin-bottom: 0px;
  }
}

/* タイトル */
.titleHead {
  font-size: 2.0rem;
  font-weight: bold;
  border-bottom: dotted 1px #333;
  margin: 10px auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .titleHead {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
  }
}

/* ################# 挨拶 ################### */
@media only screen and (max-width: 767px) {
  .aisatsu {
    margin: 15px 0px;
    padding: 3%;
    color: #333;
    border: solid 3px #bfbfbf;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 768px) {
  .aisatsu {
    margin: 15px 0;
    padding: 20px;
    border: solid 5px #bfbfbf;
    line-height: 1.6;
  }
}

/* ###################### イベントルール ########################## */
.notice {
  background: #fff;
}
.notice__head {
  background: #fff;
  position: relative;
  padding: 1em .70em;
  font-size: 1.4rem;
  font-weight: bold;
}
.notice__head::before, .notice__head::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.notice__head::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.notice__head::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .notice {
    margin: 15px 0px;
    padding: 0;
    background: #f1f1f1;
    color: #333;
    font-size: 0.90rem;
  }
}
.notice ul {
  margin: 0px;
  padding: 0px;
}
.notice li {
  display: flex;
  align-items: baseline;
  padding-top: 2px;
  line-height: 1.5;
}
.notice li span {
  font-weight: bold;
  color: #5c0030;
}
@media only screen and (min-width: 768px) {
  .notice {
    margin: 15px 0;
    padding: 20px;
    border: solid 5px #bfbfbf;
    font-size: 1.0rem;
  }
  .notice ul {
    margin: 0;
    padding: 0;
  }
  .notice li {
    display: flex;
    align-items: baseline;
    font-size: larger;
  }
}

/* ##################### アイテム関連 ####################### */
@media only screen and (max-width: 767px) {
  .itemContainer {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .itemContainer {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .imgContainer {
    display: block;
    margin-bottom: 12px;
    padding: 15px;
    background: #f1f1f1;
    border-top: 6px solid #c5004c;
  }
}
@media only screen and (min-width: 768px) {
  .imgContainer {
    display: block;
    margin: 0 1px 10px;
    padding: 15px;
    background: #f1f1f1;
    border-top: 6px solid #ec9800;
    width: 33.0%;
  }
}
.imgContainer__head {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .imgContainer__head {
    margin: 0 auto 10px;
    padding: 10px 0;
    height: 200px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .imgContainer__head img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .imgContainer__head img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .imgContainer__head {
    margin: 0 auto 10px;
    padding: 10px 0;
    height: 280px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  .imgContainer__body {
    margin: 10px 0;
    padding: 0;
  }
  .imgContainer__body ul {
    margin: 0;
    padding: 0;
  }
  .imgContainer__body li {
    border-bottom: dotted 1px #333;
    margin: 10px 0;
    padding: 2px;
    line-height: 1.7;
  }
  .imgContainer__body li a {
    font-size: 0.90rem;
  }
}
@media only screen and (min-width: 768px) {
  .imgContainer__body {
    margin: 10px 0;
    padding: 0;
  }
  .imgContainer__body ul {
    margin: 0;
    padding: 0;
  }
  .imgContainer__body li {
    border-bottom: dotted 1px #333;
    margin: 15px 0;
    padding: 3px;
    line-height: 1.5;
  }
}
.imgContainer__body-title {
  display: block;
  padding: 8px;
  background: #737373;
  border-radius: 2px;
  margin-bottom: -4px;
}
.imgContainer__body-title a {
  color: #fff;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .imgContainer__foot {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
  }
  .imgContainer__foot-honbun {
    padding: 10px;
    background: #cccccc;
    border-radius: 2px;
    line-height: 1.4;
  }
  .imgContainer__foot .tanto {
    margin-top: 20px;
    margin-left: 2px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    border-bottom: solid 1px #333;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  .imgContainer__foot {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 0;
  }
  .imgContainer__foot-honbun {
    padding: 12px;
    background: #ccc;
    border-radius: 3px;
    line-height: 1.5;
  }
  .imgContainer__foot .tanto {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
    border-bottom: solid 1px #333;
    text-align: right;
  }
}

/* イベントタイトル */
.innerTitle {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  font-family: sans-serif;
  font-size: 20px;
  color: #b3b3b3;
}

.heading {
  margin: 10px 0;
}

.karaoke .heading {
  position: relative;
  height: 52px;
  padding: 0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #b3b3b3;
  line-height: 50px;
}

.karaoke .heading .caption {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 25px;
  padding-right: 40px;
  background: #b3b3b3;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .karaoke .heading .caption {
    font-size: 0.90rem;
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) {
  .karaoke .heading .caption {
    font-size: 1.4rem;
    font-weight: bold;
  }
}

.karaoke .heading .caption:before {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  right: 99.9%;
  top: 0;
  border: 0 solid transparent;
  border-width: 50px 37px 0 0;
  border-right-color: #b3b3b3;
}

.karaoke .heading .title {
  float: left;
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .karaoke .heading .title {
    font-size: 0.90rem;
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) {
  .karaoke .heading .title {
    font-size: 1.4rem;
    font-weight: bold;
  }
}

/* #################### twitter map t-info ############################# */
@media only screen and (max-width: 767px) {
  .tempoInfo {
    display: block;
    margin: 20px 0px 0px;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .tempoInfo {
    display: flex;
    justify-content: space-around;
    margin-bottom: 80px;
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .twitter {
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    padding: 0px 6px;
    border: solid 3px #800019;
  }
}
@media only screen and (min-width: 768px) {
  .twitter {
    display: block;
    margin: 0;
    padding: 0;
    width: 49.5%;
  }
}
.twitter h3 {
  margin: 5px 0;
  padding: 20px 0;
  background: #f1f1f1;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .map {
    display: block;
    border: solid 3px #003d84;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    padding: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .map {
    display: block;
    margin: 0;
    padding: 0;
    width: 49.5%;
  }
}
.map h3 {
  margin: 5px 0;
  padding: 20px 0;
  background: #f1f1f1;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .t-info {
    display: block;
    border: solid 3px #003d84;
    margin-top: 0;
    margin-left: auto;
    margin-bottom: 0px;
    margin-right: auto;
    padding: 0 6px 6px;
  }
}
.t-info table th {
  background: #f1f1f1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .t-info table {
    border-collapse: collapse;
    width: 100%;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .t-info table {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .t-info table th, .t-info table td {
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding: 4px 2px;
    font-size: 0.80rem;
  }
  .t-info table th span, .t-info table td span {
    font-weight: bold;
    color: #0d0d0d;
  }
}
@media only screen and (min-width: 768px) {
  .t-info table th, .t-info table td {
    border: solid 1px #ddd;
    padding: 8px 4px;
    line-height: 1.6;
    font-size: 0.90rem;
  }
  .t-info table th span, .t-info table td span {
    font-weight: bold;
    color: #333;
  }
}
@media only screen and (min-width: 768px) {
  .t-info {
    display: block;
    margin: 0;
    padding: 0;
    width: 49.5%;
    height: 450px;
  }
}
.t-info h3 {
  margin: 5px 0;
  padding: 20px 0;
  background: #f1f1f1;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}

/* ############### footerbg ###################### */
.footbk {
  background: #595959;
  padding: 20px 5px;
}
@media only screen and (min-width: 768px) {
  .footbk {
    margin-top: 0px;
  }
}

/* ################## 微調整 ############################# */
.mgRt3px {
  margin-right: 3px;
}

/* 
--------------------------- イベントの ----------------------------- */
/* ######################## インデックスの ########################### */
@media only screen and (max-width: 767px) {
  .eventContainer {
    display: block;
    background: #f1f1f1;
    margin-bottom: 15px;
    border-radius: 0 0 5px 5px;
  }
}
@media only screen and (min-width: 768px) {
  .eventContainer {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .eventContainer__head {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .eventContainer__head img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .eventContainer__head {
    display: block;
    width: 230px;
    height: 230px;
    overflow: hidden;
  }
  .eventContainer__head img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .eventContainer__body {
    display: block;
    padding: 5px;
    line-height: 1.7;
    background: #f1f1f1;
    border-radius: 0 0 3px 3px;
  }
}
@media only screen and (min-width: 768px) {
  .eventContainer__body {
    width: 100%;
    margin: 0;
    padding: 0px;
    line-height: 1.0;
  }
}
@media only screen and (max-width: 767px) {
  .eventContainer__body-title {
    background: #f5f5f5;
    border-top: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    padding: 8px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .eventContainer__body-title {
    display: block;
    border-bottom: solid 1px #ffa500;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 1.5;
    font-size: 1.0rem;
  }
}
.eventContainer__body-title a {
  color: #191970;
}
@media only screen and (max-width: 767px) {
  .eventContainer__foot {
    margin-top: 0;
    padding: 0 0px 5px;
    line-height: 1.7;
  }
  .eventContainer__foot-honbun {
    padding: 10px;
    background: #fff;
    border-radius: 0 0 3px 3px;
  }
}
@media only screen and (min-width: 768px) {
  .eventContainer__foot {
    width: 100%;
    display: block;
    line-height: 1.5;
    font-size: 0.90rem;
  }
}
.eventContainer .tanto {
  margin-top: 15px;
  margin-bottom: 2px;
  text-align: right;
  font-size: 0.80rem;
}
@media only screen and (max-width: 767px) {
  .eventContainer .tanto {
    margin-top: 20px;
  }
}
.eventContainer .tanto::before {
  content: "- ";
}
.eventContainer .tanto::after {
  content: " -";
}

.eventContainerImg {
  background: #f1f1f1;
  padding: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .eventContainerImg {
    border-top: 2px solid #ff6347;
  }
}
@media only screen and (min-width: 768px) {
  .eventContainerImg {
    border-top: none;
    border-left: 3px solid #ffa500;
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .eventDetails {
    display: block;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .eventDetails {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0px;
    line-height: 1.9;
    overflow: hidden;
  }
}
.eventDetails__head::after {
  content: " 更新";
}
@media only screen and (max-width: 767px) {
  .eventDetails__head {
    border-bottom: dotted 1px #333;
    color: #333;
    text-align: right;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .eventDetails__head {
    font-size: 0.80rem;
    text-align: right;
    border-bottom: dotted 1px #333;
  }
}
.eventDetails__body {
  line-height: 1.7;
}
.eventDetails__body a {
  color: #333;
}
@media only screen and (max-width: 767px) {
  .eventDetails__body {
    background: #d3d3d3;
    border-radius: 4px;
    margin: 10px 0;
    padding: 10px;
    font-size: 0.90rem;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .eventDetails__body {
    display: block;
    background: #f1f1f1;
    border-left: 5px solid #ffa500;
    font-size: 0.90remm;
    padding: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

/* ############# コンテントタイトル ############## */
.contentHead {
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: dotted 1px #333;
  color: #333;
  margin-top: 20px;
  margin-left: auto;
  margin-bottom: 10px;
  margin-right: auto;
  text-align: center;
}

/* ################# 店舗情報 ################# */
@media only screen and (max-width: 767px) {
  .TempoContainer {
    display: flex;
    flex-direction: column;
    border: solid 3px #cccccc;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .TempoContainer {
    display: flex;
    flex-direction: row;
    border: solid 5px #ccc;
    padding: 10px;
    margin: 0px 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .shpInfo dl {
    padding: 0px 2px;
    margin: 0;
    font-size: 0.90rem;
    font-weight: bold;
    line-height: 1.7;
  }
  .shpInfo dt {
    margin-bottom: .75%;
    margin-right: 2%;
    width: 28%;
    display: block;
    font-weight: normal;
    float: left;
    clear: left;
  }
  .shpInfo dd {
    background: #f1f1f1;
    width: 70%;
    display: block;
    float: left;
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) {
  .shpInfo {
    display: block;
    padding: 10px;
    background: #999;
    color: #fff;
    width: 50%;
  }
  .shpInfo:nth-of-type(odd) {
    background: #f1f1f1;
    color: #333;
    margin-right: .5%;
  }
}
.shpInfo dl {
  padding: 0px 2px;
  margin: 0;
  font-size: 0.90rem;
  font-weight: bold;
  line-height: 1.7;
}
.shpInfo dt {
  margin-bottom: .75%;
  margin-right: 2%;
  width: 18%;
  display: block;
  font-weight: normal;
  float: left;
  clear: left;
}
.shpInfo dd {
  width: 80%;
  display: block;
  float: left;
  font-weight: normal;
}

/* ################### カテゴリー ################### */
.widget-cat {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .widget-cat ul {
    margin: 10px;
    padding: 0;
  }
  .widget-cat li {
    margin: 6px 0;
    padding: 0;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) {
  .widget-cat ul {
    margin: 15px 15px 5px;
    padding-bottom: 5px;
  }
  .widget-cat li {
    margin: 5px 0;
    padding: 0;
    line-height: 1.5;
  }
}

/* ################# 月間アーカイブ ################# */
.widget-monthly {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .widget-monthly ol {
    display: block;
    margin: 0px;
    padding: 10px 20px;
  }
  .widget-monthly li {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .widget-monthly ol {
    display: block;
    margin: 0;
    padding: 15px 20px;
  }
  .widget-monthly li {
    line-height: 1.7;
  }
}

/* ################# sideTitle ################## */
.sidetitle {
  background: #f1f1f1;
  padding: 10px;
  font-size: 1.0rem;
  font-weight: bold;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .widget-content {
    display: block;
    padding: 10px;
  }
  .widget-content ul {
    margin: 0;
    padding: 0px;
  }
  .widget-content li {
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .widget-content {
    display: block;
    padding: 5px 20px 0;
  }
  .widget-content ul {
    margin: 0;
    padding: 0;
  }
  .widget-content li {
    line-height: 1.7;
  }
}

/* ################## 準備中 ######################## */
.underconstruction {
  position: relative;
  margin: 3% 0;
  padding: 35px 80px;
  box-sizing: border-box;
  font-style: normal;
  color: #585858;
  border: solid 3px #585858;
}
@media only screen and (max-width: 767px) {
  .underconstruction {
    margin: 6%;
    padding: 3%;
  }
}

.underconstruction:before {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  font-family: Font Awesome 5 Free;
  content: "\f1b8";
  background: #585858;
  color: #FFF;
  font-size: 22px;
}

.underconstruction:after {
  display: inline-block;
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  font-family: Font Awesome 5 Free;
  content: "\f1b8";
  background: #585858;
  color: #FFF;
  font-size: 22px;
}

.underconstruction p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
  font-size: 3.0rem;
}
@media only screen and (max-width: 767px) {
  .underconstruction p {
    margin: 2%;
    padding: 1%;
    text-align: center;
  }
}

.underconstruction cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/* ################ hover追加 ###################### */
figure.snip1200 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  figure.snip1200 {
    width: 100%;
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  figure.snip1200 {
    margin-top: 0px;
    width: 100%;
    height: 290px;
  }
}

figure.snip1200 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

figure.snip1200 img {
  max-width: 100%;
  position: relative;
  opacity: 0.9;
}

@media only screen and (max-width: 767px) {
  figure.snip1200 figcaption {
    position: absolute;
    top: 9%;
    left: 7%;
    right: 7%;
    bottom: 80%;
    border: 1px solid white;
    border-width: 0 1px 1px;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
}
@media only screen and (min-width: 768px) {
  figure.snip1200 figcaption {
    display: block;
    position: absolute;
    top: 9%;
    left: 7%;
    right: 7%;
    bottom: 80%;
    border: 1px solid white;
    border-width: 0 1px 1px;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
}

figure.snip1200 .heading {
  overflow: hidden;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
}

figure.snip1200 h3 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
}

figure.snip1200 h3 span {
  font-weight: 800;
}

figure.snip1200 h3:before,
figure.snip1200 h3:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}

figure.snip1200 h3:before {
  left: -1000%;
}

figure.snip1200 h3:after {
  right: -1000%;
}

figure.snip1200 p {
  top: 25%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0px;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1200 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
  color: #fff;
  line-height: 1.6;
}

figure.snip1200:hover img,
figure.snip1200.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1200:hover figcaption,
figure.snip1200.hover figcaption {
  top: 9%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1200:hover p,
figure.snip1200.hover p {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  line-height: 1.3;
}

/* ############### カテゴリー一覧リンクの ############### */
figure.snip1283 {
  font-family: 'Raleway', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px 1%;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #07090c;
  font-size: 16px;
  -webkit-perspective: 50em;
  perspective: 50em;
}

figure.snip1283 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.snip1283 img {
  opacity: 1;
  width: 100%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

figure.snip1283 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}

figure.snip1283 h3,
figure.snip1283 p {
  line-height: 1.5em;
}

figure.snip1283 h3 {
  margin: 0;
  font-weight: 800;
  border-bottom: solid 1px #fff;
  padding-bottom: 2px;
  text-transform: uppercase;
}

figure.snip1283 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 2px 0 0;
  line-height: 1.5;
}

figure.snip1283 .read-more {
  border: 2px solid #ffffff;
  padding: 0.5em 1em;
  font-size: 0.8em;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}

figure.snip1283 .read-more:hover {
  background-color: #ffffff;
  color: #000000;
}

figure.snip1283:hover img,
figure.snip1283.hover img {
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  opacity: 0;
}

figure.snip1283:hover figcaption,
figure.snip1283.hover figcaption {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* ############### 月別一覧の ##################### */
figure.snip1436 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0px 1%;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #07090c;
  font-size: 16px;
}

figure.snip1436 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

figure.snip1436 img {
  max-width: 100%;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  backface-visibility: hidden;
}

figure.snip1436 figcaption {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  -webkit-transform: scale(0.5) translate(0%, -50%);
  transform: scale(0.5) translate(0%, -50%);
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  z-index: 1;
  opacity: 0;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  figure.snip1436 figcaption {
    top: 20%;
    left: 0;
  }
}

figure.snip1436 h3,
figure.snip1436 p {
  line-height: 1.5em;
}

figure.snip1436 h3 {
  margin: 0;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}

figure.snip1436 p {
  font-size: 0.8em;
  font-weight: 500;
  margin: 0 0 15px;
  line-height: 1.6;
}
figure.snip1436 p a {
  color: #fff;
}

figure.snip1436 .read-more {
  border: 2px solid #ffffff;
  padding: 0.5em 1em;
  font-size: 0.8em;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}

figure.snip1436 .read-more:hover {
  background-color: #ffffff;
  color: #000000;
}

figure.snip1436:hover img,
figure.snip1436.hover img {
  -webkit-animation: snip1436 0.45s linear forwards;
  animation: snip1436 0.45s linear forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

figure.snip1436:hover figcaption,
figure.snip1436.hover figcaption {
  -webkit-transform: scale(1) translate(0, -50%);
  transform: scale(1) translate(0, -50%);
  opacity: 1;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

@-webkit-keyframes snip1436 {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
@keyframes snip1436 {
  50% {
    -webkit-transform: scale(0.8) translateX(0%);
    transform: scale(0.8) translateX(0%);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(0.8) translateX(-150%);
    transform: scale(0.8) translateX(-150%);
    opacity: 0.5;
  }
}
/* #################### 追加ホバー #################### */
figure.snip1110 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  background: #000000;
  text-align: left;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  figure.snip1110 {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  figure.snip1110 {
    width: 100%;
    height: auto;
  }
}

figure.snip1110 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

figure.snip1110 img {
  max-width: 100%;
  position: relative;
}

figure.snip1110 figcaption {
  position: absolute;
  top: 5%;
  bottom: 55%;
  left: 20px;
  right: 40%;
  margin-top: 5%;
  padding: 15px 20px;
  background-color: #ffffff;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.6);
  z-index: 1;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}

figure.snip1110 h3 {
  color: #000000;
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding: 7px;
}

figure.snip1110 h3 span {
  font-weight: 800;
}

figure.snip1110 p {
  font-size: 0.8em;
  font-weight: 500;
}

figure.snip1110:after {
  background: #000000;
  width: 60px;
  height: 100%;
  position: absolute;
  left: -40px;
  top: 0;
  content: '';
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.15) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.snip1110 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1110.blue h3 {
  color: #1b557a;
}

figure.snip1110.blue:after {
  background-color: #0a212f;
}

figure.snip1110.red h3 {
  color: #81261d;
}

figure.snip1110.red:after {
  background-color: #36100c;
}

figure.snip1110.yellow h3 {
  color: #b06f09;
}

figure.snip1110.yellow:after {
  background-color: #583804;
}

figure.snip1110.green h3 {
  color: #19703e;
}

figure.snip1110.green:after {
  background-color: #082514;
}

figure.snip1110.navy h3 {
  color: #19232d;
}

figure.snip1110.navy:after {
  background-color: #000000;
}

figure.snip1110:hover img,
figure.snip1110.hover img {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

figure.snip1110:hover:after,
figure.snip1110.hover:after {
  left: 0;
}

figure.snip1110:hover figcaption,
figure.snip1110.hover figcaption {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/* ################ ここから追加 ###################### */
.zenbun {
  position: relative;
  background: #fffde7;
  margin: 2em auto;
  padding: 1.5em 1em;
  transform: rotate(-2deg);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  color: #795548;
}
@media only screen and (max-width: 767px) {
  .zenbun {
    width: 90%;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .zenbun {
    width: 80%;
  }
}

.zenbun::before {
  content: 'ご挨拶。';
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #795548;
  border-radius: 0 0 40% 5% / 0 0 15% 20%;
  padding: 0 1em 0.1em 0.2em;
  font-size: 110%;
  font-weight: bold;
  transform: rotate(-5deg);
  margin-bottom: 1%;
}

.zenbun::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -75px;
  width: 150px;
  height: 30px;
  background: rgba(245, 245, 245, 0.7);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  transform: rotate(-4deg);
}

.bunsho {
  font-family: Rounded Mplus 1c;
  font-size: 0.95rem;
  line-height: 1.5;
  padding: 1%;
}

.fa-twitter-square, .fa-bookmark {
  margin-right: 6px;
  font-size: 1.1rem;
}

.fa-external-link-square-alt {
  color: #fff;
}

.guide ul li {
  color: #fff;
}

/*# sourceMappingURL=sahra_poster_181124.css.map */

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.topics {
  background: #F4F5F7;
}

.topics__more {
  background: white;
  width: 25%;
  padding: 5px;
  border-radius: 10px;
  margin: 0 auto;
  border: solid;
  border-color: #043464;
}

@media only screen and (max-width: 767px) {
  .topics {
    padding: 35px 0 110px;
  }
}

@media only screen and (min-width: 768px) {
  .topics {
    padding: 60px 0 150px;
  }
}

.topics__inner {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .topics__inner {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__inner {
    max-width: 1150px;
    width: calc(100% - 30px);
  }
}

.topics__ttl {
  text-align: center;
  font-family: 'Noto Sans JP';
}

@media only screen and (max-width: 767px) {
  .topics__ttl {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__ttl {
    margin: 0 0 50px;
  }
}

.topics__ttl-text {
  color: #043464;
  text-align: center;
  font-weight: 700;
  padding: 0;
  margin: 10px 0 8px;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .topics__ttl-text {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__ttl-text {
    font-size: 2.2rem;
  }
}

.topics__ttl span {
  color: #043464;
}

@media only screen and (max-width: 767px) {
  .topics__ttl span {
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__ttl span {
    font-size: 0.95rem;
  }
}

.topics__nav {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .topics__nav {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__nav {
    margin: 0 0 45px;
  }
}

.topics__nav .tab {
  text-align: center;
  font-size: 0.95rem;
  border-radius: 5px;
  font-weight: 600;
  background: #fff;
  color: #043464;
  border: #043464 solid 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .topics__nav .tab {
    margin: 0 3px 10px;
    padding: 14px 0 12px;
    width: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__nav .tab {
    margin: 0 6px 17px;
    padding: 14px 0 13px;
    width: 145px;
  }
}

.topics__nav .tab:hover {
  background: #043464;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .topics__nav .text_s {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__nav .text_s {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .topics__nav .text_ss {
    font-size: 0.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__nav .text_ss {
    font-size: 13px;
  }
}

.topics__nav .narrow-active {
  background: #043464;
  color: #fff;
}

.topics__nav .narrow-active:hover {
  opacity: 1.0;
}

.topics .narrow-hide {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .topics__area {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area {
    margin: 30px 0 20px;
  }
}

.topics__area ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .topics__area ul {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul {
    margin: 0 0 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.topics__area ul .topic {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic {
    width: 48%;
    margin: 0 0 20px;
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic {
    width: calc((100% - 64px) / 4);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 8px 35px;
    padding: 15px 13px;
  }
}

.topics__area ul .topic:first-child {
  margin-top: 0;
}

.topics__area ul .topic:hover {
  -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 13px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topics__area ul .topic figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure {
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure {
    height: 190px;
  }
}

.topics__area ul .topic figure a {
  display: block;
}

.topics__area ul .topic figure a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.topics__area ul .topic figure .noimg {
  color: #97a5b7;
  font-size: 1.3rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.3rem;
  }
}

.topics__area ul .topic__caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 15px 0 0;
}

.topics__area ul .topic__category {
  display: inline-block;
  margin: 0;
  color: #043464;
  background: #EBEDF1;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__category {
    font-size: 11px;
    padding: 6px 12px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic__category {
    font-size: 12px;
    padding: 6px 14px;
  }
}

.topics__area ul .topic__text {
  background: #fff;
  color: #333;
  font-weight: bold;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text {
    font-size: 14px;
    height: 66px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic__text {
    padding: 0;
    font-size: 16px;
    height: 80px;
    overflow: hidden;
    line-height: 27px;
  }
}

.topics__area ul .topic__text:hover {
  text-decoration: none !important;
}

.topics__area ul .topic__text a {
  color: #111;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text a {
    text-overflow: ellipsis;
    white-space: normal;
  }
}

.topics__area ul .topic__text a:hover {
  text-decoration: none !important;
}

.topics__area ul .topic__text a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.topics__area ul .topic__date {
  text-align: right;
  color: #666;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__date {
    margin: 20px 0 0;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic__date {
    margin: 28px 0 0;
    font-size: 0.85rem;
  }
}

.topics__soon {
  text-align: center;
  font-family: 'Noto Sans JP';
}

@media only screen and (max-width: 767px) {
  .topics__soon {
    margin: 30px 0 60px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__soon {
    margin: 50px 0 80px;
    font-size: 1.1rem;
  }
}
/*# sourceMappingURL=newstyle.css.map */
