
.sp_only {
	display:none;
}

/* cate_menu */
/*--------------------------------------------------------------------------------*/

.scroll_sp{
	width:100%;
	background:#FFF;
	z-index:10;
}

/*pcのときのみヘッダー固定*/
@media only screen and (min-width:1126px){
.scroll_sp{
	position:fixed;
	top:118px;
}
}

.cate_menu_area {
	margin-top:-80px;	
}
.cate_menu_area_sp {
	display:block;
}
.cate_menu_area_wrap {
	border-top:3px solid #EDE8DC;
	height:auto;
	background:#F8F6F2;
}
.cate_menu_area_sp {
	margin-top:0;
	top:0;
	height:60px;
	display:block;
	max-width:1126px;
	margin-right:auto;
	margin-left:auto;
}
.cate_menu_area_sp li{
	float:left;
	display:table;
	width:16.66%;
	height:60px;
	text-align:center;
	position:relative;
}

.cate_menu_area_sp li:last-child {
	width:16.67%;
}
.cate_menu_area_sp li a {
	display:table-cell;
	vertical-align:middle;
	line-height:1.2;
	color:#fff;
	height:60px;
	position:relative;
}
.cate_menu_area_sp li.cate01 a{
	background:#da6272;
	color:#FFF;
}
.cate_menu_area_sp li.cate01 a::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:7px;
	width:6px;
	height:5px;
	background:url(../image/common/arr_cate_white.png) no-repeat center center;
}

.cate_menu_area_sp li.cate02 a{
	background:#a1b74a;
	color:#FFF;
}
.cate_menu_area_sp li.cate02 a::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:7px;
	width:6px;
	height:5px;
	background:url(../image/common/arr_cate_white.png) no-repeat center center;
}

.cate_menu_area_sp li.cate03 a{
	background:#9d73bb;
	color:#FFF;
}
.cate_menu_area_sp li.cate03 a::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:7px;
	width:6px;
	height:5px;
	background:url(../image/common/arr_cate_white.png) no-repeat center center;
}

.cate_menu_area_sp li.cate04 a{
	background:#e6855e;
	color:#FFF;
}
.cate_menu_area_sp li.cate04 a::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:7px;
	width:6px;
	height:5px;
	background:url(../image/common/arr_cate_white.png) no-repeat center center;
}

.cate_menu_area_sp li.cate05 a{
	background:#cd970f;
	color:#FFF;
}
.cate_menu_area_sp li.cate05 a::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:7px;
	width:6px;
	height:5px;
	background:url(../image/common/arr_cate_white.png) no-repeat center center;
}

.cate_menu_area_sp li.cate06 a{
	background:#45a1cf;
	color:#FFF;
}
.cate_menu_area_sp li.cate06 a::before {
	content:"";
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	bottom:7px;
	width:6px;
	height:5px;
	background:url(../image/common/arr_cate_white.png) no-repeat center center;
}
.cate_menu_area_sp li a:hover {
	opacity:0.7;
}


/*layout*/
/*--------------------------------------------------------------------------------*/
#contents {
	max-width:1120px;
	margin-left:auto;
	margin-right:auto;
	z-index:1;
	position:relative;
}
/*pcのときのみヘッダー固定*/
@media only screen and (min-width:1126px){
#contents {
	padding-top:181px;
}
}
.contents::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents_left {
	width:67.85%;
	float:left;
}
#contents_right {
	width:26.8%;
	float:right;
}

/*locator*/
/*--------------------------------------------------------------------------------*/
#locator {
	max-width:1120px;
	margin-left:auto;
	margin-right:auto;
	font-size:92.85%;
	color:#333333;
	margin-top:8px;
	margin-bottom:25px;
}
#locator a {
	color:#333333;
}
#locator a:hover {
	text-decoration:underline;
}


