@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/** 共通 CSS */
/****************************************************************************/

/* ----------------------------------------------------
					初期化
---------------------------------------------------- */
*,*::before,*::after{
	box-sizing:border-box;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: middle;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;
}
br {
	letter-spacing: normal;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* IE */
}
li{
	list-style-type: none;
}
b {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
}
input[type="text"], input[type="password"], textarea, select, button {
	outline: none;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
#main .bxslider_detail img {
	vertical-align: bottom;
    max-height: 550px;
    max-width: 1250px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left2 {
	float: left;
}
.right2 {
	float: right;
}
.clear {
	clear:both;
	float: none;
}
button {
	border: none;
}
/* テキストはみ出し三点リーダ省略 */
.textOverflow {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.clearfix:before,.clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　共通　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
body {
	background: #fff;
	background-size: cover;
	font-size: 0.75em;
	color: #222;
	line-height: 1.3;
	letter-spacing: 1;
	-webkit-text-size-adjust: 100%;
}
body.en {/* 英語 */
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
}
body.tw {/* 繁体字 */
	font-family:"Microsoft Yahei","PingHei" ,"serif";
}
body.cn {/* 簡体字 */
	font-family:"Microsoft Yahei","PingHei" ,"serif";
}
body.ko {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
#wrapper {
	text-align: left;
}

@media print {
#wrapper {
	min-width: 1024px;
}
}

#main_sub,
.inner {
	max-width: 1000px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
}
@font-face {
	font-family: 'bebasneue';
	src: url('../font/BebasNeue/bebasneue.eot');
	src: url('../font/BebasNeue/bebasneue.eot?#iefix') format('embedded-opentype'),
		url('../font/BebasNeue/bebasneue.woff') format('woff'),
		url('../font/BebasNeue/bebasneue.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.only-pc {
	display: block;
}
.only-sp {
	display: none;
}

/****************************************************************************/
/**							ヘッダー　			    						*/
/****************************************************************************/ 

#header {
  position: relative;
  z-index: 100;
	background-color: #FFF;
	overflow: hidden;
}

#header_inner {
	border-bottom: 1px solid #e8e8e8; 
}

#header_inner .inner {
	max-width: 1200px;
	height: 45px;
	position: relative;
	margin: 0px auto;
}

#header_search {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 45px;
	padding: 10px 10px;
	background: #efefef;
}

#header_search input[type="text"] {
	width: 240px;
	padding: 5px;
	background: none;
	border: none;
}
#header_search input[type="image"] {
	position: relative;
	top: 4px;
	right: 0;
}


#traveltrade_media {
	position: absolute;
	top: 0;
	right: 0;
}

#head_language_list {
	position: absolute;
	top: 15px;
	right: 185px;
}

#head_language_list a {
	margin-left: 15px;
}

#fontchange {
    position: absolute;
    top: 0;
    right: 580px;
}

#fontchange ul {
    position: absolute;
    top: 13px;
    right: 0px;
    width: 100px;
}

#fontchange p.head {
		width: 100px;
    position: absolute;
    top: 15px;
    right: 110px;
    text-align: right;
}

#fontchange li {
	width: 30px;
	text-align: center;
	float: left;
}
#fontchange li p {
	font-weight: bold;
	background-color: #fff;
}

#fontchange li input {
	border: none;
	background: none;
}

#header_box {
	max-width: 1200px;
	height: 130px;
	position: relative;
	margin: 0px auto;
}

#header_box .header-logo {
	position: absolute;
	top: 30px;
	left: 15px;
}

#head_link_list {
	position: absolute;
	top: 35px;
	right: 270px;
}

#head_link_list li {
	float: left;
	margin-left: 50px;
	text-align:center;
}
.th #head_link_list li {
    margin-left: 20px;
}

#head_link_list li:first-child {
	margin-left: 0;
}

#head_link_list li figcaption {
	margin-top: 10px;
}

#head_link_list li a:hover img {
	opacity: 0.7;
}

#head_sns_list {
	position: absolute;
	top: 60px;
	right: 10px;
}

#head_sns_list li {
	float: left;
	padding-left: 15px;

}
#head_sns_list li:first-child {
	margin-left: 0;
    margin-top: 5px;
}
.tw #head_sns_list li:first-child,  .cn #head_sns_list li:first-child{
    margin-top: 0;
}


