<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    SCSS用 各種定義                               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* プロパティ
--------------------------------------------------- */
/* レスポンシブ 対応用 ブレイクポイントによる条件分岐
   適用例 ）
   @include media-query(under-bp-m) {
      $breakpoint-m よりも小さいウィンドウ幅の処理をここに書く
   }
 ------------------------------------------------------------------------ */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    SCSS用 各種定義（西宮恵比須神社専用）            */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* マーク定義
--------------------------------------------------- */
/* 基本色定義
--------------------------------------------------- */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Style Reset                                   */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

body.TbView,
body.SpView {
  cursor: pointer;
}

address {
  font-style: normal;
}

em {
  font-style: normal;
}

img {
  border: none;
  vertical-align: middle;
}

a:focus, *:focus {
  outline: none;
}

hr {
  border-top: 1px dotted #8c8b8b;
  border-bottom: 1px dotted #fff;
}

/* 自動文字サイズ調整をOFF iPod,iPhone,iPad用 */
html {
  -webkit-text-size-adjust: none;
}

/* ボックスサイズの算出方法を指定 */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* スクロール固定背景のがたつき防止 ie用 */
/*
html{
 overflow: hidden;
 height: 100%;
}
body{
 overflow: auto;
 height: 100%;
}
*/
/* 画像のレンダリングをバイキュービックで */
img {
  -ms-interpolation-mode: bicubic;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Option Style                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.NoDisplay {
  display: none;
}

/* -----  Adjust Height Rendering  ----- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0; /* firefox footer margin */
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    SknTpl テンプレート定義                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SknTpl common ：共通の定義
--------------------------------------------------- */
/* ImageParagraph Template ：画像（大）、画像（左右）とテキスト
--------------------------------------------------- */
a.SknTplImageParagraph {
  text-decoration: none !important;
}

.SknTplImageParagraph {
  margin: 50px 0;
  /* TextItem */
  /* ImageItem */
  /* - - FullImage - - */
  /* - - LeftImage - - */
  /* - - RightImage - - */
}
@media screen and (max-width: 999px) {
  .SknTplImageParagraph {
    display: block !important;
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
}
.SknTplImageParagraph .TextItem {
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph .TextItem {
    width: 55%;
  }
}
@media screen and (max-width: 999px) {
  .SknTplImageParagraph .TextItem + .ImageItem {
    margin-top: 5vw;
  }
}
.SknTplImageParagraph.AddBorder {
  margin: 0;
  padding: 80px 0;
}
@media screen and (max-width: 999px) {
  .SknTplImageParagraph.AddBorder {
    margin: 0 auto;
    padding: 7vw 0;
    width: 92%;
  }
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.AddBorder .TextItem {
    width: 50%;
  }
}
.SknTplImageParagraph.AddBorder .TextItem:before, .SknTplImageParagraph.AddBorder .TextItem:after {
  content: "";
  width: 400px;
  height: 1px;
  position: absolute;
  background-color: #FF8CBC;
  opacity: 0.5;
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.AddBorder .TextItem:before {
    top: -70px;
    left: -90px;
  }
}
@media screen and (max-width: 999px) {
  .SknTplImageParagraph.AddBorder .TextItem:before {
    top: -7vw;
    left: -50px;
  }
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.AddBorder .TextItem:after {
    bottom: -70px;
    right: -90px;
  }
}
@media screen and (max-width: 999px) {
  .SknTplImageParagraph.AddBorder .TextItem:after {
    bottom: -10vw;
    right: -50px;
  }
}
.SknTplImageParagraph.AddBorder .TextItem .inner {
  position: relative;
  text-align: left;
}
.SknTplImageParagraph.AddBorder .TextItem .inner:before, .SknTplImageParagraph.AddBorder .TextItem .inner:after {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  background-color: #FF8CBC;
  opacity: 0.5;
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.AddBorder .TextItem .inner:before {
    top: -120px;
    left: -60px;
  }
}
@media screen and (max-width: 999px) {
  .SknTplImageParagraph.AddBorder .TextItem .inner:before {
    top: -12vw;
    left: -30px;
  }
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.AddBorder .TextItem .inner:after {
    bottom: -120px;
    right: -60px;
  }
}
@media screen and (max-width: 999px) {
  .SknTplImageParagraph.AddBorder .TextItem .inner:after {
    bottom: -17vw;
    right: -30px;
  }
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph {
    /* 画像おおきめ */
    /* 画像小さめ */
  }
  .SknTplImageParagraph.LargeImage .TextItem {
    width: 35%;
  }
  .SknTplImageParagraph.SmallImage .TextItem {
    width: 70%;
  }
}
.SknTplImageParagraph .ImageItem {
  position: relative;
  /* ボーダー付き */
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph .ImageItem {
    width: 45%;
  }
}
@media screen and (max-width: 999px) {
  .SknTplImageParagraph .ImageItem {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  .SknTplImageParagraph .ImageItem + .TextItem {
    margin-top: 5vw;
  }
}
.SknTplImageParagraph .ImageItem.Border {
  border: 1px solid;
}
.SknTplImageParagraph .ImageItem .Image {
  margin: 0;
  text-align: center;
}
.SknTplImageParagraph .ImageItem .Image img {
  width: 100%;
}
.SknTplImageParagraph .ImageItem .Image.Default img {
  width: auto;
}
.SknTplImageParagraph .ImageItem .Image + .Image {
  margin-top: 10px;
}
.SknTplImageParagraph .ImageItem .Caption {
  background: #fff;
  position: relative;
  top: 0em;
  left: 12.5%;
  padding: 1.5em 0;
  width: 75%;
  border-bottom: 1px solid #369;
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph {
    /* 画像おおきめ */
    /* 画像小さめ */
    /* 画像floatなし */
  }
  .SknTplImageParagraph.LargeImage .ImageItem {
    width: 65%;
  }
  .SknTplImageParagraph.SmallImage .ImageItem {
    width: 25%;
  }
  .SknTplImageParagraph.FloatNone .ImageItem {
    margin: 1em 0;
  }
}
.SknTplImageParagraph.Shift {
  position: relative;
}
.SknTplImageParagraph.Shift .TextItem {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
  background: -moz-linear-gradient(-60deg, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(-60deg, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.8) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6ffffff", endColorstr="#ffffff",GradientType=1 );
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.Shift .TextItem {
    width: 55%;
    position: relative;
    margin-top: 50px;
    z-index: 1;
    padding: 70px;
  }
}
@media screen and (max-width: 999px) {
  .SknTplImageParagraph.Shift .TextItem {
    width: 95%;
    padding: 7vw;
    position: relative;
  }
}
.SknTplImageParagraph.Shift .TextItem .Link {
  margin: -0.5em 0;
  text-align: right;
}
.SknTplImageParagraph.Shift .ImageItem {
  overflow: hidden;
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.Shift .ImageItem {
    width: 55%;
  }
}
@media screen and (max-width: 999px) {
  .SknTplImageParagraph.Shift .ImageItem {
    width: 95%;
    margin: 0;
  }
}
.SknTplImageParagraph.Shift &gt; a {
  display: block;
}
.SknTplImageParagraph.Shift &gt; a .TextItem {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}
.SknTplImageParagraph.FullImage .ImageItem {
  width: auto;
}
.SknTplImageParagraph.FullImage .TextItem {
  width: auto;
  margin-top: 0.75em;
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.LeftImage .ImageItem {
    order: 1;
    padding-right: 4%;
  }
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.LeftImage .TextItem {
    order: 2;
  }
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.LeftImage.Shift .TextItem {
    margin-left: -6%;
  }
}
@media screen and (max-width: 999px) {
  .SknTplImageParagraph.LeftImage.Shift .TextItem {
    margin: -40px -10px 0 auto;
  }
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.RightImage.AddBorder .ImageItem {
    margin-left: -1%;
  }
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.RightImage .ImageItem {
    padding-left: 4%;
    order: 2;
  }
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.RightImage .TextItem {
    order: 1;
  }
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.RightImage.AddBorder .ImageItem {
    margin-right: -1%;
  }
}
@media screen and (min-width: 1000px), print {
  .SknTplImageParagraph.RightImage.Shift .TextItem {
    margin-right: -6%;
  }
}
@media screen and (max-width: 999px) {
  .SknTplImageParagraph.RightImage.Shift .TextItem {
    margin: -40px auto 0 -10px;
  }
}

/* DecoratedBox Template ：装飾付きボックス
--------------------------------------------------- */
.SknTplDecoratedBox {
  width: 95%;
  margin: 50px auto;
}
@media screen and (max-width: 999px) {
  .SknTplDecoratedBox {
    margin: 8vw auto;
  }
}
.SknTplDecoratedBox .inner {
  position: relative;
  z-index: 1;
  padding: 50px 60px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .SknTplDecoratedBox .inner {
    padding: 30px 5vw;
    font-size: 95%;
  }
}
.SknTplDecoratedBox .inner li {
  text-align: left;
}
.SknTplDecoratedBox.Type1 {
  background: #d4ecd5 url(../img/top/bg-water.jpg) no-repeat top left;
  background-size: 100%;
}
.SknTplDecoratedBox.Type2 {
  background: #eeffe8;
  background: linear-gradient(to bottom, #eeffe8 0%, #faffdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eeffe8 ", endColorstr="#faffdf ",GradientType=0 );
  position: relative;
  padding: 30px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  .SknTplDecoratedBox.Type2 {
    padding: 12px;
  }
}
.SknTplDecoratedBox.Type2:before {
  content: "";
  background-image: url(../img/common/decoration/ptn-bedgegrunge.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.SknTplDecoratedBox.Type2 .inner {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 25px;
}
.SknTplDecoratedBox.Type3 {
  position: relative;
}
@media screen and (min-width: 1000px), print {
  .SknTplDecoratedBox.Type3 {
    width: 80%;
    padding: 0 3em;
    margin: 100px auto;
  }
}
@media screen and (max-width: 999px) {
  .SknTplDecoratedBox.Type3 {
    width: 90%;
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 767px) {
  .SknTplDecoratedBox.Type3 {
    width: 100%;
  }
}
.SknTplDecoratedBox.Type3:before, .SknTplDecoratedBox.Type3:after {
  content: "";
  width: calc(100% - 3em);
  height: 1px;
  max-width: 900px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
}
.SknTplDecoratedBox.Type3:before {
  top: 0;
  left: 0;
}
.SknTplDecoratedBox.Type3:after {
  bottom: 0;
  right: 0;
}
.SknTplDecoratedBox.Type3 .inner {
  padding: 75px 100px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .SknTplDecoratedBox.Type3 .inner {
    padding: 7vw;
  }
}
.SknTplDecoratedBox.Type3 .inner:before, .SknTplDecoratedBox.Type3 .inner:after {
  content: "";
  width: 1px;
  height: 50%;
  position: absolute;
  background-color: #FF8CBC;
}
.SknTplDecoratedBox.Type3 .inner:before {
  top: -3em;
  left: 0;
}
.SknTplDecoratedBox.Type3 .inner:after {
  bottom: -3em;
  right: 0;
}

/* SknTplThumbnailList ：画像付きリスト
--------------------------------------------------- */
.SknTplThumbnailList {
  /* Type1 左にサムネタイプ - - - - - - - - - - - - - -  */
  /* Type2 上にサムネタイプ type - - - - - - - - - - - - - -  */
  /* tableを利用して縦横中央揃え */
  /* Thumbnail style */
  /* text style */
}
.SknTplThumbnailList .SknTplThumbnailList ul {
  list-style: none;
}
.SknTplThumbnailList .ThumbnailList.Type1 {
  /* Thumbnail style */
  /* text style */
}
.SknTplThumbnailList .ThumbnailList.Type1 &gt; li {
  padding: 0;
  line-height: 1;
  vertical-align: middle;
}
.SknTplThumbnailList .ThumbnailList.Type1 &gt; li * {
  vertical-align: middle;
}
.SknTplThumbnailList .ThumbnailList.Type1 &gt; li a {
  display: block;
  position: relative;
  padding: 20px;
}
.SknTplThumbnailList .ThumbnailList.Type1 .ImageItem {
  width: 100px;
  overflow: hidden;
  vertical-align: middle;
  float: left;
}
.SknTplThumbnailList .ThumbnailList.Type1 .ImageItem .Image {
  height: 100px;
}
.SknTplThumbnailList .ThumbnailList.Type1 .ImageItem .Image .Landscape {
  height: 100%;
  width: auto;
}
.SknTplThumbnailList .ThumbnailList.Type1 .ImageItem .Image .Portrait {
  height: auto;
  width: 100%;
}
.SknTplThumbnailList .ThumbnailList.Type1 .TextItem {
  margin-left: 125px;
}
.SknTplThumbnailList .ThumbnailList.Type1 .TextItem .Title {
  font-weight: 400;
  font-size: 125%;
  margin: 0 0 1em;
}
.SknTplThumbnailList .ThumbnailList.Type1 .TextItem .DefaultText {
  font-size: 87.5%;
}
.SknTplThumbnailList &gt; li {
  padding: 0;
  line-height: 1;
  vertical-align: middle;
  vertical-align: top;
}
.SknTplThumbnailList &gt; li &gt; .inner {
  display: block;
  padding: 20px;
}
@media screen and (max-width: 399px) {
  .SknTplThumbnailList &gt; li &gt; .inner {
    padding: 10px;
  }
}
.SknTplThumbnailList &gt; li a {
  position: relative;
  display: block;
}
.SknTplThumbnailList &gt; li .ImageItem {
  /*display: table;*/
  width: 100%;
}
.SknTplThumbnailList &gt; li .ImageItem &gt; p {
  /*display: table-cell;*/
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.SknTplThumbnailList .ImageItem {
  vertical-align: middle;
}
.SknTplThumbnailList .ImageItem p.Caption {
  font-size: 87.5%;
  line-height: 1.5;
  margin-top: 0.5em;
}
.SknTplThumbnailList .TextItem {
  padding: 1.5em 0;
}
.SknTplThumbnailList .TextItem .Title {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 112.5%;
}
.SknTplThumbnailList .TextItem .Title .Sub {
  font-size: 75%;
  white-space: nowrap;
}
.SknTplThumbnailList .TextItem .PriceText {
  font-size: 87.5%;
  line-height: 1.5;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0.5em;
}
.SknTplThumbnailList .TextItem .DefaultText {
  font-size: 87.5%;
  opacity: 0.75;
  line-height: 1.75;
  margin-bottom: 0;
  text-align: left;
}

/* TextButton Template ：テキストボタン
--------------------------------------------------- */
.SknTplTextButton {
  position: relative;
  /* - - ul - - */
  /* - - p - - */
  /* - - Button style - - */
}
.SknTplTextButton ul {
  list-style: none;
  text-align: center;
  margin: 1em 0 !important;
  letter-spacing: -0.5em;
}
.SknTplTextButton li {
  margin: 2.5px;
  display: inline-block;
  letter-spacing: 0;
}
.SknTplTextButton p {
  font-size: 100%;
  text-align: center;
  margin: 0;
}
.SknTplTextButton .Button, .SknTplTextButton .Button-frame, .SknTplTextButton .Button-color, .SknTplTextButton .Button-default {
  /* ボタンのスタイルは common_elementをつかう */
}

/* DecoratedTable Template ：表組み（テーブル）
--------------------------------------------------- */
.SknTplDecoratedTable {
  /* common */
  /* thead */
  /* tbody */
  /* + + + + + レスポンシブ + + + + +  */
  /* - - テーブル内部のリスト - - */
}
.SknTplDecoratedTable table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}
.SknTplDecoratedTable table.AutoWidth {
  width: auto;
  width: max-content;
  min-width: 60%;
  margin-left: 0;
}
.SknTplDecoratedTable th,
.SknTplDecoratedTable td {
  padding: 1em 25px;
  border: 1px solid #ddd;
}
.SknTplDecoratedTable th {
  text-align: center;
  font-weight: 500;
}
.SknTplDecoratedTable td {
  background: #fff;
}
.SknTplDecoratedTable thead th {
  line-height: 1.125;
  padding: 0.75em 0px;
  font-size: 87.5%;
  border: 1px solid #6be;
  letter-spacing: 0.05em;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  background: #49d;
}
.SknTplDecoratedTable tbody th {
  color: #555;
  background: #f9f9f9;
}
.SknTplDecoratedTable tbody &gt; tr &gt; th:not([width]) {
  /*width: 20%;*/
}
@media screen and (max-width: 399px) {
  .SknTplDecoratedTable {
    /* notScrollable */
    /* Scrollable */
  }
  .SknTplDecoratedTable table.AutoWidth {
    width: auto;
  }
  .SknTplDecoratedTable &gt; :not([class*=Scrollable]) thead th {
    display: none;
  }
  .SknTplDecoratedTable &gt; :not([class*=Scrollable]) thead th:first-child:last-child {
    display: block;
  }
  .SknTplDecoratedTable &gt; :not([class*=Scrollable]) tr,
  .SknTplDecoratedTable &gt; :not([class*=Scrollable]) th,
  .SknTplDecoratedTable &gt; :not([class*=Scrollable]) td {
    display: block;
    width: auto !important;
  }
  .SknTplDecoratedTable &gt; :not([class*=Scrollable]) tr {
    margin-bottom: 0;
  }
  .SknTplDecoratedTable &gt; :not([class*=Scrollable]) th {
    padding: 0.5em 10px;
    width: auto;
  }
  .SknTplDecoratedTable &gt; :not([class*=Scrollable]) td {
    border-top: none;
  }
  .SknTplDecoratedTable .NoDecoratedTable td {
    border: none !important;
  }
  .SknTplDecoratedTable .Scrollable thead {
    display: table-header-group;
  }
  .SknTplDecoratedTable .Scrollable thead th {
    display: table-cell;
  }
  .SknTplDecoratedTable .Scrollable tr {
    display: table-row;
  }
  .SknTplDecoratedTable .Scrollable th,
  .SknTplDecoratedTable .Scrollable td {
    display: table-cell;
  }
}
.SknTplDecoratedTable ul,
.SknTplDecoratedTable ol {
  margin: 0 0 0 2em;
}
.SknTplDecoratedTable li ul,
.SknTplDecoratedTable li ol {
  margin: 0.25em 0 0.5em 1em;
}

/* TextList Template ：テキストリスト
--------------------------------------------------- */
.SknTplTextList {
  /* - - ul - - */
}
.SknTplTextList ul.TextList {
  list-style: none;
  margin: 1.25em 0;
  line-height: 1.5;
  /* [NEW]を表示 */
  /* hover */
  /* リンク無効の時 */
}
.SknTplTextList ul.TextList &gt; li {
  padding: 0 0;
  margin: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
}
.SknTplTextList ul.TextList &gt; li:first-child {
  border-top: 1px dotted rgba(0, 0, 0, 0.25);
}
.SknTplTextList ul.TextList &gt; li &gt; a {
  margin: 0;
  padding: 1.25em 1em 1.25em 4em;
  display: block;
  text-decoration: none;
  position: relative;
  color: #369;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.SknTplTextList ul.TextList &gt; li .Label span.Sub {
  display: block;
  font-size: 75%;
  line-height: 1;
  opacity: 0.75;
}
.SknTplTextList ul.TextList &gt; li &gt; a.New .Label::after {
  content: "NEW";
  display: inline-block;
  color: #f00;
  border: 1px solid;
  padding: 0.125em 0.25em;
  line-height: 1;
  font-size: 75%;
  margin-left: 0.5em;
}
.SknTplTextList ul.TextList &gt; li .Icon {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 1em;
  margin-top: -0.75em;
  margin-top: -1em;
  padding: 0;
}
.SknTplTextList ul.TextList &gt; li .Icon::before {
  color: #fff;
  background: #328cff;
  line-height: 2;
  width: 2em;
  border-radius: 100%;
}
.SknTplTextList ul.TextList &gt; li &gt; a:not(.Invalid):hover {
  background: rgba(50, 140, 255, 0.15);
}
.SknTplTextList ul.TextList &gt; li &gt; a.Invalid {
  cursor: default;
  color: inherit;
}
.SknTplTextList ul.TextList &gt; li &gt; a.Invalid .Icon {
  display: none;
}
.SknTplTextList.FlexParent &gt; li, .SknTplTextList.SknTplImageParagraph &gt; li {
  border: none;
  border-left: 1px dotted rgba(0, 0, 0, 0.25);
  flex-grow: 1;
}
@media screen and (max-width: 399px) {
  .SknTplTextList.FlexParent &gt; li, .SknTplTextList.SknTplImageParagraph &gt; li {
    border: none;
  }
}
.SknTplTextList.FlexParent &gt; li:first-child, .SknTplTextList.SknTplImageParagraph &gt; li:first-child {
  border-left: none;
}
@media screen and (max-width: 399px) {
  .SknTplTextList.FlexParent:not(.AutoDirection) &gt; li, .SknTplTextList.SknTplImageParagraph:not(.AutoDirection) &gt; li {
    border: none;
    border-left: 1px dotted rgba(0, 0, 0, 0.25);
    flex-grow: 1;
  }
  .SknTplTextList.FlexParent:not(.AutoDirection) &gt; li:first-child, .SknTplTextList.SknTplImageParagraph:not(.AutoDirection) &gt; li:first-child {
    border-left: none;
  }
}

/* SknTplFaq ：Ｑ＆Ａ
--------------------------------------------------- */
.SknTplFaq {
  /* common */
  /* question */
  /* answer */
  /* + + + + + レスポンシブ + + + + +  */
}
.SknTplFaq &gt; .inner {
  padding: 30px 0;
  border-top: 1px solid #249;
}
.SknTplFaq &gt; .inner &gt; .QuestionText,
.SknTplFaq &gt; .inner &gt; .AnswerText {
  position: relative;
  padding-left: 8rem;
  line-height: 4rem;
}
.SknTplFaq &gt; .inner &gt; .QuestionText::before,
.SknTplFaq &gt; .inner &gt; .AnswerText::before {
  position: absolute;
  top: 0px;
  left: 2rem;
  font-family: "Century Gothic";
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 4rem;
  line-height: 4rem;
  text-align: center;
  vertical-align: middle;
}
.SknTplFaq &gt; .inner &gt; .QuestionText {
  font-weight: bold;
  font-size: 125%;
  color: #233e75;
  margin: 0 0 1.5em;
}
.SknTplFaq &gt; .inner &gt; .QuestionText::before {
  content: "Q";
  background-color: #233e75;
}
.SknTplFaq &gt; .inner &gt; .AnswerText {
  font-size: 100%;
}
.SknTplFaq &gt; .inner &gt; .AnswerText::before {
  content: "A";
  background-color: #cc2262;
}
.SknTplFaq &gt; .inner &gt; .AnswerText img {
  float: right;
  width: 30%;
  margin-top: 1rem;
  margin-left: 5%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 399px) {
  .SknTplFaq &gt; .inner &gt; .QuestionText,
  .SknTplFaq &gt; .inner &gt; .AnswerText {
    position: relative;
    padding-left: 6rem;
  }
  .SknTplFaq &gt; .inner &gt; .QuestionText::before,
  .SknTplFaq &gt; .inner &gt; .AnswerText::before {
    left: 0rem;
  }
  .SknTplFaq &gt; .inner &gt; .AnswerText img {
    width: 47.5%;
    margin-left: 2.5%;
    margin-bottom: 0.5rem;
  }
}

/* GetAdobeReader 
--------------------------------------------------- */
.SknTplGetAdobeReader {
  background: #eee;
  padding: 20px 30px;
  max-width: 500px;
  /* + + + + + レスポンシブ + + + + +  */
}
.SknTplGetAdobeReader .Banner {
  margin: 0;
  float: left;
  width: 125px;
}
.SknTplGetAdobeReader .Text {
  margin: 0 0 0 135px;
  font-size: 75%;
  line-height: 1.5;
  text-align: justify;
  color: #555;
}
@media screen and (max-width: 399px) {
  .SknTplGetAdobeReader .SknTplGetAdobeReader {
    padding: 10px;
  }
  .SknTplGetAdobeReader .Banner {
    width: 75px;
  }
  .SknTplGetAdobeReader .Text {
    margin: 0;
    margin: 0 0 0 85px;
    font-size: 50%;
  }
}

/* SknTplColumnGroup
--------------------------------------------------- */
/* ColumnGroupはcommon_element.cssで定義 */
/* SknTplEmbedVideo
--------------------------------------------------- */
.SknTplEmbedVideo &gt; .inner {
  padding: 30px;
}
.SknTplEmbedVideo &gt; .inner &gt; .code {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.SknTplEmbedVideo &gt; .inner &gt; .code &gt; iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* SknTplEmbedGoogleMaps
--------------------------------------------------- */
.SknTplEmbedGoogleMaps &gt; .inner &gt; .code {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  padding-top: 75%;
}
.SknTplEmbedGoogleMaps &gt; .inner &gt; .code &gt; iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    サイト共通 細かい要素の装飾定義               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* レスポンシブ 表示ON/OFF */
/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .hide-wide {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .hide-narrow-l {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hide-narrow {
    display: none;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   images                                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
img {
  max-width: 100%;
}
#GoogleMap img {
  max-width: none;
}

.Image {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.Image.AlignTop {
  align-items: flex-start;
}
.Image.setModalOpen {
  background-color: #2c0e1a;
}
.Image.setModalOpen a {
  display: block;
  position: relative;
}
.Image.setModalOpen a &gt; .Heading {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.4em 0.75em;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
@media screen and (min-width: 1000px), print {
  .Image.setModalOpen a &gt; .Heading {
    font-size: 87.5%;
    padding: 0.4em 0.75em;
  }
}
@media screen and (max-width: 999px) {
  .Image.setModalOpen a &gt; .Heading {
    font-size: 70%;
    padding: 0.15em 0.75em;
  }
}
.Image.setModalOpen a &gt; .Heading strong {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 0.25em;
}

a .Image img,
.Image a img {
  transition: 2s all;
}
a .Image:hover img,
.Image a:hover img {
  transform: scale(1.2);
}

.ContentsDivision p.Syamon {
  width: auto;
  font-family: "fontello";
  font-size: 75px;
  line-height: 1;
  margin-bottom: 0;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   video                                          */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
video {
  max-width: 100%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Text and Heading                               */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* - - サイトロゴ - -  */
.SiteLogo a {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
}
.SiteLogo a * {
  vertical-align: middle;
}
.SiteLogo a img.LogoMark {
  width: 65px;
  margin-right: 10px;
}
.SiteLogo a img.LogoText {
  width: 290px;
}

/* 見出し common
--------------------------------------------------- */
.Heading {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px), print {
  .Heading {
    font-size: 110%;
    margin: 3em 0 1em;
  }
}
@media screen and (max-width: 999px) {
  .Heading {
    font-size: 110%;
    margin: 2em 0 0.85em;
  }
}
.Heading .Icon {
  display: inline-block;
  transform: scale(1.75);
  margin-right: 0.5em;
}
.Heading em {
  background: url(../img/common/decoration/stroke_type1.png) repeat-x 50% 90%;
}

/* 見出しバリエーション
--------------------------------------------------- */
/* Type1 :::::::::::::::::::::::::  */
.Heading.Type1 {
  font-weight: normal;
  color: #6C2D47;
  line-height: 1.75;
}
@media screen and (min-width: 1000px), print {
  .Heading.Type1 {
    font-size: 250%;
    margin: 1.5em 0;
  }
}
@media screen and (max-width: 999px) {
  .Heading.Type1 {
    font-size: 165%;
  }
}

/* Type2 :::::::::::::::::::::::::  */
.Heading.Type2 {
  font-size: 250%;
  font-weight: normal;
  color: #6C2D47;
  margin: 4em 0 1.25em;
  padding: 1.25em 0px;
  padding-left: 20px;
  line-height: 1.5;
  position: relative;
  padding-left: 0;
}
@media screen and (max-width: 999px) {
  .Heading.Type2 {
    font-size: 165%;
  }
}
.Heading.Type2:before {
  color: #A25B78;
  position: absolute;
  left: 50%;
  z-index: -1;
  opacity: 0.1;
  top: 50%;
  font-size: 120px;
  margin: -60px 0 0 -60px;
}
@media screen and (max-width: 999px) {
  .Heading.Type2:before {
    font-size: 80px;
    margin: -40px 0 0 -40px;
  }
}

/* Type3 :::::::::::::::::::::::::  */
.Heading.Type3 {
  font-size: 150%;
  padding: 0.75em 0;
  border-bottom: 1px solid #2c0e1a;
}
@media screen and (max-width: 999px) {
  .Heading.Type3 {
    font-size: 115%;
  }
}

/* Type4 :::::::::::::::::::::::::  */
.Heading.Type4 {
  position: relative;
  padding: 0.25em 25px;
  color: #fff;
  background: #6C2D47;
  min-width: 15em;
  white-space: nowrap;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.Heading.Type4 + table {
  margin-top: 1em;
}
@media screen and (min-width: 1000px), print {
  .Heading.Type4 {
    width: 40%;
  }
}
@media screen and (max-width: 999px) {
  .Heading.Type4 {
    width: auto;
    max-width: 95%;
    display: table;
  }
}

/* Type5 :::::::::::::::::::::::::  */
.Heading.Type5 {
  text-align: center;
  font-size: 115%;
}
@media screen and (max-width: 999px) {
  .Heading.Type5 {
    font-size: 105%;
  }
}
.Heading.Type5 span {
  position: relative;
  padding: 0.125em 2em;
  display: inline-block;
  line-height: 1.5;
  top: 0;
  letter-spacing: 0.25em;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 999px) {
  .Heading.Type5 span {
    padding: 0.125em 1.25em;
  }
}
.Heading.Type5 span:before, .Heading.Type5 span:after {
  position: absolute;
  top: 0;
  content: "";
  width: 8px;
  height: 100%;
  display: inline-block;
}
.Heading.Type5 span:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.Heading.Type5 span:after {
  content: "";
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}

/* Type6 :::::::::::::::::::::::::  */
.Heading.Type6 {
  position: relative;
  font-size: 115%;
  margin: 1em 0 0.5em;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.Heading.Type6:before {
  content: "\e819";
  font-family: "fontello";
  margin-right: 0.25em;
  color: #A25B78;
  font-weight: normal;
}
@media screen and (max-width: 999px) {
  .Heading.Type6 {
    font-size: 105%;
  }
}

/* Color :::::::::::::::::::::::::  */
.Heading.Color {
  color: #6C2D47;
}

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

.Heading + .Heading {
  margin-top: 1em !important;
}

.Heading:last-child {
  margin-bottom: 0 !important;
}

/* DefaultText （この案件では未使用）
---------------------------------------------------
.DefaultText{
} */
/* p
---------------------------------------------------*/
.ContentsDivision p {
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1000px), print {
  .ContentsDivision p {
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 999px) {
  .ContentsDivision p {
    font-size: 95%;
    line-height: 1.8;
    letter-spacing: 0.07em;
  }
}

.ContentsDivision p:first-child {
  margin-top: 0;
}

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

/* small
--------------------------------------------------- */
small {
  font-size: 82.5%;
}
.Heading small {
  font-size: 65%;
  display: inline-block;
}

/* Marker
--------------------------------------------------- */
.Marker {
  background: linear-gradient(transparent 60%, #ecdae1 60%);
  padding: 0 0.25em;
}

/* AddMark
--------------------------------------------------- */
.AddMark, .Heading.Type2 {
  text-align: center;
  margin-top: -0.5em;
}
.AddMark:before, .Heading.Type2:before {
  content: "\e834";
  font-family: "fontello";
  color: #A25B78;
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: normal;
  text-shadow: none;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 10px, rgba(255, 255, 255, 0.5) -1px 1px 10px, rgba(255, 255, 255, 0.5) 1px -1px 10px, rgba(255, 255, 255, 0.5) -1px -1px 10px;
}

/* TitlePhoto
--------------------------------------------------- */
.TitlePhoto {
  text-align: center;
  margin-top: -0.5em;
  font-size: 87.5%;
  font-weight: normal;
  color: #6C2D47;
  line-height: 1.75;
  margin: 1.5em 0;
}
.TitlePhoto:before {
  content: "\e82e";
  font-family: "fontello";
  font-size: 200%;
  display: block;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: normal;
  text-shadow: none;
  line-height: 1;
  letter-spacing: 0;
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 10px, rgba(255, 255, 255, 0.5) -1px 1px 10px, rgba(255, 255, 255, 0.5) 1px -1px 10px, rgba(255, 255, 255, 0.5) -1px -1px 10px;
}

/* Vertical
--------------------------------------------------- */
.Vertical span {
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  transform: scale(0.95, 1);
  letter-spacing: 0.2em;
  text-align: center;
  display: inline-block;
  font-feature-settings: "pkna";
}

.VerticalArticle {
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
}

/* DeityName
--------------------------------------------------- */
.DeityName {
  font-size: 130%;
  line-height: 1.75 !important;
}
@media screen and (max-width: 999px) {
  .DeityName {
    font-size: 110% !important;
  }
}
.DeityName strong {
  white-space: nowrap;
  display: block;
}

/* Caption
--------------------------------------------------- */
.Caption {
  margin-top: 0.5em;
  text-align: center;
  font-size: 87.5%;
}

/* TextShadow
---------------------------------------------------*/
.TextShadow, #ContentsDivision .AnotherSiteArea .AnotherSiteBlock .BlockContents .Text {
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 10px, rgba(0, 0, 0, 0.4) -1px 1px 10px, rgba(0, 0, 0, 0.4) 1px -1px 10px, rgba(0, 0, 0, 0.4) -1px -1px 10px;
}

/* BorderText
---------------------------------------------------*/
.BorderText {
  padding: 0.25em 2em;
  display: inline-block;
  line-height: 1.5;
  top: 0;
  letter-spacing: 0.25em;
  border-width: 1px 0;
  border-style: solid;
  border-color: #000;
}

/* NameText
--------------------------------------------------- */
.NameText {
  font-weight: 600 !important;
  font-size: 2.5rem;
}

/* blockquote
--------------------------------------------------- */
blockquote {
  position: relative;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #9dd4ff;
  /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);*/
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #9dd4ff;
  font-size: 30px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/* tel link
--------------------------------------------------- */
/* Price
--------------------------------------------------- */
.Price {
  font-size: 137.5%;
}

/* sup
--------------------------------------------------- */
sup {
  font-size: x-small;
  line-height: 1.1;
}

/* 丸付き文字
--------------------------------------------------- */
.Circled {
  color: #282832;
  border: 1px solid #282832;
  background: #fff;
  border-radius: 3em;
  display: inline-block;
  width: 1.5em;
  width: calc(1.5em + 2px);
  line-height: 1.5em;
  text-align: center;
  vertical-align: middle;
}

/* リスト（汎用）
--------------------------------------------------- */
/* ol: タイプ１ */
ol.Type1 {
  counter-reset: num;
  margin: 1.25em 0;
  list-style: none;
}
ol.Type1 &gt; li,
ol.Type1 &gt; li::before {
  vertical-align: top;
}
ol.Type1 &gt; li {
  margin: 0.75em 0;
  margin-left: 2em;
  position: relative;
}
ol.Type1 &gt; li:first-child {
  margin-top: 0;
}
ol.Type1 &gt; li:before {
  content: counter(num);
  counter-increment: num;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 1.25em;
  transform: scale(0.8);
  line-height: 1.25;
  position: absolute;
  right: 100%;
  top: 0.1em;
  background-color: #ecdae1;
  padding: 0.25em;
}

/* ol: タイプ２ */
ol.Type2 {
  counter-reset: num;
  margin: 1.25em 0;
  list-style: none;
}
ol.Type2 &gt; li,
ol.Type2 &gt; li::before {
  vertical-align: top;
}
ol.Type2 &gt; li {
  position: relative;
  margin: 0.75em 0;
  margin-left: 2em;
}
ol.Type2 &gt; li:before {
  counter-increment: num;
  content: "（" counter(num) "）";
  font-weight: normal;
  position: absolute;
  right: 100%;
  top: 0;
}
ol.Type2 &gt; li:first-child {
  margin-top: 0;
}

/* ポイントリスト  */
.PointList {
  list-style: none;
  counter-reset: my-counter;
  margin-left: 0 !important;
  margin-bottom: 1.25em !important;
}

.PointList &gt; li {
  position: relative;
  padding: 0.5em 0;
  padding-left: 6em;
  margin: 0;
  border-bottom: 1px solid #bbd7f4;
  line-height: 1.5;
}

.PointList &gt; li::before {
  font-family: "Century Gothic", sans-serif;
  content: "POINT " counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  left: 0;
  display: inline-block;
  color: #fff;
  background: #447cb5;
  text-align: center;
  line-height: 1.5;
  border-radius: 0.25em;
  font-size: 75%;
  padding: 0.25em 0.5em;
  width: 5em;
  font-weight: bold;
}

.PointList &gt; li::after {
  font-size: 75%;
  content: "";
  position: absolute;
  top: 1.375em;
  left: 6em;
  border-top: 0.3em solid transparent;
  border-left: 0.5em solid #447cb5;
  border-bottom: 0.3em solid transparent;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .PointList &gt; li {
    padding: 1em 0;
    padding-left: 5em;
  }
  .PointList &gt; li::before,
  .PointList &gt; li::after {
    font-size: 62.5%;
  }
  .PointList &gt; li::after {
    top: 2.25em;
  }
}
/* フロー（手順）リスト : type1  */
.FlowList.Type1 {
  list-style: none;
  counter-reset: my-counter;
  margin-left: 0 !important;
}

.FlowList.Type1 &gt; li {
  position: relative;
  padding: 0.75em 1em 0.75em 4em;
  margin: 1em 0;
  background: #ecdae1;
  border-radius: 0.5em;
}

.FlowList.Type1 &gt; li::before {
  font-family: "Impact", sans-serif;
  content: counter(my-counter);
  counter-increment: my-counter;
  position: absolute;
  top: 1.1em;
  left: 1em;
  display: inline-block;
  color: #6C2D47;
  white-space: nowrap;
  border-left: 1px solid;
  padding-left: 1em;
  letter-spacing: 0.05em;
  text-align: left !important;
}

.FlowList.Type1 &gt; li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -0.7em;
  left: 50%;
  margin-left: -0.5em;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-top: 2px solid #6C2D47;
  border-right: 2px solid #6C2D47;
  transform: rotate(135deg) translate3d(0, 0, 0);
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .FlowList.Type1 &gt; li {
    padding-left: 1em;
  }
  .FlowList.Type1 &gt; li::before {
    display: block;
    position: static;
    line-height: 1;
    margin: 0.5em 0;
  }
}
/* ※印付きリスト :  */
.AsteriskList &gt; li::before {
  content: "※" !important;
  color: #000;
}

.AsteriskList li {
  margin: 0.25em 0;
}

/* ☑印付きリスト :  */
.CheckList {
  margin: 1em 0;
}
.CheckList:first-child {
  margin-top: 0;
}
.CheckList:last-child {
  margin-bottom: 0;
}
table .CheckList.FlexParent, table .CheckList.SknTplImageParagraph {
  justify-content: left;
}
.CheckList li:before {
  content: "\e822";
  font-family: "fontello";
  margin-right: 0.25em;
  color: #6C2D47;
  font-size: 95%;
}
.CheckList li:not(:last-child) {
  margin-right: 1em;
}

/* NewsList （汎用リスト）
--------------------------------------------------- */
.NewsList {
  list-style: none;
  font-size: 1.6rem;
}

.NewsList li &gt; .inner {
  padding: 0.5em 0;
}

.NewsList li .TextItem {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.NewsList li .TextItem,
.NewsList li .TextItem * {
  line-height: 1.375em;
}

.NewsList li .TextItem .Meta .Date {
  margin-right: 1em;
  color: #3fa9d0;
}

/* [NEW]を表示 */
.NewsList li .inner.New .TextItem .Title::after {
  content: "NEW";
  display: inline-block;
  color: #f00;
  border: 1px solid;
  padding: 0.125em 0.25em;
  line-height: 1;
  font-size: 75%;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (min-width: 768px), print {
  .NewsList li .TextItem .Meta {
    min-width: 13.5em;
  }
}
@media screen and (max-width: 767px) {
  .NewsList li .inner {
    padding: 0.75em 0;
    border-bottom: 1px solid #ccc;
  }
  .NewsList li .TextItem {
    font-size: 93.25%;
    display: block;
  }
  .NewsList li .TextItem .Meta {
    margin-bottom: 0.5em;
  }
}
/* tooltip
--------------------------------------------------- */
.Tooltip {
  border-bottom: 1px dashed;
  cursor: pointer;
  margin: 0 0.25em;
  color: #2098d1;
}

.Tooltip::before {
  margin-right: 0.25em;
}

.Tooltip:hover,
.Tooltip:focus {
  border-bottom: none;
}

.ui-tooltip {
  box-shadow: none;
  color: #2098d1;
  background: white;
  border: 2px solid;
  width: 20em;
  max-width: 50%;
  padding: 20px;
  z-index: 100;
  text-align: left;
}

/* Balloon（フキダシ）
--------------------------------------------------- */
.Balloon.Type1 {
  margin: 0 auto;
  text-align: center;
  border-radius: 0.5em;
  border: 2px solid;
  background: #fff;
  color: #f58212;
  font-weight: bold;
  padding: 0.25em 0.5em;
  line-height: 1.25 !important;
}

/* font
--------------------------------------------------- */
/* basic */
.FontDefault, #ContentsDivision .VisitArea .VisitBlock .BlockContents ul li a .BorderText, .ModalWindow .modal__content .setModalClose, .FixedButton a small, .GoPageTop p a .Label, .Help li, .AsteriskList li, .Image.setModalOpen a &gt; .Heading {
  font-family: "Meiryo", "Arial", "Century Gothic", sans-serif;
}

.FontSansSerif {
  font-family: "ヒラギノ角ゴ Pro W3", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
}

/* IEでの微妙な上下のズレを軽減 */
@media all and (-ms-high-contrast: none) {
  /* IE10以降に適応されるCSS */
  .FontSansSerif {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}
.FontSerif, .DeityName {
  font-family: "HG正楷書体-PRO", "YuMincho", "游明朝", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  font-feature-settings: "palt";
  font-weight: 300;
}

/* IEで書体の高さがずれるため補足 */
@media all and (-ms-high-contrast: none) {
  /* IE10以降に適応されるCSS */
  html.rsbp-over-bp2 .FontSerif, html.rsbp-over-bp2 .DeityName {
    font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "MS PMincho", "ＭＳＰ明朝", "MS Mincho", "ＭＳ明朝", serif;
  }
}
.FontMonospace {
  /*font-family: "Osaka-mono", "ＭＳ ゴシック", "MS Gothic", monospace;*/
}

/* FontSize
--------------------------------------------------- */
@media screen and (min-width: 1000px), print {
  .FontSizeXXLarge,
  .DefaultText.FontSizeXXLarge {
    font-size: 180%;
  }
}
@media screen and (max-width: 999px) {
  .FontSizeXXLarge,
  .DefaultText.FontSizeXXLarge {
    font-size: 140%;
  }
}
@media screen and (min-width: 1000px), print {
  .FontSizeXXLarge.Vertical,
  .DefaultText.FontSizeXXLarge.Vertical {
    font-size: 190%;
  }
}
@media screen and (max-width: 999px) {
  .FontSizeXXLarge.Vertical,
  .DefaultText.FontSizeXXLarge.Vertical {
    font-size: 130%;
  }
}

@media screen and (min-width: 1000px), print {
  .FontSizeXLarge,
  .DefaultText.FontSizeXLarge {
    font-size: 150%;
  }
}
@media screen and (max-width: 999px) {
  .FontSizeXLarge,
  .DefaultText.FontSizeXLarge {
    font-size: 130%;
  }
}

@media screen and (min-width: 1000px), print {
  .FontSizeLarge,
  .DefaultText.FontSizeLarge {
    font-size: 125%;
  }
}
@media screen and (max-width: 999px) {
  .FontSizeLarge,
  .DefaultText.FontSizeLarge {
    font-size: 115%;
  }
}

@media screen and (min-width: 1000px), print {
  .FontSizeLarger,
  .DefaultText.FontSizeLarger {
    font-size: 112.5%;
  }
}
@media screen and (max-width: 999px) {
  .FontSizeLarger,
  .DefaultText.FontSizeLarger {
    font-size: 102.5%;
  }
}

.FontSizeNormal,
.DefaultText.FontSizeNormal {
  font-size: 100%;
}

.FontSizeSmaller,
.DefaultText.FontSizeSmaller {
  font-size: 87.5%;
}

.FontSizeSmall,
.DefaultText.FontSizeSmall {
  font-size: 75%;
}

.FontSizeXSmall,
.DefaultText.FontSizeXSmall {
  font-size: 62.5%;
}

/* FontWeight
--------------------------------------------------- */
.FontWeightThin {
  font-weight: 100;
}

.FontWeightThinner {
  font-weight: 200;
}

.FontWeightNormal {
  font-weight: 400;
}

.FontWeightBolder {
  font-weight: 600;
}

.FontWeightBold {
  font-weight: 800;
}

/* Color
--------------------------------------------------- */
.ColorRed {
  color: #c33;
  color: #f00;
}

/* TextAlign
--------------------------------------------------- */
.TextAlignCenter {
  text-align: center !important;
}

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

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

.TextAlignJustify {
  text-align: justify !important;
}

/* 縦書き */
.TextVertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* VerticalAlign
--------------------------------------------------- */
.VerticalAlignTop,
.VerticalAlignTop * {
  vertical-align: top;
}

.VerticalAlignMiddle,
.VerticalAlignMiddle * {
  vertical-align: middle;
}

.VerticalAlignBottom,
.VerticalAlignBottom * {
  vertical-align: bottom;
}

/* Float
--------------------------------------------------- */
.FloatLeft {
  float: left;
}

.FloatRight {
  float: right;
}

.FloatNone {
  float: none;
}

/* Padding
--------------------------------------------------- */
.PaddingBottom {
  padding-bottom: 1em;
}

.PaddingTop {
  padding-top: 1em;
}

.PaddingHorizontal {
  padding-left: 1em;
  padding-right: 1em;
}

.PaddingHorizontal {
  padding-left: 1em;
  padding-right: 1em;
}

.PaddingNone {
  padding: 0;
}

/* TextOverFlowNone
--------------------------------------------------- */
.TextOverFlowNone {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* LetterSpacing
--------------------------------------------------- */
.LetterSpNarrowest {
  letter-spacing: -0.1em;
}

.LetterSpNarrow {
  letter-spacing: -0.05em;
}

.LetterSpNormal {
  letter-spacing: 0em;
}

.LetterSpWide {
  letter-spacing: 0.375em;
  text-indent: 0.375em;
}

.LetterSpWidest {
  letter-spacing: 0.75em;
  text-indent: 0.75em;
}

/* NoWrap
--------------------------------------------------- */
.NoWrap {
  white-space: nowrap;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   DropDown                                       */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ドロップダウン
--------------------------------------------------- */
.DropDownParent {
  position: relative;
}

.DropDownChild {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 80%;
  left: 0%;
  width: 100%;
  z-index: 50;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.DropDownParent:hover .DropDownChild {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   List                                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.MainContentsArea ul,
.MainContentsArea ol,
.MainContentsArea dl {
  list-style: none;
}

.MainContentsArea ul:not([class]),
.MainContentsArea ol:not([class]),
.MainContentsArea dl:not([class]) {
  line-height: 1.75;
  margin: 0.75em 0 0.75em 1.5em;
}

.MainContentsArea li:not(:last-child) {
  margin-bottom: 0.5em;
}

.NoList {
  counter-reset: nolistitem;
  list-style-type: none;
}
.NoList li {
  white-space: nowrap;
}
.NoList li:before {
  counter-increment: nolistitem;
  content: counter(item);
  background-color: #fff;
  border-radius: 100%;
  margin-right: 0.5em;
  font-weight: bold;
  color: #FF8CBC;
  display: inline-block;
  width: 1.35em;
  line-height: 1.35em;
  text-align: center;
  font-family: "Arial", "メイリオ", sans-serif;
}

.Help, .AsteriskList {
  background: rgba(0, 0, 0, 0.05);
  padding: 1em 1.5em;
  border-radius: 10px;
  display: table;
  margin: 1em auto;
  min-width: 60%;
}
.Help li, .AsteriskList li {
  font-size: 80%;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.Help li:before, .AsteriskList li:before {
  content: "\e820";
  font-family: "fontello";
  color: #A25B78;
  margin-right: 0.5em;
  font-size: 90%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   dl                                             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
dl dt {
  font-size: 105%;
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
}
dl dd {
  padding-left: 1rem;
  font-size: 90%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   box                                            */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 1000px), print {
  .NarrowBox {
    width: 60%;
    margin: 100px auto;
  }
}
@media screen and (max-width: 999px) {
  .NarrowBox {
    width: 80%;
    max-width: 720px;
    margin: 5vw auto;
  }
}
@media screen and (max-width: 767px) {
  .NarrowBox {
    width: 90%;
  }
}
.Heading + .NarrowBox {
  margin-top: 30px;
}
.SknTplImageParagraph + .NarrowBox {
  margin-top: 50px;
}
.NarrowBox table {
  width: 100%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   MessageBox                                     */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* MessageBox
--------------------------------------------------- */
.MessageBox {
  padding: 25px 25px;
  margin: 1em auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: 10px solid #eee;
  border-radius: 10px;
  position: relative;
}

.MessageBox .Heading {
  margin: 0 0 1em;
  line-height: 1.75;
  font-size: 100%;
}

.MessageBox .Heading .Label {
  margin-top: 50px;
  display: block;
}

.MessageBox .Heading .Icon {
  display: block;
}

.MessageBox .Heading .Icon::before {
  font-size: 175%;
}

.MessageBox .DefaultText {
  text-align: center;
  line-height: 2;
  margin: 0;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .MessageBox {
    width: 90%;
  }
  .MessageBox .Heading .Icon {
    padding-top: 1.5em;
  }
  .MessageBox .Heading .Label:first-child {
    margin-top: 20px;
  }
}
/* options */
.MessageBox.Caution {
  color: #222;
  color: inherit;
  background: #f5f47a;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   GoPageTop                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* GoPageTop
--------------------------------------------------- */
.GoPageTop {
  display: inline-block;
  line-height: 1;
  vertical-align: bottom;
  margin-left: -3.5em;
}
@media print {
  .GoPageTop {
    display: none;
  }
}
body.FV .GoPageTop {
  display: none;
}
.GoPageTop * {
  line-height: 1;
  vertical-align: bottom;
}
.GoPageTop p {
  display: inline-block;
  font-size: 62.5%;
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 100;
}
.GoPageTop p a {
  width: 7.5em;
  height: 7.5em;
  text-align: center;
  vertical-align: middle;
  display: block;
  position: relative;
  font-weight: normal;
  border-radius: 100%;
  background: #6C2D47;
  color: #fff;
}
.GoPageTop p a:hover {
  background: #295;
  color: #fff;
}
.GoPageTop p a * {
  color: #fff;
}
.GoPageTop p a .Label {
  position: absolute;
  top: 45%;
  left: 0%;
  width: 100%;
  text-align: center;
  font-size: 100%;
  font-family: "Arial";
  line-height: 1.125;
}
.GoPageTop p a .Icon {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 55%;
  font-family: "fontello";
  font-size: 200%;
}
.GoPageTop p a .Icon:before {
  font-size: 300%;
  margin-bottom: -0.125em;
}
@media screen and (max-width: 999px) {
  .GoPageTop {
    font-size: 75%;
    position: absolute;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 50;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Button 等                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.ButtonGroup {
  text-align: center;
  margin: 2em 0;
}

.ButtonGroup li {
  display: inline-block;
  margin: 5px;
}

/* 共通設定 */
.Button, .Button-frame, .Button-color, .Button-default {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (min-width: 768px), print {
  .Button, .Button-frame, .Button-color, .Button-default {
    padding: 0.75em 2em;
    min-width: 22em;
  }
}
@media screen and (max-width: 767px) {
  .Button, .Button-frame, .Button-color, .Button-default {
    padding: 0.65em 1.5em;
    min-width: 75%;
    margin-bottom: 0.75em;
  }
  .Button + .Button, .Button-frame + .Button, .Button + .Button-frame, .Button-frame + .Button-frame, .Button-color + .Button, .Button-color + .Button-frame, .Button + .Button-color, .Button-frame + .Button-color, .Button-color + .Button-color, .Button-default + .Button, .Button-default + .Button-frame, .Button-default + .Button-color, .Button + .Button-default, .Button-frame + .Button-default, .Button-color + .Button-default, .Button-default + .Button-default {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 768px), print {
  .Button.Large, .Large.Button-frame, .Large.Button-color, .Large.Button-default {
    padding: 0.6em 4em;
  }
}
@media screen and (max-width: 767px) {
  .Button.Large, .Large.Button-frame, .Large.Button-color, .Large.Button-default {
    padding: 0.6em 2em;
  }
}
.Button.Small, .Small.Button-frame, .Small.Button-color, .Small.Button-default {
  min-width: 0;
}
@media screen and (min-width: 768px), print {
  .Button.Small, .Small.Button-frame, .Small.Button-color, .Small.Button-default {
    padding: 0.55em 1.75em;
  }
}
@media screen and (max-width: 767px) {
  .Button.Small, .Small.Button-frame, .Small.Button-color, .Small.Button-default {
    padding: 0.45em 1.25em;
  }
}

.Button:hover, .Button-frame:hover, .Button-color:hover, .Button-default:hover {
  text-decoration: none;
}

/* ボタンのバリエーション（ベースはtemlpate）
--------------------------------------------------- */
/* デフォルト */
.Button-default {
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
}
.Button-default.White {
  color: #fff;
}

/* 背景色付き */
.Button-color {
  color: #fff;
}
.Button-color.Black {
  background-color: #2c0e1a;
}
.Button-color.Base {
  background-color: #A25B78;
}

/* Frameボタン */
.Button-frame {
  border-width: 2px;
  border-style: solid;
  border-color: #A25B78;
  color: #6C2D47;
  background-color: #fff;
  box-shadow: 0 0 0 3px #fff;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 6px;
  font-weight: bold;
}
.Button-frame:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 6px;
  top: 6px;
  border: 1px solid;
  border-color: #A25B78;
}
.Button-frame:hover {
  top: 3px;
  left: 3px;
}
.Button-frame:hover:before {
  left: 4px;
  top: 4px;
}
.Button-frame.Black {
  color: #fff;
  border-color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25);
}
.Button-frame.Black:before {
  border-color: #fff;
}

/* SimpleButton [ input type="button" ]
---------------------------------------------------
input[type="button"],
input[type="submit"],
input[type="reset"]{
   -webkit-appearance: none;
}
.SimpleButton,
input[type="button"],
input[type="submit"]{
  color:   #333;
  border: 1px solid #ccc;
  background-color: #eee;
  background-image: linear-gradient( to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
  padding: 0 0.5em;
  vertical-align: middle;
  line-height: 2em;
  border-radius: 0.25em;
  min-width: 10em;
  cursor: pointer;
}
    .SimpleButton:hover,
    input[type="button"]:hover,
    input[type="submit"]:hover{
      border-color: rgb(90,140,240);
      filter: brightness(1);
    }*/
/* Formボタン（Baserが出力するinput系ボタン ）
--------------------------------------------------- */
.FormButton {
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 5px 10px;
}

.FormButton .Label:hover:before {
  color: #fff;
}

.FormButton input {
  border: none;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: #444;
  color: #fff;
  border-radius: 5px;
  padding: 0.75em 1.5em;
  line-height: 1.25;
  min-width: 16em;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.FormButton input:hover {
  text-decoration: none;
  filter: brightness(0.9);
}

.FormButton.CheckButton input,
.FormButton.SendButton input {
  background: #e33535;
}

/* アイコン位置 */
.FormButton .Label:before {
  position: absolute;
  top: 50%;
  left: 0.8em;
  z-index: 10;
  margin-top: -0.4em;
  color: #fff;
  padding: 0;
}

.FormButton.CheckButton .Label:before,
.FormButton.SendButton .Label:before {
  left: auto;
  right: 0.8em;
}

.FormButton input.NoIcon {
  padding: 0.4em 1.5em;
}

.FixedButton {
  position: fixed;
  bottom: 12px;
  z-index: 500;
}
@media screen and (min-width: 1000px), print {
  .FixedButton {
    right: 6.5em;
  }
}
@media print {
  .FixedButton {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  .FixedButton {
    right: auto;
    left: 12px;
    font-size: 80%;
  }
}
.FixedButton a {
  min-width: 0;
  line-height: 1.3;
  position: relative;
  padding-left: 3em;
  padding-bottom: 0.65em;
  margin-bottom: 0;
}
.FixedButton a[href*=application]:before {
  content: "\f15c";
  font-family: "fontello";
  margin-right: 0.5em;
  position: absolute;
  left: 1.25em;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
}
.FixedButton a:hover {
  background: #6C2D47;
}
.FixedButton a small {
  display: block;
  font-size: 70%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   メニュー系 Setting                             */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 汎用メニュー
--------------------------------------------------- */
/* MenuList */
.MenuList {
  list-style: none;
}

.MenuList li {
  margin: 0;
}

.MenuList li a {
  display: inline-block;
  position: relative;
}

/* BannerList
--------------------------------------------------- */
.BannerList {
  list-style: none;
  text-align: center;
}

.BannerList li {
  margin: 0 0 0.75em;
}

.BannerList li,
.BannerList li * {
  vertical-align: middle;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .BannerList li {
    width: 46%;
    margin: 0 0 2% 2%;
    display: inline-block;
  }
  .BannerList li img {
    width: 100%;
  }
}
/* TabMenu （共通）
--------------------------------------------------- */
/* - - list - - */
.TabMenu ul {
  list-style: none;
  margin: 1em auto !important;
  width: 85%;
}

.TabMenu ul &gt; li {
  margin: 0 !important;
}

.TabMenu ul &gt; li a {
  display: block;
  background: #fff;
  text-align: center;
  position: relative;
  margin: 5px;
  border: 1px solid #ccc;
}

.TabMenu ul &gt; li .Label {
  padding: 0.75em 1em;
  min-width: 8.5em;
}

.TabMenu ul &gt; li .Label .Main {
  display: block;
  font-size: 100%;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.TabMenu ul &gt; li .Label .Sub {
  display: block;
  font-size: 62.5%;
  line-height: 1.5;
  color: rgba(128, 128, 128, 0.75);
  letter-spacing: 0.125em;
}

/* hover */
.TabMenu ul &gt; li a::after {
  content: "";
  display: block;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #1450b4;
  position: absolute;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.TabMenu ul &gt; li:not(.Active) a:hover,
.TabMenu ul &gt; li:not(.Active) a:focus {
  cursor: pointer;
}

.TabMenu ul &gt; li:not(.Active) a:hover::after {
  height: 3px;
}

/* Active */
.TabMenu ul &gt; li.Active a {
  color: #fff;
  background: #1450b4;
}

/* menu-trigger (開閉式メニュー)
--------------------------------------------------- */
.MenuTrigger {
  font-size: 62.5%;
  cursor: pointer;
}

.menu-trigger {
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.menu-trigger span {
  transition: all 0.4s;
}

.menu-trigger .Icon,
.menu-trigger .Label {
  display: block;
}

.menu-trigger .Label {
  text-align: center;
}

.menu-trigger .Icon {
  position: relative;
  width: 4em;
  height: 4em;
}

.menu-trigger .Icon span.Shape {
  display: inline-block;
  position: absolute;
  left: 0%;
  width: 100%;
  height: 4px;
  background-color: #92c530;
}

.menu-trigger .Icon span.Shape:nth-of-type(1),
.menu-trigger .Icon span.Shape:nth-of-type(2),
.menu-trigger .Icon span.Shape:nth-of-type(3) {
  margin-top: -2px;
}

.menu-trigger .Icon span.Shape:nth-of-type(1) {
  top: 20%;
}

.menu-trigger .Icon span.Shape:nth-of-type(2) {
  top: 50%;
}

.menu-trigger .Icon span.Shape:nth-of-type(3) {
  top: 80%;
}

/* hover */
.menu-trigger:hover,
.menu-trigger:focus {
  text-decoration: none;
}

/* Active */
.menu-trigger.Active .Icon span.Shape:nth-of-type(1) {
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
  top: 50%;
}

.menu-trigger.Active .Icon span.Shape:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.Active .Icon span.Shape:nth-of-type(3) {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  top: 50%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    pagination                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* pagination
--------------------------------------------------- */
.pagination {
  text-align: center;
  margin: 0.5em 0;
  letter-spacing: -0.5em;
}

.pagination p {
  display: inline-block;
  padding: 0.25em 0.25em;
}

.pagination a {
  background-image: none;
  text-decoration: none !important;
}

.pagination a,
.pagination a:hover,
.pagination .disabled,
.pagination .current {
  font-family: "Arial";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  line-height: 2.25em;
  width: 2.25em;
  padding: 0;
  background: #fff;
  border: 1px solid #249;
  color: #249;
  margin: 5px;
  border-radius: 0.25em;
  letter-spacing: normal;
}

.pagination a:before {
  line-height: inherit;
}

.pagination a:hover,
.pagination a:focus {
  color: #fff;
  background-color: #249;
  text-decoration: none;
}

.pagination .current {
  color: #fff;
  background: #249;
}

.pagination .prev a,
.pagination .prev.disabled,
.pagination .next a,
.pagination .next.disabled {
  width: 4em;
}

.pagination .disabled {
  opacity: 0.25;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   effect                                         */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ブラー効果
--------------------------------------------------- */
/* brightness */
.Blur {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* 各種hover効果
--------------------------------------------------- */
/* hoverエフェクトにトランジションを定義 */
.Button, .Button-default, .Button-color, .Button-frame,
.Icon,
[class^=hvr-],
[class*=" hvr-"] {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* default */
/* push */
.hvr-push {
  border: 1px solid #ccc;
  box-shadow: 0.25em 0.25em 0 rgba(0, 0, 0, 0.05);
  position: relative;
  top: -0.25em;
  left: -0.25em;
}

.hvr-push:hover {
  box-shadow: 0em 0em 0 rgba(0, 0, 0, 0.05);
  top: 0em;
  left: 0em;
}

/* zoom */
.hvr-zoom {
  z-index: 10;
  display: inline-block;
}

.hvr-zoom:hover,
.hvr-zoom:focus {
  position: relative;
  z-index: 15;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}

/* zoom を 子要素.Image内のimgに適用する */
.hvr-childimg-zoom .Image {
  overflow: hidden;
  display: inline-block;
}

.hvr-childimg-zoom .Image img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.hvr-childimg-zoom:hover .Image img {
  -webkit-transform: scale(1.125);
  transform: scale(1.125);
  opacity: 1;
}

/* 点滅 */
.richblink {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: richblink;
  animation-name: richblink;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   link                                           */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* anchor
--------------------------------------------------- */
a {
  color: inherit;
  transition: 0.3s ease 0s;
  position: relative;
  text-decoration: none;
}

a:before,
a:after {
  transition: 0.3s ease 0s;
}

a:hover {
  text-decoration: underline;
}

.MainContentsArea a:not([class]) {
  text-decoration: inherit;
  border-bottom: 1px solid #FF8CBC;
  position: relative;
  z-index: 10;
}
.MainContentsArea a:not([class]):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 100%;
  width: 0;
  background: #ecdae1;
}
.MainContentsArea a:not([class]):hover:before {
  width: 100%;
}
.MainContentsArea a:not([class])[target] {
  padding-right: 1.5em;
}
.MainContentsArea a:not([class])[target]:after {
  content: "\f14c";
  font-family: "fontello";
  color: #FF8CBC;
  font-size: 87.5%;
  position: relative;
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
}

.setModalOpen a:before,
a.SknTplImageParagraph:before {
  content: none !important;
}

.ReleaseAnkerStyle, .SknTplImageParagraph.Shift &gt; a, a .Image,
.Image a {
  text-decoration: none !important;
  border-bottom: none !important;
}

/* Link
--------------------------------------------------- */
.Link &gt; a,
.Link &gt; span {
  font-size: 82.5%;
  display: inline-block;
  padding-bottom: 0.5em;
  border-width: 0 0 2px 0;
  border-style: solid;
  border-color: inherit;
  position: relative;
  transition: 0.5s ease 0s;
}
.Link &gt; a::after,
.Link &gt; span::after {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  border-width: 0 3px 0 0;
  border-style: solid;
  border-color: inherit;
  transform: skew(45deg);
  position: absolute;
  bottom: -2px;
  right: 1px;
}
.Link &gt; a:hover, a:hover .Link &gt; span {
  padding-right: 0.75em;
}

/* リンク設置 画像
--------------------------------------------------- */
a img {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

/* - - 丸切り抜き + ボーダー装飾付き - - */
a.Rounded {
  position: relative;
  display: block;
  padding: 0;
}

a.Rounded::before {
  content: "";
  display: block;
  border: 0.1em solid;
  position: absolute;
  left: -0.75em;
  top: -0.75em;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

a.Rounded:hover::before {
  left: -0.1em;
  top: -0.1em;
}

a.Rounded .Image {
  display: block;
  overflow: hidden;
  border-radius: 100%;
}

/* 画像へのリンクなら「＋」を表示 */
a.ImageLink {
  position: relative;
}

a.ImageLink::after {
  content: "＋";
  font-size: 1.2rem;
  line-height: 2rem;
  width: 5em;
  border-radius: 2px;
  background: #328cdd;
  color: #fff;
  position: absolute;
  text-align: center;
  vertical-align: middle;
  z-index: 100;
  display: inline-block;
  bottom: -0.875em;
  right: -5px;
  opacity: 1;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

a.ImageLink:hover::after,
a.ImageLink:focus::after {
  opacity: 1;
  right: -1em;
  background: #1199ff;
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  a.ImageLink::after {
    font-size: 80%;
  }
}
/* - - 画像へのリンクに枠装飾 - - */
a.ImageLink {
  position: relative;
  display: block;
  display: inline-block;
  padding: 0;
}

a.ImageLink::before {
  content: "";
  display: block;
  border: 1px solid #1199ff;
  position: absolute;
  z-index: 100;
  left: -1.5em;
  top: -1.5em;
  height: 100%;
  width: 100%;
  height: calc(100% + 1em);
  width: calc(100% + 1em);
  border-radius: 4px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  opacity: 0;
}

a.ImageLink:hover::before,
a.ImageLink:focus::before {
  left: -0.5em;
  top: -0.5em;
  opacity: 1;
}

a.ImageLink .Image {
  display: block;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   アイコン 等                                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* アイコンに下線が付くのを回避 */
.Icon,
.Icon::before {
  text-decoration: none !important;
}

.Icon.icon-help-circled::before {
  color: #4b4;
  color: #339;
}

/* icon position left  */
.icon-pos-left {
  position: absolute;
  left: 0.5em;
  right: auto;
  top: 50%;
  margin: 0;
  margin-top: -0.5em;
}

[class^=icon-].icon-pos-left:before,
[class*=" icon-"].icon-pos-left:before {
  margin: 0;
}

/* icon position right  */
.icon-pos-right {
  position: absolute;
  left: auto;
  right: 0.5em;
  top: 50%;
  margin: 0;
  margin-top: -0.5em;
}

[class^=icon-].icon-pos-right:before,
[class*=" icon-"].icon-pos-right:before {
  margin: 0;
}

/* icon position bottom */
.icon-pos-bottom {
  position: absolute;
  left: 50%;
  bottom: 0.25em;
  margin: 0;
  margin-left: -0.5em;
}

/* icon position top */
.icon-pos-top {
  padding-top: 1em;
  display: block;
}

.icon-pos-top.FontSizeXLarge {
  font-size: 300%;
  padding-bottom: 0.125em;
  margin-bottom: 0.25em;
  border-bottom: 1px solid rgba(125, 125, 125, 0.5);
}

[class^=icon-].icon-pos-top:before,
[class*=" icon-"].icon-pos-top:before {
  display: block;
  text-align: center;
  margin: 0 auto 0.25em;
}

/* 特殊なアイコン用のスタイル */
.icon-file-pdf::before,
.icon-file-excel::before,
.icon-file-word::before,
.icon-file-image::before,
.icon-file-archive::before {
  width: 1em;
  line-height: 1em;
}

.icon-file-pdf::before {
  color: #bb0708 !important;
}

.icon-file-excel::before {
  color: #12824b !important;
}

.icon-file-word::before {
  color: #3b67a7 !important;
}

.icon-file-image::before {
  color: #fff !important;
}

.icon-file-archive::before {
  color: #30b4df !important;
}

/* アイコンの色調整 .TextList を上書き */
.SknTplTextList ul.TextList &gt; li .Icon.icon-file-pdf::before {
  color: #ffffff !important;
  background: #ee0708 !important;
}

.SknTplTextList ul.TextList &gt; li .Icon.icon-file-excel::before {
  color: #ffffff !important;
  background: #12824b !important;
}

.SknTplTextList ul.TextList &gt; li .Icon.icon-file-word::before {
  color: #ffffff !important;
  background: #3b67a7 !important;
}

.SknTplTextList ul.TextList &gt; li .Icon.icon-file-archive::before {
  color: #ffffff !important;
  background: #30b4df !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Table Setting                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.ContentsDivision table {
  text-align: left;
  border-collapse: collapse;
  /* tbody */
}
@media screen and (min-width: 768px), print {
  .ContentsDivision table {
    margin: 2em auto;
    min-width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .ContentsDivision table {
    margin: 1.5em auto;
  }
}
.ContentsDivision table th,
.ContentsDivision table td {
  padding: 1em;
  border-color: #ddd;
  border-width: 1px 0;
  border-style: solid;
  font-weight: normal;
  background: #fff;
}
@media screen and (max-width: 999px) {
  .ContentsDivision table th,
  .ContentsDivision table td {
    font-size: 90%;
    padding: 0.75em;
  }
}
.ContentsDivision table th,
.ContentsDivision table td,
.ContentsDivision table td p,
.ContentsDivision table td ul,
.ContentsDivision table td ol {
  line-height: 1.75;
}
.ContentsDivision table td .Sub {
  font-size: 75%;
}
.ContentsDivision table.PaddingNone th, .ContentsDivision table.PaddingNone td {
  padding: 0;
}
.ContentsDivision table th.PaddingNone,
.ContentsDivision table td.PaddingNone {
  padding: 0;
}
.ContentsDivision table.PaddingLight th, .ContentsDivision table.PaddingLight td {
  padding: 0.5em 0.65em;
}
.ContentsDivision table tbody th {
  text-align: center;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  color: #6C2D47;
  vertical-align: top;
}
@media screen and (min-width: 1000px), print {
  .ContentsDivision table tbody th {
    font-size: 105%;
  }
}
@media screen and (max-width: 999px) {
  .ContentsDivision table tbody td p {
    font-size: 100%;
  }
}
.ContentsDivision table.TextAlignLeft tbody th {
  text-align: left;
}
.ContentsDivision table.AutoWidth {
  min-width: none;
}
.ContentsDivision table.NoBg {
  background: none;
}
.ContentsDivision table.NoBg th, .ContentsDivision table.NoBg td {
  background: none;
}
.ContentsDivision table.WideTh tbody th {
  width: auto;
}

/* DefaultTable
--------------------------------------------------- */
.DefaultTable caption {
  padding: 0.25em 0;
}

/* thead */
.DefaultTable thead th {
  line-height: 1.125;
  padding: 0.5em 0px;
  font-size: 87.5%;
  border: 1px solid #6be;
  letter-spacing: 0.05em;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #fff;
  background: #49d;
}

/* tbody */
.DefaultTable tbody th {
  background: #f9f9f9;
}

/* tfoot */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   iframe Setting                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* GoogleMap
--------------------------------------------------- */
@media screen and (max-width: 767px) {
  iframe[src*=google] {
    width: 100% !important;
    max-height: 60vw;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Column Setting                                 */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ColumnGroup
--------------------------------------------------- */
.ColumnGroup {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

/* - - column common - -  */
.ColumnGroup &gt; .Column {
  width: 100%;
  margin: 0 auto 2em;
  /*margin: 0 auto;*/
  /*max-width: 380px;*/
  display: inline-block;
  vertical-align: top;
}

.ColumnGroup &gt; * &gt; .inner {
  padding: 10px;
}

.ColumnGroup.FixedNumber {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/* 要素数をクラス名に持たせて自動配置 ※ulにクラス名をつけて使用  */
/* ColumnGroup（数字）elements が横並び数                         */
/* FixedNumber をつけた場合は数を固定。それ以外は幅に応じて変化   */
/* - - two columns - - */
.ColumnGroup2elements &gt; .Column {
  width: 50%;
}

/* - - three columns - - */
.ColumnGroup3elements &gt; .Column {
  width: 33.3333333333%;
}

/* - - four columns - - */
.ColumnGroup4elements &gt; .Column {
  width: 25%;
}

/* - - five columns - - */
.ColumnGroup5elements &gt; .Column {
  width: 20%;
}

/* - - six columns - - */
.ColumnGroup6elements &gt; .Column {
  width: 16.6666666667%;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   FlexParent (flex段組み)                        */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.FlexParent, .SknTplImageParagraph {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  /* PCは横並び、SPは縦並び　を自動で */
}
.FlexParent.AllowWrap, .AllowWrap.SknTplImageParagraph {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.FlexParent:not(.AllowWrap) &gt; li, .SknTplImageParagraph:not(.AllowWrap) &gt; li {
  margin-bottom: 0;
}
.FlexParent[class*=FlexColumn] &gt; *, [class*=FlexColumn].SknTplImageParagraph &gt; * {
  padding: 1.5%;
}
.FlexParent.FlexColumn2 &gt; *, .FlexColumn2.SknTplImageParagraph &gt; * {
  width: 50%;
}
.FlexParent.FlexColumn3 &gt; *, .FlexColumn3.SknTplImageParagraph &gt; * {
  width: 33.3%;
}
.FlexParent.FlexColumn4 &gt; *, .FlexColumn4.SknTplImageParagraph &gt; * {
  width: 25%;
}
.FlexParent.FlexColumn5 &gt; *, .FlexColumn5.SknTplImageParagraph &gt; * {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .FlexParent.SpFlexColumn2 &gt; *, .SpFlexColumn2.SknTplImageParagraph &gt; * {
    width: 50%;
  }
  .FlexParent.SpFlexColumn3 &gt; *, .SpFlexColumn3.SknTplImageParagraph &gt; * {
    width: 33.3%;
  }
  .FlexParent.SpFlexColumn4 &gt; *, .SpFlexColumn4.SknTplImageParagraph &gt; * {
    width: 25%;
  }
  .FlexParent.SpFlexColumn5 &gt; *, .SpFlexColumn5.SknTplImageParagraph &gt; * {
    width: 20%;
  }
}
.FlexParent.PhotoList &gt; *, .PhotoList.SknTplImageParagraph &gt; * {
  padding: 1px;
}
@media screen and (min-width: 1000px), print {
  .FlexParent.AutoDirection, .AutoDirection.SknTplImageParagraph {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (max-width: 999px) {
  .FlexParent.AutoDirection, .AutoDirection.SknTplImageParagraph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .FlexParent.AutoDirection &gt; *, .AutoDirection.SknTplImageParagraph &gt; * {
    width: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*   Other Setting                                  */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* AreaMargin
--------------------------------------------------- */
.AreaMargin, #ContentsDivision .AnotherSiteArea, #ContentsDivision .AccessArea {
  padding-top: 100px;
}
@media screen and (max-width: 999px) {
  .AreaMargin, #ContentsDivision .AnotherSiteArea, #ContentsDivision .AccessArea {
    padding-top: 80px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* GoogleMap
--------------------------------------------------- */
.GoogleMap {
  outline: 5px solid #fff;
}

/* Scrollable 横スクロール (bp2より狭いディスプレイ用)
--------------------------------------------------- */
.Scrollable .ScrollableIcon {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .Scrollable {
    /*  white-space: nowrap;*/
    overflow: auto;
    position: relative;
    margin-bottom: 1em;
  }
  .Scrollable .TextItem * {
    white-space: normal;
  }
  /* 画像用の特殊処理 */
  .Scrollable img {
    width: 200vw;
    max-width: initial;
  }
  /* Table用の特殊処理 */
  .Scrollable &gt; table {
    width: 660px; /* ここはスクロール対象の最大幅を入れる */
    margin-bottom: 0 !important;
  }
  .Scrollable th {
    white-space: nowrap;
  }
  /* スクロールバー装飾 */
  .Scrollable::-webkit-scrollbar {
    height: 4px;
    margin-top: 5px;
  }
  .Scrollable::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.25);
  }
  .Scrollable::-webkit-scrollbar-thumb {
    background: #03c;
  }
  /* アイコン */
  .Scrollable .ScrollableIcon {
    position: absolute;
    top: 40%;
    left: 175px;
    z-index: 10;
    padding: 28px 25px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
  }
  .Scrollable:hover .ScrollableIcon {
    display: none;
  }
  .Scrollable .ScrollableIcon img {
    width: 60px;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    スライダ                                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* bxslider を上書き
--------------------------------------------------- */
.bx-wrapper {
  margin: 0 auto;
  border: none;
  background: none;
  box-shadow: none;
}

.bx-wrapper .bx-viewport {
  border: none;
  background: none;
  box-shadow: none;
  left: auto;
  overflow: visible !important; /* 切替エフェクトはfade以外使用しないこと */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: 0;
  padding: 40px 0;
}

/* Pagerのスタイル */
.bx-wrapper .bx-pager.bx-default-pager a {
  margin: 0 12px;
  position: relative;
  z-index: 100;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.875);
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: rgb(255, 255, 120);
}

/* + + + + + レスポンシブ + + + + +  */
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    padding: 20px 0;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 8px;
    height: 8px;
  }
}
/* DIRECTION CONTROLS (NEXT / PREV)のスタイル */
.bx-wrapper .bx-prev {
  left: 10px;
  background: none;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: none;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  opacity: 0.75;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  outline: 0;
  width: 1em;
  height: 1em;
  text-indent: 0;
  z-index: 100;
  color: #fff;
  font-size: 500%;
}
@media screen and (max-width: 767px) {
  .bx-wrapper .bx-controls-direction a {
    font-size: 200%;
  }
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    モーダルウィンドウ                              */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
.setModalOpen {
  cursor: pointer;
}

.ModalWindow {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
}
@media screen and (max-width: 767px) {
  .ModalWindow:before {
    content: "\e825";
    font-family: fontello;
    color: #ff2102;
    display: block;
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 2010;
    font-size: 160%;
    pointer-events: none;
  }
}
.ModalWindow .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
  z-index: 1999;
}
.ModalWindow .modal__content {
  background: #fff;
  left: 50%;
  padding: 50px 40px;
  position: absolute;
  top: 50%;
  z-index: 2000;
  transform: translate(-50%, -50%);
  width: 60%;
  max-height: 90%;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .ModalWindow .modal__content {
    width: 310px;
    min-width: 0;
    max-width: initial;
    padding: 4vw;
  }
}
.ModalWindow .modal__content .Heading.Type3 {
  text-align: center;
  padding-top: 0;
}
.ModalWindow .modal__content .setModalClose {
  font-size: 75%;
  margin-bottom: 0;
}
.ModalWindow .modal__content .setModalClose:before {
  content: "\e825";
  font-family: "fontello";
  margin-right: 1em;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* ● スマートフォンメニュー フルスクリーン                */
/*    ver 1.0.0                                            */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body.MenuOpen {
  z-index: 0;
}
@media screen and (min-width: 1000px), print {
  body.MenuOpen {
    overflow: hidden;
  }
}

@media screen and (max-width: 999px) {
  #HamburgerMenu {
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0%;
  }
}

#HamburgerMenu input#MenuToggle {
  display: none;
}
#HamburgerMenu .MenuContents {
  transition: opacity 0.5s, visibility 0.5s;
}
@media screen and (max-width: 999px) {
  #HamburgerMenu .MenuContents {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
    color: #fff;
    background-color: #2c0e1a;
    visibility: hidden;
    opacity: 0;
  }
  #HamburgerMenu .MenuContents &gt; .inner {
    width: 300px;
    margin: 50px auto 100px;
    max-width: 90%;
  }
  #HamburgerMenu .MenuContents &gt; .inner .MenuList {
    position: relative;
    text-align: center;
    padding: 25px 0;
  }
  #HamburgerMenu .MenuContents &gt; .inner .MenuList ul {
    transition: all 0.5s;
    transform: translateY(0%);
  }
  #HamburgerMenu .MenuContents &gt; .inner .MenuList ul li a {
    color: #ffffff;
  }
  #HamburgerMenu .MenuContents &gt; .inner .MenuList ul ul {
    display: none;
  }
}
#HamburgerMenu .MenuContents label {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-size: 100%;
}

@media screen and (max-width: 999px) {
  #HamburgerMenu #MenuToggle:checked ~ .MenuEffects {
    visibility: visible;
    transition: opacity 0.5s;
    opacity: 1;
  }
  #HamburgerMenu #MenuToggle:checked ~ .MenuEffects .MenuList ul {
    opacity: 1;
  }
  #HamburgerMenu #MenuToggle:checked ~ .Hamburger .Open {
    background-color: transparent;
  }
  #HamburgerMenu #MenuToggle:checked ~ .Hamburger .Open:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    content: "";
    transform: rotate(45deg);
    background-color: #ffffff;
  }
  #HamburgerMenu #MenuToggle:checked ~ .Hamburger .Open:after {
    position: relative;
    z-index: 1;
    top: 0;
    right: 0;
    content: "";
    transform: rotate(-45deg);
    background-color: #ffffff;
  }
  #HamburgerMenu #MenuToggle:not(:checked) ~ .MenuEffects .MenuList ul {
    transform: translateY(-30%);
  }
}
@media screen and (min-width: 1000px), print {
  #HamburgerMenu .Hamburger {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  #HamburgerMenu .Hamburger {
    display: block;
    position: relative;
    top: 0;
    right: 21px;
    display: block;
    padding: 15px;
    cursor: pointer;
    font-size: 100%;
    width: 3.1em;
    height: 3em;
    padding: 0.75em;
    z-index: 100000;
  }
}

/*  #HamburgerMenu .MenuContents .MenuList ul {
    padding: 0;
    list-style: none;
  }
  #HamburgerMenu .MenuContents .MenuList ul li,
  #HamburgerMenu .MenuContents .MenuList ul li a {
    transition: all 0.3s ease;
  }
  #HamburgerMenu .MenuContents .MenuList ul li a {
    display: block;
    padding: 10px 0;
    color: #ffffff;
  }*/
/*クリックしたらメニューが開閉の動作*/
/*ハンバーガー*/
@media screen and (max-width: 999px) {
  #HamburgerMenu .Hamburger {
    top: 5px;
    right: 10px;
  }
  .MenuOpen #HamburgerMenu .Hamburger {
    top: 40px;
  }
}
#HamburgerMenu .Open {
  position: relative;
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #000;
  transition: all 0.3s ease;
  width: 100%;
  height: 3px;
}
body.FV #HamburgerMenu .Open {
  background-color: #ffffff;
}
#HamburgerMenu .Open:before, #HamburgerMenu .Open:after {
  position: relative;
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #000;
  transition: all 0.3s ease;
  width: 100%;
  height: 3px;
}
body.FV #HamburgerMenu .Open:before, body.FV #HamburgerMenu .Open:after {
  background-color: #ffffff;
}

@media screen and (max-width: 999px) {
  #HamburgerMenu .Open {
    width: 26px;
    height: 2.5px;
  }
  #HamburgerMenu .Open:before, #HamburgerMenu .Open:after {
    width: 26px;
    height: 2.5px;
  }
}
#HamburgerMenu .Open {
  top: 8px;
  cursor: pointer;
}
#HamburgerMenu .Open:before {
  top: -9px;
  content: "";
  transform: rotate(0deg);
}
#HamburgerMenu .Open:after {
  top: 6px;
  content: "";
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    サイト共通部                                  */
/*    ・ヘッダ・フッタの装飾                        */
/*    ・全体大枠のレイアウト定義                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
  background: #fff;
  font-family: "教科書ICA R", "Kyoukasho ICA Regular", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

body {
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 0 auto;
  min-width: 320px;
}
body:after {
  content: "\e834";
  font-family: "fontello";
  font-size: 65px;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: calc(50vh - 0.5em);
  line-height: 1;
  width: 100%;
  height: 100%;
  background-color: #2c0e1a;
  z-index: 9999;
  pointer-events: none; /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0; /* 初期値 : 透過状態 */
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
  animation: MoveLogoColor 5s ease 0s infinite forwards;
}
@keyframes MoveLogoColor {
  0% {
    color: rgba(255, 255, 255, 0.2);
  }
  50% {
    color: rgb(255, 255, 255);
  }
  100% {
    color: rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 1000px), print {
  body {
    min-width: 1200px;
  }
}

body.fadeout {
  overflow-x: hidden;
}
body.fadeout:after {
  opacity: 1;
}
body.fadeout #World {
  -webkit-transform: scale(1.025);
  transform: scale(1.025);
}

#World {
  text-align: left;
  transition: transform 0.3s ease-out;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    基本レイアウト                                */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* サイトのページ幅 */
.PageWidthSetter {
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 999px) {
  .PageWidthSetter {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    Header, Contents, Footer                      */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/* HeaderDivision
--------------------------------------------------- */
#HeaderDivision {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  white-space: nowrap;
  color: #fff;
  transition: 0.5s;
  z-index: 9999;
}
body:not(.PageStateScroll) #HeaderDivision {
  top: 0;
}
body:not(.FV) #HeaderDivision {
  position: fixed;
  top: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #000;
}
body:not(.FV) #HeaderDivision .HeaderMenuArea {
  justify-content: space-between;
}
#HeaderDivision .HeaderMenuArea {
  align-items: center;
  padding: 0 1vw;
}
#HeaderDivision .SiteTitleBlock {
  display: none;
}
body:not(.FV) #HeaderDivision .SiteTitleBlock {
  display: block;
}
#HeaderDivision .SiteTitleBlock .Title {
  margin: 0;
}
@media screen and (max-width: 999px) {
  #HeaderDivision .SiteTitleBlock .Title {
    padding: 7px 0;
  }
}
#HeaderDivision .SiteTitleBlock .Title span {
  display: block;
  line-height: 1;
  text-align: center;
}
#HeaderDivision .SiteTitleBlock .Title .Main {
  width: 200px;
}
@media screen and (max-width: 999px) {
  #HeaderDivision .SiteTitleBlock .Title .Main {
    width: 150px;
  }
}
#HeaderDivision .SiteTitleBlock .Title .Main:before {
  content: "\e834";
  font-family: "fontello";
  color: #6C2D47;
  margin-right: 10px;
  font-size: 200%;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  #HeaderDivision .SiteTitleBlock .Title .Main:before {
    font-size: 150%;
  }
}
#HeaderDivision .SiteTitleBlock .Title .Sub {
  margin-top: -2px;
}
#HeaderDivision .SiteTitleBlock .Title .Sub img {
  height: 0.8em;
}
#HeaderDivision .MainMenuBlock .MenuContents &gt; .inner &gt; .Title {
  text-align: center;
  display: none;
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .MenuContents &gt; .inner &gt; .Title {
    display: block;
  }
}
#HeaderDivision .MainMenuBlock .MenuContents &gt; .inner &gt; .Title:before {
  content: "\e834";
  font-family: "fontello";
  color: #fff;
  margin-right: 0.5em;
  font-size: 200%;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .MenuContents &gt; .inner &gt; .Title:before {
    font-size: 175%;
  }
}
#HeaderDivision .MainMenuBlock .MenuContents &gt; .inner &gt; .Title span {
  max-width: 220px;
  display: inline-block;
}
@media screen and (min-width: 1000px), print {
  #HeaderDivision .MainMenuBlock .MenuContents &gt; .inner .ContactBox {
    display: none;
  }
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .MenuContents &gt; .inner .ContactBox {
    display: block;
  }
}
#HeaderDivision .MainMenuBlock .MenuContents &gt; .inner .ContactBox p {
  font-size: 87.5%;
  line-height: 2;
}
#HeaderDivision .MainMenuBlock .MenuContents &gt; .inner .ContactBox p.Tel:before, #HeaderDivision .MainMenuBlock .MenuContents &gt; .inner .ContactBox p.Fax:before {
  font-family: "fontello";
  margin-right: 0.5em;
  width: 1rem;
  display: inline-block;
  text-align: center;
}
#HeaderDivision .MainMenuBlock .MenuContents &gt; .inner .ContactBox p.Tel:before {
  content: "\e829";
}
#HeaderDivision .MainMenuBlock .MenuContents &gt; .inner .ContactBox p.Fax:before {
  content: "\f1ac";
}
#HeaderDivision .MainMenuBlock .BlockContents {
  align-items: center;
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .BlockContents {
    text-align: left;
    display: block;
  }
}
#HeaderDivision .MainMenuBlock .BlockContents dl dt a,
#HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink a {
  padding: 1.25em 0.5em;
  margin: 0 0.3em;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 1200px), print {
  #HeaderDivision .MainMenuBlock .BlockContents dl dt a,
  #HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink a {
    padding: 1.25em 0.75em;
    letter-spacing: 0.1em;
    min-width: 7em;
    margin: 0 0.5em;
  }
}
@media screen and (min-width: 1000px), print {
  #HeaderDivision .MainMenuBlock .BlockContents dl dt a:hover,
  #HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink a:hover {
    text-decoration: none;
  }
  #HeaderDivision .MainMenuBlock .BlockContents dl dt a:before, #HeaderDivision .MainMenuBlock .BlockContents dl dt a:after,
  #HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink a:before,
  #HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink a:after {
    position: absolute;
    bottom: 0.2em;
    content: "";
    display: inline-block;
    width: 0;
    height: 1px;
    background: #FF8CBC;
    transition: 0.5s;
    -webkit-transition: color 0.2s, height 0.2s, width 0.2s;
    transition: color 0.2s, height 0.2s, width 0.2s;
  }
  #HeaderDivision .MainMenuBlock .BlockContents dl dt a:before,
  #HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink a:before {
    left: 50%;
    border-radius: 0 3px 3px 0;
  }
  #HeaderDivision .MainMenuBlock .BlockContents dl dt a:after,
  #HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink a:after {
    right: 50%;
    border-radius: 3px 0 0 3px;
  }
  #HeaderDivision .MainMenuBlock .BlockContents dl dt a:hover:before, #HeaderDivision .MainMenuBlock .BlockContents dl dt a:hover:after,
  #HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink a:hover:before,
  #HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink a:hover:after {
    width: 50%;
  }
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .BlockContents dl dt a,
  #HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink a {
    text-align: left;
  }
}
body:not(.FV) #HeaderDivision .MainMenuBlock .BlockContents dl dt a:hover,
body:not(.FV) #HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink a:hover {
  color: #A25B78;
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .BlockContents dl {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
#HeaderDivision .MainMenuBlock .BlockContents dl dt {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px), print {
  #HeaderDivision .MainMenuBlock .BlockContents dl dd {
    position: absolute;
    width: 100%;
    left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .BlockContents dl dd {
    padding-left: 2em;
    font-size: 85%;
  }
}
#HeaderDivision .MainMenuBlock .BlockContents dl dd div {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #2c0e1a;
  color: #fff;
}
@media screen and (min-width: 1000px), print {
  #HeaderDivision .MainMenuBlock .BlockContents dl dd div {
    display: none;
    text-align: center;
  }
  body:not(.FV) #HeaderDivision .MainMenuBlock .BlockContents dl dd div {
    display: block;
    height: 2.5em;
    line-height: 2.5em;
    overflow: hidden;
    opacity: 0;
    height: 0;
  }
}
@media screen and (min-width: 1000px), print {
  body:not(.FV) #HeaderDivision .MainMenuBlock .BlockContents dl:hover dd div {
    overflow: visible;
    opacity: 1;
    height: auto;
    padding: 50px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  }
}
#HeaderDivision .MainMenuBlock .BlockContents dl dd div ul {
  list-style: none;
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .BlockContents dl dd div ul {
    margin: 15px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #HeaderDivision .MainMenuBlock .BlockContents dl dd div ul:first-child {
    margin-top: 0;
  }
}
#HeaderDivision .MainMenuBlock .BlockContents dl dd div ul + ul {
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .BlockContents dl dd div ul.Sub {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1000px), print {
  #HeaderDivision .MainMenuBlock .BlockContents dl dd div ul li {
    margin: 0 5px;
  }
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .BlockContents dl dd div ul li {
    width: 100%;
    padding: 1%;
  }
}
#HeaderDivision .MainMenuBlock .BlockContents dl dd div ul li a {
  display: block;
  padding: 0.25em 1em;
}
@media screen and (min-width: 1000px), print {
  #HeaderDivision .MainMenuBlock .BlockContents dl dd div ul li a {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
}
#HeaderDivision .MainMenuBlock .BlockContents dl dd div ul li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}
#HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink {
  font-size: 105%;
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .BlockContents &gt; p.SingleLink {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 1.25em;
  }
}
#HeaderDivision .MainMenuBlock .BlockContents .ButtonGroup {
  margin: 0;
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .BlockContents .ButtonGroup {
    padding-top: 50px;
  }
}
#HeaderDivision .MainMenuBlock .BlockContents .ButtonGroup.ContactButton {
  margin: 0 0 0 0.5em;
}
@media screen and (min-width: 1200px), print {
  #HeaderDivision .MainMenuBlock .BlockContents .ButtonGroup.ContactButton {
    margin: 0 0 0 0.75em;
  }
}
#HeaderDivision .MainMenuBlock .BlockContents .ButtonGroup.ContactButton a {
  font-size: 82.5%;
  padding: 0.5em 0.75em;
}
@media screen and (min-width: 1200px), print {
  #HeaderDivision .MainMenuBlock .BlockContents .ButtonGroup.ContactButton a {
    padding: 0.5em 1.5em;
  }
}
#HeaderDivision .MainMenuBlock .BlockContents .ButtonGroup.ContactButton a:before {
  content: "\f0e0";
  font-family: "fontello";
  margin-right: 0.5em;
}
@media screen and (max-width: 999px) {
  #HeaderDivision .MainMenuBlock .BlockContents .ButtonGroup.AnotherSiteButton {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
#HeaderDivision .MainMenuBlock .BlockContents .ButtonGroup.AnotherSiteButton img {
  height: 2em;
}

