<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/****************************************************************************/
/**							TOPページ用CSS									*/
/****************************************************************************/
#wrapper{
	min-width: 1200px;
}

/*
@media screen {
	.top_header #container {
		padding-top: 210px;
	}
}
*/

.content_title {
	font-size: 26px;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 3px;
	position: relative;
	z-index: 99;
}

.content_subtitle {
	font-size: 18px;
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: 2px;
	position: relative;
	z-index: 99;
}


/* ----------------------------------------------------
		ヘッダー
---------------------------------------------------- */
/*
.top_header header h1 {
	text-align: center;
	float: none;
	margin-bottom: 0;
}

.top_header header h1 img {
	height: 108px;
}

.top_header #navi {
	margin: 20px 0 10px;
	float: none;
	text-align: center;
}

.top_header #navi li {
	float: none;
}
*/

#side_tab {
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 3000;
}

#emergent_news {
    position: relative;
    z-index: 100;
    width: 100%;
    background: #f16067;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}

/* ----------------------------------------------------
		メインスライダー
---------------------------------------------------- */
/* ドット付きスライダー */
#main_slider {
	overflow: hidden;
	background-color: #f3f5f8;
	height: 600px;
}

#main_slider .bx-viewport {
	overflow: visible !important;
}

#main_slider .bx-wrapper {
	margin: 0 auto;
	position: relative;
}

#main_slider .bx-wrapper img {
	max-width: 1000px !important;
	min-width: 1000px;
}

#main_slider .bx-wrapper:before, #main_slider .bx-wrapper:after {
	position: absolute;
	top: 0;
	height: calc(100% - 50px);
	width: 2000px;
	background-color: #000000;
	opacity: 0.5;
	content: "";
	display: block;
	z-index: 999;
}

#main_slider .bx-wrapper:before {
	left: -2000px;
}

#main_slider .bx-wrapper:after {
	right: -2000px;
}
#main_slider .bx-next,
#main_slider .bx-prev {
}


/* サブ画像付きスライダー */
#main_slide { position: relative; margin: 0 0 60px; }
#main_slide .slick-prev,#main_slide .slick-next { z-index: 999 !important; width: 40px !important; height: 80px !important; }

/* メイン　*/
#main_slide .slide-list { margin: 0 0 50px;}
#main_slide .slide-list li { max-width: 1000px; }
#main_slide .slide-list li img { width: 100%; height: auto; }
#main_slide .slide-list .slick-prev { left: 20%; margin-left: -40px; }
#main_slide .slide-list .slick-next { right: 20%; margin-right: -40px; }
#main_slide .slide-list .slick-prev:before { content: url(/assets/img/home/prev_bt001.gif) !important; }
#main_slide .slide-list .slick-next:before { content: url(/assets/img/home/next_bt001.gif) !important; }
#main_slide .slide-list .slick-slide { opacity: 0.6; }
#main_slide .slide-list .slick-active { opacity: 1; }

/* サムネイル　*/
#main_slide .slide-list-nav { width: 1000px; margin: 0 auto; }
#main_slide .slide-list-nav .slick-prev:before { content: url(/assets/img/home/prev_bt002.gif) !important; }
#main_slide .slide-list-nav .slick-next:before { content: url(/assets/img/home/next_bt002.gif) !important; }
#main_slide .slide-list-nav .slick-prev { left: -82px; }
#main_slide .slide-list-nav .slick-next { right: -82px; }
#main_slide .slide-list-nav .slick-slide img { width: 190px; height: 105px; }

/* ----------------------------------------------------
		トコトコ東海道
---------------------------------------------------- */
#tokotoko {
	padding: 45px 0;
	background: url(/img/ja/top/bg_tokotoko.png) center center / cover no-repeat;
}

#tokotoko .new_detail{
	margin:0 auto;
	width: 1000px;
	background-image: url(/img/ja/feature/tokotoko/bg_outline_detail.png);
	-moz-background-size:100% 100%;
	background-size:100% 100%;
	min-height: 201px;
}

#tokotoko .new_detail .new_detail_margin{
	padding:10px;
	width: 98%;
	color:#765730;
}
#tokotoko .new_detail h3{
	font-size: 22px;
	border-bottom:solid 2px #765730;
	line-height:150%;
}

#tokotoko .new_detail p{
	margin:10px 0;
	font-size: 17px;
	line-height: 160%;
}
#tokotoko .new_detail p.date {
	float: left;
    margin-right: 20px;
    font-size: 120%;
}

/* ----------------------------------------------------
		ピックアップコンテンツ
---------------------------------------------------- */
#pickup {
	padding: 60px 0 45px;
	background-color: #f3f5f8;
}

#pickup .container{
    width: 1200px;
}

#recommended_box {
	float: left;
	width: 1200px;
	margin-left: 30px;
}

