@charset "UTF-8";
html { font-size: 62.5%; } 
body {
  width:100%;
  margin:0 auto; 
  padding:0; 
  text-align:left; 
  font-size: 1.6rem; 
  letter-spacing: 0.02em;
  line-height:1.8; 
  color: #333333; 
  background-color:#ffffff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}


/* ----------------- common ------------------ */

/* base */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
h1,h2,h3,h4 {
  text-align: left;
  width: 100%;
  display: block;
  font-weight: 400;
  margin: 0;
  padding:0;
}
a{
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a:hover {
	opacity: 0.8;
}
p{margin:0;}
img{vertical-align: bottom;}

/* For modern browsers */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
 
/* font */
.gothic {
  font-family: 'Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Yu Gothic local", sans-serif;
}
.serif {
  font-family: "游明朝体","Yu Mincho","YuMincho","yu-mincho-pr6n","ヒラギノ明朝 Pro","Hiragino Mincho Pro","source-han-serif-japanese",serif;}
.serif2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
.tategaki {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.ttl_main {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3em;
  margin: 0;
  width: auto;
}
.ttl_sub {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 0 0 2.08vw;
  font-family: 'Noto Serif JP','ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝 Medium', 'YuMincho Medium', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

/* 効果 */
/* フェードイン */
.list-mv01 {
  opacity: 0;
}
.mv01 {
  opacity: 1.0;
}
/* フェードイン（下から） */
.list-mv02{
  opacity: 0;
  transform: translate(0,60px); 
  -webkit-transform: translate(0,60px);
  transition: 2.5s;
}
.mv02{
  opacity: 1.0;
  transform: translate(0,0); 
  -webkit-transform: translate(0,0);
}
/*zoom*/
.move03 {
	animation: zoom 2.25s;
	animation-fill-mode: forwards;
	opacity: 1;
}
img.zoom {
	transform: scale(1.11);
}
@keyframes zoom {
	0% {
		transform: scale(1.11);
	}
	100% {
		transform: scale(1);
	}
}

/* animation delay */
.animation-delay02 {
  -webkit-animation-delay: .2s !important;
  animation-delay: .2s !important;
}
.animation-delay04 {
  -webkit-animation-delay: .4s !important;
  animation-delay: .4s !important;
}
.animation-delay08 {
  -webkit-animation-delay: .8s !important;
  animation-delay: .8s !important;
}
.animation-delay12 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}
.animation-delay16 {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}
.animation-delay20 {
  -webkit-animation-delay: 2.0s !important;
  animation-delay: 2.0s !important;
}

/* スライダー */
#topics .ryokan .tp1-slider,
#topics .ryokan .tp2-slider,
#topics .ryokan .tp3-slider  {
  position: relative;
  z-index: 1;
  overflow: hidden;
	width: 100% !important;
  height: auto !important;
  margin: 0;
}
#topics .ryokan .tp1-slider .swiper-wrapper,
#topics .ryokan .tp2-slider .swiper-wrapper,
#topics .ryokan .tp3-slider .swiper-wrapper {
	width: 100%;
  height: auto;
}
#topics .ryokan .tp1-slider .swiper-slide,
#topics .ryokan .tp2-slider .swiper-slide,
#topics .ryokan .tp3-slider .swiper-slide {
	position: relative;
	z-index: 999;
}
#topics .ryokan .tp1-slider .swiper-slide img,
#topics .ryokan .tp2-slider .swiper-slide img,
#topics .ryokan .tp3-slider .swiper-slide img {
	width: 100%;
}
  /*キャプション（共通）*/
  .swiper-caption {
    bottom: 23px;
    left: 25px;
    position: absolute;
    font-size: 1.4rem;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 5px rgba(0,0,0,0.8);
  }
  /*ボタン（共通）*/
  .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px !important;
    position: absolute;
    z-index: 9;
    display: flex;
    justify-content: center;
  }
  .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
  }
  .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    display: inline-block;
    border-radius: 100%;
    background: rgba(255,255,255,1) !important;
    opacity: 0.4 !important;
  }
  .swiper-pagination-bullet-active {
      opacity: 1 !important;
  }

  @media screen and (max-width: 1600px) and (min-width: 1001px){   
    .ttl_sub {
      font-size: 2.2rem;
      letter-spacing: 0.1em;
      margin: 0 0 2.08vw;
    }
  }

