@charset "UTF-8";

/* ---------------------------------------
  藤のやについて
-----------------------------------------*/

/* mv
--------------------------------*/
#sec_mv .mv_img {
	background-image: url(../img/rooms/pagettl_img_pc.jpg);
	background-position: center top;
}

@media screen and (max-width: 768px) {
	#sec_mv .mv_img {
		background-image: url(../img/rooms/pagettl_img_sp.jpg);
	}
}

/* lead
--------------------------------*/

#sec_lead {
	text-align: center;
	padding: 100px 0 45px;
}

#sec_lead .ttl {
	font-size: 2.6rem;
	line-height: 2;
	margin-bottom: 45px;
}

#sec_lead .txt {
	font-size: 1.7rem;
	line-height: 2.94;
}

#sec_lead .ttl,
#sec_lead .txt {
	filter: blur(2px);
	transition: 3s ease;
}

#sec_lead.is-show .ttl,
#sec_lead.is-show .txt {
	filter: blur(0);
}

#sec_rooms {
	
}

#sec_rooms .rooms_menu {
	margin-bottom: 100px;
}

#sec_rooms .rooms_menu ul {
	display: flex;
	justify-content: center;
}

#sec_rooms .rooms_menu ul li {
	margin: 0 13px;
}

#sec_rooms .rooms_menu ul li a {
	font-size: 1.5rem;
	border: 1px solid #4d4d4d;
	padding: 1em;
	position: relative;
	width: 383px;
	height: 51px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#sec_rooms .rooms_menu ul li a::after {
	content: "";
	position: absolute;
	right: 20px;
	top: calc(50% - 5px);
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	border-left: none;
	border-top: none;
	transform: rotate(45deg);
}

.rooms_cat_ttl {
	text-align: center;
	padding-top: 90px;
	margin-bottom: 80px;
	margin-top: -90px;
	display: block;
}

.rooms_cat_ttl h3 {
	font-size: 30px;
}

.rooms_cat_ttl .en {
	display: inline-block;
	vertical-align: top;
	color: #9fa0a0;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-top: 1em;
}

.rooms_cat_ttl .line {
	position: relative;
    display: block;
    width: 40px;
    height: 1px;
    background-color: #000;
    margin: 30px auto 5px;
}

.rooms_cat_ttl .line::before,
.rooms_cat_ttl .line::after {
	content: "";
	width: 40px;
	height: 1px;
	background-color: #000;
	display: inline-block;
	position: absolute;
}

.rooms_cat_ttl .line::before {
	bottom: -5px;
	left: -50px;
}

.rooms_cat_ttl .line::after {
	top: -5px;
	right: -50px;
}

.rooms_list + .rooms_cat_ttl {
	margin-top: 55px;
	margin-bottom: 109px;
}

@media screen and (max-width: 768px) {
	#sec_lead {
		padding: 18vw 0 16vw;
	}

	#sec_lead .ttl {
		font-size: 4.27vw;
		margin-bottom: 6vw;
	}

	#sec_lead .txt {
		font-size: 3.47vw;
	}

	#sec_rooms .rooms_menu ul li {
		margin: 0 2vw;
	}

	#sec_rooms .rooms_menu ul li a {
		width: 40vw;
	}
	
	#sec_rooms .rooms_menu {
		margin-bottom: 18vw;
	}

	.rooms_cat_ttl h3 {
		font-size: 5.4vw;
	}

	.rooms_cat_ttl .line {
		width: 8vw;
		margin: 6vw auto 1vw;
	}

	.rooms_cat_ttl .line::before,
	.rooms_cat_ttl .line::after {
		width: 8vw;
	}

	.rooms_cat_ttl .line::before {
		bottom: -1vw;
		left: -10vw;
	}

	.rooms_cat_ttl .line::after {
		top: -1vw;
		right: -10vw;
	}

	.rooms_list + .rooms_cat_ttl {
		margin-top: 24vw;
	}

	.rooms_cat_ttl {
		padding-top: 40vw;
		margin-bottom: 80px;
		margin-top: -40vw;
	}

	.rooms_list + .rooms_cat_ttl {
		margin-bottom: 12vw;
		margin-top: 0;
		padding-top: 22vw;
	}
}

