@charset "utf-8";
/* ====================================================

	style CSS

==================================================== */
*{ margin:0px; padding:0px; }

/****************************************
		0. General Setting 
*****************************************/
.bigtil{ font-size: 20px !important; font-weight: bold; }
#footer{ margin-top:0;}

/****************************************
		1. Basic Layout 
*****************************************/
#section01,#section02{
    background: #e2e2e2;
}

.bnr{
    text-align: center;
}

.kakomi{
	margin:0;
	padding: 10px 10px;
	background:#DCF3DC !important;
	border:1px dashed #666;
}
.txt_body{
	margin: 10px 15px;
	font-size: 12px;
	line-height: 1.5em;
}


/****************************************
		2.  表示切替タブ
*****************************************/
.disnon{
    display: none;
}
.tab-buttons{
    position: relative;
}
.tab-buttons span{
  font:600 20px 'open sans',sans-serif;
  color:#333;
  background:#FFF;
  cursor:pointer;
  border-bottom:5px solid #333;
  display:block;
  width:50%;
  float:left;
  text-align:center;
  height:60px;
  line-height:60px;
}
.tab-buttons span.active{
    background:#333;
    color: #fff;
}
#lamp{
  width:50%;
  height:5px;
  background:#333;
  display:block;
  position:absolute;
  top:55px;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content2{
  left:50%;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}
#lamp.content1{
  left:0;
  transition: all .3s ease-in;
-o-transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
}

/****************************************
		3.  Main
*****************************************/
.nonews{
    text-align: center;
    padding: 50px;
    font-size:16px;
    font-weight: bold;
}

a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.news_box{
	width: calc(100% - 2px);
	border: 1px solid #666;
	background: #FFFFFF;
	font-size: 16px;
	margin: 20px 0;
    padding-bottom: 30px;
}

.news_box b{
    font-size:18px;
}
.news_box .midashi_txt b{
    font-size:1.15em;
}
.news_date{
	font-size: 20px;
	line-height: 26px;	
	text-align: left;
	padding: 10px 0 10px 30px;
	color: #FFF;
	background: #333;
    margin-bottom: 30px;
}
.sale_box{
    padding: 20px;
    text-align: center;
}

.midashi_txt{
    padding: 10px;
    width: 90%;
    margin: 30px auto 5px;
    background: #676767;
	color: #fff;
	font-size: 120%;
}
/*掲載リスト*/
.news_list{
    width: 90%;
    margin: 0 auto 5px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
}
.news_list a{
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 3em;
    justify-content: space-between;
}
.news_list a.w85{
    width:84%;
}
.news_list a:hover{
    color:#007bbb;
    background: url('/cmn/icon/icon_arrow_right.svg') no-repeat right 5px;
    background-size: 34px;
    background-position-y: center;
}
.main_txt{
    width: 69%;
    padding: 4px;
    line-height: 1.6em;
}
.price_txt{
    padding-right:40px;
    text-align: right;
}
.price_txt span{
    color: red;
    font-weight: bold;
}


/*日数違い・関連コース*/
.news_list .list_more{
    width: 16%;
    padding-left:1%;
}
.news_list .list_more a{
    display: block;
    background: #5e5e5e;
    color: #fff!important;
    margin: 0 auto;
    border-radius: 3px;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    min-height: auto;
}

.news_list .list_more a:hover{
    background-color: #B8B8B8;
}


/*moreボタン*/
.bnt_more{
    width: 90%;
    margin: 0 auto 5px;
}
.bnt_more a{
    padding: 15px 10px;
    display: block;
    border: 1px solid #CCC;
    background: #f5f5f5;
    font-weight: bold;
    color:#007bbb;
    font-size:18px;
}

.bnt_more a:hover{
    color:#007bbb;
    background: #D6D6D6;
}

.other{
	padding:60px;
}
.other .iconTextList{
	justify-content: space-between;
}
