/*
Theme Name: Genkou_Forest
Description: This is Genkou_Forest site original theme.
Author: inu-design
Version: 1.1
*/
.top-page {
  overflow-x: hidden;
}
.mv-box img {
  width: 100%;
  height: auto;
}
main {
  overflow-x: hidden;
}
/*Smartphone*/
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 12%;
  }
}
/*END*/
/*------------------------------------------

	サイト内汎用

------------------------------------------*/
.txt {
  font-size: 1.6rem;
  line-height: 1.8;
}
.inr {
  padding-right: 70px;
  padding-left: 70px;
}
.link a {
  color: #fff;
  border: #fff 1px solid;
  display: inline-block;
  padding: 1em 2em;
}
.link_color a {
  font-size: 1.2rem;
  border: #737E7A 1px solid;
  display: inline-block;
  padding: 1em 2em;
}
.sosolink a {
  font-size: 1.2rem;
  color: #222;
  border: #222 1px solid;
  display: inline-block;
  padding: 1em 2em;
}
.hx-type1 {
  font-size: 3.0rem;
  font-weight: 500;
}
.hx-type2 {
  font-size: 3.3rem;
  line-height: 1.5;
  font-weight: 500;
}
.hx-type2 .sub {
  font-size: 3rem;
}
.hx-type3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: #737E7A 1px solid;
  padding-top: 15px;
  padding-bottom: 30px;
}
.pb15 {
  padding-top: 0;
  padding-bottom: 15px;
}
.hx-type3 .sub {
  font-size: 2.3rem;
}
.hx-type4 {
  font-size: 3rem;
  line-height: 1.5;
}
.hx-type4 .sub {
  font-size: .6em;
  color: #737E7A;
  padding-right: 1em;
}
.hx-type4.slv .sub {
  color: #939393;
}
.color_w {
  color: #fff;
}
.color_g {
  color: #0c3116;
}
/*PC*/
@media screen and (min-width: 768px) {
  .anchor {
    padding-top: 68px;
    margin-top: -68px;
  }
}
/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .inr {
    padding-right: 2%;
    padding-left: 2%;
  }
  .anchor {
    padding-top: 68px;
    margin-top: -68px;
  }
  .txt {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    line-height: 2.0;
  }
  .hx-type1 {
    font-size: 3.2rem;
    letter-spacing: 0.03em;
  }
  .hx-type2 {
    font-size: 3.2rem;
    letter-spacing: 0.03em;
  }
  .hx-type2 .sub {
    font-size: 2rem;
  }
}
/*END*/
/*------------------------------------------

	ヘッダー固定

------------------------------------------*/
.site-header {
  width: 100%;
  position: absolute;
  /*background-color: rgba(76,98,84,0.80);*/
  top: 0;
  left: 0;
  transition: .6s;
  padding: 20px 45px;
  z-index: 9999;
}
.site-header .inr {}
.site-header h1, .site-header p {
  width: 150px;
}
.site-header h1 img {
  width: 200px;
  filter: brightness(0) invert(1);
}
.site-header .menu-box {
  width: calc(100% - 250px);
}
.site-header .gnav li {
  margin-left: 30px;
}
.site-header .gnav a {
  font-size: 1.6rem;
  color: #fff;
}
.site-header .gnav .waku a {
  border: #fff 1px solid;
  border-radius: 3px;
  padding: .7em;
}
/*PC*/
@media screen and (min-width: 768px) {
  .hed-fix .site-header {
    background-color: #0c3116;
    padding: 15px 25px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .hed-fix .site-header .gnav a, .single .site-header .gnav a {
    color: #fff;
  }
  .hed-fix .site-header .gnav .waku a, .single .site-header .gnav .waku a {
    border: #fff 1px solid;
  }
  /*.single .site-header {
		background-color: #fff;
	}*/
  .site-header .gnav .drop {
    position: relative;
  }
  .site-header .gnav .sub-menu {
    display: none;
  }
  .hed-fix .site-header .sub-menu, .single .site-header .sub-menu {
    background-color: rgba(255, 255, 255, .8);
  }
  .hed-fix .site-header .sub-menu a {
    color: #262626;
  }
  .site-header .gnav .drop {
    padding-left: 1em;
    position: relative;
  }
  .site-header .gnav .drop::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5.5px 0 5.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: calc(50% - -1px);
    left: -5px;
    transform: translateY(-50%);
  }
  .hed-fix .site-header .gnav .drop::before, .single .site-header .gnav .drop::before {
    border-color: #000 transparent transparent transparent;
  }
  .site-header .gnav .drop .sub-menu {
    width: 150%;
    position: relative;
  }
  .site-header .gnav .drop:hover .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
  }
  .site-header .gnav .drop .sub-menu li {
    padding-left: 1em;
    margin-left: 0;
  }
  .menu-btn {
    display: none;
  }
  #menu-item-5292 a{
    background: #b59b5b;
    padding: 12px 20px;
  }
  .site-header .gnav li {
    margin-left: 30px;
    padding: 12px 0px;
  }
}
/*END*/
/*Smartphone*/
@media screen and (max-width: 1030px) {
  .site-header .gnav li {
    margin-left: 25px;
  }
}
/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  .site-header .gnav a {
    font-size: 1.4rem;
  }
}
/*END*/
/*Smartphone*/
@media screen and (max-width: 768px) {
  /*gnavボタン*/
  .site-header .open-btn {
    width: 40px;
    height: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
  }
  .site-header .open-btn span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .site-header .open-btn::before, .site-header .open-btn::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0;
  }
  .site-header .open-btn::before {
    top: 0;
  }
  .site-header .open-btn::after {
    bottom: 0;
  }
  .site-header .close-btn {
    width: 100%;
    height: 60px;
    color: #262626;
    border-bottom: #fff 1px solid;
    background: #fff;
    padding: 1em;
  }
  /*gnav*/
  .site-header .menu-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 9999;
    transition: .3s;
    overflow: scroll;
    padding-bottom: 410px;
  }
  .open .site-header .menu-box {
    left: 0;
  }
  .site-header .gnav {
    width: 100%;
    display: block;
  }
  .site-header .gnav li {
    width: 100%;
    margin-left: 0;
  }
  .site-header .gnav li a {
    width: 100%;
    font-size: 1.6rem;
    display: block;
    border-bottom: #fff 1px solid;
    padding: 1em;
  }
  .site-header .gnav li .sub-menu a {
    font-size: 1.3rem;
    color: #fff;
    background-color: rgba(0, 0, 0, .7);
  }
  .site-header .gnav .waku a {
    width: 80%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .site-header {
    padding: 2%;
  }
  .hed-fix .site-header {
    padding: 2%;
  }
  .up-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
    background: #fff;
    color: #0c3116;
    padding: 3px 5px;
    text-align: center;
    border-radius: 0 0 0 10px;
  }
}
/*END*/
/*------------------------------------------

TOP記事スライダー1

------------------------------------------*/
.slider-box {
  background-color: #e7e9ed;
  padding-top: 60px;
  padding-bottom: 60px;
}
.slider-box .inr {
  /*width: 100%;*/
  max-width: 1280px;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.slider-box .post-box {
  padding: 0 20px;
}
.slider-box .post-wrap {
  padding: 1em;
}
.slider-box .post-box .tit {
  font-size: 1.7rem;
  font-weight: normal;
}
.slider-box .post-box .txt {
  font-size: 1.5rem;
  line-height: 1.7;
}
.slider-box .my-dots {
  display: flex;
  justify-content: center;
}
.slider-box .flex-control-nav a, .slider-box .my-dots li button {
  width: 10px;
  height: 10px;
  color: transparent;
  border-radius: 100px;
  display: block;
  background-color: #939393;
  margin-right: 5px;
  margin-left: 5px;
}
.slider-box .flex-control-nav a.flex-active, .slider-box .my-dots li.slick-active button {
  background-color: #262626;
}
/*PC*/
@media screen and (min-width: 768px) {}
/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .slider-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slider-box .inr {
    padding-right: 2%;
    padding-left: 2%;
  }
  .slider-box #post-slider {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .slider-box .post-box {
    padding: 0 5px;
  }
  .slider-box .post-box .tit {
    font-size: 1.5rem;
  }
  .slider-box .post-box .txt {
    font-size: 1.3rem;
  }
}
/*END*/
/*------------------------------------------

２columnエリア

------------------------------------------*/
.column-box *, .column-box *::before, .column-box *::after {
  box-sizing: border-box;
}
.column-box {
  /*padding-bottom: 20px;*/
}
.column-box .txt-box {
  width: 50%;
}
.column-box .img-box {
  width: 50%;
}
.column-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.column-box.column2 .txt-box, .column-box.column2 .img-box {
  width: 50%;
}
.meal_w {
  color: #fff;
}
.meal_g {
  color: #E2E6E1;
}
.meal_lh {
  line-height: 1.1;
}
/*PC*/
@media screen and (min-width: 768px) {
  .column-box .txt-box {
    width: 50%;
    padding: 0 70px;
  }
}
/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .column-box .txt-box {
    width: 100%;
    padding-top: 20px;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 40px;
  }
  .column-box .img-box {
    width: 100%;
    height: auto;
  }
  .sp_txtal {
    text-align: center;
  }
  .sp_w100 {
    width: 100%;
  }
  .column-box.column2 .txt-box, .column-box.column2 .img-box {
    width: 100%;
  }
}
/*END*/
/*------------------------------------------

PLAN

------------------------------------------*/
.plan-box {
  background-color: #f4f4f4;
  padding-bottom: 100px;
  padding-top: 40px;
}
.plan-box .inr {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.plan-box article::before, .plan-box article::after {
  content: "";
  width: 23.4375%;
  max-width: 300px;
  display: block;
}
.plan-box article::before {
  order: 1;
}
.plan-box .post-box {
  width: 23.4375%;
  max-width: 300px;
}
.plan-box .post-wrap {
  background-color: #fff;
  padding: 1em;
}
.plan-box .post-box .tit {
  font-size: 1.7rem;
}
.plan-box .post-box .txt {
  line-height: 1.8;
}
.plan-box .post-box .cat {
  font-size: 1.3rem;
  display: inline-block;
  border: #999 1px solid;
  border-radius: 100px;
  padding: .3em 1em;
  margin-right: 10px;
}
.room_table {
  width: 90%;
  float: right;
  border-collapse: collapse;
}
.room_table th {
  width: 30%;
  text-align: center;
  padding: 15px;
}
.room_table td {
  width: 70%;
  padding: 12px 35px;
}
.room_table th, .room_table td {
  border-top: solid 1px #CCC8BC;
  border-bottom: solid 1px #CCC8BC;
}
.tabl_txt {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .room_table {
    width: 90%;
  }
  .room_table th {
    padding: 10px;
  }
  .room_table td {
    width: 70%;
    padding: 10px;
  }
}
@media screen and (max-width: 425px) {
  .room_table {
    width: 98%;
  }
}
/*END*/
/*------------------------------------------

	フッター

------------------------------------------*/
.simai-box {
  width: 100%;
  color: #fff;
  background-color: #3F3F3F;
  padding-top: 100px;
  padding-bottom: 60px;
}
.simai-box h4 {
  text-align: left !important;
}
.simai-box .inr {
  width: 100%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.shisetsu-box {
  width: 28.90625%;
  max-width: 370px;
}
.shisetsu-box:first-child {
  width: 100%;
  max-width: 740px;
}
.shisetsu-box:first-child .shisetsu-inr {
  width: 50%;
}
.shisetsu-flex {
  display: flex;
  flex-wrap: wrap;
}
.shisetsu-box .thum {
  width: 41.6666666667%;
  max-width: 120px;
}
.shisetsu-box .txt-box {
  max-width: 340px;
  padding-left: 10px;
  padding-top: 3px;
}
.shisetsu-box .txt-box .cap {
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
}
.shisetsu-box .txt-box .tit {
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
.footer-about-box {
  color: #fff;
  background-color: #1f1e1f;
  padding: 70px 0 35px;
}
.footer-about-box .inr {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.footer-about-box .cpy-box {
  width: 50%;
  border-right: #fff 1px solid;
}
.footer-about-box .tit {
  font-size: 2.6rem;
}
.footer-about-box address {
  font-size: 1.7rem;
  font-style: normal;
}
.footer-about-box .t-access span {
  text-decoration-line: underline;
}
.footer-about-box .res a {
  font-size: 1.6rem;
  background: #b59b5b;
  display: inline-block;
  padding: 12px 25px;
}
.footer-about-box a {
  color: #fff;
}
.footer-about-box img {
  filter: brightness(0) invert(1);
}
.footer-about-box .nav-box {
  width: 50%;
}
footer .gnav {
  font-size: 1.9rem;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
footer .nav-inr {
  margin-left: auto;
}
footer .gnav > li {
  line-height: 2;
  position: relative;
  padding-left: 1em;
}
footer .gnav > li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 15px;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
footer .gnav .sub-menu {
  font-size: 1.6rem;
  padding-left: 1em;
}
footer .gnav .sub-menu > li {
  line-height: 1.7;
  position: relative;
}
footer .gnav .sub-menu > li::after {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 100px;
  display: block;
  position: absolute;
  left: -.9em;
  top: 13px;
}
footer .footer_company {
  text-align: center;
  font-size: 12px;
  padding: 40px 0 0 0;
}
/*PC*/
@media screen and (min-width: 768px) {
  footer .nav-inr {
    margin-right: 80px;
  }
  footer .gnav li.menu-item-341 {
    margin-bottom: 35px;
  }
  footer .gnav li.menu-item-344 {
    margin-left: 50px;
  }
  .sm-footer-menu {
    display: none;
  }
}
/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .simai-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .shisetsu-box {
    width: 100%;
    max-width: none;
  }
  .shisetsu-box:first-child .shisetsu-inr {
    width: 100%;
  }
  .shisetsu-box .thum {
    width: 20%;
    max-width: none;
  }
  .shisetsu-box .txt-box {
    width: 80%;
    max-width: none;
    padding-left: 5px;
  }
  .shisetsu-box .txt-box .cap {
    font-size: 1.2rem;
  }
  .shisetsu-box .txt-box .tit {
    font-size: 1.6rem;
  }
  .footer-about-box {
    padding: 30px 0;
  }
  .footer-about-box .cpy-box {
    width: 100%;
    border-right: 0;
  }
  .footer-about-box .tit {
    font-size: 2.2rem;
  }
  .footer-about-box address {
    font-style: normal;
  }
  .footer-about-box .res {
    margin: 0 auto;
    padding-left: 0px
  }
  .footer-about-box .nav-box {
    width: 100%;
  }
  .footer-about-box img {
    width: 200px;
    height: auto;
    margin: 0 auto 40px;
  }
  footer .gnav {
    font-size: 1.5rem;
    border-top: #fff 1px solid;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  footer .nav-inr {
    width: 100%;
    margin-left: 0;
  }
  footer .gnav li a {
    width: 100%;
    border-bottom: #fff 1px solid;
    display: block;
    padding: .5em;
  }
  footer .gnav > li {
    padding-left: 0;
  }
  footer .gnav > li::after {
    left: auto;
    right: 15px;
    top: 22px;
  }
  footer .gnav .sub-menu {
    font-size: 1.3rem;
  }
  footer .gnav .sub-menu > li::after {
    top: 18px;
  }
  footer .footer_company {
    text-align: center;
    font-size: 12px;
    padding: 40px 0 40px 0;
  }
  .sm-footer-menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
  }
  .sm-footer-menu li {
    text-align: center;
    position: relative;
    height: 56px;
  }
  .sm-footer-menu li a {
    position: absolute;
    top: 5px;
    left: 0;
    height: 100%;
    width: 100%;
    font-size: 14px;
    color: #fff;
  }
  .sm-footer-menu li:nth-of-type(1) {
    width: 33.33333333333%;
    background: #b59b5b;
  }
  .sm-footer-menu li:nth-of-type(2) {
    width: 33.33333333333%;
    background: #8F847F;
  }
  .sm-footer-menu li:nth-of-type(3) {
    width: 33.33333333333%;
    background: #777;
  }
  .sm-footer-menu li:nth-of-type(4) {
    width: 33.33333333333%;
    background: #DFDFDF;
  }
  /*.sm-footer-menu li.menu-btn {
		width: 20%;
		background: #222;
		color: #fff;
		padding-top: 14px;
	}*/
}
/*END*/
/*------------------------------------------

	リアルタイムエラー

------------------------------------------*/
.fld-con {
  position: relative;
}
.tooltip {
  color: #fff;
  position: absolute;
  background: #8B0000;
  font-size: 14px;
  width: 60%;
  padding: 5px 10px;
  left: 0;
  top: -40px;
  border-radius: 5px;
  border: 1px solid #aaa;
  box-shadow: 0px 1px 2px 0 #C1BCB9;
  z-index: 10000;
  line-height: 22px;
  display: none;
}
/*PC*/
@media screen and (min-width: 768px) {}
/*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {}
/*END*/
/*------------------------------------------

	ページ内リンクの時の処理　追記

------------------------------------------*/
a.scroll_point {
  height: 1px;
  margin-top: -80px;
  padding-top: 80px;
  display: block;
  /*color: #909757;*/
}
@media screen and (max-width: 896px) {
  a.scroll_point {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
}
/*------------------------------------------

	Instagram

------------------------------------------*/
.top_instagram {
  padding: 80px 0;
  background-color: #f4f4f4;
}
@media screen and (max-width:896px) {
  .top_instagram {
    padding: 10% 0;
  }
}
.top_instagram h2 {
  margin-bottom: 30px;
}
.top_instagram_img {
  padding: 1%;
}
.top_instagram_img img {
  width: 32%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  padding: 1%;
}
.slick-slide h3 {
  padding-left: 2% !important;
}
.top_instagram .link a {
  color: #222;
  border: #222 1px solid;
}
.instagram-box h2 {
  margin-top: 6%;
}
@media screen and (max-width:896px) {
  .instagram-box h2 {
    margin-top: 25%;
  }
  .instagram-box .txt {
    padding: 4%;
  }
}
@media screen and (min-width: 768px) {
  .instagram_slides {
    width: 50%;
    margin: 0 auto;
  }
  .instagram-box .content {
    margin: 0 auto;
    width: 50%;
    padding-top: 30px;
  }
}
.top_instagram li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding: 0 2%;
}
.top_bnr {
  background-color: #8BA493;
}
.top_bnr img {
  margin: 0 auto;
}
@media screen and (max-width:896px) {
  html {
    margin-top: 0px !important;
  }
}
/* デフォルトはSP非表示、PC表示にしてもOK */
.br_pc {
  display: none;
}
.br_sp {
  display: block;
}
/* PC */
@media screen and (min-width: 768px) {
  .br_pc {
    display: block;
  }
  .br_sp {
    display: none;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  .br_pc {
    display: none;
  }
  .br_sp {
    display: block;
  }
}
/*------------------------------------------

	リゾグラ

------------------------------------------*/
#resort-rg {
  background: #e1e1e1;
  padding: 80px 0 40px;
}
.rg_group h3 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 30px;
  color: #575757;
  line-height: 2;
  font-weight: 500;
}
.rg_group h3 span {
  color: #fff;
  font-size: 16px;
}
.rg_group h4 {
  color: #0E0E0E;
}
.rg_group .box {
  display: flex;
  flex-direction: column;
  margin: 50px auto;
}
.rg_group .box ul {
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari etc. */
  -ms-flex-wrap: wrap; /* IE10        */
  flex-wrap: wrap;
}
@media screen and (max-width:896px) {
  .rg_group .box ul {
    flex-direction: column;
  }
}
.rg_group .box p.type {
  text-align: center;
  padding: 8px 0;
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #fff;
}
.rg_group .box li {
  display: flex;
  margin-bottom: 32px;
  margin-left: 8px;
  width: 32%;
}
@media screen and (max-width:896px) {
  .rg_group .box li {
    width: 96%;
  }
}
.rg_group .box li img {
  width: 65px;
  height: 45px;
  object-fit: cover;
}
.rg_group .box li .txt {
  padding: 5px 0 0 10px;
  width: 96%;
}
.rg_group .box li .txt p {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #fff;
}
.rg_group .box li .txt h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.rg_group .rg_details {
  display: flex
}
@media screen and (max-width:896px) {
  .rg_group .rg_details {
    flex-direction: column;
  }
}
.rg_group .rg_details dl {
  float: left;
  padding-right: 3%;
  width: 32%;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width:896px) {
  .rg_group .rg_details dl {
    width: 96%;
    margin: 10px auto;
  }
}
.rg_group .rg_details dl:last-child {
  padding-right: 0;
}
.rg_group .rg_details dt {
  height: 1.6em;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  text-decoration-line: underline;
  color: #484848;
}
.rg_group .rg_details dd {
  color: #484848;
}
@media screen and (max-width:896px) {
  .rg_group .rg_details dt {
    text-align: left;
  }
}
.rg_group .rg_details dd {
  margin-left: 0px;
}
/*------------------------------------------

	ニュース

------------------------------------------*/
.news-box {
  padding: 80px 0;
}

.news-box article > div {
  border-bottom: 1px solid #e5e5e5;
}

.news-wrap {
  display: flex;
  align-items: baseline;
  gap: 32px;
  padding: 24px 0;
}

/* 日付 */
.news-wrap time {
  font-size: 14px;
  color: #999;
  min-width: 110px;
  letter-spacing: .05em;
}

/* タイトル */
.news-wrap .tit {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}

.news-wrap .tit a {
  color: #222;
  text-decoration: none;
  transition: color .3s ease;
}

.news-wrap .tit a:hover {
  color: #000;
  text-decoration: underline;
}

/* SP */
@media screen and (max-width: 768px) {
  .news-wrap {
    flex-direction: column;
    gap: 8px;
  }

  .news-wrap time {
    min-width: auto;
  }

  .news-wrap .tit {
    font-size: 16px;
  }
}