@charset "utf-8";

@font-face {
	font-family: 'myfont';
	src: url("../font/rounded-mplus-2c-regular.ttf") format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'myfont3';
	src: url("../font/NotoSerifJP-VariableFont_wght.ttf") format('truetype');
	font-display: swap;
}

html{
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
body{
	margin:0 auto;
	color:#231815;
	font-size:17px;
	font-family:myfont3;
	letter-spacing:0.7px;
	line-height:150%;
}

a{
	transition:opacity 0.3s;
	text-decoration: none;
}
a:hover{
	opacity:0.8;
}
/**/
.word_break{
	word-break:break-all;
	white-space:pre-wrap;
}

/*scrolltop*/
#scroll_top_main{
	position:fixed;
    max-width:1400px;
	width:100%;
	left:50%;
	bottom:187px;
	transform: translate(-50%, 0);
	height:0;
	background:#eee;
	text-align:right;
	transition-duration: 0.5s;
	opacity:0;
	z-index:5;
}
#scroll_top{
	display:inline;
}

/*メニュー*/
.hamburger-open span{
	background-color:#6B635C;
}
.menu_fixed{
	position:fixed;
	top:0;left:50%;
	transform:translate(-50%, 0);
	width:100%;
	max-width:1920px;
	z-index:7;
}
.menu_icon{
	display:none;
}
.menu_icon_2{
	display:none;
}

/*swiper*/
.swiper_title{
	font-size:22px;
	font-weight:bold;
	color:#6B635C;
	margin-top:10px;
}
.swiper_content{
	font-size:22px;
	
	color:#6B635C;
}
/*title*/
.main_title{
	position:relative;
}
/*下層タイトル*/
.sub_title{
	position:relative;
	background:#6B635C;
	width:100%;
	height:250px;
}
.sub_title .img_1{
	max-width:100%;
	object-fit:cover;
	height:250px;
	filter: brightness(0.4);
}
.sub_title .img_2{
	vertical-align:top;
	max-width:200px;
}
.sub_title .text_1{
	position:absolute;top:50%;left:50%;color:#fff;transform:translate(-50%, -50%);text-align:center;
	width:100%;
}
.sub_title .text_2{
	font-size:70px;font-family:myfont;letter-spacing:7px;
}
.sub_title .text_3{
	font-size:20px;font-weight:bold;
}
.title_2_main{
	max-width:1920px;
	width:100%;
	background:#fff;
	height:60px;
	display:flex;
	align-items:center;
	margin:0 auto 0 auto;
}
.title_2_sub_1{
	max-width:1200px;
	width:90%;
	margin:0 auto;
}
/** breadcrumb **/
.breadcrumb {
	font-size:16px;
	color: #535353;
}
.breadcrumb-link {
	color: #535353;
	font-size:16px;
	text-decoration: underline;
}
.breadcrumb-separator {
	margin: 0 10px;
	color: #535353;
}

.event_btn{
	display:flex;
	justify-content:center;
	align-items:center;
	width:317px;
	height:70px;
	font-size:17px;
	color:#444272;
	border-radius:35px;
	border:1px solid #444272;
	margin:0 auto;
}
.housing_btn{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:385px;
	height:70px;
	font-size:17px;
	color:#fff;
	border-radius:35px;
	border:1px solid #6B635C;
	background:#6B635C;
}

/*background*/
.bg_margin_adjust_main{
	padding-top:50px;
}
.bg_margin_adjust{
	padding-top:130px;
}

