@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: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  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%;
  height: auto;
  vertical-align: bottom; }

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

/* --------------------------------------------------------------------------------------
 .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: .5;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    -ms-filter: "aforpcty=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: 12px; }

  .inner {
    width: 94vw; }

  .pc {
    display: none; } }
/* --------------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------------- */
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  header .inner {
    width: 1180px;
    padding: 25px 0; }
    header .inner > .fb {
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center; }
      header .inner > .fb .logo .name {
        margin: 0 0 4px;
        font-size: 11px;
        color: #000; }
      header .inner > .fb .logo .logoInner {
        -webkit-align-items: center;
        align-items: center; }
        header .inner > .fb .logo .logoInner > figure {
          max-width: 500px;
          margin-right: 20px; }
        header .inner > .fb .logo .logoInner .description {
          color: #808285;
          font-size: 12px; }
      header .inner > .fb .pc {
        -webkit-justify-content: flex-end;
        justify-content: flex-end; }
        header .inner > .fb .pc > p {
          text-align: center; }
          header .inner > .fb .pc > p a {
            width: 130px;
            color: #FFF;
            padding: 12px 0;
            display: block;
            position: relative;
            border-radius: 3px; }
            header .inner > .fb .pc > p a span {
              font-size: 1.4em;
              font-weight: bold; }
          header .inner > .fb .pc > p:first-of-type {
            margin: 0 5px 0 0; }
            header .inner > .fb .pc > p:first-of-type a {
              background: #c9b3a4; }
              header .inner > .fb .pc > p:first-of-type a:hover {
                opacity: 0.8; }
          header .inner > .fb .pc > p:last-of-type a {
            background: #ff8746; }
            header .inner > .fb .pc > p:last-of-type a:hover {
              opacity: 0.8; }
        header .inner > .fb .pc .nnc {
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          margin: 0 20px 0 0px; }
          header .inner > .fb .pc .nnc .nncInner .name {
            margin: 0 0 4px;
            padding: 0 0 4px;
            font-size: 12px;
            border-bottom: solid 1px #9E6657;
            text-align: center; }
          header .inner > .fb .pc .nnc .nncInner .members {
            text-align: right;
            font-size: 15px;
            color: #9E6657; }
            header .inner > .fb .pc .nnc .nncInner .members span {
              font-size: 18px;
              font-weight: bold;
              color: #ff8746; }
          header .inner > .fb .pc .nnc .nncInner .date {
            text-align: right;
            font-size: 11px;
            color: #a0a0a0; }
        header .inner > .fb .pc .tel {
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          width: auto;
          margin: 0 20px 0 0px;
          color: #9E6657; }
          header .inner > .fb .pc .tel .telInner .number {
            font-size: 12px;
            font-weight: bold; }
            header .inner > .fb .pc .tel .telInner .number strong {
              margin: 0 0 0 4px;
              font-size: 18px; }
          header .inner > .fb .pc .tel .telInner .reception {
            font-size: 11px; }
            header .inner > .fb .pc .tel .telInner .reception span {
              padding-left: 2.5em;
              display: inline-block;
              position: relative; }
              header .inner > .fb .pc .tel .telInner .reception span::before {
                content: "受付";
                position: absolute;
                top: 0;
                left: 0; }
          header .inner > .fb .pc .tel .telInner .contact {
            margin: 8px 0 0; }
            header .inner > .fb .pc .tel .telInner .contact a {
              display: inline-block;
              font-weight: bold; }
              header .inner > .fb .pc .tel .telInner .contact a::before {
                margin: 0 5px 0 0;
                font-size: 16px;
                content: "\f0e0";
                font-family: FontAwesome;
                color: #c9b3a4; }
              header .inner > .fb .pc .tel .telInner .contact a:hover {
                opacity: 0.8; }

  /*--------------------------endPC--------------------------------*/ }
/*SP
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  header {
    display: flex;
    align-items: center;
    width: 100vw;
    height: 85px;
    background: #FFF;
    position: fixed;
    z-index: 100; }
    header .inner {
      width: 95vw; }
      header .inner > .fb {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center; }
        header .inner > .fb .logo .name {
          font-size: 10px;
          color: #000; }
        header .inner > .fb .logo .logoInner {
          display: block; }
          header .inner > .fb .logo .logoInner img {
            width: auto;
            max-height: 38px;
            padding: 2px 0;
            box-sizing: border-box; }
          header .inner > .fb .logo .logoInner .description {
            font-size: 10px; }
            header .inner > .fb .logo .logoInner .description br {
              display: none; }
        header .inner > .fb .sp ul li {
          display: inline-block; }
          header .inner > .fb .sp ul li.tel {
            width: 50px;
            height: 50px;
            border-radius: 2px;
            margin: 0 5px 0 0;
            box-sizing: border-box;
            position: relative;
            background: #FFF;
            border: solid 2px;
            border-color: #c2c2c2;
            border-radius: 5px;
            transition: 0.5s; }
            header .inner > .fb .sp ul li.tel::before {
              content: "\f095";
              font-family: FontAwesome;
              color: #ff8746;
              font-size: 23px;
              position: absolute;
              top: 50%;
              left: 50%;
              -ms-transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
            header .inner > .fb .sp ul li.tel span {
              display: block;
              position: absolute;
              left: 16px;
              top: calc(50% - 1px);
              width: 17px;
              height: 2px;
              transition: 0.5s;
              opacity: 0; }
              header .inner > .fb .sp ul li.tel span::before, header .inner > .fb .sp ul li.tel span::after {
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                background: #fff;
                content: "";
                transform: rotate(0deg);
                transition: 0.5s; }
            header .inner > .fb .sp ul li.tel.active {
              background: #bbb; }
              header .inner > .fb .sp ul li.tel.active::before {
                display: none; }
              header .inner > .fb .sp ul li.tel.active span {
                opacity: 1; }
                header .inner > .fb .sp ul li.tel.active span::before {
                  transform: rotate(45deg); }
                header .inner > .fb .sp ul li.tel.active span::after {
                  transform: rotate(-45deg); }
          header .inner > .fb .sp ul li.menu {
            width: 50px;
            height: 50px;
            background: #ffe7d0;
            border-radius: 5px;
            position: relative; }
            header .inner > .fb .sp ul li.menu.active {
              background: #ffe7d0; }
            header .inner > .fb .sp ul li.menu span {
              position: absolute;
              left: 16px;
              width: 17px;
              height: 2px;
              background-color: #9E6657;
              border-radius: 4px;
              -o-transition: 0.5s;
              -ms-transition: 0.5s;
              -webkit-transition: 0.5s;
              -moz-transition: 0.5s;
              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) {
                -webkit-transform: rotate(-45deg);
                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) {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                bottom: calc(50% - 1px); }
        header .inner > .fb .sp .telMenu {
          width: 100vw;
          background: #fff;
          position: fixed;
          top: 85px;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 100;
          display: none;
          border-top: solid 3px #ddd;
          box-sizing: border-box;
          text-align: center;
          overflow-y: scroll; }
          header .inner > .fb .sp .telMenu .telMenuInner {
            padding: 45px 9.5vw; }
            header .inner > .fb .sp .telMenu .telMenuInner .lead {
              margin: 0 0 25px;
              padding: 0 0 25px;
              border-bottom: solid 1px #ccc;
              font-size: 18px;
              font-weight: bold; }
            header .inner > .fb .sp .telMenu .telMenuInner h3 {
              margin: 0 0 5px;
              font-size: 20px;
              font-weight: bold; }
            header .inner > .fb .sp .telMenu .telMenuInner .reception {
              font-size: 13px;
              margin: 0 0 25px;
              padding: 0 0 0 2.5em;
              display: inline-block;
              position: relative; }
              header .inner > .fb .sp .telMenu .telMenuInner .reception::before {
                content: "\53D7\4ED8";
                position: absolute;
                left: 0;
                top: 0; }
            header .inner > .fb .sp .telMenu .telMenuInner .number {
              color: #ff8746;
              display: inline-block;
              position: relative;
              margin: 0 0 30px;
              padding: 0 0 0 38px;
              font-weight: bold;
              font-size: 26px; }
              header .inner > .fb .sp .telMenu .telMenuInner .number::before {
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                width: 27px;
                height: 32px;
                background: #ff8746 url(../images/common/contact_tel.png) no-repeat 0 0/cover;
                content: "";
                transform: translateY(-50%); }
            header .inner > .fb .sp .telMenu .telMenuInner .telBtn {
              display: block;
              margin: 0 30px;
              padding: 15px;
              text-align: center;
              border-radius: 4px;
              background: #ff8746;
              color: #FFF;
              font-size: 20px;
              font-weight: bold; }
            header .inner > .fb .sp .telMenu .telMenuInner .close {
              position: relative;
              display: inline-block;
              margin: 90px 0 0;
              padding: 0 0 0 32px;
              color: #bbb;
              font-size: 17px;
              font-weight: bold; }
              header .inner > .fb .sp .telMenu .telMenuInner .close::before, header .inner > .fb .sp .telMenu .telMenuInner .close::after {
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                margin: -1px;
                width: 20px;
                height: 2px;
                background: #bbb;
                content: "";
                transform: rotate(45deg); }
              header .inner > .fb .sp .telMenu .telMenuInner .close::after {
                transform: rotate(-45deg); }

  /*--------------------------endSP--------------------------------*/ }
/*header-nav
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  #header-nav {
    min-width: 1180px;
    margin: 0 0 2px;
    background: #ffe7d0; }
    #header-nav > ul {
      -webkit-justify-content: center;
      justify-content: center;
      position: relative;
      z-index: 5;
      flex-wrap: nowrap;
      width: 1180px;
      margin: 0 auto; }
      #header-nav > ul li {
        width: 100%;
        color: #9E6657;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        position: relative;
        z-index: 2;
        border-right: solid 2px #fff; }
        #header-nav > ul li:first-child {
          border-left: solid 2px #fff; }
        #header-nav > ul li a {
          padding: 20px 10px;
          display: block;
          box-sizing: border-box; }
          #header-nav > ul li a:hover {
            color: #9E6657;
            background: #F0D8C1; }
        #header-nav > ul li ul {
          position: absolute;
          top: 64px;
          left: 0;
          z-index: 500;
          display: none;
          width: 100%; }
          #header-nav > ul li ul li {
            border: none; }
            #header-nav > ul li ul li:first-child {
              border: none; }
            #header-nav > ul li ul li a {
              background: #ffe7d0; }

  /*--------------------------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: 85px;
    display: none;
    border-top: solid 3px #ddd;
    box-sizing: border-box; }
    #header-nav .lists {
      padding: 0 8vw 25px;
      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: #000;
          font-size: 1.5em;
          font-weight: normal;
          position: absolute;
          top: 50%;
          right: 0;
          -ms-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
    #header-nav .nnc {
      padding: 0 8vw 25px; }
      #header-nav .nnc .nncInner {
        border: solid 2px #666;
        border-radius: 4px; }
        #header-nav .nnc .nncInner .name {
          padding: 5px 0 7px;
          text-align: center;
          font-size: 14px;
          font-weight: bold;
          background: #666;
          color: #fff; }
        #header-nav .nnc .nncInner .dataWrap {
          display: flex;
          -webkit-justify-content: center;
          justify-content: center;
          padding: 10px; }
          #header-nav .nnc .nncInner .dataWrap .data {
            text-align: right; }
            #header-nav .nnc .nncInner .dataWrap .data .members {
              font-size: 17px;
              font-weight: bold; }
              #header-nav .nnc .nncInner .dataWrap .data .members span {
                font-size: 23px;
                color: #ff8746; }
            #header-nav .nnc .nncInner .dataWrap .data .date {
              font-size: 12px;
              color: #808080; }
    #header-nav .cvWrap {
      padding: 0 3vw 130px; }
      #header-nav .cvWrap .lead {
        margin: 0 0 12px;
        text-align: center;
        font-size: 16px;
        font-weight: bold; }
      #header-nav .cvWrap .btnWrap {
        -webkit-justify-content: space-between;
        justify-content: space-between; }
        #header-nav .cvWrap .btnWrap a {
          display: block;
          width: calc((100% - 15px) / 2);
          padding: 15px;
          box-sizing: border-box;
          border-radius: 4px;
          color: #FFF;
          text-align: center;
          font-weight: bold;
          font-size: 23px; }
          #header-nav .cvWrap .btnWrap a.require {
            background: #c9b3a4; }
          #header-nav .cvWrap .btnWrap a.reserve {
            background: #ff8746; }
          #header-nav .cvWrap .btnWrap a span {
            display: block;
            font-size: 15px; }

  /*--------------------------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 {
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      #float_menu .inner nav ul {
        -webkit-justify-content: flex-start;
        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: #9E6657;
              background: #F0D8C1; }
      #float_menu .inner div {
        width: 32%; }
        #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: #c9b3a4; }
            #float_menu .inner div p:first-of-type a:hover {
              opacity: 0.8; }
          #float_menu .inner div p:last-of-type a {
            background: #ff8746; }
            #float_menu .inner div p:last-of-type a: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: #c9b3a4; }
        #float_menu .inner nav + div.fb p.reserveBox {
          background: #ff8746; }
        #float_menu .inner nav + div.fb p .btntitle {
          font-size: 2em;
          font-weight: bold; }
    #float_menu.active {
      display: block; }

  #float_menu_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff; }
    #float_menu_sp ul {
      display: flex;
      width: 100%; }
      #float_menu_sp ul > li {
        display: flex;
        margin: 0 2px 0 0;
        width: 100%; }
        #float_menu_sp ul > li:last-child {
          margin: 0; }
        #float_menu_sp ul > li a {
          color: #FFF;
          display: flex;
          align-items: center;
          justify-content: center;
          height: 62px;
          width: 100%;
          background: #c9b3a4;
          font-size: 14px;
          font-weight: bold;
          text-align: center;
          line-height: 1.2; }
          #float_menu_sp ul > li a.reserve {
            background: #ff8746;
            color: #fff; }
          #float_menu_sp ul > li a.line {
            background: #33af35;
            color: #fff; }

  /*--------------------------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 {
    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: #0000FF;
          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;
    margin-left: auto; }
    #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: #0000FF;
        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 .bannerWrap .bnrText {
    display: none; }
  #sidebar .bannerWrap .bannerList {
    margin: 0 0 35px; }
    #sidebar .bannerWrap .bannerList > li {
      width: 100%;
      margin: 0 0 15px; }
      #sidebar .bannerWrap .bannerList > li:last-child {
        margin: 0; }
      #sidebar .bannerWrap .bannerList > li a:hover {
        opacity: .8; }
      #sidebar .bannerWrap .bannerList > li img {
        width: 100%;
        height: auto; }
  #sidebar .newsWrap {
    margin: 0 0 30px; }
    #sidebar .newsWrap h2 {
      padding: 17px;
      text-align: center;
      background: #c9b3a4;
      color: #fff;
      font-weight: bold; }
    #sidebar .newsWrap .newsList > li {
      padding: 15px 0;
      border-bottom: solid 1px #ececec; }
      #sidebar .newsWrap .newsList > li:last-child {
        border-bottom: none; }
      #sidebar .newsWrap .newsList > li .dateWrap {
        display: flex;
        align-items: center;
        margin: 0 0 5px; }
        #sidebar .newsWrap .newsList > li .dateWrap .tag {
          margin: 0 8px 0 0;
          padding: 2px;
          min-width: 90px;
          background: #777;
          color: #fff;
          font-size: 12px;
          text-align: center;
          border-radius: 3px;
          box-sizing: border-box; }
          #sidebar .newsWrap .newsList > li .dateWrap .tag.event {
            background: #c9b3a4;
            color: #FFF; }
          #sidebar .newsWrap .newsList > li .dateWrap .tag.campaign {
            background: #e74b47;
            color: #fff; }
        #sidebar .newsWrap .newsList > li .dateWrap .date {
          color: #777;
          font-size: 12px; }
      #sidebar .newsWrap .newsList > li a {
        font-size: 13px;
        color: #9E6657; }
        #sidebar .newsWrap .newsList > li a:hover {
          text-decoration: underline; }
    #sidebar .newsWrap .moreBtn {
      display: block;
      text-align: center;
      padding: 8px;
      border-radius: 20px;
      background: #ECECEC;
      color: #595B59;
      font-size: 13px; }
      #sidebar .newsWrap .moreBtn span {
        position: relative;
        display: inline-block;
        padding: 0 0 0 15px; }
        #sidebar .newsWrap .moreBtn span::before {
          position: absolute;
          left: 0;
          top: 50%;
          display: block;
          border-top: solid 2px #595B59;
          border-right: solid 2px #595B59;
          width: 6px;
          height: 6px;
          content: "";
          transform: translateY(-50%) rotate(45deg); }
      #sidebar .newsWrap .moreBtn:hover {
        opacity: 0.8; }
  #sidebar .bnrList:not(:last-child) {
    margin: 0 0 30px; }
  #sidebar .bnrList > li {
    margin: 0 0 10px; }
    #sidebar .bnrList > li:last-child {
      margin: 0; }
    #sidebar .bnrList > li img {
      width: 100%;
      height: auto; }
    #sidebar .bnrList > li a:hover {
      opacity: 0.8; }
  #sidebar .snsList:not(:last-child) {
    margin: 0 0 30px; }
  #sidebar .snsList > li {
    margin: 0 0 30px; }
    #sidebar .snsList > li:last-child {
      margin: 0; }
    #sidebar .snsList > li img {
      width: 100%;
      max-width: 240px;
      height: auto; }
    #sidebar .snsList > li a {
      display: block; }
    #sidebar .snsList > li a:hover {
      opacity: 0.8; } }
@media print, screen and (max-width: 750px) {
  #contents #mainColmun {
    width: 94vw;
    margin: 0 auto; }
  #contents #sidebar {
    width: 94vw;
    margin: 0 auto; }

  #sidebar .bannerWrap .bnrText {
    margin: 0 0 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold; }
    #sidebar .bannerWrap .bnrText span {
      color: #ff8746; }
  #sidebar .bannerWrap .bannerList {
    margin: 0 auto; }
    #sidebar .bannerWrap .bannerList > li {
      width: 100%;
      margin: 0 0 13px; }
      #sidebar .bannerWrap .bannerList > li:last-child {
        margin: 0; }
      #sidebar .bannerWrap .bannerList > li img {
        width: 100%;
        height: auto; }
  #sidebar .newsWrap,
  #sidebar .bnrList,
  #sidebar .snsList {
    display: none; } }
/* --------------------------------------------------------------------------------------
お問い合わせ・SNS関連
--------------------------------------------------------------------------------------- */
/*contactArea
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  #contactArea {
    margin: 140px 0 0; }
    #contactArea .heading {
      position: relative;
      overflow: hidden;
      display: block;
      margin: 0 0 25px;
      padding: 40px 0 60px;
      font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
      font-size: 36px;
      font-weight: bold;
      color: #9E6657;
      text-align: center;
      background-size: auto auto;
      background-color: #ffe7d0;
      background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255, 255, 255, 0.2) 6px, rgba(255, 255, 255, 0.2) 8px); }
      #contactArea .heading::before {
        display: block;
        position: absolute;
        width: 50%;
        height: 24px;
        left: 0;
        bottom: 0;
        background: #fff;
        transform: skewX(45deg);
        transform-origin: left bottom;
        content: ""; }
      #contactArea .heading::after {
        display: block;
        position: absolute;
        width: 50%;
        height: 24px;
        right: 0;
        bottom: 0;
        background: #fff;
        transform: skewX(-45deg);
        transform-origin: right bottom;
        content: ""; }
    #contactArea .inner {
      width: 1180px; }
      #contactArea .inner .leadText {
        margin: 0 0 45px;
        text-align: center;
        font-size: 16px; }
        #contactArea .inner .leadText .first {
          margin: 0 0 5px;
          font-size: 25px;
          font-weight: bold; }
          #contactArea .inner .leadText .first span {
            color: #ff8746; }
      #contactArea .inner .cvWrap {
        position: relative;
        padding: 0 360px 0 0;
        min-height: 265px;
        box-sizing: border-box; }
        #contactArea .inner .cvWrap::before {
          display: block;
          position: absolute;
          right: 52px;
          bottom: 0;
          width: 297px;
          height: 325px;
          background: url(../images/common/contact_counselor.png) no-repeat 100% 100%/contain;
          content: ""; }
        #contactArea .inner .cvWrap .btnWrap {
          -webkit-justify-content: space-between;
          justify-content: space-between;
          margin: 0 0 20px; }
          #contactArea .inner .cvWrap .btnWrap .requireBox {
            width: calc((100% - 20px) / 2);
            text-align: center; }
            #contactArea .inner .cvWrap .btnWrap .requireBox .balloon {
              position: relative;
              display: inline-block;
              margin: 0 0 15px;
              padding: 0 18px;
              font-size: 18px;
              font-weight: bold; }
              #contactArea .inner .cvWrap .btnWrap .requireBox .balloon::before {
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                width: 12px;
                height: 26px;
                background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
                transform: translateY(-50%);
                content: ""; }
              #contactArea .inner .cvWrap .btnWrap .requireBox .balloon::after {
                display: block;
                position: absolute;
                right: 0;
                top: 50%;
                width: 12px;
                height: 26px;
                background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
                transform: translateY(-50%) scale(-1, 1);
                content: ""; }
            #contactArea .inner .cvWrap .btnWrap .requireBox .btn {
              display: block;
              padding: 20px 20px 24px;
              border-radius: 5px;
              background: #c9b3a4;
              color: #FFF;
              font-size: 24px;
              font-weight: bold;
              box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.3) inset; }
              #contactArea .inner .cvWrap .btnWrap .requireBox .btn:hover {
                opacity: .7; }
          #contactArea .inner .cvWrap .btnWrap .reserveBox {
            width: calc((100% - 20px) / 2);
            text-align: center; }
            #contactArea .inner .cvWrap .btnWrap .reserveBox .balloon {
              position: relative;
              display: inline-block;
              margin: 0 0 15px;
              padding: 0 18px;
              font-size: 18px;
              font-weight: bold; }
              #contactArea .inner .cvWrap .btnWrap .reserveBox .balloon::before {
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                width: 12px;
                height: 26px;
                background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
                transform: translateY(-50%);
                content: ""; }
              #contactArea .inner .cvWrap .btnWrap .reserveBox .balloon::after {
                display: block;
                position: absolute;
                right: 0;
                top: 50%;
                width: 12px;
                height: 26px;
                background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
                transform: translateY(-50%) scale(-1, 1);
                content: ""; }
            #contactArea .inner .cvWrap .btnWrap .reserveBox .btn {
              display: block;
              padding: 20px 20px 24px;
              border-radius: 5px;
              background: #ff8746;
              color: #FFF;
              font-size: 24px;
              font-weight: bold;
              box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.3) inset; }
              #contactArea .inner .cvWrap .btnWrap .reserveBox .btn:hover {
                opacity: .7; }
        #contactArea .inner .cvWrap .telBox {
          -webkit-justify-content: center;
          justify-content: center;
          -webkit-align-items: center;
          align-items: center;
          margin: 0 0 25px; }
          #contactArea .inner .cvWrap .telBox .text {
            margin: 0 55px 0 0; }
            #contactArea .inner .cvWrap .telBox .text .first {
              font-size: 18px;
              font-weight: bold; }
            #contactArea .inner .cvWrap .telBox .text .reception {
              font-size: 13px;
              padding: 0 0 0 2.5em;
              display: inline-block;
              position: relative; }
              #contactArea .inner .cvWrap .telBox .text .reception::before {
                content: "\53D7\4ED8";
                position: absolute;
                left: 0;
                top: 0; }
          #contactArea .inner .cvWrap .telBox .number {
            color: #ff8746;
            position: relative;
            padding: 0 0 0 42px;
            font-weight: bold;
            font-size: 30px; }
            #contactArea .inner .cvWrap .telBox .number::before {
              display: block;
              position: absolute;
              left: 0;
              top: 50%;
              width: 30px;
              height: 36px;
              background: #ff8746 url(../images/common/contact_tel.png) no-repeat 0 0/cover;
              content: "";
              transform: translateY(-50%); }
            #contactArea .inner .cvWrap .telBox .number a {
              pointer-events: none; }
        #contactArea .inner .cvWrap .textWrap {
          line-height: 1.8; }

  /*--------------------------endPC--------------------------------*/ }
/*SP
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #contactArea {
    margin: 60px 0 0; }
    #contactArea .heading {
      position: relative;
      overflow: hidden;
      display: block;
      margin: 0 0 25px;
      padding: 30px 3vw 45px;
      font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
      font-size: 5.3vw;
      font-weight: bold;
      color: #9E6657;
      text-align: center;
      background-size: auto auto;
      background-color: #ffe7d0;
      background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255, 255, 255, 0.2) 6px, rgba(255, 255, 255, 0.2) 8px); }
      #contactArea .heading::before {
        display: block;
        position: absolute;
        width: 50%;
        height: 15px;
        left: 0;
        bottom: -1px;
        background: #fff;
        transform: skewX(45deg);
        transform-origin: left bottom;
        content: "";
        z-index: 11; }
      #contactArea .heading::after {
        display: block;
        position: absolute;
        width: 50%;
        height: 15px;
        right: 0;
        bottom: -1px;
        background: #fff;
        transform: skewX(-45deg);
        transform-origin: right bottom;
        content: "";
        z-index: 11; }
    #contactArea .inner {
      position: relative;
      width: auto;
      padding: 0 3vw 35px;
      overflow: hidden; }
      #contactArea .inner .leadText {
        margin: 0 0 30px;
        text-align: center;
        font-size: 14px; }
        #contactArea .inner .leadText .first {
          margin: 0 0 5px;
          font-size: 4.8vw;
          font-weight: bold; }
          #contactArea .inner .leadText .first span {
            color: #ff8746; }
      #contactArea .inner .cvWrap::before {
        display: block;
        position: absolute;
        right: -15px;
        bottom: -30px;
        width: 150px;
        height: 192px;
        background: url(../images/common/contact_counselor.png) no-repeat 100% 100%/contain;
        content: ""; }
      #contactArea .inner .cvWrap .btnWrap {
        margin: 0 0 25px; }
        #contactArea .inner .cvWrap .btnWrap .requireBox {
          width: 100%;
          text-align: center;
          margin: 0 0 25px; }
          #contactArea .inner .cvWrap .btnWrap .requireBox .balloon {
            position: relative;
            display: inline-block;
            margin: 0 0 15px;
            padding: 0 18px;
            font-size: 16px;
            font-weight: bold; }
            #contactArea .inner .cvWrap .btnWrap .requireBox .balloon::before {
              display: block;
              position: absolute;
              left: 0;
              top: 50%;
              width: 12px;
              height: 26px;
              background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
              transform: translateY(-50%);
              content: ""; }
            #contactArea .inner .cvWrap .btnWrap .requireBox .balloon::after {
              display: block;
              position: absolute;
              right: 0;
              top: 50%;
              width: 12px;
              height: 26px;
              background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
              transform: translateY(-50%) scale(-1, 1);
              content: ""; }
          #contactArea .inner .cvWrap .btnWrap .requireBox .btn {
            display: block;
            padding: 20px 20px 24px;
            border-radius: 5px;
            background: #c9b3a4;
            color: #FFF;
            font-size: 24px;
            font-weight: bold;
            box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.3) inset; }
        #contactArea .inner .cvWrap .btnWrap .reserveBox {
          width: 100%;
          text-align: center; }
          #contactArea .inner .cvWrap .btnWrap .reserveBox .balloon {
            position: relative;
            display: inline-block;
            margin: 0 0 15px;
            padding: 0 18px;
            font-size: 16px;
            font-weight: bold; }
            #contactArea .inner .cvWrap .btnWrap .reserveBox .balloon::before {
              display: block;
              position: absolute;
              left: 0;
              top: 50%;
              width: 12px;
              height: 26px;
              background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
              transform: translateY(-50%);
              content: ""; }
            #contactArea .inner .cvWrap .btnWrap .reserveBox .balloon::after {
              display: block;
              position: absolute;
              right: 0;
              top: 50%;
              width: 12px;
              height: 26px;
              background: url(../images/common/contact_balloon.png) no-repeat 50% 50%/contain;
              transform: translateY(-50%) scale(-1, 1);
              content: ""; }
          #contactArea .inner .cvWrap .btnWrap .reserveBox .btn {
            display: block;
            padding: 20px 20px 24px;
            border-radius: 5px;
            background: #ff8746;
            color: #FFF;
            font-size: 24px;
            font-weight: bold;
            box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.3) inset; }
      #contactArea .inner .cvWrap .telBox {
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        margin: 0 0 35px; }
        #contactArea .inner .cvWrap .telBox .text {
          width: 100%;
          margin: 0 0 5px;
          text-align: center; }
          #contactArea .inner .cvWrap .telBox .text .first {
            display: block;
            font-size: 16px;
            font-weight: bold; }
          #contactArea .inner .cvWrap .telBox .text .reception {
            display: inline-block;
            font-size: 11px;
            padding: 0 0 0 2.5em;
            position: relative; }
            #contactArea .inner .cvWrap .telBox .text .reception::before {
              content: "\53D7\4ED8";
              position: absolute;
              left: 0;
              top: 0; }
        #contactArea .inner .cvWrap .telBox .number {
          color: #ff8746;
          position: relative;
          padding: 0 0 0 38px;
          font-weight: bold;
          font-size: 5.3vw; }
          #contactArea .inner .cvWrap .telBox .number::before {
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            width: 27px;
            height: 32px;
            background: #ff8746 url(../images/common/contact_tel.png) no-repeat 0 0/cover;
            content: "";
            transform: translateY(-50%); }
      #contactArea .inner .cvWrap .textWrap {
        line-height: 1.8;
        min-height: calc(192px - 35px);
        padding: 0 140px 0 0; }

  /*--------------------------endSP--------------------------------*/ }
/*snsArea
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  #snsArea {
    margin: 50px 0 95px;
    /*ul.fb {
    	@include jc(center);
    	@include ai(center);
    	padding: 50px 0;
    	li {
    		margin: 0 25px;
    		figure {
    			img {
    				width: auto;
    			}
    		}
    		&.fb {
    			@include ai(flex-end);
    			* {
    				display: inline-block;
    			}
    			figure {
    				margin-right: 25px;
    			}
    			p {
    				max-width: 220px;
    				line-height: 1.6em;
    			}
    		}
    		&.line {
    			figure {
    				width: 240px;
    				img {
    					width: 100%;
    				}
    			}
    		}
    		&.facebook {
    			figure {
    				width: 210px;
    				img {
    					width: 100%;
    				}
    			}
    		}
    	}
    }*/ }
    #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: 60px auto 0px; }
        #snsArea .box .connectship p {
          font-weight: bold;
          margin: 0 0 10px; }

  /*--------------------------endPC--------------------------------*/ }
/*SP
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #snsArea {
    /*ul.fb {
    	display: block;
    	padding: 0 4.4vw;
    	li {
    		border-bottom: solid 1px #EBEBEB;
    		text-align: center;
    		padding: 8vw 0;
    		&:last-child {
    			border-bottom: none;
    		}
    		figure {
    			display: inline-block;
    			img {
    			}
    			margin-bottom: calc(14px * 0.6);
    		}
    		&.fb {
    			display: block;
    			p {
    				max-width: 60vw;
    				margin: 5px auto 0;
    			}
    		}
    		&.line {
    			figure {
    				width: 240px;
    				img {
    					width: 100%;
    				}
    			}
    		}
    		&.facebook {
    			figure {
    				width: 210px;
    				img {
    					width: 100%;
    				}
    			}
    		}
    	}
    }*/
    margin: 10vw 0; }
    #snsArea .box {
      width: 84vw;
      margin: 0 8vw; }
      #snsArea .box h3 {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        color: #000;
        margin: 0 0 8vw; }
      #snsArea .box .banners {
        display: block;
        margin-bottom: 4vw;
        border-bottom: solid 1px #EBEBEB;
        padding-bottom: 8vw; }
        #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 .connectship {
      width: 100%;
      text-align: center;
      margin: 8vw auto 6vw; }
      #snsArea .connectship p {
        font-weight: bold;
        margin: 0 0 10px; }
    #snsArea .line {
      width: 100%; }
      #snsArea .line h4 {
        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 h4 span {
          padding-left: 50px;
          position: relative; }
          #snsArea .line h4 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 {
    background: #FBF9F8;
    padding: 35px 0 0 0;
    position: relative; }
    footer .inner {
      width: 1180px; }
      footer .inner > .fb {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        padding: 0 0 20px; }
        footer .inner > .fb .logo {
          max-width: 50%; }
          footer .inner > .fb .logo .nncText {
            margin: 0 0 20px; }
          footer .inner > .fb .logo figure {
            max-width: 500px;
            margin: 0 0 5px; }
            footer .inner > .fb .logo figure img {
              width: auto; }
          footer .inner > .fb .logo .lead {
            color: #000;
            font-size: 12px; }
          footer .inner > .fb .logo .address {
            margin: 20px 0 0; }
        footer .inner > .fb .sitemap ul.colm2 {
          column-count: 2; }
        footer .inner > .fb .sitemap ul li {
          margin: 0 0 0.5em 50px; }
          footer .inner > .fb .sitemap ul li::before {
            content: "-";
            color: #474747;
            margin-right: 0.5em; }
          footer .inner > .fb .sitemap ul li a {
            color: #474747;
            text-decoration: none; }
            footer .inner > .fb .sitemap ul li a:hover {
              text-decoration: underline; }
      footer .inner .logos {
        width: fit-content;
        -moz-width: fit-content;
        text-align: right;
        margin: 0 0 0 auto;
        padding: 0 0 20px;
        display: grid;
        grid-gap: 0 20px;
        grid-template-columns: repeat(4, 1fr); }
        footer .inner .logos li {
          width: auto;
          height: 36px; }
          footer .inner .logos li img {
            height: 100%; }
    footer .toTop a {
      text-align: center;
      line-height: 70px;
      width: 70px;
      height: 70px;
      background: #696969;
      border-radius: 50%;
      display: block;
      position: absolute;
      top: -35px;
      right: 30px;
      opacity: 0.8; }
      footer .toTop a::before {
        content: "\f106";
        font-family: FontAwesome;
        color: #FFF;
        font-size: 22px; }
    footer .footerCopyWrap {
      padding: 25px 0;
      background: #fff; }
      footer .footerCopyWrap .inner #footer-nav ul li {
        color: #9C9C9C;
        line-height: 1;
        margin: 0 20px 0 0;
        padding: 0 20px 0 0;
        border-right: solid 1px #9C9C9C; }
        footer .footerCopyWrap .inner #footer-nav ul li a {
          color: #9C9C9C;
          display: block;
          text-decoration: none; }
          footer .footerCopyWrap .inner #footer-nav ul li a:hover {
            text-decoration: underline; }
        footer .footerCopyWrap .inner #footer-nav ul li:last-child {
          border-right: none; }
    footer .copy {
      font-size: 11px;
      color: #9C9C9C; }

  /*--------------------------endPC--------------------------------*/ }
