@charset "utf-8";


.sys-display-none {
	display:none !important;
}

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	position:relative;
	font-family: "游明朝", "Yu Mincho", "メイリオ", serif;
	font-size: 212.5%;
	color: #222222;
	background-color: #e0effd;
	background:-webkit-gradient(linear, left top, center bottom, from(#e0effd), to(#f0fafd));
	background:-moz-linear-gradient(left top, #e0effd, #f0fafd);
	background:linear-gradient(to left, #e0effd, #f0fafd);
	margin-bottom:40px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-top: 45px;
	padding-bottom:42px;
	padding-right: calc(50vw - 23%);
	padding-left: calc(50vw - 50% + 30px);
	clear:both; /* Do not edit */
}
.format_system #tmp_contents h1 span {
    font-size: 70.5%;
}
#tmp_contents #tmp_spot_ttl {
    position: relative;
}
#tmp_contents #tmp_spot_ttl .mark {
	margin: -75px 0 0;
	position: absolute;
	right: 0;
	top: 50%;
}
#tmp_contents p.heading_h1 {
	margin:0 0 0.8em; /* 変更しない */
	padding:0px 0 4px;
	font-size:242.8%; /* デザインによって相対指定で指定しなおす */
	font-weight:normal;
	border-bottom:4px solid #2974D8;
	clear:both; /* 変更しない */
}
#tmp_contents h1::after {
	content:"";
	position:absolute;
	left:50%;
	top:30px;
	bottom:30px;
	width:6px;
	height:auto;
	margin-left:-580px;
	background:url(/shared/templates/free_rn/images/bg/bg_h1.png) no-repeat left center;
	-webkit-background-size: 6px 100%;
    -moz-background-size: 6px 100%;
    background-size: 6px 100%;
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	font-family: "游明朝", "Yu Mincho", "メイリオ", serif;
	margin:1.5em 0 0.8em;
	clear:both; /* Do not edit */
}
#tmp_contents h2{
	margin-bottom: 1.2em;
	padding: 8px 10px 8px 25px;
	font-size: 175%;
	color: #222222;
	background: #f1f1f1 url(/shared/templates/free_rn/images/bg/bg_h2.png) no-repeat left center;
}
#tmp_contents h3{
	margin-bottom: 1.25em;
	padding: 10px 10px 18px 4px;
	font-size: 150%;
	color: #222222;
	background: #FFFFFF url(/shared/templates/free_rn/images/bg/bg_h3.png) no-repeat left bottom;
}
#tmp_contents h4{
	padding-bottom: 10px;
	font-size: 137.5%;
	color: #222222;
	background: #FFFFFF url(/shared/templates/free_rn/images/bg/bg_h4.png) no-repeat left bottom;
}
#tmp_contents h5{
	font-size: 125%;
}
#tmp_contents h6{
	font-size: 112.5%;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
}
#tmp_contents ul {
	margin:0 0 1em 3.2em; /* Do not edit */
	list-style-image:url(/shared/site_rn/images/icon/list_icon.gif); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* Do not edit */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
#tmp_contents .line_txt {
	line-height:2;
	margin:0 0 40px;
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 0.3em;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 0.3em;
}
div.img_cap img {
	margin:0 !important;
}
/* outline
================================================== */
#tmp_contents .outline {
	margin:0 0 40px; /* Do not edit */
	clear:both; /* Do not edit */	
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.outline td {
	padding:28px 32px 20px;
	color:inherit;
	background-color:#f1f1f1;
}
#tmp_contents div.outline {
	padding:32px 32px 20px;
	color:inherit;
	background-color:#f1f1f1;
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	font-weight: bold;
	margin:0 0 40px;
	padding:0 0 1px;
	color:inherit;
	background-color: #96E0F2;
	background-image: -moz-linear-gradient( 0deg, rgb(192,225,121) 0%, rgb(150,224,242) 50%, rgb(123,183,239) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(192,225,121) 0%, rgb(150,224,242) 50%, rgb(123,183,239) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(192,225,121) 0%, rgb(150,224,242) 50%, rgb(123,183,239) 100%);
}
#tmp_contents ul.box_btn li a {
	padding: 22px 30px 20px 20px;
	display: block;
	text-decoration: none;
	color:#222222;
	background: #eef5f8 url(/shared/templates/free_rn/images/icon/icon_menu_arrow.png) no-repeat right 30px;
}
#tmp_contents ul.box_btn li a:hover,
#tmp_contents ul.box_btn li a:focus{
	text-decoration: underline;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin:0 0 40px; /* Do not edit */
	clear:both; /* Do not edit */
	background-color:#eef5f8;
}
#tmp_contents table.box_info {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl {
	font-family: "游明朝", "Yu Mincho", "メイリオ", serif;
	padding:25px 32px 7px;
	color:inherit;
	font-weight:600;
	font-size: 125%;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt {
	padding:7px 20px 22px;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents .box_info ul li a:hover,
#tmp_contents .box_info ul li a:focus,
#tmp_contents .box_info ol li a:hover,
#tmp_contents .box_info ol li a:focus{
	text-decoration: none;
}
/* box_link
================================================== */
#tmp_contents .box_link {
	margin:0 0 40px; /* Do not edit */
	clear:both; /* Do not edit */
	border: 1px solid #63bce3;
}
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_ttl {
	font-family: "游明朝", "Yu Mincho", "メイリオ", serif;
	padding:25px 30px 7px;
	color:inherit;
	font-weight:600;
	font-size: 125%;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_cnt {
	padding:7px 20px 23px;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents .box_link ul li a:hover,
#tmp_contents .box_link ul li a:focus,
#tmp_contents .box_link ol li a:hover,
#tmp_contents .box_link ol li a:focus{
	text-decoration: none;
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 40px; /* Do not edit */
	clear:both; /* Do not edit */
	padding-bottom: 1px;
	color:inherit;
	background-color: #96E0F2;
	background-image: -moz-linear-gradient( 0deg, rgb(192,225,121) 0%, rgb(150,224,242) 50%, rgb(123,183,239) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(192,225,121) 0%, rgb(150,224,242) 50%, rgb(123,183,239) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(192,225,121) 0%, rgb(150,224,242) 50%, rgb(123,183,239) 100%);
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.box_menu td {
	padding:21px 30px 5px 20px;
	margin-bottom: 1px;
	color:inherit;
	background-color: #eef5f8;
}
#tmp_contents table.box_menu td.box_menu_cnt{
	padding:13px 30px 5px 20px;
	/* background: transparent url(/shared/templates/free_rn/images/bg/line_box_menu.png) left bottom repeat-x; */
}
#tmp_contents div.box_menu {
	padding-bottom:1px;
}
#tmp_contents div.box_menu .box_menu_ttl,
#tmp_contents div.box_menu .box_menu_cnt{
	color:inherit;
	background-color: #eef5f8;
}
#tmp_contents div.box_menu .box_menu_ttl{
	padding: 21px 30px 5px 20px;
}
#tmp_contents .box_menu .box_menu_ttl p{
	margin: 0;
    font-weight: bold;
}
#tmp_contents .box_menu .box_menu_ttl a{
	margin: -21px -30px -5px -20px;
    padding: 21px 30px 5px 20px;
    display: block;
    text-decoration: none;
    color: #222222;
    background: #eef5f8 url(/shared/templates/free_rn/images/icon/icon_menu_arrow.png) no-repeat right 27px;
}
#tmp_contents .box_menu .box_menu_ttl a:hover,
#tmp_contents .box_menu .box_menu_ttl a:focus,
#tmp_contents .box_menu .box_menu_ttl a:active {
	text-decoration: underline;
}
#tmp_contents div.box_menu .box_menu_cnt{
	padding: 13px 30px 23px 20px;
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	color:inherit;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* datatable 
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 0.8em; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #cdcfde;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:16px 15px 14px 26px;
	color:inherit;
	background-color:#e9f4d0;
	border:1px solid #cdcfde;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:14px 15px 13px 20px;
	border:1px solid #cdcfde;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
}
#tmp_contents table.enquete_table th {
	width:20%; /* Do not edit */
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#b00015; /* base.css > Styles > .text_red */
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* Do not edit */
	text-align:center; /* Do not edit */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_pink {
	color:inherit;
	background-color:#FDE8E8; /* base.css > Styles > th.bg_red */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FFFAD5; /* base.css > Styles > th.bg_yellow */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* base.css > Styles > th.bg_gray */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #cdcfde; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#e9f4d0; /* = table.datatable th */
	border:1px solid #cdcfde; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #cdcfde; /* = table.datatable td */
}
/* ==================================================
AI（人工知能）によるモデルコース作成バナー
================================================== */
#tmp_ai_course_bnr .ai_course_wrap_bnr {
    padding: 40px 185px 35px;
    background-color: #cfeefc;
	background: #cfeefc url(/shared/templates/free_rn/images/shisetsu/ai_course_bg.png) no-repeat left top;
    border:1px solid transparent;
    margin: 40px auto 30px;
    width: 590px;
    font-size: 114.3%;
}
#tmp_ai_course_bnr .ai_course_bnr_cate {
	font-size: 225%;
	margin:0 -185px;
	background: #cfeefc url(/shared/templates/free_rn/images/shisetsu/ai_course_cate_bg.gif) no-repeat left center;
	padding-left: 150px;
	margin-bottom:20px;
}
#tmp_ai_course_bnr .ai_course_bnr_cate p,
#tmp_ai_course_bnr .ai_course_bnr_ttl p{
	margin-bottom:0;
}
#tmp_ai_course_bnr .ai_course_bnr_ttl {
	text-align:center;
	margin-bottom:25px;
}
#tmp_ai_course_bnr .ai_course_bnr_cnt {
    font-size: 112.5%;
	box-shadow: 0px 6px 16px 4px rgba(0, 0, 0, 0.1);
}
#tmp_ai_course_bnr .ai_course_bnr_cnt p a {
	position:relative;
	display:table;
    text-decoration: none;
    color: #222222;
	background: #fff;
	height: 100px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-weight:bold;
}
#tmp_ai_course_bnr .ai_course_bnr_cnt p a span {
	display: table-cell;
	vertical-align: middle;
}
#tmp_ai_course_bnr .ai_course_bnr_cnt p a span:last-child {
    padding: 0 25px;
    border:1px solid transparent;
}
#tmp_ai_course_bnr .ai_course_bnr_cnt p a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -22px;
    background: url(/shared/templates/free_rn/images/shisetsu/ai_course_btn_icon.png) no-repeat;
    width: 44px;
    height: 10px;
}
#tmp_ai_course_bnr .ai_course_bnr_cnt p a:hover::after,
#tmp_ai_course_bnr .ai_course_bnr_cnt p a:focus::after {
    right: -32px;
transition: all 0.3s linear;
}
#tmp_ai_course_bnr .ai_course_bnr_cnt span.ai_course_bnr_img {
	width: 220px;
}
/* ==================================================
AI（人工知能）にコースを作成画面
================================================== */
#tmp_ai_course p {
    margin: 0;
}
#tmp_ai_course ul, 
#tmp_ai_course ol {
    margin-bottom: 0;
}
/* 左側ブロク
-------------------*/
#tmp_ai_course .ai-conditions .row .col-md-4 .form-group label {
    font-weight: bold;
    color: #222222;
    background: #ffffff url(/shared/templates/free_rn/images/system/label_bg.png) no-repeat left center;
    padding-left: 22px;
}
#tmp_ai_course .ai-conditions .row .col-md-4 .form-control {
    height: 40px;
    font-size: 16px !important;
    color: #222;
    background-color: #ffffff222;
    border: 1px solid #63bce3;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
