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

html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	position:relative;
	background:#FFF;
	margin: 0;
	padding: 0;
	font-family:"Noto Sans JP", YuGothic,'Yu Gothic', 'メイリオ', Meiryo, "serif"; 
	font-size: 15px;
	line-height:1.6em;
	color:#020202;
}
button,
input,
select,
textarea {
	font-family:'Noto Sans JP',YuGothic,'Yu Gothic', 'メイリオ', Meiryo, "serif"; 
	font-size: 15px;
	font-size: 1rem;
	line-height:1.6;
	color:#020202;
}

img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	border:none;
}

section {
    padding-top: 60px; /* 調整したい高さ（固定ヘッダーの高さ） */
    margin-top: -60px; /* heightと同じ分のネガティブマージン */
}

.marug {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-style: normal;
}
.marugbold {
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
}

.min {
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "メイリオ", Meiryo, serif;
}

.bg-header {
	background:url("img/bg-top.png") center top no-repeat #c2e1f6;
	background-size:100% auto;
}

.head {
	width:100%;
	position:fixed;
	padding:10px 0;
	z-index:500;
  transition: .3s;
}
.head.change-color {
  background-color: #FFF;
}
.sp-head {
	display:none;
}

.headmargin {
	height:60px;
}

a.txtlink {
	display:inline-block;
	height:20px;
	line-height: 18px;
	color:#000;
	padding:0 10px;
	border-left:solid 1px #000;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 400;
  font-style: normal;
	letter-spacing: 0.1em;
	margin:10px 0;
}
a.imglink {
	display:inline-block;
}
a.imglink img {
	padding-left:20px;
	height:40px;
}

.title-p {
	font-size:22px;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
	height:80px;
	margin:40px 0 15px;
	padding:10px 0 10px 8px;
	border-left:solid 10px #0064e1;
}
.subtit {
	color:#0064e1;
  font-family: "M PLUS Rounded 1c", serif;
	background:#bae2f8;
	line-height:1em;
	padding:2px 10px;
	margin-bottom:20px;
}
.blue {
	color:#0064e1;
}
.red {
	color:#ff0000;
}
.pink {
	color:#ff3a74;
}


.inner {
	width:94%;
	margin:0 auto;
	max-width:1100px;
	position:relative;
	font-size: 15px;
	line-height:1.6em;
	text-align: left;
/*	display:flex; 
	align-items: flex-start;*/
}
.inner-s {
	width:90%;
	margin:0 auto;
	max-width:900px;
	font-size: 15px;
	line-height:1.6em;
}

.left {
	float:left;
}
.right {
	float:right;
}

a.btn {
	display:inline-block;
	padding:10px 30px;
	background:#FFF;
	color:#06225C;
	font-size:14px;
	line-height:1em;
	font-weight:normal;
	border:solid 1px #06225C;
	border-radius: 18px;
	vertical-align:top;
	margin-top:5px;
}
a.btn:hover {
	background:#06225C;
	color:#FFF;
}
a.btn.all {
	display:inline-block;
	width:auto;
	padding:1em 2em;
	border-radius: 1.5em;
}
a.btn.all:hover {
	background:#375083;
	color:#FFF;
}


header#header {
	width:100%;
	padding-top:30px;
	padding-bottom:20px;
	background:#000D50;
}
.sitetit {
	width:70%;
	float:left;
	font-size:24px;
	line-height:1.4em;
	font-weight:800;
	color:#FFF;
}
.sitetit a {
	color:#FFF;
	text-decoration: none;
}
.logo-r {
	width:20%;
	max-width:120px;
	float:right;
	margin-top:12px;
}

iframe.f-kiyaku {
	height:240px;
	border:solid 1px #ccc;
}
.kiyaku {
	padding:10px 20px 20px;
	line-height:1.6em;
}

a.btn2, .btn2 {
	display:block;
	width:100%;
	max-width:800px;
/*	border-radius: 15px;*/
	margin:12px auto 30px;
/*	background:#008CC9;
	color:#FFF;
	text-decoration:none;
	padding:1em;
	font-size:22px;
	font-weight:400;*/
	text-align: center;
}
a.btn2:hover, .btn2.off {
/*	background:#999;
	color:#FFF;*/
}


