@charset "utf-8";

/* all
-------------------------------------------------------------------*/
:root{
	--main_color:#f6ad7b;
	--sub_color01:#faf0e6;
	--color01:#7d6b5a;
	--color02:#faf5e8;
	--header:120px;
}
html {
	background: #FFFFFF;
	color:var(--color01);
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.4;
}
html .goti,
html .goti form * {
	font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
html .min,
html .min form * {
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝B", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
html .phil,
html .phil form * {
	font-family: "Philosopher", sans-serif;
}
html .lato,
html .lato form * {
	font-family: "Lato", sans-serif;
}
body {
	width: 100%;
	font-size: 100%;
	text-align: center;
}
body main {
	text-align: left;
}
body img{
	max-width: 100%;
	height: auto;
}
.sitewrap {
	position: relative;
	z-index: 1;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	text-align: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.display_sp {
	display: none;
}
home a[href^="tel:"]{
	pointer-events:none;
	text-decoration:none;
}
@media screen and (max-width:1240px) {
	.sitewrap {
		width:100%;
		min-width:0;
		min-width:0;
	}	
	.sitewrap > *{
		padding-left:2%;
		padding-right:2%;
	}
}
@media screen and (max-width:768px) {
	html {
		font-size: 14px;
	}
	.sitewrap {
		width: 100%;
		min-width: 0;
	}
	.display_sp {
		display: block;
	}
	.sitewrap > *{
		padding:0 15px;
	}
	.home a[href^="tel:"]{
		pointer-events:auto;
	}
}
/* header
-------------------------------------------------------------------*/
header#fix_menu{
	position: fixed;
	inset: 0 0 auto;
	z-index:99;
	background: var(--main_color);
	height:var(--header);
	color:#fff;
}
header .menu_top #site_ttl {
	float:left;
	padding:5px;
}
header .menu_top #site_ttl a{
	display: block;
	vertical-align:middle;
	text-decoration: none;
	width:fit-content;
	transition: opacity .3s;
	color: unset;
}
header .menu_top #site_ttl a span{
	font-size: 0.75rem;
	font-weight: 500;
	display: block;
	padding: 0 0 0.5em 1.5em;
}
header .menu_top #site_ttl a:hover{
	opacity: 0.7;
}
.menu_fix{
	float: right;
	display:flex;
	align-items:center;
	height:var(--header);
}
.drop_menu #NavWrap {
	padding: 0.5em 1em;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	flex-direction: column;
	gap: 0.5em;
}
.drop_menu #NavWrap ul {
	max-width: 1000px;
	width: auto;
	display: inline-flex;
	padding-left: 0;
	margin: 0;
	margin-bottom: 0;
	margin-right: 15px;
}
.drop_menu #NavWrap ul::after{
	display:none;
}
.drop_menu #NavWrap li a {
	margin-top: 3em;
	padding: 0 1.25em 1em;
	display: block;
	text-decoration: none;
	position:relative;
	text-align:center;
	margin-bottom: 0;
	color: unset;
}
.drop_menu #NavWrap li a span{
	width:fit-content;
	font-weight: 500;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	white-space: normal;
}
.drop_menu #NavWrap li a span b{
	font-size: 0.75em;
	color: #48b9d0;
	padding: 0.5em 1em;
}
.drop_menu #NavWrap li a span::after{
	position: absolute;
	z-index: 0;
	content: "";
	display:inline-block;
	bottom: 14px;
	width: calc(100% - 1em);
	height: 2px;
	background: #48b9d0;
	transition: all .3s;
	transform: scale(0, 1);
	transform-origin: center top;
}
.drop_menu #NavWrap .common_btn{
	margin:0;
}
.drop_menu #NavWrap .common_btn a{
	margin:0;
	background:var(--color01);
	height:2.5em;
	padding-block:0.25em;
	align-items:center;
	display:flex;
	justify-content:center;
}
.drop_menu #NavWrap .common_btn a:before,
.drop_menu #NavWrap .common_btn a:after{
	width:0.675em;
	height:1.25px;
}

