@charset "utf-8";
/* CSS Document */
/****************************************************************************/
/**							共通項目用CSS									*/
/****************************************************************************/
/* ----------------------------------------------------
					初期化
---------------------------------------------------- */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, cite,
del, dfn, img, ins, kbd, q, samp,
strong, sub, sup, var, area,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #404040;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 16px;
	font-size: 1.6rem;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color: #404040;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

label{
	white-space:nowrap;
}

address {
	font-style: normal;
}

button {
	cursor: pointer;
}

a:hover, button:hover {
	opacity:0.7;
}

@font-face {
	font-family: "genjyuugothic";
	src: url("/font/ja/genjyuugothic/GenJyuuGothic-P-Regular.eot?") format('eot');
	src: url('/font/ja/genjyuugothic/GenJyuuGothic-P-Regular.eot?#iefix') format('embedded-opentype'),
url("/font/ja/genjyuugothic/GenJyuuGothic-P-Regular.woff") format('woff'),
url("/font/ja/genjyuugothic/GenJyuuGothic-P-Regular.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "genjyuugothic";
	src: url("/font/ja/genjyuugothic/GenJyuuGothic-P-Medium.eot?") format('eot');
	src: url('/font/ja/genjyuugothic/GenJyuuGothic-P-Medium.eot?#iefix') format('embedded-opentype'),
url("/font/ja/genjyuugothic/GenJyuuGothic-P-Medium.woff") format('woff'),
url("/font/ja/genjyuugothic/GenJyuuGothic-P-Medium.ttf") format('truetype');
	font-weight: bold;
	font-style: normal;
}

/* @font-face {
	font-family: 'honoka';
	src: url('/font/ja/honoka/honoka.eot');
	src: url('/font/ja/honoka/honoka.eot?#iefix') format('embedded-opentype'),
url('/font/ja/honoka/honoka.woff') format('woff'),
url('/font/ja/honoka/honoka.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: 'honokamin';
	src: url('/font/ja/honoka/honokamin.eot');
	src: url('/font/ja/honoka/honokamin.eot?#iefix') format('embedded-opentype'),
		url('/font/ja/honoka/honokamin.woff') format('woff'),
		url('/font/ja/honoka/honokamin.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
} */

@font-face {
	font-family: 'hannari';
	src: url('/font/ja/hannari/hannari.eot');
	src: url('/font/ja/hannari/hannari.eot?#iefix') format('embedded-opentype'),
url('/font/ja/hannari/hannari.woff') format('woff'),
url('/font/ja/hannari/hannari.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: 'utsukushi';
	src: url('/font/ja/utsukushi/utsukushi.eot');
	src: url('/font/ja/utsukushi/utsukushi.eot?#iefix') format('embedded-opentype'),
url('/font/ja/utsukushi/utsukushi.woff') format('woff'),
url('/font/ja/utsukushi/utsukushi.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: 'harenosora';
	src: url('/font/ja/harenosora/harenosora.eot');
	src: url('/font/ja/harenosora/harenosora.eot?#iefix') format('embedded-opentype'),
		url('/font/ja/harenosora/harenosora.woff') format('woff'),
		url('/font/ja/harenosora/harenosora.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
	font-family: 'scriptina';
	src: url('/font/ja/scriptina/scriptina.eot');
	src: url('/font/ja/scriptina/scriptina.eot?#iefix') format('embedded-opentype'),
url('/font/ja/scriptina/scriptina.woff') format('woff'),
url('/font/ja/scriptina/scriptina.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@media print {
#to_top {
	display: none !important;
}
}

/* ----------------------------------------------------
					段組
---------------------------------------------------- */
#wrapper{
	min-width: 1000px;
}

@media screen {
	#container {
		padding-top: 100px;
	}
	
	.margin_photo {
		padding-top: 1px !important;
	}
}

.container{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.container:after{
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
}

.common_wrap {
	padding: 7% 0;
}

/* ----------------------------------------------------
		ヘッダー
---------------------------------------------------- */
@media screen {
	header {
		width: 100%;
		z-index: 2000;
		background-color: #ffffff;
	}
}

#head_bar {
	background-color: #000000;
	height: 40px;
	font-size: 1.4rem;
}

#head_bar_left {
	margin-left: 400px;
}

#head_bar_left li {
	float: left;
	line-height: 40px;
	margin-right: 15px;
}

#head_bar_left li img {
	vertical-align: middle;
}

#head_bar_right {
	float: right;
}

#head_freeword_search {
	float: left;
	margin: 8px 15px 0 0;
}

#head_freeword_search input[type="text"] {
	width: 185px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	padding: 0 9px;
	box-sizing: border-box;
	vertical-align: bottom;
	margin-right: 5px;
}

#head_bar_right ul {
	float: left;
}

#head_bar_right li {
	float: left;
	line-height: 40px;
	margin-right: 20px;
}

#head_bar_right img {
	vertical-align: middle;
}

#head_bar_right select {
	margin-top: 10px;
}

header h1 {
	margin: 10px 0;
	float: left;
}

header h1 img {
	height: 40px;
}

header h1 img.education_h_img {
	height: 113px;
}

header h1 img.associations_h_img {
	height: 106px;
}

#head_upper_right {
	float: right;
}

#head_upper_link_list {
	margin-bottom: 35px;
}

#head_upper_link_list li {
	text-align: center;
	float: left;
	margin-left: 2px;
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	position: relative;
}

#head_upper_link_list li a {
	color: #ffffff;
	background-color: #424242;
	display: block;
}

#head_upper_link_list li:last-child a {
	background-color: #e61a0f;
}

#head_upper_link_list li a:hover {
	opacity: 0.7;
}

#head_upper_link_list li ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 9999;
	margin: 0;
}

#head_upper_link_list li ul:before {
	position: absolute;
	right: 8px;
	top: -23px;
	background: url(/img/ja/common/arrow_down.png) no-repeat;
	content: "";
	width: 9px;
	height: 5px;
	z-index: 999;
}