/****************************************************************************/
/**							ナビゲーション　　　							*/
/****************************************************************************/ 
#menu_btn {/* スマホメニュー  */
	display: none;
}

#navi {
  position: relative;
  z-index: 100;
}

/* close --------------------*/
#navi .menu .close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 35px;
	right: 35px;
	padding: 0px;
	margin: 0px;
}
#navi .menu a.close {
	display: block;
}

#navi {
	background-color: #fff;
	border-bottom: 1px solid #e8e8e8;
}

#navi .navi-logo {
	display: none;
	margin-top: 10px;
	text-align: center;
}
#navi .navi-logo img {
  max-width: 165px;
}
#navi.fixed .navi-logo {
  display: block;
}

#navi .menu {
    max-width: 1200px;
    height: auto;
		position: relative;
		z-index: 9999;
    margin: 0px auto;
}

#navi .mega {
	white-space: nowrap;
}

#navi ul li {
    float: left;
		padding-right: 0.083%;
		background: url(../img/underlayer/nav/nav_mega_nav01_bg.png) no-repeat right top;
}

#navi ul li:last-child {
	background: none;
	padding: 0;
}

#navi ul li .btn {
	background: #fff !important;
}

#navi ul li a:hover {
	opacity: 1 ;
	filter: alpha(opacity=100) ;	/* IE */
}

#nav01 {
	width: 8.58%;
}

#nav02 {
	width: 11.33%;
}

#nav03 {
	width: 8.58%;
}

#nav04 {
	width: 5.83%;
}

#nav05 {
	width: 13.33%;
}

#nav06 {
	width: 13.58%;
}

#nav07 {
	width: 10.25%;
}

#nav08 {
	width: 13.41%;
}

#nav09 {
	width: 14.41%;
}

.ko #nav01 {
	width: 13.58%;
}

.ko #nav06 {
	width: 8.58%;
}


/* second_level --------------------*/
.top_navi_second_level {
	position: absolute;
	top: 0;
	left: 0;
	white-space: normal;
	width: 100%;
	box-sizing: border-box;
	display: none;
	transition: all 0.2s ease 0s;
	background: #fff none repeat scroll 0% 0%;
	padding: 85px 90px;
}

.nav_box .ttl-nav {
	float: left;
	width: 32%;
	font-weight: bold;
	font-size: 283%;
}

.nav_box .nav_link {
	float: right;
	width: 67%;
}

.nav_link_left {
	float: left;
	width: 48%;
}

.nav_link_right {
	float: right;
	width: 48%;
}

.nav_box .nav_link a:hover {
	text-decoration: underline;
}

.nav_box .nav_link  dl {
	position: relative;
	margin-bottom: 50px;
}

.nav_box .nav_link  dl dt {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 183%;
}

.nav_box .nav_link  dl dt a {
	padding-right: 20px;
	background: url(../img/underlayer/nav/nav_arrow02.png) no-repeat right center;
	font-weight: bold;
}


.nav_box .nav_link dl dd li {
	float: none !important;
	padding: 0px !important;
	background: none !important;
	margin-bottom: 25px;
	background: none;
}

.nav_box .nav_link dl dd li:last-child {
	margin-bottom: 0;
}

.nav_box .nav_link dl dd li a {
	padding-left: 15px;
	background: url(../img/underlayer/nav/nav_arrow02.png) no-repeat left center;
}

.nav_link_list li {
	float: left;
	width: 47% !important;
	margin-bottom: 40px;
	padding: 0 0 0 1rem !important;
	text-indent: -1rem;
	background: none !important;
	font-size: 150%;
}

.nav_link_list li a {
	padding-left: 15px;
	background: url(../img/underlayer/nav/nav_arrow02.png) no-repeat left center;
	font-weight: bold;
}

.nav_link_sns {
	margin-top: 25px;
}

.nav_link_sns li {
	display: inline-block;
	margin: 0 10px 0 0 !important;
	vertical-align: bottom;
}

.nav_link_sns li a {
	padding: 0;
	background: none !important;
}

.nav_link_sns li a:hover img {
	opacity: 0.7;
}

.nav_link_sns li:last-child {
	margin-right: 0;
}

#nav07 .nav_link_list {
	margin-bottom: 60px !important;
}

