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

.navbar-brand {
  background: url("f-img/funrire_logo4.png") no-repeat left center;
  background-size: contain;
  height: 66px;
  width: 250px;
}


.top_bar{
	color: rgba(255,255,255,1);
	background-color: #000000;
	padding: 7px;
	text-align: center;
	font-family: 'Playfair Display', serif;
	font-weight: 700;
}

.top_bar a{
	color: #ffffff;
	text-decoration:none;
}









.bg-light {
  background-color: #ffffff !important;
}

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



/* nav-itemの文字色 */
.navbar .navbar-nav .nav-link {
    color: #785d28;
	font-family: 'Playfair Display', serif;
	font-size: 13px;

}
/* nav-item activeの文字色 */
.navbar .navbar-nav .active > .nav-link {
    color: #785d28;
}
/* nav-item:focus、nav-item:hoverの文字色 */
.navbar .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #785d28;
}
/* ドロップダウンアイテムの文字色 */
.dropdown-item {
    color: #785d28;
}



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



:root{
	
font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", serif;
}

body {
    font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", serif;
	
}


.main_txt{	
	text-align:left;	
	font-size:15px;
	line-height: 150%;
}

.main_txt_red{	
	text-align:left;
	color: #FF0004;
	font-size:15px;
}

.main_txt_b{	
	text-align:left;
	font-weight: 700;	
	font-size:13px;
}


.main_txt_l{	
	text-align:left;	
	font-size:16px;	
	line-height: 100%;
	color: #743D00;
}

.main_txt_lb{	
	text-align:left;	
	font-size:20px;	
	line-height: 150%;
	font-weight: 700;
	color: #743D00;
}

.main_txt_lb-22{	
	text-align:left;	
	font-size:22px;	
	line-height: 150%;
	font-weight: 700;
	color: #743D00;
}
.main_txt_lb-24{	
	text-align:left;	
	font-size:24px;	
	line-height: 150%;
	font-weight: 700;
	color: #743D00;
}


.main_txt_lb2{	
	text-align:left;	
	font-size:16px;	
	line-height: 150%;
	font-weight: 700;
	color: #743D00;
}


.main_txt_llb{	
	text-align:left;	
	font-size:20px;	
	line-height: 150%;
	color: #743D00;
}


.main_txt_s{	
	text-align:left;	
	font-size:12px;	
	font-weight: 600;
	line-height: 115%; 
	letter-spacing:0.0em;
}






.model_title_s{
	font-family: "Roboto", sans-serif;
	text-align:left;	
	font-size:20px;
	font-weight: 400;
}

.model_title{
	font-family: "Barlow Condensed", sans-serif;
	text-align:left;	
	font-size:100px;
	font-weight: 700;
	line-height:1.2em;
}



.nav-link {
    font-family: "Roboto Condensed", sans-serif;
	white-space: nowrap;
	}


.txt_title {
	font-size:15px;
	color:#7C7C7C;
	
}


.txt_atirom_footer_menu {
	font-size:12px;
}

.txt_atirom_s {	
	text-align:left;	
	font-size:12px;	
}

.txt_atirom_s2 {	
	text-align:left;	
	font-size:15px;	
}


.txt_atirom_m {
	text-align:left;	
	font-size:14px;	
	font-weight:700;
}


.txt_atirom_mb {
	text-align:left;	
	font-size:14px;	
	font-weight:700;
}

.txt_atirom_mb2 {
	text-align:left;	
	font-size:14px;	
	font-weight:900;
}



.txt_atirom_l {
	text-align:left;		
	font-size:16px;	
	
}


.txt_atirom_l {
	text-align:left;		
	font-size:16px;	
	font-weight:700;
}


.txt_atirom_ll {
	text-align:left;		
	font-size:20px;
	font-weight:700;
}


.txt_atirom_xl {
	text-align:left;		
	font-size:30px;
	font-weight:700;
}


/*インスタエリアリンク*/
.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; /* 必要であればリンク要素の重なりのベース順序指定 */
}




    html, body {
      position: relative;
      height: 100%;
    }
    body {
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      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;
}