/* 右側ブロク　
-------------------*/
#tmp_ai_course .ai-conditions .col-md-8 .up-right {
    border: 1px solid #63bce3;
    border-radius: 0;
    -webkit-box-shadow: none;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 20px 10px;
}
#tmp_ai_course #radarBtns {
    font-size: 78.1%;
}
#tmp_ai_course .ai-conditions label {
    font-weight: bold;
}
#tmp_ai_course .ai-conditions #radarBtns .inner > div {
    margin-left: 5px;
}
#tmp_ai_course .ai-conditions #radarBtns .inner > div:first-child {
    margin-left: 0;
}
#tmp_ai_course .ai-conditions #radarBtns .inner > div a {
    font-size: 0.7rem;
    margin: 0 1px;
}
#tmp_ai_course .ai-conditions #radarBtns .inner > div span {
    margin-top: 4px;
}
#tmp_ai_course #radarBtns a i {
    background: #FFF;
    color: #000;
}
#tmp_ai_course .ai-conditions .slider-parts .sliderSet .left,
#tmp_ai_course .ai-conditions .slider-parts .sliderSet .right {
    top: 60%;
}
/* sliderParts */
#tmp_ai_course #sliderParts {
    font-size: 14px !important;
    font-weight: bold;
    color: #222222;
    background-color: #ffffff;
}
#tmp_ai_course #sliderParts .ui-widget-content.ui-corner-all {
    border: none;
    height: 20px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #222222;
    background-color: #e4e4e4;
    border: 1px solid #e4e4e4;
}
#tmp_ai_course #sliderParts .ui-widget-content .ui-state-default {
    border: none;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    width: 30px;
    height: 28px;
    background: none;
    background-color: #222222 !important;
}
/* コースを見る
-------------------*/
.ai-submit-area {
    position: relative;
    text-align: center;
    background: #67aeed;
    background-image: -webkit-linear-gradient(-45deg, #67aeed, #b2dd71);
    background-image: -ms-linear-gradient(-45deg, #67aeed, #b2dd71);
    background-image: linear-gradient(-45deg, #67aeed, #b2dd71);
    padding: 2px;
}
.ai-submit-area .btn-block {
    background-color: #ffffff;
    color: #222222;
    padding: 12px;
    font-size: 113%;
    border-radius: 0;
    color: #222222;
}
.ai-submit-area .btn-block::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -22px;
    background: url(/shared/templates/free_rn/images/system/spot_btn.png) no-repeat;
    width: 44px;
    height: 10px;
}
.ai-submit-area .btn-block:hover,
.ai-submit-area .btn-block:focus {
    color: #222222;
    background-color: #e7f8fd;
    transition: all 0.3s linear;
}
.ai-submit-area .btn-block:hover::after,
.ai-submit-area .btn-block:focus::after {
    right: -32px;
    transition: all 0.3s linear;
}
/* ==================================================
AI モデルコース contents
================================================== */
#tmp_ai_course {
	width:100%;
    margin: 0 auto;
    font-size: 114.3%;
    color: #222222;
    background-color: #ffffff;
}
/* このコースからオリジナルコースを作るボタン */
#tmp_ai_course #tmp_spot_course_ttl .spot_course_btn {
    display: inline-block;
    font-size: 112.5%;
    padding: 2px;
    background-color: #ddd;
    margin-bottom: 50px;
    text-align: center;
    background: #67aeed;
    background-image: -webkit-linear-gradient(-45deg, #67aeed, #b2dd71);
    background-image: -ms-linear-gradient(-45deg, #67aeed, #b2dd71);
    background-image: linear-gradient(-45deg, #67aeed, #b2dd71);
}
#tmp_ai_course #tmp_spot_course_ttl .spot_course_btn p {
    display: inline-block;
    background: #ffffff url(/shared/templates/free_rn/images/system/spot_course_btn.png) no-repeat 20px center !important;
    padding: 10px 30px 10px 60px;
}
#tmp_ai_course #tmp_spot_course_ttl .spot_course_btn button {
    border: none;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    -0-border-radius: 0px;
}
#tmp_ai_course #tmp_spot_course_ttl .spot_course_btn p:hover,
#tmp_ai_course #tmp_spot_course_ttl .spot_course_btn p:focus {
    color: #222222;
    background-color: #e7f8fd !important;
    transition: all 0.3s linear;
}
/* ルートのスタートボタン 
 -------------------------------------*/
#tmp_ai_course #tmp_spot_course_cnt .spot_course_start {
    width: 200px;
    background: url(/shared/templates/free_rn/images/system/spot_arrow.png) no-repeat center bottom !important;
    padding-bottom: 18px;
    margin: 0 auto 15px;
    font-size: 137.5%;
}
#tmp_ai_course #tmp_spot_course_cnt .spot_course_start p {
    margin-bottom: 20px;
    padding: 8px 0;
    color: #222222;
    text-align: center;
}
#tmp_ai_course #tmp_spot_course_cnt .spot_course_start p span {
    display: inline-block;
    padding-left: 40px;
    background: url(/shared/templates/free_rn/images/system/spot_icon.png) no-repeat left center !important;
}
/* ルートのエンドボタン 
 -------------------------------------*/
#tmp_ai_course #tmp_spot_course_cnt .spot_course_end {
    width: 200px;
    margin: 18px auto 15px;
    font-size: 137.5%;
}
#tmp_ai_course #tmp_spot_course_cnt .spot_course_end p {
    padding: 8px 0;
    color: #222222;
    text-align: center;
}
#tmp_ai_course #tmp_spot_course_cnt .spot_course_end p span {
    display: inline-block;
    padding-left: 40px;
    background: url(/shared/templates/free_rn/images/system/spot_icon.png) no-repeat left center !important;
}
/* ルートのコンテンツ
 -------------------------------------*/
#tmp_ai_course #tmp_spot_course_cnt .spot_course_cnt .spot_course_box {
    background: url(/shared/templates/free_rn/images/system/spot_arrow.png) no-repeat center top !important;
    padding-top: 30px;
    margin-top: 15px;
}
#tmp_ai_course #tmp_spot_course_cnt .spot_course_cnt .spot_course_box:first-child {
    background: none !important;
    padding-top: 0;
    margin-top: 0;
}
/* スポットボックス
-------------------------------------*/
#tmp_ai_course .spot_course_box .spot_box {
    background: url(/shared/templates/free_rn/images/system/spot_arrow.png) no-repeat center bottom !important;
    padding-bottom: 50px;
    margin-bottom: 14px;
}
#tmp_ai_course .spot_course_box .spot_inner {
}
/* スポットボックスのタイトル */
#tmp_ai_course .spot_box .spot_inner_ttl {
}
#tmp_ai_course .spot_box .spot_inner_ttl h2 {
    font-size: 153.1%;
    font-weight: normal;
    display: table;
    width: 100%;
    background: none;
	background:url(/shared/templates/free_rn/images/system/spot_border.png) no-repeat left bottom;
    padding: 0 0 20px;
	margin-bottom:0;
}
#tmp_ai_course .spot_box .spot_inner_ttl .spot_ttl_num {
    width: 40px;
    height: 40px;
    background:url(/shared/templates/free_rn/images/system/number_bg.png) no-repeat center center;
	background-size:100% 100%;
    color: #222222;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
#tmp_ai_course .spot_box .spot_inner_ttl .spot_ttl_name {
    font-weight: normal;
    padding-left: 25px;
    vertical-align: middle;
    display: table-cell;
}
/* スポットボックスのコンテンツ */
#tmp_ai_course .spot_box .spot_inner_cnt {
    padding-top: 40px;
}
#tmp_ai_course .spot_inner_cnt .spot_inner_lft {
    float: left;
    width: 340px;
    padding-right: 40px;
}
#tmp_ai_course .spot_inner_cnt .spot_inner_rgt {
    float: right;
    width: 428px;
}
/* 詳細を見るボタン */
#tmp_ai_course .spot_inner_rgt .spot_btn {
    text-align: center;
    margin-right: 22px;
}
#tmp_ai_course .spot_inner_rgt .spot_btn a {
    position: relative;
    min-width: 300px;
    display: inline-block;
    margin: 20px auto 0;
    font-size: 112.5%;
    color: #222222;
    text-decoration: none;
    padding: 2px;
    text-align: center;
    background: #67aeed;
    background-image: -webkit-linear-gradient(-45deg, #67aeed, #b2dd71);
    background-image: -ms-linear-gradient(-45deg, #67aeed, #b2dd71);
    background-image: linear-gradient(-45deg, #67aeed, #b2dd71);
}
#tmp_ai_course .spot_inner_rgt .spot_btn a span {
    color: #222222;
    background-color: #ffffff;
    border: 1px solid transparent;
    display: block;
    padding: 10px;
}
#tmp_ai_course .spot_inner_rgt .spot_btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -22px;
    background: url(/shared/templates/free_rn/images/system/spot_btn.png) no-repeat;
    width: 44px;
    height: 10px;
}
#tmp_ai_course .spot_inner_rgt .spot_btn a:hover span,
#tmp_ai_course .spot_inner_rgt .spot_btn a:focus span {
    color: #222222;
    background-color: #e7f8fd;
    transition: all 0.3s linear;
}
#tmp_ai_course .spot_inner_rgt .spot_btn a:hover::after,
#tmp_ai_course .spot_inner_rgt .spot_btn a:focus::after {
    right: -32px;
    transition: all 0.3s linear;
}
/* スポットボックスの時間、乗り物
-------------------------------------*/
#tmp_ai_course .spot_course_box .spot_time {
    text-align: center;
}
#tmp_ai_course .spot_course_box .spot_vehicle {
    display: inline-block;
    color: #000000;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
    min-height: 60px;
    min-width: 180px;
    box-sizing: border-box;
    text-align: left;
}
#tmp_ai_course .spot_course_box .spot_vehicle p {
    padding-top: 20px;
}
/* 乗り物アイコン */
#tmp_ai_course .spot_course_box .spot_vehicle.icon_car {
    background-image: url(/shared/templates/free_rn/images/system/icon_car.png) !important;
}
#tmp_ai_course .spot_course_box .spot_vehicle.icon_walk {
    background-image: url(/shared/templates/free_rn/images/system/icon_walk.png) !important;
}
#tmp_ai_course .spot_course_box .spot_vehicle.icon_ship {
    background-image: url(/shared/templates/free_rn/images/system/icon_ship.png) !important;
}
#tmp_ai_course .spot_course_box .spot_vehicle.icon_train {
    background-image: url(/shared/templates/free_rn/images/system/icon_train.png) !important;
}
#tmp_ai_course .spot_course_box .spot_vehicle.icon_bus {
    background-image: url(/shared/templates/free_rn/images/system/icon_bus.png) !important;
}
#tmp_ai_course .spot_course_box .spot_vehicle.icon_cycle {
    background-image: url(/shared/templates/free_rn/images/system/icon_cycle.png) !important;
}
#tmp_ai_course .spot_box .spot_inner_cnt:after {
    content: ""; /* 変更しない */
    display: table; /* 変更しない */
    clear: both;
}




