@charset "UTF-8";

.l-main {
	box-sizing: border-box;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	line-height: 1.6;
  }
a:hover {
	opacity: 0.7;
  }

.l-main img{
	width: 100%;	
}

/* ========================================
  contents
======================================== */
/*
.mainVisual{
	text-align: center;
	background: url(/content/sp/zeinaru/images/bg_mv_pc.webp?20250220) no-repeat center / cover;
	height: 604px;
	box-sizing: border-box;
}
.mainVisual img{
	max-width: 1400px;	
}



@media screen and (max-width: 768px) {
	.mainVisual{
		background-size: cover;
		background-image: url(/content/sp/zeinaru/images/bg_mv_sp.webp?20220220);
		height: auto;
	}
	.mainVisual img{
		max-width: 100%;
	}
}

*/




/* container
---------------------------------------*/
.container{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	padding: 0 43px;
	width: 1166px;
	
}

@media screen and (max-width: 768px) {
	.container{
		padding: 0 15px;
		width: 100%;
	}

}


/*intro*/

.intro {
	background:url(/content/sp/zeinaru/images/bg_pattern01.png) #000033 repeat;
	padding: 10px 0 70px;
	background-size: 50px 58px;
	
}

.intro .sectionTtl{
	padding: 40px 0 30px;
	margin: 30px 0 30px;
	font-size: 4.8rem;
	color: #cc9933;
	position: relative;
	text-align: center;
	background:url(/content/sp/zeinaru/detail/images/txt_hotel.png) no-repeat bottom center;
	background-size: 54px 19px;
}
.intro .sectionTtl::before{
	position: relative;
	margin :auto;
	top:-30px;
	left: 0;
	right: 0;
	bottom:0;
	content: '';
	display: block;
	width: 280px;
	height: 31px;
	background:url(/content/sp/zeinaru/images/ttl_img01.png) no-repeat;
	background-size: contain;
}
.detailMv{
	margin-bottom: 30px;
}


.detailMv p{
 color:#fff;
 text-align: center;
 margin:6px 0 30px;
 font-size: 1.4rem;
 color: #fff;
}


.intro .introTxt {
	text-align: left;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	margin:30px 0 0;
}

  @media screen and (max-width: 768px) {
	.detailMv p{
		font-size: 1.2rem;
	}
  }





/*Swiper*/



.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,12px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));

}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}


.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom,75px);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);
}





.swiper-pagination-bullet{
	background:#fff;
	opacity: 0.4;

}
.swiper-pagination-bullet-active{
	background:#996600;
	opacity: 1;

}


.intro .youtube {
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
	margin: 0 auto;
  }
  .intro .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }
  @media screen and (max-width: 768px) {
	.intro .youtube iframe {
	  width: 100%;
	  height: 100%;
	}
	.intro .introTxt {
		margin:20px 0 0;
		font-size: 1.8rem;
	}
	
  }


/*recommend*/
.recommend {
	background: #000033;
	padding: 70px 0;
	
}

.recommend .sectionTtl{
	padding: 60px 0;
	font-size: 4.0rem;
	color: #cc9933;
	position: relative;
	text-align: center;
}
.recommend .sectionTtl::before{
	position: absolute;
	margin :auto;
	top:-130px;
	left: 0;
	right: 0;
	bottom:0;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background:url(/content/sp/zeinaru/detail/images/ttl_img02.png) no-repeat;
	background-size: contain;
}

.recommend .sectionTtl::after{
	position: absolute;
	margin :auto;
	top: 0;
	left: 0;
	right: 0;
	bottom:-90px;
	content: '';
	display: block;
	width: 44px;
	height: 19px;
	background:url(/content/sp/zeinaru/detail/images/txt_tour.png) no-repeat;
	background-size: contain;
}