#head_upper_link_list li ul li {
	margin: 1px 0 0;
	overflow: hidden;
	height: 0;
	transition: .2s;
}

#head_upper_link_list li:hover ul li{
	overflow: visible;
	height: 40px;
}

#head_search_form {
	float: right;
	margin-right: 15px;
	position: relative;
	vertical-align: top;
}

#head_search_form input[type="text"] {
	width: 240px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	padding: 0 35px 0 9px;
	box-sizing: border-box;
	vertical-align: bottom;
}
#head_search_form input[type="image"] {
	position: absolute;
	top: 8px;
	right: 11px;
}

#font_change {
	float: right;
}

#font_change dt {
	float: left;
	line-height: 32px;
	font-size: 12px;
	margin-right: 10px;
}

#font_change dd {
	float: left;
	margin-left: 3px;
}

#font_change dd img {
	cursor: pointer;
}

#font_change dd img:hover {
	opacity:0.7;
}

#font_change dd.stop img {
	opacity: 0.3;
	cursor: default;
}

#head_sns_list {
	display: none;
}

#head_sns_list li{
	float: left;
	margin-left: 8px;
	line-height: 27px;
}

#head_sns_list li img {
	width: 27px;
	height: auto;
}

/***** グローバルナビゲーション *****/

#navi {
	margin-top: 25px;
	float: right;
}

#navi li {
	float: left;
	font-size: 16px;
	text-align: center;
	border-left: 1px solid #b7b7b7;
	width: auto;
	height: 20px;
	box-sizing: border-box;
    position: relative;
    font-weight: bold;
    padding: 0 15px;
    display: inline-block;
}

#navi li:first-child {
	border-left: none;
}

#navi li a {
	display: block;
}

/*
#navi li:hover ul {
	display: block;
}

#navi li ul {
	position: absolute;
	left: -1px;
	top: 100%;
	z-index: 9999;
	background-color: #ffffff;
	display: none;
}

#navi li li:first-child {
	border-top : none;
}

#navi li li a {
	display: inline-block;
	background: url(/img/ja/common/arrow_black_s.png) no-repeat left 10px center;
	padding-left: 28px;
	width: 100%;
	box-sizing: border-box;
}

#navi li:nth-child(1) li a:hover {
	background-color: #f1ecdc;
}

#navi li:nth-child(3) li a:hover {
	background-color: #f6ffe6;
}

#navi li:nth-child(5) li a:hover {
	background-color: #fff7d2;
}
*/

#sp_menu_lang_btn {
	position: absolute;
	top: 10px;
	right: 50px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}

#sp_menu_btn {
	position: absolute;
	top: 10px;
	right: 0px;
	cursor: pointer;
	width: 30px;
	height: 30px;
	display: none;
}


#sp_menu_btn img,
#sp_menu_lang_btn img {
	width: 100%;
}

#sp_menu,
#sp_lang_menu {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #404040;
	width: 85%;

	z-index: 99999;
	display: none;
	transform: translateX(100%);
}

#sp_menu #menu_search_form h2 {
    font-size: 2rem;
    background-size:contain;
    padding: 14px 20px 10px 35px;
}

#sp_menu .dropdown_btn {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    padding: 12px 7px 0px 14px;
}
#sp_menu .dropdown_btn .drawer-caret{
    display: inline-block;
    width:30px;
    height: 30px;
    margin: 0;
    vertical-align: middle;
    background: rgba(0, 0, 0, 0) url("/img/ja/common/arrow_white_l_plus.png") no-repeat scroll 0 0;

}

#sp_menu .dropdown_btn .drawer-caret.active{
    background: rgba(0, 0, 0, 0) url("/img/ja/common/arrow_white_l_minus.png") no-repeat scroll 0 0 !important;

}

@media screen and (min-width:750px){
	#sp_menu, #sp_lang_menu {
		display: none !important;
	}
}

#sp_menu {
	border-left:1px solid #404040;
}

#sp_menu h1 {
	padding: 10px 30px 15px 30px;
	background-color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}

#sp_menu a {
	display: block;
	text-decoration: none;
	color: #ffffff;
}

#sp_menu ul li {
	border-top: 2px solid #eeeeee;
	line-height: 1.2;
	font-size: 1.5rem;
	position: relative;
}

#sp_menu ul li.language_area{
	border-top:0px;
	background-color:#FFFFFF;
	padding: 0 0 10px 0;
}

#sp_menu li .child_menu li{
	background-color:#FFFFFF;
}
#sp_menu ul li.language_area li{
    border:0;
}

#sp_menu #menu_search_form input[type="text"] {
    height: 25px;
}

#sp_menu ul li.language_area a {
    padding: 5px 0 5px 0;
    border: 1px solid #404040;
    text-align: center;
    margin: 0 auto;
	color: #404040;
	width: 70%;
}
#sp_menu ul li.language_area a img {
    vertical-align: middle;
    margin-right: 10px;
}

#sp_menu li.language_area ul {
     margin:0px 0 15px;
}

#sp_menu h1 img{
    width: auto !important;
    height: auto !important;
}

#sp_menu ul li a {
	padding: 14px 20px 14px 60px;
	background: url(/img/ja/common/arrow_white_l.png) no-repeat left 27px center;
}

#sp_menu ul li a.ico_event {
	background: url(/img/ja/common/ico_event.png) no-repeat left 20px center !important;
}

#sp_menu ul li a.ico_features {
	background: url(/img/ja/common/ico_features.png) no-repeat left 20px center !important;
}

#sp_menu ul li a.ico_spots {
	background: url(/img/ja/common/ico_spots.png) no-repeat left 20px center !important;
}


#sp_menu ul li a.ico_course {
	background: url(/img/ja/common/ico_course.png) no-repeat left 20px center !important;
}

#sp_menu ul li a.ico_groumet {
	background: url(/img/ja/common/ico_groumet.png) no-repeat left 20px center !important;
}

#sp_menu ul li a.ico_stay {
	background: url(/img/ja/common/ico_stay.png) no-repeat left 20px center !important;
}

