@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 160%;
	font-family: sans-serif;
	color: #333;
	text-align: center;
	background: #fff;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	vertical-align:bottom;
}
a:link { text-decoration:none; color: #ee86b4;}
a:visited { text-decoration:none; color: #ee86b4;}
a:active { text-decoration:underline; color: #ee86b4;}
a:hover { text-decoration:underline; color: #ee86b4;}

a:hover img,
button img:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity:0.8;
}

p {
	padding: 0;
	font-size:1.4rem;
	line-height:1.8;
}
p.small{
	font-size:0.9em;
	line-height:1.4;
}
img{
	width:100%;
	height:auto;
	vertical-align:bottom;
}

h1 {
	font-size: 1.6rem;
	font-weight: bold;
}
h2 {
	font-size: 1.5rem;
	font-weight: bold;
}
h3{
	font-size: 1.5rem;
	font-weight: bold;
}
h4{
	font-size: 1.4rem;
}
h1.ttl,
h2.ttl{
	margin:0 auto 20px;
	padding:0;
	font-size:3.6rem;
	font-weight:bold;
	line-height:1.6;
	text-align:center;
}
h1.ttl:after,
h2.ttl:after{
	content:"";
	display:block;
	width:31.25%;
	min-width:6.0em;
	margin:0 auto 20px;
	border-bottom:5px solid #333;
}
h3.ttl{
	font-size:1.6rem;
	font-weight:bold;
	line-height:1.2;
}
th,dt{
	font-weight:bold;
}
th,td{
	padding:0.8em;
}
th,td,li,dt,dd{
	font-size: 1.4rem;
	line-height:1.8;
}
.line{
	border-bottom:1px solid #CCC;
	background-repeat:repeat-x;
	background-size:auto;
	background-position:center;
}
.bold{
	font-weight:bold;
}

.inner{
	width:87.5%;
	margin:0 auto;
	text-align:left;
}
.inner:after{
	content:"";
	display:block;
	clear:both;
}
.inner .inner{
	max-width:960px;
}

.mt1{
	margin-top:1%;
}
.mt2{
	margin-top:2%;
}
.mt3{
	margin-top:3%;
}
.mt4{
	margin-top:4%;
}
.mb1{
	margin-bottom:1%;
}
.mb2{
	margin-bottom:2%;
}
.mb3{
	margin-bottom:3%;
}
.mb4{
	margin-bottom:4%;
}
.pt1{
	padding-top:1%;
}
.pt2{
	padding-top:2%;
}
.pt3{
	padding-top:3%;
}
.pt4{
	padding-top:4%;
}
.pb1{
	padding-bottom:1%;
}
.pb2{
	padding-bottom:2%;
}
.pb3{
	padding-bottom:3%;
}
.pb4{
	padding-bottom:4%;
}
.lt{
	border-top:1px solid #cacac2;
}
.lb{
	border-bottom:1px solid #cacac2;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.alignleft{
	float:left;
	margin:0 20px 20px 0;
}
.alignright{
	float:right;
	margin:0 0 20px 20px;
}

.auto,
img.center{
	margin-left:auto;
	margin-right:auto;
}
.column:after{
	content:"";
	display:block;
	clear:both;
}
.column-2{
	width:47.80952%;
	float:left;
	position:relative;
}
.column-2:nth-child(2n){
	float:right;
}
.column-2:nth-child(2n+1){
	clear:both;
}
.column .column-3{
	width:30.85714%;
	float:left;
	position:relative;
	margin-left:3.714286%;
}
.column .column-3:nth-child(3n+1){
	margin-left:0;
	clear: left;
}
.column .column-4{
	width:25%;
	float:left;
	position:relative;
}
.column .column-4:nth-child(4n+1){
	clear: left;
}
.column-4:last-child{
}
.nobr br{
	display:none;
}
.table{
	width:100%;
	border-collapse:collapse;
}
.table thead th,
.table tbody th{
	width:30%;
	color:#656565;
	font-size:1.4rem;
	font-weight:bold;
	text-align:center;
	white-space:nowrap;
	background-color:#f4f3f4;
}
.table th,
.table td{
	color:#656565;
	vertical-align:middle;
	border:1px solid #dddbda;
}
.table tbody td{
	padding:1.2em 3.0em;
	font-size:1.1rem;
	font-family:sans-selif;
	background-color:#f6f6f6;
}


/* #wrapper
--------------------------- */
#wrapper {
	width:100%;
	min-width: 320px;
	overflow:hidden;
}
#contents{
}

/* #header
--------------------------- */
#header{
	position:relative;
	z-index: 10;
}
#header .inner{
	max-width:960px;
	padding:0;
	position:relative;
}
#header #logo{
	width:31.25%;
	margin:0;
	padding:10px 0 20px;
	color:#333;
	font-size:1.0rem;
	font-weight:bold;
	line-height:1.8;
	text-align:left;
	white-space: nowrap;
}
#header #logo h1{
	font-size: 1.0rem;
}
#header #logo img{
	width:100%;
	height:auto;
}
#header #logo a{
	color:#333;
}
#header #logo a:hover{
	color:#333;
	text-decoration:none;
}
#header #lang{
	border:1px solid #ccc;
	background-color:#fff;
	position:absolute;
	right:0%;
	top:10%;
	z-index:40;
}
#header #lang div.def{
	padding: 0.3em 0.8em;
	cursor:pointer;
}
#header #lang ul{
	display:none;
}
#header #lang ul li{
}
#header #lang ul li.active{
	background-color:#ffc9b9;
}
#header #lang ul li a{
	color: #333;
	/*padding: 0.3em 0.8em 0.3em 2.4em;*/
	padding: 0.3em 0.8em;
	line-height: 1.6;
	background-image:none !important;
	background-size: auto 1.0em;
	background-position: 0.6em center;
	border-top:1px solid #ccc;
	display:block;
}
#header #lang ul li:nth-of-type(4),
#header #lang ul li:nth-of-type(5),
#header #lang ul li:nth-of-type(6),
#header #lang ul li:nth-of-type(7),
#header #lang ul li:nth-of-type(8){
	/*display:none;*/
}
/*
.qtranxs_flag_th{
	background-image: url(http://japandreamtour.com/cms/wp-content/plugins/qtranslate-x/flags/th.png);
	background-repeat: no-repeat;
}
*/

