@charset "UTF-8";
/* CSS Document */
/***********************
	基本ベース
***********************/
html{
	font-size: 1rem !important;
}
a{
	text-decoration: none !important;
}
h1,h2,h3,h4,p,tr,td,ul,li{
	color: #8D6E53 !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1.4 !important;
}
h1#Page_title{
	font-weight: bold !important;
}
h1,h2,h3,h4{
	font-family: "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    "MS Mincho" ,
    "Noto Serif CJK JP",
    serif !important;
	font-weight: 600 !important;
}
span{
	line-height: 1 !important;
}
p{
	line-height: 2 !important;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif;
}
.text-min{
	font-family: "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    "MS Mincho" ,
    "Noto Serif CJK JP",
    serif !important;
	font-weight: 600 !important;
}
/** 画像の角丸なし **/
.post_content img{
	border-radius: 0 !important;
}
/** トップへ戻るボタン **/
#return_top {
    border: 1px solid #8D6E53 !important;
}
#return_top:before {
    color: #8D6E53 !important;
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	p, a{
		line-height: 1.7 !important;
		font-size: 15px !important;
	}
	#mobile_menu a{
		line-height: 50px !important;
	}
}
.display-pc{
	display: block;
}
.display-sm{
	display: none;
}
.br-sm{
	display: none;
}
.br-pc{
	display: block;
}
.text-white{
	color: #fff !important;
}
.text-green{
	color: #688060 !important;
}
.bg-white{
	background-color: #fff;
}
.bg-green{
	background-color: #688060 !important;
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	.align-left-sm{
		text-align: left !important;
	}
	.display-pc{
		display: none;
	}
	.display-sm{
		display: block;
	}
	.home .catch{
		font-size: 3rem !important;
	}
	.br-sm{
		display: block;
	}
	.br-pc{
		display: none;
	}
}
/** ふわっと表示 **/
.fade-in {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeIn 0.8s ease-out forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*** デザイン見出し ***/
h2.catch{
	margin-bottom: 2.25rem !important;
}
.catch_en{
	display: block;
	font-size: 1.125rem;
	margin-bottom: 2.25rem !important;
	line-height: 1.4 !important;
}
.catch_jp{
	line-height: 1.4 !important;
	display: block;
	font-size: 2.25rem !important;
	position: relative;
	font-weight: 600;
	font-family: "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    "MS Mincho" ,
    "Noto Serif CJK JP" ,
    serif !important;
}
.catch_jp::before {
  content: "";
  position: absolute;
  top: -2.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../img/icon/flower_icon.svg") no-repeat center / contain;
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	.catch_en{
		font-size: 1rem;
	}
	.catch_jp{
		font-size: 2rem !important;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	.catch_jp{
		font-size: 1.75rem !important;
	}
	.catch_en{
		display: block;
		margin-bottom: 2rem !important;
	}
	.catch_jp::before {
		width: 1.5rem;
		height: 1.5rem;
		top: -30px;
	}
}
/** リードテキスト **/
.desc{
	max-width: 700px;
	margin-left: auto !important;
	margin-right: auto !important;
}
/* Googleフォント */
.manrope{
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
/*** ボタン ***/
a.design_button {
    border-radius: 0 !important;
    min-width: 280px;
    height: 70px;
    line-height: 1.5;
    padding: 0 1.5em;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    z-index: 1;
    color: #fff !important;
    border: 1px solid #fff !important;
    background: #8D6E53 !important;
	transition: transform 0.25s ease-out, box-shadow 0.25s ease-out !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    text-decoration: none !important;
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif;
}
.link_button{
	text-align: center;
}
.link_button a.design_button{
	transition: transform 0.25s ease-out, box-shadow 0.25s ease, border-radius 0.25s ease!important;
}
/*** ボタン hover ***/
.btn a{
	transition: transform 0.25s ease-out, box-shadow 0.25s ease-out;
}
a.design_button:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 1rem rgba(0, 0, 0, 0.2) !important;
}
.link_button a.design_button:hover{
	border-radius: 1rem !important;
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 1rem rgba(0, 0, 0, 0.2) !important;
}
.cb_linkbox-inner a.design_button:hover {
	color: #0051B2 !important;
}
/*** ボタン hover btn ***/
.btn a:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 1rem rgba(0, 0, 0, 0.2) !important;
}
/***********************
	TOP　ヘッダー
***********************/
/*** ヘッダーメニュー ***/
#global_menu .menu-item{
	padding-left: 20px !important;
	padding-right: 20px !important;
}
#global_menu .menu-item a{
	color: #8D6E53 !important;
}
#global_menu > ul > li.current-menu-parent > a, #global_menu ul li.current-menu-item > a, #global_menu > ul > li.active > a{
	color: #B2977E !important;
	position: relative;
}
#global_menu{
	margin-right: 0 !important;
}
#global_menu ul li a{
	font-weight: bold !important;
}
#global_menu > ul > li:last-child a{
	color: #fff !important;
	position: relative;
	z-index: 1;
	min-width: 120px;
}
#global_menu > ul > li:last-child{
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding-left: 3rem;
	padding-right: 3rem;
}
body.home:not(.header_sticky_active) #global_menu > ul > li > ul {
    top: auto;
    bottom: -160px !important;
    transform: translate3d(0, -112px, 0);
}
/* 通常時グラデ */
#global_menu > ul > li:last-child::before{
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(180deg, rgba(141, 110, 83, 1), rgba(178, 151, 126, 1));
	padding-left: 2rem;
	padding-right: 2rem;
	transition: opacity 0.5s ease;
}
/* hover時（逆向きグラデ） */
#global_menu > ul > li:last-child::after{
	content: "";
	position: absolute;
	inset: 0;
	background-image: linear-gradient(180deg,  rgba(178, 151, 126, 1),rgba(141, 110, 83, 1));
	opacity: 0;
	transition: opacity 0.5s ease;
	z-index: 0;
}
/* hoverで切替 */
#global_menu > ul > li:last-child:hover::before{
	opacity: 0;
}
#global_menu > ul > li:last-child:hover::after{
	opacity: 1;
}
/**** マウスホバーで 下線を出す ***/
/* メニューリンク */
#global_menu > ul > li.menu-item > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
/* 下線（初期は非表示） */
#global_menu > ul > li.menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;           /* 文字との距離 */
  width: 100%;
  height: 4px;            /* 線の太さ */
  background: #8D6E53;
  transform: scaleX(0);
  transform-origin: left; /* 左からにゅいん */
  transition: transform 0.25s ease;
}
/* ホバー時 */
#global_menu > ul > li.menu-item > a:hover::after,
#global_menu > ul > li.menu-item > a:focus-visible::after {
	transform: scaleX(1);
	transform-origin: center;
}
/*** hero タイトル ***/
#header{
	padding-left: 1.5rem;
}
#header a{
	font-family:"Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Sans","Yu Gothic","YuGothic","Meiryo",sans-serif;
}
#header_slider_container .desc {
    color: #fff !important;
	font-size: 2rem !important;
	margin-top: 20px !important;
	line-height: 1.4 !important;
	font-weight: 600 !important;
	font-family:
	"Noto Serif JP",         /* Webフォント化しやすい（後述） */
	"Hiragino Mincho ProN",  /* macOS */
    "Hiragino Mincho Pro",
    "Yu Mincho",             /* Windows */
    "YuMincho",
    "MS PMincho",            /* 旧Windows */
    "MS Mincho",
    "Noto Serif CJK JP",     /* Android/一部環境 */
    serif;                   /* 最終保険 */
}
.header_slider_content{
	position: relative !important;
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	#header_slider_container .desc {
	font-size: 1.4rem !important;
	}
}
/***********************
ドロワーメニュー
***********************/
#drawer_menu,
#mobile_menu a{
    background: #8D6E53 !important;
}
#mobile_menu a:hover{
	background: #B2977E !important;
}
/***********************
SERVICE
入浴に特化した
半日型デイサービス
***********************/
#Service .desc{
	text-align: center;
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	#Service .desc{
		text-align: left;
	}
}
/***********************
	Core Message
	ココロもカラダも元気に
***********************/
#CoreMessage{
	background: url("../img/bg/repeat_bg.jpg");
	padding: 80px 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
}
#CoreMessage::before {
  content: "";
  display: block;
  background:
	  url("../img/leaf/leaf_01.png")
	  no-repeat
	  center
	  / contain;   
  width: 200px;   /* 画像サイズに合わせて調整 */
  height: 200px;
  position: absolute;
	
  top: -40px;     /* 位置はデザインに合わせて */
  left: -80px;
	z-index: 3;
}
#CoreMessage::after {
  content: "";
  display: block;
  background:
	  url("../img/leaf/leaf_04.png")
	  no-repeat
	  center
	  / contain;   
  width: 200px;   /* 画像サイズに合わせて調整 */
  height: 200px;
  position: absolute;
  bottom: -80px;     /* 位置はデザインに合わせて */
  right: -80px;
	transform: rotate(90deg);
	z-index: 3;
}
#CoreMessage .content{
	background: #fff;
	border: solid 1px #8D6E53;
	padding: 2rem;
	z-index: 5;
}
#CoreMessage .post_content{
	width: 95%;
	max-width: 900px;
}
.core_message_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.core_message_item_left,
.core_message_item_right{
	padding: 1.5rem 8px;
	border-bottom: solid 1px #8D6E53;
	border-top: solid 1px #8D6E53;
	width: 36%;
	text-align: center;
	font-size: 15px !important;
}
.core_message_item h3{
	margin-bottom: 12px !important;
}
#CoreMessage .core_message_item h3{
	font-weight: bold !important;
}
.core_message_item_center{
	width: 28%;
	padding: 1.5rem;
	text-align: center;
}
.core_message_copy{
	text-align: center;
	margin-top: 1.5rem !important;
	font-size: 1.9rem !important;
	line-height: 1.4 !important;
	font-family: "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    "MS Mincho" ,
    "Noto Serif CJK JP" ,
    serif !important;
	font-weight: 600;
}
/* タブレット（〜800px） */
@media screen and (max-width: 800px) {
	#CoreMessage{
		padding: 80px 12px;
	}
	.core_message_item_center{
		width: 23%;
	}
	.core_message_item_left,
	.core_message_item_right{
		width: 38.5%;
	}
	#CoreMessage::before {
		width: 170px;   /* 画像サイズに合わせて調整 */
		height: 170px;
		top: -40px;     /* 位置はデザインに合わせて */
		left: -80px;
		z-index: 3;
	}
	#CoreMessage::after {
		width: 170px;   /* 画像サイズに合わせて調整 */
		height: 170px;
		bottom: -60px;     /* 位置はデザインに合わせて */
		right: -80px;
		transform: rotate(90deg);
	}
}
/* タブレット（〜712px） */
@media screen and (max-width: 712px) {
	.core_message_item{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.core_message_item_center{
		width: 40%;
	}
	.core_message_item_left,
	.core_message_item_right{
		width: 60%;
	}
	.core_message_item h3{
		font-size: 1.5rem !important;
	}
	.core_message_item_left,
	.core_message_item_right{
		font-size: 1rem !important;
	}
	#CoreMessage .content{
		padding: 3rem;
	}
	.core_message_copy{
		margin-top: 2rem !important;
		font-size: 20px !important;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	#CoreMessage::before {
		width: 150px;   /* 画像サイズに合わせて調整 */
		height: 150px;
		top: -20px;     /* 位置はデザインに合わせて */
		left: -60px;
		z-index: 3;
	}
	#CoreMessage::after {
		width: 150px;   /* 画像サイズに合わせて調整 */
		height: 150px;
		bottom: -50px;     /* 位置はデザインに合わせて */
		right: -80px;
		transform: rotate(90deg);
	}
	.core_message_item_center{
		width: 65%;
	}
	.core_message_item_left,
	.core_message_item_right{
		width: 100%;
	}
	#CoreMessage .content{
		padding: 2rem 1.5rem;
	}
}
/***********************
	３つのポイント
***********************/
#Point{
	background-image: url("../img/bg/point_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 1.5rem;
	position: relative;
}
#Point::before{
  content: "";
  display: block;
  background:
	  url("../img/leaf/leaf_04.png")
	  no-repeat
	  center
	  / contain;   
  width: 200px;   /* 画像サイズに合わせて調整 */
  height: 200px;
  position: absolute;
  bottom: -80px;     /* 位置はデザインに合わせて */
  left: -80px;
	transform: rotate(180deg);
	z-index: 3;
}
/** 暗幕 **/
#Point::after{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.4); /* 暗さ調整 */
	pointer-events: none;
}
#Point .post_content{
	position: relative;
	z-index: 10;
}
#Point .catch_en,
#Point .catch_jp{
	color: #fff !important;
	position: relative;
}
#Point .catch_jp::before {
  content: "";
  position: absolute;
  top: -2.25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 2rem;
  background: url("../img/icon/flower_icon_w.svg") no-repeat center / contain;
}
.point_wrap{
	max-width: 780px;
	margin: auto;
}
.point_item{
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3rem;
	margin-top: 100px !important;
	position: relative;
}
.point_contents{
	color: #8D6E53 !important;
}
.point_no_box{
	background-color: #8D6E53;
	position: absolute;
	top: -30px;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translateX(-2.5rem);
	display: flex;
	justify-content: center;
	align-items: center;
}
.point_no{
	font-family: "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    "MS Mincho" ,
    "Noto Serif CJK JP" ,
    serif !important;
	font-weight: 600;
}
.point_no_point{
	color: #fff !important;
	font-size: 14px !important;
	text-align: center;
	display: block;
	line-height: 1 !important;
}
.point_no_no{
	display: block;
	color: #fff !important;
	font-size: 2.5rem !important;
	text-align: center;
	line-height: 1 !important;
}
.point_title{
	text-align: center;
	font-size: 2rem !important;
	margin-bottom: 20px;
	line-height: 1.4 !important;
	font-family: "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    "MS Mincho" ,
    "Noto Serif CJK JP",
    serif !important;
	font-weight: 600 !important;
}
.point_title_min{
	display: block;
	font-size: 20px !important;
	margin: 2.5rem 0 8px !important;
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	#Point::before{
		width: 170px;   /* 画像サイズに合わせて調整 */
		height: 170px;
		bottom: -80px;     /* 位置はデザインに合わせて */
		left: -80px;
		transform: rotate(180deg);
	}
	.point_title{
		font-size: 1.5rem !important;
	}
	.point_title_min{
		font-size: 1.125rem !important;
	}
	.point_item{
		margin-top: 80px !important;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	#Point{
		padding: 60px 20px;
	}
	#Point::before{
		width: 140px;   /* 画像サイズに合わせて調整 */
		height: 140px;
		bottom: -80px;     /* 位置はデザインに合わせて */
		left: -80px;
		transform: rotate(180deg);
	}
	.point_item{
		padding: 3rem 1.5rem;
		margin-top: 60px !important;
	}
	.point_contents p{
		line-height: 2 !important;
	}
	.point_title_min{
		font-size: 1rem !important;
	}
}
/***********************
	イメージエリア
***********************/
#Image-area{
	padding: 0 !important;
	height: 500px;
	background-image: url("../img/bg/spa_image_01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
#Image-area::after{
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,0.4); /* 暗さ調整 */
	pointer-events: none;
}
#Image-area .post_content{
	position: relative;
	z-index: 10;
}
#Image_banner_cta .image_banner_desc{
	font-weight: 600 !important;
}
.image_banner_desc{
	color: #fff !important;
	font-size: 2rem;
	text-align: center;
	line-height: 1.4 !important;
	font-family: "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    "MS Mincho" ,
    "Noto Serif CJK JP" ,
    serif !important;
	letter-spacing: 0.2rem;
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	#Image-area{
		height: 300px;
	}
	.image_banner_desc{
		font-size: 1.5rem;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	.image_banner_desc{
		font-size: 1.5rem !important;
		line-height: 1.7 !important;
	}
}
/***********************
	こんな方におすすめです
***********************/
#Recommend{
	margin-top: 100px;
}
.box_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1.75rem;
	flex-wrap: wrap;
}
.box_item{
	border: solid 1px #8D6E53;
	padding: 2.5rem 1.5rem;
}
.box_item p{
	text-align: center;
	line-height: 1.4 !important;
	font-size: 20px !important;
	font-weight: bold;
}
.box_3{
	width: 30%;
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	.box_wrap{
		gap: 20px;
	}
	.box_3{
		width: 48%;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	#Recommend{
		margin-top: 60px;
	}
	.box_3{
		width: 100%;
	}
	.box_item{
		padding: 1.5rem 20px;
	}
}
/***********************
	ご利用される方
***********************/
#Guidance{
	background-image: url("../img/bg/repeat_bg.jpg");
	background-repeat: repeat;
	margin-bottom: 80px;
}
#Guidance::after {
  content: "";
  display: block;
  background:
	  url("../img/leaf/leaf_04.png")
	  no-repeat
	  center
	  / contain;   
  width: 200px;   /* 画像サイズに合わせて調整 */
  height: 200px;
  position: absolute;
  bottom: -80px;     /* 位置はデザインに合わせて */
  right: -80px;
	transform: rotate(0);
}
#Guidance .content_wrap{
	padding-top: 80px;
	max-width: 960px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#Guidance .content{
	max-width: 45%;
}
#Guidance .kaigo_img_area{
	width: 48%;
	height: 500px;
	background-image: url("../img/bg/kaigo_image.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	#Guidance{
		padding-left: 0 !important;
	}
	#Guidance .content_wrap{
		padding-top: 2.5rem;
	}
	#Guidance::after {
		width: 170px;   /* 画像サイズに合わせて調整 */
		height: 170px;
		bottom: -80px;     /* 位置はデザインに合わせて */
		right: -80px;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	#Guidance{
		padding-right: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 3rem;
	}
	#Guidance::after {
		width: 140px;   /* 画像サイズに合わせて調整 */
		height: 140px;
		bottom: -80px;     /* 位置はデザインに合わせて */
		right: -70px;
	}
	#Guidance .content_wrap{
		flex-direction: column-reverse;
	}
	#Guidance .content{
		max-width: 100%;
		padding: 0 20px 2.25rem;
	}
	#Guidance .kaigo_img_area{
		width: 100%;
		height: 300px;
	}
}
/***********************
	よくある質問
***********************/
.top_qa_area{
	max-width: 700px;
	margin: auto;
}
.sp-easy-accordion .sp-ea-single{
	order-radius: 3px !important;
}
/***********************
	アクセス
***********************/
#Access{
	position: relative;
	width: 100%;
}
#Access::before{
	content: "";
	display: block;
	background:
	  url("../img/leaf/leaf_01.png")
	  no-repeat
	  center
	  / contain;   
	width: 200px;   /* 画像サイズに合わせて調整 */
	height: 200px;
	position: absolute;
	top: -20px;     /* 位置はデザインに合わせて */
	left: -80px;
}
#Access .post_content{
	max-width: 900px;
	margin: auto;
}
.access_map{
	display: block;
}
.access_desc{
	text-align: center;
	margin-top: 1.5rem !important;
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	#Access::before{
		width: 170px;   /* 画像サイズに合わせて調整 */
		height: 170px;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	#Access::before{
		width: 150px;   /* 画像サイズに合わせて調整 */
		height: 150px;
	}
}
/***********************
	Footer　
***********************/
/* フッターメニュー */
#footer_menu{
	padding: 2.5rem 100px !important;
}
#footer_menu nav{
	border-bottom: 0px !important;
	padding: 0 !important;
}
#footer_nav1 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /* 横方向 */
	align-items: center; 
}
#footer_nav1 li{
	width: 20%;
    margin-bottom: 0 !important;
	text-align: center;
    line-height: 1.5;
    font-size: 1rem;
}
#footer_nav1 li a{
	color: #8D6E53 !important;
}
#footer_nav1 li a:hover{
	color: #688060 !important;
}
/* フッターCTAエリア */
.footer_cta_area{
	padding: 80px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/* フッターリクルートCTA*/
.footer_cta_inner{
	padding: 3rem;
	margin: auto;
	max-width: 780px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 1.75rem;
}
.footer_cta_item--title{
	font-size: 2rem;
	text-align: center;
	color: #688060 !important;
}
.footer_cta_item--lead{
	text-align: center;
	color: #688060 !important;
}
#Footer_Recruit{
	background-image: url("../img/bg/cta_recruit_bg.jpg");
}
#Footer_Recruit a.design_button{
	background: #688060 !important;
    border: 1px solid #688060 !important;
}
/* タブレット（〜768px） */
@media screen and (max-width: 768px) {
	.footer_cta_item--title{
		font-size: 1.75rem !important;
	}
	.footer_cta_item--lead{
		text-align: left;
	}
	#footer_nav1 li{
		width: 100%;
	}
}
/** フッター CTAエリア **/
#Footer_CTA{
	background-image: url("../img/bg/cta_bg.jpg");
}
/* 暗幕 */
#Footer_CTA::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5); /* ここで暗さ調整 */
  pointer-events: none;
}
#Footer_CTA .footer_cta_message{
	font-weight: bold !important;
}
.footer_cta_message{
	z-index: 10;
	line-height: 1.7 !important;
	color: #fff !important;
	font-size: 2rem;
	margin: 0 auto 2.25rem !important;
	position: relative;
	text-align: center;
	font-family: "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    "MS Mincho" ,
    "Noto Serif CJK JP",
    serif !important;
	font-weight: 500 !important;
}
.footer_cta{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3rem;
	width: 100%;
	position: relative;
	z-index: 1;
}
.footer_cta_btn{
	background-color: #fff;
	width: 50%;
	height: auto;
	max-width: 500px;
	transition: transform 0.3s ease, box-shadow 0.3s ease,border-radius 0.3s ease;
}
.footer_cta_btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 1rem rgba(0, 0, 0, 0.2);
	border-radius: 1rem;
}
.footer_cta_btn a{
	display: block;
	padding: 3rem 1rem;
	width: 100%;
	height: 100%;
}
.footer_cta_item{
	text-align: center;
	font-family: "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Hiragino Mincho Pro",
    "Yu Mincho",
    "YuMincho",
    "MS PMincho",
    "MS Mincho" ,
    "Noto Serif CJK JP",
    serif !important;
	font-weight: 600 !important;
}
.footer_cta_item-min{
	display: block;
	font-weight: 600 !important;
	font-size: 1.125rem;
	margin-bottom: 8px;
}
.footer_cta_item-lg i{
	font-size: 1.75rem;
	margin-right: 4px;
}
.footer_cta_item-lg{
	display: block;
	font-weight: 600;
	font-size: 2.5rem;
}
/* ミニPC（〜950px） */
@media screen and (max-width: 950px) {
	.footer_cta_area{
		padding: 3rem;
	}
	.footer_cta{
		gap: 1.5rem;
	}
	.footer_cta_message{
		font-size: 1.75rem;
	}
	.footer_cta_btn a{
		padding: 2.25rem 1rem;
	}
	.footer_cta_item-lg i{
		font-size: 1.5rem;
	}
	.footer_cta_item-lg{
		font-size: 2rem;
	}
}
/* タブレット（〜700px） */
@media screen and (max-width: 700px) {
	.footer_cta{
		flex-direction: column;
	}
	.footer_cta_btn{
		width: 80%;
		min-width: 300px;
	}
	.footer_cta_area{
		padding: 2.5rem;
	}
	.footer_cta_message{
		font-size: 1.5rem !important;
	}
}
/* モバイル（〜520px） */
@media screen and (max-width: 520px) {
	.footer_cta {
	  flex-direction: column;
	}
	.footer_cta_area{
		padding: 2.5rem 1.5rem;
	}
	.footer_cta_btn{
		width: 100%;
	}
	.footer_cta_inner{
		padding: 2.5rem 2rem;
	}
	.footer_cta_item--title{
		font-size: 1.75rem;
	}
	.footer_cta_item--lead{
		text-align: left;
	}
	.footer_cta_message{
		font-size: 1.5rem !important;
		line-height: 1.4 !important;
	}
	.footer_cta_btn a{
		padding: 1.5rem 20px;
	}
	.footer_cta_item-min{
		margin-bottom: 0.5rem !important;
	}
	#footer_nav1 ul{
		flex-direction: column;
	}
}
/* フッターロゴ */
#copyright{
	top: 50% !important;
	transform:translateY(-50%) !important;
}
#copyright a{
	color: #fff !important;
}
#footer_logo{
	margin: 1.5rem auto 0;
	width: 100%;
	text-align: center;
}
#footer_info_area{
	display: none;
}
#footer_bottom{
	background-color: #8D6E53;
	color: #fff;
	border: solid 0px;
	height: 2.5rem !important;
}
#footer_logo img{
	width: 250px;
}

@media screen and (max-width: 520px) {
	#footer_logo{
		margin-bottom: 1.5rem;
	}
}