/* ContentsDivision
--------------------------------------------------- */
#ContentsDivision {
  padding-bottom: 100px;
  overflow-x: hidden;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
#ContentsDivision:before {
  content: "";
  display: block;
  background: url(../img/common/decoration/illust-water2-green.png) repeat-y center 20vw fixed;
  background-size: 150%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
}
@media screen and (min-width: 768px), print {
  #ContentsDivision {
    font-size: 105%;
  }
}
@media screen and (min-width: 1000px), print {
  #ContentsDivision [class*=BgType] {
    padding: 100px 0;
  }
}
@media screen and (max-width: 999px) {
  #ContentsDivision [class*=BgType] {
    padding: 9vw 0;
  }
}
#ContentsDivision .BgType1 {
  position: relative;
}
#ContentsDivision .BgType1:before {
  content: "";
  background: #f1f7f1 url(../img/common/decoration/illust-water2-white.png) repeat-y top center;
  transform: scale(-1, 1);
  background-size: 110%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#ContentsDivision .BgType2 {
  padding-top: 75px;
  position: relative;
}
#ContentsDivision .BgType2:before {
  content: "";
  background: #f0ffe1 url(../img/common/decoration/ptn-bedgegrunge.png);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10rem - 100px);
  z-index: -2;
  opacity: 0.5;
}
#ContentsDivision .BgType2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10rem - 100px);
  z-index: -1;
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 1%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 1%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 1%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=0 );
}
#ContentsDivision .BgType4 {
  position: relative;
}
#ContentsDivision .BgType4:nth-child(2n):before {
  content: "";
  background-image: url(../img/common/decoration/ptn-bedgegrunge.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
#ContentsDivision .BgMutual .BlockContents {
  position: relative;
}
@media screen and (min-width: 1000px), print {
  #ContentsDivision .BgMutual .BlockContents {
    padding: 80px 0;
  }
}
@media screen and (max-width: 999px) {
  #ContentsDivision .BgMutual .BlockContents {
    padding: 9vw 0;
  }
}
#ContentsDivision .BgMutual .BlockContents:nth-child(2n):before {
  content: "";
  background-image: url(../img/common/decoration/ptn-bedgegrunge.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
#ContentsDivision .BgMutual .BlockContents &gt; div {
  position: relative;
}
#ContentsDivision .BgMutual .BlockContents &gt; div &gt; .Heading {
  text-align: center;
}

