@charset "utf-8";
/* -----------------------------------------------------------------------

layout.css

----------------------------------------------------------------------- */


/*----------------------------------------------------------

	common
	
----------------------------------------------------------*/

.wrap {
	width: 100%;
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.bgRed {
	background: url(../imgs/bg_red.jpg) repeat 50% 50%;
	background-size: 125px auto;
	color: #fff;
}

.coutionTxt {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: center;
	font-family: 'SourceHanSerifJP';
}

@media screen and (max-width: 768px) {
	.wrap {
		min-width: 320px;
	}

	.coutionTxt {
		font-size: 1.2rem;
	}
}


.sttl {
	margin-bottom: 25px;
	padding: 5px 0 30px;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	font-family: 'SourceHanSerifJP';
	background: url(../imgs/midashibg.png) no-repeat 50% 100%;
	background-size: 130px auto;
}

.sttl .time {
	margin: 15px 0 0;
	padding: 4px;
	font-size: 1.4rem;
	line-height: 1.6;
	font-family: SourceHanSerifJP;
	letter-spacing: 0.1em;
	text-indent: 0.24em;
	background-image: url(../imgs/line.png), url(../imgs/line.png);
	background-position: 50% 0%, 50% 100%;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	.sttl {
		margin-top: -5px;
		padding: 0 0 30px;
		font-size: 1.4rem;
		line-height: 1.5;
	}
}


.lead {
	padding: 0 25px;
	font-size: 1.4rem;
	line-height: 2.8;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: SourceHanSerifJP;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.lead {
		max-width: 520px;
		margin: 0 auto;
		padding: 0 15px;
		font-size: 1.3rem;
		line-height: 2.4;
		text-align: left;
	}
}


.btn {
	width: 190px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 36px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	font-family: SourceHanSerifJP;
	color: #7d0423;
	text-decoration: none;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	display: block;
	border-radius: 50vh;
	position: relative;
}

.btn::before {
	content: "";
	width: 5px;
	height: 5px;
	margin: auto;
	vertical-align: middle;
	border-top: 1px solid #7d0423;
	border-right: 1px solid #7d0423;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 12px;
	top: 0;
	bottom: 0;
}

.btn:hover::before {
	right: 8px;
}

.btnBox {
	max-width: 570px;
	margin: 25px auto 0;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
}

.btnL {
	width: 95%;
	max-width: 264px;
	margin: 10px auto;
	font-size: 1.6rem;
	line-height: 50px;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	font-family: SourceHanSerifJP;
	color: #7d0423;
	text-decoration: none;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
	border-radius: 50vh;
	display: block;
	position: relative;
}

.btnL.red {
	color: #fff;
	background: #861010;
}

.btnL::before {
	content: "";
	width: 5px;
	height: 5px;
	margin: auto;
	vertical-align: middle;
	border-top: 1px solid #7d0423;
	border-right: 1px solid #7d0423;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 18px;
	top: 0;
	bottom: 0;
}

.btnL.red::before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

.btnL:hover::before {
	right: 12px;
}

@media screen and (max-width: 768px) {
	.btn {
		font-size: 1.4rem;
		line-height: 34px;
	}

	.btn::before {
		right: 2.5%;
	}

	.btnBox {
		margin-top: 20px;
	}
}




/*----------------------------------------------------------

	header
	
----------------------------------------------------------*/

header {
	width: 100%;
	min-width: 320px;
	height: 730px;
	padding: 0;
	background: url(../imgs/mainimg_new.jpg) no-repeat 50% 50%;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

header #hotelLogo {
	width: 254px;
	margin: 0 auto;
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
}

header h1 {
	width: 720px;
	margin: 0 auto;
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
}

header .leadTxt {
	width: 700px;
	margin: 0 auto;
	position: absolute;
	top: 310px;
	left: 0;
	right: 0;
}

header img {
	width: 100%;
}

@media screen and (max-width: 539px) {

	header {
		height: 450px;
		background-position: 40% 70%;
		background-size: auto 110%;
	}

	header #hotelLogo {
		width: 220px;
		top: 35px;
	}

	header h1 {
		width: 450px;
		margin: 0 auto;
		top: 55px;
		left: 50%;
		transform: translateX(-50%);
	}

	header .leadTxt {
		width: 450px;
		margin: 0 auto;
		top: 180px;
		left: 50%;
		transform: translateX(-50%);
	}

}

