@charset "UTF-8";

/* 汎用CSS読み込み */
@import url("../css/lp-utill.css");


/*==========================================================================
 common css
========================================================================== */

body {
	background-color: #fff;
	color:#333333;
	font-weight: 500;
}
footer {
    text-align: center;
    background-color: #FFF;
    color: #0e0e0e;
}

main .br { display: block; }
main .split { display: inline-block; }
main .fontBold { font-weight: bold; }
main .fontRed { color: #d90000; }
main .inner {
	width: 90%;
	max-width: 920px;
	margin: 0 auto;
}
main .number {
	font-family: 'Questrial', sans-serif;
}
main img {
	-webkit-backface-visibility: visible;
}
main img.spImg {
	display: none;
}
main  {
	padding-bottom: 0;
}
main p {
	margin-bottom: 0;
}
.font-roboto{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 50px;
	color:#1B6AA5;
	vertical-align: sub;
}
.pc-hide{
	display: none;
}

.txt-caution{
	border:2px solid #d90000;
	padding: 10px;
}

@media screen and (max-width: 768px) {
	.btn-apply{
		width: 70%;
		margin: 0px auto;
	}
	.sp-hide{
		display: none;
	}
	.pc-hide{
		display: block;
	}
	.font-roboto{
		font-size: 32px;
	}
}

/*-----------------------------------------------------------------------
 mainVisual
*----------------------------------------------------------------------- */
.mainVisual {
	background: url("../img/bg_mv02.jpg") repeat-x center top;
	background-size: cover;
	min-height:700px;
}
.mainVisual-inner{
	max-width: 810px;
	width: 90%;
	margin: 0px auto;
	padding: 5% 2% 2%;
}
.mainVisual-inner-logo{
	background-color: transparent;
	margin-bottom: 5%;
    padding: 0px;
}
.mainVisual-innerBox{
	padding: 5%;
	margin: 5% 0%;
	background-color:rgba(0,0,0,0.8);
}
.mainVisual-innerBox-btn{
	display:flex;
	justify-content: center;
}
.mainVisual-innerBox-btn li{
	width: 48%;
	color:#FFF;
	font-size: 18px;
}
.mainVisual-innerBox-btn li:first-child{
	border-right:1px solid #FFF; 
}



@media screen and (max-width: 800px) {
	.mainVisual {
		min-height:auto;
	}
	.mainVisual-innerBox{
		padding: 5% 5% 8% 5%;
	}
	.mainVisual-innerBox-btn{
		display: block;
	}
	.mainVisual-innerBox-btn li{
		width: 100%;
	}
	.mainVisual-innerBox-btn li:first-child{
		border: none;
		margin-bottom: 5%;
	}
}

/*-----------------------------------------------------------------------
 mainVisual　registration
*----------------------------------------------------------------------- */
.mainVisual.mainVisual-registration {
	background: url("../img/bg_mv02.jpg") repeat-x center top;
	background-size: cover;
	min-height:auto;
	padding-bottom: 5%;
	background-position-y: 0%;
}

.mainVisual-innerBox-gnav {
	position: relative;
    display: flex;
    justify-content: center;
	max-width: 840px;
	width:90%;
	margin: auto;
	margin-top: -4%;
	z-index: 100;
}
.mainVisual-innerBox-gnav li{
	width: 32%;
	margin: 1%;
}
@media screen and (max-width: 768px) {
	.mainVisual-innerBox-gnav {
		width:98%;
		margin-top: -2%;
	}
	.mainVisual-innerBox-gnav li{
		width: 32%;
		margin: 0.5%;
	}
}

/*-----------------------------------------------------------------------
 contants
*----------------------------------------------------------------------- */
.inner-text-box{
	border-bottom: 1px dotted #1B6AA5;
}
.contants-ttl {
	position: relative;
}
.contants-ttl::after  {
	content: "";
    width: 100%;
    height:300px;
    position: absolute;
	display: block;
	top: -140%;
	right: -30%;
}
.contants01-ttl::after {
    background: url(../img/con01_ttl01_bg01.png) no-repeat center top;
}
.contants02-ttl::after {
    background: url(../img/con02_ttl01_bg01.png) no-repeat center top;
}
.contants03-ttl::after {
    background: url(../img/con03_ttl01_bg01.png) no-repeat center top;
}
@media screen and (max-width: 768px) {
	.contants-ttl::after {
		background-size: contain;
		height: 150px;
		top: -80%;
		bottom: 0%;
		right: 0%;
		left: 0%;
		opacity: 0.7;
	}
}
@media screen and (max-width: 640px) {
	.contants-ttl::after {
		top: -130%;
	}
}

/*-----------------------------------------------------------------------
 contants01
*----------------------------------------------------------------------- */
.contants01-wifi {
}
.contants01-wifi {
	display: table;
}
.contants01-wifi div{
	display: table-cell;
	vertical-align: middle;
}
.contants01-wifi-img img{
	min-width: 300px;
	padding: 5%;
}
.contants01-service {
	position: relative;
    display: flex;
	margin: auto;
	margin-top: 17px;
}
.contants01-service img{
	width: 100%;
}
.contants01-service li:first-child{
	margin-right: 17px;
}

@media screen and (max-width: 640px) {
	.contants01-wifi-img img{
		min-width: auto;
		width: 60%;
		padding: 5%;
	}
	.contants01-wifi div{
		display: block;
		text-align: center;
		vertical-align: middle;
	}
	.contants01-service {
		display: block;
	}
	.contants01-service li{
		display: block;
	}
	.contants01-service li:first-child{
		margin-right: 0px;
		margin-bottom: 17px;
	}
}

/*----------------------------------------------------
modal content
----------------------------------------------------*/
body.modalOpen {
	overflow: hidden;
  }
  section.modalOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
  }
  section.modalOverlay .modalContent {
	max-width: 700px;
	background: #fff;
	font-weight: normal;
	font-size: 16px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
	max-height: 90%;
	overflow: auto;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  }
  section.modalOverlay .modalContent h3 {
	margin-top: 40px;
	margin-bottom: 20px;
  }
  section.modalOverlay .modalContent h4 {
	padding: 22px 0;
	line-height: 1.3;
	text-align: center;
	font-size: 1.7em;
	color: #fff;
	background: #25cdd1;
  }
  section.modalOverlay .modalContent .modalInner {
	padding: 24px;
  }
  section.modalOverlay .modalContent h4 span {
	font-size: 0.8em;
	display: block;
  }
  section.modalOverlay .modalContent .modalClose {
	text-decoration: none;
	text-align: center;
	background-color: #fff;
  }
  section.modalOverlay .modalContent .modalClose span {
	position: relative;
	display: inline-block;
	padding: 12px 0 11px 22px;
  }
  section.modalOverlay .modalContent .modalClose span::before,
  section.modalOverlay .modalContent .modalClose span::after {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	display: block;
	width: 2px;
	height: 22px;
	margin-top: -12px;
	background-color: #3c3c3c;
	transition: all 0.3s ease;
  }
  section.modalOverlay .modalContent .modalClose span::before {
	transform: rotate(-45deg);
  }
  section.modalOverlay .modalContent .modalClose span::after {
	transform: rotate(45deg);
  } 
  section.modalOverlay .modalContent a.modalClose:hover span::before,
  section.modalOverlay .modalContent a.modalClose:hover span::after {
	background-color: rgba(0,81,162,1);
  }
  
  
  /* #holidayModal1-----*/
  #holidayModal .modalTxt:not(:last-of-type){
	margin-bottom: 40px;
  }
  #holidayModal p{
	display: inline-block;
	width: 76%;
	margin-left: auto;
	padding: 10px;
	padding-bottom: 20px;
	line-height: 1.6;
	text-align: center;
	font-size: 1em;
	background-color: #fff;
	border-radius: 12px;
  }
  #holidayModal p,
  #holidayModal1 img{
	vertical-align: middle;
  }
  #holidayModal img{
	margin: 0 auto;
  } 

  @media screen and (max-width: 480px) {
	#holidayModal p{
		width: 95%;
		font-size: 15px;
		padding: 10px;
	}
	section.modalOverlay .modalContent .modalClose span::before, section.modalOverlay .modalContent .modalClose span::after {
	position: absolute;
	top: 64%;
	left: 8px;
	content: '';
	display: block;
	width: 2px;
	height: 13px;
	margin-top: -12px;
	background-color: #3c3c3c;
	transition: all 0.3s ease;
  }
  section.modalOverlay .modalContent {
	width: 90%;
  }
}