/* ====================================================================
観光スポット末端ページ
========================================================================= */
/* ==================================================
スポット画像
================================================== */
#tmp_box_photo {
	position: relative;
	margin:0 0 24px;
	clear:both;
}
#tmp_box_photo,
.no_javascript #tmp_box_photo {
	overflow-y: auto;
	height: 530px;
	margin:0 auto 24px;
	width:1160px;
}
#tmp_box_photo.setslick {
	height: auto;
	margin:0 auto 24px;
	width:auto;
    overflow: initial;
}
#tmp_box_photo .box_photo {
	margin: 0 10px;
	width:600px;
}
#tmp_box_photo .box_photo .box_photo_img {
    display: table-cell;
    height: 400px;
    width: 600px;
    vertical-align: middle;
    text-align: center;
	background-color:#f1f1f1;
}
#tmp_box_photo .box_photo img {
	max-width:600px;
	max-height:400px;
}
#tmp_box_photo .slick-track {
    background-color: #f8f8f8;
}
#tmp_box_photo.single_slick {
    width: 200%;
    margin: 0 0 24px -50%;
}
#tmp_box_photo.single_slick .slick-track {
    width: 100% !important;
    transform: none !important;
}
#tmp_box_photo.single_slick .box_photo {
    margin: 0 auto;
    float: none;
}
#tmp_box_photo .slick-list {
	overflow:visible;
}
#tmp_box_photo .slick_control {
	position: absolute;
	bottom: 51px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	max-width: 100%;
}
#tmp_box_photo .btn_slides {
	float: left;
	margin-right: 7px;
}
#tmp_box_photo .btn_slides a {
	display: block;
	background: #ffffff url(/shared/templates/free_rn/images/system/icon/stop.png) 8px 7px no-repeat;
	color: #000000;
	width: 25px;
	height: 25px;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
}
#tmp_box_photo .btn_slides.start a {
	background-image: url(/shared/templates/free_rn/images/system/icon/play.png);
	background-position: 9px 7px;
}
#tmp_box_photo .slick-dots {
	float: left;
	list-style: none;
}
#tmp_box_photo .slick-dots li {
	float: left;
	padding: 0 4px;
}
#tmp_box_photo .slick-dots li:last-child {
	padding-right: 0;
}
#tmp_box_photo .slick-dots a {
	display: block;
	width: 24px;
	height: 25px;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}
#tmp_box_photo .slick-dots a:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
	background-color: #ffffff;
	color: #000000;
	box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.3s background-color ease;
	-webkit-transition: 0.3s background-color ease;
	-moz-transition: 0.3s background-color ease;
	-ms-transition: 0.3s background-color ease;
	-o-transition: 0.3s background-color ease;
	z-index: 1;
}
#tmp_box_photo .slick-dots .slick-active a:before {
	background-color: #166cbe;
}
#tmp_box_photo .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -4px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 2;
	color: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
}
#tmp_box_photo .slick-next {
	background: rgba(255,255,255,0.5) url(/shared/templates/free_rn/images/system/icon/right_arrow_white.png) 7px 3px no-repeat;
	left: 50%;
	margin-left: 550px;
}
#tmp_box_photo .slick-prev {
	background: rgba(255,255,255,0.5) url(/shared/templates/free_rn/images/system/icon/left_arrow_white.png) 4px 3px no-repeat;
	right: 50%;
	margin-right: 550px;
}
#tmp_box_photo .slick-arrow:hover,
#tmp_box_photo .slick-arrow:focus {
	background-color: #7d7d7d;
}
.no_javascript #tmp_box_photo .wrap_box_photo {
	white-space: nowrap;
}
.no_javascript #tmp_box_photo .box_photo {
	white-space: normal;
	margin:0 0 10px;
}
.no_javascript #tmp_box_photo .box_photo {
	padding:0;
}
.no_javascript #tmp_box_photo .box_photo img {
	max-width:100%;
	height:auto;
}
/* ud
============================== */
#tmp_contents .box_ud {
	padding:25px 10px 10px 28px;
	border:1px solid #CDCDCD;
	clear:both;
}
#tmp_contents .box_ud .ud_cnt {
	clear:both;
}
/* ud_list
============================== */
#tmp_contents .ud_list {
	margin:0 0 5px;
	list-style:none;
	list-style-image:none;
}
#tmp_contents .ud_list li {
	margin:0 0 20px 0;
	width:32%;
	vertical-align:top;
	display:inline-block;
}
*:first-child+html #tmp_contents .ud_list li {
	display:inline;
}
#tmp_contents .ud_list li span {
	padding:15px 0 5px 58px;
	min-height:30px;
	display:inline-block;
	background-position:left top;
	background-repeat:no-repeat;
}
#tmp_contents .ud_list .ud02 span,
#tmp_contents .ud_list .ud05 span,
#tmp_contents .ud_list .ud06 span,
#tmp_contents .ud_list .ud11 span,
#tmp_contents .ud_list .ud15 span,
#tmp_contents .ud_list .ud17 span {
	padding-top:7px;
	min-height:38px;
}
#tmp_contents .ud_list .ud01 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon01.gif);
}
#tmp_contents .ud_list .ud02 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon02.gif);
}
#tmp_contents .ud_list .ud03 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon03.gif);
}
#tmp_contents .ud_list .ud04 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon04.gif);
}
#tmp_contents .ud_list .ud05 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon05.gif);
}
#tmp_contents .ud_list .ud06 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon06.gif);
}
#tmp_contents .ud_list .ud07 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon07.gif);
}
#tmp_contents .ud_list .ud08 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon08.gif);
}
#tmp_contents .ud_list .ud09 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon09.gif);
}
#tmp_contents .ud_list .ud10 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon10.gif);
}
#tmp_contents .ud_list .ud11 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon11.gif);
}
#tmp_contents .ud_list .ud12 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon12.gif);
}
#tmp_contents .ud_list .ud13 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon13.gif);
}
#tmp_contents .ud_list .ud14 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon14.gif);
}
#tmp_contents .ud_list .ud15 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon15.gif);
}
#tmp_contents .ud_list .ud16 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon16.gif);
}
#tmp_contents .ud_list .ud17 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon17.gif);
}
#tmp_contents .ud_list .ud18 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon18.gif);
}
#tmp_contents .ud_list .ud19 span {
	background-image:url(/shared/templates/free/images/shisetsu/ud_icon19.gif);
}
/* info_table
============================== */
#tmp_contents table.info_table {
	margin:0 0 0.8em; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
	border:1px solid #c5c5c5;
	width:100%;
}
#tmp_contents table.info_table th {
	padding:5px 8px;
	color:inherit;
	background-color:#e9f4d0;
	border:1px solid #c5c5c5;
	width:164px;
	text-align:left;
}
#tmp_contents table.info_table td {
	padding:5px 8px;
	border:1px solid #c5c5c5;
}
#tmp_contents table.info_table caption {
	padding:0 0 0.5em; /* 変更しない */
	font-weight:bold; /* 変更しない */
	text-align:left; /* 変更しない */
}
#tmp_contents table.info_table p {
	margin:0; /* 変更しない */
}
#tmp_contents table.info_table ul,
#tmp_contents table.info_table ol {
	margin:0.2em 0 0 24px; /* 変更しない */
}
#tmp_contents table.info_table ul ul,
#tmp_contents table.info_table ul ol,
#tmp_contents table.info_table ol ul,
#tmp_contents table.info_table ol ol {
	margin:0.3em 0 0 24px; /* 変更しない */
}
/* detail_map
============================== */
#tmp_wrap_detail_map {
	margin:0 0 30px;
	clear:both;
}
#tmp_detail_map {
	margin:0 0 5px;
	clear:both;
}
#tmp_wrap_detail_map_list {
	width:238px;
	float:left;
}
#tmp_detail_map_list {
	margin:0 0 7px;
	border:1px solid #BBBBBB;
}
#tmp_detail_map_list_ttl p {
	margin-bottom:0;
}
#tmp_detail_map_list_ttl .ttl {
	font-size:125%;
	font-weight:bold;
	padding:8px 0;
	background-color:#c0ecf7;
	color:#222222;
	text-align:center;
}
#tmp_detail_map_list_ttl .category {
	border-top:1px solid #CDCDCD;
}
#tmp_detail_map_list_ttl .category span {
	padding:17px 5px 17px 50px;
	display:block;
	color:#222222;
	background-color:#eef5f8;
	background-repeat:no-repeat;
	background-position:10px 12px;
}
#tmp_detail_map_list_ttl .category .cate00 {
	padding:10px;
}
#tmp_detail_map_list_ttl .category .cate01 {
	background-image: url(/shared/templates/free/images/shisetsu/icon_map_list01.png);
}
#tmp_detail_map_list_ttl .category .cate02 {
	background-image:url(/shared/templates/free/images/shisetsu/icon_map_list02.png);
}
#tmp_detail_map_list_ttl .category .cate03 {
	background-image:url(/shared/templates/free/images/shisetsu/icon_map_list03.png);
}
#tmp_detail_map_list_ttl .category .cate04 {
	background-image:url(/shared/templates/free/images/shisetsu/icon_map_list04.png);
}
#tmp_detail_map_list_ttl .category .cate05 {
	background-image:url(/shared/templates/free/images/shisetsu/icon_map_list05.png);
}
#tmp_detail_map_list_ttl .category .cate06 {
	background-image:url(/shared/templates/free/images/shisetsu/icon_map_list06.png);
}
#tmp_detail_map_list_ttl .category .cate07 {
	background-image:url(/shared/templates/free/images/shisetsu/icon_map_list07.png);
}
#tmp_detail_map_list_ttl .category .cate08 {
	background-image:url(/shared/templates/free/images/shisetsu/icon_map_list08.png);
}
#tmp_detail_map_list_ttl .category .cate09 {
	background-image:url(/shared/templates/free/images/shisetsu/icon_map_list09.png);
}
#tmp_detail_map_list_ttl .category .cate10 {
	background-image:url(/shared/templates/free/images/shisetsu/icon_map_list10.png);
}
#tmp_detail_map_list_cnt {
	height:346px;
	color:inherit;
	background-color:#FFFFFF;
	overflow:scroll;
}
#tmp_detail_map_list_cnt p {
	margin:0.5em;
}
#tmp_detail_map_list_cnt ul {
	margin-right:0.5em;
	margin-bottom:0;
	margin-left:25px;
}
#tmp_wrap_detail_map_list .nearest_st_btn {
	line-height:1.4;
}
#tmp_wrap_detail_map_list .nearest_st_btn a {
	display:block;
	padding:7px 5px 7px 30px;
	color:#FFFFFF;
	background:#5A5A5A url(/shared/images/icon/navi_arrow1.png) no-repeat 17px center;
	text-decoration:none;
}
#tmp_detail_map_img {
    width: 910px;
    width: calc(100% - 258px);
    height: 463px;
	border:1px solid #CDCDCD;
	float:right;
}
#tmp_detail_map_img #tmp_gmap_box {
	height:435px;
	border:none;
}
#tmp_detail_category {
	margin:0 0 4px;
	clear:both;
}
#tmp_detail_category_map img,
#tmp_detail_category_map input {
	vertical-align:top;
	background-color:#eef5f8;
	border-bottom:1px solid #d1dee4;
}
#tmp_detail_category_map img:hover,
#tmp_detail_category_map input:hover {
	background-color:#c0ecf7;
}
#tmp_detail_category_map ul {
	margin:0;
	list-style:none;
	list-style-image:none;
}
#tmp_detail_category_map ul li {
	margin:0 3px 0 0;
	float:left;
}
#tmp_detail_category_map ul li:last-child {
	margin:0;
}
/* ====================================================================
観光スポット末端ページに「マイルートに追加」、「マイルートに編集」ボタン
========================================================================= */
#tmp_myrote_btn {
    text-align: right;
    display: none;
}
#tmp_myrote_plus_btn,
#tmp_myrote_edit_btn {
    display: inline-block;
}
#tmp_myrote_plus_btn button {
	background-color: #ffffff;
	border: 1px solid #7bd1f6;
	width: 212px;
	display: inline-block;
	padding: 0px ​5px 0px 10px;
	text-align: center;
	border-radius: 30px;
    font: inherit;
    font-size: 100%;
}
#tmp_myrote_plus_btn button span{
    cursor: pointer;
    display: inline-block;
    padding: 8px 0 7px 40px;
    text-align: left;
    background: transparent url(/shared/templates/free_rn/images/shisetsu/myrote_plus_btn.png) no-repeat left center;
}
#tmp_myrote_edit_btn {	
}
#tmp_myrote_btn .myrote_btn a {
    width: 212px;
	display: block;
	padding: 0px ​5px 0px 10px;
    border: 1px solid #7bd1f6;
	color: #222222;
	text-decoration: none !important;
    border-radius: 30px;
    text-align: center;
	font-size:100%;
}
#tmp_myrote_btn .myrote_btn a span {
    display: inline-block;
    padding: 8px 0 7px 40px;
    text-align: left;
    background:transparent url(/shared/templates/free_rn/images/shisetsu/myrote_plus_edit.png) no-repeat left center;
}
#tmp_myrote_edit_btn.myrote_btn a:hover,
#tmp_myrote_plus_btn button:hover,
#tmp_myrote_plus_btn button.delete_btn:hover {
    background-color: #c0ecf7;
    transition:all 0.3s linear;
}