/*etc*/
.arrow_btn::before{
	content:'';
	background-color:rgba(107,99,92,0.2);
	border-radius:15px;
	width:30px;
	height:30px;
	z-index:-1;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

/*footer*/
.footer{
	padding:20px 0 20px 0;
	margin:250px auto 0 auto;
}
.footer_main{
	border-top:2px solid #6B635C;
	margin:0 auto 0 auto;
	width:90%;
}
.footer_sub_1{
	display:flex;
	justify-content:space-between;
	max-width:1200px;
	margin:60px auto 0 auto;
	width:100%;
	color:#6B635C;
}
.footer_sub_1 .div_1:nth-child(1){
	width:200px;
	font-size:14px;
}
.footer_sub_1 .div_1:nth-child(1) .img{
	margin-top:30px;
	text-align:center;
}
.footer_sub_1 .div_1:nth-child(1) .text_1{
	margin-top:65px;
	text-align:center;
}
.footer_sub_1 .div_1:nth-child(2){
	width:235px;
	font-size:14px;
}
.footer_sub_1 .div_1:nth-child(2) .text_1{
	margin:30px 0 65px 0;
	line-height:200%;
}
.footer_sub_1 .div_1:nth-child(3){
	width:2px;
	border-right:2px solid #6B635C;
	height:250px;
}
.footer_sub_1 .div_1:nth-child(4) .list_1{
	width:346px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:30px 0 0 0;
	font-size:15px;
	line-height:300%;
}
.footer_sub_1 .div_1:nth-child(4) .list_1 a{
	
	font-size:15px;
	color:#6B635C;
}
.footer_sub_1 .div_1:nth-child(5){
	margin-top:10px;
}
.footer_sub_1 .div_1:nth-child(5) .btn_1{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:236px;
	height:55px;
	font-size:16px;
	color:#fff;
	background:#6B635C;
	border-radius:35px;
}
.footer_sub_1 .div_1:nth-child(5) .btn_2{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:236px;
	height:55px;
	font-size:16px;
	color:#6B635C;
	background:#fff;
	border-radius:35px;
	border:1px solid #6B635C;
	margin-top:10px;
}
.footer_sub_1 .div_1:nth-child(5) .tel_1{
	margin-top:10px;
}

.footer_main_sp{
	display:none;
}

/*side*/


/*etc*/
.top_sm_only{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:none;	
}
.top_sm{
	display:none;
}
.top_pc_flex{
	display:flex;
}
.top_tab_flex{
	display:none;
}
.top_sm_flex{
	display:none;
}
.res_pc_br{
	display:block;		
}
.res_sp_br{
	display:none;		
}
.res_pc_br_550{
	display:block;	
}
.res_margin_top_80{
	margin-top:80px;		
}
.res_margin_top_m30{
	margin-top:-30px;
}
.res_height_20{
	height:20px;
	display:block;
}



@media screen and (min-width:1921px) {
}
@media screen and (max-width:1366px) {
/*menu1366*/
.menu_text{
	font-size:14px;
}
.menu_div_1{
	flex:0.75;
}	
}
@media screen and (max-width:1024px) {
/*メニュー1024*/
	
.hamburger-open span{
	background-color:#6B635C;
}
	
.menu_fixed{
	position:fixed;
	top:0;left:50%;
	transform:translate(-50%, 0);
	width:100%;
	height:70px;
	max-width:1920px;
	z-index:7;
	background-color:rgba(255,252,250,0.8);
}
.menu_icon{
	display:flex;
	align-items:center;
	justify-content:space-between;
	width:120px;
	position:absolute;
	top:20px;right:100px;
}
.menu_icon .div_1{
	text-align:center;
}
.menu_icon .text_1{
	font-size:8px;
	color:#6b635c;
	line-height:100%;
}
.menu_icon_2{
	display:flex;
	align-items:center;
	justify-content:space-between;
	
	position:absolute;
	top:51px;right:35px;
}
.menu_icon_2 .div_1{
	text-align:center;
}
.menu_icon_2 .text_1{
	font-size:8px;
	color:#6b635c;
	line-height:100%;
}

/*background1024*/
.bg_margin_adjust_main{
	padding-top:150px;
}
.bg_margin_adjust{
	padding-top:75px;
}

.event_btn{
}
.housing_btn{
	margin:10px auto;
	height:70px;
	font-size:17px;
	width:100%;
	color:#fff;
	background:#6B635C;
}

/*footer 1024*/
.footer{
	margin:100px auto 0 auto;
}
.footer_main{
	max-width:720px;margin:0px auto 0 auto;width:90%;
}
.footer_sub_1{
	display:block;
}
.footer_sub_1 .img{
	max-width:100%;text-align:center;margin-bottom:20px;
}
.footer_sub_1 .text{
	max-width:100%;text-align:center;
}
.footer_sub_2{
	color:#fff;font-size:15px;margin-top:15px;text-align:center;letter-spacing:4.2px;
}
.footer_sub_1 .div_1:nth-child(3){
	display:none;
}
.footer_sub_1 .div_1:nth-child(4) .list_1{
	max-width:346px;
	width:100%;
	display:block;
}
.footer_main{
	display:none;
}
.footer_main_sp{
	display:block;
}
.footer_main_sp{
	border-top:2px solid #6B635C;
	margin:0 auto;
	width:90%;
}
.footer_sub_1_sp{
	max-width:1200px;
	margin:60px auto 0 auto;
	width:100%;
	color:#6B635C;
}

.footer_sub_1_sp .text_1{
	margin-top:33px;
	text-align:center;
	font-size:15px;
}

.footer_sub_1_sp .text_2{
	margin:30px 0 65px 0;
	line-height:100%;
	text-align:center;
	font-size:15px;
}

.footer_sub_1_sp .list_1{
	max-width:500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px auto 50px auto;
	font-size:15px;
	line-height:300%;
}
.footer_sub_1_sp .list_1 a{
	font-size:15px;
	color:#6B635C;
}
.footer_sub_1_sp .flex_1{
	max-width:500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px auto 50px auto;
	font-size:15px;
	line-height:300%;
}
.footer_sub_1_sp .flex_2{
	max-width:500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px auto 50px auto;
	font-size:15px;
	line-height:300%;
}
.footer_sub_1_sp .btn_1{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:236px;
	height:55px;
	font-size:16px;
	color:#fff;
	background:#6B635C;
	border-radius:35px;
	margin:0 auto;

}
.footer_sub_1_sp .btn_2{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:236px;
	height:55px;
	font-size:16px;
	color:#6B635C;
	background:#fff;
	border-radius:35px;
	border:1px solid #6B635C;
	margin:0px auto 0 auto;
}
.footer_sub_1_sp .tel_1{
	margin:10px auto 0 auto;
	text-align:center;

}
.footer_sub_1_sp .img{
	margin:0px auto 0 auto;
	text-align:center;
}	
	
	
	
	
/*etc1024*/
.res_height_20{
	display:block;height:20px;		
}
.res_height_50{
	display:block;height:50px;		
}
.res_pc_br{
	display:none;		
}
.res_sp_br{
	display:block;		
}
.res_margin_auto{
	margin:0 auto;
}
.top_pc{
	display:none;
}
.top_tab{
	display:block;
}
.top_pc_flex{
	display:none;
}
.top_tab_flex{
	display:flex;
}
.res_font_vw{
	font-size:3.4vw;
}
.res_font_vw_2{
	font-size:1.7vw;
}
.res_margin_top_80{
	margin-top:0;		
}
.res_margin_top_m30{
	margin-top:0;
}
.res_height_50{
	height:50px;
	display:block;
}
.res_height_20{
	height:20px;
	display:block;
}

.cate_btn{
	font-size:16px;
}

	
}

@media screen and (max-width:784px) {
.sub_title{
	height:170px;
}
.sub_title .img_1{
	height:170px;
}
.sub_title .img_2{
	max-width:120px;
}
.sub_title .text_1{
	width:100%;
}
.sub_title .text_2{
	font-size:35px;font-family:myfont;letter-spacing:7px;
}
.sub_title .text_3{
	font-size:13px;font-weight:bold;
}
/*scrolltop*/
#scroll_top_main{
	bottom:100px;
}
	
/** 784*/


/*footer 784*/

.footer_sub_2{
	font-size:12px;		
}
/*etc 783*/
.top_pc{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:block;	
}
}

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

