@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 0;
  padding-bottom: 0;
  color: #333333;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-weight: 500;
  min-width: 100%;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  body {
    min-width: 1320px;
  }
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

h2, .h2 {
  font-weight: 600;
  font-size: 1rem;
}
.heading {
  margin-bottom: 2rem;
}
.heading h2{
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.lead {
  line-height: 1.8;
  font-size: 1rem;
}
.en-tit {
  font-size: 2rem;
  color: #333333;
}
.ruby {
  color: #A88E51;
}
.bottom_tit {
  color: #525F74;
}

.py-6{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 1.25rem;
  }
  .heading h2{
    font-size: 30px;
    font-weight: 400;
    line-height: 1.6;
  }
  .en-tit {
    font-size: 2.3rem;
    color: #333333;
  }
  .lead {
    line-height: 1.8;
    font-size: 1.25rem;
  }
}

.bg_yellow{
  background-color: #ffd401;
}

.bg-gohoubi {
  background-color: #A88E51 !important;
}

.bg-puchi {
  background-color: #f07261 !important;
}

.bg-shukuhaku {
  background-color: #ffc800 !important;
  color: #333333;
}

.bg-brown {
  background-color: #422c05 !important;
}
.bg-green {
  background-color: #066f04 !important;
}
.color-brown{
  color: #483406;
}

.mincho{
  font-family: 'Shippori Mincho', serif;
}

.btn-outline-primary{
  background-color: #422c05;
  border-color: #5c4111;
  color: #ffffff;
}

.btn-outline-primary:hover{
  background-color: #775821;
  border-color: #5c4111;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgb(179 153 108 / 50%);
}

.sns-area{
  font-size: 30px;
}

.sns-area a{
  color: #613a20;
}

.sns-area a:hover{
  color: #835638;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
section{
  padding: 6rem 0;
}
/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.bg-yellow{
  background-color: #ffd401;
}
.navbar-yellow .navbar-brand {
  color: #795548;
}
.navbar-yellow .navbar-brand:hover, .navbar-yellow .navbar-brand:focus {
  color: #795548;
}
.navbar-yellow .navbar-nav .nav-link {
  color: #795548;
}
.navbar-yellow .navbar-nav .nav-link:hover, .navbar-yellow .navbar-nav .nav-link:focus {
  color: rgba(121, 85, 72, 0.8);
}
.navbar-yellow .navbar-nav .nav-link.disabled {
  color: rgba(121, 85, 72, 1);
}
.navbar-yellow .navbar-nav .show > .nav-link,
.navbar-yellow .navbar-nav .nav-link.active {
  color: #613a20;
  font-weight: 600;
}
.navbar-yellow .navbar-toggler {
  color: rgba(121, 85, 72, 0.55);
  border-color: rgba(121, 85, 72, 0.1);
}
.navbar-yellow .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-yellow .navbar-text {
  color: rgba(121, 85, 72, 0.55);
}
.navbar-yellow .navbar-text a,
.navbar-yellow .navbar-text a:hover,
.navbar-yellow .navbar-text a:focus {
  color: #795548;
}
.navbar-brand{
  max-width: 150px;
}
@media (min-width: 768px) {
  .hero-wrapper,.covered ,.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    min-width: 1320px!important;
  }
}

/* CUSTOMIZE BIDEO.JS(mp4)
-------------------------------------------------- */
.overlay{
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.overlay-yellow{
  background-color: rgb(255 212 1 / 71%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-wrapper {
  position: relative;
  display: table;
  height: 90vh;
  *height: 90%;
  width: 100%;
  margin: 0 auto 0;
  /* -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5); */
}
.hero-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}
/* #video_container{
  background-image: url(./img/guide.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 89%;
} */
#video_container,
#img_container {
  overflow: hidden;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
#background_bideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  z-index: -1;
}
#video_cover {
  position: absolute;
  width: 100%; height: 100%;
  background: url('./img/img_wide_01sp.jpg') no-repeat;
  background-size: cover;
  background-position: center;
}
#play img {
  width: 100px;
}
#pause img {
  width: 90px;
}

#video_container {
  position: absolute;
  text-align: center;
  width: 100%; height: 100%;
  background: url('./img/bg_cover.png') no-repeat;
  background-size: cover;
  background-position: center;
}
#overlay {
  position: absolute;
  top: 0; right: 0; left: 0; bottom: 0;
  /* background: rgb(255 212 1 / 71%); */
  background-color: rgba(0, 0, 0, 0.2);
}

#overlay-yellow {
  position: absolute;
  top: 0; right: 0; left: 0; bottom: 0;
  background: rgb(255 212 1 / 71%);
}