#nav07 .mab35 {
	margin-bottom: 35px;
}

#nav07 .nav02 {
	background: url(../img/underlayer/nav/nav_i001.png) no-repeat right top;
	
}

#navbg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.js-navopen #navbg {
  display: block;
}

/****************************************************************************/
/**							cookies　　　							*/
/****************************************************************************/ 
#cookies{
    position: relative;
    z-index: 100;
	width: 100%;
	background: #2b2b2b;
    display: none;
}

#cookies .inner{
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 15px;
	color: #fff;
	font-size: 117%;
}

#cookies .btn-cookies {
	position: absolute;
	top: 25px;
	right: 0;
}


/****************************************************************************/
/**							パンクズ　			    						*/
/****************************************************************************/ 
#pankuzu {
	background: #efefef url(../img/underlayer/pankuzu/pankuzu_bg001.gif) repeat-x;
	overflow: hidden;
	padding-bottom: 10px;
}
#pankuzu_box {
	max-width: 1200px;
	margin:0 auto;
	padding: 20px 0;
	
}
#pankuzu_box li {
	background-image: url(../img/underlayer/pankuzu/ico_arrow02.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	color: #666;
	float: left;
	padding-left: 20px;
}
#pankuzu_box li.home {
	background-image: none;
	padding-left: 20px;
}
#pankuzu_box li a {
	color: #666;
}
.tw #pankuzu_box li a {/* 繁体字 */
	vertical-align: top;
}
.cn #pankuzu_box li a {/* 簡体字 */
	vertical-align: top;
}
.ko #pankuzu_box li a {/* 韓国語 */
	vertical-align: top;
}

@media screen {
#navi.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
}

/****************************************************************************/
/**							フッター　			    						*/
/****************************************************************************/ 
#footer {
	background-image: url(../img/common/footer_bg.png);
	background-repeat: repeat-x;
	color: #fff;
	clear: both;
	overflow: hidden;
	background-color: #5B7C80;
}
.en #footer {/* 英語 */
	background-image: url(../img/common/footer_bg.png);
	background-color: #5B7C80;
}
.tw #footer {/* 繁体字 */
	background-image: url(../img/common/footer_bg_tw.png);
	background-color: #431d4e;
}
.cn #footer {/* 簡体字 */
	background-image: url(../img/common/footer_bg_cn.png);
	background-color: #e7c000;
}
.ko #footer {/* 韓国語 */
	background-image: url(../img/common/footer_bg_ko.png);
	background-color: #000000;
}
.th #footer {/* タイ語 */
	background-image: url(../img/common/footer_bg_th.png);
	background-color: #5B7C80;
}
#footer_box {
	max-width: 100%;
	width: 1000px;
	padding-top: 20px;
	margin: 0px auto;
}
#footer .left {
	width: 35%;
	max-width: 348px;
	padding-left: 5%;
}
#footer .right {
	width: 42%;
}
#footer .links {
	margin-top: 40px;
}
#footer .links ul {
	font-size: 117%;
	min-width: 50%;
	float: left;
}
#footer .links ul li {
	margin: 10px 0;
}
#footer a {
	color: #fff;
}
#footer_sns_list {
	clear: both;
	padding-top: 50px;
}
#footer_sns_list ul {
	text-align: center;
}
#footer_sns_list li {
	display: inline-block;
	padding-left: 14px;
	max-width: 38px;
}
#footer_contract_list {
	clear: both;
	padding-top: 30px;
}
#footer_contract_list ul {
	text-align: center;
}
#footer_contract_list li {
	display: inline-block;
	padding-left: 5px;
}
#copyright {
	text-align: center;
	clear: both;
	padding: 30px 0 20px 0;
}