/*-----------------------------------------------------------------------
 contants02
*----------------------------------------------------------------------- */
.contants02 {
	background: url("../img/bg_cont01.jpg") repeat-x center top;
	background-size: cover;
	color:#FFF;
}
.contants02-step{
	text-align: center;
	padding: 0% 20%;
}
.contants02-step img{
	margin: auto;
}
.contants02 .inner-text-box{
	/*border-bottom: 1px dotted #FFF;*/
}

@media screen and (max-width: 480px) {
	.contants02-step{
		padding: 0% 10%;
	}
}


/*-----------------------------------------------------------------------
 contants03
*----------------------------------------------------------------------- */
.contants03 {
	background: url("../img/bg_cont02.jpg") repeat-x center top;
	background-size: cover;
}




/*-----------------------------------------------------------------------
 scroll Top
----------------------------------------------------------------------- */
#pageTop {
	background: #111;
	border-radius: 50%;
	border: 3px solid #FFF;
	bottom: 0;
	box-shadow: 1px 3px 3px 0 rgba(0,0,0,0.3);
	height: 80px;
	margin: 0 4% -20% 0;
	position: fixed;
	right: 0;
	text-align: center;
	transition: 0.3s ease;
	width: 80px;
	z-index: 10;
}
#pageTop.show {
	margin: 0 4% 4% 0;
}
#pageTop::before {
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
	content: '';
	display: inline-block;
	height: 26px;
	left: 50%;
	margin: -15px 0 0 -15px;
	position: absolute;
	top: 58%;
	transform: rotate(-45deg);
	width: 26px;
}
@media screen and (max-width: 767px) {
	#pageTop {
		height: 60px;
		width: 60px;
	}
	#pageTop::before {
		height: 18px;
		margin: -10px 0 0 -12px;
		width: 18px;
	}
}


