/**
sw assy.less

@Author: Samuraiworks
@Version: 190822
 */
/* do it assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media (max-width: 768px) {
  colgroup {
    display: none;
  }
}
/* 定義部分----------------------------------------------- */
.hrRed {
  color: #c30055;
}
.hrBlue {
  color: #599CCC;
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* 定義部分----------------------------------------------- */
.a_borad {
  border-radius: 9px;
}
.float-right,
.a_fl_R {
  float: right;
}
.float-left,
.a_fl_L {
  float: left;
}
.a_Tcenter {
  text-align: center;
}
.a_TRight {
  text-align: right !important;
}
.a_TLeft {
  text-align: left !important;
}
.a_hidden {
  display: none;
}
.a_visi-hidden {
  visibility: hidden;
}
.display-none,
.a_disp_none {
  display: none;
}
.a_disp_block {
  display: block;
}
.a_disp_inline,
.inline-block,
.a_ilb {
  display: inline-block !important;
}
.a_opace0 {
  opacity: 0;
}
.a_prelative {
  position: relative;
}
.a_mar00auto {
  margin: 0px auto;
}
@media (max-width: 768px) {
  .float-right,
  .a_fl_R {
    float: none;
    margin: 20px auto;
    display: block;
  }
  .float-left,
  .a_fl_L {
    float: none;
    margin: 20px auto;
    display: block;
  }
}
.swFlexCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.swFlexCenterL {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.swFlexCenterR {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
/*text colour*/
.px_fff {
  color: #fff !important;
  text-shadow: 1px 1px 1px #666;
}
.px_000 {
  color: #30071e !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_fff_shadcha {
  color: #fff !important;
  text-shadow: 1px 1px 1px #766142;
}
.px_uspink {
  color: #906 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_ao {
  color: #0A2480 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_aomid {
  color: #c30055 !important;
  text-shadow: 1px 1px 1px #fff !important;
}
.px_mizu {
  color: #599CCC !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_midr {
  color: #20a2b8 !important;
  text-shadow: 1px 1px 1px #fff !important;
}
.px_666 {
  color: #666 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_org {
  color: #e56b0d !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_aka {
  color: #c30055 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_pink {
  color: #e96c95 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_pink2 {
  color: #d44d7a !important;
  text-shadow: 1px 1px 1px #fff !important;
}
.px_cha {
  color: #a47402 !important;
  text-shadow: 1px 1px 1px #fff;
}
.px_ki {
  color: #e6e321 !important;
}
.px_bold {
  font-weight: bold !important;
}
[class^="px_"] {
  /* セレクタ名の前方一致 */
  font-weight: bold;
}
a {
  cursor: pointer;
}
a:link {
  color: #c30055;
}
a:visited {
  color: #793963;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
.meiryo {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.gothic {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "MS Pゴシック", Helvetica, Arial, Verdana, sans-serif;
}
.maru-goth {
  font-family: "Hiragino Maru Gothic Pro", "HG丸ゴシックM-PRO", verdana, arial, sans-serif;
}
.hiragino {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
}
.add-fixed {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}
[class^="ribbon-"] {
  display: inline-block;
  min-width: 10em;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 15px 0 20px;
  background-color: #d44d7a;
  position: absolute;
  left: -15px;
  top: -9px;
  z-index: 333;
}
[class^="ribbon-"] a,
[class^="ribbon-"] a:hover,
[class^="ribbon-"] a:visited {
  color: #fff;
}
[class^="ribbon-"]::before,
[class^="ribbon-"]::after {
  content: '';
  position: absolute;
}
[class^="ribbon-"]::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ab2955;
}
[class^="ribbon-"]::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  height: 0;
  width: 0;
  border: 12px solid #d44d7a;
  border-right-color: transparent;
}
.ribbon-this-KeyColor {
  position: absolute;
  display: inline-block;
  min-width: 10em;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 15px 0 20px;
  background-color: #FF87AF;
}
.ribbon-this-KeyColor a,
.ribbon-this-KeyColor a:hover,
.ribbon-this-KeyColor a:visited {
  color: #fff;
}
.ribbon-this-KeyColor::before,
.ribbon-this-KeyColor::after {
  content: '';
  position: absolute;
}
.ribbon-this-KeyColor::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ff3a7c;
}
.ribbon-this-KeyColor::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  height: 0;
  width: 0;
  border: 12px solid #FF87AF;
  border-right-color: transparent;
}
.ribbon-this-KeyColor-dark {
  position: absolute;
  display: inline-block;
  min-width: 10em;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 15px 0 20px;
  background-color: #d44d7a;
}
.ribbon-this-KeyColor-dark a,
.ribbon-this-KeyColor-dark a:hover,
.ribbon-this-KeyColor-dark a:visited {
  color: #fff;
}
.ribbon-this-KeyColor-dark::before,
.ribbon-this-KeyColor-dark::after {
  content: '';
  position: absolute;
}
.ribbon-this-KeyColor-dark::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #ab2955;
}
.ribbon-this-KeyColor-dark::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  height: 0;
  width: 0;
  border: 12px solid #d44d7a;
  border-right-color: transparent;
}
.ribbon-tmPage-color2 {
  position: absolute;
  display: inline-block;
  min-width: 10em;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 15px 0 20px;
  background-color: #599CCC;
}
.ribbon-tmPage-color2 a,
.ribbon-tmPage-color2 a:hover,
.ribbon-tmPage-color2 a:visited {
  color: #fff;
}
.ribbon-tmPage-color2::before,
.ribbon-tmPage-color2::after {
  content: '';
  position: absolute;
}
.ribbon-tmPage-color2::before {
  top: 100%;
  left: 0;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #3376a6;
}
.ribbon-tmPage-color2::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  height: 0;
  width: 0;
  border: 12px solid #599CCC;
  border-right-color: transparent;
}
hr.forSp {
  display: none;
}
br.forSp,
span.forSp,
i.forSp {
  display: none;
}
br.forPc,
span.forPc,
div.forPc {
  display: inline;
}
.pcImg {
  display: block !important;
}
.spImg {
  display: none !important;
}
.pcBlock {
  display: block;
}
.spBlock {
  display: none;
}
.pcInline {
  display: inline-block;
}
.spInline {
  display: none;
}
@media screen and (max-width: 768px) {
  hr.forSp {
    display: block;
  }
  br.forSp,
  span.forSp,
  .sp i.forSp {
    display: inline;
  }
  br.forPc,
  span.forPc,
  div.forPc {
    display: none;
  }
  .pcImg {
    display: none !important;
  }
  .spImg {
    display: block !important;
  }
  .pcBlock {
    display: none;
  }
  .spBlock {
    display: block;
  }
  .pcInline {
    display: none;
  }
  .spInline {
    display: inline-block;
  }
  img.w100 {
    max-width: 100%;
    height: auto;
  }
}
.photoFrame {
  box-shadow: 0 0 5px #ccccdc;
  border: 7px solid #fff;
  border-radius: 11px;
}
.flexibleBox {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}
.forAnchor {
  position: absolute;
  top: -65px;
  left: 0;
  width: 3px;
  height: 3px;
}
.mobile .forAnchor {
  top: -35px;
}
#satoyama #Story .forAnchor {
  top: -120px;
}
.mobile #satoyama #Story .forAnchor {
  top: -75px;
}
.anchorPosition:before {
  content: " ";
  height: 30px;
  display: block;
  visibility: hidden;
}
.mobile .anchorPosition:before {
  height: 75px;
}
.mobile .shortAnchor.anchorPosition:before,
.shortAnchor.anchorPosition:before {
  height: 1em;
}
@media (max-width: 768px) {
  /** fixme safari iphone で だめっぽいぞ fixHeight.js に変えた
   */
  .row-eq-height {
    /*display: -webkit-flex; !* Safari *!
    display: flex;
    flex-wrap: wrap;*/
  }
}
/* sw set assy +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: 'liga';
}
.palt {
  font-feature-settings: "palt" 1;
}
.palt-not {
  font-feature-settings: "palt" 0 !important;
}
/* 【複数行にも対応】長過ぎる文字列を省略して末尾を三点リーダー */
.ellipsis-container p {
  margin: 0;
}
.ellipsis-container {
  background: #eee;
  overflow: hidden;
  width: 100%;
}
.ellipsis-container p {
  font-size: 14px;
  height: 58.8px;
  line-height: 1.4;
  position: relative;
}
.ellipsis-container p:before,
.ellipsis-container p:after {
  background: #eee;
  position: absolute;
}
.ellipsis-container p:before {
  content: "...";
  top: 39.2px;
  right: 0;
}
.ellipsis-container p:after {
  content: "";
  height: 100%;
  width: 100%;
}
/* 【複数行にも対応】長過ぎる文字列を省略して末尾を三点リーダー */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.col-xs-2-5 {
  width: 40%;
  float: left;
}
.col-xs-3-5 {
  width: 60%;
  float: left;
}
.col-xs-4-5 {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1202px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
/*@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
    .col-lg-2-5 {
        width: 40%;
        float: left;
    }
    .col-lg-3-5 {
        width: 60%;
        float: left;
    }
    .col-lg-4-5 {
        width: 80%;
        float: left;
    }
}   */
/* hover Opacity */
.opace70 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/* ------------------------------------------------------------
  Clearfix
------------------------------------------------------------ */
/* new clearfix */
.clf:before,
.clf:after {
  content: "";
  display: table;
}
.clf:after {
  clear: both;
}
/* For IE 6/7 (hasL) */
.clf {
  zoom: 1;
}
.uline {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffff88 0%);
}
.uline2 {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ffe1f3 0%);
}
.uline3 {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, #ebf6ff 0%);
}
.boxShadow {
  -ms-box-shadow: 0px 0px 31px #6e5c69;
  -moz-box-shadow: 0px 0px 31px #6e5c69;
  -webkit-box-shadow: 0px 0px 31px #6e5c69;
  box-shadow: 0px 0px 31px #6e5c69;
}
.forBoxShadow {
  -ms-box-shadow: 0 0 4px #b7adb4;
  -moz-box-shadow: 0 0 4px #b7adb4;
  -webkit-box-shadow: 0 0 4px #b7adb4;
  box-shadow: 0 0 4px #b7adb4;
}
.imgBoxShadow {
  -ms-box-shadow: 0 0 5px #b7a5b1;
  -moz-box-shadow: 0 0 5px #b7a5b1;
  -webkit-box-shadow: 0 0 5px #b7a5b1;
  box-shadow: 0 0 5px #b7a5b1;
}
.imgBoxShadow-better {
  box-shadow: 0 2.5rem 2rem -2rem hsl(346, 8%, 59%);
}
.mainGrad1 {
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(77%, #f5f5f5), color-stop(95%, #eaeaea), color-stop(100%, #dadada));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
}
.mainGrad1Rev {
  background: #ffffff;
  background: -moz-linear-gradient(top, #EAEAEA 0%, #ffffff 55%, #f5f5f5 95%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EAEAEA), color-stop(55%, #ffffff), color-stop(95%, #f5f5f5), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, #EAEAEA 0%, #ffffff 55%, #f5f5f5 95%, #ffffff 100%);
  background: linear-gradient(to bottom, #EAEAEA 0%, #ffffff 55%, #f5f5f5 95%, #ffffff 100%);
}
.mainGrad1RevOpace {
  background: rgba(255, 255, 255, 0.65);
  background: -moz-linear-gradient(top, rgba(234, 234, 234, 0.75) 0%, rgba(255, 255, 255, 0.65) 55%, rgba(245, 245, 245, 0.75) 75%, rgba(255, 255, 255, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 234, 0.75)), color-stop(55%, rgba(255, 255, 255, 0.65)), color-stop(75%, rgba(245, 245, 245, 0.75)), color-stop(100%, rgba(255, 255, 255, 0.75)));
  background: -webkit-linear-gradient(top, rgba(234, 234, 234, 0.75) 0%, rgba(255, 255, 255, 0.65) 55%, rgba(245, 245, 245, 0.75) 75%, rgba(255, 255, 255, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(234, 234, 234, 0.75) 0%, rgba(255, 255, 255, 0.65) 55%, rgba(245, 245, 245, 0.75) 75%, rgba(255, 255, 255, 0.75) 100%);
}
.mainGrad2 {
  background: #FBFBFB;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(50%, #FBFBFB), color-stop(95%, #F8F8F8), color-stop(100%, #F5F5F5));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
}
.mainGrad2Rev {
  background: #F8F8F8;
  background: -moz-linear-gradient(top, #F5F5F5 0%, #F8F8F8 50%, #FBFBFB 95%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(50%, #F8F8F8), color-stop(95%, #FBFBFB), color-stop(100%, #FFFFFF));
  background: -webkit-linear-gradient(top, #F5F5F5 0%, #F8F8F8 50%, #FBFBFB 95%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #F5F5F5 0%, #F8F8F8 50%, #FBFBFB 95%, #FFFFFF 100%);
}
.mainGrad3 {
  background: #192C7B;
  background: -moz-linear-gradient(top, #2E40A5 0%, #192C7B 50%, #102469 95%, #061A53 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2E40A5), color-stop(50%, #192C7B), color-stop(95%, #102469), color-stop(100%, #061A53));
  background: -webkit-linear-gradient(top, #2E40A5 0%, #192C7B 50%, #102469 95%, #061A53 100%);
  background: linear-gradient(to bottom, #2E40A5 0%, #192C7B 50%, #102469 95%, #061A53 100%);
}
.mainGrad4 {
  background: #c30055;
  background: -moz-linear-gradient(top, #f10069 0%, #c30055 50%, #aa004a 95%, #8b003d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f10069), color-stop(50%, #c30055), color-stop(95%, #aa004a), color-stop(100%, #8b003d));
  background: -webkit-linear-gradient(top, #f10069 0%, #c30055 50%, #aa004a 95%, #8b003d 100%);
  background: linear-gradient(to bottom, #f10069 0%, #c30055 50%, #aa004a 95%, #8b003d 100%);
}
.mainGrad5 {
  background: #FFE275;
  background: -moz-linear-gradient(top, #FFF799 0%, #FFE275 50%, #FFD35C 95%, #FFCC50 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFF799), color-stop(50%, #FFE275), color-stop(95%, #FFD35C), color-stop(100%, #FFCC50));
  background: -webkit-linear-gradient(top, #FFF799 0%, #FFE275 50%, #FFD35C 95%, #FFCC50 100%);
  background: linear-gradient(to bottom, #FFF799 0%, #FFE275 50%, #FFD35C 95%, #FFCC50 100%);
}
.mainGrad6 {
  background: #dafcff;
  background: -moz-linear-gradient(top, #daffef 0%, #dafcff 50%, #d0e9ec 95%, #c9ebfe 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #daffef), color-stop(50%, #dafcff), color-stop(95%, #d0e9ec), color-stop(100%, #c9ebfe));
  background: -webkit-linear-gradient(top, #daffef 0%, #dafcff 50%, #d0e9ec 95%, #c9ebfe 100%);
  background: linear-gradient(to bottom, #daffef 0%, #dafcff 50%, #d0e9ec 95%, #c9ebfe 100%);
}
.mainGrad7 {
  background: #1e7412;
  background: -moz-linear-gradient(top, #1f8827 0%, #1e7412 50%, #175c10 95%, #1e7412 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f8827), color-stop(50%, #1e7412), color-stop(95%, #175c10), color-stop(100%, #1e7412));
  background: -webkit-linear-gradient(top, #1f8827 0%, #1e7412 50%, #175c10 95%, #1e7412 100%);
  background: linear-gradient(to bottom, #1f8827 0%, #1e7412 50%, #175c10 95%, #1e7412 100%);
}
.mainGrad8 {
  background: #ee9904;
  background: -moz-linear-gradient(top, #ff9f0e 0%, #ee9904 50%, #dd7d03 95%, #c57303 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9f0e), color-stop(50%, #ee9904), color-stop(95%, #dd7d03), color-stop(100%, #c57303));
  background: -webkit-linear-gradient(top, #ff9f0e 0%, #ee9904 50%, #dd7d03 95%, #c57303 100%);
  background: linear-gradient(to bottom, #ff9f0e 0%, #ee9904 50%, #dd7d03 95%, #c57303 100%);
}
.mainGrad9 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,f5d205+10,eab92d+40,f5d205+60,f5d205+66,eab92d+85,c79810+99 */
  background: #eab92d;
  /* Old browsers */
  background: -moz-linear-gradient(77deg, #de9f1b 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #f5d205 66%, #eab92d 85%, #c79810 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(77deg, #de9f1b 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #f5d205 66%, #eab92d 85%, #c79810 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(77deg, #de9f1b 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #f5d205 66%, #eab92d 85%, #c79810 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.mainGrad10 {
  background: #eab92d;
  /* Old browsers */
  background: -moz-linear-gradient(11deg, #eab92d 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #ffe446 66%, #eab92d 85%, #c79810 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(11deg, #eab92d 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #ffe446 66%, #eab92d 85%, #c79810 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(11deg, #eab92d 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #ffe446 66%, #eab92d 85%, #c79810 99%);
}
.mainGradERH2 {
  background-color: #c30055;
  background: #8f0308;
  background: -moz-linear-gradient(top, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a70002), color-stop(50%, #8f0308), color-stop(66%, #8f0308), color-stop(100%, #b90020));
  background: -webkit-linear-gradient(top, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
  background: linear-gradient(to bottom, #a70002 0%, #8f0308 50%, #8f0308 66%, #b90020 100%);
}
.mainGrad11 {
  background: #ede871;
  background: -moz-linear-gradient(top, #f8f4e0 0%, #ede871 33%, #e6e321 77%, #d4c907 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f4e0), color-stop(33%, #ede871), color-stop(77%, #e6e321), color-stop(100%, #d4c907));
  background: -webkit-linear-gradient(top, #f8f4e0 0%, #ede871 33%, #e6e321 77%, #d4c907 100%);
  background: linear-gradient(to bottom, #f8f4e0 0%, #ede871 33%, #e6e321 77%, #d4c907 100%);
}
.gradient-icon {
  background: #ede871;
  background: -moz-linear-gradient(top, #f8f4e0 0%, #ede871 33%, #e6e321 77%, #d4c907 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f8f4e0), color-stop(33%, #ede871), color-stop(77%, #e6e321), color-stop(100%, #d4c907));
  background: -webkit-linear-gradient(top, #f8f4e0 0%, #ede871 33%, #e6e321 77%, #d4c907 100%);
  background: linear-gradient(to bottom, #f8f4e0 0%, #ede871 33%, #e6e321 77%, #d4c907 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
}
.ie .gradient-icon,
.ie11 .gradient-icon {
  background: none;
  color: #ede871;
}
.gradient-icon2 {
  background: #72be9b;
  background: -moz-linear-gradient(top, #72be9b 0%, #51b38c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72be9b) color-stop(100%, #51b38c));
  background: -webkit-linear-gradient(top, #72be9b 0%, #51b38c 100%);
  background: linear-gradient(to bottom, #72be9b 0%, #51b38c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
}
.ie .gradient-icon2,
.ie11 .gradient-icon2 {
  background: none;
  color: #72be9b;
}
.mainGrad12 {
  background: #72be9b;
  background: -moz-linear-gradient(top, #72be9b 0%, #51b38c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72be9b) color-stop(100%, #51b38c));
  background: -webkit-linear-gradient(top, #72be9b 0%, #51b38c 100%);
  background: linear-gradient(to bottom, #72be9b 0%, #51b38c 100%);
}
.linear {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.ease {
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.easeInQuad {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.easeInCubic {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.easeInQuart {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.easeInQuint {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.easeInSine {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}
.easeInExpo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
.easeInCirc {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.easeInBack {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.easeOutQuad {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.easeOutCubic {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.easeOutQuart {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.easeOutQuint {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.easeOutSine {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
.easeOutExpo {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.easeOutCirc {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.easeOutBack {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.easeInOutQuad {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.easeInOutCubic {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.easeInOutQuart {
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.easeInOutQuint {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.easeInOutSine {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.easeInOutExpo {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.easeInOutCirc {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.easeInOutBack {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
/*
@Author: Samuraiworks
@Version: 1810

todo add style (less)
### fixup Log
# path Absolute (/)
# fix JS dirs (lib-core)
# killed smooth scroll (web)
# fixme killed screen-lg all css file ↓
todo ↓
@screen-sm -1:            767px;
@screen-sm:               768px;
todo ↓
@screen-md -1:            1201px;
@screen-md:               1202px;  (.container 1080px Sabun 22px)

ste ↓
@screen-md -1:            991px;
@screen-md:               992px;  (.container 970px Sabun 22px)
ste ↓
@screen-lg -1:            1199px; -> 9998px
@screen-lg:               1200px; -> 9999px

http://s.samuraiworks.org/htmls/shortcode-columns-grids.html

 sw Your custom css codes start here: +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
p {
  font-weight: 600;
}
.btn-default:hover {
  color: #d3e8a3;
  border-color: #fff;
}
.text-red {
  color: #c30055;
}
.bread_crumb {
  margin-left: 5px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .donation img {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .med-xs .col-sm-12 {
    padding: 0;
  }
}
.mediaText {
  padding: 10px;
}
.mediaText p.green_12px {
  position: relative;
}
.mediaText p.green_12px h4 + br {
  display: none;
}
.mediaText h4 {
  position: relative;
  padding-left: 1.4em;
  text-shadow: 1px 1px 1px #fff;
  color: #d44d7a;
  background-image: url(/images/bullet_h.svg);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  font-size: 125%;
}
.mediaText h4:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 2px;
  float: left;
}
.mediaText a {
  text-decoration: underline;
}
.mediaText .green_12px img {
  margin-bottom: 10px;
  margin-left: 10px;
  -ms-box-shadow: 0 0 5px #b7a5b1;
  -moz-box-shadow: 0 0 5px #b7a5b1;
  -webkit-box-shadow: 0 0 5px #b7a5b1;
  box-shadow: 0 0 5px #b7a5b1;
}
@media (max-width: 768px) {
  .mediaText br {
    display: none;
  }
  .mediaText h4 {
    font-size: 108%;
  }
  .mediaText p.green_12px {
    line-height: 1.1;
  }
  .mediaText .green_12px img {
    width: 43%;
  }
}
.mediaBoxright {
  display: none;
}
.oval .photoFrame {
  border-radius: 100%;
}
@media (max-width: 768px) {
  .oval .photoFrame {
    margin-bottom: 20px;
  }
}
.honbun.otherPage.B {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.honbun.otherPage.B.koe p {
  margin-left: 25px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #000;
}
.ksen {
  clear: both;
  height: 6px;
  padding: 0;
  margin: 0;
  min-height: 10px;
  background: #c2e0fe;
  background: linear-gradient(261deg, #c2e0fe 0%, #dee8f4 65%, #def1f4 100%);
}
/* hover Opacity */
.opace70 {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
a#otoiawase {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  background-color: #599CCC;
  color: #fff;
  font-size: 69%;
  padding: 3px 5px 1px;
  line-height: 1.45;
  vertical-align: bottom;
  margin: 5px 0 4px 0;
  width: 252px;
}
.re-ind-bg0 {
  background: #F8F8F8;
  background: -moz-linear-gradient(top, #F5F5F5 0%, #F8F8F8 50%, #FBFBFB 95%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(50%, #F8F8F8), color-stop(95%, #FBFBFB), color-stop(100%, #FFFFFF));
  background: -webkit-linear-gradient(top, #F5F5F5 0%, #F8F8F8 50%, #FBFBFB 95%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #F5F5F5 0%, #F8F8F8 50%, #FBFBFB 95%, #FFFFFF 100%);
  min-height: 165px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.re-ind-bg0 > div {
  width: 100%;
}
.re-ind-bg1 {
  background: #F8F8F8;
  background: -moz-linear-gradient(top, #F5F5F5 0%, #F8F8F8 50%, #FBFBFB 95%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F5F5F5), color-stop(50%, #F8F8F8), color-stop(95%, #FBFBFB), color-stop(100%, #FFFFFF));
  background: -webkit-linear-gradient(top, #F5F5F5 0%, #F8F8F8 50%, #FBFBFB 95%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #F5F5F5 0%, #F8F8F8 50%, #FBFBFB 95%, #FFFFFF 100%);
}
.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}
ul.list {
  list-style: outside none none;
  margin-top: 13px;
  padding-left: 0;
}
ul.list li {
  margin: 3px 0;
  padding-left: 1.3em;
  position: relative;
  font-size: 17px;
}
/*ul.list li:before {
  border: none;
  color: @this-KeyColor;
  content: "●";
  display: inline-block;
  .meiryo;
  //font-family:"Font Awesome 5 Free";
  //font-weight: 900;
  //font-size: 6px;
  margin:  0px;
  padding: 0px;
  position: absolute;
  top:  8px;
  left: 5px;
}*/
ul.list li:before {
  border-radius: 50%;
  /*丸くする*/
  width: 7px;
  height: 7px;
  display: block;
  position: absolute;
  left: 0.8em;
  top: 1.35em;
  content: "";
  background: #FF87AF;
}
ul.list li:hover:before {
  background: #FF87AF;
}
ul.list-20 li:before {
  top: 8px;
  left: 8px;
}
ul.list.notes li {
  font-size: 14px;
}
ul.list.notes li:before {
  content: "※";
  color: #30071e;
  font-size: 13px;
  top: 1px;
  left: 4px;
}
@media (max-width: 768px) {
  .re-ind-bg0 {
    border-top: 1px solid #FF87AF;
  }
}
.re-underline a {
  text-decoration: underline;
}
.re-ind-bg {
  display: inline-block;
  padding: 4px 8px 2px 10px;
  font-weight: bold;
  background-color: #f5bbeb;
  border-radius: 16px;
  border: 1px solid #FF87AF;
}
.hero {
  width: 1200px;
  height: 350px;
  margin: 0;
  background: url(/images/top_main.png) no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 200px;
}
@media (max-width: 768px) {
  .hero {
    width: 100%;
    height: 250px;
    margin: 10px 0;
  }
  .hero > div {
    width: 50%;
    height: 50%;
  }
}
/* -------- Nav Tabs ---------- */
.nav-tabs > li {
  width: 50%;
  border: 1px solid #0A2480;
}
.nav-tabs > li > a {
  font-size: 18px;
  padding: 15px 7px 5px;
}
.nav-tabs > li > a i {
  font-size: 25px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .nav-tabs > li > a {
    font-size: 14px;
    min-height: 111px;
  }
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 1px solid #0A2480;
}
#contents a:hover h4 {
  color: #FF87AF;
}
#contents.kanso #tab-wrapper {
  display: block;
  position: relative;
}
#contents.kanso #tab-wrapper .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 55px;
  background: linear-gradient(to bottom, rgba(89, 156, 204, 0) 0%, rgba(89, 156, 204, 0.71) 100%);
}
#contents.kanso #tab-wrapper.scr .more {
  display: none;
}
#contents.kanso .tab-content {
  position: relative;
  padding: 10px;
  max-height: 480px;
  overflow-y: scroll;
  transition: max-height 0.21s ease-in-out;
}
#contents.kanso #tab-wrapper.scr .tab-content {
  max-height: calc(100vh - 195px);
}
@media (max-width: 768px) {
  #contents.kanso #tab-wrapper .tab-content,
  #contents.kanso #tab-wrapper.scr .tab-content {
    max-height: calc(100vh - 195px);
  }
}
/**
 fix structure style-main
 */
/*.row.col3fix {
  margin-right: -5px;
  margin-left: -5px;
  .col-sm-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
}*/
hr {
  border-color: #FF87AF;
  border-style: dotted;
}
#re-wrapper {
  background: #fec2ea;
  background: linear-gradient(277deg, #fdc6d9 0%, #f6ebf3 45%, #fce0f4 100%);
  margin-top: 75px;
}
@media (max-width: 768px) {
  #re-wrapper {
    margin-top: 0px;
  }
}
#top .eManner {
  display: none;
}
#page .eManner {
  display: block;
}
.mainSplit {
  background-color: #fff;
  padding: 0;
  margin-bottom: 0px;
}
.svgPc {
  display: block;
}
.svgSp {
  display: none;
}
.donation {
  margin: 10px 0 10px;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}
.donation2 {
  margin: 10px 0 0px;
  border-top: 1px dotted #fff;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .svgPc {
    display: none;
  }
  .svgSp {
    display: block;
  }
  #main0 {
    margin-top: 0px;
    height: auto;
    font-size: 30px;
    line-height: normal;
  }
  .mainSplitAfter,
  #main1,
  #main2 {
    padding: 10px;
  }
}
a.btn-ao {
  color: #fff;
  background-color: #c30055;
  border-color: #c30055;
  min-width: 8.5em;
}
a.btn-ao:hover {
  background-color: #599CCC;
  border-color: #599CCC;
}
a.btn.btn-flat {
  min-width: 220px;
}
.boxed-layout .header {
  max-width: 100%;
  z-index: 992;
}
.boxed-layout .header .header-middle {
  margin: 0 auto;
  max-width: 1200px;
}
.boxed-layout .footer {
  max-width: 100%;
  background-color: #FF87AF;
}
.boxed-layout .main-content.topCont {
  margin-top: 75px;
}
@media (max-width: 768px) {
  .boxed-layout .main-content.topCont {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .header-middle {
    min-height: 70px;
  }
}
/**
 navs
 */
#header {
  position: relative;
}
#header .header-rogo {
  width: 320px;
  height: 75px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 333;
  background: url(/images/topRogo.png) no-repeat 0 0px;
}
#header .header-rogo:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
#header .list-fixed .header-bottom {
  height: 75px;
  padding: 0px 0;
}
#header .list-fixed .header-bottom .wrap {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #f5bbeb;
}
#header .header-bottom {
  height: 75px;
  padding: 0px 0;
}
#header .header-bottom .wrap > section {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  padding: 0;
  background-color: #fff;
}
#header .header-bottom .wrap > section .topRogo {
  display: block;
  height: 75px;
  padding-top: 5px;
}
#header .header-bottom .wrap > section > ul {
  position: absolute;
  left: 320px;
  top: 0;
}
#header .header-bottom .wrap > section > ul > li {
  width: 146px;
  margin: 0;
  padding: 0;
  text-align: center;
  float: left;
  display: block;
  height: 75px;
}
#header .header-bottom .wrap > section > ul > li > a,
#header .header-bottom .wrap > section > ul > li em {
  font-style: normal;
  cursor: pointer;
  height: 75px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #30071e;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header-bottom .wrap > section > ul > li > a span,
#header .header-bottom .wrap > section > ul > li em span {
  width: 100%;
  position: relative;
}
#header .header-bottom .wrap > section > ul > li.current > a span,
#header .header-bottom .wrap > section > ul > li.current > em span {
  border: none;
}
#header .header-bottom .wrap > section > ul > li.l5 {
  width: 150px;
}
#header #SideNavBase > li > ul {
  display: none;
  width: 0;
}
#header #SideNavBase > li > ul.show {
  display: block;
}
#header #SideNavBase > li {
  background: #FF87AF;
}
#header #SideNavBase > li a,
#header #SideNavBase > li em {
  color: #fff;
}
#header #SideNavBase > li.current {
  background: #c2e0fe;
  background: linear-gradient(180deg, #ddfaf7 0%, #e8f8f7 25%, #ffffff 100%);
}
#header #SideNavBase > li.current a,
#header #SideNavBase > li.current em {
  color: #FF87AF;
}
#header #SideNavBase > li.l0 {
  border-left: 1px solid #FF87AF;
}
#header #SideNavBase > li.l5 {
  border-right: 1px solid #FF87AF;
}
#header #SideNavBase > li > a:hover {
  text-decoration: underline;
}
#header #SideNavBase .clickChild,
#header #SideNavBase > li > ul li.popup {
  display: none;
}
#header #SideNavBase > li > ul li.popup {
  display: block;
  list-style: none;
  position: absolute;
  z-index: 999;
  width: 146px;
  top: 65px;
  padding: 0;
  color: #c30055;
  border: 1px solid #FF87AF;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
}
#header #SideNavBase > li > ul li.popup > a {
  font-size: 90%;
  display: block;
  font-weight: bold;
  width: 100%;
  padding: 10px 3px;
  color: #c30055;
  background: #FBFBFB;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(50%, #FBFBFB), color-stop(95%, #F8F8F8), color-stop(100%, #F5F5F5));
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #FBFBFB 50%, #F8F8F8 95%, #F5F5F5 100%);
  transition: background 0.21s ease-in-out;
}
#header #SideNavBase > li > ul li.popup > a:hover,
#header #SideNavBase > li > ul li.popup > a.active {
  background: #FF87AF;
  color: #fff;
}
#header #SideNavBase > li > ul li.popup#pop0 {
  left: 0;
}
#header #SideNavBase > li > ul li.popup#pop1 {
  left: 146px;
}
#header #SideNavBase > li > ul li.popup#pop2 {
  left: 292px;
}
#header #SideNavBase > li > ul li.popup#pop3 {
  left: 438px;
}
#header #SideNavBase > li > ul li.popup#pop4 {
  left: 584px;
}
#header #SideNavBase > li > ul li.popup#pop5 {
  left: 730px;
}
#header #SideNavBase > li > ul li.popup#pop6 {
  left: 876px;
}
#header .list-fixed.add-fixed #SideNavBase {
  background-color: #fff;
}
#header .header-middle {
  display: none;
}
@media (max-width: 1215px) {
  #header .list-fixed.add-fixed {
    position: absolute;
    left: 0;
    top: -75px;
  }
}
@media (max-width: 768px) {
  #header .header-bottom {
    display: none;
  }
  #header .header-middle {
    display: flex;
    align-items: center;
    padding-right: 59px;
    padding-top: 0px;
    border-bottom: 1px solid #FF87AF;
    min-height: 52px;
  }
}
.drawer-nav {
  z-index: 4;
}
header.drawerHeader {
  display: none;
}
.drawer-overlay {
  z-index: 998;
}
.drawer-hamburger {
  padding: 15px 0.75rem 25px;
  background-color: #FF87AF;
  z-index: 999;
}
.drawer-hamburger:hover {
  background-color: #FF87AF;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  background-color: #fff;
}
.drawer--right.drawer-open .drawer-hamburger {
  right: 25rem;
}
.drawer--right .drawer-nav {
  z-index: 999;
  right: -25rem;
  width: 25rem;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background: transparent;
}
@media (max-width: 767px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: calc(100vw - 56px);
  }
  .drawer--right .drawer-nav {
    right: calc(-100vw - 56px);
    width: calc(100vw - 56px);
  }
}
.drawer-brand {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 7px !important;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
nav#SideNavClone ul.drawer-menu {
  background: #fffeee;
}
nav#SideNavClone ul.drawer-menu li.current {
  background: #FF87AF;
}
nav#SideNavClone ul.drawer-menu li.current > a,
nav#SideNavClone ul.drawer-menu li.current > em {
  color: #fff;
  background: #FF87AF;
}
nav#SideNavClone ul.drawer-menu li.current > a:before,
nav#SideNavClone ul.drawer-menu li.current > em:before {
  color: #fffb02;
}
nav#SideNavClone ul.drawer-menu li#index.current > a {
  color: #fffb02 !important;
  background: #20a2b8 !important;
}
nav#SideNavClone ul.drawer-menu li.clickTarget ul.clickChild {
  display: none;
}
nav#SideNavClone ul.drawer-menu li.clickTarget ul.clickChild.show {
  display: block;
  animation: show 0.23s ease-in-out 0s;
}
/*ul#SideNavBase {
   li.current > a {
     background-color: @this-KeyColor;
  }
}*/
/**
thanks
 */
body.thanks .header-nav {
  display: none;
}
body.thanks .drawerHeader {
  display: none;
}
body.thanks .l_Cel {
  text-align: right;
  width: 50%;
  padding: 2px 20px;
  font-weight: bold;
  color: #FF87AF;
}
.header-nav {
  overflow: hidden;
}
.header-nav ul {
  font-size: 16px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
}
.header-nav ul li {
  display: inline-block;
  width: 290px;
  background-color: #20a2b8;
  margin-right: 10px;
}
.header-nav ul li:last-child {
  margin-right: 0px;
}
.header-nav ul li a {
  display: block;
  padding: 7px 5px 5px 5px;
  font-weight: bold;
  color: #fff;
}
.header-nav ul li a i.fas {
  display: none;
}
.tp-bannertimer.tp-bottom {
  height: 3px;
  background: #FF87AF;
}
#slideWrap {
  min-height: 500px;
}
@media (max-width: 768px) {
  #slideWrap {
    min-height: auto;
  }
}
section.SLIDE {
  margin: 0 auto;
}
section.SLIDE .tp-bannertimer.tp-bottom {
  height: 2px !important;
  background: #FF87AF;
}
@media (max-width: 768px) {
  .header-nav {
    display: none;
  }
}
.bg-KeyColor {
  background-color: #FF87AF;
}
.bg-KeyColor-tra {
  background-color: rgba(0, 124, 76, 0.87);
}
body,
html {
  height: 100%;
  font-size: 16px;
}
body {
  font-family: 'Lato', 'M PLUS 1p', sans-serif;
  color: #6b253f;
  /* 禁則A */
  word-break: normal;
  line-break: strict;
  /* 禁則B*/
  word-wrap: break-word;
}
@font-face {
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mplus1p/v19/e3tjeuShHdiFyPFzBRro-A.ttf) format('truetype');
}
@font-face {
  font-family: 'M PLUS 1p';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mplus1p/v19/e3tmeuShHdiFyPFzBRrQRBEgew.ttf) format('truetype');
}
body a {
  color: #ff4f8a;
}
body .a:focus,
body a:hover,
body a:active {
  color: #187888;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) and (max-width: 1214px) {
  body {
    width: 1200px;
    max-width: 1200px;
    overflow-x: auto;
  }
}
/*@media screen and (max-width: 768px) {
  body {
    width: 100%;
    max-width: 100%;
  }
}*/
.boxed-layout .container.honbun {
  max-width: 1020px;
  padding-left: 0px;
  padding-right: 0px;
}
.boxed-layout .container.waku {
  max-width: 790px;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .container {
    width: 100%;
  }
}
.topWrapper1 {
  background: #fec2ea;
  background: linear-gradient(277deg, #fdc6d9 0%, #f6ebf3 45%, #fce0f4 100%);
}
.topWrapper2 {
  background: linear-gradient(transparent 50%, #f5bbeb 0%);
}
.topWrapper3 {
  min-height: 10px;
  background: #c2e0fe;
  background: linear-gradient(261deg, #c2e0fe 0%, #dee8f4 65%, #def1f4 100%);
}
.topWrapper3b {
  background: #c2e0fe;
  background: linear-gradient(180deg, #ddfaf7 0%, #e8f8f7 25%, #ffffff 100%);
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
  .boxed-layout .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .boxed-layout .container .ribbon-taiken {
    left: 0px;
  }
  .boxed-layout .container.honbun,
  .boxed-layout .container.waku {
    padding-left: 10px;
    padding-right: 10px;
  }
  .boxed-layout .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.btn-form {
  width: 100%;
  height: 111px;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #599CCC;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-form:hover {
  opacity: 0.7;
}
.btn-form.b {
  background-color: #20a2b8;
}
/* form */
#For1 {
  background-color: rgba(255, 255, 255, 0.55);
  margin-top: 30px;
}
.notice {
  border-radius: 7px 7px 0 0;
  border-bottom: 3px solid #cacacb;
  background-color: rgba(255, 255, 255, 0.55);
  margin-bottom: 30px;
  padding: 15px;
}
img.icon_must {
  display: inline-block;
  vertical-align: middle;
  margin: auto 5px;
}
.sel-textarea {
  background-color: #FBFAED;
  color: #ab0587;
  font-weight: bold;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: text-top;
}
input[type="button"] {
  color: #482641;
  font-weight: bold;
  font-size: 18px;
  white-space: normal;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(77%, #f5f5f5), color-stop(95%, #eaeaea), color-stop(100%, #dadada));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
}
input[type="submit"] {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  white-space: normal;
  background: #72be9b;
  background: -moz-linear-gradient(top, #72be9b 0%, #51b38c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72be9b) color-stop(100%, #51b38c));
  background: -webkit-linear-gradient(top, #72be9b 0%, #51b38c 100%);
  background: linear-gradient(to bottom, #72be9b 0%, #51b38c 100%);
  max-width: 20em;
}
button.btnSubmit {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  white-space: normal;
  color: #fff;
  background: #72be9b;
  background: -moz-linear-gradient(top, #72be9b 0%, #51b38c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72be9b) color-stop(100%, #51b38c));
  background: -webkit-linear-gradient(top, #72be9b 0%, #51b38c 100%);
  background: linear-gradient(to bottom, #72be9b 0%, #51b38c 100%);
  /*&#send_button {
    color: #fff;
    .mainGrad12;
  }*/
}
button.btnSubmit#reset {
  color: #482641;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(77%, #f5f5f5), color-stop(95%, #eaeaea), color-stop(100%, #dadada));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
}
.topics {
  background-color: #fff;
  border: 1px solid #c30055;
  height: 352px;
}
.topics .left-topics {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c30055;
  float: left;
  width: 20%;
  height: 350px;
}
.topics .right-topics {
  padding: 10px 5px 10px 15px;
  float: left;
  width: 80%;
  overflow-y: auto;
  height: 350px;
}
.topics .right-topics li.monthChkTr {
  font-weight: bold;
  font-size: 15px;
  color: #FF87AF;
  border-bottom: 1px solid #FF87AF;
  padding: 3px 0 2px;
  margin-bottom: 5px;
}
.topics .right-topics li.dt {
  font-weight: bold;
  float: left;
  width: 110px;
  font-size: 88%;
}
.topics .right-topics li.dd {
  float: left;
  padding-right: 7px;
  width: 450px;
}
@media (max-width: 768px) {
  .topics {
    height: 100%;
  }
  .topics .left-topics {
    display: flex;
    float: none;
    width: 100%;
    height: 100%;
  }
  .topics .right-topics {
    padding: 10px;
    float: none;
    width: 100%;
    overflow-y: auto;
    height: 100%;
  }
  .topics .right-topics li.dt {
    float: none;
    width: 100%;
  }
  .topics .right-topics li.dd {
    float: none;
    width: 100%;
  }
}
.boxed-layout .main-content.mtMinus {
  margin-top: -35px;
}
/**
 H1~6
 */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: bold;
}
h2 {
  font-size: 30px;
  padding: 0 0 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid #FF87AF;
  text-shadow: 1px 1px 1px #fff;
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-size: 1.1rem;
  }
}
.kakko {
  margin-bottom: 30px;
}
.kakko .add-span {
  background-color: #fff;
  position: relative;
  padding: 22px 31px 19px;
}
.kakko .add-span::before,
.kakko .add-span::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.kakko .add-span::before {
  top: 6px;
  left: 6px;
  border-top: 4px solid #c30055;
  border-left: 4px solid #c30055;
}
.kakko .add-span::after {
  bottom: 6px;
  right: 6px;
  border-bottom: 4px solid #c30055;
  border-right: 4px solid #c30055;
}
h3.bullet {
  line-height: 1.4;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  padding: 2px 10px 7px 20px;
  margin: 10px 0 10px;
  background-image: url(/images/bullet.svg);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ffbfd4;
}
h3.bullet.no-border {
  border: none;
}
h3.bullet.no-bullet {
  background-image: none;
  padding: 10px;
}
h3.dot {
  line-height: 1.4;
  font-weight: bold;
  text-shadow: 1px 1px 1px #fff;
  padding: 2px 10px 7px 20px;
  margin: 10px 0 10px;
  background-image: url(/images/bullet_h.svg);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #ffbfd4;
}
h3.dot.no-border {
  border: none;
}
a.re-nav-fix {
  margin-top: -22px;
}
a.re-nav-fix > div:first-child {
  font-size: 74%;
}
.drawer-menu a.re-nav-fix {
  margin-top: 0px;
}
.drawer-menu > li:nth-child(1) {
  border-bottom: 1px solid #f5bbeb;
  background-color: #FF87AF;
  min-height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drawer-menu > li:nth-child(1) > a {
  color: #fff;
}
.drawer-menu > li > span {
  color: #6b253f;
}
.drawer-menu > li > a {
  text-decoration: underline;
}
.drawer-menu > li > a,
.drawer-menu > li > em {
  color: #ff4f8a;
  font-style: normal;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0.35rem 10px 0.35rem 28px;
}
.drawer-menu > li > a:before,
.drawer-menu > li > em:before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 19px;
  left: 11px;
  top: 3px;
  float: left;
  color: #c30055;
}
.drawer-menu > li > a.drawer-brand:before,
.drawer-menu > li > em.drawer-brand:before {
  display: none;
}
.drawer-menu > li {
  border-bottom: 1px solid #FF87AF;
}
.drawer-menu > li > ul {
  border-top: 1px solid #FF87AF;
  border-left: 1px solid #FF87AF;
  background-color: #fff;
}
.drawer-menu > li > ul li {
  background-color: #fff;
}
.drawer-menu > li > ul #pop0 > a,
.drawer-menu > li > ul #pop1 > a,
.drawer-menu > li > ul #pop2 > a,
.drawer-menu > li > ul #pop3 > a,
.drawer-menu > li > ul #pop4 > a,
.drawer-menu > li > ul #pop5 > a,
.drawer-menu > li > ul #pop6 > a {
  border-bottom: 1px solid #FF87AF;
}
.drawer-menu > li > ul #pop0 > a:last-child,
.drawer-menu > li > ul #pop1 > a:last-child,
.drawer-menu > li > ul #pop2 > a:last-child,
.drawer-menu > li > ul #pop3 > a:last-child,
.drawer-menu > li > ul #pop4 > a:last-child,
.drawer-menu > li > ul #pop5 > a:last-child,
.drawer-menu > li > ul #pop6 > a:last-child {
  border-bottom: none;
}
.drawer-menu > li > ul #pop0 > a,
.drawer-menu > li > ul #pop1 > a,
.drawer-menu > li > ul #pop2 > a,
.drawer-menu > li > ul #pop3 > a,
.drawer-menu > li > ul #pop4 > a,
.drawer-menu > li > ul #pop5 > a,
.drawer-menu > li > ul #pop6 > a,
.drawer-menu > li > ul #pop0 > span,
.drawer-menu > li > ul #pop1 > span,
.drawer-menu > li > ul #pop2 > span,
.drawer-menu > li > ul #pop3 > span,
.drawer-menu > li > ul #pop4 > span,
.drawer-menu > li > ul #pop5 > span,
.drawer-menu > li > ul #pop6 > span {
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0.35rem 15px 0.35rem 22px;
}
.drawer-menu > li > ul #pop0 > a:before,
.drawer-menu > li > ul #pop1 > a:before,
.drawer-menu > li > ul #pop2 > a:before,
.drawer-menu > li > ul #pop3 > a:before,
.drawer-menu > li > ul #pop4 > a:before,
.drawer-menu > li > ul #pop5 > a:before,
.drawer-menu > li > ul #pop6 > a:before,
.drawer-menu > li > ul #pop0 > span:before,
.drawer-menu > li > ul #pop1 > span:before,
.drawer-menu > li > ul #pop2 > span:before,
.drawer-menu > li > ul #pop3 > span:before,
.drawer-menu > li > ul #pop4 > span:before,
.drawer-menu > li > ul #pop5 > span:before,
.drawer-menu > li > ul #pop6 > span:before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 12px;
  left: 11px;
  top: 9px;
  float: left;
  color: #c30055;
}
.drawer-menu > li > ul #pop0 > a br,
.drawer-menu > li > ul #pop1 > a br,
.drawer-menu > li > ul #pop2 > a br,
.drawer-menu > li > ul #pop3 > a br,
.drawer-menu > li > ul #pop4 > a br,
.drawer-menu > li > ul #pop5 > a br,
.drawer-menu > li > ul #pop6 > a br,
.drawer-menu > li > ul #pop0 > span br,
.drawer-menu > li > ul #pop1 > span br,
.drawer-menu > li > ul #pop2 > span br,
.drawer-menu > li > ul #pop3 > span br,
.drawer-menu > li > ul #pop4 > span br,
.drawer-menu > li > ul #pop5 > span br,
.drawer-menu > li > ul #pop6 > span br {
  display: none;
}
.drawer-menu > li > ul hr {
  margin-top: 5px;
  margin-bottom: 5px;
}
.drawer-menu > li > ul h3 {
  color: #FF87AF;
}
.drawer-menu li a.drawer-brand {
  text-indent: 0;
  text-align: center;
}
.bg-gold {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eab92d+0,f5d205+10,eab92d+40,f5d205+60,f5d205+66,eab92d+85,c79810+99 */
  background: #eab92d;
  /* Old browsers */
  background: -moz-linear-gradient(77deg, #de9f1b 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #f5d205 66%, #eab92d 85%, #c79810 99%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(77deg, #de9f1b 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #f5d205 66%, #eab92d 85%, #c79810 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(77deg, #de9f1b 0%, #f5d205 10%, #eab92d 40%, #f5d205 60%, #f5d205 66%, #eab92d 85%, #c79810 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media (max-width: 768px) {
  header.drawerHeader {
    display: block;
  }
}
h1.logoh1 {
  margin: 0;
  line-height: 0;
  display: flex;
}
h1.logoh1 a:hover {
  text-decoration: none;
}
h1.logoh1 .logoLeft {
  margin-right: 10px;
  margin-left: 0px;
}
@media (max-width: 768px) {
  h1.logoh1 .logoLeft {
    margin: 0;
    padding: 0 35px 0 5px;
  }
}
i.ls0 {
  font-style: normal;
  letter-spacing: 0 !important;
}
.hdrList {
  min-height: 44px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  /* 縦方向中央揃え（Safari用） */
  align-items: center;
  /* 縦方向中央揃え */
  -webkit-justify-content: center;
  /* 横方向中央揃え（Safari用） */
  justify-content: center;
  /* 横方向中央揃え */
  justify-content: flex-end;
  font-size: 14px;
  width: 100%;
  color: #FF87AF;
}
.hdrList .a:focus,
.hdrList a:hover,
.hdrList a:active {
  text-decoration: none;
}
.hdrList em {
  position: relative;
  font-style: normal;
  display: inline-block;
  font-weight: bold;
  min-width: 88px;
  text-align: center;
}
.hdrList em > a {
  text-align: center;
  display: inline-block;
  min-width: 75px;
}
.hdrList em:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-left: 1px solid #FF87AF;
  height: 100%;
}
.hdrList em:nth-child(5):after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  border-left: 1px solid #FF87AF;
  height: 100%;
}
.hdrList em:hover > a,
.hdrList em.current > a {
  padding: 3px 9px;
  color: #fff;
  border-radius: 3px;
  background-color: #ff87af;
}
/**
 table
 */
.kaisyatable td,
.kaisyatable th {
  border-bottom: 1px solid #c1cdd9;
  padding: 5px 10px;
}
.calTi {
  background-color: #FF87AF;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.calText {
  font-weight: bold;
}
table.box_0 {
  width: 100%;
}
table.box_1 {
  margin-right: auto;
  margin-left: auto;
  /*width: 560px;*/
  width: 100%;
  border-collapse: collapse;
}
table.box_2 {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  border-collapse: collapse;
}
table.box_1 th,
table.box_2 th {
  border-bottom: 1px solid #c5cfcf;
  padding: 11px;
  color: #d44d7a;
}
table.box_1.th_bgColor th,
table.box_2.th_bgColor th {
  color: #fff;
  background-color: #c30055;
}
table.box_1 th center,
table.box_2 th center {
  color: #333;
}
table.box_1 td,
table.box_2 td {
  border-bottom: 1px solid #c5cfcf;
  padding: 11px;
}
table.box_1 td.wrap,
table.box_2 td.wrap {
  border: 1px solid rgba(153, 223, 238, 0.15);
}
table.box_1 tr:first-child th,
table.box_1 tr:first-child td {
  border-top: 1px solid #c5cfcf;
}
table.box_1 .box_border_fix {
  border-top: none !important;
}
table.box_0 label,
table.box_1 label {
  width: 100%;
}
@media (max-width: 768px) {
  .xs-hide {
    display: none !important;
  }
  table.box_1.th_bgColor th,
  table.box_2.th_bgColor th {
    border: 0px solid #8392b4;
  }
  table.box_0 th,
  table.box_0 td,
  table.box_1 th,
  table.box_1 td {
    display: block;
    width: 100%;
  }
  table.box_0 colgroup col,
  table.box_1 colgroup col {
    width: 100%;
  }
  table.box_1 th {
    border-top: none;
    border-bottom: none;
  }
  table.box_1 tr:first-child td {
    border-top: none;
  }
}
/* # sw basic tab
 iOS9で動的にposition:fixedに切り替えるとスクロール中に要素が消える問題
 */
.scroll-to-fixed-fixed {
  transform: translate3d(0, 0, 0);
}
/* overflow:hidden、heightは必ず指定する */
.textOverflow {
  overflow: hidden;
  height: 119px;
}
.control-label > span {
  font-size: 80%;
  color: #c30055;
  margin-left: 7px;
}
/**
 svg
 */
g#layer2 a:hover rect,
g#layer3 a:hover rect {
  opacity: 0.38;
}
/**
 do it Page +++++++++++++++++++++++++++++++++++++++++++++++++++
 */
@media (min-width: 768px) {
  .hasMargin {
    width: 49.5%;
    margin-right: 1%;
  }
  .hasMargin:last-child {
    margin-right: 0;
  }
}
.Cast a {
  position: relative;
  display: block;
  /*display: flex;
    justify-content: center;
    align-items: center;*/
  max-width: 100%;
  min-height: 330px;
  overflow: hidden;
  border-radius: 11px;
}
.Cast a:after {
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  position: absolute;
  content: "";
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  background: url(/images/top_botan_A.png) no-repeat center / cover;
}
.Cast a > img {
  z-index: 11;
  position: absolute;
  top: 37%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.Cast a:hover > img {
  opacity: 1;
}
.Cast a:hover:after {
  transform: scale(1.17);
}
.Cast a.p3,
.Cast a.p4,
.Cast a.p5,
.Cast a.p6 {
  min-height: 220px;
}
.Cast .p2:after {
  background: url(/images/top_botan_B.png) no-repeat center / cover;
}
@media (max-width: 768px) {
  .Cast a.p1,
  .Cast a.p2 {
    min-height: 340px;
  }
}
p.attention {
  text-align: left;
  font-size: 13px;
  text-indent: -11px;
}
.bgWhiteHR_W {
  background-color: rgba(255, 255, 255, 0.55);
  -ms-box-shadow: 0 0 4px #b7adb4;
  -moz-box-shadow: 0 0 4px #b7adb4;
  -webkit-box-shadow: 0 0 4px #b7adb4;
  box-shadow: 0 0 4px #b7adb4;
  margin: 10px auto 50px;
  padding: 10px;
  border-radius: 11px;
}
.bgWhiteHR {
  background: rgba(255, 255, 255, 0.65);
  background: -moz-linear-gradient(top, rgba(234, 234, 234, 0.75) 0%, rgba(255, 255, 255, 0.65) 55%, rgba(245, 245, 245, 0.75) 75%, rgba(255, 255, 255, 0.75) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 234, 234, 0.75)), color-stop(55%, rgba(255, 255, 255, 0.65)), color-stop(75%, rgba(245, 245, 245, 0.75)), color-stop(100%, rgba(255, 255, 255, 0.75)));
  background: -webkit-linear-gradient(top, rgba(234, 234, 234, 0.75) 0%, rgba(255, 255, 255, 0.65) 55%, rgba(245, 245, 245, 0.75) 75%, rgba(255, 255, 255, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(234, 234, 234, 0.75) 0%, rgba(255, 255, 255, 0.65) 55%, rgba(245, 245, 245, 0.75) 75%, rgba(255, 255, 255, 0.75) 100%);
  -ms-box-shadow: 0 0 4px #b7adb4;
  -moz-box-shadow: 0 0 4px #b7adb4;
  -webkit-box-shadow: 0 0 4px #b7adb4;
  box-shadow: 0 0 4px #b7adb4;
  margin: 10px auto 50px;
  padding: 10px;
  border-radius: 11px;
}
h4 {
  position: relative;
  padding-left: 1.4em;
  text-shadow: 1px 1px 1px #fff;
}
h4.dot {
  color: #d44d7a;
  background-image: url(/images/bullet_h.svg);
  background-position: 0px 4px;
  background-repeat: no-repeat;
}
h4.dot:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 2px;
  float: left;
}
.For .section-content > .container {
  background-color: rgba(255, 255, 255, 0.55);
  -ms-box-shadow: 0 0 4px #b7adb4;
  -moz-box-shadow: 0 0 4px #b7adb4;
  -webkit-box-shadow: 0 0 4px #b7adb4;
  box-shadow: 0 0 4px #b7adb4;
  margin: 10px auto  50px;
  padding: 10px;
  border-radius: 6px;
}
.For h3 {
  min-width: 350px;
  margin: 0 auto 20px;
  padding: 6px 5px 4px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #FF87AF;
}
.For p {
  font-size: 14px;
}
#For3 button.btnSubmit {
  width: 17em;
  background: #f5f5f5;
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(77%, #f5f5f5), color-stop(95%, #eaeaea), color-stop(100%, #dadada));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 77%, #eaeaea 95%, #dadada 100%);
}
.Cast .castLine {
  border-bottom: 1px solid #c30055;
}
@media (max-width: 768px) {
  .Cast {
    padding-left: 0px;
    padding-right: 0px;
  }
  .Cast p.attention {
    padding-left: 30px;
    padding-right: 20px;
  }
  .Facilities {
    padding: 10px;
  }
  .For h3 {
    width: 100%;
    min-width: 100%;
  }
}
#BreadCramb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 10px;
}
#BreadCramb ul {
  margin: 0;
  padding: 0;
}
#BreadCramb ul li {
  display: inline-block;
}
#BreadCramb ul li:after {
  color: #fffeee;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 0px 9px;
  display: inline-block;
}
#BreadCramb ul li:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  #BreadCramb {
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 10px;
    background-color: #ececec;
  }
}
/**
 do it Top +++++++++++++++++++++++++++++++++++++++++++++++++++
 */
.afterBorder {
  position: relative;
}
.afterBorder:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  border-left: 1px solid #FF87AF;
  height: 100%;
}
.afterBorder.white:after {
  border-left: 1px solid #fff;
}
.beforeBorder {
  position: relative;
}
.beforeBorder:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  border-left: 1px solid #FF87AF;
  height: 100%;
}
.beforeBorder.white:before {
  border-left: 1px solid #fff;
}
@media (max-width: 768px) {
  .beforeBorder:before,
  .afterBorder:after {
    border: none;
  }
  .beforeBorder:before.white:after,
  .afterBorder:after.white:after {
    border: none;
  }
  .afterBorder:after {
    border-bottom: 1px solid #FF87AF;
    margin-bottom: 5px;
    position: relative;
    top: auto;
    bottom: 0;
    width: 100%;
    right: auto;
    height: auto;
  }
}
.tabWrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 30px 0;
  border-bottom: 5px solid #fffeee;
}
.tabWrapper ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabWrapper ul li {
  flex: 1;
  margin: auto 4px;
  text-align: center;
  background-color: rgba(153, 223, 238, 0.15);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabWrapper ul li a {
  color: #fff;
  display: inline-block;
  padding: 7px;
  width: 100%;
}
.tabWrapper ul li.active {
  background-color: #fffeee;
}
.imgCatch {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .tabWrapper {
    padding: 10px 10px 0;
  }
  .tabWrapper ul {
    display: block;
  }
  .tabWrapper ul li {
    display: none;
  }
  .tabWrapper ul li.active {
    display: block;
  }
}
/**
 preloader
 */
.preloader-dot-loading .cssload-loading i:nth-child(1) {
  background: #599CCC;
}
.preloader-dot-loading .cssload-loading i:nth-child(2) {
  background: #FF87AF;
}
.preloader-dot-loading .cssload-loading i:nth-child(3) {
  background: #c30055;
}
.preloader-dot-loading .cssload-loading i:nth-child(4) {
  background: #cc95be;
}
.preloader-jackhammer .cssload-loading:before,
.preloader-dot-circle-rotator {
  background-color: #ff87af;
}
.preloader-jackhammer .cssload-loading,
.preloader-dot-circle-rotator:before {
  background-color: #ffbfd4;
}
.preloader-jackhammer .cssload-loading:after,
.preloader-dot-circle-rotator:after {
  background-color: #ffe3ec;
}
@media (min-width: 769px) {
  .container.containerFixTo-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .SLIDE #preloader {
    display: block;
    position: absolute;
    height: 500px;
  }
}
#preloader {
  display: none;
}
#Accordion {
  border: 3px solid #FF87AF;
}
@media (max-width: 768px) {
  #About {
    padding: 10px;
  }
  .bgSlideWrapper {
    display: none;
  }
}
/**
 circle icons
 */