/* other */
.pc_none {
  display: none;
}

/*ボタン*/
header nav .info {
  display: flex;
  position: absolute;
  left: 130px;
  top: 35px;
}
#access .access_txt .info {
  width: 290px;
  margin-right: 50px;
  display: flex;
}
header nav .info h1{
  font-size: 2.2rem;
  margin-right: 20px;
  line-height: 1.6;
  margin-right: 20px;
  letter-spacing: 0.1em;
}
#access .access_txt h3 {
  font-size: 2rem;
  margin-right: 20px;
  letter-spacing: 0.1em;
}
header nav .btn,
#access .access_txt .btn {
  padding: 0;
}
header nav .btn a,
#access .access_txt .btn a {
  display: inline-block;
  width: 100px;
  color: #333;
  line-height: 24px;
  text-align: left;
  font-size: 1.0rem;
  letter-spacing: 0.15em;
  padding-left: 8px;
  position: relative;
  z-index: 1;
  background: #e8f1f6;
}
header nav .btn a:hover,
#access .access_txt .btn a:hover {
  opacity: 0.5;
}
header nav .btn a:after,
#access .access_txt .btn a:after {
  display: block;
  position: absolute;
  z-index: 2;
  top: calc(50% - 3px);
  right: 10px;
  width: 5px;
  height: 5px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header nav .btn a:hover:after,
#access .access_txt .btn a:hover:after  {
  right: 5px;
}


/* ----------------- head ------------------ */

header{
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* ナビゲーション */
header nav {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 999;
}
header nav ul.menu {
  position: absolute;
  top: 40px;
  right: 150px;
  z-index: 1;
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  list-style-type: none;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: flex;
}
header nav ul.menu li.link {
  padding: 0;
  margin-right: 2.08vw;
}
header nav ul.menu li.link.snone {display: none;}
header nav ul.menu li.link a {
  color: #111;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  z-index: 1;
}
header nav ul.menu li.link a:hover {
  opacity: 0.6;
}
header nav ul.menu li.link a span {
  display: block;
  font-size: 1.2rem;
  color: #ddd;
}
header nav .logo_ikyu{
  position: absolute;
  top: 35px;
  right: 45px;
  z-index: 1;
  width: 95px;
  height: auto;
}
header nav .logo_ikyu img {width: 100%;}
header nav .logo_ryokan {
  display: inline-block;
  width: 44px;
  height: 54px;
  left: 45px;
  top: 23px;
  position: absolute;
}
header nav .logo_ryokan img {width: 100%;}

/* スライダー画像 */
header .ss-slider {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  height: calc(100vh - 130px);
  z-index: 3;
}
header .ss-slider .swiper-slide {
	position: relative;
	z-index: 999;
  overflow: hidden;
}
header .ss-slider .swiper-slide img {
	width: 100%;
  height: 100vh;
	object-fit: cover;
	object-position: 50% 100%;
}
header .ss-slider .swiper-slide.swiper-slide-00 .logo.fade {
	opacity: 0;
}

@media screen and (max-width: 1600px) and (min-width: 1001px){ 
  header nav .info h1 {
    font-size: 2rem;
    margin-right: 20px;
    letter-spacing: 0.1em;
  }
  header nav .logo_ryokan {
    width: 40px;
    height: 50px;
    left: 45px;
    top: 25px;
  }
  header nav {
    height: 80px;
  }
  header nav .info {
    left: 110px;
    top: 25px;
  }
  header nav ul.menu {
    top: 30px;
    right: 140px;
    font-size: 1.4rem;
  }
  header nav .logo_ikyu {
    top: 25px;
    right: 35px;
    width: 90px;
  }
  header .ss-slider {
    height: calc(100vh - 110px);
  }
  header nav .logo_ryokan {
    left: 40px;
    top: 15px;
  }
}



/* ----------------- about ------------------ */
#about {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 3;
}
#about .intro {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 7.8125vw 0;
}
#about .intro p.txt {
  width: 100%;
  font-size: 1.7rem;
  line-height: 2.8;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1600px) and (min-width: 1401px){   
  #about .intro p.txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1001px){   
  #about .intro p.txt {
    font-size: 1.4rem;
  }
}



