.test {
    border-radius: 10px;
    color: #FCFAFC;
    font-size: large;
}

/*ヘッダーの色*/
.cl-bg-light  {
	background-color: #F4F2F2;
}

a.cl-bg-light :hover, a.cl-bg-light :focus,
button.cl-bg-light :hover,
button.cl-bg-light :focus {
  background-color: #F4F2F2 !important;
}

/*背景色*/
.cl-body {
    background-color: #3C2219;
/*	background-image: url("/images/haikei3.png");*/
}


/*ヘッダーの文字色*/
.cl-navbar-light .navbar-brand {
	color: rgba(251,245,246,0.90);
}

.cl-navbar-light .navbar-brand:hover, .cl-navbar-light .navbar-brand:focus {
  color: rgba(251,245,246,0.9);
}

.cl-navbar-light .navbar-nav .nav-link {
  color: rgba(251,245,246,0.5);
}

.cl-navbar-light .navbar-nav .nav-link:hover, .cl-navbar-light .navbar-nav .nav-link:focus {
  color: rgba(251,245,246,0.7);
}

.cl-navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(251,245,246,0.3);
}

.cl-navbar-light .navbar-nav .show > .nav-link,
.cl-navbar-light .navbar-nav .active > .nav-link,
.cl-navbar-light .navbar-nav .nav-link.show,
.cl-navbar-light .navbar-nav .nav-link.active {
  color: rgba(251,245,246,0.9);
}

.cl-navbar-light .navbar-toggler {
  color: rgba(251,245,246,0.5);
  border-color: rgba(251,245,246,0.1);
}

.cl-navbar-light .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(251,245,246,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.cl-navbar-light .navbar-text {
  color: rgba(251,245,246,0.5);
}

.cl-navbar-light .navbar-text a {
  color: rgba(251,245,246,0.9);
}

.cl-navbar-light .navbar-text a:hover, .cl-navbar-light .navbar-text a:focus {
  color: rgba(251,245,246,0.9);
}


/*メニュー画像の上の文字*/
.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example p {
  position: absolute;
  color: #1A0809;/*文字はに*/
  font-weight: bold; /*太字に*/
  font-size: 2em;/*サイズ2倍*/
  font-family :Quicksand, sans-serif;/*Google Font*/
  top: 0;
  left: 0;
	
  }

.example img {
  width: 100%;
  }



.relative { 
    position: relative; 
	width: 300px;
}
.absolute { 
    position: absolute;
	color: #1A0809;/*文字はに*/
	right: 40px; 
    bottom: 400px; 

}


.cl-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #491E1B;
}



.cl-menu-b {
    color: #FCFAFC;
    font-size: large;
    margin-top: 8px;
    margin-left: 0px;
    text-shadow: -1px -2px 3px #808080;
}

/*	メニュー文字*/
 .sample{
    position: relative;
    color: #C28C04;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin-top: 8px;
}
.sample:before,
.sample:after{
content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.sample:before {
  color:#F6DD05;
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 40%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
}
.sample:after{
  color:#fff;
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 30%, rgba(0,0,0,0.2) 36%, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.6) 45%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
}
/*	メニュー文字終わり*/

/*	メニュー文字2*/
 .sample2{
    position: relative;
    color: #C28C04;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    margin-top: 14px;
}
.sample2:before,
.sample2:after{
content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.sample2:before {
  color:#F6DD05;
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1) 40%, rgba(0,0,0,0.8) 60%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
}
.sample2:after{
  color:#fff;
  -webkit-mask-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0) 30%, rgba(0,0,0,0.2) 36%, rgba(0,0,0,0.7) 40%, rgba(0,0,0,0.6) 45%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
}
.menu_img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
.menu_space1 {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

/*
.jumbotron_cl
{   
	padding-top: 0px;
	background: url(images/bridle01.png) center no-repeat;
	background-size: cover;
	}
*/
	
.jumbotron_cl {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background: url(images/top_1.png) center no-repeat;
  border-radius: 0.3rem;
  background-size:cover;
 
	
}
.space1 {
    margin-top: 50px;
    margin-bottom: 0px;
}
.change_b_color {
    background-color: #381F16;
}
.white_cl {
    color: #F6D1D2;
    font-size: small;
}

.white_cl2 {
    color: #F6D1D2;
    font-size: 17px;
}
.space2 {
    margin-top: 10px;
}
.wtd_black {
	color: #0B0A0A;
}
.vs_large {
	color: #0C0B0B;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 0px #B1B1B1;
	font-size: 30px;
}
.vs_large2 {
	color: #0C0B0B;
	font-weight: bold;
	text-align: center;
/*	text-shadow: 2px 0px #B1B1B1;*/
	font-size: 30px;
}
.webfont {
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #090809;
	font-size: 30px;
	text-align: center;
}

.webfont2 {
/*	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	color: #090809;
	font-size: 20px;
	text-align: center;
}


@media (min-width: 576px) {
  .jumbotron_cl {
    padding: 4rem 2rem;
  }
}

.jumbotron_cl-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
	
.cl_example {/*親div*/
  position: relative;/*相対配置*/
  }

.cl_example p {
  position: absolute;/*絶対配置*/
  color: black;/*文字は白に*/
  top: 3px;
  left: 8px;
  }

.cl_example img {
  width: 100%;
  }	
	
.lead2 {
	  position: absolute;/*絶対配置*/
  font-size: 1.25rem;
  font-weight: 300;
	 top: 68px;
  left: 8px;
}

.lead3 {
	  position: absolute;/*絶対配置*/
  font-size: 1.25rem;
  font-weight: 300;
	 top: 1px;
  left: 100px;
}

.lead4 {
	  position: absolute;/*絶対配置*/
  font-size: 1.25rem;
  font-weight: 300;
	 top: 55px;
  left: 8px;
}

/*トップ画像の縦調整テスト*/
.cover-img {
	height: 600px;
	display: table;
	width: 100%;
	background-size: cover;
}

/* ワイドスクリーン用のCSS */
@media only screen and (min-width: 1500px) {
	.cover-img {
		height: 600px;
	}
}

/* タブレット用のCSS */
@media only screen and (min-width : 768px) and (max-width : 1200px) {
	.cover-img {
		height: 500px;
	}
}

/* スマホ用のCSS */
@media only screen and (max-width: 479px) {
	.cover-img {
		height: 300px;
	}
}

.cover-text {
	display: table-cell;
	vertical-align: middle;
  text-align: center;
}

/*アコーディオン*/
ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
#accordion_menu > li {
    border: #ccc 1px solid;
    margin-bottom: -1px;
}
#accordion_menu a{
    display: block;
    padding: 10px;
    color: #FBFBFB;
    text-decoration: none;
  position: relative;
}
#accordion_menu a:hover{
    background: #e7e7e7;
}
#accordion_menu a::after{
    content:"";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #666 1px solid;
    border-right: #666 1px solid;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
