@charset "utf-8";


/* CMS Template(CSS編集はCMS管理画面から)

/ikenotaira-hotel/stay/zeztz/css/zeztz.css

Update:  2025-09-02 PM 03:28

====================*/



/* ----------------------------------------------------
Media query All
---------------------------------------------------- */
/* common */
.nsfont{ font-family: 'Noto Sans JP', sans-serif;font-weight: 900;}
#zeztz h2,#zeztz h2 span,#zeztz #mainvis p,#room .wrapper01 p,#zeztz h3,#goods b,#privilege p,#privilege span,#privilege em,#privilege .wrapper .title b,#reservation h2 + p,#zeztz .btn a,#zeztz .type,#reservation .effect,#introduction h2 + p{
  font-family:'Noto Sans JP' ,"メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 900;
}

#zeztz h2,#zeztz h3,#zeztz p{
	color: #000000;
}
#zeztz{
  position: relative;
}
#zeztz::before {
  z-index: -1;
  content:'';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.fallback #zeztz::before{
  background: url("../img/bg.jpg") no-repeat center top;
	background-size: cover;
}
.webp #zeztz::before{
  background: url("../img/bg.webp") no-repeat center top;
	background-size: cover;
}
.avif #zeztz::before{
  background: url("../img/bg.avif") no-repeat center top;
	background-size: cover;
}
.site-header{
  background-color: #FFFFFF;
}
.info-sub{
  display: none;
}
.pankuzu{
  display: none;
}
.js-nav{
  background-color: #FFFFFF;
}
/* mainvis */

#mainvis {
  position: relative;
}
#mainvis .wrapper{
  width: 100%;
  max-width: 1630px;
  margin: 0 auto 0;
  align-items: center;
}


#mainvis .room {
  background: rgb(31,133,252);
  background: linear-gradient(112deg,rgba(110, 11, 16, 1) 0%, rgba(203, 38, 40, 1) 22%, rgba(28, 165, 156, 1) 72%, rgba(1, 103, 103, 1) 100%);
  color: #FFFFFF;
  font-size:clamp(1.8rem, 2.42vw, 3.4rem);
  display: inline-block;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 3px 26px 6px;
}
#mainvis .cp{
  font-size: 1.2rem;
  color: #FFFFFF;
  text-shadow: 2px  2px 3px #0c7973,-2px  2px 3px #0c7973,2px -2px 3px #0c7973,-2px -2px 3px #0c7973,2px  0px 3px #0c7973,0px  2px 3px #0c7973,-2px  0px 3px #0c7973,0px -2px 3px #0c7973;
  margin-bottom: 35px;
}
/* room */
#room-area{
  position: relative;
}
#room{
  position: relative;
  margin: -1vw 0 90px 0;
  padding:3vw 10px 3vw 10px;
  clip-path: polygon(0 0, 100% 1vw, 100% calc(100% - 3vw), 0 100%);
  z-index: 10;
}
.fallback #room{
  background: url("../img/bg_room.jpg") no-repeat center top;
	background-size: cover;
}
.webp #room{
  background: url("../img/bg_room.webp") no-repeat center top;
	background-size: cover;
}
.avif #room{
  background: url("../img/bg_room.avif") no-repeat center top;
	background-size: cover;
}

