@charset "UTF-8";

body {
  font-family: 'Helvetica Neue', Arial, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  min-width: 1300px;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ==========================================================================

  01. header
  02. gnav
  03. footer
  04. low-common-design (low only)
  05. menu
  06. counseling (low only)

  09. multi-class

========================================================================== */
/*
  01. header
========================================================================== */
header {
  padding-bottom: 28px;
  position: relative;
  z-index: 100;
}

header h1 {
  padding: 20px 0 0 2.14285%;
  color: #4b4b4b;
  font-size: 11px;
  line-height: 1;
}

header .logo {
  margin: auto;
  padding: 47px 0 30px 0;
  width: 264px;
  background: url('../images/common/hd_logo_bg.png') center bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

header .logo a {
  display: block;
  margin: 0 auto;
  width: 141px;
}

header .inner {
  margin: 15px 2.14285% 0 2.14285%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

/* left -------------------------------------------------- */
header .inner .left {
  display: flex;
  align-items: flex-end;
}

header .tel {
  margin-right: 30px;
  width: 237px;
}

header .timetable {
  width: 261px;
}

header .timetable p {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .05em;
}

header .timetable p + p {
  margin-top: 2px;
}

header .timetable p .start {
  margin-right: .75em;
  position: relative;
}

header .timetable p .start::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #c1ba8c;
  position: absolute;
  top: 50%;
  right: -.5em;
  transform: translateY(-50%);
}

header .timetable .hosoku {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #e0e0e0;
}

header .timetable .hosoku li {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .05em;
}

/* right -------------------------------------------------- */
header .inner .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .info {
  margin-right: 26px;
  /* font-family: "ヒラギノ丸ゴ W4 JIS2004", "Hiragino Maru Gothic W4 JIS2004"; */
  font-size: 14px;
}
header .info li{
  display: flex;
  align-items: center;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.4em auto;
  padding-left: 2.8em;
  height: 2.8em;
  color:#4a4a4a;
}
header .info li:nth-of-type(1){
  background-image: url(../images/common/hd_info_tra.png);
}
header .info li:nth-of-type(2){
  margin-top: 0.3em;
  background-image: url(../images/common/hd_info_car.png);
}
header .btn {
  display: flex;
  border-left: 1px solid rgba(122, 122, 122, .32);
}

header .btn li {
  border-right: 1px solid rgba(122, 122, 122, .32);
}

header .btn li:first-child {
  width: 130px;
}

header .btn li:last-child {
  width: 128px;
}

/*
  02. gnav
========================================================================== */
.gnav {
  margin: 47px auto 0 auto;
  width: 1210px;
}

.gnav ul {
  display: flex;
  align-items: center;
  position: relative;
}

.gnav ul li {
  height: 34.5px;
  position: relative;
}

.gnav ul::before,
.gnav ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 11px;
  background: #a4a4a4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.gnav ul::before {
  left: 0;
  z-index: 2;
}

.gnav ul li::after {
  right: 0;
}

/*
  03. footer
========================================================================== */
/* top -------------------------------------------------- */
footer .top {
  padding: 52px 0;
  background: #f3fae4;
}

footer .logo {
  margin: 0 auto;
  width: 202px;
}

footer .address {
  margin-top: 32px;
  text-align: center;
  color: #434343;
  font-size: 15px;
  line-height: 1;
  letter-spacing: .02em;
}

footer .tel {
  margin: 16px auto 0 auto;
  width: 462px;
}

footer .btn {
  margin-top: 23px;
  display: flex;
  justify-content: center;
  gap: 0 23px;
}

footer .btn li {
  width: 250px;
}

footer .box {
  margin-top: 44px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

footer .timetable {
  margin-right: 32px;
  width: 485px;
}

footer .timetable table {
  width: 100%;
  table-layout: fixed;
}

footer .timetable table thead tr th,
footer .timetable table thead tr td,
footer .timetable table tbody tr th,
footer .timetable table tbody tr td {
  text-align: center;
  line-height: 1;
}

footer .timetable table thead tr th,
footer .timetable table tbody tr th {
  width: 30%;
}

footer .timetable table thead tr {
  background: #8ab15a;
}

footer .timetable table thead tr th,
footer .timetable table thead tr td {
  padding: 8px 0;
  color: #fff;
  font-size: 16px;
}

footer .timetable table thead tr th {
  letter-spacing: .1em;
}

footer .timetable table tbody tr {
  border-bottom: 1px solid #8ab15a;
}

footer .timetable table tbody tr th,
footer .timetable table tbody tr td {
  padding: 12px 0;
  color: #8ab15a;
}

footer .timetable table tbody tr th {
  font-size: 16px;
}

footer .timetable table tbody tr td {
  font-size: 14px;
}

footer .timetable table tbody tr td i {
  color: #b1a65a;
}

footer .hosoku {
  margin: 10px 0 0 16px;
}

footer .hosoku li {
  color: #4a4a4a;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .08em;
}

footer .hosoku li p i {
  color: #cd1010;
}

footer .info {
  display: flex;
  border-left: 1px dashed rgba(90, 81, 25, .32);
}

footer .info li {
  width: 177px;
  border-right: 1px dashed rgba(90, 81, 25, .32);
}

footer .bnr{
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .bnr a:nth-of-type(2){
  margin-left:40px;
}

footer .seo {
  margin: 42px auto 0 auto;
  width: 1000px;
  color: #484848;
  font-size: 13px;
  line-height: 1.53846;
  letter-spacing: .06em;
}

/* bottom -------------------------------------------------- */
footer .bottom {
  padding: 42px 0 35px 0;
  background: #eef2da;
  position: relative;
}

footer .sitemap ul {
  display: flex;
  justify-content: center;
}

footer .sitemap ul + ul {
  margin-top: 10px;
}

footer .sitemap ul li {
  margin: 0 1em;
  line-height: 1;
}

footer .sitemap ul li a {
  color: #484848;
  font-size: 13.33px;
  line-height: 1;
  position: relative;
}

footer .sitemap ul li a::after {
  content: '/';
  position: absolute;
  top: 50%;
  right: -1.25em;
  transform: translateY(-50%);
}

footer .sitemap ul li:last-child a::after {
  display: none;
}

footer .gmap {
  margin: 40px auto 0 auto;
  width: 92.85714%;
  filter: grayscale(1);
}

footer .gmap iframe {
  display: block;
  width: 100%;
  height: 411px;
}

footer .humanity {
  display: block;
  width: 85px;
  position: absolute;
  top: 52px;
  right: 83px;
}

footer .copy {
  margin-top: 30px;
  text-align: center;
}

footer .copy small {
  color: #484848;
  font-size: 12.5px;
  line-height: 1;
  letter-spacing: .1em;
}

/* pagetop -------------------------------------------------- */
.pagetop {
  display: none;
  width: 85px;
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 9999;
  filter: drop-shadow(1px 1px 3px rgba(124, 190, 38, .35));
  transition: .3s ease-in-out;
  cursor: pointer;
}

.pagetop:hover {
  opacity: .5;
}

/*
  04. low-common-design (low only)
========================================================================== */
.pc-contents {
  margin: 68px auto 180px auto;
  width: 1200px;
}

.left-contents {
  width: 280px;
  float: left;
}

.right-contents {
  width: 800px;
  float: right;
}

.mainPhoto {
  margin: 0 auto;
  width: 94.21428%;
  box-shadow: 4px 9px 13px 0px rgba(191, 191, 191, .27);
}

/*
  05. menu
========================================================================== */
.sidemenu ul {
  margin-top: 38px;
}

.sidemenu ul li {
  margin-top: 25px;
  border-bottom: 1px solid #ddd;
}

.sidemenu ul li a {
  display: block;
  padding: 0 0 11px 15px;
  color: #000;
  font-size: 18px;
  line-height: 1;
  letter-spacing: .1em;
  position: relative;
}

.sidemenu ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-width: 0 0 11px 11px;
  border-style: solid;
  border-color: transparent transparent #8ab15a transparent;
  position: absolute;
  right: 9px;
  bottom: 5px;
}

.sidebanner {
  margin: 44px 0 0 -10px;
  width: 290px;
}

.sidebanner ul li:nth-child(2) {
  margin-top: 42px;
}

/*
  06. counseling (low only)
========================================================================== */
.counseling {
  margin-top: 80px;
}

.counseling .information {
  margin-top: 20px;
  padding: 35px 0 28px 0;
  background: url('../images/common/lowft_bg.jpg') right bottom no-repeat;
  background-size: cover;
  border: 1px solid #9cba71;
}

.counseling .information .logo {
  margin-left: 25px;
  width: 313px;
  filter: drop-shadow(0 0 20px rgba(250, 247, 242, .85)) drop-shadow(0 0 20px rgba(250, 247, 242, .85)) drop-shadow(0 0 20px rgba(250, 247, 242, .85)) drop-shadow(0 0 20px rgba(250, 247, 242, .85));
  position: relative;
  z-index: 1;
}

.counseling .information .btn {
  margin: 28px 0 0 23px;
  display: flex;
  position: relative;
  z-index: 2;
}

.counseling .information .btn li {
  margin-right: 9px;
  width: 118px;
}

.counseling .information .tel {
  margin: 30px 0 0 28px;
}

.counseling .information .tel .ttl {
  padding: 2px 0 1px 0;
  width: 85px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .025em;
  background: #8ab15a;
  border-radius: 4px;
}

.counseling .information .tel p:last-child {
  margin-top: 10px;
  width: 190px;
}

.counseling .information .address {
  margin: 30px 0 0 28px;
}

.counseling .information .address .ttl {
  padding: 2px 0 1px 0;
  width: 60px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .025em;
  background: #a98b6e;
  border-radius: 4px;
}

.counseling .information .address p:last-child {
  margin-top: 10px;
  color: #434343;
  font-size: 15px;
  line-height: 1.33333;
  letter-spacing: .02em;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

/*
  09. multi-class
========================================================================== */
/* clearfix */
.cf::after {
  display: block;
  content: '';
  clear: both;
}

.clear {
  clear: both;
}

/* fade */
.fade {
  transition: .3s ease-in-out;
}

.fade:hover {
  opacity: .5;
}

/* link */
.p-link {
  color: #9e7c5b;
  text-decoration: underline;
  margin: 0 1px;
  transition: .3s ease-in-out;
}

.p-link:hover {
  opacity: .5;
}

/* font */
.gothic {
  font-family: 'Helvetica Neue', Arial, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, sans-serif;
}

.mincho {
  font-family: 'Times New Roman', Times, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.noto-sans {
  font-family: 'Noto Sans JP', sans-serif;
}

.noto-serif {
  font-family: 'Noto Serif JP', serif;
}

.hannari {
  font-family: 'Hannari', 'Times New Roman', 'Noto Serif JP', serif;
}

.sawarabi-go {
  font-family: 'Sawarabi Gothic', sans-serif;
}

/* テキスト */
.bold {
  font-weight: bold;
}

.txt130 {
  font-size: 130%;
}

.txt120 {
  font-size: 120%;
}

.txt110 {
  font-size: 110%;
}

.txt90 {
  font-size: 90%;
}

.txt80 {
  font-size: 80%;
}

.or {
  color: #fc9b2a;
}

.gr {
  color: #008000;
}

.re {
  color: #FF373A;
}

i.fa {
  margin-right: 5px;
}

.nowrap {
  white-space: nowrap !important;
}

.underline {
  text-decoration: underline;
}

/* 画像 */
.img-border {
  box-sizing: border-box;
  padding: 4px;
  max-width: 100%;
  border: 1px solid #ccc;
  background: #fff;
}

.img-right {
  float: right;
  margin: 0 0 10px 15px;
  max-width: 300px;
}

.img-left {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 300px;
}

/* object-fit */
.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

/* flex */
.flex {
  display: flex;
}

.flex img {
  max-width: 100%;
  height: auto;
}

.fdC {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.justC {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-start {
  align-items: flex-start;
}

.align-base {
  align-items: baseline;
}

.fx_grow_1 {
  flex: 1 0 auto;
}

/* align */
.center {
  text-align: center;
}

.alignR {
  text-align: right !important;
}

.alignL {
  text-align: left !important;
}

.vAlignM {
  vertical-align: middle !important;
}

.vAlignT {
  vertical-align: top !important;
}

.vAlignB {
  vertical-align: bottom !important;
}

/* display */
.dispB {
  display: block;
}

.dispI {
  display: inline;
}

.dispFr {
  display: flow-root;
}

/* 余白 */
.p10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

/* 非表示 */
.pc-none {
  display: none !important;
}
