/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
sp
--------------------------------------------------*/
@media screen and (max-width: 768px) {
	
/*--------------------------------------------------
ここから
--------------------------------------------------*/
	#main {
		min-width: 100%;
		width: 100%;
		font-size: 12px;
	}
	#main a {
		text-decoration: none;
		display: block;
	}	
	.f-size01 {
		font-size: 22px;
		font-weight: bold;
	}
	#main {
		min-width: 100%;
	}

	#main .inner{
		margin: 0 auto;
	}
	#main img {
		width: 100%;
	}
	/*--------------------------------------------------
	mv
	--------------------------------------------------*/

	/*--------------------------------------------------
	title
	--------------------------------------------------*/
	#main  .titel-box {
		text-align: center;
		width: 100%;
		margin: 0 auto;
	}
	#main .title01 {
		font-size: 22px;
		font-weight: bold;
		line-height: 1.4;
	}
	#main .subttl {
		color: #b9a978;
		font-weight: bold;
		font-size: 12px;
		padding-top: 5px;
		margin: 0;
		line-height: 1;
	}

	#main .title02 {
		background: #b9a978;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		line-height: 65px;
	}
	#main .title02 .new-line {
		line-height: 1.4;
		display: inline-block;
		font-weight: bold;
		height: 57px;
		padding-top: 8px;
	}
	#main .titel-box02 {
		text-align: center;
		width: 92%;
		margin: 0 auto;
	}

	#main .subttl-01 {
		font-size: 18px;
		font-weight: bold;
		margin-top: 30px;
	}	
/*--------------------------------------------------
ページャー　ボタン
--------------------------------------------------*/
	/* Dots */
	.slide-dots {
		position: absolute;
		text-align: center;
		margin: 0 0 0 -48px;
		z-index: 1;
		bottom: -65px;
		left: 50%;
		display: none;
	}
	.slide-dots li {
		display: inline-block;
		padding: 0 6px;
		display: none;
	}
	.slide-dots li button {
		width: 20px;
		height: 20px;
		background: #bbb;
		border-radius: 50%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		cursor: pointer;
	}
	.slide-dots .slick-active button {
		background: #4d774d;
	}

	.slide-dots2 {
		position: absolute;
		text-align: center;
		margin: 135% 0 0 -7.3%;
		z-index: 888;
		left: 50%;
		bottom: 0;
		top: 0;
	}
	.slide-dots2 li {
		display: inline-block;
		padding: 0 6px;
	}
	.slide-dots2 li button {
		width: 12px;
		height: 12px;
		background: #39383a;
		border-radius: 50%;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		cursor: pointer;
	}
	.slide-dots2 .slick-active button {
		background: #b9a978;
	}


	button {
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.slide-arrow {
		position: absolute;
		top: 45%;
		cursor: pointer;
		z-index: 1000;
		display: none;
		visibility: hidden;
	}

	.prev-arrow {
		width: 38px;
		height: 38px;
		border-top: solid 8px #ddd;
		border-right: solid 8px #ddd;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		position: absolute;
		left: 30px;
		margin-top: -19px;
		display: none;

	}

	.slide-arrow02 {
		position: absolute;
		top: 45%;
		cursor: pointer;
		z-index: 1000;
	}

	.prev-arrow02 {
		width: 18px;
		height: 18px;
		border-top: solid 2px #989797;
		border-right: solid 2px #989797;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		position: absolute;
		left: 0;
		display: none;
		margin-top: -20px;
	}

	.next-arrow02 {
		width: 18px;
		height: 18px;
		border-top: solid 2px #989797;
		border-right: solid 2px #989797;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 0;
		display: none;
		margin-top: -20px;
	}


	.slide-arrow03 {
		position: absolute;
		top: 50%;
		cursor: pointer;
		z-index: 1000;
	}

	.prev-arrow03 {
		width: 16px;
		height: 16px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(-135deg);
		transform: rotate(-135deg);
		position: absolute;
		left: 3%;
		display: none;
		margin-top: -10px;
	}

	.next-arrow03 {
		width: 16px;
		height: 16px;
		border-top: solid 2px #fff;
		border-right: solid 2px #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 3%;
		display: none;
		margin-top: -10px;
	}

	
	
/*--------------------------------------------------
com01 ボックス並び
--------------------------------------------------*/

#main .com01{
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	width:100%;
	overflow: hidden;
}
#main .com01 li {
	width: 100%;
	margin:0;
	margin-bottom: 2%;
	margin-right: 0;
	height: auto;
	position: relative;	
}
	
	#main .com01 li:nth-child(even) {
		margin-right: 0;
	}

