/* location */
.location_box {
  margin-bottom: 80px;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 37.5em) {
  .location_box {
    margin-bottom: 40px; 
    padding: 20px 0;
  }
}

.location_box-lead-text {
  margin-bottom: 40px; 
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 37.5em) {
  .location_box-lead-text {
    margin-bottom: 20px;
  }
}

.location_box-list {
  margin-bottom: 40px; 
  padding-left: 0;
  list-style-type: none;
  text-align: center;
}
@media only screen and (max-width: 37.5em) {
  .location_box-list {
    margin-bottom: 20px;
  }
}

.location_box-list-item {
  letter-spacing: 0.1em; 
  font-weight: bold;
  font-size: 1.7rem;
}

.location_box-text {
  text-align: center;
}

/* site-policy */
.site-policy_box {
  padding-top: 40px;
  padding-bottom: 40px; 
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 37.5em) {
  .site-policy_box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.site-policy_box-title {
  text-align: center; 
  font-size: 2rem;
}
@media only screen and (max-width: 37.5em) {
  .site-policy_box-title {
    font-size: 1.8rem;
  }
}

.site-policy_lead-text {
  margin-bottom: 40px;
}
@media only screen and (max-width: 37.5em) {
  .site-policy_lead-text {
    margin-bottom: 20px;
  }
}

.site-policy_content-title {
  margin-bottom: 10px; 
  font-weight: bold;
}

.site-policy_content-data {
  margin-bottom: 40px;
  margin-left: 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 37.5em) {
  .site-policy_content-data {
    margin-bottom: 20px;
  }
}

.site-policy_content-list {
  padding-left: 1.3em;
  font-size: 1.2rem;
}

.site-policy_content-list-item {
  margin-bottom: 15px;
}

/* site-map */
.sitemap_block {
  padding-bottom: 40px;
}
@media only screen and (max-width: 37.5em) {
  .sitemap_block {
    padding-bottom: 20px;
  }
}
.sitemap_block:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.sitemap_list {
  margin-bottom: 40px; 
  padding-left: 0;
  width: 48%;
  border-bottom: 1px solid #e0e0e0;
  list-style-type: none;
}
@media only screen and (max-width: 37.5em) {
  .sitemap_list {
    float: none !important;
    margin-top: 0;
    margin-bottom: -1px; 
    width: 100%;
  }
}
.sitemap_list:first-child {
  float: left;
}
.sitemap_list:last-child {
  float: right;
}
.sitemap_list a {
  transition-timing-function: linear; 
  transition-duration: 0.2s;
  transition-property: color;
}
.sitemap_list a:hover {
  color: #570000;
}

.sitemap_item {
  border-top: 1px solid #e0e0e0; 
  font-size: 1.4rem;
}
.sitemap_item >a,
.sitemap_item >span {
  display: inline-block;
  padding: 30px 0;
  text-decoration: none; 
  line-height: 1;
}
@media only screen and (max-width: 37.5em) {
  .sitemap_item >a,
  .sitemap_item >span {
    padding: 15px 0;
  }
}

.sitemap_child-list {
  padding-left: 20px;
  list-style-type: none;
}
@media only screen and (max-width: 37.5em) {
  .sitemap_child-list {
    padding-left: 0;
  }
}

.sitemap_child-item >a,
.sitemap_child-item >span {
  display: inline-block;
  margin-bottom: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 37.5em) {
  .sitemap_child-item >a,
  .sitemap_child-item >span {
    margin-bottom: 10px; 
    padding-left: 0;
  }
}

.sitemap_grandson-list {
  padding-bottom: 20px; 
  padding-left: 20px;
  list-style-type: none;
  font-size: 0;
}
@media only screen and (max-width: 37.5em) {
  .sitemap_grandson-list {
    padding-bottom: 10px; 
    padding-left: 0;
  }
}

.sitemap_grandson-item {
  display: inline-block;
  margin-bottom: 15px; 
  padding-right: 20px;
  width: 50%;
  vertical-align: top;
  font-size: 1.4rem;
}
.sitemap_grandson-item >a {
  text-decoration: none;
}

/* news-entries */
.news-entries {
  padding-top: 40px;
  padding-bottom: 40px;
}
.news-entries >.btn {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 37.5em) {
  .news-entries {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .news-entries >.btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.news-entries_box {
  position: relative; 
  margin-top: -1px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.news-entries_box:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 37.5em) {
  .news-entries_box {
    padding-top: 20px;
    padding-bottom: 20px; 
    font-size: 1.5rem;
  }
}
.news-entries_box:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

.news-entries_mainvisual {
  float: right; 
  width: 48%;
}
.news-entries_mainvisual img {
  display: block;
  display: block; 
  margin-bottom: 2px;
}
/* スマホサイズで消えるイメージを下部で表示 */
.news-entries_bottomvisual{
	display:none;	
	}
.news-entries_bottomvisual img{
	margin-bottom:5px;
	}
@media only screen and (max-width: 37.5em) {
  .news-entries_mainvisual {
    float: none;
    margin-bottom: 20px; 
    width: 100%;
  }
  .news-entries_mainvisual img {
    display: none; 
    width: 100%;
  }
  .news-entries_mainvisual img:first-child {
    display: block;
  }
.news-entries_bottomvisual{
	display:block;	
	}
}

.news-entries_body {
  float: left;
  width: 48%;
}
@media only screen and (max-width: 37.5em) {
  .news-entries_body {
    float: none;
    width: 100%;
  }
}

.news-entries_category {
  display: inline-block;
  width: 80px;
  background-color: #222;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 9px;
  font-family: "Montserrat";
  line-height: 2;
}

.news-entries_head-title {
  font-size: 1.7rem;
}
@media only screen and (max-width: 37.5em) {
  .news-entries_head-title {
    font-size: 1.5rem;
  }
}

.news-entries_sub-title {
  margin-bottom: 10px; 
  font-weight: bold;
  font-size: 1.4rem;
}

.news-entries_text {
  margin-top: 0;
  margin-bottom: 20px; 
  font-size: 1.4rem;
}
@media only screen and (max-width: 37.5em) {
  .news-entries_text {
    margin-top: 0;
    margin-bottom: 10px; 
    font-size: 1.3rem;
  }
}

.news-entries_date {
  margin-top: 40px;
}
@media only screen and (max-width: 37.5em) {
  .news-entries_date {
    margin-top: 20px;
    font-size: 1.1rem;
  }
}

.news-entries_separater {
  margin: 20px auto;
  width: 100%;
  height: 1px; 
  border: none;
  background-color: #e0e0e0;
}

.news-entries_chef-profile {
  position: relative;
}

.news-entries_chef-profile_img {
  position: absolute; 
  width: 150px;
}

.news-entries_chef-profile_content {
  padding-left: 180px;
}

.news-entries_chef-profile_head-title {
  margin-bottom: 0; 
  font-size: 1.4rem;
}

.news-entries_chef-profile_text {
  font-size: 1.3rem;
}

.error_box {
  padding-bottom: 40px; 
  text-align: center;
}

.error_box-lead-text {
  margin-bottom: 40px;
}

/* カリオモンズコーヒー */
div.news_btn{
	
	}
div.news_btn a{
	padding:10px 30px;
	background-color:#f00452;
	font-size:2.4em;
	font-size:24px;
	color:#FFF;
	text-decoration:none;
	transition:0.3s;
	}
div.news_btn a:hover{
	opacity:0.7;
	}
	
/* btn_enc */
div.news_btnend p{
	padding:10px 30px;
	background-color: #333;
	font-size:1.8em;
	font-size:18px;
	color:#FFF;
	text-align: center;
	text-decoration:none;
	transition:0.3s;
	}
	
p.news_btn_note{
	font-size:0.8em;
	font-size:8px;
	
	}