@charset "UTF-8";
@import url(import/reset.css);
@import url(import/util.css);

/* ==================== common ==================== */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  position: relative;
  overflow-x: hidden;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #555;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN W6",
    "HiraMinProN-W6", -apple-system, blinkMacSystemFont, serif;
}

.garamond {
  font-family: "EB Garamond", serif;
}

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

h1 {
  display: none;
}

.inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

@media only screen and (max-width: 1023px) {
  .inner {
    padding: 0 30px;
  }
}

.sp,
.tab {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .tab {
    display: block;
  }

  img.tab {
    display: inline;
  }

  .tab_none {
    display: none !important;
  }
}

@media only screen and (max-width: 639px) {
  .sp {
    display: block;
  }

  img.sp {
    display: inline;
  }

  .pc {
    display: none !important;
  }
}

a {
  color: black;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (min-width: 640px) {
  a.ohover:hover {
    opacity: 0.7;
  }
}

a.thover {
  text-decoration: underline;
}

a.thover:hover {
  text-decoration: none;
}

@media only screen and (min-width: 640px) {
  .ohoverArea a:hover {
    opacity: 0.7;
  }
}

.thoverArea a {
  text-decoration: underline;
}

.thoverArea a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 640px) {

  .fhoverArea a:hover,
  .fhoverArea a.active,
  .fhoverArea a.current {
    /* color: #0f653e; */
    color: #b89332;
  }
}

.cap {
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.text_shadow {
  text-shadow: 0 0 5px black, 0 0 5px black;
}

.image_cap {
  position: relative;
}

.image_cap .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: right;
}

.ft_white {
  color: white;
}

.ft_black {
  color: black;
}

.ft_blue {
  color: #004165;
}

.ft_green {
  color: #065d56;
}

.ft_brown {
  color: #604a19;
}

.ft_orange {
  color: #db3400;
}

.ft_gray {
  color: #666666;
}

.ft_gold {
  color: #be9e80;
}

.ti {
  text-indent: -1em;
  padding-left: 1em;
}

span.ti {
  display: inline-block;
}

.anchor {
  margin-top: -72px;
  padding-top: 72px;
}

@media only screen and (max-width: 1023px) {
  .anchor {
    margin-top: -80px;
    padding-top: 80px;
  }
}

@media only screen and (max-width: 639px) {
  .anchor {
    margin-top: -45px;
    padding-top: 45px;
  }
}

.tel_link {
  pointer-events: none;
  cursor: default;
}

@media only screen and (max-width: 639px) {
  .tel_link {
    pointer-events: auto;
    cursor: pointer;
  }
}

/*
画像のフロート
<div class="fl oh_img"><img src="" alt=""></div>
<div class="oh_txt">テキストテキスト....</div>
*/
.oh_txt {
  overflow: hidden;
}

@media only screen and (max-width: 639px) {
  .oh_img {
    width: 100%;
    float: none;
  }
}

.table_wrap table {
  width: 100%;
  border-collapse: collapse;
}

@media only screen and (max-width: 639px) {
  .table_wrap table {
    display: block;
  }

  .table_wrap table tbody,
  .table_wrap table tr,
  .table_wrap table td {
    display: block;
    width: 100% !important;
  }
}

.clm {
  letter-spacing: -0.34em;
}

.clm>div,
.clm>li {
  letter-spacing: 0.2em;
  vertical-align: top;
  display: inline-block;
}

.titA {
  text-align: center;
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.titA:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 662px;
  width: 100%;
  margin: auto;
  background: #999;
  height: 1px;
}

.titA span {
  background: white;
  padding: 0 30px;
  position: relative;
  display: inline-block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  width: 100%;
}

.header>.clearfix {
  background: rgba(255, 255, 255, 0.95);
}

.header .hdr_logo,
.header.lower .hdr_logo {
  position: absolute;
  width: 121px;
  top: 8px;
  left: 10px;
}

.header .hdr_right {
  padding-right: 20px;
  padding-top: 25px;
}

.header .hdr_right>div {
  float: left;
}

/* .header .hdr_right .pnav {
  border-left: 1px solid #c9cacb;
} */
.header .hdr_right .pnav>div {
  display: inline-block;
  vertical-align: bottom;
}

.header .hdr_right .pnav>div a {
  /* border-bottom: 1px solid #c9cacb; */
  font-family: "Noto Serif CJK JP";
  font-weight: 600;
}

/* .header .hdr_right .pnav > div:first-child a {
  border-right: 1px solid #c9cacb;
} */
.header .hdr_right .pnav a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 12px;
  position: relative;
  padding-left: 15px;
  padding-right: 30px;
}

.header .hdr_right .pnav a::after {
  content: "";
  width: 5px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 0;
  top: 52%;
  transition: 0.3s;
}

.header .hdr_right .pnav a.hover::after,
.header .hdr_right .pnav a.current::after {
  /* background: #0f653e; */
  background: #b89332;
}

.header .hdr_right .cv {
  position: relative;
}

.header .hdr_right .cv::after {
  content: '';
  width: 95%;
  height: 90%;
  display: block;
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.6);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  pointer-events: none;
}

.header .hdr_right .cv .request {
  color: #fff;
  background: rgb(163, 41, 84);
  background: linear-gradient(90deg, rgba(163, 41, 84, 1) 0%, rgba(177, 75, 111, 1) 50%, rgba(163, 41, 84, 1) 100%);
  transition: 0.3s;
  height: 50px;
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header .hdr_right .cv .request::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
}

