@charset "UTF-8";
/* 各ページごとの設定 */
/*
@mixin pc_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, cover;
	background-position: left top, center, center;
}
@mixin sp_top_gradient{
	background-image: -webkit-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-image: -ms-linear-gradient( 0deg, rgba($top_bgcolor, 0.3),rgba($top_bgcolor, 0.3)), url(../images/top/mainv_bg.jpg);
	background-size: auto auto, auto 100%;
	background-position: left top, center, center;
}
*/
/*共通
-------------------------------------------*/
.fb {
  display: flex;
  flex-wrap: wrap;
}

.inner {
  margin: 0 auto;
}

body,
button,
input,
select,
textarea {
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
}

img {
  width: 100%;
  vertical-align: bottom;
}

figure {
  font-size: 0;
  line-height: 0;
}
figure a:hover {
  opacity: 0.8;
}

sup {
  font-size: 0.5em;
}

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

.clearfix {
  display: inline-block;
}

/*\*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**/
/* --------------------------------------------------------------------------------------
 .linkarea
--------------------------------------------------------------------------------------- */
.linkarea,
.linkarea a {
  position: relative;
}

.linkarea a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 99;
}

@media print, screen and (min-width: 751px) {
  .linkarea a:hover {
    opacity: 0.5;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)";
    background: #FFF;
  }
}
@media print, screen and (min-width: 751px) {
  html {
    font-size: 14px;
  }
  .inner {
    width: 1000px;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 3vw;
  }
  .inner {
    width: 94vw;
  }
  .pc {
    display: none;
  }
}
/* --------------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------------- */
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  header .inner > .fb {
    justify-content: space-between;
    align-items: center;
  }
  header .inner > .fb .logo {
    align-items: center;
  }
  header .inner > .fb .logo > figure {
    max-width: 500px;
    margin-right: 20px;
  }
  header .inner > .fb .logo > figure img {
    height: 75px;
    width: auto;
  }
  header .inner > .fb .logo .description {
    color: #808285;
    font-size: 12px;
  }
  header .inner > .fb .pc {
    justify-content: flex-end;
  }
  header .inner > .fb .pc > p {
    text-align: center;
  }
  header .inner > .fb .pc > p a {
    width: 160px;
    color: #FFF;
    padding: 20px 0;
    display: block;
    position: relative;
  }
  header .inner > .fb .pc > p a span {
    font-size: 1.4em;
    font-weight: bold;
  }
  header .inner > .fb .pc > p a::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  header .inner > .fb .pc > p:first-of-type a {
    background: #FEF574;
  }
  header .inner > .fb .pc > p:first-of-type a:hover {
    opacity: 0.8;
  }
  header .inner > .fb .pc > p:last-of-type a {
    background: #FF1993;
    width: 230px;
  }
  header .inner > .fb .pc > p:last-of-type a:hover {
    opacity: 0.8;
  }
  header .inner > .fb .pc .tel {
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 30px 0 0px;
    background: none;
  }
  header .inner > .fb .pc .tel figure {
    height: auto;
    background: none;
    margin: 5px 10px;
    width: 30px;
  }
  header .inner > .fb .pc .tel p {
    font-size: 11px;
    position: relative;
  }
  header .inner > .fb .pc .tel p strong {
    font-size: 20px;
    font-weight: bold;
  }
  header .inner > .fb .pc .tel p span {
    padding-left: 2.3rem;
    display: inline-block;
    position: relative;
  }
  header .inner > .fb .pc .tel p span::before {
    content: "受付：";
    position: absolute;
    top: 0;
    left: 0;
  }
  header .inner > .fb .pc .tel p span.goroawase {
    position: absolute;
    right: 3.3rem;
    top: 3px;
    letter-spacing: 0.15rem;
  }
  header .inner > .fb .pc .tel p span.goroawase::before {
    content: none;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  header {
    width: 100vw;
    height: 16.6vw;
    background: #FFF;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.3);
    padding-top: 2em;
    position: fixed;
    z-index: 100;
  }
  header .inner > .fb {
    justify-content: space-between;
    align-items: center;
  }
  header .inner > .fb .logo {
    align-items: center;
  }
  header .inner > .fb .logo > figure img {
    width: auto;
    max-height: 15vw;
    padding: 1.5vw;
    box-sizing: border-box;
  }
  header .inner > .fb .logo .description {
    color: #444444;
    width: 100%;
    text-align: center;
    background: #FAF0F5;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 0;
  }
  header .inner > .fb .logo .description br {
    display: none;
  }
  header .inner > .fb .sp ul li {
    display: inline-block;
  }
  header .inner > .fb .sp ul li.tel {
    width: 10vw;
    height: 10vw;
    border-radius: 5px;
    margin: 0 3vw 0 0;
    box-sizing: border-box;
    position: relative;
  }
  header .inner > .fb .sp ul li.tel a {
    text-indent: 0;
  }
  header .inner > .fb .sp ul li.menu {
    width: 23vw;
    height: 10vw;
    background: #FF96CB;
    border-radius: 5px;
    position: relative;
  }
  header .inner > .fb .sp ul li.menu::before {
    content: "メニュー";
    color: #FFF;
    font-size: 0.9em;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translateY(-50%);
  }
  header .inner > .fb .sp ul li.menu span {
    position: absolute;
    left: 10%;
    width: 16%;
    height: 2px;
    background-color: #FFF;
    border-radius: 4px;
    transition: 0.5s;
  }
  header .inner > .fb .sp ul li.menu span:nth-of-type(1) {
    top: 30%;
  }
  header .inner > .fb .sp ul li.menu span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
  header .inner > .fb .sp ul li.menu span:nth-of-type(3) {
    bottom: 30%;
  }
  header .inner > .fb .sp ul li.menu span.active:nth-of-type(1) {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }
  header .inner > .fb .sp ul li.menu span.active:nth-of-type(2) {
    opacity: 0;
  }
  header .inner > .fb .sp ul li.menu span.active:nth-of-type(3) {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
  header .inner > .fb .sp ul li.menu.active::before {
    content: "閉じる";
  }
  header .inner > .fb .sp .telMenu {
    width: 95vw;
    background: #FFF;
    border: solid 2px #989898;
    border-radius: 5px;
    padding: 5vw;
    box-sizing: border-box;
    position: absolute;
    top: 20.5vw;
    left: 2.5vw;
    display: none;
  }
  header .inner > .fb .sp .telMenu::before {
    content: "";
    width: 17px;
    height: 14px;
    background: url(../images/common/telMenu_arrow.gif);
    background-size: 100%;
    position: absolute;
    top: -14px;
    right: 30%;
  }
  header .inner > .fb .sp .telMenu h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 2.5vw;
  }
  header .inner > .fb .sp .telMenu > .fb {
    justify-content: space-between;
  }
  header .inner > .fb .sp .telMenu > .fb .tel {
    color: #444444;
    font-size: 10px;
    font-weight: bold;
  }
  header .inner > .fb .sp .telMenu > .fb .tel span {
    font-size: 1.9em;
    color: #FF1993;
  }
  header .inner > .fb .sp .telMenu > .fb .goroawase {
    text-align: right;
    font-size: 9px;
    letter-spacing: 0.15rem;
  }
  header .inner > .fb .sp .telMenu > .fb .reception {
    font-size: 10px;
  }
  header .inner > .fb .sp .telMenu > .fb .reception::before {
    content: "受付：";
  }
  header .inner > .fb .sp .telMenu > .fb .callBox {
    display: block;
  }
  header .inner > .fb .sp .telMenu > .fb .callBox a {
    color: #FFF;
    font-size: 3.5vw;
    font-weight: bold;
    background: #FF1993;
    border-radius: 5px;
    padding: 2.5vw 3.2vw;
    display: inline-block;
  }
  header .inner > .fb .sp .telMenu > .fb .callBox a::before {
    content: "\f095";
    font-family: FontAwesome;
    font-size: 16px;
    padding-right: 0.2em;
  }
  /*--------------------------endSP--------------------------------*/
}
/*header-nav
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  #header-nav {
    min-width: 1000px;
  }
  #header-nav > ul {
    justify-content: center;
    align-items: center;
    background: #FF96CB;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 5;
  }
  #header-nav > ul li {
    width: 200px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 68px;
  }
  #header-nav > ul li a {
    padding: 10px 10px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 68px;
  }
  #header-nav > ul li a:hover {
    color: #FFF;
    background: #FF73BA;
  }
  #header-nav > ul li:not(:first-of-type) a {
    padding: 23px 10px;
  }
  #header-nav > ul li ul {
    position: absolute;
    top: 68px;
    left: 0;
    z-index: 500;
    display: none;
  }
  #header-nav > ul li ul li a {
    background: #FFE8F4;
    color: #444444;
    width: 100%;
    padding: 20px 10px;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #header-nav {
    width: 100vw;
    background: #FFF;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    z-index: 100;
    top: calc(16.6vw + 2em);
    display: none;
  }
  #header-nav .lists {
    padding: 0 8vw 20vw;
    display: block;
  }
  #header-nav .lists li a {
    border-bottom: solid 2px #ECECEC;
    font-size: 4vw;
    font-weight: bold;
    padding: 6vw 0;
    display: block;
    position: relative;
  }
  #header-nav .lists li a::before {
    content: "\f105";
    font-family: FontAwesome;
    color: #474747;
    font-size: 1.5em;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #header-nav .sp div {
    color: #FFF;
    font-size: 9px;
    text-align: center;
    width: 50vw;
    padding: 5vw 0;
    position: relative;
  }
  #header-nav .sp div.requireBox {
    background: #FEF574;
  }
  #header-nav .sp div.reserveBox {
    background: #FF1993;
    width: 100vw;
  }
  #header-nav .sp div h2 span {
    font-size: 2em;
    font-weight: bold;
  }
  #header-nav .sp div a {
    z-index: 999;
  }
  /*--------------------------endSP--------------------------------*/
}
/* --------------------------------------------------------------------------------------
フロートメニュー類
--------------------------------------------------------------------------------------- */
/*float_menu
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  #float_menu {
    width: 100%;
    background: #FFF;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: -150px;
    left: 0;
    transition: all 0.3s;
    z-index: 1000;
  }
  #float_menu.active {
    top: 0;
  }
  #float_menu .inner {
    justify-content: space-between;
  }
  #float_menu .inner nav ul {
    justify-content: flex-start;
  }
  #float_menu .inner nav ul li {
    font-size: 14px;
    font-weight: bold;
  }
  #float_menu .inner nav ul li a {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    min-width: 90px;
    height: 81px;
    padding: 0 0.5em;
  }
  #float_menu .inner nav ul li a:hover {
    color: #FFF;
    background: #FF73BA;
  }
  #float_menu .inner div {
    width: 24%;
  }
  #float_menu .inner div p {
    width: 50%;
    text-align: center;
  }
  #float_menu .inner div p a {
    color: #FFF;
    padding: 15px 0;
    display: block;
    position: relative;
  }
  #float_menu .inner div p a span {
    font-size: 1.4em;
    font-weight: bold;
  }
  #float_menu .inner div p a::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.5em;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
  }
  #float_menu .inner div p:first-of-type a {
    background: #FEF574;
  }
  #float_menu .inner div p:first-of-type:hover {
    opacity: 0.8;
  }
  #float_menu .inner div p:last-of-type {
    width: 100%;
  }
  #float_menu .inner div p:last-of-type a {
    background: #FF1993;
  }
  #float_menu .inner div p:last-of-type:hover {
    opacity: 0.8;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #float_menu {
    display: none;
  }
  #float_menu .inner {
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  #float_menu .inner nav + div.fb p {
    color: #FFF;
    font-size: 9px;
    text-align: center;
    width: 50vw;
    padding: 5vw 0;
    position: relative;
  }
  #float_menu .inner nav + div.fb p.requireBox {
    background: #FEF574;
  }
  #float_menu .inner nav + div.fb p.reserveBox {
    background: #FF1993;
    width: 100vw;
  }
  #float_menu .inner nav + div.fb p .btntitle {
    font-size: 2em;
    font-weight: bold;
  }
  #float_menu.active {
    display: block;
  }
  /*--------------------------endSP--------------------------------*/
}
/* --------------------------------------------------------------------------------------
メインビジュアル・ぱんくずリスト
--------------------------------------------------------------------------------------- */
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  #mainv .inner {
    background-repeat: repeat, no-repeat;
  }
  #mainv .inner h1 {
    font-size: 16px;
    font-weight: bold;
    line-height: 2em;
    padding: 220px 0 150px;
  }
  #mainv .inner h1 span {
    font-size: 3em;
    line-height: 1.2em;
    display: inline-block;
    margin: 10px 0;
  }
  #breadCrumb {
    min-width: 1000px;
    background: #EFEFEF;
    margin: 0 0 60px;
    padding: 10px 0;
  }
  #breadCrumb .inner {
    width: 1000px;
  }
  #breadCrumb .inner ul li {
    font-size: 12px;
  }
  #breadCrumb .inner ul li::after {
    content: ">";
    margin: 0 0.5em;
  }
  #breadCrumb .inner ul li:last-child::after {
    content: none;
  }
  #breadCrumb .inner ul li a {
    color: #1E86c9;
    text-decoration: underline;
  }
  #breadCrumb .inner ul li a:hover {
    text-decoration: none;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------*/