#room .wrapper01{
	max-width: 1400px;
	margin: 0 auto 0;
  padding: 0 10px;
  flex-wrap: nowrap;
  align-items: center;
}
#room .wrapper01 .img{
  width: 51.5%;
}
#room .wrapper01 .text{
  width: 42%;
  padding-top: 40px;
}
#room .wrapper01 .text .title{
  font-size: 3.6rem;
  margin:15px 0 20px;
  color: #00c9af;
  line-height: 1.2;
}
#room .wrapper01 .text .type{
  display: inline-block;
  font-size: 2.0rem;
  margin-bottom: 40px;
  padding: 4px 12px;
  background-color: #000000;
  line-height: 1.2;
  color: #FFFFFF !important;
}
#room .wrapper01 p{
  font-size: 1.8rem;
  line-height: 2.0;
  color: #FFFFFF;
}
#room .wrapper02{
  max-width: 1420px;
  max-height: 660px;
	margin: 0 auto 0;
  padding: 0 10px;
  flex-wrap: nowrap;
  align-items: center;
}
#room .wrapper02 .img{
  width: 59%;
  /* margin-left: -10%; */
}
#room .wrapper02 .information{
  width: 39%;
  z-index: 5;
}
#room .information{
  max-width: 645px;
  padding: 20px 30px 20px;
  position: relative;
  background-color:rgba(230,230,230,0.13);
  border-radius: 8px;
  color: #FFFFFF;
  text-align: left;
}
#room .information h4{
  font-weight: bold;
  margin-bottom: 15px;
}
#room .information h5{
  font-size: 1.8rem;
  font-weight: bold;
  color: #d90f0d;
  position: relative;
  margin-bottom: 20px;
}
#room .information h5::before {
  content: "";
  position:relative;
  display:inline-block;
  margin: 0 8px 0 0;
  background:url("../img/icon_no-smoking.png") no-repeat;
  width: 42px;height: 42px;
  background-size: 42px 42px;
  top:15px;
}
#room .information p{
  margin-bottom: 30px;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 2.3;
}
#room .benefits2025 p.box-title{
  margin: 0 0 15px 0;
  padding: 6px 25px;
  background: rgb(221,0,17);
  background: linear-gradient(90deg, rgba(221,0,17,1) 0%, rgba(238,108,4,1) 100%);
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 4px;
}

/* goods */
#goods {
  width: 100%;
  text-align: center;
  position: relative;
	padding: 0 10px 0;

}
#goods .wrapper{
  max-width: 1600px;
  margin: 0 auto 0;
  align-items: center;
}
#goods .wrapper .img{
  width: 52%;
}
#goods .wrapper .text{
  width: 49%;
  text-align: left;
  margin-left: -10%;
}
#goods .wrapper .text .inr{
  background-color:rgba(230,230,230,0.50);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 35px 45px;
}
#goods h2{
  position: relative;
  text-align: left;
  font-size:clamp(3.6rem, 6.6vw, 8.0rem);
  line-height: 1.1;
  color: #db0000;
  z-index: 5;
}
#goods h2 span{
  font-size:clamp(1.6rem, 2.5vw, 3.0rem);
  display: block;
  color: #038581;
  z-index: 5;
}
#goods b{
  font-size:clamp(2.0rem, 4.8vw, 5.0rem);
  color: #db0000;
  z-index: 5;
}
#goods p {
	font-size: 1.6rem;
	margin-bottom: 20px;
  color: #000000;
}
#goods .note{
  margin: 0px 0 0 0px;;
}

/* privilege */
#privilege{
  position: relative;
  background: url("../img/bg_noise.jpg") center top;
  margin: -8vw 0 90px 0;
  padding:9vw 0 10vw 0;
  clip-path: polygon(0 0, 100% 8vw, 100% calc(100% - 8vw), 0 100%);
}
#privilege .wrapper{
  max-width: 1660px;
  margin: 0 auto 0 auto;
	position: relative;
  align-items: center;
}
#privilege .wrapper .img{
  width: 64%;
  margin-left: -13%;
  z-index: 5;
}
#privilege .wrapper .title{
  width: 48.2%;
  height: 100%;
  position: relative;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