.form-list {
	padding-top:30px;
}
.form-list li {
	margin-bottom: 30px;
}














.pc-center {
	text-align: center;
}







.list3 a {
	text-decoration:none;
}











.footer {
	background:#F0F0F0;
	padding:40px 0;
}
.foot-l {
	width:60%;
	float:left;
	position:relative;
}
.foot-r {
	text-align:right;
}
.foot-r img {
	width:180px;
}

.linkbox a {
	display:inline-block;
	width:38%;
	max-width:180px;
	margin:0 1%;
}
.toibox {
	width:30%;
	float:left;
	margin-right:5%;
	font-size:12px;
	line-height:1.4em;
}
.foot-r {
	width:30%;
	float:right;
}






.block4 li {
	display: inline-block;
	width:25%;
}
.block2 li {
	display: block;
	width:48%;
	margin:0 4% 0 0;
	float:left;
}
.block2 li:nth-child(2n) {
	margin:0;
	clear:right;
}
.block2 li:nth-child(2n+1) {
	clear:left;
}


.px32 {
	font-size:32px;
	font-weight:bold;
}
.px30 {
	font-size:30px;
	line-height:1.4em;
}
.px28 {
	font-size:28px;
}
.px24btit {
	font-size:24px;
	line-height:1.4em;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:15px;
}
.px22 {
	font-size:22px;
	line-height:1.8em;
}
.px18 {
	font-size:18px;
}
.px16 {
	font-size:16px;
	line-height:2.0em;
}
.px14 {
	font-size:14px;
}
.px12 {
	font-size:12px;
}
.px11 {
	font-size:11px;
}
.white {
	color:#FFF;
}


/*--------QA----------*/
/*　Q&A
-------------------------*/
.s_question{
	padding:10px 50px 10px 2px;
	margin:0;
	width:auto;
	color:#0064e1;
	line-height:20px;
	text-align:left;
	background:url("img/arr-btm.png") right 0 center no-repeat;
	background-size:37px 22px;
	border-top:solid 1px #666;
}
.s_question img {
	display:inline-block;
	width:20px;
	margin-right:5px;
}
.dan.dan3 .box .s_question{
	padding:10px 30px 10px 130px;
}
.s_question.on{
	background:url("img/arr-up.png") right 0 center no-repeat;
	background-size:37px 22px;
}

.s_question:hover{
	cursor:pointer;
}

.s_answer{
	padding: 10px 2px;
	color: #000;
	display: none;
}
.s_answer img {
	display:inline-block;
	width:20px;
	margin-right:5px;
}

.bg-info {
	background:url("img/bg-info.png");
	background-size:30px 30px;
	position: relative;
}

.info-flight {
	font-size:22px;
	line-height:2em;
	text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
	width:90%;
	max-width:500px;
	color:#0064E1;
	background:#FFF;
	border:solid 2px #0064E1;
	border-radius: 1em;
	margin:-1em auto 2em;
	position:absolute;
	left:50%;
	margin-left:-250px;
}
.info-obtaining {
	font-size:22px;
	line-height:2em;
	text-align: center;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
	width:90%;
	max-width:500px;
	color:#FFF;
	background:#ff3a74;
	border:solid 2px #FFF;
	border-radius: 1em;
	margin:-1em auto 2em;
	position:absolute;
	left:50%;
	margin-left:-250px;
}

.tit-bar {
	margin:40px 0 15px;
	background: url(./img/bg-bar.png) center center repeat-x;
}
.tit-bar span.tit {
	display:inline-block;
	background:#FFF;
	padding-right:30px;
	color:#ff3a74;
	font-size:22px;
	line-height:1em;
  font-family: "M PLUS Rounded 1c", serif;
  font-weight: 700;
}

.linkout {
	color:#0000ff;
}
.linkout img {
	width:18px;
	vertical-align: baseline;
}


.footer {
	background:#0064e1;
	color:#FFF;
	padding:20px 0 40px;
}





.block3 li {
	display:block;
	width:31%;
	margin:30px 1%;
	float:left;
}
.block3 li:nth-child(3n) {
	clear:right;
}
.block3 li:nth-child(3n+1) {
	clear:left;
}