/* ----------------- topics ------------------ */
#topics {
  width: 100%;
  margin: 0 auto;
  padding: 0 10.9375vw 7.8125vw;
  background: rgb(232 241 246 / 60%);/*#f0f5f9*/
  position: relative;
  z-index: 1;
}
#topics .ryokan {
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 7.8125vw 0 0;
}
#topics .ryokan .swiper-container {
  width: 47.13vw !important;
  height: auto !important;
}
#topics .ryokan:nth-child(even) .swiper-container {
  width: 48vw !important;
}
#topics .ryokan .txt {
  position: relative;
  z-index: 1;
  margin-bottom: 1.5625vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#topics .ryokan:nth-child(odd) .txt{
  width: 24vw;
}
#topics .ryokan:nth-child(even) .txt{
  width: 29.87vw;
}

#topics .ryokan .txt p {
  font-size: 1.7rem;
  line-height: 2.6;
  letter-spacing: 0.02em;
}
#topics .ryokan .txt .menu {
  font-size: 1.5rem;
  list-style-type: none;
  padding: 0;
  margin: 20px 0 30px;
  letter-spacing: 0.1em;
}
#topics .ryokan .txt .menu li {
  position: relative;
  padding-left: 10px;
  margin: 0;
  line-height: 2.4;
}
#topics .ryokan .txt .menu li:before {
  content: "-　";
}
#topics .ryokan .txt .ex {
  font-size: 1.2rem;
}
#topics .ryokan.reverse {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
#topics .ryokan.reverse:nth-of-type(1) .txt {
  margin-top: 3.125vw;
  margin-bottom: 0;
}
#topics .ttl_main {
  position: absolute;
  z-index: 2;
  top: 7.8125vw;
  left: 10.9375vw;
}
#topics .ryokan .txt .ttl_sub .ex {
  display: inline-block;
  font-size: 1.2rem;
  padding: 5px 10px;
  line-height: 1;
  background: #dbe8f1;
  letter-spacing: 0.2em;
  margin-bottom: 1.875vw;
  font-weight: 400;
}
#topics .ryokan .txt .ttl_sub .ttl {
  display: block;
}

@media screen and (max-width: 1700px) and (min-width: 1601px){  
  #topics {
    padding: 0 9.375vw 7.8125vw;
  }
  #topics .ryokan:nth-child(odd) .txt{
    width: 26.4vw;
  }
  #topics .ryokan:nth-child(even) .txt{
    width: 28.87vw;
  }
  #topics .ryokan:nth-child(even) .swiper-container {
    width: 48vw !important;
  }

  #topics .ryokan .txt p {
    font-size: 1.6rem;
  }
  #topics .ttl_main {
    position: absolute;
    z-index: 2;
    left: 9.375vw;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1401px){  
  #topics {
    padding: 0 9.375vw 7.8125vw;
  }
  #topics .ryokan:nth-child(odd) .txt{
    width: 26vw;
  }
  #topics .ryokan:nth-child(even) .txt{
    width: 28.87vw;
  }
  #topics .ryokan .txt p {
    font-size: 1.5rem;
  }
  #topics .ryokan .txt .menu {
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 10px 0 20px;
  }
  #topics .ttl_main {
    position: absolute;
    z-index: 2;
    left: 9.375vw;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1001px){  
  .ttl_main {
    font-size: 2.6rem;
  }
  #topics {
    padding: 0 7.8125vw 7.8125vw;
  }
  #topics .ttl_main {
    left: 7.8125vw;
  }
  #topics .ryokan:nth-child(odd) .txt{
    width: 29vw;
  }
  #topics .ryokan:nth-child(even) .txt{
    width: 28vw;
  }
  .ttl_sub {
    font-size: 2rem;
  }
  #topics .ryokan .txt p {
    font-size: 1.4rem;
    line-height: 2.4;
  }
  #topics .ryokan .txt .menu {
    font-size: 1.3rem;
    line-height: 2.2;
  }
}