#privilege .inr {
  max-width: 1200px;
  margin: 0 auto 0 auto;
  padding: 0 10px 25px;
  position: relative;
  z-index: 20;
}
#privilege .wrapper .title h2{
  position: relative;
  font-size:clamp(3.6rem, 8.3vw, 10.0rem);
  line-height: 1.3;
  color: #FFFFFF;
  transform: rotate( -8deg );
  z-index: 5;
}
#privilege .wrapper .title h2 span{
  font-size:clamp(1.6rem, 4.0vw, 4.8rem);
  display: block;
  color: #20eee0;
  z-index: 5;
}
#privilege .wrapper .title b{
  font-size:clamp(2.0rem, 5.8vw, 7.0rem);
  color: #FFFFFF;
  z-index: 5;
}
#privilege .wrapper .title h2::before {
  position: absolute;content: "";
  top: -140%;left: -110%;
  margin: 0px 0 0 0;
  background:url("../img/bg_belt.png") no-repeat;
  width: 1464px;height: 692px;
  background-size: 1464px 692px;
  z-index: -1;
}
#privilege ul.list {
  width: 100%;
  margin: -80px auto 0;
}
#privilege ul.list li {
  margin-bottom: 6px;
  background: linear-gradient(112deg,rgba(110, 11, 16, 1) 0%, rgba(203, 38, 40, 1) 22%, rgba(28, 165, 156, 1) 72%, rgba(1, 103, 103, 1) 100%);
  background-size: cover;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	padding: 7px 7px 7px 25px;
	align-items: center;
  border-radius: 5px;
}
#privilege ul.list li p {
  margin-bottom: 10px;
  font-size: 1.8rem;
  text-align: left;
  color: #FFFFFF;
  line-height: 1.2;
}
#privilege ul.list li span {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
#privilege ul.list li em {
  font-size: 2.8rem;
}
#privilege ul.list li b {
  font-size: 1.4rem;
  color: #FFFFFF;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  font-weight: normal;
}
#privilege ul.list + p{
  text-align: left;
  color: #000000;
  margin-bottom: 15px;
}
#privilege .info {
  max-width: 1200px;
  position: relative;
  color: #FFFFFF;
  font-size: 1.6rem;
  margin: 0 auto 0;
  padding: 30px 40px 30px 40px;
	background-color:rgba(0,0,0,0.75);
}
#privilege .info h3 {
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 1.8rem;
  text-align: left;
}
#privilege .info li {
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
  text-align: left;
}
#privilege .info li::before {
  position: absolute;content: "※";
  top: 0;left: 0px;
  margin: 0px 0 0 0;
}
#privilege .info p{
  color: #000000;
}
.sub-info{
  font-size: 1.4rem;
  font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  margin-top: 5px;
}
/* voice */
#voice {
	margin: 0 auto 0;
  padding:0 10px 40px;
  position: relative;
  z-index: 30;
}
#voice .inr{
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 0 10px 40px;
  background: rgba(255,255,255,0.8);
  border-radius: 6px;
}
#voice .title{
  max-width: 1200px;
  margin: 0 auto 20px;
}
#voice .title .text {width: 50%; text-align: center; padding-top: 60px;}
#voice .title .img {width: 45%; text-align: right; margin-top: -80px;}
#voice .list{
  max-width: 1100px;
  margin: 0 auto 0;
}
#voice h2 {
  display: inline-block;
  background: linear-gradient(112deg,rgba(110, 11, 16, 1) 0%, rgba(203, 38, 40, 1) 22%, rgba(28, 165, 156, 1) 72%, rgba(1, 103, 103, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
	font-size:clamp(3.4rem, 6.0vw, 7.2rem);
}
#voice .contents-wrap .text h2 + p{
  font-size: 1.4rem;
}
#voice .list p {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #3f3f3f;
  text-align: left;
  font-weight: bold;
}
#voice .list p:last-child {
  border: none;
}

/* reservation */
#reservation {
  position: relative;
  background: #ffffff;
  background: linear-gradient(0deg,rgba(255, 255, 255, 0.85) 33%, rgba(255, 255, 255, 0) 100%);
  color: #FFFFFF;
  padding: 0 10px;
	z-index: 50;
}
/* #reservation::before{
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 0 0 100vw ;
  border-color: #FFFFFF transparent transparent transparent;
} */
#reservation .wrapper{
  max-width: 1400px;
  margin: 0 auto 0;
  padding: 70px 0 0 0;
	flex-direction: row-reverse;
  align-items: center;
}
#reservation .text {
  width: 45%;
  text-align: left;
}
#reservation .img {
  width: 52%;
}
#reservation .effect {
	font-size:clamp(2.0rem, 2.57vw, 3.6rem);
  margin: 0 auto 30px 0;
  text-align: left;
  line-height: 1.6;
	color: #1ca59c;
}
#reservation p {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
}
.index #reservation .btn:first-child a{
  padding: 0;
}
#reservation p.p-txt{
  font-size: 1.4rem;
  margin: 30px 0 0 0;
}
#reservation p.p-txt a{
  color: #000000;
}
#reservation .btn a{
  position: relative;
  display: block;
	width: 90%;
	max-width: 580px;
  background: #1ca59c;
	border-radius:5px;
	cursor:pointer;
	color:#ffffff;
	font-size:3.2rem;
	margin: 0 auto 20px 0;
	padding:16px 44px;
	text-decoration:none;
	text-align: center;
}
#reservation .btn a::after{
  content: '';
  width: 9px;
  height: 9px;
  border: 0px;
  border-top: solid 2px #FFFFFF;
  border-right: solid 2px #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -4px;
}
.info-sub{
	padding-top: 50px;
}
/* All END */

