@charset "UTF-8";
/*------------------------
#main
------------------------*/
#TOYAwrap #main {
	position: relative;
}
#TOYAwrap #main h1{
	position: absolute;
	top: 60px;
	left: calc(50% - 610px);
	z-index: 11;
}
#TOYAwrap #main .slide{
	width: 100%;
	height: 650px;
	overflow: hidden;
	position: relative;
}
/*静止画の場合*/
/*#TOYAwrap #main .slide li:first-of-type{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 650px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(https://www.toyamanseikaku.jp/rakuten/img/top/sec_main_ph_01.jpg);
}*/
/*スライドにする場合*/
 #TOYAwrap #main .slide li{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  animation-name: fade;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
#TOYAwrap #main .slide li:nth-of-type(1){
  background-image: url(https://www.toyamanseikaku.jp/rakuten/img/top/slide/sec_main_ph_01.jpg);
}
#TOYAwrap #main .slide li:nth-of-type(2){
  background-image: url(https://www.toyamanseikaku.jp/rakuten/img/top/slide/sec_main_ph_02.jpg);
  animation-delay: 5s;
}/*
#TOYAwrap #main .slide li:nth-of-type(3){
  background-image: url(https://www.toyamanseikaku.jp/rakuten/img/top/ph_main_03.jpg);
  animation-delay: 8s;
}
#TOYAwrap #main .slide li:nth-of-type(4){
  background-image: url(https://www.toyamanseikaku.jp/rakuten/img/top/ph_main_04.jpg);
  animation-delay: 12s;
}
#TOYAwrap #main .slide li:nth-of-type(5){
  background-image: url(https://www.toyamanseikaku.jp/rakuten/img/top/ph_main_05.jpg);
  animation-delay: 16s;
} */
@keyframes fade {
  0%{
    opacity: 0;
  }
  20%{
    opacity: 1;
  }
  80%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    z-index: 0;
  }
}
/*------------------------
#search
------------------------*/
#TOYAwrap #search{
	background: #1E2C5B;
	padding: 0 0 0 0;
}
#TOYAwrap #search .frame{
	height: 290px;
	position: relative;
	z-index: 2;
}
#TOYAwrap #search iframe{
	width:100%;
	height: 380px;
	border: none;
	overflow: hidden;
}
/*------------------------
#intro
------------------------*/
#TOYAwrap #intro{
	height: 730px;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/top/sec_intro_bg.jpg?20240610) top center no-repeat
}
#TOYAwrap #intro .inner{
	width: 100%;
	height: 730px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

/*------------------------
#plan
------------------------*/
#TOYAwrap #plan{
	background: 
		url(https://www.toyamanseikaku.jp/rakuten/img/top/sec_plan_bg.png) bottom center repeat-x,
		linear-gradient(180deg, #0D5B8D, #1E2C5B);
	padding: 100px 0 120px 0;
	margin-bottom: 100px;
}
#TOYAwrap #plan .inner{
	width: 90%;
	max-width: 1400px;
}
#TOYAwrap #plan .box{
	padding: 100px 100px 0 100px;
	background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}
@media only screen and (max-width: 1200px) {
	#TOYAwrap #plan .box{
		padding: 100px 60px 0;
	}	
}
#TOYAwrap #plan .box h2{
	margin-bottom: 40px;
}
#TOYAwrap #plan .box ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#TOYAwrap #plan .box ul li{
	width: 24%;
	max-width:290px;
}
#TOYAwrap #plan .box ul li a{
	background-color: white;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	height: 100%;	
}
#TOYAwrap #plan .box ul li img{
	width: 100%;
	height: auto;
}
#TOYAwrap #plan .box ul li a h3{
	font-size: 14px;
	font-weight: normal;
	padding: 30px 30px 0px 30px;
}
#TOYAwrap #plan .box ul li a .price{
	font-size: 14px;
	color: #BB3A01;
	text-align: right;
	padding: 0px 30px 25px;
	line-height: 150%;
}
#TOYAwrap #plan .box ul li a .price span{
	white-space: nowrap;
	}
#TOYAwrap #plan .box ul li a .price strong{
	font-size: 24px;
}
#TOYAwrap #plan .box .btn{
	margin: 0 auto;
}

