@charset "UTF-8";

#side .sTitle .tex {
	border-bottom: solid 1px #ea347a;
}

/* ## header ## */
#dropmenu li#gSearch {
	padding-top: 8px;
}

#sliderWrapp {
	position: relative;
	overflow:  hidden;
}
.topComme {
	width: 100%;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 44px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	text-shadow: 4px 4px 8px #444444;
	top: 44%;
	opacity: 0.84;
	z-index: 97;
	display: none;
}
.topComme .sub {
	font-size: 34px;
}

/* ## infomation ## */
#putArea.baseWrapp {
	margin-top: 24px;
}

/* info box */
.ifBox {
	box-sizing: border-box;
	background-color: #fcfcfc;
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.14);
	margin-right: 3%;
	margin-bottom: 20px;
	float: left;
	position: relative;
}
.ifbNew {
	color: #ffffff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 25px;
	background-color: red;
	padding: 16px 0 0 0;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 3;
	overflow: hidden;
	opacity: 0.9;
}

.ifBox a {
}
/* boxT */
.ifBox .boxT {
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}
.ifBox .boxT img {
	width: 100%;
	z-index: 2;
}

.ifBox .boxT .eDate {
	width: 100%;
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	color: #ffffff;	
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(7,28,38,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(7,28,38,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(7,28,38,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(7,28,38,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(7,28,38,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(7,28,38,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#071c26',GradientType=0 ); /* IE6-9 */
	padding: 40px 0 8px 0;
	display: block;
	position: absolute;
	bottom: 0;
}

/* boxB */
.ifBox .boxB {
	width: 100%;
	padding: 4px 10px 10px 10px;
	box-sizing: border-box;
}
.ifBox .boxB a {
	display: inline;
}
.ifBox a:hover {
}
.ifBox a:hover h3 {
	text-decoration: underline;
}
.ifBox h3 {
	font-weight: bold;
	line-height: 1.3;
	padding-top: 4px;
	clear: both;
}
.ifBox h3 a {
}
.ifBox .date {
	font-size: 12px;
	color: #999999;
	box-sizing: border-box;
	padding: 5px 0 2px 0;
	float: left;
	overflow: hidden;
}
.ifBox .date i {
	color: #c1c1c1;
}
.ifBox a:hover .date {
	text-decoration: none;
}
.ifBox .evBox .eDbox {
	width: 18%;
	color: #ffffff;
	text-align: center;
	line-height: 0.9;
	font-size: 10px;
	box-sizing: border-box;
	background-color: #336;
	border-radius: 25px;
	padding: 5px 0;
	float: left;
}
.ifBox .evBox .eDbox .eDay {
	font-size: 20px;
}
.ifBox .evBox h3 {
	float: left;
}
.noInfo {
	color: #545454;
	font-size: 20px;
	text-align: center;
	padding: 24px 0;
}

.cIntro {
	font-size: 16px;
	line-height: 1.7;
	margin: 14px 0;
}

/* contents air */
#conAir {
	position: relative;
}
#conAir img.airBack {
	width: 390px;
	position: absolute;
	top: -14px;
	left: -74px;
}
#conAir .aTex {
	width: 100%;
	box-sizing: border-box;
	color: #ffffff;
	background: url("../img/main/texback.jpg") no-repeat 100%;
	border-radius: 6px;
	margin-bottom: 24px;
	padding: 118px 24px 20px 24px;
}
#conAir .cIntroL {
	font-size: 28px;
	font-weight: bold;
	text-shadow: 2px 2px 4px #444444;
	margin-bottom: 8px;
	padding-left: 314px;
}
#conAir .cIntroM {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	text-shadow: 2px 2px 4px #444444;
	padding-left: 314px;
}

/* air ticket 
.ifWrapp {
	width: 100%;
	box-sizing: border-box;
	background-color: #eeeeee;
	padding: 14px;
}
*/

/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {


#gSearch {
	padding-right: 10%;
	padding-left: 10%;
}

.topComme {
	font-size: 16px;
	top: 54%;
}
.topComme .sub {
	font-size: 12px;
}

	
/* ## infomation ## */
/* info box */
.ifBox {
	height: 234px;
}
.ifBox .boxT img {
	height: 114px;
}

.ifBox .boxT .eDate {
	font-size: 9px;
	line-height: 1.2;
}
	
/* contents air */
#conAir img.airBack {
	width: 168px;
	top: -18px;
	left: -10px;
}
#conAir .aTex {
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 12px 14px 10px 14px;
}
#conAir .cIntroL {
	font-size: 16px;
	margin-bottom: 4px;
	padding-left: 98px;
}
#conAir .cIntroM {
	font-size: 12px;
	padding-left: 0;
}

}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