#main .com01 a {
	border: solid #b9a978 2px;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	display: block;
}

#main .com01 a:after{
	content: "";
	position: absolute;
	display: block;
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 24px 24px;
	border-color: transparent transparent #b9a978 transparent;
}
#main .com01 a:hover {
	box-sizing: border-box;
	box-shadow:4px 4px 0px 3px #b9a978;
}

#main .com01 .text_box {
	padding: 20px 5% 20px 5%;
}

#main .com01 .text_box .text {
	margin-bottom: 10px;
}
#main .com01 .text_box .text p{
	font-size: 16px;
	font-weight: bold;
	display:block;
	line-height: 1.4;
}
	
	#main .com01 .text_box .text .inline01 p {
		display: inline-block;
	}
	

#main .com01 .text_box .text .t-fl p {
	float: left;
}

#main .com01 .text_box .text .day-box p {
	font-size: 12px;
	line-height: 1.4;
	margin-top: 6px;
}
	
	
	#main .com01 .aviation {
		float: left;
		margin-left: 1%;
		margin-top: 3px;
		width: 69%;
	}
	#main .com01 .day-box {
		float: left;
		width: 25%;
	}
	
	
#main .com01 .text_box .text p span{
	font-weight: bold;
}
#main .com01 .text_box .text .departure {
	background: #474747;
	color: #fff;
	display: inline-block;
	width: 50px;
	line-height: 1.4;
	padding: 2px 0;
	margin-top: 2px;
	text-align: center;
	margin-right: 10px;
	font-size: 11px;
}


#main .com01 .image {
	float: left;
	width: 27%;
	margin-right: 0;
}

#main .com01 .text01 {
	float: right;
	width: 69%;
	margin-top: 0;
	line-height: 1.4;
}
#main .com01 .money {
	margin-top: 5px;
	color: #1e4e84;
	font-size: 16px;
}
#main .com01 .money p {
	font-weight: bold;
	line-height: 1.4;
	display: inline-block;
}
#main .com01 .money .bg{
	background: #1e4e84;
	color: #fff;
	display: inline-block;
	line-height: 1.4;
	width: 60px;
	font-size: 12px;
	text-align: center;
	vertical-align:bottom;
	position: relative;
	top: -4px;
	padding: 3px 0;
	margin-right: 10px;
}
	
	
/*--------------------------------------------------
com02 ボックス並び
--------------------------------------------------*/

#main .com02 li{
  float: none;
	width: 100%;
	margin-right: 0;
	background: #fff;
	border: solid 2px #b9a978;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 15px;
}

#main .com02 li:nth-child(even){
	margin-right: 0
}

#main .com02 .box01 {
	display: table;
}
#main .com02 .image {
	display: table-cell;
	padding-right: 15px;
	width: 35%;
}
#main .com02 .text {
	display: table-cell;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}

#main .com02 .text p{
	font-size: 13px;
	font-weight: bold;
}

#main .com02 .b-btn {
	display: inline-block;
	color: #fff;
	position: absolute;
	background: #b9a978;
	bottom: 0;
	right: 0;
	height: 20px;
	width: 65px;
	text-align: center;
	line-height: 22px;
	font-size: 11px;
}

#main .com02 a:hover .b-btn {

}

#main .com02 a:hover {
	box-sizing: border-box;
	box-shadow:4px 4px 0px 4px #b9a978;
}	

	
	
/*--------------------------------------------------
com03 ボックス並び
--------------------------------------------------*/


#main .com03{
	display: block;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-flow: row wrap;
	justify-content: flex-start;
	width:100%;
	overflow: hidden;
}

#main .com03 li {
	width: 100%;
	margin:0 20px 20px 0;
	height: auto;
	position: relative;	
}

#main .com03 a {
	position: relative;
	display: block;	
}