/* AccessArea */
#FooterDivision .AccessArea {
  padding-bottom: 80px;
}
.AccessArea &gt; .PageWidthSetter {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1000px), print {
  .AccessArea .AccessInfoBlock {
    padding: 0 50px;
  }
  .AccessArea .AccessInfoBlock &gt; div {
    width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px), print {
  .AccessArea .AccessInfoBlock {
    width: 50%;
    max-width: 650px;
    min-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 999px) {
  .AccessArea .AccessInfoBlock {
    padding-bottom: 50px;
  }
}
.AccessArea .AccessInfoBlock .BlockHeader {
  text-align: center;
  margin-bottom: 30px;
}
.AccessArea .AccessInfoBlock .BlockHeader .Heading:not(.Address) {
  margin-bottom: 1.5em;
}
.AccessArea .AccessInfoBlock .BlockHeader .Address {
  display: block;
}
.AccessArea .AccessInfoBlock .BlockHeader .Address .BorderText {
  display: block;
}
.AccessArea .AccessInfoBlock .BlockContents .Mark.Shinkansen {
  text-align: center;
  margin-bottom: 1em;
  font-size: 75%;
}
.AccessArea .AccessInfoBlock .BlockContents .Mark.Shinkansen span {
  background-color: rgb(167, 40, 40);
  color: #fff;
  display: inline-block;
  padding: 0.15em 1.25em;
}
@media screen and (min-width: 1000px), print {
  .AccessArea .AccessMapBlock {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* FooterDivision
--------------------------------------------------- */
#FooterDivision .FooterInfoArea {
  background: #140a0e;
  background: -moz-linear-gradient(135deg, #6C2D47 0%, #140a0e 30%);
  background: -webkit-linear-gradient(135deg, #6C2D47 0%, #140a0e 30%);
  background: linear-gradient(135deg, #6C2D47 0%, #140a0e 30%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$BaseColor", endColorstr="$BaseColorDarkStrong",GradientType=1 );
  color: #fff;
  padding: 30px 0;
}
#FooterDivision .FooterInfoArea &gt; .PageWidthSetter {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 1000px), print {
  #FooterDivision .FooterInfoArea &gt; .PageWidthSetter {
    margin-top: 70px;
  }
}
@media screen and (max-width: 999px) {
  #FooterDivision .FooterInfoArea &gt; .PageWidthSetter {
    margin-top: 30px;
    display: block;
  }
}
#FooterDivision .FooterInfoArea .AuthorBlock {
  align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px), print {
  #FooterDivision .FooterInfoArea .AuthorBlock {
    width: 40%;
  }
}
@media screen and (max-width: 999px) {
  #FooterDivision .FooterInfoArea .AuthorBlock {
    display: block;
  }
}
#FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title {
  align-items: center;
}
#FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 1000px), print {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title a {
    margin-right: 10px;
  }
}
@media screen and (max-width: 999px) {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title a {
    margin-bottom: 30px;
  }
}
#FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title a:before {
  content: "\e834";
  font-family: "fontello";
  display: block;
  text-align: center;
  font-weight: normal;
  margin-bottom: 5px;
}
@media screen and (min-width: 1000px), print {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title a:before {
    font-size: 40px;
  }
}
@media screen and (max-width: 999px) {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title a:before {
    font-size: 25px;
  }
}
#FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title .SubName {
  font-size: 90%;
}
@media screen and (min-width: 1000px), print {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title .SubName {
    margin-left: 10px;
  }
}
@media screen and (max-width: 999px) {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title .SubName {
    margin-bottom: 30px;
    text-align: center;
  }
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title .SubName.Vertical span {
    writing-mode: horizontal-tb;
  }
}
@media screen and (min-width: 1000px), print {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockContents {
    padding-left: 100px;
  }
}
@media screen and (max-width: 999px) {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockContents {
    text-align: center;
  }
}
#FooterDivision .FooterInfoArea .AuthorBlock .BlockContents p:not(.ButtonGroup) {
  font-size: 87.5%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 999px) {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockContents p.Address br {
    display: none;
  }
}
@media screen and (min-width: 1000px), print {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockContents p.Tel .TelLink {
    pointer-events: none;
  }
}
#FooterDivision .FooterInfoArea .AuthorBlock .BlockContents p.Tel:before, #FooterDivision .FooterInfoArea .AuthorBlock .BlockContents p.Fax:before {
  font-family: "fontello";
  margin-right: 0.5em;
  width: 1rem;
  display: inline-block;
  text-align: center;
}
#FooterDivision .FooterInfoArea .AuthorBlock .BlockContents p.Tel:before {
  content: "\e829";
}
#FooterDivision .FooterInfoArea .AuthorBlock .BlockContents p.Fax:before {
  content: "\f1ac";
}
@media screen and (min-width: 1000px), print {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockContents p.ButtonGroup {
    text-align: left;
  }
}
#FooterDivision .FooterInfoArea .AuthorBlock .BlockContents p.ButtonGroup a {
  font-size: 82.5%;
  padding: 0.5em 1.75em;
}
#FooterDivision .FooterInfoArea .AuthorBlock .BlockContents p.ButtonGroup a:before {
  content: "\f0e0";
  font-family: "fontello";
  margin-right: 0.5em;
}
#FooterDivision .FooterInfoArea .FooterMenuBlock {
  padding-left: 60px;
  width: 60%;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 999px) {
  #FooterDivision .FooterInfoArea .FooterMenuBlock {
    display: none;
  }
}
#FooterDivision .FooterInfoArea .FooterMenuBlock nav dl dt {
  letter-spacing: 0.01em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#FooterDivision .FooterInfoArea .FooterMenuBlock nav dl dd:not([class]) + .Sub {
  margin-top: 0.25em;
}
#FooterDivision .FooterInfoArea .FooterMenuBlock nav dl dd.Sub {
  font-size: 77.5%;
  padding-left: 2rem;
}
#FooterDivision .FooterInfoArea .FooterMenuBlock nav dl dd a {
  display: block;
  padding: 0.3em;
}
#FooterDivision .FooterInfoArea .FooterMenuBlock nav dl:nth-child(2) ~ dl {
  margin-top: 40px;
}
#FooterDivision .FooterInfoArea .CopyrightBlock {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1000px), print {
  #FooterDivision .FooterInfoArea .CopyrightBlock {
    margin-top: 70px;
  }
}
@media screen and (max-width: 999px) {
  #FooterDivision .FooterInfoArea .CopyrightBlock {
    margin-top: 50px;
  }
}
#FooterDivision .FooterInfoArea .CopyrightBlock .BlockContents .CopyrightText {
  color: #a7a7a4;
  text-align: center;
}
@media screen and (min-width: 1000px), print {
  #FooterDivision .FooterInfoArea .CopyrightBlock .BlockContents .CopyrightText {
    font-size: 75%;
  }
}
@media screen and (max-width: 999px) {
  #FooterDivision .FooterInfoArea .CopyrightBlock .BlockContents .CopyrightText {
    font-size: 65%;
  }
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
/*    サイト共通部                                  */
/*    ・ヘッダ・フッタの装飾                        */
/*    ・全体大枠のレイアウト定義                    */
/* ++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 768px), print {
  #HeaderDivision .MainMenuBlock .BlockContents .ButtonGroup {
    margin: 0 0 0 3em;
  }
}

/* ContentsDivision
--------------------------------------------------- */
#ContentsDivision:before {
  background: url(../nishinomiya-ebisu/img/common/decoration/bg.png) repeat-y center top fixed;
  background-size: 100%;
  opacity: 0.1;
}
#ContentsDivision .BgType1:before {
  background: #f1f7f1 url(../nishinomiya-ebisu/img/common/decoration/bg2.png) no-repeat center;
  background-size: cover;
  transform: scale(1);
}
#ContentsDivision .BgType2:before {
  content: "";
  background: #f7eef3;
}

