@charset "utf-8";
/* ====================================================

	style CSS

==================================================== */
*{ margin:0px; padding:0px; }

/****************************************
		0. General Setting 
*****************************************/
.bigtil{ font-size: 20px !important; font-weight: bold; }
#footer{ margin-top:0;}

.section__container {
    padding: 12px;
    width: 100%;
}

/****************************************
		1. Basic Layout 
*****************************************/
#section01,#section02{
    background: #e2e2e2;
}

.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;
    overflow: hidden;
}
.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);
	background: #FFFFFF;
	font-size: 13px;
	margin: 20px 0;
    padding-bottom: 30px;
}
.news_box b{
    font-size:1.14em;
}
.news_date{
	font-size: 20px;
	line-height: 26px;	
	text-align: center;
	padding: 10px 0;
	color: #FFF;
	background: #333;
    margin-bottom: 20px;
}
.sale_box{
    padding: 5px 20px;
    text-align: center;
}
.sale_box img{
    width: 100%;
}

.midashi_txt{
    padding: 10px;
    width: 90%;
    margin: 0 auto 5px;
    background: #676767;
	color: #fff;
	font-size: 120%;
}
/*掲載リスト*/
.news_list{
    width: 90%;
    margin: 0 auto 5px;
    border-bottom: 1px solid #ccc;
}
.news_list a{
    width: 100%;
    display: block;
    padding:5px 0;
    background: url('/cmn/icon/icon_arrow_right.svg') no-repeat;
    background-size: 30px;
    background-position-y: center;
    background-position-x: calc(100% + 5px);
}

.main_txt{
    width: calc(100% - 22px);
    padding: 2px;
}
.price_txt{
    font-size:16px;
    padding-bottom: 5px;
}
.price_txt span{
    color: red;
    font-weight: bold;
}
/*日数違い・関連コース*/
.news_list .list_more{
    margin:0 auto;
    padding-bottom: 10px;
}
.news_list .list_more a{
    display: block;
    background: #EEE;
    margin: 0 auto;
    border-radius: 0 0 3px 3px;
    padding: 3px 15px 5px;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    min-height: auto;
    border-top: 1px solid #CCC;
}

.news_list .list_more a:hover{
    background-color: #B8B8B8;
}


#main_inner{
	font-size:14px; 
	margin: 0px;
	padding: 0px;
	border:none;
	background: #efefef;
}

#contents {
	width: 960px;
    clear: both;
    margin: 0 auto;
    height: 100%;
    border: none;
    padding: 20px 0 40px;
}
.bnr{width: 100%; margin:0px auto;}
.bnr img{width: 100%;}


/*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:16px;
}

.bnt_more a:hover{
    color:#007bbb;
    background: #D6D6D6;
}
