@charset "UTF-8";
/* CSS Document */

/* ===============================================
 breadcrumbArea　
=============================================== */

#breadcrumbArea {
	overflow-x: scroll;
}

/* =======================================
	ページ全体
======================================= */
#container h1.qah {
	display: none;
}
footer .reserveArea {
	margin: 0;
}
.content {
	color: black;
  font-size: 12px;
}
.overflow_hidden {
	overflow: hidden;
}
.pointer {
	cursor: pointer;
}
.annotation {
	font-size: 11px;
	line-height: 15px;
	color: #999999;
}
.padding_common {
	padding: 0 3%;
	/*width: 94%;*/
}
/* Clearfix */
.clearfix:before, .clearfix:after, .frameArea03:before, .frameArea03:after {
	content: " ";
	display: table;
}
.clearfix:after, .frameArea03:after {
	clear: both;
}
.content img:not([width]), input[type=image]:not([width]) {
	zoom: .5;
}

/*----------background----------*/
.bg_cell {
	background: url("../../img/sp/common/bg_cell.gif") left top repeat;
	width: 100%;
	margin: 0 auto;
}
.bg_white {
	background: white;
}
.bg_blue {
	background: #02429A;
	color: white;
}


/*----------ラインスタイル----------*/
.no_border {
	border: 0 white;
}
.border {
	border: 1px solid #9faab8;
}
.top_bottom_border {
	border-top: 1px solid #9faab8;
	border-bottom: 1px solid #9faab8;
}
.top_border {
	border-top: 1px solid #9faab8;
}
.top_border02 {
	border-top: 1px solid #d7dfe9;
}
.bottom_border {
	border-bottom: 1px solid #9faab8;
}
.top_border_dashed {
	border-top: 1px dashed #9faab8;
}
.bottom_border_dashed {
	border-bottom: 1px dashed #9faab8;
}
.wrap_arrow_right_blue {
	width: 20px;
	float: right;
	padding-top: 40px;
}
.wrap_arrow_right_blue_l {
	width: 20px;
	float: right;
	padding-top: 10px;
	text-align: center;
}
.wrap_arrow_right_red {
	width: 10px;
	float: right;
	padding-top: 64px;
	padding-bottom: 56px;
}
.wrap_arrow_right_red2 {
	width: 10px;
	float: right;
	padding-top: 45px;
	padding-bottom: 35px;
}



/* =======================================
	レイアウト関係
======================================= */
.center {
	text-align: center;
	margin: 0 auto;
}
.relative {
	position: relative;
}

/*----------width----------*/
.w10per {
	width: 10%;
}
.w15per {
	width: 15%;
}
.w20per {
	width: 20%;
}
.w25per {
	width: 25%;
}
.w30per {
	width: 30%;
}
.w33per {
	width: 33%;
}
.w40per {
	width: 40%;
}
.w50per {
	width: 50%;
}
.w75per {
	width: 75%;
}
.w80per {
	width: 80%;
}
.w100per {
	width: 100%;
}

/*----------float----------*/
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
	overflow: hidden;
}

