@charset "utf-8";
/* CSS Document */

body, ul, li, h1, h2, h3, p{
	margin: 0;
	padding: 0;
	font-size: 0;
	background-color: initial;
}

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

body{
	font-family: "noto-sans-cjk-jp", sans-serif;
	background-color: #F5F4F0;
}



header{
	position: relative;
	margin-top: 100px;
}

.h_logo{
	width: 390px;
	margin: 0 auto;
}

.h_logo img{
	width: 100%;
}

.h_img{
	width: 1500px;
	margin: 100px auto 0 auto;
}

.h_img img{
	width: 100%;
}


.sec_about{
	width: 1500px;
	margin: 100px auto 0 auto;
	position: relative;
}

.sec_about_left{
	width: 700px;
	display: inline-block;
	vertical-align: top;
	margin-right: 100px;
}

.sec_about_left_title{
	font-size: 30px;
	font-weight: bold;
}

.sec_about_left_text{
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
	line-height: 26px;
}

.sec_about_right{
	width: 700px;
	display: inline-block;
	vertical-align: top;
}
.sec_about_right img{
	width: 100%;
}


.sec_img_slider{
	width: 1500px;
	margin: 50px auto 0 auto;
	position: relative;
	padding: 0;
}

.sec_img_slider img{
	height: 100%;
}


.sec_menu{
	width: 100%;
	background-color: #A59E7C;
	margin: 100px auto 0 auto;
	padding: 50px 0 100px 0;
}

.sec_menu_box{
	width: 1000px;
	margin: 0 auto;
}

.sec_menu_title{
	text-align: center;
	color: #fff;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 3px;
}

.sec_menu_cat_title{
	width: 100%;
	border: solid 5px #fff;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	margin-top: 50px;
	height: 68px;
	line-height: 68px;
}

.sec_menu_cat_txt{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	line-height: 30px;
}

.sec_menu_txt{
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;
	line-height: 30px;
}


.sec_info{
	width: 1500px;
	margin: 100px auto 0 auto;
}

.sec_info_title{
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	letter-spacing: 3px;
}

.sec_info_left{
	width: 600px;
	display: inline-block;
	vertical-align: top;
	margin-right: 120px;
	margin-top: 100px;
}

.sec_info_left_name_box{
	width: 100px;
	display: inline-block;
	vertical-align: top;
}

.sec_info_left_name_box p{
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}

.sec_info_left_txt_box{
	width: calc(100% - 100px);
	display: inline-block;
	vertical-align: top;
}

.sec_info_left_txt_box p{
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}

.btn_g_map{
	width: 310px;
	height: 50px;
	position: relative;
	margin-top: 20px;
	border: 2px solid #000;
}

.btn_g_map a{
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	padding-left: 50px;
}

.btn_ya{
	position: absolute;
	transition: all .3s ease;
	width: 18px;
	top: 12px;
	right: 50px;
	pointer-events: none;
}

.btn_g_map:hover .btn_ya{
	right: 30px;
}

.btn_ya img{
	width: 100%;
}

.sec_info_left_line{
	width: 100%;
	height: 3px;
	background-color: #000;
	margin: 30px 0;
}


.sec_info_right{
	width: 780px;
	display: inline-block;
	vertical-align: top;
	margin-top: 100px;
}

.sec_info_right_txt{
	font-size: 18px;
	font-weight: bold;
}

.cal_box{
	width: 100%;
	margin-top: 10px;
}



.f_copy{
	width: 100%;
	height: 100px;
	background-color: #A59E7C;
	text-align: center;
	margin-top: 150px;
}

.f_copy p{
	font-size: 16px;
	color: #fff;
	line-height: 100px;
}





.h_menu{
	position: fixed;
	top: 50px;
	right: 50px;
	z-index: 999;
	width: 40px;
	height: 25px;
	cursor: pointer;
}

.h_menu span{
	width: 100%;
	height: 3px;
	background-color: #BE1A1A;
	position: absolute;
	left: 0;
	transition: all .5s ease;
}

.h_menu span:nth-child(1){
	top: 0;
}

.h_menu span:nth-child(2){
	bottom: 0;
}

.h_menu_active span:nth-child(1){
	transform: rotate(-45deg);
	top: 11px;
	
}

.h_menu_active span:nth-child(2){
	transform: rotate(45deg);
	bottom: 11px;
}



.r_menu_box{
	max-width: 400px;
	width: 100%;
	position: fixed;
	right: -450px;
	top: 0;
	height: 100%;
	background-color: #fff;
	z-index: 998;
	transition: all .5s ease;
}

.r_menu_active{
	right: 0;
}

.r_menu{
	width: 90%;
	margin: 100px auto 0 auto;
}

.r_menu_btn{
	width: 100%;
	border-bottom: 2px solid #000;
	text-align: center;
}

.r_menu_btn a{
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding: 30px 0;
	transition: all .3s ease;
}

.r_menu_btn a:hover{
	background-color: #A59E7C;
	color: #fff;
}


.sec_about_right_sp_img{
	display: none;
	width: 100%;
	margin: 20px 0;
}

.sec_about_right_sp_img img{
	width: 100%;
}

.sec_menu_list{
	width: 100%;
	margin-top: 30px;
}

.sec_menu_list li{
	display: inline-block;
	vertical-align: top;
	height: 30px;
	margin-right: 30px;
}

.sec_menu_list li:last-child{
	margin-right: 0;
}

.sec_menu_list li p{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}

.sec_info_left_txt_box p span{
	margin-left: 10px;
}