#sp_menu ul li a.ico_kid {
	background: url(/img/ja/common/ico_kid.png) no-repeat left 20px center !important;
}
#sp_menu h2.ico_search3 {
	background: url(/img/ja/common/ico_search3.png) no-repeat left center !important;
}
#sp_menu ul li a.ico_search3 {
	background: url(/img/ja/common/ico_search3.png) no-repeat left 20px center !important;
}
#sp_menu ul li a.ico_aichi_white {
	background: url(/img/ja/common/ico_aichi_white.png) no-repeat left 20px center !important;
}

#sp_menu #menu_search_form {
    padding: 10px 20px 10px 20px;
}

#sp_menu li li {
	border: none;
	font-size: 1.5rem;
	background-color: #EEEEEE;
	border-bottom: 1px solid #404040;
}

#sp_menu li li a {
	padding: 10px 20px 10px 80px;
	background-position: left 60px center;
	background-size: 12px;
    color: #404040;
	background: url(/img/ja/common/arrow_black_l.png) no-repeat left 50px center !important;
	background-size:50% auto;
}

#menu_search_form {
	border-top: 2px solid #eeeeee;
	padding: 20px 20px 20px 30px;
	position: relative;
}

#menu_search_form h2 {
	margin-bottom: 10px;
	color: #ffffff;
	font-size: 2.6rem;
	background: url(/img/ja/common/ico_search2.png) no-repeat left center;
	padding-left: 40px;
	font-weight: normal;
}

#menu_search_form input[type="text"] {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #ffffff;
	border: none;
	box-sizing: border-box;
	vertical-align: bottom;
	border-radius: 10px;
}


/* ----------------------------------------------------
		フッター
---------------------------------------------------- */
#sp_foot_link_list {
	display: none;
}

#sp_foot_link_list li {
	/*min-height: 70px;*/
	line-height: 1.3;
	border-bottom: 1px solid #333333;
	box-sizing: border-box;
	float: left;
	width: 50%;

	padding: 10px 10px 10px 30px;
	background: url(../../img/ja/common/arrow_black_m.png) no-repeat left 10px center;
}

#sp_foot_link_list li:nth-child(1),
#sp_foot_link_list li:nth-child(2)  {
	border-top: 1px solid #333333;
}


#sp_foot_link_list li:nth-child(odd) {
	border-right: 1px solid #333333;
}

#sp_foot_link_list li:last-child {
	border-bottom: 0px;
}

#sp_foot_link_list li img {
	vertical-align: middle;
	margin-left: 30px;
}

footer {
	padding: 20px 0;
	/*margin-top: 70px;*/
	position: relative;
	background-color: #404040;
	color: #ffffff;
}

#foot_link_list {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 20px;
}

#foot_link_list ul {
	float: left;
	width: 25%;
}

#foot_link_list li {
	text-indent: -20px;
	margin: 10px 0 0 20px;
	line-height: 1.3;
}

#foot_link_list li a {
	background: url(/img/ja/common/arrow_white.png) no-repeat left center;
	padding-left: 20px;

	color: #ffffff;
}

#foot_left {
	float: left;
	width: 620px;
}

#foot_right {
	float: right;
}

#foot_address {
	margin-top: 10px;
}

#address {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.7;
}

#address a {
	margin-top: 20px;
	font-size: 1.4rem;
	line-height: 1.7;
	color: #ffffff;
}

#association_link {
	margin-top: 20px;
	font-size: 1.4rem;
}

#association_link a {
	color: #ffffff;
	padding: 0 22px;
	background: url(/img/ja/common/link_arrow.png) no-repeat left center, url(/img/ja/common/ico_window4.png) no-repeat right center;
}

#copyright {
	margin-top: 20px;
	font-size: 1.2rem;
}

#foot_qr_code {
	margin-top: 35px;
}

#foot_sns_list {
	float: right;
	margin: 20px 0 10px;
}

#foot_sns_list li {
	float: left;
	margin-left: 10px;
}

#foot_sns_btn {
	clear: both;
	float: right;
	margin-top: 115px;
}

#twitter-widget-0 {
	vertical-align: bottom;
	margin-right: 10px;
}

#to_top {
	background: url(/img/ja/common/top_arrow.png) no-repeat;
	width: 70px;
	height: 71px;
	position: fixed;
	bottom: 85px;
	right: 50px;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	cursor: pointer;
	z-index: 99999;
	display: none;
}

#to_top:hover {
	opacity: 0.7;
}


/* ----------------------------------------------------
		パンくずリスト
---------------------------------------------------- */
#topic_path {
	background-color: #404040;
	color: #ffffff;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 14px 0;
}

#topic_path a {
	color: #ffffff;
}

#topic_path ul, #topic_path li{
	display: inline;
}

#topic_path li:before {
	display: inline-block;
	content: "＞";
	margin: 0 12px 0 7px;
}

#topic_path li:first-child:before{
	content: "";
	margin: 0;
}


/* ----------------------------------------------------
		ブロック要素
---------------------------------------------------- */
.f_left {
	float: left !important;
}

.f_right {
	float: right !important;
}

.table_box {
	display: table;
}

.table_box_cell {
	display: table-cell;
	vertical-align: top;
}

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

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

.content3_1 , .content3_2 , .content3_3 , .content3_2_1 , .content3_3_1{
	width: 32%;
	float: left;
}

.content3_2 {
	margin-right: 2%;
	margin-left: 2%;
}

.content3_2_1 {
	margin-right: 2%;
	margin-left: 2%;
	margin-top:70px;
}

.content3_3_1 {
	margin-top:70px;
}

.content4_1 , .content4_2 , .content4_3 , .content4_4 {
	width: 22%;
	float: left;
}

.content4_2 {
	margin-left: 4%;
	margin-right: 4%;
}

.content4_3 {
	margin-right: 4%;
}

.two_col_list:after, .three_col_list:after, .three_col_list:after, .four_col_list:after, .five_col_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.two_col_list li {
	float: left;
	width: 49%;
	margin-top: 2%;
}