/* blog_base */
/*--------------------------------------------------------------------------------*/
.skinbase {
	border-bottom:1px solid #DCD3B8;
	padding-bottom:40px;
}
.blog_subtitle02 {
	background:url(../image/common/blog_subtitle02_bg.png) no-repeat left bottom;
	position:relative;
	padding-bottom:15px;
	margin-bottom:20px;
}
.blog_subtitle02 h2 {
	font-size:200%;
	font-weight:bold;
	line-height:1.4;
	padding-right:15%;
}
.blog_subtitle02 .blog_date01 {
	right:0;
	position:absolute;
	bottom:45%;
	font-size:92.85%;
	color:#999999;
}
.taglist {
	margin-bottom:12px;
}
.taglist li {
	display:inline-block;
}
.taglist li a {
	display:block;
	padding:5px 10px;
	font-size: 92.85%;
	border:1px solid #DCD3B8;
	border-radius:3px;
	-webkit-border-radius:3px;
	margin-bottom:5px;
}
.taglist li a:hover {
	text-decoration:underline;
}
.category-label {
	display:inline-block;
	margin-bottom:10px;
}
.category-label span {
	display:block;
	height:30px;
	line-height:30px;
	padding-right:25px;
	padding-left:10px;
	color:#fff;
}
.category-label span.category-see {
	background:url(../image/common/flag_cate01.png) no-repeat right top;
	background-size:auto 30px;
}
.category-label span.category-play {
	background:url(../image/common/flag_cate02.png) no-repeat right top;
	background-size:auto 30px;
}
.category-label span.category-event {
	background:url(../image/common/flag_cate03.png) no-repeat right top;
	background-size:auto 30px;
}
.category-label span.category-eat {
	background:url(../image/common/flag_cate04.png) no-repeat right top;
	background-size:auto 30px;
}
.category-label span.category-souvenir {
	background:url(../image/common/flag_cate05.png) no-repeat right top;
	background-size:auto 30px;
}
.category-label span.category-spa {
	background:url(../image/common/flag_cate06.png) no-repeat right top;
	background-size:auto 30px;
}
.blog_sns_area {
	margin-top:20px;
	margin-bottom:50px;
}
.blog_sns_area .list-inline li {
	display:inline;
}
.blog_sns_area .list-inline li.blog_facebook_btn {
	width:82px;
	display:inline-block;
}
.blog-mainthum img {
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.detail_text {
	margin-bottom:50px;
}



.subtitle03 {
	background:#EDE8DC;
	border-radius:5px;
	-webkit-border-radius:5px;
	font-size:157%;
	font-weight:bold;
	padding:12px 20px 12px 40px;
	position:relative;
	line-height:1.4;
	margin-bottom:18px;
}
.subtitle03::before {
	content:"";
	position:absolute;
	width:6px;
	height:26px;
	background:#190D07;
	left:10px;
	top:15px;
}

.subtitle03_02 {
	background:#EDE8DC;
	border-radius:5px;
	-webkit-border-radius:5px;
	font-size:157%;
	font-weight:bold;
	padding:12px 20px 12px 40px;
	position:relative;
	line-height:1.4;
	margin-bottom:18px;
}
.subtitle03_02::before {
	content:"";
	position:absolute;
	width:6px;
	height:56px;
	background:#190D07;
	left:10px;
	top:15px;
}
.subtitle04 {
	font-size:142.85%;
	border-bottom:1px solid #DCD3B8;
	padding-left:35px;
	position:relative;
	padding-bottom:15px;
	line-height:1.4;
	margin-bottom:20px;
}
.subtitle04::before {
	content:"";
	position:absolute;
	width:6px;
	height:26px;
	background:#B1CE64;
	left:10px;
	top:2px;
}
.subtitle05 {
	font-size:114.28%;
	color:#6F9126;
	font-weight:bold;
	margin-bottom:20px;
	line-height:1.4;
}

.detail_text img {
	max-width:100%;
	height:auto;
}
.detail_text iframe {
	max-width:100%;
	height:400px;
}

.blog_pager_detail_list01::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.blog_pager_detail_list01 {
	margin-top:15px;
}
.blog_pager_detail_list01 li a {
	font-size:107%;
	color:#fff;
	background:#1A0F09;
	padding:5px 22px;
	border-radius:18px;
	-webkit-border-radius:18px;
}
.blog_pager_detail_list01 li.prev {
	float:left;
}
.blog_pager_detail_list01 li.next {
	float:right;
}
.blog_pager_detail_list01 li a:hover {
	opacity:0.7;
}
.blog_bottom_section01 {
	margin-top:60px;
	margin-bottom:100px;
}
.blog_bottomtitle01 {
	font-size:171.5%;
	background:url(../image/common/blog_subtitle02_bg.png) no-repeat left bottom;
	padding-bottom:13px;
	margin-bottom:20px;
	padding-left:5px;
}
.archivelist_wrap::after,
.blog_section01::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.archivelist_wrap .blog_section01 {
	width:47.5%;
	float:left;
	margin-right:5%;
	margin-bottom:20px;
}
.archivelist_wrap .blog_section01:nth-child(even) {
	margin-right:0;
}
.archivelist_wrap .blog_section01 .blog-thumwrap {
	width:48%;
	margin-right:4%;
	float:left;
	height:110px;
	overflow:hidden;
}
.archivelist_wrap .blog_section01 .blog-thumwrap img {
	width:100%;
	height:auto;
}
.archivelist_wrap .blog_section01 .blog-description {
	float:right;
	width:48%;
	height:110px;
	display:table;
}
.archivelist_wrap .blog_section01 .blog-description h4 {
	display:table-cell;
	vertical-align:middle;
	font-size:114.28%;
	line-height:1.6;
}

/* multi */
/*--------------------------------------------------------------------------------*/
.multi_wrap::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.multi_wrap {
	border-bottom:1px solid #DCD3B8;
}
.multi_wrap .blog_section01 {
	width:32%;
	float:left;
	margin-right:2%;
	position:relative;
	margin-bottom:35px;
}
.multi_wrap .blog_section01:nth-child(3n) {
	margin-right:0;
}
.multi_wrap .blog_section01 .category-label {
	position:absolute;
	top:10px;
	left:0;
}
.multi_wrap .blog_section01 .blog-thumwrap {
	width:100%;
	height:150px;
	overflow:hidden;
}
.multi_wrap .blog_section01 .blog-thumwrap img {
	width:100%;
	height:auto;
}
.multi_wrap .blog_section01 .blog-description {
	line-height:1.4;
	margin-bottom:15px;
}
.multi_subtitle03 {
	font-size:114.28%;
	line-height:1.4;
	margin-top:8px;
	margin-bottom:5px;
}

/* pager */
/*--------------------------------------------------------------------------------*/
.blog_pager01 {
	margin-bottom:100px;
	text-align:right;
	margin-top:15px;
	font-size:114.28%;
}
.blog_pager01 a {
	margin:0 5px;
}
.blog_pager01 strong {
	margin:0 5px;
}
.blog_pager01 .next a,
.blog_pager01 .prev a {
	background:#1A0F09;
	color:#fff;
	line-height:34px;
	border-radius:17px;
	padding:5px 15px;
}
.blog_pager01 a:hover {
	opacity:0.7;
}

/* archive */
/*--------------------------------------------------------------------------------*/
.blog_list {
	margin-bottom:5px;
}

.blog_list li {
	display:inline-block;

}
.blog_list li a {
	display:block;
	margin-right:10px;
}
.blog_list li.current a {
	font-weight:bold;
	color:#b1cd64;
}


.blog_month_list {
	margin-bottom:20px;
}

.blog_month_list li{
	display:inline-block;
	margin-right:10px;
}

.blog_month_list li a {
	display:block;
}
.blog_month_list li.current a {
	font-weight:bold;
	color:#b1cd64;
}

/* side */
/*--------------------------------------------------------------------------------*/
.blog-side-nav{margin-bottom: 40px;}
.blog_side_banner {
	text-align:center;
	background:#F4F1EA;
	padding:30px 0 25px;
}
.blog_side_section01 {
	margin-bottom:30px;
}
.blog_side_banner img {
	margin-bottom:10px;
}
.blog_sidetitle01 {
	background:url(../image/common/blog_sidetitle01.png) repeat-x left bottom;
	font-size:171.4%;
	padding-bottom:12px;
	margin-bottom:20px;
}
#taglist {
	margin-bottom:10px;
}
#taglist li {
	display:inline-block;
	margin-bottom:10px;
}
#taglist li a {
	display:block;
	border:1px solid #DCD3B8;
	border-radius:3px;
	-webkit-border-radius:3px;
	font-size:92.85%;
	padding:3px 10px;
	margin-left:3px;
	color:#000000;
}
#taglist li a:hover,#taglist li.current a {
	text-decoration:underline;
}
a.btn-primary {
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:180px;
	background:#1A0F09;
	color:#fff;
	height:42px;
	line-height:42px;
	border-radius:21px;
	-webkit-border-radius:21px;
}
a.btn-primary:hover {
	opacity:0.7;
}
.blog_sidelist01 .blog_article01::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.blog_sidelist01 .blog_article01 {
	line-height:1.4;
	border-bottom:1px solid #DCD3B8;
	padding-bottom:15px;
	margin-bottom:15px;
}
.thum-wrap-small {
	width:33%;
	float:left;
	margin-right:5%;
}
.thum-wrap-small img {
	width:100%;
	height:auto;
}
.side_sns_btn::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.side_sns_btn {
	max-width:300px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}