@media screen and (max-width: 340px) {
	header {
		height: 420px;
		background-position: 40% 70%;
		background-size: auto 110%;
	}

	header h1 {
		width: 380px;
		top: 65px;
		left: 50%;
		transform: translateX(-50%);
	}

	header .leadTxt {
		width: 380px;
		top: 170px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width:768px) and (min-width:540px) {

	header {
		height: 600px;
	}

	header #hotelLogo {
		width: 220px;
		top: 50px;
	}

	header h1 {
		width: 540px;
		margin: 0 auto;
		top: 100px;
	}

	header .leadTxt {
		width: 530px;
		margin: 0 auto;
		top: 260px;
	}

}



/*----------------------------------------------------------

	about
	
----------------------------------------------------------*/

#about {
	width: 100%;
	padding: 70px 0 0;
	color: #111;
}

.startTxt {
	width: 90%;
	max-width: 560px;
	margin: 0 auto 25px;
	padding: 16px 20px 18px;
	font-size: 2.8rem;
	line-height: 1.0;
	font-weight: normal;
	text-align: center;
	font-family: SourceHanSerifJP;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	color: #7d0423;
	box-sizing: border-box;
	background-image:
		url(/-/media/hotel/dh/dhtokyo/contents/clublounge/imgs/line_r.png),
		url(/-/media/hotel/dh/dhtokyo/contents/clublounge/imgs/line_r.png),
		url(/-/media/hotel/dh/dhtokyo/contents/clublounge/imgs/line_r.png),
		url(/-/media/hotel/dh/dhtokyo/contents/clublounge/imgs/line_r.png);
	background-position:
		top 0 left 50%,
		top 2px left 50%,
		bottom 0 left 50%,
		bottom 2px left 50%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
}

.startTxt .year {
	font-size: 1.12em;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

.startTxt .day {
	font-size: 1.36em;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

@media screen and (max-width: 768px) {

	#about {
		min-width: 320px;
		padding: 50px 0 0;
	}

	.startTxt {
		padding: 11px 15px 13px;
		font-size: 2.2rem;
		letter-spacing: 0.1em;
		text-indent: 0.1em;
	}

}

#about .catchcopy {
	margin: 0 0 15px;
	padding: 0 15px;
	font-size: 2.8rem;
	line-height: 2;
	font-weight: normal;
	text-align: center;
	font-family: SourceHanSerifJP;
	letter-spacing: 0.08em;
	box-sizing: border-box;
}

#about .catchcopy span {
	display: inline-block;
}

@media screen and (max-width: 768px) {
	#about .catchcopy {
		padding: 0 15px;
		font-size: 2.2rem;
		line-height: 2.0;
	}
}


.photoList {
	max-width: 1300px;
	margin: 65px auto 0;
	position: relative;
}

.photoList .swiper-wrapper .swiper-slide {
	width: 30%;
	margin: 0 30px;
	box-sizing: border-box;
}

.photoList .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
	.photoList {
		margin: 30px auto 0;
		padding-bottom: 20px !important;
		background: url(../imgs/bg_red.jpg) repeat 50% 50%;
		background-size: 125px auto;
	}

	.photoList .swiper-wrapper .swiper-slide {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}

@media screen and (min-width: 769px) {
	.photoList .swiper-wrapper {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: space-between;
		justify-content: space-between;
	}

	/* .photoList .swiper-wrapper .swiper-slide:nth-child(1),
	.photoList .swiper-wrapper .swiper-slide:nth-child(3) {
		width:25.38%;
	}
	.photoList .swiper-wrapper .swiper-slide:nth-child(2) {
		width:38.4615%;
	} */
}