#main_content {
  z-index: 2;
  position: relative;
  /* display: inline-block; */
  margin: 0 auto;
  /* Vertical center */
  top: 50%;
  transform: translateY(-50%);
}

#main_content h1 {
  text-transform: uppercase;
  mix-blend-mode: overlay;
  font-weight: 600;
  /* font-family: 'Righteous', cursive; */
  /* font-family: 'proxima-nova-condensed', Helvetica; */
  color: rgba(255, 255, 255, 0.9);
  /* font-size: 7rem; */
}

#main_content .sub_head {
  color: rgba(16, 224, 245, 1);
  font-size: 18px;
}

#main_content .info {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  margin-top: 10px;
}
#links {
  margin-top: 50px;
}

#links a {
  border: 2px solid rgba(72, 52, 6,0.2);
  border-radius: 50%;
  font-size: 12px;
  color: rgba(72, 52, 6, 1);
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  margin-right: 0;
  transition: .3s;
  line-height: 15px;
  margin-bottom: 2rem;
}
#links a:hover {
  border: 2px solid rgba(72, 52, 6,0.9);
}

@media (min-width: 768px) {
  #video_controls {
    display: none;
  }
  #main_content h1 {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.64);
    /* font-size: 13rem; */
    line-height: .8;
    /* text-align: left; */
  }
  .hero-wrapper{
    height: 100vh;
    *height: 100%;
    margin-bottom: 6rem;
  }
}

@media (min-width: 1600px) {
  #background_bideo {
    height: auto;
  }
}
/* SCROLL
-------------------------------------------------- */
[id*="sec"] {
  padding-top: 55px;
  margin-top: -55px;
}

/* BLOCK　CONTENT
-------------------------------------------------- */
  .new-mark {
    color:red;
    font-size: 100%;
    display: inline-block;
    margin-right: 5px;
  }
  .time {
    font-size: 100%;
    display: inline-block;
    margin-right: 10px;
  }

  .block {
  	width:			100%;
  	/* height:			100vh; */
  	overflow:		hidden;
  	/* margin:			10px 8px 10px 16px; */
  	position:		relative;
  }
  .block .caption {
  	font-size:		130%;
  	color:			#fff;
  	padding-top:		80px;
  	padding-left:		100px;
    overflow: hidden;
  }
  .block .overlay {
  	width:			100%;
  	height:			100%;
  	position:		absolute;
  	top:			0;
  	left:			0;
    overflow: hidden;
  	background-color:	rgba(0,0,0,0.3);
  	-webkit-transition:	all 0.4s ease;
  	transition:		all 0.4s ease;
  	-webkit-transform:	scale(1);	/* 大きさを０にして表示しない */
  	transform:		scale(1);
  }
  .block:hover .overlay {
  	-webkit-transform:	scale(0.93, 0.9);	/* 大きさを１にして表示する */
  	transform:		scale(0.93, 0.9);
    background-color:	rgba(17, 41, 122, 0.8);
  }
  .block_body{
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 3rem 2rem;
    z-index: 10;
    color: #ffffff;
    overflow: hidden;
  }
  .block_body>a{
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 100%;
  }
  .block-wide .block_body{
    padding: 6rem 4rem;
  }
  .overlay.color-red{
    background-color:	rgba(233, 10, 103, 0.4);
  }
  .overlay.color-green{
    background-color: rgba(7, 180, 97, 0.4);
  }
  .overlay.color-yellow{
    background-color:	rgba(227, 192, 8, 0.4);
  }
  .overlay.color-purple{
    background-color:	rgba(7, 180, 97, 0.4);
  }
  .overlay.color-blue{
    background-color:	rgba(7, 180, 97, 0.4);
  }

  .meta-time {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 1rem;
  }
  .block .lead{
    font-size: 1rem;
    font-weight: 300;
  }
  /* Sustainability */
  .susta-block {
    text-align: center;
  }
  .susta-block:hover .overlay {
    -webkit-transform:	scale(0.98, 0.9);	/* 大きさを１にして表示する */
    transform:scale(0.98, 0.9);
    background-color:	rgba(5, 71, 40, 0.9);
  }
  .susta-block {
    text-align: center;
  }
  .susta-block .block_body{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 11.2rem;
  }
  .sp{display: block;}
  .pc{display: none;}
  @media (min-width: 576px){
    .block_body,
    .block-wide .block_body{
      padding: 0;
      position: absolute;
      width: 80%;
      height: 70%;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
    }
    .block .lead{
      font-size: 1rem;
      font-weight: 300;
    }
    /* Sustainability */
    .susta-block .block_body{
      width: 80%;
      height: 4.2rem;
    }
    .sp{display: block;}
    .pc{display: none;}
  }
  @media (min-width: 768px) {
    .block_body{
      width: 100%;
      height: 100%;
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      padding: 5rem 3rem;
      z-index: 10;
      color: #ffffff;
      overflow: hidden;
    }
    /* Sustainability */
    .susta-block .block_body{
      width: 80%;
      height: 13.2rem;
    }
    .block .lead{
      font-size: 1rem;
      font-weight: 300;
    }
    .sp{display: none;}
    .pc{display: block;}
  }
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
.marketing .col-md-4,
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
/* rtl:begin:ignore */
.marketing .col-md-4 p ,
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */

