@charset "utf-8";
/* CSS Document */



.navbar-brand {
  background: url("images/LaTour-Kyoto-A-final-2.png") no-repeat left center;
  background-size: contain;
  height: 75px;
  width: 300px;
}


@media (max-width: 500px) {
.navbar-brand {
  background: url("images/LaTour-Kyoto-A-final-2.png") no-repeat left center;
  background-size: contain;
  height: 75px;
  width: 180px;
}

}


@media (max-width: 300px) {
.navbar-brand {
  background: url("images/LaTour-Kyoto-A-final-2.png") no-repeat left center;
  background-size: contain;
  height: 75px;
  width: 120px;
}

}





/* nav-itemの文字色 */
.navbar .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
	font-weight: 700;
	
}
/* nav-item activeの文字色 */
.navbar .navbar-nav .active > .nav-link {
    color: rgba(20,20,20,1);
}
/* nav-item:focus、nav-item:hoverの文字色 */
.navbar .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(91,91,91,1.00);
}
/* ドロップダウンアイテムの文字色 */
.dropdown-item {
    color: rgba(0,0,0,1);
}

/*ナビゲーションテキストの位置*/
.navbar-nav>li>a {
    padding: 10px 20px 0px 10px;
	margin:  0px 0px 0px 30px;
}


 .jumbotron { background:url(images/bana.jpg) center no-repeat; background-size: cover;}




:root{
	
	
    font-family-sans-serif: "Roboto Condensed", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body {
    font-family: "Roboto Condensed", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
	color: 	#000000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
	/*letter-spacing: 0.07em;*/
	
}


.nav-link {
    font-family: "Roboto Condensed", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, 'Open Sans', sans-serif;
	white-space: nowrap;
	color: #000000;
	}


.navbar-light{color: #000000;}


.txt_footer_menu {
	font-size:12px;
}

.txt_s {	
	
	font-size:12px;	
	font-weight:700;
}



.txt_m {	
	font-size:14px;	
}


.txt_mb {
	font-size:14px;	
	font-weight:700;
}



.txt_l {	
	font-size:16px;	
	font-weight:700;
}


.txt_lm {	
	font-size:20px;
	font-weight:700;
}

.txt_ll {	
	font-size:24px;
	font-weight:700;
}


.txt_xl {		
	font-size:30px;
	font-weight:700;
}


.font_red {
	color: #FF0000;
}

.font_blue {
	color: #0000ff;
}

.font_orange {
	color:#F07F00;
}


/*インスタエリアリンク*/
.insta_link {
    position: relative;
    z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.insta_link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}



#top-header {
  position: sticky;
  top: 0;
  padding: 0.5rem 1rem;
  background: white;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1dce5;
  z-index: 999;
}




    html, body {
      position: relative;
      height: 100%;
    }
    body {
      margin: 0;
      padding: 0;
    }
    .swiper-container {
	  margin-top: 0px; <"!--メニューとの重なりを防ぐ--">
      width: 100%;
      height: 100%;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
 
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
    
	
	
	.swiper-slide a {
        width: 100%;
    }
    .swiper-slide img {
        width: 100%;
    }


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
background: #fff;	
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
background: #fff;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}