/* FooterDivision
--------------------------------------------------- */
@media screen and (min-width: 1000px), print {
  #FooterDivision .FooterInfoArea .AuthorBlock {
    width: 60%;
  }
}
@media screen and (min-width: 768px), print {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title a {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  #FooterDivision .FooterInfoArea .AuthorBlock .BlockHeader .Title a {
    width: 40px;
  }
}
#FooterDivision .FooterInfoArea .FooterMenuBlock {
  width: 40%;
}
#FooterDivision .FooterInfoArea .FooterMenuBlock nav &gt; * {
  width: 100%;
  margin-bottom: 50px;
}

/* --------------------------------------------------- */
/* MainContentsArea, DefaultBlock                      */
/* コンテンツエリア内 共通スタイル                     */
/* --------------------------------------------------- */
/* DefaultBlock (ページ・フォーム・ブログ全般の基本スタイル)
--------------------------------------------------- */
.DefaultBlock {
  /* タイトル部分 */
  /* コンテンツ部分 */
  /* フッタ部分 */
  /* + + + + + レスポンシブ + + + + +  */
}
/* ブログプラグイン(お知らせ)用
--------------------------------------------------- */
/* - - 共通 - - */
.BlogBlock {
  /* カテゴリ */
  /* + + + + + レスポンシブ + + + + +  */
}
.BlogBlock .Category {
  width: 6em;
  color: #fff;
  background: #f2b052;
  text-align: center;
  display: inline-block;
  margin-right: 1em;
  transform: scale(0.8);
  border-radius: 0.25em;
}
.BlogBlock .BlogBlock .Category[data-category=お知らせ] {
  background: #3e97dc;
}
/* - - 一覧表示用 - - */
/* - - 詳細表示用 - - */
/* HeaderDivision
--------------------------------------------------- */
/* ContentsDivision
--------------------------------------------------- */
.AddLogomark:before, #ContentsDivision .VisitArea:before {
  content: "\e834";
  font-family: "fontello";
  color: #6C2D47;
  display: block;
  text-align: center;
  font-weight: normal;
  text-shadow: none;
  position: absolute;
  z-index: 100;
  top: -0.5em;
  left: 50%;
  margin-left: -0.5em;
}
.AddLogomark .Heading.Vertical, #ContentsDivision .VisitArea .Heading.Vertical {
  padding-top: 1.5em;
}