/* ====================================================================

========================================================================= */
#recommend_list,
#eventnear_list {
	position: relative;
	margin:0 0 24px;
	clear:both;
}
#recommend_list .slick-track,
#eventnear_list .slick-track {
    margin: 0;
}
#recommend_list .box_kanko,
#eventnear_list .box_kanko {
	padding: 0 10px;
}
#recommend_list .box_kanko p,
#eventnear_list .box_kanko p {
	margin:0;
}
#recommend_list .box_kanko p.photo,
#eventnear_list .box_kanko p.photo {
	margin:0 0 12px;
}
#recommend_list .box_kanko p.local,
#eventnear_list .box_kanko p.local {
	padding:0 0 0 20px;
}
#recommend_list .box_kanko a,
#eventnear_list .box_kanko a {
	margin:0;
	padding:0 0 0 20px;
	background:url(/shared/templates/free_rn/images/icon/icon_arrow.png) no-repeat 5px 0.3em;
	display:block;
	color:#222222;
	text-decoration:none;
    font-weight: bold;
}
#recommend_list .box_kanko a:hover,
#recommend_list .box_kanko a:focus,
#eventnear_list .box_kanko a:hover,
#eventnear_list .box_kanko a:focus {
	text-decoration:underline;
}
#recommend_list .box_kanko img,
#eventnear_list .box_kanko img {
	max-width:275px;
	max-height:208px;
	width: 100%;
	height: auto;
}
#recommend_list .slick-list,
#eventnear_list .slick-list {
	overflow:visible;
}
#recommend_list .slick_control,
#eventnear_list .slick_control {
	position: absolute;
	bottom: 51px;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	max-width: 100%;
}
#recommend_list .btn_slides,
#eventnear_list .btn_slides {
	float: left;
	margin-right: 7px;
}
#recommend_list .btn_slides a,
#eventnear_list .btn_slides a {
	display: block;
	background: #ffffff url(/shared/templates/free_rn/images/system/icon/stop.png) 8px 7px no-repeat;
	color: #000000;
	width: 25px;
	height: 25px;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
}
#recommend_list .btn_slides.start a,
#eventnear_list .btn_slides.start a {
	background-image: url(/shared/templates/free_rn/images/system/icon/play.png);
	background-position: 9px 7px;
}
#recommend_list .slick-dots,
#eventnear_list .slick-dots {
	float: left;
	list-style: none;
}
#recommend_list .slick-dots li,
#eventnear_list .slick-dots li {
	float: left;
	padding: 0 4px;
}
#recommend_list .slick-dots li:last-child,
#eventnear_list .slick-dots li:last-child {
	padding-right: 0;
}
#recommend_list .slick-dots a,
#eventnear_list .slick-dots a {
	display: block;
	width: 24px;
	height: 25px;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
	text-decoration: none;
}
#recommend_list .slick-dots a:before,
#eventnear_list .slick-dots a:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -5px 0 0 -5px;
	background-color: #ffffff;
	color: #000000;
	box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.3);
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: 0.3s background-color ease;
	-webkit-transition: 0.3s background-color ease;
	-moz-transition: 0.3s background-color ease;
	-ms-transition: 0.3s background-color ease;
	-o-transition: 0.3s background-color ease;
	z-index: 1;
}
#recommend_list .slick-dots .slick-active a:before,
#eventnear_list .slick-dots .slick-active a:before {
	background-color: #166cbe;
}
#recommend_list .slick-arrow,
#eventnear_list .slick-arrow {
	position: absolute;
	top: 30%;
	margin-top: -4px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 2;
	color: #ffffff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	-ms-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
}
#recommend_list .slick-next,
#eventnear_list .slick-next {
	background: rgba(255,255,255,0.5) url(/shared/templates/free_rn/images/system/icon/right_arrow_white.png) 7px 3px no-repeat;
	left: 50%;
	margin-left: 550px;
}
#recommend_list .slick-prev,
#eventnear_list .slick-prev {
	background: rgba(255,255,255,0.5) url(/shared/templates/free_rn/images/system/icon/left_arrow_white.png) 4px 3px no-repeat;
	right: 50%;
	margin-right: 550px;
}
#recommend_list .slick-arrow:hover,
#recommend_list .slick-arrow:focus,
#eventnear_list .slick-arrow:hover,
#eventnear_list .slick-arrow:focus {
	background-color: #7d7d7d;
}
#tmp_box_photo .slick_control,
#tmp_sp_tandem_gallery1 .slick_control,
#tmp_sp_tandem_gallery2 .slick_control {
    display: none;
}

/* ==================================================
tourism_search
================================================== */
#tmp_tourism_search {
	clear:both;
}
/* search_info
============================== */
#tmp_tourism_search .search_info {
	margin:0 0 15px;
	clear:both;
}
/* search_info_form */
#tmp_tourism_search .search_info_form {
	margin:0 0 40px;
	clear:both;
}
#tmp_tourism_search .search_info_form .cases_sort {
	margin-right:20px;
}
#tmp_tourism_search .search_info_form .cases_sort select {
	margin:0 30px;
	border:1px solid #AAAAAA;
	min-width:140px;
}
#tmp_tourism_search .search_info_form .cases_number select {
	margin:0 15px;
	border:1px solid #AAAAAA;
	min-width:140px;
}
/* search_info_btn */
#tmp_contents .search_info_btn {
	padding-right: 21px;
	clear:both;
}
#tmp_contents .search_info_btn p{
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	background: #67aeed;
	background-image: -webkit-linear-gradient(-45deg, #67aeed, #b2dd71);
	background-image: -ms-linear-gradient(-45deg, #67aeed, #b2dd71);
	background-image: linear-gradient(-45deg, #67aeed, #b2dd71);
	padding: 2px;
}
#tmp_contents .search_info_btn a{
	display: block;
	background-color: #ffffff;
	color: #222222;
	text-decoration: none;
	padding: 11px 25px 10px;
	text-align: center;
	position: relative;
}
#tmp_contents .search_info_btn a:after{
	content: '';
	right: -22px;
	width: 44px;
	height: 10px;
	bottom: 50%;
	position: absolute;
	background: transparent url(/shared/templates/top2021/images/icon/right_arrow_line.png) 0 0 no-repeat;
}
#tmp_contents .search_info_btn a:hover,
#tmp_contents .search_info_btn a:focus{
	background-color: #e7f8fd;
	transition: background-color 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
}
#tmp_contents .search_info_btn a:hover:after,
#tmp_contents .search_info_btn a:focus:after{
	right: -32px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

#tmp_tourism_search .box_tourism {
	padding:0 10px;
}
/* 歴史・文化 */
.sec_history #tmp_tourism_search h2 {
	border-top:none;
	border-bottom:4px solid #B89E5C;
	font-size:214.3%;
}
/* tourism_list
============================== */
#tmp_tourism_search_main {
	margin:0 0 50px;
}
#tmp_tourism_list {
	clear:both;
}
#tmp_tourism_list .box_result {
	width:23%;
	margin:0 1.2% 30px 0;
	display:inline-block;
	vertical-align:top;
	position:relative;
}
#tmp_tourism_list .box_result:nth-child(4n+1) {
	margin-left: 1.5%;
}
#tmp_tourism_list .box_result .box_brief {
	display:none;
	font-size:85.7%;
	position:absolute;
	top:0;
	left:0;
	padding:10px;
	color:#FFFFFF;
	background-color:rgba(90, 90, 90, 0.8);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99222222,EndColorStr=#99222222);/*IE8以下用*/
}
#tmp_tourism_list .box_result .brief {
	width:100%;
	height:148px;
	overflow:hidden;
}
#tmp_tourism_list .box_result p {
	margin-bottom:0;
}
#tmp_tourism_list .box_result img {
	vertical-align:top;
}
#tmp_tourism_list.modelcourse .box_result img {
	width:100%;
	height:auto;
}
#tmp_tourism_list .box_result .photo {
	margin-bottom:5px;
	text-align:center;
	height:150px;
	overflow:hidden;
}
/* page_sending_navi
============================== */
#tmp_contents .page_sending_navi {
	margin:0 0 20px;
	text-align:center;
	clear:both;
}
#tmp_contents .page_sending_navi p {
	margin-bottom:0;
}
#tmp_contents .page_sending_navi p,
#tmp_contents .page_sending_navi ul,
#tmp_contents .page_sending_navi li,
#tmp_contents .page_sending_navi a {
	display:inline-block;
}
#tmp_contents .page_sending_navi .first {
	margin:0 20px 0 0;
	vertical-align:middle;
}
#tmp_contents .page_sending_navi .first a {
    padding: 9px 10px;
	color:#222222;
	background-color:#eef5f8;
	border:1px solid #63bce3;
	text-decoration:none;
}
#tmp_contents .page_sending_navi .prev {
	margin:0 2px 0 0;
	vertical-align:middle;
}
#tmp_contents .page_sending_navi .prev a {
	padding:9px 10px 9px 15px;
	color:#222222;
	background:#FFFFFF url(/shared/templates/free_rn/images/system/icon_prev.png) no-repeat left center;
	text-decoration:none;
}
#tmp_contents .page_sending_navi ul {
	list-style:none;
	margin:0;
	vertical-align:middle;
}
#tmp_contents .page_sending_navi li {
	margin:0 1px;
}
#tmp_contents .page_sending_navi li a {
	color:#FFFFFF;
	background-color:#166cbe;
	border:1px solid #166cbe;
    padding: 9px 15px;
	text-decoration:none;
}
#tmp_contents .page_sending_navi li a[href^="http"] {
	color:#222222;
	background-color:#eef5f8;
	border:1px solid #63bce3;
}
#tmp_contents .page_sending_navi .next a:hover,
#tmp_contents .page_sending_navi .prev a:hover,
#tmp_contents .page_sending_navi .first a:hover,
#tmp_contents .page_sending_navi .last a:hover,
#tmp_contents .page_sending_navi li a[href^="http"]:hover {
	text-decoration:underline;
}
#tmp_contents .page_sending_navi .next {
	margin:0 0 0 5px;
	vertical-align:middle;
}
#tmp_contents .page_sending_navi .next a {
	padding:9px 15px 9px 10px;
	color:#222222;
	background:#FFFFFF url(/shared/templates/free_rn/images/system/icon_next.png) no-repeat right center;
	text-decoration:none;
}
#tmp_contents .page_sending_navi .last {
	margin:0 0 0 20px;
	vertical-align:middle;
}
#tmp_contents .page_sending_navi .last a {
    padding: 9px 10px;
	color:#222222;
	background-color:#eef5f8;
	border:1px solid #63bce3;
	text-decoration:none;
}