#about .bgRed {
	margin-top: -150px;
	padding: 210px 0 75px;
}

#about .engTTL {
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
}


@media screen and (max-width: 768px) {

	#about .bgRed {
		margin-top: -35px;
		padding: 80px 0 45px;
	}

	#about .engTTL img {
		width: auto;
		height: 45px;
		margin: 0 auto;
	}

}





/*----------------------------------------------------------

	service
	
----------------------------------------------------------*/

#service {
	color: #fff;
}

#service .engTTL {
	max-width: 145px;
	margin: 0 auto;
	text-align: center;
}

#service .serviceBoxC3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-pack: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
}

#service .serviceBoxC3 .serviceBox {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	width: 33.33%;
	margin: 0 auto;
	padding: 50px 1.5% 10px;
	box-sizing: border-box;
}

#service .serviceBox .photo {
	width: 100%;
	position: relative;
}

#service .serviceBox .photo img {
	width: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

#service .serviceBox .data {
	width: auto;
	margin-top: 30px;
	padding: 0 5px;
	text-align: center;
}

#service .serviceBox .data h3 {
	font-size: 2.4rem;
	line-height: 1.6;
	font-family: SourceHanSerifJP;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
}

#service .serviceBox .data .engsttl {
	margin-top: 0;
	font-size: 1.2rem;
	line-height: 1.2;
	font-family: SourceHanSerifJP;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	color: #dab463;
}

#service .serviceBox .data .time {
	margin: 15px 0 25px;
	padding: 5px;
	font-size: 1.2rem;
	line-height: 1.6;
	font-family: SourceHanSerifJP;
	letter-spacing: 0.24em;
	text-indent: 0.24em;
	background-image: url(../imgs/line.png), url(../imgs/line.png);
	background-position: 50% 0%, 50% 100%;
	background-repeat: no-repeat;
}

#service .serviceBox .data .txt {
	font-size: 1.3rem;
	line-height: 2.2;
	font-family: SourceHanSerifJP;
	letter-spacing: 0.05em;
	text-indent: 0.1em;
}

#service .serviceBox .data .txt.s {
	font-size: 1.1rem;
	line-height: 2.2;
	letter-spacing: 0;
	text-indent: 0;
}

#service .serviceBox .data .shopList {
	width: 90%;
	max-width: 300px;
	margin: 25px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#service .serviceBox .data .shopList li {
	width: 48%;
	max-width: 140px;
}

#service .serviceBox .data .shopList li .stxt {
	margin-top: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

#service .serviceBox .data .txtB {
	width: 200px;
	margin: 20px auto 0;
	padding: 3px;
	background: #fff9f0;
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	color: #9c7738;
	border: 1px solid #ccb080;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {

	#service {
		min-width: 320px;
		padding: 50px 0;
	}

	#service .engTTL img {
		width: auto;
		height: 54px;
		margin: 0 auto;
	}

	#service .serviceBoxC3 .serviceBox {
		width: 100%;
		max-width: 520px;
		margin: 0 auto;
		padding: 40px 15px 10px;
	}

	#service .serviceBox .photo {
		width: 100%;
		margin: 0 auto;
	}

	#service .serviceBox .photo img {
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	}

	#service .serviceBoxC3 .serviceBox .data {
		width: 100%;
		margin: 25px auto 0;
		padding: 0;
	}

	#service .serviceBox .data {
		width: 100%;
		margin: 30px auto 0;
		padding: 0;
	}

	#service .serviceBox .data h3 {
		font-size: 2rem;
		line-height: 1.6;
	}

	#service .serviceBox .data .engsttl {
		font-size: 1.2rem;
		line-height: 1.2;
	}

	#service .serviceBox .data .time {
		padding: 4px;
		font-size: 1.2rem;
		line-height: 1.6;
	}

	#service .serviceBox .data .txt {
		font-size: 1.2rem;
		line-height: 2.2;
		text-align: left;
	}

	#service .serviceBox .data .shopList li .stxt {
		letter-spacing: 0em;
		text-indent: 0em;
	}

	#service .serviceBox .data .txtB {
		padding: 0 3px;
	}

}

