@charset "utf-8";

/*========= common ===============*/

body {
  font-family: 'Shippori Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1rem;
  background: #f1f1ed;
  color: #111;
  overflow-x: hidden;
}

h2{
  font-size: 1.95vw;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;

}


.object-fit-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sd {
  display: none;
}

.pc_none {
  display: none;
}

.opc :hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.ef-fade01 {
  opacity: 0;
  transition: 1s;
}

.fade01 {
  opacity: 1.0;
}

.ef-fade02 {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  transition: 2s;
}

.fade02 {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.ef-zoom {
  transform: scale(.7, .7);
  -webkit-transform: scale(.7, .7);
  transition: s;
}

.zoom {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}

.move01 {
  animation: fade 1.5s;
  animation-fill-mode: forwards;
  opacity: 1;
}

.move04 {
  animation: bottom-to-top 2s;
  animation-fill-mode: forwards;
  opacity: 1;
}


/* bottom-to-top */

@keyframes bottom-to-top {
  0% {
    opacity: 0;
    transform: translateY(50px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    /* Y軸方向に0px */
  }
}


/* fade */

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*========= header ===============*/

header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

header::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin: auto;
  background: rgba(0, 0, 0, 0.05);
  content: "";
  z-index: 99;
}

header h1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  animation: fadeout-anim 2.5s linear forwards;
}

@keyframes fadeout-anim {
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

header h1 img {
  width: 172px;
  height: auto;
  padding-bottom: 10vh;
}

header h2.fade {
  opacity: 0;
}

header h2 {
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 3.55vw;
  line-height: 1.4;
  letter-spacing: 0.3rem;
  z-index: 999;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-weight: normal;
}

header h2 span {
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.25vw;
  line-height: 1.4;
  letter-spacing: 0.3rem;
  z-index: 999;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-weight: normal;
  padding: 3%;
  background-color: rgb(0, 0, 0, 0.3);
}

header .logo-ikyu.fade {
  opacity: 0;
}

header .logo-ikyu {
  width: 80px;
  z-index: 999;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

header .logo-ikyu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .plan-link.fade {
  opacity: 0;
}

header .htl_logo.fade {
  opacity: 0;
}

header .plan-link {
  position: absolute;
  z-index: 999;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  top: 5vh;
  display: flex;
  align-items: baseline;
  width: 96%;
}

header .plan-link img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

header .htl_logo {
  position: absolute;
  top: 5vh;
  left: 5vw;
  z-index: 999;
  width: 18vw;
  padding-bottom: 10vh;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
}

header .htl_logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .plan-link .nav {
  margin-left: auto;
  display: flex;
}

header .plan-link .nav ul {
  display: flex;
  padding-right: 3em;
  text-shadow: 1px 1px 3px #111000;
  color: #ffffff;
}

header .plan-link .nav ul li a {
  font-size: 1.0rem;
  padding-right: 2em;
  text-shadow: 1px 1px 3px #111000;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.05rem;
}

header .plan-link .nav ul li a:hover {
  opacity: 0.8;
}

header .ss-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110vh;
  z-index: 1;
}

header .ss-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  z-index: 999;
}

header .ss-slider .swiper-slide.swiper-slide-00 {
background: url(https://www.img-ikyu.com/contents/dg/special/2024/00001837/image/contents-bg.jpg?auto=compress,format&lossless=0&q=75)repeat;
}

header .ss-slider .swiper-slide .caption {
  position: absolute;
  right: 20px;
  bottom: 10px;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  z-index: 999;
}

header .ss-slider .swiper-slide-active .slide-img, header .ss-slider .swiper-slide-duplicate-active .slide-img, header .ss-slider .swiper-slide-prev .slide-img {
  animation: zoomDown 10s linear 0s 1 normal both;
}

@keyframes zoomDown {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.12);
  }
}

header .ss-slider .swiper-slide img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;'
}

header .fade {
  opacity: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #fff;
}

a:hover, a:active {
  text-decoration: none;
}

.container{
  background: url(https://www.img-ikyu.com/contents/dg/special/2024/00001837/image/contents-bg.jpg?auto=compress,format&lossless=0&q=75)repeat;
}
/* ----------------- about ------------------ */

#about {
  width: 100%;
  margin: 0 auto;
  height: auto;
  padding: 150px 0 0;
  position: relative;
 
}

#about .about-inner {
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(6, 0, 0, 1) 0%, rgba(6, 0, 0, 0.804359243697479) 50%, rgba(6, 0, 0, 0.6699054621848739) 70%, rgba(6, 0, 0, 0.4598214285714286) 85%, rgba(6, 0, 0, 0) 100%);
  background-size: 100% 75%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