/* ----------------------------------------------------
- 520px (Smartphone layout Only)
---------------------------------------------------- */
@media (max-width: 520px) {



/* - 520px (Smartphone layout Only) END */
}

/* ----------------------------------------------------
- 960px (Smartphone Tablet layout Only)
---------------------------------------------------- */
@media (max-width: 960px) {

.details article {
    padding: 0;
}
#zeztz p {
  font-size: 1.4rem;
  line-height: 1.7;
}
#mainvis .inr{
  position: absolute;
  top:5px;
  left: 15px;
}
#mainvis h1{
  width: 100% !important;
  height: auto;
}

#mainvis .img{
  display: none;
}
#mainvis .info{
  font-size:clamp(1.6rem, 2.57vw, 3.6rem);
  color: #038581;
  text-shadow: 2px  2px 3px #ffffff,-2px  2px 3px #ffffff,2px -2px 3px #ffffff,-2px -2px 3px #ffffff,2px  0px 3px #ffffff,0px  2px 3px #ffffff,-2px  0px 3px #ffffff,0px -2px 3px #ffffff;
  margin-bottom: 8px;
}
#mainvis .room {
  padding: 2px 26px 4px;
}
#mainvis .cp{
  font-size: 1.0rem;
}
/* room */
#room{
  position: relative;
  margin-bottom: 0;
}
#room .wrapper01,#room .wrapper02{
	margin: 0 auto 0;
  padding: 0;
  flex-wrap:wrap;
}
#room .wrapper01 .img{
  width: 100%;
  margin-bottom: 30px;
}
#room .wrapper01 .text{
  width: 100%;
  margin-bottom: 20px;
  padding-top: 0px;
}
#room .wrapper01 .text .title{
  font-size: 2.4rem;
  margin:15px 0 8px;
}
#room .wrapper01 .text .type{
  display: inline-block;
  font-size: 1.4rem;
  padding: 3px 12px;
}

#room .wrapper01 p{
  font-size: 1.6rem;
  line-height: 1.8;
}
#room .wrapper02{
  margin-top: 0;
}
#room .wrapper02 .img{
  width: 80%;
  max-height: 280px;
  margin: 0 auto 0;
}
#room .wrapper02 .information{
  width: 100%;
  margin-bottom: 12px;
  z-index: 5;
}
#room .information{
  max-width: 1200px;
  margin: 0 auto 0;
  padding: 20px 10px 20px;
}
#room-area::after {
  position: absolute;content: "";
  bottom: 0;right: 0;
  margin: 0px 0 0 0;
  background:url("../img/img_zeztz_01.png") no-repeat;
  width: 300px;height: 246px;
  background-size: 300px 246px;
  z-index: 20;
}
/* goods */
#goods {
  width: 100%;
  text-align: center;
  position: relative;
	padding: 30px 10px 30px;
	z-index: 50;
}
#goods .wrapper .img{
  width: 70%;
  margin: 0 auto 35px;
}
#goods .wrapper .text{
  width: 100%;
  text-align: left;
  margin-left: 0%;
}
#goods .inr{
  margin-top: 0;
}
#goods p {
	font-size: 1.6rem;
	margin-bottom: 20px;
	text-align: left;
}
/* privilege */
#privilege{
  position: relative;
  margin-bottom: 20px;
}
#privilege .wrapper .title h2::before {
  position: absolute;content: "";
  top: -140%;left: -110%;
  margin: 0px 0 0 0;
  background:url("../img/bg_belt.png") no-repeat;
  width: 450px;height: 213px;
  background-size: 450px 213px;
  z-index: -1;
}
#privilege .wrapper .title{
  width: 90%;
  margin: 0 auto 0;
}
#privilege .wrapper .img{
  width: 90%;
  margin: -10% auto 0;
}

#privilege .inr {
  margin: 0 auto 0 auto;
  padding: 10px 10px 25px;
  position: relative;
  z-index: 20;
}
#privilege .wrapper .title picture{
  width: 40%;
  margin-top: -8%;
}
#privilege ul.list {
  width: 100%;
  margin: -40px auto 0;
}
#privilege ul.list li {
	padding: 7px 7px 7px 8px;
}
#privilege ul.list li p {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
#privilege ul.list li em {
  font-size: 2.2rem;
}
#privilege .info {
  font-size: 1.6rem;
  padding: 10px;
}