#main .com03 li:after{
	content: "";
	position: absolute;
	display: block;
	bottom: 10px;
	right: 10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 24px 24px;
	border-color: transparent transparent #b9a978 transparent;
}
#main .com03 li:hover {
	box-sizing: border-box;
	box-shadow:4px 4px 0px 3px #b9a978;
}

#main .com03 .text_box {
	padding: 20px 5% 30px 5%;
}

#main .com03 .text_box .s-text{
	margin-bottom: 15px;
}
#main .com03 .text_box .text {
	float: left;
}
#main .com03 .text_box .text .departure {
  background: #474747;
	color: #fff;
	display: inline-block;
	width: 50px;
	line-height: 1.4;
	padding: 2px 0;
	margin-top: 2px;
	text-align: center;
	margin-right: 10px;
	font-size: 12px;
	float: left;
}
#main .com03 .text_box .text .departure span{
	font-weight: bold;
}

#main .com03 .t-float {
	float: left;
	width:79%;
	padding-top: 0;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	line-height: 1.4;
}
#main .com03 .t-float p {
	float: left;
	font-size: 17px;
	font-weight: bold;
	display: inline-block;
	line-height: 1.4;
}

#main .com03 .t-float p span{
	font-weight: bold;
}

#main .com03 .airport {
	font-size: 22px;
	font-weight: bold;
	color: #b9a978;
	margin-bottom: 13px;
}
#main .com03 .point {
	background: #fafafa;
	width: 100%;
	margin-top: 20px;
}
#main .com03 .point .p-bg {
	background: #eadfbe;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
  padding: 5px 0;
}
#main .com03 .point .ls {
	padding: 10px 10px 12px 10px;
}
#main .com03 .point .ls p {
	padding-left: 4px;
	margin-bottom: 4px;
}
#main .com03 .point .ls p:before{
	content: '';
	border-radius: 10px;
	background: #fafafa;
	width: 10px;
	margin-right: 4px;
	position: relative;
	display: inline-block;
	height: 10px;
	top: 0;
	box-sizing: border-box;
	border: solid 3px #d8cfb5;
}

#main .com03 .image {
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

#main .com03 .text01 {
	float: none;
	width: 100%;
	line-height: 1.6;
}
#main .com03 .money {
	margin-top: 15px;
	color: #1e4e84;
	font-size: 16px;
}
#main .com03 .money p {
	font-weight: bold;
	line-height: 1.4;
}
#main .com03 .money .bg{
	background: #1e4e84;
	color: #fff;
	display: inline-block;
	line-height: 1.4;
	width: 60px;
	font-size: 12px;
	text-align: center;
	vertical-align:bottom;
	position: relative;
	top: -4px;
	padding: 3px 0;
	margin-right: 10px;
}
	
	
	
	

/*--------------------------------------------------
com04 ボックス並び
--------------------------------------------------*/
#main .com04 .box {
	margin-bottom: 25px;
	background: #fff;
}

#main .com04 .image-left {
	float: none;
}
#main .com04 .image-right {
	float: none;
}
#main .com04 .text-box {
	float: none;
	background: #fff;
	width: 100%;
	position: relative;
	height: auto;
}
#main .com04 .text-box h5 {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 45px;
	background: #2f598c;
	padding-left: 20px;
}

#main .com04 .text-box h5 span {
	font-weight: bold;
	font-size: 12px;
}

#main .com04 .text-box .text {
	font-size: 12px;
	padding: 10px 20px 10px 20px;
}

#main .com04 .text-box .t-right {
	position: inherit;
	right: 0;
	bottom: 0;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 20px;
	
}
	
	
/*--------------------------------------------------
sec09 com05 ボックススライダー
--------------------------------------------------*/

#main .com05 .slider02 {
	margin: 0 auto;
	width: 100%;
}

#main .com05 .slider02 .photo {
	margin: 0 5px;
	position: relative;
	margin-bottom: 10px;
}


#main .com05 .slider02 .text {
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,0.5);
	font-size: 12px;
}

#main .com05 .slider02 .text p {
	padding: 10px;
	font-size: 12px;
	font-weight: bold;	
}	
	
	
	

/*----------------------------------------------------------------------------------------------
 under共通
--------------------------------------------------*/