/****************************************************************************/
/**							リンク　			    						*/
/****************************************************************************/ 
/* page_link -------------------------------*/
.page_link a {
	font-size: 150%;
	font-weight: bold;
	text-align: right;
	display: block;
	max-width: 1000px;
}
.en .page_link a {
	color: #808442;
	font-family: 'Lato', sans-serif;
}
.tw .page_link a {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn .page_link a {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko .page_link a {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
.th .page_link a {/* タイ語 */
	color: #808442;
}
/* page_top -------------------------------*/
.page_top {
	background-image: url(../img/common/page_top.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	text-align: center;
	position: fixed;
	right: 40px;
	bottom: 40px;
	display: none;
	z-index: calc(infinity);
}
.en .page_top {/* 英語 */
	font-family: 'Lato', 'sans-serif';
}
.tw .page_top {/* 繁体字 */
	font-family : 'SimSun','serif';
}
.cn .page_top {/* 簡体字 */
	font-family : 'SimSun','serif';
}
.ko .page_top {/* 韓国語 */
	font-family:"Malgun Gothic","Yoon Gothic","sans-serif";
}
.page_top a {
	width: 40px;
	height: 40px;
	display: block;
}

/****************************************************************************/
/**							エリア別　			    						*/
/****************************************************************************/ 
/* エリア別　色 -------------------------------*/
.en .area01 { /* 名古屋 */
	background-color: #00b2b2;
}
.en .area02 { /* 尾張北部 */
	background-color: #698c00;
}
.en .area03 { /* 一宮・尾張西部 */
	background-color: #00a3d9;
}
.en .area04 { /* 知多 */
	background-color: #f5b1aa;
}
.en .area05 { /* 西三河 */
	background-color: #f08300;
}
.en .area06 { /* 東三河 */
	background-color: #84a2d4;
}
.en .area07 { /* 奥三河 */
	background-color: #bc64a4;
}
.tw .area01,.tw .area02,.tw .area03,.tw .area04,.tw .area05,.tw .area05,.tw .area06,.tw .area07 {/* 繁体語 */
	background-color: #b81236;
}
.cn .area01,.cn .area02,.cn .area03,.cn .area04,.cn .area05,.cn .area05,.cn .area06,.cn .area07 {/* 簡体語 */
	background-color: #b81236;
}
.ko .area01,.ko .area02,.ko .area03,.ko .area04,.ko .area05,.ko .area05,.ko .area06,.ko .area07 {/* 韓国語 */
	background-color: #b81236;
}
.th .area01,.th .area02,.th .area03,.th .area04,.th .area05,.th .area05,.th .area06,.th .area07 {/* タイ語 */
	background-color: #b81236;
}
.area999 { /* 広域 */
	background-color: #696969;
}
/* width640px以下 */
@media screen and (max-width: 999px){
#main_sub,
.inner {
	padding-left: 1%;
	padding-right: 1%;
}
}
@media screen and (min-width: 737px) and (max-width: 1023px) {
/****************************************************************************/
/**							ヘッダー　			    						*/
/****************************************************************************/ 

#header_inner .inner {
		height: 90px;
}

#header_search {
		height: 25px;
}

#head_language_list {
		top: 60px;
		left: 0;
}

#fontchange {
    top: 45px;
    right: 0;
}

#header_box {
		height: 200px;
}

#head_link_list {
    top: 120px;
    left: 10px;
}

#head_sns_list {
    top: 120px;
}

/* second_level --------------------*/
.top_navi_second_level {
	padding: 55px 10px;
}

.nav_link_sns li {
	margin: 0 5px 0 0 !important;
}


/****************************************************************************/
/**							cookies　　　							*/
/****************************************************************************/ 
#cookies .inner{
	padding: 25px 120px 25px 15px;
}

#cookies .btn-cookies {
	right: 15px;
}


}

@media screen and (max-width: 980px){
/****************************************************************************/
/**							ヘッダー　			    						*/
/****************************************************************************/ 

#header_inner {
	display: none;
}

#header_box {
	position: static;
}
#header_box {
    height: 140px;
}

#header_box .header-logo {
	position: absolute;
	top: 20px;
	left: 0;
}

#head_language_list {
    top: 70px;
}
#head_sns_list {
    top: 110px;
}
#header_box #head_link_list {
	top: 110px;
	left: 0;
}
#header_box {
    height: 100px;
	border-bottom: solid 1px #000;
}
h1 img {
	width: 70%;
}

/* スマホメニュー用 -------------------------------*/
#head_link_list,
#traveltrade_media,
#head_language_list,
#head_language_list select,
#head_sns_list,
#fontchange {/* ヘッダー  */
	display: none;
}
#header_box .header-logo {
    left: 15px;
}