@media (any-hover: hover) {
	.drop_menu #NavWrap li a:hover span{
		opacity:1;
	}
	.drop_menu #NavWrap li a:hover span::after{
	    transform: scale(1, 1);
	}
}
#fix_menu #switch {
	position: absolute;
	display: none;
	opacity: 0;
}
.header_tel .header_tel_text{
	margin-bottom: -0.5em;
	font-size: 0.75rem;
	text-align: right;
	font-weight: 600;
}
.header_tel .header_tel_num{
	font-size: 1.125rem;
	font-weight: 600;
	margin-bottom: 0;
}
.header_tel .header_tel_num em{
	font-size: 1.65rem;
	font-style: normal;
	line-height: normal;
}
.header_tel .header_tel_num a{
	color: unset;
	text-decoration: none;
}
@media screen and (max-width: 1380px) {
	.drop_menu #NavWrap {
		gap: 0.5em;
	}
	.header_tel .header_tel_num em{
		font-size: 1.5rem;
	}
	.drop_menu #NavWrap {
		/* flex-direction: column-reverse; */
		align-items: flex-end;
	}
	.drop_menu #NavWrap ul {
		margin-right: 0px;
	}
	.drop_menu #NavWrap li a {
		padding: 0 0 0 1.5em;
		margin-top: 0;
	}
	.drop_menu #NavWrap li a span::after{
		bottom: 0px;
		height: 1px;
	}
}
@media screen and (max-width:1000px) {
	:root{
		--header:80px;
	}
	body{
		padding-top:var(--header);
	}
	header .menu_top{
		padding:0;
		z-index: 700;
	}
	header .menu_top #site_ttl a span{
		padding: 0 0 0.25em .5em;
	}
	header .menu_top #site_ttl a img{
		width:auto;
		height:calc(var(--header) - 10px)
	}
	.drop_menu #NavWrap{
		flex-direction:row;
		gap:0.75em;
		align-items: center;
	}
}
@media screen and (max-width:767px) {
	:root{
		--header:60px;
	}
/*
	#fix_menu #switch + .menu_top label[for="switch"] {
		display: block;
		cursor: pointer;
		position: fixed;
		top:0;
		right:0;
		z-index:900;
		transition: 0.5s transform, right 0.2s;
		padding: 12px;
		width: 62px;
		height: 60px;
		box-sizing:border-box;
		background: #fff;
		text-align:center;
	}
	#fix_menu #switch + .menu_top label[for="switch"] b{
		width:100%;
		display:block;
		margin-bottom: 0;
	}
	#fix_menu #switch + .menu_top label[for="switch"] span{
		cursor: -webkit-grabbing;
		display:block;
		width: 20px;
		height: 2px;
		background: #282828;
		-webkit-transition: 0.2s transform, 0.5s background;
		transition: 0.2s transform, 0.5s background;
		position:absolute;
		top: 30px;
		left:0;
		right:0;
		margin:auto;
	}
	#fix_menu #switch + .menu_top label[for="switch"] span::before,
	#fix_menu #switch + .menu_top label[for="switch"] span::after{
		content:"";
		display:block;
		width: 20px;
		height: 2px;
		background: #282828;
		position:absolute;
		margin-top:0;
	}
	#fix_menu #switch + .menu_top label[for="switch"] span::before{
		top: -8px;
	}
	#fix_menu #switch + .menu_top label[for="switch"] span::after{
		top: 8px;
	}
	#fix_menu #switch:checked + .menu_top label[for="switch"] span{
		-webkit-transform:rotate(-45deg) ;
		transform:rotate(-45deg) ;
	}
	#fix_menu #switch:checked + .menu_top label[for="switch"] span::before{
		top:0;
	}
	#fix_menu #switch:checked + .menu_top label[for="switch"] span::after{
		-webkit-transform:rotate(270deg);
		transform:rotate(270deg);
		top:0;
		margin-top:0;
	}
	.drop_menu #NavWrap{
		position: fixed;
		top: -100%;
		width:100%;
		z-index: 800;
		height:100%;
		overflow: auto;
		visibility: hidden;
		padding: 10px 15px 85px;
		box-sizing: border-box;
		transition:all 0.25s;
		flex-direction: column;
		left: 0;
		right: 0;
		justify-content: flex-start;
		background: #fff;
	}
	.drop_menu #NavWrap::-webkit-scrollbar {
		height:10px;
		width:10px;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-track {
		border-radius: 10px;
		background: #b3b3b3;
	}
	.drop_menu #NavWrap::-webkit-scrollbar-thumb {
		border-radius: 10px;
	}
	#fix_menu #switch:checked + .menu_top label+#NavWrap{
		visibility:visible;
		height: 100vh;
		top: 60px;
	}
	.drop_menu #NavWrap > ul {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		flex-direction: column;
		height: auto;
	}
	.drop_menu #NavWrap ul li {
		display:block;
		padding:0;
		border-bottom:solid 1px #fff;
	}
	.drop_menu #NavWrap li a,
	.drop_menu #NavWrap li a:hover{
		font-size: 1rem;
		text-align: left;
		width: auto;
		padding: 0;
		text-decoration: none;
		background:none;
		border:none;
		border-bottom: 1px solid #282828;
		margin-bottom: 0;
	}
	.drop_menu #NavWrap li a:hover{
		background:none;
	}
	.drop_menu #NavWrap li a::after{
		position:absolute;
		display:inline-block;
		content:"";
		width:8px;
		height:8px;
		border-top:1px solid #282828;
		border-right:1px solid #282828;
		top:0;
		bottom:0;
		right:15px;
		margin:auto;
		transform:rotate(45deg);
	}
	.drop_menu #NavWrap li a span{
		display:block;
		padding: 13px 15px;
		border-left:none;
		white-space: normal;
		font-weight:normal;
		background:none;
		line-height: 1.4;
		margin: 0;
		width: 100%;
		font-size: 1.125rem;
	}
	.drop_menu #NavWrap li a span::after{
		display:none;
	}
	.drop_menu #NavWrap{
		padding: 0px 15px 85px;
		align-items: flex-start;
		gap: 2em;
	}
	.header_tel .header_tel_text{
		margin-bottom: 0;
		font-size: 1.125rem;
		text-align: left !important;
		font-weight: 500 !important;
	}
	.header_tel .header_tel_num{
		font-size: 1.35rem;
	}
	.header_tel .header_tel_num em{
		padding-left: 0.15em;
		font-size: 2.25rem;
	}
	*/
	.header_tel .header_tel_text{
		font-size:0.66rem
	}
	.header_tel .header_tel_num em{
		font-size:1.15rem;
	}
	.drop_menu #NavWrap .common_btn a{
		padding-inline:0.75em 1.5em;
		font-size:0.75rem;
	}
	.drop_menu #NavWrap .common_btn a:before,
	.drop_menu #NavWrap .common_btn a:after{
		right:0.75em;
		width:0.5em;
	}
}
/* contents
-------------------------------------------------------------------*/
main {
	padding-top: 119px;
}
.home .title_h2{
	color: var(--main_color);
	font-size: 4.5rem;
	line-height: 1.2;
}
.home .title_h2 span{
	color:var(--color01);
	font-size: 1.125rem;
	display: block;
	font-weight:500;
}
.home hgroup:has(.title_h2 ) p{
	margin-top:2em;
	font-size:1.125rem;
	font-weight:600;
	line-height:1.8;
}
.home .mv_wrap{
	position:relative;
	z-index:1;
}
.home .mv_wrap .flt-bnr{
	position:absolute;
	bottom:-5%;
	right:2.5%;
}
.home .mv_wrap .flt-bnr a{
	border-radius:50%;
	box-shadow:0 0 15px rgba(0,0,0,0.15);
	display:flex;
	align-items:center;
	justify-content:center;
}
.home .mv_wrap .bg_area {
	position: relative;
	width: 100%;
	min-height: 790px;
	overflow: hidden;
}
.home .mv_wrap .bg_area img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: 100%;
	min-height: 733px;
	object-fit: cover;
	object-position: 55%;
}
.home .mv_wrap .txt_wrap {
    position: absolute;
	inset:0;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.home .mv_wrap .txt_wrap .mv_logo{
	width: fit-content;
	margin: auto; 
}
.home .mv_wrap .txt_wrap .mv_tit {
	position: relative;
	font-size: 3.625rem;
	font-weight: 600;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.home .mv_wrap .txt_wrap .common_btn {
	margin: 4em auto 0;
}
.home .mv_wrap .txt_wrap .common_btn  a{
	max-width: 356px;
	font-size: 1rem;
	background: var(--color01);
}
@media screen and (max-width:1280px) {
	.home .mv_wrap .mv-logo{
		width:320px;
		
	}
	.home .mv_wrap .flt-bnr{
		width:260px;
	}
}
@media screen and (max-width:1000px) {
	main {
		padding-top: 0;
	}
}
@media screen and (max-width:767px) {
	.home .title_h2{
		font-size: 2.25rem;
		line-height: 1;
	}
	.home hgroup:has(.title_h2 ) p{
		font-size:0.825rem;
	}
	.home .title_h2 span{
		padding-top: 0.75em;
	}
	.home .mv_wrap{
		/* margin-bottom: 3em; */
		/* margin-top: 59px; */
	}
	.home .mv_wrap .bg_area {
		position: relative;
		min-height: 400px;
		padding-top: 0;
		overflow: hidden;
	}
	.home .mv_wrap .bg_area img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		min-height: unset;
		object-position: 52%;
	}
	.home .mv_wrap .txt_wrap{
		top:22.5vh;
		bottom:auto;
	}
	.home .mv_wrap .mv-logo{
		width:150px;
	}
	.home .mv_wrap .flt-bnr{
		width:100%;
		padding: 0 2em;
		position:static;
		background: linear-gradient(to bottom, #899a82 53%, #ffffff 53%);
	}
	.home .mv_wrap .flt-bnr a{
		max-width: 260px;
		margin:auto;
		box-shadow: none;
	}
	.home .mv_wrap .txt_wrap .mv_tit {
		position: relative;
		font-size: 8vw;
		line-height: 1.4;
	}
	.home .mv_wrap .txt_wrap .common_btn {
		margin: 2em auto 0;
	}
	.home .mv_wrap .txt_wrap .common_btn  a{
		max-width: 300px;
	}
}
.home .news_wrap{
    background: #48b9d036;
    padding: 4em 0 5em;
}
.home .news_wrap .news_inner{
	margin-bottom: 3.5em;
	display: flex;
	justify-content: space-between;
	gap: 2em 2%;
}
.home .news_wrap .hour_area {
	width: 49%;
	background: #fff;
	padding: 2em 1.5%;
}
.home .news_wrap .hour_area .hour_tel_num {
	margin-bottom: 0.25em;
	font-size: 1.35rem;
}
.home .news_wrap .hour_area .hour_tel_num em {
	padding-left: .2em;
	font-size: 3rem;
	font-weight: 600;
	color: #005283;
}
.home .news_wrap .hour_area .hour_tel_num a{
	text-decoration: none;
	color: unset;
}
.home .news_wrap .hour_area .hour_place {
	margin-bottom: 2em;
	font-size: 1.125rem;
}
.home .news_wrap .hour_area .hour_place span {
	padding-right: 1em;
}
.home .news_wrap .hour_area .hour_figure {
	margin-bottom: 0.5em;
}
.home .news_wrap .hour_area .hour_text {
	font-size: 0.875rem;
	font-weight: 500;
}
.home .news_wrap .news_area {
	width: 49%;
	background: #fff;
	padding: 0em 2% 2em;
}
.home .news_wrap .news_area .title_h2{
	margin-bottom: 0.15em;
}
.home .news_wrap .news_area .title_h2 em{
	margin-right: 0.25em;
	font-size: 2.875rem;
}
.home .news_wrap .news_area .title_h2 span {
	display: inline-block; 
}
.home .news_wrap .fip_bnr a{
	transition: transform 0.5s;
	display: block;
	width: fit-content;
	margin: auto;
	box-shadow: 1px 1px 4px rgb(106 106 106 / 20%);
}
@media (any-hover: hover) {
	.home .news_wrap .fip_bnr a:hover{
		transform: translateY(10px); 
	}
}
@media screen and (max-width:767px) {
	.home .news_wrap{
	    padding: 3em 0;
	}
	.home .news_wrap .news_inner{
		margin-bottom: 2em;
		flex-direction: column;
	}
	.home .news_wrap .hour_area {
		width: 100%;
		padding: 1.5em 1em 2em;
	}
	.home .news_wrap .hour_area .hour_tel_num em {
		font-size: 2.5rem;
	}
	.home .news_wrap .hour_area .hour_place {
		margin-bottom: 2em;
		font-size: 1rem;
	}
	.home .news_wrap .news_area {
		width: 100%;
		padding: 1em 15px 2em;
	}
	.home .news_wrap .news_area .title_h2{
		margin-bottom: 0.15em;
	}
	.home .news_wrap .news_area .title_h2 em{
		font-size: 2.875rem;
	}
}
.home .intro_wrap{
	padding: 5em 0;
	background:var(--sub_color01);
}
.home .intro_wrap .title_h2{
	margin-bottom: 1em;
}
.home .intro_wrap .title_h2 em{
	line-height:0.875;
	display:inline-block;
	margin-bottom: 0.25em;
}
.home .intro_wrap .intro_slickarea{
	margin-bottom: 2em;
	margin: 0 auto 3em;
	display: flex;
	gap: 4%;
	flex-direction:row-reverse;
	align-items:center;
}
.home .intro_wrap .intro_slickarea .img_area{
	width: 48%;
}
.home .intro_wrap .intro_slickarea .text_area{
	width: 48%;
}
.home .intro_wrap .intro_slickarea .text_area h3{
	color:#e26d1d;
	font-weight:700;
	font-size:1.625rem;
	margin-block:2em;
}
.home .intro_wrap .intro_slickarea .text_area .intro_name{
	margin-bottom: 1em;
	/* text-align: right; */
}
.home .intro_wrap .intro_lead{
	margin-top: 1em;
	margin-bottom: 2em;
	line-height: 1.8;
}
.home .intro_wrap .btn_area{
	margin: 0 auto 1em;
	max-width: 560px;
	display: flex;
	justify-content: center;
}
.home .intro_wrap .btn_area .common_btn a{
	min-width: 250px;
}
.home .intro_wrap .sns_area{
	margin: 0 auto;
	max-width: 530px;
	background: #fff;
	border: 2px solid var(--main_color);
	border-radius: 10px;
	padding: 1em 3em;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 1px 1px 12px rgb(166 166 166 / 30%);
}
.home .intro_wrap .sns_area .sns_lead{
	width: 40%;
}
.home .intro_wrap .sns_area .insta,
.home .intro_wrap .sns_area .line{
	text-decoration: none;
	transition: opacity 0.3s;
}
.home .intro_wrap .sns_area .insta span,
.home .intro_wrap .sns_area .line span{
	padding-left: 0.5em;
	font-weight: 600;
	vertical-align: top;
}
@media (any-hover: hover) {
	.home .intro_wrap .sns_area .insta:hover,
	.home .intro_wrap .sns_area .line:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:767px) {
	.home .intro_wrap{
		padding: 2em 0;
		overflow: hidden;
	}	
	.home .intro_wrap .intro_slickarea{
		margin: 0 auto 1em;
		flex-direction: column;
		gap:1.5em;
	}
	.home .intro_wrap .intro_slickarea .img_area{
		width: 100%;
	}
	.home .intro_wrap .intro_slickarea .text_area{
		width: 100%;
	}
	.home .intro_wrap .intro_slickarea .text_area h3{
		font-size:1.375rem;
	}
	.home .intro_wrap .intro_lead{
		margin-bottom: 1em;
		line-height: 1.6;
		font-size:0.94rem;
	}
	.home .intro_wrap .btn_area{
		margin: 0 auto 2em;
		flex-direction: column;
	}
	.home .intro_wrap .btn_area .common_btn{
		margin: .5em auto;
	}
	.home .intro_wrap .btn_area .common_btn a{
		min-width: 250px;
	}
	.home .intro_wrap .sns_area{
		padding: 1.5em 1em;
		justify-content:center;
		flex-wrap: wrap;
		gap: 1em 2em;
	}
	.home .intro_wrap .sns_area .sns_lead{
		width: 100%;
		text-align: center;
		font-size: 1.25rem;
	}
	.home .intro_wrap .sns_area .insta span,
	.home .intro_wrap .sns_area .line span{
		padding-top: 0.2em;
		display: inline-block;
	}
}
.home .search_wrap{
    background: #48b9d036;
    background-size: cover;
    padding: 8em 0 7em;
}
#search_area .tab-wrap {
	display: flex;
	flex-wrap: wrap;
}
#search_area .tab-label {
	color: #fff;
	background: #aca288;
	padding: 0.75em 1em;
	order: -1;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 2px;
	border-radius: 12px 12px 0 0;
	cursor: pointer;
	flex: 1;
	position: relative;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
#search_area .tab-label:not(:last-of-type) {
	margin-right: 0.25em;
}
#search_area .tab-switch:checked+.tab-label {
	background: #005283;
}
#search_area .tab-switch {
	display: none;
}
#search_area .tab-content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: #ffffff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2%;
	border-radius: 0 0 12px 12px;
}
#search_area .tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	overflow: auto;
	opacity: 1;
	transition: .5s opacity;
	padding: 6em 3em 4em;
}
#search_area .tab-switch:checked+.tab-label+ .tab-content02{
	justify-content: space-around;
	padding: 6em 4em 4em;
	gap: 4%;
}
#search_area .tab-content .search_item a{
	display: block;
	margin-bottom: 2em;
	transition: transform 0.3s;
}
#search_area .tab-content .search_item a:hover{
	transform: translateY(8px);
}
@media screen and (max-width:767px) {
	.home .search_wrap{
	    background-size: cover;
	    padding: 4em 0 3em;
	}
	#search_area .tab-label {
		padding: 1em 0.5em;
		font-size: 1.25rem;
		letter-spacing: 0;
		border-radius: 10px 10px 0 0;
	}
	#search_area .tab-content {
		border-radius: 0 0 10px 10px;
		overflow: hidden !important;
	}
	#search_area .tab-switch:checked+.tab-label+.tab-content {
		padding: 2em 1em 0;
	}
	#search_area .tab-switch:checked+.tab-label+ .tab-content02{
		justify-content: flex-start;
		padding: 2em 1em 0;
		gap: 2%;
	}
	#search_area .tab-content .search_item{
		width: 32%; 
	}
}
.home .map_wrap{
	height: 340px;
}
.home .map_wrap iframe{
	height: 100% !important;
}
@media screen and (max-width:767px) {
	.home .map_wrap{
		height: 230px;
	}
}
.home .blog_wrap {
	padding: 5em 0 3em;
}
.home .blog_wrap .title_h2 {
	margin-bottom: 1em;
}
.home .blog_wrap .blog_list {
	margin-bottom: 4em;
	display: flex;
	justify-content: flex-start;
	gap: 6%;
}
.home .blog_wrap .blog_list .blog_item {
	width: calc((100% - 12%) / 3);
	list-style-type: none;
	background: #fff;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.home .blog_wrap .blog_list .blog_item article {
	height: 100%;
}
.home .blog_wrap .blog_list .blog_item article a {
	text-decoration: none;
	position: relative;
	z-index: 0;
	display: block;
	height: 100%;
	color: unset;
}
.home .blog_wrap .blog_list .blog_item article .img_area {
	margin-bottom: 0;
	position: relative;
	z-index: 0;
	overflow: hidden;
	padding-top: 73%;
}
.home .blog_wrap .blog_list .blog_item article .img_area img {
	position: absolute;
	z-index: 0;
	inset: 0;
	overflow: hidden;
	transition: .5s;
	object-fit: cover;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	will-change: transform;
	transform-origin: center;
}
@media (any-hover: hover) {
	.home .blog_wrap .blog_list .blog_item article a:hover .img_area  img {
		transform: scale(1.05);
	}
}
.home .blog_wrap .blog_list .blog_item article .text_area {
	padding: 1.5em 2em 3em;
}
.home .blog_wrap .blog_list .blog_item article .text_area time {
	display: block;
	margin-bottom: 1em;
	color: #999;
}
.home .blog_wrap .blog_list .blog_item article .text_area .blog-title {
	font-size: 1rem;
	margin-bottom: 0.5em;
}
.home .blog_wrap .blog_list .blog_item article .text_area .blog_tag span{
	font-size: 0.875rem;
	margin-right: 1em;
}
.home .blog_wrap .blog_list .blog_item article .text_area .blog_tag span:before{
	font-size: 0.875rem;
	content: "#";
}
@media screen and (max-width:767px) {
	.home .blog_wrap {
		padding: 2em 0 2em;
	}
	.home .blog_wrap .title_h2 {
		margin-bottom: 0.5em;
	}
	.home .blog_wrap .blog_list {
		margin-bottom: 2em;
		gap: 2em;
		flex-wrap: wrap;
	}
	.home .blog_wrap .blog_list .blog_item {
		width: 100%;
	}
	.home .blog_wrap .blog_list .blog_item article .text_area {
		padding: 1.5em 2em 2em;
	}
	.home .blog_wrap .blog_list .blog_item article .text_area time {
		margin-bottom: 0.5em;
	}
	.home .blog_wrap .blog_list .blog_item article .text_area .blog-title {
		font-size: 1rem;
	}
}