/*--------------------------------------------------
com06
--------------------------------------------------*/

#main .com06 {
	width: 100%;
	margin: 0 auto;
	margin-top: 14%;
	height: auto;
	background: url(../images/under-com01-bg.jpg) center center no-repeat ;
	background-size: cover;
	padding-bottom: 14%;
}
#main .com06 .inner {
	width: 92%;
	margin: 0 auto;
	color: #fff;
}

#main .com06 .text-box {
	padding-top: 10%;
}
#main .com06 .text {
	float: none;
}

#main .com06 .text h4 {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.4;
}
#main .com06 .text .tx01 {
	display: inline-block;
	background: #fff;
	font-size: 14px;
	color: #39383a;
	font-weight: bold;
	padding: 2px 10px 0 10px;
	margin-top: 14px;
	margin-bottom: 10px;
}
#main .com06 .text p {
	font-size: 12px;
}
#main .com06 .image {
	float: none;
	margin-top: 15px;
}

#main .com06 .link-box {
	margin-top: 10%;
}

#main .com06 .link01 {
	float: none;
	width: 100%;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
}

#main .com06 .link02 {
	float: none;
	width: 100%;
	color: #fff;
	margin: 0 auto;
}

#main .com06 .link-box a {
	border: solid #fff 1px;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 65px;
}

#main .com06 .link-box a:after {
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 40%;
	display: inline-block;
}


#main .com06 .link-box a:hover {
	border: solid #fff 1px;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 65px;
	background: none;
}

#main .com06 .link-box a:hover:after {
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 40%;
	display: inline-block;
}


/*--------------------------------------------------
com07
--------------------------------------------------*/

#main .com07 {
	width: 100%;
	margin: 0 auto;
	margin-top: 14%;
}
#main .com07 .inner {
	width: 92%;
	margin: 0 auto;
}

#main .com07 .f-nav-box {
	margin-top: 40px;
}

#main .com07 .f-nav-box h5 {
	color: #fff;
	background: #b9a978;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 40px;
}
#main .com07 .left-box {
	width: 100%;
	float: none;
	border-bottom: none;
	padding-bottom: 20px;
}
#main .com07 .right-box {
	width: 100%;
	float: none;
	border-bottom: solid 1px #b9a978;
	padding-bottom: 15px;
}
#main .com07 .f-nav-box ul {
	padding-left: 10px;
	margin-top: 15px;
	line-height: 1.3;
}
#main .com07 .f-nav-box li {
	margin-bottom: 10px;
}
#main .com07 .f-nav-box a{
	position: relative;
	font-size: 13px;
}
#main .com07 .f-nav-box a:before {
	content:"";
	width: 6px;
	height: 6px;
	border-top: solid 1px #b9a978;
	border-right: solid 1px #b9a978;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
	position: relative;
	top: -1px;
	display: inline-block;
}
	
	
/*--------------------------------------------------
タブ共通
--------------------------------------------------*/

#main .tab_wrap{
	width:92%; margin:30px auto 0;
}
#main input[type="radio"]{display:none;}
#main .tab_area{font-size:0; width: 100%; margin:0 auto;}
#main .tab_area label{
	width:19.5%; 
	margin:0; 
	display:inline-block; 
	height: 8%; 
	vertical-align: bottom;
	color:#fff; 
	background:#9eadc0; 
	text-align:center; 
	font-size:2.5vw;
	font-weight: bold;
	cursor:pointer; 
	z-index: 111;
	position: relative;
	line-height: 1.3;
	padding: 5% 0 4% 0;
	transition:ease 0.2s opacity;
}

#main label.tab5_label span {
	line-height: 1.3;
	font-weight: bold;
	padding-top: 0;
	display: inline-block;
}

#main .tab_area label+label {
	margin-left: 0.5%;
}
#main .tab_area label:hover{opacity:1;}

#main .tab_panel{width:100%; padding:20px 0; display:none;}

#main #tab1:checked ~ .tab_area .tab1_label{background:#2f598c; color:#FFF; position: relative; padding: 8% 0 4% 0; height: 8%; }
#main #tab1:checked ~ .tab_area .tab1_label:after{
	content: "";
	position: absolute;
	display: block;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #2f598c transparent transparent transparent;
}
#main #tab1:checked ~ .panel_area #panel1{display:block; }