.side_sns_btn img{
	width:100%;
	height:auto;
}


.blog_sidelist01 .blog_article01 a {color:#000000;}

/*sitemap*/
/*------------------------------------------------------------------------------*/
.sitemap {
	margin-left: 20px;
}
.sitemap li {
	list-style: none;
	background: url(../image/common/arr.gif) no-repeat 0 11px;
	padding: 0 0 0 17px;
	margin: 10px 0px;
}
.sitemap ul {
	padding: 0 0 5px 30px;
}
.sitemap ul li {
	background: none;
	list-style: square;
	padding: 0 0 0 0;
	margin: 5px 0px;
}
.sitemap ul ul {
	padding: 0 0 5px 30px;
}
.sitemap ul ul li {
	background: none;
	list-style: none;
}
.sitemap li a:hover {
	text-decoration:underline;
}

.sitemap li a {color:#000000;}

/*error page*/
/*------------------------------------------------------------------------------*/
.link_txt a:hover {
	text-decoration:underline;
}

/*pivacy page*/
/*------------------------------------------------------------------------------*/
.privacy_list li {
  padding-left: 1em;
  text-indent: -1em;
}

/*img100*/
/*------------------------------------------------------------------------------*/
.img100 img {
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

/*box*/
/*------------------------------------------------------------------------------*/
.box2::after, .box3::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.box2_left {
	width:48.5%;
	float:left;
}
.box2_right {
	width:48.5%;
	float:right;
}
.box2_left img,
.box2_right img {
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.box3_left {
	width:32%;
	float:left;
	margin-right:2%;
}
.box3_right {
	width:32%;
	float:right;
}
.box3_left img,
.box3_right img {
	max-width:100%;
	height:auto;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.box3_left iframe,
.box3_right iframe {
	width:100%;
	height:165px;
}

.box4_ex {
	display:table;
}

.box4_ex .txt_c {
    display: table-cell;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;

}


.movie_txt {
	padding:10px 3%;
	margin-bottom:10px;

}
.movie_txt h3 {
	font-size:110%;
	font-weight:bold;
	color:#6f9126;
	line-height:1.4;
	margin-bottom:10px;
}
.movie_txt p {
	line-height:1.4;
	font-size:94%;
}

.btn_more a {
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:180px;
	background:#1A0F09;
	color:#fff;
	height:42px;
	line-height:42px;
	border-radius:21px;
	-webkit-border-radius:21px;
}
.btn_more a:hover {
	opacity:0.7;
}

/*table*/
/*------------------------------------------------------------------------------*/
.tab{
	width:100%;
	border-collapse:collapse;
	table-layout:fixed;
}
.tab tbody tr > *{
	padding:10px;
	background:#EDEEEA;
	border:solid #FFF;
	border-width:1px 1px 1px 0;
}
.tab tbody tr > th{
	font-weight:normal;
	background:#D2D4C7;
	vertical-align:middle;
	width:30%;
}
.tab tbody tr > *:last-child{
	border-right:none;
}

/* 1column */
/*------------------------------------------------------------------------------*/


#contents_1column {
	width:100%;
}
/*pcのときのみヘッダー固定*/
@media only screen and (min-width:1126px){
#contents_1column {
	padding-top:181px;
}
}

.subtitle02_1column {
	width:100%;
	height:460px;
	position:relative;
}
.subtitle02_1column_img {
	position:absolute;
	margin-left:50%;
	left:-1000px;
}
.subtitle02_1column_txt {
    max-width: 1120px;
	text-align:center;
	position:absolute;
	color:#fff;
	left:0;
	right:0;
	margin-left: auto;
    margin-right: auto;	
	padding-top:190px;
}
.subtitle02_1column_txt h2 {
	font-size:300%;
	font-weight:bold;
}
.subtitle02_1column_txt p {
	font-size:200%;
}

.inner_box {
    max-width: 1120px;
	margin-left: auto;
    margin-right: auto;
	padding:50px 0 0;	
}
.about_box_left01 {
	width:42.85%;
	float:left;
}
.about_box_left01 img {
	max-width:100%;
	height:auto;
	display:block;
	margin-let:auto;
	margin-right:auto;
}
.about_box_right01 {
	width:53%;
	float:right;
}
.about_box_right01 p {
	font-size:116%;
}
.subtitle03_1column {
	font-size:220%;
	font-weight:bold;
	margin-bottom:20px;
}
.about_box_left02 {
	width:53%;
	float:left;
}
.about_box_right02 {
	width:42.85%;
	float:right;
}
.about_box_right02 img {
	max-width:100%;
	height:auto;
	display:block;
	margin-let:auto;
	margin-right:auto;
}

/*rss news*/
/*--------------------------------------------------------------------------------*/
#sub_rss_box dl{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dcd3b8;
}
#sub_rss_box dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.rss_date{
	float: left;
	width: 15%;
}
.rss_title{
	float: left;
	width: 85%;
}
.rss_title a {
	color:#A3BA60;
	font-weight: bold;
	font-size: 16px;
}
.rss_title a:hover {
	text-decoration:underline;
}
.rss_contents{
	margin-left: 15%;
}


/* model course */
/*-----------------------------------------------------------------------------*/
#mc_main{
	height: 430px;
	background: url(../image/common/modelcourse_main.jpg) no-repeat 0 0 / cover;
	margin-bottom: 25px;
}
#mc_main_in{
	background-color: #ffffff;
	text-align: center;
	width: 33.33333%;
	padding: 25px 30px 35px;
	margin: auto;
	color: #333 !important;
}
#mc_main_in .txt{
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../image/common/top_support_bg.png) no-repeat center bottom;
}
#mc_main_in .txt .font_s{font-size: 13px;}
#mc_main_in .txt .font_l{font-size: 22px;}

