@charset "utf-8";
/* CSS Document */

/* font */
.oswald300 { font-family: 'Oswald', sans-serif; font-weight: 300; }
.oswald400 { font-family: 'Oswald', sans-serif; font-weight: 400; }
.oswald700 { font-family: 'Oswald', sans-serif; font-weight: 700; }

/* pc sp */
.pc { display:block;}
.sp { display:none;}

body {
/*  background: url(/common/img/150724001350.jpg) center center / cover no-repeat fixed;
}
@media only screen and (max-width: 767px) {
  body {
    background-image: url(/common/img/150724001350.jpg);
  }*/
}

#wrap {
	margin:0 auto;
}

/* head */

#tagline {
	background-color:#d2d2d2;
	width:100%;
	text-align:center;
	font-size:12px;
	padding:5px 0;
	color:#333;
}
#head {
	background-color:#f1f1f1;
	width:100%;
	text-align:center;
	margin-bottom:80px;
}
#head_body {
	width: 90%;
	margin:0 auto;
}
@media only screen and (max-width: 960px) {
#head_body {
	width:100%;
  }
}

#head #head_pict {
	width:70%;
	height:400px;
	/* background-image: url(../img/150724001350);*/
	background-repeat: no-repeat;
	background-position: center center;/* 画像を常に天地左右の中央に配置 */
	/* background-attachment: fixed; コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	background-size: cover;/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
	float:left;
	}
@media only screen and (max-width: 960px) {
#head #head_pict {
	width:100%;
	float:none;
	height:200px;
  }
}

#head .head_name {
	width:30%;
	height:400px;
	text-align:center;
	background-color:#ed0000;
	color:#FFFFFF;
	float:right;
	font-size:14px;
}
@media only screen and (max-width: 960px) {
#head .head_name {
	width:100%;
	float:none;
	height:200px;
  }
}

#head .head_name h1 {
	display:block;
	font-weight:normal;
	letter-spacing:0.1em;
	
	/*高さ不明の要素に対して天地中央に配置*/
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
	/*高さ不明の要素に対して天地中央に配置*/
}
@media only screen and (max-width: 960px) {
#head .head_name h1 {
	font-size:14px;
  }
}
#head .head_name h1 span {
	display:block;
	font-family: 'Oswald', sans-serif; font-weight: 300;
	font-size:50px;
	letter-spacing:0em;
}
@media only screen and (max-width: 960px) {
#head .head_name h1 span {
	font-size:50px;
  }
}

/* midashi */
.midashi {
	border-top:1px #e4e4e4 solid;
	text-align:center;
}

.midashi h2 {
	border-top:solid 5px #ed0000;
	color:#333;
	display:inline-block;
	margin:1px auto 20px auto;
	font-weight:normal;
	letter-spacing:0.05em;
 }
 .midashi h2 span {
	 font-family: 'Oswald', sans-serif; font-weight: 300;
	 font-size:45px;
	 margin-right:10px;
	 letter-spacing:0em;
	}


/* item_card */

