@charset "utf-8";
.marker-animation.active {
  background-position: -100% .5em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 255, 255) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 255, 255) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 255, 255) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 255, 255) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255, 255, 255) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease;
}
#top-container {
  background: #1E0D06;
}
/*------------- top_main -------------*/
#alltop_main {
  padding: 2rem 1.5rem 1rem;
  height: 100vh;
}
#sp_main {
  width: 92%;
  margin: auto;
  text-align: center;
}
#alltop_main h1, #alltop_main h2 {
  text-align: center;
  color: #1E0D06;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: .8rem;
}
#alltop_main h1{
	font-size: .1rem;
	margin: 0!important;
}
#alltop_main h2 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: .8rem;
  color: #fff;
  line-height: 1.6;
	text-align: left;
}
#alltop_main h2 span{
	display: block;
	font-size: 1rem;
	font-weight: bold;

	padding-bottom: .5rem;
	margin-bottom: 0;
	text-align: center;
}
@media only screen and (min-width : 370px) { /*iphone6*/
	#alltop_main {
  padding: 3rem 1.5rem 1rem;
}
	#alltop_main h2 {
  font-size: .85rem;
}
#alltop_main h2 span{
	font-size: 1.1rem;
	padding-bottom: .5rem;
}
}
@media only screen and (min-width : 410px) { /*iphone6 plus*/
}
@media only screen and (min-height : 800px) { /*iphone X*/
}
@media only screen and (min-width : 768px) {}
@media screen and (min-width: 768px) and (orientation:portrait) { /* 縦向き */
  #alltop_main {
    height: 55vh;
  }
	#alltop_main h2 {
	text-align: center;
}
	#alltop_main h2 span{
	font-size: 1.2rem;
	padding-bottom: 1rem;
}
}
@media only screen and (min-width : 1024px) {
  #left_side {
    position: fixed;
    padding: 4rem 2rem 0;
    height: 100vh;
	  z-index: 100;
	  background: #1E0D06;
  }
		#left_side h1{
		max-width: 150px;
	}
  #left_side ul {
    position: absolute;
    bottom: 10%;
    line-height: 2.2;
	    font-family: 'Halis GR regular', sans-serif;
  }
	#left_side ul li{
		font-size: .85rem;
	}
  #left_side ul li a {
    color: #fff;
  }
  #left_side ul li.sns_li {
    display: inline-block;
    padding-top: 2rem;
    font-size: 140%;
    padding-right: .75rem;
  }

  #right_side {
    padding-left: 20% !important;
    padding-right: 2rem;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #alltop_main {
    position: relative;
    padding-top: 4rem;
  }
  #alltop_main h2 {
	  text-align: center;
    position: absolute;
    right: 4rem;
    bottom: 5rem;
    font-size: 1.1rem;
    background: #000;
    padding: 1.5rem 2rem;
  }
	#alltop_main h2 span{
	font-size: 1.3rem;
	padding-bottom: 1.5rem;
}
}
@media only screen and (min-width : 1300px) {
	  #alltop_main h2 {
		      right: 5rem;
    bottom: 6rem;
    font-size: 1.2rem;
    padding: 1.5rem 3rem;
  }
	#alltop_main h2 span{
	font-size: 1.5rem;
}
}
@media only screen and (min-width : 1500px) {
	  #alltop_main h2 {
    bottom: 5rem;
    font-size: 1.3rem;
    padding: 2rem 4rem;
  }
	#alltop_main h2 span{
	font-size: 1.6rem;
}
}
/*------------- news -------------*/
#news {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}
#news h2 {
  text-align: center;
  font-size: 2rem;
  font-family: 'Halis GR Bold', sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 1.5rem;
  position: relative;
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
#news h2:before, #news h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 25%;
  height: 1px;
  background-color: #fff;
}
#news h2:before {
  left: 0;
}
#news h2:after {
  right: 0;
}
#news .container {
  width: 90%;
  margin: 1rem auto;
}
#news h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.5rem;
	color:#fff; 
}

#news dt, #news .more a {
  font-family: 'Halis GR Regular', sans-serif;
  color: #C6B29C;
  font-size: .8rem;
}
#news .more {
  text-align: right;
}
#news .more a {
  background: #C6B29C;
  color: #534741;
  padding: .25rem 1rem;
  border-radius: 20px;
}
#news dt {
  border-bottom: 1px solid #fff;
  padding-bottom: .5rem;
}
#news .post::before{
	content: '全体';
}