#mc_main_in .title{
	font-size: 46px;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: bold;
}
#mc_main_in .aux{
	font-size: 28px;
	line-height: 1;
}
.course_flow{
	background-color: #EDE8DC;
	padding: 10px 30px 20px;
}
.course_flow .title{
	background-color: #B1CE64;
	position: relative;
	z-index: 2;
	margin-left: -35px;
	padding: 0 10px 0 15px;
	line-height: 50px;
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	min-width: 55%;
}
.course_flow .title img{
	max-width: 36px;
	height: auto;
	width: auto;
	display: inline-block;
	margin-right: 10px;
	margin-top: 7px;
}
.course_flow .title::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #EDE8DC;
}
.course_flow ol{margin-top: 25px;}
.course_flow li{
	padding-bottom: 7px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
.course_flow li:after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.course_flow li .num{
	font-size: 25px;
	padding-right: 10px;
	font-weight: bold;
	color: #6E9126;
}
.course_flow_l{
	float:left;
	width:65%;
}
.course_flow_r{
	float:right;
	width:32%;
}
.course_flow_r img{
	width:100%;
	height:auto;
}

/* support */
/*-----------------------------------------------------------------------------*/
#spp_main{
	height: 350px;
	background: url(../image/support_img01.jpg) no-repeat 0 0;
	padding-top: 30px;
}