#accordion_menu a[aria-expanded=false]::after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-duration: 0.3s;
}
#accordion_menu a[aria-expanded=true]::after{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    transition-duration: 0.3s;
}
[id^="menu"] li{
    padding: 10px 10px 10px 20px;
}




/*リンク下線白*/

a:hover {color:black;}

a {color:black  !important;}

h7, .h7 {
  font-size: 1.08rem;
}


/*フォント変更*/
body {
  margin: 0;
/*font-family: Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;*/

  font-size: 1rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
/*  color: #212529 !important;*/
  text-align: left !important;

}


/*グーグルマップ*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.display-5 {
  font-size: 2.0em;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 2.5em;
  font-weight: 300;
  line-height: 1.2;
}


h8 {
    background-image: url(images/access1.png);
    width: 300px;
    height: 200px;
}
h8:hover {
    background-image: url(images/question3.png);	
}



/*
.gazo img:hover{
filter:alpha(opacity=80);
opacity:0.8;
}
*/

.gazo:hover{
position:relative;
top:3px;
left:3px;
}


.box{
	height: 40px;
	width:40px;
	position: fixed;
	top: 10px;
		
}
#box1 { left: 10px; background: red; }
#box2 { left: 60px; background: blue; }
#box3 { left: 110px; background: green; }




#rect {
    margin:100px auto 0;
    background:#87d3ff;
    width:100px;
    padding:20px;
    text-align:center;
    color:#fff;
}




.vs_body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 30px;
}

#wrapper {
  position: relative;
  width: 960px;
  height: 3500px;
  margin: 0 auto;
  padding: 0;
}
  
.content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  height: 800px;
}

#first  { 
  background: url(images/vi001.jpg) no-repeat; 
}
#second { 
  background: url(images/vi003.jpg) no-repeat #000;
	}
#third  { 
  background: url(images/vi004.jpg) no-repeat #000;

}
#end { 
  background: url(images/vi002.jpg) no-repeat #FFF;
}	

 
/* div#first */
.title {
  position: fixed;
  /*z-index: 10;*/
}
#first .inner {
  position: absolute;
  top: 200px;
  left: 20px;
  width: 400px;
}
/*  div#second  */
 
#second .inner {
  position: absolute;
  top: 80px;
  left: 100px;
  padding: 10px 20px;
  width: 445px; 
}
 
/* #third .inner  */
#third .inner {
  position: absolute;
  top: 0;
  padding: 10px 20px;
  color: white;
}
 
#third img {
  position: absolute;
  left: 30px;
  top: 500px;
}
 
/* div#end */
#end h2 {
  position: absolute;
  color: white;
  font-size: 4em;
  left: 50%;
  top: 180px;
  width: 300px; 
}




.pickup {

    clear:both;

/*    width:1000px;*/

    margin:0 auto;

    padding:0;
	
/*	align-content: center*/

}

 

.pickup li {

    float:left;

    margin:0 50px 0 0;

    padding:0;

    list-style:none;

}

 

.pickup li:last-child {

    margin-right:0;

}

.wtd_position {
	
	margin-bottom: -15px;
	margin-left: -17px;
}


/*グーグルマップ*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.top_vision {
	
	filter:dropshadow(color=#000000,offX= 0,offY=-1)
dropshadow(color=#000000,offX= 1,offY= 0)
dropshadow(color=#000000,offX= 0,offY= 1)
dropshadow(color=#000000,offX=-1,offY= 0);

-webkit-text-stroke-color: #000;
-webkit-text-stroke-width: 1px;

text-shadow: black 1px 1px 0px, black -1px 1px 0px,
             black 1px -1px 0px, black -1px -1px 0px;

}
 
/*ボタン*/

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #F2C5C6;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #e0b1b2;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    border-bottom: none;/*線を消す*/
}

/*
	background-position: 50% 50%;
	height: 400px;
	
*/
}