.recommend .container{
	background: #fff;
	padding: 43px;
}
.recommend h3{
	text-align: center;
	position: relative;
	font-size: 2.4rem;
	color: #000033;
	padding: 0;
	margin-bottom: 60px;
}
.recommend h3::after{
	position: absolute;
	margin :auto;
	top: 0;
	left: 0;
	right: 0;
	bottom:-70px;
	content: '';
	display: block;
	max-width: 962px;
	height: 16px;
	background:url(/content/sp/zeinaru/images/line_recommend_pc.png) no-repeat;
	background-size: contain;
}

.recommendTxt li {
	margin:0 59px 30px; 
	max-width: 962px;

}



@media screen and (max-width: 768px) {

	.intro {
		background:url(/content/sp/zeinaru/images/bg_pattern01.png) #000033 repeat;
		padding: 40px 0;
		background-size: 42px 48px;
	
		
	}
	
	.intro .sectionTtl{
		padding: 10px 0 30px;
		margin: 20px 0 30px;
		font-size: 3.0rem;
		line-height: 1.4;
		color: #cc9933;
		position: relative;
		text-align: center;
		background:url(/content/sp/zeinaru/detail/images/txt_hotel.png) no-repeat bottom center;
		background-size: 37px  13px;
	}
	.intro .sectionTtl::before{
		position: relative;
		margin :auto;
		top:-20px;
		left: 0;
		right: 0;
		bottom:0;
		content: '';
		display: block;
		width: 220px;
		height: 24px;
		background:url(/content/sp/zeinaru/images/ttl_img01.png) no-repeat;
		background-size: contain;
	}
	
	.intro h3{
		text-align: center;
		position: relative;
		font-size: 2.0rem;
		color: #000033;
		padding: 0;
		margin-bottom: 48px;
	}
	.intro h3::after{
		position: absolute;
		margin :auto;
		top: 0;
		left: 0;
		right: 0;
		bottom:-110px;
		content: '';
		display: block;
		max-width: 343px;
		height: 12px;
		background:url(/content/sp/zeinaru/images/line_recommend_pc.png) no-repeat;
		background-size: contain;
	}
	
	.introTxt li {
		text-indent: -1em;
		margin-left: 1em;
		margin-bottom: 20px;
	
	}
	.introTxt li:last-child{
		margin-bottom: 30px;
	
	}


	
	.recommend {
		padding: 40px 15px;		
	}
	
	.recommend .sectionTtl{
		padding: 40px 0;
		font-size: 3.0rem;
		color: #cc9933;
		position: relative;
		text-align: center;
	}
	.recommend .sectionTtl::before{
		position: absolute;
		margin :auto;
		top:-100px;
		left: 0;
		right: 0;
		bottom:0;
		content: '';
		display: block;
		width: 30px;
		height: 30px;
		background:url(/content/sp/zeinaru/detail/images/ttl_img02.png) no-repeat;
		background-size: contain;
	}
	
	.recommend .sectionTtl::after{
		position: absolute;
		margin :auto;
		top: 0;
		left: 0;
		right: 0;
		bottom:-68px;
		content: '';
		display: block;
		width: 30px;
		height: 13px;
		background:url(/content/sp/zeinaru/detail/images/txt_tour.png) no-repeat;
		background-size: contain;
	}
	
	.recommend .container{
		background: #fff;
		padding: 30px 15px;
	}
	.recommend h3{
		text-align: center;
		position: relative;
		font-size: 2.4rem;
		color: #000033;
		padding: 0;
		margin-bottom: 48px;
	}
	.recommend h3::after{
		position: absolute;
		margin :auto;
		top: 0;
		left: 0;
		right: 0;
		bottom:-110px;
		content: '';
		display: block;
		max-width: 343px;
		height: 12px;
		background:url(/content/sp/zeinaru/images/line_recommend_pc.png) no-repeat;
		background-size: contain;
	}
	
	.recommendTxt li {
		text-indent: -1em;
		margin-left: 1em;
		margin-bottom: 20px;
	
	}
	.recommendTxt li:last-child{
		margin-bottom: 30px;
	
	}

}