.spp_main_box01 {
    height: 20px;
    width: 680px;
    background-color: rgba(0,0,0,0.2);
    margin-left: 49px;
}

.spp_main_box01:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent rgba(0,0,0,0.2) transparent;
    display: inline-block;
    margin-left: -20px;
}


#spp_main_in{
	background-color: rgba(0,0,0,0.2);
	text-align: center;
	width: 700px;
	padding: 30px 10px;
	margin: auto;
	margin-top: 10px;
	position: relative;
}

#spp_main_in:before {
	content: "";
	height: 20px;
    width: 680px;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: -20px;
    left: 20px;
}

#spp_main_in:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent rgba(0,0,0,0.2) transparent;
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;

}


.spp_title{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 0px 10px rgba(0,0,0,0.7);
	margin-bottom: 30px;
}

.spp_txt{
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 0px 8px rgba(0,0,0,0.9);
	line-height: 180%;
}



.sp{
	display: none;
}

.btn_more02 a:hover {
    background: #1A0F09;
    color: #fff;
}
.btn_more02 a {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #1a0f09;
    border-radius: 25px;
    display: inline-block;
    font-size: 15px;
    padding: 8px 50px;
    color: #000;
}

.support_box{
	width: 100%;
	background: url(../image/common/blog_subtitle02_bg.png) no-repeat left bottom;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.spp_l{
	width: 47%;
	float: left;
	margin-right: 3%;

}

.spp_r{
	width: 50%;
	float: right;
}

.spp_l_in_l {
    width: 50%;
    min-height: 130px;
    float: left;
    background: url(../image/support_flame.png) no-repeat 0 50%;
}

.spp_l_in_l img {
    max-width: 170px;
    max-height: 130px;
    width: auto;
    height: auto;
    margin: 5px;
}

.spp_l_in_r{
	width: 50%;
	min-height: 130px;
	float: right;
	background: url(../image/support_flame.png) no-repeat 0 50%;
}

.spp_l_in_r img {
    max-width: 170px;
    max-height: 130px;
    width: auto;
    height: auto;
    margin: 5px;
}

/* gatatan */
/*-----------------------------------------------------------------------------*/
#gat_main{
	height: 100%;
	padding-top: 30px;
}