.two_col_list li:nth-child(2n) {
	margin-left: 2%;
}

.three_col_list li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.four_col_list li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.five_col_list li {
	float: left;
	width: 18.5%;
	margin-right: 1.5%;
}

.three_col_list li:nth-child(3n), .four_col_list li:nth-child(4n), .four_col_list li:nth-child(5n) {
	margin-right: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

.box_center {
	margin-left: auto;
	margin-right: auto;
}

.inline_block {
	display: inline-block;
}

.vertical_top {
	vertical-align: top;
}

.width_max {
	width: 100% !important;
}

.width_25_per {
	width: 25% !important;
}

.width_35_per {
	width: 35% !important;
}

.width_40_per {
	width: 40% !important;
}

.width_45_per {
	width: 45% !important;
}

.width_50_per {
	width: 50% !important;
}

.width_55_per {
	width: 55% !important;
}

.width_60_per {
	width: 60% !important;
}

.width_65_per {
	width: 65% !important;
}

.width_70_per {
	width: 70% !important;
}

.width_75_per {
	width: 75% !important;
}

.box_hide {
	display: none;
}

.hide {
	opacity: 0;
}

.line {
	border: none;
	height: 2px;
	background-color: #dddddd;
	margin: 30px 0;
}

.line2 {
	border: none;
	height: 5px;
	background-color: #f3f5f8;
	margin: 30px 0;
}

.sp_br {
	display: none;
}


/* ----------------------------------------------------
		余白
---------------------------------------------------- */
.no_margin {
	margin: 0 !important;
}

.top_margin_5 {
	margin-top: 5px !important;
}

.top_margin_10 {
	margin-top: 10px !important;
}

.top_margin_15 {
	margin-top: 15px !important;
}

.top_margin_20 {
	margin-top: 20px !important;
}

.top_margin_30 {
	margin-top: 30px !important;
}

.top_margin_40 {
	margin-top: 40px !important;
}

.top_margin_50 {
	margin-top: 50px !important;
}

.left_margin_5 {
	margin-left: 5px !important;
}

.left_margin_10 {
	margin-left: 10px !important;
}

.left_margin_20 {
	margin-left: 20px !important;
}

.left_margin_30 {
	margin-left: 30px !important;
}

.right_margin_5 {
	margin-right: 5px !important;
}

.right_margin_10 {
	margin-right: 10px !important;
}

.right_margin_20 {
	margin-right: 20px !important;
}

.right_margin_30 {
	margin-right: 30px !important;
}

.left_padding_10 {
	padding-left: 10px !important;
}

.left_padding_20 {
	padding-left: 20px !important;
}

.left_padding_30 {
	padding-left: 30px !important;
}

.right_padding_10 {
	padding-right: 10px !important;
}

.right_padding_20 {
	padding-right: 20px !important;
}

.right_padding_30 {
	padding-right: 30px !important;
}


/* ----------------------------------------------------
		文字列・インライン要素
---------------------------------------------------- */
.txt_font_s {
	font-size: 1.2rem !important;
}

.txt_font_l {
	font-size: 1.8rem !important;
}

.txt_font_2l {
	font-size: 2.0rem !important;
}

.font_bold {
	font-weight: bold !important;
}

.txt {
	line-height: 1.42 !important;
}

.txt_s {
	line-height: 1.28 !important;
}

.txt_l {
	line-height: 1.62 !important;
}

.txt_center {
	text-align: center !important;
}

.txt_right {
	text-align: right !important;
}

.txt_left {
	text-align: left !important;
}

.vertical_middle {
	vertical-align: middle !important;
}

.link_underline {
	text-decoration: underline;
}

.txt_hide {
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.nowrap {
	white-space: nowrap;
}

.round_img {
	border-radius: 10px;
}

.pointer {
	cursor: pointer;
}

.btn_link {
	background-color: #ffffff;
	border-radius: 5px;
	color: #212121;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	width: 400px;

}

.btn_link .ico_arrow, .btn_link .ico_arrow_white {
	margin-right: 10px;
}

.btn_link_l {
	background-color: #f3f5f8;
	border-radius: 5px;
	color: #404040;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 500;
	padding: .85em 2em;
	position: relative;
}

.btn_link_l:after {
	background: url(/img/ja/common/arrow_down_l.png) no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
}



/* ----------------------------------------------------
		リスト
---------------------------------------------------- */
.disc_list {
	list-style-type: disc;
	margin-left: 20px;
	line-height: 1.5;
}

.inline_list li {
	display: inline;
}

.list_margin_none li {
	margin-top: 0 !important;
}
.list_margin_10 li {
	margin-top: 10px;
}

.list_margin_20 li {
	margin-top: 20px;
}


/* ----------------------------------------------------
		タイトル
---------------------------------------------------- */
.headline {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
	margin-bottom: .2em;
}
.header2 > .headline {
	font-size: 3.2rem;
	font-weight: bold;
	margin-bottom: 1em;
}
.subheading {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}

.caption {
	font-size: 2.8rem;
	line-height: 1.4;
	text-align: center;
}

.subtitle {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.4;
}

.streamer {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
	background-color: #cccccc;
	border-radius: 5px;
	padding: 10px;
}

.general_title {
	font-size: 2.0rem;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 10px;
	border-bottom: 5px solid #f4f5f9;
	margin-bottom: 3%;
}


/* ----------------------------------------------------
		コンンテンツ
---------------------------------------------------- */
.area {
	font-family: "genjyuugothic";
	font-weight: bold;
	font-size: 14px;
	min-width: 70px;
	height: 25px;
	display: inline-block;
	line-height: 25px;
	text-align: center;
	padding: 0 5px;
	box-sizing: border-box;
}

.area.nagoya {
	background-color: #ffbabd;
}

.area.owari {
	background-color: #9ccc65;
}

.area.ichinomiya {
	background-color: #f3cc57;
}

.area.chita {
	background-color: #4dd0e1;
}

.area.nishimikawa {
	background-color: #97d9d3;
}

.area.higashimikawa {
	background-color: #7bcaa4;
}

.area.okumikawa {
	background-color: #d7a977;
}

.area.shizuoka {
	background-color: #b8f161;
}

.area.wide_area {
	background-color: #ffdb4f;
}

.area_plural {
	margin-right: 10px;
	margin-bottom: 2px;
}

.category {
	font-family: "genjyuugothic";
	font-weight: bold;
	font-size: 14px;
	width: 140px;
	height: 26px;
	display: inline-block;
	line-height: 26px;
	text-align: center;
}

.category.news {
	background-color: #a6dee5;
}

.category.info {
	background-color: #eeb1ab;
}

.category.media {
	background-color: #d5d2ac;
}

.category.news_news {
	background-color: #a6dee5;
}
.category.news_topics {
	background-color: #8fbc8f;
}
.category.news_press_release {
	background-color: #d5d2ac;
}
.category.news_tumblr {
	background-color: #bfbfbf;
}
.category.news_feature {
	background-color: #aebff1;
}
.category.news_course {
	background-color: #d4b5e4;
}
.category.news_column {
	background-color: #eeb1ab;
}
.news_08 {
	background-color: #999999;
}
.news_09 {
	background-color: #ffb400;
}
.news_10 {
	background-color: #e75c5c;
}
.news_11 {
	background-color: #73abda;
}
.news_12 {
	background-color: #5dc962;
}
.news_13 {
	background-color: #a279c4;
}
.news_14 {
	background-color: #e4e636;
}

div.switch_btn {
	text-align: right;
	display: block;
    background-color: #ffe8e6;
    padding: 10px;
}

div.switch_btn button {
    background-color: #f3f5f8;
	border: none;
	border-radius: 5px;
	width: 100px;
	height: 26px;
	line-height: 26px;
	text-align: center;
    margin-left: 10px;
	font-size: 14px;

	position: relative;
}

div.switch_btn button:nth-of-type(1) {
	right: auto;
}

.switch_btn {
    text-align: right;
}

.switch_btn button {
	background-color: #f3f5f8;
	border: none;
	border-radius: 5px;
	width: 100px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	top: 7px;
	right: 10px;
	margin-left: 10px;
	font-size: 14px;

}

.switch_btn button:nth-of-type(1) {
	right: 120px;
}

.switch_btn button.select {
	background-color: #818181;
}

.map_title {
	font-size: 3rem;
	margin-bottom: 20px;
}

.map_title span {
	font-size: 1.8rem;
	font-weight: 500;
	margin-left: 15px;
	vertical-align: middle;
}

#map_search_head {
	background-color: #404040;
	padding: 12px 220px 12px 20px;
	position: relative;
}

#map_search_head h2 {

	font-size: 16px;
	color: #ffffff;
}