#recommended_box li {
	position: relative;
	display: inline-block;
	margin: 0 5px 10px 0;
	width: 217px;
}

#recommended_box li:nth-child(4n) {
	margin-right: 0;
}

#recommended_box li img {
	width: 100%;
}

#recommended_box li div {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.37;
	font-size: 1.4rem;
}

#recommended_box .btn_link {
	background-color: #000000;
	color: #ffffff;
}

#bnr_area {
	float: right;
	width: 280px;
}

#bnr_area ul {
    margin: 0 auto 20px;
}

#bnr_area ul li{
    text-align:center;
}

#pr {
	float: right;
	width: 280px;
}

#pr_box {
	border: 1px solid #404040;
	padding: 12px 20px;
	box-sizing: border-box;
}

#pr_box h1 {
	font-size: 18px;
	background: url(/img/ja/common/ico_speaker.png) no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
}

#pr_box .bx-viewport {
	height: 366px !important;
	padding: 26px 0 10px;
}

#pr_box img{
    margin:5px 0;
}

#pr_box .bx-prev, #pr_box .bx-next {
	position: absolute;
	left: 0;
	width: 100%;
	height: 16px;
	background-color: #404040;
}

#pr_box .bx-prev {
	top: 0;
}

#pr_box .bx-next {
	bottom: 0;
}

#pr_box .bx-prev::before, #pr_box .bx-next::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 113px;
	width: 0;
	height: 0;
	border-style: solid;
}

#pr_box .bx-prev::before {
	
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #ffffff transparent;
}

#pr_box .bx-next::before {
	border-width: 8px 7px 0 7px;
	border-color: #ffffff transparent transparent transparent;
}

#pr_box li a img {
	width: 240px;
	height: 80px;
}

#pr .other_link {
	color: #6d6d6e;
	font-size: 1.4rem;
	text-align: right;
	margin-top: 10px;
}

#pr .other_link a {
	color: #6d6d6e;
}


/* ----------------------------------------------------
		Search
---------------------------------------------------- */
#search {
	padding: 50px 0 60px;
	background-color: #e9ecf0;
}

#search .container{
	width: 1200px;
}

#search form {
	position: relative;
}

#search form span {
	font-size: 24px;
	margin: 0 10px;
}

#area_search, #search input[type="text"], #search select {
	background-color: #ffffff;
	border: medium none;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	width: 280px;
	box-sizing: border-box;
	vertical-align: top;
}

#area_search {
	background: #ffffff url(/img/ja/common/ico_triangle.png) no-repeat right 11px top 17px;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
}

#search input[type="text"] {
	width: 370px;
	margin-right: 10px;
}

#area_search_box {
	box-shadow: 0 0 5px 0 rgba(173,178,185,0.75);
	background-color: #ffffff;
	border-radius: 5px;
	padding: 30px 60px 40px 30px;
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 101;
	display: none;
}

#area_search_box:before {
	background: url(/img/ja/top/baloon_top.png) no-repeat;
	width: 23px;
	height: 19px;
	content: "";
	position: absolute;
	top: -19px;
	left: 125px;
}

#area_search_close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

#area_search_left {
	float: left;
	width: 400px;
}

#area_search_right {
	float: right;
	width: 700px;
}

.area_accordion {
	position: relative;
	width: 320px;
	display: inline-block;
	margin: 0 0 20px 25px;
	vertical-align: top;
	color: #000000;
}

p.area_accordion {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 40px;
}

dl.area_accordion {
	border: 2px solid #e7e7e7;
	box-sizing: border-box;
	border-radius: 3px;
}

.area_accordion dt {
	height: 40px;
	line-height: 40px;
	font-size: 1.4rem;
	padding: 0 20px 0 10px;
	cursor: pointer;
	background: #ffffff url(/img/ja/common/ico_triangle.png) no-repeat right 11px top 17px;
}

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

.area_accordion dd label {
	margin-right: 10px;
	line-height: 1.3;
}

#search form button {
	color: #ffffff;
	display: inline-block;
	text-align: center;
	font-size: 17px;
	width: 240px;
	height: 45px;
	line-height: 45px;
	border: none;
	border-radius: 5px;
}

#search form button.search_submit {
	background-color: #ca6d76;
}

#search form button.search_submit:first-of-type {
	width: 155px;
	height: 40px;
	line-height: 40px;
}

#search form button.search_reset {
	background-color: #222222;
	margin-right: 35px;
}

#hot_word {
	border: 1px solid #202020;
	margin-top: 25px;
	padding: 6px 15px;
	width: 100%;
	box-sizing: border-box;
	display: table;
}

#hot_word dt, #hot_word dd {
	display: table-cell;
	line-height: 1.5;
}