#ContentsDivision * a {
  text-decoration: none;
}

/* MainImageArea
--------------------------------------------------- */
#ContentsDivision .MainImageArea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #2c0e1a;
}
#ContentsDivision .MainImageArea .MainImageBlock .BlockHeader {
  position: absolute;
  top: 33.3vh;
  left: 0;
  z-index: 5;
  width: 100%;
}
#ContentsDivision .MainImageArea .MainImageBlock .BlockHeader .inner {
  display: block;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #ContentsDivision .MainImageArea .MainImageBlock .BlockHeader .inner {
    width: 70%;
  }
}
#ContentsDivision .MainImageArea .MainImageBlock .BlockHeader .Logomark {
  color: #A25B78;
  font-size: 300%;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #ContentsDivision .MainImageArea .MainImageBlock .BlockHeader .Logomark {
    font-size: 150%;
  }
}
#ContentsDivision .MainImageArea .MainImageBlock .BlockHeader .Catchcopy {
  margin-top: 0.5em;
}
#ContentsDivision .MainImageArea .MainImageBlock .BlockHeader .Catchcopy img {
  height: 1.75em;
}
@media screen and (max-width: 767px) {
  #ContentsDivision .MainImageArea .MainImageBlock .BlockHeader .Catchcopy img {
    height: 1.6em;
  }
}
#ContentsDivision .MainImageArea .MainImageBlock .BlockContents {
  height: 100vh;
}
#ContentsDivision .MainImageArea .MainImageBlock .BlockContents #Video {
  max-width: inherit;
  opacity: 0.7;
  object-fit: cover;
}