/****************************************************************************/
/**							ナビゲーション　			    				*/
/****************************************************************************/ 
#navi {/* メガメニュー  */
	display: none;
}
#menu_btn {/* スマホメニュー  */
	display: block;
}
#menu {
	display: none;
	width: 100%;
	/* position: absolute; */
	top: 100px;
	z-index: 1001;
	border-top: solid 1px #666;
	padding: 0;
	margin: 0;
}
#menu p {
	list-style-type: none;
	background: #000;
	color: #444444;
	font-size: 92%;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	border-bottom: solid 1px #666;
	margin: 0 auto;
}
#menu p a {
	color: #444444;
	line-height: 50px;
	display: block;
	text-align: left;
}
.menu_list:not(.default_open) {
	display: none;
}
#menu li {
	list-style-type: none;
	background: #fff;
	border-bottom: solid 1px #666;
	padding: 20px 15px 20px 40px;
	margin: 0 auto;
}
#menu li a {
	color: #444444;
	font-size: 109%;
	display: block;
	text-align: left;
}
#menu_btn p {
	background-repeat: no-repeat;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: block;
	padding: 10px 0;
}
#menu_btn .menu00 {
	background-position: 0 10px;
}
#menu_btn .menu01 {
	background-position: 0 -40px;
}
#menu_btn .menu02 {
	background-position: 0 -90px;
}
#menu_btn .menu03 {
	background-position: 0 -140px;
}
#menu_btn .menu04 {
	background-position: 0 -190px;
}
#menu_btn .menu05 {
	background-position: 0 -240px;
}
#menu_btn .menu06 {
	background-position: 0 -290px;
}
#menu_btn .menu11 {
	background-position: 0 -340px;
}
#menu_btn .menu12 {
	background-position: 0 -390px;
}
/* 英語 */
.en #menu_btn .menu00 {
	background-image: url(../img/sp/sp_menu.png);
}
.en #menu_btn .menu01 {
	background-image: url(../img/sp/sp_menu.png);
}
.en #menu_btn .menu02 {
	background-image: url(../img/sp/sp_menu.png);
}
.en #menu_btn .menu03 {
	background-image: url(../img/sp/sp_menu.png);
}
.en #menu_btn .menu04 {
	background-image: url(../img/sp/sp_menu.png);
}
.en #menu_btn .menu05 {
	background-image: url(../img/sp/sp_menu.png);
}
.en #menu_btn .menu06 {
	background-image: url(../img/sp/sp_menu.png);
}
.en #menu_btn .menu11 {
	background-image: url(../img/sp/sp_menu.png);
}
.en #menu_btn .menu12 {
	background-image: url(../img/sp/sp_menu.png);
}
/* 繁体語 */
.tw #menu_btn .menu00 {
	background-image: url(../img/sp/sp_menu_tw.png);
}
.tw #menu_btn .menu01 {
	background-image: url(../img/sp/sp_menu_tw.png);
}
.tw #menu_btn .menu02 {
	background-image: url(../img/sp/sp_menu_tw.png);
}
.tw #menu_btn .menu03 {
	background-image: url(../img/sp/sp_menu_tw.png);
}
.tw #menu_btn .menu04 {
	background-image: url(../img/sp/sp_menu_tw.png);
}
.tw #menu_btn .menu05 {
	background-image: url(../img/sp/sp_menu_tw.png);
}
.tw #menu_btn .menu06 {
	background-image: url(../img/sp/sp_menu_tw.png);
}
.tw #menu_btn .menu11 {
	background-image: url(../img/sp/sp_menu_tw.png);
}
.tw #menu_btn .menu12 {
	background-image: url(../img/sp/sp_menu_tw.png);
}
/* 簡体語 */
.cn #menu_btn .menu00 {
	background-image: url(../img/sp/sp_menu_cn.png);
}
.cn #menu_btn .menu01 {
	background-image: url(../img/sp/sp_menu_cn.png);
}
.cn #menu_btn .menu02 {
	background-image: url(../img/sp/sp_menu_cn.png);
}
.cn #menu_btn .menu03 {
	background-image: url(../img/sp/sp_menu_cn.png);
}
.cn #menu_btn .menu04 {
	background-image: url(../img/sp/sp_menu_cn.png);
}
.cn #menu_btn .menu05 {
	background-image: url(../img/sp/sp_menu_cn.png);
}
.cn #menu_btn .menu06 {
	background-image: url(../img/sp/sp_menu_cn.png);
}
.cn #menu_btn .menu11 {
	background-image: url(../img/sp/sp_menu_cn.png);
}
.cn #menu_btn .menu12 {
	background-image: url(../img/sp/sp_menu_cn.png);
}
/* ハングル */
.ko #menu_btn .menu00 {
	background-image: url(../img/sp/sp_menu_ko.png);
}
.ko #menu_btn .menu01 {
	background-image: url(../img/sp/sp_menu_ko.png);
}
.ko #menu_btn .menu02 {
	background-image: url(../img/sp/sp_menu_ko.png);
}
.ko #menu_btn .menu03 {
	background-image: url(../img/sp/sp_menu_ko.png);
}
.ko #menu_btn .menu04 {
	background-image: url(../img/sp/sp_menu_ko.png);
}
.ko #menu_btn .menu05 {
	background-image: url(../img/sp/sp_menu_ko.png);
}
.ko #menu_btn .menu06 {
	background-image: url(../img/sp/sp_menu_ko.png);
}
.ko #menu_btn .menu11 {
	background-image: url(../img/sp/sp_menu_ko.png);
}
.ko #menu_btn .menu12 {
	background-image: url(../img/sp/sp_menu_ko.png);
}
/* タイ */
.th #menu_btn .menu00 {
	background-image: url(../img/sp/sp_menu_th.png);
}
.th #menu_btn .menu01 {
	background-image: url(../img/sp/sp_menu_th.png);
}
.th #menu_btn .menu02 {
	background-image: url(../img/sp/sp_menu_th.png);
}
.th #menu_btn .menu03 {
	background-image: url(../img/sp/sp_menu_th.png);
}
.th #menu_btn .menu04 {
	background-image: url(../img/sp/sp_menu_th.png);
}
.th #menu_btn .menu05 {
	background-image: url(../img/sp/sp_menu_th.png);
}
.th #menu_btn .menu06 {
	background-image: url(../img/sp/sp_menu_th.png);
}
.th #menu_btn .menu11 {
	background-image: url(../img/sp/sp_menu_th.png);
}
.th #menu_btn .menu12 {
	background-image: url(../img/sp/sp_menu_th.png);
}
#menu_btn .menu_languages {
	text-indent: 30px;
	color: #fff;
	font-size: 117%;
	font-weight: normal;
}
#menu_btn .menu07,
#menu_btn .menu08,
#menu_btn .menu09,
#menu_btn .menu10 {
	text-indent: 40px;
} 
#menu_btn .menu07 a,
#menu_btn .menu08 a,
#menu_btn .menu09 a,
#menu_btn .menu10 a {
	color: #fff;
	font-size: 109%;
}
.menu-toggle {
	background-image: url(../img/sp/menu_btn.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 25px;
	right: 20px;
	width: 60px;
	height: 48px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	background-size: 60px 48px;
	color: #444444;/*MENUの文字色*/
	display: inline-block;
}
}