#tmp_contents .member_read,
#tmp_contents .contents_read {
	margin-bottom:30px;
	font-size:114.3%;
}
/* box_idx
============================== */
#tmp_contents .wrap_box_idx {
	clear:both;
}
#tmp_contents .box_idx {
	width:305px;
	margin:0 15px 35px 0;
	display:inline-block;
	vertical-align:top;
}
*:first-child+html #tmp_contents .box_idx {
	display:inline;
}
#tmp_contents .box_idx2 {
	position:relative;
}
#tmp_contents .box_idx.last {
	margin-right:0 !important;
}
#tmp_contents .box_idx p {
	margin:0;
}
#tmp_contents .box_idx .box_idx_ttl {
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
	width:100%;
	display:block;
	background:url(/shared/templates/free/images/contents/idx_ttl_bg.png) repeat;
	text-align:center;
}
#tmp_contents .box_idx .box_idx_ttl img {
	vertical-align:top;
}
*:first-child+html #tmp_contents .box_idx .box_idx_ttl {
	bottom:6px;
}
#tmp_contents .box_idx .box_idx_cnt {
	position:relative;
	z-index:1;
}
#tmp_contents .box_idx .box_idx_txt {
	padding:10px 0 20px;
}
/* 2カラム */
#tmp_contents .idx_col2 .box_idx {
	width:460px;
	margin:0 33px 25px 0;
}
#tmp_contents .idx_col2 .box_idx_txt {
	padding-bottom:0;
}
/* 4カラム */
#tmp_contents .idx_col4 .box_idx,
#tmp_contents .idx_col4 .box_item {
	width:212px;
	margin:0 34px 25px 0;
}
#tmp_contents .idx2_col4 .box_idx {
	width:230px;
	margin:0 16px 25px 0;
}

/* ==================================================
デジタルライブラリ
================================================== */
#tmp_hcate_library {
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50% + 30px);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}
#tmp_contents #tmp_useful-info_library #tmp_library_idx_season {
	background:url(/shared/templates/free/images/contents/library/line.gif) repeat-x left bottom;
	padding-bottom:15px;
	margin-bottom:24px;
}
/* box_idx
============================== */
#tmp_contents #tmp_library_idx .box_idx {
	width:314px;
	margin-right:1px;
}
#tmp_contents #tmp_useful-info_library .idx_col4 {
    letter-spacing: -.4em;
}
#tmp_contents #tmp_useful-info_library .idx_col4 .box_idx {
	width:24%;
	margin-right:1%;
	margin-bottom:13px;
    letter-spacing: normal;
}
#tmp_contents #tmp_useful-info_library .idx_col4 .box_idx:nth-child(4n) {
	margin-right:0;
}
#tmp_contents #tmp_useful-info_library .idx_col4 .box_idx a {
    text-decoration: none;
    color: #222222;
    background: transparent url(/shared/site_rn/images/icon/icons_dropdown.png) no-repeat left center;
    padding: 10px 0 10px 15px;
    font-weight: bold;
    display: block;
}
#tmp_contents #tmp_useful-info_library .idx_col4 .box_idx a:focus,
#tmp_contents #tmp_useful-info_library .idx_col4 .box_idx a:hover {
    text-decoration: underline;
}
/* useful-info_library
============================== */
#tmp_contents #tmp_useful-info_library .contents_read {
	margin:0 0 20px;
}
#tmp_contents #tmp_useful-info_library .movie_btn {
	clear:both;
    background: #67aeed;
    background-image: -webkit-linear-gradient(-45deg, #67aeed, #b2dd71);
    background-image: -ms-linear-gradient(-45deg, #67aeed, #b2dd71);
    background-image: linear-gradient(-45deg, #67aeed, #b2dd71);
    padding: 1px;
}
#tmp_contents #tmp_useful-info_library .movie_btn a {
	text-decoration:none;
    font-size: 125%;
	color:#222222;
	background-color:#eef5f8;
    display: block;
    text-align: center;
}
#tmp_contents #tmp_useful-info_library .movie_btn a span.movie {
	background:url(/shared/templates/free_rn/images/library/icn_movie.gif) no-repeat left center;
    padding: 20px 0 20px 60px;
    display: inline-block;
}
#tmp_contents #tmp_useful-info_library .movie_btn a span.link {
	background:url(/shared/templates/free_rn/images/library/icn_link.gif) no-repeat right center;
    font-size: 150%;
    padding: 0 20px 0 0;
}
#tmp_contents #tmp_useful-info_library .movie_btn a span {
}
/* library_search
============================== */
#tmp_library_search {
	margin:0 0 38px;
	clear:both;
}
#tmp_library_search #tmp_library_search_menu {
    letter-spacing: -.4em;
}
#tmp_library_search #tmp_refiner_btn {
    font-size: 112.5%;
    vertical-align: middle;
    display: inline-block;
	width:768px;
    width: calc(100% - 400px);
    min-width: 400px;
    margin-right: 10px;
    letter-spacing: normal;
}
#tmp_library_search .menu3 #tmp_refiner_btn {
	width:570px;
    width: calc(100% - 570px);
}
#tmp_library_search #tmp_refiner_btn p {
	margin-bottom:0;
}
#tmp_library_search #tmp_refiner_btn p a {
	display:block;
	background:#166cbe url(/shared/templates/free_rn/images/library/icn_search_off.gif) no-repeat left center;
	padding:0 0 0 72px;
	color:#FFFFFF;
	text-decoration:none;
}
#tmp_library_search #tmp_refiner_btn p span {
    display: block;
    padding: 19px 10px 21px;
    color: #222222;
    background-color: #c0ecf7;
    border: 1px solid #63bce3;
    border-left: none;
}
#tmp_library_search #tmp_refiner_btn.active a {
	background:#166cbe url(/shared/templates/free_rn/images/library/icn_search_on.gif) no-repeat left center;
}
*:first-child+html #tmp_library_search #tmp_refiner_btn p span {
	padding-bottom:0;
}
/* library_menu */
#tmp_library_search .library_menu {
	list-style:none;
	list-style-image:none;
    margin: 10px 0 0;
    font-size: 112.5%;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: normal;
    width: 386px;
}
#tmp_library_search .menu3 .library_menu {
    width: 560px;
}
#tmp_library_search .library_menu li {
	float:left;
	text-align:center;
    margin: 0 0 0 10px;
    border: 1px solid #63bce3;
    border-radius: 25px;
}
#tmp_library_search .library_menu li a {
    display: block;
    padding: 9px 5px 9px 0px;
    text-decoration: none;
    color: #222222;
}
#tmp_library_search .library_menu li span {
	display: inline-block;
	padding:3px 0 2px 38px;
	background-position:9px center;
	background-repeat:no-repeat;
}
#tmp_library_search .library_menu01 {
	width:222px;
}
#tmp_library_search .library_menu02 {
	width:138px;
}
#tmp_library_search .library_menu03 {
	width:166px;
}
#tmp_library_search .library_menu01 span {
	background-image:url(/shared/templates/free_rn/images/library/icn_download.gif);
}
#tmp_library_search .library_menu02 span {
	background-image:url(/shared/templates/free_rn/images/library/icn_riyo.gif);
}
#tmp_library_search .library_menu03 span {
	background-image:url(/shared/templates/free_rn/images/library/icn_back.gif);
}
/* library_board */
#tmp_library_board {
	display:none;
	clear:both;
}
#tmp_library_board_cnt {
    background-color: #FFFFFF;
    color: #222222;
    padding: 30px 20px 40px;
    border: 1px solid #63bce3;
}
#tmp_library_board_cnt .search_btn {
	margin:0 0 10px;
	clear:both;
    text-align: center;
}
#tmp_library_board_cnt .search_btn a {
    padding: 13px 6px 12px 6px;
    margin: 0;
    font-size: 112.5%;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
}
#tmp_library_board_cnt .search_btn a:hover,
#tmp_library_board_cnt .search_btn a:focus{
    text-decoration: underline;
}
#tmp_library_board_cnt .search_btn .search_send_btn {
    min-width: 240px;
    background-color: #2974d8;
    display: inline-block;
    border-radius: 30px; 
}
#tmp_library_board_cnt .search_btn .search_send_btn span {
    display: inline-block;
    padding: 0 0 0 28px;
    background:url(/shared/templates/free_rn/images/system/icon_search.png) no-repeat transparent left center;
}
#tmp_library_board_cnt .search_btn .search_clear_btn {
    min-width: 162px;
    background-color: #5a5a5a;
    margin: 0;
    display: inline-block;
    border-radius: 30px; 
}
#tmp_library_board_cnt .search_btn .search_clear_btn a {
    padding: 3px 6px 2px 6px;
}