/* AboutArea
--------------------------------------------------- */
#ContentsDivision .AboutArea .AboutBlock {
  padding-bottom: 0;
}
#ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues {
  width: 100%;
  position: relative;
  text-align: center;
}
#ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues .DivineVirtuesText {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px), print {
  #ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues .DivineVirtuesText {
    padding: 120px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  #ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues .DivineVirtuesText {
    column-count: 2;
    padding: 100px 0 60px;
    padding-right: 2em;
  }
}
#ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues .DivineVirtuesText .Heading {
  margin-left: 2em;
  text-indent: -1.25em;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  #ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues .DivineVirtuesText .Heading {
    margin-right: -3.75em;
    margin-left: 1em;
  }
}
#ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues .DivineVirtuesText p {
  margin-left: 1.5em;
  line-height: 2.25;
  height: 20em;
}
@media screen and (max-width: 999px) {
  #ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues .DivineVirtuesText p {
    height: 30vw;
  }
}
@media screen and (max-width: 767px) {
  #ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues .DivineVirtuesText p {
    height: 50vw;
    margin-left: 0.75em;
  }
}
@media screen and (max-width: 399px) {
  #ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues .DivineVirtuesText p {
    height: 20em;
    margin-left: 0.5em;
  }
}

/* VisitArea
--------------------------------------------------- */
#ContentsDivision .VisitArea {
  position: relative;
}
@media screen and (min-width: 768px), print {
  #ContentsDivision .VisitArea {
    padding-bottom: 100px;
  }
}
#ContentsDivision .VisitArea:after {
  content: "";
  background-image: url(../img/common/decoration/ptn-bedgegrunge.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#ContentsDivision .VisitArea .BgIllust {
  position: relative;
  overflow: hidden;
}
#ContentsDivision .VisitArea .BgIllust:before, #ContentsDivision .VisitArea .BgIllust:after {
  content: "";
  display: block;
  width: 60vw;
  height: 600px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 2;
  opacity: 0.7;
}
#ContentsDivision .VisitArea .VisitBlock {
  position: relative;
  z-index: 3;
}
#ContentsDivision .VisitArea .VisitBlock .BlockHeader {
  text-align: center;
}
#ContentsDivision .VisitArea .VisitBlock .BlockContents {
  /* common List */
}
#ContentsDivision .VisitArea .VisitBlock .BlockContents .ShrinkText {
  font-size: 90%;
  line-height: 1.5;
}
#ContentsDivision .VisitArea .VisitBlock .BlockContents ul {
  list-style: none;
}
#ContentsDivision .VisitArea .VisitBlock .BlockContents ul li a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #ContentsDivision .VisitArea .VisitBlock .BlockContents ul li a .Image {
    max-height: calc((100vw - 40px) * 0.625);
  }
}
#ContentsDivision .VisitArea .VisitBlock .BlockContents ul li a .VLine {
  position: relative;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}
