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

/*===============================================
●For Desktop Min Width 769px
===============================================*/

#breadcrumb {
	padding: 5px 0;
}

#breadcrumb_content {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}

#special_top {
  height: 350px;
  background:url("images/top2.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
}




#special_top h1 {
	margin: 0 auto;
	padding: 270px 0 0 0;
	color: #FFFFFF;
	max-width: 1200px;
	font-family: 'Big Caslon','Baskerville','Times New Roman', serif;
	font-size: 1.8em;
	text-shadow: 2px 2px 2px rgba(150, 150, 150, 1);
}



#special_top h1.japan {
	padding: 270px 0 0 0;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}


@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}


#calender {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	width: 100%;
	text-align: center;
}


#calender h1{
	text-align: center;
	font-size: 2em;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;

}

#calender img {
	width: 90%;
  margin: 10px;}



#top_description3 {
	text-align: center;
	padding: 20px 0;
	font-size: 1.2em;
}

#airline_content {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	width: 100%;
}

#top_description {
	text-align: center;
	padding: 20px 0;
	font-size: 1.2em;
}

#airline_content > ul {
    margin-bottom: 0;
}

#airline_content > ul > li {
    float: left;
    margin: 1%;
    width: 31.33%;
    min-height: 380px;
}

#airline_content > ul > li a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

#airline_content > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
	border: 1px solid #FFF;
}

#airline_content > ul > li a:hover > img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

#airline_content > ul > li a:hover .gallery-poster > img {
    opacity: 1;
}


#airline_content ul li .bottom_des {
	clear: both;
	padding: 0 0 15px 0;
}



#airline_content ul li .bottom_des h3 {
	font-size: 1.3em;
	padding: 5px 0;
}

#airline_content ul li .bottom_des h3 a {
	text-decoration: underline;
}

#airline_content ul li .bottom_des p {
	clear: both;
	padding: 0 0 5px 0;
}

.clear {
	clear: both;
}


#airline_content h1{
	text-align: center;
	font-size: 2em;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;

}




#news {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}

#news2 {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}

.news_section {
overflow: hidden;
border-radius: 3px;
margin-top: 10px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
position: relative;
background-color: #D9EFFF;
border-bottom: 2px solid transparent;
}


.news_section　:hover {
border: none;
border-bottom: 2px solid #00BCD4;
}

.news_section .details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 1em 1em 0 1em;
font-size: 1.2em;
}

.news_section .date {
text-align: right;
	font-size: 0.8em;
}

.news_section .category {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
}

.news_section .category p {
font-size: 0.8em;
padding: 3px 8px;
cursor: pointer;
width: 8em;
margin: 0;
border-radius: 10px;
background: #00BCD4;
text-align: center;
color: #ffffff;
}

.news_section .description {
padding: 0 1em;
}

.news_section .description h1 {
font-size: 1.4em;
margin: 0;
margin-bottom: 0.5em;
}

.news_section .description .text p {
margin: 0;
}

.news_section .description a {
float: right;
margin-bottom: 10px;
text-decoration: none;
color: #00BCD4;
}

.news_section .description a:after {
font-family: FontAwesome;
margin-left: -10px;
content: '\f061';
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
vertical-align: middle;
opacity: 0;
}

.news_section .description a:hover:after {
margin-left: 5px;
opacity: 1;
}



.news_section2 {
overflow: hidden;
border-radius: 3px;
margin-top: 10px;
margin-bottom: 5px;
margin-left: auto;
margin-right: auto;
position: relative;
background-color: #FFFFFF;
border-bottom: 2px solid #00BCD4;
}



.news_section2 .details {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 1em 1em 0 1em;
font-size: 1.2em;
}

.news_section2 .date {
text-align: right;
	font-size: 0.8em;
}

.news_section2 .category {
-webkit-box-flex: 2;
-ms-flex: 2;
flex: 2;
}

.news_section2 .category p {
font-size: 0.8em;
padding: 3px 8px;
cursor: pointer;
width: 10em;
margin: 0;
border-radius: 10px;
background: #00BCD4;
text-align: center;
color: #ffffff;
}

.news_section2 .description {
padding: 0 1em;
}

.news_section2 .description h1 {
font-size: 1.4em;
margin: 0;
margin-bottom: 0.5em;
}

.news_section2 .description .text p {
margin: 0;
}

.news_section2 .description a {
float: right;
margin-bottom: 10px;
text-decoration: none;
color: #00BCD4;
}

