@charset "utf-8";


/*スマートフォン*/
@media screen and (min-width:0px) {

/* =======================
		.container
========================== */
.container #h1 {
    line-height: 1.2;
}
/* =======================
		#contents_box
========================== */
#contents_box {
	width: 100%;
	float: none;
	margin: 0 auto;
}
#container .topicpath {
    margin-bottom: 60px;
}
.contents {
	border-bottom: solid 1px #e5e5e5;
	padding: 30px 0;
}
.contents .news_box h3 {
	font-size: 1.8rem;
	line-height: 1.3;
}
.contents .news_box ul {
    margin: 0 0 20px 0;
}
.contents .news_box ul li {
    float: left;
}
.contents .news_box ul li.pict {
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #e3e3e3;
    margin: 0 10px 0 0;
    font-size: 1.0rem;
}
.contents .news_box ul li.day {
    padding: 4px 0 0 0;
}
/* =======================
		.contents
========================== */
#contents_box .link {
    margin-top: -40px;
    padding-top: 40px;
    display: block;
}
#container .ttl h3 {
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 20px;
}
.contents .news_box {
	width: 100%;
	float: none;
}
.contents .news_box h3 {
	padding: 0;
	margin: 0 0 10px 0;
	line-height: 1.5;
}
.news_img {
	margin-bottom: 20px;
}
.booking_Award {
	margin: 20px 0 10px 0;
}
.booking_Award img {
	display: block;
	width: 45%;
	float: left;
	margin: 0px 8px;
}
/* =======================
		#right_box
========================== */
#right_box {
	margin: 40px 0 70px 0;
}
#right_box .news_other {
	width: 100%;
    border: 1px solid #e3e3e3;
}
#right_box .news_other thead {
	padding: 20px 0 20px 15px;
	font-size: 1.6rem;
	border-bottom: 1px solid #e3e3e3;
}
#right_box .news_other tr {
	border-bottom: 1px dotted #e3e3e3;
    display: block;
	font-size: 1.3rem;
	line-height: 1.5;
}
#right_box .news_other tr td {
	padding: 20px 0 20px 15px;
}

#right_box .news_other thead tr, #right_box .news_other tr:last-child {
	border-bottom: none;
}
}
/*タブレット*/
@media screen and (min-width:768px) {
/* =======================
		#contents_box
========================== */
#contents_box {
	float: left;
	margin: 0 auto 50px;
}
#contents_box .link {
    margin-top: -55px;
    padding-top: 55px;
    display: block;
}
/* =======================
		.contents
========================== */
.contents:first-child {
	padding: 30px 0 30px 0;
	border-top: solid 1px #e5e5e5;
}
.contents .news_box {
	width: 68%;
	float: right;
}
.contents .news_box ul {
	margin: 0 0 20px 0;
}
.contents .news_box ul li {
	float: left;
}
.contents .news_box ul li.pict {
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #e3e3e3;
	margin: 0 10px 0 0;
	font-size: 1.0rem;
}
.contents .news_box ul li.day {
	padding: 4px 0 0 0;
}
.contents .news_box h3 {
	clear: both;
	margin: 0 0 20px 0;
    font-size: 1.8rem;
}
.news_box table {
	width: 115%;
}
.news_img {
	width: 28%;
	margin: 0;
	float: left;
}
.news_img img {
	max-width: 100%;
}
.booking_Award img {
	display: block;
	width: 43%;
	float: left;
}
#container h2 {
	font-size: 2.4rem;
}
/* =======================
		#right_box
========================== */
#right_box {
	float: right;
	width: 20%;
	margin: 0 0 0 5%;
}
#right_box .news_other {
	width: 100%;
	border: 1px solid #e3e3e3;
}
#right_box .news_other thead {
	padding: 20px 0 20px 15px;
	border-bottom: 3px solid #a0a0a0;.
	font-size: 1.6rem;
}
#right_box .news_other tr {
	border-bottom: 1px dotted #e3e3e3;
    display: block;
	font-size: 1.3rem;
	line-height: 1.5;
}
#right_box .news_other tr td {
	padding: 20px 0 20px 15px;
}

#right_box .news_other thead tr, #right_box .news_other tr:last-child {
	border-bottom: none;
}
.btn_news a {
	background-image: url(../img/common/yazi_black.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px 8px;
	padding-left: 12px;
	line-height: 2;
	font-size: 1.3rem;
}
}
/*PC*/
@media screen and (min-width:1024px) {
/* =======================
		#contents_box
========================== */
#container .ttl h3 {
	font-size: 2.4rem;
}
.btn_news a {
	background-image: url(../img/common/yazi_black.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 6px 8px;
	padding-left: 12px;
	line-height: 2;
	font-size: 1.3rem;
}
/* =======================
		.contents
========================== */
.news_box table {
	width: 100%;
}
.booking_Award img {
	display: block;
	width: 45%;
}
}