@media screen and (max-width: 736px){
/****************************************************************************/
/**							共通　			    						*/
/****************************************************************************/ 
body {
	font-size: 0.88em !important;
}
#wrapper {
	min-width: 0;
}
/* コンテンツ幅 -------------------------------*/
#main_sub,
.inner {
	padding: 0 10px;
	box-sizing: border-box;
}


#top-editarea{
 background: #dcdcdc;/*外側の背景*/
 text-align: right;/*MENUの文字の位置*/
}
#top-editarea .section{
 margin: 0;
 width: 100%;
}
.only-pc {
	display: none;
}
.only-sp {
	display: block;
}

/****************************************************************************/
/**							cookies　　　							*/
/****************************************************************************/ 

#cookies .inner{
	padding: 25px 15px;
}

.txt-cookies {
	width: 80%;
}

#cookies .btn-cookies {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

/****************************************************************************/
/**							フッター　			    						*/
/****************************************************************************/ 
.tw #footer {/* 繁体字 */
	background-image: none;
	background-color: #431d4e;
}
.cn #footer {/* 簡体字 */
	background-image: none;
	background-color: #E7C000;
}
.ko #footer {/* 韓国語 */
	background-image: none;
	background-color: #000000;
}

#footer .left {
    padding: 0;
    margin: 0 auto;
}
#footer .left img {
	width:80%;
	max-width: 348px;
	margin-left: 10%;
	margin-right: 10%;
}
#footer .left,
#footer .right {
	float: none;
	width: 100%;
	text-align: center;
}
#footer .right {
}
#footer_sns_list {
    width: 80%;
}
#footer .links {
	overflow: hidden;
	border-bottom: solid 1px #fff;
	box-sizing: border-box;
}
#footer .links ul {
	font-size: 84%;
	float: none;
    width: 100%;
}
#footer .links ul li {
    width: 50%;
    float: left;
	border-top: solid 1px #fff;
	border-left: solid 	.5px #fff;
	box-sizing: border-box;
    margin: 0;
}
#footer .links a {
    margin: 20px 10px;
	display: block;
}
#footer_sns_list {
    width: auto;
}
#footer_sns_list ul {
    margin: 0px auto;
}
#copyright {
	font-size: 78%;
	width: 70%;
	margin: 0 15%;
}
#footer .left {
	float: none;
    padding-left: 0;
	margin: 0 auto;
}