#ContentsDivision .VisitArea .VisitBlock .BlockContents ul li a .VLine::before {
  content: "";
  width: 1px;
  height: 4em;
  position: absolute;
  bottom: calc(100% - 1.75em);
  left: -0.75em;
  background-color: rgba(0, 0, 0, 0.33);
}
#ContentsDivision .VisitArea .VisitBlock .BlockContents ul li a .Link {
  text-align: right;
}
#ContentsDivision .VisitArea .VisitBlock .BlockContents ul li a .BorderText {
  font-weight: normal;
  padding-right: 0.8em;
  padding-left: 0.8em;
  vertical-align: middle;
}
@media screen and (min-width: 1000px), print {
  #ContentsDivision .VisitArea .VisitBlock .BlockContents ul li a .BorderText {
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  #ContentsDivision .VisitArea .VisitBlock .BlockContents ul li a .BorderText {
    font-size: 10px;
  }
}
@media screen and (min-width: 1000px), print {
  #ContentsDivision .VisitArea .VisitBlock .BlockContents ul li a .Heading .BorderText {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1000px), print {
  #ContentsDivision .VisitArea .VisitBlock .BlockContents .LargeList {
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 999px) {
  #ContentsDivision .VisitArea .VisitBlock .BlockContents .LargeList {
    margin-bottom: 22vw;
  }
  #ContentsDivision .VisitArea .VisitBlock .BlockContents .LargeList .TextItem .Heading {
    margin-bottom: 0.5em;
  }
  #ContentsDivision .VisitArea .VisitBlock .BlockContents .LargeList .TextItem p {
    font-size: 92.5%;
  }
}
#ContentsDivision .VisitArea .VisitBlock .BlockFooter {
  margin-top: 150px;
  padding: 0 0 80px;
}
#ContentsDivision .VisitArea .VisitBlock .BlockFooter .ImageItem {
  margin-left: -10vw;
}
@media screen and (min-width: 1000px), print {
  #ContentsDivision .VisitArea .VisitBlock .BlockFooter .ImageItem {
    width: 60vw;
  }
}
@media screen and (max-width: 999px) {
  #ContentsDivision .VisitArea .VisitBlock .BlockFooter .ImageItem .Image {
    height: 40vw;
  }
}
#ContentsDivision .VisitArea .VisitBlock .BlockFooter .TextItem {
  padding: 20px 5% 0;
}
@media screen and (min-width: 1000px), print {
  #ContentsDivision .VisitArea .VisitBlock .BlockFooter .TextItem {
    width: 50%;
  }
}
#ContentsDivision .VisitArea .VisitBlock .BlockFooter .TextItem .ButtonGroup {
  margin-top: 30px;
}
#ContentsDivision .VisitArea .VisitBlock .BlockFooter .TextItem .ButtonGroup a {
  color: #6C2D47;
  border-color: #A25B78;
  border-width: 1px;
  margin-top: 1em;
}
@media screen and (min-width: 1000px), print {
  #ContentsDivision .VisitArea .VisitBlock .BlockFooter .TextItem .ButtonGroup a {
    font-size: 115%;
  }
}

