/* -------------------------------------------------- */
/* 入力画面 */
/* -------------------------------------------------- */

/* 必須ラベル */
.required{
	background-color:crimson;
	color:white;
	border-radius: 3px;
	/* font-weight: bold; */
	font-size: 0.8rem;
	padding: 5px 10px;
	margin-right: 1rem;
}
/* 任意ラベル */
.optional{
	background-color:#777777;
	color:white;
	border-radius: 3px;
	/* font-weight: bold; */
	font-size: 0.8rem;
	padding: 5px 10px;
	margin-right: 1rem;
}

.checkin_date-style{
	font-size: 1.3rem;
	font-weight: bold;
}

/* チェックボックスを大きく */
input[type="checkbox"]{
	transform: scale(1.5);
}

/* ラジオボタンを大きく */
input[type="radio"]{
	transform: scale(1.3);
}

/* メールアドレス、電話番号フィールドにフォーカスしたら大きくする */
#tel-id:focus ,
#email-id:focus {
	margin: 0px;
	margin-bottom: 8px;
	font-size: 20px;
} 

/* emailアイコン */
.email_i::before{
	font-family: "Font Awesome 5 Free";
	content: '\f0e0';
    margin-right: .5em;
	font-size: 1.2rem;
	font-weight: 700;
	color: #989898;
    position: relative;
}

/* phoneアイコン */
.phone_i::before{
	font-family: "Font Awesome 5 Free";
	content: '\f3cd';
    margin-right: .5em;
	font-size: 1.5rem;
	font-weight: 700;
	color: #989898;
    position: relative;
}

/* ステップバー */
.stepBar {
	display: flex;
	/* max-width: 400px; */
	max-width: 100%;
	position: relative;
	margin: 20px auto;
	text-align: center;
	padding-left: 0;
  }
  .stepBar li {
	/* font-size: 12px; */
	font-size: 15px;
	list-style: none;
	position: relative;
	width: 33.333%;
  }
  .stepBar li:after {
	background: #D0E1F9;
	content: "";
	/* width: calc(100% - 24px); */
	width: calc(100% - 30px);
	height: 4px;
	position: absolute;
	/* left: calc(-50% + 12px); */
	left: calc(-50% + 15px);
	/* top: 10px; */
	top: 12px;
  }
  .stepBar li:first-child:after {
	display: none;
  }
  .stepBar li span {
	background: #D0E1F9;
	color: #ffffff;
	display: inline-block;
	/* height: 24px; */
	height: 30px;
	margin-bottom: 5px;
	/* line-height: 24px; */
	line-height: 30px;
	/* width: 24px; */
	width: 30px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  }
  .stepBar .visited:after {
	background: #4D648D;
  }
  .stepBar .visited span {
	background: #4D648D;
  }

  .title_style1 {
	padding: 0.25em 0.5em;/*上下 左右の余白*/
	color: #494949;/*文字色*/
	color: #3b3b3b;
	background: transparent;/*背景透明に*/
	border-left: solid 5px #7db4e6;/*左線*/
	border-left: solid 5px #2196F3;/*左線*/
  }
  /* タイトル装飾 */
.step1,	.step2,	.step3 {
	position: relative;
	background: #d0ecff;
	line-height: 1.4;
	padding: 0.25em 0.5em;
	margin: 2em 0 0.5em;
	border-radius: 0 5px 5px 5px;

	color: black;
	color: #010079;
	color: #3b3b3b;

	padding: 0.3em 0.5em;
	background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
	background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.step1:before, .step2:before, .step3:before {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  /* content: '\f00c STEP1'; */
  background: #2196F3;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 3px 7px 1px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em
}
.step1:before {
	content: '\f00c STEP1';
}
.step2:before {
	content: '\f00c STEP2';
}
.step3:before {
	content: '\f00c STEP3';
}
/* -------------------------------------------------- */
/* テキスト関連 */
/* -------------------------------------------------- */
.h2_style{
	padding: 0 0.5rem;
	border-bottom: solid 3px #00A9D1;
	font-size: 1.4rem;
	line-height: 2.5rem;
	font-weight:bold;
}
.h3_style{
	padding: 0 0.5rem;
	border-bottom: solid 1px #00A9D1;
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-weight:bold;
}
.h4_style{
	padding: 1.0rem 1.0rem;
	border: solid 1px #00A9D1;
	border-left: solid 10px #00A9D1;
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight:bold;
	margin: 2.0rem 0;
	background-color:#F2FAFE;
}
.title-link{
	font-size: 0.8rem;
	text-align: center;
}
.stay_list{
	font-size: 1.1rem;
	font-weight:bold;
}
.link_tag{
	color: #fff;
	background-color: #00A9D1;
	font-size: 0.7rem;
	padding: 5px 5px;
	margin-right: 5px;
}

.marker_yellow{
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.title_good {
	position: relative;
	padding: 1.5rem 2rem;
	color: #fff;
	border-radius: 10px;
	background: #F45870;
  }
  
  .title_good:before {
	position: absolute;
	bottom: -9px;
	left: 1em;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: #F45870 transparent transparent transparent;
  }
/* -------------------------------------------------- */
/* ローディング画像の表示 */
/* -------------------------------------------------- */
#loading {
  display: table;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.9;
 }
 #loading .loadingArea {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
 }

 .sk-chase {
	margin: 50px auto;	
	width: 80px;
	height: 80px;
	position: relative;
	animation: sk-chase 2.5s infinite linear both;
  }
  
  .sk-chase-dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0; 
	animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:before {
	content: '';
	display: block;
	width: 25%;
	height: 25%;
	background-color: #00eeff;
	border-radius: 100%;
	animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
  
  @keyframes sk-chase {
	100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot {
	80%, 100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot-before {
	50% {
	  transform: scale(0.4); 
	} 100%, 0% {
	  transform: scale(1.0); 
	} 
  } 

/* **************************************************************** */
/* **************************************************************** */
/* -------------------------------------------------- */
/* RESPONSIVE CSS
/* -------------------------------------------------- */
/* sm 小デバイス（横向きモバイル, 576px 以下） */
@media (max-width: 576px) {
}
/* sm 小デバイス（横向きモバイル, 576px 以上） */
@media (min-width: 576px) {
}
/* md 中デバイス（タブレット, 768px 以上） */
@media (min-width: 768px) {	
}
/* lg 大デバイス（デスクトップ, 992px 以下） */
@media (max-width: 992px) {
}
/* lg 大デバイス（デスクトップ, 992px 以上） */
@media (min-width: 992px) {
}
/* xl 特大デバイス（ワイド・デスクトップ, 1200px 以下） */
@media (max-width: 1200px) {
}
/* xl 特大デバイス（ワイド・デスクトップ, 1200px 以上） */
@media (min-width: 1200px) {
}
/* xxl 超特大デバイス (よりワイドな・デスクトップ, 1400px 以上） */
@media (min-width: 1400px) {
}