.topComme {
	font-size: 16px;
	top: 54%;
}
.topComme .sub {
	font-size: 12px;
}
	
/* ## infomation ## */
/* info box */
.ifBox {
	height: 220px;
}
.ifBox .boxT img {
	height: 118px;
}

.ifBox .boxT .eDate {
	font-size: 9px;
	line-height: 1.2;
}
	
/* contents air */
#conAir img.airBack {
	width: 180px;
	top: -18px;
	left: -10px;
}
#conAir .aTex {
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 12px 14px 10px 14px;
}
#conAir .cIntroL {
	font-size: 18px;
	margin-bottom: 4px;
	padding-left: 104px;
}
#conAir .cIntroM {
	font-size: 12px;
	padding-left: 0;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {

.topComme {
	font-size: 20px;
	top: 48%;
}
.topComme .sub {
	font-size: 12px;
}

/* ## infomation ## */
/* info box */
.ifBox {
	height: 244px;
}
.ifBox .boxT img {
	height: 168px;
}

.ifBox .boxT .eDate {
	font-size: 11px;
	line-height: 1.2;
}

/* contents air */
#conAir img.airBack {
	width: 200px;
	top: -20px;
	left: -14px;
}
#conAir .aTex {
	border-radius: 6px;
	margin-top: 10px;
	margin-bottom: 14px;
	padding: 14px 14px 10px 14px;
}
#conAir .cIntroL {
	font-size: 18px;
	margin-bottom: 4px;
	padding-left: 144px;
}
#conAir .cIntroM {
	font-size: 14px;
	padding-left: 0;
}

}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
.pcr img {
	width: 96%;
	margin: 0 2%;
}
.cIntroM a {
	color: #ffffff;
}
dl.qa {
	width: 96%;
	margin: 0 2%;
	padding: 0;
	margin-bottom: 50px;
}
dl.qa dd {
	width: 96%;
	margin: 20px 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #A9A9A9;
	
}
dl.qa dt {
	width: 96%;
	margin: 5px 0 20px 0;
	padding: 5px;
	font-weight: normal;
	border: none;
	min-height: 50px;
}
.topText {
	font-size: 14px;
	
	margin: 10px 2%;
}

section#main h3.hTitle {
	width: 94%;
	margin: 10px 2%;
}
.texBox .stars {
	color: #FFB711;
	margin-bottom: 2px;
	font-size: 12px;
}
/*
.tBox {
	width: 49.5%;
	float: left;
}
.tBox:nth-child(1),.tBox:nth-child(3) {
	margin-right: 1%;
}
*/
.tBox img {
	width: 100%;
	margin: 5px 0;
}

.cLink {
	text-align: right;
	font-size: 11px;
}
.cLink a {
	color: #ffffff;
}
.conBox {
	width: 100%;
	margin: 0;
}

section#main h3.concept {
	background-color: #3C5988;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 0px;
	color: #ffffff;
	padding: 15px 0;
	margin: 0;
}
.conBox p {
	padding: 5px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	font-size: 14px;
}

.kojin {
	margin: 20px 2%;
}
.conBox img {
	width: 100%;
	vertical-align: bottom;
}
h2.aTitle {
	font-size: 18px;
	border-bottom :1px solid #444444;
	margin-bottom: 20px;
}
.sTitle {
	width: 96%;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	margin: 20px 2%;
	padding-bottom: 10px;
}
.topComme {
	text-shadow: 4px 4px 8px #444444;
}
	
/* ## infomation ## */
#putArea.baseWrapp {
	margin-top: 18px;
}

#sInfo {
	padding-left: 8px;
	padding-right: 8px;
}
/* info box */
.ifBox {
	width: 48.5%;
	margin-right: 3%;
}
.ifBox .boxT img {
}

.ifbNew {
	width: 40px;
	height: 40px;
	font-size: 10px;
	border-radius: 20px;
	padding: 14px 0 0 0;
	top: -8px;
	left: -8px;
}
.ifBox:nth-child(2n) {
	margin-right: 0;
}
.ifBox h3 {
	font-size: 12px;
}
.ifBox .date {
	width: 100%;
	font-size: 10px;
	padding: 4px 0 0 0;
	float: none;
}

.cIntro {
	font-size: 13px;
	line-height: 1.7;
	margin: 10px 0;
}
		
.bunnerArea {
	margin: 20px 2%;
	clear: both;
	overflow: hidden;
}
}