#tmp_library_board .sch_menu {
	margin:0 0 10px;
	clear:both;
}
#tmp_library_board .sch_menu2 {
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
    width: 49%;
}
#tmp_library_board .sch_menu2.sch_menu_season {
    margin-right: 0;
}
#tmp_library_board .sch_menu_ttl {
	display:inline-block;
	vertical-align:top;
	width:120px;
}
#tmp_library_board .sch_menu_season .sch_menu_ttl {
    width: 70px;
}
#tmp_library_board .sch_menu_ttl p {
    font-weight: bold;
    color: #222222;
    background: #ffffff url(/shared/templates/free_rn/images/system/label_bg.png) no-repeat left center;
    padding-left: 22px;
}
#tmp_library_board .sch_menu_cnt {
	display:inline-block;
	vertical-align:top;
    width: 80%;
    width: calc(100% - 125px);
}
#tmp_library_board .sch_menu_season .sch_menu_cnt {
    width: 80%;
    width: calc(100% - 90px);
}
#tmp_library_board .sch_menu_cnt ul {
	list-style:none;
	list-style-image:none;
	margin:0;
}
#tmp_library_board #tmp_photo_keyword {
    min-height: 40px;
    padding: 0 2%;
    border: 1px solid #63bce3;
    color: #222222;
    width: 100%;
}
#tmp_library_board .sch_menu_cnt select {
    width: 100%;
    min-height: 40px;
    border: 1px solid #63bce3;
}
#tmp_library_board .sch_menu_season ul {
	position:relative;
}
#tmp_library_board .sch_menu_cnt ul li {
	display:inline-block;
	margin:0 10px 10px 0;
	vertical-align:top;
}
*:first-child+html #tmp_library_board .sch_menu_cnt ul li {
	display:inline;
}
#tmp_library_board .sch_menu_cnt ul input,
#tmp_library_board .sch_menu_cnt ul label {
	vertical-align:middle;
}
#tmp_library_board .sch_menu_cnt ul input {
	width:14px;
	height:14px;
    margin:0 -14px 0 0;
	padding:0;
	position:relative;
	z-index:1;
	left:10px;
}
#tmp_library_board .sch_menu_cnt ul label {
	display:inline-block;
    min-width: 96px;
	padding:12px 17px 12px 32px;
	background-color:#FFFFFF;
	border:1px solid #63bce3;
}
#tmp_library_board .sch_menu_cnt ul input:checked + label,
/* ※IE8以下はJSでlabel class="checked"または、li class="checked"にする */
#tmp_library_board .sch_menu_cnt ul .checked label,
#tmp_library_board .sch_menu_cnt ul .checked {
	background-color:#c0ecf7;
}
#tmp_contents #tmp_useful-info_library .btn_icon_glp p  {
    text-align: center;
    margin: 0 0 0 10px;
    border: 1px solid #63bce3;
    border-radius: 25px;
}
#tmp_contents #tmp_useful-info_library .btn_icon_glp p a {
	display: block;
    padding: 0;
    text-decoration: none;
    color: #222222;
}
#tmp_contents #tmp_useful-info_library .btn_icon_glp p span {
    background-repeat: no-repeat;
    background-position: 5% center;
    padding: 9px 5px 9px 35px;
    display: block;
}
/* btn_icon_glp アイコンスタイル */
#tmp_contents #tmp_useful-info_library .regist_btn span {
	background-image:url(/shared/templates/free_rn/images/library/icn_list.gif);
}
#tmp_contents #tmp_useful-info_library .download_btn span {
	background-image:url(/shared/templates/free_rn/images/library/icn_download2.gif);
}
#tmp_contents #tmp_useful-info_library .download_list_btn span {
	/*background-image:url(/shared/templates/free/images/contents/library/list_icon.png);
	background-position:14px center;*/
	background-image:url(/shared/templates/free_rn/images/library/icn_list.gif);
}
/* btn_glp アイコンスタイル */
#tmp_contents #tmp_useful-info_library .btn_glp {
	text-align:center;
	clear:both;
}
#tmp_contents #tmp_useful-info_library .btn_glp p {
	margin: 0 10px 10px;
	width: 320px;
	display: inline-block;
}
#tmp_contents #tmp_useful-info_library .btn_glp p a {
    background: url(/shared/templates/free_rn/images/system/back_arrow.gif) no-repeat 4% center;
    display: block;
    padding: 13px 0 12px;
    border: 1px solid #166cbe;
}
#tmp_contents #tmp_useful-info_library .btn_glp p.next_btn a {
    background: url(/shared/templates/free_rn/images/system/next_arrow.gif) no-repeat 96% center;
    display: block;
    padding: 13px 0 12px;
    border: 1px solid #166cbe;
}
#tmp_contents #tmp_useful-info_library .back_btn,
#tmp_contents #tmp_useful-info_library .next_btn {
	margin:0 10px 10px;
	width:280px;
}
#tmp_contents #tmp_useful-info_library .back_btn a,
#tmp_contents #tmp_useful-info_library .next_btn a {
	padding:0 11px;
	color:#000000;
	border-radius:1.5em;
	text-align:center;
	text-decoration:none;
}
#tmp_contents #tmp_useful-info_library .next_btn a {
	background-color:#AFE4F5;
}
#tmp_contents #tmp_useful-info_library .back_btn a {
	background-color:#DEEEF5;
}
#tmp_contents #tmp_useful-info_library .back_btn span {
}
#tmp_contents #tmp_useful-info_library .next_btn span {
}
/* 一覧,ダウンロードリスト共通 */
#tmp_contents #tmp_useful-info_library #tmp_library_list {
	overflow:hidden;
	padding:0 10px;
	clear:both;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .btn_icon_glp p {
	width:296px;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
}
#tmp_contents #tmp_useful-info_library.library_search #tmp_library_list {
	padding:23px 0 18px;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .library_result {
	margin:0 -25px 0 0;
	letter-spacing:-.4em;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .wrap_box_list {
	display:inline-block;
	width:25%;
	margin:0 0 46px;
	vertical-align:top;
	letter-spacing:normal;
}
*:first-child+html #tmp_contents #tmp_useful-info_library #tmp_library_list .wrap_box_list {
	display:inline;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .box_list {
	margin:0 40px 0 0;
	line-height:1.4;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .box_list .img {
	margin:0 0 6px;
	text-align:center;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .box_list .ttl {
	margin:0 0 1px;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .box_list .ttl a {
	text-decoration:none;
	font-weight:bold;
	color:#222222;
	background:url(/shared/templates/free_rn/images/system/icon_next.png) no-repeat left center;
    background-size: auto 12px;
    padding: 0 0 0 12px;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .box_list .place {
	margin:0 0 0;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .box_list .delete_btn {
	margin:10px 0 0;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .box_list .delete_btn a {
	display:block;
	color:#FFFFFF;
	background-color:#5A5A5A;
	text-align:center;
	text-decoration:none;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .box_list .delete_btn a span {
	display:inline-block;
	padding:5px 5px 4px 16px;
	background:url(/shared/templates/free/images/contents/library/delete_icon.png) no-repeat left center;
}
#tmp_contents #tmp_useful-info_library .conditions p {
	display:inline-block;
	margin:0 14px 0 0;
	vertical-align:middle;
}
*:first-child+html #tmp_contents #tmp_useful-info_library .conditions p {
	display:inline;
}
/* 検索結果詳細
============================== */
#tmp_contents #tmp_useful-info_library table {
    color: inherit;
    background-color: #FFFFFF;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #cdcfde;
    word-break: break-all;
    margin: 0 0 52px;
}
#tmp_contents #tmp_useful-info_library table th {
    width: 33%;
    padding: 16px 15px 14px 26px;
    color: inherit;
    background-color: #e9f4d0;
    border: 1px solid #cdcfde;
}
#tmp_contents #tmp_useful-info_library table td {
    padding: 14px 15px 13px 20px;
    border: 1px solid #cdcfde;
}
#tmp_contents #tmp_useful-info_library #tmp_search_detail #tmp_search_detail_lft {
	float:left;
	width:400px;
	margin:0 -440px 0 0;
	position:relative;
	z-index:1;
}
#tmp_contents #tmp_useful-info_library #tmp_search_detail #tmp_wrap_search_detail_rgt {
	float:right;
	width:100%;
}
#tmp_contents #tmp_useful-info_library #tmp_search_detail #tmp_search_detail_rgt {
	margin:0 0 0 440px;
}
#tmp_contents #tmp_useful-info_library #tmp_search_detail #tmp_search_detail_lft .img {
	margin:0 0 50px;
	text-align:center;	
}
#tmp_contents #tmp_useful-info_library #tmp_search_detail_rgt table {
	margin:0 0 20px;
}
#tmp_contents #tmp_useful-info_library #tmp_search_detail_rgt .btn_icon_glp {
	text-align:center;
}
#tmp_contents #tmp_useful-info_library #tmp_search_detail_rgt .btn_icon_glp p {
    display: inline-block;
    width: 40%;
	margin:0 0 14px;
}
#tmp_contents #tmp_useful-info_library #tmp_search_detail_rgt .btn_icon_glp #download-form {
    display: inline-block;
}
/* ダウンロードリスト
============================== */
#tmp_contents #tmp_useful-info_library.library_download .btn_icon_glp.custom_glp {
	padding:30px 0 0;
	border-top:4px solid #2974D8;
}
#tmp_contents #tmp_useful-info_library.library_download .download_btn {
	width:226px;
}
/* 利用申込フォーム
============================== */
#tmp_contents #tmp_useful-info_library.library_form table {
	margin:0 0 68px;
}
#tmp_contents #tmp_useful-info_library.library_form table th {
	width:17.1%;
	padding:11px 12px 11px;
}
#tmp_contents #tmp_useful-info_library.library_form table td {
	padding:11px 11px 11px;
}
#tmp_contents #tmp_useful-info_library .style_text {
	min-height:24px;
	padding:0 6px;
	border:1px solid #CDCDCD;
}
*:first-child+html #tmp_contents #tmp_useful-info_library .style_text {
	min-height:22px;
}
#tmp_contents #tmp_useful-info_library .length_s {
	width:24.7%;
}
#tmp_contents #tmp_useful-info_library .length_m {
	width:59.9%;
}
#tmp_contents #tmp_useful-info_library.library_form textarea {
	width:85.4%;
	border:1px solid #CDCDCD;
}
#tmp_contents #tmp_useful-info_library .riyo_txt {
	font-size:114.3%;
}


/* ==================================================
写真投稿機能
================================================== */
/* 投稿写真
============================== */
#tmp_contents #tmp_useful-info_photo table {
	margin:0 0 0.8em; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #cdcfde;
	word-break: break-all;
}
#tmp_contents #tmp_useful-info_photo table th {
	padding:16px 15px 14px 26px;
	color:inherit;
	background-color:#e9f4d0;
	border:1px solid #cdcfde;
}
#tmp_contents #tmp_useful-info_photo #tmp_search_detail_rgt table th{
	width:33%;
}
#tmp_contents #tmp_useful-info_photo.photo_form table th {
	width:33%;
}
#tmp_contents #tmp_useful-info_photo table td {
	padding:14px 15px 13px 20px;
	border:1px solid #cdcfde;
}
#tmp_contents #tmp_useful-info_photo .style_text {
	min-height:24px;
	padding:0 6px;
	border:1px solid #CDCDCD;
}
*:first-child+html #tmp_contents #tmp_useful-info_photo .style_text {
	min-height:22px;
}
#tmp_contents #tmp_useful-info_photo .length_s {
	width:24.7%;

}
#tmp_contents #tmp_useful-info_photo .length_m {
	width:59.9%;
}
#tmp_contents #tmp_useful-info_photo textarea {
	width:85.4%;
	border:1px solid #CDCDCD;
}
#tmp_contents #tmp_useful-info_photo .riyo_txt {
	font-size:114.3%;
}

#tmp_contents #tmp_useful-info_photo .inline_input {
	display:inline;
	margin:0;
}
#tmp_contents #tmp_useful-info_photo .inline_input input {
	margin-right:3px;
}
#tmp_contents #tmp_useful-info_photo .inline_input label {
	margin-right:15px;
}
/* btn_glp アイコンスタイル */
#tmp_contents #tmp_useful-info_photo .btn_glp {
	text-align:center;
	clear:both;
}
#tmp_contents #tmp_useful-info_photo .btn_glp p {
	display:inline-block;
}
#tmp_contents #tmp_useful-info_photo .btn_glp p a {
	display:block;
	padding:13px 0 12px;
}
#tmp_contents #tmp_useful-info_photo .back_btn,
#tmp_contents #tmp_useful-info_photo .next_btn {
	margin:0 10px 10px;
	width:320px;
}
#tmp_contents #tmp_useful-info_photo .back_btn a,
#tmp_contents #tmp_useful-info_photo .next_btn a {
	padding:0 11px;
	color:#222222;
	background-color:#FFFFFF;
	border-radius:1.5em;
	text-align:center;
	text-decoration:none;
	border:1px solid #166cbe;
}
#tmp_contents #tmp_useful-info_photo .next_btn a {
    padding: 13px 40px 12px;
    background: url(/shared/templates/free_rn/images/system/next_arrow.gif) no-repeat 96% center;
	padding:7px 5px 5px 34px;
}
#tmp_contents #tmp_useful-info_photo .back_btn a {
    padding: 13px 40px 12px;
    background: url(/shared/templates/free_rn/images/system/back_arrow.gif) no-repeat 4% center;
	padding:7px 5px 5px 34px;
}
/* 末端 */
#tmp_contents #tmp_useful-info_photo #tmp_search_detail #tmp_search_detail_lft {
	float:left;
	width:400px;
	margin:0 -440px 0 0;
	position:relative;
	z-index:1;
}
#tmp_contents #tmp_useful-info_photo #tmp_search_detail #tmp_wrap_search_detail_rgt {
	float:right;
	width:100%;
}
#tmp_contents #tmp_useful-info_photo #tmp_search_detail #tmp_search_detail_rgt {
	margin:0 0 0 440px;
}
#tmp_contents #tmp_useful-info_photo #tmp_search_detail #tmp_search_detail_lft .img {
	margin:0 0 50px;
	text-align:center;	
}
#tmp_contents #tmp_useful-info_photo #tmp_search_detail_rgt table {
	margin:0 0 52px;
}
#tmp_contents #tmp_useful-info_photo #tmp_search_detail_rgt .btn_icon_glp p {
	display:block;
	margin:0 0 14px;
}