#map_content {
	background-color: #ffffff;
	padding: 20px;
}

#map_content label {
	margin-right: 15px;
	font-size: 1.4rem;
}

#map_detail_box {
	height: 440px;
	margin-top: 15px;
	width: 100%;
	display: table;
}

#map_canvas {
	display: table-cell;
	background-color: #ccc;
}

#map_result_list {
	display: table-cell;
	padding-left: 20px;
	width: 220px;
}

#map_content .subheading {
	margin: 20px 0 10px;
	text-align: left;
}

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

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

.item-wrapper p.txt-caption {
    clear: both;
    line-height: 1.4;
    text-align: center;
    padding-top: 5px;
}

.spot_link_list li {
	width: 325px;
	height: 32px;
	line-height: 32px;
	background-color: #ffffff;
	border-radius: 5px;
	margin-top: 10px;

}

.spot_link_list li a {
	display: block;
	color: #404040;

	padding: 0 25px;
}

.spot_link_list li.share_btn a {
	padding: 0;
}

.spot_link_list li a i {
	margin-right: 10px;
}

#access_map .spot_link_list li {
	display: inline-block;
	margin-top: 20px;
	margin-left: 4px;
}

#access_map .spot_link_list li:first-child {
	margin-left: 0;
}

.display_switching {
	text-align: right;
	margin-top: 20px;
}

.display_switching li {
	display: inline-block;
	margin-left: 10px;
	cursor: pointer;
}

.display_switching li:hover {
	opacity: 0.7;
}

.result_list li {
	display: inline-block;
	vertical-align: top;
	margin-top: 5%;
	background-color: #f3f5f8;
}

.result_list .result_img {
	text-align: center;
	padding-bottom: 10px;
}

.result_list .result_img img {
	width: 100%;
}

.result_list .result_txt {
	padding: 10px;
	box-sizing: border-box;
}

.result_list h2 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin: 10px 0 5px;
}

.result_list p {
	line-height: 1.6;
	word-break: break-all;
}

.result_list .period {
	font-size: 1.3rem;
	line-height: 1.2;
	margin-left: 15px;
}

.result_list .ico_list {
	margin-top: 5px;
	text-align: left;
}

.result_list .ico_list li {
	width: auto !important;
	margin: 5px 0 0 0 !important;
	display: inline-block !important;
	padding: 0;
}

.result_list .ico_list.history_area {
    text-align: left;
    position: absolute;
    top: 30px;
    right: 0;
}

.history_area li {
    font-family: "genjyuugothic";
    font-weight: bold;
    font-size: 14px;
    min-width: 70px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    padding: 0 5px !important;
    box-sizing: border-box;
    margin-right: 10px;
}

.result_list .ico_list .nagoya {
	background-color: #ffbabd;
}

.result_list .ico_list .owari {
	background-color: #9ccc65;
}

.result_list .ico_list .ichinomiya {
	background-color: #f3cc57;
}

.result_list .ico_list .chita {
	background-color: #4dd0e1;
}

.result_list .ico_list .nishimikawa {
	background-color: #97d9d3;
}

.result_list .ico_list .higashimikawa {
	background-color: #7bcaa4;
}

.result_list .ico_list .okumikawa {
	background-color: #d7a977;
}

.result_list .ico_list .wide_area {
	background-color: #ffdb4f;
}