/* access
-------------------------------------------------------------------*/
.sect_access {
	padding: 80px 0 160px;
}
.sect_access .list {
	display:
		flex;
	justify-content:
		flex-start;
	align-items:
		flex-start;
	margin-top: 60px;
}
.sect_access .map_wrap {
	position: relative;
	width: 650px;
	height: auto;
	padding-top: 400px;
	margin-right: 60px;
}
.sect_access .map_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sect_access .txt {
	line-height: 1.8;
}
.sect_access .txt p+p {
	margin-top: 20px;
}
@media screen and (max-width:768px) {
	.sect_access {
		padding: 40px 0 80px;
	}
	.sect_access .list {
		flex-wrap: wrap;
	}
	.sect_access .map_wrap {
		width: 100%;
		padding-top: 300px;
		margin-right: 0;
		margin-top: 10px;
		order: 2;
	}
	.sect_access .txt {
		line-height: 1.4;
	}
	.sect_access .txt p+p {
		margin-top: 10px;
	}
}
/* footer
-------------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5%;
	width: 104px;
	z-index: 500;
}
footer {
	background: var(--main_color);
	padding: 5em 0 2em;
	color:#fff;
}
footer .footer_wrap {
	margin-bottom: 2em;
	display: flex;
	justify-content: space-between;
	gap: 6%;
}
footer .footer_wrap .foot_left {
	width: 44%;
}
footer .footer_wrap .foot_left .foot_logo a{
	display: block;
	margin-bottom: 1.5em;
	transition: opacity .3s;
}
footer .footer_wrap .foot_left .fool_access {
	margin-bottom: 2em;
}
footer .footer_wrap .foot_left .fool_access .foot_tel {
	font-size: 2.125rem;
	margin-bottom: 0;
}
footer .footer_wrap .foot_left .fool_access .foot_tel em{
	font-size: min(5vw , 3.75rem);
	font-weight: 600;
	padding-left: 0.1em;
	font-style: normal;
}
footer .footer_wrap .foot_left .fool_access .foot_tel a{
	text-decoration: none;
	color: inherit;
}
footer .footer_wrap .foot_left .fool_access .foot_place {
	font-size: 1.125rem;
	font-size: min(1.75vw , 1.125rem );
}
footer .footer_wrap .foot_left .fool_access .foot_place span{
	padding-right: 1em;
}
footer .footer_wrap .foot_left .common_btn a{
	margin-inline:0 auto;
	background:var(--color01)
}

footer .footer_wrap .foot_left .foot_credit {
	margin-bottom: 0.5em;
	background: #fff;
	padding: 1em 2em;
	margin-bottom: 1.5em;
}
footer .footer_wrap .foot_left .foot_credit .credit_icon {
	margin-bottom: 1em;
}
footer .footer_wrap .foot_left .foot_credit .credit_text {
	font-size: 0.875rem;
	font-weight:500;
	line-height: 1.6;
	margin-bottom: 0;
	color:var(--color01)
}
footer .footer_wrap .foot_left .foot_att{
	font-size: 0.875rem;
	margin-bottom: 1em;
}
footer .footer_wrap .foot_left .foot_sns {
	margin-bottom: 0.5em;
}
footer .footer_wrap .foot_left .foot_sns .line ,
footer .footer_wrap .foot_left .foot_sns .insta{
	display: inline-block;
	margin-right: 0.8em;
	transition: opacity .3s;
}
footer .footer_wrap .foot_right {
	width: 51%;
	overflow: hidden;
}
footer .footer_wrap .foot_right .foot_hour {
	margin-bottom: 1.5em;
}
footer .footer_wrap .foot_right .foot_hour .bnr_hour {
	margin-bottom: 0.25em;
}
footer .footer_wrap .foot_right .foot_hour .hour_text {
	margin-bottom: 0;
}
footer .footer_wrap .foot_right .foot_bnrlist {
	margin-block:1em 2em;
}
footer .footer_wrap .foot_right .foot_bnrlist a{
	display: block;
	transition: opacity .3s;
}
footer .footer_wrap .foot_right .foot_bnrlist .bnrlist01,
footer .footer_wrap .foot_right .foot_bnrlist .bnrlist02{
	margin-bottom: 1em;
	display: flex;
	justify-content: space-between;
	gap: 0.25em; 
}
footer .footer_wrap .foot_right .foot_bnrlist .bnrlist01{
	gap: 1em;
}
footer .footer_wrap .foot_right .foot_bnrlist .bnrlist02 a {
	padding-inline: 2px;
}
@media (any-hover: hover) {
	footer .footer_wrap .foot_left .foot_sns .line:hover,
	footer .footer_wrap .foot_left .foot_sns .insta:hover,
	footer .footer_wrap .foot_left .foot_logo a:hover,
	footer .footer_wrap .foot_right .foot_bnrlist a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width: 768px) {
	#pageTop {
		width: 60px;
		right: 10px;
		bottom: 40px;
	}
	footer {
		padding: 2em 15px 2em;
	}
	footer .footer_wrap {
		margin-bottom: 1em;
		flex-direction: column;
		padding: 0em 0 2em;
	}
	footer .footer_wrap .foot_left {
		width: 100%;
	}
	footer .footer_wrap .foot_left .foot_logo{
		max-width: 260px;
		margin: auto;
	}
	footer .footer_wrap .foot_left .fool_access {
		margin-bottom: 1em;
		text-align: center;
	}
	footer .footer_wrap .foot_left .fool_access .foot_tel {
		font-size: 1.5rem;
	}
	footer .footer_wrap .foot_left .fool_access .foot_tel em{
		font-size: 2.5rem;
	}
	footer .footer_wrap .foot_left .fool_access .foot_place {
		font-size: 1rem;
		text-align: center !important;
	}
	footer .footer_wrap .foot_left .common_btn a{
		margin-inline:auto;
	}
	footer .footer_wrap .foot_left .foot_credit {
		padding: 1em 1em;
	}
	footer .footer_wrap .foot_left .foot_credit .credit_icon {
		margin-bottom: 1em;
	}
	footer .footer_wrap .foot_left .foot_credit .credit_text {
		font-size: 0.875rem;
		font-weight:500;
		line-height: 1.6;
	}
	footer .footer_wrap .foot_left .foot_hour {
		margin-bottom: 2em;
	}
	
	footer .footer_wrap .foot_right {
		width: 100%;
	}
	footer .footer_wrap .foot_right .foot_hour.display_pc{
		display: none;
	}
	footer .footer_wrap .foot_right .foot_bnrlist .bnrlist01,
	footer .footer_wrap .foot_right .foot_bnrlist .bnrlist02{
		margin-bottom: 1em;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap; 
		gap: 1em 2%;
	}
	footer .footer_wrap .foot_right .foot_bnrlist .bnrlist01 a,
	footer .footer_wrap .foot_right .foot_bnrlist .bnrlist02 a {
		max-width: 49%;
	}
	footer .copyright{
		display: block;
		text-align: center !important;
	}
}

.viewing_wrap {
	background:var(--color02);
	padding:5em 0;
}
.viewing_wrap .viewing-list{
	display:flex;
	justify-content:space-between;
	align-items:stretch;
	flex-wrap:wrap;
	gap:1.5em;
	margin: 1.0em auto 0;
	max-width: 1100px;
}
.viewing_wrap .viewing-item{
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	gap:1.5em;
	width:calc((100% - 1.5em) / 2);
	background:#fff;
	border:1px solid var(--sub_color01);
	padding:2.5em 2em;
	border:solid 1px var(--main_color);
}
.viewing_wrap .viewing-item.column_01{
	width:100%;
}
.viewing_wrap .viewing-item .viewing-item_ttl{
	font-size:1.375rem;
	font-weight:bold;
	color:#e26d1d;
	letter-spacing:0.05em;
	margin-bottom:0.5em;
	text-indent:-1em;
	padding-left:1em;
}
.viewing_wrap .viewing-item.column_01 .viewing-item_ttl{
	margin-bottom:2em;
}
.viewing_wrap .viewing-item .viewing-item_text p{
	font-size:1rem;
	letter-spacing:0.05em;
	line-height:2;
}
.viewing_wrap .viewing-item .viewing-item_text p:nth-child(n + 2){
	margin-top:0.5em;
}
.viewing_wrap .viewing-item .viewing-item_text em{
	font-weight:bold;
}
.viewing_wrap .viewing-item .viewing-item_text a{
	color:#006699;
	text-decoration:underline;
	text-underline-offset:0.5em;
}
.viewing_wrap .viewing-item .viewing-item_image{
	min-width:180px;
}
@media screen and (max-width:1000px) {
	.viewing_wrap .viewing-item{
		width:100%;
		gap:1em;
		padding:0.75em;
	}
}
@media screen and (max-width:768px) {
	.viewing_wrap {
		padding:3em 0;
	}
	.viewing_wrap .viewing-list{
		gap:1em;
		margin-top:2em;
	}
	.viewing_wrap .viewing-item{
		width:100%;
		gap:1em;
		padding:0.75em;
	}
	.viewing_wrap .viewing-item.column_01 .viewing-item_ttl{
		margin-bottom: 0.5em;
	}
	.viewing_wrap .viewing-item .viewing-item_ttl{
		font-size: min(4.125vw,1.125rem);
	}
	.viewing_wrap .viewing-item .viewing-item_text p{
		font-size: min(3.5vw,0.875rem);
		line-height:1.6;
	}
	.viewing_wrap .viewing-item .viewing-item_text a{
		text-underline-offset:0.25em;
	}
	.viewing_wrap .viewing-item .viewing-item_text{
		width:calc(100% - 100px - 1em);
	}
	.viewing_wrap .viewing-item .viewing-item_image{
		min-width:100px;
		width:100px;
	}
	.viewing_wrap .viewing-item .viewing-item_image img{
		max-width:100%;
		width:100%;
	}
}