.gat_l{
	width: 63%;
	float:left;
}

.gat_l img{
	max-width:100%;
	height: auto;
}

.gat_r{
	width: 37%;
	float:right;
	background: url(../image/gatatan_img02.jpg) no-repeat 0 0;
}

.gat_main_title{
	padding-top: 250px;
}

.gat_main_title .name:before{
	content: url(../image/gatatan_icon.png);
    margin: 10px;
    position: relative;
    top: 45px;
}

.gat_main_title .min{
	font-size: 14px;
	text-indent: 40px;
}

.gat_main_title .mid{
	font-size: 24px;
	text-indent: 40px;
	line-height: 120%;
	margin-bottom: 25px;
}

.f-big:first-letter {
    padding: 0px 10px;
    font-size: 40px;
    font-weight: bold;
    background-color: #EDE8DC;
    line-height: 140%;
    margin-right: 2px;
}

.gat_box{
	border-top: 1px solid #EDE8DC;
	border-bottom: 1px solid #EDE8DC;
	padding: 50px 0 40px;

}

.gat_box_in{
	width: 100%;
}

.gat_box_l{
	width: 50%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

.gat_box_l img{
	max-width: 100%;
	height: auto;
}

.gat_box_r{
	width: 50%;
	float: right;
	text-align: center;
	margin-bottom: 20px;
}

.gat_box_r img{
	max-width: 100%;
	height: auto;
}

.gat_box_c{
	position: relative;
}
.gat_box_c_in {
    width: 53%;
    background-color: #EDE8DC;
    padding: 75px 30px 60px 67px;
    position: absolute;
    top: -310px;
    left: 324px;
    z-index: -1;
    line-height: 140%;
}

.gat_box_c_in p:after {
    content: url(../image/gatatan_icon02.png);
    position: absolute;
    bottom: 10px;
    right: 13px;
}

.gat_box_in02{
	width: 100%;
	position: relative;
}

.gat_box_l02{
	width: 55%;
	float: left;
	text-align: center;
	margin-right: 2%;
}

.gat_box_l02 img{
	max-width: 100%;
	height: auto;
}

.gat_box_r02 {
    position: relative;
     background-color: #EDE8DC;
    padding:20px 3%;
}


.f-big02:first-letter {
    padding: 0px 10px;
    font-size: 40px;
    font-weight: bold;
    background-color: #fff;
    line-height: 140%;
    margin-right: 2px;
}

.gat_box_r02 p:after {
    content: url(../image/gatatan_icon02.png);
    position: absolute;
    bottom: 5px;
    right: 15px;
}


.gat_texbox {
    width: 55%;
    position: absolute;
    bottom: 0;
    height: auto;
    background-color: #EDE8DC;
    text-align: left;

}

.gat_texbox:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #EDE8DC transparent;
    margin: 0 auto;
}

.gat_texbox_in{
	padding: 13% 10%;
	position: relative;
}

.gat_texbox_in:before {
    content: url(../image/gatatan_icon03.png);
    position: absolute;
    top: 10px;
    left: 10px;
}

.gat_texbox_in:after {
    content: url(../image/gatatan_icon04.png);
    position: absolute;
    bottom: 3px;
    right: 10px;
}

.gat_triangle{
	display: none;
}

/* starry_sky */
/*-----------------------------------------------------------------------------*/

.box2 .box2_in{
	background: url(../image/starry_img01.jpg) no-repeat 0 0;
	height: 400px;
}
.box2 .box2_in .box2_txt{
	width: 340px;
	background-color:rgba(211,211,211,0.5);
	color: #FFFFFF;
	float: right;
	opacity: 0.8;
	margin-top: 20px;

}
.box2 .box2_in .box2_txt_in {
    padding: 30px 28px;
    background-image: url(../image/star_icon.jpg);
    background-position: 5px bottom;
    background-repeat: no-repeat;
}

.starry_rankings {
    background-color: #EDE8DC;
    padding: 20px 60px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
}