#main #tab2:checked ~ .tab_area .tab2_label{background:#2f598c; color:#FFF; position: relative;  padding: 8% 0 4% 0; height: 8%; }
#main #tab2:checked ~ .tab_area .tab2_label:after{
	content: "";
	position: absolute;
	display: block;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #2f598c transparent transparent transparent;
}
#main #tab2:checked ~ .panel_area #panel2{display:block;}


#main #tab3:checked ~ .tab_area .tab3_label{background:#2f598c; color:#FFF; position: relative; padding: 8% 0 4% 0; height: 8%;}
#main #tab3:checked ~ .tab_area .tab3_label:after{
	content: "";
	position: absolute;
	display: block;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #2f598c transparent transparent transparent;
}
#main #tab3:checked ~ .panel_area #panel3{display:block;}


#main #tab4:checked ~ .tab_area .tab4_label{background:#2f598c; color:#FFF; position: relative; padding: 8% 0 4% 0; height: 8%;}
#main #tab4:checked ~ .tab_area .tab4_label:after{
	content: "";
	position: absolute;
	display: block;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #2f598c transparent transparent transparent;
}
#main #tab4:checked ~ .panel_area #panel4{display:block;}

#main #tab5:checked ~ .tab_area .tab5_label{background:#2f598c; color:#FFF; position: relative; padding: 8% 0 4% 0; height: 8%;}
#main #tab5:checked ~ .tab_area .tab5_label:after{
	content: "";
	position: absolute;
	display: block;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #2f598c transparent transparent transparent;
}
#main #tab5:checked ~ .panel_area #panel5{display:block;}


#main .tab_area {
	width: 100%;
	margin: auto;
}
	
	

/*--------------------------------------------------
人気の国共通
--------------------------------------------------*/

#main .panel_area {
	margin: 0 auto;
	width: 100%;
}

#main .tb-box {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
#main .tb-box:nth-child(3n) {
		margin-right: 4%;
}

	#main .tb-box:nth-child(even){
		margin-right: 0;
}
	
#main .tb-box .image-box {
	position: relative;
}

#main .tb-box .text-box {
	position: absolute;
	top: 21%;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	display: inline-block;
	left: 0;
	right: 0;
	font-weight: bold;
}
#main .tb-box .text-box .country {
	font-size: 4vw;
	font-weight: bold;
	line-height: 1.3;
}

#main .tb-box .text-box .country span {
	font-size: 2.5vw;
	font-weight: bold;
}
#main .tb-box .text-box .money {
	font-size: 3vw;
	font-weight: bold;
	margin-top: 10px;
}
#main .tb-box .text-box .money span {
	font-size: 5.5vw;
	font-weight: bold;
}

#main .tb-box .link-btn {
	background: #b9a978;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	font-size: 12px;
	line-height: 30px;
}

#main .tb-box .link-btn:after{
	content: "";
	position: absolute;
	display: block;
	right: 14px;
	top: 13px;
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);	
}

#main .tb-box:hover .link-btn {
	background: #39383a;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
	width: 100%;	/*画像の幅*/
	height: auto;	/*画像の高さ*/
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;/*変化に掛かる時間*/}
.imgWrap img:hover {
	transform: scale(1.15);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity:1;
}

#main .tb-box:hover .imgWrap img {
	transform: scale(1.15);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	opacity:1;
}
	
	
	
	
	
	
/*-----------------------------------------*
/* アコーディオン
-----------------------------------------*/
.mod_panel {
}
.mod_panel .panelTitle a{
 display: block;
 position: relative;
	color: #fff;
}
.mod_panel .panelTitle a:after {
 position: absolute;
 top: 40%;
	color: #fff;
	content: "";
	display: block;
	position: absolute;
	right:5%;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: translateX(-50%) rotate(135deg);
}
.mod_panel .panelTitle.open a:after {
 content: "";
}
.mod_panel_inner {
}
.mod_panel_inner.close01 {
 display: none;
}
.mod_panel_inner_btn p.closebtn01 {
 display: block;
 cursor: pointer;
 text-align: center;
	width: 80%;
	margin: 0 auto;
	padding-bottom: 12%;
	margin-top: 5%;
	font-weight: bold;
}
.mod_panel_inner_btn p.closebtn01 a {
 background-color: #fff;
 text-decoration: none;
 display: inline-block;
 padding: 7px 0 9px 0;
	z-index: 1111;
	position: relative;
}
.mod_panel_inner_btn p.closebtn01 a::before {
 content: "";
 display: inline-block;
 font-family: FontAwesome;
 font-size: 120%;
 margin: 0 10px 0 0;
}
	
	