/**
 color sets
 */
.bg .logo1 {
  background-color: #6b253f !important;
}
.bg .logo2 {
  background-color: #599CCC !important;
}
.bg .logo3 {
  background-color: #20a2b8 !important;
}
.bg .logo4 {
  background-color: #c30055 !important;
}
.bg .logo5 {
  background-color: #FF87AF !important;
}
.bg .logoA {
  background-color: #f5bbeb !important;
}
.bg .logoB {
  background-color: #fffeee !important;
}
.bg .logoC {
  background-color: rgba(153, 223, 238, 0.15) !important;
}
.title.logo0 {
  color: #FF87AF !important;
}
.title.logo1 {
  color: #6b253f !important;
}
.title.logo2 {
  color: #599CCC !important;
}
.title.logo3 {
  color: #20a2b8 !important;
}
.title.logo4 {
  color: #c30055 !important;
}
.title.logo5 {
  color: #FF87AF !important;
}
/**
 テキストに下線を
 */
#Welcome .logo1.hNavi p.font-14:hover,
#pageFooter .logo1.hNavi p.font-14:hover,
#Welcome .logo2.hNavi p.font-14:hover,
#pageFooter .logo2.hNavi p.font-14:hover,
#Welcome .logo3.hNavi p.font-14:hover,
#pageFooter .logo3.hNavi p.font-14:hover {
  text-decoration: underline;
}
/**
 tabs
 */