/*------------------------
#premium
------------------------*/
#TOYAwrap #premium {
	overflow: hidden;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/top/sec_premium_bg_01.jpg) bottom center no-repeat;
}
#TOYAwrap #premium h2{
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
#TOYAwrap #premium h2::before{
	display: block;
	content: '';
	width: 130px;
	height: 130px;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/top/sec_premium_ico.jpg) top left no-repeat;
	position: absolute;
	top: 0;
	left: calc(50% - 385px);
}
#TOYAwrap #premium .ph{
	margin-bottom: 110px;
}
#TOYAwrap #premium .bg{
	position: relative;
	padding-bottom: 160px
}
#TOYAwrap #premium .bg::before{
	display: block;
	content: '';
	width: 797px;
	height: 415px;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/top/sec_premium_bg_02.jpg) bottom center no-repeat;
	position: absolute;
	bottom: 120px;
	right: calc(50% + 162px);
}
#TOYAwrap #premium .bg::after{
	display: block;
	content: '';
	width: 510px;
	height: 305px;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/top/sec_premium_bg_03.jpg) bottom center no-repeat;
	position: absolute;
	bottom: 70px;
	left: calc(50% + 450px);
	visibility: unset;
}
#TOYAwrap #premium .bg .txt{
	width: 430px;
	margin-left: 540px
}
#TOYAwrap #premium .inner .txt p {
	line-height: 200%;
	margin-bottom: 40px;
}
#TOYAwrap #premium .inner .txt p strong{
	display: block;
	width: 400px;
	font-family: '游明朝', serif;
	font-size: 23px;
	letter-spacing: 5px;
	line-height: 180%;
	margin-bottom: 30px;
}
/*------------------------
#spa , #room
------------------------*/
#TOYAwrap #spa{
	height: 1186px;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/top/sec_spa_bg.jpg) top center no-repeat;
}
#TOYAwrap #room{
	height: 1186px;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/top/sec_room_bg.jpg) top center no-repeat;
}
@media (max-width: 1200px) {
	#TOYAwrap #spa,
	#TOYAwrap #room{
		background-position: top left -360px;
	}
}
#TOYAwrap #spa .inner,
#TOYAwrap #room .inner{
	display: block;
	position: relative;
}
#TOYAwrap #spa .box,
#TOYAwrap #room .box{
	width: 400px;
	color: white;
}
#TOYAwrap #room .box{
	position: absolute;
	top: 120px;
	left: 0;
}
@media only screen and (max-width: 1200px) {
	#TOYAwrap #room .box{
		left: 40px;
	}
}
#TOYAwrap #spa .box{
	position: absolute;
	top: 160px;
	right: -10px;
}
@media only screen and (max-width: 1200px) {
	#TOYAwrap #spa .box{
		right: 15px;
	}
}
#TOYAwrap #spa .box h2,
#TOYAwrap #room .box h2{
	display: block;
	margin-bottom: 30px
}
#TOYAwrap #spa .box p,
#TOYAwrap #room .box p{
	line-height: 200%;
}
#TOYAwrap #spa .box p strong,
#TOYAwrap #room .box p strong{
	display: block;
	width: 400px;
	font-family: '游明朝', serif;
	font-size: 20px;
	letter-spacing: 5px;
	line-height: 180%;
	margin-bottom: 30px;
}
#TOYAwrap #spa .box p strong span,
#TOYAwrap #room .box p strong span{
	font-size: 13px;
}
#TOYAwrap #spa .box p,
#TOYAwrap #room .box p{
	width: 350px;
	margin-bottom: 50px;
}