.toListBlock{
	padding: 40px 0 0;
	color: #fff;
}
.toListBlock02{
	padding: 50px 0 0;
	color: #000033;
	
}
.toListBlock p,
.toListBlock02 p {
	font-size: 2.6rem;
	margin-bottom: 30px;
}

.toListTxt{
	font-weight: bold;
	text-align: center;
	font-size: 3.0rem;
	margin-bottom: 30px;

}

.toListBtn{
	background: #996600;
	width: 660px;
	margin:0 auto 30px;
	text-align: center;
}
.toListBtn a{
	color: #fff;
	display: block;
	padding: 10px 46px 10px 20px;
	font-size:2.6rem;
	position: relative;
	line-height: 1.4;
}

.toListBtn a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 26px;
	width: 16px;
	height: 16px;
	margin: auto;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
.toTopBtn{
	border: 2px solid #996600;
	width: 400px;
	margin:60px auto 0;
	text-align: center;
}
.toTopBtn a{
	color: #996600;
	display: block;
	padding: 10px 20px 10px 46px;
	font-size:2.6rem;
	position: relative;
}

.toTopBtn a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 26px;
	width: 16px;
	height: 16px;
	margin: auto;
	border-top: 2px solid #996600;
	border-right: 2px solid #996600;
	transform: rotate(225deg);
}