#hot_word dt {
	background: url(/img/ja/common/ico_check.png) no-repeat left 0 top 5px;
	font-size: 1.4rem;
	padding: 0 10px 0 23px;
	white-space: nowrap;
	border-right: 1px solid #202020;
}

#hot_word dd a {
	color: #ca6d76;
	text-decoration: underline;
	font-size: 1.5rem;
	margin-left: 25px;
	display: inline-block;
}


/* ----------------------------------------------------
		総会開催による一時業務停止のお知らせ
---------------------------------------------------- */
#guidance {
	width: 1000px;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #ffbabd;
	text-align: center;
}

#guidance p {
	line-height: 1.7;
}

#guidance p span {
	font-weight: bold;
}

/* ----------------------------------------------------
		Event Information
---------------------------------------------------- */
#event {
	position: relative;
	margin-top: 50px;
	overflow: hidden;
	padding: 35px 0;
}

#event #feature_pic {
    float:left;
    position: relative;
    z-index: 99;
}

#event #feature_pic_right {
    float:right;
    position: relative;
    z-index: 99;
}

#event #event_search_btn {
    padding-top:30px;
}

#event_bg {
	z-index: 9;
	position: absolute;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
}

#event.spring {
	background: url(/img/ja/top/event_bg.png);
}
#event.summer {
	background: url(/img/ja/top/event_bg2.png);
}
#event.summer2 {
	background: #FDEEC0;
}
#event.winter {
	background: #ecf6f8;
}

#event.spring #event_bg {
	background-image: url(/img/ja/top/cherry_tree.png);
	width: 664px;
	height: 964px;
}

#event.spring2 #event_bg {
	background-image: url(/img/ja/top/nanohana.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#event.spring3 #event_bg {
	background-image: url(/img/ja/top/fuji02.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#event.spring4 #event_bg {
	background-image: url(/img/ja/top/rose.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#event.spring5 #event_bg {
	background-image: url(/img/ja/top/sakura.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#event.spring6 #event_bg {
	background-image: url(/img/ja/top/shibazakura.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}


#event.summer #event_bg {
	background-image: url(/img/ja/top/yumekake.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#event.summer2 #event_bg {
	background-image: url(/img/ja/top/kourankei.png);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#event.summer3 #event_bg {
	background-image: url(/img/ja/top/ajisai.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#event.autumn #event_bg {
	background-image: url(/img/ja/top/higanbana.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#event.autumn2 #event_bg {
	background-image: url(/img/ja/top/cosmos.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#event.autumn3 #event_bg {
	background-image: url(/img/ja/top/kourankei02.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#event.winter #event_bg {
	background-image: url(/img/ja/top/hyoubaku.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#event.winter2 #event_bg {
	background-image: url(/img/ja/top/illumination.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
}

#event.event_info_01 #event_bg {
	background-image: url(/img/ja/top/event_info_01.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}
#event.event_info_02 #event_bg {
	background-image: url(/img/ja/top/event_info_02.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}
#event.event_info_03 #event_bg {
	background-image: url(/img/ja/top/event_info_03.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}
#event.event_info_04 #event_bg {
	background-image: url(/img/ja/top/event_info_04.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}
#event.event_info_05 #event_bg {
	background-image: url(/img/ja/top/event_info_05.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}
#event.event_info_06 #event_bg {
	background-image: url(/img/ja/top/event_info_06.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}
#event.event_info_07 #event_bg {
	background-image: url(/img/ja/top/event_info_07.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}
#event.event_info_08 #event_bg {
	background-image: url(/img/ja/top/event_info_08.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}
#event.event_info_09 #event_bg {
	background-image: url(/img/ja/top/event_info_09.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}
#event.event_info_10 #event_bg {
	background-image: url(/img/ja/top/event_info_10.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}
#event.event_info_11_1 #event_bg {
	background-image: url(/img/ja/top/event_info_11_1.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}
#event.event_info_11_2 #event_bg {
	background-image: url(/img/ja/top/event_info_11_2.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}
#event.event_info_12 #event_bg {
	background-image: url(/img/ja/top/event_info_12.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.7;
}

#event_list  {
    border-collapse: separate;
    border-spacing: 13px 0;
    margin: 0 -13px;
}

#event_list li {
	position: relative;
	width: 240px;
	background-color: #ffffff;
	padding-bottom: 10px;
	z-index: 99;
	display: table-cell;;
}

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

#event_list li .area {
	position: absolute;
	top: 0;
	left: 0;
}

.event_period {
	font-size: 1.2rem;
	line-height: 1.2;
}

#event_list li .event_img {
	min-height: 180px;
}

#event_list li .event_img img {
	vertical-align: top;
}

#event_list li .event_period {
	margin: 15px 10px 5px;
	font-size: 1.2rem;
}

#event_list li h3 {
	font-size: 1.8rem;
	margin: 0 10px;
	line-height: 1.2;
}

.event_txt {
	font-size: 1.3rem;
	color: #212121;
	line-height: 1.7;
	margin: 10px 10px 0;
	word-break: break-all;
}

#event_heading_list {
	float: left;
	width: 490px;
	background-color: #ffffff;
	padding: 15px;
	box-sizing: border-box;
	z-index: 99;
	height: 335px;
	z-index: 99;
	position: relative;
}

#event_heading_list li {
	border-top: 1px solid #e0e0e0;
	padding: 15px 0 15px;
}

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

#event_heading_list li .area {
    float: left;
}