/* voice */
#voice {
	margin: 0 auto 0;
  padding:50px 10px 0px;
  position: relative;
  z-index: 30;
}
#voice .inr{
  padding: 40px 10px 40px;
}
#voice .title .text {width: 100%; text-align: center; padding-top: 0px;}
#voice .title .img {width: 80%; text-align: right; margin: 0px auto;}
#voice h2 {
  margin-bottom: 0px;
	font-size: 3.0rem;
}
#voice .list p {
  font-size: 1.3rem;
}
/* reservation */
#reservation{
  padding-top: 40px;
}
/* #reservation::before{
  border-width: 50px 0 0 100vw ;
  border-color: #FFFFFF transparent transparent transparent;
} */
#reservation .wrapper{
  margin: 0 auto 0;
  padding: 70px 0 0 0;
	flex-wrap: wrap;
}
#reservation .text {
  width: 100% !important;
  text-align: left;
}
#reservation .img {
  width: 80% !important;
	margin: 0 auto !important;
}
#reservation h2 {
	font-size:3.0rem;
  margin-bottom: 30px;
  text-align: left;
	color: #FFFFFF;
}
#reservation h2 + p {
  font-size:2.0rem;
  margin: 15px;
}

#reservation .btn a{
	width: 90%;
	max-width: 550px;
	margin: 0 4% 20px !important;
	padding:16px 44px;
}

/* - 960px (Smartphone Tablet layout Only) END*/
}
/* ----------------------------------------------------
961px- (Pc layout Only)
---------------------------------------------------- */
@media (min-width: 961px) {

  #mainvis .img{
    width: 66%;
    z-index: 1;
  }
  #mainvis .text{
    width: 56%;
    margin-right: -28%;
    padding: 100px 1% 0;
    text-align: left;
    z-index: 5;
  }
  #mainvis .info{
  font-size:clamp(1.8rem, 2.57vw, 3.6rem);
  background: linear-gradient(112deg,rgba(110, 11, 16, 1) 0%, rgba(203, 38, 40, 1) 22%, rgba(28, 165, 156, 1) 72%, rgba(1, 103, 103, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 8px;
}
#room-area::after {
  position: absolute;content: "";
  bottom: 0;right: 0;
  margin: 0px 0 0 0;
  background:url("../img/img_zeztz_01.png") no-repeat;
  width: 806px;height: 660px;
  background-size: 806px 660px;
  z-index: 20;
}

/* 961px - END*/
}
/* ----------------------------------------------------
- 1200px (Pc layout Only コンテンツ内 基本幅)
---------------------------------------------------- */
@media (max-width: 1200px) {

#goods .wrapper .text .inr{
  background-color:rgba(230,230,230,0.50);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px 15px 20px 20px;
}
	#reservation .btn a{
		width: 90%;
		max-width: 550px;
		font-size:2.2rem;
		margin: 0 auto 15px;
		padding:12px 0px;
		text-decoration:none;
		text-align: center;
	}
	.reservation-sub{
		font-size: 1.2rem;
	}

/* - 1200px (Pc layout Only) END*/
}
/* ----------------------------------------------------
961px- 1200px
---------------------------------------------------- */

@media (min-width: 961px) and (max-width: 1200px) {
#room-area::after {
  position: absolute;content: "";
  bottom: 0;right: 0;
  margin: 0px 0 0 0;
  background:url("../img/img_zeztz_01.png") no-repeat;
  width: 600px;height: 491px;
  background-size: 600px 491px;
  z-index: 20;
}

}
/* ----------------------------------------------------
1400px- 1920px
---------------------------------------------------- */

@media (min-width: 1400px) and (max-width: 1920px) {

}
/* ----------------------------------------------------
- 1920px (Pc layout Only)
---------------------------------------------------- */
@media (max-width: 1920px) {
  

/* - 1920px - END*/
}

/* ----------------------------------------------------
1921px- (Pc layout Only Wide)
---------------------------------------------------- */
@media (min-width: 1921px) {


#room-area::after {
  position: absolute;content: "";
  bottom: 0;right: auto;
  left:calc( 50% - 50px );
  margin: 0px 0 0 0;
  background:url("../img/img_zeztz_01.png") no-repeat;
  width: 806px;height: 660px;
  background-size: 806px 660px;
  z-index: 20;
}

/* 1921px - END*/
}