@media print, screen and (max-width: 750px) {
  #mainv .inner {
    background-repeat: repeat, no-repeat;
    margin-right: 0;
    padding-left: 6vw;
  }
  #mainv .inner h1 {
    font-size: 12px;
    font-weight: bold;
    line-height: 2em;
    padding: 26.6vw 0;
  }
  #mainv .inner h1 span {
    font-size: 2em;
    line-height: 1.2em;
    display: inline-block;
    margin: 10px 0;
  }
  #breadCrumb {
    background: #EFEFEF;
    margin: 0 0 13.3vw;
    padding: 1em 0;
  }
  #breadCrumb .inner ul li {
    font-size: 12px;
  }
  #breadCrumb .inner ul li::after {
    content: ">";
    margin: 0 0.5em;
  }
  #breadCrumb .inner ul li:last-child::after {
    content: none;
  }
  #breadCrumb .inner ul li a {
    color: #1E86c9;
    text-decoration: underline;
  }
  #breadCrumb .inner ul li a:hover {
    text-decoration: none;
  }
  /*--------------------------endSP--------------------------------*/
}
/* --------------------------------------------------------------------------------------
コンテンツ・メインコラム・サイドバー
--------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 751px) {
  #contents {
    width: 1000px;
    margin: 0 auto;
  }
  #contents #mainColmun {
    width: 720px;
    margin: 0 50px 0 0;
  }
  #contents #sidebar {
    width: 230px;
  }
  #sidebar .partnerNavi {
    background: #FFF;
    border-top: solid 5px #444444;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin: 0 0 20px;
    padding: 0 0 10px;
    position: relative;
  }
  #sidebar .partnerNavi::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 17px solid #444444;
    border-bottom: 17px solid #444444;
    border-left: 17px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #sidebar .partnerNavi::after {
    content: "";
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFF;
    position: absolute;
    bottom: 5px;
    right: 3px;
  }
  #sidebar .partnerNavi figure {
    margin: 0 0 10px;
  }
  #sidebar .partnerNavi h2 {
    color: #464646;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  #sidebar .partnerNavi h2 span {
    color: #444444;
  }
  #sidebar .partnerNavi p {
    color: #464646;
    font-size: 14px;
    padding: 0 20px;
  }
  #sidebar .partnerNavi p span {
    font-weight: bold;
    position: relative;
  }
  #sidebar .partnerNavi p span::before {
    content: "・";
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
  }
  #sidebar .banner {
    margin: 0 0 20px;
  }
  #sidebar .pageNavi li {
    background: #FFF;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin: 0 0 20px;
  }
  #sidebar .pageNavi li p {
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    position: relative;
    display: block;
  }
  #sidebar .pageNavi li p::after {
    content: "\f105";
    font-family: "fontAwesome";
    color: #8D8D8D;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
  }
  #sidebar .blog {
    margin: 0 0 20px;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
  }
  #sidebar .blog h2 {
    color: #FFF;
    font-weight: bold;
    background: #FF1993;
    border-radius: 10px 10px 0 0/10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0/10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0/10px 10px 0 0;
    padding: 10px 15px;
    display: block;
    position: relative;
  }
  #sidebar .blog h2 span {
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
  }
  #sidebar .blog h2 span a:hover {
    text-decoration: underline;
  }
  #sidebar .blog h2 span::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin-left: 5px;
  }
  #sidebar .blog .lists {
    background: #FFF;
    padding: 20px 15px 10px;
  }
  #sidebar .blog .lists li {
    margin: 0 0 15px;
  }
  #sidebar .blog .lists li figure {
    margin: 0 15px 0 0;
    width: 60px;
    border: solid 1px #e3e3e3;
    aspect-ratio: 1/1;
  }
  #sidebar .blog .lists li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sidebar .blog .lists li .textArea {
    width: 120px;
  }
  #sidebar .blog .lists li .textArea .date {
    color: #FF1993;
    font-weight: bold;
    font-size: 11px;
  }
  #sidebar .blog .lists li .textArea .title {
    font-size: 12px;
  }
  #sidebar .facebook {
    border: solid 1px #46629E;
  }
  #sidebar .facebook p {
    color: #FFF;
    font-weight: bold;
    background: #46629E;
    padding: 0 0 0 5px;
  }
  #sidebar .facebook p::before {
    content: "\f09a";
    font-family: FontAwesome;
    font-size: 1.5em;
    font-weight: normal;
    margin-right: 0.5em;
  }
  #sidebar .facebook p span {
    vertical-align: 2px;
  }
  #sidebar .facebook iframe {
    width: 228px;
    height: 360px;
    box-sizing: border-box;
    vertical-align: bottom;
  }
  #sidebar .tmsList li {
    margin: 0 0 20px;
  }
}
@media print, screen and (max-width: 750px) {
  #contents #mainColmun {
    width: 94vw;
    margin: 0 auto;
  }
  #contents #sidebar {
    width: 100%;
    background: #FAF0F5;
    margin: 0 auto;
    padding: 10vw calc(100vw - 94vw);
  }
  #sidebar .partnerNavi {
    background: #FFF;
    border-top: solid 5px #444444;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin: 0 0 8vw;
    padding: 0 0 10px;
    position: relative;
  }
  #sidebar .partnerNavi::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-right: 17px solid #444444;
    border-bottom: 17px solid #444444;
    border-left: 17px solid transparent;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #sidebar .partnerNavi::after {
    content: "";
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #FFF;
    position: absolute;
    bottom: 5px;
    right: 3px;
  }
  #sidebar .partnerNavi figure {
    margin: 0 0 10px;
  }
  #sidebar .partnerNavi h2 {
    color: #464646;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  #sidebar .partnerNavi h2 span {
    color: #444444;
  }
  #sidebar .partnerNavi p {
    color: #464646;
    font-size: 14px;
    padding: 0 20px;
  }
  #sidebar .partnerNavi p span {
    font-weight: bold;
    position: relative;
  }
  #sidebar .partnerNavi p span::before {
    content: "・";
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
  }
  #sidebar .banner {
    width: 80%;
    margin: 0 auto 8vw;
  }
  #sidebar .pageNavi {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 3vw;
  }
  #sidebar .pageNavi li {
    width: 48.5%;
    background: #FFF;
    border-top: solid 5px #FF1993;
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    margin: 0 3% 5vw 0;
  }
  #sidebar .pageNavi li:nth-child(2n) {
    margin-right: 0;
  }
  #sidebar .pageNavi li p {
    font-size: 14px;
    font-weight: bold;
    padding: 6vw;
    position: relative;
    display: block;
  }
  #sidebar .pageNavi li p::after {
    content: "\f105";
    font-family: "fontAwesome";
    color: #8D8D8D;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
  }
  #sidebar .blog {
    box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.8);
    -webkit-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
    -moz-box-shadow: 0px 4px 2px rgba(203, 203, 203, 0.6);
  }
  #sidebar .blog h2 {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: #FF1993;
    border-radius: 10px 10px 0 0/10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0/10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0/10px 10px 0 0;
    padding: 6.6vw 5em 6.6vw 5vw;
    display: block;
    position: relative;
  }
  #sidebar .blog h2 span {
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
  }
  #sidebar .blog h2 span a:hover {
    text-decoration: underline;
  }
  #sidebar .blog h2 span::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin-left: 5px;
  }
  #sidebar .blog .lists {
    background: #FFF;
    padding: 7.7vw 5vw;
  }
  #sidebar .blog .lists li {
    margin: 0 0 5vw;
  }
  #sidebar .blog .lists li figure {
    width: 23.5%;
    aspect-ratio: 1/1;
    margin: 0 5.6% 0 0;
    border: solid 0.3vw #e3e3e3;
  }
  #sidebar .blog .lists li figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sidebar .blog .lists li .textArea {
    width: 70%;
  }
  #sidebar .blog .lists li .textArea .date {
    color: #FF1993;
    font-weight: bold;
    font-size: 11px;
  }
  #sidebar .blog .lists li .textArea .title {
    font-size: 12px;
  }
  #sidebar .tmsList {
    width: 70vw;
    margin: 8vw auto 0;
  }
  #sidebar .tmsList li {
    margin: 0 0 5vw;
  }
  #sidebar .facebook {
    display: none;
  }
}
/* --------------------------------------------------------------------------------------
お問い合わせ・SNS関連
--------------------------------------------------------------------------------------- */
/*contactArea
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  #contactArea {
    min-width: 1000px;
    background: #FF96CB;
    margin: 135px 0 80px;
    padding: 50px 0;
  }
  #contactArea .inner {
    align-items: center;
    justify-content: center;
  }
  #contactArea .inner .requireBox {
    background: #FEF574;
    width: 370px;
    padding: 25px 0 25px;
    position: relative;
  }
  #contactArea .inner .requireBox h2 {
    color: #444444;
    text-align: center;
    margin: 0 0 15px;
  }
  #contactArea .inner .requireBox h2 img {
    width: auto;
    vertical-align: text-bottom;
  }
  #contactArea .inner .requireBox h2 span {
    font-size: 34px;
    font-weight: bold;
  }
  #contactArea .inner .requireBox p {
    color: #444444;
    text-align: center;
  }
  #contactArea .inner .requireBox::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #444444;
    border-right: solid 2px #444444;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: rotate(45deg) translateY(-50%);
  }
  #contactArea .inner .reserveBox {
    background: #f5e56f;
    width: 450px;
    padding: 25px 0;
    position: relative;
    margin: 0 10% 0 0;
  }
  #contactArea .inner .reserveBox h2 {
    color: #606060;
    margin: 0 0 15px;
    text-align: center;
  }
  #contactArea .inner .reserveBox h2 img {
    width: auto;
    vertical-align: text-bottom;
  }
  #contactArea .inner .reserveBox h2 span {
    font-size: 34px;
    font-weight: bold;
  }
  #contactArea .inner .reserveBox p {
    color: #444444;
    text-align: center;
  }
  #contactArea .inner .reserveBox::after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: solid 2px #444444;
    border-right: solid 2px #444444;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: rotate(45deg) translateY(-50%);
  }
  #contactArea .inner .telBox {
    width: 240px;
    padding-left: 20px;
  }
  #contactArea .inner .telBox > h2 {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 1em;
  }
  #contactArea .inner .telBox .tel {
    margin: 0 auto 1em;
  }
  #contactArea .inner .telBox .tel figure {
    display: none;
  }
  #contactArea .inner .telBox .tel p {
    color: #FFF;
    position: relative;
  }
  #contactArea .inner .telBox .tel p strong {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    letter-spacing: 0.1rem;
    position: relative;
    padding: 0 0 0 30px;
  }
  #contactArea .inner .telBox .tel p strong::before {
    content: "";
    background-image: url(../images/common/s_line_cnt.svg);
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #contactArea .inner .telBox .tel p span {
    font-size: 12px;
    padding-left: 2.5rem;
    display: inline-block;
    position: relative;
  }
  #contactArea .inner .telBox .tel p span::before {
    content: "受付：";
    position: absolute;
    top: 0;
    left: 0;
  }
  #contactArea .inner .telBox .tel p span.goroawase {
    position: absolute;
    right: 1.5rem;
    top: 3px;
    letter-spacing: 0.18rem;
  }
  #contactArea .inner .telBox .tel p span.goroawase::before {
    content: none;
  }
  #contactArea .inner .telBox .mail a {
    color: #FFF;
  }
  #contactArea .inner .telBox .mail a:hover {
    text-decoration: underline;
  }
  #contactArea .inner .telBox .mail::before {
    content: "\f105";
    color: #FFF;
    font-family: FontAwesome;
    margin-right: 0.5em;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #contactArea {
    display: none;
  }
  /*--------------------------endSP--------------------------------*/
}
/*snsArea
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  #snsArea {
    margin: 50px 0 95px;
  }
  #snsArea .box {
    width: 1000px;
    margin: 0 auto;
  }
  #snsArea .box h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 0 0 25px;
  }
  #snsArea .box .top {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 0 0 25px;
    padding-top: 50px;
  }
  #snsArea .box .banners {
    display: flex;
    justify-content: space-between;
    margin: 0 120px;
  }
  #snsArea .box .banners .banner1 {
    width: 241px;
  }
  #snsArea .box .banners .container {
    width: 500px;
    display: flex;
    justify-content: space-between;
  }
  #snsArea .box .banners .container .banner {
    width: 241px;
  }
  #snsArea .box .connectship {
    width: 800px;
    text-align: center;
    margin: 50px auto 95px;
  }
  #snsArea .box .connectship p {
    font-weight: bold;
    margin: 0 0 10px;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #snsArea {
    margin: 10vw 0;
  }
  #snsArea .box {
    width: 84vw;
    margin: 0 8vw;
  }
  #snsArea .box .top {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin: 0 0 8vw;
  }
  #snsArea .box .banners {
    display: block;
    margin-bottom: 4vw;
  }
  #snsArea .box .banners .banner1 {
    width: 45vw;
    margin: 0 auto 6vw;
  }
  #snsArea .box .banners .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #snsArea .box .banners .container .banner {
    width: 40vw;
  }
  #snsArea .box .connectship {
    width: 100%;
    text-align: center;
    margin: 8vw auto 6vw;
  }
  #snsArea .box .connectship p {
    font-weight: bold;
    margin: 0 0 3vw;
  }
  #snsArea .line {
    width: 100%;
  }
  #snsArea .line > div {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #06C755;
    padding: 25px 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #snsArea .line > div span {
    padding-left: 50px;
    position: relative;
  }
  #snsArea .line > div span::before {
    content: "";
    width: 50px;
    height: 50px;
    background: url(../images/common/Line_logo.png);
    background-size: 100%;
    position: absolute;
    top: -12px;
    left: -7px;
  }
  /*--------------------------endSP--------------------------------*/
}
/* --------------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------------- */
/*footer
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  footer {
    min-width: 1000px;
    background: #FAF0F5;
    padding: 50px 0 0 0;
    position: relative;
  }
  footer .inner > .fb {
    align-items: flex-start;
    margin: 0 0 100px;
  }
  footer .inner > .fb .logo {
    align-items: center;
    width: 33%;
    margin-right: 8%;
  }
  footer .inner > .fb .logo figure {
    max-width: 500px;
    margin-right: 3%;
  }
  footer .inner > .fb .logo figure img {
    width: auto;
    height: 120px;
  }
  footer .inner > .fb .logo p {
    color: #474747;
    font-size: 11px;
  }
  footer .inner > .fb .sitemap {
    width: 59%;
  }
  footer .inner > .fb .sitemap ul {
    width: 25%;
  }
  footer .inner > .fb .sitemap ul.colm2 {
    width: 75%;
    -moz-column-count: 2;
         column-count: 2;
  }
  footer .inner > .fb .sitemap ul li {
    margin: 0 0 0.5em;
  }
  footer .inner > .fb .sitemap ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    color: #474747;
    margin-right: 0.5em;
  }
  footer .inner > .fb .sitemap ul li a {
    color: #474747;
    text-decoration: underline;
  }
  footer .inner > .fb .sitemap ul li a:hover {
    text-decoration: none;
  }
  footer .inner #footer-nav ul {
    justify-content: center;
  }
  footer .inner #footer-nav ul li {
    color: #9C9C9C;
    line-height: 1;
    padding: 20px 0;
  }
  footer .inner #footer-nav ul li a {
    color: #9C9C9C;
    border-right: solid 1px #9C9C9C;
    display: block;
    padding: 0 10px;
    text-decoration: underline;
  }
  footer .inner #footer-nav ul li a:hover {
    text-decoration: none;
  }
  footer .inner #footer-nav ul li:last-child a {
    border-right: none;
  }
  footer .toTop button {
    text-align: center;
    line-height: 70px;
    width: 70px;
    height: 70px;
    background: #666;
    border: none;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -35px;
    right: 30px;
    opacity: 0.8;
    cursor: pointer;
  }
  footer .toTop button::before {
    content: "\f106";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 22px;
  }
  footer .copyright {
    background: #FAF0F5;
    padding: 2em 0;
  }
  footer .copyright .inner {
    position: relative;
  }
  footer .copyright .inner .copy {
    color: #9C9C9C;
    font-size: 12px;
    text-align: center;
  }
  footer .copyright .inner .logos {
    width: -webkit-fit-content;
    width: fit-content;
    -moz-width: -moz-fit-content;
    display: grid;
    grid-gap: 0 20px;
    grid-template-columns: repeat(4, 1fr);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  footer .copyright .inner .logos li {
    width: 30px;
    height: 30px;
  }
  footer .copyright .inner .logos li img {
    width: 100%;
    height: auto;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  footer {
    background: #FAF0F5;
    padding: 10vw 0 0;
    position: relative;
  }
  footer .inner > .fb {
    display: block;
  }
  footer .inner > .fb .logo {
    display: block;
  }
  footer .inner > .fb .logo figure {
    text-align: center;
    margin: 0 0 4vw;
  }
  footer .inner > .fb .logo figure img {
    width: auto;
    max-height: 30vw;
  }
  footer .inner > .fb .logo .lead {
    color: #757575;
    font-size: 12px;
    text-align: center;
    margin: 0 0 10vw;
  }
  footer .inner > .fb .sitemap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-top: solid 1px #CFCFCF;
    margin: 0 5vw;
    padding: 5vw 2.5vw 0;
  }
  footer .inner > .fb .sitemap ul li {
    color: #474747;
    text-align: left;
    width: 50%;
    margin: 0 0 5vw;
    padding: 0 0 0 1em;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
  }
  footer .inner > .fb .sitemap ul li::before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  footer .inner #footer-nav {
    position: relative;
  }
  footer .inner #footer-nav .toTop {
    width: 100%;
    height: 50px;
    position: relative;
    background: #FFF;
  }
  footer .inner #footer-nav .toTop button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%) rotate(45deg);
    width: 15px;
    height: 15px;
    border-top: solid 2px #FFF;
    border-left: solid 2px #FFF;
  }
  footer .inner #footer-nav ul {
    justify-content: center;
  }
  footer .inner #footer-nav ul li {
    color: #666;
    line-height: 1;
    padding: 20px 0;
  }
  footer .inner #footer-nav ul li a {
    border-right: solid 1px #666;
    display: block;
    padding: 0 5px;
  }
  footer .inner #footer-nav ul li:last-child a {
    border-right: none;
  }
  footer .toTop button {
    text-align: center;
    line-height: 12vw;
    width: 12vw;
    height: 12vw;
    background: #696969;
    border: none;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 25vw;
    right: 5vw;
  }
  footer .toTop button::before {
    content: "\f106";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 4vw;
  }
  footer .copyright {
    background: #FAF0F5;
    padding: 2em 0 38vw;
  }
  footer .copyright .inner .logos {
    width: -webkit-fit-content;
    width: fit-content;
    -moz-width: -moz-fit-content;
    margin: 0 auto 10vw;
    display: grid;
    grid-gap: 0 5.5vw;
    grid-template-columns: repeat(1, 1fr);
  }
  footer .copyright .inner .logos li {
    width: 8.5vw;
    height: 8.5vw;
  }
  footer .copyright .inner .logos li img {
    width: 100%;
    height: auto;
  }
  footer .copyright .inner .copy {
    color: #474747;
    font-size: 12px;
    text-align: center;
  }
  /*--------------------------endSP--------------------------------*/
}
/* --------------------------------------------------------------------------------------
その他
--------------------------------------------------------------------------------------- */
/*other
------------------------------------------*/
@media screen and (min-width: 751px) {
  .h2Area {
    background-color: #FFF;
    background-image: linear-gradient(45deg, #ECECEC 25%, transparent 25%, transparent 75%, #ECECEC 75%, #ECECEC), linear-gradient(45deg, #ECECEC 25%, transparent 25%, transparent 75%, #ECECEC 75%, #ECECEC);
    background-position: 0 0, 2px 2px;
    background-size: 4px 4px;
    margin: 0 0 4px;
  }
  .h2Area h1 {
    font-size: 34px;
    font-weight: bold;
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .h2Area h1 .red {
    color: #DB263B;
  }
  .h3_style {
    font-size: 22px;
    font-weight: bold;
    background-color: #F5F5F5;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #fff 2px, #fff 5px);
    padding: 20px;
  }
  .h3_style span {
    border-left: solid 8px #FF1993;
    display: inline-block;
    padding: 8px 0 8px 18px;
  }
  .h4_style {
    font-size: 18px;
    font-weight: bold;
    background-color: #EFEFEF;
    margin: 0 0 40px;
    padding: 15px 0;
  }
  .h4_style span {
    border-left: solid 8px #FF1993;
    display: inline-block;
    padding: 5px 15px;
  }
  .pageLinkBox {
    width: 720px;
    border: 1px solid #CCC;
    border-top: 6px solid #FF1993;
    margin: 100px auto;
    padding: 20px 20px 30px;
    box-sizing: border-box;
  }
  .pageLinkBox:last-of-type {
    margin-bottom: 0;
  }
  .pageLinkBox .onImg {
    margin: 0 0 20px;
    position: relative;
  }
  .pageLinkBox .onImg p {
    color: #FFF;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 2em;
    transform: translate(0, -50%);
  }
  .pageLinkBox .text {
    margin: 0 0 30px;
  }
  .pageLinkBox .pageLink {
    text-align: center;
  }
  .pageLinkBox .pageLink a {
    color: #FFF;
    text-align: center;
    background: #FF1993;
    border-radius: 2em;
    display: inline-block;
    padding: 0.5em 3em;
  }
  .pageLinkBox .pageLink a:hover {
    opacity: 0.8;
  }
  .pageLinkBox .pageLink a span {
    padding-left: 0.5em;
  }
  .pageLinkBox .pageLink a span::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin: 0 0.5em;
  }
  .memnote {
    text-align: left !important;
    margin: 20px 0 0;
    padding: 0 !important;
  }
  .memnote small {
    color: #999 !important;
    font-size: 0.9em !important;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 750px) {
  main {
    padding: calc(16.6vw + 2em) 0 0;
  }
  .h2Area {
    background-color: #FFF;
    background-image: linear-gradient(45deg, #ECECEC 25%, rgba(236, 236, 236, 0) 25%, rgba(236, 236, 236, 0) 75%, #ECECEC 75%, #ECECEC), linear-gradient(45deg, #ECECEC 25%, rgba(236, 236, 236, 0) 25%, rgba(236, 236, 236, 0) 75%, #ECECEC 75%, #ECECEC);
    background-position: 0 0, 1px 1px;
    background-size: 2px 2px;
    margin: 0 0 4px;
  }
  .h2Area h1 {
    font-size: 19px;
    font-weight: bold;
    width: 86.8vw;
    margin: 0 auto;
    padding: 4.6vw 6.6vw;
  }
  .h2Area h1 .red {
    color: #DB263B;
  }
  .h3_style {
    font-size: 16px;
    font-weight: bold;
    background-color: #F5F5F5;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, #fff 2px, #fff 5px);
    padding: 1em 0.5em;
  }
  .h3_style span {
    border-left: solid 8px #FF1993;
    display: inline-block;
    padding: 4px 0 4px 10px;
  }
  .h4_style {
    font-size: 16px;
    font-weight: bold;
    background-color: #EFEFEF;
    margin: 0 0 5vw;
    padding: 5vw 0;
  }
  .h4_style span {
    border-left: solid 8px #FF1993;
    display: inline-block;
    padding: 0 4vw;
  }
  .pageLinkBox {
    border: 1px solid #CCC;
    border-top: 4px solid #FF1993;
    margin: 15vw 3vw 20vw;
    padding: 5vw 4vw;
  }
  .pageLinkBox .onImg {
    margin: 0 0 5vw;
    position: relative;
  }
  .pageLinkBox .onImg p {
    color: #FFF;
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 1.5em;
    transform: translate(0, -50%);
  }
  .pageLinkBox .text {
    margin: 0 0 6.6vw;
  }
  .pageLinkBox .pageLink {
    text-align: center;
  }
  .pageLinkBox .pageLink a {
    color: #FFF;
    text-align: center;
    background: #FF1993;
    border-radius: 2em;
    display: inline-block;
    padding: 0.5em 3em;
  }
  .pageLinkBox .pageLink a span {
    padding-left: 0.5em;
  }
  .pageLinkBox .pageLink a span::after {
    content: "\f105";
    font-family: "fontAwesome";
    font-size: 1.2em;
    margin: 0 0.5em;
  }
  .memnote {
    text-align: left !important;
    margin: 2.5vw 0 0;
    padding: 0 !important;
  }
  .memnote small {
    color: #999 !important;
    font-size: 0.9em !important;
    line-height: 1.5 !important;
  }
}
/* --------------------------------------------------------------------------------------
 .IE11 hack
--------------------------------------------------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  #contactArea .inner .telBox .tel p strong::before {
    transform: translateY(-60%);
  }
}
/*# sourceMappingURL=base.css.map */