@charset "UTF-8";


/*------イメージ-----*/

.mv {
	position: relative;
}
.mv .inner {
	width: 100%;
	height: 56vw;
	min-height: 550px;
	max-height: 700px;
	position: relative;
	z-index: -1;
	background-color: #000;
}
.swiper-container {
	width: 100%;
	height: 100%;
	position: relative;
}

.swiper-wrapper, .swiper-slide {
	width: 100%;
	height: 100%;
}	
.swiper-container .swiper-wrapper {
}	
.mv .slide01 {
	background: url("../img/home/kv_00001.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.mv .slide02 {
	background: url("../img/home/kv_00002.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.mv .slide03 {
	background: url("../img/home/kv_00003.jpg") no-repeat 50% 50%;
	background-size: cover;
}
.mv .copy {
	position: absolute;
	top: 50%;
	left: 15%;
	max-width: 1180px;
	transform: translate(0,-50%);
	z-index: 9;
	color: #fff;
	width: 100%;
	padding: 0 40px;
	line-height: 1.6;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
}
.mv .copy .sm {
	margin-bottom: 30px;
	font-size: 26px;
	background-color: rgba(255,255,255,0.8);
	padding: 8px;
	color: #4d3919;
	display: inline-block;
}
.mv .copy .lg {
	font-size: 44px;
	color: #fff;
	display: inline-block;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}
.swiper-button-prev {
	width: 30px !important;
	height: 54px !important;
	background: url("../img/home/slider_prev.png") no-repeat left top !important;
	background-size: cover !important;
	display: none;
}

.swiper-button-next {
	width: 30px !important;
	height: 54px !important;
	background: url("../img/home/slider_next.png") no-repeat left top !important;
	background-size: cover !important;
	display: none;
}

.swiper-pagination-bullet {
	background: #fff !important;
	opacity: 1 !important;
	width: 10px !important;
	height: 10px !important;
	margin: 0 20px !important;
}

.swiper-pagination-bullet-active {
	background: #4d3919 !important;
}

.swiper-pagination {
	bottom: 20px !important;
}



@media screen and (max-width: 999px){
	
	.mv .copy {
		left: 10%;
	}
	.mv .copy .sm {
		font-size: 20px;
		padding: 8px;
	}
	.mv .copy .lg {
		font-size: 36px;
		padding: 12px;
	}
	
}

@media screen and (max-width: 767px){
	
	.mv .inner {
		min-height: auto;
	}
	.mv .copy {
		left: 5%;
		padding: 0 0px;
	}
	.mv .copy .sm {
		margin-bottom: 15px;
		font-size: 13px;
		padding: 5px;
	}
	.mv .copy .lg {
		font-size: 4.8vw;
		padding: 8px;
	}
	.swiper-pagination-bullet {
		width: 7px !important;
		height: 7px !important;
		margin: 0 10px !important;
	}
	.swiper-pagination {
		bottom: 10px !important;
	}

}


/*------ニュース-----*/

.sec_home_about {
	padding: 80px 0;
}
.sec_home_about .ttl_box {
	text-align: center;
}
.sec_home_about .inner {
	margin-right: calc( ( 100% - 1100px ) / 2 );
	display: flex;
	justify-content: space-between;
}
.sec_home_about .img {
	width: 48%;
	height: 450px;
	order: -1;
	overflow: hidden;
}
.sec_home_about .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0 50px 50px 0;
}
.sec_home_about .txt {
	width: 45%;
}
.sec_home_about .lead {
	font-size: 30px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.sec_home_about .honbun {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.btn_more {
	background-color: #4d3919 !important;
	height: 54px;
	width: 250px;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 27px;
	font-weight: bold !important;
	transition: opacity 0.3s ease;
}
.btn_more:hover {
	opacity: 0.6;
}

@media screen and (max-width: 1199px){
	
	.sec_home_about {
		padding: 100px 40px 100px 0;
	}
	.sec_home_about .inner {
		margin: 0;
	}
}

@media screen and (max-width: 999px){
	
	.sec_home_about {
		padding: 70px 40px 70px 0;
	}
	.btn_more {
		height: 46px;
		width: 250px;
		font-size: 16px;
		border-radius: 23px;
	}
	
}

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

	.sec_home_about {
		padding: 40px 20px;
	}

	.sec_home_about .inner {
		margin: 0 auto;
		display: block;
		max-width: 480px;
	}
	.sec_home_about .img {
		width: 100%;
		height: auto;
	}
	.sec_home_about .img img {
		border-radius: 15px;
	}
	.sec_home_about .txt {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.sec_home_about .lead {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.sec_home_about .honbun {
		font-size: 14px;
		text-align: left;
		margin-bottom: 20px;
	}
	.btn_more {
		height: 40px;
		width: 230px;
		font-size: 14px;
		border-radius: 20px;
		margin: 0 auto;
	}
}



.sec_home_news {
	padding: 80px 60px;
	position: relative;
	background-color: #f7f4ee;
}
.sec_home_news .inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.sec_home_news .left {
	width: 220px;
}
.sec_home_news .hd_home {
	text-align: left;
}
.sec_home_news .hd_home .en {
	color: #4d3919;
	font-size: 16px;
}
.sec_home_news .hd_home .jp {
	font-size: 36px;
	margin-bottom: 30px;
}
.sec_home_news .right {
	width: calc( 100% - 220px );
}
.ul_newslist {
	margin-top: -30px;
}
.ul_newslist li {
	position: relative;
	border-bottom: 1px solid #dedede;
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	color: #000;
	text-decoration: none;
}
.ul_newslist li:first-child a {
	padding-top: 0 !important;
}
.ul_newslist .meta {
	width: 250px;
}
.ul_newslist .date {
	font-size: 15px;
	display: inline-block;
	margin-right: 30px;
}
.ul_newslist span {
	line-height: 24px;
	display: inline-block;
	text-align: center;
	height: 24px;
	border-radius: 6px;
	padding: 0 8px;
	font-size: 12px;
	min-width: 100px;
	background-color: #4d3919;
	color: #fff;
}
.ul_newslist .link {
	line-height: 1.8;
	width: calc( 100% - 250px );
}

@media screen and (max-width: 999px){
	
	.sec_home_news {
		padding: 70px 40px;
	}
	.sec_home_news .left {
		width: 180px;
	}
	.sec_home_news .hd_home .en {
		font-size: 14px;
	}
	.sec_home_news .hd_home .jp {
		font-size: 32px;
		margin-bottom: 25px;
	}
	.sec_home_news .right {
		width: calc( 100% - 180px );
	}
	.ul_newslist {
		margin-top: -20px;
	}
	.ul_newslist li {
		padding: 20px 0;
	}
	.ul_newslist .meta {
		width: 210px;
	}
	.ul_newslist .date {
		margin-right: 20px;
	}
	.ul_newslist .link {
		width: calc( 100% - 230px );
	}

}

@media screen and (max-width: 767px){
	
	.sec_home_news {
		padding: 40px 20px;
	}
	.sec_home_news .inner {
		max-width: 480px;
		display: block;
	}
	.sec_home_news .left {
		width: 100%;
	}
	.sec_home_news .hd_home .en {
		font-size: 13px;
		margin-bottom: 25px;
		text-align: center;
	}
	.sec_home_news .hd_home .jp {
		font-size: 24px;
		margin-bottom: 20px;
		text-align: center;
	}
	.sec_home_news .right {
		width: 100%;
	}
	.ul_newslist {
		margin-top: -20px;
	}
	.ul_newslist li {
		padding: 20px 0;
		display: block;
	}
	.ul_newslist .meta {
		width: auto;
		display: block;
		margin-bottom: 15px;
	}
	.ul_newslist .date {
		font-size: 14px;
		margin-right: 10px;
	}
	.ul_newslist span {
		line-height: 20px;
		height: 20px;
		border-radius: 5px;
		padding: 0 5px;
		font-size: 12px;
		min-width: 80px;
	}
	.ul_newslist .link {
		width: 100%;
		font-size: 14px;
	}

}

.ttl_box {
	margin-bottom: 40px;
}
.ttl_box h2 {
	font-size: 36px;
	margin-bottom: 30px;
}
.ttl_box .en {
	font-size: 16px;
	color: #4d3919;
}

@media screen and (max-width: 999px){
	
	.ttl_box {
		margin-bottom: 30px;
	}
	.ttl_box h2 {
		font-size: 32px;
		margin-bottom: 25px;
	}
	.ttl_box .en {
		font-size: 14px;
	}
	
}

@media screen and (max-width: 767px){
	
	.ttl_box {
		margin-bottom: 25px;
	}
	.ttl_box h2 {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.ttl_box .en {
		font-size: 13px;
	}
	
}

/*------施設-----*/

.sec_home_facility {
	padding: 80px 0px;
	background-color: #f7f4ee;
	overflow: hidden;
}
.sec_home_facility .inner {

}
.sec_home_facility .ttl_box {
	text-align: center;
}
.sec_home_facility img {
	width: 100%;
}
.swiper-container2 {
}
.swiper-container2 .swiper-wrapper, .swiper-container2 .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}
.swiper-container2 .swiper-slide .img {
	overflow: hidden;
}
.swiper-container2 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50px;
	margin-bottom: 25px;
}
.swiper-container2 .ttl {
	font-size: 24px;
	color: #4d3919;
	margin-bottom: 25px;
	line-height: 1.5;
	text-align: center;
}
.swiper-container2 .caption {
	font-size: 16px;
	line-height: 1.8;
}

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

	.sec_home_facility {
		padding: 70px 0px;
	}
	.swiper-container2 .swiper-slide img {
		border-radius: 30px;
	}
	.swiper-container2 .ttl {
		margin-bottom: 20px;
	}

}

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

	.sec_home_facility {
		padding: 40px 0px;
	}
	.swiper-container2 .swiper-slide img {
		border-radius: 20px;
		margin-bottom: 20px;
	}
	.swiper-container2 .ttl {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.swiper-container2 .caption {
		font-size: 14px;
	}

}

/*------サービス-----*/

.sec_home_service {
	padding: 80px 60px;
}
.sec_home_service .inner {
	max-width: 1100px;
	margin: 0 auto;
}
.sec_home_service .ttl_box {
	text-align: center;
}
.sec_home_service .box {
	background-color: #f7f4ee;
	border-radius: 50px;
	padding: 50px 50px 25px;
	margin-bottom: 50px;
}
.sec_home_service ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec_home_service li {
	width: calc( ( 100% - 100px ) / 5 );
	background-color: #fff;
	border-radius: 15px;
	padding: 15px;
	text-align: center;
	margin-bottom: 25px;
}
.sec_home_service .houmon ul {
	justify-content: center;
}
.sec_home_service li img {
	width: 90px;
	margin-bottom: 10px;
}
.sec_home_service p {
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0;
	margin-bottom: 25px;
}
.sec_home_service a {
	width: 100px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	background-color: #4d3919;
	margin: 0 auto;
	transition: opacity 0.3s ease;
}
.sec_home_service a:hover {
	opacity: 0.6;
}
.sec_home_service .bnr div {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 30px;
}
.sec_home_service .bnr p {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 0;
}
.sec_home_service .bnr img {
	width: 100%;
	margin-bottom: 10px;
}
.sec_home_service .bnrs {
	max-width: 800px;
	margin: 0 auto;
}
.sec_home_service .bnrs img {
	width: 100%;
}
@media screen and (max-width: 999px){

	.sec_home_service {
		padding: 70px 40px;
	}
	.sec_home_service .box {
		border-radius: 40px;
		padding: 40px 40px 20px;
		margin-bottom: 60px;
	}
	.sec_home_service li {
		width: calc( ( 100% - 60px ) / 4 );
		padding: 15px;
		margin-bottom: 20px;
	}
	.sec_home_service p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.sec_home_service ul::before{
	  content:"";
	  display: block;
	  width: calc( ( 100% - 60px ) / 4 );
	  order:1;
	}
	.sec_home_service ul::after{
	  content:"";
	  display: block;
	  width: calc( ( 100% - 60px ) / 4 );
	}
	.sec_home_service .houmon ul::before, .sec_home_service .houmon ul::after {
		display: none;
	}
	
}

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

	.sec_home_service {
		padding: 40px 20px;
	}
	.sec_home_service .inner {
		max-width: 480px;
	}
	.sec_home_service .box {
		border-radius: 30px;
		padding: 20px 20px 20px;
		margin-bottom: 30px;
	}
	.sec_home_service li {
		width: calc( ( 100% - 20px ) / 2 );
		padding: 15px;
		margin-bottom: 20px;
	}
	.sec_home_service li:last-child {
		margin-bottom: 0;
	}
	.sec_home_service .houmon li {
		width: 100%;
	}
	.sec_home_service li img {
		width: 60px;
	}
	.sec_home_service p {
		font-size: 16px;
		margin-bottom: 15px;
	}
	.sec_home_service a {
		width: 90px;
		height: 24px;
		border-radius: 12px;
		font-size: 11px;
	}
	
	.sec_home_service .bnr div {
		max-width: 400px;
		margin: 0 auto 30px;
	}
	.sec_home_service .bnr p {
		font-size: 14px;
	}
}

.pricelist {
	max-width: 800px;
	margin: 70px auto 70px;
}
.pricelist .honbun {
	font-size: 16px;
	line-height: 1.8;
	margin-bottom: 50px;
}
.pricelist h3 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px solid #4d3919;
	padding: 0 0 15px;
	margin-bottom: 2em;
	color: #4d3919;
}
.pricelist .table {
	margin-bottom: 60px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.pricelist .tr {
	display: flex;
	justify-content: space-between;
}
.pricelist .tr:nth-child(2n) {
	background-color: #f4f4f4;
}
.pricelist .th, .pricelist .td {
	line-height: 1.5;
	font-size: 15px;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.pricelist .th {
	width: calc( 100% - 150px );
}
.pricelist .td {
	width: 150px;
	text-align: right;
}

@media screen and (max-width: 767px){
	
	.pricelist {
		margin: 50px auto 50px;
	}
	.pricelist .honbun {
		font-size: 14px;
		margin-bottom: 40px;
	}
	.pricelist h3 {
		font-size: 16px;
		padding: 0 0 10px;
		margin-bottom: 1em;
	}
	.pricelist .table {
		margin-bottom: 40px;
	}
	.pricelist .th, .pricelist .td {
		font-size: 13px;
		padding: 10px;
	}
	.pricelist .th {
		width: calc( 100% - 100px );
	}
	.pricelist .td {
		width: 100px;
	}
	
}
/*------access-----*/

.sec_home_access {
	padding: 80px 60px;
	background-color: #f7f4ee;
}
.sec_home_access .inner {
	margin: 0 auto;
	max-width: 1100px;
}
.sec_home_access .ttl_box {
	text-align: center;
}
.sec_home_access .flex_wrap {
	display: flex;
	justify-content: space-between;
}
.sec_home_access .left {
	width: 52%;
}
.sec_home_access .right {
	width: 40%;
}
.sec_home_access .add {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 20px;
}
.sec_home_access .tel {
	margin-bottom: 30px;
}
.sec_home_access .tel a {
	color: #4d3919;
	font-size: 36px;
	font-weight: bold;
	text-decoration: none;
}
.sec_home_access .tel a::before {
	width: 18px;
	height: 29px;
	content: '';
	display: inline-block;
	margin-right: 15px;
	background: url("../img/common/icon_sp.png") no-repeat left top;
	background-size: cover;
}
.time_box {
	margin-bottom: 40px;
}
.time_box table {
	font-size: 14px;
	margin-bottom: 20px;
	border-radius: 15px;
	width: 100%;
}
.time_box table .thbody {
	background: #4d3919;
	color: #fff;
}
.time_box table th {
	padding: 15px 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	border: 1px solid #4d3919;
}
.time_box table td {
	padding: 15px 10px;
	text-align: center;
	line-height: 1.3;
	border: 1px solid #4d3919;
	font-weight: bold;
	font-size: 16px;
}
.time_box table .top {
	width: 190px;
}
.time_box table td.top {
	text-align: left;
	white-space: nowrap;
}
.time_box table .top span {
	font-size: 13px;
	margin-top: 0.5em;
	display: inline-block;
	line-height: 1.5;
}
.time_box table .top .red {
	color: #f00;
}
.time_box table tr {
	background-color: #fff;
}
.time_box p {
	font-size: 15px;
	line-height: 1.8;
}
.sec_home_access .right img {
	width: 100%;
}
.sec_home_access .right a {
	transition: opacity 0.3s ease;
}
.sec_home_access .right a:hover {
	opacity: 0.6;
}
.sec_home_access .honbun {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 40px;
}
.sec_home_access .info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.sec_home_access .info div {
	width: 30%;
	background-color: #fff;
	border-radius: 30px;
	padding: 30px;
}
.sec_home_access .info h3 {
	font-size: 24px;
	text-align: center;
	margin-bottom: 25px;
	color: #4d3919;
	line-height: 1.5;
}
.sec_home_access .info p {
	font-size: 15px;
	line-height: 1.8;
}
.sec_home_access #gmaps iframe {
	width: 100%;
	height: 450px;
}

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

	.sec_home_access {
		padding: 70px 40px;
	}
	.sec_home_access .add {
		font-size: 15px;
		margin-bottom: 20px;
	}
	.sec_home_access .tel {
		margin-bottom: 30px;
	}
	.sec_home_access .tel a {
		font-size: 32px;
	}
	.time_box table {
		font-size: 13px;
		margin-bottom: 20px;
	}
	.time_box table th {
		padding: 15px 10px;
	}
	.time_box table td {
		padding: 15px 10px;
	}
	.sec_home_access .info div {
		width: 31%;
		border-radius: 20px;
		padding: 20px;
	}
	.sec_home_access .info h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
}

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

	.sec_home_access {
		padding: 40px 20px;
	}
	.sec_home_access .inner {
		max-width: 480px;
	}
	.sec_home_access .flex_wrap {
		display: block;
	}
	.sec_home_access .left {
		width: 100%;
	}
	.sec_home_access .right {
		width: 100%;
		margin-bottom: 30px;
	}
	.sec_home_access .add {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.sec_home_access .tel {
		margin-bottom: 20px;
	}
	.sec_home_access .tel a {
		font-size: 26px;
	}
	.sec_home_access .tel a::before {
		width: 15px;
		height: 24px;
		margin-right: 10px;
		vertical-align: -2px;
	}
	.time_box {
		margin-bottom: 30px;
	}
	.time_box table {
		font-size: 12px;
		margin-bottom: 20px;
	}
	.time_box table th {
		padding: 10px 5px;
	}
	.time_box table td {
		padding: 10px 5px;
		font-size: 12px;
	}
	.time_box table .top {
		width: 150px;
	}
	.time_box table .top span {
		font-size: 11px;
	}
	.time_box p {
		font-size: 14px;
	}
	.sec_home_access .honbun {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.sec_home_access .info {
		display: block;
		margin-bottom: 30px;
	}
	.sec_home_access .info div {
		width: 100%;
		border-radius: 20px;
		padding: 20px;
		margin-bottom: 20px;
	}
	.sec_home_access .info h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.sec_home_access .info p {
		font-size: 14px;
	}
	.sec_home_access #gmaps iframe {
		width: 100%;
		height: 300px;
	}
	
}

.popup.remodal {
	background-color: #f7f4ee;
}
.popup.remodal h3 {
	margin-bottom: 30px;
	color: #4d3919;
	font-size: 30px;
	display: flex;
	align-items: center;
}
.popup.remodal h3 img {
	width: 80px;
	margin-right: 20px;
}
.popup.remodal p {
	line-height: 1.8;
	text-align: left;
	margin-bottom: 40px;
}
.popup.remodal >  img {
	width: 100%;
	margin-bottom: 40px;
}

	