/*footersp 550*/
.footer_sub_1_sp{
	max-width:1200px;
	margin:60px auto 0 auto;
	width:100%;
	color:#6B635C;
}

.footer_sub_1_sp .text_1{
	margin-top:33px;
	text-align:center;
	font-size:13px;
}

.footer_sub_1_sp .text_2{
	margin:30px 0 65px 0;
	line-height:100%;
	text-align:center;
	font-size:13px;
}

.footer_sub_1_sp .list_1{
	max-width:500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px auto 50px auto;
	font-size:12px;
	line-height:300%;
}
.footer_sub_1_sp .list_1 a{
	font-size:12px;
	color:#6B635C;
}
.footer_sub_1_sp .flex_1{
	max-width:500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px auto 50px auto;
	font-size:15px;
	line-height:300%;
}
.footer_sub_1_sp .flex_2{
	max-width:500px;
	width:100%;
	display:flex;
	justify-content:space-between;
	margin:30px auto 50px auto;
	font-size:15px;
	line-height:300%;
}
.footer_sub_1_sp .btn_1{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:146px;
	height:40px;
	font-size:13px;
	color:#fff;
	background:#6B635C;
	border-radius:35px;
	margin:0 auto;

}
.footer_sub_1_sp .btn_2{
	display:flex;
	justify-content:center;
	align-items:center;
	position:relative;
	width:146px;
	height:40px;
	font-size:13px;
	color:#6B635C;
	background:#fff;
	border-radius:35px;
	border:1px solid #6B635C;
	margin:0px auto 0 auto;
}
.footer_sub_1_sp .tel_1{
	text-align:center;
	max-width:200px;
	width:100%;
	flex:0.5;
}
.footer_sub_1_sp .tel_1 img{
	width:100%;
}
.footer_sub_1_sp .img{
	margin:0px auto 0 auto;
	text-align:center;
}
.footer_sub_1_sp .sns_2{
	flex:0.4;
}
.footer_sub_1_sp .sns_2 img{
	max-width:30px;
	width:100%;
}

	
/*etc 550*/
.res_pc_br_550{
	display:none;		
}
.top_pc{
	display:none;
}
.top_tab{
	display:none;
}
.top_sm_large{
	display:none;	
}
.top_sm{
	display:block;
}
.top_pc_flex{
	display:none;
}
.top_tab_flex{
	display:none;
}
.top_sm_flex{
	display:flex;
}	
}

@media screen and (max-width:430px) {
/*menu 430*/

	
/*etc 430*/
.top_sm_only{
	display:block;
}
.top_sm_only_none{
	display:none;
}

}