/*--------------------------------------------------
search　共通
--------------------------------------------------*/

#main .search {
	background: url(../images/search-bg.jpg) 0 0 no-repeat ;
	background-size: cover;
	height: auto;
	width: 100%;;
	margin: 0 auto;
	margin-top: 7%;
	padding: 0;
	padding-bottom: 10%;
	
}
#main .search .s-ttl {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px;
	width: 92%;
	line-height: 1.4;
}
#main .search .sh-box {
	margin: 0 auto;
	width: 100%;
	margin-top: 15px;
}
#main .search .sh01 {
	float: none;
	text-align: center;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 15px;
}

#main .search .sh01 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 0;
	background: #ffffff;
}
#main .search .sh01::before {
	position: absolute;
	top: 1.3em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
#main .search select {
	padding: 10px 38px 10px 20px;
	color: #aaa;
}


#main .search input{
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
}
#main .search input::-ms-expand {
    display: none;
}
#main .search .s-btn{
	display: table;
	width:80%;
	background:#2f598c;
	line-height: 60px;
	box-sizing: border-box;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0 auto;
	margin-top:5px;
	position: relative;
	font-weight: bold;
}
#main .search .btn{
	width:100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#main .search .btn:before {
	display: block;
	content: "";
	position: absolute;
	background: url(../../images/icon01.png) 0 0 no-repeat ;
	background-size: 18px 18px;
	width: 18px;
	height: 18px;
	top: 36%;
	left: 28%;

}
#main .search .btn:hover{
	opacity: 0.6;
}

#main .wrapper_01 .error {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 130px;
	margin: 0 auto;
	text-align: center;
	z-index: 1;
	line-height: 1;
	opacity: 0.9;
	display: inline-block;
	padding-left: 0;
	height: 0;
}
	
	#main .sec03 .serchBox {
	padding-bottom: 0;
}

	
/*-----------------------------------------------------------------------------------------------
it
--------------------------------------------------*/
/*--------------------------------------------------
mv
--------------------------------------------------*/
#main #it_mv {
		width: 100%;
		height: auto;
		margin: 0 auto;
		position: relative;
		padding-top: 86.66%;
}
#main #it_mv .image-box {
		position: absolute;
		width: 100%;
		height: 0;
		top: 0;
}
#main #it_mv .mv-text {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		color: #fff;
		margin: 30% auto 0;
		width: 100%;
}

#main #it_mv .mv-text  {
	font-weight: bold;
	text-align: center
}
#main #it_mv .mv-text .text{
	font-size: 7.5vw;
	font-weight: bold;
}
#main #it_mv .mv-text .text .tx{
	font-size: 6vw;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 5%;
}

#main #it_mv .mv-text .t-sub {
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
	font-size: 4vw;
	font-weight: bold;
	display: inline-block;
	padding: 10px 0;
	margin-top: 5%;
}
#main #it_mv .slider {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto;
		width: 100%;
		height: 0;
		top: 0;
}

#main #it_mv .image01 {
	background: url(../images/sp-mv01.jpg) 0 0 no-repeat ;
	position: relative;
		background-size: 100% auto;
		width: 100%;
		height: 0;
		padding-top: 86.66%;
	
}

#main #it_mv .image02 {
	background: url(../images/sp-mv01.jpg) 0 0 no-repeat ;
	position: relative;
		background-size: 100% auto;
		width: 100%;
		height: 0;
		padding-top: 86.66%;
}

#main #it_mv .image03 {
	background: url(../images/sp-mv01.jpg) 0 0  no-repeat ;
	position: relative;
		background-size: 100% auto;
		width: 100%;
		height: 0;
		padding-top: 86.66%;
}
	