.item_card {
	width:300px;
	margin:20px;
	float:left;
	background-color:#FFFFFF;
	/*box-shadow:1px 1px 2px 2px rgba(0, 0, 0, 0.1) ;*/
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
.item_card ul.item_link {
	border-right:#d7d7d7 1px solid;
	border-bottom:#d7d7d7 1px solid;
}
.item_card ul.item_link li a {
	background-color:#f4f4f4;
	width:50%;
	border-top:#d7d7d7 1px solid;
	border-left:#d7d7d7 1px solid;
	box-sizing:border-box;
	padding:10px 0;
	text-align:center;
	display:block;
	float:left;
	font-size:12px;
}
.item_card ul.item_link li a:hover {
	background-color:#EEFFE1;
	text-decoration:none;
}
.item_card div.item_base {
	padding:10px;
}
.item_card div.item_base a:hover {
	text-decoration:none;
}
.item_card div.item_base h3 {
	font-size:17px;
	font-weight:normal;
	color:#ed0000;
	margin-bottom:15px;
	padding:5px 0;
	line-height:23px;
	border-bottom: solid 1px #ed0000;
}
.item_card div.item_base p {
	font-size:12px;
	color:#333;
	line-height:18px;
}

.item_card table.item_data {
	font-size:12px;
	text-align:left;
	width:280px;
	margin:10px 10px 20px 10px;
	border-top:#D7D7D7 1px solid;
	
}
.item_card table.item_data th {
	border-bottom:#D7D7D7 1px solid;
	white-space: nowrap;
	padding:10px 0 8px 0;
	vertical-align:top;
}
.item_card table.item_data td {
	border-bottom:#D7D7D7 1px solid;
	padding:5px 0;
	width:180px;
}

.item_card table.item_data td.item_price {
	font-size:40px;
	font-family: 'Oswald', sans-serif; font-weight: 400;
	color:#ed0000;
	padding:0;
}
.item_card table.item_data td.item_price span {
	font-family:'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:30px;
	font-weight:bold;
	margin-right:3px;
}


/* hotel_card */

.hotel_card {
	width:300px;
	margin:20px;
	float:left;
	background-color:#FFFFFF;
	/*box-shadow:1px 1px 2px 2px rgba(0, 0, 0, 0.1) ;*/
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
  -webkit-box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
}
.hotel_card ul.hotel_link {
	border-right:#d7d7d7 1px solid;
	border-bottom:#d7d7d7 1px solid;
}
.hotel_card ul.hotel_link li a {
	background-color:#f4f4f4;
	width:50%;
	border-top:#d7d7d7 1px solid;
	border-left:#d7d7d7 1px solid;
	box-sizing:border-box;
	padding:10px 0;
	text-align:center;
	display:block;
	float:left;
	font-size:12px;
}
.hotel_card ul.hotel_link li a:hover {
	background-color:#EEFFE1;
	text-decoration:none;
}
.hotel_card div.hotel_base {
	padding:20px 10px 10px 10px ;
}
.hotel_card div.hotel_base .left {
	font-size:80px;
	color:#ed0000;
	display:block;
	margin-top:-20px;
	text-align:center;
}
.hotel_card div.hotel_base .left span {
	font-size:9px;
	display:block;
	white-space: nowrap;
	margin-top: -10px;
}
.hotel_card div.hotel_base .right {
	width:180px;
}
.hotel_card div.hotel_base .right a:hover {
	text-decoration:none;
}
.hotel_card div.hotel_base .right h3 {
	font-size:17px;
	font-weight:normal;
	color:#ed0000;
	margin-bottom:10px;
	padding:5px 0;
	line-height:22px;
	/*border-top: solid 1px #ed0000;*/
	border-bottom: solid 1px #ed0000;
}
.hotel_card div.hotel_base .right p {
	font-size:12px;
	color:#333;
	line-height:18px;
}

.hotel_card table.hotel_data {
	font-size:12px;
	text-align:left;
	width:280px;
	margin:-10px 10px 20px 10px;
	
}
.hotel_card table.hotel_data th,
.hotel_card table.hotel_price th {
	border-bottom:#D7D7D7 1px solid;
	white-space: nowrap;
	padding:10px 0 8px 0;
	vertical-align:top;
}
.hotel_card table.hotel_data td,
.hotel_card table.hotel_price td {
	border-bottom:#D7D7D7 1px solid;
	padding:5px 0;
	width:180px;
}

.hotel_card table.hotel_price {
	border-top:#D7D7D7 1px solid;
	font-size:12px;
	text-align:left;
	width:280px;
	margin:0 10px 10px 10px;
}
.hotel_card table.hotel_price td {
	font-size:40px;
	font-family: 'Oswald', sans-serif; font-weight: 400;
	color:#ed0000;
	padding:0;
}
.hotel_card table.hotel_price td span {
	font-family:'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:30px;
	font-weight:bold;
	margin-right:3px;
}
.hotel_card table.hotel_data {
	font-size:12px;
	text-align:left;
	width:280px;
	margin:-10px 10px 20px 10px;
	
}
.hotel_card table.hotel_data th,
.hotel_card table.hotel_price th {
	border-bottom:#D7D7D7 1px solid;
	white-space: nowrap;
	padding:10px 0 8px 0;
	vertical-align:top;
}
.hotel_card table.hotel_data td,
.hotel_card table.hotel_price td {
	border-bottom:#D7D7D7 1px solid;
	padding:5px 0;
	width:180px;
}

.hotel_card table.hotel_price {
	border-top:#D7D7D7 1px solid;
	font-size:12px;
	text-align:left;
	width:280px;
	margin:0 10px 10px 10px;
}
.hotel_card table.hotel_price td {
	font-size:40px;
	font-family: 'Oswald', sans-serif; font-weight: 400;
	color:#ed0000;
	padding:0;
}
.hotel_card table.hotel_price td span {
	font-family:'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size:30px;
	font-weight:bold;
	margin-right:3px;
}


/*-- foot --*/

#foot {
	padding:50px 0;
	background-color:#f2f2f2;
}
#foot .foot_area {
	width:300px;
	margin:20px 20px 0 20px;
	float:left;
	border-top:#d9d9d9 1px solid;
	padding:10px 0;
}
#foot .foot_area h3 {
	font-size:18px;
	color:#333;
}
#foot .foot_area h3 span {
	font-size:12px;
	font-weight:normal;
	font-family: 'Oswald', sans-serif; font-weight: 300;
	margin-left:10px;
	color:#8A8A8A;
}
#foot .foot_area ul {
	margin:10px;
}
#foot .foot_area ul li {
	font-size:12px;
	margin-bottom:2px;
}
#foot .foot_area ul li a {
	text-decoration:underline;
	color:#06596d;
}
#foot .foot_area ul li a:hover {
	color: #FF3700;
}
#foot #Copyright {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	font-family: 'Oswald', sans-serif; font-weight: 300;
}

@media only screen and (max-width: 960px) {
#foot .foot_area h3 {
	font-size:22px;
}
#foot .foot_area ul li {
	font-size:16px;
	margin-bottom:8px;
}
}


/*-- Index --*/

#index_list {
	padding:50px 0;
	background-color:#fff;
}
#index_list .foot_area {
	width:300px;
	margin:20px 20px 0 20px;
	float:left;
	border-top:#d9d9d9 1px solid;
	padding:10px 0;
}
#index_list .foot_area h3 {
	font-size:22px;
	color:#333;
}
#index_list .foot_area h3 span {
	font-size:16px;
	font-weight:normal;
	font-family: 'Oswald', sans-serif; font-weight: 300;
	margin-left:10px;
	color:#8A8A8A;
}
#index_list .foot_area ul {
	margin:10px;
}
#index_list .foot_area ul li {
	font-size:16px;
	margin-bottom:5px;
}
#index_list .foot_area ul li a {
	text-decoration:underline;
	color:#06596d;
}
#index_list .foot_area ul li a:hover {
	color: #FF3700;
}

/*-----------------------------------------

sp

-----------------------------------------*/

@media screen and (max-width: 700px) {

}