.news_section2 .description a:after {
font-family: FontAwesome;
margin-left: -10px;
content: '\f061';
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
vertical-align: middle;
opacity: 0;
}

.news_section2 .description a:hover:after {
margin-left: 5px;
opacity: 1;
}



#service_content {
	max-width: 960px;
	margin: 0 auto;
	padding-top: 30px;
	width: 100%;
	background-color: #D9EFFF;

}

#top_description2 {
	text-align: center;
	padding: 20px 0;
	font-size: 1.2em;
}

#service_content > ul {
    margin-bottom: 0;
}

#service_content > ul > li {
    float: left;
    margin: 1%;
    width: 31.33%;
    min-height: 320px;
}

#service_content > ul > li a {
    display: block;
    overflow: hidden;
    position: relative;
    float: left;
}

#service_content > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

#service_content > ul > li a:hover > img {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

#service_content > ul > li a:hover .gallery-poster > img {
    opacity: 1;
}


#service_content ul li .bottom_des {
	clear: both;
	padding: 0 0 10px 0;
}



#service_content ul li .bottom_des h3 {
	font-size: 1.3em;
	padding: 5px 0;
}

#service_content ul li .bottom_des h3 a {
	text-decoration: underline;
}

#service_content ul li .bottom_des p {
	clear: both;
	padding: 0 0 5px 0;
}


#service_content h1{
	text-align: center;
	font-size: 2em;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;

}

.clear {
	clear: both;
}

.news p {
	padding: 10px 0 20px 0;
}

.news h3 {
	margin: 0;
	padding: 10px 0 0 0;
}

.news ul li {
	list-style: disc;
	padding: 0 0 0 5px;
	margin: 0 0 0 20px;
}


table.tbl-r05 {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin: 20px auto;
  width: 100%;
}

.tbl-r05 th {
  background: #f1f1f1;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 5px 10px;
  text-align: left;
  white-space: nowrap;
}

.tbl-r05 .thead th {
  background: #6ea8ff;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.tbl-r05 td {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px;
}

.tbl-r05 td:first-child {
  background: #fbf5f5;
  font-weight: bolder;
}

.content_block {
	margin: 0 auto;
	background: #ffffff;
	padding: 10px 0px;
}

.content_block2 {
	margin: 0 auto;
	background: #ffffff;
	max-width: 1000px;
	padding: 10px 0px;
}

.anchor_block ul {
	text-align: center;
}


.anchor_block ul li {
	list-style: none !important;
	float: left;
	margin: 0 5px 30px 5px;
}

.anchor_block ul li a {
	background: #00B1E1;
	color: #FFF;
	padding: 10px 15px;
}

.anchor_block ul li a:hover {
	background: #34CDF7;
	text-decoration: none;
}

/*===============================================
●For Tablet Max Width 768px
===============================================*/
@media screen and (max-width: 768px){

#airline_content > ul > li {
    float: left;
    margin: 1%;
    width: 48%;
}

#service_content > ul > li {
    float: left;
    margin: 1%;
    width: 48%;
}




.btn {
	text-align: center !important;
	padding: 20px 0;
	margin: 0 0 30px 0;
}

.btn a {
	background: #00B1E1;
	color: #FFF;
	padding: 20px 30px;
}

.btn a:hover {
	background: #34CDF7;
	text-decoration: none;
}

}

/*===============================================
●For Mobile Max Width 640px
===============================================*/
@media screen and (max-width:640px){

#special_top h1 {
	padding: 120px 0 0 0;
	font-size: 1.2em;
}



#special_top h1.japan {
	padding: 120px 0 0 0;
	font-size: 1.2em;
}




.news_section .details {
font-size: 0.9em;
}

.news_section2 .details {
font-size: 0.9em;
}





#top_description {
	font-size: 1.0em;
}

#top_description2 {
	font-size: 1.0em;
}


#special_top{
  height: 200px;
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

#airline_content > ul > li {
    float: none;
    margin: 0px 0px 0px 5px;
    width: 95%;
}

#service_content > ul > li {
      float: none;
    margin:0px 0px 0px 5px;
    width: 95%;
}

#airline_content h1{
	font-size: 1.5em;

}

#service_content h1{
	font-size: 1.5em;

}

p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto 40px;
}



table.tbl-r05 {
    width: 98% !important;
  }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
  	margin: 10px auto 30px auto !important;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #6ea8ff;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r05 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }

  .tbl-r05 td a {
  	color: #FFF;
  	text-decoration: underline !important;
}

.content_block2 img {
	width: 100%;
}


}