/* rooms_list
--------------------------------*/
#sec_rooms {
	padding: 40px 0 150px;
}

.rooms_list .block + .block {
	margin-top: 100px;
}

.rooms_list .block .inner {
	align-items: center;
}

.rooms_list .block .img {
	width: 792px;
	overflow: hidden;
}

.rooms_list .block .img a {
	transition: .2s ease;
}

.rooms_list .block .img a:hover {
	opacity: .8;
}

.rooms_list .block .img img {
	transform: scale(1.0);
	transition: 6s ease;
}

.rooms_list .block .img.is-show img {
	transform: scale(1.1);
}

.rooms_list .block .txtwrap {
	width: calc(100% - 792px);
}

.rooms_list .block .txtwrap .ttl {
	position: relative;
	font-size: 5.6rem;
	line-height: 1;
	letter-spacing: 0;
}

.rooms_list .block .txtwrap .ttl span {
	display: inline-block;
	vertical-align: top;
	color: #9fa0a0;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-top: 1.75em;
	margin-left: 1em;
}

.rooms_list .block .txtwrap .txt {
	font-size: 1.7rem;
	margin-top: 2em;
}

.rooms_list .block .txtwrap .btn {
	margin-top: 90px;
}

@media screen and (max-width: 768px) {
	#sec_rooms {
		padding: 0 0 20vw;
	}
	
	#sec_rooms .wrap{
		width: 100%;
	}

	.rooms_list .block + .block {
		margin-top: 25vw;
	}

	.rooms_list .block .inner {
		align-items: center;
	}

	.rooms_list .block .img {
		width: 100%;
		margin: 0 0 10vw;
	}

	.rooms_list .block .txtwrap {
		width: 100%;
		text-align: center;
		padding: 0 8vw;
	}

	.rooms_list .block .txtwrap .ttl {
		font-size: 10vw;
	}

	.rooms_list .block .txtwrap .ttl span {
		font-size: 4vw;
		display: block;
		margin-left: 0;
	}

	.rooms_list .block .txtwrap .txt {
		font-size: 3.4vw;
		margin-top: 1.5em;
	}

	.rooms_list .block .txtwrap .btn {
		margin-top: 8vw;
	}
}

/* detail
--------------------------------*/

.detail .ttlwrap {
	text-align: center;
}

.detail .ttlwrap .ttl {
	position: relative;
	font-size: 10rem;
	line-height: 1;
	letter-spacing: 0;
}

.detail .ttlwrap .ttl span {
	display: block;
	vertical-align: top;
	color: #9fa0a0;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-top: 1em;
}

.detail .ttlwrap .txt {
	font-size: 1.7rem;
	margin-top: 1.5em;
}

.detail .imgwrap {
	width: 997px;
	margin: 50px auto 0;
	justify-content: flex-start;
}

.detail .imgwrap .img {
	width: 486px;
}

.detail .imgwrap .img.main {
	width: 100%;
}

.detail .info {
	width: 870px;
	margin: 100px auto 0;
}

.detail .info .ttl {
	position: relative;
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.16em;
	margin-bottom: 45px;
}

.detail .info .ttl .line {
	position: relative;
	display: block;
	width: 40px;
	height: 1px;
	background-color: #000;
	margin: 30px auto 5px;
}

.detail .info .ttl .line::before,
.detail .info .ttl .line::after {
	content: "";
	width: 40px;
	height: 1px;
	background-color: #000;
	display: inline-block;
	position: absolute;
}

.detail .info .ttl .line::before {
	bottom: -5px;
	left: -50px;
}

.detail .info .ttl .line::after {
	top: -5px;
	right: -50px;
}

.detail .info dl {
	display: flex;
	flex-wrap: wrap;
	padding: 0 36px;
}

.detail .info dl dt,
.detail .info dl dd {
	font-weight: 400;
	font-family: 'Zen Kaku Gothic Antique', sans-serif;
	font-size: 1.3rem;
	margin: 8px 0;
}