#event_heading_list li .event_period {
}

#event_heading_list li h3 {
	margin-top: 5px;
	line-height: 1.2;
}

#event_heading_list li .small_event_content {
    float: right;
    text-align: left;
    width: 80%;
    padding-bottom: 10px;
}

#event_calendar {
	float: right;
	background-color: #ffffff;
	width: 490px;
	padding: 15px;
	box-sizing: border-box;
	z-index: 99;
	position: relative;
	height: 335px;
}

#event_calendar h1 {
	font-size: 24px;
	background: url(../../img/ja/common/ico_calendar.png) no-repeat;
	height: 26px;
	line-height: 26px;
	padding-left: 33px;
}

#calendar_prev {
	position:absolute;
	top: 15px;
	right: 90px;
}

#calendar_next {
	position:absolute;
	top: 15px;
	right: 15px;
}

#calendar_prev img, #calendar_next img {
	vertical-align: top;
}

#calendar_left {
	float: left;
	width: 180px;
}

#calendar_year {
	font-size: 14px;
	margin-right: 10px;
}

#calendar_month {
	font-size: 28px;
}

#event_box {
	margin-top: 10px;
	position: relative;
}

#event_box .event_period {
	margin: 8px 20px;
	text-align: center;
	font-size: 12px;
}

#event_box h2 {
	font-size: 14px;
	line-height: 1.3;
	text-align: center;
	margin: 0 20px;
}

#event_prev {
	position: absolute;
	top: 133px;
}

#event_next {
	position: absolute;
	top: 133px;
	right: 0;
}

#event_prev img, #event_next img {
	vertical-align: top;
}

#calendar {
	float: right;
	width: 252px;
	margin-top: 10px;
}

#calendar th {
	font-weight: normal;
}

#calendar th:first-child {
	color: #e84568;
}

#calendar th:last-child {
	color: #359ce3;
}

#calendar th, #calendar td {
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 36px;
}

#calendar td a {
	text-decoration: underline;
}
.event_btn {
    color: #FFF;
    display: block;
    font-size: 17px;
    font-weight: normal;
    padding: 10px 20px 8px;
    background: #333;
}
.ico_gt_white {
    background: url(/img/ja/common/ico_gt_white.png) no-repeat;
    display: inline-block;
    width : 10px;
    height: 15px;
    vertical-align: middle;
    margin-right: 6px;
}

#event .btn_link {
	position: relative;
	z-index: 99;
}

/* ----------------------------------------------------
		Recommended Course
---------------------------------------------------- */
#now{
	background-color: #faf6f6;
}

#now_title {
	background: #424242;
	height: 150px;
	border-bottom: 7px solid #FDEEC0;
	text-align: center;
	padding-top: 30px;
}

#feature {
	float: left;
	width: 480px;
}

#feature h2 {
	margin-bottom: 0;
}

#feature_list li {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	margin-top: 20px;
}

#feature_list li:nth-child(even) {
	margin-left: 10px;
}

#feature_list li h2 {
	line-height: 1.4;
	margin-top: 3px;
}

#movie {
	float: right;
	width: 500px;
	position: relative;
}

#movie h2 {
	margin-bottom: 0;
}

#movie .btn_link {
	width: 100%;
	font-size: 18px;
	background-color: #000000;
	color: #ffffff;
	height: 35px;
	line-height: 35px;
	margin-top: 20px;
}

#movie .btn_link i {
	margin-right: 5px;
}

#movie_box {
	background: url(../../img/ja/top/movie_bg.png) no-repeat;
	height: 343px;
	padding: 80px 10px 10px;
	box-sizing: border-box;
}

#course {
	padding-top: 40px;
}

#course .bx-prev {
	left: -100px;
}

#course .bx-next {
	right: -100px;
}

#course li {
	position: relative;
	width: 240px;
}

#course li .area {
	position: absolute;
	top: 0;
	left: 0;
}

#course .btn_link {
	background-color: #000000;
	color: #ffffff;
}

#course li div {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	width: 100%;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
	box-sizing: border-box;
	line-height: 1.37;
}

#course li div strong {
	font-size: 1.4rem;
}