#main #it_mv .slide-dots2 {
		position: absolute;
		text-align: center;
		margin: 95% 0 0 -7.3%;
		z-index: 888;
		left: 50%;
		bottom: 0;
		top: 0;
	}
	
	
/*--------------------------------------------------
it sec01
--------------------------------------------------*/

#main .it .sec01 {
	width: 92%;
	text-align: center;
	margin: 0 auto;
	margin-top: 10%;
	font-size: 14px;
	line-height: inherit;
}

#main .it .sec01 .text {
	margin-top: 20px;
	line-height: 1.8;
	text-align: left;
}

	
/*--------------------------------------------------
it sec02
--------------------------------------------------*/

#main .it .sec02 {
	width: 100%;
	background: url(../images/sec02-img01.jpg) center center no-repeat ;
	height: auto;
	background-size: cover;
	margin-top: 8%;
	padding: 0;
	padding-bottom: 10%;
}
#main .it .sec02 .inner {
	width: 92%;
	margin: 0 auto;
}

#main .it .sec02 .ls-box {
	padding-top: 10%;
}
#main .it .sec02 .ls-box li {
	float: none;
	width: 100%;
	border: solid 1px #b9a978;
	box-sizing: border-box;
	margin-right: 50px;
	margin-bottom: 20px;
}

#main .it .sec02 .ls-box li:last-child {
	margin-right: 0;
}

#main .it .sec02 .ls-box li .tx01 {
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	background: #b9a978;
	line-height: 40px;
}

#main .it .sec02 .ls-box li .bg-box {
	display: table;
	text-align: center;
	width: 100%;
	height: auto;
	font-size: 14px;
	font-weight: bold;
	padding: 20px 0;
}

#main .it .sec02 .ls-box li .bg-box p {
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	line-height: 1.3;
}

#main .it .sec02 .ls-box li .box01 {
	background: url(../images/sec02-img02.jpg) center center no-repeat ;
	width: 100%;
	background-size: cover;
}

#main .it .sec02 .ls-box li .box02 {
	background: url(../images/sec02-img03.jpg) center center no-repeat ;
	width: 100%;
	background-size: cover;
}

#main .it .sec02 .ls-box li .box03 {
	background: url(../images/sec02-img04.jpg) center center no-repeat ;
	width: 100%;
	background-size: cover;
}


#main .it .sec02 .ls-box li .f-size02 {
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
}



#main .it .sec02 .link-box {
	margin-top: 20px;
}

#main .it .sec02 .link-box a {
	border: solid #fff 1px;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	width: 80%;
	font-weight: bold;
	line-height: 1.4;
	padding: 18px 0;
}

#main .it .sec02 .link-box a:after {
	content:"";
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 44%;
	display: inline-block;
}


#main .it .sec02 .link-box a:hover {
	border: solid #fff 1px;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	background: none;
	color: #fff;
	margin: 0 auto;
	width: 80%;
	font-weight: bold;
	line-height: 1.4;
	padding: 18px 0;
}

#main .it .sec02 .link-box a:hover:after {
	content:"";
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	top: 44%;
	display: inline-block;
}

/*--------------------------------------------------
it sec03
--------------------------------------------------*/
#main .it .sec03 {
	margin-top: 15%;
	width: 100%;
	background: none;

}
#main .it .sec03 .inner {
	width: 100%;
	margin: 0 auto;
	background: #f4f3ef;
	padding: 0;
	margin-top: 7%;
}


#main .under-com01 {
	padding: 5% 3% 2% 3%;
}

#main  .under-com01 .ls-com {
	background: #fff;
	border: solid 2px #b9a978;
	box-sizing: border-box;
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 2%;
}
	
#main  .under-com01 .ls-com:nth-child(even) {
		margin-right: 0;
	}	

#main  .under-com01 .ls-com .box {
	padding: 5% 5% 3% 5%;
	position: relative;
	z-index: 1;
}

#main  .under-com01 .ls-com .box .image {
	float: left;
	width: 30%;
}
#main  .under-com01 .ls-com .box .text {
	float: right;
	width: 66%;
	margin-top: 0;
}

#main  .under-com01 .ls-com .box .text p {
font-size: 12px;
	line-height: 1.5;
}

#main  .under-com01 .ls-com .box .text .cty-name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 8px;
}