/* ==================================================
スタンプラリー
================================================== */
#tmp_stamprally_list {
	margin-bottom:10px;
}
#tmp_stamprally_list_ttl {
	background:#777777;
	text-align:center;
	padding:0.3em;
	margin-bottom:1px;
}
#tmp_stamprally_list a {
	text-decoration:none;
}
#tmp_stamprally_list .wrap_box_stamprally {
	color:#202020;
	border-bottom:solid 1px #b9b9b9;
    margin: 0 0 30px;
}
#tmp_stamprally_list .box_stamprally {
	color:#202020;
	display:block;
	background:url(/shared/templates/free_rn/images/contents/stamp/arr_r2.png) no-repeat 98% center;
	background-size:auto 20px;
    padding: 4px 6% 12px 10px;
    display: block;
}
#tmp_stamprally_list .box_stamprally .box_stamprally_ttl {
	font-size: 150%;
    display: block;
    font-weight: bold;
}
#tmp_stamprally_list .box_stamprally:hover .box_stamprally_ttl {
    text-decoration: underline;
}
#tmp_stamprally_list .box_stamprally .box_stamprally_cnt {
    display: table;
    clear: both;
    width: 100%;
	font-size: 125%;
}
#tmp_stamprally_list .box_stamprally .img {
    display: table-cell;
    width: 20%;
    vertical-align: top;
    padding: 0 5% 0 0;
}
#tmp_stamprally_list .box_stamprally .wrap_cnt {
    display: table-cell;
    vertical-align: top;
}
#tmp_stamprally_list .box_stamprally .cnt {
	margin:0 0 5px;
    display: block;
}
#tmp_stamprally_list .box_stamprally span.caption {
	margin-right:7px;
	padding:2px 3px;
	color:#222222;
	background-color:#cef5fc;
	font-size:100%;
}
#tmp_stamprally_list .box_stamprally span.txt {
	font-size:100%;
}



/* ==================================================
メディア
================================================== */
@media screen and (min-width : 769px) and (max-width : 1200px) {
#tmp_contents h1 {
	margin-right:-20px;
	margin-left:-20px;
}
#tmp_contents h1::after {
	left:15px;
	margin-left:0;
}
}
@media screen and (min-width: 769px) and (max-width: 830px) {
    padding-right: calc(50vw - 22%);
}
@media screen and (min-width: 481px) and (max-width: 768px) {
#tmp_contents #tmp_spot_ttl .mark {
	position: static;
	margin: 0 0 40px;
	right: auto;
	top: auto;
	float: right;
}
}

@media screen and (min-width : 481px) and (max-width : 860px) {
#tmp_library_search #tmp_refiner_btn,
#tmp_library_search .menu3 #tmp_refiner_btn {
    width: 100%;
    margin: 0 0 10px;
}
#tmp_library_search .library_menu {
    width: 100%;
    margin: 0 0 10px;
}
#tmp_library_board .sch_menu2,
#tmp_library_board .sch_menu2.sch_menu_season {
    width: 100%;
    margin: 0;
}
#tmp_library_board .sch_menu_season .sch_menu_ttl {
    width: 120px;
}
#tmp_library_board .sch_menu_season .sch_menu_cnt {
    width: 80%;
    width: calc(100% - 125px);
}
}

@media screen and (max-width : 700px) {
#tmp_wrap_detail_map_list {
    width: 100%;
    float: none;
}
#tmp_detail_map_img {
    width: 100%;
    float: none;
}
#tmp_contents .ud_list li {
	width:48%;
}
}

@media screen and (max-width : 480px) {
#tmp_contents h1 {
	font-size: 171.4%;
	line-height:1.4;
	margin:0 -15px 20px;
	padding:18px 10px 18px 40px;
}
#tmp_contents h1::after {
	top:15px;
	left:15px;
	bottom:15px;
	width:8px;
	margin-left:0;
	background:url(/shared/templates/free_rn/images/bg/sp_bg_h1.png) no-repeat left center;
	-webkit-background-size: 8px 100%;
    -moz-background-size: 8px 100%;
    background-size: 8px 100%;
}
#tmp_contents #tmp_spot_ttl .mark {
	position: static;
    margin: 0 0 20px;
	right: auto;
	top: auto;
	float: right;
}
#tmp_contents #tmp_spot_ttl .mark img {
	width: 100px;
	height: auto;
}
#tmp_contents h2 {
	padding: 9px 20px;
	margin-bottom: 0.7em;
	font-size: 142.8%;
	background: #f1f1f1 url(/shared/templates/free_rn/images/bg/sp_bg_h2.png) no-repeat 0 0;
	-webkit-background-size: 6px auto;
    -moz-background-size: 6px auto;
    background-size: 6px auto;
}
#tmp_contents h3 {
	font-size: 128.5%;
	background: #ffffff url(/shared/templates/free_rn/images/bg/sp_bg_h3.png) no-repeat 0 100%;
	-webkit-background-size: auto 3px;
    -moz-background-size: auto 3px;
    background-size: auto 3px;
}
#tmp_contents h4 {
	padding: 5px 20px 0 0;
    font-size: 114.2%;
    -webkit-background-size: 70px 2px;
    -moz-background-size: 70px 2px;
    background-size: 70px 2px;
}
#tmp_contents h5 {
	font-size: 107.1%;
}
#tmp_contents h6 {
	font-size: 100%;
}
#tmp_contents p {
	line-height: 2;
}
#tmp_box_photo.single_slick {
    width: 100%;
    margin: 0 0 24px;
}
#tmp_box_photo.single_slick .box_photo {
    width: auto !important;
}
#tmp_box_photo .box_photo .box_photo_img {
	width: 100%;
	height: auto;
}
#tmp_box_photo .box_photo img {
    max-width: initial;
    max-height: initial;
	width: 100%;
	height: auto;
}
#tmp_myrote_plus_btn,
#tmp_myrote_edit_btn {
    display: block;
    margin: 0 0 10px;
}
#tmp_myrote_btn .myrote_btn a,
#tmp_myrote_plus_btn button {
    width: 49%;
    font-size: 85.7%;
}
#tmp_myrote_btn .myrote_btn a {
	display:inline-block;
}
#tmp_contents #tmp_detail_category_map ul {
    margin: 0;
    letter-spacing: -4em;
}
#tmp_detail_category_map ul li {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 0 0.5% 0.5%;
    letter-spacing: initial;
}
#tmp_detail_category_map ul li input {
    width: 100%;
    height: auto;
}
#tmp_detail_map_img {
	height:220px !important;
}
#tmp_detail_map_img,
#tmp_wrap_detail_map_list {
    width: 100%;
    float: none;
}
/* search_info
============================== */
#tmp_tourism_search .search_info {
	margin:0;
}
#tmp_tourism_search .search_info_form {
	margin-bottom:10px;
}
#tmp_tourism_search .search_info_form span {
	display:block;
	padding:0 0 5px;
}
#tmp_tourism_search .search_info_form .cases_sort {
	margin-right:0;
}
#tmp_tourism_search .box_tourism {
	padding:0;
}
/* search_info_btn */
#tmp_contents .search_info_btn {
    width: 100%;
    padding: 0 17px 0 0 !important;
    font-size: 92.8%;
    margin: 30px 0 40px;
}
#tmp_contents .search_info_btn p{
	background-image: -webkit-linear-gradient(0deg, #67aeed, #b2dd71);
	background-image: -ms-linear-gradient(0deg, #67aeed, #b2dd71);
	background-image: linear-gradient(0deg, #67aeed, #b2dd71);
}
#tmp_contents .search_info_btn a{
    padding: 9px 18px 9px 35px;
}
#tmp_contents .search_info_btn a:after{
    width: 35px;
    height: 8px;
    background-image: url(/shared/templates/top2021/images/icon/right_arrow_line_sp.png);
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    right: -19px;
}
#tmp_contents .search_info_btn a:hover:after,
#tmp_contents .search_info_btn a:focus:after{
    right: -19px;
}


#tmp_tourism_list .wrap_box_result {
	margin:0;
}
#tmp_tourism_list .box_result {
	width:48%;
	margin-right:0.6%;
	float:none;
	display:inline-block;
	vertical-align:top;
}
#tmp_tourism_list .box_result .photo {
	width:auto;
	height:auto;
}


/* ==================================================
AI（人工知能）によるモデルコース作成バナー
================================================== */
#tmp_ai_course {
    width: 100%;
}
#tmp_ai_course .ai-conditions #radarBtns .inner > div,
#tmp_ai_course .ai-conditions #radarBtns .inner > div:first-child {
    margin-left: 0;
}
#tmp_ai_course .ai-conditions .slider-parts .sliderSet {
    padding: 30px 25% 0;
}
#tmp_ai_course .ai-conditions .slider-parts .sliderSet .left {
    width: 22%;
	text-align:left;
}
.ai-conditions .slider-parts .sliderSet .right {
    width: 22%;
	text-align:right;
}
#tmp_ai_course #tmp_spot_course_ttl .spot_course_btn,
.ai-submit-area .btn-block {
	font-size:100%;
}
#tmp_ai_course #tmp_spot_course_ttl .spot_course_btn p {
	padding: 15px 30px 15px 60px;
}
#tmp_ai_course #tmp_spot_course {
	width:100%;
}
#tmp_ai_course .spot_box .spot_inner_ttl h2 {
	font-size:128.6%;
	margin-bottom:15px;
	padding-bottom:18px;
}
#tmp_ai_course .spot_box .spot_inner_ttl h2 .spot_ttl_num {
	font-size:83.3%;
	margin:-2px 7px 0 0;
	padding:4px 3px 2px;
	min-width:25px;
	min-height:25px;
}
#tmp_ai_course #tmp_spot_course_cnt .spot_course_start {
	margin-bottom:20px;
}
#tmp_ai_course #tmp_spot_course_cnt .spot_course_start p {
	padding-bottom:25px;
}
#tmp_ai_course .spot_inner_cnt .spot_inner_lft,
#tmp_ai_course .spot_inner_cnt .spot_inner_rgt {
	float:none;
	width:100%;
}
#tmp_ai_course .spot_inner_cnt .spot_inner_lft {
	margin:0 0 10px;
}
#tmp_ai_course .spot_course_box .spot_box {
	margin-bottom:20px;
}
#tmp_ai_course .spot_course_box .spot_vehicle {
}