#sns {
	margin-top: 60px;
	padding-bottom: 40px;
}

#sns h2 {
	margin-bottom: 40px;
}

.sns_box {
	width: 490px;
}

/* ----------------------------------------------------
		まるわかり愛知
---------------------------------------------------- */
#understand {
	background: url(../../img/ja/common/texture_bg.png);
	position: relative;
	padding: 65px 0 0;
	overflow: hidden;
	min-width: 1200px;
}

#understand:after {
	background: url(../../img/ja/top/aichi.png) no-repeat;
	width: 887px;
	height: 754px;
	content: "";
	position: absolute;
	right: -240px;
	top: -13px;
	z-index: 9;
}

#about h1 {
	font-size: 40px;
}

#rediscovery_link {
	width: 1200px;
	margin: -60px auto 0;
	text-align: right;
	position: relative;
	z-index: 99;
}

#rediscovery_link .btn_link {
	width: 270px;
	font-size: 18px;
	background-color: #000000;
	color: #ffffff;
}

#rediscovery_link .btn_link i {
	margin-right: 5px;
}

#charm_list, #season_list, #genre_list {
	display: table;
	margin: 40px auto 40px;;
	position: relative;
	z-index: 99;
}

#charm_list li, #season_list li, #genre_list li {
	display: table-cell;
}

#season_list {
	margin-top: 20px;
}

#genre_search {
	padding: 60px 0 50px;
	background-color: #f3f5f8;
}

#genre_search h1 {
	font-size: 30px;
}

/* genre_search Course*/
#genre_search { padding: 55px 0 60px; background-color: #e9ecf0; }
#genre_search h1 { font-size: 187%; }
#genre_search .form_box { position: relative; margin: 0 0 20px; }
#genre_search .form_search select { width: 280px; padding: 10px 0; border: none; }
#genre_search .form_search input { /* width: 390px; */ padding: 10px; border: none;}
#genre_search .txt-box{ margin: 0 10px; }
#genre_search .f_right { width: 150px; background: #ca6d76; border-radius: 5px; }
#genre_search .btn-search { display: block; width: 100%; height: 40px; padding: 5px 0 4px 0 !important; background: url(/assets/img/home/search_i001.gif) no-repeat left 15px center; text-align: center; color: #fff; font-size: 112%; cursor: pointer; }
#genre_search .hot_word { padding: 5px 15px; border: 1px solid #404040; margin-top: 20px; }
#genre_search .hot_word dt{ display: inline-block; padding: 0 15px 0 25px; border-right: 1px solid #404040; background: url(/assets/img/home/hot_i001.gif) no-repeat left center; font-size: 87.5%; }
#genre_search .hot_word dd{ display: inline-block; vertical-align: top; line-height: 1.3; }
#genre_search .hot_word span{ padding: 0 15px; }
#genre_search .hot_word span a{ color: #ca6d76; text-decoration: underline; }

#genre_search .popup { display: none !important; z-index: 99; position: absolute; top: 15px; left: 0; width: 1200px; background: #fff; box-shadow: 0 4px 8px #d6dadf; border-radius: 5px; }
#genre_search .popup .inner { position: relative; padding: 30px 55px 40px 30px; }
#genre_search .img-pop { float: left; }
#genre_search .pop-search { float: right; }
#genre_search .pop-search-01 { float: left; width: 320px; margin: 0 35px 0 0; }
#genre_search .pop-search-01 p { margin: 0 0 30px; }
#genre_search .pop-search-01 li { margin: 0 0 20px; }
#genre_search .pop-search-02 { float: right; width: 320px; }
#genre_search .pop-search-02 li { margin: 0 0 20px; }
#genre_search .pop-search select { width: 100%; padding: 5px 0; }
#genre_search .close_btn { position: absolute; top: 20px; right: 20px; }
#genre_search .pop_btn { text-align: center; }
#genre_search .pop_btn a{ display: block; padding: 10px 0; color: #fff; font-size: 112%; border-radius: 5px; }
#genre_search .pop_btn li{ display: inline-block; width: 240px; margin: 0 40px 0 0; }
#genre_search .btn_pop_clear { background: #222222; }
#genre_search .btn_pop_clear span{ padding: 0 0 0 25px; background: url(/assets/img/home/search_i002.gif) no-repeat left center; }
#genre_search .btn_pop_search { background: #ca6d76; }
#genre_search .btn_pop_search span{ padding: 0 0 0 25px; background: url(/assets/img/home/search_i001.gif) no-repeat left center; }
#genre_search .popup.ico-sankaku { position: relative; display: inline-block; width: 1200px; z-index: 0; }
#genre_search .popup.ico-sankaku:after { content: ""; position: absolute; top: -15px; margin-left: 125px; display: block; width: 0px; height: 0px; border-style: solid; border-width: 0 10px 15px 10px; border-color: transparent transparent #fff transparent; }
#genre_search .genre_bnr { display: flex; justify-content: space-between; width: 85%; margin: 40px auto 0; }