/*SP
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  footer {
    background: #FBF9F8;
    padding: 8vw 0 0;
    position: relative; }
    footer .inner > .fb {
      display: block; }
      footer .inner > .fb .logo {
        display: block;
        margin: 0 0 10vw; }
        footer .inner > .fb .logo .nncText {
          margin: 0 0 5vw; }
        footer .inner > .fb .logo figure {
          margin: 0 0 3vw; }
          footer .inner > .fb .logo figure img {
            width: auto;
            max-height: 12vw; }
        footer .inner > .fb .logo .lead {
          color: #000;
          font-size: 11px;
          margin: 0 0 4vw; }
      footer .inner > .fb .sitemap ul {
        width: 100%;
        margin: 0 0 4vw; }
        footer .inner > .fb .sitemap ul.colm2 {
          column-count: 2; }
        footer .inner > .fb .sitemap ul li {
          color: #474747;
          text-align: left;
          margin: 0 0 2vw;
          padding: 0 1em;
          box-sizing: border-box;
          position: relative; }
          footer .inner > .fb .sitemap ul li::before {
            content: "-";
            position: absolute;
            left: 0;
            top: 0; }
    footer .inner .logos {
      width: fit-content;
      -moz-width: fit-content;
      margin: 0 auto 8vw;
      display: grid;
      grid-gap: 0 5.5vw;
      grid-template-columns: repeat(4, 1fr); }
      footer .inner .logos li {
        width: auto;
        height: 8.5vw; }
        footer .inner .logos li img {
          height: 100%; }
    footer .toTop a {
      text-align: center;
      line-height: 12vw;
      width: 12vw;
      height: 12vw;
      background: #696969;
      border-radius: 50%;
      display: block;
      position: absolute;
      bottom: 25vw;
      right: 5vw; }
      footer .toTop a::before {
        content: "\f106";
        font-family: FontAwesome;
        color: #FFF;
        font-size: 4vw; }
    footer .footerCopyWrap {
      padding: 25px 0 100px;
      background: #F8F4F2; }
      footer .footerCopyWrap .inner #footer-nav ul li {
        color: #9C9C9C;
        line-height: 1;
        margin: 0 4vw 0 0;
        padding: 0 4vw 0 0;
        border-right: solid 1px #9C9C9C; }
        footer .footerCopyWrap .inner #footer-nav ul li:last-child {
          margin: 0;
          padding: 0;
          border-right: none; }
      footer .footerCopyWrap .inner .copy {
        padding: 2em 0 0;
        color: #9C9C9C;
        font-size: 10px; }

  /*--------------------------endSP--------------------------------*/ }