/* #nav
--------------------------- */
#nav{
	width:100%;
	position:absolute;
	right:0%;
	bottom:20px;
}
#nav ul.menu{
	width:auto;
	margin:0 auto;
	display:table;
	position:absolute;
	right:0;
	bottom:0;
}
#nav ul:after{
	content:"";
	display:block;
	clear:both;
}
#nav ul.menu>li{
	display:table-cell;
	vertical-align:middle;
	padding-left:1.0em;
	position:relative;
}
#nav ul.menu>li a{
	padding-bottom:2px;
	display:block;
	overflow:hidden;
	position:relative;
	color:#333;
	font-size:1.2rem;
	line-height:20px;
}
#nav ul.menu>li>a{
	font-weight:bold;
}
#nav ul.menu>li a:hover{
	text-decoration:none;
}
#nav ul.menu>li>a:hover:after,
#nav ul.menu>li.current-menu-item>a:after,
#nav ul.menu>li.current-page-ancestor>a:after{
	content:"";
	display:block;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	border-bottom:2px solid #ee86b4;
}
#nav ul.menu ul.sub-menu li a{
	background-color:#fff;
	padding: 0.5em 1.0em 0.5em 1.5em;
	font-size:1.1rem;
	white-space: nowrap;
	border-bottom:1px solid #eee;
}
#nav ul.menu>li>ul.sub-menu{
	display:none;
	position:absolute;
	top:22px;
	left:1.0em;
	display:none;
	-webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.3);
}
#nav ul.menu>li>ul.sub-menu>li>a{
	padding: 0.5em 1.0em;
}

/* #contents
--------------------------- */
#contents>.inner{
	width:100%;
	padding:0;
}

#breadCrumb{
	background-color:#fff;
}
#breadCrumb .inner{
	max-width:960px;
	margin:0 auto;
	padding:0.8em 0;
	text-align:left;
}
.wp-pagenavi a,
.wp-pagenavi span{
	color:#333;
}

/* #bottomArea
--------------------------- */


/* #footer
--------------------------- */
#footer{
	margin-top:4.0em;
	background-color:#ee86b4;
	color:#333;
	text-align:center;
}
#footer .inner{
	max-width:960px;
	margin:0 auto;
	padding:0;
}
#footer .inner:after{
	content:"";
	display:block;
	clear:both;
}
#footer>.inner{
	padding:10px 0;
}
#footer .inner p{
	padding:0;
	text-align:center;
}

.disp-pc{
	display:block !important;
}
.disp-sp{
	display:none !important;
}