/* ----------------- plan ------------------ */
#spplan {
  width: 100%;
  padding: 14.625vw 10.9375vw;
  position: relative;
  z-index: 1;
  background: #e9f2f7;
}
#spplan::before {
  position: absolute;
  z-index: 2;
  top: 7.5625vw;
  left: -10.9375vw;
  content: "";
  width: calc(100% + 10.9375vw);
  height: calc(100% - 15.625vw);
  background: #f5f8fb;
}
#spplan .ttl_main {
  margin-bottom: 3.125vw;
  position: relative;
  z-index: 2;
}
#spplan .plan {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
#spplan .plan .plan_img {
  width: 100%;
  background: #111;
  display: flex;
  overflow: hidden;
}
#spplan .plan .plan_img img{
  width: 50%;
  vertical-align:bottom;
}
#spplan .plan .plan_txt {
  width: 100%;
  background: #fff;
  padding: 2.08vw 3.125vw 3.125vw;
  display: flex;
  justify-content: space-between;
}
#spplan .plan .plan_txt h3 {
  width: 55%;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
  #spplan .plan .plan_txt h3 .main {
    margin-bottom: 0.833vw;
    display: inline-block;
    font-size: 1.6rem;
    display: inline-block;
    padding: 9px 10px;
    background: #f1f1f1;
    letter-spacing: 0.16em;
    font-weight: 400;
  }
  #spplan .plan .plan_txt h3 .sub {
    font-weight: 400;
    display: inline-block;
    line-height: 1.8;
    font-family: 'Noto Serif JP','ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝 Medium', 'YuMincho Medium', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  }


/* 料金ボタン */
#spplan .plan .plan_txt .btn {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
a.plan_rate{
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 0 8px;
  border: 1px solid #bbaf8a;
  text-align: center;
  color: #fff !important;
  background-color: #bbaf8a;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: 1.5rem;
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Yu Gothic local", sans-serif !important;
}
a.plan_rate:hover{
  border: 1px solid #bbaf8a;
  opacity: 0.6;
  text-decoration:none;
}
.plan_rate b {
  font-size: 2.2rem;
  line-height: 1.3;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.off {
  display: block;
}
.off strong{
  font-size: 1.5rem !important;
  display: block;
}
.shousai{
  font-size: 1.5rem !important;
  line-height: 1.15;
  margin-bottom: 5px;
  display: block;
}
.shousai b{
  font-size: 2rem !important;
}
.shousai .ll{
  display: none !important;
}
.shousai .s{
  font-size:1.5rem !important;
}
.after_point_rate,.plan_rate .off b {
  font-size: 2rem !important;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


@media screen and (max-width: 1600px) and (min-width: 1401px){  
  #spplan {
    padding: 14.625vw 9.375vw;
  }
  #spplan .plan .plan_txt {
    width: 100%;
    background: #fff;
    padding: 2.8vw 3.125vw 3.125vw;
  }
  a.plan_rate {
    font-size: 1.4rem;
  }
  #spplan .plan .plan_txt h3 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1001px){  
  #spplan {
    padding: 14.625vw 7.8125vw;
  }
  #spplan .plan .plan_txt {
    width: 100%;
    background: #fff;
    padding: 2.8vw 3.125vw 3.125vw;
  }
  a.plan_rate {
    font-size: 1.3rem;
  }
  .plan_rate b {
    font-size: 2rem;
  }
  #spplan .plan .plan_txt h3 {
    font-size: 2rem;
  }
}



/* ----------------- photo gallery ------------------ */
#pg {
	width: 100%;
	margin: 0;
  padding: 7.8125vw 10.9375vw 0;
}
#pg .ttl_main {
  margin-bottom: 3.125vw;
}

#pg .pg-slider {
  width: 100%;
  padding: 0 0 60px;
}

#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 .swiper-scrollbar .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgb(157 157 157 / 100%);
  border-radius: 0;
  left: 0;
  top: 0;
}
#pg .swiper-container-horizontal>.swiper-scrollbar {
  background: rgb(157 157 157 / 30%);
  left: 0;
  width: 100%;
  height: 3px !important;
}
#pg .pg-slider .swiper-button-next {
	transform: translateY(-15px);
}

#pg .pg-slider .swiper-button-prev {
	transform: translateY(-15px);
}

@media screen and (max-width: 1600px) and (min-width: 1401px) { 
  #pg .pg-ttl .midashi {
    font-size: 5rem;
  }
  #pg {
    padding:7.8125vw 9.375vw 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1001px){  
  #pg .pg-ttl .midashi {
    font-size: 5rem;
  }
  #pg {
    padding:7.8125vw 7.8125vw 0;
  }
}