.detail .info dl dt {
	width: 170px;
	font-weight: 700;
	position: relative;
	padding-left: 22px;
}

.detail .info dl dt::before {
	content: "";
	width: 12px;
	height: 1px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 1em;
}

.detail .info dl dd {
	width: calc(100% - 170px);
}

.detail .info .txt {
	font-size: 1.3rem;
	line-height: 2.2;
	letter-spacing: 0;
	padding: 28px 170px 28px 60px;
	margin-top: 20px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/*戻るボタン*/
.detail .btn.back {
	margin-top: 100px;
}

.detail .btn.back a {
	padding: 0 4em 1.2em 4.75em;
}

.detail .btn.back a::before {
	border-right: none;
	border-left: 1px solid #000;
	right: auto;
	left: 1.2em;
	transform: skewx(-45deg);
}


@keyframes btnback_arw_anime1 {
	30% {
		transform: translateX(80%) skewx(-45deg);
		opacity: 0;
	}

	50% {
		transform: translateX(-50%) skewx(-45deg);
		opacity: 0;
	}

	70% {
		opacity: 1;
	}
}

@keyframes btnback_arw_anime2 {
	30% {
		opacity: 1;
	}

	50% {
		transform: translateX(-50%) skewx(-45deg);
		opacity: 0;
	}

	70% {
		transform: translateX(80%) skewx(-45deg);
		opacity: 0;
	}
}

@media screen and (min-width: 769px) {
	.detail .imgwrap .img:nth-child(odd):not(.img.main) {
		margin-left: 25px;
	}

	.detail .imgwrap .img:nth-child(n + 2) {
		margin-top: 60px;
	}

	.detail .btn.back a::before {
		animation: btnback_arw_anime1 0.6s ease-in-out forwards;
	}

	.detail .btn.back a:hover::before {
		animation: btnback_arw_anime2 0.6s ease-in-out forwards;
	}
}

@media screen and (max-width: 768px) {
	.detail .ttlwrap .ttl {
		font-size: 20vw;
	}

	.detail .ttlwrap .ttl span {
		display: inline-block;
		font-size: 4vw;
		margin-top: 1.75em;
		margin-left: 1em;
		position: absolute;
	}

	.detail .ttlwrap .txt {
		font-size: 3.4vw;
	}

	.detail .imgwrap {
		width: 100%;
		margin: 8vw auto 0;
	}

	.detail .imgwrap .img {
		width: 84%;
		margin: 0 auto;
	}

	.detail .imgwrap .img.main {
		width: 100%;
	}

	.detail .imgwrap .img + .img {
		margin-top: 10vw;
	}

	.detail .info {
		width: 84%;
		margin: 18vw auto 0;
	}

	.detail .info .ttl {
		font-size: 4.27vw;
		margin-bottom: 10vw;
	}

	.detail .info .ttl .line {
		width: 8vw;
		margin: 6vw auto 1vw;
	}

	.detail .info .ttl .line::before,
	.detail .info .ttl .line::after {
		width: 8vw;
	}

	.detail .info .ttl .line::before {
		bottom: -1vw;
		left: -10vw;
	}

	.detail .info .ttl .line::after {
		top: -1vw;
		right: -10vw;
	}

	.detail .info dl {
		display: block;
		padding: 0;
	}

	.detail .info dl dt,
	.detail .info dl dd {
		font-size: 3.2vw;
		line-height: 1.8;
		margin: 0;
	}

	.detail .info dl dt {
		width: 100%;
		padding-left: 4.4vw;
	}

	.detail .info dl dt::before {
		width: 2.4vw;
	}

	.detail .info dl dd {
		width: 100%;
		padding-left: 4.4vw;
	}

	.detail .info dl dd + dt {
		margin-top: 5vw;
	}

	.detail .info .txt {
		font-size: 3.2vw;
		line-height: 2;
		padding: 4vw 0;
		margin-top: 10vw;
	}

	/*戻るボタン*/
	.detail .btn.back {
		margin-top: 18vw;
	}

	.detail .btn.back a {
		padding: 0 3em 1.2em 4em;
	}

}