/* ----------------------------------------------------
		観光スポットランキング
---------------------------------------------------- */
/*
#spot_ranking {
	background-color: #faf6f6;
	padding: 45px 0 50px;
}

#spot_ranking li {
	display: table;
	width: 320px;
	height: 134px;
	margin-left: 20px;
	float: left;
	padding: 9px;
	box-sizing: border-box;
	background-color: #ffffff;
	position: relative;
}

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

#spot_ranking li a {
	display: table-cell;
	width: 100px;
}

#spot_ranking li .spot_txt a {
    display: block;
    width: auto;
}

#spot_ranking li .spot_img {
	display: table-cell;
	vertical-align: top;
	width: 100px;
	padding-right: 10px;
}

#spot_ranking li .spot_txt {
	display: table-cell;
	vertical-align: top;
}

#spot_ranking .rank {
	font-weight: bold;
	font-size: 1.4rem;
	background: url(../../img/ja/common/ico_rank01.png) no-repeat;
	height: 24px;
	padding: 6px 0 0 37px;
	line-height: 1;
}

#spot_ranking li:nth-child(2) .rank {
	background-image: url(../../img/ja/common/ico_rank02.png);
}

#spot_ranking li:nth-child(3) .rank {
	background-image: url(../../img/ja/common/ico_rank03.png);
}

#spot_ranking .area {
	position: absolute;
	top: 10px;
	right: 10px;
}

#spot_ranking h2 {
	margin-top: 2px;
	line-height: 1.2;
}

#spot_ranking p {
	margin-top: 5px;
	line-height: 1.4;
	font-size: 1.3rem;
}
*/
/* ----------------------------------------------------
  観光スポットランキング
---------------------------------------------------- */
#spot_ranking { background-color: #424242; padding: 50px 0; }
#spot_ranking h1, #spot_ranking h2 { color: #ffffff; }
#spot_ranking .tab_menu { border-bottom: 3px solid #fff; font-size: 112%; text-align: center; }
#spot_ranking .tab_menu li{ cursor: pointer; display: inline-block; width: 180px; margin: 0 10px 0 0; padding: 12px 0; background: #999; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-topleft: 5px; }
#spot_ranking .tab_menu li span { padding: 0 0 0 30px; }
#spot_ranking .tab_menu li:nth-child(1) { width: 200px; }
#spot_ranking .tab_menu li:nth-child(1) span{ padding: 0 0 0 15px; background: url(/assets/img/home/tab_i001.png) no-repeat left center; }
#spot_ranking .tab_menu li:nth-child(2) span{ background: url(/assets/img/home/tab_i002.png) no-repeat left center; }
#spot_ranking .tab_menu li:nth-child(3) span{ background: url(/assets/img/home/tab_i003.png) no-repeat left center; }
#spot_ranking .tab_menu li:nth-child(4) span{ background: url(/assets/img/home/tab_i004.png) no-repeat left center; }
#spot_ranking .tab_menu li:hover { background:#fff; }
#spot_ranking .tab_menu li.active { background: #fff; }
#spot_ranking .tab.active { display: block; }
#spot_ranking .tab { display: none; }
#spot_ranking .tab_list { margin: 30px auto 40px; }
#spot_ranking .tab_list li { display: table; width: 300px; height: 134px; margin: 0 20px 0 0; float: left; padding: 9px; background-color: #ffffff; position: relative; }
#spot_ranking .tab_list li:last-child { margin-right: 0px !important; }
#spot_ranking .tab_list li a { display: table-cell; width: 100px; }
#spot_ranking .tab_list li .spot_txt a { display: block; width: auto; }
#spot_ranking .tab_list li .spot_img { display: table-cell; vertical-align: top; width: 100px; padding-right: 10px; }
#spot_ranking .tab_list li .spot_txt { display: table-cell; vertical-align: top; line-height: 1.5; }
#spot_ranking .tab_list .rank { font-weight: bold; font-size: 87.5%; background: url(/assets/img/common/ico_rank01.png) no-repeat; height: 24px; padding: 6px 0 0 37px; line-height: 1; }
#spot_ranking .tab_list li:nth-child(2) .rank { background-image: url(/assets/img/common/ico_rank02.png); }
#spot_ranking .tab_list li:nth-child(3) .rank { background-image: url(/assets/img/common/ico_rank03.png); }
#spot_ranking .area { position: absolute; top: 10px; right: 10px; }
#spot_ranking h2 { margin-top: 2px; line-height: 1.2; }
#spot_ranking p { margin-top: 5px; line-height: 1.4; }
#spot_ranking .ranking_list_link { margin-top: 30px; }
#spot_ranking .tab_list li img { width: 100px; }