/*----------margin----------*/
.m_0 {
	margin: 0px !important;
}
/*margin-bottom*/
.mb_0 {
	margin-bottom: 0px;
}
.mb_5 {
	margin-bottom: 5px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_50 {
	margin-bottom: 50px;
}
/*margin-left*/
.ml_5 {
	margin-left: 5px;
}
.ml_10 {
	margin-left: 10px;
}
.ml_20 {
	margin-left: 20px;
}
.ml_30 {
	margin-left: 30px;
}
/*margin-right*/
.mr_5 {
	margin-right: 5px;
}
.mr_10 {
	margin-right: 10px;
}
.mr_20 {
	margin-right: 20px;
}
.mr_30 {
	margin-right: 30px;
}
/*margin-top*/
.mt_0 {
	margin-top: 0;
}
.mt_5 {
	margin-top: 5px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_15 {
	margin-top: 15px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_50 {
	margin-top: 50px;
}

/*----------paddimg----------*/
.p_0 {
	padding: 0;
}
.pa_5 {
	padding: 5px;
}
.pa_10 {
	padding: 10px;
}
/*padding-top*/
.pt_0 {
	padding-top: 0;
}
.pt_5 {
	padding-top: 5px;
}
.pt_10 {
	padding-top: 10px;
}
.pt_15 {
	padding-top: 15px;
}
.pt_20 {
	padding-top: 20px;
}
.pt_30 {
	padding-top: 30px;
}
.pt_50 {
	padding-top: 50px;
}
/*padding-bottom*/
.pb_0 {
	padding-bottom: 0;
}
.pb_5 {
	padding-bottom: 5px;
}
.pb_10 {
	padding-bottom: 10px;
}
.pb_15 {
	padding-bottom: 15px;
}
.pb_20 {
	padding-bottom: 20px;
}
.pb_30 {
	padding-bottom: 30px;
}
.pb_50 {
	padding-bottom: 50px;
}
/*padding side*/
.ps_10 {
	padding: 0 10px;
}
.ps_15 {
	padding: 0 15px;
}
.ps_20 {
	padding: 0 20px;
}
.ps_30 {
	padding: 0 30px;
}
/*padding-left*/
.pl_0 {
	padding-left: 0;
}
.pl_10 {
	padding-left: 10px;
}
.pl_15 {
	padding-left: 15px;
}
.pl_20 {
	padding-left: 20px;
}
.pl_30 {
	padding-left: 30px;
}
.pl_1em {
	padding-left: 1em;
}

/*padding-right*/
.pr_0 {
	padding-right: 0;
}
.pr_10 {
	padding-right: 10px;
}
.pr_15 {
	padding-right: 15px;
}
.pr_20 {
	padding-right: 20px;
}
.pr_30 {
	padding-right: 30px;
}



/* =======================================
	font関係
======================================= */
.content p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 2%;
}
.bold {
	font-weight: bold;
}
p.strong {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
p.blue {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

/*----------text-align----------*/
.textalign_center {
	text-align: center;
}
.textalign_right {
	text-align: right;
}
.textalign_left {
	text-align: left;
}

/*----------line-height----------*/
.lh_01em {
	line-height: 1.1em !important;
}
.lh_02em {
	line-height: 1.2em !important;
}
.lh_05em {
	line-height: 1.5em !important;
}
.lh_08em {
	line-height: 1.8em !important;
}
.lh_2em {
	line-height: 2em !important;
}
.lh_30 {
	line-height: 30px !important;
}

/*----------font-size----------*/
.fs_10 {
	font-size: 10px !important;
}
.fs_11 {
	font-size: 11px !important;
}
.fs_12 {
	font-size: 12px !important;
}
.fs_14 {
	font-size: 14px !important;
}
.fs_16 {
	font-size: 16px !important;
}
.fs_18 {
	font-size: 18px !important;
}
.fs_20 {
	font-size: 20px !important;
}
.fs_22 {
	font-size: 22px !important;
}
.fs_24 {
	font-size: 24px !important;
}

/*----------color----------*/
.text_black,
.black {
	color: #000000 !important;
}
.text_gray,
.gray {
	color: #999999 !important;
}
.text_blue,
.blue,
.color01 {
	color: #1B4782 !important;
}
.text_red,
.red_text {
	color: #CC0033 !important;
}
.text_white,
.color02 {
	color: #FFF;
}



/* =======================================
	タイトル関係
======================================= */

.titleArea.line {
	padding: 0 0 2%;
	font-size: 16px;
	color: #1B4782;
	font-weight: bold;
	background: url("../../img/sp/common/line.png") repeat-x 50% 100%;
	background-size: 300px auto;
}

/*----------.common----------*/
.heading01 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.1;
}
/*h4*/
h4.common {
	color: #cc0033;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
}
h4.common span {
	display: inline-block;
}
h4.common span.number {
	background: #cc0033;
	color: white;
	padding: 2px 7px;
	margin-right: 6px;
}
h4.common img {
	vertical-align: top;
}

/*h3*/
h3.common {
	background: url("../../img/sp/common/bg_h3.png") left top repeat;
	width: 100%;
	padding: 14px 15px 14px 15px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-weight: bold;
	font-size: 15px;
	clear: both;
	box-sizing: border-box;
	line-height: 1.2;
}
h3.common.pt_pb10 {
    padding: 10px 15px 10px 15px;
}


/* =======================================
	リンクデザイン関係
======================================= */
/*----------全体----------*/
.content a {
	color: black;
	text-decoration: none !important;
}
.content a:link {
	color: black;
	text-decoration: none;
}
.content a:visited {
	color: black;
	text-decolation: none !important;
}
.content a:active {
	color: black;
	text-decoration: none !important;
}

/*----------ラインの有無----------*/
.content a.no_underline {
	text-decoration: none !important;
}
.content a.underline {
	text-decoration: underline !important;
}

/*----------リンクアイコン01----------*/
a.icon_pdf {
	background: url("../../img/sp/common/ico_pdf.png") no-repeat right;
	padding-right: 45px;
	padding-top: 2px;
}
a.icon_blank {
	background: url("../../img/sp/common/ico_blank.png") no-repeat right;
	padding-right: 20px;
	padding-top: 2px;
}

/*----------リンクアイコン02----------*/
.arrow01 {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.arrow01::before, .arrow01::after {
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
}
/* 矢印アイコン_青 */
.ic01:before {
	/*
	top: 0;
	bottom: 0;
	right: 10px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #1b4782;
	border-right: 2px solid #1b4782;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	*/
	top: 0;
    bottom: 0;
    right: 10px;
    width: 12px;
    height: 12px;
    display: block;
    border-top: 2px solid #1b4782;
    border-right: 2px solid #1b4782;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 別窓アイコン_青 */
.ic02 {
	background: url("../../img/sp/common/blank_right_blue.png") 98% 50% no-repeat;
	background-size: 16px 16px;
}
/* 矢印アイコン_白 */
.ic03:before {
	top: 0;
	bottom: 0;
	right: 10px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 矢印アイコン_赤 */
.ic04:before {
	top: 0;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid #c03;
	border-right: 2px solid #c03;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* 矢印アイコン_青 */
.ic05:before {
	top: 0;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	border-top: 2px solid #1b4782;
	border-right: 2px solid #1b4782;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bgStar {

}
.bgStar:before {
	content:"";
	display: inline-block;
	background-image: url("../../img/sp/common/li_toge.png");
	background-size: contain;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}
/*----------ボタンリンク----------*/
/* ボタンリンク_白 */
.bt01 a {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	padding: 15px 46px 15px 20px;
	width: 100%;
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 31%, #dbe0e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #ffffff), color-stop(100%, #dbe0e3));
	background: -webkit-linear-gradient(top, #ffffff 31%, #dbe0e3 100%);
	background: -o-linear-gradient(top, #ffffff 31%, #dbe0e3 100%);
	background: -ms-linear-gradient(top, #ffffff 31%, #dbe0e3 100%);
	background: linear-gradient(to bottom, #ffffff 31%, #dbe0e3 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbe0e3', GradientType=0 );
	border: 1px solid #8d8d8d;
	border-radius: 3px;
	box-sizing: border-box;
	vertical-align: middle;
	text-decoration: none;
	font-size: 14px;
}
.bt01 a:before,
.bt01 a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	content: " ";
	margin: auto;
	vertical-align: middle;
}
.bt01 a:before {
	right: 20px;
	width: 16px;
	height: 16px;
	background-color: #c03;
	border-radius: 50%;
}
.bt01 a:after {
	right: 20px;
	width: 10px;
	height: 8px;
	border: 4px solid transparent;
	border-left: 7px solid #fff;
	box-sizing: border-box;
}
.bt01 .anchor:after {
	top: 5px;
	right: 24px;
	width: 8px;
	height: 8px;
	border: 4px solid transparent;
	border-top: 7px solid #fff;
	box-sizing: border-box;
}
/* ボタンリンク_青 */
.bt02 a {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	padding: 14px 40px 14px 10px;
	width: 100%;
	background: #3f597b;
	border: 1px solid #19304f;
	box-sizing: border-box;
	vertical-align: middle;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
.content .bt02 a {
	color: #fff;
}
.bt02 a:before,
.bt02 a:after {
	position: absolute;
	top: 0;
	bottom: 0;
	content: " ";
	margin: auto;
	vertical-align: middle;
}
.bt02 a:before {
	right: 14px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
}
.bt02 a:after {
	right: 15px;
	width: 8px;
	height: 5px;
	border: 3px solid transparent;
	border-left: 5px solid #3f597b;
	box-sizing: border-box;
}



/* =======================================
	リスト関係
======================================= */
/*----------.bg_red_tri----------*/
ul.bg_red_tri li {
	padding-left: 20px;
	background: url("../../img/sp/common/bg_red_tri.png") 5px 5px no-repeat;
	font-size: 14px;
	margin-bottom: 15px;
}

/*----------.head_arrange----------*/
ul.head_arrange li {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 5px;
	line-height: 16px;
}
/* h4 */
h4.head_arrange {
	text-indent: -0.5em;
	padding-left: 0.5em;
}
h4.head_arrange1 {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
}

/*----------.time_schedule----------*/
ul.time_schedule li {
	font-size: 14px;
}
ul.time_schedule span.number {
	background: #cc0033;
	color: white;
	padding: 3px 6px;
	margin-right: 6px;
	font-weight: bold;
	display: block;
	width: 15px;
	text-align: center;
	float: left;
}
ul.time_schedule span.time {
	color: #1b4782;
	padding: 4px 0px;
	font-weight: bold;
	display: block;
	width: auto;
	float: left;
}
ul.time_schedule span.activity {
	display: block;
	float: left;
	padding: 0 3px;
	line-height: 24px;
	margin-left: 5px;
	width : 60%; /* IE8以下とAndroid4.3以下用フォールバック */
	width : -webkit-calc(100% - 94px);
	width : calc(100% - 94px);
}
ul.time_schedule p {
	padding: 0px 0 4px 10px;
	color: #999999;
	line-height: 15px;
	clear: both;
}
.ico_camera {
	position: relative;
	top: 6px;
	left: 2px;
	width: 1.7em;
	cursor: pointer;
	vertical-align: middle;
}

.frameArea01 {
	padding: 15px 10px;
	width: 100%;
	border-bottom: 1px solid #9faab8;
	box-sizing: border-box;
}
.frameArea02 {
	padding: 15px 0;
	width: 100%;
	border-bottom: 1px solid #d7dfe9;
	box-sizing: border-box;
}
.frameArea03 {
	padding: 10px 20px 10px 0;
	width: 100%;
	border-bottom: 1px dashed #7b7b7b;
	box-sizing: border-box;
}
.frameArea03.type01 {
	margin-top: 10px;
	border-top: 1px dashed #7b7b7b;
}
/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox {
	cursor: pointer;
	position: fixed;
	z-index: 10000;
	-ms-touch-action: none;
	touch-action: none;
	border: 1px solid #d8d8d8;
}
/* ACTIVITY INDICATION */

#imagelightbox-loading,  #imagelightbox-loading div {
	border-radius: 50%;
}
#imagelightbox-loading {
	width: 1.0em;
	height: 1.0em;
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em; /* 10 */
	margin: -1.25em 0 0 -1.25em; /* 20 */
	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
#imagelightbox-loading div {
	width: 1.25em; /* 20 */
	height: 1.25em; /* 20 */
	background-color: #fff;
	-webkit-animation: imagelightbox-loading .5s ease infinite;
	animation: imagelightbox-loading .5s ease infinite;
}
 @-webkit-keyframes imagelightbox-loading {
 from {
opacity: .5;
-webkit-transform: scale( .75 );
}
 50% {
opacity: 1;
-webkit-transform: scale( 1 );
}
 to {
opacity: .5;
-webkit-transform: scale( .75 );
}
}
 @keyframes imagelightbox-loading {
 from {
opacity: .5;
transform: scale( .75 );
}
 50% {
opacity: 1;
transform: scale( 1 );
}
 to {
opacity: .5;
transform: scale( .75 );
}
}
/* OVERLAY */

#imagelightbox-overlay {
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .9 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/* "CLOSE" BUTTON */

#imagelightbox-close {
	width: 40px;
	height: 40px;
	text-align: left;
	background: #f7f7f7;
	background: -moz-linear-gradient(top, #f7f7f7 0%, #dbe0e3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #dbe0e3));
	background: -webkit-linear-gradient(top, #f7f7f7 0%, #dbe0e3 100%);
	background: -o-linear-gradient(top, #f7f7f7 0%, #dbe0e3 100%);
	background: -ms-linear-gradient(top, #f7f7f7 0%, #dbe0e3 100%);
	background: linear-gradient(to bottom, #f7f7f7 0%, #dbe0e3 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dbe0e3', GradientType=0 );
	border: 1px solid #8d8d8d;
	border-radius: 3px;
	position: fixed;
	z-index: 10002;
	top: 10%;
	right: 10px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
#imagelightbox-close:hover,  #imagelightbox-close:focus {
	background-color: #111;
}
#imagelightbox-close:before,  #imagelightbox-close:after {
	width: 2px;
	background-color: #646464;
	content: '';
	position: absolute;
	top: 20%;
	bottom: 20%;
	left: 50%;
	margin-left: -1px;
}
#imagelightbox-close:before {
	-webkit-transform: rotate( 45deg );
	-ms-transform: rotate( 45deg );
	transform: rotate( 45deg );
}
#imagelightbox-close:after {
	-webkit-transform: rotate( -45deg );
	-ms-transform: rotate( -45deg );
	transform: rotate( -45deg );
}
/* CAPTION */

#imagelightbox-caption {
	text-align: center;
	color: #fff;
	background-color: #666;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em; /* 10 */
}
/* NAVIGATION */

#imagelightbox-nav {
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	border-radius: 20px;
	position: fixed;
	z-index: 10001;
	left: 50%;
	bottom: 3.75em; /* 60 */
	padding: 0.313em; /* 5 */
	-webkit-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	transform: translateX( -50% );
}
#imagelightbox-nav button {
	width: 1em; /* 20 */
	height: 1em; /* 20 */
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 0.313em; /* 5 */
}
#imagelightbox-nav button.active {
	background-color: #fff;
}
/* ARROWS */

.imagelightbox-arrow {
	width: 3.75em; /* 60 */
	height: 7.5em; /* 120 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,  .imagelightbox-arrow:focus {
	background-color: #666;
	background-color: rgba( 0, 0, 0, .75 );
}
.imagelightbox-arrow:active {
	background-color: #111;
}
.imagelightbox-arrow-left {
	left: 2.5em; /* 40 */
}
.imagelightbox-arrow-right {
	right: 2.5em; /* 40 */
}
.imagelightbox-arrow:before {
	width: 0;
	height: 0;
	border: 1em solid transparent;
	content: '';
	display: inline-block;
	margin-bottom: -0.125em; /* 2 */
}
.imagelightbox-arrow-left:before {
	border-left: none;
	border-right-color: #fff;
	margin-left: -0.313em; /* 5 */
}
.imagelightbox-arrow-right:before {
	border-right: none;
	border-left-color: #fff;
	margin-right: -0.313em; /* 5 */
}
#imagelightbox-loading,  #imagelightbox-overlay,  #imagelightbox-close,  #imagelightbox-caption,  #imagelightbox-nav,  .imagelightbox-arrow {
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}



/* =======================================
	.tab（tab切り替え部分）
======================================= */
ul.tab {
	position: relative;
	top: 1px;
}
ul.tab > li {
	float: left;
	cursor: pointer;
	width: 32%;
}
ul.tab > li:first-child {
	margin-right: 2%;
}
ul.tab > li:last-child {
	float: right;
}
ul.tab > li > img {
	width: 100%;
}
ul.tab > li:last-child {
	margin-right: 0;
}
.tab > li.select {
	cursor: default;
}
ul.content {
	clear: both;
}
ul.content li.page {
	padding: 10px;
	background: white;
	overflow: hidden;
	box-shadow: 0 2px 2px #d7d7d7;
}
.hide {
	display: none;
}
.conts-hide {
	display: none;
}



/* =======================================
	#hispoint_area（H.I.S.だけのポイント部分）
======================================= */
.h_box_point {
	padding: 0 3%;
	/*width: 94%;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
}
.h_box_point img {
	vertical-align: bottom;
}



/* =======================================
	.youtube（YouTube部分）
======================================= */
.youtube iframe {
	width: 100%;
}
.youtube2 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}




/* ===============================================
 #select_city（その他都市を探す部分）
=============================================== */
#select_city {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 44px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	background-color: #eee;
	background-image: url("../../img/sp/common/arrow_down_black.png");
	background-repeat: no-repeat;
	background-position: 95% 48%;
}
 @-webkit-keyframes fade-in {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}
 @keyframes fade-in {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}



/* ===============================================
 tour-preview（API表示部分）　
=============================================== */

#container .tour-preview {
}
#container .tour-preview .tour-label {
	display: none;
}
#container .tour-img {
	width: 34%;
	margin: 0 0 0 -1%;
}
#container .tour-img .tour-img-container {
	width: 100%;
	height: 100%;
}
#container .tour-desc {
	width: 64%;
	margin: 0 0 0 2%;
}
#container .tour-desc .tour-desc-text01 {
	color: inherit;
}
#container .tour-desc .tour-desc-text02 {
	color: inherit;
}