@media screen and (max-width: 1550px){
	.h_logo{
		width: 250px;
	}
	
	.h_img{
		width: 1200px;
	}
	
	.sec_about{
		width: 1200px;
	}

	.sec_about_left{
		width: 580px;
		margin-right: 50px;
	}
	
	.sec_about_right{
		width: 570px;
	}
	
	.sec_info{
		width: 1200px;
	}
	
	.sec_info_left {
		width: 550px;
		margin-right: 70px;
	}

	.sec_info_right{
		width: 580px;
	}
	
	.sec_img_slider{
		width: 1200px;
	}
	
}


@media screen and (max-width: 1250px){
	
	header{
		margin-top: 50px;
	}
	
	.h_logo{
		width: 200px;
	}
	
	.h_img{
		width: 1000px;
		margin: 50px auto 0 auto;
	}
	
	.sec_about{
		width: 1000px;
	}

	.sec_about_left{
		width: 520px;
		margin-right: 40px;
		vertical-align: middle;
	}
	
	.sec_about_left_title{
		font-size: 24px;
	}
	
	.sec_about_left_text{
		font-size: 16px;
		margin-top: 20px;
	}
	
	.sec_about_right{
		width: 440px;
		vertical-align: middle;
	}
	
	.sec_menu_box{
		width: 850px;
	}
	
	.sec_menu_title{
		font-size: 48px;
	}
	
	.sec_menu_cat_title{
		font-size: 24px;
		height: 50px;
		line-height: 50px;
	}
	
	.sec_menu_list li p{
		font-size: 16px;
	}
	
	.sec_menu_txt{
		line-height: 24px;
		font-size: 16px;
		margin-top: 30px;
	}
	
	
	.sec_info{
		width: 1000px;
	}
	
	.sec_info_title{
		font-size: 48px;
	}
	
	.sec_info_left_name_box p,
	.sec_info_left_txt_box p,
	.sec_info_right_txt{
		font-size: 16px;
	}
	
	.sec_info_left {
		width: 510px;
		margin-right: 50px;
	}

	.sec_info_right{
		width: 440px;
	}
	
	.sec_img_slider{
		width: 1000px;
	}
}




@media screen and (max-width: 1050px){
	.h_img{
		width: 95%;
		height: 400px;
		position: relative;
		overflow: hidden;
	}
	
	.h_img img{
		position: absolute;
		width: 1100px;
		right: -10%;
		top: 0;
	}
	
	.sec_about{
		width: 95%;
		text-align: center;
		margin: 70px auto 0 auto;
	}
	
	.sec_about_left{
		display: block;
		margin: 0 auto;
		text-align: left;
		width: 100%;
		max-width: 520px;
	}
	
	.sec_about_right{
		display: none;
	}
	
	.sec_about_right_sp_img{
		display: block;
	}
	
	.sec_about_left_text{
		margin-top: 0;
	}
	
	.sec_menu{
		margin: 70px auto 0 auto;
		padding: 30px 0 70px 0;
	}
	
	.sec_menu_title,
	.sec_info_title{
		font-size: 36px;
	}
	
	.sec_menu_cat_title{
		margin-top: 30px;
		font-size: 20px;
	}
	
	.sec_info{
		max-width: 510px;
		width: 95%;
		margin: 70px auto 0 auto;
	}
	
	.sec_info_left{
		width: 100%;
		margin-right: 0;
		display: block;
		margin-top: 50px;
	}
	
	.sec_info_right{
		width: 100%;
		display: block;
		margin-top: 30px;
	}
	
	.f_copy{
		margin-top: 100px;
	}
	
	.sec_img_slider{
		width: 100%;
	}
	
}


@media screen and (max-width: 900px){
	.h_img img{
		width: 910px;
		right: -10%;
	}
	
	.sec_menu_box{
		width: 600px;
	}
	
}

@media screen and (max-width: 700px){
	
	.h_img{
		height: 320px;
	}
	
	.h_img img{
		width: 710px;
		right: -10%;
	}
	
	.sec_menu_box{
		width: 85%;
	}
	
	.sec_menu_txt{
		font-size: 14px;
	}
	
}

@media screen and (max-width: 600px){
	.br_pc{
		display: none;
	}
	
	.sec_info_left_txt_box p span{
		display: block;
		margin-left: 0px;
	}
	
	.date_d{
		display: none!important;
	}
	
	header{
		margin-top: 30px;
	}
	
	.h_logo{
		width: 170px;
	}
	
	.h_menu{
		right: 20px;
	}
	
	.h_img{
		margin: 30px auto 0 auto;
	}

}


@media screen and (max-width: 550px){
	
	.h_img{
		height: 250px;
	}
	
	.h_img img{
		width: 560px;
		right: -10%;
	}
	
	.btn_g_map{
		width: 200px;
		height: 30px;
	}
	
	.btn_g_map a{
		padding-left: 10px;
		font-size: 15px;
		line-height: 30px;
	}
	
	.btn_ya{
		right: 20px;
		top: 2px;
	}
	
	.btn_g_map:hover .btn_ya{
		right: 10px;
	}
	
	.f_copy {
        margin-top: 70px;
    }
	
}

@media screen and (max-width: 450px){
	
	.h_img{
		height: 205px;
	}
	
	.h_img img{
		width: 460px;
		right: -10%;
	}
	
	.h_logo{
		width: 140px;
	}
	
	.r_menu_box{
		max-width: 100%;
	}
	
	.h_menu{
		top: 40px;
	}
	
}






@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
