@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%;
  height: auto;
  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: 12px;
  }
  .inner {
    width: 94vw;
  }
  .pc {
    display: none;
  }
}
/* --------------------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------------------- */
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  header .inner {
    width: 1180px;
    padding: 10px 0;
  }
  header .inner > .fb {
    justify-content: space-between;
    align-items: center;
  }
  header .inner > .fb .logo .name {
    margin: 0 0 4px;
    font-size: 11px;
    color: #444;
  }
  header .inner > .fb .logo .logoInner {
    align-items: center;
  }
  header .inner > .fb .logo .logoInner figure {
    width: 100px;
    margin-right: 20px;
  }
  header .inner > .fb .logo .logoInner .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: 130px;
    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: #c5dbc9;
  }
  header .inner > .fb .pc > p:first-of-type a:hover {
    opacity: 0.8;
  }
  header .inner > .fb .pc > p:last-of-type a {
    background: #c3bd9c;
  }
  header .inner > .fb .pc > p:last-of-type a:hover {
    opacity: 0.8;
  }
  header .inner > .fb .pc .nnc {
    justify-content: 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 #dadada;
    text-align: center;
  }
  header .inner > .fb .pc .nnc .nncInner .members {
    text-align: right;
    font-size: 15px;
    color: #aba588;
  }
  header .inner > .fb .pc .nnc .nncInner .members span {
    font-size: 18px;
    font-weight: bold;
    color: #9c7237;
  }
  header .inner > .fb .pc .nnc .nncInner .date {
    text-align: right;
    font-size: 11px;
    color: #a0a0a0;
  }
  header .inner > .fb .pc .tel {
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 20px 0 0px;
    color: #aba588;
  }
  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: #c5dbc9;
  }
  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;
    top: 0;
  }
  header .inner {
    width: 95vw;
  }
  header .inner > .fb {
    justify-content: space-between;
    align-items: center;
  }
  header .inner > .fb .logo .name {
    font-size: 10px;
    color: #444;
  }
  header .inner > .fb .logo .logoInner {
    display: block;
  }
  header .inner > .fb .logo .logoInner img {
    width: 15vw;
    max-width: 200px;
    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;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    transition: 0.5s;
  }
  header .inner > .fb .sp ul li.tel::before {
    content: "\f095";
    font-family: FontAwesome;
    color: #9c7237;
    font-size: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .inner > .fb .sp ul li.menu {
    width: 50px;
    height: 50px;
    background: #dbd5c3;
    border-radius: 5px;
    position: relative;
  }
  header .inner > .fb .sp ul li.menu span {
    position: absolute;
    left: 16px;
    width: 17px;
    height: 2px;
    background-color: #444;
    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 .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: "受付";
    position: absolute;
    left: 0;
    top: 0;
  }
  header .inner > .fb .sp .telMenu .telMenuInner .number {
    display: inline-block;
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 0 38px;
    font-weight: bold;
    font-size: 26px;
    color: #9c7237;
  }
  header .inner > .fb .sp .telMenu .telMenuInner .number::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 27px;
    height: 32px;
    background: #9c7237 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: #9c7237;
    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: #dbd5c3;
  }
  #header-nav > ul {
    justify-content: center;
    position: relative;
    z-index: 5;
    flex-wrap: nowrap;
    width: 1180px;
    margin: 0 auto;
  }
  #header-nav > ul li {
    width: 100%;
    color: #3B3B3B;
    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 {
    background: #c3bd9c;
  }
  #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: #dbd5c3;
  }
  /*--------------------------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: #444;
    font-size: 1.5em;
    font-weight: normal;
    position: absolute;
    top: 50%;
    right: 0;
    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;
    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: #9c7237;
  }
  #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 {
    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;
    text-align: center;
    font-weight: bold;
    font-size: 23px;
  }
  #header-nav .cvWrap .btnWrap a.require {
    background: #c5dbc9;
  }
  #header-nav .cvWrap .btnWrap a.reserve {
    background: #c3bd9c;
  }
  #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 {
    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: #444;
    background: #c5dbc9;
  }
  #float_menu .inner div {
    width: 32%;
  }
  #float_menu .inner div p {
    width: 50%;
    text-align: center;
  }
  #float_menu .inner div p a {
    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:hover {
    opacity: 0.8;
  }
  #float_menu .inner div p:first-of-type a {
    background: #c5dbc9;
  }
  #float_menu .inner div p:last-of-type:hover {
    opacity: 0.8;
  }
  #float_menu .inner div p:last-of-type a {
    background: #c3bd9c;
  }
  /*--------------------------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 {
    font-size: 9px;
    text-align: center;
    width: 50vw;
    padding: 5vw 0;
    position: relative;
  }
  #float_menu .inner nav + div.fb p.requireBox {
    background: #c5dbc9;
  }
  #float_menu .inner nav + div.fb p.reserveBox {
    background: #c3bd9c;
  }
  #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: #444;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    width: 100%;
    background: #dbd5c3;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }
  #float_menu_sp ul > li a.reserve {
    background: #c3bd9c;
  }
  #float_menu_sp ul > li a.line {
    color: #fff;
    background: #33af35;
  }
  /*--------------------------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: #4440FF;
    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: #4440FF;
    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: 0.8;
  }
  #sidebar .bannerWrap .bannerList > li img {
    width: 100%;
    height: auto;
  }
  #sidebar .bannerWrap .bannerList > li.tmsbanner {
    display: none;
  }
  #sidebar .newsWrap {
    margin: 0 0 30px;
  }
  #sidebar .newsWrap h2 {
    padding: 17px;
    text-align: center;
    background: #dbd5c3;
    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: #c5dbc9;
    color: #444;
  }
  #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: #2A7BB9;
  }
  #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 .banner {
    margin: 0 0 10px;
  }
  #sidebar .tmsList {
    margin: 0 0 35px;
  }
  #sidebar .tmsList > li {
    width: 100%;
    margin: 0 0 20px;
  }
  #sidebar .tmsList > li:last-child {
    margin: 0;
  }
  #sidebar .tmsList > li a:hover {
    opacity: 0.8;
  }
  #sidebar .tmsList > li img {
    width: 100%;
    height: auto;
  }
  #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: #9c7237;
  }
  #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 .bannerWrap .bannerList > li.tmsbanner a {
    width: fit-content;
    -moz-width: -moz-fit-content;
    display: block;
    margin: 0 auto;
  }
  #sidebar .bannerWrap .bannerList > li.tmsbanner a img {
    width: 70vw;
  }
  #sidebar .banner {
    width: 80%;
    margin: 8vw auto 0;
  }
  #sidebar .tmsList {
    margin: 10vw auto;
  }
  #sidebar .tmsList > li {
    width: 70%;
    margin: 0 auto 5vw;
  }
  #sidebar .tmsList > 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 {
    color: #444;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    min-width: 1180px;
    background-size: auto auto;
    background-color: #dbd5c3;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255, 255, 255, 0.2) 6px, rgba(255, 255, 255, 0.2) 8px);
    margin: 0 0 25px;
    padding: 40px 0 60px;
    overflow: hidden;
    display: block;
    position: relative;
  }
  #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: #9c7237;
  }
  #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 {
    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: #c5dbc9;
    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: 0.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: #c3bd9c;
    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: 0.7;
  }
  #contactArea .inner .cvWrap .telBox {
    justify-content: 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: "受付";
    position: absolute;
    left: 0;
    top: 0;
  }
  #contactArea .inner .cvWrap .telBox .number {
    position: relative;
    padding: 0 0 0 42px;
    font-weight: bold;
    font-size: 30px;
    color: #9c7237;
  }
  #contactArea .inner .cvWrap .telBox .number::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 36px;
    background: #9c7237 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: #444;
    text-align: center;
    background-size: auto auto;
    background-color: #dbd5c3;
    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: #9c7237;
  }
  #contactArea .inner .cvWrap::before {
    display: block;
    position: absolute;
    right: -15px;
    bottom: 0;
    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: #c5dbc9;
    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: #c3bd9c;
    font-size: 24px;
    font-weight: bold;
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, 0.3) inset;
  }
  #contactArea .inner .cvWrap .telBox {
    justify-content: 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: "受付";
    position: absolute;
    left: 0;
    top: 0;
  }
  #contactArea .inner .cvWrap .telBox .number {
    position: relative;
    padding: 0 0 0 38px;
    font-weight: bold;
    font-size: 5.3vw;
    color: #9c7237;
  }
  #contactArea .inner .cvWrap .telBox .number::before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 27px;
    height: 32px;
    background: #9c7237 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: 157px;
    padding: 0 140px 0 0;
  }
  /*--------------------------endSP--------------------------------*/
}
/*snsArea
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  #snsArea ul.fb {
    justify-content: center;
    align-items: center;
    padding: 50px 0;
  }
  #snsArea ul.fb li {
    margin: 0 25px;
  }
  #snsArea ul.fb li figure img {
    width: auto;
  }
  #snsArea ul.fb li.fb {
    align-items: flex-end;
  }
  #snsArea ul.fb li.fb * {
    display: inline-block;
  }
  #snsArea ul.fb li.fb figure {
    margin-right: 25px;
  }
  #snsArea ul.fb li.fb p {
    max-width: 220px;
    line-height: 1.6em;
  }
  #snsArea ul.fb li.line figure {
    width: 240px;
  }
  #snsArea ul.fb li.line figure img {
    width: 100%;
  }
  #snsArea ul.fb li.facebook figure {
    width: 210px;
  }
  #snsArea ul.fb li.facebook figure img {
    width: 100%;
  }
  /*--------------------------endPC--------------------------------*/
}
/*SP
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  #snsArea ul.fb {
    display: block;
    padding: 0 4.4vw;
  }
  #snsArea ul.fb li {
    border-bottom: solid 1px #EBEBEB;
    text-align: center;
    padding: 8vw 0;
  }
  #snsArea ul.fb li:last-child {
    border-bottom: none;
  }
  #snsArea ul.fb li figure {
    display: inline-block;
    margin-bottom: 8.4px;
  }
  #snsArea ul.fb li.fb {
    display: block;
  }
  #snsArea ul.fb li.fb p {
    max-width: 60vw;
    margin: 5px auto 0;
  }
  #snsArea ul.fb li.line figure {
    width: 240px;
  }
  #snsArea ul.fb li.line figure img {
    width: 100%;
  }
  #snsArea ul.fb li.facebook figure {
    width: 210px;
  }
  #snsArea ul.fb li.facebook figure img {
    width: 100%;
  }
  /*--------------------------endSP--------------------------------*/
}
/* --------------------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------------------- */
/*footer
------------------------------------------*/
/*PC
-----------------------------------------------------------------*/
@media print, screen and (min-width: 751px) {
  footer {
    background: #faf9f6;
    padding: 35px 0 0 0;
    position: relative;
  }
  footer .inner {
    width: 1180px;
  }
  footer .inner > .fb {
    align-items: flex-start;
    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 {
    width: 125px;
    margin: 0 0 5px;
  }
  footer .inner > .fb .logo .lead {
    color: #444;
    font-size: 12px;
  }
  footer .inner > .fb .logo .address {
    margin: 20px 0 0;
  }
  footer .inner > .fb .sitemap ul.colm2 {
    -moz-column-count: 2;
         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: -moz-fit-content;
    text-align: right;
    margin: 0 0 0 auto;
    padding: 0 0 20px;
    display: flex;
    grid-gap: 0 20px;
  }
  footer .inner .logos li {
    width: auto;
    height: 36px;
  }
  footer .inner .logos li img {
    height: 100%;
  }
  footer .inner .credit {
    padding: 0 0 20px;
    text-align: right;
  }
  footer .inner .credit img {
    max-width: 350px;
  }
  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: #faf9f6;
    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: 30vw;
    max-width: 300px;
  }
  footer .inner > .fb .logo .lead {
    color: #444;
    font-size: 11px;
    margin: 0 0 4vw;
  }
  footer .inner > .fb .sitemap ul {
    width: 100%;
    margin: 0 0 4vw;
  }
  footer .inner > .fb .sitemap ul.colm2 {
    -moz-column-count: 2;
         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: -moz-fit-content;
    margin: 0 auto 8vw;
    display: flex;
    align-items: center;
    grid-gap: 0 5.5vw;
  }
  footer .inner .logos li {
    width: 8.5vw;
    height: 8.5vw;
  }
  footer .inner .logos li img {
    width: 100%;
  }
  footer .inner .credit {
    padding: 0 0 3vw;
  }
  footer .inner .credit img {
    max-width: 70vw;
  }
  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: #fff;
  }
  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: -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 #c5dbc9;
    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 #c3bd9c;
    display: inline-block;
    padding: 5px 15px;
  }
  .h4_style02 {
    font-size: 20px;
    font-weight: bold;
    background-color: #c3bd9c;
    margin: 0 0 50px;
    padding: 15px 26px;
  }
  .pageLinkBox {
    width: 720px;
    border: 1px solid #CCC;
    border-top: 6px solid #c5dbc9;
    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: #c3bd9c;
    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 {
    margin: 20px 0 0;
    padding: 0 !important;
  }
  .memnote small {
    color: #999 !important;
    font-size: 0.9em !important;
    text-align: left !important;
    line-height: 1.5 !important;
  }
}
@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 #c5dbc9;
    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 #c3bd9c;
    display: inline-block;
    padding: 0 4vw;
  }
  .h4_style02 {
    padding: 3vw;
    font-size: 16px;
    font-weight: bold;
    background-color: #c3bd9c;
    margin: 0 0 3.6vw;
  }
  #mainColmun .h4_style02 {
    margin: 0 -3vw 7.2vw;
  }
  .pageLinkBox {
    border: 1px solid #CCC;
    border-top: 4px solid #c5dbc9;
    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: #c3bd9c;
    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 {
    margin: 2.5vw 0 0;
    padding: 0 !important;
  }
  .memnote small {
    color: #999 !important;
    font-size: 0.9em !important;
    text-align: left !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 */