@charset "utf-8";
/* CSS Document */
/*基本設定-----------------------------------------*/
html, body { height: 100%; }

body {
    font-family: "Sawarabi Mincho";
    font-size: 1em;
    color: #333333;
    line-height:1.8em;
    }

a:link {color: #333333;} 
a:visited {color: #333333;} 
a:hover {color: #000000;} 
a:active {color: #A45200;} 



/*webフォント-----------------------------------------*/
.wf-hannari { font-family: "Hannari"; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }


/*ナビ=========================================*/
.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
}
.bg-light {
    background-color: #fff !important;
}

.navbar-light .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M6 6L 24 24M24 6L6 24'/%3E%3C/svg%3E");
}


/*トップページ=========================================*/
#shihouten_title{
  width: 100%;
  height: 100vh; 
  z-index: 10;
	display: table;
  width: 100%;
}

.head_tit{
    font-size: 0.8em;
}

.start_arrow{
	text-align: center;
    position: relative;
	top:-50px;
	height: 10px;
}

/*　↓スクロール促すアニメ↓ */
.start_arrow a {
  padding-top: 60px;
}
.start_arrow a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% { -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% { -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  40% { -webkit-transform: rotate(-45deg) translate(0, 0); }
}
@keyframes sdb {
  0% { transform: rotate(-45deg) translate(0, 0); }
  20% { transform: rotate(-45deg) translate(-10px, 10px); }
  40% { transform: rotate(-45deg) translate(0, 0); }
}
/*　ページトップボタン */

#pageTop {
  position: fixed;
  bottom: 5px;
  right: 5px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  /*background-color: #fff;*/
  color: #666;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}




/*個別ページ=======================================================*/


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
	padding-bottom: 30px;
}


.row {
	width: 90%;
    margin-right: auto;
    margin-left: auto;
	margin-bottom: 100px;
}
.container2{
    text-align: center;
    background-color: #fff;
    position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 80vh;
	display: table-cell;
	vertical-align: middle;
    /*top: 800px;*/
}
.container3{
    text-align: center;
    background-color: #fff;
    position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
    /*top: 800px;*/
}

.treasure-title{
	font-size: 1.3em;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-bottom: solid  1px #000000;;
  padding-bottom: 15px;
  display:inline-block;
  margin-left: auto;
  margin-right: auto;

}
.treasure-name{
	font-size: 1.2em;
  letter-spacing: 0.1em;
}
.treasure-name2{
	font-size: 0.6em;
	margin-top: 10px;
	margin-bottom: 8px;
}
.treasure-top{
	width: 90%;
    height: 60vh;
    object-fit: cover;
	border-radius: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.treasure-main{
	margin-top: 100px;
}


.treasure-txt{
	text-align: left;
	font-size: 0.9em;
    line-height:1.7em;
	padding: 15px;
	margin-bottom: 50px;
	background-color: #ffffff;
}

.midashi1{
    font-size: 1.2em;
    line-height:1.7em;
}
.midashi2{
    font-size: 1.0em;
    line-height:1.7em;
}


.treasure-img2{
    object-fit: cover;
    display: block;
    width: 100%;
	border-radius: 5px;
}

.treasure-line{
    margin-bottom: 30px;
    border-top: thin dotted #BBBBBB;
}

.shihouten_under{
	font-size: 0.9em;
	display: table;
  width: 100%;
}

.uxlab{
    font-size: 1em;
}
.uxlab_theme{
  font-size: 1.3em;
  margin-bottom: 10px;
}

/*動きのきっかけの起点となるクラス名 はじめは非表示に*/
.fadeInUpTrigger,
.fadeInDownTrigger,
.fadeInUpTriggerOnce{
    opacity:0;
}

.back2top{
    margin-top: 100px;
    box-sizing:border-box;
}



/*++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*-----------------------------------------------------*/

.firstImg{
	height:90vh;
	color:white;
}

.mainContents{
	padding: 10px;
	background-color: white;
	color:black;
}

.lastImg{
	height:90vh;
	color:white;
}

.contentsBody {
  width: 95%;
  max-width: 620px;
  text-align: left;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* -------------------------- */

.list-group{
  flex-wrap: wrap;
  flex-direction: row;
  overflow: scroll;
  height:95vh;
  width: 100%;
}
.list-group-item{
  padding: 0.5rem 1rem;
}