#about .about-inner .about-img {
  width: 100%;
  padding: 0 7.25vw;
  height: 40vh;
  position: relative;
}

#about .about-img .about-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15%;
  height: auto;
}

#about .about-img .bgimg {
  width: 100%;
  min-height: 40vh;
  height: 100%;
  object-fit: cover;
  object-position: 50% 70%;
}

#about .about-inner .about-txt {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 150px 0 150px;
}

#about .about-inner .about-txt h3 {
  width: 45%;
  padding: 0 5%;
}

#about .about-inner .about-txt p {
  width: 55%;
  padding: 0 5%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 1.15vw;
  line-height: 2.4;
  color: #fff;
}


#about .htlinfo {
  width: 100%;
}
#about .htlinfo .about-img{
  position: relative;
}
/*#about .htlinfo .about-img::before{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 65vh;
  margin: 0;
  background: rgba(17, 17, 17, 0.2);
  content: "";
  z-index: 99;

}*/
#about .htlinfo .about-img .catchtxt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.65vw;
  letter-spacing: 0.2rem;
  color: #fff;
  z-index: 999;
  text-align: center;
}
#about .htlinfo .about-img .about-slider img {
  width: 100%;
  height: 65vh;
  object-fit: cover;
}

#about .swiper-container-horizontal>.swiper-pagination-bullets, #about .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px;
}

#about .about-slider .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.5;
  outline: none;
  width: 8px;
  height: 8px;
  border-radius: 50%;
 
}

#about .about-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
#about .about-slider .swiper-slide{
  position: relative;
  width: 100%;
  height: 65vh;
}
#about .about-slider .swiper-slide .caption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #FFF;
  font-size: 16px;
  z-index: 9999;
}

#about .htlinfo .about-txt {
  width: 100%;
  padding: 60px 10.25vw 150px;
}

#about .htlinfo .sec-title {
  line-height: 1.8;
  font-size: 1.1vw;
  color: #9e9d9b;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0.4rem;
}

#about .htlinfo .about-txt .htlintro {
  display: flex;
}

#about .htlinfo .about-txt .htlintro .ttl {
  width: 40%;
}
#about .htlinfo .about-txt .htlintro .ttl {
  width: 40%;
}
#about .htlinfo .about-txt .htlintro .toguide a {
  color: #333;
  margin-top: 20px;
  padding: 1% 3%;
  background-color: rgba(0, 0, 0,0.05);
  text-decoration: none;
}
#about .htlinfo p {
  font-size: 1.25vw;
  line-height: 2;
}




/* ----------------- topics ------------------ */

#topics {
  width: 100%;
  margin: 0 auto;
  padding: 0;
 
}

#topics .topics-inner .topicimg01{
  width: 100%;
  height: 60vh;
  position: relative;
  background-color: #111;
}
#topics .topics-inner .topicimg01 .topic-slider{
  position: absolute;
  width: 100%;
  height: 100%;
 top: 0;
 left: 0;
}
/*#topics .topics-inner .topicimg01 .topic-slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

  background: linear-gradient(0deg, #060000 0%, rgba(6, 0, 0, 0.804359243697479) 50%, rgba(6, 0, 0, 0.6699054621848739) 70%, rgba(6, 0, 0, 0.4598214285714286) 85%, rgba(6, 0, 0, 0) 100%);
  background-size: 100% 22%;
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 999;
}*/




#topics .topics-inner .topicimg01 img {
  width: 100%;
  height: 100%;
object-fit: cover;
object-position: bottom;
}


#topics .topics-inner .topicimg01 .topic-slider .ttl{
display: block;
  padding-top: 5vh;
color: #fff;
letter-spacing: 0.1rem;
z-index: 9999;
}

#topics .topics-inner .topicimg01 .ttl h2 {
  font-size: 2.05vw;
  line-height: 1.6;
  margin: 0;
}
#topics .topics-inner .topicimg01 .ttl h2 span {
  color: #e08c59;
  font-size: 1.45vw;
}
#topics .sec-title {
  line-height: 1.8;
  font-size: 1.1vw;
  color: #9e9d9b;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0.4rem;
  display: inline-block;
  padding: 2px 10px;
  background: rgba(245, 245, 220, 0.212);
    }


#topics .topics-inner .topictxt{
  width: 100%;
  padding: 6vh 14.5vw 12.5vh;
  background-color: #060000;
  color: #fff;
}

#topics .topics-inner .topictxt h3{
  padding: 1vh 0;
  /* border-top: 1px solid #312929; */
  font-size: 1.65vw;
  color: #9b8357;
 
}
#topics .topics-inner .topictxt p{
  font-size: 1.15vw;
  line-height: 2;
 
}
#topics .topics-inner .topicimg02{
  width: 100%;
  padding: 0 14.5vw 100px;
  display: flex;
  background-color: #060000;
}
#topics .topics-inner .topicimg02 img{
  width: 50%;