@media screen and (min-width: 769px) {
	#service {
		margin-top: -150px;
		padding: 230px 0 75px;
		color: #fff;
	}

	#service .serviceBoxC3 {
		max-width: 1500px;
		padding: 0 20px;
	}
}



/*----------------------------------------------------------

	service
	
----------------------------------------------------------*/

#floor {
	padding: 80px 20px;
}

#floor .catchcopy {
	margin: 0 0 15px;
	padding: 0 0;
	font-size: 2.8rem;
	line-height: 1.8;
	font-weight: normal;
	text-align: center;
	font-family: SourceHanSerifJP;
	letter-spacing: 0.08em;
	box-sizing: border-box;
}

#floor .map {
	width: 100%;
	max-width: 850px;
	margin: 35px auto 0;
	text-align: center;
}

#floor .map img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#floor {
		padding: 50px 10px;
	}

	#floor .catchcopy {
		font-size: 2.0rem;
		letter-spacing: 0;
	}

	#floor .map {
		max-width: 520px;
		margin: 25px auto 0;
	}
}


/*----------------------------------------------------------

	room
	
----------------------------------------------------------*/

#room {
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
}

#room .engTTL {
	max-width: 135px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#room {
		min-width: 320px;
		padding: 50px 0;
	}

	#room .engTTL img {
		width: auto;
		height: 54px;
		margin: 0 auto;
		position: relative;
	}
}


/*==============================================
    roomSlider
==============================================*/

.roomSlider {
	width: 100%;
	margin: 30px auto 0;
	padding: 0;
	position: relative;
	overflow: visible !important;
}

.roomSlider .swiper-wrapper {
	padding: 0;
}

.roomSlider .swiper-slide .photo {
	background: #fff;
}

.roomSlider .swiper-slide img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	transition: all .6s ease;
}

.roomSlider .data {
	margin-top: 25px;
	text-align: center;
}

.roomSlider .data h3 {
	font-size: 1.5rem;
	line-height: 1.8;
	font-family: SourceHanSerifJP;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
}

.roomSlider .data .txts {
	margin: 0 0 20px;
	font-size: 1.2rem;
	line-height: 1.8;
	font-family: SourceHanSerifJP;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	color: #dab463;
}


@media screen and (max-width: 767px) {
	.roomSlider {
		margin: 40px auto 0;
	}

	.sliderBox {
		padding: 0 15px;
	}

	.roomSlider .swiper-slide {
		width: 325px;
	}
}

@media screen and (min-width: 768px) {
	.roomSlider {
		margin: 40px auto 0;
	}

	.sliderBox {
		padding: 0 5%;
	}

	.roomSlider .swiper-slide {
		width: 420px;
	}
}

@media screen and (min-width: 1400px) {
	.roomSlider {
		margin: 50px auto 0;
	}

	.sliderBox {
		padding: 0 10%;
	}

	.roomSlider .swiper-slide {
		width: 480px;
	}
}


/*== コントローラ ==*/
.swiper-button-prev,
.swiper-button-next {
	display: grid;
	place-content: center;
	margin: auto 0;
	cursor: pointer;
	transition: all 0.5s ease;
	position: absolute;
	z-index: 100;
}

.swiper-button-prev::before,
.swiper-button-next::before {
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	border-radius: 50%;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	width: 8px;
	height: 8px;
	content: "";
	border: solid #730420;
	border-width: 2px 2px 0 0;
}

.swiper-button-prev::after {
	margin-left: 0.4rem;
	transform: rotate(-135deg);
}