#news .kisarazu-info::before{
	content: '木更津店';
}
#news .etowa-info::before{
	content: '会と話店';
}
#news .pj_list::before{
	content: 'プロジェクト';
}
#news .category{
	background: #C7B299;
	color: #42210B;
		font-size: .8rem;
	padding: .25rem .5rem;
	margin-right: .5rem;
	font-weight: bold;
}
#news dd {
  padding-top: .5rem;
}
#news dd a {
  font-size: .9rem;
  color: #fff;
  line-height: 2.2;
}
#news .kisa_shop h3, #news .kisa_shop h4 {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1.25rem;
}
#news .kisa_shop h4 {
  font-family: 'Halis GR Regular', sans-serif;
  margin-bottom: 3rem;
  line-height: 1.4;
}
#news .kisa_shop a{
	color: #fff;
}
@media only screen and (min-width : 370px) { /*iphone6*/
}
@media only screen and (min-width : 410px) { /*iphone6 plus*/
}
@media only screen and (min-width : 768px) {
  #news h2 {
    margin-bottom: 3rem;
  }
  #news h2:before, #news h2:after {
    width: 35%;
  }
}
@media only screen and (min-width : 1024px) {
  #news .kisa_shop {
    padding: 0 1.5rem;
  }
  #news .kisa_shop h3, #news .kisa_shop h4 {
    font-size: 1rem;
    margin-top: 1rem;
  }
}
@media only screen and (min-width : 1300px) {
	#news{
		padding-bottom: 6rem;
	}

}
/*------------- mission -------------*/
#mission .mission_img {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#mission .mission_img span {
  position: absolute;
  top: 0;
  left: .5rem;
  width: 40px;
  z-index: 10;
}
#mission .mission_txt {
  margin: auto;
  margin-top: -3rem;
  margin-bottom: 2rem;
  background: rgba(0, 0, 0, .8);
  padding: 1.5rem;
  color: #fff;
  width: 85%;
  text-align: center;

}
#mission .mission_txt h2 {
	  font-family: 'Noto Sans JP', sans-serif;
		font-weight: bold;
  font-size: 1.4rem;
  position: relative;
  margin-bottom: 3rem;
  width: 100%;
}
#mission .mission_txt h2::after {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
}

#mission .brwn_btn {
  text-align: center;
  margin: 3rem auto;
}
#mission .brwn_btn a {
  color: #42210B;
  font-weight: bold;
  background: #C7B299;
  padding: .75rem;
  border-radius: 5px;
}
#pattern {
  width: 95%;
  margin: auto;
}
#pattern h3 {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2rem;
	font-weight: bold;
}

#pattern p {
  color: #fff;
  font-size: .9rem;
}
#pattern p.circle {
  text-align: center;
  color: #fff;
}
#pattern img {
  text-align: center;
  margin: 0 auto;
}
#pattern p.circle img {
  max-width: 85%;
}
.pattern_tit {
  border-bottom: 1px solid #603813;
  color: #603813;
  font-family: 'Halis GR bold';
  margin-bottom: 1rem;
}
.pattern_tit .num {
  font-size: 1.6rem;
  border-right: 1px solid #603813;
}
.pattern_tit h2 {
  font-size: 1.1rem;
  color: #fff;
  line-height: 1.6;
}
.pattern_tit h2 span {
  font-size: 80%;
}
#pattern .btn {
  text-align: center;
  margin: 2rem auto 3rem;
  width: 100%;
  border: 2px solid #fff;
}
#pattern .btn a {
  padding: 1rem;
  color: #fff;
  line-height: 2;
}
#pattern .btn a:hover {
  background: rgba(255, 255, 255, .2);
}
@media only screen and (min-width : 370px) { /*iphone6*/
}
@media only screen and (min-width : 410px) { /*iphone6 plus*/
}
@media only screen and (min-width : 768px) {
  #mission {
    padding-top: 5rem;
  }
  #mission .container {
    width: 90%;
  }
  #mission .mission_img {
    padding-left: 5rem;
  }
  #mission .mission_txt {
    margin-top: 1.5rem;
    margin-left: -3rem;
    margin-right: 0;
  }
  #mission .mission_txt h2 {
    font-size: 1.2rem;
  }
  #mission .mission_img span {
    top: 0;
    left: 3rem;
  }
  #pattern {
    width: 70%;
    margin: auto;
  }
  .pattern_tit {
    margin: 1.5rem auto;
  }
  .pattern_tit .num {
    font-size: 1.8rem;
  }
  .pattern_tit h2 {
    font-size: 1.2rem;
    padding-left: 1rem;
  }
  .kisarazu_sign {
    margin: auto;
  }
  #pattern .btn {
    border: none;
  }
  #pattern .btn a {
    border-radius: 5rem;
    padding: 1rem;
    border: 2px solid #fff;
  }
}
@media only screen and (min-width : 1024px) {
  #mission .container {
    width: 95%;
  }
}
@media only screen and (min-width : 1300px) {
	#mission{
		padding-bottom: 6rem;
	}
  #mission .mission_img span {
    top: 0;
    left: 3rem;
    width: 60px;
  }
  #mission .mission_txt {
    padding: 4rem 2rem 2rem;
  }
  #mission .mission_txt h2 {
    font-size: 1.4rem;
  }
  #pattern h3 {
    font-size: 1.6rem;
    margin: 3rem auto;
  }
  .pattern_tit {
    margin: 4rem auto 2rem;
  }
  .pattern_tit .num {
    text-align: center;
  }
  .pattern_tit h2 {
    font-size: 1.6rem;
  }
  #pattern p {
    font-size: 1.1rem;
    margin-top: 1rem;
  }
}
@media only screen and (min-width : 1900px) {
	  .pattern_tit h2 {
    font-size: 1.8rem;
  }
}
/*------------- project -------------*/
#project {
  padding-bottom: 3rem;
}
#project .pj_dtl {
  background: #534741;
  padding: 1rem;
}
#project .pj_dtl h2 {
  font-size: 1rem;
  color: #fff;
  text-align: left;
  font-weight: bold;
	line-height: 1.6;
}
#project .pj_dtl h2.tit {
	font-size: 130%;
	text-align: center;
}
#project .pj_dtl ul {
  width: 95%;
  margin: 2.5rem auto;
}
#project .pj_dtl ul li{
	position: relative;
}