/* ===============================================
 商品エリアCTCMS運用ver
=============================================== */
.tour_item_box {
	display: flex;
	flex-direction: column;
	margin: calc(15vw / 7.5);
}
.product__list--item {
	border-bottom: solid 1px #CECECE;
	padding: 15px 0;
}
.product__list--inner {
	display: flex;
	flex-direction: row;
}
.product__list--image {
    width: calc(260vw / 7.5);
    height: calc(174vw / 7.5);
	background-size: cover;
}
.product__list--type {
	display: none;
}
.product__list--text-wrapper {
	margin-left: calc(15vw / 7.5);
}
#container h4.product__list--title {
	font-size: calc(23vw / 7.5);
	font-weight: bold;
}
#container p.product__list--minmax {
	color: #f00;
	font-size: calc(27vw / 7.5);
	font-weight: bold;
	text-align: right;
}
#container p.product__list--dep {
	font-size: calc(18vw / 7.5);
	text-align: right;
	margin-top: 0;
}
#container p.product__list--notes {
	font-size: calc(18vw / 7.5);
	text-align: right;
	line-height: 1.4;
	margin-top: 0;
}

/* ===============================================
 newアイコン
=============================================== */
.new::before {
	content: '';
	display: block;
	width: calc(91vw / 7.5);
	height: calc(39vw / 7.5);
	background: url(/tyo/special/australia/img/ico_new.png) no-repeat center 0 / contain;
	margin-bottom: calc(8vw / 7.5);
}

/* ===============================================
 ドメイン移管に関する修正
=============================================== */
.flex-direction-nav a:before {
	opacity: 0;
}

.ic05:before {
    top: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    display: block;
    border-top: 2px solid #1b4782;
    border-right: 2px solid #1b4782;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ===============================================
 @media（メディアクエリ設定部分）
=============================================== */
@media only screen and (max-width: 41.250em) /* 660 */ {
#container {
	width: 100%;
}
#imagelightbox-close {
	top: 10%;
	right: 10px;
}
#imagelightbox-nav {
	bottom: 1.25em; /* 20 */
}
.imagelightbox-arrow {
	width: 2.5em; /* 40 */
	height: 3.75em; /* 60 */
	margin-top: -2.75em; /* 30 */
}
.imagelightbox-arrow-left {
	left: 1.25em; /* 20 */
}
.imagelightbox-arrow-right {
	right: 1.25em; /* 20 */
}
}

@media only screen and (max-width: 20em) /* 320 */ {
.imagelightbox-arrow-left {
	left: 0;
}
.imagelightbox-arrow-right {
	right: 0;
}
}