.swiper-button-next::after {
	margin-right: 0.4rem;
	transform: rotate(45deg);
}

.swiper-button-disabled {
	pointer-events: none;
	opacity: 0.2;
	transition: all 0.5s ease;
}

.swiper-button-disabled::after {
	border-color: #730420;
}

@media screen and (max-width: 767px) {

	.swiper-button-prev,
	.swiper-button-next {
		width: 36px;
		height: 36px;
		z-index: 100;
	}

	.photoList .swiper-button-prev,
	.photoList .swiper-button-next {
		top: 50%;
		transform: translateY(-50%);
	}

	.photoList .swiper-button-prev {
		left: 5px;
	}

	.photoList .swiper-button-next {
		right: 5px;
	}

	.roomSlider .swiper-button-prev,
	.roomSlider .swiper-button-next {
		top: 30%;
	}

	.roomSlider .swiper-button-prev {
		left: -10px;
	}

	.roomSlider .swiper-button-next {
		right: -10px;
	}
}

@media screen and (max-width: 540px) {

	.roomSlider .swiper-button-prev,
	.roomSlider .swiper-button-next {
		top: 25%;
	}
}

@media screen and (min-width: 768px) {

	.photoList .swiper-button-prev,
	.photoList .swiper-button-next {
		display: none;
	}

	.roomSlider .swiper-button-prev,
	.roomSlider .swiper-button-next {
		width: 48px;
		height: 48px;
		top: -60px;
	}

	.roomSlider .swiper-button-prev {
		right: 55px;
	}

	.roomSlider .swiper-button-next {
		right: 0px;
	}

	.roomSlider .swiper-button-prev:hover,
	.roomSlider .swiper-button-next:hover {
		opacity: 0.6;
	}
}


/*== ページネーション ==*/
.swiper-pagination {
	width: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	position: absolute;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 8px;
	margin: 0 2px;
	cursor: pointer;
	transition: var(--transition);
	vertical-align: top;
	background-color: #fff;
	border-radius: 50vh;
	transition: width 0.5s ease;
}

.swiper-pagination-bullet-active {
	width: 40px;
	background-color: #dab463;
}

@media screen and (max-width: 767px) {
	.photoList .swiper-pagination {
		bottom: 0;
		z-index: 100;
	}

	.roomSlider .swiper-pagination {
		top: -30px;
	}
}

@media screen and (min-width: 768px) {
	.photoList .swiper-pagination {
		display: none;
	}

	.roomSlider .swiper-pagination {
		top: -30px;
	}
}




.banner {
	width: 90%;
	max-width: 800px;
	margin: 30px auto 0;
	background: #fff;
}

.banner img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.banner {
		max-width: 600px;
		margin-top: 20px;
	}
}


/*----------------------------------------------------------

	floor map
	
----------------------------------------------------------*/
a.xlink {
	fill: none;
	opacity: 1;
}

a.xlink.photo:hover {
	fill: transparent;
	opacity: 0.8;
	transition: 0.8s;
	cursor: pointer;
}

a.xlink.red:hover {
	fill: #78011F;
	opacity: 0.6;
	transition: 0.8s;
	cursor: pointer;
}

a.xlink.white:hover {
	fill: white;
	opacity: 0.6;
	transition: 0.8s;
	cursor: pointer;
}

.modal-content p {
	padding-top: 10px;
	text-align: center;
	font-family: SourceHanSerifJP;
}

.modal-img {
	width: 100%;
}

/* モーダルウィンドウの基本スタイル */
.modal {
	display: none;
	/* デフォルトでは非表示に設定 */
	position: fixed;
	/* モーダルがページ全体に固定されるように設定 */
	top: 0;
	/* ページの最上部からスタート */
	left: 0;
	/* ページの最左端からスタート */
	width: 100%;
	/* モーダルが画面全体の幅を占める */
	height: 100%;
	/* モーダルが画面全体の高さを占める */
	background-color: rgba(0, 0, 0, 0.4);
	/* 背景を半透明の黒に設定（モーダルの背後が見えるように） */
	z-index: 99;
}