/* ----------------------------------------------------
		お役立ちコーナー
---------------------------------------------------- */
#guide {
	background-color: #f3f5f8;
	padding: 55px 0 55px;
}

#guide h1 {
	font-size: 40px;
}

#guide_list li {
	float: left;
	margin-right: 13px;
	margin-bottom: 15px;

}

#guide_list li:nth-child(4n) {
	margin-right: 0;
}

#guide_list2 li {
	float: left;
	margin-right: 12px;
	margin-bottom: 15px;

}

#guide_list2 li:nth-child(2) {
	margin-right: 0;
}

#guide_list2 li:nth-child(4) {
	margin-right: 0;
}

#guide_list2 li:nth-child(6) {
	margin-right: 0;
}

#access_ranking {
	background-color: #d4b2d9;
	float: right;
	width: 490px;
	padding: 10px 20px 20px 20px;
	box-sizing: border-box;
}

#access_ranking h1 {
	font-size: 22px;
	background: url(../../img/ja/common/ico_rank.png) no-repeat;
	height: 40px;
	padding: 16px 0 0 45px;
	box-sizing: border-box;
}

#access_ranking_list {
	margin-top: 7px;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 10px 15px;
}

#access_ranking_list li {
	margin-top: 3px;
	position: relative;
	padding-left: 70px;
}

#access_ranking_list li:first-child {
	margin-top: 0;
}

#access_ranking_list p {
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 5px;
}

#access_ranking_list h2 {
	padding-top: 6px;
}

#access_ranking_list .rank {
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../../img/ja/common/ico_rank01.png) no-repeat;
	height: 21px;
	padding: 9px 0 0 30px;
	line-height: 1;
}

#access_ranking_list li:nth-child(2) .rank {
	background-image: url(../../img/ja/common/ico_rank02.png);
}

#access_ranking_list li:nth-child(3) .rank {
	background-image: url(../../img/ja/common/ico_rank03.png);
}


/* ----------------------------------------------------
		INSTAGRAM
---------------------------------------------------- */
#insta .insta_title {
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    margin-top: 40px;
    margin-bottom: 20px;
}
#insta .page_link a {
    position: absolute;
    right: 0px;
    top: 54px;
}
#insta ul li {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
}

#insta .btn_link {
    background-color: #000000;
    color: #ffffff;
    margin-top: 15px;
}
/* ----------------------------------------------------
		News
---------------------------------------------------- */
#news {
	padding: 70px 0 40px;
}

#news_box {
	float: left;
	width: 700px;
    /* width: 1000px; */
}

#news_box h1 {
	position: relative;
}

#news_box h1 a {
	position: absolute;
	right: 17px;
	top: 13px;
	font-size: 1.8rem;
}

#news_list li {
	background-color: #f3f5f8;
	padding: 10px;
	border-radius: 5px;
	display: table;
	width: 100%;
	margin-top: 13px;
	box-sizing: border-box;
}

#news_list li p {
	display: table-cell;
}

.news_date {
	font-size: 1.3rem;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	white-space: nowrap;
}

.newx_txt {
	padding: 5px 0 0 20px;
	width: 100%;
	line-height: 1.4;
}

#feature_box {
	float: right;
	width: 280px;
}

#feature_box h1 {
	font-size: 20px;
	font-weight: normal;
	color: #404040;
	border-bottom: 2px solid #212121;
	padding: 12px 0 10px 50px;
	background: url(/img/ja/common/ico_trolley.png) no-repeat bottom left;
}

#feature_box li {
	padding: 15px 0 10px;
	border-bottom: 1px solid #212121;
}

#feature_box li p {
	font-size: 1.4rem;
	line-height: 1.6;
}

#feature_box .other_link {
	color: #6d6d6e;
	font-size: 1.4rem;
	text-align: right;
	margin-top: 10px;
}

#feature_box .other_link a {
	color: #6d6d6e;
}

#feature_box .column_box_title{
    font-weight: bold;
    margin: 10px 0;
}