/* information
------------------------- */
.list-group-flush > .list-group-item{
  padding-top: 15px;
  padding-bottom: 15px;
}
/* message
------------------------- */
.message{
  background: url('./img/bg_satin.png') no-repeat;
  background-size: cover;
  background-position: center;
}
/* Featurettes
------------------------- */

.featurette-divider {
  margin: 2rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


@media (min-width: 768px) {
  /* スクロールをして可視範囲になったら要素がふわっと表示 */
  /* .scl-fadein {
    opacity : 0;
    transform : translate(0, 100px);
    transition : all 1s;
  }

  .scl-fadein.active{
    opacity : 1;
    transform : translate(0, 0);
  } */
  .featurette-divider {
    margin: 5rem 0;
  }
}
/* ALBUM CSS
-------------------------------------------------- */
.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  /* background-color: #fff; */
}
.jumbotron .lead{
  margin-bottom: 2rem;
  line-height: 1.3;
  font-size: 105%;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .jumbotron .lead{
    margin-bottom: 2rem;
    line-height: 2;
    font-size: 170%;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
  margin-bottom: 4rem;
}

.jumbotron .container {
  max-width: 40rem;
}


.comingsoon{
  background: #ffe66a;
  border-radius: 10px;
  padding: 1.5rem;
}
.comingsoon h5{
  font-size: 34px;
  margin-bottom: 2rem;
}
.comingsoon .lead{
  font-size: 14px;
}
@media (min-width: 768px) {
  .comingsoon h5{
    font-size: 56px;
    margin-bottom: 2rem;
  }
  .comingsoon .lead{
    font-size: 20px;
  }
}
/* Covered　CONTENT
-------------------------------------------------- */
.covered {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 0;
  margin-bottom: 0;
  background-color: #fff;
  overflow: hidden;
}

.covered.gold{
  background-color: #e6ddd2;
}
.covered.lt-gold{
  background-color: #ebe7e1;
}
.covered p:last-child {
  margin-bottom: 0;
}

.covered h1 {
  font-weight: 300;
}

.covered .container {
  /* max-width: 40rem; */
}
.covered .card{
  border-radius: 0;
  border: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.card_transparent{
  background-color: rgba(255, 255, 255, 0.8);
}
.thum-card {
  position: relative;
  z-index: 0;
  width: 100%;
  min-width: 100%;
}
.thum-card .card{
  border: 0;
}
.card-body{
  min-height: 320px;
}
.card-body h3{
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.card-body h3 span{
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.card-text{
  font-weight: 400;
  line-height: 1.6;
}
.card-body{
  padding: 1.9rem;
}

.text_body h3{
  font-size: 20px;
}

.bg-offwht{
  background-color: #F6F6F6;
  padding: 1rem 0;
}
.list-group-item{
  font-size: 14px;
  background-color: transparent!important;
}
.list-group svg{
  color: #A88E51;
  display: inline-block;
  margin-right: 5px;
}
.button svg{
  display: inline-block;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .covered {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .bg-offwht{
    background-color: #F6F6F6;
    padding: 2rem;
  }
}
/* button
------------------------------*/
.button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
  font-size: 14px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.common_button {
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 3px solid #525F74;
	color: #525F74;
	line-height: 2;
	overflow: hidden;
}
.common_button:hover {
	color: #fff;
}
.common_button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.common_button:hover::after {
	top: 0;
	background-color: #525F74;
}

.gold_button {
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: #fff;
	border: 3px solid #B69E56;
	color: #B69E56;
	line-height: 50px;
	overflow: hidden;
}
.gold_button:hover {
	color: #fff;
}
.gold_button::after {
	top: -100%;
	width: 100%;
	height: 100%;
}
.gold_button:hover::after {
	top: 0;
	background-color: #B69E56;
}

.radius_button {
	width: 100%;
	border-radius: 30px;
	background-color: #B69E56;
	color: #fff;
	line-height: 50px;
}
.radius_button:hover {
	background-color: #998444;
	color: #fff;
}

footer {
  padding: 3rem 0;
  /* background-color: #eeeeee; */
}
@media (min-width: 768px) {
  .thum-card {
    position: absolute;
    z-index: 0;
    width: 100%;
    min-width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  footer {
    padding: 6rem 0;
    /* background-color: #eeeeee; */
  }
  .card_transparent{
    background-color: transparent!important;
  }
  .common_button {
  	width: 100%;
  	position: relative;
  	z-index: 2;
  	background-color: #fff;
  	border: 3px solid #525F74;
  	color: #525F74;
  	line-height: 50px;
  	overflow: hidden;
  }
}


.copyright{
  font-size: 13px;
}
.float-end a{
  border: 2px solid rgba(72, 52, 6,0.2);
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  background-color: rgba(72, 52, 6, 1);
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  margin-right: 0;
  transition: .3s;
  line-height: 15px;
  margin-bottom: 2rem;
}

/* search_item
--------------------------------------------------- */
.search_item {
	display: inline-block;
	padding: 3px;
	cursor: pointer;
  transition: .3s;
}
.search_item.is-active {
	color: white;
	background-color: black;

}
.search-box_label {
	font-weight: bold;
}
.is-hide {
	display: none;
}
.course_body ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.course_body ul li{
  list-style: none;
}
.search-course{
  margin-bottom: 1.5rem;
}
.search-city{}


.radio-inline__input {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.radio-inline__label {
  display: inline-block;
  padding: 0.5rem .5rem;
  margin-right: 0px;
  font-size: 12px;
  border-radius: 3px;
  transition: all .2s;
}

.radio-inline__input + .radio-inline__label {
    background: #eeeeee;
}
.radio-inline__input:hover + .radio-inline__label:hover {
    background: #666666;
    color: #ffffff;
    cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
}
.radio-inline__input:checked + .radio-inline__label {
    background: #666666;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0,0,0,.7);
    cursor: pointer;
}

.radio-inline__input:focus + .radio-inline__label {
    outline-color: #cccccc;
    outline-offset: -2px;
    outline-style: auto;
    outline-width: 5px;
}


.radio-inline__input.blue + .radio-inline__label.blue {
    background: #f4b1a8;
}
.radio-inline__input.blue:hover + .radio-inline__label.blue:hover {
    background: #f07261;
    color: #ffffff;
}
.radio-inline__input.blue:checked + .radio-inline__label.blue,
.radio-inline__input.blue:focus + .radio-inline__label {
    background: #f07261;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0,0,0,0);
}

.radio-inline__input.golds + .radio-inline__label.golds {
    background: #ecd8ab;
}
.radio-inline__input.golds:hover + .radio-inline__label.golds:hover {
    background: #A88E51;
    color: #ffffff;
}
.radio-inline__input.golds:checked + .radio-inline__label.golds,
.radio-inline__input.golds:focus + .radio-inline__label.golds {
    background: #A88E51;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0,0,0,0);
}

.radio-inline__input.green + .radio-inline__label.green {
    background: #ffea90;
}
.radio-inline__input.green:hover + .radio-inline__label.green:hover {
    background: #ffcf01;
    color: #ffffff;
}
.radio-inline__input.green:checked + .radio-inline__label.green,
.radio-inline__input.green:focus + .radio-inline__label.green {
    background: #ffcf01;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0,0,0,0);
}


.radio-inline__input.citys + .radio-inline__label.citys {
    background: #cccccc;
}
.radio-inline__input.citys:hover + .radio-inline__label.citys:hover {
    background: #333333;
    color: #ffffff;
}
.radio-inline__input.citys:checked + .radio-inline__label.citys,
.radio-inline__input.citys:focus + .radio-inline__label.citys {
    background: #333333;
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0,0,0,0);
}
.table th{

}
footer.bg-brown{
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .radio-inline__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin-right: 18px;
    font-size: 16px;
    border-radius: 3px;
    transition: all .2s;
  }
  footer.bg-brown{
    margin-top: 6rem;
  }
}

/* RESPONSIVE CSS Store
-------------------------------------------------- */
.head-title{
  background: url('./img/bg_cover.png') no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.head-title h1{
  font-size: 24px;
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 1.5rem 0;
}

.pickup{
  margin: 0 0 2rem;
  padding: 20px;
  /* background-color: #f1f1f1; */
  border: 1px solid #066f04;
}
.pickup .lead{
  margin: 0 ;
  font-size: 110%;
  color: #066f04;
  line-height: 1.3;
}


.info span{
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.info.list-group-flush > .list-group-item:last-child{
  border-bottom-width: thin;
}

@media (min-width: 768px) {
  .head-title h1{
    font-size: 36px;
    position: relative;
    z-index: 3;
    text-align: center;
    margin: 0;
  }
  .pickup .lead{
    margin: 0 ;
    font-size: 130%;
    color: #066f04;
    /* line-height: 1.6; */
  }
  .info span{
    width: 10%;
    display: inline-block;
    margin-bottom: 0;
  }
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 4rem;
  }
}