/**
 footers
 */
.bg2 {
  background-color: #f5bbeb;
}
.footerList {
  color: #fff;
}
.footerList a {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
}
.footerList a:focus,
.footerList a:hover,
.footerList a:active {
  color: #fff;
}
.footerList a.waku {
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 3px 7px;
  border: 1px solid #fff;
}
.hmgFoot {
  display: none;
}
@media (max-width: 767px) {
  .col-sm-4.col-xs-6.last,
  .col-sm-1-5.col-xs-6.last {
    float: none;
    clear: both;
    margin: 0 auto;
  }
  .hmgFoot {
    display: inline-block;
  }
  .footerList {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .ftrList em > a {
    letter-spacing: 0 !important;
    margin-left: 0 !important;
  }
}
/**
 goto top
 */
.scrollToTop {
  right: 0;
  width: 50px;
  height: 54px;
  background-color: #b643a3;
  border-radius: 9px 0 0 9px;
  bottom: 108px;
}
/**
 -------- Portfolio Isotop Overlay Effect ----------
 sw gallery-isotope masonry grid- から オーバーレイだけ使いたかったので。
 */
.owl-nav {
  font-size: 256%;
  color: #20a2b8;
  line-height: 1.5;
}
.owl-nav .owl-prev {
  float: left;
}
.owl-nav .owl-next {
  float: right;
}
.owl-carousel .item {
  -js-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px #ccccdc;
  border: 7px solid #fff;
  border-radius: 11px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  background: url(/images/_soon.png) no-repeat center / cover;
}
.owl-carousel .item img {
  width: 100%;
  height: auto;
}
.owl-carousel .item a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (min-width: 767px) {
  .owl-carousel .item {
    height: 200px;
  }
}
@media (max-width: 766px) {
  .owl-carousel .item {
    height: 300px;
  }
}
.owl-carousel .item .ti {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 3px;
  position: absolute;
  left: 5px;
  top: 2px;
  z-index: 11;
  max-width: 97%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
  text-shadow: #fff 2px 2px 0, #fff -2px -2px 0, /*右下、左上*/ #fff -2px 2px 0, #fff 2px -2px 0, /*右上、左下*/ #fff 0px 2px 0, #fff 0 -2px 0, /*右、左*/ #fff -2px 0 0, #fff 2px 0 0;
  /*上、下*/
}
.gallery-isotope-swFix {
  overflow: hidden;
}
.gallery-isotope-swFix .thumb {
  position: relative;
  overflow: hidden;
}
.gallery-isotope-swFix .hover-link {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  background: none !important;
  color: transparent !important;
  z-index: 11;
}
.gallery-isotope-swFix .overlay-shade {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
  background-color: #f9f9f9;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
html.mobile .gallery-isotope-swFix .overlay-shade {
  height: 50px;
}
.gallery-isotope-swFix .thumb:hover .overlay-shade {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.gallery-isotope-swFix .icons-holder {
  position: absolute;
  top: 0%;
  left: 51%;
  display: inline-block;
  width: auto;
  height: 36px;
  vertical-align: middle;
  z-index: 13;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-isotope-swFix .icons-holder .icons-holder-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: -18px 0 0 -50%;
}
.gallery-isotope-swFix .icons-holder .icons-holder-inner a {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-isotope-swFix .thumb:hover .icons-holder {
  top: 50%;
}
.gallery-isotope-swFix .thumb:hover .icons-holder .icons-holder-inner a {
  opacity: 1;
  filter: alpha(opacity=1);
}
html.mobile .gallery-isotope-swFix .thumb:hover .icons-holder {
  top: 23px;
}
.gallery-isotope-swFix .portfolio-description {
  padding: 15px 0;
}
.gallery-isotope-swFix .portfolio-description .title {
  margin: 0;
}
.gallery-isotope-swFix .portfolio-description .title a {
  color: inherit;
}
.gallery-isotope-swFix .text-holder {
  box-sizing: border-box;
  display: block;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  z-index: 13;
}
.gallery-isotope-swFix .thumb:hover .text-holder {
  opacity: 1;
  bottom: 20px;
}
/*# sourceMappingURL=style.css.map */