/* AnotherSiteArea
--------------------------------------------------- */
#ContentsDivision .AnotherSiteArea .AnotherSiteBlock {
  color: #fff;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 1000px), print {
  #ContentsDivision .AnotherSiteArea .AnotherSiteBlock {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 999px) {
  #ContentsDivision .AnotherSiteArea .AnotherSiteBlock {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#ContentsDivision .AnotherSiteArea .AnotherSiteBlock:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.55;
}
#ContentsDivision .AnotherSiteArea .AnotherSiteBlock .BlockContents {
  position: relative;
  z-index: 2;
}
#ContentsDivision .AnotherSiteArea .AnotherSiteBlock .BlockContents .Text {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 999px) {
  #ContentsDivision .AnotherSiteArea .AnotherSiteBlock .BlockContents .Text {
    font-size: 87.5%;
  }
}
@media screen and (min-width: 1000px), print {
  #ContentsDivision .AnotherSiteArea .AnotherSiteBlock .BlockContents .ButtonGroup a {
    font-size: 200%;
  }
}
@media screen and (max-width: 999px) {
  #ContentsDivision .AnotherSiteArea .AnotherSiteBlock .BlockContents .ButtonGroup a {
    font-size: 150%;
  }
}
#ContentsDivision .AnotherSiteArea .AnotherSiteBlock .BlockContents .ButtonGroup a .Logo:before {
  color: #fff;
  font-family: "fontello";
  margin-right: 0.25em;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
#ContentsDivision .AnotherSiteArea .AnotherSiteBlock .BlockContents .ButtonGroup a .Logo img {
  height: 1.75em;
  vertical-align: middle;
}

.EtoTatsuGoods {
  list-style: none;
  padding: 15px;
}
@media screen and (max-width: 999px) {
  .EtoTatsuGoods {
    flex-direction: row !important;
    font-size: 75%;
    flex-wrap: nowrap !important;
  }
}

/* HeaderDivision
--------------------------------------------------- */
/* ContentsDivision
--------------------------------------------------- */
/* AboutArea
--------------------------------------------------- */
#ContentsDivision .AboutArea {
  padding-bottom: 100px;
  background: #fff;
}
#ContentsDivision .AboutArea .AboutBlock {
  background: url(../nishinomiya-ebisu/img/top/ptn-logotype.png) repeat-x top left;
}
#ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues .DivineVirtuesText {
  position: relative;
}
#ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues .DivineVirtuesText:before {
  content: "\e834";
  font-family: "fontello";
  color: #FF8CBC;
  font-size: 300px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -150px;
  text-align: center;
  display: block;
  opacity: 0.2;
}
#ContentsDivision .AboutArea .AboutBlock .BlockContents.DivineVirtues .DivineVirtuesText p {
  position: relative;
  z-index: 2;
}
#ContentsDivision .AboutArea .AboutBlock .BlockFooter .ButtonGroup {
  margin-top: 30px;
}
#ContentsDivision .AboutArea .AboutBlock .BlockFooter .ButtonGroup a {
  color: #6C2D47;
  border-color: #A25B78;
  border-width: 1px;
  background-color: #F9F4F5;
  margin-top: 1em;
  font-size: 115%;
}

/* VisitArea
--------------------------------------------------- */
#ContentsDivision .VisitArea {
  background: #fdebf8;
  background: -moz-linear-gradient(top, #fdebf8 0%, #fbfbe6 100%);
  background: -webkit-linear-gradient(top, #fdebf8 0%, #fbfbe6 100%);
  background: linear-gradient(to bottom, #fdebf8 0%, #fbfbe6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fdebf8", endColorstr="#fbfbe6",GradientType=0 );
}
#ContentsDivision .VisitArea .BgIllust:before {
  background-image: url(../nishinomiya-ebisu/img/top/bg-ebisu-left.png);
  background-position: left top;
  left: -10vw;
}
@media screen and (min-width: 1000px), print {
  #ContentsDivision .VisitArea .BgIllust:before {
    top: -100px;
  }
}
@media screen and (max-width: 999px) {
  #ContentsDivision .VisitArea .BgIllust:before {
    top: -5vw;
  }
}
/* AnotherSiteArea
--------------------------------------------------- */
#ContentsDivision .AnotherSiteArea .AnotherSiteBlock {
  background-color: #1E2D10;
}
#ContentsDivision .AnotherSiteArea .AnotherSiteBlock:before {
  background: url(../img/top/bg-kurotatsu.jpg) no-repeat center;
  background-size: cover;
}
#ContentsDivision .AnotherSiteArea .AnotherSiteBlock .BlockContents .ButtonGroup a {
  background-color: rgba(30, 45, 16, 0.65);
}
#ContentsDivision .AnotherSiteArea .AnotherSiteBlock .BlockContents .ButtonGroup a .Logo:before {
  content: "\e835";
}</pre></body></html>