<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


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

/ikenotaira-hotel/lp/gacchan/css/gacchan.css

Update:  2025-07-09 PM 01:24

- ～ 520px：スマートフォン(縦)
- ～ 960px：タブレット
- ～ 1200px：PC(コンテンツ内 基本幅)
- ～ 1920px：PC
- 1921px ～：PC Wide
====================*/



/* ----------------------------------------------------
Media query All
---------------------------------------------------- */
/* common */

#mainvs{
  max-width: 1400px;
  margin: 0 auto 0 auto;
  background:url(/ikenotaira-hotel/lp/gacchan/img/mainvs.jpg) no-repeat right;
}
#mainvs .section{
  max-width:1000px;
  height:500px;
  margin:0 auto 0 auto;
  position:relative;
}
#mainvs h1{
  width: 50%;
  position:absolute; bottom:50px;
}
#trainBox{
  background:url(/ikenotaira-hotel/lp/gacchan/img/bg01.jpg) no-repeat center bottom;
}
#trainBox .section{
  max-width:1000px;
  margin:0 auto 0 auto;
  padding:50px 10px 50px 10px;
  position:relative;
}
#trainBox .section div{
  width: 65%;
  position: relative;
}
#trainBox h2{
  width: 50%;
  position: absolute;top: 0;left: 0;
  z-index: 3;
}
#trainBox .leadTxt{
  margin-bottom: 40px;
}
#trainBox .video01{
  z-index: 0;
}

#roomBox{
  max-width: 1400px;
  margin: 0 auto 0 auto;
  background:url(/ikenotaira-hotel/lp/gacchan/img/bg02.jpg) no-repeat center top;
  background-size: cover;
}
#roomBox .section{
  max-width:1000px;
  margin:0 auto 0 auto;
  padding: 60px 10px 60px 10px;
  position:relative;
  text-align: right;
}
#roomBox h2{
  position: absolute;
  top: 0; right: 0;
  z-index: 3;
}
#roomBox .video02{
  margin: 0 0 0 auto;
  z-index: 0;
}



#landBox{
  max-width: 1400px;
  margin: 0 auto 0 auto;
  background:url(/ikenotaira-hotel/lp/gacchan/img/bg03.jpg) no-repeat center top #00AAF8;
  background-size: 100% auto;
}

#landBox .section{
  max-width:1000px;
  margin:0 auto 0 auto;
  padding: 0 10px 40px 10px;
  position:relative;
}
#landBox h2{
  width: 40%;
  margin-bottom: 0;
  z-index: 3;
}
#landBox .contents-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
#landBox .contents-wrap:nth-child(odd) {flex-direction: row-reverse;}
#landBox .contents-wrap .text {width: 40%;}
#landBox .contents-wrap .img {width: 60%;}

#landBox .video05{
  z-index: 0;
}
#landBox .video06{
  z-index: 0;
}
#landBox .video07{
  z-index: 0;
}
#eatBox{
  max-width: 1400px;
  margin: 0 auto 0 auto;
  background:url(/ikenotaira-hotel/lp/gacchan/img/bg04.jpg) no-repeat center top #1447D8;
  background-size: cover;
}

#eatBox .section{
  max-width:1000px;
  margin:0 auto 0 auto;
  padding: 250px 10px 50px 10px;
  position:relative;
}
#eatBox h2{
  position:absolute; top:-20px; left:0px;
  z-index: 3;
}
#eatBox .video08{
  display: inline-block;
  width: 48%;
  z-index: 0;
}

#eatBox .video09{
  display: inline-block;
  width: 48%;
  z-index: 0;
}

/* 動画一覧 ==== */
#listBox{
  max-width:1400px;
  margin:0 auto 0 auto;
  padding: 40px 10px 30px 10px;
  background-color:#00aaf9;
  text-align: center;
}

#listBox .section{
  margin:0 auto;
}

#listBox .listBoxInr{
  max-width:1000px;
  margin:0 auto;
}

#listBox ul{
  margin: 30px 0 0 0;
  overflow:hidden;
}
#listBox li{
  float:left;
  width: 28%;
  margin:0 0 10px 1%;
}
#listBox p{
  text-align:left;
  }
/* All END */

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



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

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

  #mainvs{
    background:url(/ikenotaira-hotel/lp/gacchan/img/mainvs.jpg) no-repeat right;
    background-size: cover;
  }
  #mainvs .section{
    height: auto;
    margin:0 auto 0 auto;
    padding: 30px 0 30px 10px;
    position:relative;
  }
  
  #mainvs h1{
    width: 45%;
    position: relative;
    top: 0;bottom:0;left: 0;
    margin: 0 0 0 0;
    }
  #trainBox{
    background:url(/ikenotaira-hotel/lp/gacchan/img/bg01.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #trainBox .section{
    max-width:1000px;
    margin:0 auto 0 auto;
    padding:20px 10px 50px 10px;
    position:relative;
  }
  #trainBox .section div{
    width: 65%;
    position: relative;
  }
  #trainBox h2{
    width: 50%;
    position: absolute;top: 0;left: 0;
    z-index: 3;
  }
  #trainBox .leadTxt{
    width: 80%;
    margin-bottom: 20px;
  }
  #roomBox{
    max-width: 1400px;
    margin: 0 auto 0 auto;
    background:url(/ikenotaira-hotel/lp/gacchan/img/bg02.jpg) no-repeat center top;
    background-size: cover;
  }
  #roomBox .section{
    max-width:1000px;
    margin:0 auto 0 auto;
    padding: 30px 10px 30px 10px;
    position:relative;
    text-align: right;
  }
  #roomBox h2{
    width: 50%;
    position: absolute;
    top: 0; right: 0;
    z-index: 3;
  }
  #roomBox .video02 img{
    width: 50%;
  }
  #landBox .video06{
    width: 45%;
    z-index: 0;
    display: inline-block;
  }
  #landBox .video07{
    width: 45%;
    z-index: 0;
    display: inline-block;
  }
  #eatBox .section{
    padding: 150px 10px 50px 10px;
    position:relative;
  }
  #eatBox h2{
    width: 40%;
    position:absolute; top:-20px; left:0px;
    z-index: 3;
  }

/* - 960px (Smartphone Tablet layout Only) END*/
}

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




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


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

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



/* - 1920px - END*/
}

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


/* 1921px - END*/
}
</pre></body></html>