.mov {
	width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}
.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}


















a#ptop {
	display:block;
	position:fixed;
	width:60px;
	height:60px;
/*	background:rgba(255,255,255,0.5);*/
	right:10px;
	bottom:10px;
}












a.btnon:hover {
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

a.btnoff {
	opacity: 0.7;
	filter: saturate(70%);
}


.clear {clear:both;}

ul, li {
	margin:0;
	padding:0;
	list-style:none;
}




a {
	text-decoration: none;
}





.pc-left{float:left;}
.pc-right{float:right;}






img.img100 {width:100%;max-width: none;}



.pc-view {display:block;}
.sp-view {display:none;}


/*blog*/
h3.post-title {
	font-size:20px;
	font-weight:600;
	border-bottom:solid 2px #CCC;
	}



@media only screen and (max-width: 870px) {
	
.pc-view, img.pc-view {display:none;}
.sp-view {display:block;}

header#header {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background:#000D50;
}

.head a {display:none;}
.sp-head {
	display:block;
	width:100%;
	position:fixed;
	padding:10px 0;
	height:60px;
	z-index:500;
  transition: .3s;
}
.sp-head.change-color {
  background-color: #FFF;
}

.headmargin {
	height:60px;
}

a.imglink img {
	padding-left:0;
	height:40px;
	position:fixed;
	left:15px;
	top:10px;
	z-index:888;
}	
	
	
	
	
	
.logo-r {
	width:30%;
	max-width:120px;
	float:right;
	margin-top:0;
	margin-bottom:15px;
	clear:both;
}		
.sitetit {
	width:100%;
	clear:both;
	float:none;
	margin-top:20px;
	font-size:22px;
	line-height:1.4em;
	font-weight:800;
}

.pc-center {
	text-align: left;
}	


.info-flight {
	font-size:22px;
	line-height:2em;
	left:10%;
	margin-left:0;
}
.info-obtaining {
	font-size:22px;
	line-height:2em;
	left:10%;
	margin-left:0;
}	
	
	
	
	
	
	
	
	


.foot-l {
	width:100%;
	float:none;
	margin-bottom:20px;
}

.foot-r {
	width:100%;
	float:none;
	padding:10px;
	text-align:center;
}	
	
	
	
	
	
	
	
	
	
	
.px30 {
	font-size:24px;
	line-height:1.4em;
}
.px32 {
		font-size:24px;
		line-height:1.4em;
	}
	
.block3 li {
	display:block;
	width:100%;
	margin:30px auto;
	float:none;
}	
	
.panel3 {
	text-align: left;
	font-size:12px;
	margin:20px 0 20px;
}
.panel3 li {
	display:block;
	padding:0 1%;
	width:90%;
	float:none;
	margin:0 auto;
	border-right:none;
}
.panel3 li:nth-child(2) {
	width:90%;
	margin-top:20px;
}
.panel3 li:nth-child(3n) {
	display:block;
	padding:0 1%;
	width:90%;
	float:none;
	margin:20px auto 0;
	border-right:none;
}
	
.wk-panel {
	display:block;padding:5px;border:solid 1px #582500;
	text-align: center;
}
	
.other2 {
	width:100%;
	max-width:640px;
	margin:0 auto 50px;
}
.other2 li {
	display:block;
	float:none;
	width:80%;
	margin:0 auto 4%;
}	
	
	
	
	
	
	
	
	

	
	.block4, .block2 li {
		display:block;
		float:none;
		width:100%;
		margin-bottom:20px;
	}


	

.movie li {
	width:100%;
	margin-right:0;
	margin-bottom:40px;
	float:none;
}
	




a#ptop {
	display:block;
	position:fixed;
	width:50px;
	height:50px;
/*	background:rgba(255,255,255,0.5);*/
	right:0;
	bottom:0;
}

.caution {
	font-size:11px;
	padding:6px 2px 4px;
	border:solid 1px #000;
	width:auto;
	margin:5px auto 0;
	text-align: center;
}

a#r-anq {
	width:25px;
}	
	

}


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

}


@media screen and (min-width: 59.6875em) {

}
