<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">header{
    position: fixed;
    height: 70px;
    background:#FFF;
    width:100%;
    z-index: 99;
}

header h1 {
    position: absolute;
    top: -35px;
    left: 20px;
}

header h1 span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

img {
    vertical-align: bottom;
    max-width: 100%;
}

.in2 {
    display: none;
}



@media(max-width:750px) {
    header{
        height: 50px;
    }
	
	header h1 {
    position: absolute;
    top: -42px;
    left: 20px;
}
}

.Hero{
    padding-top:70px;
}

.Hero img {
    display: block;
    height: auto;
    width: 100%
}
@media(max-width:940px) {

    .BackToTop .BackToTop__Button {
        height: 72px;
        width: 63px
    }
}

@media(max-width:750px) {
    .Hero{
        padding-top:50px;
    }
}
.Hero .btn{
	position: relative;
}
.Hero .btn .btn-inner {
    width: 6rem;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    justify-content: space-around;
}

@media(max-width:750px){
	.Hero .btn .btn-inner {
		top: 10px;
		right: 5px;
	}
}
.btn .btn-inner .btn-box.jp {
    border-right: 1px solid #fff;
}

.btn .btn-inner .btn-box {
    width: 45%;
    display: flex;
    justify-content: center;
}
.btn .btn-inner .btn-box a {
    color: #fff;
	letter-spacing: .15em;
}
.btn .btn-inner .btn-box a.current {
    border-bottom: solid 1px #fff;
}

.content{
	background-color: #000;
    text-align: center;
}

.content .copy{
	color: #fff;
	font-size: 18px;
	line-height: 1.7em;
	padding: 50px 0px 50px 0px;
}
@media(max-width:750px) {
.content .copy{
	font-size: 14px;
}
}

.content p{
	padding-bottom: 50px;
}
@media(max-width:750px) {
.content p{
	width: 40%;
	text-align: left;
	padding-bottom: 30px;
}
}

.content .cont{
	/*width: 100%;*/
	position: relative;
    display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.content .cont img{
	width: 100%;
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:750px) {
.content .cont img{
	width: 92%;
	}
}

.content .cont .cont_sup{
	display: flex;
}
@media(max-width:750px) {
.content .cont .cont_sup{
	display: inline-block
}
}

.content .cont .cont_sup .sup_img {
	width: 600px; /*�糸��啤�ゃ�堺��絎�*/
	margin: 0;
	padding: 0;
	overflow: hidden;
}

@media(max-width:750px) {
.content .cont .cont_sup .sup_img {
	width: 100%;
}
}

.content .cont .cont_sup .sup_img .num{
	position: absolute;
	top: -8%;
    left: 15px;
    height: auto;
	z-index: 100;
}

@media(max-width:750px) {
.content .cont .cont_sup .sup_img .num{
	top: -4%;
    left: 60%;
}
}

.content .cont .cont_sup .sup_left {
	width: 440px;
	margin: 0;
	padding: 0;
	background-color: #FFFBEF;
	padding: 30px;
	text-align: left;
}
@media(max-width:750px) {
.content .cont .cont_sup .sup_left {
	width: 80%;
	padding: calc(100vw - 215px) 30px 30px;
    margin: -160px 0 0 0;
}
}

.content .sup_txt01{
	font-size: 20px;
	color: #C4C4C4;
	}

.content .sup_txt02{
	font-size: 35px;
	color: #3C3C3C;
	margin-bottom: 30px;
}
@media(max-width:750px) {
.content .sup_txt02{
	font-size: 25px;
}
}

.content .sup_txt03{
	font-size: 16px;
	color: #3C3C3C;
	margin-bottom: 25px;
}
.content .sup_txt03 dt{
	float: left;
}
.content .sup_txt03 dd {
    margin-left: 3em;
}

.content .sup_txt04{
	font-size: 14px;
	color: #3C3C3C;
}


.mv_u{
	position: relative;
}

.mv_u p {
  position: absolute;/*腟九���臀�*/
  color: white;
  top: 30%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
	font-size: 20px;
  }
@media(max-width:750px) {
.mv_u p {
	width: 100%;
	text-align: center;
}
}

.mv_u .btn{
	position: absolute;/*腟九���臀�*/
	width: 100%;
	padding-bottom: 50px;
	top: 130%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}




.BackToTop {
    margin: 0;
    position: relative
}

.BackToTop .BackToTop__Button {
    background: url(https://www.gardenhotels.co.jp/ginza-premier/anniversary/assets/img/common/icon_pagetop.png) 0 0/100% 100%;
    border: 0;
    bottom: 10px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 20px;
    transition: opacity .3s;
    width: 50px;
    z-index: 300
}

.-hidden.BackToTop .BackToTop__Button {
    opacity: 0;
    pointer-events: none
}

.-sticky.BackToTop .BackToTop__Button {
    position: fixed
}

.PageFooter {
	font-family: "MS Serif", "New York", "serif";
    padding: 30px 20px;
	text-align: center;
}

.PageFooter .PageFooter__Copyright {
    font-size: 12px;
    margin: 4px 0;
}
@media(max-width:750px) {
.PageFooter .PageFooter__Copyright {
	font-size: 8px;
}
}

.PageFooter img{
	width: 100%;
}

.PageFooter .f_logo{
	width: 20%;
	margin-left: auto;
	margin-right: auto;
}
@media(max-width:750px) {
.PageFooter .f_logo{
	width: 80%;
}
}
.logo_oryzae{
    margin:10px 0 0;
	display:flex;
	justify-content:center;
	align-items:center;
	height:40px;
}
.box1{
	width: 25%;
}
.box2{
	width:75%;
	font-size: 12px;
	margin-left: 8px;
  }
@media(max-width:750px) {
	.box1{
		width: 40%;
	}
	.box2{
		width:60%;
		font-size: 14px;
	  }
}

</pre></body></html>