.result_list .ico_lis li img {
	width: 30px;
}

.result_list.photo_mode li {
	width: 23.5%;
	margin-right: 1%;
}

.result_list.list_mode li {
	width: 48%;
}

.result_list.list_mode .result_img {
	float: right;
	width: 50%;
}

.result_list.list_mode .result_txt {
	float: left;
	width: 50%;
}

.result_list.photo_mode li:nth-child(4n) {
	margin-right: 0;
}

.result_list.list_mode li:nth-child(odd) {
	margin-right: 3%;
}

.result_list.photo_mode .ico_list, .result_list.photo_mode .period,.result_list.photo_mode .lead {
	display: none;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.main_img img {
	width: 100%;
}

.page_menu {
	margin-top: 20px;
}
.page_menu li {
	width: 24.8%;
	height: 50px;
	line-height: 50px;
	float: left;
	background-color: #424242;
    text-align: center;
	margin: .1%;

}

.page_menu li a {
    color: #ffffff;
	text-align: center;
    width: auto;
    height: 100%;
    display: block;
    vertical-align: middle;
	position: relative;
}

.page_menu li a:before {
	position: relative;
    top: 8px;
	right: 8px;
}

.page_menu li:nth-child(1) a:before {
	content: url(/img/things_to_do/spot/meijimura/link_1.png);
}

.page_menu li:nth-child(2) a:before {
	content: url(/img/things_to_do/spot/meijimura/link_2.png);
}

.page_menu li:nth-child(3) a:before {
	content: url(/img/things_to_do/spot/meijimura/link_3.png);
}

.page_menu li:nth-child(4) a:before {
	content: url(/img/things_to_do/spot/meijimura/link_4.png);
}

.page_menu li:nth-child(5) a:before, .page_menu li:nth-child(7) a:before {
	content: url(/img/ja/common/ico_see2.png);
	top: 5px;
}

.page_menu li:nth-child(6) a:before {
	content: url(/img/ja/common/ico_note3.png);
	top: 3px;
}

.page_menu li:nth-child(8) a:before {
	//content: url(/img/ja/common/ico_heart03.png);
	//top: 4px;
	content: url(/img/ja/common/ico_eye2.png);
	top: 5px;
}

#gurunavi .page_menu li:nth-child(-n + 4) {
	display: none;
}

.share_btn_list {
	text-align: right;
	margin: 20px 0 10px;
}

.share_btn_list li {
	display: inline-block;
	vertical-align: top;
}

.share_btn_list li:last-child {
	margin-left: 10px;
}

.share_btn_list li:last-child img {
	width: 82px;
}

.share_btn_list li div {
	padding: 0 !important;
}

.share_btn_list li div span {
	margin: 0 !important;
}

.share_btn_list2 {
	margin: 10px 0;
	text-align: left;
}

.share_btn_list2 li {
	display: inline-block;
}

.share_btn_list3 {
	text-align: right;
	margin: 0px 0 10px;
}

.share_btn_list3 li {
	display: inline-block;
	vertical-align: top;
}

.open_map {
	display: none;
}

.open_map .btn_link {
	background-color: #424242;
	color: #ffffff;
}

.content_img_caption {
	font-size: 1.6rem;

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

/* ----------------------------------------------------
		テーブル
---------------------------------------------------- */
.basic_table {
	width: 100%;
	border-top: 1px solid #404040;
	border-left: 1px solid #404040;
	border-right: 1px solid #404040;
	border-collapse: collapse;
	line-height: 1.7;
	color: #4b2a2a;
}

.basic_table th {
	width: 200px;
	padding: 15px 15px 15px 25px;
	box-sizing:border-box;
	vertical-align: middle;
	background-color: #cccccc;
	text-align: left;
	font-weight: normal;
	border-bottom: 1px solid #404040;
}

.basic_table td {
	padding: 15px 20px;
	word-break: break-all;
	box-sizing:border-box;
	border-bottom: 1px solid #404040;
}

.basic_table a {
	color: #4b2a2a;
	font-weight: bold;
}


/* ----------------------------------------------------
		フォーム
---------------------------------------------------- */
#search_form {
	border-radius: 0px;
	margin-bottom: 6.5%;
	background-color: #f3f5f8;
}

#search_form h1 {
	background-color: #d3c38f;
	color: #404040;
	min-height: 50px;
	border-radius: 5px;
	font-size: 20px;

	font-weight: normal;
	position: relative;
	cursor: pointer;
	padding: 15px 55px 15px 45px;
	box-sizing: border-box;
	line-height: 1.2;
	background-image: url(/img/ja/common/ico_search_l.png);
	background-repeat: no-repeat;
	background-position: 13px 11px;
}

#search_form h1:after {
	background: url(/img/ja/common/arrow_down_l.png) no-repeat;
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
}

#search_form h1.active:after {
	transform: rotate(-90deg);
}

#search_form_inner {
	padding: 0 2.5% 6.5%;
	display: none;
}

#search_form h2 {
	color: #404040;
	font-size: 20px;

	font-weight: normal;
	margin: 30px 0 10px;
}

#search_form .search_box dl dt {
	padding-bottom: 5px;
}

#search_form .search_box dl dd {
	padding-bottom: 5px;
	margin-left: 15px;
}

#search_form input[type="text"],  #search_form select {
	background-color: #ffffff;
	border: medium none;
	height: 40px;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}

.btn_box {
	margin-top: 40px;
	text-align: center;
}

.btn_submit {
	background-color: #000000;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	width: 300px;
	height: 50px;
	line-height: 50px;

	position: relative;
	border: none;
}

.btn_reset {
	background-color: #d8d8d8;
	border-radius: 5px;
	color: #404040;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	width: 300px;
	height: 50px;
	line-height: 50px;

	position: relative;
	border: none;
	margin-right: 20px;
}

.btn_submit i, .btn_reset i {
	margin-right: 15px;
}

#map {
	width: 411px;
	height: 411px;
	float:left;
}

#area_cheakbox {
	float:right;
	width: 510px;
}