/****************************************************************************/
/**							リンク　			    						*/
/****************************************************************************/ 
/* page_link -------------------------------*/
.page_link a {
    font-size: 180%;
}
}

@media print {
.page_top {
	display: none;
}
.spot .bx-wrapper img {
	display: block;
	text-align: center;
}
}


.spot_link_list_right {
    text-align: right;
}

.spot_link_list_right li a {
    font-size: 140%;
    padding: 0px 20px 20px 20px;
}

.spot_link_list_left {
    text-align: left;
    position: relative;
    top: -32px;
}

.spot_link_list_left li a {
    font-size: 140%;
    padding: 0px 20px 20px 20px;
}

.inner_link_list {
    max-width: 1000px;
    margin: 0px auto;
    position: relative;
}

.ico_see {
    background: url(/img/common/ico_see.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 23px;
    vertical-align: middle;
}

.color_spot_link {
    color: #75c7b1;
    display: inline;
}

/* 詳細画面で地図が出ない対応 ここから */
#map_canvas {
	padding: 0 0 0 !important;
}

.spotMapG	{
	height: 510px !important;
}
/* ここまで */

/****************************************************************************/
/**							広告			    							*/
/****************************************************************************/ 

#banner{
	padding:30px 0;
	background-color: #e3e9f2;
}

#ad_list_area{
	width: 1200px;
	margin:0 auto;
}

#ad_list h1{
    font-size: 250%;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}

#ad_list ul li{
	display: inline-block;
	padding: 0 10px 10px 10px;
}

#ad_list ul li:nth-child(3n){
	display: inline-block;
	pading:0 0 10px 0;
}

#ad_list_sp {
    display: none;
}

@media screen and (max-width:1080px){
    #head_banner {
        display: none;
    }
}

@media screen and (max-width:640px){
   
    #ad_list {
        display: none;
    }
    
    #ad_list_sp {
        display: inline;
    }
    
    #ad_list_area{
    	width: 100%
    }

    
    #ad_list_sp ul li {
        width: 94%;
        margin: 10px auto;
        text-align: center;
    }

    #ad_list_sp ul li img{
        width: 100%;
    }
    
    #ad_list_sp h1 {
        text-align: center;
        font-size: 167%;
        word-wrap: break-word;
    }
}

/* ----------------------------------------------------
		その他
---------------------------------------------------- */
.font_sup {
    font-family: 'DaunPenh';
    position: relative;
    bottom: 6px;
    font-size: 80%;
}

.font_sub {
    font-family: 'DaunPenh';
    position: relative;
    top: 6px;
    font-size: 80%;
}

/* youtube */
.detailunit-movie {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
}

.box-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.external_link_w {
    padding-right: 18px;
    margin-left: 5px;
    padding-top: 6px;
    background: url(/img/common/ext_link_w.png) no-repeat right center;
}

.pattern15 .caption {
    font-size: 2.8rem;

    font-weight: normal;
    line-height: 1.2;
    text-align: center;
}

.content_img_caption {
    font-size: 1.6rem;

    font-weight: normal;
    text-align: center;
    position: relative;
    top: -30px;
}
@media screen and (max-width:640px){
    .content_img_caption {
        font-size: 1rem;
    }
}

