@charset "utf-8";
html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}
body {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
		Sans-Serif;
	font-size: 16px;
	font-size: 1.6rem;
	/**
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	color: #000;
	background: #fff;
	**/
}

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

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #1d2088;
	-webkit-tap-highlight-color: transparent rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: transparent rgba(0, 0, 0, 0);
	-ms-tap-highlight-color: transparent rgba(0, 0, 0, 0);
	-o-tap-highlight-color: transparent rgba(0, 0, 0, 0);
	tap-highlight-color: transparent rgba(0, 0, 0, 0);
	/**text-decoration: none;**/
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-ms-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;

	text-decoration: none;
	transition-property: background-color, color;
	transition-duration: 0.2s;
	transition-timing-function: ease;
}
a:hover {
	color: #1d2088;
}
a:hover img,
button:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
a[href^="tel:"] {
	pointer-events: none;
	text-decoration: none;
}
img {
	-ms-interpolation-mode: bicubic;
	vertical-align: bottom;
}


.conte_wrap {
	margin: 0 auto;
	position: relative;
	/**overflow: hidden;***/
	*zoom: 1;
	max-width: 1000px;
	width: 100%;
}
.inner {
	padding: 0 10px 10px;
	/**overflow: hidden;**/
	position: relative;
	height: 100%;
}
h1 {
	font-size: 26px;
	font-size: 2.6rem;
}
h2 {
	font-size: 20px;
	font-size: 2rem;
}
h3 {
	font-size: 30px;
	font-size: 3rem;
	margin-top: 15px;
	text-align: center;
}
@media screen and (max-width: 767px) {
	h3 {
		font-size: 20px;
		font-size: 2.0rem;
	}
}
.textbold {
	font-weight: bold;
}
header {
	/**top: 26px;**/
	width: 100%;
	z-index: 10000;
	border-bottom: #eeeeee solid 1px;
}

.navbar-header {
	align-items: center;
	/**
	display: flex;
	height: 100px;
	**/
	position: relative;
}
.navbar-brand img {
	width: 100%;
	max-width: 286px;
}

.p-info {
	border-bottom: 1px solid #ddd;
}

.p-info__inner {
	display: flex;
	align-items: center;
	height: 140px;
}

.p-info__logo {
	margin-right: 30px;
}

.p-info__logo a {
	color: inherit;
}

.p-info__desc {
	flex: 1;
}
.txt_note {
	color: #C33;
	font-size: 12px;
	font-size: 1.2rem;
}
#loading {
	display: table;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: 0.8;
}
 
#loading .loadingMsg {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 140px;
	background: url("../images/gif-load.gif") center center no-repeat;
}
@media screen and (max-width: 991px) {
	.p-info__inner {
		display: block;
		height: auto;
		padding: 40px;
		text-align: center;
	}
	.p-info__logo {
		display: block;
		margin: 0 0 25px 0;
	}
	.p-info__desc {
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 767px) {
	.p-latest-news {
		margin-bottom: -41px;
	}
	.p-latest-news__list {
		margin: 0 -21px;
	}
}
.p-footer-nav a {
	color: #000000;
}
.p-footer-nav a:hover {
	color: #000000;
}
.p-footer-nav {
	background: #ffffff;
	color: #000000;
	border-top: 1px solid #ddd;
	font-size: 12px;
	margin-bottom: 0;
	line-height: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.p-footer-nav li {
	list-style-type: none;
	margin: 0 12.5px;
}
.p-copyright {
	background: #f2f2f2;
	border-top: 4px solid #222;
	margin-bottom: 0;
}
.p-copyright {
	color: #000;
	font-size: 12px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.p-copyright small {
	font-size: 100%;
}

@media screen and (max-width: 767px) {
	.p-copyright {
		height: 50px;
		line-height: 50px;
	}
}

@media screen and (max-width: 767px) {
	.p-footer-nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 30px 20px 10px;
	}
	.p-footer-nav li {
		line-height: 1;
		text-align: left;
		margin: 0 0 20px;
		width: 50%;
	}
}
.p-pagetop {
	background: #000;
	border: 0;
	color: #fff;
	cursor: pointer;
	outline: none;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	transition: background 0.2s, opacity 0.35s, -webkit-transform 0.35s;
	transition: background 0.2s, opacity 0.35s, transform 0.35s;
	transition: background 0.2s, opacity 0.35s, transform 0.35s,
		-webkit-transform 0.35s;
	opacity: 0;
	width: 60px;
	height: 60px;
}

.p-pagetop.is-active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.p-pagetop:after {
	content: "\02227";
	font-family: "design_plus";
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-size: 12px;
	width: 12px;
	height: 12px;
}
.p-pagetop:hover {
	background: #d90000;
}
@media screen and (max-width: 767px) {
	.p-pagetop {
		width: 50px;
		height: 50px;
	}
}
#sp_button_wrap {
	width: 100%;
	position: -webkit-sticky;
	position: sticky;
	bottom: 50px;
}
#plan_wrap {
	/**
	height: 100%;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
	**/
}
#plan_wrap .position-sticky{
	top: 20px;
}
#plan_sum_wrap_sp {
	position: relative;
	bottom: 30px;
	z-index: 10;
}
#plan_sum_wrap_sp_inner {
	border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
	#plan_wrap {
		position: relative;
	}
	#plan_sum_wrap_sp {
		position: -webkit-sticky;
		position: sticky;
		top: 0;

		align-self: flex-end;
	}
}