.modal-content {
	position: fixed;
	/* モーダル内容が画面上に固定されるように設定 */
	top: 50%;
	/* 縦方向の中央に配置 */
	left: 50%;
	/* 横方向の中央に配置 */
	transform: translate(-50%, -50%);
	/* 完全に中央に配置するための補正 */
	padding: 20px;
	/* モーダル内の余白を設定 */
	width: 50%;
	/* モーダルの幅 */
	height: auto;
	/* モーダルの高さ */
	background-color: #fefefe;
	/* モーダルの背景色を白に設定 */
	border: 1px solid #888;
	/* 境界線の色を薄いグレーに設定 */
	border-radius: 0px;
	/* モーダルの角を丸くするための半径 */
}

/* モーダルを閉じるボタン（×）のスタイル */
.closeModal {
	position: absolute;
	/* モーダル内で絶対位置に配置 */
	display: flex;
	/* ボタン内のテキストが中央に配置されるようにフレックスボックスを使用 */
	align-items: center;
	/* ボタン内のテキストを縦方向に中央揃え */
	justify-content: center;
	/* ボタン内のテキストを横方向に中央揃え */
	top: -10%;
	/* モーダル内容の上部から離れた位置に配置 */
	right: 0%;
	/* モーダル内容の右端から離れた位置に配置 */
	font-size: 28px;
	/* 閉じるボタンのフォントサイズ */
	font-weight: bold;
	/* 閉じるボタンのフォントを太字に設定 */
	cursor: pointer;
	/* ホバー時にポインタが表示されるように設定 */
	color: #FFF;
	/* 閉じるボタンのテキストカラーを白に設定 */
	width: 40px;
	/* ボタンの幅 */
	height: 40px;
	/* ボタンの高さ */
	background-color: transparent;
	/* ボタンの背景色をダークグレーに設定 */
	border: #333;
	/* ボタンの境界線を背景と同じ色に設定 */
	border-radius: 50%;
	/* ボタンを丸くするための半径 */
}

@media screen and (max-width: 764px) {
	.modal-content {
		width: 80%;
	}

	.closeModal {
		top: -16%;
	}
}



/*----------------------------------------------------------

	contact
	
----------------------------------------------------------*/

#contact {
	padding: 25px;
	background: #dddcd8;
}

#contact p {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
}

#contact .btnBox {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	#contact {
		padding: 20px 0;
	}
}




/*----------------------------------------------------------

	footer
	
----------------------------------------------------------*/

footer {
	width: 100%;
	padding: 50px 25px;
	box-sizing: border-box;
}

footer .logo {
	width: 170px;
	margin: 0 auto 10px;
	text-align: center;
}

footer #copyright {
	font-size: 1.0rem;
	line-height: 1.8;
	font-family: SourceHanSerifJP;
	letter-spacing: 0.2em;
	text-align: center;
	color: #7d0423;
}

#pagetop {
	width: 68px;
	height: 68px;
	padding-top: 36px;
	font-size: 1.0rem;
	line-height: 1.2;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	text-align: center;
	text-decoration: none;
	color: #111111;
	font-family: SourceHanSerifJP;
	background: url(../imgs/pagetop.png) no-repeat 50% 22px #ffffff;
	background-size: 17px 9px;
	border-radius: 50%;
	position: fixed;
	bottom: -100px;
	right: 20px;
	z-index: 10;
	box-sizing: border-box;
}

#pagetop.active {
	bottom: 20px;
}


/*----------------------------------------------------------
	Display：320px → 768px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width: 768px) {

	footer {
		min-width: 320px;
		padding: 40px 15px;
	}

}






/*----------------------------------------------------------

	Display：print

----------------------------------------------------------*/

@media print {

	.sp {
		display: none;
	}

	#pagetop {
		display: none;
	}

}