/* .header .hdr_right .cv .request.hover {
  color: #bebebe;
  background: #791e3e;
} */
.header .hdr_right .cv .request.hover::after {
  background: rgba(255, 255, 255, 0.3);
}

.header .hdr_right .cv .reserve {
  color: #fff;
  background: rgb(148, 115, 50);
  background: linear-gradient(90deg, rgba(148, 115, 50, 1) 0%, rgba(175, 142, 77, 1) 50%, rgba(148, 115, 50, 1) 100%);
  transition: 0.3s;
  height: 50px;
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header .hdr_right .cv .reserve::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
  transition: 0.3s;
}

.header .hdr_right .cv .reserve.hover::after {
  background: rgba(255, 255, 255, 0.3);
}

.header .hdr_right .cv .brand {
  color: #fff;
  background-color: #435997;
  transition: 0.3s;
  height: 50px;
  width: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.header .hdr_right .cv .brand::after {
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(95, 95, 95, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(95, 95, 95, 1) 100%);
  transition: 0.3s;
}

.header .hdr_right .cv .brand.hover::after {
  opacity: .4;
}

.gNav {
  text-align: center;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}

.gNav ul {
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.gNav li {
  width: calc(78% / 6);
  vertical-align: middle;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "メイリオ", sans-serif;
  position: relative;
}

.gNav li.topList {
  width: 22%;
  position: relative;
  cursor: pointer;
}

.gNav li.topList::before {
  content: '';
  width: 5px;
  height: 5px;
  border-bottom: solid 1px #535353;
  border-left: solid 1px #535353;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 5px;
  z-index: 1;
  transition: .4s;
}

.gNav li.topList.is-opened::before {
  transform: translateY(-50%) rotate(135deg);
}

.gNav li.topList+.innerLink {
  width: 21%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transform: translateY(0px);
  opacity: 0;
  z-index: -1;
  transition: .4s;
}

.gNav li.topList.is-opened+.innerLink {
  transform: translateY(63px);
  opacity: 1;
}

.gNav li.topList+.innerLink .innerLink__item {
  font-size: 12px;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "メイリオ", sans-serif;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
  width: 70%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: .4s;
}

.gNav li.topList+.innerLink .innerLink__item.is-off {
  pointer-events: none !important;
}

.gNav li.topList+.innerLink .innerLink__item.is-off span {
  opacity: .4;
}

.gNav li.topList+.innerLink .innerLink__item span {
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP";
}

.gNav li.topList+.innerLink .innerLink__item span::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #b58f27;
  position: absolute;
  display: block;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: .4s;
}

.gNav li.topList+.innerLink .innerLink__item:hover span::before {
  opacity: 1;
}

.gNav li.topList+.innerLink .innerLink__item.current span::before {
  opacity: 1;
}

.gNav li.topList.is-opened+.innerLink .innerLink__item {
  pointer-events: auto;
}

.gNav li.topList+.innerLink .innerLink__item:not(:last-child) {
  border-bottom: 1px solid #aaaaaa;
}

.gNav li.topList .small {
  font-size: .95em;
}

.gNav li a,
.gNav li>div>span {
  transition: 0.5s;
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 62px;
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.gNav li.topList a,
.gNav li.topList>div>span {
  /* background-color: #fff!important; */
  /* color: #045738!important; */
  font-weight: bolder !important;
  line-height: calc(18/12);
}

@media screen and (max-width: 1024px) {
  .gNav li.topList {
    width: 100%;
  }

  .gNav li.topList::before {
    right: 20px;
  }

  .gNav li.topList+.innerLink {
    width: 100%;
    position: static;
    display: block;
    transform: none;
    z-index: 1;
    transition: .4s;
    background: none;
    display: none;
  }

  .gNav li.topList.is-opened+.innerLink {
    transform: none;
    opacity: 1;
  }

  .gNav li.topList+.innerLink .innerLink__item {
    width: 100%;
    justify-content: flex-start;
    padding-left: 15px;
    background: none;
  }

  .gNav li.topList.is-opened+.innerLink .innerLink__item {
    pointer-events: auto;
  }

  .gNav li.topList+.innerLink .innerLink__item {
    border-bottom: 1px solid #d9d9d9 !important;
  }

  .gNav li a,
  .gNav li>div>span {
    /* display: block; */
    transition: 0.5s;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 62px;
    color: #000;
    font-size: 14px;
    letter-spacing: 0.01em;
    position: relative;
  }

  .gNav li.topList a,
  .gNav li.topList>div>span {
    background-color: #fff !important;
    /* color: #045738!important; */
    font-weight: bolder !important;
    line-height: calc(18/12);
  }
}

@media screen and (max-width: 1024px) {

  .gNav li a,
  .gNav li>div>span {
    justify-content: flex-start;
    transition: .4s;
  }
}

.gNav li>div>a.hover,
.gNav li>a.hover,
.gNav li>div>span.hover {
  color: #957434;
}

.gNav li>div>a.current,
.gNav li>a.current {
  color: #957434;
  font-weight: bold;
}

.gNav li>a.is-off {
  pointer-events: none;
  opacity: .4;
}

@media screen and (min-width: 960px) {
  .gNav li.tab-sp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .gNav li::before {
    background: none;
  }

  .gNav {
    border-left: 1px solid #d9d9d9;
  }
}

@media screen and (max-width: 639px) {
  .gNav {
    border-left: none;
  }
}

.gNav li>div.menu a>span {
  position: relative;
  padding-right: 15px;
  letter-spacing: 0.15em;
}

/* .gNav li > div.menu a > span::after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  position: absolute;
  top: 35%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s ease-out;
} */
/* .gNav li > div.menu.active a > span::after,
.gNav li:hover > div.menu a > span::after {
  border-bottom: 1px solid #cbb06b;
  border-left: 1px solid #cbb06b;
} */
.gNav li:first-child>div.menu a>span {
  letter-spacing: 0;
}

.gNav li:first-child>div.menu a span.font_s {
  font-size: 10px;
  letter-spacing: 0.05em;
  padding-left: 1em;
}

@media screen and (max-width: 1024px) {
  .gNav li>div.menu a>span::after {
    content: none;
  }

  .gNav li>div.menu a>span {
    position: static;
  }

  .header.lower .hdr_logo {
    position: static;
    /*    height: 60px;*/
  }

  .header .hdr_logo,
  .header.lower .hdr_logo {
    width: 34px;
    /*    height: 60px;*/
  }

  .gNav li:first-child>div.menu a span.font_s {
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {

  .header .hdr_logo,
  .header.lower .hdr_logo {
    width: 34px;
  }

  .header .hdr_logo img.pc,
  .header.lower .hdr_logo img.pc {
    display: none;
  }

  .header .hdr_logo img.sp,
  .header.lower .hdr_logo img.sp {
    display: inline;
  }
}

.gNav.tab-sp {
  display: none;
}

.gNav li.off p {
  opacity: 0.3;
}

.gNav li.hasChild .gNavInner {
  position: absolute;
  top: 102px;
  left: 0;
  opacity: 0;
  width: 100%;
  padding: 0;
  text-align: left;
  pointer-events: none;
}

@media screen and (max-width: 1025px) {
  .gNav li.hasChild .gNavInner {
    top: 118px;
  }
}

.gNav li.hasChild .gNavInner a,
.gNav li.hasChild .gNavInner p {
  padding: 0;
}

.gNav li.hasChild:hover .gNavInner {
  opacity: 1;
  pointer-events: auto;
}

.dd_menu {
  background: rgba(255, 255, 255, 0.92);
  padding: 40px 20px;
}

/* .dd_menu .table {
  max-width: 848px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.dd_menu .table > div {
  display: table-cell;
  vertical-align: top;
} */
@media screen and (max-width: 639px) {
  .dd_menu .table>div {
    display: block;
  }
}

.dd_menu .table>div.imageArea {
  width: 51.886792453%;
  padding-left: 3.773584906%;
}

.dd_menu .table>div.textArea {
  width: 48.113207547%;
}

.dd_menu .table>div.textArea .areaTtl {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaaaaa;
  margin-top: calc(0px - (((30px * 1.6) - 30px) / 2));
  margin-bottom: 30px;
}

.dd_menu .table>div.textArea .areaTtl .font_s {
  font-size: 0.5em;
}

.gNav li:first-child .dd_menu .table>div.textArea .areaTtl {
  line-height: 1;
  padding-bottom: 15px;
}

.dd_menu .table>div.textArea .linkArea ul+ul {
  /* margin-top: 10px; */
}

.dd_menu .table>div.textArea .linkArea li {
  display: block;
  padding-left: 10px;
  line-height: 1;
}

.dd_menu .table>div.textArea .linkArea li+li {
  margin-top: 30px;
}

.dd_menu .table>div.textArea .linkArea li:last-child {}

.dd_menu.list1 {}

.dd_menu .table>div.textArea .linkArea li:last-child {}

@media screen and (max-width: 1024px) {
  .dd_menu .table>div.textArea .linkArea li+li {
    margin-top: auto;
  }

  .gNav.tab-sp {
    display: block;
  }
}

/* @media only screen and (min-width: 960px) {
  .header {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    top: -145px;}
    .header.scroll {
      opacity: 1;
      visibility: visible;
      top: 0;
    }
} */

.gnav_btn {
  display: none;
}

@media only screen and (max-width: 1439px) {
  .header {
    /*    width: 1440px;*/
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }
}

@media only screen and (max-width: 1023px) {
  .header {
    width: auto;
    /*    padding-bottom: 70px;*/
  }

  .header.scroll .hdr_logo {
    width: 118px;
  }

  .header .hdr_right .pnav {
    letter-spacing: -0.4em;
  }

  .header .hdr_right .pnav>div {
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
  }

  .header .hdr_right .pnav a {
    height: 70px;
    width: 112px;
    border-bottom: none !important;
  }

  .header .hdr_right .cv+.cv {
    border-left: none;
  }

  .header .hdr_right .pnav>div:first-child a {
    border-right: none;
  }

  .header .hdr_right .gnav {
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    border-top: 1px solid #c9cacb;
    text-align: center;
  }

  .header .hdr_right .gnav a {
    height: 70px;
    padding: 0 15px 10px;
  }

  .header .hdr_right .gnav a br {
    display: none;
  }
}

/* img.tab {
  display: none;
} */
/* @media screen and (min-width: 960px) and (max-width: 1023px) {
  .gNav li.hasChild .gNavInner,
  .header02 .gNav li.hasChild .gNavInner {
    top: 102px;
  }
  .cv .tab_none {
    display: block !important;
  }
} */
@media only screen and (max-width: 1024px) {
  .header.lower {
    opacity: 1;
    visibility: visible;
  }

  .header .hdr_right {
    display: none;
  }

  .header .hdr_logo,
  .header.scroll .hdr_logo {
    position: static;
    width: 138px;
    padding: 7px 10px;
  }

  .header .clearfix {
    border-bottom: 1px solid #d9d9d9;
  }

  .gNav {
    display: none;
    float: none;
    position: fixed;
    top: 69px;
    right: 0;
    height: calc(100% - 61px);
    overflow: scroll;
    width: 375px;
    border-top: none;
    border-bottom: none;
    overflow-x: hidden;
  }

  .gNav>ul {
    padding-bottom: 65px;
    max-width: none;
  }

  .gNav ul {
    display: block;
  }

  .gNav li.tabsp {
    display: block;
  }

  .gNav li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #d9d9d9;
    margin-left: 0 !important;
    padding: 0;
    text-align: left;
  }

  .gNav li a {
    padding: 15px;
  }

  .gNav li.hasChild {
    position: relative;
    height: auto;
  }

  .gNav li.hasChild .gNavInner {
    display: none;
    position: static;
    opacity: 1;
    pointer-events: auto;
    padding: 0 20px;
    background: none;
    -webkit-transition: none;
    transition: none;
  }

  .gNav li>div.menu>a,
  .header02 .gNav li>div.menu>a {
    pointer-events: none;
  }

  .gNav li>div {
    position: relative;
  }

  .gNav li>div.menu>span {
    position: static;
    padding: 0;
    text-align: center;
  }

  .gNav li>div.menu>span::after {
    display: none;
  }

  .gNav li>div.menu span.toggle {
    position: absolute;
    top: 0;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }

  .gNav li>div.menu span.toggle::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    height: 20px;
    width: 1px;
    margin: auto;
    background: #a29da3;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .gNav li>div.menu span.toggle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 1px;
    margin: auto;
    background: #a29da3;
  }

  .gNav li>div.open span.toggle::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  /* .gNav li > a:hover,
  .gNav li:hover > div.menu {
    color: #0f653e;
  } */
  .gNav li>a:hover,
  .gNav .menu.active,
  .gNav li.active a,
  .gNav li a.active,
  .gNav li:hover>div.open {
    /* color: #fff !important;
    background: #0f653e; */
    font-weight: bold;
    color: #000;
  }

  .gNav .menu.open+.gNavInner {
    opacity: 1;
  }

  .dd_menu {
    background: none;
    padding: 15px 0;
    border-top: 1px solid #d9d9d9;
  }

  .dd_menu .table {
    display: block;
  }

  .dd_menu .table>div.textArea {
    width: 100%;
  }

  .dd_menu .table>div.textArea .linkArea ul+ul {
    margin-top: 0;
  }

  .dd_menu .table>div.textArea .linkArea li {
    display: block;
    margin: 0;
    border: none;
    padding: 15px 10px;
  }

  .dd_menu .table>div.imageArea,
  .dd_menu .table>div.textArea .areaTtl {
    display: none;
  }

  .gnav_btn {
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 99999;
  }

  .gnav_btn a {
    display: block;
    position: relative;
  }

  .gnav_btn a img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .gnav_btn a .ov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  .gnav_btn a.open .df {
    opacity: 0;
  }

  .gnav_btn a.open .ov {
    opacity: 1;
  }

  .gnav_btn {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }

  .gnav_btn.lower {
    opacity: 1;
  }

  .header.scroll+.gnav_btn {
    opacity: 1;
  }

  .header02 .gNav li:first-child>div.menu a span.font_s {
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .dd_menu {
    padding: 0;
  }

  .dd_menu .table>div.textArea .linkArea li {
    padding: 0;
  }

  .dd_menu .table>div.textArea .linkArea li a {
    padding: 15px 10px;
  }

  .gNav {
    width: 100%;
    /*    min-height: 1024px;*/
  }

  .gNav li>div.menu>span {
    position: static;
    padding: 15px;
    text-align: center;
    color: #000;
  }

  .gNav li>div.menu>span br {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .gnav_btn.lower {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .gnav_btn {
    position: fixed;
    top: 9px;
    right: 5px;
    z-index: 9999999;
  }

  .gnav_btn a {
    display: block;
    position: relative;
  }

  .gnav_btn a img {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .gnav_btn a .ov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }

  .gnav_btn a.open .df {
    opacity: 0;
  }

  .gnav_btn a.open .ov {
    opacity: 1;
  }
}

.ftr_cv {
  padding: 120px 0 40px;
  background: white;
  position: relative;
  z-index: 3;
}

.ftr_cv .clm {
  text-align: center;
}

.ftr_cv .clm>div {
  vertical-align: bottom;
  margin: 0 10px;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.045em;
}

.ftr_cv .clm>div:nth-child(3) {
  font-size: 12px;
}

.ftr_cv .clm a {
  pointer-events: none;
  cursor: default;
}

.ftr_cv .inner.above_kazari {
  max-width: none;
  padding: 0 2.941176471%;
}

.ftr_cv .inner.above_kazari .inner {
  max-width: 662px;
}

.footer {
  background: white;
  position: relative;
  z-index: 999999;
}

.footer .bnr {
  background: #f6f6f6;
  padding: 40px 55px 60px;
  border-bottom: 1px solid #dddddd;
}

.footer .bnr .bnr_slider {
  max-width: 760px;
  margin: 0 auto;
}

.footer .bnr .bnr_slider a {
  display: block;
}

.footer .bnr .bx-wrapper {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer .bnr .bx-wrapper .bx-pager {
  padding: 0;
  bottom: -20px;
}

.footer .bnr .bx-wrapper .bx-pager.bx-default-pager a {
  width: 30px;
  height: 3px;
  border-radius: 0;
  background: #acacac;
}

.footer .bnr .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #333333;
}

@media only screen and (min-width: 640px) {
  .footer .bnr .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #333333;
  }
}

.footer .bnr .bx-wrapper .bx-controls-direction a {
  width: 11px;
  height: 26px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.footer .bnr .bx-wrapper .bx-prev {
  background: url(../imgs/prev.png) center no-repeat;
  background-size: cover;
  left: -55px;
}

.footer .bnr .bx-wrapper .bx-next {
  background: url(../imgs/next.png) center no-repeat;
  background-size: cover;
  right: -55px;
}

.footer .logo {
  padding: 20px 0;
}

.footer .copy {
  background: #06351e;
  color: white;
  font-size: 10px;
  line-height: 1;
  padding: 7px 0;
}

.ftr_cv .titA {
  margin-bottom: 40px;
}

.ftr_cv .btnArea {
  margin-bottom: 50px;
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
}

.ftr_cv .btnArea>div {
  text-align: center;
  /* width: calc(320 / 664 * 100%); */
  width: 100%;
  height: 80px;
  font-size: 20px;
  letter-spacing: 0.16em;
  transition: 0.5s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .ftr_cv .btnArea>div {
    display: block;
    margin-top: 30px;
    width: 100%;
  }

  .ftr_cv .btnArea>div:nth-child(n+2) {
    margin-top: 10px;
  }
}

.ftr_cv .btnArea>div::before {
  content: "";
  width: calc(100% - (4px * 2));
  height: calc(100% - (4px * 2));
  position: absolute;
  top: 4px;
  left: 4px;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  pointer-events: none;
}

.ftr_cv .btnArea>div:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 100;
  transition: 0.5s;
  pointer-events: none;
}

.ftr_cv .btnArea>div:hover:after {
  background: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}

.ftr_cv .btnArea>div.request {
  background-image: linear-gradient(90deg, rgb(158, 27, 73) 0%, rgb(168, 51, 93) 18%, rgb(177, 75, 112) 50%, rgb(168, 51, 93) 82%, rgb(158, 27, 73) 100%);
}

.ftr_cv .btnArea>div.result {
  background-image: linear-gradient(90deg, rgb(138, 105, 41) 0%, rgb(157, 124, 59) 18%, rgb(175, 142, 77) 50%, rgb(157, 124, 59) 82%, rgb(138, 105, 41) 100%);
}

.ftr_cv .btnArea>div a {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .ftr_cv .btnArea {
    flex-direction: column;
  }

  .ftr_cv .btnArea>div {
    width: 100%;
  }

  .ftr_cv .btnArea>div:not(:first-child) {
    margin-top: 20px;
    width: 100%;
  }
}

.ftr_cv .btnArea .request a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.2);
  /* max-width: 320px; */
  width: 100%;
  height: 80px;
  background: #a21b4b;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  letter-spacing: 0.16em;
}

.ftr_cv .btnArea .reserve a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.2);
  /* max-width: 320px; */
  width: 100%;
  height: 80px;
  background: #8a6929;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  letter-spacing: 0.16em;
}