#search_form h3 {
	font-size: 1.7rem;
	line-height: 1.2;;
}

#area_cheakbox input[type="checkbox"] {
	margin-right: 7px;
}

.accordion_search {
	position: relative;
	margin-top: 10px;
}

.accordion_search dt {
	background-color: #ffffff;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	padding: 0 45px 0 15px;
	border-radius: 5px;
	cursor: pointer;
	background-image: url(/img/ja/common/accordion_arrow.png);
	background-repeat: no-repeat;
	background-position: 98% 10px;
}

.accordion_search dd {
	padding: 5px 10px;
	font-size: 1.3rem;
	display: none;
}

.accordion_search_taken {
	position: relative;
	margin-top: 10px;
}

.accordion_search_taken dt {
	background-color: #ffffff;
	height: 40px;
	line-height: 40px;
	font-size: 1.5rem;
	padding: 0 45px 0 15px;
	border-radius: 5px;
}

.accordion_search_taken dd {
	padding: 5px 10px;
	font-size: 1.3rem;
	display: none;
}

#search_form #area_cheakbox dd label {
	margin-right: 10px;
	line-height: 1.3;
}


/* ----------------------------------------------------
		ページング
---------------------------------------------------- */
.pagination_box {
	margin: 5% 0 2%;
}

.page_result {
	color: #4b2a2a;
	float: left;
	font-size: 1.4rem;
}

.page_result span {
	font-size: 1.6rem;
	margin-right: 5px;
}

.page_result span strong {
	font-size: 3.6rem;
}

.pagination{
	text-align: right;
	font-size: 1.4rem;
}

.pagination li {
	display: inline-block;
	margin: 3px;
	vertical-align: bottom;
    padding: 6px;
    background-color: #d8d8d8;
}

.pagination li a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #7b5b34;
}

.pagination li.page_prev a, .pagination li.page_next a,
.pagination li.back, .pagination li.next {
	padding: 6px 15px;
}

.pagination li a:hover, .pagination li.page_select,
.pagination li a:hover, .pagination li.current {
	background-color: #d3c38f;
	color: #ffffff;
}

.pagination li.page_select {
	padding: 6px;
}


/* ----------------------------------------------------
		スライダー
---------------------------------------------------- */
.bx-wrapper {
	position: relative;
	text-align: center;
}

.slider_arrow_l .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 43%;
	top: calc(50% - 40px);
	width: 40px;
	height: 80px;
	z-index: 1000;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.slider_arrow_l .bx-prev {
	background: url(/img/ja/common/slider_arrow_l.png) no-repeat;
	left: -40px;
}

.slider_arrow_l .bx-next {
	background: url(/img/ja/common/slider_arrow_r.png) no-repeat;
	right: -40px;
}

.slider_arrow_s .bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 15px;
	top: calc(50% - 15px);
	width: 31px;
	height: 30px;
	z-index: 9999;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

.slider_arrow_s .bx-prev {
	background: url(/img/ja/common/slider_arrow_l_s.png) no-repeat;
	left: -60px;
}

.slider_arrow_s .bx-next {
	background: url(/img/ja/common/slider_arrow_r_s.png) no-repeat;
	right: -60px;
}

.bx-pager {
	text-align: center;
	padding-top: 35px;
}

.bx-pager-item {
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #cccccc;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: block;
	width: 13px;
	height: 13px;
	margin: 0 17px;
	border-radius: 7px;
}

.bx-pager.bx-default-pager a.active {
	background-color: #000000;
}

.sp_slider {
	display: none;
}


/* ----------------------------------------------------
		バナー
---------------------------------------------------- */
#banner {
	padding: 35px 0;
	background-color: #e3e9f2;
}

#banner h1 {
	font-size: 22px;

	font-weight: normal;
	margin-bottom: 20px;
	color: #212121;
}

#banner h1 span {
	font-size: 16px;
	margin-left: 10px;
}