/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
.pcr img {
	width: 100%;
}
.cIntroM a {
	color: #ffffff;
}
dl.qa {
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
}
dl.qa dd {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px solid #A9A9A9;
	
}
dl.qa dt {
	width: 100%;
	margin: 5px 0 20px 0;
	padding: 5px;
	font-weight: normal;
	border: none;
	min-height: 50px;
}
.topText {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 10px;
}
h2.sTitle {
	font-size: 26px;
	line-height: 1.4;
	padding-bottom: 10px;
}

.texBox .stars {
	color: #FFB711;
	margin-bottom: 2px;
	font-size: 12px;
}
.bunnerArea {
	margin: 20px 0 20px 0;
	clear: both;
	overflow: hidden;
}
.tBox {
	width: 49.5%;
	float: left;
}
.tBox:nth-child(1),.tBox:nth-child(3) {
	margin-right: 1%;
}
.tBox img {
	width: 100%;
}
.cLink {
	text-align: right;
	font-size: 11px;
}
.cLink a {
	color: #ffffff;
}
.conBox {
	/*width: calc(98%/3);*/
	width: calc(98%/2);
	float: left;
	
}
.conBox:nth-child(even) {
	margin: 0 1%;
}

section#main h3.concept {
	background-color: #3C5988;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 0px;
	color: #ffffff;
	padding: 5px 0;
	margin: 0;
}
.conBox p {
	padding: 5px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	height: 130px;
}
.kojin {
	margin-bottom: 20px;
}
.conBox img {
	width: 100%;
	vertical-align: bottom;
}
h2.aTitle {
	font-size: 22px;
	border-bottom :1px solid #444444;
	margin-bottom: 20px;
}
.sslider {
	margin-top: 100px;
}
	
#wrapper {
	margin-top: 14px;
}

/* ## info box ## */
.ifBox {
	width: 31.3%;
	height: 254px;
}
.ifBox .boxT img {
	height: 128px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	vertical-align: bottom;
}
.ifBox .boxT img:hover {
	opacity: 0.9;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.ifBox:nth-child(3n) {
	margin-right: 0;
}
.ifBox .boxT .eDate {
	font-size: 11px;
	line-height: 1.2;
}

.cIntro {
	font-size: 14px;
	margin: 10px 0;
}

/* contents air */
#conAir img.airBack {
	width: 240px;
	top: -14px;
	left: -74px;
}
#conAir .aTex {
	border-radius: 4px;
	margin-bottom: 18px;
	padding: 0 14px 10px 14px;
}
#conAir .cIntroL {
	font-size: 20px;
	margin-bottom: 4px;
	padding-left: 180px;
}
#conAir .cIntroM {
	font-size: 14px;
	padding-left: 180px;
}
	
}
/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {

/* ## info box ## */
.ifBox {
	height: 294px;
}
.ifBox .boxT img {
	height: 168px;
}
.ifBox .boxT .eDate {
	font-size: 13px;
	line-height: 1.2;
}

.cIntro {
	font-size: 15px;
	margin: 12px 0;
}
	
/* contents air */
#conAir img.airBack {
	width: 300px;
	top: -14px;
	left: -74px;
}
#conAir .aTex {
	border-radius: 5px;
	margin-bottom: 18px;
	padding: 14px 18px 14px 18px;
}
#conAir .cIntroL {
	font-size: 24px;
	margin-bottom: 6px;
	padding-left: 240px;
}
#conAir .cIntroM {
	font-size: 16px;
	padding-left: 240px;
}
.conBox p {
	padding: 5px;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	height: 110px;
}
}


/* #### width 1248px 以上の場合の設定 #### */
@media (min-width: 1248px) {

/* ## info box ## */
.ifBox {
	height: 280px;
}
.ifBox .boxT img {
	height: 184px;
}
.ifBox .boxT .eDate {
	font-size: 14px;
	line-height: 1.2;
}
	
.cIntro {
	font-size: 16px;
	margin: 14px 0;
}
	
/* contents air */
#conAir {
}
#conAir img.airBack {
	width: 390px;
	top: -14px;
	left: -74px;
}
#conAir .aTex {
	border-radius: 6px;
	margin-bottom: 24px;
	padding: 18px 24px 20px 24px;
}
#conAir .cIntroL {
	font-size: 28px;
	margin-bottom: 8px;
	padding-left: 314px;
}
#conAir .cIntroM {
	font-size: 18px;
	line-height: 1.3;
	text-shadow: 2px 2px 4px #444444;
	padding-left: 314px;
}

}