@media only screen and (max-width: 959px) {
  .ftr_cv .clm>div {
    display: block;
    margin: 10px 0;
    text-align: center;
    /* br {
    	display: none;
    } */
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .footer {
    margin-bottom: 65px;
    border-bottom: 1px solid white;
  }
}

@media only screen and (max-width: 639px) {
  .ftr_cv {
    padding: 20px 0;
  }

  .ftr_cv .clm a {
    pointer-events: auto;
    cursor: pointer;
  }

  .ftr_cv .titA {
    margin-bottom: 20px;
  }

  .ftr_cv .btnArea {
    margin-bottom: 25px;
  }

  .footer {
    margin-bottom: 65px;
    border-bottom: 1px solid white;
  }

  .footer .cv .clm>div:nth-child(1) {
    font-size: 12px;
  }

  .footer .cv .clm>div:nth-child(3) {
    font-size: 10px;
  }

  .footer .bnr {
    padding: 15px 40px 30px;
  }

  .footer .bnr .bx-wrapper img {
    width: 100%;
  }

  .footer .bnr .bx-wrapper .bx-pager {
    bottom: -15px;
  }

  .footer .logo {
    padding: 10px 0;
  }
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999998;
  display: none;
}

@media only screen and (max-width: 767px) {
  .pagetop {
    bottom: 66px;
  }
}

@media screen and (min-width: 767px) {
  .fnav {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .fnav {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: white;
    border-top: 1px solid #ddd;
  }

  .fnav>div {
    /* width: 33.33%; */
    width: 50%;
  }

  .fnav>div:nth-child(1) {
    display: inline-block;
  }

  /* .fnav > div {
    width: 100%;
  }
  .fnav > div:nth-child(1) {
    display: none;
  } */
  /*
  .fnav > div:nth-child(2) {
      background: #937a4a;
      border-right: 1px solid #fff;
    }
*/
  .fnav>div:nth-child(2) {
    background: #a61c4d;
  }

  .fnav>div:nth-child(3) {
    background: #8a6929;
  }

  .fnav>div a {
    display: block;
    position: relative;
    height: 65px;
  }

  .fnav>div a img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

@media screen and (max-width: 639px) {
  .fnav>div {
    width: 33.33%;
    /* width: 50%;  */
  }

  .fnav>div:nth-child(1) {
    display: inline-block;
  }
}

.fNavArea {
  padding: 30px 2.941176471%;
  background: #f6f6f6;
  border-top: 1px solid #ddd;
  margin-bottom: 35px;
}

@media screen and (max-width: 639px) {
  .fNavArea {
    padding: 0;
    border-top: none;
    margin-bottom: 20px;
  }
}

.fNavArea .fNavInner {
  max-width: 959px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fNavArea .fNavInner>ul {
  letter-spacing: -0.4em;
}

.fNavArea .fNavInner>ul>li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.08em;
  width: 33.333333333%;
  /*width: 25%;*/
}

.fNavArea .fNavInner>ul>li+li {
  border-left: 1px solid #ddd;
}

.fNavArea .fNavInner>ul>li+li:nth-child(3n + 1) {
  border-left: none;
}

.fNavArea .fNavInner>ul>li+li:nth-child(n + 4) {
  margin-top: 30px;
}

@media screen and (max-width: 639px) {
  .fNavArea .fNavInner>ul>li+li:nth-child(n + 4) {
    margin-top: 0px;
  }

  .fNavArea .fNavInner>ul>li+li {
    border-left: none;
  }
}

@media screen and (min-width: 640px) and (max-width: 767px) {
  .fNavArea .fNavInner>ul>li {
    width: 33.33333333%;
  }

  /* .fNavArea .fNavInner > ul > li + li:nth-child(2n+1) {
border: none; } */
  .fNavArea .fNavInner>ul>li.line01:nth-child(1) li:last-child {
    /* padding-bottom: 20px; */
  }
}

.fNavArea .fNavInner>ul>li .navTit {
  display: table;
  width: 100%;
  height: 50px;
  text-align: center;
  background: #eaeaea;
  margin-bottom: 10px;
}

.fNavArea .fNavInner>ul>li .navTit>span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}

.fNavArea .fNavInner>ul>li .navTit>span span.font_s {
  font-size: 0.5em;
}

.fNavArea .fNavInner>ul>li ul>li {
  padding-left: 20px;
  font-size: 12px;
}

.fNavArea .fNavInner>ul>li ul>li a,
.fNavArea .fNavInner>ul>li ul>li span {
  display: block;
  padding: 8px 0;
}

.fNavArea .fNavInner>ul>li ul>li span {
  /* color: #ccc; */
}

.fNavArea .fNavInner>ul>li ul>li a {
  transition: 0.3s;
  color: #555;
}

.fNavArea .fNavInner>ul>li.off ul>li {
  opacity: 0.3;
}

.fNavArea .fNavInner>ul>li ul>li a.hover,
.fNavArea .fNavInner>ul>li ul>li a.active {
  color: #cbb06b;
}

@media screen and (max-width: 639px) {
  .fNavArea .fNavInner>ul>li {
    display: block;
    width: 100%;
  }

  .fNavArea .fNavInner>ul>li .navTit {
    margin-bottom: 0px;
  }

  .fNavArea .fNavInner>ul>li>ul>li {
    border-bottom: 1px solid #ddd;
  }
}

.fNav {
  background: #435997;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro",
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "メイリオ", sans-serif;
  padding: 20px 0;
}

.fNav .inner {
  max-width: 959px;
}

.fNav .upper+.upper {
  margin-top: 20px;
}

.fNav .upper ul {
  display: flex;
  justify-content: center;
}

.fNav .upper ul li {
  text-align: center;
  width: 25%;
}

.fNav .upper+.upper ul li {
  width: 25%;
}

.fNav .upper ul li a {
  display: block;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em;
  position: relative;
}

.fNav .upper ul li a::before {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.fNav .upper ul li:last-child a::after {
  content: "";
  width: 1px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.fNav .upper ul li a span {
  display: inline-block;
  position: relative;
}

.fNav .upper ul li a span::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}

.fNav .upper ul li a.current span::after,
.fNav .upper ul li a.hover span::after {
  left: 0;
  width: 100%;
}

.fNav .upper li>a.is-off {
  pointer-events: none;
  opacity: .4;
}

.fNav .lower {
  margin-top: 20px;
}

.fNav .lower ul {
  display: flex;
}

.fNav .lower ul li+li {
  margin-left: 20px;
}

.fNav .lower ul li a {
  color: #fff;
}

.fNav .lower ul li a img {
  position: relative;
  bottom: 4px;
  margin-right: 5px;
}

.fNav .lower ul li a span {
  display: inline-block;
  position: relative;
}

.fNav .lower ul li a span:after {
  content: "";
  width: 0%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s;
}

.fNav .lower ul li a.hover span::after {
  left: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .fNav {
    display: none;
  }
}

.captionArea {
  margin: 0px auto;
  padding: 40px 20px;
  /* max-width: 1088px;
  padding: 0 2.941176471%; */
  position: relative;
  z-index: 10;
  width: 100%;
  font-size: 12px;
  color: #333333;
  background: #e8ecf5;
}

@media screen and (max-width: 639px) {
  .captionArea {
    margin: 0px auto 10px;
    font-size: 10px;
    padding: 20px 0;
  }
}

.content {
  margin-top: 138px;
  /* margin-top: 50px; */
}

@media screen and (max-width: 1024px) {
  .content {
    margin-top: 70px;
  }
}

.pankuzu {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1023px) {
  .pankuzuArea .inner {
    padding: 0;
  }
}

.gNav,
.gNav--top {
  text-align: center;
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  background: rgba(255, 255, 255, 0.9);

}

.gNav li,
.gNav--top li {
  /* display: inline-block;
  vertical-align: middle; */
  /* position: relative; */
  height: 62px;
}

.gNav ul li>div>a,
.gNav--top ul li>div>a,
.gNav--top ul li>a,
.gNav--top ul li>div>span {
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.gNav li.tabsp,
.gNav--top li.tabsp {
  display: none;
}

.gNav li>a::before,
.gNav--top li>a::before {
  /* content: '';
  width: 1px;
  height: 100%;
  background: #d9d9d9;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
}

@media screen and (max-width: 959px) {

  .gNav li::before,
  .gNav--top li::before {
    background: none;
  }

  .gNav,
  .gNav--top {
    border-left: 1px solid #d9d9d9;
  }
}

@media screen and (max-width: 639px) {

  .gNav,
  .gNav--top {
    border-left: none;
  }
}

.gNav li>div,
.gNav li>p,
.gNav li>a,
.gNav--top li>div,
.gNav--top li>p,
.gNav--top li>a {
  /* padding: 15px 12px; */
  /* display: block; */
  transition: 0.3s ease-out;
}

@media screen and (min-width: 960px) and (max-width: 1023px) {

  .gNav li>div,
  .gNav li>p,
  .gNav li>a,
  .gNav--top li>div,
  .gNav--top li>p,
  .gNav--top li>a {
    letter-spacing: normal;
  }
}

.gNav li>div.menu,
.gNav li>div.noChild,
.gNav li.noChild,
.gNav--top li>div.menu,
.gNav--top li>div.noChild,
.gNav--top li.noChild {
  cursor: pointer;
  position: relative;
}

.gNav li.off,
.gNav--top li.off {
  cursor: auto;
}

.gNav li:first-child>div.menu,
.gNav--top li:first-child>div.menu {
  line-height: 1;
  padding: 14px 15px 13px 15px;
}

@media screen and (min-width: 1025px) {

  /* .gNav li:first-child > div.menu::before {
    content: '';
    width: 1px;
    height: 50%;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  } */
  .gNav li>div.menu::after,
  .gNav li>div.noChild::after,
  .gNav li.noChild::after,
  .gNav--top li>div.menu::after,
  .gNav--top li>div.noChild::after,
  .gNav--top li.noChild::after {
    content: '';
    width: 1px;
    height: 50%;
    background: #ddd;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.gNav li::after {
  content: '';
  width: 1px;
  height: 50%;
  background: #bababa;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.gNav li>div.menu a>span,
.gNav--top li>div.menu a>span {
  position: relative;
  padding-right: 15px;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 1024px) {

  .gNav li>div.menu a>span,
  .gNav--top li>div.menu a>span {
    display: block;
    position: relative;
    padding-right: 0px;
    letter-spacing: 0.15em;
    width: 100%;
    text-align: center;
  }
}

/* .gNav li > div.menu a > span::after,
.gNav--top li > div.menu a > span::after {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #b2b2b2;
  border-left: 1px solid #b2b2b2;
  position: absolute;
  top: 35%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  transition: 0.3s ease-out;
}
.gNav li > div.menu.active a > span::after,
.gNav li:hover > div.menu a > span::after
.gNav--top li > div.menu.active a > span::after,
.gNav--top li:hover > div.menu a > span::after {
  border-bottom: 1px solid #cbb06b;
  border-left: 1px solid #cbb06b;
} */
.gNav li:first-child>div.menu a>span,
.gNav--top li:first-child>div.menu a>span {
  letter-spacing: 0;
}

.gNav li:first-child>div.menu a span.font_s,
.gNav--top li:first-child>div.menu a span.font_s {
  font-size: 10px;
  letter-spacing: 0.05em;
  padding-left: 1em;
}

@media screen and (max-width: 1024px) {

  .gNav li>div.menu a>span::after,
  .gNav--top li>div.menu a>span::after {
    content: none;
  }

  .gNav li>div.menu a>span,
  .gNav--top li>div.menu a>span {
    position: static;
  }

  .gNav li:first-child>div.menu a span.font_s,
  .gNav--top li:first-child>div.menu a span.font_s {
    padding-left: 0;
  }

  .gNav li>div.menu {
    position: relative;
  }

  .gNav li>div.menu::after {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: url(../imgs/icon_p.jpg) no-repeat;
    background-size: cover;
  }

  .gNav li>div.menu.open::after {
    background: url(../imgs/icon_m.jpg) no-repeat;
    background-size: cover;
  }
}

.gNav li.off p,
.gNav--top li.off p {
  opacity: 0.3;
}

.gNav li.hasChild .gNavInner,
.gNav--top li.hasChild .gNavInner {
  position: absolute;
  top: 61px;
  left: 0;
  opacity: 0;
  width: 100%;
  padding: 0;
  text-align: left;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {

  .gNav li.hasChild .gNavInner,
  .gNav--top li.hasChild .gNavInner {
    position: static;
  }
}

.gNav li.hasChild .gNavInner a,
.gNav li.hasChild .gNavInner p,
.gNav--top li.hasChild .gNavInner a,
.gNav--top li.hasChild .gNavInner p {
  padding: 0;
}

.gNav li.hasChild:hover .gNavInner,
.gNav--top li.hasChild:hover .gNavInner {
  opacity: 1;
  pointer-events: auto;
}

.dd_menu {
  /* background: rgba(255, 255, 255, 0.92); */
  background: rgb(158, 197, 181);
  background: -moz-linear-gradient(45deg, rgba(158, 197, 181, 1) 0%, rgba(237, 248, 219, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(158, 197, 181, 1) 0%, rgba(237, 248, 219, 1) 100%);
  background: linear-gradient(45deg, rgba(158, 197, 181, 1) 0%, rgba(237, 248, 219, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ec5b5', endColorstr='#edf8db', GradientType=1);
  padding: 40px 20px;
}

.dd_menu .table {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}

.dd_menu .table>div {
  width: 20%;
}

@media screen and (max-width: 767px) {
  .dd_menu {
    padding: 0px;
  }

  .dd_menu .table {
    display: block;
  }

  .dd_menu .table>div {
    width: 100%;
  }

  .dd_menu .table>div+div {
    border-top: 1px solid #ddd;
  }

  .dd_menu .table>div .link__img {
    display: none;
  }
}

.dd_menu .table>div a {
  position: relative;
  display: block;
  height: auto;
}

.dd_menu .table>div a::after {
  transition: 0.3s ease;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
}

.dd_menu .table>div a.hover::after {
  background: rgba(255, 255, 255, .3);
}

.dd_menu .table>div a.off {
  pointer-events: none;
}

.dd_menu .table>div a.off .link__text {
  color: rgba(51, 51, 51, .2);
}

.dd_menu .table>div:nth-child(even) .link__text {
  background: #f3faf1;
}

.dd_menu .table>div .link__img {
  position: relative;
}

.dd_menu .table>div .link__img .acap {
  font-size: 10px;
  line-height: 1;
  letter-spacing: normal;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  text-shadow: black 0 0 2px;
}

.dd_menu .table>div .link__text {
  text-align: left;
  padding: 25px 0 25px 30px;
  background: #fff;
  line-height: 1;
  position: relative;
}

@media screen and (max-width: 767px) {

  .dd_menu,
  .dd_menu .table>div a::after,
  .dd_menu .table>div:nth-child(even) .link__text,
  .dd_menu .table>div .link__text {
    background: none;
  }
}

@media screen and (max-width: 1024px) {
  .dd_menu .table>div .link__text {
    padding: 20px 0 20px 15px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .dd_menu .table>div .link__text {
    padding: 20px 0 20px 30px;
    font-size: 12px;
  }
}

.dd_menu .table>div a .link__text::before {
  content: '';
  width: 20px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 2px;
}

@media screen and (max-width: 1024px) {
  .dd_menu .table>div a .link__text::before {
    width: 10px;
  }
}

@media screen and (max-width: 767px) {
  .dd_menu .table>div a .link__text::before {
    content: none;
  }
}

.dd_menu .table>div a.off .link__text::before {
  background: rgba(51, 51, 51, .2);
}

.dd_menu .table>div.imageArea {
  width: 51.886792453%;
  padding-left: 3.773584906%;
}

.dd_menu .table>div.textArea {
  width: 48.113207547%;
}

.dd_menu .table>div.textArea .areaTtl {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaaaaa;
  margin-top: calc(0px - (((30px * 1.6) - 30px) / 2));
  margin-bottom: 30px;
}

.dd_menu .table>div.textArea .areaTtl .font_s {
  font-size: .5em;
}

.gNav li:first-child .dd_menu .table>div.textArea .areaTtl {
  line-height: 1;
  padding-bottom: 15px;
}

.dd_menu .table>div.textArea .linkArea ul+ul {
  /* margin-top: 10px; */
}

.dd_menu .table>div.textArea .linkArea li {
  display: block;
  padding-left: 10px;
  line-height: 1;
}

.dd_menu .table>div.textArea .linkArea li+li {
  margin-top: 30px;
}

.dd_menu .table>div.textArea .linkArea li:last-child {}

.dd_menu.list1 {}

.dd_menu .table>div.textArea .linkArea li:last-child {}

@media screen and (max-width: 959px) {
  .dd_menu .table>div.textArea .linkArea li+li {
    margin-top: auto;
  }
}

/* @media only screen and (min-width: 1025px) {
  .header {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    top: -145px;}
    .header.scroll {
      opacity: 1;
      visibility: visible;
      top: 0;
    }
} */


/* 
  フッター支給ファイル上書き用
  支給されるファイルには直接触らずにこちらで上書きする
  支給されたファイルは以下のように名前を変更して格納
  ・footer_hapia.css
  ・style_hapia.css
  ・media_hapia.css 
*/
.g-hapia-nav-item:after {
  top: 50% !important;
}

@media screen and (max-width:1024px) {
  .g-hapia-nav-item:after {
    transform: translateY(-50%) rotate(45deg) !important;
  }
}

.g-hapia-nav-copyright {
  background: #333333 !important;
  color: white !important;
  font-size: 10px !important;
  line-height: 1 !important;
  padding: 7px 0 !important;
}