height: auto;
max-height: 40vh;
object-fit: cover;
object-position: center;
}

/* ----------------- plan ------------------ */

#plan {
  width: 100%;
  margin: 0 auto;
  padding: 100px 7.25vw;
}

#plan .ttl h2 {
  font-size: 2.05vw;
  line-height: 2.2;
  margin-bottom: 50px;
}


#plan .sec-title {
  line-height: 1.8;
  font-size: 1.1vw;
  color: #9e9d9b;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0.4rem;
}






#plan .plan-inner {
  width: 100%;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#plan .plan-inner .plan-img{
  width: 40%;
 
}


#plan .plan-inner .plan-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#plan .plan-inner .planbox{
  width: 60%;
  padding: 5%;
}
#plan .plan-inner .planbox h3{
font-size: 1.2vw;
letter-spacing: 0.1rem;
margin-bottom: 20px;
}
#plan .planbox h3 span{
  font-size: 0.85vw;
  display: inline-block;
  color: #9e9d9b;
  font-family: "minion-pro", serif;
  margin-bottom: 10px;
}
#plan .plan-inner .planbox p{
  margin: 0 0 20px;
  font-size: 0.95vw;
  letter-spacing: 0;
  line-height: 2;
  }

/* æ–™é‡‘BOX */

.btn {
  margin: 0;
  letter-spacing: 0;
  line-height: 1.5;
}

.btn a {
  /*display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;*/
  display: block;
  width: 100%;
  /*height: 75px;*/
  padding: 8px 0 10px;
  background: #3e3c38;
  color: #ffffff;
  font-size: 1.0rem;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  text-decoration: none;
}

.btn a:hover {
  opacity: 0.8;
}

.btn b {
  font-size: 1.25rem;
  letter-spacing: 0.05vw;
}

.off {
  display: block;
  font-size: 1.25rem !important;
}

.off strong {
  font-size: 0.75rem !important;
  display: block;
}

.shousai {
  font-size: 1.0rem !important;
  display: block;
}

.shousai .ll {
  display: none !important;
}

.shousai .s {
  font-size: 0.75rem !important;
}

.after_point_rate {
  font-size: 1.25rem !important;
}


/* ----------------- map ------------------ */


/* photo gallery
	----------------------------------------------- */

#pg {
  width: 100vw;
  margin: 0 auto;
  padding: 100px 0 150px;
  background: #060000;
  color: #fff;
}

#pg .inner {}

#pg .ttl{
  padding:0 0 0 7.25vw;
}

#pg .ttl h2 {
  font-size: 2.05vw;
  line-height: 2.2;
  margin-bottom: 50px;
}


#pg .sec-title {
  line-height: 1.8;
  font-size: 1.1vw;
  color: #9e9d9b;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0.4rem;
}

#pg .ttl h3 {
  position: absolute;
  bottom: 4vw;
  left: 16vw;
  font-size: 1.45vw;
  line-height: 2.2;
  font-weight: normal;
}

#pg .ttl h3 span {
  line-height: 1.8;
  font-size: 1.1vw;
  color: #9e9d9b;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0.4rem;
}

#pg .ttl h3 span::after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background: #fff;
}

#pg.fade {
  opacity: 0;
}

#pg .heading {
  width: 22.92vw;
  padding: 0 5.21vw;
}

#pg .pg-slider {
  width: calc(100% - 7.25vw);
  padding: 0;
  margin: 0 0 0 auto;
}

#pg .pg-slider .swiper-slide {
  position: relative;
  cursor: move;
}

#pg .pg-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  ;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
}

#pg .pg-swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem 0.8rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3.2rem;
}

#pg .pg-swiper-controller .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}

#pg .pg-slider .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.5s 0s ease;
  vertical-align: top;
  background: #c9c6c6;
  margin-right: 5px;
  opacity: 1;
}

#pg .pg-swiper-controller .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: #7a7676;
}


/*#pg .swiper-scrollbar {
                /*background: rgba(255, 255, 255, .3);
              }
              .swiper-scrollbar-drag {
                background: rgba(0,0,0,.3);
              }*/

#pg .pg-slider .swiper-button-next {
  transform: translateY(-15px);
  margin-right: 20px;
}

#pg .pg-slider .swiper-button-prev {
  transform: translateY(-15px);
}

#pg .swiper-button-prev {
  position: absolute;
  top: 37%;
  left: 1.75vw;
  width: 27px;
  height: 44px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