/* ----------------- access ------------------ */

#access {
  width: 100%;
  padding: 7.8125vw 10.9375vw 10.9375vw;
  position: relative;
  z-index: 1;
}
#access .ttl_main {
  margin-bottom: 3.125vw;
}

#access .access_map{
  width: 100%;
  padding: 0;
  position: relative;
  margin-bottom: 3.125vw;
}
#access .access_map .map {
  width: 100%;
  margin: 0 auto;
  height: 70vh;
}

/*詳細情報＆リンク*/
#access .access_txt {
  width: 100%;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  align-items: start;
  justify-content: center;
}
#access .access_txt .detail {
  width: calc(100% - 250px);
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: flex-start;
}
#access .access_txt .detail p {
  font-size: 1.5rem;
  line-height: 2.4;
  letter-spacing: 0.1em;
}
#access .access_txt .detail .address {
  font-size: 1.4rem;
  line-height: 2;
}
#access .access_txt .detail .logo_hotel_b img {width: 100%;}
#access .access_txt .lead {margin-bottom: 30px;}
#access .access_txt .lead p {line-height: 2;}


/* mapパーツ */
.fukid {font-size:1.2rem; text-align:left; color:#333; width:350px; height:80px;}
.fukid a {color: #333;}
.map_photo{
  width:100px;
  height:75px;
  float:left;
  margin:0 10px 0 0;
  border:0px;
}

/*to_link*/
#access .access_wp .access_txt .to_link {
  width: 100%;
  margin-bottom: 20px;
  text-align: right !important;
}
#access .access_wp .access_txt .to_link a {
  font-size: 0.833vw;
  letter-spacing: 0.04em;
  color: #333;
  text-decoration: none;
  padding: 10px 35px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#access .access_wp .access_txt .to_link a:hover {
  opacity: 0.5;
}
#access .access_wp .access_txt .to_link a:after {
  position: absolute;
  z-index: 2;
  content: "";
  border-bottom: 1px solid #bbaf8a;
  width: 15px;
  transform: rotate(45deg);
  bottom: 5px;
  right: -1px;
}
#access .access_wp .access_txt .to_link a:before {
  border-bottom: 1px solid #bbaf8a;
  z-index: 2;
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  right: 0px;
}
#access .access_wp .access_txt .to_link a:hover:after {
  right: -10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
#access .access_wp .access_txt .to_link a:hover:before {
  right: -10px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media screen and (max-width: 1600px) and (min-width: 1401px){  
  #access {
    padding: 7.8125vw 9.375vw 10.5vw;
  }
  #access .access_txt h3 {
    font-size: 1.8rem;
  }
  #access .access_txt .detail p {
    font-size: 1.4rem;
  }
  #access .access_txt .detail p br {display: none;}
}
@media screen and (max-width: 1400px) and (min-width: 1001px){  
  #access {
    padding: 7.8125vw 7.8125vw 10.5vw;
  }
  #access .access_txt .detail p {
    font-size: 1.4rem;
    line-height: 2.2;
  }
  #access .access_txt .detail p br {display: none;}
  #access .access_txt h3 {
    font-size: 1.8rem;
    margin-right: 15px;
  }
}


/* ----------------- footer ------------------ */
footer {
  width: 100%;
  padding: 3.125vw 0 0;
  background: rgb(232 241 246 / 60%);
  position: relative;
  z-index: 1;
}
footer::before {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: calc(100% + 6.25vw);
  background: #f5f8fb;
  mix-blend-mode: multiply;
}
footer .logo_ikyu_ft {
  text-align: center;
  margin-bottom: 10px;
}
footer img { 
  width: 6.25vw;
  height: auto;
}
address {
    font-style: normal;
    font-weight: 400;
    font-size: 0.625vw;
    padding: 5px 0 20px 0;
    color: #333;
    text-align: center;
}


/* ----------------- Page Top ------------------ */
#toPageTop {position:fixed; bottom:10px; right:50px;z-index: 9999;}
#toPageTop a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 35px;
  height: 35px;
  border-right: 4px solid #1a4678;
  border-top: 4px solid #1a4678;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
#toPageTop a:hover img {visibility:hidden;}