#project .pj_dtl ul li .new-mark {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -20px;
  top: -25px;
}
.object-fit-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE*/
}


#project .pj_dtl h3, #project .pj_dtl h4, #project .pj_dtl h5 {
  font-size: 1rem;
  color: #fff;
  border-top: 1px solid #fff;
  margin: .5rem auto;
  padding: .5rem .15rem .25rem;
}
#project .pj_dtl h4, #project .pj_dtl h5 {
  font-size: 85%;
  text-align: center;
}
#project .pj_dtl h4{
	margin-bottom: 2rem;
}
#project .pj_dtl .brwn_btn {
  text-align: center;
  margin: 3rem auto;
}
#project .pj_dtl .brwn_btn a {
  color: #42210B;
  font-weight: bold;
  background: #C7B299;
  padding: 1rem;
  border-radius: 5px;
}
@media only screen and (min-width : 410px) { /*iphone6 plus*/
}
@media only screen and (min-width : 768px) {
	#project .pj_dtl h2 {
  font-size: .8rem;
}
#project .pj_dtl h3, #project .pj_dtl h4, #project .pj_dtl h5 {
  font-size: .8rem;
  padding: .5rem 0 .25rem;
}
}
@media only screen and (min-width : 1024px) {
		#project .pj_dtl h2 {
  font-size: 1rem;
}
#project .pj_dtl h3, #project .pj_dtl h4, #project .pj_dtl h5 {
  font-size: 1rem;
  padding: .5rem .25rem .25rem;
}
}
@media only screen and (min-width : 1300px) {
  #project .pj_dtl {
    padding: 3rem;
  }
}
/*------------- barista -------------*/
#barista{
	padding-bottom: 5rem;
}
#barista h2 {
  font-family: 'Halis GR bold', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
}
#barista h2 span {
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: .7rem;
}
#barista h3, #barista h4 {
  text-align: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.7;
}
#barista h3 span {
  font-size: 70%;
  display: inline-block;
  padding-left: .5rem;
}
#barista h4 {
  border-top: 1px solid #C7B299;
  border-bottom: 1px solid #C7B299;
  padding: .75rem .5rem;
}
#barista p {
  margin: 2rem auto;
  font-size: .9rem;
  color: #fff;
}
#barista .brwn_btn {
  text-align: center;
  margin: 3rem auto;
}
#barista .brwn_btn a {
  color: #42210B;
  font-weight: bold;
  background: #C7B299;
  padding: 1rem;
  border-radius: 5px;
}
@media only screen and (min-width : 768px) {
  #barista .container {
    width: 70%;
  }
  #barista h3 span.en {
    display: block;
  }
  #barista h4 {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 1024px) {}
@media only screen and (min-width : 1200px) {
	#barista h2 {
  font-size: 1.8rem;
}
}
@media only screen and (min-width : 1500px) {
	#barista{
		padding-bottom: 8rem;
	}
	#barista h2 {
  font-size: 2rem;
}
}
/*------------- history-------------*/


#history .history_img {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
#history .history_img span {
  position: absolute;
  top: 0;
  left: .5rem;
  width: 40px;
  z-index: 10;
}
#history .history_txt {
  margin: auto;
  margin-top: -3rem;
  margin-bottom: 2rem;
  background: rgba(0, 0, 0, .8);
  padding: 1.5rem;
  color: #fff;
  width: 85%;
  text-align: center;
}
#history .history_txt h2 {
  font-size: 1.2rem;
	line-height: 1.6;
  position: relative;
  margin-bottom: 3rem;
  width: 100%;
	  font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
}
#history .history_txt h2::after {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
}