.course_flow:after,.starry_rankings:after {
    content: url(../image/star_icon02.png);
    position: absolute;
    bottom: 3px;
    right: 10px;
}
.starry_rankings .title {
    background-color: #B1CE64;
    position: relative;
    z-index: 2;
    margin-left: -65px;
    padding: 15px 0px 15px 15px;
    line-height: 50px;
    font-weight: bold;
    font-size: 16px;
    min-width: 55%;
    line-height: 150%;
}

.course_flow .title::after,.starry_rankings .title::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    border-width: 40px 20px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #EDE8DC;
}

.course_flow ol,.starry_rankings ol {
    margin-top: 25px;
}

.course_flow li,.starry_rankings li {
    font-size: 20px;
    font-weight: bold;
    color: #6E9126;
    position: 	relative;
}


.course_btn {
    display: block;
    width: 200px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #333;
    padding: 5px;
    border-radius: 21px;
    position: absolute;
    bottom: 10px;
    transition: 0.3s ease;
    border:1px solid rgba(0,0,0,0);
}


.course_btn:hover {
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
}

.course_flow .title02,.starry_rankings .title02{
	background: url(../image/common/blog_sidetitle01.png) repeat-x left bottom;
	padding-bottom: 10px;

}

.course_flow .num01,.starry_rankings .num01 {
    font-size: 30px;
    color: #9E9118;
    padding-right: 12px;
    padding-top: 10px;
    background: url(../image/ranking_icon01.png) no-repeat left 3px;
}



.course_flow .num02,.starry_rankings .num02{
	font-size: 30px;
	color: #838A92;
	padding-right: 12px;
	padding-top: 10px;
    background: url(../image/ranking_icon02.png) no-repeat left 3px;
}

.course_flow .num03,.starry_rankings .num03{
	font-size: 30px;
	color: #AD8867;
	padding-right: 12px;
	padding-top: 10px;
    background: url(../image/ranking_icon03.png) no-repeat left 3px;
}

.starry_rankings .num04,.starry_rankings .num05,
.course_flow .num04,.course_flow .num05{
	font-size: 30px;
	color: #6E9126;
	padding-right: 12px;
}

.course_flow .tex,.starry_rankings .tex{
	color: #000;
	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
}

#hoshi_imgbox{
	background-color: #EDE8DC;
	padding: 1.5%;
	border-radius: 5px;
    -webkit-border-radius: 5px;

}

#hoshi_imgbox .hoshi_l{
	width: 32.8%;
	float: left;
	text-align: center;
	margin-right: 0.7%;
}

#hoshi_imgbox .hoshi_l:nth-child(3n){
	margin-right: 0;
}

#hoshi_imgbox .hoshi_l img{
	max-width: 100%;
	height: auto;
}

#map_01{
	width: 100%;
	height: 400px;
	margin-bottom: 50px;
}

.spot_tag {
	font-size:0;
	width:calc(100% + 5px);
	margin:15px 0 0 -5px;
}
.spot_tag li{
	display:inline-block;
	line-height:1.2;
	padding:5px 10px;
	background:#FFF;
	border-radius:4px;
	font-size:14px;
	font-weight:normal;
	color:#333;
	width:auto;
	margin:5px 5px;
}




.course_btn{

}

/* driving_course */
/*-----------------------------------------------------------------------------*/
.driving_main{
    padding-top: 30px;
}

.driving_main .box01 {
}

.driving_main .box01 img{
	max-width: 100%;
	height: auto;
}

.driving_main .box2{
	width: 100%;
	margin-top: -40px;
	display: inline-block;
	position: relative;
}
.driving_main .box2:before{
	content: url(../image/driving_img02.png);
    position: absolute;
    top: -18px;
    left: 50%;
}

.driving_main_in{
	width: 92%;
	padding: 40px 50px;
	background-color: #F8F6F2;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
    margin: 0 auto;

}

.driving_main .gray{
	color: #666;
}


.drivingtitle + .driving_place {
    margin-top: 20px;
}


.drivingtitle {
    width: auto;
    color: #fff;
    background-color: #B1CE64;
    padding: 0.5% 40px;
    text-align: center;
    margin-bottom: 20px;
    margin-left: 18px;
    position: relative;
    display: inline;
}

.drivingtitle:before{
	content: url(../image/driving_img03.png);
    position: absolute;
    top: -6px;
    left: -18px;
}

.driving_l{
	width: 62%;
	float: left;
	margin-right: 2.5%;
}

.driving_r{
	width: 35.5%;
	float: right;
}
.driving_r_box{
	display: table-cell;
	text-align: center;
    vertical-align: middle;
	width: 268px;
	height: 200px;
	background: url(../image/driving_img04.png) no-repeat 50% 50%;
}
.driving_r img{
	max-width: 268px;
    max-height: 200px;
    width: auto;
    height: auto;
}

