@charset "utf-8";
/* CSS Document */

body .wrapper {
  /* width: 1300px; */
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Hiragino Mincho ProN", Century, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  /* overflow-x: hidden !important; */
  position: relative;
}
*{
  overflow-wrap: break-word;
}
.wrapper {
  width: 100%;
  /* overflow-x: hidden !important; */
  position: relative;
}
#top_main {
  margin-top: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#top_main{
	height: 200px;
}
.top_div{
	top: 5%;
}
.top_div div{
  width: 400px;
	max-width: 100%;
	text-align:center;
  margin: 0 auto;
}
/* タイトル */
.top_div h1{
  display: inline-block;
  line-height: 1.5;
  letter-spacing: normal;
	font-size: 2.2rem;
  font-weight: bold;
	color:#000;
	padding: 40px 0 5px;
}

.top_div hr{
  margin:0;
}
.top_div .h1hr{
	border-top: 3px solid #d80c18;
}
.top_div .h1hr:after {
	content: "NEWS";
	font-size: 18px;
	font-weight: bold;
	color: #c4c4c4;
	padding: 5px 5px 3px;
	text-align: center;
	height: 100%;
	font-style: oblique;
	margin-bottom: 20px;
	display:inline-block;
}

.top_div .toptxt{line-height: 2;}
.top_div h1 span{
	font-size: 2.6rem;
	display: block;
}
.top_div .limited{
	font-size: 2.8rem;
	font-weight: bold;
}

.top_div .toptxt{
	color:#000;
}
 /* */
.contents{
  width:100%;
  max-width:1200px;
  margin:15px auto 150px;
  clear:both;
}
.inner{
  padding:10px;
}
.titlebox{

  text-align: center;
}

.contents .inner{
  display:flex;
  flex-wrap:wrap;
  justify-content: space-between;
  padding-bottom: 25px;
}
.contents img{
  width:100%;
  height:auto;
}

.contents .text{
  width:100%;
  height:auto;
  object-fit: cover;
}

.column_box{
  width:calc((100% / 3) - 10px);
  max-width:320px;
  height:auto;
  padding:5px;
  margin: 0 auto 15px;
}

.column_box a{
  font-family:'游ゴシック',Osaka,Arial, Helvetica, sans-serif;
  color:#000;
}
.column_box h2{
  width:100%;
  padding:20px 0 10px;
  font-size:16px;
  font-weight:500;
}
.column_box p{
  text-align:right;
  padding:4px 0;
  font-size:1rem;
  font-weight:normal;
  color:#aaa;
}
.nextlink{
  width:calc(100% - 40px);
  max-width:1100px;
  margin:0 auto;
}
.nextlink a{
  color:#333;
  border:1px solid #aaa;
  padding:8px 10px;
  margin:4px;
}
a.l_on{
  border:1px solid #d80c18;
  background-color:#d80c18;
  color:#fff;
}

/* パンくず */
.breadcrumb{
  width:calc(100% - 15px);
  max-width:1100px;
  margin: 0 auto 30px;
  padding: 0 0 0 15px;
  text-align:left;
  overflow-x: hidden;
}
.breadcrumb ol li{
  display:inline-block;
}
.breadcrumb ol li a{
  color:#444444;
}
.breadcrumb li {
  background: url(https://img.jtrip.co.jp/uploads/250220100653_ico_arrow05.png) no-repeat right center;
  -webkit-background-size: auto 10px;
  background-size: auto 10px;
  padding-right: 17px;
  margin-right: 12px;
  font-size: 14px;
  color: #404040;
}
.breadcrumb li:last-of-type {
  display:inline;
  background: none;
  text-overflow: ellipsis;
  overflow-x: hidden;
}


/* 詳細ページ */
.cont_box{
  width:90%;
  max-width:900px;
  margin: 10px auto;
  padding:10px;
}
.cont_box .date{
  color:#aaa;
  font-size:18px;
}
.cont_box h1{
  font-size:32px;
  line-height:1.4;
  padding:15px 0;
}
.cont_box .title{
  border-bottom: 1px solid #888;
}
.cont_box .text{
  padding:60px 0;
  font-size:18px;
  line-height:1.6;
  border-bottom: 1px solid #888;

}
.backlink{
  width:calc(100% - 40px);
  max-width:900px;
  margin:0 auto;
}
.backlink a{
  border:1px solid #c7c7c7;
  padding:8px 15px 8px 30px;
  background: url(https://img.jtrip.co.jp/uploads/250220114238_ico_arrow04.png) no-repeat 10px center;
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
  color:#444444;
  font-size:14px;
}

.catch{
}
.catch img{
  width:100%;
  max-width:320px;
  height:auto;
  margin:0 auto;
}

/* 文字装飾 */
.cont15{ padding-bottom:15px;}
.cont25{ padding-bottom:25px;}
.red{ color:#d80c18;}
.l_red{ color:#d80c18; text-decoration: underline;}
.t_left{ text-align: left;}
.t_center{ text-align: center;}
.t_right{ text-align: right;}
.f_bold{ font-weight: bold;}
.f_normal{ font-weight: normal;}

.f_105{ font-size: 105%;}
.f_110{ font-size: 110%;}
.f_120{ font-size: 120%;}
.bo_black{ border-bottom:1px solid #000;}


.heading{ display:inline-block; padding:2px; margin-bottom:5px;}

@media screen and (max-width:768px) {
  #top_main{
    height:auto;
  }
  .top_div h1{
    line-height: 1.5;
    letter-spacing: normal;
    font-size: 1.7rem;
    font-weight: bold;
    color:#000;
    padding: 20px 0 5px;
  }
  .contents{
    width:100%;
    margin:15px auto 100px;
    clear:both;
  }
  .column_box{
    width:calc(100% - 10px);
    max-width:320px;
    height:auto;
    margin:0 auto 15px;
    padding:5px;
  }

/* パンくず */

.breadcrumb{
  width:calc(100% - 2em);
  padding: 1em 1em 0 1em;
}

.breadcrumb ol li{
  font-size:12px;
}

.breadcrumb li:last-of-type {
  display: inline-block;
  width:53%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  vertical-align: bottom;
}

/* 詳細ページ */
.cont_box{
  margin: 0 auto;
  padding:0;
}
.cont_box h1{
  font-size:22px;
  line-height:1.4;
  padding:15px 0;
}
.cont_box .date{
  font-size:14px;
}
.cont_box p{
  font-size:14px;
}

}