/*-----------------------------------------------------------------------
 address
----------------------------------------------------------------------- */
address {
	background: #eaf5fc;
	font-style: normal;
	display: inline-block;
	margin: 40px 0px;
	padding: 10px 40px;
	border: 2px solid #2b94e4;
}
address h3, address p a {
	display: inline-block;
	text-align: left;
	height: 60px;
	margin: 0;
	vertical-align: middle;
}
address p {
	display: inline-block;
	vertical-align: middle;
	padding: 20px 8px;
	margin-bottom: 0;
}
address h3 {
	background: url(/img/common/foot-contact.png) center center no-repeat;
	width: 211px;
	margin-right: 0px;
}
address p:nth-of-type(2) {
	padding-right: 22px;
	/* border-right: 2px solid #2b94e4; */
}
/* address p:nth-of-type(2) a {
	background-image: url(../img/foot-freedial.png);
	width: 219px;
} */
address p:nth-of-type(2) a {
	font-size: 12px;
	line-height: 1;
	background-image: url(/img/common/icon-mail-wh.png);
	background-position: 20px center;
	background-color: #2b94e4;
	background-size: 14px;
	text-indent: 0;
	height: auto;
	color: #fff;
	text-decoration: none;
	padding: 20px 20px 19px 40px;
}
address p:nth-of-type(3) {
	padding: 20px 0px;
	font-weight: bold;
}
address p:nth-of-type(3) a {
	margin-left: 10px;
	font-size: 14px;
	line-height: 1;
	color: #2b94e4;
	text-indent: 0;
	height: auto;
}
#message1, #message2 {
	position: fixed;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	background-color: rgba(3, 3, 3, 0.6);
	color: #fff;
	padding: 10px;
	border-radius: 8px;
	display: none;
  }
  #message1.visible,
  #message2.visible{
	display: block;
  }
  .hidden {
	display: none;
  }

@media screen and (max-width: 960px) {
	address {
		max-width: 400px;
		width: 100%;
		margin: 0%;
		padding: 6% 4%;
	}
	footer address {
		width: 90%;
	}
	address h3 {
		margin-right:0px;
		width: 240px;
	}
	address p{
		margin:0px;
		padding: 2%;
		display: block;
	}
	address p:nth-of-type(2) {
		margin-right: 0px;
		padding-right: 0px;
		border-right: none;
	}
}