/* ----------------------------------------------------
		アイコン
---------------------------------------------------- */
.ico_arrow {
	background: url(/img/ja/common/arrow_black.png) no-repeat;
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.ico_arrow_s {
	background: url(/img/ja/common/arrow_black_s.png) no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}

.ico_arrow_white {
	background: url(/img/ja/common/arrow_white_l.png) no-repeat;
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

.ico_arrow_r {
	background: url(/img/ja/common/arrow_r.png) no-repeat;
	display: inline-block;
	width: 11px;
	height: 18px;
	margin-right: 10px;
}

.ico_pdf {
	background: url(/img/ja/common/ico_pdf.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 26px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_pdf2 {
	background: url(/img/ja/common/ico_pdf2.png) no-repeat;
	display: inline-block;
	width: 26px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_excel {
	background: url(/img/ja/common/ico_excel.png) no-repeat;
	display: inline-block;
	width: 26px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_info {
	background: url(/img/ja/common/ico_info.png) no-repeat;
	display: inline-block;
	width: 37px;
	height: 37px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_note {
	background: url(/img/ja/common/ico_note.png) no-repeat;
	display: inline-block;
	width: 26px;
	height: 15px;
	vertical-align: middle;
}

.ico_note2 {
	background: url(/img/ja/common/ico_note2.png) no-repeat;
	display: inline-block;
	width: 38px;
	height: 32px;
	vertical-align: middle;
	margin-right: 5px;
}

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

.ico_balloon {
	background: url(/img/ja/common/ico_balloon.png) no-repeat;
	display: inline-block;
	width: 26px;
	height: 21px;
	vertical-align: middle;
}

.ico_heart {
	background: url(/img/ja/common/ico_heart.png) no-repeat;
	display: inline-block;
	width: 19px;
	height: 17px;
	vertical-align: middle;
}

.ico_heart2 {
	background: url(/img/ja/common/ico_heart02.png) no-repeat;
	display: inline-block;
	width: 24px;
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_heart3 {
	background: url(/img/ja/common/ico_heart03.png) no-repeat;
	display: inline-block;
	width: 24px;
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_tel {
	background: url(/img/ja/common/ico_tel.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 16px;
	vertical-align: middle;
}

.ico_starry {
	background: url(/img/ja/common/ico_starry.png) no-repeat;
	display: inline-block;
	width: 52px;
	height: 42px;
	vertical-align: sub;
	margin-right: 10px;
}

.ico_calendar {
	background: url(/img/ja/common/ico_calendar.png) no-repeat;
	display: inline-block;
	width: 25px;
	height: 26px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_eye {
	background: url(/img/ja/common/ico_eye.png) no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_cherry_blossoms2 {
	background: url(/img/ja/common/ico_cherry_blossoms02.png) no-repeat;
	display: inline-block;
	width: 24px;
	height: 22px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_download {
	background: url(/img/ja/common/ico_download.png) no-repeat;
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_aichi {
	background: url(/img/ja/common/ico_aichi.png) no-repeat;
	display: inline-block;
	width: 29px;
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_aichi2 {
	background: url(../../img/ja/common/ico_aichi2.png) no-repeat;
	display: inline-block;
	width: 43px;
	height: 35px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_question {
	background: url(/img/ja/common/ico_question.png) no-repeat;
	display: inline-block;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_question_s {
    background: url(/img/ja/common/ico_question_s.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
}

.ico_window {
	background: url(/img/ja/common/ico_window.png) no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_window2 {
	background: url(/img/ja/common/ico_window2.png) no-repeat;
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-left: 5px;
}

.ico_window3 {
	background: url(/img/ja/common/ico_window3.png) no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	vertical-align: middle;
	margin-left: 5px;
}

.ico_privacy {
	background: url(/img/ja/common/ico_privacy.png) no-repeat;
	display: inline-block;
	width: 33px;
	height: 38px;
	vertical-align: middle;
	margin-right: 5px;
}

.bnr_area {
    margin:10px auto auto 0px;
    text-align: center;

}

.bnr_area ul {
    list-style-type: none;
    padding-left: 0;
}
.bnr_area li {
    display: inline-block;
    margin:10px;
    width:236px;
}

.ico_food {
	background: url(/img/ja/common/ico_food.png) no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_article, .ico_article2 {
	background: url(/img/ja/common/ico_article.png) no-repeat;
	display: inline-block;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_article2 {
	width: 26px;
	height: 26px;
	background-size: 26px;
}

.ico_photo {
	background: url(/img/ja/common/ico_photo.png) no-repeat;
	display: inline-block;
	width: 40px;
	height: 34px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_movie {
	background: url(/img/ja/common/ico_movie.png) no-repeat;
	display: inline-block;
	width: 40px;
	height: 34px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_castle {
	background: url(/img/ja/common/ico_castle.png) no-repeat;
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	margin-right: 5px;
}

.ico_flag {
	background: url(/img/ja/common/ico_flag.png) no-repeat;
	display: inline-block;
	width: 20px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_flag2 {
	background: url(/img/ja/common/ico_flag2.png) no-repeat;
	display: inline-block;
	width: 39px;
	height: 52px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_bag {
	background: url(/img/ja/common/ico_bag.png) no-repeat;
	display: inline-block;
	width: 41px;
	height: 34px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_fan {
	background: url(/img/ja/common/ico_fan.png) no-repeat;
	display: inline-block;
	width: 44px;
	height: 52px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_bldg {
	background: url(/img/ja/common/ico_bldg.png) no-repeat;
	display: inline-block;
	width: 32px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_receipt {
	background: url(/img/ja/common/ico_receipt.png) no-repeat;
	display: inline-block;
	width: 34px;
	height: 40px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_hidetchi {
	background: url(/img/ja/common/ico_hidetchi.png) no-repeat;
	display: inline-block;
	width: 42px;
	height: 50px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_word {
	background: url(/img/ja/common/ico_word.png) no-repeat;
	display: inline-block;
	width: 30px;
	height: 29px;
	vertical-align: middle;
	margin-right: 10px;
}	

.ico_member {
	background: url(/img/ja/association/member/ico_member.png) no-repeat;
	display: inline-block;
	width: 38px;
	height: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

.ico_pdf {
	background: url(/img/ja/association/member/ico_pdf.png) no-repeat;
	display: inline-block;
	width: 22px;
	height: 26px;
	vertical-align: middle;
	margin-left: 10px;
}

.ico_map {
	background: url(/img/ja/association/member/ico_google.gif) no-repeat;
	display: inline-block;
	width: 27px;
	height: 15px;
	vertical-align: middle;
	margin-right: 10px;
}

.toggle_box {
    border-radius: 0px;
    margin-bottom: 6.5%;
    background-color: #f3f5f8;
}

.toggle_box > *:first-child {
    background-color: #d3c38f;
    color: #404040;
    min-height: 50px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    padding: 15px 55px 15px 45px;
    box-sizing: border-box;
    line-height: 1.2;
}
.toggle_box > *:first-child:after {
    background: url(/img/ja/common/arrow_down_l.png) no-repeat;
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.toggle_box > *.active:first-child:after {
    transform: rotate(-90deg);
}

.search_count_str {
    margin-top: 15px;
    color: #f39800;
    font-size: 130%;
    font-weight: bold;
}

.color_spot_link {
    color: #75c7b1;
}

.favorite_link {
    border-radius: 5px !important;
    padding: 5px 10px 5px 10px;
    margin-right: 10px;
    background-color: #ff69b4 !important;
    vertical-align: top;
}

.favorite_link a {
    color: #ffffff !important;
}

/* ----------------------------------------------------
		広告
---------------------------------------------------- */
#ad_list ul li{
	display: inline-block;
	margin:0 7px 0 0;
}

/*
#ad_list ul li:nth-child(4n){
	display: inline-block;
	margin:0 0px 10px 0;
}
*/

#ad_list_sp {
    display: none;
}

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

/* ----------------------------------------------------
		その他
---------------------------------------------------- */
.font_sup {

    position: relative;
    bottom: 6px;
    font-size: 80%;
}

.font_sub {

    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%;
}