#pg .swiper-button-next {
  position: absolute;
  top: 37%;
  right: 2vw;
  width: 27px;
  height: 44px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}


/* ----------------- access ------------------ */

#access {
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 100px;
 
}
#access .ttl{
  padding:0 0 0 7.25vw;
}

#access .ttl h2 {
  font-size: 2.05vw;
  line-height: 2.2;
  margin-bottom: 50px;
}


#access .sec-title {
  line-height: 1.8;
  font-size: 1.1vw;
  color: #9e9d9b;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0.4rem;
}

#access .ttl h3 span {
  line-height: 1.8;
  font-size: 1.1vw;
  color: #9e9d9b;
  font-family: "minion-pro", serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0.4rem;
}

#access .ttl h3 span::after {
  content: "";
  display: block;
  height: 2px;
  width: 50px;
  background: #fff;
}


/* ----------------- map ------------------ */

#gglmap {
  width: calc(100% - 14.5vw);
  margin: 0 auto;
}

.map_bg {
  width: 100%;
  padding: 40px 0;
  margin: 0 auto;
  text-align: center;
}

.map_in {
  width: 1200px;
  max-width: 100%;
  height: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.map {
  width: 100%;
  height: 500px;
  clear: both;
  border: 1px solid #fff;
}

.map_txt {
  width: 100%;
  padding: 7vh 7.25vw 3vh;
  
}
.map_txt .htlintro {
  display: flex;
  align-items: center;
  
}

.map_txt .htlintro .ttl2 {
  width: 30%;
}
.map_txt .htlintro .ttl2 h2 {
margin-bottom: 10px;
}
.map_txt .htlintro .intro-body {
  width: 70%;
          letter-spacing: 0.05rem;
}
.map_txt .htlintro .intro-body .lead {
  font-size: 1.35vw;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.8em;
}
.map_txt .htlintro .roomlist {
  margin: 0;
  font-size: 0.95vw;
  line-height: 1.9;
}
.map_txt .htlintro .roomlist > div {
  display: flex;
  margin-bottom: 0.6em;
}
.map_txt .htlintro .roomlist dt {
  width: 12em;
  flex-shrink: 0;
}
.map_txt .htlintro .roomlist dd {
  margin: 0;
  flex: 1;
  padding-left: 1em;
  text-indent: -1em;
}
.map_txt .htlintro .roomlist dd::before {
  content: "：";
}
.map_txt .htlintro .intro-body .outro {
  font-size: 0.95vw;
  line-height: 2;
  margin-top: 1.8em;
}
.map_txt .htlintro .toguide a {
  color: #333;
  margin-top: 5px;
  padding: 1% 3%;
  background-color: rgba(0, 0, 0,0.05);
  text-decoration: none;
}
.map_txt .htlintro  p {
  font-size: 0.95vw;
  line-height: 2;
}
.map_txt .htlintro  span {
  display: inline-block;
  color: #000;
  margin-top: 10px;
  margin-right: auto;
  padding: 0.3% 1%;
  border: 1px solid #9e9898;
  /*background-color: rgba(0, 0, 0,0.05);*/
  text-decoration: none;

}

.map_txt a {
  text-decoration: none;
}

.hotel_detail_name {
  display: block;
  color: #3e3c38;
  font-size: 1.85vw;
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}

.hotel_detail_name span {
  font-size: 1.1vw;
  font-weight: normal;
}

.hotel_detail_txt {
  font-size: 1.1vw;
  line-height: 2;
  text-align: left;
  width: 100%;
}

.fukid {
  font-size: 12px;
  text-align: left;
  color: #333;
  width: 350px;
  height: 100px;
}

.fukid a {
  color: #333;
  text-decoration: none;
}

.map_photo {
  width: 100px;
  height: 75px;
  float: left;
  margin: 0 10px 0 0;
  border: 0px;
}

.guide_link {
  border: 1px solid #8a8181;
  background: rgba(255, 255, 255, 0.8);
  color: #8a8181 !important;
  padding: 8px 50px;
  display: inline-block;
  text-align: center;
  margin: 30px 0 0;
  font-size: 15px;
  transition: 0.7s;
  position: relative;
}

.guide_link:hover {
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
}


/* ----------------- footer ------------------ */

#footer {
  padding: 40px 0;
  background: #3e3c38;
}

address {
  font-style: normal;
  font-size: 11px;
  color: #a2a2a2;
  padding: 10px 0 15px 0;
  text-align: center;
}


/* ----------------- Page Top ------------------ */

#toPageTop {
  position: fixed;
  bottom: 20px;
  right: 50px;
  z-index: 9999;
}

#toPageTop a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border-right: 3px solid #9e9d9b;
  border-top: 3px solid #9e9d9b;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}