#history .brwn_btn {
  text-align: center;
  margin: 3rem auto;
}
#history .brwn_btn a {
  color: #42210B;
  font-weight: bold;
  background: #C7B299;
  padding: .75rem;
  border-radius: 5px;
	margin: auto;
}


@media only screen and (min-width : 768px) {
	#history{
		padding-top: 4rem;
	}
	#history .container{
		width: 80%;
		margin: auto;
	}
	#history .history_txt{
		padding: 2rem;
	}
	#history .history_txt h2{
		font-size: 1rem;
	}
	#history .history_txt p{
		font-size: .9rem;
		text-align: left;
	}
	#history .brwn_btn {
		text-align: center!important;
		margin: 2rem auto;
	}
  #history .history_img span {
    top: 0;
    left: -1rem;
  }
}
@media only screen and (min-width : 1024px) {

}
@media only screen and (min-width : 1300px) {
	#history .history_txt{
		padding: 3rem;
	}
	#history .history_img span {
  top: 0;
  left:-1rem;
  width: 50px;
}
		#history .history_txt h2{
		font-size: 1.3rem;
	}
}
@media only screen and (min-width : 1500px) {
	#history .history_txt h2{
		font-size: 1.6rem;
	}
	#history .history_txt p{
		font-size: 1.1rem;
		text-align: left;
		line-height: 1.6;
}
}

/*------------- media_blog -------------*/
#media_blog {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
#media_blog h2 {
  text-align: center;
  font-size: 1rem;
  font-family: 'Halis GR Bold', sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 1.5rem;
  position: relative;
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
#media_blog h2:before, #media_blog h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30%;
  height: 1px;
  background-color: #fff;
}
#media_blog h2:before {
  left: 1%;
}
#media_blog h2:after {
  right: 1%;
}
#media h3 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 1.5rem;
	color:#fff; 
}
#media dt, #media_blog .more a {
  font-family: 'Halis GR bold';
  color: #C6B29C;
  font-size: .8rem;
}
#media_blog .more {
  text-align: right;
  margin-bottom: 1.5rem;
}
#media_blog .more a {
  background: #fff;
  color: #534741;
  padding: .25rem 1rem;
  border-radius: 20px;
}
#media dt {
  border-bottom: 1px dotted #C6B29C;
}
#media dd {
  padding-top: .5rem;
}
#media dd a {
  font-size: .9rem;
  color: #fff;
  line-height: 1.4;
}

#media_blog .post::before{
	content: '全体';
}
#media_blog .kisarazu-info::before{
	content: '木更津店';
}
#media_blog .etowa-info::before{
	content: '会と話店';
}
#media_blog .category{
	background: #C7B299;
	color: #42210B;
		font-size: .8rem;
	padding: .25rem .5rem;
	margin-right: .5rem;
	font-weight: bold;
}

#blog ul {
  width: 95%;
  margin: auto;
}
#blog .row {
  margin-bottom: 1.5rem !important;
}
#blog .blog_date {
  font-family: 'Halis GR bold';
  color: #C6B29C;
  font-size: .8rem;
  margin-bottom: .5rem;
  border-bottom: 1px dotted #C6B29C;
}
#blog h3 {
  font-size: .9rem;
  font-weight: normal;
	  line-height: 1.8;
}
#blog a {
  color: #fff;

}
@media only screen and (min-width : 410px) { /*iphone6 plus*/
  #media {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (min-width : 600px) {
  #media_blog {
    padding-top: 3rem;
  }
  #blog ul li {
    align-items: center;
  }
  #blog h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width : 1024px) {
  #media_blog h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width : 1200px) {
  #media, #blog {
    padding-left: 50px;
    padding-right: 50px;
  }
  #blog h3 {
    font-size: 1.1rem;
  }
}

/*------------- contact -------------*/
#contact{
	background: #534741;
	padding: 1.5rem 1rem;
}
#contact h3 {
  text-align: center;
  font-size: 1.2rem;
  font-family: 'Halis GR Bold', sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 1.5rem;
  position: relative;
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
#contact h3:before, #contact h3:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 28%;
  height: 1px;
  background-color: #fff;
}
#contact h3:before {
  left: 1%;
}
#contact h3:after {
  right: 1%;
}
.ftr_kisarazu h3:before,.ftr_kisarazu h3:after{
	  width: 15%!important;
}

.contact h4{
	color: #fff;
	text-align: center;
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
width: 100%;
	line-height: 1.6;
}
@media only screen and (min-width : 1300px) {
#contact{
	padding: 2rem 4rem;
}
}
footer{
	background: #1E0D06!important;
}
/*ページ内リンクずれ解消*/
#mission, #project, #barista, #history, #blog {
  padding-top: 50px;
  margin-top: -50px;
}