@media screen and (max-width: 768px) {
	.toListBlock{
		padding: 20px 0 0;
	}
	.toListBlock02{
		padding: 40px 0 0;
	}
	.toListBlock p,
	.toListBlock02 p {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
	.toListTxt{
		font-size: 2.0rem;
		margin-bottom: 20px;
	}
	.toListBtn {
		width: 100%;
	}
	.toListBtn a{
		font-size: 2.0rem;
		line-height: 1.4;
	}
	.toTopBtn {
		width: 270px;
	}
	.toTopBtn a{
		font-size: 2.0rem;
	}

}
 
/* 商品 START*/

.tour_box {
	margin: 0 auto;
	width: 100%;
	/*max-width: 950px;*/
	text-align: left;
}
.tour_box a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	color: #333;
	font-size: 16px;
}
.tour_box figcaption{
	margin: 6px 0 16px;
	text-align: left;
	font-size: 14px;
}
.tour_box .eyeCatching {
	width: 500px;
	text-align: center;
}
.tour_box .eyeCatching img {
	width: 100%;
}
.tour_box .point {
	border:dotted 2px #4ec4d3;
	margin: 20px 0;
	padding: 10px;
	border-radius: 10px;
}
.tour_box .point p{
	text-align: center;
	color: #4ec4d3;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin: 0 auto 10px;
}
.tour_box .point p::before{
	content: "◆◆◆";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	left: -3.6em;
}
.tour_box .point p::after{
	content: "◆◆◆";
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	right: -1.6em;
}
.tour_box .pointList li {
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 8px;
	text-align: left;
}
.tour_box .pointList li:last-child {
	margin-bottom: 0;
}
.tour_box .detail{
	width: 540px;
}
.tour_box .tag1 {
	font-size: 12px;
}
.tour_box .tag2 {
	font-size: 12px;
}
.tour_box .course {
	border: 1px solid #c9c9c9;
	background: #fffbfa;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .day {
	border: 1px solid #93812f;
    color: #93812f;
    background: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .room {
    border: 1px solid #001c58;
    color: #fff;
    background: #001c58;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .food {
    border: 1px solid #001c58;
    color: #001c58;
    background: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .subTtl {
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.tour_box .tourTtl {
	font-size: 2.4rem;
	border-bottom: 1px solid #b09f62;
	padding-bottom:16px;
	margin-bottom: 20px;
	font-weight: bold;
}
.tour_box .conductor{
	background: #660066;
    color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .participants {
	background: #000060;
    color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .children{
	background: #0087cb;
    color: #fff;
	display: inline-block;
	padding: 2px 8px;
	margin: 0 10px 10px 0;
}
.tour_box .departure {
	position:relative;
	margin-left: 1.2em;
}
.tour_box .station{
	position:relative;
	margin-left: 1.2em;
}
.tour_box .fee {
	position:relative;
	margin-left: 1.2em;
}
.tour_box .fee span {
	color:#e60012;
	font-size: 2.0rem;
	font-weight: bold;
}
.tour_box .departure::before,
.tour_box .station::before {
	display: block;
	content: "";
	width:0.8em;
	height: 0.8em;
	background-color: #93812f;
	position:absolute;
	top:5px;
	left: -1.2em;
}
.tour_box .fee::before {
	display: block;
	content: "";
	width:0.8em;
	height: 0.8em;
	background-color: #93812f;
	position:absolute;
	top:9px;
	left: -1.2em;
}
.tour_box .detailBtn{
	width: 300px;
	margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
	.tour_box a{
		flex-flow: column;
	}
	.tour_box .eyeCatching {
		width: 100%;
		text-align: center;
	}
	.tour_box .detail{
		width: 100%;
	}
	.tour_box .subTtl {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.tour_box .tourTtl {
		font-size: 18px;
		border-bottom: 1px solid #b09f62;
		padding-bottom:16px;
		margin-bottom: 20px;
	}
	.tour_box .detailBtn{
		text-align: center;
		width: 100%;
		max-width: 270px;
	}
	.tour_box .detailBtn img {
		width: 270px;
		margin: 0 auto;

	}
}

/* 商品 END*/


/* こだわりのラインナップ*/

.lineup {
	background: #000033;
	text-align: center;
	padding: 70px 0;
}
.lineup .sectionTtl{
	padding: 60px 0;
	font-size: 4.0rem;
	color: #cc9933;
	position: relative;
	text-align: center;
}
.lineup .sectionTtl::before{
	position: absolute;
	margin :auto;
	top:-130px;
	left: 0;
	right: 0;
	bottom:0;
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background:url(/content/sp/zeinaru/images/ttl_img02.png) no-repeat;
	background-size: contain;
}

.lineup .sectionTtl::after{
	position: absolute;
	margin :auto;
	top: 0;
	left: 0;
	right: 0;
	bottom:-98px;
	content: '';
	display: block;
	width: 75px;
	height: 28px;
	background:url(/content/sp/zeinaru/images/txt_lineup.png) no-repeat;
	background-size: contain;
}

.lineupList{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	max-width: 1166px;
	margin: 0 auto;

}

.lineupList li {
	width: calc(96%/3);
	text-align: left;
}
.lineupList li img{
	width: 100%;
}

.lineupDetail{
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	margin-top: 20px;
}

.lineupList dl{
	width: 76%;
	position: relative;
	color: #cc9933;

}
.lineupList dt{
	font-size: 2.4rem;
	line-height: 1.0;
	margin-bottom: 6px;

}
.lineupList dd{
	font-size: 1.6rem;
}
.arrow{
	background: #996600;
	width: 80px;
	height: 80px;
	position: relative;
}
.arrow::after{
	content: '';
    position: absolute;
    top: 0;
    bottom: 6px;
    right: 30px;
    width: 20px;
    height: 20px;
    margin: auto;
    border-top: 3px solid #000033;
    border-right: 3px solid #000033;
    transform: rotate(135deg);
}

@media screen and (max-width: 768px) {
	.lineup {
		background: #000033;
		text-align: center;
		padding: 40px 0;
	}
	.lineup .sectionTtl{
		padding: 40px 0;
		font-size: 3.0rem;
		color: #cc9933;
		position: relative;
		text-align: center;
	}
	.lineup .sectionTtl::before{
		top:-100px;

	}
	.lineup .sectionTtl::after{
		position: absolute;
		margin :auto;
		top: 0;
		left: 0;
		right: 0;
		bottom:-80px;
		content: '';
		display: block;
		width: 54px;
		height: 20px;
		background:url(/content/sp/zeinaru/images/txt_lineup.png) no-repeat;
		background-size: contain;
	}
	.lineupList{
		flex-flow: column;
		padding: 15px;
	}
	.lineupList li {
		width: 100%;
		text-align: left;
		margin-bottom: 30px;
	}
	.lineupList li:last-child {
		margin-bottom: 0;
	}
	.lineupList dl{
		width: 80%;
	}
	.arrow{
		width:60px;
		line-height:60px;
	}
	.arrow::after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 6px;
		right: 20px;
		width: 20px;
		height: 20px;
		margin: auto;
		border-top: 3px solid #000033;
		border-right: 3px solid #000033;
		transform: rotate(135deg);

	}

}


/*こだわり*/

.clickTxt{
	text-align: right;
}
.kodawari{
	padding: 0;
	background: #fff;
}
.room{
background: #fdfaf2;
padding: 70px 0 0;
}
.meals{
background: #fff;
padding: 70px 0 0;
}
.facilities{
	background: #f2f2f5;
	padding: 70px 0 0;
}
.message{
	background: #fdfaf2;
	padding: 70px 0 0;
	}

.kodawariTtl{
	position: relative;	
	font-size: 4.0rem;
	margin-bottom: 30px;

}

.kodawariTtl::before {
	position: absolute;
	content: '';
	display: block;
	width: 44px;
	height: 57px;
	background: url(/content/sp/zeinaru/images/ttl_img03.png) no-repeat;
	background-size: contain;
	left: -60px;
}
.room .kodawariTtl::after{
	position: absolute;
	content: '';
	display: block;
	background: url(/content/sp/zeinaru/detail/images/bg_room.png) no-repeat;
	width: 283px;
	height: 81px;
	background-size: contain;
	right: 0;
	top:0;
}
.meals .kodawariTtl::after{
	position: absolute;
	content: '';
	display: block;
	background: url(/content/sp/zeinaru/detail/images/bg_meals.png) no-repeat;
	width: 290px;
	height: 81px;
	background-size: contain;
	right: 0;
	top:0;
}
.facilities .kodawariTtl::after{
	position: absolute;
	content: '';
	display: block;
	background: url(/content/sp/zeinaru/detail/images/bg_facilities.png) no-repeat;
	width: 422px;
	height: 116px;
	background-size: contain;
	right: 0;
	top:-30px;
}
.message .kodawariTtl::after{
	position: absolute;
	content: '';
	display: block;
	background: url(/content/sp/zeinaru/detail/images/bg_message.png) no-repeat;
	width: 456px;
	height: 100px;
	background-size: contain;
	right: 0;
	top:0;
}
.kodawariList_one {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 50px;
}
.kodawariList_one li {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.kodawariList_one li a{
	width: 520px;
	display: block;
}

.kodawariList_one dl{
	width: 520px;
}
.kodawariList_one dt{
	font-weight: bold;
	font-size: 2.8rem;
}
.kodawariList_one dd{
	font-size: 2.0rem;
}


.kodawariList_two {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 50px;
	justify-content: space-between;
}
.kodawariList_two li {
	width: 520px;
	margin-bottom: 30px;
}

.kodawariList_two dl{
	margin-top: 6px;
}
.kodawariList_two dt{
	font-weight: bold;
	font-size: 2.8rem;
}
.kodawariList_two dd{
	font-size: 2.0rem;
}


.kodawariList_three {
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 50px;
}
.kodawariList_three li {
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.kodawariList_three li:nth-child(3) {
	margin-right: 0;
}
.kodawariList_three li:last-child {
	margin-right: 0;
}

.kodawariList_three dl{
	margin-top: 6px;
}
.kodawariList_three dt{
	font-weight: bold;
	font-size: 2.8rem;
}
.kodawariList_three dd{
	font-size: 2.0rem;
}



/*支配人*/


.messageList li {
	/*display: flex;*/
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 50px;
}
.messageList li:last-child {
	margin-bottom: 0;
}
.messageList figure {
	width: 520px;
	margin: 0 auto 30px;
}
.messageDtl{
	/*width: 520px;*/
}
.messageDtl h4{
	font-size: 2.4rem;
	border-bottom: 2px solid #000033;
	padding-bottom:20px;
	margin-bottom: 20px;
}

.messageTxt{
	margin-bottom: 40px;
	font-size: 2.0rem;
}
.messageTxt span{
	font-weight: bold;
	display: inline-block;
	color: #000033;
	border-bottom: 2px solid #000033;
	padding-bottom:10px;
	margin-bottom: 10px;

}

@media screen and (max-width: 768px) {
	.messageList li {
		flex-flow: column-reverse;
		
	}
	.messageList figure {
		width: 100%;
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
	.messageDtl{
		width: 100%;
	}
	.messageTxt{
	margin-bottom: 40px;
	font-size: 1.6rem;
	}
	.messageTxt span{
	width: 100%;
	}

	
}










.bgWrapper01,
.bgWrapper02,
.bgWrapper03,
.bgWrapper04{
	padding: 50px 0;
	position: relative;
	z-index: 1;
}
.bgWrapper01::after{
	position: absolute;
	content: '';
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background: url(/content/sp/zeinaru/images/bg_pattern02.png) left top;
	background-size: 50px 58px;
	z-index: -1;
}
.bgWrapper02::after{
	position: absolute;
	content: '';
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background: url(/content/sp/zeinaru/images/bg_pattern02.png) left top;
	background-size: 50px 58px;
	z-index: -1;
}
.bgWrapper03::after{
	position: absolute;
	content: '';
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background: url(/content/sp/zeinaru/images/bg_pattern03.png) left top;
	background-size: 50px 58px;
	z-index: -1;
}
.bgWrapper04::after{
	position: absolute;
	content: '';
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    background: url(/content/sp/zeinaru/images/bg_pattern02.png) left top;
	background-size: 50px 58px;
	z-index: -1;
}

@media screen and (max-width: 768px) {
	.clickTxt{
			display: none;
	}
	.kodawari{
		padding: 0;
	}
	.room{
		padding: 40px 0 0;
		}
	.meals{
		padding: 40px 0 0;
	}
	.facilities{
		padding: 40px 0 0;
	}
	.message{
		padding: 40px 0 0;
	}
	.kodawariTtl{
		font-size: 3.0rem;
	
	}
	.kodawariTtl {
		margin-left: 40px;
		letter-spacing: -1px;

	}
	
	.kodawariTtl::before {
		position: absolute;
		content: '';
		display: block;
		width: 30px;
		height: 39px;
		background: url(/content/sp/zeinaru/images/ttl_img03.png) no-repeat;
		background-size: contain;
		left: -40px;
	}
	.room .kodawariTtl::after{
		position: absolute;
		content: '';
		display: block;
		background: url(/content/sp/zeinaru/detail/images/bg_room.png) no-repeat;
		width: 150px;
		height: 43px;
		background-size: contain;
		right: 0;
		top:10px;
	}
	.meals .kodawariTtl::after{
		position: absolute;
		content: '';
		display: block;
		background: url(/content/sp/zeinaru/detail/images/bg_meals.png) no-repeat;
		width: 160px;
		height: 45px;
		background-size: contain;
		right: 0;
		top:10px;
	}
	.facilities .kodawariTtl::after{
		position: absolute;
		content: '';
		display: block;
		background: url(/content/sp/zeinaru/detail/images/bg_facilities.png) no-repeat;
		width: 190px;
		height: 52px;
		background-size: contain;
		right: 0;
		top:10px;
	}
	.message .kodawariTtl::after{
		position: absolute;
		content: '';
		display: block;
		background: url(/content/sp/zeinaru/detail/images/bg_message.png) no-repeat;
		width: 200px;
		height: 44px;
		background-size: contain;
		right: 0;
		top:30px;
	}
	
	.kodawariRecommend{
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.kodawariList_one,
	.kodawariList_two,
	.kodawariList_three
	{
		flex-flow: column;
		margin-bottom: 20px;
	}
	.kodawariList_one li,
	.kodawariList_two li,
	.kodawariList_three li	{
		display: flex;
		flex-flow: column;
		margin-bottom: 50px;
		width: 100%;
	}

	.kodawariList_one li a{
		width: 100%;
		display: block;
	}

	.kodawariList_one dl{
		width: 100%;
	}

	.kodawariList_one dt{
	font-weight: bold;
	font-size: 2.4rem;
	}
	.kodawariList_one dd{
		font-size: 1.6rem;
	}

	.kodawariList_two dt{
		font-weight: bold;
		font-size: 2.4rem;
	}
	.kodawariList_two dd{
		font-size: 1.6rem;
	}
	.kodawariList_three dt{
		font-weight: bold;
		font-size: 2.4rem;
	}
	.kodawariList_three dd{
		font-size: 1.6rem;
	}



	.bgWrapper02 .kodawariList_one li,
	.bgWrapper02 .kodawariList_two li,
	.bgWrapper02 .kodawariList_three li {
		flex-flow: column;
	}
	.kodawariList_one li:last-child,
	.kodawariList_two li:last-child,
	.kodawariList_three li:last-child {
		margin-bottom: 0;
	}
	
	.kodawariList_one figure,
	.kodawariList_two figure,
	.kodawariList_three figure {
		width: 100%;
	}
	.kodawariList_one figcaption,
	.kodawariList_two figcaption,
	.kodawariList_three figcaption {
		font-size: 1.4rem;
	}
	.kodawariDtl{
		width: 100%;
		margin-top: 14px;
	}
	
	.location{
		position: relative;
		padding-left: 26px;
		font-size: 1.6rem;
		margin-bottom: 0;
	
	}
	.location::before {
		position: absolute;
		content: '';
		display: block;
		width: 20px;
		height: 29px;
		background: url(/content/sp/zeinaru/images/icon_location.png) no-repeat;
		background-size: contain;
		left: 0;
		top: -4px;
	}
	.kodawariDtl h4{
		font-size: 2.0rem;
		border-bottom: 2px solid #000033;
		padding-bottom:10px;
		margin-bottom: 10px;
	}
	
	.kodawariTxt{
		margin-bottom: 20px;
	
	}
	
	.toDtlBtn{
		background: #000033;
		width: 270px;
		margin:0 auto;
		text-align: center;
	}
	.toDtlBtn a{
		color: #fff;
		display: block;
		padding: 10px 30px 10px 20px;
		font-size:1.8rem;
		position: relative;
	}
	
	.toDtlBtn a::after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 26px;
		width: 12px;
		height: 12px;
		margin: auto;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		transform: rotate(45deg);
	}
	.bgWrapper01,
	.bgWrapper02,
	.bgWrapper03,
	.bgWrapper04 {
		padding: 30px 0 40px;
		position: relative;
		z-index: 1;
	}
	.bgWrapper01::after{
		position: absolute;
		content: '';
		right: 0;
		top: 0;
		width: 76%;
		height: 100%;
		background: url(/content/sp/zeinaru/images/bg_pattern02.png) left top;
		background-size: 42px 48px;
		z-index: -1;
	}
	.bgWrapper02::after{
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 76%;
		height: 100%;
		background: url(/content/sp/zeinaru/images/bg_pattern02.png) left top;
		background-size: 42px 48px;
		z-index: -1;
	}
	.bgWrapper03::after{
		position: absolute;
		content: '';
		right: 0;
		top: 0;
		width: 76%;
		height: 100%;
		background: url(/content/sp/zeinaru/images/bg_pattern03.png) left top;
		background-size: 42px 48px;
		z-index: -1;
	}
	
}


.leadTxt02{
	text-align: center;
	color: #000033;
	font-size: 2.4rem;
	margin-bottom: 60px;
}


.txtLarge {
	font-size: 150%;
	vertical-align: -3px;
}

.txtSmall {
	font-size: 80%;
}
.update{
	margin-top: 30px;
}