.driving_l .tit{
	color: #6F9126;
	font-size: 16px;
	margin-bottom: 15px;
}

.driving_map_l{
	width: 67%;
	float: left;
}

.driving_map_r{
	width: 33%;
	height: 400px;
	float: right;
	background-color: #EDE8DC;
}

.driving_mapbox {
    padding: 10%;
}
.driving_map_r .tit{
	font-size: 20px;
	font-weight: bold;
	position: relative;
	margin-bottom: 30px;
}

.driving_map_r .tit::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 26px;
    background: #190D07;
    left: -10px;
    top: 6px;
}

.driving_mapbox li p{
	display: block;
    padding-left: 10px;
    font-size: 18px;
    padding-bottom: 5px;
    background: url(../image/driving_line.jpg) repeat-x left bottom;
    margin: 0 auto 25px;
    color: #000;
    position: relative;
    cursor: pointer;
}

.driving_mapbox li:last-child{
	margin-bottom: 0;
}

.driving_mapbox li p:hover{
	color: #6D9126;
}

.driving_mapbox li p:hover:before{
	content: url(../image/driving_list_icon.png);
    position: absolute;
    top: 6px;
    left: -10px;
}

/* 20170113 add */
.driving_mapbox li .current{
	color: #6D9126;
}
.driving_mapbox li .current:before{
	content: url(../image/driving_list_icon.png);
    position: absolute;
    top: 6px;
    left: -10px;
}
.infoWindow{
	height: 185px;
    width: 150px;
}
.infoImg{
	text-align: center;
	margin-top: 8px;
}
.infoImg img{
	width: 100%;
	height: 100%;
}
.infoTit{
	text-align: center;
	color: #B1CE64;
	font-size: 17px;
	padding-top: 10px;
    padding-bottom: 10px;
}
.infoBtn{
	text-align: center;
}

.infoBtn a{
	padding: 5px 15px;
    border: 1px solid;
    border-radius: 12px;
}

.gm-style-iw{
	text-align: center;
	margin-top: 5px;
}

.gm-style-iw div{
	overflow: hidden;
}

/* eat_gatatan */
/*-----------------------------------------------------------------------------*/
.eat_list{
	width:calc(100% + 10px);
	margin-left:-10px;
}
.eat_list li{
	float:left;
	margin:0 0 10px 10px;
}
.eat_list li a{
	display:inline-block;
	padding:10px 25px 10px 10px;
	color:#333;
	font-size:16px;
	line-height:1.4;
	border-radius:8px;
	background:#F4F1EA;
	color:#333;
	border:1px solid #DCD3B8;
	position:relative;
}
.eat_list li a:after{
	content:"";
	box-sizing:border-box;
	width:8px;
	height:8px;
	border-top:2px solid #DCD3B8;
	border-right:2px solid #DCD3B8;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	position:absolute;
	right:10px;
	top:calc(50% - 4px);
}
.eat_list li a:hover{
	background:#DCD3B8;
	color:#FFF;
}
.eat_list li a:hover:after{
	border-top:2px solid #FFF;
	border-right:2px solid #FFF;
}

/* subnav */
/*-----------------------------------------------------------------------------*/
#subnav{margin-bottom: 30px;}
#subnav_title{
    background: rgba(0, 0, 0, 0) url("../image/common/blog_sidetitle01.png") repeat-x scroll left bottom;
    font-size: 171.4%;
    margin-bottom: 20px;
    padding-bottom: 12px;
}
#subnav_title a{
	color: #000000;
}
#subnav li {
    background: rgba(0, 0, 0, 0) url("../image/common/arr.gif") no-repeat scroll 0 11px;
    list-style: outside none none;
    margin: 10px 0;
    padding: 0 0 0 17px;
}
#subnav li a {
    color: #000000;
}

/* banner text */
.banner_text{
	margin-bottom: 5px;
	font-weight: bold;
	color: #B3D040;
	font-size: 100%;
    margin-left: 17px;
}



h3 a[href*=gatatan] {
    font-size: 14px !important;
}

.banner_event {
    background: url(../image/new_event_banner_bg.jpg) no-repeat;
    width: 100%;
    height: 110px;
    background-size: contain;
}

.banner_event a{
	display: block;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	padding: 4px 8px;
}

body.dcms_editor,
body.dcms_editor #contents {
	position: static !important;
}