/*------------------------
#sauna, #dish
------------------------*/
#TOYAwrap #sauna{
	height: 850px;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/top/sec_sauna_bg.jpg) top center no-repeat;
	background-size: 1920px auto;
	margin-bottom: 100px;
	padding-top: 100px;
}
#TOYAwrap #dish{
	height: 850px;
	background: url(https://www.toyamanseikaku.jp/rakuten/img/top/sec_dish_bg.jpg) top center no-repeat;
	margin-bottom: 100px;
	padding-top: 100px;
}
#TOYAwrap #sauna .inner,
#TOYAwrap #dish .inner{
	display: block;
	height: 750px;
	position: relative;
}
#TOYAwrap #sauna .box{
	width: 480px;
	color: white;
	padding: 0 90px 0 100px;
	position: absolute;
	top: 50%;
    left: -101px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 1;
}
@media only screen and (max-width: 1200px) {
	#TOYAwrap #sauna .box{
		left: -80px;
	}
}
#TOYAwrap #dish .box{
	width: 390px;
	color: white;
	padding: 0 0 0 90px;
	position: absolute;
	top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	z-index: 1;
}
@media only screen and (max-width: 1200px) {
	#TOYAwrap #dish .box{
		right: 10px;
	}
}
#TOYAwrap #sauna .box h2,
#TOYAwrap #dish .box h2{
	display: block;
	margin-bottom: 30px;
}
#TOYAwrap #sauna .box p,
#TOYAwrap #dish .box p{
	line-height: 200%;
}
#TOYAwrap #sauna .box p strong,
#TOYAwrap #dish .box p strong{
	display: block;
	font-family: '游明朝', serif;
	font-size: 20px;
	letter-spacing: 0.5px;
	line-height: 180%;
	margin-bottom: 30px;
}
#TOYAwrap #sauna .box p,
#TOYAwrap #dish .box p{
	margin-bottom: 50px;
}
#TOYAwrap #sauna .box a,
#TOYAwrap #dish .box a{
	width: 100%;
}
/*------------------------
#other
------------------------*/
#TOYAwrap #other {
	margin-bottom: 100px;
}
#TOYAwrap #other ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#TOYAwrap #other ul li{
	width: 550px;
}
#TOYAwrap #other ul li h2{
	margin: 30px 0;
}
#TOYAwrap #other ul li p{
	font-size: 17px;
	font-weight: bold;
	line-height: 160%;
	letter-spacing: 2px;
	margin-bottom: 20px;
}
#TOYAwrap #other ul li dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#TOYAwrap #other ul li dl dt{
	width: 100px;
	margin: 0 0 5px 0;
}
#TOYAwrap #other ul li dl dt span{
	display: block;
	font-size: 13px;
	color: white;
	text-align: center;
	background-color: #404B73;
	padding: 2px 0;
}
#TOYAwrap #other ul li dl dd{
	width: 430px;
	padding-top: 5px;
}
#TOYAwrap #other ul li dl dd span{
	display: inline-block;
	width: 6rem;
}
#TOYAwrap #other ul li dl dd span.red{
	display: inline-block;
	width: auto;
	color: #B10000;
}
#TOYAwrap #other ul li:nth-child(3){
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 90px;
}
#TOYAwrap #other ul li:nth-child(3) .ph{
	width: 600px;
}
#TOYAwrap #other ul li:nth-child(3) .txt{
	width: 600px;
}
@media only screen and (max-width: 1200px) {
	#TOYAwrap #other ul li:nth-child(3) .txt{
		width: 580px;
	}	
}
/*------------------------
#sub
------------------------*/
#TOYAwrap #sub{
	background: url(https://www.toyamanseikaku.jp/rakuten/img/top/sec_sub_bg.jpg) top center repeat;
	padding: 100px 0;
}
#TOYAwrap #sub .btn{
	margin-bottom: 40px;
}
#TOYAwrap #sub .btn ul{
	display: flex;
	justify-content: space-between;
}
#TOYAwrap #sub .btn ul li{
	width:calc( calc(100% - 40px) / 3 );
	max-width:380px;
}
#TOYAwrap #sub .btn ul li a,
#TOYAwrap #sub .btn ul li a img{
	width:100%;
	height:auto;
} 
#TOYAwrap #sub .info{
	display: flex;
	justify-content: space-between;
	background-color: white;
	padding: 50px 50px 30px 50px;
}
#TOYAwrap #sub .info h2{
	width: 290px;
}
#TOYAwrap #sub .info .bnr{
	width: 700px;
}
#TOYAwrap #sub .info .bnr ul{
	display: flex;
	flex-wrap: wrap;
}
#TOYAwrap #sub .info .bnr ul li{
	margin-bottom: 20px;
	margin-right: 20px
}