/* --------------------------------------------------------------------------------------
その他
--------------------------------------------------------------------------------------- */
/*other
------------------------------------------*/
@media screen and (min-width: 751px) {
  .h2Area {
    background-color: #FFF;
    background-image: -webkit-linear-gradient(45deg, #ECECEC 25%, transparent 25%, transparent 75%, #ECECEC 75%, #ECECEC), -webkit-linear-gradient(45deg, #ECECEC 25%, transparent 25%, transparent 75%, #ECECEC 75%, #ECECEC);
    background-image: -ms-linear-gradient(45deg, #ECECEC 25%, transparent 25%, transparent 75%, #ECECEC 75%, #ECECEC), -ms-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: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #FFF), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #FFF), color-stop(0.75, #FFF), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
    padding: 20px; }
    .h3_style span {
      border-left: solid 8px #c9b3a4;
      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 #ff8746;
      display: inline-block;
      padding: 5px 15px; }

  .h4_style02 {
    font-size: 20px;
    font-weight: bold;
    background-color: #ffe7d0;
    color: #9E6657;
    margin: 0 0 50px;
    padding: 15px 26px; }

  .pageLinkBox {
    width: 720px;
    border: 1px solid #CCC;
    border-top: 6px solid #ff8746;
    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;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%); }
    .pageLinkBox .text {
      margin: 0 0 30px; }
    .pageLinkBox .pageLink {
      text-align: center; }
      .pageLinkBox .pageLink a {
        color: #FFF;
        text-align: center;
        background: #ff8746;
        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; } }
@media screen and (max-width: 750px) {
  main {
    padding: 85px 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-image: -ms-linear-gradient(45deg, #ECECEC 25%, rgba(236, 236, 236, 0) 25%, rgba(236, 236, 236, 0) 75%, #ECECEC 75%, #ECECEC), -ms-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: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #FFF), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #FFF), color-stop(0.75, #FFF), color-stop(0.75, transparent), to(transparent));
    -webkit-background-size: 7px 7px;
    padding: 1em 0.5em; }
    .h3_style span {
      border-left: solid 8px #c9b3a4;
      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 #ff8746;
      display: inline-block;
      padding: 0 4vw; }

  .h4_style02 {
    padding: 3vw;
    font-size: 16px;
    font-weight: bold;
    background-color: #ffe7d0;
    color: #9E6657;
    margin: 0 0 3.6vw; }
    #mainColmun .h4_style02 {
      margin: 0 -3vw 7.2vw; }

  .pageLinkBox {
    border: 1px solid #CCC;
    border-top: 4px solid #ff8746;
    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;
        -ms-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        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: #ff8746;
        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; } }
/* --------------------------------------------------------------------------------------
 .IE11 hack
--------------------------------------------------------------------------------------- */
@media all and (-ms-high-contrast: none) {
  #contactArea .inner .telBox .tel p strong::before {
    -ms-transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%); } }

/*# sourceMappingURL=base.css.map */