/* ==================================================
デジタルライブラリ
================================================== */
#tmp_useful-info_library {
	margin:0 -10px;
	position:relative;
}
#tmp_useful-info_library .contents_read {
	padding:10px 10px 0 !important;
}
/* box_idx
============================== */
#tmp_contents #tmp_useful-info_library .idx_col4 .box_idx {
	width:49% !important;
	float:left;
	margin-right:0 !important;
}
#tmp_contents #tmp_useful-info_library .idx_col4 .box_idx:nth-child(odd) {
	margin-right:1.8% !important;
}
/* library_search
============================== */
#tmp_library_search {
	margin-bottom:10px;
}
#tmp_library_search #tmp_refiner_btn,
#tmp_library_search .menu3 #tmp_refiner_btn {
    float: none;
    width: 100%;
    margin-right: 0;
    min-width: inherit;
    min-width: initial;
}
#tmp_library_search #tmp_refiner_btn p {
}
#tmp_library_search #tmp_refiner_btn p a {
    background-size: 35px auto !important;
    padding-left: 35px !important;
}
/* library_menu */
#tmp_library_search .library_menu,
#tmp_library_search .menu3 .library_menu {
	clear:both;
    margin: 10px 0;
    padding-top: 0;
    width: 100%;
}
#tmp_library_search .library_menu li {
	float:none;
	text-align:left;
    margin: 0 auto 10px;
    width: 100% !important;
}
#tmp_library_search .library_menu li span {
	background-size:20px auto !important;/* CSS3 */
}
/* library_board */
#tmp_library_board {
}
#tmp_library_board_ttl {
	padding:4px 0 2px 25px;
	background-size:18px auto;/* CSS3 */
}
#tmp_library_board_cnt {
	padding:12px 14px;
}
#tmp_library_board .sch_menu2 {
    float: none;
    margin-right: 0;
    padding-top: 0;
    clear: both;
    width: 100%;
}
#tmp_library_board .sch_menu_ttl {
	float:none;
	width:100% !important;
}
#tmp_library_board .sch_menu_ttl p {
	padding:2px 0 0 18px;
	background-size:12px auto;/* CSS3 */
}
#tmp_library_board #tmp_photo_keyword {
	font-size:85.7%;
}
#tmp_library_board .sch_menu_season ul {
	margin-top:0;
	width:100%;
}
#tmp_library_board .sch_menu_cnt,
#tmp_library_board .sch_menu_season .sch_menu_cnt {
	float:none;
    width: 100%;
}
#tmp_library_board .sch_menu_cnt ul li {
	width:48%;
	margin-right:0;
}
#tmp_library_board .sch_menu_cnt ul label {
	width:100%;
	box-sizing:border-box;/* CSS3 */
	padding:8px 5px 7px 30px;
}
#tmp_library_board .sch_menu_cnt .category li {
	width:100%;
}
#tmp_contents #tmp_library_board .search_btn .search_send_btn {
    margin-bottom: 15px !important;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .library_result {
	margin:0;
	letter-spacing:normal;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .wrap_box_list {
	width:49%;
	margin:0 0 10px;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .box_list {
	margin:0;
}
#tmp_contents #tmp_useful-info_library #tmp_library_list .wrap_box_list:nth-child(odd) .box_list {
	margin-right:2%;
}
#tmp_contents #tmp_useful-info_library #tmp_search_detail #tmp_search_detail_lft,
#tmp_contents #tmp_useful-info_library #tmp_search_detail #tmp_wrap_search_detail_rgt {
	float:none;
	width:100%;
}
#tmp_contents #tmp_useful-info_library #tmp_search_detail #tmp_search_detail_rgt {
	margin:0;
}
#tmp_contents #tmp_useful-info_library #tmp_search_detail #tmp_search_detail_lft .img {
	margin:0 0 30px;
}
#tmp_contents #tmp_useful-info_library .btn_icon_glp p a {
	font-size:85.7%;
}
#tmp_contents #tmp_useful-info_library .btn_icon_glp p span {
	background-size:20px auto !important;/* CSS3 */
	padding-left:25px;
}
#tmp_contents #tmp_useful-info_library .btn_glp p {
	font-size:114.3%;
}
#tmp_contents #tmp_useful-info_library .back_btn,
#tmp_contents #tmp_useful-info_library .next_btn,
#tmp_contents #tmp_useful-info_library #tmp_library_list .btn_icon_glp p {
	margin:0 0 10px;
	width:100%;
}
#tmp_contents #tmp_useful-info_library .back_btn span,
#tmp_contents #tmp_useful-info_library .next_btn span {
	background-size:9px auto;/* CSS3 */
	padding-left:25px;
}
/* useful-info_library
============================== */
#tmp_contents #tmp_useful-info_library .movie_btn {
}
#tmp_contents #tmp_useful-info_library .movie_btn a,
#tmp_contents #tmp_useful-info_library .movie_btn a span.link {
    font-size: 100%;
}
#tmp_contents #tmp_useful-info_library .movie_btn a {
    padding: 0 60px 0 0;
    background:#eef5f8 url(/shared/templates/free_rn/images/library/icn_link.gif) no-repeat 93% center;
}
#tmp_contents #tmp_useful-info_library .movie_btn a span {
    display: block;
}
#tmp_contents #tmp_useful-info_library .movie_btn a span.link {
    background: none;
    padding: 0;
}
#tmp_contents #tmp_useful-info_library .movie_btn a span.movie {
    display: block;
    background-size: 35px;
    background-position: 5% center;
    padding: 10px 0 10px 60px;
}
/* 利用申込フォーム
============================== */
#tmp_contents #tmp_useful-info_library.library_form table {
	margin:0 0 30px;
	font-size:85.7%;
}
#tmp_contents #tmp_useful-info_library.library_form table th {
	width:30%;
}
#tmp_contents #tmp_useful-info_library .riyo_txt {
	font-size:85.7%;
}

/* ==================================================
写真投稿機能
================================================== */
/* 投稿写真
============================== */
#tmp_contents #tmp_useful-info_photo #tmp_search_detail #tmp_search_detail_lft,
#tmp_contents #tmp_useful-info_photo #tmp_search_detail #tmp_wrap_search_detail_rgt {
	float:none;
	width:100%;
}
#tmp_contents #tmp_useful-info_photo #tmp_search_detail #tmp_search_detail_rgt {
	margin:0;
}
#tmp_contents #tmp_useful-info_photo #tmp_search_detail #tmp_search_detail_lft .img {
	margin:0 0 30px;
}
#tmp_contents #tmp_useful-info_photo.photo_form table.enquete_table {
	margin:0 0 30px;
	font-size:85.7%;
}
#tmp_contents #tmp_useful-info_photo.photo_form table.enquete_table th {
	width:30%;
}
#tmp_contents #tmp_useful-info_photo.photo_form table.enquete_table th,
#tmp_contents #tmp_useful-info_photo.photo_form table.enquete_table td {
	display:table-cell;
}
#tmp_contents #tmp_useful-info_photo.photo_form table.enquete_table input[type="file"] {
	width:100% !important;
	padding:0;
	box-sizing:border-box;
}
#tmp_contents #tmp_useful-info_photo table {
	margin:0 0 30px;
	font-size:85.7%;
}
#tmp_contents #tmp_useful-info_photo #tmp_search_detail_rgt table th{
	width:25%;
}
#tmp_contents #tmp_useful-info_photo.photo_form table th {
	width:25%;
}
#tmp_contents #tmp_useful-info_photo .back_btn,
#tmp_contents #tmp_useful-info_photo .next_btn {
	width:120px;
}
#tmp_hcate_photo img {
	width:auto;
	height:60px;
}
#tmp_hcate_photo {
	border:none;
}
#tmp_hcate_photo .txt_ttl{
	height:60px;
	font-size:200%;
}
#tmp_hcate_photo .txt_ttl span{
	padding:10px;
}

/* ==================================================
スタンプラリー
================================================== */
#tmp_stamprally_list .box_stamprally .box_stamprally_ttl {
	font-size: 125%;
}
#tmp_stamprally_list .box_stamprally .box_stamprally_cnt {
	font-size:100%;
}
#tmp_stamprally_list .box_stamprally .img {
    width: 35%;
}
#tmp_stamprally_list .box_stamprally span.txt {
    display: block;
}
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_library_board .wrap_sch_menu:after,
#tmp_library_board .sch_menu:after,
#tmp_glory_shiru_fuji:after,
#tmp_glory_shiru_fuji ul:after,
#tmp_library_search:after,
#tmp_library_board:after,
#tmp_library_board_ttl:after,
#tmp_library_board_cnt:after,
#tmp_library_board .wrap_sch_menu:after,
#tmp_library_board .sch_menu_cnt:after,
#tmp_trip_teppan:after,
#tmp_trip_teppan_ttl:after,
#tmp_trip_teppan_cnt:after,
#tmp_mcourse_route .wrap_box_route:after,
#tmp_mcourse_route .box_route:after,
#tmp_contents .wrap_box_model:after,
#tmp_detail_category:after,
#tmp_detail_map:after,
#tmp_contents #tmp_instagram2018.instagram_result h3 .awards_place:after,
#tmp_contents .suruga_ferry.izu #tmp_list_ancho ul:after,
#tmp_contents #tmp_fuji_project_result_cnt .fuji_project_boshuu .project_boshuu_cnt_midasi ul:after,
#tmp_contents #tmp_fuji_project_result_cnt .fuji_project_boshuu .project_boshuu_cnt ul.list_style:after,
#tmp_contents #tmp_fuji_project_result_cnt .project_boshuu_cnt_table:after,
#tmp_contents #tmp_fuji_project_result_cnt .oubo_cnt_box_txt:after,
#tmp_contents #tmp_fuji_project_result_cnt .oubo_cnt_box_btn_01:after,
#tmp_contents #tmp_facebook_now #tmp_facebook_now_cnt ul:after,
#tmp_contents #tmp_facebook_post_group_pic ul:after,
#tmp_contents #tmp_facebook_post_sub_pic_img:after,
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after{
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	width:100% !important;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_footer {
	margin:10px 0 0 !important;
	padding:10px 0 0 !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_main2 {
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
}
#tmp_wrap_fixed_menu,
#tmp_hcopy,
#tmp_means,
#tmp_wrap_gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
#tmp_fnavi,
.plugin,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback,
#tmp_sns,
#tmp_mtfuji_header {
	display:none !important;
}
.wrap_col_nm,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_wrap_main,
#tmp_wrap_sf,
#tmp_sf {
	background:none !important;
	padding:0 !important;
}
#tmp_pankuzu {
	background:none !important;
	padding:0 0 10px !important;
}
#tmp_main,
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_footer_cnt {
	text-align:left;
	padding:10px 0;
	background-color:#FFFFFF;
	color:#000000;
}
#tmp_tab_access_cnt {
	width:950px;
}
/* box_idx */
#tmp_miryoku_idx,
#tmp_contents .box_idx_list,
#tmp_contents .box_sec_head {
	padding-left:0 !important;
}
#tmp_contents .idx_col4 .box_idx,
#tmp_contents .idx2_col4 .box_idx,
#tmp_contents .idx_col4 .box_item {
	margin-right:10px !important;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* 変更しない */
	height:1px; /* 変更しない */
}
}