/*
#column_box {
	float: right;
	width: 280px;
}

#column_box h1 {
	font-size: 20px;
	font-weight: normal;
	color: #404040;
	border-bottom: 2px solid #212121;
	padding: 12px 0 10px 50px;
	background: url(/img/ja/common/ico_trolley.png) no-repeat bottom left;
}

#column_box li {
	padding: 15px 0 10px;
	border-bottom: 1px solid #212121;
}

#column_box div {
	margin: 10px 0;
}

#column_box div span {
	font-size: 12px;
	font-weight: bold;
}

#column_box div strong {
	font-size: 12px;
	color: #ffffff;
	text-align: right;
	padding: 3px 0;
	text-align: center;
	width: 160px;
	box-sizing: border-box;
	display: inline-block;
}

#column_box div strong.story {
	background-color: #b0961d;
}

#column_box div strong.colunm {
	background-color: #eeb1ab;
}

#column_box div strong.history {
	background-color: #c25b5b;
}

#column_box li p {
	font-size: 1.3rem;
	line-height: 1.6;
}

#column_box .other_link {
	color: #6d6d6e;
	font-size: 1.4rem;
	text-align: right;
	margin-top: 10px;
}

#column_box .other_link a {
	color: #6d6d6e;
}

#column_box .column_box_title{
    font-weight: bold;
    margin: 0 0 10px 0;
}
*/

/* columns */
/*
#columns { padding: 60px 0; }
#columns li { float: left; width: 280px; margin: 0 25px 35px 0; }
#columns li:nth-child(4n) { margin: 0 0 35px 0; }
#columns li p { margin: 0 0 10px; }
#columns li .columns_date { float: left; margin: 5px 0 0; font-size: 75%; }
#columns li .columns_icon { float: right; padding: 2px 5px; font-size: 75%; color: #fff; font-weight: bold; text-align: center; }
#columns li .columns_icon_story { background: #b0961d; }
#columns li .columns_icon_column { background: #eeb1ab; }
#columns li  dl { margin: 15px 0 0; font-size: 87.5%; }
#columns li  dt { margin: 0 0 10px; font-weight: bold; }
#columns li:hover { opacity: 0.7; }
*/
#columns { padding: 60px 0; }
#column_list li {
	display: table;
	width: 100%;
	padding: 35px 0;
	border-bottom: 5px solid #f3f5f8;
}

#column_list .column_list_img {
	display: table-cell;
	vertical-align: top;
	width: 330px;
	padding-right: 30px;
}

#column_list .column_list_img img {
	width: 100%;
	height: auto;
}

#column_list .column_list_txt {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

#column_list .column_list_txt h2 {
	font-size: 2.0rem;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-right: 110px;
}

#column_list .column_list_txt .area {
	position: absolute;
	top: 0;
	right: 0;
}

#column_list .column_list_txt p {
	line-height: 1.5;
}

#column_list .column_list_img {
	display: table-cell;
	vertical-align: top;
	width: 330px;
	padding-right: 30px;
}

#column_list .column_list_img img {
	width: 100%;
	height: auto;
}

#column_list .column_list_txt {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

#column_list .column_list_txt h2 {
	font-size: 2.0rem;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-right: 165px;
}

#column_list .column_list_txt .area {
	position: absolute;
	top: 0;
	right: 0;
}

#column_list .column_list_txt p {
	line-height: 1.5;
}

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

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

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


/*
.news_banner_style {
    margin-top: 30px;
}

.news_banner_style li{
	float:left;
}


.news_banner_style li:last-child{
	float:right;
}


.news_banner_style ul:after{
    clear:both;
}

#news_box p.mat20 {
	margin-top: 20px;
}
*/

.news_banner_style {
    margin-bottom: 30px;
    margin-top: 35px;
}

.news_banner_style li {
    float: none !important;
    width: auto !important;
    display: inline;
}
.news_banner_style li:nth-child(even) {
	    margin: 0 0 35px 0 !important;
}


/* ----------------------------------------------------
		関連リンク
---------------------------------------------------- */
#link_list {
    font-family: "honoka";
    margin-top: 50px;
}
#link_list h1 {
    font-weight: normal;
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}


/* ----------------------------------------------------
		Instagram
---------------------------------------------------- */
#instagram {
	padding: 35px 0 55px;
}

#instagram h1 {
	font-size: 32px;
	margin-bottom: 15px;
	background: url("/img/ja/common/ico_camera.png") no-repeat;
	padding-left: 50px;
}

#instagram h1 span {
	font-size: 18px;
	margin-left: 10px;
}

#instagram .btn_link {
	width: 280px;
	font-size: 16px;
	background-color: #333333;
	color: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	height: 35px;
	line-height: 35px;
}

#instagram .btn_link i {
	background: url("/img/ja/common/ico_instagram2.png") no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

/* ----------------------------------------------------
		ピックアップ動画
---------------------------------------------------- */
.movie_dc .movie_frame {
	margin-top: 30px;
	margin-bottom: 70px;
}

.movie_dc .movie_frame ul li h2 {
	text-align: center;
    margin-top: 10px;
    line-height: 1.3;
    font-size: 110%
}

/* ----------------------------------------------------
		アイコン
---------------------------------------------------- */
.search_img {
    text-align: center;
    margin-bottom: 12px
}

/* ----------------------------------------------------
		印刷
---------------------------------------------------- */
@media print {
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }
}
</pre></body></html>