#main .under-com01 .t-link a {
	text-align: right;
	display: block;
	font-weight: bold;
	color: #bf4f04;
	margin-top: 10px;
}



#main .under-com01 .ls-com .link-box {
	padding: 0 5% 5% 5%;
}
#main .under-com01 .ls-com .link-box a {
	background: #b9a978;
	font-size: 12px;
	position: relative;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	font-weight: bold;
	line-height: 1.4;
	padding: 0;
	padding: 12px 0;
	height: auto;
}

#main .under-com01 .ls-com  .link-box a:after {
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: 40%;
	display: inline-block;
}


#main .under-com01 .ls-com .link-box a:hover {
	background: #b9a978;
	font-size: 12px;
	position: relative;
	text-align: center;
	border: none;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	font-weight: bold;
	line-height: 1.4;
	padding: 0;
	padding: 12px 0;
	height: auto;
}

#main .under-com01 .ls-com .link-box a:hover:after {
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 14px;
	top: 40%;
	display: inline-block;
}


#main .under-com01 .link-box02 {
	margin-top: 30px;
	padding-bottom: 10%;
}

#main .under-com01 .link-box02 a {
	border: none;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	font-weight: bold;
	line-height: 1.4;
	padding: 20px 0;
	background: #2f598c;
}

#main .under-com01 .link-box02 a:after {
	content:"";
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 40%;
	display: inline-block;
}


#main .under-com01 .link-box02 a:hover {
	border: none;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	font-weight: bold;
	line-height: 1.4;
	padding: 20px 0;
	background: #2f598c;
}

#main .under-com01 .link-box02 a:hover:after {
	content:"";
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 40%;
	display: inline-block;
}	
	
/*--------------------------------------------------
it sec04
--------------------------------------------------*/
#main .it .sec04 {
	margin-top: 15%;
	width: 100%;
	background: none;

}
#main .it .sec04 .inner {
	width: 92%;
	margin: 0 auto;
	padding: 0;
	margin-top: 8%;
}


#main .under-com02 .image{
	float: none;
}

#main .under-com02 .text{
	float: none;
	background: #474747;
	color: #fff;
	height: auto;
	width: 100%;
}

#main .under-com02 .text .t-box {
	padding: 8%;
}

#main .under-com02 .text .t-box .a-logo {
	background: #fff;
}

#main .under-com02 .text .t-box .a-logo img {
	width:60%;
}

#main .under-com02 .text .t-box .air-name {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.4;
	padding: 10px 0 10px 0;
}

#main .under-com02 .link-box a {
	border: none;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	font-weight: bold;
	line-height: 1.4;;
	padding: 0;
	background: #b9a978;
	height: auto;
	padding: 18px 0;
}

#main .under-com02 .link-box a:after {
	content:"";
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 42%;
	display: inline-block;
}

#main .under-com02 .link-box a:hover {
	border: none;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	width: 100%;
	font-weight: bold;
	line-height: 1.4;;
	padding: 0;
	background: #b9a978;
	height: auto;
	padding: 18px 0;
}

#main .under-com02 .link-box a:hover:after {
	content:"";
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	top: 42%;
	display: inline-block;
}

/*--------------------------------------------------
it sec05
--------------------------------------------------*/
#main .it .sec05 {
	margin-top: 15%;
	width: 100%;
	background: none;
}
#main .it .sec05 .inner {
	width: 100%;
	margin: 0 auto;
	background: #f4f3ef;
	padding: 0;
	margin-top: 8%;
	padding-bottom: 8%;
}
#main .it .sec05 .com01 {
	margin-left: 0;
	width: 92%;
	padding-top: 10%;
	margin: 0 auto 0;	
}	
	
/*--------------------------------------------------
it sec06
--------------------------------------------------*/
#main .it .sec06 {
	margin-top: 15%;
	width: 100%;
	background: none;
}

#main .it .sec06 .inner {
	width: 100%;
	margin: 0 auto;
	background: #f4f3ef;
	padding: 0;
	margin-top: 5%;
	padding-bottom: 0;
}

	#main .it .sec06 .title02 {
		padding: 12px 0;
		line-height: 1.4;
		font-size: 16px;
	}
	
}