@charset "utf-8";
/*////////////// BasicCSS Document //////////////*/

/* ===============================================
 all（基本事項/全共通）　
=============================================== */

#field {
	font-size: 12px;
}
#field img {
	width: 100%;
	zoom: 1;
	vertical-align: baseline;
}



/* ===============================================
 headerArea　
=============================================== */

#headerArea {
	margin: 0 0 5%;
}



/* ===============================================
 titleArea（タイトル部分）　
=============================================== */

.titleArea.heading {
	padding: 0 0 2%;
	background: url("/smp/common/img/kanto/australia/common/line.png") repeat-x 50% 100%;
	background-size: 300px auto;
}
.titleArea.heading .titleText {
	font-size: 16px;
	color: #1B4782;
}

/* common（アイコン+テキスト）------------------*/
h4.common {
	clear: both;
	overflow: hidden;
}
h4.common:before {
	content: "";
	width: 20px;
	height: 19px;
	margin-right: 4px;
	background-image: url("/smp/common/img/kanto/australia/common/li_toge.png");
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 19px auto;
	display: block;
	float: left;
}
h4.common span {
	padding-top: 4px;
	display: block;
}



/* ===============================================
 mainArea（メインコンテンツ部分/全共通）　
=============================================== */

#mainArea {
	margin: 0 3% 0;
}

/* attenList（注意事項部分）------------------*/
.attenList {
	font-size: 11px;
	color: #666;
}
.attenList li {
	clear: both;
	overflow: hidden;
}
.attenList li:before {
	content:"※";
	display: block;
	float: left;
}
.attenList li span {
	margin-left: 12px;
	line-height: 1.2em;
	display: block;
}


/* ===============================================
 descArea（フィールド・オブ・ライトとは部分）　
=============================================== */

.descArea {
}
.descArea .descText {
}
.descArea .descText span {
	font-size: 13px;
	color: #CC0033;
	font-weight: bold;
	display: block;
}



/* ===============================================
 planArea（おすすめプラン部分）　
=============================================== */

.planArea {
}
.planArea .col2 {
	clear: both;
	overflow: hidden;
}
.planArea .col2 .phBox {
	width: 40%;
	margin-right: 5px;
	float: left;
}

/* planList（プランリスト部分）------------------*/
.planArea .planList {
}
.planArea .planList > li {
}
.planArea .planList > li+li {
	margin-top: 30px;
	border-top: 1px solid #CCC;
}
.planArea .planTextBox p {
	margin-top: 0;
}

/* detailBox（商品詳細部分）------------------*/
.planArea .detailBox {
	padding: 10px 8px;
	color: #666;
	background-color: #EEE;
}
.planArea .detailBox .detailList {
	display: table;
}
.planArea .detailBox .detailList dt {
	width: 98px;
	font-weight: bold;
	display: table-cell;
}
.planArea .detailBox .detailList dd {
	display: table-cell;
	vertical-align: middle;
}



/* ===============================================
 padding_common（他ページジャンプ部分）　
=============================================== */

.padding_common{
	padding: 0 3%;
	width: 94%;
}



/* ===============================================
 youtube（動画部分）　
=============================================== */
.youtube iframe {
    width: 100%;
    aspect-ratio: 16/9;
}