.rich_radio .radio label,
.rich_radio2 .radio label,
.rich_radio3 .radio label {
	margin: 5px; /* ボックス外側の余白を指定する */
	width: auto; /* ボックスの横幅を指定する */
	height: 45px; /* ボックスの高さを指定する */
	padding-left: 5px; /* ボックス内左側の余白を指定する */
	padding-right: 5px; /* ボックス内御右側の余白を指定する */
	text-align: center; /* テキストのセンタリングを指定する */
	line-height: 45px; /* 行の高さを指定する */
	cursor: pointer; /* マウスカーソルの形（リンクカーソル）を指定する */
	border: 2px solid #ccc;/* ボックスの境界線を実線で指定する */
	border-radius: 5px; /* 角丸を指定する */
}
.rich_radio .radio label:hover,
.rich_radio2 .radio label:hover,
.rich_radio3 .radio label:hover {
	background-color: #E2EDF9; /* マウスオーバー時の背景色を指定する */
}
.rich_radio input[type=radio],
.rich_radio2 input[type=radio],
.rich_radio3 input[type=radio] {
	margin-right: 4px;
}

.rich_radio .radio label {
	display: block; /* ブロックレベル要素化する */
	float: left; /* 要素の左寄せ・回り込を指定する */
}

.rich_radio3 .radio label {
	width: 100%; /* ボックスの横幅を指定する */
	height: auto; /* ボックスの高さを指定する */
	text-align: left; /* テキストのセンタリングを指定する */
}
@media screen and (max-width: 767px) {
	.rich_radio .radio label,
	.rich_radio2 .radio label,
	.rich_radio3 .radio label {
		height: auto;
		text-align: left;
		line-height: 30px;
	}
}
#plan_wrap .btn-lg{
	font-size: 150%;
}

.detail_input{
	display: none;
}
.schedule_date{
	width: 300px;
	max-width: 100%;
}
.conf_msg{
	padding: 10px;
    margin: 10px 0;
    font-size: 18px;
}

.conf_wrap label {
    text-indent: -1em;
	margin-left: 1em;
	font-weight: 700;
}
.conf_wrap label:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f00;
    vertical-align: 4px;
}

button#ship_copy{
	font-size: 1.0em;
}

@media screen and (max-width: 1200px) {
	#sim_detail_table th,
	#sim_detail_table td {
		border-bottom: none;
		display: block;
		width: 100%;
	}
}
.class-sunday {
  background: red !important;
}
.class-saturday {
  background: red !important;
}

/*** タブ ***/
/**
.nav-tabs .nav-item {
	background-color: #fff;
}
.nav-tabs .nav-item:first-child .nav-link.active {
	background-color: #FE992B;
}
.nav-tabs .nav-item:last-child .nav-link.active {
	background-color: #2696EF;
}
.nav-tabs .nav-item .nav-link {
	color: #FFF;
}
**/
.nav-tabs .nav-item .nav-link {
	border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-item .nav-link.active {
	background-color: #FE992B;
}

.tab-content {
	border: 1px solid #dee2e6;
	border-top: transparent;
	background-color: #FFF6D0;
	padding: 15px;
}

.tab-content .tab-pane {
	
	min-height: 50px;
	height: auto;
}
/*** タブ ***/

/** 確認画面 **/
@media screen and (max-width: 767px) {
	#conf_list th,
	#conf_list td {
		border-bottom: none;
		display: block;
		width: 100%;
		border-top: none;
	}
}
/** 確認画面 **/

#zip{
	width: 10em;
}

.btn-lg{
	font-size: 2rem;
}

#course_memo span{
	color: #dc3545!important;
	font-weight: 700!important;
}